
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #0b0f12;
    color: #ffffff;
    font-family: Inter, Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    width: min(1180px, calc(100% - 48px));
    margin: auto;
}


/* HEADER */

.header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    padding: 22px 0;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 11px;
}

/*
   El contenedor circular oculta la zona
   exterior del logo original.
*/
.brand-logo {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 54px;
    border: 2px solid rgba(151, 255, 59, .7);
    box-shadow: 0 0 24px rgba(135, 255, 45, .16);
    background: #000;
}

.brand-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    transform: scale(1.04);
}

.brand-name {
    display: flex;
    align-items: baseline;
    font-size: 20px;
    letter-spacing: .5px;
}

.brand-name span {
    font-weight: 800;
}

.brand-name strong {
    margin-left: 5px;
    color: #9aff3f;
    font-weight: 900;
}

.menu {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 13px;
    color: #b7bec4;
}

.menu a {
    transition: .2s;
}

.menu a:hover {
    color: #9aff3f;
}

.nav-button {
    background: #9aff3f;
    color: #081007;
    padding: 13px 23px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .4px;
    box-shadow: 0 0 30px rgba(154,255,63,.15);
}


/* HERO */

.hero {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    overflow: hidden;

    background:
        radial-gradient(circle at 78% 35%, rgba(24,75,91,.38), transparent 34%),
        radial-gradient(circle at 15% 60%, rgba(50,95,36,.12), transparent 35%),
        linear-gradient(115deg, #11171b 0%, #11171b 45%, #152127 100%);
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.015) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.015) 1px, transparent 1px);
    background-size: 55px 55px;
    pointer-events: none;
}

.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 45px;
    padding-top: 100px;
}

.hero-content {
    max-width: 620px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #9aff3f;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 23px;
}

.live-dot {
    width: 8px;
    height: 8px;
    background: #9aff3f;
    border-radius: 50%;
    box-shadow: 0 0 12px #9aff3f;
}

.hero h1 {
    font-size: clamp(48px, 5vw, 72px);
    line-height: .98;
    letter-spacing: -3px;
    max-width: 700px;
}

.hero h1 span {
    display: block;
    color: #9aff3f;
    margin-top: 8px;
}

.hero-description {
    max-width: 560px;
    margin-top: 27px;
    color: #aab3b9;
    line-height: 1.75;
    font-size: 16px;
}

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 34px;
}

.button {
    min-height: 51px;
    padding: 0 25px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .5px;
}

.button-primary {
    background: #9aff3f;
    color: #081007;
    box-shadow: 0 10px 40px rgba(154,255,63,.16);
}

.button-secondary {
    border: 1px solid rgba(255,255,255,.15);
    background: rgba(255,255,255,.03);
}

.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 32px;
    color: #aab3b9;
    font-size: 12px;
}

.check {
    color: #9aff3f;
    margin-right: 5px;
}


/* HERO TV */

