/* ─────────────────────────────────────────
   BimaBridge — AVS Insurance Brokers Pvt. Ltd.
   Design tokens carried over from the original bimabridge.in
───────────────────────────────────────── */
:root {
  --ink:        #0D1B2A;
  --ink-mid:    #1A2E42;
  --ink-soft:   #2B4057;
  --gold:       #B8893A;
  --gold-lt:    #D4A85C;
  --gold-pale:  #F5E8D0;
  --stone:      #F7F4EF;
  --stone-mid:  #EDE8DF;
  --white:      #FFFFFF;
  --muted:      #66727F;
  --wa:         #25D366;
  --wa-dk:      #128C7E;
  --danger:     #B3261E;
  --border:     rgba(184,137,58,0.22);
  --border-ink: rgba(13,27,42,0.10);

  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'Outfit', system-ui, sans-serif;

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --radius: 6px;
  --radius-lg: 14px;
  --shadow: 0 10px 40px rgba(13,27,42,0.08);
  --nav-h: 76px;
  --top-h: 38px;
}

/* ── Reset & base ─────────────────────── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; scroll-padding-top: calc(var(--nav-h) + 16px); }
body {
  font-family: var(--font-body);
  font-weight: 400;
  background: var(--stone);
  color: var(--ink);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; color: inherit; }
ul { list-style: none; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: absolute; left: 1rem; top: -60px; z-index: 999; background: var(--ink); color: #fff; padding: .6rem 1rem; border-radius: var(--radius); }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
::selection { background: var(--gold-pale); }

.icon { width: 1.25em; height: 1.25em; flex-shrink: 0; stroke: currentColor; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.icon-fill { fill: currentColor; stroke: none; }

.wrap { width: min(1200px, 100% - 2.5rem); margin-inline: auto; }
.wrap-narrow { width: min(820px, 100% - 2.5rem); margin-inline: auto; }
section { position: relative; }
.section { padding: 6.5rem 0; }
.section-sm { padding: 4rem 0; }
.bg-white { background: var(--white); }
.bg-stone-mid { background: var(--stone-mid); }
.bg-ink { background: var(--ink); color: var(--white); }

/* ── Type ─────────────────────────────── */
.eyebrow {
  display: inline-flex; align-items: center; gap: .75rem;
  font-size: .72rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1.1rem;
}
.eyebrow::before { content: ''; width: 32px; height: 1px; background: currentColor; }
h1, h2, h3, .display { font-family: var(--font-display); font-weight: 400; line-height: 1.1; letter-spacing: -.005em; }
h1 em, h2 em, h3 em { font-style: italic; color: var(--gold); }
h2 { font-size: clamp(2.2rem, 4vw, 3.4rem); margin-bottom: 1rem; }
h3 { font-size: 1.6rem; font-weight: 500; }
h4 { font-size: 1.02rem; font-weight: 600; }
.lead { font-size: 1.08rem; font-weight: 300; color: var(--muted); max-width: 620px; line-height: 1.75; }
.bg-ink .lead, .page-hero .lead { color: rgba(255,255,255,.66); }
.section-head { margin-bottom: 3.2rem; }
.section-head.center { text-align: center; }
.section-head.center .lead { margin-inline: auto; }
.section-head.split { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; flex-wrap: wrap; }

