@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700;900&family=Almendra:wght@400;700&family=Share+Tech+Mono&display=swap');

:root {
  --brass: #b8860b;
  --brass-light: #d4a847;
  --brass-dark: #8b6914;
  --copper: #b87333;
  --copper-dark: #8c4a1e;
  --bronze: #cd7f32;
  --coal-black: #1a1410;
  --coal-dark: #0d0a07;
  --steam-beige: #f5e6c8;
  --steam-light: #faf3e3;
  --burgundy: #6b1c2a;
  --burgundy-dark: #4a1018;
  --iron-gray: #3d3d3d;
  --rivet: #5c4a32;
  --glass-fog: rgba(245, 230, 200, 0.08);
  --glow-brass: 0 0 15px rgba(184, 134, 11, 0.4);
  --glow-copper: 0 0 12px rgba(184, 115, 51, 0.3);
  --shadow-heavy: 0 8px 32px rgba(0, 0, 0, 0.6);
  --shadow-medium: 0 4px 16px rgba(0, 0, 0, 0.4);
  --font-display: 'Cinzel', serif;
  --font-body: 'Almendra', serif;
  --font-mono: 'Share Tech Mono', monospace;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  background: var(--coal-black);
  color: var(--steam-beige);
  line-height: 1.6;
  overflow-x: hidden;
  min-height: 100vh;
}

/* Steam Particle Background */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(184, 134, 11, 0.03) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 20%, rgba(184, 115, 51, 0.03) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 80%, rgba(107, 28, 42, 0.02) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

/* Blueprint Grid Background */
body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(rgba(184, 134, 11, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(184, 134, 11, 0.02) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
  z-index: 0;
}

/* ===== NAVIGATION ===== */
.nav-floating {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 0.75rem 2rem;
  background: linear-gradient(180deg, rgba(26, 20, 16, 0.97) 0%, rgba(26, 20, 16, 0.92) 100%);
  border-bottom: 2px solid var(--brass-dark);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5), inset 0 -1px 0 rgba(184, 134, 11, 0.2);
  backdrop-filter: blur(10px);
}

.nav-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--brass-light);
}

.nav-logo-icon {
  width: 40px;
  height: 40px;
}

.nav-logo-text {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
}

.nav-links a {
  color: var(--steam-beige);
  text-decoration: none;
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0.4rem 0.8rem;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.nav-links a:hover {
  color: var(--brass-light);
  border-color: var(--brass-dark);
  background: rgba(184, 134, 11, 0.1);
}

.nav-badge-18 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 2px solid var(--burgundy);
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 900;
  color: var(--burgundy);
  background: rgba(107, 28, 42, 0.1);
}

.nav-mobile-btn {
  display: none;
  background: none;
  border: 1px solid var(--brass-dark);
  color: var(--brass-light);
  padding: 0.5rem;
  cursor: pointer;
  border-radius: 4px;
}

