:root{--ink:#0d1425;--muted:#4d5666;--olive:#6f7f4f;--olive-dark:#56653c;--cream:#f6f7f2;--line:#d9ddd1;--tan:#fff6e8;--orange:#c46a00;--white:#fff}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--cream);color:var(--ink);line-height:1.55}.site-header{max-width:1180px;margin:0 auto;padding:24px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:10px;font-weight:900;font-size:1.15rem;color:var(--ink);text-decoration:none}.brand-icon{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#e8eedf;color:var(--olive-dark);font-size:1.4rem}nav{display:flex;align-items:center;gap:18px;flex-wrap:wrap}a{color:var(--olive-dark);font-weight:800}.button{display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;border-radius:14px;background:var(--olive);color:#fff;text-decoration:none;font-weight:900;border:2px solid var(--olive)}.button.ghost{background:transparent;color:var(--olive-dark)}.button.small{padding:9px 14px;border-radius:12px}.hero{max-width:1180px;margin:28px auto 60px;padding:24px;display:grid;grid-template-columns:1.05fr .95fr;gap:36px;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--olive);font-weight:900;margin:0 0 10px}.hero h1,.page h1{font-size:clamp(2.6rem,7vw,5.6rem);line-height:.95;margin:0 0 24px;letter-spacing:-.06em}.lead{font-size:1.22rem;color:var(--muted);max-width:650px}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.phone-card{background:#fff;border:1px solid var(--line);border-radius:34px;padding:18px;box-shadow:0 20px 70px rgba(13,20,37,.12);max-width:420px;justify-self:center}.phone-card img,.showcase img{width:100%;display:block;border-radius:24px}.features{max-width:1180px;margin:0 auto 60px;padding:0 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.features article,.panel,.showcase{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px}.features h2,.showcase h2,.legal h2{margin:0 0 10px;line-height:1.05}.features p,.showcase p,.panel p{color:var(--muted)}.showcase{max-width:1180px;margin:0 auto 60px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;align-items:center}.showcase div:not(.showcase-copy){background:#edf3e7;border-radius:24px;padding:14px}.showcase-copy{padding:10px}.page{max-width:980px;margin:40px auto 80px;padding:0 24px}.contact-email{font-size:1.35rem}.legal .panel{max-width:900px}.legal h1{font-size:clamp(2.4rem,6vw,4.5rem)}.legal h2{margin-top:34px}footer{border-top:1px solid var(--line);padding:28px 24px;text-align:center;color:var(--muted)}@media (max-width:820px){.site-header{align-items:flex-start}.hero,.features,.showcase{grid-template-columns:1fr}.hero{margin-top:10px}.phone-card{max-width:330px}.site-header nav{justify-content:flex-end}.brand span:last-child{max-width:150px;line-height:1.1}}
