/* ============================================================
   RIDCOD — Homepage redesign
   Mobile-first · RTL · Arabic / Algerian market
   Comfortable, modern, tech-forward conversion design
   Brand: #0ea5e9 (blue) · #10b981 (green) · #6366f1 (violet)
   ============================================================ */

.page-home,
.page-site {
  --rc-bg: #f5f8fc;
  --rc-bg-2: #eef3fa;
  --rc-card: #ffffff;
  --rc-ink: #0b1324;
  --rc-ink-soft: #475569;
  --rc-ink-mute: #6b7a90;
  --rc-border: #e7edf5;
  --rc-blue: #0ea5e9;
  --rc-blue-deep: #0284c7;
  --rc-green: #10b981;
  --rc-green-deep: #059669;
  --rc-violet: #6366f1;
  --rc-night: #060c1c;
  --rc-night-2: #0e1830;
  --rc-radius: 18px;
  --rc-radius-lg: 26px;
  --rc-radius-sm: 12px;
  --rc-shadow-sm: 0 4px 16px -6px rgba(13, 30, 60, 0.16);
  --rc-shadow: 0 18px 44px -22px rgba(13, 30, 60, 0.28);
  --rc-shadow-lg: 0 40px 80px -32px rgba(13, 30, 60, 0.4);
  --rc-glow: 0 0 80px rgba(14, 165, 233, 0.35);
  --rc-grad: linear-gradient(135deg, var(--rc-blue) 0%, var(--rc-green) 100%);
  --rc-grad-soft: linear-gradient(135deg, #38bdf8, #34d399);
  --lp-header-h: 4.25rem;
  background: var(--rc-bg);
  color: var(--rc-ink);
  overflow-x: hidden;
  padding-bottom: env(safe-area-inset-bottom, 0);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* ---------- Header (3 states: hero / scrolled / past-hero) ---------- */
.page-home header,
.page-site header {
  overflow: visible;
  position: relative;
  padding-top: 0;
  box-shadow: none !important;
  transition: background 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease;
}

.page-home:not(.lp-past-hero) header,
.page-site:not(.lp-past-hero) header {
  background: var(--rc-night) !important;
}

.page-home header .container,
.page-site header .container {
  overflow: visible;
}

.page-home header .flex.justify-between,
.page-site header .flex.justify-between {
  flex-wrap: nowrap !important;
  align-items: center;
  min-height: 2.75rem;
}

.page-home header a.flex.items-center,
.page-site header a.flex.items-center {
  flex: 1 1 auto;
  min-width: 0;
  overflow: visible;
}

.page-home header .text-primary-600,
.page-site header .text-primary-600 {
  display: block;
  line-height: 1.5 !important;
  padding-block: 0.125rem;
  overflow: visible;
}

.page-home:not(.lp-past-hero) header::before,
.page-site:not(.lp-past-hero) header::before {
  content: '';
  position: absolute;
  top: calc(-1 * env(safe-area-inset-top, 0px));
  left: 0;
  right: 0;
  height: env(safe-area-inset-top, 0px);
  background: var(--rc-night);
  pointer-events: none;
}

@media (max-width: 767px) {
  .page-home header .text-primary-600,
  .page-site header .text-primary-600 {
    font-size: 0.95rem !important;
    line-height: 1.45 !important;
  }

  .page-home header .container,
  .page-site header .container {
    padding-top: max(0.75rem, env(safe-area-inset-top, 0px));
    padding-bottom: 0.75rem;
  }
}

/* Hero zone — light text on dark background */
.page-home:not(.lp-past-hero) header .text-primary-600,
.page-site:not(.lp-past-hero) header .text-primary-600,
.page-home:not(.lp-past-hero) header nav.hidden.md\:flex > a,
.page-site:not(.lp-past-hero) header nav.hidden.md\:flex > a,
.page-home:not(.lp-past-hero) header #mobile-menu-button,
.page-site:not(.lp-past-hero) header #mobile-menu-button,
.page-home:not(.lp-past-hero) header #mobile-menu-button i,
.page-site:not(.lp-past-hero) header #mobile-menu-button i {
  color: #f8fafc !important;
}

.page-home:not(.lp-past-hero) header nav.hidden.md\:flex > a:hover,
.page-site:not(.lp-past-hero) header nav.hidden.md\:flex > a:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.1) !important;
}

.page-home:not(.lp-past-hero) header a.border-primary-600,
.page-site:not(.lp-past-hero) header a.border-primary-600 {
  background: transparent !important;
  color: #f8fafc !important;
  border-color: rgba(255, 255, 255, 0.42) !important;
}

.page-home:not(.lp-past-hero) header a.bg-primary-600,
.page-site:not(.lp-past-hero) header a.bg-primary-600 {
  background: linear-gradient(135deg, var(--rc-green), var(--rc-green-deep)) !important;
  color: #fff !important;
  border-color: transparent !important;
}

/* Logged-in action pills — ghost style on dark header (avoid light bg + white text) */
.page-home:not(.lp-past-hero) header nav.hidden.md\:flex > a.bg-green-50,
.page-site:not(.lp-past-hero) header nav.hidden.md\:flex > a.bg-green-50 {
  background: rgba(34, 197, 94, 0.14) !important;
  color: #86efac !important;
  border: 1px solid rgba(134, 239, 172, 0.35) !important;
}

.page-home:not(.lp-past-hero) header nav.hidden.md\:flex > a.bg-green-50:hover,
.page-site:not(.lp-past-hero) header nav.hidden.md\:flex > a.bg-green-50:hover {
  background: rgba(34, 197, 94, 0.24) !important;
  color: #bbf7d0 !important;
}

.page-home:not(.lp-past-hero) header nav.hidden.md\:flex > a.bg-purple-50,
.page-site:not(.lp-past-hero) header nav.hidden.md\:flex > a.bg-purple-50 {
  background: rgba(168, 85, 247, 0.14) !important;
  color: #d8b4fe !important;
  border: 1px solid rgba(216, 180, 254, 0.35) !important;
}

.page-home:not(.lp-past-hero) header nav.hidden.md\:flex > a.bg-purple-50:hover,
.page-site:not(.lp-past-hero) header nav.hidden.md\:flex > a.bg-purple-50:hover {
  background: rgba(168, 85, 247, 0.24) !important;
  color: #e9d5ff !important;
}

.page-home:not(.lp-past-hero) header nav.hidden.md\:flex > a.bg-orange-50,
.page-site:not(.lp-past-hero) header nav.hidden.md\:flex > a.bg-orange-50 {
  background: rgba(249, 115, 22, 0.14) !important;
  color: #fdba74 !important;
  border: 1px solid rgba(253, 186, 116, 0.35) !important;
}

.page-home:not(.lp-past-hero) header nav.hidden.md\:flex > a.bg-orange-50:hover,
.page-site:not(.lp-past-hero) header nav.hidden.md\:flex > a.bg-orange-50:hover {
  background: rgba(249, 115, 22, 0.24) !important;
  color: #fed7aa !important;
}

.page-home:not(.lp-past-hero) header nav.hidden.md\:flex > a.bg-indigo-50,
.page-site:not(.lp-past-hero) header nav.hidden.md\:flex > a.bg-indigo-50 {
  background: rgba(99, 102, 241, 0.14) !important;
  color: #a5b4fc !important;
  border: 1px solid rgba(165, 180, 252, 0.35) !important;
}

.page-home:not(.lp-past-hero) header nav.hidden.md\:flex > a.bg-indigo-50:hover,
.page-site:not(.lp-past-hero) header nav.hidden.md\:flex > a.bg-indigo-50:hover {
  background: rgba(99, 102, 241, 0.24) !important;
  color: #c7d2fe !important;
}

.page-home.lp-header-scrolled:not(.lp-past-hero) header,
.page-site.lp-header-scrolled:not(.lp-past-hero) header {
  background: rgba(6, 12, 28, 0.9) !important;
  backdrop-filter: blur(18px) saturate(140%);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.28) !important;
}

/* Past hero — solid light header, dark text */
.page-home.lp-past-hero header,
.page-site.lp-past-hero header {
  background: rgba(255, 255, 255, 0.96) !important;
  backdrop-filter: blur(18px) saturate(140%);
  box-shadow: 0 1px 16px rgba(13, 30, 60, 0.08) !important;
}

