/* ════════════════════════════════════════════
   ATLAS PRO HQ — styles.css  (v3)
   Font: Plus Jakarta Sans + Sora
   Theme: Dark gold/bronze premium
   ════════════════════════════════════════════ */

@property --qc-spin {
  syntax: '<angle>';
  inherits: false;
  initial-value: 0deg;
}

@property --pc-spin {
  syntax: '<angle>';
  inherits: false;
  initial-value: 0deg;
}

/* ── Design Tokens ──────────────────────── */
:root {
  color-scheme: dark;
  /* Palette */
  --ink: #fffaf0;
  --muted: #cdbf9d;
  --soft: #f3e4bd;
  --bg: #070603;
  --bg-2: #131006;
  --surface: #0d0b04;
  --surface-2: #191408;
  --panel: rgba(25, 20, 9, 0.82);
  --line: rgba(245, 198, 103, 0.18);
  --line-strong: rgba(245, 198, 103, 0.36);
  --gold: #f5c667;
  --gold-2: #ffe29a;
  --gold-3: #b67a22;
  --gold-4: #7a4f10;
  --gold-glow: rgba(245, 198, 103, 0.32);
  --teal: #63d3c5;
  --teal-dim: rgba(99, 211, 197, 0.12);
  --teal-glow: rgba(99, 211, 197, 0.28);
  --success: #4ade80;
  /* Shape */
  --radius: 10px;
  --radius-lg: 18px;
  --radius-xl: 24px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --max: 1180px;
  /* Typography */
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, sans-serif;
}

/* ── Reset ──────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4, h5, h6, p { margin-top: 0; }
ul { list-style: none; margin: 0; padding: 0; }

/* ── Scrollbar ──────────────────────────── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--gold-3); border-radius: 3px; }

/* ── Body + Background ──────────────────── */
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at top left, rgba(245, 198, 103, 0.14), transparent 30rem),
    radial-gradient(circle at 82% 30%, rgba(126, 78, 24, 0.12), transparent 28rem),
    linear-gradient(180deg, #070603 0%, #141006 44%, #080603 100%);
  color: var(--ink);
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 75%);
  pointer-events: none;
}

/* ── Screen reader only ─────────────────── */
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ── Inner page hero (standalone pages) ─── */
.pages-hero {
  position: relative;
  padding: clamp(8rem, 14vw, 11rem) 0 1rem;
  overflow: hidden;
}
.pages-hero__inner { max-width: 820px; }
.pages-hero h1 { margin-bottom: 1.25rem; }
.pages-hero__lede {
  max-width: 680px;
  color: rgba(255, 250, 240, 0.78);
  font-size: clamp(1.02rem, 2vw, 1.2rem);
  line-height: 1.72;
}
.pages-hero .trust-row { margin-top: 2.25rem; }

/* ── Comparison table ───────────────────── */
.compare-section { position: relative; }
.compare-wrap {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: linear-gradient(145deg, #1a1408 0%, #0f0b03 55%, #1c1509 100%);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
}
.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}
.compare-table th,
.compare-table td {
  padding: 1.05rem 1.1rem;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.compare-table thead th {
  background: rgba(255, 255, 255, 0.025);
  color: var(--ink);
  font-weight: 800;
  font-size: 0.9rem;
}
.compare-table tbody th[scope="row"] {
  text-align: left;
  color: var(--muted);
  font-weight: 700;
  white-space: nowrap;
}
.compare-table tbody td { color: var(--muted); }
.compare-table tbody tr:hover { background: rgba(245, 198, 103, 0.03); }
.ct-col {
  display: inline-block;
  font-family: Sora, "Plus Jakarta Sans", sans-serif;
  letter-spacing: -0.01em;
}
.ct-col--feat { color: var(--gold-2); }
.compare-table .ct-featured {
  background: rgba(245, 198, 103, 0.09);
  position: relative;
  color: var(--ink);
}
.compare-table thead .ct-featured {
  border-radius: 14px 14px 0 0;
  box-shadow: inset 0 2px 0 var(--gold);
  background: rgba(245, 198, 103, 0.12);
}
.compare-table .ct-featured:not(thead .ct-featured) {
  box-shadow: inset 2px 0 0 rgba(245, 198, 103, 0.35), inset -2px 0 0 rgba(245, 198, 103, 0.35);
}
.compare-table td svg,
.compare-table th svg {
  width: 18px; height: 18px;
  vertical-align: middle;
}
.compare-table td svg { color: var(--success); }
.compare-table td svg[data-lucide="minus"] { color: rgba(205, 191, 157, 0.35); }
.ct-cta-row td { padding-top: 1.4rem; padding-bottom: 1.6rem; }
.ct-cta-row .btn-card { max-width: 130px; margin: 0 auto; padding: 0.7rem; }

/* ── Skip link ──────────────────────────── */
.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 200;
  border-radius: var(--radius);
  background: var(--gold);
  color: #100b03;
  padding: 0.75rem 1rem;
  font-weight: 800;
}
.skip-link:focus { top: 1rem; }

/* ── Typography ─────────────────────────── */
h1 {
  margin-bottom: 1rem;
  font-family: Sora, "Plus Jakarta Sans", sans-serif;
  font-size: clamp(3rem, 8vw, 6.5rem);
  line-height: 0.95;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-wrap: balance;
}

