:root {
    --modern-blue-950: #061a38;
    --modern-blue-900: #0a2854;
    --modern-blue-800: #103b78;
    --modern-blue-700: #1656a6;
    --modern-blue-100: #eaf2ff;
    --modern-gold: #f2c94c;
    --modern-gold-deep: #d9aa18;
    --modern-ink: #12213a;
    --modern-muted: #64748b;
    --modern-surface: #ffffff;
    --modern-line: rgba(16, 59, 120, 0.12);
    --modern-shadow: 0 24px 70px rgba(6, 26, 56, 0.12);
}

html {
    scroll-padding-top: 92px;
}

body {
    background:
        radial-gradient(circle at 8% 28%, rgba(22, 86, 166, 0.09), transparent 29rem),
        radial-gradient(circle at 92% 52%, rgba(242, 201, 76, 0.1), transparent 28rem),
        #f5f8fc;
    color: var(--modern-ink);
    font-family: "Manrope", sans-serif;
    overflow-x: hidden;
}

body::before {
    background-image:
        linear-gradient(rgba(16, 59, 120, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(16, 59, 120, 0.025) 1px, transparent 1px);
    background-size: 54px 54px;
    content: "";
    inset: 0;
    -webkit-mask-image: linear-gradient(to bottom, black, transparent 74%);
    mask-image: linear-gradient(to bottom, black, transparent 74%);
    pointer-events: none;
    position: fixed;
    z-index: -1;
}

h1,
h2,
h3,
h4,
.velocidade,
.valor {
    font-family: "Sora", sans-serif;
}

header {
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    background: linear-gradient(110deg, rgba(7, 31, 67, 0.97), rgba(16, 64, 128, 0.95));
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    box-shadow: 0 12px 38px rgba(5, 24, 53, 0.2);
    isolation: isolate;
    max-width: none;
    min-height: 80px;
    padding: 10px clamp(22px, 4vw, 64px) 10px max(32px, calc((100vw - 1240px) / 2 + 32px));
    transition:
        border-color 0.45s ease,
        box-shadow 0.45s ease,
        min-height 0.45s cubic-bezier(0.2, 0.8, 0.2, 1),
        padding 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
}

header::before {
    background: rgba(3, 18, 42, 0.78);
    content: "";
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    -webkit-transition: opacity 0.55s ease;
    transition: opacity 0.55s ease;
    z-index: 0;
}

header .logo,
header nav,
header .menu-toggle {
    z-index: 1;
}

header.scrolled {
    background: linear-gradient(110deg, rgba(7, 31, 67, 0.97), rgba(16, 64, 128, 0.95));
    border-bottom-color: rgba(255, 255, 255, 0.16);
    box-shadow: 0 16px 42px rgba(3, 18, 42, 0.32);
    min-height: 68px;
    padding: 7px clamp(22px, 4vw, 64px) 7px max(32px, calc((100vw - 1240px) / 2 + 32px));
}

header.scrolled::before {
    opacity: 1;
}

.logo img {
    height: 54px;
    transition: height 0.25s ease, transform 0.25s ease;
}

.logo a:hover img {
    transform: translateY(-1px);
}

header.scrolled .logo img {
    height: 48px;
}

nav {
    gap: clamp(20px, 2vw, 34px);
}

nav a {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.82rem;
    padding-block: 9px;
}

nav a::after {
    background: linear-gradient(90deg, var(--modern-gold), #fff1a5);
}

nav a:hover {
    color: #fff;
}

nav .header-whatsapp-cta {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 11px 18px;
}

nav .header-whatsapp-cta:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(69, 231, 119, 0.45);
}

.menu-toggle {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    height: 44px;
    justify-content: center;
    padding: 0;
    position: relative;
    width: 44px;
}

.menu-toggle span {
    background: #fff;
    border-radius: 10px;
    display: block;
    height: 2px;
    position: absolute;
    transition: opacity 0.25s ease, transform 0.25s ease;
    width: 21px;
}

.menu-toggle span:first-child {
    transform: translateY(-7px);
}

.menu-toggle span:last-child {
    transform: translateY(7px);
}

.menu-toggle.active span:first-child {
    transform: rotate(45deg);
}

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

.menu-toggle.active span:last-child {
    transform: rotate(-45deg);
}

.hero {
    background:
        radial-gradient(circle at 20% 30%, rgba(34, 105, 201, 0.35), transparent 32rem),
        linear-gradient(180deg, var(--modern-blue-950), #0b2f65);
    max-height: none;
    padding: clamp(18px, 2vw, 32px);
}

.hero .space {
    margin: 0 auto;
    max-width: 1500px;
}

.scroll-to-plans {
    align-items: center;
    color: rgba(255, 255, 255, 0.72);
    display: flex;
    flex-direction: column;
    font-size: 0.68rem;
    font-weight: 800;
    gap: 6px;
    letter-spacing: 0.1em;
    margin: 18px auto -10px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.2s ease;
    width: max-content;
}

.scroll-to-plans:hover {
    color: var(--modern-gold);
}

.scroll-to-plans i {
    -webkit-animation: plans-arrow-bounce 1.6s ease-in-out infinite;
    animation: plans-arrow-bounce 1.6s ease-in-out infinite;
    color: var(--modern-gold);
    font-size: 1rem;
    will-change: transform;
}

@-webkit-keyframes plans-arrow-bounce {
    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(7px);
        transform: translateY(7px);
    }
}

@keyframes plans-arrow-bounce {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(7px);
    }
}

