/* ===== Design tokens — light ===== */
:root,
[data-theme="light"] {
  color-scheme: light;

  --bg: #ffffff;
  --bg-soft: #f7f8ff;
  --bg-surface: #f3f4f8;
  --bg-lilac: #f2efff;
  --card: rgba(255, 255, 255, 0.92);
  --card-solid: #ffffff;
  --text: #0f172a;
  --text-secondary: #344054;
  --text-muted: #667085;
  --logo-text: #101828;
  --nav-text: #1f2937;
  --border: #e5e7f0;
  --border-strong: #d9ddeb;
  --eyebrow-border: #ded7ff;
  --primary: #6046ff;
  --primary-2: #7c5cff;
  --primary-3: #8f7bff;
  --primary-soft: #f0edff;
  --primary-glow: rgba(96, 70, 255, 0.16);
  --primary-glow-2: rgba(96, 70, 255, 0.1);
  --gradient-text: linear-gradient(135deg, #5138f2 0%, #8b5cf6 56%, #6d5dfc 100%);
  --btn-primary: linear-gradient(135deg, #6d4dff 0%, #5138f2 100%);
  --btn-primary-hover: linear-gradient(135deg, #7457ff 0%, #4b32e8 100%);
  --header-bg: rgba(255, 255, 255, 0.82);
  --header-border: rgba(229, 231, 240, 0.78);
  --icon-btn-bg: rgba(255, 255, 255, 0.9);
  --icon-btn-color: #111827;
  --hero-lead: #4b5563;
  --pill-out-bg: #eef1f6;
  --pill-out-text: #344054;
  --tabs-bg: #fbfcff;
  --tab-bg: #eef1f6;
  --tab-text: #344054;
  --chart-grid-h: #edf0f7;
  --chart-grid-v: #f5f6fb;
  --chart-fill-top: rgba(96, 70, 255, 0.28);
  --chart-fill-bottom: rgba(96, 70, 255, 0);
  --cta-border: #ded7ff;
  --cta-bg: radial-gradient(circle at 88% 30%, rgba(96, 70, 255, 0.26), transparent 22rem),
    linear-gradient(135deg, #fbfaff, #f0edff);
  --cta-graphic-bg: linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.4)),
    radial-gradient(circle at 72% 50%, rgba(96, 70, 255, 0.26), transparent 12rem);
  --step-illustration: radial-gradient(circle at 50% 50%, rgba(96, 70, 255, 0.18), transparent 45%),
    linear-gradient(135deg, #f7f5ff, #eef2ff);
  --social-bg: #f2f4f7;
  --social-color: #344054;
  --orbit-border: rgba(96, 70, 255, 0.24);
  --barcode-bg: #ffffff;
  --barcode-bar: #111827;
  --success: #16a34a;
  --success-soft: #dcfce7;
  --warning: #f59e0b;
  --warning-soft: #fff7ed;
  --blue: #2563eb;
  --blue-soft: #eaf1ff;
  --green-icon-bg: #ecfdf3;
  --green-icon: #16a34a;
  --shadow-xs: 0 1px 2px rgba(15, 23, 42, 0.05);
  --shadow-sm: 0 8px 24px rgba(79, 70, 229, 0.08);
  --shadow-md: 0 18px 45px rgba(79, 70, 229, 0.14);
  --shadow-lg: 0 30px 80px rgba(79, 70, 229, 0.18);
  --shadow-header: 0 4px 24px rgba(15, 23, 42, 0.06);
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --container: 1180px;
  --header-offset: 92px;
  --transition-theme: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

/* ===== Design tokens — dark ===== */
[data-theme="dark"] {
  color-scheme: dark;

  --bg: #0a0d14;
  --bg-soft: #0f1219;
  --bg-surface: #131824;
  --bg-lilac: #16132a;
  --card: rgba(22, 27, 42, 0.94);
  --card-solid: #161b28;
  --text: #f1f5f9;
  --text-secondary: #cbd5e1;
  --text-muted: #94a3b8;
  --logo-text: #f8fafc;
  --nav-text: #e2e8f0;
  --border: #2a3144;
  --border-strong: #363d52;
  --eyebrow-border: #3d3566;
  --primary: #8b7aff;
  --primary-2: #9d8fff;
  --primary-3: #b4a6ff;
  --primary-soft: #221e3d;
  --primary-glow: rgba(139, 122, 255, 0.22);
  --primary-glow-2: rgba(139, 122, 255, 0.12);
  --gradient-text: linear-gradient(135deg, #a78bfa 0%, #c4b5fd 50%, #8b7aff 100%);
  --btn-primary: linear-gradient(135deg, #7c6bff 0%, #6046ff 100%);
  --btn-primary-hover: linear-gradient(135deg, #8f7fff 0%, #5540e8 100%);
  --header-bg: rgba(10, 13, 20, 0.88);
  --header-border: rgba(42, 49, 68, 0.9);
  --icon-btn-bg: rgba(22, 27, 42, 0.95);
  --icon-btn-color: #e2e8f0;
  --hero-lead: #94a3b8;
  --pill-out-bg: #1e2436;
  --pill-out-text: #cbd5e1;
  --tabs-bg: #12161f;
  --tab-bg: #1e2436;
  --tab-text: #94a3b8;
  --chart-grid-h: #252b3d;
  --chart-grid-v: #1a1f2e;
  --chart-fill-top: rgba(139, 122, 255, 0.35);
  --chart-fill-bottom: rgba(139, 122, 255, 0);
  --cta-border: #3d3566;
  --cta-bg: radial-gradient(circle at 88% 30%, rgba(96, 70, 255, 0.35), transparent 22rem),
    linear-gradient(135deg, #14101f, #1a1530);
  --cta-graphic-bg: linear-gradient(135deg, rgba(30, 36, 54, 0.9), rgba(22, 27, 42, 0.6)),
    radial-gradient(circle at 72% 50%, rgba(96, 70, 255, 0.3), transparent 12rem);
  --step-illustration: radial-gradient(circle at 50% 50%, rgba(139, 122, 255, 0.2), transparent 45%),
    linear-gradient(135deg, #1a1530, #131824);
  --social-bg: #1e2436;
  --social-color: #cbd5e1;
  --orbit-border: rgba(139, 122, 255, 0.35);
  --barcode-bg: #f8fafc;
  --barcode-bar: #0f172a;
  --success: #4ade80;
  --success-soft: #14532d;
  --green-icon-bg: #052e16;
  --green-icon: #4ade80;
  --warning-soft: #422006;
  --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.25);
  --shadow-sm: 0 8px 24px rgba(0, 0, 0, 0.35);
  --shadow-md: 0 18px 45px rgba(0, 0, 0, 0.4);
  --shadow-lg: 0 30px 80px rgba(0, 0, 0, 0.45);
  --shadow-header: 0 4px 24px rgba(0, 0, 0, 0.35);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-offset);
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 75% 0%, var(--primary-glow), transparent 34rem),
    radial-gradient(circle at 16% 28%, var(--primary-glow-2), transparent 30rem),
    var(--bg);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  transition: var(--transition-theme);
}

main {
  position: relative;
  z-index: 1;
}

a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
img, svg { display: block; max-width: 100%; }

:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
}

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

/* ===== Header ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  isolation: isolate;
  background: var(--header-bg);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--header-border);
  transition: var(--transition-theme), box-shadow 0.25s ease;
}

.site-header.is-scrolled {
  box-shadow: var(--shadow-header);
}

.header-inner {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px 20px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.04em;
  color: var(--logo-text);
  white-space: nowrap;
  transition: color 0.35s ease;
}

.logo-mark {
  width: 34px;
  height: 34px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  align-items: end;
}

.logo-mark span {
  width: 100%;
  border-radius: 999px;
  background: linear-gradient(180deg, #9b85ff, #5138f2);
  box-shadow: 0 10px 18px rgba(96, 70, 255, 0.25);
}

.logo-mark span:nth-child(1) { height: 16px; }
.logo-mark span:nth-child(2) { height: 24px; }
.logo-mark span:nth-child(3) { height: 30px; }
.logo-mark span:nth-child(4) { height: 20px; }

.logo-word {
  display: inline-flex;
  align-items: baseline;
}

.logo-word__zal {
  color: var(--logo-text);
}

.logo-word__visit {
  background: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: clamp(12px, 1.6vw, 22px);
  min-width: 0;
  font-size: 13px;
  font-weight: 500;
  color: var(--nav-text);
}

.nav__link {
  white-space: nowrap;
  transition: color 0.2s ease;
}

.nav__link:hover {
  color: var(--primary);
}

.nav-more {
  position: relative;
}

.nav-more__btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 10px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--nav-text);
  font: inherit;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
}

.nav-more__btn svg {
  width: 14px;
  height: 14px;
  transition: transform 0.2s ease;
}

.nav-more.is-open .nav-more__btn svg {
  transform: rotate(180deg);
}

.nav-more__btn:hover,
.nav-more.is-open .nav-more__btn {
  color: var(--primary);
  background: var(--primary-soft);
}

.nav-more__menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 220;
  display: grid;
  gap: 2px;
  min-width: 168px;
  padding: 8px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--card-solid);
  box-shadow: var(--shadow-lg);
}

.nav-more__menu[hidden] {
  display: none;
}

.nav-more__menu .nav__link {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
}

.nav-more__menu .nav__link:hover,
.nav-more__menu .nav__link.is-active {
  background: var(--primary-soft);
  color: var(--primary);
}

.btn--header .btn__text-short {
  display: none;
}

@media (max-width: 1320px) {
  .btn--header {
    min-height: 44px;
    padding-inline: 18px;
    font-size: 14px;
  }

  .btn--header .btn__text-full {
    display: none;
  }

  .btn--header .btn__text-short {
    display: inline;
  }
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.icon-btn {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: var(--icon-btn-bg);
  color: var(--icon-btn-color);
  box-shadow: var(--shadow-xs);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.35s ease, color 0.35s ease;
}

.icon-btn:hover {
  transform: translateY(-2px);
  border-color: var(--primary-3);
  box-shadow: var(--shadow-sm);
}

.theme-toggle {
  position: relative;
}

.theme-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.35s ease, opacity 0.25s ease;
}

.theme-icon--moon {
  display: none;
}

[data-theme="dark"] .theme-icon--sun {
  display: none;
}

[data-theme="dark"] .theme-icon--moon {
  display: block;
}

.burger {
  display: none;
  padding: 0;
}

.burger__lines {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 5px;
  width: 22px;
  height: 18px;
}

.burger__line {
  display: block;
  width: 22px;
  height: 2.5px;
  background: currentColor;
  border-radius: 999px;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease, width 0.28s ease;
}

.burger__line--mid {
  width: 16px;
}

.burger.is-active .burger__line {
  width: 22px;
}

.burger.is-active .burger__line:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}

.burger.is-active .burger__line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.burger.is-active .burger__line:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}

/* ===== Buttons ===== */
.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  border-radius: 12px;
  padding: 0 28px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn svg { width: 20px; height: 20px; flex-shrink: 0; }

.btn-primary {
  background: var(--btn-primary);
  color: #fff !important;
  box-shadow: 0 18px 32px rgba(96, 70, 255, 0.24);
}

.btn-primary:hover {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(96, 70, 255, 0.32);
  background: var(--btn-primary-hover);
}

.btn-secondary {
  color: var(--text);
  background: var(--card-solid);
  border: 1px solid var(--border-strong);
  box-shadow: var(--shadow-xs);
}

.btn-secondary:hover {
  transform: translateY(-2px);
  border-color: var(--primary-3);
  box-shadow: var(--shadow-sm);
}

/* ===== Sections ===== */
.section {
  padding: 72px 0;
}

.section--alt {
  background: var(--bg-soft);
  transition: background 0.35s ease;
}

.section--surface {
  background: var(--bg-surface);
  transition: background 0.35s ease;
}

.section-kicker {
  margin: 0 0 10px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
}

.section-title {
  margin: 0 0 48px;
  text-align: center;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.16;
  letter-spacing: -0.04em;
  color: var(--text);
}

/* ===== Hero ===== */
.hero {
  position: relative;
  padding: 70px 0 44px;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(460px, 0.95fr);
  gap: 56px;
  align-items: center;
}

.eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--primary);
  background: var(--primary-soft);
  border: 1px solid var(--eyebrow-border);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  transition: background 0.35s ease, border-color 0.35s ease;
}

.eyebrow svg { width: 15px; height: 15px; }

.hero h1 {
  max-width: 690px;
  margin: 24px 0 20px;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.08;
  letter-spacing: -0.06em;
  font-weight: 800;
  color: var(--text);
}

.gradient-text {
  display: block;
  background: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-lead {
  max-width: 630px;
  margin: 0 0 30px;
  color: var(--hero-lead);
  font-size: 18px;
  line-height: 1.8;
  transition: color 0.35s ease;
}

.feature-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 32px 0 36px;
  max-width: 720px;
}

.mini-feature {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid transparent;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.mini-feature:hover {
  background: var(--card);
  border-color: var(--border);
  box-shadow: var(--shadow-xs);
}

.mini-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--blue-soft);
  color: var(--blue);
}

.mini-feature:nth-child(1) .mini-icon {
  background: var(--green-icon-bg);
  color: var(--green-icon);
}

.mini-feature:nth-child(3) .mini-icon {
  background: var(--warning-soft);
  color: var(--warning);
}

.mini-feature h3,
.mini-feature__title {
  margin: 0 0 5px;
  font-size: 14px;
  color: var(--text);
}

.mini-feature p {
  margin: 0;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.55;
}

.hero-links {
  margin: 0 0 24px;
  font-size: 14px;
  color: var(--text-muted);
}

.hero-links a {
  color: var(--primary);
  font-weight: 600;
  transition: color 0.2s ease;
}

.hero-links a:hover {
  color: var(--primary-2);
}

.hero-links span {
  margin: 0 6px;
  opacity: 0.5;
}

.hero-actions-main {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.hero-visual {
  position: relative;
  min-height: 648px;
}

.hero-scan-compose {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 348px;
  z-index: 2;
}

.orbit {
  position: absolute;
  top: 0;
  right: 8px;
  width: 440px;
  height: 320px;
  border: 2px dashed var(--orbit-border);
  border-radius: 50%;
  transform: rotate(-8deg);
  transition: border-color 0.35s ease;
}

/* 3D elements — same in both themes */
.badge-3d {
  position: absolute;
  top: 28px;
  left: 0;
  width: 250px;
  height: 290px;
  border-radius: 24px;
  background: linear-gradient(145deg, #8e7bff, #5138f2 58%, #3b2cc8);
  box-shadow: 0 35px 70px rgba(79, 70, 229, 0.34);
  transform: rotate(9deg);
  color: #fff;
  overflow: visible;
  z-index: 2;
}

.badge-3d::before {
  content: "";
  position: absolute;
  inset: -40px -40px auto auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
}

.badge-clip {
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
  width: 62px;
  height: 76px;
  border-radius: 14px 14px 8px 8px;
  background: linear-gradient(180deg, #7057ff, #3d2bc6);
  box-shadow: inset 0 -12px 22px rgba(0, 0, 0, 0.18);
}

.badge-hole {
  position: absolute;
  top: 21px;
  left: 50%;
  width: 18px;
  height: 18px;
  border: 4px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  transform: translateX(-50%);
}

.badge-content {
  position: relative;
  z-index: 1;
  padding: 64px 28px 24px;
  text-align: center;
}

.badge-kicker {
  font-size: 17px;
  opacity: 0.75;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.badge-name {
  margin-top: 12px;
  font-size: 27px;
  line-height: 1.15;
  font-weight: 800;
}

.badge-company { margin-top: 8px; opacity: 0.78; }

.barcode {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  height: 72px;
  border-radius: 12px;
  background: var(--barcode-bg);
  padding: 13px 16px 9px;
  transition: background 0.35s ease, box-shadow 0.35s ease;
  z-index: 2;
  animation: badgeBarcodePulse 2.8s ease-in-out infinite;
}

@keyframes badgeBarcodePulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
  }

  50% {
    box-shadow: 0 0 18px rgba(34, 197, 94, 0.22);
  }
}

.scan-beam {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
  overflow: visible;
}

.scan-beam path {
  animation: scanBeamPulse 2.4s ease-in-out infinite;
}

@keyframes scanBeamPulse {
  0%,
  100% {
    opacity: 0.45;
    stroke-dashoffset: 0;
  }

  50% {
    opacity: 1;
    stroke-dashoffset: -12;
  }
}

.barcode-lines {
  height: 36px;
  background: repeating-linear-gradient(
    90deg,
    var(--barcode-bar) 0 3px,
    transparent 3px 6px,
    var(--barcode-bar) 6px 9px,
    transparent 9px 13px
  );
}

.barcode-number {
  margin-top: 5px;
  text-align: center;
  color: var(--barcode-bar);
  font-size: 11px;
  letter-spacing: 0.12em;
}

.phone-scanner {
  position: absolute;
  top: 0;
  right: -6px;
  width: 188px;
  z-index: 5;
  transform: rotate(-16deg);
  transform-origin: center top;
  filter: drop-shadow(0 28px 48px rgba(15, 23, 42, 0.28));
  pointer-events: none;
}

.phone-scanner__body {
  padding: 9px;
  border-radius: 32px;
  background: linear-gradient(155deg, #334155 0%, #0f172a 55%, #020617 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.phone-scanner__island {
  position: absolute;
  top: 16px;
  left: 50%;
  width: 56px;
  height: 7px;
  border-radius: 999px;
  background: #020617;
  transform: translateX(-50%);
  z-index: 2;
}

.phone-scanner__screen {
  position: relative;
  padding: 28px 14px 16px;
  border-radius: 24px;
  background: linear-gradient(180deg, #0b1220 0%, #050a14 100%);
  overflow: hidden;
}

.phone-scanner__title {
  margin: 0 0 12px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  color: rgba(148, 163, 184, 0.95);
}

.phone-scanner__camera {
  position: relative;
  min-height: 112px;
  margin-top: 2px;
  padding: 10px 8px 8px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 40%, rgba(34, 197, 94, 0.12), transparent 62%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.35) 0%, rgba(0, 0, 0, 0.72) 100%);
  overflow: hidden;
}

.phone-scanner__preview {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 132px;
  padding: 9px 10px 7px;
  border-radius: 10px;
  background: var(--barcode-bg);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.phone-scanner__preview-lines {
  height: 30px;
  background: repeating-linear-gradient(
    90deg,
    var(--barcode-bar) 0 3px,
    transparent 3px 6px,
    var(--barcode-bar) 6px 9px,
    transparent 9px 13px
  );
}

.phone-scanner__preview-num {
  display: block;
  margin-top: 4px;
  text-align: center;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--barcode-bar);
}

.scan-viewfinder {
  position: absolute;
  inset: 6px 4px 4px;
  z-index: 2;
  pointer-events: none;
}

.scan-viewfinder__corner {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 2px solid #4ade80;
  box-shadow: 0 0 10px rgba(74, 222, 128, 0.45);
}

.scan-viewfinder__corner--tl {
  top: 0;
  left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 6px 0 0 0;
}

.scan-viewfinder__corner--tr {
  top: 0;
  right: 0;
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 6px 0 0;
}

.scan-viewfinder__corner--bl {
  bottom: 0;
  left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0 0 0 6px;
}

.scan-viewfinder__corner--br {
  bottom: 0;
  right: 0;
  border-left: 0;
  border-top: 0;
  border-radius: 0 0 6px 0;
}

.scan-viewfinder__line {
  position: absolute;
  left: 8px;
  right: 8px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #4ade80, #bbf7d0, transparent);
  box-shadow: 0 0 16px rgba(74, 222, 128, 0.9);
  animation: scanViewfinderLine 2.2s ease-in-out infinite;
}

@keyframes scanViewfinderLine {
  0%,
  100% {
    top: 14%;
    opacity: 0.5;
  }

  50% {
    top: 82%;
    opacity: 1;
  }
}

.phone-scanner__status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 10px 0 0;
  font-size: 9px;
  font-weight: 600;
  color: #86efac;
}

.phone-scanner__status-text {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.phone-scanner__status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 10px rgba(34, 197, 94, 0.9);
  animation: phoneStatusBlink 1.4s ease-in-out infinite;
}

@keyframes phoneStatusBlink {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.35;
  }
}

.scan-panel {
  position: absolute;
  left: 12px;
  right: 0;
  bottom: 0;
  z-index: 3;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: var(--card);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  transition: background 0.35s ease, border-color 0.35s ease;
}

.panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  border-bottom: 1px solid var(--border);
  font-weight: 800;
  color: var(--text);
}

.demo-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  color: var(--primary);
  background: var(--primary-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.scan-list {
  min-height: 196px;
}

.scan-empty {
  margin: 0;
  padding: 32px 24px;
  text-align: center;
  color: var(--text-muted);
  font-size: 14px;
}

.scan-row {
  display: grid;
  grid-template-columns: 82px 1fr 92px 120px;
  gap: 12px;
  align-items: center;
  padding: 15px 24px;
  border-bottom: 1px solid var(--border);
  font-size: 14px;
  color: var(--text-secondary);
  transition: background 0.15s ease;
}

.scan-row:hover {
  background: var(--primary-soft);
}

.scan-row--current {
  background: var(--primary-soft);
  border-left: 3px solid var(--btn-primary);
  padding-left: 21px;
}

.scan-row--current:hover {
  background: var(--primary-soft);
}

.scan-row--flash {
  animation: scanRowFlash 0.65s ease;
}

@keyframes scanRowFlash {
  0% {
    background: rgba(34, 197, 94, 0.22);
  }

  100% {
    background: var(--primary-soft);
  }
}

.hero-scan-compose.is-scanning .barcode {
  animation-duration: 1.1s;
}

.hero-scan-compose.is-scanning .scan-viewfinder__line {
  animation-duration: 0.75s;
}

.hero-scan-compose.is-scanning .scan-beam path {
  opacity: 1;
  animation-duration: 0.9s;
}

.hero-scan-compose.is-scanning .badge-3d {
  transition: transform 0.35s ease;
  transform: rotate(9deg) scale(1.02);
}

.phone-scanner__status-text.is-scanning {
  color: rgba(148, 163, 184, 0.95);
}

.scan-row:last-of-type { border-bottom: 0; }

.pill {
  width: fit-content;
  min-width: 66px;
  padding: 6px 12px;
  border-radius: 999px;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.pill-in {
  color: #fff;
  background: var(--btn-primary);
}

.pill-out {
  color: var(--pill-out-text);
  background: var(--pill-out-bg);
}

.scan-name {
  font-weight: 600;
  color: var(--text-secondary);
  text-align: right;
}

.scan-time {
  font-variant-numeric: tabular-nums;
  color: var(--text-muted);
}

.tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 16px 24px 20px;
  background: var(--tabs-bg);
  transition: background 0.35s ease;
}

.tab {
  padding: 9px 14px;
  border-radius: 10px;
  background: var(--tab-bg);
  color: var(--tab-text);
  font-size: 12px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  border: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

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

.tab.active {
  color: #fff;
  background: var(--btn-primary);
}

/* ===== Steps ===== */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.step-card {
  position: relative;
  z-index: 0;
  min-height: 282px;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: var(--card-solid);
  box-shadow: var(--shadow-xs);
  overflow: hidden;
  transition: box-shadow 0.25s ease, border-color 0.35s ease, background 0.35s ease;
}

.step-card:hover {
  z-index: 0;
  box-shadow: var(--shadow-md);
  border-color: var(--primary-3);
}

.step-card::after {
  content: "";
  position: absolute;
  inset: auto -20% -40% 20%;
  height: 130px;
  background: radial-gradient(circle, var(--primary-glow), transparent 70%);
  pointer-events: none;
}

.step-number {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--btn-primary);
  box-shadow: 0 12px 24px rgba(96, 70, 255, 0.24);
  font-weight: 800;
}

.step-illustration {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 22px 0 18px;
  border-radius: 18px;
  background: #f4f6fc;
  border: 1px solid var(--border);
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.step-illustration--badge {
  aspect-ratio: 1350 / 1165;
}

.step-illustration--scan {
  aspect-ratio: 1369 / 1149;
}

.step-illustration--square {
  aspect-ratio: 1 / 1;
}

.step-card:hover .step-illustration {
  border-color: var(--primary-3);
  box-shadow: var(--shadow-xs);
}

.step-illustration img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  image-rendering: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

[data-theme="dark"] .step-illustration {
  background: #1a1f2e;
}

.step-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  font-size: 17px;
  color: var(--text);
}

.step-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.65;
}

/* ===== Capabilities ===== */
.capabilities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.capability-card {
  padding: 22px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: var(--card-solid);
  box-shadow: var(--shadow-xs);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.capability-card:hover {
  border-color: var(--primary-3);
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}

.capability-card h3 {
  margin: 0 0 10px;
  font-size: 16px;
  color: var(--text);
}

.capability-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted);
}

