/* ===== IQ Bot landing — Reflect-inspired calm SaaS ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --lp-bg: #05050a;
  --lp-bg2: #0a0a12;
  --lp-surface: rgba(255,255,255,0.028);
  --lp-border: rgba(255,255,255,0.075);
  --lp-text: #f4f2ff;
  --lp-muted: #8f8aa8;
  --lp-accent: #8b7cff;
  --lp-accent-2: #5bdbff;
  --lp-pink: #ff4db8;
  --lp-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --lp-nav: 80px;
  --lp-max: 1180px;
  --lp-radius: 20px;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body.landing-reflect {
  background: var(--lp-bg);
  color: var(--lp-text);
  font-family: 'Plus Jakarta Sans', 'Noto Sans Arabic', system-ui, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
  min-height: 100dvh;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
ul { list-style: none; }

/* Ambient — soft Reflect-like atmosphere */
.lp-ambient {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.lp-ambient__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: .4;
}
.lp-ambient__glow--a {
  width: min(72vw, 580px);
  height: min(72vw, 580px);
  background: rgba(123, 92, 255, .26);
  top: -18%;
  left: 50%;
  transform: translateX(-50%);
  animation: lpGlowA 20s var(--lp-ease) infinite alternate;
}
.lp-ambient__glow--b {
  width: min(50vw, 400px);
  height: min(50vw, 400px);
  background: rgba(91, 219, 255, .1);
  bottom: 12%;
  inset-inline-end: -8%;
  animation: lpGlowB 24s var(--lp-ease) infinite alternate;
}
.lp-ambient__glow--c {
  width: min(40vw, 320px);
  height: min(40vw, 320px);
  background: rgba(255, 77, 184, .08);
  top: 42%;
  inset-inline-start: -6%;
  animation: lpGlowB 28s var(--lp-ease) infinite alternate-reverse;
}
.lp-ambient__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse 65% 50% at 50% 18%, black 5%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 65% 50% at 50% 18%, black 5%, transparent 70%);
  opacity: .55;
}
@keyframes lpGlowA {
  from { transform: translateX(-50%) scale(1); opacity: .35; }
  to { transform: translateX(-50%) translateY(4%) scale(1.08); opacity: .5; }
}
@keyframes lpGlowB {
  from { transform: translate(0, 0); }
  to { transform: translate(-4%, -5%); }
}

