/* ============================================================
   DRIVURA Homepage — Premium Redesign Styles
   All selectors scoped under .drivura-homepage to avoid
   conflicts with other pages or WordPress/Elementor sections.
   ============================================================ */

/* ── Global Homepage Scope ── */
.drivura-homepage {
  overflow-x: hidden;
}

/* ============================================================
   1. HERO SECTION
   ============================================================ */
.drivura-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0;
  background: var(--surface-body);
}

/* Background Layers */
.drivura-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.drivura-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  opacity: 0.85;
  filter: brightness(0.65) contrast(1.18) saturate(1.15);
  transform: scale(1.02);
}

.drivura-hero__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0.8;
  filter: brightness(0.62) contrast(1.18) saturate(1.15);
  transform: scale(1.02);
}

.drivura-hero__bg-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(rgba(255,255,255,0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.015) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.4;
  pointer-events: none;
}

.drivura-hero__bg-gradient {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(ellipse at 25% 45%, rgba(0, 180, 216, 0.12) 0%, transparent 65%),
    radial-gradient(ellipse at 75% 65%, rgba(197, 149, 58, 0.12) 0%, transparent 60%);
  pointer-events: none;
}

.drivura-hero__bg-vignette {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: linear-gradient(90deg, #0E121B 0%, rgba(14, 18, 27, 0.94) 40%, rgba(14, 18, 27, 0.6) 70%, rgba(14, 18, 27, 0.85) 100%);
  pointer-events: none;
}

/* Hero Content Container */
.drivura-hero__inner {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: var(--container-wide);
  margin: 0 auto;
  padding: 140px var(--gutter) 60px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: var(--space-8);
}

/* Hero Text */
.drivura-hero__content {
  position: relative;
  z-index: 3;
  max-width: 680px;
}

.drivura-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: 6px var(--space-4);
  background: rgba(0, 180, 216, 0.08);
  border: 1px solid rgba(0, 180, 216, 0.2);
  border-radius: var(--radius-full);
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  text-transform: uppercase;
  letter-spacing: var(--ls-widest);
  color: var(--brand-primary);
  margin-bottom: var(--space-6);
  opacity: 0;
  animation: drivura-fadeInUp 0.8s var(--ease-out) 0.3s forwards;
}

.drivura-hero__badge-dot {
  width: 6px;
  height: 6px;
  background: var(--brand-primary);
  border-radius: 50%;
  animation: drivura-pulse 2s infinite;
  box-shadow: 0 0 8px var(--brand-primary);
}

.drivura-hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5.5vw, 5rem);
  font-weight: var(--fw-extrabold);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: var(--space-5);
  opacity: 0;
  animation: drivura-fadeInUp 0.9s var(--ease-out) 0.45s forwards;
}

.drivura-hero__title-line {
  display: block;
}

.drivura-hero__title-gold {
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-style: italic;
}

.drivura-hero__subtitle {
  font-size: var(--fs-body-lg);
  color: var(--text-secondary);
  line-height: var(--lh-body);
  max-width: 480px;
  margin-bottom: var(--space-8);
  opacity: 0;
  animation: drivura-fadeInUp 0.9s var(--ease-out) 0.6s forwards;
}

.drivura-hero__actions {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  flex-wrap: wrap;
  opacity: 0;
  animation: drivura-fadeInUp 0.9s var(--ease-out) 0.75s forwards;
}

/* ============================================================
   3D HERO VISUAL — Authentic DRIVURA Can Presentation
   ============================================================ */
.drivura-hero__visual {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1200px;
  opacity: 0;
  animation: drivura-canReveal 1.1s var(--ease-out) 0.5s forwards;
}

.drivura-hero__can-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 440px;
}

/* Glowing Aura Behind Bottle */
.drivura-hero__can-glow {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle,
    rgba(0, 180, 216, 0.35) 0%,
    rgba(197, 149, 58, 0.22) 40%,
    transparent 70%);
  pointer-events: none;
  filter: blur(40px);
  animation: drivura-canGlowPulse 5s ease-in-out infinite alternate;
}

/* 3D Parallax & Floating Bottle Container */
.drivura-hero__can-wrap {
  position: relative;
  width: 310px;
  max-width: 85%;
  transform-style: preserve-3d;
  will-change: transform;
  animation: drivura-canLevitate 5.5s ease-in-out infinite;
  filter: drop-shadow(0 25px 40px rgba(0, 0, 0, 0.75))
          drop-shadow(0 8px 24px rgba(0, 180, 216, 0.25));
  transition: transform 0.15s ease-out;
}

.drivura-hero__can-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
  transform-origin: center center;
  transition: opacity 0.3s ease, transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Light Sheen Overlay */
.drivura-hero__can-sheen {
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(105deg,
    transparent 0%,
    rgba(255, 255, 255, 0.08) 45%,
    rgba(255, 255, 255, 0.22) 50%,
    rgba(255, 255, 255, 0.08) 55%,
    transparent 100%);
  transform: skewX(-20deg);
  pointer-events: none;
  animation: drivura-sheenSweep 7s ease-in-out infinite 2s;
  border-radius: 20px;
}

/* Soft Ground / Floor Shadow */
.drivura-hero__can-shadow {
  width: 220px;
  height: 22px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    transparent 80%);
  margin-top: 10px;
  animation: drivura-canShadow 5.5s ease-in-out infinite;
  filter: blur(5px);
  pointer-events: none;
}

