/* --- fontes --- */
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900; /* Define que suporta todos os pesos de 100 a 900 */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

h1 {
    font-weight: 700; /* Bold */
}

.headline-container h1 {
    font-size: 1.5rem;
    font-weight: 300; /* leve */
    line-height: 1.4;
    color: white;
  }
  
  .destaque-azul {
    color: #46b2ff;
    font-weight: 400; /* não-bold */
  }

.subheadline-container h2 {
font-size: 0.75rem;            /* Menor que o h1 */
font-weight: 300;           /* Leve, sem bold */
color: #d0d0d0;             /* Cinza claro para parecer um comentário */
margin-top: 10px;
margin-bottom: 20px;
line-height: 1.6;
font-style: italic;         /* Opcional: dá o tom de observação/comentário */
}


p {
    font-weight: 300; /* Light */
}

.paragrafo-cta {
    margin-bottom: 16px;
    margin-top: 32px;
  }
  

em {
    font-weight: 500;
    font-style: italic;
}

/* --- Reset básico para garantir consistência entre navegadores --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* --- Configuração global do corpo do site --- */
body {
    font-family: 'Montserrat', system-ui, -apple-system, Roboto, sans-serif;
    background-color: #07243f;
    color: white;
    text-align: center;
    padding: 10px;
    
}

/* --- Container principal para alinhar o conteúdo --- */
.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    background: #07243f;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.1);
}

/* --- Logo Responsivo --- */
.logo-perfil img {
    width: 100%; /* Garante que a logo se ajuste ao container */
    max-width: 120px; /* Mantém tamanho máximo */
    height: auto;
    margin: 10px 0 1px;
}

/* --- Logo Responsivo --- */
.logo-escrito-perfil img {
    width: 80%; /* Garante que a logo se ajuste ao container */
    max-width: 350px; /* Mantém tamanho máximo */
    height: auto;
    margin: 5px 0 15px;
}

/* --- Logo Responsivo --- */
.logo-rise-footer img {
    width: 100%; /* Garante que a logo se ajuste ao container */
    max-width: 120px; /* Mantém tamanho máximo */
    height: auto;
    margin: 10px 0 1px;
}

/* --- Logo Responsivo --- */
.logo img {
    width: 100%; /* Garante que a logo se ajuste ao container */
    max-width: 500px; /* Mantém tamanho máximo */
    height: auto;
    margin: 10px 0;
}

/* --- Estilização da subheadline --- */
.headline-container .subheadline {
    color: #ffffff;
    line-height: 1.3;
    font-size: 0.8rem;
    margin-top: 1.0em;
    font-style: italic;
    font-weight: 300;
}
.subheadline-frase {
    display: block;
    margin-top: 0.5em;
}

/* --- Estilização do vídeo --- */
.video-container {
    margin-top: 60px;
    position: relative;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    width: 100%;
    max-width: 800px; /* Limita largura em telas grandes */
    margin: 32px auto; /* Espaçamento vertical + centraliza */
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); /* Sombrinha leve */
  }
  
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 12px;
  }

.button-container {
    display: flex;
    flex-direction: column; /* Organiza os botões verticalmente */
    align-items: center;
    gap: 10px; /* Adiciona espaçamento entre os botões */
    width: 100%;
    text-align: center;
    margin: 2rem 0;
}

/* --- Sessão CTA --- */
.cta-button {
  display: inline-block;
  background: #46b2ff;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 400;
  padding: 1em 2.2em;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(70,178,255,0.18);
  transition: background 0.2s, transform 0.2s;
}

.cta-button:hover {
  background: #2196db;
  transform: translateY(-2px) scale(1.04);
}

.benefits-row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px; /* aumenta o espaço entre as colunas */
  margin: 24px 8vw 0 8vw; /* aumenta o espaço lateral das colunas */
  flex-wrap: nowrap;
}

