@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:Inter,Segoe UI,sans-serif;color:#111827;background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}button{font-family:inherit}.page-loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#ffffffe0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.page-loader__spinner{width:42px;height:42px;border:3.5px solid #e2e8f0;border-top-color:#1a56db;border-radius:50%;animation:page-spin .75s linear infinite}@keyframes page-spin{to{transform:rotate(360deg)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.navbar{position:fixed;top:32px;left:0;right:0;z-index:1000;background:transparent;padding:10px 24px;transition:sub transform .45s cubic-bezier(.22,1,.36,1),opacity .35s ease,padding .22s ease;animation:slideDown .45s cubic-bezier(.22,1,.36,1) both}.navbar__logo{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px;font-family:Montserrat,sans-serif;font-weight:800;font-size:17px;color:#111827;text-decoration:none}@media(max-width:1024px){.navbar__logo{font-size:13px}}.navbar__logo span span{color:#1a56db}.navbar__logoImg{height:50px;width:auto;object-fit:contain;filter:drop-shadow(0 2px 6px rgba(0,0,0,.1))}.navbar.visible{transform:translateY(0);opacity:1;pointer-events:auto}.navbar.hidden{transform:translateY(-110%);opacity:0}.navbar.scrolled{padding:6px 24px}.navbar.scrolled .navbar__pill{box-shadow:0 10px 32px #0000001f}.navbar__pill{max-width:1200px;margin:0 auto;background:#fffffff7;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:50px;height:52px;padding:0 10px 0 16px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;box-shadow:0 4px 24px #0000;transition:box-shadow .22s ease,height .22s ease}.navbar__nav{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:24px;flex:1;padding:0 24px}@media(max-width:1024px){.navbar__nav{display:none}}.navbar__link{font-size:13.5px;font-weight:500;color:#374151;transition:color .22s ease;position:relative;white-space:nowrap;background:none;border:none;outline:none;padding:0;cursor:pointer}.navbar__link:focus{outline:none}.navbar__link:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:#1a56db;border-radius:1px;transform:scaleX(0);transition:transform .22s ease}.navbar__link:hover{color:#1a56db}.navbar__link:hover:after{transform:scaleX(1)}.navbar__link--active{color:#1a56db;font-weight:700}.navbar__link--active:after{transform:scaleX(1)}.navbar__actions{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:10px;flex-shrink:0}@media(max-width:768px){.navbar__actions .navbar__btn-outline{display:none}}.navbar__btn-outline{display:inline-flex;align-items:center;gap:8px;font-family:Inter,Segoe UI,sans-serif;font-weight:600;font-size:14px;background:transparent;color:#1a56db;padding:11px 26px;border-radius:9999px;border:2px solid #1a56db;cursor:pointer;text-decoration:none;transition:all .22s ease;white-space:nowrap}.navbar__btn-outline:hover{background:#1a56db;color:#fff;transform:translateY(-1px)}.navbar__btn-outline{padding:7px 16px;font-size:12.5px;border-radius:50px}.navbar__btn-primary{display:inline-flex;align-items:center;gap:8px;font-family:Inter,Segoe UI,sans-serif;font-weight:600;font-size:14px;background:linear-gradient(135deg,#0b0b2e,#1a1a5a);color:#fff;padding:12px 26px;border-radius:9999px;border:none;cursor:pointer;text-decoration:none;transition:all .22s ease;white-space:nowrap;box-shadow:0 4px 14px #1a56db61}.navbar__btn-primary:hover{background:#0b0b2e;transform:translateY(-1px);box-shadow:0 6px 20px #1a56db80}.navbar__btn-primary{padding:9px 22px;font-size:13px;border-radius:50px;background:#f59e0b;color:#0b1d4f;font-weight:700;box-shadow:0 2px 12px #f59e0b73}.navbar__btn-primary:hover{background:#d97706;box-shadow:0 4px 18px #f59e0b80}@media screen and (max-width:1024px){.navbar .mobile-hidden{display:none!important}}.navbar__mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:6px;border-radius:6px;color:#111827;transition:background .22s ease}@media(max-width:1024px){.navbar__mobile-toggle{display:flex;flex-direction:row;align-items:center;justify-content:center}}.navbar__mobile-toggle:hover{background:#f8fafc}.navbar__mobile-menu{display:none;max-width:1200px;margin:6px auto 0;background:#fff;border-radius:24px;box-shadow:0 10px 32px #0000001f;padding:12px 16px 16px;flex-direction:column;gap:2px;z-index:9999;max-height:calc(100vh - 80px);overflow-y:auto;overflow-x:hidden}.navbar__mobile-menu.open{display:flex}.navbar__mobile-apply{margin-top:12px;width:100%;justify-content:center;border-radius:12px!important;padding:12px!important;font-size:14px!important}.navbar__mobile-item{display:flex;flex-direction:column;border-bottom:1px solid #e5e7eb}.navbar__mobile-item:last-of-type{border-bottom:none}.navbar__mobile-parent{display:flex!important;align-items:center;justify-content:space-between!important;width:100%;padding:10px 4px!important;font-size:13px!important;white-space:normal!important}.navbar__mobile-parent:after{display:none!important}.navbar .mobile-chevron{flex-shrink:0;transition:transform .25s ease;color:#374151}.navbar .mobile-chevron.rotated{transform:rotate(180deg);color:#1a56db}.navbar__mobile-submenu{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease;overflow:hidden}.navbar__mobile-submenu.expanded{grid-template-rows:1fr;overflow:visible}.navbar__mobile-submenu>*{overflow:hidden}.navbar__mobile-sublink{display:block;width:100%;text-align:left;background:none;border:none;outline:none;padding:14px 10px;font-size:12px;font-weight:500;color:#374151;cursor:pointer;border-radius:10px;transition:all .2s ease;margin-bottom:2px}.navbar__mobile-sublink:hover{background:#1a56db14;color:#1a56db;padding-left:20px}.navbar__mobile-sublink:active{transform:scale(.98)}.navbar__mobile-sublink{position:relative}.navbar__mobile-sublink:before{content:"";position:absolute;left:6px;top:50%;transform:translateY(-50%) scaleY(0);width:3px;height:60%;background:#1a56db;border-radius:2px;transition:transform .2s ease}.navbar__mobile-sublink:hover:before{transform:translateY(-50%) scaleY(1)}.navbar__dropdown-container{position:relative}.navbar .dropdown-arrow{font-size:10px;margin-left:6px;transition:transform .25s ease;display:inline-block}.navbar__dropdown-container:hover .dropdown-arrow{transform:rotate(180deg)}.navbar__submenu{position:absolute;top:100%;left:0;margin-top:9px;margin-left:13px;min-width:240px;background:#fffffffa;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(0,0,0,.05);border-radius:18px;box-shadow:0 16px 40px #0000001f;padding:10px;display:flex;flex-direction:column;gap:4px;z-index:999;animation:submenuFade .25s ease}.navbar__submenu:before{content:"";position:absolute;top:-7px;left:28px;width:14px;height:14px;background:#fff;transform:rotate(45deg);border-left:1px solid rgba(0,0,0,.05);border-top:1px solid rgba(0,0,0,.05)}.navbar__submenu button{background:none;border:none;outline:none;width:100%;text-align:left;padding:11px 14px;border-radius:12px;cursor:pointer;font-size:14px;font-weight:500;color:#374151;transition:all .22s ease}.navbar__submenu button:hover{background:#1a56db14;color:#1a56db;padding-left:18px}.navbar__submenu button:active{transform:scale(.98)}@media(max-width:1024px){.navbar__submenu{display:none!important}}@keyframes submenuFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.15)}}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(6px)}}.animate{opacity:0}.animate--fade-up{animation:fadeUp .7s cubic-bezier(.22,1,.36,1) forwards}.animate--fade-in{animation:fadeIn .6s ease forwards}.animate--d1{animation-delay:.05s}.animate--d2{animation-delay:.15s}.animate--d3{animation-delay:.28s}.animate--d4{animation-delay:.42s}.animate--d5{animation-delay:.58s}.animate--d6{animation-delay:.72s}.hero{position:relative;min-height:100vh;padding-top:104px;overflow:hidden;background:#0b1d4f}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.hero__bg .hero__carousel{height:100%;border-radius:0;box-shadow:none}.hero__bg__carousel-arrow,.hero__bg__carousel-dots,.hero__bg__carousel-caption{z-index:4}.hero__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,#0b1d4fa6,#1a3a8f73,#2563eb40);z-index:2;pointer-events:none}.hero__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.hero__inner{padding:0 16px}}.hero__inner{position:relative;z-index:2;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:48px;min-height:calc(100vh - 104px);padding-top:52px;padding-bottom:52px}@media(max-width:1024px){.hero__inner{flex-direction:column;align-items:flex-start;padding-top:40px}}.hero__content{flex:1;max-width:580px}.hero__label{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#ffffffa6;margin-bottom:18px}.hero__label-dot{width:7px;height:7px;background:#f59e0b;border-radius:50%;animation:pulse 2s infinite;flex-shrink:0}.hero__title{font-family:Montserrat,sans-serif;font-size:clamp(2rem,4.5vw,3.5rem);font-weight:900;line-height:1.1;color:#fff;margin-bottom:22px}.hero__title-accent{color:#f59e0b;display:block}.hero__desc{font-size:16px;line-height:1.8;color:#fffc;margin-bottom:34px;max-width:500px}.hero__actions{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:14px;flex-wrap:wrap;margin-bottom:44px}.hero__btn-primary{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px;padding:12px 25px;font-size:13px;background:#f59e0b;color:#0b1d4f;border-radius:24px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#000;font-weight:700;font-family:Inter,sans-serif;border:none;cursor:pointer;transition:all .22s ease;text-decoration:none}.hero__btn-primary:hover{background:linear-gradient(135deg,#fbbf24,#f59e0b);transform:translateY(-1px);box-shadow:0 8px 24px #f59e0b66}.hero__btn-outline{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px;padding:13px 30px;border-radius:24px;border:1.5px solid rgba(255,255,255,.55);color:#fff;font-size:15px;font-weight:600;font-family:Inter,sans-serif;background:transparent;cursor:pointer;transition:all .22s ease;text-decoration:none}.hero__btn-outline:hover{background:#ffffff1f;border-color:#fff}.hero__stats{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:32px;border-top:1px solid rgba(255,255,255,.15);padding-top:28px}@media(max-width:480px){.hero__stats{gap:20px}}.hero__stats-item{display:flex;flex-direction:column}.hero__stats-num{font-family:Montserrat,sans-serif;font-size:28px;font-weight:800;color:#f59e0b;line-height:1;font-variant-numeric:tabular-nums}.hero__stats-lbl{font-size:12px;color:#fff9;margin-top:4px}.hero__img-card{border-radius:24px;overflow:hidden;box-shadow:0 20px 56px #00000024;aspect-ratio:4/3}.hero__img-card img{width:100%;height:100%;object-fit:cover}.hero__badge{position:absolute;background:#fff;border-radius:16px;padding:11px 15px;box-shadow:0 10px 32px #0000001f;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px}.hero__badge--br{bottom:-18px;left:-18px}.hero__badge--tr{top:-18px;right:-18px}.hero__badge-icon{width:34px;height:34px;border-radius:10px;display:flex;flex-direction:row;align-items:center;justify-content:center;flex-shrink:0}.hero__badge-icon--blue{background:#1a56db1a;color:#1a56db}.hero__badge-icon--green{background:#10b9811a;color:#10b981}.hero__badge-text strong{display:block;font-size:13px;font-weight:700;color:#111827;line-height:1.2}.hero__badge-text span{font-size:11px;color:#6b7280}.hero__scroll{position:absolute;bottom:22px;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#ffffff73;font-size:10px;font-weight:600;letter-spacing:.08em;cursor:pointer;animation:bounce 2s infinite;background:none;border:none}.hero__carousel{position:relative;width:100%;height:420px;border-radius:24px;overflow:hidden;box-shadow:0 20px 56px #00000024}@media(max-width:1024px){.hero__carousel{height:340px}}.hero__carousel-track{display:flex;width:100%;height:100%;transition:transform .7s cubic-bezier(.4,0,.2,1)}.hero__carousel-slide{flex:0 0 100%;min-width:100%;height:100%}.hero__carousel-slide img{width:100%;height:100%;object-fit:cover;display:block}.hero__carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:36px;height:36px;border-radius:50%;background:#ffffff26;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.3);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .22s ease,transform .22s ease}.hero__carousel-arrow:hover{background:#ffffff4d;transform:translateY(-50%) scale(1.08)}.hero__carousel-arrow--prev{left:12px}.hero__carousel-arrow--next{right:12px}.hero__carousel-dots{position:absolute;bottom:14px;left:50%;transform:translate(-50%);z-index:3;display:flex;align-items:center;gap:7px}.hero__carousel-dot{width:7px;height:7px;border-radius:50%;background:#fff6;border:none;cursor:pointer;padding:0;transition:background .22s ease,transform .22s ease,width .22s ease}.hero__carousel-dot--active{background:#f59e0b;width:22px;border-radius:4px;transform:scale(1)}.hero__carousel-caption{position:absolute;top:12px;right:14px;z-index:3;font-size:11px;font-weight:700;letter-spacing:.06em;color:#ffffffb3;background:#00000059;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:3px 9px;border-radius:20px}.quick-info{padding:48px 0 0;background:#fff;border-bottom:1px solid #e5e7eb}.quick-info__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.quick-info__inner{padding:0 16px}}.quick-info__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media(max-width:1024px){.quick-info__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.quick-info__grid{grid-template-columns:1fr}}.quick-info__card{padding:28px 22px;border:1.5px solid #e5e7eb;border-radius:16px;background:#fff;transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease;cursor:pointer;opacity:0;transform:translate(-48px)}.quick-info__card.visible{animation:fadeLeft .65s cubic-bezier(.22,1,.36,1) forwards;animation-delay:var(--delay, 0s)}.quick-info__card:hover{border-color:#1a56db66;box-shadow:0 6px 24px #1a56db17;transform:translateY(-3px)}.quick-info__icon-wrap{width:56px;height:56px;border-radius:50%;display:flex;flex-direction:row;align-items:center;justify-content:center;margin-bottom:18px}.quick-info__icon-wrap--yellow{background:#fef3c7;color:#d97706}.quick-info__icon-wrap--blue{background:#dbeafe;color:#1d4ed8}.quick-info__icon-wrap--navy{background:#f1eefc;color:#1e3a8a}.quick-info__icon-wrap--purple{background:#ede9fe;color:#7c3aed}.quick-info__title{font-size:15px;font-weight:700;color:#111827;margin-bottom:8px}.quick-info__desc{font-size:13px;color:#6b7280;line-height:1.65}.stats{padding:60px 0;background:#0d1b3e;position:relative;overflow:hidden}.stats:before{content:"";position:absolute;top:-80px;right:-80px;width:360px;height:360px;background:radial-gradient(circle,rgba(59,130,246,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.stats__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.stats__inner{padding:0 16px}}.stats__header{text-align:center;margin-bottom:56px}.stats__label{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#ffffff8c;margin-bottom:16px;display:block}.stats__title{font-family:Montserrat,sans-serif;font-size:clamp(24px,3.5vw,40px);font-weight:800;color:#fff;line-height:1.2}.stats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}@media(max-width:1024px){.stats__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.stats__grid{grid-template-columns:repeat(2,1fr);gap:20px}}.stats__card{text-align:center;padding:32px 20px}.stats__ring{width:80px;height:80px;border-radius:50%;border:2px solid rgba(255,255,255,.15);display:flex;flex-direction:row;align-items:center;justify-content:center;margin:0 auto 22px;background:#ffffff0d}.stats__ring-inner{width:60px;height:60px;border-radius:50%;background:#1a56db99;display:flex;flex-direction:row;align-items:center;justify-content:center;color:#fff}.stats__num{font-family:Montserrat,sans-serif;font-size:36px;font-weight:900;color:#f59e0b;line-height:1;margin-bottom:8px}.stats__label-text{font-size:14px;font-weight:600;color:#fff;margin-bottom:4px}.stats__sub{font-size:12px;color:#ffffff80}.features{padding:60px 0 0;background:#fff}.features__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.features__inner{padding:0 16px}}.features__header{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:40px;flex-wrap:wrap}.features__label{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#1a56db;margin-bottom:14px}.features__title{font-family:Montserrat,sans-serif;font-size:clamp(26px,3vw,38px);font-weight:800;color:#111827;margin-bottom:10px;line-height:1.2}.features__desc{font-size:14px;color:#6b7280;max-width:480px;line-height:1.7}.features__explore{display:inline-flex;align-items:center;gap:8px;font-family:Inter,Segoe UI,sans-serif;font-weight:600;font-size:14px;background:linear-gradient(135deg,#0b0b2e,#1a1a5a);color:#fff;padding:12px 26px;border-radius:9999px;border:none;cursor:pointer;text-decoration:none;transition:all .22s ease;white-space:nowrap;box-shadow:0 4px 14px #1a56db61}.features__explore:hover{background:#0b0b2e;transform:translateY(-1px);box-shadow:0 6px 20px #1a56db80}.features__explore{white-space:nowrap;align-self:center}.features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media(max-width:1024px){.features__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.features__grid{grid-template-columns:1fr}}.features__card{border-radius:16px;overflow:hidden;position:relative;aspect-ratio:3/4;cursor:pointer;background:#f8fafc}.features__card:hover .features__card-img img{transform:scale(1.06)}.features__card-img{position:absolute;top:0;right:0;bottom:0;left:0}.features__card-img img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .4s ease}.features__card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 35%,rgba(13,27,62,.5) 60%,rgba(13,27,62,.92) 100%)}.features__card-icon{position:absolute;bottom:108px;left:18px;width:34px;height:34px;border-radius:50%;background:#ffffff26;border:1.5px solid rgba(255,255,255,.3);display:flex;flex-direction:row;align-items:center;justify-content:center;color:#fff}.features__card-content{position:absolute;bottom:0;left:0;right:0;padding:18px}.features__card-title{font-family:Montserrat,sans-serif;font-size:18px;font-weight:700;color:#fff;margin-bottom:6px}.features__card-desc{font-size:12px;color:#ffffffbf;line-height:1.6}.features__card{transition:transform .3s ease}.features__card:hover{transform:translateY(-6px)}@keyframes fadeUp{0%{opacity:0;transform:translateY(36px)}to{opacity:1;transform:translateY(0)}}.why-choose{padding:60px 0 0;background:#fff}.why-choose__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.why-choose__inner{padding:0 16px}}.why-choose__header{text-align:center;margin-bottom:60px}.why-choose__label{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#6b7280;display:block;margin-bottom:14px;opacity:0;transform:translateY(36px)}.why-choose__label.visible{animation:fadeUp .6s cubic-bezier(.22,1,.36,1) forwards;animation-delay:0s}.why-choose__title{font-family:Montserrat,sans-serif;font-size:clamp(26px,3.5vw,42px);font-weight:800;color:#111827;line-height:1.2;margin-bottom:14px;max-width:460px;margin-left:auto;margin-right:auto;opacity:0;transform:translateY(36px)}.why-choose__title.visible{animation:fadeUp .6s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.12s}.why-choose__subtitle{font-size:15px;color:#6b7280;max-width:480px;margin:0 auto;line-height:1.75;opacity:0;transform:translateY(36px)}.why-choose__subtitle.visible{animation:fadeUp .6s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.24s}.why-choose__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px 48px}@media(max-width:1024px){.why-choose__grid{grid-template-columns:repeat(2,1fr);gap:28px 32px}}@media(max-width:480px){.why-choose__grid{grid-template-columns:1fr}}.why-choose__item{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:14px;opacity:0;transform:translate(-48px)}.why-choose__item.visible{animation:fadeLeft .65s cubic-bezier(.22,1,.36,1) forwards;animation-delay:var(--delay, 0s)}.why-choose__icon{width:38px;height:38px;border-radius:50%;display:flex;flex-direction:row;align-items:center;justify-content:center;flex-shrink:0}.why-choose__icon--amber{background:#f59e0b1a;color:#d97706}.why-choose__icon--blue{background:#1a56db1a;color:#1a56db}.why-choose__icon--teal{background:#14b8a61a;color:#0d9488}.why-choose__icon--navy{background:#0d1b3e14;color:#0d1b3e}.why-choose__icon--purple{background:#8b5cf61a;color:#7c3aed}.why-choose__icon--green{background:#10b9811a;color:#10b981}.why-choose__item-title{font-size:15px;font-weight:700;color:#111827;margin-bottom:6px}.why-choose__item-desc{font-size:13px;color:#6b7280;line-height:1.68}.news{padding:60px 0;background:#f8fafc}.news__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.news__inner{padding:0 16px}}.news__inner{margin-top:1.5rem}.news__header{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-bottom:40px}.news__label{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#1a56db;margin-bottom:14px}.news__title{font-family:Montserrat,sans-serif;font-size:clamp(22px,2.8vw,34px);font-weight:800;color:#111827}.news__view-all{display:inline-flex;align-items:center;gap:8px;font-family:Inter,Segoe UI,sans-serif;font-weight:600;font-size:14px;background:transparent;color:#1a56db;padding:11px 26px;border-radius:9999px;border:2px solid #1a56db;cursor:pointer;text-decoration:none;transition:all .22s ease;white-space:nowrap}.news__view-all:hover{background:#1a56db;color:#fff;transform:translateY(-1px)}.news__view-all{font-size:13px;padding:9px 20px;cursor:pointer;border:none;background:#fff;border:1.5px solid #e5e7eb;border-radius:9999px;font-weight:600;color:#0d1b3e;transition:all .22s ease}.news__view-all:hover{border-color:#1a56db;color:#1a56db}.news__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}@media(max-width:1024px){.news__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.news__grid{grid-template-columns:1fr}}.news__card{background:#fff;border-radius:16px;overflow:hidden;border:1.5px solid #e5e7eb;transition:all .22s ease;display:flex;flex-direction:column}.news__card:hover{box-shadow:0 10px 32px #0000001f;transform:translateY(-4px);border-color:#1a56db33}.news__img{position:relative;aspect-ratio:16/10;overflow:hidden}.news__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.news__card:hover .news__img img{transform:scale(1.05)}.news__tag{position:absolute;top:12px;left:12px;background:#1a56db;color:#fff;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:3px 10px;border-radius:9999px}.news__event-badge{position:absolute;top:12px;right:12px;background:#f59e0b;color:#fff;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:3px 9px;border-radius:9999px}.news__body{padding:20px 22px 22px;display:flex;flex-direction:column;gap:8px;flex:1}.news__date{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#6b7280}.news__card-title{font-family:Montserrat,sans-serif;font-size:15px;font-weight:700;color:#111827;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news__excerpt{font-size:13px;color:#6b7280;line-height:1.65;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.news__read-more{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#1a56db;cursor:pointer;background:none;border:none;padding:0;margin-top:4px;align-self:flex-start;transition:gap .22s ease}.news__read-more:hover{gap:10px}.news__loading{display:flex;flex-direction:column;align-items:center;gap:14px;padding:60px 20px;color:#6b7280;font-size:14px}.news__spinner{width:34px;height:34px;border:3px solid #e5e7eb;border-top-color:#1a56db;border-radius:50%;animation:news-spin .8s linear infinite}@keyframes news-spin{to{transform:rotate(360deg)}}.news__empty-state{display:flex;flex-direction:column;align-items:center;gap:14px;padding:72px 20px;text-align:center;color:#6b7280}.news__empty-state svg{opacity:.35;color:#1a56db}.news__empty-state h4{font-family:Montserrat,sans-serif;font-size:18px;font-weight:700;color:#111827;margin:0}.news__empty-state p{font-size:14px;max-width:340px;line-height:1.65;margin:0}.news__toggle-wrap{display:flex;justify-content:center;margin-top:36px}.news__toggle-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border-radius:9999px;background:#fff;border:1.5px solid #e5e7eb;color:#0d1b3e;font-family:Inter,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .22s ease;box-shadow:0 1px 4px #00000012}.news__toggle-btn:hover{border-color:#1a56db;color:#1a56db;box-shadow:0 4px 20px #1a56db1f}.news__toggle-count{background:#1a56db;color:#fff;font-size:11px;font-weight:700;padding:2px 8px;border-radius:9999px}.ned-detail-page{background:#fff}.ned-detail-page [data-reveal]{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1)}.ned-detail-page [data-reveal].is-visible{opacity:1;transform:none}.ned-detail-page__hero{position:relative;min-height:520px;padding:140px 0 70px;color:#fff;overflow:hidden}.ned-detail-page__hero-bg{position:absolute;top:0;right:0;bottom:0;left:0}.ned-detail-page__hero-bg img{width:100%;height:100%;object-fit:cover}.ned-detail-page__hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0d1b3ee8,#1a56dbb8)}.ned-detail-page__hero-inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.ned-detail-page__hero-inner{padding:0 16px}}.ned-detail-page__hero-inner{position:relative;max-width:860px}.ned-detail-page__back{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;border-radius:9999px;background:#ffffff24;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.24);color:#fff;font-family:Inter,sans-serif;font-size:13px;font-weight:600;cursor:pointer;margin-bottom:32px;transition:all .22s ease}.ned-detail-page__back:hover{background:#ffffff38;transform:translate(-3px)}.ned-detail-page__hero-content{display:flex;flex-direction:column;gap:14px}.ned-detail-page__eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#fff;background:#ffffff29;padding:5px 12px;border-radius:9999px;align-self:flex-start}.ned-detail-page__cat-pill{display:inline-flex;align-items:center;gap:5px;padding:5px 13px;border-radius:9999px;color:#fff;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;align-self:flex-start}.ned-detail-page h1{font-family:Montserrat,sans-serif;color:#fff;font-size:clamp(28px,3.8vw,48px);line-height:1.1;font-weight:800;letter-spacing:-.02em}.ned-detail-page__hero-meta{display:flex;flex-wrap:wrap;gap:16px;padding-top:6px}.ned-detail-page__hero-meta span{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#ffffffd9}.ned-detail-page__status{padding:4px 12px;border-radius:9999px;font-weight:700!important;font-size:12px!important}.ned-detail-page__body{padding:60px 0 90px}.ned-detail-page__body-inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.ned-detail-page__body-inner{padding:0 16px}}.ned-detail-page__body-inner{display:grid;grid-template-columns:1.45fr 1fr;gap:36px;align-items:start}@media(max-width:1024px){.ned-detail-page__body-inner{grid-template-columns:1fr}}.ned-detail-page__content{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;box-shadow:0 1px 4px #00000012}.ned-detail-page__content-header{padding:28px 32px 24px;border-bottom:1px solid #e5e7eb}.ned-detail-page__content-header h2{font-family:Montserrat,sans-serif;color:#0d1b3e;font-size:clamp(20px,2.4vw,28px);font-weight:700;line-height:1.25;letter-spacing:-.01em;margin-top:12px}.ned-detail-page__type-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:9999px;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.ned-detail-page__info-row{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-bottom:1px solid #e5e7eb}@media(max-width:768px){.ned-detail-page__info-row{grid-template-columns:1fr 1fr}}@media(max-width:480px){.ned-detail-page__info-row{grid-template-columns:1fr}}.ned-detail-page__info-item{display:flex;align-items:center;gap:10px;padding:18px 22px;border-right:1px solid #e5e7eb}.ned-detail-page__info-item:last-child{border-right:none}@media(max-width:768px){.ned-detail-page__info-item{border-bottom:1px solid #e5e7eb}.ned-detail-page__info-item:nth-child(2n){border-right:none}}.ned-detail-page__info-item svg{color:#1a56db;flex-shrink:0}.ned-detail-page__info-item div{display:flex;flex-direction:column;gap:2px}.ned-detail-page__info-item span{font-size:11px;color:#6b7280;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.ned-detail-page__info-item strong{font-size:13px;color:#0d1b3e;font-weight:700}.ned-detail-page__summary-block{padding:28px 32px}.ned-detail-page__summary-block h3{font-family:Montserrat,sans-serif;color:#0d1b3e;font-size:17px;font-weight:700;margin-bottom:14px}.ned-detail-page__summary-block p{color:#374151;font-size:15px;line-height:1.8}.ned-detail-page__sidebar{display:flex;flex-direction:column;gap:20px;position:sticky;top:88px}.ned-detail-page__sidebar-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:22px 24px;box-shadow:0 1px 4px #00000012}.ned-detail-page__sidebar-card h4{font-family:Montserrat,sans-serif;color:#0d1b3e;font-size:16px;font-weight:700;margin-bottom:16px;padding-bottom:12px;border-bottom:1px dashed #e5e7eb}.ned-detail-page__sidebar-list{display:flex;flex-direction:column;gap:12px}.ned-detail-page__sidebar-item{display:flex;align-items:center;gap:12px;padding:10px;border-radius:10px;background:#f8fafc;border:1px solid #e5e7eb;cursor:pointer;text-align:left;width:100%;transition:all .22s ease}.ned-detail-page__sidebar-item:hover{border-color:#1a56db;background:#1a56db0a;transform:translate(3px)}.ned-detail-page__sidebar-item:hover .ned-detail-page__sidebar-arrow{color:#1a56db;transform:translate(2px)}.ned-detail-page__sidebar-img{position:relative;width:60px;height:60px;border-radius:6px;overflow:hidden;flex-shrink:0}.ned-detail-page__sidebar-img img{width:100%;height:100%;object-fit:cover}.ned-detail-page__sidebar-cat{position:absolute;bottom:0;left:0;right:0;font-size:9px;font-weight:700;text-align:center;color:#fff;padding:2px 4px;letter-spacing:.04em;text-transform:uppercase;line-height:1.4}.ned-detail-page__sidebar-info{flex:1;overflow:hidden}.ned-detail-page__sidebar-info strong{display:block;font-size:12px;font-weight:700;color:#0d1b3e;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ned-detail-page__sidebar-date{display:inline-flex;align-items:center;gap:4px;font-size:10px;color:#6b7280;margin-bottom:4px}.ned-detail-page__sidebar-arrow{color:#6b7280;flex-shrink:0;transition:all .22s ease}.ned-detail-page__back-cta{padding:24px;background:#0d1b3e;border-radius:16px;color:#fff}.ned-detail-page__back-cta h4{font-family:Montserrat,sans-serif;color:#fff;font-size:16px;margin-bottom:6px}.ned-detail-page__back-cta p{color:#ffffffb8;font-size:13px;line-height:1.5;margin-bottom:16px}.ned-detail-page__back-btn{display:inline-flex;align-items:center;gap:7px;padding:10px 20px;background:#f59e0b;color:#fff;border:none;border-radius:9999px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:all .22s ease}.ned-detail-page__back-btn:hover{background:#d97706;transform:translateY(-1px)}@media(max-width:768px){.ned-detail-page__hero{min-height:380px;padding:120px 0 50px}.ned-detail-page__info-row{grid-template-columns:1fr 1fr}.ned-detail-page__content-header{padding:22px 20px 18px}.ned-detail-page__summary-block{padding:22px 20px}.ned-detail-page__sidebar{position:static}}@media(max-width:480px){.ned-detail-page__info-row{grid-template-columns:1fr}.ned-detail-page h1{font-size:26px}}[data-reveal]{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s cubic-bezier(.2,.8,.2,1);transition-delay:var(--delay, 0s)}[data-reveal].is-visible{opacity:1;transform:none}.events-spinner{width:36px;height:36px;border:3px solid #e5e7eb;border-top-color:#1a56db;border-radius:50%;margin:0 auto;animation:ev-spin .8s linear infinite}@keyframes ev-spin{to{transform:rotate(360deg)}}.events-state{padding:72px 0;text-align:center;color:#6b7280;display:flex;flex-direction:column;align-items:center;gap:14px;font-size:14px}.events-state--empty svg{opacity:.35;color:#1a56db}.events-state--empty h4{font-family:Montserrat,sans-serif;font-size:18px;font-weight:700;color:#111827;margin:0}.events-state--empty p{font-size:14px;color:#6b7280;max-width:360px;line-height:1.65;margin:0}.events-hero{position:relative;min-height:440px;display:flex;align-items:center;overflow:hidden}@media(max-width:768px){.events-hero{min-height:320px}}@media(max-width:480px){.events-hero{min-height:260px}}.events-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0}.events-hero__bg img{width:100%;height:100%;object-fit:cover}.events-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0d1b3eeb,#1a56dbb8)}.events-hero__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.events-hero__inner{padding:0 16px}}.events-hero__inner{position:relative;z-index:1;max-width:680px;padding-top:40px;padding-bottom:40px;display:flex;flex-direction:column;gap:14px}@media(max-width:480px){.events-hero__inner{gap:10px}}.events-hero__eyebrow{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#fff;background:#ffffff24;padding:5px 13px;border-radius:9999px;align-self:flex-start}.events-hero h1{font-family:Montserrat,sans-serif;font-size:clamp(26px,4vw,50px);font-weight:900;color:#fff;line-height:1.1;letter-spacing:-.02em}.events-hero p{font-size:15px;color:#ffffffc7;line-height:1.7;max-width:520px}@media(max-width:480px){.events-hero p{font-size:13px}}.events-featured{background:#fff;padding:52px 0;border-bottom:1px solid #e5e7eb}@media(max-width:768px){.events-featured{padding:36px 0}}@media(max-width:480px){.events-featured{padding:28px 0}}.events-featured__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.events-featured__inner{padding:0 16px}}.events-featured__inner{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}@media(max-width:768px){.events-featured__inner{grid-template-columns:1fr;gap:24px}}.events-featured__media{position:relative;border-radius:24px;overflow:hidden;aspect-ratio:16/10}.events-featured__media img{width:100%;height:100%;object-fit:cover;display:block}.events-featured__pill{position:absolute;top:14px;left:14px;background:#f59e0b;color:#fff;font-size:11px;font-weight:700;padding:4px 12px;border-radius:9999px;letter-spacing:.06em;text-transform:uppercase}.events-featured__text{display:flex;flex-direction:column;gap:12px}.events-featured__text h2{font-family:Montserrat,sans-serif;font-size:clamp(20px,2.5vw,30px);font-weight:800;color:#0d1b3e;line-height:1.2;letter-spacing:-.01em}.events-featured__text p{font-size:14px;color:#374151;line-height:1.75}.events-featured__text button{display:inline-flex;align-items:center;gap:8px;font-family:Inter,Segoe UI,sans-serif;font-weight:600;font-size:14px;background:linear-gradient(135deg,#0b0b2e,#1a1a5a);color:#fff;padding:12px 26px;border-radius:9999px;border:none;cursor:pointer;text-decoration:none;transition:all .22s ease;white-space:nowrap;box-shadow:0 4px 14px #1a56db61}.events-featured__text button:hover{background:#0b0b2e;transform:translateY(-1px);box-shadow:0 6px 20px #1a56db80}.events-featured__text button{width:fit-content;margin-top:4px}@media(max-width:480px){.events-featured__text button{width:100%;justify-content:center}}.events-featured__cat{display:inline-flex;align-items:center;gap:5px;color:#fff;font-size:10px;font-weight:700;padding:4px 10px;border-radius:9999px;letter-spacing:.07em;text-transform:uppercase;align-self:flex-start}.events-featured__meta{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.events-featured__meta span{display:inline-flex;align-items:center;gap:5px;font-size:13px;color:#374151}.events-featured__status{padding:3px 10px;border-radius:9999px;font-size:11px!important;font-weight:700!important}.events-toolbar{background:#fff;border-bottom:1px solid #e5e7eb;padding:16px 0;position:sticky;top:68px;z-index:90}@media(max-width:480px){.events-toolbar{top:56px;padding:12px 0}}.events-toolbar__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.events-toolbar__inner{padding:0 16px}}.events-toolbar__inner{display:flex;flex-direction:column;gap:10px}.events-toolbar__top{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}@media(max-width:480px){.events-toolbar__top{flex-direction:column;align-items:flex-start}}.events-toolbar__result-count{font-size:12px;color:#6b7280;white-space:nowrap}.events-toolbar__result-count strong{color:#0d1b3e;font-weight:700}.events-toolbar__divider{height:1px;background:#e5e7eb;width:100%}.events-toolbar__row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}@media(max-width:480px){.events-toolbar__row{gap:6px}}.events-toolbar__row-label{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:600;color:#6b7280;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap;min-width:72px;flex-shrink:0}.events-toolbar__row-label svg{color:#6b7280}.events-toolbar__search{display:flex;align-items:center;gap:8px;padding:9px 14px;border:1.5px solid #e5e7eb;border-radius:9999px;background:#f8fafc;width:300px;transition:border-color .22s ease,box-shadow .22s ease}@media(max-width:480px){.events-toolbar__search{width:100%}}.events-toolbar__search:focus-within{border-color:#1a56db;box-shadow:0 0 0 3px #1a56db14}.events-toolbar__search svg{color:#6b7280;flex-shrink:0}.events-toolbar__search input{border:none;background:transparent;font-size:13px;color:#111827;outline:none;width:100%;font-family:inherit}.events-toolbar__search input::placeholder{color:#6b7280}.events-pill{display:inline-flex;align-items:center;gap:5px;padding:5px 14px;border-radius:9999px;border:1.5px solid #e5e7eb;background:transparent;font-size:12px;font-weight:500;color:#374151;cursor:pointer;transition:all .22s ease;white-space:nowrap;font-family:inherit;line-height:1}@media(max-width:480px){.events-pill{padding:5px 11px;font-size:11px}}.events-pill:hover{border-color:#1a56db;color:#1a56db;background:#1a56db0d}.events-pill--active{background:#1a56db;border-color:#1a56db;color:#fff;font-weight:700}.events-pill--active .events-pill__count{background:#ffffff38;color:#fff}.events-pill__dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.events-pill__count{font-size:10px;font-weight:700;background:#00000012;color:#374151;border-radius:9999px;padding:1px 6px;line-height:1.5;transition:all .22s ease}.events-pill--status:hover{border-color:currentColor}.events-pill--active-upcoming{background:#16a34a;border-color:#16a34a;color:#fff;font-weight:700}.events-pill--active-upcoming .events-pill__dot{background:#ffffffa6!important}.events-pill--active-published{background:#1a56db;border-color:#1a56db;color:#fff;font-weight:700}.events-pill--active-published .events-pill__dot{background:#ffffffa6!important}.events-pill--active-completed{background:#475569;border-color:#475569;color:#fff;font-weight:700}.events-pill--active-completed .events-pill__dot{background:#ffffffa6!important}.events-pill--active-cancelled{background:#dc2626;border-color:#dc2626;color:#fff;font-weight:700}.events-pill--active-cancelled .events-pill__dot{background:#ffffffa6!important}.events-pill--active-draft{background:#71717a;border-color:#71717a;color:#fff;font-weight:700}.events-pill--active-draft .events-pill__dot{background:#ffffffa6!important}.events-grid-section{background:#f8fafc;padding:48px 0}@media(max-width:768px){.events-grid-section{padding:36px 0}}@media(max-width:480px){.events-grid-section{padding:24px 0}}.events-grid-section__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.events-grid-section__inner{padding:0 16px}}.events-empty{text-align:center;padding:64px 0;color:#6b7280;font-size:15px}.events-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media(max-width:1024px){.events-grid{grid-template-columns:repeat(2,1fr);gap:18px}}@media(max-width:480px){.events-grid{grid-template-columns:1fr;gap:14px}}.event-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 1px 4px #00000012;border:1px solid #e5e7eb;transition:box-shadow .22s ease,transform .22s ease;display:flex;flex-direction:column}.event-card:hover{box-shadow:0 4px 16px #00000017;transform:translateY(-4px)}.event-card__cover{position:relative;aspect-ratio:16/9;overflow:hidden;background:#f8fafc}.event-card__cover img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.event-card__cover:hover img{transform:scale(1.05)}.event-card__date-badge{position:absolute;top:10px;left:10px;background:#0d1b3ee0;color:#fff;border-radius:6px;padding:5px 9px;text-align:center;display:flex;flex-direction:column;line-height:1.1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.event-card__date-badge strong{font-size:18px;font-weight:900;font-family:Montserrat,sans-serif}.event-card__date-badge span{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.event-card__status{position:absolute;top:10px;right:10px;font-size:10px;font-weight:700;padding:3px 9px;border-radius:9999px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.event-card__body{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}.event-card__body h3{font-family:Montserrat,sans-serif;font-size:15px;font-weight:700;color:#0d1b3e;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.event-card__body p{font-size:13px;color:#6b7280;line-height:1.65;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.event-card__cat{display:inline-flex;align-items:center;gap:4px;color:#fff;font-size:10px;font-weight:700;padding:3px 9px;border-radius:9999px;letter-spacing:.06em;text-transform:uppercase;align-self:flex-start}.event-card__meta{display:flex;flex-wrap:wrap;gap:10px}.event-card__meta span{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:#6b7280}.event-card__cta{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:700;color:#1a56db;background:#1a56db12;border:none;border-radius:6px;padding:7px 14px;cursor:pointer;transition:all .22s ease;margin-top:auto;width:fit-content}.event-card__cta:hover{background:#1a56db;color:#fff}.event-detail-page{background:#fff}.event-detail-page__hero{position:relative;min-height:480px;padding:140px 0 72px;color:#fff;overflow:hidden}@media(max-width:768px){.event-detail-page__hero{min-height:360px;padding:110px 0 52px}}@media(max-width:480px){.event-detail-page__hero{min-height:280px;padding:90px 0 40px}}.event-detail-page__hero-bg{position:absolute;top:0;right:0;bottom:0;left:0}.event-detail-page__hero-bg img{width:100%;height:100%;object-fit:cover}.event-detail-page__hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0d1b3ee8,#1a56dbb8)}.event-detail-page__hero-inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.event-detail-page__hero-inner{padding:0 16px}}.event-detail-page__hero-inner{position:relative;z-index:1;max-width:860px}.event-detail-page__back{display:inline-flex;align-items:center;gap:7px;padding:7px 16px;border-radius:9999px;background:#ffffff24;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.22);color:#fff;font-size:12px;font-weight:600;cursor:pointer;margin-bottom:28px;transition:all .22s ease}.event-detail-page__back:hover{background:#ffffff3d;transform:translate(-3px)}.event-detail-page__hero-content{display:flex;flex-direction:column;gap:10px}.event-detail-page__eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#fff;background:#ffffff29;padding:4px 12px;border-radius:9999px;align-self:flex-start}.event-detail-page__cat-pill{display:inline-flex;align-items:center;gap:5px;padding:4px 12px;border-radius:9999px;color:#fff;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;align-self:flex-start}.event-detail-page h1{font-family:Montserrat,sans-serif;color:#fff;font-size:clamp(24px,3.8vw,46px);line-height:1.1;font-weight:800;letter-spacing:-.02em}.event-detail-page__hero-meta{display:flex;flex-wrap:wrap;gap:14px;padding-top:4px}.event-detail-page__hero-meta span{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#ffffffd9}@media(max-width:480px){.event-detail-page__hero-meta{gap:10px}}.event-detail-page__status-badge{padding:4px 12px;border-radius:9999px;font-weight:700!important;font-size:11px!important}.event-detail-page__body{padding:52px 0 80px;background:#f8fafc}@media(max-width:768px){.event-detail-page__body{padding:36px 0 56px}}@media(max-width:480px){.event-detail-page__body{padding:24px 0 40px}}.event-detail-page__body-inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.event-detail-page__body-inner{padding:0 16px}}.event-detail-page__body-inner{display:grid;grid-template-columns:1.5fr 1fr;gap:28px;align-items:start}@media(max-width:1024px){.event-detail-page__body-inner{grid-template-columns:1fr}}.event-detail-page__main{display:flex;flex-direction:column;gap:20px}.event-detail-page__date-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;display:flex;box-shadow:0 1px 4px #00000012}@media(max-width:480px){.event-detail-page__date-card{flex-direction:column}}.event-detail-page__date-box{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 22px;min-width:100px;color:#fff;text-align:center;flex-shrink:0}.event-detail-page__date-box strong{font-family:Montserrat,sans-serif;font-size:44px;font-weight:800;line-height:1}.event-detail-page__date-box span{font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;opacity:.9;margin-top:3px}.event-detail-page__date-box em{font-size:11px;font-style:normal;opacity:.75;margin-top:2px}@media(max-width:480px){.event-detail-page__date-box{flex-direction:row;gap:12px;padding:16px 20px;min-width:unset}.event-detail-page__date-box strong{font-size:32px}}.event-detail-page__date-info{flex:1;padding:20px 22px}@media(max-width:480px){.event-detail-page__date-info{padding:16px 18px}}.event-detail-page__meta-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media(max-width:480px){.event-detail-page__meta-row{grid-template-columns:1fr;gap:10px}}.event-detail-page__meta-item{display:flex;align-items:center;gap:9px}.event-detail-page__meta-item svg{color:#1a56db;flex-shrink:0}.event-detail-page__meta-item div{display:flex;flex-direction:column;gap:2px}.event-detail-page__meta-item>div>span{font-size:10px;color:#6b7280;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.event-detail-page__meta-item>div>strong{font-size:13px;color:#0d1b3e;font-weight:700}.event-detail-page__about{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:28px;box-shadow:0 1px 4px #00000012}@media(max-width:480px){.event-detail-page__about{padding:20px 18px}}.event-detail-page__about h2{font-family:Montserrat,sans-serif;color:#0d1b3e;font-size:clamp(18px,2.2vw,24px);font-weight:700;margin-bottom:14px}.event-detail-page__about p{color:#374151;font-size:15px;line-height:1.8}.event-detail-page__nav{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:480px){.event-detail-page__nav{grid-template-columns:1fr}}.event-detail-page__nav-btn{display:flex;align-items:center;gap:10px;padding:14px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;cursor:pointer;transition:all .22s ease;box-shadow:0 1px 4px #00000012;text-align:left;font-family:inherit}.event-detail-page__nav-btn:hover{border-color:#1a56db;background:#1a56db08;box-shadow:0 4px 16px #00000017;transform:translateY(-2px)}.event-detail-page__nav-btn:hover svg{color:#1a56db}.event-detail-page__nav-btn svg{color:#6b7280;flex-shrink:0;transition:color .22s ease}.event-detail-page__nav-btn div{display:flex;flex-direction:column;gap:2px;overflow:hidden;flex:1}.event-detail-page__nav-btn span{font-size:10px;font-weight:600;color:#6b7280;letter-spacing:.08em;text-transform:uppercase}.event-detail-page__nav-btn strong{font-size:13px;font-weight:700;color:#0d1b3e;font-family:Montserrat,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.event-detail-page__nav-btn--next{justify-content:space-between;text-align:right}.event-detail-page__nav-btn--next div{align-items:flex-end}.event-detail-page__nav-btn--prev{justify-content:flex-start}.event-detail-page__nav-btn--prev div{align-items:flex-start}.event-detail-page__sidebar{display:flex;flex-direction:column;gap:18px;position:sticky;top:88px}@media(max-width:1024px){.event-detail-page__sidebar{position:static}}.event-detail-page__sidebar-box{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px;box-shadow:0 1px 4px #00000012}.event-detail-page__sidebar-box h4{font-family:Montserrat,sans-serif;color:#0d1b3e;font-size:15px;font-weight:700;margin-bottom:14px;padding-bottom:10px;border-bottom:1px dashed #e5e7eb}.event-detail-page__sidebar-list{display:flex;flex-direction:column;gap:10px}.event-detail-page__sidebar-card{display:flex;align-items:center;gap:10px;padding:9px;border-radius:10px;background:#f8fafc;border:1px solid #e5e7eb;cursor:pointer;text-align:left;width:100%;transition:all .22s ease}.event-detail-page__sidebar-card:hover{border-color:#1a56db;background:#1a56db0a;transform:translate(3px)}.event-detail-page__sidebar-card:hover .event-detail-page__sidebar-arrow{color:#1a56db;transform:translate(2px)}.event-detail-page__sidebar-cover{position:relative;width:58px;height:58px;border-radius:6px;overflow:hidden;flex-shrink:0}.event-detail-page__sidebar-cover img{width:100%;height:100%;object-fit:cover}.event-detail-page__sidebar-day{position:absolute;bottom:0;left:0;right:0;color:#fff;font-size:11px;font-weight:800;text-align:center;padding:3px 4px;line-height:1.2}.event-detail-page__sidebar-day em{display:block;font-size:9px;font-style:normal;font-weight:600;opacity:.9;text-transform:uppercase}.event-detail-page__sidebar-info{flex:1;overflow:hidden;display:flex;flex-direction:column;gap:3px}.event-detail-page__sidebar-info strong{display:block;font-family:Montserrat,sans-serif;font-size:12px;font-weight:700;color:#0d1b3e;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.event-detail-page__sidebar-cat{font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.event-detail-page__sidebar-loc{display:inline-flex;align-items:center;gap:3px;font-size:10px;color:#6b7280}.event-detail-page__sidebar-arrow{color:#6b7280;flex-shrink:0;transition:all .22s ease}.event-detail-page__cta-box{padding:22px;background:#0d1b3e;border-radius:16px;color:#fff}.event-detail-page__cta-box h4{font-family:Montserrat,sans-serif;color:#fff;font-size:16px;font-weight:700;margin-bottom:7px}.event-detail-page__cta-box p{color:#ffffffb8;font-size:13px;line-height:1.6;margin-bottom:16px}.event-detail-page__cta-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;background:#f59e0b;color:#fff;border:none;border-radius:9999px;font-size:13px;font-weight:600;cursor:pointer;transition:all .22s ease}.event-detail-page__cta-btn:hover{background:#d97706;transform:translateY(-1px)}@media(max-width:480px){.event-detail-page__cta-btn{width:100%;justify-content:center}}.video-section{padding:80px 0;background:#0f172a}.video-section__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.video-section__inner{padding:0 16px}}.video-section__inner{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:60px}@media(max-width:1024px){.video-section__inner{flex-direction:column}}.video-section__video{flex:0 0 540px}@media(max-width:1024px){.video-section__video{width:100%;flex:auto}}.video-section__thumb{border-radius:24px;overflow:hidden;aspect-ratio:16/10;position:relative;cursor:pointer;box-shadow:0 20px 56px #00000024}.video-section__thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .22s ease}.video-section__thumb:hover img{transform:scale(1.04)}.video-section__thumb:hover .video-section__play{transform:translate(-50%,-50%) scale(1.1)}.video-section__gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0f172a00 30%,#0f172ac7);pointer-events:none}.video-section__caption{position:absolute;bottom:38px;left:14px;right:14px;z-index:2;color:#fff}.video-section__caption-tag{display:inline-block;font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;background:#ffffff26;border-radius:6px;padding:2px 7px;margin-bottom:6px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.video-section__caption-title{margin:0;font-family:Inter,sans-serif;font-size:11.5px;font-weight:600;line-height:1.45;color:#fff}.video-section__duration{position:absolute;bottom:12px;left:14px;z-index:3;font-size:10px;font-weight:700;color:#fff;letter-spacing:.04em;background:#0f172a80;padding:2px 7px;border-radius:6px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.video-section__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:4;width:60px;height:60px;border-radius:50%;background:#f59e0b;color:#111827;border:none;cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:center;box-shadow:0 6px 24px #00000052;transition:transform .22s ease,box-shadow .22s ease}.video-section__play svg{margin-left:2px}.video-section__play-ring{position:absolute;top:-7px;right:-7px;bottom:-7px;left:-7px;border-radius:50%;border:2px solid rgba(245,158,11,.4);animation:pulse-ring 2.4s ease-out infinite}.video-section__play:hover{box-shadow:0 8px 32px #0000006b}.video-section__content{flex:1;max-width:440px}.video-section__label{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#1a56db;color:#ffffff80;display:block;margin-bottom:14px}.video-section__title{font-family:Montserrat,sans-serif;font-size:clamp(22px,2.8vw,34px);font-weight:800;color:#fff;line-height:1.25;margin:0 0 14px;letter-spacing:-.02em}.video-section__desc{font-size:14px;color:#ffffffa6;line-height:1.8;margin:0 0 28px}.video-section__actions{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:20px;flex-wrap:wrap}.video-section__cta{display:inline-flex;align-items:center;gap:8px;font-family:Inter,Segoe UI,sans-serif;font-weight:600;font-size:14px;background:linear-gradient(135deg,#0b0b2e,#1a1a5a);color:#fff;padding:12px 26px;border-radius:9999px;border:none;cursor:pointer;text-decoration:none;transition:all .22s ease;white-space:nowrap;box-shadow:0 4px 14px #1a56db61}.video-section__cta:hover{background:#0b0b2e;transform:translateY(-1px);box-shadow:0 6px 20px #1a56db80}.video-section__cta{background:#f59e0b;color:#0b0b2e;font-weight:700;box-shadow:0 4px 10px #f59e0b1a}.video-section__cta:hover{background:#fff;color:#0b0b2e;box-shadow:0 4px 10px #f59e0b1a}.video-section__cta--ghost{display:inline-flex;align-items:center;font-family:Inter,sans-serif;font-weight:600;font-size:14px;color:#fff;background:transparent;border:1px solid #fff;cursor:pointer;text-decoration:none;padding:12px 26px;position:relative;transition:color .22s ease;white-space:nowrap}.video-section__cta--ghost:hover{color:#0b0b2e;font-weight:700}.video-section__cta--ghost:hover:after{background:#fffc}@keyframes pulse-ring{0%{transform:scale(1);opacity:.7}70%{transform:scale(1.38);opacity:0}to{transform:scale(1.38);opacity:0}}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeLeft{0%{opacity:0;transform:translate(-48px)}to{opacity:1;transform:translate(0)}}.faculty{padding:72px 0;background:#f8fafc}@media(max-width:768px){.faculty{padding:52px 0}}@media(max-width:480px){.faculty{padding:40px 0}}.faculty__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.faculty__inner{padding:0 16px}}.faculty__inner{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:52px}@media(max-width:1024px){.faculty__inner{flex-direction:column-reverse;gap:36px}}@media(max-width:480px){.faculty__inner{gap:28px}}.faculty__image-side{flex:0 0 400px;position:relative}@media(max-width:1024px){.faculty__image-side{width:100%;max-width:420px;flex:none;margin:0 auto}}@media(max-width:480px){.faculty__image-side{max-width:100%}}.faculty__img{border-radius:24px;overflow:hidden;aspect-ratio:3/4;box-shadow:0 20px 56px #00000024}.faculty__img img{width:100%;height:100%;object-fit:cover;display:block}.faculty__badge{position:absolute;bottom:-14px;right:-14px;background:linear-gradient(135deg,#0b0b2e,#1a1a5a);color:#fff;border-radius:16px;padding:12px 16px;box-shadow:0 4px 16px #00000017;min-width:100px;text-align:center}.faculty__badge strong{display:block;font-family:Montserrat,sans-serif;font-size:28px;font-weight:900;line-height:1.1}.faculty__badge span{font-size:11px;opacity:.85;white-space:nowrap}@media(max-width:480px){.faculty__badge{bottom:-10px;right:-8px;padding:10px 14px}.faculty__badge strong{font-size:22px}}.faculty__content{flex:1;max-width:500px;display:flex;flex-direction:column;gap:0}@media(max-width:1024px){.faculty__content{max-width:100%}}.faculty__label{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#1a56db;margin-bottom:10px}.faculty__title{font-family:Montserrat,sans-serif;font-size:clamp(22px,3vw,36px);font-weight:800;color:#111827;line-height:1.2;margin-bottom:12px}.faculty__desc{font-size:14px;color:#6b7280;line-height:1.75;margin-bottom:20px}.faculty__points{display:grid;grid-template-columns:repeat(2,1fr);gap:8px 16px;margin-bottom:20px}@media(max-width:480px){.faculty__points{grid-template-columns:1fr;gap:6px}}.faculty__point{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:#374151;font-weight:500;line-height:1.5}.faculty__point svg{color:#10b981;flex-shrink:0;margin-top:2px}.faculty__avatars{display:flex;align-items:center;gap:12px;margin-bottom:22px;padding:12px 14px;background:#fff;border-radius:10px;border:1px solid #e5e7eb;width:fit-content}@media(max-width:480px){.faculty__avatars{width:100%}}.faculty__avatar-stack{display:flex;align-items:center}.faculty__avatar{width:36px;height:36px;border-radius:50%;border:2px solid #ffffff;overflow:hidden;margin-left:-10px;box-shadow:0 1px 4px #00000012}.faculty__avatar:first-child{margin-left:0}.faculty__avatar img{width:100%;height:100%;object-fit:cover;display:block}.faculty__avatar-info{display:flex;flex-direction:column;gap:2px}.faculty__avatar-names{font-size:12px;font-weight:700;color:#111827;line-height:1.3}.faculty__avatar-sub{font-size:11px;color:#6b7280}.faculty__cta{display:inline-flex;align-items:center;gap:8px;font-family:Inter,Segoe UI,sans-serif;font-weight:600;font-size:14px;background:linear-gradient(135deg,#0b0b2e,#1a1a5a);color:#fff;padding:12px 26px;border-radius:9999px;border:none;cursor:pointer;text-decoration:none;transition:all .22s ease;white-space:nowrap;box-shadow:0 4px 14px #1a56db61}.faculty__cta:hover{background:#0b0b2e;transform:translateY(-1px);box-shadow:0 6px 20px #1a56db80}.faculty__cta{width:fit-content}@media(max-width:480px){.faculty__cta{width:100%;justify-content:center}}.anim--up{transform:translateY(40px)}.anim--left{transform:translate(-48px)}.anim--visible.anim--up{animation:fadeUp .7s cubic-bezier(.22,1,.36,1) forwards;animation-delay:var(--delay, 0s)}.anim--visible.anim--left{animation:fadeLeft .75s cubic-bezier(.22,1,.36,1) forwards;animation-delay:var(--delay, 0s)}.anim--visible.anim--right{animation:fadeRight .75s cubic-bezier(.22,1,.36,1) forwards;animation-delay:var(--delay, 0s)}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@keyframes fadeLeft{to{opacity:1;transform:translate(0)}}@keyframes fadeRight{to{opacity:1;transform:translate(0)}}.footer{background:#0f172a;color:#fff}.footer__main{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.footer__main{padding:0 16px}}.footer__main{padding-top:60px;padding-bottom:48px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px}@media(max-width:1024px){.footer__main{grid-template-columns:1fr 1fr;gap:32px}}@media(max-width:480px){.footer__main{grid-template-columns:1fr}}.footer__logo-img{height:50px;width:auto;object-fit:contain}.footer__logo{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px;margin-bottom:16px}.footer__logo-icon{width:38px;height:38px;background:linear-gradient(135deg,#1a56db,#3b82f6);border-radius:10px;display:flex;flex-direction:row;align-items:center;justify-content:center;font-family:Montserrat,sans-serif;font-size:15px;font-weight:900;color:#fff}.footer__logo-name{font-family:Montserrat,sans-serif;font-size:18px;font-weight:800;color:#fff}.footer__logo-name em{color:#f59e0b;font-style:normal}.footer__brand-desc{font-size:13px;color:#ffffff8c;line-height:1.75;margin-bottom:22px;max-width:260px}.footer__socials{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px}.footer__socials a{width:34px;height:34px;border-radius:6px;background:#ffffff12;display:flex;flex-direction:row;align-items:center;justify-content:center;color:#ffffffa6;transition:all .22s ease}.footer__socials a:hover{background:#1a56db;color:#fff;transform:translateY(-2px)}.footer__col h4{font-size:13px;font-weight:700;color:#fff;margin-bottom:18px;letter-spacing:.04em}.footer__col ul{display:flex;flex-direction:column;gap:9px}.footer__col ul li a{font-size:13px;color:#ffffff8c;transition:color .22s ease}.footer__col ul li a:hover{color:#fff}.footer__contact{display:flex;flex-direction:column;gap:11px}.footer__contact-item{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:9px;font-size:13px;color:#fff9;line-height:1.5}.footer__contact-item svg{flex-shrink:0;color:#3b82f6;margin-top:2px}.footer__bottom{border-top:1px solid rgba(255,255,255,.08)}.footer__bottom-inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.footer__bottom-inner{padding:0 16px}}.footer__bottom-inner{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px;padding-top:18px;padding-bottom:18px;flex-wrap:wrap}.footer__bottom p{font-size:12px;color:#fff6}.footer__bottom-links{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:20px}.footer__bottom-links a{font-size:12px;color:#fff6;transition:color .22s ease}.footer__bottom-links a:hover{color:#ffffffbf}.not-found{min-height:100vh;display:flex;flex-direction:row;align-items:center;justify-content:center;background:#f8fafc;padding:24px}.not-found__card{background:#fff;border-radius:16px;box-shadow:0 10px 32px #0000001f;padding:48px 40px;text-align:center;max-width:420px;width:100%}.not-found__icon{color:#ef4444;margin:0 auto 20px;display:block}.not-found__title{font-family:Montserrat,sans-serif;font-size:22px;font-weight:800;color:#111827;margin-bottom:10px}.not-found__text{font-size:14px;color:#6b7280;margin-bottom:28px}.not-found__btn{display:inline-flex;align-items:center;gap:8px;font-family:Inter,Segoe UI,sans-serif;font-weight:600;font-size:14px;background:linear-gradient(135deg,#0b0b2e,#1a1a5a);color:#fff;padding:12px 26px;border-radius:9999px;border:none;cursor:pointer;text-decoration:none;transition:all .22s ease;white-space:nowrap;box-shadow:0 4px 14px #1a56db61}.not-found__btn:hover{background:#0b0b2e;transform:translateY(-1px);box-shadow:0 6px 20px #1a56db80}.blog-hero{position:relative;min-height:420px;background:linear-gradient(135deg,#0d1b3e,#162448 60%,#1a3a6e);display:flex;align-items:center;overflow:hidden}.blog-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/assets/newsupdate4-Cc7B20oK.png) center/cover no-repeat;opacity:.18}.blog-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0d1b3ef2 40%,#0d1b3e66)}.blog-hero__inner{position:relative;z-index:1;width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.blog-hero__inner{padding:0 16px}}.blog-hero__inner{max-width:680px;padding-top:80px;padding-bottom:60px}.blog-hero__tag{margin-top:2rem;display:inline-block;background:#f59e0b;color:#0b1d4f;font-size:10px;font-weight:800;letter-spacing:.1em;padding:3px 10px;border-radius:9999px;margin-bottom:12px;text-transform:uppercase}.blog-hero__title{font-family:Montserrat,sans-serif;font-size:clamp(26px,5vw,48px);font-weight:800;color:#fff;line-height:1.15;margin-bottom:12px}.blog-hero__desc{font-size:14px;color:#ffffffbf;line-height:1.7;margin-bottom:20px;max-width:500px}.blog-hero__cta{display:inline-flex;align-items:center;gap:8px;font-family:Inter,Segoe UI,sans-serif;font-weight:600;font-size:14px;background:linear-gradient(135deg,#0b0b2e,#1a1a5a);color:#fff;padding:12px 26px;border-radius:9999px;border:none;cursor:pointer;text-decoration:none;transition:all .22s ease;white-space:nowrap;box-shadow:0 4px 14px #1a56db61}.blog-hero__cta:hover{background:#0b0b2e;transform:translateY(-1px);box-shadow:0 6px 20px #1a56db80}.blog-hero__cta{background:#f59e0b;color:#0b1d4f;font-size:13px;padding:10px 22px;box-shadow:0 4px 16px #f59e0b59}.blog-hero__cta:hover{background:#d97706}.blog-main{background:#f8fafc;padding:36px 0 0}.blog-main__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.blog-main__inner{padding:0 16px}}.blog-main__inner{display:grid;grid-template-columns:1fr 300px;gap:28px;align-items:flex-start}@media(max-width:1024px){.blog-main__inner{grid-template-columns:1fr;gap:20px}}.blog-main__feed-title{font-family:Montserrat,sans-serif;font-size:20px;font-weight:800;color:#111827;margin-bottom:18px}.blog-loading{text-align:center;color:#6b7280;font-size:14px;padding:32px 0}.blog-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 1px 4px #00000012;margin-bottom:16px;transition:box-shadow .22s ease,transform .22s ease}.blog-card:hover{box-shadow:0 4px 16px #00000017;transform:translateY(-2px)}.blog-card--featured{display:grid;grid-template-columns:300px 1fr}@media(max-width:768px){.blog-card--featured{grid-template-columns:1fr}}.blog-card--row{display:grid;grid-template-columns:200px 1fr}@media(max-width:480px){.blog-card--row{grid-template-columns:1fr}}.blog-card__img{overflow:hidden}.blog-card__img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.blog-card__img:hover img{transform:scale(1.04)}.blog-card__img--sm{max-height:180px}.blog-card__body{padding:18px;display:flex;flex-direction:column;gap:8px}.blog-card__meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.blog-card__date{font-size:11px;color:#6b7280;display:flex;align-items:center;gap:4px}.blog-card__title{font-family:Montserrat,sans-serif;font-size:16px;font-weight:700;color:#111827;line-height:1.3}.blog-card__excerpt{font-size:13px;color:#6b7280;line-height:1.65;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card__read{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:600;color:#1a56db;background:none;border:none;cursor:pointer;padding:0;transition:gap .22s ease}.blog-card__read:hover{gap:8px}.blog-pagination{display:flex;align-items:center;gap:6px;margin-top:4px;margin-bottom:36px}.blog-pagination__btn{width:32px;height:32px;border-radius:6px;border:1px solid #e5e7eb;background:#fff;font-size:12px;font-weight:600;color:#374151;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .22s ease}.blog-pagination__btn:hover,.blog-pagination__btn--active{background:#1a56db;color:#fff;border-color:#1a56db}.blog-sidebar{position:sticky;top:90px;display:flex;flex-direction:column;gap:16px}.blog-sidebar__cat{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid #e5e7eb;cursor:pointer}.blog-sidebar__cat-count{font-size:11px;color:#fff;background:#1a56db;border-radius:9999px;padding:1px 8px;font-weight:600;min-width:22px;text-align:center}.blog-newsletter{background:linear-gradient(135deg,#0d1b3e,#1a3a6e);padding:48px 0;margin-top:36px}.blog-newsletter__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.blog-newsletter__inner{padding:0 16px}}.blog-newsletter__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.blog-newsletter__title{font-family:Montserrat,sans-serif;font-size:24px;font-weight:800;color:#fff;margin-bottom:6px}.blog-newsletter__desc{font-size:13px;color:#ffffffb3;max-width:400px;line-height:1.6}.blog-newsletter__form{display:flex;gap:8px;flex-shrink:0}@media(max-width:480px){.blog-newsletter__form{flex-direction:column;width:100%}}.blog-newsletter__form input{padding:10px 18px;border-radius:9999px;border:none;font-size:13px;color:#111827;width:240px;outline:none}@media(max-width:480px){.blog-newsletter__form input{width:100%}}.blog-newsletter__form button{display:inline-flex;align-items:center;gap:8px;font-family:Inter,Segoe UI,sans-serif;font-weight:600;font-size:14px;background:linear-gradient(135deg,#0b0b2e,#1a1a5a);color:#fff;padding:12px 26px;border-radius:9999px;border:none;cursor:pointer;text-decoration:none;transition:all .22s ease;white-space:nowrap;box-shadow:0 4px 14px #1a56db61}.blog-newsletter__form button:hover{background:#0b0b2e;transform:translateY(-1px);box-shadow:0 6px 20px #1a56db80}.blog-newsletter__form button{background:#f59e0b;color:#0b1d4f;border-radius:9999px;font-size:13px;padding:10px 22px}.blog-newsletter__form button:hover{background:#d97706}.anim--visible.anim--up{animation:blogFadeUp .6s cubic-bezier(.22,1,.36,1) forwards;animation-delay:var(--delay, 0s)}@keyframes blogFadeUp{to{opacity:1;transform:translateY(0)}}@media(max-width:480px){.blog-hero{min-height:320px}.blog-hero__inner{padding-top:60px;padding-bottom:40px}.blog-main{padding:24px 0 0}.blog-main__inner{gap:14px}.blog-card{margin-bottom:12px}.blog-card__body{padding:14px;gap:6px}.blog-card__title{font-size:14px}.blog-newsletter{padding:36px 0;margin-top:24px}.blog-newsletter__inner{gap:16px}}.blog-detail-loading{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:#6b7280;font-size:14px}.blog-detail-loading__spinner{width:36px;height:36px;border:3px solid #e5e7eb;border-top-color:#1a56db;border-radius:50%;animation:spin .8s linear infinite}.blog-detail-notfound{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;text-align:center}.blog-detail-notfound h2{font-family:Montserrat,sans-serif;font-size:24px;color:#111827}.blog-detail-notfound button{gap:6px;display:inline-flex;align-items:center;gap:8px;font-family:Inter,Segoe UI,sans-serif;font-weight:600;font-size:14px;background:linear-gradient(135deg,#0b0b2e,#1a1a5a);color:#fff;padding:12px 26px;border-radius:9999px;border:none;cursor:pointer;text-decoration:none;transition:all .22s ease;white-space:nowrap;box-shadow:0 4px 14px #1a56db61}.blog-detail-notfound button:hover{background:#0b0b2e;transform:translateY(-1px);box-shadow:0 6px 20px #1a56db80}.blog-detail-notfound button{font-size:13px}.blog-detail-hero{position:relative;min-height:380px;display:flex;align-items:flex-end;overflow:hidden}@media(max-width:480px){.blog-detail-hero{min-height:280px}}.blog-detail-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0}.blog-detail-hero__bg img{width:100%;height:100%;object-fit:cover}.blog-detail-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0d1b3eeb,#0d1b3e8c,#0d1b3e33)}.blog-detail-hero__inner{position:relative;z-index:1;width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.blog-detail-hero__inner{padding:0 16px}}.blog-detail-hero__inner{padding-top:60px;padding-bottom:36px;display:flex;flex-direction:column;gap:12px}.blog-detail-hero__back{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#ffffffbf;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);border-radius:9999px;padding:5px 14px;cursor:pointer;transition:all .22s ease;width:fit-content}.blog-detail-hero__back:hover{background:#fff3;color:#fff}.blog-detail-hero__meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.blog-detail-hero__cat{font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:2px 10px;border-radius:9999px}.blog-detail-hero__cat--campus{background:#1a56db26;color:#9bb6f3}.blog-detail-hero__cat--faculty{background:#10b98126;color:#6ff3c7}.blog-detail-hero__cat--academic{background:#f59e0b33;color:#f59e0b}.blog-detail-hero__date{font-size:12px;color:#ffffffa6;display:flex;align-items:center;gap:5px}.blog-detail-hero__title{font-family:Montserrat,sans-serif;font-size:clamp(22px,4vw,40px);font-weight:900;color:#fff;line-height:1.2;max-width:720px}.blog-detail-body{background:#f8fafc;padding:36px 0 0}.blog-detail-body__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.blog-detail-body__inner{padding:0 16px}}.blog-detail-body__inner{display:grid;grid-template-columns:1fr 300px;gap:28px;align-items:flex-start}@media(max-width:1024px){.blog-detail-body__inner{grid-template-columns:1fr;gap:20px}}.blog-detail-content{background:#fff;border-radius:16px;overflow:visible;box-shadow:0 1px 4px #00000012;margin-bottom:36px}.blog-detail-content__cover{width:100%;border-radius:16px 16px 0 0;overflow:hidden}.blog-detail-content__cover img{width:100%;height:auto;object-fit:unset;display:block}.blog-detail-content__text{padding:28px;font-size:15px;color:#111827;line-height:1.85}@media(max-width:480px){.blog-detail-content__text{padding:18px;font-size:14px}}.blog-detail-content__text h1,.blog-detail-content__text h2,.blog-detail-content__text h3,.blog-detail-content__text h4{font-family:Montserrat,sans-serif;color:#111827;margin:24px 0 12px;line-height:1.3}.blog-detail-content__text h2{font-size:22px;font-weight:800}.blog-detail-content__text h3{font-size:18px;font-weight:700}.blog-detail-content__text p{margin-bottom:16px;color:#374151}.blog-detail-content__text ul,.blog-detail-content__text ol{margin:12px 0 16px 20px;color:#374151}.blog-detail-content__text ul li,.blog-detail-content__text ol li{margin-bottom:6px;line-height:1.7}.blog-detail-content__text blockquote{border-left:4px solid #f59e0b;background:#f8fafc;padding:14px 20px;margin:20px 0;border-radius:0 10px 10px 0;font-style:italic;color:#374151;font-size:15px}.blog-detail-content__text img{max-width:100%;border-radius:10px;margin:16px 0}.blog-detail-content__text a{color:#1a56db;text-decoration:underline}.blog-detail-content__text strong{color:#111827}.blog-detail-content__tags{display:flex;align-items:center;gap:10px;padding:16px 28px;border-top:1px solid #e5e7eb;flex-wrap:wrap}@media(max-width:480px){.blog-detail-content__tags{padding:14px 18px}}.blog-detail-content__tag-label{font-size:12px;color:#6b7280;display:flex;align-items:center;gap:5px;font-weight:600}.blog-detail-related{padding:0 28px 28px}@media(max-width:480px){.blog-detail-related{padding:0 18px 18px}}.blog-detail-related__title{font-family:Montserrat,sans-serif;font-size:16px;font-weight:800;color:#111827;margin-bottom:16px;padding-top:16px;border-top:1px solid #e5e7eb}.blog-detail-related__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}@media(max-width:768px){.blog-detail-related__grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.blog-detail-related__grid{grid-template-columns:1fr}}.blog-detail-related__card{border-radius:10px;overflow:hidden;background:#f8fafc;border:1px solid #e5e7eb;cursor:pointer;transition:box-shadow .22s ease,transform .22s ease}.blog-detail-related__card:hover{box-shadow:0 4px 16px #00000017;transform:translateY(-2px)}.blog-detail-related__img{aspect-ratio:16/9;overflow:hidden}.blog-detail-related__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.blog-detail-related__img:hover img{transform:scale(1.05)}.blog-detail-related__info{padding:12px;display:flex;flex-direction:column;gap:6px}.blog-detail-related__card-title{font-size:13px;font-weight:600;color:#111827;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-detail-related__card-date{font-size:11px;color:#6b7280;display:flex;align-items:center;gap:4px}.blog-sidebar{position:sticky;top:90px;display:flex;flex-direction:column;gap:16px;margin-bottom:36px}@media(max-width:1024px){.blog-sidebar{position:static;gap:14px}}.blog-sidebar__widget{background:#fff;border-radius:16px;padding:18px;box-shadow:0 1px 4px #00000012}.blog-sidebar__title{font-family:Montserrat,sans-serif;font-size:13px;font-weight:700;color:#111827;margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid #e5e7eb}.blog-sidebar__search{display:flex;gap:7px}.blog-sidebar__search input{flex:1;padding:8px 12px;border:1.5px solid #e5e7eb;border-radius:10px;font-size:13px;color:#111827;outline:none;transition:border .22s ease}.blog-sidebar__search input:focus{border-color:#1a56db}.blog-sidebar__search button{width:36px;height:36px;background:#1a56db;color:#fff;border:none;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .22s ease}.blog-sidebar__search button:hover{background:#0b0b2e}.blog-sidebar__search-results{margin-top:10px;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.blog-sidebar__search-result{display:flex;align-items:flex-start;gap:6px;padding:9px 12px;font-size:12px;color:#374151;cursor:pointer;border-bottom:1px solid #e5e7eb;transition:background .22s ease,color .22s ease;line-height:1.4}.blog-sidebar__search-result:last-child{border-bottom:none}.blog-sidebar__search-result:hover{background:#1a56db0f;color:#1a56db}.blog-sidebar__search-result--empty{color:#6b7280;cursor:default}.blog-sidebar__search-result--empty:hover{background:transparent;color:#6b7280}.blog-sidebar__search-result svg{margin-top:2px;flex-shrink:0;color:#1a56db}.blog-sidebar__cats{display:flex;flex-direction:column}.blog-sidebar__cat{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid #e5e7eb;cursor:pointer;transition:color .22s ease}.blog-sidebar__cat:last-child{border-bottom:none}.blog-sidebar__cat:hover .blog-sidebar__cat-name{color:#1a56db}.blog-sidebar__cat--active .blog-sidebar__cat-name{color:#1a56db;font-weight:700}.blog-sidebar__cat--active .blog-sidebar__cat-count{background:#f59e0b;color:#0b1d4f}.blog-sidebar__cat-name{font-size:12px;color:#374151;display:flex;align-items:center;gap:6px;transition:color .22s ease}.blog-sidebar__cat-count{font-size:11px;color:#fff;background:#1a56db;border-radius:9999px;padding:1px 8px;font-weight:600;min-width:22px;text-align:center;transition:background .22s ease,color .22s ease}.blog-sidebar__cat-results{margin-top:12px;display:flex;flex-direction:column;gap:10px;border-top:1px solid #e5e7eb;padding-top:12px}.blog-sidebar__cat-result{display:flex;gap:10px;align-items:flex-start;cursor:pointer}.blog-sidebar__cat-result:hover .blog-sidebar__pop-title{color:#1a56db}.blog-sidebar__cat-result-img{width:48px;height:48px;border-radius:6px;overflow:hidden;flex-shrink:0}.blog-sidebar__cat-result-img img{width:100%;height:100%;object-fit:cover}.blog-sidebar__popular{display:flex;flex-direction:column;gap:12px}.blog-sidebar__pop-item{display:flex;gap:10px;align-items:flex-start;cursor:pointer}.blog-sidebar__pop-item:hover .blog-sidebar__pop-title{color:#1a56db}.blog-sidebar__pop-img{width:48px;height:48px;border-radius:6px;overflow:hidden;flex-shrink:0}.blog-sidebar__pop-img img{width:100%;height:100%;object-fit:cover}.blog-sidebar__pop-title{font-size:12px;font-weight:600;color:#111827;line-height:1.4;margin-bottom:3px;transition:color .22s ease}.blog-sidebar__pop-date{font-size:11px;color:#6b7280;display:flex;align-items:center;gap:3px}.blog-card__cat{font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:2px 9px;border-radius:9999px}.blog-card__cat--campus{background:#1a56db1a;color:#1a56db}.blog-card__cat--faculty{background:#10b9811a;color:#10b981}.blog-card__cat--academic{background:#f59e0b26;color:#d97706}.anim--up{transform:translateY(24px)}.anim--visible.anim--up{animation:detailFadeUp .6s cubic-bezier(.22,1,.36,1) forwards;animation-delay:var(--delay, 0s)}@keyframes detailFadeUp{to{opacity:1;transform:translateY(0)}}@media(max-width:480px){.blog-detail-body{padding:24px 0 0}.blog-detail-hero__inner{padding-top:40px;padding-bottom:24px;gap:8px}.blog-detail-content,.blog-sidebar{margin-bottom:24px}}.faculty-hero{position:relative;background:linear-gradient(135deg,#0d1b3e,#0d244d);overflow:hidden;padding-top:60px}@media(max-width:768px){.faculty-hero{padding-top:48px}}@media(max-width:480px){.faculty-hero{padding-top:36px}}.faculty-hero:before{content:"";position:absolute;top:-60px;right:-60px;width:500px;height:500px;border-radius:50%;background:#1a56db14;pointer-events:none}@media(max-width:480px){.faculty-hero:before{width:260px;height:260px;top:-30px;right:-30px}}.faculty-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0d1b3e33,#0d1b3e80)}.faculty-hero__inner{position:relative;z-index:1;width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.faculty-hero__inner{padding:0 16px}}.faculty-hero__inner{display:flex;align-items:center;gap:52px;padding-bottom:0;min-height:500px}@media(max-width:1024px){.faculty-hero__inner{flex-direction:column;gap:36px;padding-bottom:40px;min-height:unset}}@media(max-width:480px){.faculty-hero__inner{gap:24px;padding-bottom:32px}}.faculty-hero__content{flex:1;padding-bottom:52px}@media(max-width:1024px){.faculty-hero__content{padding-bottom:0}}.faculty-hero__label{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#1a56db;color:#f59e0b;margin-bottom:12px}@media(max-width:480px){.faculty-hero__label{margin-bottom:8px}}.faculty-hero__title{font-family:Montserrat,sans-serif;font-size:clamp(32px,5vw,62px);font-weight:900;color:#fff;line-height:1.1;margin-bottom:16px}@media(max-width:480px){.faculty-hero__title{margin-bottom:12px}}.faculty-hero__desc{font-size:15px;color:#ffffffb8;line-height:1.75;max-width:440px;margin-bottom:32px}@media(max-width:480px){.faculty-hero__desc{font-size:14px;margin-bottom:24px}}.faculty-hero__stats{display:flex;align-items:center;gap:24px;flex-wrap:wrap}@media(max-width:480px){.faculty-hero__stats{gap:16px}}.faculty-hero__stat strong{display:block;font-family:Montserrat,sans-serif;font-size:28px;font-weight:900;color:#f59e0b;line-height:1.1}@media(max-width:480px){.faculty-hero__stat strong{font-size:22px}}.faculty-hero__stat span{font-size:12px;color:#fff9}@media(max-width:480px){.faculty-hero__stat span{font-size:11px}}.faculty-hero__stat-divider{width:1px;height:36px;background:#fff3}@media(max-width:480px){.faculty-hero__stat-divider{height:28px}}.faculty-hero__img-wrap{flex:0 0 360px;position:relative;align-self:flex-end}@media(max-width:1024px){.faculty-hero__img-wrap{flex:none;width:100%;max-width:380px;margin:0 auto}}@media(max-width:480px){.faculty-hero__img-wrap{max-width:100%}}.faculty-hero__img-wrap img{width:100%;border-radius:24px 24px 0 0;display:block;object-fit:cover;max-height:400px}@media(max-width:480px){.faculty-hero__img-wrap img{max-height:260px}}.faculty-hero__badge{position:absolute;bottom:20px;left:-16px;background:#f59e0b;color:#0b1d4f;padding:12px 18px;border-radius:16px;box-shadow:0 10px 32px #0000001f;min-width:90px}.faculty-hero__badge strong{display:block;font-family:Montserrat,sans-serif;font-size:26px;font-weight:900;line-height:1.1}@media(max-width:480px){.faculty-hero__badge strong{font-size:20px}}.faculty-hero__badge span{font-size:11px;font-weight:600;white-space:nowrap}@media(max-width:480px){.faculty-hero__badge{bottom:12px;left:12px;padding:10px 14px}}.faculty-filters{background:#fff;border-bottom:1px solid #e5e7eb;padding:16px 0;position:sticky;top:68px;z-index:100}@media(max-width:480px){.faculty-filters{top:56px;padding:12px 0}}.faculty-filters__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.faculty-filters__inner{padding:0 16px}}.faculty-filters__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}@media(max-width:480px){.faculty-filters__inner{gap:10px}}.faculty-filters__left{display:flex;gap:7px;flex-wrap:wrap}.faculty-filters__btn{padding:7px 16px;border-radius:9999px;border:1.5px solid #e5e7eb;background:transparent;font-size:13px;font-weight:500;color:#374151;cursor:pointer;transition:all .22s ease;white-space:nowrap}@media(max-width:480px){.faculty-filters__btn{padding:5px 12px;font-size:12px}}.faculty-filters__btn:hover{border-color:#1a56db;color:#1a56db}.faculty-filters__btn--active{background:#1a56db;border-color:#1a56db;color:#fff;font-weight:700}.faculty-filters__search{display:flex;align-items:center;gap:8px;padding:8px 14px;border:1.5px solid #e5e7eb;border-radius:9999px;background:#f8fafc;transition:border .22s ease}@media(max-width:480px){.faculty-filters__search{width:100%;padding:7px 12px}}.faculty-filters__search:focus-within{border-color:#1a56db}.faculty-filters__search svg{color:#6b7280;flex-shrink:0}.faculty-filters__search input{border:none;background:transparent;font-size:13px;color:#111827;outline:none;width:180px}@media(max-width:480px){.faculty-filters__search input{width:100%}}.faculty-filters__search input::placeholder{color:#6b7280}.faculty-grid-section{background:#f8fafc}@media(max-width:768px){.faculty-grid-section{padding:40px 0}}@media(max-width:480px){.faculty-grid-section{padding:28px 0}}.faculty-grid-section__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.faculty-grid-section__inner{padding:0 16px}}.faculty-grid-section__empty{text-align:center;padding:72px 0;color:#6b7280;display:flex;flex-direction:column;align-items:center;gap:12px}.faculty-grid-section__empty p{font-size:15px}.faculty-grid-section__spinner{width:36px;height:36px;border:3px solid #e5e7eb;border-top-color:#1a56db;border-radius:50%;animation:spin .8s linear infinite}.faculty-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media(max-width:1024px){.faculty-grid{grid-template-columns:repeat(3,1fr);gap:18px}}@media(max-width:768px){.faculty-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media(max-width:480px){.faculty-grid{grid-template-columns:1fr;gap:14px}}.faculty-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 1px 4px #00000012;transition:box-shadow .22s ease,transform .22s ease}.faculty-card:hover{box-shadow:0 4px 16px #00000017;transform:translateY(-4px)}.faculty-card__img{position:relative;aspect-ratio:4/3;overflow:hidden}.faculty-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.faculty-card__img:hover img{transform:scale(1.06)}.faculty-card__dept-badge{position:absolute;top:10px;left:10px;background:#f59e0b;color:#0b1d4f;font-size:10px;font-weight:700;padding:3px 9px;border-radius:9999px;letter-spacing:.05em;text-transform:uppercase}.faculty-card__body{padding:16px}@media(max-width:480px){.faculty-card__body{padding:14px}}.faculty-card__name{font-family:Montserrat,sans-serif;font-size:15px;font-weight:800;color:#111827;margin-bottom:3px}.faculty-card__title-text{font-size:12px;color:#1a56db;font-weight:600;margin-bottom:9px}.faculty-card__subjects{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:10px}.faculty-card__subject{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:#374151;background:#f8fafc;border-radius:6px;padding:3px 7px}.faculty-card__bio{font-size:12.5px;color:#6b7280;line-height:1.65;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.faculty-card__footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e5e7eb;padding-top:10px;gap:8px}.faculty-card__award{font-size:11px;color:#6b7280;display:flex;align-items:center;gap:5px;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.faculty-card__award svg{color:#f59e0b;flex-shrink:0}.faculty-card__contact{width:30px;height:30px;border-radius:6px;border:1.5px solid #e5e7eb;background:transparent;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#1a56db;transition:all .22s ease;text-decoration:none}.faculty-card__contact:hover{background:#1a56db;color:#fff;border-color:#1a56db}.faculty-cta{background:linear-gradient(135deg,#0d1b3e,#1a3a6e);padding:56px 0}@media(max-width:768px){.faculty-cta{padding:44px 0}}@media(max-width:480px){.faculty-cta{padding:36px 0}}.faculty-cta__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.faculty-cta__inner{padding:0 16px}}.faculty-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}@media(max-width:480px){.faculty-cta__inner{flex-direction:column;align-items:flex-start}}.faculty-cta__title{font-family:Montserrat,sans-serif;font-size:clamp(20px,3vw,26px);font-weight:800;color:#fff;margin-bottom:6px}.faculty-cta__desc{font-size:14px;color:#ffffffad;max-width:380px}.faculty-cta__btn{display:inline-flex;align-items:center;gap:8px;font-family:Inter,Segoe UI,sans-serif;font-weight:600;font-size:14px;background:linear-gradient(135deg,#0b0b2e,#1a1a5a);color:#fff;padding:12px 26px;border-radius:9999px;border:none;cursor:pointer;text-decoration:none;transition:all .22s ease;white-space:nowrap;box-shadow:0 4px 14px #1a56db61}.faculty-cta__btn:hover{background:#0b0b2e;transform:translateY(-1px);box-shadow:0 6px 20px #1a56db80}.faculty-cta__btn{background:#f59e0b;color:#0b1d4f;flex-shrink:0;white-space:nowrap}.faculty-cta__btn:hover{background:#d97706}@media(max-width:480px){.faculty-cta__btn{width:100%;justify-content:center}}.anim--up{transform:translateY(36px)}.anim--right{transform:translate(48px)}.anim--visible.anim--up{animation:facFadeUp .65s cubic-bezier(.22,1,.36,1) forwards;animation-delay:var(--delay, 0s)}.anim--visible.anim--right{animation:facFadeRight .75s cubic-bezier(.22,1,.36,1) forwards;animation-delay:var(--delay, 0s)}@keyframes facFadeUp{to{opacity:1;transform:translateY(0)}}@keyframes facFadeRight{to{opacity:1;transform:translate(0)}}.faculty-map{background:#f8fafc;padding:20px 0}@media(max-width:768px){.faculty-map{padding:40px 0}}@media(max-width:480px){.faculty-map{padding:28px 0}}.faculty-map__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.faculty-map__inner{padding:0 16px}}.faculty-map__header{margin-bottom:32px}@media(max-width:480px){.faculty-map__header{margin-bottom:24px}}.faculty-map__tag{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#1a56db;margin-bottom:8px}.faculty-map__title{font-family:Montserrat,sans-serif!important;font-size:clamp(22px,3vw,32px)!important;font-weight:800!important;color:#111827!important;margin-bottom:6px!important}.faculty-map__subtitle{font-size:14px!important;color:#6b7280!important;max-width:420px!important}.faculty-map__body{display:grid;grid-template-columns:1fr 300px;gap:24px;align-items:start}@media(max-width:1024px){.faculty-map__body{grid-template-columns:1fr 260px}}@media(max-width:768px){.faculty-map__body{grid-template-columns:1fr}}.faculty-map__embed{border-radius:16px;overflow:hidden;border:1.5px solid #e5e7eb;height:400px;box-shadow:0 1px 4px #00000012}@media(max-width:768px){.faculty-map__embed{height:320px}}@media(max-width:480px){.faculty-map__embed{height:240px}}.faculty-map__embed iframe{width:100%;height:100%;border:none;display:block}.faculty-map__info{display:flex;flex-direction:column;gap:14px}@media(max-width:768px){.faculty-map__info{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}}@media(max-width:480px){.faculty-map__info{grid-template-columns:1fr}}.faculty-map__info-card{background:#fff;border:1.5px solid #e5e7eb;border-radius:16px;padding:16px 18px;box-shadow:0 1px 4px #00000012;transition:box-shadow .22s ease,transform .22s ease}.faculty-map__info-card:hover{box-shadow:0 4px 16px #00000017;transform:translateY(-2px)}.faculty-map__info-icon{font-size:20px;color:#1a56db;margin-bottom:8px;display:flex;align-items:center}.faculty-map__info-icon svg{color:#1a56db}.faculty-map__info-label{font-size:10px!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important;color:#111827!important;margin-bottom:5px!important}.faculty-map__info-value{font-size:13.5px!important;color:#6b7280!important;line-height:1.6!important}.faculty-map__info-link{display:inline-flex;align-items:center;gap:5px;font-size:12.5px;font-weight:600;color:#1a56db;margin-top:8px;text-decoration:none;transition:color .22s ease}.faculty-map__info-link svg{flex-shrink:0}.faculty-map__info-link:hover{color:#0d1b3e;text-decoration:underline}.smgmt-hero{margin-top:4rem;position:relative;background:linear-gradient(135deg,#0d1b3e,#0a1e42);overflow:hidden;padding-top:80px}.smgmt-hero:before{content:"";position:absolute;top:-80px;left:-80px;width:520px;height:520px;border-radius:50%;background:#1a56db12;pointer-events:none}.smgmt-hero:after{content:"";position:absolute;bottom:-100px;right:10%;width:340px;height:340px;border-radius:50%;background:#f59e0b0d;pointer-events:none}.smgmt-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 65% 50%,rgba(26,86,219,.06),transparent 60%)}.smgmt-hero__inner{position:relative;z-index:1;width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.smgmt-hero__inner{padding:0 16px}}.smgmt-hero__inner{display:flex;align-items:center;gap:60px;padding-bottom:88px;min-height:560px}@media(max-width:1024px){.smgmt-hero__inner{flex-direction:column;min-height:unset}}.smgmt-hero__content{flex:1}.smgmt-hero__label{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#f59e0b;background:#f59e0b1f;padding:5px 14px;border-radius:9999px;margin-bottom:18px}.smgmt-hero__title{font-family:Montserrat,sans-serif;color:#fff;font-size:clamp(34px,4.4vw,54px);line-height:1.08;font-weight:800;margin-bottom:16px}.smgmt-hero__desc{color:#ffffffd9;font-size:17px;line-height:1.65;max-width:580px;margin-bottom:28px}.smgmt-hero__actions{display:flex;gap:14px;flex-wrap:wrap}.smgmt-hero__btn-primary{display:inline-flex;align-items:center;gap:8px;font-family:Inter,Segoe UI,sans-serif;font-weight:600;font-size:14px;background:linear-gradient(135deg,#0b0b2e,#1a1a5a);color:#fff;padding:12px 26px;border-radius:9999px;border:none;cursor:pointer;text-decoration:none;transition:all .22s ease;white-space:nowrap;box-shadow:0 4px 14px #1a56db61}.smgmt-hero__btn-primary:hover{background:#0b0b2e;transform:translateY(-1px);box-shadow:0 6px 20px #1a56db80}.smgmt-hero__btn-outline{display:inline-flex;align-items:center;gap:8px;font-family:Inter,Segoe UI,sans-serif;font-weight:600;font-size:14px;background:transparent;color:#1a56db;padding:11px 26px;border-radius:9999px;border:2px solid #1a56db;cursor:pointer;text-decoration:none;transition:all .22s ease;white-space:nowrap}.smgmt-hero__btn-outline:hover{background:#1a56db;color:#fff;transform:translateY(-1px)}.smgmt-hero__img-wrap{flex:0 0 440px;position:relative}@media(max-width:1024px){.smgmt-hero__img-wrap{flex:auto;width:100%;max-width:480px}}.smgmt-hero__img-wrap img{width:100%;border-radius:24px;object-fit:cover;aspect-ratio:4/3;box-shadow:0 20px 56px #00000024}.smgmt-hero__badge{position:absolute;bottom:-16px;left:-16px;background:#fff;border-radius:16px;padding:14px 18px;box-shadow:0 10px 32px #0000001f;display:flex;align-items:center;gap:12px;border-left:4px solid #f59e0b}.smgmt-hero__badge svg{color:#f59e0b;flex-shrink:0}.smgmt-hero__badge strong{display:block;font-size:13px;font-weight:700;color:#111827}.smgmt-hero__badge span{font-size:11px;color:#6b7280}.smgmt-message{background:#fff}.smgmt-message__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.smgmt-message__inner{padding:0 16px}}.smgmt-message__inner{display:grid;grid-template-columns:260px 1fr;gap:64px;align-items:center}@media(max-width:1024px){.smgmt-message__inner{grid-template-columns:1fr}}@media(max-width:1024px){.smgmt-message__img-col{display:flex;align-items:center;gap:20px}}.smgmt-message__img-wrap{border-radius:24px;overflow:hidden;aspect-ratio:3/4;box-shadow:0 10px 32px #0000001f;margin-bottom:16px}.smgmt-message__img-wrap img{width:100%;height:100%;object-fit:cover}@media(max-width:1024px){.smgmt-message__img-wrap{width:120px;flex-shrink:0;aspect-ratio:1;margin-bottom:0}}.smgmt-message__attribution strong{display:block;font-family:Montserrat,sans-serif;font-size:15px;font-weight:700;color:#111827;margin-bottom:4px}.smgmt-message__attribution span{font-size:12.5px;color:#6b7280}.smgmt-message__label{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#1a56db;margin-bottom:10px;display:inline-block}.smgmt-message__title{font-family:Montserrat,sans-serif;font-size:clamp(24px,3vw,36px);font-weight:800;color:#111827;margin-bottom:24px;line-height:1.15}.smgmt-message__quote{border-left:4px solid #1a56db;padding:12px 20px;margin:0 0 20px;background:#1a56db0a;border-radius:0 10px 10px 0;font-size:15.5px;font-style:italic;color:#111827;line-height:1.7}.smgmt-message__body{font-size:14.5px;color:#6b7280;line-height:1.75;margin-bottom:16px}.smgmt-message__btn{display:inline-flex;align-items:center;gap:8px;margin-top:8px;font-size:13px;font-weight:600;color:#1a56db;background:none;border:none;cursor:pointer;padding:0;transition:gap .22s ease}.smgmt-message__btn:hover{gap:14px}.smgmt-board{padding:80px 0;background:#f8fafc}.smgmt-board__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.smgmt-board__inner{padding:0 16px}}.smgmt-board__header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:40px;flex-wrap:wrap}.smgmt-board__label{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#1a56db;margin-bottom:8px;display:block}.smgmt-board__title{font-family:Montserrat,sans-serif;font-size:clamp(22px,3vw,30px);font-weight:800;color:#111827;margin-bottom:10px}.smgmt-board__subtitle{font-size:14px;color:#6b7280;line-height:1.65;max-width:540px}.smgmt-board__dir-btn{display:inline-flex;align-items:center;gap:8px;font-family:Inter,Segoe UI,sans-serif;font-weight:600;font-size:14px;background:transparent;color:#1a56db;padding:11px 26px;border-radius:9999px;border:2px solid #1a56db;cursor:pointer;text-decoration:none;transition:all .22s ease;white-space:nowrap}.smgmt-board__dir-btn:hover{background:#1a56db;color:#fff;transform:translateY(-1px)}.smgmt-board__dir-btn{font-size:12.5px;padding:9px 20px;flex-shrink:0}.smgmt-board__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media(max-width:1024px){.smgmt-board__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.smgmt-board__grid{grid-template-columns:1fr}}.smgmt-gov-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 1px 4px #00000012;border:1px solid #e5e7eb;display:flex;gap:16px;padding:16px;transition:box-shadow .22s ease,transform .22s ease}.smgmt-gov-card:hover{box-shadow:0 4px 16px #00000017;transform:translateY(-2px)}.smgmt-gov-card__img{flex-shrink:0;width:72px;height:72px;border-radius:10px;overflow:hidden}.smgmt-gov-card__img img{width:100%;height:100%;object-fit:cover}.smgmt-gov-card__body{flex:1;min-width:0}.smgmt-gov-card__name{font-family:Montserrat,sans-serif;font-size:13.5px;font-weight:700;color:#111827;margin-bottom:3px}.smgmt-gov-card__role{font-size:11.5px;color:#1a56db;font-weight:600;margin-bottom:5px}.smgmt-gov-card__expertise{font-size:11px;color:#6b7280;line-height:1.5;margin-bottom:8px}.smgmt-gov-card__tenure{font-size:10.5px;color:#6b7280;background:#f8fafc;border:1px solid #e5e7eb;border-radius:9999px;padding:2px 10px;display:inline-block}.smgmt-slt{padding:80px 0;background:#fff}.smgmt-slt__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.smgmt-slt__inner{padding:0 16px}}.smgmt-slt__inner{text-align:center}.smgmt-slt__label{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#1a56db;margin-bottom:10px;display:inline-block}.smgmt-slt__title{font-family:Montserrat,sans-serif;font-size:clamp(22px,3vw,32px);font-weight:800;color:#111827;margin-bottom:44px}.smgmt-slt__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:left}@media(max-width:1024px){.smgmt-slt__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.smgmt-slt__grid{grid-template-columns:1fr}}.smgmt-slt-card{border-radius:16px;overflow:hidden;box-shadow:0 1px 4px #00000012;background:#f8fafc;border:1px solid #e5e7eb;transition:box-shadow .22s ease,transform .22s ease}.smgmt-slt-card:hover{box-shadow:0 4px 16px #00000017;transform:translateY(-3px)}.smgmt-slt-card__img{aspect-ratio:1;overflow:hidden}.smgmt-slt-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.smgmt-slt-card__img:hover img{transform:scale(1.05)}.smgmt-slt-card__body{padding:16px}.smgmt-slt-card__name{font-family:Montserrat,sans-serif;font-size:14px;font-weight:700;color:#111827;margin-bottom:3px}.smgmt-slt-card__role{font-size:12px;color:#1a56db;font-weight:600;margin-bottom:12px}.smgmt-slt-card__contact{display:flex;flex-direction:column;gap:5px}.smgmt-slt-card__contact-item{display:flex;align-items:center;gap:6px;font-size:11px;color:#6b7280;text-decoration:none;transition:color .22s ease}.smgmt-slt-card__contact-item svg{flex-shrink:0;color:#1a56db}.smgmt-slt-card__contact-item:hover{color:#1a56db}.smgmt-depts{padding:80px 0;background:#f8fafc}.smgmt-depts__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.smgmt-depts__inner{padding:0 16px}}.smgmt-depts__label{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#1a56db;margin-bottom:8px;display:block}.smgmt-depts__title{font-family:Montserrat,sans-serif;font-size:clamp(22px,3vw,32px);font-weight:800;color:#111827;margin-bottom:40px}.smgmt-depts__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media(max-width:1024px){.smgmt-depts__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.smgmt-depts__grid{grid-template-columns:1fr}}.smgmt-dept-card{padding:28px 24px;border-radius:16px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 1px 4px #00000012;transition:box-shadow .22s ease,transform .22s ease;display:flex;flex-direction:column}.smgmt-dept-card:hover{box-shadow:0 4px 16px #00000017;transform:translateY(-3px)}.smgmt-dept-card__icon{width:46px;height:46px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:#fff;background:linear-gradient(135deg,#1a56db,#3b82f6)}.smgmt-dept-card--purple .smgmt-dept-card__icon{background:linear-gradient(135deg,#7c3aed,#a78bfa)}.smgmt-dept-card--green .smgmt-dept-card__icon{background:linear-gradient(135deg,#10b981,#34d399)}.smgmt-dept-card--gold .smgmt-dept-card__icon{background:linear-gradient(135deg,#d97706,#f59e0b)}.smgmt-dept-card--red .smgmt-dept-card__icon{background:linear-gradient(135deg,#dc2626,#f87171)}.smgmt-dept-card--teal .smgmt-dept-card__icon{background:linear-gradient(135deg,#0f766e,#2dd4bf)}.smgmt-dept-card__name{font-family:Montserrat,sans-serif;font-size:15px;font-weight:700;color:#111827;margin-bottom:4px}.smgmt-dept-card__head{font-size:11.5px;color:#1a56db;font-weight:600;margin-bottom:10px}.smgmt-dept-card__desc{font-size:13px;color:#6b7280;line-height:1.65;flex:1;margin-bottom:16px}.smgmt-dept-card__footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e5e7eb;padding-top:14px;margin-top:auto}.smgmt-dept-card__staff{font-size:11.5px;color:#6b7280;background:#f8fafc;border:1px solid #e5e7eb;border-radius:9999px;padding:3px 10px}.smgmt-dept-card__link{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;color:#1a56db;background:none;border:none;cursor:pointer;padding:0;transition:gap .22s ease}.smgmt-dept-card__link:hover{gap:9px}.smgmt-policies{padding:80px 0;background:#0d1b3e}.smgmt-policies__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.smgmt-policies__inner{padding:0 16px}}.smgmt-policies__inner{display:grid;grid-template-columns:1fr 1.6fr;gap:60px;align-items:center}@media(max-width:1024px){.smgmt-policies__inner{grid-template-columns:1fr}}.smgmt-policies__title{font-family:Montserrat,sans-serif;font-size:clamp(22px,3vw,30px);font-weight:800;color:#fff;margin-bottom:14px;line-height:1.2}.smgmt-policies__desc{font-size:14px;color:#ffffffb8;line-height:1.7;margin-bottom:28px;max-width:340px}.smgmt-policies__btn{display:inline-flex;align-items:center;gap:8px;font-family:Inter,Segoe UI,sans-serif;font-weight:600;font-size:14px;background:linear-gradient(135deg,#0b0b2e,#1a1a5a);color:#fff;padding:12px 26px;border-radius:9999px;border:none;cursor:pointer;text-decoration:none;transition:all .22s ease;white-space:nowrap;box-shadow:0 4px 14px #1a56db61}.smgmt-policies__btn:hover{background:#0b0b2e;transform:translateY(-1px);box-shadow:0 6px 20px #1a56db80}.smgmt-policies__right{display:flex;flex-direction:column;gap:4px}.smgmt-policies__item{display:flex;align-items:center;gap:16px;padding:18px 20px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:10px;cursor:pointer;transition:background .22s ease,transform .22s ease}.smgmt-policies__item:hover{background:#ffffff1c;transform:translate(4px)}.smgmt-policies__item-label{font-size:9.5px;font-weight:700;letter-spacing:.1em;color:#f59e0b;background:#f59e0b24;padding:3px 9px;border-radius:9999px;white-space:nowrap;flex-shrink:0}.smgmt-policies__item-title{font-size:13.5px;font-weight:600;color:#fff;margin-bottom:3px}.smgmt-policies__item-date{font-size:11.5px;color:#ffffff80}.smgmt-policies__item-arrow{color:#fff6;margin-left:auto;flex-shrink:0}.faq-hero{background:linear-gradient(135deg,#0d1b3e,#162448);padding:100px 0 70px;text-align:center}.faq-hero__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.faq-hero__inner{padding:0 16px}}.faq-hero__inner{max-width:700px}.faq-hero__title{font-family:Montserrat,sans-serif;font-size:clamp(32px,5vw,54px);font-weight:900;color:#fff;line-height:1.15;margin-bottom:36px}.faq-hero__search{position:relative;max-width:560px;margin:0 auto}.faq-hero__search-icon{position:absolute;left:20px;top:50%;transform:translateY(-50%);color:#6b7280}.faq-hero__search input{width:100%;padding:16px 20px 16px 52px;border-radius:9999px;border:none;font-size:15px;color:#111827;background:#fff;box-shadow:0 10px 32px #0000001f;outline:none}.faq-hero__search input::placeholder{color:#6b7280}.faq-hero__search input:focus{box-shadow:0 0 0 3px #1a56db33,0 10px 32px #0000001f}.faq-main{background:#f8fafc;padding:60px 0}.faq-main__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.faq-main__inner{padding:0 16px}}.faq-main__inner{display:grid;grid-template-columns:240px 1fr;gap:40px;align-items:flex-start}@media(max-width:1024px){.faq-main__inner{grid-template-columns:1fr}}.faq-sidebar{background:#fff;border-radius:16px;padding:24px;box-shadow:0 1px 4px #00000012;position:sticky;top:100px}@media(max-width:1024px){.faq-sidebar{position:static}}.faq-sidebar__heading{font-family:Montserrat,sans-serif;font-size:14px;font-weight:800;color:#111827;margin-bottom:2px}.faq-sidebar__subheading{font-size:12px;color:#6b7280;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.faq-sidebar__nav{display:flex;flex-direction:column;gap:4px;margin-bottom:24px}.faq-sidebar__item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;font-size:13.5px;font-weight:500;color:#374151;background:none;border:none;cursor:pointer;text-align:left;transition:all .22s ease}.faq-sidebar__item:hover{background:#f8fafc;color:#1a56db}.faq-sidebar__item--active{background:#1a56db14;color:#1a56db;font-weight:700}.faq-sidebar__item-icon{font-size:16px;flex-shrink:0}.faq-sidebar__contact-btn{display:inline-flex;align-items:center;gap:8px;font-family:Inter,Segoe UI,sans-serif;font-weight:600;font-size:14px;background:linear-gradient(135deg,#0b0b2e,#1a1a5a);color:#fff;padding:12px 26px;border-radius:9999px;border:none;cursor:pointer;text-decoration:none;transition:all .22s ease;white-space:nowrap;box-shadow:0 4px 14px #1a56db61}.faq-sidebar__contact-btn:hover{background:#0b0b2e;transform:translateY(-1px);box-shadow:0 6px 20px #1a56db80}.faq-sidebar__contact-btn{width:100%;justify-content:center;font-size:13px;padding:11px;border-radius:10px}.faq-content__section-title{display:flex;align-items:center;gap:12px;font-family:Montserrat,sans-serif;font-size:18px;font-weight:800;color:#111827;margin-bottom:24px}.faq-content__section-bar{display:inline-block;width:4px;height:22px;background:#f59e0b;border-radius:2px;flex-shrink:0}.faq-highlight-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:32px}@media(max-width:480px){.faq-highlight-grid{grid-template-columns:1fr}}.faq-highlight{border-radius:16px;padding:22px}.faq-highlight h4{font-family:Montserrat,sans-serif;font-size:14px;font-weight:700;margin-bottom:10px}.faq-highlight p{font-size:13px;line-height:1.65}.faq-highlight--blue{background:#1a56db12;border:1.5px solid rgba(26,86,219,.2)}.faq-highlight--blue h4{color:#1a56db}.faq-highlight--blue p{color:#374151}.faq-highlight--gold{background:#f59e0b14;border:1.5px solid rgba(245,158,11,.25)}.faq-highlight--gold h4{color:#d97706}.faq-highlight--gold p{color:#374151}.faq-accordion{display:flex;flex-direction:column;gap:8px}.faq-accordion__item{background:#fff;border-radius:10px;box-shadow:0 1px 4px #00000012;overflow:hidden;border:1.5px solid transparent;transition:border .22s ease,box-shadow .22s ease}.faq-accordion__item--open{border-color:#1a56db33;box-shadow:0 4px 16px #00000017}.faq-accordion__item--open .faq-accordion__chevron{transform:rotate(180deg)}.faq-accordion__item--open .faq-accordion__body{max-height:400px;padding:0 22px 20px}.faq-accordion__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;background:none;border:none;cursor:pointer;text-align:left;font-size:14.5px;font-weight:600;color:#111827;font-family:Montserrat,sans-serif;transition:color .22s ease}.faq-accordion__trigger:hover{color:#1a56db}.faq-accordion__chevron{flex-shrink:0;color:#6b7280;transition:transform .3s cubic-bezier(.4,0,.2,1)}.faq-accordion__body{max-height:0;padding:0 22px;overflow:hidden;transition:max-height .35s cubic-bezier(.4,0,.2,1),padding .2s ease}.faq-accordion__body p{font-size:14px;color:#374151;line-height:1.75}.faq-empty{padding:40px;text-align:center;color:#6b7280;font-size:15px;background:#fff;border-radius:16px}.faq-cta{background:#fff;padding:70px 0;border-top:1px solid #e5e7eb}.faq-cta__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.faq-cta__inner{padding:0 16px}}.faq-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap;text-align:center;flex-direction:column}.faq-cta__title{font-family:Montserrat,sans-serif;font-size:30px;font-weight:800;color:#111827;margin-bottom:12px}.faq-cta__desc{font-size:15px;color:#6b7280;line-height:1.7;max-width:520px;margin:0 auto}.faq-cta__actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap;justify-content:center;margin-top:8px}.faq-cta__btn-primary{display:inline-flex;align-items:center;gap:8px;font-family:Inter,Segoe UI,sans-serif;font-weight:600;font-size:14px;background:linear-gradient(135deg,#0b0b2e,#1a1a5a);color:#fff;padding:12px 26px;border-radius:9999px;border:none;cursor:pointer;text-decoration:none;transition:all .22s ease;white-space:nowrap;box-shadow:0 4px 14px #1a56db61}.faq-cta__btn-primary:hover{background:#0b0b2e;transform:translateY(-1px);box-shadow:0 6px 20px #1a56db80}.faq-cta__btn-primary{gap:10px}.faq-cta__phone{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600;color:#374151}.anim--visible.anim--up{animation:faqFadeUp .6s cubic-bezier(.22,1,.36,1) forwards;animation-delay:var(--delay, 0s)}@keyframes faqFadeUp{to{opacity:1;transform:translateY(0)}}.history-hero{position:relative;min-height:480px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(120deg,#0d1b3e,#0d2a5e)}.history-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0d1b3ee6 45%,#0d1b3e4d);z-index:1}.history-hero__img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.history-hero__img-overlay img{width:100%;height:100%;object-fit:cover;opacity:.35}.history-hero__inner{position:relative;z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.history-hero__inner{padding:0 16px}}.history-hero__inner{padding-top:80px;padding-bottom:60px}.history-hero__content{max-width:560px}.history-hero__label{display:inline-block;background:#f59e0b;color:#0b1d4f;font-size:10px;font-weight:800;letter-spacing:.12em;padding:4px 12px;border-radius:9999px;text-transform:uppercase;margin-bottom:12px}.history-hero__title{font-family:Montserrat,sans-serif;font-size:clamp(28px,5.5vw,52px);font-weight:900;color:#fff;line-height:1.1;margin-bottom:14px}.history-hero__desc{font-size:14px;color:#ffffffb8;line-height:1.7;max-width:460px}.history-vision{padding:48px 0 0;background:#fff}.history-vision__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.history-vision__inner{padding:0 16px}}.history-vision__inner{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}@media(max-width:1024px){.history-vision__inner{grid-template-columns:1fr;gap:24px}}.history-vision__img{border-radius:24px;overflow:hidden;box-shadow:0 20px 56px #00000024;aspect-ratio:4/3}.history-vision__img img{width:100%;height:100%;object-fit:cover}.history-vision__year{font-family:Montserrat,sans-serif;font-size:60px;font-weight:900;color:#e5e7eb;display:block;margin-bottom:-12px;line-height:1}.history-vision__title{font-family:Montserrat,sans-serif;font-size:clamp(20px,3.5vw,34px);font-weight:800;color:#111827;margin-bottom:12px;line-height:1.2}.history-vision__desc{font-size:14px;color:#6b7280;line-height:1.75;margin-bottom:24px}.history-vision__stats{display:flex;gap:32px}.history-vision__stat strong{display:block;font-family:Montserrat,sans-serif;font-size:28px;font-weight:900;color:#1a56db}.history-vision__stat span{font-size:12px;color:#6b7280}.history-values{background:#f8fafc;padding:28px 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;margin-top:48px}.history-values__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.history-values__inner{padding:0 16px}}.history-values__inner{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.history-values__title{font-family:Montserrat,sans-serif;font-size:14px;font-weight:700;color:#374151;white-space:nowrap;margin-right:8px}.history-values__grid{display:flex;gap:10px;flex-wrap:wrap;flex:1}.history-values__item{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#fff;border-radius:9999px;box-shadow:0 1px 4px #00000012;border:1.5px solid #e5e7eb}.history-values__item strong{font-size:13px;font-weight:700;color:#111827}.history-values__icon{font-size:16px}.history-timeline{padding:48px 0 0;background:#f8fafc}.history-timeline__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.history-timeline__inner{padding:0 16px}}.history-timeline__header{margin-bottom:36px;text-align:center}.history-timeline__label{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#1a56db;display:block;margin-bottom:8px}.history-timeline__title{font-family:Montserrat,sans-serif;font-size:clamp(20px,3vw,30px);font-weight:800;color:#111827}.history-timeline__track{position:relative;display:flex;flex-direction:column;gap:28px}.history-timeline__line{position:absolute;left:50%;top:0;bottom:0;width:2px;background:#e5e7eb;transform:translate(-50%)}@media(max-width:768px){.history-timeline__line{left:20px}}.history-milestone{display:grid;grid-template-columns:1fr 40px 1fr;gap:16px;align-items:center;position:relative}@media(max-width:768px){.history-milestone{grid-template-columns:40px 1fr}.history-milestone .history-milestone__img{display:none}}.history-milestone__img{border-radius:16px;overflow:hidden;aspect-ratio:16/9;box-shadow:0 4px 16px #00000017}.history-milestone__img img{width:100%;height:100%;object-fit:cover}.history-milestone__dot{width:14px;height:14px;border-radius:50%;background:#f59e0b;border:3px solid #ffffff;box-shadow:0 0 0 3px #f59e0b;margin:0 auto;z-index:1;position:relative;flex-shrink:0}.history-milestone__content{background:#fff;border-radius:16px;padding:18px;box-shadow:0 1px 4px #00000012}.history-milestone__year{display:inline-block;font-family:Montserrat,sans-serif;font-size:11px;font-weight:800;color:#1a56db;background:#1a56db1a;padding:3px 10px;border-radius:9999px;margin-bottom:8px}.history-milestone__title{font-family:Montserrat,sans-serif;font-size:15px;font-weight:800;color:#111827;margin-bottom:6px}.history-milestone__desc{font-size:13px;color:#6b7280;line-height:1.65}.history-milestone--right .history-milestone__content{order:-3}.history-milestone--right .history-milestone__dot{order:-2}.history-milestone--right .history-milestone__img{order:-1}.history-archives{padding:48px 0 0;background:#fff}.history-archives__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.history-archives__inner{padding:0 16px}}.history-archives__header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.history-archives__title{font-family:Montserrat,sans-serif;font-size:20px;font-weight:800;color:#111827}.history-archives__btn{display:inline-flex;align-items:center;gap:8px;font-family:Inter,Segoe UI,sans-serif;font-weight:600;font-size:14px;background:transparent;color:#1a56db;padding:11px 26px;border-radius:9999px;border:2px solid #1a56db;cursor:pointer;text-decoration:none;transition:all .22s ease;white-space:nowrap}.history-archives__btn:hover{background:#1a56db;color:#fff;transform:translateY(-1px)}.history-archives__btn{font-size:12px;padding:7px 16px}.history-archives__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}@media(max-width:768px){.history-archives__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.history-archives__grid{grid-template-columns:1fr}}.history-archive-img{border-radius:10px;overflow:hidden;aspect-ratio:16/10;position:relative;cursor:pointer}.history-archive-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.history-archive-img:hover img{transform:scale(1.06)}.history-archive-img__play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0d1b3e73}.history-archive-img__play svg{filter:drop-shadow(0 2px 6px rgba(0,0,0,.4))}.history-testimonials{background:#f8fafc;padding:48px 0 0}.history-testimonials__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.history-testimonials__inner{padding:0 16px}}.history-testimonials__inner{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(max-width:768px){.history-testimonials__inner{grid-template-columns:1fr;gap:16px}}.history-testimonial{background:#fff;border-radius:24px;padding:28px;box-shadow:0 1px 4px #00000012;border-left:4px solid #f59e0b}.history-testimonial__quote{font-size:14px;color:#111827;line-height:1.75;font-style:italic;margin-bottom:18px}.history-testimonial__author{display:flex;align-items:center;gap:12px}.history-testimonial__author img{width:44px;height:44px;border-radius:50%;object-fit:cover;flex-shrink:0}.history-testimonial__author strong{display:block;font-size:13px;font-weight:700;color:#111827;margin-bottom:2px}.history-testimonial__author span{font-size:11px;color:#6b7280}.history-cta{background:linear-gradient(135deg,#0d1b3e,#1a3a6e);padding:56px 0;margin-top:48px}.history-cta__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.history-cta__inner{padding:0 16px}}.history-cta__inner{text-align:center}.history-cta__content{max-width:540px;margin:0 auto}.history-cta__title{font-family:Montserrat,sans-serif;font-size:clamp(22px,4vw,38px);font-weight:900;color:#fff;margin-bottom:12px}.history-cta__desc{font-size:14px;color:#ffffffb3;line-height:1.65;margin-bottom:28px}.history-cta__btn{display:inline-flex;align-items:center;gap:8px;font-family:Inter,Segoe UI,sans-serif;font-weight:600;font-size:14px;background:linear-gradient(135deg,#0b0b2e,#1a1a5a);color:#fff;padding:12px 26px;border-radius:9999px;border:none;cursor:pointer;text-decoration:none;transition:all .22s ease;white-space:nowrap;box-shadow:0 4px 14px #1a56db61}.history-cta__btn:hover{background:#0b0b2e;transform:translateY(-1px);box-shadow:0 6px 20px #1a56db80}.history-cta__btn{background:#f59e0b;color:#0b1d4f;font-size:14px;padding:12px 28px}.history-cta__btn:hover{background:#d97706}.anim{opacity:0}.anim--up{transform:translateY(28px)}.anim--left{transform:translate(-40px)}.anim--visible.anim--up{animation:histFadeUp .65s cubic-bezier(.22,1,.36,1) forwards;animation-delay:var(--delay, 0s)}.anim--visible.anim--left{animation:histFadeLeft .7s cubic-bezier(.22,1,.36,1) forwards;animation-delay:var(--delay, 0s)}@keyframes histFadeUp{to{opacity:1;transform:translateY(0)}}@keyframes histFadeLeft{to{opacity:1;transform:translate(0)}}@media(max-width:480px){.history-hero{min-height:360px}.history-hero__inner{padding-top:60px;padding-bottom:40px}.history-hero__title{font-size:26px}.history-vision{padding:32px 0 0}.history-vision__year{font-size:44px}.history-vision__stats{gap:20px}.history-values{margin-top:32px;padding:20px 0}.history-values__inner{gap:12px}.history-values__title{width:100%}.history-timeline{padding:32px 0 0}.history-timeline__header{margin-bottom:24px}.history-timeline__track{gap:18px}.history-archives,.history-testimonials{padding:32px 0 0}.history-cta{padding:40px 0;margin-top:32px}}[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1);transition-delay:var(--delay, 0s)}.ic-revealed[data-reveal],.ic-page [data-reveal].ic-revealed{opacity:1;transform:translateY(0)}@keyframes ic-shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.ic-skeleton{background:linear-gradient(90deg,#e8edf3 25%,#f4f6f9,#e8edf3 75%);background-size:800px 100%;animation:ic-shimmer 1.4s infinite linear;border-radius:6px}.ic-skeleton--text{height:12px;display:block}.ic-skeleton.ic-leader-card__img{border-radius:50%}.ic-page{margin-top:4rem}.ic-hero{position:relative;background:linear-gradient(135deg,#0d1b3e,#0d244d);overflow:hidden;padding:64px 0 52px}.ic-hero:before{content:"";position:absolute;top:-60px;right:-60px;width:400px;height:400px;border-radius:50%;background:#1a56db12;pointer-events:none}.ic-hero__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.ic-hero__inner{padding:0 16px}}.ic-hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.ic-hero__label{display:inline-block;background:#fef3c7;color:#d97706;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;padding:4px 10px;border-radius:6px;margin-bottom:14px}.ic-hero__title{font-family:Montserrat,sans-serif;color:#fff;font-size:clamp(26px,4vw,50px);line-height:1.08;font-weight:800;margin-bottom:12px}.ic-hero__desc{color:#ffffffd9;font-size:15px;line-height:1.65;margin-bottom:22px}.ic-hero__ctas{display:flex;flex-wrap:wrap;gap:10px}.ic-hero__btn{font-size:13px;font-weight:600;padding:11px 22px;border-radius:9999px;text-decoration:none;border:none;cursor:pointer;transition:all .22s ease}.ic-hero__btn--primary{background:linear-gradient(135deg,#0b0b2e,#1a56db);color:#fff;box-shadow:0 4px 14px #1a56db4d}.ic-hero__btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #1a56db6b}.ic-hero__btn--outline{background:#fff;color:#111827;border:1.5px solid #e5e7eb}.ic-hero__btn--outline:hover{border-color:#1a56db;color:#1a56db;transform:translateY(-2px)}.ic-hero__visual{position:relative}.ic-hero__img-wrap{border-radius:24px;overflow:hidden;aspect-ratio:4/3;box-shadow:0 20px 56px #00000024}.ic-hero__img-wrap img{width:100%;height:100%;object-fit:cover}.ic-hero__badge{position:absolute;bottom:-18px;left:-14px;background:#fff;border-radius:10px;box-shadow:0 10px 32px #0000001f;padding:12px 16px;display:flex;align-items:flex-start;gap:10px;max-width:230px}.ic-hero__badge-icon{width:30px;height:30px;background:#fef3c7;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#d97706}.ic-hero__badge strong{display:block;font-size:12px;font-weight:700;color:#111827;margin-bottom:2px}.ic-hero__badge span{font-size:10px;color:#6b7280;line-height:1.4}@media(max-width:1024px){.ic-hero__inner{grid-template-columns:1fr;gap:28px}.ic-hero__visual{max-width:520px;margin:0 auto}}@media(max-width:480px){.ic-hero{padding:40px 0 36px}.ic-hero__inner{padding:0 16px;gap:20px}.ic-hero__title{font-size:clamp(24px,7vw,34px)}.ic-hero__desc{font-size:13px;margin-bottom:16px}.ic-hero__img-wrap{aspect-ratio:16/9;border-radius:16px}.ic-hero__badge{display:none}.ic-hero__label{font-size:9px;margin-bottom:10px}}.ic-commitment{background:#f8fafc;padding:56px 0}.ic-commitment__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.ic-commitment__inner{padding:0 16px}}.ic-commitment__inner{text-align:center}.ic-commitment__title{font-family:Montserrat,sans-serif;font-size:clamp(20px,3vw,34px);font-weight:800;color:#111827;margin-bottom:8px}.ic-commitment__underline{width:44px;height:3px;background:#f59e0b;border-radius:2px;margin:0 auto 36px}.ic-commitment__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;text-align:left}@media(max-width:768px){.ic-commitment__grid{grid-template-columns:1fr;gap:12px}}@media(max-width:480px){.ic-commitment{padding:36px 0}.ic-commitment__inner{padding:0 16px}.ic-commitment__underline{margin-bottom:24px}}.ic-commit-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:26px 22px;box-shadow:0 1px 4px #00000012;transition:transform .22s ease,box-shadow .22s ease}.ic-commit-card:hover{transform:translateY(-3px);box-shadow:0 4px 16px #00000017}.ic-commit-card__icon{width:44px;height:44px;border-radius:10px;background:#1a56db14;display:flex;align-items:center;justify-content:center;color:#1a56db;margin-bottom:16px}.ic-commit-card h3{font-family:Montserrat,sans-serif;font-size:16px;font-weight:800;color:#111827;margin-bottom:8px}.ic-commit-card p{font-size:13px;color:#6b7280;line-height:1.7}@media(max-width:480px){.ic-commit-card{padding:20px 16px}}.ic-initiatives{background:#fff}.ic-initiatives__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.ic-initiatives__inner{padding:0 16px}}.ic-initiatives__title{font-family:Montserrat,sans-serif;font-size:clamp(20px,3vw,32px);font-weight:800;color:#111827;margin-bottom:4px}.ic-initiatives__subtitle{font-size:13px;color:#6b7280;margin-bottom:28px}.ic-initiatives__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start}.ic-initiatives__right{display:flex;flex-direction:column;gap:16px}.ic-initiatives__bottom-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:1024px){.ic-initiatives__grid{grid-template-columns:1fr}}@media(max-width:480px){.ic-initiatives{padding:36px 0}.ic-initiatives__inner{padding:0 16px}.ic-initiatives__subtitle{margin-bottom:18px}.ic-initiatives__grid,.ic-initiatives__right{gap:12px}.ic-initiatives__bottom-row{grid-template-columns:1fr;gap:12px}}.ic-initiative-featured{position:relative;border-radius:24px;overflow:hidden;aspect-ratio:3/4;min-height:340px;box-shadow:0 10px 32px #0000001f}.ic-initiative-featured img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.ic-initiative-featured:hover img{transform:scale(1.04)}.ic-initiative-featured__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(11,11,46,.92) 0%,rgba(11,11,46,.4) 55%,transparent 100%);display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:10px;padding:24px 20px}.ic-initiative-featured__tag{font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;background:#f59e0b;color:#0d1b3e;padding:3px 10px;border-radius:6px}.ic-initiative-featured h3{font-family:Montserrat,sans-serif;font-size:clamp(18px,2.5vw,24px);font-weight:900;color:#fff;line-height:1.15}.ic-initiative-featured p{font-size:13px;color:#ffffffbf;line-height:1.6}.ic-initiative-featured__cta{display:flex;align-items:center;gap:6px;background:none;border:none;color:#fff;font-size:13px;font-weight:600;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:3px;transition:gap .22s ease}.ic-initiative-featured__cta:hover{gap:10px}@media(max-width:1024px){.ic-initiative-featured{aspect-ratio:16/9;min-height:220px}}@media(max-width:480px){.ic-initiative-featured{aspect-ratio:4/3;min-height:180px;border-radius:16px}.ic-initiative-featured__overlay{padding:16px 14px;gap:7px}}.ic-initiative-card{border-radius:16px;padding:18px;border:1px solid #e5e7eb}.ic-initiative-card--light{background:#f8fafc;display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.ic-initiative-card--accent{background:#fef9ee;border-color:#fde68a}.ic-initiative-card--blue{background:#eff6ff;border-color:#bfdbfe}.ic-initiative-card__body{display:flex;align-items:flex-start;gap:12px;flex:1}.ic-initiative-card__icon{width:34px;height:34px;border-radius:6px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.ic-initiative-card__icon--green{background:#10b9811f;color:#10b981}.ic-initiative-card__icon-lg{width:38px;height:38px;border-radius:10px;background:#f59e0b26;color:#d97706;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.ic-initiative-card__icon-lg--blue{background:#1a56db1a;color:#1a56db}.ic-initiative-card__img{width:90px;height:72px;border-radius:10px;overflow:hidden;flex-shrink:0}.ic-initiative-card__img img{width:100%;height:100%;object-fit:cover}.ic-initiative-card h4{font-family:Montserrat,sans-serif;font-size:14px;font-weight:800;color:#111827;margin-bottom:6px}.ic-initiative-card p{font-size:12px;color:#6b7280;line-height:1.6;margin-bottom:8px}.ic-initiative-card__link{display:flex;align-items:center;gap:4px;background:none;border:none;font-size:12px;font-weight:600;color:#1a56db;cursor:pointer;padding:0;transition:gap .22s ease}.ic-initiative-card__link:hover{gap:7px}@media(max-width:480px){.ic-initiative-card{padding:14px}.ic-initiative-card--light{flex-direction:column}.ic-initiative-card__img{width:100%;height:130px}}.ic-leadership{background:#f8fafc}.ic-leadership__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.ic-leadership__inner{padding:0 16px}}.ic-leadership__header{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:28px}.ic-leadership__header h2{font-family:Montserrat,sans-serif;font-size:clamp(20px,3vw,30px);font-weight:800;color:#111827;margin-bottom:4px}.ic-leadership__header p{font-size:13px;color:#6b7280}.ic-leadership__dir-btn{display:inline-flex;align-items:center;gap:8px;font-family:Inter,Segoe UI,sans-serif;font-weight:600;font-size:14px;background:transparent;color:#1a56db;padding:11px 26px;border-radius:9999px;border:2px solid #1a56db;cursor:pointer;text-decoration:none;transition:all .22s ease;white-space:nowrap}.ic-leadership__dir-btn:hover{background:#1a56db;color:#fff;transform:translateY(-1px)}.ic-leadership__dir-btn{font-size:13px;padding:8px 18px;white-space:nowrap}.ic-leadership__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.ic-leadership__empty{text-align:center;color:#8fa0b5;padding:36px 0;font-size:14px}@media(max-width:1024px){.ic-leadership__grid{grid-template-columns:repeat(2,1fr);gap:14px}}@media(max-width:480px){.ic-leadership{padding:36px 0}.ic-leadership__inner{padding:0 16px}.ic-leadership__header{flex-direction:column;align-items:flex-start;margin-bottom:18px}.ic-leadership__dir-btn{width:100%;text-align:center}.ic-leadership__grid{grid-template-columns:1fr 1fr;gap:10px}}@media(max-width:380px){.ic-leadership__grid{grid-template-columns:1fr}}.ic-leadership__arrow{position:absolute;top:50%;transform:translateY(-60%);width:36px;height:36px;border-radius:50%;border:1.5px solid #e5e7eb;background:#fff;font-size:22px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;color:#111827;box-shadow:0 1px 4px #00000012;transition:all .22s ease}.ic-leadership__arrow:hover{border-color:#1a56db;color:#1a56db}.ic-leadership__arrow--left{left:-18px}.ic-leadership__arrow--right{right:-18px}.ic-leader-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px 16px;text-align:center;box-shadow:0 1px 4px #00000012;transition:transform .22s ease,box-shadow .22s ease}.ic-leader-card:hover{transform:translateY(-3px);box-shadow:0 4px 16px #00000017}.ic-leader-card--skeleton{pointer-events:none}.ic-leader-card__img{width:72px;height:72px;border-radius:50%;overflow:hidden;margin:0 auto 12px;border:3px solid #e5e7eb}.ic-leader-card__img img{width:100%;height:100%;object-fit:cover}.ic-leader-card__name{font-family:Montserrat,sans-serif;font-size:14px;font-weight:800;color:#111827;margin-bottom:3px}.ic-leader-card__role{display:block;font-size:11px;font-weight:600;color:#1a56db;margin-bottom:5px}.ic-leader-card__expertise{display:block;font-size:11px;color:#6b7280;font-style:italic;margin-bottom:8px}.ic-leader-card__bio{font-size:11px;color:#6b7280;line-height:1.6}@media(max-width:480px){.ic-leader-card{padding:14px 10px}.ic-leader-card__img{width:56px;height:56px;margin-bottom:8px}.ic-leader-card__name{font-size:12px}.ic-leader-card__bio{display:none}}.ic-gazette{padding:56px 0;background:#fff;border-top:1px solid #e5e7eb}.ic-gazette__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.ic-gazette__inner{padding:0 16px}}.ic-gazette__inner{display:grid;grid-template-columns:260px 1fr;gap:48px;align-items:flex-start}.ic-gazette__left h2{font-family:Montserrat,sans-serif;font-size:clamp(18px,2.5vw,26px);font-weight:800;color:#111827;margin-bottom:10px}.ic-gazette__left p{font-size:13px;color:#6b7280;line-height:1.7;margin-bottom:20px}.ic-gazette__subscribe{display:inline-flex;align-items:center;gap:8px;font-family:Inter,Segoe UI,sans-serif;font-weight:600;font-size:14px;background:linear-gradient(135deg,#0b0b2e,#1a1a5a);color:#fff;padding:12px 26px;border-radius:9999px;border:none;cursor:pointer;text-decoration:none;transition:all .22s ease;white-space:nowrap;box-shadow:0 4px 14px #1a56db61}.ic-gazette__subscribe:hover{background:#0b0b2e;transform:translateY(-1px);box-shadow:0 6px 20px #1a56db80}.ic-gazette__subscribe{font-size:13px;padding:10px 20px}.ic-gazette__feed{display:flex;flex-direction:column}.ic-gazette__item{display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid #e5e7eb;cursor:pointer}.ic-gazette__item:last-child{border-bottom:none}.ic-gazette__item:hover .ic-gazette__arrow{opacity:1;transform:translate(0)}.ic-gazette__date{font-size:11px;font-weight:700;color:#1a56db;letter-spacing:.06em;white-space:nowrap;flex-shrink:0;padding-top:2px;min-width:42px}.ic-gazette__content{flex:1}.ic-gazette__content h4{font-family:Montserrat,sans-serif;font-size:14px;font-weight:700;color:#111827;margin-bottom:4px;line-height:1.35}.ic-gazette__content p{font-size:12px;color:#6b7280;line-height:1.6}.ic-gazette__arrow{flex-shrink:0;color:#1a56db;opacity:0;transform:translate(-6px);transition:opacity .22s ease,transform .22s ease;margin-top:2px}@media(max-width:1024px){.ic-gazette__inner{grid-template-columns:1fr;gap:28px}}@media(max-width:480px){.ic-gazette{padding:36px 0}.ic-gazette__inner{padding:0 16px;gap:20px}.ic-gazette__subscribe{width:100%}.ic-gazette__item{gap:10px;padding:12px 0}.ic-gazette__arrow{display:none}}[data-trust-reveal]{opacity:0;transform:translateY(24px);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1);transition-delay:var(--delay, 0s)}.trust-revealed[data-trust-reveal],.trust-page [data-trust-reveal].trust-revealed{opacity:1;transform:translateY(0)}.trust-page{margin-top:100px}.trust-hero{position:relative;background:#f8fafc;padding:80px 0 72px;overflow:hidden}.trust-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/assets/classrooms1-BNMT1qKS.png) center/cover no-repeat;opacity:.06}.trust-hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(to bottom,transparent,#f8fafc)}.trust-hero__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.trust-hero__inner{padding:0 16px}}.trust-hero__inner{position:relative;z-index:1;text-align:center}.trust-hero__title{font-family:Montserrat,sans-serif;font-size:clamp(32px,5.5vw,58px);font-weight:900;color:#111827;line-height:1.1;margin-bottom:16px}.trust-hero__desc{font-size:16px;color:#6b7280;line-height:1.7;max-width:440px;margin:0 auto}.trust-leaders{background:#fff;padding:80px 0}@media(max-width:768px){.trust-leaders{padding:52px 0}}.trust-leaders__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.trust-leaders__inner{padding:0 16px}}.trust-leaders__grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:flex-start}@media(max-width:768px){.trust-leaders__grid{grid-template-columns:1fr}}.trust-leader--large .trust-leader__img-wrap{position:relative;border-radius:24px;overflow:hidden;aspect-ratio:3/4;box-shadow:0 20px 56px #00000024}.trust-leader--large .trust-leader__img-wrap img{width:100%;height:100%;object-fit:cover;object-position:center top}.trust-leader--large .trust-leader__info{margin-top:16px;padding-left:2px}.trust-leader--medium{padding-top:0}.trust-leader--medium .trust-leader__quote-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:20px 22px;box-shadow:0 1px 4px #00000012;margin-bottom:20px}.trust-leader--medium .trust-leader__quote-card p{font-size:13px;font-style:italic;color:#374151;line-height:1.65}.trust-leader--medium .trust-leader__img-wrap--right{border-radius:24px;overflow:hidden;aspect-ratio:4/3;box-shadow:0 10px 32px #0000001f;margin-bottom:16px}.trust-leader--medium .trust-leader__img-wrap--right img{width:100%;height:100%;object-fit:cover;object-position:center top}.trust-leader--medium .trust-leader__info--right{padding-left:2px}.trust-leader__quote-bubble{position:absolute;bottom:20px;left:16px;right:16px;background:#ffffffed;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:10px;padding:14px 16px;box-shadow:0 4px 16px #00000017}.trust-leader__quote-bubble p{font-size:12px;font-style:italic;color:#374151;line-height:1.6}.trust-leader__info h3{font-family:Montserrat,sans-serif;font-size:20px;font-weight:800;color:#111827;margin-bottom:4px}.trust-leader__info span{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#1a56db}.trust-pillars{background:#f8fafc;padding:80px 0}@media(max-width:768px){.trust-pillars{padding:52px 0}}.trust-pillars__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.trust-pillars__inner{padding:0 16px}}.trust-pillars__label{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#1a56db;margin-bottom:14px}.trust-pillars__title{font-family:Montserrat,sans-serif;font-size:clamp(22px,3vw,32px);font-weight:800;color:#111827;margin-bottom:40px}.trust-pillars__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:768px){.trust-pillars__grid{grid-template-columns:1fr}}.trust-pillar{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:28px 24px;box-shadow:0 1px 4px #00000012;transition:transform .22s ease,box-shadow .22s ease}.trust-pillar:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000017}.trust-pillar__icon{width:44px;height:44px;border-radius:50%;display:flex;flex-direction:row;align-items:center;justify-content:center;margin-bottom:18px}.trust-pillar__icon--navy{background:#0d1b3e;color:#fff}.trust-pillar__icon--gold{background:#f59e0b;color:#0d1b3e}.trust-pillar h3{font-family:Montserrat,sans-serif;font-size:16px;font-weight:800;color:#111827;margin-bottom:10px}.trust-pillar p{font-size:13px;color:#6b7280;line-height:1.7}.trust-board{background:#fff;padding:80px 0}@media(max-width:768px){.trust-board{padding:52px 0}}.trust-board__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.trust-board__inner{padding:0 16px}}.trust-board__inner{text-align:center}.trust-board__title{font-family:Montserrat,sans-serif;font-size:clamp(22px,3vw,32px);font-weight:800;color:#111827;margin-bottom:10px}.trust-board__underline{width:48px;height:3px;background:#f59e0b;border-radius:2px;margin:0 auto 44px}.trust-board__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;text-align:left}@media(max-width:768px){.trust-board__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.trust-board__grid{grid-template-columns:1fr}}.trust-governor{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:6px;padding:20px;border-radius:10px;border:1px solid #e5e7eb;background:#f8fafc;transition:transform .22s ease,box-shadow .22s ease}.trust-governor:hover{transform:translateY(-3px);box-shadow:0 4px 16px #00000017;background:#fff}.trust-governor__img{width:56px;height:56px;border-radius:50%;overflow:hidden;margin-bottom:10px;border:2px solid #e5e7eb}.trust-governor__img img{width:100%;height:100%;object-fit:cover}.trust-governor h4{font-family:Montserrat,sans-serif;font-size:14px;font-weight:800;color:#111827}.trust-governor span{font-size:11px;font-weight:600;color:#1a56db;margin-bottom:6px}.trust-governor p{font-size:12px;color:#6b7280;line-height:1.65}.trust-transparency{background:#0d1b3e;padding:72px 0}.trust-transparency__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.trust-transparency__inner{padding:0 16px}}.trust-transparency__inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}@media(max-width:768px){.trust-transparency__inner{grid-template-columns:1fr;gap:40px}}.trust-transparency__left h2{font-family:Montserrat,sans-serif;font-size:clamp(22px,3vw,32px);font-weight:800;color:#fff;margin-bottom:28px;line-height:1.2}.trust-transparency__left ul{display:flex;flex-direction:column;gap:16px}.trust-transparency__left li{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:12px;font-size:13px;color:#ffffffc7;line-height:1.65}.trust-transparency__left li svg{color:#f59e0b;flex-shrink:0;margin-top:2px}.trust-transparency__charter{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:28px}.trust-transparency__charter-label{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#f59e0b;margin-bottom:14px}.trust-transparency__right blockquote{font-size:14px;font-style:italic;color:#ffffffd1;line-height:1.75;margin-bottom:16px;border-left:3px solid #f59e0b;padding-left:16px}.trust-transparency__ratified{font-size:10px;font-weight:700;letter-spacing:.1em;color:#ffffff73}.trust-cta{background:#f8fafc;padding:80px 0;border-top:1px solid #e5e7eb}.trust-cta__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.trust-cta__inner{padding:0 16px}}.trust-cta__inner{text-align:center}.trust-cta__inner h2{font-family:Montserrat,sans-serif;font-size:clamp(22px,3.5vw,36px);font-weight:800;color:#111827;margin-bottom:12px}.trust-cta__inner p{font-size:14px;color:#6b7280;line-height:1.7;max-width:500px;margin:0 auto 32px}.trust-cta__buttons{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap}.trust-cta__btn{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:600;padding:13px 28px;border-radius:9999px;cursor:pointer;transition:all .22s ease;white-space:nowrap}.trust-cta__btn--primary{background:linear-gradient(135deg,#0b0b2e,#1a1a5a);color:#fff;border:none;box-shadow:0 4px 14px #1a56db59}.trust-cta__btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #1a56db6b}.trust-cta__btn--outline{background:transparent;color:#111827;border:1.5px solid #e5e7eb}.trust-cta__btn--outline:hover{border-color:#1a56db;color:#1a56db;transform:translateY(-2px)}@media(max-width:768px){.trust-leader--medium{padding-top:0}.trust-transparency__inner{gap:32px}}.courses-page,.dept-page,.schol-page,.fees-page,.lab-page,.hostel-page,.campus-page,.trans-page,.events-page,.contact-page{background:#fff}.courses-page [data-reveal],.dept-page [data-reveal],.schol-page [data-reveal],.fees-page [data-reveal],.lab-page [data-reveal],.hostel-page [data-reveal],.campus-page [data-reveal],.trans-page [data-reveal],.events-page [data-reveal],.contact-page [data-reveal]{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1);transition-delay:var(--delay, 0s)}.courses-page [data-reveal].is-visible,.dept-page [data-reveal].is-visible,.schol-page [data-reveal].is-visible,.fees-page [data-reveal].is-visible,.lab-page [data-reveal].is-visible,.hostel-page [data-reveal].is-visible,.campus-page [data-reveal].is-visible,.trans-page [data-reveal].is-visible,.events-page [data-reveal].is-visible,.contact-page [data-reveal].is-visible{opacity:1;transform:none}.courses-page .eyebrow,.dept-page .eyebrow,.schol-page .eyebrow,.fees-page .eyebrow,.lab-page .eyebrow,.hostel-page .eyebrow,.campus-page .eyebrow,.trans-page .eyebrow,.events-page .eyebrow,.contact-page .eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1a56db;background:#1a56db14;padding:6px 12px;border-radius:9999px;margin-bottom:14px}.courses-page h1,.dept-page h1,.schol-page h1,.fees-page h1,.lab-page h1,.hostel-page h1,.campus-page h1,.trans-page h1,.events-page h1,.contact-page h1{font-family:Montserrat,sans-serif;color:#0d1b3e;font-size:clamp(34px,4.4vw,54px);line-height:1.08;font-weight:800;letter-spacing:-.02em}.courses-page h2,.dept-page h2,.schol-page h2,.fees-page h2,.lab-page h2,.hostel-page h2,.campus-page h2,.trans-page h2,.events-page h2,.contact-page h2{font-family:Montserrat,sans-serif;color:#0d1b3e;font-size:clamp(26px,3vw,38px);line-height:1.18;font-weight:700;letter-spacing:-.01em}.courses-page h3,.dept-page h3,.schol-page h3,.fees-page h3,.lab-page h3,.hostel-page h3,.campus-page h3,.trans-page h3,.events-page h3,.contact-page h3{font-family:Montserrat,sans-serif;color:#0d1b3e;font-size:22px;font-weight:700}.courses-page p,.dept-page p,.schol-page p,.fees-page p,.lab-page p,.hostel-page p,.campus-page p,.trans-page p,.events-page p,.contact-page p{color:#374151;font-size:16px;line-height:1.7}.contact-page .contact-hero{position:relative;padding:130px 0 80px;background:radial-gradient(1100px 500px at 90% -10%,rgba(26,86,219,.12),transparent 65%),radial-gradient(900px 460px at -10% 110%,rgba(245,158,11,.08),transparent 60%),linear-gradient(180deg,#f4f7ff,#fff);overflow:hidden}.courses-page .courses-hero{position:relative;min-height:520px;padding:160px 0 90px;color:#fff;overflow:hidden}.courses-page .courses-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0}.courses-page .courses-hero__bg img{width:100%;height:100%;object-fit:cover}.courses-page .courses-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0d1b3ee6,#1a56dbb8)}.courses-page .courses-hero__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.courses-page .courses-hero__inner{padding:0 16px}}.courses-page .courses-hero__inner{position:relative;max-width:760px;text-align:center}.courses-page .courses-hero h1{color:#fff}.courses-page .courses-hero p{color:#ffffffd9;margin:18px auto 0;max-width:620px}.courses-page .courses-hero__eyebrow{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:9999px;background:#ffffff29;color:#fff;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-bottom:18px}.courses-page .courses-hero__meta{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:32px}.courses-page .courses-hero__meta div{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:#ffffff24;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:9999px}.courses-page .courses-hero__meta div strong{color:#fff;font-family:Montserrat,sans-serif;font-size:22px;font-weight:800}.courses-page .courses-hero__meta div span{color:#fffc;font-size:13px;margin-left:4px}.courses-page .courses-filter{padding:28px 0;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:68px;z-index:5}.courses-page .courses-filter__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.courses-page .courses-filter__inner{padding:0 16px}}.courses-page .courses-filter__inner{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.courses-page .courses-filter button{padding:9px 18px;border-radius:9999px;background:#f1f5f9;color:#374151;font-weight:600;font-size:13px;border:1px solid transparent;cursor:pointer;transition:all .22s ease}.courses-page .courses-filter button:hover{background:#1a56db1a;color:#1a56db}.courses-page .courses-filter button.is-active{background:#0d1b3e;color:#fff;border-color:#0d1b3e}.courses-page .courses-grid-section{padding:60px 0 90px}.courses-page .courses-grid-section__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.courses-page .courses-grid-section__inner{padding:0 16px}}.courses-page .courses-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}@media(max-width:1024px){.courses-page .courses-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.courses-page .courses-grid{grid-template-columns:1fr}}.courses-page .course-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;transition:all .35s ease;display:flex;flex-direction:column}.courses-page .course-card:hover{transform:translateY(-6px);box-shadow:0 10px 32px #0000001f;border-color:#1a56db4d}.courses-page .course-card__cover{position:relative;aspect-ratio:16/10;overflow:hidden}.courses-page .course-card__cover img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.courses-page .course-card:hover .courses-page .course-card__cover img{transform:scale(1.06)}.courses-page .course-card__stream{position:absolute;top:14px;left:14px;padding:5px 12px;border-radius:9999px;background:#fffffff2;color:#0d1b3e;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.courses-page .course-card__rating{position:absolute;top:14px;right:14px;display:inline-flex;align-items:center;gap:4px;padding:5px 10px;border-radius:9999px;background:#0d1b3e;color:#fff;font-size:12px;font-weight:700}.courses-page .course-card__body{padding:22px 22px 24px;display:flex;flex-direction:column;gap:10px;flex:1}.courses-page .course-card h3{font-size:19px;line-height:1.3}.courses-page .course-card__meta{display:flex;gap:14px;flex-wrap:wrap;color:#6b7280;font-size:12px}.courses-page .course-card__meta span{display:inline-flex;align-items:center;gap:4px}.courses-page .course-card__highlights{display:flex;flex-wrap:wrap;gap:6px}.courses-page .course-card__highlights span{font-size:11px;padding:3px 9px;border-radius:9999px;background:#1a56db12;color:#1a56db;font-weight:600}.courses-page .course-card__footer{display:flex;align-items:center;justify-content:space-between;padding-top:14px;border-top:1px dashed #e5e7eb}.courses-page .course-card__fee{color:#0d1b3e;font-weight:700;font-size:15px}.courses-page .course-card__cta{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:9999px;background:#0d1b3e;color:#fff;font-size:12px;font-weight:600;border:none;cursor:pointer;transition:all .22s ease}.courses-page .course-card__cta:hover{background:#1a56db;transform:translate(2px)}.dept-page .dept-hero{position:relative;min-height:520px;padding:160px 0 90px;color:#fff;overflow:hidden}.dept-page .dept-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0}.dept-page .dept-hero__bg img{width:100%;height:100%;object-fit:cover}.dept-page .dept-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0d1b3ee6,#1a56dbb8)}.dept-page .dept-hero__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.dept-page .dept-hero__inner{padding:0 16px}}.dept-page .dept-hero__inner{position:relative;display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:center}@media(max-width:1024px){.dept-page .dept-hero__inner{grid-template-columns:1fr}}.dept-page .dept-hero h1{color:#fff}.dept-page .dept-hero p{color:#ffffffd9;margin-top:18px}.dept-page .dept-hero__eyebrow{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:9999px;background:#ffffff29;color:#fff;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-bottom:18px}.dept-page .dept-hero__chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.dept-page .dept-hero__chips span{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:#ffffff24;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:9999px;font-size:13px;font-weight:600;color:#fff}.dept-page .dept-hero__chips span svg{color:#f59e0b}.dept-page .dept-hero__visual{position:relative}.dept-page .dept-hero__media{border-radius:0;overflow:visible;aspect-ratio:4/3;box-shadow:8px 12px 40px #0006;clip-path:polygon(0% 4%,1.5% 1%,3% 4.5%,5% .5%,7% 3.5%,9% 0%,11% 3%,13% .8%,15% 4%,17% 1%,19% 3.5%,21% .5%,23% 4%,25% 1.5%,27% 4.5%,29% 0%,31% 3%,33% 1%,36% 4%,39% .5%,42% 3.5%,45% 1%,48% 4%,51% .5%,54% 3.5%,57% 1%,60% 4%,63% 0%,66% 3.5%,69% 1%,72% 4%,75% .5%,78% 3.5%,81% 1%,84% 4.5%,87% .5%,90% 3%,93% 1%,96% 4%,98.5% 1%,100% 3%,99.5% 8%,100.5% 15%,98.5% 22%,100.5% 30%,99% 38%,101% 46%,98.5% 54%,100.5% 62%,99% 70%,101% 78%,98.5% 86%,100% 93%,98% 100%,95% 96.5%,92% 100%,89% 96%,86% 100%,83% 97%,80% 100%,77% 96.5%,74% 100%,71% 97%,68% 100%,65% 96.5%,62% 100%,59% 97%,56% 100%,53% 96%,50% 100%,47% 97%,44% 100%,41% 96.5%,38% 100%,35% 97%,32% 100%,29% 96.5%,26% 100%,23% 97%,20% 100%,17% 96%,14% 100%,11% 97%,8% 100%,5% 96.5%,2% 100%,0% 94%,1.5% 87%,0% 80%,1.5% 73%,0% 66%,1.5% 59%,0% 52%,1.5% 45%,0% 38%,1.5% 31%,0% 24%,1.5% 17%,0% 10%,0% 4%)}.dept-page .dept-hero__floating{position:absolute;bottom:-20px;right:-20px;padding:16px 20px;background:#f59e0b;color:#fff;border-radius:10px;box-shadow:0 10px 32px #0000001f}.dept-page .dept-hero__floating strong{display:block;font-family:Montserrat,sans-serif;font-size:28px;font-weight:800}.dept-page .dept-hero__floating span{font-size:12px;opacity:.9}@keyframes spin{to{transform:rotate(360deg)}}.dept-page .dept-grid-section__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.dept-page .dept-grid-section__inner{padding:0 16px}}.dept-page .dept-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}@media(max-width:1024px){.dept-page .dept-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.dept-page .dept-grid{grid-template-columns:1fr}}.dept-page .dept-card{position:relative;padding:28px;border-radius:16px;background:#fff;border:1px solid #e5e7eb;overflow:hidden;transition:all .3s ease}.dept-page .dept-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--accent, #1a56db)}.dept-page .dept-card:hover{transform:translateY(-5px);box-shadow:0 10px 32px #0000001f}.dept-page .dept-card__icon{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;color:#fff;margin-bottom:18px}.dept-page .dept-card__icon svg{width:24px;height:24px}.dept-page .dept-card h3{font-size:19px;margin-bottom:4px}.dept-page .dept-card__sub{color:#6b7280;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px;display:block}.dept-page .dept-card p{font-size:14px}.dept-page .dept-card__meta{display:flex;gap:14px;margin:16px 0;padding:12px 0;border-top:1px dashed #e5e7eb;border-bottom:1px dashed #e5e7eb}.dept-page .dept-card__meta div{font-size:12px;color:#6b7280;display:flex;align-items:center;gap:5px}.dept-page .dept-card__meta div strong{color:#0d1b3e;font-size:14px}.dept-page .dept-card__research{font-size:13px;color:#374151}.dept-page .dept-card__hod{display:flex;align-items:center;gap:10px;margin-top:16px;padding-top:14px;border-top:1px solid #e5e7eb}.dept-page .dept-card__hod-avatar{width:36px;height:36px;border-radius:50%;background:var(--accent, #1a56db);color:#fff;display:grid;place-items:center;font-weight:700;font-size:13px}.dept-page .dept-card__hod span{display:block;font-size:11px;color:#6b7280}.dept-page .dept-card__hod strong{font-size:13px;color:#0d1b3e}.schol-page .schol-hero{position:relative;min-height:520px;padding:160px 0 90px;color:#fff;overflow:hidden}.schol-page .schol-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0}.schol-page .schol-hero__bg img{width:100%;height:100%;object-fit:cover}.schol-page .schol-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0d1b3ee6,#1a56dbb8)}.schol-page .schol-hero__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.schol-page .schol-hero__inner{padding:0 16px}}.schol-page .schol-hero__inner{position:relative;max-width:780px;text-align:center}.schol-page .schol-hero h1{color:#fff}.schol-page .schol-hero p{color:#ffffffd9;margin:18px auto 0;max-width:620px}.schol-page .schol-hero__eyebrow{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:9999px;background:#ffffff29;color:#fff;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-bottom:18px}.schol-page .schol-hero__stats{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:32px}.schol-page .schol-hero__stats div{padding:14px 22px;background:#ffffff24;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);border-radius:16px;min-width:140px}.schol-page .schol-hero__stats div strong{display:block;font-family:Montserrat,sans-serif;color:#fff;font-size:26px;font-weight:800}.schol-page .schol-hero__stats div span{font-size:12px;color:#ffffffbf}.schol-page .schol-categories{padding:60px 0 30px;background:#f8fafc}.schol-page .schol-categories__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.schol-page .schol-categories__inner{padding:0 16px}}.schol-page .schol-categories__head{text-align:center;margin-bottom:36px}.schol-page .schol-cat{padding:22px;background:#fff;border-radius:16px;border:1px solid #e5e7eb;text-align:center;transition:all .22s ease}.schol-page .schol-cat__icon{width:50px;height:50px;margin:0 auto 12px;border-radius:14px;display:grid;place-items:center;background:var(--accent, #1a56db);color:#fff}.schol-page .schol-cat h4{font-family:Montserrat,sans-serif;color:#0d1b3e;font-size:15px;margin-bottom:6px}.schol-page .schol-list-section{padding:60px 0 90px}.schol-page .schol-list-section__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.schol-page .schol-list-section__inner{padding:0 16px}}.schol-page .schol-list-section__head{text-align:center;margin-bottom:40px}.schol-page .schol-list{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media(max-width:768px){.schol-page .schol-list{grid-template-columns:1fr}}.schol-page .schol-card{padding:28px;border-radius:16px;background:#fff;border:1px solid #e5e7eb;border-left:4px solid var(--accent, #1a56db);transition:all .3s ease}.schol-page .schol-card:hover{transform:translateY(-4px);box-shadow:0 10px 32px #0000001f}.schol-page .schol-card header{display:flex;justify-content:space-between;gap:12px;margin-bottom:14px;flex-wrap:wrap}.schol-page .schol-card header .schol-card__cat{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 10px;border-radius:9999px;background:#0000000f;color:#0d1b3e}.schol-page .schol-card header .schol-card__deadline{font-size:12px;color:#6b7280;display:flex;align-items:center;gap:4px}.schol-page .schol-card h3{font-size:19px;margin-bottom:4px}.schol-page .schol-card__award{display:block;color:var(--accent, #1a56db);font-weight:700;margin-bottom:12px;font-size:15px}.schol-page .schol-card p{font-size:14px}.schol-page .schol-card__meta{display:flex;gap:16px;margin:14px 0;flex-wrap:wrap}.schol-page .schol-card__meta div{font-size:12px;color:#6b7280;display:flex;align-items:center;gap:5px}.schol-page .schol-card__benefits{font-size:13px;color:#374151;padding:12px 14px;background:#1a56db0a;border-radius:10px}.schol-page .schol-card__benefits strong{display:block;color:#0d1b3e;font-size:12px;letter-spacing:.06em;text-transform:uppercase;margin-bottom:6px}.schol-page .schol-card__cta{margin-top:16px;display:inline-flex;align-items:center;gap:6px;color:var(--accent, #1a56db);font-weight:600;font-size:13px;background:none;border:none;cursor:pointer;padding:0}.fees-page .fees-hero{position:relative;min-height:520px;padding:160px 0 90px;color:#fff;overflow:hidden}.fees-page .fees-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0}.fees-page .fees-hero__bg img{width:100%;height:100%;object-fit:cover}.fees-page .fees-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0d1b3ee6,#1a56dbb8)}.fees-page .fees-hero h1{color:#fff}.fees-page .fees-hero p{color:#ffffffd9}.fees-page .fees-hero__eyebrow{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:9999px;background:#ffffff29;color:#fff;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-bottom:18px}.fees-page .fees-hero__chips span{background:#ffffff24!important;border-color:#fff3!important;color:#fff!important}.fees-page .fees-table-section{padding:60px 0}.fees-page .fees-table-section__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.fees-page .fees-table-section__inner{padding:0 16px}}.fees-page .fees-table-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;box-shadow:0 1px 4px #00000012;overflow-x:auto}.fees-page .fees-table{width:100%;border-collapse:collapse;min-width:700px}.fees-page .fees-table thead th{padding:16px 18px;text-align:left;background:#0d1b3e;color:#fff;font-size:12px;letter-spacing:.08em;text-transform:uppercase;font-weight:700}.fees-page .fees-table tbody td{padding:16px 18px;border-top:1px solid #e5e7eb;font-size:14px;color:#374151}.fees-page .fees-table tbody tr:hover{background:#f8fafc}.fees-page .fees-table tbody td:first-child{font-weight:600;color:#0d1b3e}.fees-page .fees-table tfoot td{padding:18px;background:#1a56db0f;font-weight:700;color:#0d1b3e;font-size:14px;border-top:2px solid #1a56db}.fees-page .fees-table .fees-table__num{text-align:right;font-variant-numeric:tabular-nums}.fees-page .fees-includes{padding:60px 0 30px}.fees-page .fees-includes__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.fees-page .fees-includes__inner{padding:0 16px}}.fees-page .fees-includes__head{text-align:center;margin-bottom:36px}.fees-page .fees-incl-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}@media(max-width:1024px){.fees-page .fees-incl-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.fees-page .fees-incl-grid{grid-template-columns:1fr}}.fees-page .fees-incl{padding:22px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;text-align:center}.fees-page .fees-incl__icon{width:48px;height:48px;margin:0 auto 14px;border-radius:12px;background:#1a56db1f;color:#1a56db;display:grid;place-items:center}.fees-page .fees-incl__icon svg{width:22px;height:22px}.fees-page .fees-incl h4{font-family:Montserrat,sans-serif;font-size:15px;color:#0d1b3e;margin-bottom:6px}.fees-page .fees-incl p{font-size:13px;color:#6b7280;line-height:1.5}.fees-page .fees-pay{padding:60px 0 90px}.fees-page .fees-pay__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.fees-page .fees-pay__inner{padding:0 16px}}.fees-page .fees-pay__head{text-align:center;margin-bottom:32px}.fees-page .fees-pay__list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:14px}.fees-page .fees-pay__row{display:flex;align-items:center;gap:16px;padding:18px 22px;background:#fff;border:1px solid #e5e7eb;border-radius:16px}.fees-page .fees-pay__row__num{width:36px;height:36px;border-radius:50%;background:#0d1b3e;color:#fff;display:grid;place-items:center;font-weight:700;font-size:14px;flex-shrink:0}.fees-page .fees-pay__row strong{display:block;color:#0d1b3e;font-size:15px;margin-bottom:2px}.fees-page .fees-pay__row span{font-size:13px;color:#6b7280}.fees-page .fees-callout{margin-top:40px;padding:32px;background:#0d1b3e;border-radius:16px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.fees-page .fees-callout h3{color:#fff;font-size:22px;margin-bottom:6px}.fees-page .fees-callout p{color:#ffffffbf;font-size:14px}.fees-page .fees-callout a{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;background:#f59e0b;color:#fff;border-radius:9999px;text-decoration:none;font-weight:600;transition:all .22s ease}.fees-page .fees-callout a:hover{background:#d97706;transform:translateY(-1px)}.lab-page .lab-hero{position:relative;min-height:520px;padding:160px 0 90px;color:#fff;overflow:hidden}.lab-page .lab-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0}.lab-page .lab-hero__bg img{width:100%;height:100%;object-fit:cover}.lab-page .lab-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0d1b3ee6,#1a56dbb8)}.lab-page .lab-hero__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.lab-page .lab-hero__inner{padding:0 16px}}.lab-page .lab-hero__inner{position:relative;max-width:760px}.lab-page .lab-hero h1{color:#fff}.lab-page .lab-hero p{color:#ffffffd9;margin-top:18px;max-width:620px}.lab-page .lab-hero__eyebrow{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:9999px;background:#ffffff29;color:#fff;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-bottom:18px}.lab-page .lab-showcase{padding:30px 0}.lab-page .lab-showcase__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.lab-page .lab-showcase__inner{padding:0 16px}}.lab-page .lab-showcase__inner{display:grid;grid-template-columns:1.1fr 1fr;gap:50px;align-items:center}@media(max-width:1024px){.lab-page .lab-showcase__inner{grid-template-columns:1fr}}.lab-page .lab-showcase__media{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:4/3}.lab-page .lab-showcase__media img{width:100%;height:100%;object-fit:cover}.lab-page .lab-showcase__badge{position:absolute;top:18px;left:18px;padding:6px 14px;border-radius:9999px;color:#fff;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.lab-page .lab-showcase__detail{display:flex;flex-direction:column;gap:14px}.lab-page .lab-showcase__icon{width:56px;height:56px;border-radius:16px;color:#fff;display:grid;place-items:center}.lab-page .lab-showcase__icon svg{width:24px;height:24px}.lab-page .lab-showcase h2{font-size:28px}.lab-page .lab-showcase__meta{display:flex;gap:18px;flex-wrap:wrap}.lab-page .lab-showcase__meta div{font-size:13px;color:#6b7280;display:flex;align-items:center;gap:5px}.lab-page .lab-showcase__equip{padding:18px;background:#f8fafc;border-radius:10px}.lab-page .lab-showcase__equip h5{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#0d1b3e;margin-bottom:10px}.lab-page .lab-showcase__equip ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}.lab-page .lab-showcase__equip ul li{font-size:13px;color:#374151;display:flex;align-items:center;gap:6px}.lab-page .lab-showcase__equip ul li svg{color:#1a56db;flex-shrink:0}.lab-page .lab-showcase__incharge{font-size:13px;color:#6b7280}.lab-page .lab-grid-section{padding:20px 0 90px;background:#f8fafc}.lab-page .lab-grid-section__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.lab-page .lab-grid-section__inner{padding:0 16px}}.lab-page .lab-grid-section__head{text-align:center;margin-bottom:36px}.lab-page .lab-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:1024px){.lab-page .lab-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.lab-page .lab-grid{grid-template-columns:1fr}}.lab-page .lab-tile{display:flex;align-items:center;gap:14px;padding:18px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;cursor:pointer;transition:all .3s ease;text-align:left}.lab-page .lab-tile__icon{width:44px;height:44px;border-radius:12px;color:#fff;display:grid;place-items:center;flex-shrink:0}.lab-page .lab-tile__icon svg{width:20px;height:20px}.lab-page .lab-tile__text{flex:1}.lab-page .lab-tile__text strong{display:block;color:#0d1b3e;font-size:15px;margin-bottom:2px}.lab-page .lab-tile__text span{font-size:12px;color:#6b7280}.lab-page .lab-tile__arrow{color:#6b7280;transition:all .22s ease}.lab-page .lab-tile:hover,.lab-page .lab-tile--active{border-color:var(--accent);box-shadow:0 8px 24px #0000000f;transform:translateY(-2px)}.lab-page .lab-tile:hover .lab-tile__arrow,.lab-page .lab-tile--active .lab-tile__arrow{color:var(--accent);transform:translate(3px)}.hostel-page .hostel-hero{position:relative;min-height:520px;padding:160px 0 90px;color:#fff;overflow:hidden}.hostel-page .hostel-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0}.hostel-page .hostel-hero__bg img{width:100%;height:100%;object-fit:cover}.hostel-page .hostel-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0d1b3ee6,#1a56dbb8)}.hostel-page .hostel-hero__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.hostel-page .hostel-hero__inner{padding:0 16px}}.hostel-page .hostel-hero__inner{position:relative;display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}@media(max-width:1024px){.hostel-page .hostel-hero__inner{grid-template-columns:1fr}}.hostel-page .hostel-hero h1{color:#fff}.hostel-page .hostel-hero p{color:#ffffffd9;margin-top:18px}.hostel-page .hostel-hero__eyebrow{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:9999px;background:#ffffff29;color:#fff;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-bottom:18px}.hostel-page .hostel-hero__chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.hostel-page .hostel-hero__chips span{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:#ffffff24;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:9999px;font-size:13px;font-weight:600;color:#fff}.hostel-page .hostel-hero__chips span svg{color:#f59e0b}.hostel-page .hostel-hero__media{border-radius:24px;overflow:hidden;aspect-ratio:4/3;box-shadow:0 24px 60px #0006}.hostel-page .hostel-hero__media img{width:100%;height:100%;object-fit:cover}.hostel-page .hostel-rooms{padding:60px 0}.hostel-page .hostel-rooms__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.hostel-page .hostel-rooms__inner{padding:0 16px}}.hostel-page .hostel-rooms__head{text-align:center;margin-bottom:36px}.hostel-page .hostel-rooms__layout{display:grid;grid-template-columns:1fr 1.4fr;gap:30px}@media(max-width:1024px){.hostel-page .hostel-rooms__layout{grid-template-columns:1fr}}.hostel-page .hostel-rooms__list{display:flex;flex-direction:column;gap:12px}.hostel-page .hostel-rooms__detail{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;display:flex;flex-direction:column}.hostel-page .hostel-rooms__detail img{width:100%;aspect-ratio:16/10;object-fit:cover}.hostel-page .hostel-rooms__detail>div{padding:24px;display:flex;flex-direction:column;gap:12px}.hostel-page .hostel-rooms__detail h3{font-size:22px}.hostel-page .hostel-rooms__detail p{font-size:14px;color:#374151}.hostel-page .hostel-rooms__detail ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:10px}.hostel-page .hostel-rooms__detail ul li{font-size:13px;color:#374151;display:flex;align-items:center;gap:6px}.hostel-page .hostel-rooms__detail ul li svg{color:#1a56db}.hostel-page .hostel-rooms__cta{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;padding:11px 22px;border-radius:9999px;background:#0d1b3e;color:#fff;border:none;cursor:pointer;font-weight:600;transition:all .22s ease}.hostel-page .hostel-rooms__cta:hover{background:#1a56db;transform:translateY(-1px)}.hostel-page .hostel-room{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 20px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:all .22s ease;text-align:left}.hostel-page .hostel-room div{display:flex;flex-direction:column}.hostel-page .hostel-room div strong{color:#0d1b3e;font-size:15px}.hostel-page .hostel-room div span{font-size:12px;color:#6b7280;margin-top:2px}.hostel-page .hostel-room__fee{font-weight:700;color:#1a56db}.hostel-page .hostel-room:hover,.hostel-page .hostel-room--active{border-color:#1a56db;box-shadow:0 6px 18px #1a56db1f}.hostel-page .hostel-amen{padding:60px 0;background:#f8fafc}.hostel-page .hostel-amen__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.hostel-page .hostel-amen__inner{padding:0 16px}}.hostel-page .hostel-amen__head{text-align:center;margin-bottom:36px}.hostel-page .hostel-amen__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}@media(max-width:768px){.hostel-page .hostel-amen__grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.hostel-page .hostel-amen__grid{grid-template-columns:1fr}}.hostel-page .hostel-amen__card{display:flex;align-items:center;gap:14px;padding:20px;background:#fff;border-radius:16px;border:1px solid #e5e7eb;transition:all .22s ease}.hostel-page .hostel-amen__card:hover{transform:translateY(-3px);box-shadow:0 4px 16px #00000017}.hostel-page .hostel-amen__card span{font-weight:600;color:#0d1b3e;font-size:14px}.hostel-page .hostel-amen__icon{width:44px;height:44px;border-radius:12px;background:#1a56db1f;color:#1a56db;display:grid;place-items:center}.hostel-page .hostel-amen__icon svg{width:20px;height:20px}.hostel-page .hostel-schedule{padding:60px 0 90px}.hostel-page .hostel-schedule__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.hostel-page .hostel-schedule__inner{padding:0 16px}}.hostel-page .hostel-schedule__inner{max-width:760px}.hostel-page .hostel-schedule__head{text-align:center;margin-bottom:36px}.hostel-page .hostel-schedule__list{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px 28px}.hostel-page .hostel-schedule__row{display:grid;grid-template-columns:90px 16px 1fr;gap:16px;align-items:center;padding:14px 0;border-bottom:1px dashed #e5e7eb}.hostel-page .hostel-schedule__row:last-child{border-bottom:none}.hostel-page .hostel-schedule__row .time{font-weight:700;color:#1a56db;font-size:13px}.hostel-page .hostel-schedule__row .dot{width:10px;height:10px;border-radius:50%;background:#f59e0b}.hostel-page .hostel-schedule__row .label{color:#374151;font-size:14px}.campus-page .campus-hero{position:relative;min-height:520px;padding:160px 0 80px;color:#fff;overflow:hidden}.campus-page .campus-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0}.campus-page .campus-hero__bg img{width:100%;height:100%;object-fit:cover}.campus-page .campus-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0d1b3eeb,#1a56dbbf)}.campus-page .campus-hero__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.campus-page .campus-hero__inner{padding:0 16px}}.campus-page .campus-hero__inner{position:relative;max-width:820px}.campus-page .campus-hero h1{color:#fff}.campus-page .campus-hero p{color:#ffffffd9;margin-top:18px;max-width:620px;font-size:17px}.campus-page .campus-hero__eyebrow{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:9999px;background:#ffffff29;color:#fff;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-bottom:18px}.campus-page .campus-hero__chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.campus-page .campus-hero__chips span{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:#ffffff24;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:9999px;font-size:13px;font-weight:600;color:#fff}.campus-page .campus-hero__chips span svg{color:#f59e0b}.campus-page .campus-clubs{padding:20px 0}.campus-page .campus-clubs__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.campus-page .campus-clubs__inner{padding:0 16px}}.campus-page .campus-clubs__head{text-align:center;margin-bottom:40px}.campus-page .campus-clubs__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}@media(max-width:1024px){.campus-page .campus-clubs__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.campus-page .campus-clubs__grid{grid-template-columns:1fr}}.campus-page .campus-club{padding:20px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;text-align:center;transition:all .3s ease;border-bottom:3px solid var(--accent, #1a56db)}.campus-page .campus-club:hover{transform:translateY(-5px);box-shadow:0 10px 32px #0000001f}.campus-page .campus-club__icon{width:54px;height:54px;margin:0 auto 16px;border-radius:14px;color:#fff;display:grid;place-items:center}.campus-page .campus-club__icon svg{width:24px;height:24px}.campus-page .campus-club h4{font-family:Montserrat,sans-serif;color:#0d1b3e;font-size:17px;margin-bottom:4px}.campus-page .campus-club p{font-size:13px;color:#6b7280}.campus-page .campus-moments{padding:20px 0 70px;background:#f8fafc}.campus-page .campus-moments__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.campus-page .campus-moments__inner{padding:0 16px}}.campus-page .campus-moments__head{text-align:center;margin-bottom:26px}.campus-page .campus-moments__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:220px;gap:16px}@media(max-width:1024px){.campus-page .campus-moments__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.campus-page .campus-moments__grid{grid-template-columns:1fr;grid-auto-rows:200px}}.campus-page .campus-moment{position:relative;border-radius:16px;overflow:hidden;margin:0}.campus-page .campus-moment img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.campus-page .campus-moment figcaption{position:absolute;inset:auto 0 0 0;padding:18px 20px;background:linear-gradient(transparent,#000000b3);color:#fff}.campus-page .campus-moment figcaption span{font-size:11px;opacity:.8;letter-spacing:.08em;text-transform:uppercase}.campus-page .campus-moment figcaption strong{display:block;font-family:Montserrat,sans-serif;font-size:16px;margin-top:4px}.campus-page .campus-moment:hover img{transform:scale(1.06)}.campus-page .campus-moment--tall{grid-row:span 2}.campus-page .campus-moment--wide{grid-column:span 2}@media(max-width:480px){.campus-page .campus-moment--wide{grid-column:span 1}}.campus-page .campus-moment--small{grid-column:span 1}.campus-page .campus-cal{padding:20px 0 90px}.campus-page .campus-cal__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.campus-page .campus-cal__inner{padding:0 16px}}.campus-page .campus-cal__inner{max-width:880px}.campus-page .campus-cal__head{text-align:center;margin-bottom:26px}.campus-page .campus-cal__list{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden}.campus-page .campus-cal__row{display:grid;grid-template-columns:100px 1fr 110px;gap:18px;align-items:center;padding:16px 24px;border-bottom:1px solid #e5e7eb}.campus-page .campus-cal__row:last-child{border-bottom:none}.campus-page .campus-cal__row:hover{background:#f8fafc}.campus-page .campus-cal__date{font-weight:700;color:#1a56db;font-size:14px}.campus-page .campus-cal__label{color:#0d1b3e;font-weight:600;font-size:14px}.campus-page .campus-cal__tag{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 10px;border-radius:9999px;text-align:center}.campus-page .campus-cal__tag--cultural{background:#db27771f;color:#db2777}.campus-page .campus-cal__tag--academic{background:#1a56db1f;color:#1a56db}.campus-page .campus-cal__tag--sports{background:#d9770624;color:#d97706}.campus-page .campus-cal__cta p{color:#ffffffb3;font-size:13px;display:flex;align-items:center;gap:6px}.trans-page .trans-hero{position:relative;min-height:520px;padding:160px 0 90px;color:#fff;overflow:hidden}.trans-page .trans-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0}.trans-page .trans-hero__bg img{width:100%;height:100%;object-fit:cover}.trans-page .trans-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0d1b3ee6,#1a56dbb8)}.trans-page .trans-hero__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.trans-page .trans-hero__inner{padding:0 16px}}.trans-page .trans-hero__inner{position:relative;display:grid;grid-template-columns:1.2fr .8fr;gap:50px;align-items:center}@media(max-width:1024px){.trans-page .trans-hero__inner{grid-template-columns:1fr}}.trans-page .trans-hero h1{color:#fff}.trans-page .trans-hero p{color:#ffffffd9;margin-top:18px}.trans-page .trans-hero__eyebrow{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:9999px;background:#ffffff29;color:#fff;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-bottom:18px}.trans-page .trans-hero__stats{display:flex;gap:22px;margin-top:28px}.trans-page .trans-hero__stats div strong{display:block;font-family:Montserrat,sans-serif;color:#fff;font-size:30px;font-weight:800}.trans-page .trans-hero__stats div span{font-size:12px;color:#ffffffb3}.trans-page .trans-hero__visual{display:flex;justify-content:center;align-items:center}.trans-page .trans-hero__bus{width:220px;height:220px;border-radius:50%;background:#ffffff26;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:2px solid rgba(255,255,255,.3);color:#fff;display:grid;place-items:center;box-shadow:0 30px 60px #0000004d;position:relative}.trans-page .trans-hero__bus span{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-top:8px;opacity:.85}.trans-page .trans-hero__bus:before{content:"";position:absolute;top:-16px;right:-16px;bottom:-16px;left:-16px;border-radius:50%;border:1.5px dashed rgba(255,255,255,.4);animation:spin 25s linear infinite}.trans-page .trans-routes{padding:60px 0}.trans-page .trans-routes__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.trans-page .trans-routes__inner{padding:0 16px}}.trans-page .trans-routes__head{text-align:center;margin-bottom:32px}.trans-page .trans-routes__search{max-width:520px;margin:0 auto 36px;padding:12px 18px;background:#fff;border:1px solid #e5e7eb;border-radius:9999px;display:flex;align-items:center;gap:10px;box-shadow:0 1px 4px #00000012}.trans-page .trans-routes__search input{flex:1;border:none;outline:none;font-size:14px;font-family:Inter,sans-serif;background:transparent;color:#111827}.trans-page .trans-routes__search svg{color:#6b7280}.trans-page .trans-routes__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media(max-width:768px){.trans-page .trans-routes__grid{grid-template-columns:1fr}}.trans-page .trans-route{padding:22px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;transition:all .3s ease}.trans-page .trans-route:hover{transform:translateY(-3px);box-shadow:0 4px 16px #00000017;border-color:#1a56db4d}.trans-page .trans-route header{display:flex;justify-content:space-between;margin-bottom:12px}.trans-page .trans-route__num{font-family:Montserrat,sans-serif;font-size:20px;font-weight:800;color:#1a56db}.trans-page .trans-route__fee{font-size:12px;color:#6b7280;font-weight:600}.trans-page .trans-route h4{font-size:16px;color:#0d1b3e;display:flex;align-items:center;gap:6px;margin-bottom:14px}.trans-page .trans-route h4 svg{color:#f59e0b}.trans-page .trans-route__meta{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:14px 0;border-top:1px dashed #e5e7eb;border-bottom:1px dashed #e5e7eb;margin-bottom:14px}.trans-page .trans-route__meta div{font-size:12px;color:#374151;display:flex;align-items:center;gap:5px}.trans-page .trans-route__meta div svg{color:#1a56db;flex-shrink:0}.trans-page .trans-route footer{display:flex;justify-content:space-between;align-items:center;gap:10px}.trans-page .trans-route footer span{font-size:12px;color:#6b7280}.trans-page .trans-route footer span strong{color:#0d1b3e}.trans-page .trans-route footer button{display:inline-flex;align-items:center;gap:5px;padding:7px 14px;background:#0d1b3e;color:#fff;border:none;border-radius:9999px;font-size:12px;font-weight:600;cursor:pointer;transition:all .22s ease}.trans-page .trans-route footer button:hover{background:#1a56db}.trans-page .trans-empty{grid-column:1/-1;text-align:center;padding:40px;color:#6b7280}.trans-page .trans-safety{padding:60px 0;background:#f8fafc}.trans-page .trans-safety__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.trans-page .trans-safety__inner{padding:0 16px}}.trans-page .trans-safety__head{text-align:center;margin-bottom:36px}.trans-page .trans-safety__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:768px){.trans-page .trans-safety__grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.trans-page .trans-safety__grid{grid-template-columns:1fr}}.trans-page .trans-safety__card{display:flex;align-items:center;gap:14px;padding:18px 22px;background:#fff;border:1px solid #e5e7eb;border-radius:10px}.trans-page .trans-safety__card svg{color:#1a56db;flex-shrink:0}.trans-page .trans-safety__card span{font-size:14px;color:#0d1b3e;font-weight:600}.trans-page .trans-contact{padding:60px 0 90px}.trans-page .trans-contact__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.trans-page .trans-contact__inner{padding:0 16px}}.trans-page .trans-contact__inner{padding:32px;background:#0d1b3e;border-radius:16px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.trans-page .trans-contact__inner h3{color:#fff;font-size:22px;margin-bottom:4px}.trans-page .trans-contact__inner p{color:#ffffffb8;font-size:14px}.trans-page .trans-contact__cards{display:flex;gap:12px;flex-wrap:wrap}.trans-page .trans-contact__cards a{display:inline-flex;align-items:center;gap:8px;padding:12px 18px;background:#ffffff1f;border-radius:9999px;color:#fff;text-decoration:none;font-weight:600;font-size:14px;transition:all .22s ease}.trans-page .trans-contact__cards a:hover{background:#f59e0b}.events-page .events-hero{position:relative;min-height:480px;padding:160px 0 80px;color:#fff;overflow:hidden}.events-page .events-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0}.events-page .events-hero__bg img{width:100%;height:100%;object-fit:cover}.events-page .events-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0d1b3ee6,#1a56dbb8)}.events-page .events-hero__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.events-page .events-hero__inner{padding:0 16px}}.events-page .events-hero__inner{position:relative;max-width:720px;text-align:center}.events-page .events-hero h1{color:#fff}.events-page .events-hero p{color:#ffffffd9;margin:18px auto 0;max-width:580px}.events-page .events-hero__eyebrow{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:9999px;background:#ffffff29;color:#fff;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-bottom:18px}.events-page .events-featured{padding:50px 0}.events-page .events-featured__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.events-page .events-featured__inner{padding:0 16px}}.events-page .events-featured__inner{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}@media(max-width:1024px){.events-page .events-featured__inner{grid-template-columns:1fr}}.events-page .events-featured__media{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:4/3}.events-page .events-featured__media img{width:100%;height:100%;object-fit:cover}.events-page .events-featured__pill{position:absolute;top:18px;left:18px;padding:6px 14px;background:#f59e0b;color:#fff;border-radius:9999px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.events-page .events-featured__text{display:flex;flex-direction:column;gap:14px}.events-page .events-featured__cat{align-self:flex-start;padding:5px 12px;border-radius:9999px;color:#fff;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.events-page .events-featured h2{font-size:30px}.events-page .events-featured__meta{display:flex;flex-wrap:wrap;gap:14px;padding:14px 0;border-top:1px dashed #e5e7eb;border-bottom:1px dashed #e5e7eb}.events-page .events-featured__meta span{font-size:13px;color:#374151;display:flex;align-items:center;gap:5px}.events-page .events-featured__meta span svg{color:#1a56db}.events-page .events-featured button{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;padding:12px 22px;background:#0d1b3e;color:#fff;border:none;border-radius:9999px;font-weight:600;cursor:pointer;transition:all .22s ease}.events-page .events-featured button:hover{background:#1a56db;transform:translateY(-1px)}.events-page .events-toolbar{padding:24px 0;background:#f8fafc;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.events-page .events-toolbar__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.events-page .events-toolbar__inner{padding:0 16px}}.events-page .events-toolbar__inner{display:flex;gap:18px;align-items:center;flex-wrap:wrap;justify-content:space-between}.events-page .events-toolbar__search{flex:1;min-width:240px;max-width:380px;padding:10px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:9999px;display:flex;align-items:center;gap:8px}.events-page .events-toolbar__search input{flex:1;border:none;outline:none;font-family:Inter,sans-serif;font-size:13px;background:transparent;color:#111827}.events-page .events-toolbar__search svg{color:#6b7280}.events-page .events-toolbar__filters{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.events-page .events-toolbar__filters svg{color:#6b7280;margin-right:4px}.events-page .events-pill{padding:7px 14px;border-radius:9999px;background:#fff;border:1px solid #e5e7eb;font-size:12px;font-weight:600;color:#374151;cursor:pointer;transition:all .22s ease}.events-page .events-pill:hover{border-color:#1a56db;color:#1a56db}.events-page .events-pill--active{background:#0d1b3e;color:#fff;border-color:#0d1b3e}.events-page .events-pill--active:hover{background:#1a56db;border-color:#1a56db;color:#fff}.events-page .events-grid-section{padding:60px 0 90px}.events-page .events-grid-section__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.events-page .events-grid-section__inner{padding:0 16px}}.events-page .events-empty{text-align:center;padding:60px 20px;color:#6b7280}.events-page .events-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:1024px){.events-page .events-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.events-page .events-grid{grid-template-columns:1fr}}.events-page .event-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column}.events-page .event-card:hover{transform:translateY(-5px);box-shadow:0 10px 32px #0000001f}.events-page .event-card__cover{position:relative;aspect-ratio:16/10;overflow:hidden}.events-page .event-card__cover img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.events-page .event-card:hover .events-page .event-card__cover img{transform:scale(1.06)}.events-page .event-card__date{position:absolute;top:14px;left:14px;padding:8px 12px;background:#fff;border-radius:10px;text-align:center;min-width:60px;box-shadow:0 1px 4px #00000012}.events-page .event-card__date strong{display:block;font-family:Montserrat,sans-serif;font-size:18px;color:#0d1b3e;font-weight:800;line-height:1}.events-page .event-card__date span{font-size:10px;color:#6b7280;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.events-page .event-card__body{padding:18px 20px 20px;display:flex;flex-direction:column;gap:10px;flex:1}.events-page .event-card__cat{align-self:flex-start;display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:9999px;color:#fff;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.events-page .event-card h3{font-size:17px;line-height:1.3}.events-page .event-card p{font-size:13px;color:#374151;line-height:1.6;flex:1}.events-page .event-card__meta{display:flex;flex-direction:column;gap:4px;padding-top:10px;border-top:1px dashed #e5e7eb}.events-page .event-card__meta span{font-size:12px;color:#6b7280;display:flex;align-items:center;gap:5px}.events-page .event-card__cta{align-self:flex-start;display:inline-flex;align-items:center;gap:5px;padding:7px 14px;background:#0d1b3e;color:#fff;border:none;border-radius:9999px;font-size:12px;font-weight:600;cursor:pointer;margin-top:8px;transition:all .22s ease}.events-page .event-card__cta:hover{background:#1a56db;transform:translate(2px)}.contact-page .contact-hero__inner{max-width:720px;text-align:center}.contact-page .contact-hero p{margin:18px auto 0;max-width:560px}.contact-page .contact-offices{padding:30px 0 50px}.contact-page .contact-offices__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.contact-page .contact-offices__inner{padding:0 16px}}.contact-page .contact-offices__inner{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}@media(max-width:1024px){.contact-page .contact-offices__inner{grid-template-columns:1fr}}.contact-page .contact-office{padding:26px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;transition:all .3s ease;border-top:3px solid var(--accent, #1a56db)}.contact-page .contact-office:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000017}.contact-page .contact-office__icon{width:50px;height:50px;border-radius:14px;color:#fff;display:grid;place-items:center;margin-bottom:16px}.contact-page .contact-office__icon svg{width:22px;height:22px}.contact-page .contact-office h4{font-family:Montserrat,sans-serif;color:#0d1b3e;font-size:17px;margin-bottom:12px}.contact-page .contact-office__addr{font-size:13px;color:#374151;line-height:1.5;margin-bottom:14px;display:flex;gap:6px}.contact-page .contact-office__addr svg{color:#1a56db;flex-shrink:0;margin-top:3px}.contact-page .contact-office a{display:flex;align-items:center;gap:6px;padding:6px 0;color:#374151;font-size:13px;text-decoration:none;transition:color .22s ease}.contact-page .contact-office a:hover{color:#1a56db}.contact-page .contact-office a svg{color:#1a56db}.contact-page .contact-main{padding:60px 0}.contact-page .contact-main__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.contact-page .contact-main__inner{padding:0 16px}}.contact-page .contact-main__inner{display:grid;grid-template-columns:1.4fr 1fr;gap:40px;align-items:start}@media(max-width:1024px){.contact-page .contact-main__inner{grid-template-columns:1fr}}.contact-page .contact-main__form-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px}.contact-page .contact-main__form-wrap header{margin-bottom:20px}.contact-page .contact-main__success{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#10b9811f;color:#0d9367;border-radius:10px;font-size:14px;font-weight:600;margin-bottom:18px}.contact-page .contact-main__form{display:flex;flex-direction:column;gap:16px}.contact-page .contact-main__form label{display:flex;flex-direction:column;gap:6px}.contact-page .contact-main__form label span{font-size:13px;font-weight:600;color:#0d1b3e}.contact-page .contact-main__form label span i{color:#f59e0b;font-style:normal}.contact-page .contact-main__form label input,.contact-page .contact-main__form label select,.contact-page .contact-main__form label textarea{padding:11px 14px;border:1px solid #e5e7eb;border-radius:10px;font-family:Inter,sans-serif;font-size:14px;color:#111827;background:#fff;transition:all .22s ease}.contact-page .contact-main__form label input:focus,.contact-page .contact-main__form label select:focus,.contact-page .contact-main__form label textarea:focus{outline:none;border-color:#1a56db;box-shadow:0 0 0 3px #1a56db1f}.contact-page .contact-main__form label textarea{resize:vertical;min-height:120px}.contact-page .contact-main__submit{align-self:flex-start;display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#0d1b3e;color:#fff;border:none;border-radius:9999px;font-weight:600;cursor:pointer;transition:all .22s ease}.contact-page .contact-main__submit:hover{background:#1a56db;transform:translateY(-1px);box-shadow:0 8px 20px #1a56db40}.contact-page .contact-main__side{display:flex;flex-direction:column;gap:16px}.contact-page .contact-main__side-card{padding:20px 22px;background:#fff;border:1px solid #e5e7eb;border-radius:16px}.contact-page .contact-main__side-card h4{font-family:Montserrat,sans-serif;color:#0d1b3e;font-size:15px;display:flex;align-items:center;gap:6px;margin-bottom:10px}.contact-page .contact-main__side-card h4 svg{color:#1a56db}.contact-page .contact-main__side-card p{font-size:13px;color:#374151;margin-bottom:4px}.contact-page .contact-main__side-card ul{list-style:none;padding:0;margin:0}.contact-page .contact-main__side-card ul li{font-size:13px;color:#374151;padding:5px 0 5px 16px;position:relative}.contact-page .contact-main__side-card ul li:before{content:"";position:absolute;left:0;top:11px;width:6px;height:6px;border-radius:50%;background:#f59e0b}.contact-page .contact-main__side-cta{padding:22px;background:#0d1b3e;border-radius:16px;color:#fff}.contact-page .contact-main__side-cta h4{color:#fff;font-size:16px;margin-bottom:6px}.contact-page .contact-main__side-cta p{color:#ffffffb8;font-size:13px;margin-bottom:14px}.contact-page .contact-main__side-cta a{display:inline-flex;align-items:center;gap:6px;padding:9px 18px;background:#f59e0b;color:#fff;border-radius:9999px;text-decoration:none;font-weight:600;font-size:13px;transition:all .22s ease}.contact-page .contact-main__side-cta a:hover{background:#d97706;transform:translateY(-1px)}.contact-page .contact-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:768px){.contact-page .contact-row{grid-template-columns:1fr}}.contact-page .contact-map{padding:0 0 90px}.contact-page .contact-map__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.contact-page .contact-map__inner{padding:0 16px}}.contact-page .contact-map__pin{padding:60px 32px;background:#f8fafc;border:1px dashed #e5e7eb;border-radius:16px;text-align:center}.contact-page .contact-map__pin svg{color:#1a56db;margin:0 auto 12px;width:32px;height:32px}.contact-page .contact-map__pin strong{display:block;font-family:Montserrat,sans-serif;color:#0d1b3e;font-size:18px;margin-bottom:6px}.contact-page .contact-map__pin span{color:#6b7280;font-size:14px}@media(max-width:768px){.courses-page h1,.dept-page h1,.schol-page h1,.fees-page h1,.lab-page h1,.hostel-page h1,.campus-page h1,.trans-page h1,.events-page h1,.contact-page h1{font-size:32px}.courses-page h2,.dept-page h2,.schol-page h2,.fees-page h2,.lab-page h2,.hostel-page h2,.campus-page h2,.trans-page h2,.events-page h2,.contact-page h2{font-size:24px}}.courses-page .courses-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:radial-gradient(900px 460px at 90% -10%,rgba(26,86,219,.14),transparent 65%),radial-gradient(800px 400px at -10% 110%,rgba(245,158,11,.08),transparent 60%)}.courses-page .courses-hero__content{max-width:760px;text-align:center;margin:0 auto;position:relative;z-index:1}.courses-page .courses-hero__title{font-family:Montserrat,sans-serif;color:#0d1b3e;font-size:clamp(34px,4.4vw,54px);line-height:1.08;font-weight:800;margin-bottom:16px}.courses-page .courses-hero__desc{color:#374151;font-size:17px;line-height:1.65;max-width:620px;margin:0 auto 26px}.courses-page .courses-hero__meta{display:flex;flex-wrap:wrap;justify-content:center;gap:14px}.courses-page .courses-hero__meta span,.courses-page .courses-hero__meta div{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:#fff;border:1px solid #e5e7eb;border-radius:9999px;font-size:13px;color:#0d1b3e;font-weight:600}.courses-page .courses-hero__meta span svg,.courses-page .courses-hero__meta div svg{color:#1a56db}.courses-page .courses-toolbar{padding:22px 0;background:#f8fafc;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.courses-page .courses-toolbar__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.courses-page .courses-toolbar__inner{padding:0 16px}}.courses-page .courses-toolbar__inner{display:flex;gap:18px;align-items:center;flex-wrap:wrap;justify-content:space-between}.courses-page .courses-toolbar__search{flex:1;min-width:240px;max-width:380px;padding:10px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:9999px;display:flex;align-items:center;gap:8px}.courses-page .courses-toolbar__search input{flex:1;border:none;outline:none;font-family:Inter,sans-serif;font-size:13px;background:transparent;color:#111827}.courses-page .courses-toolbar__search svg{color:#6b7280}.courses-page .courses-toolbar__filters{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.courses-page .courses-toolbar__filters svg{color:#6b7280;margin-right:4px}.courses-page .courses-toolbar__filters button{padding:7px 14px;border-radius:9999px;background:#fff;border:1px solid #e5e7eb;font-size:12px;font-weight:600;color:#374151;cursor:pointer;transition:all .22s ease}.courses-page .courses-toolbar__filters button:hover{border-color:#1a56db;color:#1a56db}.courses-page .courses-toolbar__filters button.is-active{background:#0d1b3e;color:#fff;border-color:#0d1b3e}.courses-page .courses-empty{text-align:center;padding:60px 20px;color:#6b7280;font-size:15px}.courses-page .course-card__title{font-family:Montserrat,sans-serif;color:#0d1b3e;font-size:19px;line-height:1.3;font-weight:700}.courses-page .course-card__desc{font-size:14px;color:#374151;line-height:1.6;flex:1}.courses-page .course-card__highlights{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:6px}.courses-page .course-card__highlights li{font-size:11px;padding:3px 9px;border-radius:9999px;background:#1a56db12;color:#1a56db;font-weight:600;display:inline-flex;align-items:center;gap:4px}.courses-page .course-card__highlights li svg{width:11px;height:11px}.courses-page .courses-why{padding:80px 0;background:#f8fafc}.courses-page .courses-why__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.courses-page .courses-why__inner{padding:0 16px}}.courses-page .courses-why__head{text-align:center;margin-bottom:44px}.courses-page .courses-why__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}@media(max-width:1024px){.courses-page .courses-why__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.courses-page .courses-why__grid{grid-template-columns:1fr}}.courses-page .courses-why__card{padding:24px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;text-align:center;transition:all .22s ease}.courses-page .courses-why__card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000017}.courses-page .courses-why__card h4{font-family:Montserrat,sans-serif;color:#0d1b3e;font-size:16px;margin:14px 0 8px}.courses-page .courses-why__card p{font-size:13px;color:#374151;line-height:1.55}.courses-page .courses-why__icon{width:50px;height:50px;margin:0 auto;border-radius:14px;background:#1a56db1f;color:#1a56db;display:grid;place-items:center}.courses-page .courses-why__icon svg{width:22px;height:22px}.dept-page .dept-hero__text{display:flex;flex-direction:column;gap:14px}.dept-page .dept-hero__title{font-family:Montserrat,sans-serif;color:#0d1b3e;font-size:clamp(32px,4vw,48px);line-height:1.1;font-weight:800}.dept-page .dept-hero__desc{color:#374151;font-size:16px;line-height:1.65}.dept-page .dept-hero__chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}.dept-page .dept-hero__chips span{padding:7px 14px;background:#fff;border:1px solid #e5e7eb;border-radius:9999px;font-size:12px;font-weight:600;color:#0d1b3e;display:inline-flex;align-items:center;gap:5px}.dept-page .dept-hero__chips span svg{color:#1a56db}.dept-page .dept-hero__media{position:relative;aspect-ratio:1/1;max-width:420px;margin:0 auto;border-radius:16px;overflow:hidden}.dept-page .dept-hero__media img{width:100%;height:100%;object-fit:cover}.dept-page .dept-hero__floating{position:absolute;bottom:18px;left:18px;right:18px;padding:14px 18px;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:10px;display:flex;align-items:center;gap:12px;box-shadow:0 4px 16px #00000017}.dept-page .dept-hero__floating svg{color:#f59e0b;flex-shrink:0}.dept-page .dept-hero__floating strong{color:#0d1b3e;font-size:15px;display:block}.dept-page .dept-hero__floating span{color:#6b7280;font-size:12px}.dept-page .dept-card__content{display:flex;flex-direction:column;gap:8px}.dept-page .dept-card__arrow{position:absolute;top:22px;right:22px;color:var(--accent, #1a56db);opacity:.5;transition:all .22s ease}.dept-page .dept-card__arrow svg{width:18px;height:18px}.dept-page .dept-card:hover .dept-page .dept-card__arrow{opacity:1;transform:translate(2px,-2px)}.dept-page .dept-detail{padding:70px 0;background:#f8fafc}.dept-page .dept-detail__inner{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.dept-page .dept-detail__main{padding:32px;background:#fff;border:1px solid #e5e7eb;border-radius:16px}.dept-page .dept-detail__short{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#1a56db;margin-bottom:8px}.dept-page .dept-detail__desc{font-size:15px;color:#374151;line-height:1.7;margin-top:14px}.dept-page .dept-detail__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:22px 0}.dept-page .dept-detail__stats div strong{display:block;font-family:Montserrat,sans-serif;color:#0d1b3e;font-size:22px;font-weight:800}.dept-page .dept-detail__research{font-size:14px;color:#374151}.dept-page .dept-detail__research strong{display:block;color:#0d1b3e;font-size:13px;letter-spacing:.06em;text-transform:uppercase;margin-bottom:8px}.dept-page .dept-detail__research ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:6px}.dept-page .dept-detail__research ul li{padding:5px 10px;background:#1a56db14;color:#1a56db;border-radius:9999px;font-size:12px;font-weight:600}.dept-page .dept-detail__cta{margin-top:22px;display:inline-flex;align-items:center;gap:6px;padding:11px 22px;background:#0d1b3e;color:#fff;border-radius:9999px;border:none;cursor:pointer;font-weight:600;transition:all .22s ease}.schol-page .schol-hero__title{font-family:Montserrat,sans-serif;color:#fff;font-size:clamp(32px,4.4vw,48px);line-height:1.1;font-weight:800;max-width:720px;margin:0 auto}.schol-page .schol-hero__desc{color:#ffffffd9;font-size:16px;line-height:1.7;max-width:600px;margin:18px auto 0}.schol-page .schol-cat__icon{width:50px;height:50px;margin:0 auto 12px;border-radius:14px;background:var(--accent, #1a56db);color:#fff;display:grid;place-items:center}.schol-page .schol-list__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px;max-width:960px;margin:0 auto}.schol-page .schol-card__top{display:flex;justify-content:space-between;gap:12px;margin-bottom:14px;flex-wrap:wrap;align-items:center}.schol-page .schol-card__seats{font-size:12px;color:#6b7280;font-weight:600}.schol-page .schol-card__award{display:block;color:var(--accent, #1a56db);font-weight:700;margin:8px 0 12px;font-size:15px}.schol-page .schol-card__desc{font-size:14px;color:#374151}.schol-page .schol-card__elig{font-size:13px;color:#374151;padding:12px 14px;background:#1a56db0a;border-radius:10px;margin-top:12px}.schol-page .schol-card__elig strong{display:block;color:#0d1b3e;font-size:12px;letter-spacing:.06em;text-transform:uppercase;margin-bottom:6px}.schol-page .schol-card__footer{display:flex;justify-content:space-between;align-items:center;margin-top:16px;padding-top:14px;border-top:1px dashed #e5e7eb;flex-wrap:wrap;gap:10px}.schol-page .schol-card__footer span{font-size:13px;color:#6b7280;display:flex;align-items:center;gap:5px}.schol-page .schol-cta{padding:60px 0 90px}.schol-page .schol-cta__inner{padding:32px;background:#0d1b3e;border-radius:16px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.schol-page .schol-cta__inner h3{color:#fff;font-size:22px;margin-bottom:4px}.schol-page .schol-cta__inner a,.schol-page .schol-cta__inner button{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;background:#f59e0b;color:#fff;border-radius:9999px;text-decoration:none;font-weight:600;border:none;cursor:pointer;transition:all .22s ease}.schol-page .schol-cta__inner a:hover,.schol-page .schol-cta__inner button:hover{background:#d97706;transform:translateY(-1px)}.fees-page .fees-hero__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.fees-page .fees-hero__inner{padding:0 16px}}.fees-page .fees-hero__inner{position:relative;display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:center}@media(max-width:1024px){.fees-page .fees-hero__inner{grid-template-columns:1fr}}.fees-page .fees-hero__content{display:flex;flex-direction:column;gap:16px}.fees-page .fees-hero__content h1{text-align:left;color:#fff}.fees-page .fees-hero__content p{text-align:left;color:#ffffffd9}.fees-page .fees-hero__chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.fees-page .fees-hero__chips span{padding:7px 14px;background:#ffffff24!important;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.2)!important;border-radius:9999px;font-size:12px;font-weight:600;color:#fff!important;display:inline-flex;align-items:center;gap:5px}.fees-page .fees-hero__chips span svg{color:#f59e0b!important}.fees-page .fees-hero__cta{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;background:#0d1b3e;color:#fff;border-radius:9999px;border:none;cursor:pointer;font-weight:600;transition:all .22s ease;align-self:flex-start}.fees-page .fees-hero__cta:hover{background:#1a56db;transform:translateY(-1px)}.fees-page .fees-hero__card{padding:28px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 16px #00000017}.fees-page .fees-hero__card h3{font-size:16px;font-family:Montserrat,sans-serif;color:#6b7280;letter-spacing:.04em;text-transform:uppercase;margin-bottom:16px}.fees-page .fees-hero__toggles{display:flex;gap:8px;padding:4px;background:#f8fafc;border-radius:9999px;margin-bottom:18px}.fees-page .fees-hero__total{padding:18px;background:#f8fafc;border-radius:10px;text-align:center;margin-top:18px}.fees-page .fees-hero__total span{display:block;font-size:12px;color:#6b7280;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.fees-page .fees-hero__total strong{display:block;font-family:Montserrat,sans-serif;color:#1a56db;font-size:30px;font-weight:800;margin-top:6px}.fees-page .fees-toggle{flex:1;padding:8px 14px;border-radius:9999px;background:transparent;color:#374151;font-weight:600;font-size:13px;border:none;cursor:pointer;transition:all .22s ease}.fees-page .fees-toggle.is-active{background:#0d1b3e;color:#fff}.fees-page .total{display:flex;justify-content:space-between;padding:12px 0;border-top:1px solid #e5e7eb;font-weight:700;color:#0d1b3e;font-size:16px;margin-top:8px}.fees-page .fees-table-section__head{text-align:center;margin-bottom:32px}.fees-page .fees-info{padding:60px 0}.fees-page .fees-info__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.fees-page .fees-info__inner{padding:0 16px}}.fees-page .fees-info__inner{display:grid;grid-template-columns:1fr 1fr;gap:30px}@media(max-width:768px){.fees-page .fees-info__inner{grid-template-columns:1fr}}.fees-page .fees-info__col{padding:28px;background:#fff;border:1px solid #e5e7eb;border-radius:16px}.fees-page .fees-info__col h3{color:#0d1b3e;font-size:19px;margin-bottom:14px;display:flex;align-items:center;gap:8px}.fees-page .fees-info__col h3 svg{color:#1a56db}.fees-page .fees-info__col ul{list-style:none;padding:0;margin:0}.fees-page .fees-info__col ul li{padding:10px 0;border-bottom:1px dashed #e5e7eb;font-size:14px;color:#374151;display:flex;align-items:center;gap:8px}.fees-page .fees-info__col ul li:last-child{border-bottom:none}.fees-page .fees-info__col ul li svg{color:#1a56db;flex-shrink:0}.fees-page .fees-info__plans{display:grid;gap:12px;margin-top:16px}.fees-page .fees-info__note{font-size:12px;color:#6b7280;margin-top:14px;padding:12px 14px;background:#f8fafc;border-radius:10px;line-height:1.5}.fees-page .fees-cta{padding:0 0 90px}.fees-page .fees-cta__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.fees-page .fees-cta__inner{padding:0 16px}}.fees-page .fees-cta__inner{padding:32px;background:#0d1b3e;border-radius:16px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.fees-page .fees-cta__inner h3{color:#fff;font-size:22px;margin-bottom:4px}.fees-page .fees-cta__inner p{color:#ffffffb8;font-size:14px}.fees-page .fees-cta__inner a,.fees-page .fees-cta__inner button{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;background:#f59e0b;color:#fff;border-radius:9999px;text-decoration:none;font-weight:600;border:none;cursor:pointer;transition:all .22s ease}.fees-page .fees-cta__inner a:hover,.fees-page .fees-cta__inner button:hover{background:#d97706;transform:translateY(-1px)}.schol-page .schol-hero__eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1a56db;background:#1a56db1a;padding:6px 12px;border-radius:9999px;margin-bottom:18px}.schol-page .schol-cats{padding:60px 0 40px;background:#f8fafc}.schol-page .schol-cats__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.schol-page .schol-cats__inner{padding:0 16px}}.schol-page .schol-cats__inner{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;justify-items:stretch;margin:0 auto}@media(max-width:1024px){.schol-page .schol-cats__inner{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.schol-page .schol-cats__inner{grid-template-columns:1fr}}.schol-page .schol-cat{display:flex;flex-direction:column;align-items:center;gap:10px;padding:26px;background:#fff;border-radius:16px;border:1px solid #e5e7eb;text-align:center;transition:all .22s ease}.schol-page .schol-cat:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000017}.schol-page .schol-cat__icon{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;color:#fff}.schol-page .schol-cat__icon svg{width:22px;height:22px}.schol-page .schol-cat strong{display:block;font-family:Montserrat,sans-serif;color:#0d1b3e;font-size:15px}.schol-page .schol-cat span{font-size:12px;color:#6b7280;font-weight:600}.schol-page .schol-list{padding:60px 0 90px}.schol-page .schol-list__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.schol-page .schol-list__inner{padding:0 16px}}.schol-page .schol-list__head{text-align:center;margin-bottom:40px}.schol-page .schol-list__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px;max-width:1000px;margin:0 auto}@media(max-width:768px){.schol-page .schol-list__grid{grid-template-columns:1fr}}.schol-page .schol-card__top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px;flex-wrap:wrap}.schol-page .schol-card__cat{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 10px;border-radius:9999px;background:#0000000f;color:#0d1b3e}.schol-page .schol-card__seats{font-size:12px;color:#6b7280;font-weight:600;display:flex;align-items:center;gap:4px}.schol-page .schol-card h3{font-size:18px;margin-bottom:6px}.schol-page .schol-card__desc{font-size:14px;color:#374151;line-height:1.6;margin-bottom:12px}.schol-page .schol-card__award{display:flex;align-items:center;gap:6px;color:var(--accent, #1a56db);font-weight:700;font-size:14px;margin-bottom:14px}.schol-page .schol-card__award svg{flex-shrink:0}.schol-page .schol-card ul{list-style:none;padding:0;margin:0 0 16px;display:flex;flex-direction:column;gap:6px}.schol-page .schol-card ul li{font-size:13px;color:#374151;display:flex;align-items:center;gap:6px}.schol-page .schol-card ul li svg{color:#1a56db;flex-shrink:0}.schol-page .schol-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:14px;border-top:1px dashed #e5e7eb;flex-wrap:wrap}.schol-page .schol-card__footer span{font-size:12px;color:#6b7280;display:flex;align-items:center;gap:5px}.schol-page .schol-card__footer span svg{color:#f59e0b}.schol-page .schol-card__footer button{display:inline-flex;align-items:center;gap:5px;padding:8px 16px;background:#0d1b3e;color:#fff;border-radius:9999px;font-size:12px;font-weight:600;border:none;cursor:pointer;transition:all .22s ease}.schol-page .schol-card__footer button:hover{background:#1a56db}.schol-page .schol-card__elig{font-size:13px;color:#374151;padding:10px 14px;background:#1a56db0d;border-radius:10px;margin-top:12px;display:flex;align-items:flex-start;gap:8px}.schol-page .schol-card__elig svg{color:#1a56db;flex-shrink:0;margin-top:2px}.schol-page .schol-cta{padding:0 0 90px}.schol-page .schol-cta__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.schol-page .schol-cta__inner{padding:0 16px}}.schol-page .schol-cta__inner{padding:36px;background:#0d1b3e;border-radius:24px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.schol-page .schol-cta__inner h3{color:#fff;font-size:22px;margin-bottom:6px}.schol-page .schol-cta__inner p{color:#ffffffb8;font-size:14px}.schol-page .schol-cta__inner button{display:inline-flex;align-items:center;gap:8px;padding:13px 24px;background:#f59e0b;color:#fff;border-radius:9999px;font-weight:700;border:none;cursor:pointer;transition:all .22s ease;font-size:14px}.schol-page .schol-cta__inner button:hover{background:#d97706;transform:translateY(-1px)}.fees-page .fees-hero__eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#fff;background:#ffffff29;padding:6px 12px;border-radius:9999px;margin-bottom:18px}.fees-page .fees-hero__card header{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:#9ca3af;letter-spacing:.06em;text-transform:uppercase;margin-bottom:18px}.fees-page .fees-hero__card header svg{color:#1a56db}.fees-page .fees-hero__card label{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.fees-page .fees-hero__card label span{font-size:13px;font-weight:600;color:#0d1b3e}.fees-page .fees-hero__card label select{padding:10px 36px 10px 14px;border:1.5px solid #e5e7eb;border-radius:10px;font-family:Inter,sans-serif;font-size:14px;color:#111827;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#f8fafc url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e") right 10px center/16px no-repeat;cursor:pointer}.fees-page .fees-hero__card label select:focus{outline:none;border-color:#1a56db}.fees-page .fees-hero__toggles{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}.fees-page .fees-hero__total{padding:20px;background:#f8fafc;border-radius:10px;text-align:center;margin-bottom:18px}.fees-page .fees-hero__total span{display:block;font-size:11px;color:#6b7280;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:6px}.fees-page .fees-hero__total strong{display:block;font-family:Montserrat,sans-serif;color:#1a56db;font-size:32px;font-weight:800}.fees-page .fees-hero__cta{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 22px;background:#0d1b3e;color:#fff;border-radius:9999px;border:none;font-weight:600;cursor:pointer;font-family:Inter,sans-serif;transition:all .22s ease}.fees-page .fees-hero__cta:hover{background:#1a56db}.fees-page .fees-toggle{display:flex;align-items:center;gap:10px;cursor:pointer}.fees-page .fees-toggle input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#1a56db}.fees-page .fees-toggle span{font-size:14px;color:#374151;font-weight:500}.fees-page .fees-toggle input:disabled+span{opacity:.45;cursor:not-allowed}.fees-page .fees-table .total{font-weight:800;color:#1a56db;font-size:15px}.fees-page .fees-table tbody td{font-variant-numeric:tabular-nums}.campus-page .campus-cal__tag--tradition{background:#7c3aed1f;color:#7c3aed}.campus-page .campus-cal__cta{margin-top:28px;padding:24px 28px;background:#0d1b3e;border-radius:16px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}.campus-page .campus-cal__cta h3{color:#fff;font-size:19px;margin-bottom:2px}.campus-page .campus-cal__cta p{color:#ffffffb3;font-size:13px}.campus-page .campus-cal__cta button{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;background:#f59e0b;color:#fff;border:none;border-radius:9999px;font-weight:600;cursor:pointer;transition:all .22s ease}.campus-page .campus-cal__cta button:hover{background:#d97706}.campus-page .campus-club p{font-size:13px;color:#6b7280;margin-top:4px}.campus-page .campus-club strong{display:block}.dept-page .dept-hero__text{display:flex;flex-direction:column}.dept-page .dept-hero__title{font-family:Montserrat,sans-serif;color:#fff;font-size:clamp(32px,4vw,48px);line-height:1.1;font-weight:800;margin-bottom:16px}.dept-page .dept-hero__desc{color:#ffffffd9;font-size:16px;line-height:1.65}.dept-page .dept-grid-section__head{text-align:center;margin-bottom:44px}.dept-page .dept-card__content{display:flex;flex-direction:column;gap:6px}.dept-page .dept-card__short{color:#6b7280;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.dept-page .dept-card__arrow{margin-left:auto;flex-shrink:0;color:var(--accent, #1a56db);opacity:.5;transition:all .22s ease}.dept-page .dept-card:hover .dept-page .dept-card__arrow{opacity:1;transform:translate(3px,-3px)}.dept-page .dept-card h4{font-family:Montserrat,sans-serif;color:#0d1b3e;font-size:16px;font-weight:700;line-height:1.3}.dept-page .dept-card p{font-size:13px;color:#374151;line-height:1.55}.dept-page .dept-detail{padding:20px 0;background:#f8fafc}.dept-page .dept-detail__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.dept-page .dept-detail__inner{padding:0 16px}}.dept-page .dept-detail__inner{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}@media(max-width:1024px){.dept-page .dept-detail__inner{grid-template-columns:1fr}}.dept-page .dept-detail__main{padding:32px;background:#fff;border:1px solid #e5e7eb;border-radius:24px}.dept-page .dept-detail__short{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#fff;padding:4px 12px;border-radius:9999px;margin-bottom:14px}.dept-page .dept-detail h2{font-family:Montserrat,sans-serif;color:#0d1b3e;font-size:26px;font-weight:700;margin-bottom:12px}.dept-page .dept-detail__desc{font-size:14px;color:#374151;line-height:1.7;margin-bottom:22px}.dept-page .dept-detail__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:22px}.dept-page .dept-detail__stats div{padding:14px;background:#f8fafc;border-radius:10px;text-align:center}.dept-page .dept-detail__stats div strong{display:block;font-family:Montserrat,sans-serif;color:#0d1b3e;font-size:14px;font-weight:800;line-height:1;margin-bottom:4px}.dept-page .dept-detail__stats div span{font-size:11px;color:#6b7280;letter-spacing:.06em;text-transform:uppercase}.dept-page .dept-detail__research{padding:32px;background:#fff;border:1px solid #e5e7eb;border-radius:24px;display:flex;flex-direction:column;gap:16px}.dept-page .dept-detail__research h4{font-family:Montserrat,sans-serif;color:#0d1b3e;font-size:16px;font-weight:700}.dept-page .dept-detail__research ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.dept-page .dept-detail__research ul li{display:flex;align-items:center;gap:10px;font-size:14px;color:#374151}.dept-page .dept-detail__research ul li span{width:8px;height:8px;border-radius:50%;flex-shrink:0}.dept-page .dept-detail__cta{display:inline-flex;align-items:center;gap:6px;padding:11px 22px;background:#0d1b3e;color:#fff;border-radius:9999px;border:none;cursor:pointer;font-weight:600;font-family:Inter,sans-serif;transition:all .22s ease}.dept-page .dept-detail__cta:hover{background:#1a56db;transform:translateY(-1px)}@media(max-width:900px){.admin-sidebar{position:fixed;z-index:200;transform:translate(0)}.admin-sidebar--collapsed{transform:translate(0);width:64px}.admin-main{margin-left:64px!important}.admin-page{padding:16px!important}.admin-stats-grid{grid-template-columns:repeat(2,1fr)!important}.admin-dash-grid,.admin-field-group{grid-template-columns:1fr!important}}@media(max-width:600px){.admin-stats-grid{grid-template-columns:1fr!important}.admin-header{padding:0 16px!important}.admin-header__breadcrumb .sep,.admin-header__breadcrumb span:not(.active){display:none}.admin-header__user-info{display:none}.admin-modal{margin:12px!important}.admin-search input{min-width:160px!important}.admin-table-wrapper{font-size:12px}.admin-list-controls{flex-direction:column;align-items:stretch}.admin-list-controls__left{flex-direction:column}.admin-list-controls .admin-search,.admin-list-controls .admin-search input{width:100%!important;min-width:unset!important}}@media(max-width:768px){.dept-page .dept-hero__inner,.dept-page .dept-grid,.dept-page .dept-detail__inner{grid-template-columns:1fr!important}.dept-page .dept-detail__stats{grid-template-columns:repeat(3,1fr)}.fees-page .fees-hero__inner{grid-template-columns:1fr!important}.fees-page .fees-incl-grid{grid-template-columns:repeat(2,1fr)!important}.fees-page .fees-callout{flex-direction:column;text-align:center}.hostel-page .hostel-hero__inner,.hostel-page .hostel-rooms__layout{grid-template-columns:1fr!important}.hostel-page .hostel-amen__grid{grid-template-columns:1fr 1fr!important}.hostel-page .hostel-schedule__row{grid-template-columns:80px 12px 1fr!important}.campus-page .campus-clubs__grid{grid-template-columns:repeat(2,1fr)!important}.campus-page .campus-moments__grid{grid-template-columns:repeat(2,1fr)!important;grid-auto-rows:180px!important}.campus-page .campus-moment--wide{grid-column:span 1!important}.campus-page .campus-moment--tall{grid-row:span 1!important}.campus-page .campus-cal__row{grid-template-columns:80px 12px 1fr!important}.trans-page .trans-hero__inner,.trans-page .trans-routes__grid,.trans-page .trans-safety__grid{grid-template-columns:1fr!important}.trans-page .trans-contact__inner{flex-direction:column;text-align:center}.lab-page .lab-showcase__inner,.lab-page .lab-grid{grid-template-columns:1fr!important}.schol-page .schol-cats__inner{grid-template-columns:repeat(2,1fr)!important}.schol-page .schol-list__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px;max-width:960px;margin:0 auto}}@media(max-width:768px)and (max-width:768px){.schol-page .schol-list__grid{grid-template-columns:1fr}}@media(max-width:768px){.schol-page .schol-cta__inner{flex-direction:column;text-align:center}}@media(max-width:768px){.contact-page .contact-offices__inner,.contact-page .contact-main__inner,.events-page .events-featured__inner,.events-page .events-grid{grid-template-columns:1fr!important}.courses-page .courses-why__grid{grid-template-columns:repeat(2,1fr)!important}.courses-page .courses-grid{grid-template-columns:1fr!important}.courses-page .courses-toolbar__inner{flex-direction:column;align-items:stretch}.courses-page .courses-toolbar__search{max-width:100%}}@media(max-width:480px){.dept-page .dept-detail__stats,.fees-page .fees-incl-grid,.hostel-page .hostel-amen__grid,.campus-page .campus-clubs__grid,.campus-page .campus-moments__grid,.schol-page .schol-cats__inner,.courses-page .courses-why__grid{grid-template-columns:1fr!important}.trans-page .trans-hero__stats{flex-direction:column;gap:14px}}[data-reveal]{opacity:1!important;transform:none!important;visibility:visible!important}html,body,#root{overflow-x:hidden;max-width:100%}img,video,iframe{max-width:100%;height:auto}@media(max-width:1024px){.container,[class*=__container],[class*=-container]{padding-left:20px;padding-right:20px}section{padding-top:60px;padding-bottom:60px}h1{font-size:clamp(1.9rem,4.5vw,2.6rem);line-height:1.2}h2{font-size:clamp(1.55rem,3.6vw,2.1rem);line-height:1.25}h3{font-size:clamp(1.2rem,2.6vw,1.55rem)}}@media(max-width:768px){.container,[class*=__container],[class*=-container]{padding-left:16px;padding-right:16px}section{padding-top:44px;padding-bottom:44px}h1{font-size:clamp(1.65rem,7vw,2.1rem)}h2{font-size:clamp(1.35rem,5.5vw,1.75rem)}h3{font-size:clamp(1.1rem,4.5vw,1.35rem)}p,li{font-size:.95rem;line-height:1.6}[class*=__grid],[class*=-grid],[class*=__cards],[class*=-cards],[class*=__row],[class*=-row]{grid-template-columns:1fr!important;gap:18px!important}.btn,[class*=__btn],[class*=-btn]{width:100%;max-width:320px;justify-content:center}.features__list,.stats__row,.quickinfo__row,.video__row,.whychoose__row,.news__row,.footer__columns,.topbar__container,.hero__actions,.trust__row,.management__row,.faculty__row,.blog__grid,.history__row,.innovation__row{flex-direction:column!important;align-items:stretch!important}table{display:block;overflow-x:auto;width:100%;-webkit-overflow-scrolling:touch}[class*=hero__title]{font-size:clamp(1.8rem,7vw,2.4rem)!important}[class*=hero__subtitle]{font-size:1rem!important}[class*=hero__cta]{flex-wrap:wrap;gap:12px}.footer__columns,.footer__top,.footer__bottom{text-align:center}input,textarea,select{font-size:16px;width:100%}}@media(max-width:480px){section{padding-top:36px;padding-bottom:36px}h1{font-size:1.55rem}h2{font-size:1.25rem}h3{font-size:1.1rem}.container,[class*=__container],[class*=-container]{padding-left:14px;padding-right:14px}.btn,[class*=__btn],[class*=-btn]{padding:11px 18px;font-size:13.5px}}.contact-page{background:#fff}.contact-page [data-reveal]{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1);transition-delay:var(--delay, 0s)}.contact-page [data-reveal].is-visible{opacity:1;transform:none}.contact-page .cp-hero{padding:120px 0 12px;text-align:center;background:radial-gradient(900px 420px at 80% -10%,rgba(26,86,219,.09),transparent 65%),radial-gradient(700px 380px at 10% 110%,rgba(245,158,11,.07),transparent 60%),linear-gradient(180deg,#f4f7ff,#fff)}.contact-page .cp-hero__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.contact-page .cp-hero__inner{padding:0 16px}}.contact-page .cp-hero__inner{max-width:740px}.contact-page .cp-hero__eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#1a56db;margin-bottom:20px}.contact-page .cp-hero h1{font-family:Montserrat,sans-serif;font-size:clamp(36px,5vw,58px);font-weight:800;color:#0d1b3e;line-height:1.08;letter-spacing:-.025em;margin-bottom:20px}.contact-page .cp-hero p{font-size:16px;line-height:1.75;color:#374151;max-width:580px;margin:0 auto}.contact-page .cp-main{padding:60px 0 72px}.contact-page .cp-main__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.contact-page .cp-main__inner{padding:0 16px}}.contact-page .cp-main__inner{display:grid;grid-template-columns:1.15fr .85fr;gap:32px;align-items:start}@media(max-width:1024px){.contact-page .cp-main__inner{grid-template-columns:1fr}}.contact-page .cp-form-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:36px 36px 32px;box-shadow:0 1px 4px #00000012}@media(max-width:768px){.contact-page .cp-form-card{padding:24px 20px}}.contact-page .cp-form-card__title{font-family:Montserrat,sans-serif;color:#0d1b3e;font-size:18px;font-weight:600;margin-bottom:24px}.contact-page .cp-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}@media(max-width:768px){.contact-page .cp-form-row{grid-template-columns:1fr}}.contact-page .cp-field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.contact-page .cp-field:last-child{margin-bottom:0}.contact-page .cp-field label{font-size:10.5px;font-weight:700;letter-spacing:.1em;color:#6b7280;text-transform:uppercase}.contact-page .cp-field input,.contact-page .cp-field select,.contact-page .cp-field textarea{padding:11px 14px;border:1px solid #e5e7eb;border-radius:10px;font-family:Inter,sans-serif;font-size:14px;color:#111827;background:#fff;transition:all .22s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.contact-page .cp-field input::placeholder,.contact-page .cp-field select::placeholder,.contact-page .cp-field textarea::placeholder{color:#9ca3af}.contact-page .cp-field input:focus,.contact-page .cp-field select:focus,.contact-page .cp-field textarea:focus{outline:none;border-color:#1a56db;box-shadow:0 0 0 3px #1a56db1a}.contact-page .cp-field select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b7280' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px}.contact-page .cp-field textarea{resize:vertical;min-height:120px;line-height:1.6}.contact-page .cp-field--error input,.contact-page .cp-field--error select,.contact-page .cp-field--error textarea{border-color:#dc2626;background:#fff5f5}.contact-page .cp-err{font-size:12px;color:#dc2626;font-weight:500;margin-top:2px}.contact-page .cp-success{display:flex;align-items:center;gap:8px;padding:12px 14px;background:#10b9811a;color:#0d9367;border-radius:10px;font-size:14px;font-weight:600;margin-bottom:18px}.contact-page .cp-success svg{flex-shrink:0}.contact-page .cp-api-error{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 14px;background:#fdecea;border:1px solid #f5c6c6;border-radius:10px;font-size:13px;color:#c62828;margin-bottom:18px}.contact-page .cp-api-error button{background:none;border:none;cursor:pointer;color:#c62828;font-size:15px;line-height:1;padding:0;flex-shrink:0}.contact-page .cp-submit{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;background:#0d1b3e;color:#fff;border:none;border-radius:9999px;font-family:Inter,sans-serif;font-weight:600;font-size:14px;cursor:pointer;transition:all .22s ease;margin-top:8px}.contact-page .cp-submit:hover:not(:disabled){background:#1a56db;transform:translateY(-1px);box-shadow:0 8px 20px #1a56db47}.contact-page .cp-submit:disabled{opacity:.7;cursor:not-allowed}.contact-page .cp-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:cp-spin .6s linear infinite}@keyframes cp-spin{to{transform:rotate(360deg)}}.contact-page .cp-aside{display:flex;flex-direction:column;gap:20px}.contact-page .cp-aside__card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px 26px;box-shadow:0 1px 4px #00000012}.contact-page .cp-quick-contacts h3{font-family:Montserrat,sans-serif;color:#0d1b3e;font-size:17px;font-weight:700;margin-bottom:20px}.contact-page .cp-qc-row{display:flex;align-items:flex-start;gap:12px;padding:12px 0;border-bottom:1px solid #e5e7eb}.contact-page .cp-qc-row:last-child{border-bottom:none;padding-bottom:0}.contact-page .cp-qc-row:first-of-type{padding-top:0}.contact-page .cp-qc-icon{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;flex-shrink:0}.contact-page .cp-qc-info{display:flex;flex-direction:column;gap:2px}.contact-page .cp-qc-info strong{font-size:13px;font-weight:700;color:#0d1b3e}.contact-page .cp-qc-info a{font-size:12.5px;color:#1a56db;text-decoration:none;transition:color .22s ease}.contact-page .cp-qc-info a:hover{color:#1544ad;text-decoration:underline}.contact-page .cp-qc-info span{font-size:11.5px;color:#9ca3af}.contact-page .cp-calendar-card{display:flex;align-items:flex-start;gap:14px;background:#fffbeb!important;border-color:#fde68a!important}.contact-page .cp-calendar-card h4{font-family:Montserrat,sans-serif;color:#0d1b3e;font-size:15px;font-weight:700;margin-bottom:6px}.contact-page .cp-calendar-card p{font-size:13px;color:#374151;line-height:1.55;margin-bottom:12px}.contact-page .cp-calendar-icon{width:42px;height:42px;background:#f59e0b;border-radius:10px;display:grid;place-items:center;flex-shrink:0;color:#fff}.contact-page .cp-dl-link{display:inline-flex;align-items:center;gap:5px;font-size:13px;font-weight:600;color:#d97706;text-decoration:none;border-bottom:1.5px solid #d97706;padding-bottom:1px;transition:all .22s ease}.contact-page .cp-dl-link:hover{color:#a75c05}.contact-page .cp-locations{background:#f8fafc}.contact-page .cp-locations__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.contact-page .cp-locations__inner{padding:0 16px}}.contact-page .cp-locations__head{text-align:center;margin-bottom:48px}.contact-page .cp-locations__head h2{font-family:Montserrat,sans-serif;font-size:clamp(22px,3vw,32px);font-weight:800;color:#111827;margin-bottom:10px}.contact-page .cp-locations__head p{font-size:14px;color:#374151}.contact-page .cp-locations__grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}@media(max-width:768px){.contact-page .cp-locations__grid{grid-template-columns:1fr}}.contact-page .cp-loc-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;transition:all .3s ease;box-shadow:0 1px 4px #00000012}.contact-page .cp-loc-card:hover{transform:translateY(-5px);box-shadow:0 10px 32px #0000001f}.contact-page .cp-loc-card__img{position:relative;aspect-ratio:16/9;overflow:hidden}.contact-page .cp-loc-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.contact-page .cp-loc-card:hover .contact-page .cp-loc-card__img img{transform:scale(1.04)}.contact-page .cp-loc-card__body{padding:22px 24px 24px}.contact-page .cp-loc-card__body h3{font-family:Montserrat,sans-serif;font-size:19px;font-weight:700;color:#0d1b3e;margin-bottom:10px}.contact-page .cp-loc-badge{position:absolute;bottom:12px;left:14px;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:5px 10px;border-radius:9999px}.contact-page .cp-loc-badge--dark{background:#0d1b3ed1;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.contact-page .cp-loc-badge--green{background:#10b981;color:#fff}.contact-page .cp-loc-addr,.contact-page .cp-loc-phone{display:flex;align-items:flex-start;gap:6px;font-size:13.5px;color:#374151;margin-bottom:6px;line-height:1.5}.contact-page .cp-loc-addr svg,.contact-page .cp-loc-phone svg{color:#1a56db;flex-shrink:0;margin-top:2px}.contact-page .cp-loc-dir{display:inline-flex;align-items:center;gap:4px;margin-top:10px;font-size:13px;font-weight:600;color:#1a56db;text-decoration:none;transition:gap .22s ease,color .22s ease}.contact-page .cp-loc-dir:hover{color:#1544ad;gap:7px}.contact-page .cp-visit-cta{background:linear-gradient(135deg,#0b0b2e,#162448,#1a1a5a);padding:72px 0 68px;overflow:hidden}.contact-page .cp-visit-cta__inner{width:100%;max-width:1200px;margin:0 auto;padding:20px 24px}@media(max-width:768px){.contact-page .cp-visit-cta__inner{padding:0 16px}}.contact-page .cp-visit-cta__inner{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}@media(max-width:1024px){.contact-page .cp-visit-cta__inner{grid-template-columns:1fr}}.contact-page .cp-visit-cta__content h2{font-family:Montserrat,sans-serif;font-size:clamp(28px,3.5vw,42px);font-weight:800;color:#fff;line-height:1.12;letter-spacing:-.02em;margin-bottom:16px}.contact-page .cp-visit-cta__content p{font-size:15px;color:#ffffffb8;line-height:1.7;margin-bottom:28px;max-width:420px}.contact-page .cp-visit-cta__btns{display:flex;gap:12px;flex-wrap:wrap}.contact-page .cp-visit-cta__gallery{display:grid;grid-template-columns:1.1fr .9fr;gap:10px;border-radius:16px;overflow:hidden}@media(max-width:1024px){.contact-page .cp-visit-cta__gallery{display:none}}.contact-page .cp-visit-gallery__main{border-radius:10px;overflow:hidden}.contact-page .cp-visit-gallery__main img{width:100%;height:100%;object-fit:cover;display:block;min-height:260px}.contact-page .cp-visit-gallery__stack{display:flex;flex-direction:column;gap:10px}.contact-page .cp-visit-gallery__stack img{width:100%;height:130px;object-fit:cover;border-radius:10px;display:block}.contact-page .cp-btn-tour{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;background:#f59e0b;color:#fff;border:none;border-radius:9999px;font-family:Inter,sans-serif;font-weight:700;font-size:14px;cursor:pointer;transition:all .22s ease}.contact-page .cp-btn-tour:hover{background:#d97706;transform:translateY(-1px);box-shadow:0 6px 18px #f59e0b61}.contact-page .cp-btn-voh{display:inline-flex;align-items:center;gap:8px;padding:11px 22px;background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.4);border-radius:9999px;font-family:Inter,sans-serif;font-weight:600;font-size:14px;cursor:pointer;transition:all .22s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.contact-page .cp-btn-voh:hover{background:#ffffff1f;border-color:#ffffffb3;transform:translateY(-1px)}@media(max-width:768px){.contact-page .cp-hero{padding:90px 0 52px}.contact-page .cp-main{padding:40px 0 52px}.contact-page .cp-locations{padding:52px 0 60px}.contact-page .cp-visit-cta{padding:52px 0}.contact-page .cp-form-card{padding:22px 18px}.contact-page .cp-aside{gap:16px}}.vstops-page{min-height:100vh;background:#f8fafc;padding:120px 24px 64px;max-width:900px;margin:0 auto}@media(max-width:600px){.vstops-page{padding:20px 16px 48px}}.vstops-loading{text-align:center;padding:80px 24px;font-size:15px;color:#6b7280;letter-spacing:.01em}.vstops-header{margin-bottom:28px}.vstops-back{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:6px;border:1px solid #e5e7eb;background:#fff;color:#374151;font-size:13px;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s,color .15s;margin-bottom:20px}.vstops-back svg{flex-shrink:0;color:#6b7280;transition:color .15s}.vstops-back:hover{background:#eff6ff;border-color:#bfdbfe;color:#1a56db}.vstops-back:hover svg{color:#1a56db}.vstops-title{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.vstops-title h1{margin:0;font-size:22px;font-weight:700;color:#0f172a;line-height:1.3}@media(max-width:600px){.vstops-title h1{font-size:18px}}.vstops-badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:20px;background:#1a56db;color:#fff;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;flex-shrink:0}.vstops-info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px}@media(max-width:768px){.vstops-info-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:400px){.vstops-info-grid{grid-template-columns:1fr}}.vstops-info-card{display:flex;align-items:flex-start;gap:10px;padding:14px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 3px #00000012,0 1px 2px #0000000d;transition:box-shadow .15s,border-color .15s}.vstops-info-card:hover{box-shadow:0 4px 12px #00000014;border-color:#bfdbfe}.vstops-info-card>svg{margin-top:2px;flex-shrink:0;color:#1a56db}.vstops-info-card>div{display:flex;flex-direction:column;gap:2px;min-width:0}.vstops-info-card label{font-size:11px;font-weight:500;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.vstops-info-card strong{font-size:14px;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vstops-notes{display:flex;align-items:flex-start;gap:10px;padding:14px 16px;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;margin-bottom:20px}.vstops-notes svg{flex-shrink:0;margin-top:2px;color:#d97706}.vstops-notes div{display:flex;flex-direction:column;gap:6px;flex:1;min-width:0}.vstops-notes p{margin:0;font-size:13.5px;color:#374151;line-height:1.6}.vstops-stops{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 1px 3px #00000012,0 1px 2px #0000000d;padding:24px}.vstops-stops h2{display:flex;align-items:center;gap:8px;margin:0 0 20px;font-size:16px;font-weight:700;color:#0f172a}.vstops-stops h2 svg{color:#1a56db}.vstops-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:10px;border:1px solid #e5e7eb}.vstops-table{width:100%;border-collapse:collapse;font-size:13.5px;color:#374151;white-space:nowrap}.vstops-table thead{background:#f3f4f6}.vstops-table thead tr{border-bottom:2px solid #e5e7eb}.vstops-table thead th{padding:11px 14px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#6b7280;text-align:left}.vstops-table thead th:first-child{width:52px;text-align:center}.vstops-table tbody tr{border-bottom:1px solid #f3f4f6;transition:background .12s}.vstops-table tbody tr:last-child{border-bottom:none}.vstops-table tbody tr:hover{background:#eff6ff}.vstops-table tbody tr:hover .vstops-table__area svg{color:#1a56db}.vstops-table tbody td{padding:12px 14px;vertical-align:middle}.vstops-table tbody td:first-child{text-align:center;font-size:12px;font-weight:700;color:#9ca3af}.vstops-table tbody td strong{font-weight:600;color:#0f172a}.vstops-table__area{display:inline-flex;align-items:center;gap:5px;font-weight:500;color:#374151;white-space:normal;word-break:break-word}.vstops-table__area svg{flex-shrink:0;color:#6b7280;transition:color .12s}.vstops-stops__list{display:flex;flex-direction:column}.vstops-stop{display:flex;gap:16px;position:relative}.vstops-stop__timeline{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:14px;padding-top:3px}.vstops-stop__dot{width:10px;height:10px;border-radius:50%;background:#e5e7eb;border:2px solid #e5e7eb;flex-shrink:0;transition:background .15s,border-color .15s;z-index:1}.vstops-stop__dot--first{width:14px;height:14px;background:#16a34a;border-color:#16a34a;box-shadow:0 0 0 3px #bbf7d0}.vstops-stop__dot--last{width:14px;height:14px;background:#1a56db;border-color:#1a56db;box-shadow:0 0 0 3px #bfdbfe}.vstops-stop__line{width:2px;flex:1;min-height:28px;background:#e5e7eb;margin:3px 0}.vstops-stop__content{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:0 0 20px;flex:1;min-width:0}.vstops-stop__num{font-size:11px;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.06em;flex-shrink:0;min-width:48px}.vstops-stop__name{display:inline-flex;align-items:center;gap:4px;font-size:14px;font-weight:500;color:#374151}.vstops-stop__name svg{color:#6b7280;flex-shrink:0}.vstops-stop__fee{display:inline-flex;align-items:center;padding:3px 9px;border-radius:20px;font-size:11px;font-weight:600;letter-spacing:.02em;background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe;flex-shrink:0}.vstops-stop__tag{display:inline-flex;align-items:center;gap:4px;padding:3px 9px;border-radius:20px;font-size:11px;font-weight:600;letter-spacing:.02em}.vstops-stop__tag svg{flex-shrink:0}.vstops-stop__tag--pickup{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.vstops-stop__tag--drop{background:#eff6ff;color:#1a56db;border:1px solid #bfdbfe}.vstops-pagination{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-top:20px;padding-top:16px;border-top:1px solid #e5e7eb}.vstops-pagination__info{font-size:13px;color:#6b7280;display:flex;align-items:center;gap:8px}.vstops-pagination__info em{font-style:normal;font-size:12px;background:#f3f4f6;color:#9ca3af;border:1px solid #e5e7eb;padding:2px 8px;border-radius:20px}.vstops-pagination__controls{display:flex;align-items:center;gap:4px}.vstops-pagination__btn{min-width:32px;height:32px;padding:0 8px;border-radius:6px;border:1px solid #e5e7eb;background:#fff;color:#374151;font-size:13px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .13s,border-color .13s,color .13s}.vstops-pagination__btn:hover:not(:disabled){background:#eff6ff;border-color:#bfdbfe;color:#2563eb}.vstops-pagination__btn:disabled{opacity:.38;cursor:not-allowed}.vstops-pagination__btn--active{background:#1a56db;border-color:#1a56db;color:#fff;font-weight:700}.vstops-pagination__btn--active:hover{background:#1a56db;border-color:#1a56db;color:#fff}.vstops-pagination__ellipsis{min-width:28px;text-align:center;font-size:13px;color:#9ca3af;-webkit-user-select:none;user-select:none}.trans-pagination{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-top:32px;padding-top:20px;border-top:1px solid #e5e7eb}.trans-pagination__info{font-size:13px;color:#6b7280;display:flex;align-items:center;gap:8px}.trans-pagination__info em{font-style:normal;font-size:12px;background:#f3f4f6;color:#9ca3af;border:1px solid #e5e7eb;padding:2px 8px;border-radius:20px}.trans-pagination__controls{display:flex;align-items:center;gap:4px}.trans-pagination__btn{min-width:34px;height:34px;padding:0 8px;border-radius:6px;border:1px solid #e5e7eb;background:#fff;color:#374151;font-size:13px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .13s,border-color .13s,color .13s}.trans-pagination__btn:hover:not(:disabled){background:#eff6ff;border-color:#bfdbfe;color:#2563eb}.trans-pagination__btn:disabled{opacity:.38;cursor:not-allowed}.trans-pagination__btn--active{background:#1a56db;border-color:#1a56db;color:#fff;font-weight:700}.trans-pagination__btn--active:hover{background:#1a56db;border-color:#1a56db;color:#fff}.trans-pagination__ellipsis{min-width:28px;text-align:center;font-size:13px;color:#9ca3af;-webkit-user-select:none;user-select:none}.topbar{position:fixed;top:0;left:0;right:0;z-index:1001;height:32px;background:#080f2e;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:0px;padding:0 28px;gap:0}.topbar__group{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.topbar__sep{color:#ffffff40;font-size:10px;margin:0 10px;-webkit-user-select:none;user-select:none}.topbar__link{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:5px;font-size:10px;font-weight:700;color:#ffffffb3;letter-spacing:.06em;transition:color .22s ease}.topbar__link:hover{color:#fff}.topbar__search{background:none;border:none;cursor:pointer;color:#ffffffb3;padding:2px 0 2px 2px;transition:color .22s ease;display:flex;flex-direction:row;align-items:center;justify-content:center}.topbar__search:hover{color:#fff}@media(max-width:768px){.topbar{padding:0 16px}.topbar__link span{display:none}.topbar__sep{margin:0 7px}}._page_1l21l_1{min-height:100vh;background:#f4f5f7;font-family:Segoe UI,system-ui,sans-serif}._hero_1l21l_7{background:#0d1b3e;padding:40px 32px 36px;text-align:center;color:#fff;margin-top:4.1rem}._hero_1l21l_7 h1{font-size:28px;font-weight:600;margin:12px 0 8px}._hero_1l21l_7 p{font-size:14px;color:#ffffffa6;max-width:500px;margin:0 auto;line-height:1.6}@media(max-width:768px){._hero_1l21l_7{padding:28px 16px 24px}._hero_1l21l_7 h1{font-size:22px}._hero_1l21l_7 p{font-size:13px}}@media(max-width:991px){._hero_1l21l_7{margin-top:5rem}}._heroTag_1l21l_43{display:inline-block;background:#e8a0202e;color:#e8a020;border:1px solid rgba(232,160,32,.35);padding:4px 14px;border-radius:12px;font-size:11px;letter-spacing:1px;font-weight:600}._stepBar_1l21l_55{background:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;padding:0 16px;overflow-x:auto}@media(max-width:768px){._stepBar_1l21l_55{display:none}}._stepRow_1l21l_70{display:flex;align-items:center}._stepItem_1l21l_75{display:flex;align-items:center;gap:8px;padding:14px 16px;font-size:13px;color:#6b7280;border-bottom:2px solid transparent;white-space:nowrap;transition:color .2s,border-color .2s}._stepItem_1l21l_75._stepActive_1l21l_86{color:#0d1b3e;border-bottom-color:#e8a020;font-weight:600}._stepItem_1l21l_75._stepActive_1l21l_86 ._stepNum_1l21l_91{background:#e8a020;border-color:#e8a020;color:#fff}._stepItem_1l21l_75._stepDone_1l21l_96{color:#3b6d11}._stepItem_1l21l_75._stepDone_1l21l_96 ._stepNum_1l21l_91{background:#baee8f;border-color:#3b6d11;color:#3b6d11}._stepNum_1l21l_91{width:22px;height:22px;border-radius:50%;border:1.5px solid currentColor;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;flex-shrink:0;transition:background .2s,border-color .2s}._stepSep_1l21l_119{width:28px;height:1px;background:#e5e7eb;flex-shrink:0}._stepBarMobile_1l21l_126{display:none}@media(max-width:768px){._stepBarMobile_1l21l_126{display:block;background:#fff;border-bottom:1px solid #e5e7eb;padding:12px 16px 14px}}._stepBarMobileTop_1l21l_138{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}._stepBarMobileLabel_1l21l_145{font-size:13px;color:#6b7280}._stepBarMobileLabel_1l21l_145 strong{color:#0d1b3e;font-weight:600}._stepBarMobileCount_1l21l_154{font-size:12px;font-weight:600;color:#e8a020;background:#e8a0201a;border:1px solid rgba(232,160,32,.3);border-radius:20px;padding:2px 10px}._stepBarMobileTrack_1l21l_164{height:4px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-bottom:12px}._stepBarMobileFill_1l21l_172{height:100%;background:linear-gradient(90deg,#0d1b3e,#e8a020);border-radius:4px;transition:width .35s ease}._stepBarMobileDots_1l21l_179{display:flex;justify-content:space-between;padding:0 2px}._stepDot_1l21l_185{width:24px;height:24px;border-radius:50%;border:1.5px solid #e5e7eb;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;color:#6b7280;background:#fff;transition:all .2s}._stepDot_1l21l_185._stepDotActive_1l21l_199{border-color:#e8a020;background:#e8a020;color:#fff;box-shadow:0 0 0 3px #e8a02033}._stepDot_1l21l_185._stepDotDone_1l21l_205{border-color:#3b6d11;background:#baee8f;color:#3b6d11}._formWrap_1l21l_211{max-width:840px;margin:28px auto 48px;padding:0 16px}@media(max-width:768px){._formWrap_1l21l_211{margin:16px auto 32px;padding:0 12px}}._sectionCard_1l21l_223{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px 28px;margin-bottom:16px}@media(max-width:768px){._sectionCard_1l21l_223{padding:16px 14px;border-radius:10px}}._sectionTitle_1l21l_237{font-size:15px;font-weight:600;color:#0d1b3e;margin-bottom:18px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}@media(max-width:768px){._sectionTitle_1l21l_237{font-size:14px;margin-bottom:14px}}._sectionBody_1l21l_252{display:flex;flex-direction:column;gap:14px}._grid2_1l21l_258{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media(max-width:480px){._grid2_1l21l_258{grid-template-columns:1fr;gap:12px}}._grid3_1l21l_270{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px}@media(max-width:768px){._grid3_1l21l_270{grid-template-columns:1fr 1fr}}@media(max-width:480px){._grid3_1l21l_270{grid-template-columns:1fr;gap:12px}}._field_1l21l_287{display:flex;flex-direction:column;gap:5px}._field_1l21l_287 label{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}._field_1l21l_287 input,._field_1l21l_287 select,._field_1l21l_287 textarea{border:1px solid #e5e7eb;border-radius:8px;padding:9px 12px;font-size:14px;color:#111827;font-family:inherit;outline:none;transition:border-color .15s,box-shadow .15s;width:100%;box-sizing:border-box}@media(max-width:768px){._field_1l21l_287 input,._field_1l21l_287 select,._field_1l21l_287 textarea{font-size:16px;padding:10px 12px}}._field_1l21l_287 input:focus,._field_1l21l_287 select:focus,._field_1l21l_287 textarea:focus{border-color:#185fa5;box-shadow:0 0 0 3px #185fa51a}._field_1l21l_287 input::placeholder,._field_1l21l_287 select::placeholder,._field_1l21l_287 textarea::placeholder{color:#9ca3af}._field_1l21l_287 select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b7280' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:32px;cursor:pointer}._field_1l21l_287 textarea{resize:vertical;min-height:88px;line-height:1.5}._required_1l21l_338{color:#e24b4a;font-weight:700}._infoBar_1l21l_343{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:10px 16px;font-size:13px;color:#185fa5;margin-bottom:16px;line-height:1.5}._docGrid_1l21l_354{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:768px){._docGrid_1l21l_354{grid-template-columns:1fr}}._docItem_1l21l_365{border:1px solid #e5e7eb;border-radius:8px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;transition:border-color .15s}._docItem_1l21l_365:hover{border-color:#c8ccd5}@media(max-width:768px){._docItem_1l21l_365{padding:12px 14px}}._docInfo_1l21l_384{flex:1;min-width:0}._docLabel_1l21l_389{font-size:13px;font-weight:500;color:#111827}._docSub_1l21l_395{font-size:11px;color:#6b7280;margin-top:2px}._docFileName_1l21l_401{font-size:11px;color:#3b6d11;margin-top:4px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:160px}@media(max-width:768px){._docFileName_1l21l_401{max-width:100%}}._uploadBtn_1l21l_417{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:6px 14px;font-size:12px;font-weight:500;color:#6b7280;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:border-color .15s,color .15s}._uploadBtn_1l21l_417:hover{border-color:#185fa5;color:#185fa5}._uploadBtn_1l21l_417._uploaded_1l21l_434{border-color:#3b6d11;color:#3b6d11;background:#c8f1a5}._feeBox_1l21l_440{background:#fefce8;border:1px solid #fde68a;border-radius:10px;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}@media(max-width:480px){._feeBox_1l21l_440{padding:14px 16px}}._feeLabel_1l21l_456{font-size:13px;color:#78350f}._feeAmount_1l21l_461{font-size:26px;font-weight:700;color:#0d1b3e;margin:4px 0}._feeNote_1l21l_468{font-size:11px;color:#92400e}._feeCoin_1l21l_473{width:52px;height:52px;border-radius:50%;background:#e8a02026;border:2px solid rgba(232,160,32,.4);display:flex;align-items:center;justify-content:center;font-size:22px;color:#e8a020;font-weight:700;flex-shrink:0}._payLabel_1l21l_488{font-size:13px;color:#6b7280;font-weight:600;margin-bottom:10px}._payMethods_1l21l_495{display:flex;gap:8px;flex-wrap:wrap}._payMethod_1l21l_495{border:1px solid #e5e7eb;border-radius:20px;padding:7px 16px;font-size:13px;color:#6b7280;cursor:pointer;background:#fff;font-family:inherit;transition:border-color .15s,color .15s,background .15s}@media(max-width:768px){._payMethod_1l21l_495{padding:9px 16px;font-size:13px}}._payMethod_1l21l_495:hover{border-color:#e8a020;color:#c18314}._payMethod_1l21l_495._paySelected_1l21l_522{border-color:#e8a020;color:#c18314;background:#e8a02014;font-weight:600}._declText_1l21l_529{font-size:13px;color:#6b7280;line-height:1.7;margin-bottom:14px}._checkLabel_1l21l_536{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#374151;cursor:pointer;line-height:1.5}._checkLabel_1l21l_536 input[type=checkbox]{width:18px;height:18px;cursor:pointer;flex-shrink:0;margin-top:2px;accent-color:#0d1b3e}._checkLabel_1l21l_536 a{color:#185fa5;text-decoration:underline}._nextStepsBox_1l21l_558{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;padding:16px 20px;font-size:13px;color:#14532d;line-height:1.7;margin-bottom:16px}._nextStepsBox_1l21l_558 strong:first-child{display:block;font-size:14px;margin-bottom:6px}._actions_1l21l_574{display:flex;justify-content:space-between;align-items:center;margin-top:8px;padding-top:4px;gap:12px}@media(max-width:768px){._actions_1l21l_574{flex-direction:column-reverse;gap:10px}}._btnBack_1l21l_589{background:transparent;border:1px solid #e5e7eb;border-radius:24px;padding:10px 24px;font-size:14px;color:#6b7280;cursor:pointer;font-family:inherit;transition:border-color .15s,color .15s}._btnBack_1l21l_589:hover{border-color:#babfca;color:#374151}@media(max-width:768px){._btnBack_1l21l_589{width:100%;text-align:center;padding:12px 24px}}._btnNext_1l21l_612{background:#0d1b3e;color:#fff;border:none;border-radius:24px;padding:11px 28px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s,transform .1s}._btnNext_1l21l_612:hover{background:#142a60}._btnNext_1l21l_612:active{transform:scale(.97)}@media(max-width:768px){._btnNext_1l21l_612{width:100%;text-align:center;padding:13px 28px}}._btnSubmit_1l21l_638{background:#e8a020;color:#fff;border:none;border-radius:24px;padding:11px 32px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s,transform .1s}._btnSubmit_1l21l_638:hover{background:#ca8915}._btnSubmit_1l21l_638:active{transform:scale(.97)}@media(max-width:768px){._btnSubmit_1l21l_638{width:100%;text-align:center;padding:13px 32px}}._btnPrimary_1l21l_664{background:#0d1b3e;color:#fff;border:none;border-radius:24px;padding:11px 28px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;margin-top:8px;transition:background .15s}._btnPrimary_1l21l_664:hover{background:#142a60}._successCard_1l21l_681{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:48px 32px;text-align:center}._successCard_1l21l_681 h2{font-size:24px;font-weight:600;color:#0d1b3e;margin:20px 0 12px}._successCard_1l21l_681 p{font-size:14px;color:#6b7280;max-width:440px;margin:0 auto 8px;line-height:1.7}._successCard_1l21l_681 p strong{color:#0d1b3e}@media(max-width:768px){._successCard_1l21l_681{padding:32px 20px}}._successIcon_1l21l_710{width:68px;height:68px;border-radius:50%;background:#dcfce7;display:flex;align-items:center;justify-content:center;margin:0 auto}._successSub_1l21l_721{font-size:13px;color:#6b7280;margin-top:4px!important}._fieldError_1l21l_727{display:block;margin-top:4px;font-size:.75rem;color:#d32f2f;font-weight:500}._inputError_1l21l_735{border-color:#d32f2f!important;background:#fff5f5!important}._inputError_1l21l_735:focus{outline-color:#d32f2f;box-shadow:0 0 0 3px #d32f2f26}._docItemError_1l21l_744{border-color:#d32f2f!important;background:#fff5f5!important}._checkLabelError_1l21l_749 span{color:#d32f2f}._apiError_1l21l_753{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;margin-bottom:16px;background:#fdecea;border:1px solid #f5c6c6;border-radius:8px;font-size:.875rem;color:#c62828}._apiError_1l21l_753 button{background:none;border:none;cursor:pointer;color:#c62828;font-size:1rem;line-height:1;padding:0;flex-shrink:0}._spinner_1l21l_777{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:_spin_1l21l_777 .6s linear infinite;margin-right:8px;vertical-align:middle}@keyframes _spin_1l21l_777{to{transform:rotate(360deg)}}.admin-wrapper{display:flex;min-height:100vh;background:#f4f6f9;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.admin-sidebar{width:260px;min-height:100vh;background:#1a3c5e;display:flex;flex-direction:column;position:fixed;top:0;left:0;z-index:100;transition:width .35s ease;box-shadow:2px 0 12px #00000026;overflow:hidden;height:100px}.admin-sidebar--collapsed{width:70px}.admin-sidebar--collapsed .admin-sidebar__logo{padding:0 8px;justify-content:center}.admin-sidebar--collapsed .admin-sidebar__toggle{margin-left:0}.admin-sidebar--collapsed .admin-sidebar__logout{justify-content:center;padding:10px}.admin-sidebar--collapsed .admin-sidebar__item--icon-only{justify-content:center;padding:12px;border-left:none;border-bottom:3px solid transparent}.admin-sidebar--collapsed .admin-sidebar__item--icon-only.admin-sidebar__item--active{border-left:none;border-bottom-color:#e8a020}.admin-sidebar__logo{display:flex;align-items:center;gap:8px;padding:0 16px 0 24px;border-bottom:1px solid rgba(255,255,255,.08);min-height:64px;transition:padding .35s ease}.admin-sidebar__logo img{width:36px;height:36px;object-fit:contain;flex-shrink:0}.admin-sidebar__logo-text{display:flex;flex-direction:column;flex:1;min-width:0}.admin-sidebar__logo-text .brand-name{color:#fff;font-size:13px;font-weight:700;letter-spacing:.5px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-sidebar__logo-text .brand-sub{color:#cdd8e3;font-size:11px;letter-spacing:.3px;white-space:nowrap}.admin-sidebar__toggle{margin-left:auto;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;border:none;background:#ffffff14;color:#fff9;cursor:pointer;transition:all .2s ease}.admin-sidebar__toggle svg{width:16px;height:16px}.admin-sidebar__toggle:hover{background:#ffffff26;color:#fff}.admin-sidebar__nav{flex:1;padding:16px 0;overflow-y:auto;overflow-x:hidden}.admin-sidebar__nav::-webkit-scrollbar{width:4px}.admin-sidebar__nav::-webkit-scrollbar-track{background:transparent}.admin-sidebar__nav::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:2px}.admin-sidebar__section-label{color:#ffffff59;font-size:11px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;padding:8px 24px;margin-top:8px;white-space:nowrap}.admin-sidebar__item{display:flex;align-items:center;gap:16px;padding:11px 24px;color:#cdd8e3;text-decoration:none;font-size:13px;font-weight:500;border-left:3px solid transparent;transition:all .2s ease;cursor:pointer;white-space:nowrap}.admin-sidebar__item svg{width:18px;height:18px;flex-shrink:0;opacity:.7;transition:opacity .2s ease}.admin-sidebar__item:hover{background:#ffffff14;color:#fff}.admin-sidebar__item:hover svg{opacity:1}.admin-sidebar__item--active{background:#e8a0201f;color:#e8a020;border-left-color:#e8a020;font-weight:600}.admin-sidebar__item--active svg{opacity:1;color:#e8a020}.admin-sidebar__item--active:hover{background:#e8a0202e;color:#e8a020}.admin-sidebar__footer{padding:16px;border-top:1px solid rgba(255,255,255,.08)}.admin-sidebar__logout{display:flex;align-items:center;gap:16px;padding:10px 16px;color:#ffffff80;font-size:13px;font-weight:500;border-radius:8px;cursor:pointer;transition:all .2s ease;border:none;background:none;width:100%;text-align:left;white-space:nowrap}.admin-sidebar__logout svg{width:18px;height:18px;flex-shrink:0}.admin-sidebar__logout:hover{background:#c6282826;color:#ff8a80}.admin-main{margin-left:260px;flex:1;display:flex;flex-direction:column;min-height:100vh;transition:margin-left .35s ease}.admin-wrapper--collapsed .admin-main{margin-left:70px}.admin-header{height:64px;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;padding:0 32px;position:sticky;top:0;z-index:50;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000d}.admin-header__left{display:flex;align-items:center;gap:16px}.admin-header__sidebar-toggle{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;border:1px solid #e2e8f0;background:transparent;color:#5a6a7e;cursor:pointer;transition:all .2s ease}.admin-header__sidebar-toggle svg{width:18px;height:18px}.admin-header__sidebar-toggle:hover{background:#f4f6f9;color:#1a3c5e;border-color:#1a3c5e}.admin-header__breadcrumb{display:flex;align-items:center;gap:8px;font-size:13px;color:#8fa0b5}.admin-header__breadcrumb span{color:#5a6a7e}.admin-header__breadcrumb .sep{color:#e2e8f0}.admin-header__breadcrumb .active{color:#1a3c5e;font-weight:600}.admin-header__right{display:flex;align-items:center;gap:16px}.admin-header__user-wrapper{position:relative}.admin-header__user{display:flex;align-items:center;gap:8px;padding:6px 10px;border-radius:8px;border:1px solid transparent;background:transparent;cursor:pointer;transition:all .2s ease}.admin-header__user:hover,.admin-header__user--open{background:#f4f6f9;border-color:#e2e8f0}.admin-header__user-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#1a3c5e,#2d5986);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}.admin-header__user-info{display:flex;flex-direction:column;text-align:left}.admin-header__user-info .name{font-size:13px;font-weight:600;color:#1a2332}.admin-header__user-info .role{font-size:11px;color:#8fa0b5}.admin-header__dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 25px #0000001f,0 4px 8px #00000014;overflow:hidden;z-index:200;animation:dropdownIn .15s ease}.admin-header__dropdown-header{display:flex;align-items:center;gap:16px;padding:16px;background:#f4f6f9}.admin-header__dropdown-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#1a3c5e,#2d5986);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}.admin-header__dropdown-name{font-size:13px;font-weight:700;color:#1a2332}.admin-header__dropdown-role{font-size:11px;color:#8fa0b5;margin-top:2px}.admin-header__dropdown-divider{height:1px;background:#e2e8f0}.admin-header__dropdown-item{display:flex;align-items:center;gap:8px;padding:11px 16px;font-size:13px;color:#5a6a7e;background:none;border:none;width:100%;text-align:left;cursor:pointer;transition:all .2s ease}.admin-header__dropdown-item svg{width:16px;height:16px;flex-shrink:0}.admin-header__dropdown-item:hover{background:#f4f6f9;color:#1a3c5e}.admin-header__dropdown-item--danger{color:#c62828}.admin-header__dropdown-item--danger:hover{background:#ffebee;color:#c62828}@keyframes dropdownIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.admin-page{flex:1;padding:32px}.admin-page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.admin-page-header__left h1{font-size:28px;font-weight:700;color:#1a2332;margin:0}.admin-page-header__left p{margin:4px 0 0;color:#5a6a7e;font-size:13px}.admin-profile-page{max-width:1000px}.admin-profile-layout{display:grid;grid-template-columns:240px 1fr;gap:32px;align-items:start}.admin-profile-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:32px 24px;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000d}.admin-profile-card--identity{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}.admin-profile-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#1a3c5e,#2d5986);color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;margin-bottom:8px;box-shadow:0 4px 16px #1a3c5e59}.admin-profile-name{font-size:18px;font-weight:700;color:#1a2332}.admin-profile-username{font-size:13px;color:#8fa0b5}.admin-profile-role-badge{display:flex;align-items:center;gap:6px;background:#1a3c5e14;color:#1a3c5e;border-radius:999px;padding:4px 12px;font-size:11px;font-weight:600;margin-top:4px}.admin-profile-role-badge svg{width:13px;height:13px}.admin-profile-meta{width:100%;margin-top:16px;border-top:1px solid #e2e8f0;padding-top:16px;display:flex;flex-direction:column;gap:8px}.admin-profile-meta-item{display:flex;flex-direction:column;gap:2px}.admin-profile-meta-item .label{font-size:11px;color:#8fa0b5;text-transform:uppercase;letter-spacing:.8px;font-weight:600}.admin-profile-meta-item .value{font-size:13px;color:#5a6a7e;word-break:break-all}.admin-profile-forms{display:flex;flex-direction:column;gap:32px}.admin-profile-form{display:flex;flex-direction:column;gap:16px}.admin-profile-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.admin-profile-form-actions{display:flex;align-items:center;justify-content:flex-end;gap:16px;padding-top:8px}.admin-profile-success-msg{font-size:13px;color:#2e7d32;font-weight:500}.admin-profile-msg{font-size:13px;font-weight:500}.admin-profile-msg--error{color:#c62828}.admin-profile-msg--success{color:#2e7d32}@media(max-width:900px){.admin-profile-layout{grid-template-columns:1fr}.admin-profile-card--identity{flex-direction:row;text-align:left;flex-wrap:wrap}}@media(max-width:768px){.admin-sidebar{width:70px}.admin-sidebar:not(.admin-sidebar--collapsed) .admin-sidebar__logo-text,.admin-sidebar:not(.admin-sidebar--collapsed) .admin-sidebar__item span,.admin-sidebar:not(.admin-sidebar--collapsed) .admin-sidebar__section-label,.admin-sidebar:not(.admin-sidebar--collapsed) .admin-sidebar__logout span{display:none}.admin-sidebar .admin-sidebar__item{justify-content:center;padding:12px;border-left:none}.admin-sidebar .admin-sidebar__item--active{border-left:none;border-bottom:3px solid #e8a020}.admin-main{margin-left:70px}.admin-page{padding:16px}.admin-profile-form-row{grid-template-columns:1fr}}.admin-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000d;border:1px solid #f0f4f8;overflow:hidden}.admin-card__header{display:flex;align-items:center;justify-content:space-between;padding:24px 32px;border-bottom:1px solid #e2e8f0}.admin-card__header h3{font-size:15px;font-weight:700;color:#1a2332;margin:0}.admin-card__header p{font-size:13px;color:#8fa0b5;margin:4px 0 0}.admin-card__body{padding:32px}.admin-card__footer{padding:16px 32px;border-top:1px solid #e2e8f0;background:#f4f6f9;display:flex;align-items:center;gap:8px}.admin-card--padded{padding:32px}.admin-card--padded .admin-card__header{padding:0 0 16px;margin-bottom:24px;justify-content:flex-start;gap:16px}.admin-card__icon{width:40px;height:40px;border-radius:8px;background:#1a3c5e14;color:#1a3c5e;display:flex;align-items:center;justify-content:center;flex-shrink:0}.admin-card__icon svg{width:20px;height:20px}.admin-card__icon--warning{background:#fff3e0;color:#e65100}.admin-card__title{font-size:15px;font-weight:700;color:#1a2332;line-height:1.3}.admin-card__subtitle{font-size:11px;color:#8fa0b5;margin-top:2px}.admin-stat-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000d;border:1px solid #f0f4f8;padding:16px;display:flex;align-items:flex-start;gap:24px;transition:box-shadow .2s ease}.admin-stat-card:hover{box-shadow:0 4px 12px #0000001a,0 2px 4px #0000000f}.admin-stat-card__icon{width:52px;height:52px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.admin-stat-card__icon svg{width:24px;height:24px}.admin-stat-card__icon--primary{background:#1a3c5e1a;color:#1a3c5e}.admin-stat-card__icon--accent{background:#e8a0201a;color:#e8a020}.admin-stat-card__icon--success{background:#e8f5e9;color:#2e7d32}.admin-stat-card__icon--info{background:#e1f5fe;color:#0277bd}.admin-stat-card__icon--danger{background:#ffebee;color:#c62828}.admin-stat-card__content{flex:1}.admin-stat-card__content .label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#8fa0b5;margin-bottom:6px}.admin-stat-card__content .value{font-size:28px;font-weight:800;color:#1a2332;line-height:1}.admin-stat-card__content .trend{font-size:11px;color:#8fa0b5;margin-top:4px}.admin-stat-card__content .trend--up{color:#2e7d32}.admin-stat-card__content .trend--down{color:#c62828}.admin-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:9px 24px;border-radius:8px;font-size:13px;font-weight:600;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;cursor:pointer;border:1.5px solid transparent;transition:all .2s ease;white-space:nowrap;text-decoration:none}.admin-btn svg{width:16px;height:16px;flex-shrink:0}.admin-btn:disabled{opacity:.5;cursor:not-allowed}.admin-btn--primary{background:#1a3c5e;color:#fff;border-color:#1a3c5e}.admin-btn--primary:hover:not(:disabled){background:#2d5986;border-color:#2d5986;box-shadow:0 2px 8px #1a3c5e59}.admin-btn--accent{background:#e8a020;color:#fff;border-color:#e8a020}.admin-btn--accent:hover:not(:disabled){background:#f0b84a;border-color:#f0b84a;box-shadow:0 2px 8px #e8a02059}.admin-btn--outline{background:transparent;color:#1a3c5e;border-color:#e2e8f0}.admin-btn--outline:hover:not(:disabled){background:#f4f6f9;border-color:#1a3c5e}.admin-btn--danger{background:#c62828;color:#fff;border-color:#c62828}.admin-btn--danger:hover:not(:disabled){background:#a52020;box-shadow:0 2px 8px #c6282859}.admin-btn--danger-outline{background:transparent;color:#c62828;border-color:#c62828}.admin-btn--danger-outline:hover:not(:disabled){background:#ffebee}.admin-btn--sm{padding:6px 16px;font-size:11px}.admin-btn--sm svg{width:14px;height:14px}.admin-btn--lg{padding:12px 32px;font-size:15px}.admin-btn--icon{padding:8px;width:36px;height:36px;border-radius:8px}.admin-field{display:flex;flex-direction:column;gap:6px}.admin-field__label{font-size:13px;font-weight:600;color:#1a2332}.admin-field__label .required{color:#c62828;margin-left:2px}.admin-field__hint{font-size:11px;color:#8fa0b5;margin-top:2px}.admin-field__error{font-size:11px;color:#c62828;margin-top:2px}.admin-field input,.admin-field textarea,.admin-field select{width:100%;padding:9px 16px;border:1.5px solid #e2e8f0;border-radius:8px;font-size:13px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1a2332;background:#fff;transition:all .2s ease;outline:none;box-sizing:border-box}.admin-field input::placeholder,.admin-field textarea::placeholder,.admin-field select::placeholder{color:#8fa0b5}.admin-field input:focus,.admin-field textarea:focus,.admin-field select:focus{border-color:#1a3c5e;box-shadow:0 0 0 3px #1a3c5e14}.admin-field input:disabled,.admin-field textarea:disabled,.admin-field select:disabled{background:#f4f6f9;cursor:not-allowed}.admin-field input.error,.admin-field textarea.error,.admin-field select.error{border-color:#c62828;box-shadow:0 0 0 3px #c6282814}.admin-field textarea{resize:vertical;min-height:100px}.admin-field select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right 10px center;background-repeat:no-repeat;background-size:16px;padding-right:36px}.admin-field-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}.admin-table-wrapper{overflow-x:auto;border-radius:12px;border:1px solid #f0f4f8}.admin-table{width:100%;border-collapse:collapse;font-size:13px;background:#fff}.admin-table thead{background:#f4f6f9}.admin-table thead th{padding:12px 24px;text-align:left;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#8fa0b5;border-bottom:1px solid #e2e8f0;white-space:nowrap}.admin-table tbody tr{border-bottom:1px solid #f0f4f8;transition:background .2s ease}.admin-table tbody tr:last-child{border-bottom:none}.admin-table tbody tr:hover{background:#1a3c5e05}.admin-table tbody td{padding:14px 24px;color:#1a2332;vertical-align:middle}.admin-table__actions{display:flex;align-items:center;gap:8px}.admin-pagination{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;padding:12px 24px;background:#f4f6f9;border-top:1px solid #e2e8f0;font-size:13px;color:#5a6a7e}.admin-pagination__info{color:#8fa0b5}.admin-pagination__info strong{color:#1a2332;font-weight:700}.admin-pagination__controls{display:flex;align-items:center;gap:8px}.admin-pagination__page{color:#5a6a7e;padding:0 8px}.admin-pagination__page strong{color:#1a2332;font-weight:700}.admin-pagination__btn{width:32px;height:32px;border-radius:8px;border:1.5px solid #e2e8f0;background:#fff;color:#5a6a7e;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease}.admin-pagination__btn svg{width:16px;height:16px}.admin-pagination__btn:hover:not(:disabled){background:#f4f6f9;border-color:#1a3c5e;color:#1a3c5e}.admin-pagination__btn:disabled{opacity:.4;cursor:not-allowed}.admin-image-upload__zone{position:relative;width:100%;min-height:180px;border:1.5px dashed #e2e8f0;border-radius:8px;background:#f4f6f9;cursor:pointer;overflow:hidden;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.admin-image-upload__zone:hover:not(.is-disabled){border-color:#1a3c5e;background:#1a3c5e0a}.admin-image-upload__zone:focus-visible{outline:none;border-color:#1a3c5e;box-shadow:0 0 0 3px #1a3c5e1f}.admin-image-upload__zone.is-dragover{border-color:#1a3c5e;background:#1a3c5e0f}.admin-image-upload__zone.has-image{border-style:solid;padding:0}.admin-image-upload__zone.has-image .admin-image-upload__overlay{opacity:0}.admin-image-upload__zone.has-image:hover:not(.is-disabled) .admin-image-upload__overlay{opacity:1}.admin-image-upload__zone.has-error{border-color:#c62828}.admin-image-upload__zone.is-disabled{cursor:not-allowed;opacity:.6}.admin-image-upload__placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;padding:32px;color:#5a6a7e}.admin-image-upload__icon{width:44px;height:44px;border-radius:50%;background:#1a3c5e1a;color:#1a3c5e;display:flex;align-items:center;justify-content:center;margin-bottom:4px}.admin-image-upload__icon svg{width:22px;height:22px}.admin-image-upload__text{font-size:13px;color:#1a2332}.admin-image-upload__text strong{color:#1a3c5e;font-weight:700}.admin-image-upload__sub{font-size:11px;color:#8fa0b5}.admin-image-upload__preview{display:block;width:100%;height:220px;object-fit:cover}.admin-image-upload__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;font-size:13px;font-weight:600;transition:opacity .2s ease;pointer-events:none}.admin-image-upload__overlay svg{width:22px;height:22px}.admin-image-upload__remove{position:absolute;top:8px;right:8px;width:30px;height:30px;border-radius:50%;border:none;background:#0009;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease;z-index:2}.admin-image-upload__remove svg{width:14px;height:14px}.admin-image-upload__remove:hover:not(:disabled){background:#c62828}.admin-image-upload__remove:disabled{opacity:.4;cursor:not-allowed}.admin-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:999px;font-size:11px;font-weight:600;letter-spacing:.3px}.admin-badge--success{background:#e8f5e9;color:#2e7d32}.admin-badge--warning{background:#fff3e0;color:#e65100}.admin-badge--danger{background:#ffebee;color:#c62828}.admin-badge--info{background:#e1f5fe;color:#0277bd}.admin-badge--default{background:#f0f4f8;color:#5a6a7e}.admin-badge--primary{background:#1a3c5e1a;color:#1a3c5e}.admin-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;animation:fadeIn .15s ease}.admin-modal{background:#fff;border-radius:16px;box-shadow:0 10px 25px #0000001f,0 4px 8px #00000014;width:100%;max-width:560px;max-height:90vh;overflow-y:auto;animation:slideUp .2s ease}.admin-modal--lg{max-width:720px}.admin-modal--sm{max-width:420px}.admin-modal__header{display:flex;align-items:center;justify-content:space-between;padding:32px;border-bottom:1px solid #e2e8f0}.admin-modal__header h3{font-size:18px;font-weight:700;color:#1a2332;margin:0}.admin-modal__close{width:32px;height:32px;border-radius:8px;border:none;background:#f4f6f9;color:#5a6a7e;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.admin-modal__close:hover{background:#ffebee;color:#c62828}.admin-modal__close svg{width:16px;height:16px}.admin-modal__body{padding:32px;display:flex;flex-direction:column;gap:24px}.admin-modal__footer{padding:24px 32px;border-top:1px solid #e2e8f0;display:flex;align-items:center;justify-content:flex-end;gap:8px}.admin-search{position:relative;display:flex;align-items:center}.admin-search svg{position:absolute;left:12px;color:#8fa0b5;width:16px;height:16px;pointer-events:none}.admin-search input{padding:9px 12px 9px 38px;border:1.5px solid #e2e8f0;border-radius:8px;font-size:13px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1a2332;background:#fff;outline:none;transition:all .2s ease;min-width:240px}.admin-search input::placeholder{color:#8fa0b5}.admin-search input:focus{border-color:#1a3c5e;box-shadow:0 0 0 3px #1a3c5e14}.admin-empty{text-align:center;padding:64px;color:#8fa0b5}.admin-empty svg{width:48px;height:48px;margin-bottom:16px;opacity:.4}.admin-empty h4{font-size:15px;font-weight:600;color:#5a6a7e;margin-bottom:8px}.admin-empty p{font-size:13px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.admin-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media(max-width:600px){.admin-grid-2{grid-template-columns:1fr}}.admin-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:900px){.admin-grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.admin-grid-3{grid-template-columns:1fr}}.admin-page-content{display:flex;flex-direction:column;gap:32px}.admin-toolbar{display:flex;align-items:center;gap:16px;flex-wrap:wrap}@media(max-width:600px){.admin-toolbar{width:100%;justify-content:flex-end}}.admin-section-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px;flex-wrap:wrap}.admin-section-header h3{font-size:15px;font-weight:700;color:#1a2332;margin:0}.admin-info-row{display:flex;flex-direction:column;gap:3px}.admin-info-row .label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:#8fa0b5}.admin-info-row .value{font-size:13px;color:#5a6a7e}.admin-content-preview{padding:16px;background:#f4f6f9;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;color:#5a6a7e;line-height:1.6;min-height:80px}.admin-color-swatch{display:inline-flex;align-items:center;gap:8px}.admin-color-swatch__dot{width:14px;height:14px;border-radius:50%;flex-shrink:0;border:1.5px solid rgba(0,0,0,.1)}.admin-color-swatch span{font-size:11px;font-family:monospace;color:#5a6a7e}.admin-fee-total{font-weight:700;color:#1a3c5e;font-variant-numeric:tabular-nums}.admin-toggle-label{display:flex;align-items:center;gap:8px;font-size:13px;color:#5a6a7e;cursor:pointer;-webkit-user-select:none;user-select:none}.admin-toggle-label input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#1a3c5e}.admin-form-section{display:flex;flex-direction:column;gap:24px}.admin-form-section__title{font-size:13px;font-weight:700;color:#1a2332;padding-bottom:8px;border-bottom:1px solid #e2e8f0;margin-bottom:4px}.admin-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:32px}@media(max-width:1100px){.admin-stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.admin-stats-grid{grid-template-columns:1fr}}.admin-dash-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:32px}.admin-sidebar-backdrop{display:none}@media(max-width:768px){.admin-sidebar-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:99}}@media(max-width:600px){.admin-table{font-size:11px}.admin-table thead th,.admin-table tbody td{padding:10px}.admin-card__header{flex-direction:column;align-items:flex-start!important}.admin-toolbar{width:100%;justify-content:space-between}.admin-search input{min-width:160px}.admin-modal{max-height:96vh;margin:8px;width:calc(100% - 16px)}.admin-modal__body{padding:16px}.admin-grid-2,.admin-grid-3{grid-template-columns:1fr}}.admin-helper-text{font-size:13px;color:#6b7280;margin-bottom:10px;margin-top:4px}.admin-login-wrapper{min-height:100vh;display:flex;background:linear-gradient(135deg,#122840,#1a3c5e 60%,#2d5986);position:relative;overflow:hidden}.admin-login-wrapper:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.admin-login-card{margin:auto;width:100%;max-width:440px;background:#fff;border-radius:16px;box-shadow:0 10px 25px #0000001f,0 4px 8px #00000014;padding:48px;position:relative;z-index:1}.admin-login-card__logo{text-align:center;margin-bottom:32px}.admin-login-card__logo img{width:64px;height:64px;object-fit:contain;margin-bottom:16px}.admin-login-card__logo h1{font-size:22px;font-weight:800;color:#1a2332;margin:0}.admin-login-card__logo p{font-size:13px;color:#8fa0b5;margin:4px 0 0}.admin-login-card__title{text-align:center;margin-bottom:32px}.admin-login-card__title h2{font-size:18px;font-weight:700;color:#1a2332;margin:0 0 4px}.admin-login-card__title p{font-size:13px;color:#8fa0b5}.admin-login-card__form{display:flex;flex-direction:column;gap:24px}.admin-login-card__submit{margin-top:8px;width:100%;padding:12px;font-size:15px}.admin-login-card__error{background:#ffebee;color:#c62828;padding:16px;border-radius:8px;font-size:13px;font-weight:500;border-left:3px solid #c62828}.admin-login-card__hint{text-align:center;font-size:11px;color:#8fa0b5;margin-top:16px}.admin-login-card__hint code{background:#f4f6f9;padding:2px 6px;border-radius:4px;font-family:monospace;color:#1a3c5e}.admin-stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px;margin-bottom:32px}.admin-dash-grid{display:grid;grid-template-columns:2fr 1fr;gap:32px}@media(max-width:1024px){.admin-dash-grid{grid-template-columns:1fr}}.admin-activity-list{list-style:none;padding:0;margin:0}.admin-activity-list li{display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid #f0f4f8}.admin-activity-list li:last-child{border-bottom:none}.admin-activity-list li .dot{width:8px;height:8px;border-radius:50%;background:#1a3c5e;margin-top:5px;flex-shrink:0}.admin-activity-list li .dot--accent{background:#e8a020}.admin-activity-list li .dot--success{background:#2e7d32}.admin-activity-list li .dot--info{background:#0277bd}.admin-activity-list li .content{flex:1}.admin-activity-list li .content .title{font-size:13px;font-weight:500;color:#1a2332}.admin-activity-list li .content .time{font-size:11px;color:#8fa0b5;margin-top:2px}.admin-quick-links{display:grid;grid-template-columns:1fr 1fr;gap:16px}.admin-quick-links a,.admin-quick-links .quick-link{display:flex;flex-direction:column;align-items:center;gap:8px;padding:24px;border-radius:8px;border:1.5px solid #e2e8f0;text-decoration:none;color:#5a6a7e;font-size:11px;font-weight:600;text-align:center;transition:all .2s ease;cursor:pointer}.admin-quick-links a svg,.admin-quick-links .quick-link svg{width:22px;height:22px;color:#1a3c5e}.admin-quick-links a:hover,.admin-quick-links .quick-link:hover{border-color:#1a3c5e;background:#1a3c5e08;color:#1a3c5e}.admin-form-builder{display:flex;flex-direction:column;gap:24px}.admin-form-item{background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;padding:24px;transition:border-color .2s ease}.admin-form-item:hover{border-color:#1a3c5e}.admin-form-item__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.admin-form-item__header h4{font-size:15px;font-weight:600;color:#1a2332;margin:0}.admin-form-item__header .actions{display:flex;gap:8px}.admin-list-controls{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px;flex-wrap:wrap}.admin-list-controls__left,.admin-avatar-cell{display:flex;align-items:center;gap:16px}.admin-avatar-cell__img{width:38px;height:38px;border-radius:50%;object-fit:cover;background:#1a3c5e;color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0;overflow:hidden}.admin-avatar-cell__info .name{font-weight:600;color:#1a2332}.admin-avatar-cell__info .sub{font-size:11px;color:#8fa0b5}.admin-performance-list{display:flex;flex-direction:column;gap:16px;padding-top:8px}.admin-performance-list .perf-item{display:flex;flex-direction:column;gap:6px}.admin-performance-list .perf-header{display:flex;justify-content:space-between;align-items:center}.admin-performance-list .perf-header .perf-label{font-size:11px;font-weight:500;color:#5a6a7e}.admin-performance-list .perf-header .perf-value{font-size:11px;font-weight:700;color:#1a2332}.admin-performance-list .perf-bar{width:100%;height:6px;background:#f0f4f8;border-radius:99px;overflow:hidden}.admin-performance-list .perf-bar__fill{height:100%;border-radius:99px;transition:width .6s ease}*{box-sizing:border-box}.admin-wrapper{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}.admin-mgmt-tabs{display:flex;gap:8px;margin-bottom:20px}.admin-mgmt-tab{display:flex;align-items:center;gap:6px;padding:8px 16px;border-radius:8px;border:1px solid #e2e8f0;background:transparent;cursor:pointer;font-size:13px}.admin-mgmt-tab--active{background:#2d5986;color:#fff;border-color:#2d5986}.admin-mgmt-tab__count{background:#0000001f;border-radius:20px;padding:1px 7px;font-size:11px}.admin-tabs{display:flex;align-items:center;gap:12px;padding:10px 0;flex-wrap:wrap}.admin-tab{display:flex;align-items:center;gap:6px;padding:8px 16px;border-radius:8px;border:1px solid #e2e8f0;background:transparent;cursor:pointer;font-size:13px}.admin-tab--active{background:#234f84;border-color:#234f84;color:#fff;box-shadow:0 4px 12px #234f842e}
