/* ===== CSS Variables & Fonts ===== */
:root,
[data-theme="theme-default"] {
  /* Colors - Dark Premium Theme */
  --bg-base: #0a0a0c;
  --bg-gradient-1: #1a103c;
  --bg-gradient-2: #05162a;
  --bg-gradient-3: #2a0818;

  --primary: #9d4edd;
  --primary-light: #c77dff;
  --secondary: #00b4d8;
  --primary-rgb: 157, 78, 221;

  --text-main: #f8f9fa;
  --text-muted: #adb5bd;

  /* Glassmorphism Variables */
  --glass-bg: rgba(255, 255, 255, 0.03);
  --glass-border: rgba(255, 255, 255, 0.08);
  --glass-highlight: rgba(255, 255, 255, 0.15);
}

[data-theme="theme-amber"] {
  --bg-base: #0d0a05;
  --bg-gradient-1: #2f1d00;
  --bg-gradient-2: #1e1104;
  --bg-gradient-3: #1f0800;
  --primary: #fb8500;
  --primary-light: #ffb703;
  --secondary: #e85d04;
  --primary-rgb: 251, 133, 0;

  --text-main: #fefcfb;
  --text-muted: #dcdadd;
  --glass-bg: rgba(255, 255, 255, 0.03);
  --glass-border: rgba(255, 255, 255, 0.08);
  --glass-highlight: rgba(255, 255, 255, 0.15);
}

[data-theme="theme-eco"] {
  --bg-base: #050a06;
  --bg-gradient-1: #0a2614;
  --bg-gradient-2: #061c21;
  --bg-gradient-3: #1a201c;
  --primary: #00b451;
  --primary-light: #70e000;
  --secondary: #0096c7;
  --primary-rgb: 0, 180, 81;

  --text-main: #f8fcf9;
  --text-muted: #aeb5b0;
  --glass-bg: rgba(255, 255, 255, 0.03);
  --glass-border: rgba(255, 255, 255, 0.08);
  --glass-highlight: rgba(255, 255, 255, 0.15);
}

[data-theme="theme-cyber"] {
  --bg-base: #02040f;
  --bg-gradient-1: #081d42;
  --bg-gradient-2: #042635;
  --bg-gradient-3: #1c0f30;
  --primary: #00f5d4;
  --primary-light: #90e0ef;
  --secondary: #4cc9f0;
  --primary-rgb: 0, 245, 212;

  --text-main: #f4f8fc;
  --text-muted: #b0c0d0;
  --glass-bg: rgba(255, 255, 255, 0.03);
  --glass-border: rgba(255, 255, 255, 0.08);
  --glass-highlight: rgba(255, 255, 255, 0.15);
}

[data-theme="theme-crimson"] {
  --bg-base: #0a0202;
  --bg-gradient-1: #3d0808;
  --bg-gradient-2: #280516;
  --bg-gradient-3: #1c0a00;
  --primary: #d90429;
  --primary-light: #ef233c;
  --secondary: #ffb703;
  --primary-rgb: 217, 4, 41;

  --text-main: #fdfbfb;
  --text-muted: #cbbabd;
  --glass-bg: rgba(255, 255, 255, 0.03);
  --glass-border: rgba(255, 255, 255, 0.08);
  --glass-highlight: rgba(255, 255, 255, 0.15);
}

/* ===== Light Themes ===== */
[data-theme="light-clean"] {
  --bg-base: #f5f7fa;
  --bg-gradient-1: #dbeafe;
  --bg-gradient-2: #e0e7ff;
  --bg-gradient-3: #f0f4ff;
  --primary: #4f46e5;
  --primary-light: #6366f1;
  --secondary: #0ea5e9;
  --primary-rgb: 79, 70, 229;
  --text-main: #1e293b;
  --text-muted: #64748b;
  --glass-bg: rgba(255, 255, 255, 0.6);
  --glass-border: rgba(0, 0, 0, 0.06);
  --glass-highlight: rgba(255, 255, 255, 0.9);
}

