@charset "UTF-8";

.lp-page {
  /* page sets: <div class="lp-page" style="--lp-primary: #9fe870;"> */
  --lp-primary: #9fe870;
  --lp-primary-strong: color-mix(in srgb, var(--lp-primary) 85%, black 15%);
  --lp-primary-dark: color-mix(in srgb, var(--lp-primary) 55%, black 45%);
  --lp-primary-darker: color-mix(in srgb, var(--lp-primary) 45%, black 55%);
  --lp-primary-soft: color-mix(in srgb, var(--lp-primary) 12%, white 88%);
  --lp-primary-soft-2: color-mix(in srgb, var(--lp-primary) 22%, white 78%);
  --lp-primary-shadow: color-mix(in srgb, var(--lp-primary) 35%, transparent);
  --lp-primary-shadow-strong: color-mix(in srgb, var(--lp-primary) 55%, transparent);

  --lp-text: #222;
  --lp-text-soft: #555;
  --lp-text-muted: #777;
  --lp-bg: #fff;
  --lp-dark-bg: #111;
  --lp-dark-text: #fff;
  --lp-star: #f5a623;
}
#lp-title {
  color: var(--lp-heading) !important;
}

/* =========================
MOBIRISE-STYLE BASE FOR ELEMENTOR
========================= */
section {
  background-color: #ffffff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

body {
  position: relative;
  font-family: 'Inter Tight', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #232323;
  --top-bar-1-h: 42px;
  --top-bar-2-h: 44px;
  padding-top: calc(var(--top-bar-1-h) + var(--top-bar-2-h));
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.mbr-section-title {
  color: var(--lp-heading);
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

/* Loosen paragraph line-height so long copy doesn't feel cramped */
p,
.mbr-text,
.elementor-widget-text-editor p {
  line-height: 1.55;
}

b,
strong {
  font-weight: 700;
}

img,
iframe {
  display: block;
  width: 100%;
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

.card {
  background-color: transparent;
  border: none;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

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

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

.align-right {
  text-align: right;
}

.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

.media {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
}

.mbr-figure {
  align-self: center;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0.6rem 0.6rem;
  border-width: 1px;
  font-style: normal;
  font-weight: 600;
  white-space: normal;
  word-break: break-word;
  transition: all 0.2s ease-in-out;
}

.btn-sm,
.btn-md,
.btn-lg {
  font-weight: 600;
  letter-spacing: 0;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

[type="submit"] {
  -webkit-appearance: none;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}

.row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow:
    rgba(0, 0, 0, 0.07) 0px 1px 1px 0px,
    rgba(0, 0, 0, 0.07) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-control,
form .btn {
  min-height: 48px;
}

.form-control:focus,
.navbar-toggler:focus,
.navbar-toggler:hover,
.form-group:focus,
:focus {
  outline: none;
  box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.item {
  position: relative;
}

/* =========================
ELEMENTOR COMPATIBILITY
========================= */
.elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}

.elementor img {
  height: auto;
}

.elementor-widget-heading h1,
.elementor-widget-heading h2,
.elementor-widget-heading h3,
.elementor-widget-heading h4,
.elementor-widget-heading h5,
.elementor-widget-heading h6 {
  margin-bottom: 0;
}

.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap,
.elementor-widget-container {
  position: relative;
}

.elementor-widget-container {
  word-wrap: break-word;
}

/* =========================
GLOBAL BOX SIZING
========================= */
.zk-rating,
.zk-rating *,
.top-notice-wrap,
.top-notice-wrap *,
.site-footer {
  box-sizing: border-box;
  font-family: 'Inter Tight', sans-serif;
}

/* =========================
TOP NOTICE BARS
========================= */
.top-notice-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.top-notice-bar {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.2px;
  line-height: 1.25;
  overflow: hidden;
}

.top-notice-bar strong {
  font-weight: 800;
}

.top-notice-bar-1 {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111;
  color: #fff;
}

.top-notice-bar-2 {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--lp-primary);
  color: var(--lp-primary-dark);
  padding: 12px 16px;
  box-shadow: 0 6px 18px var(--lp-primary-shadow);
}

.top-notice-marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.top-notice-marquee-track {
  display: inline-flex;
  align-items: center;
  min-width: 200%;
  white-space: nowrap;
  animation: topMarqueeMove 16s linear infinite;
}

.top-notice-marquee-track span {
  display: inline-block;
  padding: 0 30px;
  line-height: 42px;
}

.top-live-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 2px;
  border-radius: 50%;
  background: var(--lp-primary-dark);
  vertical-align: middle;
  animation: topLiveDot 1.2s ease-in-out infinite;
  box-shadow: 0 0 0 0 var(--lp-primary-shadow);
  flex-shrink: 0;
}

@keyframes topMarqueeMove {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes topLiveDot {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 var(--lp-primary-shadow);
    opacity: 1;
  }
  70% {
    transform: scale(1.15);
    box-shadow: 0 0 0 8px transparent;
    opacity: 0.95;
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 transparent;
    opacity: 1;
  }
}

/* =========================
RATING
========================= */
.zk-rating-center {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 12px 0;
}

.zk-rating-link {
  text-decoration: none;
  color: inherit;
}

.zk-rating {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.zk-rating-stars {
  display: flex;
  align-items: center;
  gap: 2px;
  line-height: 1;
}

.zk-star {
  color: #f5a623;
  font-size: 1.9rem;
}

.zk-rating-text {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.2rem;
  color: #222;
  line-height: 1;
  font-weight: 600;
}

.zk-rating-text strong {
  font-size: 1.9rem;
  font-weight: 800;
  color: #111;
}

.zk-rating-sep {
  color: #bbb;
}

.zk-rating-link:hover .zk-rating {
  opacity: 0.85;
  transform: scale(1.03);
  transition: all 0.2s ease;
}

.zk-rating-with-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 26px;
}

.zk-bestseller-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: var(--lp-primary-dark);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.4px;
  padding: 5px 10px;
  border-radius: 4px;
  box-shadow: 0 4px 10px var(--lp-primary-shadow);
  white-space: nowrap;
  z-index: 2;
  animation: zkBadgePulse 2.2s ease-in-out infinite;
}

.zk-bestseller-badge::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: var(--lp-primary-dark) transparent transparent transparent;
}

@keyframes zkBadgePulse {
  0% { transform: translateX(-50%) scale(1); }
  50% { transform: translateX(-50%) scale(1.06); }
  100% { transform: translateX(-50%) scale(1); }
}

/* =========================
CTA BUTTON
========================= */
.zk-cta-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 16px;
}

.zk-cta-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, var(--lp-primary), var(--lp-primary-strong));
  color: var(--lp-primary-dark);
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.1;
  padding: 18px 28px;
  box-shadow: 0 8px 20px var(--lp-primary-shadow);
  transition: all 0.25s ease;
  animation: zkPulse 2.4s ease-in-out infinite;
}

