:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #11243a;
  background: #f4f7fb;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
a { color: #175cd3; text-underline-offset: 3px; }
a:hover { color: #0f46a4; }
a:focus-visible,
button:focus-visible { outline: 3px solid #f6a723; outline-offset: 3px; }

.site-header {
  border-bottom: 1px solid #dbe5f1;
  background: rgba(255, 255, 255, .96);
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(12px);
}
.header-inner,
.footer-inner {
  width: min(72rem, calc(100% - 2rem));
  margin: 0 auto;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.5rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: #1557c0;
  font-size: 1.05rem;
  font-weight: 850;
  letter-spacing: .11em;
  text-decoration: none;
}
.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: .65rem;
  background: linear-gradient(145deg, #0d6dcc, #0b2f52);
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0;
}
.site-nav { display: flex; flex-wrap: wrap; gap: .45rem 1rem; }
.site-nav a { color: #40566f; font-size: .9rem; font-weight: 650; text-decoration: none; }
.site-nav a[aria-current="page"] { color: #1557c0; }
.nav-cta {
  padding: .65rem .9rem;
  border-radius: .7rem;
  background: #0b2f52;
  color: #fff;
  font-size: .88rem;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
}
.nav-cta:hover { background: #1557c0; color: #fff; }

main {
  width: min(52rem, calc(100% - 2rem));
  margin: 2.5rem auto;
  padding: clamp(1.4rem, 5vw, 3rem);
  border: 1px solid #dbe5f1;
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 1rem 3rem rgba(25, 53, 91, .07);
}
.wide { width: min(72rem, calc(100% - 2rem)); }
.home-main {
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}
.eyebrow {
  margin: 0 0 .65rem;
  color: #1557c0;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
h1 {
  max-width: 18ch;
  margin: 0 0 1rem;
  font-size: clamp(2.15rem, 7vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: -.035em;
}
h2 { margin: 2.2rem 0 .7rem; font-size: 1.3rem; line-height: 1.25; }
h3 { margin: 1.4rem 0 .5rem; font-size: 1.05rem; }
p,
li { color: #4b6078; font-size: 1rem; line-height: 1.7; }
li + li { margin-top: .45rem; }
ul,
ol { padding-left: 1.4rem; }
.lede { max-width: 48rem; font-size: 1.12rem; }
.meta { color: #657890; font-size: .9rem; }
.callout {
  margin: 1.5rem 0;
  padding: 1rem 1.1rem;
  border: 1px solid #bfd4f5;
  border-radius: .9rem;
  background: #f1f6ff;
}
.warning { border-color: #f2c7cd; background: #fff3f4; color: #7f1d2d; }
.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 2rem 0;
}
.card {
  padding: 1.25rem;
  border: 1px solid #dbe5f1;
  border-radius: 1rem;
  background: #f9fbfe;
}
.card h2 { margin-top: 0; }
.button {
  display: inline-block;
  padding: .8rem 1rem;
  border: 0;
  border-radius: .75rem;
  background: #1557c0;
  color: #fff;
  font: inherit;
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
}
.button:hover { background: #0f46a4; color: #fff; }
.button.secondary { background: #eaf2ff; color: #1557c0; }
.button.secondary:hover { background: #d9e8ff; color: #0f46a4; }
.button-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.25rem; }
.play-button span { margin-right: .35rem; font-size: .8rem; }
.availability-note { margin: .85rem 0 0; color: #6a7c90; font-size: .82rem; }
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(20rem, .96fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
  width: min(72rem, calc(100% - 2rem));
  min-height: 41rem;
  margin: 0 auto;
  padding: clamp(4rem, 9vw, 7rem) 0;
}
.hero h1 { max-width: 13ch; }
.hero-copy { position: relative; z-index: 1; }
.product-preview {
  position: relative;
  overflow: hidden;
  padding: 1.4rem;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 1.7rem;
  background: linear-gradient(155deg, #0b2f52 0%, #124e7b 52%, #1a83af 100%);
  color: #fff;
  box-shadow: 0 2rem 5rem rgba(11, 47, 82, .25);
}
.product-preview::before {
  position: absolute;
  width: 18rem;
  height: 18rem;
  right: -7rem;
  top: -7rem;
  border-radius: 50%;
  background: rgba(69, 203, 200, .2);
  content: "";
}
.preview-top, .preview-stats { display: flex; justify-content: space-between; gap: .7rem; position: relative; }
.preview-top { align-items: center; font-weight: 750; }
.status-pill { padding: .35rem .65rem; border-radius: 999px; background: rgba(255,255,255,.13); font-size: .75rem; }
.preview-balance { display: flex; flex-direction: column; margin: 3.5rem 0 2rem; }
.preview-balance span, .preview-balance small { color: #c6deed; }
.preview-balance strong { margin: .3rem 0; font-size: clamp(2rem, 5vw, 3.2rem); letter-spacing: -.04em; }
.preview-stats div { flex: 1; padding: .85rem; border-radius: .8rem; background: rgba(255,255,255,.1); }
.preview-stats span, .preview-stats strong { display: block; }
.preview-stats span { color: #bdd9e8; font-size: .72rem; }
.preview-stats strong { margin-top: .2rem; font-size: .9rem; }
.preview-bars { display: flex; align-items: end; gap: .55rem; height: 7rem; margin-top: 1.2rem; }
.preview-bars i { flex: 1; min-height: 1rem; border-radius: .35rem .35rem .15rem .15rem; background: linear-gradient(#62d1c9, #26a5ba); }
.preview-bars i:nth-child(1) { height: 35%; }.preview-bars i:nth-child(2) { height: 50%; }.preview-bars i:nth-child(3) { height: 42%; }.preview-bars i:nth-child(4) { height: 75%; }.preview-bars i:nth-child(5) { height: 62%; }.preview-bars i:nth-child(6) { height: 90%; }.preview-bars i:nth-child(7) { height: 78%; }
.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(72rem, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.25rem 0 3rem;
  border-top: 1px solid #dbe5f1;
}
.trust-strip div { padding: 1rem 1.25rem; border-right: 1px solid #dbe5f1; }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { color: #18364f; font-size: .9rem; }
.trust-strip span { margin-top: .22rem; color: #708398; font-size: .78rem; }
.section-block { width: min(72rem, calc(100% - 2rem)); margin: 0 auto; padding: clamp(4rem, 8vw, 7rem) 0; scroll-margin-top: 6rem; }
.section-heading { max-width: 43rem; margin-bottom: 2.2rem; }
.section-heading h2, .workflow-section h2, .final-cta h2 { margin: 0 0 1rem; font-size: clamp(2rem, 5vw, 3.2rem); letter-spacing: -.035em; }
.section-heading p { margin-bottom: 0; }
.section-heading.centered { margin-right: auto; margin-left: auto; text-align: center; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.feature-card { padding: 1.6rem; border: 1px solid #dbe5f1; border-radius: 1rem; background: #f9fbfe; }
.feature-card h3 { margin: 1rem 0 .45rem; color: #18364f; }
.feature-card p { margin: 0; font-size: .92rem; }
.feature-icon { display: grid; place-items: center; width: 2.6rem; height: 2.6rem; border-radius: .8rem; background: #e4f2ff; color: #0d6dcc; font-size: 1.15rem; font-weight: 800; }
.workflow-section {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(2rem, 7vw, 6rem);
  padding: clamp(4rem, 8vw, 7rem) max(1rem, calc((100% - 72rem) / 2));
  background: #eff6fb;
}
.workflow-list { margin: 0; padding: 0; list-style: none; }
.workflow-list li { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid #cbdce8; }
.workflow-list li:first-child { padding-top: 0; }
.workflow-list li > span { color: #16889d; font-size: .78rem; font-weight: 850; letter-spacing: .08em; }
.workflow-list strong { color: #18364f; }
.workflow-list p { margin: .2rem 0 0; font-size: .9rem; }
.pricing-section { scroll-margin-top: 5rem; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 1rem; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 1.7rem; border: 1px solid #dbe5f1; border-radius: 1.2rem; background: #fff; box-shadow: 0 .8rem 2rem rgba(25, 53, 91, .06); }
.featured-price { border: 2px solid #0d6dcc; transform: translateY(-.5rem); }
.price-badge { position: absolute; top: 0; right: 1.25rem; margin: 0; padding: .35rem .65rem; border-radius: 0 0 .55rem .55rem; background: #0d6dcc; color: #fff; font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.plan-name { margin: 0; color: #18364f; font-weight: 800; }
.price { margin: 1rem 0 .2rem; color: #0b2f52; font-size: 2.8rem; font-weight: 850; letter-spacing: -.04em; line-height: 1; }
.price span { margin-right: .15rem; font-size: 1.1rem; vertical-align: top; }
.price-term { min-height: 2.8rem; margin: 0; color: #708398; font-size: .78rem; }
.price-card ul { flex: 1; margin: 1.2rem 0 1.5rem; padding-left: 1.2rem; }
.price-card li { font-size: .88rem; }
.full-button { width: 100%; text-align: center; }
.pricing-footnote { max-width: 48rem; margin: 1.5rem auto 0; color: #708398; font-size: .78rem; text-align: center; }
.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 2rem; width: min(72rem, calc(100% - 2rem)); margin: 0 auto 5rem; padding: clamp(2rem, 5vw, 4rem); border-radius: 1.6rem; background: linear-gradient(135deg, #0b2f52, #116f93); color: #fff; }
.final-cta h2 { margin-bottom: .5rem; }
.final-cta p { max-width: 43rem; margin-bottom: 0; color: #d2e6ef; }
.final-cta .eyebrow { color: #67d6d0; }
.light-button { background: #fff; color: #0b2f52; white-space: nowrap; }
.light-button:hover { background: #e7f4f7; color: #0b2f52; }
.recovery { max-width: 36rem; min-height: calc(100vh - 12rem); }
.recovery .button { width: 100%; margin-top: .75rem; }

.site-footer { padding: 2rem 0 2.5rem; }
.footer-inner { color: #657890; font-size: .86rem; line-height: 1.6; }
.footer-links { display: flex; flex-wrap: wrap; gap: .4rem 1rem; margin-bottom: .5rem; }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; align-items: start; gap: 2rem; padding-top: 1rem; border-top: 1px solid #dbe5f1; }
.footer-grid .footer-links { flex-direction: column; }
.footer-brand { color: #0b2f52; }
.footer-grid p { margin: .65rem 0 0; font-size: .82rem; }
.copyright { text-align: right; }

@media (max-width: 760px) {
  .header-inner { align-items: flex-start; flex-direction: column; padding: 1rem 0; }
  .nav-cta { display: none; }
  .grid { grid-template-columns: 1fr; }
  main { margin: 1rem auto 2rem; border-radius: 1rem; }
  .home-main { margin: 0; border-radius: 0; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 4rem 0; }
  .product-preview { padding: 1rem; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .trust-strip div:nth-child(-n+2) { border-bottom: 1px solid #dbe5f1; }
  .feature-grid, .pricing-grid, .workflow-section { grid-template-columns: 1fr; }
  .featured-price { transform: none; }
  .final-cta { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .copyright { text-align: left; }
}

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