/* TV Shows Page */
.tv-hero {
    padding: 132px 0 118px;
    color: #fff;
    background:
        linear-gradient(180deg, rgba(31, 106, 58, 0.28) 0%, rgba(22, 82, 45, 0.42) 50%, rgba(22, 82, 45, 0.55) 100%),
        url("../images/homephotos/4.jpeg") center/cover no-repeat;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.tv-kicker {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.74rem;
    font-weight: 700;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.33);
    margin-bottom: 1rem;
}

.tv-hero h1 {
    font-size: clamp(2rem, 4vw, 2.95rem);
    font-weight: 800;
    line-height: 1.18;
}

.tv-hero-copy {
    margin: 1.15rem auto 0;
    max-width: 560px;
    font-size: 1.05rem;
    opacity: 0.94;
}

/* Intro sits below hero with clear spacing—no overlap */
.tv-intro-shell {
    background: linear-gradient(185deg, #f3f9f5 0%, #ffffff 38%, #fafcfa 100%);
    border-bottom: 1px solid rgba(31, 106, 58, 0.08);
}

.tv-intro {
    padding: 3.75rem 0 4.25rem;
}

.tv-intro-label {
    display: inline-block;
    font-size: 0.74rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #1f6a3a;
    margin-bottom: 0.75rem;
}

.tv-intro-heading {
    font-size: clamp(1.55rem, 2.8vw, 2.15rem);
    font-weight: 800;
    line-height: 1.28;
    color: #16522d;
    margin-bottom: 1rem;
}

.tv-intro-lede {
    font-size: 1.05rem;
    line-height: 1.65;
    padding-left: 0;
    border-left: none;
}

@media (min-width: 992px) {
    .tv-intro-lede {
        padding-left: 1rem;
        border-left: 4px solid #c9a227;
    }
}

.tv-intro-card {
    background: #fff;
    border-radius: 22px;
    border: 1px solid rgba(31, 106, 58, 0.1);
    border-top: 5px solid #c9a227;
    box-shadow: 0 12px 40px rgba(16, 24, 40, 0.06);
    padding: 2.25rem 2rem;
    font-size: 1.04rem;
    line-height: 1.82;
    color: #475569;
}

.tv-intro-card p:last-child {
    margin-bottom: 0;
}

.tv-intro-card p + p {
    margin-top: 1rem;
}

/* Video grid */
.tv-video-grid-section {
    background: #fff;
}

.tv-video-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(31, 106, 58, 0.12);
    border-top: 5px solid #c9a227;
    box-shadow: 0 14px 36px rgba(16, 24, 40, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.tv-video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 46px rgba(31, 106, 58, 0.12);
}

.tv-video-ratio {
    border-radius: 0;
    overflow: hidden;
    background: #0f172a;
}

.tv-video-ratio iframe {
    border: 0;
}

.tv-video-card-foot {
    padding: 1rem 1.15rem 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(148, 163, 184, 0.2);
}

.tv-video-card-link {
    font-size: 0.88rem;
    font-weight: 700;
    color: #dc2626;
    text-decoration: none;
}

.tv-video-card-link:hover {
    text-decoration: underline;
    color: #b91c1c;
}

.tv-schedule {
    background: linear-gradient(180deg, #fafcfa 0%, #fff 48%);
}

.tv-station-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(31, 106, 58, 0.12);
    border-top: 5px solid #c9a227;
    padding: 1.75rem 1.5rem;
    box-shadow: 0 14px 36px rgba(16, 24, 40, 0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tv-station-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 48px rgba(31, 106, 58, 0.12);
}

.tv-station-meta {
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
    color: #7bc043;
}

.tv-station-card h3 {
    font-size: 1.65rem;
    font-weight: 800;
    color: #16522d;
    margin: 0.6rem 0 0.25rem;
}

.tv-show-title {
    font-weight: 600;
    font-size: 1.08rem;
    color: #1f6a3a;
    margin-bottom: 1.25rem;
}

.tv-schedule-dl dt {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #94a3b8;
    font-weight: 700;
}

.tv-schedule-dl dd {
    margin: 0.15rem 0 1rem;
    font-weight: 600;
    color: #334155;
}

.tv-schedule-dl div:last-child dd {
    margin-bottom: 0;
}

.tv-time-badge {
    display: inline-block;
    margin-top: 0.25rem;
    padding: 0.4rem 0.95rem;
    border-radius: 999px;
    background: rgba(31, 106, 58, 0.1);
    color: #16522d;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
}

.tv-channel {
    background: linear-gradient(180deg, #fff 0%, #fafcfa 60%);
}

.tv-youtube-panel {
    padding: 2rem 1.75rem;
    border-radius: 20px;
    background: linear-gradient(180deg, #fff8ea 0%, #fffdf8 100%);
    border: 1px solid rgba(201, 162, 39, 0.35);
    box-shadow: 0 10px 34px rgba(16, 24, 40, 0.05);
}

.tv-youtube-panel h3 {
    color: #16522d;
}

.btn-youtube {
    background: #ff0000;
    border-color: #ff0000;
    color: #fff !important;
    font-weight: 700;
}

.btn-youtube:hover {
    background: #cc0000;
    border-color: #cc0000;
    color: #fff !important;
}

.tv-cta {
    background: linear-gradient(135deg, #1f6a3a, #16522d);
}

@media (max-width: 991px) {
    .tv-hero {
        padding: 100px 0 88px;
    }

    .tv-intro {
        padding: 2.5rem 0 3rem;
    }

    .tv-intro-card {
        padding: 1.65rem 1.35rem;
    }
}
