@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";:root{--topbar-height: 38px;--navbar-height: 76px;--header-total-height: calc(var(--topbar-height) + var(--navbar-height));--header-max-width: 1180px}.top-contact-bar{position:fixed;top:0;left:0;right:0;z-index:1100;min-height:var(--topbar-height);background:#ffffffeb;color:#0a2265;border-bottom:1px solid rgba(148,163,184,.18);box-shadow:0 6px 18px #0f172a0f}.top-contact-inner{max-width:var(--header-max-width);min-height:var(--topbar-height);margin:0 auto;padding:6px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px 24px;flex-wrap:wrap}.top-contact-item{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#0a2265;text-decoration:none}.top-contact-item img{width:15px;height:15px;filter:none}.navbar{position:fixed;top:var(--topbar-height);left:0;right:0;z-index:1090;height:var(--navbar-height);background:#071b52e0;-webkit-backdrop-filter:saturate(140%) blur(10px);backdrop-filter:saturate(140%) blur(10px);transition:background .25s ease,box-shadow .25s ease}.navbar.home-top{background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.navbar.scrolled{background:linear-gradient(135deg,#0a2265,#1d4ed8);box-shadow:0 10px 26px #0f172a2e}.nav-inner{width:100%;max-width:var(--header-max-width);height:100%;margin:0 auto;padding:0 18px;display:flex;align-items:center;justify-content:space-between;gap:18px}.logo-link{height:100%;display:inline-flex;align-items:center;justify-content:flex-start;padding:0;border:none;background:transparent;cursor:pointer;flex-shrink:0}.logo{width:auto;height:auto;max-height:58px;display:block;object-fit:contain}.nav-links{height:100%;display:flex;align-items:center;justify-content:flex-end;gap:6px;list-style:none;margin:0;padding:0;flex:1}.nav-item{height:100%;list-style:none;position:relative;display:flex;align-items:center}.nav-item-row{height:100%;display:flex;align-items:center;gap:2px}.nav-link-item{height:100%;display:inline-flex;align-items:center;justify-content:center;padding:0 10px;border:none;background:transparent;color:#fff;text-decoration:none;font-size:13px;font-weight:600;letter-spacing:.35px;cursor:pointer;transition:color .2s ease;font-family:inherit;white-space:nowrap}.nav-link-item:hover,.nav-link-item.active,.nav-item:hover>.nav-item-row .nav-link-item{color:#dbeafe}.dropdown-toggle,.mobile-dropdown-toggle{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;padding:0;color:#fff;flex-shrink:0}.dropdown-caret{width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .2s ease}.dropdown-toggle[aria-expanded=true] .dropdown-caret,.mobile-dropdown-toggle[aria-expanded=true] .dropdown-caret{transform:rotate(-135deg)}.nav-dropdown{position:absolute;top:calc(100% - 8px);left:0;min-width:220px;padding:10px 0;border-radius:16px;background:#fff;border:1px solid rgba(148,163,184,.18);box-shadow:0 18px 36px #0f172a2e;opacity:0;visibility:hidden;transform:translateY(10px);transform-origin:top left;pointer-events:none;transition:opacity .22s ease,transform .22s cubic-bezier(.22,1,.36,1),visibility .22s ease;z-index:1200}.nav-dropdown.show,.nav-item:hover .nav-dropdown{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.dropdown-link{width:100%;display:block;text-align:left;padding:12px 18px;border:none;background:transparent;color:#0f172a;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease,color .2s ease}.dropdown-link:hover{background:#eff6ff;color:#1d4ed8}.hamburger{display:none;width:44px;height:40px;align-items:center;justify-content:center;flex-direction:column;padding:6px;border:none;background:transparent;cursor:pointer;z-index:1210}.hamburger span{width:28px;height:3px;margin:3px 0;border-radius:2px;background-color:#fff;transition:all .25s ease}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(4px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(4px,-5px)}.mobile-menu{position:fixed;top:var(--header-total-height);left:0;width:100%;max-height:calc(100vh - var(--header-total-height));overflow-y:auto;padding:20px 20px 30px;display:flex;flex-direction:column;gap:12px;background:#080f23fa;opacity:0;pointer-events:none;transform:translateY(-10px);transition:opacity .25s ease,transform .25s ease;z-index:1195}.mobile-menu.show{opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-nav-group{width:100%;padding-bottom:10px;border-bottom:1px solid rgba(148,163,184,.18)}.mobile-nav-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.mobile-menu .nav-link-item{height:auto;justify-content:flex-start;padding:10px 0;font-size:16px}.mobile-submenu{display:none;margin-top:6px;padding-left:14px;opacity:0;transform:translateY(-6px)}.mobile-submenu.show{display:flex;flex-direction:column;opacity:1;transform:translateY(0);transition:opacity .2s ease,transform .2s ease}.mobile-submenu-link{padding:10px 0;border:none;background:transparent;color:#dbeafe;font-size:14px;text-align:left;cursor:pointer}@media(max-width:1150px){.nav-link-item{padding:0 8px;font-size:12px}}@media(max-width:992px){.nav-links{display:none}.hamburger{display:inline-flex}.logo{max-height:54px}}@media(max-width:640px){:root{--topbar-height: 56px;--navbar-height: 72px}.top-contact-inner{justify-content:flex-start;padding:8px 16px}.top-contact-item{width:100%;font-size:12px}.nav-inner{padding:0 16px}.logo{max-height:50px}.mobile-menu{padding:18px 16px 24px}}.hero{width:100%;min-height:100vh;background-color:#dbeafe;background-size:cover;background-position:center;position:relative;color:#fff;transition:background-image 1s ease-in-out;padding:calc(var(--header-total-height) + 32px) clamp(20px,5vw,48px) 40px;display:flex;align-items:flex-end;justify-content:flex-end}.hero.hero-image-loading:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff0,#ffffff40,#fff0);transform:translate(-100%);animation:heroSkeletonShimmer 1.5s infinite;z-index:0}.hero:before{content:"";position:absolute;inset:0;background:#00000080;z-index:1}.hero.hero-image-loading:before{background:#0f172a5c}.hero-content{position:relative;z-index:2;text-align:right;width:min(100%,720px);font-size:clamp(16px,2vw,20px);padding:clamp(18px,3vw,28px);border-radius:12px;color:#fff}.hero-content h1{font-size:clamp(30px,4.6vw,60px);line-height:1.15}.hero-content p{font-size:clamp(15px,1.8vw,20px);line-height:1.6;margin-top:12px}.hero-content .modern-btn{margin-top:28px}.red{color:red}@media(max-width:1024px){.hero{padding-top:calc(var(--header-total-height) + 28px)}.hero-content{width:min(100%,620px)}}@media(max-width:600px){.hero{min-height:92vh;align-items:center;justify-content:center;padding:calc(var(--header-total-height) + 24px) 16px 32px}.hero-content{text-align:center;width:100%;padding:18px 16px}.hero-content .modern-btn{width:100%;max-width:240px}}@media(max-width:380px){.hero-content h1{font-size:28px}.hero-content p{font-size:14px}}@keyframes heroSkeletonShimmer{to{transform:translate(100%)}}@media(prefers-reduced-motion:reduce){.hero.hero-image-loading:after{animation:none!important}}.skeleton{position:relative;overflow:hidden;background:#eaf1ff;border-radius:12px}.skeleton:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);animation:skeleton-shimmer 1.4s infinite}.skeleton-image-shell{position:relative;width:100%;height:100%}.skeleton-image-shell .skeleton{position:absolute;inset:0;z-index:1}.skeleton-image-shell img{opacity:0;transition:opacity .25s ease}.skeleton-image-shell.is-loaded img{opacity:1}.table-skeleton{border-radius:20px;border:1px solid rgba(29,78,216,.12);background:#f8fbff;overflow:hidden}.table-skeleton-header,.table-skeleton-row{display:grid;grid-template-columns:.8fr 1.6fr .8fr 1fr 1.6fr;gap:12px;padding:14px 18px}.table-skeleton-header{background:#1238a8}.table-skeleton-header .skeleton{background:#ffffff38}.table-skeleton-body{display:grid;gap:1px;background:#1d4ed814}.table-skeleton-row{background:#fff}@keyframes skeleton-shimmer{to{transform:translate(100%)}}@media(prefers-reduced-motion:reduce){.skeleton:after{animation:none!important}}.title{text-align:center;color:#212ea0;font-size:15px;font-weight:600;text-transform:uppercase;margin:70px 0 30px;padding:0 16px}.title h2{font-size:clamp(28px,4vw,32px);color:#000f38;margin-top:5px;text-transform:none}@media(max-width:600px){.title{margin:56px 0 24px;font-size:13px}}.past-results{padding:0 0 16px}.past-results-intro{max-width:760px;margin:0 auto 28px;padding:0 16px;text-align:center;color:#4b5563;font-size:16px;line-height:1.7}.past-results-board-row{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-bottom:26px}.past-results-board-card{min-width:150px;padding:16px 20px;border:1px solid rgba(33,46,160,.12);border-radius:18px;background:#fff;color:#17306d;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:15px;font-weight:700;cursor:pointer;box-shadow:0 14px 34px #0f265f14;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,background .25s ease,color .25s ease}.past-results-board-card:hover{transform:translateY(-2px);box-shadow:0 18px 38px #0f265f1f}.past-results-board-card.active{background:linear-gradient(135deg,#1d4ed8,#0f2f73);border-color:transparent;color:#fff}.past-results-board-icon{width:38px;height:38px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#1d4ed81a;font-size:18px}.past-results-board-card.active .past-results-board-icon{background:#ffffff2e}.past-results-panel{background:#fff;border-radius:24px;padding:24px;box-shadow:0 24px 60px #0f265f17;border:1px solid rgba(17,24,39,.05)}.past-results-year-row{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:20px}.past-results-year-tab{padding:10px 18px;border-radius:999px;border:1px solid rgba(29,78,216,.18);background:#eef4ff;color:#17306d;font-size:14px;font-weight:700;cursor:pointer;transition:background .25s ease,color .25s ease,border-color .25s ease}.past-results-year-tab.active{background:#1d4ed8;border-color:#1d4ed8;color:#fff}.past-results-table-wrap{border-radius:20px;border:1px solid rgba(29,78,216,.12);overflow:hidden;background:#f8fbff}.past-results-table-scroll{max-height:460px;overflow:auto}.past-results-table-scroll::-webkit-scrollbar{width:10px;height:10px}.past-results-table-scroll::-webkit-scrollbar-thumb{background:#1d4ed847;border-radius:999px}.past-results-table{width:100%;min-width:760px;border-collapse:collapse}.past-results-table thead th{position:sticky;top:0;z-index:1;background:#1238a8;color:#fff;text-align:left;font-size:14px;font-weight:700;padding:15px 18px}.past-results-table tbody tr:nth-child(2n){background:#1d4ed808}.past-results-table tbody tr:hover{background:#1d4ed812}.past-results-table td{padding:15px 18px;color:#1f2937;font-size:14px;line-height:1.6;border-top:1px solid rgba(15,38,95,.08)}.past-results-empty-state{min-height:220px;display:flex;align-items:center;justify-content:center;text-align:center;border-radius:20px;border:1px dashed rgba(29,78,216,.18);background:linear-gradient(180deg,#eff6ffd9,#fffffff2);color:#4b5563;padding:24px}@media(max-width:900px){.past-results-panel{padding:20px;border-radius:20px}.past-results-board-card{min-width:136px}}@media(max-width:640px){.past-results{padding-bottom:6px}.past-results-intro{margin-bottom:22px;font-size:15px}.past-results-board-row{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;padding-bottom:6px}.past-results-board-row::-webkit-scrollbar,.past-results-year-row::-webkit-scrollbar{display:none}.past-results-board-card{flex:0 0 auto;min-width:130px;padding:14px 16px}.past-results-panel{padding:16px;border-radius:18px}.past-results-year-row{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}.past-results-year-tab{flex:0 0 auto}.past-results-table-scroll{max-height:420px}.past-results-table{min-width:680px}}.contact{margin:80px auto;max-width:90%;display:flex;align-content:center;justify-content:space-between;gap:36px}.contact-col{flex-basis:48%;color:#676767;min-width:0}.contact-col h3{color:#000f38;font-weight:500;font-size:25px;display:flex;align-items:center;margin-bottom:20px}.contact-col h3 img{width:35px;margin-left:10px}.contact-col p{max-width:450px;line-height:1.7}.contact-col ul li{display:flex;align-items:flex-start;margin:20px 0;line-height:1.6}.contact-col ul li img{width:25px;margin-right:10px;margin-top:2px;flex-shrink:0}.contact form input,.contact form textarea{display:block;width:100%;background:#ebecfe;padding:15px;border:0;outline:0;margin-bottom:15px;margin-top:5px;resize:none}.contact-col span{display:block;margin:20px 0}@media(max-width:900px){.contact{flex-direction:column;max-width:calc(100% - 32px);gap:18px}.contact-col{width:100%}}@media(max-width:600px){.contact{margin:56px auto}.contact-col{padding:0}.contact-col h3{font-size:22px;align-items:flex-start}.contact-col h3 img{width:30px}.modern-btn{width:100%;justify-content:center}}.footer{background:#f8f9fb;padding:60px 10%;font-family:Poppins,sans-serif;color:#333}.footer-top{display:flex;justify-content:space-between;gap:50px;flex-wrap:wrap;align-items:flex-start}.footer-brand{flex:1;min-width:250px}.footer-brand img{max-width:180px;margin-bottom:20px;display:block}.footer-brand p{font-size:14px;line-height:1.6;margin-bottom:20px;color:#555}.footer-nap{margin-bottom:22px}.footer-nap-name{font-weight:700;color:#0a2265;margin-bottom:8px}.footer-nap a{color:#0a2265;text-decoration:none;transition:color .3s ease}.footer-nap a:hover{color:#1d4ed8}.app-links{display:flex;align-items:center;flex-wrap:wrap;gap:10px 12px}.app-links img{width:50px;margin-right:10px;display:inline-block;margin-top:10px;height:30px;object-fit:contain}.social-links{display:flex;gap:15px;margin-top:10px;flex-wrap:wrap;align-items:center}.social-links a img{width:30px;height:30px;object-fit:contain}.social-links a{margin-right:10px;font-size:18px;color:#333;transition:color .3s ease}.social-links a:hover{color:#1d4ed8}.footer-links{display:flex;flex:2;justify-content:space-between;flex-wrap:wrap;gap:24px}.footer-links h4{font-size:16px;margin-bottom:15px;font-weight:600;color:#000}.footer-links ul{list-style:none;padding:0}.footer-links ul li{margin-bottom:10px}.footer-links ul li a{color:#555;text-decoration:none;font-size:14px;transition:color .3s ease}.footer-links ul li a:hover{color:#1d4ed8}.footer-bottom{text-align:center;border-top:1px solid #ddd;padding:20px 0 0;margin-top:40px;font-size:13px;color:#777}.footer-credit{margin-top:8px;font-size:12px;color:#666}.footer-credit a{color:inherit;font-weight:500;text-decoration:none;transition:color .3s ease,text-decoration-color .3s ease}.footer-credit a:hover{color:#444;text-decoration:underline}@media(max-width:900px){.footer{padding:40px 5%}.footer-top{flex-direction:column;align-items:center;text-align:center;gap:40px}.footer-links{justify-content:center;text-align:center}.footer-links ul{margin:0 auto}.social-links{justify-content:center}}@media(max-width:600px){.footer{padding:30px 20px}.footer-brand img{max-width:140px}.footer-links{width:100%;gap:20px}.footer-links h4{font-size:15px}.footer-links ul li a{font-size:13px}.footer-credit{font-size:11px}.app-links{justify-content:center;text-align:center}.social-links{justify-content:center}}.app-download-float{position:fixed;left:24px;bottom:24px;z-index:9998;text-align:center}.app-download-float-link{display:flex;flex-direction:column;align-items:center;gap:6px;text-decoration:none}.app-download-float-icon{width:clamp(48px,5vw,72px);height:clamp(48px,5vw,72px);border-radius:20px;background:#fff;padding:clamp(6px,1vw,10px);box-shadow:0 0 15px #3b82f68c;animation:appGlowIcon 2s infinite;transition:transform .25s ease,box-shadow .25s ease}.app-download-float-link:hover .app-download-float-icon{transform:scale(1.06);box-shadow:0 0 24px #3b82f6b8}.app-download-float-caption{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:6px 10px;border-radius:999px;background:#0a2265eb;color:#fff;font-size:12px;font-weight:700;line-height:1.1;box-shadow:0 10px 24px #0f172a2e;white-space:nowrap;animation:appCaptionFloat 3.4s ease-in-out infinite}@keyframes appGlowIcon{0%,to{box-shadow:0 0 10px #3b82f6,0 0 20px #2563eb66}50%{box-shadow:0 0 25px #60a5fa,0 0 36px #3b82f6a6}}@keyframes appCaptionFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@media(max-width:1024px){.app-download-float{left:18px;bottom:18px}}@media(max-width:600px){.app-download-float{left:14px;bottom:14px}.app-download-float-icon{width:54px;height:54px}.app-download-float-caption{min-height:24px;padding:5px 8px;font-size:11px}}@media(max-width:420px){.app-download-float{left:12px;bottom:12px}.app-download-float-icon{width:50px;height:50px;padding:6px}}.enquiry-modal-overlay{position:fixed;inset:0;z-index:12000;background:#0f172aa3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;animation:enquiryOverlayIn .24s ease forwards}.enquiry-modal{position:relative;width:min(100%,1080px);max-height:min(92vh,900px);overflow:hidden;display:grid;grid-template-columns:minmax(280px,.92fr) minmax(0,1.08fr);border-radius:28px;background:#fff;box-shadow:0 24px 60px #0f172a47;opacity:0;transform:translateY(10px) scale(.96);animation:enquiryModalIn .28s cubic-bezier(.22,1,.36,1) forwards}.enquiry-modal-overlay.is-closing{animation:enquiryOverlayOut .22s ease forwards}.enquiry-modal.is-closing{animation:enquiryModalOut .22s ease forwards}.enquiry-modal-close{position:absolute;top:16px;right:16px;width:42px;height:42px;border:none;border-radius:50%;background:#ffffff29;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}.enquiry-modal-close svg{width:24px;height:24px}.enquiry-modal-poster{background:linear-gradient(160deg,#0a2265,#1d4ed8);color:#fff;padding:34px 30px 30px}.enquiry-modal-poster-inner{height:100%;display:flex;flex-direction:column}.enquiry-modal-eyebrow{font-size:12px;font-weight:700;letter-spacing:1.6px;text-transform:uppercase;color:#ffffffb8}.enquiry-modal-poster h2{margin-top:12px;font-size:clamp(28px,3vw,38px);line-height:1.08}.enquiry-modal-session{margin-top:10px;display:inline-flex;align-self:flex-start;padding:8px 14px;border-radius:999px;background:#ffffff24;font-size:13px;font-weight:700}.enquiry-modal-copy{margin-top:18px;font-size:15px;line-height:1.65;color:#ffffffe0}.enquiry-modal-points{margin:20px 0 26px;padding:0;list-style:none;display:grid;gap:10px}.enquiry-modal-points li{position:relative;padding-left:18px;font-size:14px;line-height:1.5}.enquiry-modal-points li:before{content:"";position:absolute;top:8px;left:0;width:8px;height:8px;border-radius:50%;background:#facc15}.enquiry-modal-image{width:min(100%,290px);margin-top:auto;border-radius:22px;align-self:center;object-fit:cover;box-shadow:0 16px 32px #0f172a38}.enquiry-modal-image-shell{width:min(100%,290px);margin-top:auto;align-self:center;border-radius:22px;overflow:hidden}.enquiry-modal-image-skeleton{border-radius:22px}.enquiry-modal-form-panel{padding:34px 30px 30px;overflow-y:auto}.enquiry-modal-form-copy h3{color:#0f172a;font-size:28px}.enquiry-modal-form-copy p{margin-top:10px;font-size:15px;line-height:1.6;color:#475569}.enquiry-form{margin-top:24px}.enquiry-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.enquiry-field{display:flex;flex-direction:column;gap:8px}.enquiry-field span{font-size:14px;font-weight:700;color:#0f172a}.enquiry-field input,.enquiry-field select,.enquiry-field textarea{width:100%;border:1px solid #cbd5e1;border-radius:14px;padding:12px 14px;font-size:14px;color:#0f172a;background:#fff;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.enquiry-field input:focus,.enquiry-field select:focus,.enquiry-field textarea:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.enquiry-field small{font-size:12px;color:#dc2626}.enquiry-field [aria-invalid=true]{border-color:#dc2626;box-shadow:0 0 0 4px #dc262614}.enquiry-field-full{grid-column:1 / -1}.enquiry-form-status{margin-top:16px;font-size:14px;line-height:1.5}.enquiry-form-status-error{color:#b91c1c}.enquiry-submit-button{margin-top:20px;width:100%;border:none;border-radius:16px;padding:14px 18px;background:linear-gradient(135deg,#0a2265,#2563eb);color:#fff;font-size:15px;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 14px 28px #2563eb33}.enquiry-submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 18px 32px #2563eb42}.enquiry-submit-button:disabled{cursor:not-allowed;opacity:.75}.enquiry-modal-success{min-height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.enquiry-modal-success-badge{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border-radius:999px;background:#22c55e1f;color:#15803d;font-size:13px;font-weight:700}.enquiry-modal-success h3{margin-top:18px;font-size:30px;color:#0f172a}.enquiry-modal-success p{margin-top:10px;max-width:460px;font-size:15px;line-height:1.7;color:#475569}@keyframes enquiryOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes enquiryOverlayOut{0%{opacity:1}to{opacity:0}}@keyframes enquiryModalIn{0%{opacity:0;transform:translateY(10px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes enquiryModalOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(10px) scale(.96)}}@media(max-width:900px){.enquiry-modal{grid-template-columns:1fr;max-height:92vh}.enquiry-modal-poster{padding-bottom:24px}.enquiry-modal-image,.enquiry-modal-image-shell{width:min(100%,240px);margin-top:18px}.enquiry-modal-form-panel{padding-top:26px}}@media(max-width:640px){.enquiry-modal-overlay{padding:12px}.enquiry-modal{max-height:90vh;overflow-y:auto;border-radius:22px}.enquiry-modal-poster{padding:22px 18px 18px}.enquiry-modal-form-panel{padding:22px 18px 20px}.enquiry-modal-form-copy h3{font-size:24px}.enquiry-form-grid{grid-template-columns:1fr}.enquiry-modal-close{top:10px;right:10px;width:38px;height:38px}}@media(max-width:520px){.enquiry-modal-poster{display:none}.enquiry-modal-form-panel{padding-top:44px}}.whatsapp-float{position:fixed;right:24px;bottom:24px;z-index:9999;display:flex;flex-direction:column;align-items:center;gap:10px}.whatsapp-float-label{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 14px;border-radius:999px;background:linear-gradient(135deg,#fef08a,#facc15);color:#1f2937;font-size:13px;font-weight:700;letter-spacing:.2px;box-shadow:0 10px 24px #facc153d;white-space:nowrap;animation:whatsappLabelFloat 3.2s ease-in-out infinite}.whatsapp-float-button{width:62px;height:62px;border-radius:50%;background:linear-gradient(135deg,#25d366,#16a34a);color:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 14px 30px #22c55e57;transition:transform .22s ease,box-shadow .22s ease;animation:whatsappPulse 3s ease-in-out infinite}.whatsapp-float-button:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 18px 34px #22c55e6b}.whatsapp-float-button svg{width:30px;height:30px}@keyframes whatsappPulse{0%,to{box-shadow:0 14px 30px #22c55e57}50%{box-shadow:0 18px 36px #22c55e70}}@keyframes whatsappLabelFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@media(max-width:1024px){.whatsapp-float{right:18px;bottom:18px}.whatsapp-float-button{width:58px;height:58px}.whatsapp-float-button svg{width:28px;height:28px}}@media(max-width:600px){.whatsapp-float{right:14px;bottom:14px;gap:8px}.whatsapp-float-label{min-height:34px;padding:7px 12px;font-size:12px}.whatsapp-float-button{width:54px;height:54px}.whatsapp-float-button svg{width:26px;height:26px}}@media(max-width:420px){.whatsapp-float{right:12px;bottom:12px}.whatsapp-float-label{padding:6px 10px;font-size:11px}.whatsapp-float-button{width:50px;height:50px}.whatsapp-float-button svg{width:24px;height:24px}}.home-seo-section{margin:0 auto 56px}.home-seo-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:24px}.home-seo-card{background:#fff;border-radius:28px;padding:30px;box-shadow:0 14px 28px #0f172a14;transition:transform .25s ease,box-shadow .25s ease}.home-seo-card h2{font-size:28px;color:#0f172a;margin-bottom:14px}.home-seo-card p{color:#475569;line-height:1.8}.home-seo-card p+p{margin-top:16px}.home-seo-links{margin-top:22px;display:flex;flex-wrap:wrap;gap:12px 16px}.home-seo-links a{color:#1d4ed8;font-weight:600;text-decoration:underline;text-underline-offset:3px}.home-faq-list{display:flex;flex-direction:column;gap:18px}.home-faq-item{border-radius:20px;padding:16px 18px;background:#eff6ffb8;border:1px solid rgba(191,219,254,.6);transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease}.home-faq-item:hover{transform:translateY(-2px);box-shadow:0 12px 22px #0f172a14;background:#eff6fff2}.home-faq-item h3{color:#1e3a8a;font-size:18px;margin-bottom:8px}@media(max-width:900px){.home-seo-grid{grid-template-columns:1fr}}@media(max-width:600px){.home-seo-card{border-radius:24px;padding:24px 20px}.home-seo-card h2{font-size:24px}}.about-focus-page{min-height:100vh;padding:0 5% 80px;background:#f5f5f5}.about-focus-hero{max-width:1080px;margin:0 auto 36px;padding:42px;border-radius:32px;background:linear-gradient(135deg,#1e3a8a,#2563eb);color:#fff;box-shadow:0 18px 42px #2563eb33}.about-focus-card{max-width:1080px;margin:0 auto;padding:30px;border-radius:28px;background:#fff;box-shadow:0 14px 28px #0f172a14}.about-focus-card h2{font-size:26px;color:#0f172a;margin-bottom:14px}.about-focus-card p,.about-focus-card li{color:#475569;line-height:1.8}.about-focus-card ul{margin:18px 0 0;padding-left:20px}.about-focus-links{margin-top:22px;display:flex;flex-wrap:wrap;gap:12px 18px}.about-focus-links a{color:#1d4ed8;font-weight:600;text-decoration:underline;text-underline-offset:3px}@media(max-width:600px){.about-focus-page{padding:0 20px 60px}.about-focus-hero,.about-focus-card{padding:26px 20px;border-radius:24px}.about-focus-card h2{font-size:22px}}.about{margin:100px auto;display:flex;align-items:center;justify-content:space-between;width:90%;gap:40px}.about_left{flex-basis:40%;position:relative;display:inline-block;width:100%;min-width:0;overflow:hidden;border-radius:12px}.about_right{flex-basis:56%;min-width:0}.about_img{display:block;width:100%;border-radius:12px;transition:transform .3s ease}.about-image-shell{display:block;width:100%;border-radius:12px;overflow:hidden}.about-image-skeleton{border-radius:12px}.about_left:hover .about_img{transform:scale(1.03)}.play_icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:82px;height:auto;cursor:pointer;z-index:5;filter:drop-shadow(0 4px 10px rgba(0,0,0,.3))}.about_right h3{font-weight:600;font-size:16px;color:#212ea0}.about_right h2{font-size:35px;color:#000f38;margin:10px 0;max-width:400px}.about_right p{color:#676767;margin-bottom:15px;line-height:1.75}@media(max-width:800px){.about{flex-direction:column;gap:28px;margin:70px auto}.about_left,.about_right{flex-basis:100%;width:100%}}@media(max-width:600px){.about{width:calc(100% - 32px);margin:56px auto}.about_right h2{font-size:28px;max-width:none}.about_right p{font-size:15px}.play_icon{width:64px}}.overlay{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:9999}.modal{position:relative;max-width:900px;width:90%;background:transparent;border-radius:8px;overflow:visible}.modal video{display:block;width:100%;height:auto;border-radius:6px;box-shadow:0 4px 18px #0009}.close-btn{position:absolute;top:-22px;right:-22px;width:56px;height:56px;border-radius:50%;border:none;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10001;box-shadow:0 6px 18px #0000004d}.close-btn img{width:22px;height:22px}@media(max-width:640px){.modal{width:95%}.close-btn{top:-16px;right:-12px;width:44px;height:44px}}.about-institute-page{min-height:100vh;padding-bottom:80px;background:#f5f5f5}@media(max-width:600px){.about-institute-page{padding-bottom:60px}}.administration-page{min-height:100vh;padding:0 5% 80px;background:#f5f5f5}.administration-hero{max-width:1080px;margin:0 auto 36px;padding:42px;border-radius:32px;background:linear-gradient(135deg,#1e3a8a,#2563eb);color:#fff;box-shadow:0 18px 42px #2563eb33}.administration-hero h1{font-size:clamp(34px,5vw,48px);margin-bottom:14px}.founder-profile-card{max-width:1080px;margin:0 auto 32px;padding:32px;border-radius:30px;background:#fff;box-shadow:0 16px 34px #0f172a14;display:flex;align-items:center;gap:28px}.founder-badge{width:116px;height:116px;border-radius:50%;background:linear-gradient(135deg,#dbeafe,#bfdbfe);display:flex;align-items:center;justify-content:center;flex-shrink:0;border:4px solid rgba(191,219,254,.95);box-shadow:0 14px 28px #2563eb24;overflow:hidden}.founder-badge span{color:#1e3a8a;font-size:38px;font-weight:800;letter-spacing:2px}.founder-photo{width:100%;height:100%;object-fit:cover;object-position:center;display:block;border-radius:50%;transition:transform .3s ease}.founder-photo-shell{width:100%;height:100%}.founder-photo-skeleton{border-radius:50%}.founder-profile-card:hover .founder-photo{transform:scale(1.03)}.founder-profile-content{min-width:0}.founder-label{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;background:#dbeafe;color:#1e3a8a;font-size:13px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;margin-bottom:16px}.founder-profile-content h2{color:#0f172a;font-size:clamp(30px,4vw,40px);margin-bottom:10px}.founder-designation{color:#1d4ed8;font-size:18px;font-weight:700;margin-bottom:8px}.founder-experience{color:#475569;font-size:17px;line-height:1.6}.administration-grid{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:24px}.administration-card{background:#fff;border-radius:28px;padding:30px;box-shadow:0 14px 28px #0f172a14;transition:transform .25s ease,box-shadow .25s ease}.administration-card:hover{box-shadow:0 20px 38px #0f172a24}.administration-card h2{color:#1e3a8a;font-size:24px;margin-bottom:18px}.administration-list{margin:0;padding-left:20px;color:#475569;line-height:1.8}.administration-list li+li{margin-top:12px}.message-copy p{color:#475569;line-height:1.8}.message-copy p+p{margin-top:18px}@media(max-width:900px){.founder-profile-card{flex-direction:column;align-items:flex-start}.administration-grid{grid-template-columns:1fr}}@media(max-width:600px){.administration-page{padding:0 20px 60px}.administration-hero,.founder-profile-card,.administration-card{padding:26px 20px;border-radius:24px}.page-intro,.founder-experience{font-size:15px}.founder-profile-card{gap:20px;align-items:center;text-align:center}.founder-profile-content{width:100%}.founder-badge{width:104px;height:104px}.founder-badge span{font-size:34px}.administration-card h2{font-size:22px}}.careers-page{min-height:100vh;padding:0 5% 80px;background:#f5f5f5}.careers-hero{max-width:960px;margin:0 auto 36px;padding:42px;border-radius:32px;background:linear-gradient(135deg,#1d4ed8,#0f172a);color:#fff;box-shadow:0 18px 42px #0f172a2e}.careers-hero h1{font-size:clamp(34px,5vw,48px);margin-bottom:14px}.careers-content{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.careers-card{background:#fff;border-radius:28px;padding:28px;box-shadow:0 14px 28px #0f172a14;transition:transform .25s ease,box-shadow .25s ease}.careers-card:hover{box-shadow:0 20px 38px #0f172a24}.careers-card h2{color:#1e3a8a;font-size:22px;margin-bottom:14px}.careers-card p,.careers-card li{color:#475569;line-height:1.7}.careers-card ul{padding-left:20px}.careers-card li+li{margin-top:10px}.careers-card-accent{border:1px solid #dbeafe}.careers-contact{margin-top:18px;font-weight:700;color:#1d4ed8}@media(max-width:900px){.careers-content{grid-template-columns:1fr}}@media(max-width:600px){.careers-page{padding:0 20px 60px}.careers-hero{padding:28px 22px;border-radius:24px}.page-intro{font-size:15px}.careers-card{border-radius:22px;padding:22px}}.contact-page{min-height:100vh;padding:0 5% 80px;background:#f5f5f5}.contact-page-hero{max-width:1080px;margin:0 auto 36px;padding:42px;border-radius:32px;background:linear-gradient(135deg,#1e3a8a,#2563eb);color:#fff;box-shadow:0 18px 42px #2563eb33}.contact-page-link-row{margin-top:18px;display:flex;gap:12px 18px;flex-wrap:wrap}.contact-page-link-row a{color:#fff;text-decoration:underline;text-underline-offset:4px;font-weight:600}@media(max-width:600px){.contact-page{padding:0 20px 60px}.contact-page-hero{padding:26px 20px;border-radius:24px}}.events-page{min-height:100vh;padding:0 5% 80px;background:#f5f5f5}.events-hero{max-width:960px;margin:0 auto 36px;padding:42px;border-radius:32px;background:linear-gradient(135deg,#1d4ed8,#0f172a);color:#fff;box-shadow:0 18px 42px #0f172a2e}.events-hero h1{font-size:clamp(34px,5vw,48px);margin-bottom:14px}.events-content{max-width:1100px;margin:0 auto}.events-tablist{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}.events-tab{border:1px solid #bfdbfe;background:#fff;color:#1d4ed8;border-radius:999px;padding:12px 18px;font-size:15px;font-weight:700;cursor:pointer;transition:all .25s ease;box-shadow:0 8px 18px #0f172a0f}.events-tab:hover{border-color:#60a5fa;transform:translateY(-1px)}.events-tab.active{background:linear-gradient(135deg,#1d4ed8,#0f172a);color:#fff;border-color:transparent}.events-preview-shell{background:#fff;border-radius:28px;padding:28px;box-shadow:0 14px 28px #0f172a14;border:1px solid #dbeafe}.events-preview-header{margin-bottom:24px}.events-preview-header h2{color:#1e3a8a;font-size:28px;margin-bottom:12px}.events-preview-header p{color:#475569;line-height:1.7}.events-grid{max-width:1100px;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}.events-card{background:#fff;border-radius:28px;padding:28px;box-shadow:0 14px 28px #0f172a14;border:1px solid #dbeafe;transition:transform .25s ease,box-shadow .25s ease}.events-card:hover{box-shadow:0 20px 38px #0f172a24}.events-card h2,.events-card h3{color:#1e3a8a;font-size:22px;margin-bottom:14px}.events-card p{color:#475569;line-height:1.7}.events-card-preview{display:flex;flex-direction:column}.events-card-meta{margin-bottom:12px}.events-card-badge{display:inline-flex;align-items:center;border-radius:999px;padding:6px 12px;background:#dbeafe;color:#1d4ed8;font-size:13px;font-weight:700;letter-spacing:.02em}.events-card-description{margin-bottom:14px}.events-preview-embed,.events-preview-image-wrap,.events-preview-placeholder{min-height:220px;margin:12px 0 18px;border-radius:20px;background:linear-gradient(180deg,#eff6ff,#f8fafc);overflow:hidden}.events-preview-embed{border:1px solid #bfdbfe}.events-preview-embed.is-video{aspect-ratio:16 / 9;min-height:unset}.events-preview-embed.is-post{min-height:420px}.events-preview-embed iframe{width:100%;height:100%;min-height:220px;border:0;background:#fff}.events-preview-embed.is-post iframe{min-height:420px}.events-preview-image-wrap{border:1px solid #bfdbfe}.events-preview-image{width:100%;height:220px;display:block;object-fit:cover;object-position:center;transition:transform .3s ease}.events-preview-image-shell{display:block;width:100%;height:220px}.events-preview-image-skeleton{border-radius:20px}.events-card:hover .events-preview-image{transform:scale(1.03)}.events-preview-placeholder{border:1px dashed #93c5fd;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px}.events-preview-placeholder-type{margin-bottom:10px;color:#1d4ed8;font-size:13px;font-weight:700;letter-spacing:.02em}.events-preview-placeholder strong{color:#0f172a;margin-bottom:8px}.events-preview-placeholder p{color:#64748b;font-weight:600;line-height:1.6}.events-card-preview a{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;min-height:44px;align-self:flex-start;padding:10px 16px;border-radius:999px;background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#1d4ed8;font-weight:700;text-decoration:none;box-shadow:0 10px 20px #1d4ed81f;transition:transform .22s ease,box-shadow .22s ease,background .22s ease}.events-card-preview a:hover{transform:translateY(-2px);box-shadow:0 14px 24px #1d4ed82e;background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.events-empty-state{min-height:220px;border-radius:24px;background:linear-gradient(180deg,#eff6ff,#f8fafc);border:1px dashed #93c5fd;display:flex;align-items:center;justify-content:center;padding:24px;text-align:center}.events-empty-state p{color:#475569;font-size:17px;line-height:1.7}@media(max-width:600px){.events-page{padding:0 20px 60px}.events-hero{padding:28px 22px;border-radius:24px}.events-preview-shell,.events-card{border-radius:22px;padding:22px}.events-tablist{gap:10px;margin-bottom:18px}.events-tab{width:100%}.events-preview-header h2{font-size:24px}.events-preview-embed,.events-preview-image-wrap,.events-preview-placeholder,.events-empty-state{min-height:180px}.events-preview-embed.is-post iframe{min-height:360px}.events-preview-image,.events-preview-placeholder{min-height:180px}}.faculties-page{min-height:100vh;padding:0 5% 80px;background:#f5f5f5}.faculties-hero{max-width:1080px;margin:0 auto 36px;padding:42px;border-radius:32px;background:linear-gradient(135deg,#1e3a8a,#2563eb);color:#fff;box-shadow:0 18px 42px #2563eb33}.faculties-hero h1{font-size:clamp(34px,5vw,48px);margin-bottom:14px}.faculty-section{max-width:1150px;margin:0 auto 40px;padding:34px;border-radius:30px;background:#fff;box-shadow:0 16px 34px #0f172a14;scroll-margin-top:calc(var(--header-total-height) + 24px)}.faculty-section-header{margin-bottom:28px}.faculty-section-pill{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;background:#dbeafe;color:#1e3a8a;font-size:13px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;margin-bottom:16px}.faculty-section-header h2{color:#0f172a;font-size:clamp(26px,3vw,34px);margin-bottom:12px}.faculty-section-header p{max-width:780px;color:#475569;line-height:1.7}.faculty-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.faculty-profile-card{overflow:hidden;border-radius:24px;background:#fff;border:1px solid rgba(191,219,254,.9);box-shadow:0 12px 28px #0f172a14;padding:28px 22px 24px;transition:transform .25s ease,box-shadow .25s ease}.faculty-profile-card:hover{box-shadow:0 18px 34px #0f172a24}.faculty-photo-frame{position:relative;width:180px;height:180px;margin:0 auto 20px;border-radius:50%;overflow:hidden;background:linear-gradient(180deg,#dbeafe,#eff6ff);border:4px solid rgba(219,234,254,.95);box-shadow:0 14px 28px #2563eb24}.faculty-photo,.faculty-photo-fallback{display:block;width:100%;height:100%}.faculty-photo-shell{width:100%;height:100%}.faculty-photo{object-fit:cover;object-position:center;transform:scale(1.1);transition:transform .3s ease}.faculty-photo-skeleton{border-radius:50%}.faculty-profile-card:hover .faculty-photo{transform:scale(1.14)}.faculty-photo-fallback{display:flex;align-items:center;justify-content:center;color:#1e3a8a;font-size:42px;font-weight:700;letter-spacing:2px}.faculty-card-content{padding:0;text-align:center}.faculty-card-content h3{color:#0f172a;font-size:20px;margin-bottom:16px}.faculty-detail{color:#475569;line-height:1.7;font-size:15px;text-align:center}.faculty-detail p{margin:0}.faculty-detail+.faculty-detail{margin-top:12px}.faculty-detail span{display:block;margin-bottom:4px;color:#1d4ed8;font-size:12px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.faculty-detail-list{margin:0;padding-left:0;list-style-position:inside;display:inline-block;max-width:100%;text-align:left}.faculty-detail-list li+li{margin-top:8px}@media(max-width:1180px){.faculty-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.faculty-section{padding:28px}.faculty-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.faculty-photo-frame{width:150px;height:150px}}@media(max-width:600px){.faculties-page{padding:0 20px 60px}.faculties-hero,.faculty-section{padding:26px 20px;border-radius:24px}.page-intro{font-size:15px}.faculty-grid{grid-template-columns:1fr;gap:20px}.faculty-profile-card{padding:24px 18px 22px}.faculty-photo-frame{width:135px;height:135px;margin-bottom:18px}.faculty-card-content{padding:0}.faculty-card-content h3{font-size:19px}}.facilities-page{min-height:100vh;padding:0 5% 80px;background:#f5f5f5}.facilities-hero{max-width:960px;margin:0 auto 36px;padding:42px;border-radius:32px;background:linear-gradient(135deg,#1d4ed8,#0f172a);color:#fff;box-shadow:0 18px 42px #0f172a2e}.facilities-hero h1{font-size:clamp(34px,5vw,48px);margin-bottom:14px}.facilities-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}.facilities-card{background:#fff;border-radius:28px;padding:28px;box-shadow:0 14px 28px #0f172a14;transition:transform .25s ease,box-shadow .25s ease}.facilities-card:hover{box-shadow:0 20px 38px #0f172a24}.facilities-card h2{color:#1e3a8a;font-size:22px;margin-bottom:14px}.facilities-card p{color:#475569;line-height:1.7}@media(max-width:600px){.facilities-page{padding:0 20px 60px}.facilities-hero{padding:28px 22px;border-radius:24px}.facilities-card{border-radius:22px;padding:22px}}.gallery{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px;margin-bottom:40px}.gallery-item{width:clamp(180px,20%,260px);border-radius:20px;padding:8px;background:transparent}.gallery img{width:100%;border-radius:20px;object-fit:cover;aspect-ratio:1 / 1;display:block}.gallery-image-shell{border-radius:20px;overflow:hidden}.gallery-image-skeleton{border-radius:20px}.modern-btn{background:linear-gradient(135deg,#4f46e5,#3b82f6);color:#fff;padding:12px 28px;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00000026}.modern-btn:hover{transform:translateY(-3px);box-shadow:0 6px 18px #00000040;background:linear-gradient(135deg,#4338ca,#2563eb)}.modern-btn:active{transform:scale(.97)}.modern-btn img{width:18px;height:18px;margin-left:8px;vertical-align:middle}.modern-btn img,.modern-btn svg{transition:transform .3s ease}.modern-btn:hover img,.modern-btn:hover svg{transform:translate(5px)}.campus>div{display:flex;justify-content:center;align-items:center}.photo-overlay{position:fixed;inset:0;background:#000000eb;display:flex;align-items:center;justify-content:center;z-index:9999}.close-overlay{position:absolute;top:25px;right:40px;font-size:2.5rem;color:#fff;cursor:pointer;transition:color .3s ease}.close-overlay:hover{color:#f87171}.photo-slider{display:flex;align-items:center;justify-content:center;gap:25px;width:min(100%,1100px);padding:0 24px}.slider-image{max-width:min(80%,900px);max-height:80vh;border-radius:12px;box-shadow:0 0 25px #ffffff4d}.slider-btn{background:none;border:none;color:#fff;font-size:2.5rem;cursor:pointer;transition:.3s}.slider-btn:hover{color:#3b82f6}@media(max-width:768px){.gallery-item{width:calc(50% - 12px)}.photo-slider{gap:12px;padding:0 16px}.slider-btn{font-size:2rem}.close-overlay{top:16px;right:20px;font-size:2rem}}@media(max-width:480px){.gallery-item{width:100%;max-width:320px;padding:0}}@media(max-width:540px){.photo-slider{gap:10px}.slider-image{max-width:100%;max-height:72vh}.slider-btn{font-size:1.6rem}}.gallery-page{min-height:100vh;padding:0 5% 80px;background:#f5f5f5}.gallery-page-hero{max-width:960px;margin:0 auto 36px;padding:42px;border-radius:32px;background:linear-gradient(135deg,#1d4ed8,#0f172a);color:#fff;box-shadow:0 18px 42px #0f172a2e}.gallery-page-hero h1{font-size:clamp(34px,5vw,48px);margin-bottom:14px}.gallery-page-content{max-width:1100px;margin:0 auto;padding:28px;border-radius:28px;background:#fff;box-shadow:0 14px 28px #0f172a14}@media(max-width:600px){.gallery-page{padding:0 20px 60px}.gallery-page-hero,.gallery-page-content{padding:24px 20px;border-radius:24px}}.privacy-page{min-height:100vh;padding:0 5% 80px;background:#f5f5f5}.privacy-hero{max-width:960px;margin:0 auto 36px;padding:42px;border-radius:32px;background:linear-gradient(135deg,#1d4ed8,#0f172a);color:#fff;box-shadow:0 18px 42px #0f172a2e}.privacy-hero h1{font-size:clamp(34px,5vw,48px);margin-bottom:14px}.page-eyebrow{font-size:14px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:12px;opacity:.85}.page-intro{font-size:17px;line-height:1.7;max-width:760px}.privacy-content{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.privacy-card{background:#fff;border-radius:28px;padding:28px;box-shadow:0 14px 28px #0f172a14;transition:transform .25s ease,box-shadow .25s ease}.privacy-card:hover{box-shadow:0 20px 38px #0f172a24}.privacy-card h2{color:#1e3a8a;font-size:22px;margin-bottom:12px}.privacy-card p{color:#475569;line-height:1.7}@media(max-width:900px){.privacy-content{grid-template-columns:1fr}}@media(max-width:600px){.privacy-page{padding:0 20px 60px}.privacy-hero{padding:28px 22px;border-radius:24px}.page-intro{font-size:15px}.privacy-card{border-radius:22px;padding:22px}}.program-detail-page{min-height:100vh;padding:0 5% 80px;background:#f5f5f5}.program-detail-hero{max-width:1080px;margin:0 auto 36px;padding:42px;border-radius:32px;background:linear-gradient(135deg,#1e3a8a,#2563eb);color:#fff;box-shadow:0 18px 42px #2563eb33}.program-detail-grid{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.program-detail-card{padding:30px;border-radius:28px;background:#fff;box-shadow:0 14px 28px #0f172a14;transition:transform .25s ease,box-shadow .25s ease}.program-detail-card:hover{box-shadow:0 20px 38px #0f172a24}.program-detail-card h2{font-size:24px;color:#1e3a8a;margin-bottom:14px}.program-detail-card p,.program-detail-card li{color:#475569;line-height:1.8}.program-detail-card ul{margin:0;padding-left:20px}.program-detail-card-accent{background:linear-gradient(180deg,#fff,#eff6ff)}.program-detail-links{margin-top:18px;display:flex;flex-direction:column;gap:10px}.program-detail-links a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;width:fit-content;padding:10px 16px;border-radius:999px;background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#1d4ed8;font-weight:600;text-decoration:none;box-shadow:0 10px 20px #1d4ed81f;transition:transform .22s ease,box-shadow .22s ease,background .22s ease}.program-detail-links a:hover{transform:translateY(-2px);box-shadow:0 14px 24px #1d4ed82e;background:linear-gradient(135deg,#dbeafe,#bfdbfe)}@media(max-width:900px){.program-detail-grid{grid-template-columns:1fr}}@media(max-width:600px){.program-detail-page{padding:0 20px 60px}.program-detail-hero,.program-detail-card{padding:26px 20px;border-radius:24px}.program-detail-card h2{font-size:22px}}.programs-shell{width:90%;margin:80px auto}.program-tabs{display:flex;justify-content:center;gap:14px;margin-bottom:28px;flex-wrap:wrap}.program-tab{padding:12px 24px;border-radius:999px;border:1px solid #c7d2fe;background:#fff;color:#1d4ed8;font-size:14px;font-weight:600;cursor:pointer;transition:background .25s ease,color .25s ease,box-shadow .25s ease}.program-tab.active{background:linear-gradient(135deg,#2f26d3,#1a70f9);color:#fff;box-shadow:0 10px 24px #1a70f938}.programs{display:flex;justify-content:center;align-items:stretch;flex-wrap:wrap;gap:24px}.program{position:relative;flex:1 1 320px;max-width:360px;min-height:400px;border-radius:40px;overflow:hidden;box-shadow:0 14px 30px #0f172a24;transition:transform .25s ease,box-shadow .25s ease}.program:hover{box-shadow:0 20px 36px #0f172a2e}.program img{width:100%;height:100%;object-fit:cover;border-radius:40px;display:block}.program-image-shell{position:absolute;inset:0}.program-image-shell img,.program-image-skeleton{border-radius:40px}.caption{position:absolute;inset:0;background:#000f984d;color:#fff;font-weight:700;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:24px;text-align:center}.caption img{width:56px;height:auto}.caption p{font-size:20px;letter-spacing:.5px}@media(max-width:768px){.programs-shell{width:92%;margin:60px auto}.program{min-height:340px;max-width:100%}}@media(max-width:480px){.program-tabs{gap:10px}.program-tab{width:100%;max-width:240px}.program{min-height:280px;border-radius:25px}.program img{border-radius:25px}.caption{padding:18px}.caption p{font-size:16px}}.programs-page{min-height:100vh;padding:0 0 80px;background:#f5f5f5}.programs-page-section{width:100%}.seo-page-heading{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:600px){.programs-page{padding-bottom:60px}}:root{--topbar-height: 38px;--navbar-height: 76px;--header-total-height: calc(var(--topbar-height) + var(--navbar-height))}*{margin:0;padding:0;box-sizing:border-box;font-family:Roboto,sans-serif}html,body{background:#f5f5f5;overflow-x:hidden}html{scroll-padding-top:var(--header-total-height)}#root{min-height:100vh}a{text-decoration:none;color:inherit;line-height:1;cursor:pointer}.route-page-shell{padding-top:calc(var(--header-total-height) + 24px)}#about,#contact,#programs,#campus{scroll-margin-top:calc(var(--header-total-height) + 18px)}.reveal-on-scroll{opacity:0;transform:translate3d(0,24px,0);transition:opacity .62s ease,transform .62s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay, 0ms);will-change:opacity,transform}.reveal-on-scroll.is-visible{opacity:1;transform:translateZ(0)}.smooth-card,.smooth-button,.hover-lift{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,background-color .25s ease,color .25s ease}.hover-lift:hover{transform:translateY(-4px)}.image-hover-zoom{overflow:hidden}.image-hover-zoom img{transition:transform .3s ease;transform-origin:center}.image-hover-zoom:hover img{transform:scale(1.03)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}.reveal-on-scroll,.reveal-on-scroll.is-visible{opacity:1!important;transform:none!important}}@media(max-width:640px){:root{--topbar-height: 56px;--navbar-height: 72px}.route-page-shell{padding-top:calc(var(--header-total-height) + 18px)}}
