:root {
  color-scheme: light;
  --ink: #1d2d35;
  --muted: #51616a;
  --line: #d9e2e5;
  --soft: #f5f8f8;
  --accent: #11635f;
  --accent-dark: #0b4644;
  --white: #fff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font: 16px/1.65 system-ui, -apple-system, "Segoe UI", sans-serif; }
a { color: inherit; }
a:hover { color: var(--accent); }
a:focus-visible, button:focus-visible { outline: 3px solid #218f88; outline-offset: 3px; }
.skip-link { position: absolute; left: 12px; top: -80px; z-index: 100; background: #fff; padding: 8px 12px; }
.skip-link:focus { top: 8px; }
.wrap { width: min(1080px, calc(100% - 40px)); margin-inline: auto; }
.site-header { min-height: 68px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 12px max(20px, calc((100vw - 1080px)/2)); background: #fff; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 750; text-decoration: none; white-space: nowrap; }
.brand-mark { display: inline-grid; place-items: center; width: 32px; height: 32px; border-radius: 6px; background: var(--accent); color: #fff; font-size: 11px; }
.nav { display: flex; align-items: center; gap: 25px; }
.nav a { font-size: 14px; font-weight: 600; text-decoration: none; }
.menu-toggle { display: none; padding: 6px 10px; border: 1px solid var(--line); border-radius: 5px; background: #fff; color: var(--ink); font: inherit; }
.hero { padding: 72px 0 76px; border-bottom: 1px solid var(--line); }
.eyebrow { margin: 0 0 14px; color: var(--accent); font-size: 13px; font-weight: 750; letter-spacing: .08em; }
.hero h1 { max-width: 800px; margin: 0 0 22px; font-size: clamp(36px, 5vw, 62px); line-height: 1.13; letter-spacing: -.045em; }
.lede { max-width: 790px; margin: 0; color: var(--muted); font-size: 19px; line-height: 1.6; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 44px; padding: 9px 17px; border: 1px solid transparent; border-radius: 5px; font-size: 15px; font-weight: 700; text-decoration: none; }
.primary { background: var(--accent); color: #fff; }
.primary:hover { background: var(--accent-dark); color: #fff; }
.secondary { border-color: var(--line); }
.secondary:hover { border-color: var(--accent); }
.section { padding: 72px 0; }
.section-soft { background: var(--soft); }
.section h2, .cta h2 { margin: 0 0 14px; font-size: clamp(29px, 3.5vw, 42px); line-height: 1.18; letter-spacing: -.035em; }
.section-heading { max-width: 760px; margin-bottom: 26px; }
.section-heading p:last-child { color: var(--muted); }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.card { padding: 24px; border: 1px solid var(--line); border-radius: 8px; }
.card h3 { margin: 0 0 8px; font-size: 20px; line-height: 1.3; }
.card p { margin: 0; color: var(--muted); }
.split { display: grid; grid-template-columns: 1fr 1.25fr; gap: 70px; }
.steps { display: grid; gap: 20px; }
.steps div { padding-top: 14px; border-top: 1px solid #cfdcde; }
.steps strong { font-size: 17px; }
.steps p { margin: 4px 0 0; color: var(--muted); }
.company-section { display: grid; grid-template-columns: 1.3fr 1fr; gap: 60px; align-items: start; }
.company-section p { color: var(--muted); }
.company-facts { border: 1px solid var(--line); border-radius: 8px; padding: 8px 24px; }
.company-facts div { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.company-facts div:last-child { border-bottom: 0; }
.company-facts span { color: var(--muted); }
.company-facts strong { text-align: right; }
.text-link { color: var(--accent-dark); font-weight: 700; text-underline-offset: 3px; }
.cta { background: var(--accent-dark); color: #fff; padding: 44px 0; }
.cta .eyebrow { color: #bce9e5; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.cta h2 { margin: 0; }
.light { background: #fff; color: var(--accent-dark); }
.light:hover { color: var(--accent-dark); background: #eaf6f4; }
.footer { background: #162a31; color: #fff; padding: 48px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.footer a { text-decoration: none; }
.footer-grid > div > a:not(.brand) { display: block; margin: 5px 0; color: #d8e4e6; }
.footer-grid a:hover { color: #fff; text-decoration: underline; }
.footer-title { margin: 0 0 14px; color: #a9c3c7; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.muted { color: #b5c7c9; font-size: 14px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 40px; padding-top: 16px; border-top: 1px solid #34505a; color: #b5c7c9; font-size: 13px; }
.legal-page { max-width: 860px; padding: 70px 0 90px; }
.legal-page h1 { margin: 0 0 24px; font-size: clamp(36px, 4.5vw, 54px); line-height: 1.14; letter-spacing: -.04em; }
.legal-page h2 { margin: 38px 0 10px; font-size: 23px; line-height: 1.3; }
.legal-page p, .legal-page li { color: var(--muted); }
.legal-page a { color: var(--accent-dark); text-underline-offset: 3px; }
.legal-page ul { padding-left: 24px; }
.notice { margin: 26px 0; padding: 15px 18px; border-left: 3px solid var(--accent); background: var(--soft); }
.contact-box { margin: 28px 0; padding: 24px; border: 1px solid var(--line); border-radius: 8px; }
.contact-box strong { display: block; margin-bottom: 5px; }
.contact-box a { font-size: 20px; font-weight: 700; overflow-wrap: anywhere; }
@media (max-width: 760px) {
  .site-header { position: relative; }
  .menu-toggle { display: inline-flex; }
  .nav { display: none; position: absolute; top: 60px; left: 16px; right: 16px; z-index: 5; flex-direction: column; align-items: flex-start; gap: 10px; padding: 15px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 8px 24px #0002; }
  .nav.open { display: flex; }
  .site-header:not(:has(.menu-toggle)) { flex-wrap: wrap; }
  .site-header:not(:has(.menu-toggle)) .nav { display: flex; position: static; flex-direction: row; flex-wrap: wrap; gap: 8px 18px; padding: 0; border: 0; box-shadow: none; }
  .hero { padding: 55px 0 60px; }
  .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split, .company-section { grid-template-columns: 1fr; gap: 28px; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 540px) {
  .wrap { width: min(100% - 32px, 1080px); }
  .cards, .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 56px 0; }
  .company-facts div { flex-direction: column; gap: 2px; }
  .company-facts strong { text-align: left; }
  .footer-bottom { flex-direction: column; gap: 5px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