/* Nav */
.lp-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  height: var(--lp-nav);
  transition: background .35s var(--lp-ease), border-color .35s var(--lp-ease), backdrop-filter .35s;
  border-bottom: 1px solid transparent;
}
.lp-nav.scrolled {
  background: rgba(5, 5, 10, .78);
  border-bottom-color: var(--lp-border);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.lp-nav__inner {
  max-width: var(--lp-max);
  margin: 0 auto;
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.lp-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.lp-brand__mark {
  width: 40px;
  height: 40px;
  border-radius: 12px;
}
.lp-brand__name {
  font-weight: 800;
  font-size: 1.12rem;
  letter-spacing: -0.02em;
}
.lp-nav__links {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-inline-start: 16px;
}
.lp-nav__links a {
  color: var(--lp-muted);
  font-size: .95rem;
  font-weight: 500;
  transition: color .25s var(--lp-ease);
}
.lp-nav__links a:hover { color: var(--lp-text); }
.lp-nav__actions {
  margin-inline-start: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.lp-nav__chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--lp-border);
  background: var(--lp-surface);
  color: var(--lp-text);
  font-size: .78rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition:
    transform .28s var(--lp-ease),
    border-color .28s var(--lp-ease),
    background .28s var(--lp-ease),
    box-shadow .28s var(--lp-ease);
}
.lp-nav__chip svg { flex-shrink: 0; opacity: .9; }
.lp-nav__chip--cmd.is-on,
.lp-nav__chip--sub.is-on {
  border-color: rgba(139, 124, 255, .5);
  background: rgba(139, 124, 255, .12);
}
.lp-nav__chip--sub {
  border-color: rgba(245, 215, 110, .28);
}
.lp-nav__chip--sub.is-on {
  border-color: rgba(245, 215, 110, .55);
  background: rgba(245, 215, 110, .1);
  color: #ffe9a8;
}
.lp-nav__chip--sub svg { color: #f5d76e; }
@media (hover: hover) and (pointer: fine) {
  .lp-nav__chip:hover {
    transform: translateY(-2px) scale(1.03);
    border-color: rgba(139, 124, 255, .5);
    background: rgba(139, 124, 255, .12);
    box-shadow: 0 10px 24px rgba(0,0,0,.3);
  }
  .lp-nav__chip--sub:hover {
    border-color: rgba(245, 215, 110, .55);
    background: rgba(245, 215, 110, .12);
    box-shadow: 0 10px 24px rgba(245,215,110,.12);
  }
}
@media (hover: none), (pointer: coarse) {
  .lp-nav__chip:hover {
    transform: none;
    box-shadow: none;
  }
}
.lp-nav__links a.is-active {
  color: #fff;
  position: relative;
}
.lp-nav__links a.is-active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #8b7cff, #5bdbff);
}
.lp-nav__profile {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 168px;
  height: 40px;
  padding: 4px 12px 4px 4px;
  border-radius: 999px;
  border: 1px solid var(--lp-border);
  background: var(--lp-surface);
  font-size: .82rem;
  font-weight: 600;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  flex-shrink: 0;
  text-decoration: none;
  isolation: isolate;
  transform: translateZ(0);
  transition:
    transform .28s var(--lp-ease),
    border-color .28s var(--lp-ease),
    background .28s var(--lp-ease),
    box-shadow .28s var(--lp-ease),
    color .28s var(--lp-ease);
}
.lp-nav__profile::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,.14) 48%, transparent 62%);
  transform: translateX(-120%);
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  transition: opacity .2s ease;
}
.lp-nav__profile::after {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(91,219,255,.35), rgba(139,124,255,.2), rgba(255,77,184,.28));
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  transition: opacity .28s var(--lp-ease);
  filter: blur(8px);
}
.lp-nav__profile:active {
  transform: translateY(0) scale(0.97);
  box-shadow: 0 4px 14px rgba(0,0,0,.28);
  transition-duration: .12s;
}
.lp-nav__profile:active::before { animation: none; opacity: 0; }
@media (hover: hover) and (pointer: fine) {
  .lp-nav__profile:hover {
    transform: translateY(-2px) scale(1.03);
    border-color: rgba(139, 124, 255, .5);
    background: rgba(139, 124, 255, .12);
    box-shadow:
      0 10px 28px rgba(0,0,0,.35),
      0 0 0 1px rgba(139, 124, 255, .18),
      0 0 24px rgba(91, 219, 255, .12);
  }
  .lp-nav__profile:hover::before {
    opacity: 1;
    animation: lp-pill-sheen .75s var(--lp-ease);
  }
  .lp-nav__profile:hover::after { opacity: .9; }
  .lp-nav__profile:hover .lp-nav__avatar,
  .lp-nav__profile:hover img {
    transform: scale(1.08);
    box-shadow: 0 0 0 2px rgba(139, 124, 255, .35);
  }
  .lp-nav__profile:hover .lp-nav__profile-name {
    transform: translateX(1px);
    letter-spacing: .01em;
  }
}
@media (hover: none), (pointer: coarse) {
  .lp-nav__profile:hover {
    transform: none;
    border-color: var(--lp-border);
    background: var(--lp-surface);
    box-shadow: none;
  }
  .lp-nav__profile:hover::before,
  .lp-nav__profile:hover::after { opacity: 0; animation: none; }
}
.lp-nav__avatar,
.lp-nav__profile img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: rgba(255,255,255,.08);
  display: block;
  position: relative;
  z-index: 1;
  transition: transform .28s var(--lp-ease), box-shadow .28s var(--lp-ease);
}
.lp-nav__profile-name {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2;
  min-width: 0;
  transition: transform .28s var(--lp-ease), letter-spacing .28s var(--lp-ease);
}
.lp-nav__toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--lp-border);
  border-radius: 12px;
  background: var(--lp-surface);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}
.lp-nav__toggle span {
  display: block;
  width: 16px;
  height: 1.5px;
  background: var(--lp-text);
  transition: transform .3s var(--lp-ease), opacity .2s;
}
.lp-nav__toggle.open span:first-child { transform: translateY(3.25px) rotate(45deg); }
.lp-nav__toggle.open span:last-child { transform: translateY(-3.25px) rotate(-45deg); }

/* Buttons */
.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: .92rem;
  border: 1px solid transparent;
  transition: transform .25s var(--lp-ease), background .25s, border-color .25s, box-shadow .25s;
}
.lp-btn--sm { min-height: 40px; padding: 0 14px; font-size: .84rem; }
.lp-btn--primary {
  background: linear-gradient(135deg, #8b7cff, #6a8cff 50%, #5bdbff);
  color: #08060f;
  box-shadow: 0 12px 32px rgba(123, 92, 255, .3);
}
.lp-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(123, 92, 255, .4);
}
.lp-btn--ghost {
  border-color: var(--lp-border);
  background: var(--lp-surface);
  color: var(--lp-text);
}
.lp-btn--ghost:hover { border-color: rgba(139, 124, 255, .45); background: rgba(139, 124, 255, .08); }
.lp-btn--text {
  color: var(--lp-muted);
  background: transparent;
  min-height: 44px;
}
.lp-btn--text:hover { color: var(--lp-text); }

