:root {
  color-scheme: dark;
  --bg: #0b0f1d;
  --bg-2: #0e1224;
  --panel: #121829;
  --panel-2: #0f1424;
  --panel-3: #141a2c;
  --border: rgba(255,255,255,0.08);
  --muted: rgba(255,255,255,0.6);
  --text: #f2f6ff;
  --accent: #2d6bff;
  --accent-2: #1bb9ff;
  --shadow: 0 20px 60px rgba(0,0,0,0.45);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Sora", "Space Grotesk", sans-serif;
  background: radial-gradient(1200px 800px at 20% -10%, #1a2140 0%, rgba(10,13,26,0.9) 48%, #0b0f16 100%);
  color: var(--text);
  min-height: 100vh;
}

.page {
  position: relative;
  overflow-x: hidden;
}

/* ---- Animierter Hintergrund: Aurora + Partikel ---- */
.animated-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

#app,
body > .page {
  position: relative;
  z-index: 1;
}

.aurora-layer {
  position: absolute;
  inset: -50%;
  background:
    radial-gradient(ellipse 80% 50% at 20% 40%, rgba(124, 89, 51, 0.35) 0%, transparent 50%),
    radial-gradient(ellipse 60% 40% at 80% 60%, rgba(94, 68, 40, 0.3) 0%, transparent 50%),
    radial-gradient(ellipse 70% 50% at 50% 80%, rgba(146, 102, 56, 0.2) 0%, transparent 55%),
    radial-gradient(ellipse 50% 30% at 10% 80%, rgba(205, 162, 104, 0.15) 0%, transparent 50%);
  animation: aurora-drift 18s ease-in-out infinite;
  opacity: 0.9;
}

@keyframes aurora-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  25% { transform: translate(2%, -1%) scale(1.02); }
  50% { transform: translate(-1%, 2%) scale(0.98); }
  75% { transform: translate(-2%, 1%) scale(1.01); }
}

.particles-layer {
  position: absolute;
  inset: 0;
}

.particle {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(232, 191, 135, 0.4);
  animation: particle-float 12s ease-in-out infinite;
}

.particle:nth-child(1) { left: 5%; top: 20%; animation-delay: 0s; animation-duration: 14s; }
.particle:nth-child(2) { left: 15%; top: 70%; animation-delay: -2s; animation-duration: 11s; }
.particle:nth-child(3) { left: 25%; top: 40%; animation-delay: -4s; animation-duration: 16s; }
.particle:nth-child(4) { left: 35%; top: 85%; animation-delay: -1s; animation-duration: 13s; }
.particle:nth-child(5) { left: 45%; top: 15%; animation-delay: -3s; animation-duration: 15s; }
.particle:nth-child(6) { left: 55%; top: 55%; animation-delay: -5s; animation-duration: 12s; }
.particle:nth-child(7) { left: 65%; top: 30%; animation-delay: -2s; animation-duration: 17s; }
.particle:nth-child(8) { left: 75%; top: 75%; animation-delay: -4s; animation-duration: 10s; }
.particle:nth-child(9) { left: 85%; top: 45%; animation-delay: -1s; animation-duration: 14s; }
.particle:nth-child(10) { left: 92%; top: 10%; animation-delay: -3s; animation-duration: 11s; }
.particle:nth-child(11) { left: 8%; top: 50%; animation-delay: -6s; animation-duration: 15s; }
.particle:nth-child(12) { left: 42%; top: 90%; animation-delay: -2s; animation-duration: 13s; }
.particle:nth-child(13) { left: 68%; top: 5%; animation-delay: -4s; animation-duration: 16s; }
.particle:nth-child(14) { left: 18%; top: 35%; animation-delay: -1s; animation-duration: 12s; }
.particle:nth-child(15) { left: 88%; top: 65%; animation-delay: -5s; animation-duration: 14s; }
.particle:nth-child(16) { left: 32%; top: 25%; animation-delay: -3s; animation-duration: 11s; }
.particle:nth-child(17) { left: 58%; top: 80%; animation-delay: -2s; animation-duration: 17s; }
.particle:nth-child(18) { left: 12%; top: 90%; animation-delay: -4s; animation-duration: 10s; }
.particle:nth-child(19) { left: 78%; top: 22%; animation-delay: -1s; animation-duration: 15s; }
.particle:nth-child(20) { left: 50%; top: 60%; animation-delay: -6s; animation-duration: 13s; }
.particle:nth-child(21) { left: 3%; top: 8%; animation-delay: -1s; animation-duration: 13s; }
.particle:nth-child(22) { left: 22%; top: 12%; animation-delay: -3s; animation-duration: 15s; }
.particle:nth-child(23) { left: 38%; top: 72%; animation-delay: -5s; animation-duration: 11s; }
.particle:nth-child(24) { left: 48%; top: 42%; animation-delay: -2s; animation-duration: 16s; }
.particle:nth-child(25) { left: 62%; top: 88%; animation-delay: -4s; animation-duration: 12s; }
.particle:nth-child(26) { left: 72%; top: 18%; animation-delay: -6s; animation-duration: 14s; }
.particle:nth-child(27) { left: 95%; top: 52%; animation-delay: -1s; animation-duration: 10s; }
.particle:nth-child(28) { left: 10%; top: 62%; animation-delay: -3s; animation-duration: 17s; }
.particle:nth-child(29) { left: 28%; top: 92%; animation-delay: -5s; animation-duration: 11s; }
.particle:nth-child(30) { left: 52%; top: 28%; animation-delay: -2s; animation-duration: 15s; }
.particle:nth-child(31) { left: 80%; top: 58%; animation-delay: -4s; animation-duration: 13s; }
.particle:nth-child(32) { left: 6%; top: 38%; animation-delay: -6s; animation-duration: 12s; }
.particle:nth-child(33) { left: 44%; top: 78%; animation-delay: -1s; animation-duration: 14s; }
.particle:nth-child(34) { left: 66%; top: 42%; animation-delay: -3s; animation-duration: 10s; }
.particle:nth-child(35) { left: 90%; top: 82%; animation-delay: -5s; animation-duration: 16s; }

