/* ── Talkora Landing Page (BiteSpeed-inspired) ── */

.lp-body {
  background: #fafbfc;
  color: #0f172a;
  overflow-x: hidden;
}

.lp-container {
  max-width: 1180px;
}

.lp-container--narrow {
  max-width: 720px;
}

/* ── Buttons ── */
.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.55rem 1.15rem;
  border-radius: 999px;
  border: none;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s, background 0.15s;
  white-space: nowrap;
  cursor: pointer;
}

.lp-btn:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.lp-btn-lg {
  padding: 0.75rem 1.5rem;
  font-size: 0.95rem;
}

.lp-btn-dark {
  background: #0f172a;
  color: #fff;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.2);
}

.lp-btn-dark:hover {
  background: #1e293b;
  color: #fff;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.25);
}

.lp-btn-primary {
  background: #2563eb;
  color: #fff;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
}

.lp-btn-primary:hover {
  background: #1d4ed8;
  color: #fff;
}

.lp-btn-outline {
  background: #fff;
  color: #0f172a;
  border: 1.5px solid #e2e8f0;
}

.lp-btn-outline:hover {
  background: #f8fafc;
  color: #0f172a;
  border-color: #cbd5e1;
}

.lp-btn-white {
  background: #fff;
  color: #2563eb;
  box-shadow: 0 4px 14px rgba(255, 255, 255, 0.2);
}

.lp-btn-white:hover {
  background: #f8fafc;
  color: #1d4ed8;
}

.lp-btn-ghost {
  background: transparent;
  color: #475569;
  border: none;
}

.lp-btn-ghost:hover {
  color: #0f172a;
  background: #f1f5f9;
}

/* ── Pills & section heads ── */
.lp-pill {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2563eb;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}

.lp-pill--hero {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.lp-section-head {
  margin-bottom: 2.75rem;
}

.lp-section-title {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.15;
  margin-bottom: 0.75rem;
  color: #0f172a;
}

.lp-section-lead {
  font-size: 1.05rem;
  color: #64748b;
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.65;
}

/* ── Nav ── */
.lp-nav {
  position: sticky;
  top: 0;
  z-index: 1050;
  background: rgba(250, 251, 252, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.lp-nav .beta-banner--landing {
  border-bottom: 1px solid rgba(37, 99, 235, 0.35);
}

.lp-nav--scrolled {
  border-bottom-color: #e2e8f0;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.04);
}

.lp-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 0;
  gap: 1rem;
  min-height: 56px;
}

.lp-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex-shrink: 0;
  min-width: 0;
  line-height: 0;
  height: 40px;
}

.lp-brand img {
  display: block;
  flex-shrink: 0;
}

.talkora-logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 0;
  min-width: 0;
}

.talkora-logo {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.talkora-logo--nav {
  height: 36px;
  max-width: min(200px, 38vw);
}

.talkora-logo--nav-icon {
  height: 34px;
  width: 34px;
  max-height: 34px;
  max-width: 34px;
  object-fit: contain;
  object-position: center;
}

.talkora-logo--footer {
  height: 48px;
  max-width: 240px;
}

.talkora-logo--auth {
  height: 54px;
  max-width: 280px;
}

.talkora-logo--mobile {
  height: 46px;
  max-width: min(260px, 88vw);
}

.talkora-logo--sm {
  height: 38px;
  max-width: 200px;
}

.talkora-logo--sidebar {
  height: 34px;
  width: 34px;
  object-fit: contain;
}

.lp-brand-text {
  font-weight: 800;
  font-size: 1.15rem;
  color: #0f172a;
  letter-spacing: -0.03em;
}

.lp-brand-text span {
  color: #2563eb;
}

.lp-nav-menu {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  flex-shrink: 1;
  min-width: 0;
}

.lp-nav-menu a {
  font-weight: 600;
  font-size: 0.84rem;
  color: #64748b;
  text-decoration: none;
  padding: 0.4rem 0.55rem;
  border-radius: 8px;
  white-space: nowrap;
  transition: color 0.15s, background 0.15s;
}

.lp-nav-menu a:hover {
  color: #0f172a;
  background: #f1f5f9;
}

.lp-nav-more {
  position: relative;
}

.lp-nav-more-btn {
  font-weight: 600;
  font-size: 0.84rem;
  color: #64748b;
  background: transparent;
  border: none;
  padding: 0.4rem 0.55rem;
  border-radius: 8px;
  white-space: nowrap;
  line-height: 1.2;
  transition: color 0.15s, background 0.15s;
}

.lp-nav-more-btn::after {
  margin-left: 0.25rem;
  vertical-align: 0.15em;
}

.lp-nav-more-btn:hover,
.lp-nav-more-btn.show {
  color: #0f172a;
  background: #f1f5f9;
}

.lp-nav-dropdown {
  margin-top: 0.35rem;
  padding: 0.35rem;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  min-width: 11rem;
}

.lp-nav-dropdown .dropdown-item {
  font-weight: 600;
  font-size: 0.84rem;
  color: #475569;
  border-radius: 6px;
  padding: 0.45rem 0.65rem;
}

.lp-nav-dropdown .dropdown-item:hover {
  color: #0f172a;
  background: #f1f5f9;
}

.lp-nav-actions {
  display: flex;
  gap: 0.35rem;
  align-items: center;
  flex-shrink: 0;
}

.lp-btn-nav {
  padding: 0.45rem 0.85rem;
  font-size: 0.84rem;
  white-space: nowrap;
}

.lp-mobile-nav-divider {
  height: 1px;
  background: #e2e8f0;
  margin: 0.35rem 0;
}

.lp-nav-toggle {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  padding: 0;
  margin: 0;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  line-height: 1;
  color: #0f172a;
  cursor: pointer;
}

@media (max-width: 1199.98px) {
  .lp-nav-inner {
    min-height: 52px;
    padding: 0.625rem 0;
  }

  .lp-brand {
    height: 40px;
  }

  .talkora-logo--nav-icon {
    height: 32px;
    width: 32px;
    max-height: 32px;
    max-width: 32px;
  }
}

.lp-mobile-nav {
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.lp-mobile-nav a {
  font-weight: 600;
  color: #475569;
  text-decoration: none;
  padding: 0.65rem 0.5rem;
  border-radius: 8px;
}

.lp-mobile-nav a:hover {
  background: #f1f5f9;
  color: #0f172a;
}

.lp-mobile-nav-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #e2e8f0;
}

/* ── Hero ── */
.lp-hero {
  position: relative;
  padding: clamp(2rem, 4vw, 3rem) 0 clamp(3rem, 6vw, 5rem);
  overflow: hidden;
  background: #fafbfc;
}

.lp-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.lp-hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
}

.lp-hero-glow--1 {
  width: 520px;
  height: 520px;
  background: rgba(37, 99, 235, 0.14);
  top: -120px;
  left: -80px;
}

.lp-hero-glow--2 {
  width: 420px;
  height: 420px;
  background: rgba(37, 211, 102, 0.1);
  top: 20%;
  right: -60px;
}

.lp-hero-glow--3 {
  width: 300px;
  height: 300px;
  background: rgba(99, 102, 241, 0.08);
  bottom: -40px;
  left: 35%;
}

.lp-hero-grid-pattern {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 20%, transparent 75%);
}

.lp-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}

.lp-hero-copy {
  max-width: 540px;
}

.lp-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #166534;
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
  padding: 0.4rem 0.9rem 0.4rem 0.7rem;
  border-radius: 999px;
  margin-bottom: 1.25rem;
}

.lp-hero-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.25);
  animation: lp-pulse 2s ease-in-out infinite;
}

.lp-hero-title {
  font-size: clamp(2.35rem, 4.8vw, 3.55rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.06;
  margin-bottom: 1.25rem;
  color: #0f172a;
}

.lp-hero-gradient {
  background: linear-gradient(135deg, #2563eb 0%, #059669 55%, #25d366 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lp-hero-lead {
  font-size: clamp(1rem, 1.6vw, 1.12rem);
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 1.75rem;
}

.lp-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.lp-hero-ctas--center {
  justify-content: center;
}

.lp-hero-copy .lp-hero-ctas {
  justify-content: flex-start;
  margin-bottom: 1.35rem;
}

.lp-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1.5rem;
}

.lp-hero-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8rem;
  color: #64748b;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  padding: 0.4rem 0.85rem;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.lp-hero-trust-item .bi {
  color: #2563eb;
  font-size: 0.95rem;
}

.lp-hero-trust-item strong {
  color: #0f172a;
  font-weight: 700;
}

.lp-hero-social {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.lp-hero-avatars {
  display: flex;
  flex-shrink: 0;
}

.lp-hero-av {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.68rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.12);
}

.lp-hero-av:first-child {
  margin-left: 0;
}

