/* ============================================================
   DRIVURA Technology Page — Complete Stylesheet
   Scoped under .drivura-technology-page
   ============================================================ */

/* ── Section Base ── */
.drivura-technology-page .drivura-tech-section {
  position: relative;
  padding: var(--space-12) 0;
  overflow: hidden;
}

.drivura-technology-page .drivura-tech-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 var(--space-5);
}

/* ── Section Titles ── */
.drivura-technology-page .drivura-tech-section-title {
  font-family: var(--font-display);
  font-size: var(--fs-h2);
  font-weight: var(--fw-extrabold);
  text-transform: uppercase;
  letter-spacing: var(--ls-wide);
  color: var(--text-primary);
  margin-bottom: var(--space-2);
  line-height: var(--lh-heading);
}

.drivura-technology-page .drivura-tech-section-title .text-cyan {
  color: var(--brand-primary);
}

.drivura-technology-page .drivura-tech-section-title .text-gold {
  color: var(--brand-secondary);
}

.drivura-technology-page .drivura-tech-section-subtitle {
  font-family: var(--font-display);
  font-size: var(--fs-small);
  font-weight: var(--fw-semibold);
  text-transform: uppercase;
  letter-spacing: var(--ls-widest);
  color: var(--brand-secondary);
  margin-bottom: var(--space-6);
}

/* ── Thin Section Divider ── */
.drivura-technology-page .drivura-tech-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(0,180,216,0.2) 20%, rgba(197,149,58,0.2) 80%, transparent 100%);
}


/* ============================================================
   2. TECHNOLOGY HERO
   ============================================================ */
.drivura-technology-page .drivura-tech-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 100px;
}

.drivura-tech-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.drivura-tech-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.drivura-tech-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #0E121B 0%, rgba(14, 18, 27, 0.95) 45%, rgba(14, 18, 27, 0.5) 75%, transparent 100%),
    linear-gradient(180deg, rgba(14, 18, 27, 0.4) 0%, transparent 40%, rgba(14, 18, 27, 0.7) 100%);
  z-index: 1;
}

.drivura-tech-hero__grid-overlay {
  position: absolute;
  inset: 0;
  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;
  z-index: 1;
  pointer-events: none;
}

.drivura-tech-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 var(--space-5);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-8);
  align-items: center;
}

.drivura-tech-hero__text {
  max-width: 600px;
}

.drivura-tech-hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5.5vw, 5rem);
  font-weight: var(--fw-extrabold);
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: var(--ls-tight);
  color: var(--text-primary);
  margin-bottom: var(--space-5);
}

.drivura-tech-hero__title .hero-cyan {
  color: var(--brand-primary);
}

.drivura-tech-hero__tagline {
  font-family: var(--font-display);
  font-size: var(--fs-h4);
  font-weight: var(--fw-semibold);
  color: var(--brand-secondary);
  margin-bottom: var(--space-4);
  line-height: 1.4;
}

.drivura-tech-hero__desc {
  font-size: var(--fs-body);
  color: var(--text-secondary);
  line-height: var(--lh-body);
  max-width: 520px;
}

/* Hero right side info panels (Viscosity & Pressure) */
.drivura-tech-hero__panels {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--space-4);
}

.drivura-tech-hero__data-card {
  background: rgba(17,17,24,0.85);
  border: 1px solid rgba(0,180,216,0.2);
  border-radius: var(--radius-md);
  padding: var(--space-4) var(--space-5);
  backdrop-filter: blur(12px);
  min-width: 200px;
  text-align: center;
}

.drivura-tech-hero__data-label {
  font-family: var(--font-mono);
  font-size: var(--fs-xs);
  text-transform: uppercase;
  letter-spacing: var(--ls-wider);
  color: var(--text-tertiary);
  margin-bottom: var(--space-1);
}

.drivura-tech-hero__data-value {
  font-family: var(--font-mono);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: var(--fw-bold);
  color: var(--brand-primary);
  line-height: 1.1;
}

.drivura-tech-hero__data-unit {
  font-size: var(--fs-small);
  color: var(--text-tertiary);
  margin-left: 4px;
}

.drivura-tech-hero__facility-label {
  position: absolute;
  top: 120px;
  right: var(--space-6);
  z-index: 3;
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: var(--ls-wider);
  color: rgba(255,255,255,0.5);
  text-align: right;
  line-height: 1.3;
}


/* ============================================================
   3. HERO QUALITY HIGHLIGHTS
   ============================================================ */
.drivura-tech-hero__highlights {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  border-top: var(--border-subtle);
  box-shadow: 0 -4px 20px rgba(15, 23, 42, 0.05);
}

.drivura-tech-hero__highlights-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: var(--space-4) var(--space-5);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-4);
}

.drivura-tech-highlight {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3) var(--space-4);
  background: var(--surface-card);
  border: var(--border-subtle);
  border-radius: var(--radius-sm);
  transition: all var(--duration-normal) var(--ease-out);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.drivura-tech-highlight:hover {
  border-color: #0090C9;
  box-shadow: 0 6px 20px rgba(0, 144, 201, 0.12);
  background: var(--surface-card);
}

.drivura-tech-highlight__icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  color: var(--brand-primary);
}

.drivura-tech-highlight__icon svg {
  width: 100%;
  height: 100%;
}

.drivura-tech-highlight__label {
  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(--text-primary);
  line-height: 1.3;
}


/* ============================================================
   4. TECHNOLOGY BEHIND EVERY DROP
   ============================================================ */
.drivura-tech-drops {
  background: var(--surface-dark);
  border-top: 1px solid rgba(255,255,255,0.04);
  border-bottom: 1px solid rgba(255,255,255,0.04);
}

.drivura-tech-drops__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.drivura-tech-drop-card {
  padding: var(--space-6) var(--space-5);
  border-right: 1px solid rgba(255,255,255,0.06);
  transition: all var(--duration-normal) var(--ease-out);
  position: relative;
}

.drivura-tech-drop-card:last-child {
  border-right: none;
}

.drivura-tech-drop-card:hover {
  background: rgba(0,180,216,0.03);
}

.drivura-tech-drop-card__icon {
  width: 48px;
  height: 48px;
  color: var(--brand-primary);
  margin-bottom: var(--space-4);
}

.drivura-tech-drop-card__icon svg {
  width: 100%;
  height: 100%;
}

.drivura-tech-drop-card__title {
  font-family: var(--font-display);
  font-size: var(--fs-small);
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: var(--ls-wide);
  color: var(--text-primary);
  margin-bottom: var(--space-3);
}

.drivura-tech-drop-card__desc {
  font-size: var(--fs-small);
  color: var(--text-secondary);
  line-height: var(--lh-body);
  margin-bottom: 0;
}


/* ============================================================
   5. LUBRICANT FORMULATION TECHNOLOGY — 100vh VIEWPORT FIT
   ============================================================ */
/* ============================================================
   5. LUBRICATION FORMULATION TECHNOLOGY — 100vh VIEWPORT FIT
   ============================================================ */
.drivura-tech-formulation {
  background: var(--surface-dark);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  min-height: calc(100vh - 60px);
  height: auto;
  display: flex;
  align-items: center;
  border-bottom: var(--border-subtle);
}

/* Override generic section padding (--space-12 = 96px) */
.drivura-technology-page .drivura-tech-formulation {
  padding: clamp(24px, 3.5vh, 48px) 0;
}

.drivura-tech-formulation > .drivura-tech-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: clamp(16px, 2.2vh, 28px);
}

/* ---- Header ---- */
.drivura-tech-formulation__header {
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}

