/* ============================================================
   LP-B · Pop-up de lançamento — lembra o cupom MARRANGHELLO (R$595 → R$57).
   Aparece 1x por sessão (9s OU scroll 32% OU saída do mouse). Escopado em .cpop.
   ============================================================ */
.cpop[hidden] { display: none !important; }
.cpop { position: fixed; inset: 0; z-index: 1100; display: grid; place-items: center; padding: 22px; }
.cpop-backdrop { position: absolute; inset: 0; background: rgba(3, 12, 16, 0.74); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); animation: cpopFade 0.3s ease; }
.cpop-card {
  position: relative; width: min(100%, 424px); padding: 32px 30px 24px; border-radius: 20px;
  border: 1px solid rgba(151,146,125,0.34); color: #fff; text-align: center;
  background:
    radial-gradient(120% 80% at 50% -12%, rgba(151,146,125,0.18), transparent 52%),
    linear-gradient(180deg, #12313d, #09212c 72%);
  box-shadow: 0 44px 110px rgba(0,0,0,0.58);
  animation: cpopIn 0.42s cubic-bezier(0.2, 0.9, 0.3, 1.2);
}
.cpop-card::before { content: ""; position: absolute; left: 30px; right: 30px; top: 0; height: 2px; border-radius: 0 0 4px 4px; background: linear-gradient(90deg, transparent, rgba(151,146,125,0.7), transparent); }
@keyframes cpopFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes cpopIn { from { opacity: 0; transform: translateY(16px) scale(0.96); } to { opacity: 1; transform: none; } }

.cpop-close { position: absolute; top: 12px; right: 12px; width: 34px; height: 34px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.14); background: rgba(255,255,255,0.05); color: #fff; font-size: 1.3rem; line-height: 1; cursor: pointer; transition: transform 0.2s ease, background 0.2s ease; }
.cpop-close:hover { transform: rotate(90deg); background: rgba(151,146,125,0.18); }

.cpop-eyebrow { display: inline-block; margin-bottom: 10px; color: #D9D4C3; font-size: 0.66rem; font-weight: 900; letter-spacing: 0.16em; text-transform: uppercase; }
.cpop-card h3 { margin: 0 0 8px; font-family: Georgia, "Times New Roman", serif; font-weight: 500; font-size: 1.5rem; line-height: 1.12; color: #fff; }
.cpop-card h3 s { color: rgba(255,255,255,0.5); font-size: 1.08rem; }
.cpop-card h3 strong { color: #D9D4C3; font-weight: 600; }
.cpop-card > p { margin: 0 0 16px; color: rgba(255,255,255,0.78); font-size: 0.95rem; line-height: 1.5; }

.cpop-code { display: inline-flex; align-items: center; gap: 12px; margin: 0 auto 16px; padding: 11px 14px 11px 18px; border-radius: 11px; border: 1px dashed #97927D; background: rgba(151,146,125,0.12); cursor: pointer; font: inherit; }
.cpop-code-val { font-family: Georgia, serif; font-size: 1.2rem; font-weight: 700; letter-spacing: 0.08em; color: #fff; }
.cpop-code-copy { font-size: 0.62rem; font-weight: 900; letter-spacing: 0.06em; text-transform: uppercase; color: #09212C; background: #97927D; padding: 4px 9px; border-radius: 6px; }

.cpop-cta { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 20px; border-radius: 11px; background: #97927D; color: #09212C; font-weight: 900; text-decoration: none; box-shadow: 0 14px 28px rgba(0,0,0,0.3); transition: filter 0.2s ease, transform 0.2s ease; }
.cpop-cta:hover { filter: brightness(1.06); transform: translateY(-1px); }
.cpop-cta svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.cpop-dismiss { margin-top: 12px; background: none; border: 0; color: rgba(255,255,255,0.5); font: inherit; font-size: 0.84rem; font-weight: 700; cursor: pointer; }
.cpop-dismiss:hover { color: rgba(255,255,255,0.82); }

@media (prefers-reduced-motion: reduce) { .cpop-backdrop, .cpop-card { animation: none; } .cpop-close:hover { transform: none; } }
@media (max-width: 480px) { .cpop-card { padding: 26px 22px 22px; } .cpop-card h3 { font-size: 1.32rem; } }
