.elementor-335 .elementor-element.elementor-element-5c920ca{--display:flex;}.elementor-335 .elementor-element.elementor-element-5c920ca.e-con{--flex-grow:0;--flex-shrink:0;}@media(max-width:767px){.elementor-335 .elementor-element.elementor-element-5c920ca{--margin-top:-14px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(min-width:768px){.elementor-335 .elementor-element.elementor-element-5c920ca{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-a9a89fa *//* Floating bottle */
.product-bottle,
.hero-visual svg {
  animation: floatBottle 5s ease-in-out infinite;
}

@keyframes floatBottle {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
}

/* Glow pulse */
.hero-glow,
.hero-glow2 {
  animation: pulseGlow 6s ease-in-out infinite alternate;
}

@keyframes pulseGlow {
  from {
    opacity: 0.5;
    transform: scale(1);
  }

  to {
    opacity: 1;
    transform: scale(1.15);
  }
}

/* Orbit lines */
.hero-visual ellipse:nth-of-type(2),
.hero-visual ellipse:nth-of-type(3) {
  transform-origin: center;
  animation: rotateOrbit 20s linear infinite;
}

@keyframes rotateOrbit {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Floating atoms */
.hero-visual circle {
  animation: floatAtoms 4s ease-in-out infinite;
}

.hero-visual circle:nth-child(even) {
  animation-delay: 1.5s;
}

@keyframes floatAtoms {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

/* Cards hover effect */
.glass-card,
.testi-card,
.trust-card,
.coa-card,
.stat-card,
.process-card {
  transition: transform .35s ease, box-shadow .35s ease;
}

.glass-card:hover,
.testi-card:hover,
.trust-card:hover,
.coa-card:hover,
.stat-card:hover,
.process-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(255, 122, 0, 0.12);
}

/* Button glow */
.btn-primary,
.nav-cta {
  transition: all .3s ease;
}

.btn-primary:hover,
.nav-cta:hover {
  box-shadow: 0 0 25px rgba(255, 122, 0, 0.45);
  transform: translateY(-2px);
}

/* Scroll animation */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s ease, transform .8s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}
/* ===== TABLET ===== */

@media (max-width: 1024px) {

  .nav,
  .hero,
  .section,
  .timeline-section,
  .lab-section,
  .testi-section,
  .faq-section,
  .footer {
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero {
    flex-direction: column;
    text-align: center;
    gap: 50px;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero p {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-btns,
  .trust-bar {
    justify-content: center;
  }

  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-layout,
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .lab-grid {
    grid-template-columns: 1fr;
  }

  .testi-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-top {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* ===== MOBILE ===== */

@media (max-width: 768px) {

  .nav {
    padding: 18px 20px;
    flex-wrap: wrap;
    gap: 20px;
  }

  .nav-links {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
  }

  .nav-cta {
    width: 100%;
  }

  .hero,
  .section,
  .timeline-section,
  .lab-section,
  .testi-section,
  .faq-section,
  .footer {
    padding: 50px 20px;
  }

  .hero {
    min-height: auto;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero p {
    font-size: 14px;
  }

  .hero-btns {
    flex-direction: column;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
  }

  .hero-visual svg {
    width: 100%;
    max-width: 280px;
    height: auto;
  }

  .cards-grid,
  .trust-strip,
  .footer-top {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 22px;
  }

  .timeline {
    flex-direction: column;
    gap: 30px;
  }

  .timeline-connector {
    width: 1px;
    height: 50px;
    top: 0;
  }

  .timeline-connector::after {
    content: "▼";
    top: auto;
    bottom: -8px;
    right: -5px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .footer-legal {
    max-width: 100%;
  }

  .social-icons {
    justify-content: center;
  }
}


/* ===== SMALL MOBILE ===== */

@media (max-width: 480px) {

  .hero h1 {
    font-size: 28px;
    line-height: 1.25;
  }

  .section-title {
    font-size: 20px;
  }

  .card-title {
    font-size: 13px;
  }

  .card-text,
  .testi-text {
    font-size: 11px;
  }

  .hero-badge {
    font-size: 9px;
    letter-spacing: 1px;
  }

  .trust-item {
    width: 100%;
    justify-content: center;
  }
}
.hero-visual {
  min-height: 400px;
}
.hero-visual {
  min-height: auto;
}/* End custom CSS */