@charset "UTF-8";
.box-stepping-item {
  background-color: #C1EE2D;
  padding: 1rem 2rem;
  margin: 1.5rem 0 2rem 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 1rem;
  opacity: 0;
  animation: slideInA 1300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.box-stepping-item h2 {
  font-size: 1.1rem;
  margin-bottom: 0;
}
.box-stepping-item img {
  max-width: 15.625rem;
}
.box-stepping-item svg {
  max-width: 32px;
}
@media (max-width: 768px) {
  .box-stepping-item svg {
    max-width: 3rem;
    min-width: 2rem;
  }
}
.box-stepping-item .is-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@keyframes slideInA {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInFromTop {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.card {
  margin: 1.5rem 0;
  line-height: 1.8;
  font-size: 1.2rem;
}
.card li {
  position: relative;
  counter-increment: cwp-counter;
}
.card .card-body ol {
  margin-top: 2rem;
}
.card .card-body ol li::before {
  content: counter(cwp-counter);
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  background-color: #ffd336;
  font-size: 12px;
  font-weight: 900;
  position: absolute;
  top: 4px;
  left: -32px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 0 #000;
}
.card.--style-1 h4 {
  color: #f65000;
}
.card.--style-2 {
  background-color: #fdffe5;
}
.card.--style-2 h4 {
  color: #f65000;
}

.upsell-style-1 {
  background: var(--ua-bg);
  /* Highlight cards */
}
.upsell-style-1 :root {
  --ua-bg: #ffffff;
  --ua-ink: #101114;
  --ua-muted: #5c6470;
  --ua-border: #e8ebef;
  --ua-accent: #6c5ce7;
  --ua-accent-ink: #ffffff;
}
.upsell-style-1 .ua-container {
  width: min(1080px, 92vw);
  margin-inline: auto;
}
.upsell-style-1 .ua-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: clamp(20px, 3vw, 36px);
  background: #fff;
  border: 1px solid var(--ua-border);
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(16, 17, 20, 0.06);
  padding: clamp(20px, 3.5vw, 40px);
  opacity: 0;
  animation: slideInFromTop 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s forwards;
}
.upsell-style-1 .ua-media {
  display: flex;
  align-items: center;
  justify-content: center;
}
.upsell-style-1 .ua-photo-wrap {
  position: relative;
  width: min(360px, 70%);
}
.upsell-style-1 .ua-photo {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 16px 40px rgba(16, 17, 20, 0.12);
  opacity: 0;
  animation: slideInFromTop 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s forwards;
}
.upsell-style-1 .ua-badge {
  position: absolute;
  left: -12px;
  top: -12px;
  padding: 8px 12px;
  background: var(--ua-accent);
  color: var(--ua-accent-ink);
  border-radius: 999px;
  font-size: 12px;
  text-transform: uppercase;
  box-shadow: 0 6px 16px rgba(108, 92, 231, 0.35);
}
.upsell-style-1 .ua-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  opacity: 0;
  animation: slideInFromTop 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.9s forwards;
}
.upsell-style-1 .ua-title {
  font-size: clamp(22px, 3.2vw, 34px);
  line-height: 1.2;
  margin: 0;
  color: var(--ua-ink);
}
.upsell-style-1 .ua-lead {
  font-size: clamp(16px, 1.6vw, 18px);
  color: var(--ua-muted);
  margin: 4px 0 8px;
}
.upsell-style-1 .ua-note {
  position: relative;
  border: 1px dashed var(--ua-border);
  border-radius: 18px;
  padding: 18px;
  background: linear-gradient(180deg, #fff, #fafbff);
}
.upsell-style-1 .ua-quote-mark {
  position: absolute;
  font-size: 44px;
  color: var(--ua-accent);
  top: -10px;
  left: 14px;
}
.upsell-style-1 .ua-sign {
  margin: 8px 0 0;
  font-style: italic;
  color: var(--ua-muted);
}
.upsell-style-1 .ua-offer-headline {
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: 700;
  color: var(--ua-ink);
  margin: 12px 0 4px;
}
.upsell-style-1 .ua-offer-headline span {
  background-color: #ffe352;
}
.upsell-style-1 .ua-offer {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr;
  gap: 14px;
  align-items: start;
  border: 1px solid var(--ua-border);
  border-radius: 16px;
  padding: 14px;
  background: #fff;
  opacity: 0;
  animation: slideInFromTop 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.8s forwards;
}
.upsell-style-1 .ua-offer-title {
  font-weight: 700;
  margin: 2px 0 8px;
}
.upsell-style-1 .ua-list {
  margin: 0;
  padding-left: 18px;
  color: var(--ua-ink);
}
.upsell-style-1 .ua-list li {
  margin: 4px 0;
}
.upsell-style-1 .ua-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 8px;
}
.upsell-style-1 .ua-price-old {
  text-decoration: line-through;
  color: var(--ua-muted);
}
.upsell-style-1 .ua-price-new {
  font-size: clamp(20px, 2.6vw, 28px);
  font-weight: 800;
  color: var(--ua-ink);
}
.upsell-style-1 .ua-cta {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 12px;
  background: var(--ua-accent);
  color: var(--ua-accent-ink);
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.08s ease, box-shadow 0.2s ease;
  box-shadow: 0 8px 18px rgba(108, 92, 231, 0.28);
}
.upsell-style-1 .ua-cta:hover {
  transform: translateY(-1px);
}
.upsell-style-1 .ua-decline {
  display: block;
  text-align: center;
  margin-top: 8px;
  color: var(--ua-muted);
  text-decoration: underline;
}
.upsell-style-1 .ua-disclaimer {
  font-size: 14px;
  color: var(--ua-muted);
  margin: 4px 0 0;
}
.upsell-style-1 .ua-highlight-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin: 8px 0 16px;
}
.upsell-style-1 .ua-highlight {
  padding: 16px;
  border-radius: 16px;
  color: #fff;
  font-weight: 600;
  opacity: 0;
  animation: slideInFromTop 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.upsell-style-1 .ua-highlight h3 {
  font-size: clamp(15px, 1.6vw, 18px);
  margin: 0;
}
.upsell-style-1 .ua-highlight.ua-highlight-1 {
  background: #E3FFEA;
  animation-delay: 1.2s;
}
.upsell-style-1 .ua-highlight.ua-highlight-2 {
  background: #00b894;
  animation-delay: 1.4s;
}
.upsell-style-1 .ua-highlight.ua-highlight-3 {
  background: #fd79a8;
  animation-delay: 1.6s;
}
.upsell-style-1 .ua-guidelines {
  margin-top: 20px;
}
.upsell-style-1 .ua-subtitle {
  font-size: clamp(18px, 2.4vw, 22px);
  margin: 16px 0 8px;
  color: var(--ua-ink);
}
.upsell-style-1 .ua-small {
  font-size: 14px;
  color: var(--ua-muted);
}
.upsell-style-1 .ua-checklist {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 12px;
}
.upsell-style-1 .ua-checklist li {
  padding-left: 22px;
  position: relative;
}
.upsell-style-1 .ua-checklist li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: var(--ua-accent);
}
.upsell-style-1 .ua-steps {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 8px;
}
.upsell-style-1 .ua-step-emoji {
  width: 22px;
  display: inline-block;
}
@media (max-width: 920px) {
  .upsell-style-1 .ua-card {
    grid-template-columns: 1fr;
  }
  .upsell-style-1 .ua-photo-wrap {
    width: min(320px, 60%);
  }
  .upsell-style-1 .ua-offer {
    grid-template-columns: 1fr;
  }
}