.lp-hero-av:nth-child(2) { background: linear-gradient(135deg, #059669, #10b981); }
.lp-hero-av:nth-child(3) { background: linear-gradient(135deg, #7c3aed, #8b5cf6); }
.lp-hero-av:nth-child(4) { background: #64748b; font-size: 0.62rem; }

.lp-hero-social p {
  font-size: 0.82rem;
  color: #94a3b8;
  margin: 0;
  line-height: 1.4;
}

/* Hero visual + floating cards */
.lp-hero-visual-wrap {
  position: relative;
  min-height: 380px;
}

.lp-hero-float {
  position: absolute;
  z-index: 3;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.1);
  animation: lp-float 5s ease-in-out infinite;
}

.lp-hero-float--sla {
  top: 8%;
  left: -4%;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 0.9rem;
  animation-delay: 0s;
}

.lp-hero-float--sla .bi {
  color: #ea580c;
  font-size: 1.1rem;
}

.lp-hero-float--sla strong {
  display: block;
  font-size: 0.78rem;
  color: #0f172a;
}

.lp-hero-float--sla small {
  font-size: 0.68rem;
  color: #64748b;
}

.lp-hero-float--unread {
  top: 42%;
  right: -2%;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: #475569;
  animation-delay: 1.2s;
}

.lp-hero-float-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2563eb;
}

.lp-hero-float--unread strong {
  color: #2563eb;
  font-size: 0.95rem;
}

.lp-hero-float--ai {
  bottom: 12%;
  left: 2%;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #2563eb;
  background: #eff6ff;
  border-color: #bfdbfe;
  animation-delay: 2.4s;
}

@keyframes lp-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* Dashboard mockup */
.lp-hero-dashboard {
  position: relative;
  z-index: 2;
  perspective: 1400px;
}

.lp-dash-window {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.8) inset,
    0 32px 80px rgba(15, 23, 42, 0.14),
    0 8px 24px rgba(37, 99, 235, 0.06);
  overflow: hidden;
  transform: rotateY(-4deg) rotateX(3deg);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.lp-hero-visual-wrap:hover .lp-dash-window {
  transform: rotateY(0deg) rotateX(0deg) translateY(-6px);
}

.lp-dash-topbar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 1rem;
  background: linear-gradient(180deg, #f8fafc, #f1f5f9);
  border-bottom: 1px solid #e2e8f0;
}

.lp-dash-live {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.65rem;
  font-weight: 700;
  color: #16a34a;
  background: #dcfce7;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  flex-shrink: 0;
}

.lp-dash-live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  animation: lp-pulse 2s infinite;
}

.lp-dash-dots {
  display: flex;
  gap: 5px;
}

.lp-dash-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e2e8f0;
}

.lp-dash-dots span:first-child { background: #fca5a5; }
.lp-dash-dots span:nth-child(2) { background: #fcd34d; }
.lp-dash-dots span:nth-child(3) { background: #86efac; }

.lp-dash-url {
  flex: 1;
  text-align: center;
  font-size: 0.72rem;
  color: #94a3b8;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 0.25rem 0.75rem;
}

.lp-dash-body {
  display: grid;
  grid-template-columns: 200px 1fr;
  min-height: 280px;
}

.lp-dash-sidebar {
  background: #f8fafc;
  border-right: 1px solid #e2e8f0;
  padding: 1rem 0.75rem;
}

.lp-dash-brand {
  font-weight: 800;
  font-size: 0.85rem;
  color: #0f172a;
  padding: 0 0.5rem 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.lp-dash-brand .bi {
  color: #2563eb;
}

.lp-dash-brand-logo {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex-shrink: 0;
}

.lp-dash-nav-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: #64748b;
  padding: 0.5rem 0.65rem;
  border-radius: 8px;
  margin-bottom: 0.15rem;
}

.lp-dash-nav-item.active {
  background: #eff6ff;
  color: #2563eb;
}

.lp-dash-badge {
  margin-left: auto;
  background: #ef4444;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  padding: 0.1rem 0.4rem;
  border-radius: 999px;
}

.lp-dash-main {
  padding: 1rem;
}

.lp-dash-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.lp-dash-stat {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 0.65rem;
  text-align: center;
}

.lp-dash-stat-val {
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.03em;
}

.lp-dash-stat--accent {
  background: #ecfdf5;
  border-color: #bbf7d0;
}

.lp-dash-stat--accent .lp-dash-stat-val {
  color: #059669;
}

.lp-dash-stat-lbl {
  font-size: 0.65rem;
  color: #94a3b8;
  font-weight: 600;
}

.lp-dash-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}

.lp-dash-panel {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 0.75rem;
}

.lp-dash-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.72rem;
  font-weight: 700;
  color: #64748b;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.lp-live-dot {
  color: #16a34a;
  font-size: 0.65rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.lp-live-dot::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #22c55e;
  border-radius: 50%;
  animation: lp-pulse 2s infinite;
}

@keyframes lp-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.lp-dash-session {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.75rem;
  color: #475569;
  padding: 0.3rem 0;
}

.lp-avatar {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.lp-avatar--lg {
  width: 44px;
  height: 44px;
  font-size: 0.9rem;
  border-radius: 12px;
}

.lp-dash-chat-in,
.lp-dash-chat-out {
  font-size: 0.72rem;
  padding: 0.45rem 0.65rem;
  border-radius: 10px;
  margin-bottom: 0.4rem;
  max-width: 90%;
}

.lp-dash-chat-in {
  background: #fff;
  border: 1px solid #e2e8f0;
  color: #475569;
}

.lp-dash-chat-out {
  background: #dcfce7;
  color: #166534;
  margin-left: auto;
}

.lp-dash-ai-hint {
  font-size: 0.68rem;
  color: #2563eb;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.35rem;
}

/* ── Trust band (BiteSpeed-style) ── */
.lp-trust-band {
  position: relative;
  padding: 1.35rem 0;
  overflow: hidden;
  margin-top: -1px;
}

.lp-trust-band-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(30, 27, 75, 0.97) 0%, rgba(67, 20, 90, 0.92) 45%, rgba(127, 29, 29, 0.88) 100%);
  background-size: cover;
}

.lp-trust-band-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 120% at 50% 100%, rgba(250, 204, 21, 0.08) 0%, transparent 55%);
}

.lp-trust-band .container {
  position: relative;
  z-index: 1;
}

.lp-trust-band-text {
  text-align: center;
  font-size: clamp(0.95rem, 2vw, 1.15rem);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
  letter-spacing: -0.01em;
}

.lp-trust-highlight {
  position: relative;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  padding: 0 0.15rem;
}

.lp-trust-underline {
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 110%;
  height: 12px;
  transform: translateX(-50%);
  pointer-events: none;
}

/* ── Audience use cases (interactive) ── */
.lp-audiences {
  padding: clamp(2rem, 4vw, 3rem) 0 clamp(2.5rem, 5vw, 4rem);
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
}

.lp-audiences-label {
  text-align: center;
  font-size: 0.78rem;
  font-weight: 600;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.45rem;
}

.lp-audiences-sub {
  text-align: center;
  font-size: 0.88rem;
  color: #64748b;
  max-width: 720px;
  margin: 0 auto 1.15rem;
  line-height: 1.5;
}

.lp-audience-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  margin-bottom: 1.75rem;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.lp-audience-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: #64748b;
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  padding: 0.42rem 0.82rem;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}

.lp-audience-tab .bi {
  color: #2563eb;
  font-size: 0.9rem;
}

.lp-audience-tab:hover {
  border-color: #bfdbfe;
  background: #eff6ff;
  color: #1e40af;
}

.lp-audience-tab.active {
  background: #0f172a;
  border-color: #0f172a;
  color: #fff;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.15);
}

.lp-audience-tab.active .bi {
  color: #93c5fd;
}

.lp-audience-showcase {
  position: relative;
  min-height: 320px;
}

.lp-audience-panel {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: center;
  background: #fafbfc;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: clamp(1.25rem, 3vw, 2rem);
  animation: lp-fadeIn 0.35s ease;
}

.lp-audience-panel.active {
  display: grid;
}

.lp-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #059669;
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  margin-bottom: 0.85rem;
}

.lp-live-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  animation: lp-pulse 2s infinite;
}

.lp-audience-copy h3 {
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
  margin-bottom: 0.65rem;
  line-height: 1.25;
}

.lp-audience-copy p {
  font-size: 0.92rem;
  color: #64748b;
  line-height: 1.65;
  margin-bottom: 1rem;
}

.lp-audience-outcomes {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp-audience-outcomes li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: #475569;
  padding: 0.3rem 0;
}

.lp-audience-outcomes .bi {
  color: #059669;
  font-size: 1rem;
}

.lp-audience-live {
  display: flex;
  justify-content: center;
}

.lp-live-screen {
  width: 100%;
  max-width: 340px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 1rem;
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.08);
}

.lp-live-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.72rem;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.75rem;
}

.lp-live-time {
  font-weight: 600;
  color: #94a3b8;
  text-transform: none;
  letter-spacing: 0;
}

.lp-live-row {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.5rem 0.65rem;
  border-radius: 10px;
  margin-bottom: 0.35rem;
  font-size: 0.78rem;
}

.lp-live-row strong {
  display: block;
  color: #0f172a;
  font-size: 0.8rem;
}

.lp-live-row em {
  display: block;
  font-style: normal;
  color: #94a3b8;
  font-size: 0.72rem;
}

.lp-live-row--new {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
}

