:root{--bg: #f4f6f4;--surface: #ffffff;--surface-soft: #eef2ef;--text: #182336;--muted: #617082;--line: #d7ddd8;--brand: #06763c;--brand-dark: #045a2d;--max-width: 1120px;--radius: 18px;--section-space: clamp(1.75rem, 2.4vw, 2.4rem)}*{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:var(--bg);color:var(--text);line-height:1.38;-webkit-font-smoothing:antialiased}a{color:var(--brand);text-decoration-thickness:1px;text-underline-offset:.16em}img{display:block;max-width:100%}.shell{width:min(calc(100% - 2rem),var(--max-width));margin:0 auto}.site-header{position:sticky;top:0;z-index:10;background:#f4f6f4f0;backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.site-header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem 1.5rem;padding:.8rem 0}.site-header__brand,.site-footer__brand{color:var(--text);text-decoration:none;font-weight:700;letter-spacing:-.03em;margin:0}.site-header__brand{font-size:1.1rem}.site-nav ul,.site-footer__nav{display:flex;gap:1.2rem;align-items:center;justify-content:center;list-style:none;padding:0;margin:0}.site-nav a,.site-footer__nav a{text-decoration:none;color:var(--muted);font-size:.94rem;white-space:nowrap}.site-nav a[aria-current=page],.site-nav a:hover,.site-footer__nav a:hover{color:var(--text)}main>section{padding:var(--section-space) 0;border-top:1px solid var(--line);background:var(--surface)}main>section:nth-of-type(2n){background:var(--surface-soft)}main>section:first-child{border-top:0}.hero{padding:1.9rem 0 1.6rem}.hero__inner{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,440px);align-items:center;gap:1.25rem 2rem}.hero__copy{max-width:760px}.hero__eyebrow{margin:0 0 .55rem;color:var(--brand);font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}h1,h2,h3{margin:0;line-height:1.04;letter-spacing:-.04em}h1{font-size:clamp(1.55rem,1.45vw + 1rem,2.2rem);max-width:18ch;text-wrap:balance;margin-bottom:.7rem}h2{font-size:clamp(1.28rem,1.2vw + 1rem,1.8rem);max-width:18ch;text-wrap:balance;margin-bottom:.55rem}h3{font-size:1.02rem;margin-bottom:.4rem}p,li{margin-top:0;color:var(--muted);font-size:.92rem;max-width:62ch}.hero__lead{font-size:.95rem;line-height:1.42;max-width:38rem;margin-bottom:0}.button-row{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:.95rem}.button{display:inline-flex;align-items:center;justify-content:center;padding:.74rem 1rem;border-radius:999px;border:1px solid var(--line);background:var(--surface);color:var(--text);text-decoration:none;font-size:.92rem;white-space:nowrap;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.button:hover{background:#f9fbf9;border-color:#c1cbc3}.button--primary{background:var(--brand);border-color:var(--brand);color:#fff}.button--primary:hover{background:var(--brand-dark);border-color:var(--brand-dark)}.visual{padding:.75rem;border:1px solid var(--line);border-radius:22px;background:#f8fbf8;box-shadow:0 8px 24px #17233409}.hero__media{display:grid;grid-template-columns:minmax(0,132px) minmax(0,1fr);align-items:start;gap:.9rem}.visual--person{padding:.45rem;align-self:center;background:#fff}.visual--person img{aspect-ratio:3 / 4;object-fit:cover}.visual img{width:100%;border-radius:14px;border:1px solid var(--line);background:#fff}.section-copy{margin-bottom:.9rem}.section-kicker{margin:0 0 .45rem;color:var(--brand);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.grid{display:grid;gap:.8rem}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--1{grid-template-columns:1fr}.stack{display:grid;gap:.8rem}.card{padding:.95rem 1rem;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.card--soft{background:#f8fbf8}.card p:last-child,.card ul:last-child{margin-bottom:0}.card--accent{border-top:2px solid #99d0a8}.card ul,.list{margin:0;padding-left:1rem}.list li+li{margin-top:.35rem}.cta-band{padding:1.1rem;border:1px solid var(--line);border-radius:22px;background:#fff}.trust-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.trust-item{padding:.9rem 1rem;border:1px solid var(--line);border-radius:16px;background:#f9fbf9}.trust-item strong{display:block;margin-bottom:.25rem;font-size:.96rem;letter-spacing:-.02em}.form-card{padding:1rem;border:1px solid var(--line);border-radius:20px;background:#fff}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.form-field{display:grid;gap:.35rem}.form-field--full{grid-column:1 / -1}.form-field--hidden{position:absolute;left:-9999px;opacity:0;pointer-events:none}label{font-size:.82rem;font-weight:600;color:var(--text)}input,select,textarea{width:100%;padding:.72rem .8rem;border:1px solid var(--line);border-radius:12px;background:#fcfdfc;color:var(--text);font:inherit;line-height:1.35}textarea{min-height:128px;resize:vertical}input:focus,select:focus,textarea:focus{outline:none;border-color:#86bc96;box-shadow:0 0 0 3px #06763c14;background:#fff}.status-message{display:none;margin-bottom:1rem;padding:.9rem 1rem;border:1px solid var(--line);border-radius:14px;background:#f9fbf9;color:var(--text);font-size:.92rem}.status-message.is-visible{display:block}.status-message[data-tone=success]{border-color:#b9d9c3;background:#eef8f1}.status-message[data-tone=error]{border-color:#e0c7c7;background:#fbf1f1}.site-footer{border-top:1px solid var(--line);padding:1.15rem 0 1.4rem;background:var(--bg)}.site-footer__inner{display:grid;grid-template-columns:1fr auto;gap:.8rem 1.5rem;align-items:center}.site-footer__note{margin:.25rem 0 0;max-width:48ch;font-size:.9rem}@media(max-width:980px){.site-header__inner,.hero__inner,.grid--3,.grid--2,.grid--1,.trust-strip,.hero__media,.form-grid,.site-footer__inner{grid-template-columns:1fr}.site-nav ul,.site-footer__nav{flex-wrap:wrap;justify-content:flex-start}.hero{padding-top:1.4rem}.hero__copy,h1,h2{max-width:none}}
