/* ---- Public landing page ("/") — modern crypto-fintech marketing style ----

   Design language: soft, rounded, layered. Big type, generous whitespace, a
   warm aurora behind the hero, a bento feature grid, an infinite network
   marquee. Everything reads the shared --tmw-* tokens, so light and dark both
   fall out for free. */

.landing {
  overflow-x: clip;
  --lp-radius-sm: 0.85rem;
  --lp-radius: 1.35rem;
  --lp-radius-lg: 2rem;
  --lp-maxw: 1160px;
  --lp-shadow-sm: 0 2px 8px -2px rgba(32, 26, 20, 0.10), 0 8px 24px -12px rgba(32, 26, 20, 0.12);
  --lp-shadow: 0 8px 24px -8px rgba(32, 26, 20, 0.14), 0 30px 70px -30px rgba(32, 26, 20, 0.22);
  --lp-accent: linear-gradient(135deg, #ffb347 0%, #f7931a 52%, #e67806 100%);
  --lp-hairline: color-mix(in srgb, var(--tmw-border) 70%, transparent);
  color: var(--tmw-text);
}

:root[data-bs-theme="dark"] .landing {
  --lp-shadow-sm: 0 2px 10px -2px rgba(0, 0, 0, 0.4);
  --lp-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5), 0 40px 90px -40px rgba(0, 0, 0, 0.7);
}

.landing-container {
  /* Fallback for the public sub-pages (News / Markets / Exchanges / FAQ) that
     use .landing-container without the .landing wrapper that defines --lp-maxw. */
  max-width: var(--lp-maxw, 1160px);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.landing-section {
  padding: 5.5rem 0;
}

.landing-section-tight {
  padding: 3.25rem 0;
}

@media (max-width: 720px) {
  .landing-section { padding: 3.75rem 0; }
  .landing-section-tight { padding: 2.5rem 0; }
}

/* Shared section heading block */
.lp-head {
  max-width: 640px;
  margin: 0 auto 3rem;
  text-align: center;
}

.lp-head.lp-head-left {
  margin-left: 0;
  text-align: left;
}

.lp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--tmw-orange-active);
  margin-bottom: 0.9rem;
}

.lp-kicker::before {
  content: "";
  width: 1.5rem;
  height: 2px;
  border-radius: 2px;
  background: var(--lp-accent);
}

.lp-head.lp-head-center .lp-kicker::before { display: none; }

/* Kicker used by the public sub-pages (News / Markets / Exchanges) that keep the
   simpler centred heading block rather than the landing page's .lp-head. */
.feature-kicker {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--tmw-orange-active);
  margin-bottom: 0.6rem;
}

.lp-head h2 {
  font-size: clamp(1.7rem, 3.4vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.12;
  margin: 0;
}

.lp-head p {
  margin: 1rem 0 0;
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--tmw-text-muted);
}

/* Mobile-only sub-nav (unchanged behaviour, softened) */
.landing-subnav {
  gap: 1.5rem;
  overflow-x: auto;
  padding: 0.6rem 1.25rem;
  background: var(--tmw-surface);
  border-bottom: 1px solid var(--tmw-border);
}

.landing-subnav a {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--tmw-text-muted);
  text-decoration: none;
  white-space: nowrap;
}

.landing-subnav a:hover,
.landing-subnav a:focus { color: var(--tmw-orange); }

/* ============================================================= HERO ===== */
.landing-hero {
  position: relative;
  overflow: hidden;
  padding: 4rem 0 2.5rem;
}

.landing-hero-aurora {
  position: absolute;
  inset: -30% -10% auto -10%;
  height: 130%;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(38% 45% at 18% 18%, rgba(247, 147, 26, 0.28), transparent 70%),
    radial-gradient(32% 38% at 82% 12%, rgba(255, 179, 71, 0.22), transparent 70%),
    radial-gradient(45% 55% at 62% 78%, rgba(247, 147, 26, 0.12), transparent 70%);
  filter: blur(12px);
}

:root[data-bs-theme="dark"] .landing-hero-aurora {
  background:
    radial-gradient(38% 45% at 18% 18%, rgba(247, 147, 26, 0.22), transparent 70%),
    radial-gradient(32% 38% at 82% 12%, rgba(255, 179, 71, 0.14), transparent 70%),
    radial-gradient(45% 55% at 62% 78%, rgba(247, 147, 26, 0.10), transparent 70%);
}

