.green_bg {
  background: linear-gradient(180deg, #ffe566, #ffcc00);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 .12em;
}

body.vsl-lock {
  overflow: hidden;
}

#video-container.video-fullscreen {
  z-index: 60;
  background: #000;
  position: fixed;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  overflow: visible;
}
#video-container.video-fullscreen video {
  width: 100%;
  height: 100%;
  max-height: 100svh;
  object-fit: contain;
  border-radius: 0;
  filter: none !important;
}
#video-container.video-fullscreen #video-overlay,
#video-container.video-fullscreen #video-progress-bar {
  position: absolute;
}
#video-progress-bar {
  z-index: 25;
}
#close-fullscreen-btn {
  z-index: 40;
}

.deal-banner {
  background: #cf662a;
  color: #fff;
}
.deal-banner h2,
.deal-banner span,
.deal-banner .block {
  color: #fff;
}
.deal-timer {
  color: #fde047 !important;
}
.deal-banner-notch {
  background: #cf662a;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

@keyframes spin-slow {
  to { transform: rotate(360deg); }
}
.animate-spin-slow {
  animation: spin-slow 1.6s linear infinite;
}
@keyframes pulse-scale {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}
.animate-pulse-scale {
  animation: pulse-scale 1.1s ease-in-out infinite;
}

.order-card {
  border-color: #b91c1c !important;
}
.order-card .accent {
  color: #b91c1c;
}
.order-card .btn-order,
.btn-order {
  background: #dc2626;
}
.order-card .btn-order:hover,
.btn-order:hover {
  background: #b91c1c;
}

details.group .faq-body {
  background: linear-gradient(90deg, #7f1d1d, #b91c1c);
  color: #fff;
}

.product-shot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  padding: 12px;
}
.product-shot img,
.product-shot .product-pack {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 440px;
  height: auto;
  object-fit: contain;
  object-position: center;
  background: #fff;
}
.expert-block .expert-product {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 280px;
  height: auto;
  object-fit: contain;
}

.vsl-comments {
  background: #f3f4f6;
}
.vsl-comments .row {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px 16px;
}
.vsl-comments .order-link {
  color: #dc2626;
  font-weight: 800;
  text-decoration: underline;
  cursor: pointer;
}

#sticky-order-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40000;
  transform: translateY(110%);
  transition: transform .25s ease;
  background: #111;
  color: #fff;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 0 -8px 24px rgba(0,0,0,.25);
}
#sticky-order-bar.is-visible {
  display: flex;
  transform: translateY(0);
}
#sticky-order-bar .price {
  color: #fde047;
  font-weight: 800;
}
#sticky-order-bar button {
  background: #dc2626;
  color: #fff;
  font-weight: 800;
  border: 0;
  border-radius: 10px;
  padding: 10px 16px;
  text-transform: uppercase;
}

.expert-block {
  background: #f3f4f6;
}

@media (min-width: 768px) {
  #sticky-order-bar {
    display: none !important;
  }
}

html.geo-ok .geo-quiz {
  display: none !important;
}
html:not(.geo-ok) body {
  overflow: hidden;
}
.geo-quiz {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: #f5f6f8;
}
.geo-quiz-card {
  width: 100%;
  max-width: 440px;
  background: #fff;
  border-radius: 16px;
  padding: 32px 24px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  text-align: center;
}
.geo-quiz-q {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 800;
  color: #111;
  line-height: 1.35;
}
.geo-quiz-note {
  margin: 14px 0 0;
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.45;
}
.geo-quiz-actions {
  display: flex;
  gap: 12px;
  margin-top: 22px;
}
.geo-quiz-actions button {
  flex: 1;
  border: 0;
  border-radius: 10px;
  padding: 14px 12px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}
.geo-quiz [data-geo="yes"] {
  background: #16a34a;
  color: #fff;
}
.geo-quiz [data-geo="no"] {
  background: #e5e7eb;
  color: #111;
}
.geo-quiz [data-geo="back"] {
  background: #a70c0c;
  color: #fff;
}
.geo-quiz-card.hidden {
  display: none !important;
}

#form-popup.fullscreen-popup {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  z-index: 30001;
  background: transparent;
  width: auto;
  height: auto;
  max-width: none;
  box-shadow: none;
  padding: 0;
  opacity: 1;
  pointer-events: auto;
}
#form-popup.hidden {
  display: none !important;
}
