body { background-color: var(--bg-dark-purple); }

/* ─── Guest AI Hero ─── */
.hero-section {
  background:
    radial-gradient(
      circle at 78% 24%,
      rgba(97, 52, 133, 0.32),
      transparent 35%
    ),
    linear-gradient(120deg, #110313 0%, #1a0520 50%, #0e0312 100%);
  min-height: 86vh;
  display: flex;
  align-items: center;
  padding: 130px 0 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #c8c8d0;
  font-size: 0.73rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 7px 14px;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.04);
}

.hero-badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 12px rgba(249, 181, 34, 0.6);
}

.hero-title {
  font-size: clamp(2rem, 5vw, 4.4rem);
  font-weight: 700;
  line-height: 1.03;
  margin-bottom: 16px;
  max-width: 640px;
}

.hero-sub {
  font-size: 1.1rem;
  color: var(--text-dim);
  margin-bottom: 30px;
  max-width: 560px;
}

.hero-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.hero-btn-primary,
.hero-btn-secondary {
  border-radius: 0;
  font-weight: 600;
  padding: 12px 20px;
  text-decoration: none;
  transition: all 0.25s ease;
  font-size: 0.96rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-btn-primary {
  background: var(--accent);
  color: #180512;
  border: 1px solid var(--accent);
}

.hero-btn-primary:hover {
  background: #ffcc4d;
  color: #180512;
}

.hero-btn-secondary {
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  border: 0.5px solid rgba(255, 255, 255, 0.3);
}

.hero-btn-secondary:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.hero-stats {
  display: flex;
  flex-wrap: nowrap;
  gap: 18px 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  max-width: 620px;
}

.hero-stat-value {
  color: var(--accent);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
}

.hero-stat-label {
  color: var(--text-dim);
  font-size: 0.92rem;
  line-height: 1.35;
  max-width: 170px;
}

@media (max-width: 575px) {
  .hero-stats {
    gap: 10px 14px;
  }
  .hero-stat-value {
    font-size: 1.5rem;
  }
  .hero-stat-label {
    font-size: 0.78rem;
    max-width: 100px;
  }
}

.hero-visual {
  position: relative;
  min-height: 430px;
}

.phone-stack {
  position: relative;
  width: 100%;
  min-height: 430px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0;
  padding-inline: 8px;
}

.phone-card {
  position: relative;
  width: clamp(150px, 44%, 230px);
  height: auto;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.phone-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 28px;
}

.phone-card.one {
  transform: rotate(-4deg);
  z-index: 3;
  margin-right: -34px;
  align-self: flex-end;
}

.phone-card.two {
  transform: rotate(2deg);
  z-index: 2;
  margin-left: -34px;
  align-self: flex-start;
}

/* ─── Demo Modal ─── */
.demo-modal .modal-content {
  background: linear-gradient(
    160deg,
    #1d1733 0%,
    #171229 60%,
    #120f23 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  color: #fff;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.55);
}

.demo-modal .modal-header,
.demo-modal .modal-body {
  border: 0;
  padding: 1rem 1.5rem;
}

.demo-modal .modal-title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
}

.demo-modal .modal-subtitle {
  color: var(--text-dim);
  font-size: 0.92rem;
  margin: 0;
}

.demo-modal .btn-close {
  filter: invert(1);
  opacity: 0.7;
  box-shadow: none;
}

.demo-modal .btn-close:hover {
  opacity: 1;
}

.demo-modal .form-label {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.74rem;
  margin-bottom: 0.35rem;
  font-weight: 600;
}

.demo-modal .form-control,
.demo-modal .form-select {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #f5f5f5;
  border-radius: 8px;
  font-size: 0.95rem;
  padding: 0.62rem 0.75rem;
  box-shadow: none;
}

.demo-modal .form-control::placeholder {
  color: #8f8c9f;
}

.demo-modal .form-control:focus,
.demo-modal .form-select:focus {
  border-color: rgba(249, 181, 34, 0.6);
  box-shadow: 0 0 0 0.15rem rgba(249, 181, 34, 0.16);
}

.demo-modal .country-code-dropdown {
  position: relative;
}

.demo-modal .country-code-trigger {
  width: 100%;
  min-height: 46px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #f5f5f5;
  border-radius: 8px;
  padding: 0.62rem 0.75rem;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.demo-modal .country-code-trigger:hover,
.demo-modal .country-code-dropdown.is-open .country-code-trigger {
  border-color: rgba(249, 181, 34, 0.6);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 0 0.15rem rgba(249, 181, 34, 0.16);
}

.demo-modal .country-code-trigger i {
  color: var(--accent);
  font-size: 0.78rem;
  transition: transform 0.2s ease;
}

.demo-modal .country-code-dropdown.is-open .country-code-trigger i {
  transform: rotate(180deg);
}

.demo-modal .country-code-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 20;
  display: none;
  padding: 8px;
  background: linear-gradient(160deg, #1d1733 0%, #171229 60%, #120f23 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.45);
}

.demo-modal .country-code-dropdown.is-open .country-code-menu {
  display: block;
}

.demo-modal .country-code-option {
  width: 100%;
  border: 0;
  background: transparent;
  color: #d8dbe8;
  padding: 10px 12px;
  border-radius: 8px;
  text-align: left;
  font-size: 0.92rem;
  transition: background 0.2s ease, color 0.2s ease;
}

.demo-modal .country-code-option:hover,
.demo-modal .country-code-option.is-active {
  background: rgba(249, 181, 34, 0.12);
  color: #fff;
}

.demo-modal .btn-primary-custom {
  width: 100%;
  margin-top: 0.45rem;
}

/* ─── Problems ─── */
.problems-section {
  padding: 90px 0 80px;
  background: #200520;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.problem-badge {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  border: 1px solid rgba(249, 181, 34, 0.4);
  background: rgba(249, 181, 34, 0.08);
  border-radius: 4px;
  padding: 4px 10px;
  margin-bottom: 14px;
  font-weight: 700;
}

.problems-title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 8px;
}

.problems-subtitle {
  color: #aeb3c7;
  font-style: italic;
  margin-bottom: 30px;
  font-size: 1.05rem;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.problem-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.015));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 22px 20px;
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.problem-card:hover {
  transform: translateY(-4px);
  border-color: rgba(249, 181, 34, 0.35);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(249, 181, 34, 0.04));
}

