/* ============================================================
   قناة سعود — صفحة هبوط | داكن ذهبي فخم
   ============================================================ */

:root {
  --bg: #0b0a08;
  --bg-2: #11100c;
  --bg-3: #171511;
  --card: rgba(255, 255, 255, 0.028);
  --card-border: rgba(212, 175, 55, 0.14);
  --gold: #d4af37;
  --gold-2: #f3d878;
  --gold-3: #b8912a;
  --text: #f4efe4;
  --muted: #a99f8a;
  --radius: 18px;
  --font-head: "Cairo", sans-serif;
  --font-body: "IBM Plex Sans Arabic", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.8;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

::selection { background: rgba(212, 175, 55, 0.35); color: #fff; }

img { display: block; max-width: 100%; }

.container { width: min(1160px, 92%); margin-inline: auto; }
.container-narrow { width: min(820px, 92%); }

section[id] { scroll-margin-top: 76px; }

/* ---------- Scroll progress ---------- */
.progress {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  height: 3px;
  width: 0;
  z-index: 200;
  background: linear-gradient(90deg, var(--gold-3), var(--gold-2));
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.7);
  border-start-start-radius: 0;
  border-start-end-radius: 3px;
}

/* ---------- Film grain ---------- */
.grain {
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.04 0'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)'/%3E%3C/svg%3E");
}

h1, h2, h3 { font-family: var(--font-head); line-height: 1.35; }

.gold-text {
  background: linear-gradient(100deg, var(--gold-3), var(--gold-2) 45%, var(--gold));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-head);
  font-weight: 800;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), background 0.3s;
  will-change: transform;
}

.btn .ic { width: 1.15em; height: 1.15em; fill: currentColor; flex-shrink: 0; }

.btn-gold {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, var(--gold-3), var(--gold) 40%, var(--gold-2) 90%);
  background-size: 150% 100%;
  color: #171204;
  box-shadow: 0 8px 28px -8px rgba(212, 175, 55, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.btn-gold::after {
  content: "";
  position: absolute;
  top: -20%;
  height: 140%;
  width: 34%;
  inset-inline-start: -60%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  transform: skewX(-20deg);
  animation: btn-shine 3.4s ease-in-out infinite;
  pointer-events: none;
}
@keyframes btn-shine {
  0%, 55% { inset-inline-start: -60%; }
  85%, 100% { inset-inline-start: 130%; }
}
.btn-gold:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 16px 42px -10px rgba(212, 175, 55, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  background-position: 100% 0;
}
.btn-gold:active { transform: translateY(-1px) scale(0.99); }

.btn-ghost {
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  border: 1px solid rgba(212, 175, 55, 0.3);
  backdrop-filter: blur(6px);
}
.btn-ghost:hover {
  background: rgba(212, 175, 55, 0.1);
  border-color: rgba(212, 175, 55, 0.6);
  transform: translateY(-3px);
}

.btn-dark {
  background: #14110a;
  color: var(--gold-2);
  border: 1px solid rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.6);
}
.btn-dark:hover { transform: translateY(-3px); background: #1c1810; }

.btn-sm { padding: 9px 22px; font-size: 0.9rem; }
.btn-lg { padding: 16px 36px; font-size: 1.1rem; }
.btn:not(.btn-sm):not(.btn-lg) { padding: 13px 30px; font-size: 1rem; }

/* ---------- Logo (footer) ---------- */
.logo { display: flex; align-items: center; gap: 11px; text-decoration: none; color: var(--text); }
.logo-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 1.35rem;
  color: #171204;
  background: linear-gradient(135deg, var(--gold-2), var(--gold) 55%, var(--gold-3));
  box-shadow: 0 6px 18px -6px rgba(212, 175, 55, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.logo-text { font-family: var(--font-head); font-size: 1.15rem; font-weight: 700; }
.logo-text b { color: var(--gold-2); font-weight: 900; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(64px, 9vh, 110px) 0 90px;
  overflow: hidden;
}

.hero-bg { position: absolute; inset: 0; pointer-events: none; }

#dust { position: absolute; inset: 0; width: 100%; height: 100%; }

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(212, 175, 55, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212, 175, 55, 0.05) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 75% 60% at 50% 42%, #000 20%, transparent 75%);
  animation: grid-drift 26s linear infinite;
}
@keyframes grid-drift {
  to { background-position: 56px 56px, 56px 56px; }
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.5;
  animation: orb-float 14s ease-in-out infinite alternate;
}
.orb-1 {
  width: 560px; height: 560px;
  top: -180px; inset-inline-start: -120px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.32), transparent 65%);
}
.orb-2 {
  width: 480px; height: 480px;
  bottom: -160px; inset-inline-end: -100px;
  background: radial-gradient(circle, rgba(184, 145, 42, 0.2), transparent 65%);
  animation-delay: -7s;
}
@keyframes orb-float {
  from { transform: translate(0, 0) scale(1); }
  to { transform: translate(50px, 60px) scale(1.12); }
}

