/* ============================================================
   The Best Marriage For Excellent Life
   Kuberaa Numbbers Numerology Institution
   Redesign — cosmic numerology funnel (indigo / orange / lilac)
   Matches the Number Quest Masterclass visual system.
   ============================================================ */

:root {
  /* Cosmic / dark */
  --indigo-950: #0B0821;
  --indigo-900: #140E32;
  --indigo-800: #1E1447;
  --purple-700: #34215E;
  --near-black: #151019;

  /* Orange accent */
  --orange: #F5821F;
  --orange-light: #FFAA4A;
  --orange-dark: #E2530C;
  --orange-grad: linear-gradient(180deg, #FFA53D 0%, #F5821F 45%, #E96410 100%);

  /* Light / lilac */
  --lilac: #EBE2F7;
  --lilac-soft: #F4EEFB;
  --white: #FFFFFF;

  /* Text */
  --ink: #2C2350;          /* headings on light */
  --ink-soft: #5B5578;     /* body on light */
  --text-light: rgba(255, 255, 255, 0.82);
  --text-dim: rgba(255, 255, 255, 0.6);
  --star: #F6B01E;
  --error: #E0483B;

  --maxw: 1140px;
  --radius: 18px;
  --radius-lg: 24px;
  --shadow-card: 0 24px 60px -30px rgba(44, 35, 80, 0.45);
  --shadow-soft: 0 12px 34px -16px rgba(44, 35, 80, 0.28);
  --shadow-orange: 0 16px 40px -14px rgba(226, 83, 12, 0.55);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: 'Noto Sans Telugu', system-ui, -apple-system, sans-serif;
  line-height: 1.7;
  color: var(--ink-soft);
  background: linear-gradient(180deg, #F4EEFB 0%, #EBE2F7 100%);
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }

/* ---------------- Typography ---------------- */
h1, h2, h3, h4 {
  font-family: 'Noto Serif Telugu', 'Noto Sans Telugu', serif;
  font-weight: 800;
  line-height: 1.18;
  color: var(--ink);
  margin: 0 0 0.5em;
  letter-spacing: -0.01em;
}
.accent { color: var(--orange); }

/* Telugu subline / secondary language */
.te {
  font-family: 'Noto Sans Telugu', 'Noto Sans Telugu', sans-serif;
  font-weight: 500;
  display: block;
}

/* ---------------- Layout ---------------- */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.container--narrow { max-width: 780px; }
.section { padding: 68px 0; position: relative; overflow: hidden; }
@media (min-width: 768px) { .section { padding: 92px 0; } }

.section--lilac { background: transparent; }
.section--white { background: var(--white); }
.section--dark { background: var(--near-black); color: var(--text-light); }
.section--cosmic { background: var(--indigo-950); color: var(--text-light); }

.section--dark h1, .section--dark h2, .section--dark h3, .section--dark h4,
.section--cosmic h1, .section--cosmic h2, .section--cosmic h3, .section--cosmic h4 { color: #fff; }

/* Cosmic starfield + zodiac backdrop */
.cosmic-bg {
  position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden;
  background:
    radial-gradient(60% 45% at 50% 8%, rgba(245, 130, 31, 0.20) 0%, rgba(245,130,31,0) 60%),
    radial-gradient(80% 60% at 85% 20%, rgba(90, 45, 150, 0.55) 0%, rgba(90,45,150,0) 55%),
    radial-gradient(70% 60% at 12% 30%, rgba(40, 25, 90, 0.6) 0%, rgba(40,25,90,0) 55%),
    linear-gradient(180deg, #0B0821 0%, #150E36 60%, #0B0821 100%);
}
.cosmic-bg::before {
  /* starfield */
  content: ""; position: absolute; inset: 0;
  background-image:
    radial-gradient(1.5px 1.5px at 20% 30%, rgba(255,255,255,0.9), transparent),
    radial-gradient(1.5px 1.5px at 70% 20%, rgba(255,255,255,0.7), transparent),
    radial-gradient(1px 1px at 40% 60%, rgba(255,255,255,0.8), transparent),
    radial-gradient(1px 1px at 85% 50%, rgba(255,255,255,0.7), transparent),
    radial-gradient(1.5px 1.5px at 55% 80%, rgba(255,255,255,0.6), transparent),
    radial-gradient(1px 1px at 12% 75%, rgba(255,255,255,0.6), transparent),
    radial-gradient(1px 1px at 92% 82%, rgba(255,255,255,0.5), transparent),
    radial-gradient(1.5px 1.5px at 33% 12%, rgba(255,255,255,0.7), transparent);
  background-repeat: repeat; background-size: 100% 100%;
  opacity: 0.9;
}
.cosmic-bg::after {
  /* faint zodiac wheel */
  content: ""; position: absolute; top: -12%; right: -14%; width: 640px; height: 640px;
  max-width: 90vw; max-height: 90vw; opacity: 0.10;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 400 400'><g fill='none' stroke='%23F0D9B5' stroke-width='1'><circle cx='200' cy='200' r='196'/><circle cx='200' cy='200' r='158'/><circle cx='200' cy='200' r='120'/><circle cx='200' cy='200' r='60'/></g><g stroke='%23F0D9B5' stroke-width='0.7'><line x1='200' y1='4' x2='200' y2='396'/><line x1='4' y1='200' x2='396' y2='200'/><line x1='58' y1='58' x2='342' y2='342'/><line x1='342' y1='58' x2='58' y2='342'/><line x1='30' y1='125' x2='370' y2='275'/><line x1='30' y1='275' x2='370' y2='125'/><line x1='125' y1='30' x2='275' y2='370'/><line x1='275' y1='30' x2='125' y2='370'/></g></svg>") center/contain no-repeat;
}
.section--cosmic .container, .section--cosmic .cosmic-inner { position: relative; z-index: 1; }

/* Floating spheres for lilac sections */
.section--lilac::before,
.section--lilac::after {
  content: ""; position: absolute; border-radius: 50%; z-index: 0; pointer-events: none;
  background: radial-gradient(circle at 35% 30%, rgba(255,255,255,0.9), rgba(178,143,222,0.5) 60%, rgba(120,80,180,0.25));
  filter: blur(2px); opacity: 0.5;
}
.section--lilac::before { width: 120px; height: 120px; top: 8%; left: -30px; }
.section--lilac::after { width: 90px; height: 90px; bottom: 12%; right: -20px; }
.section--lilac > .container { position: relative; z-index: 1; }

/* ---------------- Eyebrow + section head ---------------- */
.eyebrow {
  font-family: 'Noto Sans Telugu', sans-serif; font-weight: 700; font-size: 0.72rem;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--orange); margin: 0 0 0.9rem;
}
.section-head { text-align: center; max-width: 760px; margin: 0 auto 46px; position: relative; z-index: 1; }
.section-head h2 { font-size: clamp(1.9rem, 4.6vw, 2.9rem); }
.section-head .accent { color: var(--orange); }
.section-lead { font-size: 1.05rem; margin: 0.4rem auto 0; max-width: 640px; }
.section--dark .section-lead, .section--cosmic .section-lead { color: var(--text-dim); }
.section-head .te { font-size: 0.95rem; margin-top: 0.5rem; color: var(--ink-soft); opacity: 0.85; }
.section--dark .section-head .te, .section--cosmic .section-head .te { color: var(--text-dim); }

/* ---------------- Buttons ---------------- */
.btn {
  display: inline-flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 2px; font-family: 'Noto Sans Telugu', sans-serif; font-weight: 700; font-size: 1.05rem;
  text-decoration: none; border: none; cursor: pointer; border-radius: 12px;
  padding: 15px 40px; line-height: 1.25;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}
.btn .te { font-family: 'Noto Sans Telugu', sans-serif; font-weight: 500; font-size: 0.82rem; opacity: 0.92; }
.btn--primary {
  background: var(--orange-grad); color: #fff; position: relative; overflow: hidden;
  box-shadow: var(--shadow-orange);
  animation: cta-glow 2s ease-in-out infinite;
}
/* Breathing glow to draw the eye */
@keyframes cta-glow {
  0%, 100% { box-shadow: 0 12px 30px -12px rgba(226, 83, 12, 0.55); }
  50%      { box-shadow: 0 16px 42px -8px rgba(245, 130, 31, 0.85), 0 0 0 5px rgba(245, 130, 31, 0.14); }
}
/* Periodic "shine" sweep across the button */
.btn--primary::after {
  content: ""; position: absolute; top: 0; left: -75%; width: 45%; height: 100%;
  background: linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, 0.5) 50%, transparent 100%);
  transform: skewX(-18deg); pointer-events: none;
  animation: cta-shine 3.4s ease-in-out infinite;
}
@keyframes cta-shine {
  0%        { left: -75%; }
  38%, 100% { left: 130%; }
}
.btn--primary:hover { transform: translateY(-3px); filter: brightness(1.05); animation-play-state: paused; }
.btn--primary:active { transform: translateY(-1px); }
.btn--primary:focus-visible { outline: 3px solid var(--orange-light); outline-offset: 3px; }
.btn--block { display: flex; width: 100%; }
.btn--ghost {
  background: transparent; color: var(--orange); border: 2px solid var(--orange);
  box-shadow: none; font-size: 1rem; padding: 13px 30px;
}
.btn--ghost:hover { background: rgba(245,130,31,0.1); transform: translateY(-2px); }

/* WhatsApp CTA — brand green so people instantly relate */
.btn--whatsapp {
  flex-direction: row; gap: 10px;
  background: linear-gradient(180deg, #25D366 0%, #22C55E 45%, #128C7E 100%);
  color: #fff; position: relative; overflow: hidden;
  box-shadow: 0 14px 34px -12px rgba(18, 140, 126, 0.6);
  animation: wa-glow 2s ease-in-out infinite;
}
.btn--whatsapp svg { width: 22px; height: 22px; flex-shrink: 0; }
.btn--whatsapp:hover { transform: translateY(-3px); filter: brightness(1.06); animation-play-state: paused; }
.btn--whatsapp:active { transform: translateY(-1px); }
.btn--whatsapp:focus-visible { outline: 3px solid #8ff0b0; outline-offset: 3px; }
@keyframes wa-glow {
  0%, 100% { box-shadow: 0 12px 30px -12px rgba(37, 211, 102, 0.5); }
  50%      { box-shadow: 0 16px 42px -8px rgba(37, 211, 102, 0.85), 0 0 0 5px rgba(37, 211, 102, 0.16); }
}

.btn__spinner {
  width: 18px; height: 18px; border: 2px solid rgba(255,255,255,0.4);
  border-top-color: #fff; border-radius: 50%; display: none; animation: spin 0.7s linear infinite;
}
.btn.is-loading .btn__spinner { display: inline-block; }
.btn.is-loading { pointer-events: none; opacity: 0.85; }
@keyframes spin { to { transform: rotate(360deg); } }

.cta-wrap { text-align: center; margin-top: 20px; position: relative; z-index: 1; }
.scarcity-line {
  margin: 14px auto 0; max-width: 420px; font-family: 'Noto Sans Telugu', sans-serif; font-weight: 600;
  font-size: 0.9rem; color: var(--orange-dark); line-height: 1.4;
}
.section--dark .scarcity-line, .section--cosmic .scarcity-line { color: var(--orange-light); }

/* ---------------- Countdown ---------------- */
.countdown-block { text-align: center; margin: 8px auto 22px; position: relative; z-index: 1; }
.countdown-block__title {
  font-family: 'Noto Sans Telugu', sans-serif; font-weight: 700; font-size: 1.1rem;
  color: var(--ink); margin-bottom: 14px;
}
.section--dark .countdown-block__title, .section--cosmic .countdown-block__title { color: #fff; }
.countdown { display: inline-flex; gap: 10px; }
.countdown__unit {
  min-width: 68px; padding: 10px 6px; border-radius: 14px;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(245,130,31,0.35);
}
.section--lilac .countdown__unit, .section--white .countdown__unit {
  background: #fff; border: 1px solid rgba(44,35,80,0.1); box-shadow: var(--shadow-soft);
}
.countdown__num {
  font-family: 'Noto Sans Telugu', sans-serif; font-weight: 800; font-size: 2rem; line-height: 1;
  color: var(--ink);
}
.section--dark .countdown__num, .section--cosmic .countdown__num { color: #fff; }
.countdown__label {
  font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--ink-soft); margin-top: 4px;
}
.section--dark .countdown__label, .section--cosmic .countdown__label { color: var(--text-dim); }

/* ============================================================
   HERO
   ============================================================ */
.hero { padding: 84px 0 76px; }
.hero__title { font-size: clamp(2.1rem, 6vw, 3.9rem); max-width: 900px; margin-inline: auto; text-align: center; }
.hero__sub { text-align: center; max-width: 660px; margin: 0 auto 1.2rem; color: var(--text-light); }
.hero__sub .te { color: var(--text-dim); font-size: 0.98rem; margin-top: 0.4rem; }
.hero__date {
  text-align: center; font-family: 'Noto Sans Telugu', sans-serif; font-weight: 700; font-size: 1.05rem;
  margin: 0 0 2.2rem;
}
.hero__date .accent { color: var(--orange-light); }
.hero__date .te { font-weight: 500; font-size: 0.9rem; color: var(--text-dim); margin-top: 4px; }

.hero__grid {
  display: grid; gap: 34px; align-items: center; margin-bottom: 40px;
  grid-template-columns: 1fr;
}
@media (min-width: 860px) { .hero__grid { grid-template-columns: 1.05fr 1fr; } }

.hero__poster {
  border-radius: var(--radius-lg); overflow: hidden; border: 1px solid rgba(245,130,31,0.4);
  box-shadow: 0 30px 70px -30px rgba(0,0,0,0.7); background: var(--indigo-800);
}
.hero__poster-inner { padding: 30px 26px; text-align: center; }
.hero__poster-eyebrow { font-family:'Noto Sans Telugu',sans-serif; font-weight:700; letter-spacing:0.18em; font-size:0.68rem; color: var(--orange-light); text-transform: uppercase; }
.hero__poster-title { font-family:'Noto Sans Telugu',sans-serif; font-weight:800; font-size: 1.9rem; color:#fff; margin: 10px 0 4px; line-height: 1.15; }
.hero__poster-title .accent { color: var(--orange-light); }
.hero__poster-portrait {
  width: 150px; height: 150px; border-radius: 50%; object-fit: cover; object-position: top center;
  margin: 18px auto 12px; border: 4px solid var(--orange); box-shadow: 0 10px 30px -8px rgba(226,83,12,0.6);
}
.hero__poster-name { font-family:'Noto Sans Telugu',sans-serif; font-weight:700; color:#fff; font-size: 1.05rem; }
.hero__poster-role { color: var(--orange-light); font-size: 0.85rem; }

.discover { }
.discover h3 { color: #fff; font-size: 1.5rem; }
.discover h3 .accent { color: var(--orange-light); }
.discover__list { list-style: none; margin: 14px 0 0; padding: 0; display: grid; gap: 12px; }
.discover__list li { display: flex; gap: 12px; align-items: flex-start; color: var(--text-light); }
.discover__list .mark { color: var(--orange); flex-shrink: 0; font-size: 1.1rem; line-height: 1.5; }

/* ============================================================
   PROBLEMS GRID
   ============================================================ */
.problems-grid {
  display: grid; gap: 18px; grid-template-columns: 1fr; max-width: 980px; margin: 0 auto;
}
@media (min-width: 560px) { .problems-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 860px) { .problems-grid { grid-template-columns: repeat(3, 1fr); } }
.problem-card {
  background: #fff; border-radius: var(--radius); padding: 26px 22px; text-align: center;
  box-shadow: var(--shadow-soft); transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.problem-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-card); }
.problem-card__icon {
  width: 74px; height: 74px; margin: 0 auto 16px; border-radius: 50%;
  display: grid; place-items: center; font-size: 2rem;
  background: radial-gradient(circle at 35% 30%, #F3E9FC, #E3D2F6);
}
.problem-card h3 { font-size: 1.15rem; margin-bottom: 0.2em; color: var(--ink); }
.problem-card p { margin: 0; font-size: 0.92rem; }
.problem-card .te { font-size: 0.85rem; margin-top: 0.4rem; color: var(--ink-soft); opacity: 0.8; }

/* ============================================================
   PROSE (The Shift)
   ============================================================ */
.prose p { font-size: 1.06rem; margin: 0 0 1.3em; }
.prose em { color: var(--orange-dark); font-style: italic; font-weight: 500; }
.prose__lead {
  font-family:'Noto Sans Telugu',sans-serif; font-weight: 700; color: var(--ink); font-size: 1.35rem !important;
  line-height: 1.4; margin-top: 1.6em; padding-top: 1em; border-top: 2px solid rgba(245,130,31,0.35);
}

/* ============================================================
   BENEFITS / PROGRAM
   ============================================================ */
.benefits { display: grid; gap: 18px; grid-template-columns: 1fr; max-width: 940px; margin: 0 auto; }
@media (min-width: 700px) { .benefits { grid-template-columns: 1fr 1fr; } }
.benefit {
  display: flex; gap: 16px; align-items: flex-start; background: #fff; border-radius: var(--radius);
  padding: 24px 22px; box-shadow: var(--shadow-soft); transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.benefit:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); }
.benefit__icon {
  width: 46px; height: 46px; flex-shrink: 0; border-radius: 12px; display: grid; place-items: center;
  color: #fff; font-size: 1.2rem; background: var(--orange-grad); box-shadow: var(--shadow-orange);
}
.benefit h3 { font-size: 1.2rem; margin-bottom: 0.2em; color: var(--ink); }
.benefit p { margin: 0; font-size: 0.95rem; }

/* ============================================================
   WHY cards
   ============================================================ */
.why-cards { display:grid; gap:18px; grid-template-columns:1fr; max-width:980px; margin:0 auto 34px; }
@media (min-width:560px){ .why-cards{ grid-template-columns:1fr 1fr; } }
@media (min-width:900px){ .why-cards{ grid-template-columns:repeat(4,1fr); } }
.why-card {
  border-radius: var(--radius); padding: 26px 22px; text-align: center;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(245,130,31,0.3);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.why-card:hover { transform: translateY(-5px); border-color: rgba(245,130,31,0.6); box-shadow: var(--shadow-orange); }
.why-card__icon { font-size: 1.9rem; margin-bottom: 10px; }
.why-card h3 { font-size: 1.3rem; color: var(--orange-light); }
.why-card p { margin: 0; font-size: 0.92rem; color: var(--text-light); }

.scarcity-callout {
  display:flex; gap:14px; align-items:flex-start; max-width: 860px; margin: 0 auto;
  border-radius: 14px; padding: 22px 26px; background: rgba(245,130,31,0.12);
  border: 1px solid rgba(245,130,31,0.5); border-left: 4px solid var(--orange);
}
.scarcity-callout__mark { color: var(--orange-light); font-size:1.3rem; flex-shrink:0; line-height:1.4; }
.scarcity-callout p { margin:0; color:#fff; font-size:1.02rem; }
.scarcity-callout .te { color: var(--text-dim); font-size: 0.9rem; margin-top: 0.4rem; }

/* ============================================================
   CHECKLIST (Who this is for)
   ============================================================ */
.checklist { list-style:none; margin:0; padding:0; display:grid; gap:12px; max-width: 760px; margin-inline:auto; }
.checklist li {
  display:flex; gap:14px; align-items:flex-start; background:#fff; border-radius:12px; padding:15px 20px;
  box-shadow: var(--shadow-soft); font-size:1rem; color: var(--ink);
}
.checklist__mark {
  flex-shrink:0; width:26px; height:26px; border-radius:50%; display:grid; place-items:center;
  background: var(--orange-grad); color:#fff; font-size:0.82rem; font-weight:700; margin-top:1px;
}

/* ============================================================
   MEET THE HOST / MENTOR
   ============================================================ */
.mentor { display:grid; gap:34px; align-items:center; grid-template-columns:1fr; max-width: 980px; margin: 0 auto; }
@media (min-width:760px){ .mentor{ grid-template-columns: 300px 1fr; } }
.mentor__photo-wrap { text-align:center; }
.mentor__photo {
  width: 260px; max-width: 80%; border-radius: var(--radius-lg); margin: 0 auto 16px;
  border: 3px solid var(--orange); box-shadow: 0 24px 50px -20px rgba(226,83,12,0.6); object-fit: cover;
}
.mentor__name { font-family:'Noto Sans Telugu',sans-serif; font-weight:800; color:#fff; font-size:1.6rem; margin: 0; }
.mentor__role { color: var(--orange-light); font-family:'Noto Sans Telugu',sans-serif; font-weight:600; font-size:0.95rem; margin-top: 4px; }
.mentor__bio p { color: var(--text-light); margin: 0 0 1.1em; }
.mentor__bio .te { color: var(--text-dim); font-size: 0.95rem; margin-top: -0.6em; margin-bottom: 1.4em; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials { display:grid; gap:20px; grid-template-columns:1fr; max-width: 980px; margin: 0 auto; }
@media (min-width:720px){ .testimonials{ grid-template-columns:1fr 1fr; } }
.testimonial {
  background:#fff; border-radius: var(--radius); padding: 26px 24px; box-shadow: var(--shadow-soft);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.testimonial:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); }
.testimonial__head { display:flex; align-items:center; gap:14px; margin-bottom: 12px; }
.testimonial__avatar {
  width:56px; height:56px; border-radius:50%; object-fit:cover; flex-shrink:0;
  border: 3px solid var(--orange); box-shadow: 0 6px 16px -6px rgba(226,83,12,0.5);
}
.testimonial__name { font-family:'Noto Sans Telugu',sans-serif; font-weight:700; color:var(--ink); font-size:1.05rem; line-height:1.2; }
.testimonial__role { font-size:0.82rem; color:var(--ink-soft); }
.testimonial__stars { color: var(--star); font-size: 0.9rem; letter-spacing: 1px; margin-top: 3px; }
.testimonial__quote { margin:0; font-size:0.96rem; color: var(--ink-soft); }

/* ============================================================
   BEFORE / AFTER (host life)
   ============================================================ */
.beforeafter { display:grid; gap:24px; grid-template-columns:1fr; max-width: 980px; margin: 0 auto; }
@media (min-width:760px){ .beforeafter{ grid-template-columns:1fr 1fr; } }
.ba-card {
  background: #1E1730; border-radius: var(--radius); overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08); border-top: 4px solid var(--orange);
  box-shadow: 0 24px 60px -30px rgba(0,0,0,0.7);
}
.ba-card__img { width:100%; aspect-ratio: 4/3.6; object-fit: cover; }
.ba-card__body { padding: 22px 22px 26px; }
.ba-card__label { font-family:'Noto Sans Telugu',sans-serif; font-weight:800; color: var(--orange-light); font-size:1.15rem; margin-bottom: 0.5em; }
.ba-card__body p { color: var(--text-light); margin: 0 0 0.9em; font-size: 0.96rem; }
.ba-card__body .te { color: var(--text-dim); font-size: 0.92rem; }

/* ============================================================
   RECEIVE / includes cards
   ============================================================ */
.receive { display:grid; gap:20px; grid-template-columns:1fr; max-width: 980px; margin:0 auto; }
@media (min-width:720px){ .receive{ grid-template-columns:repeat(3,1fr); } }
.receive-card {
  background:#fff; border-radius: var(--radius); padding: 28px 24px; text-align:center;
  box-shadow: var(--shadow-soft); border: 1px solid rgba(44,35,80,0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.receive-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-card); }
.receive-card.is-featured { border: 2px solid var(--orange); background: linear-gradient(180deg,#FFF7EE,#FFFFFF); }
.receive-card__tag {
  display:inline-block; font-family:'Noto Sans Telugu',sans-serif; font-weight:700; font-size:0.7rem;
  letter-spacing:0.1em; text-transform:uppercase; color:#fff; background: var(--orange-grad);
  padding:5px 14px; border-radius:999px; margin-bottom: 14px;
}
.receive-card__icon { font-size: 2.4rem; margin-bottom: 10px; }
.receive-card h3 { font-size:1.15rem; color:var(--ink); }
.receive-card p { margin:0; font-size:0.92rem; }

/* ============================================================
   REGISTRATION FORM
   ============================================================ */
.reg-form {
  background:#fff; border-radius: var(--radius-lg); padding: 34px 26px;
  box-shadow: var(--shadow-card); position: relative; z-index: 1;
}
@media (min-width:600px){ .reg-form{ padding: 44px 44px; } }
.field { margin-bottom: 20px; border:none; padding:0; }
.field label, .field legend {
  display:block; font-family:'Noto Sans Telugu',sans-serif; font-weight:600; font-size:0.9rem; color: var(--ink);
  margin-bottom: 7px; padding: 0;
}
.req { color: var(--orange); }
.field input[type="text"], .field input[type="tel"], .field input[type="date"] {
  width:100%; font-family:'Noto Sans Telugu',sans-serif; font-size:1rem; color: var(--ink);
  background:#FBF9FE; border:1.5px solid #E1D8EF; border-radius:12px; padding:13px 15px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.field input::placeholder { color:#A99FC0; }
.field input:focus { outline:none; border-color: var(--orange); box-shadow: 0 0 0 3px rgba(245,130,31,0.18); }
.field.has-error input { border-color: var(--error); }
.field__hint { font-size:0.8rem; color: var(--ink-soft); margin: 6px 0 0; }
.field__error { font-size:0.83rem; color: var(--error); margin: 6px 0 0; display:none; font-weight:500; }
.field.has-error .field__error { display:block; }

.radio-row { display:flex; gap:12px; flex-wrap:wrap; }
.radio {
  flex:1; min-width:130px; display:flex; align-items:center; gap:10px; cursor:pointer;
  border:1.5px solid #E1D8EF; border-radius:12px; padding:13px 16px; background:#FBF9FE;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.radio:hover { border-color: var(--orange-light); }
.radio input { accent-color: var(--orange); width:18px; height:18px; }
.radio__label { color: var(--ink); font-weight:500; }
.radio:has(input:checked) { border-color: var(--orange); background: rgba(245,130,31,0.1); }
.field--radio.has-error .radio-row { outline:1px solid var(--error); outline-offset:4px; border-radius:12px; }

.form-note { margin:16px 0 0; font-size:0.95rem; text-align:center; display:none; font-weight:500; }
.form-note.is-error { display:block; color: var(--error); }
.form-note.is-success { display:block; color: var(--orange-dark); }
.form-privacy { margin:14px 0 0; font-size:0.8rem; color: var(--ink-soft); text-align:center; }

/* ============================================================
   FAQ
   ============================================================ */
.faq-contact { text-align:center; margin: -20px auto 34px; max-width: 620px; }
.faq-contact strong { color: var(--orange-dark); }
.accordion { max-width: 760px; margin: 0 auto; }
.accordion__item {
  background:#fff; border-radius: 14px; margin-bottom: 12px; overflow: hidden; box-shadow: var(--shadow-soft);
}
.accordion__item h3 { margin:0; font-family:'Noto Sans Telugu',sans-serif; }
.accordion__trigger {
  width:100%; display:flex; justify-content:space-between; align-items:center; gap:16px; text-align:left;
  background:none; border:none; cursor:pointer; padding: 19px 22px;
  font-family:'Noto Sans Telugu',sans-serif; font-size:1rem; font-weight:600; color: var(--ink);
}
.accordion__trigger:focus-visible { outline:2px solid var(--orange); outline-offset:-2px; }
.accordion__icon { position:relative; width:20px; height:20px; flex-shrink:0; }
.accordion__icon::before, .accordion__icon::after {
  content:""; position:absolute; background: var(--orange); border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.accordion__icon::before { top:9px; left:0; width:20px; height:2.5px; }
.accordion__icon::after { top:0; left:9px; width:2.5px; height:20px; }
.accordion__trigger[aria-expanded="true"] .accordion__icon::after { transform: scaleY(0); opacity:0; }
.accordion__panel { padding: 0 22px; max-height:0; overflow:hidden; transition: max-height 0.35s ease, padding 0.35s ease; }
.accordion__panel[hidden] { display:block; }
.accordion__panel.is-open { padding: 0 22px 20px; }
.accordion__panel p { margin:0; font-size:0.96rem; }

.disclaimer {
  max-width: 760px; margin: 30px auto 0; border-radius: 12px; padding: 18px 22px;
  background: linear-gradient(90deg, rgba(245,130,31,0.14), rgba(160,120,210,0.12));
  border-left: 4px solid var(--orange); font-size: 0.9rem; color: var(--ink-soft);
}
.disclaimer strong { color: var(--ink); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--near-black); color: var(--text-dim); padding: 44px 0; text-align:center; }
.footer__brand { font-family:'Noto Sans Telugu',sans-serif; font-weight:800; color: var(--orange-light); font-size:1.4rem; margin:0 0 0.4rem; }
.footer__line { font-size:0.9rem; margin:0.2rem 0; }
.footer__event { color: var(--orange-light); font-size:0.82rem; }
.footer__fine { font-size:0.8rem; margin-top:1.1rem; opacity:0.7; }

/* ============================================================
   SOCIAL PROOF TOASTS
   ============================================================ */
.watching-pill {
  position: fixed; left: 16px; bottom: 84px; z-index: 60;
  display: inline-flex; align-items:center; gap: 8px;
  background: rgba(21,16,25,0.92); color:#fff; padding: 8px 14px; border-radius: 999px;
  font-size: 0.8rem; font-weight: 500; box-shadow: 0 10px 30px -10px rgba(0,0,0,0.6);
  opacity: 0; transform: translateY(10px); transition: opacity 0.4s ease, transform 0.4s ease;
}
.watching-pill.is-shown { opacity: 1; transform: none; }
.watching-pill .dot { width:8px; height:8px; border-radius:50%; background:#3FCB6B; box-shadow:0 0 0 3px rgba(63,203,107,0.25); }
.watching-pill strong { color: var(--orange-light); }

.signup-toast {
  position: fixed; left: 16px; bottom: 16px; z-index: 60; max-width: 300px;
  display: flex; align-items:center; gap: 12px;
  background:#fff; border-radius: 12px; padding: 12px 14px; box-shadow: 0 16px 40px -14px rgba(0,0,0,0.4);
  opacity:0; transform: translateY(16px); transition: opacity 0.45s ease, transform 0.45s ease;
  pointer-events: none;
}
.signup-toast.is-shown { opacity:1; transform:none; }
.signup-toast__avatar {
  width:38px; height:38px; border-radius:50%; flex-shrink:0; display:grid; place-items:center;
  background: var(--orange-grad); color:#fff; font-family:'Noto Sans Telugu',sans-serif; font-weight:700;
}
.signup-toast__name { font-family:'Noto Sans Telugu',sans-serif; font-weight:700; color: var(--ink); font-size:0.86rem; line-height:1.2; }
.signup-toast__text { font-size:0.78rem; color: var(--ink-soft); }
@media (max-width: 480px) {
  .watching-pill { bottom: 78px; font-size: 0.74rem; }
  .signup-toast { max-width: calc(100vw - 32px); }
}

/* ============================================================
   Scroll reveal + motion
   ============================================================ */
.reveal { opacity:0; transform: translateY(26px); transition: opacity 0.7s ease, transform 0.7s ease; will-change: opacity, transform; }
.reveal.is-visible { opacity:1; transform:none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  .reveal { opacity:1; transform:none; transition:none; }
  * { animation-duration:0.001ms !important; transition-duration:0.001ms !important; }
}

/* ============================================================
   REGISTRATION MODAL (popup form)
   ============================================================ */
body.no-scroll { overflow: hidden; }

.modal { position: fixed; inset: 0; z-index: 100; display: none; }
.modal.is-open { display: block; }
.modal__overlay {
  position: absolute; inset: 0; background: rgba(11, 8, 33, 0.74);
  -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);
  animation: modalFade 0.25s ease;
}
.modal__dialog {
  position: relative; z-index: 1; width: calc(100% - 32px); max-width: 540px;
  margin: 6vh auto; max-height: 88vh; overflow-y: auto;
  background: #fff; border-radius: var(--radius-lg);
  box-shadow: 0 40px 90px -28px rgba(0, 0, 0, 0.65);
  animation: modalPop 0.3s ease;
}
.modal__close {
  position: absolute; top: 12px; right: 12px; z-index: 2;
  width: 40px; height: 40px; border: none; border-radius: 50%;
  background: #F1E9FA; color: var(--ink); font-size: 1.7rem; line-height: 1;
  cursor: pointer; display: grid; place-items: center;
  transition: background 0.2s ease, transform 0.2s ease;
}
.modal__close:hover { background: #E6D8F5; transform: rotate(90deg); }
.modal__close:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }
.modal__head { text-align: center; padding: 30px 26px 4px; }
.modal__head h2 { font-size: clamp(1.6rem, 4.5vw, 2.1rem); }
.modal__sub { font-size: 0.95rem; margin: 0.3rem 0 0; color: var(--ink-soft); }
.modal__sub .te { font-size: 0.85rem; margin-top: 0.35rem; opacity: 0.85; }

/* Form inside the modal: drop the standalone card chrome */
.modal .reg-form { box-shadow: none; border-radius: 0; padding: 20px 26px 30px; }

@keyframes modalFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes modalPop {
  from { opacity: 0; transform: translateY(18px) scale(0.98); }
  to { opacity: 1; transform: none; }
}
@media (max-width: 420px) {
  .modal__dialog { margin: 0; width: 100%; min-height: 100%; max-height: 100%; border-radius: 0; }
}

/* ============================================================
   THANK-YOU PAGE
   ============================================================ */
.ty { min-height: 100vh; display:flex; align-items:center; padding: 70px 0; }
.ty__inner { text-align:center; position:relative; z-index:1; }
.ty__check {
  width: 96px; height:96px; margin: 0 auto 22px; border-radius:50%; display:grid; place-items:center;
  color:#fff; background: var(--orange-grad); box-shadow: var(--shadow-orange);
}
.ty__check-path { stroke-dasharray:40; stroke-dashoffset:40; animation: draw-check 0.7s ease 0.2s forwards; }
@keyframes draw-check { to { stroke-dashoffset:0; } }
.ty__title { font-size: clamp(2rem, 6vw, 3.4rem); color:#fff; }
.ty__lead { color: var(--text-light); font-size:1.08rem; max-width:560px; margin:0 auto 2rem; }
.ty__lead strong { color:#fff; }
.ty__card {
  background: rgba(255,255,255,0.05); border:1px solid rgba(245,130,31,0.4); border-radius: var(--radius);
  padding: 26px; max-width:560px; margin:0 auto 24px; text-align:left; box-shadow: var(--shadow-card);
}
.ty__card-title { text-align:center; font-family:'Noto Sans Telugu',sans-serif; font-weight:700; letter-spacing:0.16em; text-transform:uppercase; font-size:0.72rem; color: var(--orange-light); margin-bottom:1rem; }
.ty__details { margin:0; }
.ty__details > div { display:flex; justify-content:space-between; gap:16px; padding:11px 0; border-bottom:1px solid rgba(255,255,255,0.1); }
.ty__details > div:last-child { border-bottom:none; }
.ty__details dt { color: var(--orange-light); font-family:'Noto Sans Telugu',sans-serif; font-weight:600; font-size:0.82rem; letter-spacing:0.04em; text-transform:uppercase; }
.ty__details dd { margin:0; color:#fff; text-align:right; font-size:0.96rem; }
.ty__whatsapp { max-width:560px; margin:0 auto 16px; font-size:1.1rem; padding:17px 34px; }
.ty__calendar { max-width:560px; width:100%; margin:0 auto 26px; }
.ty__warning { max-width:560px; margin:0 auto 24px; text-align:left; }
.ty__card { margin:0 auto 22px; }
.ty__back { margin-top:20px; }
.ty__back a { color: var(--text-dim); text-decoration:none; font-size:0.9rem; }
.ty__back a:hover { color: var(--orange-light); }

/* Mobile: keep the top compact and top-anchored so the green
   WhatsApp button lands inside the first screen on load. */
@media (max-width: 600px) {
  .ty { align-items: flex-start; padding: 28px 0 44px; }
  .ty__check { width: 66px; height: 66px; margin-bottom: 16px; }
  .ty__title { font-size: 1.65rem; }
  .ty__lead { font-size: 1rem; margin-bottom: 1.2rem; }
}
