:root {
  --navy-950: #07111f;
  --navy-900: #0a1628;
  --navy-800: #10233e;
  --navy-700: #193555;
  --gold: #c9952f;
  --gold-dark: #a8771f;
  --gold-soft: #f4e8cc;
  --ivory: #f7f5ef;
  --paper: #fffdf8;
  --white: #ffffff;
  --ink: #132239;
  --muted: #5f6b7b;
  --line: #dfe3e8;
  --success: #1e7155;
  --danger: #9c3d35;
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 30px;
  --shadow: 0 18px 48px rgba(7, 17, 31, .10);
  --shadow-soft: 0 10px 30px rgba(7, 17, 31, .07);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ivory);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 14px; background: white; color: var(--navy-900); border-radius: 8px; transform: translateY(-140%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(247,245,239,.92); backdrop-filter: blur(18px) saturate(150%); border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 8px 24px rgba(7,17,31,.06); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(201,149,47,.38); }
.brand span { line-height: 1.2; }
.brand strong { display: block; color: var(--navy-900); font-size: 1rem; }
.brand small { display: block; margin-top: 3px; color: var(--muted); font-size: .66rem; letter-spacing: .035em; }
.desktop-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.desktop-nav a { color: #344256; font-size: .9rem; font-weight: 650; transition: color .2s; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--gold-dark); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.menu-button { display: none; width: 42px; height: 42px; padding: 10px; background: white; border: 1px solid var(--line); border-radius: 10px; }
.menu-button span { display: block; height: 2px; background: var(--navy-900); margin: 4px 0; }
.mobile-nav { padding: 12px 20px 24px; background: var(--paper); border-top: 1px solid var(--line); }
.mobile-nav a { display: block; padding: 12px 0; border-bottom: 1px solid var(--line); font-weight: 700; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; line-height: 1.2; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid rgba(201,149,47,.35); outline-offset: 3px; }
.button-gold { background: var(--gold); color: var(--navy-950); box-shadow: 0 12px 28px rgba(201,149,47,.28); }
.button-gold:hover { background: #d6a545; box-shadow: 0 16px 30px rgba(201,149,47,.36); }
.button-dark { background: var(--navy-900); color: white; }
.button-light { background: white; color: var(--navy-900); border-color: rgba(255,255,255,.42); }
.button-outline { background: transparent; color: var(--navy-900); border-color: var(--navy-900); }
.button-small { min-height: 42px; padding-inline: 18px; font-size: .84rem; }

.hero { position: relative; overflow: hidden; background: var(--navy-900); color: white; }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; right: -180px; top: -260px; border-radius: 50%; background: radial-gradient(circle, rgba(201,149,47,.23), transparent 65%); }
.hero::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, #000, transparent 86%); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; min-height: 670px; padding-block: 76px; display: grid; grid-template-columns: minmax(0,1.06fr) minmax(380px,.94fr); align-items: center; gap: 70px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--gold-soft); text-transform: uppercase; font-size: .76rem; letter-spacing: .16em; font-weight: 850; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--gold); }
.hero h1 { max-width: 760px; margin: 20px 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.55rem, 4.25vw, 4.35rem); line-height: 1.01; letter-spacing: -.043em; font-weight: 600; }
.hero h1 em { color: #e0b967; font-style: normal; }
.hero-lead { max-width: 680px; margin: 0 0 22px; color: #d7dde7; font-size: 1.04rem; }
.hero-lead strong { color: white; }
.hero-math { display: flex; align-items: stretch; gap: 10px; max-width: 610px; margin: 0 0 24px; }
.hero-math span { min-width: 0; flex: 1; padding: 13px 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(255,255,255,.06); }
.hero-math b, .hero-math small { display: block; }
.hero-math b { color: white; font-size: 1.18rem; }
.hero-math small { color: #bfc9d6; font-size: .68rem; }
.hero-math i { align-self: center; color: #aeb8c6; font-size: .68rem; font-style: normal; text-transform: uppercase; letter-spacing: .1em; }
.hero-math .hero-math-focus { border-color: rgba(224,185,103,.65); background: rgba(201,149,47,.14); }
.hero-math .hero-math-focus b { color: #efc86f; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { display: flex; gap: 10px; align-items: flex-start; max-width: 670px; margin-top: 22px; color: #b9c3d1; font-size: .82rem; }
.hero-note span:first-child { flex: 0 0 auto; display: grid; place-items: center; width: 22px; height: 22px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--gold); font-weight: 900; }

.route-art { position: relative; padding: 30px; border: 1px solid rgba(255,255,255,.17); border-radius: var(--radius-lg); background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.045)); box-shadow: 0 30px 90px rgba(0,0,0,.25); backdrop-filter: blur(10px); }
.route-kicker { display: block; margin-bottom: 22px; color: #efc86f; font-size: .73rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.route-step { display: grid; grid-template-columns: 48px 1fr; gap: 15px; align-items: start; }
.route-step > span { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.2); border-radius: 15px; background: rgba(255,255,255,.08); color: #efc86f; font-weight: 900; }
.route-step b, .route-step small { display: block; }
.route-step b { margin: 2px 0 4px; color: white; }
.route-step small { color: #bdc7d4; font-size: .76rem; line-height: 1.55; }
.route-step-gold > span { background: var(--gold); color: var(--navy-950); }
.route-connector { width: 2px; height: 25px; margin: 4px 0 4px 23px; background: linear-gradient(rgba(201,149,47,.85), rgba(255,255,255,.15)); }
.route-warning { margin: 24px 0 0; padding: 15px 17px; border-left: 3px solid var(--gold); background: rgba(7,17,31,.48); color: #cbd3df; font-size: .75rem; }
.route-warning b { color: white; }

.dashboard-art { position: relative; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.17); border-radius: var(--radius-lg); padding: 18px; box-shadow: 0 30px 90px rgba(0,0,0,.25); backdrop-filter: blur(10px); transform: rotate(1deg); }
.dashboard-art::before { content: "Subscriber preview"; position: absolute; top: -15px; right: 24px; padding: 7px 14px; background: var(--gold); color: var(--navy-950); border-radius: 999px; font-size: .69rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.dash-window { background: #f8f6f0; color: var(--ink); border-radius: 18px; overflow: hidden; }
.dash-top { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; background: white; border-bottom: 1px solid var(--line); }
.dash-dots { display: flex; gap: 6px; }
.dash-dots i { display: block; width: 7px; height: 7px; border-radius: 50%; background: #d3d8de; }
.dash-top b { font-size: .78rem; color: var(--navy-900); }
.dash-body { display: grid; grid-template-columns: 92px 1fr; min-height: 390px; }
.dash-sidebar { padding: 18px 10px; background: var(--navy-900); }
.dash-sidebar span { display: block; height: 8px; margin: 0 0 14px; border-radius: 20px; background: rgba(255,255,255,.15); }
.dash-sidebar span:first-child { background: var(--gold); }
.dash-content { padding: 20px; }
.dash-welcome { display: flex; justify-content: space-between; gap: 16px; align-items: center; margin-bottom: 18px; }
.dash-welcome h2 { margin: 0; font-size: 1.02rem; }
.dash-welcome small { color: var(--muted); }
.dash-chip { padding: 6px 10px; border-radius: 999px; color: var(--success); background: #dff3eb; font-size: .65rem; font-weight: 850; }
.dash-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin-bottom: 14px; }
.dash-stat { padding: 12px; background: white; border: 1px solid var(--line); border-radius: 12px; }
.dash-stat b { display: block; color: var(--navy-900); font-size: 1rem; }
.dash-stat small { color: var(--muted); font-size: .62rem; }
.project-card { background: white; border: 1px solid var(--line); border-radius: 14px; padding: 13px; }
.project-image { position: relative; height: 98px; overflow: hidden; border-radius: 10px; background: linear-gradient(145deg, #dfe7dc, #bcccb9); }
.project-image::before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 42%; background: repeating-linear-gradient(90deg, rgba(255,255,255,.8) 0 20px, rgba(135,154,129,.6) 20px 21px); transform: perspective(70px) rotateX(12deg); transform-origin: bottom; }
.project-image::after { content: "Exact pin visible after subscription"; position: absolute; inset: 0; display: grid; place-items: center; background: rgba(10,22,40,.63); color: white; font-size: .66rem; font-weight: 800; text-align: center; }
.project-meta { display: flex; justify-content: space-between; gap: 8px; margin-top: 10px; }
.project-meta b { font-size: .72rem; }
.project-meta span { color: var(--gold-dark); font-size: .64rem; font-weight: 800; }

.trust-strip { position: relative; z-index: 2; margin-top: -28px; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
.trust-item { padding: 22px 24px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; color: var(--navy-900); font-size: .9rem; }
.trust-item span { color: var(--muted); font-size: .76rem; }

section { padding-block: 90px; }
.section-soft { background: #edf1f4; }
.section-dark { background: var(--navy-900); color: white; }
.section-head { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.section-head .eyebrow { color: var(--gold-dark); }
.section-head .eyebrow::before { display: none; }
.section-head h2 { margin: 14px 0 12px; color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.15rem, 4vw, 3.45rem); line-height: 1.08; letter-spacing: -.035em; }
.section-head p { margin: 0; color: var(--muted); }
.section-dark .section-head h2, .section-dark .section-head p { color: white; }

.route-comparison { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: stretch; }
.route-column { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); }
.route-column-head { padding: 25px 28px; background: #edf1f4; border-bottom: 1px solid var(--line); }
.route-land .route-column-head { background: linear-gradient(145deg, var(--navy-900), var(--navy-700)); color: white; }
.route-column-head span { color: var(--gold-dark); font-size: .68rem; font-weight: 900; letter-spacing: .13em; }
.route-land .route-column-head span { color: #efc86f; }
.route-column-head h3 { margin: 6px 0 8px; color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; font-size: 1.75rem; line-height: 1.05; }
.route-land .route-column-head h3 { color: white; }
.route-column-head strong { color: var(--gold-dark); }
.route-land .route-column-head strong { color: #efc86f; }
.route-column ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.route-column li { padding: 16px 28px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .84rem; }
.route-column li:last-child { border-bottom: 0; }
.route-column li b { color: var(--navy-900); }
.route-vs { position: absolute; left: 50%; top: 50%; z-index: 3; display: grid; place-items: center; width: 48px; height: 48px; transform: translate(-50%,-50%); border: 5px solid var(--ivory); border-radius: 50%; background: var(--gold); color: var(--navy-950); font-size: .75rem; font-weight: 950; box-shadow: var(--shadow-soft); }
.risk-reward { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 20px; }
.risk-reward > div { padding: 20px 22px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.risk-reward span, .risk-reward b, .risk-reward small { display: block; }
.risk-reward span { color: var(--gold-dark); font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.risk-reward b { margin: 4px 0; color: var(--navy-900); }
.risk-reward small { color: var(--muted); }
.risk-reward p { grid-column: 1 / -1; margin: 0; padding: 18px 20px; border-left: 3px solid var(--gold); background: #fff8ea; color: #68572e; font-size: .78rem; }

.subscription-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: start; gap: 28px; }
.offer-card { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.offer-head { padding: 34px; background: linear-gradient(145deg, var(--navy-900), var(--navy-700)); color: white; }
.offer-head .eyebrow { color: var(--gold-soft); }
.offer-head h2 { margin: 16px 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 2.5rem; line-height: 1.05; }
.price { display: flex; align-items: flex-end; gap: 8px; margin-top: 24px; }
.price strong { font-size: 3.15rem; line-height: 1; color: #efc86f; }
.price span { color: #c9d1dd; font-size: .82rem; padding-bottom: 5px; }
.price-breakdown { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.price-breakdown span { padding: 6px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #dbe1ea; font-size: .74rem; }
.offer-body { padding: 32px 34px; }
.check-list { display: grid; gap: 12px; margin: 0 0 28px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; color: #344256; font-size: .91rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: #dff3eb; color: var(--success); font-size: .7rem; font-weight: 900; }
.offer-note { margin-top: 16px; color: var(--muted); font-size: .75rem; }
.terms-panel { display: grid; gap: 14px; }
.term-card { display: grid; grid-template-columns: 46px 1fr; gap: 16px; align-items: start; padding: 22px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.term-card .icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; background: var(--gold-soft); color: var(--gold-dark); font-weight: 900; }
.term-card h3 { margin: 0 0 5px; color: var(--navy-900); font-size: 1rem; }
.term-card p { margin: 0; color: var(--muted); font-size: .84rem; }
.term-card.critical { background: #fff8f3; border-color: #e9c9b8; }
.term-card.critical .icon { background: #f8ddd4; color: var(--danger); }

.opportunity { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: center; }
.location-art { position: relative; min-height: 430px; overflow: hidden; border-radius: var(--radius-lg); background: #dfe8dc; border: 1px solid #c8d3c5; box-shadow: var(--shadow); }
.location-art::before { content: ""; position: absolute; inset: 0; background: linear-gradient(28deg, transparent 43%, rgba(255,255,255,.9) 44% 48%, transparent 49%), linear-gradient(98deg, transparent 48%, rgba(255,255,255,.88) 49% 53%, transparent 54%), repeating-linear-gradient(0deg, transparent 0 58px, rgba(130,157,128,.28) 59px 60px), repeating-linear-gradient(90deg, transparent 0 72px, rgba(130,157,128,.28) 73px 74px); }
.road { position: absolute; height: 46px; left: -10%; right: -10%; top: 34%; background: #6f7680; transform: rotate(-12deg); box-shadow: inset 0 0 0 14px #8b9198; }
.road::before { content: "90 FT MAIN ROAD"; position: absolute; left: 32%; top: 13px; color: white; letter-spacing: .16em; font-size: .62rem; font-weight: 850; }
.plot { position: absolute; width: 164px; height: 128px; left: 24%; top: 52%; display: grid; place-items: center; background: rgba(201,149,47,.72); border: 3px solid var(--gold-dark); transform: rotate(-6deg); box-shadow: 0 10px 24px rgba(42,53,38,.2); }
.plot span { padding: 8px 10px; background: white; border-radius: 8px; color: var(--navy-900); font-weight: 900; font-size: .72rem; }
.location-pin { position: absolute; right: 18%; top: 45%; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--navy-900); color: white; box-shadow: 0 14px 24px rgba(7,17,31,.25); }
.location-pin span { transform: rotate(45deg); font-size: .65rem; font-weight: 900; }
.map-lock { position: absolute; left: 20px; right: 20px; bottom: 20px; padding: 15px 18px; background: rgba(10,22,40,.9); color: white; border-radius: 13px; font-size: .78rem; }
.opportunity-copy h2 { margin: 14px 0 18px; color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem,4vw,3.55rem); line-height: 1.05; letter-spacing: -.035em; }
.opportunity-copy > p { color: var(--muted); }
.location-points { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin: 24px 0; }
.location-point { padding: 14px; background: white; border: 1px solid var(--line); border-radius: 12px; }
.location-point strong { display: block; color: var(--navy-900); font-size: .85rem; }
.location-point span { color: var(--muted); font-size: .73rem; }
.economics { padding: 20px; background: var(--navy-900); color: white; border-radius: var(--radius); }
.economics h3 { margin: 0 0 14px; font-size: .9rem; }
.economics-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.economic { padding: 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 11px; }
.economic strong { display: block; color: #efc86f; font-size: 1.02rem; }
.economic small { color: #c7cfdb; font-size: .64rem; }
.economics p { margin: 12px 0 0; color: #aeb8c6; font-size: .68rem; }

.disclosure-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.disclosure { padding: 25px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,255,255,.055); }
.disclosure b { display: block; margin-bottom: 8px; color: #efc86f; }
.disclosure p { margin: 0; color: #cbd3df; font-size: .84rem; }
.disclaimer-band { margin-top: 24px; padding: 20px; border-left: 3px solid var(--gold); background: rgba(255,255,255,.055); color: #dbe1e9; font-size: .79rem; }

.enquiry-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 54px; align-items: start; }
.enquiry-copy { position: sticky; top: 110px; }
.enquiry-copy h2 { margin: 14px 0 16px; color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 4vw, 3.45rem); line-height: 1.06; letter-spacing: -.035em; }
.enquiry-copy > p { color: var(--muted); }
.enquiry-copy .check-list { margin-top: 26px; }
.enquiry-form { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.field { display: grid; gap: 7px; align-content: start; }
.field-wide { grid-column: 1 / -1; }
.field > span { color: var(--navy-900); font-size: .8rem; font-weight: 800; }
.field input, .field select { width: 100%; min-height: 48px; padding: 10px 13px; border: 1px solid #cdd4dd; border-radius: 11px; background: white; color: var(--ink); font: inherit; }
.field input:focus, .field select:focus { outline: 3px solid rgba(201,149,47,.18); border-color: var(--gold); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"] { border-color: var(--danger); background: #fff9f8; }
.field small, .consent-list > small { min-height: 1.1em; color: var(--danger); font-size: .7rem; }
.consent-list { display: grid; gap: 5px; margin: 22px 0; }
.consent-list label { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; color: #465468; font-size: .76rem; }
.consent-list input { width: 17px; height: 17px; margin-top: 3px; accent-color: var(--gold-dark); }
.consent-list a { color: var(--gold-dark); font-weight: 800; text-decoration: underline; }
.form-status { margin-bottom: 20px; padding: 14px 16px; border-radius: 12px; font-size: .84rem; font-weight: 700; }
.form-status-success { border: 1px solid #b8ddce; background: #e6f6ef; color: #14533e; }
.form-status-error { border: 1px solid #e9c0bc; background: #fff1ef; color: #7b2f29; }
.form-submit { width: 100%; border: 0; cursor: pointer; }
.form-submit:disabled { opacity: .65; cursor: wait; transform: none; }
.form-note { margin: 12px 0 0; color: var(--muted); text-align: center; font-size: .7rem; }
.form-trap { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }

.faq-list { max-width: 850px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-button { width: 100%; display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 22px 2px; background: transparent; color: var(--navy-900); border: 0; text-align: left; font-weight: 800; cursor: pointer; }
.faq-button span:last-child { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--gold-soft); color: var(--gold-dark); transition: transform .2s; }
.faq-button[aria-expanded="true"] span:last-child { transform: rotate(45deg); }
.faq-panel { padding: 0 42px 22px 2px; color: var(--muted); font-size: .9rem; }
.faq-panel p { margin: 0; }

.final-cta { padding-block: 72px; }
.cta-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.25fr .75fr; gap: 30px; align-items: center; padding: 52px; background: linear-gradient(135deg, var(--navy-900), #17385d); color: white; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.cta-panel::after { content: ""; position: absolute; width: 290px; height: 290px; right: -100px; top: -120px; border: 1px solid rgba(201,149,47,.25); border-radius: 50%; box-shadow: 0 0 0 40px rgba(201,149,47,.05), 0 0 0 80px rgba(201,149,47,.03); }
.cta-panel h2 { position: relative; z-index: 1; margin: 0 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem,4vw,3.1rem); line-height: 1.05; }
.cta-panel p { position: relative; z-index: 1; margin: 0; color: #cbd3df; }
.cta-actions { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: stretch; gap: 10px; }

.policy-page { padding-block: 72px; }
.policy-layout { display: grid; grid-template-columns: 230px 1fr; gap: 54px; align-items: start; }
.policy-nav { position: sticky; top: 110px; display: grid; gap: 8px; }
.policy-nav a { padding: 10px 12px; color: var(--muted); border-left: 2px solid var(--line); font-size: .82rem; }
.policy-nav a:hover { color: var(--gold-dark); border-left-color: var(--gold); }
.policy-content { padding: 42px; background: white; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); }
.policy-content h1 { margin-top: 0; color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.25rem,4vw,3.5rem); line-height: 1.05; }
.policy-content h2 { margin: 34px 0 10px; color: var(--navy-900); font-size: 1.22rem; }
.policy-content p, .policy-content li { color: var(--muted); }
.policy-content .notice { padding: 18px; background: #fff8ea; border: 1px solid #ead6aa; border-radius: 12px; color: #5b4a24; }
.policy-meta { color: var(--muted); font-size: .78rem; }

.site-footer { padding: 62px 0 22px; background: var(--navy-950); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr .85fr; gap: 60px; }
.brand-footer strong { color: white; }
.brand-footer small { color: #aeb8c6; }
.footer-grid p { max-width: 480px; color: #9eabba; font-size: .82rem; }
.footer-grid h2 { margin: 0 0 16px; color: #efc86f; font-size: .86rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid > div:nth-child(n+2) a { display: block; padding: 5px 0; color: #c8d0dc; font-size: .82rem; }
.footer-grid a:hover { color: #efc86f; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #7f8d9f; font-size: .7rem; }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 60; display: grid; place-items: center; width: 54px; height: 54px; background: #1f9d64; color: white; border: 4px solid rgba(255,255,255,.9); border-radius: 50%; box-shadow: 0 14px 30px rgba(0,0,0,.22); font-weight: 900; font-size: .7rem; }

[data-reveal] { opacity: 1; transform: none; }
[data-reveal].is-visible { opacity: 1; transform: none; }

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

@media (max-width: 980px) {
  .desktop-nav, .header-actions .button { display: none; }
  .menu-button { display: block; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-block: 64px 82px; gap: 52px; }
  .hero h1 { max-width: 800px; }
  .route-art { max-width: 680px; margin: auto; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .steps { grid-template-columns: repeat(2,1fr); }
  .step:nth-child(2)::after { display: none; }
  .subscription-grid, .opportunity, .enquiry-layout { grid-template-columns: 1fr; }
  .enquiry-copy { position: static; }
  .location-art { min-height: 380px; }
  .disclosure-grid { grid-template-columns: repeat(2,1fr); }
  .cta-panel { grid-template-columns: 1fr; }
  .cta-actions { flex-direction: row; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 70px; }
  .brand small { max-width: 190px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .hero-grid { width: 100%; max-width: 100%; margin-inline: auto; padding: 48px 14px 70px; }
  .hero-grid > * { min-width: 0; max-width: 100%; }
  .hero .eyebrow { display: flex; max-width: 100%; white-space: normal; font-size: .61rem; line-height: 1.45; letter-spacing: .09em; }
  .hero h1 { max-width: 100%; font-size: clamp(2.15rem, 10.25vw, 2.75rem); }
  .hero-lead, .hero-note { max-width: 100%; overflow-wrap: break-word; }
  .hero-lead { font-size: .94rem; }
  .hero-math { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-math i { display: none; }
  .route-art { min-width: 0; max-width: 100%; padding: 24px 20px; }
  .route-step { grid-template-columns: 42px 1fr; gap: 12px; }
  .route-step > span { width: 42px; height: 42px; }
  .route-connector { margin-left: 20px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .dash-body { grid-template-columns: 58px 1fr; min-height: 340px; }
  .dash-content { padding: 13px; }
  .dash-stats { grid-template-columns: 1fr 1fr; }
  .dash-stat:last-child { display: none; }
  .trust-strip { margin-top: -18px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  section { padding-block: 68px; }
  .section-head { margin-bottom: 34px; }
  .route-comparison { grid-template-columns: 1fr; gap: 18px; }
  .route-vs { position: static; width: 44px; height: 44px; margin: -4px auto; transform: none; border-width: 4px; }
  .route-column-head { padding: 22px; }
  .route-column li { padding: 15px 22px; }
  .risk-reward { grid-template-columns: 1fr; }
  .risk-reward p { grid-column: auto; }
  .offer-head, .offer-body { padding: 26px 22px; }
  .price strong { font-size: 2.75rem; }
  .term-card { padding: 18px; }
  .location-points { grid-template-columns: 1fr; }
  .economics-grid { grid-template-columns: 1fr; }
  .disclosure-grid { grid-template-columns: 1fr; }
  .enquiry-form { padding: 24px 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .cta-panel { padding: 34px 24px; }
  .cta-actions { flex-direction: column; }
  .policy-layout { grid-template-columns: 1fr; }
  .policy-nav { position: static; display: flex; flex-wrap: wrap; }
  .policy-nav a { border-left: 0; border-bottom: 2px solid var(--line); }
  .policy-content { padding: 28px 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .floating-whatsapp { display: none; }
}
