/* =============================================
   STAR CITIZEN REFERRAL PAGE — MAIN STYLESHEET
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;600;700;900&family=Exo+2:wght@300;400;500;600&display=swap');

/* ── FANKIT FONTS (decorative accents) ── */
@font-face {
  font-family: 'Xiinchil';
  src: url('../img/05_FONTS/xiinchil/xiinchil-Regular.otf') format('opentype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Xiinchil';
  src: url('../img/05_FONTS/xiinchil/xiinchil-Bold.otf') format('opentype');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Xiinthlea';
  src: url('../img/05_FONTS/xiinthlea/xiinthlea-Regular.otf') format('opentype');
  font-weight: 400;
  font-display: swap;
}

:root {
  --gold: #c8922a;
  --gold-light: #f0b84a;
  --gold-dark: #8a6018;
  --blue: #00a8e8;
  --blue-dark: #005f8a;
  --blue-glow: rgba(0, 168, 232, 0.4);
  --dark: #030810;
  --dark2: #070f1c;
  --dark3: #0a1628;
  --surface: rgba(10, 22, 40, 0.85);
  --surface2: rgba(15, 30, 55, 0.7);
  --text: #c8d8e8;
  --text-dim: #7a96b0;
  --white: #e8f0f8;
  --danger: #e84040;
  --success: #40c878;
  --radius: 8px;
  --glow-gold: 0 0 20px rgba(200, 146, 42, 0.5), 0 0 60px rgba(200, 146, 42, 0.2);
  --glow-blue: 0 0 20px rgba(0, 168, 232, 0.5), 0 0 60px rgba(0, 168, 232, 0.2);
}

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

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Exo 2', system-ui, sans-serif;
  background: var(--dark);
  color: var(--text);
  min-height: 100vh;
  overflow-x: hidden;
  line-height: 1.6;
}

/* ── STARFIELD ── */
#starfield {
  position: fixed; inset: 0; z-index: 0;
  pointer-events: none;
}

/* ── NEBULA OVERLAY ── */
.nebula-overlay {
  position: fixed; inset: 0; z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 80% 50% at 20% 30%, rgba(0,80,160,0.18) 0%, transparent 70%),
    radial-gradient(ellipse 60% 40% at 80% 70%, rgba(100,0,150,0.12) 0%, transparent 70%),
    radial-gradient(ellipse 50% 60% at 50% 50%, rgba(200,100,20,0.06) 0%, transparent 70%);
}

.site-wrapper { position: relative; z-index: 2; }

/* ── HEADER / NAV ── */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.75rem 2rem;
  background: rgba(3, 8, 16, 0.85);
  border-bottom: 1px solid rgba(200, 146, 42, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.logo {
  display: flex; align-items: center; gap: 0.75rem;
  text-decoration: none;
}

.logo-img {
  height: 28px;
  width: auto;
  filter: brightness(0.9) drop-shadow(0 0 6px rgba(200,146,42,0.4));
  flex-shrink: 0;
}

.logo-bonus-tag {
  font-family: 'Orbitron', sans-serif;
  font-size: 0.6rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.25em;
  text-transform: uppercase;
  background: rgba(200,146,42,0.12);
  border: 1px solid rgba(200,146,42,0.3);
  padding: 0.2rem 0.5rem;
  border-radius: 3px;
  white-space: nowrap;
}

.header-actions {
  display: flex; align-items: center; gap: 1rem;
}

/* Language Switcher — minimal */
.lang-switcher {
  display: flex; gap: 0.1rem;
  background: transparent;
  border: none;
  padding: 0;
  opacity: 0.38;
  transition: opacity 0.3s;
}

.lang-switcher:hover { opacity: 0.85; }

.lang-btn {
  background: none; border: none;
  color: var(--text-dim);
  font-size: 0.58rem;
  font-family: 'Orbitron', sans-serif;
  letter-spacing: 0.08em;
  cursor: pointer;
  padding: 0.15rem 0.35rem;
  border-radius: 2px;
  transition: color 0.15s;
  text-transform: uppercase;
  font-weight: 400;
}

.lang-btn:hover { color: var(--white); opacity: 1; }

.lang-btn.active {
  color: var(--gold);
  font-weight: 600;
}

.header-cta {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  color: var(--dark);
  font-family: 'Orbitron', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 0 15px rgba(200,146,42,0.4);
  white-space: nowrap;
}

.header-cta:hover {
  box-shadow: var(--glow-gold);
  transform: translateY(-1px);
  filter: brightness(1.1);
}

/* ── HERO CINEMATIC ── */
.hero-cinematic {
  position: absolute; inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-cinematic img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.38;
  filter: brightness(0.65) contrast(1.05) saturate(1.1);
  animation: hero-zoom 30s ease-in-out infinite alternate;
}

@keyframes hero-zoom {
  0% { transform: scale(1) translateY(0); }
  100% { transform: scale(1.08) translateY(-20px); }
}

.hero-vignette {
  position: absolute; inset: 0; z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 55% at 50% 45%, rgba(3,8,16,0.35) 0%, rgba(3,8,16,0.75) 60%, rgba(3,8,16,0.95) 100%),
    linear-gradient(to bottom, rgba(3,8,16,0.7) 0%, rgba(3,8,16,0.2) 25%, rgba(3,8,16,0.2) 65%, rgba(3,8,16,0.95) 100%);
}

