body{overflow-x:hidden;margin:0;padding:0}.ver-div{display:flex;flex-direction:column}.hor-div{flex-direction:row}.front-page-container,.hor-div{display:flex;align-items:center}.front-page-container{flex-direction:column;justify-content:center;min-height:100vh;background:transparent;font-family:NeueHaasDisplay,sans-serif;position:relative;overflow:hidden}.front-page-banner{background:rgba(255,255,255,.9);color:#4b5563;padding:.75rem 1.5rem;border-radius:2rem;font-size:.9rem;font-weight:500;margin-bottom:1rem;display:inline-block;border:1px solid rgba(149,160,179,.2);backdrop-filter:blur(10px);text-shadow:0 0 10px rgba(255,255,255,.3)}.banner-gradient-text{background:linear-gradient(135deg,#1955d5,#4a90e2);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:600}.front-page-heading{margin-top:0;margin-bottom:1rem;font-size:4.4rem;font-weight:700;color:black;text-align:center;line-height:1.25;width:100%;display:block}.front-page-heading-blue{background:linear-gradient(135deg,#1955d5,#4a90e2);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:none}.front-page-subheading{margin-top:0;margin-bottom:0;font-size:1.2rem;color:#4b5563;text-align:center;line-height:1.8rem;font-weight:500}.front-page-button{font-family:NeueHaasDisplay,sans-serif;margin-top:2rem;padding:.8rem 1.4rem;border-radius:.8rem;font-size:1rem;font-weight:600;background:linear-gradient(135deg,#1955d5,#4a90e2);color:white;border:none;transition:transform .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-left:auto;margin-right:auto;text-shadow:1px 1px 2px rgba(0,0,0,.3);box-shadow:0 4px 8px rgba(255,255,255,.3)}.front-page-button:hover{transform:scale(1.05)}.waitlist-container{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;margin-top:2rem;max-width:500px;margin-left:auto;margin-right:auto}.waitlist-input{flex:1;padding:.8rem 1.2rem;border:1px solid rgba(149,160,179,.3);border-radius:1.5rem;font-size:1rem;font-family:NeueHaasDisplay,sans-serif;font-weight:400;color:#333;background:white;outline:none;transition:border-color .3s ease,box-shadow .3s ease;min-width:250px}.waitlist-input::-moz-placeholder{color:#b5b9c1;font-weight:500}.waitlist-input::placeholder{color:#b5b9c1;font-weight:500}.waitlist-input:focus{border-color:#1955d5}.waitlist-button{padding:.8rem 1.4rem;border-radius:1.5rem;font-size:1rem;font-weight:550;font-family:NeueHaasDisplay,sans-serif;background:linear-gradient(135deg,#1955d5,#4a90e2);color:white;border:none;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;white-space:nowrap;text-shadow:1px 1px 2px rgba(0,0,0,.3);box-shadow:0 4px 8px rgba(255,255,255,.3)}.waitlist-button:hover{transform:scale(1.05);box-shadow:0 6px 12px rgba(255,255,255,.4)}.waitlist-button:active{transform:scale(.98)}.trusted-by-section{padding-bottom:3.5rem;display:flex;flex-direction:column;align-items:center;width:100%;background-color:rgb(249,249,249);position:relative}.trusted-by-text{font-size:.8rem;color:#b0b0b0;margin-top:3.5rem;margin-bottom:1rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.community-section,.trusted-by-text{font-family:NeueHaasDisplay,sans-serif}.community-section{display:flex;flex-direction:column;align-items:center;padding:3rem;background-color:white;margin-bottom:5rem}.community-heading{background:linear-gradient(135deg,#1955d5,#4a90e2);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:3rem;font-weight:700;text-align:center;margin-bottom:1rem}.community-subheading{font-size:1.1rem;color:#4b5563;text-align:center;line-height:1.6rem;margin-bottom:3rem;margin-top:1rem;font-weight:500;font-family:NeueHaasDisplay,sans-serif}.community-cards-container{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:960px;width:100%;padding:1rem}.community-card{display:flex;flex-direction:column;background-color:rgb(249,249,249);border-radius:2rem;box-shadow:none;text-align:left;height:auto;position:relative;transition:all .3s ease}.community-card:hover{transform:scale(1.02)}.community-card-image-container{position:relative;width:100%;height:90px;overflow:hidden;border-top-left-radius:2rem;border-top-right-radius:2rem}.community-card-image-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(255,255,255,.6);z-index:1}.community-card-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:grayscale(100%)}.community-card-icon-container{position:absolute;top:50px;left:2rem;background:linear-gradient(135deg,#1955d5,#4a90e2);border-radius:1.1rem;width:60px;height:60px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px rgba(0,0,0,.1);z-index:10}.community-card h3{font-size:1.2rem;font-weight:600;color:#374151;margin-top:2.1rem;margin-bottom:0}.community-card h3,.community-card-description{padding:0 2rem;font-family:NeueHaasDisplay,sans-serif}.community-card-description{font-size:.9rem;color:#6b7280;margin-top:.6rem;margin-bottom:1.5rem;line-height:1.5;font-weight:500}@media (max-width:768px){.front-page-container{min-height:125vh}.front-page-content{padding:2.5rem 0}.front-page-heading{font-size:3.8rem;line-height:1.3;margin-bottom:2rem}.front-page-subheading{font-size:1.3rem;line-height:1.6;margin-bottom:2rem}.front-page-banner{font-size:1.1rem;margin-bottom:1.5rem}.waitlist-container{margin-top:2.5rem;gap:1.25rem}.waitlist-button,.waitlist-input{font-size:1.1rem;padding:.9rem 1.4rem}.community-cards-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.front-page-container{min-height:130vh}.front-page-content{padding:2rem 0}.front-page-heading{font-size:3.2rem;margin-bottom:1.75rem}.front-page-subheading{font-size:1.25rem;margin-bottom:1.75rem}.front-page-banner{font-size:1rem;margin-bottom:1.25rem}.waitlist-container{margin-top:2.25rem;gap:1.125rem}}@media (max-width:480px){.community-cards-container{grid-template-columns:repeat(1,1fr)}}.testimonials-section-container{display:flex;flex-direction:column;align-items:center;padding-top:0;padding-bottom:6rem;background-color:white;font-family:NeueHaasDisplay,sans-serif}.testimonials-heading{background:linear-gradient(135deg,#1955d5,#4a90e2);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:3rem;font-weight:700;text-align:center;margin-bottom:1rem;margin-top:3rem}.testimonials-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;max-width:1000px;width:100%}.testimonial-card{background-color:#ffffff;border-radius:3rem;border:1px solid rgb(239,239,239);padding:1.8rem;display:flex;flex-direction:column;align-items:flex-start;text-align:left;transition:transform .3s ease}.testimonial-card:hover{transform:scale(1.03)}.testimonial-text{font-size:.9rem;color:#4b5563;line-height:1.6;margin-bottom:1rem;margin-top:.5rem;font-weight:500}.testimonial-author{font-size:1rem;font-weight:600;color:#1955d5;margin-bottom:0;margin-top:0}.testimonial-title{font-size:.9rem;color:#6b7280;margin-bottom:.3rem;margin-top:.5rem;font-weight:500}@media (max-width:1024px){.testimonials-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.testimonials-cards-grid{grid-template-columns:repeat(1,1fr)}}@media (max-width:1024px){.front-page-heading{font-size:3.5rem;line-height:1.2}.front-page-subheading{font-size:1.1rem;line-height:1.6}.waitlist-container{max-width:450px;gap:.4rem}.waitlist-input{min-width:200px;padding:.7rem 1rem}.waitlist-button{padding:.7rem 1.2rem;font-size:.95rem}.community-heading,.testimonials-heading{font-size:2.5rem}}@media (max-width:768px){.front-page-heading{font-size:2.8rem;line-height:1.1;margin-bottom:.8rem}.front-page-subheading{font-size:1rem;line-height:1.5;padding:0 1rem}.front-page-banner{font-size:.8rem;padding:.6rem 1.2rem;margin-bottom:.8rem}.waitlist-container{max-width:400px;flex-direction:column;gap:.8rem;align-items:stretch}.waitlist-input{min-width:unset}.waitlist-button,.waitlist-input{width:100%;padding:.8rem 1.2rem;font-size:.95rem}.community-heading{font-size:2.2rem;padding:0 1rem}.community-subheading{font-size:1rem;padding:0 1.5rem;text-align:center}.community-section{padding:2rem 1.5rem}.community-cards-container{grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:0 .5rem}.community-card{padding:1.5rem}.community-card h3{font-size:1.1rem}.community-card-description{font-size:.9rem;line-height:1.4}.trusted-by-section{padding-bottom:2.5rem}.trusted-by-text{margin-top:2.5rem;font-size:.75rem}.testimonials-heading{font-size:2.2rem;padding:0 1rem}.testimonials-section-container{padding:2rem 1.5rem 4rem}.testimonials-cards-grid{gap:2rem;padding:0 .5rem}}@media (max-width:480px){.front-page-container{min-height:140vh}.front-page-content{padding:3rem 0}.front-page-heading{font-size:3.5rem;line-height:1.4;padding:0 1.5rem;margin-bottom:2.5rem;letter-spacing:-.02em}.front-page-subheading{font-size:1.4rem;line-height:1.7;padding:0 2rem;margin-bottom:2.5rem;letter-spacing:.01em}.front-page-banner{font-size:1.1rem;padding:1rem 1.5rem;margin-bottom:2rem;line-height:1.5}.waitlist-container{max-width:350px;margin-top:3rem;flex-direction:column;gap:1.5rem}.waitlist-input{min-width:100%}.waitlist-button,.waitlist-input{padding:1rem 1.5rem;font-size:1.2rem}.waitlist-button{width:100%}.community-heading{font-size:1.8rem;padding:0 1rem}.community-subheading{font-size:.9rem;padding:0 1rem;line-height:1.4}.community-section{padding:1.5rem 1rem;margin-bottom:3rem}.community-cards-container{grid-template-columns:1fr;gap:1.2rem;padding:0}.community-card{padding:1.2rem}.community-card h3{font-size:1rem}.community-card-description{font-size:.85rem;line-height:1.3}.trusted-by-section{padding-bottom:2rem}.trusted-by-text{margin-top:2rem;font-size:.7rem}.testimonials-heading{font-size:1.8rem;padding:0 1rem}.testimonials-section-container{padding:1.5rem 1rem 3rem}.testimonials-cards-grid{gap:1.5rem;padding:0}.testimonial-card{padding:1.2rem}.testimonial-text{font-size:.85rem;line-height:1.4}.testimonial-author{font-size:.9rem}.testimonial-title{font-size:.8rem}}@media (max-height:600px) and (orientation:landscape){.front-page-container{min-height:100vh}.front-page-content{padding:2rem 0}.community-section{padding:2rem 1rem}.trusted-by-section{padding-bottom:1.5rem}}@media (max-width:360px){.front-page-container{min-height:150vh}.front-page-content{padding:4rem 0}.front-page-heading{font-size:3.2rem;padding:0 1rem;margin-bottom:3rem;line-height:1.5;letter-spacing:-.01em}.front-page-subheading{font-size:1.3rem;margin-bottom:3rem;line-height:1.8;letter-spacing:.02em}.front-page-banner{font-size:1rem;margin-bottom:2.5rem;line-height:1.6}.waitlist-container{margin-top:3.5rem;gap:2rem}.waitlist-button,.waitlist-input{padding:1.2rem 1.8rem;font-size:1.3rem}}@media (max-width:320px){.front-page-container{min-height:160vh}.front-page-content{padding:5rem 0}.front-page-heading{font-size:2.8rem;padding:0 .5rem;margin-bottom:3.5rem}.front-page-subheading{font-size:1.2rem;padding:0 1rem;margin-bottom:3.5rem}.waitlist-container{max-width:300px;margin-top:4rem}}.infinite-logo-carousel{width:100%;overflow:hidden;position:relative}.infinite-logo-carousel:after,.infinite-logo-carousel:before{content:"";position:absolute;top:0;width:300px;height:100%;z-index:2;pointer-events:none}.infinite-logo-carousel:before{left:0;background:linear-gradient(90deg,rgb(249,249,249) 0,rgb(249,249,249) 30%,rgba(249,249,249,.7) 50%,rgba(255,255,255,0))}.infinite-logo-carousel:after{right:0;background:linear-gradient(270deg,rgb(249,249,249) 0,rgb(249,249,249) 30%,rgba(249,249,249,.7) 50%,rgba(255,255,255,0))}.infinite-scroll-container{display:flex;align-items:center;animation:scroll-left var(--animation-duration,30s) linear infinite;will-change:transform;width:-moz-max-content;width:max-content;backface-visibility:hidden;transform-style:preserve-3d;perspective:1000px}@keyframes scroll-left{0%{transform:translateX(0) translateZ(0)}to{transform:translateX(calc(-1 * var(--animation-distance, 0px))) translateZ(0)}}.infinite-scroll-container:hover{animation-play-state:paused}.logo-tile{display:flex;align-items:center;justify-content:center;opacity:.7;padding:var(--gap);transition:opacity .3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none;flex-shrink:0}.logo-tile:hover{opacity:1}.logo-tile img{height:var(--logo-h);width:auto;-o-object-fit:contain;object-fit:contain;filter:grayscale(1);transition:filter .3s ease;pointer-events:auto}.logo-tile:hover img{filter:grayscale(0)}@media (prefers-reduced-motion:reduce){.infinite-scroll-container{animation:none}}.rings-bg,.rings-bg__wrap{position:relative;width:100%;height:100%}.rings-bg__canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.waitlist-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(40,55,114,.4);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.waitlist-popup-card{background:#ebeef2;border-radius:4rem;box-shadow:0 8px 40px 0 rgba(27,43,107,.25),0 1.5px 8px 0 rgba(0,0,0,.1);padding:2.5rem 2.5rem 2rem;max-width:420px;width:90%;text-align:center;position:relative;font-family:Plus Jakarta Sans,sans-serif;animation:fadeIn .7s}.waitlist-popup-close{position:absolute;top:2.25rem;right:2.25rem;background:none;border:none;font-size:1.8rem;color:#05244b;cursor:pointer;z-index:2;transition:color .2s}.waitlist-popup-close:hover{color:#0968dd}.waitlist-popup-check{background:linear-gradient(135deg,#00da00,#4fff9e 70%);width:60px;height:60px;border-radius:50%;margin:0 auto 1.08rem;display:flex;align-items:center;justify-content:center;box-shadow:0 0 12px 2px rgba(0,200,0,.2);padding:5px;position:relative}.waitlist-popup-check-icon{color:#fff;font-size:2.25rem;font-weight:700;position:absolute;top:54%;left:50%;transform:translate(-50%,-50%);margin:0;padding:0;line-height:1}.waitlist-popup-title{font-size:1.8rem;font-weight:800;color:#0066cc;margin:.2rem 0}.waitlist-popup-desc{color:#222b45;font-size:1rem;margin-bottom:2rem;font-weight:500}.waitlist-popup-avatars{display:flex;justify-content:center;gap:.3rem;margin-bottom:.8rem}.waitlist-popup-avatars img{width:34px;height:34px;border-radius:50%;border:1.8px solid #fff;-o-object-fit:cover;object-fit:cover;box-shadow:0 2px 8px rgba(0,0,0,.08)}.waitlist-popup-joined{color:#0066cc;font-size:.8rem;font-weight:600;margin-bottom:1rem}.waitlist-popup-joined .waitlist-popup-accent{font-weight:700}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.waitlist-popup-overlay{padding:.75rem}.waitlist-popup-card{width:95%;padding:2rem 1.5rem 1.5rem;border-radius:3rem}.waitlist-popup-close{top:1.75rem;right:1.75rem;font-size:1.6rem}.waitlist-popup-check{width:50px;height:50px}.waitlist-popup-check-icon{font-size:1.8rem}.waitlist-popup-title{font-size:1.5rem}.waitlist-popup-desc{font-size:.9rem;margin-bottom:1.5rem}}@media (max-width:480px){.waitlist-popup-overlay{padding:.5rem}.waitlist-popup-card{width:100%;padding:1.5rem 1rem 1rem;border-radius:2rem}.waitlist-popup-close{top:1.25rem;right:1.25rem;font-size:1.4rem}.waitlist-popup-check{width:45px;height:45px}.waitlist-popup-check-icon{font-size:1.6rem}.waitlist-popup-title{font-size:1.3rem}.waitlist-popup-desc{font-size:.85rem;margin-bottom:1.25rem}.waitlist-popup-avatars img{width:30px;height:30px}}