.page-home.lp-past-hero header .text-primary-600,
.page-site.lp-past-hero header .text-primary-600 {
  color: #0284c7 !important;
}

.page-home.lp-past-hero header nav.hidden.md\:flex > a,
.page-site.lp-past-hero header nav.hidden.md\:flex > a,
.page-home.lp-past-hero header #mobile-menu-button,
.page-site.lp-past-hero header #mobile-menu-button,
.page-home.lp-past-hero header #mobile-menu-button i,
.page-site.lp-past-hero header #mobile-menu-button i {
  color: #475569 !important;
}

.page-home.lp-past-hero header nav.hidden.md\:flex > a:hover,
.page-site.lp-past-hero header nav.hidden.md\:flex > a:hover {
  color: #0284c7 !important;
  background: #f1f5f9 !important;
}

.page-home.lp-past-hero header a.border-primary-600,
.page-site.lp-past-hero header a.border-primary-600 {
  background: #fff !important;
  color: #0284c7 !important;
  border-color: #0284c7 !important;
}

.page-home.lp-past-hero header a.bg-primary-600,
.page-site.lp-past-hero header a.bg-primary-600 {
  background: #0284c7 !important;
  color: #fff !important;
}

.page-home.lp-past-hero header nav.hidden.md\:flex > a.bg-green-50,
.page-site.lp-past-hero header nav.hidden.md\:flex > a.bg-green-50 {
  color: #16a34a !important;
}

.page-home.lp-past-hero header nav.hidden.md\:flex > a.bg-purple-50,
.page-site.lp-past-hero header nav.hidden.md\:flex > a.bg-purple-50 {
  color: #9333ea !important;
}

.page-home.lp-past-hero header nav.hidden.md\:flex > a.bg-orange-50,
.page-site.lp-past-hero header nav.hidden.md\:flex > a.bg-orange-50 {
  color: #ea580c !important;
}

.page-home.lp-past-hero header nav.hidden.md\:flex > a.bg-indigo-50,
.page-site.lp-past-hero header nav.hidden.md\:flex > a.bg-indigo-50 {
  color: #4338ca !important;
}

/* Mobile menu panel */
@media (max-width: 767px) {
  .page-home.mobile-menu-open:not(.lp-past-hero) header,
  .page-site.mobile-menu-open:not(.lp-past-hero) header {
    background: rgba(6, 12, 28, 0.98) !important;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.32) !important;
  }

  .page-home.mobile-menu-open.lp-past-hero header,
  .page-site.mobile-menu-open.lp-past-hero header {
    background: #fff !important;
    box-shadow: 0 8px 28px rgba(13, 30, 60, 0.12) !important;
  }

  .page-home #mobile-menu,
  .page-site #mobile-menu {
    margin-right: calc(-1 * clamp(1rem, 4vw, 1.25rem));
    margin-left: calc(-1 * clamp(1rem, 4vw, 1.25rem));
    padding: 0.85rem clamp(1rem, 4vw, 1.25rem) 1rem;
    border-radius: 0;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 0.75rem;
  }

  .page-home.lp-past-hero #mobile-menu,
  .page-site.lp-past-hero #mobile-menu {
    border-top-color: var(--rc-border);
  }
}

.page-home:not(.lp-past-hero) #mobile-menu a,
.page-site:not(.lp-past-hero) #mobile-menu a {
  color: #e2e8f0 !important;
}

.page-home:not(.lp-past-hero) #mobile-menu a:hover,
.page-site:not(.lp-past-hero) #mobile-menu a:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

.page-home:not(.lp-past-hero).mobile-menu-open #mobile-menu a.border-primary-600,
.page-site:not(.lp-past-hero).mobile-menu-open #mobile-menu a.border-primary-600 {
  background: transparent !important;
  color: #f8fafc !important;
  border-color: rgba(255, 255, 255, 0.45) !important;
}

.page-home:not(.lp-past-hero).mobile-menu-open #mobile-menu a.bg-primary-600,
.page-site:not(.lp-past-hero).mobile-menu-open #mobile-menu a.bg-primary-600 {
  background: linear-gradient(135deg, var(--rc-green), var(--rc-green-deep)) !important;
  color: #fff !important;
  border-color: transparent !important;
}

.page-home:not(.lp-past-hero) #mobile-menu a.bg-green-50,
.page-site:not(.lp-past-hero) #mobile-menu a.bg-green-50 {
  background: rgba(34, 197, 94, 0.14) !important;
  color: #86efac !important;
  border: 1px solid rgba(134, 239, 172, 0.35) !important;
}

.page-home:not(.lp-past-hero) #mobile-menu a.bg-purple-50,
.page-site:not(.lp-past-hero) #mobile-menu a.bg-purple-50 {
  background: rgba(168, 85, 247, 0.14) !important;
  color: #d8b4fe !important;
  border: 1px solid rgba(216, 180, 254, 0.35) !important;
}

.page-home:not(.lp-past-hero) #mobile-menu a.bg-orange-50,
.page-site:not(.lp-past-hero) #mobile-menu a.bg-orange-50 {
  background: rgba(249, 115, 22, 0.14) !important;
  color: #fdba74 !important;
  border: 1px solid rgba(253, 186, 116, 0.35) !important;
}

.page-home:not(.lp-past-hero) #mobile-menu a.bg-indigo-50,
.page-site:not(.lp-past-hero) #mobile-menu a.bg-indigo-50 {
  background: rgba(99, 102, 241, 0.14) !important;
  color: #a5b4fc !important;
  border: 1px solid rgba(165, 180, 252, 0.35) !important;
}

.page-home.lp-past-hero #mobile-menu a,
.page-site.lp-past-hero #mobile-menu a {
  color: #475569 !important;
}

.page-home.lp-past-hero #mobile-menu a:hover,
.page-site.lp-past-hero #mobile-menu a:hover {
  color: #0284c7 !important;
  background: #f1f5f9 !important;
}

.page-home.lp-past-hero.mobile-menu-open #mobile-menu a.border-primary-600,
.page-site.lp-past-hero.mobile-menu-open #mobile-menu a.border-primary-600 {
  background: #fff !important;
  color: #0284c7 !important;
  border-color: #0284c7 !important;
}

.page-home.lp-past-hero.mobile-menu-open #mobile-menu a.bg-primary-600,
.page-site.lp-past-hero.mobile-menu-open #mobile-menu a.bg-primary-600 {
  background: #0284c7 !important;
  color: #fff !important;
}

/* ---------- Layout primitives ---------- */
.lp-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(1.1rem, 4vw, 1.75rem);
}

.lp-section {
  padding: clamp(3rem, 8vw, 6rem) 0;
  position: relative;
}

.lp-section--alt {
  background:
    radial-gradient(120% 100% at 100% 0%, rgba(14, 165, 233, 0.05), transparent 55%),
    var(--rc-bg-2);
}

.lp-section--tight {
  padding-top: clamp(2rem, 5vw, 3rem);
}

.lp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: var(--rc-blue-deep);
  background: rgba(14, 165, 233, 0.1);
  border: 1px solid rgba(14, 165, 233, 0.18);
  margin-bottom: 1rem;
}

.lp-eyebrow i {
  font-size: 0.85rem;
}

.lp-section-head {
  text-align: center;
  max-width: 660px;
  margin: 0 auto clamp(2rem, 5vw, 3.25rem);
}

.lp-section-head h2 {
  font-size: clamp(1.6rem, 5vw, 2.65rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--rc-ink);
  margin-bottom: 0.85rem;
}

.lp-section-head p {
  color: var(--rc-ink-mute);
  font-size: clamp(0.98rem, 2.4vw, 1.12rem);
  line-height: 1.8;
  margin: 0;
}