h2 {
  margin-bottom: 1rem;
  font-family: Sora, "Plus Jakarta Sans", sans-serif;
  font-size: clamp(1.8rem, 3.8vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

h3 { margin-bottom: 0.6rem; font-size: 1.05rem; font-weight: 700; color: var(--ink); }
h4 { margin-bottom: 0.4rem; font-size: 0.95rem; font-weight: 700; color: var(--ink); }
p { color: var(--muted); line-height: 1.75; }
.text-gold { color: var(--gold-2); }

/* ── Section tag ────────────────────────── */
.section-tag {
  display: inline-block;
  margin-bottom: 1rem;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(245, 198, 103, 0.08);
  color: var(--gold-2);
  padding: 0.35rem 0.9rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* ── Buttons ────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  gap: 0.55rem;
  border-radius: var(--radius);
  padding: 0.88rem 1.4rem;
  font-weight: 800;
  font-size: 0.95rem;
  transition: transform 200ms ease, box-shadow 200ms ease, background 200ms ease, border-color 200ms ease;
}
.btn:hover { transform: translateY(-2px); }

.btn-primary {
  background: linear-gradient(135deg, var(--gold-3), var(--gold), var(--gold-2));
  color: #120d04;
  box-shadow: 0 10px 32px rgba(245, 198, 103, 0.24);
}
.btn-primary:hover { box-shadow: 0 16px 44px rgba(245, 198, 103, 0.38); }

.btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  color: var(--ink);
}
.btn-secondary:hover {
  border-color: var(--line-strong);
  background: rgba(245, 198, 103, 0.07);
}

/* ════════════════════════════════════════════
   NAVBAR  —  full-width, always-on-top
   ════════════════════════════════════════════ */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  transition: background 0.4s ease, box-shadow 0.4s ease;
}

.site-header.is-scrolled {
  background: rgba(7, 6, 3, 0.93);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 1px 0 var(--line);
}

.brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.brand img { height: 38px; width: auto; }

.main-nav {
  display: flex;
  align-items: center;
  gap: 2.2rem;
}

.main-nav a {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
  position: relative;
  transition: color 0.2s;
}
.main-nav a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
  transition: width 0.3s ease;
}
.main-nav a:hover { color: var(--ink); }
.main-nav a:hover::after { width: 100%; }

.header-cta {
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: #120d04;
  padding: 0.62rem 1.4rem;
  font-weight: 800;
  font-size: 0.88rem;
  white-space: nowrap;
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.header-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(245, 198, 103, 0.32);
}

/* Mobile hamburger */
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
  color: var(--ink);
  cursor: pointer;
}
.menu-icon-close { display: none; }
.site-header.is-open .menu-icon-open { display: none; }
.site-header.is-open .menu-icon-close { display: block; }

/* Full-screen mobile nav */
.mobile-nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(7, 6, 3, 0.97);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  z-index: 99;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.mobile-nav-overlay.open { display: flex; }
.mobile-nav-overlay a {
  color: var(--ink);
  font-family: Sora, "Plus Jakarta Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  transition: color 0.2s;
}
.mobile-nav-overlay a:hover { color: var(--gold-2); }
.mobile-nav-overlay .mobile-nav-cta {
  margin-top: 1rem;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: #120d04;
  padding: 0.85rem 2.5rem;
  border-radius: 999px;
  font-size: 1.1rem;
}

/* ════════════════════════════════════════════
   HERO
   ════════════════════════════════════════════ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
}
.hero-media, .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.03);
  animation: heroDrift 16s ease-in-out infinite alternate;
}
.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 6, 3, 0.97) 0%, rgba(7, 6, 3, 0.8) 43%, rgba(7, 6, 3, 0.3) 100%),
    linear-gradient(0deg, #070603 0%, rgba(7, 6, 3, 0.05) 50%);
}
.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 140px;
  background: linear-gradient(to top, var(--bg), transparent);
  z-index: 1;
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 8.5rem 0 6rem;
}
.hero-copy { max-width: 760px; }

/* Badge */
.badge-live {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(245, 198, 103, 0.08);
  color: var(--gold-2);
  padding: 0.42rem 1rem;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}
.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 6px var(--gold);
  animation: ldot 1.8s ease-in-out infinite;
}

.hero-accent { color: var(--gold-2); }

.hero-lede {
  max-width: 640px;
  color: rgba(255, 250, 240, 0.75);
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 250, 240, 0.45);
  font-size: 0.84rem;
  font-weight: 600;
}
.trust-item svg { width: 16px; height: 16px; color: var(--gold); }

/* ════════════════════════════════════════════
   STATS BAR
   ════════════════════════════════════════════ */
.stats-bar {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}
.stats-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 2.5rem 0;
  text-align: center;
  gap: 1rem;
}
.stat-item { padding: 0.5rem; }
.stat-num {
  font-family: Sora, "Plus Jakarta Sans", sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  font-weight: 900;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.1;
  margin-bottom: 0.4rem;
}
.stat-label {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 600;
}

