:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#eee;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary-color: #5c3bff;--secondary-color: #8460fb}.container{max-width:1024px;margin:0 auto;padding:2rem;text-align:center;border-radius:1rem}.hero-logo{max-height:300px;max-width:100%;margin-bottom:1rem}.hero-title{font-size:3rem;margin:0;color:var(--primary-color)}.hero-subtitle{font-size:1.25rem;color:#111;margin-top:.5rem}.services{margin-top:3rem}.services h2{font-size:2rem;color:var(--primary-color);margin-bottom:2rem}.service-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.card{position:relative;background-color:#fff;border-radius:1rem;box-shadow:0 4px 20px #0000000d;padding:1.5rem 2rem;font-size:1.1rem;font-weight:500;min-width:180px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:transform .2s,box-shadow .2s;overflow:hidden;z-index:0}.card:before{content:"";position:absolute;inset:-2px;border-radius:inherit;z-index:-1;transition:opacity .4s ease,transform .4s ease;opacity:0;background-size:200% 200%;animation:borderFlow 4s linear infinite}.card[data-gradient=blue-pink]:before{background-image:linear-gradient(120deg,#6a5acd,#ff69b4,#6a5acd)}.card[data-gradient=green-cyan]:before{background-image:linear-gradient(120deg,#4caf50,#00bcd4,#4caf50)}.card[data-gradient=orange-red]:before{background-image:linear-gradient(120deg,#ff9800,#f44336,#ff9800)}.card[data-gradient=purple-indigo]:before{background-image:linear-gradient(120deg,#9c27b0,#3f51b5,#9c27b0)}.card[data-gradient=teal-lime]:before{background-image:linear-gradient(120deg,#009688,#cddc39,#009688)}.card:hover:before{opacity:1;transform:scale(1.05)}@keyframes borderFlow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.card:hover{transform:translateY(-5px);box-shadow:0 6px 30px #00000014;color:#fff}.footer{position:fixed;bottom:0;left:0;width:100%;display:flex;justify-content:center;align-items:center;padding:.8rem 2rem;background-color:#ffffff26;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#111;font-size:.95rem;flex-wrap:wrap;gap:1rem;z-index:1000}.footer-links{display:flex;gap:.8rem;flex-wrap:wrap}.footer-icon{display:flex;align-items:center;gap:.4rem;padding:.4rem .8rem;border-radius:8px;background:#ffffff40;text-decoration:none;font-weight:500;color:#111;transition:background .3s,transform .2s,color .3s}.footer-icon:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px)}@media (max-width: 600px){.footer{position:relative;flex-direction:column;text-align:center;padding:0%;padding-bottom:2rem}.footer-links{flex-direction:column;justify-content:center;align-items:stretch;width:200px}}.animated-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden;pointer-events:none;background-color:#eee}.circle{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4;transition:opacity 2s ease}.fade-bg{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:-1;opacity:.6;filter:blur(3px);transform:scale(1.05)}.bg-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;transition:opacity 1.5s ease-in-out}.bg-slide.active{opacity:1}.courses-bg{background-image:url(/images/courses-bg.jpg);background-size:cover;background-position:center;min-height:100vh;width:100vw;position:relative}.courses-overlay{background:#ffffff80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);min-height:inherit;width:100%;padding:4rem 0}.courses-wrapper{max-width:900px;margin:0 auto;padding:0 2rem}.courses-header h1{font-size:2.5rem;margin-bottom:.5rem;color:var(--primary-color);text-align:center}.courses-header p{margin:0 auto;max-width:650px;text-align:center;font-size:1.05rem;color:#222;line-height:1.6}.courses-intro{margin-top:2rem;text-align:center;color:#222;font-size:1rem}.courses-intro h2{color:var(--primary-color);font-size:2rem;margin-bottom:.5rem}.courses-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-top:3rem;justify-content:center}.course-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 6px 24px #00000014;transition:transform .25s ease,box-shadow .25s ease}.course-card:hover{transform:translateY(-6px);box-shadow:0 12px 36px #0000001f}.course-card h3{margin-top:0;font-size:1.3rem;color:var(--primary-color)}.course-card p{margin-top:.5rem;font-size:.95rem;line-height:1.5;color:#444}.courses-footer-note{margin-top:3rem;text-align:center;color:#222}.courses-divider{display:flex;align-items:center;text-align:center;color:#222;font-size:1rem;margin:3rem 0 2rem}.courses-divider:before,.courses-divider:after{content:"";flex:1;border-bottom:1px solid #555}.courses-divider:not(:empty):before{margin-right:.75em}.courses-divider:not(:empty):after{margin-left:.75em}.job-bg{background-image:url(/images/job-bg.jpg);background-size:cover;background-position:center;min-height:100vh;width:100vw}.job-overlay{background:#ffffff80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);min-height:inherit;padding:4rem 0}.job-wrapper{max-width:900px;margin:0 auto;padding:0 2rem}.job-header h1{font-size:2.5rem;text-align:center;margin-bottom:.5rem;color:var(--primary-color)}.job-header p{font-size:1.05rem;line-height:1.6;color:#222;text-align:center;max-width:700px;margin:0 auto}.job-intro{text-align:center;margin-top:3rem}.job-intro h2{color:var(--primary-color);font-size:2rem;margin-bottom:.5rem}.job-intro p{color:#222;font-size:1rem;line-height:1.5;max-width:750px;margin:.5rem auto}.job-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.8rem;margin-top:3rem}.job-feature{background:#fff;border-radius:1rem;padding:1.8rem;box-shadow:0 6px 24px #00000014;text-align:center;transition:transform .25s ease,box-shadow .25s ease}.job-feature:hover{transform:translateY(-6px);box-shadow:0 12px 36px #0000001f}.job-feature h3{color:var(--primary-color);font-size:1.25rem;margin-bottom:.5rem}.job-feature p{color:#222;font-size:.95rem;line-height:1.5}.job-footer-note{text-align:center;margin-top:3.5rem}.section-divider{display:flex;align-items:center;text-align:center;color:#222;font-size:1rem;margin:3rem 0 2rem}.section-divider:before,.section-divider:after{content:"";flex:1;border-bottom:1px solid #555}.section-divider:not(:empty):before{margin-right:.75em}.section-divider:not(:empty):after{margin-left:.75em}.network-bg{background-image:url(/images/networking-bg.jpg);background-size:cover;background-position:center;min-height:100vh;width:100vw}.network-overlay{background:#ffffff80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);min-height:inherit;padding:4rem 0}.network-wrapper{max-width:900px;margin:0 auto;padding:0 2rem}.network-header h1{font-size:2.5rem;text-align:center;color:var(--primary-color);margin-bottom:.5rem}.network-header p{text-align:center;font-size:1.05rem;color:#555;line-height:1.6;max-width:700px;margin:0 auto}.network-intro{text-align:center;margin-top:3rem}.network-intro h2{font-size:2rem;color:var(--primary-color);margin-bottom:.5rem}.network-intro p{font-size:1rem;color:#222;max-width:750px;margin:0 auto;line-height:1.5}.network-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.8rem;margin-top:3rem}.network-feature{background:#fff;border-radius:1rem;padding:1.8rem;box-shadow:0 6px 24px #00000014;text-align:center;transition:transform .25s ease,box-shadow .25s ease}.network-feature:hover{transform:translateY(-6px);box-shadow:0 12px 36px #0000001f}.network-feature h3{color:var(--primary-color);font-size:1.25rem;margin-bottom:.5rem}.network-feature p{color:#222;font-size:.95rem;line-height:1.5}.network-footer-note{text-align:center;margin-top:3.5rem}.psychology-bg{background-image:url(/images/psychology-bg.jpg);background-size:cover;background-position:center;min-height:100vh;width:100vw}.psychology-overlay{background:#ffffff80;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);min-height:inherit;padding:4rem 0}.psychology-wrapper{max-width:900px;margin:0 auto;padding:0 2rem}.psychology-header h1{font-size:2.4rem;text-align:center;color:var(--primary-color);margin-bottom:1rem}.psychology-header p{font-size:1.05rem;color:#222;text-align:center;max-width:700px;margin:0 auto;line-height:1.6}.psychology-intro{text-align:center;margin-top:3rem}.psychology-intro h2{font-size:2rem;color:var(--primary-color);margin-bottom:.5rem}.psychology-intro p{font-size:1rem;color:#222;line-height:1.5;max-width:750px;margin:0 auto}.psychology-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.8rem;margin-top:3rem}.psychology-feature{background:#fff;border-radius:1rem;padding:1.8rem;box-shadow:0 6px 24px #00000014;text-align:center;transition:transform .25s ease,box-shadow .25s ease}.psychology-feature:hover{transform:translateY(-6px);box-shadow:0 12px 36px #0000001f}.psychology-feature h3{color:var(--primary-color);font-size:1.25rem;margin-bottom:.5rem}.psychology-feature p{color:#222;font-size:.95rem;line-height:1.5}.psychology-footer-note{text-align:center;margin-top:3.5rem}.consulting-bg{background-image:url(/images/consulting-bg.jpg);background-size:cover;background-position:center;min-height:100vh;width:100vw}.consulting-overlay{background:#ffffff80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);min-height:inherit;padding:4rem 0}.consulting-wrapper{max-width:900px;margin:0 auto;padding:0 2rem}.consulting-header h1{font-size:2.5rem;text-align:center;color:var(--primary-color);margin-bottom:1rem}.consulting-header p{font-size:1.05rem;color:#222;text-align:center;line-height:1.6;max-width:700px;margin:0 auto}.consulting-intro{text-align:center;margin-top:3rem}.consulting-intro h2{font-size:2rem;color:var(--primary-color);margin-bottom:.5rem}.consulting-intro p{font-size:1rem;color:#222;line-height:1.5;max-width:750px;margin:0 auto}.consulting-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.8rem;margin-top:3rem}.consulting-feature{background:#fff;border-radius:1rem;padding:1.8rem;box-shadow:0 6px 24px #00000014;text-align:center;transition:transform .25s ease,box-shadow .25s ease}.consulting-feature:hover{transform:translateY(-6px);box-shadow:0 12px 36px #0000001f}.icon-placeholder{font-size:2.5rem;margin-bottom:.8rem}.consulting-feature h3{color:var(--primary-color);font-size:1.25rem;margin-bottom:.5rem}.consulting-feature p{color:#222;font-size:.95rem;line-height:1.5}.consulting-footer-note{text-align:center;margin-top:3.5rem}.notify-btn{margin-top:1rem;background:var(--primary-color);color:#fff;padding:.8rem 1.8rem;border:none;border-radius:999px;font-size:1rem;cursor:pointer;transition:background .3s ease}.notify-btn:hover{background:#1e1e52}.notfound-bg{background-image:url(/images/404-bg.jpg);background-size:cover;background-position:center;min-height:100vh;width:100vw}.notfound-overlay{background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);min-height:inherit;display:flex;align-items:center;justify-content:center}.notfound-wrapper{text-align:center;padding:3rem 2rem;max-width:600px}.notfound-wrapper h1{font-size:6rem;color:var(--primary-color);margin-bottom:.5rem}.notfound-wrapper h2{font-size:2rem;color:#444;margin-bottom:1rem}.notfound-wrapper p{font-size:1.1rem;color:#666;margin-bottom:2rem}.home-btn{background:var(--primary-color);color:#fff;padding:.75rem 1.5rem;border:none;border-radius:999px;font-size:1rem;cursor:pointer;transition:background .3s ease}.home-btn:hover{background:#1e1e52}.whitelist-container{position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center;min-height:100vh;width:100vw;font-family:Poppins,sans-serif;padding:20px;box-sizing:border-box}.whitelist-container:before{content:"";position:absolute;inset:0;background-image:url(/images/whitelist-bg.jpg);opacity:.9;background-size:cover;background-position:center;filter:blur(8px);transform:scale(1.05);z-index:0}.whitelist-container:after{width:600px;height:600px;background:radial-gradient(circle,#9fa8ff25 0%,transparent 80%);bottom:-150px;right:-150px;content:"";position:absolute;border-radius:50%;pointer-events:none;filter:blur(60px);z-index:0}.whitelist-hero{display:flex;justify-content:center}.whitelist-form{width:100%;max-width:420px;padding:2.5rem;background:#ffffffbf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid #e3e3e3;border-radius:22px;box-shadow:0 15px 35px #0000001f;box-sizing:border-box;position:relative;z-index:1;animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.whitelist-form .title{font-size:30px;font-weight:700;text-align:center;margin-bottom:35px;color:#1b1b3c}.whitelist-form label{font-weight:500;color:#555;display:block;margin-bottom:18px}.whitelist-form input{width:100%;padding:14px 16px;margin-top:6px;border:1px solid #ccc;border-radius:12px;font-size:15px;outline:none;box-sizing:border-box;transition:border-color .3s;background-color:#333}.whitelist-form input:focus{border-color:#5e72e4}.whitelist-form button{margin-top:20px;width:100%;padding:16px 0;background:var(--primary-color);border:none;border-radius:14px;color:#fff;font-size:17px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.whitelist-form button:hover{transform:translateY(-2px);box-shadow:0 8px 15px #00000026}@media screen and (max-width: 480px){.whitelist-form{padding:1.5rem;border-radius:18px}.whitelist-form .title{font-size:26px;margin-bottom:25px}}.loader{width:20px;height:20px;border:3px solid #ffffff;border-top:3px solid #0f62fe;border-radius:50%;animation:spin .6s linear infinite;display:inline-block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.whitelist-form select{width:100%;padding:14px 16px;margin-top:6px;border:1px solid #ccc;border-radius:12px;font-size:15px;color:#eee;background:#333 url("data:image/svg+xml;utf8,<svg fill='%23eee' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 16px center;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer}.whitelist-form select:focus{border-color:#5e72e4}html,body{margin:0;padding:0;min-height:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#000;overflow-x:hidden;display:flex;justify-content:center;width:100vw}
