:root {
  --bg: #fffdf8;
  --surface: #ffffff;
  --surface-soft: #f8fbff;
  --text: #1d2532;
  --muted: #5f6978;
  --line: #d9e1ec;
  --brand: #2f6fdf;
  --brand-2: #1fa680;
  --accent: #f6a338;
  --shadow: 0 18px 40px rgba(19, 35, 56, 0.1);
  --radius-lg: 20px;
  --radius-md: 14px;
  --header-height: 78px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Onest", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(900px 420px at 100% -140px, rgba(31, 166, 128, 0.12), transparent),
    radial-gradient(760px 360px at -100px -80px, rgba(47, 111, 223, 0.12), transparent),
    var(--bg);
  min-height: 100vh;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, 92vw);
  margin-inline: auto;
}

.bg-blur {
  position: fixed;
  z-index: -1;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  filter: blur(70px);
  opacity: 0.45;
  pointer-events: none;
}

.bg-blur-1 {
  background: #7eb7ff;
  top: -120px;
  left: -100px;
}

.bg-blur-2 {
  background: #81e3c6;
  right: -120px;
  bottom: -140px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(130, 147, 170, 0.18);
  background: rgba(255, 253, 248, 0.82);
}

.header-inner {
  height: var(--header-height);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Space Grotesk", "Onest", sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(130deg, var(--brand), var(--brand-2));
  box-shadow: 0 10px 26px rgba(47, 111, 223, 0.28);
}

.site-nav {
  justify-self: center;
  display: inline-flex;
  gap: 22px;
}

.site-nav a {
  color: var(--muted);
  font-weight: 600;
  font-size: 0.98rem;
}

.site-nav a:hover {
  color: var(--text);
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 10px;
  padding: 8px 12px;
  font-weight: 600;
}

.btn {
  border-radius: 12px;
  border: 1px solid transparent;
  padding: 12px 18px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(28, 50, 79, 0.14);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(130deg, var(--brand), var(--brand-2));
}

.btn-ghost {
  border-color: var(--line);
  background: #fff;
}

.btn-small {
  padding: 10px 14px;
  font-size: 0.92rem;
}

.hero {
  padding: 54px 0 34px;
}

.hero-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: 1.18fr 0.82fr;
}

.hero-copy,
.hero-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 34px;
}

.hero-panel {
  padding: 28px;
  background: linear-gradient(170deg, #fff, var(--surface-soft));
}

.eyebrow {
  margin: 0;
  font-size: 0.84rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--brand-2);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Space Grotesk", "Onest", sans-serif;
}

h1 {
  margin-top: 14px;
  font-size: clamp(2rem, 4.7vw, 3.15rem);
  line-height: 1.08;
}

.lead {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.58;
  max-width: 62ch;
}

.hero-actions {
  margin-top: 24px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.metrics {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.metrics li {
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: #fff;
  padding: 12px;
}

.metrics strong {
  display: block;
  font-size: 1.02rem;
}

.metrics span {
  margin-top: 4px;
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
}

.hero-panel h2 {
  font-size: 1.3rem;
}

.hero-list {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.hero-list li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
}

.hero-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(130deg, var(--brand), var(--brand-2));
}

.text-link {
  margin-top: 18px;
  color: var(--brand);
  display: inline-block;
  font-weight: 700;
}

.text-link:hover {
  text-decoration: underline;
}

.section {
  padding: 52px 0;
}

.section-soft {
  background: rgba(244, 249, 255, 0.74);
  border-top: 1px solid rgba(137, 161, 190, 0.2);
  border-bottom: 1px solid rgba(137, 161, 190, 0.2);
}

.section-head {
  max-width: 700px;
}

.section-head h2 {
  margin-top: 10px;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
}

.features-grid {
  margin-top: 24px;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card {
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: var(--radius-md);
  padding: 18px;
}

.feature-card h3 {
  font-size: 1.1rem;
}

.feature-card p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.steps {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.step-card {
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: #fff;
  padding: 18px;
}

.step-num {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--brand);
  font-family: "Space Grotesk", "Onest", sans-serif;
  font-weight: 700;
  background: rgba(47, 111, 223, 0.12);
}

.step-card h3 {
  margin-top: 12px;
  font-size: 1.08rem;
}

.step-card p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.compare-card {
  margin-top: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #fff;
}

.compare-table {
  border-collapse: collapse;
  width: 100%;
}

.compare-table th,
.compare-table td {
  text-align: left;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.compare-table th {
  background: #f2f7ff;
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.compare-table tr:last-child td {
  border-bottom: none;
}

.compare-table td:nth-child(2) {
  font-weight: 700;
  color: #114d9a;
}

.faq {
  margin-top: 22px;
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  border: 0;
  text-align: left;
  font: inherit;
  font-weight: 700;
  color: var(--text);
  padding: 16px;
  background: #fff;
  cursor: pointer;
}

.faq-question:hover {
  background: #f9fcff;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.24s ease;
}

.faq-answer p {
  margin: 0;
  padding: 0 16px 16px;
  color: var(--muted);
  line-height: 1.58;
}

.faq-item.is-open .faq-question {
  color: var(--brand);
}

.final-cta .container {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, #ffffff, #f4fbff);
  box-shadow: var(--shadow);
  padding: 34px;
}

.final-cta h2 {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
}

.final-cta p {
  margin: 12px 0 0;
  color: var(--muted);
  max-width: 58ch;
}

.final-cta .btn {
  margin-top: 20px;
}

.site-footer {
  border-top: 1px solid rgba(137, 161, 190, 0.28);
  padding: 22px 0 28px;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--muted);
  font-size: 0.92rem;
}

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

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .faq-answer {
    transition: none;
  }
}

@media (max-width: 980px) {
  .hero-grid,
  .features-grid,
  .steps {
    grid-template-columns: 1fr 1fr;
  }

  .hero-panel {
    grid-column: span 2;
  }

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

@media (max-width: 760px) {
  :root {
    --header-height: 68px;
  }

  .header-inner {
    grid-template-columns: auto auto auto;
    justify-content: space-between;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
  }

  .site-nav {
    position: absolute;
    left: 4vw;
    right: 4vw;
    top: calc(100% + 8px);
    display: none;
    flex-direction: column;
    gap: 8px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 12px;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 6px 2px;
  }

  .hero-grid,
  .features-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .hero-panel,
  .final-cta .container {
    padding: 22px;
  }

  .hero-panel {
    grid-column: auto;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
