/* Afripay Easy Funnel — WarriorPlus homepage (high-fidelity mockup) */
:root {
  --wp-bg: #07011b;
  --wp-bg-soft: #0c0624;
  --wp-sidebar: #0f0829;
  --wp-yellow: #ffc107;
  --wp-yellow-hover: #ffcd39;
  --wp-orange: #f97316;
  --wp-purple: #9333ea;
  --wp-purple-deep: #581c87;
  --wp-purple-border: rgba(168, 85, 247, 0.45);
  --wp-pink: #ec4899;
  --wp-text-muted: #cbd5e1;
  --wp-light: #f8fafc;
  --wp-light-muted: #64748b;
  --wp-max: 76rem;
}

*, .wp-home * { box-sizing: border-box; }

.wp-home {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  background: var(--wp-bg);
  color: #fff;
  overflow-x: clip;
  margin: 0;
  line-height: 1.5;
  width: 100%;
  max-width: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.wp-home a { color: inherit; text-decoration: none; }

/* ── Hero ── */
.wp-hero {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
  background:
    radial-gradient(ellipse 90% 70% at 15% 0%, rgba(124, 58, 237, 0.22), transparent 55%),
    radial-gradient(ellipse 60% 50% at 85% 10%, rgba(236, 72, 153, 0.12), transparent 50%),
    var(--wp-bg);
}

.wp-hero__glow {
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.wp-hero__glow::before,
.wp-hero__glow::after {
  content: "";
  position: absolute;
  width: 28rem;
  height: 28rem;
  border-radius: 999px;
  filter: blur(150px);
}

.wp-hero__glow::before {
  top: 2rem;
  left: -4rem;
  background: rgba(124, 58, 237, 0.35);
}

.wp-hero__glow::after {
  top: 6rem;
  right: -2rem;
  background: rgba(236, 72, 153, 0.28);
}

.wp-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--wp-max);
  margin: 0 auto;
  padding: 1.25rem 1.25rem 0;
  box-sizing: border-box;
}

.wp-wrap--section {
  padding: 4.5rem 1.25rem;
}

/* ── Nav: logo | W+ badge | links + login ── */
.wp-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.wp-nav__left { justify-self: start; }

.wp-nav__center { justify-self: center; }

.wp-nav__right {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.wp-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.wp-brand__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.65rem;
  background: linear-gradient(135deg, #9333ea 0%, #7c3aed 100%);
  box-shadow: 0 8px 20px rgba(124, 58, 237, 0.35);
  flex-shrink: 0;
}

.wp-brand__mark svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: #fff;
}