.hero-visual {
    position: relative;
    height: 470px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.visual-glow {
    position: absolute;
    width: 430px;
    height: 430px;
    background: rgba(50,172,200,.15);
    filter: blur(80px);
    border-radius: 50%;
}

.tv {
    width: min(520px, 90%);
    position: relative;
    z-index: 3;
    filter: drop-shadow(0 40px 40px rgba(0,0,0,.45));
}

.tv-screen {
    height: 300px;
    border: 8px solid #242b2f;
    border-radius: 15px;
    background:
        radial-gradient(circle at 50% 50%, rgba(155,255,63,.12), transparent 40%),
        linear-gradient(135deg,#080b0d,#162229);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.tv-screen::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 20%, rgba(255,255,255,.07), transparent 60%);
}

.screen-content {
    text-align: center;
}

.screen-small {
    color: #aab3b9;
    letter-spacing: 6px;
    font-size: 13px;
}

.screen-content strong {
    display: block;
    font-size: 105px;
    line-height: 1;
    color: #9aff3f;
    letter-spacing: -8px;
}

.screen-content p {
    font-size: 10px;
    color: #829097;
    letter-spacing: 2px;
}

.play-button {
    position: absolute;
    width: 55px;
    height: 55px;
    right: 24px;
    bottom: 22px;
    border-radius: 50%;
    background: #9aff3f;
    color: #071006;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 30px rgba(154,255,63,.35);
}

.tv-base {
    width: 150px;
    height: 40px;
    margin: auto;
    border-bottom: 8px solid #30383c;
    transform: perspective(100px) rotateX(35deg);
}

.floating-card {
    position: absolute;
    z-index: 5;
    background: rgba(18,26,30,.86);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 20px 40px rgba(0,0,0,.35);
    border-radius: 10px;
    padding: 13px 17px;
    font-size: 11px;
    font-weight: 800;
}

.card-live {
    top: 85px;
    left: 5px;
}

.card-live span {
    color: #ff4747;
}

.card-movies {
    right: 0;
    top: 130px;
}

.card-sports {
    right: 35px;
    bottom: 70px;
}


/* DEVICES */

.devices {
    padding: 105px 0 115px;
    background:
        radial-gradient(circle at 50% 0%, rgba(154,255,63,.05), transparent 30%),
        #090c0e;
}

.section-heading {
    text-align: center;
    max-width: 720px;
    margin: auto;
}

.section-tag {
    color: #9aff3f;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2px;
}

.section-heading h2 {
    font-size: clamp(34px,4vw,52px);
    margin-top: 14px;
    letter-spacing: -2px;
}

.section-heading h2 span {
    color: #9aff3f;
}

.section-heading p {
    color: #89949b;
    margin-top: 15px;
}

.device-grid {
    margin-top: 55px;
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 14px;
}

.device-card {
    min-height: 185px;
    border-radius: 14px;
    padding: 25px 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg,#11171a,#0d1113);
    border: 1px solid rgba(255,255,255,.06);
    transition: .25s;
}

.device-card:hover {
    transform: translateY(-6px);
    border-color: rgba(154,255,63,.4);
}

.device-icon {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(154,255,63,.08);
    color: #9aff3f;
    font-size: 27px;
    margin-bottom: 18px;
}

.device-card strong {
    font-size: 15px;
}

.device-card span {
    color: #778188;
    font-size: 11px;
    line-height: 1.5;
    margin-top: 8px;
}


/* RESPONSIVE */

@media (max-width: 1000px) {

    .menu {
        display: none;
    }

    .hero {
        min-height: auto;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        padding-top: 150px;
        padding-bottom: 70px;
    }

    .hero-content {
        max-width: 700px;
    }

    .hero-visual {
        height: 420px;
    }

    .device-grid {
        grid-template-columns: repeat(3,1fr);
    }
}

@media (max-width: 620px) {

    .container {
        width: min(100% - 28px,1180px);
    }

    .header {
        padding-top: 15px;
    }

    .brand-logo {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
    }

    .brand-name {
        font-size: 16px;
    }

    .nav-button {
        padding: 11px 15px;
        font-size: 10px;
    }

    .hero-grid {
        padding-top: 125px;
    }

    .hero h1 {
        font-size: 44px;
        letter-spacing: -2px;
    }

    .hero-description {
        font-size: 14px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .button {
        width: 100%;
    }

    .hero-visual {
        height: 330px;
    }

    .tv-screen {
        height: 220px;
    }

    .screen-content strong {
        font-size: 75px;
    }

    .floating-card {
        font-size: 9px;
    }

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

    .device-card {
        min-height: 155px;
    }
}


/* SERIES - HERO */
.card-series {
    left: 25px;
    bottom: 75px;
}


/* =========================================================
   DISPOSITIVOS PREMIUM V2
   ========================================================= */

.devices-premium {
    position: relative;
    padding: 105px 0 100px;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 43%, rgba(80, 180, 50, .075), transparent 30%),
        linear-gradient(180deg, #090c0e 0%, #0a0e10 100%);
}

.devices-premium .section-heading p {
    max-width: 590px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}


/* COMPOSICIÓN */

.devices-showcase {
    position: relative;
    max-width: 850px;
    height: 455px;
    margin: 35px auto 15px;
}

.devices-glow {
    position: absolute;
    width: 570px;
    height: 270px;
    left: 50%;
    top: 80px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: rgba(154,255,63,.09);
    filter: blur(85px);
}


/* TV */

.mock-tv {
    position: absolute;
    width: 590px;
    left: 50%;
    top: 25px;
    transform: translateX(-50%);
    z-index: 2;
}

.mock-tv-frame {
    padding: 8px;
    border-radius: 16px;
    background: linear-gradient(145deg,#30383d,#161b1e);
    box-shadow:
        0 35px 80px rgba(0,0,0,.55),
        0 0 60px rgba(92,184,53,.06);
}

.mock-screen {
    height: 305px;
    position: relative;
    border-radius: 9px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;

    background:
        radial-gradient(circle at 50% 50%, rgba(154,255,63,.13), transparent 35%),
        radial-gradient(circle at 80% 20%, rgba(31,108,129,.25), transparent 40%),
        linear-gradient(135deg,#080b0d,#121d21);
}

.mock-screen::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(154,255,63,.055);
    border-radius: 50%;
}

.mock-screen::after {
    content: "";
    position: absolute;
    width: 290px;
    height: 290px;
    border: 1px solid rgba(154,255,63,.055);
    border-radius: 50%;
}

.mock-screen-brand {
    position: relative;
    z-index: 2;
    text-align: center;
}

.mock-screen-brand span {
    display: block;
    color: #b8c0c4;
    font-size: 13px;
    letter-spacing: 7px;
}

.mock-screen-brand strong {
    display: block;
    color: #9aff3f;
    font-size: 95px;
    line-height: .95;
    letter-spacing: -7px;
}

.mock-screen-brand small {
    display: block;
    margin-top: 9px;
    color: #66747b;
    font-size: 8px;
    letter-spacing: 3px;
}

.mock-play {
    position: absolute;
    z-index: 4;
    right: 25px;
    bottom: 22px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #9aff3f;
    color: #071006;
    font-size: 14px;
    box-shadow: 0 0 25px rgba(154,255,63,.3);
}

.mock-tv-neck {
    width: 70px;
    height: 28px;
    margin: auto;
    background: linear-gradient(#262d31,#161b1e);
}

.mock-tv-base {
    width: 180px;
    height: 8px;
    margin: auto;
    border-radius: 10px;
    background: #30383c;
}


/* TABLET */

.mock-tablet {
    position: absolute;
    z-index: 5;
    width: 185px;
    height: 245px;
    left: 28px;
    bottom: 17px;
    padding: 8px;
    border-radius: 16px;
    transform: rotate(-3deg);
    background: linear-gradient(145deg,#31393d,#14191c);
    box-shadow: 0 25px 55px rgba(0,0,0,.5);
}


/* PHONE */

.mock-phone {
    position: absolute;
    z-index: 7;
    width: 105px;
    height: 215px;
    right: 57px;
    bottom: 9px;
    padding: 7px;
    border-radius: 20px;
    background: linear-gradient(145deg,#30383d,#111618);
    box-shadow: 0 25px 55px rgba(0,0,0,.55);
}

.phone-speaker {
    position: absolute;
    width: 28px;
    height: 3px;
    background: #5d666b;
    border-radius: 5px;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}


/* LAPTOP */

.mock-laptop {
    position: absolute;
    z-index: 6;
    width: 340px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.laptop-screen {
    padding: 6px 6px 9px;
    border-radius: 9px 9px 3px 3px;
    background: #252d31;
    box-shadow: 0 20px 45px rgba(0,0,0,.55);
}

.laptop-screen .mini-screen {
    height: 170px;
}

.laptop-base {
    position: relative;
    left: -35px;
    width: 410px;
    height: 14px;
    border-radius: 2px 2px 15px 15px;
    background: linear-gradient(#3b4448,#1d2326);
}

.laptop-base::after {
    content: "";
    position: absolute;
    width: 55px;
    height: 3px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #151a1c;
    border-radius: 0 0 5px 5px;
}


/* PANTALLAS PEQUEÑAS */

.mini-screen {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background:
        radial-gradient(circle at 50% 45%, rgba(154,255,63,.16), transparent 38%),
        linear-gradient(145deg,#091013,#122026);
}

.mini-screen span {
    color: #b8c0c4;
    font-size: 10px;
    letter-spacing: 3px;
}

.mini-screen strong {
    color: #9aff3f;
    font-size: 46px;
    line-height: 1;
}

.mini-screen small {
    color: #6f7c82;
    font-size: 7px;
    letter-spacing: 2px;
    margin-top: 8px;
}

.phone-content strong {
    font-size: 36px;
}

.laptop-content strong {
    font-size: 58px;
}


/* COMPATIBILIDAD */

.compatibility-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: #6f7b81;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 24px;
}

.compatibility-title span {
    width: 70px;
    height: 1px;
    background: rgba(255,255,255,.08);
}

.compatibility-grid {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 10px;
}

.compatibility-item {
    min-height: 82px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border: 1px solid rgba(255,255,255,.055);
    border-radius: 11px;
    background: rgba(255,255,255,.018);
    transition: .25s;
}

.compatibility-item:hover {
    transform: translateY(-3px);
    border-color: rgba(154,255,63,.25);
    background: rgba(154,255,63,.025);
}

.compatibility-item strong {
    display: block;
    font-size: 12px;
}

.compatibility-item small {
    display: block;
    color: #66737a;
    font-size: 9px;
    margin-top: 5px;
}

.compat-icon {
    position: relative;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(154,255,63,.08);
}


/* ICONOS CSS */

.icon-tv::before {
    content: "";
    position: absolute;
    width: 21px;
    height: 14px;
    border: 2px solid #9aff3f;
    border-radius: 2px;
    left: 7px;
    top: 8px;
}

.icon-tv::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background: #9aff3f;
    left: 13px;
    bottom: 9px;
}

.icon-play {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9aff3f;
    font-size: 16px;
}

.icon-fire {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9aff3f;
    font-weight: 900;
    font-size: 16px;
}

.icon-box::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 13px;
    border: 2px solid #9aff3f;
    border-radius: 4px;
    left: 7px;
    top: 11px;
}

.icon-box::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #9aff3f;
    right: 10px;
    top: 17px;
}

.icon-phone::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 22px;
    border: 2px solid #9aff3f;
    border-radius: 3px;
    left: 12px;
    top: 7px;
}

.icon-pc::before {
    content: "";
    position: absolute;
    width: 23px;
    height: 15px;
    border: 2px solid #9aff3f;
    border-radius: 2px;
    left: 6px;
    top: 7px;
}

.icon-pc::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background: #9aff3f;
    left: 11px;
    bottom: 8px;
}


/* RESPONSIVE DISPOSITIVOS */

@media (max-width: 900px) {

    .devices-showcase {
        transform: scale(.86);
        transform-origin: center top;
        margin-bottom: -40px;
    }

    .compatibility-grid {
        grid-template-columns: repeat(3,1fr);
    }
}

@media (max-width: 620px) {

    .devices-premium {
        padding-top: 80px;
    }

    .devices-showcase {
        width: 760px;
        left: 50%;
        transform: translateX(-50%) scale(.53);
        transform-origin: center top;
        margin-bottom: -190px;
    }

    .compatibility-title {
        font-size: 8px;
        gap: 10px;
    }

    .compatibility-title span {
        width: 25px;
    }

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

    .compatibility-item {
        min-height: 76px;
    }
}



/* =========================================================
   PAGINA CONTENIDO - HERO V1
   ========================================================= */

.catalog-hero {
    position: relative;
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 125px 0 90px;

    background:
        radial-gradient(
            circle at 50% 42%,
            rgba(154,255,63,.10),
            transparent 25%
        ),
        radial-gradient(
            circle at 78% 45%,
            rgba(20,100,120,.13),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #080b0d 0%,
            #090d0f 100%
        );
}


.catalog-hero::before {
    content: "";
    position: absolute;

    width: 680px;
    height: 680px;

    left: 50%;
    top: 52%;

    transform: translate(-50%,-50%);

    border-radius: 50%;

    border: 1px solid rgba(154,255,63,.035);

    box-shadow:
        0 0 0 100px rgba(154,255,63,.012),
        0 0 0 200px rgba(154,255,63,.008);
}


.catalog-hero-inner {
    position: relative;
    z-index: 2;

    text-align: center;
}


.catalog-eyebrow {
    margin-bottom: 20px;

    color: #9aff3f;

    font-size: 10px;
    font-weight: 900;

    letter-spacing: 3px;
}


.catalog-hero h1 {
    max-width: 900px;

    margin:
        0 auto 22px;

    color: #f5f7f7;

    font-size:
        clamp(46px, 6vw, 78px);

    line-height: 1.02;

    letter-spacing: -3px;
}


.catalog-hero h1 span {
    display: block;

    color: #9aff3f;
}


.catalog-intro {
    max-width: 650px;

    margin:
        0 auto;

    color: #7e8a90;

    font-size: 14px;

    line-height: 1.8;
}


/* CIFRAS */

.catalog-stats {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 55px;

    margin-top: 55px;
}


.catalog-stat {
    min-width: 260px;
}


.catalog-stat strong {
    display: block;

    color: #f3f6f7;

    font-size:
        clamp(48px, 5vw, 70px);

    line-height: 1;

    letter-spacing: -4px;
}


.catalog-stat strong small {
    color: #9aff3f;

    font-size: 25px;

    vertical-align: top;

    margin-right: 5px;
}


.catalog-stat span {
    display: block;

    margin-top: 10px;

    color: #77848a;

    font-size: 9px;
    font-weight: 900;

    letter-spacing: 2.5px;
}


.catalog-stat-divider {
    width: 1px;
    height: 75px;

    background:
        linear-gradient(
            transparent,
            rgba(154,255,63,.25),
            transparent
        );
}


/* CATEGORIAS RAPIDAS */

.catalog-quick {
    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    gap: 9px;

    max-width: 820px;

    margin:
        45px auto 0;
}


.catalog-quick span {
    padding:
        10px 15px;

    border:
        1px solid rgba(255,255,255,.065);

    border-radius: 30px;

    background:
        rgba(255,255,255,.022);

    color: #9aa5aa;

    font-size: 10px;
    font-weight: 700;

    transition: .25s;
}


.catalog-quick span:hover {
    color: #dfffd0;

    border-color:
        rgba(154,255,63,.25);

    background:
        rgba(154,255,63,.055);

    transform:
        translateY(-2px);
}


/* MENU ACTIVO */

.menu a.active {
    color: #9aff3f;
}


/* RESPONSIVE */

@media (max-width: 700px) {

    .catalog-hero {
        min-height: auto;

        padding:
            120px 0 75px;
    }


    .catalog-hero h1 {
        font-size: 45px;

        letter-spacing: -2px;
    }


    .catalog-stats {
        gap: 22px;

        margin-top: 45px;
    }


    .catalog-stat {
        min-width: 0;

        flex: 1;
    }


    .catalog-stat strong {
        font-size: 38px;

        letter-spacing: -2px;
    }


    .catalog-stat-divider {
        height: 60px;
    }

}


/* =========================================================
   CONTENIDO - TV EN VIVO V1
   ========================================================= */

.live-content-section {
    position: relative;
    padding: 115px 0;
    overflow: hidden;

    background:
        radial-gradient(circle at 20% 50%, rgba(154,255,63,.055), transparent 28%),
        linear-gradient(180deg,#070a0c,#090d0f);
}

.live-content-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 75%;
    height: 1px;
    transform: translateX(-50%);

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,.09),
            transparent
        );
}


.live-content-grid {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 85px;
    align-items: center;
}


/* TV */

.live-visual {
    position: relative;
    min-height: 470px;

    display: flex;
    align-items: center;
    justify-content: center;
}


.live-visual-glow {
    position: absolute;

    width: 430px;
    height: 330px;

    border-radius: 50%;

    background:
        rgba(154,255,63,.08);

    filter: blur(85px);
}


.live-tv {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 520px;
}


.live-tv-screen {
    position: relative;

    height: 310px;

    overflow: hidden;

    border: 8px solid #252d31;
    border-radius: 17px;

    background:
        radial-gradient(
            circle at 50% 45%,
            rgba(154,255,63,.14),
            transparent 30%
        ),
        radial-gradient(
            circle at 85% 20%,
            rgba(28,120,145,.18),
            transparent 38%
        ),
        linear-gradient(
            145deg,
            #081013,
            #111d21
        );

    box-shadow:
        0 35px 80px rgba(0,0,0,.55);
}


.live-tv-screen::before {
    content: "";
    position: absolute;

    width: 390px;
    height: 390px;

    left: 50%;
    top: 50%;

    transform:
        translate(-50%,-50%);

    border-radius: 50%;

    border:
        1px solid rgba(154,255,63,.05);
}


.live-badge {
    position: absolute;

    top: 20px;
    left: 20px;

    display: flex;
    align-items: center;
    gap: 7px;

    padding: 7px 11px;

    border-radius: 20px;

    background:
        rgba(0,0,0,.35);

    color: #dce4e7;

    font-size: 8px;
    font-weight: 900;

    letter-spacing: 1.5px;
}


.live-badge i {
    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: #ff4d4d;

    box-shadow:
        0 0 10px rgba(255,77,77,.8);
}


.live-screen-center {
    position: absolute;

    left: 50%;
    top: 48%;

    transform:
        translate(-50%,-50%);

    text-align: center;
}


.live-screen-center small {
    display: block;

    color: #b7c0c4;

    font-size: 11px;

    letter-spacing: 6px;
}


.live-screen-center strong {
    display: block;

    color: #9aff3f;

    font-size: 92px;

    line-height: .9;

    letter-spacing: -7px;
}


.live-screen-center span {
    display: block;

    margin-top: 12px;

    color: #6c797f;

    font-size: 8px;
    font-weight: 800;

    letter-spacing: 3px;
}


.live-screen-bottom {
    position: absolute;

    left: 22px;
    right: 22px;
    bottom: 18px;

    display: flex;
    justify-content: center;

    gap: 7px;
}


.live-screen-bottom span {
    padding: 6px 9px;

    border:
        1px solid rgba(255,255,255,.06);

    border-radius: 20px;

    background:
        rgba(0,0,0,.25);

    color: #748187;

    font-size: 7px;
    font-weight: 800;

    letter-spacing: 1px;
}


.live-tv-neck {
    width: 70px;
    height: 27px;

    margin: auto;

    background:
        linear-gradient(#272f33,#151a1d);
}


.live-tv-base {
    width: 185px;
    height: 8px;

    margin: auto;

    border-radius: 10px;

    background: #30383c;
}


/* INFORMACION */

.live-section-tag {
    display: inline-block;

    margin-bottom: 17px;

    color: #9aff3f;

    font-size: 9px;
    font-weight: 900;

    letter-spacing: 2.5px;
}


.live-info h2 {
    max-width: 600px;

    margin: 0;

    color: #f4f6f7;

    font-size:
        clamp(38px,4vw,56px);

    line-height: 1.05;

    letter-spacing: -2px;
}


.live-info h2 span {
    display: block;

    color: #9aff3f;
}


.live-description {
    max-width: 570px;

    margin: 20px 0 30px;

    color: #78858b;

    font-size: 13px;

    line-height: 1.75;
}


/* CATEGORIAS */

.live-categories {
    display: grid;

    grid-template-columns:
        repeat(2,1fr);

    gap: 9px;
}


.live-category {
    display: flex;

    align-items: center;

    gap: 12px;

    min-height: 67px;

    padding: 12px 14px;

    border:
        1px solid rgba(255,255,255,.055);

    border-radius: 10px;

    background:
        rgba(255,255,255,.018);

    transition: .25s;
}


.live-category:hover {
    transform:
        translateY(-2px);

    border-color:
        rgba(154,255,63,.20);

    background:
        rgba(154,255,63,.03);
}


.live-category-icon {
    flex: 0 0 37px;

    width: 37px;
    height: 37px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 9px;

    background:
        rgba(154,255,63,.075);

    color: #9aff3f;

    font-size: 14px;
}


.live-category strong {
    display: block;

    color: #dce2e4;

    font-size: 11px;
}


.live-category span {
    display: block;

    margin-top: 4px;

    color: #626f75;

    font-size: 8px;

    line-height: 1.35;
}


/* ADULTOS */

.live-adult-note {
    display: flex;

    align-items: center;

    gap: 12px;

    margin-top: 18px;

    padding: 13px 15px;

    border:
        1px solid rgba(255,255,255,.045);

    border-radius: 10px;

    background:
        rgba(255,255,255,.012);
}


.live-adult-note > span {
    flex: 0 0 36px;

    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    border:
        1px solid rgba(255,255,255,.09);

    color: #778389;

    font-size: 9px;
    font-weight: 900;
}


.live-adult-note strong {
    display: block;

    color: #89959a;

    font-size: 9px;
}


.live-adult-note small {
    display: block;

    margin-top: 3px;

    color: #535f64;

    font-size: 8px;
}


/* RESPONSIVE */

@media (max-width: 900px) {

    .live-content-grid {
        grid-template-columns: 1fr;

        gap: 45px;
    }


    .live-visual {
        min-height: 390px;
    }


    .live-info {
        max-width: 650px;

        margin: auto;
    }

}


@media (max-width: 560px) {

    .live-content-section {
        padding: 80px 0;
    }


    .live-visual {
        min-height: 300px;
    }


    .live-tv-screen {
        height: 240px;
    }


    .live-screen-center strong {
        font-size: 68px;
    }


    .live-categories {
        grid-template-columns: 1fr;
    }

}


/* =========================================================
   CONTENIDO - VOD V1
   ========================================================= */

.vod-section {
    position: relative;
    padding: 120px 0 125px;
    overflow: hidden;

    background:
        radial-gradient(circle at 78% 48%, rgba(30,115,140,.10), transparent 30%),
        radial-gradient(circle at 72% 52%, rgba(154,255,63,.045), transparent 24%),
        #080b0d;
}

.vod-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 75%;
    height: 1px;
    transform: translateX(-50%);

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,.08),
            transparent
        );
}

