/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg-dark: #0a0a0a;
  --bg-card: #111111;
  --bg-card2: #1a1a1a;
  --accent: #e63232;
  --accent2: #ff4444;
  --accent3: #cc0000;
  --text-main: #ffffff;
  --text-muted: #888888;
  --border: rgba(255,255,255,0.08);
  --radius: 16px;
  --font: 'Inter', sans-serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  background: var(--bg-dark);
  color: var(--text-main);
  overflow-x: hidden;
  line-height: 1.6;
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.highlight { color: var(--accent); }

/* ===== NAVBAR ===== */
.navbar {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(13,15,20,0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
}

.nav-container {
  display: flex; align-items: center;
  max-width: 1200px; margin: 0 auto;
  padding: 16px 24px; gap: 32px;
}

.logo {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; color: var(--text-main);
  flex-shrink: 0;
}

.logo-icon {
  font-size: 28px; color: var(--accent);
  font-weight: 900; line-height: 1;
}

.logo-text {
  font-size: 22px; font-weight: 800;
  letter-spacing: -0.5px;
}

.nav-links {
  display: flex; list-style: none; gap: 28px;
  margin: 0; flex: 1;
}

.nav-links a {
  color: var(--text-muted); text-decoration: none;
  font-size: 13px; font-weight: 600;
  letter-spacing: 0.8px;
  transition: color 0.2s;
  position: relative;
}

.nav-links a:hover, .nav-links a.active { color: var(--text-main); }
.nav-links a.active::after {
  content: ''; position: absolute; bottom: -4px; left: 0; right: 0;
  height: 2px; background: var(--accent); border-radius: 2px;
}

.dropdown { position: relative; }
.dropdown-menu {
  display: none; position: absolute; top: calc(100% + 12px); left: 0;
  background: var(--bg-card2); border: 1px solid var(--border);
  border-radius: 10px; padding: 8px 0; min-width: 160px;
  list-style: none; box-shadow: 0 16px 40px rgba(0,0,0,0.4);
}
.dropdown:hover .dropdown-menu { display: block; }
.dropdown-menu li a {
  display: block; padding: 10px 18px;
  font-size: 13px; color: var(--text-muted);
}
.dropdown-menu li a:hover { color: var(--accent); background: var(--border); }

/* ===== NAV BUTTONS ===== */
.nav-buttons { display: flex; gap: 10px; flex-shrink: 0; }

.btn-discord, .btn-connect {
  display: flex; align-items: center; gap: 7px;
  padding: 9px 18px; border-radius: 8px;
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.6px; text-decoration: none;
  transition: all 0.2s; cursor: pointer;
}

.btn-discord {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  color: #cccccc;
}
.btn-discord:hover { background: rgba(255,255,255,0.12); }

.btn-connect {
  background: rgba(230,50,50,0.12);
  border: 1px solid rgba(230,50,50,0.35);
  color: var(--accent);
}
.btn-connect:hover { background: rgba(230,50,50,0.25); }

.hamburger {
  display: none; background: none; border: none;
  color: var(--text-main); font-size: 22px; cursor: pointer;
  margin-left: auto;
}

/* ===== MOBILE MENU ===== */
.mobile-menu {
  display: none; position: fixed;
  top: 64px; left: 0; right: 0; z-index: 999;
  background: var(--bg-card);
  border-bottom: 1px solid var(--border);
  padding: 20px 24px;
}
.mobile-menu.open { display: block; }
.mobile-menu ul { list-style: none; margin-bottom: 16px; }
.mobile-menu ul li { padding: 10px 0; border-bottom: 1px solid var(--border); }
.mobile-menu ul li a { color: var(--text-muted); text-decoration: none; font-weight: 600; font-size: 14px; }
.mobile-btns { display: flex; gap: 10px; flex-wrap: wrap; }

/* ===== HERO ===== */
.hero {
  min-height: 100vh;
  background: linear-gradient(135deg, #000000 0%, #0d0d0d 40%, #111111 100%);
  position: relative; overflow: hidden;
  display: flex; flex-direction: column;
  justify-content: center; padding-top: 80px;
}

.hero-bg-overlay {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse 60% 60% at 70% 50%, rgba(230,50,50,0.07) 0%, transparent 70%),
    radial-gradient(ellipse 40% 40% at 20% 80%, rgba(180,0,0,0.06) 0%, transparent 60%),
    radial-gradient(ellipse 80% 60% at 50% 10%, rgba(255,255,255,0.03) 0%, transparent 60%);
}

.hero-particles { position: absolute; inset: 0; z-index: 0; pointer-events: none; }

.hero-content {
  position: relative; z-index: 2;
  display: flex; align-items: center;
  max-width: 1200px; margin: 0 auto;
  padding: 60px 24px 120px;
  gap: 48px; width: 100%;
}

.hero-text { flex: 1; }

.hero-title {
  font-size: clamp(38px, 6vw, 72px);
  font-weight: 900; line-height: 1.05;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.hero-title .emoji { font-size: 0.85em; }

.hero-mint-count {
  font-size: clamp(24px, 4vw, 42px);
  font-weight: 800; color: var(--text-muted);
  margin-bottom: 12px;
}

.hero-mint-count .count-num { color: var(--accent); }

.hero-progress { margin-bottom: 32px; }
.progress-bar {
  height: 6px; background: rgba(255,255,255,0.1);
  border-radius: 10px; overflow: hidden; margin-bottom: 8px;
}
.progress-fill {
  height: 100%; background: linear-gradient(90deg, var(--accent), #cc0000);
  border-radius: 10px; transition: width 1s ease;
}
.progress-label { font-size: 13px; color: var(--text-muted); }

.hero-cta { display: flex; gap: 16px; margin-bottom: 40px; flex-wrap: wrap; }

.btn-mint {
  background: linear-gradient(135deg, var(--accent), #cc0000);
  color: #fff; font-weight: 800; font-size: 14px;
  padding: 14px 32px; border-radius: 10px;
  text-decoration: none; letter-spacing: 0.8px;
  transition: all 0.2s; display: inline-flex; align-items: center;
  box-shadow: 0 8px 32px rgba(230,50,50,0.3);
}
.btn-mint:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(230,50,50,0.45); }

.btn-learn {
  color: var(--text-muted); text-decoration: none;
  font-weight: 600; font-size: 14px;
  padding: 14px 24px; border-radius: 10px;
  border: 1px solid var(--border);
  display: inline-flex; align-items: center; gap: 8px;
  transition: all 0.2s;
}
.btn-learn:hover { color: var(--text-main); border-color: rgba(255,255,255,0.2); }

/* ===== HERO STATS ===== */
.hero-stats {
  display: flex; gap: 32px; flex-wrap: wrap;
}

.stat {
  display: flex; flex-direction: column;
  border-left: 2px solid var(--accent);
  padding-left: 16px;
}

.stat-val { font-size: 22px; font-weight: 800; color: var(--text-main); }
.stat-label { font-size: 12px; color: var(--text-muted); font-weight: 600; letter-spacing: 0.5px; }

/* ===== HERO NFT WRAP ===== */
.hero-nft-wrap {
  position: relative; flex-shrink: 0;
  width: 340px; display: flex;
  justify-content: center; align-items: center;
}

.mint-badge {
  position: absolute; top: -30px; right: -10px;
  width: 130px; height: 130px; z-index: 5;
}

.badge-img {
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(30, 80, 200, 0.45), 0 0 0 2px rgba(60,120,255,0.25);
  animation: badgeFloat 3s ease-in-out infinite;
  display: block;
}

@keyframes badgeFloat {
  0%, 100% { transform: translateY(0px) rotate(-2deg); }
  50%       { transform: translateY(-8px) rotate(2deg); }
}

.nft-card-hero {
  background: var(--bg-card2);
  border: 1px solid var(--border);
  border-radius: 20px; overflow: hidden;
  width: 300px;
  box-shadow: 0 24px 80px rgba(0,0,0,0.6), 0 0 0 1px rgba(230,50,50,0.1);
  transition: transform 0.3s;
}
.nft-card-hero:hover { transform: translateY(-6px); }

.nft-img { width: 100%; height: 300px; object-fit: cover; display: block; }

.nft-placeholder {
  display: none; flex-direction: column;
  align-items: center; justify-content: center;
  height: 300px; width: 100%;
  background: #000;
  overflow: hidden;
}

.nft-card-info {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 18px; background: rgba(230,50,50,0.05);
  border-top: 1px solid var(--border);
}
.nft-card-info span { font-size: 13px; font-weight: 700; color: var(--text-main); }
.nft-price { color: var(--accent) !important; }

/* ===== ANNOUNCEMENT BAR ===== */
.announcement-bar {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: rgba(30,34,50,0.95);
  border-top: 1px solid var(--border);
  z-index: 10;
}

.ann-content {
  max-width: 1200px; margin: 0 auto;
  padding: 14px 24px;
  display: flex; align-items: center; gap: 14px;
}

.ann-icon {
  color: #aaaaaa; font-size: 22px; flex-shrink: 0;
}

.ann-text {
  flex: 1; display: flex; flex-direction: column;
  gap: 2px;
}
.ann-text strong { font-size: 13px; color: var(--text-main); }
.ann-text span { font-size: 12px; color: var(--text-muted); }

.ann-close {
  background: rgba(255,255,255,0.1);
  border: none; color: var(--text-muted);
  width: 26px; height: 26px; border-radius: 50%;
  cursor: pointer; font-size: 12px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; transition: all 0.2s;
}
.ann-close:hover { background: rgba(255,255,255,0.2); color: var(--text-main); }

/* ===== SECTION COMMON ===== */
.section-tag {
  font-size: 11px; font-weight: 700; letter-spacing: 3px;
  color: var(--accent); text-transform: uppercase;
  margin-bottom: 12px;
}

.section-title {
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 900; line-height: 1.1;
  margin-bottom: 16px;
}

.section-sub {
  color: var(--text-muted); max-width: 680px;
  font-size: 16px; margin-bottom: 48px; line-height: 1.7;
}

/* ===== ABOUT ===== */
.about {
  padding: 100px 0;
  background: var(--bg-dark);
  position: relative;
}

.about::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 1px; background: linear-gradient(90deg, transparent, var(--accent), transparent);
}

.about-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.about-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 28px;
  transition: all 0.3s;
  position: relative; overflow: hidden;
}

.about-card::before {
  content: ''; position: absolute;
  inset: 0; background: linear-gradient(135deg, rgba(230,50,50,0.04), transparent);
  opacity: 0; transition: opacity 0.3s;
}
.about-card:hover { border-color: rgba(230,50,50,0.35); transform: translateY(-4px); }
.about-card:hover::before { opacity: 1; }

.about-icon {
  width: 52px; height: 52px; border-radius: 12px;
  background: rgba(230,50,50,0.12); border: 1px solid rgba(230,50,50,0.25);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; color: var(--accent); margin-bottom: 20px;
}

.about-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 10px; }
.about-card p { color: var(--text-muted); font-size: 14px; line-height: 1.6; }