/* ===== Audiences ===== */
.audiences-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.audience-card {
  padding: 24px;
  border-radius: 16px;
  background: var(--card-solid);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-xs);
}

.audience-card h3 {
  margin: 0 0 10px;
  font-size: 17px;
  color: var(--text);
}

.audience-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted);
}

.container--narrow {
  max-width: 720px;
}

/* ===== Product backlog (sidebar layout) ===== */
.backlog-section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.backlog-layout {
  display: grid;
  grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
  gap: 0 56px;
  align-items: start;
}

.backlog-aside {
  position: sticky;
  top: calc(var(--header-offset) + 20px);
  padding-right: 40px;
  border-right: 1px solid var(--border);
}

.backlog-aside__label {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary);
}

.backlog-aside__title {
  margin: 0 0 14px;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.15;
  letter-spacing: -0.04em;
  color: var(--text);
}

.backlog-aside__text {
  margin: 0 0 28px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-secondary);
}

.backlog-legend {
  margin: 0 0 28px;
  padding: 0;
}

.backlog-legend dt {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0 4px;
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
}

.backlog-legend dt:first-of-type {
  margin-top: 0;
}

.backlog-legend dd {
  margin: 0 0 0 15px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--text-muted);
}

.backlog-legend dd:last-of-type {
  margin-bottom: 0;
}

