
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: Poppins, sans-serif;
  background: #f7f8fb;
  color: #222;
}
.wrap {
  width: min(1180px, 92%);
  margin: auto;
}
header {
  position: sticky;
  top: 0;
  z-index: 1000;

  background: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
}
nav {
  display: flex;
  gap: 26px;
}
nav a {
  text-decoration: none;
  color: #333;
}
.logo {
  font-size: 28px;
  font-weight: 800;
  height: 130px;
}
.logo span {
  color: #18a84c;
}
.btn {
  background: #18a84c;
  color: #fff;
  padding: 14px 24px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 700;
}
.outline {
  background: #fff;
  border: 2px solid orange;
  color: black;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 70px 0;
}
.pill {
  display: inline-block;
  background: #eaf9ef;
  color: #18a84c;
  padding: 8px 16px;
  border-radius: 30px;
}
h1 {
  font-size: 60px;
  line-height: 1.05;
  margin: 18px 0;
}
h1 span {
  color: #18a84c;
}
.actions {
  display: flex;
  gap: 16px;
  margin: 28px 0;
}
.devices {
  display: flex;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.devices div,
.card1,
.plan {
  font-size: 12px;
  background: #fff;
  border-radius: 15px;
  padding: 8px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}
.devices i,
.card1 i {
  font-size: 10px;
  color: #18a84c;
  margin-right: 8px;
}
.tv {
  background: #151515;
  padding: 16px;
  border-radius: 26px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}
.screen {
  background: #182538;
  border-radius: 18px;
  padding: 18px;
}
.topicons {
  display: flex;
  justify-content: flex-end;
  color: #fff;
  gap: 18px;
}
.canais {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  gap: 22px;
  padding: 10px 0;
}
.dispositivos {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 22px;
  padding: 10px 0;
}
.icones {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.meio h3 {
  text-align: center;
  margin-bottom: 14px;
}
.cards1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 10px 0;
}
.card1 {
  text-align: center;
}
.card1 i {
  display: block;
  font-size: 46px;
  margin-bottom: 14px;
}
.cardsbene {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  padding: 10px 0;
}
.beneficios h3 {
  text-align: center;
}
.cardbene {
  text-align: center;
}
.card i {
  display: block;
  font-size: 46px;
  margin-bottom: 14px;
}
.plans {
  padding: 20px 0 80px;
}
.plans h2 {
  text-align: center;
  font-size: 42px;
  margin-bottom: 35px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.featured {
  border: 3px solid #18a84c;
  transform: translateY(-10px);
}
.badge {
  display: inline-block;
  background: #ff8c00;
  color: #fff;
  padding: 6px 10px;
  border-radius: 20px;
  font-size: 12px;
}
.plan strong {
  display: block;
  font-size: 42px;
  margin: 12px 0;
}
.plan ul {
  margin: 18px;
}
.apps-banner {
  max-width: 1200px;
  margin: auto;
  padding: 40px;
  background: #f8faf8;
  border-radius: 20px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.apps-left img {
  max-width: 500px;
  width: 100%;
}

.apps-right {
  flex: 1;
}

.apps-right h2 {
  font-size: 38px;
  margin-bottom: 10px;
  font-weight: 800;
}

.apps-right .verde {
  color: #32c34a;
}

.apps-right p {
  color: #555;
  font-size: 20px;
  margin-bottom: 30px;
}

.apps-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.apps-buttons a {
  display: block;
  transition: 0.3s;
}

.apps-buttons a:hover {
  transform: translateY(-5px);
}

.apps-buttons img {
  height: 90px;
}
.faq-section {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 60px 20px;
}

.faq-section h2 {
  text-align: center;
  font-size: 42px;
  margin-bottom: 45px;
  font-weight: 800;
}

.faq-section span {
  color: #36c447;
}

.faq-grid {
  display: grid;

  grid-template-columns:
    1fr
    1fr
    1fr
    320px;

  gap: 18px;

  align-items: start;
}

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

details {
  background: #fff;

  border-radius: 12px;

  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);

  overflow: hidden;
}

summary {
  list-style: none;

  cursor: pointer;

  padding: 18px 22px;

  display: flex;

  justify-content: space-between;

  align-items: center;

  font-weight: 600;

  font-size: 15px;
}

summary::-webkit-details-marker {
  display: none;
}

summary span {
  font-size: 22px;

  color: #222;

  transition: 0.3s;
}

details[open] summary span {
  transform: rotate(45deg);
}

.content {
  padding: 0 22px 20px;

  color: #666;

  line-height: 24px;
}

.whatsapp-box {
  background: #f6faf6;

  border-radius: 18px;

  padding: 30px;

  text-align: center;

  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.whatsapp-box h3 {
  color: #4caf50;

  margin-bottom: 10px;
}

.whatsapp-box p {
  color: #666;

  margin-bottom: 25px;
}

.whatsapp-box a {
  display: flex;

  justify-content: center;

  align-items: center;

  gap: 10px;

  background: #25d366;

  color: #fff;

  text-decoration: none;

  padding: 15px;

  border-radius: 10px;

  font-weight: bold;

  transition: 0.3s;
}

.whatsapp-box a:hover {
  background: #1fb455;
}

.whatsapp-box img {
  width: 22px;
}
.footer {
  background: #fff;

  padding: 60px 0 25px;

  position: relative;

  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.05);
}

.footer .container {
  max-width: 1400px;

  margin: auto;

  display: flex;

  justify-content: space-between;

  gap: 60px;

  flex-wrap: wrap;
}

.footer-logo {
  width: 270px;
}

.footer-logo img {
  width: 220px;

  margin-bottom: 20px;
}

.footer-logo p {
  color: #555;

  line-height: 28px;
}

.footer-col {
  display: flex;

  flex-direction: column;
}

.footer-col h4 {
  margin-bottom: 20px;

  font-size: 18px;

  font-weight: 700;
}

.footer-col a {
  color: #444;

  text-decoration: none;

  margin-bottom: 12px;

  transition: 0.3s;
}

.footer-col a:hover {
  color: #35c74b;
}

.info {
  display: flex;

  align-items: center;

  gap: 12px;

  margin-bottom: 15px;
}

.info img {
  width: 22px;
}

.social {
  display: flex;

  gap: 15px;
}

.social img {
  width: 40px;

  transition: 0.3s;
}

.social img:hover {
  transform: scale(1.1);
}

.footer-bottom {
  text-align: center;

  margin-top: 40px;

  color: #777;

  font-size: 14px;
}

.whatsapp-float {
  position: fixed;

  right: 30px;

  bottom: 30px;

  width: 75px;

  height: 75px;

  border-radius: 50%;

  background: #25d366;

  display: flex;

  justify-content: center;

  align-items: center;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);

  transition: 0.3s;
}

.whatsapp-float:hover {
  transform: scale(1.08);
}

.whatsapp-float img {
  width: 40px;
}
@media (max-width: 900px) {
  .hero,
  .cards,
  .grid {
    grid-template-columns: 1fr;
  }
  nav {
    display: none;
  }
  h1 {
    font-size: 42px;
  }
}
.hero-mockup {
  width: 100%;
  max-width: 650px;
  display: block;
  margin: auto;
  animation: float 5s ease-in-out infinite;
}
.icon {
  width: 25px;
  height: 25px;
  color: gray;
  transition: 0.3s;
}

.icon:hover {
  color: orange;
}

.icon-zap {
  width: 24px;
  height: 24px;
  color: white;
  transition: 0.3s;
}

.icon-zap:hover {
  color: #39c54a;
}

.social {
  display: flex;
  gap: 20px;
}

.social i {
  font-size: 24px;
  color: #000;
  transition: 0.3s;
}

.social i:hover {
  color: #39c54a;
  transform: scale(1.1);
}
.whatsapp-float {
  width: 60px;
  height: 60px;
  background: #25d366;
  border-radius: 50%;

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

  position: fixed;
  right: 20px;
  bottom: 20px;
}

.whatsapp-float .icon {
  width: 30px;
  height: 30px;
  color: #fff; /* Ícone branco */
}
html {
  scroll-behavior: smooth;
}
.planos {
  width: 100%;
  padding: 80px 20px;
  text-align: center;
  background: #fff;
}

.planos h2 {
  font-size: 34px;
  margin-bottom: 60px;
  font-weight: 700;
}

.planos h2 span {
  color: #38b000;
}

.cards {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 30px;
  flex-wrap: wrap;
}

.card {
  width: 320px;
  padding: 35px;
  background: #fff;
  border-radius: 18px;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);

  transition: 0.4s;
}