.hero-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 58px;
  margin-bottom: 60px;
}

.hero-copy {
  text-align: center;
  max-width: 860px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 8px 22px;
  border-radius: 999px;
  font-size: 0.95rem;
  color: var(--gold-2);
  background: rgba(212, 175, 55, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.22);
  backdrop-filter: blur(6px);
  box-shadow: 0 14px 40px -18px rgba(212, 175, 55, 0.35);
  margin-bottom: 30px;
}
.hero-badge b { font-weight: 800; font-size: 1.12em; }

.badge-top { display: inline-flex; align-items: center; gap: 11px; }

.badge-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid rgba(212, 175, 55, 0.6);
  object-fit: cover;
  margin-inline-start: -10px;
}

@media (max-width: 600px) {
  .hero-badge {
    flex-direction: column;
    gap: 7px;
    padding: 14px 26px 13px;
    border-radius: 20px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .badge-avatar { margin-inline-start: 0; width: 38px; height: 38px; }
  .hero-badge .stars { font-size: 1.05rem; letter-spacing: 4px; }
  .badge-text { white-space: nowrap; }
}

.stars {
  color: var(--gold-2);
  letter-spacing: 2.5px;
  font-size: 0.95em;
  text-shadow: 0 0 14px rgba(212, 175, 55, 0.55);
}

/* ---------- Portrait ---------- */
.hero-visual { display: flex; justify-content: center; }

.portrait {
  position: relative;
  width: min(400px, 86vw);
  transition: transform 0.25s ease-out;
  transform-style: preserve-3d;
}
.portrait::before {
  content: "";
  position: absolute;
  inset: -2.5px;
  border-radius: 28px;
  background: conic-gradient(
    from var(--ring, 0deg),
    rgba(212, 175, 55, 0.05),
    rgba(243, 216, 120, 0.9) 12%,
    rgba(212, 175, 55, 0.05) 26%,
    rgba(212, 175, 55, 0.05) 55%,
    rgba(184, 145, 42, 0.7) 68%,
    rgba(212, 175, 55, 0.05) 82%
  );
  animation: ring-spin 7s linear infinite;
  z-index: -1;
}
@property --ring {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@keyframes ring-spin {
  to { --ring: 360deg; }
}
.portrait img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 26px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  box-shadow:
    0 40px 90px -40px rgba(0, 0, 0, 0.9),
    0 24px 70px -30px rgba(212, 175, 55, 0.3);
}
.portrait-glow {
  position: absolute;
  inset: -12%;
  background: radial-gradient(circle at 50% 45%, rgba(212, 175, 55, 0.22), transparent 62%);
  filter: blur(30px);
  z-index: -1;
  animation: portrait-breathe 6s ease-in-out infinite alternate;
}
@keyframes portrait-breathe {
  from { opacity: 0.7; transform: scale(0.96); }
  to { opacity: 1; transform: scale(1.05); }
}

.chip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 999px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--text);
  background: rgba(17, 15, 11, 0.86);
  border: 1px solid rgba(212, 175, 55, 0.4);
  backdrop-filter: blur(8px);
  box-shadow: 0 14px 34px -14px rgba(0, 0, 0, 0.8);
  white-space: nowrap;
  animation: chip-float 5s ease-in-out infinite alternate;
}
.chip-1 { top: 22px; inset-inline-start: -16px; }
.chip-2 { bottom: 96px; inset-inline-end: -20px; animation-delay: -1.8s; }
.chip-3 { bottom: -16px; inset-inline-start: 34px; animation-delay: -3.2s; }

