.fixed-promo{position:fixed;z-index:9999;left:18px;right:18px;bottom:18px;min-height:76px;padding:12px 54px 12px 22px;display:flex;align-items:center;gap:28px;color:#f4f3ef;background:rgba(8,8,8,.94);border:1px solid rgba(255,255,255,.48);box-shadow:0 16px 50px rgba(0,0,0,.38);backdrop-filter:blur(14px);transform:translateY(130%);opacity:0;transition:transform .55s cubic-bezier(.22,1,.36,1),opacity .4s ease}
.fixed-promo.is-visible{transform:translateY(0);opacity:1}
.fixed-promo__copy{display:flex;align-items:center;gap:28px;margin-right:auto}.fixed-promo__copy p{margin:0;font-size:8px;line-height:1.6;letter-spacing:.2em;color:#969696}.fixed-promo__copy strong{font-family:"Arial Narrow","Helvetica Neue",sans-serif;font-size:clamp(18px,2vw,30px);line-height:1;font-weight:300;letter-spacing:-.02em;white-space:nowrap}
.fixed-promo__actions{display:flex;gap:8px}.fixed-promo__actions a{min-width:150px;padding:13px 18px;text-align:center;border:1px solid rgba(255,255,255,.55);font-size:8px;letter-spacing:.17em;transition:background .25s,color .25s}.fixed-promo__actions a:hover{background:#f0efeb;color:#111}.fixed-promo__actions .is-primary{background:#f0efeb;color:#111}.fixed-promo__actions .is-primary:hover{background:#aaa;border-color:#aaa}
.fixed-promo__close{position:absolute;right:16px;top:50%;width:26px;height:26px;padding:0;transform:translateY(-50%);border:0;background:transparent;color:#fff;font-size:23px;font-weight:200;line-height:1;cursor:pointer;opacity:.7}.fixed-promo__close:hover{opacity:1}
body.has-fixed-promo{padding-bottom:112px}
@media(max-width:800px){.fixed-promo{left:8px;right:8px;bottom:8px;min-height:0;padding:15px 42px 15px 15px;display:grid;grid-template-columns:1fr}.fixed-promo__copy{display:block}.fixed-promo__copy p{margin-bottom:7px}.fixed-promo__copy strong{font-size:19px;white-space:normal}.fixed-promo__actions{display:grid;grid-template-columns:1fr 1fr}.fixed-promo__actions a{min-width:0;padding:11px 6px}.fixed-promo__close{right:10px;top:17px;transform:none}body.has-fixed-promo{padding-bottom:148px}}
@media(prefers-reduced-motion:reduce){.fixed-promo{transition:none}}
