

/* section s001*/
#s001 .s001 {
  display: flex;
  width: 100%;
  margin: auto;
  padding: 60px 100px;
  gap: 40px;
  align-items: center;
  background: #000;
}

#s001 .left,
#s001 .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#s001 .left h1 {
  font-size: 4rem;
  text-align: center;
  font-weight: 900;
  color: #FFC800;
  border-radius: 10px;
  padding: 10px 3px;
  margin-bottom: 20px;
}

#s001 .left h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #FFC800;
  font-weight: 600;
}

#s001 .left h3 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 500;
}

#s001 .btn-desktop-tablet,
#s001 .btn-mobile {
  border: none;
  font-weight: bold;
  background: conic-gradient(from 0deg, #23ff23, #2e4d25, #23ff23);
  background-size: 200% 200%;
  animation: girarVerde 5s linear infinite;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  cursor: pointer;
  text-align: center;
}

#s001 .btn-desktop-tablet {
  width: 90%;
  padding: 20px;
  font-size: 1.5rem;
  align-self: center;
  margin-top: 20px;
  display: inline-block;
}

#s001 .btn-mobile {
  display: none;
  padding: 24px;
  font-size: 1rem;
  width: 100%;
  max-width: 300px;
  margin: 20px auto 0;
}

@keyframes girarVerde {
  0% { background-position: 0% 0%; }
  100% { background-position: 100% 100%; }
}

#s001 .right img {
  max-width: 80%;
  height: auto;
  border-radius: 20px;
}

@media (max-width: 768px) and (min-width: 481px) {
  #s001 .s001 {
    padding: 30px;
    gap: 30px;
  }

  #s001 .left h1 {
    font-size: 3rem;
    padding: 10px;
  }

  #s001 .left h2 {
    font-size: 1.3rem;
  }

  #s001 .left h3 {
    font-size: 1rem;
    margin-bottom: 0;
  }

  #s001 .btn-desktop-tablet {
    font-size: 1rem;
    margin-top: 1.5rem;
    padding: 20px;
  }

  #s001 .right img {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  #s001 .s001 {
    flex-direction: column;
    text-align: center;
    padding: 50px 10px;
  }

  #s001 .left h1 {
    font-size: 3rem;
    margin-bottom: 10px;
  }

  #s001 .left h2 {
    font-size: 1.2rem;
  }

  #s001 .left h3 {
    font-size: 1rem;
    margin-bottom: 0;
  }

  #s001 .btn-desktop-tablet {
    display: none;
  }

  #s001 .btn-mobile {
    display: inline-block;
    font-weight: 700;
    margin-top: 2rem;
  }

  #s001 .right {
    margin-top: 3px;
  }

  #s001 .right img {
    max-width: 100%;
  }
}


/*beneficios*/#s002.s002{padding:2.5rem 3.125rem;background-color:#000;width: 100%}#s002 .container{width:100%;margin:0 auto}#s002 .section-header{text-align:center;margin-bottom:2.5rem}#s002 .section-header h2{color:#FFC800;font-size:1.625rem;margin-bottom:.625rem;font-weight:800}#s002 .section-header p{color:#fff;font-size:1rem;margin:0 auto;max-width:37.5rem}#s002 .layout{display:flex;flex-direction:row;align-items:center;gap:1.25rem}#s002 .image-side{flex:1;text-align:left}#s002 .image-side img{width:85%;height:auto;border-radius:1rem;display:block}#s002 .content-side{flex:1}#s002 .grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(16.25rem,1fr));gap:1.25rem}#s002 .box{background:#fff;border-radius:1rem;padding:1.25rem;text-align:center;box-shadow:0 .25rem .5rem rgba(0,0,0,.05);transition:transform .3s ease}#s002 .box:hover{transform:translateY(-.3125rem)}#s002 .icon{color:#00a859;margin-bottom:.9375rem}#s002 .icon svg{width:2.5rem;height:2.5rem;color:#000}#s002 h3{font-size:1.125rem;margin-bottom:.625rem;color:#000;font-weight:800}#s002 p{font-size:.875rem;color:#000;font-weight:600;line-height:1.5}@media(max-width:768px){#s002 .layout{flex-direction:column;align-items:center;gap:2.5rem}#s002 .image-side{text-align:center;width:100%}#s002 .image-side img{width:85%;margin:0 auto;display:block}#s002 .content-side{width:100%;text-align:center}}@media(max-width:480px){#s002.s002{padding:2.5rem 1.25rem}#s002 .layout{flex-direction:column;align-items:center;gap:1.875rem}#s002 .image-side,#s002 .content-side{width:100%;text-align:center}#s002 .image-side img{width:100%;margin:0 auto;display:block}#s002 .grid{grid-template-columns:1fr;gap:.9375rem}#s002 h3{font-size:1rem}#s002 p{font-size:.8125rem}}



