:root {
    --primary: #36C928;
    --secondary: #0a0c0e;
    --highlight: #000000;
    --light-bg: #f5f7fa;
    --section-bg: #0a0c0e;
    --text: #fff;
    --muted: #b6c5d5;
    --radius: 18px;
    --max-width: 95%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', Arial, sans-serif;
    background: var(--secondary);
    color: var(--text);
    min-height: 100vh;
}

.container {
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    background: var(--secondary);
    box-shadow: var(--shadow);
    border-radius: var(--radius);
    overflow: hidden;
}

header {
    text-align: center;
    padding: 32px 24px 10px;
}

header h2 {
    color: rgb(255, 68, 68);
    font-size:30px;
}

.logo {
    width: 110px;
    margin-bottom: 14px;
    max-width: 35vw;
}
.sub-title {
    font-size: 15px;
    color: var(--muted);
    margin-bottom: 10px;
}

.sub-title-back-office {
    display: flex;
    font-size: 15px;
    color: var(--muted);
    margin-bottom: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: space-between;
    text-align: center;
}

.sub-title-video-comissoes {
    display: flex;
    font-size: 14px;
    color: var(--muted);
    margin-bottom: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: space-between;
    text-align: center;
}

.sub-title-back-office img {
    width: 150px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 10px;
}

.sub-title-next-business img {
    width: 300px;
}

.sub-title-next-business ul {
    list-style: none;
}

.depoimentos {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}
.depoimento {
    padding: 20px;
    text-align: center;
}
.depoimento img {
    text-align: center;
    width: 200px;
}

/* Perguntas Frequentes Section */
#perguntas-frequentes {
    color: #fff;
    border-radius: 12px;
}

#perguntas-frequentes h2 {
    font-size: 2.4em;
    margin-bottom: 30px;
    text-align: center;
}

#perguntas-frequentes .faq {
    margin-bottom: 25px;
    padding: 20px;
    border-radius: 8px;
    background-color: #333;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

#perguntas-frequentes .pergunta {
    font-size: 1em;
    font-weight: bold;
    color: #00ff00;
    margin-bottom: 10px;
}

#perguntas-frequentes .resposta {
    font-size: 09.em;
    color: #ddd;
}

.btn-mais-perguntas {
    background-color: #673ab7;
    color: #fff;
    font-size: 1.2em;
}

