:root {
    --navy: #102846;
    --navy-deep: #091b31;
    --red: #c51f3d;
    --red-dark: #a51631;
    --cream: #f6f3ed;
    --white: #fff;
    --text: #1c2b3b;
    --muted: #687687;
    --line: #d9dee5;
    --shadow: 0 24px 70px rgba(15, 36, 63, .13);
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--text);
    background:
        radial-gradient(circle at 8% 10%, rgba(197, 31, 61, .1), transparent 29rem),
        linear-gradient(180deg, var(--cream), #f8f8f7 43rem, #edf1f4);
    font-family: Inter, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
    line-height: 1.65;
}
body::before {
    position: fixed;
    inset: 0 0 auto;
    z-index: 20;
    height: 8px;
    background: linear-gradient(90deg, var(--red) 0 31%, var(--navy) 31%);
    content: "";
}
a { color: var(--red-dark); font-weight: 750; }
.page-shell { width: min(1120px, calc(100% - 40px)); margin: auto; padding: 76px 0 38px; }
.intro { position: relative; min-height: 195px; padding-left: 252px; }
.brand-mark { position: absolute; top: 0; left: 0; width: 229px; height: 70px; }
.brand-mark img { display: block; width: 100%; height: 100%; object-fit: contain; }
.eyebrow { margin: 0 0 8px; color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .18em; }
h1 {
    margin: 0;
    color: var(--navy-deep);
    font-family: Georgia, "Times New Roman", "Noto Serif SC", serif;
    font-size: clamp(40px, 6vw, 64px);
    font-weight: 600;
    letter-spacing: -.035em;
    line-height: 1.08;
}
.subtitle { margin: 12px 0 18px; color: var(--muted); font-size: 17px; }
.scope-note { max-width: 790px; padding: 12px 15px; border-left: 4px solid var(--red); color: #526171; background: rgba(255, 255, 255, .7); font-size: 13px; }
.scope-note strong { margin-right: 8px; color: var(--navy); }
.quick-nav {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    overflow: hidden;
    margin: 22px 0 28px;
    border: 1px solid rgba(16, 40, 70, .1);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 15px 38px rgba(15, 36, 63, .08);
}
.quick-nav a { display: flex; min-height: 74px; align-items: center; gap: 10px; padding: 14px; border-right: 1px solid var(--line); color: var(--navy); font-size: 13px; text-decoration: none; }
.quick-nav a:last-child { border-right: 0; }
.quick-nav a:hover { background: #f7f8f9; }
.quick-nav span { color: var(--red); font: 600 22px Georgia, serif; }
.critical-alert { display: flex; align-items: center; gap: 18px; margin-bottom: 30px; padding: 21px 24px; border-radius: 13px; color: #fff; background: var(--red); box-shadow: 0 14px 32px rgba(197, 31, 61, .2); }
.alert-icon { display: grid; width: 44px; height: 44px; flex: 0 0 auto; place-items: center; border: 2px solid rgba(255, 255, 255, .75); border-radius: 50%; font-size: 25px; font-weight: 900; }
.critical-alert strong { font-size: 18px; }
.critical-alert p { margin: 4px 0 0; color: rgba(255, 255, 255, .85); font-size: 13px; }
.stage-card {
    margin-top: 28px;
    padding: clamp(28px, 5vw, 56px);
    scroll-margin-top: 24px;
    border: 1px solid rgba(16, 40, 70, .08);
    border-radius: 22px;
    background: rgba(255, 255, 255, .97);
    box-shadow: var(--shadow);
}
.stage-heading { display: flex; align-items: center; gap: 17px; margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.stage-heading > span { display: grid; width: 50px; height: 50px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #fff; background: var(--navy); font-size: 13px; font-weight: 900; }
.stage-heading p { margin: 0 0 2px; color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .17em; }
.stage-heading h2 { margin: 0; color: var(--navy-deep); font-family: Georgia, "Noto Serif SC", serif; font-size: clamp(24px, 3.3vw, 34px); line-height: 1.2; }
.stage-heading small { display: block; margin-top: 5px; color: var(--muted); }
.process-heading > div { min-width: 0; }
.process-apply-button {
    display: inline-flex;
    min-height: 44px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    padding: 0 19px;
    border-radius: 8px;
    color: #fff;
    background: var(--red);
    box-shadow: 0 10px 22px rgba(197, 31, 61, .2);
    text-decoration: none;
    font-size: 13px;
    font-weight: 900;
    transition: transform .18s ease, background .18s ease;
}
.process-apply-button:hover { transform: translateY(-2px); background: var(--red-dark); }
.process-action-buttons {
    display: flex;
    flex: 0 0 auto;
    gap: 22px;
    margin-left: auto;
}
.process-action-buttons .process-apply-button {
    width: 122px;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}
.process-apply-button.mqa-button {
    background: var(--navy);
    box-shadow: 0 10px 22px rgba(15, 36, 63, .2);
}
.process-apply-button.mqa-button:hover { background: var(--navy-deep); }
.process-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; }
.process-list li { display: flex; gap: 17px; padding: 20px; border-left: 4px solid var(--navy); border-radius: 8px; background: #f6f8fa; }
.process-list li > span { color: var(--red); font: 600 30px/1 Georgia, serif; }
.process-list h3 { margin: 0; color: var(--navy-deep); font-size: 16px; }
.process-list p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.resource-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.resource-grid a {
    position: relative;
    display: grid;
    min-height: 130px;
    align-content: center;
    padding: 19px 46px 19px 19px;
    border: 1px solid var(--line);
    border-radius: 11px;
    color: var(--navy-deep);
    background: linear-gradient(145deg, #fff, #f6f8f9);
    box-shadow: 0 10px 25px rgba(15, 36, 63, .06);
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.resource-grid a::after {
    position: absolute;
    top: 50%;
    right: 18px;
    color: var(--red);
    content: "→";
    font-size: 21px;
    line-height: 1;
    transform: translateY(-50%);
}
.resource-grid a:hover {
    transform: translateY(-3px);
    border-color: rgba(197, 31, 61, .35);
    box-shadow: 0 15px 32px rgba(15, 36, 63, .11);
}
.resource-grid span {
    justify-self: start;
    padding: 3px 7px;
    border-radius: 4px;
    color: var(--red-dark);
    background: #fbecef;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .12em;
}
.resource-grid strong { margin-top: 8px; color: var(--navy-deep); font-size: 15px; line-height: 1.35; }
.resource-grid small { margin-top: 5px; color: var(--muted); font-size: 11px; }
.resource-grid .resource-featured {
    border: 2px solid rgba(197, 31, 61, .58);
    background: linear-gradient(145deg, #fff, #fff1f3);
    box-shadow: 0 15px 32px rgba(197, 31, 61, .12);
}
.resource-grid .resource-featured::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    border-radius: 9px 0 0 9px;
    background: var(--red);
    content: "";
}
.resource-grid .resource-featured span { color: #fff; background: var(--red); }
.resource-grid .resource-featured strong { font-size: 16px; }
.resource-grid .resource-featured:hover {
    border-color: var(--red);
    box-shadow: 0 18px 38px rgba(197, 31, 61, .18);
}
.resource-grid .resource-guide {
    grid-column: span 2;
    min-height: 130px;
    padding-right: 78px;
    border-color: var(--navy);
    color: #fff;
    background:
        radial-gradient(circle at 88% 20%, rgba(255, 255, 255, .13), transparent 8rem),
        linear-gradient(135deg, var(--navy), var(--navy-deep));
    box-shadow: 0 16px 35px rgba(9, 27, 49, .2);
}
.resource-grid .resource-guide::after {
    right: 25px;
    color: #fff;
    font-size: 28px;
}
.resource-grid .resource-guide span { color: #f2bac4; background: rgba(255, 255, 255, .1); }
.resource-grid .resource-guide strong { color: #fff; font-size: 19px; }
.resource-grid .resource-guide small { color: #c8d5df; font-size: 12px; }
.resource-grid .resource-guide:hover {
    border-color: var(--red);
    box-shadow: 0 20px 42px rgba(9, 27, 49, .28);
}
.degree-stage { background: linear-gradient(145deg, #fff, #f5f7f8); }
.fee-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); overflow: hidden; border-radius: 12px; color: #fff; background: var(--navy); }
.fee-strip div { min-width: 0; padding: 18px; border-right: 1px solid rgba(255, 255, 255, .14); }
.fee-strip div:last-child { border-right: 0; }
.fee-strip span { display: block; color: #b9c8d5; font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.fee-strip strong { display: block; margin-top: 5px; font-size: 14px; }
.page-shell .money-highlight {
    display: inline-block;
    margin: 0 2px;
    padding: 1px 6px 2px;
    border: 1px solid rgba(197, 31, 61, .32);
    border-radius: 6px;
    color: var(--red);
    background: #fff3f6;
    box-shadow: 0 4px 12px rgba(197, 31, 61, .18);
    font-size: 1.08em;
    font-weight: 950;
    line-height: 1.35;
}
.fee-note { margin: 9px 0 24px; color: var(--muted); font-size: 11px; }
.document-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); align-items: start; gap: 20px; }
.document-panel, .notes-panel { padding: 25px; border-radius: 13px; }
.document-panel { border: 1px solid var(--line); background: #fff; }
.document-panel h3, .notes-panel h3 { margin: 0 0 18px; color: var(--navy-deep); font: 600 23px Georgia, "Noto Serif SC", serif; }
.document-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; counter-reset: documents; }
.document-list li { position: relative; min-height: 48px; padding: 11px 12px 11px 52px; border-radius: 8px; background: #f5f7f8; counter-increment: documents; }
.document-list li::before { position: absolute; top: 12px; left: 13px; display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; color: #fff; background: var(--navy); content: counter(documents); font-size: 10px; font-weight: 900; }
.document-list b { color: var(--navy-deep); font-size: 14px; }
.document-list p { margin: 2px 0 0; color: var(--muted); font-size: 12px; }
.notes-panel { color: #fff; background: var(--red); box-shadow: 0 15px 35px rgba(197, 31, 61, .18); }
.notes-panel .eyebrow { color: #ffe0e6; }
.notes-panel h3 { color: #fff; }
.notes-panel > p:not(.eyebrow) { color: rgba(255, 255, 255, .82); font-size: 13px; }
.notes-panel ul { display: grid; gap: 11px; margin: 0; padding-left: 19px; }
.notes-panel li { color: rgba(255, 255, 255, .84); font-size: 13px; }
.navy-panel { background: var(--navy); box-shadow: 0 15px 35px rgba(15, 36, 63, .18); }
.panel-actions { display: grid; gap: 8px; margin-top: 20px; }
.panel-actions a, .download-stack a { padding: 10px 12px; border-radius: 7px; color: var(--navy-deep); background: #fff; text-align: center; text-decoration: none; font-size: 12px; }
.info-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 20px; }
.info-grid article { padding: 22px; border: 1px solid var(--line); border-radius: 11px; background: #fff; }
.info-grid h3 { margin: 0 0 10px; color: var(--navy-deep); font-size: 15px; }
.info-grid ul { margin: 0; padding-left: 20px; }
.info-grid li { margin: 7px 0; color: #526171; font-size: 12px; }
.three-columns { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.inline-link { display: inline-flex; margin-top: 10px; font-size: 12px; }
.specialties { margin-top: 20px; padding: 22px; border-radius: 11px; color: #fff; background: var(--navy-deep); }
.specialties h3 { margin: 0 0 12px; font-size: 15px; }
.specialties div { display: flex; flex-wrap: wrap; gap: 8px; }
.specialties span { padding: 7px 10px; border-radius: 5px; color: #dce6ee; background: rgba(255, 255, 255, .08); font-size: 11px; }
.notice-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 20px; }
.notice-list article { padding: 18px; border-top: 4px solid var(--red); border-radius: 8px; background: #fff; box-shadow: 0 10px 24px rgba(15, 36, 63, .07); }
.notice-list b { color: var(--navy-deep); font-size: 13px; }
.notice-list p { margin: 5px 0 0; color: var(--muted); font-size: 11px; }
.download-stack { display: grid; gap: 8px; margin-top: 18px; }
.action-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.action-row a { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 0 18px; border-radius: 8px; text-decoration: none; font-size: 12px; font-weight: 900; }
.primary-action { color: #fff; background: var(--red); }
.secondary-action { color: var(--navy); background: #e7edf1; }
.submit-card { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-top: 28px; padding: 40px; scroll-margin-top: 24px; border-radius: 18px; color: #fff; background: var(--navy-deep); box-shadow: var(--shadow); }
.submit-card h2 { margin: 0; font: 600 30px Georgia, "Noto Serif SC", serif; }
.submit-card div > p:last-child { max-width: 680px; margin: 8px 0 0; color: #b7c5d2; font-size: 13px; }
.submit-actions { display: grid; flex: 0 0 auto; gap: 8px; }
.submit-actions a { display: flex; min-height: 44px; align-items: center; justify-content: center; padding: 0 17px; border-radius: 7px; color: var(--navy-deep); background: #fff; text-decoration: none; font-size: 12px; }
footer { display: flex; justify-content: space-between; gap: 20px; padding: 22px 3px 0; color: var(--muted); font-size: 11px; }
footer p { margin: 0; }

@media (max-width: 940px) {
    .quick-nav { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .quick-nav a { border-bottom: 1px solid var(--line); }
    .resource-grid, .fee-strip, .notice-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .fee-strip div:nth-child(2) { border-right: 0; }
    .fee-strip div:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .14); }
    .document-layout { grid-template-columns: 1fr; }
    .three-columns { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
    .page-shell { width: min(100% - 24px, 1120px); padding-top: 48px; }
    .intro { min-height: 0; padding-left: 0; text-align: center; }
    .brand-mark { position: static; display: block; width: 205px; height: 64px; margin: 0 auto 28px; }
    .scope-note { text-align: left; }
    .quick-nav, .process-list, .resource-grid, .fee-strip, .info-grid, .notice-list { grid-template-columns: 1fr; }
    .resource-grid .resource-guide { grid-column: auto; }
    .quick-nav a { min-height: 60px; border-right: 0; }
    .critical-alert { align-items: flex-start; }
    .stage-card { padding: 25px 18px; border-radius: 15px; }
    .stage-heading { align-items: flex-start; }
    .process-heading { flex-wrap: wrap; }
    .process-heading > div { flex: 1 1 calc(100% - 67px); }
    .process-apply-button { width: 100%; margin: 3px 0 0; }
    .process-action-buttons { width: 100%; margin: 3px 0 0; }
    .process-action-buttons .process-apply-button { width: auto; flex: 1 1 0; margin: 0; }
    .fee-strip div { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .14); }
    .fee-strip div:last-child { border-bottom: 0; }
    .document-panel, .notes-panel { padding: 20px 16px; }
    .action-row a { width: 100%; }
    .submit-card { align-items: flex-start; flex-direction: column; padding: 28px 22px; }
    .submit-actions { width: 100%; }
    footer { flex-direction: column; gap: 4px; }
}


.email-copy-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-left: 2px;
}
.email-copy-line a { color: inherit; font-weight: 900; }
.copy-email-button {
  display: inline-flex;
  min-height: 20px;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  border: 0;
  border-radius: 4px;
  padding: 2px 8px;
  background: #c92035;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
  box-shadow: none;
}
