.tv-guide-page {
    background-color: #f4f6fd;
}

.tv-guide-page .tv-hero {
    padding: 80px 0 40px;
}

.tv-guide-page .tv-kicker,
.tv-guide-page .tv-section-kicker {
    color: #c68b00;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.tv-guide-page .tv-title {
    color: #20254d;
    font-size: clamp(2.8rem, 5vw, 5rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.04;
    margin-bottom: 16px;
}

.tv-guide-page .tv-description {
    color: #5f678c;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 0;
}

.tv-guide-page .tv-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.tv-guide-page .tv-affiliate-chip {
    background: rgba(116, 126, 209, 0.12);
    border: 1px solid rgba(116, 126, 209, 0.2);
    border-radius: 999px;
    color: #3f4ca0;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    margin-top: 18px;
    padding: 10px 16px;
}

.tv-guide-page .tv-affiliate-chip[hidden],
.tv-guide-page [hidden] {
    display: none !important;
}

.tv-guide-page .tv-surface {
    background: #ffffff;
    border: 1px solid rgba(116, 126, 209, 0.12);
    border-radius: 24px;
    box-shadow: 0 20px 45px rgba(29, 35, 84, 0.08);
    padding: 28px;
}

.tv-guide-page .tv-feature-wrap {
    margin-bottom: 28px;
}

.tv-guide-page .tv-player-shell {
    background: #ffffff;
    border: 1px solid rgba(116, 126, 209, 0.12);
    border-radius: 20px;
    overflow: visible;
}

.tv-guide-page .tv-player-shell .video-container {
    background: #ffffff;
}

.tv-guide-page .tv-player-shell .vimeo-iframe-wrapper,
.tv-guide-page .tv-player-shell .youtube-iframe-wrapper {
    background: #08080d;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
}

.tv-guide-page .tv-player-shell iframe {
    aspect-ratio: 16 / 9;
    background: #08080d;
    border: 0;
    display: block;
    height: auto;
    width: 100%;
}

.tv-guide-page .tv-player-shell .tgd-vod-translation--dropdown-wrapper {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    padding: 18px 20px 20px;
}

.tv-guide-page .tv-player-shell .vod-share-wrap,
.tv-guide-page .tv-player-shell .languageSelectorDropdown {
    margin-top: 0 !important;
}

.tv-guide-page .tv-active-panel {
    background: linear-gradient(180deg, #ffffff 0%, #f6f8ff 100%);
    border: 1px solid rgba(116, 126, 209, 0.14);
    border-radius: 20px;
    height: 100%;
    padding: 24px;
}

.tv-guide-page .tv-active-panel h3,
.tv-guide-page .tv-section-title {
    color: #20254d;
    font-weight: 800;
    text-align: center;
}

.tv-guide-page .tv-product-pill {
    align-items: center;
    background: rgba(116, 126, 209, 0.08);
    border-radius: 999px;
    color: #3f4ca0;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    gap: 10px;
    margin-bottom: 16px;
    padding: 8px 14px;
}

.tv-guide-page .tv-product-pill span:first-child {
    background: #ffffff;
    border-radius: 50%;
    display: inline-grid;
    height: 30px;
    place-items: center;
    width: 30px;
}

.tv-guide-page .tv-outcome-text,
.tv-guide-page .tv-guide-description,
.tv-guide-page .tv-footer-note,
.tv-guide-page .tv-panel-copy,
.tv-guide-page .tv-proof-text,
.tv-guide-page .tv-faq-copy {
    color: #667199;
}

.tv-guide-page .tv-benefits {
    display: grid;
    gap: 12px;
    margin: 0 0 26px;
    padding-left: 0;
}

.tv-guide-page .tv-benefits li {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    list-style: none;
}

.tv-guide-page .tv-benefits li span:first-child {
    background: rgba(255, 186, 73, 0.14);
    border-radius: 50%;
    display: inline-grid;
    flex: 0 0 28px;
    height: 28px;
    place-items: center;
    width: 28px;
}

.tv-guide-page .tv-benefits li span:last-child {
    color: #667199;
    display: block;
    flex: 1 1 auto;
    line-height: 1.6;
    min-width: 0;
}

.tv-guide-page .tv-link-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.tv-guide-page .tv-more-link {
    color: #3f4ca0;
    font-weight: 700;
}

.tv-guide-page .tv-tabs-intro {
    align-items: end;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 16px;
}

.tv-guide-page .tv-tabs-shell {
    border: 1px solid rgba(116, 126, 209, 0.18);
    border-radius: 22px;
    box-shadow: 0 18px 40px rgba(32, 37, 77, 0.08);
    padding: 22px;
}

.tv-guide-page .tv-tabs-intro-copy {
    max-width: 680px;
}

.tv-guide-page .tv-tabs-title {
    color: #20254d;
    font-size: clamp(1.8rem, 2.4vw, 2.4rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 8px;
}

.tv-guide-page .tv-tabs-note {
    color: #5f678c;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
}

.tv-guide-page .tv-tabs-badge {
    align-items: center;
    background: #20254d;
    border-radius: 999px;
    box-shadow: 0 14px 30px rgba(32, 37, 77, 0.18);
    color: #ffffff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
    padding: 12px 16px;
    white-space: nowrap;
}

.tv-guide-page .tv-tabs {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
}

.tv-guide-page .tv-tabs--featured {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    flex-wrap: wrap;
    justify-content: center;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    scrollbar-width: auto;
}

.tv-guide-page .tv-tab {
    background: #ffffff;
    border: 1px solid rgba(116, 126, 209, 0.18);
    border-radius: 999px;
    color: #54618e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 18px;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.tv-guide-page .tv-tab--featured {
    align-items: center;
    border-color: rgba(63, 76, 160, 0.18);
    box-shadow: 0 10px 24px rgba(63, 76, 160, 0.08);
    color: #2f3b78;
    display: flex;
    flex: 0 1 240px;
    font-size: 15px;
    gap: 12px;
    justify-content: flex-start;
    max-width: 280px;
    min-height: 72px;
    padding: 15px 20px;
    white-space: normal;
    width: auto;
}

.tv-guide-page .tv-tab--featured:focus-visible {
    outline: 3px solid rgba(198, 139, 0, 0.28);
    outline-offset: 2px;
}

.tv-guide-page .tv-tab-icon {
    align-items: center;
    background: linear-gradient(135deg, rgba(63, 76, 160, 0.14) 0%, rgba(198, 139, 0, 0.16) 100%);
    border-radius: 50%;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 20px;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.tv-guide-page .tv-tab-copy {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.tv-guide-page .tv-tab-label {
    display: block;
    line-height: 1.2;
}

.tv-guide-page .tv-tab.active,
.tv-guide-page .tv-tab:hover {
    background: #20254d;
    border-color: #20254d;
    color: #ffffff;
}

.tv-guide-page .tv-tab--featured.active,
.tv-guide-page .tv-tab--featured:hover {
    background: linear-gradient(135deg, #20254d 0%, #3f4ca0 100%);
    box-shadow: 0 14px 30px rgba(32, 37, 77, 0.22);
    transform: translateY(-1px);
}

.tv-guide-page .tv-tab--featured.active .tv-tab-icon,
.tv-guide-page .tv-tab--featured:hover .tv-tab-icon {
    background: rgba(255, 255, 255, 0.2);
}

.tv-guide-page .tv-list {
    display: grid;
    gap: 14px;
}

.tv-guide-page .tv-list-row {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(116, 126, 209, 0.12);
    border-radius: 20px;
    cursor: pointer;
    display: grid;
    gap: 16px;
    grid-template-columns: 120px minmax(0, 1fr) auto auto;
    padding: 14px;
    text-align: left;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
}

.tv-guide-page .tv-list-row:hover {
    box-shadow: 0 18px 36px rgba(29, 35, 84, 0.1);
    transform: translateY(-1px);
}

.tv-guide-page .tv-thumb {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.tv-guide-page .tv-thumb img {
    aspect-ratio: 16 / 9;
    display: block;
    object-fit: cover;
    width: 100%;
}

.tv-guide-page .tv-thumb::after {
    align-items: center;
    background: rgba(32, 37, 77, 0.8);
    border-radius: 50%;
    color: #ffffff;
    content: "\25B6";
    display: flex;
    font-size: 12px;
    height: 34px;
    inset: 50% auto auto 50%;
    justify-content: center;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 34px;
}

.tv-guide-page .tv-list-title {
    color: #20254d;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 4px;
}

.tv-guide-page .tv-duration,
.tv-guide-page .tv-chip {
    background: rgba(116, 126, 209, 0.1);
    border-radius: 999px;
    color: #4d5ba2;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 12px;
}

.tv-guide-page .tv-watch {
    color: #20254d;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}

.tv-guide-page .tv-program-guide-modal .modal-dialog {
    max-width: 885px;
}

.tv-guide-page .tv-program-guide-modal .modal-content {
    background: #ffffff;
    border: 0;
    border-radius: 24px;
    box-shadow: 0 32px 70px rgba(29, 35, 84, 0.18);
    overflow: visible;
}

.tv-guide-page .tv-program-guide-modal .modal-header {
    align-items: flex-start;
    border-bottom: 1px solid rgba(116, 126, 209, 0.12);
    gap: 18px;
    padding: 24px 28px 18px;
}

.tv-guide-page .tv-program-guide-modal .modal-body {
    overflow: visible;
    padding: 0 28px 28px;
}

.tv-guide-page .tv-program-guide-modal .modal-title {
    color: #20254d;
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 10px;
}

.tv-guide-page .tv-program-guide-modal__copy {
    min-width: 0;
}

.tv-guide-page .tv-program-guide-modal__description {
    color: #667199;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 14px;
}

.tv-guide-page .tv-program-guide-modal__meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tv-guide-page .tv-program-guide-modal .tv-player-shell {
    border-radius: 22px;
}

.tv-guide-page .tv-program-guide-modal .video-container .vimeo-iframe-wrapper,
.tv-guide-page .tv-program-guide-modal .video-container .youtube-iframe-wrapper {
    position: relative;
    width: 100%;
}

.tv-guide-page .tv-program-guide-modal .video-container .vimeo-iframe-wrapper iframe,
.tv-guide-page .tv-program-guide-modal .video-container .youtube-iframe-wrapper iframe {
    width: 100% !important;
}

.tv-guide-page .tv-outcome-card {
    background: linear-gradient(135deg, #f5c27a 0%, #b87311 100%);
    border-radius: 24px;
    height: 100%;
    overflow: hidden;
    padding: 28px;
    position: relative;
}

.tv-guide-page .tv-outcome-card-violet {
    background: linear-gradient(135deg, #6470d8 0%, #3427a8 100%);
}

.tv-guide-page .tv-outcome-card-green {
    background: linear-gradient(135deg, #62b978 0%, #23833b 100%);
}

.tv-guide-page .tv-outcome-card .tv-outcome-icon {
    background: rgba(255, 255, 255, 0.18);
    border-radius: 16px;
    display: inline-grid;
    font-size: 26px;
    height: 56px;
    margin-bottom: 18px;
    place-items: center;
    width: 56px;
}

.tv-guide-page .tv-outcome-card h4,
.tv-guide-page .tv-outcome-card p {
    color: #ffffff;
}

.tv-guide-page #outcome-div .rbt-btn.btn-white:hover {
    background: var(--color-primary);
    color: var(--color-white);
}

.tv-guide-page .tv-proof-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tv-guide-page .tv-proof-item {
    align-items: flex-start;
    border-right: 1px solid rgba(116, 126, 209, 0.14);
    display: flex;
    gap: 14px;
    padding-right: 18px;
}

.tv-guide-page .tv-proof-item:last-child {
    border-right: 0;
    padding-right: 0;
}

.tv-guide-page .tv-proof-icon {
    background: rgba(116, 126, 209, 0.1);
    border-radius: 50%;
    color: #3f4ca0;
    display: inline-grid;
    flex: 0 0 42px;
    height: 42px;
    place-items: center;
    width: 42px;
}

.tv-guide-page #tv-surface-div .tv-surface {
    background: linear-gradient(180deg, #ffffff 0%, #f8faff 100%);
    border-color: rgba(116, 126, 209, 0.16);
    overflow: hidden;
    padding: 34px;
    position: relative;
}

.tv-guide-page #tv-surface-div .tv-proof-grid {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.tv-guide-page #tv-surface-div .tv-proof-item {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(116, 126, 209, 0.12);
    border-radius: 20px;
    border-right: 0;
    box-shadow: 0 18px 34px rgba(29, 35, 84, 0.06);
    height: 100%;
    padding: 22px 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tv-guide-page #tv-surface-div .tv-proof-item:hover {
    box-shadow: 0 24px 42px rgba(29, 35, 84, 0.1);
    transform: translateY(-2px);
}

.tv-guide-page #tv-surface-div .tv-proof-icon {
    background: linear-gradient(135deg, #20254d 0%, #6a78dd 100%);
    box-shadow: 0 12px 24px rgba(32, 37, 77, 0.2);
    color: #ffffff;
    flex: 0 0 50px;
    height: 50px;
    width: 50px;
}

.tv-guide-page #tv-surface-div .tv-proof-item h5 {
    color: #20254d;
    font-weight: 800;
}

.tv-guide-page #tv-surface-div .tv-proof-text {
    line-height: 1.7;
}

.tv-guide-page .tv-share-panel {
    margin-top: 24px;
}

.tv-guide-page #affiliate-form-div .tv-surface {
    background: linear-gradient(180deg, #ffffff 0%, #f8faff 100%);
    border-color: rgba(116, 126, 209, 0.16);
    padding: 34px;
}

.tv-guide-page #affiliate-form-div .section-title {
    margin-bottom: 28px;
}

.tv-guide-page #affiliate-form-div .tv-affiliate-shell {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(116, 126, 209, 0.14);
    border-radius: 24px;
    box-shadow: 0 18px 36px rgba(29, 35, 84, 0.07);
    margin: 0 auto;
    max-width: 780px;
    padding: 30px;
}

.tv-guide-page #affiliate-form-div .tv-affiliate-form {
    display: grid;
    gap: 18px;
}

.tv-guide-page #affiliate-form-div .tv-affiliate-label {
    color: #20254d;
    display: block;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 8px;
}

.tv-guide-page #affiliate-form-div .tv-affiliate-helper {
    color: #667199;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0;
}

.tv-guide-page #affiliate-form-div .tv-affiliate-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tv-guide-page #affiliate-form-div .tv-affiliate-meta span {
    background: rgba(116, 126, 209, 0.08);
    border: 1px solid rgba(116, 126, 209, 0.1);
    border-radius: 999px;
    color: #556390;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 12px;
}

.tv-guide-page #affiliate-form-div [data-tv-affiliate-input] {
    background: #f7f8fe;
    border: 1px solid rgba(116, 126, 209, 0.18);
    border-radius: 16px;
    color: #20254d;
    font-weight: 700;
    height: 64px;
    padding: 0 20px;
    text-align: center;
}

