/* ===== RESET & BASE ===== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
  color: #0a0a0a;
  background: #ffffff;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: 700;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}

.btn-primary {
  background: linear-gradient(90deg, #12c2e9, #00c3ff, #007cf0);
  color: #fff;
}

.btn-primary:hover {
  background: linear-gradient(90deg, #00c3ff, #007cf0, #12c2e9);
  transform: scale(1.03);
}

.btn-secondary {
  background: #ffffff;
  color: #0a0a0a;
  border: 2px solid #0a0a0a;
}

.btn-secondary:hover {
  background: #0a0a0a;
  color: #ffffff;
  transform: scale(1.03);
}

.btn-outline {
  background: #ffffff;
  color: #0a0a0a;
  border: 1px solid #ccc;
}

.btn-outline:hover {
  border-color: #999;
  background: #f5f5f5;
}

.btn-ghost {
  display: inline-block;
  padding: 17px 43px;
  font-size: 19px;
  font-weight: 600;
  border: 2.4px solid #00E3FF;
  border-radius: 10px;
  color: #FFFFFF;
  font-family: 'Rajdhani', sans-serif;
  transition: all 0.35s ease;
}

.btn-ghost:hover {
  box-shadow: 0 0 14px rgba(0, 227, 255, 0.5);
  backdrop-filter: blur(8px);
}

.arrow {
  font-size: 1.1em;
}

/* ===== HEADER ===== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: transparent;
  padding: 15px 0;
  transition: background 0.3s ease, backdrop-filter 0.3s ease;
}

.header.scrolled {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header.scrolled .nav-list a {
  color: #0a0a0a;
}

.header.scrolled .nav-list a:hover {
  color: #00bcd4;
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.logo img {
  display: block;
}

.nav-list {
  display: flex;
  gap: 30px;
}

.nav-list a {
  color: #fff;
  font-weight: 500;
  transition: color 0.3s;
}

.nav-list a:hover {
  color: #00c3ff;
}

.mobile-menu-btn {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.mobile-menu-btn span {
  width: 25px;
  height: 2px;
  background: #fff;
  transition: all 0.3s;
}

/* ===== HERO SECTION ===== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 20px 80px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('/wp-content/uploads/2025/06/test2-optimized.webp');
  background-size: cover;
  background-position: center;
  z-index: -2;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.5);
  z-index: -1;
}

.hero-content {
  text-align: center;
  color: #fff;
  max-width: 800px;
}

.hero-coin {
  margin: 0 auto 20px;
  animation: float 4s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

.hero-welcome {
  font-size: 18px;
  margin-bottom: 10px;
  opacity: 0.9;
}

.hero-title {
  font-size: clamp(32px, 6vw, 56px);
  margin-bottom: 30px;
}

.hero-title span {
  display: block;
}

.hero-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
  padding-bottom: 20px;
}

/* AI-SEO: Beautiful MineX definition with gradient fade effect */
.minex-definition {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 30px;
  padding-bottom: 45px;
}

.minex-definition p {
  font-family: 'Rajdhani', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  background: linear-gradient(90deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.85) 50%, rgba(255,255,255,0.5) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}

.minex-definition .def-line {
  display: block;
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 195, 255, 0.7) 50%, transparent 100%);
  box-shadow: 0 0 8px rgba(0, 195, 255, 0.3);
}

@media (max-width: 768px) {
  .minex-definition {
    gap: 16px;
  }
  
  .minex-definition p {
    font-size: 11px;
    letter-spacing: 1.5px;
  }
  
  .minex-definition .def-line {
    width: 35px;
  }
}

.hero-curve {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  overflow: hidden;
}

.hero-curve .curve-svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* ===== LIVE ITEMS WIDGET (DESKTOP) ===== */
.live-items-widget {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  background: rgba(10, 10, 10, 0.85);
  backdrop-filter: blur(20px);
  border-radius: 16px;
  padding: 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}

.live-items-widget:hover {
  border-color: rgba(0, 195, 255, 0.3);
  box-shadow: 0 10px 50px rgba(0, 195, 255, 0.15);
}