/* Faixa */
#faixa-animada {
  width: 100%;
  align-items: center;
  padding: 0;
}
.f1 {
  background: #FFC800;
}
.f1 .marquee p {
  color: #000;
}
.f2 {
  background: #fff;
}
.f2 .marquee p {
  color: #000;
}
.f3 {
  background: #FF0;
}
.f3 .marquee p {
  color: #000;
}
#faixa-animada .marquee {
  overflow: hidden;
  display: flex;
}
#faixa-animada .marquee p {
  white-space: nowrap;
  font-size: clamp(1rem, 2.5vw, 21px);
  font-weight: 600;
  padding: 10px;
  margin: 0 auto;
}
#faixa-animada .marquee p span {
  display: inline-block;
  margin: 0 10px;
}


/* selector de planos */

  #selector {
    background: #F5F5F5;
    color: #000;
    width: 100%;
    margin: 0 auto;
    padding: 50px 120px;
    box-sizing: border-box;
  }

  #selector .selector-header {
    text-align: center;
    margin-bottom: 3rem;
  }

  #selector .selector-title {
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 0.5rem;
  }

  #selector .selector-subtitle {
    font-size: 1.1rem;
    color: #7f8c8d;
    max-width: 600px;
    margin: 0 auto;
  }

  #selector .plans-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }

  #selector .plan-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
  }

  #selector .plan-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  }

  /* Faixas */
  #selector .plan-card::before {
    content: attr(data-label);
    position: absolute;
    top: 28px;
    right: -42px;
    width: 180px;
    height: 32px;
    background: #000;
    color: #FFC700;
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
    transform-origin: center;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    pointer-events: none;
  }

  #selector .plan-card.maisvendido::before {
    background: #e74c3c;
    color: #fff;
  }

  #selector .plan-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 0.5rem;
  }

  #selector .plan-feature {
    font-size: 0.9rem;
    color: #1A1A1A;
    font-weight: 600;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  #selector .plan-feature::before {
    content: "✓";
    font-weight: bold;
  }

  #selector .rates-container {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    margin: 2rem 0;
  }

  #selector .rate-box {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1rem 0.5rem;
    text-align: center;
    flex: 1;
    min-width: 0;
  }

  #selector .rate-type {
    font-size: 0.85rem;
    font-weight: 600;
    color: #1A1A1A;
    margin-bottom: 0.5rem;
    white-space: nowrap;
  }

  #selector .rate-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
  }

  #selector .plan-button {
    width: 100%;
    padding: 1.2rem;
    border: none;
    border-radius: 50px;
    background: #000;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s ease;
  }

  /* CELULAR */
  @media (max-width: 600px) {
    #selector {
      padding: 50px 10px;
    }

    #selector .plans-container {
      grid-template-columns: 1fr;
    }

    #selector .plan-card::before {
      top: 28px;
      right: -42px;
      width: 180px;
      height: 32px;
    }

    #selector .rate-type {
      font-size: 0.9rem;
    }

    #selector .rate-value {
      font-size: 1.5rem;
    }
  }

  /* TABLET */
  @media (min-width: 601px) and (max-width: 900px) {
    #selector {
      padding: 50px 30px;
    }

    #selector .plans-container {
      grid-template-columns: repeat(2, 1fr);
    }

    #selector .plan-card:nth-child(3) {
      grid-column: span 2;
      max-width: 80%;
      margin: 0 auto;
    }
  }





 /* ====== Seções MAX e BASIC ====== */
  #smax, #sbasic {
    width: 100%;
    background: #1A1A1A;
    padding: 40px;
    margin: 0;
  }

  #smax .cmax, #sbasic .cbasic {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
  }

  #smax .produto-box, #sbasic .produto-box {
    padding: 15px;
    width: 25%;
  }

  #smax .produto, #sbasic .produto {
    background: #000;
    border-radius: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #smax .produto {
    border: 3px solid #FFC800;
  }

  #sbasic .produto {
    border: 3px solid #1AE61B;
  }

  #smax .produto img, #sbasic .produto img {
    width: 80%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 0;
  }

  #smax .produto h3 {
    color: #FFC800;
  }

  #sbasic .produto h3 {
    color: #1AE61B;
  }

  #smax .produto h3, #sbasic .produto h3 {
    width: 100%;
    font-size: 2rem;
    margin-bottom: 15px;
    font-weight: 900;
    text-align: center;
  }

  #smax .preco-antigo, #sbasic .preco-antigo {
    width: 100%;
    font-size: 1.3rem;
    color: #555;
    text-decoration: line-through;
    margin-bottom: 6px;
    font-weight: 600;
    text-align: center;
  }

  #smax .preco-antigo del, #sbasic .preco-antigo del {
    text-decoration: line-through;
    text-decoration-color: red;
    color: inherit;
  }

  #smax .preco-parcelado-container, #sbasic .preco-parcelado-container {
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 6px;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #FFC800;
  }

  #smax .preco-parcelado, #sbasic .preco-parcelado {
    font-size: 2rem;
    font-weight: 900;
    color: #000;
  }

  #smax .preco-vista, #sbasic .preco-vista {
    font-size: 1.3rem;
    color: #000;
    font-weight: 800;
    margin-bottom: 15px;
  }

  #smax .btn-comprar, #sbasic .btn-comprar {
    background: #00eb33;
    width: 100%;
    text-align: center;
    color: #000;
    padding: 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 15px;
    margin-top: 20px;
  }

  #smax .detalhes, #sbasic .detalhes {
    list-style: none;
    text-align: left;
    padding-left: 0;
    color: #fff;
  }

  #smax .detalhes li, #sbasic .detalhes li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: .8rem;
    font-weight: 500;
    border-bottom: 1px solid #00eb33;
  }

  #smax .icone-check, #sbasic .icone-check {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    stroke: #00eb33;
    flex-shrink: 0;
  }

  #smax .icone-x, #sbasic .icone-x {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    stroke: #ff3b3b;
    flex-shrink: 0;
  }

  del {
    color: #999;
    text-decoration: line-through;
    text-decoration-color: red;
    text-decoration-thickness: 2px;
  }

  /* ====== Responsivo: Tablet (481px - 1024px) ====== */
  @media (min-width: 481px) and (max-width: 1024px) {
    #smax, #sbasic {
      padding: 30px;
    }

    #smax .produto-box, #sbasic .produto-box {
      width: 50%;
      padding: 12px;
    }

    #smax .produto h3, #sbasic .produto h3 {
      font-size: 2rem;
    }

    #smax .preco-antigo, #sbasic .preco-antigo {
      font-size: 1.2rem;
    }

    #smax .preco-parcelado, #sbasic .preco-parcelado {
      font-size: 1.7rem;
    }

    #smax .preco-vista, #sbasic .preco-vista {
      font-size: 1.1rem;
    }

    #smax .btn-comprar, #sbasic .btn-comprar {
      font-size: 1rem;
      padding: 18px;
    }

    #smax .detalhes li, #sbasic .detalhes li {
      font-size: .8rem;
    }
  }

  /* ====== Responsivo: Celular (até 480px) ====== */
  @media (max-width: 480px) {
    #smax, #sbasic {
      padding: 40px 10px;
    }

    #smax .produto img, #sbasic .produto img {
      width: 80%;
    }

    #smax .produto-box, #sbasic .produto-box {
      width: 100%;
      padding: 10px;
    }

    #smax .produto h3, #sbasic .produto h3 {
      font-size: 2.3rem;
    }

    #smax .preco-antigo, #sbasic .preco-antigo {
      font-size: 1.3rem;
    }

    #smax .preco-parcelado, #sbasic .preco-parcelado {
      font-size: 2.4rem;
    }

    #smax .preco-vista, #sbasic .preco-vista {
      font-size: 1.5rem;
    }

    #smax .btn-comprar, #sbasic .btn-comprar {
      font-size: 1.2rem;
      padding: 15px;
    }

    #smax .detalhes li, #sbasic .detalhes li {
      font-size: .75rem;
    }
  }