/* Hero — Reflect centered composition, IQ BOT as visual */
.lp-hero {
  min-height: calc(100dvh - var(--lp-nav));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(32px, 7vw, 64px) 20px clamp(48px, 9vw, 96px);
  text-align: center;
}
.lp-hero__inner {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
.lp-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--lp-muted);
  font-size: .84rem;
  font-weight: 600;
  margin-bottom: 22px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid var(--lp-border);
  background: rgba(255,255,255,.02);
}
.lp-kicker img {
  width: 16px;
  height: 16px;
  border-radius: 4px;
}
.lp-hero__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-bottom: 18px;
}
.lp-hero__line--soft {
  font-size: clamp(1.7rem, 4.8vw, 2.55rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: rgba(244, 242, 255, .72);
  line-height: 1.2;
}
.lp-hero__brand {
  font-size: clamp(3.25rem, 10.5vw, 5.8rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: .98;
  background: linear-gradient(135deg, #fff 8%, #c8c0ff 42%, #7b9cff 70%, #5bdbff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lp-hero__lead {
  color: var(--lp-muted);
  font-size: clamp(1.02rem, 2.1vw, 1.18rem);
  max-width: 42ch;
  margin: 0 auto 28px;
  line-height: 1.6;
}
.lp-hero__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: clamp(36px, 7vw, 56px);
}
.error-toast {
  margin: 0 auto 14px;
  max-width: 420px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(237, 66, 69, .35);
  background: rgba(237, 66, 69, .12);
  color: #ffb4b4;
  font-size: .88rem;
}
.error-toast[hidden] { display: none !important; }
.error-toast.shake { animation: lpShake .45s ease; }
@keyframes lpShake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-4px); }
  75% { transform: translateX(4px); }
}

/* IQ mark — animated SVG rings + orbit */
.lp-hero__mark {
  display: flex;
  justify-content: center;
  perspective: 900px;
}
.lp-iq {
  position: relative;
  width: min(340px, 78vw);
  height: min(340px, 78vw);
  display: grid;
  place-items: center;
}
.lp-iq__svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.lp-iq__dash--a {
  transform-origin: 160px 160px;
  animation: lpDashSpin 22s linear infinite;
}
.lp-iq__dash--b {
  transform-origin: 160px 160px;
  animation: lpDashSpin 14s linear infinite reverse;
}
.lp-iq__soft {
  transform-origin: 160px 160px;
  animation: lpSoftPulse 3.6s var(--lp-ease) infinite;
}
.lp-iq__orbiters {
  transform-origin: 160px 160px;
  animation: lpDashSpin 12s linear infinite;
}
.lp-iq__dot--2 { opacity: .9; }
.lp-iq__dot--3 { opacity: .85; }
.lp-iq__pulse {
  position: absolute;
  inset: 22%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(123,92,255,.35), transparent 68%);
  animation: lpPulseGlow 3.2s var(--lp-ease) infinite;
  z-index: 0;
}
.lp-iq__orb {
  position: relative;
  z-index: 2;
  width: 44%;
  height: 44%;
  border-radius: 28%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 30% 25%, rgba(255,255,255,.2), transparent 45%),
    linear-gradient(145deg, rgba(123,92,255,.5), rgba(91,219,255,.22));
  box-shadow:
    0 0 0 1px rgba(255,255,255,.12),
    0 22px 56px rgba(123, 92, 255, .4),
    0 0 90px rgba(123, 92, 255, .28);
  animation: lpOrbFloat 5.5s var(--lp-ease) infinite alternate;
}
.lp-iq__orb img {
  width: 72%;
  height: 72%;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(0,0,0,.35));
  animation: lpOrbLogo 6s var(--lp-ease) infinite alternate;
}
.lp-iq__word {
  position: absolute;
  bottom: 4%;
  z-index: 2;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .3em;
  color: rgba(210, 205, 255, .8);
  animation: lpWordGlow 3s ease infinite alternate;
}
@keyframes lpDashSpin {
  to { transform: rotate(360deg); }
}
@keyframes lpSoftPulse {
  0%, 100% { opacity: .35; }
  50% { opacity: .7; }
}
@keyframes lpPulseGlow {
  0%, 100% { transform: scale(1); opacity: .55; }
  50% { transform: scale(1.12); opacity: .85; }
}
@keyframes lpOrbFloat {
  from { transform: translateY(0) scale(1); }
  to { transform: translateY(-12px) scale(1.04); }
}
@keyframes lpOrbLogo {
  from { transform: rotate(-4deg); }
  to { transform: rotate(4deg); }
}
@keyframes lpWordGlow {
  from { opacity: .65; letter-spacing: .28em; }
  to { opacity: 1; letter-spacing: .34em; }
}

/* legacy ring classes kept harmless */
.lp-iq__ring { display: none; }

/* Word split animation (Reflect-like) */
.lp-split-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.55em);
  transition: opacity .7s var(--lp-ease), transform .7s var(--lp-ease);
  transition-delay: calc(var(--wi, 0) * 70ms + 80ms);
}
.is-visible .lp-split-word,
.lp-hero .is-visible .lp-split-word {
  opacity: 1;
  transform: none;
}

