* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

* {
    caret-color: transparent;
}

*:focus,
*:active {
    outline: none;
    box-shadow: none;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #f9fbfd;
    color: #0f1e3a;
    line-height: 1.7;
    font-weight: 400;
    overflow-x: hidden;
}

/* Scroll sutil e profissional */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 8px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
    background: #f1f5f9;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

header {
    background: #8aca21;
    padding: 5px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: background 0.3s ease;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


nav ul {
    display: flex;
    list-style: none;
    gap: 32px;
}

nav a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    transition: color 0.25s ease;
}

nav a:hover,
nav a.active {
    color: #28a745;
}

/* Hero refinado */

.hero {
    background-image: url("/assets/bannertv.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    min-height: 80vh;
    display: flex;
    align-items: center;
    color: #ffffff;
    padding: 140px 0 100px;
    position: relative;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 70%, rgba(40,167,69,0.06) 0%, transparent 70%);
    pointer-events: none;
}

.hero-content {
    max-width: 880px;
    text-align: center;
    margin: 0 auto;
}

.hero h1 {
    font-size: clamp(3rem, 8vw, 4.8rem);
    font-weight: 800;
    margin-bottom: 1.2rem;
    letter-spacing: -0.5px;
}

.hero h2 {
    font-size: clamp(1.5rem, 4vw, 2.2rem);
    font-weight: 500;
    opacity: 0.95;
    margin-bottom: 2.5rem;
}

.hero p {
    font-size: 1.2rem;
    max-width: 720px;
    margin: 0 auto 2.5rem;
    opacity: 0.9;
}

.features {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
}

.features span {
    background: rgba(255,255,255,0.12);
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 0.95rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.15);
}

.features span {
    display: inline-block;
    transition: transform 0.25s ease;
}

.features span:hover {
    transform: translateY(-3px);
}

.cta {
    background: #8aca21;
    color: white;
    padding: 16px 48px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 8px 32px rgba(40,167,69,0.3);
    transition: all 0.3s ease;
}

.cta:hover {
    background: #8aca21;
    transform: translateY(-3px);
    box-shadow: 0 16px 48px rgba(40,167,69,0.4);
}

/* Seções gerais */
.why-choose, .plans-tv, .more-than-tv {
    padding: 25px 0;
}

h2 {
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-align: center;
    padding: 25px 0 0 0;
}

.subtitle {
    color: #28a745;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 3rem;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

/* Cards e grids profissionais */
.cards, .app-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
    margin-top: 2rem;
}

.card, .app-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 32px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 31, 63, 0.06);
    transition: all 0.3s ease;
    border: 1px solid rgba(40,167,69,0.08);
}

.card:hover, .app-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 48px rgba(0, 31, 63, 0.12);
}

.card img {
    width: 72px;
    height: 72px;
    margin-bottom: 1.5rem;
}

/* CARROSSEL DE PACOTES DE TV - configuração exata que você pediu, com aparência profissional do index */
.plans-slider-wrapper {
    position: relative;
    overflow: hidden;
    margin: 20px auto;
    padding: 40px 0 60px;
    max-width: 100%;                    /* ocupa toda largura disponível */
}

.plans-slider {
    display: flex;
    gap: 30px;                          /* espaço entre cards */
    transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
    scroll-snap-type: x mandatory;      /* snap obrigatório no eixo X */
    -webkit-overflow-scrolling: touch;  /* scroll suave no iOS */
    padding: 0 15px 30px 15px;          /* padding inferior para botão não cortar */
    box-sizing: border-box;
}

/* Cada card ocupa ~1/3 da largura visível */
.plan-card {
    flex: 0 0 calc((100% - 60px) / 3);  /* 100% - 2 gaps de 30px = espaço para 3 cards */
    min-width: 280px;                   /* largura mínima para não ficar muito pequeno */
    max-width: 340px;                   /* limite superior para telas grandes */
    scroll-snap-align: start;
    box-sizing: border-box;
    background: #fff;
    padding: 50px 35px;
    border-radius: 25px;
    text-align: center;
    position: relative;
    box-shadow: 0 15px 50px rgba(0, 31, 63, 0.12);
    transition: all 0.4s ease;
    border: 2px solid transparent;
}

.plan-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgba(0, 31, 63, 0.25);
    border-color: #28a745;
}

