:root {
    --program-brand: var(--brand);
    --program-brand-dark: var(--brand-dark);
    --program-brand-light: var(--brand-light);
    --program-ink: var(--text);
    --program-text: var(--text2);
    --program-border: var(--border);
    --program-surface: var(--surface);
    --program-bg: var(--bg2);
    --program-shadow: var(--shadow);
    --program-head: var(--font-head);
    --program-body: var(--font-body);
}

.program-page {
    background: linear-gradient(180deg, var(--bg2) 0%, var(--bg) 100%);
    color: var(--program-ink);
    font-family: var(--program-body);
}

.program-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.program-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 999px;
    background: var(--program-brand-light);
    color: var(--program-brand);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

.program-head {
    text-align: center;
    margin-bottom: 42px;
}

.program-head h2 {
    font-family: var(--program-head);
    font-size: 38px;
    line-height: 1.18;
    color: var(--program-ink);
    margin-bottom: 14px;
    font-weight: 900;
    letter-spacing: -1px;
}

.program-head h2 span {
    color: var(--program-brand);
}

.program-head p {
    max-width: 760px;
    margin: 0 auto;
    color: var(--program-text);
    font-size: 16px;
    line-height: 1.78;
}

.program-hero {
    position: relative;
    padding: 84px 0 120px;
    min-height: 580px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.program-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(0, 0, 0, 0.8) 42%, var(--brand-glow) 100%);
}

.program-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 1126px;
    color: #fff;
}

.program-breadcrumb {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 22px;
}

.program-breadcrumb a {
    color: #fff;
}

.program-breadcrumb i {
    font-size: 10px;
    margin: 0 7px;
}

.program-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    border-radius: 999px;
    background: rgba(1, 116, 187, 0.20);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #8bd4ff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin-bottom: 22px;
}

.program-hero h1 {
    font-family: var(--program-head);
    font-size: 52px;
    line-height: 1.12;
    margin-bottom: 18px;
    font-weight: 900;
    letter-spacing: -1px;
}

.program-hero h1 span {
    color: #6ad0ff;
}

.program-hero p {
    max-width: 640px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 17px;
    line-height: 1.84;
    margin-bottom: 34px;
}

.program-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.program-btn,
.program-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 12px;
    font-weight: 800;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.program-btn {
    background: var(--program-brand);
    color: #fff;
    box-shadow: 0 16px 36px rgba(1, 116, 187, 0.22);
}

.program-btn:hover,
.program-btn-outline:hover {
    transform: translateY(-2px);
}

.program-btn-outline {
    color: #fff;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.24);
}

.program-strip {
    position: relative;
    z-index: 2;
    margin-top: -56px;
}

.program-strip-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.program-strip-card {
    background: var(--program-surface);
    border: 1px solid var(--program-border);
    border-radius: 22px;
    padding: 24px 22px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 20px 42px var(--program-shadow);
}

.program-strip-card i {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--program-brand-light);
    color: var(--program-brand);
    font-size: 22px;
    flex-shrink: 0;
}

.program-strip-card span {
    display: block;
    font-size: 12px;
    color: var(--program-text);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.program-strip-card strong {
    display: block;
    margin-top: 5px;
    font-size: 18px;
    color: var(--program-ink);
}

.program-section {
    padding: 88px 0;
}

.program-section.alt {
    background: linear-gradient(180deg, var(--bg) 0%, var(--bg2) 100%);
}

.program-grid-2 {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 34px;
    align-items: center;
}

.program-copy h2 {
    font-family: var(--program-head);
    font-size: 38px;
    line-height: 1.18;
    margin-bottom: 18px;
    font-weight: 900;
    letter-spacing: -1px;
}

.program-copy h2 span {
    color: var(--program-brand);
}

.program-copy p {
    color: var(--program-text);
    font-size: 16px;
    line-height: 1.84;
}

.program-copy p + p {
    margin-top: 14px;
}

.program-visual {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    min-height: 269px;
    box-shadow: 0 26px 56px rgba(8, 36, 64, 0.16);
}

.program-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.program-visual-badge {
    position: absolute;
    left: 22px;
    bottom: 22px;
    padding: 12px 16px;
    border-radius: 18px;
    background: var(--surface);
    color: var(--program-ink);
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 14px 32px var(--shadow);
}

.program-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.program-card {
    background: var(--program-surface);
    border: 1px solid var(--program-border);
    border-radius: 24px;
    padding: 26px 24px;
    box-shadow: 0 18px 40px rgba(13, 38, 63, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.program-card:hover {
    transform: translateY(-6px);
    border-color: var(--brand);
    box-shadow: 0 24px 48px var(--shadow);
}

.program-card-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: var(--program-brand-light);
    color: var(--program-brand);
    font-size: 22px;
    margin-bottom: 18px;
}

.program-card h3 {
    font-family: var(--program-head);
    font-size: 24px;
    line-height: 1.28;
    color: var(--program-ink);
    margin-bottom: 10px;
}

.program-card p {
    color: var(--program-text);
    font-size: 15px;
    line-height: 1.76;
}

.program-list-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.program-list-card {
    background: var(--bg3);
    border: 1px solid var(--program-border);
    border-radius: 22px;
    padding: 24px;
}

.program-list-card h3 {
    font-family: var(--program-head);
    font-size: 24px;
    margin-bottom: 14px;
}

.program-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.program-list li {
    position: relative;
    padding-left: 18px;
    color: var(--program-text);
    font-size: 15px;
    line-height: 1.8;
}

.program-list li + li {
    margin-top: 10px;
}

.program-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--program-brand);
}

