/* ============================================================
   PANJDHARA — Premium Oil Comparison Section
   "Discover the Goodness of Every Drop"
   Two Traditional Oils. One Promise of Purity.
   Yellow Mustard Oil vs Black Mustard Oil — Side by Side
   ============================================================ */

/* ── Section Root ── */
.comparison-section {
  position: relative;
  padding: 7rem 0 8rem;
  overflow: hidden;
  background: transparent;
  z-index: 1;
}

/* ── Decorative Background Layer ── */
.comparison-bg-decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

/* Blurred decorative blobs */
.comparison-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.35;
  will-change: transform;
}

.comparison-blob--1 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #f8b400, #ff8f2a);
  top: -10%;
  left: -5%;
  animation: comparisonBlobFloat 18s ease-in-out infinite alternate;
}

.comparison-blob--2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #c47a1a, #8b5e1a);
  bottom: -10%;
  right: -5%;
  animation: comparisonBlobFloat 22s ease-in-out infinite alternate-reverse;
}

.comparison-blob--3 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, #ffe08a, #f8b400);
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  animation: comparisonBlobFloat 20s ease-in-out infinite alternate;
}

/* ── Golden Shine Sweep ── */
.comparison-shine {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.comparison-shine::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    105deg,
    transparent 30%,
    rgba(255, 215, 0, 0.06) 45%,
    rgba(255, 230, 100, 0.1) 50%,
    rgba(255, 215, 0, 0.06) 55%,
    transparent 70%
  );
  animation: comparisonShineSweep 8s ease-in-out infinite;
  transform: rotate(25deg);
}