@keyframes chip-float {
  from { transform: translateY(-5px); }
  to { transform: translateY(6px); }
}

@media (max-width: 640px) {
  .portrait { width: min(330px, 86vw); }
  .chip-1 { inset-inline-start: -6px; }
  .chip-2 { inset-inline-end: -6px; }
}

.pulse-dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--gold-2);
  position: relative;
  flex-shrink: 0;
}
.pulse-dot::after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 1.5px solid var(--gold-2);
  animation: pulse-ring 1.8s ease-out infinite;
}
@keyframes pulse-ring {
  from { transform: scale(0.5); opacity: 1; }
  to { transform: scale(1.7); opacity: 0; }
}

.hero-title {
  font-size: clamp(2.3rem, 5.4vw, 4.1rem);
  font-weight: 900;
  letter-spacing: -0.5px;
  margin-bottom: 24px;
}
.hero-title .gold-text { display: block; }

.hero-sub {
  max-width: 660px;
  margin: 0 auto 38px;
  font-size: clamp(1.05rem, 2.2vw, 1.22rem);
  font-weight: 300;
  color: var(--muted);
}
.hero-sub b { color: var(--gold-2); font-weight: 700; }

.hero-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-bottom: 30px;
}

.hero-link {
  color: var(--muted);
  font-size: 0.95rem;
  text-decoration: underline;
  text-decoration-color: rgba(212, 175, 55, 0.5);
  text-underline-offset: 5px;
  transition: color 0.3s;
}
.hero-link:hover { color: var(--gold-2); }

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 28px;
  font-size: 0.9rem;
  color: var(--muted);
}
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.ic-check { width: 17px; height: 17px; fill: var(--gold); flex-shrink: 0; }

/* ---------- Platforms ---------- */
.platforms {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 14px;
  margin-top: 28px;
  font-size: 0.9rem;
  color: var(--muted);
}
.platforms-label { opacity: 0.75; margin-inline-end: 4px; }
.pf {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(212, 175, 55, 0.18);
  color: var(--text);
  font-weight: 500;
  font-size: 0.88rem;
  transition: border-color 0.3s, background 0.3s;
}
.pf:hover { border-color: rgba(212, 175, 55, 0.5); background: rgba(212, 175, 55, 0.07); transform: translateY(-2px); }
.pf { text-decoration: none; transition: border-color 0.3s, background 0.3s, transform 0.3s; }
.pf svg { width: 15px; height: 15px; fill: var(--gold-2); flex-shrink: 0; }

.inline-link {
  color: var(--gold-2);
  text-decoration: underline;
  text-decoration-color: rgba(212, 175, 55, 0.5);
  text-underline-offset: 4px;
}
.inline-link:hover { color: var(--gold); }

.support-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 22px;
  border-radius: 999px;
  font-size: 0.9rem;
  color: var(--gold-2);
  text-decoration: none;
  background: rgba(212, 175, 55, 0.06);
  border: 1px solid rgba(212, 175, 55, 0.25);
  transition: border-color 0.3s, background 0.3s;
}
.support-link:hover { border-color: rgba(212, 175, 55, 0.6); background: rgba(212, 175, 55, 0.12); }
.support-link svg { width: 15px; height: 15px; fill: var(--gold-2); }

/* Stats */
.stats {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: clamp(14px, 3vw, 44px);
  padding: 26px clamp(18px, 3.5vw, 44px);
  margin-inline: auto;
  width: fit-content;
  max-width: 100%;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
  border: 1px solid var(--card-border);
  backdrop-filter: blur(10px);
  box-shadow: 0 24px 60px -30px rgba(0, 0, 0, 0.8);
}

.stat { text-align: center; }
.stat-num {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  color: var(--gold-2);
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
}
.stat-num i { font-style: normal; font-size: 0.7em; color: var(--gold); }
.stat-label { font-size: 0.88rem; color: var(--muted); margin-top: 2px; }

.stat-sep {
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(212, 175, 55, 0.35), transparent);
}

@media (max-width: 640px) {
  .stats { flex-direction: column; gap: 22px; width: 100%; }
  .stat-sep { width: 60%; height: 1px; margin-inline: auto; background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.35), transparent); }
}

