/* Landing "receipt" proof block — a real overnight CEC work-product (2026-07-04).
   Sell the receipt, not the promise: the one landing change the 07-04 market
   research called for. External file per CSP style-src-elem. */
.lp-receipt { max-width: 760px; margin: 0 auto; padding: 2.2rem 1.5rem 0.6rem; }
.lp-receipt-eyebrow { text-align: center; font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.65; margin-bottom: 1rem; }
.lp-receipt-card { border: 1px solid rgba(148,121,255,0.35); border-radius: 16px; background: linear-gradient(160deg, rgba(148,121,255,0.08), rgba(79,172,254,0.05)); padding: 1.3rem 1.5rem; box-shadow: 0 18px 50px rgba(0,0,0,0.25); }
.lp-receipt-head { display: flex; justify-content: space-between; align-items: baseline; gap: 0.8rem; flex-wrap: wrap; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 0.7rem; margin-bottom: 0.8rem; }
.lp-receipt-title { font-weight: 700; font-size: 1.02rem; }
.lp-receipt-stamp { font-size: 0.8rem; opacity: 0.65; }
.lp-receipt-lines { list-style: none; margin: 0; padding: 0; font-size: 0.95rem; line-height: 1.75; }
.lp-receipt-lines li { display: flex; gap: 0.6rem; align-items: baseline; }
.lp-receipt-lines .n { opacity: 0.5; font-variant-numeric: tabular-nums; }
.lp-receipt-foot { margin-top: 0.9rem; padding-top: 0.7rem; border-top: 1px dashed rgba(255,255,255,0.15); font-size: 0.85rem; opacity: 0.85; display: flex; justify-content: space-between; gap: 0.8rem; flex-wrap: wrap; }
.lp-receipt-cap { text-align: center; font-size: 0.92rem; opacity: 0.8; margin: 1rem auto 0; max-width: 620px; line-height: 1.6; }
@media (max-width: 600px) { .lp-receipt-card { padding: 1.05rem 1.1rem; } }

/* ── One-minute tour section + hero play-link (2026-07-18) ── */
.lp-tour-link {
  display: inline-flex; align-items: center; gap: 7px; margin-top: 14px;
  font-size: 0.92rem; font-weight: 600; color: var(--accent-purple, #9479ff);
  text-decoration: none; transition: color .15s, transform .15s;
}
.lp-tour-link svg { flex: none; }
.lp-tour-link:hover { color: #b7a6ff; transform: translateX(2px); }
.lp-tour-video {
  max-width: 900px; margin: 0 auto; padding: 0;
}
.lp-tour-video video {
  display: block; width: 100%; border-radius: 16px; background: #0a0f1e;
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
}