.zk-cta-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.4) 50%,
    rgba(255,255,255,0) 100%
  );
  transform: skewX(-25deg);
  animation: zkShine 3s infinite;
}

.zk-cta-btn:hover {
  transform: scale(1.07);
}

@keyframes zkPulse {
  0% {
    transform: scale(1);
    box-shadow: 0 8px 20px var(--lp-primary-shadow);
  }
  50% {
    transform: scale(1.04);
    box-shadow: 0 12px 28px var(--lp-primary-shadow-strong);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 8px 20px var(--lp-primary-shadow);
  }
}

@keyframes zkShine {
  0% { left: -75%; }
  60% { left: 130%; }
  100% { left: 130%; }
}

/* =========================
KILL THEME LINK STYLES
========================= */
.zk-cta-btn,
.zk-cta-btn:link,
.zk-cta-btn:visited,
.zk-cta-btn:hover,
.zk-cta-btn:active {
  color: var(--lp-primary-dark) !important;
  text-decoration: none !important;
}

body a:hover,
body a:active {
  color: inherit;
}

/* =========================
FOOTER
========================= */
.full-bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.site-footer {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #111;
  color: #ccc;
  padding: 28px 16px;
}

.footer-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.footer-brand {
  margin-bottom: 10px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
}

.footer-links {
  margin-bottom: 12px;
  font-size: 0.9rem;
}

.footer-links a {
  margin: 0 6px;
  color: #ccc;
  text-decoration: none;
  font-weight: 600;
}

.footer-links a:hover {
  color: #fff;
}

.footer-disclaimer {
  max-width: 600px;
  margin: 0 auto;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #888;
}

/* =========================
RESPONSIVE
========================= */
@media (max-width: 768px) {
  body {
    --top-bar-1-h: 38px;
    --top-bar-2-h: 40px;
    padding-top: calc(var(--top-bar-1-h) + var(--top-bar-2-h));
  }

  .top-notice-bar {
    font-size: 0.82rem;
  }

  .top-notice-bar-1 {
    height: 38px;
  }

  .top-notice-bar-2 {
    height: 40px;
    padding: 10px 8px;
    gap: 6px;
    white-space: nowrap;
  }

  .top-live-dot {
    width: 8px;
    height: 8px;
    min-width: 8px;
    margin-right: 4px;
    margin-left: 4px;
  }

  .top-notice-marquee-track span {
    padding: 0 20px;
    line-height: 38px;
  }

  .zk-rating {
    gap: 8px;
    justify-content: center;
  }

  .zk-star {
    font-size: 1.4rem;
  }

  .zk-rating-text {
    font-size: 1rem;
  }

  .zk-rating-text strong {
    font-size: 1.5rem;
  }

  .zk-rating-with-badge {
    padding-top: 24px;
  }

  .zk-bestseller-badge {
    font-size: 0.62rem;
    padding: 4px 8px;
  }

  .zk-cta-btn {
    font-size: 1.2rem;
    padding: 16px 22px;
  }

  .site-footer {
    padding: 22px 14px;
  }

  .footer-disclaimer {
    font-size: 0.7rem;
  }
}

/* =========================
REVIEW SLIDER
========================= */
.zk-reviews-wrap,
.zk-reviews-wrap * {
  font-family: 'Inter Tight', sans-serif !important;
}

.zk-reviews-wrap {
  max-width: 600px;
  margin: 40px auto;
  padding: 0 16px;
  text-align: center;
}

.zk-reviews-slider {
  touch-action: pan-y;
}

.zk-review-slide {
  display: none;
  animation: fadeIn 0.4s ease;
}

.zk-review-slide.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Main review image: fixed 800x1169 ratio */
.zk-review-main-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 800 / 1169;
  border-radius: 40px;
  overflow: hidden;
  margin-bottom: 14px;
}

.zk-review-main-img-wrap img,
.zk-review-main-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zk-review-count {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--lp-text-soft);
  margin-left: 4px;
}

/* Review stars */
.zk-review-stars,
.zk-review-slide .zk-rating-stars {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 2px !important;
  margin: 8px 0 12px !important;
  line-height: 1 !important;
}

.zk-review-stars .zk-star,
.zk-review-slide .zk-rating-stars .zk-star {
  display: inline-block !important;
  color: #f5a623 !important;
  font-size: 1.2rem !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  font-family: Arial, sans-serif !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
  transform: none !important;
}

/* Text */
.zk-review-text {
  margin: 0 0 14px;
  font-family: 'Inter Tight', sans-serif !important;
  font-size: 1.1rem !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  color: #222 !important;
  letter-spacing: 0 !important;
}

/* User row */
.zk-review-user-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 12px;
}

.zk-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.zk-review-user-name {
  font-family: 'Inter Tight', sans-serif !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  color: #111 !important;
  text-align: left;
}

.zk-verified {
  margin-top: 4px;
  font-family: 'Inter Tight', sans-serif !important;
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  color: var(--lp-primary-dark) !important;
  text-align: left;
}

/* Dots */
.zk-review-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.zk-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
}

.zk-dot.active {
  background: var(--lp-primary-dark);
}

@media (max-width: 768px) {
  .zk-review-text {
    font-size: 1rem !important;
    line-height: 1.5 !important;
  }

  .zk-review-stars .zk-star,
  .zk-review-slide .zk-rating-stars .zk-star {
    font-size: 1.1rem !important;
  }

  .zk-review-main-img-wrap {
    border-radius: 32px;
  }

  .zk-review-user-name {
    font-size: 0.95rem !important;
  }

  .zk-verified {
    font-size: 0.78rem !important;
  }
}

