*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #f6f5f2;--surface: #ffffff;--border: #e3e0da;--accent: #1d5c42;--accent-lt: #e6f0eb;--text: #18181b;--muted: #6b7280;--err: #b91c1c;--err-bg: #fef2f2;--err-bdr: #fca5a5;--radius: 8px;--shadow: 0 1px 3px rgba(0,0,0,.07), 0 1px 2px rgba(0,0,0,.05)}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;min-height:100vh}[hidden]{display:none!important}.container{max-width:880px;margin:0 auto;padding:0 1.25rem}.section{padding:3.25rem 0}#how-it-works,#calculator,#faq{scroll-margin-top:4.5rem}.band{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.section__title{font-size:clamp(1.25rem,3vw,1.75rem);font-weight:700;letter-spacing:-.025em;line-height:1.2;margin-bottom:.625rem}.section__lead{font-size:1rem;color:var(--muted);max-width:62ch;line-height:1.6;margin-bottom:1.75rem}.section__head{margin-bottom:1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.6875rem 1.375rem;border-radius:6px;font-size:.9375rem;font-weight:600;text-decoration:none;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.btn--primary{background:var(--accent);color:#fff;border:1px solid var(--accent)}.btn--primary:hover{background:#175239;border-color:#175239}.btn--ghost{background:transparent;color:var(--accent);border:1px solid var(--border)}.btn--ghost:hover{border-color:var(--accent);background:var(--accent-lt)}.site-header{position:sticky;top:0;z-index:20;background:#ffffffe6;backdrop-filter:blur(8px);border-bottom:1px solid var(--border);padding:.75rem 0}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.wordmark{font-size:1.125rem;font-weight:700;letter-spacing:-.02em;color:var(--accent);text-decoration:none}.site-nav{display:flex;gap:1.25rem}.site-nav a{font-size:.9rem;font-weight:500;color:var(--text);text-decoration:none}.site-nav a:hover{color:var(--accent)}@media(max-width:520px){.site-nav{gap:.85rem;font-size:.8rem}}.hero{padding:3.5rem 0 3rem;background-color:var(--bg);background-image:radial-gradient(rgba(29,92,66,.07) 1.1px,transparent 1.1px);background-size:22px 22px}.hero__grid{display:grid;grid-template-columns:1fr;gap:2.25rem;align-items:center}@media(min-width:860px){.hero__grid{grid-template-columns:1.05fr .95fr}}.eyebrow{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin-bottom:.75rem}.hero h1{font-size:clamp(1.75rem,5vw,2.75rem);font-weight:700;letter-spacing:-.03em;line-height:1.12;margin-bottom:1rem;max-width:20ch}.hero__sub{font-size:clamp(1rem,2.2vw,1.1875rem);color:var(--muted);max-width:58ch;line-height:1.55}.hero__cta{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.75rem}.hero-trust{font-size:.85rem;color:var(--muted);margin-top:1.5rem}.hero-trust:before{content:"✓";color:var(--accent);font-weight:700;margin-right:.4rem}.hero__note{font-size:.8rem;color:var(--muted);margin-top:.5rem;max-width:58ch}.feature-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1.5rem}@media(min-width:680px){.feature-grid{grid-template-columns:repeat(3,1fr)}}.feature{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.feature h3{font-size:1rem;font-weight:700;margin-bottom:.4rem}.feature p{font-size:.9rem;color:var(--muted);line-height:1.55}.who-line{font-size:.95rem;color:var(--text);line-height:1.6;max-width:72ch}.steps{list-style:none;display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1.75rem}@media(min-width:680px){.steps{grid-template-columns:repeat(2,1fr)}}.step{display:flex;gap:.875rem;align-items:flex-start;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow)}.step__num{flex:none;width:1.875rem;height:1.875rem;border-radius:50%;background:var(--accent-lt);color:var(--accent);font-weight:700;font-size:.95rem;display:flex;align-items:center;justify-content:center}.step h3{font-size:1rem;font-weight:700;margin-bottom:.3rem}.step p{font-size:.9rem;color:var(--muted);line-height:1.55}.page-body{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:680px){.page-body{grid-template-columns:1fr 1fr;align-items:start}}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}.faq{display:flex;flex-direction:column;gap:.625rem;max-width:760px}.faq__item{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:0 1.125rem}.faq__item summary{cursor:pointer;font-weight:600;font-size:.975rem;padding:.95rem 0;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq__item summary::-webkit-details-marker{display:none}.faq__item summary:after{content:"+";color:var(--accent);font-weight:700;font-size:1.15rem;line-height:1}.faq__item[open] summary:after{content:"–"}.faq__item p{font-size:.92rem;color:var(--muted);line-height:1.6;padding:0 0 1rem}.site-footer{border-top:1px solid var(--border);background:var(--surface);padding:2rem 0}.site-footer__inner{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:center}.site-footer__brand p{font-size:.8125rem;color:var(--muted);margin-top:.25rem;max-width:48ch}.site-footer__nav{display:flex;gap:1.25rem}.site-footer__nav a{font-size:.85rem;color:var(--muted);text-decoration:none}.site-footer__nav a:hover{color:var(--accent)}.form-intro{font-size:.875rem;color:var(--muted);line-height:1.5;margin-bottom:1.125rem}.calc-form{display:flex;flex-direction:column;gap:1.125rem}.field{display:flex;flex-direction:column;gap:.3rem}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:.875rem}label{font-size:.875rem;font-weight:600}input[type=number],input[type=text],input[type=email],select{width:100%;padding:.5rem .75rem;border:1px solid var(--border);border-radius:6px;font-size:.9375rem;color:var(--text);background:var(--surface);transition:border-color .15s,box-shadow .15s;-moz-appearance:textfield}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}input[type=number]:focus,input[type=text]:focus,input[type=email]:focus,select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-lt)}.input-prefix,.input-suffix{position:relative;display:flex;align-items:center}.input-prefix span{position:absolute;left:.625rem;font-size:.9375rem;color:var(--muted);pointer-events:none}.input-prefix input{padding-left:1.625rem}.input-suffix span{position:absolute;right:.625rem;font-size:.9375rem;color:var(--muted);pointer-events:none}.input-suffix input{padding-right:1.75rem}.hint{font-size:.8rem;color:var(--muted)}.calc-form button[type=submit]{margin-top:.375rem;padding:.6875rem 1.25rem;background:var(--accent);color:#fff;border:none;border-radius:6px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background .15s;align-self:stretch}.calc-form button[type=submit]:hover{background:#175239}.calc-form button[type=submit]:active{background:#124430}.error-banner{background:var(--err-bg);border:1px solid var(--err-bdr);border-radius:var(--radius);padding:.875rem 1.125rem;color:var(--err);font-size:.9375rem;margin-bottom:.75rem}#results-card h2{font-size:1.0625rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}.primary-rate{margin-bottom:.75rem}.rate-tile{background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:.75rem 1rem;display:flex;flex-direction:column;gap:.2rem}.rate-tile.accent{background:var(--accent-lt);border-color:#a8c9b7}.tile-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.rate-tile.accent .tile-label{color:var(--accent)}.tile-value{font-size:1.3125rem;font-weight:700;letter-spacing:-.025em;color:var(--text)}.rate-tile.accent .tile-value{font-size:1.5rem;color:var(--accent)}.rate-grid{display:grid;grid-template-columns:1fr 1fr;gap:.625rem;margin-bottom:1rem}.disclaimer{font-size:.8rem;color:var(--muted);line-height:1.6;border-top:1px solid var(--border);padding-top:.875rem}.result-cta{margin-top:.875rem;background:var(--accent-lt);border:1px solid #a8c9b7;border-radius:6px;padding:.875rem 1rem;font-size:.875rem;line-height:1.55;color:var(--text)}#rate-card-wrap{margin-top:1.25rem}.rate-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;box-shadow:var(--shadow)}.rc-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;border-bottom:2px solid var(--accent);padding-bottom:.75rem;margin-bottom:1.25rem}.rc-brand{font-size:1.0625rem;font-weight:700;letter-spacing:-.02em;color:var(--accent)}.rc-kicker{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.rc-identity{margin-bottom:1.5rem}.rc-name{font-size:1.5rem;font-weight:700;letter-spacing:-.025em;line-height:1.2}.rc-service{font-size:.9375rem;font-weight:600;color:var(--accent);margin-top:.25rem}.rc-positioning{font-size:.9rem;color:var(--muted);margin-top:.35rem;max-width:52ch}.rc-primary{display:flex;flex-direction:column;gap:.25rem;border:1px solid var(--border);border-radius:6px;padding:1rem 1.25rem;margin-bottom:1rem}.rc-range{font-size:1.875rem;font-weight:700;letter-spacing:-.025em;color:var(--text)}.rc-rates{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.5rem}.rc-rate{display:flex;flex-direction:column;gap:.25rem;border:1px solid var(--border);border-radius:6px;padding:.75rem .875rem}.rc-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.rc-value{font-size:1.25rem;font-weight:700;letter-spacing:-.02em;color:var(--text)}.rc-disclaimer{font-size:.78rem;color:var(--muted);line-height:1.6;border-top:1px solid var(--border);padding-top:.875rem}.rc-actions{margin-top:1rem}.rc-print-hint{font-size:.78rem;color:var(--muted);line-height:1.5;margin-top:.5rem}.email-capture{margin-top:1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}.ec-headline{font-size:1.0625rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.35rem}.ec-helper{font-size:.875rem;color:var(--muted);line-height:1.5;margin-bottom:1rem}.ec-row{display:flex;gap:.625rem;align-items:stretch}.ec-row input{flex:1}#capture-btn{padding:.5rem 1rem;background:var(--accent);color:#fff;border:none;border-radius:6px;font-size:.9375rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s}#capture-btn:hover{background:#175239}#capture-btn:active{background:#124430}.ec-error{color:var(--err);font-size:.8rem;margin-top:.5rem}.ec-success{color:var(--accent);font-size:.9375rem;font-weight:600;margin-top:.25rem}.ec-privacy{font-size:.78rem;color:var(--muted);line-height:1.5;margin-top:.75rem}#print-btn{padding:.6875rem 1.25rem;background:var(--accent);color:#fff;border:none;border-radius:6px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background .15s}#print-btn:hover{background:#175239}#print-btn:active{background:#124430}.hero__visual{position:relative}.hero__visual:before,.hero__visual:after{content:"";position:absolute;inset:0;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.hero__visual:before{transform:translate(7px,9px) rotate(2deg);opacity:.5}.hero__visual:after{transform:translate(-7px,13px) rotate(-2deg);opacity:.32}.sample-card{position:relative;z-index:1;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:0 8px 24px #00000014,0 2px 6px #0000000d}.sample-card__head{display:flex;align-items:center;justify-content:space-between;border-bottom:2px solid var(--accent);padding-bottom:.6rem;margin-bottom:.9rem}.sample-badge{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--accent);background:var(--accent-lt);border-radius:999px;padding:.15rem .55rem}.sample-card__name{font-size:1.125rem;font-weight:700;letter-spacing:-.02em}.sample-card__service{font-size:.85rem;font-weight:600;color:var(--accent);margin-bottom:1rem}.sample-primary{display:flex;flex-direction:column;gap:.2rem;border:1px solid var(--border);border-radius:6px;padding:.75rem .9rem;margin-bottom:.75rem}.sample-range{font-size:1.5rem;font-weight:700;letter-spacing:-.025em}.sample-label{font-size:.62rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.sample-rates{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:.9rem}.sample-rates>div{display:flex;flex-direction:column;gap:.15rem;border:1px solid var(--border);border-radius:6px;padding:.5rem .6rem}.sample-val{font-size:1rem;font-weight:700;letter-spacing:-.02em}.sample-foot{font-size:.72rem;color:var(--muted);line-height:1.5}.icon{width:1.25rem;height:1.25rem;flex:none;stroke:currentColor}.icon-badge{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:8px;background:var(--accent-lt);color:var(--accent);margin-bottom:.75rem}.calc-section{background:#1d5c420b;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.path{list-style:none;display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1.5rem}@media(min-width:760px){.path{grid-template-columns:repeat(3,1fr)}}.path__step{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow)}.path__step h3{font-size:1rem;font-weight:700;margin-bottom:.3rem}.path__step p{font-size:.9rem;color:var(--muted);line-height:1.55}.path__tag{display:inline-block;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:999px;padding:.1rem .5rem;margin-top:.6rem}.path__tag--live{color:var(--accent);background:var(--accent-lt)}.path__tag--soon{color:var(--muted);background:var(--bg);border:1px solid var(--border)}.kit-teaser{display:flex;gap:1rem;align-items:flex-start;background:var(--accent-lt);border:1px solid #a8c9b7;border-radius:var(--radius);padding:1.25rem 1.375rem}.kit-teaser .icon-badge{background:#fff;margin-bottom:0}.kit-teaser h3{font-size:1rem;font-weight:700;margin-bottom:.3rem;color:var(--accent)}.kit-teaser p{font-size:.9rem;color:var(--text);line-height:1.55}@media print{@page{margin:1.6cm}html,body{height:auto!important;min-height:0!important;margin:0!important;padding:0!important;background:#fff!important}header,footer,.hero,#error-display,#results-card,#email-capture,.page-body>.card,.screen-only{display:none!important}main,.container,#calculator,.calc-section,.page-body,.right-col,#rate-card-wrap{display:block!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;gap:0!important;background:transparent!important;border:none!important}#rate-card{margin:0!important;padding:0!important;border:none!important;border-radius:0!important;box-shadow:none!important;break-inside:avoid;page-break-inside:avoid}}