.problem-value {
  color: var(--accent);
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1;
  margin-bottom: 8px;
  font-weight: 700;
}

.problem-heading {
  font-size: 1.6rem;
  margin-bottom: 6px;
  font-weight: 700;
  color: #fff;
}

.problem-copy {
  color: #9aa1b4;
  margin: 0;
  font-size: 0.95rem;
}

.problem-note {
  margin-top: 36px;
  text-align: center;
  color: #c8c9d6;
  font-style: italic;
  font-size: 1.15rem;
}

/* ─── Trap ─── */
.trap-section {
  padding: 90px 0;
  background: #0a0a0a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.trap-badge {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  border: 1px solid rgba(249, 181, 34, 0.35);
  background: rgba(249, 181, 34, 0.08);
  border-radius: 4px;
  padding: 4px 10px;
  margin-bottom: 14px;
  font-weight: 700;
}

.trap-title {
  font-size: clamp(2rem, 4vw, 3.9rem);
  line-height: 0.98;
  font-weight: 700;
  margin-bottom: 10px;
  max-width: 520px;
}

.trap-subtitle {
  color: #b7bbcb;
  font-weight: 600;
  font-size: 1.05rem;
  margin: 0;
}

.trap-stack { display: grid; gap: 14px; }

.trap-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.015));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 20px 20px 18px;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.trap-card:hover {
  transform: translateY(-3px);
  border-color: rgba(249, 181, 34, 0.35);
}

.trap-card h3 { margin: 0 0 10px; color: #fff; font-size: 1.9rem; font-weight: 700; }

.trap-list { list-style: none; margin: 0; padding: 0; }

.trap-list li {
  color: #b3b8c8; font-size: 1.03rem; margin-bottom: 6px;
  display: flex; align-items: flex-start; gap: 8px;
}

.trap-list li::before {
  content: "\00D7";
  color: #ff4b67; font-weight: 700; line-height: 1; margin-top: 2px;
}

/* ─── Proposition ─── */
.proposition-section {
  padding: 92px 0 84px;
  background: #200520;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.proposition-badge {
  display: inline-block;
  font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--accent); border: 1px solid rgba(249, 181, 34, 0.35);
  background: rgba(249, 181, 34, 0.08); border-radius: 4px;
  padding: 4px 10px; margin-bottom: 14px; font-weight: 700;
}