.drivura-tech-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: clamp(8px, 1vw, 16px);
  font-family: var(--font-display);
  font-size: clamp(10px, 0.75vw, 13px);
  font-weight: 800;
  letter-spacing: 0.2em;
  color: #0090C9;
  text-transform: uppercase;
  margin-bottom: clamp(4px, 0.6vh, 8px);
}

.drivura-tech-eyebrow-line {
  width: clamp(24px, 3vw, 44px);
  height: 1px;
  background: linear-gradient(90deg, transparent, #0090C9);
}

.drivura-tech-eyebrow-line:last-child {
  background: linear-gradient(90deg, #0090C9, transparent);
}

.drivura-tech-formulation__header .drivura-tech-section-title {
  font-size: clamp(24px, 2.6vw, 42px);
  margin-bottom: clamp(4px, 0.5vh, 8px);
  color: var(--text-primary);
}

.drivura-tech-formulation__header .drivura-tech-section-subtitle {
  font-size: clamp(12px, 0.9vw, 16px);
  letter-spacing: 0.12em;
  color: var(--brand-secondary);
}

/* ---- 3-Column Hero Grid ---- */
.drivura-tech-formulation__hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1fr;
  gap: clamp(16px, 2vw, 32px);
  align-items: center;
  min-height: 0;
}

.drivura-tech-formulation__col {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2vh, 24px);
  width: 100%;
}

/* ---- Premium Bright Cards ---- */
.drivura-tech-card {
  background: var(--surface-card);
  border: var(--border-subtle);
  border-radius: clamp(14px, 1.4vw, 22px);
  padding: clamp(16px, 1.8vh, 22px) clamp(16px, 1.4vw, 22px);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}

.drivura-tech-card:hover {
  transform: translateY(-4px);
  border-color: #0090C9;
  box-shadow: 0 20px 50px rgba(0, 144, 201, 0.16);
}

.drivura-tech-card--additives:hover,
.drivura-tech-card--final:hover {
  border-color: #D97706;
  box-shadow: 0 20px 50px rgba(217, 119, 6, 0.16);
}

.drivura-tech-card__header {
  display: flex;
  align-items: flex-start;
  gap: clamp(8px, 0.8vw, 14px);
  margin-bottom: clamp(10px, 1.2vh, 14px);
}

.drivura-tech-card__number {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 1.8vw, 2rem);
  font-weight: 800;
  color: #0090C9;
  line-height: 1;
}

.drivura-tech-card__number.gold,
.drivura-tech-card--additives .drivura-tech-card__number {
  color: #D97706;
}

.drivura-tech-card__title {
  font-family: var(--font-display);
  font-size: clamp(0.9rem, 1.05vw, 1.2rem);
  font-weight: 800;
  letter-spacing: 0.05em;
  color: var(--text-primary);
  margin: 0;
}

.drivura-tech-card__subtitle {
  font-size: clamp(0.72rem, 0.8vw, 0.82rem);
  color: var(--text-secondary);
  font-weight: 500;
}

.drivura-tech-card__visual {
  position: relative;
  border-radius: clamp(8px, 0.8vw, 14px);
  overflow: hidden;
  margin-bottom: clamp(12px, 1.4vh, 16px);
  background: var(--surface-elevated);
  border: var(--border-subtle);
  aspect-ratio: 16 / 9;
  width: 100%;
}

.drivura-tech-card__img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.drivura-tech-card:hover .drivura-tech-card__img {
  transform: scale(1.04);
}

