.tv-sat-scope {
    --bg: #0b3f44;
    --card: #ffffff;
    --muted: #f5f6f7;
    --ink: #000;
    --shadow: 0 8px 28px rgba(0, 0, 0, .18);
    --radius: 20px;
    background-color: #1f2223;
    padding-bottom: 60px;
    margin-bottom: 0;
}

.tv-sat-scope * {
    box-sizing: border-box;
}

.overlap-content {
    margin-top: -4rem;
}

.tv-sat-scope .tv-sat-banner {
    background: url('/wp-content/uploads/2025/10/conectividad-banner.jpg') center bottom / cover no-repeat;
    min-height: 335px;
    display: flex;
    align-items: center;
    position: relative;
}

.tv-sat-scope .tv-sat-banner-title {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: -4rem;
}

.tv-sat-scope .tv-sat-badge {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow)
}

.tv-sat-scope .tv-sat-title {
    color: #fff;
    font-weight: 800;
    line-height: 1.1;
    font-size: clamp(28px, 4vw, 48px);
    margin: 0;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
}

.tv-sat-scope .tv-sat-vrio-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: block;
}

.tv-sat-scope .tv-sat-vrio-container .tv-sat-vrio-description {
    max-width: 35rem;
    font-weight: 300;
    color: #e1e1e1;
}

.tv-sat-scope .tv-sat-card {
    background: var(--card);
    border-radius: 20px 20px 26px 26px;
    box-shadow: var(--shadow);
    position: relative;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
}

.tv-sat-scope .tv-sat-card>.row>div:not(:last-child) {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 1rem;
}

.tv-sat-scope .tv-sat-card .tv-sat-card-logo {
    padding-top: 5rem;
    padding-bottom: 2rem;
    text-align: center;
}

.tv-sat-scope .tv-sat-card .tv-sat-card-logo img {
    height: 7rem;
    max-width: 100%;
}

.tv-sat-scope .tv-sat-card .tv-sat-card-logo-amazon {
    padding-top: 3rem;
    padding-bottom: 2rem;
    text-align: center;
}

.tv-sat-scope .tv-sat-card .tv-sat-card-logo-amazon img {
    height: 5rem;
    max-width: 100%;
}

.tv-sat-scope .tv-sat-card .tv-sat-card-description {
    max-width: 35rem;
    margin: 0rem auto 0rem;
    min-height: 21.6rem;
    align-content: normal;
}

.tv-sat-scope .tv-sat-card>.row>div:last-child {
    padding-top: 2rem;
}

.tv-sat-scope .tv-sat-devices {
    width: 100%;
    max-width: 780px;
    border-radius: 12px;
    display: block
}

.tv-sat-scope .tv-sat-links-outer {
    margin: 0 auto;
}

.tv-sat-scope .tv-sat-links-bar {
    background: #CECECE;
    border-radius: 0 0 20px 20px;
    padding: 18px 24px 18px 2.2rem;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 16px;
}

.tv-sat-scope .tv-sat-links-bar img {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0;
    flex: 0 0 auto
}

.tv-sat-scope .tv-sat-links-wrap {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: 0;
}

.tv-sat-scope .tv-sat-link {
    display: inline-block;
    color: var(--ink);
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-weight: 300;
}