.zk-avatar-wrap {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.zk-avatar {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: cover;
  border-radius: 0 !important;
}

@media (max-width: 768px) {
  .zk-avatar-wrap {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }
}

/* =========================
FAST TRUST TICKER
========================= */
.zk-trust-ticker,
.zk-trust-ticker * {
  box-sizing: border-box;
  font-family: 'Inter Tight', sans-serif;
}

.zk-trust-ticker {
  width: 100%;
  overflow: hidden;
  background: #fff;
  border-top: 2px solid var(--lp-primary);
  border-bottom: 2px solid var(--lp-primary);
  padding: 12px 0;
  margin: 24px 0;
}

.zk-trust-ticker-track {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  min-width: max-content;
  animation: zkTrustTickerMove 22s linear infinite;
}

.zk-trust-item {
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  color: #222;
  line-height: 1.2;
}

.zk-trust-sep {
  display: inline-block;
  margin: 0 18px;
  color: var(--lp-primary-dark);
  font-size: 1rem;
  font-weight: 800;
}

@keyframes zkTrustTickerMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .zk-trust-ticker {
    padding: 10px 0;
    margin: 18px 0;
  }

  .zk-trust-item {
    font-size: 0.92rem;
  }

  .zk-trust-sep {
    margin: 0 14px;
  }
}

/* =========================
VERTICAL TRUST ROTATOR
========================= */
.zk-trust-rotator,
.zk-trust-rotator * {
  box-sizing: border-box;
  font-family: 'Inter Tight', sans-serif;
}

.zk-trust-rotator {
  width: 100%;
  max-width: 900px;
  margin: 24px auto;
  padding: 14px 18px;
  background: #fff;
  overflow: hidden;
}

.zk-trust-rotator-inner {
  position: relative;
  min-height: 48px; /* allows 2 lines */
}

.zk-trust-rotator-item {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 10px;

  display: flex;
  flex-direction: column; /* 🔥 THIS FIXES IT */
  align-items: center;
  justify-content: center;

  gap: 4px; /* space between stars and text */

  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.45s ease, transform 0.45s ease;
  pointer-events: none;
  text-align: center;
}

.zk-trust-rotator-item.active {
  opacity: 1;
  transform: translateY(0);
}

.zk-trust-stars {
  color: #f5a623;
  font-size: 1rem;
  line-height: 1;
  flex-shrink: 0;
}

.zk-trust-copy {
  color: #222;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  word-break: break-word;
}

@media (max-width: 768px) {
  .zk-trust-rotator {
    margin: 0px auto;
    padding: 2px 14px;
  }

  .zk-trust-rotator-inner {
  min-height: 64px; /* ensures 2 lines on small screens */
}

  .zk-trust-rotator-item {
    gap: 8px;
    flex-wrap: wrap;
  }

  .zk-trust-stars {
    font-size: 0.95rem;
  }

  .zk-trust-copy {
    font-size: 0.92rem;
  }
}

:root {
  --lp-primary: #1985f2;
  --lp-primary-strong: color-mix(in srgb, var(--lp-primary) 85%, black);
  --lp-primary-dark: color-mix(in srgb, var(--lp-primary) 32%, black);
  --lp-primary-darker: color-mix(in srgb, var(--lp-primary) 18%, black);
  --lp-primary-soft: color-mix(in srgb, var(--lp-primary) 10%, white);
  --lp-primary-soft-2: color-mix(in srgb, var(--lp-primary) 18%, white);
  --lp-primary-shadow: color-mix(in srgb, var(--lp-primary) 28%, transparent);
  --lp-primary-shadow-strong: color-mix(in srgb, var(--lp-primary) 42%, transparent);
  --lp-heading: var(--lp-primary-dark);
  --lp-text: #222;
  --lp-text-soft: #555;
  --lp-text-muted: #777;
  --lp-dark-bg: #111;
  --lp-dark-text: #fff;
  --lp-star: #f5a623;
}

.lp-thankyou-page,
.lp-thankyou-page * {
  box-sizing: border-box;
  font-family: 'Inter Tight', sans-serif;
}

.lp-thankyou-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: linear-gradient(180deg, color-mix(in srgb, var(--lp-primary-soft) 70%, #fff 30%), #fff);
}

.lp-thankyou-page .thankyou-box {
  max-width: 700px;
  width: 100%;
  border: 2px solid var(--lp-primary-soft-2);
  border-radius: 28px;
  padding: 40px 30px;
  text-align: center;
  background: #fff;
  box-shadow: 0 12px 34px var(--lp-primary-shadow);
}

.lp-thankyou-page .thankyou-title {
  margin: 0 0 18px;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.1;
  color: var(--lp-heading);
}

.lp-thankyou-page .thankyou-text {
  margin: 0 0 25px;
  font-size: 1.4rem;
  line-height: 1.7;
  color: var(--lp-text);
}

.lp-thankyou-page .thankyou-text.small {
  font-size: 1rem;
  margin-bottom: 12px;
  color: var(--lp-text-soft);
}

.lp-thankyou-page .thankyou-summary {
  margin: 18px 0 28px;
  padding: 18px 18px 14px;
  border: 1px solid var(--lp-primary-soft-2);
  border-radius: 16px;
  text-align: left;
  background: color-mix(in srgb, #fff 90%, var(--lp-primary-soft) 10%);
  box-shadow: 0 8px 24px color-mix(in srgb, var(--lp-primary-shadow) 80%, transparent);
}

.lp-thankyou-page .thankyou-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--lp-primary-soft-2);
  gap: 12px;
  flex-wrap: wrap;
}

.lp-thankyou-page .thankyou-row:last-of-type {
  border-bottom: none;
  padding-bottom: 6px;
}