.drivura-tech-card__glow-cyan {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(0, 144, 201, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.drivura-tech-card__glow-gold {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(217, 119, 6, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.drivura-tech-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.drivura-tech-card__list li {
  display: flex;
  align-items: center;
  gap: clamp(6px, 0.6vw, 12px);
  font-size: clamp(0.76rem, 0.82vw, 0.9rem);
  font-weight: 500;
  color: var(--text-secondary);
  padding: clamp(3px, 0.5vh, 6px) 0;
  border-bottom: var(--border-subtle);
}

.drivura-tech-card__list li:last-child {
  border-bottom: none;
}

.drivura-tech-icon-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00AEEF;
  box-shadow: 0 0 8px rgba(0, 174, 239, 0.6);
  flex-shrink: 0;
}

.drivura-tech-icon-dot.gold,
.drivura-tech-card--additives .drivura-tech-icon-dot {
  background: #D6A63A;
  box-shadow: 0 0 8px rgba(214, 166, 58, 0.6);
}

.drivura-tech-perf-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(6px, 0.7vh, 10px);
}

.drivura-tech-perf-item {
  display: flex;
  align-items: center;
  gap: clamp(6px, 0.6vw, 10px);
  padding: clamp(5px, 0.6vh, 8px) clamp(8px, 0.8vw, 12px);
  background: var(--surface-card);
  border: var(--border-subtle);
  border-radius: clamp(6px, 0.6vw, 10px);
  transition: background 0.3s ease, border-color 0.3s ease;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.drivura-tech-perf-item:hover {
  background: var(--surface-card);
  border-color: #0090C9;
  box-shadow: 0 6px 16px rgba(0, 144, 201, 0.12);
}

.drivura-tech-perf-icon {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background: rgba(0, 144, 201, 0.1);
  border: 1px solid #0090C9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0090C9;
  flex-shrink: 0;
}

.drivura-tech-perf-icon svg {
  width: 14px;
  height: 14px;
}

.drivura-tech-perf-label {
  font-family: var(--font-display);
  font-size: clamp(0.65rem, 0.7vw, 0.78rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-primary) !important;
}

/* ---- Center Formulation Molecular Core ---- */
.drivura-tech-formulation__core {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: clamp(340px, 42vh, 500px);
  padding: clamp(20px, 3vh, 40px) 0;
}

/* Surrounding Process Nodes (01, 02, 03, 04 surrounding the Center Ball) */
.drivura-tech-orb-node {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: clamp(8px, 1vw, 12px);
  background: rgba(8, 13, 20, 0.92);
  border: 1px solid rgba(0, 174, 239, 0.3);
  border-radius: 30px;
  padding: clamp(6px, 0.8vh, 10px) clamp(12px, 1vw, 18px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6), 0 0 15px rgba(0, 174, 239, 0.15);
  backdrop-filter: blur(12px);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.drivura-tech-orb-node:hover {
  transform: scale(1.05);
  border-color: rgba(0, 217, 255, 0.6);
}

.drivura-tech-orb-node__num {
  width: clamp(26px, 1.8vw, 32px);
  height: clamp(26px, 1.8vw, 32px);
  border-radius: 50%;
  background: rgba(0, 174, 239, 0.15);
  border: 1.5px solid #00AEEF;
  color: #00AEEF;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(0.75rem, 0.85vw, 0.9rem);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.drivura-tech-orb-node__num.gold {
  background: rgba(214, 166, 58, 0.15);
  border-color: #F2C35E;
  color: #F2C35E;
}

.drivura-tech-orb-node__info {
  display: flex;
  flex-direction: column;
}

.drivura-tech-orb-node__info strong {
  font-family: var(--font-display);
  font-size: clamp(0.68rem, 0.75vw, 0.82rem);
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #F5F7FA;
  line-height: 1.2;
}

.drivura-tech-orb-node__info small {
  font-size: clamp(0.58rem, 0.65vw, 0.7rem);
  color: #8B96A5;
}

/* Positioning 01, 02, 03, 04 surrounding the Center Ball */
.drivura-tech-orb-node--top-left {
  top: 5%;
  left: -10%;
}

.drivura-tech-orb-node--top-right {
  top: 5%;
  right: -10%;
}

.drivura-tech-orb-node--bottom-left {
  bottom: 5%;
  left: -10%;
}

.drivura-tech-orb-node--bottom-right {
  bottom: 5%;
  right: -10%;
}

.drivura-tech-tech-ring {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.drivura-tech-tech-ring--outer {
  width: clamp(280px, 34vh, 420px);
  height: clamp(280px, 34vh, 420px);
  border-top: 2px dashed rgba(0, 174, 239, 0.4);
  border-bottom: 2px dashed rgba(214, 166, 58, 0.4);
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  animation: rotateRing 25s linear infinite;
}

.drivura-tech-tech-ring--inner {
  width: clamp(230px, 28vh, 350px);
  height: clamp(230px, 28vh, 350px);
  border: 1px solid rgba(0, 217, 255, 0.22);
  animation: rotateRingRev 18s linear infinite;
}

@keyframes rotateRing {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
@keyframes rotateRingRev {
  from { transform: rotate(360deg); }
  to   { transform: rotate(0deg); }
}

.drivura-tech-orb-wrapper {
  position: relative;
  width: clamp(200px, 25vh, 300px);
  height: clamp(200px, 25vh, 300px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.drivura-tech-orb-glow {
  position: absolute;
  width: 95%;
  height: 95%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(214, 166, 58, 0.32) 0%, rgba(0, 174, 239, 0.2) 50%, transparent 75%);
  filter: blur(28px);
  animation: pulseOrbGlow 4s ease-in-out infinite alternate;
}

@keyframes pulseOrbGlow {
  0%   { transform: scale(0.95); opacity: 0.7; }
  100% { transform: scale(1.06); opacity: 1; }
}

.drivura-tech-orb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 45px rgba(214, 166, 58, 0.35), 0 0 70px rgba(0, 174, 239, 0.2);
  transition: transform 0.5s ease;
}

.drivura-tech-orb-wrapper:hover .drivura-tech-orb-img {
  transform: scale(1.05);
}

/* Oil Droplet */
.drivura-tech-droplet-container {
  position: absolute;
  bottom: clamp(-24px, -3.5vh, -40px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.drivura-tech-droplet {
  width: 12px;
  height: 18px;
  background: radial-gradient(circle at 30% 30%, #F2C35E, #D6A63A);
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  box-shadow: 0 0 12px rgba(242, 195, 94, 0.8);
  animation: fallDroplet 3s ease-in-out infinite;
}

@keyframes fallDroplet {
  0%   { transform: translateY(-16px) scale(0.8); opacity: 0; }
  40%  { transform: translateY(0) scale(1); opacity: 1; }
  80%  { transform: translateY(12px) scale(1.08); opacity: 0.8; }
  100% { transform: translateY(20px) scale(1.2); opacity: 0; }
}

.drivura-tech-droplet-ripple { display: none; }

/* ---- Performance Card (03) ---- */
.drivura-tech-card--performance {
  margin-bottom: 0;
  padding: clamp(14px, 1.6vh, 22px) clamp(16px, 1.5vw, 26px);
}

.drivura-tech-card--performance .drivura-tech-card__number {
  color: #00AEEF;
}

.drivura-tech-perf-layout {
  display: grid;
  grid-template-columns: 0.4fr 0.6fr;
  gap: clamp(16px, 2vw, 32px);
  align-items: center;
}

.drivura-tech-perf-visual {
  position: relative;
  border-radius: clamp(10px, 1vw, 16px);
  overflow: hidden;
  background: #000;
  box-shadow: 0 8px 24px rgba(0,0,0,0.5);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.drivura-tech-perf-img {
  width: 100%;
  height: clamp(170px, 22vh, 250px);
  object-fit: cover;
  display: block;
}

.drivura-tech-perf-glow { display: none; }

.drivura-tech-perf-content .drivura-tech-card__header {
  margin-bottom: clamp(4px, 0.6vh, 10px);
}

.drivura-tech-perf-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(6px, 0.7vh, 12px);
}

.drivura-tech-perf-item {
  display: flex;
  align-items: center;
  gap: clamp(5px, 0.5vw, 10px);
  padding: clamp(5px, 0.5vh, 10px) clamp(8px, 0.7vw, 14px);
  background: var(--surface-card);
  border: var(--border-subtle);
  border-radius: clamp(6px, 0.5vw, 10px);
  transition: background 0.3s ease, border-color 0.3s ease;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.drivura-tech-perf-item:hover {
  background: var(--surface-card);
  border-color: #0090C9;
  box-shadow: 0 6px 16px rgba(0, 144, 201, 0.12);
}

.drivura-tech-perf-icon {
  width: clamp(26px, 2.5vh, 34px);
  height: clamp(26px, 2.5vh, 34px);
  border-radius: 6px;
  background: rgba(0, 144, 201, 0.1);
  border: 1px solid #0090C9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0090C9;
  flex-shrink: 0;
}

.drivura-tech-perf-icon svg {
  width: clamp(14px, 1.4vh, 18px);
  height: clamp(14px, 1.4vh, 18px);
}

.drivura-tech-perf-label {
  font-family: var(--font-display);
  font-size: clamp(0.6rem, 0.7vw, 0.78rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-primary) !important;
}

/* ---- Bottom Process Timeline ---- */
.drivura-tech-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(6px, 0.8vw, 16px);
  background: rgba(8, 13, 20, 0.92);
  border: 1px solid rgba(0, 174, 239, 0.18);
  border-radius: clamp(10px, 1vw, 18px);
  padding: clamp(6px, 0.8vh, 14px) clamp(10px, 0.9vw, 18px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.25);
}

.drivura-tech-timeline__step {
  display: flex;
  align-items: center;
  gap: clamp(6px, 0.6vw, 12px);
  position: relative;
}

.drivura-tech-timeline__badge {
  width: clamp(28px, 3.5vh, 40px);
  height: clamp(28px, 3.5vh, 40px);
  border-radius: 50%;
  background: rgba(0, 174, 239, 0.12);
  border: 2px solid #00AEEF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: clamp(0.65rem, 0.75vw, 0.9rem);
  font-weight: 800;
  color: #00AEEF;
  box-shadow: 0 0 10px rgba(0, 174, 239, 0.25);
  flex-shrink: 0;
}

.drivura-tech-timeline__badge.gold {
  background: rgba(214, 166, 58, 0.15);
  border-color: #F2C35E;
  color: #F2C35E;
  box-shadow: 0 0 10px rgba(242, 195, 94, 0.35);
}

.drivura-tech-timeline__text h4 {
  font-family: var(--font-display);
  font-size: clamp(0.6rem, 0.7vw, 0.8rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #F5F7FA;
  margin: 0 0 1px 0;
}

.drivura-tech-timeline__text p {
  font-size: clamp(0.55rem, 0.6vw, 0.7rem);
  color: #8B96A5;
  margin: 0;
  line-height: 1.25;
}

.drivura-tech-timeline__arrow {
  color: rgba(0, 174, 239, 0.4);
  font-size: clamp(1rem, 1.2vw, 1.4rem);
  font-weight: 300;
  margin-left: auto;
}

.text-gold {
  color: #D97706 !important;
}

.drivura-tech-form-list__title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: var(--ls-wider);
  color: var(--brand-primary);
  margin-bottom: var(--space-4);
}

.drivura-tech-form-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.drivura-tech-form-list li {
  position: relative;
  padding-left: var(--space-5);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
  line-height: 2;
}

.drivura-tech-form-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--brand-primary);
  font-weight: var(--fw-bold);
  font-size: 1.2rem;
}


/* ============================================================
   6. ENGINE PROTECTION TECHNOLOGY
   ============================================================ */
.drivura-tech-engine {
  background: var(--surface-dark);
  padding: var(--space-12) 0;
  border-top: var(--border-subtle);
  border-bottom: var(--border-subtle);
}

.drivura-tech-engine__layout {
  display: grid;
  grid-template-columns: 280px 1fr 280px;
  gap: var(--space-6);
  align-items: center;
  min-height: 500px;
}

.drivura-tech-engine__callouts-left,
.drivura-tech-engine__callouts-right {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
}

.drivura-tech-engine__callout {
  position: relative;
  padding: var(--space-4);
  background: var(--surface-card);
  border: var(--border-subtle);
  border-radius: var(--radius-sm);
  transition: all var(--duration-normal) var(--ease-out);
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

.drivura-tech-engine__callout:hover {
  border-color: #0090C9;
  background: var(--surface-card);
  box-shadow: 0 10px 24px rgba(0, 144, 201, 0.12);
}

.drivura-tech-engine__callout::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 30px;
  height: 1px;
  background: linear-gradient(90deg, var(--brand-primary), transparent);
}

.drivura-tech-engine__callouts-left .drivura-tech-engine__callout::after {
  right: -30px;
}

.drivura-tech-engine__callouts-right .drivura-tech-engine__callout::after {
  left: -30px;
  background: linear-gradient(270deg, var(--brand-primary), transparent);
}

.drivura-tech-engine__callout-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand-primary);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 10px var(--brand-primary);
}

.drivura-tech-engine__callouts-left .drivura-tech-engine__callout-dot {
  right: -34px;
}

.drivura-tech-engine__callouts-right .drivura-tech-engine__callout-dot {
  left: -34px;
}

.drivura-tech-engine__callout-title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: var(--ls-wide);
  color: #0090C9;
  margin-bottom: var(--space-2);
}

.drivura-tech-engine__callout-desc {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.5;
  margin: 0;
}

.drivura-tech-engine__image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.drivura-tech-engine__image img {
  width: 100%;
  max-width: 420px;
  height: auto;
  border-radius: var(--radius-md);
  filter: drop-shadow(0 0 30px rgba(0, 144, 201, 0.15));
}


/* ============================================================
   7. VISCOSITY TECHNOLOGY
   ============================================================ */
.drivura-tech-viscosity {
  background: var(--surface-body);
}

.drivura-tech-viscosity__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-8);
  align-items: start;
}

/* Viscosity Selector Pills */
.drivura-tech-visc-grades {
  display: flex;
  gap: var(--space-2);
  flex-wrap: wrap;
  margin-bottom: var(--space-6);
}

.drivura-tech-visc-grade {
  padding: var(--space-2) var(--space-4);
  background: var(--surface-card);
  border: var(--border-subtle);
  border-radius: var(--radius-full);
  font-family: var(--font-mono);
  font-size: var(--fs-small);
  font-weight: var(--fw-semibold);
  color: var(--text-secondary);
  cursor: pointer;
  transition: all var(--duration-normal) var(--ease-out);
}

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

.drivura-tech-visc-grade.active {
  background: var(--brand-primary);
  border-color: var(--brand-primary);
  color: var(--text-inverse);
}

/* Temperature Spectrum */
.drivura-tech-temp-spectrum {
  position: relative;
  height: 6px;
  border-radius: var(--radius-full);
  background: linear-gradient(90deg, #0090C9, #00B4D8, #48CAE4, #E5A93C, #D97706, #B45309);
  margin-bottom: var(--space-3);
  overflow: visible;
}

.drivura-tech-temp-indicator {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--surface-card);
  border: 3px solid var(--brand-primary);
  box-shadow: 0 0 12px var(--brand-primary);
  transition: left 0.5s var(--ease-out);
  z-index: 2;
}

.drivura-tech-temp-labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--space-6);
}