/* Floating Specification Pill */
.drivura-hero__floating-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 6px 16px;
  background: rgba(14, 18, 27, 0.85);
  border: 1px solid rgba(197, 149, 58, 0.4);
  border-radius: var(--radius-full);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4), 0 0 10px rgba(197, 149, 58, 0.15);
}

.drivura-hero__floating-badge-icon {
  color: var(--brand-accent);
  font-size: 0.85rem;
}

.drivura-hero__floating-badge-text {
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Product Selector Switcher Pills */
.drivura-hero__can-selector {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.hero-selector-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--text-secondary);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  cursor: pointer;
  transition: all 0.25s ease;
}

.hero-selector-btn:hover {
  background: rgba(0, 180, 216, 0.15);
  border-color: rgba(0, 180, 216, 0.4);
  color: #fff;
  transform: translateY(-1px);
}

.hero-selector-btn.is-active {
  background: linear-gradient(135deg, rgba(0, 180, 216, 0.25), rgba(197, 149, 58, 0.25));
  border-color: var(--brand-primary);
  color: #fff;
  box-shadow: 0 0 12px rgba(0, 180, 216, 0.35);
}

/* Keyframes for Hero Visual */
@keyframes drivura-canReveal {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes drivura-canLevitate {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-15px) rotate(1.2deg);
  }
}

@keyframes drivura-canShadow {
  0%, 100% {
    transform: scale(1);
    opacity: 0.85;
  }
  50% {
    transform: scale(0.82);
    opacity: 0.45;
  }
}

@keyframes drivura-canGlowPulse {
  0% {
    transform: translate(-50%, -50%) scale(0.92);
    opacity: 0.65;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.12);
    opacity: 0.95;
  }
}

@keyframes drivura-sheenSweep {
  0% {
    left: -100%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40%, 100% {
    left: 140%;
    opacity: 0;
  }
}

/* Scroll indicator */
.drivura-hero__scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  opacity: 0;
  animation: drivura-fadeIn 1s var(--ease-out) 1.5s forwards;
  transition: opacity 0.3s ease;
}

.drivura-hero__scroll.is-hidden {
  opacity: 0 !important;
  pointer-events: none;
}

.drivura-hero__scroll-text {
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: var(--ls-widest);
  color: var(--text-secondary);
}

.drivura-hero__scroll-line {
  width: 2px;
  height: 40px;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.15);
}

.drivura-hero__scroll-line::after {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--brand-primary);
  animation: drivura-scrollLine 2s ease-in-out infinite;
}

/* Floating particles (CSS-only) */
.drivura-hero__particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.drivura-hero__particle {
  position: absolute;
  width: 3px;
  height: 3px;
  background: rgba(197, 149, 58, 0.4);
  border-radius: 50%;
  animation: drivura-float var(--duration) ease-in-out infinite;
}

.drivura-hero__particle:nth-child(1) { left: 15%; top: 30%; --duration: 6s; animation-delay: 0s; }
.drivura-hero__particle:nth-child(2) { left: 45%; top: 60%; --duration: 8s; animation-delay: 1s; width: 2px; height: 2px; }
.drivura-hero__particle:nth-child(3) { left: 70%; top: 25%; --duration: 7s; animation-delay: 2s; }
.drivura-hero__particle:nth-child(4) { left: 80%; top: 70%; --duration: 9s; animation-delay: 0.5s; width: 4px; height: 4px; background: rgba(0, 180, 216, 0.3); }
.drivura-hero__particle:nth-child(5) { left: 25%; top: 75%; --duration: 7.5s; animation-delay: 3s; width: 2px; height: 2px; background: rgba(0, 180, 216, 0.25); }
.drivura-hero__particle:nth-child(6) { left: 55%; top: 15%; --duration: 10s; animation-delay: 1.5s; }
.drivura-hero__particle:nth-child(7) { left: 90%; top: 45%; --duration: 6.5s; animation-delay: 2.5s; width: 2px; height: 2px; }
.drivura-hero__particle:nth-child(8) { left: 35%; top: 90%; --duration: 8.5s; animation-delay: 4s; background: rgba(0, 180, 216, 0.2); }


/* ============================================================
   2. VALUE HIGHLIGHTS
   ============================================================ */
.drivura-values {
  position: relative;
  padding: var(--space-10) 0;
  background: var(--surface-dark);
  border-top: var(--border-subtle);
  border-bottom: var(--border-subtle);
  overflow: hidden;
}

.drivura-values::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 210, 255, 0.4), transparent);
}

.drivura-values__inner {
  max-width: var(--container-wide);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.drivura-values__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: var(--space-4);
}

.drivura-values__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: var(--space-6) var(--space-4);
  background: var(--surface-card);
  border: var(--border-subtle);
  border-radius: var(--radius-lg);
  position: relative;
  cursor: default;
  transition: all var(--duration-normal) var(--ease-out);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.drivura-values__card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius-lg);
  padding: 1px;
  background: linear-gradient(135deg, rgba(0, 210, 255, 0.4), rgba(255, 179, 0, 0.3));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity var(--duration-normal) var(--ease-out);
  pointer-events: none;
}