.benefit-col {
  flex: 1 1 0;
  max-width: 90%; /* aumenta o limite máximo da coluna */
  min-width: 0;
  background: rgba(255,255,255,0.03);
  border-radius: 12px;
  padding: 12px 4px 8px 4px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.benefit-icon {
  width: 25%;
  min-width: 22px;
  max-width: 32px;
  height: auto;
  margin-bottom: 8px;
}

.benefit-col p {
  color: #fff;
  font-size: 0.65rem; /* texto menor */
  font-weight: 100;
  margin: 0;
  line-height: 1.15;
  width: 100%;
  word-break: break-word;
}

@media (max-width: 700px) {
  .benefits-row {
    gap: 10px;
    margin: 16px 4vw 0 4vw; /* espaço lateral proporcional em telas pequenas */
  }
  .benefit-col {
    max-width: 100%;
    padding: 6px 1px 4px 1px;
  }
  .benefit-col p {
    font-size: 0.58rem;
  }
  .benefit-icon {
    max-width: 20px;
    min-width: 14px;
  }
}

/* --- Seção Mercado --- */
.market-section {
  margin: 60px 0 0 0;
  padding: 0 0 40px 0;
}

.market-title {
  font-size: 2.1rem;
  font-weight: 600;
  margin-bottom: 18px;
  text-align: center;
}

.market-desc {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 36px;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.market-table-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.market-table {
  border-collapse: separate;
  border-spacing: 0;
  min-width: 340px;
  max-width: 420px;
  width: 100%;
  background: transparent; /* Tabela transparente */
  border-radius: 18px;
  overflow: hidden;
  box-shadow: none; /* Remove sombra */
  font-size: 0.92rem; /* Texto menor */
  border: 1px solid rgba(255,255,255,0.18); /* Borda externa delicada */
}

.market-table th,
.market-table td {
  padding: 12px 12px; /* Menor padding */
  text-align: left;
  font-weight: 100;
  color: #fff; /* Texto branco */
  border-bottom: 1px solid rgba(255,255,255,0.18); /* Bordas brancas delicadas */
}

.market-table th {
  background: rgba(255,255,255,0.04); /* Leve destaque no header */
  font-weight: 200;
  font-size: 1rem;
  color: #ffffff;
  border-bottom: 1px solid rgba(255,255,255,0.22);
}

.market-table tr:last-child td {
  border-bottom: none;
}

.market-source {
  color: #fff;
  font-size: 0.78rem; /* Menor que todos os demais textos */
  margin-top: 14px;
  text-align: center;
  opacity: 0.7;
  font-style: italic; /* Itálico */
}

/* Responsivo */
@media (max-width: 600px) {
  .market-table {
    font-size: 0.82rem;
    min-width: 0;
    max-width: 100%;
  }
  .market-title {
    font-size: 1.1rem;
  }
  .market-desc {
    font-size: 0.92rem;
    padding: 0 8px;
  }
  .market-source {
    font-size: 0.60rem;
  }
}

.tracking-impact-section {
  margin: 64px 0 0 0;
  padding: 0 0 40px 0;
}

.tracking-impact-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 18px;
  text-align: center;
}

.tracking-impact-list {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.tracking-impact-row {
  display: flex;
  align-items: center;
  gap: 32px;
}

.tracking-impact-img {
  width: 25%;
  object-fit: cover;
  border-radius: 12px;
  background: #1a2b3c;
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
  flex-shrink: 0;
}

.tracking-impact-text {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tracking-impact-text h3 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0 0 8px 0;
  letter-spacing: 0.5px;
}

.tracking-impact-text span {
  font-weight: 700;
  letter-spacing: 1px;
}

.tracking-impact-text p {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 800px) {
   .tracking-impact-title {
    font-size: 1.1rem;
  }  
   .tracking-impact-row {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
  .tracking-impact-img {
    width: 75%;
    max-width: 320px;
    height: auto;
  }
  .tracking-impact-text {
    align-items: center;
    text-align: center;
  }
}

/* --- Conteúdo Programático --- */
.curriculum-section {
  max-width: 900px;
  margin: 64px auto 0 auto;
  padding: 0 18px 48px 18px;
  background: none;
}

.curriculum-title {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 12px;
  text-align: left;
}

.curriculum-desc {
  font-size: 1.08rem;
  color: #b9d6f8;
  margin-bottom: 32px;
  font-weight: 300;
  text-align: left;
}

.curriculum-block {
  margin-bottom: 38px;
}

.curriculum-subtitle {
  font-size: 1.25rem;
  color: #46B2FF;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
}

.curriculum-intro {
  font-size: 1rem;
  color: #fff;
  font-weight: 300;
  margin-bottom: 18px;
  text-align: left;
}

.curriculum-modules {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 48px;
  justify-content: flex-start;
}

.curriculum-module {
  min-width: 240px;
  flex: 1 1 320px;
  background: rgba(255,255,255,0.02);
  border-radius: 8px;
  padding: 18px 18px 12px 18px;
  margin-bottom: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.curriculum-module strong {
  color: #46B2FF;
  font-weight: 500;
  font-size: 1.07rem;
  display: block;
  margin-bottom: 8px;
  text-align: left;
}

.curriculum-module ul {
  margin: 0;
  padding-left: 18px;
  color: #fff;
  font-size: 0.98rem;
  font-weight: 300;
  line-height: 1.6;
  text-align: left;
}

.curriculum-divider {
  border: none;
  border-top: 1px solid #29405c;
  margin: 38px 0;
}

/* Responsivo */
@media (max-width: 900px) {
  .curriculum-section {
    padding: 0 8px 32px 8px;
  }
  .curriculum-title {
    font-size: 1.3rem;
  }
  .curriculum-modules {
    flex-direction: column;
    gap: 18px;
  }
  .curriculum-module {
    min-width: 0;
    padding: 14px 10px 10px 10px;
    margin-bottom: 0;
  }
}

@media (max-width: 600px) {
  .curriculum-modules {
    display: block;
    gap: 24px;
  }
  .curriculum-module {
    margin-bottom: 24px;
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
  }
  .curriculum-module:last-child {
    margin-bottom: 0;
  }
}

/* --- Sessão Entregas Extras --- */
.extras-section {
  margin: 64px 0 0 0;
  padding: 0 0 40px 0;
  text-align: center;
}

.extras-title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 18px;
}

.extras-yellow {
  color: #FFD86A;
  font-weight: 700;
}

.extras-desc {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 32px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.extras-columns {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
  margin-top: 24px;
}

.extras-col {
  flex: 1 1 0;
  max-width: 370px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.extras-icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-bottom: 18px;
}

.extras-text-col {
  color: #fff;
  font-size: 0.98rem;
  font-weight: 200;
  text-align: center;
}

@media (max-width: 900px) {
  .extras-columns {
    gap: 18px;
  }
  .extras-title {
    font-size: 1.1rem;
  }
  .extras-desc,
  .extras-text-col {
    font-size: 0.92rem;
  }
}

@media (max-width: 600px) {
  .extras-columns {
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }
  .extras-col {
    max-width: 100%;
  }
  .extras-icon {
    width: 48px;
    height: 48px;
  }
}

/* --- Seção about --- */


.about-section {
  margin: 64px 0 0 0;
  padding: 0 0 40px 0;
  display: flex;
  justify-content: center;
}

.about-container {
  display: flex;
  background: rgba(12, 32, 54, 0.95);
  border: 3px solid #46b2ff;
  border-radius: 12px;
  overflow: hidden;
  max-width: 1100px;
  width: 100%;
  min-height: 340px;
}

.about-photo {
  flex: 0 0 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a2b3c;
}

.about-photo img {
  width: 100%;
  height: auto;
  max-width: 340px;
  object-fit: cover;
  display: block;
}

.about-content {
  flex: 1 1 0;
  padding: 36px 36px 36px 36px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  text-align: left;        /* Garante alinhamento à esquerda */

}

.about-title {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 8px;
  color: #fff;
  letter-spacing: 1px;
}

.about-role {
  font-size: 1.05rem;
  color: #b9d6f8;
  margin-bottom: 22px;
  align-items: left;

}

.about-content p {
  font-size: 1.0rem;
  font-weight: 200;
  line-height: 1.5;
  margin: 0;
  align-items: left;

}

.about-content strong {
  font-weight: 600;
  color: #fff;
}

@media (max-width: 900px) {
  .about-container {
    flex-direction: column;
    align-items: center;
    min-height: 0;
  }
  .about-photo {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
  .about-photo img {
    max-width: 100%;
    height: auto;
  }
  .about-content {
    padding: 28px 16px 24px 16px;
    text-align: center;
  }
  .about-title {
    font-size: 1.5rem;
  }
  .about-content p {
    font-size: 0.9rem;
  }
}

/* --- Botão do WhatsApp Responsivo --- */
.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    background: transparent;
    color: white;
    padding: 12px 50px; /* Reduzi a largura do padding */
    width: 100%; /* Faz com que todos os botões tenham o mesmo tamanho */
    max-width: 400px; /* Limita a largura máxima para não ficarem muito grandes */
    border-radius: 1px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 3px;
    font-family: 'Montserrat', sans-serif;
    transition: transform 0.7s ease-in-out;
    white-space: nowrap; /* Evita que o texto quebre */
}

.whatsapp-btn img {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    transition: transform 0.7s ease-in-out;
}

/* --- Efeito hover --- */
.whatsapp-btn:hover {
    transform: scale(1.05);
}

.whatsapp-btn:hover img {
    transform: scale(1.05);
}

  

/* --- Rodapé --- */
footer {
    margin-top: 20px;
    padding: 20px 10px;
    background: #07243f;
    color: white;
    font-size: 10px;
    text-align: center;
}

/* --- Ícones das redes sociais --- */
.social-icons {
    margin: 5px 0;
}

.social-icons a {
    display: inline-block;
    margin: 0 5px;
}

.social-icons img {
    width: 24px;
    height: 24px;
    transition: transform 0.3s;
}

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

/* --- Texto do rodapé --- */

.footer-text {
    margin: 15px 0;
}

/* --- Responsividade (Mobile) --- */
@media (max-width: 768px) {
    .container {
        width: 100%; /* Ajusta o tamanho do container */
        padding: 15px;
    }

    .headline-container h1 {
        font-size: 110%;
      }

    .paragrafo-cta {
        font-size: 70%;
    }

    .logo img {
        max-width: 300px; /* Evita que a logo fique muito grande */
    }

    .whatsapp-btn {
        padding: 12px 30px; /* Ajuste para telas pequenas */
        font-size: 12px; /* Reduzi um pouco o tamanho da fonte */
    }

    footer {
        font-size: 9px; /* Ajuste de tamanho do texto */
    }
}

@media (max-width: 480px) {
    .logo img {
        max-width: 250px; /* Ainda menor para telas muito pequenas */
    }

    .whatsapp-btn {
        padding: 10px 20px; /* Reduzi ainda mais o botão */
        font-size: 11px;
    }
}

/* Efeito hover para o botão "Ir para o checkout" do popup */
#whatsapp-form button {
  background: #46b2ff;
  color: #fff;
  padding: 10px 0;
  width: 100%;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  margin-top: 10px;
  box-shadow: 0 4px 18px rgba(70,178,255,0.18);
  transition: background 0.2s, transform 0.2s;
}

#whatsapp-form button:hover {
  background: #2196db;
  transform: translateY(-2px) scale(1.04);
}

#whatsapp-input:focus {
  outline: none;
  box-shadow: none;
  border-color: #46B2FF;
}