@keyframes particle-float {
  0%, 100% { transform: translate(0, 0); opacity: 0.4; }
  25% { transform: translate(15px, -20px); opacity: 0.7; }
  50% { transform: translate(-10px, 15px); opacity: 0.5; }
  75% { transform: translate(-20px, -10px); opacity: 0.6; }
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 48px;
  height: 64px;
  background: rgba(9, 12, 24, 0.88);
  border-bottom: none;
  backdrop-filter: blur(12px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: linear-gradient(135deg, #2d6bff, #4cd2ff);
  display: grid;
  place-items: center;
  box-shadow: 0 8px 20px rgba(45,107,255,0.35);
}

.crown {
  width: 16px;
  height: 10px;
  display: inline-block;
  background: linear-gradient(180deg, #fff, #cfd6ff);
  clip-path: polygon(0 100%, 15% 30%, 35% 70%, 50% 20%, 65% 70%, 85% 30%, 100% 100%);
}

.crown.small {
  width: 12px;
  height: 8px;
}

.wordmark {
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 12px;
}

.wordmark-top {
  color: #8eb0ff;
}

.wordmark-bottom {
  color: #ffffff;
}

.nav {
  display: flex;
  gap: 18px;
}

.nav-link {
  background: transparent;
  color: #d9e2ff;
  border: none;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}

.caret {
  width: 8px;
  height: 8px;
  border-right: 2px solid #8ea4d8;
  border-bottom: 2px solid #8ea4d8;
  transform: rotate(45deg);
  display: inline-block;
  margin-top: -2px;
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.icon-btn {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.02);
  display: grid;
  place-items: center;
  cursor: pointer;
}

.topbar .icon-btn {
  border: none;
  background: transparent;
}

.globe {
  width: 16px;
  height: 16px;
  border: 2px solid #9bb0df;
  border-radius: 50%;
  position: relative;
}

.globe::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background: #9bb0df;
  transform: translate(-50%, -50%);
}

.flag {
  width: 18px;
  height: 12px;
  border-radius: 3px;
  background: linear-gradient(180deg, #000 0%, #000 33%, #dd0000 33%, #dd0000 66%, #ffce00 66%, #ffce00 100%);
  display: inline-block;
}

.pill-btn {
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.04);
  color: #d7e0ff;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.topbar .pill-btn {
  border: none;
  background: rgba(255,255,255,0.05);
}

.pill-btn.small {
  padding: 6px 12px;
  font-size: 12px;
}

.primary-btn {
  border: none;
  background: linear-gradient(135deg, #2d6bff, #1bb9ff);
  color: #fff;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(45,107,255,0.35);
}

.secondary-btn {
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.08);
  color: #e8edff;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
}

.arrow {
  margin-left: 4px;
}

main {
  padding: 0 48px 80px;
}

.hero {
  position: relative;
  padding: 64px 0 80px;
  text-align: center;
  border-bottom: none;
  overflow: visible;
}

.hero-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background:
    radial-gradient(900px 600px at 50% 10%, rgba(255,255,255,0.14), transparent 80%),
    radial-gradient(800px 600px at 78% 22%, rgba(80,120,255,0.25), transparent 85%),
    radial-gradient(800px 600px at 20% 22%, rgba(0,180,255,0.22), transparent 82%),
    radial-gradient(2px 2px at 20% 30%, rgba(255,255,255,0.15), transparent 60%),
    radial-gradient(2px 2px at 60% 60%, rgba(255,255,255,0.2), transparent 60%);
  opacity: 0.9;
  pointer-events: none;
}

.hero::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background:
    radial-gradient(1200px 800px at 50% 20%, rgba(9,12,24,0.2), rgba(9,12,24,0.8)),
    linear-gradient(180deg, rgba(9,12,24,0.1), rgba(9,12,24,0.8));
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto 46px;
  display: grid;
  gap: 16px;
}

.hero h1 {
  font-size: 66px;
  margin: 0;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.hero h1 .accent {
  color: #7fc2ff;
}

.hero p {
  margin: 0;
  color: rgba(255,255,255,0.6);
  font-size: 16px;
}

.search {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 12px 18px;
  border-radius: 14px;
  max-width: 560px;
  margin: 12px auto 0;
  box-shadow: var(--shadow);
}

.search input {
  background: transparent;
  border: none;
  color: #fff;
  width: 100%;
  font-size: 14px;
  outline: none;
}

.search-icon {
  width: 16px;
  height: 16px;
  border: 2px solid #9bb0df;
  border-radius: 50%;
  position: relative;
}

.search-icon::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 2px;
  background: #9bb0df;
  right: -4px;
  bottom: -2px;
  transform: rotate(45deg);
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.pill {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  color: #dbe5ff;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-pill {
  background: linear-gradient(180deg, rgba(44,53,74,0.82), rgba(26,32,51,0.9));
  border: 1px solid rgba(137, 157, 204, 0.2);
  padding: 10px 12px;
  font-weight: 500;
}

.pill-icon {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: rgba(45,107,255,0.25);
  border: 1px solid rgba(45,107,255,0.6);
  display: inline-block;
  position: relative;
}

.pill-icon::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 3px;
  background: rgba(255,255,255,0.8);
}

.warranty-line {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  gap: 8px;
  color: #55a1ff;
  font-size: 14px;
  margin-top: 6px;
}

.shield-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  border: 2px solid #55a1ff;
  display: inline-block;
  box-shadow: inset 0 0 0 2px rgba(85,161,255,0.25);
}

.notice {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  font-size: 12px;
  justify-content: space-between;
  box-shadow: var(--shadow);
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 24px auto 0;
}

.notice-text {
  color: var(--muted);
}

.notice-copy {
  display: grid;
  gap: 2px;
  flex: 1;
}

.notice-title {
  font-weight: 700;
  font-size: 13px;
  color: #f2e1c6;
}

.notice--discord {
  margin-top: 72px;
}

.notice-dot {
  width: 8px;
  height: 8px;
  background: #2d6bff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(45,107,255,0.8);
}

.tag {
  background: #2d6bff;
  color: #fff;
  border-radius: 6px;
  padding: 2px 6px;
  font-size: 10px;
  margin-left: 6px;
}

.ghost-btn {
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.04);
  color: #dbe5ff;
  border-radius: 10px;
  padding: 6px 10px;
  font-size: 12px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.hero-games {
  margin-top: 56px;
  position: relative;
}

.hero-games h3 {
  margin: 0 0 18px;
  font-size: 22px;
}

.game-strip {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 10px 0;
  justify-content: center;
}

