:root {
  --ink: #0f172a;
  --ink-soft: #334155;
  --muted: #64748b;
  --line: #e2e8f0;
  --line-strong: #cbd5e1;
  --surface: #ffffff;
  --surface-soft: #f8fafc;
  --surface-blue: #f0f8ff;
  --blue: #1688ff;
  --blue-dark: #0b6fe8;
  --blue-deep: #1d4ed8;
  --indigo: #4f46e5;
  --green: #16a34a;
  --amber: #d97706;
  --shadow-sm: 0 10px 30px rgba(15, 23, 42, .07);
  --shadow-md: 0 24px 70px rgba(15, 23, 42, .12);
  --radius: 20px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img,
svg {
  display: block;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
}

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

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 999;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--ink);
  color: #fff;
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(226, 232, 240, .8);
  background: rgba(255, 255, 255, .87);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 22px;
  font-weight: 850;
  letter-spacing: -.04em;
}

.brand > span > span {
  color: var(--blue);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 680;
  color: var(--ink-soft);
}

.main-nav > a:not(.button) {
  transition: color .18s ease;
}

.main-nav > a:not(.button):hover {
  color: var(--blue);
}

.nav-login {
  margin-left: 10px;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}

.menu-toggle > span:not(.sr-only) {
  width: 18px;
  height: 2px;
  background: var(--ink);
  border-radius: 9px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button svg,
.text-link svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button-small {
  min-height: 40px;
  padding: 0 16px;
  background: linear-gradient(90deg, var(--blue), #2563eb 70%, var(--indigo) 125%);
  color: white;
}

.button-primary {
  color: white;
  background: linear-gradient(90deg, var(--blue), #2563eb 70%, var(--indigo) 125%);
  box-shadow: 0 12px 28px rgba(22, 136, 255, .23);
}

.button-primary:hover,
.button-small:hover {
  background: linear-gradient(90deg, var(--blue-dark), #1d4ed8 70%, #4338ca 125%);
  box-shadow: 0 15px 34px rgba(22, 136, 255, .28);
}

.button-secondary {
  border-color: var(--line-strong);
  background: #fff;
  color: var(--ink);
}

.button-secondary:hover {
  border-color: var(--blue);
  background: var(--surface-blue);
}

.button-white {
  background: white;
  color: var(--ink);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .13);
}

.button-large {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 14px;
  font-size: 15px;
}

.full {
  width: 100%;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0 36px;
  background:
    linear-gradient(180deg, #fff 0%, #f8fbff 72%, #fff 100%);
}

.hero-glow {
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(1px);
  opacity: .55;
}

.hero-glow-one {
  width: 520px;
  height: 520px;
  right: -210px;
  top: -140px;
  background: radial-gradient(circle, rgba(22, 136, 255, .18), rgba(22, 136, 255, 0) 68%);
}

.hero-glow-two {
  width: 500px;
  height: 500px;
  left: -330px;
  top: 200px;
  background: radial-gradient(circle, rgba(79, 70, 229, .08), rgba(79, 70, 229, 0) 70%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 64px;
}

.eyebrow,
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--blue-deep);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.eyebrow {
  padding: 7px 11px;
  border: 1px solid #cfe7ff;
  border-radius: 999px;
  background: #f1f8ff;
  letter-spacing: 0;
  text-transform: none;
}

.eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(22, 163, 74, .1);
}

.hero h1 {
  max-width: 680px;
  margin: 22px 0 20px;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: -.055em;
}

.hero h1 span {
  color: var(--blue);
}

.hero-lead {
  max-width: 630px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 20px);
  line-height: 1.65;
}

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

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin-top: 25px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 650;
}

.trust-row > div {
  display: flex;
  align-items: center;
  gap: 6px;
}

.trust-row svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--green);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-visual {
  position: relative;
  padding: 34px 0 48px;
}

.browser-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid #dce5f0;
  border-radius: 20px;
  background: white;
  box-shadow: var(--shadow-md);
  transform: perspective(1400px) rotateY(-1.8deg) rotateX(.7deg);
}

.browser-top {
  height: 42px;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  padding: 0 14px;
  border-bottom: 1px solid #edf2f7;
  background: #fbfcfe;
}

.browser-dots {
  display: flex;
  gap: 6px;
}

.browser-dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d4dde8;
}

.browser-address {
  width: 100%;
  max-width: 240px;
  justify-self: center;
  padding: 5px 12px;
  border: 1px solid #edf1f6;
  border-radius: 8px;
  color: #94a3b8;
  background: white;
  text-align: center;
  font-size: 9px;
}

