/* ============================================================
   RASOYO — Shared stylesheet
   Used across all pages in all languages.
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --cream: #FBF3DF;
  --cream-deep: #F5E8C7;
  --ivory: #FFF8E7;
  --maroon: #4A0E1F;
  --maroon-deep: #2E0812;
  --wine: #6B1833;
  --marigold: #E85D04;
  --saffron: #F59E0B;
  --rani: #C9184A;
  --hotpink: #E11D74;
  --peacock: #0F4C5C;
  --teal: #118C8B;
  --gold: #B8860B;
  --gold-bright: #D4A017;
  --ink: #1C0A0F;
  --ink-soft: #4A2A32;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', system-ui, sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.5;
  overflow-x: hidden;
  font-feature-settings: "ss01", "ss02";
}

body[lang="gu"], body[lang="hi"], body[lang="mr"] {
  font-family: 'Noto Sans', 'DM Sans', system-ui, sans-serif;
}

body[lang="gu"] .serif, body[lang="hi"] .serif, body[lang="mr"] .serif {
  font-family: 'Noto Serif', 'Fraunces', Georgia, serif;
}

.serif { font-family: 'Fraunces', Georgia, serif; font-optical-sizing: auto; }
.italic-serif { font-family: 'Instrument Serif', Georgia, serif; font-style: italic; }

/* ---------- GRAIN OVERLAY ---------- */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1000;
  opacity: 0.08;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.9'/></svg>");
}

/* ---------- NAV ---------- */
nav.top {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 18px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(251, 243, 223, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(74, 14, 31, 0.1);
}
.logo {
  font-family: 'Fraunces', serif;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: -0.02em;
  color: var(--maroon);
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.logo-mark { width: 28px; height: 28px; display: inline-block; }
.nav-center { display: flex; align-items: center; gap: 28px; }
.nav-links {
  display: flex;
  gap: 28px;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
}
.nav-links a {
  color: var(--ink);
  text-decoration: none;
  transition: color 0.2s;
  position: relative;
}
.nav-links a:hover { color: var(--rani); }
.nav-links a.active { color: var(--rani); }
.nav-right { display: flex; align-items: center; gap: 16px; }
.lang-switcher {
  display: flex;
  gap: 4px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.lang-switcher a {
  color: var(--ink-soft);
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.2s;
}
.lang-switcher a.active {
  background: var(--maroon);
  color: var(--cream);
}
.lang-switcher a:hover { color: var(--rani); }
.lang-switcher a.active:hover { color: var(--cream); }
.nav-cta {
  background: var(--maroon);
  color: var(--cream);
  padding: 10px 22px;
  border-radius: 999px;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s;
  border: 1px solid var(--maroon);
}
.nav-cta:hover {
  background: var(--rani);
  border-color: var(--rani);
  transform: translateY(-1px);
}
.mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--maroon);
  font-size: 26px;
  padding: 4px 8px;
}
@media (max-width: 1024px) {
  nav.top { padding: 14px 20px; }
  .nav-links { display: none; }
  .mobile-toggle { display: block; }
  .nav-links.mobile-open {
    display: flex;
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    flex-direction: column;
    background: var(--cream);
    padding: 20px;
    border-bottom: 1px solid rgba(74, 14, 31, 0.1);
    gap: 16px;
  }
}

/* ---------- GENERIC SECTIONS ---------- */
section {
  padding: 120px 40px;
  position: relative;
}
@media (max-width: 768px) {
  section { padding: 80px 20px; }
}
.container {
  max-width: 1320px;
  margin: 0 auto;
}
.section-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--marigold);
  margin-bottom: 20px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--marigold);
}
.section-title {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(38px, 5.5vw, 80px);
  line-height: 1;
  letter-spacing: -0.025em;
  color: var(--maroon);
  margin-bottom: 32px;
  font-variation-settings: "opsz" 144, "SOFT" 50;
}
.section-title em { color: var(--rani); font-variation-settings: "opsz" 144; }
.section-lead {
  font-size: clamp(18px, 1.7vw, 22px);
  max-width: 780px;
  color: var(--ink-soft);
  line-height: 1.5;
  margin-bottom: 60px;
}

