body{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}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 20px}.glass-effect{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px}.btn-primary{background:linear-gradient(135deg,#ff6b6b,#ee5a24);border-radius:50px;box-shadow:0 8px 30px #ff6b6b4d;font-weight:700;letter-spacing:1px;text-transform:uppercase;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.btn-primary:hover{background:linear-gradient(135deg,#ee5a24,#ff6b6b);box-shadow:0 15px 40px #ff6b6b66;transform:translateY(-3px) scale(1.05)}.btn-primary:active{transform:translateY(-1px) scale(1.02)}.btn-secondary{background:linear-gradient(135deg,#00d2ff,#3a7bd5);border:none;border-radius:50px;box-shadow:0 8px 30px #00d2ff4d;letter-spacing:1px;overflow:hidden;position:relative;text-transform:uppercase;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.btn-secondary:hover{background:linear-gradient(135deg,#3a7bd5,#00d2ff);box-shadow:0 15px 40px #00d2ff66;transform:translateY(-3px) scale(1.05)}.btn-secondary:active{transform:translateY(-1px) scale(1.02)}.ripple{animation:ripple-animation .8s cubic-bezier(.25,.46,.45,.94);background:#fff9;border-radius:50%;pointer-events:none;position:absolute;transform:scale(0)}@keyframes ripple-animation{0%{opacity:1;transform:scale(0)}to{opacity:0;transform:scale(4)}}.floating{animation:float 6s ease-in-out infinite}.pulse-on-hover:hover{animation:pulse 1s infinite}.modern-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:24px;box-shadow:0 8px 32px #0000001a,0 2px 8px #0000000d;padding:2rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.modern-card:hover{box-shadow:0 20px 60px #00000026,0 8px 20px #0000001a;transform:translateY(-10px) rotateX(5deg)}@media (max-width:768px){.btn-primary,.btn-secondary{max-width:300px;padding:18px 24px;width:100%}}@media (max-width:480px){.container{padding:0 15px}}.navbar{background:#fff;border-bottom:1px solid #e5e7eb;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.navbar.scrolled{background:#fff;box-shadow:0 1px 3px #0000000d}.navbar .container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:.75rem 2rem}.nav-brand .brand-link{align-items:center;color:inherit;display:flex;gap:12px;text-decoration:none;transition:all .3s ease}.brand-logo{height:40px;object-fit:contain;width:auto}.brand-logo,.brand-text{transition:all .4s cubic-bezier(.25,.46,.45,.94)}.brand-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#7c3aed,#a855f7);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700;letter-spacing:-.5px}.brand-link:hover{transform:translateY(-2px)}.brand-link:hover .brand-logo,.brand-link:hover .brand-text{filter:brightness(1.1);transform:scale(1.05)}.mobile-menu-btn{align-items:center;background:#0000;border:1px solid #e5e7eb;border-radius:4px;cursor:pointer;display:none;flex-direction:column;height:40px;justify-content:center;padding:0;transition:all .2s ease;width:40px;z-index:1001}.mobile-menu-btn:hover{background:#f9fafb;border-color:#d1d5db}.mobile-menu-btn span{background:#1f2937;border-radius:1px;height:2px;margin:2px 0;transform-origin:center;transition:all .3s ease;width:20px}.mobile-menu-btn.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.nav-links{align-items:center;display:flex;gap:2.5rem}.nav-link{color:#1f2937;font-size:.95rem;font-weight:400;letter-spacing:.01em;padding:.5rem 0;position:relative;text-decoration:none;transition:color .2s ease}.nav-link:hover{color:#7c3aed}.user-menu{align-items:center;display:flex;gap:.75rem}.user-avatar-nav{border:2px solid #7c3aed;border-radius:50%;height:36px;width:36px}.user-name{color:#1a202c}.btn-logout,.user-name{font-size:14px;font-weight:600}.btn-logout{background:#0000;border:2px solid #ef4444;border-radius:8px;color:#ef4444;cursor:pointer;padding:8px 16px;transition:all .3s ease}.btn-logout:hover{background:#ef4444;color:#fff;transform:translateY(-1px)}.btn-join-free,.btn-login{border:none;border-radius:6px;cursor:pointer;display:inline-block;font-size:.9rem;font-weight:500;padding:8px 18px;text-decoration:none;transition:all .2s ease;white-space:nowrap}.btn-login{background:#0000;border:1px solid #d1d5db;color:#1f2937}.btn-login:hover{background:#f9fafb;border-color:#9ca3af}.btn-join-free{background:#7c3aed;border:1px solid #7c3aed;color:#fff}.btn-join-free:hover{background:#6d28d9;border-color:#6d28d9}.mobile-overlay{display:none}@media (max-width:768px){.navbar .container{padding:.75rem 1rem;position:relative}.brand-logo{height:32px}.brand-text{font-size:1.25rem}.mobile-menu-btn{display:flex;position:relative;z-index:1002}.nav-links{align-items:stretch;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;box-shadow:-5px 0 30px #00000026;flex-direction:column;gap:0;height:100vh;justify-content:flex-start;max-width:320px;overflow-y:auto;padding:100px 2rem 2rem;position:fixed;right:-100%;top:0;transition:right .4s cubic-bezier(.25,.46,.45,.94);width:100%;z-index:1001}.nav-links.mobile-open{right:0}.nav-link{border-bottom:1px solid #00000014;border-radius:0;font-size:1.1rem;font-weight:600;padding:1.25rem 0;text-align:left;transition:all .3s ease}.nav-link:after{display:none}.nav-link:hover{background:#7c3aed14;color:#7c3aed;padding-left:1rem}.btn-join-free,.btn-login{border-radius:8px;font-size:15px;font-weight:700;margin-top:1rem;padding:14px 28px;text-align:center;transition:all .3s ease;width:100%}.btn-login{background:#fff;border:2px solid #7c3aed;color:#7c3aed}.btn-login:hover{background:#f8fafc}.btn-join-free{background:linear-gradient(135deg,#7c3aed,#a855f7);box-shadow:0 8px 25px #7c3aed4d;letter-spacing:.5px;text-transform:uppercase}.btn-join-free:hover{box-shadow:0 12px 35px #7c3aed66;transform:translateY(-2px)}.mobile-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0009;display:block;height:100vh;left:0;position:fixed;top:0;width:100%;z-index:1000}}@media (max-width:480px){.navbar .container{padding:.5rem .75rem}.brand-logo{height:28px}.brand-text{font-size:1.1rem}.nav-links{padding:90px 1.5rem 2rem;right:-100%;width:100%}.nav-links.mobile-open{right:0}.mobile-menu-btn{height:28px;width:28px}.mobile-menu-btn span{height:2px;width:22px}.nav-link{font-size:1rem;padding:1rem 0}.btn-join-free,.btn-login{font-size:15px;padding:16px 28px}}@media (max-width:1024px) and (min-width:769px){.nav-links{gap:1.5rem}.nav-link{font-size:.9rem}.btn-start-pilot{font-size:13px;padding:10px 20px}}.nav-dropdown{display:inline-block;position:relative}.dropdown-arrow{font-size:10px;margin-left:4px;transition:transform .3s ease}.nav-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{animation:dropdownFadeIn .3s ease;background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;left:0;margin-top:8px;min-width:320px;padding:12px;position:absolute;top:100%;z-index:1000}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{align-items:center;border-radius:8px;display:flex;gap:16px;padding:16px;text-decoration:none;transition:all .3s ease}.dropdown-item:hover{background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.dropdown-item-icon{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:8px;display:flex;flex-shrink:0;font-size:32px;height:48px;justify-content:center;width:48px}.dropdown-icon-img{display:block;height:48px;object-fit:contain;width:48px}.dropdown-item-content{flex:1 1}.dropdown-item-title{color:#0f172a;font-size:16px;font-weight:700;margin-bottom:4px}.dropdown-item-desc{color:#64748b;font-size:13px;line-height:1.4}@media (max-width:768px){.nav-dropdown{width:100%}.dropdown-menu{background:#f8fafc;box-shadow:none;margin-top:8px;position:static}}.auth-modal-overlay{-webkit-overflow-scrolling:touch;align-items:center;background:#000000e6;bottom:0;display:flex;height:100vh;justify-content:center;left:0;overflow-y:auto;padding:2rem;position:fixed;right:0;top:0;width:100vw;z-index:999999}.auth-modal{animation:modalSlideIn .3s ease;background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000080;margin:auto;max-height:85vh;max-width:500px;overflow-y:auto;position:relative;scrollbar-color:#cbd5e1 #f1f5f9;scrollbar-width:thin;width:100%;z-index:1000000}.auth-modal::-webkit-scrollbar{width:8px}.auth-modal::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}.auth-modal::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.auth-modal::-webkit-scrollbar-thumb:hover{background:#94a3b8}.auth-modal-close{align-items:center;background:#f1f5f9;border:none;border-radius:50%;color:#475569;cursor:pointer;display:flex;font-size:2rem;font-weight:300;height:48px;justify-content:center;line-height:1;position:absolute;right:1.25rem;top:1.25rem;transition:all .2s ease;width:48px;z-index:1000001}.auth-modal-close:hover{background:#e2e8f0;color:#1a202c;transform:scale(1.1)}.auth-modal-content{min-height:400px;padding:3rem 2.5rem}.auth-modal-content h2{color:#1a202c;font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.auth-subtitle{color:#64748b;font-size:1rem;line-height:1.5;margin-bottom:2rem}.auth-error-message{align-items:center;background:#fee2e2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;display:flex;font-size:.875rem;gap:.5rem;padding:.875rem 1rem}.auth-error-message,.auth-form{margin-bottom:1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{color:#1a202c;display:block;font-size:.875rem}.required{color:#ef4444}.form-group input,.form-group select{background:#fff;color:#1a202c;font-size:1rem;padding:.875rem 1rem;transition:all .2s ease;width:100%}.form-group input:focus,.form-group select:focus{border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a}.form-group input::placeholder{color:#94a3b8}.btn-auth-submit{background:linear-gradient(135deg,#7c3aed,#a855f7);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:.5rem;padding:1rem;transition:all .3s ease;width:100%}.btn-auth-submit:hover:not(:disabled){box-shadow:0 8px 25px #7c3aed66;transform:translateY(-2px)}.btn-auth-submit:disabled{cursor:not-allowed;opacity:.6}.auth-divider{margin:1.5rem 0;position:relative;text-align:center}.auth-divider:after,.auth-divider:before{background:#e2e8f0;content:"";height:1px;position:absolute;top:50%;width:45%}.auth-divider:before{left:0}.auth-divider:after{right:0}.auth-divider span{background:#fff;color:#64748b;font-size:.875rem;padding:0 1rem}.social-auth-buttons{display:flex;flex-direction:column;gap:.75rem}.btn-social{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#1a202c;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.75rem;justify-content:center;padding:.875rem 1rem;transition:all .2s ease;width:100%}.btn-social:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px)}.btn-social svg{flex-shrink:0}.auth-footer{border-top:1px solid #e2e8f0;margin-top:1.5rem;padding-top:1.5rem;text-align:center}.auth-footer p{color:#64748b;font-size:.875rem}.auth-switch-link{background:none;border:none;color:#7c3aed;cursor:pointer;font-size:.875rem;font-weight:600;padding:0;text-decoration:none}.auth-switch-link:hover{text-decoration:underline}.auth-terms{margin-top:1.5rem;text-align:center}.auth-terms p{color:#94a3b8;font-size:.75rem;line-height:1.5}.auth-terms a{color:#7c3aed;text-decoration:none}.auth-terms a:hover{text-decoration:underline}@media (min-width:769px){.auth-modal-overlay{align-items:center;justify-content:center;padding:2rem}.auth-modal{margin:0;max-height:85vh;overflow-y:auto}.auth-modal-content{padding:3rem 2.5rem}}@media (max-width:768px){.auth-modal-overlay{align-items:flex-start;background:#000000f2;padding:1rem}.auth-modal{border-radius:12px;margin-top:1rem;max-height:calc(100vh - 2rem);max-width:100%}.auth-modal-close{background:#fff;box-shadow:0 2px 8px #00000026;font-size:1.75rem;height:44px;position:absolute;right:1rem;top:1rem;width:44px}.auth-modal-content{padding:1.5rem 1.5rem 3rem}.auth-modal-content h2{font-size:1.5rem}.auth-subtitle{font-size:.875rem}}@media (max-width:480px){.auth-modal-content{padding:1.5rem 1rem 3rem}.btn-social{font-size:.875rem;padding:.75rem .875rem}}.hero{align-items:center;background:linear-gradient(135deg,#fff,#f8fafc);color:#1a202c;display:flex;margin-top:70px;min-height:100vh;overflow:hidden;padding:120px 0 80px;position:relative}.hero:before{background:radial-gradient(circle at 20% 80%,#7877c608 0,#0000 50%),radial-gradient(circle at 80% 20%,#ff6b6b08 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.hero-container{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1.2fr .8fr;margin:0 auto;max-width:1400px;padding:0 2rem;position:relative;z-index:1}.hero-content{max-width:100%;text-align:left}.hero-eyebrow{margin-bottom:1.5rem}.eyebrow-text{background:#7c3aed1a;border:2px solid #7c3aed;border-radius:50px;color:#7c3aed;display:inline-block;font-size:.875rem;font-weight:700;letter-spacing:2px;padding:.5rem 1.5rem;text-transform:uppercase;transition:all .3s ease}.eyebrow-text:hover{background:#7c3aed;box-shadow:0 8px 25px #7c3aed40;color:#fff;transform:translateY(-2px)}.hero-headline{color:#1a202c;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:3.2rem;font-weight:700;letter-spacing:-.02em;line-height:1.15;margin-bottom:1.5rem;max-width:100%;position:relative;word-spacing:-.1em}.hero-headline .headline-mobile{display:none}.hero-headline .headline-full{display:inline}.hero-headline:after{background:linear-gradient(135deg,#7c3aed,#a855f7);border-radius:2px;bottom:-8px;content:"";height:4px;left:0;position:absolute;width:120px}.hero-subheadline{color:#4a5568;font-size:1.25rem;font-weight:400;line-height:1.6;margin-bottom:2rem}.proof-bar{border-bottom:1px solid #e2e8f0;border-top:1px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:2.5rem;padding:1rem 0}.proof-point{align-items:center;color:#4a5568;display:flex;font-size:.875rem;font-weight:500;gap:.5rem}.proof-icon{color:#10b981;font-size:1rem;font-weight:700}.hero-right-content{align-items:center;display:flex;flex-direction:column;gap:2rem}.gradient-card{background:linear-gradient(135deg,#7c3aed,#a855f7 50%,#c084fc);border-radius:16px;box-shadow:0 15px 30px #7c3aed26;color:#fff;max-width:350px;overflow:hidden;padding:2rem 1.5rem;position:relative;text-align:center;width:100%}.gradient-card:before{background:linear-gradient(135deg,#ffffff1a,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.carousel-container{align-items:center;display:flex;height:200px;justify-content:center;margin-bottom:1rem;position:relative}.carousel-slide{opacity:0;position:absolute;text-align:center;transform:translateY(20px);transition:all .8s cubic-bezier(.25,.46,.45,.94);width:100%}.carousel-slide.active{opacity:1;transform:translateY(0)}.slide-question{font-size:1.25rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.slide-bullets{display:flex;flex-direction:column;gap:.5rem;list-style:none;margin:0;padding:0}.slide-bullet{color:#ffffffe6;font-size:.875rem;font-weight:500;line-height:1.4;padding-left:1.5rem;position:relative;text-align:left}.slide-bullet:before{color:#ffffffb3;content:"•";font-size:1.2rem;font-weight:700;left:0;position:absolute}.carousel-dots{display:flex;gap:.75rem;justify-content:center;position:relative;z-index:2}.carousel-dot{background:#fff6;border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.carousel-dot.active{background:#fff;box-shadow:0 0 0 3px #ffffff4d;transform:scale(1.3)}.carousel-dot:hover{background:#ffffffb3}.supporting-line{color:#4a5568;font-size:1.125rem;font-weight:500;line-height:1.6;margin-bottom:2.5rem;text-align:left}.cta-row{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:1.5rem}.btn-primary{background:linear-gradient(135deg,#7c3aed,#a855f7);border:none;border-radius:12px;box-shadow:0 8px 25px #7c3aed40;cursor:pointer;font-size:16px;letter-spacing:0;overflow:hidden;padding:16px 32px;position:relative;text-transform:none}.btn-primary:hover{box-shadow:0 12px 35px #7c3aed59}.btn-primary:active{transform:translateY(0)}.btn-secondary{border:2px solid #7c3aed;border-radius:12px;color:#7c3aed;cursor:pointer;font-size:16px;letter-spacing:0;padding:14px 30px;text-transform:none}.btn-secondary:hover{background:#7c3aed;box-shadow:0 8px 25px #7c3aed40;color:#fff;transform:translateY(-2px)}.btn-ghost{background:#0000;border:none;border-radius:12px;color:#6b7280;cursor:pointer;font-size:16px;font-weight:500;padding:14px 30px;text-decoration:underline;text-underline-offset:4px;transition:all .3s ease}.btn-ghost:hover{color:#374151;-webkit-text-decoration-color:#7c3aed;text-decoration-color:#7c3aed}.derisk-line{color:#6b7280;font-size:.875rem;font-style:italic;margin:0;text-align:center}.hero-illustration{align-items:center;display:flex;justify-content:center;position:relative}.hero-image-container{max-width:500px;position:relative;width:100%}.hero-image{border-radius:20px;box-shadow:0 20px 40px #00000026;height:auto;transition:transform .3s ease,box-shadow .3s ease;width:100%}.hero-image:hover{box-shadow:0 25px 50px #0003;transform:translateY(-5px)}.illustration-placeholder{align-items:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:20px;box-shadow:0 20px 40px #0000001a;display:flex;height:300px;justify-content:center;max-width:400px;overflow:hidden;position:relative;width:100%}.students-illustration{height:80%;position:relative;width:80%}.laptop-screen{background:#1a202c;border-radius:8px;box-shadow:0 8px 20px #0000004d;height:120px;left:10%;padding:15px;position:absolute;top:20%;width:200px}.code-lines{display:flex;flex-direction:column;gap:8px}.code-line{animation:codeGlow 2s ease-in-out infinite alternate;background:linear-gradient(90deg,#10b981,#3b82f6);border-radius:2px;height:4px}.code-line.short{width:60%}.code-line.medium{width:80%}@keyframes codeGlow{0%{opacity:.6}to{opacity:1}}.ai-diagrams{align-items:center;display:flex;gap:15px;position:absolute;right:10%;top:60%}.diagram-node{animation:nodeFloat 3s ease-in-out infinite alternate;background:linear-gradient(135deg,#7c3aed,#a855f7);border-radius:50%;box-shadow:0 4px 10px #7c3aed4d;height:20px;width:20px}.diagram-node:nth-child(2){animation-delay:.5s}.diagram-node:nth-child(3){animation-delay:1s}@keyframes nodeFloat{0%{transform:translateY(0)}to{transform:translateY(-10px)}}.connection-line{background:linear-gradient(90deg,#7c3aed,#a855f7);border-radius:1px;height:2px;left:25px;opacity:.7;position:absolute;top:50%;width:60px}@media (max-width:1024px){.hero-container{gap:3rem;grid-template-columns:1fr;text-align:center}.hero-content{align-items:center;display:flex;flex-direction:column;text-align:center}.hero-headline{font-size:2.75rem}.proof-bar{justify-content:center}.supporting-line{text-align:center}.hero-right-content{flex-direction:column-reverse;gap:2rem}.gradient-card{margin:0 auto;max-width:400px}.hero-image-container{margin:0 auto;max-width:300px}}@media (max-width:768px){.hero{align-items:center;display:flex;min-height:calc(100vh - 70px);padding:100px 0 60px}.hero-container{gap:2.5rem;padding:0 1rem;width:100%}.hero-content{align-items:center;display:flex;flex-direction:column;text-align:center}.hero-headline{font-size:2.2rem;line-height:1.2;text-align:center;word-spacing:normal}.hero-headline .headline-full{display:none}.hero-headline .headline-mobile{display:inline}.hero-subheadline{font-size:1.125rem;text-align:center}.supporting-line{font-size:1rem;margin-bottom:1.5rem;text-align:center}.carousel-container{height:180px}.slide-question{font-size:1.1rem}.slide-bullet{font-size:.8rem}.gradient-card{max-width:350px;padding:2rem 1.5rem}.proof-bar{align-items:center;flex-direction:column;gap:1rem;text-align:center}.proof-point{justify-content:center}.cta-row{align-items:center;flex-direction:column;gap:1rem}.btn-ghost,.btn-primary,.btn-secondary{max-width:280px;width:100%}.hero-image-container{max-width:280px}}@media (max-width:480px){.hero{min-height:calc(100vh - 60px);padding:90px 0 50px}.hero-container{gap:2rem;padding:0 .75rem}.hero-headline{font-size:1.875rem;line-height:1.15}.hero-subheadline{font-size:1rem}.supporting-line{font-size:.95rem;margin-bottom:1rem}.carousel-container{height:160px}.slide-question{font-size:1rem}.slide-bullet{font-size:.75rem}.gradient-card{max-width:320px;padding:1.5rem 1rem}.illustration-placeholder{height:250px}.hero-image-container{max-width:260px}.proof-bar{gap:.75rem}.proof-point{font-size:.8rem}}.hero-headline .highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#7c3aed,#a855f7);-webkit-background-clip:text;background-clip:text;font-weight:900;position:relative}.hero-headline .primary{color:#4a5568;display:block;font-size:.9em;font-weight:300}.hero-headline .secondary{color:#1a202c;display:block;font-size:1.1em;font-weight:800;margin:.2em 0}.hero-headline .tertiary{color:#6b7280;display:block;font-size:.8em;font-style:italic;font-weight:400}.hero-headline strong{color:#1a202c;font-weight:700;position:relative}.hero-headline strong:after{background:linear-gradient(135deg,#7c3aed,#a855f7);border-radius:2px;bottom:2px;content:"";height:3px;left:0;opacity:.3;position:absolute;right:0}.mobile-cta{display:none;margin:2.5rem 0 1.5rem;text-align:center}.btn-mobile-pilot{background:linear-gradient(135deg,#7c3aed,#a855f7);border:2px solid #0000;border-radius:50px;box-shadow:0 8px 25px #7c3aed4d;color:#fff;cursor:pointer;font-size:18px;font-weight:700;letter-spacing:.5px;max-width:320px;overflow:hidden;padding:20px 40px;position:relative;text-transform:uppercase;transition:all .3s ease;width:100%}.btn-mobile-pilot:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.btn-mobile-pilot:hover:before{left:100%}.btn-mobile-pilot:hover{background:linear-gradient(135deg,#8b5cf6,#a855f7);box-shadow:0 12px 35px #7c3aed66;transform:translateY(-3px)}.btn-mobile-pilot:active{transform:translateY(-1px)}@media (max-width:768px){.mobile-cta{display:block;order:4}.btn-mobile-pilot{font-size:16px;max-width:280px;padding:18px 36px}}@media (max-width:480px){.mobile-cta{margin:2rem 0 1rem}.btn-mobile-pilot{font-size:15px;max-width:260px;padding:16px 32px}}.featured-courses{background:#f8fafc;padding:120px 0;position:relative}.featured-courses .container{position:relative;z-index:2}.featured-courses h2{color:#1a202c;font-size:3rem;font-weight:600;letter-spacing:-.02em;margin-bottom:3rem;position:relative;text-align:center}.featured-courses h2:after{background:#7c3aed;border-radius:2px;bottom:-15px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.section-intro{color:#4a5568;font-size:1.125rem;line-height:1.8;margin-bottom:5rem;margin-left:auto;margin-right:auto;max-width:800px;text-align:center}.courses-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.course-card{border:1px solid #e2e8f0;box-shadow:0 4px 20px #00000014;padding:2.5rem;position:relative;transition:transform .2s ease}.course-card:hover{transform:translateY(-2px)}.course-badges{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.badge{border-radius:6px;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.5rem 1rem;text-transform:uppercase;transition:all .2s ease}.badge.popular{background:#7c3aed;color:#fff}.badge.specialty{background:#f8fafc;border:1px solid #e2e8f0;color:#7c3aed}.badge.level{background:#f1f5f9;border:1px solid #e2e8f0;color:#64748b}.badge.rating{background:#10b981;color:#fff}.course-card h3{color:#1a202c;font-size:1.5rem;font-weight:600;line-height:1.4;margin-bottom:1.5rem}.course-bullets{list-style:none;margin-bottom:2rem;padding:0}.course-bullets li{color:#4a5568;font-size:1rem;line-height:1.6;padding:.5rem 0 .5rem 1.5rem;position:relative}.course-bullets li:before{color:#7c3aed;content:"•";font-weight:600;left:0;position:absolute}.course-meta{color:#64748b;font-size:.875rem;font-weight:500;margin-bottom:2rem}.course-meta span{align-items:center;display:flex;gap:.5rem}.course-meta span:before{color:#7c3aed;content:"•";font-weight:600}@media (max-width:1024px){.courses-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}}@media (max-width:768px){.featured-courses{padding:80px 0}.courses-grid{grid-template-columns:1fr}.course-card{padding:2rem}.featured-courses h2{font-size:2.5rem}.section-intro{font-size:1rem}.course-meta{flex-direction:column;gap:.5rem}}@media (max-width:480px){.featured-courses h2{font-size:2rem}.course-card{padding:1.5rem}.course-badges{gap:.5rem}}.modal-overlay{background:#000c}.modal-content{background:#1a1a1a;box-shadow:0 20px 60px #0000004d;max-width:1000px;overflow:hidden}.modal-close{align-items:center;background:#ffffff1a;color:#fff;display:flex;height:40px;justify-content:center;right:20px;top:20px;transition:background .3s ease;width:40px;z-index:10}.modal-close:hover{background:#fff3}.modal-body{display:grid;grid-template-columns:1fr 1fr;min-height:600px}.force-white-text,.force-white-text *,h2.force-white-text,span.force-white-text{color:#fff!important;filter:none!important;font-weight:900!important;opacity:1!important;text-shadow:none!important}.modal-overlay .modal-content .modal-left .stats-content h2,.modal-overlay .modal-content .modal-left h2,.modal-overlay .modal-left h2,.modal-overlay .stats-content h2{color:#fff!important;font-weight:900!important;text-shadow:none!important}.modal-left{background:linear-gradient(135deg,#1e3a8a,#3730a3);color:#fff!important;display:flex;flex-direction:column;justify-content:center;padding:3rem}.modal-left *,.modal-left .stats-content h2,.modal-left h2,.stats-content h2,.stats-content h2 span{color:#fff!important;font-weight:900!important}.stats-content h2{font-size:2rem;line-height:1.3;margin-bottom:1.5rem}.modal-left .stats-content h2,.modal-left h2{color:#fff!important;text-shadow:none!important}.highlight{color:#fbbf24!important;font-weight:800}.highlight-white{color:#fff!important;font-weight:900!important}.stats-description{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.text-highlight{color:#60a5fa;font-weight:600}.professional-image{align-items:center;display:flex;flex-direction:column;margin-top:2rem}.image-placeholder{align-items:center;background:#ffffff1a;border-radius:50%;display:flex;height:200px;justify-content:center;margin-bottom:1rem;position:relative;width:200px}.avatar{font-size:4rem}.decorative-icons{height:100%;position:absolute;width:100%}.icon{align-items:center;animation:float 3s ease-in-out infinite;background:#fff3;border-radius:50%;display:flex;font-size:1.2rem;height:40px;justify-content:center;position:absolute;width:40px}.icon-1{animation-delay:0s;right:10%;top:10%}.icon-2{animation-delay:1s;right:5%;top:60%}.icon-3{animation-delay:2s;bottom:20%;left:10%}.icon-4{animation-delay:1.5s;left:5%;top:30%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.source-text{font-size:.9rem;font-style:italic;opacity:.7}.modal-right{background:#2d2d2d;color:#fff;display:flex;flex-direction:column;justify-content:center;padding:3rem}.form-content h3{font-size:1.8rem;font-weight:700;line-height:1.3;margin-bottom:2rem}.enrollment-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{color:#e5e5e5}.form-group input,.form-group select{background:#1a1a1a;border:1px solid #404040;color:#fff;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus{border-color:#667eea;box-shadow:0 0 0 2px #667eea33}.form-group input::placeholder{color:#888}.phone-group{flex-direction:row;gap:.5rem}.phone-group input{flex:1 1}.continue-btn{background:linear-gradient(135deg,#ff6b6b,#ee5a24);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;letter-spacing:1px;margin-top:1rem;padding:16px 32px;text-transform:uppercase;transition:all .3s ease}.continue-btn:hover{background:linear-gradient(135deg,#ee5a24,#ff6b6b);box-shadow:0 8px 25px #ff6b6b66;transform:translateY(-2px)}@media (max-width:768px){.modal-content{margin:10px;max-height:95vh;overflow-y:auto}.modal-body{grid-template-columns:1fr}.modal-left,.modal-right{padding:2rem}.form-content h3,.stats-content h2{font-size:1.5rem}.image-placeholder{height:150px;width:150px}.avatar{font-size:3rem}.icon{font-size:1rem;height:30px;width:30px}}@media (max-width:480px){.modal-overlay{padding:10px}.modal-left,.modal-right{padding:1.5rem}.form-content h3,.stats-content h2{font-size:1.3rem}}.about{background:#fff;padding:120px 0;position:relative}.about .container{position:relative;z-index:2}.about-content{margin:0 auto;max-width:1200px}.about-header{margin-bottom:5rem;text-align:center}.about h2{color:#1a202c;font-size:3rem;font-weight:600;letter-spacing:-.02em;margin-bottom:3rem;position:relative}.about h2:after{background:#7c3aed;border-radius:2px;bottom:-15px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.company-description{margin:0 auto;max-width:900px}.company-tagline{color:#7c3aed;font-size:1.75rem;font-weight:600;line-height:1.3;margin-bottom:2rem}.company-story{color:#4a5568;font-size:1.125rem;line-height:1.8;margin-bottom:1.5rem;text-align:left}.company-story:last-child{margin-bottom:0}.about-stats{grid-gap:3rem;border-top:1px solid #e2e8f0;display:grid;gap:3rem;grid-template-columns:repeat(4,1fr);margin-top:5rem;padding:3rem 0}.stat-number{color:#7c3aed;font-size:3rem;font-weight:700;line-height:1;margin-bottom:.5rem}.stat-label{font-size:1rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}@media (max-width:1024px){.about-stats{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.about{padding:80px 0}.about h2{font-size:2.5rem}.company-tagline{font-size:1.5rem}.company-story{font-size:1rem;text-align:center}.about-stats{gap:1.5rem;grid-template-columns:repeat(2,1fr);margin-top:3rem}.stat-number{font-size:2.5rem}}@media (max-width:480px){.about h2{font-size:2rem}.company-tagline{font-size:1.25rem}.about-stats{gap:1rem;grid-template-columns:1fr}.stat-number{font-size:2rem}}.faq-section{background:linear-gradient(135deg,#f8fafc,#fff);padding:80px 0}.faq-header{margin-bottom:3rem;text-align:center}.faq-header h2{color:#1a202c;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.faq-header p{color:#64748b;font-size:1.125rem}.faq-list{margin:0 auto 3rem;max-width:900px}.faq-item{border:2px solid #0000;cursor:pointer;margin-bottom:1rem;padding:1.5rem 2rem}.faq-item:hover{border-color:#7c3aed;box-shadow:0 4px 20px #7c3aed26}.faq-item.active{border-color:#7c3aed;box-shadow:0 4px 20px #7c3aed33}.faq-question{align-items:center;display:flex;gap:1rem;justify-content:space-between}.faq-question h3{color:#1a202c;flex:1 1;font-size:1.125rem;font-weight:600;margin:0}.faq-icon{color:#7c3aed;font-size:1.5rem;font-weight:300;min-width:30px;text-align:center;transition:transform .3s ease}.faq-item.active .faq-icon{transform:rotate(180deg)}.faq-answer{animation:fadeIn .3s ease;border-top:1px solid #e2e8f0;margin-top:1rem;padding-top:1rem}.faq-answer p{font-size:1rem}.faq-cta{background:linear-gradient(135deg,#7c3aed,#a855f7);border-radius:16px;margin:0 auto;max-width:700px;padding:2rem;text-align:center}.faq-cta p{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.faq-cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.faq-cta .btn-primary,.faq-cta .btn-secondary{border-radius:8px;display:inline-block;font-size:1rem;font-weight:600;padding:14px 28px;text-decoration:none;transition:all .3s ease}.faq-cta .btn-primary{background:#fff;color:#7c3aed}.faq-cta .btn-primary:hover{box-shadow:0 8px 25px #ffffff4d;transform:translateY(-2px)}.faq-cta .btn-secondary{background:#fff3;border:2px solid #fff;color:#fff}.faq-cta .btn-secondary:hover{background:#fff;color:#7c3aed;transform:translateY(-2px)}@media (max-width:768px){.faq-section{padding:60px 0}.faq-header h2{font-size:2rem}.faq-item{padding:1.25rem 1.5rem}.faq-question h3{font-size:1rem}.faq-cta p{font-size:1.25rem}.faq-cta-buttons{align-items:stretch;flex-direction:column}.faq-cta .btn-primary,.faq-cta .btn-secondary{width:100%}}.contact{background:#fff;padding:120px 0;position:relative}.contact .container{position:relative;z-index:2}.contact-content{margin:0 auto;max-width:1200px}.contact-header{margin-bottom:5rem;text-align:center}.contact h2{color:#1a202c;font-size:3rem;font-weight:600;letter-spacing:-.02em;margin-bottom:3rem;position:relative}.contact h2:after{background:#7c3aed;border-radius:2px;bottom:-15px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.contact-intro{color:#4a5568;font-size:1.125rem;line-height:1.8;margin:0 auto;max-width:900px;text-align:left}.contact-main{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-top:5rem}.contact-info{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:3rem}.info-section h3{color:#7c3aed;font-size:1.75rem;font-weight:600;margin-bottom:1rem}.info-description{color:#4a5568;font-size:1.125rem;line-height:1.8;margin-bottom:2rem;text-align:left}.contact-details{gap:2rem}.contact-details,.contact-item{display:flex;flex-direction:column}.contact-item{gap:.5rem}.contact-label{color:#64748b;font-size:1rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.contact-value{color:#4a5568;font-size:1.125rem;line-height:1.6}.contact-value a{color:#4a5568;text-decoration:none;transition:color .2s ease}.contact-value a:hover{color:#7c3aed}.contact-cta{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:3rem}.cta-content h3{color:#7c3aed;font-size:1.75rem;font-weight:600;margin-bottom:2rem}.cta-content p{color:#4a5568;font-size:1.125rem;line-height:1.8;margin-bottom:1.5rem;text-align:left}.cta-content p:last-of-type{margin-bottom:2.5rem}.cta-actions{display:flex;flex-direction:column;gap:1rem}.cta-actions .btn-primary{background:#7c3aed;border:2px solid #7c3aed;border-radius:8px;color:#fff;font-size:16px;font-weight:600;padding:16px 24px;text-align:center;text-decoration:none;transition:all .2s ease}.cta-actions .btn-primary:hover{background:#6d28d9;border-color:#6d28d9}.cta-actions .btn-secondary{background:#fff;border:2px solid #7c3aed;border-radius:8px;color:#7c3aed;font-size:16px;font-weight:600;padding:14px 24px;text-align:center;text-decoration:none;transition:all .2s ease}.cta-actions .btn-secondary:hover{background:#7c3aed;color:#fff}@media (max-width:1024px){.contact-main{gap:3rem;grid-template-columns:1fr}}@media (max-width:768px){.contact{padding:80px 0}.contact h2{font-size:2.5rem}.contact-intro{font-size:1rem;text-align:center}.contact-cta,.contact-info{padding:2rem}.cta-content p,.info-description{text-align:center}.cta-content h3{font-size:1.5rem}.cta-actions{gap:.75rem}}@media (max-width:480px){.contact h2{font-size:2rem}.contact-cta,.contact-info{padding:1.5rem}.cta-content h3{font-size:1.25rem}.cta-actions .btn-primary,.cta-actions .btn-secondary{font-size:14px;padding:14px 20px}}.footer{background:#1e293b;color:#fff;position:relative}.newsletter-section{background:#334155;border-bottom:1px solid #475569;padding:4rem 0}.newsletter-content{margin:0 auto;max-width:800px;text-align:center}.newsletter-label{color:#fff;font-size:.875rem;font-weight:600;letter-spacing:.1em;margin-bottom:1rem}.newsletter-title{color:#fff;font-size:2rem;font-weight:600;line-height:1.4;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:700px}.newsletter-form{max-width:500px}.email-input-container{background:#475569;border:1px solid #64748b;border-radius:8px;display:flex;overflow:hidden;position:relative;transition:border-color .2s ease}.email-input-container:focus-within{border-color:#7c3aed}.email-input{background:#0000;border:none;color:#fff;flex:1 1;font-size:16px;outline:none;padding:16px 20px}.email-input::placeholder{color:#94a3b8}.subscribe-btn{align-items:center;background:#7c3aed;border:none;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:16px 20px;transition:background-color .2s ease}.subscribe-btn:hover{background:#6d28d9}.footer-content{padding:4rem 0 0}.footer-main{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 2fr;margin-bottom:3rem}.company-info{max-width:400px}.footer-logo{align-items:center;display:flex;gap:12px;margin-bottom:1.5rem}.footer-brand-logo{height:40px;object-fit:contain;width:auto}.footer-brand-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#7c3aed,#a855f7);-webkit-background-clip:text;background-clip:text;display:inline-block;font-size:1.75rem;font-weight:700;letter-spacing:-.5px}.company-description{color:#cbd5e1;font-size:1rem;line-height:1.6;margin-bottom:2rem}.social-links{display:flex;gap:1rem}.social-link{align-items:center;background:#475569;border-radius:50%;color:#cbd5e1;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .2s ease;width:40px}.social-link:hover{background:#7c3aed;color:#fff;transform:translateY(-2px)}.footer-links{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}.link-group h4{color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:1.5rem}.link-group ul{list-style:none;margin:0;padding:0}.link-group li{margin-bottom:.75rem}.link-group a{color:#cbd5e1;font-size:.95rem;text-decoration:none;transition:color .2s ease}.link-group a:hover{color:#7c3aed}.footer-bottom{border-top:1px solid #475569;padding:2rem 0}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.footer-bottom-content p{color:#94a3b8;font-size:.875rem;margin:0}.footer-bottom-links{display:flex;gap:2rem}.footer-bottom-links a{color:#94a3b8;font-size:.875rem;text-decoration:none;transition:color .2s ease}.footer-bottom-links a:hover{color:#7c3aed}@media (max-width:1024px){.footer-main{gap:3rem;grid-template-columns:1fr}.footer-links{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.newsletter-section{padding:3rem 0}.newsletter-title{font-size:1.5rem;margin-bottom:2rem}.footer-content{padding:3rem 0 0}.footer-main{gap:2rem}.footer-links{gap:2rem;grid-template-columns:1fr}.footer-bottom-content{flex-direction:column;text-align:center}.footer-bottom-links{gap:1.5rem}}@media (max-width:480px){.newsletter-title{font-size:1.25rem}.email-input-container{flex-direction:column}.subscribe-btn{border-radius:0 0 8px 8px}.footer-bottom-links{flex-direction:column;gap:1rem}}.pilot-hero,.pilot-program-page{background:#fff;color:#1a202c}.pilot-hero{border-bottom:1px solid #e2e8f0;padding:120px 0;text-align:center}.pilot-headline{color:#1a202c;font-size:3rem;font-weight:600;letter-spacing:-.02em;line-height:1.3;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:900px}.pilot-subheadline{color:#4a5568;font-size:1.125rem;line-height:1.8;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:800px}.pilot-cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.pilot-audience,.pilot-curriculum,.pilot-design,.pilot-outcomes{padding:120px 0}.pilot-audience{background:#f8fafc}.pilot-curriculum{background:#fff}.pilot-outcomes{background:#f8fafc}.pilot-design{background:#fff}.pilot-audience h2,.pilot-curriculum h2,.pilot-design h2,.pilot-outcomes h2{color:#1a202c;font-size:3rem;font-weight:600;letter-spacing:-.02em;margin-bottom:3rem;position:relative;text-align:center}.pilot-audience h2:after,.pilot-curriculum h2:after,.pilot-design h2:after,.pilot-outcomes h2:after{background:#7c3aed;border-radius:2px;bottom:-15px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.audience-list{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:3rem}.audience-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:2.5rem 2rem;text-align:center}.audience-item h3{color:#7c3aed;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.audience-item p{color:#64748b;font-size:1rem}.audience-description{color:#4a5568;font-size:1.125rem;line-height:1.8;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:800px;text-align:center}.eligibility-box{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 20px #00000014;margin:0 auto;max-width:600px;padding:2.5rem}.eligibility-box h3{color:#7c3aed;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.eligibility-box ul{list-style:none;padding:0}.eligibility-box li{color:#4a5568;font-size:1rem;padding:.75rem 0 .75rem 2rem;position:relative}.eligibility-box li:before{color:#10b981;content:"✓";font-weight:600;left:0;position:absolute}.curriculum-intro{color:#4a5568;font-size:1.125rem;line-height:1.8;margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:700px;text-align:center}.curriculum-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-bottom:4rem}.curriculum-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:2.5rem 2rem;transition:transform .2s ease}.curriculum-card:hover{transform:translateY(-2px)}.curriculum-card h3{color:#7c3aed;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.curriculum-card ul{list-style:none;padding:0}.curriculum-card li{color:#4a5568;font-size:1rem;line-height:1.6;padding:.5rem 0 .5rem 1.5rem;position:relative}.curriculum-card li:before{color:#7c3aed;content:"•";font-weight:600;left:0;position:absolute}.projects-showcase{background:#7c3aed;border-radius:12px;color:#fff;padding:3rem;text-align:center}.projects-showcase h3{font-size:1.75rem;font-weight:600;margin-bottom:2rem}.projects-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.project-item{align-items:center;background:#ffffff1a;border-radius:8px;display:flex;gap:1rem;padding:1.5rem;text-align:left}.project-icon{flex-shrink:0;font-size:1.5rem}.project-item p{font-size:1rem;line-height:1.5;margin:0}.outcomes-grid{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:2fr 1fr}.outcomes-list{list-style:none;padding:0}.outcomes-list>li{color:#4a5568;font-size:1.125rem;line-height:1.7;padding:1rem 0 1rem 2rem;position:relative}.outcomes-list>li:before{color:#10b981;content:"✓";font-size:1.2rem;font-weight:600;left:0;position:absolute}.outcomes-list ul{list-style:none;margin-top:.5rem;padding-left:1rem}.outcomes-list ul li{font-size:1rem;padding:.25rem 0 .25rem 1.5rem;position:relative}.outcomes-list ul li:before{color:#7c3aed;content:"→";left:0;position:absolute}.outcomes-bonus{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:2.5rem}.outcomes-bonus h3{color:#7c3aed;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.outcomes-bonus ul{list-style:none;padding:0}.outcomes-bonus li{color:#4a5568;font-size:1rem;line-height:1.6;padding:.5rem 0 .5rem 2rem;position:relative}.outcomes-bonus li:before{content:"⭐";left:0;position:absolute}.key-message{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 20px #00000014;margin-bottom:4rem;padding:3rem;text-align:center}.key-message h3{color:#7c3aed;font-size:1.75rem;font-weight:600;margin-bottom:2rem}.message-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.message-item{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;gap:1rem;padding:1.5rem}.message-icon{color:#10b981;font-size:1.5rem}.message-item p{color:#4a5568;font-size:1rem;margin:0}.message-footer{color:#4a5568;font-size:1.125rem;font-style:italic;font-weight:500;line-height:1.6}.delivery-modes{margin-bottom:4rem}.delivery-modes h3{color:#1a202c;font-size:1.75rem;font-weight:600;margin-bottom:2rem;text-align:center}.modes-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.mode-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:2.5rem 2rem;text-align:center}.mode-card.recommended{background:#faf5ff;border-color:#7c3aed}.mode-card h4{color:#1a202c;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.mode-card.recommended h4{color:#7c3aed}.mode-card p{color:#64748b;margin-bottom:1rem}.mode-card ul{list-style:none;padding:0;text-align:left}.mode-card li{color:#4a5568;font-size:.95rem;padding:.25rem 0 .25rem 1.5rem;position:relative}.mode-card li:before{color:#7c3aed;content:"•";left:0;position:absolute}.duration-schedule{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:2.5rem}.duration-info h3{color:#1a202c;font-size:1.5rem;font-weight:600;margin-bottom:2rem;text-align:center}.schedule-options{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.schedule-item h4{color:#7c3aed;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.schedule-item p{color:#4a5568;font-size:1rem;margin-bottom:1rem}.schedule-item ul{list-style:none;padding:0}.schedule-item li{color:#4a5568;padding:.25rem 0 .25rem 1.5rem;position:relative}.schedule-item li:before{color:#7c3aed;content:"•";left:0;position:absolute}@media (max-width:1024px){.outcomes-grid{gap:2rem;grid-template-columns:1fr}}@media (max-width:768px){.pilot-hero{padding:80px 0}.pilot-headline{font-size:2.5rem}.pilot-audience,.pilot-curriculum,.pilot-design,.pilot-outcomes{padding:80px 0}.pilot-cta-buttons{align-items:center;flex-direction:column}.curriculum-grid,.message-grid,.modes-grid,.projects-content,.schedule-options{grid-template-columns:1fr}}@media (max-width:480px){.pilot-headline{font-size:2rem}.pilot-audience,.pilot-curriculum,.pilot-design,.pilot-outcomes{padding:60px 0}.audience-item,.curriculum-card,.mode-card{padding:2rem 1.5rem}}.pilot-modal-overlay{align-items:center;background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.pilot-modal-content{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:900px;overflow-y:auto;position:relative;width:100%}.pilot-modal-close{align-items:center;background:#0000001a;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:24px;height:40px;justify-content:center;position:absolute;right:20px;top:20px;transition:background .3s ease;width:40px;z-index:10}.pilot-modal-close:hover{background:#0003;color:#333}.pilot-modal-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 3rem 2rem;text-align:center}.pilot-modal-header h2{font-size:2.2rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.pilot-modal-header p{font-size:1.1rem;line-height:1.5;margin:0 auto;max-width:600px;opacity:.9}.pilot-enrollment-form{color:#333;padding:2rem 3rem 3rem}.form-section{border-bottom:1px solid #e5e7eb;margin-bottom:3rem;padding-bottom:2rem}.form-section:last-of-type{border-bottom:none;margin-bottom:2rem}.form-section h3{align-items:center;color:#667eea;display:flex;font-size:1.5rem;font-weight:700;gap:.5rem;margin-bottom:1.5rem}.form-section h3:before{background:#667eea;border-radius:2px;content:"";height:24px;width:4px}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin-bottom:1.5rem}.form-row:last-child{margin-bottom:0}.form-group.phone-group{grid-column:1/-1}.form-group label{color:#374151;font-size:.95rem;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#333;font-family:inherit;font-size:16px;padding:12px 16px;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.form-group textarea{min-height:80px;resize:vertical}.phone-input{display:flex;gap:.5rem}.country-code{flex-shrink:0;width:80px}.phone-input input{flex:1 1}.form-actions{border-top:1px solid #e5e7eb;padding-top:2rem;text-align:center}.submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;font-size:16px;font-weight:700;letter-spacing:.5px;margin-bottom:1rem;padding:16px 40px;text-transform:uppercase;transition:all .3s ease}.submit-btn:hover{box-shadow:0 8px 25px #667eea66;transform:translateY(-2px)}.submit-btn:active{transform:translateY(0)}.form-note{color:#6b7280;font-size:.9rem;line-height:1.5;margin:0 auto;max-width:500px}@media (max-width:768px){.pilot-modal-content{margin:10px;max-height:95vh}.pilot-modal-header{padding:2rem 2rem 1.5rem}.pilot-modal-header h2{font-size:1.8rem}.pilot-enrollment-form{padding:1.5rem 2rem 2rem}.form-row{gap:1rem;grid-template-columns:1fr}.form-section h3{font-size:1.3rem}.submit-btn{font-size:15px;padding:14px 32px}}@media (max-width:480px){.pilot-modal-overlay{padding:10px}.pilot-modal-header{padding:1.5rem 1.5rem 1rem}.pilot-modal-header h2{font-size:1.5rem}.pilot-modal-header p{font-size:1rem}.pilot-enrollment-form{padding:1rem 1.5rem 1.5rem}.form-section{margin-bottom:2rem}.form-section h3{font-size:1.2rem}.form-group input,.form-group select,.form-group textarea{font-size:15px;padding:10px 14px}.submit-btn{font-size:14px;padding:12px 24px;width:100%}}.submit-btn:disabled{background:linear-gradient(135deg,#9ca3af,#6b7280);cursor:not-allowed;opacity:.6;transform:none}.submit-btn:disabled:hover{box-shadow:0 4px 15px #9ca3af4d;transform:none}.form-group input:invalid,.form-group select:invalid{border-color:#ef4444}.form-group input:valid,.form-group select:valid{border-color:#10b981}.form-group select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:40px}.pilot-modal-content{animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.pilot-modal-overlay{animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.careers-page{padding-top:80px}.careers-hero{background:linear-gradient(135deg,#1e3a8a,#0f172a);color:#fff;overflow:hidden;padding:120px 0;position:relative}.careers-hero:before{background:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.hero-content{margin:0 auto;max-width:800px;position:relative;text-align:center;z-index:2}.careers-hero h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.careers-hero p{font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem;opacity:.9}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn-primary{background:#f97316;border:2px solid #f97316;border-radius:8px;color:#fff;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.btn-primary:hover{background:#ea580c;border-color:#ea580c;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #ffffff4d;border-radius:8px;color:#fff;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.btn-secondary:hover{background:#ffffff1a;border-color:#ffffff80}.careers-section{padding:120px 0}.section-title{color:#1a202c;font-size:3rem;font-weight:600;letter-spacing:-.02em;margin-bottom:1rem;position:relative;text-align:center}.section-title:after{background:#7c3aed;border-radius:2px;bottom:-15px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.section-subtitle{color:#4a5568;line-height:1.8;margin-bottom:5rem;margin-left:auto;margin-right:auto;max-width:800px;text-align:center}.careers-domains{background:#f8fafc}.domains-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.domain-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:2.5rem;transition:transform .3s ease}.domain-card:hover{transform:translateY(-5px)}.domain-icon{display:block;font-size:3rem;margin-bottom:1.5rem}.domain-card h3{color:#7c3aed;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.domain-card p{color:#4a5568;line-height:1.6;margin-bottom:1.5rem}.domain-link{align-items:center;color:#0891b2;display:inline-flex;font-weight:500;gap:.5rem;text-decoration:none;transition:color .2s ease}.domain-link:hover{color:#0e7490}.careers-early{background:#fff}.careers-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.career-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 20px #0000000d;padding:2.5rem}.career-card h3{color:#7c3aed;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.career-card p{color:#4a5568;line-height:1.6;margin-bottom:1.5rem}.careers-people{background:#f8fafc}.people-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.person-card{background:#fff;border-left:4px solid #0891b2;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:2.5rem}.person-info{margin-bottom:1.5rem}.person-name{color:#7c3aed;font-size:1.125rem;font-weight:600}.person-role{color:#64748b;font-size:.875rem}.person-quote{color:#4a5568;font-style:italic;line-height:1.6}.careers-values{background:#fff}.values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.value-card{padding:2rem;text-align:center}.value-icon{display:block;font-size:4rem;margin-bottom:1.5rem}.value-card h3{color:#7c3aed;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.value-card p{color:#4a5568;line-height:1.6}.careers-process{background:#f8fafc}.process-steps{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.process-step{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:2.5rem;position:relative}.step-number{align-items:center;background:#7c3aed;border-radius:50%;color:#fff;display:flex;font-size:.875rem;font-weight:600;height:30px;justify-content:center;left:2rem;position:absolute;top:-15px;width:30px}.process-step h3{color:#7c3aed;font-size:1.25rem;font-weight:600;margin-bottom:1rem;margin-top:.5rem}.process-step p{color:#4a5568;line-height:1.6}.careers-insights{background:#fff}.insights-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.insight-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 20px #00000014;overflow:hidden;transition:transform .3s ease}.insight-card:hover{transform:translateY(-3px)}.insight-image{align-items:center;background:linear-gradient(135deg,#0891b2,#06b6d4);color:#fff;display:flex;font-size:4rem;height:200px;justify-content:center}.insight-content{padding:1.5rem}.insight-category{background:#0891b2;border-radius:4px;color:#fff;display:inline-block;font-size:.75rem;font-weight:500;margin-bottom:1rem;padding:.25rem .75rem}.insight-card h3{color:#7c3aed;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.insight-link{color:#0891b2;font-weight:500;text-decoration:none;transition:color .2s ease}.insight-link:hover{color:#0e7490}.careers-newsletter{background:linear-gradient(135deg,#1e3a8a,#0f172a);color:#fff;text-align:center}.careers-newsletter .section-title{color:#fff}.careers-newsletter .section-title:after{background:#f97316}.careers-newsletter .section-subtitle{color:#fffc}.newsletter-form{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:0 auto;max-width:400px}.newsletter-input{border:none;border-radius:8px;flex:1 1;font-size:1rem;min-width:250px;padding:1rem}.newsletter-btn{background:#f97316;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:1rem 2rem;transition:background .3s ease}.newsletter-btn:hover{background:#ea580c}.success-message{color:#10b981;font-size:.875rem;font-weight:500;margin-top:1rem}@media (max-width:1024px){.careers-grid{grid-template-columns:1fr}}@media (max-width:768px){.careers-hero{padding:80px 0}.careers-hero h1{font-size:2.5rem}.hero-buttons{align-items:center;flex-direction:column}.careers-section{padding:80px 0}.section-title{font-size:2.5rem}.domains-grid,.insights-grid,.people-grid,.process-steps,.values-grid{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.newsletter-input{min-width:auto}}@media (max-width:480px){.careers-hero h1{font-size:2rem}.careers-section{padding:60px 0}.section-title{font-size:2rem}.career-card,.domain-card,.person-card,.process-step{padding:2rem}}.student-dashboard{background:linear-gradient(135deg,#f8fafc,#fff);min-height:100vh;padding-top:70px}.dashboard-header{background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff;padding:3rem 0;text-align:center}.header-content{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.user-avatar{border:4px solid #fff;border-radius:50%;box-shadow:0 4px 12px #0003;height:80px;width:80px}.header-text{text-align:left}.dashboard-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.dashboard-header p{font-size:1.125rem;opacity:.9}.dashboard-content{padding:3rem 0}.progress-overview{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.progress-card{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;display:flex;gap:1.5rem;padding:2rem;transition:all .3s ease}.progress-card:hover{box-shadow:0 8px 25px #7c3aed26;transform:translateY(-4px)}.progress-icon{font-size:3rem}.progress-info h3{color:#7c3aed;font-size:2rem;font-weight:700;margin:0}.progress-info p{color:#64748b;font-size:.875rem;margin:.25rem 0 0}.courses-section{margin-bottom:4rem}.courses-section h2{color:#1a202c;font-size:2rem;font-weight:700;margin-bottom:.5rem}.section-subtitle{color:#64748b;font-size:1.125rem;margin-bottom:2rem}.courses-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.course-card{border:2px solid #0000;border-radius:16px;box-shadow:0 2px 8px #0000000d;transition:all .3s ease}.course-card:hover{border-color:#7c3aed;box-shadow:0 12px 35px #7c3aed26}.course-thumbnail{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;height:180px;justify-content:center;position:relative}.course-grade-badge,.course-level-badge{background:#fffffff2;border-radius:20px;color:#7c3aed;font-size:.75rem;font-weight:600;padding:.5rem 1rem;position:absolute}.course-level-badge{left:1rem;top:1rem}.course-grade-badge{background:#7c3aed;color:#fff;right:1rem;top:1rem}.course-content{padding:1.5rem}.course-content h3{color:#1a202c;font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.course-description{color:#64748b;font-size:.95rem;line-height:1.6;margin-bottom:1rem}.course-meta{border-bottom:1px solid #e2e8f0;display:flex;gap:1.5rem;margin-bottom:1rem;padding-bottom:1rem}.course-duration{align-items:center;color:#64748b;display:flex;font-size:.875rem;gap:.5rem}.course-topics{margin-bottom:1.5rem}.course-topics h4{color:#1a202c;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.course-topics ul{list-style:none;margin:0;padding:0}.course-topics li{color:#64748b;font-size:.875rem;padding:.25rem 0 .25rem 1.25rem;position:relative}.course-topics li:before{color:#7c3aed;content:"✓";font-weight:700;left:0;position:absolute}.btn-enroll{background:linear-gradient(135deg,#7c3aed,#a855f7);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem;transition:all .3s ease;width:100%}.btn-enroll:hover{box-shadow:0 8px 25px #7c3aed66;transform:translateY(-2px)}.why-learn-section{background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000d;padding:3rem}.why-learn-section h2{color:#1a202c;font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.benefits-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.benefit-card{padding:1.5rem;text-align:center}.benefit-icon{font-size:3rem;margin-bottom:1rem}.benefit-card h3{color:#1a202c;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.benefit-card p{color:#64748b;font-size:.95rem;line-height:1.6}@media (max-width:768px){.dashboard-header h1{font-size:1.75rem}.dashboard-header p{font-size:1rem}.progress-overview{gap:1rem;grid-template-columns:repeat(2,1fr)}.progress-card{flex-direction:column;padding:1.5rem;text-align:center}.progress-icon{font-size:2.5rem}.courses-grid{grid-template-columns:1fr}.why-learn-section{padding:2rem 1.5rem}.benefits-grid{gap:1.5rem;grid-template-columns:1fr}}@media (max-width:480px){.dashboard-content{padding:2rem 0}.progress-overview{grid-template-columns:1fr}.course-content{padding:1.25rem}}.auth-success-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:2rem}.auth-success-card{animation:slideUp .5s ease;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:400px;padding:3rem 2rem;text-align:center;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f4f6;border-radius:50%;border-top-color:#7c3aed;height:60px;margin:0 auto 2rem;width:60px}.success-icon{background:linear-gradient(135deg,#10b981,#059669)}.error-icon,.success-icon{align-items:center;animation:scaleIn .5s ease;border-radius:50%;color:#fff;display:flex;font-size:3rem;height:80px;justify-content:center;margin:0 auto 2rem;width:80px}.error-icon{background:linear-gradient(135deg,#ef4444,#dc2626)}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.auth-success-card h2{color:#1a202c;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.auth-success-card p{color:#64748b;font-size:1rem;margin:0}@media (max-width:480px){.auth-success-card{padding:2rem 1.5rem}.auth-success-card h2{font-size:1.25rem}.error-icon,.spinner,.success-icon{height:60px;width:60px}}.course-filter-bar{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;gap:16px;margin-bottom:24px;padding:16px}.filter-buttons{display:flex;flex-wrap:wrap;gap:8px}.filter-button{background-color:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;font-size:.875rem;font-weight:600;min-height:44px;padding:8px 20px;transition:all .2s ease}.filter-button:hover{border-color:#3b82f6;color:#3b82f6}.filter-button.active{background-color:#3b82f6;border-color:#3b82f6;color:#fff}.filter-button:active{transform:scale(.98)}.search-container{width:100%}.search-input-wrapper{align-items:center;display:flex;position:relative}.search-icon{color:#9ca3af;height:20px;left:12px;pointer-events:none;position:absolute;width:20px}.search-input{border:2px solid #e5e7eb;border-radius:8px;color:#111827;font-size:.875rem;min-height:44px;padding:10px 40px;transition:border-color .2s ease;width:100%}.search-input:focus{border-color:#3b82f6;outline:none}.search-input::placeholder{color:#9ca3af}.clear-button{align-items:center;background:none;border:none;border-radius:50%;color:#9ca3af;cursor:pointer;display:flex;height:28px;justify-content:center;padding:4px;position:absolute;right:8px;transition:all .2s ease;width:28px}.clear-button:hover{background-color:#f3f4f6;color:#6b7280}.clear-button svg{height:20px;width:20px}@media (min-width:768px){.course-filter-bar{align-items:center;flex-direction:row;justify-content:space-between}.filter-buttons{flex-wrap:nowrap}.search-container{max-width:400px;min-width:300px;width:auto}}@media (min-width:1024px){.search-container{min-width:350px}}@media (hover:none) and (pointer:coarse){.filter-button,.search-input{min-height:44px}.clear-button{height:32px;width:32px}}.progress-bar-container{align-items:center;display:flex;gap:8px;width:100%}.progress-bar-track{background-color:#e5e7eb;border-radius:9999px;flex:1 1;overflow:hidden;position:relative}.progress-bar-fill{animation:progressFillIn .5s ease-in-out;border-radius:9999px;transition:width .5s ease-in-out,background-color .3s ease}@keyframes progressFillIn{0%{width:0}}.progress-bar-label{color:#374151;font-size:.875rem;font-weight:600;min-width:40px;text-align:right}.course-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;cursor:pointer;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.course-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-4px)}.course-card-thumbnail{background-color:#f3f4f6;height:180px;overflow:hidden;width:100%}.course-card-thumbnail img{height:100%;object-fit:cover;width:100%}.course-card-content{display:flex;flex:1 1;flex-direction:column;gap:12px;padding:16px}.course-card-header{align-items:flex-start;display:flex;gap:8px;justify-content:space-between}.course-card-title{color:#111827;flex:1 1;font-size:1.125rem;font-weight:600;line-height:1.4;margin:0}.course-card-status{border-radius:12px;flex-shrink:0;font-size:.75rem;font-weight:600;padding:4px 12px;white-space:nowrap}.status-pending{background-color:#e5e7eb;color:#6b7280}.status-in-progress{background-color:#dbeafe;color:#1e40af}.status-completed{background-color:#d1fae5;color:#065f46}.course-card-instructor{color:#6b7280;font-size:.875rem;margin:0}.course-card-progress{margin-top:4px}.course-card-due-date{align-items:center;color:#6b7280;display:flex;font-size:.875rem;gap:6px;margin-top:4px}.course-card-due-date.due-soon{color:#d97706;font-weight:600}.due-date-icon{height:16px;width:16px}.course-card-button{background-color:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;margin-top:auto;min-height:44px;padding:10px 16px;transition:background-color .2s ease}.course-card-button:hover{background-color:#1d4ed8}.course-card-button:active{background-color:#1e40af}@media (max-width:767px){.course-card{max-width:100%}.course-card-thumbnail{height:160px}.course-card-title{font-size:1rem}.course-card-button{min-height:44px;padding:12px 16px}}@media (min-width:768px) and (max-width:1023px){.course-card-thumbnail{height:170px}.course-card-title{font-size:1.0625rem}}@media (min-width:1024px){.course-card-thumbnail{height:180px}.course-card:hover{transform:translateY(-6px)}}@media (hover:none) and (pointer:coarse){.course-card:hover{transform:none}.course-card:active{transform:scale(.98)}.course-card-button{min-height:44px}}.loading-spinner{animation:spin .8s linear infinite;border:3px solid;border-radius:50%}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-spinner-fullscreen{align-items:center;background-color:#ffffffe6;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.error-message{align-items:flex-start;border-radius:8px;display:flex;gap:12px;margin:16px 0;padding:12px 16px}.error-message-error{background-color:#fef2f2;border:1px solid #fecaca;color:#991b1b}.error-message-warning{background-color:#fffbeb;border:1px solid #fde68a;color:#92400e}.error-message-info{background-color:#eff6ff;border:1px solid #bfdbfe;color:#1e40af}.error-message-icon-wrapper{flex-shrink:0}.error-message-icon{height:20px;width:20px}.error-message-content{flex:1 1}.error-message-text{font-size:.875rem;line-height:1.5;margin:0}.error-message-dismiss{background:none;border:none;cursor:pointer;flex-shrink:0;height:20px;opacity:.7;padding:0;transition:opacity .2s;width:20px}.error-message-dismiss:hover{opacity:1}.error-message-dismiss svg{height:20px;width:20px}.dashboard-view{margin:0 auto;max-width:1400px;padding:24px 16px}.dashboard-header{margin-bottom:32px}.dashboard-title{color:#111827;font-size:2rem;font-weight:700;margin:0 0 8px}.dashboard-subtitle{color:#6b7280;font-size:1rem;margin:0}.course-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr;margin-top:24px}.empty-state{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:64px 24px;text-align:center}.empty-state-icon{color:#9ca3af;height:64px;margin-bottom:16px;width:64px}.empty-state-title{color:#111827;font-size:1.25rem;font-weight:600;margin:0 0 8px}.empty-state-description{color:#6b7280;font-size:.875rem;margin:0;max-width:400px}@media (min-width:768px){.dashboard-view{padding:32px 24px}.dashboard-title{font-size:2.25rem}.course-grid{gap:28px;grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.dashboard-view{padding:40px 32px}.dashboard-title{font-size:2.5rem}.course-grid{gap:32px;grid-template-columns:repeat(3,1fr)}}@media (min-width:1400px){.course-grid{grid-template-columns:repeat(3,1fr)}}.apex-intelligence{overflow-x:hidden;width:100%}.apex-hero{background:linear-gradient(135deg,#fff,#f8fafc 50%,#f1f5f9);color:#0f172a;overflow:hidden;padding:120px 0 80px;position:relative}.apex-hero:before{background:radial-gradient(circle at 20% 50%,#3b82f60d 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}.apex-hero .container{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr;position:relative;z-index:1}.apex-badge{align-items:center;background:#3b82f61a;border:2px solid #3b82f64d;border-radius:24px;color:#2563eb;display:inline-flex;font-size:15px;font-weight:600;gap:12px;margin-bottom:24px;padding:12px 24px}.badge-icon-img{display:block;height:32px;object-fit:contain;width:32px}.apex-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0f172a,#3b82f6);-webkit-background-clip:text;background-clip:text;font-size:56px;font-weight:800;margin-bottom:16px}.apex-subtitle{color:#3b82f6;font-size:28px;font-weight:600;margin-bottom:24px}.apex-description{color:#475569;font-size:18px;line-height:1.8;margin-bottom:40px;max-width:600px}.apex-stats{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr);margin-bottom:40px}.stat-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 4px #0000000d;padding:20px;text-align:center}.stat-value{color:#3b82f6;font-size:32px;font-weight:700;margin-bottom:8px}.stat-label{color:#64748b;font-size:14px}.apex-cta-buttons{display:flex;gap:16px}.btn-primary-apex,.btn-secondary-apex{border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;padding:16px 32px;transition:all .3s ease}.btn-primary-apex{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.btn-primary-apex:hover{box-shadow:0 10px 25px #3b82f64d;transform:translateY(-2px)}.btn-secondary-apex{background:#fff;border:2px solid #3b82f6;color:#3b82f6}.btn-secondary-apex:hover{background:#3b82f6;border-color:#3b82f6;color:#fff}.dashboard-preview{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 10px 40px #0000001a;overflow:hidden}.preview-header{align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;gap:12px;padding:12px 16px}.preview-dots{display:flex;gap:6px}.preview-dots span{background:#cbd5e1;border-radius:50%;height:12px;width:12px}.preview-title{color:#475569;font-size:14px;font-weight:600}.preview-content{padding:24px}.regime-indicator{background:#22c55e1a;border:1px solid #22c55e4d;border-radius:12px;margin-bottom:20px;padding:20px}.regime-label{color:#64748b;font-size:12px;font-weight:600;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.regime-value{font-size:20px;font-weight:700;margin-bottom:8px}.regime-value.tradeable{color:#22c55e}.regime-confidence{color:#475569;font-size:14px}.metrics-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr);margin-bottom:20px}.metric-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:16px}.metric-label{color:#64748b;font-size:12px;font-weight:600;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.metric-value{color:#0f172a;font-size:18px;font-weight:600}.metric-value.positive{color:#22c55e}.metric-value.strong{color:#3b82f6}.metric-value.low{color:#64748b}.signal-box{align-items:center;background:#22c55e1a;border:1px solid #22c55e4d;border-radius:12px;display:flex;gap:16px;padding:16px}.signal-icon{font-size:32px}.signal-action{color:#22c55e;font-size:16px;font-weight:700;margin-bottom:4px}.signal-detail{color:#475569;font-size:14px}.apex-problem-solution{background:#fff;padding:80px 0}.section-header{margin-bottom:60px;text-align:center}.section-header h2{color:#0f172a;font-size:42px;font-weight:700;margin-bottom:16px}.section-header p{color:#64748b;font-size:18px}.problem-solution-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.problem-card,.solution-card{background:#fff;border-radius:16px;box-shadow:0 4px 6px #0000000d;padding:40px}.card-icon{align-items:center;border-radius:12px;display:flex;font-size:28px;height:60px;justify-content:center;margin-bottom:24px;width:60px}.card-icon.problem{background:#ef44441a}.card-icon.solution{background:#22c55e1a}.problem-card h3,.solution-card h3{color:#0f172a;font-size:24px;font-weight:700;margin-bottom:20px}.problem-card ul,.solution-card ul{list-style:none;margin-bottom:24px;padding:0}.problem-card li,.solution-card li{border-bottom:1px solid #e2e8f0;color:#475569;line-height:1.6;padding:12px 0}.result-badge{border-radius:20px;display:inline-block;font-size:14px;font-weight:600;padding:8px 16px}.result-badge.negative{background:#ef44441a;color:#dc2626}.result-badge.positive{background:#22c55e1a;color:#16a34a}.apex-innovation{background:#fff;padding:80px 0}.innovation-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1200px}.innovation-card{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:16px;padding:32px;transition:all .3s ease}.innovation-card:hover{box-shadow:0 12px 24px #0000001a;transform:translateY(-4px)}.innovation-icon{font-size:48px;margin-bottom:20px}.innovation-card h3{color:#0f172a;font-size:22px;font-weight:700;margin-bottom:16px}.innovation-card p{color:#475569;font-size:16px;line-height:1.7;margin-bottom:16px}.innovation-stat{background:#3b82f61a;border-radius:6px;color:#2563eb;display:inline-block;font-size:14px;font-weight:600;padding:6px 12px}.apex-tiers{background:#fff;padding:80px 0}.tier-tabs{display:flex;gap:16px;justify-content:center;margin-bottom:48px}.tier-tab{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:12px;color:#475569;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:8px;padding:16px 32px;transition:all .3s ease}.tier-tab:hover{border-color:#3b82f6;color:#3b82f6}.tier-tab.active{background:linear-gradient(135deg,#3b82f6,#2563eb);border-color:#3b82f6;color:#fff}.tab-icon{font-size:20px}.tab-icon-img{display:block;height:28px;object-fit:contain;width:28px}.tier-tab.active .tab-icon-img{opacity:1}.tier-content{margin:0 auto;max-width:1200px}.tier-details{grid-gap:48px;background:#fff;border-radius:16px;box-shadow:0 4px 6px #0000000d;display:grid;gap:48px;grid-template-columns:1fr 1fr;padding:48px}.tier-info h3{color:#0f172a;font-size:32px;font-weight:700;margin-bottom:8px}.tier-subtitle{color:#64748b;font-size:18px;margin-bottom:24px}.tier-price{margin-bottom:32px}.price-amount{color:#3b82f6;font-size:48px;font-weight:700}.price-period{color:#64748b;font-size:18px}.tier-features{list-style:none;margin-bottom:32px;padding:0}.tier-features li{align-items:flex-start;color:#475569;display:flex;gap:12px;line-height:1.6;padding:12px 0}.feature-icon{color:#22c55e;font-size:18px;font-weight:700}.tier-ideal,.tier-timeframe{background:#f8fafc;border-radius:8px;color:#475569;font-size:14px;margin-bottom:16px;padding:16px}.tier-ideal strong,.tier-timeframe strong{color:#0f172a}.feature-showcase{display:flex;flex-direction:column;gap:20px}.showcase-item{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:12px;padding:24px}.showcase-label{color:#64748b;font-size:12px;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.showcase-value{color:#0f172a;font-size:24px;font-weight:700;margin-bottom:8px}.showcase-action{color:#3b82f6;font-size:14px;font-weight:600}.apex-technology{background:#fff;padding:80px 0}.evolution-timeline{align-items:center;display:flex;flex-wrap:wrap;gap:24px;justify-content:center;margin-bottom:60px}.evolution-item{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;min-width:180px;padding:24px;text-align:center}.evolution-item.active{background:linear-gradient(135deg,#3b82f6,#2563eb);border-color:#3b82f6;color:#fff}.evolution-badge{background:#fff;border-radius:50%;color:#3b82f6;display:inline-block;font-size:18px;font-weight:700;height:48px;line-height:48px;margin-bottom:12px;width:48px}.evolution-item.active .evolution-badge{background:#fff3;color:#fff}.evolution-item h4{font-size:18px;font-weight:700;margin-bottom:8px}.evolution-item p{color:#64748b;font-size:14px}.evolution-item.active p{color:#ffffffe6}.evolution-arrow{color:#cbd5e1;font-size:24px}.tech-features{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1200px}.tech-feature{background:#f8fafc;border-radius:12px;padding:24px;text-align:center}.tech-feature h4{color:#0f172a;font-size:18px;font-weight:700;margin-bottom:8px}.tech-feature p{color:#64748b;font-size:14px}.apex-results{background:linear-gradient(135deg,#f8fafc,#fff);color:#0f172a;padding:80px 0}.apex-results .section-header h2,.apex-results .section-header p{color:#0f172a}.apex-results .section-header p{color:#64748b}.results-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(4,1fr);margin:0 auto 48px;max-width:1200px}.result-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 2px 8px #0000000d;padding:32px;text-align:center;transition:all .3s ease}.result-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.result-icon{font-size:48px;margin-bottom:16px}.result-value{color:#3b82f6;font-size:48px;font-weight:700;margin-bottom:12px}.result-label{color:#0f172a;font-size:18px;font-weight:600;margin-bottom:8px}.result-detail{color:#64748b;font-size:14px}.results-note{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #0000000d;margin:0 auto;max-width:900px;padding:32px;text-align:center}.results-note p{color:#475569;font-size:16px;line-height:1.8}.apex-cta{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;padding:80px 0;text-align:center}.cta-content h2{font-size:48px;font-weight:700;margin-bottom:16px}.cta-content>p{color:#ffffffe6;font-size:20px;margin-bottom:40px}.cta-benefits{display:flex;flex-wrap:wrap;gap:32px;justify-content:center;margin-bottom:40px}.benefit-item{align-items:center;display:flex;font-size:16px;gap:12px}.benefit-icon{font-size:24px}.btn-cta-large{background:#fff;border:none;border-radius:12px;color:#2563eb;cursor:pointer;font-size:18px;font-weight:700;margin-bottom:16px;padding:20px 48px;transition:all .3s ease}.btn-cta-large:hover{box-shadow:0 12px 24px #0003;transform:translateY(-2px)}.cta-note{color:#fffc;font-size:14px}.modal-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:16px;max-height:90vh;max-width:500px;overflow-y:auto;padding:40px;position:relative;width:100%}.modal-close{background:#f1f5f9;border:none;border-radius:50%;color:#64748b;cursor:pointer;font-size:24px;height:32px;position:absolute;right:16px;top:16px;transition:all .3s ease;width:32px}.modal-close:hover{background:#e2e8f0;color:#0f172a}.modal-content h3{color:#0f172a;font-size:28px;font-weight:700;margin-bottom:24px}.waitlist-form{gap:20px}.form-group,.waitlist-form{display:flex;flex-direction:column}.form-group{gap:8px}.form-group label{color:#0f172a;font-size:14px;font-weight:600}.form-group input,.form-group select{border:2px solid #e2e8f0;border-radius:8px;font-size:16px;padding:12px 16px;transition:all .3s ease}.form-group input:focus,.form-group select:focus{border-color:#3b82f6;outline:none}.btn-submit{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:16px 32px;transition:all .3s ease}.btn-submit:hover{box-shadow:0 8px 16px #3b82f64d;transform:translateY(-2px)}@media (max-width:1024px){.apex-hero .container{gap:40px;grid-template-columns:1fr}.apex-stats{grid-template-columns:repeat(2,1fr)}.innovation-grid,.problem-solution-grid,.tier-details{grid-template-columns:1fr}.results-grid,.tech-features{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.apex-title{font-size:36px}.apex-subtitle{font-size:20px}.apex-stats{grid-template-columns:1fr}.apex-cta-buttons,.evolution-timeline,.tier-tabs{flex-direction:column}.evolution-arrow{transform:rotate(90deg)}.results-grid,.tech-features{grid-template-columns:1fr}.cta-benefits{align-items:center;flex-direction:column}}.waitlist-counter{align-items:center;background:#22c55e1a;border:1px solid #22c55e33;border-radius:20px;color:#16a34a;display:inline-flex;font-size:14px;gap:8px;margin-top:16px;padding:8px 16px}.counter-icon{font-size:16px}.counter-text strong{color:#15803d;font-weight:700}.fade-in-section{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.fade-in-visible{opacity:1;transform:translateY(0)}@keyframes pulse{0%,to{box-shadow:0 0 0 0 #3b82f6b3}50%{box-shadow:0 0 0 10px #3b82f600}}.btn-primary-apex{animation:pulse 2s infinite}.innovation-card,.result-card,.tier-details{transition:all .3s cubic-bezier(.4,0,.2,1)}.innovation-card:hover,.result-card:hover{transform:translateY(-8px)}html{scroll-behavior:smooth}.apex-comparison{background:#fff;padding:80px 0}.comparison-table-container{margin-bottom:40px;overflow-x:auto}.comparison-table{background:#fff;border-collapse:collapse;border-radius:12px;box-shadow:0 4px 6px #0000000d;overflow:hidden;width:100%}.comparison-table thead{background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.comparison-table th{border-bottom:2px solid #e2e8f0;color:#0f172a;font-size:16px;font-weight:700;padding:20px;text-align:left}.comparison-table th.feature-col{width:25%}.comparison-table th.competitor-col{text-align:center;width:22%}.comparison-table th.apex-col{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;position:relative;text-align:center;width:31%}.comparison-table th.apex-col:before{content:"⭐";font-size:20px;position:absolute;right:8px;top:8px}.comparison-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background .3s ease}.comparison-table tbody tr:hover{background:#f8fafc}.comparison-table td{font-size:15px;padding:20px}.feature-name{color:#0f172a;font-weight:600}.apex-cell,.competitor-cell{text-align:center}.apex-cell{background:#3b82f60d;font-weight:600}.status-icon{display:inline-block;font-size:18px;margin-right:8px}.status-icon.positive{color:#22c55e}.status-icon.negative{color:#ef4444}.status-icon.warning{color:#f59e0b}.comparison-note{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-left:4px solid #3b82f6;border-radius:8px;margin:0 auto;max-width:900px;padding:24px}.comparison-note p{color:#475569;font-size:16px;line-height:1.7;margin:0}.comparison-note strong{color:#0f172a}.apex-faq{background:#f8fafc;padding:80px 0}.faq-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1200px}.faq-item{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:32px;transition:all .3s ease}.faq-item:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.faq-question h3{color:#0f172a;font-size:18px;font-weight:700;line-height:1.4;margin-bottom:16px}.faq-answer p{color:#475569;font-size:15px;line-height:1.7;margin:0}.faq-answer strong{color:#0f172a;font-weight:600}.faq-answer br{margin-bottom:8px}@media (max-width:1024px){.comparison-table{font-size:14px}.comparison-table td,.comparison-table th{padding:16px 12px}.status-icon{font-size:16px}}@media (max-width:768px){.comparison-table-container{overflow-x:scroll}.comparison-table{min-width:700px}.faq-grid{grid-template-columns:1fr}.comparison-note{padding:20px}}
/*# sourceMappingURL=main.3718e6e5.css.map*/