/* ── Floating Mustard Flowers ── */
.comparison-flowers {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.comparison-flower {
  position: absolute;
  opacity: 0.06;
  animation: comparisonFlowerFloat 20s ease-in-out infinite;
}

.comparison-flower svg {
  width: 100%;
  height: 100%;
}

.comparison-flower:nth-child(1) { left: 5%; top: 10%; width: 50px; animation-delay: 0s; }
.comparison-flower:nth-child(2) { left: 20%; top: 60%; width: 40px; animation-delay: 4s; }
.comparison-flower:nth-child(3) { left: 80%; top: 15%; width: 45px; animation-delay: 8s; }
.comparison-flower:nth-child(4) { left: 70%; top: 70%; width: 38px; animation-delay: 12s; }
.comparison-flower:nth-child(5) { left: 50%; top: 5%; width: 35px; animation-delay: 16s; }
.comparison-flower:nth-child(6) { left: 90%; top: 50%; width: 42px; animation-delay: 6s; }

/* ── Floating Mustard Seeds ── */
.comparison-seeds {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.comparison-seed {
  position: absolute;
  width: 8px;
  height: 6px;
  background: radial-gradient(ellipse at 40% 40%, #8b6914, #5c4510);
  border-radius: 50%;
  opacity: 0.08;
  animation: comparisonSeedFloat 18s ease-in-out infinite;
}

.comparison-seed:nth-child(1) { left: 8%; top: 20%; animation-delay: 0s; }
.comparison-seed:nth-child(2) { left: 18%; top: 55%; animation-delay: 3s; }
.comparison-seed:nth-child(3) { left: 35%; top: 35%; animation-delay: 6s; }
.comparison-seed:nth-child(4) { left: 55%; top: 70%; animation-delay: 2s; }
.comparison-seed:nth-child(5) { left: 75%; top: 18%; animation-delay: 5s; }
.comparison-seed:nth-child(6) { left: 88%; top: 60%; animation-delay: 8s; }
.comparison-seed:nth-child(7) { left: 45%; top: 85%; animation-delay: 4s; }
.comparison-seed:nth-child(8) { left: 65%; top: 45%; animation-delay: 7s; }
.comparison-seed:nth-child(9) { left: 12%; top: 80%; animation-delay: 9s; }
.comparison-seed:nth-child(10) { left: 92%; top: 30%; animation-delay: 5.5s; }

/* ── Floating Oil Droplets ── */
.comparison-droplets {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.comparison-droplet {
  position: absolute;
  width: 10px;
  height: 14px;
  background: linear-gradient(180deg, rgba(248, 180, 0, 0.2), rgba(255, 107, 0, 0.15));
  border-radius: 50% 50% 50% 0;
  transform: rotate(45deg);
  opacity: 0.25;
  animation: comparisonDropletFloat 8s ease-in-out infinite;
}

.comparison-droplet:nth-child(1) { left: 15%; top: 25%; animation-delay: 0s; width: 10px; height: 13px; }
.comparison-droplet:nth-child(2) { left: 30%; top: 65%; animation-delay: 1.5s; width: 8px; height: 11px; }
.comparison-droplet:nth-child(3) { left: 55%; top: 12%; animation-delay: 3s; width: 12px; height: 16px; }
.comparison-droplet:nth-child(4) { left: 75%; top: 55%; animation-delay: 0.8s; width: 9px; height: 12px; }
.comparison-droplet:nth-child(5) { left: 42%; top: 78%; animation-delay: 2.2s; width: 7px; height: 10px; }
.comparison-droplet:nth-child(6) { left: 85%; top: 35%; animation-delay: 4s; width: 11px; height: 15px; }

/* ── Floating Pollen Particles ── */
.comparison-pollen {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.comparison-pollen-particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: radial-gradient(circle, #f8b400, #ffd263);
  border-radius: 50%;
  opacity: 0.12;
  animation: comparisonPollenFloat 14s ease-in-out infinite;
}

.comparison-pollen-particle:nth-child(1) { left: 5%; top: 15%; animation-delay: 0s; }
.comparison-pollen-particle:nth-child(2) { left: 18%; top: 40%; animation-delay: 2s; }
.comparison-pollen-particle:nth-child(3) { left: 32%; top: 8%; animation-delay: 4s; }
.comparison-pollen-particle:nth-child(4) { left: 48%; top: 60%; animation-delay: 1s; }
.comparison-pollen-particle:nth-child(5) { left: 62%; top: 22%; animation-delay: 3s; }
.comparison-pollen-particle:nth-child(6) { left: 78%; top: 68%; animation-delay: 5s; }
.comparison-pollen-particle:nth-child(7) { left: 88%; top: 12%; animation-delay: 2.5s; }
.comparison-pollen-particle:nth-child(8) { left: 40%; top: 82%; animation-delay: 6s; }
.comparison-pollen-particle:nth-child(9) { left: 15%; top: 88%; animation-delay: 3.5s; }
.comparison-pollen-particle:nth-child(10) { left: 70%; top: 5%; animation-delay: 4.5s; }
.comparison-pollen-particle:nth-child(11) { left: 55%; top: 45%; animation-delay: 1.8s; }
.comparison-pollen-particle:nth-child(12) { left: 25%; top: 72%; animation-delay: 5.2s; }

/* ── Soft Light Rays ── */
.comparison-light-rays {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.comparison-ray {
  position: absolute;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, rgba(255, 215, 0, 0.03), transparent);
  transform: skewX(-15deg);
  animation: comparisonRayMove 12s ease-in-out infinite;
}

.comparison-ray:nth-child(1) { left: 10%; animation-delay: 0s; }
.comparison-ray:nth-child(2) { left: 30%; animation-delay: 3s; }
.comparison-ray:nth-child(3) { left: 50%; animation-delay: 6s; }
.comparison-ray:nth-child(4) { left: 70%; animation-delay: 9s; }
.comparison-ray:nth-child(5) { left: 90%; animation-delay: 2s; }

/* ── Floating Leaves ── */
.comparison-floating-leaves {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.comparison-float-leaf {
  position: absolute;
  opacity: 0.05;
  animation: comparisonLeafSway 22s ease-in-out infinite;
}

.comparison-float-leaf svg {
  width: 100%;
  height: 100%;
}

.comparison-float-leaf:nth-child(1) { left: 3%; top: 8%; width: 45px; animation-delay: 0s; }
.comparison-float-leaf:nth-child(2) { left: 88%; top: 12%; width: 38px; animation-delay: 5s; }
.comparison-float-leaf:nth-child(3) { left: 12%; top: 78%; width: 32px; animation-delay: 10s; }
.comparison-float-leaf:nth-child(4) { left: 82%; top: 82%; width: 40px; animation-delay: 15s; }

/* ── Cursor-Reactive Light ── */
.comparison-cursor-light {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(248, 180, 0, 0.06), transparent 60%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.comparison-section:hover .comparison-cursor-light {
  opacity: 1;
}

/* ═══════════════════════════════════════════════
   SECTION HEADER
   ═══════════════════════════════════════════════ */

.comparison-header {
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
  z-index: 2;
}

.comparison-eyebrow {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #c45f00;
  background: rgba(248, 180, 0, 0.12);
  padding: 0.5rem 1.4rem;
  border-radius: 999px;
  margin-bottom: 1.2rem;
  border: 1px solid rgba(248, 180, 0, 0.15);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.comparison-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  font-weight: 700;
  color: #2a1f0d;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin-bottom: 1.2rem;
}

.comparison-title-line {
  display: block;
}

.comparison-title-line--small {
  font-size: 0.7em;
  font-weight: 600;
  color: #6b5d4a;
  margin-top: 0.35rem;
  letter-spacing: 0.02em;
}

.comparison-subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(0.9rem, 1.3vw, 1.05rem);
  color: #5a4a35;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.7;
  font-weight: 400;
}

/* ═══════════════════════════════════════════════
   PANELS WRAPPER
   ═══════════════════════════════════════════════ */

.comparison-panels {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  align-items: stretch;
}

/* ═══════════════════════════════════════════════
   INDIVIDUAL PANEL BASE
   ═══════════════════════════════════════════════ */

.comparison-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2.5rem 2rem;
  background: rgba(255, 248, 235, 0.65);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 215, 0, 0.15);
  box-shadow:
    0 4px 24px rgba(248, 180, 0, 0.08),
    0 1px 3px rgba(0, 0, 0, 0.04);
  transition:
    transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
    background 0.5s ease,
    border-color 0.5s ease;
  overflow: hidden;
  opacity: 0;
  transform: translateY(40px) scale(0.92);
  will-change: transform, opacity;
}

.comparison-panel.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Panel pre-glow */
.comparison-panel::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.3), rgba(255, 107, 0, 0.1), transparent);
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: -1;
  filter: blur(4px);
}

.comparison-panel:hover::before {
  opacity: 1;
}

/* Panel border glow */
.comparison-panel::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid transparent;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.25), rgba(255, 180, 50, 0.1), transparent) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.comparison-panel:hover::after {
  opacity: 1;
}