/* ---------- HERO ---------- */
.hero {
  min-height: 100vh;
  padding: 140px 40px 80px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 50% at 20% 20%, rgba(232, 93, 4, 0.12), transparent 60%),
    radial-gradient(ellipse 60% 50% at 80% 80%, rgba(201, 24, 74, 0.1), transparent 60%),
    var(--cream);
}
.hero-compact {
  min-height: 60vh;
  padding: 180px 40px 100px;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--wine);
  padding: 8px 18px;
  border: 1px solid var(--wine);
  border-radius: 999px;
  margin-bottom: 32px;
  background: rgba(255, 248, 231, 0.6);
}
.hero-eyebrow::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--marigold);
  border-radius: 50%;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}
.hero-title {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(44px, 8vw, 130px);
  line-height: 0.95;
  letter-spacing: -0.035em;
  color: var(--maroon);
  max-width: 1400px;
  margin-bottom: 40px;
  font-variation-settings: "opsz" 144, "SOFT" 50;
}
.hero-title .hl-orange { color: var(--marigold); font-style: italic; }
.hero-title .hl-rani { color: var(--rani); font-style: italic; }
.hero-sub {
  font-size: clamp(17px, 1.5vw, 21px);
  max-width: 760px;
  color: var(--ink-soft);
  margin-bottom: 44px;
  line-height: 1.5;
}
.hero-sub strong {
  color: var(--maroon);
  font-weight: 600;
}
.hero-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
.btn-primary {
  background: var(--maroon);
  color: var(--cream);
  padding: 18px 34px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  border: none;
  cursor: pointer;
}
.btn-primary:hover {
  background: var(--rani);
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(201, 24, 74, 0.3);
}
.btn-ghost {
  background: transparent;
  color: var(--maroon);
  padding: 18px 34px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  border: 1.5px solid var(--maroon);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
}
.btn-ghost:hover { background: var(--maroon); color: var(--cream); }

/* ---------- HERO STATS ---------- */
.hero-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0;
  border-top: 1px solid rgba(74, 14, 31, 0.18);
  padding-top: 40px;
  max-width: 1200px;
}
.hero-stat {
  padding: 0 32px;
  border-right: 1px solid rgba(74, 14, 31, 0.12);
}
.hero-stat:first-child { padding-left: 0; }
.hero-stat:last-child { border-right: none; }
.hero-stat-num {
  font-family: 'Fraunces', serif;
  font-size: clamp(32px, 3.2vw, 48px);
  font-weight: 400;
  color: var(--marigold);
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}
.hero-stat-label { font-size: 13px; color: var(--ink-soft); line-height: 1.4; }
@media (max-width: 768px) {
  .hero-stat { padding: 20px 0; border-right: none; border-bottom: 1px solid rgba(74, 14, 31, 0.1); }
  .hero-stat:last-child { border-bottom: none; }
}

/* ---------- BREADCRUMB ---------- */
.breadcrumb {
  font-size: 13px;
  color: var(--ink-soft);
  margin-bottom: 24px;
}
.breadcrumb a {
  color: var(--ink-soft);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.2s;
}
.breadcrumb a:hover { color: var(--rani); border-bottom-color: var(--rani); }
.breadcrumb-sep { margin: 0 10px; color: rgba(74, 14, 31, 0.3); }

/* ---------- DARK SECTION (MAROON) ---------- */
.dark-section {
  background: var(--maroon);
  color: var(--cream);
}
.dark-section .section-title { color: var(--cream); }
.dark-section .section-eyebrow { color: var(--saffron); border-color: var(--saffron); }
.dark-section .section-lead { color: rgba(251, 243, 223, 0.8); }