/* Sections */
.lp-section {
  max-width: var(--lp-max);
  margin: 0 auto;
  padding: clamp(64px, 11vw, 120px) 20px;
}
.lp-section__head {
  max-width: 620px;
  margin-bottom: clamp(32px, 5vw, 48px);
}
.lp-section__head--center {
  margin-inline: auto;
  text-align: center;
}
.lp-section__head--center .lp-section__desc {
  margin-inline: auto;
}
.lp-label {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--lp-accent);
  margin-bottom: 14px;
}
.lp-section__head h2,
.lp-story__copy h2,
.lp-cta h2 {
  font-size: clamp(1.85rem, 4.2vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.12;
  margin-bottom: 14px;
}
.lp-section__desc {
  color: var(--lp-muted);
  font-size: 1.05rem;
  max-width: 46ch;
  line-height: 1.6;
}

/* Capability grid — Reflect feature tiles */
.lp-cap-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.lp-cap {
  position: relative;
  isolation: isolate;
  padding: 24px 20px;
  border-radius: var(--lp-radius);
  border: 1px solid var(--lp-border);
  background: var(--lp-surface);
  transform-style: preserve-3d;
  transition: border-color .35s var(--lp-ease), transform .35s var(--lp-ease), background .35s, box-shadow .35s;
  min-height: 168px;
  overflow: hidden;
}
.lp-cap::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 30%), rgba(139,124,255,.18), transparent 55%);
  opacity: 0;
  transition: opacity .35s var(--lp-ease);
  z-index: 0;
  pointer-events: none;
}
.lp-cap > * { position: relative; z-index: 1; }
.lp-cap:hover {
  border-color: rgba(139, 124, 255, .45);
  background: rgba(139, 124, 255, .07);
  transform: translateY(-6px) scale(1.01);
  box-shadow:
    0 18px 40px rgba(0,0,0,.28),
    0 0 0 1px rgba(139,124,255,.12);
}
.lp-cap:hover::before { opacity: 1; }
.lp-cap__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  color: #cfc8ff;
  background: rgba(139, 124, 255, .12);
  border: 1px solid rgba(139, 124, 255, .22);
  transition: transform .4s var(--lp-ease), box-shadow .4s var(--lp-ease), background .3s;
}
.lp-cap:hover .lp-cap__icon {
  transform: translateZ(28px) translateY(-6px) scale(1.08);
  background: rgba(139, 124, 255, .22);
  box-shadow: 0 12px 24px rgba(88,101,242,.28);
}
.lp-cap__icon svg {
  width: 22px;
  height: 22px;
  transition: transform .4s var(--lp-ease);
}
.lp-cap:hover .lp-cap__icon svg { transform: translateY(-1px); }
.lp-cap h3 {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  transition: transform .4s var(--lp-ease);
}
.lp-cap:hover h3 { transform: translateY(-3px); }
.lp-cap p {
  color: var(--lp-muted);
  font-size: .9rem;
  line-height: 1.5;
  transition: transform .45s var(--lp-ease), color .3s;
}
.lp-cap:hover p {
  transform: translateY(-2px);
  color: #b7b2cc;
}

/* Story blocks */
.lp-story {
  max-width: var(--lp-max);
  margin: 0 auto;
  padding: clamp(48px, 9vw, 100px) 20px;
}
.lp-story__grid {
  display: grid;
  gap: clamp(28px, 5vw, 48px);
  align-items: center;
}
@media (min-width: 900px) {
  .lp-story__grid {
    grid-template-columns: 1.05fr .95fr;
  }
  .lp-story--flip .lp-story__copy { order: 2; }
  .lp-story--flip .lp-story__visual { order: 1; }
}
.lp-story__points {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lp-story__points li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-inline-start: 0;
  color: var(--lp-muted);
  font-size: .95rem;
}
.lp-story__points li::before { display: none; }
.lp-check {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--lp-accent-2);
}

.lp-panel {
  border-radius: 22px;
  border: 1px solid var(--lp-border);
  background:
    linear-gradient(165deg, rgba(22,20,40,.95), rgba(8,8,16,.98));
  padding: 22px;
  box-shadow: 0 28px 70px rgba(0,0,0,.4);
}
.lp-panel__top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-weight: 700;
  font-size: .92rem;
}
.lp-panel__top img {
  width: 28px;
  height: 28px;
  border-radius: 8px;
}
.lp-panel__rows { display: flex; flex-direction: column; gap: 8px; }
.lp-panel__row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid transparent;
  background: rgba(255,255,255,.02);
  color: var(--lp-muted);
  font-size: .88rem;
  font-weight: 600;
  transition: border-color .3s, background .3s, color .3s;
}
.lp-panel__row span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.2);
}
.lp-panel__row.is-on {
  border-color: rgba(139, 124, 255, .35);
  background: rgba(139, 124, 255, .1);
  color: #e4e0ff;
}
.lp-panel__row.is-on span {
  background: var(--lp-accent-2);
  box-shadow: 0 0 12px rgba(91, 219, 255, .6);
  animation: lpPulse 2s ease infinite;
}
@keyframes lpPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .55; }
}