.widget-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.widget-dot {
  width: 8px;
  height: 8px;
  background: #00c853;
  border-radius: 50%;
  animation: pulse 2s infinite;
  box-shadow: 0 0 8px rgba(0, 200, 83, 0.6);
}

@keyframes pulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 8px rgba(0, 200, 83, 0.6); }
  50% { opacity: 0.5; box-shadow: 0 0 4px rgba(0, 200, 83, 0.3); }
}

.widget-label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600;
}

/* Info Button & Tooltip */
.widget-info-btn {
  position: relative;
  width: 18px;
  height: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  margin-left: auto;
  transition: all 0.2s;
}

.widget-info-btn:hover,
.widget-info-btn:focus,
.widget-info-btn.active {
  background: rgba(0, 195, 255, 0.25);
  border-color: #00c3ff;
  color: #00c3ff;
  outline: none;
}

.info-tooltip {
  position: absolute;
  bottom: calc(100% + 12px);
  right: -10px;
  width: 240px;
  background: rgba(10, 10, 10, 0.95);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  z-index: 200;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  text-align: left;
}

.info-tooltip::after {
  content: '';
  position: absolute;
  bottom: -8px;
  right: 16px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid rgba(10, 10, 10, 0.95);
}

.widget-info-btn:hover .info-tooltip,
.widget-info-btn:focus .info-tooltip,
.widget-info-btn.active .info-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.info-tooltip strong {
  display: block;
  color: #fff;
  font-size: 13px;
  margin-bottom: 8px;
}

.info-tooltip p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.tooltip-action {
  display: block;
  color: #00c3ff;
  font-size: 11px;
  font-weight: 600;
}

/* Mobile Info Tooltip */
.mobile-info-btn {
  width: 16px;
  height: 16px;
  font-size: 9px;
  margin-left: 6px;
}

.info-tooltip-mobile {
  width: 200px;
  right: -80px;
  bottom: calc(100% + 15px);
  padding: 12px;
}

.info-tooltip-mobile::after {
  right: 86px;
}

.info-tooltip-mobile p {
  margin-bottom: 0;
}

/* Widget Footer */
.widget-footer {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.widget-link {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.2s;
}

.widget-link:hover {
  color: #00c3ff;
}

.widget-loading {
  color: rgba(255, 255, 255, 0.4);
  font-size: 10px;
  text-align: center;
  padding: 15px 0;
}

.widget-items {
  display: flex;
  gap: 10px;
}

.widget-item {
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.3);
}

.widget-item:hover {
  transform: scale(1.2) translateY(-5px);
  z-index: 10;
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.widget-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-glow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  opacity: 0.9;
}

.widget-tooltip {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* ===== LIVE ITEMS WIDGET (MOBILE) ===== */
.live-items-mobile {
  display: none;
  position: fixed;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  background: rgba(10, 10, 10, 0.9);
  backdrop-filter: blur(15px);
  border-radius: 30px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
}

.mobile-widget-header {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 6px;
  justify-content: center;
}

.mobile-widget-items {
  display: flex;
  gap: 8px;
}

.mobile-widget-items .widget-item {
  width: 36px;
  height: 36px;
  border-radius: 8px;
}

.mobile-widget-items .item-glow {
  height: 3px;
}

/* ===== BADGES ===== */
.badges-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-bottom: 20px;
}

.badge-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.badge-item img {
  max-height: 150px;
  width: auto;
  object-fit: contain;
}

.badges-row {
  gap: 40px;
  padding-bottom: 40px;
}

.badge-with-text {
  flex-direction: column;
  text-align: center;
  gap: 6px;
}

.badge-with-text img {
  max-height: 140px;
}

.badge-caption {
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: #777;
  letter-spacing: 0.3px;
}

/* ===== STATS SECTION ===== */
.stats {
  padding: 40px 0 20px 0;
  background: #fff;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.stat-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.stat-card img {
  flex-shrink: 0;
}

