:root {
  --navy: #062a4e;
  --navy-2: #0a365e;
  --blue: #28a7db;
  --blue-deep: #0b7fc2;
  --ice: #ebf7fb;
  --cloud: #f5f8fa;
  --ink: #102336;
  --muted: #536878;
  --line: #dbe5ea;
  --white: #ffffff;
  --shell: min(1160px, calc(100% - 40px));
  --shadow: 0 20px 60px rgba(7, 26, 44, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; max-width: 100%; overflow-x: hidden; overflow-x: clip; }
body { margin: 0; max-width: 100%; overflow-x: hidden; overflow-x: clip; color: var(--ink); background: var(--white); font-family: "DM Sans", system-ui, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
main, section, footer, .shell { min-width: 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", system-ui, sans-serif; letter-spacing: -.035em; line-height: 1.08; }
h1, h2, h3, p, a { overflow-wrap: break-word; }
h1 { font-size: clamp(2.7rem, 6vw, 5rem); max-width: 880px; margin-bottom: 26px; }
h2 { font-size: clamp(2.15rem, 4.2vw, 3.6rem); margin-bottom: 24px; }
h3 { font-size: 1.24rem; margin-bottom: 12px; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -80px; background: var(--white); color: var(--navy); padding: 12px 18px; z-index: 1000; border-radius: 4px; }
.skip-link:focus { top: 12px; }

.site-header { position: absolute; z-index: 50; top: 0; width: 100%; color: white; border-bottom: 1px solid rgba(255,255,255,.17); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; line-height: 1; flex: 0 0 auto; }
.brand img { width: 215px; height: auto; }
nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
nav a { font-size: .92rem; font-weight: 600; text-decoration: none; color: rgba(255,255,255,.82); }
nav a:hover, nav a:focus-visible { color: white; }
.header-phone { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; padding-left: 24px; border-left: 1px solid rgba(255,255,255,.2); font-weight: 700; line-height: 1.2; }
.header-phone svg, .button svg, .mobile-call svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.header-phone small { display: block; color: var(--blue); font-weight: 600; font-size: .72rem; }

.hero { position: relative; min-height: 810px; background: var(--navy); color: white; overflow: hidden; }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-overlay { background: linear-gradient(90deg, rgba(3,17,29,.97) 0%, rgba(3,17,29,.88) 35%, rgba(3,17,29,.38) 68%, rgba(3,17,29,.13) 100%), linear-gradient(0deg, rgba(3,17,29,.72) 0%, transparent 40%); }
.hero-inner { position: relative; z-index: 2; min-height: 705px; display: flex; align-items: center; padding-top: 88px; }
.hero-copy { max-width: 770px; padding: 70px 0 60px; }
.eyebrow, .section-kicker { font-weight: 700; text-transform: uppercase; letter-spacing: .15em; font-size: .78rem; color: var(--blue-deep); margin-bottom: 18px; }
.eyebrow { color: var(--blue); display: flex; align-items: center; gap: 11px; }
.eyebrow span { width: 30px; height: 2px; background: var(--blue); }
.hero-lede { font-size: clamp(1.08rem, 2vw, 1.28rem); line-height: 1.65; color: rgba(255,255,255,.82); max-width: 660px; margin-bottom: 32px; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 14px 24px; border-radius: 6px; font-weight: 800; text-align: center; text-decoration: none; line-height: 1.2; transition: transform .16s ease, background .16s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: var(--navy); box-shadow: 0 12px 35px rgba(47,196,231,.22); }
.button-primary:hover { background: #65d9f2; }
.text-link { color: white; font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.38); padding: 8px 0 4px; }
.text-link span { color: var(--blue); margin-left: 6px; }
.direct-line { font-size: .88rem; color: rgba(255,255,255,.58); margin: 18px 0 0; }
.direct-line a { color: white; font-weight: 700; }
.hero-proof { position: absolute; z-index: 3; bottom: 0; width: 100%; background: rgba(7,26,44,.9); border-top: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(12px); }
.proof-grid { min-height: 105px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.proof-grid > div { padding: 0 30px; border-right: 1px solid rgba(255,255,255,.13); }
.proof-grid > div:first-child { padding-left: 0; }
.proof-grid > div:last-child { border: 0; }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { font-family: "Manrope", sans-serif; font-size: 1rem; }
.proof-grid span { color: rgba(255,255,255,.58); font-size: .84rem; }

.urgent-section { padding: 110px 0; background: white; }
.split-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.split-intro h2 { max-width: 500px; }
.intro-copy { border-left: 2px solid var(--blue); padding-left: 38px; color: var(--muted); font-size: 1.09rem; }
.intro-copy p:last-child { margin-bottom: 0; }

.services-section { padding: 110px 0 120px; background: var(--cloud); }
.section-heading { max-width: 720px; margin-bottom: 50px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.06rem; max-width: 650px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.service-card { min-height: 245px; padding: 38px 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; }
.service-card:nth-child(3n) { border-right: 0; }
.service-card:nth-child(n+4) { border-bottom: 0; }
.service-card p { color: var(--muted); margin: 0; font-size: .95rem; }
.service-number { display: block; color: var(--blue-deep); font: 700 .75rem/1 "Manrope", sans-serif; letter-spacing: .12em; margin-bottom: 34px; }

.approach-section { padding: 120px 0; background: var(--navy); color: white; }
.approach-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 110px; align-items: center; }
.section-kicker.light { color: var(--blue); }
.approach-panel > p:not(.section-kicker) { color: rgba(255,255,255,.7); font-size: 1.04rem; }
.process-list { border-top: 1px solid rgba(255,255,255,.17); }
.process-list > div { display: grid; grid-template-columns: 48px 1fr; gap: 22px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.17); align-items: start; }
.process-list span { width: 38px; height: 38px; border: 1px solid rgba(47,196,231,.55); color: var(--blue); display: grid; place-items: center; border-radius: 50%; font: 700 .82rem/1 "Manrope", sans-serif; }
.process-list p { margin: 0; color: rgba(255,255,255,.67); }
.process-list strong { display: block; color: white; font-family: "Manrope", sans-serif; margin-bottom: 3px; }

.why-section { padding: 120px 0; }
.why-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 85px; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 42px; }
.check-grid > div { display: grid; grid-template-columns: 32px 1fr; gap: 13px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.check-grid span { color: var(--blue-deep); font-weight: 800; }
.check-grid p { color: var(--muted); margin: 0; font-size: .93rem; }
.check-grid strong { display: block; color: var(--ink); font-family: "Manrope", sans-serif; margin-bottom: 3px; }

.area-section { padding: 0 0 120px; }
.area-card { background: var(--ice); display: grid; grid-template-columns: 1fr 1fr; min-height: 430px; overflow: hidden; }
.area-copy { padding: 70px; align-self: center; }
.area-copy p:not(.section-kicker) { color: var(--muted); max-width: 520px; margin-bottom: 28px; }
.button-dark { color: white; background: var(--navy); }
.button-dark:hover { background: var(--navy-2); }
.area-visual { position: relative; min-height: 430px; overflow: hidden; background: #dff2f6; }
.area-visual::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(6,42,78,.1); }
.map-frame { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: saturate(.82) contrast(.96); }
.map-label { position: absolute; z-index: 2; top: 24px; left: 24px; background: white; padding: 14px 22px; box-shadow: 0 12px 30px rgba(7,26,44,.18); pointer-events: none; }
.map-label strong, .map-label span { display: block; }
.map-label strong { font-family: "Manrope", sans-serif; }
.map-label span { color: var(--muted); font-size: .8rem; }

.final-cta { padding: 88px 0; background: var(--navy-2); color: white; }
.final-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.final-inner h2 { margin-bottom: 12px; }
.final-inner p:not(.section-kicker) { color: rgba(255,255,255,.7); margin: 0; }
.button-large { min-width: 310px; flex-direction: column; align-items: flex-start; padding: 18px 26px; }
.button-large span { font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.button-large strong { font: 800 1.35rem/1 "Manrope", sans-serif; }

footer { background: #04111d; color: rgba(255,255,255,.64); padding: 68px 0 35px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; align-items: center; padding-bottom: 42px; }
.footer-grid > div:not(.brand) { display: flex; flex-direction: column; font-size: .88rem; }
.footer-brand img { width: 240px; }
.footer-grid > div:last-child { text-align: right; }
.footer-grid strong, .footer-grid a { color: white; text-decoration: none; }
.footer-contact { gap: 4px; }
.footer-contact a:hover { color: var(--blue-light); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.11); padding-top: 25px; display: flex; justify-content: space-between; gap: 30px; font-size: .75rem; }
.footer-bottom p { margin: 0; }
.mobile-call { display: none; }

@media (max-width: 920px) {
  :root { --shell: min(760px, calc(100% - 32px)); }
  nav { display: none; }
  .hero { min-height: 800px; }
  .hero-inner { min-height: 670px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(3,17,29,.96), rgba(3,17,29,.58)), linear-gradient(0deg, rgba(3,17,29,.72), transparent 50%); }
  .split-intro, .approach-grid, .why-grid { grid-template-columns: 1fr; gap: 45px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:nth-child(3n) { border-right: 1px solid var(--line); }
  .service-card:nth-child(2n) { border-right: 0; }
  .service-card:nth-child(4) { border-bottom: 1px solid var(--line); }
  .approach-grid { gap: 70px; }
  .area-card { grid-template-columns: 1.1fr .9fr; }
  .area-copy { padding: 52px 40px; }
}

@media (max-width: 640px) {
  body { padding-bottom: calc(68px + env(safe-area-inset-bottom, 0px)); }
  h1 { font-size: clamp(2.45rem, 12vw, 3.4rem); }
  h2 { font-size: clamp(2rem, 9vw, 2.75rem); }
  .site-header { position: absolute; }
  .nav-wrap { min-height: 72px; }
  .header-phone { display: none; }
  .brand img { width: min(184px, 62vw); }
  .hero { min-height: 840px; }
  .hero-image { object-position: 62% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(3,17,29,.97), rgba(3,17,29,.62)), linear-gradient(0deg, rgba(3,17,29,.87), transparent 55%); }
  .hero-inner { min-height: 655px; align-items: flex-start; padding-top: 115px; }
  .hero-copy { padding-top: 44px; }
  .hero-lede { font-size: 1.02rem; }
  .hero-actions { gap: 14px; align-items: flex-start; flex-direction: column; }
  .button { width: 100%; }
  .text-link { display: none; }
  .hero-proof { padding: 22px 0; }
  .proof-grid { grid-template-columns: 1fr; gap: 13px; min-height: auto; }
  .proof-grid > div { padding: 0; border: 0; }
  .proof-grid span { display: none; }
  .proof-grid strong::before { content: "✓"; color: var(--blue); margin-right: 10px; }
  .urgent-section, .why-section { padding: 80px 0; }
  .services-section, .approach-section { padding: 85px 0; }
  .intro-copy { padding-left: 24px; }
  .service-grid, .check-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; padding: 30px 26px; border-right: 0 !important; border-bottom: 1px solid var(--line) !important; }
  .service-card:last-child { border-bottom: 0 !important; }
  .service-number { margin-bottom: 20px; }
  .area-section { padding-bottom: 80px; }
  .area-card { grid-template-columns: 1fr; }
  .area-copy { padding: 50px 28px; }
  .area-visual { min-height: 260px; order: -1; }
  .final-cta { padding: 70px 0; }
  .final-inner { align-items: stretch; flex-direction: column; gap: 35px; }
  .button-large { min-width: 0; width: 100%; align-items: center; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-grid > div:last-child { text-align: left; }
  .footer-bottom { display: block; }
  .footer-bottom p + p { margin-top: 10px; }
  .mobile-call { position: fixed; z-index: 100; left: 0; right: 0; bottom: 0; width: 100%; min-height: 68px; padding: 12px 20px calc(12px + env(safe-area-inset-bottom, 0px)); background: var(--blue); color: var(--navy); display: flex; align-items: center; justify-content: center; gap: 12px; text-align: center; text-decoration: none; box-shadow: 0 -8px 30px rgba(7,26,44,.2); }
}

@media (max-width: 360px) {
  :root { --shell: calc(100% - 28px); }
  h1 { font-size: clamp(2.2rem, 11.5vw, 2.6rem); }
  h2 { font-size: clamp(1.85rem, 8.5vw, 2.25rem); }
  .nav-wrap { min-height: 68px; }
  .brand img { width: 168px; }
  .hero { min-height: 850px; }
  .hero-inner { padding-top: 102px; }
  .hero-copy { padding-top: 36px; }
  .hero-lede { font-size: 1rem; line-height: 1.58; }
  .eyebrow { font-size: .71rem; letter-spacing: .12em; }
  .button { padding-inline: 18px; }
  .urgent-section, .why-section { padding: 68px 0; }
  .services-section, .approach-section { padding: 72px 0; }
  .service-card { padding: 28px 22px; }
  .area-copy { padding: 42px 22px; }
  .final-cta { padding: 60px 0; }
  .mobile-call { font-size: .96rem; }
}

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