.plan-card.popular {
    border: 3px solid #8aca21;
    background: linear-gradient(145deg, #fff 0%, #f8f9ff 100%);
}

/* Tag Mais Popular - corrigida para não sair do lugar */
.tag {
    position: absolute;
    top: -18px;                         /* mesma posição do index */
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #8aca21, #8aca21);
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 6px 20px rgba(40, 167, 69, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2;
    white-space: nowrap;
}

/* Velocidade grande como no index */
.speed {
    font-size: clamp(28px, 4vw, 36px);
    font-weight: 800;
    margin: 25px 0;
    color: #8aca21;
    text-shadow: 0 2px 8px rgba(40, 167, 69, 0.3);
}

.observacao {
    font-size: 12px;
    font-weight: 800;
    margin: 25px 0;
    color: #8aca21;
    text-shadow: 0 2px 8px rgba(40, 167, 69, 0.3);
}

.plan-card ul {
    list-style: none;
    text-align: left;
    margin: 40px 0;
    color: #001f3f;
    padding-left: 0;
}

.plan-card ul li {
    margin: 22px 0;
    font-size: 17px;
    padding-left: 45px;
    position: relative;
    line-height: 1.7;
}

.plan-card ul li::before {
    content: "✓";
    color: #8aca21;
    font-weight: bold;
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 2px;
}

/* Preço ajustado para não ficar gigante demais, mas mantendo o estilo do index */
.price {
    font-size: clamp(32px, 5vw, 42px);
    font-weight: 800;
    margin: 35px 0;
    color: #001f3f;
}

.price span {
    font-size: 0.5em;
    font-weight: 500;
    color: #666;
}

.btn {
    background: linear-gradient(135deg, #8aca21, #8aca21);
    color: #fff;
    padding: 18px 55px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    /* transition: all 0.3s ease; */
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn:hover {
    background: #8aca21;
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(40, 167, 69, 0.5);
}

/* Setas de navegação */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #8aca21;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}

.slider-arrow:hover {
    background: #8aca21;
    transform: translateY(-50%) scale(1.1);
}

.slider-arrow.prev {
    left: 0;
}

.slider-arrow.next {
    right: 0;
}

/* Oculta setas em mobile pequeno */
@media (max-width: 768px) {
    .slider-arrow {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
}

/* Ajuste para mobile - mostra 1 plano por vez */
@media (max-width: 480px) {
    .plan-card {
        flex: 0 0 90vw;
        min-width: 90vw;
    }
}

/* Footer corporativo */
footer {
    background: #001f3f;
    color: #d1e0ff;
    padding: 80px 0 40px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 60px;
}

.footer-links a,
.footer-contact a {
    color: #a3bffa;
    display: block;
    margin: 12px 0;
    font-size: 1rem;
}

.footer-links a:hover,
.footer-contact a:hover {
    color: #28a745;
}

.copyright {
    color: #8da9ff;
    font-size: 0.95rem;
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.08);
    text-align: center;
}

/* WhatsApp float refinado */
.whatsapp-float {
    position: fixed;
    bottom: 32px;
    right: 32px;
    width: 64px;
    height: 64px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
    z-index: 999;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 16px 48px rgba(0,0,0,0.25);
}

.whatsapp-float img {
    width: 40px;
    height: 40px;
}

/* Responsividade */
@media (max-width: 1100px) {
    .plan-card {
        flex: 0 0 calc((100% - 45px) / 2);
    }
}

@media (max-width: 768px) {
    header {
        padding: 12px 0;
    }

    .hero {
        padding: 120px 0 80px;
    }

    nav ul {
        gap: 20px;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #8aca21;
        padding: 20px;
        display: none;
    }

    nav ul.active {
        display: flex;
    }

    .plans-slider {
        gap: 20px;
    }

    .plan-card {
        flex: 0 0 85%;
    }

    .slider-arrow {
        width: 44px;
        height: 44px;
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .cta {
        padding: 14px 36px;
        font-size: 1rem;
    }

    h2 {
        font-size: 2rem;
    }
}

/* Vídeo banner e disclaimer */
.video-banner {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 31.25%;
    overflow: hidden;
    background: #000;
}

.video-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.disclaimer img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .video-banner {
        display: none;
    }
}

/* FOOTER */
footer {
    background: linear-gradient(180deg, #001f3f 0%, #000 100%);
    color: #fff;
    padding: 100px 0 40px;
    text-align: center;
    position: relative;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto 60px;
}

.footer-logo img {
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
}

.footer-logo p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 10px;
}

.footer-links h4,
.footer-contact h4,
.footer-logo h4 {
    margin-bottom: 25px;
    font-size: 20px;
    color: #8aca21;
    font-weight: 600;
}

.subtitle {
    color: #8aca21;
}

.footer-links ul {
    list-style: none;
}

.footer-links a,
.footer-contact a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    display: block;
    margin: 12px 0;
    transition: all 0.3s ease;
    font-size: 15px;
}

.footer-links a:hover,
.footer-contact a:hover {
    color: #28a745;
    transform: translateY(-8px);
}

.footer-contact p {
    margin: 12px 0;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 40px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

/* Ícone social (Instagram) */
.social img {
    width: 50px;
    height: 50px;
}

.social {
    display: flex;
    gap: 5px;
    justify-content: center;
}

/* Horários (já está no seu CSS, mas mantido para consistência) */
.horario {
    margin-bottom: 25px;
    font-size: 20px;
    color: #28a745;
    font-weight: 600;
}

/* Responsividade do footer (opcional, mas recomendado) */
@media (max-width: 768px) {
    footer {
        padding: 80px 0 30px;
    }

    .footer-content {
        gap: 40px;
        margin-bottom: 40px;
    }

    .footer-logo img {
        height: 50px;
    }
}

/* Banner video*/

.banner-filme {
    position: relative;
    width: 100%;
    height: 85vh;
    overflow: hidden;
}

.banner-filme video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-filme::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.frases-banner {
    position: absolute;
    z-index: 2;
    left: 80px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.1;
    max-width: 700px;
    text-transform: uppercase;
    text-shadow: 0 6px 20px rgba(0,0,0,.9);
}

.frases-banner span {
    position: absolute;
    opacity: 0;
    animation: frasesMubi 16s infinite;
}

/* delays mantidos */
.frases-banner span:nth-child(1) { animation-delay: 0s; }
.frases-banner span:nth-child(2) { animation-delay: 4s; }
.frases-banner span:nth-child(3) { animation-delay: 8s; }
.frases-banner span:nth-child(4) { animation-delay: 12s; }

/* animação corrigida */
@keyframes frasesMubi {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    8% {
        opacity: 1;
        transform: translateY(0);
    }

    22% {
        opacity: 1;
    }

    30% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 0;
    }
}

/* Chrome, Edge, Safari */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 0;
    height: 0;
}

/* Firefox */
html,
body {
    scrollbar-width: none;
}

/* Edge antigo */
html,
body {
    -ms-overflow-style: none;
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
}

/* MENU HAMBURGUER MOBILE */

/* RESET BÁSICO */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* DESKTOP */
.nav ul {
    display: flex;
    gap: 20px;
    list-style: none;
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
}


/* HAMBÚRGUER */
.menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background: #8aca21;
    margin: 5px 0;
}

.menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background: #28a745;
    /* cor verde */
    margin: 5px 0;
}

