:root{color-scheme:light;--ink: #172126;--muted: #5f6b72;--line: #d9e3e0;--paper: #fffdf8;--soft: #eaf5f1;--warm: #fff4df;--accent: #227c70;--accent-dark: #15544d;--accent-soft: #d8eee8;--sun: #f4b942;--coral: #e56f5b}*{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;color:var(--ink);background:var(--paper)}body:before{position:fixed;inset:0;z-index:-1;pointer-events:none;content:"";background:linear-gradient(90deg,rgba(34,124,112,.04) 1px,transparent 1px),linear-gradient(rgba(34,124,112,.04) 1px,transparent 1px);background-size:34px 34px}main{min-height:100vh}.site-header{position:sticky;top:0;z-index:10;display:flex;min-height:70px;align-items:center;justify-content:space-between;gap:24px;padding:14px max(24px,calc((100vw - 1120px)/2));border-bottom:1px solid rgba(217,227,224,.8);background:#fffdf8eb;backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--ink);font-size:1.02rem;font-weight:850;text-decoration:none;white-space:nowrap}.brand__mark{display:inline-grid;width:36px;height:36px;place-items:center;border-radius:8px;color:#fff;background:var(--accent-dark);font-weight:900}nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px 18px}nav a,.text-link,.site-footer a{color:var(--accent-dark);font-weight:750;text-decoration:none}nav a:hover,.text-link:hover,.site-footer a:hover{text-decoration:underline}.hero{display:grid;min-height:calc(100vh - 70px);align-items:center;padding:72px 24px 52px;background:linear-gradient(120deg,#fffdf8f5,#fffdf8b8),linear-gradient(135deg,#cdebe4,#fffdf8 48%,#ffe4ad)}.hero__content,.section{width:min(1120px,100%);margin:0 auto}.eyebrow{margin:0 0 12px;color:var(--accent-dark);font-size:.82rem;font-weight:850;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p,dl,dd{margin-top:0}h1{max-width:850px;margin-bottom:18px;font-size:clamp(2.6rem,7vw,5.7rem);line-height:.98;letter-spacing:0}h2{max-width:760px;margin-bottom:0;font-size:clamp(1.9rem,4vw,3.35rem);line-height:1.05;letter-spacing:0}h3{margin-bottom:10px;font-size:1.2rem}.intro{max-width:720px;color:var(--muted);font-size:1.18rem;line-height:1.6}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;border:1px solid var(--accent);border-radius:8px;padding:0 18px;color:#fff;background:var(--accent);font-weight:800;text-decoration:none}.button:hover{background:var(--accent-dark)}.button--secondary{color:var(--accent-dark);background:transparent}.button--secondary:hover{color:#fff;background:var(--accent-dark)}.hero__stats{display:grid;max-width:760px;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:42px 0 0}.hero__stats div{min-height:112px;border:1px solid rgba(34,124,112,.22);border-radius:8px;padding:18px;background:#ffffffa8}.hero__stats dt{margin-bottom:6px;font-size:2rem;font-weight:900}.hero__stats dd{margin-left:0;color:var(--muted);line-height:1.45}.section{padding:78px 24px}.section--split{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,1fr);gap:44px;align-items:start}.section--muted,.section--warm{width:100%;max-width:none;padding-right:max(24px,calc((100vw - 1120px)/2));padding-left:max(24px,calc((100vw - 1120px)/2))}.section--muted{background:var(--soft)}.section--warm{background:var(--warm)}.section__heading{margin-bottom:30px}.section--split .section__heading{margin-bottom:0}.copy-block{color:var(--muted);font-size:1.05rem;line-height:1.68}.copy-block p:last-child,.review-box p:last-child,article p:last-child,.steps p:last-child,.site-footer p:last-child{margin-bottom:0}.copy-block--wide{max-width:760px}.feature-grid,.contact-grid,.steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}article,.steps>div,.review-box,.info-panel{border:1px solid var(--line);border-radius:8px;background:#ffffffc2}article,.steps>div,.review-box{padding:24px}article p,.steps p,.review-box p{color:var(--muted);line-height:1.6}.info-panel{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden}.info-panel>div{min-height:132px;padding:24px;border-right:1px solid var(--line)}.info-panel>div:last-child{border-right:0}.info-panel__label{display:block;margin-bottom:14px;color:var(--muted);font-size:.86rem;font-weight:800;text-transform:uppercase}.info-panel strong{display:block;color:var(--ink);font-size:clamp(1.25rem,2.2vw,1.65rem);line-height:1.12}.review-box{display:flex;align-items:center;justify-content:space-between;gap:24px}.review-box p{max-width:720px;margin-bottom:0}.steps span{display:inline-grid;width:34px;height:34px;margin-bottom:16px;place-items:center;border-radius:50%;color:var(--ink);background:var(--sun);font-weight:900}.contact-section{padding-bottom:36px}.site-footer{display:flex;min-height:86px;align-items:center;justify-content:space-between;gap:18px;padding:22px max(24px,calc((100vw - 1120px)/2));border-top:1px solid var(--line);color:var(--muted)}.site-footer p{margin-bottom:0}@media(max-width:860px){.site-header{position:static;align-items:flex-start;flex-direction:column}nav{justify-content:flex-start}.hero{min-height:auto;padding-top:54px}.section--split,.feature-grid,.contact-grid,.steps,.info-panel,.hero__stats{grid-template-columns:1fr}.info-panel>div{border-right:0;border-bottom:1px solid var(--line)}.info-panel>div:last-child{border-bottom:0}.review-box,.site-footer{align-items:flex-start;flex-direction:column}}@media(max-width:520px){.brand{white-space:normal}nav a{font-size:.95rem}.actions .button,.review-box .button,.contact-grid .button{width:100%}}