.drivura-tech-temp-labels span {
  font-family: var(--font-mono);
  font-size: var(--fs-xs);
  text-transform: uppercase;
  letter-spacing: var(--ls-wide);
  font-weight: 700;
}

.drivura-tech-temp-labels .temp-low {
  color: var(--brand-primary);
}

.drivura-tech-temp-labels .temp-high {
  color: var(--brand-secondary);
}

/* Viscosity Info Panel */
.drivura-tech-visc-info {
  padding: var(--space-5);
  background: var(--surface-card);
  border: var(--border-subtle);
  border-radius: var(--radius-md);
  min-height: 120px;
  transition: all var(--duration-normal) var(--ease-out);
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

.drivura-tech-visc-info__grade {
  font-family: var(--font-mono);
  font-size: var(--fs-h3);
  font-weight: var(--fw-bold);
  color: var(--brand-primary);
  margin-bottom: var(--space-2);
}

.drivura-tech-visc-info__desc {
  font-size: var(--fs-small);
  color: var(--text-secondary);
  margin: 0;
  line-height: var(--lh-body);
}

/* Viscosity Depends On */
.drivura-tech-visc-factors {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: var(--space-4);
  margin-top: var(--space-6);
}

.drivura-tech-visc-factor {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--space-2);
}

.drivura-tech-visc-factor__icon {
  width: 32px;
  height: 32px;
  color: var(--brand-primary);
}

.drivura-tech-visc-factor__icon svg {
  width: 100%;
  height: 100%;
}

.drivura-tech-visc-factor__label {
  font-size: var(--fs-xs);
  color: var(--text-secondary);
  font-weight: 600;
  letter-spacing: var(--ls-wide);
}


/* ============================================================
   8. OIL FLOW BEHAVIOR
   ============================================================ */
.drivura-tech-oilflow {
  margin-top: var(--space-6);
}

.drivura-tech-oilflow__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-5);
}

.drivura-tech-oilflow-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
  border: var(--border-subtle);
  height: 200px;
  cursor: pointer;
  transition: all var(--duration-normal) var(--ease-out);
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
}

.drivura-tech-oilflow-card:hover {
  border-color: #0090C9;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.drivura-tech-oilflow-card__bg {
  position: absolute;
  inset: 0;
  transition: transform var(--duration-slow) var(--ease-out);
}

.drivura-tech-oilflow-card__bg.cold-bg {
  background: url('../images/technology/LOW-TEMPERATURE.png') center/cover no-repeat;
}

.drivura-tech-oilflow-card__bg.hot-bg {
  background: url('../images/technology/HIGH TEMPERATURE.png') center/cover no-repeat;
}

.drivura-tech-oilflow-card__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.25) 0%, rgba(15, 23, 42, 0.85) 100%);
}

.drivura-tech-oilflow-card:hover .drivura-tech-oilflow-card__bg {
  transform: scale(1.05);
}

.drivura-tech-oilflow-card__content {
  position: relative;
  z-index: 2;
  padding: var(--space-5);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

.drivura-tech-oilflow-card__title {
  font-family: var(--font-display);
  font-size: var(--fs-body);
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: var(--ls-wide);
  color: #FFFFFF;
  margin-bottom: var(--space-2);
}

.drivura-tech-oilflow-card__desc {
  font-size: var(--fs-small);
  color: #E2E8F0;
  margin: 0;
}


/* ============================================================
   9. SYNTHETIC LUBRICANT TECHNOLOGY
   ============================================================ */
.drivura-tech-synthetic {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: var(--surface-dark);
  border-top: var(--border-subtle);
  border-bottom: var(--border-subtle);
}

.drivura-tech-synthetic::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, 
    var(--surface-body) 0%, 
    var(--surface-dark) 50%, 
    var(--surface-body) 100%);
  z-index: 0;
  pointer-events: none;
}