.stat-number {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.stat-label {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

.stats-images {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.stats-image-link {
  transition: transform 0.3s;
}

.stats-image-link:hover {
  transform: none;
}

.stats-image-link img {
  border-radius: 12px;
}

.stats-image-link.imagen-opaca {
  margin-top: -50px;
  margin-bottom: -100px;
}

.stats-image-link.imagen-opaca img {
  opacity: 0.85;
}

.cloud-link {
  transform: translateY(70px);
}

.cloud-link img {
  max-width: 500px;
}

/* ===== GAMEPLAY SECTION ===== */
.gameplay {
  position: relative;
  padding: 100px 0;
  background: #fff;
  overflow: visible;
}

/* Floating Sword Animation */
.floating-sword-container {
  position: absolute;
  top: -30px;
  left: 20px;
  width: 260px;
  height: 260px;
  z-index: 99;
  animation: floatSword 4s ease-in-out infinite;
  pointer-events: none;
  filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.25));
}

.floating-sword-img {
  width: 100%;
  height: auto;
}

@keyframes floatSword {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

.gameplay-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.section-title {
  font-size: clamp(36px, 6vw, 64px);
  margin-bottom: 15px;
}

.section-title.light {
  color: #fff;
}

.section-subtitle {
  font-size: 18px;
  max-width: 650px;
  margin: 0 auto 40px;
  color: #555;
}

.section-subtitle.light {
  color: rgba(255, 255, 255, 0.85);
}

/* ===== SOLANA BOX ===== */
.solana-box {
  display: flex;
  align-items: stretch;
  gap: 30px;
  padding: 40px;
  border-radius: 20px;
  background: linear-gradient(135deg, #00FFA3 0%, #13C2FF 38%, #9945FF 100%);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
  text-align: left;
}

.solana-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.feature-title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  padding-left: 50px;
}

.feature-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}

.feature-title.icon-rewards::before {
  background-image: url('/wp-content/uploads/2025/06/icon-reward-32-transparent.png');
}

.solana-content p {
  color: #fff;
  margin-bottom: 25px;
  padding-left: 50px;
  max-width: 400px;
}

.wallet-shot {
  flex-shrink: 0;
  width: 500px;
  min-height: 300px;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
}

.wallet-shot iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

/* ===== TOKEN HIGHLIGHTS ===== */
.token-highlights {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  font-weight: 500;
}

.highlight-item img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

/* ===== CTA BUTTONS ===== */
.cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ===== WHY SECTION ===== */
.why {
  position: relative;
  padding: 150px 0 200px;
  background: #000000;
  overflow: hidden;
}

.why-bg {
  position: absolute;
  inset: 0;
  background-image: url('/wp-content/uploads/2025/06/full_hd_tes4-2-optimized.webp');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

/* Why section mountains - top (flipped vertically) */
.why-mountains-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  z-index: 1;
  transform: scaleY(-1);
}

.why-mountains-top svg {
  width: 100%;
  height: 100%;
  display: block;
}


.why-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

/* ===== FEEDBACK CARDS ===== */
.feedback-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-bottom: 50px;
}

.feedback-card {
  padding: 30px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
}

.feedback-card h4 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}

.feedback-card p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

/* ===== ICON ROW ===== */
.icon-row {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.icon-item img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.icon-item span {
  color: #fff;
  font-size: 14px;
}

/* ===== WORLDCOIN SECTION ===== */
.worldcoin {
  position: relative;
}

/* Worldcoin mountains at top - overlaps into dark section above */
.worldcoin-mountains-top {
  position: absolute;
  top: -119px;
  left: 0;
  right: 0;
  height: 120px;
  z-index: 10;
}

.worldcoin-mountains-top svg {
  width: 100%;
  height: 100%;
}

.worldcoin-mountains-top .mountains-svg {
  fill: #ffffff;
}

.worldcoin-inner {
  padding: 100px 0;
  background: #fff;
}

.worldcoin-content {
  display: flex;
  align-items: center;
  gap: 60px;
}

.worldcoin-text {
  flex: 1;
}

.worldcoin-text h2 {
  font-size: clamp(32px, 5vw, 56px);
  margin-bottom: 30px;
}

.worldcoin-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.wc-feature {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-size: 16px;
}

.wc-icon {
  font-size: 24px;
}

.worldcoin-image {
  flex: 1;
  max-width: 500px;
}

.worldcoin-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* ===== TOKENOMICS SECTION ===== */
.tokenomics {
  padding: 100px 0;
  background: #f8f9fa;
}

.tokenomics-content {
  text-align: center;
}

.tokenomics-info {
  max-width: 800px;
  margin: 0 auto 40px;
  text-align: left;
}

.tokenomics-info h3 {
  font-size: 24px;
  margin: 30px 0 15px;
}

.tokenomics-info ul {
  padding-left: 20px;
}

.tokenomics-info li {
  list-style: disc;
  margin-bottom: 10px;
  color: #555;
}

.tokenomics-coin {
  width: 200px;
  margin: 0 auto;
  animation: float 4s ease-in-out infinite;
}

/* ===== HOW TO PLAY SECTION ===== */
.how-to-play {
  padding: 100px 0;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%);
}

