.hero{position:relative;display:flex;flex-direction:column;overflow:hidden;background-color:var(--color-secondary)}.hero--small{min-height:50vh}.hero--medium{min-height:70vh}.hero--large{min-height:85vh}.hero--full{min-height:100vh}.hero__media{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero__image,.hero__video{width:100%;height:100%;object-fit:cover}.hero__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-secondary) 0%,var(--color-primary-dark) 100%)}.hero__placeholder-svg{width:100%;height:100%;opacity:.1}.hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0000004d,#0009)}.hero__content{position:relative;z-index:2;flex-grow:1;display:flex;width:100%;padding:var(--spacing-3xl) 0}.hero__content--top{align-items:flex-start;padding-top:calc(var(--header-height) + var(--spacing-3xl))}.hero__content--center{align-items:center}.hero__content--bottom{align-items:flex-end;padding-bottom:var(--spacing-3xl)}.hero__inner{width:100%;max-width:800px}.hero__inner--left{text-align:left;margin-right:auto}.hero__inner--center{text-align:center;margin-left:auto;margin-right:auto}.hero__inner--right{text-align:right;margin-left:auto}.hero__subtitle{display:inline-block;padding:.5rem 1rem;background-color:var(--color-primary);color:#fff;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;border-radius:var(--radius-sm);margin-bottom:var(--spacing-lg)}.hero__title{color:#fff;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.2;margin-bottom:var(--spacing-lg);text-shadow:0 2px 4px rgba(0,0,0,.2);word-spacing:.1em;overflow-wrap:normal;word-break:normal}.hero__description{color:#ffffffe6;font-size:clamp(1rem,2vw,1.25rem);line-height:1.6;margin-bottom:var(--spacing-xl)}.hero__description p{margin:0}.hero__buttons{display:flex;flex-wrap:wrap;gap:var(--spacing-md)}.hero__inner--center .hero__buttons{justify-content:center}.hero__inner--right .hero__buttons{justify-content:flex-end}.hero__scroll-indicator{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-sm);margin-top:var(--spacing-2xl);color:#ffffffb3;font-size:.8125rem;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;animation:bounce 2s infinite}.hero__scroll-indicator svg{width:24px;height:24px}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(10px)}60%{transform:translateY(5px)}}.hero__features{position:relative;z-index:2;background-color:var(--color-secondary);padding:var(--spacing-lg) 0;border-top:1px solid rgba(255,255,255,.1)}.hero__features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--spacing-lg)}.hero__feature{display:flex;align-items:center;gap:var(--spacing-md);padding:var(--spacing-sm)}.hero__feature-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;flex-shrink:0;background-color:rgba(var(--color-primary-rgb),.2);border-radius:var(--radius-full)}.hero__feature-icon svg{width:24px;height:24px;color:var(--color-primary)}.hero__feature-content{display:flex;flex-direction:column;gap:2px}.hero__feature-title{color:#fff;font-size:.9375rem;font-weight:600}.hero__feature-text{color:#ffffffb3;font-size:.8125rem}@media(max-width:1024px){.hero__features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.hero--small{min-height:50vh}.hero--medium{min-height:60vh}.hero--large{min-height:70vh}.hero--full{min-height:100vh}.hero__content{padding:32px 0 40px}.hero__content--top{padding-top:100px}.hero__inner{padding:0 20px}.hero__subtitle{font-size:11px;padding:6px 14px;margin-bottom:16px}.hero__title{font-size:clamp(24px,7vw,32px);margin-bottom:16px;line-height:1.25;word-spacing:.08em}.hero__description{font-size:14px;line-height:1.6;margin-bottom:24px}.hero__buttons{flex-direction:column;width:100%;gap:12px}.hero__buttons .btn{width:100%;justify-content:center;padding:14px 20px;font-size:14px}.hero__features{padding:24px 0}.hero__features-grid{grid-template-columns:repeat(2,1fr);gap:12px}.hero__feature{justify-content:flex-start;padding:12px;gap:10px}.hero__feature-icon{width:34px;height:34px}.hero__feature-icon svg{width:16px;height:16px}.hero__feature-title{font-size:11px;line-height:1.3;text-transform:none}.hero__feature-text{font-size:10px;line-height:1.3}}@media(max-width:480px){.hero--large{min-height:65vh}.hero__content{padding:24px 0 32px}.hero__content--top{padding-top:80px}.hero__inner{padding:0 16px}.hero__subtitle{font-size:10px;padding:5px 12px}.hero__title{font-size:clamp(20px,6vw,26px);margin-bottom:12px;line-height:1.3;word-spacing:.08em}.hero__description{font-size:13px;margin-bottom:20px}.hero__buttons .btn{padding:12px 16px;font-size:13px}.hero__features-grid{gap:8px}.hero__features{padding:16px 0}.hero__feature{padding:10px 8px;gap:8px}.hero__feature-icon{width:30px;height:30px}.hero__feature-icon svg{width:14px;height:14px}.hero__feature-title{font-size:10px;line-height:1.25}.hero__feature-text{font-size:9px;line-height:1.25}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-hero.css.map */