.drivura-tech-synthetic > * {
  position: relative;
  z-index: 1;
}

.drivura-tech-synthetic__content {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: var(--space-6);
  align-items: center;
  margin-top: var(--space-4);
}

.drivura-tech-synthetic__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.drivura-tech-synthetic__list li {
  position: relative;
  padding: var(--space-3) 0 var(--space-3) var(--space-6);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.7;
}

.drivura-tech-synthetic__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand-primary);
  box-shadow: 0 0 8px rgba(0, 144, 201, 0.4);
}

.drivura-tech-synthetic__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  padding: var(--space-2);
}

.drivura-tech-synthetic__glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(217, 119, 6, 0.15) 0%, rgba(0, 144, 201, 0.1) 45%, transparent 70%);
  filter: blur(25px);
  pointer-events: none;
}

.drivura-tech-synthetic__molecule-img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 290px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 20px rgba(0, 144, 201, 0.2));
  animation: floatMolecules 6s ease-in-out infinite;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.drivura-tech-synthetic__visual:hover .drivura-tech-synthetic__molecule-img {
  transform: scale(1.05) translateY(-4px);
  filter: drop-shadow(0 0 30px rgba(0, 144, 201, 0.35));
}

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


/* ============================================================
   10. INDUSTRIAL LUBRICATION TECHNOLOGY
   ============================================================ */
.drivura-tech-industrial {
  background: var(--surface-body);
}

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

.drivura-tech-industrial-card {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: var(--radius-md);
  border: var(--border-subtle);
  cursor: pointer;
  transition: all var(--duration-normal) var(--ease-out);
}

.drivura-tech-industrial-card:hover {
  border-color: #0090C9;
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
}

.drivura-tech-industrial-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--duration-slow) var(--ease-out);
}

.drivura-tech-industrial-card:hover .drivura-tech-industrial-card__img {
  transform: scale(1.1);
}

.drivura-tech-industrial-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(15, 23, 42, 0.85) 100%);
  pointer-events: none;
}

.drivura-tech-industrial-card__label {
  position: absolute;
  bottom: var(--space-3);
  left: var(--space-3);
  right: var(--space-3);
  font-family: var(--font-display);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: var(--ls-wide);
  color: #FFFFFF;
  text-align: center;
}

/* Industrial Factors */
.drivura-tech-industrial__factors {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-6);
  flex-wrap: wrap;
  padding-top: var(--space-5);
  border-top: var(--border-subtle);
}

.drivura-tech-industrial__factors-label {
  font-size: 1.05rem;
  color: var(--text-secondary);
  font-weight: 600;
  margin-right: var(--space-4);
}

.drivura-tech-industrial-factor {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-3);
  cursor: pointer;
}

.drivura-tech-industrial-factor__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--surface-card);
  border: 1.5px solid #0090C9;
  box-shadow: 0 4px 16px rgba(0, 144, 201, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: #0090C9;
  transition: all 0.3s var(--ease-out);
}

.drivura-tech-industrial-factor:hover .drivura-tech-industrial-factor__icon {
  transform: translateY(-4px) scale(1.08);
  border-color: #0090C9;
  background: rgba(0, 144, 201, 0.08);
  box-shadow: 0 8px 24px rgba(0, 144, 201, 0.25);
}

.drivura-tech-industrial-factor__icon svg {
  width: 100%;
  height: 100%;
  stroke: #0090C9;
}

.drivura-tech-industrial-factor__label {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text-primary);
  text-align: center;
  letter-spacing: 0.02em;
}


/* ============================================================
   11. TESTING & QUALITY CONTROL
   ============================================================ */
.drivura-tech-testing {
  background: var(--surface-elevated);
  padding: var(--space-12) 0;
  border-top: var(--border-subtle);
  border-bottom: var(--border-subtle);
}

.drivura-tech-testing__layout {
  display: grid;
  grid-template-columns: 55% 45%;
  gap: var(--space-6);
  align-items: center;
}

.drivura-tech-testing__image {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: var(--border-subtle);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
  display: flex;
}

.drivura-tech-testing__image img {
  width: 100%;
  height: 100%;
  max-height: 380px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  transition: transform var(--duration-slow) var(--ease-out);
}

.drivura-tech-testing__image:hover img {
  transform: scale(1.04);
}

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

.drivura-tech-testing-group__title {
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: var(--fw-extrabold);
  text-transform: uppercase;
  letter-spacing: var(--ls-wider);
  color: #0090C9;
  margin-bottom: var(--space-3);
  padding-bottom: var(--space-2);
  border-bottom: var(--border-subtle);
}

.drivura-tech-testing-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.drivura-tech-testing-group li {
  position: relative;
  padding: var(--space-2) 0 var(--space-2) var(--space-5);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.7;
}

.drivura-tech-testing-group li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #D97706;
  font-weight: 800;
}

/* Quality Indicators */
.drivura-tech-testing__indicators {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-4);
  margin-top: var(--space-6);
  grid-column: 1 / -1;
}

.drivura-tech-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--space-2);
  padding: var(--space-3);
  background: var(--surface-card);
  border: var(--border-subtle);
  border-radius: var(--radius-sm);
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

.drivura-tech-indicator__icon {
  width: 28px;
  height: 28px;
  color: var(--brand-primary);
}

.drivura-tech-indicator__icon svg {
  width: 100%;
  height: 100%;
}

.drivura-tech-indicator__label {
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: var(--ls-wide);
  color: var(--text-secondary);
}


/* ============================================================
   12. INTERNATIONAL STANDARDS
   ============================================================ */
.drivura-tech-standards {
  background: var(--surface-body);
  position: relative;
}

.drivura-tech-standards__bg {
  position: absolute;
  inset: 0;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='400' viewBox='0 0 800 400'%3E%3Cellipse cx='400' cy='200' rx='380' ry='180' fill='none' stroke='%2300B4D8' stroke-width='0.5'/%3E%3Cellipse cx='400' cy='200' rx='300' ry='140' fill='none' stroke='%2300B4D8' stroke-width='0.3'/%3E%3Cline x1='0' y1='200' x2='800' y2='200' stroke='%2300B4D8' stroke-width='0.3'/%3E%3Cline x1='400' y1='0' x2='400' y2='400' stroke='%2300B4D8' stroke-width='0.3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}

.drivura-tech-standards__badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-6);
  flex-wrap: wrap;
  margin-bottom: var(--space-6);
}

.drivura-tech-std-badge {
  padding: var(--space-3) var(--space-6);
  background: var(--surface-card);
  border: var(--border-subtle);
  border-radius: var(--radius-sm);
  font-family: var(--font-display);
  font-size: var(--fs-h4);
  font-weight: var(--fw-extrabold);
  text-transform: uppercase;
  letter-spacing: var(--ls-wider);
  color: var(--text-primary);
  transition: all var(--duration-normal) var(--ease-out);
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

.drivura-tech-std-badge:hover {
  border-color: #0090C9;
  box-shadow: 0 8px 24px rgba(0, 144, 201, 0.12);
}

/* Meeting & Exceeding Tags */
.drivura-tech-standards__tags-title {
  font-family: var(--font-display);
  font-size: var(--fs-small);
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: var(--ls-widest);
  color: var(--brand-secondary);
  text-align: center;
  margin-bottom: var(--space-4);
}

.drivura-tech-standards__tags {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-3);
  flex-wrap: wrap;
}