.vod-grid {
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    gap: 80px;
    align-items: center;
}


/* TEXTO */

.vod-section-tag {
    display: inline-block;
    margin-bottom: 17px;

    color: #9aff3f;

    font-size: 9px;
    font-weight: 900;
    letter-spacing: 2.5px;
}

.vod-info h2 {
    max-width: 630px;
    margin: 0;

    color: #f3f6f7;

    font-size: clamp(38px,4vw,55px);
    line-height: 1.05;
    letter-spacing: -2px;
}

.vod-info h2 span {
    display: block;
    color: #9aff3f;
}

.vod-description {
    max-width: 570px;

    margin: 20px 0 30px;

    color: #78858b;

    font-size: 13px;
    line-height: 1.75;
}


/* CATEGORIAS */

.vod-categories {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 9px;
}

.vod-category {
    min-height: 67px;

    display: flex;
    align-items: center;
    gap: 12px;

    padding: 12px 14px;

    border: 1px solid rgba(255,255,255,.055);
    border-radius: 10px;

    background: rgba(255,255,255,.018);

    transition: .25s;
}

.vod-category:hover {
    transform: translateY(-2px);

    border-color: rgba(154,255,63,.20);

    background: rgba(154,255,63,.03);
}

.vod-category-icon {
    flex: 0 0 37px;

    width: 37px;
    height: 37px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 9px;

    background: rgba(154,255,63,.075);

    color: #9aff3f;

    font-size: 14px;
}

