:root {
  --navy: #071b2f;
  --navy-2: #0b2b49;
  --blue: #1597d4;
  --ice: #e8f5fb;
  --ink: #0e1b26;
  --muted: #5b6975;
  --line: #d9e3e9;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
.site-header { height: 86px; padding: 0 clamp(20px, 4vw, 64px); display: flex; align-items: center; justify-content: space-between; gap: 28px; background: #fff; position: relative; z-index: 5; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--navy); color: white; font-weight: 850; letter-spacing: -.06em; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 1.05rem; letter-spacing: -.02em; }
.brand small { margin-top: 2px; color: #6c7a85; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
nav { display: flex; gap: 28px; }
nav a { text-decoration: none; font-size: .9rem; font-weight: 700; }
nav a:hover { color: var(--blue); }
.header-call { background: var(--navy); color: white; text-decoration: none; padding: 13px 18px; border-radius: 7px; font-weight: 800; }

.hero { position: relative; min-height: 700px; display: grid; align-items: center; overflow: hidden; background: var(--navy); }
.hero > img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero > img { object-fit: cover; }
.hero-shade { background: linear-gradient(90deg, rgba(3,15,27,.96) 0%, rgba(3,15,27,.76) 42%, rgba(3,15,27,.08) 78%); }
.hero-content { position: relative; z-index: 1; width: min(680px, 88vw); margin-left: clamp(24px, 8vw, 130px); color: white; padding: 80px 0; }
.eyebrow { margin: 0 0 18px; color: #7bd0f4; text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 850; }
.eyebrow.dark { color: #087dad; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(3.2rem, 6.6vw, 6.8rem); line-height: .94; letter-spacing: -.065em; max-width: 840px; }
h1 em { color: #74cdf2; font-style: normal; }
.hero-promise { margin-bottom: 14px; color: #fff; font-size: clamp(1.15rem, 1.9vw, 1.45rem); font-weight: 800; line-height: 1.45; }
.hero-copy { max-width: 600px; color: #d7e4ed; font-size: clamp(1.1rem, 1.7vw, 1.35rem); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 52px; padding: 0 24px; border-radius: 7px; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; font-weight: 850; }
.button.primary { color: #061727; background: #79d5f8; }
.button.secondary { color: white; border: 1px solid rgba(255,255,255,.55); background: rgba(255,255,255,.06); }
.service-note { margin-top: 18px; font-size: .83rem; color: #aebfcb; }

.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--navy); color: white; padding: 28px clamp(24px, 8vw, 130px); }
.trust-strip div { padding: 8px 28px; border-right: 1px solid rgba(255,255,255,.16); }
.trust-strip div:first-child { padding-left: 0; }
.trust-strip div:last-child { border: 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { font-size: 1.05rem; }
.trust-strip span { color: #9fb3c2; margin-top: 4px; font-size: .86rem; }

.section { padding: 110px clamp(24px, 8vw, 130px); }
.section-heading { display: grid; grid-template-columns: minmax(260px, 1.4fr) 1fr; gap: 20px 70px; align-items: end; margin-bottom: 56px; }
.section-heading .eyebrow { grid-column: 1/-1; margin-bottom: -6px; }
h2 { font-size: clamp(2.25rem, 4vw, 4.4rem); line-height: 1.03; letter-spacing: -.055em; margin-bottom: 0; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; line-height: 1.6; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-grid article { padding: clamp(28px, 4vw, 52px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-number { color: #0b89bd; font-weight: 850; font-size: .78rem; letter-spacing: .12em; }
.service-grid h3 { font-size: 1.5rem; letter-spacing: -.025em; margin: 42px 0 14px; }
.service-grid p { color: var(--muted); line-height: 1.65; margin-bottom: 0; }

.split { background: var(--navy); color: white; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 10vw, 160px); }
.statement h2 { max-width: 650px; }
.principles > div { display: grid; grid-template-columns: 35px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.principles span { color: #65c8f1; font-weight: 850; font-size: .78rem; }
.principles p { color: #b9c9d4; line-height: 1.6; margin: 0; }
.principles strong { color: white; }

.area { background: var(--ice); display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.area ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; align-content: center; }
.area li { padding: 18px 8px 18px 0; border-bottom: 1px solid #bfd4df; font-weight: 750; }

.callout { margin: 22px; padding: clamp(54px, 8vw, 110px); background: #0b89bd; color: white; display: flex; justify-content: space-between; align-items: end; gap: 50px; }
.callout h2 { max-width: 760px; }
.callout p:not(.eyebrow) { margin: 20px 0 0; color: #d7f4ff; }
.callout .eyebrow { color: #d7f4ff; }
.button.light { background: white; color: var(--navy); min-width: 260px; flex-direction: column; align-items: flex-start; padding: 18px 24px; }
.button.light span { font-size: .74rem; color: #63717b; }
.button.light strong { font-size: 1.15rem; margin-top: 3px; }

footer { padding: 44px clamp(24px, 8vw, 130px) 100px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 40px; color: #677680; font-size: .88rem; }
.footer-contact { display: grid; gap: 5px; text-align: right; }
.footer-contact a { color: var(--navy); font-weight: 850; text-decoration: none; }
.footer-contact a:first-child { font-size: 1.05rem; }
.mobile-call { display: none; }

@media (max-width: 880px) {
  .site-header { height: 74px; padding: 0 18px; }
  nav, .header-call { display: none; }
  .brand small { font-size: .62rem; }
  .hero { min-height: 670px; align-items: end; }
  .hero > img { object-position: 64% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(3,15,27,.98) 0%, rgba(3,15,27,.74) 58%, rgba(3,15,27,.15) 100%); }
  .hero-content { margin: 0; padding: 170px 24px 58px; width: 100%; }
  h1 { font-size: clamp(3.15rem, 15vw, 5rem); }
  .trust-strip { grid-template-columns: 1fr; padding: 20px 24px; }
  .trust-strip div, .trust-strip div:first-child { padding: 16px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .section { padding: 78px 24px; }
  .section-heading, .split, .area { grid-template-columns: 1fr; gap: 34px; }
  .service-grid { grid-template-columns: 1fr; }
  .area ul { grid-template-columns: 1fr; }
  .callout { margin: 10px; padding: 58px 24px; flex-direction: column; align-items: stretch; }
  .button.light { min-width: 0; }
  footer { grid-template-columns: 1fr; gap: 18px; padding-bottom: 110px; }
  .footer-contact { text-align: left; }
  .mobile-call { position: fixed; z-index: 10; display: block; bottom: 12px; left: 12px; right: 12px; background: #76d2f5; color: #071b2f; text-align: center; padding: 16px; border-radius: 8px; text-decoration: none; font-weight: 900; box-shadow: 0 10px 30px rgba(0,0,0,.28); }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