.lp-live-ping {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2563eb;
  margin-left: auto;
  flex-shrink: 0;
  animation: lp-pulse 1.5s infinite;
}

.lp-live-alert {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: #ea580c;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 8px;
  padding: 0.45rem 0.65rem;
  margin: 0.65rem 0;
}

.lp-live-bubble {
  font-size: 0.78rem;
  line-height: 1.45;
  padding: 0.5rem 0.75rem;
  border-radius: 12px;
  margin-bottom: 0.4rem;
  max-width: 92%;
}

.lp-live-bubble.in {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #475569;
}

.lp-live-bubble.out {
  background: #dcfce7;
  color: #166534;
  margin-left: auto;
}

.lp-live-progress {
  height: 6px;
  background: #e2e8f0;
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 0.4rem;
}

.lp-live-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #2563eb, #3b82f6);
  border-radius: 999px;
  animation: lp-progress 2s ease-in-out infinite alternate;
}

@keyframes lp-progress {
  from { opacity: 0.85; }
  to { opacity: 1; }
}

.lp-live-meta {
  font-size: 0.72rem;
  color: #64748b;
  margin-bottom: 0.65rem;
}

.lp-live-session {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.65rem;
  border-radius: 10px;
  margin-bottom: 0.3rem;
  font-size: 0.78rem;
  border: 1px solid transparent;
}

.lp-live-session.active {
  background: #eff6ff;
  border-color: #bfdbfe;
}

.lp-live-session strong {
  display: block;
  font-size: 0.8rem;
  color: #0f172a;
}

.lp-live-session em {
  font-style: normal;
  font-size: 0.68rem;
  color: #94a3b8;
}

.lp-live-dot-green {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  margin-left: auto;
  flex-shrink: 0;
}

.lp-live-ai {
  background: #eff6ff;
  border: 1px dashed #93c5fd;
  border-radius: 10px;
  padding: 0.65rem 0.75rem;
  font-size: 0.78rem;
  color: #1e40af;
  line-height: 1.5;
  margin-bottom: 0.65rem;
}

.lp-live-ai.compact {
  margin-top: 0.35rem;
}

.lp-live-actions {
  display: flex;
  gap: 0.45rem;
  justify-content: flex-end;
  margin-bottom: 0.5rem;
}

.lp-live-btn {
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.3rem 0.7rem;
  border-radius: 8px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #64748b;
}

.lp-live-btn.primary {
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
}

.lp-live-footnote {
  font-size: 0.68rem;
  color: #94a3b8;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.lp-live-shopify {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.68rem;
  font-weight: 600;
  color: #059669;
  background: #ecfdf5;
  border-radius: 8px;
  padding: 0.4rem 0.65rem;
  margin-top: 0.5rem;
}

.lp-live-notif {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 12px;
  padding: 0.65rem 0.85rem;
  font-size: 0.78rem;
  margin-bottom: 0.65rem;
}

.lp-live-notif .bi {
  color: #ea580c;
  font-size: 1rem;
  margin-top: 0.1rem;
}

.lp-live-notif strong {
  display: block;
  color: #0f172a;
  font-size: 0.8rem;
}

.lp-live-notif em {
  font-style: normal;
  color: #64748b;
  font-size: 0.72rem;
}

.lp-live-divider {
  height: 1px;
  background: #e2e8f0;
  margin: 0.65rem 0;
}

/* ── Stats ── */
.lp-stats {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background:
    linear-gradient(180deg, #fff 0%, #f8fafc 45%, #fff 100%);
  position: relative;
  overflow: hidden;
}

.lp-stats::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 15% 40%, rgba(37, 99, 235, 0.07) 0%, transparent 42%),
    radial-gradient(circle at 85% 55%, rgba(5, 150, 105, 0.07) 0%, transparent 42%),
    radial-gradient(circle at 50% 100%, rgba(124, 58, 237, 0.04) 0%, transparent 35%);
  pointer-events: none;
}

.lp-stats .container {
  position: relative;
  z-index: 1;
}

.lp-stats-head {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.lp-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 2.25rem;
}

.lp-stat-card {
  position: relative;
  text-align: center;
  padding: 1.65rem 1.25rem 1.5rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.04);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s, border-color 0.3s;
  overflow: hidden;
  opacity: 0;
  transform: translateY(18px);
}

.lp-stat-card.is-visible {
  animation: lp-stat-rise 0.65s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: var(--stat-delay, 0ms);
}

.lp-stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
  border-color: #cbd5e1;
}

.lp-stat-card.is-visible:hover {
  transform: translateY(-4px);
}

.lp-stat-card-accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  opacity: 0.9;
}

