/* ============================================
   PRODENTIM - RESPIFLO INSPIRED DESIGN
   Complete Visual Enhancement System
   ============================================ */

/* ==================== HERO SECTION ENHANCEMENTS ==================== */

/* Hero Background - Soft Gradient */
.hero {
  background: linear-gradient(135deg, #e8f5f1 0%, #ffffff 50%, #f0f9ff 100%) !important;
  position: relative;
  overflow: hidden;
  padding: 60px 0 !important;
}

/* Subtle Glow Effects */
.hero::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 50%;
  height: 140%;
  background: radial-gradient(circle, rgba(0, 177, 64, 0.08) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: -20%;
  left: -10%;
  width: 45%;
  height: 130%;
  background: radial-gradient(circle, rgba(11, 77, 79, 0.06) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* Ensure Content is Above Background */
.hero .container,
.hero .row,
.hero .content,
.hero .product-figure {
  position: relative;
  z-index: 1;
}

/* Product Image Floating Animation */
.hero .product-figure img {
  animation: float-product 4s ease-in-out infinite;
  filter: drop-shadow(0 25px 50px rgba(0, 177, 64, 0.25));
  transition: transform 0.3s ease;
}

.hero .product-figure img:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 30px 60px rgba(0, 177, 64, 0.35));
}

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

/* Discount Badge Pulse Animation */
.hero .product-figure > div[style*="position:absolute"] {
  animation: pulse-badge 2.5s infinite;
}

@keyframes pulse-badge {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.4);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.6);
  }
}

/* Enhanced Burst Badge */
.burst {
  background: linear-gradient(135deg, #ffedf0, #ffe0e6) !important;
  border: 2px dashed #ff6b6b !important;
  box-shadow: 0 4px 15px rgba(255, 107, 107, 0.2);
  animation: pulse-glow 2s infinite;
}

@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 4px 15px rgba(255, 107, 107, 0.2); }
  50% { box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4); }
}

/* Trust Badges Enhancement */
.hero .badge {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.hero .badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

/* Checkmarks - Enhanced Green Circle */
.check li::before {
  content: "✓";
  color: white !important;
  background: linear-gradient(135deg, #00b140, #00d94c);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(0, 177, 64, 0.3);
  transition: all 0.3s ease;
}

.check li:hover::before {
  transform: scale(1.15) rotate(5deg);
  box-shadow: 0 6px 18px rgba(0, 177, 64, 0.5);
}

/* Enhanced CTA Buttons */
.btn-urgency,
.btn-cta {
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.btn-urgency::before,
.btn-cta::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.5s, height 0.5s;
  z-index: 0;
}

.btn-urgency:hover::before,
.btn-cta:hover::before {
  width: 300px;
  height: 300px;
}

.btn-urgency:hover {
  transform: translateY(-4px) scale(1.03) !important;
  box-shadow: 0 12px 30px rgba(255, 107, 107, 0.4) !important;
}

.btn-cta:hover {
  transform: translateY(-4px) scale(1.03) !important;
  box-shadow: 0 8px 25px rgba(0, 177, 64, 0.4) !important;
}

/* Customer Review Snippet */
.hero .bg-light.rounded-3 {
  border-left: 5px solid var(--accent) !important;
  transition: all 0.4s ease;
}

.hero .bg-light.rounded-3:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 177, 64, 0.15) !important;
  border-left-width: 8px !important;
}

/* ==================== WHY CHOOSE SECTION ==================== */

/* Certification Badge Cards */
#why .text-center > div {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 20px;
  border-radius: 15px;
}

#why .text-center > div:hover {
  transform: translateY(-10px);
  background: linear-gradient(135deg, #ffffff, #f0fff9);
  box-shadow: 0 15px 40px rgba(0, 177, 64, 0.15);
}

#why img {
  transition: all 0.4s ease;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.08));
}

#why .text-center > div:hover img {
  transform: scale(1.1) rotate(3deg);
  filter: drop-shadow(0 8px 20px rgba(0, 177, 64, 0.2));
}

/* Benefits Grid - Green Checkmarks */
#why .d-flex.align-items-center span:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, #00b140, #00d94c);
  border-radius: 50%;
  color: white !important;
  font-weight: 900;
  box-shadow: 0 4px 12px rgba(0, 177, 64, 0.3);
  flex-shrink: 0;
  transition: all 0.3s ease;
}

#why .d-flex.align-items-center:hover span:first-child {
  transform: scale(1.2) rotate(10deg);
  box-shadow: 0 6px 18px rgba(0, 177, 64, 0.5);
}

/* Guarantee Box */
#why .text-center.mt-4.p-3 {
  transition: all 0.4s ease;
}

#why .text-center.mt-4.p-3:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 177, 64, 0.2);
}

/* ==================== REVIEWS SECTION ==================== */

#reviews .col-md-4 {
  transition: all 0.4s ease;
}

#reviews .col-md-4:hover {
  transform: translateY(-10px);
}

#reviews img.rounded-circle,
#reviews img.rounded-12 {
  border: 4px solid var(--accent);
  box-shadow: 0 6px 20px rgba(0, 177, 64, 0.3);
  transition: all 0.3s ease;
}

#reviews .col-md-4:hover img {
  transform: scale(1.08);
  box-shadow: 0 8px 25px rgba(0, 177, 64, 0.5);
}

/* ==================== WHAT IS SECTION ==================== */

#about .gcard {
  transition: all 0.4s ease;
}

#about .gcard:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

#about img {
  transition: all 0.4s ease;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.1));
}