.card:hover {
  transform: translateY(-10px);
}

.card h3 {
  color: #38b000;
  margin-bottom: 25px;
}

.preco {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;

  margin-bottom: 30px;
}

.preco span {
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
}

.preco small {
  font-size: 18px;
  color: #666;
}

.card ul {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-bottom: 30px;
}

.card li {
  margin: 12px 0;
}

.btn {
  display: block;
  text-decoration: none;
  padding: 15px;
  border-radius: 8px;
  background: #39c54a;
  color: #fff;
  font-weight: bold;
}

.destaque {
  transform: scale(1.08);
  border: 2px solid #ff6b00;
  position: relative;
}

.destaque:hover {
  transform: scale(1.08) translateY(-10px);
}

.badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);

  background: #39c54a;
  color: #fff;

  padding: 6px 18px;

  border-radius: 30px;

  font-size: 12px;
  font-weight: bold;
}
@media (max-width:1024px){

.hero{
    grid-template-columns:1fr;
    text-align:center;
    gap:40px;
}

.actions{
    justify-content:center;
}

.cards,
.cards1,
.cardsbene,
.grid,
.faq-grid{

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

}

.canais{

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

}

.dispositivos{

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

}

.apps-banner{

    flex-direction:column;

}

.footer .container{

    justify-content:center;

}

}
@media (max-width:768px){

.wrap{

    width:95%;

}

.nav{

    flex-direction:column;
    gap:20px;

}

nav{

    display:none;

}

.logo{

    height:80px;

}

h1{

    font-size:36px;

}

.hero{

    padding:40px 0;

}

.actions{

    flex-direction:column;

}

.actions a{

    width:100%;

    text-align:center;

}

.cards,
.cards1,
.cardsbene,
.grid,
.faq-grid{

    display:grid;
    grid-template-columns:1fr;

}

.card{

    width:100%;

}

.destaque{

    transform:none;

}

.preco span{

    font-size:48px;

}

.canais{

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

}

.dispositivos{

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

}

.apps-right{

    text-align:center;

}

.apps-right h2{

    font-size:30px;

}

.apps-right p{

    font-size:17px;

}

.apps-buttons{

    justify-content:center;

}

.footer-logo{

    width:100%;
    text-align:center;

}

.footer-col{

    width:100%;
    text-align:center;

}

.info{

    justify-content:center;

}

.social{

    justify-content:center;

}

}
@media (max-width:480px){

h1{

    font-size:30px;

}

.planos h2,
.faq-section h2{

    font-size:28px;

}

.card{

    padding:25px;

}

.preco span{

    font-size:42px;

}

.canais{

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

}

.dispositivos{

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

}

.icones{

    width:45px;
    height:45px;

}

.hero-mockup{

    width:100%;

}

.apps-left img{

    max-width:100%;

}

.whatsapp-float{

    width:55px;
    height:55px;

}

.whatsapp-float .icon{

    width:28px;
    height:28px;

}
.canais-btn{

    display:flex;
    justify-content:center;
    margin-top:35px;

}

.btn-canais{

    background:#18A84C;
    color:#fff;

    border:none;

    padding:15px 35px;

    border-radius:40px;

    cursor:pointer;

    font-weight:600;

    transition:.3s;

}

.btn-canais:hover{

    background:#ff8c00;

}

.modal{

    position:fixed;
    inset:0;

    display:none;

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

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

    z-index:9999;

}

.modal.active{

    display:flex;

}

.modal-box{

    width:min(1100px,90%);
    max-height:85vh;

    overflow:auto;

    background:#fff;

    border-radius:20px;

    padding:40px;

    position:relative;

    animation:popup .3s ease;

}

.fechar{

    position:absolute;

    right:20px;
    top:20px;

    border:none;
    background:none;

    font-size:35px;

    cursor:pointer;

}

.categoria{

    margin-top:35px;

}

.categoria h3{

    margin-bottom:20px;

    color:#18A84C;

}

.logos{

    display:grid;

    grid-template-columns:repeat(auto-fill,minmax(120px,1fr));

    gap:20px;

}

.logo-item{

    background:#f7f7f7;

    border-radius:15px;

    padding:15px;

    text-align:center;

    transition:.3s;

}

.logo-item:hover{

    transform:translateY(-5px);

}

.logo-item img{

    width:70px;
    height:70px;
    object-fit:contain;

}

.logo-item span{

    display:block;
    margin-top:10px;
    font-size:14px;

}

@keyframes popup{

    from{

        opacity:0;
        transform:scale(.9);

    }

    to{

        opacity:1;
        transform:scale(1);

    }

}