.backlog-dot {
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.backlog-dot--planned {
  background: var(--primary);
}

.backlog-dot--research {
  background: #f59e0b;
}

.backlog-aside__note {
  padding-top: 20px;
  border-top: 1px solid var(--border);
}

.backlog-aside__note p {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--text-muted);
}

.backlog-aside__note p:last-child {
  margin-bottom: 0;
}

.backlog-aside__note strong {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-secondary);
}

.backlog-aside__note a {
  color: var(--primary);
  font-weight: 600;
  font-size: 13px;
}

.backlog-main__label {
  margin: 0 0 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.backlog-feed {
  margin: 0;
  padding: 24px 28px;
  list-style: none;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--card-solid);
  box-shadow: var(--shadow-xs);
}

.backlog-item {
  padding: 18px 0;
}

.backlog-item:first-child {
  padding-top: 0;
}

.backlog-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.backlog-item + .backlog-item {
  border-top: 1px solid var(--border);
}

.backlog-item__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  margin-bottom: 8px;
}

.backlog-status {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.backlog-status--planned {
  color: var(--primary);
}

.backlog-status--research {
  color: #b45309;
}

.backlog-status--done {
  color: #0d8a4a;
}

.backlog-area {
  font-size: 12px;
  font-weight: 500;
  color: var(--text-muted);
}

.backlog-area::before {
  content: "·";
  margin-right: 6px;
  color: var(--border-strong);
}

.backlog-item__title {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--text);
}

