﻿:root {
  --primary: #002d17;
  --secondary: #82aa73;
   --accent: #ecc32a;
  --light: #f7fff5;
  --dark: #0f1c16;
  --glass: rgba(255, 255, 255, 0.12);
  --glass-border: rgba(255, 255, 255, 0.25);
}

* {
  box-sizing: border-box;
}

body {  
  font-family: 'Montserrat', sans-serif;
  color: #1d2b22;
  background: var(--light);
  line-height: 1.7;
}

section {
  padding: 90px 0;
}

h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', serif;
  color: var(--primary);
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}

.nav-glass {
  background: rgba(0, 45, 23, 0.8);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.navbar .nav-link {
  color: #e7f5e8;
}

.navbar .nav-link:hover {
  color: var(--accent);
}

.btn-cta {
  background: var(--accent);
  color: #1f1f1f;
  border: none;
  padding: 0.7rem 1.6rem;
  border-radius: 30px;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(0, 45, 23, 0.2);
}

.btn-cta:hover {
  transform: translateY(-2px);
  background: #ecc32a;
}

.btn-cta-1 {
  background: #1f1f1f;
  color: var(--accent);
  border: none;
  padding: 0.7rem 1.6rem;
  border-radius: 30px;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(0, 45, 23, 0.2);
}

.btn-cta-1:hover {
  transform: translateY(-2px);
  background: #ecc32a;
  color: #1f1f1f;
}

.hero {
  background: linear-gradient(135deg, rgba(0,45,23,0.95), rgba(0,45,23,0.75)), url('https://images.unsplash.com/photo-1504306663505-71f0f5a595ae?auto=format&fit=crop&w=1400&q=80') center/cover no-repeat;
  color: #fff;
  padding: 130px 0 90px;
  position: relative;
}

.hero h1, .hero p {
  color: #fff;
}

.section-primary {
  background: var(--primary);
  color: #fff;
}

.section-secondary {  
  background: var(--secondary);
  color: #072514;
}

.section-secondary h2, .section-secondary h3 {
  color: #072514;
}

.container h2 {
  margin-bottom: 30px;
  font-weight: bolder;
  font-size: 2.95rem;
}
.container h3 {
  margin-bottom: 30px;
  font-weight: bolder;
  font-size: 1.95rem;
}

.glass-card {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  padding: 24px;
}

.stats-card {
  text-align: center;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 20px 40px rgba(0, 45, 23, 0.1);
}

.badge-soft {
  background: rgb(222, 242, 214);
  color: var(--primary);
  padding: 0.35rem 0.7rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
}


.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 90px;
  z-index: 999;
}

.sticky-cta .btn {
  border-radius: 30px;
  padding: 0.8rem 1.6rem;
}

.countdown {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.countdown .time-box {
  background: #fff;
  border-radius: 12px;
  padding: 12px 18px;
  min-width: 70px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

.faq-item {
  background: #fff;
  border-radius: 12px;
  padding: 16px 20px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

.footer-section {
  background: #0a1a11;
  color: #e0f1e0;
  padding: 50px 0 20px;
}

.footer-link {
  color: #cde4cd;
}

.footer-link:hover {
  color: var(--accent);
}

.footer-bottom {
  margin-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 15px;
  font-size: 0.85rem;
}

.video-lock {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 2;
  border-radius: 16px;
}

.video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.video-wrapper .vsl-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.delivery-checkpoint {
  background: #f6faef;
}

.delivery-card {
  background: #fff;
  border: 1px solid rgba(0, 45, 23, 0.08);
  border-radius: 20px;
  padding: 40px 32px;
  box-shadow: 0 18px 40px rgba(0, 45, 23, 0.12);
}

.delivery-subtitle {
  color: #1e4631;
  font-size: 1.1rem;
}

.delivery-item {
  background: #f9fcf5;
  border: 1px solid rgba(0, 45, 23, 0.08);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 24px rgba(0, 45, 23, 0.08);
}

.delivery-item h5 {
  margin-top: 14px;
  margin-bottom: 10px;
  color: #0f2f1d;
}

.delivery-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(31, 91, 54, 0.12);
  color: var(--primary);
  font-size: 1.2rem;
}

.pod-highlight {
  color: var(--primary);
  font-weight: 800;
}

.trust-line {
  color: #18422d;
  font-weight: 600;
}

.trust-line i {
  color: var(--primary);
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  background: #25d366;
  color: #fff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 15px 30px rgba(0,0,0,0.2);
  font-size: 26px;
}

.exit-intent {
  display: none;
}

.modal.glass-modal .modal-content {
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.25);
  backdrop-filter: blur(14px);
  border-radius: 16px;
  color: #f7fff5;
}

.modal.glass-modal .modal-content .form-label,
.modal.glass-modal .modal-content .form-control,
.modal.glass-modal .modal-content .form-select,
.modal.glass-modal .modal-content .btn-close {
  color: #f7fff5;
}

.modal.glass-modal .modal-content .form-control,
.modal.glass-modal .modal-content .form-select,
.modal.glass-modal .modal-content textarea {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.3);
}