/* seconomic */
#seconomic.seconomic {
  width: 100%;
  padding: 40px 20px;
  background-color: #1A1A1A;
  color: #333;
}

#seconomic.seconomic .container {
  width: 70%;
  padding: 40px 20px;
  margin: 0 auto;
  background: #000;
  border-radius: 20px;
  border: solid 2px #8062FF;
}

#seconomic.seconomic .oferta-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#seconomic.seconomic .oferta-imagem,
#seconomic.seconomic .oferta-conteudo {
  flex: 1;
  width: 100%;
}

#seconomic.seconomic .oferta-imagem img {
  width: 100%;
  border-radius: 12px;
  display: block;
  margin: 0 auto;
}

#seconomic.seconomic .oferta-imagem p {
  text-align: center;
  width: 100%;
  color: #fff;
  font-weight: 900;
  font-size: 2rem;
}

#seconomic.seconomic .oferta-conteudo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  height: auto;
}

#seconomic.seconomic .oferta-titulo {
  font-size: 3rem;
  margin-bottom: 10px;
  color: #FFC800;
  font-weight: 900;
}

#seconomic .preco {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  background: #fff;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 20px;
}

#seconomic .preco-antigo del {
  color: #999;
  text-decoration: line-through;
  text-decoration-color: red;
  font-weight: 500;
  font-size: 1.3rem;
  margin: 0;
}