.backlog-item__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-secondary);
}

/* ===== Summary closing ===== */
.summary-section {
  padding-bottom: 88px;
}

.summary-card {
  position: relative;
  border-radius: 24px;
  border: 1px solid var(--cta-border);
  background: var(--cta-bg);
  box-shadow: var(--shadow-md);
  overflow: hidden;
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

.summary-card__glow {
  position: absolute;
  top: -120px;
  right: -80px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--primary-glow), transparent 68%);
  pointer-events: none;
}

.summary-card__inner {
  position: relative;
  z-index: 1;
  padding: 36px 40px 32px;
}

.summary-intro {
  margin-bottom: 32px;
  max-width: 820px;
}

.summary-lead {
  margin: 0 0 18px;
  font-size: clamp(17px, 2vw, 19px);
  line-height: 1.75;
  color: var(--text-secondary);
}

.summary-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.summary-badge {
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: var(--primary);
  background: var(--card);
  border: 1px solid var(--eyebrow-border);
  backdrop-filter: blur(8px);
}

.summary-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 12px;
  align-items: stretch;
  margin-bottom: 28px;
}

.summary-step {
  position: relative;
  padding: 24px 22px 22px;
  border-radius: 18px;
  background: var(--card-solid);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-xs);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.summary-step:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-sm);
  border-color: var(--primary-3);
}

