* {margin: 0; padding: 0; box-sizing: border-box; font-family: 'Inter', sans-serif;}
    body {background: #f9f9f9; color: #333; line-height: 1.6; scroll-behavior: smooth;}
    header {
      background: linear-gradient(135deg, #6a1b9a, #00c853);
      color: #fff;
      padding: 100px 20px 80px;
      text-align: center;
    }
	h2{display:block;width:100%; font-size:40px; text-transform:uppercase;}
    header h1 {
      font-size: 3rem;
      margin-bottom: 20px;
    }
    header p {
      font-size: 1.4rem;
      margin-bottom: 30px;
      max-width: 700px;
      margin: auto;
    }
    .btn {
      background: #fff;
      color: #6a1b9a;
      padding: 15px 30px;
      border: none;
      border-radius: 30px;
      font-weight: 600;
      cursor: pointer;
      text-decoration: none;
      display: inline-block;
      transition: background 0.3s ease;
    }
    .btn:hover { background: #f1f1f1; }
	
	.pagamento-startnow {
  background: #fff;
  padding: 60px 20px;
  text-align: center;
}

.pagamento-startnow h2 {
  font-size: 32px;
  color: #5b2aa0;
  margin-bottom: 40px;
}

.formas-pagamento {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.pagamento-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 40px 20px;
  width: 320px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.pagamento-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

.pagamento-card h3 {
  font-size: 22px;
  color: #5b2aa0;
  margin: 20px 0;
}

.pagamento-card p {
  font-size: 18px;
  color: #555;
  margin: 10px 0;
}

.pagamento-card .isento {
  color: #28a745;
  font-weight: bold;
  font-size: 20px;
}

.pagamento-card .obs {
  font-size: 14px;
  color: #777;
  margin-top: 15px;
}

.icon-top {
  font-size: 40px;
  color: #5b2aa0;
}

.contrato-info {
  font-size: 16px;
  color: #555;
  margin-top: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.review-card {
  /* background: #fff; */
  /* border: 1px solid #eee; */
  /* border-radius: 12px; */
  /* padding: 30px; */
  /* box-shadow: 0 2px 8px rgba(0,0,0,0.05); */
  text-align: center;
  position: relative;
  height: 100%;
}
.how-it-works {
  padding: 60px 20px;
  background: #ffffff;
  text-align: center;
}

.how-it-works h2 {
  font-size: 32px;
  color: #5b2aa0;
  margin-bottom: 40px;
  font-weight: 700;
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 800px;
  margin: 0 auto;
}

.step {
  background: #fff;
  border: 1px solid #eee;
  padding: 20px 30px 20px 70px;
  border-radius: 16px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
  font-size: 18px;
  color: #333;
  position: relative;
  text-align: left;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.step:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.12);
}

.step::before {
  counter-increment: steps;
  content: counter(steps);
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  background: #5b2aa0;
  color: #fff;
  font-size: 20px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  font-weight: 600;
}

.steps {
  counter-reset: steps;
}

@media (max-width: 768px) {
  .step {
    font-size: 16px;
    padding: 15px 20px 15px 60px;
  }
}
.garantia-bloco {
  padding: 60px 20px 40px 20px;
  background: #ffffff;
  text-align: center;
}

.garantia-conteudo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.garantia-conteudo i {
  font-size: 50px;
  color: #5b2aa0;
}

.garantia-conteudo p {
  font-size: 18px;
  color: #333;
  max-width: 600px;
}

.btn-secundario {
  display: inline-block;
  background: #5b2aa0;
  color: #fff;
  padding: 15px 35px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
  font-size: 18px;
}

.btn-secundario:hover {
  background: #421f73;
}


.review-stars {
  margin-bottom: 15px;
}

.review-stars i {
  color: #FFD700;
  font-size: 20px;
}

.review-card p {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}

.review-card strong {
  color: #5b2aa0;
  display: block;
  margin-bottom: 15px;
}

.google-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #777;
}

.google-badge img {
  margin-right: 8px;
}

.cinza2{background:#eeeeee;}

    .container{max-width: 1200px; margin: auto;}
    section {padding: 60px 20px; max-width: 1200px; margin: auto;}
    section h2 {text-align: center; font-size: 2rem; margin-bottom: 40px; color: #6a1b9a;}
	 .largutaTotal {width:100% !important;max-width:100% !important;}
    .benefits, .plans {display: flex; flex-wrap: wrap; gap: 30px; justify-content: center;}
    .benefit, .plan img {max-width:100%;}
	.benefit, .plan {
    
      background: #fff;
      padding: 30px;
      border-radius: 16px;
      box-shadow: 0 0 20px rgba(0,0,0,0.05);
      flex: 1 1 300px;
	  max-width:33%;
    }
    .benefit i, .plan i {
      font-size: 2rem;
      margin-bottom: 10px;
      color: #6a1b9a;
    }
    .plan h3 {margin-bottom: 10px; text-transform:uppercase;}
    .plan p {margin-bottom: 10px;}
    .plan ul {margin-top: 10px; padding-left: 20px;}
    .plan ul li {margin-bottom: 5px; list-style: none;}
    .plan ul li i{font-size:16px; color:#16df7e;}
.faq-item {
      background: #fff;
      padding: 30px;
      border-radius: 16px;
      box-shadow: 0 0 20px rgba(0,0,0,0.05);
      margin-bottom: 20px;
    }

    .faq-item p {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease, opacity 0.4s ease;
      margin: 0;
      opacity: 0;
    }

    .faq-item.open p {
      max-height: 500px;
      margin-top: 10px;
      opacity: 1;
    }

    .faq-item h4 {
      cursor: pointer;
      position: relative;
      padding-right: 20px;
      transition: color 0.3s;
      color: #6a1b9a;
    }

    .faq-item h4::after {
      content: "\f107";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      position: absolute;
      right: 0;
      top: 0;
      transition: transform 0.3s;
    }

    .faq-item.open h4::after {
      transform: rotate(180deg);
    }
.splide__slide {
  display: flex;
  justify-content: center;
  align-items: center; /* centraliza verticalmente */
  flex-direction: column;
  height: 100%; /* garante que ocupe altura total do track */
  min-height: 200px; /* ou o tamanho desejado para o balão */
  text-align: center;
  font-style: italic;
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
.splide__arrow{width:5em; height:5em;}
.splide__arrow--prev {
    left: -2.5em;
}
.splide__arrow--next{
    right: -2.5em;
}
@keyframes floatIcon {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-5px); }
  100% { transform: translateY(0); }
}

.benefit i {
  animation: floatIcon 3s ease-in-out infinite;
}
.benefit:hover i {
  transform: scale(1.3) translateY(-5px);
}


    .video-section iframe {
      /* width: 100%; */
      /* height: 400px; */
      border: none;
      border-radius: 10px;
	  margin:0 auto;
    }

    .splide__slide {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    font-style: italic;
    text-align: center;
  }

    footer {
      background: #6a1b9a;
      color: #fff;
      text-align: center;
      padding: 40px 20px;
      margin-top: 60px;
    }
	.plan a{background: #16df7e;
    display: inline-block;
    padding: 8px 35px 10px 35px;
    border-radius: 8px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    transition: 0.3s; text-decoration: none; margin:20px auto 0 auto; font-size:19px; text-transform:uppercase; font-size:16px; width:90%;}
	.text-center{text-align:center;}
	.text-center strong{font-size:34px;}
	.text-center strong small{font-size:16px;}
	.text-center img{max-width:100%;}
	.splide__pagination{bottom:-40px;}
	.splide__pagination__page{width:15px; height:15px;}
	footer a{color:#fff;}
	footer a:hover{color:#fff; text-decoration:none!important;}
	.nounder{text-decoration:none;}
	.splide__pagination__page.is-active{background:#16df7e;}
	
	.hero {
  
  background: linear-gradient(135deg, #6a1b9a, #00c853);

}
.space{  color: #fff;
    max-width: 1200px;
    margin: auto;display: flex;
  align-items: center;
  justify-content: space-between;}
.hero-content h1{line-height:100%;}
.hero-content a{margin-top:10px;}
.hero-content {
  max-width: 50%;text-align:left;
}

.hero-mockup img {
  max-width: 500px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.3);
  border-radius: 20px;
}

.hero-proof {
  margin-top: 20px;
  font-weight: 600;
  font-size: 1.25rem;
}
.mockup-container {
      position: relative;
      max-width: 1000px;
      margin: 80px auto;
      text-align: center;
    }

    .mockup-container img {
      width: 100%;
      height: auto;
      display: block;
    }

    .mockup-video {
      position: absolute;
      top: 5%;   /* ajuste conforme o mockup */
      left: 11.7%;  /* ajuste conforme o mockup */
      width: 76.8%;   /* ajuste conforme a tela do notebook */
      height: 78%;  /* ajuste conforme a tela do notebook */
      overflow: hidden;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0,0,0,0.3);
    }

    .mockup-video video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
	
/* Tablets (até 991px) */
@media (max-width: 991px) {
  .benefit, .plan {
    max-width: 48%;
  }
iframe{width:100% !important;}
  .hero-content {
    max-width: 100%;
    text-align: center;
  }

  .space {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .hero-mockup img {
    margin-top: 40px;
    max-width: 80%;
  }

  .plan a {
    font-size: 14px;
  }

  .header h1 {
    font-size: 2.2rem;
  }

  .header p {
    font-size: 1.1rem;
  }
}

/* Smartphones (até 767px) */
@media (max-width: 767px) {
  header {
    padding: 80px 20px 60px;
  }

  header h1 {
    font-size: 2rem;
  }

  header p {
    font-size: 1rem;
  }

  .benefit, .plan {
    max-width: 100%;
    flex: 1 1 100%;
  }

  .hero-content h1 {
    font-size: 1.8rem;
  }

  .hero-content p {
    font-size: 1rem;
  }

  .btn {
    font-size: 14px;
    padding: 12px 25px;
  }

  .video-section iframe {
    height: 220px;
  }

  .text-center strong {
    font-size: 28px;
  }

  .plan ul {
    padding-left: 0;
  }

  .mockup-container {
    margin: 40px 10px;
  }

  .mockup-video {
    top: 5%;
    left: 11%;
    width: 78%;
    height: 78%;
  }
}