.lp-grad-text {
  background: var(--rc-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ---------- Buttons ---------- */
.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.9rem 1.6rem;
  border-radius: 13px;
  font-weight: 800;
  font-size: 0.97rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.lp-btn:active { transform: scale(0.97); }

.lp-btn--primary {
  background: linear-gradient(135deg, var(--rc-green) 0%, var(--rc-green-deep) 100%);
  color: #fff;
  box-shadow: 0 14px 30px -10px rgba(16, 185, 129, 0.6);
}

.lp-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px -10px rgba(16, 185, 129, 0.7);
}

.lp-btn--blue {
  background: linear-gradient(135deg, var(--rc-blue) 0%, var(--rc-blue-deep) 100%);
  color: #fff;
  box-shadow: 0 14px 30px -10px rgba(14, 165, 233, 0.6);
}

.lp-btn--blue:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px -10px rgba(14, 165, 233, 0.7);
}

.lp-btn--ghost {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
}

.lp-btn--ghost:hover { background: rgba(255, 255, 255, 0.16); }

.lp-btn--outline {
  background: #fff;
  color: var(--rc-blue-deep);
  border: 1.5px solid rgba(14, 165, 233, 0.4);
}

.lp-btn--outline:hover {
  border-color: var(--rc-blue);
  box-shadow: var(--rc-shadow-sm);
}

.lp-btn--lg {
  padding: 1.05rem 1.9rem;
  font-size: 1.05rem;
  width: 100%;
}

@media (min-width: 480px) {
  .lp-btn--lg { width: auto; }
}

.lp-btn-row {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 480px) {
  .lp-btn-row { flex-direction: row; flex-wrap: wrap; }
}

/* ============================================================
   HERO
   ============================================================ */
.lp-hero {
  position: relative;
  margin-top: 0;
  padding: clamp(4.5rem, 12vw, 6.5rem) 0 clamp(3rem, 9vw, 5rem);
  background: var(--rc-night);
  color: #f8fafc;
  overflow: hidden;
}

.lp-hero-mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 78% 12%, rgba(14, 165, 233, 0.45) 0%, transparent 55%),
    radial-gradient(ellipse 60% 45% at 12% 78%, rgba(16, 185, 129, 0.32) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 50% 110%, rgba(99, 102, 241, 0.28) 0%, transparent 50%);
  pointer-events: none;
}

.lp-hero-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.07) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(ellipse 75% 65% at 50% 35%, #000 15%, transparent 78%);
  pointer-events: none;
}

.lp-hero-shapes .lp-hero-shape {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.06);
  animation: lp-float 11s ease-in-out infinite;
}

.lp-hero-shape:nth-child(1) { width: 220px; height: 220px; top: 6%; right: -5%; }
.lp-hero-shape:nth-child(2) { width: 130px; height: 130px; bottom: 16%; left: -2%; animation-delay: -3.5s; }
.lp-hero-shape:nth-child(3) { width: 70px; height: 70px; top: 42%; left: 30%; animation-delay: -6s; }

@keyframes lp-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-18px); }
}

.lp-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 6vw, 3.5rem);
  align-items: center;
}

@media (min-width: 960px) {
  .lp-hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3.5rem;
  }
}

.lp-hero-content { text-align: right; }

.lp-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.05rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.13);
  margin-bottom: 1.35rem;
  backdrop-filter: blur(8px);
}

.lp-hero-badge-dot {
  width: 8px;
  height: 8px;
  background: var(--rc-green);
  border-radius: 50%;
  box-shadow: 0 0 14px var(--rc-green);
  animation: lp-pulse 2s infinite;
}

@keyframes lp-pulse {
  50% { opacity: 0.45; transform: scale(1.2); }
}

.lp-hero h1 {
  font-size: clamp(1.95rem, 6.5vw, 3.4rem);
  font-weight: 900;
  line-height: 1.22;
  margin-bottom: 1.1rem;
  letter-spacing: -0.02em;
}

.lp-hero h1 .lp-highlight {
  display: block;
  margin-top: 0.4rem;
  background: var(--rc-grad-soft);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lp-hero-lead {
  font-size: clamp(1rem, 2.8vw, 1.18rem);
  line-height: 1.85;
  color: #c2cee0;
  margin-bottom: 1.6rem;
  max-width: 38rem;
}

.lp-hero-lead strong { color: #fff; }

.lp-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.75rem;
}

.lp-hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.45rem 0.8rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #e2e8f0;
}

.lp-hero-proof i { color: #34d399; }

.lp-hero-actions { margin-bottom: 1.5rem; }

.lp-hero-micro {
  font-size: 0.82rem;
  color: #94a3b8;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.lp-hero-micro span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.lp-hero-micro i { color: var(--rc-green); }

/* ---------- Hero visual: CSS phone mockup ---------- */
.lp-hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ---------- Hero carousel: landing page slides ---------- */
.lp-hero-carousel {
  position: relative;
  width: min(320px, 86vw);
  z-index: 2;
}

.lp-hero-carousel-frame {
  min-height: 0;
  aspect-ratio: 9 / 16;
}

.lp-hero-carousel-screen {
  min-height: 0;
  position: relative;
  padding: 0;
  background: #0f172a;
}

.lp-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.lp-hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.lp-hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lp-hero-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}

.lp-hero-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  padding: 0;
  transition: transform 0.25s ease, background 0.25s ease;
}

.lp-hero-dot.is-active {
  background: var(--rc-green);
  transform: scale(1.25);
}

.lp-hero-dot:focus-visible {
  outline: 2px solid var(--rc-green);
  outline-offset: 2px;
}

.lp-phone {
  position: relative;
  width: min(320px, 86vw);
  aspect-ratio: auto;
  min-height: 560px;
  background: linear-gradient(160deg, #1b2540, #0c1326);
  border-radius: 42px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 40px 90px -30px rgba(0, 0, 0, 0.7),
    inset 0 1px 1px rgba(255, 255, 255, 0.18);
  z-index: 2;
}

.lp-phone::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 38%;
  height: 22px;
  background: #060c1c;
  border-radius: 0 0 16px 16px;
  z-index: 3;
}

.lp-phone-screen {
  width: 100%;
  height: 100%;
  min-height: 536px;
  background: #f9f9f9;
  border-radius: 32px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}

.lp-phone-body.lp-order-body {
  flex: 1;
  overflow-y: auto;
  padding: 1.85rem 0.55rem 0.75rem;
  -webkit-overflow-scrolling: touch;
}

/* ---------- Order form mockup (hero phone) ---------- */
.lp-order-container {
  background: #fff;
  border: 2px solid #bd3232;
  border-radius: 16px;
  width: 100%;
  padding: 0.85rem 0.75rem 0.9rem;
  box-shadow: 0 8px 20px rgba(189, 50, 50, 0.12);
}

.lp-order-title {
  text-align: center;
  color: #0b2347;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.45;
  margin: 0 0 0.65rem;
}

.lp-order-row {
  display: flex;
  gap: 0.35rem;
  margin-bottom: 0.45rem;
}

.lp-order-row .lp-order-input {
  padding: 0.3rem 0.38rem;
  font-size: 0.5rem;
  border-radius: 6px;
}

.lp-order-group {
  flex: 1;
  min-width: 0;
}

.lp-order-input {
  width: 100%;
  padding: 0.45rem 0.5rem;
  border: 1px solid #e0e0e0;
  border-radius: 7px;
  font-size: 0.58rem;
  color: #333;
  outline: none;
  background: #fff;
  text-align: right;
  font-family: inherit;
  transition: border-color 0.25s ease;
}

.lp-order-input:focus {
  border-color: #bd3232;
}

.lp-order-select-wrap {
  margin-bottom: 0.45rem;
}

.lp-order-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>");
  background-repeat: no-repeat;
  background-position: left 0.45rem center;
  padding-left: 1.4rem;
}

.lp-order-btn-cart,
.lp-order-submit {
  width: 100%;
  background: #bd3232;
  color: #fff;
  border: none;
  font-family: inherit;
  font-weight: 800;
  cursor: default;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  transition: background-color 0.2s ease;
}

.lp-order-btn-cart {
  border-radius: 999px;
  padding: 0.48rem 0.55rem;
  font-size: 0.68rem;
  margin-bottom: 0.45rem;
  box-shadow: 0 3px 8px rgba(189, 50, 50, 0.22);
}

.lp-order-submit {
  border-radius: 10px;
  padding: 0.52rem 0.55rem;
  font-size: 0.68rem;
  box-shadow: 0 3px 10px rgba(189, 50, 50, 0.28);
}