.hero-carousel {
    background: var(--modern-blue-900);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    box-shadow: 0 30px 80px rgba(2, 14, 32, 0.42);
}

.hero-slides {
    aspect-ratio: 1900 / 449;
}

.hero-slides img {
    background: var(--modern-blue-900);
    object-fit: cover;
}

.nav {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: rgba(4, 22, 48, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 19px;
    height: 48px;
    width: 48px;
}

.nav:hover {
    background: var(--modern-gold);
    color: var(--modern-blue-950);
}

.hero-dots {
    bottom: 18px;
}

.dot {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 8px;
    width: 8px;
}

.dot.active {
    background: var(--modern-gold);
    width: 28px;
}

section:not(.hero) {
    max-width: 1240px;
}

.trust-strip {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--modern-line);
    border-radius: 24px;
    box-shadow: var(--modern-shadow);
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 28px !important;
    padding: 16px 18px;
}

.trust-strip article {
    align-items: center;
    border-right: 1px solid var(--modern-line);
    display: flex;
    gap: 13px;
    justify-content: center;
    min-height: 62px;
    padding: 8px 18px;
}

.trust-strip article:last-child {
    border-right: 0;
}

.trust-strip i {
    align-items: center;
    background: var(--modern-blue-100);
    border-radius: 14px;
    color: var(--modern-blue-700);
    display: flex;
    flex: 0 0 42px;
    height: 42px;
    justify-content: center;
}

.trust-strip span,
.trust-strip strong {
    display: block;
}

.trust-strip span {
    color: var(--modern-muted);
    font-size: 0.72rem;
    line-height: 1.45;
}

.trust-strip strong {
    color: var(--modern-ink);
    font-size: 0.88rem;
}

#planos,
.beneficios,
.faq {
    padding-block: clamp(76px, 9vw, 118px);
}

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

.section-kicker {
    color: var(--modern-blue-700);
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.section-heading h2,
section .section-heading h2 {
    color: var(--modern-ink);
    font-size: clamp(2rem, 4vw, 3.15rem);
    letter-spacing: -0.055em;
    line-height: 1.08;
    margin-bottom: 15px;
}

.section-heading p {
    color: var(--modern-muted);
    font-size: 1rem;
    line-height: 1.75;
}

.cards {
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
    background:
        linear-gradient(var(--modern-surface), var(--modern-surface)) padding-box,
        linear-gradient(145deg, rgba(16, 86, 166, 0.25), rgba(242, 201, 76, 0.2)) border-box;
    border: 1px solid transparent;
    border-radius: 28px;
    box-shadow: 0 20px 55px rgba(6, 26, 56, 0.09);
    padding: 34px 28px 30px;
    transition:
        filter 0.35s ease,
        opacity 0.35s ease,
        transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1),
        box-shadow 0.35s ease;
}

.card::before {
    background: radial-gradient(circle at 50% 0, rgba(22, 86, 166, 0.12), transparent 42%);
}

.card:hover,
.cards .card:hover {
    box-shadow: 0 30px 70px rgba(6, 26, 56, 0.16);
    filter: none;
    transform: translateY(-8px);
}

.cards:hover .card {
    filter: none;
    transform: none;
}

