/* ===== RESET & BASE ===== */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #1a1a1a;
  line-height: 1.6;
  background: #fff;
  overflow-x: hidden;
  max-width: 100vw;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-block;
  padding: 16px 40px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.35s ease;
  border: none;
  text-align: center;
}

.btn-primary {
  background: linear-gradient(135deg, #E91E63, #8E24AA);
  color: #fff;
  box-shadow: 0 4px 25px rgba(233, 30, 99, 0.35);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #F06292, #AB47BC);
  transform: translateY(-2px);
  box-shadow: 0 8px 35px rgba(233, 30, 99, 0.5);
}

.btn-lg {
  padding: 20px 50px;
  font-size: 1.05rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.pulse {
  animation: pulse 2.5s infinite;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(233, 30, 99, 0.45); }
  70% { box-shadow: 0 0 0 18px rgba(233, 30, 99, 0); }
  100% { box-shadow: 0 0 0 0 rgba(233, 30, 99, 0); }
}

/* ===== HEADER ===== */
.header {
  background: #0F0F0F;
  padding: 16px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(233, 30, 99, 0.2);
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo {
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: 2px;
}

.logo span {
  background: linear-gradient(135deg, #E91E63, #8E24AA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ===== HERO ===== */
.hero {
  background: #0F0F0F;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  min-height: 600px;
  display: flex;
  align-items: center;
}

.hero-glow {
  position: absolute;
  top: -30%;
  right: -15%;
  width: 650px;
  height: 650px;
  background: radial-gradient(circle, rgba(233, 30, 99, 0.1) 0%, rgba(142, 36, 170, 0.05) 40%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-tag {
  display: inline-block;
  background: rgba(233, 30, 99, 0.12);
  color: #F06292;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.hero-text {
  text-align: left;
}

.hero-text h1 {
  font-size: 2.6rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-text h1 span {
  background: linear-gradient(135deg, #E91E63, #8E24AA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  color: #aaa;
  font-size: 1.05rem;
  margin-bottom: 14px;
  line-height: 1.75;
  font-weight: 300;
}

.hero-highlight {
  color: #ccc;
  font-size: 0.95rem;
  margin-bottom: 25px;
}

.hero-highlight strong {
  color: #F06292;
}

.hero-mini-text {
  color: #999;
  font-size: 0.88rem;
  margin-bottom: 28px;
  line-height: 1.8;
  font-weight: 300;
}

.hero-mini-text i {
  color: #E91E63;
  margin-right: 4px;
  font-size: 0.75rem;
}

.hero-trust {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.hero-trust span {
  color: #888;
  font-size: 0.78rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 6px;
}

.hero-trust i {
  color: #E91E63;
  font-size: 0.72rem;
}

.hero-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: -80px;
}

.hero-product-img {
  max-width: 1100px;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 60px rgba(233, 30, 99, 0.15));
  object-fit: contain;
}

/* ===== CREDIBILITY BAR ===== */
.credibility-bar {
  background: linear-gradient(135deg, #E91E63, #8E24AA);
  padding: 22px 0;
}

.credibility-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 20px;
}

.cred-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 0.85rem;
  text-align: center;
}

.cred-item i {
  font-size: 1.2rem;
  opacity: 0.9;
}

/* ===== EXPLAINER ===== */
.explainer {
  padding: 80px 0;
  background: #fafafa;
  text-align: center;
}

.explainer h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #0F0F0F;
  margin-bottom: 40px;
  line-height: 1.3;
}

.explainer h2 span {
  background: linear-gradient(135deg, #E91E63, #8E24AA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.explainer-content {
  display: grid;
  grid-template-columns: 1fr 0.6fr;
  gap: 40px;
  align-items: center;
  text-align: left;
  margin-bottom: 40px;
}

.explainer-text p {
  font-size: 1.02rem;
  color: #444;
  margin-bottom: 16px;
  line-height: 1.8;
  font-weight: 300;
}

.explainer-text strong {
  color: #0F0F0F;
  font-weight: 600;
}

.explainer-text em {
  color: #E91E63;
  font-style: italic;
}

.explainer-img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
}

/* ===== COMPOSITION ===== */
.composition {
  padding: 80px 0;
  background: #fff;
  text-align: center;
}

.composition h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #0F0F0F;
  margin-bottom: 10px;
}

.composition h2 span {
  background: linear-gradient(135deg, #E91E63, #8E24AA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-subtitle {
  color: #777;
  font-size: 1rem;
  margin-bottom: 50px;
  font-weight: 300;
}

.composition-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-bottom: 40px;
}

.comp-card {
  background: #fafafa;
  border-radius: 16px;
  padding: 35px 22px;
  transition: all 0.35s ease;
  border: 1px solid transparent;
}

.comp-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(233, 30, 99, 0.1);
  border-color: rgba(233, 30, 99, 0.2);
}

.comp-icon {
  width: 65px;
  height: 65px;
  background: linear-gradient(135deg, #E91E63, #8E24AA);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}

.comp-icon i {
  font-size: 1.4rem;
  color: #fff;
}

.comp-card h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0F0F0F;
  margin-bottom: 10px;
}

.comp-card p {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.6;
  font-weight: 300;
}

/* ===== FORMULA ===== */
.formula {
  padding: 80px 0;
  background: #fafafa;
}

.formula-content {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 50px;
  align-items: start;
}

.product-card-display {
  background: #0F0F0F;
  border-radius: 24px;
  padding: 40px 28px;
  text-align: center;
  border: 1px solid rgba(233, 30, 99, 0.2);
  position: sticky;
  top: 90px;
}

.formula-badge {
  display: inline-block;
  background: rgba(233, 30, 99, 0.12);
  color: #F06292;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.product-card-display h3 {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: 8px;
}

.product-card-display > p {
  color: #888;
  font-size: 0.85rem;
  margin-bottom: 25px;
  font-weight: 300;
}

.ingredient-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 25px;
}

.ingredient-tags span {
  background: rgba(233, 30, 99, 0.1);
  color: #F06292;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 500;
  border: 1px solid rgba(233, 30, 99, 0.15);
}

.caps-count {
  background: linear-gradient(135deg, #E91E63, #8E24AA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  font-size: 1.1rem;
}

.formula-intro {
  font-size: 1.02rem;
  color: #444;
  margin-bottom: 30px;
  line-height: 1.7;
  font-weight: 300;
}

.ingredient-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 30px;
}

.ingredient {
  background: #fff;
  border-radius: 14px;
  padding: 20px 24px;
  border-left: 4px solid #E91E63;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.ingredient:hover {
  box-shadow: 0 4px 20px rgba(233, 30, 99, 0.1);
}

.ingredient h5 {
  font-size: 1rem;
  font-weight: 700;
  color: #0F0F0F;
  margin-bottom: 5px;
}

.ingredient h5 i {
  color: #E91E63;
  margin-right: 8px;
}

.ingredient p {
  color: #666;
  font-size: 0.88rem;
  line-height: 1.6;
  font-weight: 300;
}

.formula-footer {
  font-size: 1rem;
  font-weight: 600;
  color: #0F0F0F;
  margin-bottom: 25px;
}

/* ===== SHOWCASE IMAGE ===== */
.showcase-img {
  padding: 60px 0;
  background: #fff;
  text-align: center;
}

.showcase-img img {
  max-width: 700px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 20px;
  filter: drop-shadow(0 12px 40px rgba(233, 30, 99, 0.12));
}

/* ===== BENEFITS ===== */
.benefits {
  padding: 80px 0;
  background: #0F0F0F;
  text-align: center;
}

.benefits h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 50px;
}

.benefits h2 span {
  background: linear-gradient(135deg, #E91E63, #8E24AA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-bottom: 40px;
}

.benefit-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(233, 30, 99, 0.12);
  border-radius: 16px;
  padding: 35px 28px;
  text-align: left;
  transition: all 0.35s ease;
}

.benefit-card:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(233, 30, 99, 0.35);
  transform: translateY(-4px);
}

.benefit-icon {
  width: 55px;
  height: 55px;
  background: rgba(233, 30, 99, 0.12);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.benefit-icon i {
  font-size: 1.3rem;
  color: #F06292;
}

.benefit-card h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.benefit-card p {
  color: #999;
  font-size: 0.88rem;
  line-height: 1.7;
  font-weight: 300;
}

/* ===== QUALITY ===== */
.quality {
  padding: 60px 0;
  background: #fff;
  text-align: center;
}

.quality-content {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 50px;
}

.quality-visual img {
  max-width: 220px;
  height: auto;
  filter: drop-shadow(0 12px 30px rgba(233, 30, 99, 0.2));
}

.quality-text {
  flex: 1;
  text-align: left;
}

.quality-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
}

.quality-badge i {
  font-size: 2.2rem;
  color: #E91E63;
}

.quality-badge span {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0F0F0F;
}

.quality h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0F0F0F;
  margin-bottom: 14px;
}

