:root {
  --ink: #12213A;
  --paper: #F7F6F2;
  --paper-raised: #FFFFFF;
  --teal: #0E6656;
  --teal-tint: #E4EFE9;
  --slate: #45505C;
  --line: #DDE1E0;
  --rust: #A34A2E;
  --rust-tint: #F3E7E2;
  --serif: "Newsreader", Georgia, serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--sans); color: var(--ink); background: var(--paper); line-height: 1.6; -webkit-font-smoothing: antialiased; }
.container { max-width: 1120px; margin: 0 auto; padding: 0 28px; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.15; margin: 0 0 0.5em 0; color: var(--ink); }
h1 { font-size: clamp(2.4rem, 4.4vw, 3.6rem); font-weight: 500; }
h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 1em 0; color: var(--slate); max-width: 62ch; }
a { color: var(--teal); text-decoration: none; }
.eyebrow { font-family: var(--sans); font-size: 0.9rem; color: var(--teal); font-weight: 600; margin-bottom: 0.6em; }
.section-lede { max-width: 60ch; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(247, 246, 242, 0.92); backdrop-filter: blur(6px); border-bottom: 1px solid var(--line); }
.header-row { display: flex; align-items: center; justify-content: space-between; padding-top: 18px; padding-bottom: 18px; }
.brand { font-family: var(--serif); font-size: 1.25rem; color: var(--ink); font-weight: 500; display: flex; align-items: center; }
.brand-logo { height: 34px; width: auto; display: block; }
.main-nav { display: flex; gap: 32px; }
.main-nav a { color: var(--ink); font-size: 0.95rem; }
.main-nav a:hover { color: var(--teal); }
.header-cta { display: inline-block; }
@media (max-width: 820px) { .main-nav { display: none; } }
.btn { display: inline-flex; align-items: center; gap: 6px; padding: 12px 22px; border-radius: 3px; font-size: 0.95rem; font-weight: 500; cursor: pointer; border: 1px solid transparent; font-family: var(--sans); }
.btn-primary { background: var(--ink); color: var(--paper); }
.btn-primary:hover { background: var(--teal); }
.btn-ghost { background: transparent; border-color: var(--ink); color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--paper); }
.btn-ghost:disabled { opacity: 0.35; cursor: not-allowed; }
.btn-ghost:disabled:hover { background: transparent; color: var(--ink); }
.btn-text { background: none; padding: 12px 4px; color: var(--ink); border-bottom: 1px solid var(--ink); border-radius: 0; }
.btn-text:hover { color: var(--teal); border-color: var(--teal); }
.hero { padding: 96px 0 88px; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: center; }
.hero-lede { font-size: 1.08rem; max-width: 46ch; }
.hero-actions { display: flex; gap: 20px; align-items: center; margin-top: 8px; flex-wrap: wrap; }
.hero-visual svg { width: 100%; height: auto; }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; } .hero-visual { order: -1; } }
.services { padding: 88px 0; border-top: 1px solid var(--line); }
.service-row { padding: 36px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 320px 1fr; gap: 32px; }
.service-row:last-child { border-bottom: 1px solid var(--line); }
.service-row h3 { margin: 0; }
@media (max-width: 720px) { .service-row { grid-template-columns: 1fr; gap: 10px; } }
.fyy-info { padding: 88px 0; border-top: 1px solid var(--line); }
.fyy-info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 40px; }
.info-card { background: var(--paper-raised); border: 1px solid var(--line); border-radius: 4px; padding: 28px 30px; }
.info-card h3 { font-size: 1.1rem; color: var(--teal); margin-bottom: 0.5em; }
.info-card p { margin: 0; font-size: 0.95rem; }
@media (max-width: 720px) { .fyy-info-grid { grid-template-columns: 1fr; } }
.fyy-timeline { margin-top: 48px; padding-top: 40px; border-top: 1px solid var(--line); }
.fyy-timeline h3 { font-family: var(--serif); font-size: 1.2rem; margin-bottom: 20px; color: var(--ink); }
.timeline-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 16px; }
.timeline-list li { border-left: 2px solid var(--teal); padding: 4px 0 4px 16px; font-size: 0.88rem; color: var(--slate); }
.timeline-list strong { display: block; color: var(--ink); font-family: var(--sans); font-weight: 600; font-size: 0.9rem; margin-bottom: 2px; }
.fyy-test { padding: 88px 0; background: var(--teal-tint); }
.test-panel { background: var(--paper-raised); border: 1px solid var(--line); border-radius: 4px; padding: 40px; margin-top: 32px; }
.step-indicator { display: flex; gap: 8px; margin-bottom: 32px; flex-wrap: wrap; }
.step { width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; font-size: 0.85rem; color: var(--slate); font-family: var(--sans); }
.step.active { border-color: var(--teal); color: var(--teal); font-weight: 600; }
.step.done { background: var(--teal); border-color: var(--teal); color: #fff; }
fieldset { border: none; margin: 0; padding: 0; display: none; }
fieldset.active { display: block; }
legend { font-family: var(--serif); font-size: 1.2rem; padding: 0; margin-bottom: 20px; color: var(--ink); }
.test-step label { display: block; padding: 13px 16px; border: 1px solid var(--line); border-radius: 3px; margin-bottom: 10px; cursor: pointer; font-size: 0.98rem; color: var(--ink); transition: border-color 0.15s; }
.test-step label:hover { border-color: var(--teal); }
.test-step input[type="radio"] { margin-right: 10px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 600px) { .field-grid { grid-template-columns: 1fr; } }
.text-field { display: block; font-size: 0.9rem; color: var(--slate); margin-bottom: 16px; }
.text-field input, .text-field textarea { display: block; width: 100%; margin-top: 6px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 3px; font-family: var(--sans); font-size: 0.98rem; color: var(--ink); background: var(--paper-raised); }
.text-field input:focus, .text-field textarea:focus, .test-step input:focus-visible { outline: 2px solid var(--teal); outline-offset: 1px; }
.test-nav { display: flex; gap: 14px; margin-top: 28px; }
.hidden { display: none !important; }
.test-result { margin-top: 32px; padding-top: 28px; border-top: 1px solid var(--line); }
.test-result h3 { color: var(--teal); }
.test-result.urgent h3 { color: var(--rust); }
.why { padding: 88px 0; }
.why-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; }
.why-list p { max-width: 52ch; }
@media (max-width: 820px) { .why-grid { grid-template-columns: 1fr; } }
.contact { padding: 88px 0 110px; border-top: 1px solid var(--line); }
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; }
.contact-info { list-style: none; margin: 28px 0 0 0; padding: 0; max-width: 44ch; }
.contact-info li { padding: 12px 0; border-top: 1px solid var(--line); font-size: 0.95rem; color: var(--slate); }
.contact-info li:first-child { border-top: none; }
.contact-info strong { display: block; color: var(--ink); font-family: var(--sans); font-weight: 600; font-size: 0.85rem; margin-bottom: 2px; }
.contact-info a { color: var(--slate); }
.contact-info a:hover { color: var(--teal); }
.contact-form { max-width: 480px; }
.form-note { font-size: 0.82rem; color: var(--slate); margin-top: 4px; }
.form-success { margin-top: 16px; padding: 14px 16px; background: var(--teal-tint); border: 1px solid var(--teal); color: var(--teal); border-radius: 3px; font-size: 0.95rem; }
@media (max-width: 820px) { .contact-grid { grid-template-columns: 1fr; } }
.site-footer { border-top: 1px solid var(--line); padding: 28px 0; }
.footer-row { display: flex; justify-content: space-between; align-items: center; font-size: 0.85rem; color: var(--slate); }
.footer-brand { display: flex; align-items: center; gap: 8px; }
.footer-logo { height: 16px; width: auto; opacity: 0.75; }
.footer-row a { color: var(--slate); }
.footer-row a:hover { color: var(--teal); }