#seconomic.seconomic .preco-parcelado {
  font-size: 2.5rem;
  margin: 0;
  color: #000;
  font-weight: 900;
}

#seconomic.seconomic .preco-a-vista {
  font-size: 1.3rem;
  margin: 0 0 20px;
  color: #000;
  font-weight: 800;
}

#seconomic.seconomic .aviso {
  width: 80%;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
}

#seconomic.seconomic .lista-beneficios {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  width: 80%;
  text-align: left;
  display: block;
}

#seconomic.seconomic .lista-beneficios li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 0.8rem;
  color: #fff;
  font-weight: 500;
  border-bottom: solid 1px #fff;
}

#seconomic.seconomic .lista-beneficios .icone-check {
  width: 20px;
  height: 20px;
  stroke: #00eb33;
  margin-right: 10px;
  flex-shrink: 0;
}

#seconomic.seconomic .btn-comprar {
  background-color: #00EB33;
  color: #000;
  padding: 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
  cursor: pointer;
  width: 80%;
  margin-bottom: 20px;
  text-align: center;
  display: inline-block;
  user-select: none;
}

#seconomic.seconomic .btn-comprar:hover {
  background-color: #00A859;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  #seconomic.seconomic .oferta-wrapper {
    flex-direction: column;
    text-align: center;
  }

  #seconomic.seconomic .oferta-conteudo {
    padding: 0 20px;
  }

  #seconomic.seconomic .lista-beneficios {
    margin-left: auto;
    margin-right: auto;
  }

  #seconomic.seconomic .btn-comprar {
    max-width: 320px;
  }
}

@media (max-width: 480px) {
  #seconomic.seconomic {
    padding: 40px 10px;
  }

  #seconomic .preco {
    width: 100%;
  }

  #seconomic.seconomic .oferta-imagem p {
    width: 100%;
    font-size: 1.5rem;
  }

  #seconomic.seconomic .container {
    width: 100%;
  }

  #seconomic.seconomic .oferta-wrapper {
    gap: 20px;
  }

  #seconomic.seconomic .oferta-titulo {
    font-size: 2.5rem;
    width: 100%;
  }

  #seconomic.seconomic .aviso {
    width: 100%;
    font-size: 1rem;
  }

  #seconomic.seconomic .preco-parcelado {
    font-size: 2rem;
  }

  #seconomic.seconomic .preco-dividido,
  #seconomic.seconomic .preco-vista {
    font-size: 1.1rem;
    width: 100%;
  }

  #seconomic.seconomic .lista-beneficios {
    width: 100%;
  }

  #seconomic.seconomic .btn-comprar {
    padding: 20px;
    font-size: 1rem;
    width: 100%;
  }
}





/*avaliacoes*/
#reviews {
  background-color: #1a1a2e;
  color: #333;
  padding: 3rem 1rem;
  margin: 0 auto;
  width: 100%;
}

#reviews .container {
  max-width: 1200px;
  margin: 0 auto;
}

#reviews .header {
  text-align: center;
  margin-bottom: 2.5rem;
  color: #fff;
}

#reviews h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

#reviews .intro {
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
  opacity: 0.9;
}

#reviews .reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}

#reviews .review-card {
  background: white;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#reviews .review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

#reviews .reviewer-info {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

#reviews .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 1rem;
  border: 3px solid #4cc9f0;
}

#reviews .reviewer-details {
  flex: 1;
}