.summary-step__num {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  background: var(--btn-primary);
  box-shadow: 0 8px 16px rgba(96, 70, 255, 0.22);
}

.summary-step__icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 14px;
  color: var(--primary);
  background: var(--primary-soft);
}

.summary-step__icon svg {
  width: 26px;
  height: 26px;
}

.summary-step h3 {
  margin: 0 0 8px;
  font-size: 17px;
  letter-spacing: -0.03em;
  color: var(--text);
}

.summary-step p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted);
}

.summary-flow__line {
  display: flex;
  align-items: center;
  padding-top: 48px;
  width: 40px;
}

.summary-flow__line span {
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--primary-3), var(--primary));
  border-radius: 2px;
  position: relative;
}

.summary-flow__line span::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--primary);
  border-right: 2px solid var(--primary);
  transform: translateY(-50%) rotate(45deg);
}

.summary-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  border-radius: 16px;
  background: var(--card);
  border: 1px solid var(--border);
  backdrop-filter: blur(12px);
}

.summary-footer__status {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.summary-live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
  color: var(--success);
}

.summary-live__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 4px var(--success-soft);
  animation: pulse-online 2s ease-in-out infinite;
}

.summary-footer__text {
  font-size: 13px;
  color: var(--text-muted);
}

.summary-footer__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: var(--btn-primary);
  box-shadow: 0 12px 24px rgba(96, 70, 255, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.summary-footer__link svg {
  width: 18px;
  height: 18px;
}

.summary-footer__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(96, 70, 255, 0.28);
  color: #fff;
}

/* ===== Organizer ===== */
.organizer {
  padding-top: 36px;
}

.organizer-lead {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.65;
  color: var(--text-muted);
}

/* ===== Feature detail (reports & API) ===== */
.feature-detail {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 42%);
  gap: 48px 56px;
  align-items: center;
  margin-bottom: 72px;
}

.feature-detail--reverse {
  direction: rtl;
}

.feature-detail--reverse > * {
  direction: ltr;
}

.feature-detail__title {
  margin: 0 0 16px;
  font-size: clamp(26px, 2.8vw, 36px);
  line-height: 1.15;
  letter-spacing: -0.04em;
  color: var(--text);
}

.feature-detail__lead {
  margin: 0 0 22px;
  font-size: 17px;
  line-height: 1.65;
  color: var(--text-secondary);
}

.feature-detail__lead strong {
  color: var(--text);
}

.feature-detail__copy .check-list {
  margin-bottom: 28px;
}

.report-preview__inner {
  padding: 22px 24px;
  border-radius: 16px;
  background: #1a1f2e;
  color: #c8d0e0;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 13px;
  line-height: 1.75;
  box-shadow: var(--shadow-lg);
}

.report-preview__head {
  margin: 0 0 14px;
  color: #8b9bb8;
  font-size: 12px;
}

.report-preview__inner p {
  margin: 0 0 8px;
}

.report-preview__name {
  color: #e8ecf4;
}

.report-preview__time {
  color: #7dd3a8;
}

.api-preview__list {
  margin: 0;
  padding: 24px 26px;
  list-style: none;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: var(--card-solid);
  box-shadow: var(--shadow-sm);
  display: grid;
  gap: 14px;
}

.api-preview__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
}

.api-preview__method {
  min-width: 44px;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: center;
}

.api-preview__method--get {
  color: #15803d;
  background: rgba(34, 197, 94, 0.12);
}

.api-preview__method--post {
  color: #1d4ed8;
  background: rgba(59, 130, 246, 0.12);
}

.api-preview__list code {
  color: var(--text);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 13px;
}

.reports-demo {
  padding-top: 8px;
  border-top: 1px solid var(--border);
}

.reports-demo__head {
  margin-bottom: 20px;
}

.reports-demo__title {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 800;
  color: var(--text);
}

.reports-demo__desc {
  margin: 0;
  color: var(--text-muted);
  font-size: 14px;
}

.organizer-grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 58px;
  align-items: center;
}

.organizer h2 {
  margin: 0 0 20px;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.1;
  letter-spacing: -0.05em;
  color: var(--text);
}

.decor-line {
  width: 46px;
  height: 3px;
  border-radius: 999px;
  background: var(--primary);
  margin-bottom: 22px;
}

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

.check-list li {
  display: grid;
  grid-template-columns: 23px 1fr;
  gap: 12px;
  align-items: start;
  color: var(--text-secondary);
  font-size: 16px;
}

.check-list li::before {
  content: "✓";
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--btn-primary);
  font-size: 14px;
  font-weight: 800;
}

.dashboard {
  display: grid;
  gap: 16px;
}

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

.stat {
  padding: 18px;
  border-radius: 14px;
  background: var(--card-solid);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-xs);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.35s ease, background 0.35s ease;
}

.stat:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
  border-color: var(--primary-3);
}

.stat span {
  color: var(--text-muted);
  font-size: 12px;
}

.stat strong {
  display: block;
  margin: 8px 0 2px;
  font-size: 25px;
  letter-spacing: -0.04em;
  color: var(--text);
}

.stat small {
  color: var(--success);
  font-weight: 700;
}

.chart-card {
  padding: 22px;
  border-radius: 20px;
  background: var(--card-solid);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  transition: background 0.35s ease, border-color 0.35s ease;
}

.chart-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
}

.chart-head h3 {
  margin: 0;
  font-size: 16px;
  color: var(--text);
}

.hall-select {
  position: relative;
}

.hall-select__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.35s ease;
}

.hall-select__btn:hover,
.hall-select.is-open .hall-select__btn {
  border-color: var(--primary-3);
  box-shadow: var(--shadow-xs);
}

.hall-select__chevron {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.hall-select.is-open .hall-select__chevron {
  transform: rotate(180deg);
}

.hall-select__menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 20;
  min-width: 200px;
  margin: 0;
  padding: 6px;
  list-style: none;
  background: var(--card-solid);
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: var(--shadow-md);
}

.hall-select__menu[hidden] {
  display: none;
}

