@font-face {
  font-family: "Manrope";
  src: url("/_next/static/media/a343f882a40d2cc9-s.p.1sj6eobyi31rd.woff2") format("woff2");
  font-weight: 400 850;
  font-display: swap;
}
:root {
  --seo-green: #00a83b;
  --seo-green-dark: #007f2d;
  --seo-navy: #0d1f2d;
  --seo-ink: #14251d;
  --seo-muted: #52635b;
  --seo-bg: #f5f8f6;
  --seo-surface: #fff;
  --seo-line: #d8e2dc;
  --seo-soft: #e9f7ee;
  --seo-orange: #f47920;
  --seo-shadow: 0 20px 60px rgba(13, 31, 45, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--seo-ink);
  background: var(--seo-bg);
  font: 400 1rem/1.65 Manrope, "Segoe UI", Arial, sans-serif;
  text-rendering: optimizeLegibility;
}
a { color: var(--seo-green-dark); text-underline-offset: 3px; }
img { max-width: 100%; }
.seo-wrap { width: min(1160px, calc(100% - 2rem)); margin-inline: auto; }
.seo-skip { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; background: #fff; color: #000; }
.seo-skip:focus { top: 1rem; }
.seo-header { position: sticky; top: 0; z-index: 40; background: rgba(13,31,45,.97); color: #fff; border-bottom: 1px solid rgba(255,255,255,.13); }
.seo-nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.seo-logo { display: inline-flex; align-items: center; gap: .8rem; color: #fff; text-decoration: none; font-weight: 800; }
.seo-logo img { width: 96px; height: auto; }
.seo-logo span { padding-left: .8rem; border-left: 1px solid rgba(255,255,255,.25); font-size: .85rem; line-height: 1.3; }
.seo-nav-links { display: flex; align-items: center; gap: 1.25rem; }
.seo-nav-links a { color: rgba(255,255,255,.86); text-decoration: none; font-size: .9rem; font-weight: 650; }
.seo-nav-links a:hover, .seo-nav-links a:focus-visible { color: #fff; }
.seo-nav-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: .65rem 1rem; border-radius: .7rem; background: var(--seo-green); color: #fff !important; }
.seo-breadcrumbs { padding: 1rem 0; font-size: .84rem; color: #66766e; }
.seo-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .45rem; list-style: none; margin: 0; padding: 0; }
.seo-breadcrumbs li + li::before { content: "→"; margin-right: .45rem; color: #91a097; }
.seo-hero { padding: clamp(3.2rem, 7vw, 6.5rem) 0 clamp(4rem, 7vw, 6rem); background: var(--seo-navy); color: #fff; overflow: hidden; }
.seo-hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: clamp(2.5rem, 6vw, 5.5rem); align-items: center; }
.seo-status { display: inline-flex; align-items: center; gap: .55rem; margin-bottom: 1.2rem; color: #bde9ca; font-size: .88rem; font-weight: 750; }
.seo-status::before { content: ""; width: .55rem; height: .55rem; border-radius: 50%; background: var(--seo-green); box-shadow: 0 0 0 .3rem rgba(0,168,59,.15); }
h1, h2, h3 { font-weight: 820; line-height: 1.12; letter-spacing: -.03em; text-wrap: balance; }
h1 { max-width: 16ch; margin: 0 0 1.25rem; font-size: clamp(2.45rem, 5.2vw, 4.8rem); }
.seo-lead { max-width: 62ch; margin: 0 0 1.6rem; color: rgba(255,255,255,.78); font-size: clamp(1.08rem, 1.8vw, 1.3rem); line-height: 1.6; text-wrap: pretty; }
.seo-points { display: flex; flex-wrap: wrap; gap: .65rem 1.2rem; margin: 0; padding: 0; list-style: none; }
.seo-points li { position: relative; padding-left: 1.35rem; color: #fff; font-weight: 650; }
.seo-points li::before { content: "✓"; position: absolute; left: 0; color: #5edf87; }
.seo-form { padding: clamp(1.35rem, 3vw, 2rem); background: #fff; color: var(--seo-ink); border-radius: 1.25rem; box-shadow: var(--seo-shadow); }
.seo-form h2 { margin: 0 0 .55rem; font-size: 1.55rem; }
.seo-form-intro { margin: 0 0 1.2rem; color: var(--seo-muted); font-size: .92rem; }
.seo-fields { display: grid; gap: .85rem; }
.seo-field label { display: block; margin-bottom: .35rem; font-size: .84rem; font-weight: 750; }
.seo-field input, .seo-field select {
  width: 100%; min-height: 48px; border: 1px solid #bdcac3; border-radius: .65rem; padding: .75rem .85rem;
  background: #fff; color: #10231b; font: inherit;
}
.seo-field input::placeholder { color: #687a70; opacity: 1; }
.seo-field input:focus, .seo-field select:focus { outline: 3px solid rgba(0,168,59,.22); border-color: var(--seo-green-dark); }
.seo-consent { display: flex; align-items: flex-start; gap: .65rem; margin-top: .1rem; font-size: .78rem; line-height: 1.45; color: #52635b; }
.seo-consent input { width: 18px; height: 18px; margin-top: .1rem; accent-color: var(--seo-green); flex: none; }
.seo-button { width: 100%; min-height: 50px; border: 0; border-radius: .7rem; padding: .8rem 1rem; background: var(--seo-green); color: #fff; font-family: inherit; font-size: 1rem; font-weight: 800; line-height: 1.2; cursor: pointer; transition: transform .18s cubic-bezier(.22,1,.36,1), background .18s ease; }
.seo-button:hover { background: var(--seo-green-dark); transform: translateY(-1px); }
.seo-button:focus-visible { outline: 3px solid var(--seo-orange); outline-offset: 3px; }
.seo-button:disabled { opacity: .65; cursor: wait; transform: none; }
.seo-error { min-height: 1.4em; margin: 0; color: #a42819; font-size: .82rem; font-weight: 650; }
.seo-reassure { margin: .7rem 0 0; text-align: center; color: #66766e; font-size: .78rem; }
.seo-contact-hours { margin: .75rem 0 0; padding: .7rem .8rem; border: 1px solid #bfe7cb; border-radius: .7rem; background: var(--seo-soft); color: var(--seo-muted); font-size: .78rem; line-height: 1.45; }
.seo-contact-hours strong { color: var(--seo-ink); }
.seo-time-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.seo-section { padding: clamp(3.5rem, 7vw, 6rem) 0; }
.seo-section--white { background: #fff; }
.seo-section--dark { background: var(--seo-navy); color: #fff; }
.seo-kicker { margin: 0 0 .75rem; color: var(--seo-green-dark); font-weight: 800; }
.seo-section--dark .seo-kicker { color: #65e18d; }
.seo-section h2 { max-width: 20ch; margin: 0 0 1.2rem; font-size: clamp(2rem, 4vw, 3.4rem); }
.seo-section-intro { max-width: 70ch; margin: 0; color: var(--seo-muted); font-size: 1.08rem; }
.seo-section--dark .seo-section-intro { color: rgba(255,255,255,.72); }
.seo-content-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(2.5rem, 7vw, 6rem); align-items: start; }
.seo-prose { max-width: 72ch; }
.seo-prose h3 { margin: 2rem 0 .6rem; font-size: 1.35rem; }
.seo-prose p { margin: 0 0 1rem; color: var(--seo-muted); }
.seo-prose ul { padding-left: 1.2rem; }
.seo-prose li { margin-bottom: .55rem; }
.seo-note { margin-top: 1.5rem; padding: 1.15rem 1.25rem; border: 1px solid #bfe7cb; border-radius: .9rem; background: var(--seo-soft); }
.seo-note strong { display: block; margin-bottom: .25rem; }
.seo-checklist { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--seo-line); }
.seo-checklist li { display: grid; grid-template-columns: 2rem 1fr; gap: .75rem; padding: 1rem 0; border-bottom: 1px solid var(--seo-line); }
.seo-checklist li::before { content: "✓"; display: grid; place-items: center; width: 1.7rem; height: 1.7rem; border-radius: 50%; background: var(--seo-soft); color: var(--seo-green-dark); font-weight: 900; }
.seo-steps { counter-reset: seo-step; display: grid; gap: 0; margin-top: 2.2rem; }
.seo-step { counter-increment: seo-step; display: grid; grid-template-columns: 3.2rem 1fr; gap: 1rem; padding: 1.4rem 0; border-top: 1px solid rgba(255,255,255,.16); }
.seo-step::before { content: counter(seo-step); display: grid; place-items: center; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: var(--seo-green); color: #fff; font-weight: 850; }
.seo-step h3 { margin: .1rem 0 .35rem; font-size: 1.2rem; letter-spacing: -.015em; }
.seo-step p { margin: 0; max-width: 65ch; color: rgba(255,255,255,.72); }
.seo-faq { max-width: 860px; }
.seo-faq details { border-top: 1px solid var(--seo-line); }
.seo-faq details:last-child { border-bottom: 1px solid var(--seo-line); }
.seo-faq summary { min-height: 60px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 0; cursor: pointer; font-weight: 780; }
.seo-faq summary::after { content: "+"; color: var(--seo-green-dark); font-size: 1.5rem; }
.seo-faq details[open] summary::after { content: "−"; }
.seo-faq details p { margin: 0 0 1.2rem; max-width: 72ch; color: var(--seo-muted); }
.seo-related { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.5rem; }
.seo-related a { display: inline-flex; align-items: center; min-height: 44px; padding: .55rem .8rem; border: 1px solid #b9c8c0; border-radius: 999px; color: var(--seo-ink); text-decoration: none; font-weight: 700; font-size: .86rem; }
.seo-related a:hover { border-color: var(--seo-green); color: var(--seo-green-dark); }
.seo-final { text-align: center; }
.seo-final h2 { margin-inline: auto; }
.seo-final p { max-width: 65ch; margin: 0 auto 1.5rem; color: rgba(255,255,255,.72); }
.seo-final .seo-nav-cta { padding-inline: 1.4rem; }
.seo-footer { padding: 2rem 0; background: #08151f; color: rgba(255,255,255,.72); font-size: .84rem; }
.seo-footer-grid { display: flex; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.seo-footer a { color: rgba(255,255,255,.82); }
.seo-success { padding: 1rem; border-radius: .7rem; background: var(--seo-soft); color: #075e25; font-weight: 750; }
.seo-cookie { position: fixed; z-index: 70; inset: auto 1rem 1rem; max-width: 860px; margin-inline: auto; padding: 1rem 1.1rem; display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; border: 1px solid var(--seo-line); border-radius: .9rem; background: #fff; box-shadow: var(--seo-shadow); }
.seo-cookie p { margin: 0; color: var(--seo-muted); font-size: .82rem; }
.seo-cookie-actions { display: flex; flex: none; align-items: center; gap: .75rem; }
.seo-cookie button { font-family: inherit; cursor: pointer; }
.seo-cookie-accept { min-width: 190px; min-height: 52px; border: 1px solid var(--seo-green); border-radius: .65rem; padding: .75rem 1.4rem; background: var(--seo-green); color: #fff; font-size: 1rem; font-weight: 820; box-shadow: 0 10px 24px rgba(0,168,59,.22); }
.seo-cookie-accept:hover { background: var(--seo-green-dark); border-color: var(--seo-green-dark); }
.seo-cookie-reject { min-height: 44px; border: 0; padding: .5rem .3rem; background: transparent; color: #6b7771; font-size: .75rem; font-weight: 650; text-decoration: underline; text-decoration-color: #b7c0bb; text-underline-offset: 3px; }
.seo-cookie button:focus-visible { outline: 3px solid var(--seo-orange); outline-offset: 3px; }
@media (max-width: 840px) {
  .seo-hero-grid, .seo-content-grid { grid-template-columns: 1fr; }
  .seo-hero-grid { gap: 2rem; }
  .seo-nav-links a:not(.seo-nav-cta) { display: none; }
  .seo-logo span { display: none; }
  h1 { max-width: 18ch; }
}
@media (max-width: 520px) {
  .seo-wrap { width: min(100% - 1.25rem, 1160px); }
  .seo-nav { min-height: 64px; }
  .seo-logo img { width: 82px; }
  .seo-nav-cta { padding-inline: .75rem; font-size: .82rem; }
  .seo-hero { padding-top: 2.6rem; }
  .seo-form { border-radius: 1rem; }
  .seo-cookie { align-items: stretch; flex-direction: column; }
  .seo-cookie-actions { width: 100%; flex-direction: column; }
  .seo-cookie-accept { width: 100%; }
  .seo-time-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .seo-button { transition: none; }
}
