﻿.landing-page,
.lp:not(:has(.lp-hero)) {
  background:
    radial-gradient(circle at 12% 8%, rgba(56, 189, 248, 0.16), transparent 26rem),
    radial-gradient(circle at 88% 12%, rgba(14, 166, 120, 0.16), transparent 28rem),
    var(--color-bg-soft);
  min-height: 100vh;
}

.landing-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--color-border);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1rem clamp(1rem, 4vw, 4rem);
  position: sticky;
  top: 0;
  z-index: 10;
}

.landing-header nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.brand-mark {
  align-items: center;
  display: inline-flex;
  gap: 0.75rem;
}

.brand-mark strong {
  font-weight: 950;
}

.brand-logo {
  align-items: center;
  background: var(--color-primary);
  border-radius: 16px;
  color: white;
  display: inline-flex;
  font-weight: 900;
  height: 44px;
  justify-content: center;
  overflow: hidden;
  width: 44px;
}

.brand-logo img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.brand-logo img[src=""],
.brand-logo img:not([src]) {
  display: none;
}

.brand-logo img + span {
  display: none;
}

.brand-logo img[alt=""] {
  background: var(--color-primary);
}

.brand-mark small {
  color: var(--color-text-muted);
  display: block;
  font-size: 0.78rem;
  margin-top: 0.15rem;
}

.hero-section {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  padding: clamp(2rem, 7vw, 6rem) clamp(1rem, 4vw, 4rem);
}

.hero-copy h1 {
  font-size: clamp(2.4rem, 6vw, 5rem);
  line-height: 1.12;
  margin: 0;
}

.hero-copy p {
  color: var(--color-text-muted);
  font-size: 1.15rem;
  line-height: 2;
  max-width: 760px;
}

.eyebrow {
  color: var(--color-primary);
  font-weight: 900;
  margin: 0 0 0.75rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.hero-badges span {
  align-items: center;
  background: white;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  color: var(--color-text-muted);
  display: inline-flex;
  font-weight: 850;
  gap: 0.45rem;
  padding: 0.6rem 0.85rem;
}

.hero-card,
.feature-card,
.panel-card,
.metric-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.hero-card {
  padding: 1.25rem;
}

.mock-window {
  background: linear-gradient(135deg, var(--color-primary-soft), var(--color-accent-soft));
  border-radius: var(--radius-lg);
  min-height: 360px;
  padding: 1.25rem;
}

.mock-top {
  align-items: center;
  background: rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  display: flex;
  gap: 0.4rem;
  height: 34px;
  margin-bottom: 2rem;
  padding: 0 0.75rem;
  width: 46%;
}

.mock-top span {
  background: var(--color-primary);
  border-radius: 999px;
  display: inline-block;
  height: 9px;
  opacity: 0.55;
  width: 9px;
}

.mock-title {
  background: rgba(255, 255, 255, 0.72);
  border-radius: var(--radius-lg);
  margin-bottom: 1rem;
  padding: 1rem;
}

.mock-title strong,
.mock-title small {
  display: block;
}

.mock-title small {
  color: var(--color-text-muted);
  margin-top: 0.3rem;
}

.stats-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
}

.stats-grid span,
.stats-grid strong {
  background: rgba(255, 255, 255, 0.72);
  border-radius: var(--radius-md);
  padding: 1rem;
}

.landing-section {
  padding: 0 clamp(1rem, 4vw, 4rem) 4rem;
}

.section-copy {
  margin-bottom: 1.5rem;
  max-width: 820px;
}

.section-copy h2,
.landing-cta h2 {
  font-size: clamp(1.7rem, 3vw, 3rem);
  line-height: 1.35;
  margin: 0;
}

.section-copy p,
.landing-cta p {
  color: var(--color-text-muted);
  line-height: 2;
}

.feature-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  padding: 0;
}

.feature-card {
  padding: 1.25rem;
}

.feature-icon {
  align-items: center;
  background: var(--color-primary-soft);
  border-radius: var(--radius-md);
  color: var(--color-primary-active);
  display: inline-flex;
  font-size: 1.35rem;
  height: 46px;
  justify-content: center;
  margin-bottom: 1rem;
  width: 46px;
}

.feature-card p {
  color: var(--color-text-muted);
}

.process-section {
  background: white;
  border-block: 1px solid var(--color-border);
  padding-top: 4rem;
}

.process-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.process-card {
  background: var(--color-bg-soft);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
}

.process-card > span {
  align-items: center;
  background: var(--color-primary);
  border-radius: 999px;
  color: white;
  display: inline-flex;
  font-weight: 950;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.process-card p {
  color: var(--color-text-muted);
  line-height: 1.9;
}

.landing-cta {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(14, 166, 120, 0.12), rgba(56, 189, 248, 0.16)),
    white;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  margin: 0 clamp(1rem, 4vw, 4rem) 4rem;
  padding: clamp(1.5rem, 4vw, 3rem);
}

