/* ==========================================================================
   AADYIN PHARMA - FUTURE BIOTECH THEME STYLING
   ========================================================================== */

/* ----- ROOT CONFIG & VARIABLES ----- */
:root {
  --bg-dark: #00040a;
  --bg-panel: rgba(2, 11, 22, 0.45);
  --bg-panel-hover: rgba(2, 18, 36, 0.7);
  
  /* Cyber Biotech Accents */
  --glow-ozn: #00ff88;
  --glow-ozn-rgb: 0, 255, 136;
  --glow-pt: #d400ff;
  --glow-pt-rgb: 212, 0, 255;
  --glow-sp: #00f0ff;
  --glow-sp-rgb: 0, 240, 255;
  
  --text-main: #f0f5fc;
  --text-muted: #6b8fae;
  
  --font-head: 'Outfit', sans-serif;
  --font-teko: 'Teko', sans-serif;
  --font-body: 'Inter', sans-serif;
  
  --theme-transition: background-color 0.8s ease, color 0.6s ease, border-color 0.6s ease, box-shadow 0.6s ease, background 0.8s ease;
}

/* ----- LIGHT MODE RULES ----- */
body.light-mode {
  --bg-dark: #f3f6fa;
  --bg-panel: rgba(255, 255, 255, 0.75);
  --bg-panel-hover: rgba(255, 255, 255, 0.95);
  
  --glow-ozn: #00b05b;
  --glow-pt: #b000d6;
  --glow-sp: #00afcc;
  
  --text-main: #061221;
  --text-muted: #516880;
}

body.light-mode .cyber-grid {
  background-image: 
    linear-gradient(rgba(0, 176, 91, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 176, 91, 0.04) 1px, transparent 1px);
  opacity: 0.85;
}

body.light-mode .bg-stage {
  background: radial-gradient(circle at 50% 0%, #e0e9f5 0%, #f3f6fa 100%);
}

body.light-mode nav {
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

body.light-mode nav.scrolled {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

body.light-mode .hero-content h1 span.outline {
  -webkit-text-stroke: 1.5px rgba(6, 18, 33, 0.8);
}

body.light-mode .hero-stats {
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

body.light-mode .stat-sep {
  background: rgba(0, 0, 0, 0.06);
}

body.light-mode .glass-panel {
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

body.light-mode .btn-secondary {
  color: var(--text-main);
  border-color: rgba(0, 0, 0, 0.15);
}

body.light-mode .btn-secondary:hover {
  background: rgba(0, 0, 0, 0.03);
  border-color: var(--text-main);
}

body.light-mode .card-body h3,
body.light-mode .about-text h2,
body.light-mode .contact-details h2,
body.light-mode .contact-form-box h3,
body.light-mode .testimonial-card p,
body.light-mode .drawer-name {
  color: #061221;
}

body.light-mode .card-img-box {
  background: rgba(255, 255, 255, 0.8);
}

body.light-mode .card-img-glow-overlay {
  background: linear-gradient(180deg, transparent 40%, rgba(255,255,255,0.85) 100%);
}

body.light-mode .card-tag {
  background: rgba(0, 0, 0, 0.02);
  border-color: rgba(0, 0, 0, 0.06);
  color: var(--text-muted);
}

body.light-mode .card-btn {
  border-color: rgba(0, 0, 0, 0.1);
  color: var(--text-main);
}

body.light-mode .testimonial-card {
  background: rgba(255, 255, 255, 0.65);
}

body.light-mode .testimonial-author {
  border-color: rgba(0, 0, 0, 0.06);
}

body.light-mode .avatar-badge {
  background: rgba(0, 0, 0, 0.03);
  border-color: rgba(0, 0, 0, 0.06);
  color: var(--text-main);
}

body.light-mode .contact-card {
  background: rgba(255, 255, 255, 0.6);
}

body.light-mode .contact-card-icon {
  background: rgba(0, 0, 0, 0.02);
  border-color: rgba(0, 0, 0, 0.05);
}

body.light-mode .contact-card-info .val {
  color: var(--text-main);
}

body.light-mode .form-row input,
body.light-mode .form-row select,
body.light-mode .form-row textarea {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(0, 0, 0, 0.1);
  color: var(--text-main);
}

body.light-mode footer {
  background: #f0f3f7;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

body.light-mode .logo-name {
  color: #000000;
}

body.light-mode .footer-bottom-row {
  border-color: rgba(0, 0, 0, 0.05);
}

body.light-mode .footer-bottom-row span {
  color: var(--text-main);
}

body.light-mode .detail-drawer {
  background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}

body.light-mode .drawer-name {
  color: var(--text-main);
}

body.light-mode .drawer-close-btn {
  background: rgba(0, 0, 0, 0.03);
  border-color: rgba(0, 0, 0, 0.06);
}

body.light-mode .drawer-pill {
  background: rgba(0, 0, 0, 0.03);
  border-color: rgba(0, 0, 0, 0.05);
  color: var(--text-main);
}

body.light-mode .drawer-sec-title {
  color: var(--text-main);
}

body.light-mode .live-toast {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  color: var(--text-main);
}

body.light-mode .live-toast-content .desc {
  color: var(--text-muted);
}

body.light-mode .enquiry-modal {
  background: #ffffff;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

body.light-mode .modal-email-row {
  background: rgba(0, 0, 0, 0.02);
  border-color: rgba(0, 0, 0, 0.05);
}

body.light-mode .modal-email-text {
  color: var(--text-main);
}

body.light-mode .modal-title {
  color: var(--text-main);
}

body.light-mode .modal-close {
  background: rgba(0, 0, 0, 0.03);
  border-color: rgba(0, 0, 0, 0.06);
}

/* Enable theme transitions across styling targets */
body, section, nav, .glass-panel, h1, h2, h3, p, span, a, input, select, textarea, footer, .live-toast, .detail-drawer, .avatar-badge, .contact-card {
  transition: var(--theme-transition);
}

/* ----- CUSTOM SCROLLBAR WITH GRADIENT TRANSITIONS ----- */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: var(--bg-dark);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--glow-ozn), var(--glow-pt), var(--glow-sp));
  border-radius: 10px;
  border: 2px solid var(--bg-dark);
  box-shadow: 0 0 10px rgba(0, 255, 136, 0.5);
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #ffffff, var(--glow-ozn), var(--glow-sp));
  box-shadow: 0 0 15px rgba(0, 240, 255, 0.8);
}

/* ----- CORE SETUP ----- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background-color: #00040a;
}

body {
  font-family: var(--font-body);
  background-color: transparent;
  color: var(--text-main);
  overflow-x: hidden;
  line-height: 1.65;
}

.teko-title {
  font-family: var(--font-teko);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 0.95;
}

/* ----- BUTTONS ----- */
.btn-primary, .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 36px;
  border-radius: 100px;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 14.5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
}

.btn-primary {
  background: var(--glow-ozn);
  color: #000;
  border: 2px solid var(--glow-ozn);
  box-shadow: 0 8px 25px rgba(0, 255, 136, 0.35);
}

.btn-primary:hover {
  background: #fff;
  border-color: #fff;
  box-shadow: 0 12px 35px rgba(255, 255, 255, 0.5), 0 0 20px rgba(0, 255, 136, 0.4);
  transform: translateY(-3px);
}

.btn-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.1);
}

/* ----- FULL-SCREEN ENTRANCE PRELOADER ----- */
#preloader {
  position: fixed;
  inset: 0;
  background: #000104;
  z-index: 100000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.8s;
}