.drivura-values__card:hover {
  background: var(--surface-card);
  transform: translateY(-4px);
  border-color: var(--brand-primary);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4), var(--shadow-glow-cyan);
}

.drivura-values__card:hover::before {
  opacity: 1;
}

.drivura-values__icon-wrap {
  position: relative;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-4);
}

.drivura-values__icon-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px solid rgba(0, 144, 201, 0.25);
  transition: all var(--duration-normal) var(--ease-out);
}

.drivura-values__card:hover .drivura-values__icon-ring {
  border-color: #0090C9;
  box-shadow: 0 0 20px rgba(0, 144, 201, 0.2);
  transform: scale(1.08);
}

.drivura-values__icon {
  width: 36px;
  height: 36px;
  color: var(--brand-primary);
  transition: all var(--duration-normal) var(--ease-out);
}

.drivura-values__card:hover .drivura-values__icon {
  transform: scale(1.1);
  filter: drop-shadow(0 0 8px rgba(0, 144, 201, 0.4));
}

.drivura-values__label {
  font-family: var(--font-display);
  font-size: var(--fs-small);
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: var(--ls-wider);
  color: var(--text-primary);
  line-height: 1.3;
}


/* ============================================================
   3. PRODUCT SHOWCASE
   ============================================================ */
.drivura-products {
  position: relative;
  padding: var(--space-12) 0;
  background: var(--surface-body);
}

.drivura-products__inner {
  max-width: var(--container-wide);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.drivura-products__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--space-8);
}

.drivura-products__heading {
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: var(--ls-wide);
  color: var(--text-primary);
}

.drivura-products__heading-accent {
  color: var(--brand-primary);
}

.drivura-products__view-all {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-family: var(--font-display);
  font-size: var(--fs-small);
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: var(--ls-wider);
  color: var(--brand-primary);
  transition: all var(--duration-fast) var(--ease-in-out);
}

.drivura-products__view-all:hover {
  color: var(--brand-primary-light);
  gap: var(--space-3);
}

/* Filter Tabs */
.drivura-products__tabs-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--space-4);
  margin-bottom: var(--space-8);
  border-bottom: var(--border-subtle);
  padding-bottom: var(--space-4);
}

.drivura-products__filters {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  flex-wrap: wrap;
}

.drivura-products__filter-btn {
  font-family: var(--font-display);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: var(--ls-wide);
  padding: 0.55rem 1.25rem;
  border-radius: var(--radius-full);
  background: var(--surface-card);
  color: var(--text-secondary);
  border: var(--border-subtle);
  cursor: pointer;
  transition: all var(--duration-fast) var(--ease-in-out);
}

.drivura-products__filter-btn:hover {
  color: var(--text-primary);
  border-color: var(--brand-primary);
  background: var(--surface-hover);
}

.drivura-products__filter-btn.active {
  background: var(--brand-primary);
  color: var(--text-inverse);
  border-color: var(--brand-primary);
  box-shadow: var(--shadow-glow-cyan);
}

.drivura-products__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-6);
  margin-bottom: var(--space-10);
}

.drivura-products__card {
  position: relative;
  border-radius: var(--radius-lg);
  background: var(--surface-card);
  border: var(--border-subtle);
  transition: transform var(--duration-normal) var(--ease-out), box-shadow var(--duration-normal) var(--ease-out), border-color var(--duration-normal) var(--ease-out);
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.drivura-products__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.6), 0 0 25px rgba(0, 210, 255, 0.15);
  border-color: var(--brand-primary);
}

/* Dual Can Stage */
.product-can-stage {
  position: relative;
  height: 310px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 50% 65%, rgba(0, 210, 255, 0.08) 0%, rgba(14, 18, 27, 0.7) 65%, var(--surface-card) 100%);
  border-bottom: var(--border-subtle);
  overflow: hidden;
  padding: 1.5rem 1rem 1rem;
}

.product-can-display {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.can-item {
  position: absolute;
  bottom: 0;
  height: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.can-item img {
  height: 100%;
  width: auto;
  max-width: 155px;
  object-fit: contain;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.can-item--front {
  left: 50%;
  transform: translateX(-25%) scale(0.96);
  z-index: 2;
  filter: drop-shadow(0 16px 25px rgba(0, 0, 0, 0.75));
}

.can-item--back {
  left: 50%;
  transform: translateX(-78%) scale(0.86);
  z-index: 1;
  opacity: 0.92;
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.6)) brightness(0.92);
}

.drivura-products__card:hover .can-item--front {
  transform: translateX(-22%) scale(1);
}

.drivura-products__card:hover .can-item--back {
  transform: translateX(-82%) scale(0.9);
  opacity: 1;
  filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.65)) brightness(1);
}

/* Specific view modes */
.product-can-stage[data-active-view="front"] .can-item--front {
  left: 50%;
  transform: translateX(-50%) scale(1.04);
  z-index: 3;
  opacity: 1;
}
.product-can-stage[data-active-view="front"] .can-item--back {
  left: 50%;
  transform: translateX(-120%) scale(0.7);
  opacity: 0;
  pointer-events: none;
}

.product-can-stage[data-active-view="back"] .can-item--front {
  left: 50%;
  transform: translateX(20%) scale(0.7);
  opacity: 0;
  pointer-events: none;
}
.product-can-stage[data-active-view="back"] .can-item--back {
  left: 50%;
  transform: translateX(-50%) scale(1.04);
  z-index: 3;
  opacity: 1;
  filter: drop-shadow(0 16px 25px rgba(0, 0, 0, 0.75)) brightness(1);
}