.lp-stat-card--blue .lp-stat-card-accent {
  background: linear-gradient(90deg, #2563eb, #60a5fa);
}

.lp-stat-card--violet .lp-stat-card-accent {
  background: linear-gradient(90deg, #7c3aed, #a78bfa);
}

.lp-stat-card--green .lp-stat-card-accent {
  background: linear-gradient(90deg, #059669, #34d399);
}

.lp-stat-card--amber .lp-stat-card-accent {
  background: linear-gradient(90deg, #d97706, #fbbf24);
}

.lp-stat-card--featured {
  background: linear-gradient(180deg, #ecfdf5 0%, #fff 55%);
  border-color: #a7f3d0;
  box-shadow: 0 12px 40px rgba(5, 150, 105, 0.1);
}

.lp-stat-card--featured:hover {
  border-color: #6ee7b7;
  box-shadow: 0 20px 48px rgba(5, 150, 105, 0.14);
}

.lp-stat-badge {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #047857;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #a7f3d0;
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
  margin-bottom: 0.65rem;
}

.lp-stat-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 0.9rem;
}

.lp-stat-card--blue .lp-stat-icon {
  background: #eff6ff;
  color: #2563eb;
}

.lp-stat-card--violet .lp-stat-icon {
  background: #f5f3ff;
  color: #7c3aed;
}

.lp-stat-card--green .lp-stat-icon {
  background: #ecfdf5;
  color: #059669;
}

.lp-stat-card--amber .lp-stat-icon {
  background: #fffbeb;
  color: #d97706;
}

.lp-stat-metric {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.15rem;
  margin-bottom: 0.5rem;
  min-height: 3rem;
}

.lp-stat-value {
  font-size: clamp(2.35rem, 4.5vw, 3.1rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  color: #0f172a;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.lp-stat-value--text {
  font-size: clamp(2.35rem, 4.5vw, 3.1rem);
}

.lp-stat-suffix {
  font-size: clamp(0.95rem, 2vw, 1.15rem);
  font-weight: 700;
  color: #2563eb;
  letter-spacing: -0.02em;
}

.lp-stat-card--green .lp-stat-suffix,
.lp-stat-card--green .lp-stat-value {
  color: #059669;
}

.lp-stat-card--violet .lp-stat-suffix {
  color: #7c3aed;
}

.lp-stat-card--amber .lp-stat-suffix {
  color: #d97706;
}

.lp-stat-label {
  font-size: 0.92rem;
  color: #0f172a;
  margin: 0 0 0.35rem;
  font-weight: 700;
  line-height: 1.35;
}

.lp-stat-hint {
  font-size: 0.78rem;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.lp-stats-proof {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 1.5rem;
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e2e8f0;
}

.lp-stats-proof-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: #475569;
}

.lp-stats-proof-item i {
  color: #2563eb;
  font-size: 0.95rem;
}

.lp-stat-card.is-visible .lp-stat-value[data-count] {
  animation: lp-stat-pop 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(var(--stat-delay, 0ms) + 180ms);
}

@keyframes lp-stat-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes lp-stat-pop {
  0% { transform: scale(0.88); opacity: 0.5; }
  60% { transform: scale(1.04); }
  100% { transform: scale(1); opacity: 1; }
}

/* Legacy panel classes kept for backwards compat */
.lp-stats-panel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.lp-stat-item {
  position: relative;
  text-align: center;
  padding: clamp(1.5rem, 3vw, 2rem) 1.25rem;
  transition: background 0.25s;
}

.lp-stat-item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 18%;
  right: 0;
  width: 1px;
  height: 64%;
  background: linear-gradient(180deg, transparent, #e2e8f0, transparent);
}

.lp-stat-item:hover {
  background: #fafbfc;
}

.lp-stat-item--featured {
  background: linear-gradient(180deg, #ecfdf5 0%, #fff 100%);
}

.lp-stat-item--featured:hover {
  background: linear-gradient(180deg, #d1fae5 0%, #f0fdf4 100%);
}

.lp-stat-item--blue .lp-stat-icon {
  background: #eff6ff;
  color: #2563eb;
}

.lp-stat-item--violet .lp-stat-icon {
  background: #f5f3ff;
  color: #7c3aed;
}

.lp-stat-item--green .lp-stat-icon {
  background: #ecfdf5;
  color: #059669;
}

.lp-stat-item--amber .lp-stat-icon {
  background: #fffbeb;
  color: #d97706;
}

.lp-stat-item--green .lp-stat-suffix,
.lp-stat-item--green .lp-stat-value {
  color: #059669;
}

.lp-stat-item--violet .lp-stat-suffix {
  color: #7c3aed;
}

.lp-stat-item--amber .lp-stat-suffix {
  color: #d97706;
}

.lp-stat-item.is-visible .lp-stat-value[data-count] {
  animation: lp-stat-pop 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

/* ── Platform tabs ── */
.lp-platform {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background: #fafbfc;
}

.lp-suite-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
  margin-bottom: 2rem;
}

.lp-suite-tab {
  background: #fff;
  border: 1.5px solid #e2e8f0;
  border-radius: 14px;
  padding: 1rem 1.15rem;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.lp-suite-tab:hover {
  border-color: #bfdbfe;
}

.lp-suite-tab.active {
  border-color: #2563eb;
  background: #eff6ff;
  box-shadow: 0 4px 20px rgba(37, 99, 235, 0.12);
}

.lp-suite-tab-label {
  display: block;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #94a3b8;
  margin-bottom: 0.25rem;
}

.lp-suite-tab.active .lp-suite-tab-label {
  color: #2563eb;
}

.lp-suite-tab-title {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
}

.lp-suite-panel {
  display: none;
  animation: lp-fadeIn 0.35s ease;
}

.lp-suite-panel.active {
  display: block;
}

@keyframes lp-fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.lp-suite-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: clamp(1.25rem, 3vw, 2rem);
  box-shadow: 0 8px 40px rgba(15, 23, 42, 0.04);
}

.lp-feature-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1.25rem;
}

.lp-feature-tab {
  font-size: 0.78rem;
  font-weight: 600;
  color: #64748b;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  cursor: pointer;
  transition: all 0.15s;
}

.lp-feature-tab.active {
  background: #0f172a;
  color: #fff;
  border-color: #0f172a;
}

.lp-feature-content {
  display: none;
}

.lp-feature-content.active {
  display: block;
  animation: lp-fadeIn 0.3s ease;
}

.lp-feature-content h3 {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 0.65rem;
  color: #0f172a;
}

.lp-feature-content p {
  font-size: 0.92rem;
  color: #64748b;
  line-height: 1.65;
  margin-bottom: 1rem;
}

.lp-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp-check-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: #475569;
  padding: 0.35rem 0;
}

.lp-check-list .bi {
  color: #059669;
  font-size: 0.95rem;
}

/* Suite visual mocks */
.lp-suite-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-mock {
  width: 100%;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 1.15rem;
}

.lp-mock-header {
  font-size: 0.78rem;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.lp-mock-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 0.65rem;
  border-radius: 10px;
  margin-bottom: 0.35rem;
  font-size: 0.8rem;
}

.lp-mock-row.active {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
}

.lp-mock-row strong {
  display: block;
  color: #0f172a;
  font-size: 0.82rem;
}

.lp-mock-row small {
  color: #94a3b8;
  font-size: 0.72rem;
}

.lp-unread-dot {
  width: 8px;
  height: 8px;
  background: #2563eb;
  border-radius: 50%;
  margin-left: auto;
  flex-shrink: 0;
}

.lp-mock-thread {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid #e2e8f0;
}

.lp-mock-bubble {
  font-size: 0.78rem;
  padding: 0.5rem 0.75rem;
  border-radius: 12px;
  margin-bottom: 0.4rem;
  max-width: 85%;
  line-height: 1.45;
}

.lp-mock-bubble.in {
  background: #fff;
  border: 1px solid #e2e8f0;
  color: #475569;
}

.lp-mock-bubble.out {
  background: #dcfce7;
  color: #166534;
  margin-left: auto;
}

.lp-mock-progress {
  height: 8px;
  background: #e2e8f0;
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.lp-mock-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #2563eb, #3b82f6);
  border-radius: 999px;
  transition: width 0.6s ease;
}

.lp-mock-meta {
  font-size: 0.78rem;
  color: #64748b;
  margin-bottom: 0.85rem;
}

.lp-mock-alert {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 10px;
  padding: 0.65rem 0.85rem;
  font-size: 0.78rem;
}

.lp-mock-alert .bi {
  color: #ea580c;
  font-size: 1.1rem;
}

.lp-mock-alert strong {
  display: block;
  color: #0f172a;
}

.lp-mock-alert small {
  color: #64748b;
}

.lp-mock-ai-draft {
  background: #eff6ff;
  border: 1px dashed #93c5fd;
  border-radius: 10px;
  padding: 0.75rem;
  font-size: 0.78rem;
  color: #1e40af;
  line-height: 1.5;
  margin-bottom: 0.65rem;
}

.lp-ai-tag {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  background: #2563eb;
  color: #fff;
  padding: 0.15rem 0.45rem;
  border-radius: 4px;
  margin-bottom: 0.35rem;
}

.lp-mock-actions {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
}

.lp-mock-btn {
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.35rem 0.75rem;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e2e8f0;
  color: #64748b;
}

.lp-mock-btn.primary {
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
}

/* ── Compare ── */
.lp-compare {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background: #fff;
}

.lp-compare-card {
  background: #fafbfc;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: clamp(1rem, 3vw, 1.75rem);
  margin-bottom: 2rem;
}

.lp-compare-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.lp-compare-col-feature {
  width: 22%;
}

.lp-compare-col {
  width: 26%;
}

.lp-compare-col-winner {
  width: 26%;
}

.lp-compare-table th,
.lp-compare-table td {
  padding: 0.9rem 0.75rem;
  font-size: 0.84rem;
  border-bottom: 1px solid #e2e8f0;
  vertical-align: middle;
  text-align: center;
}

.lp-compare-table thead th {
  font-weight: 700;
  color: #0f172a;
  background: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 1rem 0.75rem;
}

.lp-compare-table thead th:first-child {
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.82rem;
}

.lp-compare-table tbody th {
  font-weight: 600;
  color: #334155;
  background: #fff;
  white-space: normal;
  line-height: 1.35;
}

.lp-compare-table td {
  color: #64748b;
  background: #fff;
}

.lp-compare-table tbody tr:hover td,
.lp-compare-table tbody tr:hover th {
  background: #f8fafc;
}

.lp-compare-table tbody tr:hover .lp-compare-winner {
  background: #dbeafe !important;
}

.lp-compare-yes,
.lp-compare-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  text-align: center;
  line-height: 1.35;
}

.lp-compare-yes .bi-check-lg {
  color: #059669;
  font-size: 0.95rem;
  flex-shrink: 0;
}

.lp-compare-no {
  color: #94a3b8;
}

.lp-compare-no .bi-x-lg {
  font-size: 0.85rem;
}

.lp-compare-winner {
  background: #eff6ff !important;
  color: #1e40af !important;
  font-weight: 600;
}

.lp-compare-table thead .lp-compare-winner {
  background: #2563eb !important;
  color: #fff !important;
  border-radius: 12px 12px 0 0;
}

.lp-compare-table tbody tr:last-child .lp-compare-winner {
  border-radius: 0 0 12px 12px;
}

.lp-compare-note {
  font-size: 0.82rem;
  color: #94a3b8;
  text-align: center;
  margin: 1.25rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}

/* ── Stories slider ── */
.lp-stories {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background: #0f172a;
  color: #fff;
  overflow: hidden;
}

.lp-stories .lp-pill {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.15);
  color: #93c5fd;
}

.lp-stories .lp-section-title {
  color: #fff;
}

.lp-stories .lp-section-lead {
  color: #94a3b8;
}

.lp-stories-slider {
  position: relative;
}

.lp-stories-viewport {
  overflow: hidden;
  margin: 0 -0.25rem;
  padding: 0.25rem;
}

.lp-stories-track {
  display: flex;
  gap: 1rem;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.lp-story-card {
  flex: 0 0 calc(33.333% - 0.67rem);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 1.35rem 1.4rem;
  display: flex;
  flex-direction: column;
  min-height: 320px;
  transition: border-color 0.2s, background 0.2s, transform 0.2s;
}

.lp-story-card:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(147, 197, 253, 0.35);
  transform: translateY(-3px);
}

.lp-story-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
}

.lp-story-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #93c5fd;
  background: rgba(37, 99, 235, 0.15);
  border: 1px solid rgba(147, 197, 253, 0.25);
  padding: 0.28rem 0.6rem;
  border-radius: 999px;
}

.lp-story-metric {
  font-size: 0.72rem;
  font-weight: 700;
  color: #4ade80;
  background: rgba(74, 222, 128, 0.12);
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  white-space: nowrap;
}

.lp-story-card h3 {
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.02em;
  margin-bottom: 0.65rem;
  color: #fff;
}

.lp-story-card p {
  font-size: 0.84rem;
  color: #cbd5e1;
  line-height: 1.6;
  margin-bottom: 1rem;
  flex: 1;
}

.lp-story-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.65rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.lp-story-stat {
  text-align: center;
}

.lp-story-stat strong {
  display: block;
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.lp-story-stat span {
  font-size: 0.68rem;
  color: #94a3b8;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.lp-story-author {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: auto;
}

.lp-story-avatar {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
}

.lp-story-avatar--blue { background: linear-gradient(135deg, #2563eb, #3b82f6); }
.lp-story-avatar--green { background: linear-gradient(135deg, #059669, #10b981); }
.lp-story-avatar--violet { background: linear-gradient(135deg, #7c3aed, #8b5cf6); }
.lp-story-avatar--pink { background: linear-gradient(135deg, #db2777, #ec4899); }
.lp-story-avatar--amber { background: linear-gradient(135deg, #d97706, #f59e0b); }
.lp-story-avatar--cyan { background: linear-gradient(135deg, #0891b2, #06b6d4); }
.lp-story-avatar--slate { background: linear-gradient(135deg, #475569, #64748b); }

.lp-story-author strong {
  display: block;
  font-size: 0.85rem;
  color: #f1f5f9;
}

.lp-story-author small {
  font-size: 0.75rem;
  color: #94a3b8;
}

.lp-stories-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.75rem;
}

.lp-stories-dots {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 280px;
}

.lp-stories-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.25);
  padding: 0;
  cursor: pointer;
  transition: background 0.15s, transform 0.15s;
}

.lp-stories-dots button.active {
  background: #2563eb;
  transform: scale(1.25);
}

.lp-stories .lp-carousel-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s;
  flex-shrink: 0;
}

.lp-stories .lp-carousel-btn:hover {
  background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 991px) {
  .lp-story-card {
    flex: 0 0 calc(50% - 0.5rem);
    min-height: 300px;
  }
}

@media (max-width: 767px) {
  .lp-story-card {
    flex: 0 0 100%;
    min-height: auto;
  }
}

/* ── Integrations ── */
.lp-integrations {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background: #fafbfc;
}

.lp-int-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.75rem;
}

.lp-int-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 1.15rem 0.65rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #64748b;
  transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
}

.lp-int-card:hover {
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  transform: translateY(-2px);
  border-color: #bfdbfe;
}

.lp-int-card .bi {
  font-size: 1.35rem;
  color: #2563eb;
}

/* ── Use cases slider ── */
.lp-cases {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  overflow: hidden;
}

.lp-cases-slider {
  position: relative;
}

.lp-cases-viewport {
  overflow: hidden;
  margin: 0 -0.25rem;
  padding: 0.5rem 0.25rem 0.25rem;
}

.lp-cases-track {
  display: flex;
  gap: 1.15rem;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.lp-case-card {
  flex: 0 0 calc(33.333% - 0.77rem);
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 1.5rem 1.45rem 1.35rem;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
}

.lp-case-card:hover {
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.1);
  transform: translateY(-4px);
  border-color: #bfdbfe;
}

.lp-case-card--featured {
  border-color: #2563eb;
  box-shadow: 0 12px 40px rgba(37, 99, 235, 0.14);
}

.lp-case-card--featured::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 21px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.35), rgba(59, 130, 246, 0.08));
  z-index: -1;
  opacity: 0.6;
}

.lp-case-icon {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  margin-bottom: 0.85rem;
  color: #fff;
}

.lp-case-icon--blue { background: linear-gradient(135deg, #2563eb, #3b82f6); }
.lp-case-icon--violet { background: linear-gradient(135deg, #7c3aed, #8b5cf6); }
.lp-case-icon--indigo { background: linear-gradient(135deg, #4f46e5, #6366f1); }
.lp-case-icon--pink { background: linear-gradient(135deg, #db2777, #ec4899); }
.lp-case-icon--cyan { background: linear-gradient(135deg, #0891b2, #06b6d4); }
.lp-case-icon--green { background: linear-gradient(135deg, #059669, #10b981); }
.lp-case-icon--amber { background: linear-gradient(135deg, #d97706, #f59e0b); }
.lp-case-icon--slate { background: linear-gradient(135deg, #475569, #64748b); }
.lp-case-icon--purple { background: linear-gradient(135deg, #9333ea, #a855f7); }

.lp-case-tag {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
  background: #eff6ff;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  margin-bottom: 0.75rem;
  width: fit-content;
}

.lp-case-card h3 {
  font-size: 1.08rem;
  font-weight: 800;
  margin-bottom: 0.6rem;
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: #0f172a;
}

.lp-case-card p {
  font-size: 0.86rem;
  color: #64748b;
  line-height: 1.65;
  flex: 1;
  margin-bottom: 1rem;
}

.lp-case-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1.1rem;
}

.lp-case-features span {
  font-size: 0.68rem;
  font-weight: 600;
  color: #475569;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
}

.lp-case-link {
  font-size: 0.85rem;
  font-weight: 700;
  color: #2563eb;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: auto;
}

.lp-case-link:hover {
  color: #1d4ed8;
}

.lp-cases-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.75rem;
}

.lp-cases-dots {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 280px;
}

.lp-cases-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: #cbd5e1;
  padding: 0;
  cursor: pointer;
  transition: background 0.15s, transform 0.15s;
}

.lp-cases-dots button.active {
  background: #2563eb;
  transform: scale(1.25);
}

.lp-cases-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #334155;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, box-shadow 0.15s;
  flex-shrink: 0;
}

.lp-cases-btn:hover {
  background: #f8fafc;
  border-color: #bfdbfe;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.1);
}

@media (max-width: 991px) {
  .lp-case-card {
    flex: 0 0 calc(50% - 0.58rem);
    min-height: 320px;
  }
}

@media (max-width: 767px) {
  .lp-case-card {
    flex: 0 0 100%;
    min-height: auto;
  }

  .lp-case-card--featured {
    box-shadow: 0 8px 28px rgba(37, 99, 235, 0.12);
  }
}

/* ── FAQ ── */
.lp-faq {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background: #fff;
}

.lp-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.lp-faq-item {
  background: #fafbfc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  overflow: hidden;
}

.lp-faq-item summary {
  font-weight: 700;
  font-size: 0.95rem;
  color: #0f172a;
  padding: 1.1rem 1.25rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lp-faq-item summary::-webkit-details-marker {
  display: none;
}

.lp-faq-item summary::after {
  content: '+';
  font-size: 1.25rem;
  font-weight: 400;
  color: #94a3b8;
  transition: transform 0.2s;
}

.lp-faq-item[open] summary::after {
  transform: rotate(45deg);
}

.lp-faq-item[open] summary {
  background: #eff6ff;
  color: #2563eb;
}

.lp-faq-item p {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.65;
  padding: 0 1.25rem 1.15rem;
  margin: 0;
}

.lp-faq-item a {
  color: #2563eb;
  font-weight: 600;
}

.lp-faq-ask {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0 0 1rem 1.25rem;
  padding: 0.35rem 0.75rem;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #fff;
  color: #4338ca;
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
}

.lp-faq-ask:hover {
  background: #eef2ff;
  border-color: #c7d2fe;
}

.lp-faq-more {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.lp-faq-expanded {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid #e2e8f0;
}

.lp-faq-expanded-title {
  font-size: 1.1rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 1.5rem;
  color: #0f172a;
}

.lp-faq-category {
  margin-bottom: 1.5rem;
}

.lp-faq-category-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
  margin-bottom: 0.65rem;
  padding-left: 0.15rem;
}

.lp-faq-list--compact .lp-faq-item summary {
  font-size: 0.92rem;
  padding: 0.85rem 1rem;
}

.lp-faq-list--compact .lp-faq-item p {
  font-size: 0.88rem;
}

/* ── CTA band ── */
.lp-cta {
  position: relative;
  padding: clamp(3.5rem, 7vw, 5rem) 0;
  background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 50%, #059669 100%);
  color: #fff;
  overflow: hidden;
}

.lp-cta-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 50%, rgba(255,255,255,0.12) 0%, transparent 50%);
  pointer-events: none;
}

.lp-cta .container {
  position: relative;
  z-index: 1;
}

.lp-cta-title {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  margin-bottom: 0.65rem;
}

.lp-cta-lead {
  font-size: 1.05rem;
  opacity: 0.9;
  max-width: 520px;
  margin: 0 auto 1.75rem;
  line-height: 1.6;
}

.lp-cta .lp-btn-white {
  color: #2563eb;
}

/* ── AEO / About Talkora (hero-aligned) ── */
.lp-aeo {
  position: relative;
  padding: clamp(3.5rem, 7vw, 6rem) 0;
  background: #fafbfc;
  overflow: hidden;
}

.lp-aeo-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.lp-aeo-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
}

.lp-aeo-glow--1 {
  width: 480px;
  height: 480px;
  background: rgba(37, 99, 235, 0.1);
  top: -80px;
  right: -100px;
}

.lp-aeo-glow--2 {
  width: 360px;
  height: 360px;
  background: rgba(37, 211, 102, 0.08);
  bottom: -60px;
  left: -80px;
}

.lp-aeo-grid-pattern {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 75% 65% at 30% 50%, #000 15%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 75% 65% at 30% 50%, #000 15%, transparent 70%);
}

.lp-aeo-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 380px) 1fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
}

.lp-aeo-sidebar {
  position: sticky;
  top: 5.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.lp-aeo-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1d4ed8;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  padding: 0.4rem 0.9rem 0.4rem 0.7rem;
  border-radius: 999px;
  margin-bottom: 1.1rem;
}

.lp-aeo-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
}

.lp-aeo-title {
  font-size: clamp(1.85rem, 3.2vw, 2.65rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin-bottom: 1rem;
  color: #0f172a;
}

.lp-aeo-gradient {
  background: linear-gradient(135deg, #2563eb 0%, #059669 55%, #25d366 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lp-aeo-lead {
  font-size: 1.02rem;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 1.25rem;
}

.lp-aeo-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.lp-aeo-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #334155;
  background: #fff;
  border: 1px solid #e2e8f0;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.lp-aeo-chip i {
  color: #2563eb;
  font-size: 0.85rem;
}

.lp-aeo-glance {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 1.35rem 1.4rem;
  box-shadow:
    0 4px 24px rgba(15, 23, 42, 0.05),
    0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.lp-aeo-glance-head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid #f1f5f9;
}

.lp-aeo-glance-head i {
  color: #2563eb;
  font-size: 1.1rem;
}

.lp-aeo-glance-head h3 {
  font-size: 0.95rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
  letter-spacing: -0.02em;
}

.lp-aeo-specs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.lp-aeo-specs li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.lp-aeo-spec-icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  color: #2563eb;
  font-size: 0.95rem;
}

.lp-aeo-spec-text {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}

.lp-aeo-spec-text strong {
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #94a3b8;
}

.lp-aeo-spec-text span {
  font-size: 0.84rem;
  font-weight: 600;
  color: #334155;
  line-height: 1.4;
}

.lp-aeo-contact {
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid #f1f5f9;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.lp-aeo-contact-label {
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #94a3b8;
  margin-bottom: 0.15rem;
}

.lp-aeo-contact-link {
  font-size: 0.88rem;
  font-weight: 700;
  color: #2563eb;
  text-decoration: none;
}

.lp-aeo-contact-link:hover {
  text-decoration: underline;
}

.lp-aeo-contact-phone {
  font-size: 0.82rem;
  font-weight: 600;
  color: #64748b;
  text-decoration: none;
}

.lp-aeo-contact-phone:hover {
  color: #0f172a;
}

.lp-aeo-main-label {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 1rem;
}

.lp-aeo-cards {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.lp-aeo-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 1.25rem 1.35rem;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.03);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.lp-aeo-card:hover {
  transform: translateY(-2px);
  border-color: #cbd5e1;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.07);
}

.lp-aeo-card-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #eff6ff 0%, #ecfdf5 100%);
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  color: #2563eb;
  font-size: 1.15rem;
}

.lp-aeo-card-body {
  flex: 1;
  min-width: 0;
  position: relative;
}

.lp-aeo-card-num {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #cbd5e1;
}

.lp-aeo-card h3 {
  font-size: 1.02rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.45rem;
  letter-spacing: -0.025em;
  line-height: 1.35;
  padding-right: 2rem;
}

.lp-aeo-card p {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.65;
  margin: 0;
}

/* Screen-reader / SEO fact list (visually hidden, keeps full dl for crawlers) */
.lp-aeo-dl-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.lp-faq-item p a {
  color: #2563eb;
  font-weight: 600;
  text-decoration: none;
}

.lp-faq-item p a:hover {
  text-decoration: underline;
}

/* ── Newsletter ── */
.lp-newsletter {
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
  background: #fff;
  border-top: 1px solid #e2e8f0;
}

.lp-newsletter-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: center;
  background: linear-gradient(135deg, #f8fafc 0%, #eff6ff 100%);
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.04);
}

.lp-newsletter-title {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
  margin-bottom: 0.65rem;
  line-height: 1.2;
}

.lp-newsletter-lead {
  font-size: 0.92rem;
  color: #64748b;
  line-height: 1.65;
  margin-bottom: 1rem;
}

.lp-newsletter-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin-bottom: 0.65rem;
}

.lp-newsletter-founder {
  font-size: 0.82rem;
  font-weight: 600;
  color: #475569;
  margin: 0;
}

.lp-newsletter-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #2563eb;
  text-decoration: none;
}

.lp-newsletter-link:hover {
  color: #1d4ed8;
  text-decoration: underline;
}

.lp-newsletter-cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}

.lp-newsletter-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  width: 100%;
  max-width: 320px;
  padding: 1rem 1.35rem;
  text-align: left;
  text-decoration: none;
}

.lp-newsletter-whatsapp i {
  font-size: 1.75rem;
  flex-shrink: 0;
}

.lp-newsletter-whatsapp span {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  line-height: 1.3;
}

.lp-newsletter-whatsapp strong {
  font-size: 1rem;
  font-weight: 700;
}

.lp-newsletter-whatsapp small {
  font-size: 0.82rem;
  font-weight: 500;
  opacity: 0.9;
}

.lp-btn-whatsapp {
  background: #25d366;
  border-color: #25d366;
  color: #fff;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
}

.lp-btn-whatsapp:hover {
  background: #1ebe57;
  border-color: #1ebe57;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.4);
}

.lp-newsletter-note {
  font-size: 0.75rem;
  color: #94a3b8;
  margin: 0;
  line-height: 1.5;
}

.lp-newsletter-note a {
  color: #2563eb;
  font-weight: 600;
  text-decoration: none;
}

.lp-newsletter-note a:hover {
  text-decoration: underline;
}

.lp-newsletter-alert {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 0.65rem 0.9rem;
  border-radius: 12px;
  margin-bottom: 0.75rem;
}

.lp-newsletter-alert--success {
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
  color: #059669;
}

.lp-newsletter-alert--error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #dc2626;
}

.lp-newsletter-card--contact {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: start;
}

.lp-contact-form-wrap {
  width: 100%;
}

.lp-contact-form {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.lp-contact-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.lp-contact-field label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: #334155;
  margin-bottom: 0.35rem;
}

.lp-contact-optional {
  font-weight: 500;
  color: #94a3b8;
}

.lp-contact-field input,
.lp-contact-field select,
.lp-contact-field textarea {
  width: 100%;
  font-size: 0.9rem;
  padding: 0.6rem 0.75rem;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #fff;
  color: #0f172a;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.lp-contact-field input:focus,
.lp-contact-field select:focus,
.lp-contact-field textarea:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.lp-contact-field textarea {
  resize: vertical;
  min-height: 6rem;
}

.lp-contact-phone.phone-input-group {
  display: flex;
  gap: 0.5rem;
}

.lp-contact-phone .phone-country-select {
  width: auto;
  min-width: 10.5rem;
  max-width: 42%;
  flex-shrink: 0;
}

.lp-contact-captcha-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.lp-contact-captcha-q {
  font-size: 0.95rem;
  font-weight: 800;
  color: #0f172a;
  background: #fff;
  border: 1px dashed #94a3b8;
  border-radius: 10px;
  padding: 0.55rem 0.85rem;
  white-space: nowrap;
}

.lp-contact-captcha-row input[type="text"] {
  max-width: 6rem;
  font-size: 0.9rem;
  padding: 0.6rem 0.75rem;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
}

.lp-contact-captcha-hint {
  font-size: 0.72rem;
  color: #94a3b8;
  margin: 0.35rem 0 0;
}

.lp-contact-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.lp-contact-submit {
  align-self: flex-start;
  margin-top: 0.15rem;
}

@media (max-width: 900px) {
  .lp-newsletter-card--contact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .lp-contact-form-row {
    grid-template-columns: 1fr;
  }

  .lp-contact-phone.phone-input-group {
    flex-direction: column;
  }

  .lp-contact-phone .phone-country-select {
    max-width: 100%;
    width: 100%;
  }
}

/* ── Footer ── */
.lp-footer {
  background: #0f172a;
  color: #94a3b8;
  padding: 3rem 0 1.5rem;
}

.lp-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.lp-footer-tagline {
  font-size: 0.85rem;
  margin-top: 0.75rem;
  line-height: 1.5;
}

.lp-footer-brand .lp-brand--footer {
  display: inline-flex;
  text-decoration: none;
}

.lp-footer-brand .talkora-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  line-height: 1;
}

.lp-footer-brand .talkora-lockup-icon {
  height: 40px;
  width: 40px;
  object-fit: contain;
  flex-shrink: 0;
}

.lp-footer-brand .talkora-lockup-text {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.lp-footer-brand .talkora-lockup--dark .talkora-lockup-talk {
  color: #fff;
}

.lp-footer-brand .talkora-lockup--dark .talkora-lockup-ora {
  color: #4ade80;
}

.lp-footer .lp-brand-text {
  color: #fff;
}

.lp-footer .lp-brand-text span {
  color: #60a5fa;
}

.lp-footer-col h4 {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 0.85rem;
}

.lp-footer-col a {
  display: block;
  font-size: 0.88rem;
  color: #cbd5e1;
  text-decoration: none;
  padding: 0.3rem 0;
  transition: color 0.15s;
}

.lp-footer-col a:hover {
  color: #fff;
}

.lp-footer-founder {
  display: block;
  font-size: 0.88rem;
  color: #e2e8f0;
  font-weight: 600;
  margin-bottom: 0.35rem;
  line-height: 1.45;
}

.lp-footer-founder small {
  font-size: 0.78rem;
  font-weight: 500;
  color: #94a3b8;
}

.lp-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 0.78rem;
}

.lp-footer-bottom strong {
  color: #e2e8f0;
}

/* ── Responsive ── */
@media (max-width: 991px) {
  .lp-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem;
  }

  .lp-stats-panel {
    grid-template-columns: repeat(2, 1fr);
  }

  .lp-stat-item:nth-child(2)::after {
    display: none;
  }

  .lp-stat-item:not(:last-child)::after {
    display: none;
  }

  .lp-stat-item {
    border-bottom: 1px solid #f1f5f9;
  }

  .lp-stat-item:nth-child(3),
  .lp-stat-item:nth-child(4) {
    border-bottom: none;
  }

  .lp-aeo-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .lp-aeo-sidebar {
    position: static;
    text-align: center;
  }

  .lp-aeo-intro {
    max-width: 520px;
    margin: 0 auto;
  }

  .lp-aeo-chips {
    justify-content: center;
  }

  .lp-aeo-glance {
    max-width: 480px;
    margin: 0 auto;
    text-align: left;
  }

  .lp-aeo-main {
    max-width: 640px;
    margin: 0 auto;
    width: 100%;
  }

  .lp-newsletter-card {
    grid-template-columns: 1fr;
  }

  .lp-audience-panel {
    grid-template-columns: 1fr;
  }

  .lp-audience-live {
    order: -1;
  }

  .lp-live-screen {
    max-width: 100%;
  }

  .lp-hero-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .lp-hero-copy {
    max-width: none;
    text-align: center;
  }

  .lp-hero-copy .lp-hero-ctas {
    justify-content: center;
  }

  .lp-hero-trust {
    justify-content: center;
  }

  .lp-hero-social {
    justify-content: center;
  }

  .lp-hero-visual-wrap {
    max-width: 520px;
    margin: 0 auto;
    min-height: 340px;
  }

  .lp-hero-float--sla {
    left: 0;
    top: 4%;
  }

  .lp-hero-float--unread {
    right: 0;
  }

  .lp-dash-body {
    grid-template-columns: 1fr;
  }

  .lp-dash-sidebar {
    display: none;
  }

  .lp-suite-grid {
    grid-template-columns: 1fr;
  }

  .lp-int-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .lp-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .lp-hero-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
  }

  .lp-hero-float--sla,
  .lp-hero-float--unread,
  .lp-hero-float--ai {
    display: none;
  }

  .lp-hero-visual-wrap {
    min-height: auto;
  }

  .lp-dash-window {
    transform: none;
  }

  .lp-suite-tabs {
    grid-template-columns: 1fr;
  }

  .lp-dash-stats {
    grid-template-columns: 1fr;
  }

  .lp-dash-panels {
    grid-template-columns: 1fr;
  }

  .lp-int-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .lp-hero-ctas {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }

  .lp-hero-ctas .lp-btn {
    width: 100%;
  }

  .cmp-hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }

  .cmp-hero-actions .lp-btn {
    width: 100%;
  }

  .lp-mobile-nav-actions {
    gap: 0.75rem;
  }

  .lp-faq-more {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }

  .lp-faq-more .lp-btn {
    width: 100%;
  }

  .lp-stats-grid {
    grid-template-columns: 1fr;
  }

  .lp-stats-proof {
    flex-direction: column;
    gap: 0.65rem;
  }

  .lp-stats-panel {
    grid-template-columns: 1fr;
  }

  .lp-stat-item {
    border-bottom: 1px solid #f1f5f9;
  }

  .lp-stat-item:last-child {
    border-bottom: none;
  }

  .lp-newsletter-whatsapp {
    max-width: none;
  }

  .lp-footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 479px) {
  .lp-int-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ── Comparison pages (AEO) ── */
.cmp-body .cmp-main {
  padding-top: 4.5rem;
}

.cmp-hero {
  padding: 2.5rem 0 2rem;
}

.cmp-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  color: #64748b;
  margin-bottom: 1rem;
}

.cmp-breadcrumb a {
  color: #64748b;
  text-decoration: none;
}

.cmp-breadcrumb a:hover {
  color: #2563eb;
}

.cmp-title {
  font-size: clamp(1.85rem, 4vw, 2.65rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
  margin: 0.75rem 0 1rem;
  max-width: 820px;
}

.cmp-lead {
  font-size: 1.05rem;
  color: #475569;
  line-height: 1.65;
  max-width: 720px;
  margin-bottom: 0;
}

.cmp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.cmp-direct-section {
  padding: 0 0 2.5rem;
}

.cmp-direct-answer {
  background: linear-gradient(135deg, #eff6ff 0%, #f0fdf4 100%);
  border: 1px solid #dbeafe;
  border-radius: 16px;
  padding: 1.35rem 1.5rem;
  margin-bottom: 1rem;
}

.cmp-direct-label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #2563eb;
  margin-bottom: 0.65rem;
}

.cmp-direct-answer p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: #0f172a;
}

.cmp-verdict {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #334155;
  padding: 0 0.25rem;
}

.cmp-table-section {
  padding-bottom: 3rem;
}

.cmp-table-card {
  margin-top: 0.5rem;
}

.cmp-table .lp-compare-col-winner {
  min-width: 34%;
}

.cmp-cell-winner-alt {
  background: #f8fafc;
  font-weight: 600;
}

.cmp-faq-section {
  padding: 2rem 0 3rem;
  background: #f8fafc;
}

.cmp-related-section {
  padding: 0 0 3rem;
}

.cmp-related-title {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.cmp-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}

.cmp-related-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.1rem 1.15rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s;
  min-height: 120px;
}

.cmp-related-card:hover {
  border-color: #93c5fd;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.08);
  transform: translateY(-2px);
  text-decoration: none;
  color: inherit;
}

.cmp-related-card strong {
  font-size: 0.95rem;
  color: #0f172a;
}

.cmp-related-card span {
  font-size: 0.82rem;
  color: #64748b;
  line-height: 1.5;
  flex: 1;
}

.cmp-related-card .bi {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #94a3b8;
  font-size: 0.9rem;
}

.cmp-related-card--all {
  background: #eff6ff;
  border-color: #bfdbfe;
}

.cmp-index-grid-section {
  padding: 0 0 3rem;
}

.cmp-index-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
}

.cmp-index-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.35rem 1.4rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s;
  min-height: 220px;
}

.cmp-index-card:hover {
  border-color: #93c5fd;
  box-shadow: 0 10px 28px rgba(37, 99, 235, 0.1);
  transform: translateY(-2px);
  text-decoration: none;
  color: inherit;
}

.cmp-index-badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #2563eb;
  background: #eff6ff;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
}

.cmp-index-card h2 {
  font-size: 1.15rem;
  font-weight: 800;
  margin: 0;
  line-height: 1.3;
}

.cmp-index-card p {
  margin: 0;
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.6;
  flex: 1;
}

.cmp-index-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: #2563eb;
}

.cmp-index-note {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-top: 1.5rem;
  padding: 0.85rem 1rem;
  background: #f8fafc;
  border-radius: 10px;
  font-size: 0.82rem;
  color: #64748b;
  line-height: 1.55;
}

.cmp-compare-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.cmp-compare-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  color: #334155;
  text-decoration: none;
  transition: border-color 0.12s, color 0.12s;
}