.quality p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.7;
  font-weight: 300;
}

/* ===== IMPACT ===== */
.impact {
  padding: 70px 0;
  background: linear-gradient(135deg, #E91E63, #8E24AA);
  text-align: center;
}

.impact h2 {
  font-size: 1.7rem;
  font-weight: 800;
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.45;
}

.impact h2 span {
  color: #0F0F0F;
  -webkit-text-fill-color: initial;
}

/* ===== TESTIMONIALS ===== */
.testimonials {
  padding: 80px 0;
  background: #fafafa;
  text-align: center;
}

.testimonials h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #0F0F0F;
  margin-bottom: 10px;
}

.testimonials h2 span {
  background: linear-gradient(135deg, #E91E63, #8E24AA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin: 50px 0 40px;
}

.testimonial-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  text-align: left;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.35s ease;
  border: 1px solid #f0f0f0;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  border-color: rgba(233, 30, 99, 0.15);
}

.stars {
  margin-bottom: 14px;
}

.stars i {
  color: #E91E63;
  font-size: 0.95rem;
}

.testimonial-text {
  color: #444;
  font-size: 0.92rem;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 20px;
  font-weight: 300;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.author-avatar {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, #E91E63, #8E24AA);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.author-avatar i {
  color: #fff;
  font-size: 1rem;
}

.testimonial-author strong {
  display: block;
  color: #0F0F0F;
  font-size: 0.92rem;
}

.testimonial-author span {
  color: #999;
  font-size: 0.78rem;
}

/* ===== FREIGHT INFO SECTION ===== */
.freight-info-section {
  padding: 50px 0;
  background: #fafafa;
}

.freight-info-inline {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
}

.freight-block {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  background: #fff;
  padding: 24px 28px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  max-width: 360px;
  text-align: left;
}

.freight-block i {
  font-size: 1.8rem;
  color: #E91E63;
  flex-shrink: 0;
}

.freight-block strong {
  display: block;
  font-size: 1rem;
  color: #0F0F0F;
  margin-bottom: 4px;
}

.freight-block p {
  font-size: 0.88rem;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

/* ===== VIDEO TESTIMONIALS ===== */
.video-testimonials {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  max-width: 700px;
  margin: 40px auto;
}

.video-testimonial-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
  transition: all 0.35s ease;
  cursor: pointer;
}

.video-testimonial-card:hover {
  transform: translateY(-4px);
  border-color: rgba(233, 30, 99, 0.2);
  box-shadow: 0 8px 30px rgba(233, 30, 99, 0.1);
}

.video-thumb {
  width: 100%;
  aspect-ratio: 9/12;
  background: #0F0F0F;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.video-thumb::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(233, 30, 99, 0.08), transparent 70%);
}

.video-thumb video {
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: contain;
  display: block;
  position: relative;
  z-index: 1;
  background: #0F0F0F;
}


.video-testimonial-info {
  padding: 14px 18px;
  text-align: left;
}

.video-testimonial-info strong {
  display: block;
  font-size: 0.92rem;
  color: #0F0F0F;
  font-weight: 700;
}

.video-testimonial-info span {
  font-size: 0.78rem;
  color: #999;
  font-weight: 300;
}

/* ===== VIDEO ===== */
.video-section {
  padding: 80px 0;
  background: #fff;
  text-align: center;
}

.video-section h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #0F0F0F;
  margin-bottom: 40px;
}