.lp-order-prices {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0.55rem;
  font-size: 0.58rem;
}

.lp-order-prices tr {
  border-bottom: 1px solid #edf2f7;
}

.lp-order-prices td {
  padding: 0.35rem 0.2rem;
  color: #4a5568;
}

.lp-order-prices td:first-child {
  text-align: right;
}

.lp-order-prices td:last-child {
  text-align: left;
}

.lp-order-product-price {
  color: #3182ce !important;
  font-weight: 600;
}

.lp-order-total-label {
  font-weight: 800;
  color: #2d3748 !important;
}

.lp-order-total-price {
  color: #2f855a !important;
  font-weight: 800;
  font-size: 0.72rem;
}

.lp-order-shipping-label.is-set {
  color: #3182ce;
  font-weight: 600;
}

.lp-order-qty {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.55rem;
}

.lp-order-qty-btn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #bd3232;
  background: #fff;
  color: #bd3232;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-family: inherit;
  padding: 0;
}

.lp-order-qty-btn:hover {
  background: #fff5f5;
}

.lp-order-qty-val {
  font-size: 0.72rem;
  font-weight: 800;
  color: #2d3748;
  min-width: 1rem;
  text-align: center;
}

.lp-order-form .lp-order-input[readonly] {
  cursor: default;
  background: #fff;
}

.lp-order-form .lp-order-select:not(:disabled) {
  cursor: pointer;
}

/* Legacy CTA chip (used in feature section) */
.lp-phone-cta {
  margin-top: auto;
  background: linear-gradient(135deg, var(--rc-green), var(--rc-green-deep));
  color: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.6rem;
  box-shadow: 0 10px 20px -8px rgba(16, 185, 129, 0.7);
}

/* Floating chips around phone */
.lp-float {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  background: rgba(255, 255, 255, 0.97);
  border-radius: 14px;
  padding: 0.6rem 0.8rem;
  box-shadow: 0 18px 40px -16px rgba(0, 0, 0, 0.5);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--rc-ink);
  animation: lp-float-chip 6s ease-in-out infinite;
  max-width: 175px;
}

.lp-float small {
  display: block;
  font-size: 0.62rem;
  font-weight: 600;
  color: var(--rc-ink-mute);
}

.lp-float-ic {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
  font-size: 0.85rem;
}

.lp-float-ic--wa { background: #25d366; }
.lp-float-ic--shield { background: linear-gradient(135deg, var(--rc-blue), var(--rc-blue-deep)); }
.lp-float-ic--sheet { background: var(--rc-green-deep); }

.lp-float--1 { top: 8%; right: -6%; animation-delay: -1s; }
.lp-float--2 { bottom: 22%; left: -10%; animation-delay: -3s; }
.lp-float--3 { bottom: 4%; right: -4%; animation-delay: -5s; }

@keyframes lp-float-chip {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@media (max-width: 520px) {
  .lp-float { font-size: 0.66rem; padding: 0.5rem 0.65rem; max-width: 150px; }
  .lp-float--1 { right: -2%; }
  .lp-float--2 { left: -2%; }
  .lp-float--3 { right: 0; }
}

@media (max-width: 639px) {
  .lp-hero {
    padding-top: clamp(3.5rem, 10vw, 4.75rem);
    padding-bottom: clamp(2rem, 5vw, 2.75rem);
  }

  .lp-hero-grid {
    gap: 1.5rem;
  }

  .lp-phone {
    width: min(250px, 72vw);
  }

  .lp-float--2 {
    display: none;
  }
}

/* ============================================================
   TRUST / STATS STRIP
   ============================================================ */
.lp-trust {
  background: #fff;
  border-bottom: 1px solid var(--rc-border);
  padding: clamp(1.5rem, 4vw, 2.25rem) 0;
}

.lp-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

@media (min-width: 720px) {
  .lp-trust-grid { grid-template-columns: repeat(4, 1fr); }
}

.lp-trust-item {
  text-align: center;
  padding: 0.65rem 0.4rem;
  position: relative;
}

.lp-trust-item + .lp-trust-item::before {
  content: "";
  position: absolute;
  right: -0.375rem;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: var(--rc-border);
}

@media (max-width: 719px) {
  .lp-trust-item:nth-child(odd)::before { display: none; }
}

.lp-trust-item strong {
  display: block;
  font-size: clamp(1.4rem, 4.5vw, 2rem);
  font-weight: 900;
  line-height: 1.1;
  background: var(--rc-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lp-trust-item span {
  font-size: 0.78rem;
  color: var(--rc-ink-mute);
  font-weight: 700;
}

/* ============================================================
   PAIN POINTS — modern problem → solution cards
   ============================================================ */
.lp-pain-section {
  position: relative;
  overflow: hidden;
  padding-block: clamp(3rem, 8vw, 5.5rem);
}

.lp-pain-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.lp-pain-bg__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.45;
}

.lp-pain-bg__orb--1 {
  width: min(520px, 70vw);
  height: min(520px, 70vw);
  top: -18%;
  right: -12%;
  background: radial-gradient(circle, rgba(239, 68, 68, 0.14) 0%, transparent 70%);
}

.lp-pain-bg__orb--2 {
  width: min(480px, 65vw);
  height: min(480px, 65vw);
  bottom: -22%;
  left: -10%;
  background: radial-gradient(circle, rgba(14, 165, 233, 0.12) 0%, transparent 70%);
}

.lp-pain-bg__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(14, 165, 233, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 165, 233, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 20%, transparent 75%);
}

.lp-pain-section .lp-container {
  position: relative;
  z-index: 1;
}

.lp-pain-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto clamp(2.25rem, 5.5vw, 3.5rem);
}

.lp-pain-head__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.42rem 1rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  color: #b45309;
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.14), rgba(239, 68, 68, 0.08));
  border: 1px solid rgba(245, 158, 11, 0.22);
  margin-bottom: 1.1rem;
}

.lp-pain-head__eyebrow i {
  font-size: 0.82rem;
}

.lp-pain-head h2 {
  font-size: clamp(1.65rem, 5vw, 2.75rem);
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -0.025em;
  color: var(--rc-ink);
  margin-bottom: 0.9rem;
}

.lp-pain-head p {
  color: var(--rc-ink-mute);
  font-size: clamp(0.98rem, 2.4vw, 1.13rem);
  line-height: 1.85;
  margin: 0;
}

.lp-pain-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1rem, 3vw, 1.35rem);
  align-items: stretch;
}

@media (min-width: 640px) {
  .lp-pain-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .lp-pain-card-v2:last-child {
    grid-column: 1 / -1;
    max-width: 520px;
    margin-inline: auto;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .lp-pain-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }

  .lp-pain-card-v2:last-child {
    grid-column: auto;
    max-width: none;
    margin-inline: 0;
  }

  .lp-pain-card-v2--featured {
    transform: translateY(-8px);
  }
}

.lp-pain-card-v2 {
  --pain-accent: #ef4444;
  --pain-accent-soft: rgba(239, 68, 68, 0.1);
  --pain-accent-border: rgba(239, 68, 68, 0.18);
  display: flex;
  flex-direction: column;
  background: var(--rc-card);
  border: 1px solid var(--rc-border);
  border-radius: var(--rc-radius-lg);
  padding: clamp(1.25rem, 3vw, 1.65rem);
  text-align: right;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    var(--rc-shadow-sm);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.35s ease,
              border-color 0.35s ease;
  position: relative;
  overflow: hidden;
}

.lp-pain-card-v2::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--pain-accent), transparent 85%);
  border-radius: 0 var(--rc-radius-lg) var(--rc-radius-lg) 0;
  opacity: 0.85;
}

.lp-pain-card-v2[data-tone="rose"] {
  --pain-accent: #ef4444;
  --pain-accent-soft: rgba(239, 68, 68, 0.1);
  --pain-accent-border: rgba(239, 68, 68, 0.2);
}

.lp-pain-card-v2[data-tone="amber"] {
  --pain-accent: #f59e0b;
  --pain-accent-soft: rgba(245, 158, 11, 0.12);
  --pain-accent-border: rgba(245, 158, 11, 0.22);
}

