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

body {
     font-family: Arial, sans-serif;
}

.aviso-precos {
     background: #1a1a1a;
     color: #888;
     font-size: 15px;
     padding: 8px 20px;
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 12px;
     text-align: center;
     border-bottom: 1px solid #333;
}

.aviso-precos button {
     background: none;
     border: none;
     color: #888;
     cursor: pointer;
     font-size: 14px;
     flex-shrink: 0;
}

.aviso-precos button:hover {
     color: white;
}

.section {
     padding: 40px 0;
     min-height: 40vh;
}

#suporte {
     scroll-margin-top: 125px;
}

#inicio {
     scroll-margin-top: 600px;
}

.container {
     max-width: 1100px;
     /* mude conforme o projeto */
     margin: 0 auto;
     /* centraliza */
     padding: 0 20px;
     /* espaco nas laterais no mobile */
}

/* MOBILE */
@media (max-width: 768px) {
     .brand {
          display: none;
          /* esconde no mobile */
     }

     .inicio {
          font-size: 20px;
          /* título menor */
     }
}

/* TABLET */
@media (min-width: 768px) {
     .cabecalho {
          padding: 24px 40px;
     }

     .titulo {
          font-size: 40px;
     }

     .tabelas-planos {
          flex-direction: row;
     }

}

/* DESKTOP */
@media (min-width: 1024px) {
     .secao {
          padding: 60px 0;
     }

     .titulo {
          font-size: 60px;
     }
}

.cabecalho {
     display: flex;
     align-items: center;
     justify-content: space-between;
     background: #111;
     padding: 16px 12px;
     width: 100%;
     opacity: 0.8;
}

.title h1 {
     color: white;
     font-size: 18px;
}

.menu ul {
     list-style: none;
     display: flex;
     gap: 32px;
}

.menu a {
     color: white;
     text-decoration: none;
     font-size: 15px;
}

.menu a:hover {
     opacity: 0.7;
}


.icones {
     display: flex;
     gap: 16px;
     align-items: center;
}

.icones button {
     background: none;
     border: none;
     cursor: pointer;
     color: white;
     display: flex;
     align-items: center;
}

.icones button:hover {
     opacity: 0.7;
}

/* HAMBURGUER escondido no desktop */
.btn-hamburguer {
     display: none !important;
     background: none;
     border: none;
     color: white;
     cursor: pointer;
}

/* aparece só no mobile */
@media (max-width: 768px) {
     .btn-hamburguer {
          display: flex !important;
     }

     .menu {
          display: none;
     }
}

/* DRAWER */
.modal {
     display: none;
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.4);
     z-index: 999;
}

.modal.ativo {
     display: block;
}

/* BUSCA DOS PRODUTOS */
#modal-busca.ativo {
     display: flex;
     justify-content: center;
     align-items: flex-start;
     padding-top: 80px;
}

.busca-box .fechar {
     color: white;
}

.drawer {
     background: white;
     width: 80%;
     max-width: 340px;
     height: 100%;
     padding: 40px 32px;
     position: relative;
}

.fechar {
     position: absolute;
     top: 20px;
     right: 20px;
     background: none;
     border: none;
     cursor: pointer;
     font-size: 20px;
}

.drawer-links {
     list-style: none;
     margin-top: 48px;
     display: flex;
     flex-direction: column;
     gap: 24px;
}

.drawer-links a {
     font-size: 22px;
     color: #333;
     text-decoration: none;
}

.drawer-links a:hover {
     opacity: 0.6;
}

/* INICIO PAG */

.inicio {
     background: #ff0000c0;
     padding: 40px 20px;
     text-align: center;
     /* centraliza no mobile */
     font-size: 30px;
     position: relative;
}

@media (min-width: 768px) {
     .inicio {
          padding: 120px;
          text-align: left;
          /* volta pra esquerda no desktop */
     }
}

.inicio-title {
     padding-left: 5px;
     opacity: 0;
     transform: translateX(-40px);
     animation: entrar 0.9s ease forwards;
}

@keyframes entrar {
     to {
          opacity: 1;
          transform: translateX(0);
     }
}

/* logo mercado livre */

.brand {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     right: 60px;
     /* borda direita */
     display: flex;
     /* faltava esse! */
     flex-direction: column;
     align-items: center;
     gap: 12px;
}

.lojas-afiliadas {
     font-size: 25px;
     color: #000000;
     opacity: 0.6;
}

.lojas-afiliadas:hover {
     color: #a1b61d;
}

.Mercado-Livre {
     align-items: center;
     justify-content: center;
     position: relative;
}

.brand img {
     height: 40px;
     transition: 0.3s;
     margin: 10px;
}

.brand img:hover {
     opacity: 1;
}

@media (max-width: 768px) {
     .brand {
          display: none;
     }
}