/* Stronger text shadow for hero text contrast */
.hero h1 {
  text-shadow:
    0 2px 20px rgba(0,0,0,0.9),
    0 0 40px rgba(0, 168, 232, 0.35);
}

.hero-subtitle {
  text-shadow: 0 2px 12px rgba(0,0,0,0.85);
}

.hero-badge {
  background: rgba(200, 146, 42, 0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.5);
}

.bonus-box {
  background: rgba(10, 22, 40, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.6);
}

.referral-code-display {
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* ── TRUST BAR ── */
.trust-bar {
  background: rgba(0,0,0,0.45);
  border-top: 1px solid rgba(200,146,42,0.15);
  border-bottom: 1px solid rgba(200,146,42,0.15);
  padding: 1.25rem 2rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.trust-bar-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.trust-item {
  display: flex; align-items: center; gap: 0.85rem;
}

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

.trust-item strong {
  display: block;
  font-family: 'Orbitron', sans-serif;
  font-size: 0.85rem;
  color: var(--white);
  font-weight: 700;
  letter-spacing: 0.05em;
}

.trust-item span {
  font-size: 0.72rem;
  color: var(--text-dim);
}

/* ── GALLERY ── */
.gallery-section {
  background: linear-gradient(180deg, rgba(3,8,16,0.4) 0%, rgba(3,8,16,0.7) 100%);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 1rem;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(200,146,42,0.2);
  background: var(--surface);
  cursor: zoom-in;
  transition: all 0.4s ease;
}

.gallery-item.large {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  display: block;
}

.gallery-item:hover {
  border-color: rgba(200,146,42,0.6);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-item figcaption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 1rem 0.85rem 0.75rem;
  background: linear-gradient(to top, rgba(3,8,16,0.95) 0%, rgba(3,8,16,0.6) 60%, transparent 100%);
  color: var(--white);
  font-family: 'Orbitron', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.gallery-item:hover figcaption {
  opacity: 1;
  transform: translateY(0);
}

/* ── TESTIMONIALS ── */
.testimonials-section { background: rgba(3,8,16,0.4); }

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.testimonial-card {
  background: var(--surface);
  border: 1px solid rgba(200,146,42,0.15);
  border-radius: var(--radius);
  padding: 1.75rem;
  position: relative;
  transition: all 0.4s;
  margin: 0;
}

.testimonial-card::before {
  content: '"';
  position: absolute;
  top: -10px; left: 1rem;
  font-family: Georgia, serif;
  font-size: 5rem;
  color: rgba(200,146,42,0.2);
  line-height: 1;
  font-weight: 700;
}

.testimonial-card:hover {
  border-color: rgba(200,146,42,0.4);
  transform: translateY(-4px);
}

.testimonial-stars {
  color: var(--gold-light);
  font-size: 1rem;
  letter-spacing: 0.15em;
  margin-bottom: 0.75rem;
}

.testimonial-text {
  font-size: 0.92rem;
  color: var(--text);
  line-height: 1.7;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.testimonial-author {
  display: flex; align-items: center; gap: 0.85rem;
  font-style: normal;
}

.testimonial-avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Orbitron', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--white);
  flex-shrink: 0;
  border: 1px solid rgba(200,146,42,0.3);
}

.testimonial-author strong {
  display: block;
  font-family: 'Orbitron', sans-serif;
  font-size: 0.85rem;
  color: var(--white);
  font-weight: 600;
}

.testimonial-author span {
  display: block;
  font-size: 0.7rem;
  color: var(--text-dim);
  margin-top: 0.1rem;
}

.testimonial-disclaimer {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.72rem;
  color: rgba(122,150,176,0.5);
  font-style: italic;
}

/* ── SHIP VISUAL with IMG ── */
.ship-visual img {
  width: 100%;
  max-width: 280px;
  height: auto;
  display: block;
}

/* ── HERO GAME LOGO ── */
.hero-game-logo {
  height: 36px;
  width: auto;
  margin-bottom: 1.5rem;
  filter: drop-shadow(0 0 12px rgba(200,146,42,0.5)) brightness(1.05);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* ── HERO ── */
.hero {
  min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  padding: 6rem 2rem 4rem;
  position: relative;
  overflow: hidden;
}

.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 100% 80% at 50% 0%, rgba(0,80,180,0.15) 0%, transparent 60%),
    radial-gradient(ellipse 60% 60% at 50% 100%, rgba(200,100,0,0.1) 0%, transparent 60%);
}

.hero-ship {
  position: absolute;
  right: -5%;
  bottom: 0;
  width: 65%;
  max-width: 900px;
  opacity: 0.12;
  pointer-events: none;
  filter: blur(1px);
}

.hero-content {
  position: relative; z-index: 2;
  max-width: 760px;
  text-align: center;
}

.hero-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(200, 146, 42, 0.12);
  border: 1px solid rgba(200, 146, 42, 0.4);
  border-radius: 20px;
  padding: 0.4rem 1rem;
  margin-bottom: 1.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-light);
  font-family: 'Orbitron', sans-serif;
}

