body {
margin: 0;
font-family: 'Roboto', sans-serif;
background-color: #111;
color: #fff;
}
.top-bar {
background-color: red;
color: white;
text-align: center;
font-weight: bold;
padding: 10px;
font-size: 14px;
}
.hero {
text-align: center;
padding: 40px 20px 20px 20px;
}
.hero h1 {
font-size: 2.2em;
font-weight: bold;
line-height: 1.2;
}
.hero h1 .highlight {
color: #ff00ff;
}
.hero p {
margin-top: 15px;
font-size: 1.1em;
color: #00ff00;
font-weight: 500;
}
.video-wrapper {
max-width: 640px;
margin: 30px auto 10px auto;
}
.button-container {
margin-top: 20px;
}
.button-container a {
background-color: #FFD700;
color: black;
font-weight: bold;
text-decoration: none;
padding: 15px 30px;
border-radius: 8px;
font-size: 1.2em;
display: inline-block;
}
.features-section {
background-color: #111;
padding: 60px 20px 40px;
text-align: center;
}
.features-section h2 {
font-size: 2em;
font-weight: bold;
color: #ffffff;
margin-bottom: 10px;
}
.features-section .subtitle {
font-size: 1.1em;
color: #00ff00;
font-weight: bold;
margin-bottom: 30px;
}
.features-image img {
max-width: 50%;
height: auto;
border-radius: 8px;
}
.benefits-section {
background-color: #111;
padding: 60px 20px;
text-align: center;
}
.benefits-content {
max-width: 960px;
margin: 0 auto;
}
.benefits-image img {
max-width: 500px;
height: auto;
margin-bottom: 30px;
}
.benefits-list {
list-style: none;
padding: 0;
margin: 0;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 20px;
}
.benefits-list li {
background: #222;
padding: 15px;
border-radius: 10px;
font-size: 1em;
font-weight: 500;
color: #00ff00;
display: flex;
align-items: center;
justify-content: center;
height: 70px;
transition: background 0.3s;
}
.benefits-list li\:hover {
background: #333;
}
.benefits-list li span {
display: block;
max-width: 90%;
}
.icon-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
gap: 30px;
justify-items: center;
align-items: center;
margin: 40px auto;
max-width: 1000px;
}

.icon-grid img {
height: 120px;
filter: drop-shadow(0 0 10px #00f7ff) brightness(1.2);
transition: transform 0.3s ease;
}

.icon-grid img\:hover {
transform: scale(1.1);
}
.recommended-section {
background-color: #111;
color: #fff;
padding: 60px 20px;
text-align: center;
}

.recommended-content {
max-width: 800px;
margin: 0 auto;
}

.recommended-section h2 {
font-size: 2em;
font-weight: bold;
margin-bottom: 10px;
}

.recommended-section h2 .highlight {
color: #00ff99;
}

.recommended-section .subtitle {
font-size: 1.1em;
color: #00ff99;
margin-bottom: 30px;
}

.recommended-list {
list-style: none;
padding: 0;
font-size: 1em;
display: flex;
flex-direction: column;
gap: 15px;
line-height: 1.6;
}

.recommended-list li {
background-color: #1a1a1a;
padding: 15px 20px;
border-radius: 8px;
border-left: 5px solid #00ff99;
text-align: left;
}

.tools-cost-section {
background: #111;
color: #fff;
padding: 60px 20px;
text-align: center;
}
.tools-cost-content {
max-width: 800px;
margin: 0 auto;
}
.tools-cost-section h2 {
font-size: 2em;
margin-bottom: 10px;
}
.tools-cost-section .subtitle {
font-size: 1.1em;
color: #00ff00;
margin-bottom: 30px;
}
.tools-list ul {
list-style: none;
padding: 0;
margin: 0 auto 30px;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 10px;
}
.tools-list li {
background: #1a1a1a;
padding: 12px 18px;
border-radius: 8px;
font-weight: 500;
display: flex;
justify-content: space-between;
align-items: center;
}
.tools-list li span {
color: #00f7ff;
font-weight: bold;
}
.total-box {
background: #222;
padding: 20px;
border-radius: 10px;
margin-bottom: 20px;
}
.total-box .highlight {
color: #FFD700;
font-size: 1.5em;
}
.total-box .sub {
font-size: 0.95em;
color: #bbb;
}
.cta-box p {
font-size: 1.1em;
margin: 15px 0;
color: #00ff00;
}
.unlock-btn {
display: inline-block;
background: #FFD700;
color: #111;
padding: 15px 30px;
border-radius: 8px;
font-weight: bold;
font-size: 1.2em;
text-decoration: none;
transition: background 0.3s;
}
.unlock-btn\:hover {
background: #ffcc00;
}

.plan-section {
background-color: #fff;
padding: 60px 20px;
text-align: center;
color: #111;
}

.plan-section h2 {
font-size: 2em;
margin-bottom: 40px;
}

.plans-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 40px;
max-width: 1100px;
margin: 0 auto;
}

