:root{--primary-dark: #333366;--text-main: #333366;--text-light: #666688;--brand-blue-light: #66CCFF;--brand-blue-deep: #6666FF;--brand-green: #00FF98;--accent-gradient: linear-gradient(135deg, var(--brand-blue-light) 0%, var(--brand-blue-deep) 100%);--accent-green-gradient: linear-gradient(135deg, #00FF98 0%, #00CC88 100%);--bg-white: #ffffff;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--text-giant: clamp(2.5rem, 15vw, 9rem);--text-h1: clamp(1.8rem, 8vw, 5rem);--text-h2: clamp(1.5rem, 6vw, 3.5rem);--container-width: 1400px;--section-spacing: 4rem;--mobile-padding: 1.5rem;--desktop-padding: 5rem}@media (min-width: 1025px){:root{--section-spacing: 8rem}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);color:var(--text-main);background-color:var(--bg-white);overflow-x:hidden;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}.container{max-width:var(--container-width);margin:0 auto;padding:0 var(--mobile-padding);width:100%}.animated-brand-bar{height:5px;width:80px;background:linear-gradient(90deg,#66f,#00ff98,#66f);background-size:200% 100%;animation:flowBar 3s linear infinite;border-radius:3px;margin-top:12px}@keyframes flowBar{0%{background-position:100% 0}to{background-position:-100% 0}}@media (min-width: 768px){.container{padding:0 3rem}}@media (min-width: 1025px){.container{padding:0 var(--desktop-padding)}}.section{padding:var(--section-spacing) 0}.font-giant{font-size:var(--text-giant);line-height:.9;letter-spacing:-.04em;font-weight:800}.text-highlight{display:inline-block;background:linear-gradient(120deg,#04f,#80f,#04f);background-size:200% 100%;color:#fff;padding:0 .2em;transform:skew(-2deg);animation:gradientMove 3s linear infinite}@keyframes gradientMove{0%{background-position:100% 0}to{background-position:-100% 0}}@keyframes slideUpFade{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.animate-reveal{opacity:0;animation:slideUpFade 1s cubic-bezier(.16,1,.3,1) forwards}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-500{animation-delay:.5s}.grid-cols-2{display:grid;grid-template-columns:1fr;gap:4rem}@media (min-width: 900px){.grid-cols-2{grid-template-columns:1fr 1fr;align-items:start}}.footer{background-color:var(--primary-dark);color:#fff;padding-top:4rem;padding-bottom:2rem;position:relative;overflow:hidden}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:4rem}.footer-content-wrapper{position:relative;z-index:1}.footer-brand-logo{height:40px;width:auto;margin-bottom:1.5rem}.footer-tagline{color:#fff;line-height:1.6;margin-bottom:1rem;max-width:300px}.footer-copyright-text{color:#fff;font-size:.85rem}.footer-pattern{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.1;pointer-events:none;background-repeat:repeat;background-size:300px;animation:patternMove 60s linear infinite;mix-blend-mode:screen}@keyframes patternMove{0%{background-position:0 0}to{background-position:100% 100%}}.footer:before{display:none}.footer-gradient-text{background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.footer h3,.footer h4{color:#fff;margin-bottom:1.5rem;position:relative;z-index:1}.footer p,.footer div{z-index:1;position:relative}.footer-link{color:var(--text-light);text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;margin-bottom:.8rem}.footer-link:hover{color:var(--brand-green);transform:translate(5px)}.contact-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;color:#e0e0e0;line-height:1.6}.contact-item svg{flex-shrink:0;color:var(--brand-blue-light);margin-top:.25rem;transition:color .3s ease}.clickable-contact{text-decoration:none;transition:all .3s ease;cursor:pointer}.clickable-contact:hover{color:var(--brand-green);transform:translate(5px)}.clickable-contact:hover svg{color:var(--brand-green)}.navbar{position:fixed;top:0;left:0;right:0;background-color:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;height:70px;display:flex;align-items:center;border-bottom:1px solid rgba(0,0,0,.05);transition:all .3s ease}.navbar .container{display:flex;justify-content:space-between;align-items:center;height:100%}.nav-logo img{height:32px;width:auto}@media (min-width: 768px){.nav-logo img{height:40px}}.desktop-nav{display:none}@media (min-width: 1025px){.desktop-nav{display:flex;align-items:center;gap:2.5rem}}.nav-links{display:flex;gap:2rem}.nav-link{font-size:.95rem;font-weight:700;transition:color .3s ease}.nav-link:hover{color:var(--brand-blue-deep)}.nav-socials{display:flex;gap:1.2rem;align-items:center;border-left:1px solid #eee;padding-left:1.5rem}.mobile-toggle{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:none;border:none;cursor:pointer;color:var(--primary-dark)}@media (min-width: 1025px){.mobile-toggle{display:none}}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff!important;z-index:2000;display:flex;flex-direction:column;padding:2rem;transform:translate(100%);transition:transform .4s cubic-bezier(.16,1,.3,1);box-shadow:-10px 0 30px #0000001a}.mobile-menu.is-open{transform:translate(0)}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4rem}.mobile-nav-links{list-style:none;display:flex;flex-direction:column;gap:2.5rem}.mobile-nav-link{font-size:1.75rem;font-weight:700;color:var(--primary-dark)}.hero{position:relative;padding-top:100px;padding-bottom:2rem;min-height:65vh;display:flex;align-items:center;background-color:#fff;overflow:hidden}@media (min-width: 1025px){.hero{padding-top:140px;padding-bottom:4rem}}.hero-content{position:relative;z-index:2}.hero-title{font-size:var(--text-h1);font-weight:900;color:#000!important;line-height:1.1;margin-bottom:.5rem;letter-spacing:.02em;position:relative;z-index:5;opacity:1!important}.metallic-text{color:#000!important;background:none!important;-webkit-text-fill-color:currentColor!important;text-fill-color:currentColor!important;background-clip:unset!important;text-shadow:none!important;filter:none!important}@keyframes luxuriousShine{to{background-position:200% center}}@media (min-width: 768px){.hero-title{line-height:1.1;margin-bottom:1rem;font-size:5.5rem}}.hero-action-area{display:flex;flex-direction:column;gap:2.5rem}@media (min-width: 1025px){.hero-action-area{flex-direction:row;align-items:center;gap:3rem;margin-top:2rem}}.hero-subtitle{font-size:1.15rem;font-weight:600;color:var(--primary-dark);letter-spacing:.05em;line-height:1.4}@media (min-width: 768px){.hero-subtitle{font-size:1.35rem}}.hero-teaser{font-size:1.1rem;font-weight:600;background:linear-gradient(90deg,#336,#6cf,#336);background-size:200% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:shimmer 3s linear infinite;letter-spacing:.1em}@media (min-width: 768px){.hero-teaser{font-size:1.25rem;text-align:center}}.cta-button{display:flex;align-items:center;justify-content:center;width:100%;padding:1.2rem;font-size:1.2rem;font-weight:700;color:#fff;background:linear-gradient(90deg,#6cf,#66f);border-radius:12px;box-shadow:0 15px 30px #66f3;transition:all .3s cubic-bezier(.25,.8,.25,1)}@media (min-width: 768px){.cta-button{width:auto;padding:1.2rem 4rem;font-size:1.3rem}}.cta-button:hover{transform:translateY(-3px);box-shadow:0 25px 50px #6666ff59}.hero-blob{position:absolute;z-index:1;filter:blur(40px);opacity:.9;pointer-events:none;transition:transform .8s cubic-bezier(.23,1,.32,1);will-change:transform}.blob-1{top:-5%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#66f9,#66f0 70%)}.blob-2{bottom:-5%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#00ff9666,#00ff9600 70%)}@media (min-width: 1025px){.blob-1{width:1200px;height:1200px;opacity:1}.blob-2{width:1000px;height:1000px;opacity:.6}}.about-hero{position:relative;padding:60px 0;min-height:auto;display:flex;flex-direction:column;gap:3rem}@media (min-width: 1025px){.about-hero{padding:120px 0;min-height:85vh;flex-direction:row;align-items:center}}.about-hero-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width: 1025px){.about-hero-grid{grid-template-columns:1.2fr .8fr;gap:4rem}}.about-hero-content{text-align:center}@media (min-width: 1025px){.about-hero-content{text-align:left}}.about-badge{display:inline-block;font-family:var(--font-sans);font-weight:800;font-size:1.2rem;letter-spacing:.1em;color:var(--text-light);margin-bottom:.5rem}.about-title{font-size:clamp(2rem,10vw,4rem);font-weight:800;line-height:1.1;margin-bottom:1rem}.about-bio{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;margin:2rem 0}@media (min-width: 768px){.about-bio{flex-direction:row;align-items:flex-end;justify-content:flex-start;gap:2.5rem}}.about-name{font-family:BiauKai,DFKai-SB,TW-Kai,Kaiti TC,KaiTi,serif;font-size:3.5rem;font-weight:500;color:#000;line-height:1.2;transform:translateY(5px);letter-spacing:.05em}.about-titles{list-style:none;font-size:1.05rem;font-weight:700;color:#111;line-height:1.8;text-align:left;padding-left:0}.services-section{padding:4rem 0}.services-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}.service-card{border-radius:16px;padding:2rem;color:#fff;min-height:220px;display:flex;flex-direction:column;justify-content:flex-start;gap:1rem;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 10px 30px #0000000d}.service-card:hover{transform:translateY(-10px)}.card-blue{background:linear-gradient(135deg,#a48def,#7ca0fa)}.card-green{background:linear-gradient(135deg,#3ab0e8,#1789c1)}.card-pink{background:linear-gradient(135deg,#8184a1,#6d7199)}.card-item-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.card-icon{opacity:.9;display:flex;align-items:center;transform:translateY(-9px)}.card-item-title{margin-bottom:0;font-size:1.35rem;font-weight:700;line-height:1;display:flex;align-items:center}.audience-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.audience-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}.audience-card{background:#fff;border-radius:24px;padding:3rem 2rem;text-align:center;box-shadow:0 10px 30px #0000000d;transition:all .3s ease}.audience-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #0000001a}.ai-block{border-radius:32px;padding:2rem;margin-bottom:3rem}@media (min-width: 768px){.ai-block{padding:4rem}}.block-header{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:2rem;text-align:center}@media (min-width: 768px){.block-header{flex-direction:row;justify-content:space-between;text-align:left}}.stats-section{padding:6rem 0;color:#fff;text-align:center}.stats-grid{display:flex;flex-direction:column;gap:4rem;align-items:center}@media (min-width: 768px){.stats-grid{flex-direction:row;justify-content:center;gap:6rem}}.stat-number{font-size:clamp(3rem,8vw,5rem);font-weight:800}.online-courses-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.online-courses-grid{grid-template-columns:repeat(2,1fr);gap:3rem}}.online-course-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000000d;display:flex;flex-direction:column;transition:transform .3s ease}.online-course-card:hover{transform:translateY(-8px)}.online-course-image{width:100%;aspect-ratio:16/9}.online-course-image img{width:100%;height:100%;object-fit:cover}.online-course-content{padding:2rem;display:flex;flex-direction:column;flex:1}.online-course-title{font-size:1.4rem;font-weight:800;margin-bottom:1rem;color:var(--primary-dark)}.online-course-desc{font-size:1rem;color:var(--text-light);line-height:1.6;margin-bottom:1.5rem}.online-course-btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;background:var(--brand-blue-deep);color:#fff;border-radius:8px;font-weight:700;transition:all .3s ease;margin-top:auto}.online-course-btn:hover{background:#55e;transform:translateY(-2px)}.courses-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.courses-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1200px){.courses-grid{grid-template-columns:repeat(4,1fr)}}.course-card{background:#fff;border-radius:16px;padding:2.5rem 2rem;box-shadow:0 10px 30px #00000008;border-top:6px solid var(--brand-blue-deep);transition:all .3s ease;display:flex;flex-direction:column}.course-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #0000001a}.section-dark{background:linear-gradient(135deg,#1a1a3a,#336);color:#fff;padding:6rem 0;position:relative;overflow:hidden}.section-dark .section-title{color:#fff}.section-dark .section-subtitle{color:var(--brand-green)}.course-card-dark{background:#ffffff0d;border:2px solid var(--brand-green);border-radius:16px;padding:2.5rem;color:#fff;transition:all .3s ease}.course-card-dark:hover{background:#ffffff1a;transform:translateY(-8px)}.course-title-dark{font-size:1.3rem;font-weight:800;color:var(--brand-green);margin-bottom:1.5rem}.course-subtitle-dark{font-size:1.1rem;font-weight:700;margin-bottom:1rem;text-decoration:underline;opacity:.9}.course-desc-dark{font-size:.95rem;line-height:1.7;opacity:.85}.lab-page,.testimonials-page{background:#fff}.responsive-stack{display:flex;flex-direction:column;gap:2rem;align-items:center}@media (min-width: 768px){.responsive-stack{flex-direction:row;justify-content:center;gap:4rem}}.about-bio{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin:2rem 0;text-align:center}@media (min-width: 768px){.about-bio{flex-direction:row;justify-content:center;text-align:left}}@media (min-width: 1025px){.about-bio{justify-content:flex-start}}.stats-grid{display:flex;flex-direction:column;gap:3rem;align-items:center}@media (min-width: 768px){.stats-grid{flex-direction:row;justify-content:center;gap:5rem}}.logo-stack{display:flex;flex-direction:column;gap:2.5rem;align-items:center;justify-content:center;margin-top:3rem}@media (min-width: 768px){.logo-stack{flex-direction:row;gap:4rem}}.card-item-title{font-size:1.5rem;font-weight:800;margin-bottom:1.25rem;color:#fff}.card-item-desc{font-size:1.05rem;line-height:1.7;color:#fffffff2}.section-badge{font-size:1rem;font-weight:800;color:var(--text-light);letter-spacing:.25em;margin-bottom:1rem;text-align:center}.section-main-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;color:var(--primary-dark);margin-top:.5rem;text-align:center}.media-white-card{background:#fff;padding:3rem 1.5rem;border-radius:32px;box-shadow:0 10px 40px #0000000f;text-align:center;max-width:1100px;margin:0 auto}@media (min-width: 768px){.media-white-card{padding:4.5rem}}.media-grid-container{margin-top:2rem}.media-logo-img{max-width:100%;height:auto}.podcast-container{max-width:1000px;margin:0 auto}.podcast-visual-area{display:flex;flex-direction:column;gap:4rem;align-items:center}.podcast-carousel-wrapper{width:100%;border-radius:32px;overflow:hidden;box-shadow:0 20px 50px #0000001a}.podcast-quote-card{width:100%;background:#fff;padding:2.5rem 2rem;border-radius:32px;box-shadow:0 20px 60px #00000014;text-align:left;position:relative;overflow:hidden}@media (min-width: 768px){.podcast-quote-card{padding:4rem}}.quote-content{font-size:1.25rem;font-style:italic;line-height:1.8;color:#4a5568;font-weight:500;margin-bottom:3rem;position:relative;padding-left:1rem}.quote-mark-start{position:absolute;left:-1rem;top:-1.5rem;font-size:5rem;color:#edf2f7;font-family:Georgia,serif;z-index:-1;-webkit-user-select:none;user-select:none}.host-info-row{display:flex;align-items:center;gap:1.5rem;border-top:1px solid #f0f4f8;padding-top:2rem}.host-avatar-container{width:72px;height:72px;border-radius:50%;overflow:hidden;border:3px solid var(--brand-blue-deep);flex-shrink:0}.host-avatar-img{width:100%;height:100%;object-fit:cover}.host-name{font-size:1.25rem;font-weight:800;color:var(--primary-dark);margin-bottom:.35rem}.host-role{font-size:.95rem;font-weight:700;color:var(--brand-blue-deep)}
