:root {
  --ink: #10233d;
  --muted: #5d6d80;
  --line: #dbe4ea;
  --paper: #f7fafb;
  --white: #ffffff;
  --blue: #2c6aa8;
  --blue-deep: #0b1a2d;
  --cyan: #79c5d8;
  --green: #2d8a73;
  --shadow: 0 18px 50px rgba(16, 35, 61, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 16px; top: 16px; background: var(--white); padding: 10px 14px; z-index: 10; }
.wrap { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 3; color: white; }
.nav { height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; letter-spacing: .01em; }
.brand img { width: 34px; height: 34px; border-radius: 10px; }
.nav-links { display: flex; align-items: center; gap: 24px; font-size: 14px; }
.nav-links a { text-decoration: none; color: rgba(255,255,255,.84); }
.nav-links a:hover { color: white; }
.nav-cta { padding: 10px 16px; border: 1px solid rgba(255,255,255,.35); border-radius: 8px; color: white !important; }
.hero { position: relative; min-height: 720px; display: flex; align-items: center; overflow: hidden; color: white; background: var(--blue-deep); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,20,37,.96) 0%, rgba(7,20,37,.82) 42%, rgba(7,20,37,.3) 100%), url("assets/images/map-dark.jpg") center/cover; }
.hero-inner { position: relative; z-index: 1; padding: 126px 0 86px; width: 100%; }
.hero-copy { max-width: 650px; }
.eyebrow { color: var(--cyan); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; line-height: 1.1; letter-spacing: -.025em; }
h1 { font-size: clamp(42px, 6vw, 74px); max-width: 720px; margin-top: 18px; }
.hero p { max-width: 590px; margin: 24px 0 30px; color: rgba(255,255,255,.76); font-size: 19px; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 18px; border-radius: 8px; border: 1px solid transparent; text-decoration: none; font-weight: 750; font-size: 14px; cursor: pointer; }
.button-primary { color: #082038; background: #9dd8e4; }
.button-primary:hover { background: #b5e7ee; }
.button-quiet { color: white; border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.07); }
.hero-proof { display: flex; align-items: center; gap: 12px; margin-top: 42px; color: rgba(255,255,255,.62); font-size: 13px; }
.hero-proof img { width: 42px; height: 42px; border-radius: 12px; }
.phone { position: absolute; right: 7%; bottom: -56px; width: min(310px, 31vw); padding: 9px; border-radius: 38px; background: #070c14; box-shadow: 0 30px 80px rgba(0,0,0,.46); transform: rotate(4deg); }
.phone img { border-radius: 30px; }
.section { padding: 104px 0; }
.section-tight { padding: 72px 0; }
.section-head { max-width: 700px; margin-bottom: 42px; }
.section-head p { margin: 16px 0 0; color: var(--muted); }
.kicker { color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature { min-height: 210px; padding: 26px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.feature-icon { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 10px; background: #e8f3f5; color: var(--blue); font-size: 19px; }
.feature h3 { font-size: 20px; }
.feature p { margin: 10px 0 0; color: var(--muted); font-size: 14px; }
.band { color: white; background: var(--blue-deep); }
.band .section-head p { color: rgba(255,255,255,.68); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.step { position: relative; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.24); }
.step-number { color: var(--cyan); font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.step h3 { margin-top: 14px; font-size: 21px; }
.step p { margin: 10px 0 0; color: rgba(255,255,255,.68); font-size: 14px; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 76px; }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); align-items: end; gap: 14px; }
.gallery img { width: 100%; border-radius: 22px; box-shadow: var(--shadow); }
.gallery img:nth-child(2) { transform: translateY(-26px); }
.note { padding: 20px 22px; border-left: 3px solid var(--cyan); background: #ecf6f7; color: #36536b; font-size: 14px; }
.faq { border-top: 1px solid var(--line); }
.faq details { padding: 20px 0; border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 750; }
.faq p { max-width: 760px; margin: 12px 0 0; color: var(--muted); }
.seo-hero { padding: 158px 0 78px; color: white; background: linear-gradient(115deg, #0b1a2d, #1b5279); }
.seo-hero h1 { font-size: clamp(38px, 5vw, 64px); }
.seo-hero p { max-width: 720px; margin: 20px 0 0; color: rgba(255,255,255,.75); font-size: 18px; }
.article { max-width: 790px; }
.article h2 { margin: 44px 0 14px; font-size: 30px; }
.article h3 { margin: 28px 0 8px; font-size: 20px; }
.article p, .article li { color: var(--muted); }
.article ul { padding-left: 20px; }
.article a { color: var(--blue); }
.cta-band { padding: 72px 0; color: white; background: #2a6d81; }
.cta-band h2 { max-width: 620px; font-size: 38px; }
.cta-band p { max-width: 580px; margin: 14px 0 22px; color: rgba(255,255,255,.78); }
.site-footer { padding: 34px 0 44px; color: #68798a; background: #eef3f5; font-size: 13px; }
.footer-row { display: flex; justify-content: space-between; gap: 20px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--ink); }
.legal-meta { margin-top: 8px; color: #8a98a5; }
@media (max-width: 780px) {
  .wrap { width: min(100% - 32px, 600px); }
  .nav { height: 68px; }
  .nav-links a:not(.nav-cta) { display: none; }
  .hero { min-height: 760px; }
  .hero-inner { padding: 118px 0 58px; }
  .hero p { font-size: 17px; }
  .phone { right: 8%; bottom: -210px; width: 220px; }
  .grid-3, .steps, .split { grid-template-columns: 1fr; gap: 16px; }
  .section { padding: 74px 0; }
  .split { gap: 34px; }
  .gallery { max-width: 460px; margin: 0 auto; }
  .footer-row { flex-direction: column; }
}