.product-shell {
  min-height: 400px;
  display: grid;
  grid-template-columns: 128px 1fr;
}

.mock-sidebar {
  padding: 18px 12px;
  border-right: 1px solid #edf2f7;
  background: #fbfdff;
}

.mock-brand {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 7px 24px;
  font-size: 12px;
  letter-spacing: -.03em;
}

.mock-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 5px 0;
  padding: 9px 8px;
  border-radius: 8px;
  color: #778397;
  font-size: 9px;
  font-weight: 700;
}

.mock-nav.active {
  color: var(--blue-deep);
  background: #edf6ff;
}

.mock-icon {
  width: 11px;
  height: 11px;
  border: 1.5px solid currentColor;
  border-radius: 3px;
}

.mock-content {
  padding: 28px 24px;
  background: #f8fafc;
}

.mock-title-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
}

.mock-title-row > div:first-child {
  display: grid;
  gap: 3px;
}

.mock-title-row strong {
  font-size: 16px;
  letter-spacing: -.03em;
}

.mock-kicker {
  color: #718096;
  font-size: 9px;
}

.mock-new {
  padding: 8px 11px;
  border-radius: 8px;
  color: white;
  background: var(--blue);
  font-size: 8px;
  font-weight: 800;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.metric-grid article {
  min-height: 95px;
  display: grid;
  align-content: start;
  gap: 4px;
  padding: 14px;
  border: 1px solid #e7edf5;
  border-radius: 11px;
  background: white;
}

.metric-grid span,
.metric-grid small {
  color: #8491a4;
  font-size: 8px;
}

.metric-grid strong {
  margin-top: 3px;
  font-size: 23px;
  line-height: 1;
}

.mock-table {
  margin-top: 12px;
  padding: 15px;
  border: 1px solid #e7edf5;
  border-radius: 12px;
  background: white;
}

.mock-table-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  color: #718096;
  font-size: 8px;
}

.mock-table-head strong {
  color: var(--ink);
  font-size: 10px;
}

.mock-row {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid #f0f3f7;
}

.mock-row > div {
  display: flex;
  align-items: center;
  gap: 9px;
}

.mock-row span:not(.status) {
  display: grid;
}

.mock-row b {
  font-size: 9px;
}

.mock-row small {
  color: #8793a5;
  font-size: 7px;
}

.file-dot {
  width: 24px;
  height: 28px;
  border: 1px solid #d8e4f3;
  border-radius: 5px;
  background: #f2f8ff;
}

.status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 8px;
  border-radius: 999px;
  font-size: 7px;
  font-weight: 800;
  white-space: nowrap;
}

.status-wait {
  color: #a16207;
  background: #fff7db;
}

.status-ok {
  color: #0369a1;
  background: #e8f6ff;
}

.status-done {
  color: #15803d;
  background: #eaf8ef;
}

.floating-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 180px;
  padding: 12px 14px;
  border: 1px solid #e6edf5;
  border-radius: 14px;
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--shadow-sm);
}

.floating-card-left {
  left: -28px;
  bottom: 12px;
}

.floating-card-right {
  right: -24px;
  top: 6px;
}

.floating-card > div {
  display: grid;
}

.floating-card strong {
  font-size: 11px;
}

.floating-card small {
  color: var(--muted);
  font-size: 9px;
}

.floating-icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--green);
  background: #ecf9f0;
}

.floating-icon.blue {
  color: var(--blue);
  background: #edf6ff;
}

.floating-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-strip {
  position: relative;
  z-index: 2;
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 17px 26px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .78);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.hero-strip i {
  color: #b6c1ce;
  font-style: normal;
}

