@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700&display=swap');

@import "tailwindcss" source(none);

@layer base {
  :root {
    --neon-yellow: #facc15;
    --neon-cyan: #06b6d4;
    --neon-purple: #a855f7;
    --bg-dark: #0a0a0a;
    --bg-card: rgba(255, 255, 255, 0.03);
    --border-glow: rgba(250, 204, 21, 0.15);
    --glass-bg: rgba(10, 10, 10, 0.7);
  }

  * { scroll-behavior: smooth; }
  body { font-family: 'Inter', sans-serif; background: var(--bg-dark); color: white; overflow-x: hidden; }
  h1, h2, h3, h4, h5, h6 { font-family: 'Outfit', sans-serif; }
  ::selection { background: #facc15; color: black; }
  ::-webkit-scrollbar { width: 6px; }
  ::-webkit-scrollbar-track { background: #0a0a0a; }
  ::-webkit-scrollbar-thumb { background: #facc15; border-radius: 3px; }
}

@layer components {
  .neon-text { text-shadow: 0 0 10px rgba(250,204,21,0.5), 0 0 20px rgba(250,204,21,0.3); }
  .neon-border { box-shadow: 0 0 5px rgba(250,204,21,0.3), 0 0 15px rgba(250,204,21,0.1); }
  .neon-glow { filter: drop-shadow(0 0 8px rgba(250,204,21,0.6)); }
  .glass { background: var(--glass-bg); backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.06); }
  .glass-card { background: var(--bg-card); border: 1px solid var(--border-glow); border-radius: 16px; backdrop-filter: blur(12px); transition: all 0.3s ease; }
  .glass-card:hover { border-color: rgba(250,204,21,0.4); box-shadow: 0 0 20px rgba(250,204,21,0.08); transform: translateY(-2px); }
  .btn-primary { background: linear-gradient(135deg, #facc15, #eab308); color: black; font-family: 'Outfit', sans-serif; font-weight: 800; border-radius: 12px; padding: 12px 28px; transition: all 0.3s ease; border: none; cursor: pointer; }
  .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 0 25px rgba(250,204,21,0.4); }
  .btn-primary:disabled { opacity: 0.5; cursor: not-allowed; transform: none; box-shadow: none; }
  .btn-outline { background: transparent; color: #facc15; border: 2px solid #facc15; font-family: 'Outfit', sans-serif; font-weight: 700; border-radius: 12px; padding: 10px 24px; transition: all 0.3s ease; cursor: pointer; }
  .btn-outline:hover { background: #facc15; color: black; }
  .btn-whatsapp { background: #22c55e; color: white; font-family: 'Outfit', sans-serif; font-weight: 700; border-radius: 12px; padding: 12px 28px; transition: all 0.3s ease; border: none; cursor: pointer; }
  .btn-whatsapp:hover { transform: translateY(-2px); box-shadow: 0 0 20px rgba(34,197,94,0.4); }
  .badge { display: inline-flex; align-items: center; gap: 4px; padding: 4px 10px; border-radius: 999px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
  .badge-green { background: rgba(34,197,94,0.15); color: #4ade80; border: 1px solid rgba(34,197,94,0.3); }
  .badge-yellow { background: rgba(250,204,21,0.15); color: #facc15; border: 1px solid rgba(250,204,21,0.3); }
  .badge-purple { background: rgba(168,85,247,0.15); color: #a855f7; border: 1px solid rgba(168,85,247,0.3); }

  .trust-bar { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; padding: 16px 0; }
  .trust-item { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #a0a0a0; }
  .trust-item svg { width: 18px; height: 18px; }

  .hero-gradient { background: radial-gradient(ellipse at 50% 0%, rgba(250,204,21,0.08) 0%, transparent 60%), radial-gradient(ellipse at 80% 100%, rgba(168,85,247,0.05) 0%, transparent 50%); }
  .section-title { font-size: 2rem; font-weight: 800; text-align: center; margin-bottom: 12px; }
  @media (min-width: 768px) { .section-title { font-size: 2.5rem; } }
  .section-subtitle { text-align: center; color: #a0a0a0; max-width: 600px; margin: 0 auto 48px; font-size: 15px; }

  .product-card-image { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 12px; background: #111; }
  .flavor-select { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; padding: 8px 12px; color: white; font-size: 13px; width: 100%; cursor: pointer; transition: border-color 0.2s; }
  .flavor-select:hover, .flavor-select:focus { border-color: rgba(250,204,21,0.4); outline: none; }
  .flavor-select option { background: #1a1a2e; color: white; }
  .qty-btn { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; border-radius: 8px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); color: white; cursor: pointer; transition: all 0.2s; font-size: 18px; }
  .qty-btn:hover { background: rgba(250,204,21,0.15); border-color: rgba(250,204,21,0.3); color: #facc15; }

  .sidebar-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.7); backdrop-filter: blur(4px); z-index: 100; opacity: 0; pointer-events: none; transition: opacity 0.3s; }
  .sidebar-overlay.active { opacity: 1; pointer-events: all; }
  .sidebar-cart { position: fixed; top: 0; right: 0; width: 100%; max-width: 420px; height: 100vh; background: #0a0a0a; border-left: 1px solid rgba(250,204,21,0.15); z-index: 101; transform: translateX(100%); transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1); display: flex; flex-direction: column; }
  .sidebar-cart.active { transform: translateX(0); }

  .testimonial-card { background: var(--bg-card); border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; padding: 24px; min-width: 300px; }
  .stars { color: #facc15; }
  .faq-item { border-bottom: 1px solid rgba(255,255,255,0.06); }
  .faq-question { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 20px 0; background: none; border: none; color: white; font-family: 'Outfit', sans-serif; font-size: 16px; font-weight: 600; cursor: pointer; text-align: left; }
  .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; padding: 0; color: #a0a0a0; font-size: 14px; line-height: 1.7; }
  .faq-item.open .faq-answer { max-height: 300px; padding: 0 0 20px; }
  .faq-item.open .faq-icon { transform: rotate(45deg); }

  .whatsapp-float { position: fixed; bottom: 24px; right: 24px; z-index: 50; width: 60px; height: 60px; background: #22c55e; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(34,197,94,0.4); transition: all 0.3s; cursor: pointer; animation: pulse 2s infinite; }
  .whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 6px 30px rgba(34,197,94,0.6); }

  .particle-canvas { position: fixed; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; }

  .pulse-ring { animation: pulseRing 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
  @keyframes pulseRing { 50% { opacity: 0.5; } }
  @keyframes pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.05); } }
  @keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
  @keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
  @keyframes neonPulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.8; } }

  .animate-fade-in-up { animation: fadeInUp 0.6s ease forwards; }
  .animate-float { animation: float 3s ease-in-out infinite; }
  .neon-pulse { animation: neonPulse 2s ease-in-out infinite; }

  @media (max-width: 640px) {
    .testimonial-card { min-width: 260px; }
    .trust-bar { gap: 12px; }
    .trust-item { font-size: 11px; }
  }
}