.how-to-play-content {
  text-align: center;
}

.how-to-play .section-title {
  color: #fff;
}

.how-to-play .section-subtitle {
  color: rgba(255, 255, 255, 0.7);
}

.play-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: 50px 0;
}

.play-option {
  padding: 40px 30px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  position: relative;
}

.play-option:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.2);
}

.play-option-primary {
  background: linear-gradient(135deg, rgba(0, 195, 255, 0.15) 0%, rgba(0, 124, 240, 0.15) 100%);
  border: 2px solid #00c3ff;
}

.play-option-primary:hover {
  box-shadow: 0 0 30px rgba(0, 195, 255, 0.3);
  border-color: #00c3ff;
}

.option-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #00c3ff, #007cf0);
  color: #fff;
  padding: 6px 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

.option-badge-test {
  background: rgba(255, 255, 255, 0.2);
}

.play-option h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #fff;
  margin-top: 10px;
}

.play-option p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}

.server-info {
  background: rgba(0, 0, 0, 0.3);
  padding: 20px;
  border-radius: 12px;
  margin: 25px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border: 1px solid rgba(0, 195, 255, 0.3);
}

.server-label {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
}

.server-ip {
  font-family: 'Courier New', monospace;
  font-size: 22px;
  font-weight: 700;
  color: #00c3ff;
  background: rgba(0, 195, 255, 0.1);
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid rgba(0, 195, 255, 0.3);
}

.launcher-options {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.launcher-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin-bottom: 10px;
}

.launcher-link {
  display: inline-block;
  color: #00c3ff;
  font-weight: 600;
  padding: 8px 16px;
  border: 1px solid #00c3ff;
  border-radius: 6px;
  transition: all 0.3s;
}

.launcher-link:hover {
  background: #00c3ff;
  color: #0a0a0a;
}

.launcher-note {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  margin-top: 10px;
}

.platform-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 12px 0;
}

.platform-icon {
  font-size: 20px;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.platform-icon:hover {
  opacity: 1;
  transform: scale(1.2);
}

.demo-note {
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  margin-top: 15px;
}

.play-features {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.play-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.play-feature span {
  color: #00c853;
  font-weight: 700;
  font-size: 20px;
}

/* ===== BLOCKCHAIN SECTION ===== */
.blockchain-section {
  padding: 120px 0;
  background: #fff;
}

.blockchain-content {
  text-align: center;
}

.blockchain-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 60px 0;
  flex-wrap: wrap;
}

.flow-step {
  background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
  padding: 30px;
  border-radius: 16px;
  width: 200px;
  text-align: center;
  border: 2px solid #e9ecef;
  position: relative;
  transition: all 0.3s ease;
}

.flow-step:hover {
  transform: translateY(-5px);
  border-color: #00c3ff;
  box-shadow: 0 10px 30px rgba(0, 195, 255, 0.15);
}

.flow-number {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background: linear-gradient(90deg, #00c3ff, #007cf0);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}

.flow-icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.flow-step h4 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #0a0a0a;
}

.flow-step p {
  color: #666;
  font-size: 14px;
}

.flow-arrow {
  font-size: 30px;
  color: #00c3ff;
  font-weight: 700;
}

.blockchain-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin: 60px 0;
}

.blockchain-card {
  background: #f8f9fa;
  padding: 35px 25px;
  border-radius: 16px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.blockchain-card:hover {
  background: #fff;
  border-color: #00c3ff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}

.card-icon {
  font-size: 40px;
  margin-bottom: 20px;
}

.blockchain-card h4 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #0a0a0a;
}

.blockchain-card p {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

.scanner-cta {
  margin-top: 60px;
}

.scanner-preview {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%);
  padding: 50px;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
}

.scanner-preview h3 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 15px;
}

.scanner-preview p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 25px;
}