.hall-select__option {
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-secondary);
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.hall-select__option:hover {
  background: var(--primary-soft);
  color: var(--primary);
}

.hall-select__option.is-selected {
  background: var(--primary-soft);
  color: var(--primary);
}

.select-pill {
  padding: 9px 12px;
  border: 1px solid var(--border);
  border-radius: 10px;
  color: var(--text-secondary);
  font-size: 12px;
  font-weight: 700;
  background: var(--card-solid);
  transition: background 0.35s ease, border-color 0.35s ease, color 0.35s ease;
}

.chart {
  position: relative;
  height: 260px;
  border-radius: 16px;
  background:
    linear-gradient(to top, var(--chart-fill-top), var(--chart-fill-bottom)),
    repeating-linear-gradient(0deg, transparent 0 51px, var(--chart-grid-h) 52px 53px),
    repeating-linear-gradient(90deg, transparent 0 86px, var(--chart-grid-v) 87px 88px);
  overflow: hidden;
  transition: background 0.35s ease;
}

.chart svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.chart-stop-top { stop-color: var(--primary); stop-opacity: 0.28; }
.chart-stop-bottom { stop-color: var(--primary); stop-opacity: 0; }
.chart-line { stroke: var(--primary); }
.chart-dots { fill: var(--primary); }

.chart.is-loading {
  opacity: 0.55;
  pointer-events: none;
  transition: opacity 0.18s ease;
}

.chart-dot,
.chart-dot-hit {
  fill: var(--primary);
  transition: r 0.2s ease, fill 0.2s ease;
}

.chart-dot-hit {
  fill: transparent;
  cursor: pointer;
}

.chart-dot.is-active,
.chart-dot-hit.is-active + .chart-dot {
  fill: var(--primary-2);
  filter: drop-shadow(0 0 6px var(--primary));
}

.chart-dot-hit.is-active + .chart-dot {
  r: 9;
}

.chart-tooltip {
  position: absolute;
  z-index: 5;
  transform: translate(-50%, calc(-100% - 14px));
  padding: 8px 12px;
  border-radius: 10px;
  background: var(--text);
  color: var(--bg);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
  box-shadow: var(--shadow-md);
  pointer-events: none;
}

.chart-tooltip[hidden] {
  display: none;
}

.chart-tooltip__time {
  display: block;
  opacity: 0.75;
  font-size: 11px;
  font-weight: 500;
}

.chart-tooltip__value {
  display: block;
  font-size: 13px;
}

.stat.is-updating strong {
  animation: stat-pulse 0.32s ease;
}

@keyframes stat-pulse {
  0% { opacity: 0.4; transform: scale(0.96); }
  100% { opacity: 1; transform: scale(1); }
}

.chart-labels {
  position: absolute;
  inset: auto 18px 12px 18px;
  display: flex;
  justify-content: space-between;
  color: var(--text-muted);
  font-size: 11px;
}

/* ===== CTA ===== */
.cta {
  padding-bottom: 36px;
}

.cta-card {
  min-height: 210px;
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 24px;
  align-items: center;
  padding: 38px;
  border-radius: 22px;
  border: 1px solid var(--cta-border);
  background: var(--cta-bg);
  overflow: hidden;
  transition: background 0.35s ease, border-color 0.35s ease;
}

.cta h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3vw, 39px);
  line-height: 1.12;
  letter-spacing: -0.05em;
  color: var(--text);
}

.cta p {
  margin: 0 0 24px;
  color: var(--text-muted);
  max-width: 540px;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.cta-graphic {
  height: 180px;
  border-radius: 20px;
  background: var(--cta-graphic-bg);
  border: 1px solid var(--orbit-border);
  display: grid;
  place-items: center;
  color: var(--primary);
  transition: background 0.35s ease, border-color 0.35s ease;
}

.cta-graphic svg {
  width: 260px;
  height: 150px;
}

/* ===== Skip link ===== */
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 500;
  padding: 10px 16px;
  border-radius: 10px;
  background: var(--card-solid);
  border: 1px solid var(--border);
  color: var(--primary);
  font-size: 14px;
  font-weight: 700;
  box-shadow: var(--shadow-lg);
  transform: translateY(-140%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

/* ===== Nav active ===== */
.nav__link.is-active,
.nav-more__btn.is-active {
  color: var(--primary);
  font-weight: 700;
}

/* ===== Section lead ===== */
.section-lead {
  max-width: 720px;
  margin: 0 0 36px;
  color: var(--text-secondary);
  font-size: 17px;
  line-height: 1.7;
}

.section-lead strong {
  color: var(--text);
}

/* ===== Registration ===== */
#registration .section-title {
  margin-bottom: 20px;
}

#registration .section-lead {
  max-width: 800px;
  margin-inline: auto;
  margin-bottom: 36px;
  text-align: center;
}

.registration-status {
  margin-bottom: 40px;
  padding: 28px 32px;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: var(--card-solid);
  box-shadow: var(--shadow-xs);
}

.registration-subtitle {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 800;
  color: var(--text);
  text-align: center;
}

.registration-status > p {
  margin: 0 0 14px;
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.65;
  text-align: center;
}

.status-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.status-list li {
  padding: 12px 10px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--bg-soft);
  color: var(--text);
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  box-shadow: var(--shadow-xs);
}

.registration-note {
  margin-bottom: 0 !important;
  font-size: 14px !important;
  color: var(--text-muted) !important;
  text-align: center !important;
}

.registration-methods {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 36px;
}

.registration-method {
  padding: 22px 20px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: var(--card-solid);
  box-shadow: var(--shadow-xs);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.registration-method:hover {
  border-color: var(--primary);
  box-shadow: var(--shadow-sm);
}

.registration-method__icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--primary-soft);
  color: var(--primary);
}

.registration-method__icon svg {
  width: 22px;
  height: 22px;
}

.registration-method h3 {
  margin: 0 0 8px;
  font-size: 16px;
  color: var(--text);
}

.registration-method p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.6;
}

.registration-method a {
  color: var(--primary);
  font-weight: 600;
}

.registration-steps {
  padding: 24px 26px;
  border-radius: 18px;
  border: 1px solid var(--eyebrow-border);
  background: var(--bg-lilac);
}

.registration-steps__list {
  margin: 0 0 16px;
  padding-left: 1.25rem;
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.75;
}

.registration-steps__list li + li {
  margin-top: 6px;
}

.registration-cta {
  margin: 0;
  font-size: 14px;
  color: var(--text-muted);
}

.registration-cta a {
  color: var(--primary);
  font-weight: 600;
}

/* ===== FAQ ===== */
.faq-list {
  display: grid;
  gap: 10px;
}

.faq-item {
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--card-solid);
  box-shadow: var(--shadow-xs);
  overflow: hidden;
}

.faq-item summary {
  padding: 18px 20px;
  cursor: pointer;
  list-style: none;
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
}

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

.faq-item summary::after {
  content: '+';
  float: right;
  color: var(--primary);
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: '−';
}

.faq-item p {
  margin: 0;
  padding: 0 20px 18px;
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.65;
}

.faq-item a {
  color: var(--primary);
  font-weight: 600;
}

