/* ==================================================================
   Leveraged Creator — VIP Bridge (post-registration upsell)
   Structure ported from the design handoff's vip-bridge.jsx,
   re-skinned to the live LC system (violet -> magenta accent).
   ================================================================== */
:root {
  --bg-0: #050608;
  --fg: #f5f7fa;
  --fg-dim: rgba(245, 247, 250, 0.62);
  --fg-dimmer: rgba(245, 247, 250, 0.38);
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 255, 255, 0.14);
  --accent-grad: linear-gradient(95deg, #a78bfa 0%, #c084fc 50%, #ec4899 100%);
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--bg-0);
  color: var(--fg);
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', 'Helvetica Neue', Helvetica, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

.vip-root {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  background:
    radial-gradient(ellipse 70% 50% at 50% -10%, rgba(167, 139, 250, 0.16), transparent 60%),
    radial-gradient(ellipse 60% 40% at 50% 110%, rgba(236, 72, 153, 0.08), transparent 60%),
    #050608;
}
.vip-aurora { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.vip-blob   { position: absolute; border-radius: 50%; filter: blur(90px); opacity: 0.32; mix-blend-mode: screen; }
.vip-blob-1 { width: 360px; height: 360px; top: -120px; left: 50%; transform: translateX(-50%);
              background: radial-gradient(circle, #a78bfa 0%, rgba(167,139,250,0) 65%); }
.vip-blob-2 { width: 320px; height: 320px; bottom: -120px; right: -60px;
              background: radial-gradient(circle, #b58bf0 0%, rgba(181,139,240,0) 65%); }

.vip-main {
  position: relative; z-index: 1;
  width: 100%; max-width: 560px; margin: 0 auto;
  padding: 40px 18px 24px;
  display: flex; flex-direction: column; align-items: stretch; gap: 22px;
  text-align: center;
}
.vip-brand { display: flex; justify-content: center; margin-bottom: 2px; }
.vip-brand img { width: 40px; height: 40px; object-fit: contain; }

/* --- Confirmation eyebrow ---------------------------------------- */
.vip-confirmed {
  display: inline-flex; align-self: center; align-items: center; gap: 7px;
  padding: 7px 13px;
  background: rgba(52, 211, 153, 0.08);
  border: 1px solid rgba(52, 211, 153, 0.22);
  border-radius: 999px;
  font-size: 11.5px; font-weight: 500; color: rgba(255,255,255,0.78);
  letter-spacing: -0.005em;
}
.vip-confirmed strong { color: #fff; font-weight: 600; }
.vip-confirmed-check {
  display: inline-flex; align-items: center; justify-content: center;
  width: 16px; height: 16px; border-radius: 50%; background: rgba(52, 211, 153, 0.18);
}

/* --- Headline ---------------------------------------------------- */
.vip-headline {
  font-size: clamp(26px, 7vw, 32px); line-height: 1.12; letter-spacing: -0.03em;
  font-weight: 700; margin: 4px 0 0; color: rgba(255,255,255,0.98); text-wrap: balance;
}
.vip-accent {
  background: var(--accent-grad);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.vip-sub { font-size: 14px; line-height: 1.45; color: var(--fg-dim); margin: 0 8px; text-wrap: pretty; }

/* --- VSL ---------------------------------------------------------- */
.vip-vsl { margin-top: 4px; }
.vip-vsl-thumb {
  position: relative; width: 100%; aspect-ratio: 16 / 9; border-radius: 14px;
  background:
    radial-gradient(ellipse 80% 80% at 30% 30%, rgba(167, 139, 250, 0.18), transparent 60%),
    linear-gradient(135deg, #0c0d12 0%, #1a1322 100%);
  border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center; overflow: hidden;
  box-shadow: 0 14px 40px -12px rgba(0,0,0,0.5); cursor: pointer;
}
.vip-vsl-grain {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 25% 25%, rgba(255,255,255,0.04) 1px, transparent 0),
    radial-gradient(circle at 75% 75%, rgba(255,255,255,0.03) 1px, transparent 0);
  background-size: 18px 18px, 22px 22px; opacity: 0.6;
}
.vip-vsl-meta {
  display: inline-flex; align-self: center; align-items: center; gap: 7px; margin-top: 8px;
  font-size: 11px; letter-spacing: 0.06em; color: var(--fg-dimmer);
  font-family: 'SF Mono', ui-monospace, monospace;
}
.vip-vsl-dot { width: 5px; height: 5px; border-radius: 50%; background: #ef4444; box-shadow: 0 0 8px rgba(239, 68, 68, 0.6); }

/* --- Warning ------------------------------------------------------ */
.vip-warning {
  display: inline-flex; align-self: center; align-items: center; gap: 8px;
  padding: 8px 14px; font-size: 12.5px; color: rgba(255, 200, 200, 0.9);
  background: rgba(239, 68, 68, 0.06); border: 1px solid rgba(239, 68, 68, 0.22);
  border-radius: 999px; letter-spacing: -0.005em; margin-top: -4px;
}
.vip-warning svg { flex-shrink: 0; }

/* --- CTA ---------------------------------------------------------- */
.vip-cta {
  position: relative; display: inline-flex; align-items: center; justify-content: center;
  gap: 12px; width: 100%; padding: 16px 24px; text-decoration: none;
  background: var(--accent-grad); background-size: 200% 100%; background-position: 0% 50%;
  color: #1a0a1e; border: 0; border-radius: 16px; cursor: pointer; font-family: inherit;
  letter-spacing: -0.005em;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.1) inset,
    0 24px 50px -16px rgba(167, 139, 250, 0.55),
    0 12px 28px -8px rgba(236, 72, 153, 0.35);
  transition: background-position 0.5s ease, transform 0.2s, box-shadow 0.2s;
}
.vip-cta:hover { background-position: 100% 50%; transform: translateY(-1px); }
.vip-cta:active { transform: translateY(0); }
.vip-cta-inner { display: flex; flex-direction: column; align-items: flex-start; text-align: left; gap: 2px; }
.vip-cta-main { font-size: 16px; font-weight: 700; letter-spacing: -0.01em; }
.vip-cta-sub { font-size: 11px; font-weight: 500; opacity: 0.65; }

.vip-secondary {
  font-size: 13px; color: var(--fg-dim); text-decoration: underline;
  text-decoration-color: rgba(255,255,255,0.18); text-underline-offset: 3px;
  margin-top: -8px; letter-spacing: -0.005em;
}
.vip-secondary:hover { color: #fff; }

/* --- Guarantee paragraph ------------------------------------------ */
.vip-guarantee {
  margin-top: 14px; padding: 18px; background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.07); border-radius: 16px;
  font-size: 13px; line-height: 1.55; color: var(--fg-dim); text-align: center; text-wrap: pretty;
}
.vip-guarantee strong { color: #fff; font-weight: 600; }

/* --- Sections ----------------------------------------------------- */
.vip-section { margin-top: 16px; }
.vip-section-title {
  font-size: 21px; line-height: 1.18; letter-spacing: -0.025em; font-weight: 700;
  margin: 0 0 20px; color: rgba(255,255,255,0.98); text-wrap: balance;
}
.vip-benefits { display: flex; flex-direction: column; gap: 14px; text-align: left; }
.vip-benefit {
  display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: flex-start;
  padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,0.05);
}
.vip-benefit:last-child { border-bottom: none; padding-bottom: 0; }
.vip-benefit-check { padding-top: 1px; }
.vip-benefit-row { display: flex; align-items: baseline; gap: 6px; flex-wrap: wrap; margin-bottom: 3px; }
.vip-benefit-title { font-size: 14.5px; font-weight: 600; color: #fff; letter-spacing: -0.005em; }
.vip-benefit-value { font-size: 11.5px; color: var(--fg-dimmer); font-feature-settings: 'tnum'; }
.vip-benefit-desc { font-size: 13px; line-height: 1.5; color: var(--fg-dim); }

/* --- Value stack -------------------------------------------------- */
.vip-stack {
  margin-top: 8px; padding: 22px 18px; background: rgba(255,255,255,0.025);
  border: 1px solid var(--line); border-radius: 20px; text-align: left;
}
.vip-stack-title {
  font-size: 18px; line-height: 1.25; font-weight: 700; letter-spacing: -0.02em;
  text-align: center; margin-bottom: 18px; color: rgba(255,255,255,0.98); text-wrap: balance;
}
.vip-stack-rows { display: flex; flex-direction: column; gap: 9px; }
.vip-stack-row { display: flex; justify-content: space-between; align-items: baseline; font-size: 13.5px; color: var(--fg-dim); }
.vip-stack-row > span:last-child { font-variant-numeric: tabular-nums; color: rgba(255,255,255,0.78); font-weight: 500; }
.vip-stack-divider { height: 1px; background: var(--line); margin: 14px 0 12px; }
.vip-stack-total { font-size: 14px; font-weight: 600; color: rgba(255,255,255,0.9); }
.vip-stack-total > span:last-child { color: #fff; }
.vip-stack-investment { font-size: 15px; font-weight: 700; margin-top: 4px; color: rgba(255,255,255,0.98); }
.vip-stack-investment > span:last-child { font-size: 17px; font-weight: 700; }

/* --- Testimonials ------------------------------------------------- */
.vip-testimonials { display: flex; flex-direction: column; gap: 12px; text-align: left; }
.vip-testi { padding: 18px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07); border-radius: 16px; }
.vip-testi-stars { color: #fbbf24; font-size: 13px; letter-spacing: 0.06em; margin-bottom: 8px; }
.vip-testi-quote { font-size: 14px; line-height: 1.5; color: rgba(255,255,255,0.92); margin: 0 0 14px; font-weight: 500; letter-spacing: -0.005em; text-wrap: pretty; }
.vip-testi-author { display: flex; align-items: center; gap: 10px; }
.vip-testi-ava { width: 32px; height: 32px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.12); }
.vip-testi-name { font-size: 12.5px; font-weight: 600; color: #fff; letter-spacing: -0.005em; }
.vip-testi-title { font-size: 11px; color: var(--fg-dimmer); margin-top: 1px; }

/* --- Final urgency ------------------------------------------------ */
.vip-final {
  margin-top: 14px; padding: 24px 18px 22px;
  background: radial-gradient(ellipse 80% 80% at 50% 0%, rgba(167, 139, 250, 0.1), transparent 70%), rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.07); border-radius: 20px;
  display: flex; flex-direction: column; align-items: stretch; gap: 14px;
}
.vip-final-title { font-size: 20px; line-height: 1.2; font-weight: 700; letter-spacing: -0.025em; margin: 0; text-align: center; text-wrap: balance; }
.vip-final-sub { font-size: 13px; line-height: 1.45; color: rgba(255, 180, 180, 0.85); text-align: center; margin: -8px 0 4px; }

/* --- Guarantee badge ---------------------------------------------- */
.vip-guarantee-badge { display: flex; justify-content: center; margin-top: 6px; }
.vip-guarantee-seal { display: flex; align-items: center; gap: 12px; padding: 14px 18px; background: rgba(255,255,255,0.025); border: 1px solid var(--line); border-radius: 999px; }
.vip-guarantee-ring {
  display: flex; align-items: center; justify-content: center; width: 44px; height: 44px;
  border-radius: 50%; border: 2px dashed rgba(167, 139, 250, 0.5); color: rgba(192, 132, 252, 0.95);
  font-size: 12px; font-weight: 700; letter-spacing: -0.02em;
}
.vip-guarantee-label { font-size: 11px; line-height: 1.25; font-weight: 600; color: rgba(255,255,255,0.85); letter-spacing: 0.04em; text-align: left; }

/* --- Footer ------------------------------------------------------- */
.vip-foot { margin-top: 18px; padding: 16px 0 18px; display: flex; justify-content: center; align-items: center; font-size: 11px; color: var(--fg-dimmer); }
.vip-foot a { color: var(--fg-dim); text-decoration: none; padding: 0 12px; }
.vip-foot a:hover { color: #fff; }
.vip-foot-sep { width: 1px; height: 10px; background: rgba(255,255,255,0.16); }

@media (prefers-reduced-motion: reduce) {
  .vip-cta { transition: none; }
}

/* --- Member reviews (Trustpilot cards ported from the website) ----- */
.vip-reviews-note { font-size: 11.5px; color: var(--fg-dimmer); margin: -12px 0 18px; text-align: center; }
.vip-reviews-note a { color: var(--fg-dim); text-decoration: underline; text-underline-offset: 2px; }
.vip-reviews { display: flex; flex-direction: column; text-align: left; }
.vip-reviews figure.tp-card { margin: 0; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
.vip-reviews figure.tp-card:last-child { border-bottom: none; }
.tp-head { display: flex; align-items: center; gap: 11px; margin-bottom: 12px; }
.tp-av { width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 13px; color: #fff; }
.tp-id { display: flex; flex-direction: column; min-width: 0; }
.tp-name { font-size: 14px; font-weight: 600; color: var(--fg); line-height: 1.2; }
.tp-meta { font-size: 11.5px; color: var(--fg-dimmer); margin-top: 2px; }
.tp-date { margin-left: auto; font-size: 11.5px; color: var(--fg-dimmer); white-space: nowrap; align-self: flex-start; }
.tp-stars { display: inline-flex; gap: 3px; margin-bottom: 10px; }
.tp-star { width: 16px; height: 16px; border-radius: 3px; background: #00b67a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 2.4l1.42 3.07 3.38.34-2.55 2.27.74 3.32L8 9.78l-3 1.62.74-3.32L3.2 5.81l3.38-.34z' fill='white'/%3E%3C/svg%3E") center/12px no-repeat; }
.tp-title { font-size: 15px; font-weight: 600; color: var(--fg); margin-bottom: 7px; letter-spacing: -0.01em; line-height: 1.3; }
.tp-body { font-size: 13.5px; line-height: 1.62; color: var(--fg-dim); }

/* Earnings disclaimer block (shared look with landers/TY) */
.lc-legal-full { max-width: 760px; margin: 0 auto; text-align: left; }
.lc-legal-full h3 { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--fg-dimmer); font-weight: 600; margin: 0 0 14px; text-align: center; }
.lc-legal-full p { font-size: 11.5px; line-height: 1.6; color: var(--fg-dimmer); margin: 0 0 12px; }
.lc-legal-full strong { color: var(--fg-dim); }
.lc-legal-full a { color: var(--fg-dim); text-decoration: underline; text-underline-offset: 2px; }
.lc-legal-links { text-align: center; margin: 0 0 18px; font-size: 12.5px; letter-spacing: .03em; }

/* vTurb VSL player — round corners to match the design */
.vip-vsl vturb-smartplayer { display: block; border-radius: 14px; overflow: hidden; box-shadow: 0 14px 40px -12px rgba(0,0,0,0.5); }