/* Centered container helper */
.container {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

/* Full-width sections with padding */
section,
.section-wrap {
  width: 100%;
  padding: clamp(4.5rem, 9vw, 7.5rem) 0;
}

/* Backwards compatibility for inner divs */
.section {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.section-heading { max-width: 780px; margin-bottom: 3rem; }
.section-heading p { max-width: 620px; }

/* ════════════════════════════════════════════
   FEATURES  —  numbered quality cards
   ════════════════════════════════════════════ */
.features-section { position: relative; overflow: hidden; }
.features-section .section-heading { text-align: center; margin: 0 auto 3rem; }
.features-section::before,
.features-section::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(100px);
  opacity: 0.35;
}
.features-section::before {
  width: 420px;
  height: 420px;
  top: -120px;
  left: -80px;
  background: radial-gradient(circle, rgba(245, 198, 103, 0.3), transparent 70%);
}
.features-section::after {
  width: 360px;
  height: 360px;
  top: -80px;
  right: -80px;
  background: radial-gradient(circle, rgba(99, 211, 197, 0.22), transparent 70%);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

/* Quality card (from custom pattern) */
.feature-card {
  --fc-accent: var(--gold);
  --fc-dim: rgba(245, 198, 103, 0.12);
  --fc-glow: rgba(245, 198, 103, 0.32);
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 26px 22px 22px;
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, #1a1408 0%, #0f0b03 55%, #1c1509 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 48px rgba(0, 0, 0, 0.35),
    -1px -1px 28px -8px var(--fc-glow);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

/* Animated left border stripe */
.feature-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  border-radius: var(--radius-lg) 0 0 var(--radius-lg);
  background: linear-gradient(180deg, transparent, var(--fc-accent) 50%, transparent);
  opacity: 0.55;
  animation: fc-pulse 2.5s ease-in-out infinite;
  will-change: opacity, box-shadow;
  transition: opacity 0.35s ease;
}

/* Conic border on hover */
.feature-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius-lg);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.35s ease;
  padding: 1px;
  background: conic-gradient(
    from var(--qc-spin),
    var(--fc-accent),
    color-mix(in srgb, var(--fc-accent) 45%, transparent),
    transparent 28%,
    color-mix(in srgb, var(--fc-accent) 55%, #fff) 48%,
    transparent 62%,
    var(--fc-accent)
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask-composite: exclude;
}

.feature-card > * { position: relative; z-index: 2; }

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 30px 60px rgba(0, 0, 0, 0.4),
    -2px -2px 36px -6px var(--fc-glow);
}
.feature-card:hover::after {
  opacity: 1;
  animation: qc-rotate 2.8s linear infinite;
}
.feature-card:hover::before { animation-duration: 1.5s; }

/* Colour variants */
.feature-card--gold { --fc-accent: var(--gold); --fc-dim: rgba(245,198,103,0.12); --fc-glow: rgba(245,198,103,0.32); }
.feature-card--teal { --fc-accent: var(--teal); --fc-dim: rgba(99,211,197,0.12);  --fc-glow: rgba(99,211,197,0.28); }

/* Stagger the pulse animation */
.feature-card:nth-child(1)::before { animation-delay: 0s; }
.feature-card:nth-child(2)::before { animation-delay: 0.35s; }
.feature-card:nth-child(3)::before { animation-delay: 0.7s; }
.feature-card:nth-child(4)::before { animation-delay: 1.05s; }
.feature-card:nth-child(5)::before { animation-delay: 1.4s; }
.feature-card:nth-child(6)::before { animation-delay: 1.75s; }

.feature-card__index {
  position: absolute;
  top: 10px;
  right: 14px;
  font-family: Sora, sans-serif;
  font-size: clamp(44px, 7vw, 62px);
  line-height: 1;
  color: rgba(255, 255, 255, 0.045);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.feature-card__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 18px;
  background: var(--fc-dim);
  border: 1px solid color-mix(in srgb, var(--fc-accent) 35%, transparent);
  box-shadow: 0 0 24px -6px var(--fc-glow);
}
.feature-card__icon svg {
  width: 22px;
  height: 22px;
  color: var(--fc-accent);
}

.feature-card__title { font-size: 1rem; font-weight: 800; color: var(--ink); line-height: 1.25; margin-bottom: 0.5rem; }
.feature-card__desc { font-size: 0.88rem; color: var(--muted); line-height: 1.65; flex: 1; margin-bottom: 18px; }
.feature-card__foot { margin-top: auto; }

.feature-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 12px;
  border-radius: 8px;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1.5px solid;
  background: transparent;
}
.feature-pill--gold { color: #ffc46b; border-color: rgba(245,198,103,0.5); box-shadow: 0 0 16px -4px rgba(245,198,103,0.3); }
.feature-pill--teal { color: #7de8df; border-color: rgba(99,211,197,0.5); box-shadow: 0 0 16px -4px rgba(99,211,197,0.3); }

/* ════════════════════════════════════════════
   CHANNELS SHOWCASE
   ════════════════════════════════════════════ */
.channels-section {
  background: var(--surface);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.ch-banner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 3rem;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--radius-xl);
  padding: 3rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  background: linear-gradient(145deg, rgba(26, 20, 8, 0.55), rgba(13, 11, 4, 0.9));
}
/* Glowing conic border on the banner */
.ch-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius-xl);
  z-index: 0;
  padding: 1px;
  background: linear-gradient(135deg, rgba(245,198,103,0.28), transparent 40%, transparent 60%, rgba(99,211,197,0.18));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask-composite: exclude;
  pointer-events: none;
}
.ch-banner > * { position: relative; z-index: 1; }