.program-timeline {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.program-step {
    background: var(--program-surface);
    border: 1px solid var(--program-border);
    border-radius: 24px;
    padding: 24px 22px;
    position: relative;
}

.program-step-no {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--program-brand);
    color: #fff;
    font-weight: 800;
    margin-bottom: 16px;
}

.program-step h3 {
    font-family: var(--program-head);
    font-size: 22px;
    margin-bottom: 10px;
}

.program-step p {
    color: var(--program-text);
    font-size: 15px;
    line-height: 1.76;
}

.program-related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.program-related-card {
    display: block;
    background: var(--program-surface);
    border: 1px solid var(--program-border);
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 18px 40px rgba(13, 38, 63, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.program-related-card:hover {
    transform: translateY(-6px);
    border-color: var(--brand);
    box-shadow: 0 24px 48px var(--shadow);
}

.program-related-card i {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: var(--program-brand-light);
    color: var(--program-brand);
    font-size: 20px;
    margin-bottom: 16px;
}

.program-related-card h3 {
    font-family: var(--program-head);
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 10px;
    color: var(--program-ink);
}

.program-related-card p {
    color: var(--program-text);
    font-size: 14px;
    line-height: 1.74;
    margin-bottom: 14px;
}

.program-related-card span {
    color: var(--program-brand);
    font-weight: 800;
}

.program-cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 38px;
    border-radius: 30px;
    background: linear-gradient(135deg, #091c33 0%, #0174BB 100%);
    color: #fff;
    box-shadow: 0 24px 48px rgba(7, 33, 61, 0.18);
}

.program-cta-box h2 {
    font-family: var(--program-head);
    font-size: 38px;
    line-height: 1.18;
    margin-bottom: 12px;
    color: #fff;
    font-weight: 900;
    letter-spacing: -1px;
}

.program-cta-box h2 span {
    color: #8fd8ff;
}

.program-cta-box p {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 15px;
    line-height: 1.82;
}

.program-cta-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.program-cta-actions .program-btn-outline {
    background: rgba(255, 255, 255, 0.10);
}

@media (max-width: 1100px) {
    .program-card-grid,
    .program-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .program-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .program-hero {
        min-height: auto;
        padding: 74px 0 110px;
    }

    .program-hero h1 {
        font-size: 40px;
    }

    .program-strip-grid,
    .program-grid-2,
    .program-list-grid {
        grid-template-columns: 1fr;
    }

    .program-cta-box {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .program-head h2,
    .program-copy h2,
    .program-cta-box h2 {
        font-size: 30px;
    }

    .program-hero h1 {
        font-size: 34px;
    }

    .program-hero p,
    .program-head p,
    .program-copy p {
        font-size: 15px;
    }

    .program-card-grid,
    .program-timeline,
    .program-related-grid {
        grid-template-columns: 1fr;
    }

    .program-section {
        padding: 72px 0;
    }

    .program-strip-card,
    .program-card,
    .program-list-card,
    .program-step,
    .program-related-card,
    .program-cta-box {
        padding: 22px;
    }

    .program-hero-actions,
    .program-cta-actions {
        flex-direction: column;
        width: 100%;
    }
}
