/**
 * @license
 * Copyright 2026 Cactusio
 *
 * This code is part of the Cactusio web platform.
 * All rights remain reserved.
 * Unauthorized use, extraction, or redistribution is not permitted.
 *
 * more info at [https://policies.cactusio.com/en/](https://policies.cactusio.com/en/)
 */
.hero-section{margin-top:0;min-height:100svh;background:var(--store-bg);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:6rem 1.25rem 0;position:relative;overflow:visible;gap:0}.hero-orbs-container{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}.hero-orb{position:absolute;border-radius:50%;opacity:.06;filter:blur(140px);animation:22s ease-in-out infinite orbDrift;will-change:transform}.hero-orb-1{width:900px;height:900px;top:-25%;left:-20%;background:var(--store-primary)}.hero-orb-2{width:1100px;height:1100px;bottom:-35%;right:-28%;background:var(--store-secondary);opacity:.03;animation-delay:-8s}.hero-orb-3{width:700px;height:700px;top:35%;left:32%;background:var(--store-primary-light);opacity:.025;animation-delay:-14s}@keyframes orbDrift{0%,100%{transform:translate(0) scale(1)}33%{transform:translate(50px,-30px) scale(1.04)}66%{transform:translate(-30px,45px) scale(.97)}}body.light-mode .hero-orb{opacity:.04}.hero-video-container{position:relative;z-index:10;width:100%;height:calc(100svh - 6rem - 5.5rem);border-radius:20px;overflow:hidden;background:#0a0a0a;border:1px solid rgba(255,255,255,.065);box-shadow:0 0 0 1px rgba(255,255,255,.025) inset,0 0 80px 12px rgba(104,190,124,.07),0 0 160px 32px rgba(104,190,124,.04),0 48px 120px rgba(0,0,0,.85),0 80px 200px rgba(0,0,0,.6);flex-shrink:0;will-change:transform,border-radius,opacity}body.light-mode .hero-video-container{border-color:rgba(0,0,0,.08);box-shadow:0 0 80px 12px rgba(104,190,124,.05),0 48px 120px rgba(0,0,0,.15),0 80px 200px rgba(0,0,0,.08)}.hero-video-container::before{content:'';position:absolute;inset:-2px;border-radius:22px;box-shadow:0 0 60px 8px rgba(104,190,124,.09),0 0 120px 20px rgba(104,190,124,.04);z-index:-1;pointer-events:none}.hero-video-container video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-video-overlay{position:absolute;inset:0;pointer-events:none;z-index:1;background:linear-gradient(to bottom,rgba(0,0,0,.15) 0,transparent 20%,transparent 50%,rgba(0,0,0,.65) 100%)}.hero-video-placeholder{position:absolute;inset:0;background:radial-gradient(ellipse 55% 55% at 50% 50%,rgba(104,190,124,.05) 0,transparent 70%),linear-gradient(135deg,#070707 0,#0c0c0c 100%)}body.light-mode .hero-video-placeholder{background:radial-gradient(ellipse 55% 55% at 50% 50%,rgba(104,190,124,.03) 0,transparent 70%),linear-gradient(135deg,#e8e8ed,#f0f0f0)}.hero-video-eyebrow{position:absolute;top:1.5rem;left:0;right:0;text-align:center;z-index:5;pointer-events:none}.hero-video-eyebrow span{display:inline-block;background:rgba(0,0,0,.4);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.65);font-size:.65rem;letter-spacing:.2em;padding:.3rem 1rem;border-radius:100px;font-weight:500;text-transform:uppercase;white-space:nowrap}.hero-video-bottom{position:absolute;bottom:1.75rem;left:1.75rem;right:1.75rem;z-index:5;display:flex;align-items:flex-end;justify-content:space-between}.hero-video-ctas{display:flex;align-items:center;gap:.5rem}.hero-btn-primary{display:inline-flex;align-items:center;gap:.4rem;padding:.65rem 1.5rem;background:var(--store-primary);color:#000;border:none;border-radius:980px;font-size:.875rem;font-weight:600;font-family:var(--font-display);letter-spacing:-.01em;cursor:pointer;text-decoration:none;transition:background .2s,box-shadow .2s,transform .2s;position:relative;overflow:hidden}.hero-btn-primary::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,transparent 40%,rgba(255,255,255,.25) 50%,transparent 60%);transform:translateX(-100%);transition:transform .6s}.hero-btn-primary:hover::after{transform:translateX(100%)}.hero-btn-primary:hover{background:#80d494;box-shadow:0 0 0 4px rgba(104,190,124,.2)}.hero-btn-primary:active{transform:scale(.97)}.hero-btn-secondary{width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.08);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.12);border-radius:50%;color:rgba(255,255,255,.75);cursor:pointer;text-decoration:none;font-size:.95rem;transition:background .2s,color .2s,transform .3s cubic-bezier(.16,1,.3,1)}.hero-btn-secondary:hover{background:rgba(255,255,255,.14);color:#fff;transform:scale(1.1)}.hero-video-pause{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.4);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:50%;color:rgba(255,255,255,.65);cursor:pointer;transition:background .2s,color .2s;flex-shrink:0}.hero-video-pause:hover{background:rgba(255,255,255,.1);color:#fff}.hero-video-pause svg{pointer-events:none}.hero-stats-bar{position:relative;z-index:10;width:100%;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.055);flex-shrink:0;will-change:transform,opacity}body.light-mode .hero-stats-bar{border-top-color:rgba(0,0,0,.06)}.hero-stat-item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem 1rem;border-right:1px solid rgba(255,255,255,.055);gap:.2rem;transition:background .3s}body.light-mode .hero-stat-item{border-right-color:rgba(0,0,0,.06)}.hero-stat-item:last-child{border-right:none}.hero-stat-item:hover{background:rgba(104,190,124,.015)}.hero-stat-item__number{font-size:1.75rem;font-weight:700;letter-spacing:-.045em;color:var(--store-text);line-height:1}.hero-stat-item__label{font-size:.6rem;color:var(--store-text-muted);letter-spacing:.1em;text-transform:uppercase;font-family:var(--font-body)}.velocity-section{padding:2rem 0;overflow:hidden;background:var(--store-bg)}.marquee-section{padding:1rem 0;border-top:1px solid rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.04);background:var(--store-bg);overflow:hidden;position:relative}body.light-mode .marquee-section{border-color:rgba(0,0,0,.06)}.marquee-item{font-size:.65rem;font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.15);padding:0 2.25rem;position:relative;white-space:nowrap;flex-shrink:0}.marquee-item::after{content:'·';position:absolute;right:0;top:50%;transform:translateY(-50%);color:rgba(255,255,255,.08)}.marquee-item i{display:none}body.light-mode .marquee-item{color:rgba(0,0,0,.12)}body.light-mode .marquee-item::after{color:rgba(0,0,0,.06)}.statement-section{padding:10rem 0;background:var(--store-bg);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:70vh}.statement-section__bg{position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse 55% 45% at 50% 50%,rgba(104,190,124,.035),transparent)}.statement-section__inner{position:relative;z-index:2;text-align:center;max-width:820px;padding:0 2rem}.statement-text{font-size:clamp(1.6rem,4.2vw,3.2rem);font-weight:700;letter-spacing:-.04em;line-height:1.18;color:rgba(255,255,255,.1);transition:color 1.2s cubic-bezier(.16,1,.3,1)}body.light-mode .statement-text{color:rgba(0,0,0,.08)}.statement-text.is-visible{color:rgba(255,255,255,.12)}body.light-mode .statement-text.is-visible{color:rgba(0,0,0,.1)}.statement-text em{font-style:normal;color:rgba(255,255,255,.1);transition:color 1s cubic-bezier(.16,1,.3,1) .15s}.statement-text.is-visible em{color:var(--store-primary)}body.light-mode .statement-text em{color:rgba(0,0,0,.08)}body.light-mode .statement-text.is-visible em{color:var(--store-primary)}.statement-accent{display:block;margin-top:2rem;font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:rgba(104,190,124,.35);font-weight:500}.hscroll-section{height:350vh;background:var(--store-bg)}body.light-mode .hscroll-section{background:var(--store-bg)}.hscroll-header{position:absolute;top:0;left:0;right:0;padding:3rem 4rem 0;z-index:5;display:flex;align-items:flex-end;justify-content:space-between}.hscroll-header .section-label{margin-bottom:.5rem}.hscroll-header .section-title{text-align:left;margin-bottom:0;font-size:clamp(2rem,4vw,3.2rem)}.bento-features{padding:8rem 0;background:var(--store-bg);position:relative;overflow:hidden}.trust-section{padding:8rem 0;background:var(--store-bg)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,.04);border-radius:20px;overflow:hidden}body.light-mode .trust-grid{background:rgba(0,0,0,.06)}.trust-card{padding:2.5rem 2rem;background:var(--store-bg);text-align:center;transition:background .3s;position:relative;overflow:hidden}.trust-card::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 50% 0,rgba(104,190,124,.06),transparent 60%);opacity:0;transition:opacity .4s}.trust-card:hover{background:rgba(255,255,255,.01)}body.light-mode .trust-card:hover{background:rgba(0,0,0,.01)}.trust-card:hover::before{opacity:1}.trust-icon{width:44px;height:44px;margin:0 auto 1.5rem;border-radius:12px;background:rgba(104,190,124,.06);border:1px solid rgba(104,190,124,.1);display:flex;align-items:center;justify-content:center;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .3s}.trust-card:hover .trust-icon{transform:scale(1.1) translateY(-2px);border-color:rgba(104,190,124,.25)}.trust-title{font-size:.9rem;font-weight:600;letter-spacing:-.02em;margin-bottom:.5rem;color:var(--store-text)}.trust-body{font-size:.78rem;color:var(--store-text-muted);line-height:1.55;font-family:var(--font-body)}.featured-section,.products-section{padding:7rem 0;background:var(--store-bg)}.featured-section:hover .section-label,.products-section:hover .section-label{color:rgba(104,190,124,.85);transition:color .4s}.user-dropdown-panel{opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s,visibility .2s}.user-dropdown-panel.active{opacity:1;visibility:visible;pointer-events:auto}body.light-mode .loading-screen,body.light-mode .store-main{background:var(--store-bg)}body.light-mode .store-footer{background:var(--store-bg);border-top-color:rgba(0,0,0,.06)}body.light-mode .footer-orb{opacity:.02}body.light-mode .footer-column h4{color:rgba(0,0,0,.55)}body.light-mode .footer-column ul li a{color:rgba(0,0,0,.35)}body.light-mode .footer-column ul li a:hover{color:rgba(0,0,0,.75)}body.light-mode .footer-brand p{color:rgba(0,0,0,.35)}body.light-mode .footer-social a{background:rgba(0,0,0,.04);border-color:rgba(0,0,0,.07);color:rgba(0,0,0,.3)}body.light-mode .footer-social a:hover{background:var(--store-primary);color:#000;border-color:var(--store-primary)}body.light-mode .footer-feature{background:rgba(0,0,0,.02);border-color:rgba(0,0,0,.06)}body.light-mode .footer-feature:hover{background:rgba(0,0,0,.03);border-color:rgba(0,0,0,.08)}body.light-mode .feature-icon{background:rgba(104,190,124,.06);border-color:rgba(104,190,124,.12)}body.light-mode .newsletter-input-group{background:rgba(0,0,0,.03);border-color:rgba(0,0,0,.07)}body.light-mode .newsletter-input-group input{color:var(--store-text)}body.light-mode .newsletter-input-group input::placeholder{color:rgba(0,0,0,.25)}body.light-mode .footer-copyright p,body.light-mode .footer-payment{color:rgba(0,0,0,.25)}body.light-mode .payment-methods i{color:rgba(0,0,0,.2)}body.light-mode .certification{background:rgba(0,0,0,.03);border-color:rgba(0,0,0,.06);color:rgba(0,0,0,.25)}body.light-mode .product-card{background:rgba(0,0,0,.02);border-color:rgba(0,0,0,.06)}body.light-mode .product-card:hover{border-color:rgba(104,190,124,.2);box-shadow:0 28px 56px rgba(0,0,0,.08),0 0 0 1px rgba(104,190,124,.12)}body.light-mode .product-card__category{color:rgba(104,190,124,.8)}body.light-mode .product-card__name a{color:var(--store-text)}body.light-mode .product-card__desc{color:rgba(0,0,0,.4)}body.light-mode .product-card__footer{border-top-color:rgba(0,0,0,.06)}body.light-mode .product-card__price{color:var(--store-text)}body.light-mode .product-card__compare-price{color:rgba(0,0,0,.3)}body.light-mode .filters-sidebar{background:rgba(0,0,0,.02);border-color:rgba(0,0,0,.06)}body.light-mode .filter-group h4{color:rgba(0,0,0,.35)}body.light-mode .filter-checkbox{color:rgba(0,0,0,.55)}body.light-mode .price-input{background:rgba(0,0,0,.03);border-color:rgba(0,0,0,.07);color:var(--store-text)}body.light-mode .price-input::placeholder{color:rgba(0,0,0,.25)}body.light-mode .filter-button{background:rgba(0,0,0,.03);border-color:rgba(0,0,0,.07);color:rgba(0,0,0,.5)}body.light-mode .sort-select{background-color:rgba(0,0,0,.03);border-color:rgba(0,0,0,.07);color:rgba(0,0,0,.6)}body.light-mode .sort-select option{background:#fff}body.light-mode .results-count{color:rgba(0,0,0,.35)}body.light-mode .pagination-btn{background:rgba(0,0,0,.03);border-color:rgba(0,0,0,.07);color:rgba(0,0,0,.45)}body.light-mode .pagination-btn:hover:not([disabled]):not(.active){background:rgba(104,190,124,.06);border-color:rgba(104,190,124,.2);color:var(--store-primary)}body.light-mode .pagination-info{color:rgba(0,0,0,.3)}body.light-mode .cart-sidebar{background:rgba(252,252,252,.96);border-left-color:rgba(0,0,0,.08)}body.light-mode .cart-header,body.light-mode .cart-item{border-bottom-color:rgba(0,0,0,.06)}body.light-mode .cart-footer{border-top-color:rgba(0,0,0,.06)}body.light-mode .glass-card{background:rgba(0,0,0,.02);border-color:rgba(0,0,0,.06)}body.light-mode .section-label{color:rgba(77,189,103,.7)}body.light-mode .section-title{color:var(--store-text)}@media(max-width:1024px){.trust-grid{grid-template-columns:repeat(2,1fr)}.hscroll-header{padding:3rem 2.5rem 0}}@media(max-width:768px){.hero-section{padding:5.5rem .75rem 0}.hero-video-container{border-radius:16px;height:calc(70svh - 5.5rem)}.hero-video-eyebrow span{font-size:.6rem;padding:.25rem .8rem}.hero-video-bottom{bottom:1.25rem;left:1.25rem;right:1.25rem}.hero-btn-primary{padding:.6rem 1.25rem;font-size:.82rem}.hero-stats-bar{grid-template-columns:repeat(2,1fr)}.hero-stat-item{border-right:none;border-bottom:1px solid rgba(255,255,255,.055)}body.light-mode .hero-stat-item{border-bottom-color:rgba(0,0,0,.06)}.hero-stat-item:nth-child(odd){border-right:1px solid rgba(255,255,255,.055)}body.light-mode .hero-stat-item:nth-child(odd){border-right-color:rgba(0,0,0,.06)}.hero-stat-item:nth-last-child(-n+2){border-bottom:none}.trust-grid{grid-template-columns:1fr;border-radius:16px}.bento-features,.featured-section,.products-section,.trust-section{padding:5rem 0}.statement-section{padding:6rem 0;min-height:40vh}.velocity-section{display:none}.hscroll-header{padding:2rem 1.25rem 0}}@media(max-width:576px){.hero-section{padding:5rem .75rem 0}.hero-video-container{border-radius:12px;height:calc(60svh - 5rem)}.trust-grid{grid-template-columns:1fr}}