.vod-category strong {
    display: block;

    color: #dce2e4;

    font-size: 11px;
}

.vod-category small {
    display: block;

    margin-top: 4px;

    color: #626f75;

    font-size: 8px;
    line-height: 1.35;
}


/* VISUAL */

.vod-visual {
    position: relative;

    min-height: 520px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.vod-glow {
    position: absolute;

    width: 440px;
    height: 390px;

    border-radius: 50%;

    background: rgba(45,145,170,.09);

    filter: blur(85px);
}


/* INTERFAZ */

.vod-interface {
    position: relative;
    z-index: 3;

    width: 100%;
    max-width: 525px;

    padding: 24px;

    border: 1px solid rgba(255,255,255,.07);
    border-radius: 18px;

    background:
        linear-gradient(
            145deg,
            rgba(20,29,33,.97),
            rgba(8,13,15,.98)
        );

    box-shadow:
        0 35px 90px rgba(0,0,0,.55);
}

.vod-interface-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vod-interface-top small {
    display: block;

    color: #66747a;

    font-size: 7px;
    font-weight: 800;

    letter-spacing: 2px;
}

.vod-interface-top strong {
    display: block;

    margin-top: 4px;

    color: #e6ebed;

    font-size: 17px;
}

.vod-interface-top > span {
    width: 33px;
    height: 33px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(255,255,255,.04);

    color: #8d989d;

    font-size: 17px;
}


/* TABS */

.vod-interface-tabs {
    display: flex;
    gap: 18px;

    margin: 24px 0 17px;

    border-bottom: 1px solid rgba(255,255,255,.05);
}

.vod-interface-tabs span {
    position: relative;

    padding-bottom: 10px;

    color: #58656b;

    font-size: 8px;
    font-weight: 800;
}

.vod-interface-tabs span.active {
    color: #dce4e6;
}

.vod-interface-tabs span.active::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: -1px;

    height: 2px;

    background: #9aff3f;
}


/* POSTERS */

.vod-posters {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
}

.vod-poster {
    position: relative;

    height: 230px;

    overflow: hidden;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    padding: 15px;

    border-radius: 10px;

    border: 1px solid rgba(255,255,255,.055);

    box-shadow:
        inset 0 0 45px rgba(0,0,0,.25);
}

