*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%}body{font-family:system-ui,-apple-system,sans-serif;line-height:1.5;color:#fff;background-color:#000}#root{width:100%;height:100%}.app{position:relative;width:100%;min-height:100vh;background-color:#000}.content-wrapper{position:relative;z-index:10;padding:100px 2rem 2rem;display:flex;flex-direction:column;gap:3rem;max-width:1200px;margin:0 auto}.glass-card{background:#ffffff1a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:30px;padding:3rem;box-shadow:0 0 30px #00ffff1a;transition:all .3s ease}.glass-card:hover{background:#ffffff26;border-color:#00ffff4d;box-shadow:0 0 40px #0ff3}.hero-section{text-align:center;padding:4rem 2rem;min-height:60vh;display:flex;align-items:center;justify-content:center}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:4rem;font-weight:700;margin-bottom:1.5rem;text-shadow:0 0 20px rgba(0,255,255,.5);background:linear-gradient(135deg,#0ff,#f0f);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1.2}.hero-subtitle{font-size:1.4rem;color:#ffffffe6;text-shadow:0 0 10px rgba(255,255,255,.3);line-height:1.6;margin-bottom:2.5rem}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;align-items:center;flex-wrap:wrap}.primary-button{background:linear-gradient(135deg,#0ff,#f0f);border:none;padding:1rem 2rem;border-radius:30px;color:#fff;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 20px #00ffff4d}.primary-button:hover{transform:translateY(-3px);box-shadow:0 8px 30px #0ff6}.secondary-button{background:#ffffff1a;border:2px solid rgba(255,255,255,.3);padding:1rem 2rem;border-radius:30px;color:#fff;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.secondary-button:hover{background:#fff3;border-color:#00ffff80;transform:translateY(-2px)}.features-section{text-align:center;padding:3rem 2rem}.section-title{font-size:2.5rem;font-weight:600;margin-bottom:1rem;text-shadow:0 0 15px rgba(0,255,255,.4);color:#fff}.section-subtitle{font-size:1.2rem;color:#ffffffb3;margin-bottom:3rem;line-height:1.6}.features-grid{margin-top:2rem}.timeline-section{padding:3rem 2rem;text-align:center}.timeline{max-width:800px;margin:0 auto;position:relative;padding:2rem 0}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#0ff,#f0f);transform:translate(-50%)}.timeline-item{display:flex;align-items:center;margin-bottom:3rem;position:relative}.timeline-item:nth-child(2n){flex-direction:row-reverse}.timeline-marker{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#0ff,#f0f);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;z-index:2;margin:0 2rem;flex-shrink:0}.timeline-content{background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:2rem;max-width:300px;text-align:left}.timeline-content h3{color:#0ff;font-size:1.3rem;margin-bottom:.5rem}.timeline-content p{color:#fffc;line-height:1.5;margin-bottom:1rem}.timeline-duration{color:#f0f;font-size:.9rem;font-weight:600}.contact-section{padding:3rem 2rem;text-align:center}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1000px;margin:2rem auto 0;text-align:left}.contact-info h3,.contact-form h3{color:#0ff;font-size:1.5rem;margin-bottom:1.5rem}.contact-item{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;color:#fffc}.contact-item svg{color:#0ff;font-size:1.2rem}.contact-form form{display:flex;flex-direction:column;gap:1rem}.contact-form input,.contact-form textarea{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:10px;padding:1rem;color:#fff;font-size:1rem;outline:none;transition:all .3s ease}.contact-form input:focus,.contact-form textarea:focus{border-color:#00ffff80;box-shadow:0 0 0 2px #0ff3}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#fff9}.submit-button{background:linear-gradient(135deg,#0ff,#f0f);border:none;padding:1rem;border-radius:10px;color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease}.submit-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px #00ffff4d}.footer-section{padding:3rem 2rem 2rem;text-align:left}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto}.footer-brand{max-width:300px}.footer-logo{display:flex;align-items:center;gap:.75rem;color:#0ff;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-brand p{color:#ffffffb3;line-height:1.6}.footer-column h4{color:#fff;font-size:1.2rem;margin-bottom:1rem}.footer-column a{color:#ffffffb3;text-decoration:none;display:block;margin-bottom:.5rem;transition:color .3s ease}.footer-column a:hover{color:#0ff}.social-links{display:flex;gap:1rem}.social-links a{width:40px;height:40px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.social-links a:hover{background:linear-gradient(135deg,#0ff,#f0f);color:#fff;transform:translateY(-2px)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:2rem;padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin-left:auto;margin-right:auto;color:#fff9}.footer-bottom-links{display:flex;gap:1.5rem}.footer-bottom-links a{color:#fff9;text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:#0ff}div:hover .map-overlay{opacity:1!important}@keyframes float{0%,to{transform:translateY(0) rotate(0);opacity:.3}33%{transform:translateY(-20px) rotate(5deg);opacity:.5}66%{transform:translateY(10px) rotate(-3deg);opacity:.4}}@media (max-width: 768px){.hero-title{font-size:2.5rem}.section-title{font-size:2rem}.hero-buttons{flex-direction:column;align-items:center}.timeline:before{left:30px}.timeline-item,.timeline-item:nth-child(2n){flex-direction:row}.timeline-marker{margin:0 1rem 0 0}.timeline-content{max-width:none}.contact-grid{grid-template-columns:1fr;gap:2rem}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}.scroll-stack-scroller{position:relative;width:100%;height:350vh;overflow:visible;background-color:transparent;z-index:50}.scroll-stack-background{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0000;transition:background-color .5s ease;pointer-events:none;z-index:49}.scroll-stack-background.active{background-color:#000000e6}.scroll-stack-inner{padding:75vh 2rem 100vh;min-height:350vh;background-color:transparent;perspective:2000px;perspective-origin:50% 50%}.scroll-stack-card-wrapper{position:relative}.scroll-stack-card{transform-origin:center center;will-change:transform,filter,box-shadow;backface-visibility:hidden;box-shadow:0 20px 60px #0000004d,0 0 0 1px #ffffff1a,inset 0 1px #fff3;height:auto;min-height:22rem;width:100%;max-width:800px;margin:0 auto 150px;padding:3rem;border-radius:40px;box-sizing:border-box;background:linear-gradient(135deg,#000000e6,#141414d9);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:sticky;top:20vh;z-index:2;perspective:1000px;transition:box-shadow .3s ease;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.scroll-stack-end{width:100%;height:1px}.scroll-stack-card:hover{background:#111111e6;border-color:#ffffff80;box-shadow:0 0 40px #fff3}.scroll-stack-card h2{font-size:2rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#ff6b6b,#4ecdc4);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.scroll-stack-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#fff}.scroll-stack-card p{font-size:1.1rem;color:#fffc;line-height:1.6;max-width:500px}.scroll-stack-card .feature-icon{font-size:3rem;margin-bottom:1.5rem}@media (max-width: 768px){.scroll-stack-inner{padding:100vh 1rem 300vh;min-height:600vh}.scroll-stack-card{padding:2rem 1.5rem;border-radius:25px;min-height:18rem;margin:0 auto 40px}.scroll-stack-card h2{font-size:1.5rem}.scroll-stack-card h3{font-size:1.3rem}.scroll-stack-card p{font-size:1rem}.scroll-stack-card .feature-icon{font-size:2.5rem;margin-bottom:1rem}}.outer-container{display:flex;min-height:100%;flex:1 1 0%;flex-direction:column;align-items:center;justify-content:center;padding:1rem;width:100%;max-width:100%;margin:0 auto}@media (min-width: 640px){.outer-container{aspect-ratio:4 / 3}}@media (min-width: 768px){.outer-container{aspect-ratio:2 / 1}}.step-circle-container{margin-left:auto;margin-right:auto;width:100%;max-width:32rem;border-radius:2rem;box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003;position:relative;overflow:visible}.step-indicator-row{display:flex;width:100%;align-items:center;justify-content:center;padding:1.5rem 1rem .5rem;position:relative;z-index:2;overflow:hidden}@media (min-width: 640px){.step-indicator-row{padding:1.5rem 1.5rem .5rem}}.step-content-default{position:relative;overflow:hidden;z-index:1}.step-default{padding:1.5rem 2rem;color:#fff;margin:0;text-align:center}.step-default h2{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#ff6b6b,#4ecdc4);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.step-default p{color:#fffc;margin-bottom:1.5rem;line-height:1.6}.step-default input,.step-default select{width:100%;padding:.75rem 1rem;border-radius:.5rem;border:1px solid rgba(255,255,255,.2);background:#ffffff1a;color:#fff;font-size:1rem;margin-bottom:1rem}.step-default input::placeholder{color:#ffffff80}.step-default input:focus,.step-default select:focus{outline:none;border-color:#4ecdc4;box-shadow:0 0 0 2px #4ecdc433}.step-default textarea{width:100%;padding:.75rem 1rem;border-radius:.5rem;border:1px solid rgba(255,255,255,.2);background:#ffffff1a;color:#fff;font-size:1rem;min-height:100px;resize:vertical;font-family:inherit}.step-default textarea::placeholder{color:#ffffff80}.step-default textarea:focus{outline:none;border-color:#4ecdc4;box-shadow:0 0 0 2px #4ecdc433}.footer-container{padding:1rem 2rem 2rem;position:relative;z-index:2}.footer-nav{margin-top:2.5rem;display:flex}.footer-nav.spread{justify-content:space-between}.footer-nav.end{justify-content:flex-end}.back-button{transition:all .35s;border-radius:.5rem;padding:.5rem 1rem;color:#ffffffb3;cursor:pointer;background:#ffffff1a;border:1px solid rgba(255,255,255,.2)}.back-button:hover{color:#fff;background:#ffffff26}.back-button.inactive{pointer-events:none;opacity:.5}.next-button{transition:all .35s;display:flex;align-items:center;justify-content:center;border-radius:.5rem;background:linear-gradient(135deg,#ff6b6b,#4ecdc4);color:#fff;font-weight:600;letter-spacing:-.025em;padding:.75rem 1.5rem;cursor:pointer;border:none}.next-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0003}.next-button:active{transform:translateY(0)}.step-indicator{position:relative;cursor:pointer;outline:none}.step-indicator-inner{display:flex;height:1.75rem;width:1.75rem;align-items:center;justify-content:center;border-radius:9999px;font-weight:600}@media (min-width: 640px){.step-indicator-inner{height:2rem;width:2rem}}.active-dot{height:.75rem;width:.75rem;border-radius:9999px;background-color:#fff}.step-number{font-size:.875rem}.step-connector{position:relative;margin-left:.5rem;margin-right:.5rem;height:.125rem;flex:1;overflow:hidden;border-radius:.25rem;background-color:#444;max-width:4rem}@media (min-width: 640px){.step-connector{max-width:6rem}}@media (min-width: 768px){.step-connector{max-width:none}}.step-connector-inner{position:absolute;left:0;top:0;height:100%}.check-icon{height:1rem;width:1rem;color:#fff}.electric-border-optimized{position:relative;display:inline-block}.eb-simple-border{pointer-events:none}@keyframes electricPulse{0%,to{opacity:.3;filter:brightness(1)}25%{opacity:.7;filter:brightness(1.2)}50%{opacity:.9;filter:brightness(1.4)}75%{opacity:.6;filter:brightness(1.1)}}@media (prefers-reduced-motion: reduce){.eb-simple-border{animation:none!important}}.loader-container{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(135deg,#0f0f23,#1a1a2e,#16213e);display:flex;align-items:center;justify-content:center;z-index:9999;overflow:hidden}.loader-container:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(120,119,198,.3) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,107,107,.3) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(78,205,196,.2) 0%,transparent 50%);animation:backgroundShift 4s ease-in-out infinite alternate}@keyframes backgroundShift{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.loader-three{text-align:center;position:relative;z-index:10}.loader-three-inner{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:2rem}.loader-three-circle{width:16px;height:16px;border-radius:50%;background:linear-gradient(135deg,#ff6b6b,#4ecdc4);animation:loaderThreeBounce 1.4s ease-in-out infinite both;box-shadow:0 0 20px #4ecdc499}.loader-three-circle:nth-child(1){animation-delay:-.32s}.loader-three-circle:nth-child(2){animation-delay:-.16s;background:linear-gradient(135deg,#4ecdc4,#7df9ff);box-shadow:0 0 20px #7df9ff99}.loader-three-circle:nth-child(3){animation-delay:0s;background:linear-gradient(135deg,#7df9ff,#ff6b6b);box-shadow:0 0 20px #ff6b6b99}@keyframes loaderThreeBounce{0%,80%,to{transform:scale(.8) translateY(0);opacity:.7}40%{transform:scale(1.2) translateY(-10px);opacity:1}}.loader-three-text{margin-bottom:1rem;font-size:3rem;font-weight:700;color:#fff;text-align:center;animation:textGlow 2s ease-in-out infinite alternate}.loader-three-text span:first-child{background:linear-gradient(135deg,#ff6b6b,#4ecdc4);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradientShift 3s ease-in-out infinite}.loader-three-academy{color:#fff;margin-left:.5rem;opacity:.9}@keyframes textGlow{0%{text-shadow:0 0 20px rgba(78,205,196,.5)}to{text-shadow:0 0 30px rgba(78,205,196,.8),0 0 40px rgba(255,107,107,.3)}}@keyframes gradientShift{0%,to{background:linear-gradient(135deg,#ff6b6b,#4ecdc4);background-clip:text;-webkit-background-clip:text}50%{background:linear-gradient(135deg,#4ecdc4,#7df9ff);background-clip:text;-webkit-background-clip:text}}.loader-three-tagline{font-size:1.1rem;color:#ffffffb3;font-weight:500;animation:taglinePulse 2s ease-in-out infinite;letter-spacing:.5px}@keyframes taglinePulse{0%,to{opacity:.7;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}}.loader-container:after{content:"";position:absolute;width:100%;height:100%;background-image:radial-gradient(circle at 25% 25%,white 1px,transparent 1px),radial-gradient(circle at 75% 75%,white 1px,transparent 1px);background-size:100px 100px,80px 80px;animation:particleFloat 20s linear infinite;opacity:.1}@keyframes particleFloat{0%{transform:translate(0)}to{transform:translate(-100px,-100px)}}