.tv-guide-page #affiliate-form-div [data-tv-affiliate-input]::placeholder {
    color: #97a0c4;
    font-weight: 600;
}

.tv-guide-page #affiliate-form-div [data-tv-affiliate-input]:focus {
    background: #ffffff;
    border-color: #727fdd;
    box-shadow: 0 0 0 4px rgba(116, 126, 209, 0.14);
}

.tv-guide-page #affiliate-form-div .tv-affiliate-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

.tv-guide-page #affiliate-form-div .tv-affiliate-actions .rbt-btn {
    min-width: 190px;
    text-align: center;
}

.tv-guide-page #affiliate-form-div .tv-share-label {
    color: #20254d;
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    margin: 24px 0 10px;
    text-transform: uppercase;
}

.tv-guide-page .tv-share-output {
    background: #f6f8ff;
    border: 1px dashed rgba(116, 126, 209, 0.28);
    border-radius: 16px;
    color: #20254d;
    font-weight: 600;
    margin-top: 16px;
    padding: 16px;
    word-break: break-all;
}

.tv-guide-page .tv-final {
    background: linear-gradient(135deg, #f1f2ff 0%, #fff8eb 100%);
    text-align: center;
}

.tv-guide-page #tv-final-div .tv-final {
    background: #ffffff;
    border-color: rgba(116, 126, 209, 0.18);
    box-shadow: 0 28px 60px rgba(29, 35, 84, 0.1);
    overflow: hidden;
    padding: 46px 34px;
    position: relative;
}