.sub-title-next-business li {
    font-size: 1em;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.sub-title-next-business li:before {
    content: '✔';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1em;
    color: yellow;
}

h1 {
    padding: 10px 0px;
    color: yellow;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 18px 0;
    line-height: 1.2;
}

h2 {
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 18px 0;
    line-height: 1.2;
}

.book-cover {
    width: 90%;
    display: block;
    margin: 0 auto 16px;
    border-radius: 8px;
    box-shadow: var(--shadow);
    max-width: 270px;
}

.cta-btn, .cta-btn-outline, .cta-btn-product {
    display: block;
    width: 90%;
    margin: 14px auto;
    padding: 14px 0;
    font-size: 17px;
    font-weight: bold;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    text-align: center;
    transition: background 0.2s, color 0.2s, border 0.2s;
}
.cta-btn {
    background: yellow;
    color: black;
}
.cta-btn:hover {
    background: #e85d04;
    color: #fff;
}
.cta-btn-outline {
    background: transparent;
    color: #e85d04;
    border: 2px solid var(--primary);
}
.cta-btn-outline:hover {
    background: var(--primary);
    color: #fff;
}

.cta-btn-video-grupo-wzp {
    margin: 40px;
    background: var(--primary);
    color: black;
    display: block;
    width: 100%;
    padding: 14px 20px;
    margin: 5px 0px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    text-align: center;
    transition: background 0.2s, color 0.2s, border 0.2s;
}
.cta-btn-video-grupo-wzp:hover {
    background: #e85d04;
    color: #fff;
}

.cta-btn-product {
    background: yellow;
    color: black;
    padding: 15px 10px;
}
.cta-btn-product:hover {
    background: #e85d04;
    color: #fff;
}
a {
    text-decoration: none;
    color: inherit;
}

.section {
    background: var(--section-bg);
    margin: 22px 0;
    padding: 18px 10px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.section-title {
    color: yellow;;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    text-align: center;
}

.section-list {
    font-weight: 550;
    margin: 12px;
}

.section-list ul {
    list-style: none;
}

.section-list li {
    font-size: 1em;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.section-list li:before {
    content: '✔';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1em;
    color: yellow;
}

.card {
    background: var(--light-bg);
    color: #232c34;
    border-radius: 11px;
    padding: 16px 12px;
    margin: 0 14px 16px 14px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.10);
    font-size: 16px;
}
.card strong { color: var(--primary); font-size: 22px; }

.topics {
    list-style: none;
    padding: 0;
    margin: 0;
}
.topics li {
    margin: 12px 0;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.topics li:before {
    content: "•";
    color: var(--highlight);
    font-size: 24px;
    margin-right: 8px;
}
.price-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}

.product-free-section {
    background: #bedfff;
    color: black;
    padding: 24px 10px 20px;
    border-radius: 12px;
    text-align: center;
    margin: 22px 0;
    width: 380px;
}

.product-free-price {
    font-size: 34px;
    font-weight: bold;
    margin: 12px 0 16px 0;
}

.product-free-titulo {
    font-size: 24px;
    color: black;
    font-weight: bolder;
}

.product-free-footer {
    font-size: 11px;
    text-align: left;
    padding: 2px 10px;
}

.product-free-section ul {
    text-align: left;
}

.product-free-section li {
    text-align: left;
}

.product-free-section ul {
    text-align: left;
    list-style: none;
    padding-left: 5%;
}

.product-free-section li {
    text-align: left;
    font-weight: 600;
}

.product-free-section li::before {
    content: '💰';
    font-size: 1.4em;
}

.product-discount-section {
    background: #a4ffa4;
    color: black;
    padding: 24px 10px 20px;
    border-radius: 12px;
    text-align: center;
    margin: 22px 0;
    width: 380px;
}

.product-discount-price {
    font-size: 34px;
    font-weight: bold;
    margin: 12px 0 16px 0;
}

.product-discount-titulo {
    font-size: 24px;
    color: black;
    font-weight: bolder;
}

.product-discount-footer {
    font-size: 11px;
    text-align: left;
    padding: 2px 10px;
}

.product-discount-section ul {
    text-align: left;
    list-style: none;
    padding-left: 5%;
}

.product-discount-section li {
    text-align: left;
    font-weight: 600;
}

.product-discount-section li::before {
    content: '💰';
    font-size: 1.4em;
}

.info-icon {
  display: inline-block;
  margin-left: 8px;
  background: #ff6f1a;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  transition: background 0.2s;
  outline: none;
  vertical-align: middle;
  user-select: none;
}
.info-icon:hover,
.info-icon:focus {
  background: #e85d04;
}

.tooltip {
  display: none;
  position: absolute;
  left: -150px;
  top: 50%;
  transform: translateY(-50%);
  background: #232c34;
  color: #fff;
  padding: 10px 16px;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.18);
  font-size: 14px;
  min-width: 200px;
  z-index: 10;
  white-space: normal;
}
.info-icon:hover .tooltip,
.info-icon:focus .tooltip {
  display: block;
}

.guarantee-section {
    background: var(--section-bg);
    color: #fff;
    border-radius: 12px;
    padding: 18px 10px;
    text-align: center;
    margin: 22px 0;
}

.guarantee-icon {
    width: 56px;
    margin-bottom: 10px;
    max-width: 22vw;
}
footer {
    text-align: center;
    padding: 18px 8px 12px;
    font-size: 14px;
    color: var(--muted);
    background: transparent;
}

.video-container {
  width: 100%;
  text-align: center;
  aspect-ratio: 16 / 9; /* Mantém a proporção 16:9 */
  /* Opcional: arredondamento ou sombra */
  border-radius: 12px;
  overflow: hidden;
  /*background: #000;*/ /* Para evitar fundo branco enquanto carrega */
}

.video-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.news-mosaic {
  position: relative;
  width: 100%;
  max-width: 800px;
  height: 580px;
  margin: 0 auto 32px auto;
  border-radius: 18px;
  overflow: visible;
  aspect-ratio: 16/9;
}

.news-img {
  position: absolute;
  box-shadow: 0 8px 28px 0 rgba(0,0,0,0.35);
  border-radius: 8px;
  transition: transform 0.2s, box-shadow 0.2s;
  width: 25%; /* base para responsividade */
  height: auto;
  background: #fff;
}

.img1 { top: 6%; left: 0%; z-index: 1; width: 33%; transform: rotate(-2deg);}
.img2 { top: 0%; left: 33%; z-index: 2; width: 33%; transform: rotate(4deg);}
.img3 { top: 0%; right: 0%; z-index: 3; width: 33%; transform: rotate(-3.5deg);}
.img4 { top: 45%; left: 0%; z-index: 4; width: 33%; transform: rotate(2deg);}
.img5 { top: 45%; left: 33%; z-index: 5; width: 33%; transform: rotate(-1.5deg);}
.img6 { top: 45%; right: 0%; z-index: 6; width: 33%; transform: rotate(2deg);}


/* Efeito hover opcional */
.news-img:hover {
  transform: scale(1.03) rotate(0deg);
  z-index: 10;
  box-shadow: 0 12px 36px 0 rgba(0,0,0,0.5);
}
.section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 32px 0 24px 0;
}
.section-divider::before,
.section-divider::after {
  content: '';
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, #ffad33 0%, #232c34 100%);
  opacity: 0.7;
  border-radius: 2px;
}
.divider-dot {
  width: 14px;
  height: 14px;
  background: #ffad33;
  border-radius: 50%;
  margin: 0 12px;
  box-shadow: 0 0 6px #ffad3377;
}

