@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Outfit:wght@500;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:62.5%}body{font-family:Inter,system-ui,-apple-system,sans-serif;color:#1f2937;background-color:#fff;line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;color:#1f2937;line-height:1.2;margin-bottom:1rem}a{text-decoration:none;color:inherit;transition:.3s ease}button{cursor:pointer;border:none;outline:none;font-family:inherit}img{max-width:100%;display:block}.animate-on-scroll{opacity:0;transition:opacity 1s cubic-bezier(.2,.8,.2,1),transform 1s cubic-bezier(.2,.8,.2,1);will-change:opacity,transform}.animate-on-scroll.visible{opacity:1;transform:none}.fade-up{transform:translateY(50px)}.slide-right{transform:translate(-50px)}.slide-left{transform:translate(50px)}.zoom-in{transform:scale(.9)}.delay-100{transition-delay:.1s}.delay-200{transition-delay:.2s}.delay-300{transition-delay:.3s}.delay-400{transition-delay:.4s}.delay-500{transition-delay:.5s}.delay-600{transition-delay:.6s}.delay-700{transition-delay:.7s}.delay-800{transition-delay:.8s}.delay-900{transition-delay:.9s}.delay-1000{transition-delay:1s}.header{position:fixed;top:1.25rem;left:0;width:100%;z-index:1000;padding:0 1rem}.header__container{max-width:70%;margin:0 auto;height:4.375rem;background-color:#fff;border-radius:15px;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 20px #00000014;position:relative}@media(max-width:768px){.header__container{border-radius:20px;padding:0 1rem;max-width:95%}}.header__logo{display:flex;align-items:center;gap:.75rem;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:700;color:#1f2937}.header__logo img{height:2rem;width:auto;object-fit:contain}.header__logo span{color:#2563eb}.header__nav{display:flex;align-items:center;gap:2rem}@media(max-width:768px){.header__nav{position:absolute;top:100%;left:0;right:0;margin-top:.5rem;width:100%;background-color:#fff;flex-direction:column;padding:2rem;border-radius:20px;gap:1rem;box-shadow:0 10px 30px #0000001a;clip-path:circle(0% at top right);transition:clip-path .4s ease-in-out;align-items:center;text-align:center;z-index:999}.header__nav.open{clip-path:circle(150% at top right)}}.header__link{font-weight:500;font-size:12px;color:#4b5563;transition:color .2s;text-decoration:none}.header__link:hover{color:#2563eb}.header__link--dropdown{cursor:pointer}.header__dropdown-container{position:relative;display:inline-block}.header__dropdown-container:hover .header__dropdown-menu{opacity:1;transform:translateY(0);pointer-events:auto;visibility:visible}.header__dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(10px);background-color:#fff;border-radius:12px;box-shadow:0 10px 30px #0000001a;padding:.5rem 0;min-width:200px;opacity:0;visibility:hidden;transition:all .3s ease;z-index:100;pointer-events:none}.header__dropdown-menu a{display:block;padding:.75rem 1.5rem;color:#1f2937;text-decoration:none;font-size:.9rem;font-weight:500;transition:background-color .2s,color .2s}.header__dropdown-menu a:hover{background-color:#2563eb0d;color:#2563eb}.header__actions{display:flex;align-items:center;gap:.75rem}@media(max-width:768px){.header__actions{gap:.5rem}}.header__cta{background-color:#2563eb;color:#fff;padding:.6rem 1.25rem;border-radius:50px;font-weight:600;font-size:.9rem;transition:transform .2s ease,background-color .2s ease,color .2s ease;white-space:nowrap;border:2px solid #2563eb}.header__cta:hover{background-color:#134cca;transform:translateY(-1px);border-color:#134cca}.header__cta--secondary{background-color:transparent;color:#2563eb}.header__cta--secondary:hover{background-color:#2563eb;color:#fff}@media(max-width:768px){.header__cta{padding:.5rem 1rem;font-size:.85rem}}.header__toggle{display:none;background:none;padding:.5rem}@media(max-width:768px){.header__toggle{display:block}}.header__toggle .hamburger{display:block;width:1.5rem;height:2px;background-color:#1f2937;position:relative;transition:background-color .3s}.header__toggle .hamburger:before,.header__toggle .hamburger:after{content:"";position:absolute;left:0;width:100%;height:100%;background-color:#1f2937;transition:transform .3s}.header__toggle .hamburger:before{top:-7px}.header__toggle .hamburger:after{top:7px}.header__toggle .hamburger.open{background-color:transparent}.header__toggle .hamburger.open:before{top:0;transform:rotate(45deg)}.header__toggle .hamburger.open:after{top:0;transform:rotate(-45deg)}.hero{position:relative;height:100vh;min-height:37.5rem;background-size:cover;background-position:center 30%;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;margin-top:-5.625rem;padding-top:5.625rem}.hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000004d,#0009);z-index:1}.hero__container{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 1rem;text-align:center;max-width:56.25rem;display:flex;flex-direction:column;align-items:center}.hero__badge{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1rem;border-radius:3.125rem;display:flex;align-items:center;gap:1rem;margin-bottom:2rem;border:1px solid rgba(255,255,255,.2)}.hero__badge-text{text-align:left;color:#fff}.hero__badge-text strong{display:block;font-size:.9rem;line-height:1.1}.hero__badge-text span{font-size:.75rem;opacity:.8}.hero__avatars{display:flex;align-items:center}.hero__avatars .avatar{width:2rem;height:2rem;border-radius:50%;border:2px solid #ffffff;object-fit:cover;margin-left:-10px}.hero__avatars .avatar:first-child{margin-left:0}.hero__avatars .avatar.count{background:#fff;color:#1f2937;border-color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}.hero__title{font-size:3.5rem;font-weight:700;color:#fff;line-height:1.2;margin-bottom:2rem;text-shadow:0 2px 10px rgba(0,0,0,.2)}@media(max-width:768px){.hero__title{font-size:2.25rem}}.hero__description{font-size:12px;color:#ffffffe6;margin-bottom:4rem;max-width:40.625rem;line-height:1.6;font-weight:400}@media(max-width:768px){.hero__description{font-size:12px}}.hero__actions{display:flex;gap:2rem}.hero__cta{background-color:#2563eb;color:#fff;padding:1rem 2.5rem;font-size:1.125rem;font-weight:600;border-radius:3.125rem;border:none;transition:all .3s ease;box-shadow:0 4px 15px #2563eb66}.hero__cta:hover{background-color:#1555e2;transform:translateY(-2px);box-shadow:0 8px 25px #2563eb80}.hero__stats-container{margin-top:4rem;display:flex;align-items:center;justify-content:space-between;width:100%;max-width:75rem;padding:2rem;border:1px solid rgba(255,255,255,.3);background:#0003;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}@media(max-width:768px){.hero__stats-container{flex-direction:column;gap:1.5rem;margin-top:2rem;background:#0009}}.hero__stat-item{display:flex;flex-direction:column;align-items:center;text-align:center;color:#fff;flex:1}.hero__stat-item h3{font-size:2rem;font-weight:600;margin-bottom:.25rem;color:#fff}.hero__stat-item p{font-size:12px;opacity:1;font-weight:400;color:#fff}.hero__stat-separator{width:1px;height:3rem;background-color:#ffffff4d}@media(max-width:768px){.hero__stat-separator{width:80%;height:1px}}.awards{padding:8rem 0;background-color:#f9fafb}.awards__container{max-width:1200px;margin:0 auto;padding:0 1rem;text-align:center}.awards__header{margin-bottom:8rem;max-width:45rem;margin-left:auto;margin-right:auto}.awards__header h2{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:2rem}@media(max-width:768px){.awards__header h2{font-size:2rem}}.awards__header p{font-size:12px;color:#6b7280;line-height:1.6}.awards__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem}@media(max-width:1024px){.awards__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.awards__grid{grid-template-columns:1fr}}.awards__card{background-color:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #0000000d;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(0,0,0,.05);height:100%;display:flex;flex-direction:column}.awards__card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001a}.awards__card-image{background-color:#f0f4f9;padding:2rem;display:flex;align-items:center;justify-content:center;height:300px}.awards__card-image img{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 4px 10px rgba(0,0,0,.1))}.awards__card-content{padding:2rem;text-align:center;flex:1;display:flex;flex-direction:column;align-items:center}.awards__card-content h4{font-size:.8rem;font-weight:700;color:#1f2937;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.awards__card-content h3{font-size:1.4rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.awards__card-content p{font-size:12px;color:#6b7280;line-height:1.5;font-style:italic}.partners-marquee{padding:4rem 0;background-color:#f9fafb;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;overflow:hidden}.partners-marquee .partners-header{text-align:center;margin-bottom:4rem}.partners-marquee .partners-header h3{font-size:.9rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.partners-marquee .marquee-container{position:relative;width:100%;overflow:hidden}.partners-marquee .marquee-container .track{display:flex;width:max-content;animation:scroll 30s linear infinite;gap:4rem;padding:0 2rem}.partners-marquee .marquee-container .track:hover{animation-play-state:paused}.partners-marquee .partner-logo{flex-shrink:0;display:flex;align-items:center;justify-content:center}.partners-marquee .partner-logo img{height:40px;width:auto;object-fit:contain;filter:grayscale(0%);transition:transform .3s ease}.partners-marquee .partner-logo img:hover{transform:scale(1.1)}.partners-marquee .partner-logo.tata-aia img{height:55px}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%);transform:translate(-33.33%)}}.plans-section{background-color:#fff;padding:0 0 8rem}.partners-strip{background:#ffffffe6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:1rem 0;border-bottom:1px solid #fecaca;text-align:center;margin-bottom:8rem;overflow:hidden}.partners-strip .partners-label{display:block;font-size:.8rem;color:#6b7280;margin-bottom:2rem;text-transform:uppercase;letter-spacing:.5px}.partners-strip .partners-marquee{width:100%;display:flex;overflow:hidden;align-items:center}.partners-strip .partners-logos{display:flex;align-items:center;gap:4rem;padding:0 2rem;animation:scroll-left-to-right 20s linear infinite;white-space:nowrap;width:max-content}.partners-strip .partners-logos img{height:2.25rem;object-fit:contain;filter:none;opacity:1;transition:transform .3s ease}.partners-strip .partners-logos img:hover{transform:scale(1.1)}@keyframes scroll-left-to-right{0%{transform:translate(-20%)}to{transform:translate(0)}}.plans-container{max-width:1200px;margin:0 auto;padding:0 1rem}.plans-header{text-align:center;margin-bottom:4rem}.plans-header h2{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:2rem}.plans-header p{max-width:43.75rem;margin:0 auto;color:#4b5563;line-height:1.6;font-size:12px}.plans-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem}@media(max-width:768px){.plans-grid{grid-template-columns:1fr}}.plan-card{background:#fff;border:1px solid #f1f5f9;border-radius:1.25rem;padding:1.5rem;box-shadow:0 4px 20px #00000008;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.plan-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000000f}.plan-card__icon{width:2.5rem;height:2.5rem;background-color:#eff6ff;border-radius:10px;margin-bottom:2rem;display:flex;justify-content:center;align-items:center;font-size:1.25rem;color:#3b82f6}.plan-card__title{font-size:14px;font-weight:700;margin-bottom:.5rem;color:#1e293b}.plan-card__desc{font-size:12px;color:#64748b;margin-bottom:4rem;line-height:1.5;flex:1}.plan-card__image-wrapper{position:relative;border-radius:.75rem;overflow:hidden;aspect-ratio:2.5/2;height:auto}.plan-card__image-wrapper img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .5s ease}.plan-card__image-wrapper:hover img{transform:scale(1.05)}.about-section{padding:8rem 0;background-color:#fff}.about-container{max-width:1200px;margin:0 auto;padding:0 1rem;background-color:#99d0ff;border-radius:20px;padding:8rem;text-align:center;color:#1a1a1a;position:relative;overflow:hidden}@media(max-width:768px){.about-container{padding:2rem}}.about-header{margin-bottom:3rem}.about-header h2{font-size:3rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem}@media(max-width:768px){.about-header h2{font-size:2rem}}.about-header p{font-size:1.1rem;color:#4b5563}.about-grid{display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:4rem;align-items:start}@media(max-width:1024px){.about-grid{grid-template-columns:1fr;gap:3rem}}.about-col{display:flex;flex-direction:column}.text-col{text-align:left}.text-col p{font-size:1.25rem;line-height:1.8;color:#1f2937;margin-bottom:1.5rem}.text-col h4{font-size:1.75rem;font-weight:700;color:#111827;margin-bottom:.75rem;margin-top:1.5rem}.text-col h4:first-child{margin-top:0}@media(max-width:1024px){.text-col{text-align:center}}.text-col .intro-logos{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem;align-items:flex-start}@media(max-width:1024px){.text-col .intro-logos{align-items:center}}.text-col .intro-logos .logo-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;width:100%;max-width:400px}@media(max-width:1024px){.text-col .intro-logos .logo-row{justify-content:center}}.text-col .intro-logos .logo-box{background:#fff;padding:.75rem 1.25rem;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #0000000d}.text-col .intro-logos .logo-box img{height:35px;width:auto;object-fit:contain}.text-col .intro-logos .logo-box.large{padding:.75rem 2rem}.text-col .intro-logos .logo-box.large img{height:45px}.text-col .intro-logos .logo-box.tata-aia img{height:80px}.center-col{align-items:center}.center-col .image-wrapper{margin-bottom:3rem}.center-col .image-wrapper .image-mask{width:300px;height:400px;background-color:#fff;border-radius:15rem;overflow:hidden;border:4px solid #ffffff;box-shadow:0 10px 20px #0000001a;display:flex;align-items:flex-end;justify-content:center}.center-col .image-wrapper .image-mask img{width:100%;height:140%;object-fit:cover;object-position:center 0%;transform:scale(1.2)}@media(max-width:768px){.center-col .image-wrapper .image-mask{width:250px;height:350px}}.center-col .founder-info{text-align:center;width:100%}.center-col .founder-info .founder-name{font-size:2.25rem;font-weight:800;color:#111827;margin-bottom:.25rem;letter-spacing:-.5px}.center-col .founder-info .founder-title{font-size:1rem;color:#374151;font-weight:600;text-transform:uppercase;letter-spacing:1px;opacity:.8}.features-section{padding:8rem 0;background-color:#fff;overflow-x:hidden}.features-container{display:flex;align-items:center;width:100%}@media(max-width:768px){.features-container{flex-direction:column}}.features-content{flex:1;padding-left:max(1rem,(100vw - 1200px) / 2 + 1rem);padding-right:1rem;display:flex;flex-direction:column;justify-content:center}@media(max-width:768px){.features-content{padding:2rem;text-align:center;align-items:center}}.features-content .features-title{font-size:3rem;font-weight:700;color:#1f2937;line-height:1.1;margin-bottom:2rem}@media(max-width:768px){.features-content .features-title{font-size:2.25rem}}.features-content .features-desc{font-size:12px;color:#6b7280;line-height:1.6;margin-bottom:8rem;max-width:31.25rem}.features-content .features-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.25rem}.features-content .features-list li{display:flex;align-items:center;gap:1rem;color:#4b5563;font-size:12px;font-weight:500}.features-content .features-list li .check-icon{width:20px;height:20px;background-color:#007bff;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0}.features-content .features-cta{display:none}.features-image-wrapper{flex:1;position:relative;max-width:550px;margin-left:-2rem;height:auto;aspect-ratio:1/1;border-radius:24px;overflow:visible}.features-image-wrapper .features-image{width:100%;height:100%;object-fit:cover;border-radius:24px}.features-image-wrapper .feature-pills{position:absolute;bottom:2rem;left:-1rem;display:flex;flex-direction:column;gap:.75rem;z-index:2}.features-image-wrapper .feature-pills .pill{background:#fff;padding:.75rem 1rem;border-radius:12px;display:flex;align-items:center;gap:.75rem;box-shadow:0 10px 25px #0000001a;width:fit-content;transition:transform .3s ease}.features-image-wrapper .feature-pills .pill:hover{transform:translate(5px)}.features-image-wrapper .feature-pills .pill .pill-icon{width:36px;height:36px;background-color:#d1e9ff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.features-image-wrapper .feature-pills .pill .pill-text{font-size:.9rem;font-weight:600;color:#1f2937;white-space:nowrap}@media(max-width:768px){.features-image-wrapper{width:100%;margin-top:3rem;padding:0 2rem}.features-image-wrapper .feature-pills{left:50%;transform:translate(-50%);bottom:-2rem}}.cta-section{padding:8rem 0;background-color:#fff}.cta-container{max-width:1200px;margin:0 auto;padding:0 1rem;background-color:#93c5fd;border-radius:1.875rem;padding:8rem;display:flex;align-items:center;gap:8rem;min-height:25rem}@media(max-width:768px){.cta-container{flex-direction:column;padding:2rem;gap:2rem}}.cta-image-wrapper{flex:0 0 40%;border-radius:1.25rem;overflow:hidden;height:20rem}.cta-image-wrapper .cta-image{width:100%;height:100%;object-fit:cover}@media(max-width:768px){.cta-image-wrapper{width:100%;height:15.625rem}}.cta-content{flex:1}@media(max-width:768px){.cta-content{text-align:center;display:flex;flex-direction:column;align-items:center}}.cta-content .cta-title{font-size:2.5rem;font-weight:700;color:#0f172a;line-height:1.2;margin-bottom:2rem}@media(max-width:768px){.cta-content .cta-title{font-size:1.75rem}}.cta-content .cta-desc{font-size:12px;color:#334155;line-height:1.6;margin-bottom:4rem;max-width:31.25rem}.cta-content .cta-btn{background-color:#007bff;color:#fff;padding:.75rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;transition:transform .2s,background-color .2s}.cta-content .cta-btn:hover{background-color:#0062cc;transform:translateY(-2px)}.testimonials{padding:8rem 0;background-color:#fff}.testimonials-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;flex-direction:column;gap:4rem}.testimonials-header{text-align:center;max-width:50rem;margin:0 auto;margin-bottom:2rem}.testimonials-header .section-title{font-size:3.5rem;font-weight:700;line-height:1.1;color:#1a1a1a;margin-bottom:1rem}@media(max-width:768px){.testimonials-header .section-title{font-size:2.5rem}}.testimonials-header .section-subtitle{font-size:12px;color:#666;line-height:1.5;max-width:40rem;margin:0 auto}.testimonials-body{display:flex;gap:4rem;align-items:center}@media(max-width:768px){.testimonials-body{flex-direction:column}}.testimonials-content{flex:1}.testimonials-content .testimonial-card .stars{color:#f59e0b;font-size:1.5rem;letter-spacing:4px;margin-bottom:1.5rem}.testimonials-content .testimonial-card .quote{font-size:2rem;font-weight:500;color:#333;line-height:1.2;margin-bottom:2rem;max-width:35rem}@media(max-width:768px){.testimonials-content .testimonial-card .quote{font-size:1.5rem}}.testimonials-content .testimonial-card .reviewer{display:flex;align-items:center;gap:1rem;margin-bottom:2.5rem}.testimonials-content .testimonial-card .reviewer .reviewer-img{width:3.75rem;height:3.75rem;border-radius:50%;object-fit:cover}.testimonials-content .testimonial-card .reviewer .reviewer-info{display:flex;flex-direction:column}.testimonials-content .testimonial-card .reviewer .reviewer-info strong{font-size:1.125rem;color:#1a1a1a;font-weight:600}.testimonials-content .testimonial-card .reviewer .reviewer-info span{font-size:.9rem;color:#777}.testimonials-content .testimonial-card .nav-buttons{display:flex;gap:1rem}.testimonials-content .testimonial-card .nav-buttons .nav-btn{width:3rem;height:3rem;border-radius:50%;border:1px solid #ddd;background:none;color:#999;font-size:1.25rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.testimonials-content .testimonial-card .nav-buttons .nav-btn:hover{border-color:#666;color:#333}.testimonials-collage{flex:1.2}.testimonials-collage .collage-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(12,3rem);position:relative;height:38rem}.testimonials-collage .collage-grid .grid-item{border-radius:.75rem;overflow:hidden;box-shadow:0 4px 20px #00000014}.testimonials-collage .collage-grid .grid-item img{width:100%;height:100%;object-fit:cover}.testimonials-collage .collage-grid .grid-item.item-1{grid-column:5/9;grid-row:8/13;z-index:2;box-shadow:0 10px 30px #00000026}.testimonials-collage .collage-grid .grid-item.item-2{grid-column:9/13;grid-row:8/11;margin-left:1rem;margin-top:1.5rem}.testimonials-collage .collage-grid .grid-item.item-3{grid-column:7/13;grid-row:2/8}.testimonials-collage .collage-grid .grid-item.item-4{grid-column:1/5;grid-row:8/11;margin-top:1.5rem}.testimonials-collage .collage-grid .grid-item.item-5{grid-column:2/7;grid-row:4/8;margin-left:1rem}@media(max-width:768px){.testimonials-collage .collage-grid{display:flex;flex-direction:column;height:auto;gap:1rem}.testimonials-collage .collage-grid .grid-item{grid-column:span 12!important;grid-row:auto!important;margin:0!important;height:15rem}}.footer{background-color:#000;color:#fff;padding:8rem 0;border-top:1px solid #333;font-family:Inter,sans-serif}.footer__container{max-width:1200px;margin:0 auto;padding:0 1rem;display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;border-top:1px solid #333;border-bottom:1px solid #333;gap:0;position:relative}.footer__container:before,.footer__container:after{content:"";position:absolute;width:6px;height:6px;background-color:#2563eb;border-radius:50%;z-index:10}.footer__container:before{top:-3px;left:0;transform:translate(-50%)}.footer__container:after{top:-3px;right:0;transform:translate(50%)}@media(max-width:768px){.footer__container{grid-template-columns:1fr;border:none}.footer__container:before,.footer__container:after{display:none}}.footer__column{padding:8rem;display:flex;flex-direction:column;border-right:1px solid #333}.footer__column:first-child{border-left:1px solid #333;position:relative}.footer__column:first-child:before{content:"";position:absolute;bottom:-4px;left:-3px;width:6px;height:6px;background-color:#2563eb;border-radius:50%;z-index:10}@media(max-width:768px){.footer__column:first-child:before{display:none}}.footer__column:last-child{position:relative}.footer__column:last-child:after{content:"";position:absolute;bottom:-3px;right:-3px;width:6px;height:6px;background-color:#2563eb;border-radius:50%;z-index:10}@media(max-width:768px){.footer__column:last-child:after{display:none}}.footer__column h4{font-size:12px;font-weight:600;color:#fff;margin-bottom:1.5rem;text-transform:capitalize}.footer__column ul{list-style:none;padding:0;margin:0}.footer__column ul li{margin-bottom:.8rem;font-size:12px;color:#9ca3af}.footer__column ul li a{color:#9ca3af;text-decoration:none;transition:color .2s}.footer__column ul li a:hover{color:#2563eb}.footer__column.brand-col .footer__logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.footer__column.brand-col .footer__logo img{height:2rem;width:auto}.footer__column.brand-col .footer__logo h3{font-size:1.2rem;font-weight:700;line-height:1.1;color:#fff;margin:0}.footer__column.brand-col .footer__desc{color:#9ca3af;font-size:12px;line-height:1.6;max-width:18rem}.footer__column .contact-list li{color:#9ca3af}.footer__bottom{max-width:1200px;margin:0 auto;padding:4rem 1rem 0;display:flex;justify-content:space-between;color:#6b7280;font-size:12px}@media(max-width:768px){.footer__bottom{flex-direction:column;align-items:center;gap:.5rem}}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{padding:2rem;background-color:#fff;box-shadow:0 2px 4px #0000000d;display:flex;justify-content:center;align-items:center}main{flex:1}footer{background-color:#1f2937;color:#fff;padding:4rem 2rem;text-align:center}.new-page{background-color:#fff;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif}.new-page .page-header{position:relative;background:linear-gradient(135deg,#06c,#09f);height:250px;width:100%;display:flex;justify-content:center;align-items:center;color:#fff;text-align:center;padding:0 20px;overflow:hidden}.new-page .page-header .header-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:30px;max-width:800px}.new-page .page-header h1{font-size:3rem;font-weight:700;line-height:1.2;margin:0;color:#fff}.new-page .page-header p{font-size:12px;opacity:.9;margin:0;font-weight:400}.new-page .page-header .apply-button{background-color:#fff;color:#007bff;border:none;padding:12px 30px;font-size:1rem;font-weight:600;border-radius:6px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;margin-top:10px}.new-page .page-header .apply-button:hover{transform:translateY(-2px);box-shadow:0 4px 10px #0003}.new-page .page-content{max-width:1200px;margin:0 auto;padding:60px 20px;display:flex;flex-direction:column;gap:80px}.new-page .page-content .feature-section{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.new-page .page-content .feature-section.reverse-layout{grid-template-columns:1fr 1fr}.new-page .page-content .feature-section.reverse-layout .image-content{order:1}.new-page .page-content .feature-section.reverse-layout .text-content{order:2}@media(max-width:768px){.new-page .page-content .feature-section,.new-page .page-content .feature-section.reverse-layout{grid-template-columns:1fr}.new-page .page-content .feature-section.reverse-layout .image-content{order:1}.new-page .page-content .feature-section.reverse-layout .text-content{order:2}.new-page .page-content .feature-section .image-content{order:1}.new-page .page-content .feature-section .text-content{order:2}}.new-page .page-content .feature-section .text-content .icon-placeholder{margin-bottom:20px}.new-page .page-content .feature-section .text-content .icon-placeholder .blue-icon{width:50px;height:50px;background-color:#e3f2fd;border-radius:12px;display:flex;align-items:center;justify-content:center;position:relative}.new-page .page-content .feature-section .text-content .icon-placeholder .blue-icon:after{content:"";width:24px;height:24px;background-color:#007bff;mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}.new-page .page-content .feature-section .text-content .icon-placeholder .blue-icon.wallet-icon:after{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M21 7.28V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-2.28c.59-.35 1-.98 1-1.72v-3c0-.74-.41-1.37-1-1.72zM20 9v6h-7V9h7zM5 19V5h14v2h-6c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h6v2H5z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M21 7.28V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-2.28c.59-.35 1-.98 1-1.72v-3c0-.74-.41-1.37-1-1.72zM20 9v6h-7V9h7zM5 19V5h14v2h-6c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h6v2H5z'/%3E%3C/svg%3E")}.new-page .page-content .feature-section .text-content .icon-placeholder .blue-icon.briefcase-icon:after{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M20 6h-4V4c0-1.11-.89-2-2-2h-4c-1.11 0-2 .89-2 2v2H4c-1.11 0-2 .89-2 2v11c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-8-2h4v2h-4V4zM4 8h16v11H4V8z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M20 6h-4V4c0-1.11-.89-2-2-2h-4c-1.11 0-2 .89-2 2v2H4c-1.11 0-2 .89-2 2v11c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-8-2h4v2h-4V4zM4 8h16v11H4V8z'/%3E%3C/svg%3E")}.new-page .page-content .feature-section .text-content .icon-placeholder .blue-icon.trophy-icon:after{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M20.2 2H3.8c-.77 0-1.4.63-1.4 1.4v3.31c0 2.2 1.34 4.09 3.2 4.79.86 2.45 2.91 4.31 5.4 4.8V20H7v2h10v-2h-4v-3.7c2.49-.49 4.54-2.35 5.4-4.8 1.86-.7 3.2-2.59 3.2-4.79V3.4c0-.77-.63-1.4-1.4-1.4zM5.4 6.71V4h1.8v3.6c-.72-.23-1.36-.6-1.8-.89zm13.2 0c-.44.29-1.08.66-1.8.89V4h1.8v2.71z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M20.2 2H3.8c-.77 0-1.4.63-1.4 1.4v3.31c0 2.2 1.34 4.09 3.2 4.79.86 2.45 2.91 4.31 5.4 4.8V20H7v2h10v-2h-4v-3.7c2.49-.49 4.54-2.35 5.4-4.8 1.86-.7 3.2-2.59 3.2-4.79V3.4c0-.77-.63-1.4-1.4-1.4zM5.4 6.71V4h1.8v3.6c-.72-.23-1.36-.6-1.8-.89zm13.2 0c-.44.29-1.08.66-1.8.89V4h1.8v2.71z'/%3E%3C/svg%3E")}.new-page .page-content .feature-section .text-content .icon-placeholder .blue-icon.plane-icon:after{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M21 16v-2l-8-5V3.5c0-.83-.67-1.5-1.5-1.5S10 2.67 10 3.5V9l-8 5v2l8-2.5V19l-2 1.5V22l3.5-1 3.5 1v-1.5L13 19v-5.5l8 2.5z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M21 16v-2l-8-5V3.5c0-.83-.67-1.5-1.5-1.5S10 2.67 10 3.5V9l-8 5v2l8-2.5V19l-2 1.5V22l3.5-1 3.5 1v-1.5L13 19v-5.5l8 2.5z'/%3E%3C/svg%3E")}.new-page .page-content .feature-section .text-content .icon-placeholder .blue-icon.graduation-icon:after{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12 3L1 9l11 6 9-4.91V17h2V9L12 3zM5 13.18v4L12 21l7-3.82v-4L12 17l-7-3.82z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12 3L1 9l11 6 9-4.91V17h2V9L12 3zM5 13.18v4L12 21l7-3.82v-4L12 17l-7-3.82z'/%3E%3C/svg%3E")}.new-page .page-content .feature-section .text-content h2{font-size:2.5rem;font-weight:700;color:#222;margin-bottom:25px}.new-page .page-content .feature-section .text-content .description{font-size:12px;color:#666;line-height:1.6;margin-bottom:30px}.new-page .page-content .feature-section .text-content .benefits-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:15px}.new-page .page-content .feature-section .text-content .benefits-list li{display:flex;align-items:center;gap:15px;color:#444;font-weight:500;font-size:12px}.new-page .page-content .feature-section .text-content .benefits-list li .check-icon{background-color:#007bff;color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:.8rem}.new-page .page-content .feature-section .image-content .image-placeholder{width:100%;height:400px;background-color:#eee;border-radius:20px;background-size:cover;background-position:center}.new-page .page-content .feature-section .image-content .image-placeholder.handshake-img{background-image:url(https://images.unsplash.com/photo-1556761175-5973dc0f32e7?ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80)}.new-page .page-content .feature-section .image-content .image-placeholder.team-img{background-image:url(https://images.unsplash.com/photo-1522071820081-009f0129c71c?ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80)}.new-page .page-content .feature-section .image-content .image-placeholder.club-img{background-image:url(https://images.unsplash.com/photo-1573164713988-8665fc963095?ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80)}.new-page .page-content .feature-section .image-content .image-placeholder.travel-img{background-image:url(https://images.unsplash.com/photo-1436491865332-7a61a109cc05?ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80)}.new-page .page-content .feature-section .image-content .image-placeholder.skill-img{background-image:url(https://images.unsplash.com/photo-1524178232363-1fb2b075b955?ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80)}.new-page .page-content .cta-section{margin-top:40px}.new-page .page-content .cta-section .cta-card{background-color:#99cfff;background:linear-gradient(135deg,#99cfff,#b3daff);padding:80px 40px;border-radius:30px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px;max-width:1000px;margin:0 auto}.new-page .page-content .cta-section .cta-card h2{font-size:2.5rem;font-weight:700;color:#222;margin:0}.new-page .page-content .cta-section .cta-card p{font-size:12px;color:#444;max-width:700px;line-height:1.6;margin:0}.new-page .page-content .cta-section .cta-card .cta-button{background-color:#007bff;color:#fff;border:none;padding:15px 40px;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:transform .2s ease,background-color .2s ease;margin-top:20px}.new-page .page-content .cta-section .cta-card .cta-button:hover{background-color:#0069d9;transform:translateY(-2px)}