/* ---------- STAT CARDS ---------- */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
}
.stat-card {
  padding: 40px;
  background: rgba(255, 248, 231, 0.04);
  border: 1px solid rgba(255, 248, 231, 0.12);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
}
.stat-card:hover {
  background: rgba(255, 248, 231, 0.08);
  border-color: var(--saffron);
  transform: translateY(-4px);
}
.stat-card-big { grid-column: span 7; }
.stat-card-med { grid-column: span 5; }
.stat-card-sm { grid-column: span 4; }
@media (max-width: 900px) {
  .stat-card-big, .stat-card-med, .stat-card-sm { grid-column: span 12; }
}
.stat-big-num {
  font-family: 'Fraunces', serif;
  font-size: clamp(64px, 10vw, 150px);
  font-weight: 300;
  line-height: 0.88;
  color: var(--saffron);
  letter-spacing: -0.04em;
}
.stat-big-label {
  font-size: clamp(15px, 1.4vw, 18px);
  color: var(--cream);
  line-height: 1.4;
  margin-top: 24px;
  max-width: 95%;
}
.stat-big-source {
  font-size: 12px;
  color: rgba(251, 243, 223, 0.5);
  margin-top: 16px;
  font-style: italic;
}
.stat-med-num {
  font-family: 'Fraunces', serif;
  font-size: clamp(48px, 5vw, 80px);
  font-weight: 300;
  line-height: 0.9;
  color: var(--hotpink);
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}
.stat-med-label { font-size: 15px; color: var(--cream); line-height: 1.5; }
.stat-small-num {
  font-family: 'Fraunces', serif;
  font-size: 44px;
  font-weight: 300;
  color: var(--gold-bright);
  line-height: 1;
  margin-bottom: 16px;
}
.stat-small-label { font-size: 14px; color: var(--cream); line-height: 1.4; }

/* ---------- MANIFESTO / NUMBERED LIST ---------- */
.manifesto-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 0;
  border-top: 2px solid var(--maroon);
  margin-top: 30px;
}
.manifesto-item {
  padding: 40px 32px 40px 0;
  border-bottom: 1px solid rgba(74, 14, 31, 0.2);
  position: relative;
}
.manifesto-item-num {
  font-family: 'Fraunces', serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--marigold);
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.manifesto-item-title {
  font-family: 'Fraunces', serif;
  font-size: 24px;
  font-weight: 500;
  color: var(--maroon);
  line-height: 1.2;
  margin-bottom: 12px;
  letter-spacing: -0.015em;
}
.manifesto-item-body {
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.55;
}
.manifesto-item-stat {
  margin-top: 20px;
  display: inline-block;
  font-family: 'Fraunces', serif;
  font-size: 14px;
  color: var(--rani);
  font-style: italic;
  font-weight: 500;
}

/* ---------- HOW STEPS ---------- */
.how-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 40px;
  border-top: 1px solid rgba(74, 14, 31, 0.15);
}
@media (max-width: 900px) { .how-steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .how-steps { grid-template-columns: 1fr; } }
.how-step {
  padding: 48px 32px 48px 0;
  border-right: 1px solid rgba(74, 14, 31, 0.12);
}
.how-step:first-child { padding-right: 32px; }
.how-step:not(:first-child) { padding-left: 32px; }
.how-step:last-child { border-right: none; }
.how-step-num {
  font-family: 'Fraunces', serif;
  font-size: 68px;
  font-weight: 300;
  color: var(--marigold);
  line-height: 0.9;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
}
.how-step-title {
  font-family: 'Fraunces', serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--maroon);
  margin-bottom: 12px;
  line-height: 1.2;
}
.how-step-desc { font-size: 14px; color: var(--ink-soft); line-height: 1.55; }

/* ---------- TRUST CARDS ---------- */
.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 40px;
}
.trust-card {
  background: var(--ivory);
  border: 1px solid rgba(74, 14, 31, 0.12);
  border-radius: 12px;
  padding: 32px;
  transition: all 0.3s;
}
.trust-card:hover {
  transform: translateY(-4px);
  border-color: var(--marigold);
  box-shadow: 0 20px 40px rgba(232, 93, 4, 0.12);
}
.trust-card-icon {
  width: 44px; height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background: var(--maroon);
  color: var(--saffron);
  font-family: 'Fraunces', serif;
  font-weight: 500;
}
.trust-card-title {
  font-family: 'Fraunces', serif;
  font-size: 20px;
  font-weight: 500;
  color: var(--maroon);
  margin-bottom: 10px;
  line-height: 1.2;
}
.trust-card-body { font-size: 14px; color: var(--ink-soft); line-height: 1.55; }
.trust-card-stat {
  font-family: 'Fraunces', serif;
  font-size: 28px;
  font-weight: 400;
  color: var(--rani);
  margin-top: 16px;
  letter-spacing: -0.02em;
}

