/* Afripay Easy Funnel — WarriorPlus OTO #5 (White Label License) */
.wp-oto5 {
  background: #07011b;
  color: #e2e8f0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.wp-oto5__page {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wp-oto5__column {
  width: 100%;
  max-width: 40rem;
  margin: 0 auto;
  padding: 1.5rem 1.25rem 0;
  text-align: center;
}

.wp-oto5__column--wide { max-width: 56rem; }

.wp-oto5__column--footer {
  max-width: 40rem;
  padding-bottom: 5rem;
}

.wp-oto5__brand { margin-bottom: 1.5rem; }

.wp-oto5__brand-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.wp-oto5__brand-title span { color: #c4b5fd; }

.wp-oto5__brand-sub {
  margin: 0.25rem 0 0;
  font-size: 0.72rem;
  color: #94a3b8;
}

.wp-oto5__badge {
  display: inline-block;
  margin: 0 0 0.75rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(168, 85, 247, 0.15);
  border: 1px solid rgba(196, 181, 253, 0.45);
  color: #e9d5ff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.wp-oto5__kicker {
  margin: 0 0 0.25rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffc107;
}

.wp-oto5__kicker-sub {
  margin: 0 auto 1rem;
  max-width: 32rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #cbd5e1;
}

.wp-oto5__hero h1 {
  margin: 0 auto 0.85rem;
  max-width: 34rem;
  font-size: clamp(1.35rem, 3.8vw, 1.95rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.25;
}

.wp-oto5__hero h1 em {
  font-style: normal;
  color: #c4b5fd;
}

.wp-oto5__hero-lead,
.wp-oto5__hero-sub {
  margin: 0 auto 0.75rem;
  max-width: 34rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #cbd5e1;
}

.wp-oto5__hero-list {
  margin: 0 auto 1rem;
  padding: 0;
  list-style: none;
  max-width: 20rem;
  text-align: left;
}

.wp-oto5__hero-list li {
  padding: 0.25rem 0;
  font-size: 0.9rem;
  color: #e2e8f0;
}

.wp-oto5__hero-list li::before {
  content: "✓ ";
  color: #a78bfa;
  font-weight: 800;
}

.wp-oto5__h2 {
  margin: 0 auto 0.75rem;
  max-width: 34rem;
  font-size: clamp(1.2rem, 3vw, 1.6rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.25;
}

.wp-oto5__h2--hero { margin-top: 1.5rem; }

.wp-oto5__hero-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 1rem;
}

.wp-oto5__hero-pills span {
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #ddd6fe;
  background: rgba(147, 51, 234, 0.12);
  border: 1px solid rgba(168, 85, 247, 0.28);
}

.wp-oto5__divider {
  border: none;
  height: 1px;
  margin: 2rem auto;
  max-width: 12rem;
  background: linear-gradient(90deg, transparent, rgba(168, 85, 247, 0.55) 20%, rgba(250, 204, 21, 0.45) 50%, rgba(168, 85, 247, 0.55) 80%, transparent);
}

.wp-oto5__sub {
  margin: 0 auto 1rem;
  max-width: 32rem;
  color: #94a3b8;
  font-size: 0.92rem;
  line-height: 1.5;
}

.wp-oto5__block p {
  margin: 0 auto 0.75rem;
  max-width: 34rem;
  line-height: 1.65;
  color: #cbd5e1;
  font-size: 0.95rem;
}

/* Dashboard section */
.wp-oto5__dashboard {
  width: 100%;
  padding: 0.5rem 1rem 2.5rem;
  background:
    radial-gradient(ellipse 80% 55% at 50% 0%, rgba(147, 51, 234, 0.22), transparent 62%),
    linear-gradient(180deg, #07011b 0%, #0c0624 50%, #07011b 100%);
  border-top: 1px solid rgba(168, 85, 247, 0.15);
  border-bottom: 1px solid rgba(168, 85, 247, 0.15);
}

.wp-oto5__dashboard-inner {
  max-width: 56rem;
  margin: 0 auto;
  text-align: center;
}

.wp-oto5__brand-compare {
  display: grid;
  gap: 0.75rem;
  max-width: 32rem;
  margin: 0 auto 1.25rem;
}

.wp-oto5__brand-win,
.wp-oto5__brand-lose {
  padding: 1rem;
  border-radius: 0.85rem;
  text-align: center;
}

.wp-oto5__brand-win {
  background: rgba(147, 51, 234, 0.15);
  border: 1px solid rgba(196, 181, 253, 0.35);
}

.wp-oto5__brand-lose {
  background: rgba(15, 8, 41, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.wp-oto5__brand-label {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #94a3b8;
}

.wp-oto5__brand-name {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 900;
  color: #fff;
}

.wp-oto5__brand-name--muted {
  color: #64748b;
  text-decoration: line-through;
}

.wp-oto5__brand-powered {
  margin: 0.35rem 0 0;
  font-size: 0.82rem;
  color: #94a3b8;
}

.wp-oto5__dashboard-figure {
  margin: 0 auto;
  max-width: 48rem;
}

.wp-oto5__dashboard-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  border: 1px solid rgba(168, 85, 247, 0.3);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

/* HTML mock */
.wp-oto5-mock {
  display: grid;
  grid-template-columns: 140px 1fr;
  max-width: 36rem;
  margin: 0 auto;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(168, 85, 247, 0.3);
  background: #0f172a;
  text-align: left;
}

.wp-oto5-mock__sidebar {
  padding: 0.75rem;
  background: rgba(88, 28, 135, 0.25);
  border-right: 1px solid rgba(168, 85, 247, 0.2);
}

.wp-oto5-mock__brand {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 0.85rem;
}

.wp-oto5-mock__logo {
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(135deg, #9333ea, #6366f1);
}

.wp-oto5-mock__brand strong {
  display: block;
  font-size: 0.72rem;
  color: #fff;
}

.wp-oto5-mock__brand small {
  font-size: 0.58rem;
  color: #94a3b8;
}

.wp-oto5-mock__nav {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.wp-oto5-mock__nav span {
  padding: 0.35rem 0.5rem;
  border-radius: 0.4rem;
  font-size: 0.62rem;
  color: #94a3b8;
}

.wp-oto5-mock__nav .is-active {
  color: #fff;
  background: rgba(147, 51, 234, 0.35);
}

.wp-oto5-mock__main { padding: 0.85rem; }

.wp-oto5-mock__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.75rem;
}

.wp-oto5-mock__header strong {
  display: block;
  font-size: 0.85rem;
  color: #fff;
}

.wp-oto5-mock__header small {
  font-size: 0.62rem;
  color: #94a3b8;
}

.wp-oto5-mock__tag {
  font-size: 0.58rem;
  font-weight: 800;
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  color: #052e16;
  background: #4ade80;
}

.wp-oto5-mock__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
  margin-bottom: 0.75rem;
}

.wp-oto5-mock__metrics div {
  padding: 0.45rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.wp-oto5-mock__metrics span {
  display: block;
  font-size: 0.58rem;
  color: #94a3b8;
}

.wp-oto5-mock__metrics strong {
  font-size: 0.82rem;
  color: #ffc107;
}

.wp-oto5-mock__modules {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.wp-oto5-mock__modules span {
  font-size: 0.58rem;
  padding: 0.25rem 0.45rem;
  border-radius: 999px;
  color: #c4b5fd;
  background: rgba(147, 51, 234, 0.15);
  border: 1px solid rgba(168, 85, 247, 0.22);
}

/* What you get */
.wp-oto5__get-grid {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
  text-align: left;
}

.wp-oto5__get-card {
  padding: 1rem 1.05rem;
  border-radius: 0.85rem;
  background: rgba(15, 8, 41, 0.65);
  border: 1px solid rgba(168, 85, 247, 0.22);
}

.wp-oto5__get-card h3 {
  margin: 0 0 0.55rem;
  font-size: 0.92rem;
  font-weight: 800;
  color: #fde68a;
}

.wp-oto5__get-card p {
  margin: 0;
  max-width: none;
  font-size: 0.86rem;
}

.wp-oto5__swap {
  display: grid;
  gap: 0.75rem;
}

.wp-oto5__swap-label {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #94a3b8;
}

.wp-oto5__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wp-oto5__list li {
  padding: 0.2rem 0;
  font-size: 0.82rem;
  color: #94a3b8;
}

.wp-oto5__list li::before { content: "✓ "; color: #a78bfa; }

.wp-oto5__list--fail li::before { content: "❌ "; color: #f87171; }

.wp-oto5__list--win li::before { content: "✓ "; color: #4ade80; }

/* Audience & revenue */
.wp-oto5__audience {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 1rem;
}

.wp-oto5__audience-card {
  padding: 0.9rem;
  border-radius: 0.75rem;
  background: rgba(147, 51, 234, 0.1);
  border: 1px solid rgba(168, 85, 247, 0.22);
}

.wp-oto5__audience-card h3 {
  margin: 0 0 0.25rem;
  font-size: 0.88rem;
  font-weight: 800;
  color: #fff;
}

.wp-oto5__audience-card p {
  margin: 0;
  max-width: none;
  font-size: 0.78rem;
}

.wp-oto5__revenue {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.wp-oto5__revenue-card {
  padding: 1rem;
  border-radius: 0.85rem;
  background: linear-gradient(165deg, rgba(250, 204, 21, 0.08), rgba(15, 8, 41, 0.55));
  border: 1px solid rgba(250, 204, 21, 0.25);
  text-align: center;
}

.wp-oto5__revenue-card h3 {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  font-weight: 800;
  color: #fff;
}

.wp-oto5__revenue-ex {
  margin: 0;
  font-size: 0.86rem;
  color: #94a3b8;
}

.wp-oto5__revenue-total {
  margin: 0.35rem 0 0;
  font-size: 1.1rem;
  font-weight: 900;
  color: #ffc107;
}

.wp-oto5__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 1rem;
}

.wp-oto5__feat {
  padding: 0.65rem 0.75rem;
  border-radius: 0.65rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #c4b5fd;
  background: rgba(147, 51, 234, 0.12);
  border: 1px solid rgba(168, 85, 247, 0.22);
}

.wp-oto5__feat::before {
  content: "✓ ";
  color: #4ade80;
}

/* Bonuses & stack */
.wp-oto5__bonuses {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-top: 1rem;
  text-align: left;
}

.wp-oto5__bonus {
  padding: 0.9rem 1rem;
  border-radius: 0.85rem;
  background: rgba(15, 8, 41, 0.65);
  border: 1px solid rgba(168, 85, 247, 0.2);
}

.wp-oto5__bonus-title {
  margin: 0 0 0.25rem;
  font-weight: 800;
  color: #f8fafc;
  font-size: 0.9rem;
}

.wp-oto5__bonus-val {
  margin: 0 0 0.35rem;
  color: #a78bfa;
  font-size: 0.85rem;
  font-weight: 700;
}

.wp-oto5__bonus-text {
  margin: 0;
  font-size: 0.84rem;
  color: #94a3b8;
}

.wp-oto5__stack {
  margin: 1rem auto 0;
  max-width: 26rem;
  border: 1px solid rgba(168, 85, 247, 0.25);
  border-radius: 0.85rem;
  overflow: hidden;
  background: rgba(15, 8, 41, 0.6);
  text-align: left;
}

.wp-oto5__stack-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.6rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.85rem;
  color: #cbd5e1;
}

.wp-oto5__stack-row span:last-child {
  color: #94a3b8;
  font-weight: 700;
  white-space: nowrap;
}

.wp-oto5__stack-total {
  display: flex;
  justify-content: space-between;
  padding: 0.85rem 1rem;
  background: rgba(147, 51, 234, 0.18);
  font-weight: 900;
  color: #fff;
}

.wp-oto5__stack-total span:last-child { color: #ffc107; }

.wp-oto5__offer {
  margin: 1.5rem auto;
  padding: 1.75rem 1.35rem;
  max-width: 26rem;
  border-radius: 1.15rem;
  background: linear-gradient(165deg, rgba(147, 51, 234, 0.2), rgba(88, 28, 135, 0.35));
  border: 2px solid rgba(250, 204, 21, 0.45);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.wp-oto5__offer-label {
  margin: 0 0 0.35rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fde68a;
}

.wp-oto5__offer-price {
  margin: 0.35rem 0;
  font-size: clamp(2.5rem, 8vw, 3.25rem);
  font-weight: 900;
  color: #ffc107;
  line-height: 1;
}

.wp-oto5__offer-term {
  margin: 0.5rem 0 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #e2e8f0;
}

/* Comparison table */
.wp-oto5__table-wrap {
  overflow-x: auto;
  margin-top: 1rem;
}

.wp-oto5__table {
  width: 100%;
  min-width: 18rem;
  border-collapse: collapse;
  font-size: 0.84rem;
}

.wp-oto5__table th,
.wp-oto5__table td {
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(168, 85, 247, 0.2);
  text-align: center;
}

.wp-oto5__table thead th {
  background: rgba(147, 51, 234, 0.15);
  color: #e9d5ff;
  font-weight: 800;
}

.wp-oto5__table tbody th {
  text-align: left;
  color: #cbd5e1;
  font-weight: 600;
  background: rgba(15, 8, 41, 0.45);
}

.wp-oto5__table td { color: #e2e8f0; }

/* Testimonials */
.wp-oto5__testimonials {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-top: 1rem;
}

.wp-oto5__testimonial {
  padding: 1.15rem;
  border-radius: 0.85rem;
  background: rgba(15, 8, 41, 0.65);
  border: 1px solid rgba(168, 85, 247, 0.2);
}

.wp-oto5__stars {
  margin-bottom: 0.55rem;
  color: #ffc107;
  letter-spacing: 0.12em;
  font-size: 0.85rem;
}

.wp-oto5__testimonial blockquote {
  margin: 0 0 0.65rem;
  font-size: 0.9rem;
  font-style: italic;
  color: #cbd5e1;
  line-height: 1.55;
}

.wp-oto5__testimonial cite {
  font-style: normal;
  font-weight: 800;
  color: #fff;
  font-size: 0.88rem;
}

.wp-oto5__guarantee {
  margin: 1.5rem auto;
  padding: 1.25rem;
  max-width: 26rem;
  border-radius: 0.85rem;
  background: rgba(15, 8, 41, 0.55);
  border: 1px dashed rgba(250, 204, 21, 0.35);
}

.wp-oto5__guarantee h3 {
  margin: 0 0 0.45rem;
  font-size: 0.95rem;
  font-weight: 900;
  color: #fde68a;
}

.wp-oto5__guarantee p {
  margin: 0;
  max-width: none;
  font-size: 0.88rem;
}

.wp-oto5__final-points {
  margin: 0 auto 0.5rem;
  font-size: 0.95rem;
  font-weight: 800;
  color: #c4b5fd;
}

.wp-oto5__cta {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-top: 1.25rem;
}

.wp-oto5__cta-primary {
  display: block;
  padding: 1rem 1.25rem;
  border-radius: 0.75rem;
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-align: center;
  color: #111;
  background: linear-gradient(180deg, #ffd54f, #ffc107);
  box-shadow: 0 12px 32px rgba(250, 204, 21, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.wp-oto5__cta-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 40px rgba(250, 204, 21, 0.45);
}

.wp-oto5__cta-decline {
  font-size: 0.82rem;
  color: #64748b;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.wp-oto5__cta-decline:hover { color: #94a3b8; }

.wp-oto5__sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  padding: 0.65rem 1rem calc(0.65rem + env(safe-area-inset-bottom, 0));
  background: rgba(7, 1, 27, 0.92);
  border-top: 1px solid rgba(168, 85, 247, 0.25);
  backdrop-filter: blur(10px);
}

.wp-oto5__sticky a {
  display: block;
  max-width: 28rem;
  margin: 0 auto;
  padding: 0.85rem 1rem;
  border-radius: 0.65rem;
  text-align: center;
  font-size: 0.88rem;
  font-weight: 900;
  text-decoration: none;
  color: #111;
  background: linear-gradient(180deg, #ffd54f, #ffc107);
}

@media (min-width: 640px) {
  .wp-oto5__brand-compare { grid-template-columns: 1fr 1fr; }
  .wp-oto5__swap { grid-template-columns: 1fr 1fr; }
  .wp-oto5__get-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wp-oto5-mock { grid-template-columns: 160px 1fr; }
  .wp-oto5-mock__metrics { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (min-width: 900px) {
  .wp-oto5__audience { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .wp-oto5__revenue { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .wp-oto5__sticky { display: block; }
}

@media (min-width: 768px) {
  .wp-oto5__sticky { display: none; }
}

@media (max-width: 520px) {
  .wp-oto5-mock {
    grid-template-columns: 1fr;
  }

  .wp-oto5-mock__nav {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