#preloader.loaded {
  opacity: 0;
  visibility: hidden;
}

.dna-loader {
  width: 120px;
  height: 160px;
  position: relative;
  transform: scale(0.9);
}

.loader-percent {
  font-family: var(--font-head);
  font-size: 32px;
  font-weight: 800;
  color: var(--glow-ozn);
  text-shadow: 0 0 15px rgba(0, 255, 136, 0.6);
  letter-spacing: 2px;
}

.loader-tagline {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-muted);
  letter-spacing: 4px;
}

/* ----- INTERACTIVE BACKGROUNDS & SHIELD OVERLAYS ----- */
.bg-stage {
  position: fixed;
  inset: 0;
  z-index: -10;
  pointer-events: none;
  overflow: hidden;
  background: radial-gradient(circle at 50% 0%, #031222 0%, #00040a 100%);
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: -8;
  transition: opacity 0.8s ease, filter 0.8s ease;
}

body.light-mode .bg-video {
  opacity: 0.35;
  mix-blend-mode: normal;
  filter: brightness(1.05) contrast(0.95);
}

/* ----- ANIMATED SVG LOGO ----- */
.animated-logo-svg {
  width: 46px;
  height: 46px;
  filter: drop-shadow(0 0 8px rgba(0, 255, 136, 0.4));
  transition: filter 0.3s ease;
}

.logo:hover .animated-logo-svg {
  filter: drop-shadow(0 0 15px rgba(0, 240, 255, 0.8));
}

.orbit-ring-1 {
  animation: spinRing 6s infinite linear;
  transform-origin: 50% 50%;
}

.orbit-ring-2 {
  animation: spinRingBack 8s infinite linear;
  transform-origin: 50% 50%;
}

.nucleus-core {
  animation: pulseCore 3s infinite alternate ease-in-out;
  transform-origin: 50% 50%;
}

@keyframes spinRing {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes spinRingBack {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(-360deg); }
}

@keyframes pulseCore {
  0% { r: 24; stroke: var(--glow-ozn); filter: drop-shadow(0 0 2px var(--glow-ozn)); }
  100% { r: 26; stroke: var(--glow-sp); filter: drop-shadow(0 0 8px var(--glow-sp)); }
}

.ambient-aurora {
  position: absolute;
  border-radius: 50%;
  filter: blur(150px);
  opacity: 0.25;
  transition: background 1.5s ease, transform 1s ease;
  pointer-events: none;
}

.aurora-1 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--glow-ozn) 0%, transparent 70%);
  top: -10%;
  left: 10%;
  animation: floatOrb 25s infinite alternate ease-in-out;
}

.aurora-2 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, var(--glow-pt) 0%, transparent 70%);
  bottom: -15%;
  right: -10%;
  animation: floatOrb 30s infinite alternate-reverse ease-in-out;
}

@keyframes floatOrb {
  0% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(60px, -40px) scale(1.1); }
  100% { transform: translate(-40px, 60px) scale(0.9); }
}

.cyber-grid {
  position: fixed;
  inset: 0;
  z-index: -9;
  pointer-events: none;
  background-image: 
    linear-gradient(rgba(0, 255, 136, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 255, 136, 0.015) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(circle at 50% 50%, black 20%, transparent 85%);
}

/* Mouse click sparks canvas overlay */
#sparks-canvas {
  position: fixed;
  inset: 0;
  z-index: 999999;
  pointer-events: none;
}

/* ----- SCROLL PROGRESS BAR ----- */
#scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  width: 0%;
  background: linear-gradient(90deg, var(--glow-ozn), var(--glow-pt), var(--glow-sp));
  z-index: 10000;
  box-shadow: 0 0 15px rgba(0, 255, 136, 0.7);
}