.lp-float-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
  perspective: 900px;
}
.lp-float-card {
  padding: 18px 20px;
  border-radius: 16px;
  border: 1px solid var(--lp-border);
  background: rgba(255,255,255,.03);
  box-shadow: 0 16px 40px rgba(0,0,0,.25);
  transform-origin: center left;
  animation: lpCardBob 6s var(--lp-ease) infinite alternate;
  transition:
    transform .45s var(--lp-ease),
    border-color .35s,
    background .35s,
    box-shadow .35s,
    opacity .35s;
}
.lp-float-card__ico {
  width: 22px;
  height: 22px;
  color: #cfc8ff;
  margin-bottom: 8px;
  transition: transform .4s var(--lp-ease), color .3s;
}
.lp-float-card:nth-child(2) { animation-delay: .4s; margin-inline-start: 18px; }
.lp-float-card:nth-child(3) { animation-delay: .8s; margin-inline-end: 12px; }
.lp-float-card--accent,
.lp-float-card.is-active {
  border-color: rgba(139, 124, 255, .45);
  background: linear-gradient(135deg, rgba(123,92,255,.18), rgba(91,219,255,.07));
  box-shadow: 0 18px 44px rgba(88,101,242,.22);
}
.lp-float-card.is-active {
  transform: translateX(10px) translateY(-4px) scale(1.03);
  animation-play-state: paused;
}
.lp-float-card.is-active .lp-float-card__ico {
  transform: translateY(-3px) scale(1.12);
  color: #e4e0ff;
}
@media (hover: hover) and (pointer: fine) {
  .lp-float-card:hover {
    border-color: rgba(139, 124, 255, .5);
    transform: translateX(8px) translateY(-6px) rotateX(4deg) scale(1.02);
    animation-play-state: paused;
    box-shadow: 0 22px 48px rgba(0,0,0,.35);
  }
  [dir="rtl"] .lp-float-card.is-active,
  [dir="rtl"] .lp-float-card:hover {
    transform: translateX(-8px) translateY(-4px) scale(1.02);
  }
}
@media (hover: none), (pointer: coarse) {
  .lp-float-card:hover {
    border-color: var(--lp-border);
    background: rgba(255,255,255,.03);
    box-shadow: 0 16px 40px rgba(0,0,0,.25);
    transform: none;
    animation-play-state: running;
  }
  .lp-float-card.is-active:hover {
    border-color: rgba(139, 124, 255, .45);
    background: linear-gradient(135deg, rgba(123,92,255,.18), rgba(91,219,255,.07));
    box-shadow: 0 18px 44px rgba(88,101,242,.22);
    transform: translateX(10px) translateY(-4px) scale(1.03);
    animation-play-state: paused;
  }
}
.lp-float-card strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 4px;
}
.lp-float-card span {
  color: var(--lp-muted);
  font-size: .86rem;
}
@keyframes lpCardBob {
  from { transform: translateY(0); }
  to { transform: translateY(-8px); }
}

.lp-discord-bar {
  display: flex;
  justify-content: center;
  margin-top: clamp(28px, 5vw, 40px);
}
.lp-discord-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(88,101,242,.4);
  background: linear-gradient(135deg, rgba(88,101,242,.22), rgba(123,92,255,.12));
  color: #e8eaff;
  font-weight: 700;
  font-size: .92rem;
  transition: transform .25s var(--lp-ease), box-shadow .25s, border-color .25s;
}
.lp-discord-link:hover {
  transform: translateY(-2px);
  border-color: rgba(139,124,255,.65);
  box-shadow: 0 12px 30px rgba(88,101,242,.28);
}
.lp-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

/* Modules */
.lp-module-list { display: flex; flex-direction: column; gap: 10px; }
.lp-module {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 22px 20px;
  border-radius: var(--lp-radius);
  border: 1px solid var(--lp-border);
  background: linear-gradient(120deg, rgba(255,255,255,.03), transparent 55%);
  transition: border-color .3s var(--lp-ease), transform .3s var(--lp-ease);
}
.lp-module:hover {
  border-color: rgba(91, 219, 255, .28);
  transform: translateX(4px);
}
[dir="rtl"] .lp-module:hover { transform: translateX(-4px); }
.lp-module__index {
  font-size: .8rem;
  font-weight: 800;
  color: var(--lp-accent-2);
  letter-spacing: .08em;
}
.lp-module__body h3 {
  font-size: 1.08rem;
  font-weight: 700;
  margin-bottom: 4px;
  letter-spacing: -0.02em;
}
.lp-module__body p {
  color: var(--lp-muted);
  font-size: .9rem;
}
.lp-pill {
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(87, 242, 135, .3);
  color: #7ddea8;
  background: rgba(87, 242, 135, .08);
  white-space: nowrap;
}
.lp-pill--accent {
  border-color: rgba(255, 213, 74, .35);
  color: #ffe08a;
  background: rgba(255, 213, 74, .08);
}

.lp-steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.lp-step {
  padding: 26px 22px;
  border-radius: var(--lp-radius);
  border: 1px solid var(--lp-border);
  background: var(--lp-surface);
  text-align: start;
}
.lp-step__num {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  margin-bottom: 14px;
  font-size: .85rem;
  font-weight: 800;
  background: linear-gradient(135deg, rgba(123,92,255,.35), rgba(91,219,255,.2));
  color: #efeaff;
}
.lp-step h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.lp-step p { color: var(--lp-muted); font-size: .9rem; }

.lp-cta {
  max-width: var(--lp-max);
  margin: 0 auto 48px;
  padding: clamp(48px, 9vw, 88px) 24px;
  text-align: center;
  border-radius: 32px;
  border: 1px solid rgba(139, 124, 255, .22);
  background:
    radial-gradient(ellipse 80% 70% at 50% 0%, rgba(123, 92, 255, .2), transparent 55%),
    rgba(255,255,255,.02);
}
.lp-cta__mark-wrap {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, rgba(123,92,255,.35), rgba(91,219,255,.15));
  box-shadow: 0 12px 32px rgba(123, 92, 255, .25);
}
.lp-cta__mark {
  width: 36px;
  height: 36px;
  border-radius: 10px;
}
.lp-cta p {
  color: var(--lp-muted);
  margin: 0 auto 24px;
  max-width: 42ch;
}