#reviews .reviewer-name {
  font-weight: 600;
  margin: 0;
  color: #1a1a2e;
}

#reviews .reviewer-occupation {
  font-size: 0.85rem;
  color: #666;
  margin: 0.2rem 0 0;
}

#reviews .review-text {
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 1rem 0;
  color: #444;
}

#reviews .review-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  font-size: 0.85rem;
}

#reviews .timestamp {
  color: #888;
}

#reviews .stars {
  display: flex;
}

#reviews .star {
  width: 18px;
  height: 18px;
  margin-right: 2px;
  fill: #ffc107;
}

#reviews .btn-container {
  text-align: center;
  margin-top: 2rem;
}

#reviews .btn {
  display: inline-block;
  background: linear-gradient(90deg, #6a0dad 0%, #2e004d 50%, #6a0dad 100%);
  color: white;
  width: 40%;
  margin: 0 auto;
  padding: 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#reviews .btn:hover {
  background: linear-gradient(90deg, #6a0dad 0%, #2e004d 50%, #6a0dad 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  #reviews .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  #reviews .reviews-grid {
    grid-template-columns: 1fr;
  }

  #reviews h2 {
    font-size: 1.7rem;
  }
  #reviews .btn {
  width: 100%;
  padding: 20px;
      
  }

  #reviews .intro {
    font-size: 1rem;
  }
}






/*s-bandeiras*/#s-bandeiras{width: 100%;padding:30px;display:flex;justify-content:center;align-items:center;background:#000;text-align:center}#s-bandeiras .box{background:#000;padding:20px 30px;border-radius:10px;width:900px;max-width:100%;margin:auto}#s-bandeiras .texto{font-size:18px;margin-bottom:20px;color:#FFC800}#s-bandeiras .grid{display:grid;grid-template-columns:repeat(8,auto);justify-content:center;column-gap:10px;row-gap:12px}#s-bandeiras .grid img{width:80px;border:2px solid #EBEDEE;border-radius:10px;height:auto;margin:auto;display:block}@media(max-width:768px){#s-bandeiras .box{width:90%;padding:20px}#s-bandeiras .texto{font-size:16px}#s-bandeiras .grid{grid-template-columns:repeat(8,auto);column-gap:8px;row-gap:10px}#s-bandeiras .grid img{width:100%}}@media(max-width:480px){#s-bandeiras{padding:50px 10px;height:auto;align-items:flex-start}#s-bandeiras .box{width:100%;padding:15px}#s-bandeiras .texto{font-size:14px}#s-bandeiras .grid{grid-template-columns:repeat(4,auto);column-gap:6px;row-gap:8px}#s-bandeiras .grid img{width:100%}}


/*s-grid*/
#s003.s003 {
  background: #fff;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 15px;
  padding: 50px 30px;
}

#s003.s003 .box {
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 30px;
  overflow: hidden;
}

#s003.s003 #box1 .text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#s003.s003 .box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 5%, rgba(0, 0, 0, 0.01) 150%);
  pointer-events: none;
  z-index: 0;
}

#s003.s003 .text {
  position: relative;
  z-index: 1;
  padding: 15px 10px;
  border-radius: 8px;
  max-width: 90%;
  margin-top: 10px;
  text-align: left;
}

#s003.s003 .text h2,
#s003.s003 .text h3 {
  margin: 0 0 10px;
}

#s003.s003 .text p {
  margin: 0 0 10px;
}

#s003.s003 .text a {
  display: inline-block;
  text-decoration: underline;
}

#s003 h2 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

#s003 h3 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

#s003 p {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

#s003 a {
  font-size: 1.1rem;
  font-weight: 700;
  color: #FFC800;
}

#box1 {
  grid-column: span 12;
  background-image: url('https://maquininhayelly.com/yelly/images/taxas-exclusivas-para-todos-yelly-scaled.webp');
  min-height: 500px;
  background-position: center center;
}

#box2 {
  grid-column: span 5;
  background-image: url('https://maquininhayelly.com/yelly/images/receba-seu-dinheiro-em-ate-um-dia.webp');
  min-height: 400px;
  background-position: center center;
}

#box3 {
  grid-column: span 7;
  background-image: url('https://maquininhayelly.com/yelly/images/maquininha-yelly-sem-aluguel-garantia-vitalicia-menores-taxas.webp');
  min-height: 400px;
  background-position: center center;
}

#box4 {
  grid-column: span 4;
  background-image: url('https://maquininhayelly.com/yelly/images/card-selo-ra1000-yelly.webp');
  min-height: 400px;
  background-position: center center;
}