[data-theme="light-warm"] {
  --bg-base: #faf8f5;
  --bg-gradient-1: #fef3c7;
  --bg-gradient-2: #fde68a;
  --bg-gradient-3: #fff7ed;
  --primary: #d97706;
  --primary-light: #f59e0b;
  --secondary: #ea580c;
  --primary-rgb: 217, 119, 6;
  --text-main: #292524;
  --text-muted: #78716c;
  --glass-bg: rgba(255, 255, 255, 0.65);
  --glass-border: rgba(0, 0, 0, 0.06);
  --glass-highlight: rgba(255, 255, 255, 0.9);
}

[data-theme="light-nature"] {
  --bg-base: #f0fdf4;
  --bg-gradient-1: #bbf7d0;
  --bg-gradient-2: #d1fae5;
  --bg-gradient-3: #ecfdf5;
  --primary: #059669;
  --primary-light: #10b981;
  --secondary: #0891b2;
  --primary-rgb: 5, 150, 105;
  --text-main: #1a2e22;
  --text-muted: #4b6456;
  --glass-bg: rgba(255, 255, 255, 0.6);
  --glass-border: rgba(0, 0, 0, 0.06);
  --glass-highlight: rgba(255, 255, 255, 0.9);
}

[data-theme="light-rose"] {
  --bg-base: #fdf2f8;
  --bg-gradient-1: #fce7f3;
  --bg-gradient-2: #fbcfe8;
  --bg-gradient-3: #fdf4ff;
  --primary: #db2777;
  --primary-light: #ec4899;
  --secondary: #8b5cf6;
  --primary-rgb: 219, 39, 119;
  --text-main: #1e1b2e;
  --text-muted: #6b6280;
  --glass-bg: rgba(255, 255, 255, 0.6);
  --glass-border: rgba(0, 0, 0, 0.06);
  --glass-highlight: rgba(255, 255, 255, 0.9);
}

:root {
  /* Layout */
  --container-width: 1200px;
  --nav-height: 80px;

  /* Font Families */
  --font-heading: 'Outfit', sans-serif;
  --font-body: 'Inter', sans-serif;
}

html {
  scroll-behavior: smooth;
}

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

body {
  font-family: var(--font-body);
  background-color: var(--bg-base);
  color: var(--text-main);
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

/* ===== Typography ===== */
h1,
h2,
h3,
h4 {
  font-family: var(--font-heading);
  font-weight: 600;
  line-height: 1.2;
}

h1 {
  font-size: clamp(2.5rem, 4vw + 1rem, 4rem);
  /* Reduced size per user request */
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

h2 {
  font-size: clamp(2rem, 3vw + 1rem, 3.5rem);
  margin-bottom: 20px;
}

h3 {
  font-size: 1.5rem;
  margin-bottom: 12px;
}

.text-gradient {
  background: linear-gradient(135deg, var(--primary-light), var(--secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

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

/* ===== Dynamic Background ===== */
.background-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
  background-color: var(--bg-base);
}

.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.6;
  animation: float 20s infinite ease-in-out;
}

.blob-1 {
  background: var(--bg-gradient-1);
  width: 60vw;
  height: 60vw;
  top: -20%;
  left: -10%;
  animation-delay: 0s;
}

.blob-2 {
  background: var(--bg-gradient-2);
  width: 50vw;
  height: 50vw;
  bottom: -10%;
  right: -10%;
  animation-delay: -5s;
}

.blob-3 {
  background: var(--bg-gradient-3);
  width: 40vw;
  height: 40vw;
  top: 40%;
  left: 30%;
  animation-delay: -10s;
}

.glass-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, transparent 0%, rgba(10, 10, 12, 0.8) 100%);
}

@keyframes float {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  33% {
    transform: translate(5%, 5%) scale(1.1);
  }

  66% {
    transform: translate(-5%, 2%) scale(0.9);
  }
}

/* ===== Glass UI Components ===== */
.glass-panel {
  background: var(--glass-bg);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid var(--glass-border);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
}

.glass-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--glass-border);
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.glass-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--glass-highlight), transparent);
  opacity: 0.5;
}

.glass-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 20px rgba(157, 78, 221, 0.1);
}

.glass-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--glass-border);
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 24px;
}

/* ===== Buttons ===== */
.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 12px;
  font-family: var(--font-heading);
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  font-size: 1rem;
}

.btn-large {
  padding: 16px 32px;
  font-size: 1.125rem;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: white;
  box-shadow: 0 4px 15px rgba(var(--primary-rgb), 0.3);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, var(--secondary), var(--primary));
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease;
}

