/* Scoped presentation for Programming/Programming.aspx. */
.programming-modern {
    background: #f3f6f9;
    color: #263241;
    font-size: 17px;
    line-height: 1.7;
}

.programming-modern a {
    color: #1f5f93;
    font-weight: 600;
}

.programming-modern a:hover {
    color: #b21f2d;
}

.programming-hero {
    position: relative;
    min-height: 390px;
    padding: 76px 20px;
    background-image:
        linear-gradient(90deg, rgba(5, 13, 27, .94), rgba(15, 42, 62, .76)),
        url(/images/hero.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.programming-hero__inner,
.programming-section__inner {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.programming-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: #f3b33d;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.programming-hero h1 {
    max-width: 880px;
    margin: 0 0 18px;
    color: #fff;
    font-size: 54px;
    line-height: 1.1;
    font-weight: 700;
}

.programming-hero p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, .84);
    font-size: 20px;
    line-height: 1.6;
}

.programming-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.programming-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 18px;
    border-radius: 6px;
    background: #b21f2d;
    border: 1px solid #b21f2d;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(178, 31, 45, .24);
}

.programming-button--secondary {
    background: transparent;
    border-color: rgba(255, 255, 255, .36);
    color: #fff !important;
    box-shadow: none;
}

.programming-section {
    padding: 54px 20px;
}

.programming-card {
    background: #fff;
    border: 1px solid #dfe7f1;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
}

.programming-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
    gap: 34px;
    padding: 42px 46px;
}

.programming-rule {
    width: 76px;
    height: 4px;
    margin-bottom: 22px;
    background: #b21f2d;
    border-radius: 999px;
}

.programming-intro h2,
.programming-directory h2,
.programming-video h2 {
    margin: 0 0 18px;
    color: #1b2635;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
}

.programming-intro p,
.programming-directory p {
    color: #3f4b5c;
    font-size: 17px;
    line-height: 1.75;
}

.programming-proof {
    display: grid;
    gap: 12px;
}

.programming-proof__item {
    padding: 16px 18px;
    background: #f8fafc;
    border: 1px solid #e2e9f2;
    border-left: 4px solid #b21f2d;
    border-radius: 8px;
}

.programming-proof__item strong {
    display: block;
    color: #1b2635;
    font-size: 17px;
}

.programming-video {
    padding: 34px 40px 40px;
}

.programming-video .embed-responsive {
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(15, 23, 42, .12);
    overflow: hidden;
}

.programming-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}

.programming-feature,
.programming-link-card {
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #dfe7f1;
    border-radius: 8px;
}

.programming-feature strong,
.programming-link-card strong {
    display: block;
    margin-bottom: 6px;
    color: #1b2635;
    font-size: 18px;
}

.programming-link-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 20px;
}

.programming-link-card {
    text-decoration: none;
}

.programming-directory {
    padding: 40px 44px;
}

.programming-directory__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 22px;
}

.programming-directory__column {
    padding: 22px;
    background: #f8fafc;
    border: 1px solid #dfe7f1;
    border-radius: 8px;
}

.programming-directory__column h3 {
    margin: 0 0 14px;
    color: #1b2635;
    font-size: 22px;
    line-height: 1.25;
}

.programming-directory ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.programming-directory li {
    height: auto !important;
    margin: 0;
    padding: 9px 0;
    border-top: 1px solid #e2e9f2;
}

.programming-directory li:first-child {
    border-top: 0;
}

.programming-directory .Top-Level {
    display: none;
}

@media (max-width: 900px) {
    .programming-hero {
        min-height: 320px;
        padding: 54px 18px;
    }

    .programming-hero h1 {
        font-size: 38px;
    }

    .programming-hero p {
        font-size: 18px;
    }

    .programming-intro,
    .programming-directory__grid,
    .programming-grid,
    .programming-link-list {
        grid-template-columns: 1fr;
    }

    .programming-intro,
    .programming-video,
    .programming-directory {
        padding: 28px 24px;
    }
}