/* faint grid texture over the aurora */
.landing-hero-grid-texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(var(--lp-hairline) 1px, transparent 1px),
    linear-gradient(90deg, var(--lp-hairline) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at 50% 35%, #000 0%, transparent 72%);
  opacity: 0.5;
}

.landing-hero > .landing-container {
  position: relative;
  z-index: 1;
}

.landing-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  align-items: center;
  gap: 3.5rem;
}

@media (max-width: 960px) {
  .landing-hero-grid {
    grid-template-columns: 1fr;
    gap: 2.75rem;
  }
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.4rem 0.9rem 0.4rem 0.5rem;
  border-radius: 999px;
  background: var(--tmw-surface);
  border: 1px solid var(--tmw-border);
  box-shadow: var(--lp-shadow-sm);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--tmw-text-muted);
  margin-bottom: 1.6rem;
}

.hero-badge .hero-badge-pill {
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
  background: rgba(247, 147, 26, 0.14);
  color: var(--tmw-orange-active);
  font-weight: 700;
  font-size: 0.76rem;
}

.landing-hero h1 {
  font-size: clamp(2rem, 5.4vw, 3.85rem);
  font-weight: 800;
  letter-spacing: -0.032em;
  line-height: 1.05;
  margin: 0;
}

/* The hand-placed line break helps the desktop rag; on narrow screens let the
   headline wrap on its own. */
@media (max-width: 560px) {
  .landing-hero h1 br { display: none; }
}

.landing-hero h1 .hero-grad {
  background: var(--lp-accent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.landing-hero .lead {
  font-size: 1.15rem;
  line-height: 1.6;
  color: var(--tmw-text-muted);
  max-width: 33em;
  margin: 1.35rem 0 0;
}

.landing-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.landing-cta-group .btn {
  padding: 0.8rem 1.65rem;
  font-weight: 700;
  border-radius: 0.85rem;
  font-size: 1rem;
}

.landing-cta-group .btn-primary {
  box-shadow: 0 10px 26px -10px rgba(247, 147, 26, 0.7);
}

.hero-microcopy {
  margin-top: 1rem;
  font-size: 0.85rem;
  color: var(--tmw-text-muted);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.hero-microcopy svg { color: var(--tmw-orange); flex-shrink: 0; }

/* live ticker */
.hero-ticker {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2.25rem;
}

.hero-ticker-live {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--tmw-text-muted);
  align-self: center;
  margin-right: 0.15rem;
}

.hero-ticker-live::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.6);
  animation: lp-pulse 2s infinite;
}

@keyframes lp-pulse {
  0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55); }
  70% { box-shadow: 0 0 0 7px rgba(34, 197, 94, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

.hero-ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--tmw-text);
  background: var(--tmw-surface);
  border: 1px solid var(--tmw-border);
  border-radius: 999px;
  padding: 0.35rem 0.8rem 0.35rem 0.45rem;
  box-shadow: var(--lp-shadow-sm);
}

