:root {
  --blue: #65a9dc;
  --blue-dark: #377eb3;
  --pale-blue: #eaf2fa;
  --black: #111;
  --gray: #626262;
  --page: 1110px;
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; }
body { margin: 0; color: var(--black); background: #fff; font-family: Montserrat, Arial, Helvetica, sans-serif; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
.page-width { width: min(calc(100% - 40px), var(--page)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; color: #fff; background: #111; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.call-bar { min-height: 38px; padding: 6px 20px; display: flex; align-items: center; justify-content: center; gap: 55px; color: #111; background: var(--blue); }
.call-bar p { min-width: 0; margin: 0; font-size: 14px; font-weight: 400; letter-spacing: 2.6px; line-height: 1.5; overflow-wrap: anywhere; text-align: center; text-transform: uppercase; }
.call-bar span { font-size: 26px; transform: rotate(90deg); }

.site-header { padding: 60px 20px 36px; }
.logo { width: 390px; margin: 0 auto 42px; display: block; color: #18336f; text-align: center; text-decoration: none; }
.logo svg { width: 100%; height: 165px; overflow: visible; }
.logo text { fill: #1e2a65; font-family: Georgia, serif; font-size: 112px; }
.logo-pulse { fill: none; stroke: #2688ce; stroke-width: 7; stroke-linecap: square; stroke-linejoin: miter; }
.logo span { display: block; margin-top: -12px; color: #2e7fb9; font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; }
.primary-navigation { max-width: 1080px; margin: auto; display: flex; align-items: center; justify-content: center; gap: clamp(25px, 3.2vw, 48px); }
.primary-navigation a { padding: 0 0 11px; color: #2b2b2b; border-bottom: 1px solid transparent; font-size: 12px; font-weight: 400; letter-spacing: 2.5px; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.primary-navigation a:hover, .primary-navigation a:focus-visible, .primary-navigation a.active { border-color: var(--blue-dark); }
.menu-toggle { display: none; }

.hero { min-height: 500px; display: grid; grid-template-columns: 59% 41%; }
.hero > img { width: 100%; height: 500px; object-fit: cover; object-position: 72% center; }
.hero-copy { padding: 55px 48px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--pale-blue); text-align: center; }
.hero-copy h1 { margin: 0 0 26px; color: var(--blue-dark); font-family: Arial Black, Arial, sans-serif; font-size: clamp(28px, 3vw, 42px); font-weight: 900; letter-spacing: 1px; line-height: 1.16; text-transform: uppercase; }
.hero-copy p { margin: 0 0 33px; color: #595959; font-size: 16px; font-weight: 700; line-height: 1.5; }
.button { min-width: 160px; min-height: 57px; padding: 15px 25px; display: inline-flex; align-items: center; justify-content: center; border: 0; font-size: 12px; font-weight: 700; letter-spacing: 2.6px; text-decoration: none; text-transform: uppercase; }
.blue-button { background: var(--blue); }
.dark-button { color: #fff; background: #111; }
.button:hover, .button:focus-visible { filter: brightness(.94); }

.services { padding-top: 76px; padding-bottom: 71px; }
.section-label { margin: 0 0 36px; color: var(--blue-dark); font-size: 15px; font-weight: 400; letter-spacing: 2px; text-transform: uppercase; }
.services-grid { display: grid; grid-template-columns: 48% 52%; align-items: center; gap: 0; }
.services-grid > img { width: 100%; height: 300px; object-fit: cover; object-position: center; }
.services-copy { padding: 0 10px 0 55px; text-align: center; }
.services-copy h2 { margin: 0 0 27px; font-size: 22px; font-weight: 400; letter-spacing: 1px; line-height: 1.35; }
.services-copy p { margin: 0 auto 28px; color: var(--gray); font-size: 14px; font-weight: 400; line-height: 1.55; }

.company-band { padding: 56px 20px; background: var(--blue); }
.company-grid { display: grid; grid-template-columns: 48% 52%; align-items: center; }
.company-grid > img { width: 100%; height: 315px; object-fit: cover; object-position: 72% center; }
.company-copy { padding: 25px 40px 25px 55px; }
.company-copy h2 { max-width: 510px; margin: 0 0 27px; font-family: Arial Black, Arial, sans-serif; font-size: 28px; font-weight: 900; letter-spacing: 1px; line-height: 1.16; text-transform: uppercase; }
.company-copy p { max-width: 460px; margin: 0 0 28px; font-size: 20px; line-height: 1.45; }

.insurance-logos { padding: 70px 80px 57px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; justify-items: center; gap: 80px; }
.insurance-logos img { width: auto; height: 100px; object-fit: contain; }
.insurance-logos img:first-child { height: 92px; }

.site-footer { padding: 0 0 55px; text-align: center; }
.site-footer > strong { display: block; margin-bottom: 38px; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; }
.site-footer div { display: flex; justify-content: space-between; color: #8b8b8b; font-size: 10px; letter-spacing: .4px; text-transform: uppercase; }

:focus-visible { outline: 3px solid #173f70; outline-offset: 4px; }

@media (max-width: 900px) {
  .call-bar span { display: none; }
  .site-header { padding: 35px 20px 20px; }
  .logo { width: 280px; margin-bottom: 25px; }
  .logo svg { height: 125px; }
  .menu-toggle { width: 100%; min-height: 48px; padding: 0 5px; display: flex; align-items: center; justify-content: space-between; color: #222; background: transparent; border: 0; border-block: 1px solid #ddd; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; }
  .menu-toggle i, .menu-toggle i::before, .menu-toggle i::after { width: 24px; height: 1px; display: block; background: #222; content: ""; }
  .menu-toggle i { position: relative; }
  .menu-toggle i::before { position: absolute; top: -7px; }
  .menu-toggle i::after { position: absolute; top: 7px; }
  .primary-navigation { display: none; padding: 15px 0; align-items: stretch; }
  .primary-navigation.open { display: grid; }
  .primary-navigation a { padding: 10px 2px; border: 0; }
}

@media (max-width: 700px) {
  .call-bar p { font-size: 10px; letter-spacing: 1.4px; }
  .hero, .services-grid, .company-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero > img { height: 330px; }
  .hero-copy { min-height: 360px; padding: 45px 25px; }
  .hero-copy h1 { font-size: 27px; overflow-wrap: anywhere; }
  .services { padding-block: 55px; }
  .services-grid > img { height: 280px; }
  .services-copy { min-width: 0; padding: 40px 10px 0; overflow-wrap: anywhere; }
  .company-grid > img { height: 280px; }
  .company-copy { padding: 40px 5px 10px; text-align: center; }
  .company-copy h2 { font-size: 25px; }
  .company-copy p { font-size: 17px; }
  .insurance-logos { padding: 55px 20px; grid-template-columns: 1fr; gap: 38px; }
  .site-footer div { flex-direction: column; gap: 16px; }
}

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