.wp-brand__title {
  margin: 0;
  font-size: clamp(1.2rem, 2.5vw, 1.65rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.wp-brand__accent { color: var(--wp-yellow); }

.wp-brand__sub {
  margin: 0.1rem 0 0;
  font-size: 0.72rem;
  color: #94a3b8;
}

.wp-badge-wp {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(250, 204, 21, 0.35);
  background: rgba(250, 204, 21, 0.08);
  color: #fde68a;
  font-size: 0.72rem;
  font-weight: 700;
  white-space: nowrap;
}

.wp-badge-wp__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 0.35rem;
  background: #f97316;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 900;
}

.wp-nav__links {
  display: none;
  align-items: center;
  gap: 1.75rem;
}

.wp-nav__links a {
  color: #e2e8f0;
  font-size: 0.92rem;
  font-weight: 500;
  transition: color 0.15s;
}

.wp-nav__links a:hover { color: #fff; }

.wp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: none;
  cursor: pointer;
  font-weight: 700;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s;
  text-align: center;
  font-family: inherit;
}

.wp-btn:hover { transform: translateY(-1px); }

.wp-btn--ghost {
  height: 2.75rem;
  padding: 0 1.25rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
}

.wp-btn--yellow {
  min-height: 3.75rem;
  padding: 0 2rem;
  border-radius: 0.85rem;
  background: linear-gradient(180deg, #ffd54f 0%, var(--wp-yellow) 100%);
  color: #111;
  font-size: 1.05rem;
  box-shadow: 0 8px 24px rgba(255, 193, 7, 0.35);
}

.wp-btn--yellow:hover {
  background: linear-gradient(180deg, #ffe082 0%, var(--wp-yellow-hover) 100%);
}

.wp-btn--outline {
  min-height: 3.75rem;
  padding: 0 1.75rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}

.wp-btn--wide { width: 100%; }

.wp-nav-toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: transparent;
  border: none;
  min-width: 44px;
  min-height: 44px;
  padding: 10px;
  cursor: pointer;
}

.wp-nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}

/* ── Hero grid ── */
.wp-grid-hero {
  display: grid;
  gap: 2.5rem;
  align-items: center;
  padding-bottom: 3rem;
  width: 100%;
  min-width: 0;
}

.wp-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  background: rgba(147, 51, 234, 0.25);
  border: 1px solid rgba(167, 139, 250, 0.35);
  color: #e9d5ff;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.wp-h1 {
  margin: 0;
  font-size: clamp(2rem, 5.5vw, 3.35rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.wp-h1 em {
  font-style: normal;
  color: var(--wp-yellow);
}

.wp-lead {
  margin: 1.25rem 0 0;
  max-width: 34rem;
  font-size: clamp(0.98rem, 1.8vw, 1.12rem);
  line-height: 1.65;
  color: #94a3b8;
}

.wp-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.wp-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1.75rem;
  margin-top: 1.75rem;
  color: #94a3b8;
  font-size: 0.88rem;
}

.wp-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

/* ── Dashboard mockup area (mockup-aligned marketing preview) ── */
.wp-visual {
  position: relative;
  padding: 2.5rem 0 5.5rem;
  min-height: clamp(340px, 42vw, 480px);
}

.wp-visual__glow {
  pointer-events: none;
  position: absolute;
  inset: 8% 0 12%;
  background:
    radial-gradient(ellipse 70% 55% at 55% 45%, rgba(147, 51, 234, 0.28), transparent 68%),
    radial-gradient(ellipse 40% 35% at 80% 20%, rgba(236, 72, 153, 0.18), transparent 70%);
  filter: blur(18px);
  z-index: 0;
}

.wp-frame {
  position: relative;
  z-index: 1;
  border-radius: 1.35rem;
  background: #fff;
  padding: 0.55rem;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 28px 80px rgba(88, 28, 135, 0.42),
    0 12px 32px rgba(0, 0, 0, 0.28);
}

.wp-frame__inner {
  border-radius: 1rem;
  overflow: hidden;
  background: #f1f5f9;
  aspect-ratio: 16 / 10.5;
  min-height: clamp(260px, 36vw, 380px);
}

.wp-frame__iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  pointer-events: none;
  background: #f8fafc;
}

iframe.funnel-lazy-iframe:not([src]) {
  background: linear-gradient(145deg, rgba(15, 8, 41, 0.08) 0%, rgba(147, 51, 234, 0.12) 100%);
}