.video-section h2 span {
  background: linear-gradient(135deg, #E91E63, #8E24AA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.video-wrapper {
  max-width: 750px;
  margin: 0 auto;
}

.video-wrapper video,
.production-video {
  width: 100%;
  min-height: 300px;
  display: block;
  border-radius: 20px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
  background: #0F0F0F;
}

.production .video-wrapper {
  max-width: 800px;
}

.video-placeholder {
  width: 100%;
  aspect-ratio: 16/9;
  background: #0F0F0F;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(233, 30, 99, 0.15);
  cursor: pointer;
  transition: all 0.35s ease;
}

.video-placeholder:hover {
  border-color: rgba(233, 30, 99, 0.4);
  box-shadow: 0 8px 40px rgba(233, 30, 99, 0.12);
}

.video-placeholder i {
  font-size: 4rem;
  background: linear-gradient(135deg, #E91E63, #8E24AA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 12px;
}

.video-placeholder p {
  color: #666;
  font-size: 0.9rem;
  font-weight: 400;
}

/* ===== PAYMENT DELIVERY ===== */
.payment-delivery {
  padding: 70px 0;
  background: #fff;
  text-align: center;
}

.delivery-content {
  max-width: 600px;
  margin: 0 auto;
}

.delivery-icon {
  width: 78px;
  height: 78px;
  background: linear-gradient(135deg, #E91E63, #8E24AA);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.delivery-icon i {
  font-size: 1.8rem;
  color: #fff;
}

.delivery-content h2 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #0F0F0F;
  margin-bottom: 10px;
}

.delivery-content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #E91E63;
  margin-bottom: 15px;
}

.delivery-content p {
  color: #666;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 300;
}

.delivery-highlight {
  margin-top: 10px;
}

.delivery-highlight strong {
  color: #0F0F0F;
}

/* ===== FREE SHIPPING ===== */
.free-shipping {
  padding: 50px 0;
  background: linear-gradient(135deg, #E91E63, #8E24AA);
  text-align: center;
}

.exclusive-tag {
  display: inline-block;
  background: #0F0F0F;
  color: #F06292;
  padding: 6px 20px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.free-shipping h2 {
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}

.free-shipping p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  font-weight: 300;
}

/* ===== WHATSAPP SECTION ===== */
.whatsapp-section {
  padding: 70px 0;
  background: #0F0F0F;
  text-align: center;
}

.whatsapp-section h3 {
  color: #F06292;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 3px;
  margin-bottom: 12px;
}

.whatsapp-section h2 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 15px;
}

.whatsapp-section p {
  color: #999;
  font-size: 0.95rem;
  max-width: 580px;
  margin: 0 auto 30px;
  line-height: 1.7;
  font-weight: 300;
}

.btn-whatsapp {
  background: #25d366;
  color: #fff;
  padding: 18px 40px;
  font-size: 1rem;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.35);
}

