.icon-features__title{text-align:center;margin:0 0 2.5rem}.icon-features__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(var(--columns),minmax(0,1fr));gap:2.5rem 1.5rem}.icon-features__item{text-align:center}.icon-features__icon{display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;margin-bottom:1rem;border-radius:50%;color:rgb(var(--color-button));border:1px solid rgba(var(--color-foreground),.14);box-shadow:0 0 26px -8px rgb(var(--color-button))}.icon-features__icon svg{width:1.75rem;height:1.75rem}.icon-features__item-title{margin:0 0 .5rem;font-size:1.05rem}.icon-features__item-text{margin:0;opacity:.72;line-height:1.5}@media screen and (max-width:989px){.icon-features__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:600px){.icon-features__grid{grid-template-columns:minmax(0,1fr)}}.icon-features__item{transition:transform .25s ease}.icon-features__icon{animation:velora-icon-pulse 3.4s ease-in-out infinite;transition:transform .25s ease,box-shadow .25s ease,color .25s ease}.icon-features__item:hover{transform:translateY(-5px)}.icon-features__item:hover .icon-features__icon{transform:scale(1.06);color:rgb(var(--color-foreground));box-shadow:0 0 36px rgb(var(--color-button))}@keyframes velora-icon-pulse{0%,to{box-shadow:0 0 20px -8px rgb(var(--color-button))}50%{box-shadow:0 0 30px -2px rgb(var(--color-button))}}@media(prefers-reduced-motion:reduce){.icon-features__icon{animation:none}.icon-features__item,.icon-features__icon{transition:none}.icon-features__item:hover,.icon-features__item:hover .icon-features__icon{transform:none}}.velora-hero{position:relative;overflow:hidden;background-color:#0b0c10;color:#fff}.velora-hero__inner{position:relative;z-index:1;display:flex;align-items:center;gap:3rem}.velora-hero--small .velora-hero__inner{min-height:40vh;padding-block:3rem}.velora-hero--medium .velora-hero__inner{min-height:55vh;padding-block:4rem}.velora-hero--large .velora-hero__inner{min-height:78vh;padding-block:5rem}.velora-hero--image-left .velora-hero__inner{flex-direction:row-reverse}.velora-hero--centered .velora-hero__inner{justify-content:center;text-align:center}.velora-hero__content{flex:1 1 0;max-width:46rem}.velora-hero--centered .velora-hero__content{margin-inline:auto}.velora-hero__heading{margin:0 0 1.25rem;font-size:clamp(2.4rem,5vw,4rem);line-height:1.05;letter-spacing:-.02em;font-weight:700;color:#fff}.velora-hero__subheading{margin:0 0 2rem;font-size:clamp(1rem,1.8vw,1.2rem);line-height:1.5;color:#ffffffb8;max-width:34rem}.velora-hero--centered .velora-hero__subheading{margin-inline:auto}.velora-hero__cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.9rem;font-weight:600;text-decoration:none;color:#0b0c10;border-radius:6px;background:linear-gradient(120deg,#22d3ee,#a855f7);background-size:160% 160%;background-position:0% 50%;box-shadow:0 10px 34px -12px #22d3eebf;transition:background-position .4s ease,transform .15s ease,box-shadow .2s ease}.velora-hero__cta:hover{background-position:100% 50%;transform:translateY(-1px);box-shadow:0 14px 40px -10px #a855f7b3}.velora-hero__cta:active{transform:translateY(0)}.velora-hero__media{position:relative;flex:1 1 0;display:flex;justify-content:center}.velora-hero__image{position:relative;z-index:1;width:100%;height:auto;max-width:34rem;border-radius:16px}.velora-hero__media-glow{position:absolute;top:5%;right:10%;bottom:5%;left:10%;z-index:0;border-radius:50%;background:radial-gradient(closest-side,rgba(34,211,238,.45),rgba(168,85,247,.3) 55%,transparent 75%);filter:blur(20px)}.velora-hero__glow{position:absolute;z-index:0;top:-20%;right:-10%;width:65%;height:120%;background:radial-gradient(closest-side,rgba(34,211,238,.28),rgba(168,85,247,.18) 55%,transparent 78%);filter:blur(30px);pointer-events:none}.velora-hero--centered .velora-hero__glow{top:-30%;right:auto;left:50%;width:80%;transform:translate(-50%)}.velora-hero__glow--aurora{animation:velora-aurora 12s ease-in-out infinite alternate}@keyframes velora-aurora{0%{transform:translateZ(0) scale(1);opacity:.85}50%{transform:translate3d(-4%,3%,0) scale(1.12);opacity:1}to{transform:translate3d(3%,-2%,0) scale(1.05);opacity:.9}}.velora-hero--centered .velora-hero__glow--aurora{animation-name:velora-aurora-centered}@keyframes velora-aurora-centered{0%{transform:translate(-50%) scale(1);opacity:.85}50%{transform:translate(-52%) scale(1.12);opacity:1}to{transform:translate(-48%) scale(1.05);opacity:.9}}@media screen and (min-width:990px){.velora-hero:not(.velora-hero--centered) .velora-hero__inner{align-items:stretch}.velora-hero:not(.velora-hero--centered) .velora-hero__content{align-self:center;flex:1 1 40%}.velora-hero:not(.velora-hero--centered) .velora-hero__media{flex:1 1 60%;align-self:stretch}.velora-hero:not(.velora-hero--centered) .velora-hero__image{width:100%;height:100%;max-width:none;object-fit:cover}.velora-hero:not(.velora-hero--centered) .velora-hero__media-glow{top:-8%;right:-6%;bottom:-8%;left:-6%}}@media screen and (max-width:989px){.velora-hero__inner{flex-direction:column;text-align:center;gap:2rem}.velora-hero--image-left .velora-hero__inner{flex-direction:column}.velora-hero__content,.velora-hero__subheading{margin-inline:auto}.velora-hero--large .velora-hero__inner{min-height:60vh;padding-block:3.5rem}.velora-hero--medium .velora-hero__inner{min-height:42vh}}@media screen and (max-width:480px){.velora-hero__heading{font-size:clamp(1.9rem,8vw,2.4rem)}.velora-hero__subheading{font-size:1rem}.velora-hero--large .velora-hero__inner{min-height:52vh;padding-block:3rem}.velora-hero--medium .velora-hero__inner{min-height:40vh;padding-block:2.5rem}.velora-hero__cta{width:100%}}@media(prefers-reduced-motion:reduce){.velora-hero__glow--aurora{animation:none}.velora-hero__cta{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/6/compiled_assets/styles.css.map */