/* ===== HERO - AIRSHIP COMMAND DECK ===== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8rem 2rem 4rem;
  overflow: hidden;
  z-index: 1;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at center top, rgba(184, 134, 11, 0.08) 0%, transparent 60%),
    radial-gradient(ellipse at 30% 70%, rgba(107, 28, 42, 0.05) 0%, transparent 50%),
    linear-gradient(180deg, var(--coal-dark) 0%, var(--coal-black) 50%, rgba(26, 20, 16, 1) 100%);
}

.hero-gears {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-gear {
  position: absolute;
  opacity: 0.06;
  animation: gearSpin 30s linear infinite;
}

.hero-gear:nth-child(1) { top: 10%; left: 5%; width: 200px; height: 200px; }
.hero-gear:nth-child(2) { top: 60%; right: 8%; width: 150px; height: 150px; animation-direction: reverse; animation-duration: 25s; }
.hero-gear:nth-child(3) { bottom: 10%; left: 15%; width: 120px; height: 120px; animation-duration: 35s; }
.hero-gear:nth-child(4) { top: 30%; right: 20%; width: 80px; height: 80px; animation-direction: reverse; animation-duration: 20s; }

@keyframes gearSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

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

.hero-subtitle {
  font-family: var(--font-mono);
  font-size: 0.9rem;
  color: var(--brass);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  opacity: 0.8;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 900;
  color: var(--steam-beige);
  line-height: 1.1;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-title span {
  color: var(--brass-light);
  display: block;
}

.hero-desc {
  font-size: 1.15rem;
  color: rgba(245, 230, 200, 0.7);
  max-width: 600px;
  margin: 0 auto 2.5rem;
  line-height: 1.8;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2.5rem;
  background: linear-gradient(135deg, var(--brass-dark) 0%, var(--brass) 50%, var(--brass-light) 100%);
  color: var(--coal-black);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-medium), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.hero-cta:hover {
  transform: translateY(-2px);
  box-shadow: var(--glow-brass), var(--shadow-heavy);
}

.hero-pipes {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  overflow: hidden;
}

.hero-pipes::before {
  content: '';
  position: absolute;
  bottom: 20px;
  left: -5%;
  width: 110%;
  height: 6px;
  background: linear-gradient(90deg, transparent, var(--brass-dark), var(--brass), var(--brass-dark), transparent);
  border-radius: 3px;
  box-shadow: 0 2px 8px rgba(184, 134, 11, 0.3);
}

.hero-pipes::after {
  content: '';
  position: absolute;
  bottom: 40px;
  left: -5%;
  width: 110%;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--copper-dark), var(--copper), var(--copper-dark), transparent);
  border-radius: 2px;
  opacity: 0.6;
}

/* ===== SECTION COMMON ===== */
section {
  position: relative;
  z-index: 1;
  padding: 5rem 2rem;
}

.section-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.section-label {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--brass);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  color: var(--steam-beige);
  margin-bottom: 1rem;
}

.section-desc {
  font-size: 1.05rem;
  color: rgba(245, 230, 200, 0.6);
  max-width: 600px;
  margin: 0 auto;
}

/* Pipe Dividers */
.pipe-divider {
  width: 100%;
  height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.pipe-divider::before {
  content: '';
  position: absolute;
  width: 80%;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--brass-dark), var(--brass), var(--brass-dark), transparent);
  border-radius: 2px;
}

.pipe-divider::after {
  content: '';
  width: 20px;
  height: 20px;
  border: 3px solid var(--brass);
  border-radius: 50%;
  background: var(--coal-black);
  position: relative;
  z-index: 1;
}

/* ===== REEL MACHINE SECTION ===== */
.reel-section {
  background:
    radial-gradient(ellipse at center, rgba(184, 134, 11, 0.04) 0%, transparent 70%),
    linear-gradient(180deg, rgba(26, 20, 16, 1) 0%, var(--coal-black) 50%, rgba(26, 20, 16, 1) 100%);
}

.reel-machine-frame {
  max-width: 900px;
  margin: 0 auto;
  background: linear-gradient(135deg, #1e1a15 0%, #2a2318 50%, #1e1a15 100%);
  border: 3px solid var(--brass-dark);
  border-radius: 12px;
  padding: 2rem;
  box-shadow: var(--shadow-heavy), inset 0 1px 0 rgba(184, 134, 11, 0.1);
  position: relative;
}

.reel-machine-frame::before {
  content: '';
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(184, 134, 11, 0.15);
  border-radius: 10px;
  pointer-events: none;
}

.reel-top-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 0.75rem 1rem;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid var(--brass-dark);
  border-radius: 6px;
}

.reel-score-display {
  font-family: var(--font-mono);
  font-size: 1.1rem;
  color: var(--brass-light);
}

.reel-score-display span {
  color: var(--steam-beige);
  font-weight: 700;
}

