:root {
  --bg: #040408;
  --bg-elevated: #0e0e14;
  --card: #12121a;
  --card-hover: #181822;
  --border: rgba(255, 255, 255, 0.08);
  --text: #f2f2f7;
  --muted: #9b9bb0;
  --accent: #6d5cff;
  --accent-2: #3eb8ff;
  --cyan-glow: rgba(62, 184, 255, 0.35);
  --radius: 18px;
  --radius-sm: 12px;
  --icon-radius: 10px;
  --icon-stroke: 1.75;
  --icon-glow: 0 0 24px rgba(56, 189, 248, 0.1);
  --shadow: 0 28px 70px rgba(0, 0, 0, 0.5);
  font-family:
    Inter,
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(ellipse 90% 55% at 50% -25%, rgba(109, 92, 255, 0.22), transparent 55%),
    radial-gradient(ellipse 50% 40% at 100% 0%, rgba(62, 184, 255, 0.12), transparent),
    var(--bg);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1140px, calc(100% - 2rem));
  margin-inline: auto;
}

/* Nav */
.navbar-wrap {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(14px);
  background: rgba(4, 4, 8, 0.88);
  border-bottom: 1px solid var(--border);
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
}

.brand-row {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.brand-logo {
  width: 44px;
  height: 44px;
  border-radius: 11px;
}

.brand-name {
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.nav-links a:not(.btn) {
  color: var(--muted);
  font-size: 0.92rem;
  transition: color 0.2s;
}

.nav-links a:not(.btn):hover {
  color: var(--text);
}

.menu-toggle {
  display: none;
}

.menu-button {
  display: none;
  cursor: pointer;
  padding: 0.35rem;
  color: var(--text);
}

.menu-button svg {
  width: 1.35rem;
  height: 1.35rem;
}

.page {
  padding: 0 0 4rem;
}

/* Full-bleed hero — premium Section 1 */
.hero-section {
  position: relative;
  padding: 4rem 0 3rem;
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}

.hero-section--premium {
  background: var(--bg);
}

.hero-ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 45% at 12% -5%, rgba(56, 189, 248, 0.1), transparent 55%),
    radial-gradient(ellipse 40% 35% at 88% 15%, rgba(109, 92, 255, 0.12), transparent 50%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  padding-inline: 0;
}

.hero-eyebrow {
  display: inline-block;
  color: #7dd3fc;
  text-shadow: 0 0 24px rgba(56, 189, 248, 0.35);
  margin-bottom: 1rem;
}

.hero-title {
  font-size: clamp(2.35rem, 5.8vw, 3.85rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.05;
  max-width: 14ch;
}

.hero-lead {
  font-size: clamp(1rem, 2vw, 1.12rem);
  line-height: 1.65;
  margin-bottom: 0.25rem;
}

.hero-cta-row {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}

.hero-store-row {
  margin: 0 0 1.35rem;
}

.eyebrow--caps {
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.eyebrow--center {
  text-align: center;
}

h1 br {
  display: none;
}

@media (min-width: 640px) {
  h1 br {
    display: block;
  }
}

/* Trust — premium security modules (Linear / 1Password tone) */
.trust-hero {
  padding: clamp(3.25rem, 7vw, 4.5rem) 0 clamp(3.5rem, 7vw, 4.75rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.trust-hero--premium {
  position: relative;
  overflow: hidden;
  background: #020204;
}

.trust-hero--premium::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 50% 32% at 8% 0%, rgba(109, 92, 255, 0.1), transparent 62%),
    radial-gradient(ellipse 42% 28% at 92% 2%, rgba(34, 211, 238, 0.07), transparent 60%);
}

.trust-zone {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 1.5rem));
  margin-inline: auto;
  padding-inline: 0;
  text-align: left;
}

/* Unified icon system (Lucide) */
.icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: var(--icon-radius);
  border: 1px solid rgba(56, 189, 248, 0.22);
  background: rgba(56, 189, 248, 0.07);
  box-shadow: var(--icon-glow);
}

.icon-wrap svg,
.icon-wrap [data-lucide] {
  width: 1.15rem;
  height: 1.15rem;
  color: #7dd3fc;
  stroke-width: var(--icon-stroke);
}

.icon-wrap--sm {
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
}

.icon-wrap--sm svg {
  width: 1rem;
  height: 1rem;
}

.icon-wrap--lg {
  width: 3rem;
  height: 3rem;
  border-radius: 12px;
}

.icon-wrap--lg svg {
  width: 1.35rem;
  height: 1.35rem;
}

.trust-zone__header {
  width: 100%;
  margin: 0 0 1.15rem;
  padding: 0 0 1.1rem;
  border-bottom: 1px solid rgba(51, 65, 85, 0.45);
  text-align: left;
}

.trust-zone__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(125, 211, 252, 0.85);
}