.pdl-igreen {
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}
.pdl-igreen img {
    width: 100%;
}
.pdl-igreen-section-1 {
    width: 100%;
    border: 1px solid #00ff00;
    border-radius: 30px;
    padding: 25px 10px;
}
.pdl-igreen-section-2 {
    width: 100%;
    padding-top: 10px;
}

.product-pdl-titulo{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}

.product-pdl-price-old {
    text-align: center;
    font-size: 30px;
    text-decoration: line-through;
    color: #e85d04;
    padding: 10px 0px;
}

.product-pdl-price-new {
    text-align: center;
    font-size: 30px;
    font-weight: bolder;
    color: var(--primary);
    padding: 10px 0px;
}

/* Selo RA 1000*/
.selo-ra-1000 {
    text-align: center;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

.selo-ra-1000 img {
    width: 100%;
    border-radius: 10px;
    
}

.selo-ra-1000-1 {
    width: 100%;
    padding: 10px;
}

.selo-ra-1000-2 {
    width: 100%;
    padding-top: 10px;
    font-size: 18px;
}

.selo-ra-1000-sub-title {
    font-size: 14px;
    color: var(--muted);
    text-align: justify;
    padding: 0px 20px;
}

.selo-ra-1000-sub-title div {
    margin-top: 10px;
}

.chatvolt-chatbox-bubble-dbx420 {
    width: 120px;
}

@media (min-width: 600px) {
    .chatvolt-chatbox-bubble-wg40x0 {
        width: 180px;
    }
    .chatvolt-chatbox-bubble-wg40x0 {
        width: 180px;
    }
}

.chatvolt-chatbox-bubble-tncxc7 {
    display: flex;

}

/* Responsivo para mobile */
@media (max-width: 600px) {
    .news-mosaic {
        aspect-ratio: 1/1;
    }
    .news-img {
        width: 50%;
    }
    .img1, .img2, .img3, .img4, .img5, .img6 {
        left: auto; right: auto;
        /* Ajuste para caber melhor no mobile */
    }
    .img1 { top: 0%; left: 0%; }
    .img2 { top: 0%; right: 0%; }
    .img3 { top: 33%; left: 0%; }
    .img4 { top: 33%; right: 0%; }
    .img5 { top: 66%; left: 0%; }
    .img6 { top: 66%; right: 0%; }

    .tooltip {
        left: -250px;
    }
    .product-discount-section li {
        text-align: left;
        font-size: 13px;
    }
    .product-free-section li {
        text-align: left;
        font-size: 13px;
    }
}

/* RESPONSIVIDADE */
@media (min-width: 900px) {
    h1 {
        font-size: 38px;
    }
    h2 {
        font-size: 22px;
    }
    :root {
        --max-width: 45vw;
    }
    .cta-btn {
        margin: 40px;
    }
    .section-title { font-size: 32px; }
    .card { font-size: 18px; }
    .news-mosaic {height: 500px;}
    .section-list li {font-size: 1.2em;}
    .sub-title{font-size: 20px;}
    .sub-title-back-office {
        display: flex;
        font-size: 18px;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: space-between;
        text-align: left;
    }
    .sub-title-next-business {
        display: flex;
        font-size: 18px;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: space-between;
        text-align: left;
    }
    .sub-title-back-office img {
        width: 230px;        
    }
    .sub-title-video-comissoes {
        font-size: 24px;
        text-align: left;
        display: flex;
        flex-wrap: nowrap;
    }
    .sub-title-next-business img {
        width: 330px;        
    }
    .cta-btn-video-grupo-wzp {
        width: 250px;
    }
    .depoimento {
        width: 30%;
    }
    .video-container {
        width: 100%;
    }
    .pdl-igreen {
        display: flex;
        width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-around;
        align-items: center;
    }
    .pdl-igreen img {
        width: 100%;
    }
    .pdl-igreen-section-1 {
        width: 50%;
    }
    .pdl-igreen-section-2 {
        width: 50%;
        padding: 30px;
    }
    .selo-ra-1000-sub-title {
        font-size: 22px;
        color: var(--muted);
        padding: 10px 40px;
    }
    header h2 {
        font-size:40px;
    }
}