.home-page>section.hero{background-color:#2c244b;width:100%;height:calc(100svh + 20px);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}.home-page>section.hero>.flower.left{position:absolute;top:-50px;left:0;width:150px}.home-page>section.hero>.flower.right{position:absolute;bottom:0;right:0;width:180px}.home-page>section.hero>div.text-area{display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center;color:#fff;width:90%;max-width:1000px;margin:60px auto 0}.home-page>section.hero>div.text-area h1{font-size:6vw;line-height:1;font-weight:700}.home-page>section.hero>div.text-area h1 span{font-family:inherit;font-weight:inherit;color:var(--primary-green)}.home-page>section.hero>div.text-area p{font-size:1rem;max-width:800px}.home-page>section.hero>div.text-area .buttons{display:flex;gap:16px}@media screen and (max-width: 786px){.home-page>section.hero>.flower.left{width:100px}.home-page>section.hero>.flower.right{width:120px}.home-page>section.hero>div.text-area h1{font-size:2.8rem}}.navbar{display:flex;justify-content:space-between;align-items:center;margin:0 100px -75px;background-color:#5d4d9f80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:10px 40px;position:sticky;top:20px;border-radius:1000px;z-index:20;box-shadow:0 2px 10px #0000001a}.navbar>a>img{width:100px;object-fit:contain}.navbar .links{display:flex;align-items:center;gap:32px}.navbar .links p{color:#fff;font-weight:500;cursor:pointer}.navbar .links p:hover{color:var(--primary-green)}.navbar>button{border:none;background-color:var(--primary-green);color:#fff;cursor:pointer}.navbar .mobile-menu,.navbar .mobile-menu-icon{display:none}@media screen and (max-width: 1024px){.navbar .links{display:none}}@media screen and (max-width: 768px){.navbar{width:350px;max-width:96%;margin-inline:auto;padding:15px 20px;position:sticky;top:15px;margin-bottom:-60px}.navbar .links,.navbar>button{display:none}.navbar .mobile-menu-icon{display:block;font-size:24px;cursor:pointer;color:#fff}.navbar>a>img{width:60px}.navbar .mobile-menu{position:fixed;top:0;left:0;width:100%;height:max-content;background-color:#2c244b;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;padding:20px;gap:32px;z-index:100;border-radius:8px;opacity:.5;pointer-events:none;transform:translateY(-120%)}.navbar .mobile-menu>aside{display:flex;align-items:center;justify-content:space-between}.navbar .mobile-menu>aside>a>img{width:60px}.navbar .mobile-menu>aside svg{font-size:24px;cursor:pointer;color:#fff}.navbar .mobile-menu .mobile-links{display:flex;flex-direction:column;gap:12px}.navbar .mobile-menu .mobile-links a,.navbar .mobile-menu .mobile-links p{padding:10px 0;color:#fff;cursor:pointer}.navbar .mobile-menu>button{border:none;padding:12px 16px;border-radius:8px;color:#fff;background-color:var(--primary-green);cursor:pointer}.navbar .mobile-menu.open{opacity:1;transform:translateY(0);pointer-events:all}}.app-store-button{display:inline-flex;align-items:center;gap:.75em;padding:.8em 1.5em;background-color:#fff;border:3px solid #1CCE9E;border-radius:1000px;cursor:pointer;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.app-store-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.app-store-button:active{transform:translateY(0)}.app-store-button .store-icon{height:2em;width:auto;object-fit:contain}.app-store-button .store-text{display:flex;flex-direction:column;align-items:flex-start;gap:.1em;color:#000}.app-store-button .store-text .store-label{font-size:.65em;font-weight:400;line-height:1}.app-store-button .store-text .store-name{font-size:1.1em;font-weight:600;line-height:1}@media screen and (max-width: 786px){.app-store-button{padding:.6em 1.2em}.app-store-button .store-icon{height:1.3em}.app-store-button .store-text .store-label{font-size:.55em}.app-store-button .store-text .store-name{font-size:.85em}}.google-play-button{display:inline-flex;align-items:center;gap:.75em;padding:.8em 1.5em;background-color:#fff;border:3px solid #1CCE9E;border-radius:1000px;cursor:pointer;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.google-play-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.google-play-button:active{transform:translateY(0)}.google-play-button .store-icon{height:2em;width:auto;object-fit:contain}.google-play-button .store-text{display:flex;flex-direction:column;align-items:flex-start;gap:.1em;color:#000}.google-play-button .store-text .store-label{font-size:.65em;font-weight:500;line-height:1;letter-spacing:.02em}.google-play-button .store-text .store-name{font-size:1.1em;font-weight:600;line-height:1}@media screen and (max-width: 786px){.google-play-button{padding:.6em 1.2em}.google-play-button .store-icon{height:1.3em}.google-play-button .store-text .store-label{font-size:.55em}.google-play-button .store-text .store-name{font-size:.85em}}.get-started-section{padding:4rem 2rem;background-color:#f5f3e8}.get-started-section .get-started-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}.get-started-section .get-started-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media (max-width: 968px){.get-started-section .get-started-content{grid-template-columns:1fr;gap:3rem}}.get-started-section .get-started-text h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:400;color:#666;margin:0 0 2rem;line-height:1.3}.get-started-section .get-started-text h2 strong{font-weight:700;color:#000}.get-started-section .get-started-text p{font-size:1rem;line-height:1.7;color:#555;margin:0 0 1.25rem}.get-started-section .get-started-text p strong{color:#000;font-weight:600}.get-started-section .get-started-text p.final-text{font-style:italic;color:#000}.get-started-section .get-started-text blockquote{margin:1.5rem 0;padding-left:1.5rem;border-left:4px solid #1DB591;font-size:1rem;line-height:1.7;color:#555}.get-started-section .get-started-text blockquote strong{color:#000;font-weight:600}.get-started-section .get-started-text .get-started-button{padding:1em 2.5em;background-color:#1db591;color:#fff;border:none;border-radius:2em;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;margin-top:1rem}.get-started-section .get-started-text .get-started-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #1db5914d}.get-started-section .get-started-text .get-started-button:active{transform:translateY(0)}.get-started-section .visual-image{border-radius:1.5rem;overflow:hidden;box-shadow:0 12px 32px #0000001f}.get-started-section .visual-image img{width:100%;height:auto;display:block;object-fit:cover}.services-section{padding:4rem 2rem;background-color:#1db591}.services-section .services-container{max-width:1200px;margin:0 auto}.services-section .services-header{margin-bottom:3rem}.services-section .services-header .services-badge{display:inline-block;background-color:#fff;padding:.4em 1em;border-radius:1em;font-size:.75rem;font-weight:600;letter-spacing:.05em;margin-bottom:1rem}.services-section .services-header h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600;color:#fff;margin:0 0 2rem;line-height:1.2}.services-section .services-header .app-buttons{display:flex;gap:1rem;flex-wrap:wrap}.services-section .services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;grid-auto-rows:auto}.services-section .services-grid .service-card{background-color:#fff;border-radius:1.5rem;overflow:hidden}.services-section .services-grid .service-card.large:nth-child(1){grid-column:span 2}.services-section .services-grid .service-card.small:nth-child(2){grid-column:span 1}.services-section .services-grid .service-card.small:nth-child(3){grid-column:span 1}.services-section .services-grid .service-card.large:nth-child(4){grid-column:span 2}.services-section .services-grid .service-card.large .card-content{display:flex;padding:2rem;gap:2rem;height:100%}.services-section .services-grid .service-card.large .card-content.vertical{flex-direction:column;padding:2rem}.services-section .services-grid .service-card.large .card-content .card-text{flex:1;display:flex;flex-direction:column;gap:1.25rem}.services-section .services-grid .service-card.large .card-content .card-image{flex:1;display:flex;align-items:center;justify-content:center;margin:-2rem -2rem -2rem 0}.services-section .services-grid .service-card.large .card-content .card-image img{width:100%;height:100%;object-fit:cover;border-radius:1.5rem 0 0 1.5rem}.services-section .services-grid .service-card.large .card-content.vertical .card-image{margin:0 -2rem -2rem}.services-section .services-grid .service-card.large .card-content.vertical .card-image img{border-radius:0 0 1.5rem 1.5rem}.services-section .services-grid .service-card.small.text-only .card-content{padding:2rem;display:flex;flex-direction:column;gap:1.25rem;height:100%}.services-section .services-grid .service-card.small.highlight{position:relative;display:flex;flex-direction:column}.services-section .services-grid .service-card.small.highlight .card-text-overlay{padding:2rem;position:relative;z-index:2}.services-section .services-grid .service-card.small.highlight .card-text-overlay .small-label{display:inline-block;font-size:.75rem;font-weight:600;color:#000;margin-bottom:.5rem}.services-section .services-grid .service-card.small.highlight .card-text-overlay h3{font-size:1.2rem;line-height:1.3;margin:0}.services-section .services-grid .service-card.small.highlight .card-image.full{flex:1}.services-section .services-grid .service-card.small.highlight .card-image.full img{width:100%;height:100%;object-fit:cover;display:block}.services-section .services-grid .service-card .service-icon{width:2.5rem;height:2.5rem;flex-shrink:0}.services-section .services-grid .service-card .service-icon img{width:100%;height:100%;object-fit:contain}.services-section .services-grid .service-card h3{font-size:1.4rem;font-weight:600;color:#000;margin:0;line-height:1.3}.services-section .services-grid .service-card .service-description{font-size:.95rem;line-height:1.6;color:#555;margin:0}.services-section .services-grid .service-card .service-features{padding:0;display:flex;flex-direction:column;gap:.75rem}.services-section .services-grid .service-card .service-features .feature{position:relative;padding:5px 10px;background-color:#f4f4f4;border-radius:8px;display:flex;align-items:center;gap:8px}.services-section .services-grid .service-card .service-features .feature img{width:20px;height:20px}.services-section .services-grid .service-card .service-features .feature p{font-size:.9rem;line-height:1.5;color:#333}.services-section .services-grid .service-card .service-button{padding:.9em 1.8em;background-color:#1db591;color:#fff;border:none;border-radius:2em;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;align-self:flex-start;margin-top:auto}.services-section .services-grid .service-card .service-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #1db5914d}.services-section .services-grid .service-card .service-button:active{transform:translateY(0)}@media (max-width: 968px){.services-section .services-grid{grid-template-columns:1fr}.services-section .services-grid .service-card.large:nth-child(1),.services-section .services-grid .service-card.small:nth-child(2),.services-section .services-grid .service-card.small:nth-child(3),.services-section .services-grid .service-card.large:nth-child(4){grid-column:span 1}.services-section .services-grid .service-card.large .card-content{flex-direction:column}.services-section .services-grid .service-card.large .card-content .card-image{margin:0 -2rem -2rem}.services-section .services-grid .service-card.large .card-content .card-image img{border-radius:0 0 1.5rem 1.5rem}.services-section .services-grid .service-card.large .card-content.vertical .card-image{margin:0 -2rem -2rem}.services-section .services-grid .service-card.large .card-content.vertical .card-image img{border-radius:0 0 1.5rem 1.5rem}}@media (max-width: 768px){.services-section .services-grid .service-card h3{font-size:1.2rem}.services-section .services-grid .service-card .service-description{font-size:.9rem}.services-section .services-grid .service-card .service-features li{font-size:.85rem}.services-section .services-grid .service-card.small.highlight .card-text-overlay h3{font-size:1.1rem}.services-section .services-grid .service-card.large .card-content .card-image img{height:300px}}.why-it-works-section{padding:4rem 2rem;background-color:#fff}.why-it-works-section .why-it-works-container{max-width:1200px;margin:0 auto}.why-it-works-section .section-header{margin-bottom:3rem}.why-it-works-section .section-header .section-label{display:inline-block;font-size:.75rem;font-weight:600;color:#999;letter-spacing:.1em;margin-bottom:.75rem}.why-it-works-section .section-header h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600;color:#000;margin:0;line-height:1.2}.why-it-works-section .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width: 968px){.why-it-works-section .features-grid{grid-template-columns:1fr;gap:2rem}}@media (min-width: 969px) and (max-width: 1200px){.why-it-works-section .features-grid{grid-template-columns:repeat(2,1fr)}}.why-it-works-section .features-grid .feature-item{background-color:#f5f5f5;border-radius:1.5rem;padding:2rem 2rem 10px;display:flex;flex-direction:column;gap:1rem}.why-it-works-section .features-grid .feature-item h3{font-size:1.2rem;font-weight:600;color:#000;margin:0;line-height:1.3}.why-it-works-section .features-grid .feature-item p{font-size:.95rem;line-height:1.6;color:#666;margin:0;flex:1}.why-it-works-section .features-grid .feature-item .feature-icon{margin-top:1rem;display:flex;align-items:center;justify-content:center;height:180px}.why-it-works-section .features-grid .feature-item .feature-icon img{width:100%;max-width:200px;height:auto;object-fit:contain}.faqs{padding:100px 20px;background-color:#fafafa}.faqs .faqs-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.5fr;gap:80px;align-items:start}@media (max-width: 968px){.faqs .faqs-container{grid-template-columns:1fr;gap:40px}}.faqs .faqs-left{position:sticky;top:100px;display:flex;flex-direction:column;gap:20px}@media (max-width: 968px){.faqs .faqs-left{position:static}}.faqs .faqs-left h2{font-size:2.8rem;font-weight:600;color:#000;margin:0;line-height:1.2}@media (max-width: 768px){.faqs .faqs-left h2{font-size:2rem}}.faqs .faqs-left p{font-size:1rem;color:#555;margin:0;line-height:1.6}.faqs .faqs-left .contact-button{padding:.9em 2em;background-color:#000;color:#fff;border:none;border-radius:2em;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;align-self:flex-start;margin-top:10px}.faqs .faqs-left .contact-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003}.faqs .faqs-left .contact-button:active{transform:translateY(0)}.faqs .faqs-right .accordion-container{display:flex;flex-direction:column;gap:16px}.faqs .faqs-right .accordion-container .faq-item{background-color:#fff;border-radius:12px;cursor:pointer;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.faqs .faqs-right .accordion-container .faq-item .faq-header{padding:24px 32px;display:flex;align-items:center;justify-content:space-between;gap:20px}.faqs .faqs-right .accordion-container .faq-item .faq-header h4{font-size:1.1rem;font-weight:600;color:#000;flex:1;margin:0}.faqs .faqs-right .accordion-container .faq-item .faq-header .icon{font-size:.9rem;color:#000;display:flex;align-items:center;flex-shrink:0}@media (max-width: 768px){.faqs .faqs-right .accordion-container .faq-item .faq-header{padding:20px}.faqs .faqs-right .accordion-container .faq-item .faq-header h4{font-size:1rem}}.faqs .faqs-right .accordion-container .faq-item .faq-body{max-height:0;padding:0 32px;transition:all .3s ease-in-out;opacity:0}.faqs .faqs-right .accordion-container .faq-item .faq-body p{font-size:1rem;color:#555;line-height:1.7;padding-bottom:24px;margin:0}@media (max-width: 768px){.faqs .faqs-right .accordion-container .faq-item .faq-body{padding:0 20px}.faqs .faqs-right .accordion-container .faq-item .faq-body p{font-size:.9rem}}.faqs .faqs-right .accordion-container .faq-item.active .faq-body{max-height:300px;opacity:1}.faqs .faqs-right .accordion-container .faq-item:hover{box-shadow:0 4px 16px #0000001a}.banner-section{background-color:#1028bc;width:100%;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;padding:100px 40px}.banner-section>.flower.left{position:absolute;top:-50px;left:0;width:150px}.banner-section>.flower.right{position:absolute;bottom:0;right:0;width:180px}.banner-section>.main{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;color:#fff;text-align:center;width:1100px;max-width:95%;height:400px;position:relative}.banner-section>.main *{position:relative;z-index:2}.banner-section>.main>.star.left{position:absolute;bottom:0;left:0;width:80px;z-index:1}.banner-section>.main>.star.right{position:absolute;top:0;right:0;width:90px;z-index:1}.banner-section>.main h2{font-size:4vw;font-weight:700;line-height:1.2;max-width:80%}.banner-section>.main p{font-size:1.2rem;line-height:1.4;max-width:700px}.banner-section>.main .buttons{display:flex;align-items:center;gap:20px}@media screen and (max-width: 786px){.banner-section{padding:50px 20px}.banner-section>.flower.left{width:120px}.banner-section>.flower.right{width:120px}.banner-section>.main{height:max-content}.banner-section>.main>.star.left{width:60px}.banner-section>.main>.star.right{width:70px}.banner-section>.main h2{font-size:3rem}.banner-section>.main p{font-size:1rem}}.footer{background-color:#1a1430;color:#fff;padding:0}.footer .top{max-width:1200px;margin:0 auto;padding:60px 40px;display:grid;grid-template-columns:1.2fr .8fr .8fr 1.2fr;gap:60px}@media (max-width: 1024px){.footer .top{grid-template-columns:repeat(2,1fr);gap:40px;padding:50px 30px}}@media (max-width: 640px){.footer .top{grid-template-columns:1fr;gap:40px;padding:40px 20px}}.footer .top .one{display:flex;flex-direction:column;gap:16px}.footer .top .one img{height:40px;width:auto;object-fit:contain;align-self:flex-start}.footer .top .one p{font-size:.95rem;line-height:1.6;color:#ffffffb3;margin:0}.footer .top .two{display:flex;flex-direction:column;gap:16px}.footer .top .two .link{font-size:.95rem;color:#ffffffd9;cursor:pointer}.footer .top .two .link:hover{color:#1db591}.footer .top .three{display:flex;flex-direction:column;gap:16px}.footer .top .three a{font-size:.95rem;color:#ffffffd9;text-decoration:none}.footer .top .three a:hover{color:#1db591}.footer .top .four{display:flex;flex-direction:column;gap:16px}.footer .top .four h3{font-size:1.25rem;font-weight:600;color:#fff;margin:0 0 8px}.footer .top .four h5{font-size:.9rem;font-weight:500;color:#ffffffb3;margin:16px 0 8px}.footer .top .four .newsletter-container{display:flex;gap:8px;background-color:#fff;border-radius:8px;padding:4px;align-items:center}.footer .top .four .newsletter-container input{flex:1;padding:12px 16px;border:none;background:transparent;font-size:.95rem;font-family:inherit;color:#000;outline:none}.footer .top .four .newsletter-container input::placeholder{color:#999}.footer .top .four .newsletter-container input:disabled{opacity:.6;cursor:not-allowed}.footer .top .four .newsletter-container .btn1{padding:12px 24px;background-color:#1db591;color:#fff;border:none;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;white-space:nowrap}.footer .top .four .newsletter-container .btn1:hover:not(:disabled){opacity:.9;transform:scale(1.02)}.footer .top .four .newsletter-container .btn1:disabled{opacity:.6;cursor:not-allowed}.footer .top .four .socials{display:flex;gap:16px;align-items:center}.footer .top .four .socials a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#ffffff1a;border-radius:50%;color:#fff;font-size:1.1rem;text-decoration:none}.footer .top .four .socials a:hover{background-color:#1db591;transform:translateY(-3px)}.footer .top .four .socials a svg{width:18px;height:18px}.footer .bottom{width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#1a1430}.footer .bottom img{width:100%;max-width:100%;height:auto;display:block;object-fit:cover}:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary-violet: #141022;--primary-green: #16A57E}*{box-sizing:border-box;padding:0;margin:0;transition:all .3s ease-in-out;font-family:Host Grotesk,sans-serif}body{margin:0;padding:0}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:Hubot Sans,sans-serif}button{padding:10px 20px;border-radius:1000px;outline:none;width:max-content;border:1px solid #F9F9F9;cursor:pointer;display:flex;align-items:center;gap:4px}.btn1{background-color:var(--primary-violet);border-color:var(--primary-violet);color:#f9f9f9}.btn1:hover{background-color:#0003;color:var(--primary-violet)}.btn2{color:#000;background-color:#f9f9f9;border-color:#f9f9f9}.btn2:hover{color:#f9f9f9;background-color:#10111333}.btn-transparent{background-color:transparent;color:#f9f9f9}.btn-transparent:hover{background-color:#f9f9f9;color:#101113}