.lp-footer {
  border-top: 1px solid var(--lp-border);
  padding: 28px 20px 40px;
}
.lp-footer__inner {
  max-width: var(--lp-max);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 24px;
}
.lp-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-inline-start: auto;
}
.lp-footer__links a {
  color: var(--lp-muted);
  font-size: .85rem;
  transition: color .2s;
}
.lp-footer__links a:hover { color: var(--lp-text); }
.lp-footer__copy {
  width: 100%;
  color: var(--lp-muted);
  font-size: .78rem;
  opacity: .85;
}

/* Reveal */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .8s var(--lp-ease), transform .8s var(--lp-ease);
  transition-delay: calc(var(--d, 0) * 80ms);
}
.reveal[data-reveal="scale"] {
  transform: translateY(16px) scale(.96);
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Login overlay */
.login-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  background: rgba(5, 5, 10, .75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .35s var(--lp-ease), visibility .35s;
}
.login-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.login-overlay-card {
  text-align: center;
  padding: 28px 32px;
  border-radius: 20px;
  border: 1px solid var(--lp-border);
  background: rgba(12, 12, 22, .96);
  box-shadow: 0 24px 60px rgba(0,0,0,.45);
  animation: lpCardIn .45s var(--lp-ease);
}
.login-overlay-card img {
  width: 40px;
  height: 40px;
  margin: 0 auto 14px;
  border-radius: 12px;
}
.login-overlay-title { font-weight: 800; margin-bottom: 6px; }
.login-overlay-sub { color: var(--lp-muted); font-size: .88rem; }
@keyframes lpCardIn {
  from { opacity: 0; transform: translateY(10px) scale(.98); }
  to { opacity: 1; transform: none; }
}

/* Mobile */
@media (max-width: 980px) {
  .lp-cap-grid { grid-template-columns: 1fr 1fr; }
  .lp-steps { grid-template-columns: 1fr; }
  .lp-module {
    grid-template-columns: auto 1fr;
    grid-template-areas: "idx pill" "body body";
  }
  .lp-module__index { grid-area: idx; }
  .lp-module__body { grid-area: body; }
  .lp-pill { grid-area: pill; justify-self: end; }
}

@media (max-width: 768px) {
  .lp-nav__toggle { display: inline-flex; }
  .lp-nav__links {
    position: fixed;
    inset: var(--lp-nav) 12px auto 12px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border-radius: 16px;
    border: 1px solid var(--lp-border);
    background: rgba(10, 10, 18, .97);
    box-shadow: 0 20px 50px rgba(0,0,0,.45);
    margin: 0;
  }
  .lp-nav__links.open { display: flex; }
  .lp-nav__links a {
    padding: 14px 12px;
    border-radius: 10px;
  }
  .lp-nav__links a:hover { background: rgba(255,255,255,.04); }
  .lp-nav__profile-name { display: none; }
  .lp-nav__chip span { display: none; }
  .lp-nav__chip { width: 40px; padding: 0; justify-content: center; }
  .lp-cap-grid { grid-template-columns: 1fr; }
  .lp-cap { min-height: 0; }
  .lp-module:hover,
  .lp-cap:hover { transform: none; }
  .lp-cap:hover .lp-cap__icon,
  .lp-cap:hover h3,
  .lp-cap:hover p { transform: none; }
  .lp-cta { margin-inline: 12px; border-radius: 24px; }
  .lp-footer__links { margin-inline-start: 0; width: 100%; }
  .lp-float-card:nth-child(2) { margin-inline-start: 0; }
}

@media (max-width: 480px) {
  .lp-btn--primary { width: 100%; }
  .lp-hero__cta { width: 100%; }
  .lp-btn--text { width: 100%; }
}

/* Language switcher */
.lang-switcher { position: relative; flex-shrink: 0; }
.lang-switcher-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--lp-border);
  background: var(--lp-surface);
  color: var(--lp-text);
  cursor: pointer;
  font: inherit;
  font-size: .82rem;
  font-weight: 600;
  isolation: isolate;
  overflow: hidden;
  transform: translateZ(0);
  transition:
    transform .28s var(--lp-ease),
    border-color .28s var(--lp-ease),
    background .28s var(--lp-ease),
    box-shadow .28s var(--lp-ease);
}
.lang-switcher-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,.14) 48%, transparent 62%);
  transform: translateX(-120%);
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}
.lang-switcher-btn::after {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(91,219,255,.32), rgba(139,124,255,.22), rgba(255,77,184,.25));
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  transition: opacity .28s var(--lp-ease);
  filter: blur(8px);
}
.lang-switcher-btn > * { position: relative; z-index: 1; }
.lang-switcher-btn:active {
  transform: translateY(0) scale(0.97);
  box-shadow: 0 4px 14px rgba(0,0,0,.28);
  transition-duration: .12s;
}
.lang-switcher-btn:active::before { animation: none; opacity: 0; }
@media (hover: hover) and (pointer: fine) {
  .lang-switcher-btn:hover {
    transform: translateY(-2px) scale(1.03);
    border-color: rgba(139, 124, 255, .5);
    background: rgba(139, 124, 255, .12);
    box-shadow:
      0 10px 28px rgba(0,0,0,.35),
      0 0 0 1px rgba(139, 124, 255, .18),
      0 0 22px rgba(139, 124, 255, .14);
  }
  .lang-switcher-btn:hover::before {
    opacity: 1;
    animation: lp-pill-sheen .75s var(--lp-ease);
  }
  .lang-switcher-btn:hover::after { opacity: .9; }
  .lang-switcher-btn:hover .lang-globe {
    transform: rotate(-12deg) scale(1.08);
    filter: drop-shadow(0 0 6px rgba(91, 219, 255, .45));
  }
  .lang-switcher-btn:hover .lang-chevron { opacity: 1; }
}
@media (hover: none), (pointer: coarse) {
  .lang-switcher-btn:hover {
    transform: none;
    border-color: var(--lp-border);
    background: var(--lp-surface);
    box-shadow: none;
  }
  .lang-switcher-btn:hover::before,
  .lang-switcher-btn:hover::after { opacity: 0; animation: none; }
}
.lang-switcher.open .lang-switcher-btn {
  border-color: rgba(139, 124, 255, .55);
  background: rgba(139, 124, 255, .14);
  box-shadow:
    0 8px 22px rgba(0,0,0,.32),
    0 0 0 1px rgba(139, 124, 255, .22);
}
.lang-switcher.open .lang-switcher-btn::after { opacity: .7; }
.lang-globe {
  font-size: .9rem;
  display: inline-flex;
  transition: transform .28s var(--lp-ease), filter .28s var(--lp-ease);
}
.lang-switcher.open .lang-globe {
  transform: rotate(-12deg) scale(1.08);
  filter: drop-shadow(0 0 6px rgba(91, 219, 255, .45));
}
.lang-chevron {
  font-size: .7rem;
  opacity: .7;
  display: inline-block;
  transition: transform .28s var(--lp-ease), opacity .2s ease;
}
.lang-switcher.open .lang-chevron {
  transform: rotate(180deg);
  opacity: 1;
}
.lang-switcher-menu {
  position: absolute;
  top: calc(100% + 8px);
  inset-inline-end: 0;
  min-width: 160px;
  margin: 0;
  padding: 6px;
  list-style: none;
  border-radius: 14px;
  border: 1px solid var(--lp-border);
  background: rgba(12, 12, 22, .98);
  box-shadow: 0 18px 40px rgba(0,0,0,.45);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px) scale(0.96);
  transform-origin: top right;
  transition: opacity .22s var(--lp-ease), transform .22s var(--lp-ease), visibility .22s;
  z-index: 50;
}
.lang-switcher.open .lang-switcher-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.lang-option {
  position: relative;
  width: 100%;
  text-align: start;
  padding: 10px 12px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--lp-muted);
  cursor: pointer;
  font: inherit;
  font-size: .88rem;
  font-weight: 600;
  overflow: hidden;
  transition:
    background .2s var(--lp-ease),
    color .2s var(--lp-ease),
    transform .2s var(--lp-ease),
    box-shadow .2s var(--lp-ease);
}
.lang-option::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(139,124,255,.18), transparent 70%);
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity .2s ease, transform .2s var(--lp-ease);
  pointer-events: none;
}
.lang-option:hover,
.lang-option.active {
  background: rgba(139, 124, 255, .12);
  color: var(--lp-text);
  transform: translateX(2px);
}
.lang-option:hover::before,
.lang-option.active::before {
  opacity: 1;
  transform: translateX(0);
}
.lang-option:active {
  transform: translateX(2px) scale(0.98);
  box-shadow: inset 0 0 0 1px rgba(139, 124, 255, .25);
}

