/* =========================================================
   ADMISSION PAGE — page-specific styles
   Loaded AFTER style.css. Reuses --oa-* tokens defined there;
   does not redeclare anything common.css/style.css already owns.
========================================================= */

/* ---------- Hero: swap the shared cutout photo for one that fits ---------- */
.oa-blog-hero.oa-blog-hero--admission::after {
    background-image:
        linear-gradient(rgba(75, 46, 131, .10), rgba(75, 46, 131, .10)),
        url("../images/c.jpg");
}

/* ---------- Introduction ---------- */
.oa-intro-copy p {
    max-width: 58ch;
    margin-bottom: 16px;
    color: var(--oa-text);
    font-size: 15px;
    line-height: 1.85;
}

.oa-intro-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 34px;
    margin-top: 28px;
    padding-top: 26px;
    border-top: 1px solid var(--oa-line);
}

.oa-intro-stats .num {
    color: var(--oa-purple);
    font-family: "Playfair Display", serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}

.oa-intro-stats .label {
    margin-top: 7px;
    color: var(--oa-muted);
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.oa-intro-media,
.oa-doc-media {
    position: relative;
}

.oa-intro-media::before {
    content: "";
    position: absolute;
    right: -16px;
    top: -16px;
    width: 55%;
    height: 60%;
    border-radius: 28px;
    background: var(--oa-acid);
    z-index: 0;
}

.oa-intro-media img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 480px;
    display: block;
    object-fit: cover;
    border-radius: 28px;
    box-shadow: var(--oa-shadow-premium);
}

.oa-intro-note {
    position: absolute;
    left: 24px;
    bottom: -22px;
    z-index: 2;
    max-width: 260px;
    padding: 18px 20px;
    border-radius: 18px;
    background: var(--oa-violet);
    box-shadow: 0 20px 42px rgba(41, 18, 84, .26);
}

.oa-intro-note strong {
    display: block;
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 600;
}

.oa-intro-note span {
    display: block;
    margin-top: 5px;
    color: rgba(255, 255, 255, .8);
    font-size: 13.5px;
    line-height: 1.55;
}

/* ---------- Process overview strip ---------- */
.oa-process-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.oa-process-mini {
    min-height: 165px;
    padding: 26px 24px;
    border-radius: 22px;
    background: var(--oa-violet);
    box-shadow: 0 14px 32px rgba(45, 24, 92, .12);
}

.oa-process-mini .number {
    color: var(--oa-acid);
    font-family: "Playfair Display", serif;
    font-size: 26px;
    font-weight: 700;
}

.oa-process-mini h3 {
    margin: 12px 0 5px;
    font-size: 20px;
    color: #fff;
}

.oa-process-mini p {
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
    line-height: 1.6;
}

/* ---------- Seven-step timeline ---------- */
.oa-timeline {
    position: relative;
    max-width: 1040px;
    margin: 0 auto;
}

.oa-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 27px;
    width: 1px;
    background: var(--oa-line);
}

.oa-step-row {
    position: relative;
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 22px;
    margin-bottom: 22px;
}

.oa-step-row:last-child {
    margin-bottom: 0;
}

.oa-step-num {
    position: relative;
    z-index: 2;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid var(--oa-paper);
    border-radius: 50%;
    background: var(--oa-purple);
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 0 0 1px rgba(75, 46, 131, .12);
}

.oa-step-card {
    position: relative;
    padding: 28px 30px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid var(--oa-line);
    box-shadow: 0 10px 26px rgba(49, 24, 96, .05);
    transition: .3s var(--oa-ease);
}

.oa-step-card:hover {
    transform: translateY(-4px);
    border-color: transparent;
    box-shadow: var(--oa-shadow-premium);
}

.oa-step-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
}

.oa-step-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: var(--oa-lavender);
    color: var(--oa-purple);
    font-size: 18px;
}

.oa-step-card h3 {
    margin: 0;
    font-size: 22px;
}

.oa-step-card > p {
    max-width: 800px;
    margin-bottom: 18px;
    color: var(--oa-text);
    font-size: 15px;
    line-height: 1.75;
}

