:root{--orange:#f15a24;--orange-dark:#d94716;--orange-soft:#fff1eb;--black:#111;--charcoal:#2a2a2a;--muted:rgba(17,17,17,.62);--muted-light:hsla(0,0%,100%,.66);--line:rgba(17,17,17,.12);--line-strong:rgba(17,17,17,.22);--white:#fff;--shadow-sm:0 12px 34px rgba(17,17,17,.07);--shadow-md:0 28px 80px rgba(17,17,17,.12);--radius-sm:12px;--radius:22px;--radius-lg:34px;--shell:1220px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--black);-webkit-font-smoothing:antialiased}body,button,input,textarea{font-family:DM Sans,sans-serif}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{font-family:Manrope,sans-serif;letter-spacing:-.045em}h1{font-size:clamp(3rem,6vw,6.2rem);line-height:.98}h2{font-size:clamp(2.1rem,4vw,3.65rem);line-height:1.04}h3{line-height:1.2}p{color:var(--muted);line-height:1.75}a{text-decoration:none}a,button,input,textarea{color:inherit}button{cursor:pointer}img{display:block;max-width:100%}::-moz-selection{color:var(--white);background:var(--orange)}::selection{color:var(--white);background:var(--orange)}:focus-visible{outline:3px solid rgba(241,90,36,.34);outline-offset:3px}.shell{width:min(calc(100% - 48px),var(--shell));margin-inline:auto}main .shell{width:100%;max-width:none;padding-inline:clamp(16px,3vw,56px)}.section{padding:96px 0;background:var(--white)}.section--compact{padding-top:8px}.section--dark{color:var(--white);background:var(--black)}.section--no-top{padding-top:0}.section--tight-top{padding-top:42px}.section--bordered,.section--soft{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--white)}.section--black,.section--navy{color:var(--white);background:var(--black)}.section--catalog{min-height:650px}.button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:8px;padding:0 20px;border:1px solid transparent;border-radius:8px;font-size:.95rem;font-weight:800;transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease}.button:hover{transform:translateY(-2px)}.button--primary{color:var(--white);background:var(--orange)}.button--primary:hover{background:var(--orange-dark)}.button--outline{color:var(--black);border-color:var(--black);background:var(--white)}.button--outline:hover{color:var(--white);background:var(--black)}.button--ghost-light{color:var(--white);border-color:#ffffff73;background:transparent}.button--ghost-light:hover{color:var(--black);background:var(--white)}.button--whatsapp{color:var(--white);background:var(--orange)}.button--whatsapp:hover{background:var(--orange-dark)}.button--large{min-height:52px;padding-inline:25px}.button--small{min-height:36px;padding-inline:13px;font-size:.76rem}.button--block{width:100%}.text-link{display:inline-flex;align-items:center;gap:7px;color:var(--black);font-weight:800}.text-link:hover{color:var(--orange)}.text-link--large{font-size:.92rem}.article-label,.eyebrow,.kicker{display:inline-flex;align-items:center;gap:7px;color:var(--orange);font-size:.72rem;font-style:normal;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.kicker--light{color:#ff8c62}.page-enter-active,.page-leave-active{transition:opacity .2s ease}.page-enter-from,.page-leave-to{opacity:0}.site-header{position:relative;z-index:50;background:var(--white)}.topbar{color:var(--white);background:var(--black)}.topbar__inner{display:flex;min-height:34px;align-items:center;justify-content:space-between;gap:20px}.topbar p{margin:0;color:var(--muted-light);font-size:.72rem}.topbar__links{display:flex;align-items:center;gap:24px}.topbar__links a{display:inline-flex;align-items:center;gap:6px;color:var(--white);font-size:.72rem;font-weight:700}.topbar__links a:hover{color:#ff8c62}.nav{display:flex;min-height:76px;justify-content:space-between;gap:30px}.brand,.nav{align-items:center}.brand{display:inline-flex;flex:0 0 auto}.brand img{width:150px}.desktop-nav{display:flex;align-items:center;gap:30px}.desktop-nav>a,.nav-dropdown>button{position:relative;display:inline-flex;align-items:center;gap:5px;padding:25px 0;border:0;color:var(--black);background:transparent;font-size:.84rem;font-weight:800}.desktop-nav>a:after,.nav-dropdown>button:after{position:absolute;right:0;bottom:15px;left:0;height:2px;background:var(--orange);content:"";transform:scaleX(0);transform-origin:left;transition:transform .2s ease}.desktop-nav>a.router-link-active:after,.desktop-nav>a:hover:after,.nav-dropdown:hover>button:after{transform:scaleX(1)}.nav-dropdown{position:relative}.nav-dropdown__menu{position:absolute;top:calc(100% - 8px);left:-20px;display:grid;min-width:260px;visibility:hidden;gap:4px;padding:12px;border:1px solid var(--line);border-radius:14px;background:var(--white);box-shadow:var(--shadow-md);opacity:0;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.nav-dropdown:focus-within .nav-dropdown__menu,.nav-dropdown:hover .nav-dropdown__menu{visibility:visible;opacity:1;transform:translateY(0)}.nav-dropdown__menu--wide{width:420px}.nav-dropdown__menu a{display:flex;flex-direction:column;gap:2px;padding:12px 13px;border-radius:9px;font-size:.82rem;font-weight:800}.nav-dropdown__menu a:hover{color:var(--orange);background:var(--orange-soft)}.nav-dropdown__menu small{color:var(--muted);font-size:.67rem;font-weight:600}.nav__actions{display:flex;align-items:center;gap:9px}.icon-button{display:grid;width:46px;height:46px;padding:0;border:1px solid var(--line);border-radius:8px;background:var(--white);place-items:center}.icon-button:hover{border-color:var(--orange);color:var(--orange)}.mobile-menu-button{display:none}.search-drawer{position:absolute;z-index:10;top:100%;right:0;left:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--white);box-shadow:var(--shadow-sm)}.search-drawer__inner{display:flex;min-height:86px;align-items:center;gap:16px}.mobile-search input,.search-drawer input{width:100%;border:0;outline:0;background:transparent;font-size:1rem}.mobile-nav{display:none}.hero{position:relative;overflow:hidden;border-top:1px solid var(--line);background:var(--white)}.hero:before{position:absolute;top:0;right:0;width:34%;height:6px;background:var(--orange);content:""}.hero__grid{display:grid;min-height:720px;grid-template-columns:.96fr 1.04fr;align-items:center;gap:72px;padding:80px 0}.hero__content{position:relative;z-index:2}.hero h1{max-width:760px;margin:22px 0 28px}.hero h1 span{display:block;color:var(--orange)}.hero__lead{max-width:640px;margin-bottom:30px;font-size:1.08rem}.hero__actions{display:flex;flex-wrap:wrap;gap:11px}.hero__proof{display:flex;flex-wrap:wrap;gap:18px;margin-top:30px}.hero__proof span{display:inline-flex;align-items:center;gap:6px;color:var(--charcoal);font-size:.78rem;font-weight:700}.hero__proof svg{color:var(--orange)}.hero-visual{position:relative;min-height:560px}.hero-visual__orange{position:absolute;top:16px;right:10px;width:68%;height:74%;border-radius:var(--radius-lg);background:var(--orange)}.map-card{position:absolute;z-index:2;top:62px;left:0;width:78%;overflow:hidden;padding:24px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow-md)}.map-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.map-card__top>div{display:flex;flex-direction:column;gap:3px}.map-card__top span{color:var(--muted);font-size:.68rem}.map-card__top strong{font-family:Manrope,sans-serif;font-size:.95rem}.live-pill{padding:6px 10px;border-radius:999px;color:var(--white)!important;background:var(--orange);font-weight:800;text-transform:uppercase}.map-route{position:relative;height:265px;margin:20px -24px;overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background-color:var(--white);background-image:linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);background-size:34px 34px}.map-route__path{position:absolute;top:115px;left:14%;width:70%;height:5px;border-radius:999px;background:var(--orange);transform:rotate(-10deg)}.map-route__end,.map-route__pin,.map-route__start{position:absolute;z-index:2;display:grid;border-radius:50%;place-items:center}.map-route__start{top:138px;left:12%;width:15px;height:15px;border:4px solid var(--orange);background:var(--white)}.map-route__end{top:72px;right:13%;width:15px;height:15px;background:var(--black)}.map-route__pin{top:98px;left:51%;width:50px;height:50px;color:var(--white);background:var(--black);box-shadow:0 10px 24px #11111138}.map-card__stats{display:grid;grid-template-columns:repeat(3,1fr)}.map-card__stats span{display:flex;flex-direction:column;gap:3px;border-right:1px solid var(--line);color:var(--muted);font-size:.67rem;text-align:center}.map-card__stats span:last-child{border-right:0}.map-card__stats strong{color:var(--black);font-size:.88rem}.hero-product{position:absolute;z-index:4;right:0;bottom:24px;display:grid;width:230px;height:230px;padding:27px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow-md);place-items:center}.hero-product img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.hero-product__tag{position:absolute;top:14px;left:14px;padding:7px 10px;border-radius:999px;color:var(--white);background:var(--orange);font-size:.62rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.alert-card{position:absolute;z-index:5;bottom:55px;left:-22px;display:flex;align-items:center;gap:10px;padding:14px 17px;border:1px solid var(--line);border-radius:12px;background:var(--white);box-shadow:var(--shadow-sm)}.alert-card>span{display:grid;width:38px;height:38px;border-radius:9px;color:var(--white);background:var(--orange);place-items:center}.alert-card div{display:flex;flex-direction:column;gap:2px}.alert-card strong{font-size:.78rem}.alert-card small{color:var(--muted);font-size:.67rem}.accuracy-card{display:none}.hero--storefront{min-height:620px;border-top:1px solid var(--line);background:var(--white)}.hero--storefront:before{display:none}.hero-map-pattern{position:absolute;inset:0;background-image:linear-gradient(rgba(17,17,17,.045) 1px,transparent 0),linear-gradient(90deg,rgba(17,17,17,.045) 1px,transparent 0),radial-gradient(circle at 50% 45%,rgba(241,90,36,.13),transparent 28%);background-size:46px 46px,46px 46px,100% 100%}.hero-map-pattern:after,.hero-map-pattern:before{position:absolute;height:5px;border-radius:999px;background:var(--orange);content:"";opacity:.42}.hero-map-pattern:before{top:38%;left:-4%;width:38%;transform:rotate(10deg)}.hero-map-pattern:after{right:-5%;bottom:30%;width:42%;transform:rotate(-12deg)}.hero-storefront{position:relative;z-index:2;display:grid;min-height:620px;place-items:center;padding:78px 0 84px}.hero-storefront__copy{max-width:820px;margin-inline:auto;text-align:center}.hero--storefront h1{max-width:820px;margin:20px auto 24px;font-size:clamp(3.3rem,6.2vw,6.15rem)}.hero--storefront h1 em{color:var(--orange);font-style:normal}.hero-storefront__copy>p{max-width:680px;margin:0 auto 28px;font-size:1.04rem}.hero-contact{display:grid;max-width:660px;grid-template-columns:minmax(0,1fr) auto;gap:9px;margin-inline:auto;padding:7px;border:1px solid var(--line-strong);border-radius:12px;background:var(--white);box-shadow:var(--shadow-sm)}.hero-contact__field{display:flex;min-height:52px;align-items:center}.hero-contact__field span{padding:0 13px 0 15px;border-right:1px solid var(--line);font-size:.85rem;font-weight:900}.hero-contact__field input{width:100%;min-width:0;padding:0 15px;border:0;outline:0;background:transparent;font-size:.9rem}.hero-contact .button{min-height:52px}.hero-storefront__note{display:inline-flex;align-items:center;gap:7px;margin-top:20px;color:var(--charcoal);font-size:.76rem;font-weight:700}.hero-storefront__note svg{color:var(--orange)}.hero-orbit{position:absolute;display:flex;align-items:center;gap:12px;padding:13px 15px;border:1px solid var(--line);border-radius:14px;background:#fffffff0;box-shadow:var(--shadow-sm)}.hero-orbit--left{top:44%;left:0}.hero-orbit--right{right:0;bottom:18%}.hero-orbit__icon{display:grid;width:46px;height:46px;flex:0 0 auto;border-radius:10px;color:var(--white);background:var(--orange);place-items:center}.hero-orbit img{width:52px;height:52px;-o-object-fit:contain;object-fit:contain}.hero-orbit>div:last-child{display:flex;flex-direction:column;gap:3px}.hero-orbit strong{font-family:Manrope,sans-serif;font-size:.78rem}.hero-orbit span{color:var(--muted);font-size:.65rem}.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--white)}.trust-strip__grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-strip__grid div{display:flex;min-height:84px;align-items:center;justify-content:center;gap:12px;padding:16px 24px;border-left:1px solid var(--line)}.trust-strip__grid div:last-child{border-right:1px solid var(--line)}.trust-strip__grid strong{color:var(--orange);font-family:inherit;font-size:inherit}.trust-strip__grid span{color:var(--charcoal);font-size:.76rem}.trust-strip__grid svg{flex:0 0 auto;color:var(--orange)}.section-heading{margin-bottom:48px}.section-heading h2{margin:10px 0 0}.section-heading--split{display:grid;grid-template-columns:1.15fr .7fr;align-items:end;gap:72px}.section-heading--split>p{margin:0}.section-heading--center{max-width:780px;margin-right:auto;margin-left:auto;text-align:center}.section-heading--center p{max-width:640px;margin:18px auto 0}.section-heading--light h2,.section-heading--light p{color:var(--white)}.section-heading--light p{color:var(--muted-light)}.section-heading:not(.section-heading--split):not(.section-heading--center){display:flex;align-items:flex-end;justify-content:space-between;gap:36px}.section-label{display:inline-flex;color:var(--orange);font-size:.7rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.shop-section{padding-bottom:70px}.shop-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:34px}.shop-heading h2{margin:7px 0 0;font-size:clamp(2.8rem,4.7vw,4.8rem)}.shop-heading p{max-width:460px;margin:0}.shop-rail{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.shop-tile{position:relative;display:flex;min-height:250px;overflow:hidden;flex-direction:column;justify-content:space-between;padding:20px 18px 0;border:1px solid var(--line);border-radius:18px;background:var(--white);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.shop-tile:hover{border-color:var(--orange);box-shadow:var(--shadow-sm);transform:translateY(-4px)}.shop-tile__copy{position:relative;z-index:2}.shop-tile h3{min-height:38px;margin:0 0 8px;font-size:1rem;letter-spacing:-.035em}.shop-tile span{display:inline-flex;align-items:center;gap:5px;color:var(--orange);font-size:.68rem;font-weight:900}.shop-tile img{width:100%;height:150px;-o-object-fit:contain;object-fit:contain;transition:transform .25s ease}.shop-tile:hover img{transform:scale(1.055)}.product-showcases{padding-top:18px}.home-product-row{display:grid;grid-template-columns:285px minmax(0,1fr);align-items:center;gap:34px;padding:72px 0;border-top:1px solid var(--line)}.home-product-row:last-child{border-bottom:1px solid var(--line)}.home-product-row__intro h2{margin:11px 0 16px;font-size:clamp(2rem,3.2vw,3rem)}.home-product-row__intro>p{margin-bottom:21px;font-size:.85rem}.use-case-tags{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:24px}.use-case-tags span{padding:7px 10px;border:1px solid var(--line);border-radius:999px;color:var(--charcoal);background:var(--white);font-size:.67rem;font-weight:800}.product-grid--showcase{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.product-grid--showcase .product-card{border-radius:17px}.product-grid--showcase .product-card__image{height:190px;padding:24px}.product-grid--showcase .product-card__image:before{top:20px;right:20px;width:64px;height:64px}.product-grid--showcase .product-card__body{padding:18px}.product-grid--showcase .product-card__body h3{min-height:39px;margin:7px 0 9px;font-size:.96rem}.product-grid--showcase .product-card__summary{min-height:40px;font-size:.73rem}.product-grid--showcase .price-row{margin:14px 0}.product-grid--showcase .price-row strong{font-size:1.02rem}.product-grid--showcase .price-row del{font-size:.7rem}.product-grid--showcase .product-card__actions{padding-top:13px}.product-grid--showcase .button--small{min-height:36px;padding-inline:10px;font-size:.68rem}.store-difference{display:grid;grid-template-columns:.75fr 1.25fr;align-items:start;gap:55px;padding:48px;border:1px solid var(--line);border-radius:var(--radius-lg)}.store-difference__heading h2{margin:12px 0 0;font-size:clamp(2rem,3.2vw,3.05rem)}.store-difference__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.store-difference__grid article{padding-top:5px}.icon-box{display:grid;width:44px;height:44px;margin-bottom:18px;border-radius:10px;color:var(--white);background:var(--orange);place-items:center}.store-difference__grid h3{margin-bottom:8px;font-size:1rem}.store-difference__grid p{margin:0;font-size:.76rem;line-height:1.6}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category-card{position:relative;display:grid;min-height:320px;overflow:hidden;grid-template-columns:1.1fr .9fr;padding:29px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.category-card:hover{border-color:var(--orange);box-shadow:var(--shadow-md);transform:translateY(-5px)}.category-card>div{position:relative;z-index:2}.category-card span{color:var(--orange);font-size:.66rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.category-card h3{margin:14px 0 12px;font-size:1.32rem}.category-card p{font-size:.82rem;line-height:1.6}.category-card b{display:inline-flex;align-items:center;gap:6px;margin-top:10px;font-size:.78rem}.category-card img{position:absolute;right:-20px;bottom:-6px;width:52%;height:72%;-o-object-fit:contain;object-fit:contain;transition:transform .25s ease}.category-card:hover img{transform:scale(1.05) translate(-4px)}.product-grid{display:grid;gap:20px}.product-grid,.product-grid--three{grid-template-columns:repeat(3,1fr)}.product-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.product-card:hover{border-color:var(--line-strong);box-shadow:var(--shadow-md);transform:translateY(-5px)}.product-card__image{position:relative;display:grid;height:270px;overflow:hidden;padding:35px;border-bottom:1px solid var(--line);background:var(--white);place-items:center}.product-card__image:before{position:absolute;top:26px;right:26px;width:82px;height:82px;border-radius:50%;background:var(--orange-soft);content:""}.product-card__image img{position:relative;z-index:1;width:88%;height:88%;-o-object-fit:contain;object-fit:contain;transition:transform .3s ease}.product-card:hover .product-card__image img{transform:scale(1.05)}.badge,.discount{position:absolute;z-index:3;top:16px;padding:7px 10px;border-radius:6px;font-size:.62rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.badge{left:16px;background:var(--black)}.badge,.discount{color:var(--white)}.discount{right:16px;background:var(--orange)}.product-card__body{padding:25px}.product-card__body h3{min-height:47px;margin:9px 0 11px;font-size:1.15rem}.product-card__body h3:hover{color:var(--orange)}.product-card__summary{display:-webkit-box;min-height:45px;overflow:hidden;font-size:.81rem;-webkit-box-orient:vertical;-webkit-line-clamp:2}.price-row{display:flex;align-items:baseline;gap:10px;margin:20px 0}.price-row strong{color:var(--black);font-family:Manrope,sans-serif;font-size:1.22rem}.price-row del{color:#1111116b;font-size:.82rem}.product-card__actions{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:18px;border-top:1px solid var(--line)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature-grid--four{grid-template-columns:repeat(4,1fr)}.benefit-grid article,.feature-card,.value-grid article{padding:30px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);transition:transform .22s ease,border-color .22s ease}.benefit-grid article:hover,.feature-card:hover,.value-grid article:hover{border-color:var(--orange);transform:translateY(-4px)}.benefit-grid article>span,.feature-card>span,.value-grid article>span{display:grid;width:47px;height:47px;margin-bottom:28px;border-radius:10px;color:var(--white);background:var(--orange);place-items:center}.benefit-grid h3,.feature-card h3,.value-grid h3{margin-bottom:10px;font-size:1.08rem}.benefit-grid p,.feature-card p,.value-grid p{margin:0;font-size:.82rem}.feature-card--numbered>span{color:var(--orange);background:var(--orange-soft);font-family:Manrope,sans-serif;font-weight:900}.solution-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.solution-card{position:relative;min-height:400px;overflow:hidden;border:1px solid hsla(0,0%,100%,.16);border-radius:var(--radius);background:#1a1a1a}.solution-card--large{grid-row:span 2;min-height:818px}.solution-card img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.64;transition:transform .35s ease,opacity .35s ease}.solution-card:after{position:absolute;inset:0;background:linear-gradient(180deg,transparent 20%,rgba(0,0,0,.92));content:""}.solution-card:hover img{opacity:.8;transform:scale(1.035)}.solution-card>div{position:absolute;z-index:2;right:32px;bottom:31px;left:32px}.solution-card span{color:#ff9169;font-size:.68rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.solution-card h3{margin:10px 0;color:var(--white);font-size:1.55rem}.solution-card p{max-width:520px;margin-bottom:16px;color:var(--muted-light);font-size:.81rem}.solution-card b,.solution-card strong{display:inline-flex;align-items:center;gap:6px;color:var(--white);font-size:.78rem}.app-section{padding:96px 0;background:var(--white)}.app-section__grid{display:grid;overflow:hidden;grid-template-columns:.9fr 1.1fr;align-items:center;gap:70px;padding:65px 78px 0;border-radius:var(--radius-lg);color:var(--white);background:var(--black)}.app-section__visual{position:relative;display:flex;min-height:500px;align-items:flex-end;justify-content:center}.app-section__visual:before{position:absolute;bottom:40px;width:340px;height:340px;border-radius:50%;background:var(--orange);content:""}.app-section__visual img{position:relative;z-index:2;max-height:500px;-o-object-fit:contain;object-fit:contain}.phone-glow{display:none}.app-section h2{margin:13px 0 20px;color:var(--white)}.app-section p{max-width:590px;color:var(--muted-light)}.check-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:28px 0 32px}.check-grid span{display:flex;align-items:center;gap:8px;font-size:.8rem;font-weight:700}.check-grid svg{color:#ff8c62}.store-buttons{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.store-buttons>a:not(.button) img{height:46px;width:auto}.service-band{display:grid;overflow:hidden;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:var(--radius)}.service-band>div{display:flex;min-height:126px;align-items:center;gap:15px;padding:26px;border-right:1px solid var(--line)}.service-band>div:last-child{border-right:0}.service-band svg{flex:0 0 auto;color:var(--orange)}.service-band span{display:flex;flex-direction:column;gap:3px;color:var(--muted);font-size:.75rem}.service-band strong{color:var(--black);font-size:.87rem}.inquiry-card{display:grid;grid-template-columns:.72fr 1.28fr;gap:65px;padding:55px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--white);box-shadow:var(--shadow-sm)}.inquiry-card--compact{padding:42px}.inquiry-card h2{margin:14px 0 15px}.inquiry-card>div>p{margin:0}.inquiry-card form{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.inquiry-card label{display:flex;flex-direction:column;gap:7px}.inquiry-card label>span{font-size:.72rem;font-weight:800}.inquiry-card input,.inquiry-card textarea{width:100%;padding:14px 15px;border:1px solid var(--line);border-radius:8px;outline:0;background:var(--white);resize:vertical}.inquiry-card input:focus,.inquiry-card textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px #f15a241a}.field--full{grid-column:1/-1}.inquiry-section{border-top:1px solid var(--line)}.inquiry-layout{display:grid;grid-template-columns:.72fr 1.28fr;align-items:center;gap:58px}.inquiry-copy h2{margin:12px 0 18px}.inquiry-copy>p{max-width:470px}.inquiry-points{display:grid;gap:10px;margin:25px 0}.inquiry-points span{display:flex;align-items:center;gap:8px;font-size:.78rem;font-weight:800}.inquiry-points svg{color:var(--orange)}.inquiry-layout .inquiry-card{grid-template-columns:1fr;gap:24px;padding:36px}.inquiry-layout .inquiry-card h2{font-size:1.75rem}.youtube-section{padding:0 0 96px;background:var(--white)}.youtube-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:26px;margin-bottom:30px}.youtube-heading h2{max-width:760px;margin:16px 0 0}.youtube-showcase{display:grid;grid-template-columns:minmax(0,1.9fr) minmax(330px,.85fr);gap:18px;align-items:start}.youtube-featured-video{overflow:hidden;border:1px solid rgba(17,17,17,.1);border-radius:22px;background:var(--white);box-shadow:0 24px 60px #1111111a}.youtube-featured-video__player{aspect-ratio:16/9;overflow:hidden;background:#090909}.youtube-featured-video__player iframe{display:block;width:100%;height:100%;border:0}.youtube-featured-video__body{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 22px 22px}.youtube-featured-video__body>div{min-width:0}.youtube-featured-video__body span{color:var(--orange);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.youtube-featured-video__body h3{margin:7px 0 0;font-size:clamp(1.05rem,1.8vw,1.35rem);line-height:1.35;letter-spacing:-.035em}.youtube-featured-video__body .text-link{flex:0 0 auto}.youtube-playlist{display:grid;gap:12px}.youtube-video-card{display:grid;grid-template-columns:142px minmax(0,1fr);width:100%;padding:0;overflow:hidden;border:1px solid rgba(17,17,17,.1);border-radius:15px;color:var(--black);background:var(--white);box-shadow:0 12px 30px #11111112;cursor:pointer;font:inherit;text-align:left;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.youtube-video-card:hover{border-color:#f15a2457;box-shadow:0 18px 42px #1111111c;transform:translateY(-2px)}.youtube-video-card.is-active{border-color:var(--orange);box-shadow:0 16px 38px #f15a2429}.youtube-video-card__thumb{position:relative;min-height:88px;overflow:hidden;background:#f5f5f5}.youtube-video-card__thumb img{width:100%;height:100%;min-height:88px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform .3s ease}.youtube-video-card:hover .youtube-video-card__thumb img{transform:scale(1.06)}.youtube-video-card__play{position:absolute;right:8px;bottom:8px;display:grid;width:34px;height:34px;border-radius:50%;color:var(--white);background:#000000c7;place-items:center}.youtube-video-card__body{align-self:center;min-width:0;padding:13px 14px}.youtube-video-card__body h3{margin:0;display:-webkit-box;overflow:hidden;font-size:.9rem;line-height:1.35;letter-spacing:-.03em;-webkit-box-orient:vertical;-webkit-line-clamp:2}.youtube-video-card__body>span{display:block;margin-top:7px;color:var(--muted);font-size:.75rem}.kicker--dark{color:#ff8c62}.button--light{color:var(--black);background:var(--white)}.button--light:hover{color:var(--white);background:var(--orange)}.about-hero,.article-hero,.blog-hero,.category-hero,.page-hero,.solution-hero{position:relative;overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--white)}.about-hero:before,.article-hero:before,.blog-hero:before,.category-hero:before,.page-hero:before,.solution-hero:before{position:absolute;top:0;left:0;width:min(34%,440px);height:6px;background:var(--orange);content:""}.page-hero__content{max-width:850px;padding:92px 0}.page-hero__content h1{margin:18px 0 22px;font-size:clamp(2.8rem,6vw,5rem)}.page-hero__content p{max-width:700px;margin-bottom:0;font-size:1.02rem}.page-hero__content small{display:block;margin-top:24px;color:var(--muted)}.about-hero .kicker--light,.category-hero .kicker--light,.page-hero .kicker--light,.solution-hero .kicker--light{color:var(--orange)}.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px}.catalog-search{display:flex;width:min(100%,520px);min-height:54px;align-items:center;gap:12px;padding:0 16px;border:1px solid var(--line);border-radius:9px}.catalog-search:focus-within{border-color:var(--orange);box-shadow:0 0 0 3px #f15a241a}.catalog-search input{width:100%;border:0;outline:0;background:transparent}.catalog-search button{display:grid;padding:3px;border:0;background:transparent;place-items:center}.catalog-count{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:.78rem;font-weight:800}.filter-pills{display:flex;overflow-x:auto;gap:8px;margin-bottom:38px;padding-bottom:4px;scrollbar-width:none}.filter-pills::-webkit-scrollbar{display:none}.filter-pills button{flex:0 0 auto;padding:10px 15px;border:1px solid var(--line);border-radius:999px;background:var(--white);font-size:.76rem;font-weight:800}.filter-pills button.active,.filter-pills button:hover{color:var(--white);border-color:var(--orange);background:var(--orange)}.empty-state{padding:90px 20px;border:1px dashed var(--line-strong);border-radius:var(--radius);text-align:center}.empty-state svg{margin:0 auto 18px;color:var(--orange)}.empty-state h2{margin-bottom:8px;font-size:1.8rem}.product-detail{padding:36px 0 112px;background:var(--white)}.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:5px;margin-bottom:34px;color:var(--muted);font-size:.75rem}.breadcrumbs a:hover{color:var(--orange)}.product-detail__grid{display:grid;grid-template-columns:1fr .9fr;gap:74px}.product-gallery__main{position:relative;display:grid;aspect-ratio:1.05/1;overflow:hidden;padding:50px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);place-items:center}.product-gallery__main:before{position:absolute;width:56%;height:56%;border-radius:50%;background:var(--orange-soft);content:""}.product-gallery__main img{position:relative;z-index:1;width:92%;height:92%;-o-object-fit:contain;object-fit:contain}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:12px}.product-gallery__thumbs button{aspect-ratio:1;overflow:hidden;padding:7px;border:1px solid var(--line);border-radius:9px;background:var(--white)}.product-gallery__thumbs button.active{border-color:var(--orange);box-shadow:inset 0 0 0 1px var(--orange)}.product-gallery__thumbs img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-info{padding-top:12px}.product-info h1{margin:12px 0 20px;font-size:clamp(2.2rem,4vw,3.6rem);line-height:1.07}.product-info__summary{font-size:1rem}.price-row--large{flex-wrap:wrap;margin:25px 0}.price-row--large strong{font-size:2rem}.price-row--large del{font-size:1rem}.price-row--large span{width:100%;color:var(--muted);font-size:.7rem}.highlight-list{display:grid;gap:10px;margin:0 0 26px;padding:0;list-style:none}.highlight-list li{display:flex;align-items:flex-start;gap:9px;font-size:.87rem}.highlight-list svg{flex:0 0 auto;color:var(--orange)}.inquiry-panel{padding:23px;border:1px solid rgba(241,90,36,.3);border-radius:14px;background:var(--orange-soft)}.inquiry-panel>p{display:flex;align-items:flex-start;gap:10px;margin-bottom:17px;color:var(--black);font-size:.84rem;line-height:1.5}.inquiry-panel>p svg{flex:0 0 auto;color:var(--orange)}.inquiry-panel p span{display:flex;flex-direction:column}.call-link{display:block;margin-top:12px;color:var(--muted);font-size:.77rem;font-weight:800;text-align:center}.product-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:20px}.product-trust span{display:flex;min-height:104px;flex-direction:column;gap:8px;padding:13px;border:1px solid var(--line);border-radius:10px;font-size:.7rem;font-weight:700}.product-trust svg{color:var(--orange)}.product-about-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:74px;align-items:start}.product-about-grid h2{margin:13px 0 18px}.product-specs-section{background:var(--white)}.product-spec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.product-spec-card{padding:26px;border:1px solid var(--line);border-radius:16px;background:var(--white);box-shadow:var(--shadow-soft)}.product-spec-card h3{margin-bottom:18px;font-size:1.08rem}.product-spec-card dl{display:grid;margin:0}.product-spec-card dl>div{display:grid;grid-template-columns:minmax(110px,.38fr) minmax(0,.62fr);gap:16px;padding:13px 0;border-bottom:1px solid rgba(17,17,17,.09)}.product-spec-card dl>div:first-child{padding-top:0}.product-spec-card dl>div:last-child{padding-bottom:0;border-bottom:0}.product-spec-card dt{color:var(--muted);font-size:.75rem;font-weight:800}.product-spec-card dd{margin:0;color:var(--black);font-size:.83rem;font-weight:700;line-height:1.45}.process-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:32px}.process-list>div{display:flex;gap:13px;padding:20px;border:1px solid var(--line);border-radius:12px}.process-list>div>span{display:grid;width:39px;height:39px;flex:0 0 auto;border-radius:8px;color:var(--white);background:var(--orange);place-items:center}.process-list p{display:flex;flex-direction:column;margin:0;font-size:.76rem;line-height:1.55}.process-list strong{margin-bottom:4px;color:var(--black)}.article-aside,.faq-aside,.mission-card,.use-case-card{padding:34px;border-radius:var(--radius);color:var(--white);background:var(--black)}.use-case-card h3{margin-bottom:20px;color:var(--white);font-size:1.4rem}.audience-card ul,.check-list,.use-case-card ul{display:grid;gap:11px;margin:0;padding:0;list-style:none}.audience-card li,.use-case-card li{display:flex;align-items:flex-start;gap:8px;font-size:.83rem}.audience-card li svg,.use-case-card li svg{flex:0 0 auto;color:#ff8c62}.use-case-card p{margin:25px 0;color:var(--muted-light);font-size:.78rem}.use-case-card .button--outline{color:var(--white);border-color:#fff6;background:transparent}.about-hero__grid,.category-hero__grid,.solution-hero__grid{display:grid;min-height:610px;grid-template-columns:.94fr 1.06fr;align-items:center;gap:68px;padding:76px 0}.about-hero h1,.category-hero h1,.solution-hero h1{margin:18px 0 22px;font-size:clamp(2.8rem,6vw,5.2rem)}.about-hero p,.category-hero p,.solution-hero p{max-width:610px;font-size:1rem}.solution-hero .button--ghost-light{color:var(--black);border-color:var(--black)}.solution-hero .button--ghost-light:hover{color:var(--white);background:var(--black)}.about-hero__image,.category-hero__image,.solution-hero__visual{position:relative;display:grid;min-height:440px;overflow:hidden;padding:36px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--white);place-items:center}.about-hero__image:before,.category-hero__image:before,.solution-hero__visual:before{position:absolute;width:62%;height:62%;border-radius:50%;background:var(--orange-soft);content:""}.about-hero__image img,.category-hero__image img,.solution-hero__visual img{position:relative;z-index:1;width:92%;height:390px;-o-object-fit:contain;object-fit:contain}.intro-grid,.story-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:90px}.intro-grid h2,.story-grid h2{margin:13px 0 0}.intro-grid>p,.story-grid .lead{margin:0;color:var(--black);font-size:1.25rem;line-height:1.6}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.audience-card{display:grid;grid-template-columns:1fr .85fr;align-items:center;gap:55px;padding:54px;border:1px solid var(--line);border-radius:var(--radius-lg)}.audience-card h2{margin:13px 0 15px}.audience-card>.button{grid-column:1/-1;justify-self:start}.solution-detail-page{overflow:hidden;background:var(--white)}.solution-hero-banner{position:relative;height:clamp(560px,72vh,660px);min-height:0;overflow:hidden;color:var(--white);background:#111}.solution-hero-banner__image{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transform:scale(1.02)}.solution-hero-banner__overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0000002e,#00000057 45%,#000000d6),radial-gradient(ellipse at 50% 90%,rgba(241,90,36,.26),transparent 58%)}.solution-hero-banner__content{position:relative;z-index:1;display:flex;height:100%;min-height:0;align-items:flex-end;justify-content:center;padding:136px 0 68px;text-align:center}.solution-hero-banner h1{width:min(100%,1040px);margin:0;color:var(--white);font-size:clamp(3.2rem,6vw,6.4rem);line-height:.98}.solution-overview-section{padding:92px 0}.solution-overview-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:start;gap:56px}.solution-overview-copy h2{max-width:860px;margin-bottom:24px;font-size:clamp(2rem,3.5vw,3.25rem)}.solution-overview-copy p{max-width:820px;color:var(--black);font-size:1.08rem}.solution-overview-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.solution-snapshot-card{position:sticky;top:98px;padding:32px;border:1px solid rgba(17,17,17,.1);border-radius:20px;background:radial-gradient(circle at 100% 0,rgba(241,90,36,.16),transparent 34%),#f8f8f8;box-shadow:0 24px 70px #11111114}.solution-snapshot-card h3{margin-bottom:20px;font-size:1.35rem}.solution-snapshot-card ul{display:grid;gap:14px;margin:0;padding:0;list-style:none}.solution-snapshot-card li{display:flex;align-items:center;gap:10px;color:var(--black);font-size:.9rem;font-weight:800}.solution-snapshot-card svg{flex:0 0 auto;color:var(--orange)}.benefit-grid--solution article{min-height:238px}.solution-operations-section{padding-top:96px}.solution-operations-card{display:grid;grid-template-columns:minmax(0,.95fr) minmax(260px,.75fr);align-items:center;gap:42px;padding:50px;border-radius:22px;color:var(--white);background:radial-gradient(circle at 86% 12%,rgba(241,90,36,.28),transparent 32%),linear-gradient(135deg,#111,#1a1a1a);box-shadow:0 34px 90px #11111124}.solution-operations-card h2{max-width:700px;margin-bottom:16px;color:var(--white)}.solution-operations-card p{max-width:660px;margin-bottom:0;color:#ffffffb8}.solution-audience-list{display:grid;gap:12px;margin:0;padding:0;list-style:none}.solution-audience-list li{display:flex;min-height:48px;align-items:center;gap:10px;padding:10px 13px;border:1px solid hsla(0,0%,100%,.12);border-radius:10px;background:#ffffff0f;color:var(--white);font-size:.88rem;font-weight:800}.solution-audience-list svg{flex:0 0 auto;color:#ff8c62}.solution-operations-card>.button{grid-column:1/-1;justify-self:start}.solution-inquiry-section{padding-top:0}.solution-products-section{padding-bottom:104px}.product-grid--solution-suggested{grid-template-columns:repeat(4,minmax(0,1fr))}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.about-products{display:grid;grid-template-columns:1.1fr .9fr;gap:70px}.about-products h2{margin:13px 0 18px}.check-list{margin-top:28px}.check-list li{display:flex;align-items:flex-start;gap:9px;font-size:.86rem}.check-list svg{color:var(--orange)}.mission-card>svg{color:#ff8c62}.mission-card>span{display:block;margin:25px 0 8px;color:#ff8c62;font-size:.7rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.mission-card h3{margin-bottom:30px;color:var(--white);font-size:1.45rem}.mission-card>div{display:flex;gap:11px;padding:16px 0;border-top:1px solid hsla(0,0%,100%,.14)}.mission-card>div svg{flex:0 0 auto;color:#ff8c62}.mission-card p{display:flex;flex-direction:column;margin:0;color:var(--muted-light);font-size:.76rem;line-height:1.5}.mission-card strong{color:var(--white)}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:30px;align-items:start}.contact-options{display:grid;gap:12px}.contact-options--wide{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-option{display:flex;align-items:center;gap:18px;padding:24px;border:1px solid var(--line);border-radius:14px;background:var(--white)}.contact-option:hover{border-color:var(--orange)}.contact-option>span{display:grid;width:48px;height:48px;flex:0 0 auto;border-radius:10px;color:var(--white);background:var(--black);place-items:center}.contact-option--accent>span{background:var(--orange)}.contact-option small{color:var(--orange);font-size:.65rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.contact-option h2{margin:4px 0 2px;font-size:1.15rem}.contact-option p{margin:0;font-size:.78rem}.office-card{display:grid;overflow:hidden;grid-template-columns:.9fr 1.1fr;border:1px solid var(--line);border-radius:var(--radius-lg)}.office-card>div{padding:55px}.office-card h2{margin:13px 0 22px}.office-card p{display:flex;align-items:flex-start;gap:9px;font-size:.84rem}.office-card p svg{flex:0 0 auto;color:var(--orange)}.map-preview{position:relative;display:grid;min-height:440px;place-content:center;text-align:center;background-color:var(--white);background-image:linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);background-size:34px 34px}.map-preview>span{display:grid;width:74px;height:74px;margin:0 auto 16px;border-radius:50%;color:var(--white);background:var(--orange);place-items:center;box-shadow:var(--shadow-md)}.map-preview strong{font-family:Manrope,sans-serif}.map-preview small{margin-top:4px;color:var(--muted)}.faq-layout{display:grid;grid-template-columns:1.25fr .75fr;gap:50px;align-items:start}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item button{display:flex;width:100%;align-items:center;justify-content:space-between;gap:20px;padding:25px 0;border:0;background:transparent;font-family:Manrope,sans-serif;font-size:1.03rem;font-weight:800;text-align:left}.faq-item button svg{flex:0 0 auto;transition:transform .2s ease}.faq-item.active button{color:var(--orange)}.faq-item.active button svg{transform:rotate(180deg)}.faq-item>div{padding:0 45px 24px 0}.faq-item p{margin:0;font-size:.88rem}.faq-aside{position:sticky;top:25px}.faq-aside>span{display:grid;width:52px;height:52px;margin-bottom:26px;border-radius:11px;color:var(--white);background:var(--orange);place-items:center}.article-aside h2,.faq-aside h2{color:var(--white);font-size:1.55rem}.article-aside p,.faq-aside p{color:var(--muted-light);font-size:.82rem}.blog-hero__intro{max-width:930px;padding:108px 0 92px}.blog-hero h1{margin:22px 0 24px;font-size:clamp(3rem,7vw,6.4rem)}.blog-hero p{max-width:680px;margin:0;font-size:1.05rem}.featured-article{display:grid;height:520px;min-height:520px;overflow:hidden;grid-template-columns:1.15fr .85fr;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--white)}.featured-article__image{overflow:hidden;border-right:1px solid var(--line)}.featured-article__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .35s ease}.featured-article:hover .featured-article__image img{transform:scale(1.035)}.featured-article>div:last-child{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:55px}.featured-article h2{margin:18px 0;font-size:clamp(2rem,4vw,3.2rem)}.featured-article b{display:inline-flex;align-items:center;gap:7px;margin-top:12px;font-size:.83rem}.article-meta{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin:11px 0 0;color:var(--muted);font-size:.7rem;font-weight:700}.article-meta span{display:inline-flex;align-items:center;gap:5px}.article-meta i{width:4px;height:4px;border-radius:50%;background:var(--orange)}.blog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.blog-grid--home{grid-template-columns:repeat(3,1fr)}.blog-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);transition:transform .25s ease,box-shadow .25s ease}.blog-card:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.blog-card__image{display:block;height:280px;overflow:hidden;border-bottom:1px solid var(--line)}.blog-card__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.blog-card:hover .blog-card__image img{transform:scale(1.04)}.blog-card>div{padding:28px}.blog-card h2,.blog-card h3{margin:13px 0 11px;font-size:1.35rem}.blog-card h2 a:hover,.blog-card h3 a:hover{color:var(--orange)}.blog-card>div>p:not(.article-meta){font-size:.83rem}.blog-card>div>a{display:inline-flex;align-items:center;gap:6px;margin-top:9px;font-size:.78rem;font-weight:800}.blog-card>div>a:hover{color:var(--orange)}.article-hero__inner{max-width:920px;padding:90px 0 120px}.article-hero__inner>a{display:inline-flex;align-items:center;gap:7px;margin-bottom:36px;color:var(--muted);font-size:.76rem;font-weight:800}.article-hero h1{margin:17px 0 24px;font-size:clamp(2.8rem,6vw,5.5rem)}.article-hero__inner>p{max-width:760px;font-size:1.02rem}.article-hero__meta{display:flex;gap:22px;margin-top:28px}.article-hero__meta span{display:inline-flex;align-items:center;gap:7px;color:var(--muted);font-size:.76rem;font-weight:700}.article-cover{position:relative;z-index:2;height:580px;overflow:hidden;margin-top:-58px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--white)}.article-cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:78px;align-items:start}.article-content{max-width:790px}.article-content>.lead{margin-bottom:55px;color:var(--black);font-family:Manrope,sans-serif;font-size:1.35rem;font-weight:600;line-height:1.6}.article-content>section{display:grid;grid-template-columns:50px 1fr;gap:24px;padding:35px 0;border-top:1px solid var(--line)}.article-content>section>span{color:var(--orange);font-family:Manrope,sans-serif;font-size:.8rem;font-weight:900}.article-content>section h2{margin-bottom:12px;font-size:1.75rem}.article-content>section p{margin:0}.article-cta{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;margin-top:42px;padding:30px;border:1px solid rgba(241,90,36,.34);border-radius:var(--radius);background:var(--orange-soft)}.article-cta>svg{color:var(--orange)}.article-cta h2{margin-bottom:4px;font-size:1.25rem}.article-cta p{margin:0;font-size:.76rem}.article-aside{position:sticky;top:25px}.article-aside>span{display:block;margin-bottom:23px;color:#ff8c62;font-size:.68rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.article-aside .text-link{color:var(--white)}.article-aside .text-link:hover{color:#ff8c62}.supported-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.supported-grid article{padding:34px;border:1px solid var(--line);border-radius:var(--radius)}.supported-grid article>svg{margin-bottom:27px;color:var(--orange)}.supported-grid h2{font-size:1.35rem}.supported-grid ul{display:grid;gap:10px;padding:0;list-style:none}.supported-grid li{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:.82rem}.supported-grid li svg{color:var(--orange)}.supported-cta{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-top:22px;padding:31px 34px;border:1px solid var(--line);border-radius:var(--radius)}.supported-cta h2{margin:0;font-size:1.45rem}.legal-content{max-width:850px}.legal-content>section{padding:32px 0;border-bottom:1px solid var(--line)}.legal-content h2{font-size:1.5rem}.legal-content li,.legal-content p{font-size:.88rem}.legal-content ul{display:grid;gap:8px;color:var(--muted)}.footer{padding-top:74px;border-top:1px solid var(--line)}.footer__cta{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;justify-content:space-between;gap:30px;margin-bottom:56px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.footer__cta span{color:#000;font-size:.7rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.footer__cta h2{max-width:780px;margin:8px 0 10px;color:#000;font-size:clamp(2.35rem,5vw,4.45rem);letter-spacing:-.04em;line-height:.96}.footer__cta p{max-width:650px;margin:0;color:#000;font-size:1.02rem;font-weight:650}.footer__cta-actions{display:flex;align-items:center;gap:14px}.footer__panel{padding:76px 46px 0;border:1px solid #d9d9d9;border-bottom:0;border-radius:34px 34px 0 0;background:var(--white)}.footer__grid{display:grid;grid-template-columns:1.12fr .82fr .95fr 1.42fr;align-items:start;gap:clamp(34px,5vw,82px);padding:0 0 78px}.footer__grid>div{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.footer__brand{display:flex;flex-direction:column;align-items:flex-start}.footer__logo-lockup{gap:13px;color:#000;font-size:1.28rem;font-weight:950;letter-spacing:-.03em}.brand--footer img{background:var(--white)}.footer__brand p{max-width:280px;margin:24px 0 22px;color:#000;font-size:.92rem;font-weight:600;line-height:1.62}.footer h3{margin:0 0 24px;color:#000;font-size:1.02rem;font-weight:900;letter-spacing:0;text-transform:none}.footer__grid>div:not(.footer__brand){display:flex;flex-direction:column;align-items:flex-start;gap:18px}.footer__grid a,.footer__grid p{color:#000;font-size:.95rem;font-weight:700;line-height:1.35}.footer__grid a:hover{color:#ff8c62}.footer__contact{gap:26px}.footer__contact-item{display:grid;grid-template-columns:50px minmax(0,1fr);width:100%;align-items:start;gap:14px}.footer__contact-icon{display:grid;width:50px;height:50px;border-radius:50%;color:#000;background:#f1f1f1;place-items:center}.footer__contact-item>span:last-child{display:grid;gap:7px}.footer__contact strong{color:#000;font-size:.95rem;font-weight:900;line-height:1.2}.footer__contact a,.footer__contact p{margin:0;color:#000;font-size:.95rem;font-weight:700;line-height:1.45}.social-links{display:flex;width:100%;gap:13px;padding-top:17px;border-top:1px solid #d6d6d6}.social-links a{display:grid;width:26px;height:26px;border:0;border-radius:50%;color:#000;background:transparent;font-size:1rem;font-weight:900;place-items:center}.social-links a:hover{color:#ff8c62;background:transparent}.footer__bottom{display:flex;min-height:76px;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #d6d6d6;background:var(--white)}.footer__bottom p{margin:0;color:#000;font-size:.82rem;font-weight:650}.footer__bottom div{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:24px}.footer__bottom a{color:#000;font-size:.82rem;font-weight:750}.footer__bottom a:hover{color:#ff8c62}.whatsapp-float{position:fixed;z-index:40;right:20px;bottom:20px;display:flex;width:54px;min-height:54px;align-items:center;justify-content:center;padding:0;border:3px solid var(--white);border-radius:999px;color:var(--white);background:#25d366;box-shadow:var(--shadow-md);font-size:.78rem;font-weight:900}.whatsapp-float:hover{background:#1ebe5d;transform:translateY(-2px)}.whatsapp-float__icon{flex:0 0 26px}.hypebot-float{position:fixed;z-index:40;right:20px;bottom:86px;display:block;width:60px;height:60px;border:0;border-radius:50%;background:transparent;box-shadow:var(--shadow-md);transition:transform .2s ease}.hypebot-float:focus-visible,.hypebot-float:hover{transform:translateY(-2px)}.hypebot-float__logo-frame{display:block;width:100%;height:100%;overflow:hidden;border-radius:50%}.hypebot-float__logo{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transform:scale(1.1)}.hypebot-float__label{position:absolute;top:50%;right:calc(100% + 10px);padding:10px 15px;border:2px solid var(--white);border-radius:999px;color:var(--white);background:#111;box-shadow:var(--shadow-md);font-size:.72rem;font-weight:900;line-height:1;opacity:0;pointer-events:none;transform:translate(8px,-50%);transition:opacity .2s ease,transform .2s ease;white-space:nowrap}.hypebot-float:focus-visible .hypebot-float__label,.hypebot-float:hover .hypebot-float__label{opacity:1;transform:translateY(-50%)}@media(max-width:1120px){.desktop-nav{gap:20px}.desktop-nav>a,.nav-dropdown>button{font-size:.79rem}.nav__actions .button{padding-inline:16px}.hero__grid{gap:45px}.product-grid{grid-template-columns:repeat(2,1fr)}.product-grid--showcase{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-orbit{display:none}.home-product-row{grid-template-columns:250px minmax(0,1fr);gap:28px}.product-grid--showcase .product-card__summary{display:none}.product-grid--showcase .product-card__actions{align-items:flex-start;flex-direction:column}.product-grid--showcase .button--small{width:100%}.feature-grid--four{grid-template-columns:repeat(2,1fr)}.footer__grid{grid-template-columns:1.2fr .8fr .8fr}.footer__contact{grid-column:2/4}}@media(max-width:920px){.shell{width:min(calc(100% - 36px),var(--shell))}.section{padding:78px 0}.desktop-nav,.desktop-only{display:none}.mobile-menu-button{display:grid}.mobile-nav{position:absolute;z-index:20;top:100%;right:0;left:0;display:block;max-height:calc(100vh - 110px);overflow-y:auto;border-top:1px solid var(--line);background:var(--white);box-shadow:var(--shadow-md)}.mobile-nav .shell{display:grid;padding:18px 0 30px}.mobile-nav a:not(.button){padding:10px 5px;border-bottom:1px solid var(--line);font-size:.85rem;font-weight:800}.mobile-nav__label{margin:24px 5px 5px;color:var(--orange);font-size:.66rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.mobile-nav .button{margin-top:22px}.mobile-search{display:flex;align-items:center;gap:10px;margin-bottom:10px;padding:12px 14px;border:1px solid var(--line);border-radius:9px}.about-hero__grid,.about-products,.app-section__grid,.article-layout,.category-hero__grid,.contact-grid,.featured-article,.hero__grid,.intro-grid,.office-card,.product-about-grid,.product-detail__grid,.product-spec-grid,.solution-hero__grid,.solution-operations-card,.solution-overview-grid,.story-grid{grid-template-columns:1fr}.hero__grid{min-height:auto;padding:75px 0 90px}.hero--storefront,.hero-storefront{min-height:570px}.hero-storefront{padding:68px 0 72px}.shop-rail{grid-template-columns:repeat(3,1fr)}.shop-tile{min-height:260px}.home-product-row{grid-template-columns:1fr;align-items:start;gap:30px;padding:60px 0}.home-product-row__intro{max-width:620px}.product-grid--showcase .product-card__actions{align-items:center;flex-direction:row}.product-grid--showcase .button--small{width:auto}.store-difference{gap:36px;padding:40px}.inquiry-layout,.store-difference{grid-template-columns:1fr}.hero-visual{width:min(100%,650px);margin:0 auto}.section-heading--split{grid-template-columns:1fr;gap:18px}.benefit-grid,.category-grid,.feature-grid,.product-grid--solution-suggested,.supported-grid,.value-grid{grid-template-columns:repeat(2,1fr)}.solution-card--large{grid-row:auto;min-height:480px}.solution-card{min-height:480px}.app-section__grid{gap:20px;padding:60px 60px 0}.app-section__visual{order:2}.inquiry-card{gap:30px}.inquiry-card,.youtube-showcase{grid-template-columns:1fr}.youtube-playlist{grid-template-columns:repeat(2,minmax(0,1fr))}.about-hero__grid,.category-hero__grid,.solution-hero__grid{gap:35px}.about-hero__image,.category-hero__image,.solution-hero__visual{min-height:360px}.about-hero__image img,.category-hero__image img,.solution-hero__visual img{height:320px}.intro-grid,.story-grid{gap:32px}.audience-card{grid-template-columns:1fr;gap:30px}.audience-card>.button{grid-column:auto}.solution-operations-card,.solution-overview-grid{grid-template-columns:1fr}.solution-snapshot-card{position:static}.solution-operations-card>.button{grid-column:auto}.article-cover{height:470px}.article-layout{gap:45px}.article-aside{position:static}.footer__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:48px 56px}.footer__contact{grid-column:auto}}@media(max-width:640px){.contact-options--wide{grid-template-columns:1fr}.shell{width:min(calc(100% - 28px),var(--shell))}.section{padding:64px 0}h1{font-size:3.1rem}h2{font-size:2.15rem}.topbar__inner{justify-content:center}.topbar__inner>p,.topbar__links a:last-child{display:none}.nav{min-height:68px}.brand img{width:134px}.hero__grid{padding:55px 0 70px}.hero--storefront,.hero-storefront{min-height:540px}.hero-storefront{padding:56px 0 62px}.hero--storefront h1{margin:17px auto 20px;font-size:3rem}.hero-storefront__copy>p{margin-bottom:23px;font-size:.9rem;line-height:1.65}.hero-contact{grid-template-columns:1fr;padding:6px}.hero-contact .button{width:100%}.hero-storefront__note{align-items:flex-start;text-align:left}.hero h1{font-size:3.2rem}.hero__lead{font-size:.98rem}.hero__actions .button{width:100%}.hero__proof{display:grid;gap:10px}.hero-visual{min-height:430px}.hero-visual__orange{width:72%;height:72%}.map-card{top:40px;width:95%;padding:16px}.map-route{height:190px;margin:16px -16px}.map-route__path{top:80px}.map-route__pin{top:63px}.hero-product{width:145px;height:145px}.alert-card{bottom:18px;left:2px}.trust-strip__grid{grid-template-columns:1fr 1fr}.trust-strip__grid div{min-height:82px;justify-content:flex-start;gap:9px;padding:13px 12px;border-bottom:1px solid var(--line)}.trust-strip__grid span{font-size:.68rem}.trust-strip__grid svg{width:20px;height:20px}.shop-section{padding-bottom:48px}.section-heading:not(.section-heading--split):not(.section-heading--center),.shop-heading{align-items:flex-start;flex-direction:column;gap:14px}.shop-heading{margin-bottom:24px}.shop-heading h2{font-size:3rem}.shop-heading p{font-size:.82rem}.shop-rail{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.shop-tile{min-height:180px;padding:14px 10px 0;border-radius:13px}.shop-tile h3{min-height:31px;font-size:.78rem}.shop-tile span{font-size:.57rem}.shop-tile span svg{display:none}.shop-tile img{height:105px}.product-showcases{padding-top:8px}.home-product-row{padding:50px 0}.product-grid--showcase{display:flex;width:calc(100vw - 14px);margin-right:calc(-100vw + 100% + 14px);overflow-x:auto;gap:12px;padding:0 14px 16px 0;scroll-snap-type:x mandatory;scrollbar-width:none}.product-grid--showcase::-webkit-scrollbar{display:none}.product-grid--showcase .product-card{width:min(76vw,280px);flex:0 0 auto;scroll-snap-align:start}.product-grid--showcase .product-card__image{height:205px}.product-grid--showcase .product-card__summary{display:-webkit-box}.store-difference{gap:30px;padding:28px 22px;border-radius:var(--radius)}.store-difference__grid{grid-template-columns:1fr;gap:25px}.inquiry-layout{gap:38px}.inquiry-layout .inquiry-card{padding:28px 22px}.benefit-grid,.blog-grid,.blog-grid--home,.category-grid,.feature-grid,.feature-grid--four,.product-grid,.solution-grid,.supported-grid,.value-grid{grid-template-columns:1fr}.category-card{min-height:280px}.product-card__image{height:275px}.solution-card,.solution-card--large{min-height:430px}.app-section{padding:68px 0}.app-section__grid{padding:42px 24px 0;border-radius:var(--radius)}.app-section__visual{min-height:360px}.app-section__visual:before{width:260px;height:260px}.check-grid,.service-band{grid-template-columns:1fr}.service-band>div{min-height:106px;border-right:0;border-bottom:1px solid var(--line)}.service-band>div:last-child{border-bottom:0}.inquiry-card,.inquiry-card--compact{gap:24px;padding:30px 22px;border-radius:var(--radius)}.inquiry-card form{grid-template-columns:1fr}.field--full{grid-column:auto}.youtube-section{padding-bottom:64px}.youtube-heading{align-items:flex-start;flex-direction:column}.youtube-playlist{grid-template-columns:1fr}.youtube-featured-video__body{align-items:flex-start;flex-direction:column;gap:16px}.youtube-video-card{grid-template-columns:132px minmax(0,1fr)}.youtube-video-card__thumb,.youtube-video-card__thumb img{min-height:82px;height:100%}.article-hero__inner,.blog-hero__intro,.page-hero__content{padding:62px 0 70px}.about-hero h1,.article-hero h1,.blog-hero h1,.category-hero h1,.page-hero__content h1,.solution-hero h1{font-size:2.85rem}.catalog-toolbar{align-items:flex-start;flex-direction:column}.catalog-search{width:100%}.product-detail{padding-top:22px}.product-gallery__main{padding:28px}.product-gallery__thumbs{grid-template-columns:repeat(4,1fr)}.product-info h1{font-size:2.2rem}.process-list,.product-trust{grid-template-columns:1fr}.product-spec-card{padding:22px}.product-spec-card dl>div{grid-template-columns:1fr;gap:5px}.about-hero__grid,.category-hero__grid,.solution-hero__grid{min-height:auto;padding:58px 0 68px}.about-hero__image,.category-hero__image,.solution-hero__visual{min-height:290px}.about-hero__image img,.category-hero__image img,.solution-hero__visual img{height:270px}.audience-card{padding:29px 23px}.office-card>div{padding:34px 24px}.map-preview{min-height:330px}.faq-layout{grid-template-columns:1fr}.faq-aside{position:static}.featured-article{height:auto;grid-template-columns:1fr}.featured-article__image{height:300px;border-right:0;border-bottom:1px solid var(--line)}.featured-article>div:last-child{padding:30px 24px}.blog-card__image{height:250px}.article-cover{height:320px;margin-top:-34px;border-radius:var(--radius)}.article-content>section{grid-template-columns:38px 1fr;gap:13px}.article-cta{grid-template-columns:1fr}.footer__cta,.supported-cta{align-items:flex-start;flex-direction:column}.footer__cta{grid-template-columns:1fr;justify-content:center;margin-bottom:38px;padding:0}.footer__cta-actions{flex-wrap:wrap}.footer__panel{padding:48px 28px 0;border-radius:26px 26px 0 0}.footer__grid{grid-template-columns:1fr;gap:38px;padding:0 0 48px}.footer__bottom{align-items:flex-start;flex-direction:column;padding:22px 0}.footer__bottom div{justify-content:flex-start;flex-wrap:wrap}.whatsapp-float{right:14px;bottom:14px;width:54px;padding:0;justify-content:center}.whatsapp-float span{display:none}.hypebot-float{right:14px;bottom:80px;width:56px;height:56px}}@media(prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:root{--fleet-bg:#111;--fleet-panel:#1a1a1a;--fleet-panel-soft:#242424;--fleet-border:hsla(0,0%,100%,.12);--fleet-muted:hsla(0,0%,100%,.66);--fleet-glow:rgba(241,90,36,.34);--fleet-purple:rgba(241,90,36,.22)}body{background:var(--white)}.site-header--fleet{position:fixed;z-index:80;top:0;right:0;left:0;padding-top:20px;background:transparent;transform:translateY(0);transition:transform .28s ease,padding-top .28s ease;will-change:transform}.nav--fleet{min-height:72px;padding:0 22px;border:1px solid rgba(17,17,17,.08);border-radius:8px;background:#fffffff0;box-shadow:0 18px 55px #11111121;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:background .25s ease,box-shadow .25s ease}.brand--fleet img{width:64px;height:64px;border:2px solid rgba(241,90,36,.2);border-radius:50%;-o-object-fit:cover;object-fit:cover;box-shadow:0 10px 24px #1111111f}.brand--footer img{width:56px;height:56px;border:1px solid rgba(0,0,0,.12);border-radius:50%;-o-object-fit:cover;object-fit:cover;box-shadow:none}.desktop-nav--fleet{gap:28px}.desktop-nav--fleet .nav-dropdown>button,.desktop-nav--fleet>a{padding:21px 0;color:#111111c7;font-size:.74rem;letter-spacing:.04em;text-transform:uppercase}.desktop-nav--fleet .nav-dropdown>button:after,.desktop-nav--fleet>a:after{bottom:13px;background:var(--orange)}.desktop-nav--fleet .nav-dropdown>button:hover{color:var(--orange)}.nav--fleet .nav-dropdown__menu{top:calc(100% + 8px);border-color:#11111114;background:#fffffffa;box-shadow:0 24px 70px #11111126}.nav--fleet .nav-dropdown__menu a{color:var(--black)}.nav--fleet .nav-dropdown__menu a:hover{background:#f15a241a}.nav--fleet .nav-dropdown__menu small{color:var(--muted)}.nav--fleet .nav-dropdown__menu--products{left:-76px;width:610px;grid-template-columns:repeat(4,minmax(120px,1fr));gap:14px;padding:18px 20px 20px;border-radius:18px}.nav--fleet .nav-dropdown__menu--products .product-mega-card{align-items:center;gap:12px;padding:0;color:#424242;font-size:.92rem;font-weight:800;text-align:center}.nav--fleet .nav-dropdown__menu--products .product-mega-card:hover{color:var(--orange);background:transparent}.product-mega-card__icon{display:grid;width:100px;height:100px;place-items:center;overflow:hidden;border:1px solid rgba(17,17,17,.06);border-radius:22px;background:#f6f6f6;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.product-mega-card__icon img{max-width:82px;max-height:82px;-o-object-fit:contain;object-fit:contain;filter:grayscale(1) contrast(1.05)}.product-mega-card:hover .product-mega-card__icon{border-color:#f15a2457;box-shadow:0 16px 34px #1111111f;transform:translateY(-2px)}.nav--fleet .nav-dropdown__menu--mega{position:fixed;top:72px;left:50%;width:min(1080px,calc(100vw - 32px));gap:24px;padding:30px 38px 34px;border-radius:18px;background:#fffffffc;transform:translate(-50%,10px)}.nav--fleet .nav-dropdown__menu--company,.nav--fleet .nav-dropdown__menu--resources{width:min(850px,calc(100vw - 32px))}.nav--fleet .nav-dropdown__menu--apps{width:min(1080px,calc(100vw - 32px));padding:24px 28px 28px}.nav--fleet .nav-dropdown .nav-dropdown__menu--apps.is-open{visibility:visible;opacity:1;transform:translate(-50%);transition:none}.app-mega-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.app-mega-group{min-width:0;padding:0 26px}.app-mega-group:first-child{padding-left:0;border-right:1px solid rgba(17,17,17,.1)}.app-mega-group:last-child{padding-right:0}.app-mega-group__heading{display:flex;align-items:center;gap:10px;margin-bottom:16px}.app-mega-group__heading>span{display:grid;width:34px;height:34px;flex:0 0 34px;border-radius:8px;color:var(--orange);background:#f15a241a;place-items:center}.app-mega-group__heading h3{margin:0;color:var(--black);font-size:1rem;letter-spacing:0}.app-mega-group__stores{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.nav--fleet .nav-dropdown__menu--apps a.app-store-link{display:grid;grid-template-columns:84px minmax(0,1fr) 18px;align-items:center;gap:12px;min-width:0;padding:11px;border:1px solid rgba(17,17,17,.1);border-radius:8px;color:var(--black);background:#fff}.nav--fleet .nav-dropdown__menu--apps a.app-store-link:hover{border-color:#f15a2461;color:var(--black);background:#fff8f5}.app-store-link__qr{width:84px;height:84px;border:1px solid rgba(17,17,17,.08);border-radius:6px;background:#fff;-o-object-fit:contain;object-fit:contain}.app-store-link__content{display:flex;min-width:0;align-items:center;gap:8px}.app-store-link__content>svg{flex:0 0 auto;color:var(--orange)}.app-store-link__content>span{display:grid;min-width:0;gap:2px}.app-store-link__content strong{color:var(--black);font-size:.78rem;line-height:1.25}.nav--fleet .nav-dropdown__menu--apps .app-store-link__content small{color:#1111118a;font-size:.65rem;font-weight:700}.app-store-link>svg{color:#1111116b;transition:color .2s ease,transform .2s ease}.app-store-link:hover>svg{color:var(--orange);transform:translate(2px,-2px)}@media(max-width:1120px){.desktop-nav--fleet{gap:16px}.desktop-nav--fleet .nav-dropdown>button{font-size:.68rem}.nav__actions--fleet .button{padding-inline:12px;font-size:.78rem}}.nav--fleet .nav-dropdown:focus-within .nav-dropdown__menu--mega,.nav--fleet .nav-dropdown:hover .nav-dropdown__menu--mega{transform:translate(-50%)}.nav--fleet .nav-dropdown__menu--mega:before{position:absolute;top:-7px;left:50%;width:16px;height:16px;border-top:1px solid rgba(17,17,17,.08);border-left:1px solid rgba(17,17,17,.08);background:#fffffffc;content:"";transform:translate(-50%) rotate(45deg)}.mega-menu__label{margin:0;color:var(--black);font-size:.72rem;font-weight:900;letter-spacing:.14em;line-height:1;text-transform:uppercase}.mega-menu__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 44px}.mega-menu__grid--compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 38px}.nav--fleet .nav-dropdown__menu--mega a.mega-menu-item{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:flex-start;gap:16px;padding:0;border-radius:0;color:var(--black);font-size:.92rem;text-align:left}.nav--fleet .nav-dropdown__menu--mega a.mega-menu-item:hover{color:var(--black);background:transparent}.mega-menu-item__icon{display:grid;width:34px;height:34px;align-items:center;justify-content:center;border-radius:10px;color:var(--orange);background:#f15a241a;transition:background .2s ease,color .2s ease,transform .2s ease}.mega-menu-item__icon--green{color:var(--orange);background:#f15a241c}.mega-menu-item__icon--blue,.mega-menu-item__icon--orange,.mega-menu-item__icon--teal{color:var(--orange);background:#f15a241f}.mega-menu-item__icon--black{color:var(--black);background:#11111112}.mega-menu-item__icon--purple{color:var(--orange);background:#f15a241f}.mega-menu-item__content{display:grid;gap:6px}.mega-menu-item__title{color:var(--black);font-family:Manrope,sans-serif;font-size:.94rem;font-weight:900;letter-spacing:-.02em;line-height:1.24;transition:color .2s ease}.nav--fleet .nav-dropdown__menu--mega a.mega-menu-item small{color:#111111a3;font-size:.78rem;font-weight:650;line-height:1.45}.mega-menu-item:hover .mega-menu-item__title{color:var(--orange)}.mega-menu-item:hover .mega-menu-item__icon{color:var(--white);background:var(--orange);transform:translateY(-2px)}.nav__actions--fleet{gap:10px}.button--nav-login{min-height:39px;padding-inline:15px;color:var(--white);background:var(--black)}.button--nav-login:hover{color:var(--white);background:#242424}.mobile-menu-button--fleet{color:var(--black);border-color:#1111111a;background:#1111110a}.mobile-nav--fleet{position:absolute;top:calc(100% + 10px);right:18px;left:18px;border:1px solid rgba(17,17,17,.08);border-radius:14px;background:#fffffffa;box-shadow:0 18px 55px #11111124}.mobile-nav--fleet a:not(.button){color:var(--black);border-bottom-color:#11111114}.mobile-nav--fleet .mobile-nav__label{color:#ff8c62}.button--primary{background:linear-gradient(135deg,var(--orange),#ff7b37);box-shadow:0 14px 30px #f15a2438}.button--primary:hover{background:linear-gradient(135deg,var(--orange-dark),var(--orange))}.fleet-home{overflow:hidden;background:var(--white)}.fleet-home .home-reveal{opacity:1;transform:translateY(0) scale(1);transform-origin:center top;filter:blur(0);transition:opacity .72s ease,transform .82s cubic-bezier(.2,.72,.18,1),filter .82s ease;will-change:opacity,transform,filter}.fleet-home.is-reveal-ready .home-reveal:not(.is-visible){opacity:0;transform:translateY(54px) scale(.985);filter:blur(10px)}.fleet-home .home-reveal.is-visible{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}.fleet-home .home-reveal .fleet-stack-card,.fleet-home .home-reveal .portal-showcase__copy,.fleet-home .home-reveal .portal-showcase__visual,.fleet-home .home-reveal .product-card,.fleet-home .home-reveal .solution-showcase-card,.fleet-home .home-reveal .youtube-video-card,.fleet-home .home-reveal>.shell{opacity:1;transform:translateY(0);transition:opacity .64s ease,transform .76s cubic-bezier(.2,.72,.18,1)}.fleet-home.is-reveal-ready .home-reveal:not(.is-visible) .fleet-stack-card,.fleet-home.is-reveal-ready .home-reveal:not(.is-visible) .portal-showcase__copy,.fleet-home.is-reveal-ready .home-reveal:not(.is-visible) .portal-showcase__visual,.fleet-home.is-reveal-ready .home-reveal:not(.is-visible) .product-card,.fleet-home.is-reveal-ready .home-reveal:not(.is-visible) .solution-showcase-card,.fleet-home.is-reveal-ready .home-reveal:not(.is-visible) .youtube-video-card,.fleet-home.is-reveal-ready .home-reveal:not(.is-visible)>.shell{opacity:0;transform:translateY(28px)}.fleet-home .home-reveal.is-visible .fleet-stack-card,.fleet-home .home-reveal.is-visible .portal-showcase__copy,.fleet-home .home-reveal.is-visible .portal-showcase__visual,.fleet-home .home-reveal.is-visible .product-card,.fleet-home .home-reveal.is-visible .solution-showcase-card,.fleet-home .home-reveal.is-visible .youtube-video-card,.fleet-home .home-reveal.is-visible>.shell{opacity:1;transform:translateY(0)}.fleet-home .home-reveal.is-visible .fleet-stack-card:nth-child(2),.fleet-home .home-reveal.is-visible .product-card:nth-child(2),.fleet-home .home-reveal.is-visible .solution-showcase-card:nth-child(2),.fleet-home .home-reveal.is-visible .youtube-video-card:nth-child(2){transition-delay:.06s}.fleet-home .home-reveal.is-visible .fleet-stack-card:nth-child(3),.fleet-home .home-reveal.is-visible .product-card:nth-child(3),.fleet-home .home-reveal.is-visible .solution-showcase-card:nth-child(3),.fleet-home .home-reveal.is-visible .youtube-video-card:nth-child(3){transition-delay:.12s}.fleet-home .home-reveal.is-visible .fleet-stack-card:nth-child(4),.fleet-home .home-reveal.is-visible .product-card:nth-child(4),.fleet-home .home-reveal.is-visible .solution-showcase-card:nth-child(4),.fleet-home .home-reveal.is-visible .youtube-video-card:nth-child(4){transition-delay:.18s}.fleet-home .home-reveal.is-visible .product-card:nth-child(5),.fleet-home .home-reveal.is-visible .solution-showcase-card:nth-child(5){transition-delay:.24s}.fleet-home .home-banner.home-reveal,.fleet-home .home-banner.home-reveal>.shell{filter:none;transform:none}.home-banner{position:relative;overflow:hidden;color:var(--white);background:#111}.home-banner__slider{position:relative;min-height:740px;overflow:hidden}.home-banner__slide{position:absolute;inset:0;display:flex;align-items:center;opacity:0;pointer-events:none;transform:scale(1.02);transition:opacity .75s ease,transform 1.2s ease}.home-banner__slide.is-active{opacity:1;pointer-events:auto;transform:scale(1)}.home-banner__image{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transform:scale(1.01)}.home-banner__overlay{position:absolute;inset:0;background:radial-gradient(ellipse at 50% 84%,rgba(0,0,0,.54) 0,rgba(0,0,0,.28) 38%,transparent 70%),linear-gradient(180deg,#00000005,#00000014 42%,#0006 74%,#000000d1)}.home-banner__content-wrap{position:relative;z-index:2;display:flex;min-height:740px;align-items:flex-end;justify-content:center;padding:96px 0 112px}.home-banner__content{position:relative;width:min(100%,820px);max-width:820px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;text-align:center}.home-banner h1{max-width:820px;margin:16px auto 18px;color:var(--white);font-size:clamp(2.4rem,4vw,4.7rem);line-height:1.05;letter-spacing:-.045em;text-wrap:balance;text-shadow:0 5px 26px rgba(0,0,0,.56)}.home-banner p{max-width:610px;margin:0 auto;color:#ffffffe6;font-size:1rem;line-height:1.64;text-shadow:0 3px 16px rgba(0,0,0,.42)}.home-banner__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:26px}.home-banner__arrow{position:absolute;top:50%;z-index:5;display:grid;width:48px;height:48px;place-items:center;border:1px solid hsla(0,0%,100%,.24);border-radius:50%;color:var(--white);background:#11111173;font-size:2.2rem;line-height:1;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:border-color .2s ease,background .2s ease,transform .2s ease;transform:translateY(-50%)}.home-banner__arrow:hover{border-color:#f15a24cc;background:var(--orange);transform:translateY(-50%) scale(1.04)}.home-banner__arrow--prev{left:24px}.home-banner__arrow--next{right:24px}.portal-showcase{overflow:hidden;padding:86px 0 90px;border-bottom:1px solid var(--line);background:var(--white)}.portal-showcase__grid{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr);align-items:center;gap:clamp(36px,5vw,72px)}.portal-showcase__visual{display:flex;align-items:center;justify-content:flex-start;margin-left:clamp(-54px,-4vw,-28px)}.portal-showcase__visual img{width:min(780px,58vw);max-width:none;height:auto;-o-object-fit:contain;object-fit:contain}.portal-showcase__copy{max-width:520px}.portal-showcase__copy h2{margin:12px 0 18px;font-size:clamp(2.15rem,3.5vw,3.75rem);line-height:1.05}.portal-showcase__copy>p{margin-bottom:25px;font-size:.98rem}.portal-feature-list{display:grid;gap:13px;margin:0 0 30px;padding:0;list-style:none}.portal-feature-list li{display:grid;grid-template-columns:22px minmax(0,1fr);gap:11px;align-items:start;color:var(--charcoal);font-size:.88rem;font-weight:700;line-height:1.55}.portal-feature-list svg{margin-top:3px;color:var(--orange)}.fleet-hero{position:relative;overflow:hidden;padding:135px 0 76px;color:var(--white);background:radial-gradient(circle at 50% 62%,rgba(241,90,36,.28),transparent 26%),radial-gradient(circle at 50% 74%,var(--fleet-purple),transparent 34%),linear-gradient(180deg,#111 0 78%,#1a1a1a)}.fleet-hero__grid{position:absolute;inset:0;background-image:linear-gradient(hsla(0,0%,100%,.035) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.035) 1px,transparent 0);background-size:60px 60px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.7),transparent 92%);mask-image:linear-gradient(180deg,rgba(0,0,0,.7),transparent 92%)}.fleet-hero:after,.fleet-hero:before{position:absolute;width:44vw;height:44vw;border:1px solid rgba(241,90,36,.22);border-radius:50%;content:"";filter:blur(.3px)}.fleet-hero:before{top:28%;left:28%;transform:rotate(18deg) scaleY(.36)}.fleet-hero:after{right:20%;bottom:14%;transform:rotate(-24deg) scaleY(.28)}.fleet-hero__inner{position:relative;z-index:2;display:grid;min-height:700px;grid-template-columns:.9fr 1.1fr;align-items:center;gap:56px}.fleet-hero__copy{max-width:650px}.kicker--dark{color:#ff936d}.fleet-hero h1{max-width:820px;margin:20px 0 24px;color:var(--white);font-size:clamp(3.25rem,5.9vw,6.45rem);line-height:.98}.fleet-hero p{max-width:680px;color:var(--fleet-muted);font-size:1.02rem}.fleet-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.fleet-hero__input{display:grid;max-width:620px;grid-template-columns:auto 1fr auto;align-items:center;gap:0;margin-top:22px;overflow:hidden;border:1px solid var(--fleet-border);border-radius:10px;background:#ffffff0f}.fleet-hero__input span{padding:0 15px;color:var(--white);font-weight:900}.fleet-hero__input input{min-height:52px;min-width:0;border:0;outline:0;color:var(--white);background:transparent}.fleet-hero__input input::-moz-placeholder{color:#ffffff7a}.fleet-hero__input input::placeholder{color:#ffffff7a}.fleet-hero__input a{align-self:stretch;display:inline-flex;align-items:center;padding:0 18px;color:var(--white);background:var(--orange);font-size:.78rem;font-weight:900}.fleet-orbit{position:relative;min-height:580px}.fleet-orbit__core{position:absolute;top:50%;left:50%;z-index:3;display:grid;width:230px;height:230px;place-items:center;padding:42px 24px;border:1px solid hsla(0,0%,100%,.18);border-radius:50%;color:var(--white);background:radial-gradient(circle at 50% 30%,hsla(0,0%,100%,.36),transparent 21%),radial-gradient(circle at 50% 70%,rgba(241,90,36,.5),transparent 45%),#1a1a1a;box-shadow:0 0 120px var(--fleet-glow),inset 0 0 50px #ffffff14;text-align:center;transform:translate(-50%,-50%)}.fleet-orbit__core svg{color:#ff9a70}.fleet-orbit__core strong{font-family:Manrope,sans-serif;font-size:1.1rem}.fleet-orbit__core span{color:var(--fleet-muted);font-size:.72rem}.fleet-orbit__ring{position:absolute;top:50%;left:50%;border:1px solid rgba(241,90,36,.26);border-radius:50%;transform:translate(-50%,-50%) rotate(-17deg) scaleY(.34)}.fleet-orbit__ring--one{width:560px;height:560px}.fleet-orbit__ring--two{width:420px;height:420px;border-color:#ffffff1f;transform:translate(-50%,-50%) rotate(24deg) scaleY(.4)}.fleet-orbit-card{position:absolute;z-index:4;display:flex;min-width:170px;align-items:center;gap:10px;padding:16px;border:1px solid var(--fleet-border);border-radius:14px;color:var(--white);background:#111111db;box-shadow:0 18px 44px #00000059;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.fleet-orbit-card svg{color:#ff8b5d}.fleet-orbit-card span{font-size:.76rem;font-weight:900}.fleet-orbit-card--one{top:20%;left:5%}.fleet-orbit-card--two{top:24%;right:7%}.fleet-orbit-card--three{bottom:18%;left:13%}.fleet-orbit-card--four{right:10%;bottom:15%}.fleet-stats{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--fleet-border);border-radius:16px;background:#ffffff0f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.fleet-stats div{padding:24px;border-right:1px solid var(--fleet-border)}.fleet-stats div:last-child{border-right:0}.fleet-stats strong{display:block;color:var(--white);font-family:Manrope,sans-serif;font-size:2rem}.fleet-stats span{color:var(--fleet-muted);font-size:.75rem}.fleet-stack-section{position:relative;overflow:hidden;padding:108px 0;color:var(--white);background:#111;border-top:1px solid hsla(0,0%,100%,.08);border-bottom:1px solid hsla(0,0%,100%,.08)}.fleet-stack-section .section-heading--center{max-width:850px;margin-bottom:42px}.fleet-stack-section .section-label{color:#ff8b5d}.fleet-stack-section .section-heading h2{max-width:760px;margin:12px auto 0;color:var(--white);font-size:clamp(2.25rem,4vw,3.55rem);letter-spacing:-.04em}.fleet-stack-section .section-heading p{max-width:680px;margin-top:18px;color:var(--fleet-muted);font-size:.98rem;line-height:1.62}.fleet-stack-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;align-items:stretch}.fleet-stack-card{position:relative;display:flex;min-height:356px;overflow:hidden;flex-direction:column;padding:24px;border:1px solid hsla(0,0%,100%,.12);border-radius:12px;color:var(--white);background:#111;box-shadow:inset 0 1px #ffffff0e;transition:transform .25s ease,border-color .25s ease,background .25s ease,box-shadow .25s ease}.fleet-stack-card:hover{border-color:#f15a2480;background:#1a1a1a;box-shadow:inset 0 1px #ffffff14,0 22px 54px #00000047;transform:translateY(-4px)}.icon-box--glass{display:grid;width:48px;height:48px;flex:0 0 auto;border:0;border-radius:10px;color:var(--white);background:var(--orange);place-items:center}.fleet-stack-card h3{margin:24px 0 10px;color:var(--white);font-size:1.28rem;letter-spacing:-.03em}.fleet-stack-card p{color:var(--fleet-muted);font-size:.83rem;line-height:1.56}.fleet-stack-card ul{display:grid;gap:8px;margin:18px 0 22px;padding:18px 0 0;border-top:1px solid hsla(0,0%,100%,.1);list-style:none}.fleet-stack-card li{display:flex;align-items:flex-start;gap:8px;color:#ffffffd1;font-size:.76rem;font-weight:700;line-height:1.45}.fleet-stack-card li svg{flex:0 0 auto;margin-top:2px;color:#ff8b5d}.fleet-stack-card>span:last-child{display:inline-flex;min-height:42px;align-items:center;justify-content:space-between;gap:6px;width:100%;margin-top:auto;padding:0 13px;border:1px solid hsla(0,0%,100%,.12);border-radius:8px;color:var(--white);background:#ffffff0a;font-size:.8rem;font-weight:900}.fleet-stack-card:hover>span:last-child{border-color:#f15a2480;color:#ff9a70;background:#f15a241f}.solution-showcase-section{background:var(--white)}.solution-showcase-heading{max-width:1050px;margin:0 auto;text-align:center}.solution-showcase-heading h2{margin:12px 0 14px;color:#101010;font-size:clamp(2.35rem,4.8vw,4.1rem);letter-spacing:-.04em;line-height:1}.solution-showcase-heading h2 span{color:var(--orange)}.solution-showcase-heading p{max-width:980px;margin:0 auto;color:#101010;font-size:1.02rem;font-weight:750;line-height:1.5}.solution-showcase-rail{position:relative;height:56px;margin:12px auto 22px;max-width:calc(100% - 80px);border-bottom:1px solid #cfcfcf}.solution-showcase-rail:before{position:absolute;top:20px;left:50%;width:1px;height:36px;background:#cfcfcf;content:""}.solution-showcase-rail:after{position:absolute;right:0;bottom:-21px;left:0;height:21px;border-right:1px solid #cfcfcf;border-left:1px solid #cfcfcf;content:""}.solution-showcase-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.solution-showcase-card{position:relative;display:flex;min-height:392px;overflow:hidden;flex-direction:column;padding:26px 22px 18px;border:1px solid hsla(0,0%,100%,.09);border-radius:12px;color:var(--white);background:radial-gradient(circle at 50% 64%,hsla(0,0%,100%,.08),transparent 34%),linear-gradient(180deg,#242424,#111);box-shadow:0 22px 54px #1111111f;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.solution-showcase-card:hover{color:var(--white);border-color:#fff3;box-shadow:0 30px 70px #1111112e;transform:translateY(-5px)}.solution-showcase-card:before{position:absolute;inset:28% -26% -24%;border-radius:50%;opacity:.82;content:"";filter:blur(10px)}.solution-showcase-card--purple:before{background:radial-gradient(circle,rgba(241,90,36,.56),transparent 58%)}.solution-showcase-card--blue:before{background:radial-gradient(circle,rgba(241,90,36,.42),transparent 58%)}.solution-showcase-card--green:before{background:radial-gradient(circle,rgba(241,90,36,.45),transparent 58%)}.solution-showcase-card--amber:before,.solution-showcase-card--rose:before{background:radial-gradient(circle,rgba(241,90,36,.5),transparent 58%)}.solution-showcase-card__action,.solution-showcase-card__copy,.solution-showcase-card__visual{position:relative;z-index:1}.solution-showcase-card__copy{display:flex;min-height:172px;flex-direction:column}.solution-showcase-card h3{min-height:76px;margin:0 0 14px;color:var(--white);font-size:clamp(1.06rem,1.12vw,1.24rem);letter-spacing:-.025em;line-height:1.22;overflow-wrap:anywhere}.solution-showcase-card p{max-width:220px;margin:0;color:#ffffffdb;font-size:.78rem;font-weight:650;line-height:1.48}.solution-showcase-card__visual{display:grid;min-height:132px;flex:1;align-items:center;justify-content:center;margin:8px -8px 10px}.solution-showcase-card__visual img{width:96%;max-height:166px;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 18px 32px rgba(0,0,0,.34))}.solution-showcase-card--green .solution-showcase-card__visual img,.solution-showcase-card--rose .solution-showcase-card__visual img{width:118%;max-height:158px}.solution-showcase-card__action{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:8px;margin-top:auto;border:1px solid hsla(0,0%,100%,.12);border-radius:12px;color:var(--white);background:#ffffff0e;font-size:.92rem;font-weight:900}.hardware-section{background:#f7f7f7}.hardware-section .section-heading{margin-bottom:34px}.hardware-section .section-heading h2{max-width:760px}.hardware-section__lead{max-width:670px;margin:14px 0 0;font-size:.96rem;font-weight:650}.category-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-bottom:24px}.category-strip a{display:grid;min-height:155px;padding:16px;border:1px solid var(--line);border-radius:17px;background:var(--white);place-items:center;text-align:center;transition:transform .22s ease,border-color .22s ease}.category-strip a:hover{border-color:var(--orange);transform:translateY(-4px)}.category-strip img{height:80px;-o-object-fit:contain;object-fit:contain}.category-strip span{font-size:.72rem;font-weight:900}.product-grid--enterprise .product-card{box-shadow:0 20px 50px #11111114}.product-grid--top-five{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;align-items:stretch}.product-grid--top-five .product-card{display:flex;min-height:430px;flex-direction:column;border-radius:12px;box-shadow:0 22px 54px #11111117}.product-grid--top-five .product-card__image{height:178px;padding:20px;background:radial-gradient(circle at 72% 18%,rgba(241,90,36,.13),transparent 32%),var(--white)}.product-grid--top-five .product-card__image:before{top:18px;right:18px;width:62px;height:62px}.product-grid--top-five .product-card__image img{width:94%;height:94%}.product-grid--top-five .badge,.product-grid--top-five .discount{top:12px;padding:6px 8px;border-radius:6px;font-size:.55rem}.product-grid--top-five .badge{left:12px}.product-grid--top-five .discount{right:12px}.product-grid--top-five .product-card__body{display:flex;flex:1;flex-direction:column;padding:14px 15px}.product-grid--top-five .eyebrow{font-size:.56rem;letter-spacing:.08em}.product-grid--top-five .product-card__body h3{min-height:38px;margin:7px 0 8px;font-size:1rem;letter-spacing:-.025em;line-height:1.2;overflow-wrap:anywhere}.product-grid--top-five .product-card__summary{min-height:42px;font-size:.74rem;line-height:1.42;-webkit-line-clamp:2}.product-grid--top-five .price-row{flex-wrap:wrap;gap:2px 8px;margin:12px 0}.product-grid--top-five .price-row strong{font-size:1.02rem}.product-grid--top-five .price-row del{font-size:.72rem}.product-grid--top-five .product-card__actions{align-items:stretch;flex-direction:column;gap:8px;margin-top:auto;padding-top:10px}.product-grid--top-five .product-card__actions .text-link{justify-content:center;min-height:34px;border:1px solid var(--line);border-radius:8px;font-size:.78rem}.product-grid--top-five .button--small{width:100%}.solutions-enterprise{background:radial-gradient(circle at 80% 15%,rgba(241,90,36,.18),transparent 24%),#111}.solution-grid--enterprise{grid-template-columns:repeat(3,1fr)}.solution-grid--enterprise .solution-card{min-height:360px}.inquiry-section--enterprise{background:linear-gradient(135deg,rgba(241,90,36,.1),transparent 35%),var(--white)}.about-hero,.article-hero,.blog-hero,.category-hero,.page-hero,.solution-hero{color:var(--white);border:0;background:radial-gradient(circle at 72% 34%,rgba(241,90,36,.28),transparent 26%),linear-gradient(180deg,#111,#111)}.about-hero:before,.article-hero:before,.blog-hero:before,.category-hero:before,.page-hero:before,.solution-hero:before{display:none}.article-hero__inner,.blog-hero__intro,.page-hero__content{padding-top:150px}.about-hero__grid,.category-hero__grid,.solution-hero__grid{min-height:680px;padding-top:128px}.about-hero h1,.article-hero h1,.blog-hero h1,.category-hero h1,.page-hero h1,.solution-hero h1{color:var(--white)}.about-hero p,.article-hero p,.blog-hero p,.category-hero p,.page-hero p,.page-hero small,.solution-hero p{color:var(--fleet-muted)}.about-hero__image,.category-hero__image,.solution-hero__visual{border-color:var(--fleet-border);background:radial-gradient(circle at 50% 45%,rgba(241,90,36,.22),transparent 42%),#ffffff0f}.product-detail{padding-top:130px;background:linear-gradient(180deg,#111 0 410px,var(--white) 410px 100%)}.breadcrumbs,.breadcrumbs a,.breadcrumbs span{color:#ffffffb8}.product-detail__grid{padding:34px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--white);box-shadow:0 32px 90px #00000024}.audience-card,.blog-card,.contact-option,.faq-aside,.faq-item,.featured-article,.inquiry-card,.inquiry-panel,.office-card,.product-gallery__main,.product-gallery__thumbs button,.use-case-card{border-radius:20px}.benefit-grid article,.feature-card,.supported-grid article,.value-grid article{border-radius:20px;box-shadow:0 20px 50px #1111110f}.section--bordered,.section--soft{background:#f7f7f7}.footer{color:#000;background:var(--white)}.footer__cta,.footer__grid{border-bottom-color:var(--line)}@media(max-width:1120px){.home-banner__content-wrap,.home-banner__slider{min-height:690px}.portal-showcase__grid{grid-template-columns:1fr}.portal-showcase__visual{margin-left:0}.portal-showcase__visual img{width:min(100%,840px)}.portal-showcase__copy{max-width:720px}.fleet-hero__inner{grid-template-columns:1fr;gap:30px}.fleet-orbit{min-height:520px}.category-strip,.fleet-stack-grid{grid-template-columns:repeat(2,1fr)}.solution-showcase-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.solution-operations-card,.solution-overview-grid{grid-template-columns:1fr}.solution-snapshot-card{position:static}.product-grid--solution-suggested{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid--top-five{grid-template-columns:repeat(3,minmax(0,1fr))}.solution-grid--enterprise{grid-template-columns:repeat(2,1fr)}}@media(max-width:920px){.site-header--fleet{padding-top:14px}.nav--fleet{min-height:62px}.home-banner__content-wrap,.home-banner__slider{min-height:650px}.home-banner__content-wrap{padding-top:88px;padding-bottom:102px}.home-banner__arrow{display:none}.portal-showcase{padding:70px 0}.fleet-hero{padding-top:120px}.fleet-hero__inner{min-height:auto}.fleet-stats{grid-template-columns:repeat(2,1fr)}.product-grid--top-five{grid-template-columns:repeat(2,minmax(0,1fr))}.article-hero__inner,.blog-hero__intro,.page-hero__content{padding-top:130px}.about-hero__grid,.category-hero__grid,.solution-hero__grid{padding-top:118px}.solution-hero-banner{height:clamp(520px,68vh,600px)}.solution-hero-banner__content{height:100%;padding:118px 0 58px}.solution-hero-banner h1{font-size:3.35rem}}@media(max-width:640px){.shell{width:min(calc(100% - 30px),var(--shell))}.nav--fleet{padding:0 14px}.brand--fleet img{width:54px;height:54px}.home-banner__content-wrap,.home-banner__slider{min-height:610px}.home-banner__content-wrap{align-items:flex-end;padding:94px 0 78px}.home-banner__overlay{background:radial-gradient(ellipse at 50% 86%,rgba(0,0,0,.6) 0,rgba(0,0,0,.32) 42%,transparent 72%),linear-gradient(180deg,#0000000a,#00000024 42%,#0000007a 74%,#000000db)}.home-banner__content{padding:0;border-radius:0;background:transparent}.home-banner h1{font-size:2.08rem;line-height:1.08;letter-spacing:-.035em}.home-banner p{max-width:94%;font-size:.92rem;line-height:1.55}.home-banner__actions .button{width:100%}.portal-showcase{padding:54px 0 58px}.solution-showcase-section{padding-top:58px}.solution-showcase-heading h2{font-size:2.25rem}.solution-showcase-heading p{font-size:.92rem}.solution-showcase-rail{display:none}.solution-showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:28px}.portal-showcase__grid{gap:28px}.portal-showcase__copy h2{font-size:2rem}.portal-showcase__copy>p{font-size:.92rem}.portal-feature-list li{font-size:.82rem}.portal-showcase__copy .button{width:100%}.fleet-hero{padding:108px 0 50px}.fleet-hero h1{font-size:3.05rem}.fleet-hero p{font-size:.9rem}.fleet-hero__actions .button{width:100%}.fleet-hero__input{grid-template-columns:auto 1fr}.fleet-hero__input a{grid-column:1/-1;justify-content:center;min-height:48px}.fleet-orbit{min-height:420px}.fleet-orbit__core{width:178px;height:178px}.fleet-orbit__ring--one{width:350px;height:350px}.fleet-orbit__ring--two{width:270px;height:270px}.fleet-orbit-card{min-width:auto;padding:12px}.fleet-orbit-card span{display:none}.category-strip,.fleet-stack-grid,.fleet-stats,.product-grid--solution-suggested,.product-grid--top-five,.solution-grid--enterprise,.solution-showcase-grid{grid-template-columns:1fr}.solution-hero-banner{height:clamp(460px,70vh,520px)}.solution-hero-banner__content{height:100%;padding:102px 0 46px}.solution-hero-banner h1{font-size:2.42rem;line-height:1.08;letter-spacing:0}.solution-benefits-section,.solution-operations-section,.solution-overview-section,.solution-products-section{padding:56px 0}.solution-overview-copy h2{font-size:2rem;line-height:1.12;letter-spacing:0}.solution-overview-copy p{font-size:.95rem}.solution-overview-actions .button{width:100%}.solution-snapshot-card{padding:22px}.solution-operations-card{gap:26px;padding:26px 20px}.solution-operations-card>.button{width:100%}.fleet-stats div{border-right:0}.fleet-stack-card{min-height:auto}.solution-showcase-card{min-height:348px;padding:24px 20px 18px}.product-detail{padding-top:112px}.product-detail__grid{padding:18px;border-radius:var(--radius)}body,html{overflow-x:hidden}.shell{width:min(calc(100% - 28px),var(--shell))}.section{padding:58px 0}h1{font-size:2.55rem;line-height:1.08}h1,h2{letter-spacing:0}h2{font-size:2.05rem;line-height:1.12}.section-heading{margin-bottom:28px}.app-section h2,.fleet-stack-section .section-heading h2,.footer__cta h2,.hardware-section .section-heading h2,.section-heading h2,.shop-heading h2,.solution-showcase-heading h2,.youtube-heading h2{font-size:2.05rem;line-height:1.12;letter-spacing:0}.about-hero h1,.article-hero h1,.blog-hero h1,.category-hero h1,.page-hero__content h1,.solution-hero h1{font-size:2.35rem;line-height:1.08;letter-spacing:0}.home-banner__content-wrap,.home-banner__slider{min-height:560px}.home-banner__image,.home-banner__slide,.home-banner__slide.is-active{transform:none}.home-banner__content-wrap{padding:92px 0 64px}.home-banner h1{font-size:2.05rem;letter-spacing:0}.home-banner p{max-width:100%}.portal-showcase{padding:48px 0 54px}.portal-showcase__visual{width:100%;margin-left:0;overflow:hidden;justify-content:center}.portal-showcase__visual img{width:min(100%,430px);max-width:100%}.fleet-stack-section{padding:64px 0}.fleet-stack-grid{gap:14px}.fleet-stack-card{padding:20px}.fleet-stack-card h3{margin-top:18px;font-size:1.12rem;letter-spacing:0}.solution-showcase-section{padding:56px 0}.solution-showcase-grid{gap:16px}.solution-showcase-card{min-height:auto;padding:22px 18px 16px}.solution-showcase-card__copy{min-height:auto}.solution-showcase-card h3{min-height:auto;margin-bottom:10px;font-size:1.08rem;letter-spacing:0}.solution-showcase-card p{max-width:none;font-size:.78rem}.solution-showcase-card__visual{min-height:118px;margin:10px -4px 12px}.solution-showcase-card__visual img{max-height:132px}.solution-showcase-card--green .solution-showcase-card__visual img,.solution-showcase-card--rose .solution-showcase-card__visual img{width:105%;max-height:126px}.hardware-section{padding-top:58px}.product-grid--top-five{gap:16px}.product-grid--top-five .product-card{min-height:auto}.product-grid--top-five .product-card__image{height:166px;padding:15px}.product-grid--top-five .product-card__body{padding:14px}.product-grid--top-five .product-card__body h3,.product-grid--top-five .product-card__summary{min-height:auto}.product-grid--top-five .product-card__actions{padding-top:8px}.youtube-section{padding-bottom:54px}.footer{padding-top:58px}.footer__cta{gap:22px;margin-bottom:34px}.footer__cta h2{margin-bottom:8px}.footer__cta-actions,.footer__cta-actions .button{width:100%}.footer__panel{padding:42px 24px 0;border-radius:22px 22px 0 0}.footer__grid{gap:32px;padding-bottom:40px}.footer__contact-item{grid-template-columns:44px minmax(0,1fr);gap:12px}.footer__contact-icon{width:44px;height:44px}.footer__contact-item>span:last-child{min-width:0;overflow-wrap:anywhere;word-break:break-word}.footer__contact a,.footer__contact p,.footer__contact strong{max-width:100%;overflow-wrap:anywhere;word-break:break-word}.footer__bottom{gap:14px}.footer__bottom div{gap:12px 18px}}@media(max-width:360px){.shell{width:min(calc(100% - 24px),var(--shell))}h1{font-size:2.25rem}.app-section h2,.fleet-stack-section .section-heading h2,.footer__cta h2,.hardware-section .section-heading h2,.section-heading h2,.shop-heading h2,.solution-showcase-heading h2,.youtube-heading h2,h2{font-size:1.85rem}.about-hero h1,.article-hero h1,.blog-hero h1,.category-hero h1,.page-hero__content h1,.solution-hero h1{font-size:2.12rem}.footer__panel{padding-inline:20px}.footer__contact-item{grid-template-columns:1fr;gap:10px}}.product-page{background:#fff}.product-page .product-detail{padding:126px 0 88px;background:#fff}.product-page .breadcrumbs{margin-bottom:30px;color:#11111194}.product-page .breadcrumbs a,.product-page .breadcrumbs span{color:inherit}.product-page .breadcrumbs a:hover{color:var(--orange)}.product-page .product-detail__grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.82fr);gap:clamp(44px,6vw,78px);align-items:start;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.product-gallery{min-width:0}.product-gallery__stage{display:grid;grid-template-columns:76px minmax(0,1fr);gap:14px;align-items:start}.product-gallery__stage--single{grid-template-columns:minmax(0,1fr)}.product-page .product-gallery__main{position:relative;display:grid;min-width:0;aspect-ratio:1.04/1;overflow:hidden;padding:clamp(28px,4vw,54px);border:1px solid rgba(17,17,17,.12);border-radius:8px;background:#fff;place-items:center}.product-page .product-gallery__main:before{content:none}.product-page .product-gallery__main img{position:relative;z-index:1;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-page .product-gallery__main .badge{position:absolute;z-index:2;top:16px;left:16px}.product-page .product-gallery__thumbs{display:flex;min-width:0;flex-direction:column;gap:10px;margin:0}.product-page .product-gallery__thumbs button{width:76px;aspect-ratio:1;flex:0 0 76px;overflow:hidden;padding:7px;border:1px solid rgba(17,17,17,.13);border-radius:8px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.product-page .product-gallery__thumbs button.active,.product-page .product-gallery__thumbs button:hover{border-color:var(--orange);box-shadow:inset 0 0 0 1px var(--orange)}.product-page .product-gallery__thumbs img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-page .product-info{min-width:0;padding-top:0}.product-info__meta{display:flex;align-items:center;justify-content:space-between;gap:18px}.product-category-pill{display:inline-flex;min-height:32px;align-items:center;gap:7px;padding:0 11px;border:1px solid rgba(241,90,36,.22);border-radius:999px;color:#b73c11;background:#fff4ef;font-size:.7rem;font-weight:900}.product-share-button{display:grid;width:40px;height:40px;flex:0 0 40px;padding:0;border:1px solid rgba(17,17,17,.14);border-radius:50%;background:#fff;place-items:center;transition:color .2s ease,border-color .2s ease,background .2s ease}.product-share-button:hover{color:var(--orange);border-color:var(--orange);background:#fff8f5}.product-page .product-info h1{max-width:680px;margin:20px 0 14px;font-size:clamp(2rem,3.2vw,3.15rem);line-height:1.08;letter-spacing:0}.product-page .product-info__summary{max-width:650px;margin-bottom:20px;color:#111111ad;font-size:.97rem;line-height:1.65}.product-offer-line{display:inline-flex;min-height:34px;align-items:center;gap:8px;padding:0 11px;border-radius:6px;color:#a73710;background:#fff0e9;font-size:.74rem;font-weight:900}.product-page .price-row--large{display:flex;align-items:baseline;gap:11px;margin:16px 0 5px;padding-bottom:18px;border-bottom:1px solid rgba(17,17,17,.11)}.product-page .price-row--large strong{color:#111;font-size:clamp(1.8rem,2.7vw,2.35rem);letter-spacing:0}.product-page .price-row--large del{color:#1111116b;font-size:.87rem}.product-page .price-row--large span{width:100%;margin-top:3px;color:#11111185;font-size:.68rem;line-height:1.5}.product-availability{display:flex;align-items:center;gap:8px;margin:14px 0 18px;color:var(--orange-dark);font-size:.75rem;font-weight:900}.product-availability>span{width:8px;height:8px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 4px #f15a241f}.product-page .product-highlight-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px;margin-bottom:24px}.product-page .product-highlight-list li{font-size:.77rem;line-height:1.45}.product-page .product-highlight-list svg{width:17px;height:17px}.product-purchase-actions{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(132px,.8fr);gap:10px}.product-primary-cta{color:#fff;background:var(--orange)}.product-primary-cta:hover{color:#fff;background:var(--orange-dark)}.product-call-cta{padding-inline:16px}.product-purchase-note{margin:12px 0 0;color:#1111118f;font-size:.7rem;line-height:1.55}.product-page .product-trust{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:24px;padding-top:20px;border-top:1px solid rgba(17,17,17,.11)}.product-page .product-trust span{min-height:82px;gap:8px;padding:4px 12px;border:0;border-right:1px solid rgba(17,17,17,.1);border-radius:0;color:#111111b8;font-size:.68rem;line-height:1.4}.product-page .product-trust span:first-child{padding-left:0}.product-page .product-trust span:last-child{padding-right:0;border-right:0}.product-page .product-trust svg{color:var(--orange)}.product-feature-section.section--soft{background:#f7f7f7}.product-feature-section .section-heading{max-width:720px;margin-inline:auto}.product-feature-section .feature-card,.product-page .product-spec-card,.product-page .use-case-card{border-radius:8px;box-shadow:none}.product-feature-section .feature-card{min-height:240px;background:#fff}.product-page .product-spec-card{padding:28px;border-color:#1111111f}.product-setup-section{border-top:1px solid rgba(17,17,17,.1)}.product-mobile-action{display:none}@media(max-width:1120px){.product-page .product-detail__grid{grid-template-columns:minmax(0,1fr) minmax(350px,.78fr);gap:38px}.product-page .product-highlight-list,.product-purchase-actions{grid-template-columns:1fr}}@media(max-width:920px){.product-page{padding-bottom:76px}.product-page .product-detail{padding:104px 0 64px}.product-page .product-detail__grid{grid-template-columns:1fr;gap:34px}.product-page .product-gallery{position:static}.product-page .product-highlight-list{grid-template-columns:repeat(2,minmax(0,1fr))}.product-purchase-actions{grid-template-columns:minmax(0,1.55fr) minmax(150px,.75fr)}.product-page .whatsapp-float{display:none}.product-mobile-action{position:fixed;z-index:95;right:0;bottom:0;left:0;display:flex;min-height:70px;align-items:center;justify-content:space-between;gap:14px;padding:10px max(14px,calc((100vw - var(--shell))/2));border-top:1px solid rgba(17,17,17,.13);background:#fffffff7;box-shadow:0 -12px 30px #1111111a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.product-mobile-action>div{display:flex;min-width:0;flex-direction:column}.product-mobile-action small{color:#1111118a;font-size:.62rem;font-weight:800}.product-mobile-action strong{font-size:1rem;white-space:nowrap}.product-mobile-action a{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:8px;padding:0 18px;border-radius:8px;color:#fff;background:var(--orange);font-size:.78rem;font-weight:900;white-space:nowrap}}@media(max-width:640px){.product-page .product-detail{padding:92px 0 48px}.product-page .breadcrumbs{gap:3px;margin-bottom:20px;font-size:.67rem}.product-page .breadcrumbs span{max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-page .product-gallery__stage,.product-page .product-gallery__stage--single{display:flex;flex-direction:column;gap:10px}.product-page .product-gallery__main{order:1;width:100%;aspect-ratio:1.12/1;padding:24px}.product-page .product-gallery__thumbs{order:2;width:100%;flex-direction:row;gap:8px;overflow-x:auto;padding:1px 1px 4px;scrollbar-width:thin}.product-page .product-gallery__thumbs button{width:66px;flex-basis:66px}.product-page .product-info h1{margin-top:16px;font-size:1.82rem;line-height:1.12}.product-page .product-info__summary{font-size:.88rem}.product-page .price-row--large strong{font-size:1.72rem}.product-page .product-highlight-list,.product-purchase-actions{grid-template-columns:1fr}.product-page .product-trust{grid-template-columns:repeat(3,minmax(0,1fr))}.product-page .product-trust span{min-height:94px;padding:3px 8px;font-size:.61rem}.product-page .product-trust span:first-child{padding-left:0}.product-page .product-trust span:last-child{padding-right:0}.product-feature-section .feature-card{min-height:auto}.product-page .product-spec-card{padding:22px 18px}.product-mobile-action,.product-mobile-action a{padding-inline:14px}}@media(max-width:360px){.product-page .product-info h1{font-size:1.58rem}.product-category-pill{max-width:calc(100% - 52px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-mobile-action a{padding-inline:11px;font-size:.72rem}}@media(max-width:640px){.product-grid{gap:16px}.product-card{border-radius:12px;box-shadow:0 16px 34px #11111114}.product-card__image{height:218px;padding:18px}.product-card__image:before{top:16px;right:16px;width:74px;height:74px}.product-card__image img{width:100%;height:100%;transform:scale(1.1)}.product-card:hover .product-card__image img{transform:scale(1.14)}.product-card__image img[src*="4g-v1"],.product-card__image img[src*=kids-tracker],.product-card__image img[src*=kids-watch],.product-card__image img[src*=v2-lite],.product-card__image img[src*=v2-pro-device],.product-card__image img[src*=v5-lite],.product-card__image img[src*=v5-pro],.product-card__image img[src*=wireless-10000]{transform:scale(1.26)}.product-card:hover .product-card__image img[src*="4g-v1"],.product-card:hover .product-card__image img[src*=kids-tracker],.product-card:hover .product-card__image img[src*=kids-watch],.product-card:hover .product-card__image img[src*=v2-lite],.product-card:hover .product-card__image img[src*=v2-pro-device],.product-card:hover .product-card__image img[src*=v5-lite],.product-card:hover .product-card__image img[src*=v5-pro],.product-card:hover .product-card__image img[src*=wireless-10000]{transform:scale(1.3)}.badge,.discount{top:10px;padding:6px 8px;border-radius:5px;font-size:.54rem}.badge{left:10px}.discount{right:10px}.product-card__body{padding:16px}.product-card__body h3{min-height:auto;margin:7px 0 9px;font-size:1.02rem;line-height:1.24}.product-card__summary{min-height:auto;font-size:.76rem;line-height:1.5}.price-row{flex-wrap:wrap;gap:3px 9px;margin:13px 0}.price-row strong{font-size:1.08rem}.price-row del{font-size:.74rem}.product-card__actions{align-items:stretch;flex-direction:column;gap:9px;padding-top:12px}.product-card__actions .button,.product-card__actions .text-link{width:100%;min-height:40px;justify-content:center;border-radius:8px;font-size:.78rem}.product-card__actions .text-link{border:1px solid var(--line)}.product-grid--top-five .product-card{min-height:auto}.product-grid--top-five .product-card__image{height:218px;padding:18px}.product-grid--top-five .product-card__image img{width:100%;height:100%}.product-grid--top-five .product-card__body{padding:16px}.product-grid--showcase .product-card__image{height:210px}}@media(max-width:360px){.product-card__image,.product-grid--top-five .product-card__image{height:205px;padding:16px}.product-card__body{padding:15px}}@media(prefers-reduced-motion:reduce){.fleet-home .home-reveal,.fleet-home .home-reveal .fleet-stack-card,.fleet-home .home-reveal .portal-showcase__copy,.fleet-home .home-reveal .portal-showcase__visual,.fleet-home .home-reveal .product-card,.fleet-home .home-reveal .solution-showcase-card,.fleet-home .home-reveal .youtube-video-card,.fleet-home .home-reveal>.shell{opacity:1;transform:none;filter:none;transition:none}}
