.container,
.hero-container,
.section-container {
  max-width: 1100px;
  margin: auto;
}
body {
  margin: 0;
  font-family: Arial;
  background: #f8f8f8;
  color: #222;
}
.hero {
  background: linear-gradient(180deg, #f7f7f7, #fff);
  padding: 100px 20px;
}
.hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.beneficios-icons,
.steps {
  justify-content: center;
  display: flex;
}
.hero-text {
  max-width: 500px;
}
.hero-text h1 {
  font-size: 40px;
  margin-bottom: 20px;
}
.hero-text p {
  font-size: 18px;
  margin-bottom: 20px;
}
.hero-text ul {
  list-style: none;
}
.hero-text li {
  margin-bottom: 10px;
}
.btn,
.g1,
.gummy {
  background: #ff3c5a;
}
.beneficios-pro,
.home-header,
.productos-home,
.reviews {
  padding: 80px 20px;
  text-align: center;
}
.beneficios-icons,
.comparacion-grid,
.resultados-grid {
  flex-wrap: wrap;
}
.beneficio-item {
  background: #fff;
  padding: 30px;
  border-radius: 25px;
  width: 250px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}
.review,
.step {
  border-radius: 10px;
}
.beneficio-item:hover {
  transform: translateY(-8px);
}
.icon {
  font-size: 40px;
  margin-bottom: 15px;
}
.como,
.comparacion,
.ideal {
  padding: 80px 20px;
  text-align: center;
  background: #fff;
}
.steps {
  gap: 40px;
  margin-top: 40px;
}
.step {
  background: #f4f4f4;
  padding: 30px;
  width: 200px;
}
.testimonios {
  padding: 80px;
  text-align: center;
}
.review {
  background: #fff;
  padding: 30px;
  max-width: 600px;
  margin: auto;
}
.reviews-grid {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
.review-card {
  background: #fff;
  padding: 25px;
  border-radius: 20px;
  width: 260px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.stars {
  color: #ffc107;
  font-size: 20px;
  margin-bottom: 10px;
}
.oferta {
  background: #111;
  color: #fff;
  text-align: center;
  padding: 80px;
}
.old {
  text-decoration: line-through;
  opacity: 0.6;
  margin-right: 10px;
}
.btn,
.floating-btn,
.nav a,
.producto-card {
  text-decoration: none;
}
.new {
  font-size: 40px;
  color: #00ffae;
}
.top-bar,
footer {
  color: #fff;
  text-align: center;
}
footer {
  background: #000;
  padding: 20px;
}
.top-bar {
  background: #ff3c5a;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
}
#timer,
.btn,
.stock-alert {
  font-weight: 700;
}
.garantia,
.producto,
.science,
section {
  padding: 80px 20px;
}
.producto {
  background: #fff;
  text-align: center;
}
.producto-box {
  max-width: 500px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}
.beneficios-icons,
.hero-img {
  display: flex;
  justify-content: center;
}
.producto-info {
  max-width: 400px;
  text-align: left;
}
.antes-despues,
.contador,
.garantia,
.hero-home,
.resultados,
.science,
.stock-alert,
.visitantes {
  text-align: center;
}
.science {
  background: #f5f5f5;
  max-width: 900px;
  margin: auto;
}
.antes-despues,
.garantia,
.resultado-item {
  background: #fff;
}
.after span,
.before span,
.floating-btn {
  background: #ff3c5a;
  font-weight: 700;
  color: #fff;
}
.garantia h2,
.garantia p,
.hero-home-container {
  max-width: 700px;
  margin: auto;
}
.floating-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 15px 25px;
  border-radius: 50px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  z-index: 999;
}
.hero-img img {
  width: 600px;
  max-width: 100%;
  transition: 0.4s;
}
.hero-img {
  position: relative;
  align-items: center;
}
.btn,
.product-card {
  display: inline-block;
}
.producto-img {
  width: 600px;
  max-width: 100%;
  z-index: 2;
  animation: 4s ease-in-out infinite flotar;
  filter: drop-shadow(0 25px 40px rgba(0, 0, 0, 0.35));
}
.product-glow {
  position: absolute;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, #ff3c5a40, #ff3c5a00);
  border-radius: 50%;
  z-index: 1;
}
.after,
.before,
.hero-home {
  position: relative;
}
@keyframes flotar {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
.btn {
  background: linear-gradient(45deg, #ff3c5a, #ff6b81);
  color: #fff;
  padding: 16px 36px;
  border-radius: 40px;
  margin-top: 20px;
  transition: 0.3s;
  box-shadow: 0 10px 25px rgba(255, 60, 90, 0.4);
}
.btn:hover {
  background: #f03;
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(255, 60, 90, 0.5);
}
.producto-box img,
.producto-img {
  border-radius: 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.product-card {
  background: #fff;
  padding: 25px;
  border-radius: 30px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  transition: 0.4s;
}
.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.18);
}
.product-card img {
  width: 100%;
  border-radius: 20px;
}
.antes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 900px;
  margin: 40px auto auto;
}
.antes-grid img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.after span,
.before span {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
}
section {
  width: 100%;
  box-sizing: border-box;
}
.beneficios-icons {
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 40px auto 0;
}
.comparacion-grid,
.resultados-grid {
  justify-content: center;
  margin-top: 40px;
  display: flex;
  gap: 40px;
}
.contador {
  background: #fff5f7;
  padding: 60px;
}
#timer {
  font-size: 48px;
  color: #ff3c5a;
  margin-top: 10px;
}
.gummy {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  z-index: 1;
  animation: 6s linear infinite caer;
}
.colageno .gummy {
  background: linear-gradient(#ff4d6d, #ff1f4b);
}
.vinagre .gummy {
  background: linear-gradient(#8aff3c, #39c500);
}
.melena .gummy {
  background: linear-gradient(#ffd84d, #ffb700);
}
.gummy1 {
  left: 10%;
  top: -40px;
  animation-delay: 0s;
}
.gummy2 {
  left: 70%;
  top: -60px;
  animation-delay: 2s;
}
.gummy3 {
  left: 40%;
  top: -50px;
  animation-delay: 3s;
}
.gummy4 {
  left: 85%;
  top: -30px;
  animation-delay: 4s;
}
@keyframes caer {
  0% {
    transform: translateY(-50px) rotate(0);
    opacity: 0;
  }
  10%,
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(400px) rotate(360deg);
    opacity: 0;
  }
}
.comparacion-item {
  background: #f7f7f7;
  padding: 30px;
  border-radius: 20px;
  width: 280px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.comparacion-item ul {
  list-style: none;
  padding: 0;
}
.comparacion-item li {
  margin-bottom: 12px;
}
.bueno {
  background: #eaffea;
}
.malo {
  background: #fff1f1;
}
.resultados {
  padding: 80px 20px;
  background: #f7fff5;
}
.ideal-item,
.resultado-item {
  padding: 30px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  width: 260px;
}
.resultado-item h3 {
  color: #2fb300;
  font-size: 24px;
  margin-bottom: 10px;
}
.stock-alert {
  margin-top: 20px;
  color: #e63946;
  font-size: 18px;
  animation: 1.5s infinite pulse;
}
.nav-menu a:hover,
.visitantes {
  color: #ff3c5a;
}
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}
.visitantes {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
}
.vinagre .top-bar {
  background: #39c500;
  color: #fff;
}
.vinagre .btn {
  background: linear-gradient(45deg, #6edc3a, #39c500);
  color: #fff;
}
.vinagre .btn:hover {
  background: linear-gradient(45deg, #39c500, #2fa300);
}
.vinagre .floating-btn {
  background: #39c500;
}
.vinagre #timer {
  color: #39c500;
}
.melena .top-bar {
  background: #ffb700;
  color: #fff;
}
.melena .btn {
  background: linear-gradient(45deg, #ffd84d, #ffb700);
  box-shadow: 0 10px 25px rgba(255, 183, 0, 0.4);
}
.melena .btn:hover {
  background: linear-gradient(45deg, #ffb700, #e6a600);
}
.melena .floating-btn {
  background: #ffb700;
}
.melena #timer {
  color: #ffb700;
}
.ideal-grid,
.productos-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.ideal-item {
  background: #fff8e6;
}
.ideal-item .icon {
  font-size: 40px;
  margin-bottom: 10px;
}
.home-header {
  background: linear-gradient(180deg, #f7f7f7, #fff);
}
.producto-card {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  width: 260px;
  color: #222;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  transition: 0.35s;
  overflow: hidden;
}
.producto-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
}
.producto-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 15px;
  transition: transform 0.5s;
}
.btn-volver,
.nav-menu a {
  text-decoration: none;
  transition: 0.3s;
}
.producto-card:hover img {
  transform: scale(1.08);
}
.colageno-card {
  border-top: 5px solid #ff3c5a;
}
.vinagre-card {
  border-top: 5px solid #39c500;
}
.melena-card {
  border-top: 5px solid #ffb700;
}
.colageno-card:hover {
  box-shadow: 0 25px 45px rgba(255, 60, 90, 0.25);
}
.vinagre-card:hover {
  box-shadow: 0 25px 45px rgba(57, 197, 0, 0.25);
}
.melena-card:hover {
  box-shadow: 0 25px 45px rgba(255, 183, 0, 0.25);
}
.hero-logo {
  width: 820px;
  margin-bottom: 30px;
  animation: 3.2s logoFade;
}
.hero-home p {
  font-size: 18px;
  opacity: 0.8;
  max-width: 600px;
  margin: auto auto 30px;
}
.header,
.hero-home,
.nav,
.nav-menu {
  display: flex;
}
@keyframes logoFade {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-home {
  align-items: center;
  justify-content: center;
  min-height: 60vh;
}
@media (max-width: 768px) {
  .hero-container,
  .producto-box {
    flex-direction: column;
  }
  .beneficios-grid,
  .steps {
    flex-direction: column;
    align-items: center;
  }
  .hero-img img {
    width: 320px;
  }
  .producto-img {
    width: 340px;
  }
  .product-glow {
    width: 260px;
    height: 260px;
  }
  .hero-container,
  .producto-info {
    text-align: center;
  }
  .antes-grid {
    grid-template-columns: 1fr;
  }
  .antes-grid img {
    height: 250px;
  }
  .hero-logo {
    width: 880px;
    max-width: 70%;
    height: auto;
    margin: 20px auto;
    display: block;
  }
  .hero-home {
    min-height: auto;
    padding: 60px 20px;
  }
  .hero-home h1 {
    font-size: 32px;
  }
}
.hero-home h1 {
  font-size: 42px;
  margin-bottom: 10px;
}
.hero-subtitle {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.hero-description {
  font-size: 16px;
  opacity: 0.8;
  margin-bottom: 30px;
}
.hero-btn {
  font-size: 18px;
  padding: 14px 30px;
}
@media (max-width: 768px) {
  .hero-home {
    padding: 80px 20px;
  }
  .hero-home h1 {
    font-size: 30px;
  }
  .hero-subtitle {
    font-size: 18px;
  }
  .hero-description {
    font-size: 15px;
  }
}
.hero-home {
  background: linear-gradient(180deg, #fff, #f6f6f6);
  padding: 120px 20px;
  overflow: hidden;
}
.hero-floating {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.gummy,
.nav-logo img {
  height: 40px;
}
.gummy {
  position: absolute;
  width: 40px;
  border-radius: 10px;
  pointer-events: none;
}
.g1 {
  top: 20%;
  left: 15%;
}
.g2 {
  top: 40%;
  right: 15%;
  background: #39c500;
}
.g3 {
  bottom: 20%;
  left: 25%;
  background: #ffb700;
}
.g4 {
  bottom: 30%;
  right: 20%;
  background: #68620b;
}
.header,
.navbar {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.navbar {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.nav-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
}
.nav-menu {
  gap: 30px;
}
.nav-menu a {
  font-weight: 600;
  color: #333;
}
.header {
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.logo {
  font-size: 22px;
  font-weight: 700;
  color: #d12c2c;
}
.nav {
  gap: 25px;
}
.nav a {
  color: #333;
  font-weight: 500;
}
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}
.hamburger span {
  height: 3px;
  width: 25px;
  background: #333;
  margin: 4px;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .nav-menu {
    gap: 15px;
    font-size: 14px;
  }
  .nav-logo img {
    height: 32px;
  }
  .nav {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    display: none;
    flex-direction: column;
    background: #fff;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    padding: 20px;
  }
  .hamburger,
  .nav.active {
    display: flex;
  }
}
.btn-volver {
  display: inline-block;
  margin: 20px;
  padding: 10px 18px;
  background: #333;
  color: #fff;
  border-radius: 8px;
  font-size: 14px;
}
.btn-volver:hover {
  background: #000;
}
.cart-button {
  position: fixed;
  bottom: 20px;
  right: 20px;

  background: #ff3c5a;

  color: white;

  width: 60px;
  height: 60px;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 22px;

  cursor: pointer;

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);

  z-index: 999;
}

.cart-panel {
  position: fixed;

  top: 0;
  right: -400px;

  width: 350px;
  height: 100%;

  background: white;

  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);

  padding: 20px;

  transition: 0.3s;

  z-index: 1000;
}

.cart-panel.active {
  right: 0;
}

.cart-total {
  margin-top: 20px;
  font-weight: bold;
}

.cart-form input {
  width: 100%;
  margin-top: 10px;

  padding: 8px;
}

.btn-checkout {
  margin-top: 15px;

  width: 100%;

  background: #25d366;

  color: white;

  padding: 12px;

  border: none;

  cursor: pointer;
}
.shipping {
  color: #2e9e4a;
  font-weight: bold;
  margin-top: 5px;
}
.mayorista {
  background: #fff4e5;

  border: 2px dashed #ff9800;

  padding: 12px;

  margin-top: 15px;

  font-weight: bold;

  text-align: center;

  border-radius: 8px;
}
.legal-links {
  margin-top: 10px;
  font-size: 13px;
}

.legal-links a {
  margin: 0 10px;
  color: #fffdfd;
  text-decoration: none;
}

.legal-links a:hover {
  text-decoration: underline;
}
.legal-page {
  max-width: 900px;
  margin: auto;
  padding: 40px 20px;
  line-height: 1.7;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
}

.legal-page h1 {
  font-size: 32px;
  margin-bottom: 10px;
  color: #111;
}

.legal-page h2 {
  font-size: 20px;
  margin-bottom: 30px;
  color: #777;
}

.legal-page h3 {
  margin-top: 25px;
  color: #222;
}

.legal-page ul {
  margin-left: 20px;
  margin-top: 10px;
}

.legal-page li {
  margin-bottom: 8px;
}

.contact {
  background: #f5f5f5;
  padding: 15px;
  border-radius: 8px;
  margin-top: 10px;
}
/* ==============================
ANIMACIONES GLOBAL SOMMA
============================== */

.fade-up {
  opacity: 1;
  transform: translateY(60px);
  transition: all 0.9s ease;
}

.fade-up.active {
  opacity: 1;
  transform: translateY(0);
}

/* ANIMACION IZQUIERDA */

.fade-left {
  opacity: 0;
  transform: translateX(-60px);
  transition: all 0.9s ease;
}

.fade-left.active {
  opacity: 1;
  transform: translateX(0);
}

/* ANIMACION DERECHA */

.fade-right {
  opacity: 0;
  transform: translateX(60px);
  transition: all 0.9s ease;
}

.fade-right.active {
  opacity: 1;
  transform: translateX(0);
}

/* TARJETAS */

.card-animate {
  transition: all 0.35s ease;
  cursor: pointer;
}

.card-animate:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

/* IMAGENES */

.img-animate {
  transition: transform 0.6s ease;
}

.img-animate:hover {
  transform: scale(1.05);
}

/* BOTONES */

.btn {
  transition: all 0.3s ease;
}

.btn:hover {
  transform: scale(1.05);
}

/* CARRITO */

.cart-panel {
  transition: right 0.35s ease;
}

/* PRODUCTO HERO */

.product-card {
  transition: transform 0.6s ease;
}

.product-card:hover {
  transform: rotate(-1deg) scale(1.03);
}
.main-footer {
  background: #000;

  color: #fff;

  padding: 60px 20px 20px;
}

.footer-container {
  max-width: 1100px;

  margin: auto;

  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));

  gap: 40px;
}

.footer-col h4,
.footer-col h3 {
  margin-bottom: 15px;
}

.footer-col a {
  display: block;

  color: #ddd;

  text-decoration: none;

  margin-bottom: 8px;

  transition: 0.3s;
}

.footer-col a:hover {
  color: #ff3c5a;
}

.social-links a {
  display: block;

  margin-bottom: 8px;
}

.footer-bottom {
  text-align: center;

  margin-top: 40px;

  font-size: 14px;

  opacity: 0.7;

  border-top: 1px solid #333;

  padding-top: 20px;
}
.promo-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.promo-box {
  background: white;
  padding: 40px;
  border-radius: 18px;
  max-width: 420px;
  width: 90%;
  text-align: center;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
  animation: popupShow 0.4s ease;
}

.promo-box h2 {
  color: #ff3b5c;
  margin-bottom: 10px;
}

.promo-box input {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #ddd;
  margin: 15px 0;
}

.promo-box button {
  background: #ff3b5c;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 25px;
  cursor: pointer;
  font-weight: bold;
  width: 100%;
}

.promoCoupon {
  font-size: 30px;
  font-weight: bold;
  color: #27ae60;
  margin: 15px 0;
}

.promoSkip {
  font-size: 13px;
  margin-top: 10px;
  cursor: pointer;
  color: #777;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  font-size: 20px;
}

@keyframes popupShow {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.promo-bar {
  background: #ff3b5c;
  color: white;
  text-align: center;
  padding: 8px;
  font-size: 14px;
  font-weight: bold;
  position: sticky;
  top: 0;
  z-index: 999;
}
.sales-popup {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: white;
  padding: 10px 15px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  display: none;
  z-index: 999;
}
.menu-controls {
  display: flex;
  gap: 10px;
  align-items: center;
}

.lang-btn {
  background: #f4f4f4;
  border: none;
  padding: 6px 10px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}

.dark-btn {
  background: #222;
  color: white;
  border: none;
  padding: 6px 10px;
  border-radius: 6px;
  cursor: pointer;
}

.main-header {
  position: sticky;
  top: 0;
  background: white;
  z-index: 999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.header-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}

.logo a {
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  color: #222;
}

.nav-menu {
  display: flex;
  gap: 25px;
}

.nav-menu a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lang-btn {
  border: none;
  background: #f4f4f4;
  padding: 6px 10px;
  border-radius: 6px;
  cursor: pointer;
}

.dark-btn {
  background: #222;
  color: white;
  border: none;
  padding: 6px 10px;
  border-radius: 6px;
  cursor: pointer;
}

.cart-icon {
  cursor: pointer;
  position: relative;
  font-size: 20px;
}

#cartcount {
  position: absolute;
  top: -8px;
  right: -10px;
  background: red;
  color: white;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 50%;
}

.menu-toggle {
  display: none;
  font-size: 22px;
  cursor: pointer;
}

/* MOBILE */

@media (max-width: 768px) {
  .nav-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: white;
    padding: 20px;
  }

  .nav-menu.active {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }
}

/* PROMO BAR */

.dark-mode .promo-bar {
  background: #c92a4a;
}
.main-footer {
  background: #0e0e0e;
  color: #fff;
  padding: 60px 20px 30px;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
}

.footer-col h3,
.footer-col h4 {
  margin-bottom: 15px;
}

.footer-col a {
  display: block;
  color: #ccc;
  text-decoration: none;
  margin-bottom: 8px;
  transition: 0.3s;
}

.footer-col a:hover {
  color: #fff;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  border-top: 1px solid #333;
  padding-top: 20px;
  font-size: 14px;
  color: #aaa;
}
.social-icons a {
  display: inline-block;
  margin-right: 12px;
  font-size: 22px;
  color: #fff;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #ff3c5a;
  transform: scale(1.15);
}
/* =================================
SOMMA DARK MODE GLOBAL
================================= */

body.dark-mode {
  background: #121212;
  color: #f1f1f1;
}

/* HEADER */

.dark-mode .main-header {
  background: #1a1a1a;
  box-shadow: none;
}

.dark-mode .nav-menu a {
  color: #f1f1f1;
}

.dark-mode .logo a {
  color: #ffffff;
}

/* HERO */

.dark-mode .hero {
  background: linear-gradient(180deg, #121212, #1b1b1b);
}

.dark-mode .hero-home {
  background: linear-gradient(180deg, #121212, #1b1b1b);
}

.dark-mode .hero-text h1 {
  color: #ffffff;
}

.dark-mode .hero-text p,
.dark-mode .hero-text li {
  color: #d6d6d6;
}

/* SECCIONES */

.dark-mode section {
  background: #121212;
}

/* BENEFICIOS */

.dark-mode .beneficios-pro {
  background: #111;
}

.dark-mode .beneficio-item {
  background: #1c1c1c;
  border: 1px solid #2a2a2a;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.dark-mode .beneficio-item p {
  color: #cfcfcf;
}

/* PRODUCTOS */

.dark-mode .producto,
.dark-mode .science,
.dark-mode .antes-despues,
.dark-mode .como,
.dark-mode .reviews {
  background: #181818;
}

.dark-mode .product-card {
  background: #1e1e1e;
  color: #fff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
}

/* TARJETAS */

.dark-mode .review-card {
  background: #1f1f1f;
  color: #fff;
}

.dark-mode .step {
  background: #1c1c1c;
}

/* BOTONES */

.dark-mode .btn {
  box-shadow: 0 10px 25px rgba(255, 60, 90, 0.5);
}

/* OFERTA */

.dark-mode .oferta {
  background: #0f0f0f;
}

/* FOOTER */

.dark-mode .main-footer {
  background: #0e0e0e;
}

.dark-mode .footer-col a {
  color: #ddd;
}

/* MENU MOBILE */

.dark-mode .nav-menu {
  background: #1a1a1a;
}

/* PROMO BAR */

.dark-mode .promo-bar {
  background: #c92a4a;
}
/* =========================
COMO FUNCIONA
========================= */

.como {
  background: linear-gradient(180deg, #fff, #f7f7f7);
  text-align: center;
  padding: 100px 20px;
}

.como h2 {
  font-size: 36px;
  margin-bottom: 50px;
  color: #222;
}

/* GRID PASOS */

.steps {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

/* TARJETAS */

.step {
  background: #fff;
  width: 220px;
  padding: 35px 25px;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transition: 0.35s;
  position: relative;
}

/* NUMERO */

.step h3 {
  font-size: 42px;
  margin-bottom: 15px;
  color: #ff3c5a;
}

/* TEXTO */

.step p {
  font-size: 16px;
  color: #555;
}

/* HOVER */

.step:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

/* =========================
DARK MODE
========================= */

.dark-mode .como {
  background: #121212;
}

.dark-mode .step {
  background: #1c1c1c;
  color: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.dark-mode .step p {
  color: #ccc;
}
.cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.cart-item span {
  font-size: 14px;
}
.cart-info {
  display: flex;
  flex-direction: column;
}

.cart-name {
  font-weight: bold;
}

.cart-price {
  font-size: 13px;
  opacity: 0.7;
}

.cart-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cart-controls button {
  border: none;
  background: #f1f1f1;
  padding: 5px 10px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}

.cart-controls button:hover {
  background: #ddd;
}

.cart-controls .remove {
  background: #ff3c5a;
  color: white;
}
/* =========================
CARRITO DARK MODE
========================= */

.dark-mode .cart-panel {
  background: #1e1e1e;
  color: #ffffff;
}

.dark-mode .cart-header {
  border-bottom: 1px solid #333;
}

.dark-mode .cart-item {
  border-bottom: 1px solid #333;
}

.dark-mode .cart-name {
  color: #fff;
}

.dark-mode .cart-price {
  color: #aaa;
}

/* BOTONES */

.dark-mode .cart-controls button {
  background: #2a2a2a;
  color: #fff;
  border: none;
}

.dark-mode .cart-controls button:hover {
  background: #3a3a3a;
}

.dark-mode .remove {
  background: #ff4d4d;
  color: white;
}

/* INPUTS */

.dark-mode .cart-form input {
  background: #2a2a2a;
  color: #fff;
  border: 1px solid #444;
}

.dark-mode .cart-form input::placeholder {
  color: #aaa;
}

/* TOTAL */

.dark-mode .cart-total {
  border-top: 1px solid #333;
  color: #fff;
}

/* ENVIO */

.dark-mode .shipping {
  color: #4ade80;
}
.dark-mode .cart-button {
  background: #22c55e;
  color: white;
}
.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.cart-header button {
  background: none;
  border: 1px solid #999;
  padding: 4px 8px;
  cursor: pointer;
}
.qty-controls {
  display: flex;
  align-items: center;
  gap: 5px;
}

.qty-controls button {
  width: 25px;
  height: 25px;
  border: none;
  background: #eee;
  cursor: pointer;
  border-radius: 5px;
}
.cart-form input {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.btn-checkout {
  width: 100%;
  padding: 12px;
  background: #22c55e;
  color: white;
  border: none;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
}
.nav-menu {
  display: none;
}

.nav-menu.active {
  display: flex;
}