.drivura-tech-std-tag {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-4);
  background: var(--surface-card);
  border: var(--border-subtle);
  border-radius: var(--radius-full);
  font-family: var(--font-mono);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  color: #0090C9;
  letter-spacing: var(--ls-wide);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.03);
}

.drivura-tech-std-tag__check {
  width: 14px;
  height: 14px;
  color: var(--brand-primary);
}


/* ============================================================
   13. MANUFACTURING & BLENDING
   ============================================================ */
.drivura-tech-manufacturing {
  background: var(--surface-dark);
  padding: var(--space-12) 0;
  border-top: var(--border-subtle);
  border-bottom: var(--border-subtle);
}

.drivura-tech-mfg-process {
  display: flex;
  align-items: flex-start;
  gap: 0;
  overflow-x: auto;
  padding-bottom: var(--space-4);
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 144, 201, 0.3) #E2E8F0;
}

.drivura-tech-mfg-process::-webkit-scrollbar {
  height: 4px;
}

.drivura-tech-mfg-process::-webkit-scrollbar-track {
  background: #E2E8F0;
  border-radius: 2px;
}

.drivura-tech-mfg-process::-webkit-scrollbar-thumb {
  background: #0090C9;
  border-radius: 2px;
}

.drivura-tech-mfg-stage {
  flex-shrink: 0;
  width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  scroll-snap-align: start;
  position: relative;
  opacity: 1;
  transform: translateY(0);
  transition: all var(--duration-reveal) var(--ease-out);
}

.drivura-tech-mfg-stage.revealed {
  opacity: 1;
  transform: translateY(0);
}

.drivura-tech-mfg-stage__image {
  width: 140px;
  height: 100px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  margin-bottom: var(--space-3);
  border: var(--border-subtle);
  background: var(--surface-card);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
}

.drivura-tech-mfg-stage__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.drivura-tech-mfg-stage__image svg {
  width: 40px;
  height: 40px;
  color: var(--brand-primary);
}

.drivura-tech-mfg-stage__number {
  font-family: var(--font-mono);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  color: var(--brand-primary);
  margin-bottom: var(--space-2);
}

.drivura-tech-mfg-stage__title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: var(--ls-wide);
  color: var(--text-primary);
  margin-bottom: var(--space-2);
  line-height: 1.3;
}

.drivura-tech-mfg-stage__desc {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
  margin: 0;
}

/* Arrow between stages */
.drivura-tech-mfg-arrow {
  flex-shrink: 0;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-primary);
  padding-top: 40px;
  opacity: 1;
  transition: opacity var(--duration-reveal) var(--ease-out);
}

.drivura-tech-mfg-arrow.revealed {
  opacity: 1;
}

.drivura-tech-mfg-arrow svg {
  width: 20px;
  height: 20px;
  animation: arrowPulse 2s infinite;
}

@keyframes arrowPulse {
  0%, 100% { opacity: 0.5; transform: translateX(0); }
  50% { opacity: 1; transform: translateX(3px); }
}


/* ============================================================
   14. HOW DRIVURA OIL WORKS
   ============================================================ */
.drivura-tech-interactive {
  background: var(--surface-body);
  padding: var(--space-12) 0 var(--space-8);
}

.drivura-tech-interactive__layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: var(--space-8);
  align-items: center;
}

/* Engine Image with Hotspots */
.drivura-tech-engine-viewer {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
}

.drivura-tech-engine-viewer__img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s var(--ease-out);
}

.drivura-tech-engine-viewer.zoomed .drivura-tech-engine-viewer__img {
  transform: scale(1.05);
}

/* Hotspots */
.drivura-tech-hotspot {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(0,180,216,0.3);
  border: 2px solid var(--brand-primary);
  cursor: pointer;
  z-index: 3;
  transition: all var(--duration-normal) var(--ease-out);
}

.drivura-tech-hotspot::before {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1px solid rgba(0,180,216,0.2);
  animation: hotspotPing 2s infinite;
}

.drivura-tech-hotspot.active {
  background: var(--brand-primary);
  box-shadow: 0 0 20px var(--brand-primary), 0 0 40px rgba(0,180,216,0.3);
  transform: scale(1.3);
}

.drivura-tech-hotspot.active::before {
  animation: none;
  border-color: var(--brand-primary);
}

@keyframes hotspotPing {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(2); opacity: 0; }
}

/* Hotspot positions */
.drivura-tech-hotspot[data-step="1"] { top: 25%; left: 15%; }
.drivura-tech-hotspot[data-step="2"] { top: 35%; left: 55%; }
.drivura-tech-hotspot[data-step="3"] { top: 55%; left: 35%; }
.drivura-tech-hotspot[data-step="4"] { top: 65%; left: 65%; }
.drivura-tech-hotspot[data-step="5"] { top: 45%; left: 80%; }
.drivura-tech-hotspot[data-step="6"] { top: 50%; left: 50%; }

/* SVG Oil Flow Path */
.drivura-tech-oilpath {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  transition: opacity var(--duration-slow) var(--ease-out);
}

.drivura-tech-oilpath.active {
  opacity: 1;
}

.drivura-tech-oilpath path {
  fill: none;
  stroke: var(--brand-secondary);
  stroke-width: 2;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  animation: oilFlow 1.5s var(--ease-out) forwards;
}

@keyframes oilFlow {
  to { stroke-dashoffset: 0; }
}

/* Steps List */
.drivura-tech-steps {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.drivura-tech-step {
  display: flex;
  align-items: flex-start;
  gap: var(--space-4);
  padding: var(--space-4);
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: all var(--duration-normal) var(--ease-out);
}

.drivura-tech-step:hover {
  background: rgba(0,180,216,0.05);
  border-color: rgba(0,180,216,0.15);
}

.drivura-tech-step.active {
  background: rgba(0,180,216,0.08);
  border-color: rgba(0,180,216,0.3);
  box-shadow: 0 0 20px rgba(0,180,216,0.08);
}

.drivura-tech-step__number {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0,180,216,0.1);
  border: 1px solid rgba(0,180,216,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: var(--fs-small);
  font-weight: var(--fw-bold);
  color: var(--brand-primary);
  transition: all var(--duration-normal) var(--ease-out);
}

.drivura-tech-step.active .drivura-tech-step__number {
  background: var(--brand-primary);
  color: var(--surface-body);
}

.drivura-tech-step__text {
  flex: 1;
}

.drivura-tech-step__title {
  font-family: var(--font-display);
  font-size: var(--fs-small);
  font-weight: var(--fw-semibold);
  color: var(--text-primary);
  margin-bottom: 2px;
}

.drivura-tech-step__desc {
  font-size: var(--fs-xs);
  color: var(--text-tertiary);
  margin: 0;
  line-height: 1.5;
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--duration-normal) var(--ease-out),
              margin var(--duration-normal) var(--ease-out);
}

.drivura-tech-step.active .drivura-tech-step__desc {
  max-height: 100px;
  margin-top: var(--space-2);
}

/* ============================================================
   14. HOW DRIVURA OIL WORKS — Banner Layout (Exact Reference)
   ============================================================ */
.drivura-technology-page .drivura-tech-how-banner {
  position: relative;
  padding: clamp(100px, 12vh, 160px) 0;
  min-height: clamp(600px, 75vh, 850px);
  display: flex;
  align-items: center;
  background: var(--surface-dark);
  overflow: hidden;
  border-top: var(--border-subtle);
  border-bottom: var(--border-subtle);
}

.drivura-technology-page .drivura-tech-banner__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.drivura-technology-page .drivura-tech-bg-layer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 0;
  filter: brightness(0.95) contrast(1.05);
  transition: opacity 0.7s ease-in-out, transform 1s ease-out;
  transform: scale(1.04);
}