/* ----- NAVIGATION BAR ----- */
nav {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1200px;
  padding: 14px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  border-radius: 100px;
  background: rgba(2, 10, 22, 0.35);
  backdrop-filter: blur(25px) saturate(1.3);
  -webkit-backdrop-filter: blur(25px) saturate(1.3);
  border: 1px solid rgba(255, 255, 255, 0.04);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

nav.scrolled {
  background: rgba(1, 5, 12, 0.8);
  border-color: rgba(0, 255, 136, 0.25);
  box-shadow: 0 20px 50px rgba(0,0,0,0.7), 0 0 30px rgba(0, 255, 136, 0.06);
  width: 95%;
  top: 15px;
  padding: 10px 30px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.nav-logo-img {
  height: 46px;
  width: auto;
  object-fit: contain;
  border-radius: 8px;
  filter: drop-shadow(0 0 10px rgba(0, 240, 255, 0.4));
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), filter 0.4s ease;
}

.logo:hover .nav-logo-img {
  transform: scale(1.08) rotate(-2deg);
  filter: drop-shadow(0 0 18px rgba(0, 255, 136, 0.6));
}

.footer-logo-img {
  height: 52px;
  width: auto;
  object-fit: contain;
  border-radius: 8px;
  filter: drop-shadow(0 0 12px rgba(0, 240, 255, 0.3));
  transition: transform 0.4s ease;
}

.logo:hover .footer-logo-img {
  transform: scale(1.05);
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.logo-name {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 2px;
  color:#000000;
  text-transform: uppercase;
}

.logo-tagline {
  font-family: var(--font-head);
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 4px;
  color: var(--glow-ozn);
  text-transform: uppercase;
  margin-top: 3px;
}

nav ul {
  display: flex;
  gap: 10px;
  list-style: none;
}

nav ul li a {
  text-decoration: none;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 100px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

nav ul li a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}

nav ul li a.active {
  color: var(--glow-ozn);
  background: rgba(0, 255, 136, 0.08);
  border: 1px solid rgba(0, 255, 136, 0.2);
  text-shadow: 0 0 10px rgba(0, 255, 136, 0.3);
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  z-index: 1001;
}

.menu-toggle span {
  width: 26px;
  height: 2px;
  background: var(--glow-ozn);
  transition: all 0.3s ease;
  border-radius: 2px;
}

.menu-toggle.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* ----- HERO SECTION ----- */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 180px 5% 100px;
  text-align: center;
  overflow: hidden;
}

.hero .bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
  transition: opacity 0.8s ease;
}

body.light-mode .hero .bg-video {
  opacity: 0.28;
  filter: brightness(1.05) contrast(0.95);
}

.hero-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 4, 10, 0.45) 0%, rgba(0, 4, 10, 0.82) 100%);
  z-index: 1;
  pointer-events: none;
  transition: background 0.8s ease;
}

body.light-mode .hero-video-overlay {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(244, 246, 250, 0.88) 100%);
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, transparent 20%, #00040a 90%);
  pointer-events: none;
  z-index: 1.5;
}

body.light-mode .hero::after {
  background: radial-gradient(circle at 50% 50%, transparent 20%, #f4f6fa 90%);
}

.hero-content {
  max-width: 1000px;
  position: relative;
  z-index: 2;
}

.hero-content h1 {
  font-size: clamp(54px, 10vw, 120px);
  margin-bottom: 24px;
  color: #fff;
}

.hero-content h1 span.outline {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.55);
}

.hero-content h1 span.glow {
  display: block;
  color: var(--glow-ozn);
  text-shadow: 0 0 40px rgba(0, 255, 136, 0.5);
  animation: pulseGlow 4s infinite alternate;
}

@keyframes pulseGlow {
  0% { text-shadow: 0 0 30px rgba(0, 255, 136, 0.4); }
  100% { text-shadow: 0 0 55px rgba(0, 255, 136, 0.7), 0 0 20px rgba(0, 255, 136, 0.4); }
}

.hero-content p {
  font-size: clamp(16px, 2.2vw, 21px);
  color: var(--text-muted);
  max-width: 700px;
  margin: 0 auto 50px;
  font-weight: 300;
  line-height: 1.8;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 60px;
}

/* Stats Bar */
.hero-stats {
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: center;
  background: rgba(2, 10, 22, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  border-radius: 100px;
  padding: 20px 50px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  max-width: 800px;
  margin: 0 auto;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.stat-num {
  font-family: var(--font-teko);
  font-size: 42px;
  font-weight: 700;
  color: var(--glow-ozn);
  line-height: 1;
}

.stat-lbl {
  font-size: 11px;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: left;
  line-height: 1.3;
}

.stat-sep {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.08);
}

/* ----- GLITCH TEXT EFFECT ----- */
.glitch-text {
  position: relative;
}

.glitch-text::before, .glitch-text::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-dark);
}

.glitch-text::before {
  left: 2px;
  text-shadow: -1px 0 #ff00c8;
  clip: rect(44px, 450px, 56px, 0);
  animation: glitch-anim 5s infinite linear alternate-reverse;
}

.glitch-text::after {
  left: -2px;
  text-shadow: -1px 0 #00e6ff, 0 1px #00e6ff;
  clip: rect(85px, 450px, 140px, 0);
  animation: glitch-anim2 5s infinite linear alternate-reverse;
}

@keyframes glitch-anim {
  0% { clip: rect(15px, 9999px, 66px, 0); }
  10% { clip: rect(34px, 9999px, 55px, 0); }
  20% { clip: rect(78px, 9999px, 110px, 0); }
  30% { clip: rect(10px, 9999px, 40px, 0); }
  100% { clip: rect(25px, 9999px, 80px, 0); }
}

@keyframes glitch-anim2 {
  0% { clip: rect(60px, 9999px, 120px, 0); }
  5% { clip: rect(20px, 9999px, 80px, 0); }
  10% { clip: rect(110px, 9999px, 150px, 0); }
  20% { clip: rect(12px, 9999px, 35px, 0); }
  100% { clip: rect(90px, 9999px, 130px, 0); }
}

/* ----- MARQUEE CONTINUOUS SCROLL ----- */
.marquee {
  overflow: hidden;
  white-space: nowrap;
  background: var(--glow-ozn);
  color: #000;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 20px 0;
  position: relative;
  box-shadow: 0 0 40px rgba(0, 255, 136, 0.25);
  transform: rotate(-1deg);
  z-index: 10;
  margin: 40px 0;
}

.marquee-track {
  display: inline-block;
  animation: marqueeScroll 28s linear infinite;
}

.marquee-track span {
  display: inline-block;
  padding-right: 60px;
}

.marquee-track span::after {
  content: '⚡';
  margin-left: 60px;
}

@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ----- GLASSMORPHISM STYLES & PANELS ----- */
.glass-panel {
  background: var(--bg-panel);
  backdrop-filter: blur(25px) saturate(1.2);
  -webkit-backdrop-filter: blur(25px) saturate(1.2);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: border 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 20px;
  background: rgba(0, 255, 136, 0.08);
  border: 1px solid rgba(0, 255, 136, 0.25);
  border-radius: 100px;
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: var(--glow-ozn);
  margin-bottom: 24px;
  box-shadow: 0 0 20px rgba(0, 255, 136, 0.15);
}

/* ----- BIOTECH PRODUCT MATCH WIZARD ----- */
.goal-finder {
  padding: 120px 5%;
  position: relative;
}

