:root {
  --primary-blue: #005C8E;
  --primary-blue-text: #005C8E;
  --bright-blue: #0038FF;
  --very-dark-blue: #000321;
  --button-green: #319A43;
  --button-green-hover: #2a8439;
  --muted-blue: #8893A8;
  --bar-bg: #F4F8FB;
  --testimonial-bg: #F6F6FF;
  --text-light: #ffffff;
  --text-dark: #000000;
  --link: #188bf6;
  --border: #e2e2e2;
  --headline-font: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  --body-font: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: var(--text-dark);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--link); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 {
  font-family: var(--headline-font);
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
p { margin: 0; }

/* ===== Logo bar ===== */
.logo-bar {
  background: var(--primary-blue);
  text-align: center;
  padding: 14px 20px;
}
.logo-bar img {
  height: 56px;
  width: auto;
  display: inline-block;
  filter: brightness(0) invert(1);
}

/* ===== Hero ===== */
.hero {
  position: relative;
  background-image: url('/assets/hero-bg.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 20px 90px;
  color: var(--text-light);
  text-align: center;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 92, 142, 0.55);
}
.hero-inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.hero .eyebrow {
  display: inline-block;
  color: var(--text-light);
  font-family: var(--headline-font);
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 14px;
  line-height: 2em;
}
.hero .eyebrow .dot {
  color: #FF6240;
  margin: 0 6px;
  font-weight: 700;
}
.hero h1 {
  color: var(--text-light);
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
  margin: 0 0 16px;
  padding: 0 20px;
}
.hero .lede {
  color: var(--text-light);
  font-size: 20px;
  line-height: 1.5;
  margin: 0 auto 36px;
  max-width: 720px;
  padding: 0 20px 20px;
}
.btn-cta {
  display: inline-block;
  background: var(--button-green);
  color: #fff !important;
  font-family: var(--headline-font);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 20px 30px;
  border: 2px solid transparent;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s ease;
}
.btn-cta:hover {
  background: var(--button-green-hover);
  text-decoration: none;
  color: #fff !important;
}

/* ===== Features ===== */
.features {
  background: var(--primary-blue);
  color: var(--text-light);
  padding: 80px 20px;
  text-align: center;
}
.features-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.features h2 {
  color: var(--text-light);
  font-size: 56px;
  letter-spacing: -1px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 48px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.feature-card {
  text-align: center;
}
.feature-card img {
  max-width: 100px;
  width: 100%;
  height: auto;
  margin: 0 auto 16px;
  display: block;
}
.feature-card h3 {
  color: var(--text-light);
  font-size: 22px;
  margin: 0 0 12px;
  font-weight: 700;
}
.feature-card p {
  color: var(--text-light);
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

/* ===== Testimonials ===== */
.testimonials {
  background: var(--testimonial-bg);
  padding: 80px 20px;
  text-align: center;
}
.testimonials-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.testimonials .eyebrow {
  color: var(--bright-blue);
  font-family: var(--body-font);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 8px;
  line-height: 2em;
  display: block;
}
.testimonials h2 {
  color: var(--very-dark-blue);
  font-size: 56px;
  letter-spacing: -1px;
  margin: 0 0 48px;
  font-weight: 700;
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testimonial-grid img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

/* ===== Trust banner ===== */
.trust {
  background: #fff;
  padding: 80px 20px 60px;
  text-align: center;
}
.trust-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.trust h2 {
  color: var(--primary-blue);
  font-size: 56px;
  letter-spacing: -1px;
  font-weight: 700;
  margin: 0 0 40px;
}
.trust-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
}
.trust-badge {
  color: var(--primary-blue);
  font-family: var(--headline-font);
  font-weight: 700;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.trust-badge .check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--button-green);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

/* ===== Footer ===== */
footer.site-footer {
  background: var(--primary-blue);
  color: var(--text-light);
  padding: 50px 20px 40px;
  text-align: center;
}
footer.site-footer img {
  max-width: 120px;
  height: auto;
  display: inline-block;
  margin-bottom: 16px;
  filter: brightness(0) invert(1);
}
footer.site-footer .copyright {
  font-size: 14px;
  margin: 0 0 6px;
  color: var(--text-light);
}
footer.site-footer .links {
  margin: 6px 0 16px;
  font-size: 14px;
}
footer.site-footer .links a {
  color: var(--text-light);
  margin: 0 8px;
  text-decoration: underline;
}
footer.site-footer .disclaimer {
  font-size: 11px;
  opacity: 0.85;
  max-width: 720px;
  margin: 16px auto 0;
  line-height: 1.5;
  color: var(--text-light);
}

/* ===== Quote modal ===== */
.quote-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.quote-modal[hidden] { display: none; }
.quote-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.quote-modal-inner {
  position: relative;
  background: #fff;
  border-radius: 10px;
  max-width: 720px;
  width: 100%;
  max-height: 92vh;
  overflow-y: auto;
  padding: 32px 24px 24px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.3);
}
.quote-modal-close {
  position: absolute;
  top: 8px;
  right: 12px;
  background: transparent;
  border: 0;
  font-size: 32px;
  line-height: 1;
  color: #555;
  cursor: pointer;
  padding: 4px 12px;
  font-family: var(--headline-font);
}
.quote-modal-close:hover { color: #000; }
.quote-modal-title {
  color: var(--primary-blue);
  font-size: 28px;
  margin: 0 0 6px;
  text-align: center;
}
.quote-modal-sub {
  text-align: center;
  color: #555;
  margin: 0 0 20px;
  font-size: 15px;
}
.quote-modal iframe {
  width: 100%;
  border: 0;
  min-height: 620px;
  display: block;
}

/* ===== Legal pages (shared) ===== */
.title-bar {
  background: var(--bar-bg);
  padding: 24px 20px;
  text-align: center;
  margin-bottom: 24px;
}
.title-bar h1 {
  margin: 0;
  font-family: var(--headline-font);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.01em;
}
.legal {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px 60px;
  font-family: var(--body-font);
}
.legal h2 { font-size: 20px; margin: 24px 0 8px; }
.legal p { color: #222; margin: 0 0 12px; line-height: 1.6; }

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .feature-grid { grid-template-columns: 1fr; gap: 32px; }
  .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-badges { gap: 24px; flex-direction: column; }
  .hero h1 { font-size: 40px; }
  .features h2, .testimonials h2, .trust h2 { font-size: 36px; }
}

@media (max-width: 600px) {
  .logo-bar img { height: 44px; }
  .hero { padding: 50px 16px 60px; }
  .hero .eyebrow { font-size: 12px; letter-spacing: 2px; }
  .hero h1 { font-size: 32px; padding: 0; letter-spacing: -0.5px; }
  .hero .lede { font-size: 16px; padding: 0 8px 16px; margin-bottom: 24px; }
  .btn-cta { font-size: 13px; padding: 16px 24px; width: 100%; }
  .features { padding: 60px 16px; }
  .features h2 { font-size: 26px; }
  .feature-card h3 { font-size: 20px; }
  .testimonials { padding: 60px 16px; }
  .testimonials h2 { font-size: 26px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .trust { padding: 60px 16px 40px; }
  .trust h2 { font-size: 26px; }
  .trust-badge { font-size: 16px; }
  .title-bar h1 { font-size: 20px; }
}
