.tfb-promo-overlay{position:fixed;inset:0;z-index:2147483000;display:grid;place-items:center;padding:20px;background:rgba(15,13,9,.56);backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}
.tfb-promo-overlay.is-visible{opacity:1;visibility:visible}
.tfb-promo-card{position:relative;width:min(560px,calc(100vw - 28px));max-height:calc(100vh - 32px);overflow:auto;border-radius:20px;background:#fff;box-shadow:0 28px 90px rgba(0,0,0,.32);transform:translateY(16px) scale(.985);transition:transform .22s ease;color:#1f1a10;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.tfb-promo-overlay.is-visible .tfb-promo-card{transform:none}
.tfb-promo-close{position:absolute;right:10px;top:10px;z-index:2;width:40px;height:40px;border:0;border-radius:50%;background:rgba(31,26,16,.88);color:#fff;font-size:28px;line-height:1;cursor:pointer;display:grid;place-items:center}
.tfb-promo-image{display:block;width:100%;height:auto;max-height:58vh;object-fit:contain;background:#f4f0e8;border-radius:20px 20px 0 0}
.tfb-promo-content{padding:20px;display:grid;gap:12px}
.tfb-promo-title{font-size:clamp(24px,5vw,34px);line-height:1.05;font-family:Georgia,serif;font-weight:600}
.tfb-promo-content p{margin:0;line-height:1.5}
.tfb-promo-code-row{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:12px 14px;border-radius:12px;background:#f3eee4}
.tfb-promo-code-row span{font-size:13px;opacity:.7}
.tfb-promo-code-row code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-weight:800;font-size:17px;letter-spacing:.06em;overflow-wrap:anywhere}
.tfb-promo-copy{border:0;border-radius:12px;padding:12px 16px;background:#1f1a10;color:#fff;font-weight:750;cursor:pointer}
.tfb-promo-validity{display:block;opacity:.62;text-align:center}
@media(max-width:520px){.tfb-promo-overlay{padding:12px}.tfb-promo-card{width:100%;border-radius:16px}.tfb-promo-image{border-radius:16px 16px 0 0;max-height:52vh}.tfb-promo-content{padding:16px}.tfb-promo-code-row{align-items:flex-start;flex-direction:column;gap:4px}}
@media(prefers-reduced-motion:reduce){.tfb-promo-overlay,.tfb-promo-card{transition:none}}

/* V0.31.14 – echtes Rabattkontingent */
.tfb-promo-remaining{display:grid;gap:3px;padding:12px 14px;border-radius:12px;background:#e1f1e6;color:#245b3a}
.tfb-promo-remaining strong{font-size:17px}.tfb-promo-remaining span{font-size:12px;line-height:1.35;opacity:.78}