.wp-float-top {
  position: absolute;
  top: 0.35rem;
  right: 0.35rem;
  z-index: 4;
  background: linear-gradient(135deg, #ec4899, #db2777);
  color: #fff;
  font-weight: 700;
  font-size: 0.82rem;
  padding: 0.7rem 1.05rem;
  border-radius: 0.85rem;
  box-shadow: 0 14px 36px rgba(236, 72, 153, 0.45);
}

.wp-float-top::after {
  content: "";
  position: absolute;
  left: 1.1rem;
  bottom: -0.45rem;
  width: 0.85rem;
  height: 0.85rem;
  background: #db2777;
  transform: rotate(45deg);
  border-radius: 0 0 0.15rem 0;
}

.wp-float-social {
  position: absolute;
  bottom: 0.75rem;
  left: 0;
  z-index: 4;
  background: #fff;
  color: #111;
  border-radius: 1.15rem;
  padding: 0.95rem 1.05rem;
  width: min(16.5rem, calc(100% - 1rem));
  max-width: 100%;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
  box-sizing: border-box;
}

.wp-float-social h4 {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  font-weight: 800;
}

.wp-float-social p {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  color: #64748b;
  line-height: 1.45;
}

.wp-avatars {
  display: flex;
  align-items: center;
  gap: 0;
}

.wp-avatars__photo {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 999px;
  border: 2px solid #fff;
  margin-left: -0.45rem;
  object-fit: cover;
  object-position: center;
  background: #e2e8f0;
  flex-shrink: 0;
}

.wp-avatars__photo:first-child { margin-left: 0; }

.wp-stars {
  margin-left: auto;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  padding-left: 0.35rem;
}

.wp-guarantee {
  position: absolute;
  bottom: 1.25rem;
  right: 0;
  z-index: 4;
}

.wp-guarantee__seal {
  position: relative;
  width: 5.35rem;
  height: 5.35rem;
  flex-shrink: 0;
}

.wp-guarantee__seal-ring {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 28%, #fff7d6 0%, #ffc107 38%, #ff8f00 72%, #e65100 100%);
  border: 3px solid #fff;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.28),
    inset 0 0 0 2px rgba(255, 255, 255, 0.35);
}

.wp-guarantee__seal-inner {
  position: absolute;
  inset: 0.55rem;
  border-radius: 999px;
  border: 2px dashed rgba(146, 64, 14, 0.35);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #111;
  line-height: 1.05;
  padding: 0.2rem;
}

.wp-guarantee__seal-inner strong {
  display: block;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
}

.wp-guarantee__seal-inner span {
  display: block;
  font-size: 0.52rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-top: 0.05rem;
}

.wp-guarantee__seal-inner em {
  display: block;
  font-style: normal;
  font-size: 0.42rem;
  font-weight: 800;
  line-height: 1.15;
  margin-top: 0.15rem;
  max-width: 4.2rem;
}

/* ── Full-width light trust strip ── */
.wp-trust-strip {
  background: #eef2f7;
  color: #0f172a;
  padding: 2.25rem 1.25rem;
}

.wp-trust-strip__inner {
  max-width: var(--wp-max);
  margin: 0 auto;
}

.wp-trust-strip__heading {
  text-align: center;
  margin: 0 0 1.75rem;
  font-size: 1rem;
  font-weight: 700;
  color: #334155;
}

.wp-trust-strip__grid {
  display: grid;
  gap: 1.25rem 1rem;
  grid-template-columns: repeat(2, 1fr);
}

.wp-trust-strip__item {
  text-align: center;
  padding: 0 0.15rem;
}

.wp-trust-strip__icon {
  width: 2.25rem;
  height: 2.25rem;
  margin: 0 auto 0.65rem;
  color: var(--wp-purple);
}

.wp-trust-strip__item h4 {
  margin: 0 0 0.2rem;
  font-size: 0.95rem;
  font-weight: 800;
}

.wp-trust-strip__item p {
  margin: 0;
  font-size: 0.82rem;
  color: var(--wp-light-muted);
}

/* ── Light sections ── */
.wp-band {
  background: #fff;
  color: #0f172a;
}

.wp-band .wp-section__title { color: #0f172a; }

.wp-band .wp-section__title em {
  font-style: normal;
  color: var(--wp-purple);
}

.wp-section__title {
  text-align: center;
  margin: 0 0 2.75rem;
  font-size: clamp(1.65rem, 3.5vw, 2.35rem);
  font-weight: 900;
  letter-spacing: -0.02em;
}

/* How it works — text left, visual right */
.wp-band--steps {
  background: #fff;
}

.wp-section__eyebrow {
  text-align: center;
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--wp-purple);
}

.wp-section__lead {
  text-align: center;
  max-width: 40rem;
  margin: -1.5rem auto 2.75rem;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--wp-light-muted);
}

/* Dashboard feature showcase */
.wp-dashboard-feature {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 55% at 50% 0%, rgba(147, 51, 234, 0.22), transparent 62%),
    linear-gradient(180deg, #07011b 0%, #0c0624 48%, #07011b 100%);
  color: #fff;
  padding: 4rem 0 4.5rem;
}

.wp-dashboard-feature__eyebrow {
  color: #c4b5fd;
}

.wp-dashboard-feature__title {
  color: #fff;
  margin-bottom: 1rem;
}

.wp-dashboard-feature__title em {
  font-style: normal;
  color: var(--wp-yellow);
}

.wp-dashboard-feature__lead {
  color: #94a3b8;
  margin: 0 auto 2.5rem;
  max-width: 36rem;
}

.wp-dashboard-feature__figure {
  margin: 0;
  max-width: 72rem;
  margin-inline: auto;
  border-radius: 1.25rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(168, 85, 247, 0.28);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06),
    0 32px 80px rgba(0, 0, 0, 0.45),
    0 0 60px rgba(147, 51, 234, 0.15);
}