.drivura-technology-page .drivura-tech-bg-layer.active {
  opacity: 0.85 !important;
  z-index: 1 !important;
  transform: scale(1) !important;
}

.drivura-technology-page .drivura-tech-banner__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: radial-gradient(circle at center, rgba(248, 250, 252, 0.4) 0%, rgba(248, 250, 252, 0.88) 100%);
  pointer-events: none;
}

.drivura-technology-page .drivura-tech-banner__grid-3col {
  position: relative;
  z-index: 2;
  display: grid !important;
  grid-template-columns: 1.4fr 1.15fr 0.85fr !important;
  gap: var(--space-6) !important;
  align-items: center !important;
}

.drivura-technology-page .drivura-tech-banner__center-branding {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* Center Video Column */
.drivura-technology-page .drivura-tech-banner__center-video {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.drivura-technology-page .drivura-tech-center-video-box {
  position: relative !important;
  width: 100% !important;
  max-width: 360px !important;
  height: 190px !important;
  border-radius: var(--radius-lg) !important;
  overflow: hidden !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
  border: var(--border-subtle);
}

.drivura-technology-page .drivura-tech-center-video-element {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.drivura-technology-page .drivura-tech-center-video-glow {
  position: absolute;
  inset: 0;
  border-radius: var(--radius-lg);
  pointer-events: none;
}


/* Left: Title & Horizontal Steps */
.drivura-technology-page .drivura-tech-banner__title {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  font-weight: var(--fw-extrabold);
  text-transform: uppercase;
  letter-spacing: var(--ls-wide);
  color: var(--text-primary);
  margin-bottom: 2px;
}

.drivura-technology-page .drivura-tech-banner__subtitle {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #D97706;
  margin-bottom: var(--space-5);
}

/* Horizontal Step Flow */
.drivura-technology-page .drivura-tech-horiz-steps {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 6px !important;
}

.drivura-technology-page .drivura-tech-horiz-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  min-width: 64px;
  cursor: pointer;
}

.drivura-technology-page .drivura-tech-horiz-step__circle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1.5px solid #D97706;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: var(--fs-small);
  font-weight: 800;
  margin-bottom: var(--space-2);
  transition: all 0.3s ease;
  background: var(--surface-card);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
}

.drivura-technology-page .drivura-tech-horiz-step:hover .drivura-tech-horiz-step__circle,
.drivura-technology-page .drivura-tech-horiz-step.active .drivura-tech-horiz-step__circle {
  background: #0090C9;
  border-color: #0090C9;
  color: #FFFFFF;
  box-shadow: 0 0 16px rgba(0, 144, 201, 0.4);
}

.drivura-technology-page .drivura-tech-horiz-step__label {
  font-size: 11px;
  line-height: 1.25;
  color: var(--text-secondary);
  font-weight: 600;
}

.drivura-technology-page .drivura-tech-horiz-arrow {
  color: #D97706;
  font-size: 14px;
  margin-top: 6px;
  opacity: 0.9;
}

/* Center Engine Visual & Play Button */
.drivura-technology-page .drivura-tech-banner-engine {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
  border: var(--border-subtle);
}

.drivura-technology-page .drivura-tech-banner-engine__img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}

.drivura-technology-page .drivura-tech-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--surface-card);
  border: 2px solid #0090C9;
  color: #0090C9;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(0, 144, 201, 0.25);
  transition: all 0.3s ease;
  z-index: 5;
}

.drivura-technology-page .drivura-tech-play-btn svg {
  width: 24px;
  height: 24px;
  margin-left: 2px;
  color: #0090C9;
}

.drivura-technology-page .drivura-tech-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
  background: #0090C9;
  border-color: #0090C9;
}

.drivura-technology-page .drivura-tech-play-btn:hover svg {
  color: #FFFFFF;
}

/* Right Branding */
.drivura-technology-page .drivura-tech-banner-branding {
  text-align: center;
}

.drivura-technology-page .drivura-tech-banner-branding__logo {
  height: 56px;
  width: auto;
  margin-bottom: var(--space-3);
  filter: drop-shadow(0 4px 12px rgba(15, 23, 42, 0.15));
}

.drivura-technology-page .drivura-tech-banner-branding__tagline {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: var(--ls-wider);
  color: var(--text-primary);
  line-height: 1.15;
}

/* Responsive Banner */
@media (max-width: 1024px) {
  .drivura-technology-page .drivura-tech-banner__grid {
    grid-template-columns: 1fr;
    gap: var(--space-6);
  }

  .drivura-technology-page .drivura-tech-horiz-steps {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
}


/* ============================================================
   SPLIT SECTIONS (Synthetic + Industrial side by side)
   ============================================================ */
.drivura-tech-split-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 var(--space-5);
}

.drivura-tech-split-row > .drivura-tech-section {
  padding: var(--space-10) var(--space-6);
}

.drivura-tech-split-row > .drivura-tech-section:first-child {
  border-right: 1px solid rgba(255,255,255,0.06);
}


/* ============================================================
   TESTING + STANDARDS side by side
   ============================================================ */
.drivura-tech-dual-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 var(--space-5);
}

.drivura-tech-dual-row > .drivura-tech-section {
  padding: var(--space-10) var(--space-6);
}

.drivura-tech-dual-row > .drivura-tech-section:first-child {
  border-right: 1px solid rgba(255,255,255,0.06);
}

.drivura-tech-dual-row .drivura-tech-testing__layout {
  grid-template-columns: 1fr;
  gap: var(--space-5);
}

.drivura-tech-dual-row .drivura-tech-testing__groups {
  grid-template-columns: repeat(3, 1fr);
}


/* ============================================================
   REVEAL ANIMATION
   ============================================================ */
.drivura-tech-reveal {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity var(--duration-reveal) var(--ease-out),
              transform var(--duration-reveal) var(--ease-out);
}

.drivura-tech-reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

.drivura-tech-reveal-delay-1 { transition-delay: 100ms; }
.drivura-tech-reveal-delay-2 { transition-delay: 200ms; }
.drivura-tech-reveal-delay-3 { transition-delay: 300ms; }
.drivura-tech-reveal-delay-4 { transition-delay: 400ms; }
.drivura-tech-reveal-delay-5 { transition-delay: 500ms; }
.drivura-tech-reveal-delay-6 { transition-delay: 600ms; }


/* ============================================================
   RESPONSIVE — TABLET (1024px)
   ============================================================ */
