* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}



.footer li {
  margin-bottom: 10px;
}

.footer .nav-link:hover {
  text-decoration: underline !important;
}
.section-title {
  text-align: center;
  font-weight: 700;
  background-color: #0a3e2e;
  color: #fff;
  padding: 1.8rem;
}

.text-just {
  text-align: justify;
}
.free-shipping {
  background-color: #0a3e2e;
}

.foot {
  background-color: #0a3e2e;
}

.glass-purple {
background: linear-gradient(
  135deg,
  rgba(34, 92, 78, 0.85) 0%,
  rgba(28, 82, 69, 0.75) 35%,
  rgba(22, 72, 60, 0.65) 65%,
  rgba(18, 60, 50, 0.55) 100%
);

backdrop-filter: blur(18px);
-webkit-backdrop-filter: blur(18px);

border: 1px solid rgba(255, 255, 255, 0.22);

box-shadow:
  0 20px 50px rgba(10, 40, 30, 0.55),
  inset 0 1px 1px rgba(255, 255, 255, 0.20),
  inset 0 -1px 2px rgba(0, 0, 0, 0.35);

}



.hero-bg {
  min-height: 10vh;
  max-width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-overlay {
  padding: 6rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

/* Title */
.hero-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.1;
  text-transform: uppercase;
}

.hero-title span {
  display: block;
}

/* Glass box */
.glass-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(140px, 1fr));
  gap: 1rem 2rem;
  padding: 1.5rem 2rem;
  border-radius: 20px;

  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.18),
    rgba(255, 255, 255, 0.08)
  );
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
}

/* Feature text */
.feature-item {
  font-size: clamp(0.95rem, 2.5vw, 1.1rem);
  font-weight: 600;
  text-align: left;
}

/* Mobile tweaks */
@media (max-width: 576px) {
  .glass-features {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .feature-item {
    text-align: center;
  }
}



/* Mobile */
@media (max-width: 768px) {
  .ingredients-grid {
    grid-template-columns: 1fr;
  }

  .ingredient-card {
    flex-direction: column;
    text-align: center;
  }

  .ingredient-card img {
    width: 120px;
  }
}


.guarantee-section {
  margin-top: 2rem;
}

.guarantee-img {
  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.35));
}

.guarantee-box {
  background: rgba(123, 1, 127, 0.85);
  border-left: 5px solid rgba(255, 255, 255, 0.6);
}

@media (max-width: 768px) {
  .guarantee-box {
    font-size: 1.1rem;
  }
}
.line-height-16 {
  line-height: 1.6;
}

.max-220 {
  max-width: 220px;
}
.max-900 {
  max-width: 220px;
}