@font-face { font-family: "Manrope"; src: url("/assets/manrope-400.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("/assets/manrope-600.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("/assets/manrope-700.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }

:root {
  color: #10213d;
  background: #f7f9fc;
  font-family: "Manrope", Arial, sans-serif;
  font-synthesis: none;
  --navy: #061b3a;
  --blue: #1769e0;
  --teal: #11a8b7;
  --violet: #7c4dff;
  --ink: #10213d;
  --muted: #68758b;
  --line: #dfe5ef;
  --surface: #ffffff;
  --soft: #edf5ff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: #f7f9fc; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid rgba(23,105,224,.28); outline-offset: 4px; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; transform: translateY(-150%); border-radius: 8px; padding: 10px 14px; color: #fff; background: var(--navy); }
.skip-link:focus { transform: translateY(0); }

.site-header { width: min(1220px, calc(100% - 40px)); min-height: 78px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 34px; margin: 0 auto; }
.wordmark { display: inline-flex; align-items: center; gap: 9px; width: max-content; }
.wordmark img { width: 36px; height: 36px; object-fit: contain; }
.wordmark strong { font-size: 21px; letter-spacing: -.75px; }
.wordmark > span { border: 1px solid #cad7e9; border-radius: 99px; padding: 3px 6px; color: #607089; background: #fff; font-size: 7px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.site-header nav { display: flex; gap: 27px; color: #526077; font-size: 13px; font-weight: 600; }
.site-header nav a:hover { color: var(--blue); }
.header-action { justify-self: end; border: 1px solid #b9cae2; border-radius: 10px; padding: 11px 16px; color: #174f9f; background: #fff; font-size: 12px; font-weight: 700; }
.header-action:hover { border-color: #8eb4eb; background: #f3f7fd; }

main { overflow: hidden; }
.hero { width: min(1220px, calc(100% - 40px)); margin: 0 auto; padding: 86px 0 94px; }
.hero-copy { max-width: 860px; text-align: center; margin: 0 auto; }
.eyebrow { color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
h1 { max-width: 850px; margin: 18px auto 21px; font-size: clamp(45px, 6vw, 78px); line-height: 1.02; letter-spacing: -.055em; }
.hero-copy > p { max-width: 690px; margin: 0 auto; color: var(--muted); font-size: clamp(16px, 1.7vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; justify-content: center; gap: 12px; margin-top: 31px; }
.primary-action, .secondary-action { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: 11px; padding: 0 20px; font-size: 13px; font-weight: 700; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.primary-action { color: #fff; background: var(--blue); }
.primary-action:hover { background: #0f58c3; transform: translateY(-1px); }
.secondary-action { border: 1px solid #c8d5e6; color: #32425c; background: #fff; }
.secondary-action:hover { border-color: #98b5dc; background: #f4f7fb; }
.hero-copy > small { display: block; margin-top: 17px; color: #7c8798; font-size: 11px; }
.product-preview { margin: 63px 0 0; overflow: hidden; border: 1px solid #cfd9e8; border-radius: 18px; background: #fff; box-shadow: 0 28px 80px rgba(6,27,58,.14); }
.preview-bar { min-height: 43px; display: flex; align-items: center; justify-content: space-between; padding: 0 17px; border-bottom: 1px solid var(--line); color: #778398; background: #f9fbfd; font-size: 10px; }
.preview-bar span:first-child { color: #31425c; font-weight: 700; }
.product-preview img { width: 100%; height: auto; display: block; }

.section { width: min(1220px, calc(100% - 40px)); margin: 0 auto; padding: 92px 0; }
.section-heading { max-width: 650px; }
.section-heading h2, .launch-callout h2 { margin: 13px 0 14px; font-size: clamp(34px, 4.2vw, 54px); line-height: 1.08; letter-spacing: -.04em; }
.section-heading p, .launch-callout p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 46px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-grid article { min-height: 265px; padding: 30px 24px 30px 0; }
.feature-grid article + article { border-left: 1px solid var(--line); padding-left: 24px; }
.feature-grid article > span { color: var(--teal); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.feature-grid h3 { margin: 27px 0 13px; font-size: 19px; letter-spacing: -.03em; }
.feature-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.workflow { display: grid; grid-template-columns: minmax(300px, .85fr) minmax(520px, 1.15fr); gap: 90px; align-items: start; }
.section-heading.compact { position: sticky; top: 32px; }
.workflow ol { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.workflow li { display: grid; grid-template-columns: 42px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.workflow li > span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #b9cbea; border-radius: 50%; color: var(--blue); background: #fff; font-size: 11px; font-weight: 700; }
.workflow strong { font-size: 17px; }
.workflow p { margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.pricing { border-top: 1px solid var(--line); }
.pricing-heading { max-width: 720px; margin: 0 auto; text-align: center; }
.landing-pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 49px; }
.landing-pricing-grid article { position: relative; display: flex; flex-direction: column; min-height: 430px; border: 1px solid var(--line); border-radius: 18px; padding: 29px 27px 24px; background: #fff; }
.landing-pricing-grid article.featured { border-color: #79a9ed; box-shadow: 0 22px 58px rgba(23,105,224,.13); transform: translateY(-9px); }
.price-badge { position: absolute; top: 19px; right: 19px; border-radius: 99px; padding: 6px 9px; color: #fff; background: var(--blue); font-size: 8px; font-weight: 700; }
.landing-pricing-grid h3 { margin: 13px 0 21px; font-size: 22px; letter-spacing: -.03em; }
.landing-price strong, .landing-price small { display: block; }
.landing-price strong { font-size: 38px; letter-spacing: -.05em; }
.landing-price small { margin-top: 4px; color: var(--muted); font-size: 10px; }
.landing-pricing-grid ul { display: grid; gap: 13px; margin: 27px 0 28px; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; color: #516078; font-size: 12px; }
.landing-pricing-grid li::before { content: "✓"; margin-right: 9px; color: var(--teal); font-weight: 700; }
.landing-pricing-grid .primary-action, .landing-pricing-grid .secondary-action { width: 100%; margin-top: auto; }
.pricing-note { max-width: 760px; margin: 24px auto 0; color: var(--muted); font-size: 11px; line-height: 1.6; text-align: center; }

.faq { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(520px, 1.25fr); gap: 90px; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding: 22px 0; }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-size: 15px; font-weight: 700; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; width: 28px; height: 28px; display: grid; place-items: center; flex: none; border: 1px solid #cbd7e8; border-radius: 50%; color: var(--blue); }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: 13px 50px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.launch-callout { width: min(1220px, calc(100% - 40px)); display: flex; align-items: center; justify-content: space-between; gap: 40px; margin: 40px auto 100px; border-radius: 22px; padding: 54px 58px; color: #fff; background: var(--navy); }
.launch-callout .eyebrow { color: #77d8e1; }
.launch-callout h2 { max-width: 680px; margin-bottom: 11px; }
.launch-callout p { max-width: 690px; color: #b9c8dc; }
.launch-callout .primary-action { flex: none; color: var(--navy); background: #fff; }
.launch-callout .primary-action:hover { background: #e9f3ff; }

footer { width: min(1220px, calc(100% - 40px)); min-height: 120px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; margin: 0 auto; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.footer-brand img { width: 30px; height: 30px; }
.footer-brand strong { color: var(--ink); font-size: 17px; }
footer p { margin: 0; text-align: center; }
footer > div { display: flex; justify-self: end; justify-content: flex-end; flex-wrap: wrap; gap: 10px 18px; }
footer a:hover { color: var(--blue); }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { padding-top: 65px; }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-grid article:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .feature-grid article:nth-child(4) { border-top: 1px solid var(--line); }
  .workflow, .faq { grid-template-columns: 1fr; gap: 42px; }
  .section-heading.compact { position: static; }
  .landing-pricing-grid { grid-template-columns: 1fr; }
  .landing-pricing-grid article.featured { transform: none; }
  .launch-callout { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr auto; }
  footer p { display: none; }
}

@media (max-width: 620px) {
  .site-header { width: min(100% - 28px, 1220px); min-height: 68px; }
  .wordmark img { width: 32px; height: 32px; }
  .wordmark strong { font-size: 18px; }
  .wordmark > span { display: none; }
  .header-action { padding: 10px 12px; font-size: 10px; }
  .hero, .section, .launch-callout, footer { width: min(100% - 28px, 1220px); }
  .hero { padding: 55px 0 70px; }
  h1 { font-size: clamp(39px, 13.5vw, 58px); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .primary-action, .secondary-action { width: 100%; }
  .product-preview { margin-top: 42px; border-radius: 12px; }
  .product-preview img { width: 780px; max-width: none; transform: translateX(-18px); }
  .section { padding: 70px 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: 0; padding: 28px 0; }
  .feature-grid article + article { border-top: 1px solid var(--line); border-left: 0; padding-left: 0; }
  .landing-pricing-grid article { min-height: 0; }
  .launch-callout { margin-bottom: 70px; padding: 38px 26px; }
  footer { grid-template-columns: 1fr; padding: 28px 0; }
  footer > div { justify-self: start; flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
