:root {
  --neon-1: #6c63ff;
  --neon-2: #00d4aa;
  --neon-3: #ff0055;
  --neon-4: #f9d371;
  --cyber-bg: #050507;
  --glass: rgba(255, 255, 255, 0.03);
  --glass-border: rgba(255, 255, 255, 0.08);
}

/* ========================================
   FLUID 3D ANIMATIONS
   ======================================== */
@keyframes scanline {
  0% { transform: translateY(-100%); }
  100% { transform: translateY(100%); }
}

.scanline-overlay {
  position: fixed;
  top: 0; left: 0; width: 100%;
  height: 2px;
  background: linear-gradient(to bottom, transparent, rgba(0, 212, 170, 0.05), transparent);
  z-index: 9999;
  pointer-events: none;
  animation: scanline 8s linear infinite;
}

/* Fluid blob background orbs */
@keyframes fluidOrb1 {
  0%, 100% { transform: translate(0,0) scale(1); }
  33% { transform: translate(60px, -40px) scale(1.15); }
  66% { transform: translate(-30px, 30px) scale(0.9); }
}
@keyframes fluidOrb2 {
  0%, 100% { transform: translate(0,0) scale(1); }
  50% { transform: translate(-80px, 60px) scale(1.2); }
}
@keyframes fluidOrb3 {
  0%, 100% { transform: translate(0,0) scale(1) rotate(0deg); }
  50% { transform: translate(40px, -50px) scale(1.1) rotate(180deg); }
}

.fluid-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.15;
  pointer-events: none;
  z-index: 0;
}
.fluid-orb-1 { width: 500px; height: 500px; background: var(--neon-1); animation: fluidOrb1 12s ease-in-out infinite; top: -100px; left: -150px; }
.fluid-orb-2 { width: 400px; height: 400px; background: var(--neon-2); animation: fluidOrb2 15s ease-in-out infinite; bottom: -80px; right: -100px; }
.fluid-orb-3 { width: 300px; height: 300px; background: var(--neon-3); animation: fluidOrb3 18s ease-in-out infinite; top: 40%; left: 40%; }

/* Jersey float animation */
@keyframes jerseyFloat {
  0%, 100% { transform: translateY(0px) rotate(-1deg); }
  50% { transform: translateY(-20px) rotate(1deg); }
}
@keyframes jerseyGlow {
  0%, 100% { filter: drop-shadow(0 0 20px rgba(108,99,255,0.5)); }
  50% { filter: drop-shadow(0 0 40px rgba(0,212,170,0.7)); }
}
.jersey-float {
  animation: jerseyFloat 6s ease-in-out infinite, jerseyGlow 4s ease-in-out infinite;
}

/* 3D Holographic card */
@keyframes holographic {
  0%, 100% { filter: hue-rotate(0deg) brightness(1); }
  25% { filter: hue-rotate(10deg) brightness(1.1); }
  50% { filter: hue-rotate(20deg) brightness(1.15); }
  75% { filter: hue-rotate(5deg) brightness(1.05); }
}
.hologram-card {
  position: relative;
  background: var(--glass);
  backdrop-filter: blur(10px);
  border: 1px solid var(--glass-border);
  transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: holographic 8s ease-in-out infinite;
}
.hologram-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(108,99,255,0.05) 0%, rgba(0,212,170,0.05) 50%, rgba(255,0,85,0.05) 100%);
  border-radius: inherit;
  z-index: 0;
  opacity: 0;
  transition: 0.4s;
}
.hologram-card::after {
  content: '';
  position: absolute;
  inset: -1px;
  background: linear-gradient(135deg, var(--neon-1), var(--neon-2));
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
  border-radius: inherit;
}
.hologram-card:hover {
  transform: translateY(-10px) scale(1.03);
  border-color: transparent;
  box-shadow: 0 20px 60px rgba(0,212,170,0.2), 0 0 40px rgba(108,99,255,0.15);
}
.hologram-card:hover::before { opacity: 1; }
.hologram-card:hover::after { opacity: 1; }

/* Glitch effect */
@keyframes glitch {
  0% { clip-path: inset(40% 0 61% 0); transform: translate(-5px, 2px); }
  20% { clip-path: inset(92% 0 1% 0); transform: translate(5px, -3px); }
  40% { clip-path: inset(43% 0 1% 0); transform: translate(-5px, 3px); }
  60% { clip-path: inset(25% 0 58% 0); transform: translate(5px, 1px); }
  80% { clip-path: inset(54% 0 7% 0); transform: translate(-10px, 4px); }
  100% { clip-path: inset(58% 0 43% 0); transform: translate(0); }
}
.reveal-glitch:hover { animation: glitch 0.3s cubic-bezier(.25,.46,.45,.94) both infinite; }

