.hero{background:var(--gray-950);align-items:center;min-height:100svh;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;position:absolute;inset:0}.hero__bg-img{object-fit:cover;object-position:center;width:100%;height:100%;animation:20s ease-in-out infinite alternate heroZoom;transform:scale(1.05)}@keyframes heroZoom{0%{transform:scale(1.05)}to{transform:scale(1.12)}}.hero__overlay{background:linear-gradient(135deg,#030712e0 0%,#111827c7 40%,#2d1010a6 100%);position:absolute;inset:0}.hero__blob{filter:blur(100px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.hero__blob--1{background:#b3000624;width:600px;height:600px;animation:12s ease-in-out infinite blobDrift1;top:-100px;right:-100px}.hero__blob--2{background:#b300061a;width:400px;height:400px;animation:16s ease-in-out infinite blobDrift2;bottom:10%;left:-80px}.hero__blob--3{background:#ffffff0a;width:300px;height:300px;animation:14s ease-in-out infinite reverse blobDrift1;top:40%;right:20%}@keyframes blobDrift1{0%,to{transform:translate(0)scale(1)}50%{transform:translate(30px,-30px)scale(1.08)}}@keyframes blobDrift2{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-20px,20px)scale(1.05)}}.hero__particles{pointer-events:none;z-index:0;position:absolute;inset:0}.hero__particle{background:#ffffff59;border-radius:50%;width:3px;height:3px;animation:linear infinite particleFloat;position:absolute}.hero__particle--1{animation-duration:8s;animation-delay:0s;top:20%;left:5%}.hero__particle--2{animation-duration:10s;animation-delay:1s;top:60%;left:12%}.hero__particle--3{animation-duration:7s;animation-delay:2s;top:35%;left:25%}.hero__particle--4{animation-duration:11s;animation-delay:.5s;top:75%;left:35%}.hero__particle--5{animation-duration:9s;animation-delay:3s;top:15%;left:48%}.hero__particle--6{animation-duration:8s;animation-delay:1.5s;top:50%;left:55%}.hero__particle--7{animation-duration:12s;animation-delay:.8s;top:25%;left:68%}.hero__particle--8{animation-duration:9s;animation-delay:2.5s;top:70%;left:75%}.hero__particle--9{animation-duration:7s;animation-delay:.3s;top:40%;left:85%}.hero__particle--10{animation-duration:11s;animation-delay:1.8s;top:80%;left:92%}.hero__particle--11{animation-duration:9s;animation-delay:.6s;top:85%;left:8%}.hero__particle--12{animation-duration:13s;animation-delay:2.2s;top:10%;left:18%}.hero__particle--13{animation-duration:8s;animation-delay:.4s;top:90%;left:42%}.hero__particle--14{animation-duration:10s;animation-delay:1.2s;top:5%;left:62%}.hero__particle--15{animation-duration:7s;animation-delay:3.1s;top:55%;left:78%}.hero__particle--16{animation-duration:12s;animation-delay:.9s;top:15%;left:88%}.hero__particle--17{animation-duration:8s;animation-delay:2.7s;top:45%;left:20%}.hero__particle--18{animation-duration:10s;animation-delay:.1s;top:65%;left:50%}.hero__particle--19{animation-duration:9s;animation-delay:1.6s;top:88%;left:70%}.hero__particle--20{animation-duration:11s;animation-delay:2.9s;top:55%;left:95%}@keyframes particleFloat{0%{opacity:0;transform:translateY(0)scale(0)}10%{opacity:1;transform:translateY(-12px)scale(1)}90%{opacity:.6}to{opacity:0;transform:translateY(-80px)scale(.5)}}.hero__inner{z-index:2;align-items:center;min-height:100svh;padding-top:6rem;padding-bottom:4rem;display:flex;position:relative}.hero__content{max-width:680px}.hero__label{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ffffffd9;letter-spacing:.04em;border-radius:var(--radius-full);background:#ffffff14;border:1px solid #ffffff26;align-items:center;gap:.625rem;margin-bottom:1.75rem;padding:.375rem 1rem;font-size:.8125rem;font-weight:500;display:inline-flex}.hero__label-dot{background:var(--primary);border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite pulseDot}@keyframes pulseDot{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 #b3000680}50%{opacity:.8;transform:scale(1.2);box-shadow:0 0 0 6px #b3000600}}.hero__title{letter-spacing:-.03em;font-size:clamp(3rem,7vw,5.5rem);font-weight:900;line-height:1;font-family:var(--font-display);margin-bottom:1.5rem}.hero__title-line{color:#fff;display:block}.hero__title-accent{background:linear-gradient(135deg, var(--red-500), var(--red-300));-webkit-background-clip:text;background-clip:text}.hero__subtitle{color:#ffffffb8;max-width:540px;margin-bottom:2.5rem;font-size:clamp(1rem,2.5vw,1.2rem);line-height:1.75}.hero__subtitle strong{color:#ffffffeb;font-weight:600}.hero__actions{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;display:flex}.hero__cta-primary{background:var(--primary);animation:3s ease-in-out infinite ctaPulse;box-shadow:0 0 #b3000600}@keyframes ctaPulse{0%,to{box-shadow:0 8px 30px #b3000666}50%{box-shadow:0 8px 50px #b3000699}}.hero__trust{flex-wrap:wrap;gap:2rem;display:flex}.hero__trust-item{flex-direction:column;gap:.15rem;display:flex}.hero__trust-item strong{color:#fff;font-size:1.25rem;font-weight:800;font-family:var(--font-display);line-height:1.1}.hero__trust-item span{color:#ffffff8c;font-size:.8rem;font-weight:400}.hero__scroll-cue{z-index:2;color:#ffffff80;width:40px;height:40px;transition:all var(--transition);border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;animation:2.5s ease-in-out infinite scrollBounce;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero__scroll-cue:hover{color:#fff;background:#ffffff14;border-color:#ffffff80}@keyframes scrollBounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(8px)}}@media (max-width:640px){.hero__title{font-size:clamp(2.5rem,12vw,3.5rem)}.hero__actions{flex-direction:column}.hero__actions .btn{justify-content:center;width:100%}.hero__trust{gap:1.25rem}}
.stats{background:var(--bg-subtle);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.stats__grid{grid-template-columns:repeat(6,1fr);gap:1.5rem;display:grid}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);text-align:center;transition:all var(--transition);padding:2rem 1.25rem;position:relative;overflow:hidden}.stat-card:before{content:"";background:linear-gradient(90deg, var(--primary), var(--red-400));transform-origin:0;height:3px;transition:transform .4s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.stat-card:hover{box-shadow:var(--shadow-xl);border-color:#b3000626;transform:translateY(-6px)}.stat-card:hover:before{transform:scaleX(1)}.stat-card__icon-wrap{border-radius:var(--radius-lg);background:var(--red-50);width:52px;height:52px;transition:all var(--transition);border:1px solid #b300061a;justify-content:center;align-items:center;margin:0 auto 1rem;display:flex}.stat-card:hover .stat-card__icon-wrap{background:var(--primary)}.stat-card__icon{color:var(--primary);transition:color var(--transition)}.stat-card:hover .stat-card__icon{color:#fff}.stat-card__value{color:var(--text-primary);font-size:1.75rem;font-weight:800;font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:.5rem;line-height:1.1}.stat-card__label{color:var(--text-secondary);letter-spacing:.02em;text-transform:uppercase;font-size:.8rem;font-weight:500;line-height:1.4}@media (max-width:1024px){.stats__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.stats__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:400px){.stats__grid{grid-template-columns:1fr}}
.partners{background:var(--surface)}.partners__title{margin:.75rem 0 1rem}.partners__desc{color:var(--text-secondary);max-width:540px;margin:0 auto 3rem;font-size:1.0625rem;line-height:1.7}.partners__track-wrap{padding:8px 0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%)}.partners__track{gap:1.5rem;width:max-content;padding:8px 0;animation:30s linear infinite marquee;display:flex}.partners__track:hover{animation-play-state:paused}.partners__track-wrap--static{overflow:visible;-webkit-mask-image:none;mask-image:none}.partners__track--static{flex-wrap:wrap;justify-content:center;width:100%;animation:none}.partners__track--static:hover{animation-play-state:running}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.partners__item{flex-direction:column;flex-shrink:0;align-items:center;gap:.625rem;display:flex}.partners__logo-box{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-subtle);width:160px;height:72px;transition:all var(--transition);position:relative;overflow:hidden}.partners__logo-link{justify-content:center;align-items:center;display:flex;position:absolute;inset:10px}.partners__logo-box:hover{background:var(--surface);box-shadow:var(--shadow-md);border-color:#b300064d;transform:scale(1.04)}.partners__logo{object-fit:contain;filter:grayscale()opacity(.65);transition:filter var(--transition)}.partners__logo-box:hover .partners__logo{filter:grayscale(0%)opacity()}[data-theme=dark] .partners__logo{filter:brightness(0)invert()opacity(.75)}[data-theme=dark] .partners__logo-box:hover .partners__logo{filter:brightness(0)invert()opacity()}[data-theme=dark] .partners__logo--preserve{filter:brightness(0)invert()opacity(.85)}[data-theme=dark] .partners__logo-box:hover .partners__logo--preserve{filter:brightness(0)invert()opacity()}.partners__logo-fallback{width:100%;height:100%;color:var(--text-secondary);text-align:center;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;display:flex}.partners__specialty{color:var(--text-secondary);text-align:center;font-size:.75rem;font-weight:500}@media (prefers-reduced-motion:reduce){.partners__track{animation:none}.partners__track-wrap{-webkit-mask-image:none;mask-image:none}}
.products-hl{background:var(--bg-subtle)}.products-hl__title{margin:.75rem 0 1rem}.products-hl__desc{color:var(--text-secondary);max-width:560px;margin:0 auto 3rem;font-size:1.0625rem;line-height:1.7}.products-hl__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);transition:all var(--transition);cursor:pointer;group:true;flex-direction:column;padding:0;text-decoration:none;display:flex;position:relative;overflow:hidden}.product-card:before{content:"";opacity:0;transition:opacity var(--transition);background:linear-gradient(135deg,#0000 60%,#b3000608 100%);position:absolute;inset:0}.product-card:hover{box-shadow:var(--shadow-xl), 0 0 0 1px #b300061f;border-color:#b3000633;transform:translateY(-8px)}.product-card:hover:before{opacity:1}.product-card__image-wrap{background:var(--bg-muted);width:100%;height:160px;position:relative;overflow:hidden}.product-card__image{object-fit:cover;transition:transform var(--transition)}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__body{flex-direction:column;flex:1;padding:1.5rem 1.75rem 2rem;display:flex}.product-card__logo-wrap{border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--border);width:56px;height:56px;box-shadow:var(--shadow-md);transition:all var(--transition);justify-content:center;align-items:center;margin-top:-28px;margin-bottom:1rem;padding:6px;display:flex;overflow:hidden}.product-card:not(:has(.product-card__image-wrap)) .product-card__logo-wrap{margin-top:0}.product-card:hover .product-card__logo-wrap{border-color:#b3000640;transform:scale(1.05)}.product-card__logo{object-fit:contain;width:100%;height:100%}.product-card__partner-fallback{color:var(--primary);letter-spacing:.02em;font-size:.875rem;font-weight:700}.product-card__partner{align-self:flex-start;margin-bottom:.875rem;font-size:.75rem}.product-card__title{color:var(--text-primary);transition:color var(--transition);margin-bottom:.625rem;font-size:1.0625rem;font-weight:700;line-height:1.3}.product-card:hover .product-card__title{color:var(--primary)}.product-card__desc{color:var(--text-secondary);flex:1;margin-bottom:1.25rem;font-size:.9rem;line-height:1.65}.product-card__arrow{background:var(--bg-muted);width:34px;height:34px;color:var(--primary);transition:all var(--transition);border-radius:50%;justify-content:center;align-self:flex-start;align-items:center;display:flex}.product-card:hover .product-card__arrow{background:var(--primary);color:#fff;transform:translate(4px)}.products-hl__cta{text-align:center}@media (max-width:1024px){.products-hl__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.products-hl__grid{grid-template-columns:1fr}}
.services-section{background:var(--surface)}.services-section__grid{grid-template-columns:1fr 1fr;align-items:start;gap:5rem;display:grid}.services-section__title{margin:.75rem 0 .5rem}.services-section__desc{color:var(--text-secondary);margin:1.25rem 0 1.5rem;font-size:1rem;line-height:1.75}.services-section__badge-row{flex-wrap:wrap;gap:.5rem;display:flex}.service-item{border:1px solid var(--border);border-radius:var(--radius-lg);transition:all var(--transition);margin-bottom:.875rem;overflow:hidden}.service-item--open{border-color:#b3000633;box-shadow:0 4px 20px #b300060f}.service-item__header{text-align:left;cursor:pointer;width:100%;transition:background var(--transition);background:0 0;align-items:center;gap:1rem;padding:1.125rem 1.25rem;display:flex}.service-item--open .service-item__header{background:var(--red-50)}.service-item__header:hover{background:var(--bg-subtle)}.service-item--open .service-item__header:hover{background:var(--red-50)}.service-item__icon-wrap{border-radius:var(--radius-md);background:var(--bg-muted);width:40px;height:40px;color:var(--primary);transition:all var(--transition);flex-shrink:0;justify-content:center;align-items:center;display:flex}.service-item--open .service-item__icon-wrap{background:var(--primary);color:#fff}.service-item__title{color:var(--text-primary);flex:1;font-size:.9625rem;font-weight:600;line-height:1.35}.service-item--open .service-item__title{color:var(--primary)}.service-item__chevron{color:var(--text-muted);flex-shrink:0}.service-item--open .service-item__chevron{color:var(--primary)}.service-item__body-wrap{overflow:hidden}.service-item__body{color:var(--text-secondary);padding:0 1.25rem 1.25rem 3.75rem;font-size:.9rem;line-height:1.75}@media (max-width:1024px){.services-section__grid{grid-template-columns:1fr;gap:3rem}}
.whyus{background:var(--gray-900);position:relative;overflow:hidden}.whyus__bg{pointer-events:none;background-image:radial-gradient(circle at 20%,#b300061f 0%,#0000 50%),radial-gradient(circle at 80%,#b3000614 0%,#0000 50%);position:absolute;inset:0}.whyus .section-label{color:#ffffffb3;background:#ffffff0f;border-color:#ffffff1a}.whyus__title{color:#fff;margin:.75rem 0 1rem}.whyus__subtitle{color:#fff9;max-width:520px;margin:0 auto 3rem;font-size:1.0625rem;line-height:1.7}.whyus__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.whyus-card{border-radius:var(--radius-xl);transition:all var(--transition);background:#ffffff0a;border:1px solid #ffffff14;padding:2rem 1.75rem}.whyus-card:hover{background:#ffffff12;border-color:#b3000659;transform:translateY(-6px);box-shadow:0 20px 40px #0000004d}.whyus-card__icon{border-radius:var(--radius-lg);width:56px;height:56px;color:var(--red-400);transition:all var(--transition);background:#b3000626;border:1px solid #b3000640;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.whyus-card:hover .whyus-card__icon{background:var(--primary);border-color:var(--primary);color:#fff;transform:scale(1.1)}.whyus-card__title{color:#fff;margin-bottom:.625rem;font-size:1rem;font-weight:700}.whyus-card__desc{color:#ffffff8c;font-size:.9rem;line-height:1.7}@media (max-width:1024px){.whyus__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.whyus__grid{grid-template-columns:1fr}}
