@import url(https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Funnel+Sans:ital,wght@0,300..800;1,300..800&display=swap);*{box-sizing:border-box;margin:0;padding:0}:root{--primary-dark:#030114;--gradient-dark:radial-gradient(88.05% 88.05% at 50% 50%,#0a0442 0%,#000 100%);--accent-green:#3d7b2e;--white:#fff;--text-dark:#141414;--text-white-60:#fff9;--text-white-66:#ffffffa8;--text-white-14:#ffffff24;--button-gradient:linear-gradient(92.78deg,#ffb300 -30.72%,#8e6400 139.14%);--card-bg:#f1f5f7;--testimonial-bg:#040211;--gray-text:#696969;--gray-600:#868686;--font-chakra:"Chakra Petch",sans-serif;--font-inter:"Inter",sans-serif;--font-script:"Mrs Saint Delafield",cursive;--font-figtree:"Figtree",sans-serif;--mobile:320px;--tablet:768px;--desktop:1024px;--large:1200px}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#030114;background-color:var(--primary-dark);background-image:"./assets/dot.png";color:#141414;color:var(--text-dark);font-family:Inter,sans-serif;font-family:var(--font-inter);line-height:1.6;margin:0}.chakra-font{font-family:Chakra Petch,sans-serif;font-family:var(--font-chakra)}.inter-font{font-family:Inter,sans-serif;font-family:var(--font-inter)}.script-font{font-family:Mrs Saint Delafield,cursive;font-family:var(--font-script)}.container{max-width:1512px;padding:0 20px}@media (max-width:768px){.container{padding:0 16px}}.text-center{text-align:center}.text-white{color:#fff;color:var(--white)}.text-dark{color:#141414;color:var(--text-dark)}.text-green{color:#3d7b2e;color:var(--accent-green)}.bg-dark{background:#030114;background:var(--primary-dark)}.bg-white{background:#fff;background:var(--white)}.bg-gradient{background:radial-gradient(88.05% 88.05% at 50% 50%,#0a0442 0,#000 100%);background:var(--gradient-dark)}.btn{align-items:center;border:none;border-radius:24px;cursor:pointer;display:inline-flex;font-family:Chakra Petch,sans-serif;font-family:var(--font-chakra);font-weight:700;gap:8px;justify-content:center;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(92.78deg,#ffb300 -30.72%,#8e6400 139.14%);background:var(--button-gradient)}.btn-outline,.btn-primary{color:#fff;color:var(--white);font-size:15px;padding:14px 26px}.btn-outline{background:#0000;border:1px solid #ffffff59}.btn-verify{background:#030114;background:var(--primary-dark);border-radius:29px;color:#fff;color:var(--white);font-size:15px;padding:14px 26px}.btn:hover{box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.hero-title{color:#fff;font-family:Chakra Petch,sans-serif;font-size:clamp(2rem,6vw,5.6875rem)}.section-title{font-size:clamp(2rem,5vw,4.46rem);line-height:1.2}.large-stat,.section-title{font-family:Chakra Petch,sans-serif;font-family:var(--font-chakra);font-weight:700}.large-stat{font-size:clamp(2rem,4vw,3.98rem);line-height:1.3}.body-text{font-size:clamp(.875rem,2vw,1rem);line-height:1.6}.body-text,.large-body{font-family:Inter,sans-serif;font-family:var(--font-inter)}.large-body{font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.5}.background-text{color:#ffffff24;font-family:Chakra Petch,sans-serif;font-size:clamp(8rem,20vw,22.55rem)}.form-group{margin-bottom:1.5rem}.form-group label{color:#141414;color:var(--text-dark);display:block;font-weight:600;margin-bottom:.5rem}.form-input{border:1px solid #e1e1e1;border-radius:8px;font-family:var(--font-inter);font-size:16px;padding:12px 16px}.form-input:focus{border-color:#3d7b2e;border-color:var(--accent-green);box-shadow:0 0 0 3px #3d7b2e1a;outline:none}textarea.form-input{min-height:120px}.card{background:#fff;background:var(--white);border:1px solid #f0f0f0;border-radius:26px;padding:2rem;transition:all .3s ease}.card:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-4px)}.faq-item{background:#f1f5f7;border-radius:10px}.faq-question{font-family:Inter,sans-serif;font-size:1.3rem}.faq-answer{color:#868686}.fade-in-up{animation:fadeInUp .6s ease-out forwards}.responsive-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:768px){.responsive-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.responsive-grid{grid-template-columns:repeat(3,1fr)}}.responsive-grid-4{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:600px){.responsive-grid-4{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.responsive-grid-4{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.mobile-hidden{display:none}.mobile-menu{background:#fff;background:var(--white);height:100vh;left:0;position:fixed;top:0;transform:translateX(-100%);transition:transform .3s ease;width:100%;z-index:1000}.mobile-menu.active{transform:translateX(0)}}.App{text-align:left}.page{min-height:calc(100vh - 120px);padding-top:63px}.loading{align-items:center;display:flex;justify-content:center;min-height:200px}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top:4px solid var(--accent-green);height:40px;width:40px}.page-enter{opacity:0;transform:translateY(20px)}.page-enter-active{opacity:1;transform:translateY(0);transition:opacity .3s,transform .3s}.page-exit{opacity:1}.page-exit-active{opacity:0;transition:opacity .3s}.header{background:var(--white);box-shadow:0 2px 10px #0000001a;left:0;padding:5px;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:10000}.header.scrolled{box-shadow:0 2px 20px #00000026}.nav-container{align-items:center;display:flex;height:63px;width:100%}.nav-logo{text-decoration:none;z-index:1001}.logo-text{align-items:flex-start;display:flex;flex-direction:column}.logo-img{top:11px;width:175px}.logo-greeting{font-size:10px;margin-bottom:2px}.logo-greeting,.logo-name{color:var(--text-dark);font-family:var(--font-chakra);line-height:1}.logo-name{font-size:16px;font-weight:700}.nav-menu{margin-left:2rem}.nav-links,.nav-menu{align-items:center;display:flex}.nav-links{gap:2rem}.nav-link{color:var(--text-dark);font-family:var(--font-inter);font-size:12px;position:relative;text-decoration:none;text-transform:uppercase;transition:color .3s ease}.nav-link:hover{color:var(--accent-green)}.nav-link:after{background:var(--accent-green);bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover:after{width:100%}.nav-actions{align-items:center;display:flex;gap:1rem;position:absolute;right:10px;z-index:1001}.mobile-verify-btn-container{display:none}.mobile-verify-only{padding:8px 16px}.nav-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;padding:8px;z-index:1001}.nav-toggle span{background:var(--text-dark);border-radius:2px;height:3px;margin:2px 0;transition:all .3s ease;width:24px}.nav-toggle.active span:first-child{transform:rotate(45deg) translate(7px,7px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-overlay{background:#00000080;height:100vh;left:0;position:fixed;top:0;width:100%;z-index:999}@media (max-width:768px){.nav-toggle{display:flex;position:absolute;right:10px}.nav-menu{background:var(--white);box-shadow:-5px 0 20px #0000001a;flex-direction:column;height:100vh;justify-content:flex-start;padding-top:80px;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .3s ease;width:280px}.nav-menu.active{transform:translateX(0)}.nav-links{align-items:flex-start;flex-direction:column;gap:2rem;padding:0 2rem;width:100%}.nav-link{border-bottom:1px solid #f0f0f0;font-size:18px;padding:.5rem 0;width:100%}.nav-actions{display:none}.mobile-verify-btn-container{display:flex;position:absolute;right:60px;top:50%;transform:translateY(-50%)}.logo-greeting{font-size:8px}.logo-name{font-size:14px}}@media (max-width:1024px) and (min-width:769px){.nav-links{gap:1.5rem}.nav-link{font-size:11px}}.footer{background:var(--primary-dark);color:var(--white);margin-top:auto}.footer-banner{width:100%}.footer-banner-img{height:100%;max-height:500px;object-fit:fill;object-position:center;width:100vw}.footer-container{overflow:hidden;padding:3rem 0 2rem}.footer-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(2,350px);justify-content:space-between;margin-bottom:3rem}.contact-heading{margin-bottom:.7rem}.contact-heading .phone{color:#a2a2a2;text-decoration:none}.footer-social-links{align-items:center;border-radius:12px;display:flex;gap:20px}.footer-social-links img{filter:invert(100%)}.footer-social-links li{list-style:none}.footer-bottom{align-items:center;border-top:1px solid #ffffff1a;display:flex;flex-direction:column;gap:1rem;padding-bottom:2rem;padding-top:2rem;text-align:center}.footer-logo .logo-text{color:var(--white);font-family:var(--font-chakra);font-size:1.5rem;font-weight:700}.footer-copyright{color:var(--gray-600);font-size:.875rem;line-height:1.5;max-width:700px}.navigation-links .footer-links{display:flex;gap:1.5rem;justify-content:start!important;text-align:left}.footer .footer-links a{color:var(--gray-600);font-size:.95rem;font-size:clamp(.7rem,1vw,.9rem);text-decoration:none;transition:color .3s ease}.footer .footer-links{display:flex;gap:2rem;justify-content:center;list-style:none;padding:0;width:100%}.navigation-links .social-logos{margin-top:1.5rem}.footer-query{max-width:350px}.media-query .query-heading{font-size:1.3rem;font-weight:700;margin-bottom:1rem;margin-left:.8rem;text-align:left}.footer-query .query-description{color:#6d6d6d;font-size:1rem;margin-bottom:1rem;text-align:left}.mobile-social-logos{display:none}.page-links{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;justify-content:space-between}.page-links a{color:var(--white);font-size:clamp(.7rem,1vw,1rem);text-decoration:none;text-transform:uppercase}.disclaimer{color:#6d6d6d;font-size:clamp(.5rem,1vw,.7rem);margin:10px auto;max-width:60vw;text-align:center}@media (max-width:768px){.footer-banner{height:150px}.footer-container{padding:2rem 0 1.5rem}.footer-grid{gap:0;grid-template-columns:1fr;margin-bottom:2rem}.footer-section h3.footer-title{font-size:1rem;margin-bottom:1rem}.footer-support .support-item{margin-bottom:1.5rem}.footer-bottom{gap:.75rem;padding-bottom:1.5rem;padding-top:1.5rem}.footer-logo .logo-text{font-size:1.25rem}.footer-copyright{font-size:.8rem;margin:0 auto;max-width:1100px;padding:0 1rem}.footer-links{flex-direction:row!important}.footer-social-links,.navigation-links .footer-links{justify-content:center!important}.navigation-links{display:flex;flex-direction:column-reverse;gap:1rem;order:2}.social-logos{display:none}.mobile-social-logos{display:flex;justify-content:center;padding:1rem}.disclaimer{margin:10px auto;max-width:80vw}}.footer-links{text-align:center!important}@media (max-width:1024px) and (min-width:769px){.footer-grid{gap:2.5rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:450px){.footer-copyright span{display:block}.footer-query{display:none}.disclaimer{margin:10px;max-width:100vw}}.footer-banner{background:linear-gradient(135deg,#f5f5f5,#e8e8e8);overflow:hidden;position:relative}.footer-banner-content{align-items:center;display:flex;gap:4rem;margin:0 2rem;padding:0 2rem;position:relative;z-index:2}.banner-text-section{flex:1 1;text-align:center}.banner-title{color:#1a1a1a;font-family:Arial,sans-serif;font-family:var(--font-chakra,"Arial",sans-serif);font-size:clamp(1.8rem,5vw,4.5rem);font-weight:700;line-height:1.2;margin-bottom:1.5rem}.app-store-buttons{display:flex;gap:1rem;justify-content:center}.app-store-btn{border-radius:12px;display:inline-block;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.app-store-btn:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-2px)}.store-btn-img{display:block;height:5rem;width:auto}.banner-phone-section{align-items:center;display:flex;justify-content:center;position:relative}.phone-mockup{position:relative;transition:transform .3s ease}.phone-image{filter:drop-shadow(0 20px 40px rgba(0,0,0,.2));height:100%;margin-top:3rem;max-height:500px;max-width:100%;object-fit:contain;transform:scale(1.2)}.banner-phone-section:before{background:radial-gradient(circle,#ffc1091a 0,#0000 70%);height:200px;right:-10%;top:-20%;width:200px}.banner-phone-section:after,.banner-phone-section:before{border-radius:50%;content:"";position:absolute;z-index:-1}.banner-phone-section:after{background:radial-gradient(circle,#1414140d 0,#0000 70%);bottom:-15%;height:150px;left:-5%;width:150px}@media (max-width:768px){.footer-banner{padding:3rem 0}.footer-banner-content{flex-direction:column;gap:2.5rem;padding:0 1rem;text-align:center}.banner-phone-section{display:none}.footer-banner{min-height:200px}.banner-text-section{max-width:100%;order:2}.banner-title{margin-bottom:1.5rem}.app-store-buttons{gap:.75rem;justify-content:center}.store-btn-img{height:50px}.banner-phone-section{margin-bottom:1rem;order:1}.phone-mockup{transform:rotate(-2deg)}.phone-image{max-height:300px}.banner-phone-section:after,.banner-phone-section:before{display:none}}@media (max-width:480px){.app-store-buttons{align-items:center}.store-btn-img{height:45px}.phone-image{max-height:250px}.app-store-btn{max-width:150px;width:100%}.app-store-btn img{width:100%}}@media (max-width:1024px) and (min-width:769px){.footer-banner-content{gap:3rem}.banner-title{font-size:2.5rem}.phone-image{max-height:350px}.story-grid{grid-template-columns:1fr!important}}.footer-banner-content>*{animation:fadeInUp .8s ease-out}.banner-phone-section{animation-delay:.2s}.main-section{background:var(--white);position:relative}.main-content{align-items:center;border-bottom:2px solid #a2a2a2;display:flex;justify-content:space-evenly}.community-text{color:#0009;font-family:var(--font-inter);font-size:clamp(1rem,2vw,1.12rem);line-height:1.4;max-width:234px}.content-center,.main-title{text-align:center}.main-title{color:var(--text-dark);font-family:var(--font-chakra);font-size:clamp(2rem,5vw,4.46rem);font-weight:700;line-height:1.1;margin-bottom:2rem}.accent-text{color:var(--accent-green)}.stats-container{display:flex;gap:3rem;margin:2rem 0}.stat-item{text-align:center}.stat-number{color:var(--text-dark);margin-bottom:.5rem}.stat-label{color:var(--gray-text);font-family:var(--font-inter);font-size:clamp(.9rem,2vw,1.12rem);font-weight:700}.question-content{padding:4rem 0}.main-description{color:var(--text-dark);font-family:var(--font-inter);font-size:clamp(1rem,2vw,1.12rem);line-height:1.4;text-align:center}.problems-section{background:var(--white);padding-bottom:4rem;position:relative;top:-2px}#about,#resources,#story,#why{scroll-margin-top:80px;scroll-margin-top:var(--header-height,80px)}.problems-section h2{font-size:clamp(1.3rem,3vw,2.8rem)}.problems-grid{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.problem-card{background:var(--white);border:1px solid #f0f0f0;border-radius:26px;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.problem-icon{font-size:3rem;margin-bottom:1rem}.problem-title{color:var(--text-dark);font-family:var(--font-chakra);font-size:clamp(1.2rem,3vw,1.61rem);font-weight:700;margin-bottom:1rem;text-align:left}.problem-description{color:#1414147a;font-size:1rem;line-height:1.5;text-align:left}.story-section{padding:6rem 0 0;position:relative}.story-content{color:var(--white)}.story-header{margin:0 auto 3rem;max-width:1119px}.story-label{color:#fff;font-family:var(--font-figtree);font-size:20.762px;font-style:normal;font-weight:400;letter-spacing:4.775px;line-height:normal;text-align:left}.story-grid{align-items:center;display:grid;grid-template-columns:1fr 1fr;text-align:left}.story-image{max-width:100vw;position:relative;text-align:center;width:100%}.story-image img{max-width:90vw}.story-image-placeholder{align-items:center;background:#ffffff1a;border:2px dashed #ffffff4d;border-radius:43px;display:flex;height:529px;justify-content:center;margin:0 auto 1rem;text-align:center;width:558px}.signature{color:var(--white);font-size:2.88rem;line-height:.95;text-align:center}.story-text{margin:0 auto;max-width:595px;padding-bottom:36px}.story-text p{margin-bottom:1.5rem}.story-stats{display:flex;gap:2rem;justify-content:center}.story-stats .link{text-decoration:none}.story-stat-card{background:#151229;border-radius:19px;min-width:80px;padding:10px;text-align:center;width:100%}.youtube-icon{color:red;filter:drop-shadow(0 0 19px rgba(255,0,0,.25));margin-bottom:.5rem}.story-stat-card .stat-number{color:var(--white);font-family:var(--font-chakra);font-size:clamp(1rem,3vw,2rem);font-weight:500;line-height:.5;margin:0!important}.story-stat-card .stat-label{color:var(--white);font-family:var(--font-chakra);font-size:clamp(.6rem,2vw,1rem)!important;letter-spacing:3px;margin-top:.5rem}.cta-section{background:var(--white);padding:4rem 0 0}.cta-section>div{margin:0 auto;max-width:1100px}.cta-question{display:block!important;font-size:clamp(1.5rem,4vw,4rem)!important;font-weight:400!important;margin-bottom:3rem!important;max-width:1095px;text-align:center;text-align:left}.cta-grid{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:2fr 1fr}.cta-image img{border-radius:20px;max-width:709px;width:100%}.cta-image-placeholder{align-items:center;background:var(--card-bg);border:2px dashed #ccc;border-radius:43px;display:flex;height:502px;justify-content:center;text-align:center;width:709px}.cta-text p{margin-bottom:1.5rem}.cta-button{border-radius:10px!important}.crown-icon{filter:invert(100%)}.summit-section{background:var(--white);padding:4rem 0}.summit-images{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:3rem}.Summit_text{font-family:var(--font-chakra);font-size:clamp(.8rem,2.5vw,2.5rem)!important;margin-top:27px}.Summit_text span{font-weight:400}.summit-image-placeholder{align-items:center;background:var(--card-bg);border:2px dashed #ccc;border-radius:38px;display:flex;height:329px;justify-content:center;text-align:center;width:100%}.faq-section{padding:1rem 0}.faq-title{margin-bottom:1rem}.faq-list{margin:3rem auto 0;max-width:1174px}.faq-question{background:var(--card-bg);border-radius:10px;font-size:clamp(1rem,2.5vw,1.31rem);padding:1.5rem 2rem;transition:all .3s ease}.faq-question span{font-weight:400}.faq-question:hover{background-color:#e8ecf0}.faq-arrow{color:#0e0e0ee0}.faq-answer{padding:0 2rem 1.5rem}@media (max-width:768px){.main-content{flex-direction:column;gap:rem;grid-template-columns:0fr;padding-top:2rem;text-align:center}.stats-container{gap:1.5rem}.problems-grid{flex-wrap:wrap;gap:1.5rem}.story-header{text-align:left}.story-label{font-size:16px}.story-grid{gap:2rem;grid-template-columns:1fr;text-align:left}.story-image-placeholder{height:285px;width:300px}.story-stats{gap:1rem}.testimonial-grid{flex-direction:column;gap:2rem;grid-template-columns:1fr;text-align:center}.testimonial-section .left-arrow,.testimonial-section .right-arrow{display:none}.testimonial-left-content{gap:1rem}.cta-grid{gap:0;grid-template-columns:1fr}.cta-image-placeholder{height:213px;width:300px}.summit-images{gap:1.5rem;grid-template-columns:1fr}.summit-section{padding:0;position:relative;top:-1px}.slider-container{margin:0 auto!important}.Summit_text{margin:0;padding-bottom:1rem;position:relative;top:-20px}.services-grid{gap:2rem;grid-template-columns:1fr}.services-section-home{padding:3rem 0 0!important}.service-card{aspect-ratio:3/4}.service-image{height:50%}.service-content{height:50%;padding:1rem}.faq-question{font-size:1rem;padding:1rem 1.5rem}.faq-question img{height:10px;width:18px}.cta-section{padding:3rem 0 0}.cta-section .cta-button{margin-top:1.5rem}.cta-section .large-body{margin-bottom:0}.cta-section .cta-image{margin-bottom:1rem}.cta-question{margin-bottom:1rem!important}.slide img{max-width:100vw;width:100%}.faq-answer{padding:0 1.5rem 1rem}}@media (max-width:1024px) and (min-width:769px){.main-content{gap:2rem;grid-template-columns:1fr 2fr}.problems-grid{grid-template-columns:repeat(2,1fr)}.story-grid{gap:3rem}.story-image-placeholder{height:380px;width:400px}.cta-image-placeholder{height:355px;width:500px}.services-grid{gap:2rem}.services-grid,.summit-images{grid-template-columns:repeat(2,1fr)}.summit-images{gap:1.5rem}}@media (min-width:1400px){.container{max-width:1400px}.hero-content{max-width:900px}.main-content,.services-grid{gap:4rem}}@media (max-width:550px){.story-section{padding:3rem 0 0}.services-title span{display:block}.service-content{margin-bottom:2rem;text-align:center}.title-text{max-width:100%!important}.main-title{font-size:1.5rem}}.line-through-trading{color:#00000069;font-family:Chakra Petch;text-decoration:line-through;-webkit-text-decoration-color:#3d7b2e;text-decoration-color:#3d7b2e}.fail{color:red}.change,.fail{font-family:Chakra Petch}.change{color:#fff;font-size:clamp(2rem,4vw,4.3rem);font-style:normal;font-weight:700;line-height:normal}.slider-container{margin:40px auto;overflow:hidden;position:relative;width:100%}.slider-wrapper{display:flex;transition:transform .6s ease-in-out}.slide{box-sizing:border-box;padding:10px}.slide img{border-radius:12px;display:block;height:auto;max-height:329px;min-height:329px;object-fit:contain}.nav-btn{background:#00000080;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:18px;padding:12px 18px;position:absolute;top:50%;transform:translateY(-50%);z-index:10}.nav-btn:hover{background:#000c}.prev{left:10px}.next{right:10px}.hero-section{align-items:center;background:var(--primary-dark);display:flex;margin-top:73px;overflow:hidden;position:relative}.hero-container{padding:2rem 0;position:relative;width:100%}.background-text{color:var(--text-white-14);font-family:var(--font-chakra);font-size:clamp(7rem,28vw,22.55rem);font-weight:700;left:50%;opacity:.4;pointer-events:none;position:absolute;top:0;transform:translate(-50%,-25%);-webkit-user-select:none;user-select:none;z-index:1}.hero-blur-effect{background:#141154;border-radius:50%;filter:blur(300px);height:1027px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:1026px;z-index:2}.hero-circles{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:3}.circle{border:1px solid #140b61;top:50%;z-index:-10}.circle-1{height:464px;transform:translate(-50%);width:464px}.circle-2{height:654px;transform:translate(-50%,-10%);width:654px}.circle-3{height:1026px;transform:translate(-50%,-30%);width:1026px}.hero-content{margin:0 auto;max-width:800px;padding:0 2rem;position:relative;text-align:center;z-index:4}.hero-title{color:var(--white);font-family:var(--font-chakra);font-size:clamp(2.5rem,6vw,5.8rem)!important;font-weight:700;line-height:1.1;margin-bottom:1.5rem}.hero-subtitle{color:var(--text-white-60);font-size:clamp(.9rem,2vw,1rem)!important;line-height:1.6;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:750px;position:relative;z-index:99}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem;position:relative;z-index:99}.hero-buttons button{color:#fff!important}.hero-btn-primary{align-items:center;background:var(--button-gradient);border:none;border-radius:25px;box-shadow:0 4px 15px #ffc1094d;color:var(--primary-dark);cursor:pointer;display:flex;font-family:var(--font-chakra);font-size:1rem;font-weight:700;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.hero-btn-primary:hover{box-shadow:0 6px 20px #ffc10966;transform:translateY(-2px)}.hero-btn-secondary{background:#0000;border:2px solid #fff3;border-radius:25px;color:var(--white);cursor:pointer;font-family:var(--font-chakra);font-size:1rem;font-weight:500;padding:.75rem 1.5rem;transition:all .3s ease}.hero-btn-secondary:hover{background:#ffffff0d;border-color:#fff6}.hero-profile-section{display:flex;justify-content:center;position:relative}.hero-profile-image{display:inline-block;margin-bottom:3.5rem;min-height:210px;position:relative;width:100%}.hero-image-home{border-radius:43px;height:304px;left:calc(50% - 147.005px);object-fit:cover;position:absolute;top:0;width:320px;z-index:99}.profile-badge{background:var(--white);border-radius:25px;box-shadow:0 0 76px #ffffff85;display:flex;flex-direction:column;height:70px;justify-content:center;left:13%;padding:.5rem 1rem;position:absolute;text-align:center;top:60%;width:200px;z-index:99}.badge-title{font-size:1.8rem;font-weight:800;margin-bottom:.25rem}.badge-subtitle,.badge-title{color:var(--primary-dark);font-family:var(--font-chakra);line-height:1}.badge-subtitle{font-size:.875rem}.subscriber-badge{align-items:center;background:var(--button-gradient);border-radius:17px;box-shadow:0 0 51px #ffc10985;color:var(--primary-dark);display:flex;font-family:var(--font-chakra);font-size:clamp(.75rem,1.4vw,1.25rem);font-weight:800;gap:.5rem;height:50px;justify-content:center;left:62%;max-width:230px;padding:.5rem 1rem;position:absolute;top:100%;width:100%;z-index:99}@media (max-width:650px){.profile-badge{left:0;top:70%}}@media (max-width:768px){.hero-circles{display:none}.hero-blur-effect{filter:blur(200px);height:600px;width:600px}.hero-buttons{align-items:center;gap:.75rem;margin-bottom:2rem}.hero-btn-primary,.hero-btn-secondary{justify-content:center;width:210px}.hero-profile-image{margin:0}.hero-image-home{height:238px;width:250px}.profile-badge{height:60px;width:130px}.badge-title{font-size:1rem}.badge-subtitle{font-size:.75rem}.subscriber-badge{height:40px;left:58%;top:75%;width:160px}}@media (max-width:1024px) and (min-width:769px){.hero-blur-effect{height:800px;width:800px}.background-text{transform:translate(-50%,-10%)}.circle-3{height:600px;width:600px}.circle-2{height:500px;width:500px}.circle-1{height:350px;width:350px}.hero-image-home{height:266px;width:280px}.subscriber-badge{height:42px;width:180px}}.services-section-home{background:radial-gradient(88.05% 88.05% at 50% 50%,#0a0442 0,#000 100%);overflow:hidden;padding:6rem 0 2rem;position:relative}.services-content{position:relative;text-align:center}.services-title{color:var(--white);font-family:var(--font-chakra);font-size:clamp(2rem,4vw,3.5rem);font-weight:700;line-height:1.2;margin-bottom:4rem}.services-title span{color:#df9d01}.service-card-home{align-items:center;color:var(--white);display:flex;justify-content:space-around;text-align:left}.service-card-home .service-content{max-width:340px;position:relative;z-index:99}.service-card-home .description-text{color:var(--gray-text);font-size:clamp(.8rem,4vw,1.2rem)}.service-card-home .service-image-container{position:relative;z-index:2}.service-card-home .service-image-container:before{background:linear-gradient(275.69deg,#0a0442 -166.2%,#fff0);border:solid #404040;border-radius:16px;border-width:.1px .1px 0;bottom:3%;content:"";height:325px;left:0;pointer-events:none;position:absolute;transform:translate(-22%);width:450px;z-index:-1}.service-card-home .title-text{font-family:var(--font-chakra);font-size:clamp(1rem,4vw,2rem);line-height:1.3;margin-bottom:8px;max-width:245px}.service-card-home-mobile{align-items:center;color:var(--white);display:none;justify-content:space-around;text-align:left}.service-card-home-mobile .service-content{max-width:340px;position:relative;z-index:99}.service-card-home-mobile .description-text{color:var(--gray-text);font-size:clamp(.8rem,4vw,1.2rem)}.service-card-home-mobile .service-image-container{position:relative;z-index:2}.service-card-home-mobile .service-image-container:before{background:linear-gradient(275.69deg,#0a0442 -166.2%,#fff0);border:solid #404040;border-radius:16px;border-width:.1px .1px 0;bottom:3%;content:"";height:325px;left:0;pointer-events:none;position:absolute;transform:translate(-12%);width:325px;z-index:-1}.service-card-home-mobile .title-text{font-family:var(--font-chakra);font-size:clamp(1rem,4vw,2rem);max-width:245px}@media(max-width:550px){.service-card-home{display:none}.service-card-home-mobile{display:flex;flex-direction:column}}@media (max-width:768px){.services-section{padding:4rem 0}.services-title{font-size:2rem;margin-bottom:3rem}.services-interactive{min-height:600px}.services-main-image{max-height:400px}.service-card{display:none;margin:1rem auto;max-width:220px;opacity:1;padding:1rem;position:static!important;transform:scale(1)}.service-card.active{display:block}.services-cards{align-items:center;display:flex;flex-direction:column;margin-top:2rem;position:static}.connection-line{display:none}.services-indicators{bottom:-2rem}}@media (max-width:1024px) and (min-width:769px){.services-interactive{min-height:700px}.service-card{max-width:250px;padding:1.25rem}.services-main-image{max-height:500px}}@keyframes cardPulse{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.service-card.active{animation:cardPulse 2s ease-in-out infinite}.services-section:before{background:radial-gradient(circle,#ff8b001a 0,#0000 70%);content:"";height:600px;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:600px;z-index:1}.testimonial-section{background:var(--testimonial-bg);overflow:hidden;padding:2rem 0;transform:rotate(-.05deg);width:100%}.container{margin:0 auto;max-width:1400px;padding:0 2rem;width:100%}.testimonial-slider-container{max-width:100%;overflow:hidden;position:relative;width:100%}.testimonial-slide,.testimonial-slider-wrapper{display:flex;width:100%}.testimonial-slide{align-items:center;flex-shrink:0;justify-content:center;min-width:100%}.testimonial-content{box-sizing:border-box;gap:1rem!important;margin:0 auto;max-width:1200px;padding:2rem;width:100%}.testimonial-content,.testimonial-left{align-items:center;display:flex;justify-content:center}.testimonial-left{flex-shrink:0;gap:0!important;min-width:250px}.testimonial-avatar{display:flex;flex-shrink:0;height:112px;min-height:112px;min-width:112px;width:112px}.avatar-placeholder{align-items:center;background:#d9d9d94d;border:2px dashed #ffffff4d;border-radius:50%;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.avatar-label{color:#fff9;font-family:var(--font-inter);font-size:.7rem;line-height:1.2}.testimonial-author{min-width:120px;text-align:left}.author-name{color:var(--white);font-size:clamp(1rem,2.5vw,1.23rem);margin-bottom:.5rem}.author-name,.author-title{font-family:var(--font-inter);font-weight:500;line-height:1.2}.author-title{color:var(--text-white-66);font-size:clamp(.8rem,2vw,.95rem)}.testimonial-right{flex:1 1;max-width:700px;min-width:0}.testimonial-quote{word-wrap:break-word;color:var(--white);font-family:var(--font-chakra);font-size:clamp(1rem,3vw,1.25rem);font-weight:500;letter-spacing:-.02em;line-height:1.4;margin:0;overflow-wrap:break-word;text-align:left}@media (min-width:1400px){.testimonial-section{padding:2rem 0}.container{max-width:1400px;padding:0 3rem}.testimonial-content{gap:4rem;padding:3rem}.testimonial-avatar{height:120px;min-height:120px;min-width:120px;width:120px}.testimonial-quote{font-size:1.4rem;line-height:1.5}.testimonial-left{min-width:250px}}@media (max-width:1399px) and (min-width:1024px){.testimonial-section{padding:2rem 0}.container{padding:0 2rem}.testimonial-content{gap:3rem;padding:2rem}.testimonial-left{min-width:250px}}@media (max-width:1023px) and (min-width:768px){.testimonial-section{padding:2rem 0;transform:rotate(0deg)}.container{max-width:100%;padding:0 1.5rem}.testimonial-content{flex-direction:column-reverse;gap:1rem!important;max-width:100%;padding:2rem 1rem;text-align:center}.testimonial-left{flex-direction:column;gap:1.5rem;min-width:auto;text-align:center;width:100%}.testimonial-author{text-align:center}.testimonial-right{max-width:100%;width:100%}.testimonial-quote{font-size:1.1rem;line-height:1.5;text-align:center}.testimonial-avatar{margin:0 auto}}@media (max-width:767px) and (min-width:481px){.testimonial-section{padding:2rem 0;transform:rotate(0deg)}.container{max-width:100%;padding:0 1rem}.testimonial-content{gap:1.5rem;max-width:100%;padding:1.5rem .5rem}.testimonial-content,.testimonial-left{flex-direction:column;text-align:center}.testimonial-left{gap:1rem;min-width:auto;width:100%}.testimonial-avatar{height:80px;margin:0 auto;min-height:80px;min-width:80px;width:80px}.testimonial-author{text-align:center}.testimonial-right{max-width:100%;width:100%}.testimonial-quote{font-size:1rem;line-height:1.5;text-align:center}.author-name{font-size:1.1rem}.author-title{font-size:.9rem}}@media (max-width:480px){.testimonial-section{padding:1rem 0;transform:rotate(0deg)}.container{max-width:100%;padding:0 .75rem}.testimonial-content{gap:1rem;max-width:100%;padding:1rem .25rem}.testimonial-content,.testimonial-left{flex-direction:column;text-align:center}.testimonial-left{gap:.75rem;min-width:auto;width:100%}.testimonial-avatar{height:60px;margin:0 auto;min-height:60px;min-width:60px;width:60px}.avatar-label{font-size:.6rem}.testimonial-author{text-align:center}.author-name{font-size:1rem;margin-bottom:.25rem}.author-title{font-size:.8rem}.testimonial-right{max-width:100%;width:100%}.testimonial-quote{font-size:.9rem;line-height:1.6;padding:0;text-align:center}}@media (max-width:319px){.testimonial-section{padding:1.5rem 0}.container{padding:0 .5rem}.testimonial-content{gap:.75rem;padding:.75rem .25rem}.testimonial-avatar{height:50px;min-height:50px;min-width:50px;width:50px}.testimonial-quote{font-size:.85rem}.author-name{font-size:.9rem}.author-title{font-size:.75rem}}@media (max-width:1023px) and (orientation:landscape){.testimonial-section{padding:1rem 0}.testimonial-content{flex-direction:row;gap:2rem;padding:1rem}.testimonial-left{flex-direction:row;gap:1rem;min-width:250px;text-align:left}.testimonial-avatar{height:60px;margin:0;min-height:60px;min-width:60px;width:60px}.testimonial-author{text-align:left}.testimonial-quote{font-size:.9rem;text-align:left}}@media (min-width:1600px){.container{max-width:1600px}.testimonial-content{gap:5rem;max-width:1400px}.testimonial-quote{font-size:1.5rem}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.avatar-placeholder{border-width:1px}}.testimonial-slide{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.container,.testimonial-content,.testimonial-section,.testimonial-slide,.testimonial-slider-container,.testimonial-slider-wrapper{box-sizing:border-box}.testimonial-quote{-webkit-hyphens:auto;hyphens:auto;word-break:break-word}@media (hover:none) and (pointer:coarse){.testimonial-content{padding:1rem}.testimonial-quote{font-size:clamp(.9rem,4vw,1.1rem)}}.verify-page{min-height:100vh;position:relative;width:100%}.verify-background{background:radial-gradient(88.05% 88.05% at 50% 50%,#0a0442cc 0,#000c 100%);position:relative;width:100%}.verification-section{align-items:center;display:flex;justify-content:center;padding:100px 20px 50px;position:relative;z-index:2}.verification-container{max-width:1000px;text-align:center;width:100%}.verify-header{margin-bottom:50px}.verify-title{color:#fff;font-family:Chakra Petch,sans-serif;font-size:86.5728px;font-weight:700;height:113px;left:0;line-height:113px;margin:0 auto 30px;top:100px;width:649px}.verify-subtitle,.verify-title{font-style:normal;position:relative}.verify-subtitle{color:#fff9;font-family:Inter,sans-serif;font-size:21.7365px;font-weight:400;height:78.79px;left:calc(50% - 443.095px);line-height:26px;margin:0 auto;text-align:center;width:909.09px}.verification-form{align-items:center;display:flex;flex-direction:column;gap:30px}.form-section{max-width:500px;width:100%}.form-label{color:#fff;display:block;font-family:Inter,sans-serif;font-size:21.7365px;font-style:normal;font-weight:700;height:35.79px;line-height:26px;position:relative;text-align:center}.phone-input-container{height:77.58px;margin:0 auto;position:relative;width:432.73px}.phone-input{align-items:center;background:#f1f4ff;border:2.42424px solid #1f41bb;border-radius:12.1212px;box-sizing:border-box;display:flex;flex-direction:row;font-family:Poppins,sans-serif;font-size:19.3939px;font-style:normal;font-weight:500;gap:12.12px;height:100%;line-height:29px;outline:none;padding:24.2424px 42.4242px 24.2424px 24.2424px;text-align:center;width:100%}.phone-input,.phone-input::placeholder{color:#626262}.phone-input:focus{border-color:#0f2a99}.otp-form{align-items:center;display:flex;flex-direction:column;gap:30px;text-align:center}.otp-inputs{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.otp-input{background:#ffffff1a;border:2px solid #ffffff4d;border-radius:10px;color:#fff;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600;height:50px;text-align:center;transition:border-color .3s ease;width:50px}.otp-input:focus{border-color:#fff;box-shadow:0 0 0 3px #fff3;outline:none}.otp-actions{display:flex;gap:1rem;justify-content:space-between;margin-top:1rem}.change-number-btn,.resend-btn{background:none;border:none;color:#fffc;cursor:pointer;font-family:Inter,sans-serif;font-weight:600;padding:.5rem;transition:color .3s ease}.change-number-btn:hover,.resend-btn:hover{color:#fff;text-decoration:underline}.continue-btn{align-items:center;background:#0000;border:.986133px solid #ffffff59;border-radius:28.5978px;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;flex-direction:row;font-family:Chakra Petch,sans-serif;font-size:18.5847px;font-style:normal;font-weight:700;gap:9.86px;height:58.18px;justify-content:center;line-height:24px;margin:0 auto;padding:16.7643px 31.5562px;transition:all .3s ease;width:178.18px}.continue-btn:hover{background:#ffffff1a;transform:translateY(-2px)}.continue-btn:disabled{cursor:not-allowed;opacity:.6}.platform-selection{display:flex;flex-direction:column;gap:20px;margin:0 auto;max-width:400px}.platform-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #ffffff59;border-radius:15px;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;flex-direction:row;font-family:Chakra Petch,sans-serif;font-size:18px;font-style:normal;font-weight:700;gap:10px;height:60px;justify-content:center;line-height:24px;padding:20px 30px;transition:all .3s ease;width:100%}.platform-btn:hover{background:#fff3;box-shadow:0 8px 25px #0000004d;transform:translateY(-2px)}.platform-btn:active{transform:translateY(0)}.platform-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.loading-spinner{border-top-color:#fff}.register-link{color:#ff0004;font-family:Inter,sans-serif;font-size:21.7365px;font-style:normal;font-weight:500;height:32.73px;line-height:26px;margin:0 auto;position:relative;text-align:center;width:909.09px}.register-link a{color:#fff;text-decoration:underline}.register-link a:hover{text-decoration:none}.benefits-section{margin-bottom:4rem}.benefits-title{color:var(--text-dark);font-family:var(--font-chakra);font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;margin-bottom:2rem;text-align:center}.benefits-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.benefit-card{background:var(--white);border:1px solid #f0f0f0;border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease}.benefit-card:hover{box-shadow:0 15px 35px #0000001a;transform:translateY(-5px)}.benefit-icon{font-size:3rem;margin-bottom:1rem}.benefit-card h3{color:var(--text-dark);font-family:var(--font-chakra);font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.benefit-card p{color:var(--gray-600);line-height:1.5}.faq-section{background:var(--primary-dark);position:relative;z-index:9999}.faq-title{color:#fff;font-family:Chakra Petch,sans-serif;font-size:clamp(1.5rem,3vw,5rem)}.faq-list{margin:2rem auto 0;max-width:800px}.faq-item{background:var(--card-bg);border-radius:12px;margin-bottom:1rem;overflow:hidden;transition:box-shadow .3s ease}.faq-item:hover{box-shadow:0 5px 15px #0000000d}.faq-question{align-items:center;background:none;border:none;color:var(--text-dark);cursor:pointer;display:flex;font-family:var(--font-inter);font-size:clamp(1rem,2vw,1.1rem);font-weight:600;justify-content:space-between;padding:1.5rem;text-align:left;transition:background-color .3s ease;width:100%}.faq-question:hover{background-color:#00000005}.faq-arrow{color:var(--accent-green);font-size:1.2rem;transition:transform .3s ease}.faq-arrow.active{transform:rotate(180deg)}.faq-answer{animation:fadeInUp .3s ease-out;color:var(--gray-600);line-height:1.6;padding:0 1.5rem 1.5rem}.trust-section{background:var(--primary-dark);border-radius:20px;padding:3rem 2rem;text-align:center}.trust-stats{display:flex;flex-wrap:wrap;gap:3rem;justify-content:center}.trust-stat{color:var(--white)}.trust-number{font-family:var(--font-chakra);font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:.5rem}.trust-label{color:var(--text-white-60);font-family:var(--font-inter);font-size:clamp(.9rem,2vw,1rem)}@media (max-width:1200px){.verify-title{font-size:clamp(40px,8vw,70px);line-height:1.1;margin-bottom:20px;position:static;width:100%}.verify-subtitle{line-height:1.4;max-width:800px}.form-label,.verify-subtitle{font-size:clamp(16px,3vw,20px);position:static;width:100%}.form-label,.register-link{line-height:1.3}.register-link{font-size:clamp(14px,3vw,18px);position:static;width:100%}}@media (max-width:900px){.main-heading{position:static}.main-heading,.verification-section{padding:40px 20px}.phone-input-container{max-width:400px;width:100%}.continue-btn{font-size:16px;height:50px;width:160px}}@media (max-width:768px){.verify-background{min-height:auto}.verification-section{padding:20px 15px}.verify-title{font-size:clamp(28px,7vw,50px);margin-bottom:15px;position:relative}.verify-subtitle{max-width:100%}.form-label,.verify-subtitle{font-size:clamp(14px,4vw,18px);padding:0 20px}.phone-input-container{margin:0 20px;width:calc(100% - 40px)}.phone-input{font-size:16px;padding:15px 20px}.continue-btn{font-size:14px;height:45px;width:160px}.register-link{font-size:clamp(12px,4vw,16px);padding:0 20px}}.modal-overlay{align-items:center;background:#000c;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:10000}.modal-content{background:#fff;border-radius:20px;max-height:80vh;max-width:800px;overflow:hidden;position:relative;width:90%}.modal-header{align-items:center;background:linear-gradient(135deg,#1f41bb,#0f2a99);color:#fff;display:flex;justify-content:space-between;padding:20px 30px}.modal-header h3{font-family:Chakra Petch,sans-serif;font-size:1.5rem;font-weight:600;margin:0}.modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:2rem;height:40px;justify-content:center;transition:background-color .3s ease;width:40px}.modal-close:hover{background:#fff3}.modal-body{padding:0}.modal-body iframe{border:none;height:500px;width:100%}@media (max-width:768px){.modal-content{max-height:90vh;width:95%}.modal-header{padding:15px 20px}.modal-header h3{font-size:1.2rem}.modal-body iframe{height:400px}}.contact-page{background:#fff;overflow-x:hidden}.contact-background,.contact-page{min-height:100vh;position:relative;width:100%}.contact-background{background:radial-gradient(88.05% 88.05% at 50% 50%,#0a0442 0,#000 100%);padding-bottom:50px}.decorative-circles{height:100%;overflow:hidden;pointer-events:none;position:absolute;width:100%}.circle{border:1.27px solid #140b61;border-radius:50%;left:50%;position:absolute;transform:translateX(-50%)}.circle-1{height:clamp(210px,28vw,414.14px);top:clamp(400px,50vh,814.36px);width:clamp(300px,40vw,589.64px)}.circle-2{height:clamp(392px,53vw,785.28px);top:clamp(350px,43vh,700.29px);width:clamp(415px,56vw,831.09px)}.circle-3{height:clamp(532px,72vw,1063.85px);top:clamp(280px,35vh,561px);width:clamp(562px,76vw,1125.91px)}.main-heading{padding:clamp(80px,12vh,120px) 20px 0;z-index:2}.contact-title,.main-heading{position:relative;text-align:center}.contact-title{color:#fff;font-family:Chakra Petch,sans-serif;font-size:clamp(32px,8vw,86.5728px);font-style:normal;font-weight:700;line-height:clamp(40px,9vw,113px);margin:0 auto;max-width:800px;width:100%}.contact-content{align-items:center;display:flex;flex-wrap:wrap;gap:clamp(30px,5vw,60px);justify-content:center;margin:0 auto;max-width:1600px;padding:clamp(50px,8vh,100px) clamp(20px,5vw,101px);position:relative;z-index:2}.contact-info{flex:1 1;max-width:700px;min-width:300px}.discover-section{margin-bottom:clamp(24px,4vw,40px)}.discover-title{color:#fff;font-family:Chakra Petch,sans-serif;font-size:clamp(28px,4.5vw,42px);font-style:normal;font-weight:600;line-height:clamp(35px,5.5vw,52px);margin-bottom:clamp(0px,1vw,28px)}.discover-description{color:#ffffffe6;font-family:Inter,sans-serif;font-size:clamp(16px,2.5vw,20px);font-style:normal;font-weight:400;line-height:clamp(26px,4vw,34px);max-width:100%}.contact-details{display:flex;flex-direction:column;gap:clamp(20px,3.5vw,32px)}.contact-item{position:relative}.contact-label{align-items:center;color:#fff;display:flex;font-family:Chakra Petch,sans-serif;font-size:clamp(18px,3.2vw,28px);font-style:normal;font-weight:500;letter-spacing:.8px;line-height:clamp(22px,3.6vw,32px);margin-bottom:clamp(8px,1.2vw,12px);text-transform:uppercase}.contact-value{color:#ffffffe6;font-family:Inter,sans-serif;font-size:clamp(15px,2.4vw,20px);font-style:normal;font-weight:400;line-height:clamp(22px,3.4vw,30px);margin:0;-webkit-text-decoration-line:underline;text-decoration-line:underline;transition:color .3s ease}.contact-value:hover{color:#fff}.form-wrapper{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0f;border:2px solid #ffffff1a;border-radius:clamp(15px,2vw,25px);box-shadow:0 8px 32px #0000004d;display:flex;flex:1 1;justify-content:center;max-width:746px;min-height:576px;min-width:300px;padding:clamp(15px,2vw,25px);position:relative;width:100%}.form-container{gap:clamp(30px,4vw,41px);max-width:706px;padding:clamp(25px,4vw,40px)}.form-container,.form-header{align-items:flex-start;display:flex;flex-direction:column;width:100%}.form-header{gap:clamp(6px,1vw,12px);padding:0}.form-title{color:#fff;font-size:clamp(20px,3.5vw,32px);font-weight:600;letter-spacing:-.02em;line-height:clamp(26px,4vw,40px)}.form-subtitle,.form-title{font-family:Inter,sans-serif;font-style:normal;margin:0;width:100%}.form-subtitle{color:#fffc;font-size:clamp(13px,2vw,17px);font-weight:400;letter-spacing:-.01em;line-height:clamp(18px,2.5vw,24px)}.error-message,.success-message{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:clamp(8px,1.5vw,12px);margin-bottom:clamp(1rem,2vw,1.5rem);padding:clamp(1.5rem,3vw,2.5rem);text-align:center}.success-message{background:#22c55e26;border:1px solid #22c55e66;box-shadow:0 4px 15px #22c55e33;color:#fff}.error-message{background:#ef444426;border:1px solid #ef444466;box-shadow:0 4px 15px #ef444433;color:#fff}.error-icon,.success-icon{font-size:clamp(1.5rem,3vw,2.5rem);margin-bottom:.5rem}.error-message h3,.success-message h3{color:#fff;font-family:Inter,sans-serif;font-size:clamp(1rem,2.5vw,1.5rem);font-weight:600;margin-bottom:.5rem}.error-message p,.success-message p{color:#ffffffe6;font-size:clamp(.875rem,2vw,1.125rem);line-height:1.5;margin:0}.contact-form{flex-direction:column;gap:clamp(12px,2vw,18px);isolation:isolate}.contact-form,.form-row{align-items:flex-start;display:flex;padding:0;width:100%}.form-row{flex-direction:row;gap:clamp(10px,2vw,16px);z-index:4}.form-group{align-items:flex-start;background:#ffffff0d;border:1px solid #ffffff26;border-radius:clamp(4px,.8vw,6px);display:flex;flex:1 1;flex-direction:column;gap:10px;justify-content:center;min-height:clamp(40px,5vw,48px);padding:clamp(10px,1.5vw,14px);transition:all .3s ease}.form-group:not(.form-row .form-group){align-self:stretch}.form-group:focus-within{background:#ffffff14;border-color:#ffffff4d;box-shadow:0 0 0 1px #ffffff1a}.message-input{align-items:flex-start!important;min-height:clamp(80px,12vw,120px)!important}.form-input{background:#0000;border:none;color:#ffffffb3;font-family:Inter,sans-serif;font-size:clamp(13px,2vw,16px);font-style:normal;font-weight:400;letter-spacing:-.01em;line-height:clamp(16px,2.5vw,20px);outline:none;resize:none;transition:color .3s ease;width:100%}.form-input:focus{color:#fff}.form-input::placeholder{color:#ffffff80}textarea.form-input{min-height:clamp(60px,8vw,80px);resize:vertical}.field-error{bottom:clamp(-18px,-2vw,-22px);color:#ff6b6b;font-size:clamp(11px,1.5vw,13px);font-weight:500;left:0;margin-top:.25rem;position:absolute}.submit-btn{align-items:center;align-self:stretch;background:linear-gradient(90deg,#ffca4e,#df9c01 117.18%);border:none;border-radius:clamp(6px,1vw,8px);box-shadow:0 4px 15px #ffca4e4d;color:#000;cursor:pointer;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-size:clamp(14px,2vw,17px);font-style:normal;font-weight:600;gap:10px;justify-content:center;letter-spacing:-.01em;line-height:clamp(18px,2.5vw,22px);min-height:clamp(44px,6vw,52px);padding:clamp(12px,2vw,16px) clamp(20px,3vw,30px);transition:all .3s ease;width:100%;z-index:0}.submit-btn:hover{box-shadow:0 6px 20px #ffca4e66;transform:translateY(-2px)}.submit-btn:active{transform:translateY(0)}.submit-btn:disabled{box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}.loading-spinner{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:#000;height:16px;width:16px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*{transition:transform .2s ease,box-shadow .2s ease}.form-input:focus,.submit-btn:focus{outline:2px solid #ffca4e99;outline-offset:2px}.form-container.loading{opacity:.7;pointer-events:none}@media (prefers-reduced-motion:no-preference){.form-wrapper{animation:fadeInUp .6s ease-out}.contact-info{animation:fadeInLeft .6s ease-out .2s both}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@media (min-width:1601px){.contact-content{gap:80px;max-width:1800px}.contact-info{max-width:700px}.form-wrapper{max-width:900px}}@media (max-width:1400px){.contact-content{gap:clamp(40px,6vw,60px)}.circle-1,.circle-2,.circle-3{opacity:.7}}@media (max-width:1200px){.contact-content{align-items:center;flex-direction:column;gap:clamp(40px,6vw,60px);text-align:center}.contact-info{max-width:100%;order:1}.form-wrapper{max-width:100%;order:2}.contact-details{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:600px}.circle-1,.circle-2,.circle-3{opacity:.5;transform:scale(.8)}}@media (max-width:900px){.main-heading{padding:clamp(60px,10vh,100px) 20px 0}.contact-content{gap:clamp(40px,6vw,60px)}.form-row{flex-direction:column;gap:clamp(12px,2vw,16px)}.form-container{gap:clamp(25px,4vw,35px)}.circle-1,.circle-2,.circle-3{opacity:.3;transform:scale(.6)}.contact-details{max-width:500px;text-align:left}}@media (max-width:768px){.contact-page{margin-top:80px}.contact-background{min-height:auto;padding-bottom:0}.main-heading{padding:clamp(30px,6vh,50px) 15px clamp(15px,3vh,25px)}.contact-content{gap:clamp(25px,4vw,35px);padding:0 15px clamp(30px,5vh,40px)}.contact-info{margin-bottom:20px;order:1}.form-wrapper{margin:0;min-height:auto;order:2;padding:clamp(12px,2vw,16px)}.form-container{gap:clamp(16px,3vw,20px);padding:clamp(16px,3vw,20px)}.form-header{gap:clamp(4px,1vw,8px);text-align:center}.discover-section{margin-bottom:clamp(20px,3vw,25px)}.contact-details{gap:clamp(12px,2vw,16px);max-width:100%}.contact-item{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;display:flex;flex-direction:column;padding:12px;text-align:center}.contact-label{font-size:clamp(12px,3vw,16px);letter-spacing:1px;margin-bottom:4px}.contact-value{font-size:clamp(11px,2.5vw,14px);text-decoration:none}.form-row{gap:clamp(10px,2vw,12px)}.form-group{min-height:clamp(42px,5vw,46px);padding:clamp(10px,2vw,12px)}.message-input{min-height:clamp(70px,10vw,90px)!important}.submit-btn{font-weight:600;min-height:clamp(46px,6vw,50px)}.circle-1,.circle-2,.circle-3{display:none}.field-error{bottom:clamp(-16px,-2vw,-20px);font-size:clamp(10px,2vw,12px)}}@media (max-width:480px){.main-heading{margin-bottom:16px;padding:clamp(25px,5vh,40px) 12px clamp(12px,2vh,20px)}.contact-content{gap:clamp(20px,4vw,30px);padding:0 12px clamp(25px,4vh,35px)}.discover-description{font-size:clamp(12px,3vw,14px);text-align:center}.discover-title{font-size:clamp(18px,4vw,24px);text-align:center}.contact-details{gap:clamp(10px,2vw,14px)}.contact-item{padding:10px}.contact-label{font-size:clamp(11px,2.5vw,14px)}.contact-value{font-size:clamp(10px,2vw,12px)}.form-container{gap:clamp(14px,3vw,18px);padding:clamp(12px,2vw,16px)}.form-group{min-height:clamp(40px,4vw,44px);padding:clamp(8px,1.5vw,10px);width:100%}.message-input{min-height:clamp(65px,8vw,80px)!important}.submit-btn{font-size:clamp(13px,2.5vw,15px);min-height:clamp(44px,5vw,48px)}}@media (max-width:1024px) and (orientation:landscape) and (min-height:500px){.contact-content{flex-direction:row;padding:clamp(60px,10vh,100px) clamp(20px,4vw,40px) clamp(40px,8vh,80px);text-align:left}.contact-info{flex:1 1;max-width:45%;order:1}.form-wrapper{flex:1 1;max-width:50%;order:2}.main-heading{padding:clamp(40px,8vh,70px) 20px 0}}@media (min-width:1920px){.contact-content{gap:100px;max-width:2000px}.contact-info{max-width:800px}.form-wrapper{max-width:1000px}}@media (max-width:375px){.main-heading{padding:20px 10px 15px}.contact-content{gap:20px;padding:0 10px 20px}.form-container{gap:12px;padding:12px}.contact-details{gap:8px}.contact-item{padding:8px}.form-title{font-size:clamp(16px,5vw,20px)}.discover-title{font-size:clamp(16px,4vw,20px)}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.form-wrapper{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}}.privacy-section{box-sizing:border-box;margin:0 0 20px;min-height:100vh;padding:0;position:relative;top:50px;width:100%}.privacy-policy-header{font-family:Chakra Petch;font-size:clamp(32px,6vw,86.5728px);font-weight:700;line-height:1.2;padding:40px 20px 20px;text-align:center}.policy,.privacy-policy-header{color:#fff;font-style:normal;margin:0 auto;max-width:1200px;position:relative;width:100%}.policy{box-sizing:border-box;font-family:Inter;font-size:clamp(16px,2vw,23px);font-weight:400;line-height:1.6;padding:20px;text-align:left}.extra-space{display:block;margin-bottom:40px}.policy-innerheader{color:#fff;font-size:clamp(16px,3vw,30.5728px);font-weight:500;line-height:1.2}.policy ul>li{margin-left:50px;padding-left:10px}
/*# sourceMappingURL=main.fe8c0ce2.css.map*/