/* ── Buttons ──────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  padding: .9rem 1.8rem; border-radius: 3px; border: 1.5px solid transparent;
  font-size: .8rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase;
  cursor: pointer; transition: all .25s var(--ease-out); white-space: nowrap;
}
.btn .icon { width: 1.05rem; height: 1.05rem; }
.btn-primary { background: var(--ink); color: var(--white); border-color: var(--ink); }
.btn-primary:hover { background: var(--gold); border-color: var(--gold); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(184,137,58,.28); }
.btn-gold { background: var(--gold); color: var(--white); border-color: var(--gold); }
.btn-gold:hover { background: var(--gold-lt); border-color: var(--gold-lt); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--ink); border-color: rgba(13,27,42,.3); }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.btn-light { background: transparent; color: var(--white); border-color: rgba(255,255,255,.35); }
.btn-light:hover { border-color: var(--gold-lt); color: var(--gold-lt); }
.btn-wa { background: var(--wa); color: #fff; border-color: var(--wa); }
.btn-wa:hover { background: var(--wa-dk); border-color: var(--wa-dk); }
.btn-block { width: 100%; }
.btn[disabled] { opacity: .7; cursor: progress; }
.link-arrow { display: inline-flex; align-items: center; gap: .4rem; font-size: .8rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: var(--gold); }
.link-arrow .icon { width: 1rem; height: 1rem; transition: transform .25s var(--ease-out); }
.link-arrow:hover .icon { transform: translateX(4px); }
.actions { display: flex; flex-wrap: wrap; gap: .9rem; }

/* ── Top bar ──────────────────────────── */
.topbar { background: var(--ink); color: rgba(255,255,255,.75); font-size: .78rem; height: var(--top-h); }
.topbar .wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.topbar-info { display: flex; gap: 1.6rem; align-items: center; }
.topbar-info span, .topbar-info a { display: inline-flex; align-items: center; gap: .4rem; }
.topbar-info .icon { width: .95rem; height: .95rem; color: var(--gold-lt); }
.topbar-wa { display: flex; gap: .5rem; }
.topbar-wa a { display: inline-flex; align-items: center; gap: .35rem; padding: .22rem .75rem; border-radius: 99px; background: rgba(37,211,102,.14); color: #7FE8A6; font-weight: 500; transition: background .2s; }
.topbar-wa a:hover { background: rgba(37,211,102,.28); }
.topbar-wa .icon { width: .9rem; height: .9rem; }

/* ── Nav ──────────────────────────────── */
.site-nav {
  position: sticky; top: 0; z-index: 200; height: var(--nav-h);
  background: rgba(247,244,239,.94);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border-ink);
  transition: box-shadow .3s;
}
.site-nav.scrolled { box-shadow: 0 2px 32px rgba(13,27,42,.08); }
.site-nav .wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }

