.ib-academy-practices-phase19 .ib-academy-internal-hero-phase18 {
    background:
        linear-gradient(90deg, rgba(3, 22, 54, .98) 0%, rgba(3, 22, 54, .92) 44%, rgba(3, 22, 54, .58) 72%, rgba(3, 22, 54, .38) 100%),
        url("../images/unified-hubs/academy-hero.webp") center 38% / cover no-repeat;
}

.ib-academy-practice-grid-phase19 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ib-academy-practice-card-phase19 {
    min-height: 480px;
    display: flex;
    flex-direction: column;
    padding: 25px;
    border: 1px solid var(--ib-academy-18-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--ib-academy-18-shadow);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.ib-academy-practice-card-phase19:hover {
    transform: translateY(-3px);
    border-color: rgba(245, 130, 32, .34);
    box-shadow: 0 22px 48px rgba(3, 22, 54, .11);
}

.ib-academy-practice-card-phase19__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.ib-academy-practice-card-phase19__top > span {
    width: 42px;
    height: 42px;
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 14px;
    color: var(--ib-academy-18-orange);
    background: #fff0e3;
    font-size: 12px;
    font-weight: 950;
}

.ib-academy-practice-card-phase19__top > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
}

.ib-academy-practice-card-phase19__top small,
.ib-academy-practice-card-phase19__focus {
    padding: 6px 10px;
    border-radius: 999px;
    color: var(--ib-academy-18-muted);
    background: #eef2f6;
    font-size: 10px;
    font-weight: 850;
}

.ib-academy-practice-card-phase19__focus {
    display: block;
    width: fit-content;
    margin-top: 18px;
    color: #a84d09;
    background: #fff0e3;
}

.ib-academy-practice-card-phase19 h3 {
    margin: 20px 0 10px;
    color: var(--ib-academy-18-navy);
    font-size: 20px;
    line-height: 1.7;
}

.ib-academy-practice-card-phase19__body {
    margin: 0;
    color: var(--ib-academy-18-muted);
    font-size: 12px;
    line-height: 2;
}

.ib-academy-practice-card-phase19 dl {
    margin: 20px 0 16px;
    padding: 14px 0;
    border-block: 1px solid var(--ib-academy-18-line);
}

.ib-academy-practice-card-phase19 dl > div {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 10px;
    padding: 5px 0;
}

.ib-academy-practice-card-phase19 dt {
    color: var(--ib-academy-18-navy);
    font-size: 11px;
    font-weight: 900;
}

.ib-academy-practice-card-phase19 dd {
    margin: 0;
    color: var(--ib-academy-18-muted);
    font-size: 11px;
    line-height: 1.8;
}

.ib-academy-practice-card-phase19__safety {
    min-height: 84px;
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    align-items: start;
    margin-top: auto;
    padding: 13px;
    border: 1px solid #f6dfca;
    border-radius: 16px;
    background: #fff8f1;
}

.ib-academy-practice-card-phase19__safety > span {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: #fff;
    background: var(--ib-academy-18-orange);
    font-size: 13px;
    font-weight: 950;
}

.ib-academy-practice-card-phase19__safety strong {
    display: block;
    color: #8d430d;
    font-size: 10px;
    font-weight: 950;
}

.ib-academy-practice-card-phase19__safety p {
    margin: 3px 0 0;
    color: #7b6758;
    font-size: 10px;
    line-height: 1.8;
}

.ib-academy-practice-card-phase19__action {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 14px;
    padding: 0 4px;
    color: var(--ib-academy-18-navy);
    font-size: 12px;
    font-weight: 950;
    text-decoration: none;
}

.ib-academy-practice-card-phase19__action span {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    color: #fff;
    background: var(--ib-academy-18-orange);
    transition: transform .2s ease;
}

.ib-academy-practice-card-phase19__action:hover span {
    transform: translateX(-3px);
}

@media (max-width: 1100px) {
    .ib-academy-practice-grid-phase19 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .ib-academy-practices-phase19 .ib-academy-internal-hero-phase18 {
        background:
            linear-gradient(180deg, rgba(3, 22, 54, .88), rgba(3, 22, 54, .97)),
            url("../images/unified-hubs/academy-hero.webp") center / cover no-repeat;
    }
}

@media (max-width: 620px) {
    .ib-academy-practice-grid-phase19 {
        grid-template-columns: 1fr;
    }

    .ib-academy-practice-card-phase19 {
        min-height: 0;
        padding: 20px;
    }
}
