.landing-page{--sbw:0px;--hyper-blue:#1f3afa;--void-black:#080808;--flash-white:#fff;--surface:#f5f5f5;--white:#fff;--text:#080808;--bg:#fff;--bg-card:#fff;font-size:80%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smooth:always}.u-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;border:none!important}.no-select{-webkit-user-select:none;-moz-user-select:none;user-select:none}.no-drag{-webkit-user-drag:none}.wrapper-1600{position:relative;margin-left:auto;margin-right:auto;width:100%;max-width:1100px;padding:0 clamp(16px,4vw,40px)}@media screen and (min-width:1601px){.wrapper-1600{max-width:1400px}}.landing-page .hero{height:auto;min-height:auto;width:100%;position:relative}@media screen and (min-width:769px){.landing-page .hero{height:100vh;min-height:100vh}}.landing-page .hero-sticky{position:relative;top:0;left:0;width:100%;max-width:1100px;margin:0 auto;padding:1rem clamp(16px,4vw,40px) 3rem;text-align:center}@media screen and (min-width:1601px){.landing-page .hero-sticky{max-width:1400px}}@media screen and (min-width:480px){.landing-page .hero-sticky{padding-top:3rem;padding-bottom:4rem}}@media screen and (min-width:769px){.landing-page .hero-sticky{position:sticky;padding-top:15vh;padding-bottom:0}}.landing-page .hero-title{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100%;padding:0 1.5rem}@media screen and (min-width:769px){.landing-page .hero-title{gap:2.5rem;padding:0}}.landing-page .hero-tagline{font-family:var(--font-body);font-size:clamp(2rem,5vw,3rem);font-weight:500;line-height:1.2;color:var(--text);margin:0 auto;white-space:nowrap;opacity:0;animation:fadeInUp .8s var(--ease-out-expo) forwards;animation-delay:.2s}@media screen and (max-width:768px){.landing-page .hero-tagline{margin-top:1.5rem}}@media screen and (min-width:480px){.landing-page .hero-tagline{font-size:clamp(2.4rem,4.25vw,3.4rem)}}@media screen and (min-width:769px){.landing-page .hero-tagline{font-size:clamp(3.4rem,4.25vw,5.1rem);line-height:1.2}}.landing-page .hero-headline{font-family:var(--font-display);font-size:clamp(4rem,12vw,5.5rem);font-weight:400;line-height:1;letter-spacing:.02em;text-transform:uppercase;display:flex;align-items:center;justify-content:center;gap:clamp(.8rem,2vw,1.2rem);flex-wrap:wrap;opacity:0;animation:fadeInUp .8s var(--ease-out-expo) forwards;animation-delay:.4s}@media screen and (min-width:480px){.landing-page .hero-headline{font-size:clamp(5rem,10vw,8rem);gap:1.5rem}}@media screen and (min-width:769px){.landing-page .hero-headline{font-size:clamp(8rem,9vw,14rem);line-height:.85;gap:2rem}}.landing-page .hero-headline-word{display:inline-block;overflow:hidden;white-space:nowrap;border-right:3px solid var(--text);width:0;padding-bottom:.15em;animation:typewriter 1.5s steps(16) .8s forwards,blink .7s step-end 4,cursorFade .5s ease-out 3.5s forwards}@media screen and (max-width:479px){.landing-page .hero-headline-word{white-space:normal;width:auto;border-right:none;animation:fadeInUp .8s var(--ease-out-expo) forwards;animation-delay:.4s}}@keyframes typewriter{0%{width:0}to{width:100%}}@keyframes blink{50%{border-color:transparent}}@keyframes cursorFade{to{border-color:transparent}}@media screen and (min-width:769px){.landing-page .hero-headline-word{border-right-width:5px}}.landing-page .hero-subtitle{font-family:var(--font-body);font-size:clamp(.9rem,1.6vw,1.1rem);font-weight:400;line-height:1.4;color:var(--text-muted);margin:-.5rem 0 0;white-space:normal;opacity:0;animation:fadeInUp .8s var(--ease-out-expo) forwards;animation-delay:.5s}@media screen and (min-width:769px){.landing-page .hero-subtitle{font-size:clamp(1.1rem,1.4vw,1.5rem);margin:-1rem 0 0;white-space:nowrap}}.landing-page .hero-icon{width:clamp(4rem,10vw,5rem);height:clamp(4rem,10vw,5rem);background:var(--text);border-radius:0;display:inline-flex;align-items:center;justify-content:center;position:relative;flex-shrink:0}@media screen and (min-width:480px){.landing-page .hero-icon{width:clamp(5rem,8vw,7rem);height:clamp(5rem,8vw,7rem);border-radius:0}}@media screen and (min-width:769px){.landing-page .hero-icon{width:clamp(9rem,8vw,13rem);height:clamp(9rem,8vw,13rem);border-radius:0}}.landing-page .hero-icon svg{width:60%;height:60%;fill:var(--white)}.landing-page .btn-hero{font-family:var(--font-body);font-size:1.2rem;font-weight:600;color:var(--white);background:var(--accent);border:2px solid var(--text);padding:0 2.4rem;height:4.5rem;border-radius:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:1rem;text-decoration:none;position:relative;overflow:hidden;opacity:0;animation:fadeInUp .8s var(--ease-out-expo) forwards;animation-delay:.6s;transition:transform .2s var(--ease-out-expo),box-shadow .2s var(--ease-out-expo);box-shadow:4px 4px 0 var(--text);text-transform:uppercase}@media screen and (min-width:769px){.landing-page .btn-hero{height:6rem;padding:0 3.75rem;font-size:1.5rem}}.landing-page .btn-hero:hover{transform:translate(4px,4px);box-shadow:none}.landing-page .btn-hero svg{width:1.8rem;height:1.8rem;fill:var(--white)}@media screen and (min-width:769px){.landing-page .btn-hero svg{width:2.2rem;height:2.2rem}}.landing-page .btn-hero span{display:inline-block}.landing-page .hero-marketplace-link{display:inline-block;margin-top:1.5rem;font-family:var(--font-body);font-size:clamp(.9rem,1.6vw,1.1rem);font-weight:500;color:var(--text-muted);text-decoration:none;opacity:0;animation:fadeInUp .6s var(--ease-out-expo) forwards;animation-delay:.6s;transition:color .2s ease}@media screen and (min-width:769px){.landing-page .hero-marketplace-link{font-size:clamp(1.1rem,1.4vw,1.5rem)}}.landing-page .hero-marketplace-link:hover{color:var(--accent)}@media screen and (min-width:769px){.landing-page .hero-marketplace-link{display:none}}.landing-page .phone-mockup{width:30rem;height:47rem;background:var(--bg-grey8);border:3px solid var(--text);border-radius:0;margin-top:6rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;opacity:0;animation:fadeInUp .8s var(--ease-out-expo) forwards;animation-delay:.8s}@media screen and (min-width:769px){.landing-page .phone-mockup{width:47rem;height:71.5rem}}.landing-page .phone-mockup:before{content:"";float:left;height:0;margin-left:-1px;padding-top:152.1739130435%;width:1px}.landing-page .phone-mockup:after{clear:both;content:"";display:table}.landing-page .phone-logo{width:clamp(6rem,15vw,8rem);height:clamp(6rem,15vw,8rem);background:var(--text);border-radius:0;display:flex;align-items:center;justify-content:center}@media screen and (min-width:769px){.landing-page .phone-logo{width:clamp(10rem,8vw,12rem);height:clamp(10rem,8vw,12rem);border-radius:0}}.landing-page .phone-logo svg{width:50%;height:50%;fill:var(--white)}.landing-page .scroll-indicator{position:fixed;bottom:3rem;left:50%;transform:translateX(-50%);z-index:100;display:none;flex-direction:column;align-items:center;gap:.8rem;opacity:1;transition:opacity .5s var(--ease-out-expo);pointer-events:none}@media screen and (min-width:769px){.landing-page .scroll-indicator{display:none}}.landing-page .scroll-indicator.hidden{opacity:0}.landing-page .scroll-indicator-text{font-family:var(--font-body);font-size:1.4rem;letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted)}.landing-page .scroll-indicator-arrow{width:24px;height:24px;animation:bounceArrow 1.5s ease-in-out infinite}.landing-page .scroll-indicator-arrow svg{width:100%;height:100%;fill:none;stroke:var(--text-muted);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}@keyframes bounceArrow{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}.landing-page .features{padding:3rem 0;position:relative;z-index:2;background:var(--bg)}@media screen and (min-width:480px){.landing-page .features{padding:4rem 0}}@media screen and (min-width:769px){.landing-page .features{padding:8rem 0}}.landing-page .features-bento{display:flex;flex-wrap:wrap;gap:1rem;max-width:1100px;margin:0 auto;padding:0 clamp(16px,4vw,40px)}@media screen and (min-width:769px){.landing-page .features-bento{gap:1.2rem}}@media screen and (min-width:1601px){.landing-page .features-bento{max-width:1400px}}@media screen and (max-width:768px){.landing-page .features-bento{display:block}.landing-page .features-bento>.bento-phone-wrapper{width:100%;margin-bottom:1.5rem}.landing-page .features-bento:after{content:"";display:block;clear:both}}.landing-page .bento-scroll-container{display:contents}@media screen and (max-width:768px){.landing-page .bento-scroll-container{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:1rem;scrollbar-width:none}.landing-page .bento-scroll-container::-webkit-scrollbar{display:none}.landing-page .bento-scroll-container>.bento-box{flex:0 0 85%;scroll-snap-align:start}.landing-page .bento-scroll-container>.bento-box:first-child{margin-left:16px}.landing-page .bento-scroll-container>.bento-box:last-child{margin-right:16px}}@media screen and (min-width:480px) and (max-width:768px){.landing-page .bento-scroll-container{gap:2rem}.landing-page .bento-scroll-container>.bento-box{flex:0 0 75%}}@media screen and (min-width:769px){.landing-page .features-bento{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto auto;gap:2rem}.landing-page .features-bento>.bento-phone-wrapper{grid-column:2;grid-row:1/3}.landing-page .bento-scroll-container{display:contents}.landing-page .bento-scroll-container>.bento-box.--blue{grid-column:1;grid-row:1}.landing-page .bento-scroll-container>.bento-box.--gray{grid-column:3;grid-row:1}.landing-page .bento-scroll-container>.bento-box.--yellow{grid-column:1;grid-row:2}.landing-page .bento-scroll-container>.bento-box.--pink{grid-column:3;grid-row:2}}.landing-page .bento-box{border-radius:0;border:2px solid var(--text);padding:1.6rem;position:relative;overflow:hidden;transition:transform .2s var(--ease-out-expo),box-shadow .2s var(--ease-out-expo);box-shadow:3px 3px 0 var(--text)}.landing-page .bento-box:hover{transform:translate(3px,3px);box-shadow:none}@media screen and (min-width:769px){.landing-page .bento-box{padding:1.5rem}}@media screen and (min-width:1601px){.landing-page .bento-box{padding:2rem}}.landing-page .bento-box.--blue{background:var(--hyper-blue)}.landing-page .bento-box.--yellow{background:var(--void-black)}.landing-page .bento-box.--pink{background:var(--surface)}.landing-page .bento-box.--gray{background:var(--flash-white)}.landing-page .bento-box.--blue .bento-desc,.landing-page .bento-box.--blue .bento-label,.landing-page .bento-box.--blue .bento-link,.landing-page .bento-box.--blue .bento-title,.landing-page .bento-box.--yellow .bento-desc,.landing-page .bento-box.--yellow .bento-label,.landing-page .bento-box.--yellow .bento-link,.landing-page .bento-box.--yellow .bento-title{color:var(--white)}.landing-page .bento-box.--yellow .bento-label{background:hsla(0,0%,100%,.15)}.landing-page .bento-box.--gray .bento-desc,.landing-page .bento-box.--gray .bento-label,.landing-page .bento-box.--gray .bento-link,.landing-page .bento-box.--gray .bento-title{color:var(--text)}.landing-page .bento-box.--gray .bento-label{background:var(--hyper-blue);color:var(--white)}.landing-page .bento-box.--pink .bento-desc,.landing-page .bento-box.--pink .bento-label,.landing-page .bento-box.--pink .bento-link,.landing-page .bento-box.--pink .bento-title{color:var(--text)}.landing-page .bento-box.--pink .bento-label{background:var(--hyper-blue);color:var(--white)}.landing-page .bento-box{opacity:0;will-change:transform,opacity}.landing-page .bento-box.--blue,.landing-page .bento-box.--yellow{transform:translateX(-60px) translateY(20px)}.landing-page .bento-box.--gray,.landing-page .bento-box.--pink{transform:translateX(60px) translateY(20px)}.landing-page .bento-box.visible{opacity:1;transform:translateX(0) translateY(0);transition:opacity .8s var(--ease-out-expo),transform .8s var(--ease-out-expo),box-shadow .4s var(--ease-out-expo)}.landing-page .bento-box.visible:hover{transform:translate(4px,4px);box-shadow:none}.landing-page .bento-box.--blue.visible{transition-delay:.1s}.landing-page .bento-box.--gray.visible{transition-delay:.2s}.landing-page .bento-box.--yellow.visible{transition-delay:.3s}.landing-page .bento-box.--pink.visible{transition-delay:.4s}@media screen and (max-width:768px){.landing-page .bento-box,.landing-page .bento-box.--blue,.landing-page .bento-box.--gray,.landing-page .bento-box.--pink,.landing-page .bento-box.--yellow{opacity:1;transform:none;will-change:auto}.landing-page .bento-box.visible{transition:box-shadow .2s var(--ease-out-expo)}.landing-page .bento-box.--blue.visible,.landing-page .bento-box.--gray.visible,.landing-page .bento-box.--pink.visible,.landing-page .bento-box.--yellow.visible{transition-delay:0s}}.landing-page .bento-box{min-height:18rem}@media screen and (min-width:769px){.landing-page .bento-box{min-height:auto}}.landing-page .bento-label{font-family:var(--font-body);font-size:1rem;font-weight:500;background:hsla(0,0%,100%,.6);padding:.5rem 1rem;border-radius:0;display:inline-flex;align-items:center;gap:.5rem;backdrop-filter:blur(4px);margin-bottom:1rem}.landing-page .bento-label:before{content:"";width:.6rem;height:.6rem;background:var(--accent);border-radius:50%;flex-shrink:0}@media screen and (min-width:769px){.landing-page .bento-label{font-size:1.3rem;padding:.8rem 1.5rem}.landing-page .bento-label:before{width:.6rem;height:.6rem}}@media screen and (min-width:1601px){.landing-page .bento-label{font-size:1.6rem;padding:1rem 2rem}.landing-page .bento-label:before{width:.8rem;height:.8rem}}.landing-page .bento-title{font-family:var(--font-display);font-size:1.5rem;font-weight:400;line-height:1.1;margin-bottom:.8rem;text-transform:uppercase;letter-spacing:.02em}@media screen and (min-width:769px){.landing-page .bento-title{font-size:1.6rem}}@media screen and (min-width:1601px){.landing-page .bento-title{font-size:2rem}}.landing-page .bento-desc{font-family:var(--font-body);font-size:1.08rem;color:var(--text-muted);line-height:1.5}@media screen and (min-width:769px){.landing-page .bento-desc{font-size:1.16rem}}.landing-page .bento-icon{position:absolute;right:2.4rem;top:2.4rem;width:4rem;height:4rem}@media screen and (min-width:769px){.landing-page .bento-icon{right:3rem;top:3rem;width:5rem;height:5rem}}.landing-page .bento-icon svg{width:100%;height:100%;fill:var(--text)}.landing-page .bento-link{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--font-body);font-size:1.08rem;font-weight:500;color:var(--text);text-decoration:none;margin-top:auto;padding-top:2rem;transition:gap .3s var(--ease-out-expo)}@media screen and (min-width:1601px){.landing-page .bento-link{font-size:1.16rem;padding-top:2.5rem}}.landing-page .bento-link:hover{gap:1rem}.landing-page .bento-link-arrow{transition:transform .3s var(--ease-out-expo)}.landing-page .bento-link:hover .bento-link-arrow{transform:translateX(4px)}@media screen and (min-width:769px){.landing-page .bento-link{font-size:1.16rem;padding-top:2rem}}.landing-page .bento-box.--tall,.landing-page .bento-box.--yellow{display:flex;flex-direction:column}.landing-page .bento-phone-wrapper{display:flex;align-items:center;justify-content:center;padding:2rem 0}@media screen and (min-width:769px){.landing-page .bento-phone-wrapper{grid-row:span 2;padding:0}}.landing-page .bento-phone-wrapper .phone-mockup{width:100%;max-width:30rem;height:auto;aspect-ratio:47/80;margin-top:0;opacity:1;animation:none}@media screen and (min-width:769px){.landing-page .bento-phone-wrapper .phone-mockup{max-width:100%;height:100%;max-height:37.26rem}}.landing-page .phone-mockup-inner{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;background:var(--bg-grey8);border-radius:0}.landing-page .bento-visual{margin-top:2rem;display:flex;gap:1rem;flex-wrap:wrap}.landing-page .bento-chip{background:hsla(0,0%,100%,.5);border:2px solid var(--text);padding:.8rem 1.4rem;border-radius:0;font-size:1.3rem;font-weight:500}.landing-page .bento-platforms{display:flex;gap:1.2rem;margin-top:2rem}.landing-page .bento-platform-icon{width:4.4rem;height:4.4rem;border-radius:0;background:var(--text);display:flex;align-items:center;justify-content:center;font-size:2rem}@media screen and (min-width:769px){.landing-page .bento-platform-icon{width:5.6rem;height:5.6rem;font-size:2.4rem}}.landing-page .bento-phone-wrapper{opacity:0;transform:scale(.85) translateY(30px);will-change:transform,opacity}.landing-page .bento-phone-wrapper.visible{opacity:1;transform:scale(1) translateY(0);transition:opacity 1s var(--ease-out-expo),transform 1s var(--ease-spring);transition-delay:0s}@media screen and (max-width:768px){.landing-page .bento-phone-wrapper{opacity:1;transform:none;will-change:auto}}.landing-page .phone-chat{width:100%;height:100%;padding:2.8rem 1.4rem;display:flex;flex-direction:column;gap:1rem}.landing-page .chat-header{text-align:center;padding-bottom:1.4rem;border-bottom:1px solid rgba(0,0,0,.1)}.landing-page .chat-header-title{font-family:var(--font-display);font-size:1.2rem;font-weight:600}.landing-page .chat-messages{flex:1;display:flex;flex-direction:column;gap:.7rem;overflow:visible;padding-bottom:.7rem}.landing-page .chat-bubble{max-width:80%;padding:.8rem 1.1rem;border-radius:0;border:2px solid var(--text);font-size:1rem;line-height:1.4}.landing-page .chat-bubble.user{background:var(--accent);color:var(--white);align-self:flex-end}.landing-page .chat-bubble.ai{background:var(--bg-card);color:var(--text);align-self:flex-start}.landing-page .chat-animate{opacity:0;transform:translateY(20px) scale(.95);transition:opacity .4s var(--ease-out-expo),transform .4s var(--ease-out-expo)}.landing-page .chat-animate.visible{opacity:1;transform:translateY(0) scale(1)}.landing-page .chat-animate.hidden{opacity:0;transform:translateY(10px) scale(.95);height:0;padding:0;margin:0;overflow:hidden}.landing-page .typing-indicator{display:flex;align-items:center;gap:.3rem;padding:1rem 1.3rem;background:var(--bg-card);border-radius:0;border:2px solid var(--text);align-self:flex-start}.landing-page .typing-indicator span{width:.55rem;height:.55rem;background:var(--text-muted);border-radius:50%;animation:typingBounce 1.4s ease-in-out infinite}.landing-page .typing-indicator span:first-child{animation-delay:0s}.landing-page .typing-indicator span:nth-child(2){animation-delay:.2s}.landing-page .typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.landing-page .connectors{padding:3rem clamp(16px,4vw,40px);display:flex;align-items:center;justify-content:space-between;gap:2rem;max-width:1100px;margin:0 auto}@media screen and (min-width:480px){.landing-page .connectors{padding-top:4rem;gap:3rem}}@media screen and (min-width:769px){.landing-page .connectors{padding-top:8rem;padding-bottom:8rem;gap:4rem}}@media screen and (min-width:1601px){.landing-page .connectors{max-width:1400px}}@media screen and (max-width:768px){.landing-page .connectors,.landing-page .connectors-left{flex-direction:column;align-items:center;text-align:center}.landing-page .connectors-left{display:flex;width:100%}.landing-page .connectors-headline{text-align:center;width:100%}.landing-page .connectors .btn-marketplace{padding:.7rem 1.2rem;font-size:.9rem;box-shadow:none;border-width:2px;align-self:center;margin:1.5rem auto 0}.landing-page .connectors-right{display:flex;justify-content:center}}.landing-page .connectors-left{padding-left:0;padding-right:0;display:flex;flex-direction:column;align-items:flex-start;text-align:left}@media screen and (min-width:769px){.landing-page .connectors-left{padding-left:0;padding-right:2rem;width:50%}}@media screen and (min-width:1400px){.landing-page .connectors-left{padding-right:4rem}}.landing-page .connectors-headline{font-family:var(--font-display);font-size:calc((100vw - var(--sbw)) * .08);font-weight:400;line-height:1.1;letter-spacing:.02em;text-transform:uppercase}@media screen and (min-width:769px){.landing-page .connectors-headline{font-size:calc((100vw - var(--sbw)) * .055)}}@media screen and (min-width:1080px){.landing-page .connectors-headline{font-size:calc((100vw - var(--sbw)) * .045)}}@media screen and (min-width:1600px){.landing-page .connectors-headline{font-size:8rem}}.landing-page .connectors-description{font-family:var(--font-body);font-size:1.6rem;line-height:1.5;color:var(--text-muted);margin-top:2rem;max-width:50rem}@media screen and (min-width:769px){.landing-page .connectors-description{font-size:1.8rem;margin-top:2.5rem}}.landing-page .btn-marketplace{display:inline-flex;align-items:center;gap:.8rem;font-family:var(--font-body);font-size:1.2rem;font-weight:600;color:var(--white);background:var(--accent);border:2px solid var(--text);padding:1rem 2rem;border-radius:0;text-decoration:none;margin-top:1.5rem;box-shadow:4px 4px 0 var(--text);text-transform:uppercase;transition:transform .2s var(--ease-out-expo),box-shadow .2s var(--ease-out-expo)}.landing-page .btn-marketplace:hover{transform:translate(4px,4px);box-shadow:none}.landing-page .btn-marketplace span{transition:transform .3s var(--ease-out-expo)}.landing-page .btn-marketplace:hover span{transform:translateX(4px)}@media screen and (min-width:769px){.landing-page .btn-marketplace{font-size:1.5rem;padding:1.2rem 2.8rem;margin-top:2rem}}.landing-page .connectors-right{height:18rem;overflow:hidden;position:relative;width:100%;flex:none}@media screen and (min-width:480px){.landing-page .connectors-right{height:20rem}}@media screen and (min-width:769px){.landing-page .connectors-right{width:50%;height:28rem;flex:1}}@media screen and (min-width:1400px){.landing-page .connectors-right{height:35rem}}.landing-page .connector-scroll{display:flex;flex-direction:column;gap:1.2rem;animation:scrollUpMobile 12s linear infinite}.landing-page .connector-scroll:hover{animation-play-state:paused}@media screen and (min-width:769px){.landing-page .connector-scroll{animation:scrollUp 20s linear infinite}}@keyframes scrollUpMobile{0%{transform:translateY(0)}to{transform:translateY(-33.33%)}}@keyframes scrollUp{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.landing-page .connector-item{display:flex;align-items:center;gap:.8rem;font-family:var(--font-display);font-size:1.6rem;font-weight:600;white-space:normal;line-height:1.2;padding-left:1.5rem;padding-right:1rem}@media screen and (min-width:480px){.landing-page .connector-item{font-size:1.8rem;gap:1rem;white-space:nowrap;padding-right:0}}@media screen and (min-width:769px){.landing-page .connector-item{padding-left:0;gap:1.2rem;font-size:clamp(2rem,2.5vw,2.8rem)}}@media screen and (min-width:1400px){.landing-page .connector-item{gap:1.5rem;font-size:3.2rem}}.landing-page .connector-icon{width:3.2rem;height:3.2rem;border-radius:0;display:flex;align-items:center;justify-content:center;flex:none;border:2px solid var(--text);background:var(--white);overflow:hidden}.landing-page .connector-icon img{width:100%;height:100%;object-fit:cover}@media screen and (min-width:480px){.landing-page .connector-icon{width:3.5rem;height:3.5rem}}@media screen and (min-width:769px){.landing-page .connector-icon{width:clamp(3.5rem,4vw,4.5rem);height:clamp(3.5rem,4vw,4.5rem)}}@media screen and (min-width:1400px){.landing-page .connector-icon{width:5rem;height:5rem}}.landing-page .connector-name{color:var(--text);display:flex;flex-wrap:wrap;align-items:baseline;gap:.3rem}.landing-page .connectors-right:after,.landing-page .connectors-right:before{content:"";position:absolute;left:0;right:0;height:8rem;pointer-events:none;z-index:10}.landing-page .connectors-right:before{top:0;background:linear-gradient(to bottom,var(--bg) 0,transparent 100%);height:4rem}.landing-page .connectors-right:after{bottom:0;background:linear-gradient(to top,var(--bg) 0,transparent 100%);height:4rem}@media screen and (min-width:769px){.landing-page .connectors-right:after,.landing-page .connectors-right:before{height:10rem}}.landing-page .statement{padding:4rem clamp(16px,4vw,40px);text-align:center;position:relative;overflow:hidden;perspective:1000px}@media screen and (min-width:769px){.landing-page .statement{padding-top:5rem;padding-bottom:5rem}}@media screen and (min-width:1080px){.landing-page .statement{padding-top:6rem;padding-bottom:6rem}}.landing-page .statement-label{font-family:var(--font-body);font-size:1.4rem;margin-bottom:2rem;display:flex;align-items:center;justify-content:center;gap:.6rem;letter-spacing:.02em;text-transform:uppercase;opacity:0;transform:translateY(20px);transition:opacity .6s var(--ease-out-expo),transform .6s var(--ease-out-expo)}.landing-page .statement.visible .statement-label{opacity:1;transform:translateY(0)}.landing-page .statement-label:before{content:"";width:8px;height:8px;background:var(--accent);border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.7}}.landing-page .statement-headline{font-family:var(--font-display);font-size:calc((100vw - var(--sbw)) * .08);font-weight:400;line-height:1.1;max-width:1100px;margin:0 auto;letter-spacing:.02em;text-transform:uppercase;opacity:0;transform:translateY(60px) scale(.95);filter:blur(10px);transition:opacity 1s var(--ease-out-expo) .1s,transform 1s var(--ease-out-expo) .1s,filter .8s var(--ease-out-expo) .1s;transform-style:preserve-3d}@media screen and (min-width:1601px){.landing-page .statement-headline{max-width:1400px}}.landing-page .statement.visible .statement-headline{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}@media screen and (min-width:769px){.landing-page .statement-headline{font-size:calc((100vw - var(--sbw)) * .055)}}@media screen and (min-width:1080px){.landing-page .statement-headline{font-size:calc((100vw - var(--sbw)) * .045)}}@media screen and (min-width:1600px){.landing-page .statement-headline{font-size:8rem}}.landing-page .statement-desc{font-family:var(--font-body);font-size:clamp(.9rem,1.6vw,1.1rem);color:var(--text-muted);text-align:center;max-width:50rem;margin:2rem auto 0;opacity:0;transform:translateY(20px);transition:opacity .6s var(--ease-out-expo) .2s,transform .6s var(--ease-out-expo) .2s}.landing-page .statement.visible .statement-desc{opacity:1;transform:translateY(0)}@media screen and (min-width:769px){.landing-page .statement-desc{font-size:clamp(1.1rem,1.4vw,1.5rem);margin-top:2.5rem}}.landing-page .connector-marquee-wrapper{margin-top:4rem;width:100%;max-width:1100px;margin-left:auto;margin-right:auto;padding:0 clamp(16px,4vw,40px);overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);position:relative}@media screen and (min-width:769px){.landing-page .connector-marquee-wrapper{margin-top:6rem}}@media screen and (min-width:1601px){.landing-page .connector-marquee-wrapper{max-width:1400px}}.landing-page .connector-marquee{display:flex;width:max-content}.landing-page .connector-marquee-track{display:flex;gap:1.5rem;padding:.5rem 0;animation:scrollLeft 25s linear infinite}.landing-page .connector-marquee-track:hover{animation-play-state:paused}@keyframes scrollLeft{0%{transform:translateX(0)}to{transform:translateX(-33.333%)}}.landing-page .connector-tag{font-family:var(--font-display);font-size:1.3rem;font-weight:500;padding:.8rem 1.6rem;background:var(--white);border:2px solid var(--text);border-radius:50px;white-space:nowrap;transition:transform .3s var(--ease-spring),background .3s ease}.landing-page .connector-tag:hover{transform:scale(1.05);background:var(--card-yellow)}@media screen and (min-width:769px){.landing-page .connector-tag{font-size:1.45rem;padding:1rem 2rem}}.landing-page .security{padding:3rem 0;background:var(--bg);position:relative}@media screen and (min-width:480px){.landing-page .security{padding:4rem 0}}@media screen and (min-width:769px){.landing-page .security{padding:5rem 0}}@media screen and (min-width:1080px){.landing-page .security{padding:6rem 0}}.landing-page .security-label{font-family:var(--font-body);font-size:1.4rem;text-align:center;margin-bottom:2rem;display:flex;align-items:center;justify-content:center;gap:.6rem;letter-spacing:.02em;text-transform:uppercase;opacity:0;transform:translateY(20px);transition:opacity .6s var(--ease-out-expo),transform .6s var(--ease-out-expo)}.landing-page .security.visible .security-label{opacity:1;transform:translateY(0)}.landing-page .security-label:before{content:"";width:8px;height:8px;background:var(--accent);border-radius:50%}.landing-page .security-headline{font-family:var(--font-display);font-size:calc((100vw - var(--sbw)) * .08);font-weight:400;line-height:1.1;text-align:center;margin-bottom:2rem;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1rem;letter-spacing:.02em;text-transform:uppercase;opacity:0;transform:translateY(30px);transition:opacity .7s var(--ease-out-expo) .1s,transform .7s var(--ease-out-expo) .1s}.landing-page .security.visible .security-headline{opacity:1;transform:translateY(0)}@media screen and (min-width:769px){.landing-page .security-headline{font-size:calc((100vw - var(--sbw)) * .055);margin-bottom:2rem;gap:1.5rem}}@media screen and (min-width:1080px){.landing-page .security-headline{font-size:calc((100vw - var(--sbw)) * .045);margin-bottom:2rem;gap:2rem}}@media screen and (min-width:1600px){.landing-page .security-headline{font-size:8rem}}.landing-page .security-cards{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:1100px;margin:0 auto;padding:0 clamp(16px,4vw,40px)}@media screen and (min-width:1601px){.landing-page .security-cards{max-width:1400px}}@media screen and (max-width:768px){.landing-page .security-cards{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:0 0 1rem!important;margin-left:16px!important;margin-right:16px!important;scrollbar-width:none}.landing-page .security-cards::-webkit-scrollbar{display:none}.landing-page .security-cards>.security-card{flex:0 0 85%;scroll-snap-align:start}}@media screen and (min-width:769px){.landing-page .security-cards{grid-template-columns:repeat(2,minmax(0,400px));justify-content:center;gap:2rem}}.landing-page .security-card{padding:1.2rem;border-radius:0;min-height:160px;display:flex;flex-direction:column;justify-content:flex-start;gap:1.5rem;opacity:0;transform:translateY(80px) scale(.9) rotate(-3deg);transition:opacity .8s var(--ease-out-expo),transform .8s var(--ease-spring),box-shadow .4s var(--ease-out-expo);will-change:transform,opacity;position:relative;overflow:hidden;border:2px solid var(--text);box-shadow:var(--shadow-offset) var(--shadow-offset) 0 var(--text)}.landing-page .security-card:nth-child(2){transform:translateY(80px) scale(.9) rotate(3deg)}.landing-page .security-card:nth-child(3){transform:translateY(80px) scale(.9) rotate(-2deg)}.landing-page .security-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,hsla(0,0%,100%,.15),transparent 50%);opacity:0;transition:opacity .3s ease}.landing-page .security-card:hover:before{opacity:1}.landing-page .security-card:hover{transform:translate(var(--shadow-offset),var(--shadow-offset));box-shadow:none}@media screen and (min-width:769px){.landing-page .security-card{padding:2rem;min-height:280px;border-radius:0}}.landing-page .security-card.visible{opacity:1;transform:translateY(0) scale(1) rotate(0deg)}.landing-page .security-card:first-child{transition-delay:.15s}.landing-page .security-card:nth-child(2){transition-delay:.3s}.landing-page .security-card:nth-child(3){transition-delay:.45s}@media screen and (max-width:768px){.landing-page .security-card,.landing-page .security-card:nth-child(2),.landing-page .security-card:nth-child(3){opacity:1;transform:none;will-change:auto}.landing-page .security-card:first-child,.landing-page .security-card:nth-child(2),.landing-page .security-card:nth-child(3){transition-delay:0s}}.landing-page .security-card.blue{background:var(--hyper-blue);color:var(--white)}.landing-page .security-card.pink{background:var(--void-black);color:var(--white)}.landing-page .security-card.yellow{background:var(--flash-white);color:var(--text)}.landing-page .security-card.blue .security-card-text,.landing-page .security-card.pink .security-card-text{color:var(--white)}.landing-page .security-card.yellow .security-card-text{color:var(--text)}.landing-page .security-card-text{font-family:var(--font-body);font-size:1.2rem;font-weight:500;line-height:1.4;letter-spacing:0}@media screen and (min-width:769px){.landing-page .security-card-text{font-size:1.35rem}}.landing-page .security-card-visual{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;margin-top:auto}.landing-page .security-check-icon,.landing-page .security-lock-icon,.landing-page .security-shield-icon{width:40px;height:40px;background:var(--text);border-radius:0;display:flex;align-items:center;justify-content:center;transition:transform .3s var(--ease-spring)}.landing-page .security-card:hover .security-check-icon,.landing-page .security-card:hover .security-lock-icon,.landing-page .security-card:hover .security-shield-icon{transform:scale(1.05) rotate(-2deg)}@media screen and (min-width:769px){.landing-page .security-check-icon,.landing-page .security-lock-icon,.landing-page .security-shield-icon{width:60px;height:60px}}.landing-page .security-check-icon svg,.landing-page .security-lock-icon svg,.landing-page .security-shield-icon svg{width:24px;height:24px;fill:var(--white)}.landing-page .security-card.pink .security-shield-icon{background:var(--hyper-blue)}.landing-page .security-card.pink .security-shield-icon svg{fill:var(--white)}@media screen and (min-width:769px){.landing-page .security-check-icon svg,.landing-page .security-lock-icon svg,.landing-page .security-shield-icon svg{width:36px;height:36px}}.landing-page .faq{padding:3rem clamp(16px,4vw,40px);max-width:1100px;margin:0 auto}@media screen and (min-width:769px){.landing-page .faq{padding-top:5rem;padding-bottom:5rem}}@media screen and (min-width:1601px){.landing-page .faq{max-width:1400px}}.landing-page .faq-label{font-family:var(--font-body);font-size:1.4rem;text-align:center;margin-bottom:2rem;display:flex;align-items:center;justify-content:center;gap:.6rem;letter-spacing:.02em;text-transform:uppercase;opacity:0;transform:translateY(20px);transition:opacity .6s var(--ease-out-expo),transform .6s var(--ease-out-expo)}.landing-page .faq.visible .faq-label{opacity:1;transform:translateY(0)}.landing-page .faq-label:before{content:"";width:8px;height:8px;background:var(--baby);border-radius:50%}.landing-page .faq-title{font-family:var(--font-display);font-size:calc((100vw - var(--sbw)) * .08);font-weight:400;margin-bottom:3rem;letter-spacing:.02em;line-height:1.1;text-transform:uppercase;opacity:0;transform:translateY(30px);transition:opacity .7s var(--ease-out-expo) .1s,transform .7s var(--ease-out-expo) .1s}.landing-page .faq.visible .faq-title{opacity:1;transform:translateY(0)}@media screen and (min-width:769px){.landing-page .faq-title{font-size:calc((100vw - var(--sbw)) * .055);margin-bottom:4rem}}@media screen and (min-width:1080px){.landing-page .faq-title{font-size:calc((100vw - var(--sbw)) * .045)}}@media screen and (min-width:1600px){.landing-page .faq-title{font-size:8rem}}.landing-page .faq-list{display:flex;flex-direction:column;gap:.8rem}@media screen and (min-width:769px){.landing-page .faq-list{gap:1rem}}.landing-page .faq-item{background:var(--bg-card);border-radius:0;border:2px solid var(--text);overflow:hidden;opacity:0;transform:translateY(30px);transition:opacity .6s var(--ease-out-expo),transform .6s var(--ease-out-expo),background-color .3s ease,border-color .3s ease}.landing-page .faq.visible .faq-item{opacity:1;transform:translateY(0)}.landing-page .faq.visible .faq-item:first-child{transition-delay:.15s}.landing-page .faq.visible .faq-item:nth-child(2){transition-delay:.2s}.landing-page .faq.visible .faq-item:nth-child(3){transition-delay:.25s}.landing-page .faq.visible .faq-item:nth-child(4){transition-delay:.3s}.landing-page .faq.visible .faq-item:nth-child(5){transition-delay:.35s}.landing-page .faq.visible .faq-item:nth-child(6){transition-delay:.4s}@media screen and (min-width:769px){.landing-page .faq-item{border-radius:0}}.landing-page .faq-item.open,.landing-page .faq-item:hover{background:#e4e8e4;border-color:var(--text)}.landing-page .faq-question{width:100%;padding:1.4rem 1.6rem;display:flex;justify-content:space-between;align-items:center;background:none;border:none;cursor:pointer;text-align:left;gap:.8rem;transition:padding .3s ease}@media screen and (min-width:769px){.landing-page .faq-question{padding:1.6rem 2rem}}.landing-page .faq-question-text{font-family:var(--font-display);font-size:1.3rem;font-weight:400;letter-spacing:.02em;line-height:1.3;color:var(--text)}@media screen and (min-width:769px){.landing-page .faq-question-text{font-size:1.5rem}}.landing-page .faq-icon{width:32px;height:32px;border:2px solid var(--text);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .4s var(--ease-spring),background-color .3s ease;flex-shrink:0;position:relative}@media screen and (min-width:769px){.landing-page .faq-icon{width:36px;height:36px}}.landing-page .faq-icon:after,.landing-page .faq-icon:before{content:"";position:absolute;background:var(--text);transition:background-color .3s ease,transform .4s var(--ease-spring)}.landing-page .faq-icon:before{width:12px;height:2px}.landing-page .faq-icon:after{width:2px;height:12px}@media screen and (min-width:769px){.landing-page .faq-icon:before{width:14px}.landing-page .faq-icon:after{height:14px}}.landing-page .faq-item:hover .faq-icon{background:var(--text)}.landing-page .faq-item:hover .faq-icon:after,.landing-page .faq-item:hover .faq-icon:before{background:var(--white)}.landing-page .faq-item.open .faq-icon{background:var(--text)}.landing-page .faq-item.open .faq-icon:before{background:var(--white)}.landing-page .faq-item.open .faq-icon:after{transform:rotate(90deg);background:var(--white)}.landing-page .faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.landing-page .faq-item.open .faq-answer{max-height:400px}.landing-page .faq-answer-content{padding:0 1.6rem 1.6rem;font-family:var(--font-body);font-size:1.1rem;color:var(--text-muted);line-height:1.5}@media screen and (min-width:769px){.landing-page .faq-answer-content{padding:0 2.5rem 2rem;font-size:1.2rem}}.landing-page .site-footer.landing-footer{background:#f5f5f5;border-top:2px solid var(--text);padding-top:3rem;padding-bottom:3rem}@media screen and (min-width:769px){.landing-page .site-footer.landing-footer{padding-top:4rem;padding-bottom:4rem}}.landing-page .site-footer .footer-wrapper{max-width:1100px;padding:0 clamp(16px,4vw,40px)}@media screen and (min-width:1601px){.landing-page .site-footer .footer-wrapper{max-width:1400px}}.landing-page .site-footer .footer-column-title{font-size:1rem;margin-bottom:1.2rem}.landing-page .site-footer .footer-column-links a,.landing-page .site-footer .footer-link-btn{font-size:1rem}@media screen and (min-width:769px){.landing-page .site-footer .footer-column-title{font-size:1.1rem}.landing-page .site-footer .footer-column-links a,.landing-page .site-footer .footer-link-btn{font-size:1.05rem}}@media screen and (max-width:374px){.landing-page .hero-sticky{padding-top:5rem;padding-bottom:2rem}.landing-page .hero-tagline{font-size:1.8rem;line-height:1.2}.landing-page .btn-hero{padding:0 2rem;height:4.5rem;font-size:1.3rem;gap:.8rem}.landing-page .bento-label{font-size:1rem}.landing-page .bento-title{font-size:1.8rem}.landing-page .connector-icon{width:2.8rem;height:2.8rem;font-size:1.2rem}.landing-page .connector-item{font-size:1.5rem}}@media screen and (min-width:375px) and (max-width:479px){.landing-page .hero-sticky{padding-top:5rem;padding-bottom:2.5rem}}@media screen and (min-width:769px) and (max-width:1023px){.landing-page .features-bento{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto;gap:1.5rem}.landing-page .bento-phone-wrapper{grid-column:1/-1;grid-row:1;max-height:45rem;justify-self:center}.landing-page .bento-scroll-container>.bento-box.--blue{grid-column:1;grid-row:2}.landing-page .bento-scroll-container>.bento-box.--gray{grid-column:2;grid-row:2}.landing-page .bento-scroll-container>.bento-box.--yellow{grid-column:1;grid-row:3}.landing-page .bento-scroll-container>.bento-box.--pink{grid-column:2;grid-row:3}}@media screen and (min-width:1920px){.landing-page .hero-headline{font-size:14rem}.landing-page .hero-icon{width:10rem;height:10rem}.landing-page .statement-headline{font-size:9rem}.landing-page .security-headline,.landing-page .trust-headline{font-size:6.5rem}}@media (prefers-reduced-motion:reduce){.landing-page *,.landing-page :after,.landing-page :before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.landing-page .parallax-layer{will-change:transform;transition:transform .1s linear}.landing-page .parallax-slow{--parallax-speed:0.03}.landing-page .parallax-medium{--parallax-speed:0.06}.landing-page .parallax-fast{--parallax-speed:0.1}.landing-page .parallax-float{animation:parallaxFloat 6s ease-in-out infinite}@keyframes parallaxFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}