.poster-one {
    background:
        radial-gradient(circle at 65% 30%, rgba(154,255,63,.20), transparent 25%),
        linear-gradient(145deg,#213028,#080d0b 70%);
}

.poster-two {
    background:
        radial-gradient(circle at 35% 25%, rgba(45,130,165,.30), transparent 27%),
        linear-gradient(145deg,#162d36,#070b0d 72%);
}

.poster-three {
    background:
        radial-gradient(circle at 70% 25%, rgba(120,75,145,.30), transparent 28%),
        linear-gradient(145deg,#292033,#09080c 72%);
}

.vod-poster::before {
    content: "";

    position: absolute;

    width: 120px;
    height: 160px;

    left: 50%;
    top: 18px;

    transform:
        translateX(-50%)
        rotate(-8deg);

    border-radius: 60% 45% 50% 45%;

    background:
        rgba(255,255,255,.035);

    filter: blur(2px);
}

.poster-two::before {
    transform:
        translateX(-50%)
        rotate(7deg);
}

.poster-three::before {
    border-radius: 50%;
}

.poster-shade {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            transparent 35%,
            rgba(0,0,0,.86)
        );
}

.vod-poster small,
.vod-poster strong {
    position: relative;
    z-index: 2;
}

.vod-poster small {
    color: #9aff3f;

    font-size: 6px;
    font-weight: 900;

    letter-spacing: 1.5px;
}

.vod-poster strong {
    margin-top: 5px;

    color: #eef2f3;

    font-size: 14px;
    line-height: 1.05;
}


/* PARTE INFERIOR */

.vod-interface-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-top: 17px;

    padding-top: 16px;

    border-top: 1px solid rgba(255,255,255,.05);
}

.vod-interface-bottom small {
    display: block;

    color: #5e6b71;

    font-size: 6px;
    font-weight: 900;

    letter-spacing: 1.5px;
}

.vod-interface-bottom strong {
    display: block;

    margin-top: 4px;

    color: #cbd3d6;

    font-size: 10px;
}

.vod-play {
    width: 39px;
    height: 39px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #9aff3f;

    color: #071006;

    font-size: 11px;

    box-shadow:
        0 0 25px rgba(154,255,63,.20);
}


/* TARJETAS FLOTANTES */

.vod-floating-card {
    position: absolute;
    z-index: 5;

    padding: 11px 14px;

    border: 1px solid rgba(255,255,255,.075);
    border-radius: 9px;

    background: rgba(12,18,21,.95);

    color: #d6dddf;

    font-size: 8px;
    font-weight: 900;

    letter-spacing: .7px;

    box-shadow:
        0 15px 35px rgba(0,0,0,.35);
}

.vod-floating-card span {
    margin-right: 6px;

    color: #9aff3f;
}

.vod-float-one {
    left: -18px;
    top: 115px;
}

.vod-float-two {
    right: -25px;
    top: 215px;
}

.vod-float-three {
    left: 20px;
    bottom: 65px;
}


/* RESPONSIVE */

@media (max-width: 900px) {

    .vod-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .vod-info {
        max-width: 650px;
        margin: auto;
    }

    .vod-visual {
        min-height: 500px;
    }

}

@media (max-width: 560px) {

    .vod-section {
        padding: 80px 0;
    }

    .vod-categories {
        grid-template-columns: 1fr;
    }

    .vod-visual {
        min-height: 410px;
    }

    .vod-interface {
        padding: 17px;
    }

    .vod-poster {
        height: 175px;
        padding: 10px;
    }

    .vod-poster strong {
        font-size: 10px;
    }

    .vod-floating-card {
        display: none;
    }

}


/* =========================================================
   HERO - STREAMING STRIP V1
   ========================================================= */

.streaming-strip {
    margin-top: 26px;
}

.streaming-strip-title {
    display: block;

    margin-bottom: 11px;

    color: #58666c;

    font-size: 7px;
    font-weight: 900;

    letter-spacing: 2px;
}

.streaming-brands {
    display: flex;
    flex-wrap: wrap;

    align-items: center;

    gap: 8px 18px;
}

.streaming-brands span {
    position: relative;

    color: #7d898e;

    font-size: 11px;
    font-weight: 800;

    opacity: .72;

    transition: .25s;
}

.streaming-brands span:not(:last-child)::after {
    content: "";

    position: absolute;

    right: -10px;
    top: 50%;

    width: 2px;
    height: 2px;

    border-radius: 50%;

    background: #9aff3f;

    transform: translateY(-50%);

    opacity: .6;
}

.streaming-brands span:hover {
    color: #dce4e6;
    opacity: 1;
}

@media (max-width: 700px) {

    .streaming-strip {
        margin-top: 22px;
    }

    .streaming-brands {
        gap: 8px 15px;
    }

}


/* =========================================================
   PLANES PAGE V1
   ========================================================= */

.plans-page {
    position: relative;
    min-height: calc(100vh - 80px);
    padding: 82px 0 100px;
    overflow: hidden;
}

.plans-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(110px);
    pointer-events: none;
}

.plans-glow-one {
    width: 420px;
    height: 420px;
    top: 40px;
    left: -180px;
    background: rgba(116, 255, 44, .08);
}

.plans-glow-two {
    width: 500px;
    height: 500px;
    right: -220px;
    top: 240px;
    background: rgba(116, 255, 44, .055);
}

.plans-heading {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto 52px;
    text-align: center;
}

.plans-heading .eyebrow {
    justify-content: center;
}

.plans-heading h1 {
    margin: 18px 0 18px;
    color: #f5f7f7;
    font-size: clamp(38px, 5vw, 64px);
    line-height: .98;
    letter-spacing: -2.5px;
}

.plans-heading h1 span {
    display: block;
    color: #9aff3f;
}

.plans-heading p {
    max-width: 650px;
    margin: 0 auto;
    color: #879398;
    font-size: 15px;
    line-height: 1.75;
}

.plans-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.plan-card {
    position: relative;
    padding: 28px 22px 22px;
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 22px;
    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.045),
            rgba(255,255,255,.012)
        );
    box-shadow:
        0 24px 60px rgba(0,0,0,.22),
        inset 0 1px 0 rgba(255,255,255,.025);
    transition: .25s ease;
}

.plan-card:hover {
    transform: translateY(-5px);
    border-color: rgba(154,255,63,.22);
}

.plan-card-featured {
    border-color: rgba(154,255,63,.35);
    background:
        linear-gradient(
            145deg,
            rgba(154,255,63,.075),
            rgba(255,255,255,.018)
        );
    box-shadow:
        0 25px 70px rgba(0,0,0,.3),
        0 0 40px rgba(154,255,63,.035);
}

.plan-badge {
    position: absolute;
    top: -11px;
    right: 18px;
    padding: 6px 11px;
    border-radius: 30px;
    background: #9aff3f;
    color: #071006;
    font-size: 8px;
    font-weight: 950;
    letter-spacing: 1.1px;
}

.plan-duration {
    padding-bottom: 21px;
    border-bottom: 1px solid rgba(255,255,255,.065);
}

.plan-duration > span {
    color: #9aff3f;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 1.7px;
}

.plan-duration h2 {
    margin: 7px 0 0;
    color: #f4f7f7;
    font-size: 27px;
    letter-spacing: -.7px;
}

.plan-options {
    display: grid;
    gap: 10px;
    margin: 20px 0;
}

.plan-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 75px;
    padding: 14px 13px;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 14px;
    background: rgba(0,0,0,.16);
}

.plan-option-highlight {
    border-color: rgba(154,255,63,.12);
    background: rgba(154,255,63,.035);
}

.plan-option strong {
    display: block;
    color: #dce3e5;
    font-size: 12px;
}

.plan-option small {
    display: block;
    margin-top: 4px;
    color: #657176;
    font-size: 8px;
}

.plan-price {
    flex-shrink: 0;
    color: #f7f9f9;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: -1px;
}

.plan-price > span {
    color: #9aff3f;
    font-size: 12px;
    vertical-align: top;
    line-height: 20px;
}

.plan-price > small {
    display: inline;
    margin-left: 2px;
    color: #687478;
    font-size: 7px;
    letter-spacing: .5px;
}

.plan-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    min-height: 43px;
    border: 1px solid rgba(154,255,63,.17);
    border-radius: 11px;
    background: rgba(154,255,63,.055);
    color: #b8ff78;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1px;
    text-decoration: none;
    transition: .2s;
}

.plan-button:hover {
    background: #9aff3f;
    color: #071006;
}

.plans-includes {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 20px;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.055);
    border-radius: 17px;
    background: rgba(255,255,255,.018);
}

.plans-includes > div {
    display: grid;
    grid-template-columns: 24px 1fr;
    align-items: center;
    column-gap: 8px;
}

.plans-includes > div > span {
    grid-row: 1 / 3;
    display: grid;
    place-items: center;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: rgba(154,255,63,.08);
    color: #9aff3f;
    font-size: 10px;
}

.plans-includes strong {
    color: #dfe5e6;
    font-size: 10px;
}

.plans-includes small {
    color: #667277;
    font-size: 8px;
}

.plans-contact {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 70px auto 0;
    padding: 46px 30px;
    border: 1px solid rgba(154,255,63,.11);
    border-radius: 25px;
    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(154,255,63,.07),
            transparent 55%
        ),
        rgba(255,255,255,.018);
    text-align: center;
}

.plans-contact > span {
    color: #768287;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 1.8px;
}

.plans-contact h2 {
    margin: 10px 0;
    color: #f2f5f5;
    font-size: 30px;
}

.plans-contact h2 strong {
    color: #9aff3f;
}

.plans-contact p {
    margin: 0 auto 23px;
    color: #778388;
    font-size: 12px;
}

.plans-contact .button {
    display: inline-flex;
}