/* ── Yellow Panel Specific ── */
.comparison-panel--yellow {
  border-radius: 32px 0 0 32px;
  background: rgba(255, 248, 230, 0.7);
}

.comparison-panel--yellow:hover {
  background: rgba(255, 252, 242, 0.85);
  box-shadow:
    0 20px 60px rgba(248, 180, 0, 0.18),
    0 8px 24px rgba(248, 180, 0, 0.1);
  border-color: rgba(255, 215, 0, 0.35);
  transform: translateY(-8px) scale(1.01);
}

/* ── Black Panel Specific ── */
.comparison-panel--black {
  border-radius: 0 32px 32px 0;
  background: rgba(245, 238, 225, 0.72);
}

.comparison-panel--black:hover {
  background: rgba(250, 245, 235, 0.88);
  box-shadow:
    0 20px 60px rgba(180, 130, 50, 0.18),
    0 8px 24px rgba(180, 130, 50, 0.1);
  border-color: rgba(200, 160, 60, 0.35);
  transform: translateY(-8px) scale(1.01);
}

/* Panel stagger: right panel gets delay */
.comparison-panel--right {
  transition-delay: 0.15s;
}

/* ═══════════════════════════════════════════════
   PANEL HEADER
   ═══════════════════════════════════════════════ */

.comparison-panel-header {
  text-align: center;
  margin-bottom: 1.5rem;
  position: relative;
}

.comparison-panel-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 1rem;
  position: relative;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.comparison-panel:hover .comparison-panel-icon {
  transform: rotate(-5deg) scale(1.08);
}

.comparison-panel-icon svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  filter: drop-shadow(0 4px 12px rgba(248, 180, 0, 0.15));
  transition: filter 0.4s ease;
}