.reel-multiplier {
  font-family: var(--font-mono);
  font-size: 0.9rem;
  color: var(--copper);
  padding: 0.3rem 0.75rem;
  border: 1px solid var(--copper-dark);
  border-radius: 4px;
  background: rgba(184, 115, 51, 0.1);
}

.reel-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid var(--brass-dark);
  border-radius: 8px;
  box-shadow: inset 0 4px 12px rgba(0, 0, 0, 0.4);
}

.reel-column {
  display: flex;
  flex-direction: column;
  gap: 6px;
  overflow: hidden;
  border-radius: 4px;
}

.reel-cell {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(30, 26, 21, 0.9), rgba(42, 35, 24, 0.9));
  border: 1px solid rgba(184, 134, 11, 0.2);
  border-radius: 4px;
  padding: 8px;
  transition: all 0.3s ease;
}

.reel-cell svg {
  width: 100%;
  height: 100%;
  max-width: 60px;
  max-height: 60px;
}

.reel-cell.winning {
  border-color: var(--brass-light);
  box-shadow: var(--glow-brass);
  animation: cellPulse 0.6s ease-in-out infinite alternate;
}

@keyframes cellPulse {
  from { box-shadow: 0 0 8px rgba(184, 134, 11, 0.3); }
  to { box-shadow: 0 0 20px rgba(184, 134, 11, 0.6); }
}

.reel-cell.spinning {
  animation: reelBlur 0.1s linear infinite;
}

@keyframes reelBlur {
  0% { opacity: 0.6; transform: translateY(-2px); }
  50% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0.6; transform: translateY(2px); }
}

.reel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-spin {
  padding: 1rem 3rem;
  background: linear-gradient(135deg, var(--brass-dark), var(--brass), var(--brass-light));
  color: var(--coal-black);
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-medium), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.btn-spin:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: var(--glow-brass), var(--shadow-heavy);
}

.btn-spin:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.btn-spin:active:not(:disabled) {
  transform: translateY(1px);
}

.btn-auto {
  padding: 0.75rem 1.5rem;
  background: rgba(184, 115, 51, 0.15);
  color: var(--copper);
  font-family: var(--font-mono);
  font-size: 0.85rem;
  border: 1px solid var(--copper-dark);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-auto:hover {
  background: rgba(184, 115, 51, 0.25);
  border-color: var(--copper);
}

.btn-auto.active {
  background: rgba(184, 115, 51, 0.3);
  border-color: var(--copper);
  color: var(--steam-beige);
}

/* Win Banner */
.win-banner {
  display: none;
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  background: rgba(184, 134, 11, 0.15);
  border: 1px solid var(--brass);
  border-radius: 6px;
  text-align: center;
  font-family: var(--font-display);
  font-size: 1rem;
  color: var(--brass-light);
  animation: winFade 0.5s ease-in-out;
}

.win-banner.show {
  display: block;
}

@keyframes winFade {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Combinations Panel */
.combos-panel {
  margin-top: 1.5rem;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(184, 134, 11, 0.15);
  border-radius: 6px;
}

.combos-panel h4 {
  font-family: var(--font-display);
  font-size: 0.9rem;
  color: var(--brass-light);
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.combos-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.5rem;
}

.combo-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 0.75rem;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-family: var(--font-mono);
  font-size: 0.8rem;
}

.combo-item .combo-name {
  color: var(--steam-beige);
}

.combo-item .combo-points {
  color: var(--brass);
}

/* ===== STATISTICS PANEL ===== */
.stats-section {
  background: linear-gradient(180deg, rgba(26, 20, 16, 1) 0%, var(--coal-black) 100%);
}

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

.stat-gauge {
  background: linear-gradient(135deg, #1e1a15, #252018);
  border: 2px solid var(--brass-dark);
  border-radius: 10px;
  padding: 1.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.stat-gauge::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--brass), transparent);
}

.gauge-circle {
  width: 100px;
  height: 100px;
  margin: 0 auto 1rem;
  position: relative;
}

