.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-family:var(--font-primary--family);font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;text-decoration:none;border:none;border-radius:var(--style-border-radius-buttons);cursor:pointer;transition:all .3s ease}.btn-primary{background:var(--color-primary);color:var(--color-foreground)}.btn-primary:hover{background:#44f;transform:translateY(-2px);box-shadow:0 8px 25px #3232ff66}.btn-outline{background:transparent;color:var(--color-foreground);border:2px solid var(--color-primary)}.btn-outline:hover{background:var(--color-primary);color:var(--color-foreground)}.btn-large{padding:1.25rem 3rem;font-size:1.125rem}.hero-video{position:relative;width:100%;min-height:100vh;overflow:hidden;background:var(--color-background)}.hero-video__container{position:relative;width:100%;min-height:100vh}.hero-video__video{position:absolute;top:0;left:0;width:100%;height:100%;max-width:none;object-fit:cover;z-index:1}.hero-video__video--mobile{display:none}.hero-video__edge{position:absolute;top:0;height:100%;display:none;z-index:2;pointer-events:none}.hero-video__edge--left{left:0}.hero-video__edge--right{right:0}.hero-video__overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;opacity:0;visibility:hidden;transition:opacity 1.5s ease,visibility 1.5s ease;z-index:10}.hero-video__overlay--visible{opacity:1;visibility:visible}.hero-video__content{display:flex;flex-direction:column;gap:2rem;padding:2rem;max-width:600px;margin-left:8.33%}.hero-video__claim{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;line-height:1.1;color:var(--color-foreground);text-transform:uppercase;letter-spacing:-.02em;text-shadow:0 2px 20px rgba(0,0,0,.5)}.hero-video__claim span{display:block;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-purple) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-video__subtitle{font-size:clamp(1.25rem,2.5vw,1.75rem);color:var(--color-silver);font-weight:400;line-height:1.4;text-shadow:0 2px 10px rgba(0,0,0,.5)}.hero-video__cta{display:flex;gap:1rem;margin-top:1rem}.features{padding:6rem 0}.features__header{text-align:center;margin-bottom:4rem}.features__title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--color-foreground);margin-bottom:1rem}.features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background:var(--color-surface-light);border-radius:16px;padding:2rem;transition:all .3s ease;border:1px solid transparent}.feature-card:hover{transform:translateY(-8px);border-color:var(--color-primary);box-shadow:0 20px 40px #3232ff26}.feature-card__icon{width:64px;height:64px;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-purple) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.75rem}.feature-card__title{font-size:1.25rem;font-weight:700;color:var(--color-foreground);margin-bottom:.75rem}.feature-card__text{font-size:1rem;color:var(--color-silver);line-height:1.6}.cta-section{padding:6rem 0;text-align:center}.cta-section__content{max-width:600px;margin:0 auto}.cta-section__title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;color:var(--color-foreground);margin-bottom:1.5rem}.cta-section__text{font-size:1.125rem;color:var(--color-silver);margin-bottom:2rem;line-height:1.6}.product-page{padding:4rem 0}.product-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:start}.product-images{display:flex;flex-direction:column;gap:1rem}.product-images__main{background:var(--color-surface-light);border-radius:16px;padding:2rem;display:flex;justify-content:center;align-items:center}.product-images__main img{max-width:100%;height:auto}.product-info{display:flex;flex-direction:column;gap:1.5rem}.product-info__title{font-size:clamp(2rem,4vw,2.75rem);font-weight:700;color:var(--color-foreground);line-height:1.2}.product-info__price{font-size:2rem;font-weight:700;color:var(--color-primary)}.product-info__description{font-size:1.125rem;color:var(--color-silver);line-height:1.7}.product-info__features{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem 0;border-top:1px solid var(--color-surface-lighter);border-bottom:1px solid var(--color-surface-lighter)}.product-feature{display:flex;align-items:center;gap:.75rem;color:var(--color-foreground)}.product-feature__icon{color:var(--color-green);font-size:1.25rem}.color-selector{margin:1.5rem 0}.color-selector__label{display:block;font-size:1rem;font-weight:600;color:var(--color-foreground);margin-bottom:1rem}.color-options{display:flex;gap:1rem}.color-option{width:48px;height:48px;border-radius:50%;cursor:pointer;border:3px solid transparent;transition:all .2s ease;position:relative}.color-option:hover{transform:scale(1.1)}.color-option.selected{border-color:var(--color-primary);box-shadow:0 0 0 2px var(--color-background),0 0 0 4px var(--color-primary)}.color-option--black{background:#1a1a1a}.color-option--white{background:#f5f5f5}.color-option--blue{background:#3232ff}.product-form{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.product-form__button{width:100%}@media (max-aspect-ratio: 1/1){.hero-video__overlay{align-items:flex-start;padding-top:5vh}.hero-video__content{text-align:center;align-items:center;max-width:90%;margin:0 auto}.hero-video__cta{justify-content:center;flex-wrap:wrap}}@media (max-width: 900px){.product-grid{grid-template-columns:1fr;gap:2rem}.features__grid{grid-template-columns:1fr}}@media (max-width: 600px){.hero-video__claim{font-size:2rem}.hero-video__subtitle{font-size:1.125rem}.btn{padding:.875rem 1.5rem;font-size:.875rem}.btn-large{padding:1rem 2rem;font-size:1rem}.feature-card{padding:1.5rem}}.tech-animation{position:relative;width:100%;min-height:200vh;background:var(--color-background);overflow:hidden;padding:4rem 0}.tech-animation__header{text-align:center;padding:0 2rem 3rem}.tech-animation__title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--color-foreground);margin:0}.tech-animation__container{position:sticky;top:0;width:100%;height:100vh;display:grid;grid-template-columns:1fr 2fr;gap:2rem;align-items:center;padding:4rem}.tech-animation__labels{display:grid;grid-template-rows:repeat(5,1fr);gap:1rem;height:80vh;z-index:10}.tech-animation__label{position:relative;display:flex;align-items:center;justify-content:space-between;gap:1rem;background:linear-gradient(135deg,#3232ff0d,#8a2be20d);border-radius:16px;border:1px solid rgba(50,50,255,.2);padding:1.5rem;opacity:1;transform:translate(0);transition:none}.tech-animation__label-dot{width:12px;height:12px;background:var(--color-primary);border-radius:50%;box-shadow:0 0 12px #3232ff99;flex-shrink:0}.tech-animation__label-content{display:flex;flex-direction:column;gap:.5rem;flex:1}.tech-animation__label-header{display:flex;align-items:center}.tech-animation__label-text{font-size:1rem;font-weight:600;color:var(--color-foreground);text-transform:uppercase;letter-spacing:.05em}.tech-animation__label-description{margin:0;font-size:.875rem;line-height:1.4;color:var(--color-foreground);opacity:.8}.tech-animation__animation{position:relative;width:100%;height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#3232ff0d,#8a2be20d);border-radius:16px;border:1px solid rgba(50,50,255,.2);overflow:hidden}.tech-animation__canvas{width:100%;flex:1;object-fit:contain}.tech-animation__controls{width:100%;padding:1rem 2rem 4rem}.tech-animation__slider{width:100%;height:8px;-webkit-appearance:none;appearance:none;background:var(--color-surface-light);border-radius:4px;outline:none;opacity:.5;transition:opacity .3s ease;cursor:not-allowed}.tech-animation__slider--enabled{opacity:1;cursor:pointer}.tech-animation__slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;background:var(--color-primary);border-radius:50%;cursor:pointer;box-shadow:0 0 12px #3232ff99;transition:transform .2s ease}.tech-animation__slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.tech-animation__slider::-moz-range-thumb{width:20px;height:20px;background:var(--color-primary);border:none;border-radius:50%;cursor:pointer;box-shadow:0 0 12px #3232ff99;transition:transform .2s ease}.tech-animation__slider::-moz-range-thumb:hover{transform:scale(1.2)}.tech-animation__slider:disabled::-webkit-slider-thumb{cursor:not-allowed;background:var(--color-silver);box-shadow:none}.tech-animation__slider:disabled::-moz-range-thumb{cursor:not-allowed;background:var(--color-silver);box-shadow:none}@media (max-width: 1024px){.tech-animation{padding:2rem 0}.tech-animation__header{padding:0 1rem 2rem}.tech-animation__container{grid-template-columns:1fr;grid-template-rows:auto 1fr;gap:2rem;padding:2rem}.tech-animation__labels{position:relative;height:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.tech-animation__label{position:relative;top:auto!important;left:auto}.tech-animation__connectors-svg,.tech-animation__label-dot{display:none}.tech-animation__label-content{width:100%;justify-content:center}.tech-animation__animation{max-width:400px;height:400px}.tech-animation__controls{padding:1rem 1.5rem 3.5rem}}@media (max-width: 600px){.tech-animation{padding:1rem 0}.tech-animation__container{padding:1rem}.tech-animation__labels{grid-template-columns:1fr}.tech-animation__animation{max-width:300px;height:300px}}.text-center{text-align:center}.text-gradient{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-purple) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.icon{display:inline-flex;align-items:center;justify-content:center}
/*# sourceMappingURL=/cdn/shop/t/3/assets/ninja-styles.css.map */
