:root {
  --navy: #10273f;
  --navy-2: #15324a;
  --teal: #1f7a8c;
  --green: #39a875;
  --gold: #f4b942;
  --ink: #172434;
  --muted: #5e7181;
  --line: #d9e5e7;
  --paper: #fbfcfa;
  --soft: #eef7f6;
  --white: #ffffff;
  --danger: #9a4b18;
  --shadow: 0 22px 55px rgba(16, 39, 63, .14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}

a {
  color: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 76px;
  padding: 14px clamp(16px, 4vw, 56px);
  background: rgba(251, 252, 250, .93);
  border-bottom: 1px solid rgba(217, 229, 231, .85);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  text-decoration: none;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--teal), var(--navy));
  font-weight: 850;
  letter-spacing: 0;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1rem;
  line-height: 1.1;
}

.brand small {
  color: var(--muted);
  font-size: .78rem;
}

.site-nav {
  flex: 1;
}

.nav-toggle,
.more-toggle,
.popup-close {
  font: inherit;
  cursor: pointer;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--navy);
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.nav-links a,
.more-toggle {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 10px;
  border: 0;
  border-radius: 8px;
  color: var(--muted);
  background: transparent;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.nav-links a:hover,
.more-toggle:hover,
.nav-links .is-active {
  color: var(--navy);
  background: var(--soft);
}

.nav-more {
  position: relative;
}

.more-menu {
  position: absolute;
  top: 44px;
  right: 0;
  display: none;
  width: 218px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.nav-more:hover .more-menu,
.nav-more.is-open .more-menu {
  display: grid;
}

.header-call {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-width: 178px;
  min-height: 48px;
  padding: 7px 13px;
  border-radius: 8px;
  color: var(--white);
  background: var(--navy);
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(16, 39, 63, .18);
}

.header-call span {
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: 0;
  opacity: .8;
}

.header-call strong {
  font-size: .95rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, .98fr);
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
  padding: clamp(48px, 8vw, 88px) clamp(16px, 4vw, 56px) clamp(38px, 6vw, 68px);
  background:
    linear-gradient(115deg, rgba(238, 247, 246, .96), rgba(251, 252, 250, .88) 54%, rgba(244, 185, 66, .16)),
    radial-gradient(circle at 82% 16%, rgba(57, 168, 117, .22), transparent 35%);
  overflow: hidden;
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--teal);
  font-size: .82rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 18px;
  height: 4px;
  border-radius: 999px;
  background: var(--gold);
}

h1,
h2 {
  margin: 0;
  color: var(--navy);
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  margin-top: 16px;
  font-size: 4.8rem;
}

.hero p {
  max-width: 660px;
  margin: 20px 0 0;
  color: #334a5e;
  font-size: 1.18rem;
}

.hero-actions,
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 2px solid var(--teal);
  border-radius: 8px;
  color: var(--white);
  background: var(--teal);
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(31, 122, 140, .18);
}

.button:hover {
  background: #176477;
  border-color: #176477;
}

.button-secondary {
  color: var(--navy);
  background: transparent;
  border-color: rgba(21, 50, 74, .25);
  box-shadow: none;
}

.button-secondary:hover {
  color: var(--white);
  background: var(--navy);
  border-color: var(--navy);
}

.button-light {
  color: var(--navy);
  background: var(--white);
  border-color: var(--white);
}

.button-light:hover {
  color: var(--white);
  background: var(--navy);
  border-color: var(--navy);
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--navy);
  background: rgba(255, 255, 255, .72);
  font-size: .88rem;
  font-weight: 750;
}

.hero-art {
  min-width: 0;
}

.hero-art svg {
  display: block;
  width: min(100%, 660px);
  margin-inline: auto;
  filter: drop-shadow(0 28px 42px rgba(16, 39, 63, .16));
}

.content-section,
.form-section,
.cta-band,
.site-footer {
  padding-inline: clamp(16px, 4vw, 56px);
}

