@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,
.cod-trust-strip,
.cod-trust-strip *,
.cod-wrap,
.cod-wrap * {
  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
========================= */
.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;
}

.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;
}

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

.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;
}

/* floating fields */
.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;
}

/* phone */
.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);
}

/* offer heading + urgency */
.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;
}

/* offers */
.cod-offer {
  margin-bottom: 15px;
  padding: 14px;
  border: 2px solid var(--lp-primary);
  border-radius: 24px;
  background: #fff;
  cursor: pointer;
  transition: 0.2s;
}

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

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

.cod-radio {
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 2px solid var(--lp-primary-dark);
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}

.cod-offer.active .cod-radio::after {
  content: "";
  position: absolute;
  inset: 4px;
  background: var(--lp-primary-dark);
  border-radius: 50%;
}

.cod-img {
  display: block;
  width: 35px !important;
  height: 70px !important;
  min-width: 35px;
  object-fit: contain;
  flex-shrink: 0;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

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

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

.cod-sub {
  margin-top: 5px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
  color: #555;
}

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

.cod-pricebox {
  text-align: right;
  flex-shrink: 0;
}

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

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

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

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

/* featured offer */
.cod-offer-featured {
  position: relative;
  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-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: 0;
  right: 20px;
  transform: translateY(-50%);
  background: #111;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 7px 12px;
  border-radius: 999px;
  z-index: 5;
}

.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);
}

@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; }
}

/* =========================
TRUST STRIP
========================= */
.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;
}

/* =========================
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;
  }

  .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: 16px 14px;
    border-radius: 20px;
  }

  .cod-offer-row {
    display: grid;
    grid-template-columns: 18px 52px 1fr;
    grid-template-areas:
      "radio image content"
      ". . price";
    column-gap: 12px;
    row-gap: 10px;
    align-items: start;
  }

  .cod-radio {
    grid-area: radio;
    margin-top: 6px;
  }

  .cod-img {
    grid-area: image;
    width: 40px !important;
    height: 78px !important;
    align-self: start;
  }

  .cod-mid {
    grid-area: content;
    min-width: 0;
  }

  .cod-pricebox {
    grid-area: price;
    text-align: left;
    padding-top: 2px;
  }

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

  .cod-sub {
    margin-top: 6px;
    font-size: 0.98rem;
    line-height: 1.35;
  }

  .cod-price {
    font-size: 1.35rem;
    line-height: 1.1;
  }

  .cod-old {
    margin-top: 3px;
    font-size: 0.95rem;
  }

  .cod-badge {
    display: inline-block;
    margin-left: 6px;
    margin-top: 4px;
    font-size: 0.8rem;
    padding: 4px 8px;
  }

  .cod-featured-ribbon {
    top: 0;
    right: 10px;
    font-size: 0.58rem;
    padding: 5px 9px;
  }

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

  .cod-submit,
  .cod-wrap button.cod-submit,
  .cod-wrap button#codSubmitBtn {
    height: 68px !important;
    min-height: 68px !important;
    font-size: 1.5rem !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;
  }

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

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

@media (max-width: 768px) {
  .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;
  }
}

/* =========================
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;
}

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

.email-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-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%;
}
