.promo-bundle{position:relative;overflow:hidden;padding:var(--promo-pt, 60px) 0 var(--promo-pb, 60px);min-height:420px;display:flex;align-items:center}.promo-bundle__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.promo-bundle__bg img{width:100%;height:100%;object-fit:cover}.promo-bundle__bg--gradient{background:linear-gradient(135deg,#0a0a1a,#1a0a2e 40%,#0a1a2e)}.promo-bundle__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#000000e6,#0a0a1ed9,#000000f2)}.promo-bundle__content{position:relative;z-index:1;text-align:center}.promo-bundle__badge{display:inline-block;background:var(--promo-accent, #d6fd0d);color:#000;font-size:var(--promo-badge-fs, .75rem);font-weight:700;letter-spacing:.15em;text-transform:uppercase;padding:.4rem 1.2rem;border-radius:2rem;margin-bottom:1.5rem;animation:promoBadgePulse 2.5s ease-in-out infinite}@keyframes promoBadgePulse{0%,to{box-shadow:0 0 #d6fd0d66}50%{box-shadow:0 0 20px 4px #d6fd0d26}}.promo-bundle__heading{color:#fff;font-size:var(--promo-heading-fs, clamp(1.8rem, 4vw, 3.2rem));font-weight:800;text-transform:uppercase;letter-spacing:.04em;line-height:1.15;margin:0 0 .5rem;font-family:var(--font-heading-family)}.promo-bundle__subheading{color:#fff9;font-size:var(--promo-subheading-fs, clamp(1rem, 2vw, 1.4rem));font-weight:400;text-transform:uppercase;letter-spacing:.12em;margin:0 0 2.5rem}.promo-bundle__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.2rem;margin-bottom:2.5rem;max-width:960px;margin-left:auto;margin-right:auto}.promo-bundle__card{background:#ffffff0d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1.6rem 1.4rem;text-align:left;text-decoration:none;color:#fff;display:flex;flex-direction:column;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;position:relative;overflow:hidden}.promo-bundle__card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(var(--promo-card-highlight-rgb, 0, 229, 255),.06) 0%,transparent 60%);opacity:0;transition:opacity .3s ease;pointer-events:none;border-radius:12px}.promo-bundle__card:hover{transform:translateY(-3px);border-color:#ffffff2e;box-shadow:0 8px 32px #0000004d,0 0 0 1px #ffffff0d}.promo-bundle__card:hover:before{opacity:1}.promo-bundle__card-image{margin:-1.6rem -1.4rem 1.2rem;border-radius:12px 12px 0 0;overflow:hidden;aspect-ratio:16 / 9}.promo-bundle__card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.promo-bundle__card:hover .promo-bundle__card-image img{transform:scale(1.04)}.promo-bundle__card-body{flex:1;display:flex;flex-direction:column}.promo-bundle__card-badge{display:inline-block;font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;padding:.3rem .8rem;border-radius:4px;margin-bottom:.8rem;align-self:flex-start}.promo-bundle__card-badge--percentage{background:var(--promo-card-highlight, #00e5ff);color:#000;font-size:.9rem;padding:.4rem 1rem}.promo-bundle__card-badge--free{background:#10b981;color:#fff}.promo-bundle__card-badge--bonus{background:#f59e0b;color:#000}.promo-bundle__card-badge--custom{background:var(--promo-accent, #d6fd0d);color:#000}.promo-bundle__card-title{font-size:var(--promo-card-title-fs, 1.15rem);font-weight:700;margin:0 0 .4rem;line-height:1.3;color:#fff}.promo-bundle__card-desc{font-size:var(--promo-card-desc-fs, .85rem);color:#ffffff8c;line-height:1.5;margin:0 0 .8rem;flex:1}.promo-bundle__card-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:600;color:var(--promo-card-highlight, #00e5ff);text-transform:uppercase;letter-spacing:.06em;margin-top:auto;transition:gap .2s ease}.promo-bundle__card:hover .promo-bundle__card-link{gap:.7rem}.promo-bundle__card-link svg{flex-shrink:0}.promo-bundle__cta-wrap{text-align:center}.promo-bundle__cta{display:inline-flex;align-items:center;gap:.6rem;background:var(--promo-accent, #d6fd0d);color:#000;font-size:var(--promo-cta-fs, .95rem);font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:1rem 2.4rem;border-radius:6px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,gap .2s ease;font-family:var(--font-heading-family)}.promo-bundle__cta:hover{transform:translateY(-2px);box-shadow:0 6px 24px #d6fd0d40;gap:1rem}.promo-bundle__cta:active{transform:translateY(0)}.promo-bundle__footer-note{text-align:center;color:#ffffff73;font-size:var(--promo-footer-fs, 13px);font-style:italic;margin:1rem 0 0;letter-spacing:.02em}.promo-bundle__mobile-summary{display:none}@media screen and (max-width:749px){.promo-bundle{min-height:auto;padding:40px 0}.promo-bundle__heading{font-size:1.6rem}.promo-bundle__subheading{font-size:.9rem;margin-bottom:1.5rem}.promo-bundle__cards{display:none}.promo-bundle__mobile-summary{display:block;text-align:center;color:#ffffffd9;font-size:1rem;line-height:1.8;margin-bottom:1.5rem;padding:1rem 1.2rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:10px}.promo-bundle__cta{width:100%;justify-content:center;padding:1rem 1.5rem}}@media screen and (min-width:750px)and (max-width:989px){.promo-bundle__cards{grid-template-columns:repeat(2,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/20/assets/section-promo-bundle.css.map */