/* ---------- COMPARISON TABLE ---------- */
.comparison-table {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 0;
  background: var(--ivory);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(74, 14, 31, 0.1);
  border: 1px solid rgba(74, 14, 31, 0.12);
}
.comp-head {
  padding: 32px 28px;
  font-family: 'Fraunces', serif;
  font-weight: 500;
  font-size: 20px;
  border-bottom: 2px solid var(--maroon);
}
.comp-head.empty { background: transparent; }
.comp-head.rasoyo {
  background: var(--maroon);
  color: var(--cream);
  text-align: center;
  position: relative;
}
.comp-head.direct {
  background: rgba(74, 14, 31, 0.08);
  color: var(--maroon);
  text-align: center;
}
.comp-label, .comp-cell {
  padding: 22px 28px;
  border-bottom: 1px solid rgba(74, 14, 31, 0.08);
  font-size: 15px;
  line-height: 1.4;
}
.comp-label { font-weight: 500; color: var(--maroon); }
.comp-cell { text-align: center; }
.comp-cell.rasoyo-col {
  background: rgba(248, 158, 11, 0.05);
  color: var(--maroon);
  font-weight: 500;
}
.comp-check, .comp-cross {
  display: inline-block;
  width: 20px; height: 20px;
  border-radius: 50%;
  font-size: 12px;
  line-height: 20px;
  margin-right: 6px;
}
.comp-check { background: var(--peacock); color: white; }
.comp-cross { background: rgba(74, 14, 31, 0.2); color: var(--maroon); }
@media (max-width: 768px) {
  .comparison-table { grid-template-columns: 1fr; }
  .comp-head.empty { display: none; }
  .comp-label { background: var(--maroon); color: var(--cream); padding: 16px 20px; font-weight: 600; border-bottom: none; }
  .comp-cell { padding: 16px 20px; text-align: left; }
}

/* ---------- CUISINE CARDS ---------- */
.cuisine-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid rgba(255, 248, 231, 0.15);
  margin-top: 40px;
}
@media (max-width: 900px) { .cuisine-grid { grid-template-columns: 1fr; } }
.cuisine-card {
  padding: 60px 40px 60px 0;
  border-bottom: 1px solid rgba(255, 248, 231, 0.15);
  border-right: 1px solid rgba(255, 248, 231, 0.15);
}
.cuisine-card:last-child { border-right: none; padding-right: 0; }
.cuisine-card:nth-child(2) { padding-left: 40px; }
.cuisine-card:nth-child(3) { padding-left: 40px; }
@media (max-width: 900px) {
  .cuisine-card { padding: 50px 0; border-right: none; }
}
.cuisine-label {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--saffron);
  margin-bottom: 20px;
  font-weight: 600;
}
.cuisine-name {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(40px, 4.5vw, 64px);
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
}
.cuisine-name.gujarati { color: var(--saffron); }
.cuisine-name.marwari { color: var(--hotpink); }
.cuisine-name.punjabi { color: var(--teal); }
.cuisine-name em { font-style: italic; }
.cuisine-desc {
  font-size: 15px;
  color: rgba(251, 243, 223, 0.7);
  line-height: 1.55;
  margin-bottom: 32px;
}
.cuisine-stats { display: flex; flex-direction: column; gap: 14px; margin-bottom: 32px; }
.cuisine-stat-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(255, 248, 231, 0.15);
}
.cuisine-stat-num {
  font-family: 'Fraunces', serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--cream);
  min-width: 60px;
}
.cuisine-stat-text { font-size: 13px; color: rgba(251, 243, 223, 0.75); line-height: 1.4; }
.cuisine-dishes {
  font-family: 'Instrument Serif', serif;
  font-size: 16px;
  color: rgba(251, 243, 223, 0.55);
  line-height: 1.6;
  font-style: italic;
}

