:root {
  --red: #b51f35;
  --red-dark: #8d1528;
  --red-bright: #d8374f;
  --ink: #19191f;
  --muted: #68686f;
  --line: #e8e4e5;
  --blush: #fff4f5;
  --blush-deep: #fbe6e9;
  --white: #fff;
  --shadow: 0 24px 70px rgba(90, 22, 34, .12);
  --radius-xl: 38px;
  --radius-lg: 26px;
  --radius-md: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, "Segoe UI", Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 108px 0; }
.section-pad { padding: 22px 0 58px; }
.section-blush { background: linear-gradient(180deg, #fff 0, var(--blush) 18%, #fff7f8 100%); }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; transform: translateY(-150%); padding: 10px 16px; border-radius: 8px; background: var(--ink); color: #fff; }
.skip-link:focus { transform: translateY(0); }

.topbar { color: #fff; background: var(--red-dark); font-size: 12px; letter-spacing: .03em; }
.topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 42px; }
.topbar-inner span::before { content: "✓"; margin-right: 7px; color: #ffd4da; font-weight: 800; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(226,220,221,.8); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { width: 146px; flex: 0 0 auto; }
.brand img { width: 100%; max-height: 58px; object-fit: contain; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 30px; margin-left: auto; font-size: 14px; font-weight: 650; }
.site-nav a { position: relative; padding: 28px 0; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: 21px; left: 0; height: 2px; transform: scaleX(0); background: var(--red); transition: transform .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: .2s; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid var(--red); border-radius: 12px; color: #fff; background: var(--red); box-shadow: 0 12px 25px rgba(181,31,53,.18); font-weight: 750; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); background: var(--red-dark); box-shadow: 0 16px 28px rgba(181,31,53,.24); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid rgba(181,31,53,.25); outline-offset: 3px; }
.button-small { min-height: 44px; padding-inline: 19px; font-size: 13px; }
.button-white { border-color: #fff; color: var(--red); background: #fff; box-shadow: none; }
.button-white:hover { color: var(--red-dark); background: #fff7f8; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--red); font-weight: 750; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.eyebrow { margin: 0 0 14px; color: var(--red); font-size: 12px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #ffd8de; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.045em; line-height: 1.06; }
h1 { margin-bottom: 24px; font-size: clamp(43px, 5.8vw, 76px); }
h1 span { color: var(--red); }
h2 { margin-bottom: 20px; font-size: clamp(36px, 4.2vw, 55px); }
h3 { line-height: 1.25; }

.hero-shell { position: relative; min-height: 650px; overflow: hidden; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 36px; padding: 62px clamp(32px, 4vw, 62px); border: 1px solid #f5dade; border-radius: var(--radius-xl); background: radial-gradient(circle at 77% 30%, #fff 0, #fff5f6 24%, transparent 48%), linear-gradient(135deg, #fff 0%, #fff6f7 56%, #f9dfe3 100%); }
.hero-shell::before { content: ""; position: absolute; width: 420px; height: 420px; right: -170px; bottom: -220px; border: 75px solid rgba(181,31,53,.05); border-radius: 50%; }
.hero-copy { position: relative; z-index: 2; max-width: 670px; }
.hero-lead { max-width: 590px; margin-bottom: 31px; color: #55555c; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 14px 24px; margin-top: 34px; color: #494950; font-size: 13px; font-weight: 650; }
.trust-row span::first-letter { color: var(--red); }
.hero-visual { position: relative; min-height: 560px; }
.result-card { position: absolute; z-index: 3; top: 77px; left: 50%; width: min(300px, 66%); min-height: 360px; transform: translateX(-50%) rotate(2deg); padding: 34px; border: 1px solid rgba(255,255,255,.7); border-radius: 30px; color: #fff; background: linear-gradient(145deg, var(--red-bright), var(--red-dark)); box-shadow: 0 36px 65px rgba(104,16,31,.3); }
.result-icon { display: grid; width: 50px; height: 50px; place-items: center; margin-bottom: 45px; border-radius: 16px; color: var(--red); background: #fff; font-family: Georgia, serif; font-size: 24px; font-weight: 800; }
.result-card > small { display: block; opacity: .8; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.result-card > strong { display: block; margin-top: 7px; font-size: 25px; line-height: 1.2; }
.mini-bars { display: flex; height: 68px; align-items: flex-end; gap: 8px; margin: 25px 0 20px; }
.mini-bars i { width: 16%; border-radius: 4px 4px 1px 1px; background: rgba(255,255,255,.85); }
.mini-bars i:nth-child(1) { height: 35%; }.mini-bars i:nth-child(2) { height: 54%; }.mini-bars i:nth-child(3) { height: 45%; }.mini-bars i:nth-child(4) { height: 75%; }.mini-bars i:nth-child(5) { height: 95%; }
.result-note { display: flex; justify-content: space-between; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.25); font-size: 13px; }
.result-note b { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: var(--red); background: #fff; }
.float-card { position: absolute; z-index: 4; width: 190px; padding: 18px 20px; border: 1px solid #fff; border-radius: 16px; background: rgba(255,255,255,.94); box-shadow: 0 20px 40px rgba(85,25,35,.14); backdrop-filter: blur(8px); }
.float-card b, .float-card small { display: block; }
.float-card b { font-size: 14px; }.float-card small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.float-card-a { top: 38px; left: -8px; }.float-card-b { right: -6px; bottom: 65px; }
.merge-lines { position: absolute; z-index: 1; top: 180px; left: 2%; width: 44%; }
.merge-lines i { display: block; width: 100%; height: 1px; margin: 42px 0; transform-origin: right; background: linear-gradient(90deg, transparent, rgba(181,31,53,.45)); }
.merge-lines i:first-child { transform: rotate(18deg); }.merge-lines i:last-child { transform: rotate(-18deg); }
.hero-orb { position: absolute; z-index: 0; border-radius: 50%; filter: blur(1px); }
.hero-orb-one { top: 35px; right: 2px; width: 110px; height: 110px; border: 25px solid rgba(181,31,53,.1); }
.hero-orb-two { bottom: 27px; left: 12%; width: 65px; height: 65px; background: rgba(181,31,53,.1); }


.hero-visual { overflow: hidden; border: 1px solid rgba(255,255,255,.8); border-radius: 24px; box-shadow: 0 24px 52px rgba(104,16,31,.14); background: #fff7f7; }
.hero-scene { width: 100%; height: 100%; object-fit: cover; object-position: 43% center; transform: scale(1.08); }
.hero-message { position: absolute; z-index: 2; top: 24px; left: 24px; max-width: 240px; padding: 17px 19px; border: 1px solid rgba(255,255,255,.85); border-radius: 16px 16px 16px 4px; color: var(--ink); background: rgba(255,255,255,.96); box-shadow: 0 16px 35px rgba(85,25,35,.14); backdrop-filter: blur(8px); }
.hero-message span, .hero-message strong { display: block; }.hero-message span { margin-bottom: 4px; color: var(--red); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }.hero-message strong { font-size: 18px; line-height: 1.22; }

.reveal-ready .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.22, .75, .28, 1); }
.reveal-ready .reveal.revealed { opacity: 1; transform: translateY(0); }
.reveal-ready .benefit-grid article:nth-child(2), .reveal-ready .process-grid article:nth-child(2), .reveal-ready .metric-grid div:nth-child(2) { transition-delay: .09s; }
.reveal-ready .benefit-grid article:nth-child(3), .reveal-ready .process-grid article:nth-child(3), .reveal-ready .metric-grid div:nth-child(3) { transition-delay: .18s; }
.reveal-ready .benefit-grid article:nth-child(4), .reveal-ready .process-grid article:nth-child(4), .reveal-ready .metric-grid div:nth-child(4) { transition-delay: .27s; }

.metrics { padding-bottom: 65px; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metric-grid div { padding: 31px 22px; border-right: 1px solid var(--line); text-align: center; }
.metric-grid div:last-child { border-right: 0; }
.metric-grid strong, .metric-grid span { display: block; }
.metric-grid strong { color: var(--red); font-size: 31px; line-height: 1; }
.metric-grid span { margin-top: 9px; color: var(--muted); font-size: 12px; }
.micro-copy { margin-top: 15px; color: #858187; font-size: 11px; line-height: 1.55; }

.split-intro { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 90px; margin-bottom: 52px; }
.split-intro h2 { margin: 0; max-width: 690px; }
.split-intro > p { margin-bottom: 7px; color: var(--muted); font-size: 17px; }
.consolidation-card { display: grid; grid-template-columns: 1fr 140px .82fr; align-items: center; gap: 25px; padding: 40px; border: 1px solid #efdfe2; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); }
.debt-stack { display: grid; gap: 12px; }
.debt-stack article { display: flex; align-items: center; gap: 17px; padding: 18px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.debt-stack article > span { display: grid; width: 40px; height: 40px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--red); background: var(--blush); font-size: 11px; font-weight: 850; }
.debt-stack b, .debt-stack small { display: block; }.debt-stack b { font-size: 14px; }.debt-stack small { color: var(--muted); font-size: 11px; }
.flow-arrow { display: flex; flex-direction: column; align-items: center; color: var(--red); }
.flow-arrow span { display: grid; width: 62px; height: 62px; place-items: center; border-radius: 50%; background: var(--blush-deep); font-size: 29px; }
.flow-arrow small { margin-top: 7px; color: var(--muted); }
.one-payment { min-height: 254px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 34px; border-radius: 22px; color: #fff; background: linear-gradient(140deg, var(--red-bright), var(--red-dark)); }
.round-mark { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; color: var(--red); background: #fff; font-weight: 900; }
.one-payment p { margin: 22px 0 4px; font-size: 12px; opacity: .78; }.one-payment strong { font-size: 24px; line-height: 1.25; }.one-payment small { margin-top: 18px; opacity: .75; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 50px; }
.benefit-grid article { padding: 27px 24px; border-top: 2px solid #ebced3; }
.benefit-grid article > span { color: var(--red); font-size: 11px; font-weight: 850; }
.benefit-grid h3 { margin: 17px 0 10px; font-size: 18px; }.benefit-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.section-heading { max-width: 760px; margin-bottom: 46px; }.section-heading.centered { margin-right: auto; margin-left: auto; text-align: center; }.section-heading > p:last-child { color: var(--muted); }
.package-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 16px; }
.package-tab { min-height: 74px; padding: 0 24px; border: 1px solid var(--line); border-radius: 15px; background: #fff; font-weight: 750; cursor: pointer; transition: .2s; }
.package-tab span { margin-right: 10px; color: #a5a0a1; font-size: 11px; }
.package-tab:hover { border-color: #dabdc2; }.package-tab.active { border-color: var(--red); color: #fff; background: var(--red); box-shadow: 0 15px 32px rgba(181,31,53,.18); }.package-tab.active span { color: #ffd9df; }
.package-panel { min-height: 590px; overflow: hidden; display: grid; grid-template-columns: 1.02fr .98fr; align-items: stretch; border: 1px solid #f0dadd; border-radius: var(--radius-lg); background: linear-gradient(125deg, #fff 5%, var(--blush) 100%); }
.package-panel[hidden] { display: none; }
.package-copy { align-self: center; padding: clamp(36px, 6vw, 74px); }
.package-brand { width: fit-content; min-height: 58px; display: flex; align-items: center; gap: 13px; margin-bottom: 24px; padding: 8px 14px 8px 9px; border: 1px solid #eadfe1; border-radius: 14px; background: rgba(255,255,255,.9); box-shadow: 0 10px 24px rgba(85,25,35,.08); }
.package-brand img { width: 58px; height: 42px; object-fit: contain; }
.package-brand span { max-width: 160px; color: #555159; font-size: 11px; font-weight: 800; line-height: 1.25; }
.package-copy h3 { max-width: 620px; margin-bottom: 18px; font-size: clamp(30px, 3.3vw, 46px); letter-spacing: -.035em; line-height: 1.08; }
.package-copy > p:not(.eyebrow) { max-width: 610px; color: var(--muted); }
.check-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px 20px; padding: 0; margin: 30px 0 35px; list-style: none; }
.check-list li { position: relative; padding-left: 28px; font-size: 14px; font-weight: 650; }.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--red); font-weight: 900; }
.package-person { position: relative; min-height: 590px; align-self: end; overflow: hidden; }
.package-person::before { content: ""; position: absolute; right: 4%; bottom: -10%; left: 4%; height: 77%; border-radius: 50% 50% 0 0; background: linear-gradient(155deg, #eabac1, #b51f35); }
.package-person img { position: absolute; z-index: 1; right: 0; bottom: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; mix-blend-mode: normal; }
.government-person img { object-position: center 7%; }.army-person img { object-position: center 5%; }
.person-tag { position: absolute; z-index: 2; right: 22px; bottom: 24px; padding: 10px 15px; border: 1px solid rgba(255,255,255,.7); border-radius: 10px; background: rgba(255,255,255,.88); box-shadow: 0 15px 30px rgba(60,17,24,.13); font-size: 12px; font-weight: 800; backdrop-filter: blur(8px); }
.package-panels > .micro-copy { margin-left: 8px; }

.eligibility-section { padding-bottom: 74px; color: #fff; background: #981a2d; }
.eligibility-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 90px; }
.eligibility-intro { padding-top: 12px; }.eligibility-intro p:not(.eyebrow) { max-width: 500px; color: #f1cbd1; }.eligibility-intro .button { margin-top: 18px; }
.eligibility-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.eligibility-list article { display: flex; gap: 17px; padding: 33px 27px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.eligibility-list article > span { font-size: 11px; font-weight: 850; color: #efb8c0; }.eligibility-list h3 { margin-bottom: 8px; font-size: 17px; }.eligibility-list p { margin: 0; color: #edc8cd; font-size: 13px; }
.document-strip { display: grid; grid-template-columns: .7fr .7fr 1.2fr; align-items: center; gap: 25px; margin-top: 64px; padding: 25px 28px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(255,255,255,.08); }
.document-strip > div { display: flex; align-items: center; gap: 15px; }.doc-icon { display: grid; width: 46px; height: 46px; flex: 0 0 auto; place-items: center; border-radius: 12px; color: var(--red); background: #fff; font-size: 11px; font-weight: 900; }.document-strip p { margin: 0; color: #f2ced3; font-size: 12px; }.document-strip b, .document-strip small { display: block; }.document-strip b { color: #fff; font-size: 14px; }

.calculator-section { background: #fbf9f9; }
.calculator-shell { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: center; }
.calculator-intro > p:not(.eyebrow) { color: var(--muted); font-size: 16px; }.calc-tip { display: flex; gap: 14px; margin-top: 30px; padding: 18px; border: 1px solid #efdadd; border-radius: 14px; background: var(--blush); }.calc-tip > span { display: grid; width: 25px; height: 25px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #fff; background: var(--red); font-size: 12px; font-weight: 900; }.calc-tip p { margin: 0; color: var(--muted); font-size: 12px; }.calc-tip b { color: var(--ink); }
.calculator { padding: clamp(28px, 5vw, 55px); border: 1px solid #eee7e8; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); }
.field-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 19px; }.field-heading label { font-size: 14px; font-weight: 750; }.field-heading output { color: var(--red); font-size: 20px; font-weight: 850; }.tenure-heading { margin-top: 35px; }
input[type="range"] { width: 100%; height: 5px; margin: 0; border-radius: 999px; appearance: none; background: linear-gradient(to right, var(--red) 0 var(--range-progress, 25%), #eadfe1 var(--range-progress, 25%) 100%); cursor: pointer; }
input[type="range"]::-webkit-slider-thumb { width: 22px; height: 22px; appearance: none; border: 5px solid #fff; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 2px var(--red), 0 3px 10px rgba(90,15,29,.25); }
input[type="range"]::-moz-range-thumb { width: 14px; height: 14px; border: 5px solid #fff; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 2px var(--red); }
.range-labels { display: flex; justify-content: space-between; margin-top: 9px; color: #939094; font-size: 10px; }
.calc-results { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 39px; }.calc-results > div { padding: 17px 18px; border-radius: 13px; background: #faf7f7; }.calc-results span, .calc-results b { display: block; }.calc-results span { color: var(--muted); font-size: 11px; }.calc-results b { margin-top: 5px; font-size: 17px; }.calc-results .primary-result { grid-column: 1 / -1; padding: 25px; color: #fff; background: linear-gradient(135deg, var(--red-bright), var(--red-dark)); }.primary-result span { color: #f4cbd1; }.primary-result strong { display: block; margin-top: 6px; font-size: clamp(32px, 4vw, 46px); line-height: 1; }
.calc-actions { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 26px; }.calc-actions .button { min-height: 45px; padding-inline: 18px; font-size: 12px; }.calc-actions .text-link { font-size: 13px; }

.process-section { padding-bottom: 90px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; }
.process-grid article { min-height: 260px; padding: 34px 28px; background: #fff; }.process-grid span { color: var(--red); font-size: 12px; font-weight: 900; }.process-grid h3 { margin: 65px 0 12px; font-size: 18px; }.process-grid p { margin: 0; color: var(--muted); font-size: 13px; }

.faq-section { padding-top: 82px; background: #fbf8f8; }
.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; }.faq-title { position: sticky; top: 130px; align-self: start; }.faq-title p:not(.eyebrow) { max-width: 400px; color: var(--muted); }
.accordion { border-top: 1px solid #ddd7d8; }.faq-item { border-bottom: 1px solid #ddd7d8; }.faq-item button { width: 100%; min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 0; border: 0; text-align: left; background: transparent; font-weight: 750; cursor: pointer; }.faq-item button i { display: grid; width: 32px; height: 32px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--red); background: #f5e9eb; font-style: normal; font-size: 18px; }.faq-answer p { max-width: 650px; padding: 0 50px 26px 0; margin: -4px 0 0; color: var(--muted); font-size: 14px; }

.closing-section { padding: 80px 0; background: #fbf8f8; }
.closing-card { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; padding: clamp(40px, 6vw, 72px); border-radius: var(--radius-lg); color: #fff; background: linear-gradient(120deg, #8e1428, #c6263e 72%, #e04a60); box-shadow: 0 30px 60px rgba(112,16,34,.2); }.closing-card h2 { margin-bottom: 12px; }.closing-card p:not(.eyebrow) { margin: 0; color: #f5ced4; }.closing-actions { flex: 0 0 auto; display: flex; align-items: center; gap: 22px; }.closing-actions > a:last-child { font-weight: 800; }
.site-footer { padding: 70px 0 20px; background: #17171b; color: #fff; }.footer-main { display: grid; grid-template-columns: 1.6fr .65fr 1fr; gap: 70px; }.footer-brand img { width: 165px; padding: 7px; border-radius: 8px; background: #fff; }.footer-brand p { max-width: 430px; margin-top: 22px; color: #aaa8ac; font-size: 13px; }.footer-main h3 { margin: 0 0 18px; font-size: 13px; }.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }.footer-main a, .footer-main span { color: #aaa8ac; font-size: 13px; }.footer-main a:hover { color: #fff; }.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 60px; padding-top: 19px; border-top: 1px solid #303034; color: #77757a; font-size: 10px; }.footer-bottom p { margin: 0; }
.whatsapp-float { position: fixed; z-index: 90; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 9px; padding: 8px 14px 8px 8px; border-radius: 999px; color: #fff; background: #1f9d57; box-shadow: 0 13px 30px rgba(24,105,60,.28); font-size: 12px; }.whatsapp-float span { display: grid; width: 35px; height: 35px; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; font-size: 10px; }.whatsapp-float:hover { transform: translateY(-2px); }

@media (max-width: 1050px) {
  .site-nav { gap: 17px; }.nav-cta { display: none; }
  .hero-shell { grid-template-columns: .9fr 1.1fr; gap: 24px; padding-inline: 38px; }.hero-visual { transform: none; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }.calculator-shell { gap: 50px; }.package-copy { padding: 42px; }.check-list { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .section { padding: 82px 0; }.topbar-inner { gap: 18px; }.topbar-inner span:nth-child(2) { display: none; }
  .nav-wrap { min-height: 72px; }.menu-toggle { display: block; margin-left: auto; }.site-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 20px 20px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 18px 30px rgba(30,20,22,.08); }.site-nav.open { display: flex; }.site-nav a { padding: 14px 0; border-bottom: 1px solid #f0ecec; }.site-nav a::after { display: none; }.brand { width: 130px; }
  .hero-shell { min-height: auto; grid-template-columns: 1fr; padding: 56px 38px 20px; }.hero-copy { max-width: none; }.hero-visual { min-height: 520px; transform: none; }.hero-message { top: 20px; right: auto; left: 20px; }.float-card-a { left: 4%; }.float-card-b { right: 2%; }.result-card { width: 280px; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }.metric-grid div:nth-child(2) { border-right: 0; }.metric-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split-intro, .calculator-shell, .faq-layout, .eligibility-grid { grid-template-columns: 1fr; gap: 42px; }.consolidation-card { grid-template-columns: 1fr; }.flow-arrow span { transform: rotate(90deg); }.package-panel { grid-template-columns: 1fr; }.package-person { min-height: 480px; }.eligibility-list { min-height: 400px; }.document-strip { grid-template-columns: repeat(2, 1fr); }.document-strip > p { grid-column: 1 / -1; }.process-grid { grid-template-columns: repeat(2, 1fr); }.faq-title { position: static; }.closing-card { align-items: flex-start; flex-direction: column; }.footer-main { grid-template-columns: 1.5fr 1fr; }.footer-main > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1180px); }.section { padding: 68px 0; }.section-pad { padding-top: 12px; }.topbar-inner { justify-content: space-between; gap: 8px; font-size: 10px; }.topbar-inner span:nth-child(3) { text-align: right; }
  h1 { font-size: 42px; }.hero-shell { padding: 43px 23px 6px; border-radius: 25px; }.hero-lead { font-size: 16px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }.trust-row { flex-direction: column; gap: 8px; margin-top: 27px; }.hero-visual { min-height: 440px; }.hero-scene { object-position: 42% center; transform: scale(1.1); }.hero-message { top: 12px; right: auto; left: 12px; max-width: 185px; padding: 12px 13px; }.hero-message strong { font-size: 15px; }.result-card { top: 54px; width: 225px; min-height: 310px; padding: 25px; }.result-icon { margin-bottom: 25px; }.float-card { width: 145px; padding: 13px; }.float-card-a { top: 22px; left: -8px; }.float-card-b { right: -11px; bottom: 38px; }.merge-lines { display: none; }
  .metric-grid strong { font-size: 25px; }.metric-grid div { padding: 24px 10px; }
  .split-intro { gap: 20px; }.consolidation-card { padding: 21px; }.benefit-grid { grid-template-columns: 1fr; }.benefit-grid article { padding: 20px 8px; }
  .package-tabs { display: flex; overflow-x: auto; padding-bottom: 5px; scroll-snap-type: x mandatory; }.package-tab { min-width: 210px; scroll-snap-align: start; }.package-panel { min-height: auto; }.package-copy { padding: 35px 24px; }.package-copy h3 { font-size: 31px; }.package-person { min-height: 400px; }
  .eligibility-list { grid-template-columns: 1fr; }.eligibility-list article { min-height: 125px; }.document-strip { grid-template-columns: 1fr; }.document-strip > p { grid-column: auto; }
  .calculator { padding: 27px 21px; }.field-heading { align-items: flex-start; flex-direction: column; gap: 4px; }.tenure-heading { margin-top: 28px; }.calc-actions { align-items: flex-start; flex-direction: column; }
  .process-grid { grid-template-columns: 1fr; }.process-grid article { min-height: 210px; }.process-grid h3 { margin-top: 45px; }
  .closing-card { padding: 36px 25px; }.closing-actions { width: 100%; align-items: flex-start; flex-direction: column; }.footer-main { grid-template-columns: 1fr; }.footer-main > div:last-child { grid-column: auto; }.footer-bottom { flex-direction: column; }.whatsapp-float b { display: none; }.whatsapp-float { padding-right: 8px; }
}

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