*{margin:0;padding:0;box-sizing:border-box}body{margin:0;overflow-x:hidden;font-family:Poppins,sans-serif;height:100vh;color:#2f2f2f}h1,h2,h3,h4,h5,h6{font-family:Telegraf,sans-serif;margin:0;font-weight:700}p{margin:0;line-height:1.5}a{text-decoration:none}ul{list-style:none;margin:0;padding:0}button{font-family:Poppins,sans-serif}.container{max-width:1600px;margin:0 auto;padding:20px;width:100%}.text-wrapper{position:relative}.navbar-wrapper{position:fixed;top:0;left:0;width:100%;z-index:9999;background-color:#1554f8}.navbar-wrapper.light{background-color:#fff}.navbar-wrapper.light a{color:#2f2f2f}.navbar-wrapper .menu-btn,.navbar-wrapper .close-btn{display:none}.navbar-wrapper img{width:200px;cursor:pointer}.navbar-container{display:flex;justify-content:space-between;align-items:center}.navbar-container nav ul{display:flex;align-items:center;gap:60px}.navbar-container a{color:#fff;font-weight:500;text-transform:uppercase;font-size:18px;transition:all .3s ease-in-out}.navbar-container a:hover,.navbar-container a.active{text-decoration:underline;text-underline-offset:10px}@media (max-width: 768px){.navbar-wrapper .menu-btn{font-size:30px;display:flex;justify-content:center;align-items:center;cursor:pointer}.navbar-wrapper .close-btn{display:block;color:#2f2f2f;font-size:30px;cursor:pointer;position:absolute;top:30px;right:30px}.navbar-wrapper img{width:180px}.navbar-container nav{position:fixed;width:100%;height:100vh;background-color:#fff;top:0;left:0%;transform:translate(-100%);transition:all .3s ease-in-out;display:flex;justify-content:center;align-items:center}.navbar-container nav.active{transform:translate(0)}.navbar-container nav ul{gap:30px;flex-direction:column}.navbar-container a{color:#2f2f2f}}.hero-wrapper{background-color:#fff;overflow:hidden;position:relative;padding-top:100px;padding-bottom:100px}.hero-container{display:grid;grid-template-columns:1fr 1.5fr;gap:20px}.hero-container .hero-left{display:flex;flex-direction:column;justify-content:center;gap:20px}.hero-container h2{font-size:5vw;font-weight:800;line-height:.9;letter-spacing:-25px;letter-spacing:-8px;margin-bottom:20px}.hero-container p{margin-top:30px}.hero-container button{width:200px;height:50px;border-radius:5px;border:none;background-color:#1554f8;color:#fff;font-weight:600;cursor:pointer;font-size:15px;transition:transform .3s ease-in-out;margin-top:30px;display:none}.hero-container button:hover{transform:scale(1.05) translateY(-2px) rotate(-1deg)}.hero-container .hero-right{height:100%;display:flex;justify-content:center;align-items:center}.hero-container img{height:90vh;object-fit:cover;filter:drop-shadow(0px 0px 20px rgba(0,0,0,.3))}@media screen and (max-width: 960px){.hero-container{display:flex;flex-direction:column-reverse;gap:60px}.hero-container h2{font-size:12vw;letter-spacing:-.05em;margin-bottom:0}.hero-container button{height:45px}.hero-container img{height:70vh}}.problem-sec-wrapper{padding:100px 0}.problem-sec-container{display:grid;grid-template-columns:1.5fr 1fr;gap:20px}.problem-sec-left{height:100%;display:flex;justify-content:center;align-items:center}.problem-sec-left img{height:90vh;object-fit:cover;filter:drop-shadow(0px 0px 20px rgba(0,0,0,.3))}.problem-sec-container h2{font-size:5vw;font-weight:800;line-height:.9;letter-spacing:-25px;letter-spacing:-8px;margin-bottom:20px}.problem-sec-container button{width:200px;height:50px;border-radius:5px;border:none;background-color:#1554f8;color:#fff;font-weight:600;cursor:pointer;font-size:15px;transition:transform .3s ease-in-out;margin-top:30px;display:none}.problem-sec-container button:hover{transform:scale(1.05) translateY(-2px) rotate(-1deg)}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:1.5rem 0}.stat-item{background:#e639461a;border-left:3px solid #e63946;padding:1rem;border-radius:0 8px 8px 0}.stat-value{font-size:2rem;font-weight:700;color:#e63946;display:block;line-height:1}.stat-label{margin-top:.5rem;font-size:.9rem;color:#555}.problem-sec-right{display:flex;flex-direction:column;justify-content:center;gap:30px}@media screen and (max-width: 960px){.problem-sec-wrapper{padding-top:0}.problem-sec-container{grid-template-columns:1fr;gap:60px}.problem-sec-left img{height:70vh}.problem-sec-container h2{font-size:12vw;letter-spacing:-.05em;margin-bottom:0}.problem-sec-container button{height:45px}.stats-grid{grid-template-columns:1fr}}.main-hero-wrapper{background-color:#1554f8;color:#fff;height:100vh;overflow:hidden;position:relative}.main-hero-container{display:grid;grid-template-columns:1fr 1fr;height:calc(100% - 78.6px);overflow:hidden;margin-top:78.6px}.main-hero-container .main-hero-left{display:flex;flex-direction:column;justify-content:center;gap:20px}.main-hero-container .sub-heading{margin-bottom:20px;font-weight:600}.main-hero-container h1{font-size:4vw;font-weight:800;line-height:.9;letter-spacing:-5px;margin-bottom:20px}.main-hero-container p{margin-top:30px;width:80%}.main-hero-container button{width:200px;height:50px;border-radius:5px;border:none;background-color:#fff;color:#1554f8;font-weight:600;cursor:pointer;font-size:15px;transition:transform .3s ease-in-out;margin-top:30px;display:none}.main-hero-container button:hover{transform:scale(1.05) translateY(-2px) rotate(-1deg)}.main-hero-container .img-box{position:absolute;height:100%;right:5%;bottom:-10%}.main-hero-container img{width:100%;height:100%;object-fit:cover;object-position:top;filter:drop-shadow(0px 0px 20px rgba(0,0,0,.3))}@media screen and (max-width: 960px){.main-hero-wrapper{height:auto;padding-bottom:420px}.main-hero-container{grid-template-columns:1fr;height:100%}.main-hero-container .main-hero-left{align-items:center;text-align:center}.main-hero-container h1{font-size:12vw;letter-spacing:-.05em;margin-bottom:0}.main-hero-container p{width:100%}.main-hero-container button{height:45px}.main-hero-container .img-box{height:388px;right:0;bottom:0}}.features-sec-wrapper{background-color:#1554f8;color:#fff;padding:100px 0}.features-sec-container h2{font-size:5vw;font-weight:800;line-height:.9;letter-spacing:-25px;letter-spacing:-8px;margin-bottom:30px;width:60%;margin-left:auto;text-align:end}.features-sec-container .subheading{width:60%;margin-left:auto;text-align:end}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:60px;margin-top:100px}.feature-card{display:flex;flex-direction:column;align-items:center;text-align:center}.feature-grid h3{font-size:3vw;font-weight:800;line-height:.9;letter-spacing:-5px;margin-bottom:20px}.feature-grid p{width:80%}.feature-grid img{margin:0 auto 30px;filter:drop-shadow(0px 0px 20px rgba(0,0,0,.3));height:200px}@media screen and (max-width: 960px){.features-sec-container h2{font-size:12vw;letter-spacing:-.05em;text-align:start;width:100%;margin-left:0}.features-sec-container .subheading{width:100%;margin-left:0;text-align:start}.feature-grid{grid-template-columns:repeat(1,1fr)}.feature-grid h3{font-size:10vw;letter-spacing:-.02em}.feature-grid img{width:100%}}.how-it-work-sec-wrapper{padding:100px 0}.how-it-work-sec-container h2{font-size:5vw;font-weight:800;line-height:.9;letter-spacing:-25px;letter-spacing:-8px;margin-bottom:30px;width:60%}.steps-container{display:grid;grid-template-columns:repeat(3,1fr);gap:60px;margin-top:100px}.step{display:flex;flex-direction:column;align-items:center;text-align:center;padding:60px 30px}.step.highlight{background:#f8fafc;border-radius:8px}.steps-container h3{font-size:3vw;font-weight:800;line-height:.9;letter-spacing:-5px;margin-bottom:20px}.steps-container p{width:80%}.steps-container img{margin:0 auto 30px;filter:drop-shadow(0px 0px 20px rgba(0,0,0,.1));height:200px}@media screen and (max-width: 960px){.how-it-work-sec-container h2{font-size:12vw;letter-spacing:-.05em;text-align:start;width:100%;margin-left:0}.steps-container{grid-template-columns:repeat(1,1fr)}.step{padding:30px 0}.steps-container h3{font-size:10vw;letter-spacing:-.02em}.steps-container img{width:100%}}.site-footer{background:#1554f8;color:#fff;text-align:center;padding:50px 20px;font-size:.9rem}.footer-trust{display:flex;justify-content:center;align-items:center;gap:1rem;padding:.8rem 0;background:#ffffff1a;margin-bottom:1rem}.footer-trust svg{vertical-align:middle;margin-right:.3rem}.site-footer p{padding-bottom:5px}.footer-legal{margin-bottom:.5rem}.footer-legal a{color:#fff;margin:0 10px}.footer-legal a:hover{text-decoration:underline;text-underline-offset:5px}.footer-legal span{opacity:.6}.footer-meta{opacity:.9;line-height:1.6;margin-top:10px}.about-hero-wrapper{height:100vh;overflow:hidden;position:relative}.about-hero-container{display:grid;grid-template-columns:1fr 1fr;gap:20px;height:calc(100% - 78.6px);margin-top:78.6px}.about-hero-container .about-hero-left{display:flex;flex-direction:column;justify-content:center;gap:20px}.about-hero-container h3{font-size:20px;text-transform:uppercase;letter-spacing:-1px;background-color:#1554f8cc;color:#fff;width:max-content;padding:5px 20px;border-radius:5px}.about-hero-container h1{font-size:5vw;font-weight:800;line-height:.9;letter-spacing:-25px;letter-spacing:-8px;margin-bottom:20px}.about-hero-container p{margin-top:30px}.about-hero-right{display:flex;justify-content:center;align-items:center}.about-hero-container .img-box{width:90%;height:660px;margin-left:auto}.about-hero-container img{width:100%;height:100%;object-fit:cover;border-radius:15px}@media screen and (max-width: 768px){.about-hero-wrapper{height:auto;padding-bottom:100px}.about-hero-container{grid-template-columns:1fr;gap:60px;height:auto}.about-hero-container .about-hero-left{text-align:center;align-items:center}.about-hero-container h3{font-size:18px;margin-bottom:20px}.about-hero-container h1{font-size:12vw;letter-spacing:-.05em;margin-bottom:0}.about-hero-right{display:flex;justify-content:center;align-items:center}.about-hero-container .img-box{height:auto;margin-left:0}}.mission-wrapper{padding:100px 0;background-color:#1554f8;color:#fff}.mission-container{display:grid;grid-template-columns:1fr 1fr;gap:20px}.mission-right{height:100%;display:flex;flex-direction:column;justify-content:center;gap:20px}.mission-container h2{font-size:5vw;font-weight:800;line-height:.9;letter-spacing:-25px;letter-spacing:-8px;margin-bottom:30px}.mission-points{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:30px}.mission-points li{display:flex;flex-direction:column;gap:20px}.mission-points img{width:100px}.mission-container .img-box{width:90%;height:660px}.mission-container .img-box img{width:100%;height:100%;object-fit:cover;border-radius:15px}@media screen and (max-width: 768px){.mission-wrapper{padding:100px 0;background-color:#1554f8;color:#fff}.mission-container{display:flex;flex-direction:column-reverse;gap:60px}.mission-right{text-align:center;align-items:center}.mission-container h2{font-size:12vw;letter-spacing:-.05em;margin-bottom:0}.mission-points{grid-template-columns:repeat(1,1fr);gap:50px;margin-top:60px}.mission-points img{width:100px;margin:0 auto}.mission-container .img-box{height:auto;margin:0 auto}}.how-we-different-wrapper{padding:100px 0}.how-we-different-wrapper h2{font-size:5vw;font-weight:800;line-height:.9;letter-spacing:-25px;letter-spacing:-8px;margin-bottom:30px;width:60%}.how-we-different-wrapper .subheading{width:40%}.difference-points{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:100px}.difference-points h3{font-size:3vw;font-weight:800;line-height:.9;letter-spacing:-5px;margin-bottom:20px}.point{text-align:center;padding:60px 30px}.point.highlight{background:#f8fafc;border-radius:8px}.point img{width:100px;margin-bottom:1rem}@media screen and (max-width: 768px){.how-we-different-wrapper h2{font-size:12vw;letter-spacing:-.05em;margin-bottom:0;width:100%;text-align:center}.how-we-different-wrapper .subheading{width:100%;text-align:center;margin-top:20px}.difference-points{grid-template-columns:repeat(1,1fr);gap:50px}.point{padding:30px 15px}.difference-points h3{font-size:10vw;letter-spacing:-.02em}}.privacy-policy-container button{background-color:#1554f8;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;margin-top:20px;font-weight:600}.privacy-policy{max-width:800px;margin:0 auto;padding:2rem;line-height:1.6;color:#333}.policy-header{text-align:center;margin-bottom:2rem;border-bottom:1px solid #eee;padding-bottom:1rem}.policy-section{margin-bottom:2rem}.policy-section h2{color:#1554f8;font-size:1.2rem;margin-bottom:.5rem}@media (max-width: 768px){.privacy-policy{padding:1rem}}.terms-container button{background-color:#1554f8;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;margin-top:20px;font-weight:600}.terms-conditions{max-width:800px;margin:0 auto;padding:2rem;font-family:Inter,sans-serif;line-height:1.6;color:#333}.terms-header{text-align:center;margin-bottom:2rem;border-bottom:1px solid #eee;padding-bottom:1rem}.effective-date{color:#666;font-size:.9rem}.intro-text{margin-bottom:2rem;padding:1rem;background-color:#f8fafc;border-radius:8px}.terms-section{margin-bottom:2rem}.terms-section h2{color:#1554f8;font-size:1.2rem;margin-bottom:.5rem}.responsibilities-list{padding-left:1.5rem}.responsibilities-list li{margin-bottom:.5rem}.contact-section{background-color:#f8fafc;padding:1.5rem;border-radius:8px}a{color:#1554f8;text-decoration:none}a:hover{text-decoration:underline}@media (max-width: 768px){.terms-conditions{padding:1rem}}
