:root {
  --brand-50: #fef6f0;
  --brand-100: #fde8d8;
  --brand-300: #f6a979;
  --brand-400: #f17d42;
  --brand-500: #ec5a1a;
  --brand-600: #d83f0e;
  --brand-700: #b22c0d;
  --stone-50: #fafaf9;
  --stone-100: #f5f5f4;
  --stone-200: #e7e5e4;
  --stone-400: #a8a29e;
  --stone-500: #78716c;
  --stone-600: #57534e;
  --stone-700: #44403c;
  --stone-800: #292524;
  --stone-900: #1c1917;
  --stone-950: #0c0a09;
  --gold-300: #fcd34d;
  --gold-400: #fbbf24;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: Inter, system-ui, -apple-system, sans-serif;
  --max: 72rem;
  --radius: 0.75rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--stone-800);
  background: #fff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, .btn { font-family: inherit; cursor: pointer; border: none; }
.container { width: min(100% - 2rem, var(--max)); margin-inline: auto; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(12px);
  background: rgba(12, 10, 9, 0.72);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.site-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 4rem; gap: 1rem;
}
.brand { display: flex; align-items: center; gap: 0.65rem; color: #fff; }
.brand img { width: 1.75rem; height: 1.75rem; }
.brand span { font-weight: 600; font-size: 0.95rem; letter-spacing: -0.01em; }
.nav { display: flex; align-items: center; gap: 0.35rem 0.75rem; flex-wrap: wrap; justify-content: flex-end; }
.nav a, .nav .linkish {
  color: rgba(255,255,255,0.85);
  font-size: 0.875rem; font-weight: 500;
  padding: 0.4rem 0.65rem; border-radius: 999px;
  background: transparent;
}
.nav a:hover, .nav .linkish:hover { color: #fff; background: rgba(255,255,255,0.06); }
.lang {
  display: inline-flex; align-items: center; gap: 0.35rem;
  color: rgba(255,255,255,0.85); font-size: 0.875rem; font-weight: 500;
  padding: 0.35rem 0.55rem; border-radius: 999px; background: transparent; border: 0;
}
.lang-switch { position: relative; }
.lang:hover { color: #fff; background: rgba(255,255,255,0.06); }
.lang-menu {
  position: absolute; top: calc(100% + 0.4rem); right: 0;
  min-width: 11.5rem;
  background: #1c1917;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 0.75rem;
  padding: 0.35rem;
  box-shadow: 0 18px 40px -16px rgba(0,0,0,0.55);
  z-index: 60;
}
.lang-item {
  display: flex; align-items: center; gap: 0.55rem;
  color: rgba(255,255,255,0.88) !important;
  padding: 0.45rem 0.65rem !important;
  border-radius: 0.5rem !important;
  font-size: 0.875rem;
  white-space: nowrap;
}
.lang-item:hover { background: rgba(255,255,255,0.08) !important; }
.lang-item.is-active { background: rgba(236,90,26,0.18) !important; color: #fff !important; }
.lang-item__code {
  font-weight: 700; letter-spacing: 0.04em; width: 1.6rem; color: #fdba74;
}
.btn-primary {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem;
  background: linear-gradient(135deg, var(--brand-500), #c026d3 160%);
  background: linear-gradient(90deg, var(--brand-500), #db2777 140%);
  background: var(--brand-500);
  color: #fff !important; font-weight: 600; font-size: 0.875rem;
  padding: 0.5rem 1rem; border-radius: 999px;
  box-shadow: 0 10px 20px -8px rgba(216,63,14,0.45);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn-primary:hover { background: var(--brand-600); transform: translateY(-1px); }
.btn-primary.lg { padding: 0.8rem 1.35rem; font-size: 0.95rem; }
.btn-primary.gradient {
  background: linear-gradient(90deg, #f97316, #ec4899 70%, #a855f7);
  box-shadow: 0 12px 28px -10px rgba(236,72,153,0.45);
}
.btn-light {
  display: inline-flex; align-items: center; gap: 0.4rem;
  background: #fff; color: var(--stone-900); font-weight: 600; font-size: 0.95rem;
  padding: 0.75rem 1.25rem; border-radius: 0.65rem;
  box-shadow: 0 10px 30px -12px rgba(0,0,0,0.35);
}
.btn-light:hover { background: var(--stone-50); }
.btn-ghost {
  display: inline-flex; align-items: center; gap: 0.4rem;
  background: transparent; color: #fff; font-weight: 600; font-size: 0.95rem;
  padding: 0.7rem 1.2rem; border-radius: 0.65rem;
  border: 1px solid rgba(255,255,255,0.28);
}
.btn-ghost:hover { background: rgba(255,255,255,0.06); }

/* Hero */
.hero {
  position: relative;
  color: #fff;
  background:
    radial-gradient(1200px 600px at 70% 10%, rgba(236,90,26,0.45), transparent 55%),
    radial-gradient(900px 500px at 20% 80%, rgba(120,20,10,0.55), transparent 50%),
    linear-gradient(165deg, #1a0b08 0%, #3b140c 35%, #7c2d12 70%, #c2410c 100%);
  padding: 5.5rem 0 7rem;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: -1px; height: 4.5rem;
  background: #fff;
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  transform: scaleX(1.2);
}
.hero__inner {
  position: relative; z-index: 1;
  text-align: center;
  max-width: 48rem; margin: 0 auto;
}
.hero__logo { width: 4rem; height: 4rem; margin: 0 auto 1.25rem; filter: drop-shadow(0 8px 24px rgba(0,0,0,.25)); }
.pill {
  display: inline-flex; align-items: center; gap: 0.45rem;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.9);
  font-size: 0.8rem; font-weight: 500;
  padding: 0.35rem 0.85rem; border-radius: 999px;
  margin-bottom: 1.25rem;
}
.pill i { width: 0.45rem; height: 0.45rem; border-radius: 999px; background: var(--gold-400); display: inline-block; box-shadow: 0 0 0 3px rgba(251,191,36,0.2); }
.hero h1 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2.4rem, 6vw, 3.75rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 0 0 1.1rem;
  color: #fafaf9;
}
.hero h1 em {
  font-style: italic;
  background: linear-gradient(90deg, #fde68a, #fdba74 45%, #fb923c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero p.lead {
  color: rgba(255,255,255,0.82);
  font-size: 1.05rem;
  max-width: 36rem;
  margin: 0 auto 1.75rem;
}
.hero__cta { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; margin-bottom: 1rem; }
.hero__note { color: rgba(255,255,255,0.55); font-size: 0.8rem; margin: 0; }

/* Stats */
.stats {
  background: #fff;
  margin-top: -1rem;
  position: relative;
  z-index: 2;
  padding: 1.25rem 0 2rem;
}
.stats__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  text-align: center;
  border: 1px solid var(--stone-200);
  border-radius: 1rem;
  padding: 1.5rem 1rem;
  background: #fff;
  box-shadow: 0 10px 40px -24px rgba(28,25,23,0.25);
}
.stats__grid dt {
  font-family: var(--serif);
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  color: var(--brand-600);
  font-weight: 600;
  margin: 0;
}
.stats__grid dd {
  margin: 0.15rem 0 0;
  color: var(--stone-500);
  font-size: 0.85rem;
}
.stats__grid > div { position: relative; }
.stats__grid > div:not(:last-child)::after {
  content: "";
  position: absolute; right: 0; top: 15%; bottom: 15%;
  width: 1px; background: var(--stone-200);
}

/* Features */
.section { padding: 4.5rem 0; }
.section--muted { background: linear-gradient(180deg, #fff, var(--stone-50)); }
.section__head { text-align: center; max-width: 36rem; margin: 0 auto 2.5rem; }
.section__head h2 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(1.85rem, 4vw, 2.5rem);
  color: var(--stone-900);
  margin: 0 0 0.5rem;
  letter-spacing: -0.02em;
}
.section__head p { margin: 0; color: var(--stone-500); }
.cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 720px) {
  .cards { grid-template-columns: 1fr; }
  .stats__grid { grid-template-columns: 1fr; }
  .stats__grid > div:not(:last-child)::after { display: none; }
  .steps { grid-template-columns: 1fr !important; }
}
.card {
  background: #fff;
  border: 1px solid var(--stone-200);
  border-radius: 1rem;
  padding: 1.35rem 1.35rem 1.5rem;
  box-shadow: 0 1px 2px rgba(28,25,23,0.04);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.card:hover {
  border-color: var(--brand-100);
  box-shadow: 0 16px 40px -24px rgba(216,63,14,0.25);
}
.card__icon {
  width: 2.5rem; height: 2.5rem; border-radius: 0.7rem;
  background: var(--brand-50); color: var(--brand-600);
  display: grid; place-items: center; margin-bottom: 0.9rem;
}
.card h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  color: var(--stone-900);
  font-weight: 600;
}
.card p { margin: 0; color: var(--stone-500); font-size: 0.925rem; }

/* Steps */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  text-align: center;
}
.step__n {
  font-family: var(--serif);
  font-size: 2.5rem;
  font-weight: 600;
  color: #fdba74;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.step h3 { margin: 0 0 0.4rem; color: var(--stone-900); font-size: 1.05rem; }
.step p { margin: 0; color: var(--stone-500); font-size: 0.925rem; }

/* Quote band */
.quote-band {
  color: #fff;
  text-align: center;
  padding: 5rem 0;
  background:
    radial-gradient(800px 400px at 50% 0%, rgba(236,90,26,0.35), transparent 60%),
    linear-gradient(180deg, #1c0a07, #7c2d12 55%, #9a3412);
}
.quote-band svg { width: 2rem; height: 2rem; margin: 0 auto 1.25rem; color: #fbbf24; opacity: 0.9; }
.quote-band blockquote {
  font-family: var(--serif);
  font-size: clamp(1.35rem, 3.2vw, 1.85rem);
  font-weight: 500;
  line-height: 1.35;
  max-width: 40rem;
  margin: 0 auto 1rem;
  color: #fafaf9;
}
.quote-band cite {
  font-style: normal;
  color: rgba(255,255,255,0.65);
  font-size: 0.95rem;
}

/* CTA */
.cta { text-align: center; padding: 4.5rem 0 5rem; }
.cta h2 {
  font-family: var(--serif);
  font-size: clamp(1.85rem, 4vw, 2.4rem);
  margin: 0 0 0.75rem;
  color: var(--stone-900);
}
.cta p { color: var(--stone-500); max-width: 32rem; margin: 0 auto 1.5rem; }

/* Footer */
.site-footer {
  border-top: 1px solid var(--stone-200);
  padding: 1.25rem 0 1.5rem;
  background: #fff;
}
.site-footer__inner {
  display: flex; flex-wrap: wrap; gap: 1rem;
  align-items: center; justify-content: space-between;
  font-size: 0.85rem; color: var(--stone-500);
}
.site-footer a { color: var(--brand-600); font-weight: 500; }
.site-footer a:hover { text-decoration: underline; }
.foot-left, .foot-right { display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem 0.85rem; }
.foot-left img { width: 1.25rem; height: 1.25rem; }

/* Privacy page */
.page-hero {
  background: linear-gradient(165deg, #1a0b08, #7c2d12 80%);
  color: #fff; padding: 3.5rem 0 3rem; text-align: center;
}
.page-hero h1 {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  margin: 0 0 0.5rem;
}
.page-hero p { margin: 0; color: rgba(255,255,255,0.7); }
.prose {
  max-width: 48rem; margin: 0 auto; padding: 3rem 0 4rem;
  color: var(--stone-700); font-size: 0.95rem;
}
.prose h2 {
  font-family: var(--serif);
  color: var(--stone-900);
  font-size: 1.35rem;
  margin: 2rem 0 0.75rem;
}
.prose h3 { color: var(--stone-900); font-size: 1.05rem; margin: 1.25rem 0 0.5rem; }
.prose p, .prose li { line-height: 1.7; }
.prose ul { padding-left: 1.25rem; }
.prose a { color: var(--brand-600); text-decoration: underline; }

/* Hide WP chrome on this theme */
.wp-block-group { margin: 0; }
.screen-reader-text {
  border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%);
  height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;
}
