:root{--primary-deep:#070d1e;--primary-light:#121e3d;--accent-gold:#d4af37;--accent-gold-hover:#f3c623;--accent-gold-rgba:#d4af3726;--bg-light:#f8fafc;--bg-white:#fff;--text-dark:#0f172a;--text-muted:#475569;--text-light:#f8fafc;--border-light:#e2e8f0;--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--shadow-sm:0 4px 6px -1px #0000000d, 0 2px 4px -1px #00000008;--shadow-md:0 10px 20px -5px #070d1e14, 0 6px 8px -6px #070d1e14;--shadow-lg:0 25px 50px -12px #070d1e26;--shadow-glow:0 0 25px #d4af3740;--transition-smooth:all .4s cubic-bezier(.16, 1, .3, 1)}body{font-family:var(--font-body);background-color:var(--bg-light);color:var(--text-dark);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;margin:0;overflow-x:hidden}#root{box-sizing:border-box;width:100%;margin:0;padding:0}*{box-sizing:border-box}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 15px #d4af3733}50%{box-shadow:0 0 25px #d4af3773}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.animate-fade-in{animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeInUp}.navbar{z-index:1000;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);width:100%;transition:var(--transition-smooth);background:#070d1ed9;border-bottom:1px solid #ffffff14;padding:1rem 2rem;position:fixed;top:0;left:0}.navbar.scrolled{box-shadow:var(--shadow-md);background:#070d1ef2;padding:.7rem 2rem}.navbar-container{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;display:flex}.logo-section{align-items:center;gap:10px;text-decoration:none;display:flex}.logo-symbol{width:42px;height:42px;box-shadow:var(--shadow-glow);background:var(--bg-white);border-radius:50%;justify-content:center;align-items:center;display:flex;overflow:hidden}.logo-symbol img{object-fit:cover;border-radius:50%;width:100%;height:100%}.logo-text{flex-direction:column;display:flex}.logo-title{font-family:var(--font-heading);color:var(--text-light);letter-spacing:.5px;font-size:1.25rem;font-weight:700}.logo-subtitle{color:var(--accent-gold);letter-spacing:1.5px;text-transform:uppercase;font-size:.7rem;font-weight:600}.nav-links{align-items:center;gap:2rem;display:flex}.nav-link{color:#f8fafccc;font-size:.95rem;font-weight:500;font-family:var(--font-heading);transition:var(--transition-smooth);padding:.25rem 0;text-decoration:none;position:relative}.nav-link:hover,.nav-link.active{color:var(--accent-gold)}.nav-link:after{content:"";background:var(--accent-gold);width:0;height:2px;transition:var(--transition-smooth);position:absolute;bottom:0;left:0}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-cta-btn{background:linear-gradient(135deg, var(--accent-gold), #b59424);color:var(--primary-deep);font-family:var(--font-heading);transition:var(--transition-smooth);cursor:pointer;border:none;border-radius:30px;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;box-shadow:0 4px 15px #d4af3733}.nav-cta-btn:hover{background:linear-gradient(135deg, var(--accent-gold-hover), var(--accent-gold));transform:translateY(-2px);box-shadow:0 6px 20px #d4af3759}.mobile-menu-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:6px;padding:4px;display:none}.mobile-menu-btn span{background:var(--text-light);width:25px;height:3px;transition:var(--transition-smooth);border-radius:3px;display:block}.mobile-drawer{background:var(--primary-deep);z-index:1001;width:300px;height:100vh;box-shadow:var(--shadow-lg);flex-direction:column;gap:2rem;padding:2.5rem 2rem;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;right:-100%}.mobile-drawer.open{right:0}.mobile-drawer-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;opacity:0;visibility:hidden;width:100%;height:100vh;transition:var(--transition-smooth);background:#00000080;position:fixed;top:0;left:0}.mobile-drawer-overlay.open{opacity:1;visibility:visible}.close-drawer-btn{color:var(--text-light);cursor:pointer;background:0 0;border:none;align-self:flex-end;font-size:2rem}.mobile-nav-links{flex-direction:column;gap:1.5rem;display:flex}.mobile-nav-link{color:var(--text-light);font-family:var(--font-heading);transition:var(--transition-smooth);font-size:1.2rem;font-weight:500;text-decoration:none}.mobile-nav-link:hover,.mobile-nav-link.active{color:var(--accent-gold);padding-left:8px}.hero-section{min-height:100vh;color:var(--text-light);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;padding:8rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.hero-overlay{z-index:1;background:linear-gradient(135deg,#070d1ef5 20%,#121e3dbf 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-container{z-index:2;grid-template-columns:1.2fr .8fr;align-items:center;gap:4rem;width:100%;max-width:1200px;display:grid;position:relative}.hero-content{text-align:left}.badge{background:var(--accent-gold-rgba);color:var(--accent-gold);text-transform:uppercase;letter-spacing:1.5px;border:1px solid #d4af374d;border-radius:30px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.hero-title{letter-spacing:-1px;margin-bottom:1.5rem;font-size:3.8rem;font-weight:800;line-height:1.1}.hero-title span{background:linear-gradient(135deg, var(--accent-gold), #ffe494);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero-desc{color:#f8fafcd9;max-width:600px;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.6}.hero-ctas{gap:1.25rem;display:flex}.primary-btn{background:linear-gradient(135deg, var(--accent-gold), #b59424);color:var(--primary-deep);font-family:var(--font-heading);transition:var(--transition-smooth);cursor:pointer;border:none;border-radius:30px;padding:.9rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;box-shadow:0 4px 20px #d4af374d}.primary-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #d4af3780}.secondary-btn{color:var(--text-light);font-family:var(--font-heading);transition:var(--transition-smooth);background:#ffffff0d;border:1px solid #ffffff26;border-radius:30px;padding:.9rem 2rem;font-size:1rem;font-weight:600;text-decoration:none}.secondary-btn:hover{background:#ffffff1f;border-color:#ffffff4d;transform:translateY(-2px)}.hero-showcase{animation:6s ease-in-out infinite float;position:relative}.hero-frame{width:100%;box-shadow:var(--shadow-lg), var(--shadow-glow);aspect-ratio:4/3;background-color:var(--primary-light);border:1px solid #ffffff26;border-radius:20px;overflow:hidden}.hero-frame img{object-fit:cover;width:100%;height:100%}.stats-section{background:var(--bg-white);box-shadow:var(--shadow-sm);z-index:10;border-radius:16px;max-width:1100px;margin-top:-3rem;margin-left:auto;margin-right:auto;padding:3rem 2rem;position:relative}.stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.stat-item{flex-direction:column;gap:.5rem;display:flex}.stat-number{font-family:var(--font-heading);color:var(--primary-deep);background:linear-gradient(135deg, var(--primary-deep), var(--accent-gold));-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:2.5rem;font-weight:800}.stat-label{color:var(--text-muted);font-size:.95rem;font-weight:500}.section-padding{padding:6.5rem 2rem}.section-header{text-align:center;max-width:700px;margin:0 auto 4.5rem}.section-title{color:var(--primary-deep);margin-bottom:1rem;font-size:2.5rem;font-weight:800}.section-subtitle{color:var(--text-muted);font-size:1.1rem;line-height:1.5}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.about-content{text-align:left}.about-p{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.about-features{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem;display:grid}.about-feat{font-family:var(--font-heading);color:var(--primary-deep);align-items:center;gap:10px;font-weight:600;display:flex}.about-feat-icon{color:var(--accent-gold);font-size:1.25rem}.directors-section{background:var(--primary-deep);color:var(--text-light)}.directors-section .section-title{color:var(--text-light)}.directors-section .section-subtitle{color:#f8fafcb3}.directors-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;max-width:1200px;margin:0 auto;display:grid}.director-card{background:var(--primary-light);transition:var(--transition-smooth);border:1px solid #ffffff14;border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.director-card:hover{box-shadow:var(--shadow-glow);border-color:#d4af374d;transform:translateY(-8px)}.director-image-wrapper{aspect-ratio:1;width:100%;position:relative;overflow:hidden}.director-image-wrapper img{object-fit:cover;width:100%;height:100%;transition:var(--transition-smooth)}.director-card:hover .director-image-wrapper img{transform:scale(1.05)}.director-overlay{background:linear-gradient(#0000 60%,#070d1ef2 100%);width:100%;height:100%;position:absolute;top:0;left:0}.director-info{text-align:left;flex-direction:column;flex-grow:1;padding:2rem;display:flex}.director-name{color:var(--text-light);margin-bottom:.25rem;font-size:1.35rem;font-weight:700}.director-role{color:var(--accent-gold);text-transform:uppercase;letter-spacing:1px;margin-bottom:1.25rem;font-size:.85rem;font-weight:600}.director-quote{color:#f8fafccc;border-left:2px solid var(--accent-gold);padding-left:1rem;font-size:.95rem;font-style:italic;line-height:1.6;position:relative}.amenities-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}.amenity-card{background:var(--bg-white);border:1px solid var(--border-light);text-align:left;transition:var(--transition-smooth);box-shadow:var(--shadow-sm);border-radius:16px;padding:2.5rem}.amenity-card:hover{box-shadow:var(--shadow-md);border-color:#d4af374d;transform:translateY(-6px)}.amenity-icon-wrapper{width:60px;height:60px;color:var(--accent-gold);transition:var(--transition-smooth);background:#d4af371a;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.amenity-card:hover .amenity-icon-wrapper{background:var(--accent-gold);color:var(--primary-deep);transform:rotate(6deg)}.amenity-title{color:var(--primary-deep);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.amenity-desc{color:var(--text-muted);font-size:.95rem;line-height:1.6}.gallery-section{background:#f1f5f9}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.gallery-item{aspect-ratio:4/3;box-shadow:var(--shadow-sm);background:var(--primary-light);border-radius:12px;position:relative;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:var(--transition-smooth)}.gallery-item:hover img{transform:scale(1.1)}.gallery-overlay{opacity:0;width:100%;height:100%;transition:var(--transition-smooth);background:#070d1ebf;flex-direction:column;justify-content:flex-end;padding:1.5rem;display:flex;position:absolute;top:0;left:0}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-title{color:var(--text-light);font-size:1.1rem;font-weight:600}.gallery-cat{color:var(--accent-gold);text-transform:uppercase;font-size:.8rem;font-weight:500}.admissions-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.admissions-info{text-align:left}.admissions-steps{flex-direction:column;gap:1.5rem;margin-top:2rem;display:flex}.step-item{gap:1.25rem;display:flex}.step-num{background:var(--primary-deep);width:36px;height:36px;color:var(--accent-gold);font-weight:700;font-family:var(--font-heading);border:1px solid var(--accent-gold);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.step-text{flex-direction:column;gap:.25rem;display:flex}.step-title{color:var(--primary-deep);font-size:1.05rem;font-weight:700}.step-desc{color:var(--text-muted);font-size:.95rem;line-height:1.5}.form-container{background:var(--bg-white);box-shadow:var(--shadow-lg);border:1px solid var(--border-light);border-radius:20px;padding:3rem}.form-title{color:var(--primary-deep);text-align:left;margin-bottom:.5rem;font-size:1.75rem}.form-subtitle{color:var(--text-muted);text-align:left;margin-bottom:2rem;font-size:.95rem}.inquiry-form{flex-direction:column;gap:1.25rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.form-group{text-align:left;flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--text-dark);font-size:.85rem;font-weight:600}.form-control{border:1px solid var(--border-light);font-family:var(--font-body);transition:var(--transition-smooth);background-color:#fafbfc;border-radius:8px;padding:.8rem 1rem;font-size:.95rem}.form-control:focus{border-color:var(--accent-gold);background-color:var(--bg-white);outline:none;box-shadow:0 0 0 4px #d4af3726}.success-message{color:#03543f;text-align:center;background-color:#def7ec;border:1px solid #31c48d;border-radius:12px;padding:1.5rem;font-size:1rem;font-weight:600;animation:.4s fadeInUp}.contact-section{background:var(--primary-deep);color:var(--text-light)}.contact-section .section-title{color:var(--text-light)}.contact-section .section-subtitle{color:#f8fafcb3}.contact-grid{grid-template-columns:1fr 1.2fr;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.contact-info-panel{text-align:left;flex-direction:column;gap:2rem;display:flex}.contact-details{flex-direction:column;gap:1.5rem;display:flex}.contact-item{align-items:flex-start;gap:1.25rem;display:flex}.contact-icon{width:46px;height:46px;color:var(--accent-gold);background:#d4af371a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.contact-text{flex-direction:column;gap:.25rem;display:flex}.contact-label{color:#f8fafc99;text-transform:uppercase;letter-spacing:1px;font-size:.85rem;font-weight:600}.contact-value{color:var(--text-light);font-size:1rem;font-weight:500;line-height:1.5}.map-card{box-shadow:var(--shadow-lg);border:1px solid #ffffff26;border-radius:20px;height:350px;overflow:hidden}.map-card iframe{border:none;width:100%;height:100%}.footer{color:#f8fafc99;background:#040813;border-top:1px solid #ffffff0d;padding:4rem 2rem 2rem}.footer-container{border-bottom:1px solid #ffffff0d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;padding-bottom:2rem;display:flex}.footer-brand{text-align:left}.footer-links{gap:2rem;display:flex}.footer-link{color:#f8fafc99;transition:var(--transition-smooth);font-size:.9rem;text-decoration:none}.footer-link:hover{color:var(--accent-gold)}.footer-bottom{justify-content:space-between;align-items:center;max-width:1200px;margin:2rem auto 0;font-size:.85rem;display:flex}@media (width<=1024px){.hero-container{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-content{text-align:center}.hero-desc{margin-left:auto;margin-right:auto}.hero-ctas{justify-content:center}.stats-grid{grid-template-columns:repeat(2,1fr)}.about-grid{grid-template-columns:1fr;gap:3rem}.directors-grid,.amenities-grid,.gallery-grid{grid-template-columns:repeat(2,1fr)}.admissions-grid,.contact-grid{grid-template-columns:1fr;gap:3rem}}@media (width<=768px){.nav-links{display:none}.mobile-menu-btn{display:flex}.hero-title{font-size:2.8rem}.stats-grid,.directors-grid,.amenities-grid,.gallery-grid,.form-row{grid-template-columns:1fr}.form-container{padding:2rem}.footer-container{text-align:center;flex-direction:column}.footer-brand{text-align:center}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}.landing-page{background:linear-gradient(135deg,#c8dce8 0%,#d5e5ee 25%,#b8d0df 50%,#c2dae6 75%,#d0e2ec 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;font-family:Inter,sans-serif;display:flex;position:relative;overflow:hidden}.bg-blob{filter:blur(80px);opacity:.45;border-radius:50%;animation:12s ease-in-out infinite blobFloat;position:absolute}.blob-1{background:linear-gradient(135deg,#a3c4d9,#8bb5cc);width:600px;height:600px;animation-delay:0s;top:-150px;left:-100px}.blob-2{background:linear-gradient(135deg,#b5d4e5,#99c6da);width:500px;height:500px;animation-delay:-4s;bottom:-120px;right:-80px}.blob-3{background:linear-gradient(135deg,#c5dde9,#adcfe0);width:400px;height:400px;animation-delay:-8s;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes blobFloat{0%,to{transform:translate(0)scale(1)}25%{transform:translate(30px,-40px)scale(1.05)}50%{transform:translate(-20px,20px)scale(.95)}75%{transform:translate(15px,35px)scale(1.02)}}.login-card{z-index:10;-webkit-backdrop-filter:blur(20px);text-align:center;background:#ffffffb8;border:1px solid #ffffff80;border-radius:20px;width:100%;max-width:440px;padding:3rem 3rem 2rem;animation:.6s cubic-bezier(.16,1,.3,1) forwards cardSlideIn;position:relative;box-shadow:0 8px 32px #00000014,0 2px 8px #0000000a}@keyframes cardSlideIn{0%{opacity:0;transform:translateY(30px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.login-logo-wrapper{border:3px solid #fffc;border-radius:50%;width:72px;height:72px;margin:0 auto 1.25rem;overflow:hidden;box-shadow:0 4px 20px #0000001a}.login-logo{object-fit:cover;width:100%;height:100%}.login-brand{color:#1a2b3f;letter-spacing:-.5px;margin:0 0 .35rem;font-family:Outfit,sans-serif;font-size:1.6rem;font-weight:800}.login-welcome{color:#d4af37;letter-spacing:1px;margin:0 0 1.75rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700}.login-error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca;border-radius:8px;margin-bottom:1rem;padding:.6rem 1rem;font-size:.85rem;font-weight:500}.login-form{text-align:left;flex-direction:column;gap:1rem;display:flex}.login-field{flex-direction:column;gap:.35rem;display:flex}.login-field label{color:#475569;letter-spacing:.3px;font-size:.8rem;font-weight:600}.login-field input{color:#1e293b;background:#ffffffd9;border:1px solid #d1d5db;border-radius:8px;outline:none;padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:.95rem;transition:all .3s cubic-bezier(.16,1,.3,1)}.login-field input:focus{background:#fff;border-color:#4a90d9;box-shadow:0 0 0 4px #4a90d91f}.login-field input::placeholder{color:#9ca3af}.login-signup-text{color:#1e293b;text-align:left;margin:.25rem 0 .5rem;font-size:.88rem;font-weight:600}.login-signup-text a{color:#2563eb;font-weight:700;text-decoration:underline;transition:color .2s}.login-signup-text a:hover{color:#1d4ed8}.login-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4a90d9,#3b7dd8);border:none;border-radius:10px;justify-content:center;align-items:center;width:100%;min-height:48px;padding:.85rem;font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:600;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 14px #4a90d94d}.login-btn:hover:not(:disabled){background:linear-gradient(135deg,#3b7dd8,#2b6bc4);transform:translateY(-2px);box-shadow:0 6px 20px #4a90d973}.login-btn:active:not(:disabled){transform:translateY(0)}.login-btn:disabled{opacity:.8;cursor:not-allowed}.login-spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:22px;height:22px;animation:.6s linear infinite spinRotate}@keyframes spinRotate{to{transform:rotate(360deg)}}.login-footer{border-top:1px solid #0000000f;margin-top:2rem;padding-top:1.25rem}.login-copyright{color:#334155;margin:0 0 .35rem;font-size:.85rem;font-weight:600}.login-dev{color:#64748b;margin:0;font-size:.78rem}.login-dev a{color:#2563eb;font-weight:500;text-decoration:underline;transition:color .2s}.login-dev a:hover{color:#1d4ed8}@media (width<=480px){.landing-page{padding:1rem}.login-card{border-radius:16px;padding:2rem 1.5rem 1.5rem}.login-brand{font-size:1.35rem}.login-welcome{font-size:1.25rem}.login-logo-wrapper{width:60px;height:60px}}