.wp-dashboard-feature__img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.wp-flow {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}

.wp-flow-row {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.wp-flow-copy {
  order: 1;
}

.wp-flow-visual {
  order: 2;
  position: relative;
  padding: 1.5rem;
  border-radius: 1.25rem;
  border: 1px solid #e2e8f0;
  background: linear-gradient(165deg, #faf5ff 0%, #f8fafc 45%, #fff 100%);
  box-shadow: 0 12px 40px rgba(88, 28, 135, 0.08);
}

.wp-flow-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--wp-yellow), #ffcd39);
  color: #111;
  font-size: 1.1rem;
  font-weight: 900;
}

.wp-flow-kicker {
  margin: 0 0 0.5rem;
  color: var(--wp-purple);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wp-flow-copy h3 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 900;
  line-height: 1.15;
  color: #0f172a;
}

.wp-flow-copy h3 em {
  font-style: normal;
  color: var(--wp-purple);
}

.wp-flow-copy > p {
  margin: 0 0 1.25rem;
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--wp-light-muted);
}

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

.wp-flow-list li {
  position: relative;
  padding-left: 1.65rem;
  margin-bottom: 0.65rem;
  font-size: 0.92rem;
  color: #334155;
  line-height: 1.5;
}

.wp-flow-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--wp-purple);
  font-weight: 800;
}

.wp-flow-cta {
  margin-top: 1.5rem;
  min-height: 3rem;
  padding: 0 1.5rem;
  font-size: 0.95rem;
}

.wp-flow-success {
  margin: 1rem 0 0;
  color: #15803d;
  font-weight: 700;
  font-size: 0.85rem;
}

/* Visual mockups */
.wp-flow-mock--account {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}

.wp-flow-mini {
  padding: 1rem;
  border-radius: 0.85rem;
  border: 1px solid #e9d5ff;
  background: #fff;
}

.wp-flow-mini-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  font-size: 0.85rem;
}

.wp-flow-mini-icon {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: #f3e8ff;
}

.wp-flow-mini-title {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 0.85rem;
}

.wp-flow-field {
  height: 2.5rem;
  margin-bottom: 0.5rem;
  padding: 0 0.75rem;
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #64748b;
  font-size: 0.78rem;
}

.wp-flow-mini-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  border-radius: 0.5rem;
  background: var(--wp-yellow);
  color: #111;
  font-weight: 800;
  font-size: 0.78rem;
}

.wp-flow-mini-btn--ghost {
  background: #f1f5f9;
  color: #334155;
}

.wp-flow-mock--builder {
  border-radius: 0.85rem;
  border: 1px solid #e2e8f0;
  background: #fff;
  overflow: hidden;
}

.wp-flow-builder-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #e2e8f0;
  font-size: 0.82rem;
  font-weight: 700;
}

.wp-flow-publish {
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  background: var(--wp-purple);
  color: #fff;
  font-size: 0.65rem;
}

.wp-flow-builder-body {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  min-height: 11rem;
}

