.elementor-1921 .elementor-element.elementor-element-b775aeb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-3447f76 *//* ==========================================================================
   AIRDROP PREMIUM GAMING DESIGN
   ========================================================================== */

:root {
  /* Colors Gaming Premium */
  --primary: #9AFF00;
  --primary-dark: #7FD800;
  --neon-green: #00FF41;
  --electric-blue: #00D4FF;
  --cyber-purple: #B347D9;
  --neon-pink: #FF006B;
  --gold: #FFD700;
  
  /* Backgrounds Premium */
  --bg-primary: #0A0A0A;
  --bg-secondary: #1A1A1A;
  --bg-card: #1E1E2E;
  
  /* Text Premium */
  --text-white: #FFFFFF;
  --text-bright: #F8FAFC;
  --text-gray: #dbdcdf;
  --text-muted: #94A3B8;
}

/* ==========================================================================
   AIRDROP HERO SECTION PREMIUM
   ========================================================================== */

.airdrop-hero-premium {
  min-height: 90vh;
  background: 
    radial-gradient(circle at 20% 80%, rgba(154, 255, 0, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(255, 215, 0, 0.1) 0%, transparent 50%),
    linear-gradient(135deg, #0F0F23 0%, #1A1A2E 50%, #16213E 100%);
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.airdrop-hero-premium::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 98px,
      rgba(154, 255, 0, 0.03) 100px
    );
  pointer-events: none;
}

.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--space-6);
  width: 100%;
}

.hero-content-airdrop {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: var(--space-16);
  align-items: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  background: var(--bg-card);
  border: 2px solid var(--primary);
  border-radius: var(--radius-xl);
  padding: var(--space-3) var(--space-6);
  margin-bottom: var(--space-6);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 20px rgba(154, 255, 0, 0.4);
}

.badge-icon {
  font-size: 1.5rem;
}

.badge-text {
  font-size: 0.875rem;
  font-weight: 800;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-shadow: 0 0 10px rgba(154, 255, 0, 0.6);
}

.hero-title {
  margin-bottom: var(--space-6);
}

