/* ============================================================
   BECOME OUR PARTNER — PAGE STYLES
   Dark theme — matches site's highlighted / featured pages
============================================================ */

/* ── Scroll reveal ── */
[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}
[data-reveal-delay="1"] { transition-delay: 0.10s; }
[data-reveal-delay="2"] { transition-delay: 0.20s; }
[data-reveal-delay="3"] { transition-delay: 0.30s; }
[data-reveal-delay="4"] { transition-delay: 0.40s; }
[data-reveal-delay="5"] { transition-delay: 0.50s; }

/* ── keyframes ── */
@keyframes bpFadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes bpOrbFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50%       { transform: translateY(-30px) scale(1.06); }
}
@keyframes bpDotPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(74,222,128,.5); }
  60%       { box-shadow: 0 0 0 7px rgba(74,222,128,0); }
}
@keyframes bpBadgeFloat {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-7px); }
}
@keyframes bpShimmer {
  0%   { left: -75%; }
  100% { left: 130%; }
}
@keyframes bpStepPulse {
  0%   { opacity: 0; transform: scale(0.82); }
  40%  { opacity: 1; }
  100% { opacity: 0; transform: scale(1.5); }
}
@keyframes bpCounterLine {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}

/* ============================================================
   HERO
============================================================ */
.bp-hero {
  position: relative;
  background:
    radial-gradient(ellipse at 70% 0%,   rgba(59,124,255,.14) 0%, transparent 55%),
    radial-gradient(ellipse at 10% 100%, rgba(0,212,255,.10)  0%, transparent 45%),
    linear-gradient(160deg, var(--b900) 0%, var(--b800) 55%, #071a4a 100%);
  padding: 68px 6% 80px;
  overflow: hidden;
}

/* dot-grid texture */
.bp-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

/* animated orbs */
.bp-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(52px);
}
.bp-orb-1 {
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(26,82,204,.22), transparent 70%);
  top: -140px; right: 4%;
  animation: bpOrbFloat 9s ease-in-out infinite;
}
.bp-orb-2 {
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(0,212,255,.12), transparent 70%);
  bottom: -80px; left: 6%;
  animation: bpOrbFloat 12s ease-in-out infinite reverse;
}
.bp-orb-3 {
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(59,124,255,.10), transparent 70%);
  top: 38%; left: 40%;
  animation: bpOrbFloat 16s ease-in-out infinite 3s;
}

/* floating live badge */
.bp-hero-badge {
  position: absolute;
  top: 28px; right: 6%;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 100px;
  padding: 8px 18px 8px 12px;
  backdrop-filter: blur(10px);
  animation: bpFadeUp .6s ease .9s both, bpBadgeFloat 4.5s ease-in-out 1.5s infinite;
  z-index: 2;
}
.bp-hero-badge-dot {
  width: 9px; height: 9px;
  background: #4ade80;
  border-radius: 50%;
  flex-shrink: 0;
  animation: bpDotPulse 1.8s ease-in-out infinite;
}
.bp-hero-badge span:last-child {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255,255,255,.85);
}

.bp-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 56px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* eyebrow pill */
.bp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0,212,255,.08);
  border: 1px solid rgba(0,212,255,.2);
  border-radius: 100px;
  padding: 6px 16px;
  color: var(--cyan);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 20px;
  animation: bpFadeUp .5s ease .05s both;
}
.bp-eyebrow i { font-size: 0.82rem; }