@media (max-width: 1050px) {

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

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


@media (max-width: 650px) {

    .plans-page {
        padding: 55px 0 75px;
    }

    .plans-heading {
        margin-bottom: 35px;
    }

    .plans-heading h1 {
        font-size: 39px;
    }

    .plans-grid {
        grid-template-columns: 1fr;
    }

    .plans-includes {
        grid-template-columns: 1fr 1fr;
    }

    .plans-contact {
        margin-top: 45px;
        padding: 36px 20px;
    }

    .plans-contact h2 {
        font-size: 25px;
    }
}


/* =========================================================
   PLANES V2 - LEGIBILIDAD / CONTRASTE
   ========================================================= */

/* Títulos de cada tarjeta */
.plan-duration > span {
    font-size: 9px;
    color: #8fe94b;
    letter-spacing: 1.5px;
}

.plan-duration h2 {
    font-size: 29px;
    color: #e6ebec;
    font-weight: 800;
}


/* Nombre de conexiones */
.plan-option strong {
    font-size: 14px;
    color: #d7dfe1;
    font-weight: 750;
}


/* Texto pequeño debajo */
.plan-option small {
    margin-top: 5px;
    font-size: 9.5px;
    line-height: 1.35;
    color: #829095;
}


/* Precio principal */
.plan-price {
    font-size: 29px;
    color: #e8eeee;
    font-weight: 850;
}

.plan-price > span {
    font-size: 14px;
    color: #8fe94b;
}

.plan-price > small {
    font-size: 8px;
    color: #849095;
}


/* Las opciones ganan un poco de altura */
.plan-option {
    min-height: 82px;
    padding: 15px 14px;
}


/* Botón contratar: más legible y menos fluorescente */
.plan-button {
    min-height: 46px;
    color: #a8ed70;
    font-size: 10px;
    letter-spacing: .8px;
}

.plan-button:hover {
    background: #8fe94b;
    color: #0b1109;
}


/* Etiqueta MEJOR PRECIO */
.plan-badge {
    background: #8fe94b;
    font-size: 8.5px;
}


/* Información debajo de las tarjetas */
.plans-includes {
    padding: 21px 20px;
}

.plans-includes strong {
    color: #d5dddf;
    font-size: 12px;
}

.plans-includes small {
    margin-top: 2px;
    color: #849095;
    font-size: 9px;
}


/* Check menos brillante */
.plans-includes > div > span {
    color: #8fe94b;
    font-size: 11px;
    background: rgba(143, 233, 75, .07);
}


/* Texto general de cabecera */
.plans-heading p {
    color: #93a0a5;
    font-size: 16px;
}


/* Bloque inferior */
.plans-contact > span {
    color: #89969a;
    font-size: 9px;
}

.plans-contact p {
    color: #929fa3;
    font-size: 13px;
}


/* Reducimos ligeramente el efecto neón general */
.plan-card-featured {
    border-color: rgba(143, 233, 75, .27);
}

.plan-option-highlight {
    border-color: rgba(143, 233, 75, .10);
    background: rgba(143, 233, 75, .025);
}


/* =========================================================
   PLANES V3 - CONVERSOR DE MONEDA
   ========================================================= */

.currency-selector {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;

    width: fit-content;
    max-width: calc(100% - 30px);

    margin: 0 auto 30px;
    padding: 11px 14px 11px 18px;

    border: 1px solid rgba(143, 233, 75, .13);
    border-radius: 14px;

    background:
        linear-gradient(
            135deg,
            rgba(143, 233, 75, .045),
            rgba(255, 255, 255, .018)
        );

    box-shadow:
        0 12px 35px rgba(0, 0, 0, .18);
}


/* Texto izquierdo */

.currency-selector-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.currency-selector-info > span {
    display: none;
}

.currency-selector-info strong {
    color: #dce4e6;
    font-size: 11px;
    font-weight: 750;
    line-height: 1.2;
}

.currency-selector-info small {
    color: #77858a;
    font-size: 8.5px;
    line-height: 1.3;
}


/* Selector */

.currency-control {
    display: flex;
    align-items: center;
    gap: 10px;
}

.currency-control select {
    width: 210px;
    height: 39px;

    padding: 0 35px 0 13px;

    border: 1px solid rgba(143, 233, 75, .20);
    border-radius: 9px;

    outline: none;

    background: #101617;
    color: #dfe6e7;

    font-family: inherit;
    font-size: 11px;
    font-weight: 700;

    cursor: pointer;
}

.currency-control select:hover {
    border-color: rgba(143, 233, 75, .38);
}

.currency-control select:focus {
    border-color: #8fe94b;

    box-shadow:
        0 0 0 3px rgba(143, 233, 75, .06);
}


/* Estado */

.currency-status {
    max-width: 110px;

    color: #748186;
    font-size: 8px;
    line-height: 1.25;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 700px) {

    .currency-selector {
        width: calc(100% - 28px);
        box-sizing: border-box;

        flex-direction: column;
        align-items: stretch;

        gap: 10px;

        padding: 14px;
    }

    .currency-selector-info {
        text-align: center;
    }

    .currency-control {
        flex-direction: column;
        align-items: stretch;
    }

    .currency-control select {
        width: 100%;
    }

    .currency-status {
        max-width: none;
        text-align: center;
    }
}


/* =========================================================
   PLANES V3.1 - MONEDA MAS GRANDE / MENOS BRILLO
   ========================================================= */

.currency-selector {
    gap: 24px;
    padding: 15px 19px 15px 22px;
    margin-bottom: 32px;

    border-color: rgba(126, 190, 79, .16);

    background:
        linear-gradient(
            135deg,
            rgba(105, 160, 65, .035),
            rgba(255, 255, 255, .015)
        );

    box-shadow:
        0 12px 30px rgba(0, 0, 0, .14);
}


/* Título */

.currency-selector-info strong {
    font-size: 13px;
    font-weight: 700;
    color: #cbd4d6;
}


/* Texto secundario */

.currency-selector-info small {
    margin-top: 3px;
    font-size: 9.5px;
    color: #78868a;
}


/* Selector de moneda */

.currency-control {
    gap: 13px;
}

.currency-control select {
    width: 235px;
    height: 44px;

    padding-left: 15px;

    border-color: rgba(125, 185, 82, .17);

    background: #101617;

    color: #cbd4d6;

    font-size: 12.5px;
    font-weight: 650;
}

.currency-control select:hover {
    border-color: rgba(125, 185, 82, .30);
}

.currency-control select:focus {
    border-color: rgba(125, 185, 82, .40);

    box-shadow:
        0 0 0 3px rgba(125, 185, 82, .035);
}


/* Estado de la conversión */

.currency-status {
    max-width: 135px;

    color: #788589;

    font-size: 9px;
    line-height: 1.35;
}


/* PRECIOS CONVERTIDOS:
   menos verde fluorescente */

.plan-price .price-symbol,
.plan-price .price-value {
    color: #9fdc72;
}


/* COP, USD, MXN, etc */

.plan-price .price-currency {
    color: #7f8c90;
}


/* Responsive */

@media (max-width: 700px) {

    .currency-selector {
        padding: 17px;
    }

    .currency-selector-info strong {
        font-size: 13px;
    }

    .currency-selector-info small {
        font-size: 10px;
    }

    .currency-control select {
        width: 100%;
        height: 46px;
        font-size: 13px;
    }

    .currency-status {
        max-width: none;
        font-size: 9px;
    }
}


/* =========================================================
   PLANES V3.2 - FUENTE DE TASAS
   ========================================================= */

.currency-source {
    margin: -23px auto 25px;
    text-align: center;
    color: #59666a;
    font-size: 7.5px;
    letter-spacing: .15px;
}

.currency-source a {
    color: #69777b;
    text-decoration: none;
}

.currency-source a:hover {
    color: #91b878;
}


/* =========================================================
   PREGUNTAS FRECUENTES V1
   ========================================================= */

.faq-page {
    position: relative;
    min-height: 100vh;
    padding: 145px 0 95px;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 50% 5%,
            rgba(120, 175, 80, .055),
            transparent 32%
        );
}


/* CABECERA */

.faq-heading {
    max-width: 760px;
    margin: 0 auto 65px;
    text-align: center;
}

.faq-eyebrow {
    display: inline-block;
    margin-bottom: 14px;

    color: #83ad65;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
}