.game-strip.large {
  flex-wrap: wrap;
  overflow: visible;
}

.game-card {
  width: 162px;
  background: transparent;
  border-radius: 14px;
  padding: 0;
  border: none;
  text-align: left;
}

.game-art {
  width: 100%;
  height: 258px;
  border-radius: 10px;
  background:
    linear-gradient(140deg, rgba(45,107,255,0.45), rgba(12,16,30,0.8)),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.08), rgba(255,255,255,0.08) 6px, transparent 6px, transparent 12px);
  border: 1px solid rgba(255,255,255,0.18);
  margin-bottom: 10px;
}

.game-art[data-tone="fortnite"] {
  background: linear-gradient(180deg, #5967d6 0%, #2d57c5 45%, #12307e 100%);
}

.game-art[data-tone="gta"] {
  background: linear-gradient(145deg, #d4e8ff 0%, #75b6ff 35%, #17374f 100%);
}

.game-art[data-tone="brainrot"] {
  background: linear-gradient(145deg, #7d2cff 0%, #f1457a 45%, #321b5b 100%);
}

.game-art[data-tone="valorant"] {
  background: linear-gradient(145deg, #ff9c5e 0%, #df5b5b 55%, #4d1e3d 100%);
}

.game-art[data-tone="clash"] {
  background: linear-gradient(145deg, #ff79bf 0%, #6f73d8 55%, #2f275b 100%);
}

.game-art[data-tone="cod"] {
  background: linear-gradient(145deg, #5f90d6 0%, #253b59 55%, #16181e 100%);
}

.game-art[data-tone="lol"] {
  background: linear-gradient(145deg, #7ec6ff 0%, #345ea6 55%, #131d3f 100%);
}

.game-art[data-tone="roblox"] {
  background: linear-gradient(145deg, #b3f5ff 0%, #73a9e3 55%, #1f3458 100%);
}

.game-name {
  font-size: 18px;
  color: #e7eeff;
  margin-bottom: 7px;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.game-chip {
  font-size: 11px;
  color: rgba(227, 236, 255, 0.9);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 4px 8px;
  border-radius: 7px;
}

.steps {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  padding: 90px 0 60px;
  align-items: center;
}

.steps-right::before {
  content: "";
  position: absolute;
  inset: -40px -60px -40px -60px;
  background:
    radial-gradient(260px 220px at 70% 30%, rgba(45,107,255,0.2), transparent 70%),
    radial-gradient(240px 200px at 40% 80%, rgba(0,180,255,0.18), transparent 70%),
    radial-gradient(400px 300px at 50% 50%, rgba(255,255,255,0.06), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.steps-left h2 {
  margin: 0 0 12px;
  font-size: 34px;
}

.steps-left p {
  color: var(--muted);
  margin: 0 0 24px;
}

.step-list {
  display: grid;
  gap: 16px;
}

.step-card {
  display: flex;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 14px;
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(255,255,255,0.08);
}

.step-card.active {
  background: #2d6bff;
  border-color: rgba(45,107,255,0.9);
}

.step-card.active .step-desc {
  color: rgba(255,255,255,0.85);
}

.step-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(255,255,255,0.08);
}

.step-title {
  font-weight: 600;
}

.step-desc {
  color: var(--muted);
  font-size: 13px;
}

.steps-right {
  position: relative;
}

.steps-right > * {
  position: relative;
  z-index: 1;
}

.payment-widget {
  background: rgba(18,24,41,0.92);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 20px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}

.widget-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.widget-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 12px;
  color: #9eb4ff;
}

.avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2d6bff, #ff7fd1);
}

.widget-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255,255,255,0.04);
  border-radius: 12px;
  padding: 10px 12px;
  margin-bottom: 14px;
  font-size: 12px;
}

.badge {
  color: #d8e2ff;
}

.check {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #2d6bff;
  position: relative;
}

.check::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  left: 4px;
  top: 4px;
}

.widget-pay {
  display: grid;
  gap: 8px;
}

.pay-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255,255,255,0.03);
  font-size: 12px;
}

.pay-row.active {
  background: rgba(45,107,255,0.25);
}

.pay-icon {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  margin-right: 8px;
  display: inline-block;
}

.pay-icon.apple { background: #fff; }
.pay-icon.gpay { background: #34a853; }
.pay-icon.crypto { background: #f2c94c; }

.pay-btn {
  margin-top: 10px;
  border: none;
  background: linear-gradient(135deg, #2d6bff, #1bb9ff);
  color: #fff;
  padding: 10px 12px;
  border-radius: 10px;
  font-weight: 600;
}

.payment-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: rgba(255,255,255,0.3);
  margin-top: 18px;
  font-weight: 600;
  font-size: 12px;
  justify-content: center;
}

.features {
  padding: 70px 0 40px;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}

.section-title h2 {
  margin: 0 0 8px;
  font-size: 30px;
}

.section-title p {
  color: var(--muted);
  margin: 0;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.feature-card {
  padding: 22px;
  background: rgba(255,255,255,0.035);
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.07);
  min-height: 220px;
  display: grid;
  gap: 10px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background:
    radial-gradient(220px 180px at 20% 20%, rgba(45,107,255,0.18), transparent 70%),
    radial-gradient(180px 140px at 80% 80%, rgba(0,180,255,0.12), transparent 70%);
  opacity: 0.4;
  pointer-events: none;
}

.feature-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(135deg, #2d6bff, #1bb9ff);
  position: relative;
}

.feature-icon::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 8px;
  background: rgba(255,255,255,0.7);
}

.feature-card h3 {
  margin: 0;
  font-size: 16px;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.faq {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: start;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}

.faq::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -20px;
  width: 460px;
  height: 460px;
  background:
    radial-gradient(circle at 40% 30%, rgba(255,255,255,0.15), transparent 60%),
    radial-gradient(circle at 60% 60%, rgba(255,120,200,0.2), transparent 60%),
    linear-gradient(135deg, rgba(70,100,255,0.25), rgba(20,24,40,0.0));
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.6;
  pointer-events: none;
}

.faq-left h2 {
  margin: 0 0 12px;
  font-size: 30px;
}

.faq-left,
.faq-right {
  position: relative;
  z-index: 1;
}

.faq-left p {
  color: var(--muted);
}

.faq-right {
  display: grid;
  gap: 14px;
}

.faq-item {
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 16px 18px;
  color: #e7eeff;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  box-shadow: var(--shadow);
}

.faq-item.open {
  background: rgba(45,107,255,0.2);
  border-color: rgba(45,107,255,0.6);
}

.chev {
  width: 10px;
  height: 10px;
  border-right: 2px solid #b7c6f7;
  border-bottom: 2px solid #b7c6f7;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.faq-item.open .chev {
  transform: rotate(-135deg);
}

.cta {
  position: relative;
  padding: 80px 0;
  text-align: center;
  margin-top: 30px;
  border-radius: 30px;
  overflow: hidden;
  background: radial-gradient(600px 400px at 50% 10%, rgba(79,129,255,0.3), transparent 70%),
    linear-gradient(180deg, rgba(16,20,36,0.95), rgba(12,16,30,0.98));
}

.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(9,12,24,0.1), rgba(9,12,24,0.85)),
    radial-gradient(700px 520px at 30% 30%, rgba(45,107,255,0.25), transparent 70%);
  pointer-events: none;
}

.cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.2), rgba(0,0,0,0.7));
}

