.tv-shell {
    max-width: 1180px;
    margin: 28px auto 0;
    padding: 0 20px;
}

.tv-hero {
    background: radial-gradient(circle at top, #db2777, #be185d);
    color: white;
    border-radius: 28px;
    padding: 34px 30px;
    box-shadow: 0 20px 50px rgba(190, 24, 93, 0.18);
    overflow: hidden;
    position: relative;
}

.tv-hero::before {
    content: "";
    position: absolute;
    width: 540px;
    height: 540px;
    background: rgba(255,255,255,0.08);
    filter: blur(120px);
    top: -220px;
    right: -120px;
}

.tv-hero-content {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap;
}

.tv-kicker {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.85rem;
    font-weight: 700;
    opacity: 0.9;
    color: white;
    margin: 0 0 8px;
}

.tv-hero h1 {
    color: white !important;
    margin: 0 0 10px;
    font-size: 2.6rem;
}

.tv-subtitle {
    margin: 0;
    font-size: 1.04rem;
    opacity: 0.95;
    max-width: 720px;
    line-height: 1.7;
    color: white;
}

.tv-hero-card {
    min-width: 260px;
    background: rgba(255,255,255,0.16);
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(12px);
    border-radius: 22px;
    padding: 18px 22px;
    text-align: center;
    box-shadow: 0 10px 28px rgba(0,0,0,0.12);
}

.tv-hero-card span {
    display: block;
    font-size: 0.9rem;
    opacity: 0.92;
    margin-bottom: 7px;
    color: white;
}

.tv-hero-card strong {
    display: block;
    font-size: 1.15rem;
    color: white;
}

.tv-panel {
    background: white;
    border-radius: 26px;
    padding: 28px;
    margin-top: 28px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.07);
}

.tv-intro-card {
    background: linear-gradient(135deg, #fdf2f8, #fff);
    border: 1px solid #fbcfe8;
    border-radius: 22px;
    padding: 24px;
    margin-bottom: 24px;
}

.tv-intro-card h2 {
    margin-top: 0;
    margin-bottom: 12px;
    color: #111827;
}

.tv-intro-card p {
    margin: 0 0 12px;
    color: #4b5563;
    line-height: 1.8;
}

.tv-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 32px;
}

.tv-card {
    background: #fff;
    border: 1px solid #edf2f7;
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 14px 34px rgba(0,0,0,0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tv-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(0,0,0,0.08);
}

.tv-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: #fce7f3;
    color: #be185d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 16px;
}

.tv-card h3 {
    margin: 0 0 12px;
    color: #111827;
    font-size: 1.2rem;
}

.tv-card p {
    margin: 0;
    color: #4b5563;
    line-height: 1.8;
}

.content-section,
.final-note {
    margin-top: 34px;
}

.section-heading {
    margin-bottom: 18px;
}

.section-heading h2 {
    margin: 0 0 6px;
    color: #111827;
    font-size: 1.85rem;
}

.section-heading p {
    margin: 0;
    color: #6b7280;
}

.tv-list {
    display: grid;
    gap: 16px;
}

.tv-item {
    background: #f8fafc;
    border: 1px solid #edf2f7;
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.04);
}

.tv-item strong {
    display: block;
    color: #111827;
    margin-bottom: 8px;
    font-size: 1rem;
}

.tv-item p {
    margin: 0;
    color: #4b5563;
    line-height: 1.75;
}

.time-section {
    background: #fdf2f8;
    border: 1px solid #fbcfe8;
    border-radius: 24px;
    padding: 24px;
}

.time-card {
    background: white;
    border: 1px solid #edf2f7;
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.05);
}

.time-card h3 {
    margin: 0 0 12px;
    color: #111827;
    font-size: 1.2rem;
}

.time-card p {
    margin: 0 0 12px;
    color: #4b5563;
    line-height: 1.8;
}

.time-highlight {
    color: #be185d !important;
    font-weight: 800;
    margin-bottom: 0 !important;
}

.tv-split {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 24px;
    align-items: center;
    background: linear-gradient(135deg, #fdf2f8, #ffffff);
    border: 1px solid #fbcfe8;
    border-radius: 24px;
    padding: 26px;
}

.tv-split.boy {
    background: linear-gradient(135deg, #f8fafc, #ffffff);
    border: 1px solid #e5e7eb;
}

.tv-split p {
    margin: 0 0 16px;
    color: #4b5563;
    line-height: 1.8;
}

.tv-split ul {
    margin: 0;
    padding-left: 20px;
}

.tv-split li {
    color: #4b5563;
    line-height: 1.9;
    margin-bottom: 6px;
}

.tv-highlight {
    background: linear-gradient(135deg, #be185d, #db2777);
    color: white;
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 18px 40px rgba(190, 24, 93, 0.18);
}

.tv-highlight span {
    display: block;
    font-size: 0.92rem;
    opacity: 0.9;
    margin-bottom: 8px;
    color: white;
}

.tv-highlight strong {
    display: block;
    font-size: 1.25rem;
    line-height: 1.45;
    color: white;
}

.final-note {
    text-align: center;
    background: linear-gradient(135deg, #fdf2f8, #fff);
    border: 1px solid #fbcfe8;
    border-radius: 24px;
    padding: 28px;
}

.final-note h2 {
    margin-top: 0;
    margin-bottom: 12px;
    color: #111827;
}

.final-note p {
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 12px;
}

.final-strong {
    font-weight: 800;
    color: #be185d !important;
    font-size: 1.08rem;
}

@media (max-width: 950px) {
    .tv-grid,
    .tv-split {
        grid-template-columns: 1fr;
    }

    .tv-highlight {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .tv-shell {
        padding: 0 14px;
        margin-top: 20px;
    }

    .tv-hero {
        padding: 28px 22px;
        border-radius: 22px;
    }

    .tv-hero h1 {
        font-size: 2rem;
    }

    .tv-panel {
        padding: 20px;
        border-radius: 20px;
    }

    .tv-hero-card {
        width: 100%;
    }

    .section-heading h2 {
        font-size: 1.55rem;
    }
}

@media (max-width: 480px) {
    .tv-intro-card,
    .tv-card,
    .tv-item,
    .time-section,
    .time-card,
    .tv-split,
    .final-note {
        padding: 18px;
        border-radius: 18px;
    }

    .tv-hero h1 {
        font-size: 1.8rem;
    }
}