.wp-flow-sidebar {
  padding: 0.65rem;
  border-right: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.wp-flow-sidebar span {
  height: 1.85rem;
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  border-radius: 0.4rem;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  font-size: 0.65rem;
  color: #64748b;
}

.wp-flow-canvas {
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.wp-flow-block {
  min-height: 2.5rem;
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid #ddd6fe;
  background: #faf5ff;
  font-size: 0.78rem;
  font-weight: 600;
  color: #4c1d95;
}

.wp-flow-linkbox {
  padding: 1rem;
  border-radius: 0.85rem;
  border: 1px solid #e2e8f0;
  background: #fff;
  margin-bottom: 0.75rem;
}

.wp-flow-linkbox strong {
  display: block;
  margin-bottom: 0.65rem;
  font-size: 0.85rem;
}

.wp-flow-linkrow {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.wp-flow-linkurl {
  flex: 1;
  min-width: 0;
  height: 2.5rem;
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: var(--wp-purple);
  font-size: 0.68rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wp-flow-copybtn {
  height: 2.5rem;
  padding: 0 1rem;
  display: inline-flex;
  align-items: center;
  border-radius: 0.5rem;
  background: var(--wp-yellow);
  color: #111;
  font-weight: 800;
  font-size: 0.75rem;
  flex-shrink: 0;
}

.wp-flow-earnings {
  padding: 1rem;
  border-radius: 0.85rem;
  border: 1px solid #bbf7d0;
  background: #f0fdf4;
}

.wp-flow-earnings-label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.75rem;
  color: #64748b;
}

.wp-flow-earnings-main {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.wp-flow-earnings-main strong {
  font-size: 1.75rem;
  color: #0f172a;
}

.wp-flow-earnings-up {
  color: #15803d;
  font-weight: 800;
  font-size: 0.85rem;
}

.wp-flow-earnings-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.wp-flow-earnings-grid span {
  display: block;
  font-size: 0.68rem;
  color: #64748b;
  margin-bottom: 0.15rem;
}

.wp-flow-earnings-grid strong {
  font-size: 1.1rem;
  color: #0f172a;
}

/* Features */
.wp-features {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, 1fr);
}

.wp-feature {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  padding: 1.35rem 1rem;
  text-align: center;
  transition: box-shadow 0.15s, transform 0.15s;
}

.wp-feature:hover {
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}

.wp-feature__icon {
  width: 2.75rem;
  height: 2.75rem;
  margin: 0 auto 0.75rem;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, #9333ea, #7c3aed);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-feature__icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.wp-feature h4 {
  margin: 0 0 0.35rem;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.3;
}

.wp-feature--payment h4 {
  font-size: 0.82rem;
}

.wp-feature p {
  margin: 0;
  font-size: 0.78rem;
  color: var(--wp-light-muted);
  line-height: 1.45;
}

.wp-feature--new .wp-feature__badge {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.15rem 0.45rem;
  border-radius: 0.35rem;
  background: var(--wp-orange);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.wp-feature--payment .wp-feature__icon {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

/* Pro pricing (OTO-style upgrade card) */
.wp-pro-pricing {
  position: relative;
  padding: 2.75rem 0 3rem;
  background: #07011b;
  overflow: hidden;
}

.wp-pro-pricing__glow {
  pointer-events: none;
  position: absolute;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  filter: blur(100px);
}

.wp-pro-pricing__glow--tl {
  top: -2rem;
  left: -2rem;
  background: rgba(168, 85, 247, 0.08);
}

.wp-pro-pricing__glow--br {
  bottom: -2rem;
  right: -2rem;
  background: rgba(236, 72, 153, 0.08);
}

.wp-pro-pricing__inner {
  position: relative;
  z-index: 1;
  max-width: 52rem;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.wp-pro-pricing__head {
  text-align: center;
  margin-bottom: 1.75rem;
}

.wp-pro-pricing__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0 0 0.75rem;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  background: rgba(234, 179, 8, 0.1);
  border: 1px solid rgba(234, 179, 8, 0.2);
  color: #fde047;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.wp-pro-pricing__title {
  margin: 0;
  font-size: clamp(1.65rem, 3.5vw, 2.15rem);
  font-weight: 900;
  line-height: 1.15;
  color: #fff;
}

.wp-pro-pricing__accent {
  color: #facc15;
}

.wp-pro-pricing__lead {
  margin: 0.65rem auto 0;
  max-width: 30rem;
  font-size: 0.88rem;
  line-height: 1.5;
  color: #9ca3af;
}

.wp-pro-card {
  max-width: 100%;
  margin: 0 auto;
  border-radius: 1.15rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}

.wp-pro-card__grid {
  display: grid;
  gap: 0;
}

.wp-pro-card__left {
  padding: 1.25rem 1.15rem;
}

.wp-pro-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0 0 1rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.18);
  color: #4ade80;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.wp-pro-icon {
  width: 0.85rem;
  height: 0.85rem;
  flex-shrink: 0;
}

.wp-pro-icon--check {
  width: 1rem;
  height: 1rem;
  color: #4ade80;
}

.wp-pro-icon--trust {
  width: 1rem;
  height: 1rem;
  color: #4ade80;
  margin: 0 auto 0.25rem;
  display: block;
}

.wp-pro-features {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.4rem;
}

.wp-pro-features li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: #e5e7eb;
  font-weight: 500;
  line-height: 1.3;
}

.wp-pro-bonuses {
  margin-top: 1rem;
  padding: 0.75rem 0.85rem;
  border-radius: 0.85rem;
  background: rgba(234, 179, 8, 0.08);
  border: 1px solid rgba(234, 179, 8, 0.15);
}

.wp-pro-bonuses__head {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0 0 0.5rem;
  color: #fde047;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.03em;
}

.wp-pro-bonuses__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.3rem;
  color: #d1d5db;
  font-size: 0.78rem;
  line-height: 1.35;
}

.wp-pro-bonuses__val {
  color: #4ade80;
  font-size: 0.72rem;
}

.wp-pro-card__right {
  padding: 1.25rem 1.15rem;
  background: linear-gradient(160deg, #581c87 0%, #0f0829 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.wp-pro-offer {
  text-align: center;
}

.wp-pro-offer__was {
  margin: 0;
  font-size: 0.82rem;
  color: #9ca3af;
  text-decoration: line-through;
}

.wp-pro-offer__today {
  margin: 0.35rem 0 0;
  font-size: 0.82rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.wp-pro-offer__price {
  margin: 0.15rem 0 0;
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 900;
  line-height: 1;
  color: #facc15;
}

.wp-pro-offer__term {
  margin: 0.3rem 0 0;
  font-size: 0.78rem;
  font-weight: 800;
  color: #4ade80;
  letter-spacing: 0.04em;
}

.wp-pro-offer__sub {
  margin: 0.35rem 0 0;
  font-size: 0.78rem;
  color: #9ca3af;
}

.wp-pro-stack {
  margin-top: 0.85rem;
  padding: 0.75rem 0.85rem;
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.wp-pro-stack__row {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.2rem 0;
  color: #cbd5e1;
  font-size: 0.75rem;
}

.wp-pro-stack__total {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 800;
  font-size: 0.88rem;
}

.wp-pro-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0.75rem;
  font-weight: 800;
  text-align: center;
  transition: background 0.15s, transform 0.15s;
  letter-spacing: 0.01em;
}

.wp-pro-cta--primary {
  margin-top: 0.85rem;
  min-height: 2.85rem;
  background: #facc15;
  color: #000;
  font-size: 0.82rem;
  box-shadow: 0 4px 16px rgba(250, 204, 21, 0.2);
}

.wp-pro-cta--primary:hover {
  background: #eab308;
  transform: translateY(-1px);
}

.wp-pro-cta--secondary {
  margin-top: 0.5rem;
  min-height: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: #cbd5e1;
  font-size: 0.75rem;
  font-weight: 600;
}

.wp-pro-cta--secondary:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}

.wp-pro-trust {
  margin-top: 0.85rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
}

.wp-pro-trust--compact .wp-pro-trust__item {
  padding: 0.45rem 0.3rem;
  border-radius: 0.65rem;
}

.wp-pro-trust__item {
  padding: 0.55rem 0.35rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.04);
  text-align: center;
  font-size: 0.62rem;
  color: #9ca3af;
  line-height: 1.25;
}

.wp-pro-guarantee {
  margin-top: 0.65rem;
  padding: 0.65rem 0.75rem;
  border-radius: 0.75rem;
  background: rgba(34, 197, 94, 0.08);
  border: 1px solid rgba(34, 197, 94, 0.15);
}

.wp-pro-guarantee__title {
  margin: 0 0 0.2rem;
  color: #4ade80;
  font-weight: 800;
  font-size: 0.75rem;
}

.wp-pro-guarantee__text {
  margin: 0;
  font-size: 0.68rem;
  line-height: 1.45;
  color: #9ca3af;
}

/* Legacy bonus box (OTO pages) */
.wp-bonus-box {
  background: linear-gradient(145deg, #faf5ff, #fdf4ff);
  border: 2px dashed #c4b5fd;
  border-radius: 1.25rem;
  padding: 1.75rem;
  height: fit-content;
}

.wp-bonus-box__head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.wp-bonus-box__gift {
  font-size: 1.75rem;
}

.wp-bonus-box h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 900;
}

.wp-bonus-box ul {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.wp-bonus-box li {
  padding: 0.35rem 0;
  font-size: 0.88rem;
  color: #475569;
}

.wp-bonus-box li::before {
  content: "🎁 ";
}

.wp-bonus-total {
  margin: 0;
  font-weight: 900;
  color: var(--wp-purple);
  font-size: 1.05rem;
}

/* Testimonials — dual-row marquee */
@keyframes wp-testimonials-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.wp-testimonials-section {
  background: #081120;
  padding: 3rem 0;
  overflow: hidden;
}

.wp-testimonials-section__inner {
  max-width: var(--wp-max);
  margin: 0 auto;
}

.wp-testimonials-section__head {
  text-align: center;
  margin-bottom: 2.25rem;
  padding: 0 1.25rem;
}

.wp-testimonials-section__title {
  margin: 0;
  font-size: clamp(1.65rem, 3.5vw, 2.35rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.15;
}

.wp-testimonials-section__lead {
  margin: 0.65rem 0 0;
  font-size: 0.95rem;
  color: #94a3b8;
}

.wp-testimonials-rows {
  display: grid;
  gap: 1rem;
}

.wp-testimonials-marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent);
}

.wp-testimonials-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  padding: 0.15rem 0;
  animation: wp-testimonials-scroll 38s linear infinite;
}