.trust-zone__header h2 {
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.12;
  margin: 0;
  color: #e2e8f0;
  max-width: 22em;
}

.trust-zone__lead {
  margin: 0.65rem auto 0;
  padding: 0;
  text-align: center;
  color: #64748b;
  font-size: 0.875rem;
  line-height: 1.45;
  letter-spacing: -0.01em;
  max-width: 34rem;
}

.trust-modules {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  width: 100%;
}

.trust-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  width: 100%;
  margin: 0;
  padding: 0;
}

.trust-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  text-align: left;
  min-height: 0;
  margin: 0;
  padding: 1rem 1.15rem 0.95rem;
  border-radius: 12px;
  border: 1px solid rgba(71, 85, 105, 0.55);
  background-color: #0e121c;
  background-image: linear-gradient(165deg, #161f32 0%, #0e121c 55%, #0a0d14 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 12px 32px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.trust-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(34, 211, 238, 0.2) 0%,
    rgba(34, 211, 238, 0.65) 50%,
    rgba(109, 92, 255, 0.4) 100%
  );
  pointer-events: none;
}

.trust-card:hover {
  border-color: rgba(34, 211, 238, 0.55);
  box-shadow:
    0 0 0 1px rgba(34, 211, 238, 0.2) inset,
    0 16px 40px rgba(0, 0, 0, 0.6),
    0 0 36px rgba(34, 211, 238, 0.16);
  transform: translateY(-2px);
}

.trust-card__icon.icon-wrap {
  width: 2.375rem;
  height: 2.375rem;
  margin: 0 0 0.55rem;
  border-radius: 10px;
  border: 1px solid rgba(34, 211, 238, 0.38);
  background: linear-gradient(155deg, rgba(34, 211, 238, 0.2), rgba(109, 92, 255, 0.1));
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

.trust-card__icon.icon-wrap svg,
.trust-card__icon.icon-wrap [data-lucide] {
  width: 1.1rem;
  height: 1.1rem;
  color: #a5f3fc;
}

.trust-card__title {
  margin: 0 0 0.2rem;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: #f1f5f9;
}

.trust-card__text {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #94a3b8;
  max-width: 34ch;
}

/* Featured support module — full width, do not shrink */
.trust-module--support {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.15rem 1.5rem;
  width: 100%;
  margin: 0.15rem 0 0;
  padding: clamp(1.35rem, 2.5vw, 1.65rem) clamp(1.35rem, 2.5vw, 1.75rem);
  text-align: left;
  border-radius: 14px;
  border: 1px solid rgba(34, 211, 238, 0.38);
  background: linear-gradient(118deg, #121c30 0%, #0d111a 48%, #0a0e16 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.09) inset,
    0 18px 48px rgba(0, 0, 0, 0.55),
    0 0 48px rgba(34, 211, 238, 0.1);
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.trust-module--support:hover {
  border-color: rgba(34, 211, 238, 0.55);
  box-shadow:
    0 0 0 1px rgba(34, 211, 238, 0.22) inset,
    0 22px 52px rgba(0, 0, 0, 0.58),
    0 0 56px rgba(34, 211, 238, 0.18);
  transform: translateY(-2px);
}

.trust-module__icon.icon-wrap--lg {
  flex-shrink: 0;
  margin-top: 0.1rem;
  border-color: rgba(34, 211, 238, 0.45);
  background: linear-gradient(155deg, rgba(34, 211, 238, 0.25), rgba(109, 92, 255, 0.14));
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.4),
    0 0 24px rgba(34, 211, 238, 0.12);
}

.trust-module__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  min-width: 0;
}

.trust-module__label {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(125, 211, 252, 0.8);
}

.trust-module__title {
  margin: 0;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #f8fafc;
}

.trust-module__email {
  margin-top: 0.35rem;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #7dd3fc;
  text-decoration: none;
  transition: color 0.2s ease;
}

.trust-module__email:hover {
  color: #bae6fd;
}

/* Positioning strip — not footer microcopy */
.trust-positioning {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem 1rem;
  width: 100%;
  margin-top: 0.875rem;
  padding: 0.9rem 1.15rem;
  border-radius: 12px;
  border: 1px solid rgba(109, 92, 255, 0.32);
  background: linear-gradient(95deg, rgba(109, 92, 255, 0.1) 0%, rgba(34, 211, 238, 0.06) 55%, rgba(8, 10, 18, 0.9) 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.05) inset,
    0 10px 28px rgba(0, 0, 0, 0.4);
  text-align: left;
}

.trust-positioning__icon.icon-wrap {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-color: rgba(109, 92, 255, 0.35);
}

.trust-positioning__text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.45;
  letter-spacing: -0.01em;
  color: #cbd5e1;
  max-width: 42em;
}