.comparison-panel:hover .comparison-panel-icon svg {
  filter: drop-shadow(0 6px 20px rgba(248, 180, 0, 0.3));
}

.comparison-panel-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #2a1f0d;
  letter-spacing: -0.02em;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.4s ease;
}

.comparison-panel--yellow .comparison-panel-name {
  color: #8b6914;
}

.comparison-panel--black .comparison-panel-name {
  color: #5c4510;
}

.comparison-panel:hover .comparison-panel-name {
  transform: translateY(-3px);
}

/* ═══════════════════════════════════════════════
   PANEL ILLUSTRATION
   ═══════════════════════════════════════════════ */

.comparison-illustration {
  position: relative;
  width: 100%;
  height: 220px;
  margin-bottom: 1.5rem;
  overflow: hidden;
  border-radius: 20px;
  background: rgba(255, 248, 235, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.5s ease;
}

.comparison-panel:hover .comparison-illustration {
  background: rgba(255, 252, 242, 0.6);
}

.comparison-illustration svg {
  width: 90%;
  height: 90%;
  overflow: visible;
  transition: transform 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.comparison-panel:hover .comparison-illustration svg {
  transform: scale(1.03);
}

/* ── Oil Product Images ── */
.comparison-oil-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 20px;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), filter 0.5s ease;
  filter: drop-shadow(0 4px 16px rgba(248, 180, 0, 0.1));
}

.comparison-panel:hover .comparison-oil-img {
  transform: scale(1.04);
  filter: drop-shadow(0 8px 28px rgba(248, 180, 0, 0.2));
}

/* ── Illustration Shine Overlay ── */
.comparison-illustration-shine {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.comparison-illustration-shine::after {
  content: '';
  position: absolute;
  top: -100%;
  left: -100%;
  width: 300%;
  height: 300%;
  background: linear-gradient(
    105deg,
    transparent 40%,
    rgba(255, 215, 0, 0.08) 48%,
    rgba(255, 230, 100, 0.12) 50%,
    rgba(255, 215, 0, 0.08) 52%,
    transparent 60%
  );
  animation: comparisonIllustrationShine 4s ease-in-out infinite;
  transform: rotate(25deg);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.comparison-panel:hover .comparison-illustration-shine::after {
  opacity: 1;
}

/* ═══════════════════════════════════════════════
   ADVANTAGES LIST
   ═══════════════════════════════════════════════ */

.comparison-advantages {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  flex: 1;
}

.comparison-advantage {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.7rem 0.9rem;
  border-radius: 14px;
  background: rgba(255, 248, 235, 0.4);
  border: 1px solid transparent;
  transition:
    transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
    background 0.4s ease,
    border-color 0.4s ease,
    box-shadow 0.4s ease,
    padding-left 0.4s ease;
  cursor: default;
  overflow: hidden;
}

.comparison-advantage:hover {
  transform: translateX(6px);
  background: rgba(255, 252, 242, 0.8);
  border-color: rgba(255, 215, 0, 0.2);
  box-shadow: 0 4px 16px rgba(248, 180, 0, 0.08);
}

/* ── Advantage Checkmark ── */
.comparison-advantage-check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(248, 180, 0, 0.12);
  transition: background 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
}

.comparison-advantage-check svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: #8b6914;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.4s ease;
}

.comparison-advantage:hover .comparison-advantage-check {
  background: rgba(248, 180, 0, 0.25);
  transform: scale(1.15);
  box-shadow: 0 0 12px rgba(248, 180, 0, 0.2);
}

.comparison-advantage:hover .comparison-advantage-check svg {
  stroke: #c47a1a;
}

/* ── Advantage Text ── */
.comparison-advantage-text {
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  color: #4a3d2c;
  line-height: 1.4;
  transition: transform 0.4s ease, color 0.4s ease;
}

.comparison-advantage:hover .comparison-advantage-text {
  transform: translateX(4px);
  color: #2a1f0d;
}

/* ── Advantage Underline (grows on hover) ── */
.comparison-advantage::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(248, 180, 0, 0.3), transparent);
  transition: width 0.5s ease;
  border-radius: 2px;
}