.card.destaque,
.cards:hover .card.destaque {
    background:
        linear-gradient(#0b2f64, #071d42) padding-box,
        linear-gradient(145deg, var(--modern-gold), #fff1a5, #2c74d7) border-box;
    border: 2px solid transparent;
    box-shadow: 0 30px 75px rgba(6, 35, 79, 0.28);
    color: #fff;
    transform: translateY(-10px);
}

.card.destaque:hover,
.cards .card.destaque:hover {
    transform: translateY(-16px);
}

@media (hover: hover) and (pointer: fine) {
    .cards:hover .card:not(:hover) {
        filter: blur(3px) saturate(58%) brightness(0.88);
        opacity: 0.68;
        transform: scale(0.965);
    }

    .cards .card:hover {
        filter: none;
        opacity: 1;
        position: relative;
        transform: translateY(-8px) scale(1.025);
        z-index: 7;
    }

    .cards .card.destaque:hover {
        transform: translateY(-16px) scale(1.025);
    }

    .card.destaque::after {
        background: linear-gradient(
            90deg,
            transparent 0%,
            rgba(255, 255, 255, 0.08) 24%,
            rgba(255, 241, 165, 0.78) 50%,
            rgba(255, 255, 255, 0.08) 76%,
            transparent 100%
        );
        content: "";
        height: 180%;
        left: -72%;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        top: -40%;
        -webkit-transform: rotate(18deg) translateX(-130%);
        transform: rotate(18deg) translateX(-130%);
        width: 34%;
        z-index: 4;
    }

    .card.destaque:hover::after {
        -webkit-animation: premium-card-flash 0.9s cubic-bezier(0.2, 0.65, 0.3, 1);
        animation: premium-card-flash 0.9s cubic-bezier(0.2, 0.65, 0.3, 1);
    }
}

@-webkit-keyframes premium-card-flash {
    0% {
        opacity: 0;
        -webkit-transform: rotate(18deg) translateX(-130%);
        transform: rotate(18deg) translateX(-130%);
    }

    18% {
        opacity: 1;
    }

    75% {
        opacity: 0.9;
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(18deg) translateX(720%);
        transform: rotate(18deg) translateX(720%);
    }
}

@keyframes premium-card-flash {
    0% {
        opacity: 0;
        transform: rotate(18deg) translateX(-130%);
    }

    18% {
        opacity: 1;
    }

    75% {
        opacity: 0.9;
    }

    100% {
        opacity: 0;
        transform: rotate(18deg) translateX(720%);
    }
}

.plan-tag {
    background: var(--modern-blue-100);
    border-radius: 999px;
    color: var(--modern-blue-700);
    display: inline-flex;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: 17px;
    padding: 7px 11px;
    position: relative;
    text-transform: uppercase;
    z-index: 3;
}

.card.destaque .plan-tag {
    background: rgba(242, 201, 76, 0.14);
    color: var(--modern-gold);
}

.plano-nome {
    color: var(--modern-ink);
    font-size: 1.05rem;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
    position: relative;
    z-index: 3;
}

.card.destaque .plano-nome,
.card.destaque h3 {
    color: #fff;
}

.plano-valor,
.plano-descricao,
.preco,
.preco-destaque,
.preco-normal,
.assinaturas,
.icons,
.btn-plano {
    position: relative;
    z-index: 3;
}

.plano-valor .velocidade {
    color: var(--modern-blue-700);
    font-size: clamp(4rem, 6vw, 5.6rem);
    letter-spacing: -0.08em;
}

.plano-valor .unidade {
    color: var(--modern-muted);
    font-size: 1rem;
}

.card.destaque .plano-valor .velocidade,
.card.destaque .preco-destaque {
    color: var(--modern-gold);
}

.card.destaque .plano-valor .unidade,
.card.destaque .plano-descricao,
.card.destaque .preco-normal {
    color: rgba(255, 255, 255, 0.66);
}

.plano-descricao {
    min-height: 68px;
}

.preco .valor,
.preco-destaque .valor {
    font-size: 3.7rem;
}

.preco-normal {
    margin-top: 10px;
}

.assinaturas {
    color: var(--modern-muted);
    font-size: 0.72rem;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.card.destaque .assinaturas,
.card.destaque .icon-item span {
    color: rgba(255, 255, 255, 0.66);
}

.icons {
    margin-block: 12px 4px;
}

.card .icon-item {
    isolation: isolate;
    min-width: 72px;
}

.card .icon-item::before {
    -webkit-animation: wifi6-halo 2.7s ease-out infinite;
    animation: wifi6-halo 2.7s ease-out infinite;
    background: radial-gradient(circle, rgba(22, 86, 166, 0.18), transparent 68%);
    border: 1px solid rgba(22, 86, 166, 0.32);
    border-radius: 50%;
    content: "";
    height: 58px;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: -8px;
    -webkit-transform: translateX(-50%) scale(0.72);
    transform: translateX(-50%) scale(0.72);
    width: 58px;
    z-index: 0;
}

.icon-item img {
    -webkit-animation: wifi6-float 2.7s ease-in-out infinite;
    animation: wifi6-float 2.7s ease-in-out infinite;
    filter: drop-shadow(0 7px 10px rgba(22, 86, 166, 0.25));
    height: 42px;
    object-fit: contain;
    position: relative;
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 42px;
    z-index: 1;
}

.card .icon-item span {
    position: relative;
    z-index: 1;
}

.card:hover .icon-item::before,
.card:hover .icon-item img {
    -webkit-animation-duration: 1.65s;
    animation-duration: 1.65s;
}

.card.destaque .icon-item::before {
    background: radial-gradient(circle, rgba(242, 201, 76, 0.28), transparent 68%);
    border-color: rgba(242, 201, 76, 0.5);
}

.card.destaque .icon-item img {
    filter: drop-shadow(0 7px 12px rgba(242, 201, 76, 0.42));
}

@-webkit-keyframes wifi6-float {
    0%,
    100% {
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }

    50% {
        -webkit-transform: translateY(-5px) scale(1.08);
        transform: translateY(-5px) scale(1.08);
    }
}

@keyframes wifi6-float {
    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-5px) scale(1.08);
    }
}

@-webkit-keyframes wifi6-halo {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50%) scale(0.72);
        transform: translateX(-50%) scale(0.72);
    }

    32% {
        opacity: 0.78;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-50%) scale(1.38);
        transform: translateX(-50%) scale(1.38);
    }
}

