@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{--primary-color: #40C0A8;--primary-hover: #36a691;--text-light: #ffffff;--text-dark: #333333;--overlay-bg: rgba(0, 0, 0, .6);--font-main: "Outfit", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{overflow-x:hidden;width:100%}body{font-family:var(--font-main);background-color:#f0f0f0;color:var(--text-dark);-webkit-font-smoothing:antialiased;width:100%;overflow-x:hidden;position:relative;margin:0}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}a{text-decoration:none;color:inherit}ul{list-style:none}.navbar{width:100%;display:flex;justify-content:center;position:absolute;top:2rem;z-index:100;padding:0 1rem}.navbar-container{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1140px;background:#848e9640;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:.5rem 2rem;border-radius:4px;border:1px solid rgba(255,255,255,.1);position:relative}.navbar-logo{display:flex;align-items:center;z-index:102}.navbar-logo img{height:32px;width:auto}.navbar-desktop{display:flex;align-items:center;gap:2rem}.navbar-links ul{display:flex;gap:2rem;list-style:none;align-items:center;margin:0;padding:0}.navbar-links a{color:#fff;font-weight:500;font-size:.95rem;text-decoration:none;transition:color .2s}.navbar-links li:first-child a,.navbar-links a:hover{color:#40c0a8}.navbar-cta .btn-primary{background-color:#40c0a8;color:#fff;border:none;padding:.6rem 1.4rem;border-radius:4px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.6rem;transition:all .2s ease;font-family:Outfit,sans-serif;font-size:.95rem}.navbar-cta .btn-primary:hover{background-color:#36a691;transform:translateY(-1px)}.mobile-toggle-btn{display:none;cursor:pointer;z-index:102}.mobile-menu-overlay{position:fixed;top:0;right:0;width:100%;max-width:400px;height:100vh;background-color:#4cbfac;z-index:200;display:flex;flex-direction:column;padding:2rem;transform:translate(100%);visibility:hidden;transition:transform .4s cubic-bezier(.77,0,.175,1),visibility .4s;box-shadow:-10px 0 30px #0003}.mobile-menu-overlay.open{transform:translate(0);visibility:visible}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.mobile-logo img{height:28px;filter:brightness(0)}.mobile-close-btn{font-family:Outfit,sans-serif;font-weight:500;color:#fff;font-size:1.1rem;cursor:pointer}.mobile-menu-content ul{list-style:none;width:100%;text-align:center;padding:0}.mobile-menu-content li{border-bottom:1px solid rgba(255,255,255,.3);padding:1.2rem 0}.mobile-menu-content li:first-child{border-top:1px solid rgba(255,255,255,.3)}.mobile-menu-content a{color:#fff;font-size:1.1rem;font-weight:500;text-decoration:none;display:block}.mobile-menu-cta{margin-top:auto;width:100%;padding-top:3rem}.btn-mobile-outline{width:100%;background:transparent;color:#fff;border:1px solid white;padding:1rem;font-size:1.1rem;font-weight:500;font-family:Outfit,sans-serif;cursor:pointer;transition:background .2s}.btn-mobile-outline:hover{background:#ffffff1a}@media(max-width:960px){.navbar-desktop{display:none}.mobile-toggle-btn{display:block}.navbar{top:1rem}.navbar-container{padding:.8rem 1.5rem}}.footer-section{background-color:#fff;padding:4rem 2rem 2rem;font-family:Outfit,sans-serif;color:#333}.footer-container{max-width:1140px;margin:0 auto}.footer-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:4rem;flex-wrap:wrap;gap:2rem}.footer-logo img{height:40px}.input-group{display:flex;border:1px solid #40C0A8;border-radius:4px;overflow:hidden}.input-group input{padding:.8rem 1rem;border:none;outline:none;font-size:.95rem;width:250px;font-family:Outfit,sans-serif}.btn-subscribe{background-color:#40c0a8;border:none;padding:0 1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.btn-subscribe:hover{background-color:#36a691}.footer-links{display:flex;justify-content:space-between;flex-wrap:wrap;gap:2rem;margin-bottom:3rem}.footer-col{flex:1;min-width:150px}.footer-col.wide{flex:2;min-width:300px}.footer-col h4{color:#40c0a8;font-size:1.1rem;margin-bottom:1.5rem;font-weight:500}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col li{margin-bottom:.8rem;font-size:.95rem;color:#444}.footer-col a{text-decoration:none;color:#444;transition:color .2s}.footer-col a:hover{color:#40c0a8}.contact-list li{line-height:1.6}.footer-social{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem}.social-icon{color:#ccc;transition:color .2s}.social-icon:hover{color:#40c0a8}.footer-bottom{border-top:1px solid #eee;padding-top:2rem;text-align:center}.footer-bottom p{font-size:.9rem;color:#888}@media(max-width:768px){.footer-top{flex-direction:column;align-items:flex-start}.footer-links{flex-direction:column;gap:2rem}.footer-col.wide{flex:1}}.hero{position:relative;width:100%;height:100vh;background-image:url(/Hero-img.svg);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;text-align:center}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;z-index:1}.hero-content{position:relative;z-index:2;color:#fff;max-width:900px;padding:0 20px;display:flex;flex-direction:column;align-items:center;margin-top:60px}.hero-content h1{font-size:4.5rem;font-weight:800;margin-bottom:1.5rem;letter-spacing:-.5px;line-height:1.1;text-shadow:0 2px 10px rgba(0,0,0,.3)}.hero-content p{font-size:1.3rem;margin-bottom:2.5rem;font-weight:500;text-shadow:0 1px 4px rgba(0,0,0,.3)}.btn-hero{background-color:#40c0a8;color:#fff;border:none;padding:1rem 2rem;border-radius:4px;font-size:1.1rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.8rem;box-shadow:0 4px 6px #0000001a;font-family:Outfit,sans-serif}.btn-hero:hover{background-color:#36a691;transform:translateY(-2px)}@media(max-width:768px){.hero-content h1{font-size:2.5rem;margin-bottom:1rem}.hero-content p{font-size:1.1rem;padding:0 1rem}.btn-hero{padding:.8rem 1.5rem;font-size:1rem}.hero{background-position:70% center}}@media(max-width:480px){.hero-content h1{font-size:2rem}}.what-we-do{position:relative;width:100%;padding:5rem 2rem;background-color:#fff;overflow:hidden;min-height:80vh}.bg-vector{position:absolute;top:10%;right:0;width:50%;max-width:700px;z-index:0;opacity:.5;pointer-events:none}.bg-vector img{width:100%;height:auto}.content-container{position:relative;z-index:1;max-width:1200px;margin:0 auto}.header-box{max-width:800px;margin-bottom:4rem}.title-group{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.accent-bar{width:6px;height:40px;background-color:#40c0a8;border-radius:2px}.title-group h2{font-size:2.5rem;font-weight:700;color:#333;display:flex;align-items:center;gap:1rem;margin:0;font-family:Outfit,sans-serif}.title-group .arrow{font-weight:300;color:#40c0a8}.description{font-size:1.1rem;line-height:1.6;color:#555;text-align:left;max-width:700px}.cards-slider{display:flex;padding-bottom:3rem;padding-top:3rem;flex-direction:row;justify-content:center;align-items:center;gap:0;position:relative}.card-item{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:all .4s cubic-bezier(.25,.8,.25,1);cursor:pointer;flex-shrink:0}.card-image{width:100%;height:100%;background-size:cover;background-position:center;background-color:#e0e0e0;display:flex;align-items:flex-end}.card-item.small{width:300px;height:220px;opacity:1;z-index:1;filter:brightness(.95)}.card-item.small:first-child{transform:translate(50px) scale(.9);box-shadow:-5px 10px 20px #0000001a}.card-item.small:last-child{transform:translate(-50px) scale(.9);box-shadow:5px 10px 20px #0000001a}.card-item.small:hover{z-index:15;filter:brightness(1);transform:scale(1.05);box-shadow:0 20px 40px #0003}.card-item.main{width:400px;height:280px;z-index:10;transform:translateY(-10px);box-shadow:0 20px 50px #00000040;filter:brightness(1)}.card-item.main:hover{transform:translateY(-20px) scale(1.02)}.card-overlay{width:100%;padding:.8rem 0;background:#3f7d77;color:#fff;text-align:center;font-weight:600;font-size:1rem;letter-spacing:.5px}.bottom-cta{display:flex;justify-content:center;margin-top:3rem;width:100%}.btn-section{background:linear-gradient(90deg,#40c0a8,#36a691);color:#fff;border:none;padding:.8rem 2rem;border-radius:4px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.6rem;font-size:1rem;transition:transform .2s ease,box-shadow .2s ease;font-family:Outfit,sans-serif}.btn-section:hover{transform:translateY(-2px);box-shadow:0 4px 12px #40c0a866}.btn-section .icon{font-size:1.1rem;border:1px solid white;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.icon-svg{width:24px;height:24px;fill:currentColor}.slider-indicator{width:50px;height:5px;background-color:#40c0a8;border-radius:3px;position:absolute;top:-20px;left:50%;transform:translate(-50%)}@media(max-width:960px){.cards-slider{margin-top:2rem}}@media(max-width:600px){.what-we-do{padding:3rem 1rem;overflow:hidden}.header-box h2{font-size:2rem}.accent-bar{height:30px}.cards-slider{flex-direction:row;gap:0;transform:scale(.85);margin-top:1rem;width:110%;margin-left:-5%}.card-item.small{width:140px;height:100px;z-index:1;filter:brightness(.95)}.card-item.main{width:180px;height:130px;z-index:10}.card-item.small:first-child{transform:translate(20px) scale(.9);margin-right:-30px}.card-item.small:last-child{transform:translate(-20px) scale(.9);margin-left:-30px}.card-item.main{transform:translateY(-5px)}.card-overlay{font-size:.7rem;padding:.4rem 0}.slider-indicator{width:30px;height:4px;top:-15px}.bg-vector{top:10%;width:80%;opacity:.4}.bottom-cta{margin-top:1rem}.btn-section{width:100%;justify-content:center;padding:1rem;font-size:1.1rem;background:#40c0a8}}.stats-section{position:relative;width:100%;background:transparent;padding-bottom:6rem}.stats-bg-half{position:absolute;top:0;left:0;width:100%;height:35%;background-color:#e6f8f5;z-index:-1}.stats-container{max-width:1200px;margin:0 auto;padding:4rem 1rem 0;text-align:center}.stats-row{display:flex;justify-content:space-around;align-items:center;margin-bottom:4rem;flex-wrap:wrap;gap:2rem}.stat-item{display:flex;flex-direction:column;align-items:center}.stat-item h3{font-size:3rem;font-weight:800;color:#333;margin-bottom:.5rem;font-family:Outfit,sans-serif}.stat-item p{font-size:1.2rem;font-weight:600;color:#40c0a8;margin:0}.chart-card{background:transparent;padding:0;box-shadow:none;position:relative;width:100%;max-width:1000px;margin:-4rem auto 0;z-index:10}.chart-img{width:100%;height:auto;display:block;filter:drop-shadow(0 20px 40px rgba(0,0,0,.08))}@media(max-width:768px){.stats-row{flex-direction:column;gap:3rem}.stats-bg-half{height:80%}.stat-item h3{font-size:2.2rem}.chart-card{margin-top:-2rem}}.cta-section{width:100%;background-color:#4cbfac;padding:5rem 2rem;display:flex;justify-content:center;align-items:center}.cta-container{width:100%;max-width:1140px;display:flex;justify-content:space-between;align-items:center;gap:2rem}.cta-content{max-width:600px}.cta-content h2{font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.2}.cta-content p{font-family:Outfit,sans-serif;font-size:1.1rem;color:#fff;margin:0;font-weight:500}.cta-button-wrapper{flex-shrink:0}.btn-cta-white{background-color:#fff;color:#40c0a8;border:none;padding:.8rem 2rem;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.8rem;box-shadow:0 4px 6px #0000001a;transition:transform .2s ease,box-shadow .2s ease;font-family:Outfit,sans-serif}.btn-cta-white:hover{transform:translateY(-2px);box-shadow:0 8px 15px #00000026}.icon-svg-teal{width:24px;height:24px;fill:#40c0a8}@media(max-width:768px){.cta-container{flex-direction:column;text-align:center}.cta-content h2{font-size:2rem}.btn-cta-white{width:100%;justify-content:center}}.info-blocks-section{width:100%;padding:6rem 2rem;background-color:#f9f9f9;display:flex;justify-content:center}.info-card{background:#fff;width:100%;max-width:1000px;border-radius:20px;box-shadow:0 20px 60px #0000000d;overflow:hidden}.info-block{padding:4rem 2rem;display:flex;flex-direction:column;align-items:center;text-align:center}.info-block.highlight-bg{background-color:#e6f8f5}.icon-circle{width:60px;height:60px;background-color:#4cbfac;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem;box-shadow:0 4px 10px #4cbfac4d}.info-block h3{font-family:Outfit,sans-serif;font-size:1.8rem;font-weight:700;color:#333;margin-bottom:1rem}.info-block p{font-family:Outfit,sans-serif;font-size:1.1rem;line-height:1.6;color:#666;max-width:700px;margin:0 auto}@media(max-width:768px){.info-block{padding:3rem 1.5rem}.info-block h3{font-size:1.5rem}}.contact-section{width:100%;padding:6rem 2rem;position:relative;background-image:url(/ContactBg.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.contact-container{max-width:900px;margin:0 auto}.contact-header{display:flex;align-items:center;gap:1rem;margin-bottom:3rem}.accent-bar-teal{width:6px;height:40px;background-color:#40c0a8}.contact-header h2{font-size:2.5rem;font-weight:700;color:#333;font-family:Outfit,sans-serif}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:flex;gap:2rem;width:100%}.form-group{display:flex;flex-direction:column;width:100%;gap:.5rem}.form-group label{font-size:.95rem;color:#333;font-weight:500}.form-group input,.form-group textarea{padding:.8rem 1rem;border:1px solid #e0e0e0;border-radius:4px;font-size:1rem;font-family:Outfit,sans-serif;color:#555;background:#fff}.form-group input::placeholder,.form-group textarea::placeholder{color:#ccc}.form-group textarea{resize:vertical}.form-group input:focus,.form-group textarea:focus{outline:2px solid #40C0A8;border-color:#40c0a8}.sms-terms{margin-top:1rem}.sms-terms h4{font-size:1.1rem;font-weight:700;margin-bottom:.8rem}.checkbox-group{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1rem}.checkbox-group input[type=checkbox]{margin-top:4px;width:18px;height:18px}.checkbox-group label{font-size:.95rem;line-height:1.5;color:#444}.sms-terms ul{list-style-type:disc;padding-left:1.5rem;color:#444;font-size:.9rem;line-height:1.6}.sms-terms a{color:#40c0a8;text-decoration:none}.form-submit{display:flex;justify-content:flex-end;margin-top:2rem}.btn-submit{background-color:#333;color:#fff;padding:.8rem 3rem;border-radius:6px;border:none;font-size:1rem;font-weight:700;cursor:pointer;font-family:Outfit,sans-serif;transition:background .2s}.btn-submit:hover{background-color:#555}@media(max-width:768px){.form-row{flex-direction:column;gap:1.5rem}}.services-page{width:100%}.services-hero{position:relative;width:100%;height:60vh;background:url(/Pricing.png) no-repeat center center;background-size:cover;display:flex;justify-content:center;align-items:flex-end;margin-top:-80px;padding-bottom:4rem}.services-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1}.services-hero-content{position:relative;z-index:2;text-align:center;color:#fff}.services-hero-content h1{font-size:3.5rem;font-weight:800;font-family:Outfit,sans-serif}.services-content{padding:6rem 1rem;max-width:1200px;margin:0 auto}.service-section{display:flex;align-items:center;justify-content:space-between;gap:4rem;margin-bottom:2rem}.service-section.reversed{flex-direction:row-reverse}.service-text{flex:1;max-width:550px}.service-image{flex:1;max-width:550px;height:350px;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #0000001a}.service-image img{width:100%;height:100%;object-fit:cover}.service-text h2{font-size:2.2rem;font-weight:800;color:#333;margin-bottom:1.5rem;font-family:Outfit,sans-serif}.service-text p{font-size:1.1rem;color:#666;line-height:1.7;margin-bottom:2rem}.btn-service{background-color:#40c0a8;color:#fff;border:none;padding:.8rem 2rem;border-radius:4px;font-weight:600;font-size:1rem;cursor:pointer;display:flex;align-items:center;gap:.8rem;font-family:Outfit,sans-serif;transition:background .2s}.btn-service:hover{background-color:#36a691}.icon-svg-white{width:24px;height:24px}.service-divider{width:30%;height:2px;background-color:#40c0a8;margin:4rem auto}.img-placeholder{width:100%;height:100%;border-radius:20px}@media(max-width:960px){.service-section,.service-section.reversed{flex-direction:column-reverse;flex-direction:column}.service-image{width:100%;max-width:100%;height:250px}.service-text{width:100%;max-width:100%;text-align:center}.btn-service{margin:0 auto}}.usecases-page{width:100%}.usecases-hero{position:relative;width:100%;height:60vh;background:url(/Pricing.png) no-repeat center center;background-size:cover;display:flex;justify-content:center;align-items:flex-end;margin-top:-80px;padding-bottom:4rem}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1}.hero-content{position:relative;z-index:2;text-align:center;color:#fff}.hero-content h1{font-size:3.5rem;font-weight:800;font-family:Outfit,sans-serif}.uc-cards-section{padding:4rem 2rem;background-color:#fff;margin-top:-4rem}.uc-cards-container{max-width:1200px;margin:0 auto;display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;position:relative;top:-6rem;z-index:10}.uc-card{background:#fff;width:350px;border-radius:20px;overflow:hidden;box-shadow:0 15px 40px #0000001a;display:flex;flex-direction:column}.uc-card-top{padding:2.5rem 1.5rem 1rem;background:#fff;text-align:center;flex:1}.uc-icon{width:50px;height:50px;margin-bottom:1rem}.uc-card-top h4{font-family:Outfit,sans-serif;font-size:1.2rem;font-weight:700;color:#333}.uc-card-bottom{background-color:#4db6ac;padding:1.5rem;text-align:center;min-height:120px;display:flex;align-items:center;justify-content:center}.uc-card-bottom p{color:#fff;font-size:.95rem;line-height:1.5;margin:0;font-family:Outfit,sans-serif}.uc-info-section{position:relative;padding:4rem 2rem 8rem;background-color:#fff;overflow:hidden}.uc-info-container{max-width:1200px;margin:0 auto;display:flex;align-items:flex-start;gap:4rem;position:relative;z-index:2}.uc-text-side{flex:1;max-width:500px}.uc-text-side h2{font-size:2rem;font-weight:800;color:#333;line-height:1.3;margin-bottom:1rem;font-family:Outfit,sans-serif}.uc-text-side .subtitle{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:1.5rem}.uc-text-side ul{list-style:none;padding-left:0}.uc-text-side li{position:relative;padding-left:1.5rem;margin-bottom:1rem;color:#555;font-size:1rem;line-height:1.6}.uc-text-side li:before{content:"○";position:absolute;left:0;color:#333;font-weight:700}.uc-images-side{flex:1}.uc-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.uc-grid-item{width:100%;height:180px;border-radius:12px;overflow:hidden}.uc-grid-item img{width:100%;height:100%;object-fit:cover}.bg-blob-shape{position:absolute;top:50%;left:-200px;width:800px;height:800px;background:#eaf8f6;border-radius:50%;transform:translateY(-50%);z-index:1;opacity:.6}@media(max-width:960px){.uc-cards-container{flex-direction:column;align-items:center;top:0;margin-top:2rem}.info-container,.uc-info-container{flex-direction:column}.uc-text-side{max-width:100%}}.technology-page{width:100%}.tech-hero{position:relative;width:100%;height:60vh;background:url(/technology-hero.jpg) no-repeat center center;background-color:#0d1b2a;background-size:cover;display:flex;justify-content:center;align-items:flex-end;margin-top:-80px;padding-bottom:4rem}.tech-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;background:linear-gradient(to bottom,#0009,#0003);z-index:1}.tech-hero-content{position:relative;z-index:2;text-align:center;color:#fff}.tech-hero-content h1{font-size:3.5rem;font-weight:800;font-family:Outfit,sans-serif}.tech-content-section{position:relative;padding:6rem 2rem;background-color:#fff;overflow:hidden}.tech-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:5rem;position:relative;z-index:2}.tech-text-side{flex:1}.tech-text-side h2{font-size:2.5rem;font-weight:800;color:#333;margin-bottom:1.5rem;font-family:Outfit,sans-serif}.tech-intro{font-size:1.1rem;line-height:1.6;color:#555;margin-bottom:2rem;max-width:500px}.tech-list{list-style:none;padding:0;max-width:500px}.tech-list li{position:relative;padding-left:1.5rem;margin-bottom:1rem;color:#666;font-size:1rem;line-height:1.6}.tech-list li:before{content:"○";position:absolute;left:0;color:#333;font-weight:700;font-size:.8rem;top:2px}.tech-image-side{flex:1;display:flex;justify-content:center}.tech-image-wrapper{width:100%;max-width:550px;height:400px;border-radius:30px;overflow:hidden;position:relative;box-shadow:0 20px 50px #00000026}.tech-img-placeholder{width:100%;height:100%;background-color:#e0f2f1;position:relative;display:flex;align-items:center;justify-content:center}.tech-img-placeholder img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:2}.fallback-tech-icon{font-size:4rem;opacity:.5;z-index:1}.tech-blob-shape{position:absolute;top:50%;left:-150px;width:700px;height:700px;background:#eaf8f6;border-radius:40% 60% 70% 30%/40% 50% 60%;transform:translateY(-50%) rotate(-10deg);z-index:1;opacity:.8}@media(max-width:960px){.tech-container{flex-direction:column;gap:3rem}.tech-text-side h2{font-size:2rem}.tech-image-wrapper{height:300px}}.about-page{width:100%;overflow-x:hidden}.about-hero{position:relative;width:100%;height:60vh;background:url(https://famousparking.com/images/about.jpg) no-repeat center center;background-color:#333;background-size:cover;display:flex;justify-content:center;align-items:flex-end;margin-top:-80px;padding-bottom:4rem}.about-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;z-index:1}.about-hero-content{position:relative;z-index:2;text-align:center;color:#fff}.about-hero-content h1{font-size:3.5rem;font-weight:800;font-family:Outfit,sans-serif}.story-vision-section{position:relative;padding:6rem 2rem 10rem;background-color:#fff;overflow:hidden}.story-container{max-width:1200px;margin:0 auto;display:flex;gap:4rem;position:relative;z-index:2}.story-content{flex:1;max-width:60%}.story-text h2{font-size:2.5rem;font-weight:800;color:#333;margin-bottom:1rem;font-family:Outfit,sans-serif}.story-line{width:50px;height:3px;background-color:#40c0a8;margin-bottom:2rem}.story-text p{font-size:1.1rem;line-height:1.7;color:#555;margin-bottom:3rem}.story-image{width:100%;height:350px;border-radius:12px;overflow:hidden}.story-image img{width:100%;height:100%;object-fit:cover}.vision-card-wrapper{flex:1;display:flex;justify-content:flex-end;align-items:flex-start;padding-top:4rem}.vision-card{background:#fff;padding:3rem 2rem;border-radius:20px;box-shadow:0 20px 50px #0000001a;text-align:center;max-width:400px;position:relative}.vision-icon{width:60px;height:60px;background-color:#40c0a8;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.vision-icon svg{width:30px;height:30px}.vision-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#333;font-family:Outfit,sans-serif}.vision-card p{font-size:.95rem;line-height:1.6;color:#666}.about-blob-bg{position:absolute;top:50%;right:-100px;width:800px;height:800px;background:#eaf8f6;border-radius:50%;transform:translateY(-50%);z-index:1}.why-us-section{background-color:#e4f4f3;padding:6rem 2rem;position:relative}.why-us-container{max-width:1200px;margin:0 auto}.why-us-header h2{font-size:3rem;font-weight:800;color:#333;margin-bottom:3rem;border-left:8px solid #40C0A8;padding-left:1.5rem;font-family:Outfit,sans-serif}.why-us-hero-image{position:relative;width:100%;height:400px;margin-bottom:4rem}.why-us-hero-image img{width:100%;height:100%;object-fit:cover;position:relative;z-index:2}.image-border-overlay{position:absolute;top:20px;left:20px;width:90%;height:100%;border:3px solid #40C0A8;background:transparent;z-index:1;pointer-events:none}.why-us-cards{display:flex;gap:2rem;margin-top:-8rem;position:relative;z-index:5;padding-bottom:2rem}.why-card{background:#fff;padding:2.5rem;border-radius:20px;flex:1;box-shadow:0 10px 30px #0000000d}.why-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.why-card-header h3{font-size:1.3rem;font-weight:700;color:#333;font-family:Outfit,sans-serif}.why-card p{font-size:.95rem;line-height:1.6;color:#666}@media(max-width:960px){.story-container{flex-direction:column}.story-content{max-width:100%}.vision-card-wrapper{justify-content:center;padding-top:0}.why-us-cards{flex-direction:column;margin-top:2rem}.image-border-overlay{display:none}}.payment-page{width:100%;overflow-x:hidden}.payment-hero{position:relative;width:100%;height:60vh;background:url(/payment-hero.jpg) no-repeat center center;background-color:#333;background-size:cover;display:flex;justify-content:center;align-items:flex-end;margin-top:-80px;padding-bottom:4rem}.payment-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;z-index:1}.payment-hero-content{position:relative;z-index:2;text-align:center;color:#fff}.payment-hero-content h1{font-size:3.5rem;font-weight:800;font-family:Outfit,sans-serif}.payment-content-section{position:relative;padding:6rem 2rem 10rem;background-color:#fff}.payment-container{max-width:1200px;margin:0 auto;display:flex;gap:4rem;position:relative;z-index:2}.payment-left-col{flex:1;max-width:50%}.payment-title{font-size:2.5rem;font-weight:800;color:#424242;margin-bottom:3rem;font-family:Outfit,sans-serif;border-left:8px solid #4DB6AC;padding-left:1rem}.payment-card{border-radius:20px;padding:2.5rem 2rem;margin-bottom:2rem;max-width:500px}.payment-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;font-family:Outfit,sans-serif}.payment-card p{font-size:1.1rem;line-height:1.6}.card-filled{background-color:#e4f4f3;color:#424242}.card-bordered{background-color:#fff;border:2px solid #4DB6AC;color:#424242}.payment-right-col{flex:1;display:flex;justify-content:center;align-items:center}.payment-image-wrapper{width:100%;height:500px;border-radius:30px;overflow:hidden;box-shadow:0 20px 50px #0000001a;position:relative;z-index:3}.payment-image-wrapper img{width:100%;height:100%;object-fit:cover}.payment-blob-bg{position:absolute;top:50%;right:-100px;width:800px;height:800px;background:#eaf8f6;border-radius:50% 40% 60% 70%;transform:translateY(-40%);z-index:1}@media(max-width:960px){.payment-container{flex-direction:column}.payment-left-col{max-width:100%}.payment-right-col{margin-top:2rem}.payment-image-wrapper{height:300px}}.legal-page{width:100%;overflow-x:hidden}.legal-hero{position:relative;width:100%;height:40vh;background-color:#333;display:flex;justify-content:center;align-items:center;margin-top:-80px;padding-bottom:2rem}.legal-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;opacity:.5;z-index:1}.legal-hero-content{position:relative;z-index:2;text-align:center;color:#fff;padding-top:60px}.legal-hero-content h1{font-size:3rem;font-weight:800;font-family:Outfit,sans-serif}.legal-content-section{padding:4rem 2rem;max-width:1000px;margin:0 auto;font-family:Outfit,sans-serif;color:#333}.legal-content-section h2{font-size:1.8rem;margin-top:2rem;margin-bottom:1rem;color:#40c0a8}.legal-content-section p{font-size:1rem;line-height:1.6;margin-bottom:1rem;color:#555}.legal-content-section ul{margin-bottom:1rem;padding-left:2rem}.legal-content-section li{margin-bottom:.5rem;color:#555}