.gauge-circle svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.gauge-circle .gauge-bg {
  fill: none;
  stroke: rgba(184, 134, 11, 0.15);
  stroke-width: 8;
}

.gauge-circle .gauge-fill {
  fill: none;
  stroke: var(--brass-light);
  stroke-width: 8;
  stroke-linecap: round;
  stroke-dasharray: 251;
  stroke-dashoffset: 251;
  transition: stroke-dashoffset 1s ease-out;
}

.gauge-value {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--steam-beige);
}

.stat-gauge h4 {
  font-family: var(--font-display);
  font-size: 0.85rem;
  color: var(--brass);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ===== FLIGHT ROUTE TIMELINE ===== */
.timeline-section {
  background: radial-gradient(ellipse at center, rgba(107, 28, 42, 0.03) 0%, transparent 70%);
}

.timeline-container {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding-left: 60px;
}

.timeline-line {
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--brass-dark), var(--brass), var(--brass-dark));
  border-radius: 2px;
}

.timeline-step {
  position: relative;
  margin-bottom: 3rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(30, 26, 21, 0.8), rgba(42, 35, 24, 0.6));
  border: 1px solid var(--brass-dark);
  border-radius: 8px;
}

.timeline-step::before {
  content: attr(data-step);
  position: absolute;
  left: -48px;
  top: 1.5rem;
  width: 36px;
  height: 36px;
  background: var(--coal-black);
  border: 2px solid var(--brass);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--brass-light);
}

.timeline-step h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--steam-beige);
  margin-bottom: 0.5rem;
}

.timeline-step p {
  color: rgba(245, 230, 200, 0.6);
  font-size: 0.95rem;
}

/* ===== CREW ADVANTAGE ===== */
.advantage-section {
  background: linear-gradient(180deg, var(--coal-black), rgba(26, 20, 16, 1));
}

.advantage-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.advantage-card {
  background: linear-gradient(135deg, #1e1a15, #252018);
  border: 1px solid var(--brass-dark);
  border-radius: 8px;
  padding: 2rem 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.advantage-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--brass), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

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

.advantage-card:hover {
  border-color: var(--brass);
  transform: translateY(-4px);
  box-shadow: var(--glow-brass);
}

.advantage-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1.25rem;
  color: var(--brass-light);
}

.advantage-card h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--steam-beige);
  margin-bottom: 0.75rem;
}

.advantage-card p {
  font-size: 0.9rem;
  color: rgba(245, 230, 200, 0.6);
  line-height: 1.7;
}

/* ===== LIVE LOG FEED ===== */
.log-section {
  background: radial-gradient(ellipse at center, rgba(184, 134, 11, 0.02) 0%, transparent 60%);
}

.log-container {
  max-width: 700px;
  margin: 0 auto;
  background: linear-gradient(135deg, #1a1610, #201c14);
  border: 2px solid var(--brass-dark);
  border-radius: 8px;
  overflow: hidden;
}

.log-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  background: rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid var(--brass-dark);
}

.log-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4caf50;
  animation: blink 2s ease-in-out infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

.log-header span {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  color: var(--brass);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.log-feed {
  max-height: 300px;
  overflow-y: auto;
  padding: 1rem;
}

.log-entry {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(184, 134, 11, 0.08);
  animation: logSlide 0.4s ease-out;
}

@keyframes logSlide {
  from { opacity: 0; transform: translateX(-10px); }
  to { opacity: 1; transform: translateX(0); }
}

.log-time {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--copper);
  white-space: nowrap;
  min-width: 50px;
}

.log-text {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--steam-beige);
  opacity: 0.8;
}

.log-feed::-webkit-scrollbar {
  width: 6px;
}

.log-feed::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
}

.log-feed::-webkit-scrollbar-thumb {
  background: var(--brass-dark);
  border-radius: 3px;
}

/* ===== FAQ TELEGRAPH ===== */
.faq-section {
  background: linear-gradient(180deg, rgba(26, 20, 16, 1), var(--coal-black));
}