/* ===== ROADMAP ===== */
.roadmap {
  padding: 100px 0;
  background: linear-gradient(180deg, var(--bg-dark) 0%, #080808 100%);
}

.roadmap-timeline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px; position: relative;
}

.roadmap-item { position: relative; }

.roadmap-dot {
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--border); border: 2px solid var(--text-muted);
  margin-bottom: 16px; transition: all 0.3s;
}
.roadmap-item.active .roadmap-dot {
  background: var(--accent); border-color: var(--accent);
  box-shadow: 0 0 16px rgba(230,50,50,0.5);
}

.roadmap-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 24px; height: 100%;
  transition: all 0.3s;
}
.roadmap-item.active .roadmap-card {
  border-color: rgba(230,50,50,0.3);
  background: linear-gradient(135deg, rgba(230,50,50,0.05), var(--bg-card));
}

.roadmap-phase {
  font-size: 11px; font-weight: 700; letter-spacing: 2px;
  color: var(--accent); margin-bottom: 8px;
}

.roadmap-card h3 { font-size: 18px; font-weight: 800; margin-bottom: 16px; }

.roadmap-card ul { list-style: none; margin-bottom: 20px; }
.roadmap-card ul li {
  padding: 6px 0; font-size: 14px; color: var(--text-muted);
  border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 8px;
}
.roadmap-card ul li::before { content: '→'; color: var(--accent); font-weight: 700; }

