@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Inter+Tight:500,400,600|Poppins:500,400,600|Manrope:500");
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}

.font-work-sans {
  font-family: "Work Sans", sans-serif !important;
}

@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/worksans/v24/QGYsz_wNahGAdqQ43Rh_fKDptfpA4Q.woff2") format("woff2");
}

/* Founders Grotesk substitute: Work Sans (Google Fonts) */
@font-face {
  font-family: "Founders Grotesk";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/worksans/v24/QGYsz_wNahGAdqQ43Rh_fKDptfpA4Q.woff2") format("woff2");
}

@font-face {
  font-family: "Founders Grotesk";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/worksans/v24/QGYsz_wNahGAdqQ43Rh_fKDptfpA4Q.woff2") format("woff2");
}

@font-face {
  font-family: "Founders Grotesk";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/worksans/v24/QGYsz_wNahGAdqQ43Rh_fKDptfpA4Q.woff2") format("woff2");
}

@font-face {
  font-family: "Founders_Grotesk-Regular";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/worksans/v24/QGYsz_wNahGAdqQ43Rh_fKDptfpA4Q.woff2") format("woff2");
}

@font-face {
  font-family: "Founders_Grotesk-Medium";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/worksans/v24/QGYsz_wNahGAdqQ43Rh_fKDptfpA4Q.woff2") format("woff2");
}

@font-face {
  font-family: "Founders_Grotesk-Semibold";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/worksans/v24/QGYsz_wNahGAdqQ43Rh_fKDptfpA4Q.woff2") format("woff2");
}

[data-faq-accordion] [data-faq-item] {
  background-color: #f8fbff;
  border-bottom-color: #1f292f;
}

[data-faq-accordion] [data-faq-item].is-open {
  background-color: #f8faff;
  border-bottom-color: #011587;
}

.faq-accordion__trigger {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

.faq-accordion__icon {
  transition: transform 0.2s ease;
}

[data-faq-accordion] [data-faq-item].is-open .faq-accordion__icon {
  transform: rotate(180deg);
}

[data-suite-slides] {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
}

[data-suite-slide] {
  grid-area: 1 / 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

[data-suite-slide].is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

[data-suite-tab] {
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

[data-cta] {
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

[data-cta]:hover {
  background-color: #0a2ab8;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(1, 21, 135, 0.28);
}

[data-cta]:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(1, 21, 135, 0.2);
}

/* Hero typography — base (mobile) */
.hero-headline {
  font-size: clamp(2rem, 5vw, 2.5rem);
}

.hero-subheadline {
  font-size: 1rem;
}

@media (min-width: 640px) {
  .hero-subheadline {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .hero-headline {
    font-size: clamp(2.5rem, 3.8vw, 3.5rem);
  }

  .hero-subheadline {
    font-size: 1.25rem;
  }

  .hero-cta-label {
    font-size: 2.25rem;
  }

  .hero-cta-button {
    padding: 1.75rem 3.5rem;
  }

  .hero-cta-icon {
    width: 2.25rem;
    height: 2.25rem;
  }

  .hero-disclaimer {
    font-size: 0.8125rem;
  }
}

/* Desktop: header + hero fill exactly one viewport */
@media (min-width: 768px) {
  .hero-viewport {
    height: 100dvh;
    min-height: 100dvh;
    max-height: 100dvh;
  }

  .hero-viewport .hero-section {
    flex: 1 1 auto;
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* 1080p at 125–150% OS scale → ~1280×720 CSS px */
@media (min-width: 1200px) and (max-height: 820px) {
  .hero-content {
    max-width: 980px;
    gap: 1.75rem;
  }

  .hero-content > .hero-copy {
    gap: 1.25rem;
  }

  .hero-headline {
    font-size: clamp(3rem, 4.8vw, 4.25rem);
    line-height: 1.08;
  }

  .hero-subheadline {
    font-size: 1.375rem;
    max-width: 700px;
  }

  .hero-cta-group {
    gap: 0.75rem;
  }

  .hero-cta-button {
    padding: 1.375rem 2.75rem;
    gap: 1rem;
  }

  .hero-cta-label {
    font-size: 2.625rem;
  }

  .hero-cta-icon {
    width: 2.25rem;
    height: 2.25rem;
  }

  .hero-disclaimer {
    font-size: 0.8125rem;
    line-height: 1.45;
    max-width: 620px;
  }
}

/* Large desktop (e.g. 1920×1080 at 100% scale) */
@media (min-width: 1600px) and (min-height: 900px) {
  .hero-content {
    max-width: 1100px;
    gap: 4rem;
  }

  .hero-headline {
    font-size: clamp(4.25rem, 4.5vw, 5.75rem);
    line-height: 1.08;
  }

  .hero-subheadline {
    font-size: 1.75rem;
    max-width: 800px;
  }

  .hero-cta-group {
    gap: 1.25rem;
  }

  .hero-cta-button {
    padding: 2.75rem 5.5rem;
    gap: 1.375rem;
  }

  .hero-cta-label {
    font-size: 4rem;
  }

  .hero-cta-icon {
    width: 3.25rem;
    height: 3.25rem;
  }

  .hero-disclaimer {
    font-size: 0.9375rem;
    line-height: 1.5;
    max-width: 740px;
  }
}

@media (min-width: 1024px) and (max-height: 820px) and (max-width: 1199px) {
  .hero-cta-group {
    gap: 0.5rem;
  }
}