.hero-badge .pulse-dot {
  width: 8px; height: 8px;
  background: var(--success);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.7); }
}

.hero h1 {
  font-family: 'Orbitron', sans-serif;
  font-size: clamp(2rem, 6vw, 4rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 0.5rem;
  color: var(--white);
  text-shadow: 0 0 40px rgba(0, 168, 232, 0.4);
}

.hero h1 .highlight {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
}

.hero-subtitle {
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  color: var(--text-dim);
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* ── BONUS BOX ── */
.bonus-box {
  background: rgba(200, 146, 42, 0.08);
  border: 1px solid rgba(200, 146, 42, 0.35);
  border-radius: var(--radius);
  padding: 1.5rem 2rem;
  margin: 2rem auto;
  max-width: 520px;
  position: relative;
  overflow: hidden;
}

.bonus-box::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(200,146,42,0.05) 0%, transparent 60%);
  pointer-events: none;
}

.bonus-box-label {
  font-family: 'Orbitron', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
  display: flex; align-items: center; gap: 0.5rem;
}

.bonus-box-label::after {
  content: '';
  flex: 1; height: 1px;
  background: linear-gradient(to right, rgba(200,146,42,0.4), transparent);
}

.bonus-amount {
  font-family: 'Orbitron', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 900;
  color: var(--gold-light);
  text-shadow: var(--glow-gold);
  line-height: 1;
  margin-bottom: 0.25rem;
}

.bonus-desc {
  font-size: 0.9rem;
  color: var(--text-dim);
}

/* ── HERO CTA ── */
.hero-cta-group {
  display: flex; flex-direction: column; align-items: center; gap: 1rem;
  margin-top: 2rem;
}

.btn-primary {
  display: inline-flex; align-items: center; gap: 0.6rem;
  background: linear-gradient(135deg, #b87820, var(--gold-light), #b87820);
  background-size: 200% 100%;
  color: var(--dark);
  font-family: 'Orbitron', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1rem 2.5rem;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: all 0.4s ease;
  box-shadow: 0 4px 30px rgba(200, 146, 42, 0.5), 0 0 0 0 rgba(200,146,42,0.4);
  animation: btn-shimmer 3s ease-in-out infinite;
  position: relative;
  overflow: hidden;
}

@keyframes btn-shimmer {
  0%, 100% { background-position: 0% 0%; }
  50% { background-position: 100% 0%; }
}

.btn-primary::after {
  content: '';
  position: absolute; top: 0; left: -100%;
  width: 60%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
  animation: shine 3s ease-in-out infinite 1.5s;
}

@keyframes shine {
  0% { left: -100%; }
  100% { left: 200%; }
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 40px rgba(200, 146, 42, 0.7), 0 0 60px rgba(200, 146, 42, 0.3);
  filter: brightness(1.1);
}

.btn-primary svg { width: 20px; height: 20px; flex-shrink: 0; }

.btn-secondary {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: transparent;
  color: var(--blue);
  font-size: 0.85rem;
  text-decoration: none;
  border: 1px solid rgba(0, 168, 232, 0.3);
  padding: 0.65rem 1.5rem;
  border-radius: 4px;
  transition: all 0.3s;
  font-family: 'Exo 2', sans-serif;
  letter-spacing: 0.05em;
}

.btn-secondary:hover {
  border-color: var(--blue);
  background: rgba(0, 168, 232, 0.1);
  box-shadow: 0 0 20px rgba(0,168,232,0.2);
}

.referral-code-display {
  display: flex; align-items: center; gap: 0.75rem;
  background: rgba(0,0,0,0.4);
  border: 1px solid rgba(0, 168, 232, 0.3);
  border-radius: var(--radius);
  padding: 0.75rem 1.25rem;
  margin-top: 0.5rem;
  cursor: pointer;
  transition: all 0.3s;
}

.referral-code-display:hover {
  border-color: var(--blue);
  background: rgba(0, 168, 232, 0.08);
}

.referral-code-label {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-dim);
  font-family: 'Orbitron', sans-serif;
  white-space: nowrap;
}

