@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Nunito+Sans:wght@400;600&family=Poppins:wght@400;600;700&family=Quicksand:wght@500;600;700&family=Roboto:wght@400;500&display=swap";:root{--color-bg-primary: #ffffff;--color-bg-secondary: #eff8fe;--color-bg-tertiary: #def6e7;--color-text-dark: #1c0e0d;--color-text-main: #202020;--color-text-muted: #383838;--color-text-light: #585858;--color-text-purple: #332c5c;--color-text-purple-light: #5e587a;--color-accent: #8976fd;--color-text-accent: #071a27;--font-inter: "Inter", sans-serif;--font-poppins: "Poppins", sans-serif;--font-quicksand: "Quicksand", sans-serif;--font-nunito: "Nunito Sans", sans-serif;--font-roboto: "Roboto", sans-serif;--ease-spring: cubic-bezier(.175, .885, .32, 1.275);--ease-smooth: cubic-bezier(.25, .1, .25, 1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-inter);background-color:var(--color-bg-primary);color:var(--color-text-main);overflow-x:hidden;line-height:1.5;-webkit-font-smoothing:antialiased}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.gradient-bg-1{background:radial-gradient(circle at 100% 0%,rgba(137,118,253,.2) 0%,transparent 40%),radial-gradient(circle at 0% 100%,rgba(7,26,39,.1) 0%,transparent 40%)}.gradient-bg-2{background:var(--color-bg-secondary)}.gradient-bg-3{background:var(--color-bg-tertiary)}@media(max-width:768px){.container{padding:0 1rem}}@media(max-width:480px){.container{padding:0 .75rem}}.hero{min-height:auto;position:relative;overflow:visible;padding-bottom:10rem;z-index:10}.hero-header{padding:2rem 0}.logo-container{display:flex;align-items:center;gap:1rem}.logo-img{width:60px;height:60px;object-fit:contain}.logo-text{font-family:var(--font-quicksand);font-weight:600;font-size:2rem;color:var(--color-text-main)}.hero-content{display:flex;justify-content:space-between;align-items:center;padding:4rem 0;margin-top:2rem;position:relative}.hero-text-block{flex:1;z-index:2}.hero-title{font-family:var(--font-poppins);font-weight:700;font-size:4rem;line-height:1.2;color:var(--color-text-purple);margin-bottom:2rem}.text-accent{color:var(--color-accent)}.hero-subtitle{font-family:var(--font-roboto);font-size:1.5rem;color:var(--color-text-dark)}.hero-visuals{position:absolute;right:-5%;top:10%;width:55%;height:100%;z-index:1;pointer-events:none}.earth-img{position:absolute;right:-10%;bottom:-320px;width:340px;height:auto;opacity:.9;z-index:1}.phones-img{position:absolute;right:-5%;top:-30%;width:650px;height:auto;z-index:2}.hero-bottom-cards{display:flex;justify-content:flex-start;gap:3rem;padding:0;margin-top:0;z-index:2;position:relative}.feature-card{display:flex;align-items:center;gap:1.5rem;background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 2rem;border-radius:20px;box-shadow:0 10px 30px #0000000d}.icon-wrapper{width:64px;height:64px;border-radius:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-card-text h4{font-family:var(--font-poppins);font-weight:600;font-size:1.5rem;color:var(--color-text-purple);margin-bottom:.2rem}.feature-card-text p{font-family:var(--font-nunito);font-size:1.1rem;color:var(--color-text-purple-light)}@media(max-width:1024px){.hero-content{flex-direction:column;text-align:center}.hero-title{font-size:3rem}.hero-visuals{position:relative;width:100%;height:400px;right:0;top:0;margin-top:2rem;display:flex;justify-content:center;align-items:center}.phones-img{position:relative;right:auto;top:auto;width:80%;max-width:500px}.earth-img{position:absolute;right:0;bottom:-50px;width:200px}.hero-bottom-cards{flex-wrap:wrap;justify-content:center;gap:1.5rem}.hero{padding-bottom:5rem}}@media(max-width:768px){.hero{padding-bottom:3rem}.hero-header{padding:1.5rem 0}.logo-img{width:40px;height:40px}.logo-text{font-size:1.4rem}.hero-content{padding:2rem 0;margin-top:1rem}.hero-title{font-size:2.2rem;margin-bottom:1rem}.hero-subtitle{font-size:1.1rem}.hero-visuals{height:300px}.phones-img{width:90%;max-width:400px}.earth-img{width:140px;bottom:-30px}.hero-bottom-cards{flex-direction:column;gap:1rem;align-items:stretch}.feature-card{padding:.8rem 1.2rem;gap:1rem;border-radius:16px}.icon-wrapper{width:48px;height:48px;border-radius:14px}.feature-card-text h4{font-size:1.2rem}.feature-card-text p{font-size:.95rem}}@media(max-width:480px){.hero-title{font-size:1.8rem}.hero-subtitle{font-size:1rem}.hero-visuals{height:250px}.phones-img{max-width:300px}.earth-img{width:100px;bottom:-20px}.feature-card-text h4{font-size:1.1rem}.feature-card-text p{font-size:.85rem}}.features{padding:5rem 2rem 8rem;overflow:visible;position:relative}.features-container{display:flex;align-items:center;justify-content:space-between;position:relative}.features-left{flex:1;max-width:600px;z-index:2}.app-icon{width:160px;height:160px;border-radius:40px;box-shadow:0 20px 40px #0000001a;margin-bottom:2rem}.features-title{font-family:var(--font-inter);font-weight:700;font-size:3.5rem;line-height:1.1;color:var(--color-text-dark);margin-bottom:1rem}.features-title span{font-size:1.8rem;font-weight:400;color:var(--color-text-muted)}.features-desc{font-family:var(--font-inter);font-size:1.25rem;color:var(--color-text-muted);line-height:1.6;margin-bottom:3rem;opacity:.9}.features-list{display:flex;flex-direction:column;gap:1.5rem}.feature-item{display:flex;align-items:center;gap:1.5rem;background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem 2.5rem;border-radius:20px;font-family:var(--font-inter);font-weight:500;font-size:1.2rem;color:var(--color-text-accent);transition:transform .3s ease,box-shadow .3s ease}.feature-item:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000000d}.feature-check{color:var(--color-accent);width:28px;height:28px;flex-shrink:0}.features-right{flex:1;position:relative;display:flex;justify-content:center}.promo-img{width:130%;max-width:1200px;height:auto;border-radius:30px;object-fit:cover}.rocket-img{position:absolute;bottom:-45%;left:-125%;width:500px;height:auto;z-index:3;pointer-events:none}@media(max-width:1024px){.features-container{flex-direction:column;text-align:center;gap:3rem}.features-left{display:flex;flex-direction:column;align-items:center;max-width:100%}.feature-item{text-align:left;width:100%}.promo-img{width:100%;max-width:600px}.rocket-img{width:300px;bottom:-15%;left:-10%}.features{padding:4rem 2rem 6rem}}@media(max-width:768px){.features{padding:3rem 1rem 4rem}.app-icon{width:100px;height:100px;border-radius:25px;margin-bottom:1.5rem}.features-title{font-size:2.2rem}.features-title span{font-size:1.2rem}.features-desc{font-size:1rem;margin-bottom:2rem}.features-list{gap:1rem}.feature-item{padding:1rem 1.5rem;font-size:1rem;gap:1rem;border-radius:16px}.feature-check{width:22px;height:22px}.promo-img{border-radius:20px}.rocket-img{width:200px;bottom:-10%;left:0}}@media(max-width:480px){.features{padding:2rem .75rem 3rem}.app-icon{width:80px;height:80px;border-radius:20px}.features-title{font-size:1.8rem}.features-title span{font-size:1rem}.features-desc{font-size:.9rem;margin-bottom:1.5rem}.feature-item{padding:.8rem 1.2rem;font-size:.9rem}.rocket-img{width:150px;bottom:-5%}}.compatibility{padding:8rem 2rem 45rem;background-color:var(--color-bg-tertiary);position:relative;overflow:hidden}.compatibility-content{display:flex;flex-direction:column;gap:4rem;width:100%;position:relative;z-index:2}.grid-features{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin-bottom:4rem}.grid-feature-card{display:flex;align-items:center;gap:2rem;background:#fff6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:30px;transition:transform .3s}.grid-feature-card:hover{transform:translateY(-5px)}.grid-feature-icon img{width:120px;height:120px;border-radius:20px;object-fit:cover;box-shadow:0 10px 20px #0000000d}.grid-feature-text h3{font-family:var(--font-inter);font-weight:600;font-size:1.5rem;color:var(--color-text-dark);margin-bottom:.5rem}.grid-feature-text p{font-family:var(--font-inter);font-size:1.1rem;color:var(--color-text-light);line-height:1.5}.balloons-wrapper{position:absolute;right:30%;top:45%;width:700px;height:auto;z-index:1;pointer-events:none}.balloons-img{width:100%;height:auto;object-fit:contain}@media(max-width:1024px){.compatibility{padding:6rem 2rem 30rem}.grid-features{grid-template-columns:1fr;gap:2rem}.balloons-wrapper{width:400px;right:-10%;top:auto;bottom:5%}}@media(max-width:768px){.compatibility{padding:4rem 1rem 20rem}.grid-features{gap:1.5rem;margin-bottom:2rem}.grid-feature-card{padding:1.5rem;gap:1.2rem;border-radius:20px}.grid-feature-icon img{width:80px;height:80px;border-radius:16px}.grid-feature-text h3{font-size:1.2rem}.grid-feature-text p{font-size:.95rem}.balloons-wrapper{width:280px;right:-5%;bottom:3%}}@media(max-width:480px){.compatibility{padding:3rem .75rem 15rem}.grid-feature-card{flex-direction:column;text-align:center;padding:1.2rem;gap:1rem}.grid-feature-icon img{width:70px;height:70px}.grid-feature-text h3{font-size:1.1rem}.grid-feature-text p{font-size:.85rem}.balloons-wrapper{width:200px;right:0;bottom:2%}}.footer{position:relative;background-color:#f6fbfa;padding:8rem 0 3rem;overflow:hidden;color:var(--color-text-dark);margin-top:-50px}.footer:before,.footer:after{content:"";position:absolute;border-radius:50%;filter:blur(80px);z-index:0}.footer:before{top:-10%;left:-10%;width:500px;height:500px;background:#b7edda66}.footer:after{bottom:-10%;right:-10%;width:400px;height:400px;background:#93c5fd33}.footer-arc{position:absolute;top:0;left:50%;transform:translate(-50%);width:150vw;height:150px;background-color:var(--color-bg-tertiary);border-bottom-left-radius:50%;border-bottom-right-radius:50%;z-index:1}.footer-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;width:100%}.footer-top-section{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:3rem;padding-bottom:3rem;width:100%;border-bottom:1px solid rgba(0,0,0,.05)}.footer-logo-wrap{display:inline-flex;background:#fff;border-radius:30px;padding:1.25rem;margin-bottom:1.5rem;box-shadow:0 10px 30px #0000000f}.footer-logo{width:60px;height:60px;object-fit:contain}.footer-tagline{font-family:var(--font-inter);color:var(--color-text-muted);font-size:1.1rem;margin-bottom:2rem;font-weight:500}.social-icons{display:flex;gap:1.25rem}.social-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#fff;color:var(--color-text-dark);text-decoration:none;transition:all .3s ease;box-shadow:0 5px 15px #0000000d}.social-icon:hover{background:var(--color-accent);color:#fff;transform:translateY(-4px) scale(1.05);box-shadow:0 10px 20px #0000001a}.footer-bottom{display:flex;justify-content:space-between;align-items:center;width:100%;color:var(--color-text-light);font-size:.9rem;font-family:var(--font-inter)}.footer-bottom-links{display:flex;align-items:center;gap:2rem}.privacy-link{color:var(--color-text-light);text-decoration:none;transition:color .3s ease}.privacy-link:hover{color:var(--color-accent)}.email-text{color:var(--color-text-dark);font-weight:500}@media(max-width:1024px){.footer{padding:6rem 0 2rem}.footer-arc{height:100px}}@media(max-width:768px){.footer{padding:5rem 0 2rem;margin-top:-30px}.footer-arc{height:80px}.footer-top-section{margin-bottom:2rem;padding-bottom:2rem}.footer-logo-wrap{padding:1rem;border-radius:24px}.footer-logo{width:48px;height:48px}.footer-tagline{font-size:.95rem;margin-bottom:1.5rem}.footer-bottom{flex-direction:column;gap:1.5rem;text-align:center}.footer-bottom-links{flex-direction:column;gap:1rem}}@media(max-width:480px){.footer{padding:4rem 0 1.5rem;margin-top:-20px}.footer-arc{height:60px}.footer-logo{width:40px;height:40px}.footer-tagline{font-size:.85rem}.footer-bottom{font-size:.8rem}}.app-container{overflow-x:hidden;position:relative;width:100%}