.roadmap-status {
  font-size: 11px; font-weight: 700; letter-spacing: 1.5px;
  padding: 5px 12px; border-radius: 20px;
}
.roadmap-status.done { background: rgba(230,50,50,0.15); color: var(--accent); }
.roadmap-status.active-status { background: rgba(255,255,255,0.1); color: #cccccc; }
.roadmap-status.upcoming { background: rgba(255,255,255,0.05); color: var(--text-muted); }

/* ===== TEAM ===== */
.team { padding: 100px 0; background: var(--bg-dark); }

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.team-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 24px; text-align: center;
  transition: all 0.3s;
}
.team-card:hover { border-color: rgba(230,50,50,0.35); transform: translateY(-4px); }

.team-avatar {
  width: 80px; height: 80px; border-radius: 50%;
  background: linear-gradient(135deg, rgba(230,50,50,0.15), rgba(100,0,0,0.2));
  border: 2px solid rgba(230,50,50,0.3);
  margin: 0 auto 20px; display: flex; align-items: center; justify-content: center;
}
.avatar-emoji { font-size: 36px; }

.team-card h3 { font-size: 18px; font-weight: 800; margin-bottom: 4px; }
.team-role {
  display: inline-block; font-size: 12px; font-weight: 600;
  color: var(--accent); letter-spacing: 0.5px; margin-bottom: 12px;
}
.team-card p { font-size: 13px; color: var(--text-muted); margin-bottom: 20px; line-height: 1.6; }