.tv-guide-page #tv-final-div .title,
.tv-guide-page #tv-final-div .tv-description,
.tv-guide-page #tv-final-div .tv-actions,
.tv-guide-page #tv-final-div .tv-trust {
    position: relative;
    z-index: 1;
}

.tv-guide-page #tv-final-div .title {
    font-size: clamp(2.1rem, 4vw, 3.3rem);
    margin-bottom: 14px;
}

.tv-guide-page #tv-final-div .tv-description {
    max-width: 720px;
}

.tv-guide-page #tv-final-div .tv-actions {
    gap: 16px;
    margin-top: 30px;
}

.tv-guide-page #tv-final-div .tv-trust {
    gap: 12px;
    margin-top: 26px;
}

.tv-guide-page #tv-final-div .tv-trust span {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(116, 126, 209, 0.14);
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(29, 35, 84, 0.06);
    padding: 10px 16px;
}

.tv-guide-page .tv-trust {
    color: #667199;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    margin-top: 20px;
}

.tv-guide-page .tv-trust span::before {
    color: #f0a100;
    content: "\2022";
    margin-right: 8px;
}

.tv-guide-page .tv-footer-note {
    font-size: 14px;
    margin-top: 22px;
    text-align: center;
}

.tv-guide-page .accordion-item {
    border: 1px solid rgba(116, 126, 209, 0.12);
    border-radius: 18px !important;
    margin-bottom: 14px;
    overflow: hidden;
}