.tv-sat-scope .tv-sat-link:hover,
.tv-sat-scope .tv-sat-link:focus {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.tv-sat-scope .tv-sat-sep {
    display: inline-block;
    margin: 0 18px;
    opacity: .6;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    align-self: center;
    font-weight: 400;
}

.dtv-right p.tv-sat-card-description.text-center {
    min-height: 11.8rem !important;
    margin-top: 16px !important;
}

/* ── ott-card (SKY Móvel dentro de tv-sat-scope) ── */

.tv-sat-scope .tv-sat-card-container > .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

.tv-sat-scope .ott-card {
    background: var(--card);
    border-radius: 20px 20px 26px 26px;
    box-shadow: var(--shadow);
    position: relative;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.tv-sat-scope .ott-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
        "text"
        "media";
    gap: 24px;
    align-items: center;
    justify-items: center;
    padding: 32px;
}

.tv-sat-scope .ott-col {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.tv-sat-scope .ott-col--text {
    grid-area: text;
    align-items: flex-start;
    padding-left: 0;
}

.tv-sat-scope .ott-col--media {
    grid-area: media;
    align-items: center;
}

.tv-sat-scope .ott-logos {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 4rem;
    justify-content: center;
}

.tv-sat-scope .ott-logos img {
    height: 4rem;
    width: auto;
    display: block;
}

.tv-sat-scope .ott-text {
    margin: 0;
    color: #333;
    text-align: center;
}

.tv-sat-scope .ott-text + .ott-text {
    margin-top: 1rem;
}

.tv-sat-scope .ott-devices-wrap {
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tv-sat-scope .ott-devices {
    width: 100%;
    max-width: 780px;
    border-radius: 12px;
    display: block;
    height: auto;
}

.tv-sat-scope .ott-links-outer {
    margin: 0 auto;
}

.tv-sat-scope .ott-links-bar {
    background: #CECECE;
    border-radius: 0 0 20px 20px;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 16px;
}

.tv-sat-scope .ott-links-bar img {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0;
    flex: 0 0 auto;
}

.tv-sat-scope .ott-links-wrap {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: 0;
}

.tv-sat-scope .ott-link {
    display: inline-block;
    color: var(--ink);
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-weight: 300;
}

.tv-sat-scope .ott-link:hover,
.tv-sat-scope .ott-link:focus {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.tv-sat-scope .ott-sep {
    display: inline-block;
    margin: 0 18px;
    opacity: .6;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    align-self: center;
    font-weight: 400;
}

/* ── Responsive ── */

@media (min-width: 992px) {
    .tv-sat-scope .ott-grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-template-areas: "text media";
        gap: 24px;
    }

    .tv-sat-scope .ott-col--text {
        padding-left: 2rem;
        align-items: flex-start;
    }

    .tv-sat-scope .ott-logos {
        justify-content: flex-start;
    }

    .tv-sat-scope .ott-text {
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .tv-sat-scope .tv-sat-card .tv-sat-card-description {
        min-height: 11.8rem;
    }

    .tv-sat-scope .ott-logos img {
        height: 5rem;
    }
}

@media (max-width: 991.98px) {

    .tv-sat-scope .tv-sat-card .tv-sat-card-description {
        min-height: initial;
    }

    .tv-sat-scope .tv-sat-card {
        max-width: 100%;
    }

    .tv-sat-scope .tv-sat-card-container>.row>div:nth-child(even) .tv-sat-card {
        background-color: #e1e1e1;
    }

    .tv-sat-scope .tv-sat-links-outer {
        max-width: 100%
    }

    .tv-sat-scope .tv-sat-links-bar {
        max-width: 100%;
        background-color: initial;
    }

    .tv-sat-scope .tv-sat-links-wrap,
    .tv-sat-scope .tv-sat-link {
        display: block;
    }

    .tv-sat-scope .tv-sat-card {
        border-radius: 0;
        margin: 0;
        padding-bottom: 3rem;
    }

    .tv-sat-scope .ott-card {
        border-radius: 0;
        margin: 0;
        padding-bottom: 0;
    }

    .tv-sat-scope .ott-links-bar {
        max-width: 100%;
        background-color: initial;
    }

    .tv-sat-scope .ott-links-wrap,
    .tv-sat-scope .ott-link {
        display: block;
    }

    .tv-sat-scope .ott-sep {
        display: none;
    }

    .dtv-right p.tv-sat-card-description.text-center {
        min-height: initial !important;
        margin-top: 0 !important;
    }

    .tv-sat-scope {
    padding-bottom: 0px;
    }
}

@media (max-width: 768px) {
    .tv-sat-scope .ott-col--text {
        padding-left: 0;
    }

    .tv-sat-scope .ott-logos {
        justify-content: center;
    }

    .tv-sat-scope .ott-logos img {
        height: 4rem;
    }
}

@media (max-width: 600px) {
    .tv-sat-scope .tv-sat-card .tv-sat-card-logo img {
        height: 4rem;
    }
}

@media (max-width: 480px) {
    .tv-sat-scope .tv-sat-links-wrap,
    .tv-sat-scope .ott-links-wrap {
        flex-wrap: wrap;
        white-space: normal;
        gap: 8px;
    }
}