:root {
  --navy: #123d78;
  --navy-dark: #0b2b5a;
  --sky: #51b7df;
  --sky-soft: #eaf7fc;
  --ink: #182943;
  --muted: #5d6c80;
  --line: #d9e5ef;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(17, 56, 107, 0.15);
  --radius-lg: 28px;
  --radius-md: 18px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--white); }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }

.shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 14px; background: var(--navy-dark); color: white; border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255, 255, 255, 0.94); border-bottom: 1px solid rgba(18, 61, 120, 0.08); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; width: 260px; }
.brand img { width: 100%; height: auto; }
.nav-call { display: inline-flex; gap: 10px; align-items: center; text-decoration: none; color: var(--navy); font-weight: 800; padding: 12px 16px; border: 1px solid var(--line); border-radius: 999px; transition: 180ms ease; }
.nav-call:hover { background: var(--sky-soft); border-color: var(--sky); transform: translateY(-1px); }

.hero { padding: 68px 0 82px; overflow: hidden; background: linear-gradient(145deg, #fff 42%, #edf8fd 100%); }
.hero-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 64px; align-items: center; }
.eyebrow { margin: 0 0 14px; color: var(--navy); text-transform: uppercase; letter-spacing: .13em; font-size: .78rem; font-weight: 850; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; color: var(--navy-dark); font-size: clamp(2.7rem, 6vw, 5.45rem); line-height: .98; letter-spacing: -.055em; max-width: 800px; }
.hero-lede { font-size: clamp(1.1rem, 2vw, 1.35rem); line-height: 1.6; color: var(--muted); max-width: 620px; margin-bottom: 28px; }
.hero-lede strong { color: var(--navy); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; text-align: center; padding: 0 22px; border-radius: 999px; text-decoration: none; font-weight: 850; transition: 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, var(--navy), #20599d); box-shadow: 0 14px 30px rgba(18, 61, 120, .22); }
.button-primary:hover { box-shadow: 0 18px 38px rgba(18, 61, 120, .3); }
.text-link { color: var(--navy); font-weight: 800; text-underline-offset: 5px; }
.microcopy { margin: 22px 0 0; color: var(--muted); font-size: .9rem; }
.hero-media { position: relative; }
.hero-media::before { content: ""; position: absolute; inset: -25px -38px auto auto; width: 180px; aspect-ratio: 1; background: radial-gradient(circle, rgba(81,183,223,.48) 0 6%, transparent 7% 100%); background-size: 28px 28px; z-index: 0; }
.hero-media img { position: relative; z-index: 1; aspect-ratio: 1.55 / 1; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.price-card { position: absolute; z-index: 2; left: -26px; bottom: -32px; display: grid; padding: 18px 24px; color: white; background: var(--navy); border: 5px solid white; border-radius: 22px; box-shadow: 0 18px 40px rgba(18,61,120,.25); }
.price-card span { font-size: .8rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.price-card strong { font-size: 2.85rem; line-height: 1; letter-spacing: -.05em; }

.services { padding: 92px 0; background: white; }
.section-heading { max-width: 680px; margin-bottom: 34px; }
.section-heading h2, .next-step h2 { margin-bottom: 14px; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.06; letter-spacing: -.04em; color: var(--navy-dark); }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.service-picker { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.service-chip { appearance: none; border: 1px solid var(--line); color: var(--navy); background: white; min-height: 44px; padding: 0 17px; border-radius: 999px; font: inherit; font-weight: 750; cursor: pointer; transition: 160ms ease; }
.service-chip:hover { border-color: var(--sky); background: var(--sky-soft); }
.service-chip.is-active { color: white; background: var(--navy); border-color: var(--navy); box-shadow: 0 8px 22px rgba(18,61,120,.18); }
.service-result { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 30px 34px; border: 1px solid #cce8f4; border-radius: var(--radius-md); background: linear-gradient(135deg, var(--sky-soft), #f8fcfe); }
.result-kicker { display: block; color: var(--sky); text-transform: uppercase; font-size: .72rem; font-weight: 900; letter-spacing: .12em; margin-bottom: 8px; }
.service-result h3 { margin-bottom: 8px; color: var(--navy-dark); font-size: 1.5rem; }
.service-result p { color: var(--muted); margin-bottom: 0; }
.button-secondary { flex: 0 0 auto; color: var(--navy); border: 2px solid var(--navy); background: white; }
.button-secondary:hover { color: white; background: var(--navy); }

.next-step { padding: 88px 0; color: white; background: linear-gradient(130deg, var(--navy-dark), var(--navy)); }
.next-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 80px; }
.eyebrow-light { color: #91daf5; }
.next-step h2 { color: white; }
.next-step p { max-width: 650px; color: #d8e6f4; font-size: 1.08rem; line-height: 1.7; }
.contact-panel { padding: 30px; color: var(--ink); background: white; border-radius: var(--radius-md); box-shadow: 0 20px 55px rgba(1,18,43,.28); }
.contact-panel p { margin-bottom: 8px; color: var(--muted); font-size: .9rem; font-weight: 700; }
.contact-number { display: block; margin-bottom: 20px; color: var(--navy); font-size: clamp(1.8rem, 4vw, 2.6rem); letter-spacing: -.04em; font-weight: 900; text-decoration: none; }
.button-white { width: 100%; color: white; background: var(--navy); }
.contact-panel small { display: block; margin-top: 13px; color: var(--muted); text-align: center; }
.site-footer { padding: 28px 0; color: #718095; background: #081d3c; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; font-size: .85rem; }
.mobile-call { display: none; }

:focus-visible { outline: 3px solid #f0bd27; outline-offset: 3px; }

@media (max-width: 820px) {
  .shell { width: min(100% - 28px, 680px); }
  .nav-wrap { min-height: 74px; }
  .brand { width: 210px; }
  .nav-call { font-size: .9rem; padding: 10px 13px; }
  .hero { padding: 42px 0 68px; }
  .hero-grid, .next-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-copy { display: contents; }
  .hero-copy .eyebrow, .hero-copy h1, .hero-copy .hero-lede, .hero-copy .hero-actions, .hero-copy .microcopy { grid-column: 1; }
  .hero-media { margin-top: 6px; }
  .price-card { left: 16px; bottom: -30px; }
  .services { padding: 72px 0; }
  .service-result { align-items: stretch; flex-direction: column; }
  .button-secondary { width: 100%; }
  .next-step { padding: 72px 0; }
}

@media (max-width: 560px) {
  body { padding-bottom: 78px; }
  .site-header { position: static; }
  .nav-wrap { justify-content: center; }
  .brand { width: 236px; }
  .nav-call { display: none; }
  h1 { font-size: 3rem; }
  .hero-actions .button-primary { width: 100%; }
  .text-link { margin: 0 auto; }
  .hero-media img { min-height: 310px; object-position: 62% center; }
  .price-card { padding: 15px 20px; }
  .price-card strong { font-size: 2.4rem; }
  .microcopy { text-align: center; }
  .services { padding: 66px 0; }
  .service-picker { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-chip { padding: 0 10px; }
  .service-result { padding: 25px 22px; }
  .contact-panel { padding: 25px 20px; }
  .footer-inner { flex-direction: column; text-align: center; }
  .mobile-call { position: fixed; z-index: 30; left: 12px; right: 12px; bottom: 10px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 18px; color: white; background: var(--navy); border: 1px solid rgba(255,255,255,.18); border-radius: 16px; text-decoration: none; box-shadow: 0 15px 40px rgba(6,29,66,.35); }
  .mobile-call span { font-size: .78rem; font-weight: 700; }
  .mobile-call strong { font-size: 1rem; }
}

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