/* View Switcher Pills */
.product-can-toggle {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  gap: 2px;
  background: rgba(14, 18, 27, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 3px;
  border-radius: var(--radius-full);
  border: var(--border-subtle);
  z-index: 10;
}

.can-toggle-btn {
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: var(--fw-bold);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: var(--radius-full);
  background: transparent;
  color: var(--text-muted);
  border: none;
  cursor: pointer;
  transition: all var(--duration-fast) var(--ease-in-out);
}

.can-toggle-btn:hover {
  color: var(--text-primary);
}

.can-toggle-btn.active {
  background: var(--brand-primary);
  color: var(--text-inverse);
  box-shadow: 0 0 10px rgba(0, 210, 255, 0.4);
}

/* Corner Category Pill */
.product-viscosity-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 5;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: var(--ls-wide);
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-sm);
  background: rgba(14, 18, 27, 0.85);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 179, 0, 0.4);
  color: var(--brand-secondary);
}

/* Card Body */
.drivura-products__card-body {
  padding: var(--space-5);
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: left;
}

.drivura-products__meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--space-2);
}

.drivura-products__series-tag {
  font-family: var(--font-display);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: var(--ls-wider);
  color: var(--brand-primary);
}

.drivura-products__spec-tag {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--text-muted);
  background: var(--surface-dark);
  padding: 2px 6px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.drivura-products__card-title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--text-primary);
  margin-bottom: var(--space-2);
  line-height: 1.25;
}

.drivura-products__card-desc {
  font-size: var(--fs-small);
  color: var(--text-secondary);
  line-height: 1.55;
  margin-bottom: var(--space-4);
  flex: 1;
}

.drivura-products__feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--space-5);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.drivura-products__feature-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.78rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.drivura-products__feature-item svg {
  width: 14px;
  height: 14px;
  stroke: var(--brand-primary);
  flex-shrink: 0;
  margin-top: 2px;
}

.drivura-products__card-footer {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding-top: var(--space-4);
  border-top: var(--border-subtle);
  margin-top: auto;
}

.drivura-products__btn-specs {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding: 0.65rem 1rem;
  border-radius: var(--radius-sm);
  background: rgba(0, 210, 255, 0.12);
  border: 1px solid rgba(0, 210, 255, 0.35);
  color: var(--brand-primary);
  font-family: var(--font-display);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: var(--ls-wide);
  text-decoration: none;
  transition: all var(--duration-fast) var(--ease-in-out);
}

.drivura-products__btn-specs:hover {
  background: var(--brand-primary);
  color: var(--text-inverse);
  box-shadow: 0 0 16px rgba(0, 210, 255, 0.4);
}

.drivura-products__btn-inquire {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 0.85rem;
  border-radius: var(--radius-sm);
  background: var(--surface-hover);
  border: var(--border-subtle);
  color: var(--text-secondary);
  font-family: var(--font-display);
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  text-decoration: none;
  transition: all var(--duration-fast) var(--ease-in-out);
}

.drivura-products__btn-inquire:hover {
  color: var(--text-primary);
  border-color: var(--brand-secondary);
}

/* Category Quick Links Grid */
.drivura-products__gateways {
  margin-top: var(--space-8);
  padding-top: var(--space-8);
  border-top: var(--border-subtle);
}

.drivura-products__gateway-heading {
  font-family: var(--font-display);
  font-size: var(--fs-small);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: var(--ls-wider);
  color: var(--text-secondary);
  margin-bottom: var(--space-4);
  text-align: center;
}

.drivura-products__gateway-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-4);
}

.drivura-products__gateway-card {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-4);
  background: var(--surface-card);
  border: var(--border-subtle);
  border-radius: var(--radius-md);
  text-decoration: none;
  transition: all var(--duration-normal) var(--ease-out);
}

.drivura-products__gateway-card:hover {
  transform: translateY(-3px);
  border-color: var(--brand-primary);
  background: var(--surface-hover);
  box-shadow: var(--shadow-sm);
}

.drivura-products__gateway-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.drivura-products__gateway-info {
  display: flex;
  flex-direction: column;
}

.drivura-products__gateway-title {
  font-family: var(--font-display);
  font-size: var(--fs-small);
  font-weight: var(--fw-bold);
  color: var(--text-primary);
  line-height: 1.25;
}

.drivura-products__gateway-count {
  font-size: var(--fs-xs);
  color: var(--text-muted);
}

/* Bottom accent line */
.drivura-products__card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-primary), var(--brand-secondary));
  transform: scaleX(0);
  transition: transform var(--duration-normal) var(--ease-out);
}

.drivura-products__card:hover::after {
  transform: scaleX(1);
}


/* ============================================================
   4. TECHNOLOGY / ENGINE INTERACTION
   ============================================================ */
.drivura-tech {
  position: relative;
  padding: var(--space-12) 0 var(--space-16);
  background: var(--surface-dark);
  overflow: hidden;
  border-top: var(--border-subtle);
  border-bottom: var(--border-subtle);
}

.drivura-tech::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 210, 255, 0.4), transparent);
}