.logo { display: inline-flex; align-items: center; gap: .6rem; line-height: 1; }
.logo img { width: 44px; height: 44px; }
.logo-text { display: flex; flex-direction: column; gap: .3rem; }
.logo-name { font-family: var(--font-display); font-size: 1.32rem; font-weight: 600; letter-spacing: .07em; color: #0B1F3A; }
.logo-tag { font-size: .53rem; font-weight: 500; letter-spacing: .24em; color: var(--gold); }
.logo-light .logo-name { color: #fff; }
.logo-light .logo-tag { color: var(--gold-lt); }

.nav-menu { display: flex; align-items: center; gap: 2.1rem; }
.nav-menu > li { position: relative; }
.nav-link {
  display: inline-flex; align-items: center; gap: .3rem; padding: .5rem 0;
  font-size: .8rem; font-weight: 500; letter-spacing: .09em; text-transform: uppercase;
  color: var(--ink-mid); background: none; border: 0; cursor: pointer; position: relative;
}
.nav-link::after { content: ''; position: absolute; left: 0; right: 0; bottom: 2px; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .25s var(--ease-out); }
.nav-link:hover, .nav-link[aria-current="page"] { color: var(--gold); }
.nav-link:hover::after, .nav-link[aria-current="page"]::after { transform: scaleX(1); }
.nav-link .icon { width: .85rem; height: .85rem; transition: transform .2s; }
.has-drop:hover .nav-link .icon, .has-drop.open .nav-link .icon { transform: rotate(180deg); }

.dropdown {
  position: absolute; top: calc(100% + 14px); left: 50%; transform: translate(-50%, 8px);
  width: 560px; padding: 1rem; background: var(--white); border-radius: var(--radius-lg);
  box-shadow: 0 24px 60px rgba(13,27,42,.16); border: 1px solid var(--border-ink);
  display: grid; grid-template-columns: 1fr 1fr; gap: .25rem;
  opacity: 0; visibility: hidden; transition: all .22s var(--ease-out);
}
.dropdown::before { content: ''; position: absolute; top: -16px; left: 0; right: 0; height: 16px; }
.has-drop:hover .dropdown, .has-drop:focus-within .dropdown, .has-drop.open .dropdown { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.dropdown a { display: flex; gap: .8rem; padding: .75rem; border-radius: 10px; transition: background .2s; }
.dropdown a:hover, .dropdown a[aria-current="page"] { background: var(--stone); }
.dd-icon { width: 38px; height: 38px; border-radius: 9px; background: var(--gold-pale); color: var(--gold); display: grid; place-items: center; flex-shrink: 0; }
.dd-icon .icon { width: 1.2rem; height: 1.2rem; }
.dropdown strong { display: block; font-size: .9rem; font-weight: 600; color: var(--ink); }
.dropdown small { display: block; font-size: .76rem; color: var(--muted); line-height: 1.4; }

.nav-cta { margin-left: .4rem; padding: .7rem 1.4rem; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: .4rem; color: var(--ink); }
.nav-toggle .icon { width: 1.7rem; height: 1.7rem; }

/* ── Page hero (inner pages) ──────────── */
.page-hero { background: var(--ink); color: var(--white); padding: 4.5rem 0 5rem; overflow: hidden; }
.page-hero::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(184,137,58,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(184,137,58,.05) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to left, #000 20%, transparent 80%);
}
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(2.6rem, 5vw, 4.2rem); font-weight: 300; margin-bottom: 1.2rem; }
.page-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 4rem; align-items: center; }
.breadcrumb { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem; font-size: .78rem; color: rgba(255,255,255,.5); margin-bottom: 2rem; }
.breadcrumb a:hover { color: var(--gold-lt); }
.breadcrumb li + li::before { content: '/'; margin-right: .5rem; opacity: .5; }
.hero-points { display: grid; gap: .7rem; margin: 1.8rem 0 2.2rem; }
.hero-points li { display: flex; gap: .7rem; align-items: flex-start; color: rgba(255,255,255,.82); font-weight: 300; }
.hero-points .icon { color: var(--gold-lt); margin-top: .2rem; }

/* ── Home hero ────────────────────────── */
.hero { display: grid; grid-template-columns: 1.05fr .95fr; min-height: calc(100vh - var(--nav-h) - var(--top-h)); }
.hero-left { display: flex; flex-direction: column; justify-content: center; padding: 5rem 4rem 5rem max(1.25rem, calc((100vw - 1200px) / 2)); }
.hero-left h1 { font-size: clamp(3rem, 5.4vw, 5.2rem); font-weight: 300; line-height: 1.05; margin-bottom: 1.6rem; }
.hero-left h1 em { display: block; font-weight: 400; }
.hero-left .lead { margin-bottom: 2.4rem; max-width: 470px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 1.6rem; margin-top: 2.8rem; padding-top: 1.8rem; border-top: 1px solid var(--border-ink); }
.hero-trust div { display: flex; align-items: center; gap: .6rem; font-size: .84rem; color: var(--ink-soft); }
.hero-trust .icon { color: var(--gold); width: 1.3rem; height: 1.3rem; }
.hero-right { background: var(--ink); position: relative; display: flex; align-items: center; justify-content: center; padding: 4rem max(1.25rem, calc((100vw - 1200px) / 2)) 4rem 5rem; overflow: hidden; }
.hero-right::before { content: ''; position: absolute; top: 0; bottom: 0; left: -1px; width: 70px; background: var(--stone); clip-path: polygon(0 0, 100% 0, 0 100%); z-index: 1; }
.hero-right::after { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(184,137,58,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(184,137,58,.05) 1px, transparent 1px); background-size: 48px 48px; }
.hero-right > * { position: relative; z-index: 2; }

/* ── Forms ────────────────────────────── */
.form-card { background: var(--white); color: var(--ink); border-radius: var(--radius-lg); padding: 2.2rem; box-shadow: 0 30px 80px rgba(0,0,0,.25); width: 100%; max-width: 460px; }
.form-card.flat { box-shadow: var(--shadow); max-width: none; }
.form-card h3 { font-size: 1.8rem; margin-bottom: .3rem; }
.form-card > p { font-size: .88rem; color: var(--muted); margin-bottom: 1.4rem; }
.chips { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: 1.2rem; }
.chip input { position: absolute; opacity: 0; pointer-events: none; }
.chip span { display: inline-flex; align-items: center; gap: .35rem; padding: .45rem .85rem; border: 1px solid var(--border-ink); border-radius: 99px; font-size: .8rem; cursor: pointer; transition: all .2s; }
.chip span .icon { width: 1rem; height: 1rem; color: var(--gold); }
.chip input:checked + span { background: var(--ink); color: #fff; border-color: var(--ink); }
.chip input:checked + span .icon { color: var(--gold-lt); }
.chip input:focus-visible + span { outline: 2px solid var(--gold); outline-offset: 2px; }
.field { display: flex; flex-direction: column; gap: .35rem; margin-bottom: 1rem; }
.field label { font-size: .74rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-soft); }
.field label .opt { font-weight: 400; text-transform: none; letter-spacing: 0; color: var(--muted); }
.field input, .field select, .field textarea {
  width: 100%; padding: .8rem .95rem; border: 1px solid rgba(13,27,42,.16); border-radius: var(--radius);
  background: var(--stone); font-size: .95rem; transition: border-color .2s, background .2s;
}
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); background: var(--white); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"] { border-color: var(--danger); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1rem; }
.field .hint { font-size: .75rem; color: var(--muted); }
.reg-input { text-transform: uppercase; letter-spacing: .12em; font-weight: 500; }
.consent { display: flex; gap: .6rem; align-items: flex-start; font-size: .78rem; color: var(--muted); margin: .3rem 0 1.2rem; line-height: 1.5; }
.consent input { margin-top: .2rem; accent-color: var(--gold); width: 16px; height: 16px; flex-shrink: 0; }
.consent a { color: var(--gold); text-decoration: underline; }
.form-error { display: none; margin-bottom: 1rem; padding: .7rem .9rem; border-radius: var(--radius); background: #FCEDEC; color: var(--danger); font-size: .85rem; }
.form-note { display: flex; gap: .45rem; align-items: center; justify-content: center; font-size: .75rem; color: var(--muted); margin-top: .9rem; }
.form-note .icon { width: .9rem; height: .9rem; }
.form-success { display: none; text-align: center; padding: 1.5rem .5rem; }
.form-success .success-icon { width: 64px; height: 64px; margin: 0 auto 1.2rem; border-radius: 50%; background: var(--gold-pale); color: var(--gold); display: grid; place-items: center; }
.form-success .success-icon .icon { width: 2rem; height: 2rem; stroke-width: 2; }
.form-success h3 { margin-bottom: .6rem; }
.form-success p { color: var(--muted); font-size: .92rem; margin-bottom: 1.4rem; }
.form-success .actions { justify-content: center; }
[data-show-for] { display: none; }
[data-show-for].shown { display: flex; }

/* ── Ticker ───────────────────────────── */
.ticker { background: var(--gold); color: var(--white); overflow: hidden; padding: .9rem 0; }
.ticker-track { display: flex; gap: 3rem; width: max-content; animation: ticker 40s linear infinite; }
.ticker-track span { display: inline-flex; align-items: center; gap: 3rem; font-size: .8rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.ticker-track span::after { content: '✦'; opacity: .6; }
.ticker:hover .ticker-track { animation-play-state: paused; }
@keyframes ticker { to { transform: translateX(-50%); } }

/* ── Product cards ────────────────────── */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.product-card {
  position: relative; display: flex; flex-direction: column; padding: 2.2rem;
  background: var(--white); border: 1px solid var(--border-ink); border-radius: var(--radius-lg);
  transition: transform .3s var(--ease-out), box-shadow .3s, border-color .3s;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--border); }
.product-card .num { position: absolute; top: 1.6rem; right: 1.8rem; font-family: var(--font-display); font-size: 2.6rem; font-weight: 300; color: var(--stone-mid); line-height: 1; }
.p-icon { width: 54px; height: 54px; border-radius: 12px; background: var(--gold-pale); color: var(--gold); display: grid; place-items: center; margin-bottom: 1.5rem; }
.p-icon .icon { width: 1.6rem; height: 1.6rem; }
.product-card h3 { margin-bottom: .6rem; }
.product-card p { color: var(--muted); font-size: .93rem; font-weight: 300; margin-bottom: 1.2rem; }
.product-card ul { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: 1.6rem; }
.product-card li { font-size: .74rem; padding: .25rem .65rem; border-radius: 99px; background: var(--stone); color: var(--ink-soft); }
.product-card .link-arrow { margin-top: auto; }
.product-card .stretched::after { content: ''; position: absolute; inset: 0; border-radius: inherit; }

/* ── Features / why us ────────────────── */
.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 5rem; align-items: start; }
.why-list { display: grid; gap: 0; }
.why-item { display: grid; grid-template-columns: 64px 1fr; gap: 1.2rem; padding: 1.8rem 0; border-bottom: 1px solid var(--border-ink); }
.why-item:first-child { padding-top: 0; }
.why-item .n { font-family: var(--font-display); font-size: 2.4rem; font-weight: 300; color: var(--gold); line-height: 1; }
.why-item h4 { font-size: 1.1rem; margin-bottom: .35rem; }
.why-item p { color: var(--muted); font-weight: 300; font-size: .95rem; }
.sticky-col { position: sticky; top: calc(var(--nav-h) + 2rem); }