#box5 {
  grid-column: span 4;
  background-image: url('https://maquininhayelly.com/yelly/images/maquininha-yelly-sem-aluguel-garantia-vitalicia-menores-taxas-7.webp');
  min-height: 400px;
  background-position: center center;
}

#box6 {
  grid-column: span 4;
  background-image: url('https://maquininhayelly.com/yelly/images/maquininha-yelly-sem-aluguel-garantia-vitalicia-link-de-pagamento.webp');
  min-height: 400px;
  background-position: 90% 90% !important;
}

/* Tablet */
@media (max-width: 768px) {
  #s003.s003 {
    grid-template-columns: 1fr;
    padding: 30px 15px;
  }

  #s003.s003 .box {
    grid-column: span 1 !important;
    width: 100%;
    background-position: center;
    background-size: cover;
  }

  #s003 h2 {
    font-size: 1.4rem;
  }

  #s003 h3 {
    font-size: 1rem;
  }

  #s003 p {
    font-size: 1rem;
  }

  #s003 a {
    font-size: 0.8rem;
  }

  #box1,
  #box2,
  #box3,
  #box6 {
    min-height: 300px;
  }

  #box4,
  #box5 {
    min-height: 280px;
  }

  #box1 {
    background-position: 100% !important;
  }

  #box2 {
    background-position: 100% !important;
  }

  #box3 {
    background-position: 100% 30% !important;
  }

  #box4 {
    background-position: 100% 60% !important;
  }

  #box5 {
    background-position: 50% 55% !important;
  }

  #box6 {
    background-position: 100% 40% !important;
  }
}

/* Mobile */
@media (max-width: 480px) {
  #s003.s003 {
    padding: 30px 10px;
  }

  #s003.s003 .box {
    width: 100%;
    padding: 10px;
  }

  #box1 {
    background-image: url('https://maquininhayelly.com/yelly/images/taxas-exclusivas-para-todos-yelly-scaled.webp') !important;
    min-height: 250px;
    background-position: center center !important;
  }

  #box2 {
    background-image: url('https://maquininhayelly.com/yelly/images/receba-seu-dinheiro-em-ate-um-dia.webp') !important;
    min-height: 250px;
    background-position: right center !important;
  }

  #box3 {
    background-image: url('https://maquininhayelly.com/yelly/images/maquininha-yelly-sem-aluguel-garantia-vitalicia-menores-taxas.webp') !important;
    min-height: 250px;
    background-position: center center !important;
  }

  #box4 {
    background-image: url('https://maquininhayelly.com/yelly/images/card-selo-ra1000-yelly.webp') !important;
    min-height: 250px;
    background-position: center center !important;
  }

  #box5 {
    background-image: url('https://maquininhayelly.com/yelly/images/maquininha-yelly-sem-aluguel-garantia-vitalicia-menores-taxas-7.webp') !important;
    min-height: 250px;
    background-position: center center !important;
  }

  #box6 {
    background-image: url('https://maquininhayelly.com/yelly/images/maquininha-yelly-sem-aluguel-garantia-vitalicia-link-de-pagamento.webp') !important;
    min-height: 250px;
    background-position: right center !important;
  }

  #s003 h2 {
    font-size: 1em;
  }

  #s003 h3 {
    font-size: 1rem;
  }

  #s003 p {
    font-size: 1rem;
  }

  #s003 a {
    font-size: 0.8rem;
  }
}