.trust-positioning__text strong {
  font-weight: 600;
  color: #e2e8f0;
}

.trust-legal {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0.65rem 0 0;
  padding: 0 0.1rem;
  font-size: 0.6875rem;
  color: rgba(100, 116, 139, 0.7);
}

.trust-legal a {
  color: rgba(148, 163, 184, 0.85);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.trust-legal a:hover {
  color: #7dd3fc;
}

.trust-legal span[aria-hidden='true'] {
  color: rgba(71, 85, 105, 0.65);
}

.footer-trust-line {
  margin: 0.75rem 0 0;
  color: #67e8f9;
  font-size: 0.82rem;
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  max-width: 42ch;
  line-height: 1.45;
}

.footer-trust-line svg {
  width: 0.9rem;
  height: 0.9rem;
  flex-shrink: 0;
  margin-top: 0.15rem;
  color: #22d3ee;
}

@media (min-width: 560px) {
  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem 0.875rem;
  }

  .trust-card__text {
    max-width: none;
  }
}

@media (min-width: 768px) {
  .trust-grid {
    gap: 0.75rem 1rem;
  }

  .trust-module--support {
    flex-direction: row;
    align-items: center;
    padding: 1.5rem 1.75rem;
  }
}

@media (min-width: 1024px) {
  .trust-grid {
    gap: 0.85rem 1.125rem;
  }

  .trust-card {
    padding: 1.05rem 1.2rem 1rem;
  }

  .trust-module__email {
    font-size: 1.125rem;
  }
}

@media (max-width: 559px) {
  .trust-module--support {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Export-only strip */
.export-strip {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1rem 1.25rem;
  margin: 1.5rem 0;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(56, 189, 248, 0.2);
  background: rgba(56, 189, 248, 0.05);
}

.export-strip p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.export-strip strong {
  color: var(--text);
}

/* Timeline / history */
.history-layout {
  display: grid;
  grid-template-columns: 1fr min(280px, 42%);
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: start;
  margin-top: 1.5rem;
}

.history-visual {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.timeline-visual {
  margin-top: 0;
  display: grid;
  gap: 0.85rem;
}

.timeline-step {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.1rem 1.2rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.02);
}

.timeline-dot {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
}

.timeline-step h3 {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.timeline-step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.timeline-note {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1rem;
  border-radius: var(--radius-sm);
  border: 1px dashed rgba(109, 92, 255, 0.35);
  color: var(--muted);
  font-size: 0.88rem;
}

.timeline-note svg {
  width: 1rem;
  height: 1rem;
  color: var(--accent-2);
  flex-shrink: 0;
}

.section-sub--flush {
  margin-bottom: 0;
}

.split-section--pending {
  align-items: center;
}

.screen-card--glow {
  box-shadow: 0 0 40px rgba(62, 184, 255, 0.12);
}

/* Store badges — user HD PNGs, equal display height */
.store-badge-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 0;
  transition:
    transform 0.2s,
    box-shadow 0.25s,
    filter 0.2s;
}

.store-badge-link:hover:not(.store-badge-link--disabled) {
  transform: translateY(-2px);
  filter: drop-shadow(0 0 14px rgba(56, 189, 248, 0.2));
}

.store-badge-link--disabled {
  opacity: 0.72;
  cursor: not-allowed;
  pointer-events: none;
}

.store-badge-img--official {
  display: block;
  height: 54px;
  width: auto;
  max-width: none;
}

/* User-provided official assets — equal display height */
.store-badge-link--google .store-badge-img--official,
.store-badge-link--apple .store-badge-img--official {
  height: 54px;
}

.store-row--center {
  justify-content: center;
  margin-top: 1.25rem;
}

.store-row--premium {
  gap: 1.25rem 2rem;
  align-items: center;
  margin: 0;
}

.store-badge-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.store-soon-label {
  font-size: 0.72rem;
  color: #7dd3fc;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1.35;
  white-space: nowrap;
}

/* Pending cinematic showcase */
.pending-showcase {
  position: relative;
  padding: clamp(3.5rem, 8vw, 5.5rem) 0;
  margin: 0;
  overflow: hidden;
  border-block: 1px solid rgba(56, 189, 248, 0.12);
}

.pending-showcase-ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 60% 70% at 75% 50%, rgba(56, 189, 248, 0.14), transparent 55%),
    radial-gradient(ellipse 50% 50% at 10% 80%, rgba(109, 92, 255, 0.1), transparent 50%);
}

.pending-showcase-inner {
  position: relative;
  z-index: 1;
}

.pending-showcase-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: center;
}

.pending-showcase-copy .icon-wrap--lg {
  margin-bottom: 1rem;
}

.pending-showcase-copy h2 {
  font-size: clamp(1.65rem, 3.5vw, 2.35rem);
  max-width: 20ch;
}

