:root {
  color-scheme: light;
  --ink: #092033;
  --ink-soft: #17344a;
  --muted: #596a74;
  --line: #d9e1e5;
  --wash: #f3f6f7;
  --white: #fff;
  --green: #22df45;
  --green-deep: #0d9f32;
  --green-pale: #e8f9e9;
  --blue: #0d4f94;
  --shadow: 0 16px 35px rgba(9, 32, 51, .12);
  --radius: 8px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0 auto 0 0;
  z-index: -1;
  width: 7px;
  background: var(--green);
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }

:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 14px;
  top: 10px;
  z-index: 50;
  transform: translateY(-150%);
  padding: 11px 15px;
  border-radius: 4px;
  background: var(--ink);
  color: var(--white);
  font-weight: 800;
}

.skip-link:focus { transform: translateY(0); }

.shell { width: var(--shell); margin-inline: auto; }

.utility-bar {
  min-height: 36px;
  padding: 7px max(20px, calc((100% - 1180px) / 2));
  background: var(--ink);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
}

.utility-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.utility-bar a { color: var(--white); text-decoration: none; }
.utility-bar a:hover { color: var(--green); }

.utility-item { display: inline-flex; align-items: center; gap: 8px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .97);
  backdrop-filter: blur(12px);
}

.site-header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
  min-height: 78px;
  width: var(--shell);
  margin-inline: auto;
}

.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo { width: 180px; height: 60px; object-fit: contain; }

.primary-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  font-size: 13px;
  font-weight: 800;
}

.primary-nav a,
.mobile-nav summary {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 9px 10px;
  border-radius: 5px;
  text-decoration: none;
}

.primary-nav a:hover,
.mobile-nav summary:hover { background: var(--green-pale); color: var(--ink); }

.header-call,
.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 17px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
}