.referral-code-value {
  font-family: 'Orbitron', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--blue);
  letter-spacing: 0.1em;
}

.copy-icon {
  width: 16px; height: 16px;
  color: var(--text-dim);
  flex-shrink: 0;
  transition: color 0.2s;
}

.referral-code-display:hover .copy-icon { color: var(--blue); }

.copy-feedback {
  font-size: 0.75rem;
  color: var(--success);
  opacity: 0;
  transition: opacity 0.3s;
  white-space: nowrap;
}

.copy-feedback.show { opacity: 1; }

/* ── SECTION COMMON ── */
section {
  padding: 5rem 2rem;
}

.section-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.section-tag {
  font-family: 'Orbitron', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
  display: flex; align-items: center; gap: 0.75rem;
}

.section-tag::before {
  content: '';
  width: 24px; height: 1px;
  background: var(--gold);
}

.section-title {
  font-family: 'Orbitron', sans-serif;
  font-size: clamp(1.5rem, 3.5vw, 2.4rem);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.section-title .accent { color: var(--gold-light); }

.section-lead {
  font-size: 1.05rem;
  color: var(--text-dim);
  max-width: 620px;
  margin-bottom: 3rem;
}

/* ── DIVIDER ── */
.divider {
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(200,146,42,0.3), transparent);
  margin: 0 2rem;
}

/* ── HOW IT WORKS ── */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  counter-reset: step;
}

.step-card {
  background: var(--surface);
  border: 1px solid rgba(200,146,42,0.15);
  border-radius: var(--radius);
  padding: 2rem 1.5rem;
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
  counter-increment: step;
}

.step-card::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  top: -0.5rem; right: 1rem;
  font-family: 'Orbitron', sans-serif;
  font-size: 4rem;
  font-weight: 900;
  color: rgba(200,146,42,0.06);
  line-height: 1;
  pointer-events: none;
}

.step-card:hover {
  border-color: rgba(200,146,42,0.4);
  background: rgba(15,30,55,0.9);
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.4);
}

.step-icon {
  width: 48px; height: 48px;
  background: linear-gradient(135deg, rgba(200,146,42,0.2), rgba(200,146,42,0.05));
  border: 1px solid rgba(200,146,42,0.3);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1rem;
}

.step-icon svg { width: 22px; height: 22px; color: var(--gold); }

.step-title {
  font-family: 'Orbitron', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
}

.step-desc {
  font-size: 0.85rem;
  color: var(--text-dim);
  line-height: 1.6;
}

/* ── BONUS FEATURES ── */
.bonuses-section { background: rgba(3,8,16,0.5); }

.bonuses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.bonus-card {
  background: var(--surface2);
  border: 1px solid rgba(0,168,232,0.15);
  border-radius: var(--radius);
  padding: 1.75rem;
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
}

.bonus-card::after {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(to right, transparent, var(--blue), transparent);
  opacity: 0;
  transition: opacity 0.4s;
}

.bonus-card:hover { border-color: rgba(0,168,232,0.35); transform: translateY(-4px); }
.bonus-card:hover::after { opacity: 1; }

.bonus-card-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  display: block;
}

.bonus-card-title {
  font-family: 'Orbitron', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.5rem;
}

.bonus-card-value {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--gold-light);
  margin-bottom: 0.5rem;
}

.bonus-card-desc {
  font-size: 0.85rem;
  color: var(--text-dim);
  line-height: 1.6;
}

/* ── GAME INFO ── */
.game-info-section {
  position: relative;
  overflow: hidden;
}

.game-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.game-info-visual {
  position: relative;
}

.game-info-frame {
  aspect-ratio: 16/9;
  background: var(--surface);
  border: 1px solid rgba(200,146,42,0.25);
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  display: flex; align-items: center; justify-content: center;
}

.game-info-frame-inner {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, rgba(0,80,160,0.3) 0%, rgba(3,8,16,0.9) 80%);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 0.75rem;
}

.game-info-frame svg.big-icon {
  width: 80px; height: 80px;
  color: rgba(200,146,42,0.3);
}

.frame-label {
  font-family: 'Orbitron', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--text-dim);
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}

.stat-box {
  background: var(--surface);
  border: 1px solid rgba(200,146,42,0.15);
  border-radius: var(--radius);
  padding: 1rem;
  text-align: center;
}

.stat-value {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--gold-light);
  display: block;
}

.stat-label {
  font-size: 0.72rem;
  color: var(--text-dim);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 0.25rem;
}

.feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.95rem;
  color: var(--text);
}

.feature-list li::before {
  content: '';
  width: 18px; height: 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23c8922a'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E") center/contain no-repeat;
  flex-shrink: 0;
  margin-top: 0.15rem;
}

/* ── MANUFACTURERS STRIP ── */
.manufacturers-section {
  padding: 3rem 2rem;
  background: rgba(0,0,0,0.35);
  border-top: 1px solid rgba(200,146,42,0.1);
  border-bottom: 1px solid rgba(200,146,42,0.1);
}

.manufacturers-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem 2.5rem;
  margin-top: 1.5rem;
}

.mfr-logo {
  display: flex; align-items: center; justify-content: center;
  height: 40px;
  opacity: 0.45;
  filter: brightness(0.9) grayscale(0.3);
  transition: all 0.4s;
  cursor: default;
}

.mfr-logo:hover {
  opacity: 1;
  filter: brightness(1.1) grayscale(0) drop-shadow(0 0 8px rgba(200,146,42,0.4));
  transform: translateY(-2px);
}

.mfr-logo img {
  height: 100%;
  width: auto;
  max-width: 120px;
  object-fit: contain;
}

/* ── FOOTER LOGOS ── */
.footer-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(200,146,42,0.1);
}

.footer-sc-logo {
  height: 22px;
  width: auto;
  opacity: 0.6;
  filter: brightness(0.8);
}

.footer-rsi-logo {
  height: 30px;
  width: auto;
  opacity: 0.5;
  filter: brightness(0.8);
}

/* ── GAMEPLAY LOOPS ── */
.loops-section { background: rgba(3,8,16,0.4); }

.loops-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
}

.loop-card {
  background: var(--surface);
  border: 1px solid rgba(0,168,232,0.12);
  border-radius: var(--radius);
  padding: 1.5rem;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
}

.loop-card::before {
  content: '';
  position: absolute; top: 0; left: 0; width: 3px; height: 0;
  background: linear-gradient(to bottom, var(--blue), transparent);
  transition: height 0.4s;
}

.loop-card:hover {
  border-color: rgba(0,168,232,0.35);
  transform: translateX(4px);
  background: rgba(15,30,55,0.9);
}

.loop-card:hover::before { height: 100%; }

.loop-icon {
  width: 44px; height: 44px;
  background: rgba(0,168,232,0.08);
  border: 1px solid rgba(0,168,232,0.25);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 0.9rem;
}

.loop-icon svg { width: 20px; height: 20px; color: var(--blue); }

.loop-title {
  font-family: 'Orbitron', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.4rem;
}

.loop-desc {
  font-size: 0.85rem;
  color: var(--text-dim);
  line-height: 1.6;
}

/* ── SHIP SHOWCASE ── */
.ships-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.ship-card {
  background: var(--surface);
  border: 1px solid rgba(200,146,42,0.18);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all 0.4s;
  position: relative;
}

.ship-card.featured {
  border-color: rgba(200,146,42,0.5);
  box-shadow: 0 0 30px rgba(200,146,42,0.15);
}

.ship-card:hover {
  border-color: rgba(200,146,42,0.5);
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.5);
}

.ship-badge-featured {
  position: absolute; top: 1rem; right: 1rem;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--dark);
  font-family: 'Orbitron', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.3rem 0.7rem;
  border-radius: 3px;
  z-index: 2;
}

.ship-visual {
  background: radial-gradient(ellipse at center, rgba(0,80,160,0.25) 0%, rgba(3,8,16,0.6) 100%);
  background-size: cover;
  background-position: center;
  padding: 2rem 1rem;
  display: flex; align-items: center; justify-content: center;
  border-bottom: 1px solid rgba(200,146,42,0.1);
  position: relative;
  overflow: hidden;
}

.ship-visual::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, rgba(3,8,16,0.3) 0%, rgba(3,8,16,0.75) 100%);
  pointer-events: none;
}

.ship-visual img {
  position: relative; z-index: 1;
  width: 100%;
  max-width: 280px;
  height: auto;
  display: block;
  filter: drop-shadow(0 4px 20px rgba(0,168,232,0.5));
}

.ship-visual.ship-photo {
  padding: 0;
  height: 220px;
  background-size: cover;
  background-position: center 30%;
}

.ship-visual.ship-photo::before {
  background: linear-gradient(to bottom, rgba(3,8,16,0.1) 0%, rgba(3,8,16,0.0) 40%, rgba(3,8,16,0.55) 100%);
}

.ship-card:hover .ship-visual.ship-photo {
  background-size: 108%;
  transition: background-size 0.6s ease;
}

.ship-info { padding: 1.5rem; }

