:root {
  --ink: #18332b;
  --muted: #5f706a;
  --green: #12372a;
  --green-2: #1c6148;
  --lime: #c9ee8f;
  --cream: #f5f4ea;
  --paper: #fffefa;
  --line: #dfe6e0;
  --white: #ffffff;
  --danger: #b42318;
  --shadow: 0 24px 60px rgba(18, 55, 42, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; line-height: 1.6; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input, select { font: inherit; }
img { max-width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 100; background: var(--ink); color: var(--white); padding: 10px 16px; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 254, 250, .93); border-bottom: 1px solid rgba(18, 55, 42, .08); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-family: Manrope, sans-serif; font-weight: 700; letter-spacing: -.03em; }
.brand strong { color: var(--green-2); }
.brand-logo { width: 52px; height: 52px; border-radius: 10px; object-fit: cover; mix-blend-mode: multiply; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { text-decoration: none; font-weight: 600; font-size: 14px; }
.site-nav a:not(.nav-cta):hover { color: var(--green-2); }
.nav-cta { padding: 10px 18px; border-radius: 9px; color: var(--white); background: var(--green); }
.nav-toggle { display: none; border: 0; background: none; color: var(--ink); font-weight: 700; }
.nav-dropdown { position: relative; }
.nav-dropdown summary { cursor: pointer; list-style: none; font-weight: 600; font-size: 14px; }
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown summary::after { content: "⌄"; margin-left: 6px; }
.dropdown-menu { position: absolute; top: calc(100% + 18px); left: 50%; width: 220px; padding: 10px; transform: translateX(-50%); border: 1px solid var(--line); border-radius: 12px; background: var(--white); box-shadow: var(--shadow); }
.dropdown-menu::before { content: ""; position: absolute; inset: -20px 0 auto; height: 20px; }
.dropdown-menu a { display: block; padding: 10px 11px; border-radius: 7px; }
.dropdown-menu a:hover { background: var(--cream); }

.hero { position: relative; overflow: hidden; padding: 74px 0 86px; background: radial-gradient(circle at 8% 20%, rgba(201,238,143,.4), transparent 24%), linear-gradient(135deg, #f8f7ee 0%, #eef5ed 100%); }
.hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -180px; bottom: -260px; border: 85px solid rgba(28,97,72,.08); border-radius: 50%; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 72px; }
.eyebrow { margin: 0 0 13px; color: var(--green-2); font-weight: 800; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { font-family: Manrope, sans-serif; line-height: 1.13; letter-spacing: -.04em; }
h1 { margin: 0; font-size: clamp(44px, 6vw, 76px); }
h1 span { color: var(--green-2); }
.hero-lead { max-width: 650px; margin: 25px 0 30px; color: var(--muted); font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 10px; padding: 0 22px; text-decoration: none; font-weight: 700; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--green); box-shadow: 0 10px 22px rgba(18,55,42,.17); }
.button-primary:hover { background: var(--green-2); }
.button-secondary { color: var(--green); background: transparent; border: 1px solid var(--green); }
.button-full { width: 100%; margin-top: 16px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 28px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 14px; font-weight: 600; }
.hero-points li::before { content: "✓"; margin-right: 7px; color: var(--green-2); font-weight: 800; }

.lead-card { background: var(--white); padding: 34px; border: 1px solid rgba(18,55,42,.1); border-radius: 24px 24px 24px 8px; box-shadow: var(--shadow); }
.step-chip { display: inline-block; margin-bottom: 10px; padding: 4px 10px; border-radius: 99px; color: var(--green); background: rgba(201,238,143,.55); font-size: 12px; font-weight: 700; }
.form-heading h2 { margin: 0 0 6px; font-size: 27px; }
.form-heading p { margin: 0 0 22px; color: var(--muted); font-size: 14px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { color: var(--ink); font-size: 13px; font-weight: 700; }
.optional { color: var(--muted); font-size: 11px; font-weight: 500; }
.field-wide { grid-column: 1 / -1; }
.field input, .field select { width: 100%; height: 48px; margin-top: 6px; border: 1px solid #cbd6ce; border-radius: 9px; padding: 0 12px; color: var(--ink); background: var(--white); outline: none; }
.field input:focus, .field select:focus { border-color: var(--green-2); box-shadow: 0 0 0 3px rgba(28,97,72,.1); }
.field input.invalid, .field select.invalid { border-color: var(--danger); }
.error { min-height: 16px; display: block; color: var(--danger); font-size: 11px; font-weight: 500; }
.consent { display: flex; align-items: flex-start; gap: 9px; margin-top: 12px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.consent input { margin-top: 3px; }
.consent-error { padding-left: 24px; }
.secure-note { margin: 10px 0 0; color: var(--muted); text-align: center; font-size: 11px; }

.life-goals-section { padding: 82px 0; background: var(--white); }
.life-goals-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 62px; align-items: center; }
.life-goals-photo { position: relative; min-height: 440px; margin: 0; overflow: hidden; border-radius: 26px 26px 26px 8px; box-shadow: var(--shadow); }
.life-goals-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,32,22,.48), transparent 42%); pointer-events: none; }
.life-goals-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.life-goals-photo figcaption { position: absolute; z-index: 1; left: 26px; bottom: 22px; color: var(--white); font: 700 18px Manrope,sans-serif; }
.life-goals-copy h2 { margin: 0; font-size: clamp(34px,4.2vw,52px); }
.life-goals-copy > p:not(.eyebrow) { margin: 18px 0 24px; color: var(--muted); }
.goal-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 26px; }
.goal-tiles div { min-height: 88px; display: flex; align-items: center; gap: 11px; padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: var(--cream); }
.goal-tiles span { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 9px; color: var(--green); background: var(--lime); font-weight: 800; }
.goal-tiles strong { font-size: 13px; line-height: 1.25; }

.trust-strip { border-top: 1px solid rgba(18,55,42,.06); border-bottom: 1px solid var(--line); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { padding: 25px 22px; border-right: 1px solid var(--line); }
.trust-grid div:last-child { border-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid span { color: var(--muted); font-size: 13px; }
.partner-section { overflow: hidden; padding: 70px 0 60px; border-bottom: 1px solid var(--line); background: var(--cream); }
.partner-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.partner-head .eyebrow { margin-bottom: 8px; }
.partner-head h2 { margin: 0; font-size: clamp(28px,3.4vw,42px); }
.slider-controls { display: flex; gap: 8px; }
.slider-controls button { width: 44px; height: 44px; border: 1px solid #cbd6ce; border-radius: 50%; color: var(--green); background: var(--white); font-size: 19px; cursor: pointer; }
.slider-controls button:hover { color: var(--white); background: var(--green); }
.partner-slider { overflow: hidden; margin-right: calc((100vw - min(1160px, calc(100vw - 40px))) / -2); }
.partner-track { display: flex; gap: 18px; overflow-x: auto; padding: 4px calc((100vw - min(1160px, calc(100vw - 40px))) / 2) 20px 0; scroll-snap-type: x mandatory; scrollbar-width: none; scroll-behavior: smooth; }
.partner-track::-webkit-scrollbar { display: none; }
.partner-card { flex: 0 0 min(270px,74vw); min-height: 126px; display: flex; align-items: center; justify-content: center; padding: 25px; border: 1px solid var(--line); border-radius: 17px 17px 17px 6px; background: var(--white); scroll-snap-align: start; }
.partner-logo-wrap { width: 100%; height: 74px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.partner-logo-wrap img { width: auto; max-width: 190px; max-height: 68px; object-fit: contain; }
.partner-logo-wrap img.partner-logo-padded { width: 210px; max-width: none; max-height: none; }
.partner-logo-wrap img.partner-logo-idfc { width: 280px; max-width: none; max-height: none; }
.slider-dots { display: flex; gap: 7px; margin-top: 2px; }
.slider-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: #aebbb2; cursor: pointer; }
.slider-dots button.active { width: 22px; border-radius: 5px; background: var(--green); }
.partner-note { margin: 18px 0 0; color: var(--muted); font-size: 10px; }

.section { padding: 98px 0; }
.soft-section { background: var(--cream); }
.section-heading { max-width: 700px; margin: 0 auto 48px; text-align: center; }
.section-heading h2, .calculator-copy h2, .info-grid h2, .final-cta h2 { margin: 0; font-size: clamp(32px, 4.2vw, 50px); }
.section-heading > p:last-child, .section-intro, .calculator-copy > p:last-child { color: var(--muted); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; counter-reset: steps; }
.step { position: relative; padding-top: 26px; border-top: 2px solid var(--line); }
.step > span { position: absolute; top: -16px; left: 0; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: var(--lime); background: var(--green); font-size: 11px; font-weight: 800; }
.step h3 { margin: 14px 0 8px; font-size: 21px; }
.step p { margin: 0; color: var(--muted); }

.products-section { border-top: 1px solid var(--line); background: var(--white); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-card { padding: 28px; border: 1px solid var(--line); border-radius: 18px 18px 18px 6px; background: var(--paper); transition: transform .2s, box-shadow .2s; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(18,55,42,.09); }
.product-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 10px; background: rgba(201,238,143,.55); color: var(--green); font-size: 21px; font-weight: 800; }
.product-card h3 { margin: 18px 0 8px; font-size: 22px; }
.product-card p { color: var(--muted); }
.product-card ul { display: grid; gap: 7px; margin: 18px 0; padding: 0; list-style: none; color: var(--muted); font-size: 13px; }
.product-card li::before { content: "✓"; margin-right: 8px; color: var(--green-2); font-weight: 800; }
.product-card > a:not(.button) { color: var(--green-2); font-weight: 800; text-decoration: none; }
.product-card-primary { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; color: var(--white); background: var(--green); }
.product-card-primary .eyebrow { color: var(--lime); }
.product-card-primary p { color: rgba(255,255,255,.75); }
.product-card-primary h3 { margin-top: 0; font-size: 28px; }

.info-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.check-list { display: grid; gap: 13px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 31px; font-weight: 600; }
.check-list li::before { content: "✓"; position: absolute; left: 0; width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--green); font-size: 12px; }
.document-panel { padding: 34px; border-radius: 20px 20px 20px 6px; background: var(--green); color: var(--white); }
.document-panel h3 { margin: 0 0 20px; font-size: 25px; }
.document-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; border-radius: 12px; background: rgba(255,255,255,.16); }
.document-list > div { display: flex; gap: 12px; padding: 19px; background: var(--green); }
.document-list span { color: var(--lime); font-size: 12px; font-weight: 800; }
.document-list p { margin: 0; color: rgba(255,255,255,.72); font-size: 13px; }
.document-list strong { display: block; color: var(--white); font-size: 15px; }

.calculator-wrap { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: center; }
.calculator { padding: 34px; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); background: var(--white); }
.calculator label { display: block; margin-bottom: 24px; font-weight: 700; }
.calculator output { float: right; color: var(--green-2); }
.calculator input[type="range"] { width: 100%; margin-top: 13px; accent-color: var(--green-2); }
.emi-result { padding: 22px; border-radius: 12px; background: var(--cream); }
.emi-result span, .emi-result small { display: block; color: var(--muted); }
.emi-result strong { display: block; margin: 2px 0; font-family: Manrope, sans-serif; font-size: 34px; }

.faq-section { background: #eef4ef; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.align-left { margin: 0; text-align: left; }
.accordion details { border-bottom: 1px solid #cdd9d0; }
.accordion summary { padding: 21px 38px 21px 0; cursor: pointer; list-style: none; font-family: Manrope, sans-serif; font-weight: 700; position: relative; }
.accordion summary::after { content: "+"; position: absolute; right: 4px; font-size: 24px; font-weight: 400; }
.accordion details[open] summary::after { content: "−"; }
.accordion p { margin: -5px 0 20px; color: var(--muted); }

.company-section { background: var(--paper); }
.company-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 76px; align-items: center; }
.company-identity { display: grid; place-items: center; min-height: 390px; padding: 32px; border-radius: 24px 24px 24px 8px; background: var(--white); box-shadow: var(--shadow); }
.company-identity img { width: 100%; max-width: 390px; mix-blend-mode: multiply; }
.company-copy h2 { margin: 0; font-size: clamp(32px, 4vw, 48px); }
.company-copy > p:not(.eyebrow):not(.company-note) { color: var(--muted); font-size: 17px; }
.company-details { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 26px; }
.company-details div { padding: 17px; border: 1px solid var(--line); border-radius: 10px; }
.company-details span, .company-details strong, .company-details a { display: block; }
.company-details span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.company-details a { color: var(--green-2); font-weight: 700; overflow-wrap: anywhere; }
.company-details .company-address { grid-column: 1 / -1; }
.company-note { margin-top: 18px; padding: 12px 14px; border-left: 3px solid var(--lime); color: var(--muted); background: var(--cream); font-size: 12px; }

.review-section { border-top: 1px solid var(--line); background: var(--cream); }
.review-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 76px; align-items: start; }
.review-grid h2 { margin: 0; font-size: clamp(32px, 4vw, 48px); }
.review-grid > div > p:not(.eyebrow) { color: var(--muted); }
.review-form { padding: 30px; border-radius: 20px 20px 20px 7px; background: var(--white); box-shadow: var(--shadow); }
.review-form h3 { margin: 0 0 18px; font-size: 24px; }
.review-form .field { display: block; margin-bottom: 10px; }
.review-form textarea { width: 100%; min-height: 120px; margin-top: 6px; resize: vertical; border: 1px solid #cbd6ce; border-radius: 9px; padding: 11px 12px; color: var(--ink); background: var(--white); outline: none; font: inherit; }
.form-status { min-height: 24px; margin: 12px 0 0; color: var(--green-2); text-align: center; font-size: 13px; font-weight: 700; }
.approved-reviews { display: grid; gap: 12px; margin-top: 28px; }
.public-review { padding: 18px; border-left: 3px solid var(--lime); background: var(--white); }
.public-review p { margin: 0 0 9px; color: var(--ink); }
.public-review span { color: var(--muted); font-size: 12px; }

.final-cta { padding: 70px 0; color: var(--white); background: var(--green); }
.final-cta .eyebrow { color: var(--lime); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.final-cta h2 { max-width: 720px; }
.final-actions { display: flex; flex-direction: column; align-items: stretch; gap: 12px; min-width: 215px; }
.button-light { background: var(--lime); color: var(--green); }
.text-link { color: var(--white); text-align: center; font-weight: 700; }

.site-footer { padding: 60px 0 22px; color: rgba(255,255,255,.7); background: #0b241b; }
.footer-grid { display: grid; grid-template-columns: 1fr .7fr 1.3fr; gap: 60px; }
.footer-brand { color: var(--white); }
.footer-brand .brand-logo { mix-blend-mode: normal; }
.site-footer h3 { margin-top: 0; color: var(--white); font-size: 15px; letter-spacing: 0; }
.site-footer a { display: inline-block; text-decoration: none; }
.site-footer > .footer-grid a { display: block; }
.footer-social { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.site-footer > .footer-grid .footer-social a { display: inline-flex; align-items: center; min-height: 34px; padding: 7px 11px; color: #fff; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; font-size: 12px; font-weight: 700; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.site-footer > .footer-grid .footer-social a:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.5); transform: translateY(-1px); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 46px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }
.mobile-actions { display: none; }
.consent-banner { position: fixed; z-index: 100; right: 20px; bottom: 20px; left: 20px; max-width: 920px; margin-inline: auto; display: flex; align-items: center; gap: 28px; padding: 20px 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: 0 22px 70px rgba(18,55,42,.2); }
.consent-banner[hidden] { display: none; }
.consent-banner strong { font-family: Manrope,sans-serif; }
.consent-banner p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.consent-actions { flex: 0 0 auto; display: flex; gap: 8px; }
.consent-actions .button { min-height: 42px; padding-inline: 15px; font-size: 12px; }

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .site-nav { position: fixed; inset: 76px 0 auto; display: none; flex-direction: column; align-items: stretch; padding: 24px 20px 30px; background: var(--paper); box-shadow: 0 20px 30px rgba(18,55,42,.1); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 7px 0; }
  .nav-cta { text-align: center; }
  .hero-grid, .info-grid, .calculator-wrap, .faq-grid, .company-grid, .review-grid, .life-goals-grid { grid-template-columns: 1fr; gap: 48px; }
  .life-goals-photo { min-height: 390px; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .nav-dropdown summary { padding: 7px 0; }
  .dropdown-menu { position: static; width: 100%; padding: 8px 0 0 14px; transform: none; border: 0; box-shadow: none; background: transparent; }
  .hero { padding-top: 52px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid div:nth-child(2) { border-right: 0; }
  .trust-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .consent-banner { align-items: stretch; flex-direction: column; gap: 14px; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  body { padding-bottom: 64px; }
  .container { width: min(100% - 28px, 1160px); }
  .site-header .brand > span:last-child { font-size: 14px; }
  .brand-logo { width: 42px; height: 42px; }
  .nav-wrap { min-height: 68px; }
  .site-nav { top: 68px; }
  .hero { padding: 42px 0 60px; }
  .life-goals-section { padding: 58px 0; }
  .life-goals-photo { min-height: 290px; }
  .life-goals-photo figcaption { left: 18px; bottom: 16px; }
  .goal-tiles { grid-template-columns: 1fr; }
  h1 { font-size: 44px; }
  .hero-lead { font-size: 17px; }
  .hero-actions .button { width: 100%; }
  .lead-card { padding: 24px 18px; border-radius: 18px 18px 18px 7px; }
  .field-grid, .steps, .document-list, .product-grid, .company-details { grid-template-columns: 1fr; }
  .company-details .company-address { grid-column: auto; }
  .field-wide { grid-column: auto; }
  .section { padding: 70px 0; }
  .section-heading { margin-bottom: 36px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid div { border-right: 0; border-bottom: 1px solid var(--line); padding: 18px 4px; }
  .document-panel, .calculator { padding: 24px 18px; }
  .company-identity { min-height: 0; padding: 18px; }
  .final-cta-inner { align-items: stretch; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .mobile-actions { position: fixed; z-index: 70; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(3, 1fr); background: var(--white); box-shadow: 0 -5px 18px rgba(18,55,42,.16); }
  .consent-banner { bottom: 72px; }
  .consent-actions { flex-direction: column-reverse; }
  .partner-section { padding: 54px 0 46px; }
  .partner-head { align-items: flex-start; flex-direction: column; }
  .partner-slider { margin-right: -14px; }
  .partner-track { padding-right: 14px; }
  .partner-card { flex-basis: min(250px,76vw); }
  .mobile-actions a { min-height: 58px; display: grid; place-items: center; border-right: 1px solid var(--line); text-decoration: none; font-size: 13px; font-weight: 800; }
  .mobile-actions a:last-child { color: var(--white); background: var(--green); }
}

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

.legal-page { background: var(--paper); }
.legal-back { color: var(--green-2); font-weight: 700; text-decoration: none; }
.legal-main { max-width: 850px; padding-top: 76px; padding-bottom: 90px; }
.legal-main > h1 { font-size: clamp(40px, 6vw, 68px); }
.legal-updated { color: var(--muted); }
.legal-summary { margin: 28px 0 42px; padding: 20px 22px; border-left: 4px solid var(--lime); background: var(--cream); }
.legal-main section { padding: 22px 0; border-top: 1px solid var(--line); }
.legal-main h2 { margin: 0 0 10px; font-size: 24px; }
.legal-main p, .legal-main li { color: #44564f; }
.legal-main address { padding: 18px; border-radius: 10px; background: var(--cream); font-style: normal; }
.legal-main a { color: var(--green-2); }
.legal-footer { padding: 28px 0; color: rgba(255,255,255,.75); background: #0b241b; }
.legal-footer a { color: var(--white); }
/* Honeypot field: real visitors never see or complete it. */
.bot-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