.lp-pain-card-v2[data-tone="violet"] {
  --pain-accent: #6366f1;
  --pain-accent-soft: rgba(99, 102, 241, 0.1);
  --pain-accent-border: rgba(99, 102, 241, 0.2);
}

.lp-pain-card-v2:hover {
  transform: translateY(-6px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 24px 48px -20px rgba(13, 30, 60, 0.22);
  border-color: rgba(14, 165, 233, 0.2);
}

@media (min-width: 1024px) {
  .lp-pain-card-v2--featured:hover {
    transform: translateY(-14px);
  }
}

.lp-pain-card-v2__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.15rem;
}

.lp-pain-card-v2__index {
  font-size: clamp(2rem, 5vw, 2.65rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  color: transparent;
  background: linear-gradient(180deg, rgba(11, 19, 36, 0.08) 0%, rgba(11, 19, 36, 0.02) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  user-select: none;
}

.lp-pain-card-v2__icon {
  width: clamp(48px, 10vw, 54px);
  height: clamp(48px, 10vw, 54px);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
  color: var(--pain-accent);
  background: var(--pain-accent-soft);
  border: 1px solid var(--pain-accent-border);
  box-shadow: 0 8px 20px -10px var(--pain-accent-soft);
}

.lp-pain-card-v2__problem {
  flex: 1;
}

.lp-pain-card-v2__label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  border-radius: 999px;
  padding: 0.28rem 0.72rem;
  margin-bottom: 0.65rem;
}

.lp-pain-card-v2__label--problem {
  color: #b91c1c;
  background: rgba(254, 226, 226, 0.85);
  border: 1px solid rgba(239, 68, 68, 0.15);
}

.lp-pain-card-v2__label--solution {
  color: var(--rc-green-deep);
  background: rgba(209, 250, 229, 0.9);
  border: 1px solid rgba(16, 185, 129, 0.2);
}

.lp-pain-card-v2__label--solution i {
  font-size: 0.78rem;
}

.lp-pain-card-v2__problem h3 {
  font-size: clamp(1.05rem, 2.8vw, 1.18rem);
  font-weight: 800;
  line-height: 1.35;
  color: var(--rc-ink);
  margin: 0 0 0.55rem;
}

.lp-pain-card-v2__problem p {
  font-size: clamp(0.88rem, 2.2vw, 0.94rem);
  line-height: 1.75;
  color: var(--rc-ink-mute);
  margin: 0;
}

.lp-pain-card-v2__bridge {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 1.1rem 0;
}

.lp-pain-card-v2__bridge-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--rc-border) 20%, var(--rc-border) 80%, transparent);
}

.lp-pain-card-v2__bridge-dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.62rem;
  color: var(--rc-blue);
  background: rgba(14, 165, 233, 0.08);
  border: 1px solid rgba(14, 165, 233, 0.18);
  flex-shrink: 0;
}

.lp-pain-card-v2__solution {
  padding: clamp(0.85rem, 2.5vw, 1rem) clamp(0.95rem, 2.5vw, 1.1rem);
  border-radius: var(--rc-radius-sm);
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.07) 0%, rgba(14, 165, 233, 0.05) 100%);
  border: 1px solid rgba(16, 185, 129, 0.16);
}

.lp-pain-card-v2__solution p {
  font-size: clamp(0.86rem, 2.2vw, 0.92rem);
  font-weight: 700;
  line-height: 1.7;
  color: #065f46;
  margin: 0.45rem 0 0;
}

.lp-pain-card-v2--featured {
  border-color: rgba(14, 165, 233, 0.22);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 20px 44px -18px rgba(14, 165, 233, 0.18),
    var(--rc-shadow-sm);
}

@media (min-width: 1024px) {
  .lp-pain-card-v2--featured::after {
    content: 'الأكثر شيوعاً';
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-size: 0.68rem;
    font-weight: 800;
    color: var(--rc-blue-deep);
    background: rgba(14, 165, 233, 0.1);
    border: 1px solid rgba(14, 165, 233, 0.2);
    border-radius: 999px;
    padding: 0.25rem 0.65rem;
  }
}

/* ============================================================
   FEATURE ROWS (alternating)
   ============================================================ */
.lp-features-stack {
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 6vw, 4.5rem);
}

.lp-feature {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  align-items: center;
}

@media (min-width: 880px) {
  .lp-feature { grid-template-columns: 1fr 1fr; }
  .lp-feature--reverse .lp-feature-visual { order: 2; }
  .lp-feature--reverse .lp-feature-text { order: 1; }
}

.lp-feature-text { text-align: right; }

.lp-feature-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--rc-blue-deep);
  background: rgba(14, 165, 233, 0.1);
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  margin-bottom: 0.9rem;
}

.lp-feature-text h3 {
  font-size: clamp(1.35rem, 3.5vw, 1.85rem);
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 0.7rem;
  color: var(--rc-ink);
  letter-spacing: -0.01em;
}

.lp-feature-text > p {
  color: var(--rc-ink-mute);
  line-height: 1.85;
  margin-bottom: 1.1rem;
  font-size: 1rem;
}

.lp-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp-feature-list li {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  font-size: 0.95rem;
  color: var(--rc-ink-soft);
  padding: 0.4rem 0;
  line-height: 1.6;
}

.lp-feature-list i {
  margin-top: 0.18rem;
  color: var(--rc-green);
  background: rgba(16, 185, 129, 0.12);
  width: 22px;
  height: 22px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  flex-shrink: 0;
}

/* Feature visual frame */
.lp-feature-visual {
  position: relative;
  display: flex;
  justify-content: center;
}

.lp-feature--landing .lp-feature-visual {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

@media (max-width: 879px) {
  .lp-feature--landing .lp-feature-text {
    order: 2;
  }

  .lp-feature--landing .lp-feature-visual {
    order: 1;
  }
}

.lp-visual-frame {
  position: relative;
  width: 100%;
  border-radius: var(--rc-radius-lg);
  padding: clamp(1.25rem, 3vw, 2rem);
  overflow: hidden;
  background: linear-gradient(160deg, #0f1c38 0%, #0a1326 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--rc-shadow-lg);
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-visual-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 25% 20%, rgba(14, 165, 233, 0.3), transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(16, 185, 129, 0.25), transparent 50%);
  pointer-events: none;
}

/* mock: order form mini */
.lp-mock {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 320px;
}

.lp-mock-card {
  background: #fff;
  border-radius: 16px;
  padding: 1rem;
  box-shadow: 0 24px 50px -20px rgba(0, 0, 0, 0.55);
}

.lp-mock-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 0;
}

.lp-mock-row + .lp-mock-row { border-top: 1px solid #f1f5f9; }

.lp-mock-dot {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.8rem;
  flex-shrink: 0;
}

.lp-mock-line {
  flex: 1;
}

.lp-mock-line b {
  display: block;
  font-size: 0.78rem;
  color: var(--rc-ink);
  font-weight: 800;
}

.lp-mock-line span {
  font-size: 0.7rem;
  color: var(--rc-ink-mute);
}

.lp-mock-badge {
  font-size: 0.62rem;
  font-weight: 800;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
}

.lp-mock-badge--ok { background: #dcfce7; color: #15803d; }
.lp-mock-badge--no { background: #fee2e2; color: #b91c1c; }
.lp-mock-badge--sync { background: #e0f2fe; color: #0369a1; }

/* mock: bar chart */
.lp-mock-chart {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 320px;
  background: #fff;
  border-radius: 16px;
  padding: 1.1rem;
  box-shadow: 0 24px 50px -20px rgba(0, 0, 0, 0.55);
}

.lp-mock-chart-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.9rem;
}

.lp-mock-chart-head b { font-size: 0.8rem; color: var(--rc-ink); }
.lp-mock-chart-head span { font-size: 0.72rem; font-weight: 800; color: var(--rc-green-deep); }

.lp-mock-bars {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  height: 110px;
}

.lp-mock-bars span {
  flex: 1;
  border-radius: 7px 7px 0 0;
  background: linear-gradient(180deg, #38bdf8, #0ea5e9);
}

.lp-mock-bars span:nth-child(even) {
  background: linear-gradient(180deg, #34d399, #10b981);
}

/* ============================================================
   AI landing showcase
   ============================================================ */
.lp-visual-frame--landing {
  padding: clamp(1rem, 3vw, 1.5rem);
}

.lp-landing-showcase {
  width: 100%;
}

.lp-landing-track {
  display: flex;
  gap: 0.85rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 0.35rem 0.15rem 0.5rem;
  scrollbar-width: none;
}

.lp-landing-track::-webkit-scrollbar {
  display: none;
}

.lp-landing-card {
  flex: 0 0 min(82vw, 300px);
  scroll-snap-align: center;
  margin: 0;
}

.lp-landing-device {
  position: relative;
  border-radius: 24px;
  padding: 11px;
  background: linear-gradient(165deg, #243049 0%, #111827 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 22px 48px -28px rgba(99, 102, 241, 0.55);
}

.lp-landing-device::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 34%;
  height: 16px;
  background: #0f172a;
  border-radius: 0 0 11px 11px;
  z-index: 3;
}

.lp-landing-viewport {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: clamp(340px, 62vw, 440px);
  background: #fff;
}

.lp-landing-viewport img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.lp-landing-fade {
  position: absolute;
  left: 11px;
  right: 11px;
  bottom: 11px;
  height: 28%;
  border-radius: 0 0 16px 16px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.96));
  pointer-events: none;
  z-index: 2;
}

.lp-landing-caption {
  margin: 0.6rem 0 0;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.62);
  text-align: center;
  line-height: 1.45;
}

.lp-landing-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin: 0.65rem 0 0;
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.45);
}