.lp-thankyou-page .thankyou-label {
  font-weight: 700;
  letter-spacing: 0.01em;
  color: color-mix(in srgb, var(--lp-text) 85%, #000 15%);
  flex: 1 1 50%;
  min-width: 120px;
}

.lp-thankyou-page .thankyou-value {
  font-weight: 700;
  color: var(--lp-primary-dark);
  text-align: right;
  flex: 0 1 45%;
  word-break: break-word;
}

.lp-thankyou-page .thankyou-value.strong {
  font-size: 1.05rem;
}

.lp-thankyou-page .thankyou-value.linkish {
  color: color-mix(in srgb, var(--lp-primary-dark) 75%, #0b3a7a 25%);
}

.lp-thankyou-page .thankyou-note {
  margin: 12px 0 0;
  font-size: 1rem;
  color: var(--lp-text-soft);
}

.lp-thankyou-page .thankyou-optin {
  margin: 10px 0 20px;
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid var(--lp-primary-soft-2);
  background: color-mix(in srgb, var(--lp-primary-soft) 12%, #fff 88%);
  box-shadow: 0 6px 18px color-mix(in srgb, var(--lp-primary-shadow) 70%, transparent);
  text-align: left;
}

.lp-thankyou-page .thankyou-optin-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lp-thankyou-page .thankyou-input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--lp-primary-soft-2);
  font-size: 1rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lp-thankyou-page .thankyou-input:focus {
  border-color: var(--lp-primary-dark);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--lp-primary-soft) 40%, transparent);
}

.lp-thankyou-page .thankyou-btn.secondary {
  background: var(--lp-primary);
  color: #fff !important;
  box-shadow: 0 10px 22px var(--lp-primary-shadow-strong);
  border: none;
  outline: none;
}

.lp-thankyou-page .thankyou-btn.secondary:hover {
  opacity: 0.95;
}

.lp-thankyou-page .thankyou-btn.secondary:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--lp-primary) 30%, transparent);
  outline-offset: 3px;
}

.lp-thankyou-page #tyEmailMessage[data-type="success"] {
  color: #0a8f3c;
}

.lp-thankyou-page #tyEmailMessage[data-type="error"] {
  color: #c62828;
}

.lp-thankyou-page .thankyou-btn {
  display: inline-block;
  padding: 16px 28px;
  border-radius: 999px;
  background: var(--lp-primary-dark);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 1.2rem;
  font-weight: 700;
  transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 10px 24px var(--lp-primary-shadow-strong);
}

/* Ensure the opt-in button inherits the exact primary color from the product page */
.lp-thankyou-page .thankyou-btn.secondary {
  background: var(--lp-primary) !important;
  box-shadow: 0 10px 22px var(--lp-primary-shadow-strong);
}

.lp-thankyou-page .thankyou-btn:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}