.drivura-tech__inner {
  max-width: var(--container-wide);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.drivura-tech__header {
  text-align: center;
  margin-bottom: var(--space-10);
}

.drivura-tech__label {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--fs-label);
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: var(--ls-widest);
  color: var(--brand-primary);
  margin-bottom: var(--space-3);
}

.drivura-tech__title {
  font-family: var(--font-display);
  font-size: var(--fs-h2);
  font-weight: var(--fw-extrabold);
  color: var(--text-primary);
}

.drivura-tech__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-10);
  align-items: center;
}

/* Engine visual */
.drivura-tech__visual {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.drivura-tech__engine-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-xl);
  transition: filter 0.6s ease;
}

/* Glow overlay points */
.drivura-tech__hotspot {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.5s ease, box-shadow 0.5s ease;
  pointer-events: none;
}

.drivura-tech__hotspot--1 { top: 30%; left: 35%; }
.drivura-tech__hotspot--2 { top: 50%; left: 55%; }
.drivura-tech__hotspot--3 { top: 65%; left: 40%; }

/* State: Friction */
.drivura-tech[data-state="friction"] .drivura-tech__hotspot--1 {
  opacity: 1;
  background: rgba(239, 68, 68, 0.6);
  box-shadow: 0 0 30px rgba(239, 68, 68, 0.5), 0 0 60px rgba(239, 68, 68, 0.2);
  animation: drivura-hotspotPulse 2s ease-in-out infinite;
}

/* State: Lubrication */
.drivura-tech[data-state="lubrication"] .drivura-tech__hotspot--2 {
  opacity: 1;
  background: rgba(0, 144, 201, 0.6);
  box-shadow: 0 0 30px rgba(0, 144, 201, 0.5), 0 0 60px rgba(0, 144, 201, 0.2);
  animation: drivura-hotspotPulse 2s ease-in-out infinite;
}

/* State: Protection */
.drivura-tech[data-state="protection"] .drivura-tech__hotspot--3 {
  opacity: 1;
  background: rgba(217, 119, 6, 0.6);
  box-shadow: 0 0 30px rgba(217, 119, 6, 0.5), 0 0 60px rgba(217, 119, 6, 0.2);
  animation: drivura-hotspotPulse 2s ease-in-out infinite;
}

/* Oil flow line for lubrication state */
.drivura-tech__oil-flow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.drivura-tech[data-state="lubrication"] .drivura-tech__oil-flow {
  opacity: 1;
}

.drivura-tech__oil-path {
  fill: none;
  stroke: url(#drivura-oil-gradient);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  transition: stroke-dashoffset 1.2s ease;
}

.drivura-tech[data-state="lubrication"] .drivura-tech__oil-path {
  stroke-dashoffset: 0;
}

/* Protection shield overlay */
.drivura-tech__shield-overlay {
  position: absolute;
  inset: 0;
  border-radius: var(--radius-xl);
  border: 2px solid transparent;
  pointer-events: none;
  transition: all 0.6s ease;
}

.drivura-tech[data-state="protection"] .drivura-tech__shield-overlay {
  border-color: rgba(217, 119, 6, 0.3);
  box-shadow: inset 0 0 40px rgba(217, 119, 6, 0.08), 0 0 30px rgba(217, 119, 6, 0.1);
}

/* Info panel */
.drivura-tech__info {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}

.drivura-tech__tabs {
  display: flex;
  gap: var(--space-3);
}

.drivura-tech__tab {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-3) var(--space-5);
  font-family: var(--font-display);
  font-size: var(--fs-small);
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: var(--ls-wider);
  color: var(--text-secondary);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-full);
  cursor: pointer;
  transition: all var(--duration-normal) var(--ease-out);
  background: var(--surface-card);
}

.drivura-tech__tab:hover {
  color: var(--text-primary);
  border-color: var(--brand-primary);
}

.drivura-tech__tab.is-active {
  color: var(--brand-primary);
  border-color: var(--brand-primary);
  background: rgba(0, 210, 255, 0.1);
  box-shadow: 0 0 20px rgba(0, 210, 255, 0.25);
}

.drivura-tech__tab-num {
  font-family: var(--font-mono);
  font-size: var(--fs-xs);
  color: var(--brand-primary);
  opacity: 0.9;
}

/* Tech content panels */
.drivura-tech__panel {
  display: none;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.drivura-tech__panel.is-active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.drivura-tech__panel-title {
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  font-weight: var(--fw-extrabold);
  color: var(--text-primary);
  margin-bottom: var(--space-3);
}

.drivura-tech__panel-desc {
  color: var(--text-secondary);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  max-width: 480px;
  margin-bottom: var(--space-5);
}

.drivura-tech__panel-stats {
  display: flex;
  gap: var(--space-6);
}

.drivura-tech__stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.drivura-tech__stat-value {
  font-family: var(--font-mono);
  font-size: var(--fs-h3);
  font-weight: var(--fw-bold);
  color: var(--brand-primary);
}

.drivura-tech__stat-label {
  font-size: var(--fs-xs);
  text-transform: uppercase;
  letter-spacing: var(--ls-wide);
  color: var(--text-secondary);
}


/* ============================================================
   5. TRUST & CREDIBILITY
   ============================================================ */
.drivura-trust {
  position: relative;
  padding: var(--space-12) 0;
  background: var(--surface-body);
}

.drivura-trust__inner {
  max-width: var(--container-wide);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.drivura-trust__header {
  text-align: center;
  margin-bottom: var(--space-10);
}

.drivura-trust__label {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--fs-label);
  font-weight: var(--fw-semibold);
  text-transform: uppercase;
  letter-spacing: var(--ls-widest);
  color: var(--brand-secondary);
  margin-bottom: var(--space-3);
}

.drivura-trust__title {
  font-family: var(--font-display);
  font-size: var(--fs-h2);
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: var(--ls-wide);
}

.drivura-trust__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: var(--space-5);
}

