.admission-home{
  --home-navy:#06264b;
  --home-navy-deep:#031b37;
  --home-blue:#0677c9;
  --home-blue-bright:#16a6df;
  --home-yellow:#ffd54f;
  --home-yellow-soft:#fff1a8;
  --home-pink:#f13f78;
  --home-ink:#10223b;
  --home-muted:#66778b;
  --home-line:#dce7f0;
  --home-soft:#f3f7fb;
  --home-white:#fff;
  position:relative;
  isolation:isolate;
  overflow:hidden;
  color:var(--home-ink);
  background:#f4f8fc;
}
.admission-home *{box-sizing:border-box}
.admission-home img{max-width:100%}
.admission-home a{text-underline-offset:3px}
.admission-home .container{width:min(1180px,calc(100% - 40px));margin-inline:auto}

.home-hero{
  position:relative;
  min-height:690px;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 84% 20%,rgba(23,169,226,.25),transparent 29%),
    radial-gradient(circle at 7% 100%,rgba(255,213,79,.12),transparent 27%),
    linear-gradient(122deg,var(--home-navy-deep) 0%,#052e5a 52%,#075c98 100%);
}
.home-hero-gridline{
  position:absolute;
  inset:0;
  opacity:.16;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,.13) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.13) 1px,transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(to bottom,black,transparent 88%);
}
.home-hero-glow{position:absolute;border-radius:999px;filter:blur(7px);pointer-events:none}
.home-hero-glow-one{width:520px;height:520px;right:-200px;top:-220px;background:rgba(24,171,229,.18)}
.home-hero-glow-two{width:360px;height:360px;left:-170px;bottom:-190px;background:rgba(255,213,79,.12)}
.home-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(430px,.95fr);gap:58px;align-items:center;min-height:690px;padding:72px 0 86px}
.home-hero-copy{max-width:700px}
.home-eyebrow,.home-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#0e70ba;
  font-size:11px;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.home-eyebrow{
  padding:9px 14px;
  border:1px solid rgba(255,213,79,.24);
  border-radius:999px;
  color:var(--home-yellow);
  background:rgba(255,213,79,.09);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.03);
}
.home-hero h1{max-width:760px;margin:20px 0 22px;font-size:clamp(48px,6vw,78px);line-height:.98;letter-spacing:-.055em}
.home-hero h1 span{display:inline;color:var(--home-yellow)}
.home-hero-copy>p{max-width:650px;margin:0;color:rgba(255,255,255,.73);font-size:16px;line-height:1.76}
.home-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:29px}
.home-btn{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:48px;
  padding:12px 18px;
  overflow:hidden;
  border:1px solid transparent;
  border-radius:13px;
  text-decoration:none;
  font-size:12px;
  font-weight:900;
  line-height:1.2;
  cursor:pointer;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease,color .2s ease;
}
.home-btn:hover{transform:translateY(-2px)}
.home-btn:active{transform:translateY(0)}
.home-btn-shine:after{content:"";position:absolute;top:-60%;left:-40%;width:25%;height:220%;transform:rotate(24deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);animation:homeShine 4.8s ease-in-out infinite}
.home-btn-light{color:#072548;background:#fff;box-shadow:0 15px 34px rgba(0,0,0,.18)}
.home-btn-outline-light{border-color:rgba(255,255,255,.24);color:#fff;background:rgba(255,255,255,.07);backdrop-filter:blur(10px)}
.home-btn-outline-light:hover{border-color:rgba(255,255,255,.45);background:rgba(255,255,255,.12)}
.home-btn-white{color:#06264b;background:#fff;box-shadow:0 14px 32px rgba(0,0,0,.22)}
.home-btn-navy{color:#fff;background:linear-gradient(135deg,#06264b,#083f77);box-shadow:0 13px 28px rgba(6,38,75,.22)}
.home-btn-blue{color:#fff;background:linear-gradient(135deg,#0573c5,#14a6df);box-shadow:0 13px 28px rgba(8,117,198,.27)}
.home-btn-glass{border-color:rgba(255,255,255,.17);color:#fff;background:rgba(255,255,255,.09)}
.home-btn-glass:hover{border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.15)}
.home-btn-block{width:100%}
.home-btn-disabled-dark,.home-btn-muted-dark,.home-btn-muted-light{pointer-events:none;cursor:not-allowed;box-shadow:none}
.home-btn-disabled-dark{color:rgba(255,255,255,.58);background:rgba(255,255,255,.12)}
.home-btn-muted-dark{color:rgba(255,255,255,.58);background:rgba(255,255,255,.11)}
.home-btn-muted-light{color:#7d7461;background:rgba(255,255,255,.56)}
.home-hero-notes{display:flex;flex-wrap:wrap;gap:13px;margin-top:28px}
.home-hero-notes>div{display:flex;align-items:center;gap:10px;min-width:220px;padding:11px 13px;border:1px solid rgba(255,255,255,.12);border-radius:15px;background:rgba(255,255,255,.055);backdrop-filter:blur(10px)}
.home-mini-icon{display:grid;width:35px;height:35px;place-items:center;flex:0 0 auto;border-radius:11px;color:var(--home-yellow);background:rgba(255,213,79,.12)}
.home-mini-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.home-hero-notes p{display:grid;gap:2px;margin:0}
.home-hero-notes strong{font-size:11px}
.home-hero-notes small{color:rgba(255,255,255,.55);font-size:10px}

.home-hero-visual{position:relative;min-height:500px;transition:transform .18s ease-out}
.home-photo-stack{position:relative;width:100%;height:100%;min-height:500px}
.home-photo-card{position:absolute;margin:0;overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:27px;background:#0c3156;box-shadow:0 30px 70px rgba(0,0,0,.34)}
.home-photo-card img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .65s cubic-bezier(.2,.7,.2,1)}
.home-photo-card:hover img{transform:scale(1.045)}
.home-photo-main{z-index:3;right:14px;top:72px;width:78%;height:330px;transform:rotate(1.2deg)}
.home-photo-main:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(3,24,49,.82),transparent 56%);pointer-events:none}
.home-photo-main figcaption{position:absolute;z-index:2;left:22px;right:22px;bottom:18px;display:grid;gap:2px}
.home-photo-main figcaption span{color:var(--home-yellow);font-size:10px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.home-photo-main figcaption strong{font-size:20px}
.home-photo-small{z-index:2;width:43%;height:170px}
.home-photo-left{left:-8px;top:10px;transform:rotate(-6deg)}
.home-photo-right{right:-16px;bottom:4px;transform:rotate(5deg)}
.home-photo-badge{position:absolute;z-index:6;display:flex;align-items:center;gap:10px;min-width:225px;padding:12px 14px;border:1px solid rgba(255,255,255,.18);border-radius:15px;background:rgba(4,31,61,.78);box-shadow:0 18px 42px rgba(0,0,0,.28);backdrop-filter:blur(14px);animation:homeFloat 5.8s ease-in-out infinite}
.home-photo-badge>span{display:grid;width:34px;height:34px;place-items:center;flex:0 0 auto;border-radius:10px;color:#09284b;background:var(--home-yellow);font-weight:900}
.home-photo-badge div{display:grid;gap:2px}.home-photo-badge small{color:rgba(255,255,255,.57);font-size:9px}.home-photo-badge strong{font-size:11px}
.home-photo-badge-top{top:46px;right:-18px}
.home-photo-badge-bottom{left:-6px;bottom:44px;animation-delay:-2.5s}

.home-section{padding:88px 0}
.home-section-heading{max-width:760px;margin-bottom:30px}
.home-section-heading h2{margin:8px 0 10px;font-size:clamp(34px,4.6vw,58px);line-height:1.04;letter-spacing:-.045em}
.home-section-heading p{max-width:700px;margin:0;color:var(--home-muted);font-size:14px;line-height:1.7}
.home-path-section{position:relative;background:#fff}
.home-path-section:before{content:"";position:absolute;inset:0;opacity:.36;pointer-events:none;background-image:radial-gradient(#c7d7e6 1px,transparent 1px);background-size:20px 20px;mask-image:linear-gradient(to bottom,transparent,black 16%,black 84%,transparent)}
.home-path-section>.container{position:relative;z-index:2}
.home-path-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.home-path-card{position:relative;display:flex;min-height:560px;flex-direction:column;padding:30px;overflow:hidden;border-radius:29px;transition:transform .23s ease,box-shadow .23s ease}
.home-path-card:hover{box-shadow:0 30px 65px rgba(18,48,80,.18)}
.home-path-internal{color:#fff;background:radial-gradient(circle at 90% 5%,rgba(25,165,223,.25),transparent 35%),linear-gradient(145deg,#041e3d,#083d72)}
.home-path-external{color:#2c2a25;background:radial-gradient(circle at 94% 3%,rgba(255,255,255,.75),transparent 33%),linear-gradient(145deg,#ffd951,#fff1a7)}
.home-card-shine{position:absolute;inset:0;pointer-events:none;opacity:0;background:radial-gradient(circle at var(--shine-x,50%) var(--shine-y,50%),rgba(255,255,255,.23),transparent 25%);transition:opacity .2s ease}
.home-path-card:hover .home-card-shine{opacity:1}
.home-path-topline{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:12px}
.home-path-label,.home-path-status{display:inline-flex;align-items:center;min-height:27px;padding:6px 10px;border-radius:999px;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.home-path-internal .home-path-label{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08)}
.home-path-external .home-path-label{border:1px solid rgba(71,63,37,.11);background:rgba(255,255,255,.48)}
.home-path-status{white-space:nowrap}
.home-path-internal .home-path-status{color:rgba(255,255,255,.62);background:rgba(255,255,255,.08)}
.home-path-external .home-path-status{color:#7f6b20;background:rgba(255,255,255,.47)}
.home-path-status.is-open{color:#116f4b!important;background:#e8fff4!important}
.home-route-visual{position:relative;z-index:2;display:grid;grid-template-columns:120px minmax(70px,1fr) 120px;align-items:center;gap:12px;margin:30px 0 34px}
.home-route-node{display:grid;min-height:128px;place-items:center;align-content:center;gap:8px;border-radius:20px}
.home-route-node span{display:grid;width:52px;height:52px;place-items:center;border-radius:14px;font-size:21px;font-weight:950}
.home-route-node small{font-size:10px;font-weight:800}
.home-route-node-light{color:#2d2b25;background:#fff;box-shadow:0 18px 36px rgba(0,0,0,.15)}
.home-route-node-light span{color:#222;background:var(--home-yellow)}
.home-route-node-dark{color:#fff;background:linear-gradient(145deg,#092c60,#0b2075);box-shadow:0 18px 36px rgba(0,0,0,.2)}
.home-route-node-dark span{color:#202020;background:var(--home-yellow)}
.home-route-node-other{color:#5e5848;background:rgba(255,255,255,.8);box-shadow:0 18px 35px rgba(134,112,25,.15)}
.home-route-node-other span{color:#d2dbe2;background:linear-gradient(145deg,#f5f5f5,#fff);box-shadow:0 7px 16px rgba(0,0,0,.07)}
.home-route-arrow{position:relative;display:grid;place-items:center;color:var(--home-pink)}
.home-route-arrow i{position:absolute;left:0;right:0;height:1px;background:currentColor;opacity:.48}
.home-route-arrow strong{position:relative;padding:0 8px;background:inherit;font-size:29px}
.home-path-internal .home-route-arrow strong{background:#073667}.home-path-external .home-route-arrow strong{background:#ffe778}
.home-path-card h3{position:relative;z-index:2;margin:0;font-size:clamp(27px,3.3vw,41px);line-height:1.05;letter-spacing:-.04em}
.home-path-card>p{position:relative;z-index:2;min-height:72px;margin:14px 0 25px;color:inherit;opacity:.73;font-size:13px;line-height:1.72}
.home-card-schedule{position:relative;z-index:2;display:flex;align-items:center;gap:11px;margin-top:auto;margin-bottom:14px;padding:13px 14px;border-radius:15px}
.home-path-internal .home-card-schedule{border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.07)}
.home-path-external .home-card-schedule{border:1px solid rgba(68,59,27,.1);background:rgba(255,255,255,.42)}
.home-card-schedule>span{display:grid;width:34px;height:34px;place-items:center;flex:0 0 auto;border-radius:10px;background:rgba(255,255,255,.13)}
.home-card-schedule svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.home-card-schedule div{display:grid;gap:2px}.home-card-schedule small{font-size:9px;opacity:.58;text-transform:uppercase;letter-spacing:.07em}.home-card-schedule strong{font-size:11px;line-height:1.4}

.home-campus-section{background:linear-gradient(180deg,#f2f7fb,#f8fbfd)}
.home-campus-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.home-campus-card{overflow:hidden;border:1px solid #dbe6ef;border-radius:23px;background:#fff;box-shadow:0 16px 42px rgba(22,57,91,.075);transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}
.home-campus-card:hover{transform:translateY(-6px);border-color:#bdd5e7;box-shadow:0 26px 58px rgba(22,57,91,.14)}
.home-campus-media{position:relative;overflow:hidden;aspect-ratio:756/410;background:#dbe7f0}
.home-campus-media:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(4,30,59,.54),transparent 55%);pointer-events:none}
.home-campus-media picture,.home-campus-media img{display:block;width:100%;height:100%}
.home-campus-media img{object-fit:cover;transition:transform .6s cubic-bezier(.2,.7,.2,1)}
.home-campus-card:hover .home-campus-media img{transform:scale(1.045)}
.home-campus-number,.home-campus-category{position:absolute;z-index:2;display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.26);color:#fff;background:rgba(4,30,59,.58);backdrop-filter:blur(10px);font-size:9px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}
.home-campus-number{right:13px;bottom:12px;width:31px;height:31px;justify-content:center;border-radius:10px}
.home-campus-category{left:13px;top:12px;min-height:27px;padding:6px 9px;border-radius:999px}
.home-campus-copy{padding:18px 19px 20px}
.home-campus-copy h3{margin:0;font-size:18px;line-height:1.28;letter-spacing:-.02em}
.home-campus-copy p{margin:8px 0 0;color:var(--home-muted);font-size:11px;line-height:1.5}

.home-help-section{padding-top:20px;padding-bottom:88px;background:#f8fbfd}
.home-help-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:30px;align-items:center;padding:36px 38px;border-radius:27px;color:#fff;background:radial-gradient(circle at 90% 10%,rgba(19,166,224,.37),transparent 31%),linear-gradient(125deg,#052649,#075c98);box-shadow:0 26px 68px rgba(5,43,80,.2)}
.home-kicker-yellow{color:var(--home-yellow)}
.home-help-copy h2{max-width:690px;margin:8px 0 8px;font-size:clamp(25px,3.6vw,39px);line-height:1.08;letter-spacing:-.035em}
.home-help-copy p{margin:0;color:rgba(255,255,255,.67);font-size:13px}
.home-help-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:9px}

.home-promo-modal{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:20px}
.home-promo-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(3,20,39,.76);backdrop-filter:blur(7px);cursor:default}
.home-promo-dialog{position:relative;z-index:1;width:min(470px,100%);max-height:calc(100vh - 40px);overflow:auto;border-radius:25px;background:#fff;box-shadow:0 30px 100px rgba(0,0,0,.35);animation:homeModalIn .28s ease both}
.home-promo-dialog img{display:block;width:100%;max-height:470px;object-fit:cover}
.home-promo-close{position:absolute;z-index:2;top:12px;right:12px;display:grid;width:39px;height:39px;place-items:center;border:0;border-radius:13px;color:#fff;background:rgba(7,26,52,.78);font-size:22px;cursor:pointer}
.home-promo-content{padding:25px}.home-promo-content h2{margin:10px 0;font-size:25px}.home-promo-content p{color:var(--home-muted);line-height:1.6}

.home-reveal{opacity:0;transform:translateY(20px);transition:opacity .65s ease,transform .65s cubic-bezier(.2,.75,.2,1)}
.home-reveal.is-visible{opacity:1;transform:translateY(0)}

@keyframes homeShine{0%,72%{left:-40%}100%{left:135%}}
@keyframes homeFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}
@keyframes homeModalIn{from{opacity:0;transform:translateY(18px) scale(.97)}to{opacity:1;transform:none}}

@media (max-width:1040px){
  .home-hero-grid{grid-template-columns:1fr;gap:34px;padding-top:64px}
  .home-hero-copy{text-align:center;margin-inline:auto}
  .home-hero-copy>p{margin-inline:auto}.home-hero-actions,.home-hero-notes{justify-content:center}
  .home-hero-visual{width:min(620px,100%);min-height:440px;margin-inline:auto}.home-photo-stack{min-height:440px}
  .home-photo-main{right:10%;width:74%}.home-photo-left{left:3%}.home-photo-right{right:1%}
  .home-path-card{min-height:540px}
}
@media (max-width:840px){
  .home-path-grid{grid-template-columns:1fr}.home-path-card{min-height:auto}
  .home-campus-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-help-card{grid-template-columns:1fr}.home-help-actions{justify-content:flex-start}
}
@media (max-width:640px){
  .admission-home .container{width:min(100% - 24px,1180px)}
  .home-hero{min-height:auto}.home-hero-grid{min-height:auto;padding:52px 0 68px}
  .home-hero h1{font-size:clamp(42px,13vw,59px)}
  .home-hero-copy>p{font-size:14px}.home-hero-actions{flex-direction:column}.home-btn{width:100%}
  .home-hero-notes{display:grid}.home-hero-notes>div{min-width:0;text-align:left}
  .home-hero-visual{min-height:360px}.home-photo-stack{min-height:360px}
  .home-photo-main{right:8%;top:58px;width:82%;height:245px;border-radius:22px}
  .home-photo-small{width:44%;height:115px;border-radius:17px}.home-photo-left{left:0}.home-photo-right{right:0;bottom:0}
  .home-photo-badge{min-width:190px;padding:9px 11px}.home-photo-badge-top{top:34px;right:-3px}.home-photo-badge-bottom{left:0;bottom:26px}.home-photo-badge strong{font-size:10px}
  .home-section{padding:66px 0}.home-section-heading{margin-bottom:23px}.home-section-heading h2{font-size:clamp(34px,10vw,47px)}
  .home-path-card{padding:22px;border-radius:23px}.home-path-topline{align-items:flex-start;flex-direction:column}
  .home-route-visual{grid-template-columns:88px minmax(52px,1fr) 88px;margin-block:25px}.home-route-node{min-height:105px;border-radius:17px}.home-route-node span{width:43px;height:43px}
  .home-path-card>p{min-height:0}.home-campus-grid{grid-template-columns:1fr}.home-campus-card{border-radius:20px}
  .home-help-section{padding-bottom:66px}.home-help-card{padding:28px 22px;border-radius:23px}.home-help-actions{display:grid}.home-help-actions .home-btn{width:100%}
}
@media (max-width:390px){
  .home-photo-badge{min-width:170px}.home-photo-badge div small{display:none}.home-photo-badge-top{right:0}.home-photo-badge-bottom{bottom:17px}
  .home-route-visual{grid-template-columns:76px minmax(42px,1fr) 76px;gap:7px}.home-route-node small{font-size:8px}
}
@media (prefers-reduced-motion:reduce){
  .admission-home *,.admission-home *::before,.admission-home *::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}
  .home-reveal{opacity:1;transform:none}
}

/* Home campus transfer directory v8.1 */
.home-campus-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;max-width:none}
.home-campus-heading>div:first-child{max-width:760px}
.home-campus-summary{flex:0 0 auto;display:grid;min-width:126px;padding:14px 18px;border:1px solid #d8e5ef;border-radius:18px;text-align:center;background:rgba(255,255,255,.78);box-shadow:0 12px 34px rgba(26,65,104,.07)}
.home-campus-summary strong{color:var(--home-navy);font-size:27px;line-height:1}
.home-campus-summary span{margin-top:5px;color:var(--home-muted);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.home-campus-toolbar{position:sticky;z-index:8;top:78px;margin:0 0 34px;padding:10px;border:1px solid rgba(194,212,226,.9);border-radius:22px;background:rgba(255,255,255,.88);box-shadow:0 18px 45px rgba(20,57,91,.09);backdrop-filter:blur(15px)}
.home-campus-filter{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) minmax(220px,310px) auto;gap:13px;align-items:center;min-height:66px;padding:8px 12px}
.home-campus-filter-icon{display:grid;width:44px;height:44px;place-items:center;border-radius:14px;color:#fff;background:linear-gradient(145deg,var(--home-navy),var(--home-blue));box-shadow:0 10px 24px rgba(4,70,126,.22)}
.home-campus-filter-icon svg,.home-campus-location-icon svg,.home-campus-group-icon svg,.home-campus-empty svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.home-campus-filter-copy{display:grid;gap:3px}.home-campus-filter-copy strong{font-size:13px}.home-campus-filter-copy small{color:var(--home-muted);font-size:10px}
.home-campus-filter select{width:100%;height:48px;padding:0 44px 0 16px;border:1px solid #cfdde8;border-radius:14px;outline:0;color:var(--home-ink);background:#f7fafc;appearance:none;font:inherit;font-size:13px;font-weight:800;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}
.home-campus-filter select:hover{background:#fff;border-color:#9bbbd2}.home-campus-filter select:focus{border-color:var(--home-blue);box-shadow:0 0 0 4px rgba(6,119,201,.12);background:#fff}
.home-campus-select-chevron{position:absolute;right:29px;color:#557086;font-size:19px;pointer-events:none}
.home-campus-groups{display:grid;gap:45px}
.home-campus-group[hidden]{display:none!important}
.home-campus-group-heading{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:15px;align-items:center;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid #dce7f0}
.home-campus-group-icon{display:grid;width:50px;height:50px;place-items:center;border-radius:16px;color:#fff;background:linear-gradient(145deg,#07558d,#08a0d8);box-shadow:0 12px 27px rgba(5,92,151,.17)}
.home-campus-group-heading>div>span{display:block;margin-bottom:3px;color:var(--home-blue);font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.home-campus-group-heading h3{margin:0;font-size:23px;line-height:1.15}.home-campus-group-heading p{margin:5px 0 0;color:var(--home-muted);font-size:11px}
.home-campus-group-heading>strong{padding:8px 11px;border:1px solid #d6e3ed;border-radius:999px;color:#36536e;background:#fff;font-size:9px;letter-spacing:.04em;text-transform:uppercase}
.home-campus-card{display:flex;min-width:0;flex-direction:column;animation-delay:var(--campus-delay,0ms)}
.home-campus-placeholder{display:grid;width:100%;height:100%;place-content:center;justify-items:center;gap:8px;color:#fff;background:radial-gradient(circle at 77% 15%,rgba(239,63,120,.34),transparent 28%),linear-gradient(135deg,#075d95,#06264b)}
.home-campus-placeholder span{display:grid;width:58px;height:58px;place-items:center;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(255,255,255,.1);font-size:23px;font-weight:900}.home-campus-placeholder small{font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.home-campus-copy{display:flex;min-height:190px;flex:1;flex-direction:column;padding:19px 19px 20px}
.home-campus-name-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
.home-campus-name-row>div{min-width:0}.home-campus-name-row small{display:block;margin-bottom:6px;color:var(--home-blue);font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.home-campus-copy h4{margin:0;font-size:19px;line-height:1.25;letter-spacing:-.025em}.home-campus-copy p{margin:8px 0 17px;color:var(--home-muted);font-size:11px;line-height:1.5}
.home-campus-location-icon{display:grid;width:35px;height:35px;flex:0 0 auto;place-items:center;border-radius:12px;color:#0874bd;background:#eef7fd}.home-campus-location-icon svg{width:17px;height:17px}
.home-campus-register{margin-top:auto;min-height:45px;font-size:11px}
.home-campus-card.is-filter-enter{animation:homeCampusEnter .38s cubic-bezier(.2,.75,.2,1) both}
.home-campus-empty{display:grid;justify-items:center;padding:46px 22px;border:1px dashed #bfd1df;border-radius:24px;text-align:center;background:rgba(255,255,255,.62)}
.home-campus-empty[hidden]{display:none!important}.home-campus-empty>span{display:grid;width:56px;height:56px;place-items:center;border-radius:18px;color:var(--home-blue);background:#e9f5fd}.home-campus-empty h3{margin:15px 0 5px}.home-campus-empty p{margin:0;color:var(--home-muted);font-size:12px}
@keyframes homeCampusEnter{from{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:none}}
@media (max-width:840px){
  .home-campus-heading{align-items:flex-start}.home-campus-toolbar{top:68px}.home-campus-filter{grid-template-columns:auto minmax(0,1fr) auto}.home-campus-filter select{grid-column:1/-1}.home-campus-select-chevron{right:29px;bottom:26px}
}
@media (max-width:640px){
  .home-campus-heading{display:grid}.home-campus-summary{width:100%;grid-template-columns:auto auto;justify-content:center;align-items:center;gap:7px;padding:12px}.home-campus-summary span{margin:0}.home-campus-toolbar{position:relative;top:auto;margin-bottom:28px;border-radius:18px}.home-campus-filter{padding:5px;gap:10px}.home-campus-filter-icon{width:40px;height:40px}.home-campus-group-heading{grid-template-columns:auto minmax(0,1fr)}.home-campus-group-heading>strong{grid-column:2;justify-self:start}.home-campus-group-heading h3{font-size:20px}.home-campus-copy{min-height:0}.home-campus-filter-copy small{display:none}
}

/* Brand asset integration v8.2 */
.home-family-stage{position:relative;isolation:isolate;width:100%;height:100%;min-height:500px;display:grid;place-items:end center;overflow:hidden;border:1px solid rgba(255,255,255,.15);border-radius:34px;background:
  radial-gradient(circle at 70% 18%,rgba(13,167,221,.33),transparent 27%),
  radial-gradient(circle at 18% 82%,rgba(255,216,77,.18),transparent 25%),
  linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025));box-shadow:0 34px 85px rgba(0,0,0,.28);backdrop-filter:blur(10px)}
.home-family-stage::after{position:absolute;z-index:-1;inset:0;content:"";opacity:.25;background-image:linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);background-size:30px 30px;mask-image:linear-gradient(to bottom,black,transparent 90%)}
.home-family-photo{position:relative;z-index:2;display:block;width:min(92%,456px);height:auto;max-height:472px;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 25px 35px rgba(0,0,0,.28));transition:transform .5s cubic-bezier(.2,.75,.2,1)}
.home-family-stage:hover .home-family-photo{transform:translateY(-4px) scale(1.015)}
.home-family-halo{position:absolute;z-index:0;border-radius:50%;filter:blur(1px)}
.home-family-halo-one{width:270px;height:270px;right:4%;top:5%;border:1px solid rgba(255,255,255,.18);box-shadow:inset 0 0 0 34px rgba(255,255,255,.025)}
.home-family-halo-two{width:170px;height:170px;left:5%;bottom:7%;background:rgba(13,167,221,.12)}
.home-family-brand{position:absolute;z-index:5;left:18px;top:18px;display:flex;align-items:center;gap:10px;max-width:240px;padding:10px 12px;border:1px solid rgba(255,255,255,.18);border-radius:16px;background:rgba(4,31,61,.72);box-shadow:0 16px 38px rgba(0,0,0,.24);backdrop-filter:blur(13px)}
.home-family-brand img{width:35px;height:39px;object-fit:contain;filter:drop-shadow(0 5px 10px rgba(0,0,0,.16))}.home-family-brand div{display:grid;gap:1px}.home-family-brand small{color:rgba(255,255,255,.62);font-size:8px}.home-family-brand strong{font-size:10px;line-height:1.25}
.home-route-logo{display:block;width:50px;height:50px;padding:4px;object-fit:contain;border-radius:14px;background:var(--home-yellow)}
.home-route-node-light .home-route-logo{background:#f8fbff}.home-route-node-dark .home-route-logo{background:var(--home-yellow)}
.home-route-external-icon{display:block;width:60px;height:60px;object-fit:contain;filter:drop-shadow(0 8px 14px rgba(10,50,90,.12))}
.home-btn-whatsapp{border:0;color:#fff;background:linear-gradient(135deg,#17aa57,#0b8e49);box-shadow:0 13px 28px rgba(11,142,73,.25);cursor:pointer}.home-btn-whatsapp:hover{transform:translateY(-2px);box-shadow:0 17px 34px rgba(11,142,73,.34)}
@media(max-width:1040px){.home-family-stage{min-height:440px}.home-family-photo{max-height:420px}}
@media(max-width:640px){.home-family-stage{min-height:372px;border-radius:25px}.home-family-photo{width:min(95%,355px);max-height:352px}.home-family-brand{left:11px;top:11px;padding:8px 9px;border-radius:13px}.home-family-brand img{width:29px;height:33px}.home-family-brand small{font-size:7px}.home-family-brand strong{font-size:9px}.home-photo-badge-top{top:66px}.home-photo-badge-bottom{bottom:14px}.home-route-logo{width:42px;height:42px;border-radius:12px}.home-route-external-icon{width:50px;height:50px}}
@media(max-width:390px){.home-family-stage{min-height:340px}.home-family-photo{max-height:320px}.home-family-brand{max-width:172px}.home-photo-badge-top{top:60px}}

/* v8.3 visual refinements */
.home-family-stage{isolation:isolate;overflow:hidden}
.home-family-stage::before{
  position:absolute;z-index:1;inset:7% 4% 2%;border:1px solid rgba(255,255,255,.14);border-radius:42% 58% 48% 52%/56% 44% 56% 44%;content:"";pointer-events:none;background:radial-gradient(circle at 50% 36%,rgba(73,190,255,.22),transparent 62%);filter:blur(.2px);animation:homeFamilyAura 7s ease-in-out infinite alternate
}
.home-family-stage::after{
  position:absolute;z-index:1;right:13%;bottom:3%;left:13%;height:36px;border-radius:50%;content:"";pointer-events:none;background:radial-gradient(ellipse,rgba(0,11,25,.38),transparent 69%);filter:blur(8px);animation:homeFamilyShadow 5.2s ease-in-out infinite
}
.home-family-photo{
  translate:0 0;
  scale:1;
  will-change:translate,scale,filter;
  animation:homeFamilyFloat 5.2s cubic-bezier(.45,.05,.55,.95) infinite;
}
.home-family-stage:hover .home-family-photo{scale:1.018;filter:drop-shadow(0 31px 40px rgba(0,0,0,.32)) saturate(1.04)}
.home-family-halo-one{animation:homeHaloDriftOne 8s ease-in-out infinite alternate}
.home-family-halo-two{animation:homeHaloDriftTwo 9s ease-in-out infinite alternate}
.home-photo-badge{animation:homeBadgeFloat 4.8s ease-in-out infinite}
.home-photo-badge-bottom{animation-delay:-2.1s}
@keyframes homeFamilyFloat{0%,100%{translate:0 0}50%{translate:0 -11px}}
@keyframes homeFamilyAura{0%{transform:rotate(-2deg) scale(.97);opacity:.62}100%{transform:rotate(3deg) scale(1.035);opacity:1}}
@keyframes homeFamilyShadow{0%,100%{transform:scaleX(.92);opacity:.72}50%{transform:scaleX(1.05);opacity:.48}}
@keyframes homeHaloDriftOne{from{transform:translate3d(-4px,5px,0) scale(.94)}to{transform:translate3d(10px,-8px,0) scale(1.08)}}
@keyframes homeHaloDriftTwo{from{transform:translate3d(7px,-2px,0) scale(1.05)}to{transform:translate3d(-9px,9px,0) scale(.95)}}
@keyframes homeBadgeFloat{0%,100%{translate:0 0}50%{translate:0 -5px}}

.home-campus-section{position:relative;background:linear-gradient(180deg,#f7fbfe 0%,#edf6fb 47%,#f8fbfd 100%)}
.home-campus-section::before{position:absolute;inset:0;content:"";pointer-events:none;background:radial-gradient(circle at 7% 12%,rgba(10,154,216,.10),transparent 27%),radial-gradient(circle at 94% 67%,rgba(255,215,68,.14),transparent 26%)}
.home-campus-section>.container{position:relative;z-index:1}
.home-campus-card{
  position:relative;
  isolation:isolate;
  border-color:rgba(255,255,255,.76)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.79),rgba(242,249,253,.62))!important;
  box-shadow:0 18px 45px rgba(16,67,104,.10),inset 0 1px 0 rgba(255,255,255,.9)!important;
  -webkit-backdrop-filter:blur(20px) saturate(140%);
  backdrop-filter:blur(20px) saturate(140%);
}
.home-campus-card::before{
  position:absolute;z-index:3;top:0;right:12%;left:12%;height:1px;content:"";pointer-events:none;background:linear-gradient(90deg,transparent,rgba(255,255,255,.95),transparent)
}
.home-campus-card::after{
  position:absolute;z-index:-1;right:-45px;bottom:-58px;width:145px;height:145px;border-radius:50%;content:"";pointer-events:none;background:rgba(10,151,214,.08);filter:blur(7px);transition:transform .35s ease,opacity .35s ease
}
.home-campus-card:hover{transform:translateY(-8px) scale(1.008)!important;border-color:rgba(126,204,239,.72)!important;box-shadow:0 28px 66px rgba(15,67,104,.17),inset 0 1px 0 #fff!important}
.home-campus-card:hover::after{transform:scale(1.35);opacity:.82}
.home-campus-copy{position:relative;z-index:2;background:linear-gradient(180deg,rgba(255,255,255,.42),rgba(255,255,255,.17))}
.home-campus-media{border-bottom:1px solid rgba(255,255,255,.55)}
.home-campus-placeholder img{display:block;width:58px;height:66px;object-fit:contain;filter:drop-shadow(0 8px 17px rgba(0,40,78,.2))}

@media(prefers-reduced-motion:reduce){
  .home-family-photo,.home-family-stage::before,.home-family-stage::after,.home-family-halo-one,.home-family-halo-two,.home-photo-badge{animation:none!important;translate:0!important}
}

/* v9 campus registration actions */
.admission-home .home-campus-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .7rem;
    margin-top: auto;
}

.admission-home .home-campus-actions .home-btn {
    min-height: 58px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .12rem;
    padding: .72rem .65rem;
    line-height: 1.15;
    text-align: center;
}

.admission-home .home-campus-actions .home-btn span {
    font-size: .82rem;
    font-weight: 800;
}

.admission-home .home-campus-actions .home-btn small {
    font-size: .68rem;
    font-weight: 700;
    opacity: .76;
}

.admission-home .home-btn-campus-new {
    color: #071f45;
    border: 1px solid rgba(7, 31, 69, .16);
    background: linear-gradient(135deg, #ffe16a 0%, #ffc928 100%);
    box-shadow: 0 12px 25px rgba(246, 190, 0, .24);
}

.admission-home .home-btn-campus-new:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(246, 190, 0, .32);
}

@media (max-width: 560px) {
    .admission-home .home-campus-actions {
        grid-template-columns: 1fr;
    }

    .admission-home .home-campus-actions .home-btn {
        min-height: 52px;
    }
}