@media (min-width: 880px) {
  .lp-landing-track {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: visible;
    gap: 0.85rem;
    padding: 0;
  }

  .lp-landing-card {
    flex: none;
    min-width: 0;
  }

  .lp-landing-viewport {
    height: 380px;
  }

  .lp-landing-hint {
    display: none;
  }
}

@media (min-width: 1100px) {
  .lp-landing-viewport {
    height: 420px;
  }
}

/* Legacy */
.lp-ai-scroll,
.lp-ai-phone,
.lp-ai-phone-screen {
  display: none;
}

.lp-carriers-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.65rem;
}

@media (min-width: 480px) {
  .lp-carriers-grid { grid-template-columns: repeat(4, 1fr); }
}

.lp-carrier-slot {
  background: #fff;
  border: 1px solid var(--rc-border);
  border-radius: 12px;
  padding: 0.75rem;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--rc-shadow-sm);
}

.lp-carrier-slot img { max-width: 100%; max-height: 44px; object-fit: contain; }

/* ============================================================
   ALGERIA SHIPPING PANEL (v2)
   ============================================================ */
.lp-dz {
  position: relative;
  background: linear-gradient(155deg, #060c1c 0%, #0c1830 48%, #071a2e 100%);
  border-radius: var(--rc-radius-lg);
  padding: clamp(1.75rem, 5vw, 2.75rem);
  color: #fff;
  overflow: hidden;
  box-shadow: var(--rc-shadow-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.lp-dz-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(16, 185, 129, 0.18), transparent 42%),
    radial-gradient(circle at 88% 12%, rgba(14, 165, 233, 0.22), transparent 40%);
  pointer-events: none;
}

.lp-dz::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(circle at 50% 40%, #000 20%, transparent 78%);
  pointer-events: none;
}

.lp-dz-top,
.lp-dz-partners,
.lp-dz-foot,
.lp-dz-marquee-block {
  position: relative;
  z-index: 2;
}

.lp-dz-top {
  max-width: 720px;
  margin-bottom: 1.75rem;
}

.lp-dz-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  margin-bottom: 1rem;
}

.lp-dz-badge img {
  width: 20px;
  height: 14px;
  border-radius: 2px;
  object-fit: cover;
  flex-shrink: 0;
}

.lp-dz h2 {
  font-size: clamp(1.45rem, 4.5vw, 2.15rem);
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}

.lp-dz-count {
  background: var(--rc-grad-soft);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lp-dz p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.85;
  font-size: 0.96rem;
  margin: 0;
}

/* Partners showcase */
.lp-dz-partners {
  margin-bottom: 1.5rem;
  padding: clamp(1rem, 3vw, 1.35rem);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
}

.lp-dz-partners-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  margin-bottom: 1rem;
}

.lp-dz-partners-head > span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.82rem;
  font-weight: 800;
  color: #7dd3fc;
}

.lp-dz-partners-note {
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.5);
}

.lp-dz-partners-note--desktop {
  display: none;
}

@media (min-width: 768px) {
  .lp-dz-partners-note--mobile { display: none; }
  .lp-dz-partners-note--desktop { display: inline; }
}

.lp-dz-partners-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  margin: 0 -0.15rem;
  padding: 0 0.15rem 0.35rem;
}

.lp-dz-partners-scroll::-webkit-scrollbar {
  display: none;
}

.lp-dz-partners-grid {
  display: flex;
  gap: 0.65rem;
  width: max-content;
  min-width: 100%;
}

.lp-dz-partner {
  flex: 0 0 clamp(132px, 42vw, 160px);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  padding: 0.75rem 0.55rem 0.65rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

@media (min-width: 768px) {
  .lp-dz-partners-scroll {
    overflow: visible;
    margin: 0;
    padding: 0;
  }

  .lp-dz-partners-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
    width: 100%;
  }

  .lp-dz-partner {
    flex: none;
    scroll-snap-align: unset;
    padding: 0.85rem 0.65rem 0.75rem;
    gap: 0.65rem;
  }
}

.lp-dz-partner:hover {
  transform: translateY(-3px);
  border-color: rgba(56, 189, 248, 0.35);
  box-shadow: 0 14px 32px -18px rgba(14, 165, 233, 0.55);
}

.lp-dz-partner-logo {
  width: 100%;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.65rem;
  border-radius: 12px;
  background: #fff;
}

.lp-dz-partner-logo img {
  max-width: 100%;
  max-height: 40px;
  width: auto;
  object-fit: contain;
}

.lp-dz-partner-name {
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
  line-height: 1.3;
}

/* Stats + CTA row */
.lp-dz-foot {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  margin-bottom: 1.35rem;
}

@media (min-width: 768px) {
  .lp-dz-foot {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
  }
}

.lp-dz-stats--inline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.45rem;
  margin: 0;
  flex: 1;
  min-width: 0;
}

.lp-dz-stats--inline .lp-dz-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  text-align: center;
  padding: 0.65rem 0.4rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

@media (min-width: 520px) {
  .lp-dz-stats--inline .lp-dz-stat {
    flex-direction: row;
    text-align: right;
    gap: 0.65rem;
    padding: 0.75rem 0.85rem;
  }
}

.lp-dz-stats--inline .lp-dz-stat i {
  width: 2rem;
  height: 2rem;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  flex-shrink: 0;
  background: rgba(14, 165, 233, 0.15);
  color: #7dd3fc;
}

.lp-dz-stats--inline .lp-dz-stat:nth-child(2) i {
  background: rgba(16, 185, 129, 0.15);
  color: #6ee7b7;
}

.lp-dz-stats--inline .lp-dz-stat:nth-child(3) i {
  background: rgba(99, 102, 241, 0.15);
  color: #a5b4fc;
}

.lp-dz-stats--inline .lp-dz-stat strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 900;
  color: #f8fafc;
  line-height: 1.1;
}

.lp-dz-stats--inline .lp-dz-stat span {
  display: block;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 0.1rem;
}

.lp-dz-cta {
  flex-shrink: 0;
  white-space: nowrap;
  width: 100%;
  justify-content: center;
}

@media (min-width: 768px) {
  .lp-dz-cta {
    width: auto;
  }
}

/* Mobile shipping panel tweaks */
@media (max-width: 767px) {
  .lp-dz {
    padding: 1.35rem 1rem;
    border-radius: 20px;
  }

  .lp-dz-top {
    margin-bottom: 1.25rem;
  }

  .lp-dz h2 {
    font-size: clamp(1.25rem, 5.5vw, 1.65rem);
  }

  .lp-dz p {
    font-size: 0.9rem;
    line-height: 1.75;
  }

  .lp-dz-partners {
    padding: 0.85rem;
    margin-bottom: 1.15rem;
  }

  .lp-dz-stats--inline .lp-dz-stat strong {
    font-size: 0.92rem;
  }

  .lp-dz-stats--inline .lp-dz-stat span {
    font-size: 0.58rem;
  }

  .lp-dz-stats--inline .lp-dz-stat i {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 0.72rem;
  }

  .lp-dz-marquee-label {
    font-size: 0.68rem;
  }
}

