:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}body{margin:0}:root{--primary:#eb5e00;--primary-dark:#cc5200;--secondary:#222;--bg:#0a0a0a;--text:#fff;--text-muted:#a0a0a0;--glass:#ffffff0d;--glass-border:#ffffff1a;--transition:all .3s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg);color:var(--text);font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;transition:var(--transition);text-decoration:none}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.navbar{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(#000c,#0000);width:100%;padding:1.5rem 0;position:fixed;top:0}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.logo{align-items:center;display:flex}.logo-img{object-fit:contain;width:auto;height:40px}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{letter-spacing:1px;font-size:.9rem;font-weight:600}.nav-links a:hover{color:var(--primary)}.hero{justify-content:center;align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}.hero-video{object-fit:cover;z-index:-1;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-overlay{text-align:center;background:radial-gradient(circle,#0006 0%,#000c 100%);justify-content:center;align-items:center;width:100%;height:100%;padding:0 1rem;display:flex;position:absolute;top:0;left:0}.hero-content{max-width:800px}.hero-tag{background:var(--primary);color:#fff;letter-spacing:2px;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1.5rem;font-size:.8rem;font-weight:800;display:inline-block}.hero h1{margin-bottom:1.5rem;font-size:clamp(2.5rem,8vw,5rem);font-weight:900;line-height:1.1}.text-gradient{background:linear-gradient(90deg, var(--primary), #f90);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero p{color:var(--text-muted);margin-bottom:2.5rem;font-size:clamp(1rem,3vw,1.25rem)}.hero-btns{justify-content:center;gap:1rem;display:flex}.btn{cursor:pointer;border-radius:8px;align-items:center;gap:.5rem;padding:1rem 2rem;font-weight:700;display:flex}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px)}.btn-outline{color:#fff;border:2px solid #fff}.btn-outline:hover{color:#000;background:#fff}.philosophy{background:var(--bg);padding:8rem 0}.section-header{text-align:center;margin-bottom:5rem}.section-header h2{letter-spacing:-1px;margin-bottom:1rem;font-size:3rem;font-weight:900}.section-header p{color:var(--text-muted);font-size:1.1rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.feature-card{background:var(--glass);border:1px solid var(--glass-border);text-align:center;border-radius:20px;padding:3rem 2rem}.feature-card .icon{width:3rem;height:3rem;color:var(--primary);margin-bottom:1.5rem}.feature-card h3{margin-bottom:1rem;font-size:1.5rem}.feature-card p{color:var(--text-muted)}.programs{background:#111;padding:8rem 0}.program-flex{flex-wrap:wrap;align-items:center;gap:4rem;display:flex}.program-text{flex:1;min-width:300px}.program-text h2{color:var(--primary);margin-bottom:2rem;font-size:4rem;font-weight:900;line-height:1}.program-text .description{margin-bottom:2rem;font-size:1.2rem}.program-list{flex-direction:column;gap:1rem;display:flex}.program-list li{align-items:center;gap:.75rem;font-size:1.1rem;font-weight:600;display:flex}.program-list li svg{color:var(--primary);flex-shrink:0}.program-visual{border-radius:30px;flex:1;min-width:300px;overflow:hidden;box-shadow:0 20px 50px #00000080}.program-video{width:100%;display:block}.branches{padding:8rem 0}.branch-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem;display:grid}.branch-card{background:var(--glass);border:1px solid var(--glass-border);border-radius:20px;overflow:hidden}.branch-img{height:300px;overflow:hidden}.branch-img img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.branch-card:hover .branch-img img{transform:scale(1.1)}.branch-info{padding:2rem}.branch-info h3{margin-bottom:1rem;font-size:1.8rem}.branch-info p{color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.btn-text{color:var(--primary);align-items:center;gap:.5rem;margin-top:1.5rem;font-weight:700;display:inline-flex}.marquee-section{background:#000;padding:8rem 0;overflow:hidden}.marquee-container{width:100%;display:flex;overflow:hidden}.marquee-track{gap:1.5rem;padding:1rem 0;display:flex}.marquee-item{background:var(--glass);border:1px solid var(--glass-border);border-radius:15px;flex-shrink:0;width:300px;height:400px;position:relative;overflow:hidden}.marquee-item video{object-fit:cover;width:100%;height:100%}.footer{border-top:1px solid var(--glass-border);background:#000;padding:5rem 0 2rem}.footer-content{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}.footer-brand .logo{margin-bottom:1rem}.footer-brand p{color:var(--text-muted)}.footer-social{gap:1.5rem;display:flex}.footer-social a:hover{color:var(--primary)}.footer-bottom{text-align:center;border-top:1px solid var(--glass-border);color:var(--text-muted);padding-top:2rem;font-size:.8rem}@media (width<=768px){html,body{max-width:100%;overflow-x:hidden}.container{padding:0 1.25rem}.nav-links{display:none}.section-header h2{font-size:2.2rem}.program-text h2{font-size:2.8rem;line-height:1.1}.program-flex{flex-direction:column;gap:2.5rem}.branch-grid{grid-template-columns:1fr}.marquee-item{width:220px;height:320px}.feature-card{padding:2.5rem 1.5rem}}html{scroll-behavior:smooth}
