/* ===========================
   SPECTRE BYPASS - style.css
   Fully Optimized for Mobile & PC
   =========================== */

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #000000;
  min-height: 100vh;
  font-family: 'Inter', sans-serif;
  color: #f1f5f9;
  overflow-x: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: rgba(0,0,0,0.2); }
::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.25); border-radius: 3px; }
#particles-canvas { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; pointer-events: none; }
.blue { color: #cbd5e1; }

/* NAVBAR */
.header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; justify-content: center; padding: 1.2rem 2rem; }
.navbar { display: flex; align-items: center; gap: 0.25rem; background: rgba(10, 10, 10, 0.85); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 50px; padding: 0.45rem 0.45rem 0.45rem 1.2rem; box-shadow: 0 4px 30px rgba(0,0,0,0.08); }
.navbar-logo { width: 28px; height: auto; margin-right: 0.5rem; flex-shrink: 0; filter: drop-shadow(0 0 10px rgba(255,255,255,0.2)); }
.nav-links { display: flex; list-style: none; gap: 0.15rem; align-items: center; }
.nav-links a { color: #cbd5e1; text-decoration: none; font-size: 0.9rem; font-weight: 500; padding: 0.4rem 0.85rem; border-radius: 50px; transition: all 0.2s; }
.nav-links a:hover, .nav-links a.active { background: rgba(255,255,255,0.1); color: #ffffff; }
.nav-discord { background: #ffffff; color: #000000 !important; text-decoration: none; font-size: 0.9rem; font-weight: 600; padding: 0.5rem 1.25rem; border-radius: 50px; transition: all 0.2s; margin-left: 0.5rem; }
.nav-discord:hover { background: #e5e5e5; color: #000000; box-shadow: 0 4px 15px rgba(255,255,255,0.15); }

/* CURRENCY (unused but kept) */
.currency-wrapper { position: relative; margin-left: 0.4rem; }
.currency-btn { background: rgba(20,20,20,0.65); border: 1px solid rgba(255,255,255,0.15); border-radius: 50px; padding: 0.45rem 1rem; font-family: 'Inter', sans-serif; font-size: 0.85rem; font-weight: 600; color: #cbd5e1; cursor: pointer; display: flex; align-items: center; gap: 0.35rem; white-space: nowrap; transition: all 0.2s; backdrop-filter: blur(10px); }
.currency-btn:hover { background: rgba(30,30,30,0.85); }
.currency-btn .caret { font-size: 0.7rem; transition: transform 0.2s; }
.currency-wrapper.open .caret { transform: rotate(180deg); }
.currency-dropdown { display: none; position: absolute; top: calc(100% + 10px); right: 0; width: 220px; background: rgba(12, 12, 12, 0.95); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.15); border-radius: 16px; box-shadow: 0 10px 50px rgba(0,0,0,0.5); padding: 0.75rem; z-index: 200; }
.currency-wrapper.open .currency-dropdown { display: block; }
.currency-search { width: 100%; padding: 0.5rem 0.75rem; border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; font-family: 'Inter', sans-serif; font-size: 0.85rem; background: rgba(0,0,0,0.2); color: #f1f5f9; outline: none; margin-bottom: 0.5rem; }
.currency-search::placeholder { color: #cbd5e1; }
.currency-list { list-style: none; max-height: 220px; overflow-y: auto; }
.currency-list li { display: flex; justify-content: space-between; align-items: center; padding: 0.5rem 0.75rem; border-radius: 8px; cursor: pointer; font-size: 0.88rem; color: #cbd5e1; transition: background 0.15s; }
.currency-list li:hover { background: rgba(255,255,255,0.08); }
.currency-list li.selected { color: #cbd5e1; font-weight: 600; }
.currency-check { color: #cbd5e1; font-size: 0.9rem; }

/* HERO */
.hero { min-height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 120px 2rem 80px; position: relative; z-index: 1; }
.hero-inner { display: flex; flex-direction: column; align-items: center; max-width: 780px; }
.status-badge { display: inline-flex; align-items: center; gap: 7px; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255,255,255,0.8); border-radius: 50px; padding: 0.3rem 0.9rem; font-size: 0.82rem; font-weight: 500; color: #cbd5e1; margin-bottom: 2.5rem; }
.badge-dot { width: 7px; height: 7px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 6px rgba(34,197,94,0.6); animation: pulse 2s infinite; flex-shrink: 0; }
.status-badge strong { font-weight: 800; color: #ffffff; text-shadow: 0 0 8px rgba(255,255,255,0.8), 0 0 15px rgba(255,255,255,0.5); }
.hero-logo { margin-bottom: 2rem; display: flex; justify-content: center; }
.hero-title { font-size: clamp(2.8rem, 6vw, 4.5rem); font-weight: 900; line-height: 1.1; color: #f1f5f9; margin-bottom: 1.2rem; letter-spacing: -0.02em; text-shadow: 0 0 15px rgba(255,255,255,0.3), 0 0 30px rgba(255,255,255,0.1); }
.hero-subtitle { font-size: 1rem; color: #cbd5e1; line-height: 1.7; margin-bottom: 2.5rem; }
.hero-buttons { display: flex; gap: 0.75rem; flex-wrap: wrap; justify-content: center; }

/* BUTTONS */
.btn { display: inline-block; padding: 0.75rem 1.75rem; border-radius: 50px; font-family: 'Inter', sans-serif; font-size: 0.95rem; font-weight: 600; text-decoration: none; cursor: pointer; transition: all 0.25s; border: none; text-align: center; }
.btn-primary { background: #ffffff; color: #000000; box-shadow: 0 4px 20px rgba(255,255,255,0.1); }
.btn-primary:hover { background: #e5e5e5; color: #000000; box-shadow: 0 6px 30px rgba(255,255,255,0.2); transform: translateY(-1px); }
.btn-secondary { background: rgba(255,255,255,0.05); color: #f1f5f9; border: 1px solid rgba(255,255,255,0.15); backdrop-filter: blur(10px); }
.btn-secondary:hover { background: rgba(255,255,255,0.15); transform: translateY(-1px); }
.btn-card { background: #ffffff; color: #000000; width: 100%; display: block; padding: 0.85rem 1.5rem; border-radius: 12px; font-size: 0.95rem; font-weight: 600; box-shadow: 0 4px 15px rgba(255,255,255,0.1); }
.btn-card:hover { background: #e5e5e5; color: #000000; box-shadow: 0 6px 25px rgba(255,255,255,0.2); transform: translateY(-1px); }

/* SECTIONS */
section { position: relative; z-index: 1; padding: 100px 8%; }
.section-eyebrow { text-align: center; font-size: 0.78rem; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: #cbd5e1; margin-bottom: 0.75rem; }
.section-title { text-align: center; font-size: clamp(2rem, 4vw, 3rem); font-weight: 900; color: #f1f5f9; letter-spacing: -0.02em; margin-bottom: 1rem; text-shadow: 0 0 10px rgba(255,255,255,0.4), 0 0 20px rgba(255,255,255,0.2); }
.sub-title { text-align: center; font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; color: #f1f5f9; letter-spacing: -0.02em; margin-bottom: 0.75rem; text-shadow: 0 0 10px rgba(255,255,255,0.4), 0 0 20px rgba(255,255,255,0.2); }
.section-desc { text-align: center; color: #cbd5e1; font-size: 0.95rem; line-height: 1.7; max-width: 600px; margin: 0 auto; }

/* PRODUCTS */
.products-section { background: transparent; }
.products-header { margin-bottom: 3rem; }
.products-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; max-width: 1100px; margin: 0 auto; }
.product-card { background: rgba(10, 10, 10, 0.8); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 20px; padding: 1.75rem; transition: opacity 0.5s ease, transform 0.5s ease; opacity: 0; transform: translateY(20px); }
.product-card.visible { opacity: 1; transform: translateY(0); }
.product-card:hover { background: rgba(18, 18, 18, 0.9); transform: translateY(-4px); box-shadow: 0 20px 60px rgba(0,0,0,0.1); }
.product-card.featured { background: rgba(18, 18, 18, 0.9); border-color: rgba(255,255,255,0.1); box-shadow: 0 8px 40px rgba(255,255,255,0.05); }
.card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem; }
.card-tag { font-size: 0.72rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 0.25rem 0; }
.card-tag.monthly { color: #cbd5e1; }
.card-tag.months { color: #e2e8f0; }
.card-tag.best { color: #f1f5f9; }
.card-brand { font-size: 0.7rem; font-weight: 600; color: #cbd5e1; letter-spacing: 1px; text-transform: uppercase; }
.card-title { font-size: 1.3rem; font-weight: 800; color: #f1f5f9; margin-bottom: 0.5rem; letter-spacing: -0.01em; text-shadow: 0 0 8px rgba(255,255,255,0.4), 0 0 15px rgba(255,255,255,0.2); }
.card-desc { font-size: 0.88rem; color: #cbd5e1; line-height: 1.6; margin-bottom: 1.25rem; }
.price-box { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 12px; padding: 0.85rem 1.25rem; display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.25rem; }
.price-label { font-size: 0.88rem; color: #cbd5e1; font-weight: 500; }
.price-value { font-size: 1.8rem; font-weight: 900; color: #f1f5f9; letter-spacing: -0.02em; }
.feature-list { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; list-style: none; margin-bottom: 1.5rem; display: flex; flex-direction: column; gap: 0.55rem; }
.feature-list li { font-size: 0.9rem; color: #cbd5e1; display: flex; align-items: center; gap: 0.6rem; }
.check-icon {
  color: #ffffff;
  font-size: 0.65rem;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

/* STATUS */
.status-section { background: transparent; }
.status-main { max-width: 800px; margin: 2rem auto 1.5rem; background: rgba(10, 10, 10, 0.8); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 16px; padding: 1.25rem 1.75rem; display: flex; justify-content: space-between; align-items: center; }
.status-main-left { display: flex; align-items: center; gap: 0.6rem; }
.status-ok { font-size: 0.88rem; font-weight: 600; color: #4ade80; }
.status-updated { font-size: 0.82rem; color: #cbd5e1; }
.status-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; max-width: 800px; margin: 0 auto; }
.status-card { background: rgba(10, 10, 10, 0.8); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 16px; padding: 1.25rem 1.5rem; display: flex; flex-direction: column; gap: 0.4rem; }
.status-card-left { display: flex; align-items: center; justify-content: space-between; }
.status-card-left strong { font-size: 1rem; font-weight: 700; color: #f1f5f9; }
.status-value { font-size: 0.85rem; font-weight: 600; }
.status-value.green { color: #4ade80; }
.status-value.orange { color: #f1f5f9; }
.status-desc { font-size: 0.82rem; color: #cbd5e1; margin-top: 0.25rem; }
.dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; flex-shrink: 0; }
.dot.green { background: #22c55e; box-shadow: 0 0 6px rgba(34,197,94,0.5); }
.dot.blue { background: #ffffff; color: #000000; box-shadow: 0 0 6px rgba(255,255,255,0.2); }
.dot.orange { background: #f59e0b; }

/* FAQ */
.faq-section { background: transparent; }
.faq-list { max-width: 740px; margin: 2.5rem auto 0; display: flex; flex-direction: column; gap: 0.6rem; }
.faq-item { background: rgba(10, 10, 10, 0.8); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 14px; overflow: hidden; opacity: 0; transform: translateY(15px); transition: opacity 0.5s ease, transform 0.5s ease; }
.faq-item.visible { opacity: 1; transform: translateY(0); }
.faq-item:hover { background: rgba(18, 18, 18, 0.9); }
.faq-question { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 1.1rem 1.4rem; background: transparent; border: none; color: #f1f5f9; font-family: 'Inter', sans-serif; font-size: 0.95rem; font-weight: 600; cursor: pointer; text-align: left; gap: 1rem; }
.faq-icon { color: #cbd5e1; font-size: 1.3rem; transition: transform 0.3s; flex-shrink: 0; line-height: 1; }
.faq-item.open .faq-icon { transform: rotate(45deg); color: #cbd5e1; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-answer p { color: #cbd5e1; line-height: 1.7; font-size: 0.9rem; padding: 0 1.4rem 1.2rem; }
.faq-item.open .faq-answer { max-height: 200px; }

/* LEGAL */
.legal-section { background: transparent; }
.legal-subtitle { text-align: center; font-size: 0.88rem; color: #cbd5e1; margin-bottom: 2.5rem; }
.legal-card { max-width: 800px; margin: 0 auto; background: rgba(10, 10, 10, 0.8); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 20px; padding: 2.5rem; }
.legal-card p { font-size: 0.92rem; color: #cbd5e1; line-height: 1.75; margin-bottom: 1.5rem; }
.legal-card h3 { font-size: 1.05rem; font-weight: 700; color: #f1f5f9; margin-bottom: 0.5rem; margin-top: 1.5rem; }
.legal-card h3:first-child { margin-top: 0; }

/* FOOTER */
.footer { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; padding: 1.25rem 6%; background: rgba(10,10,10,0.8); backdrop-filter: blur(10px); border-top: 1px solid rgba(255,255,255,0.1); flex-wrap: wrap; gap: 1rem; }
.footer-left { display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; }
.footer-brand { font-weight: 700; font-size: 0.9rem; color: #f1f5f9; }
.footer-copy { font-size: 0.82rem; color: #cbd5e1; }
.footer-right { display: flex; align-items: center; gap: 1.5rem; }
.footer-right a { color: #cbd5e1; text-decoration: none; font-size: 0.85rem; transition: color 0.2s; }
.footer-right a:hover { color: #f1f5f9; }
.footer-discord { color: #cbd5e1 !important; font-weight: 600; }

/* ANIMATIONS */
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(0.8); } }
@keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-15px); } }

/* SHOWCASE */
.showcase-container {
  max-width: 900px;
  margin: 2rem auto 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(10, 10, 10, 0.8);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
}
.showcase-video {
  width: 100%;
  height: auto;
  display: block;
  outline: none;
}

/* MAIN LOGO */
.main-logo {
  max-width: 320px;
  height: auto;
  filter: drop-shadow(0 0 30px rgba(255,255,255,0.4));
  animation: float 6s ease-in-out infinite;
  will-change: transform;
}

/* CUSTOM CURSOR STYLES */
.custom-cursor-dot, .custom-cursor-outline {
  position: fixed;
  top: 0; left: 0;
  border-radius: 50%;
  pointer-events: none;
  z-index: 99999999;
  will-change: transform;
}
.custom-cursor-dot {
  width: 8px; height: 8px;
  background: #ffffff;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.custom-cursor-outline {
  width: 40px; height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.05);
  transform: translate(-50%, -50%);
  transition: background-color 0.2s;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
}

/* HARDWARE ACCELERATION */
.product-card, .status-card, .faq-item, .visible {
  will-change: transform, opacity;
}

/* PREVENT IMAGE DRAGGING & SAVING */
img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  pointer-events: none;
}

/* GPU TOAST */
.gpu-toast {
  position: fixed;
  bottom: 24px;
  right: 24px;
  transform: translateY(100px);
  background: rgba(10, 10, 10, 0.9);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  padding: 10px 16px 10px 12px;
  display: flex;
  align-items: center;
  gap: 11px;
  z-index: 1000;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.gpu-toast.show {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.gpu-toast-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.gpu-toast-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 5px rgba(255,255,255,0.2));
}
.gpu-toast-content {
  font-size: 0.8rem;
  color: #f1f5f9;
  line-height: 1.4;
  max-width: 280px;
}
.gpu-toast-content strong {
  color: #ffffff;
  font-weight: 700;
}
.gpu-toast-close {
  background: none;
  border: none;
  color: #94a3b8;
  font-size: 1.05rem;
  cursor: pointer;
  padding: 3px;
  margin-left: 3px;
  transition: color 0.2s;
  display: flex;
  align-items: center;
}
.gpu-toast-close:hover {
  color: #ffffff;
}

/* PRELOADER */
.preloader {
  position: fixed;
  top: 0; left: 0; width: 100%; height: 100%;
  background: radial-gradient(circle at center, #111827 0%, #000000 100%);
  display: flex; justify-content: center; align-items: center;
  z-index: 9999999;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.6s ease;
  overflow: hidden;
}
.preloader.hidden {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.05);
}
.preloader-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
.preloader-logo {
  width: 140px;
  height: auto;
  animation: float-logo 3s ease-in-out infinite;
  filter: drop-shadow(0 0 25px rgba(255, 255, 255, 0.2));
  margin-bottom: 20px;
}
.preloader-brand {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 12px;
  color: #ffffff;
  margin-left: 12px;
  text-transform: uppercase;
  margin-bottom: 30px;
  animation: glow-text 2s ease-in-out infinite alternate;
}
.preloader-loader {
  width: 200px;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.preloader-loader::after {
  content: '';
  position: absolute;
  top: 0; left: 0; height: 100%;
  width: 40%;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0 10px #ffffff;
  animation: load-bar 2.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes float-logo {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@keyframes glow-text {
  0% { text-shadow: 0 0 10px rgba(255,255,255,0.1); }
  100% { text-shadow: 0 0 20px rgba(255,255,255,0.5), 0 0 40px rgba(255,255,255,0.3); }
}
@keyframes load-bar {
  0% { left: -40%; width: 0%; }
  50% { width: 60%; }
  100% { left: 100%; width: 100%; }
}

/* SNOWFLAKES */
.snowflakes {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  pointer-events: none;
  z-index: 1;
}
.snowflakes i {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px #fff;
  animation: snow-fall linear infinite;
  top: -20px;
}
.snowflakes i:nth-child(1) { left: 10%; width: 4px; height: 4px; animation-duration: 8s; animation-delay: -0s; opacity: 0.8; }
.snowflakes i:nth-child(2) { left: 20%; width: 6px; height: 6px; animation-duration: 12s; animation-delay: -2s; opacity: 0.5; }
.snowflakes i:nth-child(3) { left: 30%; width: 3px; height: 3px; animation-duration: 10s; animation-delay: -4s; opacity: 0.9; }
.snowflakes i:nth-child(4) { left: 40%; width: 5px; height: 5px; animation-duration: 14s; animation-delay: -1s; opacity: 0.6; }
.snowflakes i:nth-child(5) { left: 50%; width: 7px; height: 7px; animation-duration: 9s; animation-delay: -3s; opacity: 0.4; filter: blur(1px); }
.snowflakes i:nth-child(6) { left: 60%; width: 4px; height: 4px; animation-duration: 11s; animation-delay: -0.4s; opacity: 0.7; }
.snowflakes i:nth-child(7) { left: 70%; width: 6px; height: 6px; animation-duration: 13s; animation-delay: -5s; opacity: 0.5; }
.snowflakes i:nth-child(8) { left: 80%; width: 3px; height: 3px; animation-duration: 8.4s; animation-delay: -2.4s; opacity: 0.8; }
.snowflakes i:nth-child(9) { left: 90%; width: 5px; height: 5px; animation-duration: 11.6s; animation-delay: -1.6s; opacity: 0.6; }
.snowflakes i:nth-child(10) { left: 15%; width: 8px; height: 8px; animation-duration: 15s; animation-delay: -0.6s; opacity: 0.3; filter: blur(2px); }
.snowflakes i:nth-child(11) { left: 25%; width: 4px; height: 4px; animation-duration: 9.6s; animation-delay: -3.6s; opacity: 0.7; }
.snowflakes i:nth-child(12) { left: 35%; width: 6px; height: 6px; animation-duration: 12.4s; animation-delay: -1.4s; opacity: 0.4; }
.snowflakes i:nth-child(13) { left: 45%; width: 3px; height: 3px; animation-duration: 10.2s; animation-delay: -4.2s; opacity: 0.9; }
.snowflakes i:nth-child(14) { left: 55%; width: 5px; height: 5px; animation-duration: 8.8s; animation-delay: -2.2s; opacity: 0.6; }
.snowflakes i:nth-child(15) { left: 65%; width: 7px; height: 7px; animation-duration: 13.6s; animation-delay: -0.8s; opacity: 0.4; filter: blur(1px); }
.snowflakes i:nth-child(16) { left: 75%; width: 4px; height: 4px; animation-duration: 10.6s; animation-delay: -4.6s; opacity: 0.8; }
.snowflakes i:nth-child(17) { left: 85%; width: 6px; height: 6px; animation-duration: 9.8s; animation-delay: -2.8s; opacity: 0.5; }
.snowflakes i:nth-child(18) { left: 95%; width: 3px; height: 3px; animation-duration: 12.2s; animation-delay: -1.8s; opacity: 0.7; }
.snowflakes i:nth-child(19) { left: 5%; width: 5px; height: 5px; animation-duration: 11.4s; animation-delay: -5.4s; opacity: 0.6; }
.snowflakes i:nth-child(20) { left: 50%; width: 6px; height: 6px; animation-duration: 8.2s; animation-delay: -1.2s; opacity: 0.8; }

@keyframes snow-fall {
  0% { transform: translateY(0) translateX(0); }
  50% { transform: translateY(50vh) translateX(20px); }
  100% { transform: translateY(110vh) translateX(-20px); }
}

/* ========================
   RESPONSIVE - TABLET
   ======================== */
@media (max-width: 768px) {
  .hero { padding: 100px 1.5rem 60px; }
  .hero-title { font-size: 2.4rem; }
  .navbar { padding: 0.4rem 0.4rem 0.4rem 1rem; gap: 0; }
  .nav-links { gap: 0; }
  .nav-links a { padding: 0.35rem 0.55rem; font-size: 0.8rem; }
  .products-grid { grid-template-columns: 1fr; }
  .status-grid { grid-template-columns: 1fr; }
  .footer { flex-direction: column; text-align: center; }
  .footer-right { flex-wrap: wrap; justify-content: center; }
  section { padding: 70px 5%; }
  .legal-card { padding: 1.5rem; }
  .main-logo { max-width: 220px; }
  .status-main { flex-direction: column; gap: 0.5rem; text-align: center; }

  /* Kill backdrop-filter on mobile — biggest performance win */
  .product-card,
  .faq-item,
  .status-card,
  .status-main,
  .legal-card,
  .navbar,
  .footer,
  .btn-secondary {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  /* Optimize text shadows on mobile to prevent scroll lag */
  .hero-title { text-shadow: 0 0 10px rgba(255,255,255,0.2); }
  .section-title, .sub-title { text-shadow: 0 0 8px rgba(255,255,255,0.2); }
  .card-title { text-shadow: 0 0 5px rgba(255,255,255,0.2); }

  /* GPU toast adjustments for mobile */
  .gpu-toast {
    right: 12px;
    bottom: 12px;
    left: 12px;
    border-radius: 20px;
  }
  .gpu-toast-content { max-width: none; }

  /* Preloader mobile */
  .preloader-logo { width: 100px; }
  .preloader-brand { font-size: 1.1rem; letter-spacing: 8px; margin-left: 8px; }
  .preloader-loader { width: 150px; }

  /* Showcase responsive */
  .showcase-container { margin: 1.5rem 0 0; border-radius: 12px; }
}

/* ========================
   RESPONSIVE - SMALL PHONE
   ======================== */
@media (max-width: 520px) {
  .nav-links li:nth-child(n+5) { display: none; }
  .hero-title { font-size: 2rem; }
  .navbar-logo { display: none; }
  .hero { padding: 90px 1rem 50px; }
  .hero-subtitle { font-size: 0.9rem; }
  .main-logo { max-width: 180px; }
  .price-value { font-size: 1.5rem; }
  .card-title { font-size: 1.15rem; }
  .section-title { font-size: 1.6rem; }
  .preloader-logo { width: 80px; }
  .preloader-brand { font-size: 0.9rem; letter-spacing: 6px; margin-left: 6px; }
  .preloader-loader { width: 120px; }
  .hero-buttons { flex-direction: column; align-items: center; }
  .btn { width: 100%; max-width: 280px; }
}

/* ========================
   TOUCH DEVICE OVERRIDES
   ======================== */
@media (pointer: coarse) {
  /* Disable hover effects — prevents double-tap glitch on iOS */
  .product-card:hover { transform: none; box-shadow: none; }
  .faq-item:hover { background: rgba(10, 10, 10, 0.8); }
  .btn-primary:hover { transform: none; }
  .btn-secondary:hover { transform: none; }
  .btn-card:hover { transform: none; }
  .nav-links a:hover { background: transparent; }
  .nav-discord:hover { box-shadow: none; }

  /* Bigger tap targets */
  .faq-question { padding: 1.25rem 1.4rem; min-height: 48px; }
  .btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; }
  .nav-links a { min-height: 44px; display: inline-flex; align-items: center; }

  /* Hide custom cursor elements entirely */
  .custom-cursor-dot, .custom-cursor-outline { display: none !important; }
}

/* ========================
   REDUCED MOTION (accessibility)
   Excludes preloader so intro always plays
   ======================== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  html { scroll-behavior: auto; }

  /* Force preloader animations to always play */
  .preloader-logo { animation: float-logo 3s ease-in-out infinite !important; }
  .preloader-brand { animation: glow-text 2s ease-in-out infinite alternate !important; }
  .preloader-loader::after { animation: load-bar 2.5s cubic-bezier(0.4, 0, 0.2, 1) forwards !important; }
  .snowflakes i { animation: snow-fall linear infinite !important; }
  .main-logo { animation: float 6s ease-in-out infinite !important; }
  .snowflakes i:nth-child(1) { animation-duration: 8s !important; animation-delay: -0s !important; }
  .snowflakes i:nth-child(2) { animation-duration: 12s !important; animation-delay: -2s !important; }
  .snowflakes i:nth-child(3) { animation-duration: 10s !important; animation-delay: -4s !important; }
  .snowflakes i:nth-child(4) { animation-duration: 14s !important; animation-delay: -1s !important; }
  .snowflakes i:nth-child(5) { animation-duration: 9s !important; animation-delay: -3s !important; }
  .snowflakes i:nth-child(6) { animation-duration: 11s !important; animation-delay: -0.4s !important; }
  .snowflakes i:nth-child(7) { animation-duration: 13s !important; animation-delay: -5s !important; }
  .snowflakes i:nth-child(8) { animation-duration: 8.4s !important; animation-delay: -2.4s !important; }
  .snowflakes i:nth-child(9) { animation-duration: 11.6s !important; animation-delay: -1.6s !important; }
  .snowflakes i:nth-child(10) { animation-duration: 15s !important; animation-delay: -0.6s !important; }
  .snowflakes i:nth-child(11) { animation-duration: 9.6s !important; animation-delay: -3.6s !important; }
  .snowflakes i:nth-child(12) { animation-duration: 12.4s !important; animation-delay: -1.4s !important; }
  .snowflakes i:nth-child(13) { animation-duration: 10.2s !important; animation-delay: -4.2s !important; }
  .snowflakes i:nth-child(14) { animation-duration: 8.8s !important; animation-delay: -2.2s !important; }
  .snowflakes i:nth-child(15) { animation-duration: 13.6s !important; animation-delay: -0.8s !important; }
  .snowflakes i:nth-child(16) { animation-duration: 10.6s !important; animation-delay: -4.6s !important; }
  .snowflakes i:nth-child(17) { animation-duration: 9.8s !important; animation-delay: -2.8s !important; }
  .snowflakes i:nth-child(18) { animation-duration: 12.2s !important; animation-delay: -1.8s !important; }
  .snowflakes i:nth-child(19) { animation-duration: 11.4s !important; animation-delay: -5.4s !important; }
  .snowflakes i:nth-child(20) { animation-duration: 8.2s !important; animation-delay: -1.2s !important; }
  .preloader { transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important; }
}