@keyframes wifi6-halo {
    0% {
        opacity: 0;
        transform: translateX(-50%) scale(0.72);
    }

    32% {
        opacity: 0.78;
    }

    100% {
        opacity: 0;
        transform: translateX(-50%) scale(1.38);
    }
}

.btn-plano {
    background: linear-gradient(135deg, var(--modern-gold), var(--modern-gold-deep));
    box-shadow: 0 12px 28px rgba(217, 170, 24, 0.25);
    color: var(--modern-blue-950);
    font-size: 0.82rem;
    font-weight: 800;
    margin-top: 20px;
    padding: 13px 22px;
    width: 100%;
}

.btn-plano:hover {
    background: linear-gradient(135deg, #ffdd65, var(--modern-gold));
    box-shadow: 0 16px 35px rgba(217, 170, 24, 0.36);
    color: var(--modern-blue-950);
}

.badge-promo {
    background: var(--modern-gold);
    border-radius: 0 0 0 16px;
    color: var(--modern-blue-950);
    font-size: 0.58rem;
    padding: 9px 13px;
    right: 0;
    top: 0;
    transform: none;
    z-index: 5;
}

.tv-showcase {
    margin-block: 12px 85px !important;
    max-width: 1320px !important;
    padding-inline: 28px;
}

.tv-showcase-link {
    background:
        radial-gradient(circle at 78% 42%, rgba(44, 116, 215, 0.34), transparent 27rem),
        radial-gradient(circle at 18% 100%, rgba(242, 201, 76, 0.14), transparent 22rem),
        linear-gradient(135deg, #06162f, #0a2d5d 58%, #071c3c);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 34px;
    box-shadow: 0 34px 90px rgba(6, 26, 56, 0.3);
    color: #fff;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
    min-height: 500px;
    overflow: hidden;
    padding: 58px 58px 44px;
    position: relative;
    text-decoration: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.tv-showcase-link::before {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 42px 42px;
    content: "";
    inset: 0;
    -webkit-mask-image: radial-gradient(circle at 70% 50%, black, transparent 70%);
    mask-image: radial-gradient(circle at 70% 50%, black, transparent 70%);
    pointer-events: none;
    position: absolute;
}

.tv-showcase-link:hover {
    border-color: rgba(242, 201, 76, 0.34);
    box-shadow: 0 40px 105px rgba(6, 26, 56, 0.38);
    transform: translateY(-6px);
}

.tv-showcase-copy {
    align-self: center;
    position: relative;
    z-index: 4;
}

.tv-showcase-kicker {
    align-items: center;
    color: var(--modern-gold);
    display: inline-flex;
    font-size: 0.68rem;
    font-weight: 800;
    gap: 9px;
    letter-spacing: 0.12em;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.tv-showcase-kicker img {
    height: 27px;
    object-fit: contain;
    width: 27px;
}

.tv-showcase h2 {
    color: #fff;
    font-size: clamp(2.2rem, 4.3vw, 4rem);
    letter-spacing: -0.065em;
    line-height: 1.02;
    margin: 0 0 20px;
    text-align: left;
}

.tv-showcase h2 span {
    background: linear-gradient(105deg, var(--modern-gold), #fff2ad 55%, #71b3ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.tv-showcase-copy > p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.93rem;
    line-height: 1.75;
    max-width: 510px;
}

.tv-showcase-features {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 25px;
}

.tv-showcase-features span {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.65rem;
    font-weight: 700;
    padding: 8px 11px;
}

.tv-showcase-features i {
    color: var(--modern-gold);
    margin-right: 5px;
}

.tv-showcase-cta {
    align-items: center;
    background: var(--modern-gold);
    border-radius: 999px;
    color: var(--modern-blue-950);
    display: inline-flex;
    font-size: 0.77rem;
    font-weight: 800;
    gap: 10px;
    margin-top: 28px;
    padding: 13px 18px;
    transition: gap 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.tv-showcase-link:hover .tv-showcase-cta {
    box-shadow: 0 14px 30px rgba(242, 201, 76, 0.2);
    gap: 15px;
    transform: translateY(-2px);
}

.tv-showcase-art {
    align-self: stretch;
    min-height: 380px;
    perspective: 1100px;
    position: relative;
    z-index: 2;
}

.tv-showcase-glow {
    background: radial-gradient(circle, rgba(36, 112, 218, 0.52), transparent 66%);
    filter: blur(8px);
    inset: 6% -8% -8% 2%;
    position: absolute;
}

.tv-poster {
    border: 1px solid rgba(255, 255, 255, 0.19);
    border-radius: 20px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.42);
    margin: 0;
    overflow: hidden;
    position: absolute;
    transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.tv-poster img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.tv-poster-left {
    height: 310px;
    left: 2%;
    top: 55px;
    transform: rotateY(16deg) rotateZ(-8deg);
    width: 205px;
    z-index: 1;
}

.tv-poster-main {
    height: 385px;
    left: 31%;
    top: 3px;
    transform: translateZ(45px);
    width: 255px;
    z-index: 3;
}

.tv-poster-main span {
    align-items: center;
    background: var(--modern-gold);
    border-radius: 50%;
    bottom: 18px;
    color: var(--modern-blue-950);
    display: flex;
    height: 46px;
    justify-content: center;
    position: absolute;
    right: 18px;
    width: 46px;
}

.tv-poster-right {
    height: 315px;
    right: -3%;
    top: 49px;
    transform: rotateY(-16deg) rotateZ(8deg);
    width: 210px;
    z-index: 2;
}

.tv-showcase-link:hover .tv-poster-left {
    transform: translateX(-10px) rotateY(13deg) rotateZ(-10deg);
}

.tv-showcase-link:hover .tv-poster-main {
    transform: translateY(-9px) translateZ(55px) scale(1.025);
}

.tv-showcase-link:hover .tv-poster-right {
    transform: translateX(10px) rotateY(-13deg) rotateZ(10deg);
}

.tv-showcase-live {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    align-items: center;
    background: rgba(4, 20, 46, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 999px;
    bottom: 5px;
    color: rgba(255, 255, 255, 0.82);
    display: flex;
    font-size: 0.64rem;
    font-weight: 800;
    gap: 8px;
    left: 50%;
    padding: 9px 13px;
    position: absolute;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 5;
}

.tv-showcase-live i {
    background: #45e777;
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(69, 231, 119, 0.8);
    height: 7px;
    width: 7px;
}

.roteador-container {
    margin: 30px auto;
    max-width: 1320px;
    padding-inline: 28px;
}

.roteador-container img {
    border: 1px solid rgba(16, 59, 120, 0.12);
    border-radius: 28px;
    box-shadow: 0 28px 70px rgba(6, 26, 56, 0.13);
    margin: 0;
    overflow: hidden;
}

.beneficios ul {
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
}

.beneficios li {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid var(--modern-line);
    border-left: 1px solid var(--modern-line);
    border-radius: 22px;
    box-shadow: 0 17px 45px rgba(6, 26, 56, 0.07);
    min-height: 160px;
    padding: 28px;
}

.beneficios li:hover {
    border-color: rgba(242, 201, 76, 0.55);
    transform: translateY(-5px);
}

.beneficios .icon {
    background: var(--modern-blue-100);
    box-shadow: none;
    color: var(--modern-blue-700);
}

.beneficios strong {
    color: var(--modern-ink);
    font-family: "Sora", sans-serif;
    font-size: 1rem;
}

.beneficios p {
    color: var(--modern-muted);
    line-height: 1.65;
}

.cidades {
    background:
        radial-gradient(circle at 15% 20%, rgba(55, 134, 238, 0.4), transparent 23rem),
        radial-gradient(circle at 90% 100%, rgba(242, 201, 76, 0.2), transparent 25rem),
        linear-gradient(145deg, #071d42, #0e4388);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 34px;
    box-shadow: 0 30px 80px rgba(6, 26, 56, 0.25);
    margin-block: 75px !important;
    overflow: hidden;
    padding: 72px 48px;
    position: relative;
}

.section-heading-light h2,
.cidades .section-heading h2 {
    color: #fff;
}

.section-heading-light .section-kicker {
    color: var(--modern-gold);
}

.section-heading-light p {
    color: rgba(255, 255, 255, 0.68);
}

.cidade-item {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.16);
    font-size: 0.8rem;
    padding: 12px 20px;
}

.cidade-item:hover {
    background: var(--modern-gold);
    color: var(--modern-blue-950);
    transform: translateY(-3px);
}

.faq {
    max-width: 980px !important;
}

.faq details {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid var(--modern-line);
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(6, 26, 56, 0.06);
    margin-bottom: 12px;
    padding: 21px 24px;
}

.faq details[open] {
    border-color: rgba(22, 86, 166, 0.27);
    box-shadow: 0 18px 45px rgba(6, 26, 56, 0.09);
}

.faq summary {
    color: var(--modern-ink);
    font-size: 0.95rem;
}

.faq summary::after {
    align-items: center;
    background: var(--modern-blue-100);
    border-radius: 50%;
    color: var(--modern-blue-700);
    display: flex;
    flex: 0 0 32px;
    height: 32px;
    justify-content: center;
    margin-left: 18px;
}

.faq details p {
    color: var(--modern-muted);
    line-height: 1.75;
    padding-right: 40px;
}

.final-conversion {
    align-items: center;
    background:
        radial-gradient(circle at 85% 0, rgba(242, 201, 76, 0.22), transparent 20rem),
        linear-gradient(140deg, #071d42, #0d3d7a);
    border-radius: 30px;
    box-shadow: 0 28px 75px rgba(6, 26, 56, 0.25);
    color: #fff;
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px !important;
    margin-top: 35px !important;
    overflow: hidden;
    padding: 52px 56px;
}

.final-conversion .section-kicker {
    color: var(--modern-gold);
}

.final-conversion h2 {
    color: #fff;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    margin: 0 0 10px;
    text-align: left;
}

.final-conversion p {
    color: rgba(255, 255, 255, 0.68);
}

.final-conversion a {
    align-items: center;
    background: var(--modern-gold);
    border-radius: 999px;
    color: var(--modern-blue-950);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 0.82rem;
    font-weight: 800;
    gap: 9px;
    margin-left: 34px;
    padding: 15px 22px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.final-conversion a:hover {
    box-shadow: 0 14px 30px rgba(242, 201, 76, 0.24);
    transform: translateY(-3px);
}

.final-conversion a i {
    font-size: 1.1rem;
}

.footer {
    background:
        radial-gradient(circle at 10% 0, rgba(31, 103, 199, 0.28), transparent 25rem),
        #06162f;
    margin-top: 0;
    padding: 70px 48px 26px;
}

.footer-content {
    gap: 56px;
    grid-template-columns: 1.35fr repeat(3, 0.8fr);
    max-width: 1240px;
}

.footer-logo {
    height: 48px;
    margin-bottom: 18px;
    object-fit: contain;
    width: auto;
}

.footer-col h3 {
    color: var(--modern-gold);
    font-family: "Sora", sans-serif;
    font-size: 0.9rem;
}

.footer-col p,
.footer-col a {
    color: rgba(255, 255, 255, 0.67);
    font-size: 0.82rem;
}

.footer-col a:hover {
    color: var(--modern-gold);
}

.footer-bottom {
    border-color: rgba(255, 255, 255, 0.1);
    margin: 0 auto;
    max-width: 1240px;
    padding-top: 22px;
}

.whatsapp-float {
    -webkit-animation: none;
    animation: none;
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    background:
        linear-gradient(145deg, rgba(10, 45, 93, 0.97), rgba(5, 28, 64, 0.98)) padding-box,
        linear-gradient(135deg, rgba(69, 231, 119, 0.72), rgba(255, 255, 255, 0.18)) border-box;
    border: 1px solid transparent;
    border-radius: 999px;
    bottom: 22px;
    box-shadow:
        0 18px 48px rgba(4, 20, 48, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
    gap: 11px;
    height: 66px;
    isolation: isolate;
    justify-content: flex-start;
    min-width: 66px;
    padding: 7px 18px 7px 8px;
    right: 22px;
    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
    width: auto;
}

.whatsapp-float::before {
    -webkit-animation: whatsapp-float-aura 2.8s ease-out infinite;
    animation: whatsapp-float-aura 2.8s ease-out infinite;
    border: 1px solid rgba(69, 231, 119, 0.46);
    border-radius: inherit;
    content: "";
    inset: -1px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    z-index: -1;
}

.whatsapp-float-icon {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    flex: 0 0 50px;
    height: 50px;
    justify-content: center;
    position: relative;
}

.whatsapp-float .whatsapp-float-icon img {
    filter: drop-shadow(0 5px 9px rgba(0, 0, 0, 0.2));
    height: 27px;
    object-fit: contain;
    transition: transform 0.25s ease;
    width: 27px;
}

.whatsapp-float-copy {
    color: #fff;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    padding-right: 2px;
    white-space: nowrap;
}

.whatsapp-float-copy small {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.whatsapp-float-copy strong {
    font-family: "Sora", sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    margin-top: 3px;
}

.whatsapp-float-status {
    background: #45e777;
    border: 3px solid #0a2d5d;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(69, 231, 119, 0.12), 0 0 12px rgba(69, 231, 119, 0.8);
    height: 12px;
    left: 47px;
    position: absolute;
    top: 7px;
    width: 12px;
}

.whatsapp-float:hover {
    background:
        linear-gradient(145deg, rgba(12, 58, 116, 0.99), rgba(6, 35, 78, 0.99)) padding-box,
        linear-gradient(135deg, #45e777, var(--modern-gold)) border-box;
    box-shadow:
        0 23px 55px rgba(4, 20, 48, 0.4),
        0 0 28px rgba(69, 231, 119, 0.12);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.whatsapp-float:hover .whatsapp-float-icon img {
    -webkit-transform: rotate(-8deg) scale(1.12);
    transform: rotate(-8deg) scale(1.12);
}

@-webkit-keyframes whatsapp-float-aura {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
    }

    28% {
        opacity: 0.65;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.13);
        transform: scale(1.13);
    }
}

@keyframes whatsapp-float-aura {
    0% {
        opacity: 0;
        transform: scale(0.98);
    }

    28% {
        opacity: 0.65;
    }

    100% {
        opacity: 0;
        transform: scale(1.13);
    }
}

@media (max-width: 980px) {
    .trust-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .trust-strip article:nth-child(2) {
        border-right: 0;
    }

    .trust-strip article:nth-child(-n + 2) {
        border-bottom: 1px solid var(--modern-line);
    }

    .cards {
        grid-template-columns: 1fr;
        margin-inline: auto;
        max-width: 560px;
    }

    .card.destaque,
    .cards:hover .card.destaque {
        transform: none;
    }

    .tv-showcase {
        padding-inline: 28px;
    }

    .tv-showcase-link {
        grid-template-columns: 1fr;
        padding: 50px 42px 30px;
    }

    .tv-showcase-copy {
        max-width: 680px;
    }

    .tv-showcase-art {
        margin: 10px auto 0;
        max-width: 660px;
        min-height: 410px;
        width: 100%;
    }

    .beneficios ul {
        grid-template-columns: 1fr;
    }

    .footer-content {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    header,
    header.scrolled {
        min-height: 68px;
        padding: 8px 18px;
    }

    .logo img,
    header.scrolled .logo img {
        height: 44px;
    }

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

    nav,
    nav.active {
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        align-items: stretch;
        background: rgba(7, 27, 59, 0.98);
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        gap: 0;
        padding: 12px 18px 20px;
    }

    nav a {
        padding: 13px 12px;
        text-align: left;
        width: 100%;
    }

    nav .header-whatsapp-cta {
        justify-content: center;
        margin-top: 8px;
        width: 100%;
    }

    .hero {
        padding: 14px;
    }

    .scroll-to-plans {
        margin-bottom: -3px;
        margin-top: 15px;
    }

    .hero-carousel {
        border-radius: 18px;
    }

    .hero-slides {
        aspect-ratio: auto;
        height: 230px;
    }

    .hero-slides img {
        object-fit: contain;
        object-position: center;
    }

    .trust-strip {
        margin-inline: 16px !important;
        padding: 10px;
        width: auto;
    }

    .trust-strip article {
        justify-content: flex-start;
        padding: 11px;
    }

    #planos,
    .beneficios,
    .faq {
        padding-block: 72px;
    }

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

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

    .card {
        padding: 28px 22px;
    }

    .tv-showcase {
        margin-bottom: 62px !important;
        padding-inline: 16px;
    }

    .tv-showcase-link {
        border-radius: 24px;
        gap: 22px;
        padding: 38px 24px 24px;
    }

    .tv-showcase h2 {
        font-size: 2.35rem;
    }

    .tv-showcase-art {
        min-height: 335px;
    }

    .tv-poster img {
        background: #050f22;
        object-fit: contain;
        object-position: center;
    }

    .tv-poster-left {
        height: 245px;
        left: 0;
        top: 50px;
        width: 162px;
    }

    .tv-poster-main {
        height: 315px;
        left: 50%;
        top: 0;
        transform: translateX(-50%) translateZ(45px);
        width: 208px;
    }

    .tv-poster-right {
        height: 245px;
        right: 0;
        top: 50px;
        width: 162px;
    }

    .tv-showcase-link:hover .tv-poster-main {
        transform: translateX(-50%) translateY(-6px) translateZ(55px) scale(1.015);
    }

    .plano-descricao {
        min-height: 0;
    }

    .roteador-container {
        margin-block: 22px;
        padding-inline: 16px;
    }

    .roteador-container img {
        border-radius: 18px;
        height: auto;
        min-height: 0;
        object-fit: contain;
        object-position: center;
    }

    .beneficios {
        padding-inline: 20px;
    }

    .beneficios li {
        min-height: 0;
        padding: 22px;
    }

    .cidades {
        border-radius: 24px;
        margin-inline: 16px !important;
        padding: 55px 22px;
        width: auto;
    }

    .cidade-item {
        padding: 11px 16px;
    }

    .faq details {
        padding: 18px;
    }

    .faq details p {
        padding-right: 0;
    }

    .final-conversion {
        align-items: flex-start;
        border-radius: 24px;
        flex-direction: column;
        margin: 24px 16px 70px !important;
        padding: 38px 26px;
        width: auto;
    }

    .final-conversion a {
        margin: 25px 0 0;
        justify-content: center;
        width: 100%;
    }

    .footer {
        padding: 58px 22px 24px;
    }

    .footer-content {
        gap: 34px;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .trust-strip {
        grid-template-columns: 1fr;
    }

    .trust-strip article,
    .trust-strip article:nth-child(2) {
        border-bottom: 1px solid var(--modern-line);
        border-right: 0;
    }

    .trust-strip article:last-child {
        border-bottom: 0;
    }

    .hero-slides {
        height: 205px;
    }

    .nav {
        display: flex;
        opacity: 1;
        pointer-events: auto;
    }

    .hero-dots {
        bottom: 12px;
    }

    .tv-showcase-features span {
        font-size: 0.6rem;
    }

    .tv-showcase-art {
        min-height: 290px;
    }

    .tv-poster-left,
    .tv-poster-right {
        height: 205px;
        top: 48px;
        width: 136px;
    }

    .tv-poster-main {
        height: 270px;
        width: 178px;
    }

    .tv-showcase-live {
        bottom: -2px;
    }
}

@media (max-width: 620px) {
    .whatsapp-float {
        border-radius: 50%;
        bottom: 16px;
        height: 58px;
        min-width: 58px;
        padding: 5px;
        right: 16px;
        width: 58px;
    }

    .whatsapp-float-icon {
        flex-basis: 46px;
        height: 46px;
        width: 46px;
    }

    .whatsapp-float-copy {
        display: none;
    }

    .whatsapp-float-status {
        left: 40px;
        top: 4px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
    }

    .scroll-to-plans i {
        -webkit-animation: none;
        animation: none;
    }

    .card.destaque:hover::after {
        -webkit-animation: none;
        animation: none;
    }

    .card .icon-item::before,
    .card .icon-item img {
        -webkit-animation: none;
        animation: none;
    }

    .whatsapp-float::before {
        -webkit-animation: none;
        animation: none;
    }
}