.comparison-advantage:hover::after {
  width: 100%;
}

/* ── Advantage Sparkle (micro hover) ── */
.comparison-advantage-sparkle {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff8c4, #f8b400);
  pointer-events: none;
  opacity: 0;
  z-index: 2;
  animation: comparisonSparklePop 0.8s ease-out forwards;
}

/* ═══════════════════════════════════════════════
   CENTER DIVIDER — GLOWING OIL DROP
   ═══════════════════════════════════════════════ */

.comparison-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  padding: 0 0.75rem;
  flex-shrink: 0;
}

.comparison-divider-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(248, 180, 0, 0.2) 20%,
    rgba(248, 180, 0, 0.3) 50%,
    rgba(248, 180, 0, 0.2) 80%,
    transparent
  );
  transform: translateX(-50%);
}

/* ── Glowing Oil Drop ── */
.comparison-drop-container {
  position: relative;
  width: 80px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: comparisonDropFloat 3s ease-in-out infinite;
}

.comparison-drop-container svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

/* Drop Aura */
.comparison-drop-aura {
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(248, 180, 0, 0.15), transparent 70%);
  animation: comparisonAuraPulse 3s ease-in-out infinite;
}

/* Drop sparkles */
.comparison-drop-sparkle {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff8c4, #f8b400);
  opacity: 0;
  animation: comparisonSparkleBlink 3s ease-in-out infinite;
}

.comparison-drop-sparkle:nth-child(1) { top: -5px; right: -2px; animation-delay: 0.5s; }
.comparison-drop-sparkle:nth-child(2) { bottom: 5px; left: -5px; animation-delay: 1.5s; }
.comparison-drop-sparkle:nth-child(3) { top: 20px; right: -8px; animation-delay: 2.5s; }

/* ═══════════════════════════════════════════════
   RESPONSIVE — TABLET
   ═══════════════════════════════════════════════ */

@media (max-width: 1024px) {
  .comparison-section {
    padding: 5rem 0 6rem;
  }

  .comparison-panels {
    grid-template-columns: 1fr auto 1fr;
    max-width: 900px;
  }

  .comparison-panel {
    padding: 2rem 1.5rem;
  }

  .comparison-illustration {
    height: 180px;
  }

  .comparison-panel-name {
    font-size: 1.35rem;
  }

  .comparison-advantage-text {
    font-size: 0.8rem;
  }

  .comparison-drop-container {
    width: 65px;
    height: 85px;
  }
}

/* ═══════════════════════════════════════════════
   RESPONSIVE — MOBILE (Stacked)
   ═══════════════════════════════════════════════ */

@media (max-width: 768px) {
  .comparison-section {
    padding: 4rem 0 5rem;
  }

  .comparison-header {
    margin-bottom: 2.5rem;
    padding: 0 1rem;
  }

  .comparison-panels {
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 500px;
  }

  .comparison-panel {
    border-radius: 28px !important;
    padding: 1.8rem 1.5rem;
    transform: translateY(30px) scale(0.95);
  }

  .comparison-panel.visible {
    transform: translateY(0) scale(1);
  }

  /* Second panel delayed on mobile too */
  .comparison-panel--right {
    transition-delay: 0.1s;
  }

  .comparison-illustration {
    height: 170px;
  }

  .comparison-panel-name {
    font-size: 1.25rem;
  }

  .comparison-divider {
    padding: 0.5rem 0;
    order: -1; /* Move divider to top on mobile */
  }

  .comparison-divider-line {
    display: none;
  }

  .comparison-drop-container {
    width: 55px;
    height: 70px;
  }

  /* Mobile scroll hint */
  .comparison-scroll-hint {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
    z-index: 2;
    position: relative;
  }

  .comparison-scroll-hint span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(248, 180, 0, 0.25);
    transition: background 0.3s ease, transform 0.3s ease;
  }

  .comparison-scroll-hint span.active {
    background: #f8b400;
    transform: scale(1.3);
  }
}

/* ═══════════════════════════════════════════════
   RESPONSIVE — SMALL MOBILE
   ═══════════════════════════════════════════════ */

