/* =========================================================
   CorsoVault — Ultra-Clean Modern Fintech Marketplace Theme
   Custom porcelain/alabaster mesh backdrop, Stripe Indigo & 
   Emerald accents, polished multi-layered cards & badges.
   ========================================================= */

/* ---------- Reset & Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body, h1, h2, h3, h4, p, ul, ol, figure, blockquote, dl, dd { margin: 0; }
ul[class], ol[class] { list-style: none; padding: 0; }
img, svg { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; color: inherit; }
a { color: inherit; text-decoration: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* Strict SVG sizing safety net to prevent broken giant SVGs */
img { max-width: 100%; height: auto; display: block; }
svg { display: inline-block; vertical-align: middle; flex-shrink: 0; max-width: 100%; }
svg:not([width]) { max-width: 24px; max-height: 24px; }
.check-ico, .cross-ico {
  display: inline-flex !important; align-items: center !important; justify-content: center !important;
  width: 20px !important; height: 20px !important; min-width: 20px !important; max-width: 20px !important;
  border-radius: 50% !important; font-size: 11px !important; font-weight: 800 !important; flex-shrink: 0 !important;
}
.check-ico { background: rgba(16, 185, 129, 0.2) !important; color: #34d399 !important; }
.cross-ico { background: rgba(239, 68, 68, 0.2) !important; color: #f87171 !important; }

.verif-item svg, .preview-check svg, .listing__proof-tag svg {
  width: 16px !important; height: 16px !important; min-width: 16px !important; max-width: 16px !important; flex-shrink: 0 !important;
}

/* ---------- Design Tokens (CorsoPay Dark Theme) ---------- */
:root {
  --ink:     #ffffff;
  --ink-2:   #f1f5f9;
  --muted:   #94a3b8;
  --faint:   #64748b;

  --bg:      #080c14;
  --canvas:  #0d1322;
  --surface: #131b2e;
  --surface-hover: #19253d;

  --line:    rgba(255, 255, 255, 0.09);
  --line-2:  rgba(255, 255, 255, 0.18);

  --accent:      #635bff;
  --accent-dark: #4f46e5;
  --accent-tint: rgba(99, 91, 255, 0.15);
  --accent-lit:  #818cf8;

  --emerald:      #10b981;
  --emerald-dark: #059669;
  --emerald-tint: rgba(16, 185, 129, 0.15);

  --shopify-color: #10b981;
  --shopify-tint:  rgba(16, 185, 129, 0.15);

  --red:  #ef4444;

  --r-sm: 8px;
  --r:    14px;
  --r-lg: 20px;

  --shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
  --shadow-hover: 0 20px 40px -12px rgba(99, 91, 255, 0.35), 0 0 0 1px rgba(99, 91, 255, 0.4);

  --pad:     clamp(1.15rem, 4vw, 2.5rem);
  --gap:     clamp(0.85rem, 1.8vw, 1.25rem);
  --section: clamp(1.8rem, 3.5vw, 2.8rem);
  --maxw:    1200px;

  --sans: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", Roboto, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

/* ---------- Global Styling ---------- */
body {
  font-family: var(--sans);
  background: radial-gradient(at 50% 0%, rgba(99, 91, 255, 0.12) 0px, transparent 60%), radial-gradient(at 100% 100%, rgba(16, 185, 129, 0.08) 0px, transparent 50%), var(--bg);
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.is-locked { overflow: hidden; }

h1, h2, h3, h4 { color: var(--ink); font-family: var(--sans); font-weight: 800; }
h1 { font-size: clamp(2.3rem, 5.5vw, 3.8rem); letter-spacing: -.04em; line-height: 1.06; }
h2 { font-size: clamp(1.65rem, 3.4vw, 2.4rem); letter-spacing: -.03em; line-height: 1.15; }
h3 { font-size: 1.08rem; font-weight: 750; letter-spacing: -.015em; line-height: 1.35; }
h4 { font-size: .98rem; font-weight: 750; letter-spacing: -.01em; }
p { color: var(--muted); }
strong { color: var(--ink); font-weight: 700; }
code, kbd { font-family: var(--mono); font-size: .9em; }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad); }
.section { padding-block: var(--section); }
.section--tight { padding-block: clamp(2.5rem, 6vw, 4rem); }
.surface { background: var(--canvas); border-block: 1px solid var(--line); }
.center { text-align: center; }

.lead { font-size: clamp(1.04rem, 1.5vw, 1.15rem); line-height: 1.6; color: var(--muted); max-width: 58ch; }
.center .lead { margin-inline: auto; }

/* Eyebrow Badge */
.eyebrow {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--mono); font-size: .74rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  color: #a5b4fc;
  background: var(--accent-tint);
  border: 1px solid rgba(99, 91, 255, 0.3);
  padding: .28rem .8rem; border-radius: 999px;
  margin-bottom: .75rem; box-shadow: 0 2px 10px rgba(99, 91, 255, 0.15);
}
.eyebrow::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%;
  background: var(--emerald); box-shadow: 0 0 10px var(--emerald);
  animation: pulse-green 1.5s infinite; flex: 0 0 auto;
}

.section-head { max-width: 60ch; margin-bottom: clamp(2.2rem, 4vw, 3.2rem); }
.section-head.center { margin-inline: auto; }
.section-head .lead { margin-top: .9rem; }

.section-head--split { max-width: none; }
@media (min-width: 900px) {
  .section-head--split { display: grid; grid-template-columns: 1.15fr .85fr; gap: 3rem; align-items: end; }
  .section-head--split .eyebrow { grid-column: 1 / -1; margin-bottom: .4rem; }
  .section-head--split .lead { margin-top: 0; max-width: 50ch; padding-bottom: .2rem; }
}

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--ink); color: #fff; padding: .7rem 1.1rem; border-radius: var(--r-sm);
}
.skip-link:focus { left: 1rem; top: 1rem; }

:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 4px; }
::selection { background: var(--accent-tint); color: #ffffff; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  padding: .75rem 1.4rem;
  border-radius: var(--r-sm);
  font-size: .94rem; font-weight: 700; letter-spacing: -.01em;
  cursor: pointer; transition: all .2s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap; border: 1px solid transparent;
}

.btn--primary {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #635bff 0%, #4f46e5 100%);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 20px rgba(99, 91, 255, 0.45);
}
.btn--primary::before {
  content: ""; position: absolute; top: 0; left: -100%; width: 50%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  transform: skewX(-25deg); transition: left 0.6s ease; pointer-events: none;
}
.btn--primary:hover::before { left: 180%; }
.btn--primary:hover {
  background: linear-gradient(135deg, #7068ff 0%, #584ff4 100%);
  box-shadow: 0 6px 28px rgba(99, 91, 255, 0.65);
  transform: translateY(-1px);
}

/* ---------- Floating Telegram Direct Support Widget ---------- */
.floating-telegram {
  position: fixed; right: 1.5rem; bottom: 1.5rem; z-index: 150;
  display: flex; align-items: center; gap: .6rem;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%); color: #ffffff;
  padding: .7rem 1.15rem; border-radius: 999px;
  font-family: var(--sans); font-size: .84rem; font-weight: 750;
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
  transition: all .22s cubic-bezier(0.16, 1, 0.3, 1);
}
.floating-telegram:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 12px 35px rgba(16, 185, 129, 0.65);
  background: linear-gradient(135deg, #12c98d 0%, #06a877 100%);
  color: #ffffff;
}
@media (max-width: 640px) {
  .floating-telegram span { display: none; }
  .floating-telegram { padding: .75rem; right: 1rem; bottom: 1rem; }
}