.feature { display: flex; gap: 1rem; padding: 1.6rem; background: var(--white); border-radius: var(--radius-lg); border: 1px solid var(--border-ink); }
.feature .p-icon { width: 46px; height: 46px; margin: 0; flex-shrink: 0; }
.feature .p-icon .icon { width: 1.35rem; height: 1.35rem; }
.feature h4 { margin-bottom: .3rem; }
.feature p { color: var(--muted); font-size: .9rem; font-weight: 300; }
.bg-ink .feature { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.08); }
.bg-ink .feature p { color: rgba(255,255,255,.6); }
.bg-ink .feature .p-icon { background: rgba(184,137,58,.14); color: var(--gold-lt); }

/* ── Stats ────────────────────────────── */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.stat { padding: 2.6rem 1.5rem; text-align: center; }
.stat + .stat { border-left: 1px solid rgba(255,255,255,.1); }
.stat .v { font-family: var(--font-display); font-size: 3.2rem; font-weight: 300; color: var(--gold-lt); line-height: 1; margin-bottom: .6rem; }
.stat .l { font-size: .8rem; letter-spacing: .06em; color: rgba(255,255,255,.6); }

/* ── Steps ────────────────────────────── */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; counter-reset: step; }
.step { position: relative; padding: 2rem 1.6rem; background: var(--white); border-radius: var(--radius-lg); border: 1px solid var(--border-ink); }
.step::before { counter-increment: step; content: '0' counter(step); display: block; font-family: var(--font-display); font-size: 2.2rem; color: var(--gold); line-height: 1; margin-bottom: 1rem; }
.step h4 { margin-bottom: .4rem; }
.step p { font-size: .9rem; color: var(--muted); font-weight: 300; }
.bg-ink .step { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.08); }
.bg-ink .step p { color: rgba(255,255,255,.6); }

