
:root {
    --gm-red: #ef1722;
    --gm-border: rgba(255, 255, 255, .11);
}

.gm-hero {
    position: relative;
    overflow: hidden;
    padding: 48px 0 36px;
    background:
        radial-gradient(circle at 78% 44%, rgba(239, 23, 34, .20), transparent 34%),
        linear-gradient(112deg, #050505 0%, #080202 49%, #160405 100%);
    border-bottom: 1px solid rgba(239, 23, 34, .25);
}

.gm-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .12;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(239, 23, 34, .20) 1px, transparent 1px),
        linear-gradient(90deg, rgba(239, 23, 34, .20) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(90deg, transparent 27%, #000 78%);
}

.gm-shell {
    position: relative;
    z-index: 2;
    width: min(1540px, calc(100% - 48px));
    margin: auto;
    display: grid;
    grid-template-columns: minmax(470px, .78fr) minmax(720px, 1.22fr);
    gap: 50px;
    align-items: center;
}

.gm-copy {
    min-width: 0;
}

.gm-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .7px;
}

.gm-eyebrow span {
    color: var(--gm-red);
}

.gm-copy h1 {
    max-width: 650px;
    margin: 18px 0;
    color: #fff;
    font-size: clamp(48px, 4.15vw, 67px);
    line-height: 1.015;
    letter-spacing: -2.7px;
}

.gm-copy h1 strong {
    display: block;
    margin-top: 8px;
    color: var(--gm-red);
}

.gm-lead {
    max-width: 600px;
    margin: 0;
    color: #d0d0d0;
    font-size: 17px;
    line-height: 1.65;
}

.gm-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.gm-btn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 23px;
    border: 1px solid transparent;
    border-radius: 11px;
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    cursor: pointer;
}

.gm-btn--primary {
    background: linear-gradient(135deg, #ff2934, #c90711);
    box-shadow: 0 14px 30px rgba(239, 23, 34, .24);
}

.gm-btn--outline {
    background: rgba(7, 7, 7, .75);
    border-color: rgba(255, 255, 255, .38);
}

.gm-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 30px;
    padding: 15px 10px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012)),
        rgba(7,7,7,.93);
    border: 1px solid var(--gm-border);
    border-radius: 18px;
}

.gm-benefits article {
    min-width: 0;
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 9px;
    align-items: center;
    padding: 4px 11px;
    border-right: 1px solid rgba(255,255,255,.10);
}

.gm-benefits article:last-child {
    border-right: 0;
}

.gm-benefits > article > span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    color: var(--gm-red);
    background: rgba(239, 23, 34, .08);
    border-radius: 50%;
    font-weight: 900;
}

.gm-benefits b,
.gm-benefits small {
    display: block;
}

.gm-benefits b {
    font-size: 12px;
    line-height: 1.25;
}

.gm-benefits small {
    margin-top: 3px;
    color: #aaa;
    font-size: 10px;
    line-height: 1.25;
}

.gm-showcase {
    position: relative;
    min-width: 0;
    padding: 8px 0 0;
}

.gm-showcase::before {
    content: "";
    position: absolute;
    inset: 4% -3% -2%;
    background: radial-gradient(circle at center, rgba(239, 23, 34, .20), transparent 64%);
    filter: blur(30px);
    pointer-events: none;
}

.gm-streaming,
.gm-license-title,
.gm-products {
    position: relative;
    z-index: 2;
}

.gm-streaming h2,
.gm-license-title h2 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 17px;
    letter-spacing: 1.3px;
    text-align: center;
}

.gm-stream-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 11px;
}

.gm-brand {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(145deg, #111, #050505);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 16px;
    box-shadow: 0 12px 26px rgba(0,0,0,.25);
    overflow: hidden;
}

.gm-netflix {
    flex-direction: column;
}

.gm-netflix strong {
    color: #e50914;
    font-size: 62px;
    line-height: .82;
}

.gm-netflix span {
    font-weight: 900;
}

.gm-disney strong {
    font-family: cursive;
    font-size: 34px;
}

.gm-max {
    background: radial-gradient(circle, #5d22cc, #090518 72%);
}

.gm-max strong {
    font-size: 54px;
}

.gm-prime strong {
    color: #22a7ff;
    font-size: 34px;
    line-height: .85;
}

.gm-youtube,
.gm-spotify {
    grid-column: span 2;
    min-height: 96px;
}

.gm-youtube strong,
.gm-spotify strong {
    font-size: 29px;
}

.gm-youtube i {
    color: #ff0000;
    font-style: normal;
}

.gm-spotify i,
.gm-spotify em {
    color: #1ed760;
    font-style: normal;
}

.gm-license-title {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 18px;
    align-items: center;
    margin: 23px 0 8px;
}

.gm-license-title h2 {
    margin: 0;
}

.gm-license-title span {
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gm-red));
}

.gm-license-title span:last-child {
    background: linear-gradient(90deg, var(--gm-red), transparent);
}

.gm-products {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2px;
    align-items: end;
    min-height: 335px;
    padding: 0 15px;
}

.gm-products img {
    display: block;
    width: 100%;
    max-width: 170px;
    height: auto;
    margin: 0 auto;
    filter: drop-shadow(0 17px 20px rgba(0, 0, 0, .48));
    transition: transform .25s ease;
}

.gm-products img:hover {
    transform: translateY(-8px);
}

.gm-stats {
    position: relative;
    z-index: 2;
    width: min(1400px, calc(100% - 48px));
    margin: 22px auto 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 19px 25px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.01)),
        rgba(8,8,8,.95);
    border: 1px solid var(--gm-border);
    border-radius: 18px;
}

