/* Página E-books */
.ebook-page {
  background-color: var(--cor-sexta);
}

.ebook-section {
  padding: 4rem 0;
  text-align: center;
  background-color: var(--cor-terciaria);
}
.ebook-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
  justify-content: center;
}
.ebook-testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 1rem;
}
.ebook-cta {
  text-align: center;
  max-width: 800px;
  padding: 3rem 1rem;
  background-color: var(--cor-secundaria);
  color: var(--cor-primaria);
  border-radius: 1rem 1rem 0 0;
}
.ebook-cta-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
/* Imagens */
.ebook-cover {
  display: block;
  max-width: 500px;
  width: 100%;
  min-width: 0;
  margin: 0 auto 1.5rem auto;
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  height: auto;
}
.ebook-preview-img {
  width: 100%;
  max-width: 390px;
  height: auto;
  border-radius: 0.5rem;
}
.ebook-preview-img:hover {
  transform: scale(1.05);
  transition: transform 0.3s;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.ebook-testimonial-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

/* Botões */
.ebook-btn {
  padding: 0.7rem 1.7rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1rem;
  margin-top: 1rem;
  background-color: #ae6100;
  color: var(--cor-quintaria);
  border: 0.2rem #e0910a solid;
  border-radius: 3rem;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.2s;
  text-align: center;
  box-shadow: 1px 5px 7px rgba(174, 97, 0, 1);
  margin-top: 1.5rem;
}

.ebook-btn:hover {
  background-color: #e0910a;
  border: 0.2rem #ae6100 solid;
  transform: translateY(-2px);
  transition: background-color 0.3s, transform 0.2s;
}

/* Listas */
.ebook-list {
  margin-left: 2rem;
  margin-top: 1rem;
}

/* Testemunhos */
.ebook-testimonial-card {
  background: #fff;
  padding: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.ebook-testimonial-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transform: translateY(-2px);
  transition: box-shadow 0.2s, transform 0.2s;
}
.ebook-testimonial-header {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.ebook-testimonial-stars {
  color: gold;
  margin-top: 0.5rem;
}
.ebook-testimonial-author {
  font-weight: bold;
  margin-top: 0.5rem;
}
.ebook-testimonial-text {
  font-style: italic;
  margin-top: 0.5rem;
}
.ebook-testimonial-produto {
  font-weight: bold;
  margin-top: 0.5rem;
}
/* ==========================
   PAGINA SOBRE
   ========================== */

.sobre-titulo {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  color: var(--cor-texto);
  font-family: "Lora", serif;
  font-weight: 500;
}
.sobre-conteudo {
  max-width: 800px;
  margin: 0 auto;
  padding: 1.5rem 2.5rem;
  line-height: 1.6;
  color: var(--cor-texto);
  background: var(--cor-secundaria);
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  font-size: 1.1rem;
  text-align: center;
  font-family: "Lora", serif;
  font-weight: 400;
}
.sobre-cards {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}
.sobre-card {
  background: var(--cor-secundaria);
  padding: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
  max-width: 250px;
}
.sobre-card img {
  width: 100px;
  height: auto;
}
.sobre-card h3 {
  font-size: 1.2rem;
  color: var(--cor-texto);
  margin-bottom: 0.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.sobre-card p {
  font-size: 1rem;
  color: var(--cor-texto);
  font-family: "Lora", serif;
  line-height: 1.5;
  font-weight: 400;
}
.sobre-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transform: translateY(-4px) scale(1.02);
}
.sobre-call-to-action-container {
  text-align: center;
  max-width: 800px;
}
.sobre-call-to-action-container p {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: var(--cor-texto);
  font-family: "Lora", serif;
  font-weight: 500;
}
.sobre-call-to-action-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

/* ==========================
   PÁGINA E-BOOKS
   ========================== */
.ebook-banner-title {
  font-size: 6rem;
  color: var(--cor-quintaria);
  text-shadow: 2px 2px 8px rgba(60, 30, 0, 0.7), 0 1px 0 #fff;
  font-weight: normal;
  font-family: "Cormorant Garamond", serif;
  line-height: 0.9;
}

.ebook-apresentacao-secao {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
  padding: 0rem 1rem;
}
.ebook-apresentacao-textos {
  flex: 1 1 0;
  padding: 0rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.ebook-apresentacao-textos-h2 {
  font-size: 1.8rem;
  color: var(--cor-texto);
  margin-bottom: 1rem;
  font-family: "Lora", serif;
  font-weight: 500;
  line-height: 1.5;
}
.ebook-apresentacao-textos-h3 {
  font-size: 1.5rem;
  color: var(--cor-texto);
  margin-bottom: 1rem;
  font-family: "Lora", serif;
  font-weight: 500;
  line-height: 1.5;
}
.ebook-apresentacao-textos-p {
  font-size: 1.1rem;
  color: var(--cor-texto);
  font-family: "Lora", serif;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.ebook-apresentacao-imagem {
  flex: 1 1 0;
  max-width: 350px;
  width: 100%;
  object-fit: contain;
  align-self: center;
}

.ebook-beneficios-row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 2rem;
  max-width: 900px;
  margin: 0rem auto;
  padding: 0rem 1rem;
  box-sizing: border-box;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.ebook-beneficio-compra {
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  padding: 0rem 1rem;
  min-width: 220px;
  max-width: 300px;
}
.ebook-preco {
  font-size: 2.2rem;
  color: var(--cor-quintaria);
  margin-bottom: 1.5rem;
  background-color: #713e00;
  padding: 0.5rem 1.7rem;
  border-radius: 0.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.ebook-beneficio-lista {
  flex: 2 1 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: transparent;
  padding: 0rem 1.5rem;
}
.ebook-beneficio-lista ul {
  padding-left: 1.3rem;
}

.ebook-beneficio-lista ul li {
  font-size: 1.05rem;
  color: var(--cor-texto);
  font-family: "Lora", serif;
  line-height: 1.6;
}

/* ==========================
   RESPONSIVIDADE (Mobile First)
   ========================== */
@media (min-width: 768px) {
  .header-container {
    flex-direction: row;
    justify-content: space-between;
  }

  .nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 0;
  }

  .servicos .cards {
    flex-direction: row;
  }
}

@media (max-width: 900px) {
  .ebook-apresentacao-secao {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  .ebook-apresentacao-imagem,
  .ebook-apresentacao-textos {
    max-width: 100%;
    width: 100%;
  }
  .ebook-apresentacao-textos {
    padding: 1.2rem 1rem;
  }
  .ebook-beneficios-row {
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
    padding: 1.2rem 0.5rem;
  }
  .ebook-beneficio-compra, .ebook-beneficio-lista {
    max-width: 100%;
    min-width: 0;
    padding: 1.2rem 1rem;
  }
  .ebook-beneficio-compra {
    margin-bottom: 0;
  }
  .ebook-banner-title {
    font-size: 3rem;
  }
  .ebook-cta-buttons {
  flex-direction: column;
  gap: 0.1rem;
  }
}

@media (max-width: 500px) {
  .links-arvore-container {
    padding: 1.2rem 0.3rem;
  }
  .links-arvore-title {
    font-size: 1.1rem;
  }

  .sobre-card {
  max-width: 100%;
  }

  .ebook-apresentacao-textos-h3 {
    font-size: 1.3rem;
  }
}

/* ==========================
   ARVORE DE LINKS
   ========================== */
.links-arvore-container {
  max-width: 400px;
  margin: 2rem auto;
  padding: 2rem 1rem;
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
}

.links-arvore-logo {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: url('../images/logo.png') center/cover no-repeat;
  border: 3px solid var(--cor-primaria);
  margin-bottom: 0.5rem;
}

.links-arvore-title {
  font-size: 1.5rem;
  color: var(--cor-texto);
  margin-bottom: 1rem;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.links-arvore-title span {
  color: var(--cor-primaria);
  font-weight: bold;
  font-family: "Lora", serif;
  font-size: 1.2rem;
}

.links-arvore-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.links-arvore-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem;
  background: var(--cor-secundaria);
  color: var(--cor-texto);
  border: none;
  border-radius: 0.75rem;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, transform 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  min-height: 50px;
}

.links-arvore-icon {
  margin-right: 0.5rem;
  width: 40px;
  height: auto;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}

.links-arvore-btn:hover {
  background: var(--cor-primaria);
  color: #fff;
  transform: translateY(-2px) scale(1.03);
}

/* ==========================
   MÚSICA PERSONALIZADA
   ========================== */
.musica-servico {
  margin: 2.5rem auto 0 auto;
  max-width: 900px;
  background: var(--cor-secundaria, #f8f8f8);
  border-radius: 1rem 1rem 0 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  padding: 2.5rem 1.5rem;
  text-align: center;
}
.musica-titulo {
  font-size: 2rem;
  color: var(--cor-texto);
  margin-bottom: 1.2rem;
  font-family: "Lora", serif;
  font-weight: 600;
}
.musica-servico-flex {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.musica-servico-texto {
  flex: 2 1 340px;
  text-align: left;
  font-size: 1.1rem;
  color: var(--cor-texto);
  font-family: "Lora", serif;
}
.musica-servico-lista {
  margin: 1.2rem 0 0 1.2rem;
  padding: 0;
  list-style: disc inside;
  font-size: 1rem;
  color: var(--cor-texto);
}
.musica-servico-valores {
  flex: 1 1 220px;
  background: #fff;
  border-radius: 0.7rem;
  box-shadow: 0 2px 8px rgba(174, 97, 0, 0.07);
  padding: 1.5rem 1rem;
  text-align: left;
  min-width: 200px;
  max-width: 260px;
  margin: 0 auto;
}
.musica-servico-valores h3 {
  font-size: 1.2rem;
  color: var(--cor-texto);
  margin-bottom: 0.7rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-align: center;
}
.musica-servico-valores ul {
  margin: 0 0 0.7rem 1.2rem;
  padding: 0;
  list-style: disc inside;
  font-size: 1rem;
}
.musica-servico-valores li {
  margin-bottom: 0.4rem;
  color: var(--cor-texto);
  font-family: "Lora", serif;
  font-weight: 400;
}
.musica-servico-valores p {
  font-size: 1rem;
  color: var(--cor-texto);
  margin-top: 0.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-align: center;
}
.musica-servico-pagamento {
  font-size: 0.98rem;
  color: var(--cor-texto);
  margin-top: 0.7rem;
}
.musica-servico-cta {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 1.5rem;
}

/* FAQ - Perguntas Frequentes */
.faq-section {
  margin-bottom: 3rem;
}
.faq-list {
  max-width: 795px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 1.5rem;
}
.faq-item {
  border-radius: 1rem;
  background: var(--cor-secundaria);
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  padding: 0.5rem 1.2rem;
  transition: box-shadow 0.2s;
}
.faq-item:focus-within, .faq-item:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  transform: translateY(-2px);
  background: var(--cor-quintaria);
}
.faq-question {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 1rem 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--cor-texto);
  font-family: "Poppins", sans-serif;
}
.faq-toggle {
  font-size: 1.5rem;
  margin-left: 1rem;
  color: var(--cor-quaternaria);
  font-weight: bold;
  transition: color 0.2s;
}
.faq-answer {
  padding: 0.5rem 0 1rem 0;
  color: var(--cor-texto);
  font-size: 1.1rem;
  line-height: 1.6;
  border-top: 1px solid #ececec;
  margin-top: -0.5rem;
  font-family: "Lora", serif;
  font-weight: 400;
}
@media (max-width: 600px) {
  .musica-titulo {
    font-size: 1.6rem;
  }
  .faq-list {
    padding: 0 0.5rem;
  }
  .faq-question {
    font-size: 1rem;
    padding: 0.8rem 0;
  }
  .faq-answer {
    font-size: 0.97rem;
  }
}

/* Chamada E-book Ritual da Manhã Sagrada na Home */
.ebook-chamada-home {
  margin: 3rem auto 2.5rem auto;
  background: var(--cor-secundaria);
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(229,177,82,0.10);
  padding: 2.5rem 1.5rem;
}
.ebook-chamada-flex {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.ebook-chamada-textos {
  flex: 1 1 320px;
  min-width: 260px;
  max-width: 700px;
}
.ebook-chamada-textos h2 {
  margin-bottom: 1rem;
  color: var(--cor-texto);
  font-family: "Lora", sans-serif;
  font-weight: 600;
  font-size: 2.1rem;
}
.ebook-chamada-textos p {
  font-size: 1.13rem;
  color: var(--cor-texto);
  font-family: "Lora", serif;
  font-weight: 400;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.ebook-chamada-imgwrap {
  flex: 0 0 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ebook-chamada-imgwrap img {
  max-width: 220px;
  width: 100%;
  filter: drop-shadow(0 6px 18px rgba(185,122,26,0.18));
  border-radius: 12px;
}
.ebook-chamada-beneficios {
  padding-left: 1.2rem;
  max-width: 500px;
  margin-bottom: 2.5rem;
}
.ebook-chamada-beneficios li {
  list-style: disc inside;
  font-family: "Lora", serif;
  font-weight: 400;
  color: var(--cor-texto);
  font-size: 1.05rem;
}
@media (max-width: 800px) {
  .ebook-chamada-flex {
    flex-direction: column-reverse;
    gap: 1.5rem;
    text-align: center;
  }
  .ebook-chamada-imgwrap {
    margin-bottom: 1rem;
  }
  .ebook-chamada-textos h2 {
    font-size: 1.5rem;
  }
  .ebook-chamada-beneficios {
    margin-left: 0;
    padding-left: 1rem;
    font-size: 1rem;
  }
}

/* ==========================
   CARROSSEL DE VÍDEO
   ========================== */
.video-carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 2rem auto 0 auto;
}
.video-frame {
  width: 100%;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-frame iframe {
  width: 100%;
  min-height: 320px;
  aspect-ratio: 16/9;
  border-radius: 12px;
  border: none;
  background: #000;
  box-shadow: 0 2px 16px rgba(0,0,0,0.10);
}
.video-carousel-controls {
  display: flex;
  gap: 1.2rem;
  margin-top: 1.2rem;
  justify-content: center;
}
.video-carousel-btn {
  background: var(--cor-secundaria);
  border: none;
  border-radius: 8px;
  padding: 0.7rem 2.1rem;
  font-size: 1.1rem;
  color: var(--cor-texto);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(229,177,82,0.10);
  cursor: pointer;
  font-weight: 600;
  transition: background 0.2s, color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-carousel-btn:hover {
  background: var(--cor-quintaria);
  color: #a86a0a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(229,177,82,0.15);
}
.video-carousel-btn:active {
  outline: none;
  box-shadow: 0 0 0 3px rgba(229,177,82,0.3);
  background: var(--cor-quintaria);
  color: #a86a0a;
}

@media (max-width: 900px) {
  .video-carousel, .video-frame {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .video-frame iframe {
    min-height: 180px;
    border-radius: 8px;
  }
  .video-carousel-btn {
    padding: 0.6rem 1.2rem;
    font-size: 1rem;
  }
}

/* ==========================
   LETRAS.PHP ESPECÍFICO
   ========================== */
.search-bar-container {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    padding: 0 1rem;
    width: 100%;
}

.search-bar {
    width: 100%;
    max-width: 600px;
    display: flex;
    justify-content: center;
}
.search-bar input {
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    border: 1px solid var(--cor-texto);
    color: var(--cor-texto);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    background-color: #fff;
    border-radius: 30px;
    transition: border-color 0.2s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.search-bar input:focus {
    outline: none;
    border-color: var(--cor-primaria);
}
.video-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}
.video-item {
    text-align: center;
    cursor: pointer;
}
.video-item:hover {
    transform: translateY(-5px);
    transition: transform 0.2s;
}
.video-item img {
    width: 100%;
    height: auto;
    max-width: 370px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.video-item img:hover {
    transform: scale(1.05);
    transition: transform 0.2s;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.video-item h3 {
    margin-top: 0.2rem;
    font-size: 1.2rem;
    color: var(--cor-texto);
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.video-item a {
    text-decoration: none;
    color: var(--cor-texto);
    transition: color 0.2s;
}

@media (max-width: 900px) {
  .search-bar {
    max-width: 100%;
    padding: 0 1rem;
  }
  .video-item img {
    max-width: 300px;
  }
}

@media (max-width: 800px) {
  .video-item img {
    max-width: 270px;
  }
}

@media (max-width: 700px) {
  .video-item img {
    max-width: 100%;
  }
}

/* ==========================
   SONGS.PHP ESPECÍFICO
   ========================== */
.letra-e-video {
  display: flex;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.letra-container {
  flex: 1;
}
.letra-container h2 {
  font-size: 2.3rem;
  color: var(--cor-texto);
  margin-bottom: 1.5rem;
  font-family: "Lora", serif;
  font-weight: 600;
}
.letra-container p {
  font-size: 1.3rem;
  color: var(--cor-texto);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-family: "Lora", serif;
  font-weight: 400;
}
.video-container {
  flex: 1;
}
.video-container iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border-radius: 12px;
  border: none;
  box-shadow: 0 2px 16px rgba(0,0,0,0.10);
}

@media (max-width: 400px) {
  .sobre-titulo {
    font-size: 1.8rem;
  }
  .musica-titulo {
    font-size: 1.5rem;
  }
  .musica-servico-lista {
    margin: 0;
    margin-top: 1rem;
  }
  .musica-servico-lista li {
    font-size: 0.9rem;
  }
  .sobre-conteudo {
    font-size: 1rem;
  }
  .musica-servico-texto p {
    font-size: 1rem;
  }
  .ebook-banner-title {
    font-size: 4rem;
  }
  .ebook-apresentacao-textos-h2 {
    font-size: 1.2rem;
    text-align: center;
  }
  .ebook-apresentacao-textos-p {
    font-size: 1rem;
    text-align: center;
  }
  .ebook-apresentacao-textos-h3 {
    font-size: 1.1rem;
    text-align: center;
  }
  .ebook-beneficio-lista ul li {
    font-size: 0.95rem;
  }
  .ebook-preco {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .letra-e-video {
    flex-direction: column;
    align-items: center;
  }
  .letra-container {
    flex-direction: column;
  }
  .letra-container h2 {
    font-size: 1.5rem;
  }
  .letra-container p {
    font-size: 1.1rem;
  }
  .video-container {
    order: -1;
    width: 100%;
  }
  .video-container iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
  }
  .letra-container > div {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .letra-e-video {
    flex-direction: column;
    align-items: center;
  }
  .letra-container {
    flex-direction: column;
  }
  .video-container {
    order: -1;
    width: 100%;
  }
  .video-container iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
  }
  .letra-container > div {
    width: 100%;
  }
}

/* ==========================
   PRIVACY POLICY PAGE
   ========================== */
.privacy-policy-page {
  font-family: "Poppins", sans-serif;
  color: var(--cor-texto);
  line-height: 1.6;
  padding: 2rem 1rem;
}

.privacy-policy-page .page-title {
  font-size: 2.5rem;
  color: var(--cor-primaria);
  text-align: center;
  margin-bottom: 2rem;
}

.privacy-policy-page h2 {
  font-size: 1.8rem;
  color: var(--cor-quaternaria);
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.privacy-policy-page p {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.privacy-policy-page ul {
  list-style: disc;
  margin-left: 2rem;
  margin-bottom: 1rem;
}

.privacy-policy-page a {
  color: var(--cor-primaria);
  text-decoration: underline;
}

.privacy-policy-page a:hover {
  color: var(--cor-sexta);
}

/* ==========================
   LOGIN PAGE
   ========================== */
.login-header-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6rem 0;
}

.login-section {
  max-width: 400px;
  margin: 5rem auto;
  padding: 2rem;
  background-color: var(--cor-secundaria);
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.login-section h1 {
  text-align: center;
  font-size: 2rem;
  color: var(--cor-texto);
  font-family: "Poppins", sans-serif;
  margin-bottom: 1.5rem;
}

.login-section form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.admin-subtitle {
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.login-section label {
  font-size: 1rem;
  color: var(--cor-texto);
  font-family: "Poppins", sans-serif;
}

.login-section input {
  padding: 0.8rem;
  font-size: 1rem;
  border: 1px solid var(--cor-quaternaria);
  border-radius: 0.5rem;
  font-family: "Poppins", sans-serif;
}

.login-section input:focus {
  outline: none;
  border-color: var(--cor-primaria);
  box-shadow: 0 0 4px var(--cor-primaria);
}

.login-section .btn-primary {
  padding: 0.8rem;
  font-size: 1rem;
  background-color: var(--cor-primaria);
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  transition: background-color 0.3s, transform 0.2s;
}

.login-section .btn-primary:hover {
  background-color: var(--cor-quaternaria);
  transform: translateY(-2px);
}

.error-message {
  color: red;
  font-size: 0.9rem;
  text-align: center;
  margin-bottom: 1rem;
}

/* ==========================
   RESPONSIVE DESIGN
   ========================== */
@media (max-width: 768px) {
  .login-section {
    margin: 3rem auto;
    padding: 1.5rem;
  }

  .login-section h1 {
    font-size: 1.8rem;
  }

  .login-section input {
    font-size: 0.9rem;
  }

  .login-section .btn-primary {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .login-section {
    margin: 2rem auto;
    padding: 1rem;
  }

  .login-section h1 {
    font-size: 1.5rem;
  }

  .login-section input {
    font-size: 0.8rem;
  }

  .login-section .btn-primary {
    font-size: 0.8rem;
  }
}

/* ==========================
   PAINEL ADMINISTRATIVO
   ========================== */

.admin-actions {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.admin-list {
  margin: 0;
  padding: 0;
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.admin-list table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Poppins", sans-serif;
}

.admin-list th,
.admin-list td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid var(--cor-quaternaria);
}

.admin-list th {
  background-color: var(--cor-secundaria);
  color: var(--cor-texto);
  font-weight: 600;
}

.admin-list td img {
  max-width: 100px;
  border-radius: 0.5rem;
}

.admin-list td img:hover {
  transform: scale(1.05);
  transition: transform 0.2s;
}

.admin-list td a {
  color: var(--cor-texto);
  font-weight: 500;
  transition: color 0.2s, text-decoration 0.2s;
  font-family: "Poppins", sans-serif;
}

.admin-list td a:hover {
  color: var(--cor-primaria);
  text-decoration: underline;
}

.admin-list td a {
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  transition: background-color 0.3s, transform 0.2s;
}

.admin-list td button {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
}

.admin-list td a.btn-secondary {
  background-color: var(--cor-secundaria);
  color: var(--cor-texto);
  border: 1px solid var(--cor-quaternaria);
}

.admin-list td a.btn-secondary:hover {
  background-color: var(--cor-quaternaria);
  color: #fff;
  transform: translateY(-2px);
}

.admin-list td button.btn-danger {
  background-color: #e74c3c;
  color: #fff;
  border: none;
}

.admin-list td button.btn-danger:hover {
  background-color: #c0392b;
  transform: translateY(-2px);
}

/* ==========================
   RESPONSIVE DESIGN
   ========================== */
@media (max-width: 768px) {
  .admin-header h1 {
    font-size: 2rem;
  }

  .admin-header nav {
    flex-direction: column;
    gap: 0.5rem;
  }

  .admin-list td img {
    max-width: 80px;
  }
}

@media (max-width: 480px) {
  .admin-header h1 {
    font-size: 1.8rem;
  }

  .admin-list td img {
    max-width: 60px;
  }
}

/* ==========================
   ESTILO PARA PÁGINAS DE ADICIONAR E EDITAR
   ========================== */
.add-edit-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background-color: var(--cor-terciaria);
}

.add-edit-page h1 {
  font-size: 2.8rem;
  color: var(--cor-primaria);
  margin-bottom: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.add-edit-page form {
  width: 100%;
  max-width: 800px;
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.add-edit-page form label {
  display: block;
  font-size: 1.1rem;
  color: var(--cor-texto);
  margin-bottom: 0.5rem;
  font-family: "Poppins", sans-serif;
}

.add-edit-page form input,
.add-edit-page form textarea,
.add-edit-page form select {
  width: 100%;
  max-width: 100%;
  padding: 0.9rem;
  margin-bottom: 1.2rem;
  border: 1px solid var(--cor-quaternaria);
  border-radius: 6px;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
}

.add-edit-page form button {
  background-color: var(--cor-primaria);
  color: #fff;
  padding: 0.9rem 1.8rem;
  border: none;
  border-radius: 6px;
  font-size: 1.1rem;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  transition: background-color 0.3s, transform 0.2s;
}

.add-edit-page form button:hover {
  background-color: var(--cor-quaternaria);
  transform: translateY(-2px);
}

.add-edit-page .btn-return {
  margin-top: 1.5rem;
  background-color: var(--cor-secundaria);
  color: var(--cor-texto);
  padding: 0.9rem 1.8rem;
  border: none;
  border-radius: 6px;
  font-size: 1.1rem;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  transition: background-color 0.3s, transform 0.2s;
}

.add-edit-page .btn-return:hover {
  background-color: var(--cor-quaternaria);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .add-edit-page form {
    max-width: 100%;
    padding: 1.5rem;
  }

  .add-edit-page h1 {
    font-size: 2.2rem;
  }

  .add-edit-page form input,
  .add-edit-page form textarea,
  .add-edit-page form select {
    font-size: 0.9rem;
    padding: 0.8rem;
    margin-bottom: 1rem;
  }

  .add-edit-page form button,
  .add-edit-page .btn-return {
    font-size: 1rem;
    padding: 0.8rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .add-edit-page h1 {
    font-size: 1.8rem;
  }

  .add-edit-page form {
    padding: 1rem;
  }

  .add-edit-page form label {
    font-size: 0.9rem;
  }

  .add-edit-page form input,
  .add-edit-page form textarea,
  .add-edit-page form select {
    font-size: 0.8rem;
    padding: 0.7rem;
    margin-bottom: 0.8rem;
  }

  .add-edit-page form button,
  .add-edit-page .btn-return {
    font-size: 0.9rem;
    padding: 0.7rem 1.2rem;
  }
}

@media (max-width: 370px) {
  .add-edit-page h1 {
    font-size: 1.3rem;
  }

  .add-edit-page form {
    padding: 0.8rem;
  }

  .add-edit-page form input,
  .add-edit-page form textarea,
  .add-edit-page form select {
    font-size: 0.7rem;
  }

  .add-edit-page form button,
  .add-edit-page .btn-return {
    font-size: 0.8rem;
    padding: 0.6rem 1rem;
  }
}