@keyframes lp-pill-sheen {
  from { transform: translateX(-120%); }
  to { transform: translateX(120%); }
}

@media (prefers-reduced-motion: reduce) {
  .lp-ambient__glow,
  .lp-iq__ring,
  .lp-iq__orb,
  .lp-float-card,
  .lp-panel__row.is-on span { animation: none !important; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .lp-split-word { opacity: 1 !important; transform: none !important; }
  .lp-nav__profile,
  .lp-nav__profile::before,
  .lp-nav__profile::after,
  .lp-nav__avatar,
  .lp-nav__profile img,
  .lp-nav__profile-name,
  .lang-switcher-btn,
  .lang-switcher-btn::before,
  .lang-switcher-btn::after,
  .lang-globe,
  .lang-chevron,
  .lang-switcher-menu,
  .lang-option,
  .lang-option::before {
    animation: none !important;
    transition: border-color .15s ease, background .15s ease, color .15s ease !important;
    transform: none !important;
    filter: none !important;
  }
  html { scroll-behavior: auto; }
}

body.lite-mode .lp-ambient__glow,
body.lite-mode .lp-iq__dash--a,
body.lite-mode .lp-iq__dash--b,
body.lite-mode .lp-iq__orbiters,
body.lite-mode .lp-iq__soft,
body.lite-mode .lp-iq__pulse,
body.lite-mode .lp-iq__orb,
body.lite-mode .lp-iq__orb img,
body.lite-mode .lp-iq__word,
body.lite-mode .lp-float-card { animation: none !important; }
body.lite-mode .reveal { opacity: 1; transform: none; transition: none; }
body.lite-mode .lp-split-word { opacity: 1; transform: none; }
body.lite-mode .lp-nav.scrolled { backdrop-filter: none; -webkit-backdrop-filter: none; }

/* Mobile keeps reveals/cycles; drop heavy continuous bob */
body.soft-motion .lp-float-card { animation-duration: 8s; }
body.soft-motion .lp-ambient__glow { opacity: .55; }

/* ===== Extra sections ===== */
.lp-stats {
  max-width: var(--lp-max);
  margin: 0 auto;
  padding: 0 20px 8px;
}
.lp-stats__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 22px 18px;
  border-radius: 22px;
  border: 1px solid var(--lp-border);
  background:
    linear-gradient(135deg, rgba(123,92,255,.08), rgba(91,219,255,.04)),
    rgba(255,255,255,.02);
}
.lp-stat {
  text-align: center;
  padding: 8px;
}
.lp-stat__num {
  display: inline-block;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, #fff, #b8b0ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lp-stat__num--status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  background: none;
  -webkit-text-fill-color: #e8eaff;
  color: #e8eaff;
}
.lp-stat__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #6b7280;
  box-shadow: none;
  flex-shrink: 0;
}
.lp-stat__dot.is-online {
  background: #57f287;
  box-shadow: 0 0 0 4px rgba(87, 242, 135, .18), 0 0 14px rgba(87, 242, 135, .55);
  animation: lpStatusPulse 2s ease infinite;
}
@keyframes lpStatusPulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(87, 242, 135, .18), 0 0 14px rgba(87, 242, 135, .45); }
  50% { box-shadow: 0 0 0 6px rgba(87, 242, 135, .1), 0 0 20px rgba(87, 242, 135, .7); }
}
.lp-stat__plus {
  font-size: 1.2rem;
  font-weight: 800;
  color: #b8b0ff;
  margin-inline-start: 2px;
}
.lp-stat span {
  display: block;
  margin-top: 4px;
  color: var(--lp-muted);
  font-size: .82rem;
  font-weight: 600;
}