.wizard-card {
  max-width: 900px;
  margin: 0 auto;
  padding: 50px;
  background: linear-gradient(135deg, rgba(1, 10, 20, 0.8), rgba(0, 4, 10, 0.95)), url('https://images.unsplash.com/photo-1558494949-ef010cbdcc31?q=80&w=600&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.55);
}

body.light-mode .wizard-card {
  background: linear-gradient(135deg, rgba(244, 246, 250, 0.85), rgba(255, 255, 255, 0.95)), url('https://images.unsplash.com/photo-1558494949-ef010cbdcc31?q=80&w=600&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
}

.wizard-progress {
  height: 4px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 4px;
  margin-bottom: 50px;
  position: relative;
}

.wizard-progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 25%;
  background: linear-gradient(90deg, var(--glow-ozn), var(--glow-sp));
  box-shadow: 0 0 15px var(--glow-ozn);
  transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.wizard-step {
  display: none;
  animation: stepEntrance 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.wizard-step.active {
  display: block;
}

@keyframes stepEntrance {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.wizard-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.wizard-option {
  padding: 30px 24px;
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 20px;
  cursor: pointer;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.wizard-option:hover {
  background: rgba(0, 255, 136, 0.03);
  border-color: var(--glow-ozn);
  box-shadow: 0 15px 30px rgba(0, 255, 136, 0.1);
  transform: translateY(-4px);
}

.wizard-option.selected {
  background: rgba(0, 255, 136, 0.07);
  border-color: var(--glow-ozn);
  box-shadow: 0 0 30px rgba(0, 255, 136, 0.25);
}

.wizard-opt-icon {
  font-size: 38px;
  margin-bottom: 16px;
}

.wizard-opt-title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 6px;
}

.wizard-opt-desc {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.5;
}

.wizard-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.analysis-spinner-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 50px 0;
}

.dna-spin-svg {
  animation: spinLoader 2.5s infinite linear;
}

@keyframes spinLoader {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.wizard-results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin: 40px 0;
}

/* ----- PRODUCTS CATALOG SYSTEM ----- */
.catalog {
  padding: 120px 5%;
  position: relative;
}

.catalog-header {
  max-width: 800px;
  margin: 0 auto 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}

.search-wrapper {
  width: 100%;
  max-width: 550px;
  position: relative;
}

.search-wrapper input {
  width: 100%;
  padding: 18px 24px 18px 60px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 100px;
  color: #fff;
  font-size: 16px;
  outline: none;
  transition: all 0.3s ease;
}

.search-wrapper input:focus {
  border-color: var(--glow-ozn);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 25px rgba(0, 255, 136, 0.18);
}

.search-icon-btn {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
  font-size: 20px;
}

.filter-btn-tabs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.tab-btn {
  padding: 12px 28px;
  background: rgba(255, 255, 255, 0.02);
  border: 1.5px solid rgba(255, 255, 255, 0.06);
  border-radius: 100px;
  color: var(--text-muted);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tab-btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}

.tab-btn.active[data-filter="all"] { border-color: #ffffff; color: #fff; background: rgba(255, 255, 255, 0.08); }
.tab-btn.active[data-filter="ozn"] { border-color: var(--glow-ozn); color: var(--glow-ozn); background: rgba(0, 255, 136, 0.08); }
.tab-btn.active[data-filter="puretech"] { border-color: var(--glow-pt); color: var(--glow-pt); background: rgba(212, 0, 255, 0.08); }
.tab-btn.active[data-filter="superior"] { border-color: var(--glow-sp); color: var(--glow-sp); background: rgba(0, 240, 255, 0.08); }

/* Brand Sections & Dividers */
.brand-catalog-block {
  margin-bottom: 90px;
}

.brand-catalog-block.hidden {
  display: none;
}

.brand-section-header {
  max-width: 1200px;
  margin: 0 auto 35px;
}

.brand-badge-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 12px;
}

.brand-badge-pill {
  padding: 6px 22px;
  border-radius: 100px;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.brand-badge-pill.ozn { background: linear-gradient(135deg, #011d11, #00ff88); color: #fff; border: 1.5px solid var(--glow-ozn); }
.brand-badge-pill.pt { background: linear-gradient(135deg, #1d0124, #d400ff); color: #fff; border: 1.5px solid var(--glow-pt); }
.brand-badge-pill.sp { background: linear-gradient(135deg, #011f26, #00f0ff); color: #000; border: 1.5px solid var(--glow-sp); }

.brand-section-tagline {
  font-size: 13px;
  color: var(--text-muted);
}

.brand-divider-line {
  height: 2px;
  width: 100%;
  margin-top: 12px;
  border-radius: 10px;
}

.brand-divider-line.ozn { background: linear-gradient(90deg, var(--glow-ozn), transparent); }
.brand-divider-line.pt { background: linear-gradient(90deg, var(--glow-pt), transparent); }
.brand-divider-line.sp { background: linear-gradient(90deg, var(--glow-sp), transparent); }

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

/* ----- PREMIUM 3D CARD TILT FX ----- */
.product-card-wrap {
  perspective: 1200px;
}

.product-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 24px;
  background: var(--bg-panel);
  border: 1px solid rgba(255, 255, 255, 0.04);
  cursor: pointer;
  transform-style: preserve-3d;
  transition: border 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  overflow: hidden;
  position: relative;
}

/* 3D card tilt reflection overlay */
.product-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(800px circle at var(--mouse-x, 0) var(--mouse-y, 0), rgba(255, 255, 255, 0.04), transparent 45%);
  pointer-events: none;
  z-index: 3;
}

.product-card.ozn:hover { border-color: var(--glow-ozn); box-shadow: 0 15px 40px rgba(0, 255, 136, 0.15); background: var(--bg-panel-hover); }
.product-card.puretech:hover { border-color: var(--glow-pt); box-shadow: 0 15px 40px rgba(212, 0, 255, 0.15); background: var(--bg-panel-hover); }
.product-card.superior:hover { border-color: var(--glow-sp); box-shadow: 0 15px 40px rgba(0, 240, 255, 0.15); background: var(--bg-panel-hover); }

.card-img-box {
  width: 100%;
  aspect-ratio: 1.15 / 1;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(1, 8, 20, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.04);
  margin-bottom: 24px;
  position: relative;
  transform: translateZ(25px);
}

.card-img-bg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.85;
  filter: contrast(1.05) brightness(0.95);
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.product-card:hover .card-img-bg {
  transform: scale(1.05);
  opacity: 1;
  filter: contrast(1.1) brightness(1.05) saturate(1.1);
}

.card-img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: -150%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  transform: skewX(-20deg);
  pointer-events: none;
  z-index: 2;
}

.product-card:hover .card-img-box::after {
  left: 150%;
  transition: left 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.card-img-glow-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.85) 100%);
}

.card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-align: left;
  transform: translateZ(12px);
}

.card-subtitle {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 8px;
}

.product-card.ozn .card-subtitle { color: var(--glow-ozn); }
.product-card.puretech .card-subtitle { color: var(--glow-pt); }
.product-card.superior .card-subtitle { color: var(--glow-sp); }

.card-body h3 {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 12px;
}

.card-body p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 24px;
}

.card-tag {
  font-size: 10.5px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.7);
}

.card-btn {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  border: 1.5px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 13.5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.product-card.ozn:hover .card-btn { background: var(--glow-ozn); color: #000; border-color: var(--glow-ozn); box-shadow: 0 0 15px rgba(0, 255, 136, 0.4); }
.product-card.puretech:hover .card-btn { background: var(--glow-pt); color: #fff; border-color: var(--glow-pt); box-shadow: 0 0 15px rgba(212, 0, 255, 0.4); }
.product-card.superior:hover .card-btn { background: var(--glow-sp); color: #000; border-color: var(--glow-sp); box-shadow: 0 0 15px rgba(0, 240, 255, 0.4); }

/* ----- PRODUCT DETAIL SLIDE DRAWER ----- */
.drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0, 2, 6, 0.5);
  backdrop-filter: blur(15px);
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.drawer-backdrop.active {
  opacity: 1;
  pointer-events: auto;
}

.detail-drawer {
  width: 100%;
  max-width: 580px;
  height: 100%;
  background: linear-gradient(180deg, #010c18 0%, #000206 100%);
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  padding: 60px 45px;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
}

.drawer-backdrop.active .detail-drawer {
  transform: translateX(0);
}

.drawer-close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--text-muted);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.drawer-close-btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.drawer-hero-img {
  width: 100%;
  height: 320px;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(1, 8, 20, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.drawer-hero-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  opacity: 1;
}

.drawer-brand-tag {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 6px 16px;
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 20px;
  align-self: flex-start;
}

.drawer-brand-tag.ozn { background: rgba(0, 255, 136, 0.08); border: 1.5px solid var(--glow-ozn); color: var(--glow-ozn); }
.drawer-brand-tag.puretech { background: rgba(212, 0, 255, 0.08); border: 1.5px solid var(--glow-pt); color: var(--glow-pt); }
.drawer-brand-tag.superior { background: rgba(0, 240, 255, 0.08); border: 1.5px solid var(--glow-sp); color: var(--glow-sp); }

.drawer-name {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 12px;
}

.drawer-subtext {
  font-size: 14px;
  font-weight: 600;
  color: var(--glow-ozn);
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}

.drawer-desc {
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
}

.drawer-sec-title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 18px;
}

.drawer-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 50px;
}

.drawer-pill {
  font-size: 13px;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.drawer-btns {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* ----- ABOUT & CLINICAL LABORATORY ----- */
.about {
  padding: 120px 5%;
  position: relative;
}

.about-row {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 70px;
  align-items: center;
}

.about-text h2 {
  font-size: clamp(36px, 5.5vw, 60px);
  margin-bottom: 24px;
  line-height: 1.1;
}

.about-text h2 span {
  color: var(--glow-ozn);
}

.about-text p {
  color: var(--text-muted);
  margin-bottom: 24px;
  font-size: 16.5px;
  line-height: 1.8;
}

.about-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 40px 0;
}

.about-feat {
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 16px;
  padding: 24px;
  text-align: center;
}

.about-feat-icon {
  font-size: 28px;
  margin-bottom: 10px;
}

.about-feat-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.about-list {
  list-style: none;
  margin-bottom: 45px;
}

.about-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  font-size: 15px;
  font-weight: 500;
}

.about-list li span.check {
  color: var(--glow-ozn);
  font-weight: bold;
}

.about-visual-panel {
  position: relative;
  aspect-ratio: 1 / 1.15;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.about-visual-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.75;
}

/* ----- TESTIMONIALS ----- */
.testimonials {
  padding: 120px 5%;
  position: relative;
}

.testimonials-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
  max-width: 1200px;
  margin: 60px auto 0;
}

.testimonial-card {
  padding: 40px;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  height: 100%;
  transition: transform 0.4s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.testimonial-card p {
  font-size: 16px;
  font-style: italic;
  line-height: 1.8;
  margin-bottom: 30px;
  flex-grow: 1;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 24px;
}

.avatar-badge {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 16px;
}

.author-meta-name {
  font-weight: 700;
  font-size: 15px;
}

.author-meta-role {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 3px;
}

/* ----- CONTACT SECTION ----- */
.contact {
  padding: 120px 5%;
  position: relative;
}

.contact-row {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 70px;
}

.contact-details h2 {
  font-size: clamp(36px, 5.5vw, 60px);
  margin-bottom: 24px;
}

.contact-details p {
  color: var(--text-muted);
  margin-bottom: 40px;
  font-size: 16px;
}

.contact-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-card {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.contact-card:hover {
  background: rgba(0, 255, 136, 0.03);
  border-color: var(--glow-ozn);
  transform: translateX(6px);
}

.contact-card-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.contact-card-info {
  display: flex;
  flex-direction: column;
}

.contact-card-info .lbl {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--glow-ozn);
  letter-spacing: 2px;
  margin-bottom: 6px;
}

.contact-card-info .val {
  font-size: 16.5px;
  font-weight: 600;
  color: #fff;
}

.contact-form-box {
  padding: 50px 40px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  background: linear-gradient(135deg, rgba(2, 11, 22, 0.85), rgba(0, 2, 6, 0.96)), url('https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

body.light-mode .contact-form-box {
  background: linear-gradient(135deg, rgba(244, 246, 250, 0.85), rgba(255, 255, 255, 0.95)), url('https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
}

.contact-form-box h3 {
  font-size: 28px;
  margin-bottom: 35px;
}

.form-row {
  margin-bottom: 24px;
  text-align: left;
}

.form-row label {
  display: block;
  font-size: 11.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--text-muted);
  margin-bottom: 10px;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  padding: 16px 20px;
  background: rgba(0, 2, 6, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  color: #fff;
  font-family: var(--font-body);
  font-size: 14.5px;
  outline: none;
  transition: all 0.3s ease;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  border-color: var(--glow-ozn);
  box-shadow: 0 0 20px rgba(0, 255, 136, 0.15);
  background: rgba(0, 2, 6, 0.7);
}

.form-row select option {
  background: #000c18;
  color: #fff;
}

.form-row textarea {
  resize: vertical;
  min-height: 120px;
}

/* ----- FOOTER ----- */
footer {
  padding: 90px 5% 45px;
  background: #000206;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  position: relative;
}

.footer-row {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}

.footer-brand p {
  color: var(--text-muted);
  margin-top: 24px;
  max-width: 320px;
  font-size: 14.5px;
  line-height: 1.8;
}

.footer-col h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #fff;
  margin-bottom: 24px;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 14px;
}

.footer-col ul li a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-col ul li a:hover {
  color: var(--glow-ozn);
}

.footer-bottom-row {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 35px;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: var(--text-muted);
}

.footer-bottom-row span {
  color: #fff;
  font-weight: 600;
}

/* ----- TOAST SYSTEM ----- */
.toast-box {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 11000;
  display: flex;
  flex-direction: column;
  gap: 12px;
  pointer-events: none;
}

.live-toast {
  background: linear-gradient(135deg, rgba(2, 18, 36, 0.92) 0%, rgba(0, 2, 6, 0.96) 100%);
  border: 1.5px solid var(--glow-ozn);
  padding: 16px 24px;
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 330px;
  display: flex;
  align-items: center;
  gap: 18px;
  transform: translateX(-125%);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  pointer-events: auto;
}

.live-toast.active {
  transform: translateX(0);
  opacity: 1;
}

.live-toast-icon {
  font-size: 26px;
}

.live-toast-content {
  display: flex;
  flex-direction: column;
}

.live-toast-content .lbl {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--glow-ozn);
}

.live-toast-content .desc {
  font-size: 13.5px;
  line-height: 1.4;
  margin-top: 3px;
}

/* ----- FLOATING EMAIL BUTTON ----- */
.floating-email-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--glow-ozn);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  font-size: 28px;
  z-index: 9999;
  box-shadow: 0 10px 30px rgba(0, 255, 136, 0.45);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}

.floating-email-btn:hover {
  transform: translateY(-5px) scale(1.06);
  box-shadow: 0 15px 40px rgba(0, 255, 136, 0.65);
  background: #fff;
}

.modal-msg-preview {
  width: 100%;
  height: 110px;
  background: rgba(0, 0, 0, 0.4);
  border: 1.5px dashed rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: var(--text-muted);
  font-family: var(--font-body);
  font-size: 13px;
  padding: 12px 16px;
  margin-bottom: 24px;
  resize: none;
  outline: none;
  line-height: 1.6;
}

body.light-mode .modal-msg-preview {
  background: rgba(0, 0, 0, 0.03);
  border-color: rgba(0, 0, 0, 0.12);
  color: var(--text-muted);
}

/* ----- ENQUIRY POPUP OVERLAY ----- */
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 100000;
  background: rgba(0, 2, 6, 0.65);
  backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.enquiry-modal {
  width: 90%;
  max-width: 460px;
  padding: 45px 35px 35px;
  text-align: center;
  transform: scale(0.9);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
}

.modal-overlay.active .enquiry-modal {
  transform: scale(1);
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--text-muted);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.modal-close:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.modal-icon {
  font-size: 44px;
  margin-bottom: 18px;
}

.modal-animated-gif {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 2px solid var(--glow-ozn);
  box-shadow: 0 0 20px rgba(0, 255, 136, 0.4);
  margin: 0 auto 20px;
  display: block;
  object-fit: cover;
  background: #000;
  transition: border-color 0.8s ease, box-shadow 0.8s ease;
}

body.light-mode .modal-animated-gif {
  border-color: var(--glow-pt);
  box-shadow: 0 0 20px rgba(212, 0, 255, 0.25);
}

.modal-title {
  font-family: var(--font-head);
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 12px;
}

.modal-title span {
  color: var(--glow-ozn);
}

.modal-desc {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 30px;
}

.modal-email-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 12px 18px;
  margin-bottom: 30px;
}

.modal-email-text {
  font-weight: 600;
  color: #fff;
  font-size: 14.5px;
}

.modal-copy-btn {
  background: rgba(0, 255, 136, 0.08);
  border: 1px solid rgba(0, 255, 136, 0.25);
  color: var(--glow-ozn);
  border-radius: 8px;
  padding: 6px 14px;
  font-size: 12.5px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.modal-copy-btn:hover {
  background: rgba(0, 255, 136, 0.15);
}

.modal-copy-btn.copied {
  background: var(--glow-ozn);
  color: #000;
}

/* ----- MEDIA BREAKPOINTS ----- */
@media (max-width: 1024px) {
  .about-row {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-visual-panel {
    max-width: 500px;
    margin: 0 auto;
    aspect-ratio: 1.25 / 1;
  }
  .contact-row {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  nav ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(1, 4, 10, 0.97);
    backdrop-filter: blur(25px);
    flex-direction: column;
    align-items: center;
    padding: 35px 0;
    gap: 16px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-15px);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  nav ul.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(12px);
  }
  
  .menu-toggle {
    display: flex;
  }
  
  .hero-stats {
    flex-direction: column;
    gap: 20px;
    border-radius: 28px;
    padding: 28px;
  }
  
  .stat-sep {
    display: none;
  }
  
  .footer-row {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  
  .footer-brand p {
    margin: 16px auto 0;
  }
  
  .footer-bottom-row {
    flex-direction: column;
    gap: 14px;
    text-align: center;
  }
  
  .detail-drawer {
    max-width: 100%;
  }
}

/* ----- HANGING PILL CAPSULE THEME TOGGLE ----- */
#theme-capsule-puller {
  position: fixed;
  top: 0;
  right: 50px;
  width: 30px;
  height: auto;
  z-index: 100100;
  display: flex;
  flex-direction: column;
  align-items: center;
  user-select: none;
  touch-action: none;
  filter: drop-shadow(0 5px 15px rgba(0,0,0,0.5));
}

.puller-string {
  width: 2px;
  height: 100px;
  background: linear-gradient(180deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.1) 100%);
  border-radius: 1px;
  transform-origin: top center;
  transition: height 0.15s ease-out;
}

body.light-mode .puller-string {
  background: linear-gradient(180deg, rgba(7, 21, 41, 0.4) 0%, rgba(7, 21, 41, 0.1) 100%);
}

.pill-capsule-handle {
  width: 20px;
  height: 44px;
  border-radius: 10px;
  background: #222;
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  position: relative;
  cursor: grab;
  transform-origin: center center;
  transition: transform 0.2s ease;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.4);
}

.pill-capsule-handle:active {
  cursor: grabbing;
  transform: scale(0.95);
}

.pill-cap-red {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(135deg, #ff3b30 0%, #a30000 100%);
}

.pill-cap-cyan {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(135deg, #00f0ff 0%, #0087a3 100%);
}

/* 3D Glass shine on capsule */
.pill-capsule-handle::after {
  content: '';
  position: absolute;
  top: 0;
  left: 3px;
  width: 3px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, transparent 100%);
  pointer-events: none;
}

/* Connective ring */
.pill-ring {
  width: 8px;
  height: 8px;
  border: 1.5px solid rgba(255,255,255,0.3);
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  margin-bottom: -1px;
}

body.light-mode .pill-ring {
  border-color: rgba(7, 21, 41, 0.3);
}

/* ----- THEME SWIPE CIRCLE RIPPLE OVERLAY ----- */
.theme-ripple-overlay {
  position: fixed;
  inset: 0;
  z-index: 100050;
  pointer-events: none;
  clip-path: circle(0% at calc(100vw - 65px) 120px);
  transition: clip-path 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.theme-ripple-overlay.active {
  clip-path: circle(150% at calc(100vw - 65px) 120px);
}

.theme-ripple-overlay.light-ripple {
  background: #f3f6fa;
}

.theme-ripple-overlay.dark-ripple {
  background: #00040a;
}

/* ----- PRODUCT CARD SKELETON LOADER SENSATIONS ----- */
.card-skeleton {
  position: absolute;
  inset: 0;
  background: #000c18;
  z-index: 10;
  display: flex;
  flex-direction: column;
  padding: 20px;
  justify-content: space-between;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.card-skeleton.hidden {
  opacity: 0;
  pointer-events: none;
}

body.light-mode .card-skeleton {
  background: #f4f6fa;
}

.skeleton-shimmer {
  background: linear-gradient(90deg, rgba(255,255,255,0.03) 25%, rgba(255,255,255,0.08) 50%, rgba(255,255,255,0.03) 75%);
  background-size: 200% 100%;
  animation: shimmerAnim 1.6s infinite;
}

body.light-mode .skeleton-shimmer {
  background: linear-gradient(90deg, rgba(0,0,0,0.03) 25%, rgba(0,0,0,0.07) 50%, rgba(0,0,0,0.03) 75%);
  background-size: 200% 100%;
}

@keyframes shimmerAnim {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

.skeleton-img {
  width: 100%;
  aspect-ratio: 1.15 / 1;
  border-radius: 16px;
  margin-bottom: 24px;
}

.skeleton-text {
  height: 20px;
  border-radius: 4px;
  margin-bottom: 12px;
  width: 80%;
}

.skeleton-text.short {
  width: 50%;
}

body.light-mode .contact-visual-overlay {
  background: linear-gradient(180deg, transparent 50%, rgba(244, 246, 250, 0.88) 100%) !important;
}

/* ----- HOLOGRAPHIC NEON VECTOR ANIMATIONS ----- */
.hologram-lifter {
  background: rgba(1, 8, 20, 0.4);
  border: 1px solid rgba(0, 255, 136, 0.08);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5), inset 0 0 20px rgba(0, 255, 136, 0.04);
}

body.light-mode .hologram-lifter {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(0, 175, 204, 0.15);
  box-shadow: 0 10px 30px rgba(0,0,0,0.05), inset 0 0 20px rgba(0, 175, 204, 0.04);
}

.holo-ring-outer {
  animation: spinRing 20s infinite linear;
  transform-origin: 100px 100px;
}

.holo-ring-inner {
  animation: spinRingBack 15s infinite linear;
  transform-origin: 100px 100px;
}

@keyframes bicepCurl {
  0% { transform: translate(112px, 110px) rotate(30deg); }
  50% { transform: translate(112px, 110px) rotate(-60deg); }
  100% { transform: translate(112px, 110px) rotate(30deg); }
}

.lifter-forearm {
  animation: bicepCurl 2.6s infinite ease-in-out;
  transform-origin: 0px 0px;
}

/* DNA Hologram */
.hologram-dna {
  background: rgba(1, 8, 20, 0.4);
  border: 1px solid rgba(212, 0, 255, 0.08);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5), inset 0 0 20px rgba(212, 0, 255, 0.04);
}

body.light-mode .hologram-dna {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(212, 0, 255, 0.15);
  box-shadow: 0 10px 30px rgba(0,0,0,0.05), inset 0 0 20px rgba(212, 0, 255, 0.04);
}

@keyframes rotateRung {
  0% { transform: scaleX(1); opacity: 0.9; }
  25% { transform: scaleX(0.05); opacity: 0.4; }
  50% { transform: scaleX(-1); opacity: 0.9; }
  75% { transform: scaleX(-0.05); opacity: 0.4; }
  100% { transform: scaleX(1); opacity: 0.9; }
}

.dna-rung {
  animation: rotateRung 2.4s infinite ease-in-out;
  transform-origin: 0px 0px;
  animation-delay: var(--delay);
}

/* ----- LENIS SMOOTH SCROLL STYLES ----- */
html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

/* ===== AI ASSISTANT FLOATING WIDGET & CHAT WINDOW ===== */
.ai-widget-trigger {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px 10px 14px;
  background: rgba(2, 12, 28, 0.85);
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  border: 1.5px solid var(--glow-sp);
  border-radius: 100px;
  box-shadow: 0 10px 30px rgba(0, 240, 255, 0.35), inset 0 0 15px rgba(0, 240, 255, 0.2);
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ai-widget-trigger:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 15px 40px rgba(0, 240, 255, 0.6), 0 0 20px rgba(0, 255, 136, 0.4);
  border-color: var(--glow-ozn);
}

.ai-pulse-ring {
  position: absolute;
  inset: -6px;
  border-radius: 100px;
  border: 2px solid var(--glow-sp);
  opacity: 0.6;
  animation: aiPulse 2s infinite ease-out;
  pointer-events: none;
}

@keyframes aiPulse {
  0% { transform: scale(1); opacity: 0.7; }
  100% { transform: scale(1.15); opacity: 0; }
}

.ai-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: rgba(0, 240, 255, 0.1);
  border-radius: 50%;
}

.ai-btn-badge {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
}

/* AI Chat Window Modal */
.ai-chat-window {
  position: fixed;
  bottom: 95px;
  right: 28px;
  width: 380px;
  max-width: calc(100vw - 32px);
  height: 520px;
  max-height: calc(100vh - 120px);
  z-index: 10000;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  background: rgba(2, 10, 22, 0.94);
  backdrop-filter: blur(30px) saturate(1.5);
  -webkit-backdrop-filter: blur(30px) saturate(1.5);
  border: 1.5px solid rgba(0, 240, 255, 0.3);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8), 0 0 35px rgba(0, 240, 255, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px) scale(0.95);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
}

.ai-chat-window.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.ai-chat-header {
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  gap: 12px;
}

.ai-avatar-box {
  position: relative;
  width: 42px;
  height: 42px;
}

.ai-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
  background: rgba(0, 240, 255, 0.1);
  border: 1px solid var(--glow-sp);
}