/* ── Cover lists ──────────────────────── */
.cover-box { padding: 2.2rem; border-radius: var(--radius-lg); background: var(--white); border: 1px solid var(--border-ink); }
.cover-box h3 { display: flex; align-items: center; gap: .6rem; margin-bottom: 1.3rem; font-size: 1.5rem; }
.cover-box h3 .badge { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; }
.cover-box.yes h3 .badge { background: #E6F4EA; color: #1E7B3C; }
.cover-box.no h3 .badge { background: #FCEDEC; color: var(--danger); }
.cover-box h3 .icon { width: 1.1rem; height: 1.1rem; stroke-width: 2.2; }
.tick-list { display: grid; gap: .75rem; }
.tick-list li { display: flex; gap: .7rem; font-size: .94rem; font-weight: 300; color: var(--ink-soft); }
.tick-list li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); margin-top: .6rem; flex-shrink: 0; }
.tick-list strong { font-weight: 600; color: var(--ink); }

/* ── Doc checklist ────────────────────── */
.doc-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; }
.doc-list li { display: flex; gap: .7rem; align-items: center; padding: .9rem 1.1rem; background: var(--white); border-radius: var(--radius); border: 1px solid var(--border-ink); font-size: .92rem; }
.doc-list .icon { color: var(--gold); }