.proposition-title {
  font-size: clamp(2rem, 4vw, 3.9rem); line-height: 0.98;
  font-weight: 700; margin-bottom: 12px; max-width: 980px;
}

.proposition-sub { color: #aeb4c6; margin-bottom: 34px; font-size: 1.06rem; }

.proposition-grid {
  display: grid; grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px; padding-top: 14px;
}

.proposition-item { text-align: center; position: relative; padding: 0 6px; }

.proposition-item::after {
  content: ""; position: absolute; top: 21px; left: 50%;
  width: calc(100% + 10px); height: 1px; transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(232, 169, 0, 0.55), rgba(232, 169, 0, 0.1));
}

.proposition-item:last-child::after { display: none; }

.prop-icon {
  width: 42px; height: 42px; margin: 0 auto 10px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(180deg, #f9c43f, #e6a915);
  color: #2a1328; font-size: 0.86rem;
  box-shadow: 0 8px 18px rgba(249, 181, 34, 0.22);
}

.prop-mini {
  color: var(--accent); font-size: 0.58rem; font-weight: 700;
  letter-spacing: 0.07em; text-transform: uppercase; margin-bottom: 3px;
}

.prop-title { color: #fff; font-weight: 700; font-size: 0.98rem; line-height: 1.2; margin-bottom: 4px; }
.prop-copy { color: #9ca3b8; font-size: 0.8rem; margin: 0; line-height: 1.28; }

.proposition-note {
  margin-top: 28px; text-align: center;
  color: #c9ccda; font-size: 1.05rem; font-weight: 600;
}

/* ─── Difference ─── */
.difference-section {
  padding: 96px 0 88px;
  background: #0a0a0a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.difference-badge {
  display: inline-block; font-size: 0.7rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--accent);
  border: 1px solid rgba(249, 181, 34, 0.35); background: rgba(249, 181, 34, 0.1);
  border-radius: 4px; padding: 5px 12px; margin-bottom: 14px; font-weight: 700;
}

.difference-hero-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.85rem, 3.2vw, 2.75rem); font-weight: 700;
  line-height: 1.15; color: #fff; margin-bottom: 10px; max-width: 620px;
}

.difference-tagline { color: #9ca3b8; font-style: italic; font-size: 0.98rem; margin-bottom: 36px; }

.difference-block-badge {
  display: inline-block; font-size: 0.65rem; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--accent);
  border: 1px solid rgba(249, 181, 34, 0.35); background: rgba(249, 181, 34, 0.08);
  border-radius: 4px; padding: 4px 10px; margin-bottom: 12px; font-weight: 700;
}

