:root {
  --primary-color: #CC0000;
  --secondary-color: #ffffff;
  --third-color: #b91c1c;
  --fourth-color: #f8f9fa;
  --primary-color-light: #fef2f2;
  --primary-color-dark: #991b1b;
  --secondary-color-light: #f3f4f6;
  --secondary-color-dark: #e5e7eb;
  --contrast-color: #CC0000;
  --text-color: #1a1a1a;
  --light-color: #f8f9fa;
}

html {
  font-size: 16px;
  scroll-padding-top: 90px;
  scroll-behavior: smooth;
}
@media (max-width: 575px) {
  html {
    font-size: 16px;
    scroll-padding-top: 80px;
  }
}

body {
  font-family: "Inter", sans-serif;
  color: var(--text-color);
  background-color: var(--secondary-color);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin-bottom: 0;
}

.container {
  max-width: 1200px;
}

.fw-bold {
  font-weight: 800 !important;
}

/* Header / Navbar */
.navbar-brand {
  max-width: 140px;
}
.navbar-brand img {
  max-height: 45px !important;
  width: auto !important;
}
@media (max-width: 575px) {
  .navbar-brand {
    max-width: 110px;
  }
  .navbar-brand img {
    max-height: 36px !important;
  }
}
header .navbar {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
header .navbar-toggler {
  border-color: rgba(0,0,0,0.2);
  padding: 0.3rem 0.6rem;
  font-size: 0.9rem;
}

/* Stats responsive */
.stat-number {
  font-size: 2.2rem;
}
@media (max-width: 575px) {
  .stat-number {
    font-size: 1.5rem !important;
  }
  .stat-label {
    font-size: 0.7rem !important;
  }
  .stat-item {
    padding: 0.5rem 0.25rem !important;
  }
}

.caret li {
  position: relative;
  padding-left: 6px;
  list-style: none;
}
.caret li::before {
  content: "\f231";
  font-family: "bootstrap-icons";
  position: absolute;
  top: -0.6em;
  left: -1em;
  color: var(--primary-color);
  font-size: 1.6em;
  transform: translateY(10px) !important;
}

.item {
  transition: 0.2s;
}
.item:hover {
  scale: 1.025;
}

.button-bg {
  background: linear-gradient(180deg, #4ade80 0%, #22c55e 100%);
  color: #fff !important;
  border: none !important;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(34, 197, 94, 0.35);
  border-radius: 8px !important;
  text-transform: uppercase;
}
.button-bg:hover {
  background: linear-gradient(180deg, #22c55e 0%, #16a34a 100%);
  box-shadow: 0 6px 20px rgba(34, 197, 94, 0.45);
  transform: translateY(-1px);
}
.button-bg.promo {
  background: linear-gradient(180deg, #fbbf24 0%, #f59e0b 100%);
  color: var(--text-color) !important;
  border: none !important;
  box-shadow: 0 4px 15px rgba(245, 158, 11, 0.35);
}
.button-bg.promo:hover {
  background: linear-gradient(180deg, #f59e0b 0%, #d97706 100%);
  box-shadow: 0 6px 20px rgba(245, 158, 11, 0.45);
  transform: translateY(-1px);
}
/* CTA principal - verde vibrante */
.cta-main {
  background: linear-gradient(180deg, #22c55e 0%, #16a34a 100%);
  color: #fff !important;
  border: none !important;
  font-weight: 800;
  letter-spacing: 1px;
  box-shadow: 0 4px 20px rgba(22, 163, 74, 0.4);
  border-radius: 12px !important;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
.cta-main:hover {
  background: linear-gradient(180deg, #16a34a 0%, #15803d 100%);
  box-shadow: 0 6px 25px rgba(22, 163, 74, 0.5);
  transform: translateY(-2px);
}
.cta-main::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  animation: btnShine 3s ease-in-out infinite;
}
@keyframes btnShine {
  0% { left: -100%; }
  50% { left: 100%; }
  100% { left: 100%; }
}

@media (max-width: 475px) {
  .accordion-button {
    font-size: 1rem !important;
  }
}
.accordion-button:not(.collapsed) {
  background-color: white;
  color: var(--text-color);
}
.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem transparent;
}

#faq .accordion-item {
  border-radius: 0;
}
#faq .accordion-button {
  font-weight: bold;
  border-radius: 0;
  border-bottom: 2px solid #1a1a1a;
}

#ingredients img {
  max-width: 100%;
}

#references * {
  font-weight: 500;
  word-break: break-all;
}
#references img {
  width: auto;
  height: 50px;
}
@media (max-width: 599px) {
  #references img {
    height: 30px;
  }
}
#references span {
  color: #6b7280;
}