/* ===== Capability link ===== */
.capability-link {
  display: inline-block;
  margin-top: 12px;
  color: var(--primary);
  font-size: 14px;
  font-weight: 700;
}

.capability-link:hover {
  text-decoration: underline;
}

/* ===== Dashboard demo ===== */
.dashboard-demo-note {
  margin: 0 0 12px;
  padding: 8px 12px;
  border-radius: 10px;
  background: var(--primary-soft);
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
}

/* ===== Legal & error pages ===== */
.legal-page {
  padding: 120px 0 80px;
}

.legal-page h1 {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 40px);
}

.legal-page h2 {
  margin: 28px 0 10px;
  font-size: 20px;
}

.legal-page p,
.legal-page li {
  color: var(--text-secondary);
  line-height: 1.7;
}

.legal-page ul {
  padding-left: 1.2rem;
}

.legal-updated {
  color: var(--text-muted);
  font-size: 14px;
}

.legal-back {
  margin-top: 40px;
}

.error-page {
  min-height: 70vh;
  display: grid;
  place-items: center;
  padding: 48px 0;
}

.error-page__inner {
  text-align: center;
}

.error-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 24px;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-legal a {
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 500;
}

.footer-legal a:hover {
  color: var(--primary);
}

/* ===== Footer ===== */
.footer {
  padding: 48px 0 32px;
  border-top: 1px solid var(--border);
  background: var(--bg-soft);
  transition: background 0.35s ease, border-color 0.35s ease;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 40px 32px;
  align-items: start;
}

.footer-brand {
  grid-column: 1;
}

.footer-desc {
  margin: 14px 0 0;
  max-width: 280px;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.65;
}

.footer-support {
  margin: 10px 0 0;
  font-size: 13px;
  color: var(--text-muted);
}

.footer-support a {
  color: var(--primary);
  font-weight: 600;
}

.footer-columns {
  display: contents;
}

.footer-col:nth-child(1) {
  grid-column: 2;
}

.footer-col:nth-child(2) {
  grid-column: 3;
}

.footer-title {
  margin: 0 0 14px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-links a {
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s ease, background 0.2s ease;
}

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

.footer-link--cta {
  color: var(--primary) !important;
  font-weight: 700;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 28px;
  margin-top: 4px;
  border-top: 1px solid var(--border);
}

.footer-copy {
  margin: 0;
  font-size: 13px;
  color: var(--text-muted);
}

.socials {
  display: flex;
  gap: 10px;
}

.social {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--social-bg);
  color: var(--social-color);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.social:hover {
  background: var(--primary-soft);
  color: var(--primary);
  transform: translateY(-2px);
}

.social svg {
  width: 18px;
  height: 18px;
}

/* ===== Responsive ===== */
@media (max-width: 1080px) {
  .summary-flow {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .summary-flow__line {
    display: none;
  }

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

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

  .hero-visual {
    min-height: 620px;
    max-width: 660px;
    width: 100%;
    justify-self: center;
  }

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

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

  .feature-detail,
  .feature-detail--reverse {
    grid-template-columns: 1fr;
    direction: ltr;
    gap: 28px;
    margin-bottom: 56px;
  }

  .feature-detail--reverse > * {
    direction: ltr;
  }

  .registration-methods {
    grid-template-columns: 1fr;
  }

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

  .registration-status {
    padding: 22px 18px;
  }

  .backlog-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .backlog-aside {
    position: static;
    padding-right: 0;
    border-right: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--border);
  }

  .backlog-feed {
    padding: 20px 18px;
  }

  .footer-inner {
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 32px 24px;
  }
}

html.is-mobile-nav-open {
  overscroll-behavior: none;
}

html.is-mobile-nav-open body {
  overflow: hidden;
}

@media (max-width: 1199px) {
  .header-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 8px;
  }

  .burger {
    display: flex;
    grid-column: 1;
    justify-self: start;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    border: 1px solid var(--eyebrow-border);
    background: var(--primary-soft);
    color: var(--primary);
    box-shadow: none;
  }

  .burger:hover {
    transform: none;
    border-color: var(--primary-3);
    background: color-mix(in srgb, var(--primary-soft) 70%, var(--card-solid));
    box-shadow: none;
  }

  .burger.is-active {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
  }

  .logo {
    grid-column: 2;
    justify-self: center;
    font-size: 19px;
    gap: 10px;
    max-width: 100%;
  }

  .logo-mark {
    width: 30px;
    height: 30px;
  }

  .header-actions {
    grid-column: 3;
    justify-self: end;
    margin-left: 0;
    flex-shrink: 0;
  }

  .nav {
    display: none;
    position: fixed;
    top: 72px;
    left: 16px;
    right: 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 16px;
    background: var(--card-solid);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    z-index: 210;
    font-size: 15px;
  }

  .nav.is-open {
    display: flex;
  }

  .nav__link {
    padding: 12px 14px;
    border-radius: 10px;
  }

  .nav__link:hover,
  .nav__link.is-active {
    background: var(--primary-soft);
    transform: none;
  }

  .nav-more__btn {
    display: none;
  }

  .nav-more__menu {
    position: static;
    display: contents;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .nav-more__menu[hidden] {
    display: contents;
  }

  .nav-more__menu .nav__link {
    padding: 12px 14px;
  }

  .header-inner {
    min-height: auto;
    padding: 14px 0;
  }

  .header-actions {
    gap: 8px;
  }

  .header-actions .btn-primary {
    min-height: 44px;
    padding-inline: 16px;
    font-size: 13px;
  }

  .hero {
    padding-top: 42px;
  }

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

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

  .feature-row {
    grid-template-columns: 1fr;
  }

  .hero-actions-main {
    display: grid;
  }

  .hero-visual {
    min-height: 700px;
  }

  .hero-scan-compose {
    height: 300px;
  }

  .badge-3d {
    top: 16px;
    left: -8px;
    width: 210px;
    height: 265px;
  }

  .phone-scanner {
    top: 4px;
    right: -18px;
    width: 168px;
    transform: rotate(-14deg);
  }

  .phone-scanner__camera {
    min-height: 98px;
    padding: 8px 6px 6px;
  }

  .phone-scanner__preview {
    max-width: 118px;
  }

  .scan-beam path {
    animation: none;
    opacity: 0.7;
  }

  .scan-panel {
    left: 0;
  }

  .scan-row {
    grid-template-columns: 70px 1fr;
    gap: 8px 12px;
  }

  .scan-row--current {
    padding-left: 13px;
  }

  .scan-time,
  .scan-name {
    text-align: left;
  }

  .capabilities-grid,
  .audiences-grid,
  .steps-grid,
  .stats {
    grid-template-columns: 1fr;
  }

  .summary-card__inner {
    padding: 28px 22px 24px;
  }

  .summary-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .summary-footer__link {
    justify-content: center;
  }

  .cta-card {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .footer {
    padding: 32px 0 28px;
  }

  .footer-inner {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .footer-brand {
    padding: 24px 20px;
    margin-bottom: 20px;
    border-radius: 18px;
    background: var(--card-solid);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-xs);
    text-align: center;
  }

  .footer-brand .logo {
    justify-content: center;
  }

  .footer-desc,
  .footer-support {
    max-width: none;
    text-align: center;
    color: var(--text-muted);
  }

  .footer-desc {
    margin-top: 12px;
  }

  .footer-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 20px;
  }

  .footer-col {
    padding: 18px 16px;
    border-radius: 16px;
    background: var(--card-solid);
    border: 1px solid var(--border);
  }

  .footer-col:nth-child(1),
  .footer-col:nth-child(2) {
    grid-column: auto;
  }

  .footer-title {
    margin-bottom: 12px;
    font-size: 11px;
  }

  .footer-links {
    gap: 4px;
  }

  .footer-links a {
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 0 10px;
    margin: 0 -10px;
    border-radius: 10px;
    color: var(--text);
    font-size: 15px;
  }

  .footer-links a:active {
    background: var(--primary-soft);
  }

  .footer-link--cta {
    justify-content: center;
    min-height: 48px !important;
    margin: 4px 0 8px !important;
    padding: 0 14px !important;
    border-radius: 12px !important;
    color: #fff !important;
    background: var(--btn-primary);
    box-shadow: 0 10px 22px rgba(96, 70, 255, 0.22);
  }

  .footer-link--cta:active {
    background: var(--btn-primary-hover);
  }

  .footer-bottom {
    padding-top: 16px;
    margin-top: 0;
    flex-direction: column;
    text-align: center;
  }

  .footer-legal {
    justify-content: center;
  }

  .footer-copy {
    font-size: 12px;
  }
}

/* ===== Cookie consent ===== */
.cookie-banner {
  position: fixed;
  inset: auto 16px 16px;
  z-index: 1200;
  max-width: 920px;
  margin: 0 auto;
  left: 0;
  right: 0;
  pointer-events: none;
  opacity: 0;
  transform: translateY(16px) scale(0.98);
  transition:
    opacity 0.32s ease,
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.cookie-banner.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.cookie-banner__panel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px 20px;
  padding: 18px 20px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: color-mix(in srgb, var(--card-solid) 94%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow:
    0 4px 6px rgba(15, 23, 42, 0.04),
    0 18px 40px rgba(15, 23, 42, 0.12);
}

.cookie-banner__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--primary-soft);
  color: var(--primary);
  flex-shrink: 0;
}

