/* ==================================================================
   Leveraged Creator — VIP checkout ($27)
   Built in the LC design system.
   Loads AFTER /w/vip-bridge/styles.css (tokens, vip-root aurora,
   vip-cta, vip-accent).
   ================================================================== */

.co-shell { position: relative; z-index: 1; max-width: 1180px; margin: 0 auto; padding: 22px 18px 48px; }

/* Header */
.co-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 4px 0 18px; }
.co-logo { display: flex; align-items: center; gap: 10px; font-weight: 700; letter-spacing: -0.01em; }
.co-logo img { width: 30px; height: 30px; object-fit: contain; }
.co-tp { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--fg-dim); }
.co-tp-stars { color: #00b67a; letter-spacing: 1px; font-size: 13px; }
.co-tp strong { color: var(--fg); }

/* Trust strip */
.co-trust-strip { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap;
  padding: 13px 16px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,0.025); margin-bottom: 24px; }
.co-trust-item { display: flex; align-items: center; gap: 7px; font-size: 12.5px; color: var(--fg-dim); }
.co-trust-item strong { color: var(--fg); font-weight: 600; }
.co-trust-sep { width: 1px; height: 15px; background: var(--line-strong); }

/* Layout */
.co-wrap { display: grid; grid-template-columns: 1.5fr 1fr; gap: 24px; align-items: start; }
@media (max-width: 920px) { .co-wrap { grid-template-columns: 1fr; } }

/* Checkout / embed card */
.co-form { border: 1px solid var(--line-strong); border-radius: 20px; background: rgba(255,255,255,0.03); overflow: hidden; }
.co-embed-ph { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px;
  min-height: 600px; text-align: center; padding: 40px 28px; }
.co-embed-ph .lock { width: 52px; height: 52px; border-radius: 50%; background: var(--accent-grad); display: flex; align-items: center; justify-content: center; box-shadow: 0 12px 32px -12px rgba(167,139,250,0.6); }
.co-embed-ph h3 { font-size: 18px; font-weight: 700; color: var(--fg); margin: 0; letter-spacing: -0.01em; }
.co-embed-ph p { font-size: 13px; color: var(--fg-dimmer); max-width: 34ch; margin: 0; line-height: 1.5; }
.co-embed-ph .tag { font-family: 'SF Mono', ui-monospace, monospace; font-size: 11px; letter-spacing: 0.06em; color: var(--fg-dimmer); padding: 6px 12px; border: 1px dashed var(--line-strong); border-radius: 8px; }

/* Sidebar cards */
.co-card { border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,0.025); overflow: hidden; margin-bottom: 16px; }
.co-card-label { padding: 11px 18px; font-size: 11.5px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700; color: #1a0a1e; background: var(--accent-grad); }
.co-card-body { padding: 18px; }
.co-list { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.co-list li { display: grid; grid-template-columns: 18px 1fr; gap: 10px; font-size: 13.5px; color: var(--fg-dim); line-height: 1.45; }
.co-list li strong { color: var(--fg); font-weight: 600; }
.co-check { color: #c084fc; font-weight: 700; }
.co-plus { display: flex; align-items: center; gap: 12px; margin: 16px 0; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--fg-dimmer); }
.co-plus::before, .co-plus::after { content: ''; flex: 1; height: 1px; background: var(--line-strong); }

/* Order summary */
.co-sum-row { display: flex; justify-content: space-between; align-items: baseline; font-size: 14px; color: var(--fg-dim); padding: 5px 0; }
.co-sum-row .v { color: rgba(255,255,255,0.82); font-weight: 500; font-variant-numeric: tabular-nums; }
.co-sum-row.strike .v { text-decoration: line-through; color: var(--fg-dimmer); }
.co-sum-total { border-top: 1px solid var(--line-strong); margin-top: 10px; padding-top: 13px; font-size: 16px; font-weight: 700; color: var(--fg); }
.co-sum-total .v { font-size: 18px; background: var(--accent-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.co-after { margin-top: 16px; padding-top: 14px; border-top: 1px dashed var(--line); }
.co-after-label { font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--fg-dimmer); font-weight: 600; margin-bottom: 10px; }

/* Guarantee */
.co-guarantee { text-align: center; padding: 22px 18px; }
.co-guarantee .ico { font-size: 26px; }
.co-guarantee h4 { font-size: 15px; font-weight: 700; color: var(--fg); margin: 8px 0 6px; }
.co-guarantee p { font-size: 12.5px; line-height: 1.55; color: var(--fg-dim); margin: 0; }

/* Mini reviews */
.co-review { padding: 16px 18px; }
.co-review-stars { color: #fbbf24; font-size: 13px; letter-spacing: 0.06em; margin-bottom: 7px; }
.co-review-q { font-size: 13.5px; line-height: 1.5; color: rgba(255,255,255,0.92); margin: 0 0 10px; font-weight: 500; text-wrap: pretty; }
.co-review-author { font-size: 12.5px; font-weight: 600; color: var(--fg); }
.co-review-result { font-size: 11px; color: var(--fg-dimmer); margin-top: 1px; }

/* Trust badges */
.co-badges { display: flex; gap: 9px; justify-content: center; flex-wrap: wrap; }
.co-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; color: var(--fg-dimmer); border: 1px solid var(--line); border-radius: 999px; padding: 7px 12px; }

/* Bottom */
.co-bottom { text-align: center; margin-top: 30px; }
.co-bottom-secure { font-size: 11.5px; color: var(--fg-dimmer); }

/* Mobile sticky pay */
.co-sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 900;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); display: flex; align-items: center; gap: 14px;
  background: rgba(8,9,13,0.92); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border-top: 1px solid var(--line-strong);
  opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }
.co-sticky.show { opacity: 1; pointer-events: auto; }
.co-sticky-meta { display: flex; flex-direction: column; }
.co-sticky-label { font-size: 9.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg-dimmer); }
.co-sticky-price { font-size: 18px; font-weight: 700; }
.co-sticky .vip-cta { flex: 1; width: auto; padding: 14px 18px; }
.co-sticky .vip-cta-inner { align-items: center; }
@media (min-width: 768px) { .co-sticky { display: none; } }

/* keep the fixed mobile pay bar from covering the bottom trust line */
@media (max-width: 767px) { .co-shell { padding-bottom: calc(96px + env(safe-area-inset-bottom)); } }

/* Post-purchase loading overlay (while n8n fulfills + redirects) */
.co-loading { position: fixed; inset: 0; z-index: 9999; display: none; align-items: center; justify-content: center;
  flex-direction: column; gap: 18px; padding: 24px; text-align: center;
  background: rgba(5,6,8,0.94); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.co-loading.show { display: flex; }
.co-loading-spinner { width: 52px; height: 52px; border: 3px solid rgba(167,139,250,0.25); border-top-color: #a78bfa; border-radius: 50%; animation: co-spin 0.9s linear infinite; }
@keyframes co-spin { to { transform: rotate(360deg); } }
.co-loading-text { font-size: 18px; font-weight: 700; color: var(--fg); }
.co-loading-sub { font-size: 13.5px; color: var(--fg-dim); max-width: 340px; line-height: 1.5; }
