.header{position:fixed;top:0;left:0;width:100%;z-index:1000;background-color:transparent;transition:all .5s cubic-bezier(.4,0,.2,1);padding:1.5rem 0}.header.scrolled{background-color:var(--liquid-glass-bg-light);backdrop-filter:var(--liquid-glass-backdrop-full);-webkit-backdrop-filter:var(--liquid-glass-backdrop-full);border-bottom:var(--liquid-glass-border-menu);box-shadow:var(--liquid-glass-shadow-header);padding:1rem 0}.header-container{width:100%;max-width:1440px;margin:0 auto;padding:0 4rem;display:flex;align-items:center;justify-content:space-between}.header-logo.mobile{display:none;height:3rem;align-items:center;gap:.6rem}.header-logo img{height:100%;width:auto}.header-beta-badge{font-size:.9rem;font-weight:700;letter-spacing:.08em;color:var(--color-text-secondary, #666);background:#0000000a;border:1px solid rgba(0,0,0,.12);padding:.2rem .6rem;border-radius:6px;line-height:1;white-space:nowrap}.header-nav{display:flex;align-items:center;width:100%}.header-logo.desktop{display:flex;align-items:center;gap:.6rem;height:3rem;margin-right:3rem}.header-nav-links{display:flex;align-items:center;gap:2.5rem;margin-right:auto}.header-dropdown{position:relative;height:100%;display:flex;align-items:center}.header-dropdown-toggle{display:flex;align-items:center;gap:6px;padding:.5rem 0;color:var(--color-text-primary);font-size:1.5rem;font-weight:500;text-decoration:none;cursor:pointer;background:none;border:none;transition:color .2s ease}.header-dropdown-toggle:hover{color:var(--color-text-secondary)}.header-dropdown-arrow{width:12px;height:12px;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center}.header-dropdown.open .header-dropdown-arrow{transform:rotate(180deg)}.header-dropdown-menu{position:absolute;top:calc(100% + 12px);left:-12px;min-width:220px;z-index:9999;isolation:isolate;background-color:var(--liquid-glass-bg-menu);backdrop-filter:var(--liquid-glass-backdrop);-webkit-backdrop-filter:var(--liquid-glass-backdrop);border-radius:16px;border:var(--liquid-glass-border-menu);box-shadow:var(--liquid-glass-shadow-menu);padding:.8rem;display:flex;flex-direction:column;gap:.2rem;opacity:0;visibility:hidden;transform:translateY(8px) scale(.96);transition:all .4s cubic-bezier(.175,.885,.32,1.1);transform-origin:top left;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.header-dropdown.open .header-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.header-dropdown-menu-item{padding:1rem 1.4rem;color:var(--color-text-primary);text-decoration:none;border-radius:10px;font-size:1.4rem;font-weight:500;transition:all .2s ease;display:block}.header-dropdown-menu-item:hover{background-color:#0000000f}.header-nav-link,.header-link{font-size:1.5rem;font-weight:500;color:var(--color-text-primary);text-decoration:none;transition:opacity .2s}.header-nav-link:hover,.header-link:hover{opacity:.6}.header-cta{display:flex;align-items:center;gap:1.5rem}.s1-btn-secondary.mobile{background-color:var(--liquid-glass-bg-menu);backdrop-filter:var(--liquid-glass-backdrop-light);-webkit-backdrop-filter:var(--liquid-glass-backdrop-light);border:var(--liquid-glass-border-menu)}.header-mobile-menu-btn{display:none;align-items:center;justify-content:center;width:44px;height:44px;background:none;border:none;cursor:pointer;color:var(--color-text-primary);padding:0;z-index:1001;transition:opacity .2s ease}.header-mobile-menu-btn:hover{opacity:.7}@media (max-width: 1024px){.header-nav{display:none}.header-container{padding:0 2rem}.header-logo.mobile{display:flex}.header-logo.desktop{display:none}.header-mobile-menu-btn{display:flex}}.header-dropdown-portal-wrapper .header-dropdown-menu{position:relative;top:0;left:-12px}.header-dropdown-menu.open{opacity:1;visibility:visible;transform:translateY(0) scale(1);pointer-events:auto}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999;background:#fffffff2;backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.32,.72,0,1);overflow-y:auto}.mobile-menu-overlay.open{opacity:1;visibility:visible}.mobile-menu-content{width:100%;min-height:100%;display:flex;flex-direction:column;padding:6rem 2rem 2rem;padding-top:calc(6rem + env(safe-area-inset-top,0px));padding-bottom:calc(2rem + env(safe-area-inset-bottom,0px))}.mobile-menu-close{position:fixed;top:1.5rem;right:2rem;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#0000000d;border:none;border-radius:50%;cursor:pointer;color:var(--color-text-primary);transition:all .2s ease;z-index:100000;margin-top:env(safe-area-inset-top,0px)}.mobile-menu-close:active{transform:scale(.9);background:#0000001a}.mobile-menu-nav{flex:1;display:flex;flex-direction:column;gap:2rem;padding:2rem 0}.mobile-menu-section{display:flex;flex-direction:column;gap:.5rem}.mobile-menu-section-title{font-size:1.2rem;font-weight:600;color:var(--color-text-tertiary);text-transform:uppercase;letter-spacing:.1em;padding:.5rem 1rem;margin-bottom:.5rem}.mobile-menu-link{display:block;width:100%;text-align:left;padding:1rem;font-size:1.6rem;font-weight:500;color:var(--color-text-primary);text-decoration:none;border-radius:12px;transition:all .2s ease}.mobile-menu-link:hover,.mobile-menu-link:active{background:#0000000a;opacity:1}.mobile-menu-link.highlight{font-weight:600;color:var(--color-text-primary)}.mobile-menu-cta{padding:2rem 0;display:flex;justify-content:center;border-top:var(--border-light);margin-top:auto}.mobile-menu-cta .s1-btn-primary,.s1-btn-primary.full-width,.s1-btn-secondary.full-width{width:100%}.site-footer{background-color:var(--color-bg-black);color:var(--color-text-white);padding:6rem 0 3rem}.footer-inner{max-width:1440px;margin:0 auto;padding:0 4rem}.footer-brand{margin-bottom:4rem;max-width:320px}.footer-logo{display:inline-block;margin-bottom:1.5rem}.footer-logo img{height:3rem;width:auto;filter:invert(1)}.footer-tagline{font-size:1.5rem;color:var(--color-text-white-muted);line-height:1.6;margin:0}.footer-links-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;padding-bottom:4rem;border-bottom:var(--border-dark-translucent)}.footer-column-title{font-size:1.4rem;font-weight:600;color:var(--color-text-white);margin:0 0 1.5rem;text-transform:uppercase;letter-spacing:.05em}.footer-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.footer-list a{font-size:1.5rem;color:var(--color-text-white-muted);text-decoration:none;transition:color .2s ease}.footer-list a:hover{color:var(--color-text-white)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:3rem;flex-wrap:wrap;gap:2rem;position:relative}.footer-social{display:flex;gap:1.5rem}.footer-social a{color:var(--color-text-white-muted);transition:color .2s ease;display:flex;align-items:center;justify-content:center}.footer-social a:hover{color:var(--color-text-white)}.footer-legal{position:absolute;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem}.footer-copyright{font-size:1.4rem;color:#ffffff80}.footer-legal-links{display:flex;gap:2rem}.footer-legal-links a{font-size:1.4rem;color:#ffffff80;text-decoration:none;transition:color .2s ease}.footer-legal-links a:hover{color:var(--color-text-white)}.footer-language{display:flex;align-items:center;gap:.5rem;color:var(--color-text-white-muted)}.footer-language svg{flex-shrink:0}.footer-language-select{background:transparent;border:var(--border-dark-translucent);border-radius:.4rem;color:#fffc;padding:.4rem .8rem;font-size:1.3rem;cursor:pointer;outline:none;transition:border-color .2s ease,color .2s ease}.footer-language-select:hover{border-color:#fff6;color:var(--color-text-white)}.footer-language-select:focus{border-color:#fff9}.footer-language-select option{background:var(--color-bg-dark-1);color:var(--color-text-white)}@media (max-width: 1024px){.footer-links-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.site-footer{padding:4rem 0 2rem}.footer-inner{padding:0 2rem}.footer-brand{max-width:100%;text-align:center;margin-bottom:3rem}.footer-brand .footer-logo{display:flex;justify-content:center}.footer-links-grid{grid-template-columns:1fr 1fr;gap:2rem;text-align:center}.footer-column-title{text-align:center}.footer-list{align-items:center}.footer-bottom{flex-direction:column;align-items:center;text-align:center}.footer-legal{position:static;transform:none;align-items:center;gap:1rem;order:2}.footer-social{justify-content:center;order:1}.footer-language{justify-content:center;order:3}}@media (max-width: 480px){.footer-links-grid{grid-template-columns:1fr}.footer-legal-links{flex-direction:column;gap:1rem}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.s1-hero-s{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;padding-top:12rem;padding-bottom:6rem;background-color:var(--color-bg-primary)}.s1-hero-s .container.hero{position:relative;z-index:10;width:100%;max-width:1440px;margin:0 auto;padding:0 6rem}.s1-hero-content-wrapper{width:100%;padding:0;margin:0}.s1-hero-c{max-width:55rem;color:var(--color-text-primary)}.s1-hero-h1{font-size:5.6rem;font-weight:600;line-height:1.15;margin-bottom:2rem;color:var(--color-text-primary)}.s1-hero-h1-small{display:block;font-size:.6em;font-weight:500;opacity:.7;margin-bottom:.6rem}.s1-hero-subtitle{font-size:1.8rem;line-height:1.6;max-width:46.8rem;margin-bottom:3rem;color:var(--color-text-primary);opacity:.75}.s1-hero-images-wrapper{position:absolute;top:0;right:0;width:65%;height:100%;z-index:1}.s1-hero-gradient-overlay{position:absolute;top:0;left:0;width:30%;height:100%;background:linear-gradient(to right,var(--color-bg-primary) 0%,var(--color-bg-white-translucent-high) 20%,rgba(255,255,255,.6) 50%,rgba(255,255,255,0) 100%);z-index:2;pointer-events:none}.hp-hero-swiper-c{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.swiper.hp-hero,.swiper-slide.hp-hero-slide{width:100%;height:100%}.hp-hero-slide img{width:100%;height:100%;object-fit:cover;image-rendering:-webkit-optimize-contrast;image-rendering:high-quality;backface-visibility:hidden;transform:translateZ(0);object-position:center}.s1-buttons-c{display:flex;gap:1.6rem;flex-wrap:wrap;align-items:center;margin-top:3rem}@media (max-width: 1200px){.s1-hero-s .container.hero{padding:0 4rem}.s1-hero-h1{font-size:4.8rem}}@media (max-width: 991px){.s1-hero-s{padding-top:10rem;padding-bottom:6rem;flex-direction:column;justify-content:flex-end}.s1-hero-s .container.hero{padding:0 3rem}.s1-hero-images-wrapper{width:100%;height:50%;top:0}.s1-hero-gradient-overlay{background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,.6) 50%,rgba(255,255,255,.95) 90%,var(--color-bg-primary) 100%);width:100%;height:40%;top:auto;bottom:0}.s1-hero-h1{font-size:4rem}.s1-hero-subtitle{font-size:1.6rem}}@media (max-width: 767px){.s1-hero-s{padding-top:7rem;padding-bottom:3rem;min-height:auto;flex-direction:column}.s1-hero-s .container.hero{padding:0 2rem;order:2}.s1-hero-c{max-width:100%;text-align:center}.s1-hero-h1{font-size:3.2rem;margin-bottom:1rem;line-height:1.15}.s1-hero-h1-small{font-size:.7rem;margin-bottom:.8rem;letter-spacing:.05em;opacity:.6}.s1-hero-subtitle{font-size:1.4rem;margin-bottom:2rem;max-width:100%;opacity:.8;padding:0 1rem}.s1-buttons-c{flex-direction:column;width:100%;margin-top:1.5rem}.s1-btn-primary,.s1-btn-secondary{width:100%;justify-content:center}.s1-hero-images-wrapper{position:relative;width:100%;height:320px;order:1;margin-bottom:0}.s1-hero-gradient-overlay{background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,.6) 60%,var(--color-bg-primary) 100%);width:100%;height:40%;top:auto;bottom:0}}@media (max-width: 479px){.s1-hero-s .container.hero{padding:0 1.6rem}.s1-hero-h1{font-size:2.8rem}.s1-hero-subtitle{font-size:1.4rem}}.early-access-section{padding:10rem 0;background-color:var(--color-bg-secondary);text-align:center}.early-access-content{max-width:800px;margin:0 auto;padding:0 2rem}.early-access-badge{display:inline-flex;align-items:center;gap:.8rem;padding:.8rem 2rem;margin-bottom:3rem;background-color:var(--liquid-glass-light-thick);backdrop-filter:var(--liquid-glass-backdrop);-webkit-backdrop-filter:var(--liquid-glass-backdrop);border-radius:980px;border:var(--liquid-glass-border-light);box-shadow:var(--liquid-glass-inner-glow);font-size:1.3rem;font-weight:600;color:var(--color-text-primary);text-transform:uppercase;letter-spacing:.05em}.early-access-title{font-size:4.8rem;font-weight:600;color:var(--color-text-primary);margin-bottom:2rem;line-height:1.1}.early-access-subtitle{font-size:1.8rem;color:var(--color-text-secondary);margin-bottom:4rem;line-height:1.5}.early-access-section .s1-buttons-c{justify-content:center;margin-bottom:4rem}.early-access-note{font-size:1.4rem;color:var(--color-text-tertiary)}@media (max-width: 767px){.early-access-section{padding:5rem 0;margin-top:2rem}.early-access-container{padding:0 2rem}.early-access-badge{font-size:1rem;padding:.8rem 1.8rem;margin-bottom:2rem;background-color:#0000000f;border:1px solid rgba(0,0,0,.1)}.early-access-title{font-size:2.6rem;margin-bottom:1.5rem;line-height:1.15}.early-access-subtitle{font-size:1.5rem;margin-bottom:2.5rem}.early-access-section .s1-buttons-c{flex-direction:column;width:100%;margin-bottom:2.5rem}.early-access-section .s1-btn-primary,.early-access-section .s1-btn-secondary{width:100%;justify-content:center}.early-access-offer{font-size:1.4rem;color:var(--color-text-secondary);line-height:1.5;padding:0 1rem}.early-access-note{font-size:1.3rem}}.s1-carousel-s{padding:8rem 0;background-color:var(--color-bg-black);color:var(--color-text-white);overflow:hidden}.s1-carousel-title-c{text-align:center;margin-bottom:6rem;padding:0 2rem}.s1-carousel-h2{font-size:4.8rem;font-weight:600;line-height:1.1;letter-spacing:-.02em;color:var(--color-text-white)}.s1-carousel-wrapper{width:100%;padding:0 0 4rem}.s1-carousel{width:100%;overflow:visible!important}.s1-carousel-block{transition:all .4s cubic-bezier(.4,0,.2,1);opacity:.5;transform:scale(.92)}.s1-carousel-block.swiper-slide-active{opacity:1;transform:scale(1);z-index:2}.s1-carousel-img-c{width:100%;aspect-ratio:3/4;border-radius:24px;overflow:hidden;position:relative;background-color:var(--color-bg-dark-1);border:var(--liquid-glass-border-dark);box-shadow:var(--shadow-md)}.s1-carousel-img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .6s cubic-bezier(.4,0,.2,1)}.s1-carousel-block:hover .s1-carousel-img{transform:scale(1.04)}@media (max-width: 767px){.s1-carousel-s{padding:5rem 0}.s1-carousel-title-c{margin-bottom:4rem}.s1-carousel-h2{font-size:3.2rem}.s1-carousel-block{opacity:1;transform:scale(1)}.s1-carousel-block.swiper-slide-active{transform:scale(1)}}.s1-benefits-s{padding:10rem 0;background-color:var(--color-bg-primary)}.s1-benefits-title-c{text-align:center;margin-bottom:8rem}.s1-benefits-h2{font-size:4.8rem;font-weight:600;color:var(--color-text-primary);line-height:1.1}.s1-benefits-items{display:flex;flex-direction:column;gap:10rem;width:100%}.s1-benefits-item{display:flex;align-items:center;gap:8rem}.s1-benefits-item.reverse{flex-direction:row-reverse}.s1-benefits-item-img-c{flex:1;min-width:0;position:relative;border-radius:28px;overflow:hidden;background-color:var(--color-bg-secondary);aspect-ratio:4/3;box-shadow:var(--shadow-lg)}.s1-benefits-item-stat-c{position:absolute;bottom:2.4rem;left:2.4rem;background-color:var(--liquid-glass-light-thick);backdrop-filter:var(--liquid-glass-backdrop);-webkit-backdrop-filter:var(--liquid-glass-backdrop);padding:1.8rem 2.6rem;border-radius:20px;display:flex;flex-direction:column;border:var(--liquid-glass-border-light);box-shadow:var(--shadow-md),var(--liquid-glass-inner-glow)}.s1-benefits-item-stat-num{font-size:3.2rem;font-weight:700;color:var(--color-text-primary);line-height:1}.s1-benefits-item-stat-text{font-size:1.3rem;color:var(--color-text-secondary);margin-top:.4rem;font-weight:500}.s1-benefits-item-content{flex:1;min-width:0}.s1-benefits-item-title{font-size:3.2rem;font-weight:600;color:var(--color-text-primary);margin-bottom:2rem;line-height:1.2}.s1-benefits-item-description{font-size:1.7rem;color:var(--color-text-secondary);line-height:1.6}@media (max-width: 991px){.s1-benefits-item{gap:4rem}.s1-benefits-h2{font-size:4rem}}@media (max-width: 767px){.s1-benefits-s{padding:6rem 0}.s1-benefits-title-c{margin-bottom:5rem}.s1-benefits-h2{font-size:3.2rem}.s1-benefits-items{gap:6rem}.s1-benefits-item,.s1-benefits-item.reverse{flex-direction:column;gap:3rem}.s1-benefits-item-img-c{width:100%;aspect-ratio:3/2;flex:none}.s1-benefits-item-content{padding:0;text-align:center;width:100%;flex:none}}.s1-how-s{padding:10rem 0;background-color:var(--color-bg-black);color:var(--color-text-white)}.s1-how-title-c{text-align:center;margin-bottom:8rem}.s1-how-h2{font-size:4.8rem;font-weight:600;color:var(--color-text-white);margin-bottom:1.6rem}.s1-how-subtitle{font-size:1.8rem;color:var(--color-text-tertiary)}.s1-how-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.s1-how-step{background-color:var(--liquid-glass-dark);backdrop-filter:var(--liquid-glass-backdrop);-webkit-backdrop-filter:var(--liquid-glass-backdrop);padding:3.2rem;border-radius:24px;border:var(--liquid-glass-border-dark);box-shadow:var(--liquid-glass-inner-glow);transition:all .4s cubic-bezier(.4,0,.2,1)}.s1-how-step:hover{transform:translateY(-6px) scale(1.01);background-color:var(--liquid-glass-dark-thick);border-color:#ffffff59;box-shadow:var(--shadow-lg),var(--liquid-glass-inner-glow)}.s1-how-step-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:3.2rem}.s1-how-num{font-size:1.3rem;font-weight:600;color:var(--color-text-tertiary);font-family:SF Mono,Menlo,monospace;letter-spacing:.05em}.s1-how-icon{width:5.2rem;height:5.2rem;background-color:var(--liquid-glass-dark);backdrop-filter:var(--liquid-glass-backdrop-light);-webkit-backdrop-filter:var(--liquid-glass-backdrop-light);border-radius:14px;display:flex;align-items:center;justify-content:center;color:var(--color-text-white);border:var(--liquid-glass-border-dark)}.s1-how-step-title{font-size:2.2rem;font-weight:600;margin-bottom:1.2rem;color:var(--color-text-white)}.s1-how-step-desc{font-size:1.5rem;color:var(--color-text-tertiary);line-height:1.6}@media (max-width: 991px){.s1-how-steps{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 767px){.s1-how-s{padding:6rem 0}.s1-how-h2{font-size:3.2rem}.s1-how-steps{grid-template-columns:1fr;gap:1.5rem}.s1-how-step{padding:2.4rem}}.s1-cta-s{padding:10rem 0;background-color:var(--color-bg-primary);text-align:center}.s1-cta-wrapper{max-width:800px;margin:0 auto;padding:0 2rem}.s1-cta-h2,.s1-h2.s1-cta-h2{font-size:4.8rem;font-weight:600;color:var(--color-text-primary);margin-bottom:2rem;line-height:1.1}.s1-cta-desc{font-size:1.8rem;color:var(--color-text-secondary);margin-bottom:4rem;line-height:1.5}.s1-cta-buttons{display:flex;gap:1.6rem;flex-wrap:wrap;align-items:center;justify-content:center}@media (max-width: 767px){.s1-cta-s{padding:6rem 0}.s1-cta-h2,.s1-h2.s1-cta-h2{font-size:3.2rem}.s1-cta-desc{font-size:1.6rem;margin-bottom:3rem}.s1-cta-buttons{flex-direction:column;width:100%}.s1-cta-s .s1-btn-primary,.s1-cta-s .s1-btn-secondary{width:100%;justify-content:center}}html{font-size:.625rem}:root{--color-bg-primary: #ffffff;--color-bg-secondary: #f5f5f7;--color-bg-tertiary: #fafafa;--color-bg-black: #000000;--color-bg-dark-1: #1c1c1e;--color-bg-dark-2: #2c2c2e;--color-bg-white-translucent-high: rgba(255, 255, 255, .95);--color-bg-white-translucent-mid: rgba(255, 255, 255, .6);--liquid-glass-backdrop: blur(25px) saturate(180%);--liquid-glass-backdrop-full: blur(25px) saturate(180%) brightness(1.05);--liquid-glass-backdrop-light: blur(20px) saturate(150%);--liquid-glass-bg-light: rgba(255, 255, 255, .25);--liquid-glass-bg-menu: rgba(255, 255, 255, .45);--liquid-glass-bg-dark: rgba(0, 0, 0, .15);--liquid-glass-bg-dark-thick: rgba(0, 0, 0, .35);--liquid-glass-light-thick: rgba(255, 255, 255, .4);--liquid-glass-border-light: .5px solid rgba(255, 255, 255, .6);--liquid-glass-border-menu: .5px solid rgba(255, 255, 255, .4);--liquid-glass-border-dark: .5px solid rgba(255, 255, 255, .2);--liquid-glass-shadow-menu: 0 20px 60px rgba(0, 0, 0, .15), inset 0 1px 1px rgba(255, 255, 255, .6);--liquid-glass-shadow-header: inset 0 1px 1px rgba(255, 255, 255, .4), inset 0 -1px 1px rgba(0, 0, 0, .05);--liquid-glass-inner-glow: inset 0 0 0 1px rgba(255, 255, 255, .1);--color-text-primary: #1d1d1f;--color-text-secondary: #86868b;--color-text-tertiary: #aeaeb2;--color-text-white: #ffffff;--color-text-white-muted: rgba(255, 255, 255, .7);--border-light: .5px solid rgba(0, 0, 0, .12);--border-dark-translucent: .5px solid rgba(255, 255, 255, .18);--border-dark-subtle: .5px solid rgba(255, 255, 255, .25);--border-dark-solid: 1px solid #3a3a3c;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .06);--shadow-md: 0 8px 30px rgba(0, 0, 0, .12);--shadow-lg: 0 20px 60px rgba(0, 0, 0, .18);--shadow-menu: 0 20px 60px rgba(0, 0, 0, .15);--shadow-header: none;--shadow-glow-white: 0 0 25px rgba(255, 255, 255, .3)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,Roboto,sans-serif;font-size:1.7rem;line-height:1.47059;letter-spacing:-.022em;color:var(--color-text-primary);margin:0;padding:0;background-color:var(--color-bg-primary)}*,*:before,*:after{box-sizing:border-box}main{overflow:clip}.container{max-width:1440px;width:100%;margin-left:auto!important;margin-right:auto!important;padding-left:2rem;padding-right:2rem}.center-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}a{color:inherit;text-decoration:inherit;transition:opacity .2s ease}a:hover{opacity:.7}.hide{display:none!important}.pointer-events-off{pointer-events:none}.pointer-events-on{pointer-events:auto}.img-cover{width:100%;height:100%;object-fit:cover;object-position:center}*:focus{outline:none}main:focus-visible{outline:-webkit-focus-ring-color auto 0px}h1,h2,h3,h4,h5,h6{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,SF Pro Display,sans-serif;font-weight:600;margin:0;line-height:1.08349;letter-spacing:-.003em}h1{font-size:5.6rem;letter-spacing:-.005em}h2{font-size:4rem}h3{font-size:2.8rem}p{margin:0;font-size:1.7rem;line-height:1.5;color:var(--color-text-secondary)}.s1-hero-h1-small{display:block;font-size:.7em;font-weight:500;opacity:.9;margin-bottom:.5rem}.s1-btn-primary{display:inline-flex;align-items:center;gap:.6rem;padding:.9rem 1.8rem;min-height:44px;background-color:var(--color-bg-black);color:var(--color-text-white);font-size:1.4rem;font-weight:500;border-radius:980px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none;letter-spacing:-.01em}.s1-btn-primary:hover{background-color:#2a2a2a;transform:scale(1.03);opacity:1}.s1-btn-primary:active{transform:scale(.97)}.s1-btn-text{font-size:inherit;display:flex;align-items:center;flex-shrink:0}.s1-btn-arrow-c{display:flex;align-items:center;justify-content:center;width:1.2rem;height:1.2rem}.s1-btn-arrow{width:100%;height:100%;transition:transform .25s ease}.s1-btn-primary:hover .s1-btn-arrow{transform:translate(3px)}.s1-btn-secondary{background-color:transparent;color:var(--color-text-primary);border:1.5px solid var(--color-bg-black);display:inline-flex;align-items:center;gap:.6rem;padding:.9rem 1.8rem;min-height:44px;font-size:1.4rem;font-weight:500;border-radius:980px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.s1-btn-secondary:hover{background-color:var(--color-bg-black);color:var(--color-text-white);transform:scale(1.02);opacity:1}.s1-btn-secondary:active{transform:scale(.97)}.s1-buttons-c{display:flex;gap:.8rem;flex-wrap:wrap;align-items:center}@media (max-width: 991px){html{font-size:.5625rem}}@media (max-width: 1024px){.container{padding-left:1.5rem;padding-right:1.5rem}}@media (max-width: 767px){html{font-size:.5rem}h1{font-size:4rem}h2{font-size:3.2rem}.s1-buttons-c{gap:.6rem}}@media (max-width: 479px){html{font-size:.4375rem}}