.section {
  padding: 96px 0;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 46px;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.section-heading.narrow {
  max-width: 820px;
}

.section-heading h2,
.benefits-copy h2,
.supplier-copy h2,
.launch-card h2,
.faq-intro h2,
.final-card h2 {
  margin: 13px 0 14px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.1;
  letter-spacing: -.045em;
}

.section-heading p,
.benefits-copy > p,
.supplier-copy p,
.launch-card p,
.faq-intro p,
.final-card p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.problem-section {
  padding-top: 112px;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.problem-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.problem-card:hover {
  transform: translateY(-3px);
  border-color: #cfe2f8;
  box-shadow: var(--shadow-sm);
}

.problem-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 12px;
  color: var(--blue);
  background: #edf6ff;
  font-size: 12px;
  font-weight: 900;
}

.problem-card h3 {
  margin: 0 0 9px;
  font-size: 19px;
  letter-spacing: -.02em;
}

.problem-card p {
  margin: 0;
  color: var(--muted);
}

.transition-copy {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.transition-copy span {
  padding: 9px 15px;
  border-radius: 999px;
  color: var(--blue-deep);
  background: #eef7ff;
  font-size: 13px;
  font-weight: 800;
}

.how-section {
  background: var(--surface-soft);
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.step-card {
  position: relative;
  min-height: 280px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}

.step-number {
  position: absolute;
  top: 18px;
  right: 20px;
  color: #dbe4ee;
  font-size: 28px;
  font-weight: 900;
}

.step-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 40px;
  border-radius: 14px;
  color: var(--blue);
  background: #edf6ff;
}

.step-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.step-card h3 {
  margin: 0 0 9px;
  font-size: 18px;
  letter-spacing: -.02em;
}

.step-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 80px;
  align-items: center;
}

.benefits-copy {
  max-width: 610px;
}

.benefit-list {
  display: grid;
  gap: 19px;
  margin-top: 30px;
}

.benefit-list > div {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.check {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  margin-top: 2px;
  border-radius: 50%;
  color: var(--green);
  background: #eaf8ef;
}

.check svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefit-list > div > div {
  display: grid;
  gap: 2px;
}

.benefit-list strong {
  font-size: 15px;
}

.benefit-list small {
  color: var(--muted);
  font-size: 13px;
}

.workflow-card {
  padding: 25px 26px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(180deg, #fff, #fbfdff);
  box-shadow: var(--shadow-md);
}

.workflow-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.workflow-header > span:first-child {
  font-size: 14px;
  font-weight: 850;
}

.workflow-header .status {
  font-size: 10px;
  padding: 6px 9px;
}

.workflow-line {
  display: grid;
  gap: 0;
  padding: 24px 0 9px;
}

.timeline {
  position: relative;
  min-height: 72px;
  display: flex;
  gap: 14px;
  padding-left: 4px;
}

.timeline:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 21px;
  bottom: -1px;
  width: 2px;
  background: #e7edf5;
}

.timeline.done:not(:last-child)::before {
  background: #a8d9bc;
}

.timeline i {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  margin-top: 3px;
  border: 3px solid #dce4ed;
  border-radius: 50%;
  background: white;
}

.timeline.done i {
  border-color: var(--green);
  background: var(--green);
  box-shadow: inset 0 0 0 3px white;
}

.timeline.current i {
  border-color: var(--blue);
  box-shadow: 0 0 0 5px rgba(22, 136, 255, .1);
}

.timeline span {
  display: grid;
  gap: 2px;
  align-content: start;
}

.timeline strong {
  font-size: 13px;
}

.timeline small {
  color: var(--muted);
  font-size: 11px;
}

.workflow-foot {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.workflow-foot span {
  padding: 6px 9px;
  border-radius: 8px;
  color: #475569;
  background: #f1f5f9;
  font-size: 10px;
  font-weight: 700;
}

.supplier-section {
  padding-top: 36px;
  padding-bottom: 36px;
}

.supplier-card {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  align-items: center;
  gap: 60px;
  padding: 54px 62px;
  border-radius: 30px;
  color: white;
  background:
    radial-gradient(circle at 12% 35%, rgba(22, 136, 255, .34), transparent 35%),
    linear-gradient(120deg, #0b1220 0%, #0f172a 58%, #172554 120%);
}

.supplier-card::after {
  content: "";
  position: absolute;
  right: -100px;
  top: -120px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, .025), 0 0 0 140px rgba(255, 255, 255, .015);
}

.supplier-visual,
.supplier-copy {
  position: relative;
  z-index: 2;
}

.people-stack {
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.people-stack span {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  margin-left: -10px;
  border: 4px solid #0f172a;
  border-radius: 50%;
  color: #ddecff;
  background: #243b62;
  font-size: 13px;
  font-weight: 850;
}

.people-stack span:nth-child(2) {
  background: #1f4f7f;
}

.people-stack span:nth-child(3) {
  background: #1f639f;
}

.people-stack span:last-child {
  color: #fff;
  background: var(--blue);
}

.supplier-badge {
  width: fit-content;
  margin-top: 18px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 10px;
  background: rgba(255, 255, 255, .07);
  font-size: 12px;
  font-weight: 800;
}

.section-label.light {
  color: #7fc1ff;
}

.supplier-copy h2 {
  font-size: clamp(30px, 3.7vw, 46px);
}

.supplier-copy p {
  color: #b8c5d8;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 22px;
  font-size: 14px;
  font-weight: 850;
}

.light-link {
  color: #7fc1ff;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.audience-grid article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}

.audience-symbol {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--blue);
  background: #eef7ff;
  font-size: 20px;
}

.audience-grid h3 {
  margin: 20px 0 8px;
  font-size: 18px;
}

.audience-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.pricing-section {
  background: var(--surface-soft);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: white;
}

.price-card.featured {
  border-color: #89c7ff;
  box-shadow: 0 20px 60px rgba(22, 136, 255, .13);
}

.featured-label {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 11px;
  border-radius: 999px;
  color: white;
  background: var(--blue);
  font-size: 10px;
  font-weight: 850;
  white-space: nowrap;
}

.plan-name {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -.03em;
}

.price-top p {
  min-height: 48px;
  margin: 7px 0 24px;
  color: var(--muted);
  font-size: 13px;
}

.price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  line-height: 1;
}

.price > span {
  align-self: flex-start;
  margin-top: 8px;
  color: var(--ink-soft);
  font-size: 15px;
  font-weight: 750;
}

.price strong {
  font-size: 40px;
  letter-spacing: -.05em;
}

.price small {
  color: var(--muted);
  font-size: 12px;
}

.price-equivalent {
  min-height: 22px;
  margin-top: 8px;
  color: var(--blue-deep);
  font-size: 11px;
  font-weight: 800;
}

.price-card ul {
  display: grid;
  gap: 10px;
  margin: 25px 0 28px;
  padding: 20px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
  color: var(--ink-soft);
  font-size: 13px;
}

.price-card li {
  display: flex;
  gap: 8px;
}

.price-card li span {
  color: var(--green);
  font-weight: 900;
}

.price-card .button {
  margin-top: auto;
}

.pricing-note {
  margin: 22px auto 0;
  text-align: center;
  color: var(--muted);
  font-size: 13px;
}

.pricing-note strong {
  color: var(--ink);
}

.launch-section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.launch-card {
  min-height: 260px;
  display: grid;
  grid-template-columns: 1.3fr auto;
  align-items: center;
  gap: 56px;
  padding: 48px 52px;
  border: 1px solid #d6e9fc;
  border-radius: 26px;
  background:
    radial-gradient(circle at 90% 20%, rgba(22, 136, 255, .11), transparent 32%),
    #f4f9ff;
}

.launch-card h2 {
  max-width: 760px;
  font-size: clamp(30px, 3.5vw, 44px);
}

.launch-card p {
  max-width: 760px;
  font-size: 15px;
}

.faq-grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 80px;
}

.faq-intro {
  position: sticky;
  top: 110px;
  height: fit-content;
}

.faq-intro h2 {
  font-size: clamp(30px, 3.4vw, 42px);
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: white;
}

.faq-list summary {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 17px 20px;
  cursor: pointer;
  list-style: none;
  font-size: 14px;
  font-weight: 800;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  color: var(--blue);
  font-size: 22px;
  font-weight: 400;
  transition: transform .2s ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  margin: -4px 20px 20px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.final-cta {
  padding-top: 50px;
}

.final-card {
  overflow: hidden;
  padding: 65px 7%;
  border-radius: 32px;
  color: white;
  background:
    radial-gradient(circle at 80% 10%, rgba(120, 190, 255, .28), transparent 30%),
    linear-gradient(125deg, #0c172b 0%, #123866 70%, #0d6fce 135%);
  text-align: center;
}

.final-kicker {
  color: #8dcbff;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.final-card h2 {
  max-width: 900px;
  margin-inline: auto;
}

.final-card p {
  max-width: 720px;
  margin-inline: auto;
  color: #c8d8ea;
}

.final-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  margin-top: 28px;
}

.final-actions > span {
  color: #b8cbe0;
  font-size: 11px;
}

.site-footer {
  margin-top: 90px;
  border-top: 1px solid var(--line);
  background: #fbfcfe;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr .7fr .7fr;
  gap: 60px;
  padding: 55px 0 42px;
}

.footer-brand {
  width: fit-content;
}

.footer-grid > div:first-child > p {
  max-width: 410px;
  margin: 16px 0 7px;
  color: var(--muted);
  font-size: 13px;
}

.footer-grid small {
  color: #94a3b8;
  font-size: 11px;
}

.footer-links {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-links strong {
  margin-bottom: 3px;
  font-size: 12px;
}

.footer-links a {
  color: var(--muted);
  font-size: 12px;
}

.footer-links a:hover {
  color: var(--blue);
}

.footer-bottom {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  color: #94a3b8;
  font-size: 10px;
}

@media (max-width: 1020px) {
  .main-nav {
    gap: 18px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-visual {
    width: min(100%, 760px);
    margin-inline: auto;
  }

  .problem-grid,
  .audience-grid,
  .pricing-grid {
    gap: 12px;
  }

  .steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .benefits-grid {
    gap: 46px;
  }

  .supplier-card {
    padding: 45px;
    gap: 35px;
  }

  .launch-card {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .faq-grid {
    gap: 45px;
  }
}

@media (max-width: 820px) {
  .menu-toggle {
    display: flex;
  }

  .main-nav {
    position: absolute;
    top: 74px;
    left: 20px;
    right: 20px;
    display: none;
    align-items: stretch;
    gap: 4px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: white;
    box-shadow: var(--shadow-md);
  }

  .main-nav.open {
    display: grid;
  }

  .main-nav > a:not(.button) {
    padding: 11px 10px;
  }

  .nav-login {
    margin-left: 0;
  }

  .main-nav .button {
    margin-top: 4px;
  }

  .problem-grid,
  .audience-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .benefits-grid,
  .supplier-card,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .workflow-card {
    width: min(100%, 580px);
  }

  .supplier-card {
    min-height: 0;
  }

  .supplier-visual {
    order: 2;
  }

  .supplier-copy {
    order: 1;
  }

  .faq-intro {
    position: static;
  }

  .footer-grid {
    grid-template-columns: 1.4fr .8fr .8fr;
    gap: 30px;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .header-inner {
    min-height: 66px;
  }

  .brand {
    font-size: 20px;
  }

  .brand img {
    width: 36px;
    height: 36px;
  }

  .main-nav {
    top: 66px;
    left: 14px;
    right: 14px;
  }

  .hero {
    padding-top: 54px;
  }

  .hero h1 {
    font-size: 43px;
  }

  .hero-lead {
    font-size: 17px;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .button {
    width: 100%;
  }

  .trust-row {
    display: grid;
    gap: 9px;
  }

  .hero-visual {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .browser-frame {
    border-radius: 14px;
    transform: none;
  }

  .product-shell {
    min-height: 350px;
    grid-template-columns: 1fr;
  }

  .mock-sidebar {
    display: none;
  }

  .mock-content {
    padding: 20px 15px;
  }

  .metric-grid {
    gap: 6px;
  }

  .metric-grid article {
    padding: 10px;
  }

  .metric-grid strong {
    font-size: 20px;
  }

  .mock-table {
    padding: 11px;
  }

  .floating-card {
    display: none;
  }

  .hero-strip {
    margin-top: 30px;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 13px 16px;
    white-space: nowrap;
  }

  .section {
    padding: 72px 0;
  }

  .section-heading {
    margin-bottom: 32px;
  }

  .section-heading h2,
  .benefits-copy h2,
  .supplier-copy h2,
  .launch-card h2,
  .faq-intro h2,
  .final-card h2 {
    font-size: 32px;
  }

  .section-heading p,
  .benefits-copy > p,
  .supplier-copy p,
  .launch-card p,
  .faq-intro p,
  .final-card p {
    font-size: 15px;
  }

  .problem-section {
    padding-top: 78px;
  }

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

  .step-card {
    min-height: 0;
  }

  .step-icon {
    margin-bottom: 26px;
  }

  .benefits-grid {
    gap: 38px;
  }

  .supplier-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .supplier-card {
    width: min(calc(100% - 20px), var(--container));
    padding: 36px 28px;
    border-radius: 24px;
  }

  .people-stack span {
    width: 56px;
    height: 56px;
  }

  .price-card {
    padding: 26px 24px;
  }

  .launch-card {
    padding: 34px 26px;
  }

  .launch-card .button {
    width: 100%;
  }

  .final-card {
    width: calc(100% - 20px);
    padding: 46px 24px;
    border-radius: 24px;
  }

  .final-card .button {
    width: 100%;
  }

  .site-footer {
    margin-top: 65px;
  }

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

  .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    padding: 18px 0;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}


/* Hero real product screenshot. Keep all original landing layout values above unchanged. */
.real-browser-frame {
  background: #fff;
}

.real-product-shot {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: top center;
  background: #fff;
}