.title-main {
  display: block;
  font-size: clamp(3.5rem, 8vw, 5.5rem);
  font-weight: 900;
  background: linear-gradient(45deg, var(--primary), var(--gold), var(--primary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.1;
  margin-bottom: var(--space-2);
  animation: glow-pulse 3s ease-in-out infinite;
}

.title-sub {
  display: block;
  font-size: clamp(1.2rem, 3vw, 1.6rem);
  font-weight: 600;
  color: var(--text-bright);
  line-height: 1.3;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.hero-description {
  font-size: 1.2rem;
  color: var(--text-gray);
  line-height: 1.7;
  margin-bottom: var(--space-8);
  max-width: 550px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.hero-stats-airdrop {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-6);
  margin-top: var(--space-8);
}

.stat-item {
  text-align: center;
  background: 
    linear-gradient(135deg, rgba(30, 30, 46, 0.8) 0%, rgba(26, 26, 46, 0.9) 100%);
  border: 2px solid rgba(154, 255, 0, 0.3);
  border-radius: var(--radius-xl);
  padding: var(--space-4);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.stat-item:hover {
  border-color: var(--primary);
  transform: translateY(-4px);
  box-shadow: 0 0 30px rgba(154, 255, 0, 0.4);
}

.stat-number {
  display: block;
  font-size: 1.8rem;
  font-weight: 800;
  background: linear-gradient(45deg, var(--primary), var(--neon-green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: var(--space-1);
  text-shadow: 0 0 15px rgba(154, 255, 0, 0.6);
}

.stat-label {
  font-size: 0.875rem;
  color: var(--text-bright);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.airdrop-visual-container {
  position: relative;
  width: 350px;
  height: 350px;
  margin: 0 auto;
}

.token-animation {
  position: absolute;
  inset: 0;
}

.floating-token {
  position: absolute;
  font-size: 3rem;
  animation: float-token 8s ease-in-out infinite;
  filter: drop-shadow(0 0 10px rgba(154, 255, 0, 0.6));
}

.token-1 { top: 15%; left: 15%; animation-delay: 0s; }
.token-2 { top: 15%; right: 15%; animation-delay: 2s; }
.token-3 { bottom: 15%; left: 15%; animation-delay: 4s; }
.token-4 { bottom: 15%; right: 15%; animation-delay: 6s; }

.central-token {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--primary) 0%, var(--neon-green) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 
    0 0 60px rgba(154, 255, 0, 0.8),
    0 0 120px rgba(255, 215, 0, 0.4);
  animation: token-pulse 3s ease-in-out infinite;
  border: 4px solid var(--gold);
}

.token-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.token-glow {
  position: absolute;
  inset: -30px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(154, 255, 0, 0.3) 0%, transparent 70%);
  animation: glow-expand 4s ease-in-out infinite;
}

/* ==========================================================================
   TOKENOMICS SECTION PREMIUM
   ========================================================================== */

.tokenomics-section {
  padding: 50px 0px;
  background: 
    radial-gradient(circle at 30% 20%, rgba(0, 212, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 70% 80%, rgba(179, 71, 217, 0.1) 0%, transparent 50%),
    var(--bg-secondary);
}

.tokenomics-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--space-6);
}

.section-header {
  text-align: center;
  margin-bottom: var(--space-20);
}

.section-title {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 900;
  background: linear-gradient(45deg, var(--primary), var(--electric-blue), var(--primary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: var(--space-4);
  text-shadow: 0 0 30px rgba(154, 255, 0, 0.6);
}

.section-subtitle {
  font-size: 1.2rem;
  color: var(--text-gray);
  max-width: 600px;
  margin: 0 auto;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.tokenomics-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-16);
  margin-top: var(--space-16);
  align-items: center;
}

.tokenomics-chart {
  display: flex;
  justify-content: center;
}

.chart-container {
  position: relative;
  width: 400px;
  height: 400px;
}

.pie-chart {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(
    var(--primary) 0% 25%,
    var(--electric-blue) 25% 45%, 
    var(--cyber-purple) 45% 60%,
    var(--gold) 60% 75%,
    var(--neon-pink) 75% 83%,
    #4ECDC4 83% 91%,
    #45B7D1 91% 96%,
    #FFA07A 96% 100%
  );
  box-shadow: 
    0 0 0 8px var(--bg-card),
    0 0 80px rgba(154, 255, 0, 0.4),
    0 20px 60px rgba(0, 0, 0, 0.4);
  position: relative;
  animation: chart-glow 4s ease-in-out infinite;
}

.chart-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: 
    linear-gradient(135deg, rgba(30, 30, 46, 0.9) 0%, rgba(26, 26, 46, 0.95) 100%);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 4px solid var(--primary);
  backdrop-filter: blur(20px);
  box-shadow: 0 0 40px rgba(154, 255, 0, 0.6);
}

.chart-total {
  font-size: 2.2rem;
  font-weight: 900;
  background: linear-gradient(45deg, var(--primary), var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

.chart-label {
  font-size: 0.875rem;
  color: var(--text-bright);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.tokenomics-breakdown {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.breakdown-item {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  background: 
    linear-gradient(135deg, rgba(30, 30, 46, 0.8) 0%, rgba(26, 26, 46, 0.9) 100%);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-xl);
  padding: var(--space-5);
  transition: all 0.4s ease;
  backdrop-filter: blur(20px);
}

.breakdown-item:hover {
  border-color: var(--primary);
  transform: translateX(12px);
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.3),
    0 0 30px rgba(154, 255, 0, 0.3);
}

.breakdown-color {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 15px currentColor;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.color-1 { background: var(--primary); }
.color-2 { background: var(--electric-blue); }
.color-3 { background: var(--cyber-purple); }
.color-4 { background: var(--gold); }
.color-5 { background: var(--neon-pink); }
.color-6 { background: #4ECDC4; }
.color-7 { background: #45B7D1; }
.color-8 { background: #FFA07A; }

.breakdown-info {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
  flex: 1;
}

.breakdown-label {
  font-weight: 800;
  color: var(--text-bright);
  font-size: 1.1rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.breakdown-value {
  font-weight: 700;
  color: var(--primary);
  font-size: 1rem;
  text-shadow: 0 0 10px rgba(154, 255, 0, 0.6);
}

.breakdown-desc {
  font-size: 0.875rem;
  color: var(--text-gray);
  line-height: 1.4;
}

/* ==========================================================================
   PHASES SECTION
   ========================================================================== */

.phases-section {
  padding: 6rem 0;
  background: var(--bg-secondary);
  position: relative;
  overflow: hidden;
}

.phases-section::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200%;
  height: 200%;
  background: 
    radial-gradient(circle at center, rgba(154, 255, 0, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

.phases-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}

.phases-timeline {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 4rem;
  position: relative;
}

.phases-timeline::before {
  content: '';
  position: absolute;
  left: 2rem;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(
    to bottom,
    var(--primary) 0%,
    var(--electric-blue) 50%,
    var(--cyber-purple) 100%
  );
}

.phase-container {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  position: relative;
}

.phase-marker {
  position: relative;
  z-index: 3;
  flex-shrink: 0;
}

.marker-number {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: var(--bg-card);
  border: 3px solid var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--text-white);
  box-shadow: 0 0 20px rgba(154, 255, 0, 0.5);
}

.marker-ring {
  position: absolute;
  top: -8px;
  left: -8px;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  border: 2px solid transparent;
  border-radius: 50%;
  animation: pulse-ring 2s infinite;
}

.marker-ring.active {
  border-color: var(--primary);
}

@keyframes pulse-ring {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(1.2); opacity: 0; }
}

.phase-card {
  flex: 1;
  background: var(--bg-card);
  border-radius: 16px;
  border: 1px solid rgba(154, 255, 0, 0.2);
  overflow: hidden;
  transition: all 0.3s ease;
}

.phase-card:hover {
  transform: translateY(-4px);
  border-color: var(--primary);
  box-shadow: 0 12px 48px rgba(154, 255, 0, 0.2);
}

.phase-header {
  padding: 2rem;
  background: linear-gradient(135deg, var(--bg-card) 0%, rgba(154, 255, 0, 0.05) 100%);
  border-bottom: 1px solid rgba(154, 255, 0, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.phase-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text-white);
  margin-bottom: 0.5rem;
}

.phase-subtitle {
  font-size: 1rem;
  color: var(--primary);
  font-weight: 600;
}

.phase-status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: rgba(154, 255, 0, 0.1);
  border-radius: 20px;
  border: 1px solid var(--primary);
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary);
  animation: blink 2s infinite;
}

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

.status-text {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--primary);
}

.phase-content {
  padding: 2rem;
}

.phase-description p {
  color: var(--text-bright);
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.allocation-tiers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}

.tier-card {
  background: var(--bg-secondary);
  border-radius: 12px;
  padding: 1.5rem;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.tier-card.golden {
  border-color: var(--gold);
  background: linear-gradient(135deg, var(--bg-secondary) 0%, rgba(255, 215, 0, 0.1) 100%);
}

.tier-card.silver {
  border-color: #C0C0C0;
  background: linear-gradient(135deg, var(--bg-secondary) 0%, rgba(192, 192, 192, 0.1) 100%);
}

.tier-card.common {
  border-color: #CD7F32;
  background: linear-gradient(135deg, var(--bg-secondary) 0%, rgba(205, 127, 50, 0.1) 100%);
}

.tier-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.tier-icon {
  font-size: 1.5rem;
}

.tier-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-white);
  display: block;
}

.tier-rarity {
  font-size: 0.8rem;
  color: var(--text-gray);
  display: block;
}

.tier-allocation {
  text-align: center;
}

.allocation-amount {
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--primary);
  display: block;
}

.allocation-unit {
  font-size: 1rem;
  color: var(--text-gray);
  font-weight: 600;
}

.phase-stats {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}

.stat-box {
  flex: 1;
  background: var(--bg-secondary);
  padding: 1rem;
  border-radius: 8px;
  text-align: center;
  border: 1px solid rgba(154, 255, 0, 0.2);
}

.stat-value {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--primary);
  display: block;
}

.stat-label {
  font-size: 0.9rem;
  color: var(--text-gray);
  margin-top: 0.5rem;
  display: block;
}

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

.criteria-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: var(--bg-secondary);
  border-radius: 8px;
  border: 1px solid rgba(154, 255, 0, 0.2);
}

.criteria-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.criteria-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-white);
  display: block;
}

.criteria-desc {
  font-size: 0.9rem;
  color: var(--text-gray);
  display: block;
}

.quest-types {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}

.quest-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: var(--bg-secondary);
  border-radius: 8px;
  border: 1px solid rgba(154, 255, 0, 0.2);
  transition: all 0.3s ease;
}

