@import url('styles.css');
.simple-header{position:relative;z-index:20;background:#fff;border-bottom:1px solid var(--line)}.simple-header .shell{height:104px;display:flex;align-items:center;justify-content:space-between;gap:24px}.simple-actions{display:flex;align-items:center;gap:18px}.home-link{color:var(--blue);font-size:13px;font-weight:800}.legal-main{min-height:calc(100vh - 356px);padding:80px 0;background:linear-gradient(#f8fbfe,#fff)}.legal-card{max-width:850px;padding:48px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 18px 50px rgba(7,35,64,.08)}.legal-card h1{margin:0;color:var(--navy);font-size:46px;letter-spacing:-2px}.legal-card h2{margin:34px 0 10px;color:var(--navy);font-size:21px}.legal-card p,.legal-card li{color:var(--muted);font-size:15px;line-height:1.75}.legal-card .button{margin-top:20px}.simple-footer{min-height:126px;display:flex;align-items:center;background:#041327;color:#89a1b7;font-size:12px}.simple-footer-inner{min-height:126px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:30px}.simple-footer-inner>span{text-align:center}.footer-student-login{justify-self:end;border-color:#41617e;color:#d9eafa;background:#0a2340}
@media(max-width:760px){.simple-header .shell{height:88px;gap:12px}.simple-header .site-logo{width:205px}.simple-actions{gap:8px}.simple-actions .student-login{padding:0 10px;font-size:11px}.home-link{display:none}.legal-main{padding:45px 0}.legal-card{padding:30px 22px}.legal-card h1{font-size:38px}.simple-footer-inner{grid-template-columns:1fr;gap:16px;padding:28px 0}.simple-footer-inner>span{text-align:left}.footer-student-login{justify-self:start}}