/* Scroll hint */
.scroll-hint {
  position: absolute;
  bottom: 26px;
  inset-inline-start: 50%;
  translate: 50% 0;
  width: 26px; height: 44px;
  border: 1.5px solid rgba(212, 175, 55, 0.4);
  border-radius: 16px;
  display: flex;
  justify-content: center;
  padding-top: 8px;
}
.scroll-hint span {
  width: 4px; height: 9px;
  border-radius: 4px;
  background: var(--gold);
  animation: hint 1.9s ease-in-out infinite;
}
@keyframes hint {
  0%, 100% { transform: translateY(0); opacity: 1; }
  55% { transform: translateY(13px); opacity: 0; }
  56% { transform: translateY(0); opacity: 0; }
}

/* ---------- Sections (shared) ---------- */
.section { padding: 110px 0; position: relative; }
.section-alt {
  background:
    radial-gradient(ellipse 70% 90% at 50% 0%, rgba(212, 175, 55, 0.045), transparent 60%),
    var(--bg-2);
  border-block: 1px solid rgba(212, 175, 55, 0.07);
}

.section-head { text-align: center; max-width: 700px; margin: 0 auto 64px; }
.section-head h2 {
  font-size: clamp(1.9rem, 4.5vw, 3rem);
  font-weight: 900;
  margin-bottom: 16px;
}
.section-head p { color: var(--muted); font-weight: 300; font-size: 1.05rem; }

.section-head .gold-text { position: relative; white-space: nowrap; }
.section-head .gold-text::after {
  content: "";
  position: absolute;
  inset-inline: 2%;
  bottom: -0.22em;
  height: 0.34em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 14' preserveAspectRatio='none'%3E%3Cpath d='M3 10 C 30 3, 75 2, 117 7' fill='none' stroke='%23d4af37' stroke-width='3.2' stroke-linecap='round' opacity='0.75'/%3E%3C/svg%3E") no-repeat center / 100% 100%;
  pointer-events: none;
}

.eyebrow {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--gold);
  border: 1px solid rgba(212, 175, 55, 0.25);
  background: rgba(212, 175, 55, 0.06);
  padding: 5px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}

/* ---------- Ticker (marquee) ---------- */
.ticker-section {
  padding: 90px 0 100px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 60% 80% at 50% 100%, rgba(212, 175, 55, 0.05), transparent 65%),
    var(--bg-2);
  border-block: 1px solid rgba(212, 175, 55, 0.08);
}
.ticker-head { text-align: center; margin-bottom: 52px; }
.ticker-head h2 { font-size: clamp(1.9rem, 4.5vw, 3rem); font-weight: 900; }
.ticker-head .gold-text { position: relative; white-space: nowrap; }
.ticker-head .gold-text::after {
  content: "";
  position: absolute;
  inset-inline: 2%;
  bottom: -0.22em;
  height: 0.34em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 14' preserveAspectRatio='none'%3E%3Cpath d='M3 10 C 30 3, 75 2, 117 7' fill='none' stroke='%23d4af37' stroke-width='3.2' stroke-linecap='round' opacity='0.75'/%3E%3C/svg%3E") no-repeat center / 100% 100%;
  pointer-events: none;
}

.ticker-band {
  display: flex;
  flex-direction: column;
  gap: 22px;
  transform: rotate(-1.6deg) scale(1.04);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

.ticker-row {
  display: flex;
  gap: 22px;
  width: max-content;
  animation: ticker-slide 80s linear infinite;
}
.ticker-reverse { animation-direction: reverse; animation-duration: 102s; }
.ticker-band:hover .ticker-row { animation-play-state: paused; }

@keyframes ticker-slide {
  to { transform: translateX(50%); }
}

.ticker-item {
  width: 210px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.16);
  background: var(--bg-3);
  box-shadow: 0 14px 34px -16px rgba(0, 0, 0, 0.7);
  transition: transform 0.4s var(--ease), border-color 0.3s, box-shadow 0.4s;
  flex-shrink: 0;
}
.ticker-item:hover {
  transform: translateY(-6px) scale(1.03);
  border-color: rgba(212, 175, 55, 0.55);
  box-shadow: 0 20px 44px -14px rgba(212, 175, 55, 0.25);
}
.ticker-item img { width: 100%; height: auto; }