.tv-guide-page .accordion-button {
    color: #20254d;
    font-weight: 700;
}

.tv-guide-page .accordion-button:not(.collapsed) {
    background: rgba(116, 126, 209, 0.08);
    color: #20254d;
}

@media (max-width: 991.98px) {
    .tv-guide-page .tv-list-row {
        grid-template-columns: 96px minmax(0, 1fr);
    }

    .tv-guide-page .tv-chip,
    .tv-guide-page .tv-watch {
        grid-column: 2;
        justify-self: start;
    }

    .tv-guide-page .tv-proof-grid {
        grid-template-columns: 1fr;
    }

    .tv-guide-page .tv-proof-item {
        border-right: 0;
        border-bottom: 1px solid rgba(116, 126, 209, 0.14);
        padding-bottom: 18px;
        padding-right: 0;
    }

    .tv-guide-page .tv-proof-item:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .tv-guide-page #tv-final-div .tv-final {
        padding: 36px 28px;
    }

    .tv-guide-page #affiliate-form-div .tv-affiliate-shell {
        padding: 26px;
    }
}

@media (max-width: 767.98px) {
    .tv-guide-page .tv-hero {
        padding-top: 56px;
    }

    .tv-guide-page .tv-surface {
        padding: 20px;
    }

    .tv-guide-page .tv-tabs-intro {
        align-items: start;
        flex-direction: column;
    }

    .tv-guide-page .tv-tabs-shell {
        padding: 18px;
    }

    .tv-guide-page .tv-tabs-title {
        font-size: 1.9rem;
    }

    .tv-guide-page .tv-tabs--featured {
        justify-content: stretch;
    }

    .tv-guide-page .tv-tab--featured {
        flex-basis: 100%;
        max-width: none;
        padding: 14px 18px;
        width: 100%;
    }

    .tv-guide-page .tv-list-row {
        gap: 12px;
        grid-template-columns: 1fr;
    }

    .tv-guide-page .tv-thumb img {
        max-height: 180px;
    }

    .tv-guide-page .tv-program-guide-modal .modal-header,
    .tv-guide-page .tv-program-guide-modal .modal-body {
        padding-left: 20px;
        padding-right: 20px;
    }

    .tv-guide-page #tv-surface-div .tv-surface,
    .tv-guide-page #tv-final-div .tv-final {
        padding: 26px 22px;
    }

    .tv-guide-page #tv-final-div .tv-actions {
        flex-direction: column;
    }

    .tv-guide-page #tv-final-div .tv-actions .rbt-btn {
        width: 100%;
    }

    .tv-guide-page #tv-final-div .tv-trust {
        justify-content: center;
    }

    .tv-guide-page .tv-player-shell .tgd-vod-translation--dropdown-wrapper {
        align-items: stretch;
        flex-direction: column;
    }

    .tv-guide-page #affiliate-form-div .tv-surface,
    .tv-guide-page #affiliate-form-div .tv-affiliate-shell {
        padding: 22px;
    }

    .tv-guide-page #affiliate-form-div .tv-affiliate-actions {
        flex-direction: column;
    }

    .tv-guide-page #affiliate-form-div .tv-affiliate-actions .rbt-btn {
        min-width: 0;
        width: 100%;
    }
}