@media (max-width: 1024px) {
  .drivura-tech-hero__content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .drivura-tech-hero__text {
    max-width: 100%;
    text-align: center;
  }

  .drivura-tech-hero__desc {
    margin: 0 auto;
  }

  .drivura-tech-hero__panels {
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }

  .drivura-tech-hero__facility-label {
    display: none;
  }

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

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

  .drivura-tech-drop-card {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }

  .drivura-tech-drop-card:nth-child(odd) {
    border-right: 1px solid rgba(255,255,255,0.06);
  }

  .drivura-tech-engine__layout {
    grid-template-columns: 1fr;
    gap: var(--space-5);
  }

  .drivura-tech-engine__callouts-left,
  .drivura-tech-engine__callouts-right {
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--space-3);
  }

  .drivura-tech-engine__callout::after,
  .drivura-tech-engine__callout-dot {
    display: none;
  }

  .drivura-tech-engine__callout {
    flex: 1;
    min-width: 200px;
  }

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

  .drivura-tech-split-row,
  .drivura-tech-dual-row {
    grid-template-columns: 1fr;
  }

  .drivura-tech-split-row > .drivura-tech-section:first-child,
  .drivura-tech-dual-row > .drivura-tech-section:first-child {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }

  /* Formulation section: release 100vh constraint on tablet */
  .drivura-tech-formulation {
    height: auto;
    max-height: none;
    min-height: 100vh;
    padding: var(--space-8) 0;
  }

  .drivura-tech-formulation > .drivura-tech-container {
    height: auto;
  }

  .drivura-tech-formulation__hero-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: var(--space-6);
  }

  .drivura-tech-formulation__col {
    display: contents !important;
  }

  #card-base-oils { order: 1 !important; }
  #card-additives { order: 2 !important; }
  #formulation-core-orb { order: 3 !important; min-height: 360px; margin: var(--space-6) 0; }
  #card-performance { order: 4 !important; }
  #card-final { order: 5 !important; }

  .drivura-tech-orb-node--top-left { top: 0; left: 0; }
  .drivura-tech-orb-node--top-right { top: 0; right: 0; }
  .drivura-tech-orb-node--bottom-left { bottom: 0; left: 0; }
  .drivura-tech-orb-node--bottom-right { bottom: 0; right: 0; }

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

  .drivura-tech-synthetic__visual {
    min-height: auto;
    margin-top: var(--space-4);
  }

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

  /* HOW DRIVURA OIL WORKS Banner: 1-Column vertical stack & horizontal step row on mobile */
  .drivura-technology-page .drivura-tech-banner__grid-3col {
    grid-template-columns: 1fr !important;
    gap: var(--space-5) !important;
    text-align: center !important;
  }

  .drivura-technology-page .drivura-tech-banner__left {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  .drivura-technology-page .drivura-tech-horiz-steps {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    padding: 8px 0 !important;
    gap: 4px !important;
    justify-content: space-between !important;
    overflow: hidden !important;
  }

  .drivura-technology-page .drivura-tech-horiz-step {
    flex: 1 1 0px !important;
    min-width: 0 !important;
    width: auto !important;
  }

  .drivura-technology-page .drivura-tech-horiz-arrow {
    display: none !important;
  }
}


/* ============================================================
   RESPONSIVE — MOBILE (768px)
   ============================================================ */
@media (max-width: 768px) {
  .drivura-technology-page .drivura-tech-section {
    padding: var(--space-8) 0;
  }

  .drivura-tech-hero__highlights-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-2);
  }

  /* 4 Drops Cards — 2x2 Grid on Mobile */
  .drivura-tech-drops__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-3);
  }

  .drivura-tech-drop-card {
    border-right: none !important;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: var(--radius-md);
    padding: var(--space-4) var(--space-3);
  }

  /* Formulation: fully release height on mobile */
  .drivura-tech-formulation {
    height: auto;
    max-height: none;
    min-height: auto;
    padding: var(--space-6) 0;
  }

  .drivura-tech-timeline {
    grid-template-columns: 1fr;
  }
  
  .drivura-tech-perf-grid {
    grid-template-columns: 1fr;
  }

  .drivura-tech-testing__layout {
    grid-template-columns: 1fr !important;
  }

  .drivura-tech-testing__image {
    display: none !important;
  }

  .drivura-tech-testing__groups {
    grid-template-columns: 1fr 1fr !important;
    gap: var(--space-4) !important;
  }

  .drivura-tech-testing-group:nth-child(3) {
    grid-column: span 2;
    margin-top: var(--space-3);
  }

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

  /* Industrial Gallery — 3x2 / 2x3 Grid on Mobile */
  .drivura-tech-industrial__gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-2);
  }

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

  .drivura-tech-standards__badges {
    gap: var(--space-3);
  }

  /* Manufacturing & Blending Process Mobile 3x2 Grid (No horizontal scrollbar) */
  .drivura-tech-mfg-process {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: var(--space-3) var(--space-2) !important;
    overflow-x: visible !important;
    padding-bottom: 0 !important;
  }

  .drivura-tech-mfg-stage {
    width: 100% !important;
  }

  .drivura-tech-mfg-stage__image {
    width: 100% !important;
    height: 75px !important;
    margin-bottom: var(--space-2) !important;
  }

  .drivura-tech-mfg-stage__image svg {
    width: 28px !important;
    height: 28px !important;
  }

  .drivura-tech-mfg-stage__number {
    font-size: 0.75rem !important;
    margin-bottom: 2px !important;
  }

  .drivura-tech-mfg-stage__title {
    font-size: 0.72rem !important;
    line-height: 1.15 !important;
    margin-bottom: 4px !important;
  }

  .drivura-tech-mfg-stage__desc {
    font-size: 0.62rem !important;
    line-height: 1.2 !important;
  }

  .drivura-tech-mfg-arrow {
    display: none !important;
  }

  .drivura-tech-std-badge {
    font-size: var(--fs-body);
    padding: var(--space-2) var(--space-4);
  }

  /* HOW DRIVURA OIL WORKS Banner Mobile (768px): Vertical stack & All 6 steps 100% visible in single row */
  .drivura-technology-page .drivura-tech-banner__grid-3col {
    display: flex !important;
    flex-direction: column !important;
    gap: var(--space-6) !important;
    width: 100% !important;
    text-align: center !important;
  }

  .drivura-technology-page .drivura-tech-banner__left {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  .drivura-tech-horiz-steps,
  .drivura-technology-page .drivura-tech-horiz-steps {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 8px 0 !important;
    margin: 0 !important;
    gap: 0 !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    overflow: hidden !important;
  }

  .drivura-tech-horiz-step,
  .drivura-technology-page .drivura-tech-horiz-step {
    flex: 1 1 0px !important;
    min-width: 0 !important;
    width: 0 !important;
    max-width: none !important;
    padding: 0 1px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  .drivura-tech-horiz-step__circle,
  .drivura-technology-page .drivura-tech-horiz-step__circle {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    font-size: 0.68rem !important;
    margin: 0 auto 3px auto !important;
  }

  .drivura-tech-horiz-step__label,
  .drivura-technology-page .drivura-tech-horiz-step__label {
    font-size: 0.52rem !important;
    line-height: 1.1 !important;
    text-align: center !important;
    white-space: normal !important;
    word-break: break-word !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .drivura-tech-horiz-arrow,
  .drivura-technology-page .drivura-tech-horiz-arrow {
    display: none !important;
  }
}


/* ============================================================
   RESPONSIVE — SMALL MOBILE (640px)
   ============================================================ */
@media (max-width: 640px) {
  .drivura-tech-hero__title {
    font-size: clamp(2rem, 8.5vw, 2.8rem);
  }

  .drivura-tech-hero__panels {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-2);
    width: 100%;
  }

  .drivura-tech-hero__data-card {
    min-width: unset;
    padding: var(--space-3) var(--space-2);
  }

  .drivura-tech-hero__data-value {
    font-size: 1.4rem;
  }

  .drivura-tech-hero__highlights-inner {
    grid-template-columns: 1fr 1fr;
  }

  .drivura-tech-highlight {
    padding: var(--space-2) var(--space-3);
  }

  .drivura-tech-visc-grades {
    justify-content: center;
  }

  .drivura-tech-visc-factors {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .drivura-tech-formula-operator {
    transform: rotate(90deg);
  }

  .drivura-tech-industrial__gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-2);
  }

  .drivura-tech-industrial__factors {
    gap: var(--space-3);
  }

  .drivura-tech-mfg-stage {
    width: 140px;
  }

  .drivura-tech-step {
    padding: var(--space-3);
  }
}

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