:root{--navy:#082b4f;--blue:#0f4778;--green:#0c6b4e;--gold:#f4b52b;--ink:#10243c;--muted:#637083;--bg:#f4f7fa;--white:#fff}
*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6}a{text-decoration:none;color:inherit}.top{background:var(--navy);color:#fff;font-size:13px}.wrap{max-width:1180px;margin:auto;padding:0 22px}.top .wrap,.nav .wrap{display:flex;align-items:center;justify-content:space-between}.top .wrap{padding-top:8px;padding-bottom:8px}.nav{background:#fff;border-bottom:1px solid #e9edf2;position:sticky;top:0;z-index:10}.nav .wrap{min-height:78px}.brand{display:flex;align-items:center;gap:12px;font-weight:800;color:var(--navy)}.logo{width:50px;height:50px;border-radius:14px;background:linear-gradient(135deg,var(--navy),var(--green));display:grid;place-items:center;color:white;font-size:24px}.brand small{display:block;font-size:11px;font-weight:600;color:#687588}.menu{display:flex;gap:26px;align-items:center;font-weight:700;font-size:14px}.menu a:hover,.menu a.active{color:var(--green)}.btn{display:inline-block;padding:12px 18px;border-radius:10px;font-weight:800}.btn.primary{background:var(--gold);color:#10243c}.btn.dark{background:var(--navy);color:#fff}.hero{background:linear-gradient(90deg,rgba(5,34,60,.96) 0%,rgba(5,34,60,.82) 38%,rgba(5,34,60,.16) 62%,rgba(5,34,60,.06) 100%),url('img/students-campus.jpg') center/cover;min-height:460px;color:#fff;display:flex;align-items:center}.hero .copy{max-width:590px}.eyebrow{color:var(--gold);font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:13px}.hero h1{font-size:54px;line-height:1.06;margin:10px 0 16px}.hero p{font-size:18px;color:#e8eef4}.actions{display:flex;gap:12px;margin-top:26px}.section{padding:64px 0}.section.alt{background:var(--bg)}.section h2{font-size:34px;margin:0 0 10px}.lead{color:var(--muted);max-width:760px}.grid{display:grid;gap:22px}.grid3{grid-template-columns:repeat(3,1fr)}.grid4{grid-template-columns:repeat(4,1fr)}.card{background:#fff;border:1px solid #e6ebf0;border-radius:18px;padding:24px;box-shadow:0 8px 25px rgba(8,43,79,.06)}.icon{width:46px;height:46px;border-radius:13px;background:#e7f4ef;color:var(--green);display:grid;place-items:center;font-weight:900;margin-bottom:14px}.card img{width:100%;height:180px;object-fit:cover;border-radius:14px;margin-bottom:14px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.stat{background:var(--navy);color:white;border-radius:16px;padding:24px}.stat strong{font-size:34px;display:block;color:var(--gold)}.searchbar{display:flex;background:white;padding:10px;border-radius:16px;gap:10px;box-shadow:0 16px 34px rgba(8,43,79,.18);max-width:980px;margin:-38px auto 0;position:relative;z-index:3}.searchbar input,.searchbar select{border:1px solid #dfe6ec;border-radius:10px;padding:14px;width:100%;font:inherit}.jobs .job{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.job .meta{font-size:13px;color:var(--muted)}.tag{display:inline-block;padding:5px 9px;border-radius:999px;background:#e8f5ef;color:var(--green);font-size:12px;font-weight:800}.pagehero{background:linear-gradient(90deg,#082b4f,#0c6b4e);color:white;padding:76px 0}.pagehero h1{font-size:44px;margin:0 0 10px}.twocol{display:grid;grid-template-columns:1.15fr .85fr;gap:34px;align-items:center}.twocol img{width:100%;border-radius:20px;max-height:410px;object-fit:cover}.list{padding-left:18px}.footer{background:var(--navy);color:#dbe7f2;padding:48px 0 20px}.footer .cols{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:30px}.footer h4{color:#fff}.footbar{border-top:1px solid rgba(255,255,255,.15);margin-top:28px;padding-top:18px;font-size:13px}.notice{background:#fff5d7;border-left:4px solid var(--gold);padding:14px 18px;border-radius:10px;color:#6b5314}.form input,.form textarea,.form select{width:100%;padding:13px 14px;border:1px solid #d8e0e8;border-radius:10px;margin-bottom:12px;font:inherit}.form textarea{min-height:140px}.mobile{display:none}@media(max-width:900px){.menu{display:none}.mobile{display:block}.hero h1{font-size:39px}.grid3,.grid4,.stats,.footer .cols,.twocol{grid-template-columns:1fr}.searchbar{flex-direction:column;margin:18px 22px 0}.hero{min-height:520px}.section{padding:48px 0}}