.faq-heading h1 {
    margin: 0;

    color: #dce3e5;
    font-size: clamp(42px, 5vw, 64px);
    font-weight: 850;
    line-height: 1.03;
    letter-spacing: -2.5px;
}

.faq-heading h1 span {
    color: #91c86a;
}

.faq-heading p {
    max-width: 590px;
    margin: 18px auto 0;

    color: #89969a;
    font-size: 15px;
    line-height: 1.7;
}


/* =========================================================
   ESTRUCTURA
   ========================================================= */

.faq-layout {
    display: grid;
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 55px;

    max-width: 1080px;
    margin: 0 auto;
}


/* =========================================================
   COLUMNA IZQUIERDA
   ========================================================= */

.faq-side {
    padding-top: 13px;
}

.faq-side > span {
    color: #789c5e;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 1.7px;
}

.faq-side h2 {
    margin: 10px 0 14px;

    color: #d5dddf;
    font-size: 28px;
    line-height: 1.15;
}

.faq-side > p {
    margin: 0;

    color: #7f8d91;
    font-size: 12.5px;
    line-height: 1.75;
}


/* AYUDA */

.faq-side-card {
    display: flex;
    align-items: center;
    gap: 14px;

    margin-top: 30px;
    padding: 17px;

    border: 1px solid rgba(255,255,255,.055);
    border-radius: 14px;

    background: rgba(255,255,255,.018);
}

.faq-side-icon {
    display: flex;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;

    border: 1px solid rgba(130,180,90,.15);
    border-radius: 10px;

    background: rgba(120,170,80,.04);

    color: #8ebc6c;
    font-size: 18px;
    font-weight: 800;
}

.faq-side-card > div:last-child {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.faq-side-card strong {
    color: #cbd3d5;
    font-size: 11px;
}

.faq-side-card small {
    color: #748185;
    font-size: 9px;
    line-height: 1.45;
}


/* =========================================================
   ACORDEONES
   ========================================================= */

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq-item {
    overflow: hidden;

    border: 1px solid rgba(255,255,255,.055);
    border-radius: 14px;

    background: rgba(255,255,255,.016);

    transition:
        border-color .25s ease,
        background .25s ease;
}

.faq-item:hover {
    border-color: rgba(130,180,90,.13);
}

.faq-item.active {
    border-color: rgba(130,180,90,.17);
    background: rgba(115,165,80,.025);
}


/* PREGUNTA */

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;

    width: 100%;
    padding: 19px 21px;

    border: 0;
    outline: none;

    background: transparent;

    color: #cbd3d5;

    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    text-align: left;

    cursor: pointer;
}

.faq-question strong {
    display: flex;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;

    border-radius: 8px;

    background: rgba(125,175,85,.045);

    color: #8ebc6c;
    font-size: 17px;
    font-weight: 400;
}


/* RESPUESTAS */

.faq-answer {
    display: grid;
    grid-template-rows: 0fr;

    transition: grid-template-rows .28s ease;
}

.faq-answer > p {
    overflow: hidden;

    margin: 0;
    padding: 0 21px;

    color: #829095;
    font-size: 12px;
    line-height: 1.75;

    transition: padding .28s ease;
}

.faq-item.active .faq-answer {
    grid-template-rows: 1fr;
}

.faq-item.active .faq-answer > p {
    padding: 0 21px 21px;
}


/* =========================================================
   CONTACTO
   ========================================================= */

.faq-contact {
    max-width: 760px;
    margin: 75px auto 0;
    padding: 38px 30px;

    border: 1px solid rgba(255,255,255,.055);
    border-radius: 20px;

    background:
        linear-gradient(
            135deg,
            rgba(105,155,70,.035),
            rgba(255,255,255,.012)
        );

    text-align: center;
}

.faq-contact > span {
    color: #789d5e;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 1.6px;
}

.faq-contact h2 {
    margin: 10px 0;

    color: #d8e0e2;
    font-size: 29px;
}

.faq-contact p {
    margin: 0 auto 22px;

    color: #7f8d91;
    font-size: 12px;
}

.faq-contact .btn {
    min-width: 215px;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 850px) {

    .faq-page {
        padding-top: 120px;
    }

    .faq-layout {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .faq-side {
        max-width: 620px;
    }
}


@media (max-width: 600px) {

    .faq-page {
        padding-top: 105px;
    }

    .faq-heading {
        margin-bottom: 45px;
    }

    .faq-heading h1 {
        letter-spacing: -1.5px;
    }

    .faq-question {
        padding: 17px;
        font-size: 12px;
    }

    .faq-item.active .faq-answer > p {
        padding: 0 17px 18px;
    }

    .faq-contact {
        padding: 30px 20px;
    }
}


/* =========================================================
   PREGUNTAS V1.1 - MEJOR LEGIBILIDAD
   ========================================================= */

/* Texto introductorio */
.faq-heading p {
    font-size: 16px;
}

/* Columna izquierda */
.faq-side > span {
    font-size: 10px;
}

.faq-side h2 {
    font-size: 30px;
}

.faq-side > p {
    font-size: 14px;
}

/* Tarjeta de ayuda */
.faq-side-card strong {
    font-size: 12px;
}

.faq-side-card small {
    font-size: 10px;
}

/* Preguntas */
.faq-question {
    font-size: 14px;
    line-height: 1.4;
}

/* Respuestas */
.faq-answer > p {
    font-size: 13.5px;
    line-height: 1.75;
}

/* Texto inferior */
.faq-contact > span {
    font-size: 10px;
}

.faq-contact h2 {
    font-size: 31px;
}

.faq-contact p {
    font-size: 13.5px;
}


/* Movil */
@media (max-width: 600px) {

    .faq-heading p {
        font-size: 14px;
    }

    .faq-side > p {
        font-size: 13px;
    }

    .faq-question {
        font-size: 13px;
    }

    .faq-answer > p {
        font-size: 12.5px;
    }
}


/* =========================================================
   PLANES V4 - SELECTOR DE CONEXIONES
   ========================================================= */

.plan-choice {
    cursor: pointer;
    position: relative;
    transition:
        border-color .2s ease,
        background .2s ease,
        transform .2s ease,
        box-shadow .2s ease;
}

.plan-choice:hover {
    transform: translateY(-2px);
    border-color: rgba(92, 190, 112, .42);
}

.plan-choice.selected {
    border-color: rgba(92, 190, 112, .72);
    background:
        linear-gradient(
            135deg,
            rgba(65, 145, 83, .15),
            rgba(65, 145, 83, .045)
        );
    box-shadow:
        inset 0 0 0 1px rgba(92, 190, 112, .08),
        0 8px 25px rgba(0, 0, 0, .14);
}

.plan-choice.selected::after {
    content: "✓";
    position: absolute;
    top: 8px;
    right: 9px;
    width: 19px;
    height: 19px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(82, 173, 101, .18);
    border: 1px solid rgba(92, 190, 112, .55);
    font-size: 11px;
    font-weight: 800;
}

.plan-choice:focus-visible {
    outline: 2px solid rgba(92, 190, 112, .7);
    outline-offset: 3px;
}


/* =========================================================
   FOOTER CVCPLAYER TV V1
   ========================================================= */

.site-footer {
    position: relative;
    margin-top: 0;
    padding: 70px 0 0;
    background:
        radial-gradient(
            circle at 15% 0%,
            rgba(65, 145, 83, .08),
            transparent 32%
        ),
        #090b0a;
    border-top: 1px solid rgba(255, 255, 255, .07);
}

.footer-main {
    display: grid;
    grid-template-columns:
        minmax(260px, 1.45fr)
        minmax(120px, .55fr)
        minmax(150px, .7fr)
        minmax(260px, 1.2fr);
    gap: 55px;
    padding-bottom: 55px;
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none;
}

.footer-logo-image {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid rgba(110, 190, 125, .24);
    background: #111512;
}

.footer-logo-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.footer-logo > span:last-child {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.footer-logo strong {
    font-size: 16px;
    letter-spacing: 1.1px;
}

.footer-logo small {
    margin-top: 5px;
    color: rgba(120, 195, 135, .85);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 3px;
}

.footer-brand > p {
    max-width: 340px;
    margin: 20px 0 22px;
    color: rgba(255, 255, 255, .55);
    font-size: 13px;
    line-height: 1.75;
}

.footer-devices {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.footer-devices span {
    padding: 6px 9px;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 7px;
    background: rgba(255, 255, 255, .025);
    color: rgba(255, 255, 255, .48);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .25px;
}

.footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
    padding-top: 8px;
}

.footer-column > strong {
    margin-bottom: 7px;
    color: rgba(117, 190, 132, .85);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.8px;
}

.footer-column a {
    color: rgba(255, 255, 255, .58);
    font-size: 12px;
    text-decoration: none;
    transition: color .2s ease;
}

.footer-column a:hover {
    color: #fff;
}

.footer-contact {
    padding: 23px;
    border: 1px solid rgba(255, 255, 255, .075);
    border-radius: 16px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, .035),
            rgba(255, 255, 255, .012)
        );
}

