:root {
  --bg: #f6f8fb;
  --ink: #182433;
  --muted: #667382;
  --line: #dce1e7;
  --panel: #ffffff;
  --soft: #f1f5f9;
  --accent: #206bc4;
  --accent-dark: #1a5aa5;
  --accent-soft: #e8f1fc;
  --success: #2fb344;
  --radius: 14px;
  --shadow: 0 18px 48px rgb(24 36 51 / 10%);
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.55;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.container {
  width: min(100% - 32px, 1180px);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgb(255 255 255 / 92%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.nav-wrap {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 72px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 750;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--accent);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
}

nav {
  display: flex;
  justify-content: center;
  gap: 6px;
}

nav a {
  border-radius: 8px;
  color: var(--muted);
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

nav a:hover {
  background: var(--soft);
  color: var(--accent);
}

.nav-actions,
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 9px 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 120ms ease, border-color 120ms ease, transform 80ms ease;
}

.btn:active {
  transform: translateY(1px);
}

.btn.primary {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
}

.btn.primary:hover {
  background: var(--accent-dark);
}

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

.btn.ghost:hover {
  background: var(--soft);
}

.btn.large {
  min-height: 46px;
  padding-inline: 18px;
}

.section {
  padding: 88px 0;
}

.hero {
  padding-top: 96px;
  overflow: hidden;
}

.hero-grid,
.split-grid,
.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: 56px;
}

.hero-copy {
  display: grid;
  gap: 18px;
}

.eyebrow {
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 0;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

h3 {
  margin-bottom: 8px;
  font-size: 19px;
}

p {
  color: var(--muted);
}

.hero-copy > p,
.section-head p,
.split-grid p,
.faq-grid > div > p {
  max-width: 64ch;
  font-size: 18px;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

.trust-strip span,
.badge {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 750;
}

.hero-visual,
.diagram-card,
.feature-card,
.price-card,
.cta-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.hero-visual {
  padding: 12px;
  transform: rotate(-1deg);
}

.hero-visual img,
.diagram-card img {
  width: 100%;
  border-radius: calc(var(--radius) - 6px);
}

.logo-band {
  border-block: 1px solid var(--line);
  background: #fff;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
}

.logo-grid span {
  display: grid;
  place-items: center;
  min-height: 84px;
  color: var(--muted);
  font-weight: 800;
  text-align: center;
}

.section-head {
  display: grid;
  gap: 8px;
  max-width: 760px;
  margin-bottom: 28px;
}

.problem-section {
  background:
    linear-gradient(180deg, #fff, #f6f8fb 78%);
}

.answer-section {
  background: #fff;
}

.answer-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(440px, 1.18fr);
  gap: 40px;
  align-items: start;
}

.answer-grid > div:first-child {
  display: grid;
  gap: 10px;
}

.fact-list {
  display: grid;
  gap: 10px;
  margin: 0;
}

.fact-list div {
  display: grid;
  gap: 6px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f8fafc;
  padding: 18px;
}

.fact-list dt {
  color: var(--ink);
  font-weight: 850;
}

.fact-list dd {
  margin: 0;
  color: var(--muted);
}

.problem-grid,
.operations-layout,
.proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.22fr);
  gap: 44px;
  align-items: start;
}

.problem-copy,
.workflow-head {
  display: grid;
  gap: 10px;
}

.pain-list,
.proof-list {
  display: grid;
  gap: 12px;
}

.pain-list article,
.proof-list div {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 22px;
}

.pain-list strong,
.proof-list strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 18px;
}