@media (max-width: 640px) {
  .ticker-item { width: 160px; }
  .ticker-row { gap: 14px; }
  .ticker-band { gap: 14px; }
}

/* ---------- Steps ---------- */
.steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
@media (max-width: 900px) { .steps { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; } }

@media (min-width: 901px) {
  .steps::before, .steps::after {
    content: "←";
    position: absolute;
    top: 50%;
    font-family: var(--font-head);
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--gold);
    opacity: 0.6;
    text-shadow: 0 0 16px rgba(212, 175, 55, 0.6);
    animation: arrow-nudge 1.7s ease-in-out infinite;
    pointer-events: none;
    z-index: 2;
  }
  .steps::before { inset-inline-start: calc(33.33% - 10px); }
  .steps::after { inset-inline-start: calc(66.66% - 2px); animation-delay: 0.85s; }
  @keyframes arrow-nudge {
    0%, 100% { transform: translate(0, -50%); }
    50% { transform: translate(-6px, -50%); }
  }
}

.step-card {
  position: relative;
  padding: 42px 30px 34px;
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.012));
  border: 1px solid var(--card-border);
  transition: transform 0.45s var(--ease), border-color 0.35s, box-shadow 0.45s;
  overflow: hidden;
}
.step-card::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0;
  transition: opacity 0.4s;
}
.step-card:hover {
  transform: translateY(-8px);
  border-color: rgba(212, 175, 55, 0.4);
  box-shadow: 0 30px 60px -30px rgba(212, 175, 55, 0.28);
}
.step-card:hover::before { opacity: 1; }

.step-num {
  position: absolute;
  top: 16px;
  inset-inline-end: 22px;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 4.6rem;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(212, 175, 55, 0.24);
  pointer-events: none;
}

.step-icon, .feature-icon {
  display: grid;
  place-items: center;
  width: 62px; height: 62px;
  border-radius: 17px;
  margin-bottom: 22px;
  background: linear-gradient(140deg, rgba(212, 175, 55, 0.16), rgba(212, 175, 55, 0.05));
  border: 1px solid rgba(212, 175, 55, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.step-icon svg, .feature-icon svg { width: 28px; height: 28px; fill: var(--gold-2); }

.step-card h3, .feature-card h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 10px; }
.step-card p, .feature-card p { color: var(--muted); font-size: 0.97rem; font-weight: 300; }

.steps-cta { text-align: center; margin-top: 52px; }

/* ---------- Story ---------- */
.story-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(34px, 5vw, 70px);
  align-items: center;
}
@media (max-width: 900px) {
  .story-grid { grid-template-columns: 1fr; }
  .story-photo { max-width: 340px; margin-inline: auto; }
}

.portrait-static { width: 100%; }

.story-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
  justify-content: center;
}
.story-chip {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--gold-2);
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.07);
  border: 1px solid rgba(212, 175, 55, 0.25);
}

.story-text p {
  color: var(--muted);
  font-weight: 300;
  font-size: 1.05rem;
  margin-bottom: 18px;
}
.story-text p b { color: var(--gold-2); font-weight: 700; }

.story-sign {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--text) !important;
  margin: 26px 0 28px !important;
}
.story-sign span { color: var(--gold-2); }

/* ---------- For you ---------- */
.foryou-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: stretch;
}
@media (max-width: 860px) { .foryou-grid { grid-template-columns: 1fr; } }

.fy-card {
  padding: 36px 32px;
  border-radius: var(--radius);
  border: 1px solid var(--card-border);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01));
}
.fy-yes {
  border-color: rgba(212, 175, 55, 0.4);
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(212, 175, 55, 0.07), transparent 70%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.012));
  box-shadow: 0 30px 70px -40px rgba(212, 175, 55, 0.35);
}

.fy-card h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 22px;
}

