:root {
  --ink: #111611;
  --paper: #f4f1e8;
  --green: #235d3a;
  --lime: #c8ef4b;
  --line: rgba(17, 22, 17, 0.16);
  --muted: #667067;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; }
.nav { min-height: 78px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: flex; gap: 12px; align-items: center; font-weight: 800; text-decoration: none; letter-spacing: -0.03em; }
.brand span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--paper); background: var(--green); font-size: 13px; letter-spacing: 0; }
.nav-cta { font-size: 14px; font-weight: 700; text-underline-offset: 4px; }
.hero { min-height: 660px; padding: 11vh 8vw 8vh; position: relative; overflow: hidden; }
.hero::after { content: "?"; position: absolute; right: 4vw; top: -11vh; color: rgba(35, 93, 58, 0.08); font: 800 min(72vw, 720px)/1 Georgia, serif; pointer-events: none; }
.eyebrow, .section-heading span, .contact > div > span { color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
h1 { max-width: 920px; margin: 24px 0; font: 500 clamp(55px, 8.4vw, 124px)/0.88 Georgia, serif; letter-spacing: -0.065em; }
h1 em { color: var(--green); font-weight: 500; }
.lead { max-width: 680px; font-size: clamp(19px, 2.2vw, 28px); line-height: 1.4; color: #343c35; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { padding: 15px 22px; border-radius: 999px; font-weight: 800; text-decoration: none; border: 1px solid var(--ink); }
.primary { background: var(--ink); color: white; }
.secondary { background: transparent; }
.micro { margin-top: 20px; color: var(--muted); font-size: 13px; }
.signal { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.signal div { padding: 35px 5vw; border-right: 1px solid var(--line); }
.signal div:last-child { border: 0; }
.signal strong { display: block; color: var(--green); font: 500 48px/1 Georgia, serif; }
.signal span { display: block; margin-top: 8px; color: var(--muted); font-size: 13px; }
.section { padding: 110px 8vw; }
.section-heading { max-width: 720px; }
h2 { margin: 14px 0; font: 500 clamp(38px, 5vw, 72px)/1 Georgia, serif; letter-spacing: -0.045em; }
.section-heading p, .offer p, .contact p { color: var(--muted); font-size: 18px; line-height: 1.6; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 52px; }
.cards article { min-height: 260px; padding: 28px; border: 1px solid var(--line); background: rgba(255,255,255,.34); }
.cards b { color: var(--green); }
.cards h3 { margin-top: 70px; font-size: 25px; }
.cards p { color: var(--muted); line-height: 1.55; }
.diagnostic { background: #e7ebdf; }
.radar-form { max-width: 860px; display: grid; gap: 10px; margin-top: 42px; }
.radar-form label { display: flex; gap: 14px; align-items: flex-start; padding: 18px; border: 1px solid var(--line); background: rgba(255,255,255,.5); line-height: 1.45; cursor: pointer; }
.radar-form input { width: 20px; height: 20px; flex: 0 0 auto; accent-color: var(--green); }
.radar-form button { justify-self: start; margin-top: 12px; cursor: pointer; }
.radar-result { max-width: 860px; margin-top: 20px; padding: 24px; border-left: 5px solid var(--green); background: white; font-size: 18px; line-height: 1.5; }
.offer { display: grid; grid-template-columns: 1.2fr .8fr; gap: 7vw; padding: 100px 8vw; background: var(--green); color: white; }
.offer p { color: rgba(255,255,255,.72); }
.tag { display: inline-block; padding: 8px 12px; border-radius: 999px; color: var(--ink); background: var(--lime); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.offer ul { margin: 42px 0 0; padding: 0; list-style: none; }
.offer li { padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.offer li::before { content: "↗"; margin-right: 12px; color: var(--lime); }
.contact { padding: 110px 8vw; display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; }
.contact-box { align-self: center; padding: 30px; border: 1px solid var(--line); background: white; }
.contact-box p { margin: 10px 0; font-size: 16px; }
.channel-label { display: inline-flex; align-items: center; gap: 7px; margin-right: 4px; }
.mini-icon { width: 18px; height: 18px; display: inline-grid; place-items: center; flex: 0 0 auto; color: var(--green); fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.person-icon { border-radius: 50%; color: white; background: var(--green); font-size: 7px; font-weight: 800; line-height: 18px; text-align: center; stroke: none; }
.contact-box small { display: block; margin-top: 24px; color: var(--muted); line-height: 1.5; }
.contact-action { display: inline-block; margin-top: 18px; }
.legal-page { min-height: calc(100vh - 78px); }
.legal-copy { max-width: 760px; margin-top: 42px; }
.legal-copy h3 { margin: 30px 0 8px; font-size: 21px; }
.legal-copy p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
footer { padding: 30px 5vw; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }

@media (max-width: 760px) {
  .hero { min-height: auto; padding: 90px 6vw; }
  .signal { grid-template-columns: 1fr 1fr; }
  .signal div:nth-child(2) { border-right: 0; }
  .cards, .offer, .contact { grid-template-columns: 1fr; }
  .section, .offer, .contact { padding: 78px 6vw; }
  footer { flex-direction: column; }
}