.fw-bolder {
  font-weight: 900;
}

.triangle {
  position: relative;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #1a1a1a;
  margin: -1rem auto 1rem;
}

.modal.downsell {
  background-color: var(--secondary-color);
}
.modal.downsell figure {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.modal.downsell figure .guarantee-badge {
  position: absolute;
  max-width: 100px;
  top: 1em;
  right: 2vw;
}
@media (max-width: 599px) {
  .modal.downsell figure .guarantee-badge {
    max-width: 20vw;
    right: 0;
    top: 0;
  }
}
.modal.downsell .per-bottle {
  color: var(--primary-color);
  font-size: 2em;
}
.modal.downsell .savings {
  color: rgb(14, 194, 110);
  font-size: 1.6em;
}
.modal.downsell .modal-dialog {
  max-width: 100%;
}
.modal.downsell .no-thanks {
  font-size: 1em;
}
.modal.downsell#secondDownsell, .modal.downsell#secondDownsellK3 {
  background-color: var(--fourth-color);
}
@media (max-width: 599px) {
  .modal.downsell .button-bg {
    font-size: 1em !important;
  }
  .modal.downsell h2 {
    font-size: 1.4em !important;
  }
  .modal.downsell .per-bottle {
    margin-top: 1em;
    font-size: 1.4em;
  }
  .modal.downsell .savings {
    font-size: 1.2em;
  }
}

#carouselReviews i.bi.bi-quote {
  font-size: 5em;
  color: var(--primary-color);
}
@media (max-width: 575px) {
  #carouselReviews i.bi.bi-quote {
    font-size: 2.5em;
  }
}
#carouselReviews i.bi.bi-quote.top {
  top: -0.5em;
  left: -0.5em;
}
#carouselReviews i.bi.bi-quote.bottom {
  bottom: -0.5em;
  right: -0.5em;
}
#carouselReviews .carousel-control-next, #carouselReviews .carousel-control-prev {
  filter: brightness(0.5) sepia(1) hue-rotate(125deg);
}
#carouselReviews .carousel-control-next-icon, #carouselReviews .carousel-control-prev-icon {
  height: 50px;
  width: 50px;
}
#carouselReviews .carousel-indicators [data-bs-target] {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--primary-color);
}
.esconder {
  display: none;
}
.cartpanda.banner-hidden .cpd-default {
  display: none !important;
}

/* ==========================================
   Landing Page Styles (moved from inline)
   ========================================== */

/* Urgency Marquee Bar */
.urgency-bar {
  background-color: #dc2626;
  padding: 8px 0;
  overflow: hidden;
  position: relative;
  z-index: 100;
}
.marquee-track {
  display: flex;
  white-space: nowrap;
  animation: marqueeScroll 15s linear infinite;
}
.marquee-track span {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin: 0 40px;
  flex-shrink: 0;
}
@keyframes marqueeScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Product single card */
.product-single-card {
  max-width: 420px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .product-single-card {
    max-width: 100%;
  }
}
/* FAQ desktop */
@media (min-width: 768px) {
  #faq .accordion {
    max-width: 800px;
    margin: 0 auto;
  }
}