/*tabela taxas*/#s089{width: 100%;padding:2rem 1rem;background-color:#000}#s089 .c089{max-width:1200px;margin:0 auto;text-align:center}#s089 .titulo-secao{font-size:2rem;margin-bottom:2rem;color:#FFD800}#s089 .grid-tabelas{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}#s089 .box-taxa{border-radius:20px;padding:1rem;box-shadow:0 0 10px rgba(0,0,0,0.05);width:100%;max-width:360px;box-sizing:border-box;transition:transform 0.2s ease-in-out}#s089 .box-taxa:hover{transform:scale(1.02)}#s089 .titulo-box{font-size:1.3rem;margin-bottom:1rem;font-weight:900}#s089 .descricao-rodape{margin-top:2rem;font-size:1rem;color:#fff}@media(min-width:768px){#s089 .box-taxa{flex:0 0 calc(50% - 1.5rem)}}@media(min-width:1025px){#s089 .box-taxa{flex:0 0 calc(33.33% - 1.5rem)}}#s089 #plano-max{background-color:#FFD800}#s089 #plano-basic{background-color:#1AE61B}#s089 #plano-economic{background-color:#7D00FF}#s089 .titulo-max{color:#000}#s089 .titulo-basic{color:#000}#s089 .titulo-economic{color:#fff}#s089 ul[class^="spaced-"]{list-style-type:none;padding:15px;border-radius:20px;margin:0;background:#fff;width:100%}#s089 ul[class^="spaced-"] li{display:flex;justify-content:space-between;align-items:center;font-size:0.9rem;font-weight:500;color:#000;border-bottom:1px solid #ccc}#s089 ul.spaced-MAX li.MAXvisaMaster{background-color:#FFD800;color:#000;font-weight:bold;padding:0.34rem}#s089 ul.spaced-MAX li.MAXvisaMaster span{color:inherit}#s089 ul.spaced-BASIC li.BASICvisaMaster{background-color:#1AE61B;color:#000;font-weight:bold;padding:0.34rem}#s089 ul.spaced-BASIC li.BASICvisaMaster span{color:inherit}#s089 ul.spaced-ECONOMIC li.ECONOMICvisaMaster{background-color:#7D00FF;color:#fff;font-weight:bold;padding:0.34rem}#s089 ul.spaced-ECONOMIC li.ECONOMICvisaMaster span{color:inherit}@media(max-width:1024px){#s089 ul[class^="spaced-"] li{font-size:0.888rem;font-weight:600}}@media(max-width:767px){#s089 ul[class^="spaced-"] li{font-size:0.8rem;padding:0.250rem 0}}

/*cal taxas*/

#cal {
  width: 100%;
  max-width: clamp(320px, 90vw, 800px);
  margin: clamp(10px, 3vw, 20px) auto;
  padding: clamp(20px, 5vw, 30px);
  background: #203a43;
  border-radius: clamp(10px, 2vw, 15px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  color: white;
}

#cal h2 {
  text-align: center;
  margin-bottom: clamp(20px, 4vw, 30px);
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

#cal .form-group {
  margin-bottom: clamp(15px, 3vw, 20px);
}

#cal label {
  display: block;
  margin-bottom: clamp(6px, 1.5vw, 8px);
  font-weight: bold;
  font-size: clamp(1rem, 2.5vw, 1.1rem);
}

#cal select,
#cal input {
  width: 100%;
  padding: clamp(10px, 2.5vw, 12px);
  border: none;
  border-radius: clamp(6px, 1.5vw, 8px);
  font-size: clamp(14px, 3vw, 16px);
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

#cal select:focus,
#cal input:focus {
  outline: none;
  background: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

#cal .row {
  display: flex;
  gap: clamp(15px, 3vw, 20px);
  flex-wrap: wrap;
}

#cal .col {
  flex: 1;
  min-width: clamp(180px, 40vw, 200px);
}

#cal .value-input {
  background: rgba(255, 255, 255, 0.95);
  font-size: clamp(1rem, 3vw, 1.2rem);
  font-weight: bold;
  text-align: left;
}

#cal .results {
  background: rgba(255, 255, 255, 0.15);
  padding: clamp(20px, 4vw, 25px);
  border-radius: clamp(8px, 2vw, 12px);
  margin-top: clamp(20px, 4vw, 25px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

#cal .results h3 {
  margin-top: 0;
  margin-bottom: clamp(15px, 3vw, 20px);
  font-size: clamp(1.3rem, 3.5vw, 1.5rem);
  text-align: center;
}

#cal .result-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(8px, 2vw, 10px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#cal .result-item:last-child {
  border-bottom: none;
}

#cal .result-label {
  font-weight: bold;
  font-size: clamp(1rem, 2.5vw, 1.1rem);
}

#cal .result-value {
  font-size: clamp(1.1rem, 3vw, 1.2rem);
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

#cal .highlight {
  background: rgba(255, 255, 255, 0.1);
  padding: clamp(4px, 1vw, 5px) clamp(8px, 2vw, 10px);
  border-radius: clamp(4px, 1vw, 5px);
}

#cal .error {
  background: rgba(255, 0, 0, 0.2);
  border: 1px solid rgba(255, 0, 0, 0.5);
  padding: clamp(12px, 3vw, 15px);
  border-radius: clamp(6px, 1.5vw, 8px);
  margin-top: clamp(15px, 3vw, 20px);
  text-align: center;
}