.drivura-trust__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: var(--space-6) var(--space-4);
  background: var(--surface-card);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--radius-lg);
  transition: all var(--duration-normal) var(--ease-out);
  position: relative;
  overflow: hidden;
}

.drivura-trust__card:hover {
  transform: translateY(-4px);
  border-color: rgba(197, 149, 58, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), var(--shadow-glow-gold);
}

.drivura-trust__card-icon {
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-5);
  color: var(--brand-secondary);
  transition: transform var(--duration-normal) var(--ease-out);
}

.drivura-trust__card:hover .drivura-trust__card-icon {
  transform: scale(1.1);
}

.drivura-trust__card-icon svg,
.drivura-trust__card-icon img {
  width: 84px;
  height: 84px;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(0, 180, 216, 0.55));
  transition: transform var(--duration-normal) var(--ease-out);
}

.drivura-trust__card:hover .drivura-trust__card-icon img {
  transform: scale(1.15);
}

.drivura-trust__card-title {
  font-family: var(--font-display);
  font-size: var(--fs-body);
  font-weight: var(--fw-semibold);
  text-transform: uppercase;
  letter-spacing: var(--ls-wide);
  color: var(--text-primary);
  margin-bottom: var(--space-2);
}

.drivura-trust__card-desc {
  font-size: var(--fs-small);
  color: var(--text-tertiary);
  line-height: 1.5;
  margin: 0;
}


/* ============================================================
   6. CTA BANNER
   ============================================================ */
.drivura-cta {
  position: relative;
  padding: clamp(90px, 12vh, 140px) 0;
  background: url('../images/cta-bg.jpg') center/cover no-repeat;
  text-align: center;
  overflow: hidden;
  isolation: isolate;
  border-top: var(--border-subtle);
  border-bottom: var(--border-subtle);
}

.drivura-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, 
    rgba(15, 23, 42, 0.72) 0%, 
    rgba(15, 23, 42, 0.88) 50%, 
    rgba(15, 23, 42, 0.72) 100%);
  z-index: 0;
  pointer-events: none;
}

.drivura-cta__inner {
  max-width: var(--container-narrow);
  margin: 0 auto;
  padding: 0 var(--gutter);
  position: relative;
  z-index: 2;
}

.drivura-cta__glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 300px;
  background: radial-gradient(ellipse, rgba(0, 180, 216, 0.15) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.drivura-cta__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: var(--ls-wide);
  color: var(--text-primary);
  margin-bottom: var(--space-3);
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}

.drivura-cta__subtitle {
  font-size: var(--fs-body-lg);
  color: var(--text-secondary);
  margin-bottom: var(--space-8);
  letter-spacing: var(--ls-wide);
  font-weight: 500;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}


/* ============================================================
   7. ENHANCED FOOTER
   ============================================================ */
.drivura-footer {
  background: #050508;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: var(--space-10) 0 0;
  position: relative;
}

.drivura-footer__inner {
  max-width: var(--container-wide);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.drivura-footer__grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr 1.2fr;
  gap: var(--space-8);
  padding-bottom: var(--space-8);
}

/* Brand column */
.drivura-footer__brand-logo {
  height: 56px;
  width: auto;
  margin-bottom: var(--space-4);
}

.drivura-footer__brand-tagline {
  font-family: var(--font-display);
  font-size: var(--fs-small);
  text-transform: uppercase;
  letter-spacing: var(--ls-wider);
  color: var(--text-secondary);
  margin-bottom: var(--space-4);
}

.drivura-footer__brand-desc {
  font-size: var(--fs-small);
  color: var(--text-secondary);
  max-width: 300px;
  line-height: 1.6;
  margin: 0;
}

/* Footer column headings */
.drivura-footer__heading {
  font-family: var(--font-display);
  font-size: var(--fs-label);
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: var(--ls-wider);
  color: var(--brand-primary);
  margin-bottom: var(--space-4);
  padding-bottom: var(--space-2);
  border-bottom: 1px solid rgba(0, 144, 201, 0.2);
}