.btn-primary:hover::before {
  opacity: 1;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(var(--primary-rgb), 0.6);
}

.glow-button {
  animation: pulse-glow 2s infinite;
}

@keyframes pulse-glow {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--primary-rgb), 0.7);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(var(--primary-rgb), 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(var(--primary-rgb), 0);
  }
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.05);
  color: var(--text-main);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(10px);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--glass-highlight);
  transform: translateY(-2px);
}

/* ===== Layout Utilities ===== */
.container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 24px;
}

.section-padding {
  padding: 80px 0;
}

.section-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 48px;
}

.section-header p {
  color: var(--text-muted);
  font-size: 1.125rem;
}

/* ===== Navigation ===== */
.navbar {
  position: fixed;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 48px);
  max-width: var(--container-width);
  border-radius: 100px;
  z-index: 100;
  padding: 12px 24px;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.company-name {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-main);
  background: linear-gradient(135deg, var(--text-main), var(--text-muted));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.logo img {
  height: 55px;
  /* Reduced slightly from 70px to balance with text */
  width: auto;
  filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.8)) drop-shadow(0 0 15px rgba(var(--primary-rgb), 0.4));
  transition: transform 0.3s ease, filter 0.3s ease;
}

.logo img:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 0 2px rgba(255, 255, 255, 1)) drop-shadow(0 0 25px rgba(var(--primary-rgb), 0.8));
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
}

.nav-links a:not(.btn-primary) {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-muted);
  transition: color 0.3s ease;
}

.nav-links a:not(.btn-primary):hover {
  color: var(--text-main);
}

/* ===== Hero Section ===== */
.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 60px;
  padding: calc(var(--nav-height) + 80px) 24px 80px;
  max-width: var(--container-width);
  margin: 0 auto;
}

.hero-subtitle {
  font-size: 1.25rem;
  color: var(--text-muted);
  margin-bottom: 40px;
  max-width: 500px;
}

.hero-actions {
  display: flex;
  gap: 16px;
}

/* Premium Visual Card in Hero */
.visual-card {
  aspect-ratio: 4/5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
  transform-style: preserve-3d;
}

.card-glow {
  position: absolute;
  width: 150px;
  height: 150px;
  background: var(--primary);
  filter: blur(80px);
  opacity: 0.5;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.visual-content {
  position: relative;
  z-index: 2;
  text-align: center;
  transform: translateZ(50px);
}

.hero-main-logo {
  width: 280px;
  max-width: 90%;
  height: auto;
  margin-bottom: 40px;
  filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.9)) drop-shadow(0 0 40px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 60px rgba(var(--primary-rgb), 0.6));
  animation: float-hero-logo 6s ease-in-out infinite;
  transform-style: preserve-3d;
  transform: translateZ(60px);
}

@keyframes float-hero-logo {

  0%,
  100% {
    transform: translateZ(60px) translateY(0) scale(1);
    filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.9)) drop-shadow(0 0 40px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 60px rgba(var(--primary-rgb), 0.6));
  }

  50% {
    transform: translateZ(80px) translateY(-15px) scale(1.05);
    filter: drop-shadow(0 0 2px rgba(255, 255, 255, 1)) drop-shadow(0 0 60px rgba(255, 255, 255, 0.8)) drop-shadow(0 0 80px rgba(var(--primary-rgb), 0.8));
  }
}

.visual-stats {
  display: flex;
  gap: 32px;
  background: rgba(0, 0, 0, 0.3);
  padding: 20px 32px;
  border-radius: 16px;
  border: 1px solid var(--glass-border);
}

.stat-item {
  display: flex;
  flex-direction: column;
}

.stat-value {
  font-size: 1.5rem;
  font-weight: 800;
  font-family: var(--font-heading);
  color: var(--text-main);
}

.stat-label {
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* ===== About Section ===== */
.about-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.about-card {
  padding: 40px 32px;
  border-radius: 20px;
  text-align: left;
}

.about-card i {
  font-size: 2.5rem;
  color: var(--secondary);
  margin-bottom: 24px;
}

.about-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
}

/* ===== Products Section ===== */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
}