.cookie-banner__icon svg {
  width: 24px;
  height: 24px;
}

.cookie-banner__title {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
}

.cookie-banner__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: var(--text-secondary);
}

.cookie-banner__text a {
  color: var(--primary);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-banner__text a:hover {
  color: var(--primary-2);
}

.cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.btn--sm {
  padding: 9px 16px;
  font-size: 13px;
  min-height: 40px;
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 32px, var(--container));
  }

  .header-actions {
    gap: 6px;
  }

  .header-actions .btn-primary {
    padding-inline: 14px;
  }

  .icon-btn {
    width: 42px;
    height: 42px;
  }

  .cookie-banner {
    inset: auto 12px 12px;
  }

  .cookie-banner__panel {
    grid-template-columns: auto 1fr;
    padding: 16px;
    gap: 12px;
  }

  .cookie-banner__actions {
    grid-column: 1 / -1;
    width: 100%;
  }

  .cookie-banner__actions .btn {
    flex: 1 1 auto;
    min-width: 0;
  }
}

/* ===== Pricing page ===== */
.pricing-page .pricing-hero {
  padding-top: 48px;
}

.pricing-hero__title {
  margin: 0 0 16px;
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.pricing-hero__lead {
  max-width: 640px;
  margin: 0 0 12px;
  color: var(--text-secondary);
  font-size: 17px;
  line-height: 1.65;
}

.pricing-hero__note {
  margin: 0;
  font-size: 14px;
  color: var(--text-muted);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 28px;
}

@media (max-width: 1100px) {
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}

.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 24px 22px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--card-solid);
  box-shadow: var(--shadow-xs);
}

.pricing-card--featured {
  border-color: var(--primary-3);
  box-shadow: 0 12px 32px rgba(96, 70, 255, 0.12);
}

.pricing-card__badge {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--primary-soft);
  color: var(--primary);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.pricing-card__label {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
}

.pricing-card__name {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.pricing-card__price {
  margin: 0 0 4px;
  font-size: 15px;
  color: var(--text-secondary);
}

.pricing-card__price strong {
  font-size: 26px;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.02em;
}

.pricing-card__period {
  margin: 0 0 18px;
  font-size: 13px;
  color: var(--text-muted);
}

.pricing-card__features {
  flex: 1;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.5;
}

.pricing-card__features li {
  padding: 6px 0 6px 18px;
  position: relative;
}

.pricing-card__features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary);
}

.pricing-card__cta {
  width: 100%;
  margin-top: auto;
}

.pricing-extras {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 700px) {
  .pricing-extras {
    grid-template-columns: 1fr;
  }
}

.pricing-procurement {
  margin: 28px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--border);
  font-size: 15px;
  color: var(--text-secondary);
  text-align: center;
}

.pricing-procurement a {
  font-weight: 600;
  color: var(--primary);
}

.pricing-extra {
  padding: 22px 24px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--bg-soft);
}

.pricing-extra h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 800;
}

.pricing-extra p {
  margin: 0 0 14px;
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.55;
}

.pricing-messages {
  margin-bottom: 24px;
}

.pricing-message {
  margin: 0;
  padding: 14px 18px;
  border-radius: 12px;
  font-size: 15px;
  line-height: 1.5;
}

.pricing-message--success {
  background: var(--success-soft);
  color: #047857;
  border: 1px solid rgba(5, 150, 105, 0.25);
}

.pricing-message--warning {
  background: var(--warning-soft);
  color: #92400e;
  border: 1px solid rgba(217, 119, 6, 0.25);
}

.pricing-form {
  padding: 28px 28px 24px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--card-solid);
  box-shadow: var(--shadow-sm);
}

.pricing-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 20px;
}

@media (max-width: 640px) {
  .pricing-form__grid {
    grid-template-columns: 1fr;
  }
}

.pricing-field--full {
  grid-column: 1 / -1;
}

.pricing-field__label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
}

.pricing-field__req {
  color: var(--primary);
}

.pricing-field__input {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--border-strong);
  border-radius: 10px;
  background: var(--bg);
  color: var(--text);
  font: inherit;
  font-size: 15px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.pricing-field__textarea {
  min-height: 120px;
  resize: vertical;
}

.pricing-field__input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: var(--focus);
}

.pricing-field__error {
  margin: 6px 0 0;
  font-size: 13px;
  color: #b91c1c;
}

.pricing-field__checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.45;
  cursor: pointer;
}

.pricing-field__checkbox {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: var(--primary);
}

.pricing-form__actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 24px;
}

.pricing-form__alt {
  margin: 0;
  font-size: 14px;
  color: var(--text-muted);
}

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

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

  .cookie-banner {
    transition: none;
  }

  .scan-viewfinder__line,
  .phone-scanner__status-dot,
  .badge-3d .barcode,
  .scan-beam path,
  .scan-row--flash {
    animation: none;
  }
}