.ai-status-dot {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--glow-ozn);
  border: 2px solid #000;
  box-shadow: 0 0 8px var(--glow-ozn);
}

.ai-header-info {
  flex: 1;
  line-height: 1.2;
}

.ai-bot-name {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.5px;
}

.ai-bot-status {
  font-size: 11px;
  color: var(--glow-sp);
}

.ai-close-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text-muted);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: all 0.3s ease;
}

.ai-close-btn:hover {
  color: #fff;
  background: rgba(255, 0, 80, 0.3);
  border-color: #ff0050;
}

/* Quick Prompt Pills */
.ai-quick-pills {
  padding: 10px 16px;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.ai-quick-pills::-webkit-scrollbar {
  display: none;
}

.ai-pill-btn {
  white-space: nowrap;
  padding: 6px 14px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.ai-pill-btn:hover {
  background: rgba(0, 240, 255, 0.12);
  border-color: var(--glow-sp);
  color: #fff;
}

/* AI Chat Body */
.ai-chat-body {
  flex: 1;
  padding: 16px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
  scroll-behavior: smooth;
}

.ai-msg {
  display: flex;
  gap: 10px;
  max-width: 90%;
  animation: msgPop 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@keyframes msgPop {
  0% { opacity: 0; transform: translateY(10px); }
  100% { opacity: 1; transform: translateY(0); }
}

.ai-msg.user {
  align-self: flex-end;
  flex-direction: row-reverse;
}

.ai-msg-avatar {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.ai-msg-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ai-msg.user .ai-msg-avatar {
  display: none;
}

.ai-msg-bubble {
  padding: 12px 16px;
  border-radius: 18px;
  font-size: 13px;
  line-height: 1.5;
  color: #e2e8f0;
}

.ai-msg.bot .ai-msg-bubble {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top-left-radius: 4px;
}

.ai-msg.user .ai-msg-bubble {
  background: linear-gradient(135deg, #01352c, #005c30);
  border: 1px solid var(--glow-ozn);
  color: #fff;
  border-top-right-radius: 4px;
}

/* Embedded Product Card in Chat */
.ai-product-card {
  margin-top: 10px;
  padding: 10px 14px;
  background: rgba(1, 15, 30, 0.8);
  border: 1px solid var(--glow-sp);
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.ai-product-card:hover {
  background: rgba(0, 240, 255, 0.15);
  transform: translateY(-2px);
}

.ai-prod-thumb {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 8px;
  background: rgba(0,0,0,0.4);
}

.ai-prod-info {
  flex: 1;
}

.ai-prod-title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 14px;
  color: #fff;
}

.ai-prod-sub {
  font-size: 11px;
  color: var(--glow-sp);
}

/* Typing Dots Animation */
.typing-dots {
  display: flex;
  gap: 4px;
  padding: 6px 4px;
}

.typing-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--glow-sp);
  animation: dotPulse 1.4s infinite ease-in-out;
}

.typing-dot:nth-child(2) { animation-delay: 0.2s; }
.typing-dot:nth-child(3) { animation-delay: 0.4s; }

@keyframes dotPulse {
  0%, 100% { transform: scale(1); opacity: 0.4; }
  50% { transform: scale(1.5); opacity: 1; }
}

/* AI Chat Footer Form */
.ai-chat-footer {
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.03);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  gap: 10px;
}

.ai-chat-footer input {
  flex: 1;
  padding: 12px 16px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 13px;
  outline: none;
  transition: all 0.3s ease;
}

.ai-chat-footer input:focus {
  border-color: var(--glow-sp);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 15px rgba(0, 240, 255, 0.2);
}

.ai-send-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--glow-sp), var(--glow-ozn));
  border: none;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.ai-send-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 0 15px rgba(0, 240, 255, 0.6);
}

/* Light Mode Overrides for AI Chat */
body.light-mode .ai-widget-trigger {
  background: rgba(255, 255, 255, 0.9);
  border-color: var(--glow-ozn);
}

body.light-mode .ai-btn-badge {
  color: #000;
}

body.light-mode .ai-chat-window {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(0, 200, 100, 0.3);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

body.light-mode .ai-bot-name {
  color: #000;
}

body.light-mode .ai-msg.bot .ai-msg-bubble {
  background: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.08);
  color: #1e293b;
}

body.light-mode .ai-chat-footer input {
  background: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.1);
  color: #000;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}