.content-section {
  padding-top: clamp(34px, 6vw, 72px);
  padding-bottom: clamp(34px, 6vw, 72px);
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.info-panel {
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.info-panel h2,
.form-copy h2,
.cta-band h2 {
  font-size: 1.8rem;
}

.info-panel p,
.form-copy p,
.cta-band p,
.site-footer p,
.faq-list p {
  color: var(--muted);
}

.info-panel ul {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding-left: 19px;
  color: #31485a;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 930px;
  margin: 0 auto;
}

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

summary {
  padding: 20px 22px;
  color: var(--navy);
  font-weight: 850;
  cursor: pointer;
}

details p {
  margin: 0;
  padding: 0 22px 22px;
}

.form-section {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 22px;
  max-width: 1180px;
  margin: 0 auto clamp(34px, 6vw, 72px);
}

.form-copy,
.request-form {
  padding: 26px;
  border-radius: 8px;
}

.form-copy {
  background: var(--soft);
}

.request-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  border: 1px solid var(--line);
  background: var(--white);
}

.request-form label {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-weight: 800;
}

.request-form input,
.request-form select {
  min-height: 46px;
  width: 100%;
  border: 1px solid #c9d9dd;
  border-radius: 8px;
  padding: 0 12px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

.request-form button,
.form-status {
  grid-column: 1 / -1;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--teal);
  font-weight: 800;
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  max-width: 1180px;
  margin: 0 auto clamp(42px, 6vw, 78px);
  padding-block: 30px;
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(16, 39, 63, .98), rgba(31, 122, 140, .96)),
    linear-gradient(90deg, var(--navy), var(--teal));
}

.cta-band h2,
.cta-band p,
.cta-band .eyebrow {
  color: var(--white);
}

.cta-band p {
  margin: 10px 0 0;
  opacity: .86;
}

.cta-band .eyebrow::before {
  background: var(--gold);
}

.site-footer {
  padding-top: 36px;
  padding-bottom: 92px;
  color: #dce8ea;
  background: var(--navy);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr .7fr .7fr;
  gap: 28px;
  max-width: 1180px;
  margin: 0 auto;
}

.footer-brand .brand-mark {
  background: linear-gradient(135deg, var(--gold), var(--green));
  color: var(--navy);
}

.footer-brand strong,
.site-footer h2 {
  color: var(--white);
}

.site-footer h2 {
  margin-bottom: 10px;
  font-size: 1rem;
}

.site-footer a {
  display: block;
  margin: 7px 0;
  color: #dce8ea;
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--gold);
}

.legal-note {
  max-width: 1180px;
  margin: 28px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  font-size: .88rem;
}

.mobile-call {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 45;
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 8px;
  color: var(--white);
  background: var(--green);
  font-weight: 900;
  text-decoration: none;
  box-shadow: var(--shadow);
}

.call-popup {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  place-items: center;
  padding: 18px;
  background: rgba(16, 39, 63, .56);
}

.call-popup.is-visible {
  display: grid;
}

.call-popup-card {
  position: relative;
  width: min(100%, 430px);
  padding: 30px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.call-popup-card h2 {
  margin-top: 12px;
  font-size: 2rem;
}

.call-popup-card p {
  color: var(--muted);
}

.popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--navy);
  background: var(--white);
  font-weight: 900;
}

@media (max-width: 1120px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .nav-toggle {
    display: block;
    margin-left: auto;
  }

  .site-nav {
    order: 3;
    flex: 0 0 100%;
  }

  .nav-links {
    display: none;
    align-items: stretch;
    padding-top: 12px;
  }

  .nav-links.is-open {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nav-links a,
  .more-toggle {
    justify-content: flex-start;
  }

  .nav-more {
    display: contents;
  }

  .more-toggle {
    display: none;
  }

  .more-menu {
    position: static;
    display: contents;
    width: auto;
    padding: 0;
    border: 0;
    box-shadow: none;
  }
}

@media (max-width: 900px) {
  .hero,
  .form-section {
    grid-template-columns: 1fr;
  }

  .hero-art {
    order: -1;
  }

  h1 {
    font-size: 3.45rem;
  }

  .info-panel h2,
  .form-copy h2,
  .cta-band h2 {
    font-size: 1.55rem;
  }

  .content-grid {
    grid-template-columns: 1fr;
  }

  .cta-band,
  .footer-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .request-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .site-header {
    gap: 12px;
  }

  .header-call {
    display: none;
  }

  .mobile-call {
    display: inline-flex;
  }

  .nav-links.is-open {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 28px;
  }

  h1 {
    font-size: 2.38rem;
  }

  .hero-actions .button,
  .cta-band .button {
    width: 100%;
  }

  .trust-row span {
    width: 100%;
  }

  .info-panel,
  .form-copy,
  .request-form,
  .call-popup-card {
    padding: 20px;
  }
}