.product-card {
  padding: 40px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-image {
  width: 100%;
  height: 220px;
  object-fit: contain;
  /* ensures whole roll/bag is visible */
  border-radius: 12px;
  margin-bottom: 24px;
  background: rgba(255, 255, 255, 0.02);
  /* subtle background if PNG has transparency */
  border: 1px solid var(--glass-highlight);
  padding: 10px;
  transition: transform 0.3s ease;
}

.product-card:hover .product-image {
  transform: scale(1.05);
}

.product-icon-wrapper {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.2), var(--secondary));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border: 1px solid var(--glass-highlight);
}

.product-icon-wrapper i {
  font-size: 2rem;
  color: var(--text-main);
}

.product-card p {
  color: var(--text-muted);
  margin-bottom: 24px;
  flex-grow: 1;
}

.product-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: var(--text-main);
}

.product-features i {
  color: var(--primary-light);
}

/* ===== Cursor Glow ===== */
.cursor-glow {
  position: fixed;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--primary-rgb), 0.12) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
  opacity: 0;
}

.cursor-glow.active {
  opacity: 1;
}

/* ===== Industry Marquee ===== */
.marquee-section {
  padding: 32px 0;
  overflow: hidden;
  border-top: 1px solid var(--glass-border);
  border-bottom: 1px solid var(--glass-border);
}

.marquee-label {
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--text-muted);
  margin-bottom: 20px;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 30s linear infinite;
}

.marquee-track:hover {
  animation-play-state: paused;
}

.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 28px;
  margin: 0 12px;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-muted);
  white-space: nowrap;
  border: 1px solid var(--glass-border);
  border-radius: 100px;
  background: var(--glass-bg);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: color 0.3s ease, border-color 0.3s ease;
}

.marquee-item:hover {
  color: var(--primary-light);
  border-color: rgba(var(--primary-rgb), 0.3);
}

.marquee-item i {
  font-size: 1.25rem;
  color: var(--primary-light);
}

@keyframes marquee-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ===== Why Choose Us ===== */
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.why-item {
  padding: 32px 24px;
  border-radius: 20px;
  text-align: center;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.why-item:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.15);
}

.why-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.2), rgba(var(--primary-rgb), 0.05));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  border: 1px solid var(--glass-highlight);
}

.why-icon i {
  font-size: 1.75rem;
  color: var(--primary-light);
}

.why-item h4 {
  font-size: 1.125rem;
  margin-bottom: 8px;
}

.why-item p {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* ===== How It Works ===== */
.steps-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.step-card {
  flex: 1;
  max-width: 320px;
  padding: 40px 32px;
  text-align: center;
  position: relative;
}

.step-number {
  font-family: var(--font-heading);
  font-size: 3rem;
  font-weight: 800;
  color: rgba(var(--primary-rgb), 0.15);
  position: absolute;
  top: 16px;
  right: 24px;
  line-height: 1;
}

.step-icon {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.25), rgba(var(--primary-rgb), 0.05));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  border: 1px solid var(--glass-highlight);
}

.step-icon i {
  font-size: 2rem;
  color: var(--primary-light);
}

.step-card h3 {
  font-size: 1.25rem;
}

.step-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
}

.step-connector {
  font-size: 1.5rem;
  color: var(--primary);
  opacity: 0.5;
  flex-shrink: 0;
}

/* ===== Testimonials ===== */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.testimonial-card {
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
}

.testimonial-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
}

.testimonial-stars i {
  font-size: 1.125rem;
  color: #F59E0B;
}

.testimonial-text {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.7;
  font-style: italic;
  flex-grow: 1;
  margin-bottom: 24px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
  border-top: 1px solid var(--glass-border);
  padding-top: 20px;
}

.author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.875rem;
  color: white;
  flex-shrink: 0;
}

.author-name {
  display: block;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--text-main);
}

.author-role {
  display: block;
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 2px;
}

/* ===== Stats Counter Strip ===== */
.stats-strip {
  padding: 0 24px;
  margin-top: -40px;
  position: relative;
  z-index: 2;
}

.stats-container {
  max-width: var(--container-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--glass-border);
  border-radius: 24px;
  padding: 40px 32px;
}

.stat-block {
  flex: 1;
  text-align: center;
}

.stat-number {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 800;
  color: var(--primary-light);
}

.stat-suffix {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 800;
  color: var(--primary-light);
}

.stat-text {
  display: block;
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-top: 4px;
  font-weight: 500;
}