/* ── FAQ ──────────────────────────────── */
.faq { display: grid; gap: .8rem; }
.faq details { background: var(--white); border: 1px solid var(--border-ink); border-radius: var(--radius-lg); transition: border-color .2s; }
.faq details[open] { border-color: var(--border); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 1rem; align-items: center; padding: 1.25rem 1.5rem; font-weight: 500; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .icon { color: var(--gold); transition: transform .25s; }
.faq details[open] summary .icon { transform: rotate(45deg); }
.faq .answer { padding: 0 1.5rem 1.4rem; color: var(--muted); font-weight: 300; }
.faq .answer p + p { margin-top: .7rem; }

/* ── About / timeline / founders ──────── */
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; align-items: center; }
.big-num { font-family: var(--font-display); font-size: clamp(8rem, 16vw, 13rem); font-weight: 300; line-height: .85; color: var(--gold); }
.big-num-label { font-size: .8rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); margin-top: 1rem; }
.prose-lg p { font-size: 1.05rem; font-weight: 300; color: var(--ink-soft); line-height: 1.85; }
.prose-lg p + p { margin-top: 1.1rem; }
.timeline { position: relative; display: grid; gap: 2rem; padding-left: 2.2rem; }
.timeline::before { content: ''; position: absolute; left: 6px; top: 6px; bottom: 6px; width: 1px; background: var(--border); }
.tl-item { position: relative; }
.tl-item::before { content: ''; position: absolute; left: -2.2rem; top: .35rem; width: 13px; height: 13px; border-radius: 50%; background: var(--stone); border: 2px solid var(--gold); }
.tl-item.upcoming::before { border-style: dashed; }
.tl-year { font-size: .75rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; color: var(--gold); }
.tl-item h4 { font-family: var(--font-display); font-size: 1.45rem; font-weight: 500; margin: .2rem 0 .3rem; }
.tl-item p { color: var(--muted); font-weight: 300; font-size: .93rem; }
.founder { text-align: center; padding: 2.2rem 1.5rem; background: var(--white); border-radius: var(--radius-lg); border: 1px solid var(--border-ink); }
.avatar { width: 84px; height: 84px; border-radius: 50%; margin: 0 auto 1.1rem; display: grid; place-items: center; background: var(--ink); color: var(--gold-lt); font-family: var(--font-display); font-size: 1.8rem; letter-spacing: .05em; }
.founder h4 { font-family: var(--font-display); font-size: 1.4rem; font-weight: 500; }
.founder p { font-size: .82rem; color: var(--muted); letter-spacing: .05em; }

/* ── Testimonials ─────────────────────── */
.testimonial { display: flex; flex-direction: column; padding: 2.2rem; background: var(--white); border-radius: var(--radius-lg); border: 1px solid var(--border-ink); }
.stars { display: flex; gap: .15rem; color: var(--gold); margin-bottom: 1rem; }
.stars .icon { width: 1rem; height: 1rem; }
.stars .off { color: var(--stone-mid); }
.testimonial blockquote { font-family: var(--font-display); font-size: 1.3rem; line-height: 1.5; color: var(--ink); margin-bottom: 1.6rem; flex: 1; }
.t-person { display: flex; gap: .9rem; align-items: center; }
.t-person .avatar { width: 46px; height: 46px; font-size: 1rem; margin: 0; }
.t-person strong { display: block; font-size: .93rem; }
.t-person span { font-size: .8rem; color: var(--muted); }

/* ── CTA band ─────────────────────────── */
.cta-band { background: var(--ink); color: var(--white); border-radius: 20px; padding: 4rem; display: grid; grid-template-columns: 1.3fr 1fr; gap: 3rem; align-items: center; position: relative; overflow: hidden; }
.cta-band::after { content: ''; position: absolute; right: -120px; top: -120px; width: 360px; height: 360px; border-radius: 50%; border: 1px solid rgba(184,137,58,.25); box-shadow: 0 0 0 60px rgba(184,137,58,.04), 0 0 0 120px rgba(184,137,58,.03); }
.cta-band h2 { color: var(--white); }
.cta-band p { color: rgba(255,255,255,.65); font-weight: 300; }
.cta-band .actions { justify-content: flex-end; position: relative; z-index: 1; }

/* ── Contact ──────────────────────────── */
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 3rem; align-items: start; }
.contact-cards { display: grid; gap: 1rem; }
.contact-card { display: flex; gap: 1rem; padding: 1.4rem 1.5rem; background: var(--white); border-radius: var(--radius-lg); border: 1px solid var(--border-ink); }
.contact-card .p-icon { width: 46px; height: 46px; margin: 0; flex-shrink: 0; }
.contact-card .p-icon .icon { width: 1.3rem; height: 1.3rem; }
.contact-card h4 { margin-bottom: .15rem; }
.contact-card p { font-size: .88rem; color: var(--muted); }
.contact-card .links { display: flex; flex-wrap: wrap; gap: .4rem 1rem; margin-top: .45rem; }
.contact-card .links a { font-size: .88rem; font-weight: 500; color: var(--gold); }
.contact-card .links a:hover { text-decoration: underline; }
.map-frame { width: 100%; height: 360px; border: 0; border-radius: var(--radius-lg); filter: grayscale(.3) contrast(1.05); }