/* Delivery Carousel */
.delivery-carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 200px;
}
.delivery-track {
  display: flex;
  gap: 12px;
  padding: 0 16px;
  position: absolute;
  left: 0;
  top: 0;
  will-change: transform;
  animation: deliveryScroll 60s linear infinite;
  animation-play-state: paused;
}
.delivery-track.running {
  animation-play-state: running;
}
.delivery-item {
  flex-shrink: 0;
  width: 130px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  aspect-ratio: 3/4;
  position: relative;
  background: #eee;
}
.delivery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.delivery-item .city-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  padding: 8px;
  text-align: center;
}
.delivery-item .city-label p {
  font-size: 9px;
  color: #fff;
  font-weight: 500;
  margin: 0;
}
.delivery-item .watermark {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.delivery-item .watermark span {
  color: rgba(255,255,255,0.35);
  font-weight: bold;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transform: rotate(-30deg);
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
@keyframes deliveryScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@media (min-width: 768px) {
  .delivery-carousel { height: 260px; }
  .delivery-item { width: 170px; }
  .delivery-track { gap: 16px; }
}

/* Triple Action Mechanism */
.mechanism-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 2rem 1.5rem;
  text-align: center;
  transition: 0.3s;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.mechanism-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 16px 16px 0 0;
}
.mechanism-card.glp1::before { background: linear-gradient(90deg, #991b1b, #CC0000); }
.mechanism-card.gip::before { background: linear-gradient(90deg, #7c3aed, #a78bfa); }
.mechanism-card.glucagon::before { background: linear-gradient(90deg, #ea580c, #fb923c); }
.mechanism-card:hover {
  border-color: #d1d5db;
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}
.mechanism-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin: 0 auto 1rem;
  position: relative;
}

/* Mechanism icon animations */
.mechanism-card.glp1 .mechanism-icon i {
  animation: iconFloat 3s ease-in-out infinite;
}
.mechanism-card.gip .mechanism-icon i {
  animation: iconPulse 2s ease-in-out infinite;
}
.mechanism-card.glucagon .mechanism-icon i {
  animation: iconFlame 1.5s ease-in-out infinite;
}

/* Glow ring animation on hover */
.mechanism-card .mechanism-icon::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: 0.4s;
}
.mechanism-card.glp1:hover .mechanism-icon::after {
  border-color: rgba(204,0,0,0.4);
  box-shadow: 0 0 16px rgba(204,0,0,0.2);
}
.mechanism-card.gip:hover .mechanism-icon::after {
  border-color: rgba(167,139,250,0.4);
  box-shadow: 0 0 16px rgba(167,139,250,0.3);
}
.mechanism-card.glucagon:hover .mechanism-icon::after {
  border-color: rgba(251,146,60,0.4);
  box-shadow: 0 0 16px rgba(251,146,60,0.3);
}

@keyframes iconFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-4px) rotate(5deg); }
}
@keyframes iconPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.15); }
}
@keyframes iconFlame {
  0%, 100% { transform: scale(1) rotate(0deg); filter: drop-shadow(0 0 6px rgba(251,146,60,0.4)); }
  25% { transform: scale(1.08) rotate(-3deg); filter: drop-shadow(0 0 10px rgba(251,146,60,0.6)); }
  50% { transform: scale(1.12) rotate(2deg); filter: drop-shadow(0 0 14px rgba(251,146,60,0.7)); }
  75% { transform: scale(1.06) rotate(-2deg); filter: drop-shadow(0 0 10px rgba(251,146,60,0.5)); }
}
.mechanism-card h4 {
  color: #1a1a1a;
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.mechanism-card .receptor-tag {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 20px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.mechanism-card p {
  color: #4b5563;
  font-size: 0.85rem;
  line-height: 1.6;
  margin: 0;
}
.mechanism-card .benefit-list {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 0;
  text-align: left;
}
.mechanism-card .benefit-list li {
  color: #6b7280;
  font-size: 0.8rem;
  padding: 4px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.mechanism-card .benefit-list li i {
  font-size: 0.7rem;
}
.benefits-result-bar {
  background: linear-gradient(135deg, rgba(0,0,0,0.03) 0%, rgba(0,0,0,0.01) 100%);
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 12px;
  padding: 1.25rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.benefits-result-bar .result-item {
  text-align: center;
}
.benefits-result-bar .result-number {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--primary-color);
}
.benefits-result-bar .result-label {
  font-size: 0.7rem;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .mechanism-card { padding: 1.5rem 1.25rem; }
  .benefits-result-bar { gap: 1rem; padding: 1rem; }
  .benefits-result-bar .result-number { font-size: 1.2rem; }
}

/* Hero gradient overlay */
.hero-gradient {
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 50%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}
.hero-gradient::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(204,0,0,0.04) 0%, transparent 70%);
  border-radius: 50%;
}

/* Pulse animation for CTA */
@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.02); }
}
.pulse-btn {
  animation: pulse 2.5s ease-in-out infinite;
}

/* Hero mobile margin */
@media (max-width: 575px) {
  #about {
    margin-top: 0 !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .hero-gradient h1 {
    font-size: 1.3rem !important;
  }
}

/* Stats counter (overrides for inline version) */
.stat-item {
  text-align: center;
  padding: 0.75rem 0.5rem;
}
.stat-number {
  font-weight: 900;
  color: var(--primary-color);
  line-height: 1;
}
.stat-label {
  font-size: 0.8rem;
  opacity: 0.8;
  margin-top: 0.25rem;
}

