:root{--primary:#6366f1;--primary-dark:#4f46e5;--secondary:#10b981;--secondary-dark:#059669;--accent:#f59e0b;--dark-bg:#0f172a;--darker-bg:#0a1122;--card-bg:#1e293bcc;--card-border:#6366f133;--text-primary:#fff;--text-secondary:#cbd5e1;--text-muted:#94a3b8;--gradient-primary:linear-gradient(135deg,#6366f1 0%,#8b5cf6 50%,#10b981 100%);--gradient-dark:linear-gradient(135deg,#0f172a 0%,#1e293b 100%)}.home-page{background-color:var(--darker-bg);color:var(--text-primary);overflow-x:hidden}.section-container{padding:80px 0;position:relative}.bg-dark-gradient{background:var(--gradient-dark);position:relative;overflow:hidden}.bg-dark-gradient:before{content:"";background:linear-gradient(90deg,transparent,var(--primary),transparent);height:1px;position:absolute;top:0;left:0;right:0}.bg-dark-gradient:after{content:"";background:linear-gradient(90deg,transparent,var(--secondary),transparent);height:1px;position:absolute;bottom:0;left:0;right:0}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@keyframes fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.animate-fade-up{animation:.8s ease-out forwards fade-up}.animate-fade-in{animation:.8s ease-out .2s forwards fade-in}.animate-slide-up{animation:.6s ease-out forwards slide-up}.hero-section{align-items:center;min-height:100vh;padding:80px 0 40px;display:flex;position:relative;overflow:hidden}.hero-background-slides{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-slide{opacity:0;background-position:50%;background-size:cover;width:100%;height:100%;transition:opacity 1.2s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;transform:scale(1.05)}.hero-slide.active{opacity:1;transform:scale(1)}.hero-gradient-overlay{z-index:2;background:linear-gradient(135deg,#0f172aeb 0%,#1e293be0 50%,#0f172af0 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content-container{z-index:10;text-align:center;flex-direction:column;align-items:center;gap:2rem;width:100%;padding:1rem 0;display:flex;position:relative}.hero-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#6366f126;border:1px solid #6366f140;border-radius:100px;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.5rem 1.25rem;display:inline-flex}.hero-badge-text{letter-spacing:.1em;text-transform:uppercase;background:linear-gradient(135deg,#c7d2fe,#a5b4fc);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:.75rem;font-weight:700}.hero-main-heading{letter-spacing:-.02em;margin-bottom:1rem;font-size:3.5rem;font-weight:900;line-height:1.1}.hero-main-heading .static-text{color:#fff;text-shadow:0 2px 10px #0000004d;display:block}.hero-main-heading .gradient-text{background:var(--gradient-primary);-webkit-text-fill-color:transparent;text-shadow:0 2px 20px #6366f133;background-size:200%;-webkit-background-clip:text;background-clip:text;display:block}.hero-static-description{color:var(--text-secondary);max-width:700px;margin:0 auto;font-size:1.125rem;font-weight:400;line-height:1.6}.hero-rotating-content{width:100%;max-width:800px;height:140px;margin:.5rem auto;position:relative}.hero-slide-message{opacity:0;pointer-events:none;width:100%;transition:all .6s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;transform:translateY(20px)}.hero-slide-message.active{opacity:1;pointer-events:auto;transform:translateY(0)}.slide-icon-container{justify-content:center;margin-bottom:.75rem;display:flex}.slide-icon{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#6366f11a;border:1px solid #6366f133;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.hero-slide-heading{color:#fff;margin-bottom:.5rem;font-size:2rem;font-weight:700;line-height:1.2}.hero-slide-subheading{color:var(--text-secondary);font-size:1rem;font-weight:500;line-height:1.5}.hero-stats{flex-wrap:wrap;justify-content:center;gap:2rem;margin:1rem 0;display:flex}.hero-stat-item{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1e293b80;border:1px solid #6366f126;border-radius:12px;align-items:center;gap:.75rem;min-width:180px;padding:.75rem 1.25rem;display:flex}.hero-stat-icon{width:40px;height:40px;color:var(--primary);background:#6366f11a;border-radius:10px;justify-content:center;align-items:center;display:flex}.hero-stat-content{text-align:left}.hero-stat-number{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800;line-height:1}.hero-stat-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:500}.hero-actions{flex-direction:column;align-items:center;gap:1.5rem;margin-top:1rem;display:flex}.hero-cta-button{background:var(--gradient-primary);color:#fff;cursor:pointer;letter-spacing:.02em;border:none;border-radius:12px;justify-content:center;align-items:center;padding:1rem 2.5rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #6366f14d,0 0 0 1px #ffffff1a}.hero-cta-button:hover{transform:translateY(-2px);box-shadow:0 15px 50px #6366f166,0 0 0 1px #fff3}.hero-features{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.hero-feature{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}.hero-feature-icon{color:var(--secondary)}.hero-slide-controls{z-index:20;pointer-events:none;justify-content:space-between;padding:0 1.5rem;display:flex;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.slide-control-btn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:auto;background:#1e293bb3;border:1px solid #6366f133;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .2s;display:flex}.slide-control-btn:hover{background:var(--primary);border-color:var(--primary);transform:scale(1.05)}.hero-slide-indicators{z-index:20;justify-content:center;gap:.75rem;display:flex;position:absolute;bottom:30px;left:0;right:0}.hero-slide-indicator{cursor:pointer;background-color:#fff3;border:1px solid #0000;border-radius:50%;width:10px;height:10px;transition:all .2s}.hero-slide-indicator:hover{background-color:#ffffff4d}.hero-slide-indicator.active{background-color:var(--primary);border-color:#fff3;transform:scale(1.2)}.scroll-indicator{z-index:20;opacity:.6;flex-direction:column;align-items:center;gap:.5rem;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.scroll-line{background:linear-gradient(to bottom,transparent,var(--primary),transparent);width:1px;height:40px;position:relative}.scroll-dot{background:var(--primary);border-radius:50%;width:6px;height:6px;animation:2s infinite scroll-dot;position:absolute;top:0;left:50%;transform:translate(-50%)}@keyframes scroll-dot{0%{opacity:0;top:0}50%{opacity:1}to{opacity:0;top:40px}}.scroll-text{color:var(--text-secondary);letter-spacing:.1em;text-transform:uppercase;font-size:.75rem;font-weight:500}.section-title{text-align:center;letter-spacing:-.01em;margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.1}.gradient-text{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.section-subtitle{color:var(--text-secondary);text-align:center;max-width:700px;margin:0 auto 2rem;font-size:1.125rem;font-weight:400;line-height:1.6}.intro-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f59e0b1a;border:1px solid #f59e0b33;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;display:inline-flex}.intro-badge-text{letter-spacing:.1em;text-transform:uppercase;color:#fbbf24;font-size:.75rem;font-weight:700}.intro-features{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem;display:grid}.intro-feature-card{background:var(--card-bg);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:20px;padding:2rem;transition:all .3s;position:relative;overflow:hidden}.intro-feature-card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 15px 40px #6366f126}.intro-feature-icon{width:70px;height:70px;color:var(--primary);background:#6366f11a;border:1px solid #6366f133;border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.intro-feature-content h3{color:#fff;margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.intro-feature-content p{color:var(--text-secondary);font-size:1rem;line-height:1.6}.intro-feature-number{color:#ffffff08;font-size:2.5rem;font-weight:900;line-height:1;position:absolute;top:1.5rem;right:1.5rem}.online-model-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem;display:grid}.online-model-item{background:var(--card-bg);text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #6366f11a;border-radius:16px;padding:2rem 1.5rem;transition:all .3s;position:relative}.online-model-item:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 15px 40px #6366f11a}.online-model-icon{width:60px;height:60px;color:var(--primary);background:#6366f11a;border:1px solid #6366f133;border-radius:16px;justify-content:center;align-items:center;margin:0 auto 1rem;display:flex}.online-model-number{color:#ffffff08;font-size:3rem;font-weight:900;line-height:1;position:absolute;top:.5rem;right:1rem}.online-model-item h3{color:#fff;margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.online-model-item p{color:var(--text-secondary);font-size:.95rem;line-height:1.5}.support-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem;display:grid}.support-card{background:var(--card-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #10b9811a;border-radius:20px;padding:2rem;transition:all .3s;position:relative;overflow:hidden}.support-card:hover{border-color:var(--secondary);transform:translateY(-5px);box-shadow:0 15px 40px #10b9811a}.support-icon{width:70px;height:70px;color:var(--secondary);background:#10b9811a;border:1px solid #10b98133;border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.support-card-content h3{color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.support-card-content p{color:var(--text-secondary);margin-bottom:1rem;font-size:1rem;line-height:1.6}.support-list{margin:0;padding:0;list-style:none}.support-list li{color:var(--text-secondary);align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.95rem;display:flex}.support-list li:before{content:"✓";color:var(--secondary);font-size:.9rem;font-weight:700}.roles-container{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem;display:grid}.role-card{background:var(--card-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #6366f11a;border-radius:20px;padding:2rem;transition:all .3s;position:relative;overflow:hidden}.role-card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 15px 40px #6366f11a}.role-card-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.role-icon{width:60px;height:60px;color:var(--primary);background:#6366f11a;border:1px solid #6366f133;border-radius:16px;justify-content:center;align-items:center;display:flex}.role-badge{background:var(--gradient-primary);color:#fff;letter-spacing:.05em;text-transform:uppercase;border-radius:100px;padding:.4rem 1rem;font-size:.75rem;font-weight:700;display:inline-block}.role-card h3{color:#fff;margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.role-card p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.role-features{flex-wrap:wrap;gap:.5rem;display:flex}.role-features span{color:var(--primary);background:#6366f11a;border:1px solid #6366f133;border-radius:100px;padding:.4rem .75rem;font-size:.75rem;font-weight:500}.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem;display:grid}.benefit-card{background:var(--card-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #6366f11a;border-radius:16px;padding:2rem;transition:all .3s;position:relative;overflow:hidden}.benefit-card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 15px 40px #6366f11a}.benefit-icon{width:60px;height:60px;color:var(--primary);background:#6366f11a;border:1px solid #6366f133;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.benefit-card h3{color:#fff;margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.benefit-card p{color:var(--text-secondary);font-size:1rem;line-height:1.5}.testimonials-container{max-width:900px;margin:2rem auto 0}.testimonial-slide{background:var(--card-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #6366f126;border-radius:24px;padding:3rem 2.5rem;position:relative;overflow:hidden}.quote-icon{color:var(--primary);opacity:.05;font-family:Georgia,serif;font-size:5rem;line-height:1;position:absolute;top:1rem;left:1.5rem}.testimonial-content{color:var(--text-secondary);z-index:1;margin-bottom:2rem;font-size:1.25rem;font-style:italic;font-weight:500;line-height:1.7;position:relative}.testimonial-author{z-index:1;align-items:center;gap:1.25rem;display:flex;position:relative}.testimonial-avatar{background:var(--gradient-primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.25rem;font-weight:900;display:flex}.testimonial-name{color:#fff;font-size:1.25rem;font-weight:700}.testimonial-role{color:var(--text-secondary);margin-top:.125rem;font-size:.875rem}.testimonial-nav{justify-content:center;align-items:center;gap:1.5rem;margin-top:2rem;display:flex}.testimonial-nav-btn{background:var(--card-bg);color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #6366f133;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .2s;display:flex}.testimonial-nav-btn:hover{border-color:var(--primary);background:var(--primary);transform:scale(1.05)}.testimonial-dots{gap:.5rem;display:flex}.testimonial-dot{cursor:pointer;background-color:#ffffff26;border-radius:50%;width:8px;height:8px;transition:all .2s}.testimonial-dot.active{background-color:var(--primary);transform:scale(1.2)}.cta-section{background:linear-gradient(135deg,#0f172af5 0%,#1e293beb 50%,#0f172af5 100%);padding:80px 0;position:relative;overflow:hidden}.cta-content{z-index:2;text-align:center;max-width:900px;margin:0 auto;position:relative}.cta-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f59e0b1a;border:1px solid #f59e0b33;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1.25rem;display:inline-flex}.cta-badge span{letter-spacing:.1em;text-transform:uppercase;color:#fbbf24;font-size:.75rem;font-weight:700}.cta-title{text-align:center;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800;line-height:1.1}.cta-description{color:var(--text-secondary);max-width:700px;margin:0 auto 2rem;font-size:1.125rem;font-weight:400;line-height:1.6}.cta-stats{flex-wrap:wrap;justify-content:center;gap:2.5rem;margin:2rem 0;display:flex}.cta-stat{text-align:center}.cta-stat-number{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.25rem;font-size:2.5rem;font-weight:900;line-height:1}.cta-stat-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;font-size:.875rem;font-weight:600}.cta-button{background:var(--gradient-primary);color:#fff;cursor:pointer;border:none;border-radius:16px;justify-content:center;align-items:center;margin:1.5rem 0;padding:1.25rem 3rem;font-size:1.25rem;font-weight:800;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 15px 40px #6366f14d,0 0 0 1px #ffffff1a}.cta-button:hover{transform:translateY(-3px);box-shadow:0 20px 50px #6366f166,0 0 0 1px #fff3}.cta-guarantee{color:var(--text-secondary);justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.95rem;display:flex}@media (max-width:1024px){.hero-main-heading{font-size:3rem}.hero-slide-heading{font-size:1.75rem}.section-title,.cta-title{font-size:2.25rem}}@media (max-width:768px){.hero-section{min-height:90vh;padding:60px 0 30px}.hero-main-heading{font-size:2.25rem}.hero-slide-heading{font-size:1.5rem}.hero-slide-subheading{font-size:.95rem}.hero-static-description{font-size:1rem}.hero-stats{gap:1rem}.hero-stat-item{min-width:140px;padding:.6rem 1rem}.hero-stat-number{font-size:1.25rem}.hero-slide-controls{padding:0 1rem}.slide-control-btn{width:40px;height:40px}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.section-container{padding:60px 0}.testimonial-slide{padding:2rem 1.5rem}.testimonial-content{font-size:1.125rem}.cta-title{font-size:2rem}.cta-description{font-size:1rem}.cta-button{padding:1rem 2.5rem;font-size:1.125rem}.scroll-indicator{bottom:15px}.hero-rotating-content{height:120px}}@media (max-width:480px){.hero-main-heading{font-size:1.75rem}.hero-slide-heading{font-size:1.25rem}.hero-cta-button{padding:.875rem 2rem;font-size:.95rem}.hero-features{flex-direction:column;align-items:center;gap:.75rem}.section-title{font-size:1.75rem}.intro-features,.support-grid,.benefits-grid,.roles-container{grid-template-columns:1fr}.testimonial-slide{padding:1.5rem 1.25rem}.testimonial-author{text-align:center;flex-direction:column}.cta-stats{gap:1.5rem}.cta-stat-number{font-size:2rem}.cta-button{padding:.875rem 2rem;font-size:1rem}.hero-badge,.intro-badge,.cta-badge{padding:.4rem 1rem}}@media (max-width:640px){.container{padding:0 1.5rem}}