#about .row:hover img {
  transform: scale(1.05);
  filter: drop-shadow(0 15px 40px rgba(0, 177, 64, 0.2));
}

/* ==================== PRICING SECTION ENHANCEMENTS ==================== */

/* Best Value Badge - Better Positioning */
.best-value-badge {
  animation: badge-shine 3s infinite;
}

@keyframes badge-shine {
  0%, 100% {
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.4);
  }
  50% {
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.7);
  }
}

/* Product Card Hover Effects */
.product-card {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

/* Product Images in Cards */
.product-image-new {
  transition: all 0.4s ease;
  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.12));
}

.product-card:hover .product-image-new {
  transform: scale(1.12) translateY(-8px);
  filter: drop-shadow(0 15px 40px rgba(0, 177, 64, 0.25));
}

/* Buy Button Ripple Effect */
.buy-now-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
  z-index: 0;
}

.buy-now-btn:hover::before {
  width: 400px;
  height: 400px;
}

/* ==================== GUARANTEE SECTION ==================== */

#guarantee img {
  animation: pulse-guarantee 3s infinite;
  filter: drop-shadow(0 8px 25px rgba(0, 177, 64, 0.3));
}

@keyframes pulse-guarantee {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}

/* ==================== BONUSES SECTION ==================== */

#bonuses .col-md-4 {
  transition: all 0.4s ease;
}

#bonuses .col-md-4:hover {
  transform: translateY(-10px);
}

#bonuses img {
  transition: all 0.4s ease;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.1));
  border-radius: 12px;
}

#bonuses .col-md-4:hover img {
  transform: scale(1.05);
  filter: drop-shadow(0 12px 30px rgba(0, 177, 64, 0.2));
}

/* ==================== HOW IT WORKS SECTION ==================== */

.card-step {
  border: 2px solid transparent;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-step:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 177, 64, 0.15) !important;
  border-color: var(--accent);
  background: linear-gradient(135deg, #ffffff, #f0fff9);
}

.step-num {
  box-shadow: 0 4px 15px rgba(11, 77, 79, 0.3);
  transition: all 0.3s ease;
}

.card-step:hover .step-num {
  transform: scale(1.15) rotate(5deg);
  box-shadow: 0 6px 20px rgba(11, 77, 79, 0.5);
}

/* ==================== INGREDIENTS SECTION ==================== */

.gcard {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.gcard:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 15px 40px rgba(0, 177, 64, 0.15);
}

.icon-circle {
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.gcard:hover .icon-circle {
  transform: scale(1.15) rotate(5deg);
  background: linear-gradient(135deg, #e8f5f1, #f0fff9);
  box-shadow: 0 6px 18px rgba(0, 177, 64, 0.2);
}

/* ==================== BENEFITS SECTION ==================== */

#benefits .gcard:hover {
  background: linear-gradient(135deg, #0b4d4f, #00b140, #14b8a6, #0ea5e9);
  box-shadow: 0 20px 50px rgba(0, 177, 64, 0.2);
}

/* ==================== FAQ SECTION ==================== */

.accordion-item {
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
}

.accordion-item:hover {
  border-left-color: var(--accent);
  background: #f0fff9;
}

.accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, var(--brand), #0d5f61) !important;
  color: white !important;
}

/* ==================== CTA URGENCY SECTION ==================== */

#cta-urgency img {
  transition: all 0.4s ease;
  filter: drop-shadow(0 15px 40px rgba(0, 0, 0, 0.12));
}

#cta-urgency img:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 20px 50px rgba(0, 177, 64, 0.25));
}

/* ==================== PAYMENT SECTION ==================== */

#payment img {
  transition: all 0.4s ease;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.1));
}

#payment img:hover {
  transform: scale(1.03);
  filter: drop-shadow(0 15px 40px rgba(11, 77, 79, 0.2));
}

/* ==================== BACK TO TOP BUTTON ==================== */

.back-to-top {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  animation: bounce-up 2s infinite;
}

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

.back-to-top:hover {
  transform: translateY(-5px) scale(1.1) !important;
  box-shadow: 0 8px 25px rgba(0, 177, 64, 0.4) !important;
}

/* ==================== SECTION HEADERS - SHINE EFFECT ==================== */

.section-heading {
  position: relative;
  overflow: hidden;
}

.section-heading::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: shine 4s infinite;
}

@keyframes shine {
  0% { left: -100%; }
  100% { left: 200%; }
}

/* ==================== MOBILE RESPONSIVE ENHANCEMENTS ==================== */

@media (max-width: 768px) {
  .hero {
    padding: 40px 0 !important;
  }

  .hero .product-figure img {
    max-height: 350px;
  }

  /* Mobile CTA Buttons Full Width */
  .hero .btn-urgency,
  .hero .btn-cta {
    width: 100%;
    margin: 5px 0;
  }

  /* Stack badges vertically on mobile */
  .hero .d-flex.gap-2 {
    flex-direction: column;
    align-items: stretch !important;
  }

  .hero .badge {
    width: 100%;
  }

  /* Mobile pricing cards */
  .product-card {
    margin-bottom: 30px;
  }

  .best-value-badge {
    font-size: 0.65rem;
    padding: 6px 30px;
  }
}

/* ==================== SMOOTH TRANSITIONS GLOBALLY ==================== */

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  background: var(--accent);
  color: white;
}

::-moz-selection {
  background: var(--accent);
  color: white;
}

/* ==================== END OF ENHANCEMENTS ==================== */