.stat-divider {
  width: 1px;
  height: 50px;
  background: var(--glass-border);
  flex-shrink: 0;
}

/* ===== CTA Section ===== */
.cta-section {
  padding: 40px 0 80px;
}

.cta-card {
  padding: 80px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-glow {
  position: absolute;
  width: 300px;
  height: 300px;
  background: var(--primary);
  filter: blur(120px);
  opacity: 0.25;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cta-content {
  position: relative;
  z-index: 2;
}

.cta-content h2 {
  margin-bottom: 16px;
}

.cta-content p {
  color: var(--text-muted);
  font-size: 1.125rem;
  max-width: 500px;
  margin: 0 auto 40px;
}

.cta-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ===== Floating WhatsApp Button ===== */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25d366;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  z-index: 99;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
  animation: whatsapp-pulse 2s infinite;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 30px rgba(37, 211, 102, 0.6);
}

@keyframes whatsapp-pulse {
  0% { box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4), 0 0 0 0 rgba(37, 211, 102, 0.4); }
  70% { box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4), 0 0 0 15px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4), 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* ===== Back to Top Button ===== */
.back-to-top {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--glass-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--glass-border);
  color: var(--text-main);
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  z-index: 99;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--glass-highlight);
  transform: translateY(-3px);
}

/* ===== Navbar Scroll State ===== */
.navbar.scrolled {
  background: rgba(10, 10, 12, 0.85) !important;
  backdrop-filter: blur(30px) !important;
  -webkit-backdrop-filter: blur(30px) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

/* ===== Light Theme Overrides ===== */
[data-theme^="light-"] .navbar.scrolled {
  background: rgba(255, 255, 255, 0.85) !important;
  border-color: rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

[data-theme^="light-"] .glass-card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 0 20px rgba(var(--primary-rgb), 0.08);
}

[data-theme^="light-"] .blob {
  opacity: 0.35;
}

[data-theme^="light-"] .glass-overlay {
  background: radial-gradient(circle at 50% 50%, transparent 0%, rgba(245, 247, 250, 0.6) 100%);
}

[data-theme^="light-"] .hamburger span {
  background-color: var(--text-main);
  box-shadow: none;
}

[data-theme^="light-"] .visual-stats {
  background: rgba(255, 255, 255, 0.5);
}

[data-theme^="light-"] .hero-main-logo {
  filter: drop-shadow(0 4px 20px rgba(var(--primary-rgb), 0.3));
}

[data-theme^="light-"] .logo img {
  filter: drop-shadow(0 2px 8px rgba(var(--primary-rgb), 0.2));
}

[data-theme^="light-"] .logo img:hover {
  filter: drop-shadow(0 4px 16px rgba(var(--primary-rgb), 0.4));
}

[data-theme^="light-"] .footer-logo {
  filter: drop-shadow(0 2px 12px rgba(var(--primary-rgb), 0.2));
}

[data-theme^="light-"] .whatsapp-float {
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.3);
}

[data-theme^="light-"] .back-to-top {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(0, 0, 0, 0.08);
  color: var(--text-main);
}

[data-theme^="light-"] .text-gradient {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

[data-theme^="light-"] .hero-main-logo {
  animation: float-hero-logo-light 6s ease-in-out infinite;
}

@keyframes float-hero-logo-light {
  0%, 100% { transform: translateZ(60px) translateY(0) scale(1); filter: drop-shadow(0 4px 20px rgba(var(--primary-rgb), 0.3)); }
  50% { transform: translateZ(80px) translateY(-15px) scale(1.05); filter: drop-shadow(0 8px 30px rgba(var(--primary-rgb), 0.4)); }
}

[data-theme^="light-"] .cursor-glow {
  background: radial-gradient(circle, rgba(var(--primary-rgb), 0.08) 0%, transparent 70%);
}

/* ===== Footer ===== */
.footer {
  padding: 0 24px 24px;
  max-width: var(--container-width);
  margin: 0 auto;
}

.footer-panel {
  border-radius: 32px;
  padding: 60px 60px 30px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1.5fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
}

.footer-logo {
  height: 100px;
  /* increased from 48px */
  margin-bottom: 24px;
  filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.8)) drop-shadow(0 0 20px rgba(var(--primary-rgb), 0.3));
  transition: transform 0.3s ease, filter 0.3s ease;
}

