/* ============================================================
   LOGOS ESTATE — design system
   Premium real-estate brand. Fraunces + Inter. Emerald / ivory / brass.
   ============================================================ */

:root {
  --ink:        #14201B;
  --ink-soft:   #2B3A33;
  --muted:      #5C6660;
  --muted-2:    #828C86;

  --bg:         #FBF8F1;   /* warm ivory */
  --bg-alt:     #F2ECDF;   /* deeper sand */
  --card:       #FFFFFF;

  --brand:      #1F4D3D;   /* deep emerald */
  --brand-700:  #163A2E;
  --brand-900:  #0E2A21;
  --brand-100:  #E4EDE7;

  --accent:     #C29B4B;   /* brass / gold */
  --accent-700: #A67F30;

  --line:       rgba(20, 32, 27, 0.12);
  --line-soft:  rgba(20, 32, 27, 0.07);

  --shadow-sm:  0 1px 2px rgba(14, 42, 33, .06), 0 2px 8px rgba(14, 42, 33, .05);
  --shadow-md:  0 8px 24px rgba(14, 42, 33, .10), 0 2px 8px rgba(14, 42, 33, .06);
  --shadow-lg:  0 24px 60px rgba(14, 42, 33, .16), 0 8px 24px rgba(14, 42, 33, .08);

  --radius:     18px;
  --radius-sm:  12px;
  --radius-lg:  28px;

  --container:  1160px;
  --serif: "Fraunces", "Iowan Old Style", Georgia, "Times New Roman", serif;
  --sans:  "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
ul { list-style: none; padding: 0; }

/* ---------- layout ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 24px; }
.section { padding: clamp(64px, 9vw, 120px) 0; }
.section--tight { padding: clamp(48px, 7vw, 88px) 0; }
.bg-alt { background: var(--bg-alt); }
.bg-ink { background: var(--brand-900); color: #EFEFE9; }

.eyebrow {
  font: 600 12.5px/1 var(--sans);
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--accent-700);
  display: inline-flex; align-items: center; gap: 10px;
}
.eyebrow::before { content: ""; width: 28px; height: 1.5px; background: var(--accent); display: inline-block; }
.eyebrow.is-center { justify-content: center; }

h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.06; letter-spacing: -0.01em; color: var(--ink); }
.h1 { font-size: clamp(2.5rem, 6vw, 4.4rem); }
.h2 { font-size: clamp(2rem, 4.4vw, 3.2rem); line-height: 1.08; }
.h3 { font-size: clamp(1.25rem, 2.2vw, 1.6rem); }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.28rem); color: var(--ink-soft); line-height: 1.55; }
.muted { color: var(--muted); }
em.brush { font-style: italic; color: var(--brand); }
.accent-text { color: var(--accent-700); font-style: italic; }

.section-head { max-width: 720px; }
.section-head.is-center { margin-inline: auto; text-align: center; }
.section-head .h2 { margin-top: 16px; }
.section-head p { margin-top: 18px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font: 600 15.5px/1 var(--sans);
  padding: 15px 26px; border-radius: 999px;
  border: 1.5px solid transparent;
  transition: transform .18s ease, box-shadow .25s ease, background .2s ease, color .2s ease, border-color .2s ease;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn--primary { background: var(--brand); color: #fff; box-shadow: var(--shadow-sm); }
.btn--primary:hover { background: var(--brand-700); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn--wa { background: #1FA855; color: #fff; box-shadow: 0 6px 18px rgba(31,168,85,.28); }
.btn--wa:hover { background: #17924A; transform: translateY(-2px); box-shadow: 0 10px 26px rgba(31,168,85,.34); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--ink); transform: translateY(-2px); }
.btn--light { background: #fff; color: var(--brand-900); }
.btn--light:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn--lg { padding: 17px 32px; font-size: 16.5px; }
.btn--block { width: 100%; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(251, 248, 241, 0.82);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s ease, box-shadow .3s ease, background .3s ease;
}
.site-header.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 6px 24px rgba(14,42,33,.05); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 74px; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: var(--serif); }
.brand .mark { width: 38px; height: 38px; flex: none; }
.brand .word { display: flex; flex-direction: column; line-height: 1; }
.brand .word b { font-weight: 600; font-size: 20px; letter-spacing: .01em; }
.brand .word span { font: 600 9.5px/1 var(--sans); letter-spacing: .28em; text-transform: uppercase; color: var(--muted-2); margin-top: 4px; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font: 500 15px/1 var(--sans); color: var(--ink-soft); transition: color .2s ease; }
.nav-links a:hover { color: var(--brand); }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: #fff; align-items: center; justify-content: center; }
.nav-toggle svg { width: 22px; height: 22px; }

/* ---------- hero ---------- */
.hero { position: relative; padding: clamp(56px, 8vw, 104px) 0 clamp(56px, 7vw, 96px); overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(120% 90% at 88% -10%, rgba(194,155,75,.14), transparent 55%),
    radial-gradient(90% 80% at -5% 110%, rgba(31,77,61,.10), transparent 60%);
}
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero-copy .h1 { margin-top: 22px; }
.hero-copy .lead { margin-top: 22px; max-width: 30ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--line); }
.hero-trust li { display: inline-flex; align-items: center; gap: 8px; font: 500 14px/1.3 var(--sans); color: var(--ink-soft); }
.hero-trust svg { width: 17px; height: 17px; color: var(--brand); flex: none; }