.header-call,
.button-primary { background: var(--green); color: #05210d; }
.header-call:hover,
.button-primary:hover { background: #58ec70; }

.button-secondary { border-color: #a9bac2; background: var(--white); color: var(--ink); }
.button-secondary:hover { border-color: var(--blue); color: var(--blue); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--ink-soft); }
.button-full { width: 100%; }
.header-call { white-space: nowrap; }

.mobile-nav { display: none; position: relative; }
.mobile-nav summary { cursor: pointer; list-style: none; font-weight: 850; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav summary::after { content: "＋"; margin-left: 8px; font-size: 18px; }
.mobile-nav[open] summary::after { content: "×"; }
.mobile-nav-links {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  min-width: 250px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}
.mobile-nav-links a { min-height: 44px; display: flex; align-items: center; padding: 10px 12px; text-decoration: none; font-weight: 800; }
.mobile-nav-links a:hover { background: var(--green-pale); }

main { min-height: 65vh; }

.hero {
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  min-height: 510px;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(44px, 7vw, 86px) clamp(26px, 6vw, 76px) clamp(48px, 7vw, 82px) max(26px, calc((100vw - 1180px) / 2));
}

.hero-kicker,
.section-kicker {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; }
h1 { max-width: 680px; margin-bottom: 18px; font-size: clamp(2.5rem, 5.5vw, 5rem); letter-spacing: -.055em; }
h2 { margin-bottom: 12px; font-size: clamp(1.8rem, 3.4vw, 2.9rem); letter-spacing: -.035em; }
h3 { margin-bottom: 9px; font-size: 1.18rem; }

.hero-lede { max-width: 570px; margin-bottom: 26px; color: rgba(255, 255, 255, .86); font-size: clamp(1.05rem, 1.7vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 23px; }
.hero-location { margin: 0; color: rgba(255, 255, 255, .78); font-size: 14px; }
.hero-location a { font-weight: 800; text-underline-offset: 3px; }

.hero-media { min-height: 510px; margin: 0; background: #182f43; }
.hero-media img { width: 100%; height: 100%; min-height: 510px; object-fit: cover; object-position: center; }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.trust-item { display: flex; align-items: center; gap: 13px; min-height: 92px; padding: 17px 21px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-icon { flex: 0 0 auto; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--green); font-weight: 900; }
.trust-item strong, .trust-item span { display: block; }
.trust-item strong { font-size: 13px; }
.trust-item span { color: var(--muted); font-size: 12px; line-height: 1.25; }

.section { padding-block: clamp(58px, 8vw, 94px); }
.section-muted { background: var(--wash); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.section-heading p { max-width: 560px; margin-bottom: 0; color: var(--muted); }
.section-link { color: var(--blue); font-weight: 850; text-underline-offset: 4px; white-space: nowrap; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-card { display: flex; min-height: 210px; flex-direction: column; padding: 22px 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 6px 20px rgba(9, 32, 51, .05); }
.service-card:hover { border-color: var(--green-deep); transform: translateY(-2px); transition: transform .18s ease, border-color .18s ease; }
.service-icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 6px; background: var(--ink); color: var(--green); font-size: 20px; font-weight: 900; }
.service-card p { flex: 1; margin-bottom: 17px; color: var(--muted); font-size: 14px; }
.card-link { color: var(--blue); font-size: 14px; font-weight: 850; text-underline-offset: 4px; }

.guide-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 46px; align-items: start; }
.steps { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.step { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 16px; position: relative; padding: 0 0 28px; }
.step:not(:last-child)::after { content: ""; position: absolute; left: 20px; top: 42px; bottom: 0; width: 1px; background: #b9c9d1; }
.step-number { position: relative; z-index: 1; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: var(--white); font-size: 15px; font-weight: 900; }
.step h3 { margin-bottom: 4px; }
.step p { margin-bottom: 0; color: var(--muted); font-size: 14px; }

.info-stack { display: grid; gap: 15px; }
.info-card { padding: 24px; border-radius: var(--radius); background: var(--green-pale); }
.info-card-dark { background: var(--ink); color: var(--white); }
.info-card-blue { background: #eef4fa; }
.info-card p { margin-bottom: 16px; color: var(--muted); font-size: 14px; }
.info-card-dark p { color: rgba(255,255,255,.78); }
.check-list { display: grid; gap: 9px; margin: 0 0 18px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 24px; font-size: 14px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green-deep); font-weight: 900; }

.faq-contact { display: grid; grid-template-columns: 1.15fr .85fr; gap: 38px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 55px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 3px; cursor: pointer; list-style: none; font-size: 15px; font-weight: 850; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "＋"; color: var(--blue); font-size: 19px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 680px; margin: 0; padding: 0 28px 17px 3px; color: var(--muted); font-size: 14px; }

.contact-card { padding: 28px; border-radius: var(--radius); background: var(--ink); color: var(--white); }
.contact-card .section-kicker { margin-bottom: 7px; }
.contact-card h2 { margin-bottom: 12px; font-size: 2rem; }
.contact-card p { color: rgba(255,255,255,.8); font-size: 14px; }

.site-footer { padding: 42px 0 20px; background: var(--ink); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 30px; align-items: start; }
.footer-logo { width: 180px; height: 60px; margin-bottom: 12px; }
.footer-address { margin: 0 0 8px; color: rgba(255,255,255,.8); font-size: 14px; font-style: normal; }
.footer-note { max-width: 330px; margin: 0; color: rgba(255,255,255,.72); font-size: 13px; }
.footer-heading { margin-bottom: 10px; color: var(--green); font-size: 12px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.footer-links { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; color: rgba(255,255,255,.86); font-size: 14px; }
.footer-links a { text-underline-offset: 3px; }
.footer-links a:hover { color: var(--green); }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; margin-top: 35px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.6); font-size: 12px; }

.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 25px; color: var(--muted); font-size: 13px; font-weight: 750; }
.breadcrumbs a { text-underline-offset: 3px; }
.breadcrumbs span[aria-hidden="true"] { color: #a3b0b7; }
.page-hero { padding: 60px 0 48px; background: var(--wash); border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr); gap: 45px; align-items: center; }
.page-hero h1 { max-width: 720px; margin-bottom: 16px; font-size: clamp(2.3rem, 5vw, 4.5rem); }
.page-hero-lede { max-width: 690px; margin-bottom: 23px; color: var(--muted); font-size: 1.1rem; }
.page-hero-media { margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.page-hero-media img { width: 100%; aspect-ratio: 1 / .78; object-fit: cover; }
.page-content { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 60px; padding-block: 68px 86px; }
.prose { max-width: 750px; }
.prose h2 { margin-top: 36px; font-size: 2rem; }
.prose h2:first-child { margin-top: 0; }
.prose p { color: var(--muted); }
.prose ul, .prose ol { padding-left: 23px; color: var(--muted); }
.prose li { margin-bottom: 9px; }
.side-card { align-self: start; position: sticky; top: 106px; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 6px 21px rgba(9,32,51,.06); }
.side-card h2 { font-size: 1.65rem; }
.side-card p { color: var(--muted); font-size: 14px; }
.side-card .button + .button { margin-top: 9px; }
.side-note { margin: 17px 0 0; padding-top: 15px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.route-links { display: grid; gap: 9px; margin-top: 26px; }
.route-link { min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 5px; color: var(--blue); font-size: 14px; font-weight: 850; text-decoration: none; }
.route-link:hover { border-color: var(--blue); background: #f4f8fc; }
.external-note { margin-top: 12px; color: var(--muted); font-size: 13px; }

.checklist-panel { margin: 28px 0; padding: 25px; border-radius: var(--radius); background: var(--green-pale); }
.checklist-panel h2 { font-size: 1.75rem; }
.checklist-panel ul { margin-bottom: 0; }
.notice { padding: 20px 22px; border-left: 5px solid var(--green-deep); background: var(--green-pale); color: var(--ink-soft); }

.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; padding-block: 68px 88px; }
.contact-intro h1 { margin-bottom: 16px; font-size: clamp(2.4rem, 5vw, 4.4rem); }
.contact-intro > p { max-width: 470px; color: var(--muted); }
.contact-details { display: grid; gap: 13px; margin-top: 30px; }
.contact-detail { display: flex; gap: 13px; align-items: start; }
.contact-detail strong, .contact-detail span { display: block; }
.contact-detail span { color: var(--muted); font-size: 14px; }
.contact-detail a { font-weight: 850; text-underline-offset: 3px; }
.contact-form { padding: 30px; border-radius: var(--radius); background: var(--ink); color: var(--white); }
.contact-form h2 { font-size: 2rem; }
.form-intro { margin-bottom: 22px; color: rgba(255,255,255,.78); font-size: 14px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; margin-bottom: 16px; }
.field-full { grid-column: 1 / -1; }
label { font-size: 13px; font-weight: 800; }
input, textarea { width: 100%; min-height: 48px; border: 2px solid transparent; border-radius: 4px; padding: 12px 13px; background: var(--white); color: var(--ink); font: inherit; font-size: 16px; }
textarea { min-height: 145px; resize: vertical; }
input:focus, textarea:focus { border-color: var(--green); outline: none; }
.required-note { margin: -1px 0 18px; color: rgba(255,255,255,.65); font-size: 12px; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.thanks { display: grid; place-items: center; min-height: 62vh; padding: 65px 0; text-align: center; }
.thanks-card { max-width: 640px; padding: 45px 28px; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.thanks-card h1 { margin-inline: auto; font-size: clamp(2.3rem, 5vw, 4rem); }
.thanks-card p { color: var(--muted); }

.not-found { display: grid; place-items: center; min-height: 62vh; padding: 70px 0; }
.not-found-inner { max-width: 650px; text-align: center; }
.not-found h1 { margin-inline: auto; font-size: clamp(3rem, 7vw, 6rem); }
.not-found p { color: var(--muted); }

.mobile-actionbar { display: none; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 32px, 760px); }
  .site-header-inner { grid-template-columns: auto 1fr auto; gap: 13px; }
  .brand-logo { width: 155px; height: 54px; }
  .primary-nav { display: none; }
  .mobile-nav { display: block; justify-self: end; }
  .header-call { padding-inline: 14px; }
  .hero-grid, .page-hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 56px max(26px, calc((100vw - 760px) / 2)); }
  .hero-media, .hero-media img { min-height: 390px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .guide-grid, .faq-contact, .contact-layout { grid-template-columns: 1fr; gap: 34px; }
  .page-content { grid-template-columns: 1fr; gap: 35px; }
  .side-card { position: static; max-width: 560px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 28px); }
  body::before { width: 4px; }
  .utility-bar { padding-inline: 14px; }
  .utility-bar-inner { align-items: flex-start; flex-direction: column; gap: 3px; }
  .site-header-inner { min-height: 69px; }
  .brand-logo { width: 137px; height: 48px; }
  .header-call { min-height: 44px; padding: 9px 11px; font-size: 13px; }
  .mobile-nav-links { right: -2px; min-width: min(270px, calc(100vw - 28px)); }
  h1 { font-size: clamp(2.35rem, 13vw, 3.5rem); }
  .hero-copy { padding: 42px 14px 47px; }
  .hero-media, .hero-media img { min-height: 290px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-grid, .service-grid { grid-template-columns: 1fr; }
  .trust-item { min-height: 73px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .section { padding-block: 54px; }
  .service-card { min-height: 185px; }
  .page-hero { padding: 43px 0 38px; }
  .page-hero-media img { aspect-ratio: 1 / .72; }
  .page-content, .contact-layout { padding-block: 48px 64px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .field-full { grid-column: auto; }
  .contact-form { padding: 23px 17px; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .footer-grid > :first-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
