:root{
  --green:#164b3d;
  --green-2:#235f4f;
  --green-3:#dfe9e3;
  --cream:#f6f1e7;
  --cream-2:#ede5d7;
  --card:#fffdf8;
  --ink:#202a26;
  --muted:#66716c;
  --line:#d9d5cb;
  --gold:#b28a45;
  --rust:#8a3e31;
  --shadow:0 24px 70px rgba(22,75,61,.12);
  --radius:24px;
  --shell:min(1180px,calc(100% - 40px));
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:92px}
body{margin:0;background:var(--cream);color:var(--ink);font:400 1rem/1.65 "DM Sans","Avenir Next",Avenir,Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto}
a{color:inherit}
button,input,select,textarea{font:inherit}
.shell{width:var(--shell);margin-inline:auto}
.skip-link{position:fixed;left:16px;top:12px;z-index:1000;transform:translateY(-150%);background:var(--card);color:var(--green);padding:10px 14px;border-radius:10px;font-weight:700}
.skip-link:focus{transform:none}
:focus-visible{outline:3px solid #d4a84f;outline-offset:3px}

.site-header{position:sticky;top:0;z-index:100;isolation:isolate;background:var(--cream);border-bottom:1px solid rgba(22,75,61,.12);box-shadow:0 2px 12px rgba(22,75,61,.04)}
.header-inner{height:76px;display:flex;align-items:center;gap:28px}
.brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none;color:var(--green);font-size:1.25rem;font-weight:800;letter-spacing:-.025em}
.brand-mark{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--green);box-shadow:inset 0 0 0 1px rgba(255,255,255,.12)}
.brand-mark i{width:12px;height:12px;border:3px solid var(--cream);border-radius:50%}
.desktop-nav{display:flex;align-items:center;gap:30px;margin-left:auto}
.desktop-nav a,.site-footer nav a{color:var(--muted);text-decoration:none;font-size:.92rem;font-weight:650}
.desktop-nav a:hover,.site-footer nav a:hover{color:var(--green)}
.button{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:0 22px;border:1px solid var(--green);border-radius:13px;background:var(--green);color:#fff;text-decoration:none;font-weight:750;box-shadow:0 9px 24px rgba(22,75,61,.16);transition:transform .18s ease,background .18s ease}
.button:hover{background:var(--green-2);transform:translateY(-1px)}
.button-small{min-height:42px;padding-inline:17px;font-size:.9rem;margin-left:10px}
.mobile-menu{display:none;margin-left:auto;position:relative}
.mobile-menu summary{width:44px;height:44px;border:1px solid var(--line);border-radius:12px;display:grid;place-content:center;gap:5px;cursor:pointer;list-style:none;background:var(--card)}
.mobile-menu summary::-webkit-details-marker{display:none}
.mobile-menu summary span{display:block;width:20px;height:2px;background:var(--green);border-radius:99px}
.mobile-menu nav{position:absolute;right:0;top:52px;width:min(260px,calc(100vw - 32px));display:grid;padding:12px;border:1px solid var(--line);border-radius:16px;background:var(--card);box-shadow:var(--shadow)}
.mobile-menu nav a{padding:12px;border-radius:9px;text-decoration:none;font-weight:700}
.mobile-menu nav a:last-child{background:var(--green);color:#fff}

.hero{padding:clamp(56px,8vw,106px) 0 clamp(72px,9vw,120px);overflow:hidden}
.hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);gap:clamp(48px,7vw,92px);align-items:center}
.eyebrow{margin:0 0 14px;color:var(--green);font-size:.76rem;line-height:1.3;font-weight:850;letter-spacing:.15em;text-transform:uppercase}
.eyebrow.light{color:#b9d4c9}
h1,h2,h3,h4,p{margin-top:0}
h1,h2,h3,h4{font-family:"Manrope","Avenir Next",Avenir,Inter,system-ui,sans-serif;letter-spacing:-.045em;line-height:1.08}
h1{font-size:clamp(3.3rem,7vw,6.65rem);margin-bottom:25px;color:var(--green);font-weight:750}
h2{font-size:clamp(2.3rem,4.5vw,4.25rem);margin-bottom:20px;font-weight:720}
h3{font-size:1.35rem;margin-bottom:11px}
.hero-lede{max-width:590px;margin-bottom:30px;color:#46534e;font-size:clamp(1.08rem,1.7vw,1.26rem);line-height:1.6}
.hero-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.text-link{color:var(--green);font-weight:750;text-underline-offset:5px;text-decoration-thickness:1px}
.privacy-note{margin:23px 0 0;color:var(--muted);font-size:.88rem}
.privacy-note span{color:var(--green);font-size:.62rem;margin-right:7px}
.hero-visual{position:relative;min-height:610px}
.home-image{position:absolute;inset:0 45px 98px 0;margin:0;border-radius:36px;overflow:hidden;box-shadow:var(--shadow)}
.home-image::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(10,38,31,.2))}
.home-image img{width:100%;height:100%;object-fit:cover;display:block}
.product-card{border:1px solid rgba(22,75,61,.13);border-radius:var(--radius);background:var(--card);box-shadow:var(--shadow)}
.hero-card{position:absolute;right:0;bottom:0;width:min(420px,87%);padding:24px}
.demo-label{position:absolute;right:18px;top:-30px;color:var(--muted);font-size:.73rem;font-weight:700}
.property-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;padding-bottom:18px;border-bottom:1px solid var(--line)}
.property-head h2{font-size:1.45rem;margin:3px 0 0}
.mini-label{color:var(--muted);font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.viewing-status{padding:6px 10px;border-radius:999px;background:var(--green-3);color:var(--green);font-size:.72rem;font-weight:800}
.score-row{display:grid;grid-template-columns:118px 1fr;gap:20px;align-items:center;padding:20px 0}
.score-ring{width:112px;height:112px;border-radius:50%;display:grid;place-content:center;text-align:center;background:radial-gradient(circle at center,var(--card) 55%,transparent 57%),conic-gradient(var(--green) 0 74%,#dde4df 74% 100%)}
.score-ring strong{color:var(--green);font-size:2.15rem;line-height:1;font-weight:800}.score-ring span{font-size:.7rem;color:var(--muted);font-weight:700}
.coverage>div:first-child{display:flex;justify-content:space-between;gap:12px;font-size:.82rem}.coverage strong{color:var(--green)}
.progress{height:8px;margin:8px 0 10px;border-radius:99px;background:#e1e5e1;overflow:hidden}.progress i{height:100%;display:block;border-radius:inherit;background:var(--green)}
.coverage p{margin:0;color:var(--muted);font-size:.75rem;line-height:1.45}
.alert-row{display:flex;gap:11px;align-items:center;padding:12px 13px;border:1px solid #e3c7bf;border-radius:12px;background:#fff5f2;color:var(--rust)}
.alert-row>span{width:26px;height:26px;display:grid;place-items:center;border-radius:50%;background:var(--rust);color:#fff;font-weight:900}.alert-row b,.alert-row small{display:block}.alert-row b{font-size:.78rem}.alert-row small{color:#77564f;font-size:.71rem}

.section{padding:clamp(78px,10vw,132px) 0}
.section-intro{margin-bottom:clamp(38px,6vw,68px)}
.section-intro.narrow{max-width:760px}.section-intro.centered{max-width:760px;margin-inline:auto;text-align:center;margin-bottom:62px}
.section-intro>p:last-child{max-width:680px;color:var(--muted);font-size:1.12rem}
.centered>p:last-child{margin-inline:auto}
.problem-section{background:var(--card);border-block:1px solid var(--line)}
.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}
.problem-grid article{position:relative;padding:35px 34px 5px 0}
.problem-grid article+article{padding-left:34px;border-left:1px solid var(--line)}
.problem-number,.feature-index{display:block;margin-bottom:24px;color:var(--gold);font-size:.76rem;font-weight:850;letter-spacing:.14em}
.problem-grid p{color:var(--muted);margin:0}

.journey-section{background:var(--green);color:#fff}
.journey-section .section-intro>p:last-child{color:#d1dfd8}
.journey{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);counter-reset:item}
.journey li{position:relative;padding:31px 26px 0 0;border-top:1px solid rgba(255,255,255,.25)}
.journey li:not(:last-child)::after{content:"";position:absolute;right:22px;top:-4px;width:7px;height:7px;border-top:1px solid #fff;border-right:1px solid #fff;transform:rotate(45deg)}
.journey>li>span{position:absolute;top:-18px;left:0;padding-right:12px;background:var(--green);color:#afcabe;font-size:.74rem;font-weight:800}
.journey h3{font-size:1.45rem}.journey p{color:#cadbd3;font-size:.92rem;margin:0}

.product-section{background:var(--cream)}
.feature-row{display:grid;grid-template-columns:minmax(0,.78fr) minmax(440px,1.22fr);gap:clamp(50px,9vw,120px);align-items:center;padding:72px 0;border-top:1px solid var(--line)}
.feature-row:last-child{padding-bottom:0}.feature-row.reverse{grid-template-columns:minmax(440px,1.15fr) minmax(0,.85fr)}.feature-row.reverse .feature-copy{order:2}.feature-row.reverse .product-card{order:1}
.feature-copy h3{font-size:clamp(1.9rem,3vw,3rem);margin-bottom:18px}.feature-copy>p{color:var(--muted);font-size:1.05rem}.feature-index{margin-bottom:17px}
.check-list{list-style:none;margin:24px 0 0;padding:0;display:grid;gap:11px}.check-list li{position:relative;padding-left:27px;color:#3f4b46}.check-list li::before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:900}
.fine-copy{font-size:.88rem!important;padding:13px 15px;border-left:3px solid var(--green);background:rgba(255,253,248,.7)}
.phone-shell{width:min(390px,100%);margin-inline:auto;border:10px solid #18362e;border-radius:38px;background:var(--card);box-shadow:var(--shadow);overflow:hidden}
.phone-top{display:flex;justify-content:space-between;padding:22px 20px 13px;background:var(--green);color:#fff;font-size:.8rem;font-weight:750}.phone-top b{color:#c5ded2;font-size:.72rem}
.room-tabs{display:flex;gap:8px;padding:12px 14px;background:var(--green);overflow:hidden}.room-tabs span{flex:0 0 auto;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.09);color:#bed5ca;font-size:.7rem;font-weight:750}.room-tabs .active{background:var(--card);color:var(--green)}
.phone-content{padding:23px 20px 25px}.phone-content>small{color:var(--green);font-weight:850;letter-spacing:.12em}.phone-content h4{font-size:1.8rem;margin:5px 0 23px}.field-title{font-size:.82rem;font-weight:800;margin:19px 0 8px}
.choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.choice-grid.four{grid-template-columns:repeat(2,1fr)}.choice-grid span{display:grid;place-items:center;min-height:42px;padding:7px;border:1px solid var(--line);border-radius:9px;color:var(--muted);font-size:.72rem;text-align:center}.choice-grid .selected{border-color:var(--green);background:var(--green-3);color:var(--green);font-weight:800}
.photo-strip{display:flex;gap:8px;margin-top:23px}.photo-strip i,.photo-strip span{width:54px;height:54px;border-radius:10px;background:#d7d4cb}.photo-strip i:nth-child(2){background:#bfc9c2}.photo-strip i:nth-child(3){background:#ddc9aa}.photo-strip span{display:grid;place-items:center;border:1px dashed var(--green);background:transparent;color:var(--green);font-size:.7rem;font-weight:800}
.cost-card,.compare-card{padding:clamp(25px,4vw,42px)}
.big-money{display:block;margin:6px 0 28px;color:var(--green);font-size:clamp(2.6rem,5vw,4.5rem);line-height:1;letter-spacing:-.055em}
.cost-lines{display:grid;gap:13px;padding-block:20px;border-block:1px solid var(--line)}.cost-lines div,.cost-note{display:grid;grid-template-columns:1fr auto;gap:4px 18px}.cost-lines span,.cost-note span{color:var(--muted)}
.cost-note{margin-top:18px;padding:14px;border-radius:12px;background:var(--green-3)}.cost-note small{grid-column:1/-1;color:var(--green);font-weight:700}
.compare-card h4{font-size:clamp(1.55rem,3vw,2.4rem);margin:8px 0 28px;max-width:580px}
.compare-bars{display:grid;gap:16px}.compare-bars>div{display:grid;grid-template-columns:80px 1fr 30px;align-items:center;gap:12px;font-size:.8rem}.compare-bars>div>i{height:9px;border-radius:99px;background:#dfe5e1;overflow:hidden}.compare-bars em{display:block;height:100%;border-radius:inherit;background:var(--green)}.compare-bars b{color:var(--green);text-align:right}
.unknown-callout{display:grid;gap:3px;margin-top:26px;padding:15px 16px;border:1px solid #e2d6bd;border-radius:12px;background:#fffaf0}.unknown-callout b{font-size:.82rem}.unknown-callout span{color:var(--muted);font-size:.8rem}
.mid-cta{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:62px;padding:28px 32px;border:1px solid rgba(22,75,61,.16);border-radius:var(--radius);background:var(--green-3)}
.mid-cta h3{margin:3px 0 0;color:var(--green);font-size:clamp(1.35rem,2.3vw,2rem)}
.mid-cta .mini-label{margin:0}
.mid-cta .button{flex:0 0 auto}

.trust-section{background:var(--green);color:#fff}
.trust-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(440px,1.05fr);gap:clamp(50px,9vw,120px);align-items:center}
.trust-copy p:last-child{color:#cbdcd4;font-size:1.05rem}.trust-principles{display:grid;border-top:1px solid rgba(255,255,255,.18)}
.trust-principles article{display:grid;grid-template-columns:48px 1fr;gap:18px;padding:25px 0;border-bottom:1px solid rgba(255,255,255,.18)}.trust-principles article>span{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.32);border-radius:50%;font-size:1.2rem;font-weight:800}.trust-principles h3{margin:0 0 6px}.trust-principles p{margin:0;color:#cbdcd4;font-size:.9rem}

.privacy-card{display:grid;grid-template-columns:92px 1.25fr .8fr;gap:40px;align-items:center;padding:clamp(30px,5vw,58px);border:1px solid var(--line);border-radius:30px;background:var(--card);box-shadow:0 18px 55px rgba(22,75,61,.08)}
.privacy-icon{width:80px;height:80px;display:grid;place-items:center;border-radius:50%;background:var(--green-3)}.privacy-icon span{position:relative;width:30px;height:25px;border:4px solid var(--green);border-radius:6px}.privacy-icon span::before{content:"";position:absolute;width:16px;height:15px;border:4px solid var(--green);border-bottom:0;border-radius:14px 14px 0 0;left:3px;top:-17px}
.privacy-card h2{font-size:clamp(2rem,4vw,3.45rem);margin-bottom:14px}.privacy-card p:last-child{color:var(--muted);margin:0}.privacy-card ul{list-style:none;margin:0;padding:0;display:grid;gap:13px}.privacy-card li{padding:11px 0;border-bottom:1px solid var(--line);font-weight:700;color:var(--green)}.privacy-card li::before{content:"✓";margin-right:10px}

.final-cta{background:var(--green);color:#fff;text-align:center;border-top:1px solid rgba(255,255,255,.1)}
.final-cta-inner{max-width:820px}.final-cta h2{font-size:clamp(3rem,7vw,6.1rem)}.final-cta p{max-width:610px;margin:0 auto 28px;color:#ceded6;font-size:1.08rem}.button-cream{border-color:var(--cream);background:var(--cream);color:var(--green);box-shadow:none}.button-cream:hover{background:#fff;color:var(--green)}.final-cta small{display:block;margin-top:17px;color:#bcd3c8}

.site-footer{padding:52px 0 30px;background:#10372d;color:#fff}
.site-footer .brand{color:#fff}.site-footer .brand-mark{background:#fff}.site-footer .brand-mark i{border-color:var(--green)}
.footer-main{display:flex;justify-content:space-between;gap:50px;padding-bottom:38px}.footer-main>div>p{margin:10px 0 0;color:#a9c3b8}.site-footer nav{display:flex;flex-wrap:wrap;gap:22px 28px;align-items:flex-start}.site-footer nav a{color:#c8d9d2}
.disclaimer{display:flex;justify-content:space-between;gap:35px;padding-top:25px;border-top:1px solid rgba(255,255,255,.13);color:#9eb9ae;font-size:.75rem}.disclaimer p:first-child{max-width:820px}.disclaimer p{margin:0}

@media(max-width:960px){
  :root{--shell:min(760px,calc(100% - 32px))}
  .desktop-nav,.header-cta{display:none}.mobile-menu{display:block}
  .hero-grid,.feature-row,.feature-row.reverse,.trust-grid{grid-template-columns:1fr}.hero-grid{gap:54px}.hero-copy{text-align:center}.hero-lede{margin-inline:auto}.hero-actions{justify-content:center}.hero-visual{min-height:610px}.home-image{inset:0 28px 100px}.feature-row{gap:45px}.feature-row.reverse .feature-copy,.feature-row.reverse .product-card{order:initial}.feature-copy{max-width:650px}.trust-copy{max-width:700px}
  .privacy-card{grid-template-columns:74px 1fr}.privacy-card ul{grid-column:2}
}

@media(max-width:700px){
  :root{--shell:calc(100% - 28px);--radius:19px}
  html{scroll-padding-top:76px}.site-header{background:#f6f1e7}.header-inner{height:68px}
  h1{font-size:clamp(3.1rem,15vw,5rem)}h2{font-size:clamp(2.15rem,10vw,3.2rem)}
  .hero{padding-top:52px}.hero-lede{font-size:1.04rem}.hero-actions{display:grid;gap:17px}.hero-actions .button{width:100%}.privacy-note{text-align:center}
  .hero-visual{min-height:520px}.home-image{inset:0 0 110px;border-radius:25px}.hero-card{width:93%;padding:18px}.demo-label{display:none}.score-row{grid-template-columns:100px 1fr;gap:15px}.score-ring{width:96px;height:96px}.score-ring strong{font-size:1.85rem}.property-head h2{font-size:1.22rem}
  .problem-grid{grid-template-columns:1fr}.problem-grid article,.problem-grid article+article{padding:28px 0;border-left:0;border-bottom:1px solid var(--line)}.problem-grid article:last-child{border-bottom:0}.problem-number{margin-bottom:14px}
  .journey-section .section-intro{margin-bottom:38px}.journey{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 22px}.journey li{display:block;padding:20px 0 22px;border-top:1px solid rgba(255,255,255,.22)}.journey li::after{display:none}.journey>li>span{position:static;display:block;background:transparent;padding:0;margin-bottom:8px}.journey h3{font-size:1.2rem;margin-bottom:6px}.journey p{font-size:.84rem;line-height:1.5}
  .product-section{padding-block:68px}.product-section .section-intro{margin-bottom:28px}.feature-row{grid-template-columns:1fr;padding:40px 0;gap:27px}.feature-row.reverse{grid-template-columns:1fr}.feature-copy h3{font-size:1.85rem;margin-bottom:13px}.feature-copy>p{font-size:1rem;margin-bottom:0}.feature-index{margin-bottom:11px}.check-list{margin-top:16px;gap:7px}.phone-shell{width:100%;max-width:390px}.cost-card,.compare-card{padding:23px}.big-money{font-size:2.55rem}.compare-bars>div{grid-template-columns:67px 1fr 27px}
  .mid-cta{display:grid;gap:19px;margin-top:40px;padding:23px}.mid-cta .button{width:100%}
  .trust-grid{grid-template-columns:1fr}.trust-principles article{grid-template-columns:43px 1fr}
  .privacy-card{grid-template-columns:1fr;gap:22px;padding:25px}.privacy-card ul{grid-column:auto}.privacy-icon{width:64px;height:64px}
  .footer-main{display:grid}.site-footer nav{display:grid;gap:12px}.disclaimer{display:grid;gap:15px}
}

@media(max-width:370px){
  :root{--shell:calc(100% - 22px)}
  .hero-card{width:98%;right:1%}.score-row{grid-template-columns:88px 1fr}.score-ring{width:84px;height:84px}.score-ring strong{font-size:1.6rem}.alert-row small{font-size:.67rem}
  .choice-grid{grid-template-columns:repeat(2,1fr)}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}

@media print{
  .site-header,.mobile-menu,.hero-actions,.final-cta{display:none!important}
  body{background:#fff}.section{padding:42px 0}.hero{padding:35px 0}.hero-grid,.feature-row,.feature-row.reverse,.trust-grid{grid-template-columns:1fr 1fr}.product-card,.phone-shell,.privacy-card{box-shadow:none}
}