.menu-toggle {
    width: 30px;
    height: 24px;
    position: relative;
    cursor: pointer;
    border: none;
    background: none;
}

/* LISTRAS */
.menu-toggle span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    transition: all 0.3s ease;
}

/* POSIÇÕES */
.menu-toggle span:nth-child(1) {
    top: 0;
}

.menu-toggle span:nth-child(2) {
    top: 10px;
}

.menu-toggle span:nth-child(3) {
    top: 20px;
}

/* QUANDO ATIVO */
.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 10px;
}

/* MOBILE */

@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    .nav {
        position: absolute;
        top: 60px;
        right: 0;
        width: 100%;
        background: #fff;
        display: none;
    }

    .nav.active {
        display: block;
    }

    .nav ul {
        flex-direction: column;
        padding: 20px;
    }

    .nav li {
        margin-bottom: 15px;
    }
}

/* CONTATO */

.contato-dark {
    background: #ffffff;
    color: #ffffff;
    padding: 120px 0;
}

/* HEADER */
.contato-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 70px;
}

.contato-badge {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 50px;
    background: #8aca21;
    color: #fff;
    font-size: 14px;
    margin-bottom: 18px;
}

.contato-header h2 {
    font-size: clamp(2.5rem, 5vw, 3.4rem);
    font-weight: 800;
    color: #ffffff;
}

.contato-header h2 span {
    color: #8aca21;
}

.contato-header p {
    color: rgba(255,255,255,0.75);
    margin-top: 15px;
}

/* GRID */
.contato-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 50px;
}