.pending-metric-card {
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border-radius: 20px;
  border: 1px solid rgba(56, 189, 248, 0.28);
  background: linear-gradient(
    165deg,
    rgba(56, 189, 248, 0.12) 0%,
    rgba(255, 255, 255, 0.03) 45%,
    rgba(4, 4, 8, 0.4) 100%
  );
  box-shadow:
    0 32px 64px rgba(0, 0, 0, 0.45),
    0 0 48px rgba(56, 189, 248, 0.12);
}

.pending-metric-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #7dd3fc;
}

.pending-metric-value {
  margin: 0;
  font-size: clamp(3rem, 8vw, 4.5rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  background: linear-gradient(180deg, #fff 30%, #7dd3fc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.pending-metric-sub {
  margin: 0.5rem 0 1.25rem;
  color: var(--muted);
  font-size: 1rem;
}

.pending-metric-sub strong {
  color: #fbbf24;
  font-weight: 600;
}

.pending-preview-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pending-preview-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.9rem;
  color: var(--muted);
}

.pending-preview-list li span:first-child {
  color: var(--text);
}

.pending-metric-trust {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  font-size: 0.75rem;
  color: rgba(125, 211, 252, 0.9);
}

.pending-metric-trust svg {
  width: 0.75rem;
  height: 0.75rem;
}

.pending-sample-note {
  margin: 0.65rem 0 0;
  font-size: 0.65rem;
  color: rgba(155, 155, 176, 0.75);
}

.trust-note--inline {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  border: none;
  background: transparent;
  padding: 0;
  margin-top: 1.25rem;
}

/* Download band — minimal, not boxed */
.download-band {
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
  margin: 2rem 0 1.5rem;
  text-align: center;
  border-top: 1px solid var(--border);
}

.download-band-inner h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 0.5rem;
}

.download-band .store-row--premium {
  justify-content: center;
  margin-top: 1.75rem;
}

.download-band .store-badge-wrap {
  align-items: center;
}

.lang-section-head {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.phone-mockup--hero {
  width: min(300px, 100%);
}

/* Premium phone — archive intelligence mockup */
.phone-mockup--premium {
  width: min(320px, 100%);
  border-radius: 38px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(165deg, #0c0c12 0%, #060608 100%);
  padding: 14px 12px 10px;
  box-shadow:
    0 40px 80px rgba(0, 0, 0, 0.55),
    0 0 60px rgba(56, 189, 248, 0.08);
}

.phone-screen--insights {
  gap: 0.55rem;
  max-height: 420px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(56, 189, 248, 0.3) transparent;
}

.insight-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  padding: 0.7rem 0.8rem;
}

.insight-card--pending {
  border-color: rgba(56, 189, 248, 0.22);
  background: linear-gradient(180deg, rgba(56, 189, 248, 0.08), rgba(255, 255, 255, 0.02));
}

.insight-card--verified {
  border-color: rgba(52, 211, 153, 0.25);
  background: linear-gradient(180deg, rgba(52, 211, 153, 0.08), rgba(255, 255, 255, 0.02));
}

.insight-card-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.4rem;
}

.insight-card-head h3 {
  font-size: 0.78rem;
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.01em;
}

.insight-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 8px;
  background: rgba(56, 189, 248, 0.12);
  color: #7dd3fc;
}

.insight-card-icon svg {
  width: 0.8rem;
  height: 0.8rem;
}

.insight-card-icon--success {
  background: rgba(52, 211, 153, 0.15);
  color: #6ee7b7;
}

.insight-metric {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.2rem;
  letter-spacing: -0.02em;
}

.insight-metric span {
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--muted);
}

.insight-detail {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  color: var(--muted);
}

.insight-detail strong {
  color: var(--text);
}

.insight-trust {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  margin: 0;
  font-size: 0.62rem;
  color: rgba(125, 211, 252, 0.85);
  line-height: 1.3;
}

.insight-trust svg {
  width: 0.65rem;
  height: 0.65rem;
  flex-shrink: 0;
}

.insight-stats {
  list-style: none;
  padding: 0;
  margin: 0;
}

.insight-stats li {
  font-size: 0.72rem;
  color: var(--muted);
  padding: 0.2rem 0;
  line-height: 1.35;
}

.insight-stats strong {
  color: var(--text);
  font-weight: 600;
}

.insight-verified {
  margin: 0;
  font-size: 0.72rem;
  color: #a7f3d0;
}

.phone-sample-note {
  margin: 0.5rem 0 0;
  text-align: center;
  font-size: 0.58rem;
  color: rgba(155, 155, 176, 0.7);
  letter-spacing: 0.02em;
}

.hero-visual {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 0;
  overflow: visible;
}