/* hero visual */
.hero-visual { position: relative; }
.hero-card {
  position: relative; background: var(--card); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg); padding: 22px; border: 1px solid var(--line-soft);
}
.hero-photo {
  border-radius: 20px; aspect-ratio: 4 / 3.05; overflow: hidden; position: relative;
  background: linear-gradient(150deg, #244e3f 0%, #16382c 55%, #0e2a21 100%);
}
.hero-photo .skyline { position: absolute; inset: 0; }
.hero-photo .ph-badge {
  position: absolute; top: 16px; left: 16px; background: rgba(255,255,255,.92);
  color: var(--brand-900); font: 600 12px/1 var(--sans); letter-spacing: .04em;
  padding: 9px 13px; border-radius: 999px; display: inline-flex; align-items: center; gap: 7px;
  box-shadow: var(--shadow-sm);
}
.hero-photo .ph-badge .dot { width: 7px; height: 7px; border-radius: 50%; background: #1FA855; box-shadow: 0 0 0 3px rgba(31,168,85,.25); }
.hero-meta { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-top: 18px; padding: 4px 6px 6px; }
.hero-meta .price { font-family: var(--serif); font-size: 1.7rem; font-weight: 600; color: var(--ink); }
.hero-meta .price small { display: block; font: 500 12px/1 var(--sans); color: var(--muted-2); letter-spacing: .14em; text-transform: uppercase; margin-bottom: 6px; }
.hero-meta .com0 { text-align: right; }
.hero-meta .com0 b { display: block; font-family: var(--serif); font-size: 1.25rem; color: var(--brand); }
.hero-meta .com0 span { font: 500 12px/1 var(--sans); color: var(--muted); }
.hero-specs { display: flex; gap: 10px; margin-top: 14px; }
.hero-specs span { flex: 1; text-align: center; background: var(--bg-alt); border-radius: 12px; padding: 11px 6px; font: 600 13px/1.2 var(--sans); color: var(--ink-soft); }
.hero-specs span small { display: block; font-weight: 500; color: var(--muted-2); margin-top: 4px; font-size: 11px; }

.hero-float {
  position: absolute; right: -10px; bottom: -22px; background: #fff; border-radius: 16px;
  box-shadow: var(--shadow-md); padding: 13px 16px; display: flex; align-items: center; gap: 12px;
  border: 1px solid var(--line-soft); max-width: 230px;
}
.hero-float .ic { width: 38px; height: 38px; flex: none; border-radius: 11px; background: #E7F6ED; color: #1FA855; display: grid; place-items: center; }
.hero-float .ic svg { width: 20px; height: 20px; }
.hero-float b { font: 600 13.5px/1.2 var(--sans); color: var(--ink); }
.hero-float span { font: 500 12px/1.3 var(--sans); color: var(--muted); }

/* ---------- logos / trust strip ---------- */
.proofbar { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proofbar .container { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px 30px; padding-block: 26px; }
.proofbar .stat { display: flex; flex-direction: column; gap: 2px; }
.proofbar .stat b { font-family: var(--serif); font-size: clamp(1.5rem, 2.6vw, 2.1rem); font-weight: 600; color: var(--brand); line-height: 1; }
.proofbar .stat span { font: 500 13px/1.3 var(--sans); color: var(--muted); }
.proofbar .divider { width: 1px; align-self: stretch; background: var(--line); }

/* ---------- value cards ---------- */
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 52px; }
.card {
  background: var(--card); border: 1px solid var(--line-soft); border-radius: var(--radius);
  padding: 28px 24px 26px; box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--line); }
.card .ic {
  width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center;
  background: var(--brand-100); color: var(--brand); margin-bottom: 20px;
}
.card .ic svg { width: 25px; height: 25px; }
.card h3 { font-size: 1.18rem; margin-bottom: 10px; }
.card p { font-size: 15px; color: var(--muted); line-height: 1.55; }

/* ---------- process ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 52px; counter-reset: step; }
.step { position: relative; padding-top: 30px; }
.step::before {
  counter-increment: step; content: "0" counter(step);
  font-family: var(--serif); font-size: 3.2rem; font-weight: 500; color: var(--brand);
  opacity: .16; position: absolute; top: -18px; left: -4px; line-height: 1;
}
.step .bar { width: 46px; height: 3px; background: var(--accent); border-radius: 2px; margin-bottom: 18px; }
.step h3 { font-size: 1.18rem; margin-bottom: 9px; }
.step p { font-size: 15px; color: var(--muted); }

/* ---------- whatsapp feature ---------- */
.wa-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 80px); align-items: center; }
.wa-copy .feature-list { margin-top: 28px; display: grid; gap: 16px; }
.wa-copy .feature-list li { display: flex; gap: 14px; align-items: flex-start; }
.wa-copy .feature-list .tick {
  flex: none; width: 26px; height: 26px; border-radius: 50%; background: #E7F6ED; color: #1FA855;
  display: grid; place-items: center; margin-top: 2px;
}
.wa-copy .feature-list .tick svg { width: 15px; height: 15px; }
.wa-copy .feature-list b { display: block; font: 600 16px/1.4 var(--sans); color: var(--ink); }
.wa-copy .feature-list span { font-size: 14.5px; color: var(--muted); }
.wa-optin {
  margin-top: 28px; background: var(--bg-alt); border: 1px dashed var(--line);
  border-radius: var(--radius-sm); padding: 16px 18px; font-size: 14px; color: var(--ink-soft);
  display: flex; gap: 12px; align-items: flex-start;
}
.wa-optin svg { width: 19px; height: 19px; color: var(--brand); flex: none; margin-top: 2px; }