.plan-card {
background-color: #f1f1f1;
padding: 30px 25px;
border-radius: 16px;
width: 320px;
box-shadow: 0 0 15px rgba(0,0,0,0.06);
position: relative;
border: 1px solid #ccc;
}

.plan-card h3 {
font-size: 1.4em;
margin-bottom: 10px;
}

.plan-card .price {
font-size: 2.5em;
font-weight: bold;
margin: 10px 0;
color: #00c853;
}

.price-orange {
color: #ff5722;
}

.period {
font-size: 0.9em;
color: #555;
margin-bottom: 25px;
}

.benefits {
list-style: none;
padding: 0;
text-align: left;
color: #333;
font-size: 1em;
margin-bottom: 20px;
}

.benefits li {
margin-bottom: 12px;
}

.obs {
font-size: 0.8em;
color: #999;
margin-bottom: 20px;
}

.btn {
display: inline-block;
padding: 12px 25px;
border-radius: 8px;
font-weight: bold;
text-decoration: none;
color: #fff;
}

.btn-green {
background-color: #00c853;
}

.btn-orange {
background-color: #ff5722;
}

.premium {
border: 3px solid #ffd700;
}

.plan-highlight {
background-color: #ffd700;
color: #111;
font-weight: bold;
padding: 10px;
border-radius: 10px 10px 0 0;
position: absolute;
top: -20px;
left: 0;
right: 0;
}
.garantia-section {
background-color: #fff;
padding: 60px 20px;
text-align: center;
color: #111;
}

.garantia-container {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 40px;
max-width: 1100px;
margin: 0 auto;
}

.garantia-selo {
max-width: 220px;
width: 100%;
}

.garantia-conteudo h3 {
font-size: 1.8em;
margin-bottom: 10px;
}

.garantia-conteudo p {
font-size: 1.1em;
margin: 10px 0;
color: #111;
}

.btn-garantia {
display: inline-block;
background-color: #64f910;
color: #111;
font-weight: bold;
text-decoration: none;
padding: 14px 28px;
font-size: 1.1em;
border-radius: 8px;
margin: 20px 0;
}

.garantia-reforco {
font-size: 1.3em;
font-weight: 600;
max-width: 600px;
margin: 0 auto;
}
.duvidas-whatsapp {
background-color: #fff;
padding: 60px 20px;
text-align: center;
color: #111;
}

.duvidas-conteudo {
max-width: 700px;
margin: 0 auto;
}

.duvidas-whatsapp h2 {
font-size: 2em;
font-weight: bold;
margin-bottom: 15px;
}

.duvidas-whatsapp p {
font-size: 1.1em;
margin-bottom: 25px;
color: #333;
}

.btn-whatsapp {
background-color: #25d366;
color: #fff;
font-weight: bold;
text-decoration: none;
padding: 15px 30px;
font-size: 1.2em;
border-radius: 8px;
display: inline-block;
transition: background 0.3s ease;
}

.btn-whatsapp\:hover {
background-color: #1ebe5b;
}
.rodape {
background-color: #000;
color: #fff;
text-align: center;
padding: 30px 20px;
font-size: 0.95em;
}