.hero-phones {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: clamp(1.25rem, 2.8vw, 2.25rem);
  width: min(100%, 980px);
  min-height: clamp(460px, 66vh, 720px);
  margin-inline: auto 0;
  padding: 0.5rem 0;
}

.hero-phones__glow {
  position: absolute;
  inset: 14% 2% 10% 2%;
  pointer-events: none;
  z-index: 0;
  border-radius: 50%;
  background: radial-gradient(
    ellipse 88% 78% at 54% 52%,
    rgba(56, 189, 248, 0.09),
    rgba(99, 102, 241, 0.03) 45%,
    transparent 70%
  );
  filter: blur(40px);
}

.hero-phones__device {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  margin: 0;
  line-height: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.hero-phones__device--primary {
  height: clamp(440px, 62vh, 620px);
}

.hero-phones__device--secondary {
  height: clamp(374px, 53vh, 527px);
}

.hero-phones__shot {
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
  border: none;
  border-radius: 0;
  object-fit: contain;
  object-position: center bottom;
  background: transparent;
}

.hero-phones__device--primary .hero-phones__shot {
  filter: drop-shadow(0 26px 42px rgba(0, 0, 0, 0.48)) drop-shadow(0 0 26px rgba(56, 189, 248, 0.12));
}

.hero-phones__device--secondary .hero-phones__shot {
  filter: drop-shadow(0 20px 34px rgba(0, 0, 0, 0.4)) drop-shadow(0 0 20px rgba(56, 189, 248, 0.08));
}

/* Product screenshot glow cards (non-hero sections) */
.product-shot-glow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}

.product-shot-glow__halo {
  position: absolute;
  inset: 8% -6%;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(
    ellipse 72% 58% at 50% 48%,
    var(--shot-glow-color, rgba(56, 189, 248, 0.28)),
    transparent 72%
  );
  filter: blur(14px);
  opacity: 0.9;
}

.product-shot-glow__card {
  position: relative;
  padding: clamp(0.55rem, 1.2vw, 0.75rem);
  border-radius: 24px;
  border: 1px solid var(--shot-border-color, rgba(56, 189, 248, 0.28));
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.06) 0%, transparent 42%),
    linear-gradient(180deg, rgba(12, 18, 32, 0.92) 0%, rgba(6, 10, 20, 0.98) 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.05) inset,
    0 20px 44px rgba(0, 0, 0, 0.5),
    0 0 36px var(--shot-glow-shadow, rgba(56, 189, 248, 0.14)),
    0 0 72px var(--shot-glow-shadow-soft, rgba(56, 189, 248, 0.07));
}

.product-shot-glow--pending {
  --shot-glow-color: rgba(59, 130, 246, 0.34);
  --shot-border-color: rgba(96, 165, 250, 0.3);
  --shot-glow-shadow: rgba(59, 130, 246, 0.18);
  --shot-glow-shadow-soft: rgba(59, 130, 246, 0.09);
}

.product-shot-glow--unfollowers {
  --shot-glow-color: rgba(167, 139, 250, 0.34);
  --shot-border-color: rgba(167, 139, 250, 0.3);
  --shot-glow-shadow: rgba(139, 92, 246, 0.18);
  --shot-glow-shadow-soft: rgba(139, 92, 246, 0.09);
}

.product-visual-shot {
  display: block;
  width: 100%;
  max-width: min(210px, 70vw);
  height: auto;
  margin: 0;
  border-radius: 14px;
}

.pending-showcase-visual {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.pending-showcase-visual .product-visual-shot,
.history-visual .product-visual-shot {
  max-width: min(210px, 70vw);
}

.nav-cta {
  padding: 0.65rem 1.15rem;
  border-radius: 0.85rem;
  font-size: 0.88rem;
}

.lang-section {
  border-color: rgba(109, 92, 255, 0.2);
}

.card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 3vw, 2.75rem);
  margin-bottom: 1.5rem;
  box-shadow: var(--shadow);
}

/* Typography */
.eyebrow {
  color: var(--accent-2);
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 0.75rem;
}

h1,
h2,
h3 {
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin: 0 0 0.75rem;
}

h1 {
  font-size: clamp(2rem, 5vw, 3.1rem);
  font-weight: 700;
}

h2 {
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 700;
}

h3 {
  font-size: 1.05rem;
  font-weight: 600;
}

.lead,
.section-sub {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 56ch;
  margin: 0 0 1rem;
}

.section-sub--center {
  margin-inline: auto;
  text-align: center;
}

.section-head {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.section-head .icon-wrap {
  margin-top: 0.15rem;
}

/* Buttons */
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.25rem 0;
}

.cta-row--center {
  justify-content: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.85rem 1.4rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  border: 1px solid transparent;
  transition:
    transform 0.2s,
    box-shadow 0.25s,
    border-color 0.2s;
}

.btn:hover {
  transform: translateY(-2px);
}