/* Reveal effects */
.reveal-skew {
  opacity: 0;
  transform: skewY(-5deg) translateY(50px);
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.reveal-skew.active { opacity: 1; transform: skewY(0) translateY(0); }

/* Section headers */
.section-header h2 {
  font-size: 4rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -2px;
  background: linear-gradient(to right, #fff, var(--neon-2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: skew(-10deg);
}

/* Accent glow */
.accent-glow { text-shadow: 0 0 10px var(--neon-2); }

/* ========================================
   BENGALI DESIGN GALLERY
   ======================================== */
.bengali-gallery-section {
  padding: 100px 5%;
  position: relative;
  overflow: hidden;
}
.bengali-section-title {
  text-align: center;
  margin-bottom: 60px;
}
.bengali-section-title .bn-label {
  font-size: 13px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--neon-2);
  margin-bottom: 12px;
  display: block;
  font-weight: 700;
}
.bengali-section-title h2 {
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
  margin: 0;
  line-height: 1.1;
}
.bengali-section-title h2 span { color: var(--neon-2); }
.bengali-section-title .bn-subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  color: rgba(255,255,255,0.6);
  margin-top: 8px;
  display: block;
}

.bengali-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.bengali-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s;
  background: var(--glass);
  border: 1px solid var(--glass-border);
}
.bengali-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 30px 60px rgba(0,0,0,0.5), 0 0 30px rgba(0,212,170,0.15);
}
.bengali-card img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.bengali-card:hover img { transform: scale(1.08); }

.bengali-card-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 30px 20px 20px;
  background: linear-gradient(to top, rgba(5,5,7,0.95) 0%, transparent 100%);
}
.bengali-card-title {
  font-size: 1.4rem;
  font-weight: 900;
  color: #fff;
  margin: 0 0 4px 0;
  line-height: 1.2;
}
.bengali-card-title .bn-text {
  display: block;
  font-size: 1.1rem;
  color: var(--neon-2);
  font-weight: 700;
}
.bengali-card-sport {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  font-weight: 700;
}
.bengali-card-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: linear-gradient(135deg, var(--neon-1), var(--neon-2));
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 20px;
}

/* Liquid shimmer effect on cards */
@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}
.bengali-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.05) 50%, transparent 100%);
  background-size: 200% 100%;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 2;
  pointer-events: none;
}
.bengali-card:hover::before {
  opacity: 1;
  animation: shimmer 1.5s infinite;
}

/* ========================================
   HERO JERSEY IMAGE STYLES
   ======================================== */
.hero-jersey-showcase {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.hero-jersey-showcase img {
  width: 100%;
  filter: drop-shadow(0 0 40px rgba(108,99,255,0.4));
  animation: jerseyFloat 6s ease-in-out infinite, jerseyGlow 4s ease-in-out infinite;
}
.hero-jersey-badge {
  position: absolute;
  background: linear-gradient(135deg, var(--neon-1), var(--neon-2));
  border-radius: 12px;
  padding: 8px 16px;
  font-size: 11px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}
.hero-jersey-badge.top-right { top: 10%; right: -10%; }
.hero-jersey-badge.bottom-left { bottom: 20%; left: -10%; }
@media (max-width: 768px) {
  .hero-jersey-badge { display: none; }
  .bengali-section-title h2 { font-size: 2rem; }
}

/* ========================================
   PRODUCT CARD IMAGE UPGRADE
   ======================================== */
.p-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

/* ========================================
   AI CHATBOT UPGRADE
   ======================================== */
.ai-chat-window {
  white-space: pre-wrap;
  word-break: break-word;
}
.msg { white-space: pre-wrap; line-height: 1.5; }

/* ========================================
   STEP PROCESS ENHANCED
   ======================================== */
@keyframes pulseStep {
  0%, 100% { box-shadow: 0 0 0 0 rgba(0,212,170,0.4); }
  50% { box-shadow: 0 0 0 12px rgba(0,212,170,0); }
}
.step.active .step-dot { animation: pulseStep 2s infinite; }

/* ========================================
   MATRIX TABLE
   ======================================== */
.matrix-table { width: 100%; border-collapse: collapse; }
.matrix-table th {
  background: rgba(108,99,255,0.15);
  padding: 14px 16px;
  text-align: left;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--neon-2);
  font-weight: 700;
}
.matrix-table td {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  font-size: 14px;
}
.matrix-table tr:hover td { background: rgba(255,255,255,0.02); }
.matrix-tag {
  font-size: 10px;
  padding: 3px 10px;
  border-radius: 20px;
  background: rgba(0,212,170,0.1);
  color: var(--neon-2);
  font-weight: 700;
  letter-spacing: 1px;
}
.accent-1 { color: var(--neon-1) !important; }
.accent-2 { color: var(--neon-2) !important; }


/* Bengali Typography Classes */
.bn-text, .bengali-gallery-section, #bengali-gallery-grid, #pricing-matrix .bn-text, #fabric-lab .bn-text { font-family: var(--font-bengali, 'Hind Siliguri', sans-serif); line-height: 1.6; }
.bn-heading { font-family: var(--font-bengali, 'Hind Siliguri', sans-serif); font-weight: 700; }