.btn--accent {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 20px rgba(16, 185, 129, 0.35);
}
.btn--accent:hover {
  background: linear-gradient(135deg, #12c98d 0%, #06a877 100%);
  box-shadow: 0 6px 28px rgba(16, 185, 129, 0.55);
  transform: translateY(-1px);
}

.btn--ghost, .btn--light, .btn--white {
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.btn--ghost:hover, .btn--light:hover, .btn--white:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
}

.btn--lg { padding: .92rem 1.8rem; font-size: 1rem; border-radius: 10px; }
.btn--block { width: 100%; }

.btn-row { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; }
.center .btn-row { justify-content: center; }

/* ---------- Header ---------- */
.header {
  position: sticky; top: 0; z-index: 100;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: none;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.header.is-stuck {
  background: rgba(8, 12, 20, 0.88);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid var(--line-2);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 72px; }

.brand { display: inline-flex; align-items: center; color: var(--ink); text-decoration: none; }
.brand__logo-img { height: 44px; width: auto; max-width: 240px; display: block; object-fit: contain; }

.nav { display: none; }
.nav__list { display: flex; align-items: center; gap: .3rem; flex-wrap: nowrap; }
.nav__link {
  display: inline-flex; align-items: center; gap: .4rem; padding: .48rem .75rem; border-radius: var(--r-sm);
  font-size: .88rem; font-weight: 650; color: var(--muted);
  white-space: nowrap;
  flex-shrink: 0;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.nav__link:hover { color: var(--ink); background: rgba(255, 255, 255, 0.06); }
.nav__link[aria-current="page"] { color: #ffffff; font-weight: 750; background: var(--accent-tint); border: 1px solid rgba(99, 91, 255, 0.3); }

/* Highlighted Browse Accounts Link */
.nav__link--highlight,
.nav__link[href="browse"] {
  color: #34d399 !important;
  font-weight: 750;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.35);
  box-shadow: 0 0 15px rgba(16, 185, 129, 0.16);
}
.nav__link--highlight:hover,
.nav__link[href="browse"]:hover {
  color: #6ee7b7 !important;
  background: rgba(16, 185, 129, 0.22);
  border-color: rgba(16, 185, 129, 0.55);
  box-shadow: 0 0 22px rgba(16, 185, 129, 0.35);
  transform: translateY(-1px);
}

.nav-pulse-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #10b981; box-shadow: 0 0 8px #10b981;
  animation: pulse-green 1.5s infinite; flex-shrink: 0;
}

.header__actions { display: flex; align-items: center; gap: .75rem; }
.header__cta { display: none; padding: .52rem 1.15rem; font-size: .88rem; border-radius: 8px; }

.burger {
  display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
  width: 42px; height: 42px; padding: 0 9px; margin-right: -9px;
  background: none; border: 0; cursor: pointer;
}
.burger span { display: block; height: 2px; width: 100%; background: var(--ink); border-radius: 1px; transition: transform .22s ease, opacity .18s ease; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-nav {
  position: fixed; inset: 72px 0 0 0; z-index: 99;
  background: var(--bg);
  padding: 1.2rem var(--pad) 3rem;
  overflow-y: auto;
  opacity: 0; visibility: hidden;
  transition: opacity .2s ease, visibility .2s;
}
.mobile-nav.is-open { opacity: 1; visibility: visible; }
.mobile-nav a.mobile-nav__link {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.1rem .1rem;
  font-size: 1.1rem; font-weight: 750; color: var(--ink);
  border-bottom: 1px solid var(--line);
}
.mobile-nav a.mobile-nav__link[aria-current="page"] { color: var(--accent-lit); }
.mobile-nav .btn { margin-top: 1.8rem; }
.mobile-nav__meta { margin-top: 1.6rem; font-size: .9rem; }
.mobile-nav__meta a { color: var(--accent-lit); font-family: var(--mono); font-size: .85rem; }

/* ---------- Hero (CorsoPay Video & Dark Aesthetic) ---------- */
.hero-corsopay {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  margin-top: -72px;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  padding-top: calc(72px + 1.2rem);
  padding-bottom: clamp(2rem, 3.5vw, 3rem);
  box-sizing: border-box;
}
.hero-corsopay-video-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.hero-corsopay-video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1.02) contrast(1.05) saturate(1.2);
}
.hero-corsopay-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 12, 22, 0.62) 0%, rgba(8, 12, 22, 0.44) 40%, rgba(8, 12, 22, 0.65) 80%, rgba(8, 12, 22, 0.92) 100%),
              radial-gradient(circle at 40% 30%, rgba(99, 91, 255, 0.16) 0%, transparent 65%);
}
.hero-corsopay-content {
  position: relative;
  z-index: 10;
  width: 100%;
}

.hero-title-corsopay {
  font-family: var(--sans);
  font-weight: 850;
  color: #ffffff;
  font-size: clamp(34px, 5.5vw, 68px);
  line-height: 0.96;
  letter-spacing: -0.04em;
  margin-bottom: 1rem;
}
.hero-title-accent,
.grad-pink-purple {
  color: #818cf8;
  background: none;
  -webkit-text-fill-color: initial;
  display: inline-block;
  font-weight: 850;
}

.hero {
  background: radial-gradient(circle at 50% 0%, rgba(99, 91, 255, 0.18) 0%, rgba(8, 12, 20, 0) 75%), var(--bg);
  border-bottom: 1px solid var(--line);
  padding-block: clamp(1.8rem, 3.5vw, 2.5rem);
}
.hero__grid { display: grid; gap: clamp(1.8rem, 3.5vw, 2.8rem); align-items: center; }