/* phone mockup */
.phone {
  width: min(330px, 86vw); margin-inline: auto; background: #0E2A21; border-radius: 42px;
  padding: 14px; box-shadow: var(--shadow-lg); position: relative;
}
.phone::before { content: ""; position: absolute; top: 22px; left: 50%; transform: translateX(-50%); width: 96px; height: 6px; background: rgba(255,255,255,.22); border-radius: 99px; z-index: 2; }
.phone-screen { background: #E5DDD2; border-radius: 30px; overflow: hidden; min-height: 520px; display: flex; flex-direction: column; }
.wa-top { background: #1F4D3D; color: #fff; padding: 30px 16px 12px; display: flex; align-items: center; gap: 11px; }
.wa-top .av { width: 38px; height: 38px; border-radius: 50%; background: var(--accent); display: grid; place-items: center; font-family: var(--serif); font-weight: 600; color: var(--brand-900); }
.wa-top .who b { font: 600 14.5px/1.1 var(--sans); display: block; }
.wa-top .who span { font: 400 11.5px/1.2 var(--sans); color: rgba(255,255,255,.7); }
.wa-body { flex: 1; padding: 18px 14px; display: flex; flex-direction: column; gap: 12px;
  background-image: radial-gradient(rgba(31,77,61,.05) 1px, transparent 1px); background-size: 18px 18px; }
.wa-day { align-self: center; background: rgba(255,255,255,.7); color: #5a6b62; font: 500 11px/1 var(--sans); padding: 5px 11px; border-radius: 8px; }
.bubble {
  background: #fff; border-radius: 12px 12px 12px 4px; padding: 11px 13px; max-width: 90%;
  box-shadow: 0 1px 1px rgba(0,0,0,.07); font-size: 13.5px; color: #1e2a25; line-height: 1.5;
}
.bubble .b-title { font-weight: 700; color: var(--brand); margin-bottom: 4px; }
.bubble .b-row { display: block; }
.bubble .b-link { color: #1976d2; word-break: break-all; }
.bubble .b-time { display: block; text-align: right; font-size: 10.5px; color: #93a09a; margin-top: 5px; }
.bubble.out { align-self: flex-end; background: #DCF8C6; border-radius: 12px 12px 4px 12px; }

/* ---------- zones / property types ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 80px); align-items: center; }
.type-list { margin-top: 26px; display: grid; gap: 14px; }
.type-list li { display: flex; gap: 14px; align-items: center; padding: 16px 18px; background: var(--card); border: 1px solid var(--line-soft); border-radius: 14px; box-shadow: var(--shadow-sm); }
.type-list .ic { width: 42px; height: 42px; flex: none; border-radius: 11px; background: var(--brand-100); color: var(--brand); display: grid; place-items: center; }
.type-list .ic svg { width: 21px; height: 21px; }
.type-list b { font: 600 15.5px/1.3 var(--sans); }
.type-list span { font-size: 13.5px; color: var(--muted); }
.zones-card { background: var(--brand-900); color: #EAE6DC; border-radius: var(--radius-lg); padding: clamp(28px, 4vw, 44px); box-shadow: var(--shadow-lg); }
.zones-card h3 { color: #fff; font-size: 1.5rem; }
.zones-card p { color: rgba(255,255,255,.72); margin-top: 12px; font-size: 15px; }
.zone-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.zone-tags span { font: 500 13.5px/1 var(--sans); padding: 9px 14px; border-radius: 999px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); color: #EAE6DC; }
.zones-card .note { margin-top: 26px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 14px; color: rgba(255,255,255,.7); }

/* ---------- testimonials ---------- */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 52px; }
.quote { background: var(--card); border: 1px solid var(--line-soft); border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.quote .stars { color: var(--accent); letter-spacing: 3px; font-size: 15px; margin-bottom: 14px; }
.quote p { font-size: 16px; color: var(--ink-soft); line-height: 1.6; font-style: italic; flex: 1; }
.quote .who { display: flex; align-items: center; gap: 12px; margin-top: 22px; }
.quote .who .av { width: 42px; height: 42px; border-radius: 50%; background: var(--brand-100); color: var(--brand); display: grid; place-items: center; font-family: var(--serif); font-weight: 600; font-size: 17px; }
.quote .who b { display: block; font: 600 15px/1.2 var(--sans); }
.quote .who span { font-size: 13px; color: var(--muted); }

/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; border-radius: var(--radius-lg); padding: clamp(40px, 6vw, 72px); background: linear-gradient(135deg, #1F4D3D 0%, #0E2A21 100%); color: #fff; text-align: center; box-shadow: var(--shadow-lg); }
.cta-band::after { content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(194,155,75,.22), transparent 70%); top: -120px; right: -80px; }
.cta-band .h2 { color: #fff; position: relative; }
.cta-band p { color: rgba(255,255,255,.8); max-width: 560px; margin: 18px auto 0; position: relative; font-size: 1.08rem; }
.cta-band .hero-actions { justify-content: center; position: relative; }

/* ---------- contact ---------- */
.contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(32px, 5vw, 64px); }
.contact-info { display: grid; gap: 14px; align-content: start; }
.contact-line { display: flex; gap: 15px; align-items: flex-start; padding: 18px; background: var(--card); border: 1px solid var(--line-soft); border-radius: 14px; box-shadow: var(--shadow-sm); }
.contact-line .ic { width: 44px; height: 44px; flex: none; border-radius: 12px; background: var(--brand-100); color: var(--brand); display: grid; place-items: center; }
.contact-line .ic svg { width: 21px; height: 21px; }
.contact-line span { display: block; font: 600 12px/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 5px; }
.contact-line a, .contact-line b { font: 600 17px/1.35 var(--sans); color: var(--ink); }
.contact-line a:hover { color: var(--brand); }
.contact-line small { font-weight: 500; color: var(--muted); font-size: 13.5px; }

.form-card { background: var(--card); border: 1px solid var(--line-soft); border-radius: var(--radius); padding: clamp(24px, 4vw, 38px); box-shadow: var(--shadow-md); }
.field { margin-bottom: 16px; }
.field label { display: block; font: 600 13.5px/1 var(--sans); margin-bottom: 8px; color: var(--ink-soft); }
.field input, .field select, .field textarea {
  width: 100%; font: 400 15.5px/1.5 var(--sans); color: var(--ink);
  padding: 13px 15px; border: 1.5px solid var(--line); border-radius: 12px; background: var(--bg);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--brand); background: #fff; box-shadow: 0 0 0 4px rgba(31,77,61,.10);
}
.field textarea { resize: vertical; min-height: 110px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-consent { display: flex; gap: 11px; align-items: flex-start; margin: 6px 0 20px; font-size: 13.5px; color: var(--muted); }
.form-consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--brand); flex: none; }
.form-consent a { color: var(--brand); text-decoration: underline; }

/* ---------- footer ---------- */
.site-footer { background: var(--brand-900); color: rgba(255,255,255,.7); padding: clamp(56px, 7vw, 80px) 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; }
.footer-brand .brand .word b { color: #fff; }
.footer-brand .brand .word span { color: rgba(255,255,255,.5); }
.footer-brand p { margin-top: 18px; font-size: 14.5px; line-height: 1.6; max-width: 32ch; }
.footer-col h4 { font: 600 12px/1 var(--sans); letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.45); margin-bottom: 18px; }
.footer-col ul { display: grid; gap: 12px; }
.footer-col a, .footer-col li { font-size: 14.5px; color: rgba(255,255,255,.72); transition: color .2s ease; }
.footer-col a:hover { color: #fff; }
.footer-col .muted-line { color: rgba(255,255,255,.5); }
.footer-bottom { margin-top: 48px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.12); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; align-items: center; font-size: 13px; color: rgba(255,255,255,.5); }
.footer-bottom a { color: rgba(255,255,255,.7); }
.footer-bottom a:hover { color: #fff; }
.footer-legal-links { display: flex; gap: 22px; flex-wrap: wrap; }

/* ---------- legal pages ---------- */
.legal-hero { padding: clamp(48px, 7vw, 88px) 0 clamp(28px, 4vw, 44px); border-bottom: 1px solid var(--line); }
.legal-hero .crumb { font: 500 14px/1 var(--sans); color: var(--muted); margin-bottom: 18px; }
.legal-hero .crumb a:hover { color: var(--brand); }
.legal-hero .h1 { font-size: clamp(2rem, 4.5vw, 3rem); }
.legal-hero p { margin-top: 14px; color: var(--muted); }
.legal-body { max-width: 780px; margin-inline: auto; padding-block: clamp(40px, 6vw, 72px); }
.legal-body h2 { font-size: clamp(1.3rem, 2.4vw, 1.7rem); margin: 44px 0 14px; }
.legal-body h3 { font-size: 1.15rem; margin: 28px 0 10px; }
.legal-body p, .legal-body li { color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.legal-body p { margin-bottom: 14px; }
.legal-body ul { list-style: disc; padding-left: 24px; margin-bottom: 16px; display: grid; gap: 8px; }
.legal-body strong { color: var(--ink); }
.legal-body a { color: var(--brand); text-decoration: underline; }
.legal-toc { background: var(--bg-alt); border: 1px solid var(--line-soft); border-radius: var(--radius); padding: 24px 26px; margin-bottom: 36px; }
.legal-toc b { font: 600 13px/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.legal-toc ul { list-style: none; padding: 0; margin: 16px 0 0; display: grid; gap: 9px; }
.legal-toc a { font-size: 15px; color: var(--brand); text-decoration: none; }
.legal-toc a:hover { text-decoration: underline; }

/* thank-you page */
.ty-wrap { min-height: 72vh; display: grid; place-items: center; text-align: center; padding: 60px 24px; }
.ty-card { max-width: 520px; }
.ty-icon { width: 84px; height: 84px; border-radius: 50%; background: #E7F6ED; color: #1FA855; display: grid; place-items: center; margin: 0 auto 28px; }
.ty-icon svg { width: 42px; height: 42px; }
.ty-card .h2 { margin-bottom: 16px; }
.ty-card .hero-actions { justify-content: center; margin-top: 30px; }

/* ---------- reveal animation (progressive enhancement) ---------- */
.js [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.js [data-reveal].is-in { opacity: 1; transform: none; }
.js [data-reveal][data-delay="1"] { transition-delay: .08s; }
.js [data-reveal][data-delay="2"] { transition-delay: .16s; }
.js [data-reveal][data-delay="3"] { transition-delay: .24s; }

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .js [data-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* ---------- responsive ---------- */
@media (max-width: 1000px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); row-gap: 40px; }
  .quotes { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}
@media (max-width: 860px) {
  .nav-links, .nav-cta .btn--ghost { display: none; }
  .nav-toggle { display: inline-flex; }
  .hero-grid { grid-template-columns: 1fr; gap: 54px; }
  .hero-copy .lead { max-width: 46ch; }
  .hero-visual { max-width: 440px; margin-inline: auto; width: 100%; }
  .wa-grid, .split, .contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .wa-grid .phone { order: -1; }
  .proofbar .divider { display: none; }
  .proofbar .container { justify-content: flex-start; gap: 28px 40px; }

  /* mobile nav drawer */
  .nav-links {
    position: fixed; inset: 74px 0 auto 0; flex-direction: column; align-items: stretch;
    background: var(--bg); border-bottom: 1px solid var(--line); padding: 18px 24px 26px; gap: 4px;
    box-shadow: var(--shadow-md); transform: translateY(-12px); opacity: 0; pointer-events: none;
    transition: opacity .22s ease, transform .22s ease; z-index: 55;
  }
  .nav-links.open { display: flex; opacity: 1; transform: none; pointer-events: auto; }
  .nav-links a { padding: 13px 4px; border-bottom: 1px solid var(--line-soft); font-size: 16px; }
  .nav-links .btn--wa { display: inline-flex; margin-top: 12px; justify-content: center; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .container { padding-inline: 18px; }
  .cards { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-actions .btn { flex: 1; }
  .hero-float { right: 0; }
}
