:root{--text: #1c1917;--text-muted: #57534e;--border: #e7e5e4;--accent: #0f766e;--accent-hover: #0d5c56;--accent-soft: #ccfbf1;--bg: #ffffff;--surface: #fafaf9;--surface-cta: #134e4a;--shadow-sm: 0 1px 2px rgba(28, 25, 23, .06);--shadow-md: 0 8px 24px rgba(28, 25, 23, .08);--radius-md: 10px;--radius-lg: 14px;--shell: 68rem}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:DM Sans,ui-sans-serif,system-ui,-apple-system,sans-serif;font-size:1rem;line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}h1,h2,h3{margin:0;font-weight:600;line-height:1.2;letter-spacing:-.02em}h1{font-size:clamp(1.875rem,4vw,2.625rem);font-weight:700}h2{font-size:clamp(1.5rem,2.5vw,1.875rem)}h3{font-size:1.0625rem}p{margin:0}a{color:var(--accent)}.site-shell{width:min(100% - 2rem,var(--shell));margin-inline:auto}.site-header{position:sticky;top:0;z-index:100;background:#ffffffeb;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.site-header__inner{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem;padding:.875rem 0}.site-logo{display:inline-flex;align-items:center;gap:.625rem;text-decoration:none;color:var(--text);min-width:0;margin-right:auto}.site-logo__mark{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:8px;background:var(--accent);color:#fff;font-size:.75rem;font-weight:700;letter-spacing:-.04em;flex-shrink:0}.site-logo__text{font-size:.875rem;font-weight:600;line-height:1.25}.site-nav{display:flex;gap:1rem}.site-nav a{font-size:.875rem;font-weight:500;text-decoration:none;color:var(--text-muted)}.site-nav a:hover{color:var(--accent)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.125rem;font:inherit;font-size:.875rem;font-weight:600;line-height:1.2;text-decoration:none;border-radius:999px;border:1px solid transparent;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.btn--primary{background:var(--accent);color:#fff}.btn--primary:hover{background:var(--accent-hover);color:#fff}.btn--secondary{background:var(--bg);color:var(--text);border-color:var(--border)}.btn--secondary:hover{border-color:var(--accent);color:var(--accent)}.btn--lg{padding:.75rem 1.375rem;font-size:.9375rem}.btn--nav{padding:.5rem .875rem;font-size:.8125rem;white-space:nowrap}.hero{padding:3rem 0 3.5rem;background:linear-gradient(180deg,var(--surface) 0%,var(--bg) 70%)}.hero__inner{max-width:42rem}.hero__eyebrow{margin:0 0 1rem;font-size:.9375rem;font-weight:600;color:var(--accent)}.hero__subhead{margin-top:.75rem;font-size:1.25rem;font-weight:600;line-height:1.4;color:var(--text)}.hero__lead,.hero__audit{margin-top:1rem;font-size:1.0625rem;line-height:1.65;color:var(--text-muted)}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.75rem}.section{padding:3.5rem 0}.section--surface{background:var(--surface)}.section-intro{max-width:36rem;margin-bottom:2rem}.section-intro p{margin-top:.625rem;color:var(--text-muted)}.step-list{margin:0;padding:0;list-style:none;display:grid;gap:1rem}.step-card{display:grid;grid-template-columns:auto 1fr;gap:1rem 1.25rem;padding:1.25rem 1.375rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.step-card__num{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:.875rem;font-weight:700}.step-card h3{margin-bottom:.375rem}.step-card p{color:var(--text-muted);font-size:.9375rem}.service-grid{margin:0;padding:0;list-style:none;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr))}.service-card{height:100%;padding:1.375rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.service-card h3{margin-bottom:.5rem}.service-card p{font-size:.9375rem;color:var(--text-muted)}.section--cta{padding-bottom:4rem}.cta-panel{padding:2.25rem 1.75rem;border-radius:var(--radius-lg);background:var(--surface-cta);color:#ecfdf5;box-shadow:var(--shadow-md)}.cta-panel h2{color:#fff}.cta-panel>p:first-of-type{margin-top:.75rem;max-width:32rem;color:#a7f3d0}.cta-panel .btn--primary{margin-top:1.5rem;background:#fff;color:var(--surface-cta)}.cta-panel .btn--primary:hover{background:var(--accent-soft);color:var(--accent-hover)}.cta-panel__hint{margin-top:1.5rem;font-size:.875rem;color:#99f6e4}.cta-fields{margin:.5rem 0 0;padding-left:1.25rem;font-size:.875rem;color:#ccfbf1}.site-footer{border-top:1px solid var(--border);padding:1.5rem 0 2rem;font-size:.875rem;color:var(--text-muted)}.site-footer__inner{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;justify-content:space-between}.site-footer__tag{max-width:24rem;text-align:right}@media (max-width: 720px){.site-logo__text{display:none}.site-nav{order:3;width:100%}.site-footer__tag{text-align:left}}@media (min-width: 900px){.step-list{grid-template-columns:repeat(3,1fr)}}