.quest-card:hover {
  transform: translateY(-2px);
  border-color: var(--primary);
}

.quest-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.quest-name {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-white);
  display: block;
}

.quest-desc {
  font-size: 0.8rem;
  color: var(--text-gray);
  display: block;
}

.phase-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.feature-badge {
  padding: 0.5rem 1rem;
  background: rgba(154, 255, 0, 0.2);
  color: var(--primary);
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  border: 1px solid var(--primary);
}

/* Phase Stats Premium */
.phase-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: var(--space-4);
  margin-top: var(--space-8);
}

.stat-box {
  background: 
    linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(154, 255, 0, 0.05) 100%);
  border: 2px solid rgba(154, 255, 0, 0.3);
  border-radius: var(--radius-lg);
  padding: var(--space-4);
  text-align: center;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.stat-box:hover {
  border-color: var(--primary);
  transform: translateY(-4px);
  box-shadow: 0 0 25px rgba(154, 255, 0, 0.4);
}

.stat-value {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  background: linear-gradient(45deg, var(--primary), var(--neon-green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: var(--space-1);
  text-shadow: 0 0 15px rgba(154, 255, 0, 0.6);
}

.stat-label {
  font-size: 0.875rem;
  color: var(--text-bright);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}

/* Continuer avec le reste du CSS... */

/* ==========================================================================
   ANIMATIONS PREMIUM
   ========================================================================== */

@keyframes glow-pulse {
  0%, 100% {
    text-shadow: 0 0 30px rgba(154, 255, 0, 0.6);
  }
  50% {
    text-shadow: 0 0 50px rgba(154, 255, 0, 0.9), 0 0 70px rgba(255, 215, 0, 0.4);
  }
}

@keyframes float-token {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  25% {
    transform: translateY(-20px) rotate(90deg);
  }
  50% {
    transform: translateY(-40px) rotate(180deg);
  }
  75% {
    transform: translateY(-20px) rotate(270deg);
  }
}

@keyframes token-pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 
      0 0 60px rgba(154, 255, 0, 0.8),
      0 0 120px rgba(255, 215, 0, 0.4);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 
      0 0 80px rgba(154, 255, 0, 1),
      0 0 160px rgba(255, 215, 0, 0.6);
  }
}