.pain-list p,
.proof-list p {
  margin-bottom: 0;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.feature-card,
.price-card {
  padding: 24px;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 12px;
  background: var(--accent-soft);
  color: var(--accent);
  font-weight: 850;
}

.workflow-section {
  background: #fff;
}

.workflow-head {
  max-width: 780px;
  margin-inline: auto;
  margin-bottom: 30px;
  text-align: center;
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.workflow-step {
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 270px;
  background: #fff;
  padding: 28px;
}

.workflow-step span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #1f2936;
  color: #fff;
  font-weight: 850;
}

.workflow-step p {
  margin-bottom: 0;
}

.split-section {
  background: #fff;
}

.diagram-card {
  padding: 18px;
}

.operations-section {
  background: #fff;
}

.operations-layout > div:first-child {
  position: sticky;
  top: 104px;
}

.operations-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.operations-grid article {
  min-height: 190px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f8fafc;
  padding: 24px;
}

.operations-grid p {
  margin-bottom: 0;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--ink);
  font-weight: 650;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.38em;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: var(--success);
  box-shadow: inset 0 0 0 4px #dff7e4;
}

.stats-section {
  padding-block: 42px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.stats-grid div {
  display: grid;
  gap: 4px;
  min-height: 132px;
  align-content: center;
  background: #fff;
  padding: 24px;
}

.stats-grid strong {
  color: var(--accent);
  font-size: 38px;
  line-height: 1;
}

.stats-grid span {
  color: var(--muted);
  font-weight: 650;
}

.proof-section {
  padding-top: 52px;
}

.proof-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 90% 0%, rgb(32 107 196 / 15%), transparent 34%),
    #fff;
  padding: 30px;
  box-shadow: var(--shadow);
}

.comparison-section {
  background: #fff;
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

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

.comparison-grid .comparison-positive {
  background:
    radial-gradient(circle at 100% 0%, rgb(47 179 68 / 14%), transparent 34%),
    #fff;
  border-color: #bfe8c8;
}

.comparison-grid ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.comparison-grid li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
  font-weight: 650;
}

.comparison-grid li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #b6c2cf;
}

.comparison-positive li::before {
  width: 12px;
  height: 7px;
  border-radius: 0;
  border-bottom: 2px solid var(--success);
  border-left: 2px solid var(--success);
  background: transparent;
  transform: rotate(-45deg);
}

.commerce-section {
  background:
    linear-gradient(180deg, #f6f8fb, #fff 70%);
}

.commerce-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  gap: 48px;
  align-items: center;
}

.commerce-copy {
  display: grid;
  gap: 12px;
}

.commerce-panel {
  display: grid;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 100% 0%, rgb(32 107 196 / 16%), transparent 34%),
    #fff;
  padding: 18px;
  box-shadow: var(--shadow);
}

.commerce-card {
  display: grid;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 18px;
}

.commerce-card span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.commerce-card strong {
  color: var(--ink);
  font-size: 24px;
  line-height: 1.1;
}

.commerce-card p {
  margin-bottom: 0;
}

.store-card {
  margin-right: 54px;
}

.queue-card {
  margin-left: 54px;
  border-color: #bfe8c8;
  background:
    radial-gradient(circle at 100% 0%, rgb(47 179 68 / 12%), transparent 34%),
    #fff;
}

.commerce-arrow {
  justify-self: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #1f2936;
  color: #fff;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 850;
}

.commerce-steps {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--line);
}

.commerce-steps article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  background: #f8fafc;
  padding: 16px;
}

.commerce-steps span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: var(--accent-soft);
  color: var(--accent);
  font-weight: 850;
}

.commerce-steps strong {
  display: block;
  margin-bottom: 3px;
}

.commerce-steps p {
  margin-bottom: 0;
  font-size: 14px;
}

.pricing-section {
  background: #fff;
}

.pricing-head {
  justify-items: center;
  margin-inline: auto;
  text-align: center;
}

.pricing-status {
  margin-top: -10px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
  text-align: center;
}