.team-socials { display: flex; gap: 12px; justify-content: center; }
.team-socials a {
  width: 36px; height: 36px; border-radius: 8px;
  background: rgba(255,255,255,0.06); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  color: var(--text-muted); font-size: 14px; text-decoration: none;
  transition: all 0.2s;
}
.team-socials a:hover { background: rgba(230,50,50,0.15); color: var(--accent); border-color: rgba(230,50,50,0.35); }

/* ===== FAQ ===== */
.faq {
  padding: 100px 0;
  background: linear-gradient(180deg, #080808 0%, var(--bg-dark) 100%);
}

.faq-list { max-width: 780px; display: flex; flex-direction: column; gap: 12px; }

.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius); overflow: hidden;
  transition: border-color 0.2s;
}
.faq-item:has(.faq-question[aria-expanded="true"]) { border-color: rgba(230,50,50,0.35); }

.faq-question {
  width: 100%; background: none; border: none;
  padding: 20px 24px;
  display: flex; justify-content: space-between; align-items: center;
  color: var(--text-main); font-size: 15px; font-weight: 600;
  cursor: pointer; text-align: left; gap: 12px;
  transition: color 0.2s;
}
.faq-question:hover { color: var(--accent); }

.faq-icon {
  width: 28px; height: 28px; flex-shrink: 0;
  border-radius: 50%; background: rgba(255,255,255,0.06);
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; color: var(--text-muted); transition: all 0.3s;
}
.faq-question[aria-expanded="true"] .faq-icon {
  background: rgba(230,50,50,0.15);
  color: var(--accent); transform: rotate(45deg);
}

.faq-answer {
  max-height: 0; overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
}
.faq-answer.open { max-height: 200px; }
.faq-answer p { padding: 0 24px 20px; font-size: 14px; color: var(--text-muted); line-height: 1.7; }

/* ===== CTA SECTION ===== */
.cta-section { padding: 80px 0; }

.cta-box {
  position: relative; text-align: center;
  background: var(--bg-card);
  border: 1px solid rgba(230,50,50,0.25);
  border-radius: 24px; padding: 72px 40px;
  overflow: hidden;
}

.cta-glow {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 400px; height: 200px;
  background: radial-gradient(ellipse, rgba(230,50,50,0.1), transparent 70%);
  pointer-events: none;
}

.cta-box h2 { font-size: clamp(28px, 4vw, 44px); font-weight: 900; margin-bottom: 16px; }
.cta-box p { color: var(--text-muted); max-width: 560px; margin: 0 auto 36px; font-size: 16px; }

.cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

.btn-discord-big {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  color: #cccccc; padding: 14px 28px; border-radius: 10px;
  text-decoration: none; font-weight: 700; font-size: 14px;
  letter-spacing: 0.5px; display: inline-flex; align-items: center; gap: 8px;
  transition: all 0.2s;
}
.btn-discord-big:hover { background: rgba(255,255,255,0.12); }