.ship-badge {
  display: inline-block;
  font-family: 'Orbitron', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--blue);
  background: rgba(0,168,232,0.1);
  border: 1px solid rgba(0,168,232,0.3);
  padding: 0.2rem 0.6rem;
  border-radius: 3px;
  margin-bottom: 0.75rem;
}

.ship-name {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.3rem;
}

.ship-role {
  font-size: 0.78rem;
  color: var(--gold-light);
  margin-bottom: 0.75rem;
  letter-spacing: 0.05em;
}

.ship-desc {
  font-size: 0.85rem;
  color: var(--text-dim);
  line-height: 1.6;
}

.ship-note {
  text-align: center;
  margin-top: 2.5rem;
  color: var(--text-dim);
  font-size: 0.9rem;
  padding: 1rem;
  background: rgba(200,146,42,0.05);
  border: 1px dashed rgba(200,146,42,0.25);
  border-radius: var(--radius);
}

/* ── FAQ ── */
.faq-section { background: rgba(3,8,16,0.5); }

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 800px;
}

.faq-item {
  background: var(--surface);
  border: 1px solid rgba(200,146,42,0.12);
  border-radius: var(--radius);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.2rem 1.5rem;
  background: none;
  border: none;
  color: var(--white);
  font-family: 'Exo 2', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  gap: 1rem;
  transition: background 0.2s;
}

.faq-question:hover { background: rgba(200,146,42,0.05); }

.faq-chevron {
  width: 18px; height: 18px;
  color: var(--gold);
  flex-shrink: 0;
  transition: transform 0.3s;
}

.faq-item.open .faq-chevron { transform: rotate(180deg); }

.faq-answer {
  display: none;
  padding: 0 1.5rem 1.2rem;
  font-size: 0.9rem;
  color: var(--text-dim);
  line-height: 1.7;
  border-top: 1px solid rgba(200,146,42,0.1);
}

.faq-item.open .faq-answer { display: block; }

/* ── FINAL CTA ── */
.final-cta-section {
  text-align: center;
  padding: 6rem 2rem;
  position: relative;
  overflow: hidden;
}

.final-cta-section::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 100% at 50% 50%, rgba(200,100,0,0.08) 0%, transparent 70%);
  pointer-events: none;
}

.final-cta-inner { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }

.final-cta-subtitle {
  font-size: 1rem;
  color: var(--text-dim);
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}

.final-code-box {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background: rgba(0,0,0,0.5);
  border: 1px solid rgba(200,146,42,0.35);
  border-radius: var(--radius);
  padding: 0.75rem 1.5rem;
  margin-bottom: 2rem;
  cursor: pointer;
  transition: all 0.3s;
  flex-wrap: wrap;
  justify-content: center;
}

.final-code-box:hover {
  border-color: var(--gold);
  background: rgba(200,146,42,0.08);
}

.final-code-label {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-dim);
  font-family: 'Orbitron', sans-serif;
}

.final-code-value {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--gold-light);
  letter-spacing: 0.15em;
}

/* ── FOOTER ── */
.site-footer {
  background: rgba(0,0,0,0.6);
  border-top: 1px solid rgba(200,146,42,0.1);
  padding: 2rem;
  text-align: center;
}

.footer-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex; flex-direction: column; align-items: center; gap: 1rem;
}

.footer-disclaimer {
  font-size: 0.75rem;
  color: var(--text-dim);
  line-height: 1.6;
  max-width: 700px;
}

.footer-copy {
  font-size: 0.72rem;
  color: rgba(122,150,176,0.5);
  letter-spacing: 0.1em;
}

/* ── TOAST ── */
.toast {
  position: fixed;
  bottom: 2rem; left: 50%;
  transform: translateX(-50%) translateY(80px);
  background: var(--surface);
  border: 1px solid var(--success);
  color: var(--success);
  padding: 0.75rem 1.5rem;
  border-radius: 30px;
  font-family: 'Orbitron', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  box-shadow: 0 8px 30px rgba(0,0,0,0.5);
  z-index: 999;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  white-space: nowrap;
}

.toast.show { transform: translateX(-50%) translateY(0); }

/* ── SCROLL REVEAL ── */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── SCROLLBAR ── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--dark); }
::-webkit-scrollbar-thumb { background: rgba(200,146,42,0.3); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: rgba(200,146,42,0.6); }

/* ── GUIDE SECTIONS ── */
.guide-section, .guide2-section { background: rgba(3,8,16,0.4); }

.guide-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

.guide-block {
  background: var(--surface);
  border: 1px solid rgba(200,146,42,0.15);
  border-radius: var(--radius);
  padding: 1.75rem;
  transition: all 0.4s;
}

.guide-block:hover {
  border-color: rgba(200,146,42,0.4);
  transform: translateY(-3px);
}