.oa-step-checks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.oa-step-checks li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: var(--oa-ink);
    font-size: 14px;
    line-height: 1.55;
}

.oa-step-checks i {
    flex: 0 0 auto;
    margin-top: 3px;
    color: var(--oa-gold);
}

/* ---------- Trust band ---------- */
.oa-trust-band {
    padding: 30px 0;
    border-radius: 0;
    background: var(--oa-violet-deep);
    color: #fff;
}

.oa-trust-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 48px;
    color: rgba(255, 255, 255, .92);
    font-size: 17px;
    font-weight: 600;
}

.oa-trust-item i {
    color: var(--oa-acid);
    font-size: 28px;
}

/* ---------- Document checklist ---------- */
.oa-doc-media::before {
    content: "";
    position: absolute;
    right: -16px;
    bottom: -16px;
    width: 55%;
    height: 55%;
    border-radius: 28px;
    background: var(--oa-purple);
    z-index: 0;
}

.oa-doc-media img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 460px;
    display: block;
    object-fit: cover;
    border-radius: 28px;
    box-shadow: var(--oa-shadow-premium);
}

.oa-doc-badge {
    position: absolute;
    left: 22px;
    bottom: -20px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    border-radius: 18px;
    background: var(--oa-acid);
    color: var(--oa-ink);
    box-shadow: 0 20px 40px rgba(23, 23, 23, .18);
}

.oa-doc-badge i {
    font-size: 22px;
}

.oa-doc-badge .t1 {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.oa-doc-badge .t2 {
    margin-top: 2px;
    font-family: "DM Sans", sans-serif;
    font-size: 17px;
    font-weight: 700;
}

.oa-doc-intro {
    max-width: 620px;
    margin-bottom: 22px;
    color: var(--oa-muted);
    font-size: 13.5px;
    line-height: 1.7;
}

.oa-doc-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--oa-line);
}

.oa-doc-list li {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 58px;
    padding: 11px 4px;
    border-bottom: 1px solid var(--oa-line);
}

.oa-doc-check {
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
}

.oa-doc-check.req {
    background: var(--oa-purple);
    color: #fff;
}

.oa-doc-check.opt {
    background: var(--oa-lavender);
    color: var(--oa-muted);
}

.oa-doc-list .doc-name {
    flex: 1;
    color: var(--oa-ink);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}

.oa-doc-tag {
    flex: 0 0 auto;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.oa-doc-tag.req {
    background: var(--oa-lavender);
    color: var(--oa-purple);
}

.oa-doc-tag.opt {
    background: var(--oa-line);
    color: var(--oa-muted);
}

/* ---------- Section head: centered variant for stacked intros ---------- */
.oa-section-head.center {
    display: block;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 48px;
}

.oa-section-head.center::after {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}

.oa-section-head.center p {
    max-width: none;
    margin: 12px auto 0;
}

/* ---------- Scroll reveal (self-contained for this page) ---------- */
.oa-reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .7s ease, transform .7s var(--oa-ease);
}

.oa-reveal.is-visible {
    opacity: 1;
    transform: none;
}

/* ---------- Responsive ---------- */
@media (max-width: 991.98px) {
    .oa-process-strip { grid-template-columns: 1fr 1fr; }
    .oa-doc-media { max-width: 620px; margin: 0 auto 46px; }
    .oa-intro-media { margin-bottom: 46px; }
}

@media (max-width: 767.98px) {
    .oa-process-strip { grid-template-columns: 1fr; }
    .oa-intro-media img,
    .oa-doc-media img { height: 340px; }
    .oa-timeline::before { left: 21px; }
    .oa-step-row { grid-template-columns: 44px 1fr; gap: 12px; }
    .oa-step-num { width: 44px; height: 44px; border-width: 3px; font-size: 12px; }
    .oa-step-card { padding: 22px 18px; }
    .oa-step-checks { grid-template-columns: 1fr; }
    .oa-doc-tag { display: none; }
    .oa-trust-item { justify-content: flex-start; padding: 6px 0; }
}

@media (prefers-reduced-motion: reduce) {
    .oa-reveal { opacity: 1 !important; transform: none !important; }
}