.drivura-footer__links {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.drivura-footer__link {
  font-size: var(--fs-small);
  color: var(--text-secondary);
  transition: all var(--duration-fast) var(--ease-in-out);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.drivura-footer__link:hover {
  color: var(--brand-primary) !important;
  padding-left: 4px;
}

/* Contact info */
.drivura-footer__contact-item {
  display: flex;
  align-items: flex-start;
  gap: var(--space-2);
  font-size: var(--fs-small);
  color: var(--text-secondary);
  margin-bottom: var(--space-3);
}

.drivura-footer__contact-item svg {
  width: 16px;
  height: 16px;
  color: var(--brand-primary);
  flex-shrink: 0;
  margin-top: 2px;
}

/* Newsletter */
.drivura-footer__newsletter-title {
  font-family: var(--font-display);
  font-size: var(--fs-label);
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: var(--ls-wider);
  color: var(--brand-primary);
  margin-bottom: var(--space-3);
}

.drivura-footer__newsletter-desc {
  font-size: var(--fs-small);
  color: var(--text-secondary);
  margin-bottom: var(--space-4);
}

.drivura-footer__newsletter-form {
  display: flex;
  gap: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.drivura-footer__newsletter-input {
  flex: 1;
  padding: var(--space-3) var(--space-4);
  background: rgba(255, 255, 255, 0.06);
  border: none;
  border-radius: 0;
  color: var(--text-primary);
  font-size: var(--fs-small);
}

.drivura-footer__newsletter-input::placeholder {
  color: var(--text-tertiary);
}

.drivura-footer__newsletter-input:focus {
  outline: none;
  box-shadow: none;
}

.drivura-footer__newsletter-btn {
  padding: var(--space-3) var(--space-5);
  background: var(--brand-primary);
  color: var(--text-inverse);
  font-family: var(--font-display);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: var(--ls-wide);
  cursor: pointer;
  transition: background var(--duration-fast) var(--ease-in-out);
  white-space: nowrap;
  border: none;
  border-radius: 0;
}

.drivura-footer__newsletter-btn:hover {
  background: var(--brand-primary-hover);
}

/* Social media */
.drivura-footer__social {
  display: flex;
  gap: var(--space-3);
  margin-top: var(--space-5);
}

.drivura-footer__social-link {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--text-secondary);
  transition: all var(--duration-fast) var(--ease-in-out);
}

.drivura-footer__social-link:hover {
  background: var(--brand-primary);
  color: var(--text-inverse);
  border-color: var(--brand-primary);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 144, 201, 0.3);
}

.drivura-footer__social-link svg {
  width: 16px;
  height: 16px;
}

/* Footer bottom */
.drivura-footer__divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  margin-top: var(--space-4);
}

.drivura-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-5) 0;
  flex-wrap: wrap;
  gap: var(--space-4);
}

.drivura-footer__copyright {
  font-size: var(--fs-xs);
  color: var(--text-tertiary);
  margin: 0;
}

.drivura-footer__legal {
  display: flex;
  gap: var(--space-5);
}

.drivura-footer__legal a {
  font-size: var(--fs-xs);
  color: var(--text-tertiary);
  transition: color var(--duration-fast) var(--ease-in-out);
}

.drivura-footer__legal a:hover {
  color: var(--brand-primary) !important;
}


/* ============================================================
   ANIMATIONS — Homepage Specific
   ============================================================ */

@keyframes drivura-fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes drivura-fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes drivura-engineReveal {
  from {
    opacity: 0;
    transform: scale(0.92) translateX(40px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
}

@keyframes drivura-glowPulse {
  0%, 100% { opacity: 0.5; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 0.8; transform: translate(-50%, -50%) scale(1.05); }
}

@keyframes drivura-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(1.4); }
}

@keyframes drivura-float {
  0%, 100% {
    transform: translateY(0) translateX(0);
    opacity: 0;
  }
  10% { opacity: 1; }
  50% {
    transform: translateY(-40px) translateX(20px);
    opacity: 0.6;
  }
  90% { opacity: 0.3; }
  100% {
    transform: translateY(-80px) translateX(-10px);
    opacity: 0;
  }
}

@keyframes drivura-scrollLine {
  0% { top: -100%; }
  50% { top: 100%; }
  100% { top: 100%; }
}

@keyframes drivura-hotspotPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.3); }
}

/* Scroll reveal classes */
.drivura-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
}

.drivura-reveal--left {
  transform: translateX(-30px);
}

.drivura-reveal--right {
  transform: translateX(30px);
}

.drivura-reveal.is-visible {
  opacity: 1;
  transform: translateY(0) translateX(0);
}

.drivura-reveal-d1 { transition-delay: 100ms; }
.drivura-reveal-d2 { transition-delay: 200ms; }
.drivura-reveal-d3 { transition-delay: 300ms; }
.drivura-reveal-d4 { transition-delay: 400ms; }
.drivura-reveal-d5 { transition-delay: 500ms; }


/* ============================================================
   RESPONSIVE — Homepage
   ============================================================ */

@media (max-width: 1280px) {
  .drivura-hero__title {
    font-size: clamp(2.5rem, 5vw, 4rem);
  }

  .drivura-hero__engine-wrap {
    max-width: 560px;
  }
}