.ch-banner__text h3 {
  font-family: Sora, "Plus Jakarta Sans", sans-serif;
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 0.75rem;
}
.ch-banner__text p { margin-bottom: 1.5rem; font-size: 0.95rem; }

.ch-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.ch-tag {
  background: rgba(245, 198, 103, 0.07);
  border: 1px solid rgba(245, 198, 103, 0.2);
  color: var(--gold-2);
  padding: 5px 14px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
}
.ch-tag:hover {
  background: rgba(245, 198, 103, 0.14);
  border-color: rgba(245, 198, 103, 0.38);
  transform: translateY(-2px);
}

.ch-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.ch-stat {
  background: linear-gradient(145deg, rgba(26, 20, 8, 0.6), rgba(13, 11, 4, 0.95));
  border: 1px solid rgba(245, 198, 103, 0.1);
  border-radius: var(--radius-lg);
  padding: 1.4rem 1.6rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}
.ch-stat::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, transparent, var(--gold) 50%, transparent);
  opacity: 0.5;
  transition: opacity 0.3s;
}
.ch-stat:hover { transform: translateY(-4px) scale(1.02); border-color: rgba(245,198,103,0.22); box-shadow: 0 16px 36px rgba(0,0,0,0.35); }
.ch-stat:hover::before { opacity: 1; }
.ch-stat-num {
  font-family: Sora, "Plus Jakarta Sans", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.1;
  margin-bottom: 4px;
}
.ch-stat-label { color: var(--muted); font-size: 0.8rem; font-weight: 600; }

/* ════════════════════════════════════════════
   APP CAROUSEL
   ════════════════════════════════════════════ */
.app-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  width: min(1280px, calc(100% - 32px));
  padding: clamp(4.5rem, 9vw, 7.5rem) 0;
}
.app-copy { max-width: 520px; }
.app-controls { display: flex; gap: 0.7rem; margin-top: 1.5rem; }

.icon-btn {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
  color: var(--ink);
  cursor: pointer;
  transition: transform 200ms ease, background 200ms ease, border-color 200ms ease;
}
.icon-btn:hover { transform: translateY(-2px); border-color: var(--line-strong); background: rgba(245,198,103,0.08); }

.carousel {
  position: relative;
  min-height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  background: #050d0b;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.slide { position: absolute; inset: 0; margin: 0; opacity: 0; transform: translateX(24px) scale(0.98); transition: opacity 500ms ease, transform 500ms ease; }
.slide.is-active { opacity: 1; transform: translateX(0) scale(1); }
.slide img { width: 100%; height: 100%; object-fit: cover; }
.slide figcaption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(8, 7, 3, 0.84);
  padding: 0.55rem 0.85rem;
  color: var(--ink);
  font-weight: 800;
  font-size: 0.88rem;
  backdrop-filter: blur(10px);
}

/* ════════════════════════════════════════════
   DEVICES
   ════════════════════════════════════════════ */
.devices-section .section-heading { text-align: center; margin: 0 auto 2.5rem; }
.device-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.device-grid img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-lg);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
  border: 1px solid var(--line);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease, box-shadow 0.35s ease;
}
.device-grid img:hover {
  transform: translateY(-6px);
  border-color: rgba(245, 198, 103, 0.35);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.55), 0 0 18px -4px rgba(245, 198, 103, 0.15);
}

/* ════════════════════════════════════════════
   PRICING  —  redesigned with pc pattern
   ════════════════════════════════════════════ */
.pricing-section { position: relative; }

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}

/* Base pricing card */
.price-card {
  --pc-accent: var(--gold);
  --pc-dim: rgba(245, 198, 103, 0.12);
  --pc-glow: rgba(245, 198, 103, 0.28);
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, #1a1408 0%, #0f0b03 55%, #1c1509 100%);
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.35),
    0 16px 36px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease, box-shadow 0.4s ease;
}

/* Left glow stripe */
.price-card::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, transparent, var(--pc-accent) 50%, transparent);
  pointer-events: none;
  z-index: 2;
  opacity: 0.6;
  transition: opacity 0.35s ease;
}

.price-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 255, 255, 0.07);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03),
    0 28px 60px rgba(0, 0, 0, 0.55),
    0 0 32px -4px var(--pc-glow);
}
.price-card:hover::before { opacity: 1; }