.cta-content {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
}

.cta-content h2 {
  margin: 0;
  font-size: 30px;
}

.cta-content p {
  color: var(--muted);
  margin: 0;
}

.cta-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.cta-pills {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer {
  position: relative;
  padding: 60px 48px 40px;
  border-top: 1px solid rgba(255,255,255,0.06);
  background: rgba(9, 12, 24, 0.98);
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(800px 500px at 50% 0%, rgba(45,107,255,0.12), transparent 70%);
  pointer-events: none;
}

.footer-top,
.footer-bottom {
  position: relative;
  z-index: 1;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.2fr 0.6fr 0.6fr 1fr;
  gap: 30px;
}

.brand-block p {
  margin: 10px 0;
}

.muted {
  color: var(--muted);
  font-size: 12px;
}

.footer-col {
  display: grid;
  gap: 8px;
  font-size: 13px;
}

.footer-col h4 {
  margin: 0 0 6px;
}

.footer-col a {
  color: #c9d6ff;
  text-decoration: none;
}

.footer-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
}

.discord-btn {
  border: none;
  background: linear-gradient(135deg, #5865f2, #7289da);
  color: #fff;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 600;
}

.footer-bottom {
  margin-top: 30px;
  color: var(--muted);
  font-size: 12px;
}

.chat-bubble {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg, #2d6bff, #1bb9ff);
  box-shadow: var(--shadow);
  cursor: pointer;
}

.moon {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #dbe5ff;
  box-shadow: inset -4px 0 0 0 #0f1424;
}

@media (max-width: 1100px) {
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .faq {
    grid-template-columns: 1fr;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .topbar {
    flex-wrap: wrap;
    gap: 12px;
    padding: 16px 20px;
  }
  main {
    padding: 0 20px 60px;
  }
  .hero h1 {
    font-size: 42px;
  }
  .hero p {
    font-size: 16px;
  }
  .steps-left h2 {
    font-size: 26px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .footer-top {
    grid-template-columns: 1fr;
  }
  .cta-actions {
    flex-direction: column;
  }
  .game-card {
    width: 45%;
    min-width: 150px;
  }
  .game-art {
    height: 220px;
  }
  .game-name {
    font-size: 16px;
  }
}

/* ---- Sand Theme Overrides ---- */
:root {
  --bg: #100c08;
  --bg-2: #1b140d;
  --panel: #23170f;
  --panel-2: #1d140d;
  --panel-3: #2a1d13;
  --border: rgba(205, 170, 120, 0.24);
  --muted: rgba(245, 224, 195, 0.7);
  --text: #f7efe2;
  --accent: #d0aa75;
  --accent-2: #b88e5d;
  --site-bg-image: url("./assets/WebsiteBackground.png");
}

body {
  background:
    radial-gradient(1400px 900px at 10% -10%, rgba(124, 89, 51, 0.16) 0%, rgba(19,13,8,0) 55%),
    radial-gradient(1000px 700px at 85% 5%, rgba(94, 68, 40, 0.2) 0%, rgba(19,13,8,0) 55%),
    linear-gradient(180deg, #120d08 0%, #0d0906 100%);
}

.page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: var(--site-bg-image);
  background-size: cover;
  background-position: center;
  opacity: 0.22;
  pointer-events: none;
}

.topbar {
  background: transparent;
  border-bottom: none;
  backdrop-filter: none;
}

.topbar::after {
  display: none;
}

.logo {
  background: linear-gradient(135deg, #bb8a54, #e2c08c);
  box-shadow: 0 8px 20px rgba(187, 138, 84, 0.35);
}

.wordmark-top { color: #ddb982; }
.nav-link { color: #f0dbbe; }
.caret { border-right-color: #d8b98a; border-bottom-color: #d8b98a; }
.topbar .pill-btn { border: none; background: rgba(204, 166, 112, 0.14); color: #f3dec0; }
.primary-btn { background: linear-gradient(135deg, #c19360, #e1c18f); box-shadow: 0 12px 30px rgba(191, 146, 88, 0.35); }

.hero {
  border-bottom: none;
}

.hero-bg {
  background:
    radial-gradient(600px 420px at 50% 10%, rgba(255,243,224,0.14), transparent 70%),
    radial-gradient(520px 420px at 78% 22%, rgba(205,162,104,0.24), transparent 75%),
    radial-gradient(520px 420px at 20% 22%, rgba(176,132,82,0.2), transparent 72%),
    radial-gradient(2px 2px at 20% 30%, rgba(255,243,224,0.18), transparent 60%),
    radial-gradient(2px 2px at 60% 60%, rgba(255,243,224,0.18), transparent 60%);
}

.hero::after {
  background:
    radial-gradient(1200px 800px at 50% 20%, rgba(22,16,10,0.2), rgba(14,10,7,0.82)),
    linear-gradient(180deg, rgba(22,16,10,0.08), rgba(14,10,7,0.84));
}

.hero h1 .accent { color: #d8b27c; }
.search {
  background: rgba(62, 42, 21, 0.34);
  border-color: rgba(204, 168, 118, 0.24);
}
.search-icon { border-color: #d8bb94; }
.search-icon::after { background: #d8bb94; }
.hero-pill {
  background: linear-gradient(180deg, rgba(74, 52, 27, 0.8), rgba(40, 28, 16, 0.9));
  border-color: rgba(204, 168, 118, 0.24);
}
.pill-icon {
  background: rgba(199, 155, 95, 0.25);
  border-color: rgba(199, 155, 95, 0.62);
}
.warranty-line { color: #d6b17b; }
.shield-dot { border-color: #d6b17b; box-shadow: inset 0 0 0 2px rgba(214,177,123,0.25); }
.notice { background: rgba(62, 42, 21, 0.34); border-color: rgba(204, 168, 118, 0.24); }
.notice-dot { background: #c89d66; box-shadow: 0 0 10px rgba(200,157,102,0.8); }
.tag { background: #c08f58; }
.ghost-btn { background: rgba(90, 61, 33, 0.34); color: #f3debd; border-color: rgba(204, 168, 118, 0.24); }

.game-strip.large {
  justify-content: center;
  overflow: visible;
}

/* ---- Popular Games: Reihe, gleiche Größe, Hover = vergrößern ---- */
.game-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  padding: 32px 0 48px;
}

.game-tile {
  display: block;
  width: 200px;
  text-decoration: none;
  color: inherit;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(204, 168, 118, 0.25);
  background: rgba(41, 28, 16, 0.5);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1),
              box-shadow 0.35s ease;
}

.game-tile:hover {
  transform: scale(1.12);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.4);
}

.game-tile-img {
  width: 100%;
  height: 260px;
  background: rgba(41, 28, 16, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.game-tile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  -webkit-user-drag: none;
  user-drag: none;
}

.game-tile-name {
  display: block;
  padding: 12px 14px;
  font-size: 15px;
  font-weight: 600;
  color: #f3ddbe;
  background: rgba(55, 38, 22, 0.5);
  border-top: 1px solid rgba(204, 168, 118, 0.12);
}

.game-card {
  width: 360px;
  border: 1px solid rgba(204, 168, 118, 0.2);
  background: rgba(41, 28, 16, 0.32);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
}

.arc-cover-wrap {
  width: 100%;
  height: 500px;
  overflow: hidden;
  background: linear-gradient(160deg, #cba46f 0%, #3f2a17 100%);
}

.arc-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 480ms ease;
  filter: saturate(1.05) contrast(1.02);
}

.arc-card:hover .arc-cover {
  transform: scale(1.08);
}

.game-name {
  color: #f3ddbe;
  margin: 14px 14px 16px;
  font-weight: 600;
}

.chip-row,
.game-chip,
.game-art {
  display: none;
}

.game-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.island-right-group {
  display: flex;
  align-items: center;
  gap: 12px;
}

.island-cart-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #f6e7cf;
  text-decoration: none;
  transition: background 0.2s;
}

.island-cart-link:hover {
  background: rgba(208, 170, 117, 0.15);
}

.island-cart-link svg {
  stroke: #f6e7cf;
}

.island-cart-badge {
  position: absolute;
  top: 0;
  right: -2px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 9px;
  background: linear-gradient(135deg, #c19360, #e1c18f);
  color: #1a1008;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.pill,
.hero-pill,
.notice,
.search,
.game-card {
  border-color: rgba(204, 168, 118, 0.24) !important;
}

main {
  padding: 0 0 80px;
}

@media (max-width: 720px) {
  main {
    padding: 0 0 60px;
  }

  .game-card {
    width: min(92vw, 360px);
    min-width: 0;
  }

  .arc-cover-wrap {
    height: 430px;
  }

  .game-tile {
    width: 160px;
  }

  .game-tile-img {
    height: 210px;
  }
}

/* ---- Navbar + Global overlay alignment fix ---- */
.page {
  position: relative;
  isolation: isolate;
}

body {
  background:
    var(--site-bg-image) center / cover no-repeat fixed;
}

.page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(12, 8, 6, 0.7), rgba(12, 8, 6, 0.7)),
    radial-gradient(1400px 900px at 12% -10%, rgba(124, 89, 51, 0.22) 0%, rgba(19, 13, 8, 0) 55%),
    radial-gradient(1000px 700px at 85% 5%, rgba(94, 68, 40, 0.24) 0%, rgba(19, 13, 8, 0) 55%);
  pointer-events: none;
}

.topbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  background: rgba(18, 11, 7, 0.46);
  backdrop-filter: blur(8px);
}

.brand {
  justify-self: start;
}

.nav {
  justify-self: center;
  gap: 28px;
}

.topbar-actions {
  justify-self: end;
}

.nav-link {
  font-family: "Space Grotesk", "Sora", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.01em;
  color: #f2e1c6;
}

.footer {
  background: transparent !important;
}

.footer::before {
  display: none !important;
}

@media (max-width: 900px) {
  .topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

/* ---- Hard-cut removal for navbar/footer ---- */
.topbar,
.footer,
.hero,
main {
  background: transparent !important;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: none !important;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

.topbar::before {
  display: none !important;
}

.topbar::after {
  display: none !important;
}

.footer {
  position: relative;
  z-index: 2;
  border-top: none !important;
  padding-top: 72px;
  padding-bottom: 56px;
  background: transparent !important;
}

.footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(12, 8, 6, 0.3);
  backdrop-filter: blur(12px);
  pointer-events: none;
  z-index: -1;
}

.footer-top,
.footer-bottom {
  position: relative;
  z-index: 1;
}

.hero::after {
  background:
    radial-gradient(1200px 800px at 50% 20%, rgba(22, 16, 10, 0.06), rgba(14, 10, 7, 0.24)),
    linear-gradient(180deg, rgba(22, 16, 10, 0.02), rgba(14, 10, 7, 0.24));
}

/* ---- Final visual fix ---- */
:root {
  --site-bg-image: url("./assets/WebsiteBackground.png");
}

body {
  background:
    linear-gradient(rgba(12, 8, 6, 0.64), rgba(12, 8, 6, 0.64)),
    var(--site-bg-image) center / cover no-repeat fixed;
}

.page::before {
  display: none;
}

.page {
  background: transparent;
}

.hero::after {
  background:
    radial-gradient(1200px 800px at 50% 20%, rgba(22, 16, 10, 0.08), rgba(14, 10, 7, 0.34)),
    linear-gradient(180deg, rgba(22, 16, 10, 0.02), rgba(14, 10, 7, 0.34));
}

.arc-cover {
  filter: saturate(1.1) contrast(1.05) brightness(1.08);
}

.footer {
  background: transparent !important;
  border-top: none !important;
}

.footer::before {
  display: none !important;
}

.footer-col a,
.footer-bottom,
.footer-col p,
.muted {
  color: rgba(245, 224, 195, 0.78) !important;
}

.discord-btn {
  background: linear-gradient(135deg, #8f6a44, #c39a66) !important;
}

.chat-bubble {
  background: linear-gradient(135deg, #a57d4f, #d8b17a) !important;
}

/* ---- Navbar uses same background stack as page ---- */
.topbar {
  background: transparent !important;
  backdrop-filter: none !important;
}

.topbar::before {
  content: "" !important;
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(12, 8, 6, 0.64), rgba(12, 8, 6, 0.64)),
    var(--site-bg-image) center / cover no-repeat fixed;
  pointer-events: none;
}

/* ---- Ultimate topbar/background sync override ---- */
html,
body {
  background-attachment: fixed;
}

.topbar {
  background-image:
    linear-gradient(rgba(12, 8, 6, 0.64), rgba(12, 8, 6, 0.64)),
    var(--site-bg-image) !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  border: 0 !important;
  box-shadow: none !important;
}

.topbar::before,
.topbar::after {
  content: none !important;
  display: none !important;
}

/* ---- Unified effect from navbar to footer ---- */
html,
body {
  min-height: 100%;
}

body {
  position: relative;
  background:
    var(--site-bg-image) center / cover no-repeat fixed !important;
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(12, 8, 6, 0.66), rgba(12, 8, 6, 0.66)),
    radial-gradient(1400px 900px at 15% 0%, rgba(146, 102, 56, 0.24) 0%, rgba(20, 12, 8, 0) 65%),
    radial-gradient(1200px 900px at 85% 10%, rgba(109, 75, 42, 0.24) 0%, rgba(20, 12, 8, 0) 68%);
}

.page,
main,
.hero,
.footer,
.topbar,
.features-section,
.trust-section {
  background: transparent !important;
}

/* ---- Dynamic Island Navbar + fixed top fade ---- */
body::after {
  display: none;
}

.island-wrap {
  position: fixed;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  width: min(92vw, 860px);
  pointer-events: none;
}

.dynamic-island {
  position: relative;
  height: 64px;
  width: 100%;
  border-radius: 999px;
  padding: 8px 10px 8px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #f6e7cf;
  pointer-events: auto;
  border: 1px solid rgba(220, 176, 120, 0.22);
  background: rgba(12, 8, 6, 0.45);
  backdrop-filter: blur(20px) saturate(120%);
  -webkit-backdrop-filter: blur(20px) saturate(120%);
  box-shadow:
    0 10px 26px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 227, 190, 0.16);
  transition: border-color 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.dynamic-island::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  box-shadow: 0 0 0 1px rgba(232, 191, 135, 0.26), 0 0 20px rgba(232, 191, 135, 0.24);
  transition: opacity 220ms ease;
}

.dynamic-island:hover,
.dynamic-island:focus-within {
  border-color: rgba(232, 191, 135, 0.46);
  background: rgba(12, 8, 6, 0.56);
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.3),
    0 0 24px rgba(232, 191, 135, 0.14),
    inset 0 1px 0 rgba(255, 227, 190, 0.22);
}

.dynamic-island:hover::after,
.dynamic-island:focus-within::after {
  opacity: 1;
}

.island-brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.09em;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.island-brand .island-logo,
.island-brand span {
  transition: filter 0.25s ease, text-shadow 0.25s ease;
}

.island-brand:hover {
  opacity: 1;
}

.island-brand:hover .island-logo {
  filter: drop-shadow(0 0 8px rgba(232, 191, 135, 0.8)) drop-shadow(0 0 16px rgba(232, 191, 135, 0.5));
}

.island-brand:hover span {
  text-shadow: 0 0 10px rgba(232, 191, 135, 0.9), 0 0 20px rgba(232, 191, 135, 0.6);
}

.island-logo {
  height: 38px;
  width: auto;
  display: block;
  object-fit: contain;
}

.island-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #f9d7ab, #a67a44);
  box-shadow: 0 0 14px rgba(212, 167, 112, 0.64);
}

.island-nav-links {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.island-link {
  text-decoration: none;
  color: #edd3b0;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  padding: 10px 12px;
  border-radius: 999px;
  transition: background-color 180ms ease, color 180ms ease;
}

.island-link:hover {
  background: rgba(225, 177, 118, 0.16);
  color: #fff0da;
}

.island-cta {
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 700;
  color: #241608;
  background: linear-gradient(135deg, #e8bf87, #b7834f);
  box-shadow: 0 8px 20px rgba(195, 145, 85, 0.35);
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.island-user-area {
  position: relative;
  display: flex;
  align-items: center;
}

.island-user-trigger {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 12px 6px 6px;
  border-radius: 999px;
  border: none;
  background: rgba(225, 177, 118, 0.15);
  color: #edd3b0;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.island-user-trigger:hover {
  background: rgba(225, 177, 118, 0.25);
}

.island-user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8f6a44, #c39a66);
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

.island-user-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 200px;
  background: rgba(30, 24, 18, 0.98);
  border: 1px solid rgba(204, 168, 118, 0.28);
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
  padding: 8px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}

.island-user-area.open .island-user-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.island-user-dropdown a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 8px;
  color: #edd3b0;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.15s ease;
}

.island-user-dropdown a:hover {
  background: rgba(212, 167, 106, 0.15);
}

.island-user-dropdown a svg {
  width: 18px;
  height: 18px;
  color: #d4a76a;
  flex-shrink: 0;
}

.island-user-dropdown .dropdown-divider {
  height: 1px;
  background: rgba(204, 168, 118, 0.2);
  margin: 6px 0;
}

main {
  padding-top: 86px;
}

@media (max-width: 720px) {
  .dynamic-island {
    height: auto;
    min-height: 58px;
    padding: 8px 10px 8px 12px;
  }

  .island-brand span:last-child {
    font-size: 11px;
    letter-spacing: 0.06em;
  }

  .island-nav-links {
    gap: 2px;
  }

  .island-link {
    font-size: 12px;
    padding: 8px 8px;
  }

  .island-cta {
    padding: 8px 10px;
    font-size: 12px;
  }

  .island-user-trigger .island-user-name {
    display: none;
  }

  .island-user-trigger {
    padding: 6px;
  }

  main {
    padding-top: 84px;
  }
}

/* ======== FEATURES SECTION ======== */
.features-section {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 24px 60px;
}

.features-header {
  text-align: center;
  margin-bottom: 48px;
}

.features-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d4a76a;
  background: rgba(212, 167, 106, 0.1);
  border: 1px solid rgba(212, 167, 106, 0.2);
  border-radius: 999px;
  padding: 6px 16px;
  margin-bottom: 18px;
}

.features-header h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  color: #f2e1c6;
}

.features-header h2 .accent {
  color: #d4a76a;
}

.features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.feat-card {
  position: relative;
  background: rgba(30, 22, 14, 0.55);
  border: 1px solid rgba(204, 168, 118, 0.14);
  border-radius: 20px;
  padding: 28px;
  overflow: hidden;
  transition: border-color 300ms ease, transform 200ms ease;
}

.feat-card:hover {
  border-color: rgba(212, 167, 106, 0.32);
  transform: translateY(-2px);
}

.feat-card--tall {
  grid-row: span 2;
}

.feat-card--wide {
  grid-column: span 2;
}

.feat-card--support {
  width: fit-content;
  max-width: none;
  justify-self: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  overflow: visible;
}

.feat-card--support::after {
  display: none;
}

.feat-card--support .feat-visual {
  margin-bottom: 0;
}

.feat-card--support {
  grid-column: 1;
  grid-row: 1;
}

.feat-card--payments {
  width: fit-content;
  max-width: none;
  justify-self: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  overflow: visible;
}

.feat-card--payments::after {
  display: none;
}

.feat-card--payments .feat-visual {
  margin-bottom: 0;
}

.feat-card--payments {
  grid-column: 1;
  grid-row: 2;
}

.feat-card--cashback {
  width: fit-content;
  max-width: none;
  justify-self: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  overflow: visible;
}

.feat-card--cashback::after {
  display: none;
}

.feat-card--cashback .feat-visual {
  margin-bottom: 0;
}

.feat-card--cashback {
  grid-column: 2;
  grid-row: 1;
}

.feat-card--privacy {
  width: fit-content;
  max-width: none;
  justify-self: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  overflow: visible;
}

.feat-card--privacy::after {
  display: none;
}

.feat-card--privacy .feat-visual {
  margin-bottom: 0;
}

.feat-card--privacy {
  grid-column: 2;
  grid-row: 2;
}

.feat-pay-frame {
  border: 1px solid rgba(204, 168, 118, 0.2);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(20, 12, 8, 0.36);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.38);
}

.feat-pay-caption {
  padding: 14px 18px 16px;
  border-top: 1px solid rgba(204, 168, 118, 0.18);
  background: linear-gradient(180deg, rgba(18, 11, 7, 0.4), rgba(18, 11, 7, 0.58));
}

.feat-pay-caption h3 {
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 700;
  color: #f2e1c6;
}

.feat-pay-caption p {
  margin: 0;
  color: rgba(245, 224, 195, 0.66);
  font-size: 14px;
}

.feat-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #f6e7cf;
  margin: 0 0 6px;
}

.feat-card p {
  font-size: 14px;
  color: rgba(245, 224, 195, 0.6);
  margin: 0;
  line-height: 1.5;
}

/* --- Support Card Visual --- */
.feat-visual {
  margin-bottom: 22px;
}

.feat-visual--support {
  display: flex;
  justify-content: center;
  padding: 0;
}

.feat-support-frame {
  border: 1px solid rgba(204, 168, 118, 0.2);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(20, 12, 8, 0.36);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.38);
}

.feat-support-caption {
  padding: 14px 18px 16px;
  border-top: 1px solid rgba(204, 168, 118, 0.18);
  background: linear-gradient(180deg, rgba(18, 11, 7, 0.4), rgba(18, 11, 7, 0.58));
}

.feat-support-caption h3 {
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 700;
  color: #f2e1c6;
}

.feat-support-caption p {
  margin: 0;
  color: rgba(245, 224, 195, 0.66);
  font-size: 14px;
}

.feat-support-display {
  width: 100%;
}

.feat-support-image {
  width: 100%;
  max-width: 520px;
  display: block;
  height: auto;
}

.feat-chat-mockup {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.feat-msg {
  padding: 12px 16px;
  border-radius: 16px;
  font-size: 13px;
  line-height: 1.45;
  max-width: 88%;
}

.feat-msg--user {
  align-self: flex-end;
  background: linear-gradient(135deg, rgba(212, 167, 106, 0.25), rgba(183, 131, 79, 0.2));
  border: 1px solid rgba(212, 167, 106, 0.22);
  color: #f2e1c6;
  border-bottom-right-radius: 4px;
}

.feat-msg--agent {
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(245, 224, 195, 0.85);
  border-bottom-left-radius: 4px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.feat-agent-dot {
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background: #6dd474;
  box-shadow: 0 0 8px rgba(109, 212, 116, 0.5);
  margin-top: 4px;
}

/* --- Cashback Card Visual --- */
.feat-visual--cashback {
  display: flex;
  justify-content: center;
  padding: 0;
}

.feat-cashback-frame {
  border: 1px solid rgba(204, 168, 118, 0.2);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(20, 12, 8, 0.36);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.38);
}

.feat-cashback-caption {
  padding: 14px 18px 16px;
  border-top: 1px solid rgba(204, 168, 118, 0.18);
  background: linear-gradient(180deg, rgba(18, 11, 7, 0.4), rgba(18, 11, 7, 0.58));
}

.feat-cashback-caption h3 {
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 700;
  color: #f2e1c6;
}

.feat-cashback-caption p {
  margin: 0;
  color: rgba(245, 224, 195, 0.66);
  font-size: 14px;
}

.feat-cashback-display {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
}

.feat-cashback-image {
  width: 100%;
  max-width: 520px;
  display: block;
  height: auto;
}

.feat-cb-amount {
  font-size: 32px;
  font-weight: 700;
  color: #d4a76a;
  letter-spacing: -0.02em;
}

.feat-cb-label {
  font-size: 12px;
  color: rgba(245, 224, 195, 0.55);
  margin-bottom: 14px;
}

.feat-cb-bar {
  height: 6px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  overflow: hidden;
  margin: 12px 0 10px;
}

.feat-cb-fill {
  width: 72%;
  height: 100%;
  background: linear-gradient(90deg, #b7834f, #d4a76a);
  border-radius: 999px;
}

.feat-cb-coins {
  font-size: 11px;
  color: rgba(212, 167, 106, 0.7);
  font-weight: 600;
}

/* --- Privacy Card Visual --- */
.feat-visual--privacy {
  display: flex;
  justify-content: center;
  padding: 0;
}

.feat-privacy-frame {
  border: 1px solid rgba(204, 168, 118, 0.2);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(20, 12, 8, 0.36);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.38);
}

.feat-privacy-caption {
  padding: 14px 18px 16px;
  border-top: 1px solid rgba(204, 168, 118, 0.18);
  background: linear-gradient(180deg, rgba(18, 11, 7, 0.4), rgba(18, 11, 7, 0.58));
}

.feat-privacy-caption h3 {
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 700;
  color: #f2e1c6;
}

.feat-privacy-caption p {
  margin: 0;
  color: rgba(245, 224, 195, 0.66);
  font-size: 14px;
}

.feat-pay-caption,
.feat-support-caption,
.feat-cashback-caption,
.feat-privacy-caption {
  min-height: 102px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.feat-privacy-display {
  width: 100%;
}

.feat-privacy-image {
  width: 100%;
  max-width: 520px;
  display: block;
  height: auto;
}

.feat-lock {
  position: relative;
}

.feat-lock-body {
  width: 72px;
  height: 58px;
  background: linear-gradient(145deg, rgba(212, 167, 106, 0.2), rgba(183, 131, 79, 0.12));
  border: 1.5px solid rgba(212, 167, 106, 0.3);
  border-radius: 14px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feat-lock-arc {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 26px;
  border: 3px solid rgba(212, 167, 106, 0.5);
  border-bottom: none;
  border-radius: 18px 18px 0 0;
}

.feat-lock-keyhole {
  width: 10px;
  height: 10px;
  background: #d4a76a;
  border-radius: 50%;
  box-shadow: 0 0 16px rgba(212, 167, 106, 0.5);
  position: relative;
}

.feat-lock-keyhole::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 10px;
  background: #d4a76a;
  border-radius: 0 0 3px 3px;
}

/* --- Payments Card Visual --- */
.feat-visual--payments {
  display: flex;
  justify-content: center;
  padding: 0;
}

.feat-pay-image {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  transform: translateZ(0);
}

.feat-pay-mockup {
  width: 100%;
  max-width: 480px;
}

.feat-pay-terminal {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(204, 168, 118, 0.14);
  border-radius: 16px;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.feat-pay-terminal-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.feat-pay-terminal-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6dd474;
  box-shadow: 0 0 8px rgba(109, 212, 116, 0.4);
}

.feat-pay-total {
  font-size: 15px;
  font-weight: 700;
  color: #f2e1c6;
}

.feat-pay-method-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(245, 224, 195, 0.4);
}

.feat-pay-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.feat-pay-card {
  height: 52px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 200ms ease, background 200ms ease;
}

.feat-pay-card:hover {
  border-color: rgba(212, 167, 106, 0.3);
  background: rgba(255, 255, 255, 0.08);
}

.feat-pay-card--active {
  border-color: rgba(212, 167, 106, 0.5);
  background: rgba(212, 167, 106, 0.08);
  box-shadow: 0 0 12px rgba(212, 167, 106, 0.12);
}

.feat-pay-svg {
  width: 64px;
  height: 26px;
}

.feat-pay-card--more {
  flex-direction: column;
  gap: 1px;
  background: rgba(212, 167, 106, 0.06);
  border-color: rgba(212, 167, 106, 0.18);
}

.feat-pay-more-num {
  font-size: 16px;
  font-weight: 700;
  color: #d4a76a;
  line-height: 1;
}

.feat-pay-more-txt {
  font-size: 9px;
  color: rgba(212, 167, 106, 0.6);
  font-weight: 500;
}

.feat-pay-confirm {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}

.feat-pay-confirm-btn {
  width: 100%;
  padding: 11px 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #d4a76a, #b7834f);
  color: #1a0f06;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 6px 18px rgba(183, 131, 79, 0.3);
}

.feat-pay-confirm-btn .feat-pay-shield {
  width: 18px;
  height: 18px;
  font-size: 10px;
  background: rgba(0, 0, 0, 0.18);
  color: #fff;
}

.feat-pay-secure-row {
  font-size: 10px;
  color: rgba(245, 224, 195, 0.35);
  display: flex;
  align-items: center;
  gap: 4px;
}

.feat-pay-lock-icon {
  font-size: 10px;
}

.feat-pay-shield {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6dd474, #4aad52);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

/* ======== TRUST SECTION ======== */
.trust-section {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px 100px;
  text-align: center;
}

.trust-section h2 {
  font-size: 36px;
  font-weight: 700;
  color: #f2e1c6;
  margin: 0 0 40px;
}

.trust-section h2 .accent {
  color: #d4a76a;
}

.trust-row {
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.trust-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.trust-num {
  font-size: 44px;
  font-weight: 700;
  color: #d4a76a;
  letter-spacing: -0.03em;
  line-height: 1;
}

.trust-label {
  font-size: 13px;
  color: rgba(245, 224, 195, 0.5);
  font-weight: 500;
}

/* ---- Responsive features ---- */
@media (max-width: 720px) {
  .features-header h2 {
    font-size: 30px;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .feat-card--tall {
    grid-row: span 1;
  }

  .feat-card--wide {
    grid-column: span 1;
  }

  .feat-card--payments {
    max-width: 100%;
    grid-column: auto;
    grid-row: auto;
  }

  .feat-card--cashback {
    max-width: 100%;
    grid-column: auto;
    grid-row: auto;
  }

  .feat-card--privacy {
    max-width: 100%;
    grid-column: auto;
    grid-row: auto;
  }

  .feat-card--support {
    max-width: 100%;
    grid-column: auto;
    grid-row: auto;
  }

  .feat-pay-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-section h2 {
    font-size: 26px;
  }

  .trust-num {
    font-size: 34px;
  }

  .trust-row {
    gap: 28px;
  }
}