@media (max-width: 768px) {
  .hero {
    padding-top: 110px;
  }
  .delivery-card {
    padding: 28px 20px;
  }
  .delivery-item {
    padding: 20px;
  }
  .sticky-cta {
    right: 15px;
    bottom: 80px;
  }
}






.modal.glass-modal select option {
  color: #1f1f1f;
}


.modal.glass-modal .modal-title {
  color: #f7fff5;
}


.modal.glass-modal .modal-header {
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.modal.glass-modal .btn-close {
  filter: invert(1);
  opacity: 0.8;
}


.accordion-button {
  background: var(--primary);
  color: var(--accent);
  font-weight: 600;
  width: 100%;
  border-radius: 0;
}

.accordion-item {
  border: none;
  background: #fff;
}

.accordion-button:not(.collapsed) {
  background: var(--primary);
  color: #f7fff5;
  box-shadow: 0 0 32px rgba(0, 45, 23, 0.18);
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(236,195,42,0.35);
}

.accordion-button::after {
  filter: invert(0.2);
}

.accordion-body {
  background: #ffffff;
  border-radius: 0 0 12px 12px;
  color: #0f1c16;
}


/* Accordion brand overrides */
.accordion-item {
  border: none;
  background: transparent;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 12px;
}

.accordion-button {
  background: var(--primary);
  color: var(--accent);
  font-weight: 600;
  width: 100%;
  border-radius: 0;
}

.accordion-button:not(.collapsed) {
  background: var(--primary);
  color: var(--accent);
  box-shadow: 0 0 32px rgba(0, 45, 23, 0.18);
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(236,195,42,0.35);
}

.accordion-button::after {
  filter: invert(0.2);
}

.accordion-body {
  background: rgba(255,255,255,0.12);
  color: #0f1c16;
}

.stats-card .stat-icon {
  font-size: 1.6rem;
  color: var(--primary);
  margin-bottom: 0.5rem;
}



/* testimonial-modern */
.testimonial {
  position: relative;
  background: rgba(255,255,255,0.75);
  border-radius: 18px;
  padding: 36px 32px;
  box-shadow: 0 0 32px rgba(0, 45, 23, 0.18);
  max-width: 720px;
  margin: 50px auto;
  text-align: center;
}

.testimonial p {
  font-size: 1.05rem;
  margin-bottom: 0.8rem;
}

.testimonial .quote-icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(0,0,0,0.18);
}

.testimonial::after {
  content: '';
  position: absolute;
  inset: 12px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,0.06);
  pointer-events: none;
}





/* Values section cards */
.values-grid .value-card {
  position: relative;
  background: rgba(0, 45, 23, 0.95);
  color: #f7fff5;
  border-radius: 18px;
  padding: 26px;
  border: 1px solid rgba(236, 195, 42, 0.45);
  box-shadow: 0 0 28px rgba(236, 195, 42, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.values-grid .value-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 40px rgba(236, 195, 42, 0.45);
}

.values-grid .value-card::after {
  content: '';
  position: absolute;
  inset: 10px;
  border-radius: 14px;
  border: 1px solid rgba(236, 195, 42, 0.2);
  pointer-events: none;
}

.values-grid .value-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(236, 195, 42, 0.15);
  color: var(--accent);
  font-size: 1.3rem;
  margin-bottom: 16px;
  box-shadow: 0 0 18px rgba(236, 195, 42, 0.25);
}

