:root {
  --orange: #dc5426;
  --orange-dark: #9f341d;
  --orange-deep: #7d2819;
  --gold: #f3b73f;
  --gold-soft: #f7d987;
  --cream: #ffe898;
  --cream-2: #ffd45c;
  --white: #fff3b4;
  --yellow: #f6c940;
  --yellow-light: #ffe98f;
  --yellow-pale: #fff3b4;
  --ink: #251917;
  --muted: #75502f;
  --plum: #7d2a17;
  --green: #2f7d4c;
  --line: rgba(71, 39, 29, 0.14);
  --shadow: 0 24px 70px rgba(86, 34, 18, 0.14);
  --radius-lg: 34px;
  --radius-md: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
body.kannada { font-family: "Noto Sans Kannada", "DM Sans", sans-serif; }
body.kannada h1, body.kannada h2, body.kannada h3, body.kannada .brand-copy strong, body.kannada .plan-value strong, body.kannada .hero-stats strong { font-family: "Noto Sans Kannada", sans-serif; letter-spacing: -.035em; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 20px; top: -60px; padding: 12px 18px; background: var(--ink); color: white; border-radius: 10px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.topbar { height: 38px; display: flex; align-items: center; background: #5d2118; color: #ffe8bf; font-size: 12px; letter-spacing: .02em; }
.topbar-inner, .topbar-links { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.topbar p { margin: 0; }
.topbar-dot { display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(243,183,63,.16); }
.topbar-links a { font-weight: 700; color: white; }

.site-header { position: absolute; z-index: 50; top: 58px; left: 0; right: 0; }
.nav { position: relative; height: 84px; display: flex; align-items: center; gap: 30px; padding: 0 18px 0 14px; border: 1px solid rgba(176,91,15,.28); border-radius: 18px; background: rgba(255,225,104,.96); box-shadow: 0 18px 55px rgba(66,24,12,.2); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand-mark { width: 165px; height: 61px; display: grid; place-items: center; overflow: hidden; border-radius: 10px; background: #e8ee62; box-shadow: 0 4px 12px rgba(115,52,10,.16); }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand-copy { display: none; flex-direction: column; line-height: 1; }
.brand-copy strong { color: #a72f25; font-family: "Fraunces", serif; font-size: 24px; letter-spacing: -.04em; }
.brand-copy strong span { font-family: serif; }
.brand-copy small { margin-top: 6px; color: var(--plum); font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 22px; margin-left: auto; }
.nav-links a { position: relative; color: #554844; font-size: 14px; font-weight: 600; white-space: nowrap; }
.nav-links a::after { position: absolute; content: ""; left: 0; right: 100%; bottom: -10px; height: 2px; background: var(--orange); transition: right .25s ease; }
.nav-links a:hover, .nav-links a.active { color: var(--orange-dark); }
.nav-links a:hover::after, .nav-links a.active::after { right: 0; }
.language-toggle { height: 38px; display: flex; align-items: center; flex: 0 0 auto; padding: 3px 9px; border: 1px solid rgba(90,45,12,.5); border-radius: 999px; background: var(--yellow-pale); }
.language-toggle button { min-width: 30px; padding: 2px 4px; border: 0; background: transparent; color: #796b65; font-size: 12px; font-weight: 700; transition: color .2s; }
.language-toggle button.active { color: var(--orange); }
.language-toggle > span { width: 1px; height: 19px; margin: 0 3px; background: rgba(37,25,23,.28); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 12px; background: #f5e7d3; }
.menu-toggle > span:not(.sr-only) { display: block; width: 21px; height: 2px; margin: 4px auto; background: var(--ink); transition: transform .2s, opacity .2s; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; border: 1px solid transparent; border-radius: 13px; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 18px; }
.button-sm { min-height: 48px; padding: 0 18px; font-size: 14px; }
.button-primary { background: var(--orange); color: white; box-shadow: 0 10px 25px rgba(220,84,38,.24); }
.button-primary:hover { background: #c9461e; box-shadow: 0 14px 30px rgba(220,84,38,.3); }
.button-light { background: var(--yellow-pale); color: var(--orange-dark); }
.button-dark { background: var(--ink); color: white; }
.button-outline { border-color: var(--line); background: transparent; }
.button-outline:hover { background: var(--yellow-pale); }
.button-full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 11px; }
.text-link small { display: block; margin-bottom: 3px; font-size: 11px; font-weight: 500; opacity: .72; }
.light-link { color: white; font-weight: 700; }
.dark-link { font-weight: 700; }
.call-icon { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid currentColor; border-radius: 50%; font-size: 15px; }

.hero { position: relative; min-height: 790px; padding: 206px 0 90px; overflow: hidden; color: white; background: #a3371d; }
.hero::before { position: absolute; content: ""; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(83,21,12,.82) 0%, rgba(116,31,14,.65) 38%, rgba(138,44,20,.08) 68%, rgba(93,25,12,.15) 100%); }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; background: #a3371d url("assets/hero-family.webp") center / cover no-repeat; }
.hero-pattern { position: absolute; z-index: 1; width: 640px; height: 640px; top: 100px; left: -260px; border: 1px solid rgba(255,224,166,.15); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,224,166,.035), 0 0 0 180px rgba(255,224,166,.025); }
.hero-inner { position: relative; z-index: 2; }
.hero-copy { max-width: 620px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 19px; color: var(--orange-dark); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 27px; height: 2px; background: currentColor; }
.eyebrow.light { color: #ffe3a9; }
h1, h2 { margin: 0; font-family: "Fraunces", serif; letter-spacing: -.045em; line-height: .99; }
h1 { max-width: 620px; font-size: clamp(58px, 6vw, 90px); }
h1 em, h2 em { color: var(--gold); font-weight: inherit; }
h2 { font-size: clamp(43px, 4.4vw, 67px); }
.hero-copy > p { max-width: 550px; margin: 25px 0 31px; color: rgba(255,255,255,.84); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.hero-trust { display: flex; align-items: center; gap: 15px; margin-top: 44px; }
.trust-avatars { display: flex; }
.trust-avatars span { width: 38px; height: 38px; display: grid; place-items: center; margin-left: -7px; border: 2px solid rgba(255,255,255,.78); border-radius: 50%; background: #f1b23f; color: #632316; font-size: 11px; font-weight: 800; }
.trust-avatars span:first-child { margin-left: 0; background: white; }
.trust-avatars span:last-child { background: #432a49; color: white; }
.hero-trust p { margin: 0; color: rgba(255,255,255,.75); font-size: 12px; line-height: 1.35; }
.hero-trust strong { color: white; font-size: 13px; }
.hero-stats-wrap { position: absolute; z-index: 3; left: 50%; bottom: 24px; transform: translateX(-50%); }
.hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border-radius: 22px; background: var(--yellow-pale); color: var(--ink); box-shadow: var(--shadow); }
.hero-stats > div { position: relative; padding: 23px 28px; }
.hero-stats > div:not(:last-child)::after { position: absolute; content: ""; right: 0; top: 24%; height: 52%; width: 1px; background: var(--line); }
.hero-stats strong { display: block; color: var(--orange-dark); font-family: "Fraunces", serif; font-size: 28px; }
.hero-stats span { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; }

.trust-strip { padding: 30px 0 24px; background: var(--yellow); }
.trust-strip-inner { min-height: 82px; display: grid; grid-template-columns: 1.1fr repeat(3, 1fr); align-items: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-strip-inner > p { color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.registration-item { display: flex; align-items: center; gap: 12px; }
.registration-item > span { color: var(--orange); font-family: "Fraunces", serif; font-size: 24px; }
.registration-item small, .registration-item strong { display: block; }
.registration-item small { margin-bottom: 3px; color: #9a867f; font-size: 10px; text-transform: uppercase; }
.registration-item strong { font-size: 12px; }

.plans-section { background: var(--yellow-light); }
.section-head { margin-bottom: 48px; }
.section-head.centered { max-width: 760px; margin-left: auto; margin-right: auto; text-align: center; }
.section-head.centered .eyebrow { justify-content: center; }
.section-head h2 em { color: var(--orange); }
.section-head > p, .section-head.centered > p { max-width: 620px; margin: 19px auto 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.plan-toolbar { display: flex; justify-content: center; gap: 8px; margin-bottom: 30px; }
.filter-pill { padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; background: var(--yellow-pale); color: var(--muted); font-weight: 700; }
.filter-pill span { display: inline-grid; place-items: center; min-width: 24px; height: 22px; margin-left: 6px; padding: 0 6px; border-radius: 999px; background: #f4e9dc; font-size: 11px; }
.filter-pill:hover, .filter-pill.active { border-color: var(--orange); background: var(--orange); color: white; }
.filter-pill.active span { background: rgba(255,255,255,.2); }
.plans-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.plan-card { position: relative; display: flex; flex-direction: column; min-height: 394px; padding: 27px; overflow: hidden; border: 1px solid rgba(130,69,18,.2); border-radius: var(--radius-md); background: var(--yellow-pale); transition: transform .25s, box-shadow .25s, border-color .25s; }
.plan-card::before { position: absolute; content: ""; width: 155px; height: 155px; top: -91px; right: -52px; border: 27px solid rgba(220,84,38,.08); border-radius: 50%; }
.plan-card:hover { transform: translateY(-6px); border-color: rgba(220,84,38,.34); box-shadow: 0 22px 48px rgba(71,37,22,.12); }
.plan-card.featured { background: var(--plum); color: white; }
.plan-card.featured::before { border-color: rgba(243,183,63,.18); }
.plan-tag { align-self: flex-start; padding: 6px 10px; border-radius: 99px; background: #f7e7d7; color: var(--orange-dark); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.featured .plan-tag { background: var(--gold); color: var(--ink); }
.plan-value { margin-top: 25px; }
.plan-value small { display: block; margin-bottom: 3px; color: var(--muted); font-size: 11px; text-transform: uppercase; }
.featured .plan-value small { color: rgba(255,255,255,.6); }
.plan-value strong { font-family: "Fraunces", serif; font-size: 36px; letter-spacing: -.04em; }
.plan-summary { margin: 12px 0 22px; padding-bottom: 20px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.featured .plan-summary { border-color: rgba(255,255,255,.14); color: rgba(255,255,255,.65); }
.plan-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 10px; }
.plan-detail-grid small, .plan-detail-grid strong { display: block; }
.plan-detail-grid small { margin-bottom: 4px; color: #99817b; font-size: 10px; }
.plan-detail-grid strong { font-size: 14px; }
.featured .plan-detail-grid small { color: rgba(255,255,255,.55); }
.plan-card .plan-enquire { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: auto; padding: 15px 0 0; border: 0; border-top: 1px solid var(--line); background: transparent; color: var(--orange-dark); font-weight: 800; }
.featured .plan-enquire { border-color: rgba(255,255,255,.14); color: var(--gold); }
.plan-enquire span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: #f5e6d7; transition: transform .2s; }
.featured .plan-enquire span { background: rgba(255,255,255,.11); }
.plan-enquire:hover span { transform: translateX(3px); }
.plans-footer { display: flex; align-items: center; justify-content: center; gap: 28px; margin-top: 35px; }
.plans-footer p { margin: 0; color: var(--muted); }
.plans-footer p span { color: var(--orange); }

.story-section { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 720px; padding: 0; background: var(--cream); }
.story-visual { position: relative; min-height: 720px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 45%, #f5cf6f 0 20%, #e79c35 20.2% 34%, #c94b24 34.2% 100%); }
.story-visual::before { position: absolute; content: ""; width: 80%; height: 80%; border: 1px solid rgba(255,255,255,.23); border-radius: 50%; }
.story-logo-card { position: relative; z-index: 1; width: min(82%, 610px); padding: 14px; border: 1px solid rgba(255,222,95,.72); border-radius: 28px; background: var(--yellow-pale); box-shadow: 0 30px 70px rgba(80,28,15,.29); transform: rotate(-3deg); }
.story-logo-card img { width: 100%; border-radius: 17px; }
.goal-orbit-icons { position: absolute; inset: 0; z-index: 3; pointer-events: none; }
.goal-orbit-icon { position: absolute; width: 68px; height: 68px; display: grid; place-items: center; border: 3px solid rgba(255,248,223,.9); border-radius: 50%; background: #fff0b2; color: var(--orange-dark); box-shadow: 0 14px 28px rgba(86,28,13,.25); font-family: "DM Sans", sans-serif; font-size: 29px; font-weight: 800; animation: goal-icon-float 3.8s ease-in-out infinite; }
.goal-orbit-icon svg { width: 33px; height: 33px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.goal-orbit-rupee { left: 11%; top: 18%; }
.goal-orbit-home { right: 10%; top: 20%; animation-delay: -.8s; }
.goal-orbit-education { left: 10%; bottom: 18%; animation-delay: -1.7s; }
.goal-orbit-business { right: 9%; bottom: 34%; animation-delay: -2.5s; }
.goal-orbit-vehicle { left: 46%; bottom: 8%; animation-delay: -3.1s; }
@keyframes goal-icon-float { 0%, 100% { transform: translateY(0) rotate(-3deg); } 50% { transform: translateY(-10px) rotate(3deg); } }
.story-stamp { position: absolute; z-index: 2; right: 8%; bottom: 12%; width: 148px; height: 148px; display: flex; align-items: center; justify-content: center; gap: 9px; border: 6px solid #fff4dc; border-radius: 50%; background: var(--plum); color: white; transform: rotate(7deg); }
.story-stamp strong { color: var(--gold); font-family: "Fraunces", serif; font-size: 36px; }
.story-stamp span { font-size: 11px; line-height: 1.25; text-transform: uppercase; }
.story-copy { max-width: 650px; padding: 100px clamp(40px, 7vw, 110px); align-self: center; }
.story-copy h2 em { color: var(--orange); }
.story-copy .lead { margin-top: 25px; color: var(--ink); font-size: 18px; line-height: 1.7; }
.story-copy > p:not(.lead) { color: var(--muted); line-height: 1.8; }
.story-points { display: grid; gap: 14px; margin: 28px 0 32px; }
.story-points > div { display: flex; gap: 12px; }
.story-points > div > span { width: 26px; height: 26px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: #f5dca7; color: var(--orange-dark); font-size: 12px; font-weight: 800; }
.story-points p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.story-points strong { display: block; color: var(--ink); font-size: 14px; }

.benefits-section { position: relative; overflow: hidden; background: #7d2a17; color: white; }
.benefits-section::before { position: absolute; content: ""; width: 600px; height: 600px; right: -260px; top: -280px; border: 1px solid rgba(243,183,63,.14); border-radius: 50%; box-shadow: 0 0 0 80px rgba(243,183,63,.025), 0 0 0 160px rgba(243,183,63,.018); }
.section-head.split { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 40px; }
.section-head.split > p { max-width: 460px; margin: 0 0 5px auto; color: rgba(255,255,255,.65); line-height: 1.8; }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.benefit-card { position: relative; min-height: 290px; padding: 35px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); transition: background .25s; }
.benefit-card:hover { background: rgba(255,255,255,.055); }
.benefit-number { position: absolute; top: 25px; right: 25px; color: rgba(255,255,255,.26); font-family: "Fraunces", serif; }
.benefit-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 28px; border: 1px solid rgba(243,183,63,.4); border-radius: 16px; color: var(--gold); font-family: "Fraunces", serif; font-size: 25px; }
.benefit-card h3 { margin: 0 0 12px; font-family: "Fraunces", serif; font-size: 24px; }
.benefit-card p { margin: 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.7; }

.goals-section { background: var(--cream); }
.goals-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.goal-card { min-height: 230px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--yellow-pale); box-shadow: 0 18px 48px rgba(83,42,25,.07); }
.goal-card > span { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 12px; background: #f6dfb8; color: var(--orange-dark); font-family: "Fraunces", serif; font-weight: 800; }
.goal-card h3 { margin: 0 0 11px; font-family: "Fraunces", serif; font-size: 24px; }
.goal-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.how-section { background: var(--yellow-light); }
.steps { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 28px; }
.step { text-align: center; }
.step-art { position: relative; width: 158px; height: 158px; display: grid; place-items: center; margin: 0 auto 28px; border-radius: 50%; background: #f4e3c5; }
.step-art::before { position: absolute; content: ""; inset: 10px; border: 1px dashed rgba(159,52,29,.32); border-radius: inherit; }
.step-art > span { color: var(--orange-dark); font-family: "Fraunces", serif; font-size: 48px; }
.step-art i { position: absolute; right: -2px; top: 14px; width: 38px; height: 38px; display: grid; place-items: center; border: 3px solid #fffaf0; border-radius: 50%; background: var(--orange); color: white; font-style: normal; font-size: 11px; font-weight: 800; }
.step h3 { margin: 0 0 10px; font-family: "Fraunces", serif; font-size: 25px; }
.step p { max-width: 300px; margin: 0 auto; color: var(--muted); font-size: 14px; line-height: 1.7; }
.step-arrow { color: #c99f79; font-size: 33px; transform: translateY(-48px); }

.planner-section { display: grid; grid-template-columns: .9fr 1.1fr; padding: 0; background: var(--orange-dark); color: white; }
.planner-copy { align-self: center; max-width: 620px; margin-left: auto; padding: 100px clamp(40px, 7vw, 105px); }
.planner-copy p { color: rgba(255,255,255,.72); line-height: 1.75; }
.planner-copy ul { display: grid; gap: 13px; margin: 26px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.82); font-size: 13px; }
.planner-copy li { display: flex; gap: 10px; }
.planner-copy li span { color: var(--gold); font-weight: 800; }
.planner-card { max-width: 710px; margin: 75px 8vw 75px 0; padding: 37px; border-radius: 30px; background: var(--yellow-pale); color: var(--ink); box-shadow: 0 30px 70px rgba(76,18,9,.25); }
.planner-card-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.planner-card-top small, .planner-card-top strong { display: block; }
.planner-card-top small { margin-bottom: 4px; color: var(--muted); font-size: 11px; }
.planner-card-top strong { color: var(--orange-dark); font-family: "Fraunces", serif; font-size: 37px; }
.planner-card-top > span { padding: 8px 12px; border-radius: 999px; background: #f1dfba; color: var(--orange-dark); font-size: 12px; font-weight: 800; }
.planner-card > label { display: block; margin: 26px 0 14px; font-size: 13px; font-weight: 800; }
#budget-range { width: 100%; height: 7px; border-radius: 99px; appearance: none; background: linear-gradient(90deg, var(--orange) 0%, var(--orange) 9%, #eadbc7 9%, #eadbc7 100%); outline: none; }
#budget-range::-webkit-slider-thumb { width: 23px; height: 23px; appearance: none; border: 5px solid white; border-radius: 50%; background: var(--orange); box-shadow: 0 2px 8px rgba(0,0,0,.2); }
#budget-range::-moz-range-thumb { width: 15px; height: 15px; border: 5px solid white; border-radius: 50%; background: var(--orange); box-shadow: 0 2px 8px rgba(0,0,0,.2); }
.range-labels { display: flex; justify-content: space-between; margin-top: 8px; color: var(--muted); font-size: 10px; }
.planner-results { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 28px 0 22px; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: var(--line); }
.planner-results > div { padding: 17px; background: #ffe99a; }
.planner-results small, .planner-results strong { display: block; }
.planner-results small { margin-bottom: 6px; color: var(--muted); font-size: 10px; }
.planner-results strong { font-size: 16px; }
.planner-note { margin: 13px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }

.faq-section { background: var(--yellow-light); }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-intro { position: sticky; top: 30px; align-self: start; }
.faq-intro h2 em { color: var(--orange); }
.faq-intro > p { margin: 24px 0 30px; color: var(--muted); line-height: 1.75; }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0; border: 0; background: transparent; color: var(--ink); text-align: left; font-family: "Fraunces", serif; font-size: 20px; }
.faq-item button i { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: #f7ead5; color: var(--orange-dark); font-family: "DM Sans", sans-serif; font-style: normal; font-size: 18px; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-answer p { min-height: 0; margin: 0; overflow: hidden; color: var(--muted); line-height: 1.75; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer p { padding: 0 50px 25px 0; }

.contact-section { padding: 100px 0; overflow: hidden; background: #7c281a; color: white; }
.contact-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: 95px; align-items: center; }
.contact-copy { position: relative; }
.contact-copy::before { position: absolute; content: ""; z-index: 0; width: 460px; height: 460px; left: -290px; top: -40px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025); }
.contact-copy > * { position: relative; z-index: 1; }
.contact-copy p { max-width: 500px; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.75; }
.contact-details { display: grid; gap: 18px; margin-top: 32px; }
.contact-details a { display: flex; align-items: center; gap: 14px; }
.contact-details a > span { width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; color: var(--gold); }
.contact-details small, .contact-details strong { display: block; }
.contact-details small { margin-bottom: 3px; color: rgba(255,255,255,.55); font-size: 10px; text-transform: uppercase; }
.contact-details strong { font-size: 14px; line-height: 1.4; }
.contact-form { padding: 37px; border-radius: 28px; background: var(--yellow-pale); color: var(--ink); box-shadow: 0 30px 70px rgba(61,14,6,.25); }
.form-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.form-heading span { font-family: "Fraunces", serif; font-size: 25px; }
.form-heading small { color: var(--muted); }
.contact-form label { display: block; margin: 15px 0 7px; font-size: 11px; font-weight: 800; }
.contact-form label span { color: var(--muted); font-weight: 500; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid rgba(130,69,18,.2); border-radius: 11px; outline: none; background: #ffe99a; color: var(--ink); transition: border .2s, box-shadow .2s; }
.contact-form input, .contact-form select { height: 49px; padding: 0 14px; }
.contact-form textarea { padding: 13px 14px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(220,84,38,.12); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #b09e97; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form .button { margin-top: 22px; border: 0; }
.form-note { margin: 10px 0 0; color: var(--muted); font-size: 10px; text-align: center; }

.footer { padding: 75px 0 25px; background: #662113; color: white; }
.footer-main { display: grid; grid-template-columns: 1.7fr .75fr .75fr 1.1fr; gap: 55px; padding-bottom: 55px; }
.footer .brand-mark { width: 190px; height: 71px; }
.footer .brand-copy strong { color: #f2bb62; }
.footer .brand-copy small { color: #f6ded0; }
.footer-brand > p { max-width: 350px; color: rgba(255,255,255,.55); font-size: 13px; line-height: 1.7; }
.footer-brand .kannada { color: #efbd67; }
.footer-links h3 { margin: 8px 0 22px; color: #efbd67; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.footer-links a, .footer-links p { display: block; margin: 0 0 13px; color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.65; }
.footer-links a:hover { color: white; }
.footer-office > a { color: white; font-weight: 800; }
.footer-legal { display: flex; justify-content: space-between; gap: 20px; padding: 21px 0; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.45); font-size: 10px; }
.footer-legal p { margin: 0; }
.legal-note { color: rgba(255,255,255,.34); font-size: 9px; line-height: 1.6; }

.whatsapp-float { position: fixed; z-index: 45; right: 25px; bottom: 24px; display: flex; align-items: center; gap: 9px; padding: 8px 14px 8px 8px; border-radius: 999px; background: #2d9255; color: white; box-shadow: 0 12px 30px rgba(24,80,47,.3); font-size: 12px; font-weight: 800; transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float > span:first-child { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: white; color: #2d9255; font-size: 20px; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 25px; transform: translate(-50%, 140%); padding: 13px 18px; border-radius: 12px; background: var(--ink); color: white; box-shadow: 0 15px 40px rgba(0,0,0,.25); font-size: 13px; transition: transform .3s; }
.toast.show { transform: translate(-50%, 0); }

/* Interior pages */
.inner-page .site-header { top: 58px; }
.page-hero { position: relative; min-height: 515px; display: flex; align-items: flex-end; overflow: hidden; padding: 205px 0 85px; background: #8c2d1c; color: white; }
.page-hero::before { position: absolute; content: ""; inset: 0; background: radial-gradient(circle at 82% 30%, rgba(243,183,63,.28), transparent 27%), linear-gradient(120deg, #712116 0%, #a63a20 58%, #d46b2b 100%); }
.page-hero::after { position: absolute; content: ""; width: 560px; height: 560px; right: -190px; top: 20px; border: 1px solid rgba(255,236,194,.18); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,236,194,.035), 0 0 0 160px rgba(255,236,194,.022); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero-copy { max-width: 790px; }
.page-hero h1 { font-size: clamp(52px, 6vw, 84px); }
.page-hero p { max-width: 670px; margin: 23px 0 0; color: rgba(255,255,255,.77); font-size: 17px; line-height: 1.75; }
.breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 24px; color: #ffe4a5; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.breadcrumb a { color: white; }
.page-intro { background: var(--yellow-light); }
.content-split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.content-split h2 em { color: var(--orange); }
.content-prose { color: var(--muted); font-size: 16px; line-height: 1.85; }
.content-prose p:first-child { margin-top: 0; color: var(--ink); font-size: 19px; }
.content-prose blockquote { margin: 35px 0 0; padding: 25px 28px; border-left: 4px solid var(--orange); background: var(--cream); color: var(--ink); font-family: "Fraunces", serif; font-size: 24px; line-height: 1.45; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 55px; }
.value-card { min-height: 230px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--yellow-pale); }
.value-card > span { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 12px; background: #f6dfb8; color: var(--orange-dark); font-family: "Fraunces", serif; font-weight: 800; }
.value-card h3 { margin: 0 0 11px; font-family: "Fraunces", serif; font-size: 24px; }
.value-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.directors-section { background: var(--yellow-light); }
.directors-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; max-width: 850px; margin: 0 auto; }
.director-card { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--yellow-pale); box-shadow: 0 18px 50px rgba(83,42,25,.08); text-align: center; }
.director-photo { width: 100%; aspect-ratio: 4 / 5; display: block; margin-bottom: 24px; border-radius: 18px; background: #ffedaa; object-fit: contain; object-position: center; }
.director-card:nth-child(2) .director-photo { object-fit: cover; }
.director-card h3 { margin: 0 0 6px; color: var(--ink); font-family: "Fraunces", serif; font-size: 26px; }
.director-card p { margin: 0; color: var(--muted); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.registration-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--line); }
.registration-panel > div { padding: 29px; background: var(--yellow-pale); }
.registration-panel small, .registration-panel strong { display: block; }
.registration-panel small { margin-bottom: 7px; color: var(--orange-dark); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.registration-panel strong { font-size: 15px; }
.registration-panel a { color: inherit; }
.registration-email { grid-column: 1 / -1; }
.registration-email strong { overflow-wrap: anywhere; }
.page-cta { padding: 75px 0; background: var(--cream-2); }
.page-cta-shell { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 45px 50px; border-radius: 28px; background: var(--plum); color: white; }
.page-cta h2 { font-size: clamp(36px, 4vw, 52px); }
.page-cta p { max-width: 600px; margin: 12px 0 0; color: rgba(255,255,255,.64); }
.plans-page-main { background: var(--yellow-light); }
.plans-page-main .section-head { margin-bottom: 36px; }
.explain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.explain-card { position: relative; min-height: 330px; padding: 34px; overflow: hidden; border-radius: 25px; background: var(--yellow-pale); box-shadow: 0 18px 55px rgba(83,42,25,.08); }
.explain-card > i { position: absolute; right: 25px; top: 20px; color: #e8d8c7; font-family: "Fraunces", serif; font-size: 48px; font-style: normal; }
.explain-card .benefit-icon { background: var(--cream); }
.explain-card h3 { margin: 0 0 13px; font-family: "Fraunces", serif; font-size: 27px; }
.explain-card p { color: var(--muted); line-height: 1.75; }
.checklist-section { background: var(--yellow-light); }
.checklist-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.checklist { display: grid; gap: 14px; }
.checklist > div { display: flex; gap: 14px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; }
.checklist > div > span { width: 29px; height: 29px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: #f4deb5; color: var(--orange-dark); font-weight: 800; }
.checklist h3 { margin: 0 0 4px; font-size: 15px; }
.checklist p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.faq-page .faq-layout { grid-template-columns: 1fr; max-width: 900px; }
.faq-page .faq-intro { position: static; max-width: 680px; }
.faq-page .accordion { margin-top: 15px; }
.gallery-section { background: var(--yellow-light); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; max-width: 1180px; margin-inline: auto; }
.gallery-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--yellow-pale); box-shadow: 0 18px 48px rgba(83,42,25,.08); }
.gallery-card img { width: 100%; aspect-ratio: 3 / 4; display: block; object-fit: cover; transition: transform .35s ease; }
.gallery-card:hover img { transform: scale(1.025); }
.contact-page-main { background: var(--yellow-light); }
.contact-page-main .contact-shell { align-items: start; }
.contact-page-main .contact-copy { padding-top: 22px; color: var(--ink); }
.contact-page-main .contact-copy p { color: var(--muted); }
.contact-page-main .contact-details a > span { border-color: var(--line); color: var(--orange-dark); }
.contact-page-main .contact-details small { color: var(--muted); }
.contact-page-main .contact-copy::before { border-color: var(--line); box-shadow: 0 0 0 70px rgba(220,84,38,.025); }
.office-hours { margin-top: 35px; padding: 22px; border: 1px solid var(--line); border-radius: 17px; background: var(--yellow-pale); }
.office-hours strong { display: block; margin-bottom: 5px; }
.office-hours p { margin: 0; font-size: 13px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .nav { gap: 18px; }
  .nav-links { gap: 17px; }
  .nav-links a { font-size: 13px; }
  .nav-cta { display: none; }
  .language-toggle { margin-left: auto; }
  .hero::before { background: linear-gradient(90deg, rgba(83,21,12,.86), rgba(116,31,14,.63) 48%, rgba(138,44,20,.08)); }
  .plans-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .story-copy { padding: 80px 55px; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .planner-card { margin-right: 4vw; }
  .faq-layout, .contact-shell { gap: 55px; }
}

@media (max-width: 820px) {
  .topbar-links span { display: none; }
  .site-header { top: 52px; }
  .nav { height: 72px; padding: 0 10px; border-radius: 15px; }
  .brand-mark { width: 145px; height: 54px; }
  .brand-copy strong { font-size: 20px; }
  .brand-copy small { font-size: 8px; }
  .menu-toggle { display: block; margin-left: 4px; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .nav-links { position: absolute; left: 0; right: 0; top: calc(100% + 18px); z-index: 70; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 8px; margin-left: 0; padding: 18px; border: 1px solid rgba(176,91,15,.24); border-radius: 16px; background: var(--yellow-pale); box-shadow: 0 22px 55px rgba(66,24,12,.22); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-8px); transition: opacity .25s, transform .25s, visibility .25s; }
  .nav-links.open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
  .nav-links a { width: 100%; padding: 9px 8px; border-radius: 10px; color: var(--ink); font-family: "Fraunces", serif; font-size: 23px; line-height: 1.05; }
  .nav-links a:hover, .nav-links a.active { background: rgba(220,84,38,.1); }
  .nav-links a::after { display: none; }
  .hero { min-height: 960px; padding-top: 180px; }
  .hero-video { object-position: 63% center; }
  .hero::before { background: linear-gradient(90deg, rgba(72,17,9,.88), rgba(107,29,13,.74) 65%, rgba(110,31,13,.4)); }
  .hero-copy { max-width: 550px; }
  .hero-stats-wrap { bottom: 24px; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .hero-stats > div:nth-child(2)::after { display: none; }
  .hero-stats > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .trust-strip { padding-top: 30px; }
  .trust-strip-inner { grid-template-columns: 1fr 1fr; gap: 20px; padding: 22px 0; }
  .trust-strip-inner > p { grid-column: 1 / -1; }
  .registration-item:last-child { grid-column: 1 / -1; }
  .story-section { grid-template-columns: 1fr; }
  .story-visual { min-height: 570px; }
  .story-copy { max-width: none; }
  .section-head.split { grid-template-columns: 1fr; }
  .section-head.split > p { margin-left: 0; }
  .steps { grid-template-columns: 1fr; gap: 40px; }
  .step-arrow { display: none; }
  .planner-section { grid-template-columns: 1fr; padding-bottom: 70px; }
  .planner-copy { max-width: none; margin: 0; padding: 90px 40px 35px; }
  .planner-card { max-width: none; margin: 0 40px; }
  .faq-layout { grid-template-columns: 1fr; }
  .faq-intro { position: static; }
  .contact-shell { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-office { grid-column: 1 / -1; }
  .content-split, .checklist-shell { grid-template-columns: 1fr; gap: 45px; }
  .value-grid, .goals-grid, .gallery-grid, .explain-grid { grid-template-columns: 1fr 1fr; }
  .page-cta-shell { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 78px 0; }
  .topbar { height: 34px; }
  .topbar-inner { justify-content: center; }
  .topbar-links { display: none; }
  .site-header { top: 46px; }
  .nav { width: calc(100% - 20px); }
  .language-toggle { height: 35px; padding-inline: 6px; }
  .language-toggle button { min-width: 27px; }
  .hero { min-height: 950px; padding-top: 160px; }
  .hero-video { object-position: center; }
  .hero::before { background: linear-gradient(90deg, rgba(72,17,9,.9), rgba(107,29,13,.72) 80%, rgba(110,31,13,.45)); }
  h1 { font-size: 54px; }
  h2 { font-size: 42px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-trust { margin-top: 29px; }
  .hero-stats > div { padding: 17px 15px; }
  .hero-stats strong { font-size: 22px; }
  .trust-strip-inner { grid-template-columns: 1fr; }
  .trust-strip-inner > p, .registration-item:last-child { grid-column: auto; }
  .plan-toolbar { justify-content: flex-start; overflow-x: auto; padding-bottom: 5px; }
  .filter-pill { flex: 0 0 auto; }
  .plans-grid { grid-template-columns: 1fr; }
  .plans-footer { align-items: stretch; flex-direction: column; text-align: center; }
  .story-visual { min-height: 430px; }
  .story-logo-card { width: 82%; }
  .goal-orbit-icon { width: 50px; height: 50px; border-width: 2px; font-size: 22px; }
  .goal-orbit-icon svg { width: 25px; height: 25px; }
  .goal-orbit-rupee { left: 5%; top: 14%; }
  .goal-orbit-home { right: 5%; top: 15%; }
  .goal-orbit-education { left: 5%; bottom: 16%; }
  .goal-orbit-business { right: 5%; bottom: 34%; }
  .goal-orbit-vehicle { left: 42%; bottom: 5%; }
  .story-stamp { right: 4%; bottom: 8%; width: 110px; height: 110px; border-width: 4px; }
  .story-stamp strong { font-size: 28px; }
  .story-stamp span { font-size: 8px; }
  .story-copy { padding: 75px 24px; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 245px; padding: 29px; }
  .planner-copy { padding: 75px 20px 30px; }
  .planner-card { margin: 0 14px; padding: 25px 20px; border-radius: 23px; }
  .planner-card-top { align-items: flex-start; flex-direction: column; gap: 10px; }
  .planner-results { grid-template-columns: 1fr; }
  .faq-layout, .contact-shell { gap: 45px; }
  .faq-item button { min-height: 75px; font-size: 18px; }
  .contact-section { padding: 78px 0; }
  .contact-form { padding: 25px 20px; }
  .form-heading { align-items: flex-start; flex-direction: column; gap: 5px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
  .footer-brand, .footer-office { grid-column: 1 / -1; }
  .footer-legal { flex-direction: column; }
  .page-hero { min-height: 470px; padding: 180px 0 65px; }
  .page-hero h1 { font-size: 48px; }
  .value-grid, .goals-grid, .gallery-grid, .directors-grid, .explain-grid { grid-template-columns: 1fr; }
  .registration-panel { grid-template-columns: 1fr; }
  .page-cta-shell { padding: 34px 27px; }
  .whatsapp-float { right: 14px; bottom: 14px; padding-right: 8px; }
  .whatsapp-float > span:last-child { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
