.hero-main{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:flex-start;overflow:hidden;background:#000}.hero-main__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-main__bg-image,.hero-main__placeholder{width:100%;height:100%;object-fit:cover;display:block}.hero-main__placeholder{opacity:.3}.hero-main__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(0,0,0,.95) 0%,rgba(0,0,0,.92) 20%,rgba(0,0,0,.85) 35%,rgba(0,0,0,.7) 50%,rgba(0,0,0,.4) 70%,rgba(0,0,0,.1) 85%,transparent 100%);z-index:1}.hero-main__container{position:relative;z-index:10;width:100%;max-width:1200px;margin:0 auto;padding:3rem 1.5rem}@media (min-width: 750px){.hero-main__container{padding:5rem 2rem}}.hero-main__content{max-width:650px}@media (min-width: 990px){.hero-main__content{max-width:800px}}@media (min-width: 1200px){.hero-main__content{max-width:900px}}.hero-main__badge{display:inline-block;background:#7d0d17;color:#fff;padding:.6rem 1.3rem;border-radius:50px;font-family:Cabin,sans-serif;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000004d;text-transform:uppercase;letter-spacing:.3px}@media (min-width: 750px){.hero-main__badge{font-size:1rem;padding:.65rem 1.4rem;margin-bottom:2rem}}.hero-main__title{font-family:Bebas Neue,sans-serif;font-size:3.75rem;line-height:1.05;color:#fff;margin:0 0 1.75rem;letter-spacing:.02em;text-transform:uppercase;text-shadow:0 2px 12px rgba(0,0,0,.7)}@media (min-width: 750px){.hero-main__title{font-size:5.5rem;margin-bottom:2rem}}@media (min-width: 990px){.hero-main__title{font-size:7.5rem;margin-bottom:2.25rem}}.hero-main__subtitle{font-family:Cabin,sans-serif;font-size:1.3rem;line-height:1.6;color:#fffffff2;margin:0 0 2.25rem;max-width:600px;text-shadow:0 1px 6px rgba(0,0,0,.7)}@media (min-width: 750px){.hero-main__subtitle{font-size:1.75rem;line-height:1.65;margin-bottom:2.75rem;max-width:700px}}.hero-main__buttons{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.75rem}@media (min-width: 750px){.hero-main__buttons{flex-direction:row;gap:1.25rem;margin-bottom:3.25rem}}.hero-main__btn{display:inline-flex;align-items:center;justify-content:center;gap:.7rem;padding:1.1rem 2.2rem;border-radius:10px;font-family:Cabin,sans-serif;font-size:1.2rem;font-weight:700;text-decoration:none;transition:all .3s ease;cursor:pointer;white-space:nowrap}@media (min-width: 750px){.hero-main__btn{padding:1.25rem 2.5rem;font-size:1.35rem;gap:.8rem}}.hero-main__btn--primary{background:#7d0d17;color:#fff;border:none;box-shadow:0 4px 14px #7d0d1766}.hero-main__btn--primary:hover{background:#5a0a11;transform:translateY(-2px);box-shadow:0 6px 20px #7d0d1780}.hero-main__btn--secondary{background:#fff;color:#7d0d17;border:none;box-shadow:0 2px 8px #00000026}.hero-main__btn--secondary:hover{background:#f5f5f5;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.hero-main__btn-arrow,.hero-main__btn-icon{width:22px;height:22px;transition:transform .3s ease;flex-shrink:0}.hero-main__btn--primary:hover .hero-main__btn-arrow{transform:translate(4px)}.hero-main__btn--secondary:hover .hero-main__btn-icon{transform:scale(1.1)}.hero-main__pills{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-start}.hero-pill{display:inline-flex;align-items:center;gap:.6rem;padding:.9rem 1.3rem;background:#000000bf;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px;border:1px solid rgba(255,255,255,.2);color:#fff;font-family:Cabin,sans-serif;font-size:1rem;font-weight:500;white-space:nowrap;transition:all .3s ease;flex:0 1 auto}@media (min-width: 750px){.hero-main__pills{flex-wrap:nowrap;gap:1.15rem}.hero-pill{padding:1.1rem 1.7rem;font-size:1.15rem;gap:.75rem}}@media (min-width: 990px){.hero-main__pills{gap:1.25rem}.hero-pill{padding:1.15rem 1.8rem;font-size:1.25rem;gap:.8rem}}@media (min-width: 1200px){.hero-main__pills{gap:1.3rem}.hero-pill{padding:1.2rem 1.9rem;font-size:1.3rem}}.hero-pill:hover{background:#000000d9;border-color:#ffffff4d;transform:translateY(-2px)}.hero-pill__icon{color:#7d0d17;font-size:1.4em;display:flex;align-items:center;justify-content:center;line-height:1;flex-shrink:0}@media (min-width: 750px){.hero-pill__icon{font-size:1.5em}}.hero-pill__text{line-height:1.2}@media (max-width: 749px){.hero-main{min-height:100vh;justify-content:center}.hero-main__overlay{background:linear-gradient(90deg,rgba(0,0,0,.95) 0%,rgba(0,0,0,.9) 30%,rgba(0,0,0,.7) 60%,rgba(0,0,0,.3) 85%,transparent 100%)}.hero-main__buttons,.hero-main__btn{width:100%}.hero-main__pills{margin-top:.5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-main__badge{animation:fadeInUp .6s ease .1s both}.hero-main__title{animation:fadeInUp .6s ease .2s both}.hero-main__subtitle{animation:fadeInUp .6s ease .3s both}.hero-main__buttons{animation:fadeInUp .6s ease .4s both}.hero-main__pills{animation:fadeInUp .6s ease .5s both}@media (prefers-reduced-motion: reduce){.hero-main__badge,.hero-main__title,.hero-main__subtitle,.hero-main__buttons,.hero-main__pills{animation:none}.hero-main__btn,.hero-pill,.hero-main__btn-arrow,.hero-main__btn-icon{transition:none}}.hero-main__btn:focus-visible{outline:3px solid white;outline-offset:4px}
/*# sourceMappingURL=/cdn/shop/t/19/assets/section-hero-main.css.map */