.hero__title { max-width: 17ch; text-wrap: balance; color: var(--ink); }
.hero__title .grad {
  background: linear-gradient(135deg, #818cf8 0%, #34d399 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

.hero__lead { max-width: 52ch; margin-top: 1rem; font-size: 1.05rem; line-height: 1.6; color: var(--muted); }
.hero .btn-row { margin-top: 1.5rem; }
.hero__note { margin-top: 1rem; font-family: var(--mono); font-size: .78rem; letter-spacing: .02em; color: var(--faint); font-weight: 600; display: flex; align-items: center; gap: .4rem; flex-wrap: wrap; }

/* Hero Pillars (Redesigned key value pillars) */
.hero-pillars {
  display: grid; gap: .75rem; margin-top: 1.4rem;
}
.hero-pillar {
  display: flex; align-items: flex-start; gap: .9rem;
  background: var(--surface); border: 1px solid var(--line);
  padding: 1rem 1.2rem; border-radius: var(--r-lg);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.hero-pillar:hover {
  transform: translateY(-2px); border-color: rgba(99, 91, 255, 0.5);
  box-shadow: 0 8px 25px rgba(99, 91, 255, 0.25);
}
.hero-pillar__icon {
  width: 38px; height: 38px; border-radius: 10px;
  background: var(--accent-tint); color: #818cf8;
  display: grid; place-items: center; flex-shrink: 0;
  border: 1px solid rgba(99, 91, 255, 0.3); margin-top: .1rem;
}
.hero-pillar__icon--emerald {
  background: var(--emerald-tint); color: #34d399;
  border-color: rgba(16, 185, 129, 0.3);
}
.hero-pillar__icon--purple {
  background: rgba(168, 85, 247, 0.15); color: #c084fc;
  border-color: rgba(168, 85, 247, 0.3);
}
.hero-pillar h4 { font-size: .95rem; font-weight: 800; color: var(--ink); margin-bottom: .2rem; }
.hero-pillar p { font-size: .86rem; color: var(--muted); line-height: 1.45; margin: 0; }

/* ---------- Metrics Bar ---------- */
.trust { background: var(--canvas); border-bottom: 1px solid var(--line); }
.trust__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.75rem 1.2rem; padding-block: clamp(2rem, 4vw, 2.8rem); }
.trust__item { text-align: left; }
.trust__num { font-size: clamp(1.6rem, 3.2vw, 2.2rem); font-weight: 850; letter-spacing: -.035em; color: var(--ink); line-height: 1.1; }
.trust__label { font-family: var(--mono); font-size: .75rem; letter-spacing: .04em; color: var(--faint); margin-top: .45rem; max-width: 26ch; line-height: 1.5; font-weight: 650; }

/* ---------- Cards & Grids ---------- */
.grid { display: grid; gap: var(--gap); }
.grid--2 { grid-template-columns: 1fr; }
.grid--3 { grid-template-columns: 1fr; }
.grid--4 { grid-template-columns: 1fr; }

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(1.4rem, 3vw, 1.8rem);
  box-shadow: var(--shadow);
  transition: all .22s cubic-bezier(0.16, 1, 0.3, 1);
}
.card:hover { border-color: rgba(99, 91, 255, 0.5); transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.card h3 { margin-bottom: .6rem; color: var(--ink); }
.card p { font-size: .94rem; }

/* ---------- Visual Flowchart & Blueprint Schematics ---------- */
.schematic-grid {
  display: grid; grid-template-columns: 1fr; gap: 1.25rem; margin-top: 1.8rem;
}
@media (min-width: 640px) {
  .schematic-grid { grid-template-columns: 1fr 1fr; }
}

.schematic-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 1.4rem;
  box-shadow: var(--shadow);
  display: flex; flex-direction: column; justify-content: space-between;
  transition: all .22s cubic-bezier(0.16, 1, 0.3, 1);
}
.schematic-card:hover {
  border-color: var(--accent); transform: translateY(-3px); box-shadow: var(--shadow-hover);
}
.schematic-card__head { display: flex; align-items: center; justify-content: space-between; gap: .75rem; margin-bottom: 1rem; }
.schematic-card__icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--accent-tint); color: #818cf8;
  display: grid; place-items: center; flex-shrink: 0;
  box-shadow: 0 2px 10px rgba(99, 91, 255, 0.25);
  border: 1px solid rgba(99, 91, 255, 0.3);
}
.schematic-card__icon--emerald {
  background: var(--emerald-tint); color: #34d399;
  box-shadow: 0 2px 10px rgba(16, 185, 129, 0.25);
  border: 1px solid rgba(16, 185, 129, 0.3);
}
.schematic-card__title { font-size: 1.08rem; font-weight: 800; color: var(--ink); }
.schematic-card__badge {
  font-family: var(--mono); font-size: .68rem; font-weight: 750;
  letter-spacing: .06em; text-transform: uppercase;
  padding: .25rem .6rem; border-radius: 999px;
  background: var(--canvas); border: 1px solid var(--line-2); color: var(--faint);
}
.schematic-card__badge--ok {
  background: var(--emerald-tint); color: var(--emerald-dark); border-color: rgba(16, 185, 129, 0.3);
}

.schematic-meter {
  height: 8px; width: 100%; background: var(--canvas);
  border-radius: 999px; overflow: hidden; margin: .85rem 0 .55rem;
  border: 1px solid var(--line);
}
.schematic-meter__fill {
  height: 100%; border-radius: 999px;
  background: linear-gradient(90deg, var(--accent) 0%, var(--emerald) 100%);
}

.schematic-tags { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: .6rem; }
.schematic-tag {
  font-size: .8rem; font-weight: 700; padding: .22rem .6rem;
  border-radius: 6px; background: var(--canvas); border: 1px solid var(--line);
  color: var(--ink-2); display: inline-flex; align-items: center; gap: .35rem;
}
.schematic-tag svg { width: 14px; height: 14px; color: var(--emerald-dark); }

/* ---------- Step Flowchart ---------- */
.flow-diagram {
  display: grid; grid-template-columns: 1fr; gap: 1rem; margin-top: 2rem;
}
@media (min-width: 850px) {
  .flow-diagram { grid-template-columns: repeat(4, 1fr); gap: .8rem; }
}

.flow-node {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 1.35rem 1.15rem;
  box-shadow: var(--shadow);
  text-align: center; transition: all .22s ease;
}
.flow-node:hover { border-color: var(--accent); transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.flow-node__num {
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--accent); color: #ffffff;
  font-family: var(--mono); font-size: .9rem; font-weight: 800;
  display: grid; place-items: center; margin: 0 auto .85rem;
  box-shadow: 0 4px 14px rgba(99, 91, 255, 0.35);
}
.flow-node__title { font-size: 1rem; font-weight: 800; color: var(--ink); margin-bottom: .3rem; }
.flow-node__text { font-size: .86rem; color: var(--muted); line-height: 1.45; }
.flow-node__badge {
  display: inline-block; margin-top: .8rem;
  font-family: var(--mono); font-size: .66rem; font-weight: 750;
  letter-spacing: .06em; text-transform: uppercase;
  padding: .18rem .5rem; border-radius: 4px;
  background: var(--emerald-tint); color: var(--emerald-dark); border: 1px solid rgba(16,185,129,0.3);
}

/* Architecture Blueprint */
.arch-blueprint {
  background: rgba(13, 19, 34, 0.8);
  border: 1px dashed rgba(99, 91, 255, 0.35);
  border-radius: var(--r-lg);
  padding: 1.75rem; margin-top: 1.8rem;
  box-shadow: var(--shadow);
}
.arch-grid {
  display: grid; grid-template-columns: 1fr; gap: 1rem; align-items: center;
}
@media (min-width: 768px) {
  .arch-grid { grid-template-columns: 1fr auto 1fr auto 1fr; }
}

.arch-box {
  background: rgba(13, 19, 34, 0.8); border: 1px solid var(--line-2);
  border-radius: var(--r); padding: 1.1rem; text-align: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}
.arch-box__ico { width: 38px; height: 38px; margin: 0 auto .5rem; color: var(--accent); }
.arch-box__title { font-size: .95rem; font-weight: 800; color: var(--ink); }
.arch-box__sub { font-size: .78rem; color: var(--faint); font-family: var(--mono); font-weight: 600; margin-top: .15rem; }

.arch-arrow {
  display: flex; justify-content: center; align-items: center; color: var(--accent);
  font-size: 1.3rem; font-weight: 850;
}

/* ---------- Glassmorphism Checkout Mockup Widget (Hero) ---------- */
.checkout-mockup-wrapper {
  position: relative;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}

