:root {
  --blue-950: #061a44;
  --blue-900: #0c2e74;
  --blue-800: #164ea6;
  --blue-700: #1f69d0;
  --blue-300: #8dc4ff;
  --ice-100: #eef6ff;
  --ice-050: #f8fbff;
  --ink: #09214d;
  --white: #ffffff;
  --radius-lg: 22px;
  --radius-md: 14px;
  --shadow: 0 16px 38px rgba(10, 33, 80, 0.18);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Space Grotesk", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 10%, rgba(101, 183, 255, 0.32), transparent 36%),
    radial-gradient(circle at 90% 5%, rgba(22, 78, 166, 0.22), transparent 28%),
    linear-gradient(180deg, #edf5ff 0%, #f8fbff 40%, #eef6ff 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

h1,
h2,
h3 {
  font-family: "Outfit", sans-serif;
  margin: 0;
  line-height: 1.15;
}

p {
  margin: 0;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, calc(100% - 2.2rem));
  margin: 0 auto;
}

.bg-orb {
  position: fixed;
  width: 340px;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(6px);
  z-index: -1;
  opacity: 0.55;
}

.orb-left {
  background: radial-gradient(circle, rgba(77, 161, 255, 0.4), rgba(77, 161, 255, 0));
  left: -120px;
  top: 120px;
}

.orb-right {
  background: radial-gradient(circle, rgba(31, 105, 208, 0.42), rgba(31, 105, 208, 0));
  right: -110px;
  top: 380px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 99;
  background: rgba(248, 251, 255, 0.82);
  border-bottom: 1px solid rgba(18, 70, 150, 0.12);
  backdrop-filter: blur(10px);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 76px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
}

.brand img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-text strong {
  font-size: 1.02rem;
  letter-spacing: 0.02em;
}

.brand-text span {
  font-size: 0.76rem;
  color: var(--blue-800);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.main-nav {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(22, 78, 166, 0.14);
  border-radius: 999px;
  padding: 0.28rem;
  box-shadow: 0 10px 22px rgba(15, 55, 120, 0.1);
}

.main-nav a {
  color: rgba(9, 33, 77, 0.86);
  padding: 0.45rem 0.78rem;
  border-radius: 999px;
  font-size: 0.92rem;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.main-nav a:hover {
  color: var(--blue-900);
  background: rgba(31, 105, 208, 0.14);
  transform: translateY(-1px);
}

.main-nav a:focus-visible {
  outline: 2px solid var(--blue-700);
  outline-offset: 1px;
}

.main-nav a:last-child {
  background: linear-gradient(145deg, rgba(22, 78, 166, 0.16), rgba(31, 105, 208, 0.22));
  font-weight: 700;
}

.main-nav a.is-active {
  color: var(--blue-900);
  background: linear-gradient(145deg, rgba(22, 78, 166, 0.18), rgba(141, 196, 255, 0.28));
  font-weight: 700;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 999px;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-nav {
  background: var(--blue-700);
  color: var(--white);
  padding: 0.55rem 1.1rem;
  box-shadow: 0 9px 20px rgba(19, 87, 176, 0.28);
}

.btn-primary {
  background: linear-gradient(135deg, var(--blue-800), var(--blue-700));
  color: var(--white);
  padding: 0.85rem 1.35rem;
  box-shadow: 0 12px 26px rgba(19, 87, 176, 0.32);
}

.btn-ghost {
  border: 1px solid rgba(22, 78, 166, 0.28);
  color: var(--blue-900);
  background: rgba(255, 255, 255, 0.62);
  padding: 0.85rem 1.35rem;
}

.hero {
  padding: 4.8rem 0 3rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.2rem;
  align-items: stretch;
}

.hero-copy {
  background: linear-gradient(145deg, #ffffff 0%, #f3f9ff 90%);
  border: 1px solid rgba(22, 78, 166, 0.12);
  border-radius: var(--radius-lg);
  padding: 2.2rem;
  box-shadow: var(--shadow);
}

.eyebrow {
  display: inline-flex;
  background: rgba(31, 105, 208, 0.12);
  color: var(--blue-900);
  border: 1px solid rgba(22, 78, 166, 0.18);
  border-radius: 999px;
  padding: 0.24rem 0.7rem;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 1rem;
}

.hero-copy h1 {
  font-size: clamp(2rem, 5vw, 3.55rem);
  margin-bottom: 0.9rem;
  max-width: 18ch;
}

.hero-copy h1 span {
  color: var(--blue-800);
}

.hero-copy p {
  font-size: 1.04rem;
  color: rgba(9, 33, 77, 0.92);
  max-width: 58ch;
}

.since-tag {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.3rem 0.75rem;
  margin-bottom: 0.95rem;
  font-size: 0.83rem;
  font-weight: 700;
  color: var(--blue-900);
  background: rgba(13, 82, 182, 0.1);
  border: 1px solid rgba(22, 78, 166, 0.2);
}

.hero-actions {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-panel {
  background: linear-gradient(155deg, var(--blue-950), var(--blue-900));
  color: var(--white);
  border-radius: var(--radius-lg);
  padding: 1.8rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(9, 33, 77, 0.28);
}

.hero-panel::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(141, 196, 255, 0.25), rgba(141, 196, 255, 0));
  right: -70px;
  top: -40px;
}

.hero-panel h2 {
  font-size: 1.38rem;
  margin-bottom: 1rem;
}

.hero-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.68rem;
}

.hero-panel li {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  padding: 0.58rem 0.7rem;
}

.section {
  padding: 1.9rem 0 3.2rem;
}

.section-title {
  font-size: clamp(1.52rem, 3.2vw, 2.3rem);
  color: var(--blue-900);
  margin-bottom: 1.2rem;
}

.section-subtitle {
  color: rgba(9, 33, 77, 0.8);
  margin-bottom: 1.1rem;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.card {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(22, 78, 166, 0.12);
  border-radius: var(--radius-md);
  padding: 1.2rem;
  box-shadow: 0 8px 20px rgba(15, 55, 120, 0.11);
}

.card h3 {
  margin-bottom: 0.45rem;
  color: var(--blue-900);
}

.partners {
  padding-top: 0.5rem;
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.partner-card {
  background: linear-gradient(145deg, #ffffff, #edf6ff 90%);
  border: 1px solid rgba(22, 78, 166, 0.16);
  border-radius: var(--radius-md);
  padding: 1.2rem;
  box-shadow: 0 10px 22px rgba(15, 55, 120, 0.12);
}

.partner-card h3 {
  color: var(--blue-900);
  margin-bottom: 0.45rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
}

.feature-item {
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.86), rgba(238, 246, 255, 0.9));
  border: 1px solid rgba(22, 78, 166, 0.14);
  border-radius: var(--radius-md);
  padding: 1rem;
}

.feature-item h3 {
  font-size: 1.1rem;
  margin-bottom: 0.45rem;
  color: var(--blue-900);
}

.resources {
  padding-top: 0.6rem;
}

.resources-wrap {
  background: linear-gradient(145deg, #ffffff 0%, #eef7ff 100%);
  border: 1px solid rgba(22, 78, 166, 0.16);
  border-radius: var(--radius-lg);
  padding: 1.8rem;
  box-shadow: 0 14px 30px rgba(15, 55, 120, 0.14);
}

.resources-wrap .section-title {
  margin-bottom: 0.5rem;
}

.resources-wrap .section-subtitle {
  margin-bottom: 1.1rem;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.resource-item {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(22, 78, 166, 0.14);
  border-radius: 12px;
  padding: 1rem;
}

.resource-item h3 {
  color: var(--blue-900);
  margin-bottom: 0.4rem;
}

.solutions {
  position: relative;
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.solution-card {
  background: linear-gradient(145deg, #ffffff, #edf6ff 92%);
  border: 1px solid rgba(22, 78, 166, 0.16);
  border-radius: var(--radius-md);
  padding: 1.15rem;
  box-shadow: 0 10px 22px rgba(15, 55, 120, 0.12);
}

.solution-card h3 {
  color: var(--blue-900);
  margin-bottom: 0.45rem;
}

.trust {
  padding-top: 1rem;
}

.trust-wrap {
  background: linear-gradient(145deg, var(--blue-950), var(--blue-800));
  border-radius: var(--radius-lg);
  color: var(--white);
  padding: 2rem;
  box-shadow: 0 18px 38px rgba(8, 30, 76, 0.35);
}

.trust-wrap .eyebrow {
  background: rgba(255, 255, 255, 0.12);
  color: #dbeeff;
  border-color: rgba(255, 255, 255, 0.28);
}

.trust-wrap h2 {
  font-size: clamp(1.45rem, 3.2vw, 2.2rem);
  max-width: 28ch;
  margin-bottom: 1.2rem;
}

.trust-note {
  color: #dbe9ff;
  max-width: 60ch;
  margin-bottom: 1rem;
}

.stories {
  padding-top: 0.8rem;
}

.slider {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.8rem;
}

.slider-viewport {
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(22, 78, 166, 0.16);
  box-shadow: 0 14px 32px rgba(15, 55, 120, 0.13);
}

.slider-track {
  display: flex;
  transition: transform 420ms ease;
}

.slide {
  min-width: 100%;
  background: linear-gradient(145deg, #ffffff, #ecf6ff 90%);
  padding: 1.45rem;
}

.slide-kicker {
  display: inline-flex;
  border-radius: 999px;
  padding: 0.24rem 0.62rem;
  margin-bottom: 0.7rem;
  background: rgba(22, 78, 166, 0.12);
  border: 1px solid rgba(22, 78, 166, 0.2);
  color: var(--blue-900);
  font-weight: 700;
  font-size: 0.8rem;
}

.slide h3 {
  color: var(--blue-900);
  margin-bottom: 0.45rem;
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
}

.slider-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(22, 78, 166, 0.24);
  background: rgba(255, 255, 255, 0.85);
  color: var(--blue-900);
  font-size: 1.1rem;
  cursor: pointer;
  transition: transform 160ms ease, background-color 160ms ease;
}

.slider-btn:hover {
  transform: translateY(-1px);
  background: rgba(141, 196, 255, 0.3);
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 0.9rem;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: rgba(22, 78, 166, 0.26);
  cursor: pointer;
}

.dot.is-active {
  background: var(--blue-700);
}

.faq {
  padding-top: 0.9rem;
}

.accordion {
  display: grid;
  gap: 0.7rem;
}

.accordion-item {
  border: 1px solid rgba(22, 78, 166, 0.16);
  border-radius: 12px;
  background: linear-gradient(145deg, #ffffff, #edf7ff 92%);
  box-shadow: 0 10px 20px rgba(15, 55, 120, 0.09);
  overflow: hidden;
}

.accordion-trigger {
  width: 100%;
  background: transparent;
  border: 0;
  text-align: left;
  font-family: "Outfit", sans-serif;
  font-size: 1.05rem;
  color: var(--blue-900);
  padding: 1rem;
  cursor: pointer;
}

.accordion-trigger::after {
  content: "+";
  float: right;
  font-size: 1.2rem;
  line-height: 1;
}

.accordion-trigger[aria-expanded="true"]::after {
  content: "-";
}

.accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 280ms ease;
}

.accordion-panel p {
  padding: 0 1rem 1rem;
}

.accordion-panel.is-open {
  max-height: 220px;
}

.trust-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.metric-card {
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 12px;
  padding: 1rem;
}

.metric-card h3 {
  font-size: clamp(1.35rem, 3vw, 2rem);
  margin-bottom: 0.2rem;
}

.metric-card p {
  color: #d5e8ff;
}

.portal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
}

.portal-card {
  background: linear-gradient(140deg, var(--white), #eaf4ff);
  border: 1px solid rgba(22, 78, 166, 0.18);
  border-radius: var(--radius-md);
  padding: 1.05rem;
  transition: transform 170ms ease, border-color 170ms ease, box-shadow 170ms ease;
}

.portal-card:hover {
  transform: translateY(-4px);
  border-color: rgba(22, 78, 166, 0.45);
  box-shadow: 0 12px 24px rgba(15, 55, 120, 0.16);
}

.portal-card h3 {
  color: var(--blue-900);
  margin-bottom: 0.35rem;
}

.signup-cta {
  margin-top: 1.2rem;
  background: linear-gradient(130deg, rgba(12, 46, 116, 0.95), rgba(31, 105, 208, 0.95));
  color: var(--white);
  border-radius: var(--radius-md);
  padding: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.signup-cta p {
  max-width: 60ch;
}

.site-footer {
  border-top: 1px solid rgba(22, 78, 166, 0.15);
  background: rgba(243, 249, 255, 0.85);
  padding: 1rem 0;
}

.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.footer-wrap p {
  font-weight: 700;
  color: var(--blue-900);
}

.footer-wrap a {
  color: var(--blue-700);
  font-weight: 600;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 120ms;
}

.delay-2 {
  transition-delay: 220ms;
}

@media (max-width: 980px) {
  .main-nav {
    display: none;
  }

  .slider {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .slider-btn {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .hero-panel {
    padding: 1.4rem;
  }

  .audience-grid,
  .partner-grid,
  .feature-grid,
  .resource-grid,
  .solutions-grid,
  .trust-metrics,
  .portal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .resources-wrap {
    padding: 1.35rem;
  }
}

@media (max-width: 640px) {
  .nav-wrap {
    min-height: 68px;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .brand-text strong {
    font-size: 0.92rem;
  }

  .hero {
    padding-top: 3.7rem;
  }

  .hero-copy h1 {
    font-size: 1.95rem;
  }

  .hero-copy p,
  .card p,
  .feature-item p,
  .portal-card p {
    font-size: 0.95rem;
  }

  .btn-primary,
  .btn-ghost {
    width: 100%;
  }

  .audience-grid,
  .partner-grid,
  .feature-grid,
  .resource-grid,
  .solutions-grid,
  .trust-metrics,
  .portal-grid {
    grid-template-columns: 1fr;
  }

  .trust-wrap {
    padding: 1.25rem;
  }

  .signup-cta {
    padding: 0.95rem;
  }

  .accordion-trigger {
    font-size: 0.98rem;
  }
}