.footer-contact > span {
    color: rgba(115, 190, 130, .88);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.7px;
}

.footer-contact h3 {
    margin: 8px 0 8px;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
}

.footer-contact > p {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, .5);
    font-size: 11px;
    line-height: 1.65;
}

.footer-whatsapp {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 9px 13px;
    border: 1px solid rgba(91, 184, 109, .3);
    border-radius: 10px;
    background: rgba(66, 145, 82, .11);
    color: #fff;
    text-decoration: none;
    transition:
        transform .2s ease,
        background .2s ease,
        border-color .2s ease;
}

.footer-whatsapp:hover {
    transform: translateY(-2px);
    background: rgba(66, 145, 82, .17);
    border-color: rgba(91, 184, 109, .48);
}

.footer-wa-icon {
    width: 27px;
    height: 27px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    background: rgba(84, 177, 102, .18);
    color: rgba(130, 210, 145, .95);
    font-size: 12px;
    font-weight: 900;
}

.footer-whatsapp > span:nth-child(2) {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.footer-whatsapp small {
    color: rgba(255, 255, 255, .38);
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 1px;
}

.footer-whatsapp strong {
    margin-top: 2px;
    font-size: 12px;
}

.footer-whatsapp b {
    color: rgba(120, 200, 135, .8);
    font-size: 16px;
}

.footer-bottom {
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid rgba(255, 255, 255, .055);
}

.footer-bottom p,
.footer-bottom span {
    margin: 0;
    color: rgba(255, 255, 255, .3);
    font-size: 9px;
    letter-spacing: .2px;
}


/* TABLET */
@media (max-width: 950px) {

    .footer-main {
        grid-template-columns: 1.4fr .6fr .8fr;
    }

    .footer-contact {
        grid-column: 1 / -1;
    }
}


/* MOVIL */
@media (max-width: 650px) {

    .site-footer {
        padding-top: 50px;
    }

    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 38px 25px;
    }

    .footer-brand,
    .footer-contact {
        grid-column: 1 / -1;
    }

    .footer-brand > p {
        max-width: none;
    }

    .footer-bottom {
        padding-top: 20px;
        padding-bottom: 20px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 7px;
    }
}


/* =========================================================
   FOOTER V1.1 - MAYOR TAMANO + WHATSAPP
   ========================================================= */

.site-footer {
    padding-top: 85px;
}

.footer-main {
    grid-template-columns:
        minmax(300px, 1.5fr)
        minmax(145px, .6fr)
        minmax(185px, .75fr)
        minmax(310px, 1.25fr);
    gap: 65px;
    padding-bottom: 70px;
}

.footer-logo-image {
    width: 62px;
    height: 62px;
}

.footer-logo strong {
    font-size: 19px;
}

.footer-logo small {
    font-size: 10px;
}

.footer-brand > p {
    max-width: 390px;
    font-size: 15px;
    line-height: 1.75;
}

.footer-devices span {
    padding: 7px 11px;
    font-size: 10px;
}

.footer-column > strong {
    font-size: 10px;
}

.footer-column a {
    font-size: 14px;
}

.footer-contact {
    padding: 27px;
}

.footer-contact > span {
    font-size: 9px;
}

.footer-contact h3 {
    font-size: 22px;
}

.footer-contact > p {
    font-size: 13px;
}

.footer-whatsapp {
    min-height: 58px;
    padding: 10px 15px;
}

.footer-wa-icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    color: #74d98a;
}

.footer-wa-icon svg {
    width: 23px;
    height: 23px;
    display: block;
}

.footer-whatsapp small {
    font-size: 8px;
}

.footer-whatsapp strong {
    font-size: 14px;
}

.footer-bottom {
    min-height: 72px;
}

.footer-bottom p,
.footer-bottom span {
    font-size: 10px;
}


@media (max-width: 950px) {

    .footer-main {
        grid-template-columns: 1.3fr .6fr .8fr;
        gap: 45px;
    }

}


@media (max-width: 650px) {

    .site-footer {
        padding-top: 55px;
    }

    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 38px 25px;
    }

    .footer-logo-image {
        width: 56px;
        height: 56px;
    }

    .footer-brand > p {
        font-size: 14px;
    }

    .footer-column a {
        font-size: 13px;
    }
}


/* =========================================================
   FOOTER V1.2 - WHATSAPP ICONO MAS GRANDE
   ========================================================= */

.footer-wa-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
}

.footer-wa-icon svg {
    width: 30px;
    height: 30px;
}



/* =========================================================
   MENU MOVIL V1
   ========================================================= */

.mobile-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 12px;
    background: rgba(255,255,255,.045);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.mobile-menu-toggle span {
    display: block;
    width: 19px;
    height: 2px;
    border-radius: 10px;
    background: #fff;
    transition:
        transform .25s ease,
        opacity .2s ease;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}


/* TABLET + MOVIL */
@media (max-width: 1000px) {

    .nav {
        position: relative;
    }

    .mobile-menu-toggle {
        display: flex;
        order: 2;
        margin-left: auto;
    }

    .nav-button,
    .nav-cta {
        order: 3;
    }

    /*
       Sobrescribe el display:none del responsive
       antiguo solamente cuando abrimos el menu.
    */
    .menu {
        display: none;
        position: absolute;
        top: calc(100% + 15px);
        left: 0;
        right: 0;
        z-index: 100;

        padding: 10px;

        flex-direction: column;
        align-items: stretch;
        gap: 3px;

        border: 1px solid rgba(255,255,255,.09);
        border-radius: 16px;

        background: rgba(10,14,12,.97);

        box-shadow:
            0 24px 65px rgba(0,0,0,.45);

        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
    }

    .menu.mobile-open {
        display: flex;
    }

    .menu a {
        display: flex;
        align-items: center;

        min-height: 48px;
        padding: 0 16px;

        border-radius: 10px;

        color: rgba(255,255,255,.72);

        font-size: 13px;
        font-weight: 600;

        transition:
            color .2s ease,
            background .2s ease;
    }

    .menu a:hover {
        color: #fff;
        background: rgba(255,255,255,.045);
    }

    .menu a.active {
        color: #9aff3f;
        background: rgba(154,255,63,.065);
    }
}


/* TELEFONOS */
@media (max-width: 620px) {

    .nav {
        gap: 9px;
    }

    .mobile-menu-toggle {
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
        border-radius: 10px;
    }

    .nav-button,
    .nav-cta {
        padding: 10px 13px;
        font-size: 9px;
    }

    .menu {
        top: calc(100% + 12px);
    }
}


/* TELEFONOS PEQUENOS */
@media (max-width: 430px) {

    .brand-name {
        font-size: 14px;
    }

    .brand-logo {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }
}



/* =========================================================
   MENU MOVIL V1.1 - COMPACTO
   ========================================================= */

@media (max-width: 1000px) {

    .menu {
        padding: 8px;
        gap: 2px;
    }

    .menu a {
        min-height: 42px;
        padding: 0 14px;
        font-size: 12px;
    }

}