/* Colour variants */
.price-card--gold { --pc-accent: var(--gold); --pc-dim: rgba(245,198,103,0.12); --pc-glow: rgba(245,198,103,0.3); }
.price-card--teal { --pc-accent: var(--teal); --pc-dim: rgba(99,211,197,0.12); --pc-glow: rgba(99,211,197,0.28); background: linear-gradient(145deg, #0d1a18 0%, #060f0e 55%, #0f1c19 100%); }

/* Featured card — animated conic border */
.price-card.featured {
  transform: scale(1.04);
  z-index: 2;
  box-shadow:
    0 0 50px rgba(245, 198, 103, 0.08),
    0 24px 70px rgba(0, 0, 0, 0.6);
}
.price-card.featured::before { display: none; }
.price-card.featured::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius-xl);
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  padding: 1.5px;
  background: conic-gradient(
    from var(--pc-spin),
    var(--pc-accent),
    color-mix(in srgb, var(--pc-accent) 45%, transparent),
    transparent 28%,
    color-mix(in srgb, var(--pc-accent) 55%, #fff) 48%,
    transparent 62%,
    var(--pc-accent)
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask-composite: exclude;
  animation: pc-rotate 3.2s linear infinite;
}
.price-card.featured:hover { transform: scale(1.04) translateY(-8px); box-shadow: 0 0 70px var(--pc-glow), 0 32px 80px rgba(0,0,0,0.7); }

/* Card head */
.price-card__head {
  padding: 2.2rem 2rem 1.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent);
  position: relative;
}

.plan-icon-head {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--pc-dim);
  border: 1px solid color-mix(in srgb, var(--pc-accent) 25%, transparent);
  color: var(--pc-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  box-shadow: 0 0 20px -6px var(--pc-glow);
}
.plan-icon-head svg { width: 22px; height: 22px; color: inherit; }

/* Featured ribbon */
.feat-ribbon {
  position: absolute;
  top: 0;
  right: 20px;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: #120d04;
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 0 0 10px 10px;
  z-index: 3;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

.pc-hot {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.76rem;
  color: var(--pc-accent);
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.pc-hot svg { width: 14px; height: 14px; color: var(--pc-accent); filter: drop-shadow(0 0 4px var(--pc-glow)); }

.pc-name-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
.pc-name-label::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pc-accent);
  box-shadow: 0 0 8px var(--pc-accent);
}

.price-row {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  margin-bottom: 0.4rem;
}
.price-big {
  font-family: Sora, "Plus Jakarta Sans", sans-serif;
  font-size: clamp(3.4rem, 5vw, 4.5rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.featured .price-big { color: var(--pc-accent); }
.price-cur {
  font-family: Sora, "Plus Jakarta Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--muted);
  margin-bottom: 8px;
}
.price-per { font-size: 0.83rem; color: var(--muted); }
.price-per strong { color: var(--pc-accent); font-weight: 700; }

.price-save {
  display: inline-block;
  margin-top: 0.6rem;
  background: var(--pc-dim);
  border: 1px solid color-mix(in srgb, var(--pc-accent) 30%, transparent);
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 800;
  padding: 3px 12px;
  border-radius: 999px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Card body */
.price-card__body {
  padding: 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.price-card__feats {
  flex: 1;
  margin-bottom: 1.8rem;
}
.price-card__feats li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 9px 0;
  font-size: 0.88rem;
  color: var(--muted);
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  transition: color 0.2s;
}
.price-card__feats li:last-child { border-bottom: none; }
.price-card__feats li:hover { color: var(--soft); }
.price-card__feats li svg { width: 16px; height: 16px; flex-shrink: 0; margin-top: 1px; color: var(--success); }
.price-card__feats li.ex svg { color: var(--pc-accent); filter: drop-shadow(0 0 4px var(--pc-glow)); }

.btn-card {
  display: block;
  width: 100%;
  padding: 0.95rem;
  text-align: center;
  border-radius: 14px;
  font-family: Sora, "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition: all 0.25s ease;
}
.btn-card--outline {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.07);
  color: var(--muted);
}
.btn-card--outline:hover {
  border-color: color-mix(in srgb, var(--pc-accent, var(--gold)) 50%, transparent);
  color: var(--ink);
  background: var(--pc-dim, rgba(245, 198, 103, 0.12));
  box-shadow: 0 8px 24px -6px var(--pc-glow, var(--gold-glow));
}
.btn-card--filled {
  background: linear-gradient(135deg, var(--pc-accent, var(--gold)), color-mix(in srgb, var(--pc-accent, var(--gold)) 80%, #fff));
  color: #120d04;
  box-shadow: 0 6px 18px -4px var(--pc-glow, var(--gold-glow));
}
.btn-card--filled:hover { transform: translateY(-2px); box-shadow: 0 12px 28px -2px var(--pc-glow, var(--gold-glow)); }

/* Pricing trust note */
.pricing-note {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem;
  margin-top: 2.5rem;
}
.pn-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
}
.pn-item svg { width: 15px; height: 15px; color: var(--gold); }

/* ════════════════════════════════════════════
   PAYMENT  —  dark-native cards
   ════════════════════════════════════════════ */
.payment-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

/* Header row: copy left + security badges right */
.payment-header {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}

.payment-header h2 { margin-bottom: 0.5rem; }
.payment-header > div:first-child p { margin: 0; }

/* Security guarantee chips */
.payment-guarantee {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex-shrink: 0;
}

.pg-item {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.4rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(245, 198, 103, 0.06);
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
}

.pg-item svg { width: 14px; height: 14px; color: var(--gold); flex-shrink: 0; }

/* 6-column payment grid */
.payment-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

/* Individual card */
.pay-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 1.25rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(26, 20, 8, 0.6), rgba(13, 11, 4, 0.95));
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.pay-card::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, var(--gold) 50%, transparent);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.pay-card:hover {
  transform: translateY(-5px);
  border-color: var(--line-strong);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4), 0 0 20px -6px rgba(245, 198, 103, 0.2);
}
.pay-card:hover::before { opacity: 1; }

.pay-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 42px;
}

