
:root{
  --ink:#13231f;
  --muted:#5c6a66;
  --bg:#fbfcf8;
  --soft:#f0f5ee;
  --brand:#1f6f5b;
  --brand-dark:#104c3d;
  --accent:#e9b949;
  --white:#ffffff;
  --line:#dfe8e2;
  --shadow:0 20px 50px rgba(21,54,45,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;
  color:var(--ink);
  background:var(--bg);
  line-height:1.6;
}
a{color:inherit;text-decoration:none}
.container{width:min(1140px,calc(100% - 40px));margin:auto}
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(251,252,248,.88);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(223,232,226,.8);
}
.nav{height:74px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:20px}
.brand-mark{
  width:34px;height:34px;border-radius:11px;background:var(--brand);
  color:white;display:grid;place-items:center;font-family:Manrope,sans-serif;font-size:20px;
  box-shadow:0 8px 20px rgba(31,111,91,.22)
}
.desktop-nav{display:flex;gap:28px;font-size:14px;font-weight:600;color:#40504b}
.desktop-nav a:hover{color:var(--brand)}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:50px;padding:0 22px;border-radius:14px;border:1px solid transparent;
  font-weight:700;cursor:pointer;transition:.2s ease;font-size:15px;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--brand);color:#fff;box-shadow:0 12px 26px rgba(31,111,91,.25)}