@media (max-width: 600px) {
  #cal .row {
    flex-direction: column;
  }
}



/*faq*/#faq{width: 100%;margin:0 auto;background:#000;padding:40px 20px}#faq h2{text-align:center;font-size:32px;margin-bottom:30px;color:#FFC800;font-weight:600}#faq .faq-item{width:50%;margin:0 auto;background:transparent;margin-top:10px}#faq .faq-question{display:flex;justify-content:space-between;align-items:center;background:#fff;border-radius:15px;padding:10px;font-size:18px;color:#000;font-weight:500;cursor:pointer;transition:background 0.4s,color 0.4s;min-height:70px;box-shadow:0 2px 6px rgba(0,0,0,.1)}#faq .faq-question:hover{background:#f2f2f2;color:#007BFF}#faq .faq-icon{width:30px;height:30px;min-width:30px;min-height:30px;fill:#000;flex-shrink:0;transition:transform .3s ease}#faq .faq-item.active .faq-icon{transform:rotate(180deg)}#faq .faq-answer{background:#fff;border-radius:15px;font-size:16px;color:#000;margin-top:15px;padding:0 20px;overflow:hidden;max-height:0;opacity:0;transition:max-height .6s ease,opacity .4s ease,padding .4s ease;box-shadow:0 2px 6px rgba(0,0,0,.1)}#faq .faq-item.active .faq-answer{max-height:2000px;opacity:1;padding:20px}@media screen and (max-width:768px){#faq{padding:30px 15px}#faq .faq-item{width:80%}#faq .faq-question{font-size:17px}#faq .faq-answer{font-size:15px}#faq h2{font-size:28px}}@media screen and (max-width:480px){#faq{padding:20px 10px}#faq .faq-item{width:100%}#faq .faq-question{font-size:16px}#faq .faq-answer{font-size:14px}#faq h2{font-size:24px}}



/*maquina destate*/
#srev {
  padding: 60px 20px;
  width: 100%;
  margin: 0 auto;
}

.rev-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 80px;
  border-radius: 20px;
  background: linear-gradient(135deg, #0d0d0d, #2a2a2a);
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}

.rev-txt {
  flex: 1;
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.txt-l1 {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
}

.txt-l2 {
  font-size: 2rem;
  color: #ffc700;
  font-weight: bold;
}

.txt-tax {
  font-size: 1.2rem;
  color: #fff;
  display: block;
  line-height: 1.2;
  margin-top: 30px;
}

.txt-val {
  font-size: 6rem;
  font-weight: bold;
  color: #fff;
  display: block;
  line-height: 1;
  margin: 1rem;
}

.btn-rev {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 20px;
  width: 100%;
  border-radius: 50px;
  border: none;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: linear-gradient(90deg, #23ff23 0%, #2e4d25 50%, #23ff23 100%);
  color: #000;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}

.btn-rev::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-20deg);
  animation: brilho-metalico 2.5s infinite;
}

@keyframes brilho-metalico {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

.btn-rev:hover {
  background: linear-gradient(90deg, #2e4d25 0%, #23ff23 50%, #2e4d25 100%);
  color: #fff;
}

.rev-img {
  flex: 1;
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rev-img img {
  max-width: 50%;
  height: auto;
}

/* Responsive for tablets and smaller */
@media (max-width: 768px) {
  .rev-txt {
    width: 50%;
  }

  .txt-l1,
  .txt-l2 {
    font-size: 1.6rem;
  }

  .txt-val {
    font-size: 6rem;
  }

  .rev-img img {
    max-width: 100%;
  }
}

/* Responsive for phones and very small screens */
@media (max-width: 600px) {
  .rev-container {
    flex-direction: column-reverse;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }

  #srev {
    padding: 50px 10px;
  }

  .rev-txt {
    width: 100%;
    padding: 0;
  }

  .rev-img {
    width: 100%;
  }

  .rev-img img {
    width: 60%;
    height: auto;
  }

  .txt-l1,
  .txt-l2 {
    font-size: 1.2rem;
    font-weight: 400;
    width: 100%;
  }

  .txt-tax {
    font-size: 1rem;
    color: #fff;
    display: block;
    line-height: 1.2;
    margin-top: 30px;
  }

  .txt-val {
    font-size: 4.5rem;
    font-weight: bold;
    color: #fff;
    display: block;
    line-height: 1;
    margin: 0.5rem;
  }
}