.wp-testimonials-track--reverse {
  animation-direction: reverse;
}

.wp-testimonials-track:hover {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .wp-testimonials-rows {
    gap: 1.25rem;
    padding: 0 1.25rem;
  }

  .wp-testimonials-marquee {
    -webkit-mask-image: none;
    mask-image: none;
    overflow: visible;
  }

  .wp-testimonials-track {
    animation: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: auto;
    gap: 1rem;
  }

  .wp-testimonials-track .wp-testimonial-card:nth-child(n + 5) {
    display: none;
  }

  .wp-testimonial-card {
    width: auto;
  }
}

.wp-testimonial-card {
  flex: 0 0 auto;
  width: min(300px, 78vw);
  margin: 0;
  padding: 1.25rem 1.15rem;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
}

.wp-testimonial-card__stars {
  display: flex;
  gap: 0.15rem;
  margin-bottom: 0.85rem;
}

.wp-testimonial-card__star {
  width: 1.05rem;
  height: 1.05rem;
  fill: #facc15;
  color: #facc15;
}

.wp-testimonial-card__quote {
  margin: 0 0 1.15rem;
}

.wp-testimonial-card__quote p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: #475569;
}

.wp-testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.wp-testimonial-card__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: var(--avatar-bg, #9333ea);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}

.wp-testimonial-card__photo {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  flex-shrink: 0;
  border: 2px solid rgba(15, 23, 42, 0.06);
  background: #f1f5f9;
}

.wp-testimonial-card__meta {
  min-width: 0;
}

.wp-testimonial-card__name {
  display: block;
  font-style: normal;
  font-weight: 800;
  font-size: 0.88rem;
  color: #0f172a;
  line-height: 1.25;
}

.wp-testimonial-card__role {
  display: block;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  color: #64748b;
  line-height: 1.3;
}

/* Final CTA */
.wp-final-cta {
  background: linear-gradient(135deg, #6b21a8 0%, #581c87 50%, #4c1d95 100%);
  padding: 3.5rem 1.25rem;
  text-align: center;
}

.wp-final-cta__inner {
  max-width: 40rem;
  margin: 0 auto;
}

.wp-final-cta h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 900;
  line-height: 1.25;
}

.wp-final-cta p {
  margin: 0 0 1.75rem;
  color: #ddd6fe;
  font-size: 0.95rem;
  line-height: 1.55;
}

.wp-final-cta .wp-note {
  margin: 1rem 0 0;
  font-size: 0.8rem;
  color: #c4b5fd;
}

.wp-home .funnel-site-footer {
  background: #050110;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* Responsive */
@media (min-width: 640px) {
  .wp-trust-strip__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .wp-features {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 900px) {
  .wp-wrap { padding: 1.5rem 2rem 0; }

  .wp-trust-strip__grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .wp-trust-strip__item h4 {
    font-size: 0.88rem;
  }

  .wp-trust-strip__item p {
    font-size: 0.78rem;
  }

  .wp-grid-hero {
    grid-template-columns: 1fr 1.05fr;
    gap: 2rem;
  }

  .wp-nav__links { display: flex; }

  .wp-nav-toggle { display: none; }

  .wp-flow-row {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }

  .wp-flow-row--reverse .wp-flow-copy {
    order: 2;
  }

  .wp-flow-row--reverse .wp-flow-visual {
    order: 1;
  }

  .wp-flow-mock--account {
    grid-template-columns: 1fr 1fr;
  }

  .wp-features {
    grid-template-columns: repeat(4, 1fr);
  }

  .wp-pro-card__grid {
    grid-template-columns: 1.1fr 0.9fr;
  }

  .wp-pro-card__left,
  .wp-pro-card__right {
    padding: 1.35rem 1.5rem;
  }

  .wp-pro-card__right {
    border-top: none;
    border-left: 1px solid rgba(255, 255, 255, 0.06);
  }

  .wp-pro-features {
    grid-template-columns: 1fr 1fr;
    column-gap: 0.65rem;
  }

  .wp-pro-trust {
    grid-template-columns: repeat(4, 1fr);
  }

  .wp-testimonials-section {
    padding: 3.5rem 0;
  }

  .wp-testimonials-section__head {
    margin-bottom: 2.75rem;
  }

  .wp-testimonials-rows {
    gap: 1.15rem;
  }

  .wp-testimonial-card {
    width: 300px;
    padding: 1.35rem 1.2rem;
  }

  .wp-guarantee {
    right: 0;
    bottom: 1rem;
  }
}

@media (max-width: 899px) {
  .wp-nav {
    grid-template-columns: 1fr auto;
  }

  .wp-nav__center {
    grid-column: 1 / -1;
    justify-self: center;
    order: 3;
    margin-top: 0.5rem;
  }

  .wp-nav__right {
    gap: 0.75rem;
  }

  .wp-nav.wp-nav--open .wp-nav__links {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #0f0829;
    padding: 1rem;
    border-radius: 0.75rem;
    z-index: 20;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
  }

  .wp-nav { position: relative; }

  .wp-flow-row--reverse .wp-flow-copy,
  .wp-flow-row--reverse .wp-flow-visual {
    order: unset;
  }

  .wp-flow-copy { order: 1; }
  .wp-flow-visual { order: 2; }

  .wp-guarantee {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 1rem auto 0;
    width: fit-content;
  }

  .wp-float-top {
    position: relative;
    top: auto;
    right: auto;
    display: inline-flex;
    margin: 0 0 0.85rem auto;
  }

  .wp-float-top::after {
    left: auto;
    right: 1.25rem;
  }

  .wp-float-social {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: 1rem;
  }

  .wp-visual {
    padding: 0 0 1rem;
    min-height: 0;
  }

  .wp-visual__glow {
    display: none;
  }
}

/* Mobile conversion + touch optimization */
.wp-mobile-sticky-cta {
  display: none;
}

@media (max-width: 700px) {
  body.wp-home .wp-main {
    padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  }

  body.wp-home .wp-mobile-sticky-cta {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
    background: linear-gradient(180deg, rgba(7, 1, 27, 0), rgba(7, 1, 27, 0.92) 35%, rgba(7, 1, 27, 0.98));
    border-top: 1px solid rgba(255, 193, 7, 0.22);
  }

  body.wp-home .wp-mobile-sticky-cta__wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255, 193, 7, 0.28);
    background: rgba(15, 8, 41, 0.88);
    backdrop-filter: blur(8px);
    border-radius: 14px;
    padding: 10px;
  }

  body.wp-home .wp-mobile-sticky-cta__copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
  }

  body.wp-home .wp-mobile-sticky-cta__copy strong {
    font-size: 13px;
    line-height: 1.2;
    color: #fff;
  }

  body.wp-home .wp-mobile-sticky-cta__copy span {
    font-size: 11px;
    color: #fde68a;
  }

  body.wp-home .wp-mobile-sticky-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    min-width: 96px;
    padding: 10px 14px;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffd54f 0%, var(--wp-yellow) 100%);
    color: #111;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(255, 193, 7, 0.35);
  }

  body.wp-home .wp-h1 {
    font-size: clamp(1.75rem, 8.5vw, 2.35rem);
    line-height: 1.08;
  }

  body.wp-home .wp-lead {
    font-size: 1rem;
    line-height: 1.62;
  }

  body.wp-home .wp-btn {
    min-height: 48px;
    font-size: 15px;
  }

  body.wp-home .wp-guarantee__seal-inner em {
    font-size: 0.55rem;
  }

  body.wp-home .wp-guarantee__seal-inner span {
    font-size: 0.62rem;
  }
}
