@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&family=Outfit:wght@400;700;900&display=swap";:root{--bg-primary:#0f172a;--bg-secondary:#1e293b;--text-primary:#f8fafc;--text-secondary:#94a3b8;--accent-blue:#3b82f6;--accent-red:#ef4444;--gradient-primary:linear-gradient(135deg, var(--accent-blue), #8b5cf6);--gradient-secondary:linear-gradient(135deg, var(--accent-red), #f59e0b)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;font-weight:800}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background-color:#0f172ae6;border-bottom:1px solid #ffffff1a;padding:20px 0;position:sticky;top:0}.header .container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.header nav{flex-wrap:wrap;gap:8px;display:flex}.logo-container{align-items:center;gap:15px;display:flex}.logo-img{width:auto;height:50px}.header h1{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.5rem}.hero{text-align:center;padding:100px 0;position:relative;overflow:hidden}.hero:before{content:"";z-index:-1;background:radial-gradient(circle,#3b82f61a 0%,#0f172a 50%);width:200%;height:200%;animation:10s infinite pulse;position:absolute;top:-50%;left:-50%}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.hero h2{margin-bottom:20px;font-size:3.5rem;line-height:1.2}.hero p{color:var(--text-secondary);max-width:800px;margin:0 auto 40px;font-size:1.25rem}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.btn{text-transform:uppercase;letter-spacing:1px;cursor:pointer;color:#fff;border:none;border-radius:30px;padding:15px 35px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{background:var(--gradient-primary);box-shadow:0 4px 15px #3b82f666}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 6px 20px #3b82f699}.btn-secondary{background:var(--gradient-secondary);box-shadow:0 4px 15px #ef444466}.btn-secondary:hover{transform:translateY(-3px);box-shadow:0 6px 20px #ef444499}.schools{grid-template-columns:1fr;gap:60px;padding:80px 0;display:grid}@media (width>=900px){.schools{grid-template-columns:1fr 1fr}}.school-card{background-color:var(--bg-secondary);border:1px solid #ffffff0d;border-radius:20px;padding:40px;transition:transform .3s,box-shadow .3s}.school-card:hover{transform:translateY(-10px)}.school-card.prog{box-shadow:0 10px 30px #3b82f61a}.school-card.prog:hover{border-color:#3b82f64d;box-shadow:0 15px 40px #3b82f633}.school-card.design{box-shadow:0 10px 30px #ef44441a}.school-card.design:hover{border-color:#ef44444d;box-shadow:0 15px 40px #ef444433}.school-header{align-items:center;gap:20px;margin-bottom:30px;display:flex}.school-icon{border-radius:15px;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;display:flex}.prog .school-icon{background:var(--gradient-primary)}.design .school-icon{background:var(--gradient-secondary)}.school-header h3{font-size:2rem}.module{border-left:4px solid var(--accent-blue);background:#0f172a80;border-radius:15px;margin-bottom:30px;padding:20px}.design .module{border-left-color:var(--accent-red)}.module h4{color:var(--text-primary);margin-bottom:15px;font-size:1.3rem}.topic-list{list-style:none}.topic-list li{margin-bottom:15px;padding-left:25px;position:relative}.topic-list li:before{content:"▸";color:var(--accent-blue);font-size:1.2rem;position:absolute;top:-2px;left:0}.design .topic-list li:before{color:var(--accent-red)}.topic-title{margin-bottom:5px;font-weight:600;display:block}.topic-desc{color:var(--text-secondary);font-size:.95rem}.project-box{background:#ffffff0d;border-radius:10px;gap:10px;margin-top:15px;padding:15px;font-size:.9rem;display:flex}.project-box span{font-size:1.2rem}footer{text-align:center;color:var(--text-secondary);border-top:1px solid #ffffff1a;margin-top:80px;padding:40px 0}@media (width<=768px){.header .container{flex-direction:row;align-items:center;gap:8px}.header nav{flex:1;justify-content:flex-end}.header nav a.btn{letter-spacing:.5px;border-radius:20px;margin-left:0!important;padding:5px 10px!important;font-size:.6rem!important}.logo-container img{height:45px!important}.hero{padding:60px 0}.hero h2{font-size:2rem}.hero p{font-size:1rem}.school-card{padding:20px}.school-header h3{font-size:1.3rem}.school-header{gap:12px}.school-icon{width:45px;height:45px}.module h4{font-size:1.1rem}.cta-buttons{flex-direction:column;padding:0 10px}.cta-buttons .btn{text-align:center;width:100%}.carousel-img{width:260px;height:340px}.carousel-btn{width:36px;height:36px}.carousel-btn.left{left:5px}.carousel-btn.right{right:5px}.carousel-track{gap:12px;padding:15px 50px}}@media (width<=400px){.header nav{flex-direction:column;align-items:stretch}.header nav a.btn{text-align:center}.hero h2{font-size:1.6rem}.carousel-img{width:200px;height:280px}}.carousel-container{background-color:#0f172a66;border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;width:100%;margin-top:60px;padding:60px 0;position:relative}.carousel-wrapper{align-items:center;display:flex;position:relative}.carousel-btn{z-index:10;color:#fff;cursor:pointer;background:#0f172acc;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:absolute;box-shadow:0 4px 10px #00000080}.carousel-btn:hover{background:var(--accent-blue);transform:scale(1.1)}.carousel-btn.left{left:20px}.carousel-btn.right{right:20px}.carousel-track{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;gap:20px;width:100%;padding:20px 80px;display:flex;overflow-x:auto}.carousel-track::-webkit-scrollbar{display:none}.carousel-img{object-fit:cover;filter:grayscale(10%);cursor:pointer;border:1px solid #ffffff1a;border-radius:15px;flex-shrink:0;width:350px;height:450px;transition:transform .3s,filter .3s;box-shadow:0 10px 20px #0000004d}.carousel-img:hover{filter:grayscale(0%);transform:scale(1.02)}.modal-overlay{z-index:1000;opacity:0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000e6;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;animation:.3s forwards fadeIn;display:flex;position:fixed;top:0;left:0}.modal-content{max-width:90%;max-height:90vh;position:relative}.modal-img{object-fit:contain;border-radius:10px;max-width:100%;max-height:90vh;box-shadow:0 20px 50px #00000080}.modal-close{color:#fff;cursor:pointer;background:0 0;border:none;transition:color .3s;position:absolute;top:-40px;right:0}.modal-close:hover{color:var(--accent-red)}@keyframes fadeIn{to{opacity:1}}
