body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.footer{background:linear-gradient(180deg,#0f172a,#1e1b4b 50%,#2d2661);border-top:1px solid #8b5cf633;color:#f5f3ff;margin-top:0;padding:60px 0 0}.footer-container{margin:0 auto;max-width:1200px;padding:0 20px}.footer-content{grid-gap:60px;display:grid;gap:60px;grid-template-columns:2fr 1.2fr 1.2fr 1.5fr;padding:60px 0 40px}@media (max-width:1024px){.footer-content{gap:40px;grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.footer-content{gap:32px;grid-template-columns:1fr;padding:40px 0 30px}}.footer-brand{display:flex;flex-direction:column;gap:16px}.footer-logo{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#a5b4fc,#c4b5fd);-webkit-background-clip:text;background-clip:text;font-size:24px;font-weight:800;margin-bottom:4px}.footer-tagline{color:#f5f3ffcc;font-size:15px;line-height:1.6;margin-bottom:8px}.social-icons{display:flex;gap:12px;margin-top:12px}.social-icon{align-items:center;background:#8b5cf626;border:1px solid #8b5cf64d;border-radius:50%;color:#c4b5fd;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-icon:hover{background:#8b5cf64d;border-color:#8b5cf699;color:#f5f3ff;transform:translateY(-4px)}.footer-section{display:flex;flex-direction:column;gap:20px}.footer-section h4{color:#f5f3ff;font-size:16px;font-weight:700;margin:0}.footer-links{display:flex;flex-direction:column;gap:12px;list-style:none}.footer-links li a{color:#f5f3ffb3;font-size:15px;position:relative;text-decoration:none;transition:all .3s ease}.footer-links li a:hover{color:#f5f3ff;padding-left:4px}.footer-contact{gap:16px}.contact-desc{color:#f5f3ffb3;font-size:14px;line-height:1.6;margin:0}.newsletter-form{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#8b5cf61a;border:1px solid #8b5cf64d;border-radius:50px;display:flex;gap:8px;padding:8px}.email-input{background:#0000;border:none;color:#f5f3ff;flex:1 1;font-size:14px;outline:none;padding:0 16px}.email-input::placeholder{color:#f5f3ff80}.submit-btn{align-items:center;background:linear-gradient(135deg,#8b5cf6,#6366f1);border-radius:50%;display:flex;flex-shrink:0;font-size:1px;height:40px;justify-content:center;width:100px}.submit-btn:hover{background:linear-gradient(135deg,#7c3aed,#4f46e5);box-shadow:0 8px 20px #8b5cf666;transform:translateY(-2px)}.contact-phone{align-items:center;color:#c4b5fd;display:flex;font-size:15px;font-weight:500;gap:12px;margin-top:8px}.contact-phone svg{flex-shrink:0}.footer-bottom{align-items:center;border-top:1px solid #8b5cf633;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;padding:32px 0}@media (max-width:640px){.footer-bottom{flex-direction:column;text-align:center}}.footer-bottom p{color:#f5f3ff99;font-size:14px;margin:0}.footer-bottom-links{display:flex;gap:24px}.footer-bottom-links a{color:#f5f3ff99;font-size:14px;text-decoration:none;transition:all .3s ease}.footer-bottom-links a:hover{color:#f5f3ff}@media (prefers-reduced-motion:no-preference){.footer-section{animation:fadeInUp .8s ease-out}}.home-features-section{background:linear-gradient(135deg,#1e1b4b,#3730a3 50%,#6366f1);overflow:hidden;padding:80px 20px;position:relative}.feature-showcase-title{color:#6366f1}.features-cta-button{background:linear-gradient(135deg,#1e1b4b,#3730a3 50%,#6366f1)}.features-bg{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:0}.star{animation:twinkle 3s infinite;background:#6366f11a;border-radius:50%;height:2px;position:absolute;width:2px}.star:first-child{animation-delay:0s;left:10%;top:10%}.star:nth-child(2){animation-delay:1s;right:15%;top:20%}.star:nth-child(3){animation-delay:2s;left:20%;top:60%}.star:nth-child(4){animation-delay:1.5s;bottom:20%;right:30%}.star:nth-child(5){animation-delay:2.5s;right:10%;top:40%}.features-container{margin:0 auto;max-width:1200px;position:relative;z-index:1}.features-header{animation:fadeInDown .8s ease;margin-bottom:64px;text-align:center}.features-title{color:#fff;font-size:clamp(32px,5vw,48px);font-weight:800;line-height:1.2;margin-bottom:12px}.features-subtitle{color:#fff;font-size:18px;font-weight:500;margin:0 auto;max-width:600px}.feature-showcase-card{animation:cardSlideIn .6s ease forwards;animation-delay:0s;animation-delay:var(--feature-delay,0s);background:linear-gradient(145deg,#1e1b4b,#2e2b55,#4b4b61);border:none;border-radius:20px;box-shadow:0 10px 30px #0000004d;cursor:pointer;opacity:0;overflow:hidden;padding:32px 24px;position:relative;transform-style:preserve-3d;transition:transform .4s cubic-bezier(.34,1.56,.64,1),box-shadow .4s ease}.feature-showcase-card:hover{box-shadow:0 25px 60px rgba(0,0,0,.075);transform:translateY(-15px) rotateX(8deg) rotateY(4deg) scale(1.03)}.feature-showcase-card:before{background:linear-gradient(90deg,#0000,#ffffff1f,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.feature-showcase-card:hover:before{left:100%}.feature-icon-container{align-items:center;background:#ffffff1a;border-radius:16px;box-shadow:0 8px 20px rgba(0,0,0,.305);display:flex;height:64px;justify-content:center;margin-bottom:16px;transition:all .3s ease;width:64px}.feature-emoji{color:#f5f3ff!important;font-size:32px}.feature-showcase-card:hover .feature-icon-container{transform:scale(1.1) rotate(-5deg)}.feature-showcase-title{color:#ddd6ff;font-size:20px;font-weight:700;margin-bottom:8px}.feature-showcase-description{color:#fff;font-size:15px;line-height:1.6}.feature-arrow{bottom:16px;color:#fff;font-size:24px;opacity:0;position:absolute;right:24px;transform:translateX(-8px);transition:all .3s ease}.feature-showcase-card:hover .feature-arrow{opacity:1;transform:translateX(0)}.features-cta-button{align-items:center;background:linear-gradient(135deg,#1e1b4b,#ddd6ff);border:none;border-radius:50px;box-shadow:0 12px 30px #6366f14d;color:#f5f3ff;cursor:pointer;display:inline-flex;font-size:16px;font-weight:600;gap:12px;padding:14px 40px;transition:all .3s ease}.features-cta-button:hover{transform:translateY(-2px)}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.home-features-section{padding:60px 20px}.features-header{margin-bottom:48px}.features-cards-grid{gap:20px;grid-template-columns:1fr}}@media (max-width:480px){.features-title{font-size:28px}}.features-cards-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-bottom:48px;perspective:1200px}.feature-arrow,.feature-icon-container,.feature-showcase-description,.feature-showcase-title{transform:translateZ(20px)}.features-link-wrapper{align-items:center;display:flex;justify-content:center;text-decoration:none!important}.features-cta-button{background:#1e1b4b 0,#ddd6ff 100%;color:#ddd6ff}.how-it-works{background:linear-gradient(180deg,#c7d2fe,#a5b4fc 70%);overflow:hidden;padding:90px 20px 120px;position:relative;text-align:center}.circle-1,.circle-2{border-radius:50%;pointer-events:none;position:absolute}.circle-1{border:45px solid #818cf8;left:-45%;opacity:.12;top:-45%}.circle-1,.circle-2{height:90%;width:90%}.circle-2{border:55px solid #a78bfa;bottom:-45%;opacity:.18;right:-45%}.animate-spin-slow{animation:spin-slow 28s linear infinite}.animate-spin-slower{animation:spin-slower 38s linear infinite}.section-title{color:#1e293b;font-size:42px}.section-subtitle{color:#334155;font-size:18px;margin:12px 0 60px}.steps-row{flex-wrap:wrap;gap:40px;justify-content:center}.step-box,.steps-row{display:flex;position:relative}.step-box{align-items:center;flex-direction:column;width:240px}.connector{background:#6366f1;height:4px;position:absolute;right:-80px;top:55px;width:80px}.step-icon{align-items:center;border-radius:50%;box-shadow:0 10px 25px #0003;display:flex;height:70px;justify-content:center;margin-bottom:-35px;transition:transform .35s ease;width:70px;z-index:2}.step-card{background:#fff;border-radius:18px;box-shadow:0 10px 35px #0000001f;box-sizing:border-box;padding:34px 22px;text-align:center;transition:transform .35s ease,box-shadow .35s ease;width:240px}.step-card h3{font-size:20px;font-weight:700;margin-bottom:10px}.step-card p{color:#475569;font-size:15px;line-height:1.6;overflow-wrap:break-word}.step-box:hover .step-card{box-shadow:0 18px 45px #0000002e;transform:translateY(-8px)}.step-box:hover .step-icon{transform:scale(1.08)}@media (max-width:768px){.steps-row{align-items:center;flex-direction:column;gap:30px}.step-box{max-width:320px;width:100%}.step-card{height:auto;min-height:160px;width:100%}.step-icon{margin-bottom:-28px}.connector{display:none}}.why-choose{background:linear-gradient(135deg,#f9fafb,#f3f4f6);overflow:hidden;padding:100px 20px;position:relative}.why-choose:before{background:radial-gradient(circle at 20% 50%,#6366f10d 0,#0000 50%),radial-gradient(circle at 80% 80%,#8b5cf60d 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.container{position:relative;z-index:1}.why-choose-header{animation:fadeInUp .8s ease both;margin-bottom:64px;text-align:center}.why-choose-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e1b4b,#4f46e5);-webkit-background-clip:text;background-clip:text;color:#1e1b4b;font-size:clamp(32px,5vw,48px);font-weight:800;margin-bottom:16px}.why-choose-subtitle{color:#6b7280;font-size:18px;line-height:1.6;margin:0 auto;max-width:600px}.benefits-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));position:relative}@media (min-width:1024px){.benefits-grid{grid-template-columns:repeat(4,1fr)}.benefit-card:not(:last-child):after{background:linear-gradient(90deg,#e5e7eb,#0000);content:"";height:2px;left:100%;position:absolute;top:60px;width:calc(100% - 60px);z-index:-1}}.benefit-card:hover{background:linear-gradient(135deg,#fff,#f9f7ff);border-color:#6366f133;box-shadow:0 24px 48px #6366f126;transform:translateY(-12px) scale(1.02)}.benefit-icon-wrapper{height:80px;margin:0 auto 20px;position:relative;transition:all .3s ease;width:80px}.benefit-icon,.benefit-icon-wrapper{align-items:center;display:flex;justify-content:center}.benefit-icon{font-size:40px;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.benefit-card:hover .benefit-icon{transform:scale(1.15) rotate(5deg)}.benefit-card:hover .benefit-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e1b4b,#4f46e5);-webkit-background-clip:text;background-clip:text}.benefit-card:hover .benefit-description{color:#4b5563}.connecting-line{background:linear-gradient(90deg,#0000,#6366f1,#0000);bottom:-2px;height:2px;left:20%;opacity:0;position:absolute;right:20%;transition:opacity .3s ease}.benefit-card:hover .connecting-line{opacity:1}@keyframes cardSlideIn{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.why-choose{padding:60px 20px}.why-choose-header{margin-bottom:48px}.benefits-grid{gap:24px;grid-template-columns:1fr}.benefit-card{padding:28px 24px}.benefit-card:not(:last-child):after{display:none}}@media (max-width:480px){.why-choose-title{font-size:28px}.why-choose-subtitle{font-size:16px}.benefit-card{padding:24px 20px}.benefit-icon-wrapper{height:70px;width:70px}.benefit-icon{font-size:36px}}.gradient-bg{align-items:center;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:50%;color:#fff;display:inline-flex;justify-content:center;padding:18px;transition:transform .3s ease,box-shadow .3s ease}.benefit-card:hover .gradient-bg{box-shadow:0 12px 25px #6366f166;transform:scale(1.15)}.benefit-card{background:#fff;border-radius:18px;box-shadow:0 4px 20px #0000000d;cursor:pointer;padding:30px;text-align:center;transition:all .3s ease}.benefit-card.active,.benefit-card:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-8px)}.benefit-title{color:#1e1e1e;font-weight:700;margin-top:15px}.benefit-description{color:#555;font-size:.95rem;line-height:1.5;margin-top:10px}.testimonials-page{background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;width:100%}.testimonials-hero .hero-container{animation:fadeUp .8s ease-out forwards;opacity:0;transform:translateY(30px)}.testimonial-card{animation:cardReveal .7s ease-out forwards;transform:translateY(25px)}.testimonial-card:hover{box-shadow:0 15px 35px #00000026;transform:translateY(-8px) scale(1.02)}.stats-section .stat-card{animation:fadeUp .7s ease-out forwards;opacity:0;transform:translateY(20px)}.testimonials-cta{animation:fadeIn 1s ease-out forwards;opacity:0}.testimonials-hero{align-items:center;background:linear-gradient(135deg,#1e1b4b,#3730a3 50%,#6366f1);color:#f5f3ff;display:flex;flex-direction:column;justify-content:center;min-height:450px;padding:120px 20px;position:relative;text-align:center}.chip{animation:fadeInUp .8s ease .2s both;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f5f3ff1a;border:1px solid #f5f3ff4d;border-radius:50px;color:#f5f3ff;font-size:16px;gap:8px;margin-bottom:32px;padding:10px 20px}.chip-icon{font-size:20px}.hero-title{animation:fadeInUp .8s ease .3s both}.hero-description{animation:fadeInUp .8s ease .4s both;font-size:clamp(16px,2vw,20px);margin:0 auto;max-width:800px}.testimonials-section{background:#fff;padding:80px 20px}.scroll-reveal{opacity:0;transform:translateY(50px);transition:opacity .6s ease-out,transform .6s ease-out;will-change:opacity,transform}.scroll-reveal.visible{opacity:1;transform:translateY(0)}.section-title{background:linear-gradient(135deg,#1e1b4b,#6366f1);margin-bottom:60px}.testimonials-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));margin:0 auto;max-width:1200px}.testimonial-card{animation:cardEntrance .8s ease-out forwards;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:linear-gradient(135deg,#6366f140,#8b5cf640);border:1px solid #6366f180;border-radius:24px;box-shadow:0 12px 40px #6366f126;color:#1e1b4b;opacity:0;overflow:hidden;padding:32px;position:relative;transform:translateY(25px) scale(.98);transition:all .4s cubic-bezier(.34,1.56,.64,1)}.testimonial-card:first-child{animation-delay:.1s}.testimonial-card:nth-child(2){animation-delay:.2s}.testimonial-card:nth-child(3){animation-delay:.3s}.testimonial-card:nth-child(4){animation-delay:.4s}.testimonial-card:nth-child(5){animation-delay:.5s}.testimonial-card:nth-child(6){animation-delay:.6s}@keyframes cardEntrance{0%{opacity:0;transform:translateY(25px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.testimonial-card:before{background:radial-gradient(circle,#6366f1 0,#0000 70%);background:radial-gradient(circle,var(--card-color,#6366f1) 0,#0000 70%);content:"";height:200px;opacity:0;position:absolute;right:-50%;top:-50%;transform:rotate(20deg);transition:opacity .5s ease,transform .5s ease;width:200px;z-index:0}.testimonial-card:hover{background:linear-gradient(135deg,#6366f14d,#8b5cf64d);border-color:#6366f199;box-shadow:0 25px 80px #6366f14d,0 10px 30px #8b5cf633;transform:translateY(-14px) scale(1.04) rotate(.5deg)}.testimonial-card:hover:before{opacity:.15;transform:rotate(0deg)}.testimonial-card:active{box-shadow:0 8px 25px #6366f11f;transform:translateY(4px) scale(.97);transition:transform .1s ease,box-shadow .1s ease}.testimonial-header{align-items:center;display:flex;gap:16px;margin-bottom:20px;position:relative;z-index:1}.testimonial-avatar{align-items:center;border-radius:50%;box-shadow:0 8px 20px #6366f14d;color:#fff;display:flex;font-size:18px;font-weight:700;height:56px;justify-content:center;width:56px}.testimonial-info{flex:1 1}.testimonial-name{color:#1e1b4b;font-size:16px;font-weight:700;margin-bottom:4px}.testimonial-role{color:#8b5cf6;font-size:14px;font-weight:500}.testimonial-rating{display:flex;gap:6px;margin-bottom:16px;position:relative;z-index:1}.star{animation:fadeInUp .6s ease both;font-size:16px}.testimonial-quote{color:#475569;font-size:15px;font-weight:500;line-height:1.7;margin-bottom:20px;position:relative;z-index:1}.testimonial-quote:before{color:#6366f1;color:var(--card-color,#6366f1);content:'"';font-size:36px;font-weight:700;margin-right:4px;opacity:.2}.testimonial-accent{border-radius:50% 0 50% 0;bottom:0;height:120px;opacity:0;position:absolute;right:0;transition:opacity .4s ease;width:120px;z-index:0}.testimonial-card:hover .testimonial-accent{opacity:.6}.stats-section{background:linear-gradient(135deg,#f0f4ff,#f8faff);overflow:hidden;padding:80px 20px;position:relative}.stats-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin:0 auto;max-width:1200px}.stat-card{animation:statCardEntrance .8s ease-out forwards;background:linear-gradient(135deg,#fff,#f9f9ff);border-radius:20px;box-shadow:0 8px 32px #1e1b4b14;cursor:pointer;opacity:0;overflow:hidden;padding:32px;position:relative;text-align:center;transform:translateY(30px) scale(.98);transition:all .4s cubic-bezier(.34,1.56,.64,1)}.stat-card:first-child{animation-delay:.1s}.stat-card:nth-child(2){animation-delay:.2s}.stat-card:nth-child(3){animation-delay:.3s}.stat-card:nth-child(4){animation-delay:.4s}@keyframes statCardEntrance{0%{opacity:0;transform:translateY(30px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.stat-card:hover{background:linear-gradient(135deg,#f5f5ff,#e0e0ff);box-shadow:0 28px 80px #6366f159,0 12px 30px #8b5cf640;transform:translateY(-16px) scale(1.08) rotateX(6deg) rotate(-1deg);transition:transform .4s cubic-bezier(.34,1.56,.64,1),box-shadow .4s ease,background .4s ease}.stat-card:before{background:radial-gradient(circle,#6366f126 0,#0000 70%);content:"";height:200px;left:-50%;opacity:0;position:absolute;top:-50%;transform:rotate(0deg) scale(.8);transition:all .5s ease;width:200px;z-index:0}.stat-card:hover:before{opacity:.25;transform:rotate(45deg) scale(1.1)}@keyframes popBounce{0%{transform:translateY(0) scale(1)}50%{transform:translateY(-10px) scale(1.05)}to{transform:translateY(0) scale(1)}}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-background-clip:text;background-clip:text;font-size:clamp(32px,5vw,48px);font-weight:800;margin-bottom:12px}.stat-label,.stat-number{animation:fadeInUp .6s ease both;position:relative;z-index:1}.stat-label{animation-delay:.2s;color:#6b7280;font-size:16px;font-weight:600}.testimonials-cta{background:linear-gradient(135deg,#1e1b4b,#3730a3 50%,#6366f1);color:#f5f3ff;padding:120px 20px;text-align:center}.testimonials-cta h2{-webkit-text-fill-color:#0000;animation:fadeInUp .8s ease .2s both;background:linear-gradient(45deg,#f5f3ff,#c4b5fd);-webkit-background-clip:text;background-clip:text;font-size:clamp(32px,5vw,48px);font-weight:800;margin-bottom:16px}.testimonials-cta p{animation:fadeInUp .8s ease .3s both;color:#f5f3ffe6;font-size:18px;margin:0 auto 32px;max-width:600px}.cta-button{border:#fff;display:inline-flex;gap:8px}.button-icon{font-size:20px;transition:transform .3s ease}.cta-button:hover .button-icon{transform:translateX(4px)}@media (max-width:768px){.testimonials-hero{padding:60px 20px}.testimonials-grid{gap:24px;grid-template-columns:1fr}.stats-grid{gap:20px;grid-template-columns:repeat(2,1fr)}.stat-card,.testimonial-card{padding:24px}.testimonials-cta{padding:60px 20px}}@media (max-width:480px){.stats-grid{grid-template-columns:1fr}.hero-title{margin-bottom:16px}.cta-button{justify-content:center;width:100%}}@keyframes cardReveal{0%{opacity:0;transform:translateY(25px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.chip-icon{color:#ddd6ff}.mode-selection-overlay{align-items:center;animation:fadeIn .3s ease;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mode-selection-container{animation:slideUp .3s ease;background:#f5f3ff;border-radius:24px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:900px;overflow-y:auto;padding:30px;position:relative;width:100%}.close-button{align-items:center;background:#ffffffe6;border:none;border-radius:50%;color:#1e1b4b;cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;position:absolute;right:16px;top:16px;transition:all .2s ease;width:32px;z-index:10}.close-button:hover{background:#fff;color:#1e1b4b;transform:rotate(90deg)}.mode-header{margin-bottom:24px;text-align:center}.logo{align-items:center;display:inline-flex;gap:8px;margin-bottom:12px}.logo-text{color:#1e1b4b;font-size:28px;font-weight:800}.mode-title{color:#1e1b4b;font-size:20px;font-weight:600;margin:0}.mode-cards{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.mode-card{background:#ddd6ff!important;border:2px solid #ddd6ff;border-radius:16px;cursor:pointer;padding:20px;transition:all .3s ease}.mode-card:hover{background:#1e1b4b!important;border-color:#1e1b4b;box-shadow:0 12px 24px #1e1b4b4d;transform:translateY(-4px)}.mode-card:hover .card-description,.mode-card:hover .card-header h3,.mode-card:hover .features-list li{color:#f5f3ff}.mode-card:hover .icon-wrapper{background:#ddd6ff}.mode-card:hover .icon-wrapper svg{stroke:#1e1b4b}.mode-card:hover .checkmark{color:#ddd6ff}.mode-card:hover .continue-button{background:#ddd6ff;color:#1e1b4b}.parent-card,.student-card{background:#ddd6ff!important}.card-header{gap:12px;margin-bottom:12px}.card-header,.icon-wrapper{align-items:center;display:flex}.icon-wrapper{border-radius:12px;color:#f5f3ff;height:40px;justify-content:center;transition:all .3s ease;width:40px}.icon-wrapper,.parent-icon,.student-icon{background:#1e1b4b}.card-header h3{font-size:22px;font-weight:700;margin:0}.card-description,.card-header h3{color:#1e1b4b;transition:all .3s ease}.card-description{font-size:13px;line-height:1.5;margin-bottom:14px;opacity:.8}.features-list{margin:0 0 16px}.features-list li{align-items:center;display:flex;font-size:13px;gap:8px;margin-bottom:6px}.checkmark,.features-list li{color:#1e1b4b;transition:all .3s ease}.checkmark{font-size:16px}.continue-button{background:#1e1b4b;border:none;border-radius:12px;color:#f5f3ff;cursor:pointer;font-size:15px;font-weight:600;padding:12px 20px;transition:all .3s ease;width:100%}.student-button{background:#1e1b4b;box-shadow:0 4px 12px #1e1b4b4d}.student-button:hover{background:#ddd6ff;box-shadow:0 6px 16px #1e1b4b66;color:#1e1b4b;transform:translateY(-2px)}.parent-button{background:#1e1b4b;box-shadow:0 4px 12px #1e1b4b4d}.parent-button:hover{background:#ddd6ff;box-shadow:0 6px 16px #1e1b4b66;color:#1e1b4b;transform:translateY(-2px)}.continue-button:active{transform:translateY(0)}@media (max-width:900px){.mode-cards{grid-template-columns:1fr}.mode-selection-container{max-width:500px}}@media (max-width:768px){.mode-selection-container{border-radius:16px;max-width:100%;padding:24px}.mode-title{font-size:18px}.card-header h3{font-size:20px}.card-description,.features-list li{font-size:13px}}@media (max-width:480px){.mode-selection-overlay{padding:12px}.mode-selection-container{padding:20px}.logo-text{font-size:24px}.mode-title{font-size:16px}.mode-card{padding:18px}}.features-page{background:#f1f5f9;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;width:100%}.hero-section{background:linear-gradient(135deg,#1e1b4b,#3730a3 50%,#6366f1);color:#f5f3ff;min-height:70vh;padding:120px 20px}.hero-section:after{background:linear-gradient(#0000,#f1f5f9);height:120px;z-index:1}.hero-section:after,.hero-section:before{bottom:0;content:"";left:0;position:absolute;right:0}.hero-section:before{background:radial-gradient(circle at 20% 50%,#8b5cf61a 0,#0000 50%),radial-gradient(circle at 80% 80%,#6366f11a 0,#0000 50%);top:0;z-index:0}.hero-container{max-width:900px;z-index:2}.hero-title{-webkit-text-fill-color:#0000;animation:fadeInUp .8s ease .2s both;background:linear-gradient(45deg,#f5f3ff,#c4b5fd,#a5b4fc);-webkit-background-clip:text;background-clip:text;font-size:clamp(42px,8vw,64px);font-weight:800;margin-bottom:24px}.hero-description{animation:fadeInUp .8s ease .3s both;font-size:18px;font-weight:300;line-height:1.6;margin-bottom:32px;opacity:.9}.cta-button{animation:fadeInUp .8s ease .4s both}.all-features-section{background:#bdbaf8;overflow:hidden;padding:80px 20px;position:relative}.all-features-section:before{animation:spin-slow 28s linear infinite;border:35px solid #6366f114;border-radius:50%;content:"";height:60%;left:-30%;pointer-events:none;position:absolute;top:-30%;width:60%}.all-features-section:after{animation:spin-slower 38s linear infinite;border:40px solid #8b5cf61a;border-radius:50%;bottom:-25%;content:"";height:50%;pointer-events:none;position:absolute;right:-25%;width:50%}@keyframes spin-slow{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin-slower{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}.feature-section-block{animation:fadeInUp .8s ease;margin-bottom:80px;position:relative;z-index:1}.section-header{margin-bottom:60px;position:relative;text-align:center}.section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e1b4b,#3730a3 50%,#6366f1);-webkit-background-clip:text;background-clip:text;color:#1e1b4b;display:inline-block;font-size:clamp(32px,5vw,48px);font-weight:800;margin-bottom:16px;position:relative;width:100%}.section-divider{background:linear-gradient(90deg,#6366f1,#8b5cf6 50%,#6366f1);border-radius:2px;box-shadow:0 0 20px #8b5cf64d;height:4px;margin:16px auto 0;width:80px}.features-grid{grid-gap:32px;gap:32px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin:0 auto;max-width:1200px}.feature-card-new{animation:cardFadeIn .6s ease;background:#fff;border-radius:20px;box-shadow:0 8px 32px #1e1b4b1a;flex-direction:column;overflow:hidden;will-change:opacity,transform}.feature-card-new,.feature-header{display:flex;transition:all .3s ease}.feature-header{align-items:center;gap:16px;padding:24px}.feature-icon{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:12px;display:flex;flex-shrink:0;font-size:36px;height:60px;justify-content:center;transition:transform .3s ease;width:60px}.feature-header-title{color:#fff;font-size:18px;font-weight:700;line-height:1.3}.feature-content{display:flex;flex-direction:column;flex-grow:1;padding:24px}.feature-desc{color:#6b7280;font-size:15px;line-height:1.6;margin-bottom:20px}.feature-points{flex-grow:1}.points-label{color:#1e1b4b;font-size:14px;font-weight:700;margin-bottom:12px}.points-list{list-style:none;margin:0 0 20px;padding:0}.points-list li{align-items:center;color:#4b5563;display:flex;font-size:14px;gap:10px;line-height:1.5;margin-bottom:8px}.checkmark{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;color:#fff;display:inline-flex;flex-shrink:0;font-size:12px;font-weight:700;height:20px;justify-content:center;width:20px}.learn-more-link{color:#6366f1;cursor:pointer;display:inline-block;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s ease}.learn-more-link:hover{color:#8b5cf6;transform:translateX(4px)}.feature-card-new:hover{box-shadow:0 20px 50px #1e1b4b26;transform:translateY(-12px)}.feature-card-new:hover .feature-icon{transform:scale(1.1)}.cta-section{background:linear-gradient(135deg,#1e1b4b,#3730a3);color:#f5f3ff;overflow:hidden;padding:120px 20px;position:relative}.cta-section:before{background:radial-gradient(circle at 20% 50%,#8b5cf61a 0,#0000 50%),radial-gradient(circle at 80% 50%,#6366f11a 0,#0000 50%);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}.cta-section h2,.cta-section p{position:relative;z-index:1}.cta-section h2{font-size:clamp(32px,5vw,48px);font-weight:800;margin-bottom:16px}.cta-section p{color:#f5f3ffe6;font-size:18px;margin:0 auto 32px;max-width:600px}.cta-button-large{background:linear-gradient(45deg,#8b5cf6,#6366f1);box-shadow:0 12px 30px #8b5cf666;color:#f5f3ff;display:inline-block;font-size:16px;padding:14px 48px;position:relative;transition:all .3s ease;z-index:1}.cta-button-large:hover{background:#fff;box-shadow:0 16px 40px #8b5cf699;transform:translateY(-2px)}.gradient-blue{background:linear-gradient(135deg,#2563eb,#3b82f6)}.gradient-blue-purple{background:linear-gradient(135deg,#3b82f6,#9333ea)}.gradient-purple-pink{background:linear-gradient(135deg,#a855f7,#ec4899)}.gradient-pink-red{background:linear-gradient(135deg,#ec4899,#dc2626)}.gradient-red-orange{background:linear-gradient(135deg,#ef4444,#ea580c)}.gradient-yellow-orange{background:linear-gradient(135deg,#facc15,#f97316)}.gradient-sky-blue{background:linear-gradient(135deg,#0ea5e9,#2563eb)}.gradient-green-blue{background:linear-gradient(135deg,#10b981,#3b82f6)}.gradient-teal-cyan{background:linear-gradient(135deg,#14b8a6,#06b6d4)}.gradient-cyan-blue{background:linear-gradient(135deg,#06b6d4,#2563eb)}.gradient-violet-pink{background:linear-gradient(135deg,#8b5cf6,#ec4899)}.gradient-rose-yellow{background:linear-gradient(135deg,#f43f5e,#fbbf24)}.gradient-teal-sky{background:linear-gradient(135deg,#14b8a6,#22d3ee)}.gradient-orange-rose{background:linear-gradient(135deg,#f97316,#f43f5e)}.gradient-emerald-teal{background:linear-gradient(135deg,#10b981,#14b8a6)}.scroll-reveal{opacity:0!important;transform:translateY(60px)!important;transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1)!important}.scroll-reveal.visible{opacity:1!important;transform:translateY(0)!important}.scroll-reveal-child{opacity:0!important;transform:translateY(30px)!important;transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1)!important}.scroll-reveal-child.visible{opacity:1!important;transform:translateY(0)!important}.feature-card-new.visible:hover{box-shadow:0 20px 50px #1e1b4b26;transform:translateY(-12px)!important}.feature-card-new.visible:hover .feature-icon{transform:scale(1.1)}button:hover{background:linear-gradient(45deg,#7c3aed,#4f46e5)!important;box-shadow:0 16px 40px #8b5cf699!important;transform:translateY(-2px)!important}a:hover{color:#8b5cf6!important;transform:translateX(4px)!important}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero-section{min-height:auto;padding:60px 20px}.features-grid{gap:20px}.feature-header{flex-direction:column;padding:20px;text-align:center}.feature-content{padding:20px}.section-title{font-size:32px;margin-bottom:12px}.cta-section{padding:60px 20px}.all-features-section:after,.all-features-section:before{display:none}.feature-card-new{display:flex;flex-direction:column;justify-content:space-between;min-height:380px}}@keyframes zoomSlow{0%{transform:scale(1.1)}to{transform:scale(1.15)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes bounceSlow{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,10px)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-zoom{animation:zoomSlow 20s ease-in-out infinite alternate;filter:blur(1px)}.animate-fadeInUp{animation:fadeUp 1.2s ease forwards;animation-delay:.5s;opacity:0}.animate-bounce-slow{animation:bounceSlow 2s infinite}.about-page{color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;overflow:hidden}.hero-section{align-items:center;color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:80vh;overflow:hidden;padding:0 24px;position:relative;text-align:center}.hero-background{height:100%;inset:0;position:absolute;width:100%}.hero-image{height:100%;object-fit:cover;width:100%}.hero-overlay{background:linear-gradient(180deg,#1e1b4bd9,#4338cacc,#7e22ced9);inset:0;position:absolute}.hero-container,.hero-content{margin:0 auto;max-width:1280px;position:relative;z-index:10}.hero-title{color:#fff;margin-top:1.5rem}.hero-title,.hero-title-main{font-size:5rem;font-weight:900;letter-spacing:-.02em;line-height:1.1;margin-bottom:1.5rem;text-shadow:0 4px 20px #0000004d}.hero-title-gradient{-webkit-text-fill-color:#0000;animation:float 3s ease-in-out infinite;background:linear-gradient(135deg,#60a5fa,#a78bfa 50%,#c084fc);-webkit-background-clip:text;background-clip:text;display:inline-block}.hero-badge{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#6366f140;border:1px solid #fff3;border-radius:9999px;box-shadow:0 8px 32px #6366f133;display:inline-block;margin-bottom:2rem;padding:.75rem 2rem}.hero-badge span{color:#e0e7ff;font-size:.95rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.chip{align-items:center;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#6366f140;border:1px solid #fff3;border-radius:9999px;box-shadow:0 8px 32px #6366f133;display:inline-flex;gap:.5rem;margin-bottom:2rem;padding:.75rem 1.5rem}.chip-icon{color:#e0e7ff;font-size:1rem}.chip span{color:#e0e7ff;font-size:.95rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.hero-description{color:#dce7ff;font-size:1.125rem;font-weight:400;line-height:1.8;margin:0 auto 2.5rem;max-width:700px;text-shadow:0 2px 10px #0000004d}.cta-button{align-items:center;background:linear-gradient(90deg,#3b82f6,#9333ea);border-radius:9999px;box-shadow:0 25px 50px -12px #00000040;color:#fff;display:flex;font-weight:700;gap:12px;margin:0 auto;padding:16px 40px}.cta-button:hover{box-shadow:0 30px 60px -12px #9333ea80;transform:scale(1.05)}.arrow-icon,.button-icon{height:20px;width:20px}.scroll-arrow{bottom:40px;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.scroll-svg{color:#fffc;height:32px;transform:rotate(90deg);width:32px}.mission-vision-section{background:linear-gradient(180deg,#0f172a,#1e293b 50%,#334155);overflow:hidden;padding:100px 0;position:relative}.mission-vision-section:before{background:linear-gradient(90deg,#0000,#6366f180,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.mission-grid{grid-gap:60px;display:grid;gap:60px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.mission-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#33415580;border:1px solid #64748b4d;border-radius:20px;padding:40px;transition:all .4s ease}.mission-vision-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr;margin:0 auto;max-width:1400px}@media (min-width:968px){.mission-vision-grid{gap:60px;grid-template-columns:1fr 1fr}}.mission-vision-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#2d4a7c,#3d5a8c);border:1px solid #64748b4d;border-radius:20px;overflow:visible;padding:50px 40px 40px;position:relative;transition:all .4s ease}.mission-vision-card:before{background:linear-gradient(90deg,#6366f1,#8b5cf6,#ec4899);content:"";height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .4s ease}.mission-vision-card:hover:before{transform:scaleX(1)}.mission-vision-card:hover{border-color:#6366f180;box-shadow:0 20px 40px #6366f14d;transform:translateY(-8px)}.mission-vision-icon{align-items:center;border-radius:12px;box-shadow:0 4px 15px #0003;display:flex;height:80px;justify-content:center;margin-bottom:25px;transition:all .3s ease;width:80px}.mission-icon,.vision-icon{background:linear-gradient(135deg,#3b7dd6,#5091e6)}.mission-vision-card:hover .mission-vision-icon{transform:scale(1.1) rotate(5deg)}.mission-vision-icon svg{color:#fff;height:32px;width:32px}.mission-title,.mission-vision-title{color:#fff;font-size:2rem;font-weight:700;letter-spacing:-.02em;margin-bottom:20px}.mission-description,.mission-vision-description{color:#cbd5e1;font-size:1.05rem;line-height:1.8;margin:0}.mission-icon{align-items:center;display:flex;justify-content:center;margin-bottom:25px}.section-title{color:#1e3a8a;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.section-subtitle{color:#64748b;font-size:1.125rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:700px;text-align:center}.problem-section{background:linear-gradient(135deg,#f8fafc,#e0e7ff);padding:80px 0}.problem-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:40px}.problem-card{background:#fff;border-radius:15px;box-shadow:0 4px 6px #0000001a;padding:30px;transition:transform .3s ease,box-shadow .3s ease}.problem-card:hover{box-shadow:0 10px 20px #00000026;transform:translateY(-5px)}.problem-icon{color:#6366f1;margin-bottom:15px}.problem-title{color:#1e3a8a;font-size:1.5rem;margin-bottom:10px}.problem-description{color:#64748b;line-height:1.6}.features-section{background:#fff;padding:80px 0}.features-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:40px}.feature-card{border-radius:15px;color:#fff;padding:30px;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{box-shadow:0 15px 30px #6366f14d;transform:translateY(-5px)}.feature-icon,.feature-icon-box{margin-bottom:15px}.feature-title{font-size:1.5rem;font-weight:600;margin-bottom:10px}.feature-description{line-height:1.6;opacity:.9}.parent-section{background:linear-gradient(135deg,#f8fafc,#e0e7ff);padding:80px 0}.parent-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr;margin-top:40px}@media (min-width:968px){.parent-grid{grid-template-columns:1fr 1fr}}.parent-card{background:#fff;border-radius:15px;box-shadow:0 4px 6px #0000001a;padding:40px}.parent-icon-box{margin-bottom:20px}.parent-card-title{color:#1e3a8a;font-size:1.75rem;margin-bottom:15px}.parent-card-description{color:#64748b;line-height:1.7;margin-bottom:20px}.features-list{list-style:none;padding:0}.feature-item{align-items:center;color:#475569;display:flex;gap:10px;margin-bottom:12px}.check-icon{color:#10b981;font-size:1.25rem}.parent-benefits{display:flex;flex-direction:column;gap:20px}.benefit-item{background:#fff;border-left:4px solid #6366f1;border-radius:12px;box-shadow:0 2px 4px #00000014;padding:25px}.benefit-title{color:#1e3a8a;font-size:1.25rem;margin-bottom:8px}.benefit-description{color:#64748b}.tech-section{background:linear-gradient(135deg,#1e3a8a,#3730a3);color:#fff;padding:80px 0}.tech-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:40px}.tech-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:15px;padding:30px;text-align:center;transition:transform .3s ease,background .3s ease}.tech-card:hover{background:#ffffff26;transform:translateY(-5px)}.tech-icon-box{color:#a5b4fc;margin-bottom:15px}.tech-category{color:#a5b4fc;font-size:1.5rem;margin-bottom:10px}.tech-tools{color:#ffffffe6;line-height:1.6}.cta-section{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;padding:100px 0;text-align:center}.cta-title{font-size:2.5rem;margin-bottom:20px}.cta-description{font-size:1.25rem;margin-bottom:40px;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.cta-button-large{background:#fff;border:none;border-radius:50px;box-shadow:0 10px 30px #0003;color:#6366f1;cursor:pointer;font-size:1.125rem;font-weight:600;padding:18px 40px;transition:transform .3s ease,box-shadow .3s ease}.cta-button-large:hover{box-shadow:0 15px 40px #0000004d;color:#fff;transform:translateY(-3px)}@media (max-width:768px){.hero-title,.hero-title-main{font-size:3rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.features-grid,.problem-grid,.team-grid,.tech-grid{grid-template-columns:1fr}.cta-title{font-size:2rem}.cta-description{font-size:1rem}.timeline-line{display:none}.milestone-wrapper{flex-direction:column!important;margin-bottom:40px}.timeline-card-wrapper{margin-bottom:40px;padding:0!important;width:100%}.timeline-node-wrapper{height:auto;margin-bottom:20px;position:static;transform:none;width:auto}.content-section{padding:0}.content-title{font-size:1.5rem}.timeline-title{font-size:2rem}}.timeline-section{background:linear-gradient(135deg,#f8fafc,#f0f4f8);padding:80px 0}.timeline-header{margin-bottom:60px;text-align:center}.timeline-title{color:#1e3a8a;font-size:3rem;font-weight:900;letter-spacing:-.02em;margin-bottom:20px}.title-accent{color:#3b82f6}.timeline-subtitle{color:#64748b;font-size:1.125rem;line-height:1.6;margin:0 auto 30px;max-width:700px}.divider{background:linear-gradient(90deg,#3b82f6,#6366f1);border-radius:2px;height:4px;margin:0 auto;width:60px}.timeline-container{margin:0 auto;max-width:1000px;position:relative}.timeline-line{background:linear-gradient(180deg,#3b82f6,#6366f1,#8b5cf6);bottom:0;left:50%;position:absolute;top:0;transform:translateX(-50%);width:2px}.milestone-wrapper{align-items:center;display:flex;margin-bottom:50px;position:relative}.timeline-card-wrapper{flex:1 1}.timeline-card{background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;overflow:hidden;transition:all .3s ease}.timeline-card:hover{box-shadow:0 12px 30px #00000026;transform:translateY(-5px)}.image-container{height:250px;overflow:hidden;position:relative;width:100%}.card-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.timeline-card:hover .card-image{transform:scale(1.05)}.image-overlay{align-items:flex-end;background:linear-gradient(135deg,#0000004d,#00000080);display:flex;inset:0;justify-content:space-between;padding:20px;position:absolute}.year-badge{align-items:center;background:#fffffff2;border-radius:8px;display:flex;flex-direction:column;padding:12px 16px}.badge-label{color:#6366f1;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.year{color:#1e3a8a;font-size:1.5rem;font-weight:900}.status-badge{border-radius:20px;color:#fff;font-size:.85rem;font-weight:700;letter-spacing:.05em;padding:8px 16px;text-transform:uppercase}.timeline-node-wrapper{height:60px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:60px;z-index:10}.timeline-node,.timeline-node-wrapper{align-items:center;display:flex;justify-content:center}.timeline-node{border-radius:50%;color:#fff;font-size:1.25rem;font-weight:700;height:50px;position:relative;transition:all .3s ease;width:50px}.timeline-node:hover{transform:scale(1.15)}.phase-number{align-items:center;display:flex;justify-content:center}.check-icon-node{color:#fff;position:absolute}.timeline-content{flex:1 1}.content-section{flex:1 1;padding:0 40px}.content-title{color:#1e3a8a;font-size:1.75rem;font-weight:700;margin-bottom:15px}.content-description{color:#64748b;line-height:1.7;margin-bottom:20px}.details-button{align-items:center;background:linear-gradient(135deg,#3b82f6,#6366f1);border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-weight:600;gap:8px;padding:12px 24px;transition:all .3s ease}.details-button:hover{box-shadow:0 8px 20px #3b82f64d;transform:translateX(5px)}.timeline-footer{align-items:center;display:flex;justify-content:center;padding:60px 0;width:100%}@media (max-width:768px){.hero-title,.hero-title-main{font-size:3rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.features-grid,.problem-grid,.team-grid,.tech-grid{grid-template-columns:1fr}.cta-title{font-size:2rem}.cta-description{font-size:1rem}.timeline-line{display:none}.milestone-wrapper{flex-direction:column!important;margin-bottom:40px}.timeline-card-wrapper{margin-bottom:40px;padding:0!important;width:100%}.timeline-node-wrapper{height:auto;margin-bottom:20px;position:static;transform:none;width:auto}.content-section{padding:0}.content-title{font-size:1.5rem}.timeline-title{font-size:2rem}.floating-shape{border-radius:50%;filter:blur(50px);opacity:.6;position:absolute}.shape1{animation:float 6s ease-in-out infinite;background:#818cf8;height:250px;left:5%;top:10%;width:250px}.shape2{animation:float 7s ease-in-out infinite;background:#a78bfa;bottom:10%;height:300px;right:10%;width:300px}.shape3{animation:float 8s ease-in-out infinite;background:#c084fc;height:200px;left:40%;top:60%;width:200px}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-30px)}to{transform:translateY(0)}}}.contact-page{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;width:100%}.container{margin:0 auto;max-width:1200px;padding:0 20px}.contact-hero{align-items:center;background:linear-gradient(135deg,#1e1b4b,#3730a3 50%,#6366f1);color:#f5f3ff;display:flex;justify-content:center;min-height:60vh;padding:120px 20px;position:relative;text-align:center}.contact-hero:after{background:linear-gradient(#0000,#f1f5f9);bottom:0;content:"";height:100px;left:0;position:absolute;right:0;z-index:1}.contact-hero-container{animation:fadeInUp .8s ease .3s both;position:relative;z-index:2}.contact-hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#f5f3ff,#c4b5fd,#a5b4fc);-webkit-background-clip:text;background-clip:text;font-size:clamp(42px,8vw,64px);font-weight:800;line-height:1.1;margin-bottom:24px}.contact-hero-subtitle{color:#f5f3ffe6;font-size:20px;font-weight:300;line-height:1.6;margin:0 auto;max-width:700px}.contact-main{background:#f1f5f9;padding:80px 20px}.contact-wrapper{grid-gap:60px;align-items:start;display:grid;gap:60px;grid-template-columns:1fr 1fr}@media (max-width:968px){.contact-wrapper{gap:40px;grid-template-columns:1fr}}.contact-form-container{animation:slideInLeft .8s ease .2s both}.form-header h2{color:#1e1b4b;font-size:clamp(28px,5vw,36px);font-weight:800;margin-bottom:12px}.form-header p{color:#6b7280;font-size:16px;margin-bottom:32px}.contact-form{background:#fff;border-radius:24px;box-shadow:0 8px 32px #1e1b4b1a;gap:24px;padding:40px}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:8px}.form-label{color:#1e1b4b;font-size:15px;font-weight:600;letter-spacing:-.3px}.form-input,.form-textarea{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;color:#1e1b4b;font-family:inherit;font-size:15px;padding:12px 16px;transition:all .3s ease}.form-input:focus,.form-textarea:focus{background:#fff;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;outline:none}.form-input::placeholder,.form-textarea::placeholder{color:#9ca3af}.form-textarea{min-height:140px;resize:vertical}.submit-btn{background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:12px;box-shadow:0 8px 20px #6366f14d;color:#fff;cursor:pointer;font-size:14px;font-weight:600;margin-top:8px;transition:all .3s ease;width:120px}.submit-btn:hover{background:linear-gradient(135deg,#4f46e5,#7c3aed);box-shadow:0 12px 32px #6366f166;transform:translateY(-3px)}.submit-btn:active{transform:translateY(-1px)}.success-message{animation:slideDown .4s ease;background:linear-gradient(135deg,#22c55e1a,#22c55e0d);border:1px solid #22c55e4d;border-radius:16px;display:flex;gap:16px;margin-bottom:24px;padding:20px}.success-message span{color:#22c55e;font-size:24px;font-weight:600}.success-message h3{color:#16a34a;font-size:16px;font-weight:600;margin-bottom:4px}.success-message p{color:#15803d;font-size:14px}.contact-info-container{animation:slideInRight .8s ease .2s both}.info-header h2{color:#1e1b4b;font-size:clamp(28px,5vw,36px);font-weight:800;margin-bottom:12px}.info-header p{color:#6b7280;font-size:16px;margin-bottom:32px}.contact-methods{display:flex;flex-direction:column;gap:16px;margin-bottom:40px}.contact-method-card{align-items:center;background:#fff;border-radius:16px;box-shadow:0 4px 20px #1e1b4b14;cursor:pointer;display:flex;gap:20px;padding:24px;text-decoration:none;transition:all .3s ease}.contact-method-card:hover{border-left:4px solid #6366f1;box-shadow:0 8px 32px #1e1b4b1f;padding-left:20px;transform:translateX(8px)}.method-icon{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:12px;display:flex;flex-shrink:0;font-size:32px;height:60px;justify-content:center;width:60px}.method-content{display:flex;flex-direction:column;gap:4px}.method-label{color:#8b5cf6;font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.method-value{color:#1e1b4b;font-size:16px;font-weight:600}.info-faq{background:linear-gradient(135deg,#1e1b4b,#3730a3);border-radius:16px;box-shadow:0 8px 32px #1e1b4b26;color:#f5f3ff;padding:32px}.info-faq h3{font-size:20px;font-weight:700;margin-bottom:20px}.faq-list{gap:14px;list-style:none}.faq-list li{align-items:flex-start;display:flex;font-size:15px;gap:12px;line-height:1.6}.faq-check{color:#c4b5fd;flex-shrink:0;font-weight:600;margin-top:2px}.contact-cta{background:linear-gradient(135deg,#1e1b4b,#3730a3);color:#f5f3ff;padding:120px 20px;text-align:center}.contact-cta h2{font-size:clamp(32px,5vw,48px);font-weight:800;margin-bottom:16px}.contact-cta p{color:#f5f3ffe6;font-size:18px;margin:0 auto 32px;max-width:600px}.cta-button{background:linear-gradient(45deg,#8b5cf6,#6366f1);border:none;border-radius:50px;box-shadow:0 12px 30px #8b5cf666;color:#f5f3ff;cursor:pointer;display:inline-block;font-size:16px;font-weight:600;padding:14px 48px;transition:all .3s ease}.cta-button:hover{background:linear-gradient(45deg,#7c3aed,#4f46e5);box-shadow:0 16px 40px #8b5cf699;transform:translateY(-2px)}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@media (max-width:768px){.contact-hero{min-height:auto}.contact-hero,.contact-main{padding:60px 20px}.contact-form{gap:18px;padding:28px}.form-input,.form-textarea{padding:10px 14px}.contact-method-card{gap:16px;padding:18px}.contact-cta{padding:60px 20px}.info-faq{padding:24px}}.faq-page{background:linear-gradient(135deg,#1e1b4b,#3730a3 50%,#6366f1);color:#f5f3ff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;min-height:100vh;overflow:hidden;padding:120px 20px;position:relative;width:100%}.faq-starfield{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:0}.faq-star{animation:twinkle 3s infinite;background:#ffffff80;border-radius:50%;height:2px;position:absolute;width:2px}.faq-container{margin:0 auto;max-width:1000px;position:relative;z-index:1}.faq-header{animation:fadeInUp .8s ease .2s both;margin-bottom:80px;text-align:center}.faq-chip{align-items:center;animation:fadeInUp .8s ease .3s both;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#f5f3ff1a;border:1px solid #f5f3ff4d;border-radius:50px;color:#f5f3ff;display:inline-flex;font-size:14px;gap:8px;margin-bottom:24px;padding:10px 20px;transition:all .3s ease}.faq-chip:hover{background:#f5f3ff26;border-color:#f5f3ff99;transform:translateY(-4px)}.faq-chip-icon{font-size:16px}.faq-title{-webkit-text-fill-color:#0000;animation:fadeInUp .8s ease .4s both;background:linear-gradient(45deg,#fff,#d8d4f5,#c4b5fd);-webkit-background-clip:text;background-clip:text;font-size:clamp(36px,6vw,52px);font-weight:800;letter-spacing:-.5px;line-height:1.1;margin-bottom:16px;text-shadow:0 8px 32px #8b5cf626}.faq-subtitle{animation:fadeInUp .8s ease .5s both;color:#f5f3ffcc;font-size:18px;line-height:1.6;margin:0 auto;max-width:700px}.faq-contact-link{color:#a78bfa;font-weight:600;position:relative;text-decoration:none;transition:color .3s ease}.faq-contact-link:after{background:linear-gradient(90deg,#a78bfa,#c4b5fd);bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.faq-contact-link:hover{color:#d8d4f5}.faq-contact-link:hover:after{width:100%}.faq-categories{display:flex;flex-direction:column;gap:60px;margin-bottom:80px}.faq-category-section{animation:fadeInUp .8s ease both}.faq-category-header{align-items:center;border-bottom:2px solid #8b5cf64d;display:flex;gap:16px;margin-bottom:24px;padding-bottom:16px;transition:all .3s ease}.faq-category-header:hover{border-bottom-color:#8b5cf6cc}.faq-category-icon{font-size:32px;transition:transform .3s ease}.faq-category-section:hover .faq-category-icon{transform:scale(1.15) rotate(5deg)}.faq-category-title{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#fff,#c4b5fd);-webkit-background-clip:text;background-clip:text;font-size:28px;font-weight:700}.faq-list{display:flex;flex-direction:column;gap:16px}.faq-item{animation:slideUp .6s ease-out both}.faq-question-btn{align-items:center;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #8b5cf633;border-radius:16px;box-shadow:0 8px 32px #1e1b4b33;color:#f5f3ff;cursor:pointer;display:flex;font-size:16px;font-weight:600;justify-content:space-between;overflow:hidden;padding:24px 32px;position:relative;text-align:left;transition:all .3s cubic-bezier(.23,1,.32,1);width:100%}.faq-question-btn:before{background:linear-gradient(90deg,#0000,#8b5cf633,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.faq-question-btn:hover:before{left:100%}.faq-question-btn:hover{background:#ffffff1f;border-color:#8b5cf699;box-shadow:0 16px 48px #8b5cf64d;transform:translateX(8px)}.faq-question-btn.active{background:#8b5cf633;border-color:#8b5cf6cc;box-shadow:0 12px 40px #8b5cf659}.faq-question-text{flex:1 1;position:relative;text-align:left;z-index:1}.faq-toggle{color:#8b5cf6;flex-shrink:0;font-size:16px;margin-left:16px;position:relative;transition:transform .4s cubic-bezier(.23,1,.32,1);z-index:1}.faq-toggle.open{transform:rotate(180deg)}.faq-answer{animation:slideDown .4s ease-out;background:#8b5cf61f;border:1px solid #8b5cf64d;border-radius:0 0 16px 16px;border-top:none;box-shadow:0 8px 32px #1e1b4b26;color:#f5f3ffd9;font-size:15px;line-height:1.8;padding:28px 32px}.faq-cta{animation:fadeInUp 1.2s ease both;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#8b5cf626,#6366f11a);border:1px solid #8b5cf64d;border-radius:24px;overflow:hidden;padding:60px 40px;position:relative;text-align:center}.faq-cta:before{background:radial-gradient(circle,#8b5cf61a,#0000);border-radius:50%;content:"";height:400px;pointer-events:none;position:absolute;right:-50%;top:-50%;width:400px}.faq-cta-title{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#fff,#c4b5fd);-webkit-background-clip:text;background-clip:text;font-size:32px;font-weight:700;margin-bottom:16px;position:relative;z-index:1}.faq-cta-text{color:#f5f3ffcc;font-size:16px;margin-bottom:32px;position:relative;z-index:1}.faq-cta-buttons{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;position:relative;z-index:1}.faq-cta-btn{border:none;border-radius:50px;cursor:pointer;font-size:16px;font-weight:600;padding:14px 32px;text-decoration:none;transition:all .3s ease}.faq-cta-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 8px 24px #6366f14d;color:#fff}.faq-cta-primary:hover{box-shadow:0 12px 32px #8b5cf666;transform:translateY(-4px)}.faq-cta-secondary{background:#ffffff1a;border:1px solid #f5f3ff4d;color:#f5f3ff}.faq-cta-secondary:hover{background:#fff3;border-color:#f5f3ff99}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{max-height:0;opacity:0;padding-bottom:0;padding-top:0}to{max-height:500px;opacity:1;padding-bottom:28px;padding-top:28px}}@media (max-width:768px){.faq-page{padding:60px 16px}.faq-header{margin-bottom:50px}.faq-title{font-size:32px;margin-bottom:12px}.faq-subtitle{font-size:16px}.faq-categories{gap:40px;margin-bottom:50px}.faq-category-title{font-size:22px}.faq-question-btn{font-size:15px;padding:18px 20px}.faq-answer{padding:18px 20px}.faq-answer,.faq-toggle{font-size:14px}.faq-list{gap:12px}.faq-cta{padding:40px 24px}.faq-cta-buttons{flex-direction:column}.faq-cta-btn{width:100%}}*{box-sizing:border-box;margin:0;padding:0}.signin-page{align-items:center;background:linear-gradient(135deg,#1e1b4b,#3730a3 50%,#6366f1);display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;justify-content:center;min-height:100vh;overflow:hidden;position:relative;width:100%}.signin-starfield{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:0}.signin-star{animation:twinkle 3s infinite;background:#ffffff80;border-radius:50%;height:2px;position:absolute;width:2px}@keyframes twinkle{0%,to{opacity:.3}50%{opacity:1}}.signin-container{grid-gap:60px;align-items:start;display:grid;gap:60px;grid-template-columns:1fr 1fr;max-width:1400px;padding:40px;position:relative;width:100%;z-index:1}.signin-left{animation:fadeInLeft .8s ease .2s both;color:#f5f3ff;display:flex;flex-direction:column;gap:32px;margin-top:80px}@media (max-width:1024px){.signin-left{display:none}}.signin-brand{gap:12px}.signin-brand,.signin-logo{align-items:center;display:flex}.signin-logo{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:16px;font-size:40px;height:60px;justify-content:center;width:60px}.signin-brand-title{background:linear-gradient(135deg,#fff,#c4b5fd);-webkit-background-clip:text;background-clip:text;font-size:32px}.signin-brand-title,.signin-left-title{-webkit-text-fill-color:#0000;font-weight:800}.signin-left-title{background:linear-gradient(135deg,#fff,#d8d4f5);-webkit-background-clip:text;background-clip:text;font-size:36px;line-height:1.2}.signin-left-description{color:#f5f3ffcc;font-size:16px;line-height:1.6;opacity:.9}.signin-features{display:flex;flex-direction:column;gap:16px}.signin-feature-item{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #8b5cf633;border-radius:12px;display:flex;font-size:15px;gap:12px;padding:12px;transition:all .3s ease}.signin-feature-item:hover{background:#ffffff1a;border-color:#8b5cf666;transform:translateX(8px)}.signin-feature-icon{flex-shrink:0;font-size:20px}.signin-testimonial{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#8b5cf626;border:1px solid #8b5cf64d;border-radius:16px;margin-top:16px;padding:24px}.signin-testimonial-text{color:#f5f3ffe6;font-size:15px;font-style:italic;line-height:1.6;margin-bottom:12px}.signin-testimonial-author{color:#a78bfa;font-size:14px;font-weight:600}.signin-right{animation:fadeInRight .8s ease .2s both;display:flex;flex-direction:column;justify-content:flex-start;margin-top:80px}.signin-form-wrapper{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffff14;border:1px solid #8b5cf64d;border-radius:24px;box-shadow:0 20px 60px #1e1b4b66;padding:48px}@media (max-width:768px){.signin-form-wrapper{border-radius:20px;padding:32px 24px}}.signin-form-header{color:#f5f3ff;margin-bottom:32px;text-align:center}.signin-form-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#c4b5fd);-webkit-background-clip:text;background-clip:text;font-size:32px;font-weight:800;margin-bottom:8px}.signin-form-subtitle{color:#f5f3ffb3;font-size:15px}.signin-form{gap:24px;margin-bottom:24px}.signin-form,.signin-form-group{display:flex;flex-direction:column}.signin-form-group{gap:10px}.signin-label{color:#ddd6ff;font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.signin-label-row{align-items:center;display:flex;justify-content:space-between}.signin-forgot-link{color:#a78bfa;font-size:12px;font-weight:500;text-decoration:none;transition:color .3s ease}.signin-forgot-link:hover{color:#d8d4f5;text-decoration:underline}.signin-input{background:#fffffff2;border:1px solid #8b5cf633;border-radius:12px;color:#1e1b4b;font-family:inherit;font-size:15px;padding:14px 16px;transition:all .3s ease}.signin-input:focus{background:#fff;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;outline:none}.signin-input::placeholder{color:#a78bfa}.signin-password-wrapper{align-items:center;display:flex;position:relative}.signin-password-wrapper .signin-input{padding-right:44px;width:100%}.signin-show-password{background:none;border:none;color:#a78bfa;cursor:pointer;font-size:18px;position:absolute;right:12px;transition:color .3s ease}.signin-show-password:hover{color:#8b5cf6}.signin-button{background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:12px;box-shadow:0 8px 24px #6366f14d;color:#fff;cursor:pointer;font-size:15px;font-weight:600;letter-spacing:.5px;padding:14px 24px;text-transform:uppercase;transition:all .3s cubic-bezier(.23,1,.32,1)}.signin-button:hover:not(:disabled){box-shadow:0 12px 32px #8b5cf666;transform:translateY(-2px)}.signin-button:active:not(:disabled){transform:translateY(0)}.signin-button:disabled{cursor:not-allowed;opacity:.6}.signin-divider{align-items:center;color:#f5f3ff99;display:flex;font-size:13px;gap:12px;margin:8px 0}.signin-divider:after,.signin-divider:before{background:#8b5cf633;content:"";flex:1 1;height:1px}.signin-social{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr;margin-bottom:24px}.signin-social-btn{align-items:center;background:#ffffff1a;border:1px solid #8b5cf64d;border-radius:12px;color:#f5f3ff;cursor:pointer;display:flex;font-family:inherit;font-size:14px;font-weight:600;gap:8px;justify-content:center;padding:12px 16px;transition:all .3s ease}.signin-social-btn:hover{background:#fff3;border-color:#8b5cf680;box-shadow:0 8px 20px #8b5cf633;transform:translateY(-2px)}.signin-social-icon{font-size:18px}.signin-signup-link{color:#f5f3ffb3;font-size:14px;margin-bottom:24px;text-align:center}.signin-signup-link a{color:#d8d4f5;font-weight:600;text-decoration:none;transition:color .3s ease}.signin-signup-link a:hover{color:#fff;text-decoration:underline}.signin-trust-badges{grid-gap:12px;border-top:1px solid #8b5cf633;display:grid;gap:12px;grid-template-columns:repeat(3,1fr);margin-top:24px;padding-top:24px}@media (max-width:480px){.signin-trust-badges{grid-template-columns:1fr}}.signin-badge{align-items:center;background:#8b5cf61a;border-radius:12px;color:#f5f3ffcc;display:flex;flex-direction:column;font-size:12px;gap:8px;padding:12px;text-align:center;transition:all .3s ease}.signin-badge:hover{background:#8b5cf633;transform:translateY(-2px)}.signin-badge-icon{font-size:20px}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}@media (max-width:1024px){.signin-container{grid-template-columns:1fr}}@media (max-width:768px){.signin-page{padding:20px}.signin-form-title{font-size:24px}.signin-form-subtitle{font-size:14px}}
/*# sourceMappingURL=main.4d2c6efb.css.map*/