* { box-sizing: border-box; }
body { margin: 0; color: #20334f; background: #f5f7fb; font: 15px/1.6 Arial, Helvetica, sans-serif; }
a { color: #2354a4; text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid #e1ac2f; outline-offset: 4px; }
.verification-header { background: #fff; border-bottom: 1px solid #e3e9f2; padding: 18px max(24px, calc((100% - 1240px)/2)); display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.verification-header img { display: block; width: 210px; height: auto; }
.verification-header nav { display: flex; align-items: center; gap: 26px; font-weight: 700; }
.verification-account { display: flex; gap: 24px; padding: 12px 22px; border-radius: 12px; background: #eaf0fc; }
.verification-main { max-width: 1240px; margin: 36px auto 60px; padding: 0 24px; }
.verification-hero { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 42px 48px; border: 1px solid #5076ae; border-radius: 26px; color: #fff; background: radial-gradient(ellipse at top right, #477dbe, transparent 58%), linear-gradient(115deg, #13326a, #2455a1); box-shadow: 0 14px 35px #14397015; }
.verification-hero-copy { max-width: 680px; }
.verification-eyebrow { color: #ffda75; font-size: 12px; font-weight: 700; letter-spacing: 1.6px; }
.verification-hero h1 { margin: 15px 0 8px; font-size: 22px; line-height: 1.35; }
.verification-hero p { color: #d9e5f8; margin: 0; font-size: 16px; }
.verification-hero-note { display: flex; align-items: center; gap: 10px; margin-top: 22px; font-size: 13px; }
.verification-hero-note > span { color: #ffda75; font-size: 20px; }
.verification-seal { flex-shrink: 0; padding: 11px; border: 1px solid #e2b751; border-radius: 50%; transform: rotate(-8deg); }
.verification-seal > div { width: 146px; height: 146px; display: flex; align-items: center; justify-content: center; flex-direction: column; border: 2px dotted #f4ca66; border-radius: 50%; color: #ffdf8b; font: 700 20px Georgia, serif; }
.verification-seal strong { font: 52px/1.1 Arial, sans-serif; }
.verification-seal span { font: 700 12px/2 Arial, sans-serif; letter-spacing: 1px; }
.verification-layout { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.4fr); align-items: start; gap: 24px; margin-top: 26px; }
.verification-form-card, .verification-result { padding: 30px; border: 1px solid #e0e7f0; border-radius: 22px; background: #fff; box-shadow: 0 10px 28px #233c6010; }
.verification-label { font-size: 12px; letter-spacing: 1px; color: #5d75a1; font-weight: 700; }
h2 { font-size: 22px; line-height: 1.35; margin: 9px 0 10px; }
p { color: #67768d; margin: 0 0 16px; }
form { margin-top: 26px; }
label { display: block; font-size: 14px; font-weight: 700; margin-bottom: 9px; }
input { width: 100%; min-width: 0; border: 1px solid #cdd8e7; background: #fafbfe; border-radius: 12px; padding: 15px 14px; font: 16px/1.4 Arial, sans-serif; color: #193969; text-transform: uppercase; }
form small { display: block; margin: 9px 0 20px; color: #66768d; font-size: 12px; }
button, .verification-download { display: flex; align-items: center; justify-content: space-between; gap: 15px; width: 100%; padding: 15px 20px; border: 0; border-radius: 12px; background: #2856a4; color: #fff; font: 700 15px/1.5 Arial, sans-serif; cursor: pointer; }
button:hover, .verification-download:hover { background: #173c7b; text-decoration: none; }
.verification-tip { padding: 18px; margin-top: 25px; border-radius: 13px; background: #f4f7fc; }
.verification-tip strong { font-size: 14px; }
.verification-tip p { font-size: 13px; margin: 5px 0 0; }
.verification-status-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 17px; background: #eaf0fb; color: #2856a4; font-size: 32px; }
.is-valid { border-top: 4px solid #208469; }
.is-valid .verification-status-icon { background: #e6f6ef; color: #17795d; }
.is-valid > .verification-label { color: #17795d; }
.is-invalid { border-top: 4px solid #c54250; }
.is-invalid .verification-status-icon { background: #fff0f2; color: #ba3445; }
.is-invalid > .verification-label { color: #ba3445; }
.verification-steps { list-style: none; margin: 25px 0 0; padding: 0; }
.verification-steps li { display: flex; align-items: start; gap: 16px; padding: 18px 0; border-top: 1px solid #edf0f6; }
.verification-steps li > span { flex-shrink: 0; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: #edf3fd; color: #2856a4; font-weight: 700; }
.verification-steps strong { font-size: 15px; }
.verification-steps p { font-size: 14px; margin: 3px 0 0; }
.verification-details { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 24px 0; }
.verification-details > div { min-width: 0; padding: 14px 16px; border: 1px solid #e8edf5; border-radius: 12px; background: #f8fafd; }
.verification-details dt { color: #6c7c93; font-size: 12px; }
.verification-details dd { font-size: 16px; font-weight: 700; margin: 4px 0 0; overflow-wrap: anywhere; }
.verification-student, .verification-number { grid-column: 1 / -1; }
.verification-student dd { font-size: 20px; }
.verification-preview { display: block; margin-bottom: 18px; border: 1px solid #e8ddb9; border-radius: 10px; overflow: hidden; }
.verification-preview img { display: block; width: 100%; height: auto; }
.verification-print-note { font-size: 12px; text-align: center; margin: 10px 0 0; }
.verification-footer { display: flex; justify-content: space-between; gap: 24px; max-width: 1192px; padding: 25px 0 35px; margin: auto; border-top: 1px solid #dde5ef; font-size: 13px; color: #6a7891; }
.verification-footer nav { display: flex; gap: 24px; flex-wrap: wrap; }
@media (max-width: 800px) {
    .verification-main { margin-top: 22px; }
    .verification-layout { grid-template-columns: minmax(0, 1fr); }
    .verification-layout.has-result .verification-result { grid-row: 1; }
    .verification-hero { padding: 28px; }
    .verification-seal { display: none; }
    .verification-footer { margin: 0 24px; flex-direction: column; gap: 12px; }
}
@media (max-width: 480px) {
    .verification-header { padding: 15px 18px; }
    .verification-header img { width: 165px; }
    .verification-header nav > a:first-child { display: none; }
    .verification-account { padding: 10px 12px; gap: 10px; font-size: 13px; }
    .verification-main { padding: 0 16px; }
    .verification-hero { padding: 24px; border-radius: 20px; }
    .verification-form-card, .verification-result { padding: 23px; }
    .verification-details { gap: 9px; }
    .verification-details > div { padding: 12px; }
    .verification-footer nav { gap: 15px; }
}