/* Visual-only CTA (no navigation — store badges are below) */
.btn-inert {
  cursor: default;
  user-select: none;
}

.btn-primary {
  background: linear-gradient(135deg, #5b4de8 0%, #3b82f6 55%, #6366f1 100%);
  color: #fff;
  box-shadow:
    0 12px 32px rgba(91, 77, 232, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

.btn-primary:hover {
  box-shadow:
    0 16px 40px rgba(91, 77, 232, 0.45),
    0 0 30px rgba(56, 189, 248, 0.15);
}

.btn-xl {
  padding: 0.95rem 1.65rem;
  border-radius: 1rem;
  font-size: 0.98rem;
}

.btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
}

.btn-secondary:hover {
  border-color: rgba(56, 189, 248, 0.35);
  background: rgba(56, 189, 248, 0.06);
  box-shadow: 0 0 30px rgba(56, 189, 248, 0.12);
}

.btn-outline {
  border-color: var(--border);
  background: rgba(255, 255, 255, 0.04);
}

.btn-outline:hover {
  border-color: rgba(62, 184, 255, 0.4);
  box-shadow: 0 0 30px rgba(56, 189, 248, 0.15);
}

.cta-trust-line {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--muted);
  font-size: 0.88rem;
  margin: 0.5rem 0 1rem;
}

.cta-trust-line svg {
  width: 1rem;
  height: 1rem;
  color: var(--accent-2);
}

.cta-trust-line--center {
  justify-content: center;
}

/* Hero */
.hero {
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 1.2fr);
  gap: clamp(1.75rem, 3.5vw, 2.75rem);
  align-items: center;
}

.trust-pills {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.trust-pills li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.78rem;
  color: var(--muted);
}

.trust-pills li svg {
  width: 0.9rem;
  height: 0.9rem;
  color: var(--accent-2);
}

.trust-pills--premium {
  margin-top: 0.25rem;
  gap: 0.45rem;
}

.trust-pills--premium li {
  padding: 0.45rem 0.8rem;
  border-color: rgba(56, 189, 248, 0.12);
  background: rgba(255, 255, 255, 0.02);
  font-size: 0.76rem;
}

.trust-pills--premium li svg {
  color: #7dd3fc;
}

/* Store badges */
.store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 1rem 0;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 200px;
  padding: 0.7rem 1rem;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  transition:
    transform 0.2s,
    box-shadow 0.25s,
    border-color 0.2s;
}

.store-badge--live:hover {
  transform: translateY(-2px);
  border-color: rgba(62, 184, 255, 0.45);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35), 0 0 28px var(--cyan-glow);
}

.store-badge--soon {
  opacity: 0.55;
  cursor: not-allowed;
}

.store-svg {
  width: 1.75rem;
  height: 1.75rem;
  flex-shrink: 0;
}

.store-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}

.store-kicker {
  font-size: 0.65rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.store-name {
  font-size: 1rem;
  font-weight: 600;
}

.store-soon {
  font-size: 0.7rem;
  color: var(--accent-2);
  margin-top: 0.15rem;
}

/* Phone mockups */
.phone-mockup {
  margin-inline: auto;
  width: min(300px, 100%);
  border-radius: 34px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: #08080e;
  padding: 12px;
  box-shadow: var(--shadow);
}

.phone-mockup--compact {
  width: min(260px, 100%);
}

.phone-notch {
  width: 96px;
  height: 22px;
  border-radius: 0 0 14px 14px;
  background: #000;
  margin: 0 auto 10px;
}

.phone-screen {
  display: grid;
  gap: 0.65rem;
}

.screen-card {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 0.9rem 1rem;
}

.screen-card--accent {
  border-color: rgba(62, 184, 255, 0.35);
  background: linear-gradient(180deg, rgba(62, 184, 255, 0.08), transparent);
}

.screen-label {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  color: var(--accent-2);
  margin: 0 0 0.35rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.screen-label svg {
  width: 0.85rem;
  height: 0.85rem;
}

.screen-card h3 {
  font-size: 0.95rem;
  margin-bottom: 0.35rem;
}

.screen-muted {
  color: var(--muted);
  font-size: 0.85rem;
  margin: 0;
}

.screen-stats {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0;
}

.screen-stats li {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  color: var(--muted);
  padding: 0.25rem 0;
  border-bottom: 1px solid var(--border);
}

.screen-stats li:last-child {
  border-bottom: none;
}

.screen-stats strong {
  color: var(--text);
}

.pending-list {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0;
}

.pending-list li {
  display: flex;
  justify-content: space-between;
  font-size: 0.82rem;
  padding: 0.35rem 0;
  border-bottom: 1px solid var(--border);
  color: var(--muted);
}

.pending-list li span:first-child {
  color: var(--text);
}

/* Info callouts */
.section-highlight {
  border-color: rgba(62, 184, 255, 0.2);
  background: linear-gradient(180deg, rgba(62, 184, 255, 0.06), var(--card));
}

.info-callouts {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.25rem;
}

.info-callout {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 1rem 1.1rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.02);
}

.info-callout svg {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--accent-2);
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.info-callout p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.info-callout strong {
  color: var(--text);
}

.info-callout--trust {
  border-color: rgba(109, 92, 255, 0.3);
}

.split-section {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 2rem;
  align-items: center;
}

.trust-note {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: var(--muted);
  font-size: 0.9rem;
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.03);
  border: 1px dashed var(--border);
}