@media (max-width: 1024px) {
  /* Hero */
  .drivura-hero__inner {
    grid-template-columns: 1fr;
    justify-content: center;
    text-align: center;
    padding-top: 130px;
    padding-bottom: 60px;
    gap: var(--space-8);
  }

  .drivura-hero__content {
    margin: 0 auto;
    align-items: center;
  }

  .drivura-hero__visual {
    margin: 0 auto;
    width: 100%;
  }

  .drivura-hero__can-wrap {
    width: 250px;
  }

  .drivura-hero__subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .drivura-hero__actions {
    justify-content: center;
  }

  /* Values */
  .drivura-values__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  /* Products */
  .drivura-products__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Tech */
  .drivura-tech__layout {
    grid-template-columns: 1fr;
    gap: var(--space-8);
  }

  .drivura-tech__tabs {
    justify-content: center;
    flex-wrap: wrap;
  }

  /* Trust */
  .drivura-trust__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  /* Footer */
  .drivura-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-6);
  }

  .drivura-footer__grid > :first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  /* Values */
  .drivura-values__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-4);
  }

  .drivura-values__card {
    padding: var(--space-5) var(--space-3);
  }

  /* Products */
  .drivura-products__header {
    flex-direction: column;
    gap: var(--space-4);
    text-align: center;
  }

  .drivura-products__grid {
    grid-template-columns: 1fr;
    gap: var(--space-6);
  }

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

  /* Trust */
  .drivura-trust__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-4);
  }

  /* Footer — 2-Column Grid on Mobile (Quick Links Left, Products Right, Contact Left, Stay Updated Right) */
  .drivura-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-6) var(--space-4);
  }

  .drivura-footer__grid > :first-child {
    grid-column: 1 / -1;
  }

  .drivura-footer__bottom {
    flex-direction: column;
    gap: var(--space-4);
    text-align: center;
  }

  .drivura-footer__legal {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .drivura-hero__inner {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .drivura-hero__title {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .drivura-hero__engine-wrap {
    max-width: 320px;
  }

  .drivura-hero__actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: var(--space-3);
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }

  .drivura-hero__actions .btn {
    flex: 1;
    width: auto;
    padding: var(--space-3) var(--space-2);
    font-size: 0.75rem;
    letter-spacing: var(--ls-wide);
    white-space: nowrap;
  }

  .drivura-hero__actions .btn .btn__icon {
    width: 14px;
    height: 14px;
  }

  /* Values — 3x2 Grid on Mobile */
  .drivura-values__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-3) var(--space-2);
    max-width: 100%;
    margin: 0;
  }

  .drivura-values__card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: var(--space-4) var(--space-2);
    gap: 0;
  }

  .drivura-values__icon-wrap {
    width: 52px;
    height: 52px;
    margin-bottom: var(--space-2);
    flex-shrink: 0;
  }

  .drivura-values__icon {
    width: 26px;
    height: 26px;
  }

  .drivura-values__label {
    font-size: 0.72rem;
    line-height: 1.25;
    text-align: center;
  }

  /* Products — Mobile 1 Column */
  .drivura-products__grid {
    grid-template-columns: 1fr;
    gap: var(--space-5);
  }

  .product-can-stage {
    height: 280px;
    padding: 1.25rem 0.75rem 0.75rem;
  }

  .can-item img {
    max-width: 135px;
  }

  .product-viscosity-badge {
    top: 0.75rem;
    left: 0.75rem;
    font-size: 0.68rem;
    padding: 3px 8px;
  }

  .product-can-toggle {
    top: 0.75rem;
    right: 0.75rem;
  }

  .can-toggle-btn {
    font-size: 0.62rem;
    padding: 2px 7px;
  }

  .drivura-products__gateway-grid {
    grid-template-columns: 1fr;
  }

  /* Tech Section — Centered & Side-by-Side Stats on Mobile */
  .drivura-tech__info {
    align-items: center;
    text-align: center;
  }

  .drivura-tech__tabs {
    justify-content: center;
    gap: var(--space-2);
  }

  .drivura-tech__tab {
    padding: var(--space-2) var(--space-4);
    font-size: var(--fs-xs);
  }

  .drivura-tech__panel {
    text-align: center;
  }

  .drivura-tech__panel-title {
    text-align: center;
  }

  .drivura-tech__panel-desc {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .drivura-tech__panel-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-4);
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    justify-content: center;
  }

  .drivura-tech__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .drivura-tech__stat-value {
    text-align: center;
  }

  .drivura-tech__stat-label {
    text-align: center;
  }

  /* Trust — 2-Column Grid on Mobile */
  .drivura-trust__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-3);
  }

  .drivura-trust__card {
    flex-direction: column;
    text-align: center;
    padding: var(--space-4) var(--space-3);
  }

  .drivura-trust__card-icon {
    width: 60px;
    height: 60px;
    margin-bottom: var(--space-2);
    flex-shrink: 0;
  }

  .drivura-trust__card-icon svg,
  .drivura-trust__card-icon img {
    width: 50px;
    height: 50px;
  }

  .drivura-trust__card-title {
    font-size: var(--fs-xs);
  }

  .drivura-footer__newsletter-form {
    flex-direction: column;
  }

  .drivura-footer__newsletter-btn {
    border-radius: 0 0 var(--radius-md) var(--radius-md);
  }
}

@media (max-width: 400px) {
  .drivura-values__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-3);
  }

  .drivura-values__label {
    font-size: var(--fs-xs);
  }

}


/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  .drivura-hero__badge,
  .drivura-hero__title,
  .drivura-hero__subtitle,
  .drivura-hero__actions,
  .drivura-hero__engine-wrap,
  .drivura-hero__logo-badge,
  .drivura-hero__scroll {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .drivura-hero__particle {
    animation: none !important;
    display: none !important;
  }

  .drivura-hero__scroll-line::after {
    animation: none !important;
  }

  .drivura-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .drivura-values__card,
  .drivura-products__card,
  .drivura-trust__card {
    transition: none !important;
  }

  .drivura-hero__engine-glow {
    animation: none !important;
  }

  .drivura-tech__hotspot {
    animation: none !important;
  }
}