.landing-footer {
  background: linear-gradient(135deg, var(--color-primary-soft-2) 0%, #f0f9ff 100%);
  border-top: 1px solid var(--color-border);
  padding: 3rem clamp(1rem, 4vw, 4rem) 1.5rem;
}

.landing-footer-grid {
  column-gap: 2rem;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  margin-bottom: 2rem;
  row-gap: 2rem;
}

.landing-footer-col h4 {
  color: var(--color-text);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  margin: 0 0 0.85rem;
}

.landing-footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.landing-footer-col ul a {
  color: var(--color-text-muted);
  font-size: 0.9rem;
  text-decoration: none;
  transition: color 0.15s;
}

.landing-footer-col ul a:hover {
  color: var(--color-primary);
}

.landing-footer-col p {
  color: var(--color-text-muted);
  font-size: 0.88rem;
  line-height: 1.75;
  margin: 0.5rem 0 0;
}

.landing-footer-bottom {
  align-items: center;
  border-top: 1px solid var(--color-border);
  color: var(--color-text-muted);
  display: flex;
  font-size: 0.82rem;
  gap: 1rem;
  justify-content: space-between;
  padding-top: 1.25rem;
}

/* legacy 2-col footer (Pricing, Faq, Contact) */
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

/* ── Features catalogue ── */
.feature-catalog-page { background: #F8FAFC; }

.feature-catalog-hero {
  background:
    radial-gradient(circle at 15% 15%, rgba(56,189,248,0.16), transparent 24rem),
    radial-gradient(circle at 85% 20%, rgba(14,166,120,0.2), transparent 26rem),
    linear-gradient(145deg, #0F2337, #112B1C);
  color: white;
  padding: clamp(8.5rem, 14vw, 11rem) clamp(1.25rem, 7vw, 7rem) clamp(4.5rem, 8vw, 7rem);
  text-align: center;
}

.feature-catalog-kicker,
.feature-catalog-intro > span,
.feature-catalog-cta span {
  color: #5EE0B2;
  font-size: 0.82rem;
  font-weight: 800;
}

.feature-catalog-hero h1 {
  font-size: clamp(2.35rem, 5vw, 4.5rem);
  line-height: 1.2;
  margin: 0.8rem auto 1rem;
  max-width: 850px;
}

.feature-catalog-hero > p {
  color: rgba(255,255,255,0.66);
  font-size: 1.05rem;
  line-height: 2;
  margin: 0 auto;
  max-width: 680px;
}

.feature-catalog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 2rem;
}

.feature-catalog-main {
  margin: 0 auto;
  max-width: 1280px;
  padding: clamp(4rem, 7vw, 6rem) clamp(1.25rem, 4vw, 3rem);
}

.feature-catalog-intro { margin: 0 auto 2.5rem; max-width: 700px; text-align: center; }
.feature-catalog-intro h2 { font-size: clamp(1.8rem, 3vw, 2.7rem); margin: 0.6rem 0; }
.feature-catalog-intro p { color: var(--color-text-muted); line-height: 1.9; }

.feature-catalog-grid { display: grid; gap: 1rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }

.feature-catalog-card {
  background: white;
  border: 1px solid var(--color-border);
  border-radius: 22px;
  box-shadow: 0 12px 36px rgba(15,23,42,0.05);
  padding: clamp(1.25rem, 3vw, 1.8rem);
}

.feature-catalog-card-head { align-items: flex-start; display: flex; gap: 1rem; }
.feature-catalog-card-head h2 { font-size: 1.15rem; margin: 0 0 0.35rem; }
.feature-catalog-card-head p { color: var(--color-text-muted); line-height: 1.75; margin: 0; }

.feature-catalog-icon {
  align-items: center;
  background: var(--color-primary-soft);
  border-radius: 14px;
  color: var(--color-primary);
  display: inline-flex;
  flex: 0 0 48px;
  font-size: 1.3rem;
  height: 48px;
  justify-content: center;
}

.feature-catalog-card ul {
  border-top: 1px solid var(--color-border);
  display: grid;
  gap: 0.8rem 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 1.25rem 0 0;
}

.feature-catalog-card li { align-items: center; color: #475569; display: flex; font-size: 0.88rem; gap: 0.45rem; }
.feature-catalog-card li i { color: var(--color-primary); font-size: 1.05rem; }

.feature-catalog-cta {
  align-items: center;
  background: white;
  border: 1px solid var(--color-border);
  border-radius: 24px;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin: 0 auto 5rem;
  max-width: 1180px;
  padding: clamp(1.5rem, 4vw, 3rem);
}

.feature-catalog-cta h2 { margin: 0.55rem 0; }
.feature-catalog-cta p { color: var(--color-text-muted); margin: 0; }
.feature-footer-brand { color: var(--color-primary); font-size: 1.1rem; font-weight: 800; }
.landing-footer > div > p { color: var(--color-text-muted); font-size: 0.9rem; margin: 0.25rem 0 0; }

.landing-page > .hero-section:first-of-type,
.lp > .hero-section:first-of-type { padding-top: clamp(7.5rem, 10vw, 9rem); }

@media (max-width: 768px) {
  .feature-catalog-grid { grid-template-columns: 1fr; }
  .feature-catalog-card ul { grid-template-columns: 1fr; }
  .feature-catalog-cta { align-items: stretch; flex-direction: column; margin-inline: 1.25rem; }
}

/* ============================================================
   LANDING PAGE v2 — lp-* prefix
   Home.tsx uses these. Pricing/Faq/Contact keep old classes.
   ============================================================ */

/* ── Keyframes ── */
@keyframes lp-glow-pulse {
  0%, 100% { opacity: 0.30; transform: scale(1); }
  50%       { opacity: 0.60; transform: scale(1.15); }
}
@keyframes lp-dot-pulse {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.3; }
}

/* ── Page wrapper ── */
.lp { min-height: 100vh; background: white; overflow-x: hidden; }

/* Persian numerals should feel native to the rest of the interface. */
.lp-num {
  font-family: 'Estedad', Tahoma, sans-serif;
  font-feature-settings: "tnum" 1;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
}

/* ════════════════════════════════════════════════════════════
   NEW HEADER
   ════════════════════════════════════════════════════════════ */

.lp-header {
  align-items: center;
  direction: ltr;
  display: grid;
  gap: 1.5rem;
  grid-template-areas: "brand nav actions";
  grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
  min-height: 78px;
  padding: 0.65rem clamp(1.25rem, 5vw, 5rem);
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.lp-header--light {
  background: rgba(241,245,249,0.88);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border-bottom: 1px solid rgba(203,213,225,0.72);
  box-shadow: 0 8px 32px rgba(15,23,42,0.08);
}
/* Frosted-light at the very top (transparent + light topMode): lighter, no border, no shadow,
   solidifies into a normal light header once the user scrolls. */
.lp-header--top-light {
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: transparent;
  box-shadow: none;
}
.lp-header--dark {
  background: rgba(6, 16, 20, 0.34);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

/* Brand */
.lp-brand {
  align-items: center;
  display: inline-flex;
  grid-area: brand;
  justify-self: start;
  text-decoration: none;
  flex-shrink: 0;
  direction: rtl;
}
.lp-brand-logo {
  display: block;
  height: 56px;
  object-fit: contain;
  object-position: right center;
  transition: filter 0.3s, opacity 0.3s, transform 0.3s;
  width: 180px;
}
.lp-brand:hover .lp-brand-logo { transform: translateY(-1px); }
.lp-header--dark .lp-brand-logo { filter: none; }
.lp-header--light .lp-brand-logo {
  filter: brightness(0) saturate(100%) invert(34%) sepia(50%) saturate(904%) hue-rotate(116deg) brightness(87%) contrast(97%);
}

/* Nav */
.lp-nav {
  align-items: center;
  display: flex;
  gap: 0.25rem;
  grid-area: nav;
  justify-content: center;
  direction: rtl;
}
.lp-nav-link {
  border-radius: 10px;
  color: #475569;
  font-size: 0.92rem;
  font-weight: 700;
  padding: 0.5rem 0.85rem;
  text-decoration: none;
  transition: color 0.15s, background 0.15s;
}
.lp-nav-link:hover { background: #F1F5F9; color: #111827; }
.lp-header--dark .lp-nav-link { color: rgba(255,255,255,0.78); }
.lp-header--dark .lp-nav-link:hover { background: rgba(255,255,255,0.1); color: white; }

.lp-nav-btn {
  align-items: center;
  border-radius: 12px;
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 800;
  gap: 0.4rem;
  min-height: 40px;
  padding: 0.5rem 1.1rem;
  text-decoration: none;
  transition: transform 0.15s, background 0.15s, box-shadow 0.15s;
}
.lp-header-actions {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  grid-area: actions;
  justify-self: end;
  direction: rtl;
}
.lp-nav-mobile-actions { display: none; }
.lp-nav-btn--ghost {
  background: #F1F5F9;
  color: #374151;
}
.lp-nav-btn--ghost:hover { background: #E2E8F0; transform: translateY(-1px); }
.lp-header--dark .lp-nav-btn--ghost {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.15);
  color: white;
}
.lp-header--dark .lp-nav-btn--ghost:hover { background: rgba(255,255,255,0.18); }

.lp-nav-btn--primary {
  background: #0EA678;
  box-shadow: 0 4px 16px rgba(14,166,120,0.35);
  color: white;
}
.lp-nav-btn--primary:hover { background: #0B8C66; transform: translateY(-1px); box-shadow: 0 6px 20px rgba(14,166,120,0.45); }

/* Hamburger */
.lp-hamburger {
  background: none;
  border: 1.5px solid var(--color-border);
  border-radius: 10px;
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 5px;
  height: 42px;
  justify-content: center;
  align-items: center;
  padding: 0 0.7rem;
  width: 46px;
}
.lp-hamburger span {
  background: #374151;
  border-radius: 2px;
  display: block;
  height: 2px;
  width: 20px;
  transition: background 0.2s;
}
.lp-header--dark .lp-hamburger { border-color: rgba(255,255,255,0.2); }
.lp-header--dark .lp-hamburger span { background: rgba(255,255,255,0.8); }

/* ════════════════════════════════════════════════════════════
   HERO
   ════════════════════════════════════════════════════════════ */

/* ── Hero ── */
.lp-hero {
  align-items: stretch;
  background:
    radial-gradient(120% 120% at 50% 0%, rgba(14, 166, 120, 0.20), transparent 55%),
    radial-gradient(100% 100% at 82% 100%, rgba(56, 189, 248, 0.16), transparent 52%),
    linear-gradient(160deg, #08201D 0%, #0A2233 52%, #06141A 100%);
  display: flex;
  flex-direction: column;
  height: 100svh;
  min-height: 700px;
  position: relative;
  overflow: hidden;
  padding-top: 78px;
}

.lp-hero::after {
  content: none;
}

.lp-hero::before {
  content: none;
}

/* canvas constellation */
.lp-hero-canvas {
  height: 100%;
  inset: 0;
  pointer-events: auto;
  position: absolute;
  width: 100%;
  z-index: 1;
}

/* ── Focus (woosh) mode ── */
.lp-hero-stats,
.lp-scroll-btn {
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.lp-hero.is-focused .lp-hero-stats { opacity: 0; pointer-events: none; }
.lp-hero.is-focused .lp-scroll-btn { opacity: 0; pointer-events: none; }

.lp-focus-backdrop {
  background: rgba(4, 12, 15, 0.34);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  cursor: zoom-out;
  inset: 0;
  position: absolute;
  z-index: 5;
}

.lp-focus-card {
  background: rgba(12, 26, 30, 0.78);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  color: #eafff6;
  max-height: calc(100svh - 116px);
  max-width: min(440px, calc(100vw - 32px));
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 2rem 4.2rem 1.6rem;
  position: absolute;
  text-align: center;
  width: min(440px, calc(100vw - 32px));
  z-index: 7;
}
.lp-focus-close {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 0;
  border-radius: 10px;
  color: rgba(224, 245, 236, 0.7);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.9rem;
  height: 34px;
  justify-content: center;
  position: absolute;
  left: 0.9rem;
  top: 0.9rem;
  transition: background 0.2s, color 0.2s;
  width: 34px;
  z-index: 2;
}
.lp-focus-close:hover { background: rgba(255, 255, 255, 0.18); color: #fff; }

/* prev / next navigation arrows */
.lp-focus-nav {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  color: rgba(224, 245, 236, 0.8);
  cursor: pointer;
  display: inline-flex;
  font-size: 1.1rem;
  height: 40px;
  justify-content: center;
  transition: background 0.2s, color 0.2s, transform 0.2s, border-color 0.2s;
  width: 40px;
}
.lp-focus-nav:hover { background: rgba(45, 212, 191, 0.22); border-color: rgba(45, 212, 191, 0.5); color: #5EE0B2; transform: scale(1.08); }
.lp-focus-nav:active { transform: scale(0.94); }
.lp-focus-nav--prev { position: absolute; right: 0.7rem; top: 50%; transform: translateY(-50%); }
.lp-focus-nav--next { position: absolute; left: 0.7rem; top: 50%; transform: translateY(-50%); }
.lp-focus-nav--prev:hover { transform: translateY(-50%) scale(1.08); }
.lp-focus-nav--next:hover { transform: translateY(-50%) scale(1.08); }
.lp-focus-nav--prev:active { transform: translateY(-50%) scale(0.94); }
.lp-focus-nav--next:active { transform: translateY(-50%) scale(0.94); }

.lp-focus-icon {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  display: inline-flex;
  font-size: 1.7rem;
  height: 60px;
  justify-content: center;
  margin: 0 auto 1.1rem;
  width: 60px;
}
.lp-focus-title { color: #5EE0B2; font-size: 1.35rem; font-weight: 900; margin: 0 0 1rem; }

/* bullet points */
.lp-focus-points {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  list-style: none;
  margin: 0 0 1.4rem;
  padding: 0;
  text-align: right;
}
.lp-focus-points li {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  color: rgba(224, 245, 236, 0.88);
  display: flex;
  font-size: 0.92rem;
  font-weight: 600;
  gap: 0.55rem;
  line-height: 1.7;
  padding: 0.6rem 0.85rem;
}
.lp-focus-points li i { color: #5EE0B2; font-size: 1rem; margin-top: 0.18rem; }

.lp-focus-hint { color: rgba(180, 235, 220, 0.5); font-size: 0.78rem; font-weight: 700; }
@media (max-width: 480px) {
  .lp-focus-card { padding: 1.7rem 3.4rem 1.3rem; }
  .lp-focus-title { font-size: 1.2rem; }
  .lp-focus-points li { font-size: 0.85rem; padding: 0.5rem 0.7rem; }
  .lp-focus-nav { height: 36px; width: 36px; font-size: 1rem; }
  .lp-focus-nav--prev { right: 0.4rem; }
  .lp-focus-nav--next { left: 0.4rem; }
}

/* == Aurora — drifting gradient mesh + slow conic ring == */
.lp-aurora { inset: 0; overflow: hidden; pointer-events: none; position: absolute; z-index: 0; }
.lp-aurora-blob {
  border-radius: 50%;
  filter: blur(110px);
  opacity: 0.85;
  position: absolute;
}
.lp-aurora-blob--1 {
  background: radial-gradient(circle at 30% 30%, rgba(14,166,120,0.55), transparent 70%);
  width: 560px; height: 560px; top: -160px; right: -120px;
  animation: lp-drift-1 18s ease-in-out infinite;
}
.lp-aurora-blob--2 {
  background: radial-gradient(circle at 70% 70%, rgba(56,189,248,0.42), transparent 70%);
  width: 480px; height: 480px; bottom: -180px; left: -140px;
  animation: lp-drift-2 22s ease-in-out infinite;
}
.lp-aurora-blob--3 {
  background: radial-gradient(circle at 50% 50%, rgba(129,140,248,0.32), transparent 70%);
  width: 420px; height: 420px; top: 30%; left: 45%;
  animation: lp-drift-3 26s ease-in-out infinite;
}
@keyframes lp-drift-1 { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(-60px,40px) scale(1.12); } }
@keyframes lp-drift-2 { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(70px,-50px) scale(1.1); } }
@keyframes lp-drift-3 { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(-40px,-60px) scale(0.9); } }

/* == Wave == */
.lp-wave-wrap { position: absolute; bottom: -2px; left: 0; right: 0; line-height: 0; }
.lp-wave-wrap--top { position: relative; bottom: auto; margin-bottom: -2px; }
.lp-wave-wrap svg { display: block; width: 100%; height: 80px; }

/* == Hero titlebar — top-right corner intro label == */
.lp-hero-titlebar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: right;
  top: clamp(96px, 13vh, 132px);
  z-index: 4;
}
.lp-hero-titlebar-kicker {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #9be3cf;
  display: inline-flex;
  font-size: clamp(0.72rem, 1.6vw, 0.85rem);
  font-weight: 800;
  gap: 0.45rem;
  padding: 0.4rem 0.95rem;
}
.lp-hero-titlebar-kicker::before {
  content: '\25CF';
  color: #2DD4BF;
  font-size: 0.6rem;
}
.lp-hero-titlebar-sub {
  color: rgba(224, 237, 236, 0.6);
  font-size: clamp(0.78rem, 1.6vw, 0.95rem);
  font-weight: 700;
  max-width: 280px;
}
@media (max-width: 480px) {
  .lp-hero-titlebar { gap: 0.4rem; top: 88px; }
}

/* == Hero heading == */
.lp-hero-h1 { color: #ffffff; font-size: clamp(2.65rem, 5vw, 4.85rem); font-weight: 900; letter-spacing: -1.2px; line-height: 1.18; margin: 0 0 1rem; text-shadow: 0 2px 26px rgba(0,0,0,0.45); }
.lp-hero-accent {
  background: linear-gradient(90deg, #5EE0B2, #2DD4BF, #38BDF8, #5EE0B2);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: lp-hue-flow 6s linear infinite;
}
@keyframes lp-hue-flow { 0% { background-position: 0% center; } 100% { background-position: 200% center; } }

/* == Liquid-glass hero panel == */
@property --lp-border-angle { syntax: '<angle>'; initial-value: 0deg; inherits: false; }
.lp-hero-panel {
  background: transparent;
  padding: 0;
  position: relative;
  width: 100%;
}
/* Animated rotating conic "liquid" border — masked to a 1.5px ring */
.lp-hero-panel-border {
  background: conic-gradient(from var(--lp-border-angle), #0EA678, #38BDF8, #818CF8, #2DD4BF, #0EA678);
  border-radius: 30px;
  inset: 0;
  padding: 1.5px;
  position: absolute;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  animation: lp-spin-border 8s linear infinite;
}
@keyframes lp-spin-border { to { --lp-border-angle: 360deg; } }

.lp-hero-sub { color: rgba(224, 237, 236, 0.84); font-size: clamp(0.95rem, 1.3vw, 1.1rem); font-weight: 600; line-height: 1.9; margin: 0 auto 1.8rem; max-width: 600px; text-shadow: 0 1px 12px rgba(0,0,0,0.35); }
.lp-hero-actions { display: flex; flex-wrap: wrap; gap: 0.85rem; justify-content: center; margin-bottom: 1.4rem; }

/* == Floating liquid stat orbs == */
.lp-hero-stats {
  bottom: clamp(1rem, 2.3vw, 2rem);
  inset-inline: clamp(1.25rem, 4vw, 4.5rem);
  position: absolute;
  z-index: 4;
}
.lp-hero-stats-group {
  bottom: 0;
  display: grid;
  gap: clamp(0.65rem, 1.2vw, 1rem);
  grid-template-columns: repeat(2, minmax(125px, 180px));
  position: absolute;
}
.lp-hero-stats-group--left { left: 0; }
.lp-hero-stats-group--right { right: 0; }
.lp-hero-stats .lp-orb {
  min-height: 78px;
}
.lp-orb-float-frame {
  height: 100%;
  perspective: 850px;
  width: 100%;
}
.lp-orb {
  align-items: center;
  background: linear-gradient(145deg, rgba(255,255,255,0.82), rgba(235,243,244,0.58));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.78);
  border-radius: 17px;
  box-shadow: 0 12px 28px rgba(44,62,70,0.13), inset 0 1px 0 rgba(255,255,255,0.85);
  cursor: pointer;
  display: flex;
  gap: 0.7rem;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  padding: 0.85rem 0.7rem;
  pointer-events: auto;
  position: relative;
  transform-style: preserve-3d;
  transition: background 0.28s, border-color 0.28s, box-shadow 0.28s;
  will-change: transform;
}
.lp-orb:hover {
  background: linear-gradient(145deg, rgba(255,255,255,0.96), rgba(224,246,239,0.82));
  border-color: rgba(14,166,120,0.5);
  box-shadow:
    0 24px 48px rgba(25,77,65,0.23),
    0 0 0 4px rgba(14,166,120,0.08),
    inset 0 1px 0 rgba(255,255,255,1);
}
.lp-orb::after {
  background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,0.72) 48%, transparent 75%);
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-145%);
  transition: transform 0.6s ease;
  z-index: 0;
}
.lp-orb:hover::after {
  transform: translateX(145%);
}
.lp-orb-icon {
  align-items: center;
  background: rgba(11,159,112,0.11);
  border: 1px solid rgba(11,159,112,0.16);
  border-radius: 12px;
  color: #0B9F70;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 1.15rem;
  height: 38px;
  justify-content: center;
  transform: translateZ(26px);
  transition: background 0.25s, color 0.25s, transform 0.25s;
  width: 38px;
}
.lp-orb:hover .lp-orb-icon {
  background: #0EA678;
  color: white;
  transform: translateZ(38px) scale(1.12) rotate(-4deg);
}
.lp-orb-copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  position: relative;
  transform: translateZ(20px);
  transition: transform 0.25s;
  z-index: 1;
}
.lp-orb:hover .lp-orb-copy { transform: translateZ(32px); }
.lp-orb:nth-child(2) { animation-delay: -1.25s; }
.lp-orb:nth-child(3) { animation-delay: -2.5s; }
.lp-orb:nth-child(4) { animation-delay: -3.75s; }
@keyframes lp-orb-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.lp-orb-shine {
  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,0.28) 50%, transparent 70%);
  background-size: 220% 100%;
  inset: 0;
  position: absolute;
  animation: lp-shine-sweep 4.5s linear infinite;
}
.lp-orb:nth-child(2) .lp-orb-shine { animation-delay: -1.1s; }
.lp-orb:nth-child(3) .lp-orb-shine { animation-delay: -2.2s; }
.lp-orb:nth-child(4) .lp-orb-shine { animation-delay: -3.3s; }
@keyframes lp-shine-sweep { 0% { background-position: 160% 0; } 100% { background-position: -60% 0; } }
.lp-orb strong { color: #0B9F70; font-size: clamp(1.35rem, 2vw, 1.85rem); font-weight: 900; line-height: 1; }
.lp-orb-label { color: #52616b; font-size: 0.78rem; font-weight: 800; }
.lp-orb:hover .lp-orb-label { color: #263f38; }

/* dark-aurora hero variant of the orbs */
.lp-hero .lp-orb {
  background: linear-gradient(145deg, rgba(255,255,255,0.14), rgba(255,255,255,0.05));
  border-color: rgba(255,255,255,0.18);
  box-shadow: 0 14px 34px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.22);
}
.lp-hero .lp-orb:hover {
  background: linear-gradient(145deg, rgba(255,255,255,0.20), rgba(16,182,130,0.12));
  border-color: rgba(45,212,191,0.55);
  box-shadow: 0 24px 48px rgba(0,0,0,0.42), 0 0 0 4px rgba(14,166,120,0.10), inset 0 1px 0 rgba(255,255,255,0.3);
}
.lp-hero .lp-orb-icon {
  background: rgba(16,182,130,0.20);
  border-color: rgba(16,182,130,0.30);
  color: #5EE0B2;
}
.lp-hero .lp-orb:hover .lp-orb-icon { background: #2DD4BF; color: #06231d; }
.lp-hero .lp-orb strong { color: #5EE0B2; }
.lp-hero .lp-orb-label { color: rgba(224,237,236,0.74); }
.lp-hero .lp-orb:hover .lp-orb-label { color: #eafff6; }

/* == Liquid chips == */
.lp-hero-chips { display: flex; flex-wrap: wrap; gap: 0.6rem; justify-content: center; }
.lp-chip {
  align-items: center;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  color: rgba(255,255,255,0.7);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 700;
  gap: 0.4rem;
  overflow: hidden;
  padding: 0.42rem 0.95rem;
  position: relative;
}
.lp-chip i { color: #2DD4BF; }
.lp-chip-shine {
  background: linear-gradient(115deg, transparent 40%, rgba(255,255,255,0.22) 50%, transparent 60%);
  background-size: 220% 100%;
  inset: 0;
  position: absolute;
  animation: lp-shine-sweep 5s linear infinite;
}

/* == Buttons — glass / liquid == */
.lp-btn {
  align-items: center;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-weight: 800;
  gap: 0.5rem;
  justify-content: center;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: transform 0.22s ease-out, box-shadow 0.2s ease-out, background 0.18s ease, border-color 0.18s ease;
}
.lp-btn--lg { font-size: 1rem;    min-height: 52px; padding: 0.85rem 1.8rem; }
.lp-btn--md { font-size: 0.94rem; min-height: 44px; padding: 0.62rem 1.4rem; }

/* Primary — solid green with subtle inner shine */
.lp-btn--primary {
  background: linear-gradient(135deg, #10B882 0%, #0EA678 50%, #0B8C66 100%);
  box-shadow: 0 6px 24px rgba(14,166,120,0.38), inset 0 1px 0 rgba(255,255,255,0.18);
  color: white;
}
.lp-btn--primary:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 14px 38px rgba(14,166,120,0.52), inset 0 1px 0 rgba(255,255,255,0.22); }
.lp-btn--primary:active { transform: translateY(0) scale(0.98); }

/* Glass — frosted, for use on dark backgrounds */
.lp-btn--glass {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1.5px solid rgba(255,255,255,0.22);
  color: white;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
}
.lp-btn--glass:hover { background: rgba(255,255,255,0.18); border-color: rgba(255,255,255,0.35); transform: translateY(-3px) scale(1.02); }
.lp-btn--glass:active { transform: translateY(0) scale(0.98); }

/* White — on CTA green section */
.lp-btn--white {
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 6px 24px rgba(0,0,0,0.14), inset 0 1px 0 rgba(255,255,255,1);
  color: #0B8C66;
  font-weight: 900;
}
.lp-btn--white:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 12px 36px rgba(0,0,0,0.2); }
.lp-btn--white:active { transform: translateY(0) scale(0.98); }

/* Ghost white — secondary on green section */
.lp-btn--ghost-white {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1.5px solid rgba(255,255,255,0.35);
  color: white;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
}
.lp-btn--ghost-white:hover { background: rgba(255,255,255,0.2); transform: translateY(-3px) scale(1.02); }
.lp-btn--ghost-white:active { transform: translateY(0) scale(0.98); }

/* Outline dark — on white sections */
.lp-btn--outline-dark {
  background: white;
  border: 1.5px solid #E2E8F0;
  box-shadow: 0 2px 8px rgba(15,23,42,0.06);
  color: #374151;
}
.lp-btn--outline-dark:hover { border-color: #0EA678; color: #0EA678; transform: translateY(-2px); box-shadow: 0 6px 18px rgba(14,166,120,0.14); }
.lp-btn--outline-dark:active { transform: translateY(0); }

/* == Hero Visual == */
.lp-hero-visual { height: min(47vh, 450px); min-height: 350px; position: relative; }

.lp-card-main {
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 24px;
  box-shadow: 0 32px 80px rgba(0,0,0,0.55), inset 0 1px 0 rgba(255,255,255,0.1);
  padding: 1.5rem;
  position: absolute;
  right: 0; top: 50%;
  transform: translateY(-50%);
  width: 330px;
}
.lp-card-topbar { align-items: center; display: flex; gap: 0.4rem; margin-bottom: 1.25rem; }
.lp-dot { border-radius: 50%; display: inline-block; height: 10px; width: 10px; }
.lp-dot--red    { background: #ef4444; }
.lp-dot--yellow { background: #f59e0b; }
.lp-dot--green  { background: #22c55e; }
.lp-card-title { color: rgba(255,255,255,0.5); font-size: 0.78rem; font-weight: 700; margin-right: auto; }
.lp-card-stats { display: grid; gap: 0.7rem; grid-template-columns: 1fr 1fr; margin-bottom: 1.1rem; }
.lp-card-stat { background: rgba(255,255,255,0.06); border-radius: 14px; padding: 0.8rem 0.9rem; }
.lp-card-stat span   { color: rgba(255,255,255,0.45); display: block; font-size: 0.72rem; font-weight: 600; margin-bottom: 0.25rem; }
.lp-card-stat strong { color: white; display: block; font-size: 1.35rem; font-weight: 900; }
.lp-card-progress { background: rgba(255,255,255,0.06); border-radius: 12px; margin-bottom: 0.6rem; padding: 0.75rem 0.9rem; }
.lp-card-progress-row { display: flex; justify-content: space-between; margin-bottom: 0.5rem; }
.lp-card-progress-row span { color: rgba(255,255,255,0.45); font-size: 0.72rem; font-weight: 600; }
.lp-card-progress-row span:last-child { color: rgba(255,255,255,0.7); }
.lp-card-track { background: rgba(255,255,255,0.1); border-radius: 999px; height: 6px; overflow: hidden; }
.lp-card-fill { background: linear-gradient(90deg, #0EA678, #38BDF8); border-radius: 999px; height: 100%; }
.lp-card-fill--blue { background: linear-gradient(90deg, #38BDF8, #818CF8); }

.lp-notif { align-items: center; background: rgba(15,20,40,0.85); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border: 1px solid rgba(255,255,255,0.15); border-radius: 16px; box-shadow: 0 16px 48px rgba(0,0,0,0.4); display: flex; gap: 0.75rem; padding: 0.8rem 1.1rem; position: absolute; white-space: nowrap; }
.lp-notif strong { color: white; display: block; font-size: 0.83rem; font-weight: 800; }
.lp-notif small  { color: rgba(255,255,255,0.5); display: block; font-size: 0.72rem; margin-top: 0.1rem; }
.lp-notif-icon { align-items: center; border-radius: 10px; display: inline-flex; font-size: 1.2rem; height: 36px; justify-content: center; width: 36px; flex-shrink: 0; }
.lp-notif-icon--green { background: rgba(34,197,94,0.2);  color: #22c55e; }
.lp-notif-icon--blue  { background: rgba(56,189,248,0.2);  color: #38bdf8; }
.lp-notif-icon--amber { background: rgba(245,158,11,0.2);  color: #f59e0b; }
.lp-notif--a { top: 12px;      left: -16px; }
.lp-notif--b { bottom: 120px;  left: -24px; }
.lp-notif--c { bottom: 32px;   right: -10px; }

/* == Proof metrics — kept inside the first viewport == */
.lp-hero-proof {
  background: rgba(255,255,255,0.065);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto 3.4rem;
  max-width: 1060px;
  overflow: hidden;
  padding: 0.8rem 0;
  position: relative;
  width: calc(100% - clamp(2.5rem, 10vw, 10rem));
  z-index: 2;
}

.lp-proof-item {
  align-items: center;
  border-inline-start: 1px solid rgba(255,255,255,0.1);
  display: flex;
  gap: 0.7rem;
  justify-content: center;
  min-height: 52px;
  padding: 0.25rem 1rem;
}

.lp-proof-item:first-child { border-inline-start: 0; }
.lp-proof-item strong { color: #5EE0B2; font-size: clamp(1.35rem, 2.3vw, 1.85rem); font-weight: 900; line-height: 1; white-space: nowrap; }
.lp-proof-item span { color: rgba(255,255,255,0.62); font-size: 0.78rem; font-weight: 700; white-space: nowrap; }
.lp-hero .lp-wave-wrap svg { height: 48px; }

/* == Shared section == */
.lp-section-inner { margin: 0 auto; max-width: 1280px; padding: 0 clamp(1.25rem, 5vw, 5rem); }
.lp-section-head { margin-bottom: 3.5rem; text-align: center; }
.lp-section-head h2 { color: #111827; font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 900; letter-spacing: -1.2px; line-height: 1.15; margin: 0.6rem 0 0.75rem; }
.lp-section-head p { color: #64748B; font-size: 1.05rem; line-height: 1.85; margin: 0 auto; max-width: 580px; }
.lp-section-cta { display: flex; justify-content: center; margin-top: 3rem; }

/* == Features == */
.lp-features { background: white; padding: 5.5rem 0 4.5rem; }
.lp-feat-grid { display: grid; gap: 1.25rem; grid-template-columns: repeat(3, 1fr); }
.lp-feat-card { background: #FAFCFF; border: 1px solid #E8EEF6; border-radius: 20px; overflow: hidden; padding: 1.85rem; position: relative; transition: box-shadow 0.2s; }
.lp-feat-card::after { background: linear-gradient(135deg, #0EA678, #38BDF8); border-radius: 20px 20px 0 0; content: ''; height: 3px; left: 0; right: 0; top: 0; opacity: 0; position: absolute; transition: opacity 0.2s; }
.lp-feat-card:hover { box-shadow: 0 20px 52px rgba(14,166,120,0.13); }
.lp-feat-card:hover::after { opacity: 1; }
.lp-feat-icon { align-items: center; border-radius: 16px; display: inline-flex; font-size: 1.45rem; height: 54px; justify-content: center; margin-bottom: 1.2rem; width: 54px; }
.lp-feat-icon--green  { background: #DFF8EF; color: #087756; }
.lp-feat-icon--blue   { background: #E0F2FE; color: #0369a1; }
.lp-feat-icon--amber  { background: #FEF3C7; color: #92400e; }
.lp-feat-icon--red    { background: #FEE2E2; color: #991b1b; }
.lp-feat-icon--purple { background: #EDE9FE; color: #6d28d9; }
.lp-feat-icon--teal   { background: #CCFBF1; color: #0F766E; }
.lp-feat-card h3 { color: #111827; font-size: 1.02rem; font-weight: 800; margin: 0 0 0.5rem; }
.lp-feat-card p  { color: #64748B; font-size: 0.88rem; line-height: 1.78; margin: 0; }

/* == How It Works == */
.lp-how { background: #F1F5F9; padding-bottom: 6rem; position: relative; }
.lp-how .lp-section-inner { padding-top: 5.5rem; }
.lp-how-grid { display: grid; gap: 2rem; grid-template-columns: repeat(3, 1fr); }
.lp-how-card { background: white; border: 1px solid #E2E8F0; border-radius: 24px; padding: 2rem 1.75rem; text-align: center; box-shadow: 0 4px 20px rgba(15,23,42,0.05); }
.lp-how-num { align-items: center; display: flex; justify-content: center; margin-bottom: 1.25rem; }
.lp-how-num span { align-items: center; background: linear-gradient(135deg, #0EA678, #0B8C66); border-radius: 50%; box-shadow: 0 8px 24px rgba(14,166,120,0.35); color: white; display: inline-flex; font-size: 1.25rem; font-weight: 900; height: 60px; justify-content: center; width: 60px; }
.lp-how-icon { background: #F0FCF7; border-radius: 14px; color: #0EA678; display: inline-flex; align-items: center; justify-content: center; font-size: 1.5rem; height: 52px; width: 52px; margin-bottom: 1rem; }
.lp-how-card h3 { color: #111827; font-size: 1.05rem; font-weight: 800; margin: 0 0 0.6rem; }
.lp-how-card p  { color: #64748B; font-size: 0.88rem; line-height: 1.78; margin: 0; }

/* == CTA == */
.lp-cta { background: linear-gradient(to bottom, #0C9E72 0%, rgba(12,158,114,0) 24%), linear-gradient(145deg, #0C9E72 0%, #0EA678 40%, #0D8A94 100%); margin-top: 82px; padding-bottom: 6rem; position: relative; text-align: center; }
.lp-cta-wave-top { background: #F8FAFC; bottom: 100%; left: 0; line-height: 0; position: absolute; right: 0; }
.lp-cta-wave-top svg { display: block; height: 82px; width: 100%; }
.lp-cta-inner { margin: 0 auto; max-width: 760px; padding: 5.5rem clamp(1.25rem, 5vw, 4rem) 4.5rem; position: relative; z-index: 1; }
.lp-cta-inner h2 { color: white; font-size: clamp(2rem, 4vw, 3rem); font-weight: 900; letter-spacing: -1.2px; line-height: 1.2; margin: 1rem 0 1rem; }
.lp-cta-inner p  { color: rgba(255,255,255,0.72); font-size: 1.05rem; line-height: 1.85; margin: 0 0 2.5rem; }
.lp-cta-btns { align-items: center; display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* == Footer == */
.lp-footer { background: #0F2337; padding: 4.5rem 0 0; }
.lp-footer-inner { margin: 0 auto; max-width: 1280px; padding: 0 clamp(1.25rem, 5vw, 5rem); }
.lp-footer-top { display: grid; gap: 3rem; grid-template-columns: 2fr 3fr; margin-bottom: 2.5rem; padding-bottom: 2.5rem; position: relative; }
.lp-footer-top::after {
  background: linear-gradient(90deg, transparent 0%, rgba(94, 224, 178, 0.5) 50%, transparent 100%);
  bottom: 0;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: min(560px, 80%);
}
.lp-footer-brand { display: flex; flex-direction: column; gap: 1rem; }
.lp-footer-logo-wrap { align-items: center; display: inline-flex; gap: 0.75rem; text-decoration: none; }
.lp-footer-logo-icon { align-items: center; background: #0EA678; border-radius: 14px; box-shadow: 0 4px 16px rgba(14,166,120,0.3); color: white; display: inline-flex; font-size: 1.15rem; font-weight: 900; height: 44px; justify-content: center; width: 44px; }
.lp-footer-logo-wrap strong { color: white; display: block; font-size: 1.05rem; font-weight: 900; }
.lp-footer-logo-wrap small  { color: rgba(255,255,255,0.38); font-size: 0.72rem; }
.lp-footer-brand p { color: rgba(255,255,255,0.42); font-size: 0.88rem; line-height: 1.82; margin: 0; max-width: 340px; }
.lp-footer-links { display: grid; gap: 2rem; grid-template-columns: repeat(3, 1fr); }
.lp-footer-col { text-align: center; }
.lp-footer-col h4 { color: rgba(255,255,255,0.88); font-size: 0.8rem; font-weight: 800; letter-spacing: 0.06em; margin: 0 0 1.1rem; text-align: center; text-transform: uppercase; }
.lp-footer-col ul { align-items: center; display: flex; flex-direction: column; gap: 0.65rem; list-style: none; margin: 0; padding: 0; }
.lp-footer-col ul a { color: rgba(255,255,255,0.42); font-size: 0.88rem; text-align: center; text-decoration: none; transition: color 0.15s; }
.lp-footer-col ul a:hover { color: #0EA678; }
.lp-footer-bottom { align-items: center; color: rgba(255,255,255,0.32); display: flex; flex-direction: column; gap: 1.1rem; padding: 0 0 1.75rem; text-align: center; }
.lp-footer-copy { display: flex; flex-direction: column; gap: 0.3rem; }
.lp-footer-copy span { color: rgba(255,255,255,0.46); font-size: 0.82rem; }
.lp-footer-copy small { color: rgba(255,255,255,0.32); font-size: 0.74rem; }
.lp-footer-socials { display: flex; gap: 0.5rem; }
.lp-social { align-items: center; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 10px; color: rgba(255,255,255,0.45); display: inline-flex; font-size: 1rem; height: 36px; justify-content: center; text-decoration: none; transition: background 0.15s, color 0.15s; width: 36px; }
.lp-social:hover { background: rgba(14,166,120,0.2); color: #0EA678; border-color: rgba(14,166,120,0.3); }

/* == نمادها و افتخارات (eNAMAD / ساماندهی / مدال‌ها) == */
.lp-footer-trust { display: flex; flex-wrap: wrap; gap: 0.9rem; justify-content: center; margin-bottom: 2.25rem; }
.lp-trust-slot {
  align-items: center; background: rgba(255,255,255,0.04);
  border: 1px dashed rgba(255,255,255,0.18); border-radius: 14px;
  color: rgba(255,255,255,0.5); display: flex; flex-direction: column;
  gap: 0.3rem; height: 108px; justify-content: center; padding: 0.75rem;
  text-align: center; transition: border-color 0.15s, background 0.15s; width: 128px;
}
.lp-trust-slot:hover { background: rgba(14,166,120,0.08); border-color: rgba(14,166,120,0.4); }
.lp-trust-slot i { color: rgba(94,224,178,0.55); font-size: 1.6rem; }
.lp-trust-slot span { color: rgba(255,255,255,0.62); font-size: 0.72rem; font-weight: 700; }
.lp-trust-slot small { color: rgba(255,255,255,0.28); font-size: 0.62rem; }
/* وقتی کد واقعی (img) داخل اسلات قرار گرفت، حالت خط‌چین حذف شود */
.lp-trust-slot:has(img) { border-style: solid; border-color: rgba(255,255,255,0.12); }
.lp-trust-slot img { max-height: 84px; max-width: 108px; object-fit: contain; }

/* == Logos Trust Strip == */
.lp-logos {
  background: #F8FAFC;
  border-bottom: 1px solid #F1F5F9;
  padding: 2rem clamp(1.25rem, 5vw, 5rem);
  text-align: center;
}
.lp-logos-label {
  color: #CBD5E1;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 1.1rem;
  text-transform: uppercase;
}
.lp-logos-grid {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 2.5rem;
  justify-content: center;
}
.lp-logo-item {
  color: #D1D5DB;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  transition: color 0.22s;
}
.lp-logo-item:hover { color: #94A3B8; }

/* == Testimonials == */
.lp-testimonials { background: white; padding: 5.5rem 0 5rem; }
.lp-test-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
}
.lp-tcard {
  background: #FAFCFF;
  border: 1px solid #E8EEF6;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 1.85rem;
  position: relative;
  transition: box-shadow 0.2s;
}
.lp-tcard::before {
  background: linear-gradient(135deg, #0EA678, #38BDF8);
  border-radius: 20px 20px 0 0;
  content: '';
  height: 3px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.22s;
}
.lp-tcard:hover { box-shadow: 0 20px 52px rgba(14,166,120,0.12); }
.lp-tcard:hover::before { opacity: 1; }
.lp-tcard-quote {
  color: rgba(14,166,120,0.18);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 5rem;
  line-height: 0.7;
  margin-bottom: 1rem;
}
.lp-tcard-text {
  color: #374151;
  flex: 1;
  font-size: 0.92rem;
  line-height: 1.88;
  margin-bottom: 1.5rem;
}
.lp-tcard-footer {
  align-items: center;
  border-top: 1px solid #F1F5F9;
  display: flex;
  gap: 0.85rem;
  padding-top: 1.25rem;
}
.lp-tcard-avatar {
  align-items: center;
  border-radius: 50%;
  color: white;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 0.8rem;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  width: 42px;
}
.lp-tcard-info { flex: 1; min-width: 0; }
.lp-tcard-name { color: #111827; font-size: 0.88rem; font-weight: 800; }
.lp-tcard-role { color: #94A3B8; font-size: 0.75rem; line-height: 1.5; margin-top: 0.15rem; }
.lp-tcard-stars { color: #F59E0B; flex-shrink: 0; font-size: 0.78rem; letter-spacing: 1px; }

/* ── prefers-reduced-motion: kill decorative animations (skill: UX critical) ── */
@media (prefers-reduced-motion: reduce) {
  .lp-aurora-blob, .lp-hero-panel-border, .lp-orb, .lp-orb-shine, .lp-chip-shine, .lp-hero-accent { animation: none !important; }
  .lp-btn { transition: none !important; }
  .lp-feat-card, .lp-tcard { transition: none !important; }
  .lp-skel-line { animation: none !important; background: #e2e8f0 !important; }
}

/* == Scroll-down button == */
.lp-scroll-btn {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  bottom: 1.6rem;
  color: rgba(224, 245, 236, 0.8);
  cursor: pointer;
  display: flex;
  height: 42px;
  justify-content: center;
  left: 50%;
  padding: 0;
  position: absolute;
  transform: translateX(-50%);
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
  width: 42px;
  z-index: 4;
}
.lp-scroll-btn:hover { background: transparent; color: #5EE0B2; transform: translateX(-50%) translateY(-2px); }
.lp-scroll-btn:active { transform: translateX(-50%) scale(0.94); }
.lp-scroll-btn:focus-visible { outline: 2px solid #0EA678; outline-offset: 3px; }
.lp-scroll-btn i { font-size: 2rem; }

/* == School showcase — paged, infinite carousel == */
.lp-ticker-section {
  background: #F8FAFC;
  margin-top: -3px;
  overflow: hidden;
  position: relative;
}
.lp-ticker-wave { line-height: 0; position: relative; z-index: 1; }
.lp-ticker-wave svg { display: block; height: 82px; width: 100%; }
.lp-ticker-wave--top { background: transparent; }

.lp-schools-panel {
  margin: 0 auto;
  max-width: 1240px;
  padding: clamp(1.5rem, 3vw, 2.25rem) 0 2rem;
  position: relative;
  width: 100%;
  z-index: 2;
}

.lp-schools-heading { margin: 0 auto 2.1rem; text-align: center; }
.lp-schools-heading h2 { color: #111827; font-size: clamp(1.65rem, 3vw, 2.35rem); margin: 0; }

.lp-school-slider {
  cursor: grab;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  padding: 0.5rem 0;
  position: relative;
  user-select: none;
  width: 100%;
}
.lp-school-slider:active { cursor: grabbing; }
.lp-school-slider:focus-visible { outline: 2px solid #0EA678; outline-offset: 4px; border-radius: 8px; }

.lp-school-strip {
  display: flex;
  /* Force LTR so the strip behaves as a standard carousel
     (item 0 leftmost, overflow to the right) regardless of page direction. */
  direction: ltr;
  will-change: transform;
}
.lp-school-strip.is-centered { justify-content: center; }
.lp-school-strip.is-skeleton { width: 100%; }

.lp-school-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  min-height: 90px;
  padding: 0.75rem 2rem;
  text-align: center;
}
.lp-school-item strong { color: #172033; display: block; font-size: clamp(0.85rem, 1.1vw, 1rem); font-weight: 800; line-height: 1.5; }
.lp-school-item small { color: #94A3B8; display: block; font-size: 0.72rem; margin-top: 0.3rem; }

.lp-school-dots { align-items: center; display: flex; gap: 0.45rem; justify-content: center; margin-top: 1.5rem; }
.lp-school-dots button {
  background: #CBD5E1;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  height: 7px;
  padding: 0;
  transition: background 0.2s, width 0.25s;
  width: 7px;
}
.lp-school-dots button.active { background: #0EA678; width: 24px; }

@keyframes lp-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.lp-skel-line {
  animation: lp-shimmer 1.6s linear infinite;
  background: linear-gradient(90deg, #e2e8f0 25%, #cbd5e1 50%, #e2e8f0 75%);
  background-size: 200% 100%;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
}
.lp-skel-line--name { height: 0.9rem; margin-bottom: 0.45rem; width: 75%; }
.lp-skel-line--addr { height: 0.7rem; width: 50%; }

/* == Footer logo image == */
.lp-footer-logo-img {
  border-radius: 10px;
  flex-shrink: 0;
  height: 44px;
  object-fit: contain;
  width: 44px;
}

/* == Responsive == */
@media (max-width: 1024px) {
  .lp-header { gap: 0.75rem; grid-template-columns: minmax(160px, 1fr) auto minmax(160px, 1fr); }
  .lp-nav-link { padding-inline: 0.55rem; }
  .lp-feat-grid { grid-template-columns: repeat(2, 1fr); }
  .lp-test-grid { grid-template-columns: repeat(2, 1fr); }
  .lp-school-item { padding: 0.6rem 1rem; }
  .lp-footer-top { grid-template-columns: 1fr; gap: 2rem; }
}

@media (min-width: 769px) and (max-height: 820px) {
  .lp-hero { min-height: 680px; }
  .lp-orb { padding: 1rem 0.5rem; }
}

@media (max-width: 768px) {
  .lp-header {
    display: flex;
    justify-content: space-between;
    min-height: 70px;
    padding-block: 0.45rem;
  }
  .lp-brand-logo { height: 50px; width: 158px; }
  .lp-header-actions { display: none; }
  .lp { overflow-x: hidden; }
  .lp-hero {
    min-height: 100svh;
    height: auto;
    padding-top: 70px;
  }
  .lp-hero-canvas { opacity: 0.7; }
  .lp-hero-h1 { font-size: clamp(2.25rem, 10vw, 3.2rem); }
  .lp-hero-sub { line-height: 1.75; }
  .lp-hero-actions { margin-bottom: 1.15rem; }
  .lp-hero-badges { gap: 0.45rem; }
  .lp-badge { font-size: 0.74rem; padding: 0.35rem 0.65rem; }
  .lp-hero .lp-wave-wrap svg { height: 38px; }
  .lp-how-grid { grid-template-columns: 1fr; }
  .lp-feat-grid { grid-template-columns: 1fr; }
  .lp-test-grid { grid-template-columns: 1fr; }
  .lp-logos-grid { gap: 0.6rem 1.5rem; }
  .lp-ticker-wave svg { height: 64px; }
  .lp-cta { margin-top: 64px; }
  .lp-cta-wave-top svg { height: 64px; }
  .lp-schools-panel { margin-top: 0; }
  .lp-footer-links { grid-template-columns: 1fr 1fr; }
  .lp-hamburger { display: flex; }
  .lp-nav { display: none; }
  .lp-nav.open {
    background: rgba(255,255,255,0.97);
    backdrop-filter: blur(20px);
    border-top: 1px solid #E2E8F0;
    box-shadow: 0 16px 40px rgba(15,23,42,0.12);
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    left: 0; right: 0; top: 100%;
    padding: 0.75rem 1.25rem 1.25rem;
    position: absolute;
  }
  .lp-nav.open .lp-nav-link { text-align: center; width: 100%; }
  .lp-nav-mobile-actions {
    display: grid;
    gap: 0.6rem;
    grid-template-columns: 1fr;
    margin-top: 0.5rem;
    width: 100%;
  }
  .lp-nav-mobile-actions .lp-nav-btn { justify-content: center; }
  .lp-header--dark .lp-nav.open { background: rgba(15,35,55,0.97); border-top-color: rgba(255,255,255,0.08); }
  .lp-nav-btn { margin-right: 0; }

  .lp-hero-stats {
    bottom: 0.85rem;
    inset-inline: 0.75rem;
  }
  .lp-hero-stats-group {
    gap: 0.4rem;
    grid-template-columns: minmax(0, 1fr);
    width: calc(50% - 30px);
  }
  .lp-hero-stats .lp-orb {
    border-radius: 13px;
    min-height: 58px;
    padding: 0.45rem 0.55rem;
  }
  .lp-hero-stats .lp-orb-icon { border-radius: 9px; font-size: 0.9rem; height: 30px; width: 30px; }
  .lp-hero-stats .lp-orb strong { font-size: clamp(1rem, 4vw, 1.3rem); }
  .lp-hero-stats .lp-orb-label { font-size: clamp(0.63rem, 2.2vw, 0.74rem); }
  .lp-scroll-btn { bottom: 1.6rem; }
}
@media (max-width: 639px) {
  .lp-schools-heading { margin-bottom: 1.25rem; }
  .lp-scroll-btn { bottom: 1.25rem; height: 40px; width: 40px; }
}
@media (max-width: 480px) {
  .lp-hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .lp-hero-actions .lp-btn { font-size: 0.84rem; min-height: 48px; padding-inline: 0.75rem; }
  .lp-footer-links { grid-template-columns: 1fr; }
  .lp-hero-actions { flex-direction: column; }
  .lp-hero-actions .lp-btn { justify-content: center; width: 100%; }
  .lp-hero-chips { gap: 0.45rem; }
  .lp-chip { font-size: 0.74rem; padding: 0.35rem 0.7rem; }
}

/* ─── درباره ما: بخش «ما که هستیم» ─── */
.lp-about-story {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  margin-bottom: 3.5rem;
}

.lp-about-kicker {
  color: #0EA678;
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 800;
  margin-bottom: 0.6rem;
}

.lp-about-story-text h2 {
  color: #172033;
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  margin: 0 0 1rem;
}

.lp-about-story-text p {
  color: #64748B;
  font-size: 0.95rem;
  line-height: 2.1;
  margin: 0 0 1rem;
}

.lp-about-story-card {
  align-self: start;
  background: linear-gradient(150deg, #0B3B2E 0%, #0EA678 130%);
  border-radius: 24px;
  box-shadow: 0 22px 50px rgba(11, 59, 46, 0.28);
  color: white;
  padding: 2rem 1.8rem;
  position: sticky;
  top: 96px;
}

.lp-about-quote-icon {
  font-size: 2rem;
  opacity: 0.45;
}

.lp-about-quote {
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.9;
  margin: 0.4rem 0 0.35rem;
}

.lp-about-quote-by {
  color: rgba(255, 255, 255, 0.65);
  display: block;
  font-size: 0.78rem;
  margin-bottom: 1.4rem;
}

.lp-about-highlights {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 0.8rem;
  list-style: none;
  margin: 0;
  padding: 1.3rem 0 0;
}

.lp-about-highlights li {
  align-items: center;
  display: flex;
  font-size: 0.88rem;
  font-weight: 600;
  gap: 0.6rem;
}

.lp-about-highlights li i {
  background: rgba(255, 255, 255, 0.14);
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.9rem;
  height: 30px;
  width: 30px;
}

@media (max-width: 900px) {
  .lp-about-story {
    grid-template-columns: 1fr;
  }

  .lp-about-story-card {
    position: static;
  }
}