.values-grid .value-title {
  color: #f7fff5;
  font-size: 1.25rem;
  margin-bottom: 12px;
}

.values-grid p {
  color: rgba(247, 255, 245, 0.82);
}

.section-dark {
  background: var(--dark);
  color: #f7fff5;
}

.section-dark h2,
.section-dark h3,
.section-dark p {
  color: #f7fff5;
}

.section-dark .badge-soft {
  background: rgba(236, 195, 42, 0.15);
  color: var(--accent);
}

.product-card {
  position: relative;
  background: rgba(15, 28, 22, 0.85);
  border: 1px solid rgba(236, 195, 42, 0.35);
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 0 24px rgba(236, 195, 42, 0.15);
  height: 100%;
}

.product-card.featured {
  box-shadow: 0 0 36px rgba(236, 195, 42, 0.35);
  transform: translateY(-4px);
}

.product-card::after {
  content: '';
  position: absolute;
  inset: 10px;
  border-radius: 14px;
  border: 1px solid rgba(236, 195, 42, 0.18);
  pointer-events: none;
}

.product-header {
  margin-bottom: 18px;
}

.product-size {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(236, 195, 42, 0.15);
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 12px;
}

.product-title {
  color: #f7fff5;
  margin-bottom: 8px;
}

.product-price {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--accent);
  margin-bottom: 6px;
}

.product-image-wrap {
  margin-bottom: 16px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(236, 195, 42, 0.3);
  background: rgba(0, 0, 0, 0.25);
}

.product-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.product-benefits li {
  color: rgba(247, 255, 245, 0.88);
  margin-bottom: 8px;
}

.product-benefits i {
  color: var(--accent);
}

.modal.glass-modal .form-control[readonly] {
  color: #f7fff5;
}





.buyer-activity-popup {
  position: fixed;
  left: 16px;
  bottom: 18px;
  z-index: 1055;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
  max-width: min(360px, calc(100vw - 32px));
}

.buyer-activity-popup.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.buyer-activity-card {
  background: rgba(6, 26, 16, 0.94);
  color: #f7fff5;
  border: 1px solid rgba(236, 195, 42, 0.35);
  border-radius: 14px;
  padding: 12px 14px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
  font-size: 0.9rem;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  line-height: 1.5;
}

.buyer-activity-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  margin-top: 5px;
  flex-shrink: 0;
  box-shadow: 0 0 0 0 rgba(236, 195, 42, 0.55);
  animation: buyerPulse 1.8s infinite;
}

.vsl-live-bar {
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.vsl-live-pill,
.vsl-live-stat {
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.8rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}

.vsl-live-pill {
  background: #d62828;
  color: #fff;
  letter-spacing: 0.06em;
  animation: liveBadgeGlow 1.2s infinite;
}

.vsl-live-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  margin-right: 7px;
  animation: liveBlink 1s infinite;
}

.vsl-live-stat {
  background: rgba(0, 0, 0, 0.72);
  color: #f7fff5;
}

@keyframes buyerPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(236, 195, 42, 0.55);
  }
  70% {
    box-shadow: 0 0 0 9px rgba(236, 195, 42, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(236, 195, 42, 0);
  }
}

@keyframes liveBlink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}

@keyframes liveBadgeGlow {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(214, 40, 40, 0.5);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(214, 40, 40, 0);
  }
}

@media (max-width: 768px) {
  .buyer-activity-popup {
    left: 12px;
    bottom: 14px;
    max-width: calc(100vw - 24px);
  }

  .buyer-activity-card {
    font-size: 0.82rem;
    padding: 10px 12px;
  }

  .vsl-live-bar {
    top: 10px;
    left: 10px;
    right: 10px;
    gap: 6px;
  }

  .vsl-live-pill,
  .vsl-live-stat {
    font-size: 0.74rem;
    padding: 5px 10px;
  }
}

/* Keep modal select options readable: black text on white */
.modal select option,
.modal.glass-modal select option {
  background: #ffffff !important;
  color: #111111 !important;
}