@media (max-width: 768px) {
  .lp-thankyou-page {
    padding: 12px;
  }

  .lp-thankyou-page .thankyou-box {
    padding: 24px 16px;
    border-radius: 18px;
    box-shadow: 0 8px 22px var(--lp-primary-shadow);
  }

  .lp-thankyou-page .thankyou-title {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .lp-thankyou-page .thankyou-text {
    font-size: 1.02rem;
    line-height: 1.5;
    margin-bottom: 16px;
  }

  .lp-thankyou-page .thankyou-text.small {
    font-size: 0.95rem;
  }

  .lp-thankyou-page .thankyou-optin {
    padding: 14px;
    margin: 6px 0 18px;
  }

  .lp-thankyou-page .thankyou-input {
    padding: 11px 12px;
    font-size: 0.98rem;
  }

  .lp-thankyou-page .thankyou-summary {
    padding: 14px 12px;
    border-radius: 14px;
    gap: 6px;
  }

  .lp-thankyou-page .thankyou-row {
    padding: 8px 0;
    gap: 8px;
  }

  .lp-thankyou-page .thankyou-btn {
    width: 100%;
    text-align: center;
    font-size: 1.05rem;
    padding: 15px 20px;
  }
}

@media (max-width: 430px) {
  .lp-thankyou-page .thankyou-box {
    padding: 22px 14px;
  }

  .lp-thankyou-page .thankyou-title {
    font-size: 1.65rem;
  }

  .lp-thankyou-page .thankyou-summary {
    margin: 12px 0 22px;
  }

  .lp-thankyou-page .thankyou-label,
  .lp-thankyou-page .thankyou-value {
    font-size: 0.98rem;
    line-height: 1.35;
  }

  .lp-thankyou-page .thankyou-note {
    font-size: 0.95rem;
  }

  .lp-thankyou-page .thankyou-btn.secondary {
    font-size: 1rem;
    padding: 13px 16px;
  }

  .lp-thankyou-page .thankyou-btn {
    font-size: 1rem;
  }
}
.thankyou-top-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 14px;
  border-radius:999px;
  background:var(--lp-primary-soft,#eef8e8);
  color:var(--lp-primary-dark,#2e481a);
  font-weight:800;
  font-size:13px;
  margin-bottom:14px;
}

.thankyou-text-main{
  font-size:18px;
  font-weight:600;
  line-height:1.5;
}

.thankyou-alert{
  margin:18px 0 22px;
  padding:14px 16px;
  border-radius:16px;
  background:#fff7e8;
  border:1px solid #f2d39b;
  font-size:15px;
  line-height:1.5;
}

.thankyou-steps{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin:20px 0;
}

.thankyou-step{
  display:flex;
  gap:12px;
  align-items:center;
  padding:14px;
  border-radius:16px;
  border:1px solid rgba(0,0,0,0.08);
  background:#fff;
}

.thankyou-step-number{
  width:44px;
  height:44px;
  min-width:44px;
  border-radius:50%;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:18px;
  font-weight:900;

  line-height:1;           /* critical */
  padding-top:1px;         /* optical correction */

  background:linear-gradient(135deg,#1985f2,#9fe870);
  color:#111;

  flex-shrink:0;
}

.thankyou-step-content{
  display:flex;
  flex-direction:column;
  gap:2px;
}

.thankyou-step-content strong{
  font-size:15px;
  line-height:1.2;
}

.thankyou-step-content span{
  font-size:13px;
  line-height:1.4;
  color:#555;
}

.push-focus{
  margin-top:24px;
  padding:20px;
  border-radius:22px;
  border:2px solid rgba(0,0,0,.08);
  background:#fff;
}

.push-badge{
  display:inline-block;
  margin-bottom:10px;
  padding:6px 10px;
  border-radius:999px;
  background:#111;
  color:#fff;
  font-size:12px;
  font-weight:700;
}

.thankyou-optin-form{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin-top:14px;
}

.thankyou-push-panel{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin-top:14px;
}

.thankyou-input{
  width:100%;
  height:54px;
  border-radius:16px;
  border:1px solid rgba(0,0,0,.12);
  padding:0 16px;
  font:inherit;
}

.thankyou-btn.secondary{
  width:100%;
}

.thankyou-prompt-modal[hidden]{
  display:none !important;
}

body.lp-modal-open{
  overflow:hidden;
}

.thankyou-prompt-modal{
  position:fixed;
  inset:0;
  z-index:9999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
}

.thankyou-prompt-backdrop{
  position:absolute;
  inset:0;
  background:rgba(17,17,17,.56);
  backdrop-filter:blur(4px);
}

.thankyou-prompt-dialog{
  position:relative;
  z-index:1;
  width:min(100%,520px);
  border-radius:28px;
  background:#fff;
  padding:26px 24px 24px;
  box-shadow:0 28px 70px rgba(0,0,0,.22);
  text-align:center;
  border:1px solid rgba(0,0,0,.08);
}

.thankyou-prompt-close{
  position:absolute;
  top:12px;
  right:12px;
  width:40px;
  height:40px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(0,0,0,.06);
  color:#111;
  font-size:28px;
  line-height:1;
  cursor:pointer;
}

.thankyou-prompt-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-bottom:14px;
  padding:8px 12px;
  border-radius:999px;
  background:var(--lp-primary-soft,#eef8e8);
  color:var(--lp-primary-dark,#2e481a);
  font-size:12px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.thankyou-prompt-title{
  margin:0 0 12px;
  font-size:32px;
  line-height:1.08;
  font-weight:900;
  color:#111;
}

.thankyou-prompt-title #tyPushOrderId{
  font:inherit;
}

.thankyou-prompt-text{
  margin:0 0 20px;
  font-size:17px;
  line-height:1.6;
  color:#444;
}

.thankyou-prompt-cta{
  width:100%;
}

#tyPushStatus[data-type="success"],
#tyPushMessage[data-type="success"]{
  color:#0a8f3c;
}

#tyPushStatus[data-type="error"],
#tyPushMessage[data-type="error"]{
  color:#c62828;
}

@media (max-width: 768px){
  .thankyou-prompt-dialog{
    width:min(100%,420px);
    padding:22px 18px 18px;
    border-radius:22px;
  }

  .thankyou-prompt-title{
    font-size:25px;
  }

  .thankyou-prompt-text{
    font-size:15px;
    margin-bottom:16px;
  }

  .thankyou-prompt-close{
    width:36px;
    height:36px;
    font-size:24px;
  }
}

/* =========================
ORDER FORM
========================= */
.cod-trust-strip,
.cod-trust-strip *,
.cod-wrap,
.cod-wrap * {
  box-sizing: border-box;
  font-family: 'Inter Tight', sans-serif;
}

.cod-wrap a,
.cod-wrap a:link,
.cod-wrap a:visited,
.cod-wrap a:hover,
.cod-wrap a:active {
  color: inherit !important;
  text-decoration: none !important;
}

.cod-wrap {
  max-width: 1100px;
  margin: 0px auto;
  padding: 25px;
  border: 2px solid var(--lp-primary);
  border-radius: 26px;
  background: #fff !important;
}

.cod-title {
  font-size: 2.4rem;
  font-weight: 800;
  margin: 0 0 25px;
  line-height: 1.1;
  color: #222;
}

.cod-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 25px;
}

.cod-full {
  grid-column: 1 / -1;
}

.cod-field,
.cod-phone-field {
  position: relative;
}

.cod-field-floating {
  position: relative;
}

.cod-field-floating label {
  position: absolute;
  top: -10px;
  left: 22px;
  z-index: 3;
  display: inline-block;
  margin: 0;
  padding: 0 12px;
  background: #fff;
  color: #222;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
}

.cod-field label,
.cod-phone-label {
  display: block;
  margin: 0 0 10px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.1;
  color: #222;
}

.cod-box {
  display: flex;
  align-items: center;
  height: 70px;
  padding: 0 20px;
  border: 2px solid var(--lp-primary);
  border-radius: 20px;
  background: #fff !important;
  box-shadow: none !important;
}

.cod-field-floating .cod-box {
  position: relative;
  height: 74px;
}

.cod-wrap input,
.cod-wrap select,
.cod-wrap textarea,
.cod-wrap button {
  font-family: 'Inter Tight', sans-serif !important;
}

.cod-input,
.cod-wrap input.cod-input,
.cod-wrap textarea.cod-input {
  width: 100% !important;
  min-width: 0;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  background-color: transparent !important;
  color: #222 !important;
  font-size: 1.4rem !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  appearance: none;
  -webkit-appearance: none;
}

.cod-input::placeholder,
.cod-wrap input.cod-input::placeholder {
  color: #a0a0a0 !important;
  opacity: 1;
  font-weight: 500;
}

.cod-phone-wrap {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  height: 70px;
  overflow: hidden;
  border: 2px solid var(--lp-primary);
  border-radius: 20px;
  background: #fff !important;
}

.cod-phone-prefix {
  flex: 0 0 105px;
  width: 105px;
  min-width: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--lp-primary-soft-2);
  color: var(--lp-primary-dark);
  font-size: 1.4rem;
  font-weight: 700;
  border-right: 1px solid var(--lp-primary-shadow);
  user-select: none;
}

.cod-phone-input-wrap {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  padding: 0 18px;
}

.cod-phone-input {
  width: 100% !important;
  min-width: 0;
}

.cod-phone-error {
  min-height: 18px;
  margin-top: 8px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--lp-primary-dark);
}

.cod-phone-wrap.cod-phone-invalid {
  box-shadow: 0 0 0 2px var(--lp-primary-shadow);
}

.cod-offers-title {
  margin: 10px 0 15px;
  font-size: 2rem;
  font-weight: 800;
  color: #222;
}

.cod-badge-urgency {
  background: #111;
  color: #fff;
  font-size: 0.9rem;
  padding: 6px 10px;
}

.cod-urgency-line {
  margin: 0 0 16px;
  padding: 12px 14px;
  border: 2px solid var(--lp-primary);
  border-radius: 16px;
  background: var(--lp-primary-soft);
  color: var(--lp-primary-dark);
  text-align: center;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
}

.cod-countdown-wrap {
  display: block;
  margin-top: 8px;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--lp-primary-dark);
}