@media (max-width: 480px) {
  .comparison-title {
    font-size: 1.7rem;
  }

  .comparison-subtitle {
    font-size: 0.85rem;
  }

  .comparison-panel {
    padding: 1.5rem 1.2rem;
  }

  .comparison-illustration {
    height: 150px;
  }

  .comparison-advantage {
    padding: 0.6rem 0.7rem;
  }

  .comparison-advantage-text {
    font-size: 0.78rem;
  }

  .comparison-drop-container {
    width: 48px;
    height: 60px;
  }
}

/* ═══════════════════════════════════════════════
   DECORATIVE FLOATING ELEMENTS ON DESKTOP ONLY
   ═══════════════════════════════════════════════ */

@media (max-width: 768px) {
  .comparison-flower,
  .comparison-seed,
  .comparison-droplet,
  .comparison-pollen-particle,
  .comparison-ray,
  .comparison-float-leaf {
    opacity: 0.04 !important;
  }

  .comparison-flower { display: none; }
}

/* ═══════════════════════════════════════════════
   KEYFRAMES
   ═══════════════════════════════════════════════ */

@keyframes comparisonBlobFloat {
  0%   { transform: translate(0, 0) scale(1); }
  33%  { transform: translate(30px, -40px) scale(1.08); }
  66%  { transform: translate(-20px, 20px) scale(0.95); }
  100% { transform: translate(10px, -30px) scale(1.05); }
}

@keyframes comparisonShineSweep {
  0%   { transform: translateX(-100%) rotate(25deg); }
  20%  { transform: translateX(100%) rotate(25deg); }
  100% { transform: translateX(100%) rotate(25deg); }
}

@keyframes comparisonFlowerFloat {
  0%, 100% { transform: translate(0, 0) rotate(0deg); opacity: 0.06; }
  25%      { transform: translate(15px, -12px) rotate(5deg); opacity: 0.09; }
  50%      { transform: translate(-8px, -22px) rotate(-3deg); opacity: 0.05; }
  75%      { transform: translate(18px, -8px) rotate(4deg); opacity: 0.08; }
}

@keyframes comparisonSeedFloat {
  0%, 100% { transform: translate(0, 0) rotate(0deg); opacity: 0.08; }
  25%      { transform: translate(12px, -8px) rotate(90deg); opacity: 0.12; }
  50%      { transform: translate(-8px, -20px) rotate(180deg); opacity: 0.05; }
  75%      { transform: translate(16px, -12px) rotate(270deg); opacity: 0.1; }
}

@keyframes comparisonDropletFloat {
  0%, 100% { transform: translateY(0) rotate(45deg); opacity: 0.25; }
  50%      { transform: translateY(-18px) rotate(45deg); opacity: 0.12; }
}

@keyframes comparisonPollenFloat {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.12; }
  25%      { transform: translate(10px, -15px) scale(1.2); opacity: 0.2; }
  50%      { transform: translate(-6px, -28px) scale(0.8); opacity: 0.08; }
  75%      { transform: translate(14px, -8px) scale(1.1); opacity: 0.16; }
}

@keyframes comparisonRayMove {
  0%, 100% { transform: skewX(-15deg) translateX(-20px); opacity: 0; }
  25%      { opacity: 0.03; }
  50%      { transform: skewX(-15deg) translateX(20px); opacity: 0.05; }
  75%      { opacity: 0.02; }
}

@keyframes comparisonLeafSway {
  0%, 100% { transform: rotate(0deg) translateY(0); }
  25%      { transform: rotate(8deg) translateY(-6px); }
  50%      { transform: rotate(-5deg) translateY(-12px); }
  75%      { transform: rotate(6deg) translateY(-4px); }
}

@keyframes comparisonDropFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); }
}

@keyframes comparisonAuraPulse {
  0%, 100% { transform: scale(1); opacity: 0.15; }
  50%      { transform: scale(1.15); opacity: 0.25; }
}

@keyframes comparisonSparkleBlink {
  0%, 100% { opacity: 0; transform: scale(0); }
  50%      { opacity: 1; transform: scale(1); }
}