.faq-container {
  max-width: 750px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #1e1a15, #222018);
  border: 1px solid var(--brass-dark);
  border-radius: 6px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  background: none;
  border: none;
  color: var(--steam-beige);
  font-family: var(--font-display);
  font-size: 1rem;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-question:hover {
  color: var(--brass-light);
}

.faq-toggle {
  width: 24px;
  height: 24px;
  color: var(--brass);
  transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 300px;
}

.faq-answer-inner {
  padding: 0 1.5rem 1.25rem;
  font-size: 0.95rem;
  color: rgba(245, 230, 200, 0.65);
  line-height: 1.7;
}

/* ===== CAPTAIN MEMBERSHIP ===== */
.membership-section {
  background: radial-gradient(ellipse at center, rgba(107, 28, 42, 0.05) 0%, transparent 60%);
}

.membership-banner {
  max-width: 900px;
  margin: 0 auto;
  background: linear-gradient(135deg, #1e1a15, #2a2318, #1e1a15);
  border: 2px solid var(--brass-dark);
  border-radius: 12px;
  padding: 3rem 2.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.membership-banner::before {
  content: '';
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(184, 134, 11, 0.1);
  border-radius: 10px;
  pointer-events: none;
}

.membership-banner h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  color: var(--steam-beige);
  margin-bottom: 1rem;
}

.membership-banner p {
  font-size: 1.05rem;
  color: rgba(245, 230, 200, 0.6);
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.membership-features {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.membership-feature {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-mono);
  font-size: 0.85rem;
  color: var(--brass-light);
}

.membership-feature svg {
  width: 18px;
  height: 18px;
  color: var(--brass);
}

/* ===== FOOTER ===== */
.footer {
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, var(--coal-black), #0a0806);
  border-top: 2px solid var(--brass-dark);
  padding: 4rem 2rem 2rem;
}

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

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

.footer-brand h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--brass-light);
  margin-bottom: 1rem;
}

.footer-brand p {
  font-size: 0.9rem;
  color: rgba(245, 230, 200, 0.5);
  line-height: 1.7;
  max-width: 350px;
}

.footer-links h4 {
  font-family: var(--font-display);
  font-size: 0.9rem;
  color: var(--brass);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.footer-links ul {
  list-style: none;
}

.footer-links li {
  margin-bottom: 0.6rem;
}

.footer-links a {
  color: rgba(245, 230, 200, 0.6);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: var(--brass-light);
}

.footer-responsible {
  margin-bottom: 2.5rem;
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(107, 28, 42, 0.3);
  border-radius: 8px;
}

.footer-responsible h4 {
  font-family: var(--font-display);
  font-size: 0.9rem;
  color: var(--burgundy);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.responsible-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.responsible-links a {
  color: rgba(245, 230, 200, 0.6);
  text-decoration: none;
  font-size: 0.85rem;
  padding: 0.4rem 0.8rem;
  border: 1px solid rgba(107, 28, 42, 0.3);
  border-radius: 4px;
  transition: all 0.3s ease;
}

.responsible-links a:hover {
  border-color: var(--burgundy);
  color: var(--steam-beige);
}

.footer-disclaimer {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: rgba(245, 230, 200, 0.4);
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(184, 134, 11, 0.1);
  line-height: 1.8;
}

.footer-badge-18 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 2px solid var(--burgundy);
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 900;
  color: var(--burgundy);
  margin-bottom: 1rem;
}

/* ===== SPIN HISTORY ===== */
.spin-history {
  margin-top: 1.5rem;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(184, 134, 11, 0.15);
  border-radius: 6px;
}

.spin-history h4 {
  font-family: var(--font-display);
  font-size: 0.85rem;
  color: var(--brass);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.75rem;
}

.history-list {
  max-height: 150px;
  overflow-y: auto;
}

.history-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 0.5rem;
  border-bottom: 1px solid rgba(184, 134, 11, 0.06);
  font-family: var(--font-mono);
  font-size: 0.75rem;
}

.history-symbols {
  color: var(--steam-beige);
  opacity: 0.7;
}

.history-result {
  color: var(--brass);
}

.history-result.loss {
  color: rgba(245, 230, 200, 0.3);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    flex-direction: column;
    background: rgba(26, 20, 16, 0.98);
    border-bottom: 2px solid var(--brass-dark);
    padding: 1rem;
    gap: 0.5rem;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-mobile-btn {
    display: block;
  }

  .hero {
    padding: 6rem 1.5rem 3rem;
    min-height: auto;
  }

  section {
    padding: 3.5rem 1.5rem;
  }

  .reel-container {
    grid-template-columns: repeat(4, 1fr);
    padding: 1rem;
    gap: 4px;
  }

  .reel-cell svg {
    max-width: 40px;
    max-height: 40px;
  }

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

  .timeline-container {
    padding-left: 50px;
  }

  .timeline-step::before {
    left: -40px;
    width: 30px;
    height: 30px;
    font-size: 0.75rem;
  }

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

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

  .membership-features {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .responsible-links {
    flex-direction: column;
    gap: 0.75rem;
  }

  .combos-list {
    grid-template-columns: 1fr;
  }

  .reel-top-panel {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .reel-machine-frame {
    padding: 1rem;
  }

  .reel-controls {
    flex-direction: column;
  }

  .btn-spin {
    width: 100%;
  }

  .btn-auto {
    width: 100%;
    text-align: center;
  }

  .nav-logo-text {
    font-size: 1rem;
  }

  .hero-title {
    font-size: 2rem;
  }
}

/* ===== ADDITIONAL PAGE STYLES ===== */
.page-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  padding: 8rem 2rem 4rem;
  min-height: 100vh;
}

.page-content h1 {
  font-family: var(--font-display);
  font-size: 2.2rem;
  color: var(--steam-beige);
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--brass-dark);
}

.page-content h2 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--brass-light);
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.page-content h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--brass);
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.page-content p {
  color: rgba(245, 230, 200, 0.7);
  margin-bottom: 1rem;
  line-height: 1.8;
}

