:root{--ink:#102019;--muted:#66756b;--green:#1f7a4d;--green2:#17623e;--green3:#eaf5ee;--line:#dfe8e1;--cream:#f5f7f3;--dark:#113629;--white:#fff;--amber:#f2b94b;--shadow:0 22px 70px rgba(19,53,37,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff;color:var(--ink)}a{color:inherit}.shell{width:min(1180px,calc(100% - 40px));margin:auto}.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px;background:#fff}.brand{display:flex;align-items:center;gap:10px;font-weight:900;font-size:22px;text-decoration:none;letter-spacing:-.02em}.brandmark{width:39px;height:39px;border-radius:12px;background:var(--green);display:grid;place-items:center;color:white;font-weight:950;position:relative;box-shadow:0 8px 20px rgba(31,122,77,.2)}.brandmark:after{content:"";position:absolute;width:12px;height:12px;border:3px solid #d9ef72;border-top:0;border-left:0;transform:rotate(45deg);bottom:8px}.navlinks{display:flex;gap:28px}.navlinks a{text-decoration:none;font-size:14px;font-weight:700;color:#2c3a32}.nav-actions{display:flex;gap:10px;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:12px;padding:12px 18px;font-weight:850;font-size:14px;text-decoration:none;border:1px solid transparent;cursor:pointer;transition:.2s}.btn:hover{transform:translateY(-1px)}.btn-green{background:var(--green);color:#fff}.btn-green:hover{background:var(--green2)}.btn-dark{background:var(--ink);color:#fff}.btn-light{background:#fff;border-color:var(--line);color:var(--ink)}.btn-soft{background:var(--green3);color:var(--green)}.small{padding:9px 13px;font-size:12px}.full{width:100%}.eyebrow{display:block;color:var(--green);font-size:11px;letter-spacing:.14em;font-weight:950;margin-bottom:12px;text-transform:uppercase}.hero{border-top:1px solid #edf2ee;background:linear-gradient(90deg,#fff 0%,#fff 51%,#f1f6f2 51%,#f1f6f2 100%)}.hero-grid{display:grid;grid-template-columns:1.06fr .94fr;min-height:590px}.hero-copy{padding:72px 56px 62px 0;display:flex;flex-direction:column;justify-content:center}.hero h1{font-size:clamp(52px,6.3vw,82px);line-height:.94;letter-spacing:-.06em;margin:0 0 24px;max-width:720px}.hero h1 span{color:var(--green)}.hero-copy>p{font-size:18px;line-height:1.65;color:#536159;max-width:680px;margin:0 0 27px}.ask-card{background:#fff;border:1px solid #d7e1da;border-radius:19px;padding:12px;box-shadow:var(--shadow);position:relative;z-index:2}.ask-line{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px}.spark{font-size:20px;color:var(--green);padding-left:7px}.ask-line textarea{border:0;outline:0;resize:none;font:600 15px/1.45 inherit;color:var(--ink);padding:10px 7px;background:transparent;min-height:52px}.ask-line button{border:0;background:var(--green);color:#fff;font-weight:900;padding:15px 19px;border-radius:12px;cursor:pointer}.ask-status{border-top:1px solid #edf1ee;margin-top:8px;padding:9px 8px 0;font-size:11px;color:#7b887f;display:flex;justify-content:space-between;gap:15px}.quick{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-top:14px}.quick span{font-size:12px;color:#6f7e74}.quick button{border:1px solid #dce5df;background:#fff;border-radius:999px;padding:8px 11px;font-size:11px;color:#405047;cursor:pointer}.hero-visual{position:relative;min-height:590px;overflow:hidden}.hero-visual>img{width:100%;height:100%;object-fit:cover;display:block}.hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.06),rgba(13,38,29,.05))}.hero-badge{position:absolute;right:22px;bottom:24px;width:252px;background:rgba(255,255,255,.95);backdrop-filter:blur(8px);border-radius:17px;padding:18px 20px;box-shadow:0 18px 44px rgba(0,0,0,.18);z-index:2}.hero-badge strong{font-size:14px}.hero-badge ul{list-style:none;padding:0;margin:12px 0 0;display:grid;gap:8px;font-size:13px;color:#4d5b52}.hero-badge li:before{content:"✓";display:inline-grid;place-items:center;width:17px;height:17px;border-radius:5px;background:#e2f4e8;color:var(--green);font-weight:950;margin-right:8px}.proof-strip{border-bottom:1px solid #edf1ee;background:#fff}.proof-inner{min-height:68px;display:flex;justify-content:space-between;align-items:center;gap:20px}.proof-inner p{font-size:12px;color:#758279;margin:0}.proof-items{display:flex;gap:28px;font-size:12px;color:#506057}.proof-items strong{color:var(--ink);font-size:16px;margin-right:5px}.section{padding:80px 0}.section.alt{background:var(--cream)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:28px}.section-heading h2,.center-heading h2,.split h2,.calc-hero h1{font-size:clamp(36px,4.6vw,54px);letter-spacing:-.05em;line-height:1.02;margin:0;max-width:760px}.section-heading p{max-width:430px;color:var(--muted);line-height:1.65;font-size:14px;margin:0}.project-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.project-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 8px 24px rgba(27,57,40,.05);transition:.2s;text-decoration:none}.project-card:hover{transform:translateY(-4px);box-shadow:0 18px 36px rgba(27,57,40,.12)}.project-card>img{width:100%;height:155px;object-fit:cover}.project-body{padding:17px}.project-icon{width:36px;height:36px;border-radius:11px;background:#eef7f1;color:var(--green);display:grid;place-items:center;font-weight:950}.project-card h3{font-size:18px;margin:12px 0 5px}.project-card p{font-size:13px;color:var(--muted);margin:0 0 16px;line-height:1.45}.project-link{display:flex;justify-content:space-between;color:var(--green);font-size:13px;font-weight:900}.benefit-band{background:var(--dark);color:#fff;padding:44px 0}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr)}.benefit-grid>div{text-align:center;padding:0 24px;border-right:1px solid rgba(255,255,255,.1)}.benefit-grid>div:last-child{border-right:0}.benefit-icon{width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,.1);display:grid;place-items:center;margin:0 auto 14px;font-size:20px}.benefit-grid h3{margin:0 0 6px;font-size:16px}.benefit-grid p{margin:0;color:#c9d8cf;font-size:13px;line-height:1.5}.center-heading{text-align:center}.center-heading h2{margin:auto}.center-heading p{max-width:620px;margin:12px auto 0;color:var(--muted);line-height:1.65}.steps{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:25px;align-items:center;margin-top:46px}.step{text-align:center}.step-num{width:27px;height:27px;border-radius:50%;background:var(--green);color:#fff;font-weight:950;display:grid;place-items:center;margin:0 auto 12px;font-size:12px}.step-icon{width:64px;height:64px;border-radius:50%;background:#edf5ef;display:grid;place-items:center;margin:0 auto 15px;font-size:25px}.step h3{margin:0 0 7px;font-size:17px}.step p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}.step-arrow{font-size:24px;color:#9ba69f}.testimonial{display:grid;grid-template-columns:1fr 280px;background:#f5f7f4;border-radius:22px;overflow:hidden}.quote{padding:40px 46px;align-self:center}.stars{color:#e9a900;letter-spacing:3px}.quote blockquote{font-size:22px;line-height:1.45;margin:14px 0 12px}.quote p{color:var(--muted);font-size:13px}.testimonial img{width:100%;height:100%;object-fit:cover}.split{display:grid;grid-template-columns:1fr 1fr;background:#f5f7f4;border-radius:22px;overflow:hidden}.split img{width:100%;height:370px;object-fit:cover}.split>div{padding:58px;display:flex;flex-direction:column;justify-content:center}.split h2{margin-bottom:15px}.split p{color:var(--muted);line-height:1.7;margin:0 0 22px}.split .btn{align-self:flex-start}
/* Calculator pages */
.calc-hero{background:linear-gradient(135deg,#f8faf8,#eef5f0);border-top:1px solid #edf1ee;padding:48px 0 38px}.calc-hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:42px;align-items:center}.calc-hero h1{font-size:clamp(44px,5.3vw,66px)}.calc-hero p{font-size:17px;line-height:1.65;color:#536159;max-width:640px}.calc-photo{height:330px;border-radius:24px;overflow:hidden;box-shadow:var(--shadow);position:relative}.calc-photo img{width:100%;height:100%;object-fit:cover}.calc-photo .photo-tag{position:absolute;bottom:18px;left:18px;background:rgba(255,255,255,.94);padding:10px 13px;border-radius:11px;font-size:12px;font-weight:850}.calc-shell{padding:34px 0 78px}.planner-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:20px;align-items:start}.panel{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;box-shadow:0 10px 30px rgba(25,54,38,.05)}.panel.sticky{position:sticky;top:18px}.panel h2,.panel h3{margin:0}.panel h2{font-size:25px;letter-spacing:-.03em}.panel-sub{font-size:13px;color:var(--muted);line-height:1.55;margin:7px 0 20px}.ai-mini{background:#f4f8f5;border:1px solid #dce7df;border-radius:16px;padding:14px;margin-bottom:18px}.ai-mini label{font-size:11px;font-weight:900;color:var(--green);letter-spacing:.08em;text-transform:uppercase}.ai-mini-row{display:flex;gap:8px;margin-top:8px}.ai-mini textarea{flex:1;border:0;background:#fff;border-radius:11px;padding:11px;resize:none;outline:0;min-height:62px;font:600 13px/1.45 inherit}.ai-mini button{align-self:stretch;min-width:96px}.ai-feedback{font-size:11px;color:#708078;margin-top:8px;min-height:16px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.field{display:flex;flex-direction:column;gap:7px}.field.full-row{grid-column:1/-1}.field label{font-size:12px;font-weight:800;color:#425147}.field input,.field select{width:100%;border:1px solid #dce5df;border-radius:11px;padding:12px 12px;font:650 14px inherit;outline:0;background:#fff}.field input:focus,.field select:focus{border-color:#83b49a;box-shadow:0 0 0 3px #edf7f1}.input-note{font-size:10px;color:#8a968f}.calc-actions{display:flex;gap:9px;margin-top:18px}.calc-actions .btn{flex:1}.result-dashboard{display:none}.result-dashboard.ready{display:block}.result-hero-card{background:linear-gradient(145deg,#123a2c,#174b38);color:#fff;border-radius:22px;padding:27px;position:relative;overflow:hidden}.result-hero-card:after{content:"";position:absolute;width:190px;height:190px;border-radius:50%;background:rgba(255,255,255,.05);right:-60px;top:-80px}.result-hero-card small{color:#bcd0c4;font-size:12px;font-weight:750}.result-number{font-size:60px;font-weight:950;letter-spacing:-.055em;margin:6px 0}.result-sub{color:#d0dfd5;font-size:13px}.result-badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.result-badges span{background:rgba(255,255,255,.1);padding:7px 10px;border-radius:999px;font-size:11px}.result-sections{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:16px}.metric-card,.shop-card,.cost-card,.next-card{border:1px solid var(--line);border-radius:18px;background:#fff;padding:20px}.metric-card h3,.shop-card h3,.cost-card h3,.next-card h3{font-size:16px;margin:0 0 12px}.metric-row,.shop-row{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-top:1px solid #edf1ee;font-size:13px}.metric-row:first-of-type,.shop-row:first-of-type{border-top:0}.metric-row span,.shop-row span{color:#627168}.metric-row strong,.shop-row strong{text-align:right}.cost-range{font-size:32px;font-weight:950;letter-spacing:-.04em;color:var(--green)}.cost-note,.fine{font-size:11px;color:#829087;line-height:1.5}.next-list{display:grid;gap:9px}.next-list a,.next-list button{display:flex;justify-content:space-between;align-items:center;text-decoration:none;border:0;background:#f5f8f6;padding:11px 12px;border-radius:11px;font:750 12px inherit;color:#314138;cursor:pointer}.formula{margin-top:16px;background:#f5f7f4;border-radius:16px;padding:18px;font-size:12px;color:#5d6b63}.formula strong{color:var(--ink)}.trust-note{display:flex;gap:12px;align-items:flex-start;background:#fff8e7;border:1px solid #f2deb1;border-radius:16px;padding:16px;margin-top:16px;font-size:12px;line-height:1.55;color:#66542c}.trust-note b{color:#4c3e1f}.seo-content{padding:75px 0;border-top:1px solid #edf1ee}.seo-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:58px}.seo-copy h2{font-size:38px;letter-spacing:-.04em;margin:0 0 16px}.seo-copy h3{font-size:22px;margin:30px 0 9px}.seo-copy p,.seo-copy li{color:#5f6d64;line-height:1.72;font-size:14px}.faq{display:grid;gap:10px}.faq details{border:1px solid var(--line);border-radius:14px;padding:15px 17px;background:#fff}.faq summary{font-weight:850;cursor:pointer}.faq p{margin:10px 0 0;color:var(--muted);font-size:13px;line-height:1.6}.quote-modal{position:fixed;inset:0;background:rgba(7,24,17,.56);display:none;align-items:center;justify-content:center;padding:20px;z-index:20}.quote-modal.open{display:flex}.quote-box{width:min(520px,100%);background:#fff;border-radius:22px;padding:26px;box-shadow:0 25px 70px rgba(0,0,0,.28)}.quote-box h3{margin:0;font-size:25px}.quote-box p{color:var(--muted);font-size:13px;line-height:1.55}.quote-box .field{margin-top:12px}.quote-box-actions{display:flex;gap:9px;margin-top:18px}.quote-box-actions .btn{flex:1}.ai-followup{display:none;background:#fff;border:1px solid #dce7df;border-radius:16px;padding:18px;margin-top:14px}.ai-followup.show{display:block}.ai-followup strong{display:block;margin-bottom:6px}.ai-followup p{margin:0 0 12px;color:var(--muted);font-size:13px}.ai-followup input{width:100%;border:1px solid var(--line);border-radius:11px;padding:11px;font:600 13px inherit}.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#9aa69f;margin-right:6px}.status-dot.live{background:#29a45f;box-shadow:0 0 0 4px #e5f7ec}.status-dot.demo{background:#d69b2e;box-shadow:0 0 0 4px #fff4da}
footer{background:#0e2d22;color:#fff;padding:48px 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.brand.light{color:#fff}.footer-grid p{color:#adbeb5}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:9px}.footer-grid a{color:#d4dfd9;text-decoration:none;font-size:13px}.footer-grid strong{margin-bottom:7px}
@media(max-width:950px){.navlinks{display:none}.hero-grid,.calc-hero-grid,.planner-grid,.seo-grid{grid-template-columns:1fr}.hero-copy{padding:56px 0}.hero-visual{min-height:400px}.project-grid{grid-template-columns:1fr 1fr}.benefit-grid{grid-template-columns:1fr 1fr;row-gap:32px}.benefit-grid>div:nth-child(2){border-right:0}.steps{grid-template-columns:1fr}.step-arrow{transform:rotate(90deg)}.testimonial,.split{grid-template-columns:1fr}.testimonial img{height:230px}.panel.sticky{position:static}.calc-photo{height:280px}.seo-grid{gap:24px}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.shell{width:min(100% - 24px,1180px)}.nav{height:68px}.nav-actions .btn-light{display:none}.brand{font-size:19px}.hero h1{font-size:52px}.hero-copy>p{font-size:16px}.ask-line{grid-template-columns:auto 1fr}.ask-line button{grid-column:1/-1;width:100%}.ask-status{flex-direction:column}.hero-badge{right:12px;left:12px;width:auto}.proof-inner{align-items:flex-start;padding:14px 0;flex-direction:column}.proof-items{flex-wrap:wrap;gap:13px}.project-grid,.benefit-grid,.result-sections,.form-grid{grid-template-columns:1fr}.benefit-grid>div{border-right:0}.section-heading{align-items:flex-start;flex-direction:column}.quote{padding:28px}.split>div{padding:34px}.calc-hero{padding-top:32px}.calc-hero h1{font-size:46px}.calc-photo{height:230px}.ai-mini-row{flex-direction:column}.result-number{font-size:48px}.calc-actions{flex-direction:column}.footer-grid{grid-template-columns:1fr}}
@media print{.nav,.calc-hero,.ai-mini,.calc-actions,.next-card,.quote-modal,footer,.seo-content{display:none!important}.calc-shell{padding:0}.planner-grid{display:block}.panel.sticky{display:none}.result-dashboard{display:block!important}.result-hero-card{background:#fff!important;color:#000!important;border:1px solid #ccc}.result-hero-card small,.result-sub{color:#555!important}}
/* v3 locale + internationalization */
.locale-pill{border:1px solid #dce5df;background:#fff;color:#304239;border-radius:999px;padding:10px 13px;font:800 12px inherit;cursor:pointer;white-space:nowrap;box-shadow:0 3px 10px rgba(16,32,25,.03)}
.locale-pill:hover{border-color:#b9cec0;background:#f8fbf9}.locale-popover{position:absolute;z-index:80;width:320px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:17px;box-shadow:0 24px 70px rgba(11,41,28,.2);display:none}.locale-popover.open{display:block}.locale-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.locale-head strong{font-size:15px}.locale-head button{border:0;background:#f1f5f2;width:30px;height:30px;border-radius:50%;cursor:pointer;font-size:20px;line-height:1}.locale-popover>label{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#7b8980;font-weight:900;margin:14px 0 7px}.segmented{display:grid;grid-template-columns:1fr 1fr;gap:6px;background:#f3f6f4;border-radius:12px;padding:4px}.segmented.three{grid-template-columns:1fr 1fr 1fr}.segmented button{border:0;background:transparent;border-radius:9px;padding:9px 7px;font:750 11px inherit;color:#627168;cursor:pointer}.segmented button.active{background:#fff;color:#16392c;box-shadow:0 2px 9px rgba(18,52,39,.1)}#currencySelect{width:100%;border:1px solid var(--line);border-radius:11px;padding:10px 11px;background:#fff;font:700 12px inherit;color:#304239}.locale-note{font-size:11px;line-height:1.5;color:#7c8a81;background:#f7f9f7;border-radius:10px;padding:10px 11px;margin:14px 0 0}.pricing-hint{font-size:11px;line-height:1.45;color:#718078;margin:4px 0 11px}.locale-trust{display:flex;gap:10px;align-items:flex-start;background:#f2f8f4;border:1px solid #dceadf;border-radius:14px;padding:12px 13px;margin:13px 0}.locale-trust>span{width:27px;height:27px;display:grid;place-items:center;background:#e2f2e7;border-radius:50%;color:#25764e;font-weight:900;flex:0 0 auto}.locale-trust strong{display:block;font-size:11px;margin-bottom:2px}.locale-trust small{display:block;color:#748178;font-size:10px;line-height:1.45}.result-context{font-size:10px;color:#bcd0c4;margin-top:12px;letter-spacing:.03em}.cost-range{min-height:39px}
@media(max-width:800px){.nav-actions{gap:6px}.locale-pill{padding:9px 10px;font-size:10px}.locale-popover{width:min(320px,calc(100vw - 24px))}}
.field input.needs-input{border-color:#c67b18;background:#fff9ed;box-shadow:0 0 0 3px rgba(198,123,24,.10)}
\n/* v6 mobile-first polish */
.header-cta{white-space:nowrap;line-height:1;min-height:42px;text-align:center}
.locale-pill{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-height:40px}
.locale-flag,.locale-country,.locale-sep,.locale-units,.locale-arrow{display:inline-block;line-height:1}
@media(max-width:640px){
  body{overflow-x:hidden}
  header{position:relative;z-index:50;background:#fff;border-bottom:1px solid #edf2ee}
  .shell{width:min(100% - 28px,1180px)}
  .nav{height:74px;gap:8px;padding:9px 0;align-items:center}
  .brand{font-size:18px;gap:8px;flex:0 0 auto;white-space:nowrap}
  .brandmark{width:38px;height:38px;border-radius:11px}
  .nav-actions{margin-left:auto;gap:7px;min-width:0;align-items:center}
  .nav-actions .btn-light{display:none}
  .locale-pill{padding:0 9px;min-height:42px;font-size:10px;gap:3px;max-width:96px}
  .locale-country{display:none}
  .locale-sep{display:none}
  .locale-units{font-size:10px}
  .header-cta{height:42px;min-height:42px;padding:0 12px;border-radius:11px;font-size:11px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;min-width:96px;max-width:112px}

  .hero{background:#f7faf8;border-top:0}
  .hero-grid{min-height:0}
  .hero-copy{padding:42px 0 26px;justify-content:flex-start}
  .eyebrow{font-size:10px;letter-spacing:.12em;margin-bottom:10px}
  .hero h1{font-size:clamp(39px,12.2vw,46px);line-height:.96;letter-spacing:-.052em;margin-bottom:18px;max-width:11ch}
  .hero-copy>p{font-size:15px;line-height:1.55;margin-bottom:20px;max-width:36ch}
  .ask-card{border-radius:17px;padding:10px;box-shadow:0 14px 38px rgba(19,53,37,.10)}
  .ask-line{grid-template-columns:30px 1fr;gap:4px}
  .spark{font-size:18px;padding-left:5px;align-self:start;padding-top:13px}
  .ask-line textarea{font-size:14px;line-height:1.45;min-height:68px;padding:9px 7px}
  .ask-line button{grid-column:1/-1;width:100%;min-height:48px;padding:0 16px;border-radius:11px;font-size:14px;display:flex;align-items:center;justify-content:center}
  .ask-status{padding:9px 5px 1px;margin-top:7px;gap:5px;font-size:10px;line-height:1.4}
  .ask-status>span:last-child{display:none}
  .quick{margin-top:12px;gap:7px}
  .quick span{width:100%;font-size:11px}
  .quick button{font-size:10.5px;padding:7px 10px}

  .hero-visual{min-height:310px;margin:0 calc((100vw - 100%)/-2);border-radius:0}
  .hero-visual>img{height:310px;object-position:center 52%}
  .hero-badge{left:20px;right:20px;bottom:18px;padding:15px 17px;border-radius:15px}
  .hero-badge strong{font-size:13px}
  .hero-badge ul{gap:6px;margin-top:9px;font-size:12px}

  .proof-inner{padding:14px 0 16px;gap:9px}
  .proof-inner p{font-size:11px;line-height:1.45}
  .proof-items{gap:12px 16px;font-size:10.5px}
  .proof-items strong{font-size:15px}

  .section{padding:54px 0}
  .section-heading{gap:16px;margin-bottom:22px}
  .section-heading h2,.center-heading h2,.split h2{font-size:34px;line-height:1.02;letter-spacing:-.045em}
  .section-heading p,.center-heading p{font-size:13px;line-height:1.55}
  .project-grid{gap:14px}
  .project-card{border-radius:17px;box-shadow:0 6px 20px rgba(27,57,40,.06)}
  .project-card>img{height:132px}
  .project-body{padding:15px 16px 16px}
  .project-icon{width:34px;height:34px;border-radius:10px}
  .project-card h3{font-size:17px;margin:10px 0 4px}
  .project-card p{font-size:12px;margin-bottom:12px}
  .project-link{font-size:12px}

  .benefit-band{padding:32px 0}
  .benefit-grid{row-gap:26px}
  .benefit-grid>div{padding:0 10px}
  .benefit-icon{width:42px;height:42px;margin-bottom:10px}
  .benefit-grid h3{font-size:14px}
  .benefit-grid p{font-size:11.5px}

  .steps{margin-top:32px;gap:15px}
  .step-icon{width:54px;height:54px;font-size:21px;margin-bottom:11px}
  .step h3{font-size:15px}
  .step p{font-size:12px}
  .step-arrow{font-size:19px}
  .testimonial{border-radius:18px}
  .quote{padding:24px 22px}
  .quote blockquote{font-size:17px;line-height:1.45;margin:10px 0}
  .testimonial img{height:190px}
  .split{border-radius:18px}
  .split img{height:230px}
  .split>div{padding:28px 22px 30px}

  .calc-hero{padding:28px 0 24px}
  .calc-hero-grid{gap:20px}
  .calc-hero h1{font-size:40px;line-height:.98}
  .calc-hero p{font-size:14px;line-height:1.55}
  .calc-photo{height:210px;border-radius:18px}
  .calc-shell{padding:22px 0 54px}
  .planner-grid{gap:15px}
  .panel{padding:18px;border-radius:17px}
  .panel h2{font-size:22px}
  .panel-sub{font-size:12px;margin-bottom:16px}
  .ai-mini{padding:12px;border-radius:14px}
  .ai-mini textarea{font-size:12px;min-height:70px}
  .form-grid{gap:11px}
  .field input,.field select{padding:11px;font-size:13px}
  .result-number{font-size:44px}
  .result-hero-card{border-radius:18px}
  .result-sections{gap:12px}
  .result-card{border-radius:16px;padding:16px}
  .footer-grid{gap:26px}
}
@media(max-width:390px){
  .shell{width:min(100% - 22px,1180px)}
  .nav{height:70px;gap:5px}
  .brand{font-size:17px;gap:7px}
  .brandmark{width:35px;height:35px}
  .locale-pill{max-width:80px;padding:0 7px;min-height:40px}
  .locale-units{font-size:9px}
  .header-cta{min-width:88px;max-width:100px;height:40px;min-height:40px;padding:0 9px;font-size:10px}
  .hero-copy{padding-top:36px}
  .hero h1{font-size:39px}
  .hero-copy>p{font-size:14px}
  .hero-visual,.hero-visual>img{min-height:290px;height:290px}
  .section-heading h2,.center-heading h2,.split h2{font-size:32px}
}
@media(max-width:350px){
  .shell{width:min(100% - 18px,1180px)}
  .brand{font-size:16px}
  .brandmark{width:34px;height:34px}
  .locale-country,.locale-sep,.locale-units{display:none}
  .locale-pill{width:42px;min-width:42px;max-width:42px;padding:0;min-height:42px}
  .header-cta{min-width:86px;max-width:92px;padding:0 8px;font-size:9.5px}
}


/* v7 final mobile visual polish */
.ask-line textarea,.ai-mini textarea{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  letter-spacing:0;
}
@media(max-width:640px){
  /* Header: preserve a clear region + unit label while keeping CTA centered */
  .brand{font-size:17px}
  .brandmark{width:36px;height:36px}
  .locale-pill{max-width:none;min-width:92px;padding:0 8px;font-size:9.5px;gap:2px}
  .locale-country,.locale-sep,.locale-units{display:inline-block}
  .locale-country,.locale-units{font-size:9.5px}
  .header-cta{min-width:94px;max-width:104px;padding:0 10px;font-size:10.5px}

  /* Hero: faster path to the actual tool */
  .hero-copy{padding:36px 0 22px}
  .hero h1{font-size:clamp(37px,11.4vw,43px);max-width:10.8ch;margin-bottom:16px}
  .hero-copy>p{font-size:14.5px;line-height:1.52;margin-bottom:18px}
  .ask-line textarea{font-size:14px;line-height:1.42;min-height:62px}
  .ask-status{font-size:10.5px;color:#66756b}
  .hero-visual{min-height:245px;height:245px}
  .hero-visual>img{height:245px;object-position:center 54%}
  .hero-badge{left:16px;right:16px;bottom:13px;padding:13px 15px}
  .hero-badge ul{grid-template-columns:1fr 1fr;column-gap:12px;row-gap:6px;font-size:10.5px}
  .hero-badge li:before{width:15px;height:15px;margin-right:5px}

  /* More compact proof strip */
  .proof-inner{padding:12px 0 13px}
  .proof-items{gap:9px 13px}

  /* Calculator browsing should feel like an app grid, not four giant articles */
  .section{padding:46px 0}
  .section-heading{margin-bottom:18px}
  .project-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .project-card{border-radius:16px;min-width:0}
  .project-card>img{height:96px}
  .project-body{padding:12px 12px 13px}
  .project-icon{width:30px;height:30px;border-radius:9px;font-size:13px}
  .project-card h3{font-size:14.5px;line-height:1.15;margin:8px 0 4px}
  .project-card p{font-size:10.5px;line-height:1.35;margin-bottom:9px;min-height:28px}
  .project-link{font-size:10.5px}

  /* Lower-page imagery: still premium but less scroll-heavy */
  .testimonial img{height:165px}
  .split img{height:200px}
}
@media(max-width:390px){
  .brand{font-size:16px}
  .brandmark{width:34px;height:34px}
  .locale-pill{min-width:84px;padding:0 6px}
  .locale-country,.locale-units{font-size:9px}
  .header-cta{min-width:88px;max-width:94px;padding:0 8px;font-size:10px}
  .hero h1{font-size:37px}
  .project-card>img{height:88px}
}
@media(max-width:345px){
  .project-grid{grid-template-columns:1fr}
  .project-card>img{height:112px}
  .locale-country,.locale-sep{display:none}
  .locale-pill{min-width:66px}
}

/* Paint UX refinement */
.primer-choice{margin-top:2px}.toggle-row{display:flex!important;align-items:center;justify-content:space-between;gap:18px;border:1px solid #dce5df;border-radius:14px;padding:14px 15px;background:#f8fbf9;cursor:pointer}.toggle-copy{display:flex;flex-direction:column;gap:3px}.toggle-copy strong{font-size:13px;color:#24372d}.toggle-copy small{font-size:10px;line-height:1.4;color:#7c8981;font-weight:550}.switch{position:relative;flex:0 0 auto;width:48px;height:28px}.switch input{position:absolute!important;opacity:0!important;width:1px!important;height:1px!important;padding:0!important;margin:0!important}.switch-track{position:absolute;inset:0;border-radius:999px;background:#cdd8d1;transition:.18s ease;box-shadow:inset 0 0 0 1px rgba(0,0,0,.04)}.switch-track:after{content:"";position:absolute;width:22px;height:22px;left:3px;top:3px;border-radius:50%;background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.18);transition:.18s ease}.switch input:checked + .switch-track{background:var(--green)}.switch input:checked + .switch-track:after{transform:translateX(20px)}.switch input:focus-visible + .switch-track{outline:3px solid #dff2e7;outline-offset:2px}.advanced-assumptions{grid-column:1/-1;border:1px solid #e1e8e3;border-radius:14px;background:#fff;overflow:hidden}.advanced-assumptions summary{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:13px 15px;cursor:pointer;font-size:12px;font-weight:850;color:#425147}.advanced-assumptions summary::-webkit-details-marker{display:none}.advanced-assumptions summary:after{content:"+";font-size:18px;line-height:1;color:#6f7d74}.advanced-assumptions[open] summary:after{content:"−"}.advanced-assumptions summary small{margin-left:auto;font-size:10px;color:#8a968f;font-weight:600}.advanced-grid{padding:0 15px 15px}.advanced-assumptions[open] summary{border-bottom:1px solid #edf1ee;margin-bottom:14px}
@media(max-width:620px){.toggle-row{padding:13px}.toggle-copy small{font-size:9.5px}.advanced-grid{grid-template-columns:1fr}.advanced-grid .field{grid-column:1/-1}}


/* v9 visual-context + connector refinement */
/* Keep project photography contextual rather than feeling like a zoomed crop. */
.hero-visual>img{object-position:center 68%}
.project-card>img{object-position:center 55%}
.project-card[href*="concrete"]>img{object-position:center 62%}
.project-card[href*="gravel"]>img{object-position:center 55%}
.project-card[href*="fence"]>img{object-position:center 52%}
.project-card[href*="paint"]>img{object-position:center 50%}
.calc-photo img{object-position:center 58%}

/* Draw the How-it-works connectors in CSS so arrowheads cannot disappear on mobile fonts. */
.step-arrow{position:relative;width:54px;height:24px;font-size:0;transform:none!important}
.step-arrow::before{content:"";position:absolute;left:3px;right:8px;top:11px;height:1.5px;background:#9ba69f;border-radius:2px}
.step-arrow::after{content:"";position:absolute;right:4px;top:7px;width:8px;height:8px;border-top:1.8px solid #7e8b83;border-right:1.8px solid #7e8b83;transform:rotate(45deg)}
@media(max-width:950px){
  .step-arrow{width:24px;height:36px;margin:0 auto}
  .step-arrow::before{left:11px;right:auto;top:2px;bottom:8px;width:1.5px;height:auto}
  .step-arrow::after{right:auto;left:7px;top:auto;bottom:4px;transform:rotate(135deg)}
}
@media(max-width:640px){
  .hero-visual,.hero-visual>img{height:230px;min-height:230px}
  .hero-visual>img{object-position:center 72%}
  .hero-badge{bottom:12px}
  .project-card>img{object-position:center 56%}
  .steps{gap:10px}
  .step-arrow{height:31px}
  .calc-photo img{object-position:center 58%}
  .calc-photo{height:195px}
}


/* v10 SEO cluster */
.tools-more{display:flex;justify-content:center;margin-top:24px}.tools-more .btn{min-width:210px;text-align:center}
.breadcrumbs{font-size:12px;color:#748179;margin-bottom:12px}.breadcrumbs a{color:var(--green);text-decoration:none;font-weight:750}.breadcrumbs span{margin:0 6px;color:#a2aaa5}
.seo-example{margin:25px 0;background:#f5f8f6;border:1px solid #dfe8e2;border-radius:16px;padding:20px}.seo-example strong{display:block;margin-bottom:7px}.seo-example p{margin:0!important}.seo-list{padding-left:20px}.seo-list li{margin:7px 0}.mini-table{width:100%;border-collapse:collapse;margin:20px 0;font-size:13px}.mini-table th,.mini-table td{padding:11px 12px;border-bottom:1px solid #e6ece8;text-align:left}.mini-table th{background:#f5f8f6;color:#33443a}.related-calcs{margin-top:30px;border-top:1px solid #e7ece9;padding-top:22px}.related-calcs h3{margin:0 0 12px}.related-links{display:flex;flex-wrap:wrap;gap:8px}.related-links a{background:#f4f8f5;border:1px solid #dce7df;border-radius:999px;padding:9px 12px;color:#256e48;text-decoration:none;font-size:12px;font-weight:800}
.hub-hero{background:linear-gradient(135deg,#f8faf8,#edf5f0);padding:66px 0 48px;border-top:1px solid #edf1ee}.hub-hero h1{font-size:clamp(48px,6vw,76px);letter-spacing:-.055em;line-height:.98;margin:0}.hub-hero p{max-width:720px;color:#5a685f;line-height:1.7;font-size:17px}.hub-section{padding:64px 0}.hub-group{margin-bottom:56px}.hub-group-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:20px}.hub-group h2{font-size:34px;letter-spacing:-.04em;margin:0}.hub-group-head p{max-width:520px;color:var(--muted);font-size:13px;line-height:1.6;margin:0}.hub-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.hub-card{border:1px solid var(--line);background:#fff;border-radius:18px;padding:20px;text-decoration:none;color:var(--ink);transition:.2s;display:flex;flex-direction:column;min-height:190px}.hub-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.hub-card .hub-icon{width:42px;height:42px;border-radius:12px;background:#edf7f1;color:var(--green);display:grid;place-items:center;font-weight:900;margin-bottom:22px}.hub-card h3{font-size:19px;margin:0 0 7px}.hub-card p{font-size:12px;line-height:1.55;color:var(--muted);margin:0 0 18px}.hub-card span{margin-top:auto;color:var(--green);font-weight:850;font-size:12px}.cluster-note{background:#123a2c;color:#fff;border-radius:22px;padding:32px;display:grid;grid-template-columns:1.2fr .8fr;gap:30px;align-items:center}.cluster-note h2{font-size:34px;margin:0 0 10px}.cluster-note p{color:#cbd9d0;line-height:1.65;margin:0}.cluster-note .btn{justify-self:end}
@media(max-width:950px){.hub-grid{grid-template-columns:1fr 1fr}.cluster-note{grid-template-columns:1fr}.cluster-note .btn{justify-self:start}}
@media(max-width:640px){.hub-hero{padding:44px 0 34px}.hub-hero h1{font-size:46px}.hub-grid{grid-template-columns:1fr}.hub-group-head{align-items:flex-start;flex-direction:column}.hub-card{min-height:0}.cluster-note{padding:24px}.seo-example{padding:16px}.mini-table{font-size:12px}.mini-table th,.mini-table td{padding:9px 8px}.related-links a{font-size:11px}}

/* v11 analytics + monetization readiness */
.consent-row{display:flex;gap:10px;align-items:flex-start;margin-top:14px;font-size:11px;line-height:1.45;color:#68766e;cursor:pointer}.consent-row input{width:auto;margin-top:2px;accent-color:var(--green)}.partner-preview{background:#f4f8f5;border:1px solid #dce7df;border-radius:13px;padding:14px 15px;margin:14px 0;color:#536159;font-size:12px;line-height:1.55}.form-status{min-height:17px;margin:11px 0 0}.next-list [data-open-shop]{background:#eef7f1;color:#245a3d}.next-list [data-open-shop]:hover{background:#e4f3e9}.monetization-label{display:inline-flex;align-items:center;gap:6px;border:1px solid #dce7df;background:#f7faf8;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:800;color:#607168}


/* v14 business-ready staging polish */
.partner-preview{display:grid;gap:7px}.partner-preview strong{color:#24372d}.partner-preview span{display:block}.shop-preview-list{border:1px solid #e1e8e3;border-radius:14px;background:#fbfdfb;padding:4px 14px;margin:14px 0;max-height:240px;overflow:auto}.shop-preview-list .shop-row{font-size:12px}.quote-box [hidden]{display:none!important}.quote-box a{color:var(--green);font-weight:750}.quote-box button:disabled{opacity:.55;cursor:not-allowed}.legal-page{padding:68px 0 90px;background:linear-gradient(180deg,#f7faf8 0,#fff 260px)}.legal-shell{max-width:850px}.legal-shell h1{font-size:clamp(42px,6vw,64px);letter-spacing:-.055em;margin:8px 0 14px}.legal-lede{font-size:18px;line-height:1.7;color:#5f6d64;max-width:760px}.legal-shell section{padding:25px 0;border-top:1px solid #e8eeea}.legal-shell section:first-of-type{margin-top:32px}.legal-shell h2{font-size:23px;letter-spacing:-.03em;margin:0 0 10px}.legal-shell p{font-size:14px;line-height:1.75;color:#5f6d64;margin:8px 0}.legal-shell strong{color:#24372d}.legal-updated{margin-top:28px!important;font-size:12px!important;color:#87948c!important}
@media(max-width:620px){.quote-box{padding:21px;border-radius:19px}.quote-box h3{font-size:22px}.shop-preview-list{max-height:190px}.legal-page{padding:42px 0 70px}.legal-shell h1{font-size:44px}.legal-lede{font-size:16px}.legal-shell h2{font-size:20px}}

body.modal-open{overflow:hidden}
