:root {
  color-scheme: light;
  --ink: #132338;
  --muted: #526173;
  --line: #d9e2ea;
  --soft: #eef5f3;
  --paper: #ffffff;
  --bg: #f7faf8;
  --brand: #173d5a;
  --brand-dark: #0c2336;
  --accent: #d7a12d;
  --accent-strong: #b7791f;
  --green: #2f6f63;
  --danger: #8a1f11;
  --success: #0d684e;
  --shadow: 0 18px 44px rgba(12, 35, 54, 0.14);
  --radius: 8px;
  --topbar-height: 44px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--topbar-height) + 96px); }
body { margin: 0; color: var(--ink); background: var(--bg); font-size: 16px; line-height: 1.55; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
a { color: var(--brand-dark); text-decoration-thickness: 1px; text-underline-offset: 3px; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 850px; margin-bottom: 16px; color: #fff; font-size: clamp(2.3rem, 4.6vw, 4.75rem); line-height: 1.01; letter-spacing: 0; }
h2 { font-size: clamp(1.75rem, 3vw, 2.75rem); line-height: 1.08; letter-spacing: 0; }
h3 { font-size: 1.18rem; line-height: 1.2; }
.wrap { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }

.topbar { position: sticky; top: 0; z-index: 40; background: var(--brand-dark); color: #fff; font-size: .93rem; }
.topbar .wrap { min-height: var(--topbar-height); display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 6px 0; }
.topbar-call { display: inline-flex; min-height: 32px; align-items: center; justify-content: center; padding: 0 12px; border-radius: var(--radius); color: var(--brand-dark); background: #fff; font-weight: 900; text-decoration: none; white-space: nowrap; }

.nav { position: sticky; top: var(--topbar-height); z-index: 30; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); }
.nav .wrap { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 13px 0; }
.logo { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; font-weight: 900; line-height: 1.15; }
.logo img { width: auto; height: clamp(92px, 7.6vw, 118px); }
.logo-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: var(--radius); background: var(--brand); color: #fff; font-weight: 900; }
.nav-links { display: flex; align-items: center; gap: 17px; font-size: .95rem; font-weight: 850; }
.nav-links a { color: var(--ink); text-decoration: none; white-space: nowrap; }
.nav-links a:hover { color: var(--brand); }
.nav-group { position: relative; }
.nav-group summary { list-style: none; cursor: pointer; color: var(--ink); white-space: nowrap; }
.nav-group summary::-webkit-details-marker { display: none; }
.nav-group summary::after { content: ""; display: inline-block; width: .45em; height: .45em; margin-left: .45em; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: translateY(-.18em) rotate(45deg); }
.nav-menu { position: absolute; top: calc(100% + 14px); left: 0; min-width: 230px; padding: 8px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); display: grid; gap: 2px; }
.nav-menu a { display: block; padding: 10px 12px; border-radius: 6px; }
.nav-menu a:hover { background: #eef5f3; }
.quote-nav { gap: 8px; }
.button, button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; border: 0; border-radius: var(--radius); padding: 0 18px; color: #fff; background: var(--brand); font: inherit; font-weight: 900; text-decoration: none; cursor: pointer; }
.button:hover, button:hover { background: var(--brand-dark); }
.button.accent, button.accent { background: var(--accent); color: #172033; }
.button.accent:hover { background: var(--accent-strong); color: #fff; }
.button.light, .button.secondary { color: var(--brand-dark); background: #eef5f3; }
button:disabled { opacity: .72; cursor: wait; }

.hero { position: relative; overflow: hidden; background: var(--brand-dark); }
.hero > picture, .hero > picture img, .hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9, 25, 39, .96) 0%, rgba(12, 35, 54, .84) 45%, rgba(23, 61, 90, .25) 100%); }
.hero .wrap, .hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, 440px); gap: 38px; align-items: center; min-height: 650px; padding: 46px 0; }
.eyebrow { display: block; margin-bottom: 14px; color: var(--accent); font-size: .78rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow.dark { color: var(--brand); }
.hero-copy, .lead { max-width: 730px; color: rgba(255,255,255,.91); font-size: clamp(1.05rem, 1.45vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.trust-row, .trust-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.trust-row span, .trust-pills span, .tag { border-radius: 999px; background: rgba(255,255,255,.15); color: #fff; padding: 7px 11px; font-size: .89rem; font-weight: 800; }

.quote-card, .quote-panel { background: rgba(255,255,255,.97); color: var(--ink); border: 1px solid rgba(217,226,234,.95); border-radius: var(--radius); box-shadow: var(--shadow); padding: 22px; }
.quote-card h2, .quote-panel h2 { margin-bottom: 8px; font-size: 1.45rem; }
.panel-kicker { margin-bottom: 4px; color: var(--brand); font-size: .78rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.field, .quote-card label, .quote-panel label { display: grid; gap: 6px; margin-top: 12px; font-weight: 900; }
label { font-size: .9rem; font-weight: 900; }
input, select, textarea { width: 100%; min-height: 44px; border: 1px solid #c8d6df; border-radius: 7px; padding: 10px 11px; color: var(--ink); background: #fff; font: inherit; }
textarea { min-height: 96px; resize: vertical; }
.contact-choice, .two-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.fine, .microcopy, .panel-note { color: var(--muted); font-size: .88rem; }
.success { display: none; margin-top: 12px; border: 1px solid #b9dec8; border-radius: 7px; padding: 10px; color: var(--success); background: #e9f8ef; font-weight: 800; }
.success.show { display: block; }
.success.success-error { border-color: #f0b4aa; color: var(--danger); background: #fff0ee; }
.success.success-working { border-color: #b8d4e8; color: var(--brand); background: #edf7ff; }

.page-hero { background: linear-gradient(135deg, #eef5f3, #fff); border-bottom: 1px solid var(--line); }
.page-hero .wrap { padding: 44px 0 32px; }
.page-hero h1 { max-width: 900px; color: var(--ink); font-size: clamp(2.05rem, 4vw, 3.75rem); }
.page-hero .hero-copy { color: var(--muted); }
.breadcrumbs { margin-bottom: 12px; color: var(--muted); font-size: .88rem; }

.section { padding: 56px 0; background: #fff; scroll-margin-top: calc(var(--topbar-height) + 96px); }
.section.alt, .section.shaded { background: var(--soft); }
.section-head { max-width: 820px; margin-bottom: 24px; }
.section-head.center, .centered .section-head { margin-left: auto; margin-right: auto; text-align: center; }
.section-head p { color: var(--muted); font-size: 1.06rem; }
.grid-2 { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .82fr); gap: 28px; align-items: start; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.card, .service-card, .guide-card, .step-grid article, .detail-grid article, .faq-list details { border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: 0 10px 26px rgba(12,35,54,.07); }
.card { padding: 22px; }
.card p:last-child, .section-head p:last-child { margin-bottom: 0; }
.service-card-grid, .service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.service-card { overflow: hidden; }
.service-card img, .service-photo { width: 100%; height: 230px; object-fit: cover; background: #e8eef1; border-bottom: 1px solid var(--line); }
.card-body, .service-card div { padding: 20px; }
.service-card .tag { display: inline-flex; margin-bottom: 10px; background: #eef5f3; color: var(--brand); }
.service-card p, .card p, .guide-card span, .step-grid p, .detail-grid p { color: var(--muted); }
.text-link, .service-card a { color: var(--brand-dark); font-weight: 900; text-decoration-thickness: 2px; }

.detail-grid, .resource-grid, .guide-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.step-grid { display: grid; grid-template-columns: repeat(3, minmax(240px, 1fr)); gap: 18px; max-width: 940px; margin: 0 auto; justify-content: center; }
.detail-grid article, .step-grid article { padding: 20px; }
.detail-grid span, .step-grid span { display: inline-grid; width: 42px; height: 42px; place-items: center; margin-bottom: 12px; border-radius: 50%; background: var(--brand); color: #fff; font-weight: 950; }
.resource-grid a, .guide-card { min-height: 190px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg,#fff,#f5faf8); color: inherit; padding: 18px; text-decoration: none; }
.resource-grid small { color: var(--brand); font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.resource-grid strong, .guide-card strong { display: block; margin: 12px 0; font-size: 1.12rem; line-height: 1.18; }
.resource-grid span { color: var(--muted); }
.area-cloud, .city-strip, .city-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; }
.area-cloud a, .city-tile { min-height: 94px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 10px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; color: var(--brand-dark); font-weight: 900; text-align: center; text-decoration: none; box-shadow: 0 8px 22px rgba(15,48,55,.06); }
.city-pin { position: relative; width: 22px; height: 22px; border: 3px solid var(--accent); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.city-pin::after { content: ""; position: absolute; inset: 50% auto auto 50%; width: 7px; height: 7px; border-radius: 999px; background: var(--accent); transform: translate(-50%,-50%); }
.city-card { display: grid; gap: 8px; color: var(--ink); text-decoration: none; }
.city-card strong { color: var(--brand-dark); font-size: 1.05rem; }
.city-card span { color: var(--muted); font-size: .92rem; line-height: 1.45; }

.callout, .cta-band, .final-cta { background: var(--brand-dark); color: #fff; }
.callout { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 20px; align-items: center; border-radius: var(--radius); padding: 28px; }
.cta-band, .final-cta { padding: 52px 0; text-align: center; }
.cta-band h2, .cta-band p, .final-cta h2, .final-cta p { color: #fff; }
.cta-band p, .final-cta p { max-width: 720px; margin-left: auto; margin-right: auto; color: rgba(255,255,255,.84); }
.list { padding-left: 20px; margin: 0; }
.list li + li { margin-top: 8px; }
.resource-figure { margin: 0 0 28px; padding: 12px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.resource-figure img { width: 100%; border-radius: 6px; }
.resource-figure figcaption { margin-top: 10px; color: var(--muted); font-size: .92rem; line-height: 1.45; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { padding: 16px; }
.faq-list summary { font-weight: 900; cursor: pointer; }
.faq-list p { margin: 10px 0 0; color: var(--muted); }

.footer { padding: 38px 0; color: #dcebef; background: #071525; }
.footer-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr; gap: 24px; }
.footer strong { display: block; margin-bottom: 10px; color: #fff; }
.footer p, .footer li { color: #a9bbc7; }
.footer a { display: block; color: #fff; text-decoration: none; margin: 7px 0; }
.footer ul { padding: 0; margin: 0; list-style: none; }

@media (max-width: 980px) {
  .nav .wrap { align-items: flex-start; flex-direction: column; }
  .nav-links { width: 100%; flex-wrap: wrap; gap: 12px; }
  .hero .wrap, .hero-grid, .grid-2, .callout { grid-template-columns: 1fr; }
  .hero .wrap, .hero-grid { min-height: auto; padding: 38px 0; }
  .service-card-grid, .service-grid, .resource-grid, .guide-grid { grid-template-columns: 1fr 1fr; }
  .detail-grid { grid-template-columns: 1fr 1fr; }
  .step-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  :root { --topbar-height: 48px; }
  body { font-size: 15.5px; }
  .wrap { width: min(100% - 24px, 1160px); }
  .topbar .wrap { justify-content: center; }
  .topbar-text { display: none; }
  .topbar-call { width: 100%; min-height: 40px; font-size: 1rem; }
  .nav { top: var(--topbar-height); }
  .nav-group, .nav-links > a:not(.button) { display: none; }
  .nav-links .button { width: 100%; }
  .logo img { width: auto; height: 78px; }
  h1 { font-size: clamp(2.15rem, 12vw, 3.2rem); line-height: 1.04; }
  h2 { font-size: 2rem; }
  .hero::after { background: linear-gradient(90deg, rgba(9,25,39,.96), rgba(12,35,54,.8)); }
  .hero .wrap, .hero-grid { padding: 30px 0 34px; }
  .hero-actions { display: grid; }
  .button, button { width: 100%; }
  .contact-choice, .two-fields, .service-card-grid, .service-grid, .resource-grid, .guide-grid, .detail-grid, .step-grid, .grid-3 { grid-template-columns: 1fr; }
  .section { padding: 38px 0; }
  .page-hero .wrap { padding: 30px 0 26px; }
  .page-hero h1 { font-size: clamp(1.9rem, 8vw, 2.45rem); }
  .quote-card, .quote-panel, .card { padding: 18px; }
  .service-card img, .service-photo { height: 210px; }
}