.cmp-compare-links a:hover {
  border-color: #93c5fd;
  color: #2563eb;
  text-decoration: none;
}

@media (max-width: 991px) {
  .talkora-logo--nav {
    height: 36px;
    max-width: min(190px, 52vw);
  }
}

@media (max-width: 767px) {
  .cmp-body .cmp-main {
    padding-top: 4rem;
  }

  .cmp-hero {
    padding: 1.75rem 0 1.5rem;
  }
}

/* Blog / resource articles */
.blog-body .blog-meta {
  margin: 0.75rem 0 0;
  font-size: 0.85rem;
  color: #64748b;
}

.blog-body .blog-meta time {
  font-weight: 500;
}

.blog-article-section {
  padding: 0 0 2.5rem;
}

.blog-section {
  margin-bottom: 2rem;
}

.blog-section-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.85rem;
  letter-spacing: -0.02em;
}

.blog-paragraph {
  font-size: 1.02rem;
  line-height: 1.75;
  color: #334155;
  margin-bottom: 1rem;
}

.blog-paragraph a {
  color: #2563eb;
  font-weight: 600;
}

.blog-list {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
  color: #334155;
  line-height: 1.7;
}

.blog-list li {
  margin-bottom: 0.45rem;
}

.blog-howto-section {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid #e2e8f0;
}