.footer-logo:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 0 2px rgba(255, 255, 255, 1)) drop-shadow(0 0 25px rgba(var(--primary-rgb), 0.6));
}

.footer-brand p {
  color: var(--text-muted);
  max-width: 300px;
  margin-bottom: 24px;
}

.social-links {
  display: flex;
  gap: 16px;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  transition: all 0.3s ease;
  border: 1px solid var(--glass-border);
}

.social-icon:hover {
  background: var(--primary);
  border-color: var(--primary-light);
  transform: translateY(-3px);
}

.footer h4 {
  font-size: 1.25rem;
  margin-bottom: 24px;
}

.contact-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.contact-list i {
  font-size: 1.25rem;
  color: var(--primary-light);
  margin-top: 2px;
}

.footer-links ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links a {
  color: var(--text-muted);
  transition: color 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.footer-links a:hover {
  color: var(--primary-light);
}

.footer-bottom {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid var(--glass-border);
  color: var(--text-muted);
  font-size: 0.85rem;
}

/* ===== Responsive Design ===== */
@media (max-width: 968px) {
  .hero {
    grid-template-columns: 1fr;
    text-align: center;
    padding-top: calc(var(--nav-height) + 60px);
  }

  .hero-subtitle {
    margin: 0 auto 40px;
  }

  .hero-actions {
    justify-content: center;
    margin-bottom: 60px;
  }

  .visual-card {
    max-width: 400px;
    margin: 0 auto;
    transform: none !important;
    /* Disable 3D effect on mobile for better UX */
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps-grid {
    flex-direction: column;
    gap: 24px;
  }

  .step-connector {
    transform: rotate(90deg);
  }

  .step-card {
    max-width: 100%;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .stats-container {
    flex-wrap: wrap;
    gap: 24px;
    padding: 32px 24px;
  }

  .stat-divider {
    display: none;
  }

  .stat-block {
    flex: 0 0 40%;
  }

  .cta-card {
    padding: 50px 24px;
  }

  .cta-actions {
    flex-direction: column;
    align-items: center;
  }

  .cta-actions .btn-large {
    width: 100%;
  }
}

/* ===== Mobile Navigation (Hamburger) ===== */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  cursor: pointer;
  z-index: 1001;
  /* Above the overlay */
}

.hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: var(--text-main);
  border-radius: 3px;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }

  .nav-links {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(10, 10, 15, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s ease;
    z-index: 1000;
  }

  .nav-links.active {
    transform: translateY(0);
    opacity: 1;
  }

  .nav-links li {
    transform: translateY(20px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .nav-links.active li {
    transform: translateY(0);
    opacity: 1;
  }

  /* Stagger the links */
  .nav-links.active li:nth-child(1) {
    transition-delay: 0.1s;
  }

  .nav-links.active li:nth-child(2) {
    transition-delay: 0.2s;
  }

  .nav-links.active li:nth-child(3) {
    transition-delay: 0.3s;
  }

  .nav-links a {
    font-size: 1.5rem;
    font-weight: 600;
  }

  .hamburger.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

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

  .hamburger.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  .hero {
    padding-top: calc(var(--nav-height) + 20px);
  }

  .hero-actions {
    flex-direction: column;
  }

  .btn-large {
    width: 100%;
  }

  .footer-panel {
    padding: 40px 20px 20px;
  }
}

@media (max-width: 480px) {

  .why-grid {
    grid-template-columns: 1fr;
  }

  /* Extreme mobile typography and target optimization */
  h1 {
    font-size: clamp(2.2rem, 8vw, 3rem);
  }

  .company-name {
    font-size: 1.25rem;
  }

  .logo img {
    height: 45px;
  }

  /* Touch Targets optimization */
  .social-icon {
    width: 48px;
    height: 48px;
    font-size: 1.5rem;
  }

  .nav-container {
    padding: 0 16px;
  }

  .hero-actions .btn-large {
    padding: 16px;
    font-size: 1rem;
  }

  /* Layout Stacking Refinements */
  .visual-stats {
    flex-direction: column;
    gap: 16px;
    padding: 16px;
  }

  .product-image {
    height: 180px;
  }

  .product-card {
    padding: 24px;
  }

  .about-card {
    padding: 24px;
  }

  .section-padding {
    padding: 60px 0;
  }
}