.page-content ul, .page-content ol {
  color: rgba(245, 230, 200, 0.7);
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  line-height: 1.8;
}

.page-content li {
  margin-bottom: 0.5rem;
}

.page-content a {
  color: var(--brass-light);
  text-decoration: underline;
  text-decoration-color: rgba(184, 134, 11, 0.3);
  transition: text-decoration-color 0.3s ease;
}

.page-content a:hover {
  text-decoration-color: var(--brass-light);
}

/* Contact Form */
.contact-form {
  max-width: 500px;
  margin-top: 2rem;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  font-family: var(--font-display);
  font-size: 0.85rem;
  color: var(--brass);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid var(--brass-dark);
  border-radius: 4px;
  color: var(--steam-beige);
  font-family: var(--font-body);
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--brass);
  box-shadow: 0 0 8px rgba(184, 134, 11, 0.2);
}

.form-group textarea {
  min-height: 120px;
  resize: vertical;
}

.form-submit {
  padding: 0.85rem 2rem;
  background: linear-gradient(135deg, var(--brass-dark), var(--brass));
  color: var(--coal-black);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.form-submit:hover {
  box-shadow: var(--glow-brass);
  transform: translateY(-2px);
}

/* Steam animation overlay */
.steam-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 999;
  overflow: hidden;
}

.steam-particle {
  position: absolute;
  bottom: -20px;
  width: 4px;
  height: 4px;
  background: rgba(245, 230, 200, 0.1);
  border-radius: 50%;
  animation: steamRise 8s ease-out infinite;
}

@keyframes steamRise {
  0% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 0.3;
  }
  50% {
    transform: translateY(-50vh) translateX(20px) scale(2);
    opacity: 0.1;
  }
  100% {
    transform: translateY(-100vh) translateX(-10px) scale(3);
    opacity: 0;
  }
}