/* ── Tables & legal ───────────────────── */
.info-table { width: 100%; border-collapse: collapse; background: var(--white); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border-ink); }
.info-table th, .info-table td { text-align: left; padding: 1rem 1.3rem; border-bottom: 1px solid var(--border-ink); font-size: .93rem; vertical-align: top; }
.info-table th { width: 34%; font-weight: 600; color: var(--ink-soft); background: #FBFAF7; }
.info-table tr:last-child th, .info-table tr:last-child td { border-bottom: 0; }
.pill { display: inline-block; padding: .2rem .7rem; border-radius: 99px; font-size: .75rem; font-weight: 600; letter-spacing: .04em; }
.pill-amber { background: #FFF3DC; color: #8A5A00; }
.pill-green { background: #E6F4EA; color: #1E7B3C; }
.prose h2 { font-size: 1.9rem; margin: 2.6rem 0 .9rem; }
.prose h3 { font-size: 1.35rem; margin: 1.8rem 0 .6rem; }
.prose p, .prose li { color: var(--ink-soft); font-weight: 300; line-height: 1.8; }
.prose p + p { margin-top: .9rem; }
.prose ul, .prose ol { margin: .8rem 0 .8rem 1.3rem; }
.prose ul { list-style: disc; }
.prose ol { list-style: decimal; }
.prose li + li { margin-top: .4rem; }
.prose a { color: var(--gold); text-decoration: underline; }
.prose strong { font-weight: 600; color: var(--ink); }
.callout { display: flex; gap: 1rem; padding: 1.3rem 1.5rem; border-radius: var(--radius-lg); background: var(--gold-pale); color: var(--ink); font-size: .93rem; margin: 1.5rem 0; }
.callout .icon { color: var(--gold); margin-top: .15rem; }

.ladder { display: grid; gap: 1rem; counter-reset: lvl; }
.ladder-step { display: grid; grid-template-columns: 70px 1fr; gap: 1.2rem; padding: 1.6rem; background: var(--white); border-radius: var(--radius-lg); border: 1px solid var(--border-ink); }
.ladder-step .lvl { font-family: var(--font-display); font-size: 1rem; color: var(--gold); text-transform: uppercase; letter-spacing: .1em; }
.ladder-step .lvl b { display: block; font-size: 2.4rem; font-weight: 300; line-height: 1; }
.ladder-step h4 { margin-bottom: .3rem; }
.ladder-step p, .ladder-step li { font-size: .92rem; color: var(--muted); font-weight: 300; }
.ladder-step a { color: var(--gold); font-weight: 500; }

/* ── Footer ───────────────────────────── */
.site-footer { background: #080F18; color: rgba(255,255,255,.62); padding: 5rem 0 0; font-size: .9rem; }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 3.5rem; }
.footer-about { margin: 1.3rem 0 1rem; font-weight: 300; line-height: 1.75; max-width: 340px; }
.footer-tagline { font-family: var(--font-display); font-style: italic; font-size: 1.3rem; color: var(--gold-lt); }
.footer-col h5 { font-size: .74rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--white); margin-bottom: 1.2rem; }
.footer-col a { display: block; padding: .3rem 0; transition: color .2s; font-weight: 300; }
.footer-col a:hover { color: var(--gold-lt); }
.footer-contact { display: grid; gap: .5rem; margin-top: 1.4rem; }
.footer-contact a, .footer-contact span { display: flex; gap: .55rem; align-items: center; font-weight: 300; }
.footer-contact .icon { width: 1rem; height: 1rem; color: var(--gold-lt); }
.footer-compliance { border-top: 1px solid rgba(255,255,255,.08); padding: 2rem 0; font-size: .78rem; line-height: 1.75; color: rgba(255,255,255,.5); }
.footer-compliance .reg-line { display: flex; flex-wrap: wrap; gap: .4rem 1.6rem; color: rgba(255,255,255,.75); margin-bottom: .9rem; }
.footer-compliance .reg-line b { color: var(--gold-lt); font-weight: 500; }
.footer-compliance p + p { margin-top: .6rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 1.4rem 0; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; font-size: .8rem; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 1.4rem; }
.footer-bottom a:hover { color: var(--gold-lt); }

/* ── Floating actions ─────────────────── */
.wa-float { position: fixed; right: 1.4rem; bottom: 1.4rem; z-index: 150; width: 58px; height: 58px; border-radius: 50%; background: var(--wa); color: #fff; display: grid; place-items: center; box-shadow: 0 10px 30px rgba(37,211,102,.4); animation: pulseWa 2.6s infinite; }
.wa-float .icon { width: 1.8rem; height: 1.8rem; }
@keyframes pulseWa { 0%,100% { box-shadow: 0 10px 30px rgba(37,211,102,.4), 0 0 0 0 rgba(37,211,102,.45); } 50% { box-shadow: 0 10px 30px rgba(37,211,102,.4), 0 0 0 14px rgba(37,211,102,0); } }
.mobile-bar { display: none; }

/* ── Reveal ───────────────────────────── */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); }
.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js .reveal { opacity: 1; transform: none; }
}

/* ── Responsive ───────────────────────── */
@media (max-width: 1080px) {
  .nav-menu { gap: 1.4rem; }
  .grid-4, .steps { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .hero-left { padding-right: 2.5rem; }
  .hero-right { padding-left: 3.5rem; }
}
@media (max-width: 920px) {
  :root { --nav-h: 66px; }
  .topbar-info .hide-sm { display: none; }
  .nav-toggle { display: block; }
  .nav-menu {
    position: fixed; inset: calc(var(--nav-h)) 0 0 0; top: var(--nav-h);
    flex-direction: column; align-items: stretch; gap: 0; padding: 1rem 1.25rem 6rem;
    background: var(--stone); overflow-y: auto;
    transform: translateX(100%); transition: transform .3s var(--ease-out);
  }
  .nav-open .nav-menu { transform: none; }
  .nav-menu > li { border-bottom: 1px solid var(--border-ink); }
  .nav-link { width: 100%; justify-content: space-between; padding: 1.1rem 0; font-size: .9rem; }
  .nav-link::after { display: none; }
  .dropdown { position: static; transform: none; width: auto; opacity: 1; visibility: visible; box-shadow: none; border: 0; padding: 0 0 1rem; grid-template-columns: 1fr; display: none; background: transparent; }
  .has-drop.open .dropdown { display: grid; transform: none; }
  .has-drop:hover .dropdown { transform: none; }
  .nav-cta-li { border: 0 !important; padding-top: 1.2rem; }
  .nav-cta { width: 100%; margin: 0; }
  .site-nav { position: sticky; }
  .site-nav .wrap { position: static; }

  .hero, .page-hero-grid, .why-grid, .about-grid, .contact-grid, .cta-band { grid-template-columns: 1fr; }
  .hero-left { padding: 3.5rem 1.25rem; }
  .hero-right { padding: 3.5rem 1.25rem; }
  .hero-right::before { display: none; }
  .form-card { max-width: none; }
  .sticky-col { position: static; }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(3) { border-left: 0; }
  .stat:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.1); }
  .cta-band { padding: 3rem 2rem; }
  .cta-band .actions { justify-content: flex-start; }
  .section { padding: 4.5rem 0; }
  .about-grid, .why-grid { gap: 2.5rem; }
}
@media (max-width: 640px) {
  .topbar-wa a span { display: none; }
  .topbar-wa a::after { content: attr(data-short); }
  .grid-3, .grid-2, .grid-4, .steps, .doc-list, .field-row { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 2rem; }
  .form-card { padding: 1.6rem; }
  .product-card, .cover-box, .testimonial { padding: 1.7rem; }
  .info-table th, .info-table td { display: block; width: 100%; }
  .info-table th { border-bottom: 0; padding-bottom: .2rem; }
  .ladder-step { grid-template-columns: 1fr; gap: .5rem; }
  .actions .btn { flex: 1 1 auto; }
  .wa-float { display: none; }
  .mobile-bar { display: grid; grid-template-columns: repeat(3, 1fr); position: fixed; left: 0; right: 0; bottom: 0; z-index: 150; background: var(--white); border-top: 1px solid var(--border-ink); box-shadow: 0 -6px 24px rgba(13,27,42,.08); }
  .mobile-bar a { display: flex; flex-direction: column; align-items: center; gap: .2rem; padding: .6rem 0 .7rem; font-size: .7rem; font-weight: 500; letter-spacing: .05em; color: var(--ink-soft); }
  .mobile-bar a .icon { width: 1.3rem; height: 1.3rem; color: var(--gold); }
  .mobile-bar a.wa .icon { color: var(--wa-dk); }
  body { padding-bottom: 62px; }
  .topbar-info span:not(.keep) { display: none; }
}
.footer-compliance a:hover { color: var(--gold-lt); }