.difference-block-title { font-size: 1.35rem; font-weight: 700; color: #fff; margin-bottom: 14px; }
.difference-block-text { color: #aeb4c6; font-size: 0.98rem; line-height: 1.65; margin-bottom: 14px; }
.difference-block-emphasis { color: var(--accent); font-style: italic; font-weight: 600; font-size: 1rem; margin: 0; }

.difference-cards { display: flex; flex-direction: column; gap: 14px; }

.difference-card {
  display: flex; gap: 16px; align-items: flex-start;
  background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px; padding: 18px 18px 18px 16px;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.difference-card:hover { border-color: rgba(249, 181, 34, 0.25); }

.difference-card--highlight {
  border-color: rgba(232, 169, 0, 0.45);
  background: linear-gradient(135deg, rgba(249, 181, 34, 0.06), rgba(255, 255, 255, 0.02));
}

.difference-card-icon {
  flex-shrink: 0; width: 40px; height: 40px; border-radius: 10px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.1rem; background: rgba(255, 255, 255, 0.06);
}

.difference-card-icon.brain { color: #f472b6; }
.difference-card-icon.bubble { color: #93c5fd; }
.difference-card-icon.bolt { color: #fb923c; }

.difference-card h4 { font-size: 1.05rem; font-weight: 700; color: #fff; margin: 0 0 6px; }
.difference-card p { margin: 0; color: #9ca3b8; font-size: 0.88rem; line-height: 1.45; }

/* ─── Compare Table ─── */
.compare-section {
  padding: 88px 0 96px;
  background: #200520;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.compare-heading { font-size: clamp(1.75rem, 3vw, 2.25rem); font-weight: 700; color: #fff; margin-bottom: 28px; }

.compare-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }

.compare-table { width: 100%; min-width: 640px; border-collapse: collapse; }

.compare-table thead th {
  text-align: left; font-size: 0.72rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.06em; color: #8b90a0;
  padding: 12px 16px 16px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.compare-table thead th:nth-child(2),
.compare-table thead th:nth-child(3) { padding-left: 8px; }

.compare-table thead th.guest-ai-col { color: var(--accent); }

.compare-table tbody td {
  padding: 18px 16px 18px 0; font-size: 0.95rem; color: #e4e6ed;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08); vertical-align: top;
}

.compare-table tbody td:first-child { color: #c4c8d4; font-weight: 500; }

.compare-bad { color: #f87171; font-weight: 600; }
.compare-good { color: #4ade80; font-weight: 600; }

.compare-caption { text-align: center; margin-top: 28px; color: #9ca3b8; font-size: 0.95rem; font-style: italic; }

/* ─── Compare cards (mobile) ─── */
.compare-cards-wrap { display: none; }

.cmp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; align-items: start; }

.cmp-card {
  border-radius: 14px; overflow: hidden; display: flex; flex-direction: column;
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.1);
}

.cmp-card--winner {
  background: rgba(249,181,34,0.05); border: 1.5px solid rgba(249,181,34,0.35);
  box-shadow: 0 0 24px rgba(249,181,34,0.1);
}

.cmp-card-header { padding: 12px 12px 10px; border-bottom: 1px solid rgba(255,255,255,0.07); }
.cmp-card--winner .cmp-card-header { border-bottom-color: rgba(249,181,34,0.2); }

.cmp-card-label {
  font-size: 9px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: #757a90; margin-bottom: 4px;
}

.cmp-card--winner .cmp-card-label { color: var(--accent); }

.cmp-card-title { font-size: 13px; font-weight: 700; color: #fff; margin: 0; line-height: 1.2; }

.cmp-item { padding: 9px 12px; border-bottom: 1px solid rgba(255,255,255,0.04); }
.cmp-item:last-child { border-bottom: none; }

.cmp-item-cap {
  font-size: 9px; font-weight: 600; letter-spacing: 0.06em;
  text-transform: uppercase; color: #5a5e72; margin-bottom: 3px;
}

.cmp-item-val { font-size: 11.5px; font-weight: 500; color: #b8bfd2; line-height: 1.35; }
.cmp-card--winner .cmp-item-val { color: #e8eaf0; }

@media (max-width: 767px) {
  .compare-table-wrap { display: none; }
  .compare-cards-wrap { display: block; }
}

/* ─── AI Agents ─── */
.ai-agents-section {
  padding: 92px 0 86px;
  background: #0a0a0a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ai-agents-badge {
  display: inline-block; font-size: 0.68rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--accent);
  border: 1px solid rgba(249, 181, 34, 0.35); background: rgba(249, 181, 34, 0.1);
  border-radius: 4px; padding: 5px 12px; margin-bottom: 14px; font-weight: 700;
}

.ai-agents-title {
  font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.05; font-weight: 700;
  text-align: center; color: #fff; margin-bottom: 22px;
}

.ai-agent-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }

.ai-agent-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
  border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 12px;
  padding: 16px 14px 14px; text-align: center;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.ai-agent-card:hover { border-color: rgba(249, 181, 34, 0.35); transform: translateY(-3px); }

.ai-agent-icon {
  width: 42px; height: 42px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 10px;
  background: radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.22), rgba(249, 181, 34, 0.16));
  border: 1px solid rgba(249, 181, 34, 0.35); color: var(--accent); font-size: 0.9rem;
}

.ai-agent-card h3 { margin: 0 0 4px; font-size: 1.05rem; color: #fff; font-weight: 700; }
.ai-agent-card p { margin: 0; color: #99a1b6; font-size: 0.88rem; line-height: 1.35; }

.ai-agents-note { text-align: center; margin-top: 22px; color: #c5c8d8; font-style: italic; font-size: 1rem; }

/* ─── Lead Intelligence ─── */
.lead-intel-section {
  padding: 92px 0 86px;
  background: #200520;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.lead-intel-badge {
  display: inline-block; font-size: 0.68rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--accent);
  border: 1px solid rgba(249, 181, 34, 0.35); background: rgba(249, 181, 34, 0.1);
  border-radius: 4px; padding: 5px 12px; margin-bottom: 14px; font-weight: 700;
}

.lead-intel-title {
  font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.05; font-weight: 700;
  color: #fff; margin-bottom: 28px; max-width: 920px;
}

.lead-intel-visual {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015));
  border-radius: 12px; min-height: 240px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.05rem; text-align: center;
}

.lead-intel-steps { display: flex; flex-direction: column; gap: 14px; }

.lead-intel-step { display: flex; align-items: flex-start; gap: 14px; padding: 2px 0; }

.lead-intel-num {
  width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(180deg, rgba(249, 181, 34, 0.3), rgba(249, 181, 34, 0.12));
  border: 1px solid rgba(249, 181, 34, 0.4);
  color: var(--accent); font-weight: 700; font-size: 0.95rem;
}

.lead-intel-step h3 { margin: 0 0 3px; font-size: 1.02rem; color: #fff; font-weight: 700; }
.lead-intel-step p { margin: 0; color: #9fa7bb; font-size: 0.9rem; }

.lead-intel-note {
  margin-top: 22px; padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #c9ccda; font-size: 1.02rem; font-style: italic; text-align: center;
}

.lead-intel-icon {
  display: none; width: 28px; height: 28px;
  align-items: center; justify-content: center; flex-shrink: 0;
  color: var(--accent); font-size: 0.9rem;
}

.lead-intel-mobile-card { /* desktop: transparent passthrough */ }
.lead-intel-note-mobile { display: none !important; }

@media (max-width: 767px) {
  .lead-intel-mobile-card {
    background: linear-gradient(135deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015));
    border: 1px solid rgba(255,255,255,0.1); border-radius: 12px;
    padding: 8px; margin-bottom: 16px;
  }
  .lead-intel-section { padding-top: 70px !important; }
  .lead-intel-badge { margin-left: 4px; margin-bottom: 30px; transform: translateY(-10px); }
  .lead-intel-mobile-card .lead-intel-title { font-size: clamp(1.3rem, 5vw, 1.7rem); margin-bottom: 14px; padding: 0 4px; }
  .lead-intel-steps { gap: 5px; }
  .lead-intel-visual { background: transparent !important; border: none !important; min-height: auto !important; padding: 6px 4px 2px !important; border-radius: 0; }
  .difference-card { border: none !important; background: transparent !important; }
  .ai-agent-card { border: none !important; background: transparent !important; }
  .crm-card { border: none !important; background: transparent !important; }
  .your-team-card { border: none !important; background: transparent !important; }
  .lead-intel-num { display: none !important; }
  .lead-intel-icon { display: inline-flex; }
  .lead-intel-note { display: none !important; }
  .lead-intel-note-mobile { display: block !important; padding-top: 14px; }
  .lead-intel-step { align-items: center; gap: 8px; padding: 5px 4px; }
  .lead-intel-step div { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0 2px; flex: 1; }
  .lead-intel-step h3 { font-size: 0.88rem; margin: 0; display: inline; }
  .lead-intel-step p { font-size: 0.82rem; margin: 0; display: inline; }
  .lead-intel-step p::before { content: " \2014  "; color: rgba(255,255,255,0.3); }
  .lead-intel-note { margin-top: 14px; padding-top: 14px; font-size: 0.92rem; }
  .your-team-stats { grid-template-columns: 1fr 1fr 1fr !important; }
}

/* ─── CRM ─── */
.crm-section {
  padding: 92px 0 86px;
  background: #0a0a0a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.crm-badge {
  display: inline-block; font-size: 0.68rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--accent);
  border: 1px solid rgba(249, 181, 34, 0.35); background: rgba(249, 181, 34, 0.1);
  border-radius: 4px; padding: 5px 12px; margin-bottom: 14px; font-weight: 700;
}

.crm-title { font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.05; font-weight: 700; color: #fff; margin-bottom: 8px; }
.crm-subtitle { color: #aeb4c6; font-size: 1.04rem; margin-bottom: 28px; }

.crm-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }

.crm-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
  border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 12px;
  padding: 16px 14px 14px;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.crm-card:hover { border-color: rgba(249, 181, 34, 0.35); transform: translateY(-3px); }

.crm-icon {
  width: 40px; height: 40px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 10px;
  background: radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.22), rgba(249, 181, 34, 0.16));
  border: 1px solid rgba(249, 181, 34, 0.35); color: var(--accent); font-size: 0.88rem;
}

.crm-card h3 { margin: 0 0 4px; color: #fff; font-size: 1.05rem; font-weight: 700; }
.crm-card p { margin: 0; color: #9ca3b8; font-size: 0.89rem; line-height: 1.35; }

/* ─── Your Team ─── */
.your-team-section {
  padding: 92px 0 88px;
  background: #200520;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.your-team-badge {
  display: inline-block; font-size: 0.68rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--accent);
  border: 1px solid rgba(249, 181, 34, 0.35); background: rgba(249, 181, 34, 0.1);
  border-radius: 4px; padding: 5px 12px; margin-bottom: 14px; font-weight: 700;
}

.your-team-title {
  font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.05; font-weight: 700;
  color: #fff; margin-bottom: 8px; text-align: center;
}

.your-team-subtitle { text-align: center; color: #aeb4c6; font-size: 1.02rem; font-style: italic; margin-bottom: 28px; }

.your-team-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-bottom: 22px; }

.your-team-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
  border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 12px;
  padding: 18px 18px 16px;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.your-team-card:hover { border-color: rgba(249, 181, 34, 0.35); transform: translateY(-3px); }

.your-team-card.with-ai {
  border-color: rgba(73, 222, 128, 0.35);
  background: linear-gradient(135deg, rgba(73, 222, 128, 0.08), rgba(255, 255, 255, 0.015));
}

.your-team-card-tag {
  color: #8f95aa; text-transform: uppercase; letter-spacing: 0.08em;
  font-size: 0.68rem; font-weight: 700; margin-bottom: 10px;
}

.your-team-card.with-ai .your-team-card-tag { color: #56e39a; }

.your-team-list { list-style: none; margin: 0; padding: 0; }

.your-team-list li {
  color: #d4d8e5; font-size: 0.97rem; margin-bottom: 8px;
  display: flex; align-items: flex-start; gap: 8px;
}

.your-team-list li::before { content: "\2013"; color: #9da3b7; font-weight: 700; }
.your-team-card.with-ai .your-team-list li::before { content: "\2713"; color: #4ade80; }

.your-team-note { text-align: center; color: #d6d8e3; font-size: 1.05rem; font-weight: 600; margin-bottom: 24px; }

.your-team-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; text-align: center; }

.your-team-stat-value {
  color: var(--accent); font-size: clamp(2rem, 4vw, 3.3rem);
  font-weight: 700; line-height: 1; margin-bottom: 6px;
}

.your-team-stat-label { color: #9fa7bb; font-size: 0.95rem; }

/* ─── Guest AI CTA ─── */
.guest-ai-cta-section {
  padding: 100px 0 94px;
  background: #0a0a0a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.guest-ai-cta-badge {
  display: inline-block; font-size: 0.68rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: #9ca3b8; margin-bottom: 10px; font-weight: 700;
}

.guest-ai-cta-title {
  font-size: clamp(2rem, 4.2vw, 3.5rem); line-height: 1.08; font-weight: 700;
  color: #fff; max-width: 900px; margin: 0 auto 12px; text-align: center;
}

.guest-ai-cta-subtitle { text-align: center; color: #aeb4c6; font-size: 1.05rem; margin-bottom: 24px; }

.guest-ai-cta-primary {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 150px; padding: 10px 24px; border-radius: 8px;
  border: 1px solid rgba(249, 181, 34, 0.65);
  background: var(--accent); color: #200a18;
  text-decoration: none; font-weight: 700; font-size: 1rem;
  transition: all 0.25s ease;
}

.guest-ai-cta-primary:hover { background: #ffcb45; color: #200a18; }

.accent-text { color: var(--accent); }

/* ─── Responsive ─── */
@media (max-width: 991px) {
  .hero-title { font-size: clamp(2rem, 9vw, 3rem); }
  .hero-section { min-height: auto; padding: 120px 0 60px; }
  .hero-visual { display: none !important; }
  .problem-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trap-title { max-width: 100%; }
  .proposition-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .proposition-item::after { display: none; }
  .proposition-item:nth-child(odd)::after { display: block; }
  .ai-agent-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lead-intel-title { margin-bottom: 18px; margin-top: 10px; }
  .lead-intel-visual { min-height: 170px; margin-bottom: 14px; }
  .crm-grid { grid-template-columns: 1fr 1fr; }
  .your-team-grid,
  .your-team-stats { grid-template-columns: 1fr; }
  .guest-ai-cta-title { max-width: 100%; }
}