.pay-card__logo svg {
  width: 100%;
  height: 100%;
  max-width: 90px;
  object-fit: contain;
}

.pay-card__name {
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--muted);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
}

/* Crypto card special styling */
.pay-card--crypto .pay-card__logo svg {
  max-width: 74px;
}

/* ════════════════════════════════════════════
   STEPS
   ════════════════════════════════════════════ */
.steps-section .section-heading { text-align: center; margin: 0 auto 3rem; }

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

.step {
  background: linear-gradient(145deg, rgba(26, 20, 8, 0.7), rgba(15, 11, 3, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--radius-lg);
  padding: 2.5rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease, box-shadow 0.35s ease;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.35);
}
.step::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius-lg);
  z-index: 0;
  padding: 1px;
  background: linear-gradient(135deg, rgba(245,198,103,0.3), transparent 40%, transparent 60%, rgba(99,211,197,0.18));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask-composite: exclude;
  pointer-events: none;
  opacity: 0.5;
  transition: opacity 0.35s ease;
}
.step:hover { transform: translateY(-8px); border-color: rgba(245,198,103,0.2); box-shadow: 0 28px 56px rgba(0,0,0,0.4); }
.step:hover::after { opacity: 1; }
.step > * { position: relative; z-index: 1; }

.step-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.3rem;
  background: linear-gradient(135deg, var(--gold-3), var(--gold), var(--gold-2));
  font-family: Sora, "Plus Jakarta Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
  color: #120d04;
  box-shadow: 0 0 22px rgba(245,198,103,0.42), inset 0 1px 0 rgba(255,255,255,0.28);
  transition: transform 0.3s ease;
}
.step:hover .step-num { transform: scale(1.1) rotate(5deg); }
.step h3 { color: var(--ink); font-size: 1.05rem; margin-bottom: 0.6rem; }
.step p { font-size: 0.9rem; line-height: 1.65; }

/* ════════════════════════════════════════════
   TESTIMONIALS
   ════════════════════════════════════════════ */
.testi-section {
  background: var(--surface);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 1rem;
}
.tc {
  background: linear-gradient(145deg, #1a1408, #0f0b03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius-lg);
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  transition: border-color 0.25s, transform 0.25s;
}
.tc:hover { border-color: rgba(245,198,103,0.3); transform: translateY(-4px); }
.tc-stars { color: var(--gold); font-size: 0.82rem; letter-spacing: 3px; }
.tc-quote { font-family: Georgia, serif; font-size: 3.2rem; line-height: 0.6; color: var(--gold); opacity: 0.3; display: block; }
.tc-text { color: var(--muted); font-size: 0.88rem; line-height: 1.7; font-style: italic; flex: 1; }
.tc-foot { display: flex; align-items: center; gap: 0.75rem; margin-top: 0.25rem; }
.tc-av {
  display: flex; align-items: center; justify-content: center;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(245,198,103,0.15);
  border: 1px solid rgba(245,198,103,0.28);
  color: var(--gold-2);
  font-size: 0.74rem;
  font-weight: 900;
  flex-shrink: 0;
}
.tc-name { color: var(--ink); font-size: 0.86rem; font-weight: 700; }
.tc-loc { color: var(--muted); font-size: 0.76rem; margin-top: 2px; }

/* Trust bar */
.trust-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(245,198,103,0.03);
}
.tb-block { display: flex; align-items: center; gap: 0.75rem; padding: 0.25rem; }
.tb-block svg { width: 24px; height: 24px; color: var(--gold); flex-shrink: 0; }
.tb-block strong { display: block; color: var(--gold-2); font-size: 1.05rem; font-weight: 900; }
.tb-block span { color: var(--muted); font-size: 0.78rem; font-weight: 600; }

/* ════════════════════════════════════════════
   SEO BAND
   ════════════════════════════════════════════ */
.seo-band {
  background: linear-gradient(135deg, rgba(245,198,103,0.15), rgba(99,211,197,0.05)), #141006;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.seo-content {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 5.5rem) 0;
}
.seo-content p:last-child { max-width: 860px; }

.faq-section {
  width: 100%;
}
.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
  gap: 4rem;
  align-items: start;
}
.faq-sidebar { position: sticky; top: 90px; }
.faq-contact {
  margin-top: 2rem;
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(245,198,103,0.04);
}
.faq-contact h4 { color: var(--ink); margin-bottom: 0.5rem; }
.faq-contact p { font-size: 0.88rem; margin-bottom: 1.1rem; }
.faq-contact .btn { font-size: 0.88rem; min-height: 44px; }

.faq-list { display: grid; gap: 10px; }
.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,226,154,0.05), rgba(255,255,255,0.02));
  cursor: pointer;
  overflow: hidden;
  transition: border-color 200ms ease;
}
.faq-item:hover { border-color: var(--line-strong); }
.faq-item.is-open { border-color: rgba(245,198,103,0.46); }

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  font-size: 0.93rem;
  font-weight: 800;
  color: var(--ink);
  user-select: none;
}
.faq-chevron { flex-shrink: 0; color: var(--gold); transition: transform 300ms ease; }
.faq-chevron svg { width: 18px; height: 18px; }
.faq-item.is-open .faq-chevron { transform: rotate(180deg); }