/* ===== TEAM/AUTHORITY SECTION ===== */
.team-section {
  padding: 100px 0;
  background: #fff;
}

.team-content {
  text-align: center;
}

.credentials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 25px;
  margin: 50px 0;
}

.credential-card {
  padding: 30px;
  background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
  border-radius: 12px;
  border: 1px solid #e9ecef;
  text-align: center;
}

.credential-card h4 {
  font-size: 28px;
  color: #007cf0;
  margin-bottom: 10px;
}

.credential-card p {
  color: #555;
  font-size: 14px;
  line-height: 1.5;
}

.trust-badges {
  margin-top: 50px;
}

.trust-badges p {
  color: #777;
  margin-bottom: 20px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.badge-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.badge-row img {
  opacity: 0.8;
  transition: opacity 0.3s;
}

.badge-row img:hover {
  opacity: 1;
}

/* ===== AI AGENTS SECTION ===== */
.agents {
  position: relative;
  padding: 150px 0;
  min-height: 100vh;
  overflow: hidden;
}

.agents-bg {
  position: absolute;
  inset: 0;
  background: url('/wp-content/uploads/2025/06/perfec_perfect-1-optimized.webp') center center / cover no-repeat;
  z-index: -1;
}

.agents-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10, 10, 10, 0.7) 0%, rgba(10, 10, 10, 0.5) 50%, rgba(10, 10, 10, 0.8) 100%);
}

.agents-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}

.agents-title {
  font-size: clamp(40px, 8vw, 76px);
  margin-bottom: 10px;
}

.agents-description {
  max-width: 900px;
  margin: 40px auto;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
}

.agents-features {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  margin-top: 180px;
  flex-wrap: wrap;
  padding-top: 40px;
  background: linear-gradient(to bottom, transparent 0%, rgba(10, 10, 10, 0.9) 30%, #0a0a0a 100%);
}

.agent-feature {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 150px;
}

.agent-feature img {
  width: 86px;
  height: 86px;
  object-fit: contain;
  margin-bottom: 15px;
}

.agent-feature h4 {
  font-size: 14px;
  letter-spacing: 1px;
}

/* ===== FOOTER ===== */
.footer {
  padding: 60px 0 30px;
  background: #0a0a0a;
  color: #fff;
}

.footer-content {
  text-align: center;
}

.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}

.footer-logo span {
  font-size: 24px;
  font-weight: 700;
}

.footer-links {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-bottom: 30px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #00c3ff;
}

.footer-copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .solana-box {
    flex-direction: column;
    padding: 30px;
  }
  
  .wallet-shot {
    width: 100%;
    max-width: 100%;
  }
  
  .worldcoin-content {
    flex-direction: column;
    text-align: center;
  }
  
  .worldcoin-image {
    max-width: 350px;
    margin: 0 auto;
  }
}

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