.cod-countdown {
  display: inline-block;
  min-width: 92px;
  margin-left: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--lp-primary-dark);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.cod-offer {
  position: relative;
  overflow: visible !important;
  margin-bottom: 16px;
  padding: 12px;
  border: 2px solid var(--lp-primary);
  border-radius: 24px;
  background: #fff;
  cursor: pointer;
  transition: 0.2s;
}

.cod-offer.active {
  border: 3px solid var(--lp-primary-dark);
  background: #fff;
  box-shadow: 0 12px 30px var(--lp-primary-shadow);
}

.cod-offer.active::after {
  content: none !important;
  display: none !important;
}

.cod-offer.active::before {
  content: none !important;
  display: none !important;
}

.cod-offer-row {
  display: grid;
  grid-template-columns: 28px 165px 1fr;
  gap: 14px;
  align-items: center;
}

.cod-radio {
  display: flex !important;
  position: relative;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: 3px solid var(--lp-primary-dark);
  border-radius: 50%;
  background: #fff;
  align-items: center;
  justify-content: center;
}

.cod-offer.active .cod-radio {
  background: var(--lp-primary-dark);
  border-color: var(--lp-primary-dark);
}

.cod-offer.active .cod-radio::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}

.cod-img {
  display: block;
  width: 165px !important;
  height: 165px !important;
  min-width: 165px;
  object-fit: contain;
  flex-shrink: 0;
  padding: 0;
  border-radius: 35px !important;
  overflow: hidden;
  border: none !important;
  box-shadow: none !important;
  background: #fff;
}

.cod-offer.active .cod-img {
  border: none !important;
  box-shadow: none !important;
}

.cod-mid {
  min-width: 0;
}

.cod-name {
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.15;
  color: #222;
}

.cod-sub {
  margin-top: 8px;
  font-size: 1rem;
  font-weight: 600;
  color: #555;
}

.cod-badge {
  display: inline-block;
  margin-left: 6px;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--lp-primary-dark);
  color: #fff;
  font-size: 0.72rem;
  vertical-align: middle;
}

.cod-pricebox {
  margin-top: 10px;
  text-align: left;
}

.cod-price {
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--lp-primary-dark);
}

.cod-old {
  font-size: 1.05rem;
  color: #777;
  text-decoration: line-through;
}

.cod-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.cod-submit i {
  font-size: 16px;
}

.cod-offer-featured {
  position: relative;
  margin-top: 22px;
  border: 2px solid var(--lp-primary);
  box-shadow: 0 0 0 2px var(--lp-primary-shadow), 0 10px 28px var(--lp-primary-soft-2);
  animation: codFeaturedFloat 2.6s ease-in-out infinite;
}

.cod-offer-has-ribbon {
  margin-top: 22px;
}

.cod-offer-featured.active {
  box-shadow: 0 0 0 3px var(--lp-primary) inset, 0 14px 34px var(--lp-primary-shadow);
}

.cod-featured-ribbon {
  position: absolute;
  top: -18px;
  right: 22px;
  transform: none !important;
  background: #111;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 7px 14px;
  border-radius: 999px;
  line-height: 1;
  z-index: 20;
}

.cod-badge-live {
  position: relative;
  animation: codBadgePulse 1.8s ease-in-out infinite;
  box-shadow: 0 0 0 0 rgba(17, 17, 17, 0.35);
}

.cod-badge-live::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 7px;
  border-radius: 50%;
  background: #fff;
  vertical-align: middle;
  animation: codDotBlink 1.2s ease-in-out infinite;
}

.cod-submit,
.cod-wrap button.cod-submit,
.cod-wrap button#codSubmitBtn {
  display: block;
  width: 100% !important;
  height: 80px !important;
  min-height: 80px !important;
  margin-top: 25px;
  padding: 0 24px !important;
  border: none !important;
  outline: none !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--lp-primary), var(--lp-primary-strong));
  color: var(--lp-primary-dark);
  font-size: 2rem !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  text-transform: none !important;
  cursor: pointer;
  transition: 0.2s ease;
  box-shadow: none !important;
  appearance: none;
  -webkit-appearance: none;
}

.cod-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.cod-message {
  min-height: 24px;
  margin-top: 14px;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--lp-primary-dark);
}

/* Optional pre-submit COD upsell */
.cod-upsell-overlay,
.cod-upsell-overlay * {
  box-sizing: border-box;
  font-family: 'Inter Tight', sans-serif;
}

html.cod-upsell-open,
body.cod-upsell-open {
  overflow: hidden !important;
  overscroll-behavior: none;
}

.cod-upsell-overlay {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  padding: max(14px, env(safe-area-inset-top)) 14px max(14px, env(safe-area-inset-bottom));
  background: rgba(9, 13, 18, 0.76);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  overscroll-behavior: contain;
  animation: codUpsellFadeIn 0.18s ease-out;
}

