:root{--navy: #0A192F;--navy-light: #112240;--gold: #C5A059;--gold-light: #D4AF37;--white: #FFFFFF;--off-white: #F8F9FA;--text-dark: #0A192F;--text-light: #555555;--transition: all .3s cubic-bezier(.4, 0, .2, 1);--shadow: 0 10px 30px -15px rgba(2, 12, 27, .2);--font-heading: "Cormorant Garamond", serif;--font-body: "Cormorant Garamond", serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;background-color:#000}.scroll-progress-bar{position:fixed;top:0;left:0;height:3px;background:linear-gradient(90deg,var(--gold),#f9d423);z-index:9999;width:0%;box-shadow:0 0 10px #c5a059cc,0 0 5px #f9d423cc;transition:width .1s ease-out;pointer-events:none}body{font-family:var(--font-body);font-weight:700;color:var(--text-dark);background:transparent;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--navy);font-weight:700}a{text-decoration:none;color:inherit;transition:var(--transition)}ul{list-style:none}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:10}.section{padding:120px 0;min-height:100vh;display:flex;align-items:center;position:relative;z-index:1}.text-center{text-align:center}.header{position:fixed;top:0;left:0;width:100%;background:#ffffff0d;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:1000;box-shadow:0 5px 20px #0000001a;padding:1rem 0;transition:var(--transition)}.header.scrolled{background:#fffffffa;padding:.75rem 0}.header.scrolled .nav-logo-small span,.header.scrolled .nav-menu a{color:var(--navy)}.nav-container{display:flex;justify-content:space-between;align-items:center;max-width:1300px;margin:0 auto;padding:0 2rem}.nav-logo-small span,.nav-menu a{color:#fff;font-weight:500;transition:var(--transition)}.nav-logo-small{display:flex;align-items:center;gap:10px}.nav-logo-small img{height:40px;width:40px;border-radius:50%}.nav-logo-small span{font-family:var(--font-heading);font-weight:700;letter-spacing:2px;color:#fff}.nav-menu{display:flex;gap:2.5rem}.nav-menu a{font-weight:500;color:#fff;position:relative;padding:5px 0}.nav-menu a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--gold);transition:var(--transition)}.nav-menu a:hover:after,.nav-menu a.active:after{width:100%}.nav-menu a.active{color:var(--gold)}.btn-gold-large{display:inline-block;background:var(--gold);color:var(--white);padding:1rem 2.5rem;border-radius:50px;font-weight:600;letter-spacing:1px;transition:var(--transition);border:2px solid var(--gold);box-shadow:0 10px 20px #c5a05933;cursor:pointer}.btn-gold-large:hover{background:#fff;color:var(--navy);border-color:#fff;transform:translateY(-3px);box-shadow:0 15px 30px #fff3}.btn-gold-large.outline{background:transparent;color:var(--gold)}.btn-gold-large.outline:hover{background:var(--gold);color:var(--white)}.btn-gold-small{background:var(--gold);color:var(--white);padding:.6rem 1.5rem;border-radius:50px;font-weight:600;font-size:.9rem;transition:var(--transition);display:inline-block}.nav-extra{display:flex;align-items:center;gap:1.5rem}.menu-toggle{display:none;flex-direction:column;gap:6px;background:none;border:none;cursor:pointer;padding:5px;z-index:1001}.menu-toggle span{display:block;width:25px;height:2px;background:#fff;transition:var(--transition)}.header.scrolled .menu-toggle span{background:var(--navy)}.menu-toggle.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.btn-gold-small:hover{background:var(--navy)}.hero{position:relative;min-height:100vh;display:flex;align-items:flex-start;overflow:hidden;background:radial-gradient(ellipse at 30% 50%,#0e2240,#0b1828 40%,#06101a);padding:0 0 20px}.hero-container{position:relative;z-index:10;width:100%}.hero-split{display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;align-items:center;text-align:left}.hero-content{margin-top:-80px}.hero-split--single{grid-template-columns:1fr;max-width:780px;margin:0 auto;text-align:center}.hero-split--single .cta-group{justify-content:center;display:flex}.hero .main-heading{font-size:5rem;margin-bottom:1.5rem;color:var(--white);letter-spacing:-1px;text-shadow:0 4px 20px rgba(0,0,0,.4);line-height:1.1;text-transform:none}.hero .sub-heading{font-size:1.3rem;color:var(--white);opacity:.9;letter-spacing:2px;text-transform:uppercase;margin-bottom:1.5rem;font-weight:500;text-shadow:0 2px 10px rgba(0,0,0,.3)}.hero .upcoming-info{font-size:1.1rem;color:#bae6fd;margin-bottom:2.5rem;font-style:normal;font-weight:400;opacity:.8}.btn-gold-hero{display:inline-flex;align-items:center;gap:1rem;background:linear-gradient(to right,#c5a059,#e5c37e);padding:10px 10px 10px 30px;border-radius:50px;color:var(--navy);font-weight:700;text-decoration:none;text-transform:uppercase;letter-spacing:1px;font-size:.95rem;box-shadow:0 10px 25px #c5a0594d;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.btn-gold-hero .btn-circle{width:40px;height:40px;background:var(--navy);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:transform .4s ease}.btn-gold-hero:hover{transform:translateY(-5px);box-shadow:0 15px 35px #c5a05966}.btn-gold-hero:hover .btn-circle{transform:translate(5px) rotate(-45deg)}.hero-image-side{position:relative;display:flex;justify-content:flex-end;align-items:flex-end}.hero-person-wrap{position:relative;width:900px;height:950px;margin-top:-200px;z-index:5;overflow:visible}.hero-person-img{width:100%;height:100%;object-fit:contain;object-position:center bottom;display:block}.hero-image-slider-container{width:100%;height:100%;position:relative;z-index:10}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center bottom;opacity:0;will-change:opacity;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);animation:heroSlideshow 9s cubic-bezier(.4,0,.2,1) infinite}.hero-slide.slide-1{animation-delay:0s;transform:scale(1) translateZ(0);transform-origin:bottom center}.hero-slide.slide-2{animation-delay:3s;transform:scale(1.15) translateZ(0);transform-origin:bottom center}.hero-slide.slide-3{animation-delay:6s;transform:scale(1.15) translateZ(0);transform-origin:bottom center}@keyframes heroSlideshow{0%{opacity:0}5%{opacity:1}28%{opacity:1}33%{opacity:0}to{opacity:0}}@keyframes studentSlideUp{0%{opacity:0;transform:translateY(200px) scale(.92);filter:blur(6px)}60%{opacity:1;filter:blur(0px)}80%{transform:translateY(-28px) scale(1.05)}to{opacity:1;transform:translateY(-20px) scale(1.05);filter:blur(0px)}}@keyframes studentGlow{0%,to{filter:drop-shadow(0 0 0px rgba(197,160,89,0))}50%{filter:drop-shadow(0 8px 28px rgba(197,160,89,.35))}}.student-reveal{opacity:0;transform:translateY(200px) scale(.92);will-change:transform,opacity,filter}.student-reveal.student-visible{animation:studentSlideUp 1.1s cubic-bezier(.22,1,.36,1) forwards,studentGlow 2.5s ease-in-out 1.1s 2}.hero-dot{position:absolute;border-radius:50%;background:#c5a059}.hero-dot-tl{width:14px;height:14px;top:30px;left:10px;box-shadow:0 0 15px #c5a059b3;animation:pulseDot 3s ease-in-out infinite}.hero-dot-br{width:22px;height:22px;bottom:80px;right:10px;box-shadow:0 0 20px #c5a05999;animation:pulseDot 3s ease-in-out 1s infinite}.hero-arc{position:absolute;bottom:40px;left:50%;transform:translate(-50%);width:160px;height:80px;border:1.5px solid rgba(197,160,89,.5);border-radius:0 0 80px 80px;border-top:none}@keyframes pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}@media(max-width:992px){.hero-split{grid-template-columns:1fr;text-align:center;gap:3rem}.hero-content{position:relative;z-index:20}.hero-image-side{justify-content:center}.hero-person-wrap{width:100%;max-width:500px;height:600px;margin-top:-300px;margin-right:0}.hero .main-heading{font-size:3.5rem}}.usp-modern-wrapper{margin-top:4rem;display:flex;flex-direction:column;gap:2.5rem}.usp-premium-bar{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;background:linear-gradient(135deg,#0a192fcc,#112240e6);border:1px solid rgba(197,160,89,.4);border-radius:20px;padding:2.5rem 2rem;box-shadow:0 15px 40px #00000080,inset 0 0 20px #c5a0591a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:var(--transition)}.usp-premium-bar:hover{border-color:#c5a059cc;box-shadow:0 20px 50px #0009,inset 0 0 30px #c5a05933}.usp-bar-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.usp-bar-icon{font-size:3rem;animation:floatIcon 3s ease-in-out infinite}@keyframes floatIcon{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.usp-bar-text h3{color:var(--gold);font-size:1.35rem;margin-bottom:.3rem}.usp-bar-text p{color:#ffffffd9;font-size:.95rem;margin:0}.usp-bar-divider{width:2px;height:80px;background:linear-gradient(to bottom,transparent,rgba(197,160,89,.4),transparent)}.usp-pill-group{display:flex;justify-content:center;gap:1.2rem;flex-wrap:wrap}.usp-pill{display:flex;align-items:center;gap:.8rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);padding:.8rem 1.8rem;border-radius:50px;transition:var(--transition)}.usp-pill:hover{background:#ffffff14;border-color:#c5a0594d;transform:translateY(-3px)}.pill-icon{font-size:1.4rem}.pill-text{font-size:.95rem;color:#ffffffd9}.pill-text strong{color:var(--white);font-weight:600}.courses{position:relative;background-color:transparent;overflow:hidden;color:#fff}.courses .container{position:relative;z-index:2}.courses .section-title{color:#fff}.section-title{font-size:3rem;text-align:center;margin-bottom:4rem;position:relative;padding-bottom:15px}.section-title-removed:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:var(--gold);border-radius:2px}.course-main-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center}.info-item{background:#ffffff0d;padding:1.5rem;border-radius:12px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.info-item .label{display:block;color:#bae6fd;font-size:.9rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:5px}.info-item .value{color:#fff;font-size:1.2rem;font-weight:600}.fee-structure-card{background:#0a192fcc;padding:3rem;border-radius:20px;border:1px solid var(--gold);box-shadow:0 20px 40px #0006}.fee-main .price{color:#fff;font-size:3rem;font-weight:800}.fee-main .per{color:#bae6fd}.breakdown-item span{color:#fff;opacity:.8}.breakdown-item strong{color:var(--gold)}.course-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem;justify-content:center}.floating-img{width:100%;height:auto;border-radius:30px;box-shadow:20px 20px 60px #00000026;transition:var(--transition);z-index:2;position:relative;object-fit:cover;max-height:500px}.img-accent-border{position:absolute;top:0;left:0;width:90%;height:90%;border:3px solid var(--gold);border-radius:30px;z-index:1;transform:translate(-10px,-10px)}.creative-img-wrapper:hover .floating-img{transform:translate(5px,5px)}.creative-img-wrapper:hover .img-accent-border{transform:translate(-5px,-5px);border-color:var(--navy)}.course-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.info-item{background:var(--off-white);padding:2rem;border-radius:15px;display:flex;flex-direction:column}.info-item .label{font-size:.9rem;text-transform:uppercase;color:var(--text-light);letter-spacing:1px}.info-item .value{font-size:1.5rem;font-weight:700;color:var(--navy)}.fee-structure-card{background:var(--navy);padding:3rem;border-radius:20px;color:var(--white);text-align:center;box-shadow:0 20px 40px #0a192f4d}.fee-structure-card h3{color:var(--gold);margin-bottom:2rem}.fee-main{margin-bottom:2rem}.fee-main .price{font-size:3.5rem;font-weight:700;display:block}.fee-main .per{color:#ffffffb3;font-style:italic}.fee-breakdown{margin-bottom:2.5rem;display:flex;flex-direction:column;gap:1rem}.breakdown-item{display:flex;justify-content:space-between;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.about{position:relative;background-color:transparent;overflow:hidden;color:#fff}.about .container{position:relative;z-index:2}.about .section-title{color:#fff}.gold-text{color:var(--gold)}.about-header{text-align:center;max-width:800px;margin:0 auto 5rem}.about-intro{font-size:1.15rem;color:#fffc;line-height:1.8;margin-top:1.5rem}.about-story-row{display:grid;grid-template-columns:1fr 1.3fr;gap:5rem;align-items:center;margin-bottom:4rem}.about-story-text h3{font-size:2rem;color:#fff;margin:1rem 0 1.5rem;line-height:1.3}.about-story-text p{color:#fffc;line-height:1.8;margin-bottom:1.2rem}.story-tag{display:inline-block;background:#c5a05926;color:var(--gold);border:1px solid rgba(197,160,89,.4);padding:6px 18px;border-radius:30px;font-size:.82rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:1rem}.creative-img-wrapper{position:relative;padding:20px}.founded-badge{position:absolute;bottom:30px;right:10px;background:linear-gradient(135deg,#c5a059,#e5c37e);color:var(--navy);border-radius:16px;padding:14px 20px;text-align:center;box-shadow:0 10px 30px #c5a05966;z-index:10}.badge-year{display:block;font-size:1.8rem;font-weight:800;line-height:1}.badge-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;opacity:.8}.story-stat-row{display:flex;gap:2rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.story-stat{display:flex;flex-direction:column;gap:4px}.stat-num{font-size:1.6rem;font-weight:800;color:var(--gold);line-height:1}.stat-label{font-size:.78rem;color:#fff9;text-transform:uppercase;letter-spacing:.5px}.about-location-card{display:flex;align-items:flex-start;gap:2rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2.5rem;margin-bottom:5rem;border-left:4px solid var(--gold)}.location-icon{font-size:2.5rem;flex-shrink:0}.location-text h4{font-size:1.3rem;color:var(--gold);margin-bottom:.8rem}.location-text p{color:#fffc;line-height:1.8}.future-section{margin-bottom:5rem}.future-header{text-align:center;max-width:700px;margin:0 auto 3rem}.future-header h3{font-size:1.9rem;color:#fff;margin:1rem 0 .8rem}.future-header p{color:#ffffffbf}.future-cards{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.future-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s ease,border-color .3s ease}.future-card:hover{transform:translateY(-6px);border-color:#c5a05966}.future-icon{font-size:2.5rem;margin-bottom:1.2rem}.future-card h4{font-size:1.2rem;color:var(--white);margin-bottom:.8rem}.future-card p{color:#ffffffbf;line-height:1.7}.why-section{margin-bottom:5rem;text-align:center}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}.why-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:28px;padding:3.5rem 2.2rem;text-align:center;transition:all .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.why-card:hover{transform:translateY(-8px);background:#c5a05914;border-color:#c5a0594d}.why-icon{font-size:3.5rem;margin-bottom:1.4rem}.why-card h4{font-size:1.4rem;color:var(--white);margin-bottom:1rem}.why-card p{font-size:1.05rem;color:#fffc;line-height:1.75}.founders-section{margin-bottom:5rem;text-align:center}.founders-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin-top:3rem;max-width:900px;margin-left:auto;margin-right:auto}.founder-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:28px;padding:2.5rem;text-align:center;transition:all .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;flex-direction:column;align-items:center}.founder-card:hover{transform:translateY(-8px);background:#c5a05914;border-color:#c5a0594d}.founder-img-wrapper{width:250px;height:250px;border-radius:20px;overflow:hidden;margin-bottom:1.5rem;border:3px solid var(--gold);box-shadow:0 10px 20px #0000004d}.founder-img{width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform .4s ease}.founder-card:hover .founder-img{transform:scale(1.05)}.founder-info h4{font-size:1.5rem;color:var(--white);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:1px}.founder-info p{font-size:1.1rem;color:var(--gold);font-weight:500}.mission-banner{text-align:center;position:relative;background:linear-gradient(135deg,#c5a05914,#3b82f60f);border:1px solid rgba(197,160,89,.25);border-radius:24px;padding:4rem 5rem;margin-top:2rem;overflow:hidden}.mission-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,rgba(197,160,89,.05) 0%,transparent 70%);pointer-events:none}.mission-quote-mark{font-size:8rem;line-height:.5;color:var(--gold);opacity:.3;font-family:Georgia,serif;margin-bottom:0}.mission-text{font-size:1.5rem;font-style:italic;color:#fff;line-height:1.7;max-width:750px;margin:0 auto 1.5rem;position:relative}.mission-label{color:var(--gold);font-weight:600;letter-spacing:1px;font-size:.95rem}@media(max-width:992px){.about-story-row{grid-template-columns:1fr;gap:3rem}.future-cards{grid-template-columns:1fr}.why-grid{grid-template-columns:repeat(2,1fr)}.mission-banner{padding:3rem 2rem}.mission-text{font-size:1.2rem}.story-stat-row{flex-wrap:wrap}}@media(max-width:600px){.why-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.why-card{padding:1rem}.why-icon{font-size:2rem;margin-bottom:.5rem}.why-card h4{font-size:.9rem}.why-card p{font-size:.75rem}.about-location-card{flex-direction:column;gap:1rem}}.profile-card p{text-align:left;color:#fffc}.profile-header h3{color:#fff}.about-content .section-title{text-align:left;margin-bottom:2rem}.about-content p{color:#ffffffe6;margin-bottom:1.5rem}.assessment{position:relative;background-color:transparent;overflow:hidden;color:#fff}.assessment .container{position:relative;z-index:2}.assessment .section-title{color:#fff}.assessment-container{max-width:800px;margin:0 auto;background:#ffffff0d;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);padding:4rem;border-radius:20px;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 40px #0006}.question-item{margin-bottom:2.5rem}.question-item p{font-weight:600;font-size:1.2rem;margin-bottom:1rem;color:#fff}.question-item h3{color:#fff}.options{display:flex;flex-direction:column;gap:1rem}.options label{display:block;cursor:pointer;padding:1rem;border:1px solid rgba(255,255,255,.1);border-radius:10px;transition:var(--transition);color:#fff}.options label:hover{border-color:var(--gold);background:#c5a0591a}.result-box{text-align:center;margin-top:2rem;padding:2rem;background:var(--navy);color:var(--white);border-radius:15px}.result-box h3{color:var(--gold);margin-bottom:1rem}.result-box p{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.hidden{display:none}.btn-link{background:none;border:none;color:var(--gold);cursor:pointer;text-decoration:underline;font-weight:600}.assessment-container{max-width:800px;margin:0 auto;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.section-subtitle{font-size:1.5rem;color:var(--gold);margin-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:.5rem}.test-title{margin-top:3rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:3rem}.form-group{display:flex;flex-direction:column}.form-group label{font-size:.9rem;color:#fffc;margin-bottom:.5rem}.form-group input,.form-group select{background:#0000004d;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:.8rem 1rem;color:#fff;font-size:1rem;font-family:inherit;transition:var(--transition)}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--gold);background:#00000080}.term-item{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem;background:#0003;padding:1.5rem;border-radius:12px}.term-text p{font-size:.9rem;color:#ffffffb3;line-height:1.6;margin-bottom:.5rem}.term-text p:last-child{margin-bottom:0}.term-text a{color:var(--gold);text-decoration:underline}.toggle-switch{position:relative;display:inline-block;width:50px;height:28px;flex-shrink:0}.toggle-switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#fff3;transition:.4s;border-radius:34px}.slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.slider{background-color:#007aff}input:checked+.slider:before{transform:translate(22px)}.email-float{position:fixed;bottom:100px;right:30px;width:60px;height:60px;background-color:var(--gold, #C5A059);color:#fff;border-radius:50px;text-align:center;font-size:30px;box-shadow:0 4px 10px #0000004d;z-index:1000;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.email-float:hover{transform:scale(1.1)}.email-float svg{width:30px;height:30px}@media(max-width:768px){.form-grid{grid-template-columns:1fr}.assessment-container{padding:1.5rem}.term-item{flex-direction:column;gap:1rem}}.contact.minimal-contact{position:relative;background-color:transparent;overflow:hidden;color:#fff}.minimal-contact .contact-container{max-width:600px;margin:0 auto;text-align:left;position:relative;z-index:2;padding:0 2rem}.contact-header{margin-bottom:3rem}.contact-heading{font-size:2.8rem;color:#fff;margin-bottom:.5rem;font-family:var(--font-heading)}.contact-subheading{font-size:1.1rem;color:#ffffffb3;line-height:1.6}.contact-card-wrapper{margin-bottom:2rem}.email-card{display:flex;align-items:center;background:#141414e6;border:1px solid rgba(255,255,255,.05);border-radius:20px;padding:1.5rem 2rem;text-decoration:none;transition:var(--transition);position:relative;overflow:hidden}.email-card:hover{background:#1e1e1ee6;border-color:#ffffff1a;transform:translateY(-5px)}.email-icon{width:48px;height:48px;background:#ff57221a;color:#ff5722;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-right:1.5rem;flex-shrink:0}.email-icon svg{width:24px;height:24px}.email-text-box{display:flex;flex-direction:column}.email-label{font-size:.75rem;font-weight:600;color:#ffffff80;letter-spacing:1px;margin-bottom:.3rem}.email-address{font-size:1.1rem;font-weight:500;color:#fff;white-space:nowrap;font-family:Inter,sans-serif}.card-arrow{margin-left:auto;color:#ffffff4d;transition:var(--transition)}.card-arrow svg{width:20px;height:20px}.email-card:hover .card-arrow{color:#fff;transform:translate(3px,-3px)}.whatsapp-float{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background-color:#25d366;color:#fff;border-radius:50px;text-align:center;font-size:30px;box-shadow:0 4px 10px #0000004d;z-index:1000;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.whatsapp-float:hover{transform:scale(1.1)}.whatsapp-float svg{width:35px;height:35px}.footer{background:transparent;color:var(--white);padding:4rem 0;position:relative;z-index:1}.footer-content{display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center}.footer-logo{display:flex;align-items:center;gap:15px}.footer-logo img{height:60px;width:60px;border-radius:50%}.footer-logo span{font-size:1.5rem;font-weight:700;letter-spacing:2px}.footer-links{display:flex;gap:2rem}.footer-links a{color:#fff9;font-size:.9rem}.footer-links a:hover{color:var(--gold)}.js-reveals-enabled [data-reveal]{transition:1s cubic-bezier(.5,0,0,1)}.js-reveals-enabled [data-reveal=up]{transform:translateY(30px)}.js-reveals-enabled [data-reveal=left]{transform:translate(-30px)}.js-reveals-enabled [data-reveal=right]{transform:translate(30px)}.js-reveals-enabled [data-reveal=fade]{transform:scale(.95)}.js-reveals-enabled .revealed{opacity:1;transform:translate(0) scale(1)!important}@media(max-width:992px){.main-heading{font-size:3rem}.usp-premium-bar{grid-template-columns:1fr;gap:2.5rem;padding:3rem 2rem}.usp-bar-divider{width:100%;height:2px;background:linear-gradient(to right,transparent,rgba(197,160,89,.4),transparent)}.course-main-layout,.about-layout{grid-template-columns:1fr;gap:3rem}.course-image-side,.about-image-side{order:-1}.course-details-wrapper{display:flex;flex-direction:column;gap:2rem}.course-info-grid,.profile-grid,.contact-grid{grid-template-columns:1fr}}@media(max-width:768px){.menu-toggle{display:flex}.hide-mobile{display:none}.nav-menu{position:fixed;top:0;right:-100%;width:80%;height:100vh;background:var(--white);flex-direction:column;justify-content:center;align-items:center;gap:2rem;box-shadow:-10px 0 30px #00000080;transition:var(--transition);display:flex;z-index:1000}.nav-menu.active{right:0}.nav-menu a{font-size:1.5rem;color:var(--navy)}.hero-content{text-align:center;display:flex;flex-direction:column;align-items:center;padding:0 16px;z-index:20}.main-heading{font-size:2.6rem;font-weight:800;line-height:1.2;text-align:left;align-self:flex-start;margin-left:15px;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;margin-bottom:1rem;text-shadow:0 4px 15px rgba(0,0,0,.8)}.hero .sub-heading{font-size:1.15rem;font-weight:500;line-height:1.4;letter-spacing:1px;text-align:center;margin-bottom:1.5rem;padding:0;text-shadow:0 2px 10px rgba(0,0,0,.8)}.hero .upcoming-info{font-size:.95rem;line-height:1.3;text-align:center;margin-bottom:2rem}.cta-group{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem}.btn-gold-hero{font-size:.85rem;padding:8px 8px 8px 24px;gap:.8rem}.btn-gold-hero .btn-circle{width:32px;height:32px;font-size:1rem}.nav-logo-small span{font-size:.85rem;letter-spacing:1px;white-space:nowrap}.nav-logo-small img{height:30px;width:30px}.section-title{font-size:1.6rem;line-height:1.3;padding:0;margin-bottom:2rem}.section{min-height:100lvh}.assessment .section-title{font-size:1.6rem}.contact-card-wrapper{display:flex;flex-direction:column;align-items:flex-start;width:100%}.email-card{width:95%;margin-bottom:1rem;margin-left:0}.usp-modern-wrapper{margin-top:2rem;padding:0;width:100%}.usp-premium-bar{padding:1.5rem 1.2rem;gap:1.2rem;width:100%;box-sizing:border-box;margin:0;border-radius:16px}.usp-bar-item{flex-direction:row;justify-content:center;gap:.8rem;text-align:left}.usp-bar-icon{font-size:2rem;flex-shrink:0}.usp-bar-text h3{font-size:1.05rem;margin-bottom:.1rem}.usp-bar-text p{font-size:.85rem}.usp-pill-group{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;width:100%}.usp-pill{width:100%;justify-content:flex-start;padding:.7rem 1rem;border-radius:12px}.pill-text{font-size:.8rem}.usp-pill:last-child:nth-child(odd){grid-column:1 / -1}.hero{padding-top:80px;padding-bottom:20px;min-height:100dvh;display:flex;flex-direction:column;justify-content:center}.hero-split{gap:0rem}.hero-content{margin-top:0}.hero-person-wrap{margin-top:-60px;width:100vw;max-width:100vw;height:60vh;min-height:480px;max-height:620px;position:relative;left:50%;transform:translate(calc(-50% - 15px)) scale(1.3);transform-origin:bottom center}.student-reveal{transform:translateY(30px) scale(.98)}@keyframes studentSlideUpMobile{0%{opacity:0;transform:translateY(30px) scale(.98);filter:blur(3px)}60%{opacity:1;filter:blur(0px)}80%{transform:translateY(-4px) scale(1.01)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0px)}}@keyframes studentGlowMobile{0%,to{filter:drop-shadow(0 0 0px rgba(197,160,89,0))}50%{filter:drop-shadow(0 4px 15px rgba(197,160,89,.35))}}.student-reveal.student-visible{animation:studentSlideUpMobile 1.6s cubic-bezier(.25,1,.5,1) forwards,studentGlowMobile 2.5s ease-in-out 1.6s 2}.about-image-side .floating-img,.course-image-side .floating-img{max-height:250px;object-fit:contain;display:block;margin:0 auto}.creative-img-wrapper{padding:10px;display:flex;justify-content:center;align-items:center}.img-accent-border{width:100%;height:100%;transform:translate(0);left:0;top:0}.about-story-text h3{font-size:1.1rem}.founded-badge{padding:6px 12px;bottom:10px;right:0}.badge-year{font-size:1.2rem}.badge-label{font-size:.6rem}.whatsapp-float{bottom:15px;right:15px;width:45px;height:45px}.whatsapp-float svg{width:28px;height:28px}.about-story-text p{font-size:.85rem;line-height:1.5;margin-bottom:.5rem}.story-stat-row{flex-direction:column;gap:.6rem}.about-location-card{padding:1.5rem}.about-location-card .location-text h4{font-size:1rem}.about-location-card .location-text p{font-size:.8rem}.founders-grid{grid-template-columns:1fr}.mission-banner{padding:2rem}.mission-quote-mark{font-size:4rem;line-height:.7}.mission-text{font-size:.9rem;line-height:1.4}.contact-heading{font-size:1.5rem}.contact-subheading{font-size:.8rem}.email-card{padding:1rem 1.2rem}.email-icon{width:36px;height:36px;margin-right:1rem}.email-icon svg{width:18px;height:18px}.email-address{font-size:.9rem}.course-info-grid{grid-template-columns:1fr;gap:.8rem;margin-left:0;margin-right:0;width:100%}.course-main-layout{grid-template-columns:1fr;gap:2rem;width:100%;padding:0}.course-details-wrapper{width:100%;padding:0;margin:0;box-sizing:border-box}.info-item{width:100%;box-sizing:border-box;padding:1.2rem 1rem;margin:0}.fee-structure-card{padding:1.5rem;margin-left:0;margin-right:0;width:100%;box-sizing:border-box}.course-actions{flex-direction:column}.logo-centered img{height:140px;width:140px}#global-background{height:100lvh}.email-float{bottom:70px;right:15px;width:45px;height:45px}.email-float svg{width:22px;height:22px}}@media(max-width:768px){.container{padding-left:1rem;padding-right:1rem}}#global-background{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:-2;background-color:#000;pointer-events:none}.darkveil-container{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden;z-index:1}.darkveil-canvas{width:100%;height:100%;display:block}.threads-container{position:relative;width:100%;height:100%}