/* ---------- EVENT CARDS ---------- */
.events-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 40px;
}
@media (max-width: 900px) { .events-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .events-grid { grid-template-columns: 1fr; } }
.event-card {
  aspect-ratio: 3 / 4;
  border-radius: 16px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--cream);
  text-decoration: none;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.event-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 30px 60px rgba(74, 14, 31, 0.2);
}
.event-card-1 { background: linear-gradient(140deg, #6B1833, #C9184A); }
.event-card-2 { background: linear-gradient(140deg, #0F4C5C, #118C8B); }
.event-card-3 { background: linear-gradient(140deg, #E85D04, #F59E0B); color: var(--maroon); }
.event-card-4 { background: linear-gradient(140deg, #4A0E1F, #6B1833); }
.event-card-5 { background: linear-gradient(140deg, #B8860B, #D4A017); color: var(--maroon); }
.event-card-6 { background: linear-gradient(140deg, #C9184A, #E11D74); }
.event-card-7 { background: linear-gradient(140deg, #0F4C5C, #4A0E1F); }
.event-card-8 { background: linear-gradient(140deg, #E85D04, #C9184A); }
.event-card-num {
  font-family: 'Fraunces', serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  opacity: 0.85;
}
.event-card-title {
  font-family: 'Fraunces', serif;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.event-card-range { font-size: 13px; opacity: 0.9; }

/* ---------- FAQ (AEO critical) ---------- */
.faq-list { max-width: 900px; margin: 40px auto 0; }
.faq-item {
  border-bottom: 1px solid rgba(74, 14, 31, 0.15);
  padding: 24px 0;
}
.faq-q {
  font-family: 'Fraunces', serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--maroon);
  line-height: 1.25;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
.faq-a { font-size: 16px; color: var(--ink-soft); line-height: 1.6; }
.faq-a strong { color: var(--maroon); font-weight: 600; }

/* ---------- PROSE (legal, about, etc.) ---------- */
.prose {
  max-width: 820px;
  margin: 40px auto 0;
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-soft);
}
.prose h2 {
  font-family: 'Fraunces', serif;
  font-size: 34px;
  font-weight: 500;
  color: var(--maroon);
  margin: 48px 0 16px;
  letter-spacing: -0.015em;
  line-height: 1.15;
}
.prose h3 {
  font-family: 'Fraunces', serif;
  font-size: 24px;
  font-weight: 500;
  color: var(--maroon);
  margin: 36px 0 12px;
  line-height: 1.2;
}
.prose p { margin-bottom: 18px; }
.prose ul, .prose ol { margin: 16px 0 18px 24px; }
.prose li { margin-bottom: 10px; }
.prose strong { color: var(--maroon); font-weight: 600; }
.prose a { color: var(--rani); text-decoration: underline; text-decoration-thickness: 1px; }

/* ---------- AEO ANSWER BLOCK ---------- */
.answer-block {
  background: linear-gradient(140deg, rgba(232, 93, 4, 0.08), rgba(201, 24, 74, 0.05));
  border-left: 4px solid var(--marigold);
  padding: 24px 28px;
  border-radius: 8px;
  margin: 32px 0;
}
.answer-block-label {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--marigold);
  font-weight: 700;
  margin-bottom: 10px;
}
.answer-block-text {
  font-family: 'Fraunces', serif;
  font-size: 20px;
  color: var(--maroon);
  line-height: 1.35;
  font-weight: 500;
}

/* ---------- CLOSER / FINAL CTA ---------- */
.closer-section {
  padding: 180px 40px;
  background: var(--maroon);
  color: var(--cream);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.closer-ornament {
  position: absolute;
  font-family: 'Fraunces', serif;
  font-size: 300px;
  color: rgba(248, 158, 11, 0.06);
  line-height: 1;
  pointer-events: none;
}
.closer-ornament.left { top: 40px; left: 40px; }
.closer-ornament.right { bottom: 40px; right: 40px; transform: rotate(180deg); }
.closer-title {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(36px, 5.5vw, 80px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--cream);
  max-width: 1100px;
  margin: 0 auto 48px;
  position: relative;
  z-index: 2;
}
.closer-title em { font-style: italic; color: var(--saffron); }
.closer-title .rani { color: var(--hotpink); font-style: italic; }
.closer-sub {
  font-size: 18px;
  color: rgba(251, 243, 223, 0.7);
  max-width: 640px;
  margin: 0 auto 56px;
  line-height: 1.5;
}
.closer-cta {
  background: var(--saffron);
  color: var(--maroon-deep);
  padding: 22px 48px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.closer-cta:hover {
  background: var(--marigold);
  color: var(--cream);
  transform: translateY(-3px);
}

/* ---------- FOOTER ---------- */
footer {
  background: var(--maroon-deep);
  color: rgba(251, 243, 223, 0.6);
  padding: 80px 40px 40px;
  font-size: 14px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 40px;
  max-width: 1320px;
  margin: 0 auto 60px;
}
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-brand-title {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: 42px;
  color: var(--cream);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.footer-brand-sub {
  font-size: 14px;
  color: rgba(251, 243, 223, 0.5);
  max-width: 320px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.footer-lang {
  font-size: 12px;
  color: rgba(251, 243, 223, 0.5);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer-lang-links { display: flex; gap: 14px; }
.footer-lang-links a {
  color: rgba(251, 243, 223, 0.6);
  text-decoration: none;
  padding: 4px 8px;
  border: 1px solid rgba(251, 243, 223, 0.15);
  border-radius: 4px;
  font-size: 12px;
}
.footer-lang-links a.active { color: var(--cream); border-color: var(--saffron); background: rgba(248, 158, 11, 0.08); }
.footer-lang-links a:hover { color: var(--cream); }
.footer-col-title {
  color: var(--saffron);
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
}
.footer-col a {
  display: block;
  color: rgba(251, 243, 223, 0.6);
  text-decoration: none;
  padding: 6px 0;
  transition: color 0.2s;
}
.footer-col a:hover { color: var(--cream); }
.footer-bottom {
  max-width: 1320px;
  margin: 0 auto;
  padding-top: 32px;
  border-top: 1px solid rgba(251, 243, 223, 0.1);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 12px;
  color: rgba(251, 243, 223, 0.4);
}
.footer-bottom a { color: rgba(251, 243, 223, 0.4); text-decoration: none; margin-right: 18px; }
.footer-bottom a:hover { color: var(--cream); }

/* ---------- SCROLL REVEAL ---------- */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s cubic-bezier(0.2, 0.8, 0.2, 1), transform 1s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal.delay-1 { transition-delay: 0.08s; }
.reveal.delay-2 { transition-delay: 0.16s; }
.reveal.delay-3 { transition-delay: 0.24s; }
.reveal.delay-4 { transition-delay: 0.32s; }

/* ---------- FORMS ---------- */
.form-wrap { max-width: 640px; margin: 40px auto 0; }
.form-field { margin-bottom: 20px; }
.form-field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--maroon);
  margin-bottom: 8px;
}
.form-field input, .form-field textarea, .form-field select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(74, 14, 31, 0.2);
  border-radius: 8px;
  font-family: inherit;
  font-size: 15px;
  background: var(--ivory);
  color: var(--ink);
  transition: all 0.2s;
}
.form-field input:focus, .form-field textarea:focus, .form-field select:focus {
  outline: none;
  border-color: var(--marigold);
  box-shadow: 0 0 0 3px rgba(232, 93, 4, 0.15);
}
.form-field textarea { min-height: 120px; resize: vertical; }

/* ---------- PRICING CARDS ---------- */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 40px;
}
.pricing-card {
  background: var(--ivory);
  border: 1px solid rgba(74, 14, 31, 0.12);
  border-radius: 16px;
  padding: 40px 32px;
  transition: all 0.3s;
}
.pricing-card.featured {
  background: var(--maroon);
  color: var(--cream);
  border-color: var(--saffron);
  transform: scale(1.02);
}
.pricing-card-name {
  font-family: 'Fraunces', serif;
  font-size: 26px;
  color: var(--maroon);
  margin-bottom: 12px;
}
.pricing-card.featured .pricing-card-name { color: var(--saffron); }
.pricing-card-price {
  font-family: 'Fraunces', serif;
  font-size: 48px;
  font-weight: 400;
  color: var(--rani);
  margin-bottom: 20px;
  letter-spacing: -0.03em;
}
.pricing-card.featured .pricing-card-price { color: var(--cream); }
.pricing-card-price small { font-size: 14px; color: var(--ink-soft); font-weight: 400; }
.pricing-card.featured .pricing-card-price small { color: rgba(251,243,223,0.6); }
.pricing-card-list { list-style: none; margin-bottom: 24px; }
.pricing-card-list li {
  padding: 10px 0;
  font-size: 14px;
  border-bottom: 1px dashed rgba(74, 14, 31, 0.12);
}
.pricing-card.featured .pricing-card-list li {
  border-color: rgba(251, 243, 223, 0.12);
  color: rgba(251, 243, 223, 0.85);
}