.cod-upsell-modal {
  position: relative;
  display: flex;
  flex-direction: column;
  width: min(94vw, 520px);
  max-height: calc(100vh - 28px);
  max-height: calc(100dvh - 28px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
  animation: codUpsellRiseIn 0.22s ease-out;
}

.cod-upsell-scroll {
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.cod-upsell-content {
  padding: 28px 28px 12px;
  text-align: center;
}

.cod-upsell-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 9px 15px;
  border-radius: 999px;
  background: var(--lp-primary-soft);
  color: var(--lp-primary-dark);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.cod-upsell-badge svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.cod-upsell-title {
  margin: 0 0 8px;
  color: #111;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.08;
}

.cod-upsell-accent {
  color: var(--lp-primary-dark);
  font: inherit;
}

.cod-upsell-product-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(72%, 280px);
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0 auto 18px;
  overflow: hidden;
  border-radius: 14px !important;
  background: radial-gradient(circle, #fff 42%, var(--lp-primary-soft) 100%);
}

.cod-upsell-product-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 14px !important;
  mix-blend-mode: multiply;
}

.cod-upsell-overlay .cod-upsell-image-text {
  max-width: 390px;
  margin: -4px auto 24px;
  color: #111111 !important;
  font-size: 18px !important;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.cod-upsell-price-section {
  position: relative;
  margin-top: 8px;
  padding: 28px 18px 18px;
  border: 1px solid var(--lp-primary-soft-2);
  border-radius: 20px;
  background: linear-gradient(135deg, #fff, var(--lp-primary-soft));
}

.cod-upsell-price-label {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 8px 20px;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  background: var(--lp-primary-dark);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.04em;
}

.cod-upsell-price-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 18px;
}

.cod-upsell-price-total {
  padding-right: 18px;
  border-right: 1px solid var(--lp-primary-soft-2);
  text-align: center;
}

.cod-upsell-price-caption,
.cod-upsell-saving-total span {
  display: block;
  margin-bottom: 6px;
  color: #444;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

.cod-upsell-special-price {
  display: block;
  color: var(--lp-primary-dark);
  font-size: 29px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.cod-upsell-saving-total {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: left;
}

.cod-upsell-saving-total svg {
  width: 28px;
  height: 28px;
  fill: var(--lp-primary-dark);
  stroke: var(--lp-primary-dark);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.cod-upsell-savings {
  display: block;
  color: var(--lp-primary-dark);
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.cod-upsell-total-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 14px 0 0;
  padding: 13px 14px;
  border-radius: 14px;
  background: var(--lp-primary-soft);
  color: #444;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
}

.cod-upsell-total-note svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: var(--lp-primary-dark);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.cod-upsell-total-note strong {
  color: var(--lp-primary-dark);
  font-weight: 900;
}

.cod-upsell-actions {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  padding: 6px 28px max(28px, env(safe-area-inset-bottom));
  background: #fff;
}

.cod-upsell-overlay button.cod-upsell-accept,
.cod-upsell-overlay button.cod-upsell-decline {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border: none !important;
  outline: none !important;
  text-transform: none !important;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.cod-upsell-overlay button.cod-upsell-accept {
  display: grid !important;
  grid-template-columns: 24px 1fr 24px;
  align-items: center;
  gap: 10px;
  min-height: 58px !important;
  margin-top: 0 !important;
  padding: 15px 18px !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, var(--lp-primary-dark), var(--lp-primary)) !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  box-shadow: 0 10px 22px var(--lp-primary-shadow-strong) !important;
}

.cod-upsell-overlay button.cod-upsell-accept svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.cod-upsell-overlay button.cod-upsell-decline {
  min-height: 50px !important;
  margin-top: 10px !important;
  padding: 12px 16px !important;
  border: 2px solid var(--lp-primary-dark) !important;
  border-radius: 14px !important;
  background: #fff !important;
  color: #444 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.cod-upsell-overlay button.cod-upsell-accept:focus-visible,
.cod-upsell-overlay button.cod-upsell-decline:focus-visible {
  outline: 3px solid var(--lp-primary-dark) !important;
  outline-offset: 3px !important;
}

.cod-upsell-submitting {
  padding: 46px 28px;
  text-align: center;
}

.cod-upsell-spinner {
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  border: 5px solid var(--lp-primary-soft-2);
  border-top-color: var(--lp-primary-dark);
  border-radius: 50%;
  animation: codUpsellSpin 0.8s linear infinite;
}

.cod-upsell-submitting-badge {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--lp-primary-soft);
  color: var(--lp-primary-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.cod-upsell-submitting h2 {
  margin: 0 0 10px;
  color: #111;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.1;
}

.cod-upsell-submitting p {
  margin: 0 0 18px;
  color: #555;
  font-size: 16px;
  line-height: 1.4;
}

.cod-upsell-submitting-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
  padding: 14px 16px;
  border: 1px solid var(--lp-primary-soft-2);
  border-radius: 14px;
  background: var(--lp-primary-soft);
  color: #444;
  font-size: 16px;
  font-weight: 700;
}

.cod-upsell-submitting-summary strong {
  color: var(--lp-primary-dark);
  font-size: 18px;
  font-weight: 900;
}

.cod-upsell-submitting small {
  color: #777;
  font-size: 13px;
  font-weight: 600;
}

@keyframes codUpsellSpin {
  to { transform: rotate(360deg); }
}

@keyframes codUpsellFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes codUpsellRiseIn {
  from { opacity: 0; transform: translateY(12px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 768px) {
  .cod-upsell-modal {
    width: min(94vw, 420px);
    border-radius: 22px;
  }

  .cod-upsell-content {
    padding: 20px 16px 10px;
  }

  .cod-upsell-title {
    font-size: 27px;
  }

  .cod-upsell-actions {
    padding: 5px 16px max(18px, env(safe-area-inset-bottom));
  }

  .cod-upsell-overlay button.cod-upsell-accept {
    min-height: 54px !important;
    font-size: 14px !important;
  }

  .cod-upsell-product-visual {
    height: auto;
    margin-bottom: 14px;
  }

  .cod-upsell-overlay .cod-upsell-image-text {
    margin: -2px auto 22px;
  }

  .cod-upsell-price-section {
    padding: 25px 12px 14px;
  }

  .cod-upsell-price-grid {
    gap: 10px;
  }

  .cod-upsell-price-total {
    padding-right: 10px;
  }

  .cod-upsell-special-price {
    font-size: 23px;
  }

  .cod-upsell-savings {
    font-size: 17px;
  }

  .cod-upsell-saving-total svg {
    width: 22px;
    height: 22px;
  }

  .cod-upsell-total-note {
    margin-top: 10px;
    padding: 10px;
    font-size: 14px;
  }

  .cod-upsell-submitting {
    padding: 38px 20px;
  }

  .cod-upsell-submitting h2 {
    font-size: 25px;
  }
}

@media (max-height: 720px) {
  .cod-upsell-product-visual {
    width: min(48%, 150px);
    height: auto;
    margin-bottom: 10px;
  }

  .cod-upsell-overlay .cod-upsell-image-text {
    margin-bottom: 18px;
  }

  .cod-upsell-badge {
    margin-bottom: 10px;
  }

  .cod-upsell-title {
    font-size: 24px;
  }

  .cod-upsell-price-section {
    padding-top: 23px;
  }
}

.cod-trust-strip {
  margin-top: 22px;
  padding: 18px;
  border: 2px solid var(--lp-primary);
  border-radius: 22px;
  background: var(--lp-primary-soft);
  box-shadow: 0 10px 30px var(--lp-primary-shadow);
}

.cod-trust-head {
  margin-bottom: 14px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 800;
  color: #222;
}

.cod-trust-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.cod-trust-pill {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 4px;
  background: transparent;
  border: none;
}

.cod-trust-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--lp-primary);
  color: var(--lp-primary-dark);
}

.cod-trust-icon svg {
  width: 20px;
  height: 20px;
}

.cod-trust-text {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.cod-trust-text strong {
  font-size: 0.98rem;
  font-weight: 800;
  color: #222;
}

.cod-trust-text small {
  margin-top: 4px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #666;
}

@keyframes codFeaturedFloat {
  0% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
  100% { transform: translateY(0); }
}

@keyframes codBadgePulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(17,17,17,0.22);
  }
  50% {
    transform: scale(1.06);
    box-shadow: 0 0 0 8px rgba(17,17,17,0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(17,17,17,0);
  }
}

@keyframes codDotBlink {
  0% { opacity: 1; }
  50% { opacity: 0.45; }
  100% { opacity: 1; }
}

@media (max-width: 768px) {
  .cod-wrap {
    padding: 18px 18px 0px 18px;
  }

  .cod-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .cod-full {
    grid-column: auto;
  }

  .cod-title {
    font-size: 2rem;
  }

  .cod-field label,
  .cod-phone-label {
    font-size: 1.1rem;
    margin-bottom: 8px;
  }

  .cod-field-floating label {
    top: -8px;
    left: 16px;
    padding: 0 10px;
    font-size: 1rem;
  }

  .cod-box,
  .cod-phone-wrap {
    height: 64px;
    border-radius: 18px;
  }

  .cod-field-floating .cod-box {
    height: 64px;
    padding: 0 16px;
    border-radius: 18px;
  }

  .cod-box {
    padding: 0 16px;
  }

  .cod-input,
  .cod-field-floating .cod-input {
    font-size: 1.1rem !important;
  }

  .cod-phone-prefix {
    width: 82px;
    min-width: 82px;
    flex: 0 0 82px;
    font-size: 1rem;
  }

  .cod-phone-input-wrap {
    padding: 0 14px;
  }

  .cod-phone-input {
    font-size: 1.05rem !important;
  }

  .cod-phone-input::placeholder {
    font-size: 1.05rem;
  }

  .cod-offers-title {
    font-size: 1.55rem;
  }

  .cod-urgency-line {
    font-size: 0.95rem;
    padding: 10px 12px;
  }

  .cod-countdown-wrap {
    font-size: 1.1rem;
  }

  .cod-countdown {
    min-width: 84px;
    padding: 4px 8px;
  }

  .cod-offer {
    padding: 14px 48px 14px 12px;
    border-radius: 22px;
  }

  .cod-offer-row {
    grid-template-columns: 24px 145px 1fr;
    gap: 12px;
    align-items: center;
  }

  .cod-radio {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-width: 2px;
  }

  .cod-img {
    width: 145px !important;
    height: 145px !important;
    min-width: 145px;
    border-radius: 35px !important;
  }

  .cod-mid {
    min-width: 0;
  }

  .cod-pricebox {
    margin-top: 8px;
  }

  .cod-name {
    font-size: 1.05rem;
    line-height: 1.18;
  }

  .cod-sub {
    font-size: 0.82rem;
    line-height: 1.3;
  }

  .cod-price {
    font-size: 20px;
    font-weight: 800;
  }

  .cod-old {
    font-size: 0.9rem;
  }

  .cod-badge {
    font-size: 8px;
    padding: 4px 7px;
    font-weight: 700;
  }

  .cod-featured-ribbon {
    top: -15px;
    right: 22px;
    font-size: 0.66rem;
    padding: 6px 12px;
  }

  .cod-badge-live::before {
    width: 7px;
    height: 7px;
    margin-right: 6px;
  }

  .cod-badge-urgency {
    display: block;
    width: fit-content;
    margin-left: 0;
    margin-top: 6px;
  }

  .cod-offer.active .cod-radio::after {
    width: 8px;
    height: 8px;
  }

  .cod-offer-featured {
    margin-top: 24px;
  }

  .cod-offer-has-ribbon {
    margin-top: 24px;
  }

  .cod-submit,
  .cod-wrap button.cod-submit,
  .cod-wrap button#codSubmitBtn {
    height: auto !important;
    min-height: 68px !important;
    padding: 16px 20px !important;
    font-size: 1.15rem !important;
    line-height: 1.2 !important;
    white-space: normal !important;
    text-align: center !important;
  }

  .cod-trust-list {
    grid-template-columns: 1fr;
  }

  .cod-trust-strip {
    margin: 16px;
    padding: 14px;
    border-radius: 18px;
  }

  .cod-trust-head {
    font-size: 1.05rem;
  }

  .cod-trust-pill {
    padding: 12px;
  }

  .cod-trust-text strong {
    font-size: 0.95rem;
  }

  .cod-trust-text small {
    font-size: 0.82rem;
  }
}

@media (max-width: 390px) {
  .cod-offer {
    position: relative;
    padding: 18px 14px 16px;
  }

  .cod-offer-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .cod-radio {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 18px;
    height: 18px;
    min-width: 18px;
  }

  .cod-img {
    width: 170px !important;
    height: 170px !important;
    min-width: 170px;
  }

  .cod-mid {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .cod-pricebox {
    margin-top: 8px;
    text-align: center;
  }

  .cod-offer.active .cod-radio::after {
    width: 7px;
    height: 7px;
  }

  .cod-name {
    max-width: 240px;
    font-size: 1.15rem;
    line-height: 1.08;
  }

  .cod-sub {
    font-size: 0.92rem;
  }

  .cod-price {
    font-size: 1.7rem;
  }

  .cod-old {
    font-size: 0.95rem;
  }

  .cod-badge {
    margin-left: 8px;
    font-size: 12px;
  }

  .cod-badge-urgency {
    display: block;
    width: fit-content;
    margin: 8px auto 0;
    font-size: 12px;
  }

  .cod-featured-ribbon {
    top: -14px;
    left: 50%;
    right: auto;
    transform: translateX(-50%) !important;
    white-space: nowrap;
  }

  .cod-offer-featured {
    margin-top: 30px;
  }

  .cod-offer-has-ribbon {
    margin-top: 30px;
  }
}
