:root {
  --forest: #0e4038;
  --forest-deep: #082d29;
  --cream: #f3efe5;
  --paper: #fbfaf6;
  --ink: #17342f;
  --muted: #67736e;
  --gold: #d6ad62;
  --line: rgba(19, 61, 54, 0.14);
  --radius: 24px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); }
button, select, input { font: inherit; }
a { color: inherit; }

.site-header {
  position: fixed; z-index: 20; left: 0; right: 0; top: 0;
  height: 76px; display: flex; align-items: center; gap: 28px;
  padding: 0 clamp(22px, 5vw, 72px); color: white;
  background: linear-gradient(180deg, rgba(4, 30, 26, .75), transparent);
  transition: background .25s, backdrop-filter .25s;
}
.site-header.scrolled { background: rgba(8,45,41,.92); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; text-decoration: none; }
.brand-logo { display:block; width:150px; height:58px; object-fit:contain; object-position:left center; filter:brightness(0) invert(1); }
nav { display: flex; margin-left: auto; gap: 24px; }
nav a { font-size: 13px; text-decoration: none; opacity: .84; }
nav a:hover, nav a:focus-visible { opacity: 1; }
.privacy-pill { border: 1px solid rgba(255,255,255,.26); padding: 9px 13px; border-radius: 99px; font-size: 11px; letter-spacing: .04em; background: rgba(255,255,255,.1); }
.privacy-pill i { display:inline-block; width:6px; height:6px; border-radius:50%; background:#b8e49a; box-shadow:0 0 0 4px rgba(184,228,154,.15); margin-right:7px; }

.hero { min-height: 760px; height: 100svh; max-height: 980px; position: relative; display: grid; align-items: center; overflow: hidden; color: white; }
.hero-image { position: absolute; inset: 0; background-color:#315f59; background-image: url("https://static.wixstatic.com/media/a9064e_fb4480fa1a554c72b588fe5a3765f985~mv2.jpg"); background-size: cover; background-position: center; transform: scale(1.02); }
.hero-shade { position:absolute; inset:0; background:linear-gradient(90deg,rgba(4,31,27,.82) 0%,rgba(4,31,27,.45) 48%,rgba(4,31,27,.1) 70%), linear-gradient(0deg,rgba(4,31,27,.55),transparent 45%); }
.hero-content { position:relative; z-index:2; width:min(670px, 88vw); margin-left:clamp(24px,8vw,120px); padding-top:50px; }
.eyebrow { font-size:11px; letter-spacing:.24em; font-weight:750; margin:0 0 22px; opacity:.76; }
.eyebrow.dark { color:#66736e; opacity:1; }
h1,h2,h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; margin:0; line-height:.98; letter-spacing:-.035em; }
h1 { font-size:clamp(52px,7vw,98px); }
h1 em { color:#e1be7d; font-weight:400; }
.hero-copy { max-width: 520px; font-size:clamp(16px,2vw,20px); line-height:1.55; color:rgba(255,255,255,.84); margin:28px 0 34px; }
.button { border:0; display:inline-flex; align-items:center; justify-content:center; gap:30px; min-height:52px; padding:0 22px; border-radius:4px; text-decoration:none; font-weight:700; font-size:13px; cursor:pointer; transition:transform .2s, background .2s; }
.button:hover { transform:translateY(-2px); }
.button-light { background:white; color:var(--forest-deep); }
.button-gold { width:100%; background:var(--gold); color:#1f352f; margin-top:4px; }
.location-card { position:absolute; z-index:3; right:clamp(24px,7vw,100px); bottom:clamp(28px,7vw,86px); width:min(390px,calc(100vw - 48px)); background:rgba(250,250,246,.94); color:var(--ink); border-radius:18px; padding:23px; box-shadow:0 24px 70px rgba(0,0,0,.25); backdrop-filter:blur(15px); }
.location-head { display:flex; gap:12px; align-items:center; padding-bottom:18px; border-bottom:1px solid var(--line); }
.location-head .pin { width:30px; height:30px; display:grid; place-items:center; border-radius:50%; background:var(--forest); color:var(--gold); font-size:10px; }
.location-head b,.location-head small { display:block; }
.location-head b { font-size:14px; }
.location-head small { color:var(--muted); margin-top:3px; font-size:11px; }
.route { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:12px; padding:18px 0; }
.route-point strong,.route-point span { display:block; }
.route-point strong { font-size:12px; }
.route-point span { color:var(--muted); font-size:9px; margin-top:4px; }
.route-point.end { text-align:right; }
.route-line { height:2px; position:relative; background:repeating-linear-gradient(90deg,var(--gold) 0 5px,transparent 5px 10px); }
.route-line i { position:absolute; width:6px; height:6px; border-radius:50%; background:var(--gold); left:-2px; top:-2px; animation:travel 3s ease-in-out infinite; }
.route-line small { position:absolute; white-space:nowrap; left:50%; transform:translateX(-50%); bottom:8px; color:var(--forest); font-weight:800; font-size:10px; }
@keyframes travel { 0%,100%{left:0} 50%{left:calc(100% - 4px)} }
.feature-row { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; }
.feature-row span { background:#e8eee9; border-radius:6px; padding:9px; font-size:10px; text-align:center; }
.feature-row b { color:var(--gold); margin-right:3px; }

.explorer { padding:clamp(80px,10vw,150px) clamp(22px,7vw,108px); }
.section-heading { display:grid; grid-template-columns:1.1fr .75fr; align-items:end; gap:50px; max-width:1240px; margin:0 auto 48px; }
.section-heading h2,.qualifier h2 { font-size:clamp(42px,5vw,72px); }
.section-heading>p { color:var(--muted); line-height:1.7; font-size:15px; max-width:500px; margin:0 0 5px; }
.lot-grid { max-width:1240px; margin:auto; display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.lot-card { position:relative; min-height:390px; padding:0; border:0; border-radius:var(--radius); overflow:hidden; color:white; text-align:left; cursor:pointer; background:#315f59; box-shadow:0 10px 30px rgba(16,63,55,.08); }
.lot-card::before { content:""; position:absolute; inset:0; background-image:var(--photo); background-size:cover; background-position:center; transition:transform .5s; }
.lot-card::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(4,31,27,.9),rgba(4,31,27,.04) 70%); }
.lot-card:hover::before { transform:scale(1.035); }
.lot-card.active { outline:3px solid var(--gold); outline-offset:3px; }
.lot-card .check { position:absolute; z-index:2; top:18px; right:18px; width:28px; height:28px; border-radius:50%; display:grid; place-items:center; background:white; color:var(--forest); transform:scale(0); transition:transform .2s; }
.lot-card.active .check { transform:scale(1); }
.lot-content { position:absolute; z-index:2; inset:auto 24px 24px; }
.lot-content p { margin:0 0 8px; font-size:10px; letter-spacing:.18em; opacity:.75; }
.lot-content h3 { font-size:34px; margin-bottom:16px; }
.lot-data { display:flex; justify-content:space-between; gap:12px; align-items:end; }
.lot-data span { max-width:68%; font-size:12px; line-height:1.45; opacity:.75; }
.lot-data strong { font-size:20px; white-space:nowrap; }
.comparison-wrap { max-width:1240px; margin:22px auto 0; overflow-x:auto; background:#fff; border:1px solid var(--line); border-radius:16px; }
.comparison-table { min-width:720px; }
.comparison-row { display:grid; grid-template-columns:1.4fr repeat(3,1fr); padding:15px 20px; border-top:1px solid var(--line); align-items:center; }
.comparison-row:first-child { border-top:0; }
.comparison-row b,.comparison-row span { font-size:12px; }
.comparison-row span { color:#54655f; }
.comparison-title { background:#ecf0ec; }
.comparison-title span { color:var(--ink); font-weight:750; }
.simulator { max-width:1240px; margin:64px auto 0; display:grid; grid-template-columns:1fr 1fr .95fr; gap:38px; align-items:center; padding:42px; border-radius:var(--radius); background:#ecf0ec; }
.sim-copy h3 { font-size:38px; margin-bottom:16px; }
.sim-copy>p:not(.eyebrow) { color:var(--muted); line-height:1.6; font-size:13px; }
.mode-tabs { display:flex; background:#dce4de; padding:4px; border-radius:7px; margin-top:22px; }
.mode { flex:1; padding:10px; border:0; border-radius:5px; color:#61706b; background:transparent; font-size:11px; font-weight:700; cursor:pointer; }
.mode.active { background:white; color:var(--forest); box-shadow:0 3px 12px rgba(16,63,55,.08); }
.controls label { display:flex; justify-content:space-between; font-size:12px; font-weight:700; margin:21px 0 10px; }
.controls output { color:var(--forest); }
input[type="range"] { width:100%; accent-color:var(--forest); }
.range-labels { display:flex; justify-content:space-between; font-size:9px; color:#7f8a86; }
.scenario-card { border-radius:17px; color:white; background:var(--forest); padding:27px; box-shadow:0 18px 40px rgba(16,63,55,.18); }
.scenario-card>p:first-child { font-size:10px; letter-spacing:.1em; opacity:.7; }
.scenario-main { margin:22px 0; }
.scenario-main span { display:block; font-family:Georgia,serif; font-size:42px; line-height:1; }
.scenario-main small { display:block; opacity:.68; margin-top:5px; }
.scenario-card dl { margin:0; }
.scenario-card dl div { display:flex; justify-content:space-between; gap:10px; padding:10px 0; border-top:1px solid rgba(255,255,255,.13); font-size:11px; }
.scenario-card dd { margin:0; font-weight:700; }
.fine-print { font-size:9px; line-height:1.45; opacity:.54; margin:14px 0 0; }

.qualifier { background:var(--forest-deep); color:white; padding:clamp(80px,10vw,140px) clamp(22px,7vw,108px) 30px; }
.qualifier-shell { max-width:1120px; margin:auto; display:grid; grid-template-columns:.85fr 1.15fr; gap:clamp(40px,8vw,110px); align-items:center; }
.qualifier-intro>p:not(.eyebrow) { color:rgba(255,255,255,.64); line-height:1.65; font-size:14px; max-width:420px; }
.qualifier-intro ul { margin:35px 0 0; padding:0; list-style:none; }
.qualifier-intro li { padding:11px 0; font-size:12px; border-top:1px solid rgba(255,255,255,.12); color:rgba(255,255,255,.75); }
.qualifier-intro li span { color:var(--gold); margin-right:13px; font-size:9px; }
.fit-card { background:#fbfaf6; color:var(--ink); padding:clamp(24px,5vw,48px); border-radius:var(--radius); }
.fit-card>label { display:block; font-size:12px; font-weight:750; margin:0 0 9px; }
.fit-card select { appearance:none; width:100%; height:51px; border:1px solid #ccd5cf; border-radius:6px; padding:0 40px 0 14px; color:#42534e; background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23144038' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 14px center; margin-bottom:22px; }
.fit-card select:focus-visible,.button:focus-visible,.lot-card:focus-visible,.mode:focus-visible,a:focus-visible { outline:3px solid #d6ad62; outline-offset:3px; }
.fit-result { margin-top:26px; border-top:1px solid var(--line); padding-top:26px; display:grid; grid-template-columns:auto 1fr; gap:18px; align-items:center; }
.fit-result[hidden] { display:none; }
.fit-score { width:74px; height:74px; display:grid; place-items:center; border-radius:50%; background:conic-gradient(var(--gold) var(--score),#e7e9e5 0); position:relative; }
.fit-score::after { content:""; position:absolute; inset:6px; background:var(--paper); border-radius:50%; }
.fit-score span { position:relative; z-index:1; font-weight:800; font-size:13px; }
.result-kicker { font-size:9px; letter-spacing:.18em; color:var(--muted); margin:0 0 5px; }
.fit-result h3 { font-family:inherit; font-weight:800; letter-spacing:-.02em; font-size:20px; }
.fit-result p:last-child { color:var(--muted); font-size:12px; line-height:1.5; margin:6px 0 0; }
.whatsapp { grid-column:1/-1; width:100%; background:#1f7a5c; color:white; margin-top:5px; }
footer { max-width:1120px; margin:90px auto 0; padding-top:24px; border-top:1px solid rgba(255,255,255,.13); display:flex; justify-content:space-between; gap:20px; color:rgba(255,255,255,.48); font-size:10px; }

@media (max-width: 900px) {
  nav { display:none; }
  .privacy-pill { margin-left:auto; }
  .hero { min-height:820px; height:100svh; }
  .hero-content { align-self:start; margin-top:165px; }
  .location-card { left:24px; right:auto; bottom:25px; }
  .section-heading,.qualifier-shell { grid-template-columns:1fr; }
  .lot-grid { grid-template-columns:1fr; }
  .lot-card { min-height:320px; }
  .simulator { grid-template-columns:1fr 1fr; }
  .sim-copy { grid-column:1/-1; }
}

@media (max-width: 620px) {
  .site-header { height:65px; padding:0 17px; }
  .brand-logo { width:118px; height:48px; }
  .privacy-pill { font-size:0; padding:10px; }
  .privacy-pill i { margin:0; }
  .hero { min-height:760px; }
  .hero-content { margin-left:22px; margin-top:120px; }
  .hero-copy { font-size:15px; margin-top:20px; }
  .location-card { left:18px; width:calc(100vw - 36px); padding:18px; }
  .route { gap:7px; }
  .route-point span { display:none; }
  .explorer { padding-left:17px; padding-right:17px; }
  .section-heading { gap:22px; }
  .lot-grid { gap:13px; }
  .lot-card { min-height:275px; }
  .comparison-wrap { border-radius:12px; }
  .simulator { grid-template-columns:1fr; padding:24px; gap:15px; margin-top:44px; }
  .sim-copy { grid-column:auto; }
  .qualifier { padding-left:17px; padding-right:17px; }
  .fit-card { padding:24px 19px; }
  footer { flex-direction:column; margin-top:60px; }
}

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