@keyframes glow-expand {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.6;
  }
}

@keyframes chart-glow {
  0%, 100% {
    box-shadow: 
      0 0 0 8px var(--bg-card),
      0 0 80px rgba(154, 255, 0, 0.4),
      0 20px 60px rgba(0, 0, 0, 0.4);
  }
  50% {
    box-shadow: 
      0 0 0 8px var(--bg-card),
      0 0 120px rgba(154, 255, 0, 0.6),
      0 20px 60px rgba(0, 0, 0, 0.4);
  }
}

@keyframes timeline-glow {
  0%, 100% {
    box-shadow: 0 0 30px rgba(154, 255, 0, 0.6);
  }
  50% {
    box-shadow: 0 0 50px rgba(154, 255, 0, 0.9), 0 0 70px rgba(0, 212, 255, 0.4);
  }
}

@keyframes marker-pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 
      0 0 40px rgba(154, 255, 0, 0.8),
      0 8px 32px rgba(0, 0, 0, 0.4);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 
      0 0 60px rgba(154, 255, 0, 1),
      0 8px 32px rgba(0, 0, 0, 0.4);
  }
}

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

@keyframes status-glow {
  0%, 100% {
    box-shadow: 0 0 25px rgba(154, 255, 0, 0.6);
  }
  50% {
    box-shadow: 0 0 40px rgba(154, 255, 0, 0.9);
  }
}

@keyframes pulse-dot {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.3);
  }
}

/* ==========================================================================
   FAQ SECTION
   ========================================================================== */

.faq-section {
  padding: 6rem 0;
  background: var(--bg-secondary);
  position: relative;
}

.faq-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2rem;
}

.faq-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 4rem;
}

.faq-item {
  background: var(--bg-card);
  border-radius: 12px;
  border: 1px solid rgba(154, 255, 0, 0.2);
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: var(--primary);
  box-shadow: 0 8px 32px rgba(154, 255, 0, 0.2);
}

.faq-question {
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  background: linear-gradient(135deg, var(--bg-card) 0%, rgba(154, 255, 0, 0.05) 100%);
}

.faq-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.faq-question h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-white);
  margin: 0;
}

.faq-answer {
  padding: 0 1.5rem 1.5rem;
}

.faq-answer p {
  color: var(--text-bright);
  line-height: 1.6;
  margin: 0;
}

/* ==========================================================================
   DISCLAIMERS SECTION
   ========================================================================== */

.disclaimers-section {
  padding: 6rem 0;
  background: var(--bg-primary);
  position: relative;
}

.disclaimers-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 2rem;
}