.lp-why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.lp-why-card {
  padding: 26px 22px;
  border-radius: var(--lp-radius);
  border: 1px solid var(--lp-border);
  background: linear-gradient(160deg, rgba(255,255,255,.04), rgba(255,255,255,.01));
  transition: transform .35s var(--lp-ease), border-color .35s;
}
.lp-why-card:hover {
  transform: translateY(-3px);
  border-color: rgba(91, 219, 255, .3);
}
.lp-why-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  color: #d8d2ff;
  background: rgba(91, 219, 255, .1);
  border: 1px solid rgba(91, 219, 255, .22);
}
.lp-why-card__icon svg { width: 24px; height: 24px; }
.lp-why-card h3 {
  font-size: 1.12rem;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.lp-why-card p { color: var(--lp-muted); font-size: .92rem; }

.lp-tools-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.lp-tool {
  padding: 24px 20px;
  border-radius: var(--lp-radius);
  border: 1px solid var(--lp-border);
  background: var(--lp-surface);
  transition: border-color .3s, transform .3s, background .3s;
}
.lp-tool:hover {
  border-color: rgba(139, 124, 255, .35);
  background: rgba(139, 124, 255, .06);
  transform: translateY(-3px);
}
.lp-tool > svg {
  width: 26px;
  height: 26px;
  color: #cfc8ff;
  margin-bottom: 14px;
}
.lp-tool h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.lp-tool p { color: var(--lp-muted); font-size: .9rem; }

.lp-faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lp-faq-item {
  border-radius: 16px;
  border: 1px solid var(--lp-border);
  background: var(--lp-surface);
  padding: 4px 18px;
  transition: border-color .25s;
}
.lp-faq-item[open] {
  border-color: rgba(139, 124, 255, .35);
  background: rgba(139, 124, 255, .05);
}
.lp-faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 16px 0;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: -0.01em;
}
.lp-faq-item summary::-webkit-details-marker { display: none; }
.lp-faq-item summary::after {
  content: '+';
  float: inline-end;
  color: var(--lp-accent);
  font-weight: 800;
}
.lp-faq-item[open] summary::after { content: '–'; }
.lp-faq-item p {
  color: var(--lp-muted);
  font-size: .92rem;
  padding-bottom: 16px;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .lp-stats__inner { grid-template-columns: 1fr 1fr; }
  .lp-why-grid,
  .lp-tools-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .lp-stats__inner { grid-template-columns: 1fr 1fr; gap: 8px; }
  .lp-why-card:hover,
  .lp-tool:hover { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .lp-iq__dash--a,
  .lp-iq__dash--b,
  .lp-iq__orbiters,
  .lp-iq__soft,
  .lp-iq__pulse,
  .lp-iq__orb,
  .lp-iq__orb img,
  .lp-iq__word { animation: none !important; }
}
