body.okyv5-ready {
  --okyv5-bg: #0a0e0a;
  --okyv5-mint: #00f5a0;
  --okyv5-cyan: #00c9ff;
  --okyv5-warm: #ff7a3d;
  --okyv5-line: rgba(0,245,160,.16);
}

.oky-wow .price del bdi,
.oky-wow .okyv5-price del {
  color: #7a8a7a !important;
  text-decoration: line-through !important;
  opacity: .7 !important;
}

.oky-wow .price ins,
.oky-wow .price ins bdi,
.oky-wow .okyv5-price ins {
  color: var(--okyv5-mint) !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  text-shadow: 0 0 12px rgba(0,245,160,.4);
}

.oky-wow .price ins:before,
.oky-wow .okyv5-price ins:before {
  content: "-";
  color: #ff6b6b;
  font-size: .7em;
  margin-right: 6px;
}

.okyv5-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0;
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 900;
}

.okyv5-price small {
  width: 100%;
  color: #9fb0a6;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.okyv5-mini-grid {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 148px;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 7px;
  z-index: 2;
}

.okyv5-mini-grid span {
  min-height: 38px;
  border: 1px solid rgba(0,245,160,.16);
  border-radius: 12px;
  background: rgba(255,255,255,.045);
  color: #caffdf;
  display: grid;
  place-items: center;
  font: 800 11px/1 Inter, system-ui, sans-serif;
  box-shadow: 0 0 20px rgba(0,245,160,.08);
}

.okyv5-research-section,
.okyv5-testimonials,
.okyv5-process,
.okyv5-faq,
.okyv5-dashboard-panel,
.okyv5-checkout-panel {
  position: relative;
  z-index: 1;
  padding: 76px 0;
  border-top: 1px solid rgba(0,245,160,.14);
}

.okyv5-test-grid,
.okyv5-step-grid,
.okyv5-dashboard-grid,
.okyv5-checkout-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.okyv5-card,
.okyv5-step,
.okyv5-faq details,
.okyv5-dashboard-card,
.okyv5-checkout-card {
  border: 1px solid rgba(0,245,160,.14);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(14,25,18,.94), rgba(5,9,7,.98));
  box-shadow: 0 24px 84px rgba(0,0,0,.24);
  color: #f5fff8;
}

.okyv5-card,
.okyv5-step,
.okyv5-dashboard-card,
.okyv5-checkout-card {
  padding: 22px;
}

.okyv5-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--okyv5-mint), var(--okyv5-cyan));
  color: #031108;
  font-weight: 900;
  box-shadow: 0 0 32px rgba(0,245,160,.26);
}

.okyv5-stars {
  color: var(--okyv5-mint);
  letter-spacing: .08em;
  margin: 12px 0;
  text-shadow: 0 0 14px rgba(0,245,160,.3);
}

.okyv5-card h3,
.okyv5-step h3,
.okyv5-dashboard-card h3,
.okyv5-checkout-card h3 {
  color: #fff !important;
  margin: 12px 0 8px !important;
}

.okyv5-card p,
.okyv5-step p,
.okyv5-dashboard-card p,
.okyv5-checkout-card p {
  color: #b7c9bf !important;
  line-height: 1.6 !important;
}

.okyv5-step b {
  display: block;
  color: var(--okyv5-mint);
  font-size: clamp(42px, 6vw, 74px);
  line-height: .9;
  text-shadow: 0 0 28px rgba(0,245,160,.28);
}

.okyv5-faq-list {
  display: grid;
  gap: 12px;
}

.okyv5-faq details {
  overflow: hidden;
}

.okyv5-faq summary {
  cursor: pointer;
  padding: 18px 20px;
  color: #fff;
  font-weight: 900;
  list-style: none;
}

.okyv5-faq summary::-webkit-details-marker {
  display: none;
}

.okyv5-faq summary:after {
  content: "+";
  float: right;
  color: var(--okyv5-mint);
}

.okyv5-faq details[open] summary:after {
  content: "-";
}

.okyv5-faq details p {
  margin: 0;
  padding: 0 20px 20px;
  color: #b7c9bf;
  line-height: 1.6;
}

.oky-scarcity-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: max-content;
  max-width: 100%;
  margin: 12px 0;
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,122,61,.34);
  background: rgba(255,122,61,.10);
  color: #ffd2bc;
  font-size: 12px;
  font-weight: 900;
}

.oky-pulse-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff6b3d;
  box-shadow: 0 0 18px rgba(255,107,61,.7);
}

.okyv5-active-badge {
  position: sticky;
  top: 104px;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid rgba(0,245,160,.22);
  background: rgba(0,245,160,.08);
  color: #caffdf;
  font-weight: 900;
}

.okyv5-video-placeholder {
  min-height: 170px;
  border-radius: 22px;
  border: 1px solid rgba(0,245,160,.16);
  background: radial-gradient(circle at 20% 10%, rgba(0,245,160,.22), transparent 32%), #07100b;
  display: grid;
  place-items: center;
  color: #eafff2;
  text-align: center;
  font-weight: 900;
}

.okyv5-checkout-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(0,245,160,.18);
  border-radius: 18px;
  background: rgba(0,245,160,.08);
  color: #eafff2;
  font-weight: 900;
}

.okyv5-checkout-grid {
  grid-template-columns: 1.3fr .7fr;
}

.okyv5-sticky-trust {
  position: sticky;
  top: 112px;
}

.okyv5-research-section .oky-research-widget {
  max-width: 980px !important;
  margin: 0 auto !important;
  border-color: rgba(0,245,160,.26) !important;
  box-shadow: 0 0 60px rgba(0,245,160,.12), 0 30px 100px rgba(0,0,0,.28) !important;
}

@media (prefers-reduced-motion: no-preference) {
  .okyv5-mini-grid span {
    animation: okyv5Fan 5.8s ease-in-out infinite;
    animation-delay: calc(var(--i, 0) * -80ms);
    will-change: transform, opacity;
  }

  .oky-pulse-dot {
    animation: okyv5PulseDot 1.4s ease-in-out infinite;
  }

  .okyv5-card,
  .okyv5-step,
  .okyv5-dashboard-card,
  .okyv5-checkout-card {
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
  }

  .okyv5-card:hover,
  .okyv5-step:hover,
  .okyv5-dashboard-card:hover,
  .okyv5-checkout-card:hover {
    transform: translate3d(0, -5px, 0);
    border-color: rgba(0,245,160,.34);
    box-shadow: 0 0 44px rgba(0,245,160,.16), 0 30px 100px rgba(0,0,0,.34);
  }

  @keyframes okyv5Fan {
    0%, 100% { transform: translate3d(0,0,0) rotate(0deg); opacity: .78; }
    50% { transform: translate3d(0,-8px,0) rotate(-1.4deg); opacity: 1; }
  }

  @keyframes okyv5PulseDot {
    0%, 100% { transform: scale(1); box-shadow: 0 0 14px rgba(255,107,61,.6); }
    50% { transform: scale(1.38); box-shadow: 0 0 28px rgba(255,107,61,.9); }
  }
}

@media (max-width: 900px) {
  .okyv5-test-grid,
  .okyv5-step-grid,
  .okyv5-dashboard-grid,
  .okyv5-checkout-grid {
    grid-template-columns: 1fr;
  }

  .okyv5-mini-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    bottom: 116px;
  }
}

@media (max-width: 640px) {
  .okyv5-research-section,
  .okyv5-testimonials,
  .okyv5-process,
  .okyv5-faq,
  .okyv5-dashboard-panel,
  .okyv5-checkout-panel {
    padding: 54px 0;
  }

  .okyv5-mini-grid {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