.fy-badge {
  display: grid;
  place-items: center;
  width: 34px; height: 34px;
  border-radius: 10px;
  font-size: 1rem;
  flex-shrink: 0;
}
.fy-badge.yes {
  color: #171204;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow: 0 6px 18px -6px rgba(212, 175, 55, 0.6);
}
.fy-badge.no {
  color: var(--muted);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.list-check, .list-x { list-style: none; display: flex; flex-direction: column; gap: 14px; }

.list-check li, .list-x li {
  position: relative;
  padding-inline-start: 34px;
  color: var(--muted);
  font-size: 1rem;
}
.list-check li::before, .list-x li::before {
  position: absolute;
  inset-inline-start: 0;
  top: 1px;
  width: 22px; height: 22px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  font-size: 0.75rem;
  font-weight: 700;
}
.list-check li { color: var(--text); font-weight: 400; }
.list-check li::before {
  content: "✓";
  color: #171204;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
}
.list-x li::before {
  content: "✕";
  color: var(--muted);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.cta-under {
  display: block;
  margin-top: 16px;
  font-size: 0.9rem;
  color: var(--muted);
}
.cta-under .stars { font-size: 0.85em; margin-inline-end: 4px; }

/* ---------- Features ---------- */
.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1000px) { .features { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 580px) { .features { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; } }

.feature-card {
  padding: 34px 26px;
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01));
  border: 1px solid var(--card-border);
  transition: transform 0.45s var(--ease), border-color 0.35s, box-shadow 0.45s;
}
.feature-card:hover {
  transform: translateY(-8px);
  border-color: rgba(212, 175, 55, 0.4);
  box-shadow: 0 30px 60px -30px rgba(212, 175, 55, 0.25);
}
.feature-card h3 { font-size: 1.15rem; }

/* ---------- Reviews wall ---------- */
.wall {
  columns: 4 230px;
  column-gap: 20px;
}

.wall-item {
  break-inside: avoid;
  margin-bottom: 20px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.14);
  background: var(--bg-3);
  cursor: zoom-in;
  position: relative;
  transition: transform 0.4s var(--ease), border-color 0.3s, box-shadow 0.4s;
  opacity: 0;
  transform: translateY(26px) scale(0.97);
}
.wall-item.shown {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease), border-color 0.3s, box-shadow 0.4s;
  transition-delay: var(--sd, 0s), var(--sd, 0s), 0s, 0s;
}
.wall-item:hover {
  transform: translateY(-5px) scale(1.015);
  border-color: rgba(212, 175, 55, 0.5);
  box-shadow: 0 18px 40px -16px rgba(212, 175, 55, 0.3);
  z-index: 2;
}
.wall-item::after {
  content: "🔍";
  position: absolute;
  top: 10px;
  inset-inline-start: 10px;
  width: 34px; height: 34px;
  display: grid;
  place-items: center;
  font-size: 0.95rem;
  border-radius: 10px;
  background: rgba(11, 10, 8, 0.72);
  border: 1px solid rgba(212, 175, 55, 0.35);
  opacity: 0;
  transition: opacity 0.3s;
}
.wall-item:hover::after { opacity: 1; }
.wall-item img { width: 100%; height: auto; }

.wall-actions { text-align: center; margin-top: 44px; }
.wall-note { margin-top: 16px; color: var(--muted); font-size: 0.92rem; font-weight: 300; }

/* ---------- FAQ ---------- */
.faq-list { display: flex; flex-direction: column; gap: 14px; }

.faq-item {
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012));
  border: 1px solid var(--card-border);
  overflow: hidden;
  transition: border-color 0.3s, background 0.3s;
}
.faq-item[open] { border-color: rgba(212, 175, 55, 0.4); }

.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 26px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.05rem;
  user-select: none;
  transition: color 0.3s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--gold-2); }

.faq-arrow {
  width: 11px; height: 11px;
  border-right: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.4s var(--ease);
  flex-shrink: 0;
}
.faq-item[open] .faq-arrow { transform: rotate(225deg) translateY(-2px); }

.faq-body { padding: 0 26px; overflow: hidden; }
.faq-body p { color: var(--muted); font-weight: 300; padding-bottom: 22px; }

/* ---------- Final CTA ---------- */
.final-cta { padding-bottom: 130px; }

.cta-panel {
  position: relative;
  text-align: center;
  padding: clamp(48px, 8vw, 84px) clamp(24px, 6vw, 70px);
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(130deg, var(--gold-3) 0%, var(--gold) 45%, var(--gold-2) 100%);
  color: #171204;
  box-shadow: 0 40px 100px -40px rgba(212, 175, 55, 0.5);
}