.faq-answer {
  max-height: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.72;
  transition: max-height 380ms ease, padding 380ms ease;
  padding: 0 1.25rem;
}
.faq-item.is-open .faq-answer { max-height: 240px; padding: 0 1.25rem 1.25rem; }

/* ════════════════════════════════════════════
   FINAL CTA
   ════════════════════════════════════════════ */
.cta-section {
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem, 9vw, 8rem) 0;
  isolation: isolate;
}
.cta-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, rgba(245,198,103,0.18), rgba(126,78,24,0.14));
  border-top: 1px solid rgba(245,198,103,0.24);
  border-bottom: 1px solid rgba(245,198,103,0.24);
}
.cta-inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  text-align: center;
}
.cta-inner h2 { font-size: clamp(2rem, 5vw, 3.8rem); }
.cta-inner > p:not(.cta-note) { max-width: 620px; margin: 0 auto 2rem; }
.cta-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 1rem; }
.cta-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 600;
}
.cta-note svg { width: 15px; height: 15px; color: var(--gold); }

/* ════════════════════════════════════════════
   FOOTER
   ════════════════════════════════════════════ */
.site-footer { border-top: 1px solid var(--line); }
.footer-inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 3rem;
  padding: 3.5rem 0 2.5rem;
  border-bottom: 1px solid var(--line);
}
.footer-logo img { height: 34px; width: auto; }
.footer-desc {
  margin-top: 1rem;
  font-size: 0.87rem;
  color: var(--muted);
  line-height: 1.68;
  max-width: 300px;
}
.footer-col h5 {
  color: var(--soft);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
}
.footer-col ul { display: grid; gap: 0.6rem; }
.footer-col ul a { color: var(--muted); font-size: 0.88rem; font-weight: 600; transition: color 180ms; }
.footer-col ul a:hover { color: var(--gold-2); }

.footer-contact-item {
  display: flex; align-items: center; gap: 0.6rem;
  color: var(--muted); font-size: 0.86rem; font-weight: 600;
  margin-bottom: 0.65rem;
}
.footer-contact-item svg { width: 15px; height: 15px; color: var(--gold); flex-shrink: 0; }

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 1.5rem 0 2rem;
  color: var(--muted);
  font-size: 0.83rem;
}
.footer-bottom small { color: rgba(205,191,157,0.55); font-size: 0.78rem; }
.footer-legal { display: flex; gap: 1.25rem; font-weight: 700; }
.footer-legal a { transition: color 180ms; }
.footer-legal a:hover { color: var(--gold-2); }

.footer-stripe {
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold-4), var(--gold), var(--gold-4), transparent);
}

/* ════════════════════════════════════════════
   REVEAL ANIMATION
   ════════════════════════════════════════════ */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 700ms ease, transform 700ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ════════════════════════════════════════════
   KEYFRAMES
   ════════════════════════════════════════════ */
@keyframes heroDrift {
  from { transform: scale(1.03) translate3d(0, 0, 0); }
  to   { transform: scale(1.08) translate3d(1.5%, -1%, 0); }
}
@keyframes ldot {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(245,198,103,0.5); }
  50%       { opacity: 0.6; box-shadow: 0 0 0 5px rgba(245,198,103,0); }
}
@keyframes fc-pulse {
  0%, 100% { opacity: 0.5; box-shadow: 2px 0 10px -2px var(--fc-glow); }
  50%       { opacity: 1;   box-shadow: 4px 0 22px 0 var(--fc-glow); }
}
@keyframes qc-rotate { to { --qc-spin: 360deg; } }
@keyframes pc-rotate { to { --pc-spin: 360deg; } }

/* ════════════════════════════════════════════
   RESPONSIVE — 1024px
   ════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; }
  .price-card.featured { transform: none; }
  .price-card.featured:hover { transform: translateY(-8px); }
}

/* ════════════════════════════════════════════
   RESPONSIVE — 980px
   ════════════════════════════════════════════ */
@media (max-width: 980px) {
  /* Navbar collapses to hamburger */
  .main-nav, .header-cta { display: none; }
  .menu-toggle { display: grid; }

  .stats-inner { grid-template-columns: repeat(2, 1fr); }

  .ch-banner { grid-template-columns: 1fr; gap: 2rem; }
  .ch-stats { grid-template-columns: repeat(4, 1fr); }

  .app-section { grid-template-columns: 1fr; margin: 0 auto; width: calc(100% - 32px); padding: clamp(4rem,8vw,7rem) 0; }
  .app-copy { max-width: 100%; }

  .device-grid { grid-template-columns: repeat(2, 1fr); }

  .payment-header { grid-template-columns: 1fr; gap: 1.5rem; }
  .payment-guarantee { flex-direction: row; flex-wrap: wrap; }
  .payment-grid { grid-template-columns: repeat(3, 1fr); }

  .steps { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }

  .testi-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-bar { grid-template-columns: repeat(2, 1fr); }

  .faq-layout { grid-template-columns: 1fr; gap: 2rem; }
  .faq-sidebar { position: static; }

  .footer-top { grid-template-columns: 1fr 1fr; gap: 2rem; }
}