.rodape-conteudo {
max-width: 900px;
margin: 0 auto;
}
.benefit-box {
background: #111;
color: #fff;
border-radius: 8px;
padding: 16px 20px;
margin: 10px 0;
display: flex;
align-items: center;
gap: 10px;
box-shadow: 0 0 5px #00ff88;
border: 1px solid #00ff88;
transition: box-shadow 0.3s ease;
}

.benefit-box\:hover {
box-shadow: 0 0 15px #00ff88, 0 0 25px #00ff88;
}
.texto-promocao {
font-size: 1.1em;
color: #00ff88;
font-weight: bold;
margin-bottom: 20px;
}
.bonus-section {
background-color: #000;
color: #fff;
padding: 60px 20px;
text-align: center;
border-top: 2px solid #00ff88;
border-bottom: 2px solid #00ff88;
box-shadow: 0 0 20px #00ff88 inset;
}

.bonus-title {
font-size: 2em;
color: #00ff88;
margin-bottom: 10px;
text-transform: uppercase;
}

.bonus-subtitle {
font-size: 1.4em;
color: #ffffff;
font-weight: bold;
margin-bottom: 15px;
}

.bonus-description {
max-width: 800px;
margin: 0 auto 30px;
font-size: 1.1em;
line-height: 1.6;
}

.video-wrapper {
max-width: 800px;
margin: 0 auto 30px;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 0 20px #00ff88;
}

.bonus-highlight {
font-size: 1.1em;
color: #00ff88;
font-weight: bold;
}
#popup-oferta {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  justify-content: center;
  align-items: center;
  padding: 20px;
  flex-direction: column;
}


#popup-oferta .conteudo {
	position: relative;
  background: #f4fff4;
  color: #000;
  max-width: 500px;
  padding: 30px;
  border-radius: 15px;
  border: 2px solid #00c853;
  text-align: center;
  font-family: Arial, sans-serif;
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

#popup-oferta h2 {
  margin-top: 0;
  color: #0d0d0d;
}

#popup-oferta ul {
  text-align: left;
  margin: 20px 0;
  padding-left: 20px;
}

#popup-oferta a {
  display: block;
  margin: 15px 0;
  padding: 12px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

.btn-verde {
  background-color: #00c853;
  color: #fff;
}

.btn-secundario {
  background-color: transparent;
  color: #333;
  border: 1px solid #ccc;
}

.cronometro {
  color: red;
  font-weight: bold;
  font-size: 16px;
}
.fechar-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  font-weight: bold;
  color: #444;
  background: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  transition: background 0.3s ease;
  z-index: 10001;
}
.fechar-popup:hover {
  background: #f1f1f1;
}



@media (max-width: 768px) {
.plans-container {
flex-direction: column;
align-items: center;
}

.benefits-list {
grid-template-columns: 1fr !important;
}

.icon-grid {
grid-template-columns: repeat(2, 1fr);
}

.video-wrapper {
width: 100%;
padding: 0 10px;
}

.garantia-container {
flex-direction: column;
text-align: center;
}

.rodape {
font-size: 0.85em;
padding: 20px 10px;
}

.button-container a {
width: 100%;
padding: 15px 0;
font-size: 1.1em;
}
/* garante que nenhum estilo anterior quebre o player */
.video-wrapper{
  width:min(980px,96%);
  margin:20px auto;
}

.vsl-player{
  position:relative;
  aspect-ratio:16/9;          /* mantém 16:9 sem “padding-top hack” */
  background:#000;
  border-radius:14px;
  overflow:hidden;
  /* “glow” fora do conteúdo, não corta o vídeo */
  box-shadow:
    0 0 0 3px rgba(16,185,129,.65),    /* aro verde */
    0 20px 50px rgba(0,0,0,.45);
}

.vsl-player iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  display:block;
}

/* se existir algo assim no seu CSS, neutralize: */
.video-wrapper iframe,
.video-wrapper { max-height:none; height:auto; padding:0; }