@keyframes comparisonSparklePop {
  0%   { transform: scale(0) translate(0, 0); opacity: 1; }
  50%  { transform: scale(1.5) translate(8px, -12px); opacity: 0.8; }
  100% { transform: scale(0) translate(16px, -24px); opacity: 0; }
}

@keyframes comparisonIllustrationShine {
  0%   { transform: translateX(-100%) rotate(25deg); }
  20%  { transform: translateX(100%) rotate(25deg); }
  100% { transform: translateX(100%) rotate(25deg); }
}

/* ═══════════════════════════════════════════════
   SVG ANIMATION CLASSES (toggled via JS on hover)
   ═══════════════════════════════════════════════ */

.comparison-svg-animate .svg-bottle-tilt {
  animation: svgBottleTilt 2s ease-in-out infinite;
}

.comparison-svg-animate .svg-oil-flow {
  animation: svgOilFlow 2s ease-in-out infinite;
}

.comparison-svg-animate .svg-flower-sway {
  animation: svgFlowerSway 2.5s ease-in-out infinite;
}

.comparison-svg-animate .svg-leaf-rotate {
  animation: svgLeafRotate 3s ease-in-out infinite;
}

.comparison-svg-animate .svg-seed-float {
  animation: svgSeedFloat 3s ease-in-out infinite;
}

.comparison-svg-animate .svg-glow-pulse {
  animation: svgGlowPulse 1.5s ease-in-out infinite;
}

.comparison-svg-animate .svg-ripple-effect {
  animation: svgRippleEffect 2s ease-in-out infinite;
}

.comparison-svg-animate .svg-particle-up {
  animation: svgParticleUp 2.5s ease-in-out infinite;
}

/* ── SVG Animation Keyframes ── */
@keyframes svgBottleTilt {
  0%, 100% { transform: rotate(0deg); }
  50%      { transform: rotate(-3deg); }
}

@keyframes svgOilFlow {
  0%, 100% { transform: translateY(0); opacity: 0.6; }
  50%      { transform: translateY(-4px); opacity: 1; }
}

@keyframes svgFlowerSway {
  0%, 100% { transform: rotate(-3deg); }
  50%      { transform: rotate(3deg); }
}

@keyframes svgLeafRotate {
  0%, 100% { transform: rotate(0deg); }
  50%      { transform: rotate(6deg); }
}

@keyframes svgSeedFloat {
  0%, 100% { transform: translateY(0); opacity: 0.5; }
  50%      { transform: translateY(-6px); opacity: 0.8; }
}

@keyframes svgGlowPulse {
  0%, 100% { opacity: 0.3; }
  50%      { opacity: 0.8; }
}

@keyframes svgRippleEffect {
  0%, 100% { transform: scale(1); opacity: 0.4; }
  50%      { transform: scale(1.08); opacity: 0.7; }
}

@keyframes svgParticleUp {
  0%, 100% { transform: translateY(0); opacity: 0; }
  50%      { transform: translateY(-8px); opacity: 0.6; }
}

/* ═══════════════════════════════════════════════
   REDUCED MOTION
   ═══════════════════════════════════════════════ */

@media (prefers-reduced-motion: reduce) {
  .comparison-panel {
    transition: none;
    opacity: 1;
    transform: none;
  }

  .comparison-panel.visible {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .comparison-panel:hover {
    transform: none !important;
  }

  .comparison-shine::after,
  .comparison-blob,
  .comparison-flower,
  .comparison-seed,
  .comparison-droplet,
  .comparison-pollen-particle,
  .comparison-float-leaf,
  .comparison-ray,
  .comparison-drop-container,
  .comparison-drop-aura,
  .comparison-drop-sparkle {
    animation: none !important;
  }

  .comparison-panel:hover .comparison-panel-icon {
    transform: none;
  }

  .comparison-panel:hover .comparison-panel-name {
    transform: none;
  }

  .comparison-advantage:hover {
    transform: none !important;
  }

  .comparison-advantage:hover .comparison-advantage-check {
    transform: none;
  }

  .comparison-advantage:hover .comparison-advantage-text {
    transform: none;
  }

  .comparison-illustration-shine::after {
    animation: none !important;
    opacity: 0;
  }

  .comparison-panel:hover .comparison-illustration svg {
    transform: none;
  }
}

