@import "https://fonts.googleapis.com/css2?family=Questrial&display=swap";:root{--base-white:#fff;--base-black:#010101;--shade-200:#d3d9dd;--shade-500:#495c67;--shade-600:#b8bcbe;--accent-light:#f0f0f0;--accent-mid:#c3d7e1;--accent-main:#66a6bb;--accent-deep:#1980a2;--font-main:"Questrial", sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{background-color:var(--base-white);width:100%;min-height:100vh;color:var(--base-black);font-family:var(--font-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{flex-direction:column;display:flex}h1,h2,h3,h4,h5,h6{font-family:var(--font-main);letter-spacing:-.02em;font-weight:400;line-height:1.1}h1{font-size:clamp(3.5rem,8vw,110px)}h2{font-size:clamp(2.5rem,6vw,92px)}h3{font-size:clamp(2rem,5vw,64px)}h4{font-size:clamp(1.75rem,4vw,40px)}h5{font-size:32px}h6{font-size:24px}.p1{font-size:20px;font-weight:400;line-height:1.6}.p2,.p3{font-size:14px;font-weight:400;line-height:1.6}.btn-primary{background-color:var(--base-white);color:var(--base-black);border:1px solid var(--base-black);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 2rem;font-size:14px;transition:all .2s;display:inline-flex}.btn-primary:hover{background-color:var(--accent-light)}.btn-secondary{background-color:var(--base-black);color:var(--base-white);border:1px solid var(--base-black);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 2rem;font-size:14px;transition:all .2s;display:inline-flex}.btn-secondary:hover{background-color:var(--shade-500);border-color:var(--shade-500)}.nav-wrapper{z-index:100;pointer-events:none;justify-content:center;padding:0 1.5rem;display:flex;position:fixed;top:1.5rem;left:0;right:0}.floating-nav{background:var(--base-white);pointer-events:auto;border-radius:9999px;justify-content:space-between;align-items:center;width:100%;max-width:1200px;padding:.5rem .5rem .5rem 2rem;display:flex}.nav-logo{color:var(--base-black);align-items:center;gap:.5rem;font-size:24px;display:flex}.nav-links{display:none}@media (width>=768px){.nav-links{gap:2.5rem;display:flex}}.nav-link{color:var(--base-black);text-transform:uppercase;letter-spacing:.05em;padding:8px 16px;font-size:14px;text-decoration:none;transition:all .3s;position:relative}.nav-link:hover{color:var(--accent-deep)}.hero-section{background:radial-gradient(circle at 30% 20%, var(--accent-deep) 0%, var(--base-black) 80%);min-height:100vh;color:var(--base-white);flex-direction:column;justify-content:center;padding:0 4rem;display:flex;position:relative;overflow:hidden}.hero-content{z-index:10;width:100%;max-width:1200px;margin:0 auto;position:relative}.hero-title-wrapper{margin-bottom:3rem}.btn-hero-pill{background:var(--base-white);color:var(--base-black);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;border:none;border-radius:9999px;align-items:center;gap:.75rem;padding:.5rem 1.5rem .5rem .5rem;font-size:14px;transition:transform .2s;display:inline-flex}.btn-hero-pill:hover{transform:translateY(-2px)}.hero-icon-circle{background:var(--base-black);width:32px;height:32px;color:var(--base-white);border-radius:50%;justify-content:center;align-items:center;display:flex}.floating-app-card{z-index:20;background:var(--base-white);color:var(--base-black);border-radius:16px;align-items:center;gap:1.5rem;max-width:420px;padding:1.5rem;display:flex;position:absolute;bottom:3rem;right:3rem;box-shadow:0 20px 40px #01010166}.app-card-image-placeholder{background:var(--accent-light);width:80px;height:100px;color:var(--shade-500);border-radius:8px;justify-content:center;align-items:center;display:flex}.app-card-text{flex:1}.app-card-text h4{text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:14px}.store-badges{gap:.5rem;margin-top:1rem;display:flex}.store-badge{background:var(--base-black);color:var(--base-white);text-transform:uppercase;letter-spacing:.05em;border-radius:6px;padding:.5rem .75rem;font-size:10px}.products-section{background-color:var(--accent-light);color:var(--base-black);padding:8rem 4rem}.products-header{max-width:1200px;margin:0 auto 4rem}.products-header h2{text-transform:uppercase;max-width:800px}.products-grid{grid-template-columns:1fr;gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}@media (width>=1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}.product-card{background-color:var(--base-white);border:1px solid var(--shade-200);border-radius:24px;flex-direction:column;min-height:550px;padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s;display:flex}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #01010114}.product-card.dark{background-color:var(--base-black);color:var(--base-white);border-color:var(--base-black)}.product-card-title{text-transform:uppercase;letter-spacing:.05em;margin-bottom:2rem;font-size:14px}.product-card-icon-wrapper{color:var(--shade-500);flex:1;justify-content:center;align-items:center;display:flex}.product-card.dark .product-card-icon-wrapper{color:var(--shade-200)}.product-card-text{color:var(--shade-500);margin-top:2rem;font-size:14px;line-height:1.6}.product-card.dark .product-card-text{color:var(--shade-600)}.feature-section{background-color:var(--shade-200);justify-content:center;align-items:center;padding:8rem 4rem;display:flex}.feature-grid{grid-template-columns:1fr;align-items:center;gap:3rem;width:100%;max-width:1200px;display:grid}@media (width>=1024px){.feature-grid{grid-template-columns:1fr 1.5fr 1fr;gap:4rem}}.feature-title{color:var(--base-black);letter-spacing:-.02em;font-size:clamp(2.25rem,4vw,48px);line-height:1.1}.feature-image-wrapper{justify-content:center;display:flex;position:relative}.mockup-phone-container{aspect-ratio:9/19.5;background-color:var(--accent-mid);border:12px solid var(--base-black);border-radius:40px;justify-content:center;align-items:center;width:100%;max-width:320px;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px #01010126}.mockup-phone-container:before{content:"";background-color:var(--base-black);border-radius:20px;width:30%;height:24px;position:absolute;top:10px}.feature-text-block{flex-direction:column;align-items:flex-start;gap:2.5rem;display:flex}.feature-text-block p{color:var(--base-black);font-size:16px;line-height:1.6}.contact-section{background-color:var(--base-white);justify-content:center;padding:8rem 4rem;display:flex}.contact-container{grid-template-columns:1fr;gap:4rem;width:100%;max-width:1200px;display:grid}@media (width>=1024px){.contact-container{grid-template-columns:1fr 1fr;gap:8rem}}.contact-header h2{text-transform:uppercase;margin-bottom:1.5rem;font-size:clamp(3rem,6vw,72px)}.contact-header p{color:var(--base-black);max-width:400px;font-size:16px;line-height:1.6}.demo-form{flex-direction:column;gap:2rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--base-black);font-size:12px}.demo-input{border:none;border-bottom:1px solid var(--shade-200);font-family:var(--font-main);color:var(--base-black);background:0 0;padding:.5rem 0;font-size:16px;transition:border-color .2s}.demo-input:focus{border-bottom-color:var(--base-black);outline:none}.demo-input::placeholder{color:var(--shade-600)}.phone-input-row{border-bottom:1px solid var(--shade-200);align-items:center;gap:.75rem;transition:border-color .2s;display:flex}.phone-input-row:focus-within{border-bottom-color:var(--base-black)}.phone-input-row .demo-input{border-bottom:none;flex:1}.btn-submit-full{width:100%;margin-top:1rem}.footer-wrapper{background-color:var(--base-black);color:var(--base-white);flex-direction:column;padding:4rem 4rem 2rem;display:flex}.footer-container{flex-direction:column;gap:2rem;width:100%;max-width:1400px;margin:0 auto;display:flex}.footer-top{flex-direction:column;justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}@media (width>=768px){.footer-top{flex-direction:row;align-items:flex-end}}.footer-brand{letter-spacing:-.04em;text-transform:uppercase;font-size:clamp(3rem,6vw,80px);font-weight:400;line-height:1}.footer-socials{gap:1.5rem;display:flex}.footer-social-link{color:var(--base-white);text-transform:uppercase;letter-spacing:.05em;font-size:14px;text-decoration:none;transition:opacity .2s}.footer-social-link:hover{opacity:.6}.footer-accent-block{background-color:var(--accent-deep);color:var(--base-white);flex-direction:column;gap:6rem;padding:4rem;display:flex}.footer-contact-grid{grid-template-columns:1fr;gap:3rem;display:grid}@media (width>=1024px){.footer-contact-grid{grid-template-columns:repeat(3,1fr)}}.footer-contact-item{letter-spacing:-.02em;word-wrap:normal;font-size:clamp(1.5rem,3vw,40px);line-height:1.2}.footer-bottom-row{flex-direction:column;justify-content:space-between;align-items:flex-start;gap:2rem;font-size:14px;display:flex}@media (width>=1024px){.footer-bottom-row{flex-direction:row;align-items:flex-end}}.footer-legal-links{flex-wrap:wrap;gap:1.5rem;display:flex}.footer-legal-link{color:var(--base-white);text-underline-offset:4px;text-decoration:underline;transition:opacity .2s}.footer-legal-link:hover{opacity:.7}.footer-copyright{opacity:.8}.success-message{color:#4ade80;text-align:center;background-color:#052e16;border:1px solid #166534;border-radius:8px;margin-bottom:16px;padding:14px 16px;font-size:.95rem}.error-message{color:#f87171;text-align:center;background-color:#450a0a;border:1px solid #991b1b;border-radius:8px;margin-bottom:16px;padding:14px 16px;font-size:.95rem}.nav-link{padding:8px 16px;transition:all .3s;position:relative}.nav-link.active{color:#3b82f6;font-weight:600}@media (width<=768px){.nav-wrapper{padding:0 1rem;top:1rem}.floating-nav{padding:.75rem 1rem}section{padding:5rem 1.25rem!important}.hero-section{flex-direction:column;justify-content:center;min-height:100vh;display:flex;padding:8rem 1.25rem 4rem!important}.hero-title-wrapper h1{font-size:clamp(2.5rem,10vw,3.5rem)}.floating-app-card{text-align:center;flex-direction:column;gap:1rem;width:100%;max-width:100%;margin-top:3rem;padding:1.5rem;position:relative;bottom:0;right:0}.app-card-image-placeholder{width:100%;height:80px}.store-badges{justify-content:center}.products-grid,.feature-grid{gap:2rem}.contact-container,.products-grid,.feature-grid{width:100%;max-width:100%;margin:0 auto}.contact-container{gap:3rem}.demo-form{gap:1.75rem;width:100%}.form-group{gap:.4rem}.demo-input{padding:.75rem 0;font-size:16px}.phone-input-row{padding-bottom:.5rem}.btn-submit-full{padding:1rem;font-size:15px}.footer-wrapper{padding:3rem 1.25rem 2rem}.footer-brand{font-size:clamp(2.5rem,10vw,4rem)}.footer-accent-block{gap:3rem;padding:2.5rem 1.5rem}.footer-contact-grid{gap:2rem}.footer-contact-item{word-break:break-all;font-size:1.15rem}.footer-socials{flex-wrap:wrap;justify-content:flex-start;gap:1.5rem;width:100%}.footer-bottom-row{gap:1.5rem}}section{padding:7rem 2rem}@media (width>=1024px){section{padding:8rem 4rem}}.contact-container,.products-grid,.feature-grid{width:100%;max-width:1200px;margin:0 auto}.demo-form{width:100%}@media (width<=768px){.btn-submit-full{padding:1rem;font-size:15px}}.nav-logo-text,.desktop-cta{display:none}.mobile-menu-btn{color:var(--base-black);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;display:flex}@media (width>=768px){.nav-logo-text{display:inline}.desktop-cta{display:inline-flex}.mobile-menu-btn{display:none}}.mobile-menu-overlay{background-color:var(--base-white);z-index:1000;opacity:0;visibility:hidden;flex-direction:column;padding:1.5rem;transition:transform .3s,opacity .3s,visibility .3s;display:flex;position:fixed;inset:0;transform:translateY(-20px)}.mobile-menu-overlay.open{opacity:1;visibility:visible;transform:translateY(0)}.mobile-menu-header{justify-content:flex-end;margin-bottom:3rem;padding-right:.5rem;display:flex}.mobile-menu-close-btn{color:var(--base-black);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:transform .2s;display:flex}.mobile-menu-close-btn:active{transform:scale(.9)}.mobile-menu-links{flex-direction:column;align-items:flex-start;gap:2rem;padding:0 1rem;display:flex}.mobile-menu-link{color:var(--base-black);text-transform:uppercase;letter-spacing:.05em;font-size:14px;font-weight:400;text-decoration:none;transition:color .2s}.mobile-menu-link.active{color:var(--accent-deep)}.mobile-menu-links .btn-secondary{margin-top:1rem}.about-section{background-color:var(--base-white);color:var(--base-black);padding:8rem 4rem}.about-container{width:100%;max-width:1200px;margin:0 auto}.about-label{text-transform:uppercase;letter-spacing:.05em;color:var(--base-black);margin-bottom:1.5rem;font-size:12px;display:block}.about-headline{letter-spacing:-.02em;max-width:900px;margin-bottom:0;font-size:clamp(2rem,4vw,48px);line-height:1.2}.about-bottom-wrapper{justify-content:flex-end;margin-top:8rem;display:flex}.about-bottom-grid{grid-template-columns:1fr 1fr;gap:4rem;max-width:750px;display:grid}.about-block p{color:var(--base-black);font-size:14px;line-height:1.6}@media (width<=768px){.about-section{padding:5rem 1.25rem!important}.about-bottom-wrapper{justify-content:flex-start;margin-top:4rem}.about-bottom-grid{grid-template-columns:1fr;gap:2.5rem}.about-headline{font-size:clamp(1.75rem,6vw,2.5rem)}}.legal-page-section{background-color:var(--base-white);color:var(--base-black);justify-content:center;min-height:80vh;padding:10rem 4rem 6rem;display:flex}.legal-container{flex-direction:column;gap:2rem;width:100%;max-width:800px;display:flex}.legal-container h1{letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(3rem,8vw,80px);line-height:1.1}.legal-container h2{margin-top:2rem;margin-bottom:.5rem;font-size:clamp(2rem,5vw,40px)}.legal-container p{color:var(--base-black);font-size:16px;line-height:1.6}.legal-container ul{flex-direction:column;gap:.5rem;padding-left:1.5rem;font-size:16px;line-height:1.6;display:flex}@media (width<=768px){.legal-page-section{padding:8rem 1.25rem 4rem}}.eoi-form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}@media (width<=768px){.eoi-form-row{grid-template-columns:1fr;gap:1rem}}