@media (max-width: 768px) {
  .floating-sword-container {
    display: none;
  }
  
  .play-options {
    grid-template-columns: 1fr;
  }
  
  .play-features {
    flex-direction: column;
    align-items: center;
  }
  
  .credentials-grid {
    grid-template-columns: 1fr;
  }
  
  .blockchain-features {
    grid-template-columns: 1fr;
  }
  
  .blockchain-flow {
    flex-direction: column;
  }
  
  .flow-arrow {
    transform: rotate(90deg);
  }
  
  .scanner-preview {
    padding: 30px 20px;
  }
  
  .live-items-widget {
    display: none;
  }
  
  .live-items-mobile {
    display: block;
  }
  
  .nav {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    background: rgba(10, 10, 10, 0.95);
    padding: 20px;
    transform: translateY(-100%);
    opacity: 0;
    transition: all 0.3s;
    pointer-events: none;
  }
  
  .nav.active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }
  
  .nav-list {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  
  .mobile-menu-btn {
    display: flex;
  }
  
  .mobile-menu-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  
  .mobile-menu-btn.active span:nth-child(2) {
    opacity: 0;
  }
  
  .mobile-menu-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
  
  /* Fix: Keep mobile menu text white when scrolled */
  .header.scrolled .nav.active .nav-list a {
    color: #fff;
  }
  
  .header.scrolled .nav.active .nav-list a:hover {
    color: #00c3ff;
  }
  
  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .stats-grid {
    grid-template-columns: 1fr;
  }
  
  .stat-card {
    flex-direction: column;
    text-align: center;
  }
  
  .feedback-grid {
    grid-template-columns: 1fr;
  }
  
  .token-highlights {
    flex-direction: column;
    align-items: center;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .icon-row {
    flex-direction: column;
    align-items: center;
  }
  
  .agents-features {
    flex-direction: column;
    align-items: center;
  }
  
  .agents-bg {
    background: url('/wp-content/uploads/2025/06/WALLPAPER_PHONE_tets5-scaled.jpg') center center / cover no-repeat;
  }
  
  .footer-links {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 32px;
  }
  
  .btn {
    padding: 12px 20px;
    font-size: 14px;
  }
  
  .solana-box {
    padding: 20px;
  }
  
  .feature-title {
    font-size: 20px;
    padding-left: 0;
  }
  
  .feature-title::before {
    display: none;
  }
  
  .solana-content p {
    padding-left: 0;
  }
}

/* ===== EXPLORE SECTION - Internal Links ===== */
.explore-section {
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
  padding: 80px 0;
  border-top: 1px solid #eee;
}

.explore-title {
  text-align: center;
  font-size: 42px;
  font-family: 'Rajdhani', sans-serif;
  color: #0a0a0a;
  margin-bottom: 10px;
}

.explore-subtitle {
  text-align: center;
  color: #666;
  font-size: 18px;
  margin-bottom: 50px;
}

.explore-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}

.explore-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #f0f0f0;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.explore-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #00c3ff, #0099cc);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.explore-card:hover {
  transform: translateY(-8px);
  border-color: #00c3ff;
  box-shadow: 0 20px 40px rgba(0, 195, 255, 0.15);
}

.explore-card:hover::before {
  transform: scaleX(1);
}

.explore-icon {
  font-size: 48px;
  margin-bottom: 16px;
  filter: grayscale(0);
}

.explore-card h3 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 22px;
  color: #0a0a0a;
  margin-bottom: 8px;
  font-weight: 600;
}

.explore-card p {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 12px;
}

.explore-arrow {
  display: inline-block;
  color: #00c3ff;
  font-size: 20px;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.explore-card:hover .explore-arrow {
  transform: translateX(5px);
}

/* Card accent colors on hover */
.explore-card-play:hover { border-color: #00c3ff; }
.explore-card-lore:hover { border-color: #9b59b6; }
.explore-card-about:hover { border-color: #27ae60; }
.explore-card-faq:hover { border-color: #f39c12; }

.explore-card-play:hover::before { background: linear-gradient(90deg, #00c3ff, #0099cc); }
.explore-card-lore:hover::before { background: linear-gradient(90deg, #9b59b6, #8e44ad); }
.explore-card-about:hover::before { background: linear-gradient(90deg, #27ae60, #229954); }
.explore-card-faq:hover::before { background: linear-gradient(90deg, #f39c12, #d68910); }

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

@media (max-width: 600px) {
  .explore-section {
    padding: 60px 0;
  }
  
  .explore-title {
    font-size: 32px;
  }
  
  .explore-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .explore-card {
    padding: 24px 20px;
  }
  
  .explore-icon {
    font-size: 36px;
  }
}