/* SECAO OFERTA / MAIS VENDIDOS */
/* SECAO MAIS VENDIDOS */
.secao-mais-vendidos {
     background:
          radial-gradient(ellipse at 15% 60%, #3d2200 0%, transparent 50%),
          radial-gradient(ellipse at 85% 40%, #2a1800 0%, transparent 50%),
          #0a0a0a;
     padding: 40px;
}

/* BANNER OFERTA */
.banner-oferta {
     background: #1a1a1a;
     border: 1px solid #2a2a2a;
     border-radius: 8px;
     padding: 12px 20px;
     display: flex;
     justify-content: space-between;
     align-items: center;
     max-width: 1000px;
     margin: 0 auto 24px;
}

.banner-oferta p {
     color: #ccc;
     font-size: 13px;
}

.destaque-oferta {
     color: #CBFF47;
     font-weight: 500;
}

.btn-ver-oferta {
     background: transparent;
     border: 1px solid #444;
     color: white;
     padding: 6px 16px;
     border-radius: 6px;
     font-size: 12px;
     cursor: pointer;
     text-decoration: none;
}

.btn-ver-oferta:hover {
     border-color: #CBFF47;
     color: #CBFF47;
}

/* TÍTULO */
.topo-mais-vendido {
     display: flex;
     justify-content: space-between;
     align-items: flex-end;
     max-width: 1000px;
     margin: 0 auto 20px;
}

.title-mais-vendido {
     font-size: 20px;
     color: white;
     font-weight: 500;
     margin-bottom: 4px;
}

.sub-mais-vendido {
     font-size: 12px;
     color: #666;
}

.btn-ver-todos {
     background: transparent;
     border: none;
     color: #CBFF47;
     font-size: 13px;
     cursor: pointer;
}

/* GRID */
.produtos-mais-vendidos {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 14px;
     max-width: 1000px;
     margin: 0 auto;
}

/* CARDS */
.cards-do-mais-vendidos {
     background: #1a1a1a;
     border-radius: 12px;
     overflow: hidden;
     display: flex;
     flex-direction: column;
     position: relative;
}

.img-mais-vendido {
     width: 100%;
     height: 360px;
     object-fit: cover;
     display: block;
     background: #2a2a2a;
     transition: transform 0.3s ease;
}

.img-mais-vendido:hover {
     transform: scale(1.08);
}

.title-topico {
     background: #CBFF47;
     color: #111;
     font-size: 12px;
     font-weight: 700;
     padding: 3px 10px;
     width: fit-content;
     border-radius: 0 0 8px 0;
     margin-bottom: 8px;
}

.card-info-mv {
     padding: 4px 12px 8px;
     flex: 1;
}

.card-info-mv .marca {
     font-size: 11px;
     color: #666;
     margin-bottom: 2px;
}

.card-info-mv .nome-produto {
     font-size: 14px;
     color: white;
     font-weight: 500;
     margin-bottom: 6px;
}

.card-info-mv .preco {
     font-size: 14px;
     color: #CBFF47;
     font-weight: 700;
}

/* MOBILE */
@media (max-width: 768px) {
     .produtos-mais-vendidos {
          grid-template-columns: repeat(2, 1fr);
     }

     .secao-mais-vendidos {
          padding: 20px;
     }
}


/* filtros as seções */
.filtros-categoria {
     display: flex;
     flex-direction: row;
     gap: 8px;
     padding: 16px 40px;
     flex-wrap: wrap;
     background: #111;
     /* fundo preto igual aos produtos */
}

.filtro {
     background: #222;
     color: white;
     border: 1px solid #555;
     padding: 8px 18px;
     /* menor que antes */
     border-radius: 999px;
     /* pílula perfeita */
     cursor: pointer;
     font-size: 13px;
     transition: 0.2s;
     font-family: Arial, sans-serif;
}

.filtro:hover {
     border-color: #CBFF47;
     color: #CBFF47;
}

.filtro.ativo {
     background: #CBFF47;
     color: black;
     border-color: #CBFF47;
     font-weight: bold;
}

/* PRODUTOS PAGE */
.produtos-page {
     background: #111;
     padding: 40px;
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     /* 4 colunas fixas */
     gap: 20px;
}

.cards-produtos {
     background: #1a1a1a;
     border-radius: 12px;
     overflow: hidden;
     display: flex;
     flex-direction: column;
}

.img-produto {
     width: 110%;
     height: 460px;
     object-fit: cover;
     display: block;
     background: #2a2a2a;
     transition: transform 0.3s ease;
     /* animação suave */
}

.img-produto:hover {
     transform: scale(1.15);
     /* zoom */
}

.btn-buy {
     width: calc(100% - 32px);
     margin: 16px auto;
     padding: 12px;
     background: white;
     color: black;
     border: none;
     border-radius: 999px;
     font-size: 14px;
     cursor: pointer;
     transition: 0.2s;
     text-decoration: none;
     display: block;
     text-align: center;
}

.btn-buy:hover {
     background: #CBFF47;
}

.card-info {
     display: flex;
     justify-content: space-between;
     align-items: flex-end;
     padding: 0 16px 20px;
}

.marca {
     font-size: 11px;
     color: #888;
     margin-bottom: 4px;
}

.nome-produto {
     font-size: 13px;
     color: white;
     margin-bottom: 4px;
     overflow: hidden;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     line-clamp: 2;
}

.preco {
     font-size: 15px;
     color: white;
     font-weight: bold;
}

/* MOBILE */
@media (max-width: 768px) {
     .img-produto {
          height: 180px;
          /* menor no mobile */
     }

     .produtos-page {
          grid-template-columns: repeat(2, 1fr);
          padding: 16px;
          gap: 12px;
     }
}

/* BOTÃO VER MAIS */
.ver-mais {
     background: #111;
     display: flex;
     justify-content: center;
     padding: 40px;
}

.btn-ver-mais {
     background: transparent;
     color: white;
     border: 1px solid #555;
     padding: 14px 40px;
     border-radius: 999px;
     font-size: 15px;
     cursor: pointer;
     transition: 0.2s;
}

.btn-ver-mais:hover {
     border-color: #CBFF47;
     color: #CBFF47;
}

/* AREA AVALIAÇÕES */
.section-avaliacoes {
     background: #ff0000c0;
     padding: 60px 40px;
     padding-bottom: 200px;
}

.topo-avaliacoes {
     display: flex;
     justify-content: space-between;
     align-items: center;
     margin-bottom: 40px;
}

.quem-leva {
     font-size: 12px;
     color: #000000;
     letter-spacing: 2px;
     margin-bottom: 8px;
}

.nota-geral {
     font-size: 48px;
     color: white;
     font-weight: 300;
}

.nota-geral span {
     font-weight: bold;
     /* negrito */
}

.estrelas-total {
     text-align: right;
}

.estrelas {
     color: #CBFF47;
     font-size: 20px;
}

.qtd-avaliacoes {
     font-size: 13px;
     color: #160d0d;
     margin-top: 4px;
}

/* cards */
.box-avaliacoes {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 20px;
}

.box-card {
     background: #1a1a1a;
     border-radius: 12px;
     padding: 24px;
     display: flex;
     flex-direction: column;
     gap: 16px;
}

.comentario {
     color: #ccc;
     font-size: 14px;
     line-height: 1.6;
     flex: 1;
}

.autor {
     display: flex;
     align-items: center;
     gap: 12px;
}

.avatar {
     width: 36px;
     height: 36px;
     border-radius: 50%;
     background: #333;
     color: white;
     display: flex;
     align-items: center;
     justify-content: center;
     font-weight: bold;
     font-size: 14px;
     flex-shrink: 0;
}

.autor h4 {
     color: white;
     font-size: 14px;
}

.autor p {
     color: #888;
     font-size: 12px;
}

/* MOBILE */
@media (max-width: 768px) {
     .box-avaliacoes {
          grid-template-columns: 1fr;
     }

     .topo-avaliacoes {
          flex-direction: column;
          align-items: flex-start;
          gap: 16px;
     }

     .estrelas-total {
          text-align: left;
     }
}

/* FOOTER */
#suporte {
     background: #1a1a1a;
}

.footer-suporte {
     background: #1a1a1a;
     display: flex;
     justify-content: space-between;
     align-items: flex-start;
     padding: 40px;
     gap: 16px;
     flex-wrap: wrap;
}

/* LOGO */
.footer-logo {
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     gap: 8px;
     padding-top: 0;
}

.title-logo {
     color: white;
     font-size: 55px;
     margin-bottom: 8px;
     padding-left: 10px;
     margin-top: -50px;
}

.sub-title-logo {
     color: #888;
     font-size: 22px;
     line-height: 1.6;
     padding-left: 20px;
}

/* AFILIAÇÕES */
.footer-sobre {
     display: flex;
     flex-direction: column;
     gap: 12px;
}

.tittle-sobre-afiliacoes {
     color: white;
     font-size: 14px;
}

.sobre-afiliacoes a {
     color: #CBFF47;
     text-decoration: none;
     font-size: 14px;
}

.sobre-afiliacoes a:hover {
     opacity: 0.7;
}

/* EMAIL */
.footer-email {
     display: flex;
     flex-direction: column;
     gap: 12px;
     max-width: 280px;
}

.title-Get {
     color: white;
     font-size: 14px;
}

.sub-title-Get {
     color: #888;
     font-size: 13px;
     line-height: 1.6;
}

/* INPUT */
.footer-input-grupo {
     display: flex;
     gap: 8px;
     align-items: center;
     margin-top: 12px;
}

.footer-input-grupo input {
     padding: 10px 16px;
     border-radius: 999px;
     border: 1px solid #444;
     background: #111;
     color: white;
     font-size: 14px;
     flex: 1;
}

.btn-send {
     padding: 10px 20px;
     background: #CBFF47;
     color: black;
     border: none;
     border-radius: 999px;
     font-size: 14px;
     cursor: pointer;
}

.btn-send:hover {
     opacity: 0.8;
}

/* REDES SOCIAIS */
.footer-redes {
     display: flex;
     gap: 16px;
     margin-top: 8px;
}

.footer-redes a {
     color: white;
     font-size: 20px;
     transition: 0.2s;
}

.footer-redes a:hover {
     color: #CBFF47;
}

/* MOBILE */
@media (max-width: 768px) {
     .footer-suporte {
          flex-direction: column;
          padding: 40px 20px;
     }
}