.trust-note svg {
  width: 1rem;
  height: 1rem;
  color: var(--accent-2);
  flex-shrink: 0;
  margin-top: 0.15rem;
}

/* Feature grid */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}

.feature-card {
  padding: 1.15rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.02);
  transition:
    border-color 0.2s,
    box-shadow 0.25s,
    transform 0.2s;
}

.feature-card:hover {
  border-color: rgba(62, 184, 255, 0.35);
  box-shadow: 0 0 24px rgba(62, 184, 255, 0.12);
  transform: translateY(-2px);
}

.feature-card .icon-wrap {
  margin-bottom: 0.85rem;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

/* Languages */
.lang-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1.25rem 0 0.75rem;
  list-style: none;
  padding: 0;
}

.lang-chip {
  padding: 0.55rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.88rem;
  color: var(--text);
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}

.lang-chip:hover {
  border-color: rgba(62, 184, 255, 0.4);
  box-shadow: 0 0 16px rgba(62, 184, 255, 0.12);
}

.lang-chip--rtl {
  font-family: system-ui, 'Segoe UI', Tahoma, sans-serif;
}

.lang-footnote {
  margin: 0;
}

/* Trust block */
.trust-block {
  border-color: rgba(109, 92, 255, 0.25);
  background: linear-gradient(135deg, rgba(109, 92, 255, 0.1), rgba(62, 184, 255, 0.05));
}

.trust-lead {
  max-width: 62ch;
}

.trust-bullets {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.65rem;
}

.trust-bullets li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.trust-bullets svg {
  width: 1rem;
  height: 1rem;
  color: var(--accent-2);
}

/* Steps */
.steps-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}

.step-card {
  position: relative;
  padding: 1.15rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.02);
}

.step-no {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--accent-2);
  opacity: 0.7;
}

.step-icon {
  width: 1.35rem;
  height: 1.35rem;
  color: var(--accent-2);
  margin-bottom: 0.5rem;
}

.step-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
}

/* Pricing */
.pricing__header {
  max-width: 40rem;
  margin-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
  padding-bottom: clamp(1.5rem, 3vw, 2rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.pricing__eyebrow {
  margin: 0 0 0.85rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(125, 211, 252, 0.88);
}

.pricing__header h2 {
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.12;
  margin: 0 0 0.9rem;
  color: #f8fafc;
  max-width: 16em;
}

.pricing__lead {
  margin: 0 0 1.1rem;
  color: rgba(148, 163, 184, 0.92);
  font-size: clamp(0.95rem, 1.8vw, 1.05rem);
  line-height: 1.55;
  letter-spacing: -0.01em;
  max-width: 34em;
}

.pricing__trust {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: rgba(125, 211, 252, 0.88);
}

.pricing__trust svg,
.pricing__trust [data-lucide] {
  width: 0.95rem;
  height: 0.95rem;
  flex-shrink: 0;
  color: #22d3ee;
}

.pricing__grid {
  margin-top: 0;
}

.grid {
  display: grid;
  gap: 1rem;
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 1rem 0;
}

.price-card {
  padding: clamp(1.35rem, 2.5vw, 1.65rem);
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.02);
}

.price-card.premium {
  border-color: rgba(109, 92, 255, 0.4);
  background: linear-gradient(180deg, rgba(109, 92, 255, 0.1), transparent);
}

.price-card h3 {
  margin: 0.35rem 0 0.55rem;
  font-size: 1.1rem;
  letter-spacing: -0.02em;
}

.price-card__desc {
  margin: 0;
  color: var(--muted);
  font-size: 0.875rem;
  line-height: 1.5;
  max-width: 28em;
}

.price-card__list,
.price-card ul {
  margin: 1rem 0 0;
  padding-left: 1.1rem;
  color: rgba(148, 163, 184, 0.9);
  font-size: 0.85rem;
  line-height: 1.5;
}

.price-card__list li + li,
.price-card ul li + li {
  margin-top: 0.35rem;
}

.price-tag {
  font-size: 0.75rem;
  color: var(--accent-2);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.trial-chip {
  display: inline-block;
  margin-top: 0.75rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(62, 184, 255, 0.12);
  color: var(--accent-2);
  font-size: 0.8rem;
}

.pricing .btn-primary {
  margin-top: 0.5rem;
}

.final-cta {
  text-align: center;
  padding: clamp(2rem, 4vw, 3rem) 0 1rem;
}

/* Footer */
.site-footer {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 1.5rem;
}

.footer-disclaimer {
  color: var(--muted);
  font-size: 0.9rem;
  max-width: 38ch;
}

.site-footer h3 {
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
}

.site-footer a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--muted);
  margin-bottom: 0.4rem;
  font-size: 0.92rem;
  transition: color 0.2s;
}