/* ===== FOOTER ===== */
.footer {
  background: #050505;
  border-top: 1px solid var(--border);
  padding: 64px 0 0;
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px; margin-bottom: 48px;
}

.footer-brand .logo { margin-bottom: 16px; }
.footer-brand p { font-size: 14px; color: var(--text-muted); line-height: 1.7; max-width: 280px; margin-bottom: 20px; }

.footer-socials { display: flex; gap: 10px; }
.footer-socials a {
  width: 38px; height: 38px; border-radius: 8px;
  background: rgba(255,255,255,0.05); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  color: var(--text-muted); font-size: 15px; text-decoration: none;
  transition: all 0.2s;
}
.footer-socials a:hover { background: rgba(230,50,50,0.15); color: var(--accent); }

.footer-links-group h4 { font-size: 14px; font-weight: 700; margin-bottom: 16px; color: var(--text-main); }
.footer-links-group ul { list-style: none; }
.footer-links-group ul li { margin-bottom: 10px; }
.footer-links-group ul li a { color: var(--text-muted); text-decoration: none; font-size: 14px; transition: color 0.2s; }
.footer-links-group ul li a:hover { color: var(--accent); }

.footer-bottom {
  border-top: 1px solid var(--border);
  padding: 24px 0;
  display: flex; justify-content: space-between;
  align-items: center; flex-wrap: wrap; gap: 12px;
}
.footer-bottom p { font-size: 13px; color: var(--text-muted); }

/* ===== SCROLL TO TOP ===== */
.scroll-top {
  position: fixed; bottom: 28px; right: 28px;
  width: 44px; height: 44px; border-radius: 10px;
  background: rgba(230,50,50,0.12); border: 1px solid rgba(230,50,50,0.3);
  color: var(--accent); font-size: 18px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; opacity: 0; pointer-events: none;
  transition: all 0.3s; z-index: 900;
}
.scroll-top.visible { opacity: 1; pointer-events: all; }
.scroll-top:hover { background: rgba(230,50,50,0.3); }

/* ===== PARTICLE ===== */
.particle {
  position: absolute; border-radius: 50%;
  background: var(--accent); opacity: 0.15;
  animation: float linear infinite;
}

@keyframes float {
  0% { transform: translateY(0) rotate(0deg); opacity: 0.15; }
  100% { transform: translateY(-100vh) rotate(360deg); opacity: 0; }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .nav-links, .nav-buttons { display: none; }
  .hamburger { display: flex; }

  .hero-content { flex-direction: column; padding: 40px 24px 100px; text-align: center; }
  .hero-nft-wrap { width: 100%; max-width: 300px; }
  .hero-cta { justify-content: center; }
  .hero-stats { justify-content: center; }

  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; }

  .roadmap-timeline { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .about-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .team-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .cta-box { padding: 48px 24px; }
}

/* ===== X (TWITTER) BUTTON ICON ALIGNMENT ===== */
.btn-connect .fa-x-twitter,
.btn-mint .fa-x-twitter,
.btn-discord-big .fa-x-twitter {
  font-size: 13px;
}

/* ===== OPENSEA BUTTON ===== */
.btn-opensea {
  display: flex; align-items: center; gap: 7px;
  padding: 9px 18px; border-radius: 8px;
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.6px; text-decoration: none;
  transition: all 0.2s; cursor: pointer;
  background: rgba(32, 129, 226, 0.12);
  border: 1px solid rgba(32, 129, 226, 0.35);
  color: #4da3f5;
}
.btn-opensea:hover {
  background: rgba(32, 129, 226, 0.25);
  border-color: rgba(32, 129, 226, 0.6);
  color: #74bbff;
}

.btn-opensea-hero {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; border-radius: 10px;
  background: rgba(32, 129, 226, 0.12);
  border: 1px solid rgba(32, 129, 226, 0.35);
  color: #4da3f5; font-weight: 700; font-size: 14px;
  letter-spacing: 0.5px; text-decoration: none;
  transition: all 0.2s;
}
.btn-opensea-hero:hover {
  background: rgba(32, 129, 226, 0.25);
  border-color: rgba(32, 129, 226, 0.6);
  color: #74bbff;
  transform: translateY(-2px);
}
