:root{--ink:#13251f;--green:#1f6a4c;--light:#eef5f1;--line:#ccddd4;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font:16px/1.65 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--white)}a{color:var(--green)}.site-header{min-height:72px;display:flex;align-items:center;gap:28px;padding:14px clamp(20px,5vw,70px);border-bottom:1px solid var(--line);position:sticky;top:0;background:#fffffff2;backdrop-filter:blur(10px);z-index:5}.brand{font-weight:800;text-decoration:none;color:var(--ink);margin-right:auto}.brand span{display:inline-grid;place-items:center;background:var(--ink);color:#fff;border-radius:8px;width:38px;height:38px;margin-right:8px}.site-header nav{display:flex;gap:22px}.site-header nav a{text-decoration:none;color:var(--ink)}.phone{font-weight:800;text-decoration:none}.hero,.section{max-width:1180px;margin:auto;padding:clamp(70px,10vw,130px) clamp(20px,4vw,48px)}.hero{min-height:650px;display:flex;flex-direction:column;justify-content:center;background:radial-gradient(circle at 88% 10%,#cfe6d8 0,transparent 34%)}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-weight:800;color:var(--green);font-size:.8rem}.hero h1{font-family:Georgia,serif;font-size:clamp(2.8rem,7vw,6.5rem);line-height:.98;max-width:950px;margin:.25em 0}.hero h1 em{color:var(--green)}.hero>p{font-size:1.2rem;max-width:720px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin:24px 0}.button{display:inline-block;border:0;border-radius:7px;padding:14px 22px;background:var(--green);color:#fff;text-decoration:none;font:inherit;font-weight:800;cursor:pointer}.button.secondary{background:transparent;color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink)}.trust{display:flex;gap:26px;flex-wrap:wrap;padding:0;list-style:none;font-weight:700}.trust li:before{content:"✓";color:var(--green);margin-right:8px}.section{border-top:1px solid var(--line)}.section-title{display:flex;gap:18px;align-items:baseline}.section-title span{color:var(--green);font-weight:800}.section h2{font-family:Georgia,serif;font-size:clamp(2rem,4vw,3.5rem);line-height:1.08}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cards article,aside,form{padding:28px;border:1px solid var(--line);border-radius:12px;background:var(--light)}.cards h3{font-size:1.25rem}.split,.form-section{display:grid;grid-template-columns:1.25fr .75fr;gap:40px}.split a{font-weight:750}form{display:grid;gap:15px}label{display:grid;gap:5px;font-weight:700}input,textarea{width:100%;padding:12px;border:1px solid #9fb8aa;border-radius:6px;font:inherit;background:#fff}.consent{grid-template-columns:20px 1fr;font-size:.88rem;font-weight:500}.consent input{margin-top:5px}.hidden{position:absolute;left:-9999px}footer{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;padding:28px clamp(20px,5vw,70px);background:var(--ink);color:#fff}footer a{color:#cfe6d8}@media(max-width:760px){.site-header nav{display:none}.site-header{gap:12px}.brand{font-size:.86rem}.cards,.split,.form-section{grid-template-columns:1fr}.hero{min-height:560px}.section{padding-top:70px;padding-bottom:70px}}

