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

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

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

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

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

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

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

.wp-oto4__brand-title span { color: #4ade80; }

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

.wp-oto4__badge {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(74, 222, 128, 0.45);
  color: #bbf7d0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

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

.wp-oto4__hero-accent {
  margin: 0 auto 0.85rem;
  max-width: 32rem;
  font-size: clamp(1.5rem, 4.5vw, 2.15rem);
  font-weight: 900;
  color: #4ade80;
  line-height: 1.2;
}

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

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

.wp-oto4__hero-pills span {
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #d1fae5;
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(74, 222, 128, 0.28);
}

.wp-oto4__divider {
  border: none;
  height: 1px;
  margin: 2rem auto;
  max-width: 12rem;
  background: linear-gradient(90deg, transparent, rgba(74, 222, 128, 0.45) 20%, rgba(250, 204, 21, 0.4) 50%, rgba(74, 222, 128, 0.45) 80%, transparent);
}

.wp-oto4__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-oto4__sub {
  margin: 0 auto 1rem;
  max-width: 32rem;
  color: #94a3b8;
  font-size: 0.92rem;
  line-height: 1.5;
}

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

/* Dashboard section */
.wp-oto4__dashboard {
  width: 100%;
  padding: 0.5rem 1rem 2.5rem;
  background:
    radial-gradient(ellipse 80% 55% at 50% 0%, rgba(34, 197, 94, 0.14), transparent 62%),
    linear-gradient(180deg, #07011b 0%, #071510 50%, #07011b 100%);
  border-top: 1px solid rgba(74, 222, 128, 0.15);
  border-bottom: 1px solid rgba(74, 222, 128, 0.15);
}

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

.wp-oto4__dash-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
}

.wp-oto4__dash-features li {
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #bbf7d0;
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(74, 222, 128, 0.25);
}

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

.wp-oto4__dashboard-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  border: 1px solid rgba(74, 222, 128, 0.25);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.wp-oto4__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  max-width: 28rem;
  margin: 0 auto;
}

.wp-oto4__metrics div {
  padding: 0.75rem;
  border-radius: 0.75rem;
  background: rgba(15, 8, 41, 0.65);
  border: 1px solid rgba(74, 222, 128, 0.2);
}

.wp-oto4__metrics span {
  display: block;
  font-size: 0.72rem;
  color: #94a3b8;
  margin-bottom: 0.25rem;
}

.wp-oto4__metrics strong {
  font-size: 1.05rem;
  color: #4ade80;
}

/* HTML dashboard mock */
.wp-oto4-mock {
  max-width: 28rem;
  margin: 0 auto 1.25rem;
  padding: 0.85rem;
  border-radius: 1rem;
  background: linear-gradient(165deg, #0f172a, #071510);
  border: 1px solid rgba(74, 222, 128, 0.25);
  text-align: left;
}

.wp-oto4-mock__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}

.wp-oto4-mock__logo {
  font-size: 0.78rem;
  font-weight: 800;
  color: #fff;
}

.wp-oto4-mock__pill {
  font-size: 0.62rem;
  font-weight: 800;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  color: #052e16;
  background: #4ade80;
}

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

.wp-oto4-mock__stat {
  padding: 0.5rem;
  border-radius: 0.55rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.wp-oto4-mock__stat span {
  display: block;
  font-size: 0.62rem;
  color: #94a3b8;
}

.wp-oto4-mock__stat strong {
  font-size: 0.85rem;
  color: #fff;
}

.wp-oto4-mock__stat--accent {
  background: rgba(34, 197, 94, 0.08);
  border-color: rgba(74, 222, 128, 0.25);
}

.wp-oto4-mock__stat--accent strong { color: #4ade80; }

.wp-oto4-mock__chart {
  display: flex;
  align-items: flex-end;
  gap: 0.35rem;
  height: 4.5rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  border-radius: 0.55rem;
  background: rgba(0, 0, 0, 0.25);
}

.wp-oto4-mock__chart div {
  flex: 1;
  border-radius: 0.25rem 0.25rem 0 0;
  background: linear-gradient(180deg, #4ade80, rgba(34, 197, 94, 0.35));
}

.wp-oto4-mock__footer {
  display: flex;
  justify-content: space-between;
  font-size: 0.72rem;
  color: #94a3b8;
}

.wp-oto4-mock__footer strong { color: #4ade80; }

/* Steps */
.wp-oto4__steps {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
  text-align: left;
}

.wp-oto4__step {
  padding: 1rem 1.05rem;
  border-radius: 0.85rem;
  background: linear-gradient(165deg, rgba(34, 197, 94, 0.08), rgba(15, 8, 41, 0.55));
  border: 1px solid rgba(74, 222, 128, 0.22);
}

.wp-oto4__step-num {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4ade80;
}

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

.wp-oto4__step p {
  margin: 0;
  max-width: none;
  font-size: 0.86rem;
  color: #94a3b8;
}

/* Receive grid */
.wp-oto4__receive-grid {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
  text-align: left;
}

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

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

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

.wp-oto4__list {
  margin: 0.35rem 0 0;
  padding: 0;
  list-style: none;
}

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

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

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

.wp-oto4__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);
  text-align: center;
}

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

.wp-oto4__audience-card p {
  margin: 0;
  max-width: none;
  font-size: 0.78rem;
  color: #94a3b8;
}

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

.wp-oto4__bonus {
  padding: 0.9rem 1rem;
  border-radius: 0.85rem;
  background: rgba(15, 8, 41, 0.65);
  border: 1px solid rgba(74, 222, 128, 0.2);
}

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

.wp-oto4__bonus-val {
  margin: 0;
  color: #4ade80;
  font-size: 0.85rem;
  font-weight: 700;
}

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

.wp-oto4__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-oto4__stack-row span:last-child {
  color: #94a3b8;
  font-weight: 700;
  white-space: nowrap;
}

.wp-oto4__stack-total {
  display: flex;
  justify-content: space-between;
  padding: 0.85rem 1rem;
  background: rgba(34, 197, 94, 0.15);
  font-weight: 900;
  color: #fff;
}

.wp-oto4__stack-total span:last-child { color: #4ade80; }

.wp-oto4__offer {
  margin: 1.5rem auto;
  padding: 1.75rem 1.35rem;
  max-width: 26rem;
  border-radius: 1.15rem;
  background: linear-gradient(165deg, rgba(34, 197, 94, 0.15), rgba(15, 118, 110, 0.25));
  border: 2px solid rgba(74, 222, 128, 0.45);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

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

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

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

.wp-oto4__earnings {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
  max-width: 22rem;
  margin-left: auto;
  margin-right: auto;
}

.wp-oto4__earning {
  display: flex;
  justify-content: space-between;
  padding: 0.65rem 0.9rem;
  border-radius: 0.65rem;
  background: rgba(34, 197, 94, 0.08);
  border: 1px solid rgba(74, 222, 128, 0.2);
  font-size: 0.88rem;
  color: #cbd5e1;
}

.wp-oto4__earning strong {
  color: #4ade80;
  font-weight: 900;
}

.wp-oto4__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-oto4__guarantee h3 {
  margin: 0 0 0.45rem;
  font-size: 0.95rem;
  font-weight: 900;
  color: #fde68a;
}

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

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

.wp-oto4__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: #052e16;
  background: linear-gradient(180deg, #86efac, #22c55e);
  box-shadow: 0 12px 32px rgba(34, 197, 94, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.wp-oto4__cta-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 40px rgba(34, 197, 94, 0.45);
}

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

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

.wp-oto4__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(74, 222, 128, 0.25);
  backdrop-filter: blur(10px);
}

.wp-oto4__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: #052e16;
  background: linear-gradient(180deg, #86efac, #22c55e);
}

@media (min-width: 640px) {
  .wp-oto4__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wp-oto4__receive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wp-oto4__metrics { grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 42rem; }
}

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

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

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