/* ════════════════════════════════════════════
   RESPONSIVE — 640px
   ════════════════════════════════════════════ */
@media (max-width: 640px) {
  h1 { font-size: clamp(2.6rem, 15vw, 3.8rem); }
  .hero-inner { width: calc(100% - 28px); padding: 6.5rem 0 4.5rem; }
  .hero-actions .btn { width: 100%; }
  .trust-row { gap: 0.8rem; }

  .stats-inner { grid-template-columns: repeat(2, 1fr); gap: 0.75rem; padding: 2rem 0; }

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

  .ch-stats { grid-template-columns: repeat(2, 1fr); }

  .pricing-grid { max-width: 100%; }

  .compare-wrap { overflow-x: auto; }
  .compare-table { min-width: 540px; }
  .compare-table th,
  .compare-table td { padding: 0.85rem 0.7rem; }

  .payment-section { padding: 1.25rem; }
  .payment-grid { grid-template-columns: repeat(3, 1fr); }

  .testi-grid { grid-template-columns: 1fr; }
  .trust-bar { grid-template-columns: 1fr 1fr; gap: 0.75rem; }

  .cta-actions { flex-direction: column; }
  .cta-actions .btn { width: 100%; }

  .footer-top { grid-template-columns: 1fr; gap: 1.5rem; padding: 2rem 0 1.5rem; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 0.5rem; }

  .section,
  .faq-section,
  .seo-content,
  .footer-inner,
  .app-section,
  .payment-section { width: calc(100% - 28px); }
}

/* ════════════════════════════════════════════
   CONTACT PAGE & FORM
   ════════════════════════════════════════════ */
.contact-section {
  position: relative;
  overflow: hidden;
  padding: 2rem 0 clamp(4rem, 8vw, 7rem);
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 3.5rem;
  align-items: start;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.info-card {
  background: linear-gradient(145deg, #1a1408 0%, #0f0b03 55%, #1c1509 100%);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--radius-lg);
  padding: 1.8rem;
  position: relative;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.35);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease;
}

.info-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  border-radius: var(--radius-lg) 0 0 var(--radius-lg);
  background: linear-gradient(180deg, transparent, var(--gold) 50%, transparent);
  opacity: 0.45;
  transition: opacity 0.35s ease;
}

.info-card:hover {
  transform: translateY(-5px);
  border-color: rgba(245, 198, 103, 0.25);
}

.info-card:hover::before {
  opacity: 1;
}

.info-card__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 1rem;
  background: rgba(245, 198, 103, 0.1);
  border: 1px solid rgba(245, 198, 103, 0.3);
  box-shadow: 0 0 16px rgba(245, 198, 103, 0.2);
}

.info-card__icon svg {
  width: 20px;
  height: 20px;
  color: var(--gold);
}

.info-card h3 {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 0.5rem;
}

.info-card p {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.info-card a {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--gold-2);
  transition: color 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.info-card a:hover {
  color: var(--gold);
}

.info-highlight {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--gold-2);
}

/* Contact Form Glassmorphism */
.contact-form-wrap {
  background: rgba(25, 20, 9, 0.65);
  border: 1px solid rgba(245, 198, 103, 0.14);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: var(--radius-xl);
  padding: 3rem 2.5rem;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5);
  position: relative;
}

.contact-form-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius-xl);
  z-index: 0;
  padding: 1px;
  background: linear-gradient(135deg, rgba(245,198,103,0.22), transparent 40%, transparent 60%, rgba(99,211,197,0.14));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask-composite: exclude;
  pointer-events: none;
}

.contact-form {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-group label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group select,
.form-group textarea {
  width: 100%;
  background: rgba(13, 11, 4, 0.85);
  border: 1px solid rgba(245, 198, 103, 0.16);
  border-radius: var(--radius);
  padding: 0.9rem 1.1rem;
  color: var(--ink);
  font-size: 0.95rem;
  font-family: inherit;
  transition: border-color 0.25s, box-shadow 0.25s, background 0.25s;
}

.form-group input[type="text"]::placeholder,
.form-group input[type="email"]::placeholder,
.form-group textarea::placeholder {
  color: rgba(205, 191, 157, 0.4);
}

.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 12px rgba(245, 198, 103, 0.22);
  background: rgba(26, 20, 8, 0.95);
}

.form-group select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23f5c667'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.1rem center;
  background-size: 14px;
  padding-right: 2.5rem;
}

.form-group select option {
  background: #131006;
  color: var(--ink);
}

.form-group select option:disabled {
  color: rgba(205, 191, 157, 0.4);
}

.btn-submit {
  width: 100%;
  margin-top: 0.5rem;
  cursor: pointer;
  border: none;
}

@media (max-width: 980px) {
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

@media (max-width: 640px) {
  .contact-form-wrap {
    padding: 2rem 1.5rem;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

/* ════════════════════════════════════════════
   REDUCED MOTION
   ════════════════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
  .feature-card::before { animation: none; opacity: 0.7; }
  .feature-card:hover::after { animation: none !important; opacity: 0.85; }
  .price-card.featured::after { animation: none !important; opacity: 0.8; background: var(--pc-accent); }
}