/* Marquee */
.lp-dz-marquee-block {
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.lp-dz-marquee-label {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.74rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.45);
  margin: 0 0 0.75rem;
}

.lp-dz-marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.lp-dz-track {
  display: flex;
  gap: 0.55rem;
  width: max-content;
  animation: lp-marquee 38s linear infinite;
}

@keyframes lp-marquee {
  to { transform: translateX(-50%); }
}

.lp-dz-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.9rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.72);
}

/* Legacy aliases (unused in v2, kept for safety) */
.lp-dz-flag { display: none; }
.lp-dz-grid { display: none; }
.lp-dz-logos { display: none; }

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.lp-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1rem;
  counter-reset: step;
  max-width: 980px;
  margin: 0 auto;
}

@media (min-width: 760px) {
  .lp-steps { grid-template-columns: repeat(3, 1fr); }
}

.lp-step {
  position: relative;
  background: var(--rc-card);
  border: 1px solid var(--rc-border);
  border-radius: var(--rc-radius);
  padding: 1.75rem 1.4rem 1.4rem;
  text-align: right;
  box-shadow: var(--rc-shadow-sm);
}

.lp-step-num {
  position: absolute;
  top: -16px;
  right: 1.4rem;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--rc-grad);
  color: #fff;
  font-weight: 900;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px -10px rgba(14, 165, 233, 0.7);
}

.lp-step-ic {
  font-size: 1.5rem;
  color: var(--rc-blue);
  margin: 0.5rem 0 0.85rem;
}

.lp-step h3 {
  font-size: 1.12rem;
  font-weight: 800;
  margin-bottom: 0.45rem;
  color: var(--rc-ink);
}

.lp-step p {
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--rc-ink-mute);
  margin: 0;
}

/* ============================================================
   COMPARISON TABLE
   ============================================================ */
.lp-compare {
  border: 1px solid var(--rc-border);
  border-radius: var(--rc-radius);
  overflow: hidden;
  background: #fff;
  max-width: 760px;
  margin: 0 auto;
  box-shadow: var(--rc-shadow-sm);
}

.lp-compare-row {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  border-bottom: 1px solid #eef2f7;
  font-size: 0.9rem;
}

.lp-compare-row:last-child { border-bottom: none; }

.lp-compare-row--head {
  background: #f8fafc;
  font-weight: 800;
  color: var(--rc-ink);
}

.lp-compare-row--head span { padding: 0.9rem 0.7rem; text-align: center; }
.lp-compare-row--head .h-good { color: var(--rc-green-deep); }

.lp-compare-row:not(.lp-compare-row--head) span {
  padding: 0.85rem 0.7rem;
  line-height: 1.5;
}