.gm-stats article {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 0 24px;
    border-right: 1px solid rgba(255,255,255,.10);
}

.gm-stats article:last-child {
    border-right: 0;
}

.gm-stats > article > span {
    color: var(--gm-red);
    font-size: 31px;
}

.gm-stats b,
.gm-stats small {
    display: block;
}

.gm-stats b {
    font-size: 23px;
}

.gm-stats small {
    margin-top: 4px;
    color: #aaa;
    font-size: 12px;
}

@media (max-width: 1300px) {
    .gm-shell {
        grid-template-columns: minmax(430px, .87fr) minmax(590px, 1.13fr);
        gap: 28px;
    }

    .gm-copy h1 {
        font-size: clamp(44px, 4.4vw, 62px);
    }

    .gm-products {
        min-height: 300px;
    }

    .gm-products img {
        max-width: 145px;
    }

    .gm-benefits {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 12px;
    }

    .gm-benefits article:nth-child(2) {
        border-right: 0;
    }
}

@media (max-width: 980px) {
    .gm-shell {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .gm-copy h1,
    .gm-lead {
        margin-left: auto;
        margin-right: auto;
    }

    .gm-actions {
        justify-content: center;
    }

    .gm-showcase {
        width: min(900px, 100%);
        margin: auto;
    }

    .gm-stats {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 18px;
    }

    .gm-stats article:nth-child(2) {
        border-right: 0;
    }
}

@media (max-width: 650px) {
    .gm-shell,
    .gm-stats {
        width: calc(100% - 26px);
    }

    .gm-copy h1 {
        font-size: 42px;
        letter-spacing: -1.6px;
    }

    .gm-btn {
        width: 100%;
    }

    .gm-stream-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gm-youtube,
    .gm-spotify {
        grid-column: span 2;
    }

    .gm-products {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        min-height: auto;
    }

    .gm-products img {
        max-width: 150px;
    }

    .gm-products img:last-child {
        grid-column: 1 / -1;
    }

    .gm-benefits,
    .gm-stats {
        grid-template-columns: 1fr;
    }

    .gm-benefits article,
    .gm-stats article {
        border-right: 0 !important;
        border-bottom: 1px solid rgba(255,255,255,.08);
        padding: 10px 4px;
    }

    .gm-benefits article:last-child,
    .gm-stats article:last-child {
        border-bottom: 0;
    }
}


/* ==========================================================
   SEIS PRODUCTOS — ALINEADOS Y SIN SUPERPOSICIONES
   ========================================================== */

.gm-products--six {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 4px;
    min-height: 340px;
    padding-inline: 0;
}

.gm-products--six img {
    width: 100%;
    max-width: 145px;
    min-width: 0;
    margin-inline: auto;
    object-fit: contain;
}

@media (max-width: 1380px) {
    .gm-products--six {
        gap: 0;
    }

    .gm-products--six img {
        max-width: 128px;
    }
}

@media (max-width: 1120px) {
    .gm-products--six {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px 4px;
        min-height: auto;
    }

    .gm-products--six img {
        max-width: 150px;
    }
}

@media (max-width: 650px) {
    .gm-products--six {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .gm-products--six img,
    .gm-products--six img:last-child {
        grid-column: auto;
        max-width: 145px;
    }
}

/* V2: cajas con iconos gráficos reales y mayor presencia */
.gm-products--six img {
    max-width: 162px !important;
    filter: drop-shadow(0 20px 25px rgba(0,0,0,.55)) !important;
}
@media (max-width:1380px){.gm-products--six img{max-width:142px !important;}}
@media (max-width:1120px){.gm-products--six img{max-width:165px !important;}}
@media (max-width:650px){.gm-products--six img{max-width:150px !important;}}

.gm-stream-grid,
.gm-products--cards,
.gm-products--six {
    display: none !important;
}

.gm-stream-images {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.gm-stream-images img {
    display: block;
    width: 100%;
    height: 135px;
    object-fit: cover;
    border-radius: 17px;
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 14px 30px rgba(0,0,0,.35);
    transition: transform .25s ease, box-shadow .25s ease;
}

.gm-stream-images img:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 40px rgba(0,0,0,.45);
}

.gm-stream-images__wide {
    grid-column: span 2;
    height: 115px !important;
}

.gm-products--premium {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
    min-height: auto !important;
    padding: 12px 0 0 !important;
}

.gm-products--premium img {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 285px !important;
    margin: 0 !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 16px !important;
    border: 1px solid rgba(255,255,255,.13) !important;
    box-shadow: 0 18px 38px rgba(0,0,0,.42) !important;
    transition: transform .25s ease, box-shadow .25s ease !important;
}

.gm-products--premium img:hover {
    transform: translateY(-8px) scale(1.015);
    box-shadow: 0 28px 52px rgba(0,0,0,.52), 0 0 28px rgba(239,23,34,.12) !important;
}

@media (max-width: 1350px) {
    .gm-stream-images img { height: 120px; }
    .gm-stream-images__wide { height: 105px !important; }
    .gm-products--premium { gap: 9px; }
    .gm-products--premium img { height: 250px !important; }
}

@media (max-width: 1120px) {
    .gm-products--premium { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .gm-products--premium img { height: 300px !important; }
}

@media (max-width: 700px) {
    .gm-stream-images { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .gm-stream-images__wide { grid-column: span 2; }
    .gm-products--premium { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .gm-products--premium img { height: 275px !important; }
}