:root {
  --teal:    #22b5a0;
  --teal-dk: #1a9687;
  --blue:    #4b63e6;
  --navy:    #1b2a3a;
  --violet:  #7c3fe4;
  --amber:   #f5a623;
  --text:    #1a2233;
  --muted:   #5d6c7e;
  --line:    #e4eaf2;
  --bg-gray: #f5f8fc;
  --white:   #ffffff;
  --shadow:    0 4px 20px rgba(30,50,90,0.07);
  --shadow-md: 0 12px 44px rgba(30,50,90,0.12);
  --r: 16px;
  --section-v: 72px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

.container { width: min(1120px, 92vw); margin: 0 auto; }

.text-teal   { color: var(--teal); }
.text-blue   { color: var(--blue); }
.text-amber  { color: var(--amber); }
.text-violet { color: var(--violet); }

/* ── Reveal on scroll ────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms cubic-bezier(0.22,1,0.36,1);
}
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ── Header ──────────────────────────────────────────── */
.topbar {
  position: sticky; top: 0; z-index: 30;
  background: rgba(255,255,255,0.82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.topbar-inner {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 64px; gap: 16px; padding: 10px 0;
}
.brand {
  display: inline-flex; align-items: center; gap: 8px;
  text-decoration: none; font-size: 20px; font-weight: 800; letter-spacing: -0.01em;
}
.brand-lockup { display: block; height: 35px; width: auto; }
.footer-brand .brand-lockup { height: 32px; }
.brand-gpt  { color: var(--navy); }
.brand-car  { color: var(--teal); }

.menu { display: flex; gap: 26px; }
.menu a {
  text-decoration: none; color: var(--muted); font-weight: 600; font-size: 14px;
  transition: color 160ms;
}
.menu a:hover { color: var(--teal); }
.btn-sm { padding: 10px 18px; font-size: 13px; }

/* ── Buttons ─────────────────────────────────────────── */
.btn {
  border: 0; border-radius: 999px; padding: 13px 26px;
  font-size: 15px; font-weight: 700; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  text-decoration: none; line-height: 1; font-family: inherit;
  transition: opacity 160ms, transform 160ms, box-shadow 160ms, background 160ms;
}
.btn:hover { transform: translateY(-1px); }
.btn-main {
  background: var(--teal); color: #fff;
  box-shadow: 0 10px 26px rgba(34,181,160,0.32);
}
.btn-main:hover { background: var(--teal-dk); box-shadow: 0 14px 34px rgba(34,181,160,0.42); }
.btn-outline {
  background: transparent; color: var(--teal); border: 2px solid var(--teal);
}
.btn-outline:hover { background: rgba(34,181,160,0.07); }
.header-cta:hover { transform: translateY(-1px); }

.center-cta { text-align: center; margin-top: 40px; }
.cta-sub-note { margin: 12px 0 0; font-size: 13px; color: var(--muted); }

/* ── Hero ────────────────────────────────────────────── */
.hero { position: relative; padding: 70px 0 50px; overflow: hidden; }
.hero-bg {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(720px 420px at 88% 4%, rgba(34,181,160,0.14), transparent 60%),
    radial-gradient(620px 420px at 96% 40%, rgba(75,99,230,0.10), transparent 60%);
}
.hero-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 0.82fr; gap: 56px; align-items: center;
}
.hero-copy h1 {
  margin: 0 0 18px; font-size: clamp(36px, 4.1vw, 58px);
  line-height: 1.06; letter-spacing: -0.025em; max-width: 580px;
}
.hero-lead { margin: 0 0 8px; font-size: 18px; font-weight: 600; color: var(--text); }
.hero-sub  { margin: 0 0 32px; font-size: 16px; color: var(--muted); line-height: 1.5; max-width: 460px; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }

/* ── Chat widget (Figma-accurate) ────────────────────── */
.hero-shot { display: flex; justify-content: center; }
.chat-widget {
  width: 100%; max-width: 384px;
  border-radius: 22px; background: var(--white);
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(200,215,235,0.6);
  overflow: hidden; display: flex; flex-direction: column;
}
.chat-head {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  padding: 16px 16px; background: var(--teal); color: #fff;
}
.chat-head-pill {
  background: rgba(255,255,255,0.18); border-radius: 999px;
  padding: 7px 18px; font-size: 14px; font-weight: 700;
}
.chat-head-logo {
  position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
  width: 34px; height: 34px; border-radius: 10px;
  background: rgba(255,255,255,0.18);
  display: inline-flex; align-items: center; justify-content: center;
}
.chat-body {
  position: relative; min-height: 296px; overflow: hidden;
  background: #fff; padding: 4px;
}
.chat-thread {
  position: absolute; inset: 16px;
  display: flex; flex-direction: column; gap: 10px;
  opacity: 0; transform: translateY(7px);
  transition: opacity 300ms ease, transform 300ms ease; pointer-events: none;
}
.chat-thread.active { opacity: 1; transform: none; pointer-events: auto; }
.msg-item { opacity: 0; transform: translateY(6px); transition: opacity 260ms ease, transform 260ms ease; }
.msg-item.show { opacity: 1; transform: none; }

.bubble { max-width: 86%; border-radius: 14px; padding: 10px 13px; font-size: 13px; line-height: 1.5; }
.bubble.bot {
  align-self: flex-start; background: #e8f7f4; color: #194b44;
  border: 1px solid #cdeee8; border-bottom-left-radius: 5px;
}
.bubble.user {
  align-self: flex-end; background: #eef1f6; color: var(--text);
  border-bottom-right-radius: 5px;
}
.chat-actions { display: flex; flex-direction: column; gap: 7px; align-self: stretch; }
.action-btn {
  padding: 9px 13px; border-radius: 11px; border: 1.5px solid var(--teal);
  background: #fff; color: var(--teal); font-size: 12px; font-weight: 700;
  font-family: inherit; cursor: pointer; text-align: center; transition: background 140ms, color 140ms;
}
.action-btn:hover { background: var(--teal); color: #fff; }
.chat-footer {
  margin: 0 12px 12px; min-height: 44px; border-radius: 12px;
  background: #f5f8fc; border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
  padding: 7px 7px 7px 15px; color: #8fa0b8; font-size: 13px;
}
.chat-footer button {
  width: 34px; height: 34px; border: 0; border-radius: 50%;
  background: var(--teal); color: #fff; cursor: pointer; flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
}

/* ── Logos ───────────────────────────────────────────── */
.logos { padding: 8px 0 22px; border-bottom: 1px solid var(--line); }
.logos-strip { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 8px 0; }
.logo-svg { color: #aab7c7; flex-shrink: 0; display: block; transition: color 200ms; }
.logo-svg:hover { color: #8190a3; }

/* ── Sections ────────────────────────────────────────── */
.section { padding: var(--section-v) 0; }
.section-gray { background: var(--bg-gray); }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 44px; }
.section-head h2 { margin: 0 0 12px; }
.section-head p { margin: 0; color: var(--muted); font-size: 17px; }
h2 { font-size: clamp(28px, 2.6vw, 40px); line-height: 1.12; letter-spacing: -0.018em; margin: 0 0 10px; }

/* ── Traffic ─────────────────────────────────────────── */
.traffic-intro { max-width: 720px; margin: 0 auto 34px; display: flex; flex-direction: column; gap: 14px; }
.traffic-intro-row {
  display: flex; align-items: center; gap: 18px; padding: 18px 24px;
  background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow);
}
.intro-icon { width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.intro-icon-blue { background: var(--blue); }
.intro-icon-teal { background: var(--teal); }
.traffic-intro-row p { margin: 0; font-size: 15px; color: var(--muted); line-height: 1.55; }

.dialog-bg {
  background: linear-gradient(135deg, #d9f6f0 0%, #e9eeff 100%);
  border-radius: 28px; padding: 34px 28px 40px; margin-bottom: 44px;
}
.dialog-caption {
  text-align: center; font-size: 13px; font-weight: 800; color: var(--teal-dk);
  letter-spacing: 0.04em; margin: 0 0 22px; text-transform: uppercase;
}
.traffic-dialog {
  width: min(560px, 100%); margin: 0 auto; padding: 22px;
  border-radius: 20px; background: var(--white);
  border: 1px solid rgba(200,215,235,0.6); box-shadow: var(--shadow-md);
}
.dialog-msg { display: flex; align-items: flex-start; gap: 12px; padding: 14px; border-radius: 14px; background: #f8fafd; border: 1px solid var(--line); }
.dialog-msg + .dialog-msg { margin-top: 10px; }
.d-avatar {
  width: 36px; height: 36px; border-radius: 11px; display: inline-flex;
  align-items: center; justify-content: center; font-size: 13px; font-weight: 800;
  color: #fff; flex-shrink: 0;
}
.d-avatar.violet  { background: var(--violet); }
.d-avatar.teal-av { background: var(--blue); }
.d-bubble { flex: 1; min-width: 0; }
.d-bubble strong { display: block; font-size: 13.5px; color: var(--text); margin-bottom: 5px; }
.d-bubble p { margin: 3px 0 0; font-size: 13.5px; color: var(--muted); line-height: 1.5; }
.d-bubble p b { color: var(--text); }
.d-ico { display: inline-block; width: 18px; }
.dialog-check {
  flex-shrink: 0; display: flex; flex-direction: column; align-items: center; gap: 3px;
  padding: 12px 16px; border-radius: 14px; background: var(--teal); color: #fff; text-align: center; align-self: center;
}
.check-card-icon { display: inline-flex; }
.check-label { font-size: 11px; opacity: 0.9; }
.dialog-check strong { font-size: 15px; white-space: nowrap; }

.traffic-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.t-card {
  padding: 26px; background: var(--white); border: 1px solid var(--line);
  border-radius: var(--r); box-shadow: var(--shadow); transition: transform 200ms, box-shadow 200ms;
}
.t-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.t-card-icon {
  width: 54px; height: 54px; border-radius: 15px; display: flex; align-items: center;
  justify-content: center; margin-bottom: 16px; font-size: 14px; font-weight: 900;
}
.t-card-icon.vin     { background: #e8faf6; color: var(--teal); letter-spacing: 0.04em; }
.t-card-icon.forum   { background: #eef2ff; color: var(--blue); }
.t-card-icon.service { background: #f0f6ff; color: #3a7bd5; }
.t-card h3 { margin: 0 0 8px; font-size: 18px; color: var(--text); }
.t-card p  { margin: 0; font-size: 14px; color: var(--muted); line-height: 1.55; }

/* ── Manager ─────────────────────────────────────────── */
.manager-block {
  display: grid; grid-template-columns: 1fr 0.88fr; gap: 40px; align-items: center;
  background: var(--white); border: 1px solid var(--line); border-radius: 26px;
  padding: 40px; box-shadow: var(--shadow);
}
.manager-art img { width: 100%; border-radius: var(--r); display: block; }
.manager-text h2 { margin-bottom: 8px; }
.manager-tagline { margin: 0 0 22px; font-size: 16px; font-weight: 600; color: var(--muted); }
.manager-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-bottom: 26px; }
.col-head { font-size: 14px; font-weight: 800; color: var(--text); margin: 0 0 12px; }
.manager-col ul { padding-left: 18px; margin: 0; color: var(--muted); font-size: 14px; }
.manager-col li { margin-bottom: 8px; line-height: 1.5; }

/* ── Scenarios (native) ──────────────────────────────── */
.scn-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.scn-col {
  background: var(--white); border: 1px solid var(--line); border-radius: 20px;
  padding: 26px 22px; box-shadow: var(--shadow); display: flex; flex-direction: column;
}
.scn-title { text-align: center; margin: 0 0 18px; font-size: 20px; color: var(--text); padding-bottom: 14px; border-bottom: 2px solid var(--line); }
.scn-chips { display: flex; flex-direction: column; gap: 9px; margin-bottom: 18px; }
.scn-chip {
  width: 100%; text-align: center; padding: 10px 14px; border-radius: 999px;
  border: 1.5px solid var(--line); background: #fff; color: var(--text);
  font-family: inherit; font-size: 13.5px; font-weight: 600; cursor: pointer; line-height: 1.3;
  transition: background 160ms, color 160ms, border-color 160ms, box-shadow 160ms;
}
.scn-chip:hover { border-color: var(--teal); color: var(--teal-dk); }
.scn-chip.is-active {
  background: linear-gradient(90deg, #4b8fe6, #2ca5c9); color: #fff; border-color: transparent;
  box-shadow: 0 6px 16px rgba(45,140,200,0.28);
}
.scn-chat {
  margin-top: auto; background: #f8fbfd; border: 1px solid var(--teal);
  border-radius: 16px; padding: 16px; display: flex; flex-direction: column; gap: 12px;
}
.scn-msg { display: flex; align-items: flex-start; gap: 10px; }
.scn-msg .d-avatar { width: 30px; height: 30px; border-radius: 9px; font-size: 12px; }
.scn-msg strong { display: block; font-size: 12.5px; color: var(--text); margin-bottom: 3px; }
.scn-msg p { margin: 0; font-size: 13px; color: var(--muted); line-height: 1.5; transition: opacity 220ms ease; }
.scn-msg p.swap { opacity: 0; }
.scn-more { text-align: center; margin: 16px 0 0; font-size: 12.5px; color: #9aa7b8; font-weight: 600; }

.scn-kb { margin-top: 28px; background: var(--white); border: 1px solid var(--line); border-radius: 22px; padding: 30px; box-shadow: var(--shadow); }
.scn-kb-title { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 0 0 24px; font-size: 22px; color: var(--text); }
.scn-kb-ico { display: inline-flex; }
.scn-kb-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.kb-card { position: relative; padding: 22px 18px 18px; border-radius: 14px; background: #f8fafd; border: 1px solid var(--line); border-top: 3px solid var(--teal); }
.kb-card.kb-b { border-top-color: var(--blue); }
.kb-card.kb-c { border-top-color: var(--amber); }
.kb-badge { position: absolute; top: -10px; right: 14px; padding: 3px 10px; border-radius: 999px; font-size: 10.5px; font-weight: 800; color: #fff; }
.badge-green { background: var(--teal); }
.badge-blue  { background: var(--blue); }
.badge-amber { background: var(--amber); }
.kb-name { margin: 6px 0 6px; font-size: 14.5px; font-weight: 800; color: var(--text); line-height: 1.3; }
.kb-desc { margin: 0; font-size: 13px; color: var(--muted); }

/* ── Analytics (native) ──────────────────────────────── */
.kpi-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 22px; }
.kpi-card { background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 20px; box-shadow: var(--shadow); }
.kpi-card.kpi-accent { border-color: rgba(34,181,160,0.4); box-shadow: 0 6px 26px rgba(34,181,160,0.12); }
.kpi-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; margin-bottom: 12px; }
.kpi-label { font-size: 13px; font-weight: 700; color: var(--text); line-height: 1.3; }
.kpi-tag { font-size: 10.5px; color: #9aa7b8; white-space: nowrap; flex-shrink: 0; }
.kpi-value { margin: 0 0 6px; font-size: 34px; font-weight: 800; color: var(--text); line-height: 1; letter-spacing: -0.02em; }
.kpi-suffix { font-size: 18px; font-weight: 700; color: var(--muted); }
.kpi-delta { margin: 0 0 10px; font-size: 12.5px; font-weight: 700; }
.kpi-delta.up { color: var(--teal); }
.kpi-stars { margin: 0 0 10px; font-size: 15px; color: var(--amber); letter-spacing: 1px; }
.kpi-stars .star-empty { color: #d8dee8; }
.kpi-note { margin: 0; font-size: 11.5px; color: var(--muted); line-height: 1.45; }

.funnel-card { background: var(--white); border: 1px solid var(--line); border-radius: 20px; padding: 26px 28px; box-shadow: var(--shadow); }
.funnel-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 22px; }
.funnel-head h3 { margin: 0; font-size: 18px; color: var(--text); }
.funnel-period { font-size: 12.5px; color: #9aa7b8; }
.funnel-list { display: flex; flex-direction: column; gap: 18px; }
.funnel-row { display: grid; grid-template-columns: 1fr 1.1fr auto; align-items: center; gap: 18px; }
.funnel-info { display: flex; flex-direction: column; gap: 2px; }
.funnel-step { font-size: 12.5px; color: var(--muted); font-weight: 600; }
.funnel-num { font-size: 16px; font-weight: 800; }
.funnel-bar { height: 11px; border-radius: 999px; background: #eef2f7; overflow: hidden; }
.funnel-fill { display: block; height: 100%; width: 0; border-radius: 999px; transition: width 1100ms cubic-bezier(0.22,1,0.36,1); }
.f-blue   { background: var(--blue); }
.f-teal   { background: var(--teal); }
.f-amber  { background: var(--amber); }
.f-violet { background: var(--violet); }
.funnel-conv { font-size: 12.5px; color: var(--muted); font-weight: 700; white-space: nowrap; }

/* ── How it works (native) ───────────────────────────── */
.how-diagram {
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 36px; align-items: center;
  background: var(--bg-gray); border: 1px solid var(--line); border-radius: 26px; padding: 40px 36px;
}
.section-gray .how-diagram { background: #fff; }
.how-col { display: flex; flex-direction: column; gap: 18px; }
.how-col-title { margin: 0 0 2px; font-size: 16px; font-weight: 800; color: #8a97a8; text-align: center; }
.how-left { text-align: right; }
.how-node {
  display: flex; align-items: center; gap: 14px; background: #fff;
  border: 1px solid var(--line); border-radius: 14px; padding: 16px 18px; box-shadow: var(--shadow);
}
.how-left .how-node { flex-direction: row; justify-content: space-between; }
.how-node-name { margin: 0; font-size: 14.5px; font-weight: 700; color: var(--text); line-height: 1.35; }
.how-node-ico { flex-shrink: 0; width: 40px; height: 40px; border-radius: 11px; display: inline-flex; align-items: center; justify-content: center; }
.how-node-ico.blue { background: #eef2ff; color: var(--blue); }
.how-node-ico.teal { background: #e8faf6; color: var(--teal); }
.how-center { display: flex; justify-content: center; }
.how-core {
  width: 196px; padding: 28px 18px; text-align: center; border-radius: 22px; background: #fff;
  border: 2px solid transparent; background-clip: padding-box; position: relative;
  box-shadow: 0 10px 40px rgba(34,181,160,0.18);
}
.how-core::before {
  content: ""; position: absolute; inset: -2px; border-radius: 24px; z-index: -1;
  background: linear-gradient(135deg, var(--blue), var(--teal));
}
.how-core-ico { display: inline-flex; margin-bottom: 8px; }
.how-core-name { margin: 0; font-size: 22px; font-weight: 800; color: var(--text); }
.how-core-sub { margin: 4px 0 0; font-size: 13px; color: var(--muted); letter-spacing: 0.04em; }

/* ── Pricing ─────────────────────────────────────────── */
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 860px; margin: 0 auto; }
.price-card { background: var(--white); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; display: flex; flex-direction: column; }
.price-card-body { padding: 26px 30px 30px; display: flex; flex-direction: column; flex: 1; }
.price-featured { border-color: var(--teal); box-shadow: 0 8px 36px rgba(34,181,160,0.16); }
.price-card-header { background: linear-gradient(90deg, var(--blue), var(--teal)); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: 0.04em; padding: 11px 30px; text-transform: uppercase; }
.plan-name { font-size: 23px; font-weight: 800; color: var(--text); margin: 0 0 5px; }
.plan-desc { font-size: 13px; color: var(--muted); margin: 0 0 16px; }
.plan-price { font-size: 32px; font-weight: 800; color: var(--teal); margin: 0 0 18px; line-height: 1.1; }
.plan-suffix { font-size: 16px; font-weight: 600; color: var(--muted); }
.plan-features { list-style: none; padding: 0; margin: 0; flex: 1; }
.plan-features li { position: relative; padding: 9px 0 9px 22px; font-size: 14px; color: var(--muted); border-top: 1px solid var(--line); line-height: 1.45; }
.plan-features li::before { content: ""; position: absolute; left: 4px; top: 15px; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); }
.pricing-cta { padding: 15px 44px; font-size: 16px; }

/* ── Pilot ───────────────────────────────────────────── */
.section-head-pilot { position: relative; }
.pilot-badge {
  position: absolute; top: -10px; right: 0; width: 96px; height: 96px; border-radius: 50%;
  background: var(--teal); color: #fff; font-size: 11px; font-weight: 800; text-align: center;
  display: flex; align-items: center; justify-content: center; line-height: 1.35; padding: 12px;
  box-shadow: 0 10px 26px rgba(34,181,160,0.32);
}
.pilot-steps { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: flex-start; text-align: center; max-width: 920px; margin: 0 auto 40px; }
.step-arrow { padding-top: 18px; font-size: 24px; color: #bcc8d8; padding-inline: 10px; }
.pilot-steps article { padding: 0 14px; }
.step-num { width: 48px; height: 48px; margin: 0 auto 14px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: transparent; border: 2px solid var(--teal); color: var(--teal); font-weight: 800; font-size: 19px; }
.pilot-steps h3 { margin: 0 0 6px; font-size: 16px; color: var(--text); }
.pilot-steps p { margin: 0; color: var(--muted); font-size: 14px; }
.pilot-info-grid { display: grid; grid-template-columns: 1fr 1fr auto; gap: 18px; margin-bottom: 32px; align-items: stretch; }
.pilot-box { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 24px; box-shadow: var(--shadow); }
.pilot-box h3 { margin: 0 0 14px; font-size: 16px; color: var(--text); }
.pilot-box ul { padding-left: 18px; margin: 0; color: var(--muted); font-size: 14px; }
.pilot-box li { margin-bottom: 9px; line-height: 1.45; }
.pilot-goal { background: var(--teal); border-color: var(--teal); color: #fff; display: flex; flex-direction: column; justify-content: center; min-width: 170px; max-width: 210px; }
.goal-label { font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.85; margin: 0 0 10px; }
.pilot-goal p:not(.goal-label) { margin: 0; font-size: 15px; font-weight: 700; line-height: 1.45; }
.pilot-channels { margin-bottom: 32px; }
.channels-title { font-size: 13px; font-weight: 700; color: var(--muted); margin: 0 0 12px; }
.channels-list { display: flex; flex-wrap: wrap; gap: 9px; }
.channels-list span { padding: 7px 16px; border-radius: 999px; background: var(--white); border: 1px solid var(--line); font-size: 13px; font-weight: 700; color: var(--muted); }
.pilot-cta { padding: 14px 38px; }

/* ── Exclusivity ─────────────────────────────────────── */
.exclusive-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 22px; margin-bottom: 8px; align-items: stretch; }
.city-panel { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 26px; box-shadow: var(--shadow); }
.city-panel-title { font-size: 15px; font-weight: 800; color: var(--text); margin: 0 0 16px; }
.city-table { width: 100%; border-collapse: collapse; margin-bottom: 16px; }
.city-table td { padding: 9px 6px; font-size: 14px; border-top: 1px solid var(--line); }
.city-table td:nth-child(3) { padding-left: 18px; }
.tag { display: inline-block; padding: 3px 11px; border-radius: 999px; font-size: 12px; font-weight: 700; }
.tag.free  { background: #e8faf6; color: #1a8f7c; }
.tag.busy  { background: #fef0f3; color: #d0386a; }
.tag.check { background: #eef2ff; color: var(--blue); }
.city-note { font-size: 12px; color: var(--muted); margin: 0; }
.exclusive-note { background: var(--teal); border-radius: var(--r); padding: 30px; color: #fff; display: flex; flex-direction: column; justify-content: center; }
.exclusive-note h3 { margin: 0 0 12px; font-size: 23px; color: #fff; line-height: 1.2; }
.exclusive-note p { margin: 0; font-size: 15px; opacity: 0.94; line-height: 1.55; }

/* ── FAQ ─────────────────────────────────────────────── */
.faq-list { max-width: 840px; margin: 0 auto; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 4px; cursor: pointer; list-style: none; font-weight: 600; font-size: 15px; color: var(--text); user-select: none; transition: color 140ms; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:hover { color: var(--teal); }
.faq-arrow { width: 20px; height: 20px; flex-shrink: 0; stroke: #8899b2; stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; transition: transform 240ms ease; }
.faq-list details[open] > summary .faq-arrow { transform: rotate(180deg); stroke: var(--teal); }
.faq-list p, .faq-body p { margin: 0 0 14px; padding: 0 4px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.faq-body { padding-bottom: 16px; }
.faq-body ul { margin: 6px 0 12px; padding-left: 22px; color: var(--muted); font-size: 14px; }
.faq-body li { margin-bottom: 6px; }

/* ── CTA / Form ──────────────────────────────────────── */
.cta { padding: var(--section-v) 0; }
.cta-card { max-width: 740px; background: linear-gradient(135deg, #22c3b1, #1a8ecb); border-radius: 28px; padding: 50px 46px; color: #fff; text-align: center; }
.cta-card h2 { color: #fff; margin-bottom: 8px; }
.cta-card-sub { margin: 0 0 30px; font-size: 15px; color: rgba(255,255,255,0.85); }
.lead-form { display: flex; flex-direction: column; gap: 11px; text-align: left; }
.lead-form input, .lead-form textarea { width: 100%; border: 0; border-radius: 12px; padding: 13px 15px; font-size: 14px; font-family: inherit; background: rgba(255,255,255,0.96); color: var(--text); outline: none; transition: box-shadow 140ms; }
.lead-form input::placeholder, .lead-form textarea::placeholder { color: #9aa7b8; }
.lead-form input:focus, .lead-form textarea:focus { box-shadow: 0 0 0 3px rgba(255,255,255,0.5); }
.lead-form textarea { resize: vertical; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.form-submit { width: 100%; padding: 14px; font-size: 15px; background: rgba(255,255,255,0.18); color: #fff; border: 1.5px solid rgba(255,255,255,0.6); border-radius: 999px; margin-top: 6px; }
.form-submit:hover { background: rgba(255,255,255,0.28); }
.altcha-slot { display: block; }
.altcha-slot:empty { display: none; }
.form-status { text-align: center; margin: 4px 0 0; font-size: 13.5px; font-weight: 600; min-height: 18px; color: rgba(255,255,255,0.9); }
.form-status.ok  { color: #eafff8; }
.form-status.err { color: #fff0f0; }
.msg-label { text-align: center; margin: 8px 0 0; font-size: 13px; color: rgba(255,255,255,0.8); }
.messengers { display: flex; justify-content: center; gap: 12px; }
.msg-btn { display: inline-flex; align-items: center; gap: 8px; padding: 11px 22px; border-radius: 999px; font-size: 14px; font-weight: 700; text-decoration: none; color: #fff; transition: opacity 140ms, transform 140ms; }
.msg-btn:hover { transform: translateY(-1px); opacity: 0.92; }
.msg-btn.wa { background: #25d366; }
.msg-btn.tg { background: #2ca5e0; }

/* ── Footer ──────────────────────────────────────────── */
.footer { padding: 24px 0 28px; border-top: 1px solid var(--line); background: var(--bg-gray); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer-contacts { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.footer-contacts a { text-decoration: none; font-weight: 600; font-size: 14px; color: var(--muted); transition: color 140ms; }
.footer-contacts a:hover { color: var(--teal); }
.footer-copy { margin: 0; font-size: 13px; color: #9baabb; }

/* ── Responsive ──────────────────────────────────────── */
@media (max-width: 980px) {
  .menu { display: none; }
  .hero-grid, .manager-block, .pricing-grid, .exclusive-grid, .manager-cols { grid-template-columns: 1fr; }
  .hero-grid { gap: 36px; }
  .hero-sub { max-width: none; }
  .manager-art { order: -1; max-width: 420px; margin: 0 auto; }
  .scn-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .scn-kb-grid { grid-template-columns: 1fr 1fr; }
  .kpi-grid { grid-template-columns: 1fr 1fr; }
  .how-diagram { grid-template-columns: 1fr; gap: 22px; }
  .how-left { text-align: left; }
  .how-left .how-node { flex-direction: row-reverse; justify-content: flex-end; }
  .how-col-title { text-align: left; }
  .how-center { order: 1; }
  .how-right { order: 2; }
  .pilot-steps { grid-template-columns: 1fr; text-align: left; gap: 18px; }
  .step-arrow { display: none; }
  .pilot-steps article { position: relative; padding-left: 64px; }
  .step-num { position: absolute; left: 0; top: 0; margin: 0; }
  .pilot-info-grid { grid-template-columns: 1fr; }
  .pilot-goal { min-width: unset; max-width: unset; }
  .traffic-cards { grid-template-columns: 1fr; }
  .logos-strip { flex-wrap: wrap; justify-content: center; gap: 24px; }
  .city-table td:nth-child(3) { padding-left: 10px; }
  .form-row-2 { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; text-align: center; }
  .footer-contacts { justify-content: center; }
  .pilot-badge { position: static; margin: 16px auto 0; }
  .funnel-row { grid-template-columns: 1fr; gap: 8px; }
  .funnel-bar { order: 3; }
  .funnel-conv { order: 2; justify-self: start; }
}

@media (max-width: 600px) {
  :root { --section-v: 50px; }
  .container { width: min(100% - 28px, 1120px); }
  h1 { font-size: 30px; }
  h2 { font-size: 26px; }
  .hero { padding: 44px 0 32px; }
  .hero-ctas { flex-direction: column; }
  .hero-ctas .btn { width: 100%; }
  .manager-block { padding: 26px; }
  .cta-card { padding: 34px 22px; }
  .scn-kb-grid { grid-template-columns: 1fr; }
  .kpi-grid { grid-template-columns: 1fr; }
  .scn-kb, .funnel-card { padding: 22px 18px; }
  .city-table { font-size: 13px; }
  .traffic-dialog { padding: 18px; }
  .dialog-msg.bot-row { flex-wrap: wrap; }
  .dialog-check { flex-basis: 100%; flex-direction: row; align-items: center; justify-content: center; gap: 8px; margin-top: 8px; }
  .messengers { flex-direction: column; }
  .msg-btn { justify-content: center; }
}
