:root{--color-primary: #087f8c;--color-primary-dark: #075b65;--color-accent: #f6b73c;--color-bg: #f4f8f9;--color-surface: #fff;--color-text: #132f38;--color-muted: #58727a;--color-border: #d8e5e8;--radius-card: 1rem;--shadow-card: 0 16px 40px rgba(19, 47, 56, .08);--container-width: 1180px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--color-text);background:var(--color-bg)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--color-bg);line-height:1.6}h1,h2,h3{line-height:1.15;color:var(--color-text);margin-top:0}h1{font-size:clamp(2rem,5vw,3.7rem);letter-spacing:-.035em}h2{font-size:clamp(1.35rem,3vw,2rem)}a{color:var(--color-primary-dark)}button,.button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:.7rem;background:var(--color-primary);color:#fff;padding:.78rem 1rem;font:inherit;font-weight:800;text-decoration:none;cursor:pointer}.card{padding:1.25rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);box-shadow:var(--shadow-card)}.page-stack{display:grid;gap:1.5rem}.lead{font-size:clamp(1rem,2vw,1.2rem);color:var(--color-muted);max-width:780px}.eyebrow{text-transform:uppercase;letter-spacing:.1em;font-size:.76rem;font-weight:900;color:var(--color-primary-dark)}.contact-form{display:grid;gap:1rem;max-width:620px}.contact-form label{display:grid;gap:.35rem;font-weight:700}.contact-form input,.contact-form textarea{width:100%;padding:.75rem;border:1px solid var(--color-border);border-radius:.6rem;font:inherit}.contact-form .hp-field{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.contact-form-success{font-weight:700;color:var(--color-primary-dark)}.contact-form-error{font-weight:700;color:#b3261e}@media(max-width:600px){.card{padding:1rem}h1{font-size:2rem}}