.hero-ticker-item img { width: 18px; height: 18px; border-radius: 50%; }
.hero-ticker-item .symbol { color: var(--tmw-text-muted); font-weight: 700; }
.hero-ticker-item .change.up { color: #1a7f4b; }
.hero-ticker-item .change.down { color: #dc2626; }
:root[data-bs-theme="dark"] .hero-ticker-item .change.up { color: #4ade80; }
:root[data-bs-theme="dark"] .hero-ticker-item .change.down { color: #f87171; }

/* ---- Hero product visual --------------------------------------------- */
.hero-visual {
  position: relative;
  z-index: 1;
}

.hero-visual-glow {
  position: absolute;
  inset: -18%;
  background: radial-gradient(circle at 55% 45%, rgba(247, 147, 26, 0.3), transparent 65%);
  filter: blur(28px);
  z-index: 0;
  pointer-events: none;
}

.app-card {
  position: relative;
  z-index: 1;
  background: var(--tmw-surface);
  border: 1px solid var(--tmw-border);
  border-radius: var(--lp-radius);
  box-shadow: var(--lp-shadow);
  overflow: hidden;
}

.app-card-bar {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.7rem 0.95rem;
  border-bottom: 1px solid var(--lp-hairline);
  background: var(--tmw-surface-alt);
}

.app-card-bar span {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--tmw-border);
}

.app-card-bar .app-card-url {
  width: auto;
  height: auto;
  margin-left: 0.6rem;
  padding: 0.15rem 0.6rem;
  border-radius: 999px;
  background: var(--tmw-bg);
  color: var(--tmw-text-muted);
  font-size: 0.72rem;
  font-family: var(--bs-font-monospace, monospace);
}

.app-card-body { padding: 1.4rem; }

.app-hero-headline {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.1rem;
}

.app-hero-headline .big {
  font-size: 1.9rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.app-hero-headline .delta {
  font-size: 0.9rem;
  font-weight: 700;
  color: #1a7f4b;
  background: rgba(26, 127, 75, 0.1);
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
}
:root[data-bs-theme="dark"] .app-hero-headline .delta { color: #4ade80; background: rgba(74, 222, 128, 0.12); }

.app-hero-headline .label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--tmw-text-muted);
  font-weight: 700;
  margin-bottom: 0.15rem;
}

/* area chart */
.app-chart {
  display: block;
  width: 100%;
  height: 128px;
  margin-bottom: 1rem;
}

.app-chart-line { fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.app-chart-line.value { stroke: var(--tmw-orange); }
.app-chart-line.cost { stroke: var(--tmw-text-muted); stroke-width: 1.75; stroke-dasharray: 5 5; }

.app-alloc-row {
  display: grid;
  gap: 0.45rem;
}

.app-alloc {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.82rem;
  font-weight: 600;
}

.app-alloc .dot { width: 9px; height: 9px; border-radius: 50%; }
.app-alloc .track {
  height: 6px;
  border-radius: 999px;
  background: var(--tmw-bg);
  overflow: hidden;
}
.app-alloc .track > i { display: block; height: 100%; border-radius: 999px; }
.app-alloc .amt { color: var(--tmw-text-muted); font-variant-numeric: tabular-nums; }

/* floating chips around the hero card */
.hero-float {
  position: absolute;
  z-index: 2;
  background: var(--tmw-surface);
  border: 1px solid var(--tmw-border);
  border-radius: 1rem;
  box-shadow: var(--lp-shadow);
  padding: 0.7rem 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.8rem;
  font-weight: 600;
}

.hero-float .hf-icon {
  width: 30px; height: 30px;
  border-radius: 0.6rem;
  display: flex; align-items: center; justify-content: center;
  background: rgba(247, 147, 26, 0.14);
  color: var(--tmw-orange-active);
  flex-shrink: 0;
}

.hero-float .hf-sub { display: block; color: var(--tmw-text-muted); font-weight: 500; font-size: 0.72rem; }

.hero-float-tax { top: -0.9rem; right: -0.9rem; }
.hero-float-staking { bottom: -0.6rem; left: -1.6rem; }

@media (max-width: 1080px) {
  .hero-float-tax { right: 0.5rem; }
  .hero-float-staking { left: 0.25rem; }
}

@media (max-width: 520px) {
  .hero-float { display: none; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-float-tax { animation: lp-bob 6s ease-in-out infinite; }
  .hero-float-staking { animation: lp-bob 7s ease-in-out infinite reverse; }
}

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

/* ===================================================== NETWORK MARQUEE == */
.marquee-band {
  padding: 2.5rem 0;
  border-top: 1px solid var(--lp-hairline);
  border-bottom: 1px solid var(--lp-hairline);
  background: var(--tmw-surface);
}

.marquee-caption {
  text-align: center;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--tmw-text-muted);
  margin-bottom: 1.6rem;
}

.marquee-caption strong { color: var(--tmw-orange-active); }

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

.marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 2.75rem;
  animation: lp-marquee 60s linear infinite;
}

/* Leads each of the two identical passes, so the mask edges fade over empty
   space instead of slicing the first logo. */
.marquee-spacer {
  flex: 0 0 1.5rem;
}

.marquee:hover .marquee-track { animation-play-state: paused; }

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

@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; flex-wrap: wrap; width: auto; justify-content: center; gap: 1.5rem 2rem; }
  .marquee { -webkit-mask-image: none; mask-image: none; }
}

.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--tmw-text-muted);
  white-space: nowrap;
  flex-shrink: 0;
}