.checkout-glass-card {
  position: relative;
  background: rgba(15, 23, 42, 0.72);
  backdrop-filter: blur(28px) saturate(190%);
  -webkit-backdrop-filter: blur(28px) saturate(190%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 26px;
  padding: 1.75rem 1.85rem;
  box-shadow: 0 30px 70px -15px rgba(0, 0, 0, 0.65), 0 0 35px rgba(16, 185, 129, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: transform .25s ease, box-shadow .25s ease;
}
.checkout-glass-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 36px 80px -15px rgba(0, 0, 0, 0.75), 0 0 45px rgba(16, 185, 129, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.checkout-badge-conversion {
  position: absolute;
  top: -13px;
  right: 22px;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  padding: 0.38rem 0.95rem;
  border-radius: 999px;
  box-shadow: 0 6px 20px rgba(16, 185, 129, 0.55);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  z-index: 10;
}

.checkout-glass-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.15rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.checkout-secure-title {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 550;
  letter-spacing: -0.01em;
}
.checkout-secured-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #10b981;
  font-size: 0.85rem;
  font-weight: 700;
}

.checkout-product-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.35rem;
}
.checkout-prod-left {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}
.checkout-prod-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.85);
  flex-shrink: 0;
}
.checkout-prod-name {
  font-size: 1.1rem;
  font-weight: 750;
  color: #ffffff;
  letter-spacing: -0.02em;
}
.checkout-prod-qty {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 0.2rem;
}
.checkout-prod-price {
  font-size: 1.35rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.03em;
}

.checkout-inputs {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.checkout-input-box {
  background: rgba(255, 255, 255, 0.06);
  border: 1.5px solid rgba(99, 91, 255, 0.35);
  border-radius: 13px;
  padding: 0.85rem 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #ffffff;
  font-family: var(--mono);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
.checkout-input-box svg {
  flex-shrink: 0;
  opacity: 0.8;
}
.checkout-inputs-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
.checkout-input-cvc {
  letter-spacing: 0.3em;
  font-size: 1.15rem;
}

.checkout-btn-confirmed {
  width: 100%;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #ffffff;
  font-size: 1.02rem;
  font-weight: 750;
  border: none;
  border-radius: 14px;
  padding: 0.95rem 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.45);
  letter-spacing: -0.01em;
  cursor: default;
}

.checkout-divider {
  display: flex;
  align-items: center;
  text-align: center;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.8rem;
  margin: 0.85rem 0;
}
.checkout-divider::before,
.checkout-divider::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.checkout-divider::before { margin-right: 0.8em; }
.checkout-divider::after { margin-left: 0.8em; }

.checkout-btn-wallet {
  width: 100%;
  background: #000000;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  padding: 0.85rem 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  font-size: 0.95rem;
  font-weight: 700;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
  cursor: default;
}

/* ---------- Live Account Preview Widget (Auto-Swiping Carousel) ---------- */
.live-preview-widget {
  position: relative;
  width: 100%;
}
.slider-top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.65rem;
  padding: 0 0.2rem;
}
.slider-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: rgba(10, 15, 26, 0.88);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(16, 185, 129, 0.35);
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 750;
  color: #34d399;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
.slider-nav-arrows {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.slider-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.88);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}
.slider-arrow:hover {
  background: rgba(99, 91, 255, 0.35);
  border-color: rgba(99, 91, 255, 0.6);
  transform: scale(1.08);
}
.slider-track-container {
  position: relative;
  width: 100%;
}
.preview-slide {
  display: none;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1), transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.preview-slide.is-active {
  display: block;
  opacity: 1;
  transform: translateY(0);
  animation: slideFadeIn 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes slideFadeIn {
  from { opacity: 0; transform: translateY(8px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.preview-card {
  background: rgba(15, 23, 42, 0.78);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--r-lg);
  padding: 1.5rem;
  box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.5), 0 0 0 1px rgba(99, 91, 255, 0.15);
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  transition: transform .22s ease, box-shadow .22s ease;
}
.preview-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 60px -15px rgba(99, 91, 255, 0.25), 0 0 0 1px rgba(99, 91, 255, 0.35);
}

.preview-card__head {
  display: flex; align-items: center; justify-content: space-between; gap: .75rem;
  padding-bottom: .85rem; border-bottom: 1px solid var(--line);
}
.preview-card__brand {
  display: flex; align-items: center; gap: .55rem;
  font-family: var(--mono); font-size: .78rem; font-weight: 750; color: var(--ink);
}
.preview-card__status {
  display: inline-flex; align-items: center; gap: .35rem;
  font-family: var(--mono); font-size: .68rem; font-weight: 750;
  color: var(--emerald-dark); background: var(--emerald-tint);
  padding: .2rem .6rem; border-radius: 999px; border: 1px solid rgba(16, 185, 129, 0.3);
}
.pulse-dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--emerald-dark);
  box-shadow: 0 0 6px var(--emerald-dark); animation: pulse-green 1.5s infinite;
}

.preview-card__title { font-size: 1.15rem; font-weight: 850; color: #ffffff; letter-spacing: -.02em; }

.preview-metrics {
  display: grid; grid-template-columns: 1fr 1fr; gap: .85rem;
  background: var(--canvas); border: 1px solid var(--line);
  border-radius: var(--r); padding: .95rem;
}
.preview-metric { display: flex; flex-direction: column; }
.preview-metric__label { font-family: var(--mono); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; color: var(--faint); font-weight: 750; }
.preview-metric__val { font-size: 1.15rem; font-weight: 850; color: var(--ink); margin-top: .15rem; }
.preview-metric__sub { font-size: .75rem; color: var(--emerald-dark); font-weight: 700; }

.preview-checklist { display: grid; gap: .5rem; }
.preview-check {
  display: flex; align-items: flex-start; gap: .55rem;
  font-size: .84rem; color: var(--ink-2); line-height: 1.45;
}
.preview-check svg { width: 16px; height: 16px; color: var(--emerald-dark); flex-shrink: 0; margin-top: .15rem; }

.preview-card__foot {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem;
  padding-top: 1rem; border-top: 1px solid var(--line);
}
.preview-price { display: block; font-size: 1.45rem; font-weight: 850; color: #ffffff; line-height: 1.1; letter-spacing: -.04em; }
.preview-escrow { display: block; font-family: var(--mono); font-size: .68rem; color: var(--emerald-dark); font-weight: 750; margin-top: .2rem; }

.slider-bottom-controls {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  align-items: center;
}
.slider-progress-bar {
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  overflow: hidden;
}
.slider-progress-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #635bff, #10b981);
  border-radius: 999px;
  transition: width 0.1s linear;
}
.slider-dots {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.25);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}
.slider-dot.is-active {
  width: 24px;
  background: #10b981;
}

/* ---------- Comparison Matrix ---------- */
.comparison-grid {
  display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-top: 2.2rem;
}
@media (min-width: 768px) {
  .comparison-grid { grid-template-columns: 1fr 1fr; }
}

.comparison-card {
  background: var(--surface); border: 1px solid var(--line-2);
  border-radius: var(--r-lg); padding: 1.75rem;
  box-shadow: var(--shadow); transition: all .22s ease;
}
.comparison-card--bad { border-color: rgba(239, 68, 68, 0.3); }
.comparison-card--good { border-color: rgba(16, 185, 129, 0.4); box-shadow: 0 12px 32px rgba(16, 185, 129, 0.12); }