.blog-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.blog-step {
  padding: 1rem 1.15rem;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
}

.blog-step strong {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #0f172a;
  margin-bottom: 0.35rem;
}

.blog-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 999px;
  background: #2563eb;
  color: #fff;
  font-size: 0.82rem;
  flex-shrink: 0;
}

.blog-step p {
  margin: 0;
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.6;
  padding-left: 2.3rem;
}

.blog-index-badge {
  background: #ecfdf5;
  color: #047857;
}

.blog-faq-section {
  padding-top: 0;
}

.blog-related-section {
  padding-top: 0;
}

.blog-index-section {
  padding-top: 0;
}

/* Public documentation pages */
.docs-body .cmp-hero--compact {
  padding-bottom: 1.25rem;
}

.docs-meta {
  margin: 0.75rem 0 0;
  font-size: 0.85rem;
  color: #64748b;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.docs-version-badge {
  display: inline-block;
  margin-bottom: 0.65rem;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.docs-api-version-line {
  margin: 0.75rem 0 0;
  font-size: 0.9rem;
  color: #475569;
}

.docs-api-note {
  margin: 0.85rem 0 0;
  font-size: 0.88rem;
  color: #64748b;
}

.docs-version-switcher {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.docs-version-pill {
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  font-size: 0.82rem;
  font-weight: 600;
  color: #475569;
  text-decoration: none;
}

.docs-version-pill.is-active,
.docs-version-pill:hover {
  border-color: #2563eb;
  color: #2563eb;
  text-decoration: none;
}

.docs-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 2rem;
  padding: 0 0 3rem;
  align-items: start;
}

.docs-sidebar {
  position: sticky;
  top: 5.5rem;
  padding: 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
  max-height: calc(100vh - 7rem);
  overflow-y: auto;
}

.docs-sidebar-label {
  margin: 0 0 0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #94a3b8;
}

.docs-toc {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.docs-toc-link {
  font-size: 0.82rem;
  color: #475569;
  text-decoration: none;
  line-height: 1.45;
  padding: 0.15rem 0;
}

.docs-toc-link--3 {
  padding-left: 0.85rem;
  font-size: 0.78rem;
  color: #64748b;
}

.docs-toc-link:hover {
  color: #2563eb;
}

.docs-article {
  min-width: 0;
}

.docs-prose {
  padding: 1.5rem 1.75rem;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #fff;
}

.docs-prose h2 {
  font-size: 1.35rem;
  font-weight: 700;
  margin: 2rem 0 0.85rem;
  color: #0f172a;
  scroll-margin-top: 5rem;
}

.docs-prose h2:first-child {
  margin-top: 0;
}

.docs-prose h3 {
  font-size: 1.08rem;
  font-weight: 700;
  margin: 1.5rem 0 0.65rem;
  color: #1e293b;
  scroll-margin-top: 5rem;
}

.docs-prose p,
.docs-prose li {
  font-size: 0.98rem;
  line-height: 1.75;
  color: #334155;
}

.docs-prose ul,
.docs-prose ol {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}

.docs-footer-nav {
  padding: 0 0 2rem;
}

.docs-footer-nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.docs-back-link,
.docs-next-link {
  font-size: 0.9rem;
  font-weight: 600;
  color: #2563eb;
  text-decoration: none;
}

.docs-hub-section {
  padding: 0 0 3rem;
}

.docs-hub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.docs-hub-card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.35rem;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.12s, box-shadow 0.12s, transform 0.12s;
}

.docs-hub-card:hover {
  border-color: #93c5fd;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.08);
  transform: translateY(-2px);
  text-decoration: none;
  color: inherit;
}

.docs-hub-card h2 {
  font-size: 1.15rem;
  margin: 0;
  color: #0f172a;
}

.docs-hub-card p {
  margin: 0;
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.55;
  flex: 1;
}

.docs-hub-badge {
  display: inline-block;
  width: fit-content;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.docs-hub-meta {
  font-size: 0.78rem;
  color: #94a3b8;
}

.docs-hub-more {
  margin-bottom: 1.5rem;
  padding: 1.25rem 1.5rem;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.docs-hub-more-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #0f172a;
}

.docs-hub-links {
  margin: 0;
  padding-left: 1.15rem;
  color: #475569;
  line-height: 1.7;
}

.docs-hub-links a {
  font-weight: 600;
  color: #2563eb;
}

@media (max-width: 991px) {
  .docs-layout {
    grid-template-columns: 1fr;
  }

  .docs-sidebar {
    position: static;
    max-height: none;
  }
}

/* Cookie consent banner (public site) */
.cookie-consent {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 9999;
  padding: 0.75rem 1rem 1rem;
  pointer-events: none;
}

.cookie-consent-panel {
  pointer-events: auto;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.25rem;
  padding: 1rem 1.25rem;
  border-radius: 14px;
  background: #0f172a;
  color: #e2e8f0;
  border: 1px solid rgba(148, 163, 184, 0.25);
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.35);
}

.cookie-consent-copy {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  flex: 1 1 280px;
  min-width: 0;
}

.cookie-consent-icon {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(34, 197, 94, 0.15);
  color: #4ade80;
  font-size: 1.1rem;
}

.cookie-consent-title {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #f8fafc;
}

.cookie-consent-text {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #cbd5e1;
}

.cookie-consent-text a {
  color: #86efac;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-consent-text a:hover {
  color: #bbf7d0;
}

.cookie-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  flex-shrink: 0;
}

