:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}.scroll-animate{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.scroll-animate.visible{opacity:1;transform:translateY(0)}.scroll-animate-slide-up{opacity:0;transform:translateY(50px);transition:opacity .7s ease-out,transform .7s ease-out}.scroll-animate-slide-up.visible{opacity:1;transform:translateY(0)}.scroll-animate-scale{opacity:0;transform:scale(.9);transition:opacity .6s ease-out,transform .6s ease-out}.scroll-animate-scale.visible{opacity:1;transform:scale(1)}.scroll-animate-fade{opacity:0;transition:opacity .8s ease-out}.scroll-animate-fade.visible{opacity:1}.scroll-animate:nth-child(1){transition-delay:.1s}.scroll-animate:nth-child(2){transition-delay:.2s}.scroll-animate:nth-child(3){transition-delay:.3s}.scroll-animate:nth-child(4){transition-delay:.4s}.scroll-animate:nth-child(5){transition-delay:.5s}.scroll-animate:nth-child(6){transition-delay:.6s}@media(prefers-reduced-motion:reduce){.scroll-animate,.scroll-animate-slide-up,.scroll-animate-scale,.scroll-animate-fade{opacity:1;transform:none;transition:none}}.App{width:100%;min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.header{background:#fff;box-shadow:0 2px 15px #1976d21a;position:sticky;top:0;z-index:1000;animation:slideInDown .5s ease-out}@keyframes slideInDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.header .container{display:flex;justify-content:space-between;align-items:center;padding:.65rem 20px}.logo-section{display:flex;align-items:center;gap:.75rem;animation:fadeIn .8s ease-out}.logo-img{height:65px;width:auto;object-fit:contain;transition:transform .3s ease;animation:float 3s ease-in-out infinite}.logo-img:hover{transform:scale(1.1)}.logo-text{display:flex;flex-direction:column;gap:0;line-height:1}.logo{font-size:1.3rem;font-weight:700;color:#1976d2;transition:color .3s ease;line-height:1.1}.logo-subtitle{font-size:.7rem;font-weight:600;color:#666;letter-spacing:.5px;margin-top:-2px;text-align:center}.nav{display:flex;align-items:center;gap:2rem;animation:fadeIn 1s ease-out .2s both}.nav a{text-decoration:none;color:#333;font-weight:500;position:relative;transition:color .3s ease}.nav a:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background:linear-gradient(90deg,#1976d2,#f5a623);transition:width .3s ease}.nav a:hover{color:#1976d2}.nav a:hover:after{width:100%}.btn-primary{background:linear-gradient(135deg,#1976d2,#1565c0);color:#fff;border:none;padding:.6rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #1976d24d;position:relative;overflow:hidden}.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.btn-primary:hover:before{left:100%}.btn-primary:hover{background:linear-gradient(135deg,#1565c0,#f5a623);transform:translateY(-2px);box-shadow:0 6px 20px #1976d266}.hero{background:linear-gradient(135deg,#1976d2,#f5a623);background-size:200% 200%;animation:gradientShift 15s ease infinite;padding:4rem 0;margin-top:0;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 0%,transparent 50%);pointer-events:none}.hero-content{display:flex;justify-content:center;align-items:center;max-width:900px;margin:0 auto;position:relative;z-index:1}.hero-text{color:#fff;text-align:center;animation:fadeIn 1s ease-out}.hero-text h1{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;animation:slideInLeft .8s ease-out;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.hero-subtitle{font-size:1.4rem;line-height:1.6;margin-bottom:1.5rem;opacity:.95;font-weight:600;animation:fadeIn 1s ease-out .3s both}.hero-description{font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem;opacity:.9;animation:fadeIn 1s ease-out .5s both}.hero-tagline{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;opacity:.95;font-weight:600;font-style:italic;animation:fadeIn 1s ease-out .7s both}.btn-hero{background:#fff;color:#1976d2;border:2px solid white;padding:.8rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;animation:pulse 2s ease-in-out infinite;box-shadow:0 6px 20px #0003}.btn-hero:hover{background:transparent;color:#fff;transform:scale(1.05);animation:none}.hero-image{display:flex;justify-content:center;align-items:center}.placeholder-image{border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000004d}.why-section{padding:4rem 0;background:#fff;position:relative}.why-title{text-align:center;font-size:2.5rem;color:#333;margin-bottom:1rem;font-weight:700;animation:fadeIn .8s ease-out}.why-subtitle{text-align:center;font-size:1.3rem;color:#1976d2;margin-bottom:3rem;font-weight:600;animation:fadeIn 1s ease-out .2s both}.why-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.why-feature-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#f9fafb;border-radius:12px;border-left:4px solid #1976D2;transition:all .3s ease;animation:fadeIn .6s ease-out both;box-shadow:0 2px 8px #1976d21a}.why-feature-item:nth-child(1){animation-delay:.1s}.why-feature-item:nth-child(2){animation-delay:.2s}.why-feature-item:nth-child(3){animation-delay:.3s}.why-feature-item:nth-child(4){animation-delay:.4s}.why-feature-item:nth-child(5){animation-delay:.5s}.why-feature-item:nth-child(6){animation-delay:.6s}.why-feature-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px #1976d233;border-left-color:#f5a623}.why-icon{font-size:2rem;flex-shrink:0;transition:transform .3s ease}.why-feature-item:hover .why-icon{transform:scale(1.2) rotate(5deg)}.why-feature-item p{color:#333;font-size:1rem;line-height:1.6;margin:0}.why-tagline{text-align:center;padding:2rem;background:linear-gradient(135deg,#f5a623,#ffca28);border-radius:12px;max-width:800px;margin:0 auto;box-shadow:0 6px 20px #f5a6234d;animation:fadeIn .8s ease-out .7s both}.why-tagline p{font-size:1.2rem;font-weight:600;color:#333;margin:.5rem 0}.why-tagline p:first-child{font-size:1.3rem}.section-title{text-align:center;font-size:2.5rem;color:#333;margin-bottom:3rem;font-weight:700}.dubai-cohort-section{padding:4rem 0;background:linear-gradient(135deg,#e3f2fd,#fff3e0)}.cohort-header{text-align:center;margin-bottom:3rem;animation:fadeIn .8s ease-out}.cohort-title{font-size:2.5rem;color:#1976d2;font-weight:700;margin-bottom:.5rem}.cohort-subtitle{font-size:1.5rem;color:#333;font-weight:600}.cohort-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem}.detail-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;animation:fadeIn .6s ease-out both}.detail-item:nth-child(1){animation-delay:.1s}.detail-item:nth-child(2){animation-delay:.2s}.detail-item:nth-child(3){animation-delay:.3s}.detail-item:nth-child(4){animation-delay:.4s}.detail-item:hover{transform:translateY(-5px);box-shadow:0 6px 20px #1976d233}.detail-icon{font-size:1.8rem;flex-shrink:0;transition:transform .3s ease}.detail-item:hover .detail-icon{transform:scale(1.2)}.detail-text{color:#333;font-size:1rem;font-weight:500}.scholarship-note{color:#1976d2;font-weight:600}.experience-section{margin-bottom:3rem}.section-subtitle{font-size:1.8rem;color:#333;font-weight:700;text-align:center;margin-bottom:2rem;animation:fadeIn .8s ease-out}.experience-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.experience-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#fff;border-radius:12px;border-left:4px solid #F5A623;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;animation:fadeIn .6s ease-out both}.experience-item:nth-child(1){animation-delay:.1s}.experience-item:nth-child(2){animation-delay:.2s}.experience-item:nth-child(3){animation-delay:.3s}.experience-item:nth-child(4){animation-delay:.4s}.experience-item:nth-child(5){animation-delay:.5s}.experience-item:nth-child(6){animation-delay:.6s}.experience-item:hover{transform:translateY(-5px);box-shadow:0 6px 20px #f5a6234d;border-left-color:#1976d2}.experience-icon{font-size:2rem;flex-shrink:0;transition:transform .3s ease}.experience-item:hover .experience-icon{transform:scale(1.2) rotate(-5deg)}.experience-item p{color:#333;font-size:1rem;line-height:1.6;margin:0}.certifications-section{margin-bottom:3rem}.certifications-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;max-width:800px;margin:0 auto}.cert-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border-radius:12px;border-left:4px solid #1976D2;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;animation:fadeIn .6s ease-out both}.cert-item:nth-child(1){animation-delay:.1s}.cert-item:nth-child(2){animation-delay:.2s}.cert-item:hover{transform:translateY(-3px);box-shadow:0 6px 20px #1976d233}.cert-icon{font-size:1.8rem;flex-shrink:0;transition:transform .3s ease}.cert-item:hover .cert-icon{transform:rotate(10deg) scale(1.1)}.cert-item p{color:#333;font-size:1rem;font-weight:500;margin:0}.included-section{text-align:center;animation:fadeIn .8s ease-out}.included-badge{background:linear-gradient(135deg,#1976d2,#1565c0);color:#fff;padding:2rem;border-radius:12px;max-width:900px;margin:0 auto;box-shadow:0 6px 20px #1976d266;animation:pulse 3s ease-in-out infinite}.included-badge p{font-size:1.2rem;font-weight:600;margin:0;line-height:1.8}.gallery-section{padding:4rem 0;background:#fff}.gallery-title{text-align:center;font-size:2.2rem;font-weight:700;color:#333;margin-bottom:.5rem;animation:fadeIn .8s ease-out}.gallery-subtitle{text-align:center;font-size:1.1rem;color:#555;margin-bottom:2.5rem;animation:fadeIn 1s ease-out .2s both}.gallery-grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(450px,1fr);gap:1.5rem;overflow-x:auto;padding-bottom:.5rem;scroll-snap-type:x mandatory;scroll-behavior:smooth}.gallery-grid::-webkit-scrollbar{height:8px}.gallery-grid::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#1976d2,#f5a623);border-radius:999px}.gallery-item{background:linear-gradient(135deg,#1976d2,#42a5f5 40%,#fff3e0);color:#fff;padding:0;border-radius:16px;font-size:1rem;font-weight:600;box-shadow:0 6px 16px #00000026;min-height:280px;display:flex;align-items:center;justify-content:center;scroll-snap-align:start;transition:all .3s ease;animation:fadeIn .6s ease-out both;overflow:hidden;position:relative}.gallery-item img{width:100%;height:100%;object-fit:cover;border-radius:16px}.gallery-item:nth-child(1){animation-delay:.1s}.gallery-item:nth-child(2){animation-delay:.2s}.gallery-item:nth-child(3){animation-delay:.3s}.gallery-item:nth-child(4){animation-delay:.4s}.gallery-item:nth-child(5){animation-delay:.5s}.gallery-item:nth-child(6){animation-delay:.6s}.gallery-item:hover{transform:scale(1.05);box-shadow:0 8px 24px #1976d24d}.future-cohorts-section{padding:4rem 0 5rem;background:radial-gradient(circle at top,#e3f2fd 0,#f9fafb 45%,#e3f2fd)}.future-title{text-align:center;font-size:2.2rem;font-weight:700;color:#333;margin-bottom:.5rem;animation:fadeIn .8s ease-out}.future-subtitle{text-align:center;font-size:1.1rem;color:#555;margin-bottom:2.5rem;animation:fadeIn 1s ease-out .2s both}.future-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.future-card{position:relative;border-radius:16px;overflow:hidden;min-height:200px;background-size:cover;background-position:center;box-shadow:0 8px 20px #0000002e;transition:all .3s ease;animation:fadeIn .6s ease-out both}.future-card:nth-child(1){animation-delay:.1s}.future-card:nth-child(2){animation-delay:.2s}.future-card:nth-child(3){animation-delay:.3s}.future-card:nth-child(4){animation-delay:.4s}.future-card:nth-child(5){animation-delay:.5s}.future-card:nth-child(6){animation-delay:.6s}.future-card:nth-child(7){animation-delay:.7s}.future-card:nth-child(8){animation-delay:.8s}.future-card:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,#1976d2b3,#0f172a0d);transition:background .3s ease}.future-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #1976d259}.future-card:hover:after{background:linear-gradient(to top,#f5a623cc,#0f172a0d)}.future-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:1.25rem 1.5rem;z-index:1}.future-name{color:#fff;font-size:1.25rem;font-weight:600;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.future-tagline{text-align:center;margin-top:2.5rem;font-size:1.1rem;font-weight:600;color:#374151;animation:fadeIn .8s ease-out .8s both}@media(max-width:768px){.future-title{font-size:2rem}.future-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}}.who-section{padding:4rem 0;background:#fff}.who-title{text-align:center;font-size:2.2rem;font-weight:700;color:#111827;margin-bottom:.75rem;animation:fadeIn .8s ease-out}.who-intro{text-align:center;font-size:1.1rem;color:#4b5563;max-width:720px;margin:0 auto 2.5rem;animation:fadeIn 1s ease-out .2s both}.who-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.75rem;margin-bottom:2.5rem}.who-card{background:linear-gradient(135deg,#e3f2fd,#fff 40%,#fff3e0);border-radius:16px;padding:1.75rem 1.5rem;box-shadow:0 8px 18px #0f172a14;border:1px solid #BBDEFB;transition:all .3s ease;animation:fadeIn .6s ease-out both}.who-card:nth-child(1){animation-delay:.1s}.who-card:nth-child(2){animation-delay:.2s}.who-card:nth-child(3){animation-delay:.3s}.who-card:nth-child(4){animation-delay:.4s}.who-card:hover{transform:translateY(-5px);box-shadow:0 12px 28px #1976d233;border-color:#1976d2}.who-card h3{font-size:1.1rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}.who-card p{font-size:.98rem;color:#4b5563;line-height:1.7}.who-tagline{text-align:center;font-size:1.1rem;font-weight:600;color:#1f2937;max-width:760px;margin:0 auto;animation:fadeIn .8s ease-out .5s both}@media(max-width:768px){.who-title{font-size:2rem}.who-intro{font-size:1rem}.who-card h3{font-size:1.05rem}.who-card p{font-size:.95rem}.who-tagline{font-size:1rem}}.cta-section{padding:4rem 0 5rem;background:linear-gradient(135deg,#1976d2,#f5a623);background-size:200% 200%;animation:gradientShift 15s ease infinite}.cta-card{max-width:800px;margin:0 auto;background:#fffffff7;border-radius:20px;padding:2.5rem 2rem;box-shadow:0 18px 45px #0f172a59;text-align:center;animation:fadeIn .8s ease-out}.cta-title{font-size:2.2rem;font-weight:800;color:#111827;margin-bottom:.75rem}.cta-subtitle{font-size:1.15rem;font-weight:600;color:#1976d2;margin-bottom:1.5rem}.cta-description{font-size:1.02rem;color:#4b5563;margin-bottom:2rem;line-height:1.7}.cta-actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.75rem}.cta-primary{padding-inline:2.2rem;font-size:1rem;animation:pulse 2s ease-in-out infinite}.cta-primary:hover{animation:none}.btn-secondary{background:#fff;color:#1976d2;border:2px solid #1976D2;padding:.6rem 1.8rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #1976d233}.btn-secondary:hover{background:#1976d2;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #1976d266}.cta-tagline{font-size:1rem;font-weight:600;color:#111827}@media(max-width:768px){.cta-card{padding:2rem 1.5rem}.cta-title{font-size:1.9rem}.cta-subtitle{font-size:1.05rem}.cta-description{font-size:.98rem}}.footer{background:linear-gradient(135deg,#0f172a,#1976d2,#0b1120);color:#e5e7eb;padding:3rem 0 0;margin:0;position:relative}.footer-content{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start;justify-content:center;font-size:.95rem}.footer-logo-section{margin-bottom:1rem;transition:transform .3s ease;animation:fadeIn .8s ease-out}.footer-logo-section:hover{transform:scale(1.05)}.footer-logo{height:70px;width:auto;object-fit:contain;filter:brightness(0) invert(1);transition:filter .3s ease}.footer-contact{width:100%;padding:1.5rem 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);animation:fadeIn 1s ease-out .2s both}.footer-contact h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#f5a623;letter-spacing:.5px}.footer-contact p{margin:.5rem 0;line-height:1.8;color:#cbd5e1;transition:color .3s ease}.footer-contact p:hover{color:#f5a623}.footer-copy{width:100%;text-align:center;padding:1.5rem 0;margin:0;font-size:.85rem;color:#94a3b8;background:#0000004d;animation:fadeIn 1s ease-out .4s both}@media(max-width:768px){.footer-content{align-items:center;text-align:center}.footer-contact{text-align:center}.footer-logo{height:60px}}@media(max-width:768px){.header .container{flex-direction:column;gap:1rem}.nav{flex-wrap:wrap;justify-content:center;gap:1rem}.hero-content{grid-template-columns:1fr;text-align:center}.hero-text h1{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-description,.hero-tagline{font-size:1rem}.why-title{font-size:2rem}.why-subtitle{font-size:1.1rem}.why-features{grid-template-columns:1fr}.why-tagline{padding:1.5rem}.why-tagline p{font-size:1rem}.why-tagline p:first-child{font-size:1.1rem}.cohort-title{font-size:2rem}.cohort-subtitle{font-size:1.2rem}.cohort-details,.experience-grid,.certifications-list{grid-template-columns:1fr}.included-badge{padding:1.5rem}.included-badge p{font-size:1rem}.section-subtitle{font-size:1.5rem}.section-title{font-size:2rem}.enrollment-content h2{font-size:1.5rem}}.footer{background:linear-gradient(135deg,#f8f9fa,#e3f2fd);color:#333;padding:1.5rem 0 0;margin:0;border-top:1px solid #ddd}.footer-main{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;padding-bottom:1rem;border-bottom:1px solid #ddd}.footer-left{display:flex;align-items:center;gap:1rem;flex:1}.footer-logo{height:60px;width:auto;object-fit:contain;filter:none}.footer-brand{display:flex;flex-direction:column;gap:.1rem}.footer-brand-name{font-size:1.1rem;font-weight:700;color:#1976d2;line-height:1.2}.footer-tagline{font-size:.85rem;color:#666;font-weight:500}.footer-center{flex:1.5;display:flex;flex-direction:column;gap:.3rem}.footer-center p{margin:0;font-size:.85rem;line-height:1.4;color:#555}.footer-right{flex:1;display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.footer-links{display:flex;gap:1.5rem;align-items:center}.footer-links a{color:#333;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .3s ease}.footer-links a:hover{color:#1976d2}.footer-social{display:flex;gap:.75rem;align-items:center}.footer-social a{width:36px;height:36px;border-radius:6px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #1976D2;color:#1976d2;text-decoration:none;transition:all .3s ease;font-size:.85rem;font-weight:600}.footer-social a:hover{background:#1976d2;color:#fff;transform:translateY(-2px)}.social-links{display:flex;gap:1rem;align-items:center}.social-link{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;border:2px solid #1976D2;color:#1976d2;text-decoration:none;transition:all .3s ease;box-shadow:0 2px 8px #1976d233}.social-link:hover{background:#1976d2;color:#fff;transform:translateY(-3px) scale(1.1);box-shadow:0 4px 12px #1976d266}.social-link svg{width:20px;height:20px}.footer-bottom{text-align:center;padding:.75rem 0}.footer-bottom p{margin:0;font-size:.75rem;color:#666}@media(max-width:968px){.footer-main{flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.footer-left,.footer-center,.footer-right{align-items:center;width:100%}.footer-right{align-items:center}.footer-center{padding:1rem 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd}.footer-logo{height:50px}.footer-brand-name{font-size:1rem}.footer-center p{font-size:.8rem}.footer-links,.footer-social{justify-content:center}.logo-img{height:65px}}@media(max-width:768px){.header .container{flex-direction:column;padding:.6rem 15px;gap:1rem}.logo-img{height:55px!important}.logo{font-size:1.1rem}.logo-subtitle{font-size:.65rem}.nav{flex-wrap:wrap;gap:.8rem;justify-content:center;font-size:.85rem}.nav a{font-size:.85rem}.btn-primary{padding:.5rem 1.2rem;font-size:.9rem}.hero{padding:2.5rem 0}.hero h1{font-size:1.8rem}.hero-subtitle{font-size:1rem}.hero-description,.hero-tagline{font-size:.95rem}.btn-hero{font-size:.95rem;padding:.7rem 1.5rem}.why-features{grid-template-columns:1fr;gap:1rem}.why-feature-item{padding:1rem}.why-icon{font-size:2rem}.cohort-title{font-size:1.6rem}.cohort-subtitle{font-size:1.1rem}.cohort-details{grid-template-columns:1fr;gap:.75rem}.detail-item{font-size:.85rem}.experience-grid,.certifications-list{grid-template-columns:1fr}.gallery-grid{grid-auto-columns:minmax(280px,1fr);gap:1rem}.gallery-item{min-height:200px}.future-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.future-card{min-height:150px}.who-grid{grid-template-columns:1fr}.cta-title{font-size:1.6rem}.cta-actions{flex-direction:column;width:100%}.cta-actions button{width:100%}}@media(max-width:968px)and (min-width:769px){.nav{gap:1.2rem}.nav a{font-size:.9rem}.gallery-grid{grid-auto-columns:minmax(380px,1fr)}}.coming-soon-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1976d2,#f5a623);background-size:200% 200%;animation:gradientShift 15s ease infinite;padding:2rem}.coming-soon-content{text-align:center;background:#fff;padding:4rem 3rem;border-radius:24px;box-shadow:0 20px 60px #0000004d;max-width:600px;animation:fadeIn .8s ease-out}.coming-soon-icon{font-size:5rem;margin-bottom:1.5rem;animation:float 3s ease-in-out infinite}.coming-soon-title{font-size:2.5rem;font-weight:700;color:#1976d2;margin-bottom:1rem;animation:slideInLeft .8s ease-out}.coming-soon-subtitle{font-size:1.8rem;font-weight:600;color:#f5a623;margin-bottom:1.5rem;animation:fadeIn 1s ease-out .2s both}.coming-soon-description{font-size:1.1rem;color:#666;line-height:1.7;margin-bottom:2.5rem;animation:fadeIn 1s ease-out .4s both}.btn-home{background:linear-gradient(135deg,#1976d2,#1565c0);color:#fff;border:none;padding:.8rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #1976d24d;animation:fadeIn 1s ease-out .6s both}.btn-home:hover{background:linear-gradient(135deg,#1565c0,#f5a623);transform:translateY(-2px);box-shadow:0 6px 20px #1976d266}@media(max-width:768px){.coming-soon-content{padding:3rem 2rem}.coming-soon-title{font-size:2rem}.coming-soon-subtitle{font-size:1.5rem}.coming-soon-description{font-size:1rem}}
