:root{--red:#d83b3b;--dark:#1a2c38;--grey:#86898f;--x-light-grey:#f2f1f6;--slide-size:15.125rem}.bonus-list-section{background:var(--x-light-grey);padding:0 1rem 3rem}.bonus-carousel{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:900px;margin:0 auto;display:grid}.bonus-card-link{width:100%;text-decoration:none;transition:transform .2s;display:block}.bonus-card-link:hover{transform:translateY(-4px)}.bonus-card{background:#fff;border-radius:1rem;width:100%;overflow:hidden;box-shadow:0 2px 8px #00000014}.bonus-card__image{background:linear-gradient(135deg,#2a1a3e 0%,#1a0a2e 100%);width:100%;min-height:11.1875rem;position:relative;overflow:hidden}.inform-button{color:#fff;z-index:10;cursor:pointer;background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;font-size:.625rem;font-weight:700;transition:background .2s;display:flex;position:absolute;top:.5rem;right:.5rem}.inform-button:hover{background:#ffffff4d}.item-banner{justify-content:center;align-items:center;width:100%;height:11.1875rem;display:flex;position:relative}.img-back{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.img-back-fallback{z-index:1;background:linear-gradient(135deg,#2a1a3e 0%,#1a0a2e 100%);width:100%;height:100%;position:absolute;top:0;left:0}.img-front{object-fit:contain;object-position:bottom right;z-index:3;width:60%;height:auto;max-height:100%;position:absolute;bottom:0;right:0}.img-front-fallback{color:#ffffff4d;z-index:3;position:absolute;bottom:1rem;right:1rem}.item-banner-title{z-index:4;flex-direction:column;gap:.25rem;display:flex;position:absolute;top:.75rem;left:0}.title-container{flex-direction:column;gap:.25rem;display:flex}.red-title{background:var(--red);color:#fff;text-transform:uppercase;clip-path:polygon(0 0,100% 0,calc(100% - .375rem) 100%,0 100%);flex-direction:column;padding:.25rem .5rem;font-family:Montserrat,sans-serif;font-weight:800;line-height:1.1;display:inline-flex}.red-title--main{font-size:.875rem}.red-title--main span{display:block}.red-title--amount{font-size:.625rem;font-weight:700}.red-title--amount span{display:block}.overlay-marquee{z-index:5;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.marquee-line{white-space:nowrap;text-transform:uppercase;padding:.125rem 0;font-family:Montserrat,sans-serif;font-size:.5rem;font-weight:800;overflow:hidden}.marquee-line--red{background:var(--red);color:#fff}.marquee-line--white{color:var(--red);background:#fff}.marquee-content{animation:15s linear infinite marquee;display:inline-block}.marquee-content--reverse{animation:15s linear infinite marquee-reverse}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marquee-reverse{0%{transform:translate(-50%)}to{transform:translate(0)}}.bonus-card__info{background:#fff;padding:.75rem}.info{flex-wrap:wrap;gap:.5rem;font-size:.625rem;display:flex}.info-item{align-items:center;gap:.125rem;display:flex}.info-label{color:var(--grey)}.info-value{color:var(--dark);font-weight:600}.info-icons{gap:.125rem;display:flex}.info-item--active{margin-left:auto}.active-count{color:var(--red);font-weight:700}.star-icon{color:#d8dae1;fill:#d8dae1;width:.75rem;height:.75rem}.star-icon.filled{color:var(--red);fill:var(--red)}.overlay-progress{margin-top:.5rem}.progress-wrapper{background:var(--x-light-grey);border-radius:.125rem;width:100%;height:.25rem;overflow:hidden}.progress-bar{background:linear-gradient(90deg,var(--red)0%,#ff6b6b 100%);border-radius:.125rem;width:65%;height:100%;animation:2s ease-in-out infinite progress-pulse}@keyframes progress-pulse{0%,to{opacity:1}50%{opacity:.7}}@media (max-width:768px){.bonus-carousel{grid-template-columns:repeat(2,1fr);gap:1rem}.item-banner{min-height:9rem}.red-title--main{font-size:.75rem}.red-title--amount{font-size:.5rem}}@media (max-width:480px){.bonus-carousel{grid-template-columns:1fr;max-width:280px}}