.marquee-item img {
  width: 26px;
  height: 26px;
  filter: grayscale(1);
  opacity: 0.7;
  transition: filter 0.2s ease, opacity 0.2s ease;
}

.marquee-item:hover img { filter: none; opacity: 1; }

/* ============================================================ STAT BAND == */
.stat-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

@media (max-width: 720px) {
  .stat-band { grid-template-columns: repeat(2, 1fr); gap: 1.25rem 1rem; }
}

.stat-cell { text-align: center; }

.stat-cell .num {
  font-size: clamp(2rem, 4.5vw, 2.9rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  background: var(--lp-accent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.stat-cell .cap {
  margin-top: 0.55rem;
  font-size: 0.85rem;
  color: var(--tmw-text-muted);
  font-weight: 600;
}

/* ============================================================== BENTO === */
.bento {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.1rem;
}

.bento-tile {
  position: relative;
  background: var(--tmw-surface);
  border: 1px solid var(--tmw-border);
  border-radius: var(--lp-radius);
  padding: 1.6rem;
  box-shadow: var(--lp-shadow-sm);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.bento-tile:hover {
  transform: translateY(-3px);
  box-shadow: var(--lp-shadow);
  border-color: color-mix(in srgb, var(--tmw-orange) 40%, var(--tmw-border));
}

.bento-tile.span-3 { grid-column: span 3; }
.bento-tile.span-2 { grid-column: span 2; }
.bento-tile.span-4 { grid-column: span 4; }

@media (max-width: 900px) {
  .bento { grid-template-columns: repeat(2, 1fr); }
  .bento-tile.span-3,
  .bento-tile.span-2,
  .bento-tile.span-4 { grid-column: span 2; }
}

@media (max-width: 560px) {
  .bento { grid-template-columns: 1fr; }
  .bento-tile.span-3,
  .bento-tile.span-2,
  .bento-tile.span-4 { grid-column: span 1; }
}

.bento-tile .t-icon {
  width: 40px;
  height: 40px;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(247, 147, 26, 0.13);
  color: var(--tmw-orange-active);
  margin-bottom: 1rem;
}

.bento-tile h3 {
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0 0 0.4rem;
}

.bento-tile p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--tmw-text-muted);
}

.bento-tile .t-visual {
  margin-top: 1.2rem;
}

/* pill list (exchanges, currencies) */
.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 1.1rem;
}

.pill {
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  border: 1px solid var(--tmw-border);
  background: var(--tmw-surface-alt);
  color: var(--tmw-text-muted);
}

.pill.pill-accent {
  border-color: transparent;
  background: rgba(247, 147, 26, 0.14);
  color: var(--tmw-orange-active);
}

/* mini bar chart (staking) */
.mini-bars {
  display: flex;
  align-items: flex-end;
  gap: 0.4rem;
  height: 70px;
  margin-top: 1.2rem;
}

.mini-bars i {
  flex: 1;
  border-radius: 0.35rem 0.35rem 0 0;
  background: var(--lp-accent);
  opacity: 0.85;
  min-height: 6px;
}

/* tax verdict card */
.tax-verdict {
  margin-top: 1.2rem;
  border: 1px solid var(--lp-hairline);
  border-radius: var(--lp-radius-sm);
  padding: 0.9rem 1rem;
  background: var(--tmw-surface-alt);
}

.tax-verdict .row-line {
  display: flex;
  justify-content: space-between;
  font-size: 0.82rem;
  padding: 0.28rem 0;
}

.tax-verdict .row-line span:last-child { font-weight: 700; font-variant-numeric: tabular-nums; }

.tax-verdict .verdict {
  margin-top: 0.55rem;
  padding-top: 0.55rem;
  border-top: 1px solid var(--lp-hairline);
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: #1a7f4b;
}
:root[data-bs-theme="dark"] .tax-verdict .verdict { color: #4ade80; }

/* benchmark lines */
.bench-chart { display: block; width: 100%; height: 84px; margin-top: 1.2rem; }
.bento-tile.span-3 .bench-chart { height: 150px; }
.bench-chart .b-you { fill: none; stroke: var(--tmw-orange); stroke-width: 2.5; stroke-linecap: round; }
.bench-chart .b-btc { fill: none; stroke: var(--tmw-text-muted); stroke-width: 1.75; stroke-dasharray: 4 4; }

/* share link box */
.share-box {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.2rem;
  background: var(--tmw-surface-alt);
  border: 1px solid var(--lp-hairline);
  border-radius: 999px;
  padding: 0.5rem 0.9rem;
  font-size: 0.8rem;
  font-family: var(--bs-font-monospace, monospace);
  color: var(--tmw-text-muted);
}

.share-box svg { color: var(--tmw-orange); flex-shrink: 0; }

/* notification stack */
.notif-stack { margin-top: 1.15rem; display: grid; gap: 0.5rem; }

.notif {
  border: 1px solid var(--lp-hairline);
  border-radius: 0.7rem;
  padding: 0.55rem 0.75rem;
  background: var(--tmw-surface-alt);
  font-size: 0.78rem;
}

.notif .msg { font-weight: 700; }
.notif .time { color: var(--tmw-text-muted); font-size: 0.7rem; }

/* ======================================================== HOW IT WORKS == */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  counter-reset: step;
}

@media (max-width: 800px) {
  .steps { grid-template-columns: 1fr; gap: 1.25rem; }
}

.step {
  position: relative;
  background: var(--tmw-surface);
  border: 1px solid var(--tmw-border);
  border-radius: var(--lp-radius);
  padding: 1.75rem 1.5rem 1.5rem;
  box-shadow: var(--lp-shadow-sm);
}

.step::before {
  counter-increment: step;
  content: counter(step);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.85rem;
  background: var(--lp-accent);
  color: #fff;
  font-weight: 800;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  box-shadow: 0 8px 20px -8px rgba(247, 147, 26, 0.6);
}

.step h3 { font-size: 1.08rem; font-weight: 700; margin: 0 0 0.4rem; }
.step p { margin: 0; font-size: 0.92rem; line-height: 1.55; color: var(--tmw-text-muted); }

/* ============================================================ SECURITY == */
.security-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

@media (max-width: 860px) {
  .security-grid { grid-template-columns: 1fr; }
}

.security-card {
  background: var(--tmw-surface);
  border: 1px solid var(--tmw-border);
  border-radius: var(--lp-radius);
  padding: 1.8rem;
  box-shadow: var(--lp-shadow-sm);
}

.security-card .icon {
  width: 46px;
  height: 46px;
  border-radius: 0.85rem;
  background: rgba(247, 147, 26, 0.13);
  color: var(--tmw-orange-active);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.1rem;
}

.security-card h3 { font-size: 1.08rem; font-weight: 700; margin: 0 0 0.45rem; }
.security-card p { color: var(--tmw-text-muted); font-size: 0.92rem; margin: 0; line-height: 1.55; }

/* =========================================================== FINAL CTA == */
.final-cta {
  position: relative;
  overflow: hidden;
  border-radius: var(--lp-radius-lg);
  padding: 4rem 2rem;
  text-align: center;
  background: linear-gradient(135deg, #2a1c0c 0%, #4a2f10 50%, #7a4a12 100%);
  color: #fdfbf8;
  box-shadow: var(--lp-shadow);
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(40% 60% at 15% 20%, rgba(255, 179, 71, 0.35), transparent 70%),
    radial-gradient(40% 60% at 85% 80%, rgba(247, 147, 26, 0.3), transparent 70%);
  pointer-events: none;
}

.final-cta > * { position: relative; z-index: 1; }

.final-cta h2 {
  font-size: clamp(1.8rem, 3.8vw, 2.7rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 0.85rem;
}

.final-cta p {
  color: rgba(253, 251, 248, 0.78);
  max-width: 30em;
  margin: 0 auto 1.9rem;
  font-size: 1.05rem;
}

.final-cta .btn {
  padding: 0.85rem 2.1rem;
  font-weight: 700;
  border-radius: 0.85rem;
  font-size: 1.02rem;
}

.final-cta .cta-sub {
  margin-top: 1rem;
  font-size: 0.82rem;
  color: rgba(253, 251, 248, 0.6);
}

.final-cta .cta-sub + .cta-sub {
  margin-top: 0.4rem;
}

.final-cta .cta-sub a {
  color: #fdfbf8;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.final-cta .cta-sub a:hover {
  color: #fff;
}

/* ================================================================= FAQ == */
.faq-page {
  max-width: 820px;
  margin: 0 auto;
  padding: 1rem 0 2rem;
}

.faq-head {
  text-align: center;
  margin-bottom: 3rem;
}

.faq-head h1 {
  font-size: clamp(2rem, 4vw, 2.9rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 0.85rem;
}

.faq-head p {
  color: var(--tmw-text-muted);
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 44em;
  margin: 0 auto;
}

.faq-section {
  margin-bottom: 2.5rem;
}

.faq-section > h2 {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--tmw-orange-active);
  margin: 0 0 1rem;
}

.faq-page .accordion {
  --bs-accordion-bg: var(--tmw-surface);
  --bs-accordion-color: var(--tmw-text);
  --bs-accordion-border-color: var(--tmw-border);
  --bs-accordion-border-radius: 0.85rem;
  --bs-accordion-inner-border-radius: 0.7rem;
  --bs-accordion-btn-color: var(--tmw-text);
  --bs-accordion-btn-bg: var(--tmw-surface);
  --bs-accordion-active-color: var(--tmw-orange-active);
  --bs-accordion-active-bg: rgba(247, 147, 26, 0.08);
  --bs-accordion-btn-focus-border-color: var(--tmw-orange);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.2rem rgba(247, 147, 26, 0.25);
  display: grid;
  gap: 0.6rem;
}

.faq-page .accordion-item {
  border: 1px solid var(--tmw-border);
  border-radius: 0.85rem !important;
  overflow: hidden;
  box-shadow: var(--lp-shadow-sm);
}

.faq-page .accordion-header { margin: 0; }

.faq-page .accordion-button {
  font-weight: 600;
  font-size: 1rem;
  padding: 1rem 1.15rem;
}

.faq-page .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.faq-page .accordion-button::after {
  background-size: 1.1rem;
}

.faq-page .accordion-body {
  padding: 0.25rem 1.15rem 1.15rem;
  color: var(--tmw-text-muted);
  line-height: 1.6;
}

.faq-page .accordion-body p { margin: 0; }
.faq-page .accordion-body p + p { margin-top: 0.6rem; }

.faq-page .accordion-body a {
  color: var(--tmw-orange-active);
  font-weight: 600;
}

.faq-page .accordion-body code {
  background: var(--tmw-surface-alt);
  border: 1px solid var(--tmw-border);
  border-radius: 0.35rem;
  padding: 0.05rem 0.35rem;
  font-size: 0.88em;
  color: var(--tmw-text);
}

.faq-cta {
  margin-top: 3.5rem;
  padding: 2.5rem 1.5rem;
  text-align: center;
  background: var(--tmw-surface);
  border: 1px solid var(--tmw-border);
  border-radius: var(--lp-radius);
  box-shadow: var(--lp-shadow-sm);
}

.faq-cta h2 {
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 800;
  letter-spacing: -0.01em;
  margin: 0 0 0.6rem;
}

.faq-cta p {
  color: var(--tmw-text-muted);
  margin: 0 auto;
  max-width: 34em;
}

.faq-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin: 1.5rem 0 0;
}

.faq-cta-buttons .btn {
  padding: 0.75rem 1.6rem;
  font-weight: 700;
  border-radius: 0.85rem;
}

.faq-cta-mail {
  margin-top: 1.25rem !important;
  font-size: 0.9rem;
}

.faq-cta a { color: var(--tmw-orange-active); font-weight: 600; }

/* ============================================================== REVEAL ==
   Opt-in: content is visible by default. The scroll-in animation only arms
   once JS has added `.js-reveal` to <html>, so a broken/absent script, a
   headless render or a fast anchor jump can never leave a section hidden. */
.js-reveal .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

@media (prefers-reduced-motion: reduce) {
  .js-reveal .reveal { transition: none; opacity: 1; transform: none; }
}
