* { box-sizing: border-box; }
body.portal-landing { margin: 0; color: #14213f; font-family: 'Segoe UI', Arial, sans-serif; font-size: 14px; line-height: 1.5; }
a { color: inherit; } button, input { font: inherit; } [hidden] { display: none !important; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid #174f99; outline-offset: 5px; }
.skip-link { position: absolute; left: 16px; top: -100px; background: white; padding: 12px; z-index: 2; } .skip-link:focus { top: 12px; }
.site-header { background: #fff; }
.header-inner { height: 120px; max-width: 1100px; margin: 0 auto; padding: 0; position: relative; }
.brand { width: 260px; height: auto; position: absolute; bottom: 0; left: 0; }
.languages { position: absolute; right: 0; bottom: 0; padding: 10px 30px 30px; font-size: 14px; font-weight: 700; text-transform: uppercase; }
.languages a { color: #f26522; text-decoration: none; } .languages a:hover { text-decoration: underline; }
.landing-shell { min-height: 998px; display: flex; flex-direction: column; background: #bb8961 url('../images/login/login_background.png') center / cover no-repeat; }
.landing-main { max-width: 1100px; width: 100%; margin: 0 auto; padding: 52px 0 24px; }
.page-intro { text-align: center; margin-bottom: 42px; padding: 24px; background: rgba(255,255,255,.96); border-radius: 12px; }
h1 { font-size: clamp(28px, 2.6vw, 34px); line-height: 1.2; letter-spacing: -.5px; margin: 6px 0 10px; }
.page-intro p { color: #57657a; font-size: 16px; margin: 0; }
.destinations { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.destination { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 30px 28px 22px; background: #fff; border: 1px solid #f0ece7; border-radius: 14px; box-shadow: 0 5px 22px rgba(47, 35, 22, .045); }
.destination-icon { color: #f56616; width: 56px; height: 56px; margin-bottom: 14px; } svg { width: 100%; height: 100%; }
.destination .eyebrow { text-transform: uppercase; font-size: 12px; letter-spacing: 1.1px; font-weight: 600; margin: 0 0 10px; }
.destination h2 { font-size: clamp(23px, 2.1vw, 28px); line-height: 1.25; letter-spacing: -.4px; margin: 0 0 16px; }
.destination p { color: #57657a; margin: 0 0 6px; }
.destination-action { width: 100%; margin-top: auto; padding-top: 22px; }
.action { min-height: 48px; border: 2px solid #bf4707; border-radius: 8px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 10px 14px; font-size: 14px; font-weight: 700; line-height: 1.4; text-decoration: none; transition: background .15s; }
.action span { font-size: 21px; line-height: 1; flex-shrink: 0; }
.action-primary { background: #bf4707; color: #fff; } .action-primary:hover { background: #a43c05; border-color: #a43c05; }
.action-secondary { color: #b54105; background: #fff; } .action-secondary:hover { background: #fff3ea; }
.destination .destination-note { margin: 12px 0 0; font-size: 14px; }
.archive { margin-top: 26px; border: 1px solid #dce1e7; border-radius: 12px; background: #fff; }
.archive-intro { display: flex; align-items: center; gap: 24px; padding: 26px 30px; }
.archive-icon { width: 38px; height: 38px; flex: 0 0 38px; color: #778395; }
.archive-copy { flex: 1; } .archive h2 { margin: 0 0 3px; font-size: 18px; line-height: 1.4; } .archive p { margin: 0; color: #57657a; font-size: 14px; }
.archive-link { color: #526178; font-size: 14px; text-underline-offset: 4px; padding: 10px 0; } .archive-link:hover { color: #b54105; }
.footer { margin-top: auto; padding: 10px; text-align: center; color: #fff; font-size: 13px; }
.legacy-login { max-width: 560px; margin: 0 auto; padding: 0 28px 30px; } .legacy-login h3 { font-size: 22px; }
.close-login { display: block; margin: 0 0 22px auto; background: none; border: 0; color: #526178; cursor: pointer; text-decoration: underline; text-underline-offset: 4px; padding: 10px 0; }
.form-group { margin: 18px 0; } label { display: block; margin-bottom: 6px; font-size: 14px; font-weight: 600; }
.form-control { width: 100%; padding: 12px; border: 1px solid #9da7b6; border-radius: 6px; color: #14213f; background: #fff; }
.form-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.btn { display: inline-block; border: 1px solid #bf4707; border-radius: 6px; padding: 10px 16px; background: #bf4707; color: #fff; font-size: 14px; text-decoration: none; cursor: pointer; }
.btn-default, .forget-password { color: #a43c05; background: white; } .alert { padding: 16px; border-radius: 6px; margin-bottom: 22px; } .alert-danger { background: #fff0ef; color: #9c2727; } .alert-success { background: #edf7ef; color: #245b32; } .alert .close { display: none; }
@media (max-width: 900px) { .destination { padding: 28px 22px 24px; } .archive-intro { flex-wrap: wrap; gap: 16px; } .archive-link, .unavailable { margin-left: 54px; } }
@media (max-width: 1132px) {
  .header-inner { margin-left: 16px; margin-right: 16px; }
  .landing-main { width: calc(100% - 32px); margin-left: 16px; margin-right: 16px; }
}
@media (max-width: 680px) { .landing-shell { min-height: calc(100vh - 86px); } .header-inner { height: 86px; margin-left: 20px; margin-right: 20px; } .brand { width: 160px; } .languages { padding: 8px 0 18px; font-size: 13px; } .landing-main { margin-left: 16px; margin-right: 16px; padding: 32px 0 12px; } .page-intro { margin-bottom: 28px; } .page-intro p { font-size: 15px; } .destinations { grid-template-columns: 1fr; gap: 18px; } .destination { padding: 26px 20px 22px; } .destination h2 { font-size: 24px; } .destination-icon { width: 50px; height: 50px; margin-bottom: 12px; } .archive-intro { padding: 22px 20px; } .archive-copy { flex-basis: calc(100% - 54px); } .archive h2 { font-size: 17px; } .action { font-size: 14px; } .legacy-login { padding: 0 20px 26px; } }

.legacy-page { max-width: 660px; }
.back-to-landing { display: inline-block; padding: 8px 0; color: #526178; text-underline-offset: 4px; }
.legacy-heading { text-align: center; font-size: 30px; margin: 28px 20px 24px; }