.cookie-consent-btn {
  border: none;
  border-radius: 999px;
  padding: 0.55rem 1.1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.cookie-consent-btn--ghost {
  background: transparent;
  color: #e2e8f0;
  border: 1px solid rgba(148, 163, 184, 0.45);
}

.cookie-consent-btn--ghost:hover {
  background: rgba(148, 163, 184, 0.12);
  border-color: rgba(148, 163, 184, 0.65);
}

.cookie-consent-btn--primary {
  background: #22c55e;
  color: #052e16;
}

.cookie-consent-btn--primary:hover {
  background: #4ade80;
}

body.cookie-banner-open {
  padding-bottom: 5.5rem;
}

@media (max-width: 575px) {
  .cookie-consent-panel {
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-consent-actions {
    width: 100%;
  }

  .cookie-consent-btn {
    flex: 1 1 auto;
    text-align: center;
  }

  body.cookie-banner-open {
    padding-bottom: 7.5rem;
  }
}

/* Sticky demo CTA (landing) */
.lp-sticky-cta {
  position: fixed;
  left: 50%;
  bottom: 1.25rem;
  z-index: 9990;
  width: min(920px, calc(100% - 2rem));
  transform: translateX(-50%) translateY(calc(100% + 1.5rem));
  opacity: 0;
  pointer-events: none;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
}

.lp-sticky-cta.is-visible {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.lp-sticky-cta-inner {
  display: flex;
  align-items: center;
  gap: 0.85rem 1rem;
  padding: 0.75rem 0.85rem 0.75rem 1.15rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #e2e8f0;
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.14), 0 2px 8px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(12px);
}

.lp-sticky-cta-text {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-size: 0.88rem;
  font-weight: 700;
  color: #0f172a;
  white-space: nowrap;
  flex-shrink: 0;
}

.lp-sticky-cta-text i {
  color: #2563eb;
  font-size: 1rem;
}

.lp-sticky-cta-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1 1 auto;
  justify-content: flex-end;
  min-width: 0;
}

.lp-sticky-cta-btn {
  padding: 0.55rem 1rem;
  font-size: 0.82rem;
  white-space: nowrap;
}

.lp-sticky-cta-btn--secondary {
  background: #fff;
}

.lp-sticky-cta-btn--contact {
  padding-inline: 0.75rem;
}

.lp-sticky-cta-close {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: none;
  border-radius: 10px;
  background: #f1f5f9;
  color: #64748b;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

.lp-sticky-cta-close:hover {
  background: #e2e8f0;
  color: #0f172a;
}

body.lp-sticky-open .kb-widget {
  bottom: calc(5.25rem + env(safe-area-inset-bottom, 0px));
}

body.lp-sticky-open.cookie-banner-open .lp-sticky-cta {
  bottom: calc(5.75rem + env(safe-area-inset-bottom, 0px));
}

body.cookie-banner-open:not(.lp-sticky-open) .kb-widget {
  bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
}

@media (max-width: 767px) {
  .lp-sticky-cta {
    left: 0;
    right: 0;
    width: auto;
    bottom: 0;
    transform: translateY(100%);
  }

  .lp-sticky-cta.is-visible {
    transform: translateY(0);
  }

  .lp-sticky-cta-inner {
    position: relative;
    flex-wrap: wrap;
    border-radius: 16px 16px 0 0;
    padding: 0.85rem 2.75rem calc(0.85rem + env(safe-area-inset-bottom, 0px)) 1rem;
    box-shadow: 0 -8px 32px rgba(15, 23, 42, 0.12);
  }

  .lp-sticky-cta-text {
    width: 100%;
    white-space: normal;
    font-size: 0.84rem;
  }

  .lp-sticky-cta-actions {
    width: 100%;
    justify-content: stretch;
  }

  .lp-sticky-cta-btn {
    flex: 1 1 auto;
    text-align: center;
    justify-content: center;
  }

  .lp-sticky-cta-btn--contact {
    flex: 0 0 auto;
  }

  .lp-sticky-cta-close {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
  }

  body.lp-sticky-open .kb-widget {
    bottom: calc(6.5rem + env(safe-area-inset-bottom, 0px));
  }

  body.lp-sticky-open.cookie-banner-open .lp-sticky-cta {
    bottom: 5.5rem;
  }
}

@media (max-width: 480px) {
  .lp-sticky-cta-btn--contact {
    display: none;
  }
}


