/* Programs page */

.program-portfolio-head {
    max-width: 52rem;
}

.program-portfolio-label {
    display: inline-flex;
    margin-bottom: 1rem;
    padding: .42rem .78rem;
    border-radius: 999px;
    background: var(--aou-light);
    color: var(--aou-muted);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.program-portfolio-intro {
    max-width: 46rem;
    margin-bottom: 0;
}

.program-direction-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.75rem 1.65rem 1.5rem;
    border: 1px solid var(--aou-border);
    border-radius: 1.35rem;
    background: #fff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .06);
}

.program-direction-card::before {
    content: "";
    position: absolute;
    top: -2.75rem;
    right: -2.75rem;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background: rgba(230, 204, 131, .24);
    pointer-events: none;
}

.program-direction-card--accent {
    background: linear-gradient(180deg, #f0e8d4 0%, var(--aou-cream) 100%);
    border-color: rgba(199, 164, 90, .28);
    box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
}

.program-direction-card--accent::before {
    background: rgba(199, 164, 90, .22);
}

.program-direction-card__tag {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 1rem;
    padding: .38rem .72rem;
    border-radius: 999px;
    background: rgba(230, 204, 131, .38);
    color: #7a5a12;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .03em;
}

.program-direction-card h3 {
    position: relative;
    z-index: 1;
    color: var(--aou-navy);
    font-size: clamp(1.18rem, 1.35vw, 1.42rem);
    line-height: 1.28;
    letter-spacing: -.02em;
    margin-bottom: .85rem;
}

.program-direction-card p {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
    color: var(--aou-muted);
    font-size: .94rem;
    line-height: 1.68;
    margin-bottom: 1.5rem;
}

.program-direction-card__action {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: auto;
    padding: .85rem 1rem;
    border: 1px solid var(--aou-border);
    border-radius: 999px;
    background: #fff;
    color: var(--aou-navy);
    font-weight: 700;
    font-size: .92rem;
    text-decoration: none;
    transition: color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.program-direction-card__action:hover {
    color: var(--aou-gold);
    border-color: rgba(199, 164, 90, .55);
    box-shadow: 0 8px 22px rgba(15, 23, 42, .06);
}

.program-strengths {
    background: var(--aou-light);
}

.program-strengths-intro {
    margin-bottom: 0;
}

.program-strength-card {
    padding: 1.4rem 1.25rem 1.35rem 1.15rem;
    border: 1px solid var(--aou-border);
    border-left: 3px solid var(--aou-gold);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .05);
}

.program-strength-card h3 {
    color: var(--aou-navy);
    font-size: 1.12rem;
    line-height: 1.25;
    letter-spacing: -.015em;
    margin-bottom: .75rem;
}

.program-strength-card p {
    color: var(--aou-muted);
    font-size: .9rem;
    line-height: 1.65;
}

.program-format-card {
    padding: 1.45rem 1.35rem 1.4rem;
    border: 1px solid var(--aou-border);
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .05);
}

.program-format-card__head {
    display: flex;
    align-items: flex-start;
    gap: .85rem;
    margin-bottom: 1rem;
}

.program-format-card__num {
    flex-shrink: 0;
    width: 2.45rem;
    height: 2.45rem;
    display: grid;
    place-items: center;
    border-radius: .65rem;
    background: rgba(230, 204, 131, .35);
    color: #7a5a12;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1;
}

.program-format-card h3 {
    margin: 0;
    padding-top: .2rem;
    color: var(--aou-navy);
    font-size: 1.08rem;
    line-height: 1.28;
    letter-spacing: -.015em;
}

.program-format-card p {
    color: var(--aou-muted);
    font-size: .9rem;
    line-height: 1.65;
}

.program-cooperation-card {
    padding: 1.75rem 1.65rem;
    border: 1px solid var(--aou-border);
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .05);
}

.program-cooperation-card h3 {
    color: var(--aou-navy);
    font-size: clamp(1.22rem, 1.5vw, 1.42rem);
    line-height: 1.25;
    letter-spacing: -.02em;
    margin-bottom: 1.15rem;
}

.program-cooperation-list {
    margin: 0;
    padding-left: 1.15rem;
    color: var(--aou-muted);
    font-size: .94rem;
    line-height: 1.65;
}

.program-cooperation-list li + li {
    margin-top: .55rem;
}

.program-cooperation-cta-wrap {
    padding-top: 0;
}

.program-cooperation-cta {
    padding: 2rem 2.15rem;
    border-radius: 1.35rem;
    background: linear-gradient(135deg, var(--aou-navy), var(--aou-navy-2));
    box-shadow: 0 18px 45px rgba(15, 23, 42, .12);
}

.program-cooperation-cta__title {
    color: #fff;
    font-size: clamp(1.45rem, 2vw, 1.85rem);
    line-height: 1.2;
    letter-spacing: -.025em;
    margin-bottom: .85rem;
}

.program-cooperation-cta__text {
    color: rgba(255, 255, 255, .82);
    font-size: .98rem;
    line-height: 1.7;
    max-width: 42rem;
}

.program-cooperation-note {
    margin-top: 1rem;
    padding: 1.15rem 2.15rem 1.25rem;
    border-radius: 1.35rem;
    background: var(--aou-cream);
    box-shadow: 0 12px 32px rgba(15, 23, 42, .05);
    color: #7a6a4a;
    font-size: .88rem;
    line-height: 1.65;
}

.program-cooperation-note strong {
    color: #5c4e32;
}

.youth-model-card__ratio {
    color: var(--aou-navy);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: .85rem;
}

.youth-pathway-card {
    padding: 1.5rem 1.4rem;
    border: 1px solid var(--aou-border);
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .05);
}

.youth-pathway-level {
    display: inline-flex;
    margin-bottom: 1rem;
    padding: .38rem .72rem;
    border-radius: 999px;
    background: var(--aou-light);
    color: var(--aou-muted);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.youth-pathway-card h3 {
    color: var(--aou-navy);
    font-size: clamp(1.15rem, 1.3vw, 1.35rem);
    line-height: 1.28;
    letter-spacing: -.02em;
    margin-bottom: .75rem;
}

.youth-pathway-card p {
    color: var(--aou-muted);
    font-size: .92rem;
    line-height: 1.65;
}

.youth-pathway-card h3:first-child {
    margin-top: 0;
}

.talent-program-courses__follow {
    margin-top: clamp(3.5rem, 7vw, 5.5rem);
    padding-top: clamp(1.25rem, 2.5vw, 2rem);
}

.gtc-capacity-areas__follow {
    margin-top: clamp(3.5rem, 7vw, 5.5rem);
    padding-top: clamp(1.25rem, 2.5vw, 2rem);
}

.renewable-energy-courses__follow {
    margin-top: clamp(3.5rem, 7vw, 5.5rem);
    padding-top: clamp(1.25rem, 2.5vw, 2rem);
}