.site-footer a svg {
  width: 0.9rem;
  height: 0.9rem;
  color: var(--accent-2);
}

.site-footer a:hover {
  color: var(--text);
}

.footer-bottom {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 0.85rem;
  text-align: center;
}

.small {
  color: var(--muted);
  font-size: 0.88rem;
}

/* Legal pages */
.legal-nav a {
  color: var(--muted);
}

.legal-body h1 {
  margin-bottom: 0.5rem;
}

.legal-body h2 {
  margin-top: 1.5rem;
  font-size: 1.15rem;
}

.legal-body p,
.legal-body li {
  color: var(--muted);
}

/* Compare / positioning */
.compare-section {
  border-color: rgba(109, 92, 255, 0.22);
}

.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.25rem;
}

.compare-card {
  padding: 1.2rem 1.25rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.02);
}

.compare-card--follinfo {
  border-color: rgba(62, 184, 255, 0.35);
  background: linear-gradient(145deg, rgba(109, 92, 255, 0.08), rgba(62, 184, 255, 0.05));
}

.compare-card h3 {
  margin: 0 0 0.85rem;
  font-size: 1rem;
}

.compare-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.55rem;
}

.compare-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.compare-list svg {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  margin-top: 0.15rem;
}

.compare-card--other .compare-list svg {
  color: rgba(255, 120, 120, 0.85);
}

.compare-list--positive svg {
  color: var(--accent-2);
}

.compare-footnote {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 1.1rem 0 0;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.5;
}

.compare-footnote svg {
  width: 1rem;
  height: 1rem;
  color: var(--accent-2);
  flex-shrink: 0;
  margin-top: 0.12rem;
}

/* FAQ */
.faq-list {
  margin-top: 1.25rem;
  display: grid;
  gap: 0.65rem;
}

.faq-item {
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.02);
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1rem 1.15rem;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--text);
  line-height: 1.4;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: '+';
  float: right;
  color: var(--accent-2);
  font-weight: 500;
}

.faq-item[open] summary::after {
  content: '−';
}

.faq-item p {
  margin: 0;
  padding: 0 1.15rem 1.1rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
  max-width: 72ch;
}

/* Reveal */
.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 0.55s ease,
    transform 0.55s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Responsive */
@media (max-width: 960px) {
  .hero-grid,
  .split-section,
  .pending-showcase-grid,
  .history-layout {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    justify-content: center;
  }

  .hero-phones {
    width: min(100%, 380px);
    min-height: 0;
    margin-inline: auto;
    justify-content: center;
  }

  .hero-phones__device--secondary {
    display: none;
  }

  .hero-phones__device--primary {
    height: clamp(380px, 78vw, 480px);
  }

  .hero-phones__glow {
    inset: 10% 8%;
    filter: blur(28px);
  }

  .hero-phones__device--primary .hero-phones__shot {
    filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.42)) drop-shadow(0 0 18px rgba(56, 189, 248, 0.08));
  }

  .pending-showcase-visual,
  .history-visual {
    order: -1;
  }

  .steps-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .compare-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 961px) {
  .hero-phones {
    width: min(100%, 920px);
    gap: clamp(1.5rem, 3vw, 2.5rem);
  }

  .hero-phones__device--primary {
    height: clamp(560px, 64vh, 700px);
  }

  .hero-phones__device--secondary {
    height: clamp(462px, 53vh, 577px);
  }
}

@media (min-width: 1200px) {
  .hero-grid {
    grid-template-columns: minmax(0, 0.84fr) minmax(500px, 1.32fr);
  }

  .hero-phones {
    width: min(100%, 1000px);
    gap: 2.5rem;
  }

  .hero-phones__device--primary {
    height: 700px;
  }

  .hero-phones__device--secondary {
    height: 577px;
  }
}

@media (max-width: 768px) {
  .menu-button {
    display: flex;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    background: rgba(4, 4, 8, 0.98);
    border-bottom: 1px solid var(--border);
  }

  .menu-toggle:checked ~ .nav-links {
    display: flex;
  }

  .navbar {
    position: relative;
    flex-wrap: wrap;
  }

  .grid-2,
  .steps-row {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .store-badge {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