/* Urgency animations */
@keyframes urgencyPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.85; }
}
@keyframes stockCriticalBg {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}
@keyframes liveDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.7); }
}

/* Social proof horizontal scroll carousel */
.social-proof-scroll {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.social-proof-track {
  display: flex;
  gap: 14px;
  padding: 0 16px;
  animation: socialScroll 30s linear infinite;
  width: max-content;
}
.social-proof-track:hover {
  animation-play-state: paused;
}
@keyframes socialScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.social-proof-card {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  flex-shrink: 0;
  width: 220px;
  cursor: pointer;
}
.social-proof-card:hover {
  transform: scale(1.02);
  transition: 0.2s;
}
@media (min-width: 768px) {
  .social-proof-card {
    width: 280px;
  }
}
.social-proof-card img {
  width: 100%;
  height: auto;
  display: block;
}
.social-proof-card .sp-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
  padding: 12px 10px 8px;
}
.social-proof-card .sp-name {
  color: #fff;
  font-weight: 700;
  font-size: 0.8rem;
  margin: 0;
}
.social-proof-card .sp-result {
  color: #fbbf24;
  font-weight: 600;
  font-size: 0.7rem;
  margin: 0;
}
.social-proof-card .sp-stars {
  color: #fbbf24;
  font-size: 0.65rem;
}
.social-proof-card .sp-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #22c55e;
  color: #fff;
  font-size: 0.55rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Video placeholder - Stories/Reels style */
.video-placeholder {
  background: transparent;
  border: none;
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  aspect-ratio: 9/16;
  max-width: 320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.video-placeholder::before {
  display: none;
}
.video-logo-seal {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  max-height: 40px;
  opacity: 0.85;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.7));
  pointer-events: none;
}
@media (min-width: 768px) {
  .video-logo-seal { max-height: 50px; }
}
.video-placeholder:hover {
  transform: scale(1.02);
}
.video-placeholder .play-btn {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(0,0,0,0.05);
  border: 2px solid rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  transition: 0.3s;
}
.video-placeholder:hover .play-btn {
  background: rgba(0,0,0,0.08);
  border-color: #1a1a1a;
  transform: scale(1.1);
}
.video-placeholder .play-btn,
.video-placeholder #videoLabel,
.video-placeholder #videoSublabel {
  transition: opacity 0.3s ease;
}
@media (max-width: 575px) {
  .video-placeholder {
    max-width: 320px;
    aspect-ratio: 9/16;
  }
}
@media (min-width: 768px) {
  .video-placeholder {
    width: 100%;
    max-width: 340px;
    aspect-ratio: 9/16;
    background: rgba(0,0,0,0.02);
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
  }
}

/* Sticky mobile CTA */
.sticky-mobile-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 98;
  padding: 10px 16px;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(10px);
  border-top: 1px solid #e5e7eb;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.08);
}
@media (max-width: 767px) {
  .sticky-mobile-cta.visible {
    display: block;
  }
}
@media (min-width: 768px) {
  .sticky-mobile-cta.visible {
    display: block;
  }
  .sticky-mobile-cta a {
    max-width: 480px;
    margin: 0 auto;
    display: block;
  }
}

