.tuition-hero {
    padding: 20px 0;
    background: linear-gradient(146deg, rgb(96 103 169) 0%, rgb(51 51 165) 35%, rgb(38 147 169) 100%);
}

/* === English Programs – Layout === */

.english-programs {
    padding: 50px 0;
    background: #fff;
}

.english-programs .container {
    max-width: 1120px;
}

/* Sections (Bachelor / Master) */

.programs-section__header {
    text-align: left;
    margin-bottom: 32px;
}

.programs-section__label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--color-accent, #3a80f5);
    margin: 0 0 8px;
}

.programs-section__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
    color: #111827;
    margin: 0;
}

/* Program cards */

.program-card {
    border-radius: 16px;
    border: 1px solid #3A80F533;
    background: linear-gradient(106.33deg, rgba(58, 128, 245, 0.1) 0%, rgba(59, 130, 246, 0.05) 100%);
    padding: 24px 28px;
    margin-bottom: 24px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03);
}

.program-card:last-of-type {
    margin-bottom: 0;
}

.program-card__title {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    color: #111827;
}

.program-card p, .program-card li {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.6;
    color: #38393f;
}

.program-card__subtitle {
    margin: 16px 0 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #111827;
}

/* Lists inside cards */

.program-card__list {
    margin: 0 0 14px 0;
    padding-left: 20px;
    font-size: 15px;
    line-height: 1.6;
    color: #38393f;
}

.program-card__list li {
    margin-bottom: 6px;
}

.program-card__list li:last-child {
    margin-bottom: 0;
}

/* Links */

.program-card a {
    color: var(--color-accent, #3a80f5);
    text-decoration: none;
    word-break: break-word;
}

.program-card a:hover,
.program-card a:focus {
    text-decoration: underline;
}

/* === Mobile === */

@media only screen and (max-width: 767px) {

    .page-content.english-programs {
        padding: 40px 0 60px;
    }

    .programs-section {
        padding: 0;
		margin: 0;
    }

    .programs-section__header {
        margin-bottom: 20px;
    }

    .programs-section__title {
        font-size: 30px;
    }

    .program-card {
        padding: 18px 16px;
        margin-bottom: 16px;
        border-radius: 14px;
    }

    .program-card__title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .program-card__subtitle {
        font-size: 15px;
        margin-top: 14px;
    }

    .program-card p,
    .program-card__list {
        font-size: 14px;
        line-height: 1.55;
    }

    .programs-section--master {
        margin-top: 56px;
    }
}