.disclaimer-card {
  background: var(--bg-card);
  border-radius: 16px;
  border: 2px solid rgba(255, 184, 0, 0.3);
  overflow: hidden;
}

.disclaimer-header {
  padding: 2rem;
  background: linear-gradient(135deg, rgba(255, 184, 0, 0.1) 0%, var(--bg-card) 100%);
  border-bottom: 1px solid rgba(255, 184, 0, 0.3);
  display: flex;
  align-items: center;
  gap: 1rem;
}

.disclaimer-icon {
  font-size: 2rem;
}

.disclaimer-header h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text-white);
  margin: 0;
}

.disclaimer-content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.disclaimer-item h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 0.5rem;
}

.disclaimer-item p {
  color: var(--text-bright);
  line-height: 1.6;
  margin: 0;
}

.disclaimer-footer {
  padding: 2rem;
  background: rgba(255, 184, 0, 0.05);
  border-top: 1px solid rgba(255, 184, 0, 0.3);
  text-align: center;
}

.disclaimer-footer p {
  color: var(--text-bright);
  margin: 0.5rem 0;
}

/* ==========================================================================
   CTA FINAL SECTION
   ========================================================================== */

.airdrop-cta-final {
  padding: 6rem 0;
  background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);
  position: relative;
  overflow: hidden;
}

.airdrop-cta-final::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 30% 70%, rgba(154, 255, 0, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 70% 30%, rgba(0, 212, 255, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.cta-container-final {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 2rem;
  text-align: center;
  position: relative;
  z-index: 2;
}

.cta-content-final h2 {
  font-size: 3rem;
  font-weight: 900;
  color: var(--text-white);
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, var(--text-white) 0%, var(--primary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cta-content-final p {
  font-size: 1.2rem;
  color: var(--text-bright);
  line-height: 1.6;
  margin-bottom: 3rem;
}

.cta-buttons-final {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary-final,
.btn-secondary-final {
  padding: 1.2rem 2.5rem;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.btn-primary-final {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: var(--bg-primary);
  box-shadow: 0 4px 16px rgba(154, 255, 0, 0.4);
}

.btn-primary-final:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(154, 255, 0, 0.6);
}

.btn-secondary-final {
  background: transparent;
  color: var(--text-white);
  border: 2px solid var(--primary);
}

.btn-secondary-final:hover {
  background: var(--primary);
  color: var(--bg-primary);
  transform: translateY(-2px);
}


/* ==========================================================================
   RESPONSIVE PREMIUM
   ========================================================================== */

@media (max-width: 1024px) {
  .hero-content-airdrop {
    grid-template-columns: 1fr;
    gap: var(--space-12);
    text-align: center;
  }
  
  .tokenomics-grid {
    grid-template-columns: 1fr;
    gap: var(--space-12);
  }
  
  .phases-timeline::before {
    left: var(--space-8);
  }
  
  .phase-marker {
    left: var(--space-8);
  }
  
  .phase-container:nth-child(even) .phase-card.premium,
  .phase-container:nth-child(odd) .phase-card.premium {
    margin-left: calc(var(--space-8) + 120px);
    margin-right: 0;
  }
  
  .tokenomics-breakdown {
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
    margin-top: 20px;
}
}

@media (max-width: 768px) {
  .hero-stats-airdrop {
    grid-template-columns: 1fr;
    gap: var(--space-4);
  }
  
  .title-main {
    font-size: 3rem;
  }
  
  .airdrop-visual-container {
    width: 250px;
    height: 250px;
  }
  
  .central-token {
    width: 120px;
    height: 120px;
  }
  
  .token-image {
    width: 80px;
    height: 80px;
  }
  
  .chart-container {
    width: 300px;
    height: 300px;
  }
  
  .allocation-tiers {
    grid-template-columns: 1fr;
  }
  
  .marker-number {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  
  .phase-card {
          width: 100%;
    min-width: 100%;
  }
  
  .phase-container {
    display: flex;
    align-items: flex-start;
    position: relative;
    flex-direction: column;
}
}

@media (max-width: 480px) {
  .title-main {
    font-size: 2.5rem;
  }
  
  .phase-stats {
    grid-template-columns: 1fr;
  }
  
  .chart-container {
    width: 250px;
    height: 250px;
  }
  
  .chart-center {
    width: 120px;
    height: 120px;
  }
  
  .chart-total {
    font-size: 1.8rem;
  }
}/* End custom CSS */