:root{--bg:#F8FAF8;--ink:#17201D;--muted:#3D4A44;--faint:#5C6963;--ghost:#8A948F;--line:#E3E9E5;--line-soft:#EEF2EF;--row:#F0F3F1;--green:#0F6B4F;--green-dark:#0A4A37;--green-soft:#EDF4F0;--mint:#7FD1B5;--amber:#B45309;--amber-soft:#FCF0E0;--red:#B3341F;--red-soft:#FCE9E4}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:'Geist',system-ui,sans-serif;-webkit-font-smoothing:antialiased}
a{color:var(--green);text-decoration:none}
a:hover{color:var(--green-dark)}
img,svg{display:block}
.wrap{max-width:1120px;margin:0 auto;padding-left:clamp(20px,5vw,64px);padding-right:clamp(20px,5vw,64px)}
.btn{display:inline-block;background:var(--green);color:#fff;border:none;border-radius:10px;padding:14px 24px;font-size:16px;font-weight:600;font-family:inherit;cursor:pointer;text-align:center}
.btn:hover{background:var(--green-dark)}
.btn-lg{padding:16px 28px;font-size:17px}
.btn-inverse{background:#F8FAF8;color:var(--ink)}
.btn-inverse:hover{background:#fff}
.btn-white{background:#fff;color:var(--green);font-weight:700}
.btn-white:hover{background:var(--green-soft)}
.eyebrow{font-size:12px;font-weight:600;letter-spacing:.14em;color:var(--green)}
.ticks{display:flex;flex-wrap:wrap;gap:8px 20px;font-size:13px;font-weight:500;color:var(--muted)}
.ticks .t::before{content:"✓";color:var(--green);font-weight:700;margin-right:6px}
.card{border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 20px 48px -30px rgba(23,32,29,.18)}
/* header */
.site-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px clamp(20px,5vw,64px);border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(248,250,248,.92);backdrop-filter:blur(8px);z-index:50}
.logo{font-size:20px;font-weight:700;letter-spacing:-.03em;color:var(--ink)}
.site-nav{display:flex;gap:28px;font-size:14px;font-weight:500}
.site-nav a{color:var(--muted)}
.site-header .btn{padding:10px 18px;font-size:14px;border-radius:8px}
/* hero */
.hero{padding-top:clamp(48px,8vw,96px);padding-bottom:clamp(40px,6vw,72px)}
.hero h1{font-size:clamp(36px,5.6vw,64px);line-height:1.04;letter-spacing:-.035em;font-weight:700;margin:20px 0;max-width:17ch;text-wrap:pretty}
.hero .sub{font-size:clamp(17px,2vw,20px);line-height:1.5;color:var(--muted);margin:0 0 20px;max-width:52ch}
.hero .offer{font-size:16px;line-height:1.5;font-weight:600;margin:0 0 28px;max-width:48ch}
/* product preview */
.preview{padding-bottom:clamp(48px,7vw,88px)}
.preview .card{overflow:hidden;box-shadow:0 24px 60px -32px rgba(23,32,29,.18)}
.chrome{display:flex;align-items:center;gap:8px;padding:10px 16px;border-bottom:1px solid var(--line-soft);background:#FBFCFB}
.chrome span{width:9px;height:9px;border-radius:50%;background:var(--line)}
.chrome .url{width:auto;height:auto;border-radius:0;background:none;font-size:12px;color:var(--ghost);margin-left:8px}
.app{display:grid;grid-template-columns:minmax(140px,180px) 1fr;min-height:300px}
.app-nav{border-right:1px solid var(--line-soft);padding:14px 10px;display:flex;flex-direction:column;gap:2px;font-size:13px;color:var(--muted)}
.app-nav div{padding:8px 10px;border-radius:7px}
.app-nav div:hover{background:#F3F6F4}
.app-nav .active{background:var(--green-soft);color:var(--green);font-weight:600}
.app-main{padding:18px 20px;min-width:0}
.app-main h3{font-size:15px;font-weight:600;margin:0 0 12px}
.prop-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;padding:12px 0;border-bottom:1px solid var(--row)}
.prop-row .addr{font-size:14px;font-weight:600}
.prop-row .tenant{font-size:12px;color:var(--ghost)}
.badge{font-size:12px;font-weight:600;padding:4px 10px;border-radius:99px}
.badge.warn{background:var(--amber-soft);color:var(--amber)}
.badge.alert{background:var(--red-soft);color:var(--red)}
.badge.ok{background:var(--green-soft);color:var(--green)}
/* sections */
.section{border-top:1px solid var(--line);padding:clamp(48px,7vw,80px) 0}
.section h2,.dark h2,.offer-band h2{font-size:clamp(28px,4vw,44px);line-height:1.1;letter-spacing:-.03em;font-weight:700;margin:0 0 14px;text-wrap:pretty}
.pillars{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:28px 32px;margin:36px 0 40px}
.pillar{border-top:2px solid var(--ink);padding-top:14px}
.pillar h3{font-size:16px;font-weight:700;margin:0 0 6px}
.pillar p{font-size:14px;line-height:1.55;color:var(--faint);margin:0;text-wrap:pretty}
.micro{font-size:13px;color:var(--faint);margin-top:12px}
.split{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:48px;align-items:center}
.split p{font-size:16px;line-height:1.55;color:var(--muted);max-width:50ch}
.compliance-card,.repair-card{padding:22px}
.card-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-bottom:14px;border-bottom:1px solid var(--line-soft)}
.card-head .title{font-size:15px;font-weight:700}
.card-head .label{font-size:12px;font-weight:600;color:var(--ghost);letter-spacing:.06em}
.cert{display:flex;align-items:flex-start;gap:12px;padding:16px 0;border-bottom:1px solid var(--row)}
.cert:last-child{border-bottom:none;padding-bottom:4px}
.cert .dot{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0;background:var(--green-soft);color:var(--green)}
.cert.warn .dot{background:var(--amber-soft);color:var(--amber)}
.cert .name{font-size:14px;font-weight:600}
.cert .status{font-size:13px;color:var(--faint)}
.cert.warn .status{color:var(--amber);font-weight:500}
.cert .row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;flex:1;min-width:0}
.btn-dark{background:var(--ink);color:#fff;border:none;border-radius:7px;padding:8px 14px;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer}
.btn-dark:hover{background:#000}
/* dark band */
.dark{background:var(--ink);color:var(--bg)}
.dark .wrap{padding-top:clamp(56px,8vw,96px);padding-bottom:clamp(56px,8vw,96px)}
.dark h2{font-size:clamp(28px,4.5vw,48px);line-height:1.08;margin-bottom:10px;max-width:18ch}
.dark .free-line{font-size:19px;font-weight:600;color:var(--mint);margin:0 0 18px}
.dark .lede{font-size:17px;line-height:1.55;color:#DDE5E0;margin:0 0 32px;max-width:44ch;text-wrap:pretty}
.choices{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:32px;margin-bottom:36px}
.choice{border-top:1px solid #3A4540;padding-top:16px}
.choice h3{font-size:15px;font-weight:700;margin:0 0 8px}
.choice p{font-size:15px;line-height:1.55;color:#AFBBB4;margin:0}
.dark .statement{font-size:clamp(20px,2.6vw,26px);font-weight:700;letter-spacing:-.02em;margin-bottom:6px;text-wrap:pretty}
.dark .stays-free{font-size:17px;color:var(--mint);font-weight:600;margin-bottom:26px}
.dark .ticks{color:#DDE5E0;font-size:14px;margin-bottom:32px}
.dark .ticks .t::before{color:var(--mint)}
/* repair card */
.repair-meta{padding-top:16px;display:flex;flex-direction:column;gap:12px}
.repair-meta .k{font-size:12px;color:var(--ghost);margin-bottom:2px}
.repair-meta .v{font-size:14px}
.repair-meta .v.strong{font-weight:600}
.thumbs{display:flex;gap:8px}
.thumbs div{width:56px;height:56px;border-radius:8px;background:#EDF0EE;display:flex;align-items:center;justify-content:center;font-size:11px;color:var(--ghost)}
.strong-line{font-weight:600;text-wrap:pretty;max-width:44ch}
/* offer band */
.offer-band{background:var(--green);color:#fff;text-align:center}
.offer-band .wrap{padding-top:clamp(56px,8vw,88px);padding-bottom:clamp(56px,8vw,88px)}
.offer-band h2{font-size:clamp(30px,5vw,54px);line-height:1.06;margin:0 auto 16px;max-width:18ch}
.offer-band .lede{font-size:16px;color:#BFE4D3;margin:0 0 28px}
.offer-list{display:flex;flex-direction:column;gap:12px;align-items:center;margin-bottom:36px;font-size:16px;font-weight:600}
/* final */
.final{border-top:1px solid var(--line);padding-top:clamp(56px,8vw,88px);padding-bottom:clamp(56px,8vw,88px);text-align:center}
.final .inner{max-width:640px;margin:0 auto}
.final h2{font-size:clamp(28px,4.5vw,44px);line-height:1.08;letter-spacing:-.03em;font-weight:700;margin:16px auto 28px;max-width:18ch;text-wrap:pretty}
/* terms + footer */
.terms{padding-top:8px;padding-bottom:32px}
.terms p{font-size:12px;line-height:1.6;color:var(--faint);font-style:italic;margin:0 0 8px;max-width:90ch}
.terms a{font-size:12px;font-weight:600;color:var(--muted);text-decoration:underline}
.site-footer{border-top:1px solid var(--line);padding:36px 0 88px}
.site-footer .row{display:flex;flex-wrap:wrap;justify-content:space-between;gap:24px;align-items:flex-start}
.site-footer .brand{font-size:16px;font-weight:700;letter-spacing:-.02em;margin-bottom:4px}
.site-footer .tag{font-size:13px;color:var(--faint)}
.site-footer nav{display:flex;flex-wrap:wrap;gap:20px;font-size:13px;font-weight:500}
.site-footer nav a{color:var(--muted)}
.site-footer .copy{font-size:13px;color:var(--faint)}
/* sticky CTA */
.sticky-cta{position:fixed;left:0;right:0;bottom:0;z-index:60;display:none;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:rgba(248,250,248,.96);border-top:1px solid var(--line);backdrop-filter:blur(8px);transform:translateY(110%);transition:transform .25s ease}
.sticky-cta.visible{transform:translateY(0)}
.sticky-cta .t{font-size:14px;font-weight:700}
.sticky-cta .btn{padding:11px 18px;font-size:14px;border-radius:9px}
/* modal */
dialog.wl{border:1px solid var(--line);border-radius:14px;padding:32px;width:100%;max-width:480px;background:var(--bg);color:var(--ink);box-shadow:0 32px 80px -32px rgba(23,32,29,.35)}
dialog.wl::backdrop{background:rgba(23,32,29,.44)}
.wl-close{position:absolute;top:14px;right:14px;width:36px;height:36px;border:none;background:transparent;border-radius:8px;font-size:18px;color:var(--faint);cursor:pointer;display:flex;align-items:center;justify-content:center}
.wl-close:hover{background:#EDF0EE;color:var(--ink)}
.wl-eyebrow{font-size:11px;font-weight:600;letter-spacing:.16em;color:var(--green);margin-bottom:12px}
.wl h2{font-size:26px;line-height:1.1;letter-spacing:-.03em;font-weight:700;margin:0 0 10px}
.wl .lede{font-size:14px;line-height:1.55;color:var(--muted);margin:0 0 24px}
.wl form{display:flex;flex-direction:column;gap:16px;text-align:left}
.wl label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:var(--muted)}
.wl input[type=text],.wl input[type=email]{border:1px solid #D5DDD8;border-radius:9px;padding:13px 14px;font-size:16px;font-family:inherit;background:#fff;color:var(--ink);outline:none;width:100%}
.wl input:focus{border-color:var(--green)}
.wl .invalid{border-color:#D9836F !important}
.field-error{font-size:12px;font-weight:500;color:var(--red);display:none}
.field-error.show{display:block}
fieldset.counts{border:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}
fieldset.counts legend{font-size:13px;font-weight:600;color:var(--muted);padding:0;margin-bottom:6px}
.count-opts{display:flex;flex-wrap:wrap;gap:8px}
.count-opts input{position:absolute;opacity:0;pointer-events:none}
.count-opts label{border:1px solid #D5DDD8;background:#fff;color:var(--muted);border-radius:99px;padding:11px 18px;min-height:44px;font-size:14px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;flex-direction:row}
.count-opts input:checked + label{background:var(--green);color:#fff;border-color:var(--green)}
.count-opts input:focus-visible + label{outline:2px solid var(--green);outline-offset:2px}
.server-error{font-size:13px;font-weight:500;color:var(--red);border:1px solid #F2D5CE;background:#FCF1EE;border-radius:9px;padding:10px 12px;display:none}
.server-error.show{display:block}
.wl .btn[disabled]{opacity:.7;cursor:default}
.wl .fineprint{text-align:center}
.wl .fineprint .free{font-size:12px;color:var(--faint)}
.wl .fineprint .legal{font-size:11px;line-height:1.5;color:var(--faint);margin-top:8px}
.wl .fineprint .legal a{color:var(--muted);text-decoration:underline}
.wl-state{text-align:center;padding:8px 0;display:none}
.wl-state.show{display:block}
.wl-state .check{width:44px;height:44px;border-radius:50%;background:var(--green-soft);color:var(--green);display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;margin:0 auto 16px}
.wl-state h2{font-size:24px;margin-bottom:8px}
.wl-state p{font-size:14px;line-height:1.55;color:var(--muted);margin:0 0 20px}
.offer-box{text-align:left;border:1px solid #CDE5DA;background:var(--green-soft);border-radius:10px;padding:14px 16px;margin-bottom:24px}
.offer-box .h{font-size:13px;font-weight:700;color:var(--green);margin-bottom:4px}
.offer-box .b{font-size:13px;line-height:1.55;color:var(--muted)}
.offer-box .b a{text-decoration:underline}
.mobile-only{display:none}
@media (max-width:720px){
  .site-nav{display:none}
  .sticky-cta{display:flex}
  .mobile-only{display:block}
  .desktop-only{display:none}
  dialog.wl{margin:auto 0 0;max-width:none;width:100%;border-radius:16px 16px 0 0;padding:24px 20px calc(24px + env(safe-area-inset-bottom));max-height:92dvh;overflow-y:auto}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .sticky-cta{transition:none}
}

/* ===== legal / content pages ===== */
.legal-page{max-width:760px;margin:0 auto;padding-top:clamp(40px,6vw,72px);padding-bottom:clamp(56px,8vw,88px)}
.legal-page .eyebrow{margin-bottom:16px}
.legal-page h1{font-size:clamp(32px,4.5vw,48px);line-height:1.06;letter-spacing:-.03em;font-weight:700;margin:0 0 12px;text-wrap:pretty}
.legal-page .updated{font-size:14px;color:var(--faint);margin:0 0 32px;padding-bottom:24px;border-bottom:1px solid var(--line)}
.legal-page h2{font-size:clamp(20px,2.4vw,24px);line-height:1.2;letter-spacing:-.02em;font-weight:700;margin:44px 0 12px;text-wrap:pretty}
.legal-page h3{font-size:16px;font-weight:700;margin:28px 0 8px}
.legal-page p{font-size:16px;line-height:1.65;color:var(--muted);margin:0 0 14px;max-width:70ch;text-wrap:pretty}
.legal-page p strong,.legal-page li strong{color:var(--ink)}
.legal-page ul{margin:0 0 16px;padding-left:22px;max-width:70ch}
.legal-page li{font-size:16px;line-height:1.65;color:var(--muted);margin-bottom:6px}
.legal-page .addr{font-size:16px;line-height:1.65;color:var(--ink);font-weight:500;margin:0 0 16px}
.legal-page .callout{border-left:2px solid var(--green);background:var(--green-soft);padding:14px 18px;border-radius:0 8px 8px 0;margin:0 0 16px;max-width:70ch}
.legal-page .callout p{margin:0;color:var(--ink);font-weight:500}
.legal-page a{text-decoration:underline}
.back-link{display:inline-block;font-size:14px;font-weight:600;margin-top:40px;padding-top:24px;border-top:1px solid var(--line);width:100%}

.legal-page code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:14px;background:#EDF0EE;border-radius:4px;padding:1px 5px;color:var(--ink)}
.table-scroll{overflow-x:auto;margin:0 0 16px;border:1px solid var(--line);border-radius:10px;background:#fff}
.legal-table{border-collapse:collapse;width:100%;min-width:680px;font-size:14px}
.legal-table th,.legal-table td{text-align:left;vertical-align:top;padding:12px 14px;border-bottom:1px solid var(--line-soft);line-height:1.5}
.legal-table th{font-weight:700;color:var(--ink);background:#FBFCFB;border-bottom:1px solid var(--line)}
.legal-table td{color:var(--muted)}
.legal-table tr:last-child td{border-bottom:none}

.consent-row{display:flex;align-items:flex-start;gap:10px}
.consent-row input[type=checkbox]{appearance:none;-webkit-appearance:none;flex-shrink:0;width:20px;height:20px;margin:0;border:1px solid #D5DDD8;border-radius:5px;background:#fff;cursor:pointer;position:relative}
.consent-row input[type=checkbox]:checked{background:var(--green);border-color:var(--green)}
.consent-row input[type=checkbox]:checked::after{content:"✓";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;font-weight:700}
.consent-row input[type=checkbox]:focus-visible{outline:2px solid var(--green);outline-offset:2px}
.consent-row label{font-size:13px;line-height:1.5;font-weight:400;color:var(--muted);cursor:pointer;padding-top:1px}