.guide-block-icon {
  font-size: 2rem;
  margin-bottom: 0.75rem;
  display: block;
}

.guide-block h3 {
  font-family: 'Orbitron', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 1rem;
  line-height: 1.4;
}

.guide-block-body p {
  font-size: 0.88rem;
  color: var(--text-dim);
  line-height: 1.75;
  margin-bottom: 0.75rem;
}

.guide-block-body p:last-child { margin-bottom: 0; }

.guide-block-body strong { color: var(--gold-light); }

.guide-longtext {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  max-width: 1000px;
}

.guide-text-block h3 {
  font-family: 'Orbitron', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--gold-light);
  margin-bottom: 0.6rem;
  letter-spacing: 0.03em;
}

.guide-text-block p {
  font-size: 0.88rem;
  color: var(--text-dim);
  line-height: 1.8;
}

.guide-text-block strong { color: var(--white); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .game-info-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .game-info-visual { order: -1; }
  .hero-ship { opacity: 0.06; width: 100%; right: -20%; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
  .gallery-item.large { grid-column: span 2; grid-row: span 1; }
  .trust-bar-inner { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 200px; }
  .gallery-item.large { grid-column: span 1; }
  .gallery-item figcaption { opacity: 1; transform: translateY(0); }
  .trust-bar-inner { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .trust-item { gap: 0.6rem; }
  .trust-item strong { font-size: 0.75rem; }
  .trust-item span { font-size: 0.65rem; }
  .site-header { padding: 0.75rem 1rem; }
  .logo-text span { display: none; }
  .header-cta { display: none; }
  .lang-switcher { padding: 0.2rem 0.4rem; }
  .lang-btn { font-size: 0.65rem; padding: 0.2rem 0.4rem; }
  section { padding: 3.5rem 1.25rem; }
  .hero { padding: 5rem 1.25rem 3rem; }
  .bonus-box { padding: 1.25rem; }
  .stats-row { grid-template-columns: repeat(3, 1fr); }
  .stat-value { font-size: 1.1rem; }
  .referral-code-display { flex-wrap: wrap; justify-content: center; gap: 0.5rem; }
  .btn-primary { font-size: 0.85rem; padding: 0.85rem 1.75rem; }
}

@media (max-width: 400px) {
  .stats-row { grid-template-columns: 1fr 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
}

/* ── ANIMATED BORDER ── */
@keyframes border-glow {
  0%, 100% { border-color: rgba(200,146,42,0.2); }
  50% { border-color: rgba(200,146,42,0.5); }
}

.hero .bonus-box { animation: border-glow 3s ease-in-out infinite; }

/* ── PARTICLES ── */
.floating-particle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  animation: float-particle linear infinite;
  opacity: 0;
}

@keyframes float-particle {
  0% { opacity: 0; transform: translateY(0) rotate(0deg); }
  10% { opacity: 1; }
  90% { opacity: 0.3; }
  100% { opacity: 0; transform: translateY(-120vh) rotate(720deg); }
}

/* ── RSI NEWS / COMM-LINK ── */
.news-section { padding: 6rem 0; }

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
  min-height: 180px;
}

.news-loading {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  color: var(--text-dim);
  font-size: 0.9rem;
  letter-spacing: 0.05em;
}

.news-spinner {
  display: inline-block;
  width: 18px; height: 18px;
  border: 2px solid rgba(0,168,232,0.2);
  border-top-color: var(--blue);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin { to { transform: rotate(360deg); } }

.news-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(200,146,42,0.12);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}

.news-card:hover {
  border-color: rgba(200,146,42,0.35);
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.5);
}

.news-thumb {
  width: 100%;
  height: 160px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  background-color: rgba(0,30,60,0.5);
}

.news-thumb--placeholder {
  background: linear-gradient(135deg, rgba(0,40,80,0.8), rgba(20,60,100,0.5));
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-thumb--placeholder::after {
  content: '✦';
  font-size: 2rem;
  color: rgba(200,146,42,0.3);
}

.news-body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.5rem;
}

.news-date {
  font-family: 'Orbitron', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  color: var(--gold);
  opacity: 0.8;
  text-transform: uppercase;
}

.news-headline {
  font-family: 'Orbitron', sans-serif;
  font-size: 0.82rem;
  line-height: 1.4;
  color: var(--white);
  font-weight: 600;
  margin: 0;
}

.news-excerpt {
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--text-dim);
  margin: 0;
  flex: 1;
}

.news-read-more {
  font-family: 'Orbitron', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  color: var(--blue);
  text-decoration: none;
  text-transform: uppercase;
  margin-top: auto;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(0,168,232,0.1);
  transition: color 0.2s;
}

.news-read-more:hover { color: var(--white); }

