:root{--primary-dark:#1e3a8a;--primary-darker:#172554;--gold:#fbbf24;--gold-glow:#fcd34d;--secondary:#3b82f6;--accent-light:#93c5fd;--ink:#0f172a;--white:#fff;--off:#f8f9fc;--gray:#475569;--light:#e2e8f0;--border:#1e3a8a14;--surface:#fff;--surface-muted:#f6f8fc;--surface-blue:#eef5ff;--line:#dfe7f2;--text-muted:#64748b;--radius-sm:10px;--radius:16px;--radius-lg:22px;--content-max:1320px;--font-body:"Plus Jakarta Sans", sans-serif;--font-heading:"Outfit", sans-serif;--shadow-sm:0 4px 14px #0f27470b;--shadow:0 12px 30px #0f274713;--shadow-lg:0 20px 44px #0f27471b;--shadow-xl:0 28px 58px #0f274721;--shadow-2xl:0 34px 68px #0f274729;--shadow-glow:0 0 30px #f59e0b40;--glass-bg:#ffffffd9;--glass-border:#ffffff80;--header-offset:152px}@media (width<=968px){:root{--header-offset:80px}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;overflow-x:clip}body{font-family:var(--font-body);background-color:var(--white);color:var(--ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;overflow-x:clip}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--primary-dark);text-wrap:balance;line-height:1.2}h1{letter-spacing:-.035em}h2{letter-spacing:-.022em}p{text-wrap:pretty}a{color:var(--secondary);text-decoration:none;transition:color .25s}::selection{color:var(--primary-darker);background:var(--gold-glow)}:where(a,button,input,select,textarea,summary,[tabindex]):focus-visible{outline-offset:3px;outline:3px solid #f59e0b}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.skip-link{z-index:2000;background:var(--primary-dark);color:var(--white);border-radius:0 0 8px;padding:.75rem 1.25rem;font-weight:700;position:absolute;top:0;left:-9999px}.skip-link:focus{left:0}button{font-family:var(--font-body);cursor:pointer;border:none}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.gradient-text{color:var(--gold)}.container{width:100%;max-width:var(--content-max);margin:0 auto;padding-left:clamp(1rem,4vw,3rem);padding-right:clamp(1rem,4vw,3rem)}.route-loading{min-height:100vh;padding:calc(var(--header-offset) + 2rem) 1rem 4rem;background:radial-gradient(circle at 20% 25%, #3b82f61a, transparent 32%), var(--off);place-items:center;display:grid}.route-loading__card{width:min(92vw,440px);color:var(--gray);text-align:center;background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow-lg);border-radius:18px;justify-items:center;gap:.65rem;padding:2rem;display:grid}.route-loading__card strong{color:var(--primary-dark);font:800 1.2rem/1.25 var(--font-heading)}.route-loading__card>span:last-child{font-size:.88rem;line-height:1.6}.route-loading__mark{border:4px solid #dbeafe;border-top-color:var(--primary-dark);border-radius:50%;width:42px;height:42px;animation:.8s linear infinite route-loading-spin}@keyframes route-loading-spin{to{transform:rotate(360deg)}}.btn-gold{color:var(--ink);text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%);border-radius:11px;align-items:center;gap:.5rem;min-height:48px;padding:.8rem 2rem;font-size:.95rem;font-weight:800;transition:all .3s cubic-bezier(.25,.8,.25,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 6px 20px #f59e0b66,inset 0 1px #fff6}.btn-gold:after{content:"";opacity:0;background:linear-gradient(#fff3,#fff0);width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.btn-gold:hover{transform:translateY(-2px);box-shadow:0 12px 26px #f59e0b57}.btn-gold:hover:after{opacity:1}.btn-gold:active{transform:translateY(-1px)scale(.98);box-shadow:0 4px 15px #f59e0b66}.btn-primary{background:linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-darker) 100%);color:var(--white);text-transform:uppercase;letter-spacing:.05em;border-radius:11px;align-items:center;gap:.5rem;min-height:48px;padding:.8rem 2rem;font-size:.95rem;font-weight:800;transition:all .3s cubic-bezier(.25,.8,.25,1);display:inline-flex;box-shadow:0 6px 20px #1e3a8a59,inset 0 1px #ffffff1a}.btn-primary:hover{background:linear-gradient(135deg, var(--secondary) 0%, var(--primary-dark) 100%);transform:translateY(-2px);box-shadow:0 12px 28px #3b82f673,0 4px 10px #3b82f633}.btn-primary:active{transform:translateY(-1px)scale(.98);box-shadow:0 4px 15px #3b82f64d}.table-wrapper,.fc-table-wrapper{border-radius:var(--radius);box-shadow:var(--shadow);background:var(--white);border:1px solid var(--border);margin:2.5rem 0;overflow-x:auto}table{border-collapse:separate;border-spacing:0;text-align:left;width:100%}th{background:var(--off);color:var(--primary-darker);text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid var(--border);padding:1rem 1.5rem;font-size:.82rem;font-weight:700}td{color:var(--gray);border-bottom:1px solid var(--border);padding:1rem 1.5rem;line-height:1.55;transition:background .2s,color .2s}tr:last-child td{border-bottom:none}tbody tr{transition:all .2s}tbody tr:nth-child(2n){background-color:#f8f9fc80}tbody tr:hover td{background-color:var(--off);color:var(--ink)}.btn-ghost{color:var(--white);text-transform:uppercase;letter-spacing:.05em;background:0 0;border:2px solid #ffffff80;border-radius:5px;align-items:center;gap:.5rem;padding:.8rem 2rem;font-size:.9rem;font-weight:700;transition:all .2s;display:inline-flex}.btn-ghost:hover{background:#ffffff26;border-color:#fffc;transform:translateY(-2px)}.btn-ghost:active{background:#fff3;transform:translateY(0)}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.fade-up{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeInUp}.stagger-1{animation-delay:.1s}.stagger-2{animation-delay:.2s}.stagger-3{animation-delay:.3s}.stagger-4{animation-delay:.4s}@keyframes blobFloat{0%{transform:translate(0)scale(1)}33%{transform:translate(30px,-50px)scale(1.1)}66%{transform:translate(-20px,20px)scale(.9)}to{transform:translate(0)scale(1)}}.top-bar{background:var(--off);font-size:.76rem;font-family:var(--font-body);border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:.45rem 5%;display:flex}.top-bar-left{color:var(--gray);flex:1;align-items:center;gap:.5rem;display:flex}.top-bar-left span{color:var(--primary-dark);font-weight:700}.top-bar-right{flex:1;justify-content:flex-end;align-items:center;gap:1.8rem;display:flex}.top-bar-link{color:var(--gray);align-items:center;gap:.4rem;font-weight:600;text-decoration:none;transition:color .2s;display:flex}.top-bar-link:hover{color:var(--secondary)}@media (width<=968px){.top-bar{display:none}}.updates-bar{background:#fffaf3;border-bottom:1px solid #f59e0b2e;align-items:center;height:2.8rem;padding:0 5%;line-height:1;display:flex;overflow:hidden;box-shadow:inset 0 2px 4px #00000005}.updates-bar-label{color:#9a3412;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;flex-shrink:0;align-items:center;gap:.5rem;height:100%;margin-right:1.5rem;font-size:.65rem;font-weight:900;display:inline-flex}.updates-bar-label span{background:#dc2626;border-radius:50%;width:6px;height:6px;animation:1.8s infinite pulse-dot;display:inline-block;box-shadow:0 0 8px #dc2626b3}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.6)}}.updates-bar-slide{flex:1;align-items:center;height:100%;display:flex;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 24px calc(100% - 24px),#0000);mask-image:linear-gradient(90deg,#0000 0,#000 24px calc(100% - 24px),#0000)}.updates-bar-track{white-space:nowrap;align-items:center;gap:4rem;height:100%;animation:35s linear infinite ticker;display:flex}.updates-bar:hover .updates-bar-track{animation-play-state:paused}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.updates-bar-item{color:var(--primary-dark);align-items:center;gap:.6rem;font-size:.75rem;font-weight:500;display:inline-flex}.nt-tag{color:#991b1b;text-transform:uppercase;letter-spacing:.05em;background:#fee2e2;border-radius:100px;padding:.2rem .5rem;font-size:.6rem;font-weight:800}.nt-exam{font-weight:800}.nt-date{color:var(--gray);font-weight:500}@media (width<=968px){.updates-bar{display:none}}.navbar{z-index:1000;background:#fffffffa;border-bottom:1px solid #0000000d;justify-content:center;align-items:center;width:100%;height:80px;transition:all .35s;display:flex;position:absolute;top:4.5rem;left:0}.navbar.scrolled{-webkit-backdrop-filter:blur(25px)saturate(180%);background:#ffffffbf;border-bottom:1px solid #fff9;height:70px;position:fixed;top:0;box-shadow:0 10px 30px #1e3a8a14}.navbar-container{justify-content:space-between;align-items:center;width:98%;max-width:1600px;display:flex}.navbar-logo-link{align-items:center;display:flex}.brand-logo-exact{background:#fff;border-radius:40px;align-items:center;gap:10px;padding:4px 14px 4px 4px;transition:all .3s;display:flex;box-shadow:0 4px 12px #0000001a}.navbar.scrolled .brand-logo-exact{box-shadow:none;background:0 0;padding:0}.brand-icon-exact{object-fit:cover;border-radius:50%;width:44px;height:44px;box-shadow:0 2px 8px #0000001a}.navbar.scrolled .brand-icon-exact{width:40px;height:40px}.brand-text-exact{flex-direction:column;justify-content:center;align-items:center;display:flex}.bt-top{font-family:var(--font-heading);letter-spacing:.02em;margin-bottom:2px;font-size:1.15rem;font-weight:800;line-height:1}.bt-future{color:var(--primary-dark);margin-right:4px}.bt-career{color:var(--gold)}.bt-middle{align-items:center;gap:6px;width:100%;margin-bottom:2px;display:flex}.bt-line{background-color:var(--primary-dark);opacity:.6;flex-grow:1;height:1px}.bt-guidance{font-family:var(--font-heading);color:var(--primary-dark);letter-spacing:.3em;margin-right:-.3em;font-size:.6rem;font-weight:700}.bt-bottom{font-family:var(--font-body);color:var(--gray);letter-spacing:.15em;font-size:.4rem;font-weight:700}.bt-dot{color:var(--gold);margin:0 3px;font-size:.5rem}.nav-menu{gap:1rem;list-style:none;display:flex}.nav-item a,.dropdown-toggle{color:var(--ink);text-transform:uppercase;letter-spacing:.02em;white-space:nowrap;padding-bottom:4px;font-size:.74rem;font-weight:800;position:relative}.navbar.scrolled .nav-item a,.navbar.scrolled .dropdown-toggle{color:var(--ink)}.nav-item a:after{content:"";background-color:var(--secondary);border-radius:2px;width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.nav-item a:hover:after{width:100%}.nav-item a:hover,.dropdown-toggle:hover{color:var(--secondary)}.dropdown{position:static}.dropdown-toggle{cursor:pointer;background:0 0;align-items:center;gap:4px;display:flex}.dropdown-toggle:focus-visible{outline:2px solid var(--secondary);outline-offset:3px;border-radius:4px}.dropdown-toggle:after{content:"";opacity:.8;border-top:5px solid;border-left:4px solid #0000;border-right:4px solid #0000;width:0;height:0;margin-top:1px;transition:transform .2s;display:inline-block}.dropdown:hover .dropdown-toggle:after{transform:rotate(180deg)}.dropdown-menu{background:var(--white);border:1px solid #1e3a8a14;border-top:4px solid var(--secondary);opacity:0;visibility:hidden;z-index:100;border-radius:0 0 16px 16px;flex-direction:column;width:100%;padding:.5rem 0;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:calc(100% + 15px);left:0;box-shadow:0 20px 40px #00000014,0 1px 3px #00000008}.dropdown:hover .dropdown-menu,.dropdown.is-open .dropdown-menu{opacity:1;visibility:visible;top:100%}.dropdown-menu li{list-style:none}.dropdown-menu li a{color:var(--ink);text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid var(--border);white-space:nowrap;padding:1rem 1.5rem;font-size:.85rem;font-weight:700;transition:background .2s,color .2s,padding-left .2s;display:block}.dropdown-menu li:last-child a{border-bottom:none}.scrolled .dropdown-menu li a{color:var(--ink)}.dropdown-menu li a:hover{color:var(--secondary)}@media screen and (width<=1500px){.nav-menu{gap:.7rem}.nav-item a,.dropdown-toggle{font-size:.7rem}}@media screen and (width<=1240px){.nav-menu{gap:.5rem}.nav-item a,.dropdown-toggle{letter-spacing:0;font-size:.64rem}.nav-cta .btn-primary{padding:.7rem 1.1rem;font-size:.8rem}}@media screen and (width<=968px){.nav-menu{display:none}}.nav-cta button{white-space:nowrap}.dropdown-menu.mega-menu{border-top:4px solid var(--gold);background:#fffbfa;border-bottom:2px solid #eee;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));width:100%;max-width:100%;padding:0;display:grid;left:0;box-shadow:0 20px 40px #0000001f}.dropdown:hover .dropdown-menu.mega-menu{transform:none}@media screen and (width<=1200px){.dropdown-menu.mega-menu{grid-template-columns:repeat(3,1fr)}}@media screen and (width<=900px){.dropdown-menu.mega-menu{grid-template-columns:repeat(2,1fr)}}.mega-col{border-right:2px solid #dcc8964d;flex-direction:column;min-width:0;padding:2.5rem 2rem;display:flex}.mega-col:last-child{border-right:none}.mega-title{font-family:var(--font-heading);color:var(--ink);border-bottom:3px solid var(--gold);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;margin-bottom:1.2rem;padding-bottom:.8rem;font-size:.95rem;font-weight:800}.dropdown-menu.mega-menu ul{margin:0;padding:0}.dropdown-menu.mega-menu li a{color:var(--gray);border-bottom:none;padding:.4rem 0;font-size:.75rem;font-weight:600;transition:all .2s;display:block}.dropdown-menu.mega-menu li a:hover{color:var(--primary-dark);background:0 0;padding-left:.5rem}.dropdown-menu.mega-menu li .nav-pending{color:#64748b;cursor:not-allowed;opacity:.72;white-space:nowrap;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.45rem;min-width:0;padding:.4rem 0;font-size:.75rem;font-weight:600;display:flex}.nav-pending small{color:#64748b;letter-spacing:.03em;text-transform:uppercase;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;padding:.15rem .35rem;font-size:.52rem;font-weight:800}.nav-burger{cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:0;display:none}.nav-burger span{background:var(--primary-darker);border-radius:2px;width:24px;height:2px;margin:0 auto;transition:transform .25s,opacity .2s;display:block}.nav-burger.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.nav-burger.is-open span:nth-child(2){opacity:0}.nav-burger.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media screen and (width<=968px){.navbar{top:0}.nav-burger{display:flex}.nav-menu{-webkit-overflow-scrolling:touch;z-index:999;background:#fff;margin:0;padding:.5rem 0 2rem;transition:transform .25s;display:block;position:fixed;inset:80px 0 0;overflow-y:auto;transform:translate(-100%);box-shadow:0 12px 30px #00000026}.nav-menu.is-open{transform:translate(0)}.nav-item{width:100%;display:block}.nav-item>a,.dropdown-toggle{border-bottom:1px solid #f0f0f0;padding:.9rem 1.25rem;font-size:1rem;font-weight:600;display:block}.dropdown-menu.mega-menu{opacity:1;visibility:visible;width:100%;max-width:100%;box-shadow:none;background:#fafafa;border:0;border-bottom:1px solid #eee;padding:.25rem 0 .75rem;display:none;position:static;transform:none}.dropdown.is-open .dropdown-menu.mega-menu{display:block}.dropdown.is-open>.dropdown-toggle:after{transform:rotate(180deg)}.mega-col{border-right:0;padding:.75rem 1.25rem}.mega-title{letter-spacing:.08em;margin-bottom:.35rem;font-size:.72rem}.mega-col ul{flex-wrap:wrap;gap:.4rem;display:flex}.mega-col ul li a{background:#fff;border:1px solid #e8e8e8;border-radius:6px;min-height:44px;padding:.55rem .7rem;font-size:.86rem;line-height:1.9;display:inline-block}.mega-col ul li .nav-pending{background:#f8fafc;border:1px solid #e8e8e8;border-radius:6px;align-items:center;min-height:44px;padding:.55rem .7rem;font-size:.82rem;display:inline-flex}.nav-cta{display:none}}.footer-cosmic{isolation:isolate;color:var(--white);background:radial-gradient(800px 500px at 12% 18%,#fbbf2424,#0000 64%),radial-gradient(900px 700px at 88% 80%,#173f7a57,#0000 66%),linear-gradient(135deg,#061f4f 0%,#0b2d68 52%,#173f7a 100%);border-top:3px solid #0000;border-image:linear-gradient(90deg,#0000 0%,#fbbf24 30%,#f97316 50%,#fbbf24 70%,#0000 100%) 1;margin-top:0;padding:clamp(3.5rem,6vw,5rem) 0 1.5rem;position:relative;overflow:hidden}.footer-cosmic:before{content:"";z-index:-1;pointer-events:none;filter:blur(2px);opacity:.75;background:radial-gradient(400px 320px at 30% 30%,#fbbf241a,#0000 70%),radial-gradient(500px 400px at 70% 70%,#3b82f626,#0000 70%);position:absolute;inset:-10%}@keyframes cfNebula{0%{opacity:.8;transform:translate(0)scale(1)}50%{opacity:1;transform:translate(-20px,15px)scale(1.05)}to{opacity:.9;transform:translate(20px,-15px)scale(1.03)}}.footer-content{z-index:2;grid-template-columns:minmax(240px,1.05fr) minmax(0,2fr);gap:clamp(2.5rem,6vw,6rem);margin-bottom:3rem;display:grid;position:relative}.footer-brand{max-width:380px}.footer-logo-img{border-radius:12px;width:auto;height:68px;margin-bottom:1.5rem;box-shadow:0 4px 16px #0003}.footer-brand p{color:#d9e3f2;font-size:.9rem;line-height:1.8}.footer-links{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1.5rem,3vw,3rem);display:grid}.link-group{flex-direction:column;gap:.85rem;min-width:0;display:flex}.link-group h4{color:var(--gold);font-size:.9rem;font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.5rem}.link-group a{color:#d9e3f2;overflow-wrap:anywhere;font-size:.85rem;font-weight:500;transition:color .2s,padding-left .2s}.link-group a:hover{color:var(--gold);padding-left:4px}.footer-bottom{text-align:center;color:#ffffff80;z-index:2;border-top:1px solid #ffffff1a;padding-top:2rem;font-size:.8rem;position:relative}@media screen and (width<=768px){.footer-content{grid-template-columns:1fr;gap:3rem}.footer-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}}@media screen and (width<=480px){.footer-links{grid-template-columns:1fr}}.mob-bar{display:none}@media (width<=768px){.mob-bar{z-index:900;background:var(--primary-darker);padding-bottom:env(safe-area-inset-bottom,0);gap:1px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 16px #0f172a2e}.mob-bar__tel,.mob-bar__wa{flex:1;justify-content:center;align-items:center;min-height:52px;font-size:.95rem;font-weight:800;display:flex}.mob-bar__tel{background:var(--primary-dark);color:#fff}.mob-bar__wa{color:#063;background:#25d366}body{padding-bottom:calc(52px + env(safe-area-inset-bottom,0))}}.hero-section{min-height:60vh;padding:calc(var(--header-offset) + 1.5rem) 0 20px;background-color:var(--off);z-index:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hero-section:before{content:"";filter:blur(60px);pointer-events:none;z-index:-1;background:radial-gradient(circle,#1e3a8a0d 0%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:15s ease-in-out infinite alternate floatOrb;position:absolute;top:-120px;left:-120px}.hero-section:after{content:"";filter:blur(70px);pointer-events:none;z-index:-1;background:radial-gradient(circle,#3b82f60d 0%,#0000 70%);border-radius:50%;width:600px;height:600px;animation:18s ease-in-out infinite alternate-reverse floatOrb;position:absolute;bottom:-150px;right:-50px}@keyframes floatOrb{0%{transform:translate(0)}to{transform:translate(40px,-40px)}}.hero-content{z-index:2;flex-direction:column;width:100%;display:flex;position:relative}.hero-main{grid-template-columns:1.1fr .9fr;align-items:center;gap:2rem;margin-bottom:2rem;display:grid}.hero-text-col{text-align:left;background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow-xl);border-radius:20px;padding:2rem;position:relative;overflow:hidden}.hero-text-col:before{content:"";background:linear-gradient(90deg, var(--primary-dark), var(--secondary));height:3px;position:absolute;top:0;left:0;right:0}.hero-badge{color:var(--primary-dark);letter-spacing:.1em;text-transform:uppercase;background:#1e3a8a0d;border:1px solid #1e3a8a1a;border-radius:30px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.25rem 1rem;font-size:.7rem;font-weight:800;display:inline-flex}.hero-badge .badge-dot{background-color:var(--secondary);width:6px;height:6px;box-shadow:0 0 10px var(--secondary);border-radius:50%;animation:2s infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:.4}}.hero-title{color:var(--primary-dark);text-align:left;letter-spacing:-.01em;margin-bottom:.8rem;font-size:clamp(1.8rem,3vw,2.8rem);line-height:1.2}.hero-subtitle{color:var(--gray);text-align:left;max-width:650px;margin-bottom:1.5rem;font-size:clamp(.9rem,1.2vw,1rem);font-weight:400;line-height:1.5}.hero-actions{justify-content:flex-start;gap:1.2rem;margin-bottom:1rem;display:flex}.hero-actions .btn-primary{background:var(--primary-dark)}.hero-actions .btn-primary:hover{background:var(--secondary)}.hero-actions .btn-ghost{color:var(--primary-dark);border:2px solid #1e3a8a33}.hero-actions .btn-ghost:hover{border-color:var(--primary-dark);background:#1e3a8a0d}.hero-image-col{justify-content:center;align-items:center;display:flex;position:relative}.hero-img-wrapper{width:100%;max-width:500px;position:relative}.hero-img{object-fit:cover;z-index:2;width:100%;max-height:380px;box-shadow:var(--shadow-2xl);border-radius:20px;position:relative}.hero-img-backdrop{background:var(--secondary);filter:blur(50px);opacity:.15;z-index:1;border-radius:50%;width:80%;height:80%;position:absolute;top:-10%;right:-10%}.hero-stats-wrapper{justify-content:center;width:100%;display:flex}.hero-stats{background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow-lg);border-radius:16px;display:flex;overflow:hidden}.stat-item{text-align:center;border-right:1px solid var(--border);padding:1.2rem 3rem}.stat-item:last-child{border-right:none}.stat-item h3{font-family:var(--font-body);color:var(--primary-dark);margin-bottom:.2rem;font-size:2rem;font-weight:800}.stat-item p{color:var(--gray);text-transform:uppercase;letter-spacing:.1em;font-size:.7rem;font-weight:600}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media screen and (width<=992px){.hero-main{text-align:center;grid-template-columns:1fr;gap:2rem}.hero-text-col,.hero-title,.hero-subtitle{text-align:center}.hero-subtitle{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}}@media screen and (width<=768px){.hero-actions{flex-direction:column;width:100%;max-width:320px;margin-left:auto;margin-right:auto}.hero-stats{flex-direction:column;width:100%;max-width:320px}.stat-item{border-bottom:1px solid #ffffff1a;border-right:none;padding:1rem}.stat-item:last-child{border-bottom:none}}.services-section{background-color:var(--off);padding:20px 0 70px;scroll-margin-top:80px;position:relative;overflow:hidden}.services-header{text-align:center;margin-bottom:2.5rem}.sec-label{text-transform:uppercase;letter-spacing:.1em;color:var(--secondary);background:#3b82f614;border:1px solid #3b82f626;border-radius:50px;margin-bottom:1rem;padding:.4rem 1.2rem;font-size:.85rem;font-weight:800;display:inline-block}.sec-title{font-family:var(--font-heading);color:var(--primary-dark);margin-bottom:1rem;font-size:2.5rem}.sec-title em{color:var(--gold);font-style:italic}.sec-sub{color:var(--gray);max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.svc-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.svc-card{background:var(--white);box-shadow:var(--shadow-sm);border:1px solid #1e3a8a14;border-radius:20px;flex-direction:column;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.svc-card:after{content:"";pointer-events:none;border-radius:20px;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffff80}.svc-card:hover{box-shadow:var(--shadow-lg);border-color:#1e3a8a1f;transform:translateY(-8px)scale(1.02)}.svc-image-wrapper{width:100%;height:180px;position:relative;overflow:hidden}.svc-image-wrapper:after{content:"";background:linear-gradient(to top, var(--white), transparent);z-index:2;height:60px;position:absolute;bottom:0;left:0;right:0}.svc-image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.svc-card:hover .svc-image{transform:scale(1.1)}.svc-content{z-index:3;flex-direction:column;flex:1;padding:1.5rem;display:flex;position:relative}.svc-tag{text-transform:uppercase;letter-spacing:.05em;border-radius:20px;align-self:flex-start;margin-bottom:1rem;padding:.25rem .8rem;font-size:.75rem;font-weight:800;display:inline-block}.svc-title{font-family:var(--font-heading);color:var(--primary-dark);margin-bottom:.8rem;font-size:1.3rem}.svc-desc{color:var(--gray);flex:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.svc-link{align-items:center;gap:.5rem;font-size:.95rem;font-weight:700;transition:transform .2s;display:inline-flex}.svc-card:hover .svc-link{transform:translate(5px)}@media screen and (width>=1180px){.services-section{padding:16px 0 44px}.services-section .container{width:100%;max-width:1680px;padding-left:clamp(1rem,2.5vw,2.5rem);padding-right:clamp(1rem,2.5vw,2.5rem)}.services-header{margin-bottom:1.4rem}.services-header .sec-label{margin-bottom:.6rem;padding:.3rem 1rem;font-size:.76rem}.services-header .sec-title{margin-bottom:.55rem;font-size:clamp(2rem,2.3vw,2.35rem)}.services-header .sec-sub{font-size:.98rem;line-height:1.45}.svc-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.svc-card,.svc-card:after{border-radius:16px}.svc-image-wrapper{height:clamp(125px,9vw,155px)}.svc-image-wrapper:after{height:42px}.svc-content{padding:1rem 1.1rem 1.15rem}.svc-tag{margin-bottom:.65rem;padding:.2rem .65rem;font-size:.67rem}.svc-title{margin-bottom:.5rem;font-size:1.12rem}.svc-desc{margin-bottom:.85rem;font-size:.82rem;line-height:1.5}.svc-link{font-size:.84rem}}@media screen and (width<=900px){.svc-grid{grid-template-columns:1fr}}@media screen and (width<=560px){.svc-content{padding:1.25rem}}.news-section{background-color:var(--off);padding:70px 0;position:relative}.news-header{text-align:center;margin-bottom:2.5rem}.news-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.news-card{background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:16px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.nc-image-wrapper{width:100%;height:180px;overflow:hidden}.nc-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.news-card:hover .nc-image{transform:scale(1.05)}.nc-content-wrapper{flex-direction:column;flex:1;padding:1.5rem;display:flex}.news-card:hover{box-shadow:var(--shadow);border-color:#1e3a8a26;transform:translateY(-8px)}.nc-meta{justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.8rem;display:flex}.nc-category{color:var(--secondary);text-transform:uppercase;letter-spacing:.05em;background:#3b82f61a;border-radius:20px;padding:.2rem .6rem;font-weight:800}.nc-date{color:var(--gray);font-weight:600}.nc-title{font-family:var(--font-heading);color:var(--primary-dark);margin-bottom:.8rem;font-size:1.15rem;line-height:1.4}.nc-excerpt{color:var(--gray);flex:1;margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.nc-link{color:var(--gold);align-self:flex-start;align-items:center;gap:.5rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:transform .2s,color .2s;display:inline-flex}.news-card:hover .nc-link{color:#fbbf24;transform:translate(5px)}.news-footer{text-align:center;margin-top:2.5rem}@media screen and (width<=768px){.news-grid{grid-template-columns:1fr;gap:1.5rem}}.home-about{background:var(--white)}.home-about__section{background:radial-gradient(circle at 92% 8%,#3b82f61a,#0000 28%),linear-gradient(#fff 0%,#f8fbff 100%);padding:clamp(4rem,7vw,6.5rem) 0;scroll-margin-top:80px;position:relative;overflow:hidden}.home-about__section:after{content:"";pointer-events:none;border:1px solid #1e3a8a14;border-radius:50%;width:34rem;height:34rem;position:absolute;bottom:-14rem;right:-10rem;box-shadow:0 0 0 4rem #1e3a8a06,0 0 0 8rem #1e3a8a05}.home-about__container{z-index:1;position:relative}.home-about__content{text-align:center;max-width:980px;margin:0 auto}.home-about__content .sec-title{letter-spacing:-.025em;max-width:820px;margin-left:auto;margin-right:auto;font-size:clamp(2rem,4vw,3rem)}.home-about__desc{max-width:78ch;color:var(--gray);margin:.8rem auto 0;font-size:clamp(.98rem,1.2vw,1.08rem);line-height:1.75}.home-about__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;max-width:900px;margin:2.25rem auto 0;display:grid}.home-about__stat{background:#ffffffe0;border:1px solid #dbe5f2;border-radius:16px;place-content:center;gap:.28rem;min-height:108px;padding:1rem;display:grid;box-shadow:0 10px 26px #1e3a8a0f}.home-about__stat-value{color:var(--primary-dark);font:800 clamp(1.15rem, 2vw, 1.45rem)/1.2 var(--font-heading)}.home-about__stat-label{color:#64748b;letter-spacing:.05em;text-transform:uppercase;font-size:.78rem;font-weight:750}.home-team{background:#f7f9fd;border-top:1px solid #e5ebf4;padding:clamp(4rem,7vw,6rem) 0}.home-team__header{text-align:center;max-width:720px;margin:0 auto 2.5rem}.home-team__header h2{letter-spacing:-.02em;margin-bottom:.75rem;font-size:clamp(1.85rem,3vw,2.55rem)}.home-team__header p{color:#64748b;line-height:1.7}.home-team__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;display:grid}.home-team__card{background:#fff;border:1px solid #dfe7f2;border-radius:18px;min-width:0;padding:1.65rem;position:relative;overflow:hidden;box-shadow:0 12px 30px #0f274712}.home-team__card:before{content:"";background:linear-gradient(90deg, var(--primary-dark), var(--gold));height:4px;position:absolute;inset:0 0 auto}.home-team__avatar{color:#fff;background:linear-gradient(145deg,#173f7a,#0b2d68);border:3px solid #dbeafe;border-radius:16px;place-items:center;width:56px;height:56px;margin-bottom:1rem;font-weight:850;display:grid;box-shadow:0 8px 18px #0b2d682e}.home-team__name{color:var(--primary-darker);margin-bottom:.18rem;font-size:1.18rem}.home-team__title{color:#315487;letter-spacing:.04em;text-transform:uppercase;min-height:2.6em;margin-bottom:1.1rem;font-size:.78rem;font-weight:800;display:block}.home-team__creds{color:#475569;margin:0 0 1.1rem;padding:0;font-size:.84rem;list-style:none}.home-team__creds li{border-bottom:1px solid #edf1f7;padding:.48rem 0;line-height:1.5}.home-team__desc{color:#64748b;margin:0;font-size:.88rem;line-height:1.7}@media (width<=900px){.home-team__grid{grid-template-columns:1fr}.home-team__card{width:100%;max-width:680px;margin:0 auto}}@media (width<=640px){.home-about__section,.home-team{padding:3.5rem 0}.home-about__content{text-align:left}.home-about__content .sec-title,.home-about__desc{margin-left:0;margin-right:0}.home-about__stats{grid-template-columns:1fr;margin-top:1.6rem}.home-about__stat{text-align:left;place-content:center start;min-height:88px}.home-team__header{text-align:left}.home-team__card{padding:1.35rem}}.contact-section{color:var(--white);background:radial-gradient(circle at 86% 12%,#3b82f633,#0000 30%),linear-gradient(135deg,#061f4f 0%,#0b2d68 56%,#173f7a 100%);padding:clamp(4rem,7vw,6rem) 0;scroll-margin-top:80px;position:relative;overflow:hidden}.contact-section:before{content:"";opacity:.5;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" xmlns=\"http://www.w3.org/2000/svg\"%3E%3Cg fill=\"%23ffffff\" fill-opacity=\"0.03\" fill-rule=\"evenodd\"%3E%3Ccircle cx=\"3\" cy=\"3\" r=\"3\"/%3E%3Ccircle cx=\"13\" cy=\"13\" r=\"3\"/%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.contact-section:after{content:"";pointer-events:none;background:radial-gradient(circle,#3b82f633 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-200px;right:-200px}.contact-container{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2.5rem,5vw,5rem);display:grid;position:relative}.contact-info{padding-right:2rem}.contact-info .sec-label{color:var(--gold);background:#f59e0b1a;border-color:#f59e0b33;margin-bottom:1rem}.contact-info .sec-title{color:var(--white);margin-bottom:1rem;font-size:2.8rem}.contact-desc{color:#ffffffb3;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.6}.ci-list{flex-direction:column;gap:1.25rem;display:flex}.ci-item{background:#ffffff0e;border:1px solid #ffffff1a;border-radius:16px;align-items:flex-start;gap:1rem;padding:1.25rem;transition:all .3s;display:flex}.ci-item:hover{background:#ffffff0f;border-color:#ffffff1a;transform:translate(5px)}.ci-icon{width:45px;height:45px;color:var(--gold);background:#f59e0b26;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.ci-text h4{font-family:var(--font-body);color:var(--white);margin-bottom:.3rem;font-size:1.05rem}.ci-text p{color:#fff9;font-size:.95rem;line-height:1.5}.contact-form-wrapper{background:var(--white);z-index:10;color:var(--ink);border:1px solid #0000000d;border-radius:22px;padding:2.5rem;position:relative;box-shadow:0 30px 70px #030f2647}.contact-form{display:block}.cf-title{font-family:var(--font-heading);color:var(--primary-dark);text-align:center;margin-bottom:2rem;font-size:2rem}.form-group{flex-direction:column;margin-bottom:1.5rem;display:flex}.form-row{gap:1.5rem;display:flex}.form-group.half{flex:1}.contact-form label{color:var(--primary-dark);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.8rem;font-weight:800}.contact-form input,.contact-form select,.contact-form textarea{background:var(--white);border:1px solid #1e3a8a26;border-radius:12px;width:100%;padding:1rem 1.2rem;font-family:inherit;font-size:.95rem;transition:all .3s;box-shadow:inset 0 2px 4px #00000005}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--secondary);background:var(--white);outline:none;box-shadow:0 0 0 4px #3b82f626,inset 0 2px 4px #00000005}.contact-form textarea{resize:vertical;min-height:140px}.cf-btn{width:100%;margin-top:1rem;padding:1rem;font-size:1.1rem}@media screen and (width<=968px){.contact-container{grid-template-columns:1fr;gap:4rem}.contact-info,.contact-form-wrapper{width:100%;min-width:0}.contact-info{padding-right:0}.contact-form-wrapper{padding:clamp(1.25rem,6vw,2rem)}.ci-text{min-width:0}.ci-text p{overflow-wrap:anywhere}.form-row{flex-direction:column;gap:0}}.cf-sent-note{color:#059669;margin-top:1rem;font-size:.85rem;font-weight:600;line-height:1.5}.form-consent{color:#475569;letter-spacing:0;text-transform:none;align-items:flex-start;gap:.65rem;font-size:.82rem;font-weight:500;line-height:1.5;display:flex}.form-consent input{flex:none;width:1rem;height:1rem;margin-top:.18rem}.form-consent a{color:#1d4ed8}.form-handoff-note{color:#64748b;margin:0;font-size:.78rem;line-height:1.5}.ci-detail-link,.ci-hours{margin-top:.5rem;font-size:.85rem}.ci-detail-link a{color:#60a5fa;text-underline-offset:2px;text-decoration:underline}.ci-hours{color:#ffffff85}@media screen and (width>=1180px){.contact-section{min-height:0;padding:clamp(3.5rem,6vh,4.75rem) 0;scroll-margin-top:70px}.contact-section>.container{max-width:1380px}.contact-container{grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:clamp(3rem,5vw,5.5rem)}.contact-info{padding-right:0}.contact-info .sec-label{margin-bottom:.65rem}.contact-info .sec-title{margin-bottom:.75rem;font-size:clamp(2.3rem,3.3vw,3rem);line-height:1.12}.contact-desc{max-width:62ch;margin-bottom:1.5rem;font-size:1rem;line-height:1.65}.ci-list{gap:.85rem}.ci-item{border-radius:14px;gap:.9rem;padding:.95rem 1.05rem}.ci-icon{border-radius:10px;width:42px;height:42px;font-size:1.05rem}.ci-text h4{margin-bottom:.15rem;font-size:.98rem}.ci-text p{font-size:.84rem;line-height:1.45}.ci-detail-link,.ci-hours{margin-top:.25rem}.contact-form-wrapper{border-radius:20px;padding:clamp(1.65rem,2.4vw,2rem)}.cf-title{margin-bottom:1.3rem;font-size:clamp(1.7rem,2.2vw,2rem)}.form-group{margin-bottom:.9rem}.form-row{gap:1rem}.contact-form label{margin-bottom:.4rem;font-size:.74rem}.contact-form input,.contact-form select,.contact-form textarea{border-radius:10px;min-height:46px;padding:.78rem .95rem;font-size:.9rem}.contact-form textarea{min-height:96px}.form-consent{gap:.5rem;font-size:.74rem;line-height:1.35}.form-handoff-note{font-size:.72rem;line-height:1.35}.cf-btn{margin-top:.75rem;padding:.82rem;font-size:.94rem}}.home-story{padding:clamp(4rem,8vw,7rem) 0;overflow:hidden}.home-story--blue{background:linear-gradient(135deg,#eff6ff 0%,#fff 55%,#fff7ed 100%)}.home-story--cream{background:#fffaf2}.home-story-grid,.home-final-cta-grid{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);align-items:center;gap:clamp(2rem,5vw,5rem);display:grid}.home-story-copy h2,.home-final-cta-copy h2{color:var(--primary-dark);font-family:var(--font-heading);margin:.65rem 0 1.25rem;font-size:clamp(2rem,4vw,3.4rem);line-height:1.08}.home-story-copy>p,.home-final-cta-copy p{color:#475569;font-size:1.05rem;line-height:1.75}.home-kicker{color:#b45309;letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;font-weight:800;display:inline-block}.home-step-list{counter-reset:home-step;gap:.9rem;margin:1.75rem 0 2rem;padding:0;list-style:none;display:grid}.home-step-list li{color:#475569;background:#ffffffd9;border:1px solid #dbeafe;border-radius:14px;padding:1rem 1rem 1rem 3.4rem;line-height:1.55;position:relative}.home-step-list li:before{background:var(--primary-dark);color:#fff;content:counter(home-step);counter-increment:home-step;border-radius:50%;justify-content:center;align-items:center;width:1.9rem;height:1.9rem;font-weight:800;display:flex;position:absolute;top:.85rem;left:.85rem}.home-story-image{border-radius:32px;position:relative;overflow:hidden}.home-story-image--landscape{background:#fff;box-shadow:0 32px 70px #1e40af24}.home-story-image--portrait{justify-self:center;max-width:520px}.home-story-img{object-fit:cover;width:100%;max-width:100%;height:auto;display:block}.home-story--cream .fc-quick-answer{margin:1.5rem 0 1rem}.home-text-link{color:var(--primary-dark);margin-top:.5rem;font-weight:800;text-decoration:none;display:inline-block}.home-text-link:hover{color:var(--secondary)}.home-guidance-details{max-width:var(--content-max);padding-top:clamp(1rem,3vw,2rem);padding-bottom:clamp(1rem,3vw,2rem)}.home-guidance-details .section-title{max-width:780px;margin-bottom:.85rem}.home-guidance-lead{color:#64748b;max-width:78ch;line-height:1.75}.home-guidance-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.75rem;display:grid}.home-guidance-grid article{background:#fff;border:1px solid #dfe7f2;border-radius:16px;min-width:0;padding:1.35rem 1.4rem;position:relative;box-shadow:0 10px 26px #0f27470e}.home-guidance-grid article>span{color:#fff;background:#173f7a;border-radius:9px;place-items:center;width:2rem;height:2rem;margin-bottom:.75rem;font-size:.7rem;font-weight:850;display:inline-grid}.home-guidance-grid h3{color:#123b79;margin-bottom:.55rem;font-size:1.08rem}.home-guidance-grid p{color:#64748b;margin:0;font-size:.92rem;line-height:1.7}.home-guidance-links{background:#eef5ff;border-left:3px solid #3b82f6;border-radius:0 10px 10px 0;margin-top:1.25rem;padding:.9rem 1rem}.home-guidance-links a{color:#123b79;text-underline-offset:.16em;font-weight:750;text-decoration:underline}.home-final-cta{color:#fff;background:#0f2747;overflow:hidden}.home-final-cta-grid{min-height:520px}.home-final-cta-copy{z-index:1;padding:4rem 0;position:relative}.home-final-cta-copy h2,.home-final-cta-copy p{color:#fff}.home-final-cta-copy p{color:#dbeafe;max-width:620px}.home-final-actions{flex-wrap:wrap;gap:.8rem;margin-top:2rem;display:flex}.home-final-cta .btn-ghost{color:#fff;border-color:#ffffffb3}.home-final-cta-image{align-self:end}@media (width<=760px){.home-story-grid,.home-final-cta-grid{grid-template-columns:1fr}.home-story-grid--portrait .home-story-image{grid-row:1}.home-final-cta-copy{padding-bottom:0}.home-final-cta-grid{min-height:auto}.home-guidance-grid{grid-template-columns:1fr}}.sibm-pune-page{font-family:var(--font-body);color:var(--ink)}.fc-sxo-hero{padding:calc(var(--header-offset) + 1.25rem) clamp(1rem, 4vw, 3rem) 3.25rem;text-align:center;background-color:#edf4ff;border-bottom:1px solid #d8e4f4;position:relative}.fc-sxo-hero-grad{z-index:0;background:radial-gradient(circle at 18% 16%,#ffffffd9,#0000 28%),radial-gradient(circle at 84% 88%,#fbbf241a,#0000 30%),linear-gradient(135deg,#eef5ff 0%,#dbeafe 54%,#edf4ff 100%);position:absolute;inset:0}.fc-sxo-hero-inner{z-index:1;max-width:1040px;margin:0 auto;position:relative}.fc-hero-badge{background:var(--primary-dark);color:#fff;border-radius:8px;margin-bottom:1rem;padding:.2rem .6rem;font-weight:600;display:inline-block}.fc-sxo-hero h1{color:#123b79;letter-spacing:-.035em;max-width:1020px;margin:0 auto;font-size:clamp(2rem,3.5vw,3.15rem);line-height:1.08}.fc-hero-sub{max-width:74ch;color:var(--gray);margin:1rem auto 0;font-size:1.02rem;line-height:1.65}.fc-content-body{color:#334155;max-width:900px;margin:0 auto;line-height:1.72}.college-spoke-page>.container,.sibm-pune-page>.container{width:100%;max-width:1600px;padding-left:clamp(1rem,3vw,3rem);padding-right:clamp(1rem,3vw,3rem)}.college-spoke-page>.fc-content-body,.sibm-pune-page>.fc-content-body{max-width:1600px}.college-page-layout{grid-template-columns:minmax(0,1fr);grid-template-areas:"intro""sidebar""content";align-items:start;gap:clamp(1.75rem,3vw,2.75rem);display:grid}.college-page-intro{grid-area:intro;min-width:0}.college-page-main{grid-area:content;min-width:0}.college-page-main .fc-content-body{max-width:none;margin-left:0;margin-right:0}@media (width>=1180px){.college-page-layout{grid-template-columns:minmax(0,1fr) minmax(320px,350px);grid-template-areas:"intro sidebar""content sidebar"}}.section-title{color:var(--primary-dark);border-bottom:2px solid var(--light);margin-bottom:1rem;padding-bottom:.5rem;font-size:clamp(1.45rem,2.2vw,1.8rem);font-weight:700}.college-page-main .section-title{color:#0b2d68;border-bottom-color:#d9e3f2;position:relative}.college-page-main .section-title:after{content:"";background:#fbbf24;border-radius:999px;width:72px;height:3px;position:absolute;bottom:-2px;left:0}.fc-table{border-collapse:collapse;width:100%}.fc-table th,.fc-table td{text-align:left;border:1px solid #ddd;padding:.75rem}.fc-table th{background-color:#f1f1f1;font-weight:600}.fc-hub-links{padding:0;list-style:none}.fc-hub-links li{margin-bottom:1rem}.fc-hub-link{color:inherit;border:1px solid #ddd;border-radius:8px;flex-direction:column;padding:1rem;text-decoration:none;transition:box-shadow .2s;display:flex}.fc-hub-link:hover{box-shadow:0 4px 12px #0000001a}.fc-hub-link-disabled{color:#999;border:1px dashed #ccc;border-radius:8px;padding:1rem;display:block}.fc-faq-item h3{color:var(--primary-dark)}.fc-content-body table{-webkit-overflow-scrolling:touch;border-collapse:collapse;width:100%;max-width:100%;display:block;overflow-x:auto}.fc-content-body table th,.fc-content-body table td{white-space:nowrap;padding:.6rem .75rem;font-size:.9rem}.fc-content-body table td:last-child{white-space:normal;min-width:200px}.fc-content-body .fc-data-table{border:1px solid #cbd5e1;border-radius:14px;margin:1rem 0 1.35rem;box-shadow:0 8px 24px #0f2d6812}.fc-content-body .fc-data-table caption{color:#fff;text-align:left;background:linear-gradient(100deg,#0b2d68,#0b7285);padding:.85rem 1rem;font-size:1rem;font-weight:800}.fc-content-body .fc-data-table thead th{color:#0f2f68;white-space:normal;background:#eaf2fb;border:1px solid #cbd5e1;font-weight:800}.fc-content-body .fc-data-table tbody td,.fc-content-body .fc-data-table tfoot td,.fc-content-body .fc-data-table tfoot th{border:1px solid #dbe3ee}.fc-content-body .fc-data-table tbody tr:nth-child(2n) td{background:#f8fafc}.fc-content-body .fc-data-table tbody td:first-child{color:#102a56;font-weight:700}.fc-content-body .fc-data-table tfoot th,.fc-content-body .fc-data-table tfoot td{color:#fff;background:#0b2d68;font-weight:800}.fc-content-body .fc-data-table--wide td:last-child{white-space:nowrap;min-width:auto}.fc-table-source{color:#52647f;margin:-.55rem 0 1.4rem;font-size:.88rem}.fc-official-warning{color:#713f12;background:#fff7df;border-left:4px solid #fbbf24;margin:1rem 0;padding:.9rem 1rem;font-weight:700}.fc-data-reconciliation{color:#17325f;background:#eef6ff;border:1px solid #cfe2f7;border-left:4px solid #0b7285;border-radius:0 10px 10px 0;margin:1rem 0 1.4rem;padding:.95rem 1rem;line-height:1.7}.college-spoke-page--pict .fc-content-body>.fc-content-section{scrollbar-gutter:stable;background:#fff;border:1px solid #dbe5f2;border-radius:16px;margin:0 0 1.4rem;padding:clamp(1rem,2vw,1.35rem);overflow-x:auto;box-shadow:0 8px 24px #0f2d680e}.college-spoke-page--pict .fc-content-body>.fc-content-section>.section-title{margin-top:0}.college-spoke-page--pict .fc-content-body .fc-data-table,.college-spoke-page--pict .source-evidence__details .fc-data-table{table-layout:auto;border-collapse:separate;border-spacing:0;width:100%;min-width:100%;max-width:none;display:table;overflow:hidden}.college-spoke-page--pict .fc-data-table caption{caption-side:top;border-radius:13px 13px 0 0;width:auto}.college-spoke-page--pict .fc-data-table th,.college-spoke-page--pict .fc-data-table td{vertical-align:middle;height:52px}.college-spoke-page--pict .fc-data-table thead th:first-child,.college-spoke-page--pict .fc-data-table tbody td:first-child,.college-spoke-page--pict .fc-data-table tfoot th:first-child,.college-spoke-page--pict .fc-data-table tfoot td:first-child{padding-left:1rem}.college-spoke-page--pict .fc-content-body .fc-data-table--prose{table-layout:fixed;min-width:0}.college-spoke-page--pict .fc-data-table--prose th,.college-spoke-page--pict .fc-data-table--prose td{vertical-align:top;white-space:normal;overflow-wrap:anywhere;height:auto;padding:.8rem .9rem;line-height:1.5}.college-spoke-page--pict .source-evidence__details{min-width:0;overflow-x:auto}.college-spoke-page--pict .source-evidence,.college-spoke-page--pict .source-evidence ul,.college-spoke-page--pict .source-evidence li{min-width:0;max-width:100%}.college-spoke-page--pict .source-evidence li>a,.college-spoke-page--pict .source-evidence li>span,.college-spoke-page--pict .source-evidence li>small,.college-spoke-page--pict .source-evidence li p,.college-spoke-page--pict .source-evidence__details th,.college-spoke-page--pict .source-evidence__details td{vertical-align:top;overflow-wrap:anywhere;word-break:break-word;white-space:normal;height:auto;padding:.72rem .75rem;font-size:.82rem;line-height:1.45}.college-spoke-page--pict .source-evidence__details .fc-data-table{table-layout:fixed}.college-spoke-page--pict .source-evidence__details .fc-data-table th:first-child{width:25%}.college-spoke-page--pict .source-evidence__details .fc-data-table th:nth-child(2){width:34%}.college-spoke-page--pict .source-evidence__details .fc-data-table th:nth-child(3){width:20%}.college-spoke-page--pict .source-evidence__details .fc-data-table th:nth-child(4){width:21%}.college-spoke-page--pict .source-evidence__details .fc-data-table--wide td:last-child{white-space:normal;min-width:0}.pict-historical-matrix{background:#f8fafc;border:1px solid #dbe5f2;border-radius:12px;margin:1rem 0;padding:.85rem 1rem}.pict-historical-matrix summary{color:#0b2d68;cursor:pointer;font-weight:800}.pict-sourcing-review{background:#fff;border:1px solid #dbe5f2;border-radius:14px;margin:1.25rem 0 1.5rem;padding:1rem;box-shadow:0 8px 24px #0f2d680d}.pict-sourcing-review .fc-accuracy-note{margin-bottom:1rem}.pict-sourcing-review .fc-publication-meta{margin-top:0}.pict-sourcing-review .fc-byline:last-child{margin-bottom:0}.pict-detailed-content{border:1px solid #dbe5f2;border-left:5px solid var(--gold);background:linear-gradient(135deg,#eef4ff 0%,#fffaf0 100%);border-radius:14px;margin:2rem 0 1rem;padding:1.1rem 1.25rem}.pict-detailed-content>span{color:#8a5a00;letter-spacing:.08em;margin-bottom:.35rem;font-size:.72rem;font-weight:850;display:inline-block}.pict-detailed-content h2{color:var(--primary-darker);margin:0 0 .35rem}.pict-detailed-content p{color:#526078;margin:0}.college-spoke-page--pict .fc-table-source:last-child{margin-bottom:0}.fc-content-body img,.fc-content-body iframe{max-width:100%;height:auto}.fc-content-body{overflow-wrap:break-word}@media screen and (width<=768px){.fc-sxo-hero{padding:calc(var(--header-offset) + 1.25rem) 1rem 2.5rem}.fc-sxo-hero h1{font-size:clamp(1.8rem,8vw,2.25rem);line-height:1.12}.fc-hero-sub{font-size:.98rem;line-height:1.55}.fc-sxo-hero-inner,.fc-content-body,.container{padding-left:1rem;padding-right:1rem}.fc-content-body h2{font-size:1.35rem;line-height:1.3}.fc-content-body h3{font-size:1.1rem}.fc-content-body p,.fc-content-body li{font-size:1rem;line-height:1.7}.fc-hub-link{min-height:44px;line-height:1.6;display:inline-block}}.fc-publication-meta{flex-wrap:wrap;gap:.55rem;margin:1.5rem 0 .7rem;display:flex}.fc-publication-meta__item{color:#334155;background:#f8fafc;border:1px solid #dbe3ef;border-radius:999px;align-items:center;gap:.38rem;min-height:36px;padding:.42rem .7rem;font-size:.82rem;font-weight:650;display:inline-flex}.fc-publication-meta__item--updated{color:#14532d;background:#f0fdf4;border-color:#bbf7d0}.fc-publication-meta time{font-weight:800}.fc-byline{color:#4b5563;margin:0 0 .75rem;font-size:.9rem;line-height:1.7}.fc-byline a{color:var(--primary-darker);font-weight:600;text-decoration:underline}.fc-accuracy-note{border-left:4px solid var(--gold);color:#374151;background:#f8fafc;border-radius:0 8px 8px 0;margin:0 0 1.5rem;padding:1rem 1.15rem;font-size:.9rem;line-height:1.75}.fc-accuracy-note code{background:#fff3cd;border-radius:3px;padding:.1rem .35rem;font-size:.85em}.fc-accuracy-note--compact{padding:.8rem 1rem;font-size:.84rem;line-height:1.55}.fc-accuracy-note--compact ul{margin:.45rem 0 0;padding-left:1.15rem}.fc-accuracy-note--compact li{margin:.18rem 0}@media screen and (width<=768px){.fc-accuracy-note{padding:.9rem 1rem;font-size:.86rem}.fc-byline{font-size:.85rem}.fc-publication-meta__item{border-radius:9px;width:100%}}.sibm-pune-page .fc-quick-answer,.college-spoke-page .fc-quick-answer{background:#fffbeb;border:1px solid #fde68a;border-radius:10px;margin:0 0 1.5rem;padding:1.1rem 1.25rem}.fc-qa-tag{background:var(--gold);color:var(--ink);letter-spacing:.06em;border-radius:4px;margin-bottom:.5rem;padding:.2rem .55rem;font-size:.7rem;font-weight:800;display:inline-block}.sibm-pune-page .fc-quick-answer p,.college-spoke-page .fc-quick-answer p{color:#1f2937;margin:0;line-height:1.75}.fc-jump{z-index:20;-webkit-overflow-scrolling:touch;scrollbar-width:none;overscroll-behavior-inline:contain;background:#fff;border-bottom:1px solid #e2e8f0;flex-wrap:nowrap;align-items:center;gap:.5rem;margin:0;padding:.6rem max(1rem,50% - 590px);display:flex;position:sticky;top:70px;overflow-x:auto;box-shadow:0 5px 16px #0f172a0f}.fc-jump--hero{width:100%}.college-spoke-page--pict .fc-jump{z-index:5;background:#f8fafc;flex-wrap:wrap;justify-content:center;padding-block:.55rem;position:relative;top:auto;overflow-x:visible;box-shadow:0 4px 12px #0f172a0a}.college-spoke-page--pict .fc-jump-link{background:#fff;min-height:40px;padding-inline:.9rem}.fc-jump::-webkit-scrollbar{display:none}.fc-jump-label{color:#6b7280;flex-shrink:0;font-size:.78rem;font-weight:700}.fc-jump-link{min-height:44px;color:var(--primary-darker);white-space:nowrap;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;flex-shrink:0;align-items:center;padding:0 .75rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:color .2s,background .2s,border-color .2s;display:inline-flex}.fc-jump-link:hover{color:#fff;background:#173f7a;border-color:#173f7a}.pict-cutoff-status{grid-template-columns:minmax(220px,.9fr) minmax(260px,1.1fr);gap:.8rem;margin:.9rem 0 1rem;display:grid}.pict-cutoff-status>div{background:#f8fafc;border:1px solid #cbd5e1;border-radius:12px;gap:.2rem;padding:1rem 1.1rem;display:grid}.pict-cutoff-status span{color:#64748b;letter-spacing:.07em;text-transform:uppercase;font-size:.72rem;font-weight:800}.pict-cutoff-status strong{color:#0b2d68;font-size:1.15rem}.pict-cutoff-status em{color:#7c2d12;background:#ffedd5;border-radius:999px;width:fit-content;padding:.18rem .55rem;font-size:.74rem;font-style:normal;font-weight:800}.pict-cutoff-status small{color:#64748b;font-size:.78rem;line-height:1.45}.pict-cutoff-status__history strong i{color:#fbbf24;font-style:normal}.college-spoke-page--pict .fc-data-table th small{opacity:.82;margin-top:.15rem;font-size:.68em;font-weight:600;display:block}.fc-related-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:.75rem;display:grid}.fc-related-card{border:1px solid #e5e7eb;border-left:3px solid var(--gold);min-height:44px;color:var(--primary-darker);background:#fff;border-radius:8px;padding:.85rem 1rem;font-size:.92rem;font-weight:600;text-decoration:none;display:block}.fc-related-card:hover{background:#f8fafc}[id^=sec-],.fc-content-section,.pict-sourcing-review,#quick-overview,#college-snapshot-title,#college-overview-title,#college-faqs-title,#extended-admission-faqs-title,#pict-primary-evidence,#data-accuracy-title,#pict-detailed-content{scroll-margin-top:130px}@media screen and (width<=768px){.fc-jump{top:70px}.fc-jump-label{font-size:.72rem}.fc-jump-link{min-height:40px;font-size:.78rem}.fc-quick-answer{padding:.9rem 1rem}.fc-related-grid{grid-template-columns:1fr}.college-spoke-page--pict .fc-content-body>.fc-content-section{border-radius:12px;padding:.9rem}.college-spoke-page--pict .fc-content-body .fc-data-table{min-width:620px}.college-spoke-page--pict .fc-content-body .fc-data-table--wide,.college-spoke-page--pict .source-evidence__details .fc-data-table--wide{min-width:820px}.college-spoke-page--pict .fc-jump{flex-wrap:nowrap;justify-content:flex-start;padding-inline:.75rem;top:auto;overflow-x:auto}.pict-cutoff-status{grid-template-columns:1fr}.pict-sourcing-review{border-radius:12px;margin-top:1rem;padding:.9rem}.pict-detailed-content{border-radius:12px;margin-top:1.5rem;padding:1rem}}.fc-crumbs{color:var(--gray);flex-wrap:wrap;align-items:center;gap:.4rem;margin:1.25rem 0 0;font-size:.82rem;display:flex}.fc-crumbs a{color:var(--primary-dark);font-weight:600}.fc-crumbs a:hover{color:var(--secondary)}.fc-crumbs span[aria-current]{color:var(--gray);text-overflow:ellipsis;white-space:nowrap;max-width:60vw;overflow:hidden}.fc-keyfacts{border:1px solid var(--light);border-left:4px solid var(--primary-dark);background:#fff;border-radius:14px;margin:0 0 1.25rem;padding:1rem 1.25rem;box-shadow:0 8px 22px #0f27470e}.fc-keyfacts h2{font-family:var(--font-heading);color:var(--primary-dark);margin:0 0 .6rem;font-size:1.05rem}.fc-keyfacts ul{margin:0;padding-left:1.2rem}.fc-keyfacts li{margin-bottom:.35rem;font-size:.95rem;line-height:1.6}.fc-oneline{border-left:3px solid var(--secondary);color:#1f2937;background:#f0f9ff;border-radius:0 10px 10px 0;margin:0 0 .9rem;padding:.55rem .85rem;font-size:.95rem;line-height:1.6}.fc-doclist{padding-left:1.3rem}.fc-doclist li{margin-bottom:.45rem;line-height:1.65}.fc-address{line-height:1.7}.about-page{color:var(--ink);background:#fff}.about-hero{background:linear-gradient(135deg, var(--primary-darker) 0%, #0a1430 100%);color:#fff;padding:calc(var(--header-offset) + 2rem) 0 60px}.about-hero .breadcrumb{color:#ffffffa6;margin-bottom:1rem;font-size:.85rem}.about-hero .breadcrumb a{color:#ffffffd9}.about-hero h1{color:#fff;margin:0 0 1rem;font-size:clamp(1.9rem,4vw,2.8rem);line-height:1.15}.about-hero__sub{color:#ffffffd1;max-width:62ch;margin:0;font-size:1.05rem;line-height:1.7}.about-body{padding:3.5rem 0 4.5rem}.about-section{max-width:72ch;margin-bottom:3rem}.about-section h2{margin:0 0 1rem;font-size:1.55rem}.about-section p{color:#374151;margin:0 0 1rem;line-height:1.75}.team-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;max-width:none;display:grid}.team-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.4rem;scroll-margin-top:110px;box-shadow:0 1px 2px #0916610d,0 10px 28px -18px #0916614d}.team-card h3{margin:0 0 .25rem;font-size:1.15rem}.team-card__role{color:#b45309;margin:0 0 .9rem;font-size:.9rem;font-weight:600}.team-card__quals{border-left:3px solid #f59e0b;margin:0 0 1rem;padding:0 0 0 .85rem;list-style:none}.team-card__quals li{color:#4b5563;margin-bottom:.3rem;font-size:.88rem}.team-card__bio{color:#374151;margin:0;font-size:.95rem;line-height:1.7}@media (width<=640px){.about-hero{padding:110px 0 45px}.about-body{padding:2.5rem 0 3rem}}.team-card__exp{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;margin:0 0 .9rem;padding:.25rem .6rem;font-size:.78rem;font-weight:600;display:inline-block}
