/* TaxiBrain sales homepage v1080 — conversion layer, isolated from the app UI. */
:root {
  --sales-ink: #061119;
  --sales-panel: #0a1d27;
  --sales-mint: #35e2c3;
  --sales-gold: #ffcf3f;
  --sales-line: rgba(255, 255, 255, 0.12);
}

.alliance-banner {
  display: none;
}

.hero h1 {
  max-width: 820px;
}

.hero-lead {
  max-width: 680px;
}

.hero-actions .primary,
.price-card .primary,
.lead-form button {
  box-shadow: 0 16px 42px rgba(53, 226, 195, 0.16);
}

.sales-proof-strip {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(390px, 1.3fr) auto;
  align-items: center;
  gap: clamp(22px, 4vw, 64px);
  max-width: 1440px;
  margin: -26px auto 0;
  padding: 24px clamp(24px, 4vw, 58px);
  border: 1px solid rgba(53, 226, 195, 0.22);
  border-radius: 20px;
  background:
    radial-gradient(circle at 10% 0%, rgba(53, 226, 195, 0.12), transparent 32%),
    linear-gradient(115deg, #0a1b24, #07131b 58%, #0b1c23);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  color: #f7fbfa;
}

.sales-proof-strip p,
.sales-proof-strip div,
.sales-proof-strip span,
.sales-proof-strip b,
.sales-proof-strip small {
  margin: 0;
}

.sales-proof-strip > p {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  line-height: 1.45;
}

.sales-proof-strip > p i {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--sales-mint);
  box-shadow: 0 0 0 6px rgba(53, 226, 195, 0.1), 0 0 18px rgba(53, 226, 195, 0.55);
}

.sales-proof-strip > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.sales-proof-strip > div span {
  display: flex;
  min-height: 50px;
  flex-direction: column;
  justify-content: center;
  padding: 0 22px;
  border-left: 1px solid var(--sales-line);
}

.sales-proof-strip > div b,
.sales-proof-strip > div small {
  display: block;
}

.sales-proof-strip > div b {
  color: #fff;
  font-size: 15px;
  letter-spacing: -0.025em;
}

.sales-proof-strip > div small {
  margin-top: 4px;
  color: #91a5ad;
  font: 700 9px var(--font-mono), monospace;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sales-proof-strip > a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-width: 235px;
  padding: 16px 18px;
  border-radius: 10px;
  background: var(--sales-gold);
  color: #071118;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sales-proof-strip > a:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 35px rgba(255, 207, 63, 0.16);
}

.customer-section {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(86px, 10vw, 148px) clamp(24px, 5.5vw, 88px);
  color: #f7fbfa;
}

.customer-section::before {
  content: "";
  position: absolute;
  inset: 7% 0 auto;
  z-index: -1;
  height: 70%;
  background: radial-gradient(circle at 75% 25%, rgba(53, 226, 195, 0.08), transparent 42%);
  pointer-events: none;
}

.customer-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.7fr);
  align-items: end;
  gap: clamp(32px, 7vw, 110px);
  margin-bottom: clamp(38px, 5vw, 70px);
}

.customer-head h2 {
  max-width: 820px;
  margin: 24px 0 0;
  font-size: clamp(48px, 6vw, 92px);
  line-height: 0.94;
  letter-spacing: -0.065em;
}

.customer-head h2 em {
  color: var(--sales-mint);
  font-style: normal;
}

.customer-head > p {
  margin: 0;
  color: #9fb0b6;
  font-size: clamp(15px, 1.35vw, 20px);
  line-height: 1.65;
}

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

.customer-card {
  position: relative;
  display: grid;
  min-height: 330px;
  grid-template-rows: auto 1fr auto;
  gap: 34px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--sales-line);
  border-radius: 22px;
  background: var(--sales-panel);
  color: #f7fbfa;
  text-decoration: none;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.2);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.customer-card::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -90px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(255, 255, 255, 0.015), 0 0 0 68px rgba(255, 255, 255, 0.01);
  pointer-events: none;
}

a.customer-card:hover {
  transform: translateY(-5px);
  border-color: rgba(53, 226, 195, 0.42);
}

.customer-kno {
  background: linear-gradient(145deg, rgba(53, 226, 195, 0.16), transparent 48%), #0a1d27;
}

.customer-bk {
  background: linear-gradient(145deg, rgba(255, 207, 63, 0.15), transparent 48%), #0a1d27;
}

.customer-bonus {
  background: linear-gradient(145deg, rgba(37, 126, 255, 0.18), transparent 50%), #0a1d27;
}

.customer-badge {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--sales-mint);
  font: 900 14px var(--font-mono), monospace;
  letter-spacing: 0.04em;
}

.customer-bk .customer-badge,
.customer-bonus .customer-badge {
  color: var(--sales-gold);
}

.customer-card small,
.customer-card h3,
.customer-card p {
  display: block;
  margin: 0;
}

.customer-card small {
  color: var(--sales-mint);
  font: 750 9px var(--font-mono), monospace;
  letter-spacing: 0.11em;
}

.customer-bk small,
.customer-bonus small {
  color: var(--sales-gold);
}

.customer-card h3 {
  margin-top: 10px;
  font-size: clamp(27px, 2.5vw, 38px);
  letter-spacing: -0.045em;
}

.customer-card p {
  max-width: 320px;
  margin-top: 12px;
  color: #9eb0b7;
  font-size: 14px;
  line-height: 1.55;
}

.customer-card > strong,
.customer-card > a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.customer-card > strong b,
.customer-card > a b {
  color: var(--sales-mint);
}

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

@media (max-width: 1080px) {
  .sales-proof-strip {
    grid-template-columns: 1fr auto;
    margin-inline: 20px;
  }

  .sales-proof-strip > div {
    grid-column: 1 / -1;
    grid-row: 2;
  }

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

  .customer-bonus {
    grid-column: 1 / -1;
    min-height: 250px;
  }
}

@media (max-width: 720px) {
  .hero h1 {
    max-width: 360px;
  }

  .sales-proof-strip {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: -8px 14px 0;
    padding: 22px 18px;
    border-radius: 16px;
  }

  .sales-proof-strip > div {
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: 1fr;
  }

  .sales-proof-strip > div span {
    min-height: 0;
    padding: 13px 0;
    border-top: 1px solid var(--sales-line);
    border-left: 0;
  }

  .sales-proof-strip > a {
    width: 100%;
    min-width: 0;
  }

  .customer-section {
    padding: 86px 18px;
  }

  .customer-head,
  .customer-grid {
    grid-template-columns: 1fr;
  }

  .customer-head {
    align-items: start;
    gap: 24px;
  }

  .customer-head h2 {
    font-size: 45px;
  }

  .customer-card,
  .customer-bonus {
    min-height: 275px;
    grid-column: auto;
    padding: 24px;
  }

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

@media (prefers-reduced-motion: reduce) {
  .sales-proof-strip > a,
  .customer-card {
    transition: none;
  }
}