.news-footer {
  margin-top: 2.5rem;
  text-align: center;
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Orbitron', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-dim);
  border: 1px solid rgba(200,146,42,0.25);
  padding: 0.7rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
  transition: color 0.25s, border-color 0.25s, background 0.25s;
}

.btn-ghost:hover {
  color: var(--gold);
  border-color: rgba(200,146,42,0.6);
  background: rgba(200,146,42,0.05);
}

@media (max-width: 900px) {
  .news-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .news-grid { grid-template-columns: 1fr; }
  .news-thumb { height: 200px; }
}

/* ── STICKY CTA BAR ── */
.sticky-cta {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 95;
  background: rgba(3,8,16,0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid rgba(200,146,42,0.22);
  padding: 0.55rem 1rem;
  transform: translateY(110%);
  transition: transform 0.4s ease;
  box-shadow: 0 -4px 24px rgba(0,0,0,0.4);
}

.sticky-cta.visible { transform: translateY(0); }

.sticky-cta-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  justify-content: center;
  flex-wrap: nowrap;
}

.sticky-cta-label {
  font-family: 'Orbitron', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  color: var(--text-dim);
  text-transform: uppercase;
  white-space: nowrap;
}

.sticky-cta-code {
  font-family: 'Orbitron', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--gold);
  background: rgba(200,146,42,0.08);
  border: 1px solid rgba(200,146,42,0.25);
  padding: 0.35rem 0.65rem;
  border-radius: 3px;
  white-space: nowrap;
}

.sticky-cta-copy {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(200,146,42,0.25);
  color: var(--gold);
  width: 30px; height: 30px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  flex-shrink: 0;
}

.sticky-cta-copy:hover {
  background: rgba(200,146,42,0.15);
  border-color: var(--gold);
  color: var(--white);
}

.sticky-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  color: var(--dark);
  font-family: 'Orbitron', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.45rem 0.95rem;
  border-radius: 3px;
  transition: filter 0.2s, transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 0 12px rgba(200,146,42,0.3);
  white-space: nowrap;
}

.sticky-cta-btn:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
  box-shadow: 0 0 18px rgba(200,146,42,0.55);
}

/* Push body content up so sticky bar never covers final content */
body { padding-bottom: 60px; }

@media (max-width: 600px) {
  .sticky-cta { padding: 0.5rem 0.5rem; }
  .sticky-cta-label { display: none; }
  .sticky-cta-code { font-size: 0.68rem; padding: 0.3rem 0.5rem; letter-spacing: 0.08em; }
  .sticky-cta-btn { padding: 0.4rem 0.7rem; font-size: 0.65rem; }
  .sticky-cta-inner { gap: 0.4rem; }
}

@media (max-width: 380px) {
  .sticky-cta-code { font-size: 0.6rem; letter-spacing: 0.05em; }
}

/* ── STICKY REFERRAL BAR ── */
.sticky-bar {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 200;
  background: rgba(3,8,16,0.88);
  border-top: 1px solid rgba(200,146,42,0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 0.55rem 1.5rem;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}

.sticky-bar.visible { transform: translateY(0); }

.sticky-bar-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.sticky-bar-label {
  font-family: 'Orbitron', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-dim);
  white-space: nowrap;
}

.sticky-bar-code {
  font-family: 'Orbitron', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: var(--gold);
  background: rgba(200,146,42,0.08);
  border: 1px solid rgba(200,146,42,0.2);
  padding: 0.15rem 0.6rem;
  border-radius: 3px;
  white-space: nowrap;
}

.sticky-bar-copy {
  display: inline-flex; align-items: center; gap: 0.35rem;
  background: none;
  border: 1px solid rgba(200,146,42,0.25);
  color: var(--text-dim);
  font-family: 'Orbitron', sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.25rem 0.65rem;
  border-radius: 3px;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s;
  white-space: nowrap;
}

.sticky-bar-copy:hover {
  color: var(--gold);
  border-color: rgba(200,146,42,0.5);
}

.sticky-bar-cta {
  margin-left: auto;
  display: inline-flex; align-items: center;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  color: var(--dark);
  font-family: 'Orbitron', sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.35rem 0.9rem;
  border-radius: 3px;
  white-space: nowrap;
  transition: filter 0.2s, box-shadow 0.2s;
}

.sticky-bar-cta:hover {
  filter: brightness(1.1);
  box-shadow: 0 0 12px rgba(200,146,42,0.4);
}

body { padding-bottom: 52px; }

@media (max-width: 600px) {
  .sticky-bar { padding: 0.5rem 1rem; }
  .sticky-bar-label { display: none; }
  .sticky-bar-inner { gap: 0.6rem; }
  body { padding-bottom: 56px; }
}