/* INFO */
.contato-info {
    background: linear-gradient(180deg, #001f3f 0%, #110536 100%);
    border: 1px solid rgba(138,202,33,0.15);
    border-radius: 20px;
    padding: 40px;
}

.contato-info h3 {
    margin-bottom: 30px;
    font-size: 22px;
    color: #ffffff;
}


.contato-info h3 {
    text-align: center;
}

.contato-form h3 {
    text-align: center;
}

.contato-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.contato-item:last-child {
    border-bottom: none;
}

.contato-item .icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #8aca21;
    color: #001f3f;
    font-size: 18px;
    box-shadow: 0 6px 20px rgba(138,202,33,0.35);
}

.contato-item small {
    display: block;
    color: rgba(255,255,255,0.65);
    font-size: 13px;
}

.contato-item strong {
    font-size: 15px;
    color: #ffffff;
}

/* FORM */
.contato-form {
    background: linear-gradient(180deg, #001f3f 0%, #110536 100%);
    border: 1px solid rgba(138,202,33,0.15);
    border-radius: 20px;
    padding: 40px;
}

.contato-form h3 {
    margin-bottom: 25px;
    font-size: 22px;
    color: #ffffff;
}

.contato-form form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contato-form input,
.contato-form textarea {
    background: rgba(0,31,63,0.85);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 14px;
    padding: 16px 18px;
    color: #ffffff;
    font-size: 15px;
    transition: all 0.25s ease;
}

.contato-form textarea {
    min-height: 140px;
    resize: none;
}

.contato-form input::placeholder,
.contato-form textarea::placeholder {
    color: rgba(255,255,255,0.6);
}

.contato-form input:focus,
.contato-form textarea:focus {
    border-color: #8aca21;
}

.button-mensagem {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 50px;
    background: #001f3f;
    color: #fff;
    font-size: 14px;
    margin-bottom: 18px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.button-mensagem:hover {
    background: #8aca21;
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(40, 167, 69, 0.5);
}

/* CONTATO - MOBILE */

@media (max-width: 768px) {

  .contato-dark {
    padding: 50px 15px;
  }

  .contato-header {
    text-align: center;
    margin-bottom: 40px;
  }

  .contato-header h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  .contato-header p {
    font-size: 15px;
  }

  /* GRID vira coluna */
  .contato-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  /* INFO */
  .contato-info {
    padding: 25px 20px;
    border-radius: 16px;
  }

  .contato-info h3 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
  }

  .contato-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
  }

  .contato-item .icon {
    font-size: 22px;
    min-width: 30px;
  }

  .contato-item small {
    font-size: 13px;
  }

  .contato-item strong {
    font-size: 15px;
    line-height: 1.3;
  }

  /* FORM */
  .contato-form {
    padding: 25px 20px;
    border-radius: 16px;
  }

  .contato-form h3 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
  }

  .contato-form form {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  /* Inputs full width */
  .contato-form input,
  .contato-form textarea {
    width: 100%;
    padding: 14px 16px;
    font-size: 15px;
    border-radius: 10px;
  }

  /* Row vira coluna */
  .contato-form .row {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .contato-form textarea {
    min-height: 120px;
    resize: vertical;
  }

  /* Botão */
  .button-mensagem {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    border-radius: 12px;
    cursor: pointer;
  }
}

/* 
   EXTRA – TELAS MUITO PEQUENAS
 */
@media (max-width: 400px) {
  .contato-header h2 {
    font-size: 24px;
  }

  .contato-item strong {
    font-size: 14px;
  }
}

.contato-info a {
    text-decoration: none;
    color: inherit;
}

.contato-info a:hover {
    transform: translateX(8px);
}

.contato-info a:visited {
    color: inherit;
}


.contato-info a:hover {
    color: inherit;
}

.contato-info a:focus {
    outline: none;
    color: inherit;
}

.contato-info a p,
.contato-info a strong {
    color: inherit;
}

.contato-info a:hover,
.contato-info a:hover {
    color: #28a745;
}

.dev {
    font-size: 14px;
}

/* AGENTE JMS */

.popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 280px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 9999;
}

.popup.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.popup img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.popup-text {
    flex: 1;
    font-size: 14px;
}

.popup-text strong {
    display: block;
    color: #001f3f;
}

.popup button {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #999;
}

.fala-com-alguem {
    background: #8aca21;
    color: #fff;
    padding: 1px 10px;
    border-radius: 50px;
    font-size: 9px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.4);
}

.fala-com-alguem:hover {
    background: #218838;
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(40, 167, 69, 0.5);
}