.pricing-wrap {
  display: grid;
  gap: 24px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(var(--pricing-columns, 3), minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.price-card {
  display: grid;
  gap: 20px;
  align-content: start;
  min-height: 100%;
  padding: 30px;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.price-card.featured {
  position: relative;
  z-index: 1;
  background: #f8fbff;
  box-shadow: inset 0 0 0 2px var(--accent);
}

.price-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 30px;
}

.price-card-top h3 {
  margin: 0;
}

.price-value {
  display: grid;
  gap: 2px;
}

.price-value strong {
  color: var(--ink);
  font-size: clamp(36px, 4vw, 46px);
  line-height: 1;
  letter-spacing: -0.03em;
}

.price-value span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.pricing-feature-list {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.pricing-feature-list li {
  position: relative;
  padding-left: 24px;
}

.pricing-feature-list li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 2px;
  width: 12px;
  height: 7px;
  border-bottom: 2px solid var(--success);
  border-left: 2px solid var(--success);
  transform: rotate(-45deg);
}

.pricing-feature-list.compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.team-price-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 30px;
}

.team-price-card h3 {
  margin-bottom: 8px;
  font-size: 26px;
}

.team-price-card p {
  margin-bottom: 0;
}

.team-price-side {
  display: grid;
  gap: 18px;
  min-width: 220px;
  justify-items: end;
  text-align: right;
}

.loading-card {
  box-shadow: none;
}

.loading-card span {
  display: block;
  min-height: 18px;
  border-radius: 8px;
  background: linear-gradient(90deg, #eef2f7, #f8fafc, #eef2f7);
}

.loading-card span:first-child {
  width: 42%;
}

.loading-card span:nth-child(2) {
  width: 72%;
}

.loading-card span:nth-child(3) {
  width: 58%;
  min-height: 34px;
}

.faq-grid {
  align-items: start;
}

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

details {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  padding: 16px 18px;
}

summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 800;
}

details p {
  margin: 12px 0 0;
}

.cta-section {
  padding-top: 42px;
}

.cta-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 34px;
  background:
    radial-gradient(circle at 10% 0%, rgb(32 107 196 / 16%), transparent 36%),
    #fff;
}

.cta-card p {
  margin-bottom: 0;
}

.contact-card {
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  align-items: start;
  gap: 36px;
}

.contact-copy {
  display: grid;
  gap: 12px;
  align-content: start;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f8fafc;
  padding: 18px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 750;
}

.contact-form label span {
  font-size: 13px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  padding: 11px 12px;
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 3px solid rgb(32 107 196 / 18%);
  border-color: var(--accent);
}

.contact-message,
.contact-form button,
.contact-status {
  grid-column: 1 / -1;
}

.contact-form button {
  justify-self: start;
}

.contact-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.contact-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-status {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.contact-status[data-state="success"] {
  color: var(--success);
}

.contact-status[data-state="error"] {
  color: #b42318;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #fff;
  padding: 42px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 42px;
}

.footer-grid > div {
  display: grid;
  align-content: start;
  gap: 8px;
}

.footer-grid a {
  color: var(--muted);
  text-decoration: none;
}

.footer-grid a:hover {
  color: var(--accent);
}

@media (max-width: 980px) {
  .nav-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-block: 14px;
  }

  nav {
    justify-content: start;
    overflow: auto;
  }

  .hero-grid,
  .split-grid,
  .faq-grid,
  .answer-grid,
  .problem-grid,
  .operations-layout,
  .proof-grid,
  .commerce-grid,
  .contact-card,
  .cta-card {
    grid-template-columns: 1fr;
  }

  .operations-layout > div:first-child {
    position: static;
  }

  .hero-visual {
    transform: none;
  }

  .feature-grid,
  .workflow-grid,
  .operations-grid,
  .comparison-grid,
  .stats-grid,
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-grid {
    border-radius: var(--radius);
  }

  .team-price-card {
    grid-template-columns: 1fr;
  }

  .team-price-side {
    justify-items: start;
    text-align: left;
  }

  .store-card,
  .queue-card {
    margin-inline: 0;
  }

  .pricing-feature-list.compact {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 640px) {
  .nav-actions {
    display: none;
  }

  .section,
  .hero {
    padding-block: 56px;
  }

  .feature-grid,
  .workflow-grid,
  .operations-grid,
  .comparison-grid,
  .stats-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .cta-card {
    padding: 24px;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }
}