.vimeo-video-container {
  margin-bottom: 1rem;
}
.vimeo-video-container .ratio iframe {
  border: none;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .vimeo-video-container {
    margin-bottom: 0.75rem;
  }
}

.wc-funnel-button__link {
  background: #FFE352 !important;
  color: #212529 !important;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  transition: all 0.3s ease;
}
.wc-funnel-button__link:hover {
  background: #FFD700 !important;
  color: #212529 !important;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 227, 82, 0.3);
}
.wc-funnel-button__link:focus {
  background: #FFE352 !important;
  color: #212529 !important;
  outline: 2px solid #FFD700;
  outline-offset: 2px;
}

.wc-funnel-button--success a,
.wc-funnel-button--secondary a {
  display: block;
  max-width: 400px;
  margin: 0 auto;
}

.wc-funnel-button--secondary .wc-funnel-button__link {
  background: #afbbc6 !important;
  color: #323232 !important;
}
.wc-funnel-button--secondary .wc-funnel-button__link:hover {
  background: #545b62 !important;
  color: #ffffff !important;
}
.wc-funnel-button--secondary .wc-funnel-button__link:focus {
  background: #6c757d !important;
  color: #c7d6e5 !important;
  outline: 2px solid #545b62;
  outline-offset: 2px;
}

.boxprice .text-lg {
  font-size: 20px;
  text-align: center;
}/*# sourceMappingURL=style.css.map */