.comparison-card__head { margin-bottom: 1.25rem; }
.comparison-badge {
  display: inline-block; font-family: var(--mono); font-size: .72rem; font-weight: 750;
  letter-spacing: .06em; text-transform: uppercase; padding: .25rem .7rem; border-radius: 999px;
  margin-bottom: .65rem;
}
.comparison-badge--bad { background: rgba(239, 68, 68, 0.15); color: #f87171; border: 1px solid rgba(239,68,68,0.35); }
.comparison-badge--good { background: var(--emerald-tint); color: #34d399; border: 1px solid rgba(16,185,129,0.35); }

.comparison-list { display: grid; gap: .9rem; }
.comparison-list li {
  display: flex; align-items: flex-start; gap: .8rem;
  font-size: .94rem; color: var(--ink-2); line-height: 1.5;
}
.cross-ico {
  width: 22px; height: 22px; border-radius: 50%; background: rgba(239, 68, 68, 0.15); color: #f87171;
  font-weight: 850; font-size: .8rem; display: grid; place-items: center; flex-shrink: 0; margin-top: .1rem;
}
.check-ico {
  width: 22px; height: 22px; border-radius: 50%; background: var(--emerald-tint); color: #34d399;
  font-weight: 850; font-size: .85rem; display: grid; place-items: center; flex-shrink: 0; margin-top: .1rem;
}

/* ---------- FAQ Accordion ---------- */
.faq { max-width: 850px; display: grid; gap: .85rem; }
.faq details {
  border: 1px solid var(--line); border-radius: var(--r);
  background: var(--surface); box-shadow: 0 1px 3px rgba(15,23,42,0.04);
  transition: border-color .18s ease; overflow: hidden;
}
.faq details:hover { border-color: var(--line-2); }
.faq details[open] { border-color: var(--accent); background: var(--surface); }
.faq summary {
  cursor: pointer; list-style: none; position: relative;
  padding: 1.25rem 3.5rem 1.25rem 1.5rem;
  font-size: 1.02rem; font-weight: 750; color: var(--ink); line-height: 1.45;
  transition: color .14s ease;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: 1.5rem; top: 1.6rem;
  width: 9px; height: 9px;
  border-right: 2px solid var(--accent); border-bottom: 2px solid var(--accent);
  transform: rotate(45deg); transition: transform .22s ease;
}
.faq details[open] summary::after { transform: rotate(-135deg); }
.faq details[open] summary { color: var(--accent); }
.faq .faq__body { padding: 0 1.5rem 1.4rem 1.5rem; color: var(--muted); font-size: .95rem; line-height: 1.65; }
.faq .faq__body p + p { margin-top: .8rem; }
.faq .faq__body strong { color: var(--ink); }

/* ---------- CTA Band ---------- */
.cta-band {
  background: rgba(13, 19, 34, 0.9);
  border: 1px solid var(--line-2);
  border-radius: var(--r-lg);
  padding: clamp(2.5rem, 5vw, 3.8rem) clamp(1.6rem, 4vw, 3.2rem);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}
.cta-band h2 { color: var(--ink); max-width: 22ch; }
.cta-band p { color: var(--muted); max-width: 56ch; margin: 1rem 0 0; font-size: 1.02rem; }
.cta-band .btn-row { margin-top: 2rem; }

/* ---------- Forms ---------- */
/* ---------- Forms & Inputs Premium Overhaul ---------- */
.form-layout { display: grid; gap: clamp(2rem, 4vw, 3rem); align-items: start; }
.form-card {
  background: rgba(13, 19, 34, 0.85); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: clamp(1.8rem, 3.5vw, 2.6rem);
  box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.5);
}

.field { margin-bottom: 1.35rem; }
.field label, .field-label {
  display: block; font-family: var(--sans); font-size: .84rem; font-weight: 750;
  letter-spacing: -.01em; color: var(--ink); margin-bottom: .45rem;
}
.field .req { color: var(--accent); font-weight: 800; margin-left: .2rem; }
.field input, .field select, .field textarea {
  width: 100%; padding: .82rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.12); border-radius: var(--r);
  background: rgba(13, 19, 34, 0.8); font-size: .95rem; color: #ffffff;
  font-family: var(--sans); font-weight: 500;
  transition: all .2s cubic-bezier(0.16, 1, 0.3, 1);
}
.field input::placeholder, .field textarea::placeholder { color: #64748b; font-weight: 400; }
.field input:hover, .field select:hover, .field textarea:hover {
  background: rgba(19, 27, 46, 1); border-color: rgba(255, 255, 255, 0.25);
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; background: rgba(19, 27, 46, 1); border-color: var(--accent-lit);
  box-shadow: 0 0 0 4px rgba(99, 91, 255, 0.25), 0 4px 16px rgba(0, 0, 0, 0.4);
}
.field textarea { resize: vertical; min-height: 120px; line-height: 1.5; }
.field select {
  appearance: none; padding-right: 2.5rem; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23818cf8' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 1.1rem center;
}
.field select option { background: #0d1322; color: #ffffff; padding: .5rem; }
.field__hint { font-size: .82rem; color: var(--faint); margin-top: .4rem; }
.field--error input, .field--error select, .field--error textarea { border-color: var(--red); background: rgba(239,68,68,0.1); }
.field__error { display: none; font-size: .82rem; color: var(--red); margin-top: .4rem; font-weight: 600; }
.field--error .field__error { display: block; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
@media (max-width: 640px) { .field-row { grid-template-columns: 1fr; } }

/* Checkbox Cards for Form Verification Options */
.checkbox-grid { display: grid; gap: .65rem; margin-top: .5rem; }
.checkbox-card {
  display: flex !important; align-items: center !important; justify-content: flex-start !important; gap: .75rem !important;
  padding: .75rem 1rem; background: rgba(13, 19, 34, 0.8); border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--r); font-size: .88rem; color: #f1f5f9;
  cursor: pointer; transition: all .18s ease; margin-bottom: 0 !important;
  font-weight: 500 !important; letter-spacing: 0 !important;
}
.checkbox-card:hover { background: rgba(19, 27, 46, 1); border-color: var(--accent-lit); box-shadow: 0 4px 15px rgba(99, 91, 255, 0.2); }
.checkbox-card input[type="checkbox"] {
  width: 18px; height: 18px; flex: 0 0 auto; accent-color: var(--accent); cursor: pointer; margin: 0;
}
.checkbox-card__text { font-size: .88rem; color: #ffffff; font-weight: 650; line-height: 1.35; }
.checkbox-card__text small { display: block; font-size: .78rem; font-weight: 400; color: var(--muted); margin-top: .1rem; }

.consent {
  display: flex; align-items: flex-start; gap: .75rem;
  padding: .9rem 1.1rem; background: var(--canvas);
  border: 1px solid var(--line); border-radius: var(--r);
  font-size: .88rem; color: var(--ink-2); margin-top: 1.2rem;
}
.consent input { width: 18px; height: 18px; flex: 0 0 auto; cursor: pointer; accent-color: var(--accent); margin-top: .15rem; }
.consent label { font-size: .86rem; color: var(--ink-2); font-weight: 600; text-transform: none; letter-spacing: 0; cursor: pointer; margin: 0; display: block; justify-content: flex-start; }

.form-status { display: none; margin-top: 1.2rem; padding: .9rem 1.1rem; font-size: .92rem; border-radius: var(--r-sm); border: 1px solid; }
.form-status.is-ok  { display: block; background: var(--emerald-tint); color: #34d399; border-color: rgba(16,185,129,0.35); }
.form-status.is-err { display: block; background: rgba(239, 68, 68, 0.15); color: #f87171; border-color: rgba(239,68,68,0.35); }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }

.contact-aside { display: grid; gap: 1.2rem; }
.contact-item { display: flex; align-items: flex-start; gap: 1rem; }
.contact-item .ico {
  width: 38px; height: 38px; border-radius: 10px;
  border: 1px solid var(--line-2); background: var(--surface);
  display: grid; place-items: center; color: var(--accent); flex-shrink: 0;
  box-shadow: 0 1px 3px rgba(15,23,42,0.05);
}
.contact-item .ico svg { width: 18px; height: 18px; }
.contact-item h4 { margin-bottom: .2rem; color: var(--ink); }
.contact-item p, .contact-item a { font-size: .91rem; color: var(--muted); }
.contact-item a { font-family: var(--mono); font-size: .86rem; color: var(--accent); font-weight: 700; }
.contact-item a:hover { text-decoration: underline; color: var(--accent-dark); }

/* Feature list formatting (fixes giant SVG tick bug) */
.feature-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 1.3rem; }
.feature-list li { display: flex; align-items: flex-start; gap: .9rem; }
.feature-list .ico {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--emerald-tint); border: 1px solid rgba(16, 185, 129, 0.3);
  color: var(--emerald-dark); display: grid; place-items: center;
  flex-shrink: 0; margin-top: .15rem; box-shadow: 0 2px 6px rgba(16, 185, 129, 0.12);
}
.feature-list .ico svg { width: 16px; height: 16px; stroke-width: 3; }
.feature-list h4 { font-size: .95rem; font-weight: 750; color: var(--ink); margin-bottom: .2rem; }
.feature-list p { font-size: .88rem; color: var(--muted); line-height: 1.45; margin: 0; }

/* ---------- Legal pages ---------- */
.legal { max-width: 75ch; }
.legal h2 { font-size: clamp(1.3rem, 2.4vw, 1.6rem); margin-top: 2.8rem; margin-bottom: .9rem; color: var(--ink); }
.legal h3 { font-size: 1.05rem; margin-top: 1.8rem; margin-bottom: .5rem; color: var(--ink); }
.legal p, .legal li { font-size: .96rem; color: var(--muted); line-height: 1.65; }
.legal p + p { margin-top: .95rem; }
.legal ul { list-style: none; padding-left: 0; display: grid; margin-top: 1rem; gap: .4rem; }
.legal ul li { position: relative; padding: .35rem 0 .35rem 1.25rem; }
.legal ul li::before { content: ""; position: absolute; left: 0; top: .95em; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); }
.legal__updated { font-family: var(--mono); font-size: .78rem; color: var(--faint); margin-top: .9rem; }

/* ---------- Inner page header ---------- */
.page-hero {
  background: radial-gradient(circle at 50% 0%, rgba(99, 91, 255, 0.08) 0%, rgba(250, 250, 250, 0) 70%), var(--bg);
  border-bottom: 1px solid var(--line);
  padding-block: clamp(1.6rem, 3vw, 2.4rem) clamp(1.2rem, 2.2vw, 1.6rem);
}
.page-hero h1 { max-width: 22ch; color: var(--ink); }
.page-hero .lead { margin-top: 0.6rem; }
.breadcrumb { font-family: var(--mono); font-size: .75rem; letter-spacing: .05em; color: var(--faint); margin-bottom: 0.8rem; font-weight: 700; }
.breadcrumb a { text-decoration: none; color: var(--muted); }
.breadcrumb a:hover { color: var(--accent); }

.page-hero + .section {
  padding-top: 1.5rem;
}

/* ---------- Footer ---------- */
.footer { background: #0f172a; color: #94a3b8; border-top: 1px solid var(--line); padding-block: clamp(3rem, 6vw, 4.5rem) 2.2rem; }
.footer h4 { color: #cbd5e1; font-family: var(--mono); font-size: .72rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 1.2rem; }
.footer a { color: #94a3b8; font-size: .92rem; transition: color .18s ease; }
.footer a:hover { color: #ffffff; }
.footer .brand { color: #ffffff; }
.footer .brand__logo-img { height: 46px; }
.footer .brand__word { color: #ffffff; }
.footer__grid { display: grid; gap: 2.5rem; }
.footer__about p { color: #64748b; font-size: .91rem; margin-top: 1.1rem; max-width: 38ch; line-height: 1.6; }
.footer__links { display: grid; gap: .7rem; }
.footer__bottom {
  margin-top: 3.2rem; padding-top: 1.6rem; border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: grid; gap: 1rem; font-family: var(--mono); font-size: .78rem; color: #64748b;
}
.footer__legal-links { display: flex; flex-wrap: wrap; gap: 1.4rem; }
.footer__legal-links a { font-family: var(--mono); font-size: .78rem; }
.disclaimer { font-size: .78rem; color: #64748b; line-height: 1.65; max-width: 85ch; }

/* ---------- Mobile action bar ---------- */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  display: flex; gap: .9rem; align-items: center;
  padding: .75rem var(--pad) calc(.75rem + env(safe-area-inset-bottom));
  background: rgba(8, 12, 20, 0.94);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  border-top: 1px solid var(--line-2);
  transform: translateY(110%); transition: transform .26s ease;
}
.sticky-cta.is-visible { transform: translateY(0); }
.sticky-cta .btn { flex: 1; padding-block: .75rem; }
.sticky-cta__text { display: none; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(12px); transition: opacity .45s ease, transform .45s ease; }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* ---------- Marketplace Components & Listing Cards (Sleek Refined Redesign) ---------- */
.listings { display: grid; gap: var(--gap); }

.listing {
  display: flex; flex-direction: column;
  background: rgba(13, 19, 34, 0.85);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 1.15rem 1.25rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  transition: all .22s cubic-bezier(0.16, 1, 0.3, 1);
}
.listing:hover { border-color: rgba(99, 91, 255, 0.45); transform: translateY(-3px); box-shadow: 0 16px 40px rgba(99, 91, 255, 0.25); }
.listing__top { display: flex; flex-wrap: wrap; gap: .35rem; margin-bottom: .75rem; }
.listing__title { font-size: 1.02rem; font-weight: 850; letter-spacing: -.02em; color: #ffffff; margin-bottom: .35rem; line-height: 1.3; }
.listing__desc { font-size: .84rem; color: #94a3b8; margin-bottom: .85rem; line-height: 1.45; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* Real Screenshot Proof Thumbnail on Account Cards */
.listing__proof-box {
  margin-bottom: 0.95rem; position: relative; border-radius: var(--r);
  overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.1); background: rgba(10, 15, 29, 0.6);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}
.listing__proof-img {
  width: 100%; height: 180px; object-fit: cover; object-position: top center;
  display: block; transition: transform .3s ease; cursor: zoom-in;
}
.listing__proof-box:hover .listing__proof-img { transform: scale(1.04); }
.listing__proof-tag {
  position: absolute; bottom: 0.5rem; right: 0.5rem;
  background: rgba(8, 12, 20, 0.88); backdrop-filter: blur(8px); color: #ffffff;
  font-family: var(--mono); font-size: 0.62rem; font-weight: 700;
  padding: 0.22rem 0.55rem; border-radius: 6px; border: 1px solid rgba(255,255,255,0.2);
  display: flex; align-items: center; gap: 0.35rem; pointer-events: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

/* ---------- Premium Metric Mini-Cards (Bulletproof, Never Wrapped) ---------- */
.metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem;
  margin-bottom: 0.8rem;
  background: transparent;
  padding: 0;
  border: none;
}
.metrics div {
  background: rgba(13, 19, 34, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 0.5rem 0.65rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.metrics dt {
  display: block;
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
  font-weight: 750;
  margin-bottom: 0.15rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.metrics dd {
  display: block;
  font-size: 0.86rem;
  font-weight: 850;
  color: #ffffff;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.metric-highlight { color: #34d399 !important; font-weight: 850 !important; }

/* Refined Inline Verification Pills */
.verif-list { display: flex; flex-wrap: wrap; gap: .35rem; margin-bottom: .85rem; }
.verif-pill {
  display: inline-flex; align-items: center; gap: .3rem;
  font-size: .74rem; font-weight: 650; color: #e2e8f0;
  background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1);
  padding: .2rem .55rem; border-radius: 6px; white-space: nowrap;
}
.verif-pill svg { width: 12px; height: 12px; color: #34d399; flex-shrink: 0; }

.listing__foot { display: flex; align-items: center; justify-content: space-between; gap: .8rem; margin-top: auto; padding-top: .85rem; border-top: 1px solid var(--line); }
.listing__price { display: block; font-size: 1.3rem; font-weight: 850; letter-spacing: -.04em; color: #ffffff; line-height: 1.1; }
.listing__deal { display: block; font-family: var(--mono); font-size: .63rem; letter-spacing: .04em; text-transform: uppercase; color: #34d399; margin-top: .15rem; font-weight: 750; }
.listing__foot .btn { padding: .52rem 1rem; font-size: .84rem; border-radius: 8px; }

/* ---------- Lightbox Modal Overlay ---------- */
.lightbox-modal {
  position: fixed; inset: 0; z-index: 2000;
  display: flex; align-items: center; justify-content: center;
  padding: 1.5rem;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .25s ease, visibility .25s ease;
}
.lightbox-modal.is-open {
  opacity: 1; visibility: visible; pointer-events: auto;
}
.lightbox-modal__backdrop {
  position: absolute; inset: 0;
  background: rgba(15, 23, 42, 0.88);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}
.lightbox-modal__content {
  position: relative; z-index: 2001;
  max-width: 90vw; max-height: 88vh;
  display: flex; flex-direction: column; align-items: center;
  background: #0d1322; border-radius: var(--r-lg);
  padding: 1rem; box-shadow: 0 25px 60px rgba(0, 0, 0, 0.7);
  border: 1px solid var(--line-2);
  animation: lightbox-zoom .25s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes lightbox-zoom {
  from { transform: scale(0.92); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
.lightbox-modal__close {
  position: absolute; top: -45px; right: 0;
  background: #0d1322; color: #ffffff; border: 1px solid var(--line-2);
  font-family: var(--sans); font-size: .88rem; font-weight: 800;
  padding: .45rem 1.1rem; border-radius: 999px; cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35); transition: transform .18s ease, background .18s;
}
.lightbox-modal__close:hover { transform: scale(1.05); background: var(--accent-tint); color: var(--accent); }
.lightbox-modal__img {
  max-width: 85vw; max-height: 72vh;
  object-fit: contain; border-radius: var(--r);
  display: block; border: 1px solid var(--line-2);
}
.lightbox-modal__caption {
  margin-top: .7rem; font-family: var(--mono); font-size: .8rem;
  font-weight: 750; color: var(--ink); text-align: center;
}

/* ---------- Badges & Tags ---------- */
.tag {
  display: inline-flex; align-items: center; gap: .38rem;
  font-family: var(--mono); font-size: .68rem; font-weight: 750;
  letter-spacing: .08em; text-transform: uppercase;
  padding: .3rem .65rem; border-radius: 6px;
  color: var(--muted); background: var(--canvas);
  border: 1px solid var(--line-2); white-space: nowrap;
}
.tag svg { width: 13px; height: 13px; flex-shrink: 0; }
.tag--stripe  { border-color: rgba(99, 91, 255, 0.4); color: #a5b4fc; background: rgba(99, 91, 255, 0.15); }
.tag--shopify { border-color: rgba(16, 185, 129, 0.4); color: #34d399; background: rgba(16, 185, 129, 0.15); }
.tag--warn    { border-color: rgba(245, 158, 11, 0.4); color: #fbbf24; background: rgba(245, 158, 11, 0.15); }
.tag--accent  { border-color: rgba(99, 91, 255, 0.4); color: #a5b4fc; background: rgba(99, 91, 255, 0.15); }
.tag--emerald { border-color: rgba(16, 185, 129, 0.4); color: #34d399; background: rgba(16, 185, 129, 0.15); }
.tag--selfie  { border-color: rgba(56, 189, 248, 0.4); color: #38bdf8; background: rgba(56, 189, 248, 0.15); font-weight: 800; }
.tag--sold    { border-color: rgba(148, 163, 184, 0.4); color: #94a3b8; background: rgba(148, 163, 184, 0.12); font-weight: 800; }

.listing--sold { opacity: .78; }
.listing--sold .listing__title { text-decoration: line-through; text-decoration-color: #94a3b8; }
.listing--sold .btn { background: rgba(255, 255, 255, 0.08); color: #64748b; border-color: rgba(255, 255, 255, 0.12); cursor: not-allowed; box-shadow: none; }

/* Restock & Incoming Drop Banner */
.restock-banner {
  background: rgba(13, 19, 34, 0.9);
  border: 1px dashed rgba(99, 91, 255, 0.45);
  border-radius: var(--r-lg);
  padding: 1.4rem 1.75rem;
  margin: 2.2rem 0 1.5rem;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}
.restock-banner__info { display: flex; align-items: center; gap: 1rem; }
.restock-banner__icon {
  width: 46px; height: 46px; border-radius: 12px;
  background: var(--accent); color: #ffffff;
  display: grid; place-items: center; flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(99, 91, 255, 0.35);
}
.restock-banner__title { font-size: 1.08rem; font-weight: 850; color: #ffffff; }
.restock-banner__text { font-size: .88rem; color: #94a3b8; margin-top: .15rem; }
.restock-banner__badge {
  display: inline-flex; align-items: center; gap: .35rem;
  font-family: var(--mono); font-size: .72rem; font-weight: 750;
  color: #34d399; background: rgba(16, 185, 129, 0.15);
  padding: .22rem .65rem; border-radius: 999px; border: 1px solid rgba(16,185,129,0.35);
}
.restock-banner__badge::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%; background: #34d399;
  box-shadow: 0 0 6px #34d399; animation: pulse-green 1.5s infinite;
}

@keyframes pulse-green {
  0% { opacity: 1; transform: scale(1); }
  50% { opacity: .4; transform: scale(1.3); }
  100% { opacity: 1; transform: scale(1); }
}


.metric-highlight { color: var(--emerald-dark) !important; font-weight: 800 !important; }

/* Inline Notice */
.notice {
  background: var(--surface); border: 1px solid var(--line-2); border-left: 4px solid var(--accent);
  border-radius: var(--r); padding: 1rem 1.25rem;
  font-size: .92rem; color: var(--ink-2); margin-bottom: 2rem;
  box-shadow: var(--shadow);
}
.notice--warn { border-left-color: #f59e0b; }
.notice--stripe { border-left-color: var(--accent); background: var(--accent-tint); }

/* Filter Chips */
.filters { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; margin-bottom: .8rem; }
.filters__label { font-family: var(--mono); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: var(--faint); margin-right: .4rem; font-weight: 750; }
.chip {
  font-size: .88rem; font-weight: 650; padding: .45rem 1rem;
  border: 1px solid var(--line-2); border-radius: 999px;
  background: var(--surface); color: var(--muted); cursor: pointer;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  transition: all .18s ease;
}
.chip:hover { border-color: var(--accent-lit); color: #ffffff; transform: translateY(-1px); }
.chip--on { background: var(--accent); border-color: var(--accent); color: #ffffff; box-shadow: 0 4px 14px rgba(99, 91, 255, 0.4); }
.filters__hint { font-size: .8rem; color: var(--faint); margin-bottom: 2rem; }

/* Breakpoints */
@media (min-width: 560px) {
  .field-row { grid-template-columns: 1fr 1fr; }
  .grid--2 { grid-template-columns: 1fr 1fr; }
  .grid--4 { grid-template-columns: 1fr 1fr; }
  .trust__grid { grid-template-columns: repeat(4, 1fr); }
  .sticky-cta__text { display: block; flex: 1; font-size: .88rem; font-weight: 650; color: var(--ink); }
  .sticky-cta .btn { flex: 0 0 auto; }
  .footer__bottom { grid-template-columns: 1fr auto; align-items: center; }
}

@media (min-width: 768px) {
  .grid--3 { grid-template-columns: repeat(3, 1fr); }
  .grid--4 { grid-template-columns: repeat(4, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
  .policy__cols { grid-template-columns: 1fr 1fr; gap: 3rem; }
  .footer__grid { grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 2.5rem; }
}

@media (min-width: 960px) {
  .nav { display: block; }
  .header__cta { display: inline-flex; }
  .burger { display: none; }
  .mobile-nav { display: none; }
  .sticky-cta { display: none; }

  .hero__grid { grid-template-columns: 1.15fr .85fr; }
  .split { grid-template-columns: 1fr 1fr; }
  .form-layout { grid-template-columns: 1.4fr .6fr; }
  .steps { grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
}

@media (min-width: 960px) and (max-width: 1160px) {
  .nav__link {
    padding: .42rem .55rem;
    font-size: .84rem;
    gap: .25rem;
  }
  .nav__list {
    gap: .2rem;
  }
  .brand__logo-img {
    height: 38px;
  }
  .header__cta {
    padding: .45rem .85rem;
    font-size: .82rem;
  }
}

@media (min-width: 700px)  { .listings { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .listings { grid-template-columns: repeat(3, 1fr); } }
.listings-empty { margin-top: 2rem; padding: 2rem; text-align: center; color: var(--muted); font-size: .95rem; border: 1px dashed var(--line-2); border-radius: var(--r-lg); background: var(--surface); }
.listings-empty a { color: var(--accent); font-weight: 750; }

/* ---------- Live Trust Ticker Bar ---------- */
.trust-bar {
  background: #080c14; border-bottom: 1px solid var(--line);
  padding: .75rem 0; font-size: .84rem; overflow: hidden;
}
.trust-bar__inner {
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap;
}
.trust-bar__stats {
  display: flex; align-items: center; gap: 1.4rem; font-family: var(--sans); font-size: .84rem; font-weight: 750; color: var(--ink); flex-wrap: wrap;
}
.trust-bar__stat-item {
  display: flex; align-items: center; gap: .45rem; color: var(--ink-2);
}
.trust-bar__stat-item strong { color: var(--emerald-dark); font-weight: 850; }
.trust-bar__live {
  display: flex; align-items: center; gap: .55rem; font-size: .84rem; color: var(--ink); font-weight: 650;
  background: var(--canvas); padding: .35rem .85rem; border-radius: 999px; border: 1px solid var(--line);
}
.trust-bar__pulse {
  width: 8px; height: 8px; border-radius: 50%; background: var(--emerald-dark);
  box-shadow: 0 0 8px var(--emerald-dark); animation: pulse-green 1.5s infinite; flex-shrink: 0;
}

/* Telegram Deal Proofs & Delivery Gallery */
.proof-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.25rem;
  margin-top: 2.2rem;
  align-items: stretch;
}
@media (min-width: 992px) {
  .proof-gallery {
    grid-template-columns: repeat(5, 1fr);
  }
}
.proof-card {
  position: relative;
  background: #080a12;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  aspect-ratio: 490 / 1024;
  width: 100%;
  height: 100%;
  display: flex;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}
.proof-card:hover {
  transform: translateY(-6px);
  border-color: rgba(99, 91, 255, 0.5);
  box-shadow: 0 18px 40px rgba(99, 91, 255, 0.25);
}
.proof-card__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.35s ease;
}
.proof-card:hover .proof-card__img {
  transform: scale(1.02);
}
.proof-card__badge {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(10, 15, 26, 0.92);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 5px 12px;
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 700;
  color: #34d399;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

/* ---------- Ultimate Mobile Optimization Overhaul (< 768px) ---------- */
@media (max-width: 768px) {
  :root {
    --pad: 1rem;
  }
  
  /* Hero title & spacing */
  .hero-corsopay {
    min-height: 100dvh;
    padding-top: calc(64px + 1.5rem);
    padding-bottom: 2.5rem;
  }
  .hero-corsopay-title {
    font-size: 2.35rem;
    line-height: 1.12;
  }
  .brand__logo-img {
    height: 38px;
    max-width: 190px;
  }
  .hero-corsopay-sub {
    font-size: .95rem;
    line-height: 1.5;
  }
  
  /* Reassurance badges */
  .hero-reassurance-pills {
    flex-direction: column;
    align-items: stretch;
    gap: .45rem;
  }
  .hero-pill-badge {
    justify-content: center;
    font-size: .74rem;
    padding: .35rem .75rem;
  }
  
  /* Filter chips horizontal scroll with smooth momentum */
  .filters {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: .6rem;
    margin-right: calc(-1 * var(--pad));
    padding-right: var(--pad);
    scrollbar-width: none;
  }
  .filters::-webkit-scrollbar { display: none; }
  .filters__label { display: none; }
  .chip { flex-shrink: 0; font-size: .82rem; padding: .38rem .85rem; }
  
  /* Cards & Listings full width */
  .listings {
    grid-template-columns: 1fr !important;
    gap: 1.15rem;
  }
  .listing {
    padding: 1.05rem;
  }
  .listing__title {
    font-size: 1rem;
  }
  .listing__proof-img {
    height: 170px;
  }
  
  /* KPI metrics full mobile cleanliness (Never squished or wrapped vertically) */
  .metrics {
    grid-template-columns: 1fr 1fr;
    gap: .55rem .65rem;
    padding: .65rem .75rem;
  }
  .metrics div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .18rem;
    min-width: 0;
  }
  .metrics dt { font-size: .58rem; }
  .metrics dd { font-size: .84rem; }
  
  /* Verif pills on mobile */
  .verif-pill {
    font-size: .7rem;
    padding: .18rem .45rem;
  }
  
  /* Floating telegram widget positioning */
  .floating-telegram {
    bottom: 4.85rem;
    right: 1rem;
    padding: .6rem .85rem;
    font-size: .78rem;
  }
  
  /* Restock banner */
  .restock-banner {
    padding: 1.15rem;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }
  .restock-banner .btn-row {
    flex-direction: column;
  }
  .restock-banner .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  
  /* Lightbox modal on mobile */
  .lightbox-modal__content {
    max-width: 96vw;
    max-height: 90vh;
    padding: .85rem;
  }
  
  /* Forms on mobile */
  .form-card {
    padding: 1.25rem 1.1rem;
  }
  
  /* Comparison grid on mobile */
  .comparison-grid {
    grid-template-columns: 1fr;
  }
  .comparison-card {
    padding: 1.25rem;
  }
}