.cta-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 15%, rgba(255, 255, 255, 0.5), transparent 42%),
    radial-gradient(circle at 85% 90%, rgba(120, 84, 10, 0.4), transparent 45%);
  mix-blend-mode: soft-light;
  animation: cta-shift 9s ease-in-out infinite alternate;
}
@keyframes cta-shift {
  to { transform: translate(4%, 6%) scale(1.1); }
}

.cta-panel h2 {
  position: relative;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 900;
  margin-bottom: 14px;
}
.cta-panel p {
  position: relative;
  font-size: 1.12rem;
  max-width: 520px;
  margin: 0 auto 34px;
  opacity: 0.85;
}
.cta-buttons { position: relative; display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.cta-note {
  position: relative;
  display: block;
  margin-top: 18px;
  font-size: 0.88rem;
  opacity: 0.75;
  font-weight: 500;
}

/* ---------- Footer ---------- */
.footer {
  padding: 60px 0 40px;
  border-top: 1px solid rgba(212, 175, 55, 0.1);
  background: var(--bg-2);
}
.footer-inner { display: flex; flex-direction: column; align-items: center; gap: 22px; text-align: center; }
.disclaimer { max-width: 680px; font-size: 0.8rem; color: rgba(169, 159, 138, 0.65); font-weight: 300; }
.copyright { font-size: 0.85rem; color: var(--muted); }
.privacy-link { color: var(--muted); text-decoration: underline; text-underline-offset: 3px; }
.privacy-link:hover { color: var(--gold-2); }

/* ---------- Lightbox ---------- */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  background: rgba(8, 7, 5, 0.9);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s;
}
.lightbox.open { opacity: 1; visibility: visible; }

.lightbox img {
  max-width: min(92vw, 560px);
  max-height: 84vh;
  border-radius: 16px;
  border: 1px solid rgba(212, 175, 55, 0.4);
  box-shadow: 0 40px 120px -30px rgba(0, 0, 0, 0.9);
  transform: scale(0.92);
  transition: transform 0.35s var(--ease);
}
.lightbox.open img { transform: scale(1); }

.lb-close, .lb-nav {
  position: absolute;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(212, 175, 55, 0.3);
  color: var(--text);
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
  z-index: 2;
}
.lb-close:hover, .lb-nav:hover { background: rgba(212, 175, 55, 0.2); transform: scale(1.08); }

.lb-close {
  top: 22px;
  inset-inline-start: 22px;
  width: 46px; height: 46px;
  border-radius: 14px;
  font-size: 1.6rem;
  line-height: 1;
}
.lb-nav {
  top: 50%;
  translate: 0 -50%;
  width: 48px; height: 48px;
  border-radius: 50%;
  font-size: 1.1rem;
}
.lb-prev { inset-inline-start: 20px; }
.lb-next { inset-inline-end: 20px; }

.lb-count {
  position: absolute;
  bottom: 24px;
  inset-inline-start: 50%;
  translate: 50% 0;
  font-size: 0.9rem;
  color: var(--muted);
  background: rgba(11, 10, 8, 0.7);
  padding: 6px 18px;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.2);
}

@media (max-width: 640px) {
  .lb-nav { width: 42px; height: 42px; }
  .lb-prev { inset-inline-start: 10px; }
  .lb-next { inset-inline-end: 10px; }
}

/* ---------- Mobile sticky CTA ---------- */
.mobile-cta {
  position: fixed;
  bottom: 14px;
  inset-inline: 14px;
  z-index: 90;
  justify-content: center;
  padding: 15px;
  font-size: 1.02rem;
  transform: translateY(120%);
  transition: transform 0.5s var(--ease);
  display: none;
  box-shadow: 0 -6px 40px rgba(0, 0, 0, 0.5), 0 8px 28px -8px rgba(212, 175, 55, 0.55);
}
@media (max-width: 768px) {
  .mobile-cta { display: inline-flex; }
  .mobile-cta.visible { transform: translateY(0); }
}

/* ---------- Reveal on scroll ---------- */
.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
  transition-delay: var(--d, 0s);
  will-change: opacity, transform;
}
.reveal.shown { opacity: 1; transform: translateY(0); }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001s !important;
  }
  .reveal, .wall-item { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}
