﻿
:root {
  --ink: #0c1c13;
  --muted: #607067;
  --line: #dbe6df;
  --cream: #f3f7f4;
  --primary: #21b653;
  --primary-bright: #32d66d;
  --primary-dark: #128038;
  --primary-soft: #e4f8ea;
  --radius: 20px;
  --radius-lg: 30px;
  --shadow: 0 24px 70px rgba(4, 18, 10, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
svg {
  display: block;
  width: 1.1em;
  height: 1.1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-150%);
  padding: 10px 16px;
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  font-weight: 700;
}
.skip-link:focus { transform: translateY(0); }
.section { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.hero-shell {
  position: relative;
  overflow: visible;
  color: #fff;
  background:
    radial-gradient(circle at 79% 23%, rgba(32, 182, 82, 0.21), transparent 27%),
    linear-gradient(135deg, #020403 0%, #07110b 58%, #0b2415 100%);
}
.hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.08;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000, transparent 80%);
}
.site-header {
  position: relative;
  z-index: 5;
  width: min(1240px, calc(100% - 48px));
  min-height: 104px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 36px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.brand { flex: 0 0 auto; width: 205px; height: 69px; overflow: hidden; }
.brand img { display: block; width: 100%; height: 100%; object-fit: contain; }
.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
  color: #c6d4cb;
  font-size: 14px;
  font-weight: 600;
}
.main-nav a, .login-link, .text-link, .footer-links a { transition: color .18s ease; }
.main-nav a:hover, .login-link:hover, .text-link:hover, .footer-links a:hover { color: var(--primary-bright); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.login-link { color: #fff; font-size: 14px; font-weight: 700; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: var(--primary);
  color: #031208;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 10px 34px rgba(33,182,83,.24);
  transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-2px); background: var(--primary-bright); box-shadow: 0 15px 38px rgba(33,182,83,.3); }
.button-small { padding: 13px 18px; font-size: 14px; }
.button-large { min-height: 56px; padding: 17px 24px; }
.button-large svg, .button-dark svg, .button-light svg { transition: transform .18s ease; }
.button-large:hover svg, .button-dark:hover svg, .button-light:hover svg { transform: translateX(3px); }

.hero {
  position: relative;
  z-index: 2;
  width: min(1240px, calc(100% - 48px));
  min-height: 690px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: 52px;
  padding: 82px 0 96px;
  overflow: visible;
}
.hero-copy { position: relative; z-index: 3; padding-bottom: 10px; min-width: 0; }
.eyebrow, .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--primary-bright);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--primary-bright); box-shadow: 0 0 0 6px rgba(50,214,109,.12); }
.hero h1 {
  max-width: 650px;
  margin: 0 0 24px;
  font-size: clamp(52px,5.3vw,82px);
  font-weight: 850;
  line-height: .98;
  letter-spacing: -.055em;
}
.hero h1 span { color: var(--primary-bright); }
.hero-lead { max-width: 590px; margin: 0; color: #b9c8bf; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.text-link { color: #fff; font-size: 14px; font-weight: 750; border-bottom: 1px solid rgba(255,255,255,.45); }
.hero-note { display: flex; align-items: center; gap: 8px; margin: 19px 0 0; color: #91a399; font-size: 13px; }
.hero-note svg { color: var(--primary-bright); }

.product-stage {
  position: relative;
  z-index: 2;
  min-width: 0;
  width: 100%;
  aspect-ratio: 1024 / 588;
  overflow: visible;
}
.stage-glow {
  position: absolute;
  width: 420px;
  height: 420px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(28,197,86,.2);
  filter: blur(90px);
  pointer-events: none;
}
.product-screenshot {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: auto;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 38px 100px rgba(0,0,0,.5);
  cursor: zoom-in;
  transition:
    width .38s cubic-bezier(0.22, 1, 0.36, 1),
    left .38s cubic-bezier(0.22, 1, 0.36, 1),
    top .38s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow .38s ease,
    z-index 0s linear .38s;
}
@media (hover: hover) and (pointer: fine) {
  .product-stage:hover { z-index: 50; }
  .product-stage:hover .product-screenshot {
    z-index: 50;
    left: -40%;
    top: -12%;
    width: 149%;
    right: auto;
    bottom: auto;
    overflow: hidden;
    border-radius: 22px;
    box-shadow: 0 48px 120px rgba(0,0,0,.55);
    transition:
      width .38s cubic-bezier(0.22, 1, 0.36, 1),
      left .38s cubic-bezier(0.22, 1, 0.36, 1),
      top .38s cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow .38s ease,
      z-index 0s;
  }
}
.product-screenshot img {
  display: block;
  width: 100%;
  height: auto;
  background: #eef4f0;
}
.screenshot-topbar {
  height: 46px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 16px;
  border-bottom: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font-size: 10px;
  font-weight: 800;
}
.screenshot-topbar > span { justify-self: center; }
.screenshot-topbar > b { justify-self: end; color: var(--primary-dark); font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.app-preview {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 24px;
  background: #f7faf8;
  color: var(--ink);
  box-shadow: 0 38px 100px rgba(0,0,0,.5);
  transform: perspective(1200px) rotateY(-4deg) rotateX(1deg);
}
.preview-topbar { height: 55px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 16px; border-bottom: 1px solid var(--line); background: #fff; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 8px; height: 8px; border-radius: 50%; background: #c7d4cc; }
.window-dots i:nth-child(1) { background: #f07265; }
.window-dots i:nth-child(2) { background: #e6c65d; }
.window-dots i:nth-child(3) { background: #5eca78; }
.preview-title { font-size: 13px; font-weight: 800; }
.company-chip { justify-self: end; padding: 6px 10px; border-radius: 999px; background: var(--primary-soft); color: var(--primary-dark); font-size: 10px; font-weight: 800; }
.preview-body { display: grid; grid-template-columns: 190px minmax(0,1fr); min-height: 370px; }
.input-panel { padding: 18px 14px; border-right: 1px solid var(--line); background: #f0f5f2; }
.panel-kicker { display: flex; align-items: center; gap: 7px; margin-bottom: 12px; color: #3c5145; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.code-list { display: flex; flex-direction: column; gap: 8px; min-height: 238px; padding: 12px; border: 1px solid #cedcd3; border-radius: 11px; background: #fff; }
.code-list span { display: block; overflow: hidden; color: #5f7167; font-family: ui-monospace,SFMono-Regular,Menlo,monospace; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.mock-button { width: 100%; margin-top: 10px; padding: 10px 8px; border: 0; border-radius: 9px; background: var(--primary); color: #06160b; font-size: 9px; font-weight: 900; }
.result-panel { padding: 18px; background: #fff; }
.result-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.result-stats > div { padding: 11px; border: 1px solid var(--line); border-radius: 11px; background: #f9fbfa; }
.result-stats span, .result-stats strong { display: block; }
.result-stats span { color: var(--muted); font-size: 8px; }
.result-stats strong { margin-top: 3px; font-size: 21px; line-height: 1; }
.result-stats .warning { color: #dd6d39; }
.labels-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin-top: 12px; }
.mini-label { position: relative; overflow: hidden; padding: 13px; border: 1px solid #d7e1db; border-radius: 12px; background: #fff; box-shadow: 0 7px 20px rgba(10,31,20,.08); }
.mini-label::before { content: "58 Г— 40"; position: absolute; top: 8px; right: 8px; color: #8a9a91; font-size: 7px; }
.mini-label b, .mini-label small, .mini-label em { display: block; }
.mini-label b { width: 74%; overflow: hidden; font-size: 9px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.mini-label small { margin-top: 4px; color: var(--muted); font-size: 7px; }
.mini-label em { margin-top: 2px; color: #1d2b23; font-family: ui-monospace,SFMono-Regular,Menlo,monospace; font-size: 7px; font-style: normal; letter-spacing: .13em; text-align: center; }
.mini-label-accent { background: #f4fbf6; border-color: #a8dcb8; }

.barcode { position: relative; height: 74px; overflow: hidden; background: #fff; }
.barcode::before, .barcode::after, .barcode span::before, .barcode span::after { content: ""; position: absolute; inset-block: 8px; }
.barcode::before { left: 3%; width: 28%; background: repeating-linear-gradient(90deg,#09110c 0 2px,transparent 2px 4px,#09110c 4px 7px,transparent 7px 10px); }
.barcode::after { left: 33%; width: 31%; background: repeating-linear-gradient(90deg,#09110c 0 4px,transparent 4px 6px,#09110c 6px 7px,transparent 7px 11px); }
.barcode span::before { left: 66%; width: 15%; background: repeating-linear-gradient(90deg,#09110c 0 2px,transparent 2px 5px,#09110c 5px 9px,transparent 9px 11px); }
.barcode span::after { left: 83%; width: 14%; background: repeating-linear-gradient(90deg,#09110c 0 3px,transparent 3px 5px,#09110c 5px 6px,transparent 6px 9px); }
.barcode-compact { height: 52px; margin-top: 7px; }
.barcode-compact::before, .barcode-compact::after, .barcode-compact span::before, .barcode-compact span::after { inset-block: 5px; }

.result-footer { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 8px; margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line); }
.result-footer span { display: flex; align-items: center; gap: 5px; color: var(--muted); font-size: 7px; font-weight: 700; }
.format-dot { width: 7px; height: 7px; border-radius: 2px; background: var(--primary); }
.format-dot-alt { background: #7191e7; }
.result-footer button { display: flex; align-items: center; gap: 5px; padding: 8px 10px; border: 0; border-radius: 8px; background: var(--ink); color: #fff; font-size: 8px; font-weight: 800; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.26); border-radius: 14px; background: rgba(6,18,11,.88); color: #fff; box-shadow: 0 18px 40px rgba(0,0,0,.36); backdrop-filter: blur(14px); }
.floating-card b, .floating-card small { display: block; line-height: 1.25; }
.floating-card b { font-size: 10px; }
.floating-card small { margin-top: 3px; color: #98aa9f; font-size: 8px; }
.floating-card-left { left: -28px; bottom: 13px; }
.floating-card-right { right: -15px; top: 52px; }
.floating-icon { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 8px; background: var(--primary); color: #06160b; }
.floating-number { color: var(--primary-bright); font-size: 23px; font-weight: 900; line-height: 1; }

.marketplace-line { position: relative; z-index: 3; width: min(1240px,calc(100% - 48px)); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 21px 0 25px; border-top: 1px solid rgba(255,255,255,.12); color: #84988c; font-size: 12px; }
.marketplace-line > span { font-weight: 700; }
.marketplace-line div { display: flex; align-items: center; gap: 18px; }
.marketplace-line b { color: #bdccc3; font-size: 13px; font-weight: 700; }
.marketplace-line i { width: 3px; height: 3px; border-radius: 50%; background: #53665b; }

.section-heading { max-width: 750px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .workflow-copy h2, .faq-heading h2, .final-cta h2 { margin: 13px 0 17px; font-size: clamp(38px,4.2vw,60px); font-weight: 850; line-height: 1.05; letter-spacing: -.045em; }
.section-heading p, .workflow-intro > p, .split-heading > p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.pain-section { padding-block: 120px 132px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 58px; }
.benefit-card { position: relative; min-height: 350px; overflow: hidden; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: 0 14px 42px rgba(9,35,20,.06); }
.benefit-card::after { content: ""; position: absolute; right: -60px; bottom: -90px; width: 220px; height: 220px; border: 38px solid var(--primary-soft); border-radius: 50%; }
.benefit-card-dark { border-color: #173626; background: var(--ink); color: #fff; }
.benefit-card-dark::after { border-color: rgba(50,214,109,.08); }
.feature-icon { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 16px; background: var(--primary-soft); color: var(--primary-dark); font-size: 24px; }
.benefit-card-dark .feature-icon { background: var(--primary); color: #06160b; }
.card-index { position: absolute; top: 30px; right: 30px; color: #a7b4ac; font-family: ui-monospace,monospace; font-size: 12px; font-weight: 700; }
.benefit-card h3 { position: relative; z-index: 2; margin: 74px 0 14px; font-size: 25px; line-height: 1.15; letter-spacing: -.025em; }
.benefit-card p { position: relative; z-index: 2; margin: 0; color: var(--muted); }
.benefit-card-dark p { color: #a9bbb0; }

.workflow-section { position: relative; overflow: hidden; margin-bottom: 120px; padding: 58px; border-radius: 36px; background: var(--ink); color: #fff; box-shadow: var(--shadow); }
.workflow-section::after { content: ""; position: absolute; top: -110px; right: -70px; width: 280px; height: 280px; border: 54px solid rgba(50,214,109,.07); border-radius: 50%; pointer-events: none; }
.workflow-header { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .72fr; align-items: end; gap: 80px; }
.workflow-copy h2 { max-width: 650px; margin-bottom: 0; color: #fff; font-size: clamp(42px,4.2vw,58px); }
.workflow-intro { display: flex; align-items: flex-start; flex-direction: column; gap: 24px; }
.workflow-intro > p { color: #a9bbb0; font-size: 16px; }
.steps { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin: 46px 0 0; padding: 0; list-style: none; }
.steps li { position: relative; min-height: 210px; padding: 28px 30px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: rgba(255,255,255,.045); }
.steps li:nth-child(2) { border-color: #fff; background: #fff; color: var(--ink); }
.steps li > span { display: block; color: var(--primary-bright); font-family: ui-monospace,monospace; font-size: 48px; font-weight: 900; line-height: 1; letter-spacing: -.08em; }
.steps li:nth-child(2) > span { color: var(--primary-dark); }
.steps b { display: block; margin-top: 32px; font-size: 20px; line-height: 1.2; }
.steps p { max-width: 290px; margin: 8px 0 0; color: #92a69a; font-size: 13px; line-height: 1.55; }
.steps li:nth-child(2) p { color: var(--muted); }
.button-dark { padding: 15px 20px; background: var(--primary); color: #06160b; box-shadow: none; }
.button-dark:hover { background: var(--primary-bright); box-shadow: none; }

.template-builder-section { display: grid; grid-template-columns: minmax(320px,.72fr) minmax(600px,1.28fr); align-items: center; gap: 58px; padding-block: 0 145px; overflow: visible; }
.template-builder-copy h2 { margin: 13px 0 18px; font-size: clamp(40px,4vw,56px); font-weight: 850; line-height: 1.05; letter-spacing: -.045em; }
.template-builder-copy > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.builder-points { display: flex; flex-direction: column; gap: 18px; margin-top: 34px; }
.builder-points > div { display: grid; grid-template-columns: 34px 1fr; gap: 13px; align-items: start; padding-top: 18px; border-top: 1px solid #cbd9d0; }
.builder-points > div > span { color: var(--primary-dark); font-family: ui-monospace,monospace; font-size: 11px; font-weight: 850; }
.builder-points p { margin: 0; color: var(--muted); font-size: 13px; }
.builder-points b { display: block; margin-bottom: 3px; color: var(--ink); font-size: 15px; }
.builder-screenshot-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 25px;
  background: #fff;
  box-shadow: var(--shadow);
  cursor: zoom-in;
  transition: width .28s ease, max-width .28s ease, margin .28s ease, box-shadow .28s ease, z-index 0s;
  justify-self: center;
}
@media (hover: hover) and (pointer: fine) {
  .builder-screenshot-card:hover {
    z-index: 40;
    width: 149%;
    max-width: none;
    margin-left: -24.5%;
    overflow: hidden;
    border-radius: 25px;
    box-shadow: 0 28px 70px rgba(10,31,20,.22);
  }
}
.builder-screenshot-card img {
  display: block;
  width: 100%;
  height: auto;
  background: #e9eef2;
}
.builder-window-bar { height: 48px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 16px; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 10px; font-weight: 800; }
.builder-window-bar > span { justify-self: center; }
.builder-window-bar > b { justify-self: end; color: var(--primary-dark); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.builder-screenshot-card figcaption { padding: 13px 17px 15px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }

.fulfillment-section { position: relative; overflow: hidden; background: #06110b; color: #fff; }
.fulfillment-section::before { content: ""; position: absolute; top: -240px; left: -160px; width: 520px; height: 520px; border: 90px solid rgba(33,182,83,.08); border-radius: 50%; }
.fulfillment-inner { position: relative; z-index: 2; padding-block: 120px; }
.light-heading p { color: #9caf9f; }
.fulfillment-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 58px; }
.fulfillment-grid article { min-height: 260px; padding: 25px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.035); }
.fulfillment-grid article > span { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 13px; background: rgba(50,214,109,.12); color: var(--primary-bright); font-size: 22px; }
.fulfillment-grid h3 { margin: 48px 0 10px; font-size: 18px; line-height: 1.25; }
.fulfillment-grid p { margin: 0; color: #93a69a; font-size: 14px; }

.tools-section { padding-block: 130px; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.1fr .7fr; align-items: end; gap: 90px; }
.split-heading h2 { margin-bottom: 0; }
.tools-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 55px; }
.tools-grid article { position: relative; min-height: 240px; padding: 32px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.tools-grid article::after { content: ""; position: absolute; right: -12px; bottom: -34px; width: 150px; height: 100px; opacity: .11; transform: rotate(-9deg); background: repeating-linear-gradient(90deg,var(--ink) 0 4px,transparent 4px 8px,var(--ink) 8px 10px,transparent 10px 16px); }
.tool-number { color: var(--primary-dark); font-family: ui-monospace,monospace; font-size: 12px; font-weight: 800; }
.tools-grid h3 { margin: 61px 0 9px; font-size: 23px; letter-spacing: -.025em; }
.tools-grid p { max-width: 420px; margin: 0; color: var(--muted); }

.pricing-section { padding-block: 20px 135px; }
.pricing-grid { max-width: 900px; margin: 52px auto 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.trial-card {
  position: relative;
  display: flex;
  min-height: 510px;
  overflow: hidden;
  flex-direction: column;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: 0 16px 50px rgba(7,28,15,.07);
}
.trial-card::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -45px;
  width: 180px;
  height: 120px;
  opacity: .06;
  transform: rotate(-8deg);
  background: repeating-linear-gradient(90deg,var(--ink) 0 5px,transparent 5px 10px,var(--ink) 10px 13px,transparent 13px 19px);
}
.trial-count { display: flex; align-items: flex-end; gap: 12px; margin-top: 24px; }
.trial-count strong { color: var(--primary-dark); font-size: 104px; font-weight: 900; line-height: .85; letter-spacing: -.08em; }
.trial-count span { padding-bottom: 9px; color: var(--muted); font-size: 22px; font-weight: 800; }
.trial-card h3 { max-width: 330px; margin: 38px 0 12px; font-size: 25px; line-height: 1.16; letter-spacing: -.025em; }
.trial-card > p { margin: 0; color: var(--muted); }
.trial-note { position: relative; z-index: 2; display: flex; align-items: center; gap: 8px; margin-top: auto; color: var(--primary-dark); font-size: 13px; font-weight: 800; }
.price-card { display: flex; min-height: 510px; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: 0 16px 50px rgba(7,28,15,.07); }
.price-card-featured { border-color: #1f5234; background: var(--ink); color: #fff; }
.plan-topline { display: flex; align-items: center; justify-content: space-between; }
.plan-name { color: var(--primary-dark); font-size: 13px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.price-card-featured .plan-name { color: var(--primary-bright); }
.popular-tag { padding: 6px 9px; border-radius: 999px; background: var(--primary); color: #06160b; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.price-value { margin-top: 24px; font-size: 42px; font-weight: 850; line-height: 1; letter-spacing: -.04em; }
.price-value small { color: #91a399; font-size: 14px; font-weight: 700; letter-spacing: 0; }
.price-card > p { margin: 16px 0 0; color: var(--muted); }
.price-card-featured > p { color: #9eafa5; }
.price-card ul { display: flex; flex-direction: column; gap: 13px; margin: 34px 0; padding: 0; list-style: none; }
.price-card li { display: flex; align-items: center; gap: 9px; font-size: 14px; }
.price-card li svg { flex: 0 0 auto; color: var(--primary-dark); }
.price-card-featured li svg { color: var(--primary-bright); }
.price-card .button { width: 100%; min-height: 50px; margin-top: auto; }
.button-outline-dark { border-color: #bbcac1; background: #fff; color: var(--ink); box-shadow: none; }
.button-outline-dark:hover { border-color: var(--ink); background: #f2f7f4; box-shadow: none; }
.button-light { background: var(--primary); color: #06160b; }

.faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; padding-block: 40px 130px; }
.faq-heading h2 { font-size: 48px; }
.faq-list { border-top: 1px solid #cbd9d0; }
.faq-list details { border-bottom: 1px solid #cbd9d0; }
.faq-list summary { position: relative; padding: 25px 46px 25px 0; cursor: pointer; font-size: 17px; font-weight: 750; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 22px; right: 4px; display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-size: 18px; font-weight: 400; }
.faq-list details[open] summary::after { content: "\2212"; background: var(--primary); color: var(--ink); line-height: 1; }
.faq-list details p { max-width: 650px; margin: -8px 46px 25px 0; color: var(--muted); }

.final-cta { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; margin-bottom: 40px; padding: 66px; border-radius: 34px; background: var(--ink); color: #fff; }
.final-cta h2 { position: relative; z-index: 2; max-width: 780px; margin-bottom: 0; font-size: 44px; }
.final-cta .section-kicker, .final-cta .button { position: relative; z-index: 2; }
.cta-barcode { position: absolute; top: -10%; right: 20%; width: 220px; height: 130%; opacity: .055; transform: rotate(9deg); background: repeating-linear-gradient(90deg,#fff 0 6px,transparent 6px 12px,#fff 12px 15px,transparent 15px 22px); }

.site-footer { background: #030705; color: #fff; }
.footer-main { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; padding-block: 45px; }
.footer-brand { width: 188px; height: 63px; }
.footer-main p { margin: 0; color: #86998d; font-size: 13px; }
.footer-links { display: flex; gap: 22px; color: #b2c0b7; font-size: 13px; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 18px 24px; border-top: 1px solid rgba(255,255,255,.09); color: #65786c; font-size: 11px; }

@media (max-width: 1120px) {
  .main-nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 60px; padding-top: 70px; }
  .hero-copy { max-width: 760px; }
  .product-stage { width: min(760px,100%); margin-inline: auto; }
  .workflow-header { grid-template-columns: 1fr; gap: 26px; }
  .workflow-copy { max-width: 720px; }
  .workflow-intro { max-width: 720px; }
  .template-builder-section { grid-template-columns: 1fr; }
  .template-builder-copy { max-width: 760px; }
  .builder-screenshot-card { width: min(900px,100%); margin-inline: auto; }
  .fulfillment-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 820px) {
  .section, .site-header, .hero, .marketplace-line { width: min(100% - 32px,1180px); }
  .site-header { min-height: 88px; }
  .brand { width: 158px; height: 55px; }
  .button-small { display: none; }
  .hero { min-height: 0; padding: 62px 0 78px; }
  .hero h1 { font-size: clamp(48px,12vw,68px); }
  .hero-lead { font-size: 17px; }
  .product-stage { min-height: auto; }
  .product-screenshot { width: 100%; margin: 0; left: 0; top: 0; }
  .floating-card-right { right: -8px; top: -30px; }
  .floating-card-left { left: 8px; bottom: -32px; }
  .marketplace-line { align-items: flex-start; flex-direction: column; }
  .marketplace-line div { flex-wrap: wrap; }
  .benefit-grid, .pricing-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 320px; }
  .workflow-section { padding: 46px; }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: 0; }
  .template-builder-section { gap: 48px; }
  .split-heading, .faq-section { grid-template-columns: 1fr; gap: 45px; }
  .tools-grid { grid-template-columns: 1fr; }
  .final-cta { grid-template-columns: 1fr; padding: 44px; }
  .footer-main { grid-template-columns: 1fr; gap: 22px; }
  .footer-links { flex-wrap: wrap; }
}

@media (max-width: 590px) {
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .text-link { align-self: flex-start; }
  .preview-body { grid-template-columns: 1fr; }
  .input-panel { display: none; }
  .labels-row { grid-template-columns: 1fr 1fr; }
  .result-panel { padding: 12px; }
  .result-footer { grid-template-columns: 1fr auto; }
  .result-footer span:nth-child(2) { display: none; }
  .floating-card { display: none; }
  .marketplace-line div { gap: 12px; }
  .marketplace-line i { display: none; }
  .pain-section { padding-block: 90px 100px; }
  .section-heading h2, .workflow-copy h2, .faq-heading h2, .final-cta h2 { font-size: 38px; }
  .workflow-section { margin-bottom: 85px; padding: 34px 26px; border-radius: 26px; }
  .workflow-header { gap: 22px; }
  .steps { margin-top: 34px; }
  .steps li { padding: 24px; }
  .steps li > span { font-size: 40px; }
  .steps b { margin-top: 22px; }
  .template-builder-section { padding-bottom: 100px; }
  .template-builder-copy h2 { font-size: 38px; }
  .builder-window-bar > b { display: none; }
  .fulfillment-inner, .tools-section { padding-block: 90px; }
  .fulfillment-grid { grid-template-columns: 1fr; }
  .fulfillment-grid article { min-height: 230px; }
  .trial-card, .price-card { min-height: 470px; padding: 28px; }
  .final-cta { width: calc(100% - 24px); padding: 38px 28px; }
  .final-cta .button { width: 100%; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

.button-disabled { opacity: 0.72; cursor: default; pointer-events: none; }
.button-disabled:hover { transform: none; background: var(--primary); box-shadow: 0 10px 34px rgba(33,182,83,.24); }

button.login-link,
.footer-links button {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
}
.footer-links button { color: #b2c0b7; font-size: 13px; font-weight: 700; }
.footer-links button:hover { color: var(--primary-bright); }

body.auth-open { overflow: hidden; }
.auth-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
}
.auth-modal[hidden] { display: none; }
.auth-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(4, 12, 8, .72);
  cursor: pointer;
}
.auth-dialog {
  position: relative;
  z-index: 1;
  width: min(420px, 100%);
  max-height: min(92vh, 760px);
  overflow: auto;
  padding: 28px 26px 24px;
  border-radius: 22px;
  background: #0b1a12;
  color: #e8f0eb;
  box-shadow: 0 28px 80px rgba(0,0,0,.45);
}
.auth-close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #9eb0a5;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.auth-logo { display: block; width: 210px; max-width: 70%; height: auto; margin: 0 auto 14px; }
.auth-dialog h2 { margin: 0 0 8px; text-align: center; font-size: 24px; color: #fff; }
.auth-lead { margin: 0 0 18px; text-align: center; color: #9eb0a5; font-size: 14px; line-height: 1.45; }
.auth-dialog .field { margin-bottom: 12px; }
.auth-dialog label { display: block; margin-bottom: 6px; color: #c5d4cb; font-size: 13px; font-weight: 700; }
.auth-dialog input {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #2a4034;
  border-radius: 10px;
  background: #fff;
  color: #0c1c13;
  font: inherit;
}
.auth-dialog .button {
  width: 100%;
  margin-top: 8px;
  justify-content: center;
}
.auth-links {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  text-align: center;
  color: #9eb0a5;
  font-size: 13px;
}
.auth-links a,
.auth-links button {
  color: var(--primary-bright);
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  cursor: pointer;
  text-decoration: none;
}
.auth-flashes { margin-bottom: 14px; }
.auth-flash {
  padding: 10px 12px;
  border-radius: 10px;
  background: #163323;
  color: #d8f5e2;
  font-size: 13px;
}
.auth-flash.error { background: #3a1717; color: #ffd4d4; }
.auth-flash.success { background: #163323; color: #d8f5e2; }

body.shot-lightbox-open { overflow: hidden; }
.shot-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  background: rgba(4, 12, 8, .88);
}
.shot-lightbox[hidden] { display: none; }
.shot-lightbox-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  color: #d7e4db;
  font-size: 13px;
  font-weight: 700;
}
.shot-lightbox-close {
  appearance: none;
  border: 0;
  border-radius: 999px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.shot-lightbox-scroller {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x pan-y;
  overscroll-behavior: contain;
  padding: 0 12px 24px;
}
.shot-lightbox-scroller img {
  display: block;
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 60px rgba(0,0,0,.45);
  user-select: none;
  -webkit-user-drag: none;
}

@media (prefers-reduced-motion: reduce) {
  .product-screenshot,
  .builder-screenshot-card { transition: none; }
  .product-stage:hover .product-screenshot {
    left: 0;
    top: 0;
    width: 100%;
  }
  .builder-screenshot-card:hover {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