.btn-whatsapp:hover {
  background: #20bd5a;
  transform: translateY(-2px);
  box-shadow: 0 6px 30px rgba(37, 211, 102, 0.5);
}

.btn-whatsapp i {
  margin-right: 8px;
  font-size: 1.2rem;
}

/* ===== PRODUCTION ===== */
.production {
  padding: 80px 0;
  background: #fafafa;
  text-align: center;
}

.production h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #0F0F0F;
  margin-bottom: 10px;
}

.production h2 span {
  background: linear-gradient(135deg, #E91E63, #8E24AA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ===== PRICING ===== */
.pricing {
  padding: 80px 0;
  background: #0F0F0F;
  text-align: center;
}

.pricing h2 {
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}

.pricing h2 span {
  background: linear-gradient(135deg, #E91E63, #8E24AA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.pricing .section-subtitle {
  color: #888;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 40px;
}

.pricing-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.35s ease;
  position: relative;
}

.pricing-card:hover {
  transform: translateY(-5px);
  border-color: rgba(233, 30, 99, 0.35);
}

.pricing-card.popular {
  border-color: #E91E63;
  background: rgba(233, 30, 99, 0.06);
  transform: scale(1.04);
}

.pricing-card.popular:hover {
  transform: scale(1.04) translateY(-5px);
}

.pricing-card.soldout {
  opacity: 0.6;
}

.pricing-card.soldout:hover {
  transform: none;
  border-color: rgba(255, 255, 255, 0.08);
}

.btn-soldout {
  background: #333;
  color: #888;
  cursor: not-allowed;
  text-transform: uppercase;
  font-weight: 700;
  pointer-events: none;
}

.popular-badge {
  background: linear-gradient(135deg, #E91E63, #8E24AA);
  color: #fff;
  padding: 8px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pricing-img {
  padding: 20px 20px 0;
  text-align: center;
}

.pricing-img img {
  max-width: 130px;
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
}

.pricing-header {
  padding: 15px 20px 14px;
}

.pricing-header h4 {
  font-size: 1.2rem;
  font-weight: 800;
  color: #fff;
}

.pricing-header p {
  color: #888;
  font-size: 0.82rem;
  margin-top: 4px;
  font-weight: 300;
}

.pricing-body {
  padding: 0 22px 28px;
}

.old-price {
  color: #666;
  font-size: 0.88rem;
  text-decoration: line-through;
  margin-bottom: 6px;
}

.installment {
  color: #888;
  font-size: 0.82rem;
  margin-bottom: 2px;
  font-weight: 300;
}

.price {
  font-size: 2.4rem;
  font-weight: 900;
  background: linear-gradient(135deg, #E91E63, #8E24AA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 4px;
}

.cash-price {
  color: #888;
  font-size: 0.82rem;
  margin-bottom: 14px;
  font-weight: 300;
}

.shipping-tag {
  color: #4CAF50;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 18px;
}

.shipping-tag i {
  margin-right: 5px;
}

.trust-badges {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 14px;
}

.trust-badges span {
  color: #777;
  font-size: 0.72rem;
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 400;
}

.trust-badges i {
  color: #E91E63;
  font-size: 0.65rem;
}

.rating-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.rating-stars {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rating-number {
  font-size: 2rem;
  font-weight: 900;
  background: linear-gradient(135deg, #E91E63, #8E24AA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.rating-bar .stars i {
  color: #E91E63;
  font-size: 1rem;
}

.rating-bar p {
  color: #888;
  font-size: 0.88rem;
  font-weight: 300;
}

.rating-bar strong {
  color: #fff;
  font-weight: 700;
}

/* ===== FAQ ===== */
.faq {
  padding: 80px 0;
  background: #fafafa;
}

.faq h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
  color: #0F0F0F;
  margin-bottom: 50px;
}

.faq h2 span {
  background: linear-gradient(135deg, #E91E63, #8E24AA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.faq-list {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  border: 1px solid #eee;
  transition: border-color 0.3s;
}

.faq-item:hover {
  border-color: rgba(233, 30, 99, 0.15);
}

.faq-question {
  width: 100%;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #0F0F0F;
  text-align: left;
  transition: background 0.3s;
}

.faq-question:hover {
  background: #fafafa;
}

.faq-question i {
  color: #E91E63;
  transition: transform 0.3s;
  font-size: 0.85rem;
  flex-shrink: 0;
  margin-left: 15px;
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
}

.faq-item.active {
  border-color: rgba(233, 30, 99, 0.2);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 0 24px 20px;
}

.faq-answer p {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.7;
  font-weight: 300;
}

/* ===== FINAL CTA ===== */
.final-cta {
  padding: 80px 0;
  background: #fff;
  text-align: center;
}

.final-cta h2 {
  font-size: 1.8rem;
  font-weight: 800;
  color: #0F0F0F;
  margin-bottom: 15px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.35;
}

.final-cta h2 span {
  background: linear-gradient(135deg, #E91E63, #8E24AA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.final-cta p {
  color: #666;
  font-size: 1.02rem;
  margin-bottom: 30px;
  font-weight: 300;
}

/* ===== GUARANTEE ===== */
.guarantee {
  padding: 80px 0;
  background: #0F0F0F;
}

.guarantee-content {
  display: flex;
  align-items: center;
  gap: 50px;
  max-width: 880px;
  margin: 0 auto;
}

.guarantee-badge {
  flex-shrink: 0;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  border: 3px solid #E91E63;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(233, 30, 99, 0.06);
}

.guarantee-number {
  font-size: 2.8rem;
  font-weight: 900;
  background: linear-gradient(135deg, #E91E63, #8E24AA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

.guarantee-label {
  font-size: 0.65rem;
  font-weight: 700;
  color: #F06292;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.5px;
}

.guarantee h2 {
  font-size: 1.45rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 14px;
  line-height: 1.35;
}

.guarantee h2 span {
  background: linear-gradient(135deg, #E91E63, #8E24AA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.guarantee p {
  color: #999;
  font-size: 0.95rem;
  line-height: 1.7;
  font-weight: 300;
}

.guarantee p strong {
  color: #ccc;
}

.guarantee-footer {
  font-weight: 700 !important;
  color: #F06292 !important;
  margin-top: 10px;
}

/* ===== FOOTER ===== */
.footer {
  padding: 40px 0;
  background: #080808;
  text-align: center;
  border-top: 1px solid rgba(233, 30, 99, 0.1);
}

.footer-brand {
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 14px;
}

.footer-brand span {
  background: linear-gradient(135deg, #E91E63, #8E24AA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.footer-disclaimer {
  color: #555;
  font-size: 0.78rem;
  max-width: 580px;
  margin: 0 auto 10px;
  line-height: 1.6;
  font-weight: 300;
}

.footer-copy {
  color: #444;
  font-size: 0.72rem;
  font-weight: 300;
}

/* ===== WHATSAPP FLOAT ===== */
.whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 58px;
  height: 58px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.35);
  z-index: 999;
  transition: all 0.35s ease;
  animation: float-bounce 2.5s ease-in-out infinite;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 30px rgba(37, 211, 102, 0.5);
}

.whatsapp-float i {
  font-size: 1.7rem;
  color: #fff;
}

@keyframes float-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

/* ===== SCROLL ANIMATIONS ===== */
.fade-in {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .hero {
    min-height: auto;
    padding: 60px 0 40px;
  }

  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-text {
    text-align: center;
  }

  .hero-trust {
    justify-content: center;
  }

  .hero-image {
    margin-right: 0;
    justify-content: center;
  }

  .hero-product-img {
    max-width: 600px;
  }

  .hero-text h1 {
    font-size: 2rem;
  }

  .credibility-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

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

  .explainer-content {
    grid-template-columns: 1fr;
  }

  .explainer-img {
    margin: 0 auto;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .quality-content {
    flex-direction: column;
    gap: 30px;
  }

  .quality-text {
    text-align: center;
  }

  .quality-badge {
    justify-content: center;
  }

  .formula-content {
    grid-template-columns: 1fr;
  }

  .product-card-display {
    position: static;
    max-width: 340px;
    margin: 0 auto;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .freight-info-section {
    padding: 40px 0;
  }

  .freight-info-inline {
    flex-direction: column;
    align-items: center;
  }

  .freight-block {
    max-width: 100%;
  }

  .video-testimonials {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .showcase-img img {
    max-width: 100%;
  }

  .delivery-content h2,
  .free-shipping h2 {
    font-size: 1.4rem;
  }

  .whatsapp-section h2 {
    font-size: 1.5rem;
  }

  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-card.popular {
    transform: none;
  }

  .pricing-card.popular:hover {
    transform: translateY(-5px);
  }

  .guarantee-content {
    flex-direction: column;
    text-align: center;
  }

  .rating-bar {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 576px) {
  .container {
    padding: 0 16px;
  }

  .hero {
    padding: 40px 0 30px;
  }

  .hero-text h1 {
    font-size: 1.5rem;
  }

  .hero-product-img {
    max-width: 100%;
    width: min(100%, 300px);
  }

  .hero-trust {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .btn {
    padding: 14px 24px;
    font-size: 0.9rem;
  }

  .btn-lg {
    padding: 16px 28px;
    font-size: 0.9rem;
  }

  .credibility-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .cred-item {
    font-size: 0.82rem;
  }

  .composition-grid {
    grid-template-columns: 1fr;
  }

  .comp-card {
    padding: 25px 18px;
  }

  .section-subtitle {
    margin-bottom: 30px;
    font-size: 0.92rem;
  }

  .benefit-card {
    padding: 25px 20px;
  }

  .ingredient {
    padding: 16px 18px;
  }

  .formula,
  .composition,
  .explainer,
  .benefits,
  .testimonials,
  .production,
  .faq,
  .pricing,
  .guarantee {
    padding: 50px 0;
  }

  h2 {
    font-size: 1.3rem !important;
  }

  .testimonials-grid {
    max-width: 100%;
  }

  .freight-info-section {
    padding: 30px 0;
  }

  .freight-block {
    padding: 18px 20px;
  }

  .video-testimonials {
    max-width: 100%;
    grid-template-columns: 1fr;
  }

  .video-thumb {
    min-height: 280px;
  }

  .video-thumb video {
    max-height: 400px;
    min-height: 280px;
    object-fit: contain;
  }


  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
    gap: 20px;
  }

  .pricing-card {
    max-width: 100%;
  }

  .trust-badges {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .pricing .price {
    font-size: 1.8rem;
  }

  .rating-bar {
    flex-direction: column;
    text-align: center;
    padding: 15px;
  }

  .rating-bar p {
    font-size: 0.8rem;
  }

  .guarantee-badge {
    width: 120px;
    height: 120px;
  }

  .guarantee-number {
    font-size: 2.2rem;
  }

  .guarantee h2 {
    font-size: 1.2rem;
  }

  .footer-disclaimer {
    font-size: 0.72rem;
    padding: 0 10px;
  }

  .whatsapp-section .btn-whatsapp {
    padding: 14px 24px;
    font-size: 0.9rem;
  }

  .whatsapp-float {
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
  }

  .whatsapp-float i {
    font-size: 1.5rem;
  }

  .showcase-img img {
    max-width: 100%;
  }

.production .video-wrapper video {
  min-height: 200px;
  background: #0F0F0F;
}
}

@media (max-width: 400px) {
  .hero-text h1 {
    font-size: 1.35rem;
  }

  .hero-product-img {
    width: 100%;
  }

  .pricing-img img {
    max-width: 100px;
  }
}