/* Lightbox Modal */
.lightbox-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.92);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 20px;
  cursor: zoom-out;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.lightbox-overlay.active {
  display: flex;
}
.lightbox-overlay img {
  max-width: 90vw;
  max-height: 85vh;
  border-radius: 12px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.6);
  object-fit: contain;
  animation: lightboxZoomIn 0.25s ease-out;
}
.lightbox-close {
  position: absolute;
  top: 16px;
  right: 20px;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  z-index: 10000;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  border: none;
  transition: 0.2s;
}
.lightbox-close:hover {
  background: rgba(255,255,255,0.25);
}
.lightbox-info {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  font-size: 0.85rem;
  opacity: 0.9;
}
.lightbox-info .lb-name {
  font-weight: 700;
  font-size: 1rem;
}
.lightbox-info .lb-result {
  color: var(--primary-color);
  font-weight: 600;
}
@keyframes lightboxZoomIn {
  from { transform: scale(0.85); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

/* Policy pages shared styles */
.policy-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
.policy-container h1 {
  color: var(--primary-color);
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.policy-container h2 {
  color: #1a1a1a;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.policy-container p,
.policy-container li {
  font-size: 0.9rem;
  line-height: 1.8;
  color: #4b5563;
}
.policy-container a {
  color: var(--primary-color);
}
.back-link {
  display: inline-block;
  margin-bottom: 1.5rem;
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 600;
}
.back-link:hover {
  text-decoration: underline;
}

/* ==========================================
   Purchase notification toast
   ========================================== */
.purchase-toast {
  position: fixed;
  bottom: 80px;
  left: 16px;
  z-index: 97;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(10px);
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 320px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  transform: translateX(-120%);
  transition: transform 0.5s cubic-bezier(0.68, -0.15, 0.27, 1.15);
}
.purchase-toast.show {
  transform: translateX(0);
}
.purchase-toast .toast-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  font-size: 0.9rem;
}
.purchase-toast .toast-text {
  font-size: 0.75rem;
  color: #4b5563;
  line-height: 1.4;
}
.purchase-toast .toast-text strong {
  color: #1a1a1a;
}
.purchase-toast .toast-text .toast-time {
  color: #9ca3af;
  font-size: 0.65rem;
}
@media (max-width: 767px) {
  .purchase-toast {
    bottom: 70px;
    left: 12px;
    right: 12px;
    max-width: none;
  }
}

/* ==========================================
   Comparison table
   ========================================== */
.comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.85rem;
}
.comparison-table th,
.comparison-table td {
  padding: 10px 12px;
  text-align: center;
  border-bottom: 1px solid #e5e7eb;
}
.comparison-table thead th {
  color: #6b7280;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 12px;
}
.comparison-table thead th.highlight {
  color: var(--primary-color);
  position: relative;
}
.comparison-table tbody td {
  color: #4b5563;
}
.comparison-table tbody td:first-child {
  text-align: left;
  color: #1a1a1a;
  font-weight: 600;
  font-size: 0.8rem;
}
.comparison-table .col-highlight {
  background: rgba(204,0,0,0.05);
  box-shadow: inset 0 0 0 1px rgba(204,0,0,0.1);
  animation: colGlow 3s ease-in-out infinite;
}
@keyframes colGlow {
  0%, 100% { background: rgba(204,0,0,0.05); }
  50% { background: rgba(204,0,0,0.1); }
}
.comparison-table thead .col-highlight {
  background: rgba(204,0,0,0.1);
  border-radius: 8px 8px 0 0;
  animation: none;
}
.comparison-table tbody tr:last-child .col-highlight {
  border-radius: 0 0 8px 8px;
}
.comparison-table .check-yes {
  color: #22c55e;
}
.comparison-table .check-no {
  color: #d1d5db;
}
@media (max-width: 575px) {
  .comparison-table {
    font-size: 0.65rem;
  }
  .comparison-table th,
  .comparison-table td {
    padding: 6px 4px;
    word-break: break-word;
  }
  .comparison-table tbody td:first-child {
    font-size: 0.65rem;
    min-width: 70px;
  }
}

/* Product card pulse glow */
@keyframes cardPulseGlow {
  0%, 100% { box-shadow: 0 4px 20px rgba(0,0,0,0.1); }
  50% { box-shadow: 0 4px 30px rgba(34,197,94,0.25), 0 0 0 3px rgba(34,197,94,0.1); }
}
.product-single-card > a {
  animation: cardPulseGlow 3s ease-in-out infinite;
}

/* ==========================================
   Trust bar / As referenced in
   ========================================== */
.trust-logo-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  opacity: 0.6;
  filter: grayscale(100%);
  transition: 0.3s;
}
.trust-logo-bar:hover {
  opacity: 0.9;
  filter: grayscale(30%);
}
.trust-logo-bar span {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #4b5563;
}
@media (max-width: 575px) {
  .trust-logo-bar {
    gap: 1.2rem;
  }
  .trust-logo-bar span {
    font-size: 0.7rem;
  }
}

/* ==========================================
   Stock progress bar
   ========================================== */
.stock-progress-wrap {
  margin: 0 12px 8px;
}
.stock-progress-bar {
  height: 6px;
  background: #e5e7eb;
  border-radius: 3px;
  overflow: hidden;
}
.stock-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #dc2626, #f59e0b);
  border-radius: 3px;
  transition: width 0.8s ease;
}
.stock-progress-fill.critical {
  background: linear-gradient(90deg, #dc2626, #dc2626);
  animation: stockBarPulse 0.8s ease-in-out infinite;
}
@keyframes stockBarPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}