.lp-compare-topic { font-weight: 800; color: var(--rc-ink); background: #fcfdfe; }
.lp-compare-bad { color: #b91c1c; background: #fef5f5; }
.lp-compare-good { color: #047857; background: #f0fdf8; font-weight: 700; }
.lp-compare-bad i, .lp-compare-good i { margin-left: 0.3rem; }

@media (max-width: 639px) {
  .lp-compare-row--head { display: none; }
  .lp-compare-row:not(.lp-compare-row--head) {
    grid-template-columns: 1fr;
    padding: 0.9rem 1.1rem;
  }
  .lp-compare-row:not(.lp-compare-row--head) span { padding: 0.3rem 0; }
  .lp-compare-topic {
    background: transparent;
    font-size: 1rem;
    border-bottom: 1px solid var(--rc-border);
    margin-bottom: 0.3rem;
    padding-bottom: 0.4rem !important;
  }
  .lp-compare-bad, .lp-compare-good {
    border-radius: 8px;
    padding: 0.45rem 0.7rem !important;
  }
}

.lp-section-cta { text-align: center; margin-top: clamp(2rem, 5vw, 3rem); }

/* ============================================================
   INTEGRATIONS PILLS
   ============================================================ */
.lp-tools {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  max-width: 640px;
  margin: 0 auto;
}

.lp-tool {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.8rem 1.25rem;
  background: #fff;
  border: 1px solid var(--rc-border);
  border-radius: 14px;
  font-weight: 800;
  font-size: 0.92rem;
  color: var(--rc-ink);
  box-shadow: var(--rc-shadow-sm);
  transition: transform 0.25s ease;
}

.lp-tool:hover { transform: translateY(-3px); }
.lp-tool i { font-size: 1.3rem; }
.lp-tool--wa i { color: #25d366; }
.lp-tool--sheets i { color: var(--rc-green); }
.lp-tool--woo i { color: #7f54b3; }
.lp-tool--fb i { color: #1877f2; }
.lp-tool--tiktok i { color: #010101; }

.lp-themes-note {
  text-align: center;
  color: var(--rc-ink-soft);
  font-size: 0.92rem;
  margin: 1.5rem auto 0.75rem;
  max-width: 640px;
}

.lp-themes-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  max-width: 560px;
  margin: 0 auto 1.5rem;
}

@media (min-width: 640px) {
  .lp-themes-grid { grid-template-columns: repeat(4, 1fr); }
}

.lp-theme-logo {
  background: #fff;
  border: 1px solid var(--rc-border);
  border-radius: 14px;
  padding: 1rem;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--rc-shadow-sm);
}

.lp-theme-logo img {
  max-width: 100%;
  max-height: 40px;
  object-fit: contain;
}

/* ============================================================
   PRICING
   ============================================================ */
.lp-pricing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1rem;
  max-width: 1000px;
  margin: 0 auto;
  align-items: stretch;
}

@media (min-width: 760px) {
  .lp-pricing-grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
}

.lp-price-card {
  position: relative;
  background: #fff;
  border: 1.5px solid var(--rc-border);
  border-radius: var(--rc-radius-lg);
  padding: 2rem 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  box-shadow: var(--rc-shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lp-price-card:hover { transform: translateY(-5px); box-shadow: var(--rc-shadow); }

.lp-price-card--featured {
  background: linear-gradient(165deg, var(--rc-night-2) 0%, #0a1730 100%);
  border: none;
  color: #fff;
  box-shadow: 0 30px 60px -25px rgba(14, 165, 233, 0.6);
}

@media (min-width: 760px) {
  .lp-price-card--featured { transform: scale(1.04); }
  .lp-price-card--featured:hover { transform: scale(1.04) translateY(-5px); }
}

.lp-price-badge {
  position: absolute;
  top: -14px;
  right: 50%;
  transform: translateX(50%);
  background: var(--rc-grad);
  color: #fff;
  padding: 0.35rem 1.1rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 8px 20px -8px rgba(14, 165, 233, 0.7);
}

.lp-price-card h3 {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0.85rem;
}

.lp-price-amount {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}

.lp-price-amount sup { font-size: 1.2rem; font-weight: 800; vertical-align: super; }

.lp-price-card:not(.lp-price-card--featured) .lp-price-amount {
  background: var(--rc-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lp-price-period {
  font-size: 0.85rem;
  opacity: 0.8;
  margin: 0.5rem 0 1.35rem;
}

.lp-price-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  text-align: right;
  font-size: 0.92rem;
  flex: 1;
}

.lp-price-features li {
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.lp-price-card--featured .lp-price-features li { border-bottom-color: rgba(255, 255, 255, 0.12); }
.lp-price-features i { color: var(--rc-green); flex-shrink: 0; }
.lp-price-card--featured .lp-price-features i { color: #34d399; }
.lp-price-card .lp-btn { width: 100%; }
.lp-price-card--featured .lp-btn--primary { background: #fff; color: var(--rc-blue-deep); }

.lp-guarantee {
  text-align: center;
  margin-top: clamp(2rem, 5vw, 3rem);
  padding: 1.75rem 1.5rem;
  border-radius: var(--rc-radius);
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.07), rgba(16, 185, 129, 0.07));
  border: 1px solid rgba(14, 165, 233, 0.18);
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.lp-guarantee i { font-size: 2.25rem; color: var(--rc-green); margin-bottom: 0.6rem; }
.lp-guarantee h3 { font-size: 1.2rem; font-weight: 800; margin-bottom: 0.4rem; }
.lp-guarantee p { font-size: 0.95rem; color: var(--rc-ink-mute); margin: 0; line-height: 1.7; }

/* ============================================================
   VIDEOS
   ============================================================ */
.lp-video-featured {
  background: #fff;
  border-radius: var(--rc-radius);
  padding: 1.1rem;
  border: 1px solid var(--rc-border);
  margin: 0 auto 1.25rem;
  max-width: 880px;
  box-shadow: var(--rc-shadow-sm);
}

.lp-video-featured h3 { font-weight: 800; font-size: 1.15rem; text-align: center; margin-bottom: 0.3rem; }
.lp-video-featured p { text-align: center; font-size: 0.88rem; color: var(--rc-ink-mute); margin-bottom: 0.85rem; }

.lp-videos-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  max-width: 980px;
  margin: 0 auto;
}

@media (min-width: 760px) {
  .lp-videos-grid { grid-template-columns: repeat(3, 1fr); }
}

.lp-video-card {
  background: #fff;
  border-radius: var(--rc-radius);
  padding: 0.9rem;
  border: 1px solid var(--rc-border);
  box-shadow: var(--rc-shadow-sm);
}

.lp-video-card h4 { font-weight: 800; font-size: 0.98rem; text-align: center; margin: 0.65rem 0 0.2rem; }
.lp-video-card p { text-align: center; font-size: 0.82rem; color: var(--rc-ink-mute); margin: 0; }

.lp-video-ratio {
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  background: #0f172a;
}

.lp-video-ratio iframe { width: 100%; height: 100%; border: 0; }

.lp-youtube-banner {
  background: linear-gradient(135deg, #ef4444, #dc2626);
  border-radius: var(--rc-radius);
  padding: 1.85rem 1.35rem;
  text-align: center;
  color: #fff;
  margin-top: 1.5rem;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.lp-youtube-banner h3 { font-weight: 800; font-size: 1.2rem; margin-bottom: 0.3rem; }
.lp-youtube-banner p { opacity: 0.95; font-size: 0.92rem; }

.lp-youtube-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  color: #dc2626;
  padding: 0.8rem 1.6rem;
  border-radius: 11px;
  font-weight: 800;
  text-decoration: none;
  margin-top: 0.9rem;
}

/* ============================================================
   FAQ
   ============================================================ */
.lp-faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  max-width: 1000px;
  margin: 0 auto;
}

@media (min-width: 900px) {
  .lp-faq-grid { grid-template-columns: 1fr 290px; }
}

.lp-faq-list { display: flex; flex-direction: column; gap: 0.75rem; }

.lp-faq-item {
  background: #fff;
  border: 1px solid var(--rc-border);
  border-radius: 14px;
  padding: 1.05rem 1.25rem;
  box-shadow: var(--rc-shadow-sm);
  transition: border-color 0.25s ease;
}

.lp-faq-item.is-open { border-color: rgba(14, 165, 233, 0.4); }

.lp-faq-trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  background: none;
  border: none;
  padding: 0.35rem 0;
  min-height: 44px;
  cursor: pointer;
  text-align: right;
  font-family: inherit;
}

.lp-faq-trigger h3 {
  font-size: 0.98rem;
  font-weight: 800;
  color: var(--rc-ink);
  margin: 0;
  flex: 1;
  line-height: 1.5;
}

.lp-faq-trigger i {
  color: var(--rc-blue);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.lp-faq-item.is-open .lp-faq-trigger i { transform: rotate(180deg); }

.lp-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.lp-faq-answer-inner {
  padding-top: 0.85rem;
  margin-top: 0.85rem;
  border-top: 1px solid var(--rc-border);
  font-size: 0.92rem;
  color: var(--rc-ink-mute);
  line-height: 1.75;
}

.lp-faq-sidebar {
  background: linear-gradient(160deg, var(--rc-blue), var(--rc-green));
  border-radius: var(--rc-radius);
  padding: 1.75rem 1.5rem;
  text-align: center;
  color: #fff;
  box-shadow: var(--rc-shadow);
}

.lp-faq-sidebar i { font-size: 2rem; margin-bottom: 0.75rem; }
.lp-faq-sidebar h3 { font-weight: 800; font-size: 1.15rem; margin-bottom: 0.5rem; }
.lp-faq-sidebar p { font-size: 0.9rem; opacity: 0.95; margin-bottom: 1.1rem; line-height: 1.6; }
.lp-faq-sidebar .lp-btn { width: 100%; background: #fff; color: var(--rc-blue-deep); }

@media (min-width: 900px) {
  .lp-faq-sidebar { position: sticky; top: 5.5rem; height: fit-content; }
}

/* ============================================================
   FINAL CTA
   ============================================================ */
.lp-cta-final {
  padding: clamp(3.5rem, 9vw, 6rem) 0;
  background: var(--rc-night);
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.lp-cta-final::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 28% 45%, rgba(14, 165, 233, 0.35), transparent 50%),
    radial-gradient(circle at 72% 55%, rgba(16, 185, 129, 0.3), transparent 50%);
  pointer-events: none;
}

.lp-cta-final .lp-container { position: relative; z-index: 2; }

.lp-cta-final h2 {
  font-size: clamp(1.6rem, 5.5vw, 2.7rem);
  font-weight: 900;
  margin-bottom: 0.85rem;
  letter-spacing: -0.02em;
}

.lp-cta-final p {
  font-size: clamp(0.98rem, 2.5vw, 1.15rem);
  color: #c2cee0;
  max-width: 580px;
  margin: 0 auto 1.75rem;
  line-height: 1.8;
}

.lp-cta-final .lp-btn-row { justify-content: center; }

/* ============================================================
   STICKY MOBILE BAR
   ============================================================ */
.lp-sticky-bar {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 90;
  padding: 0.7rem clamp(1rem, 4vw, 1.25rem);
  padding-bottom: max(0.7rem, env(safe-area-inset-bottom));
  background: rgba(6, 12, 28, 0.96);
  backdrop-filter: blur(18px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transform: translateY(120%);
  transition: transform 0.35s ease;
  box-shadow: 0 -10px 32px rgba(0, 0, 0, 0.3);
}

.lp-sticky-bar.is-visible { transform: translateY(0); }

@media (min-width: 768px) {
  .lp-sticky-bar { display: none; }
}

.lp-sticky-text { flex: 1; min-width: 0; text-align: right; }

.lp-sticky-text strong {
  display: block;
  font-size: 0.85rem;
  color: #f8fafc;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lp-sticky-text span { font-size: 0.7rem; color: #94a3b8; }
.lp-sticky-bar .lp-btn { flex-shrink: 0; padding: 0.75rem 1.1rem; font-size: 0.88rem; }

.page-home { padding-bottom: 76px; }

@media (min-width: 768px) {
  .page-home { padding-bottom: 0; }
}

/* ---------- Homepage: touch targets & floating widgets ---------- */
@media (max-width: 767px) {
  .page-home #mobile-menu-button,
  .page-site #mobile-menu-button {
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .page-home.lp-sticky-visible #whatsapp-button {
    bottom: calc(76px + 0.75rem);
    right: 1rem;
    z-index: 85;
  }
}

/* ============================================================
   Reduced motion
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  .lp-hero-shape,
  .lp-dz-track,
  .lp-float,
  .lp-hero-badge-dot {
    animation: none !important;
  }
  .lp-dz-track { flex-wrap: wrap; width: 100%; justify-content: center; }
  .lp-price-card:hover,
  .lp-pain-card-v2:hover,
  .lp-pain-card-v2--featured,
  .lp-tool:hover,
  .lp-dz-partner:hover,
  .lp-sticky-bar { transition: none; }
  .lp-pain-card-v2,
  .lp-pain-card-v2--featured,
  .lp-dz-partner:hover { transform: none !important; }
  .lp-hero-slide { transition: none; }
}