.bp-hero-title {
  font-size: clamp(2rem, 3.5vw, 3.1rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.16;
  margin-bottom: 16px;
  letter-spacing: -.3px;
  animation: bpFadeUp .5s ease .15s both;
}
.bp-hero-title span {
  background: linear-gradient(130deg, var(--cyan), #7dd3fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bp-hero-desc {
  color: rgba(255,255,255,.58);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 30px;
  max-width: 480px;
  animation: bpFadeUp .5s ease .25s both;
}

.bp-perks {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 36px;
  animation: bpFadeUp .5s ease .35s both;
}
.bp-perk {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.75);
  font-size: 0.92rem;
}
.bp-perk-dot {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(0,212,255,.1);
  border: 1px solid rgba(0,212,255,.22);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.bp-perk-dot i { color: var(--cyan); font-size: 0.6rem; }

.bp-hero-stats {
  display: flex;
  gap: 0;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.08);
  animation: bpFadeUp .5s ease .43s both;
}
.bp-stat {
  flex: 1;
  padding: 16px 20px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 14px;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
  transition: background .25s, border-color .25s;
}
.bp-stat:last-child { margin-right: 0; }
.bp-stat::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--b500), var(--cyan));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
}
.bp-stat:hover::before { transform: scaleX(1); }
.bp-stat:hover {
  background: rgba(0,212,255,.05);
  border-color: rgba(0,212,255,.15);
}
.bp-stat strong {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 6px;
  background: linear-gradient(135deg, #fff 40%, var(--cyan));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bp-stat span {
  font-size: 0.74rem;
  color: rgba(255,255,255,.42);
  text-transform: uppercase;
  letter-spacing: .6px;
  font-weight: 600;
}

/* ── FORM CARD ── */
.bp-form-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  padding: 34px 30px;
  box-shadow: 0 24px 64px rgba(4,15,45,.4);
  animation: bpFadeUp .55s ease .2s both;
}
.bp-form-head { margin-bottom: 22px; }
.bp-form-head h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0d1547;
  margin-bottom: 5px;
}
.bp-form-head p { font-size: 0.85rem; color: #64748b; }

/* progress bar */
.bp-progress { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; }
.bp-progress-track {
  flex: 1; height: 4px;
  background: #e2e8f0;
  border-radius: 100px; overflow: hidden;
}
.bp-progress-fill {
  height: 100%; width: 0%;
  background: linear-gradient(90deg, var(--b500), var(--cyan));
  border-radius: 100px;
  transition: width .35s ease;
}
.bp-progress-label { font-size: .74rem; color: #94a3b8; white-space: nowrap; }

/* fields */
.bp-field { margin-bottom: 14px; }
.bp-field label {
  display: block;
  font-size: .79rem; font-weight: 600;
  color: #334155;
  margin-bottom: 6px;
}
.bp-input-wrap { position: relative; }
.bp-input-wrap input {
  width: 100%;
  background: #f8fafc;
  border: 1.5px solid #1a2470;
  border-radius: 10px;
  padding: 10px 38px 10px 13px;
  color: #0d1547;
  font-size: .9rem; font-family: 'Open Sans', sans-serif;
  outline: none;
  transition: border-color .22s, background .22s, box-shadow .22s;
}
.bp-input-wrap input::placeholder { color: #94a3b8; }
.bp-input-wrap input:focus {
  border-color: #1a52cc;
  background: #f0f6ff;
  box-shadow: 0 0 0 3px rgba(26,82,204,.1);
}
.bp-input-wrap i {
  position: absolute; right: 12px; top: 50%;
  transform: translateY(-50%);
  color: #94a3b8; font-size: .82rem;
  pointer-events: none; transition: color .22s;
}
.bp-input-wrap input:focus + i { color: #1a52cc; }
.bp-field.has-error .bp-input-wrap input { border-color: #f87171; }
.bp-error { display: block; font-size: .74rem; color: #ef4444; margin-top: 4px; min-height: 15px; }

.bp-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

/* DSA type */
.bp-type-group { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.bp-type-btn {
  padding: 11px 12px;
  border: 1.5px solid #cbd5e1;
  border-radius: 10px;
  background: #f8fafc;
  cursor: pointer; text-align: left;
  transition: all .2s ease;
}
.bp-type-btn strong {
  display: block; font-size: .83rem;
  color: #0d1547; font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}
.bp-type-btn span {
  font-size: .72rem; color: #64748b;
  font-family: 'Open Sans', sans-serif;
}
.bp-type-btn.active { border-color: #1a52cc; background: #eff6ff; }
.bp-type-btn.active strong { color: #1a52cc; }

/* submit button */
.bp-submit {
  width: 100%; margin-top: 6px; padding: 12px;
  background: linear-gradient(135deg, var(--b500), var(--b600));
  border: none; border-radius: 10px;
  color: #fff; font-size: .93rem; font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  transition: transform .2s, box-shadow .2s, opacity .2s;
  box-shadow: 0 6px 22px rgba(26,82,204,.4);
  position: relative; overflow: hidden;
}
.bp-submit::after {
  content: '';
  position: absolute; top: 0; bottom: 0; width: 50%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.15), transparent);
  left: -75%;
  animation: bpShimmer 3s ease-in-out infinite 2s;
  pointer-events: none;
}
.bp-submit:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(26,82,204,.5); }
.bp-submit:active { transform: translateY(0); }
.bp-submit.loading { opacity: .7; pointer-events: none; }

.bp-privacy {
  text-align: center; font-size: .74rem; color: #94a3b8;
  margin-top: 10px;
  display: flex; align-items: center; justify-content: center; gap: 5px;
}

/* success */
.bp-success { display: none; text-align: center; padding: 28px 0; }
.bp-success-icon {
  width: 56px; height: 56px; border-radius: 50%;
  background: rgba(74,222,128,.1); border: 1px solid rgba(74,222,128,.28);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px; font-size: 1.3rem; color: #4ade80;
}
.bp-success h3 { color: #fff; font-size: 1.15rem; margin-bottom: 7px; }
.bp-success p { color: rgba(255,255,255,.45); font-size: .87rem; }

/* ── WAVE DIVIDER ── */
.bp-wave { display: block; width: 100%; overflow: hidden; line-height: 0; margin-bottom: -2px; }
.bp-wave svg { display: block; width: 100%; }

/* ============================================================
   SECTION COMMONS
============================================================ */
.bp-section-head {
  text-align: center;
  max-width: 540px;
  margin: 0 auto 48px;
}
.bp-section-label {
  display: inline-block;
  font-size: .7rem; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--cyan); margin-bottom: 12px;
}
.bp-section-head h2 {
  font-size: clamp(1.65rem, 2.8vw, 2.3rem);
  font-weight: 700; color: #fff;
  line-height: 1.2; margin-bottom: 12px;
}
.bp-section-head h2 span {
  background: linear-gradient(135deg, var(--cyan), #7dd3fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bp-section-head p { color: rgba(255,255,255,.45); font-size: .94rem; line-height: 1.75; }

/* ============================================================
   WHO CAN JOIN
============================================================ */
.bp-who { padding: 80px 6%; background: var(--b800); }

.bp-who-grid {
  max-width: 1150px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
.bp-who-card {
  padding: 26px 22px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 16px;
  transition: border-color .25s, box-shadow .25s, transform .25s;
  position: relative; overflow: hidden;
}
/* accent line slide on hover */
.bp-who-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--b500), var(--cyan));
  transform: scaleX(0); transform-origin: left;
  transition: transform .35s ease;
}
.bp-who-card:hover::before { transform: scaleX(1); }
.bp-who-card:hover {
  border-color: rgba(0,212,255,.15);
  box-shadow: 0 12px 36px rgba(4,15,45,.3);
  transform: translateY(-5px);
}
.bp-who-icon {
  width: 44px; height: 44px; border-radius: 11px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.05rem; margin-bottom: 14px; color: var(--cyan);
  transition: background .22s, transform .25s;
}
.bp-who-card:hover .bp-who-icon {
  background: rgba(0,212,255,.12);
  transform: scale(1.1) rotate(-5deg);
}
.bp-who-card h3 { font-size: .97rem; font-weight: 700; color: #fff; margin-bottom: 7px; }
.bp-who-card p { font-size: .85rem; color: rgba(255,255,255,.42); line-height: 1.68; }

/* ============================================================
   HOW IT WORKS
============================================================ */
.bp-steps { padding: 80px 6%; background: var(--b900); }

.bp-steps-grid {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0; position: relative;
}
.bp-steps-grid::before {
  content: '';
  position: absolute;
  top: 29px;
  left: calc(12.5% + 18px);
  right: calc(12.5% + 18px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,212,255,.18), rgba(0,212,255,.18), transparent);
}
.bp-step {
  display: flex; flex-direction: column;
  align-items: center; text-align: center; padding: 0 16px;
}
.bp-step-num {
  width: 58px; height: 58px; border-radius: 50%;
  background: var(--b800);
  border: 1.5px solid rgba(0,212,255,.18);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px; position: relative; z-index: 1;
  transition: background .22s, border-color .22s, box-shadow .22s;
}
/* pulse ring */
.bp-step-num::after {
  content: '';
  position: absolute; inset: -7px; border-radius: 50%;
  border: 1.5px solid rgba(0,212,255,.2);
  animation: bpStepPulse 2.8s ease-in-out infinite;
  opacity: 0;
}
.bp-step:nth-child(1) .bp-step-num::after { animation-delay: 0s; }
.bp-step:nth-child(2) .bp-step-num::after { animation-delay: .7s; }
.bp-step:nth-child(3) .bp-step-num::after { animation-delay: 1.4s; }
.bp-step:nth-child(4) .bp-step-num::after { animation-delay: 2.1s; }
.bp-step:hover .bp-step-num {
  background: rgba(0,212,255,.1);
  border-color: rgba(0,212,255,.4);
  box-shadow: 0 0 0 8px rgba(0,212,255,.05);
}
.bp-step-num i { font-size: 1.1rem; color: var(--cyan); transition: transform .3s; }
.bp-step:hover .bp-step-num i { transform: scale(1.15); }
.bp-step-badge {
  position: absolute; top: -5px; right: -5px;
  width: 19px; height: 19px; border-radius: 50%;
  background: var(--b500); color: #fff;
  font-size: .6rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.bp-step h4 { font-size: .94rem; font-weight: 700; color: #fff; margin-bottom: 7px; }
.bp-step p { font-size: .83rem; color: rgba(255,255,255,.4); line-height: 1.65; }

/* ============================================================
   BENEFITS
============================================================ */
.bp-benefits { padding: 80px 6%; background: var(--b800); }

.bp-benefits-grid {
  max-width: 1150px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.bp-benefit-card {
  padding: 24px 20px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 16px;
  transition: box-shadow .25s, transform .25s, border-color .25s;
  position: relative; overflow: hidden;
}
.bp-benefit-card::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(0,212,255,.05), transparent 65%);
  opacity: 0; transition: opacity .35s; pointer-events: none;
}
.bp-benefit-card:hover::after { opacity: 1; }
.bp-benefit-card:hover {
  border-color: rgba(0,212,255,.15);
  box-shadow: 0 12px 36px rgba(4,15,45,.3);
  transform: translateY(-4px);
}
.bp-benefit-icon {
  font-size: 1.5rem; margin-bottom: 12px;
  display: inline-block; transition: transform .3s ease;
}
.bp-benefit-card:hover .bp-benefit-icon { transform: scale(1.2) rotate(-6deg); }
.bp-benefit-card h4 { font-size: .92rem; font-weight: 700; color: #fff; margin-bottom: 7px; }
.bp-benefit-card p { font-size: .82rem; color: rgba(255,255,255,.4); line-height: 1.65; }

/* ============================================================
   ELIGIBILITY
============================================================ */
.bp-elig { padding: 80px 6%; background: var(--b900); }

.bp-elig-inner {
  max-width: 1080px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
}
.bp-elig-list { display: flex; flex-direction: column; gap: 18px; }
.bp-elig-item { display: flex; gap: 16px; align-items: flex-start; }
.bp-elig-num {
  width: 36px; height: 36px; border-radius: 9px;
  background: rgba(26,82,204,.15); border: 1px solid rgba(26,82,204,.25);
  display: flex; align-items: center; justify-content: center;
  font-size: .76rem; font-weight: 700; color: var(--b300); flex-shrink: 0;
}
.bp-elig-text h4 { font-size: .93rem; font-weight: 700; color: #fff; margin-bottom: 4px; }
.bp-elig-text p { font-size: .84rem; color: rgba(255,255,255,.42); line-height: 1.65; }

.bp-elig-visual {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px; padding: 34px 26px; text-align: center;
}
.bp-elig-visual h3 { font-size: 1.08rem; font-weight: 700; color: #fff; margin-bottom: 6px; }
.bp-elig-visual > p { font-size: .84rem; color: rgba(255,255,255,.38); margin-bottom: 24px; }

.bp-pills { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 24px; }
.bp-pill {
  padding: 14px 10px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  display: flex; flex-direction: column; align-items: center; gap: 7px;
  transition: border-color .2s, background .2s;
}
.bp-pill:hover {
  border-color: rgba(0,212,255,.2);
  background: rgba(0,212,255,.05);
}
.bp-pill i { font-size: 1.05rem; color: var(--cyan); }
.bp-pill span { font-size: .79rem; color: rgba(255,255,255,.65); font-weight: 600; }

.bp-elig-cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, var(--b500), var(--b600));
  color: #fff; font-size: .88rem; font-weight: 700;
  padding: 11px 24px; border-radius: 100px; text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 6px 20px rgba(26,82,204,.35);
}
.bp-elig-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(26,82,204,.48); }

/* ============================================================
   FAQ
============================================================ */
.bp-faq { padding: 80px 6%; background: var(--b800); }

.bp-faq-list {
  max-width: 700px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 10px;
}
.bp-faq-item {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 13px; overflow: hidden;
  transition: border-color .22s, box-shadow .22s;
}
.bp-faq-item.open {
  border-color: rgba(0,212,255,.2);
  box-shadow: 0 4px 18px rgba(4,15,45,.25);
}
.bp-faq-q {
  width: 100%; background: none; border: none;
  padding: 17px 18px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  cursor: pointer; text-align: left; font-family: 'Open Sans', sans-serif;
}
.bp-faq-q span { font-size: .9rem; font-weight: 600; color: rgba(255,255,255,.85); }
.bp-faq-arrow {
  width: 26px; height: 26px; border-radius: 50%;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; transition: background .22s, transform .3s;
}
.bp-faq-arrow i { color: rgba(255,255,255,.5); font-size: .7rem; }
.bp-faq-item.open .bp-faq-arrow {
  background: rgba(0,212,255,.12); border-color: rgba(0,212,255,.28);
  transform: rotate(180deg);
}
.bp-faq-item.open .bp-faq-arrow i { color: var(--cyan); }
.bp-faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height .35s ease, padding .35s ease;
  padding: 0 18px;
}
.bp-faq-item.open .bp-faq-a { max-height: 180px; padding: 0 18px 16px; }
.bp-faq-a p {
  font-size: .86rem; color: rgba(255,255,255,.42); line-height: 1.75;
  border-top: 1px solid rgba(255,255,255,.06); padding-top: 13px;
}

/* ============================================================
   BOTTOM CTA STRIP
============================================================ */
.bp-cta-strip {
  padding: 68px 6%;
  background: linear-gradient(135deg, var(--b700) 0%, var(--b900) 100%);
  text-align: center; position: relative; overflow: hidden;
}
.bp-cta-strip::before {
  content: '';
  position: absolute;
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(0,212,255,.06), transparent 65%);
  top: -250px; right: -80px;
  pointer-events: none;
  animation: bpOrbFloat 11s ease-in-out infinite;
}
.bp-cta-strip::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
.bp-cta-strip h2 {
  font-size: clamp(1.5rem, 2.4vw, 1.95rem);
  font-weight: 700; color: #fff; margin-bottom: 10px; position: relative; z-index: 1;
}
.bp-cta-strip p {
  color: rgba(255,255,255,.52); font-size: .94rem; margin-bottom: 28px;
  position: relative; z-index: 1;
}
.bp-cta-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, var(--b500), var(--b400));
  color: #fff; font-size: .93rem; font-weight: 700;
  padding: 14px 32px; border-radius: 100px; text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 8px 28px rgba(26,82,204,.45);
  position: relative; z-index: 1;
}
.bp-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(26,82,204,.6); }

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 1024px) {
  .bp-hero-inner { grid-template-columns: 1fr; }
  .bp-form-card { max-width: 540px; }
  .bp-who-grid { grid-template-columns: repeat(2, 1fr); }
  .bp-benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .bp-steps-grid { grid-template-columns: repeat(2, 1fr); gap: 36px; }
  .bp-steps-grid::before { display: none; }
  .bp-elig-inner { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 768px) {
  .bp-hero { padding: 48px 5% 56px; }
  .bp-hero-badge { top: auto; bottom: 100%; right: 5%; position: relative; margin-bottom: 16px; }
  .bp-who-grid { grid-template-columns: 1fr; }
  .bp-row { grid-template-columns: 1fr; }
  .bp-form-card { padding: 26px 18px; }
  .bp-steps-grid { grid-template-columns: 1fr 1fr; }
  .bp-hero-stats { gap: 18px; }
}
@media (max-width: 540px) {
  .bp-steps-grid { grid-template-columns: 1fr; }
  .bp-benefits-grid { grid-template-columns: 1fr; }
  .bp-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .bp-stat { margin-right: 0; padding: 12px 8px; }
  .bp-stat strong { font-size: 1.2rem; }
  .bp-stat span { font-size: 0.62rem; letter-spacing: 0.3px; }
}