.btn-primary:hover{background:var(--brand-dark)}
.btn-outline{border-color:#b9cbc3;background:#fff}
.btn-small{min-height:42px;padding:0 16px;border-radius:12px}
.btn-ghost{background:transparent;border-color:#bfd0c9}
.btn-light{background:white;color:var(--brand-dark)}
.full{width:100%}
.hero{padding:92px 0 78px;background:radial-gradient(circle at 85% 15%,#e7f3ed 0,transparent 35%)}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center}
.eyebrow{
  display:inline-block;font-size:12px;text-transform:uppercase;letter-spacing:.14em;
  font-weight:800;color:var(--brand);margin-bottom:12px
}
.eyebrow.light{color:#bde5d8}
h1,h2,h3{font-family:Manrope,Inter,sans-serif;line-height:1.08;margin-top:0}
h1{font-size:clamp(52px,7vw,86px);letter-spacing:-.055em;margin-bottom:26px}
h1 span{color:var(--brand)}
h2{font-size:clamp(34px,4vw,54px);letter-spacing:-.035em;margin-bottom:18px}
h3{font-size:22px;margin-bottom:10px}
.hero-lead{font-size:20px;max-width:650px;color:var(--muted);margin-bottom:24px}
.price-line{display:flex;align-items:baseline;gap:8px;margin:18px 0 24px}
.price-line strong{font-size:36px;font-family:Manrope;color:var(--ink)}
.price-line span{color:var(--muted)}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.microcopy{font-size:13px;color:#6f7c78;margin-top:14px}
.hero-card-wrap{display:flex;justify-content:center}
.phone-card{
  width:min(440px,100%);background:white;border:1px solid var(--line);border-radius:28px;
  box-shadow:var(--shadow);padding:24px;transform:rotate(1deg)
}
.phone-top{display:flex;align-items:center;gap:8px;color:#5e6d68;font-size:13px;font-weight:700;margin-bottom:18px}
.status-dot{width:9px;height:9px;border-radius:50%;background:#38a87b;box-shadow:0 0 0 5px #e9f6f0}
.savings-card{background:linear-gradient(135deg,var(--brand),var(--brand-dark));color:white;border-radius:20px;padding:22px;margin-bottom:16px}
.savings-card p{margin:0 0 4px;font-size:13px;opacity:.8}
.savings-card strong{display:block;font-size:38px;font-family:Manrope}
.savings-card span{font-size:13px;opacity:.85}
.deal{display:grid;grid-template-columns:46px 1fr auto;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid #edf1ee}
.deal-icon{width:42px;height:42px;border-radius:12px;background:#f3f6f3;display:grid;place-items:center;font-size:20px}
.deal strong{font-size:14px}
.deal p{font-size:12px;color:#66746f;margin:2px 0 0;line-height:1.4}
.pill{font-size:10px;background:#f3efe3;padding:5px 8px;border-radius:999px;color:#735f22;font-weight:700}
.sample-note{font-size:11px;color:#7d8985;margin:14px 0 0}
.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:white}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.trust-grid>div{padding:22px 18px;border-right:1px solid var(--line)}
.trust-grid>div:last-child{border-right:none}
.trust-grid strong{display:block;font-size:14px}
.trust-grid span{font-size:12px;color:var(--muted)}
.section{padding:96px 0}
.section-soft{background:var(--soft)}
.section-heading{max-width:720px;margin-bottom:40px}
.section-heading p,.section-text{color:var(--muted);font-size:18px}
.cards.three{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card{background:white;border:1px solid var(--line);border-radius:22px;padding:28px}
.number{font-size:12px;font-weight:800;color:var(--brand);margin-bottom:36px}
.card p{color:var(--muted);margin-bottom:0}
.benefits-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:start}
.benefit-list{background:white;border:1px solid var(--line);border-radius:24px;padding:10px 26px}
.benefit-row{display:grid;grid-template-columns:48px 1fr;gap:14px;padding:20px 0;border-bottom:1px solid var(--line)}
.benefit-row:last-child{border-bottom:none}
.benefit-row>span{font-size:24px;width:42px;height:42px;background:#f5f7f2;border-radius:12px;display:grid;place-items:center}
.benefit-row strong{font-size:15px}
.benefit-row p{margin:3px 0 0;color:var(--muted);font-size:13px}
.business-section{background:var(--brand-dark);color:white}
.business-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.business-copy p{color:#c9d9d3;font-size:17px}
.checklist{padding:0;list-style:none;margin:28px 0 0}
.checklist li{padding:8px 0 8px 28px;position:relative}
.checklist li:before{content:"✓";position:absolute;left:0;color:#8bd5bd;font-weight:800}
.lead-form{
  background:white;color:var(--ink);padding:28px;border-radius:24px;border:1px solid var(--line);
  box-shadow:var(--shadow)
}
.dark-form{box-shadow:none}
.lead-form>p{color:var(--muted);font-size:13px;margin-top:-2px}
label{display:block;font-size:12px;font-weight:700;margin:15px 0 0;color:#41524c}
input,select{
  width:100%;margin-top:7px;padding:13px 14px;border:1px solid #cbd8d2;
  border-radius:12px;background:white;color:var(--ink);font:inherit;font-size:14px;outline:none
}
input:focus,select:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(31,111,91,.1)}
.checkbox{display:flex;align-items:flex-start;gap:10px;font-weight:500;line-height:1.45}
.checkbox input{width:18px;height:18px;margin-top:2px;flex:0 0 auto}
.checkbox span{font-size:12px;color:#50605b}
.privacy{font-size:11px!important;text-align:center}
.form-status{font-size:12px!important;margin:12px 0 0!important;min-height:18px}
.join-grid{display:grid;grid-template-columns:1fr .8fr;gap:80px;align-items:center}
.founder-badge{display:inline-flex;flex-direction:column;border-left:4px solid var(--accent);padding:6px 0 6px 18px;margin-top:20px}
.founder-badge span,.founder-badge small{color:var(--muted);font-size:12px}
.founder-badge strong{font-size:24px;font-family:Manrope}
.faq-wrap{max-width:820px}
details{background:white;border:1px solid var(--line);border-radius:16px;margin:12px 0;padding:0 20px}
summary{cursor:pointer;font-weight:700;padding:20px 0}
details p{color:var(--muted);margin-top:-8px;padding-bottom:18px}
.final-cta{padding:70px 0;background:var(--brand);color:white}
.final-inner{display:flex;justify-content:space-between;gap:30px;align-items:center}
.final-inner h2{margin:0;max-width:720px}
footer{padding:34px 0;background:#0f2e26;color:#d5e2dd}
.footer-grid{display:grid;grid-template-columns:auto 1fr auto;gap:20px;align-items:center}
.footer-brand{font-size:16px}
.footer-grid p{margin:0;font-size:12px;color:#9fb4ad}
@media(max-width:900px){
  .desktop-nav{display:none}
  .hero-grid,.benefits-grid,.business-grid,.join-grid{grid-template-columns:1fr;gap:48px}
  .hero{padding-top:66px}
  .hero-card-wrap{justify-content:flex-start}
  .trust-grid{grid-template-columns:1fr 1fr}
  .trust-grid>div:nth-child(2){border-right:none}
  .trust-grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .cards.three{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .container{width:min(100% - 28px,1140px)}
  .nav{height:66px}
  .btn-small{display:none}
  h1{font-size:52px}
  .hero-lead{font-size:17px}
  .trust-grid{grid-template-columns:1fr}
  .trust-grid>div{border-right:none!important;border-bottom:1px solid var(--line)!important}
  .trust-grid>div:last-child{border-bottom:none!important}
  .section{padding:70px 0}
  .final-inner{display:block}
  .final-inner .btn{margin-top:25px}
}


/* Netlify Forms honeypot: visually hidden but present in static HTML */
.netlify-hp {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
}

button:disabled {
  opacity: .65;
  cursor: wait;
  transform: none !important;
}
