/* =========================================================
POPUP.CSS - Cookie + Aktion
========================================================= */
.hp-cookie{position:fixed;left:22px;right:22px;bottom:22px;z-index:2147483646;max-width:820px;margin:auto;background:rgba(12,12,12,.97);color:#fff;border:1px solid rgba(255,255,255,.18);border-radius:20px;padding:18px;display:none;grid-template-columns:1fr auto;gap:18px;align-items:center;box-shadow:0 28px 90px rgba(0,0,0,.45)}
.hp-cookie.show{display:grid}.hp-cookie strong{display:block;font-size:18px;margin-bottom:6px}.hp-cookie p{margin:0;color:#d6d6d6;line-height:1.45;font-size:14px}.hp-cookie-actions{display:flex;gap:10px;flex-wrap:wrap}
.hp-cookie button{border:0;border-radius:999px;padding:12px 16px;font-weight:950;cursor:pointer;white-space:nowrap}.hp-cookie .primary{background:#e10600;color:#fff}.hp-cookie .secondary{background:#fff;color:#111}

.hp-action{position:fixed;inset:0;z-index:2147483645;display:none;place-items:center;padding:22px;background:rgba(0,0,0,.58);backdrop-filter:blur(8px)}
.hp-action.show{display:grid}.hp-action-card{position:relative;width:min(520px,100%);background:#111;color:#fff;border:1px solid rgba(255,255,255,.16);border-radius:22px;padding:34px 32px 30px;box-shadow:0 34px 100px rgba(0,0,0,.48);overflow:hidden}
.hp-action-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(225,6,0,.35),transparent 42%);pointer-events:none}.hp-action-card>*{position:relative;z-index:2}
.hp-action-close{position:absolute;top:14px;right:14px;z-index:3;width:38px;height:38px;border:0;border-radius:999px;background:rgba(255,255,255,.1);color:#fff;font-size:28px;line-height:1;cursor:pointer}
.hp-action-eyebrow{color:#e10600;text-transform:uppercase;letter-spacing:3px;font-size:13px;font-weight:950;margin:0 0 10px}.hp-action h2{margin:4px 0 12px;font-size:clamp(32px,4vw,46px);line-height:1.04;letter-spacing:-1.4px;color:#fff}
.hp-action-text{color:#e2e2e2;font-size:17px;line-height:1.6;margin:0}.hp-action-small{color:#aaa;font-size:12.5px;line-height:1.45;margin-top:12px}.hp-action-countdown{margin-top:18px;padding:12px 14px;border-radius:14px;background:rgba(225,6,0,.16);border:1px solid rgba(225,6,0,.34);color:#fff;font-weight:900}
.hp-action-actions{display:grid;grid-template-columns:1fr 140px;gap:12px;margin-top:24px}.hp-action-actions a,.hp-action-actions button{border-radius:10px;padding:14px 18px;font-weight:950;border:0;text-align:center;cursor:pointer}.hp-action-actions a{background:#e10600;color:#fff}.hp-action-actions button{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.18)}
@media(max-width:760px){.hp-cookie{left:12px;right:12px;bottom:86px;grid-template-columns:1fr}.hp-cookie-actions{display:grid;grid-template-columns:1fr 1fr}.hp-action-actions{grid-template-columns:1fr}.hp-action-card{padding:30px 22px 24px}}
