.welcome-container{color:#ffffff;min-height:100vh;width:100%;overflow-x:hidden}.top-banner,.welcome-container{background:#6633ff;position:relative}.top-banner{z-index:10;border-bottom:2px solid rgba(255,255,255,.2);padding:24px 20px}.banner-content{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:16px}@keyframes sparkle{0%,to{opacity:1;transform:scale(1) rotate(0deg)}50%{opacity:.7;transform:scale(1.2) rotate(180deg)}}.banner-text{font-size:32px;font-weight:900;letter-spacing:4px;text-transform:uppercase;color:#ffffff;animation:glow-pulse 3s ease-in-out infinite}@keyframes glow-pulse{0%,to{text-shadow:0 0 20px rgba(255,215,0,.5),0 4px 10px rgba(0,0,0,.3)}50%{text-shadow:0 0 40px rgba(255,215,0,.8),0 4px 15px rgba(0,0,0,.4)}}.animated-bg{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0;pointer-events:none}.gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4;animation:float-orb 20s ease-in-out infinite}.orb-1{width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.3) 0,transparent 70%);top:-200px;left:-200px;animation-delay:0s}.orb-2{width:500px;height:500px;background:radial-gradient(circle,rgba(147,51,234,.4) 0,transparent 70%);top:50%;right:-150px;animation-delay:7s}.orb-3{width:450px;height:450px;background:radial-gradient(circle,rgba(59,130,246,.3) 0,transparent 70%);bottom:-100px;left:30%;animation-delay:14s}@keyframes float-orb{0%,to{transform:translate(0) scale(1)}33%{transform:translate(50px,-50px) scale(1.1)}66%{transform:translate(-50px,50px) scale(.9)}}.hero-section{position:relative;padding:140px 20px 100px;text-align:center;max-width:1400px;margin:0 auto;overflow:hidden;z-index:1}.hero-content{position:relative;z-index:2}.hero-title{font-size:80px;font-weight:800;line-height:1.2;margin-bottom:28px;letter-spacing:-3px;color:#ffffff;text-shadow:0 4px 20px rgba(0,0,0,.3)}.gradient-text{background:linear-gradient(135deg,#ffffff,#a78bfa 50%,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient-shift 4s ease infinite;background-size:200% auto}@keyframes gradient-shift{0%,to{background-position:0}50%{background-position:100%}}.hero-description{font-size:22px;line-height:1.7;margin-bottom:48px;color:rgba(255,255,255,.95);max-width:750px;margin-left:auto;margin-right:auto;font-weight:400}.hero-buttons{display:flex;gap:16px;justify-content:center;align-items:center;flex-wrap:wrap}.btn-primary{background:white;color:#6633ff;border:none;padding:16px 32px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px;border-radius:8px}.btn-primary:hover{background:#f0f0f0;transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.2)}.btn-primary:active{transform:translateY(0) scale(.98)}.btn-glow{box-shadow:0 0 30px rgba(255,255,255,.3)}.btn-secondary{background:rgba(255,255,255,.1);color:#ffffff;border:2px solid rgba(255,255,255,.3);padding:16px 32px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px;border-radius:8px}.btn-secondary:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.5);color:#ffffff;transform:translateY(-2px)}.stats-section{padding:80px 20px;max-width:1400px;margin:0 auto;position:relative;z-index:1}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px}.stat-card{text-align:center;padding:48px 40px;background:rgba(255,255,255,.12);backdrop-filter:blur(20px);border-radius:20px;border:2px solid rgba(255,255,255,.25);transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 32px rgba(0,0,0,.15)}.stat-card:hover{background:rgba(255,255,255,.2);transform:translateY(-12px) scale(1.02);box-shadow:0 16px 48px rgba(0,0,0,.25);border-color:rgba(255,255,255,.4)}.stat-value{font-size:52px;font-weight:800;margin-bottom:12px;color:#ffffff;text-shadow:0 2px 10px rgba(0,0,0,.2);letter-spacing:-1px}.stat-label{font-size:16px;color:rgba(255,255,255,.9);font-weight:500;text-transform:uppercase;letter-spacing:1px}.features-section{padding:100px 20px;max-width:1400px;margin:0 auto;position:relative;z-index:1}.section-header{text-align:center;margin-bottom:60px}.section-title{font-size:48px;font-weight:700;margin-bottom:16px;letter-spacing:-1px;color:#ffffff}.section-description{font-size:18px;color:#ffffff;max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px}.feature-card{background:rgba(255,255,255,.1);backdrop-filter:blur(20px);border:2px solid rgba(255,255,255,.2);border-radius:20px;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;box-shadow:0 4px 20px rgba(0,0,0,.1)}.feature-card:hover{background:rgba(255,255,255,.18);transform:translateY(-10px);box-shadow:0 16px 48px rgba(0,0,0,.25);border-color:rgba(255,255,255,.35)}.feature-content{padding:32px}.feature-icon{width:64px;height:64px;background:rgba(255,255,255,.2);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;transition:all .4s ease;box-shadow:0 4px 16px rgba(0,0,0,.1)}.feature-card:hover .feature-icon{background:rgba(255,255,255,.35);transform:scale(1.15) rotate(5deg);box-shadow:0 8px 24px rgba(0,0,0,.2)}.feature-title{font-size:22px;font-weight:600;margin-bottom:12px;color:#ffffff}.feature-description{font-size:16px;color:#ffffff;line-height:1.6}.how-it-works-section{padding:100px 20px;max-width:1200px;margin:0 auto;position:relative;z-index:1}.steps-container{display:flex;align-items:stretch;justify-content:center;gap:20px;flex-wrap:wrap}.step-card{flex:1;min-width:250px;max-width:350px;min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;padding:48px 28px;background:rgba(255,255,255,.12);backdrop-filter:blur(20px);border-radius:20px;border:2px solid rgba(255,255,255,.25);transition:all .4s ease;box-shadow:0 6px 28px rgba(0,0,0,.15)}.step-card:hover{background:rgba(255,255,255,.2);transform:translateY(-12px);box-shadow:0 12px 40px rgba(0,0,0,.25)}.step-number{width:72px;height:72px;background:rgba(255,255,255,.25);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:800;margin:0 auto 24px;color:#ffffff;box-shadow:0 6px 24px rgba(0,0,0,.2);border:3px solid rgba(255,255,255,.3)}.step-title{font-size:22px;font-weight:600;margin-bottom:12px;color:#ffffff}.step-description{font-size:16px;color:#ffffff;line-height:1.5}.step-connector{width:60px;height:2px;background:rgba(255,255,255,.3);flex-shrink:0}.carousel-container{display:flex;flex-direction:column;align-items:center;gap:32px;max-width:900px;margin:0 auto}.carousel-box{width:100%;background:rgba(255,255,255,.12);backdrop-filter:blur(20px);border-radius:24px;border:2px solid rgba(255,255,255,.25);padding:60px 48px;box-shadow:0 8px 32px rgba(0,0,0,.15);transition:all .4s ease;height:320px;display:flex;align-items:center;justify-content:center}.carousel-box:hover{background:rgba(255,255,255,.18);transform:translateY(-8px);box-shadow:0 12px 40px rgba(0,0,0,.25);border-color:rgba(255,255,255,.35)}.carousel-step{text-align:center;animation:fadeSlideIn .6s ease-out}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.step-number-large{width:96px;height:96px;background:rgba(255,255,255,.25);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:48px;font-weight:800;margin:0 auto 28px;color:#ffffff;box-shadow:0 6px 24px rgba(0,0,0,.2);border:3px solid rgba(255,255,255,.3)}.carousel-step-title{font-size:32px;font-weight:700;margin-bottom:16px;color:#ffffff;letter-spacing:-.5px}.carousel-step-description{font-size:18px;color:rgba(255,255,255,.95);line-height:1.6;max-width:600px;margin:0 auto}.carousel-dots{display:flex;gap:12px;justify-content:center;align-items:center}.carousel-dot{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,.3);border:2px solid rgba(255,255,255,.4);cursor:pointer;transition:all .3s ease;padding:0}.carousel-dot:hover{background:rgba(255,255,255,.5);transform:scale(1.2)}.carousel-dot.active{background:#ffffff;width:32px;border-radius:6px;border-color:#ffffff}.cta-section{padding:120px 20px 100px;text-align:center;background:#6633ff;position:relative;z-index:1;backdrop-filter:blur(10px);border-top:2px solid rgba(255,255,255,.2)}.cta-content{max-width:800px;margin:0 auto}.cta-icon{width:80px;height:80px;margin:0 auto 24px;border:2px solid rgba(255,255,255,.2)}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}.cta-title{font-size:48px;font-weight:700;margin-bottom:16px;letter-spacing:-1px;color:#ffffff}.cta-description{font-size:20px;color:#ffffff;margin-bottom:40px}.btn-large{font-size:20px;padding:20px 48px}.animate-fade-in{animation:fadeIn .8s ease-out forwards;opacity:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-slide-up{animation:slideUp .8s ease-out forwards;opacity:0}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.hero-title{font-size:56px}.cta-title,.section-title{font-size:40px}}@media (max-width:768px){.banner-text{font-size:20px;letter-spacing:2px}.banner-icon{width:24px;height:24px}.top-banner{padding:16px 12px}.hero-section{padding:80px 20px}.hero-title{font-size:42px;letter-spacing:-1px}.hero-description{font-size:16px;margin-bottom:32px}.section-title{font-size:32px}.section-description{font-size:16px}.cta-title{font-size:32px}.cta-description{font-size:16px}.stats-grid{grid-template-columns:1fr;gap:20px}.stat-card{padding:32px}.stat-value{font-size:40px}.features-grid{grid-template-columns:1fr;gap:20px}.feature-content{padding:24px}.steps-container{flex-direction:column}.step-connector{width:2px;height:40px}.step-card{padding:32px 20px;min-height:auto;max-width:100%}.carousel-box{padding:40px 28px;height:265px}.step-number-large{width:80px;height:80px;font-size:40px;margin-bottom:24px}.carousel-step-title{font-size:26px}.carousel-step-description{font-size:16px}.cta-section{padding:60px 20px}.btn-large{font-size:18px;padding:18px 40px}}@media (max-width:480px){.banner-text{font-size:16px;letter-spacing:1px}.banner-icon{width:20px;height:20px}.top-banner{padding:12px 8px}.hero-section{padding:60px 16px}.hero-title{font-size:32px;margin-bottom:16px}.hero-description{font-size:14px;line-height:1.5}.hero-buttons{flex-direction:column;width:100%;gap:12px}.btn-primary,.btn-secondary{width:100%;justify-content:center;padding:14px 24px;font-size:16px}.hero-badge{font-size:12px;padding:8px 16px;margin-bottom:24px}.stats-section{padding:40px 16px}.stat-card{padding:24px}.stat-value{font-size:36px}.stat-label{font-size:14px}.features-section{padding:40px 16px}.section-header{margin-bottom:32px}.section-title{font-size:28px}.section-description{font-size:14px}.feature-card{border-radius:12px}.feature-content{padding:20px}.feature-icon{width:48px;height:48px;margin-bottom:16px}.feature-title{font-size:18px}.feature-description{font-size:14px}.how-it-works-section{padding:40px 16px}.step-card{padding:24px 16px;min-width:100%;max-width:100%;min-height:auto}.step-number{width:56px;height:56px;font-size:24px;margin-bottom:16px}.step-title{font-size:18px;margin-bottom:8px}.step-description{font-size:14px}.step-connector{height:30px}.carousel-box{padding:32px 20px;height:260px}.step-number-large{width:64px;height:64px;font-size:32px;margin-bottom:20px}.carousel-step-title{font-size:22px}.carousel-step-description{font-size:15px}.carousel-dots{gap:10px}.carousel-dot{width:10px;height:10px}.carousel-dot.active{width:28px}.cta-section{padding:40px 16px}.cta-icon{width:60px;height:60px;margin-bottom:16px}.cta-title{font-size:24px;margin-bottom:12px}.cta-description{font-size:14px;margin-bottom:24px}.btn-large{font-size:16px;padding:16px 32px;width:100%}}