/* ==========================
   HEADER / NAVIGATION
   ========================== */
header {
  background: var(--cor-primaria);
  color: #fff;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.6rem 0;
}

.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
}

.logo-container:hover {
  transform: scale(1.05);
  transition: transform 0.3s;
}

.logo-title {
  font-size: 2.2rem;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.logo {
  width: 50px;
  height: 50px;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  background-image: url('../images/logo.png');
  border-radius: 50%;
  border-color: #fff;
  border-width: 0.2rem;
  border-style: solid;
}

.nav-list {
  list-style: none;
  margin-top: 1rem;
  align-items: center;
  display: flex;
}

.nav-list li {
  margin: 0.5rem 0;
}

.nav-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  padding: 0.5rem 0.5rem;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.nav-btn-active {
  font-weight: bold;
  text-decoration: underline;
  transition: color 0.3s, text-decoration 0.3s;
  font-size: 1.1rem;
  font-weight: 500;
}

.nav-btn:hover {
  color: var(--cor-quaternaria);
  text-decoration: underline;
  transition: color 0.3s, text-decoration 0.3s;
}

/* ==========================
   BANNER / HERO
   ========================== */
   
.banner {
  background-image: url('../images/banner.png');
  background-size: cover;
  background-position: center;
  padding: 6rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  pointer-events: none;
}

.banner > .banner-content {
  position: relative;
  z-index: 2;
}

.banner-content {
  padding: 1rem 1.5rem; 
  border-radius: 30px; 
  max-width: 90%; 
  margin: 0 auto; 
  display: inline-block;

}

.banner-title {
  font-size: 3.5rem;
  margin-bottom: 0.5rem;
  font-family: "Playfair Display", serif;
  text-shadow: 2px 2px 8px rgba(60, 30, 0, 0.8);
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
}

.banner-subtitle {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  text-shadow: 2px 2px 8px rgba(60, 30, 0, 0.8);
  color: #fff;
}

.banner-ritual-manha-sagrada {
  background-image: url('../images/banner-ritual-da-manha-sagrada.png');
  background-size: cover;
  background-position: center;
  padding: 4rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.banner-ritual-manha-sagrada::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(40, 20, 0, 0.3);
  z-index: 1;
  pointer-events: none;
}

.banner-ritual-manha-sagrada > .banner-content {
  position: relative;
  z-index: 2;
}

.banner-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.banner-buttons .btn-primary,
.banner-buttons .btn-secondary {
  margin: 0.5rem;
  border-radius: 1rem;
}

/* ==========================
   BOTÕES
   ========================== */
.btn-primary {
  background-color: var(--cor-secundaria);
  color: var(--cor-texto);
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  border-radius: 0.25rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
}

.btn-primary:hover {
  background-color: var(--cor-quaternaria);
  color: #fff;
  transform: translateY(-2px) scale(1.03);
  transition: background-color 0.3s, color 0.3s, transform 0.3s;
}

.btn-secondary {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 0.25rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
}

.btn-secondary:hover {
  background-color: var(--cor-quaternaria);
  color: #fff;
  transform: translateY(-2px) scale(1.03);
  transition: background-color 0.3s, color 0.3s, transform 0.3s;
}

.btn-tertiary {
  background-color: var(--cor-quaternaria);
  color: #fff;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  border-radius: 1.5rem;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.btn-tertiary:hover {
  background-color: var(--cor-primaria);
  color: #fff;
  transform: translateY(-2px) scale(1.03);
  transition: background-color 0.3s, color 0.3s, transform 0.3s;
}

/* ==========================
   SESSÕES E CONTEÚDO
   ========================== */
section {
  padding: 2rem 0;
}

.midia .video-frame {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  margin-bottom: 1rem;
}

.midia .video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 16px;
  overflow: hidden;
}

.spotify {
  text-align: center;
}

.spotify-embed {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 1rem;
}

.letra-mantra {
  background: rgba(255, 255, 255, 0.8);
  padding: 1rem;
  border-radius: 0.5rem;
}

.servicos .cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.card {
  background: #fff;
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* ==========================
   FOOTER
   ========================== */
footer {
  background: var(--cor-primaria);
  padding: 2rem 0;
}

.footer-direitos {
  text-align: center;
  font-size: 1rem;
  color: #fff;
  margin-top: 3rem;
  font-style: normal;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}

.footer-section {
  flex: 1 1 200px;
  min-width: 200px;
}

.footer-section h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 0.5rem;
}

.footer-section ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.5;
  display: block;
  padding: 0.2rem 0;
  border-radius: 0.25rem;
  transition: color 0.3s, text-decoration 0.3s;
  font-style: normal;
}

.footer-section ul li a:hover {
  color: var(--cor-quaternaria);
  text-decoration: underline;
  transition: color 0.3s, text-decoration 0.3s;
}

.footer-email {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;  
  color: #fff;
  text-decoration: none;
  transition: color 0.3s, text-decoration 0.3s;
}

.footer-email:hover {
  color: var(--cor-quaternaria);
  text-decoration: underline;
  transition: color 0.3s, text-decoration 0.3s;
}

.section-ajuda {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 0;
}

.ajuda-titulo {
  font-size: 1.5rem;
  color: var(--cor-texto);
  text-align: center;
  font-family: "Lora", serif;
  font-weight: 500;
}

.ajuda-cards {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin: 2rem 0;
  flex-wrap: wrap;
}
.ajuda-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  background: var(--cor-secundaria);
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  padding: 1.5rem 1rem;
  width: 175px;
  transition: transform 0.2s, box-shadow 0.2s;
  color: #333;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.ajuda-card img {
  width: 48px;
  height: 48px;
  margin-bottom: 0.7rem;
}
.ajuda-card span {
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  color: var(--cor-texto);
}
.ajuda-card:hover {
  transform: translateY(-6px) scale(1.05);
  box-shadow: 0 6px 18px rgba(108,99,255,0.12);
  transition: transform 0.2s, box-shadow 0.2s;
  background: var(--cor-quintaria);
}

/* MENU MOBILE HAMBURGUER */
.menu-hamburguer-mobile {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 1rem;
  z-index: 130;
}
.hamburguer-bar {
  width: 28px;
  height: 4px;
  background: #fff;
  border-radius: 2px;
  margin: 3px 0;
  transition: all 0.3s cubic-bezier(.4,2,.6,1);
}

@media (max-width: 1280px) {
  .banner-title {
    font-size: 2.5rem;
  }
  .banner-subtitle {
    font-size: 1.2rem;
  }
  .banner {
  padding: 2rem 0;
  }
  .logo-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 1024px) {
  .nav {
    display: block;
    position: absolute;
    top: 70px;
    right: 1.5rem;
    background: var(--cor-primaria);
    border-radius: 1.2rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    min-width: 180px;
    max-width: 90vw;
    z-index: 120;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-20px) scaleY(0.8);
    transition: all 0.32s cubic-bezier(.4,2,.6,1);
  }
  .nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scaleY(1);
  }
  .nav-list {
    margin: 0;
    padding: 1.2rem 1.2rem 1.2rem 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    margin-top: 0;
    align-items: flex-start;
  }
  .nav-list li {
    margin: 0;
  }
  .nav-list li a {
    color: #fff;
    font-size: 1rem;
    width: 100%;
    text-align: left;
    border-radius: 0.5rem;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    transition: background 0.2s, color 0.2s;
    display: block;
  }
  .nav-btn {  
  padding: 0;
  }
  .nav-btn-active {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  padding: 0.4rem 0.8rem;
  }
  .menu-hamburguer-mobile {
    display: flex;
  }
}

@media (max-width: 600px) {
  .nav-mobile {
    right: 0.5rem;
    min-width: 120px;
    max-width: 99vw;
  }
  .ajuda-card {
    width: 100%;
    padding: 1rem 0.5rem;
  }
  .ajuda-cards {
    gap: 1rem;
  }
  .ajuda-card {
    width: 170px;
    padding: 1rem 0.5rem;
  }
  .ajuda-card img {
    width: 36px;
    height: 36px;
  }
  .ajuda-card span {
    font-size: 1.1rem;
  }
  .banner-title {
    font-size: 2.3rem;
  }
  .banner-subtitle {
    font-size: 1.1rem;
  }
  .banner {
  padding: 1.5rem 0;
  }  
  .banner-buttons {
    flex-direction: column;
    gap: 0.5rem;
  }
  .banner-buttons .btn-primary,
  .banner-buttons .btn-secondary {
    padding: 0.7rem 1rem;
    font-size: 1.1rem;
  }
}

@media (max-width: 400px) {
  .logo {
    border-width: 0.19rem;
    width: 45px;
    height: 45px;
  }
  .logo-title {
    font-size: 1.3rem;
  }
  .banner-title {
    font-size: 2rem;
  }
  .banner-subtitle {
    font-size: 1rem;
  }
  .banner {
  padding: 1rem 0;
  }
  .header-container {
  padding: 0.5rem 0;
  }
}

.menu-hamburguer-mobile.active .hamburguer-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.menu-hamburguer-mobile.active .hamburguer-bar:nth-child(2) {
  opacity: 0;
}
.menu-hamburguer-mobile.active .hamburguer-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ==========================
   Consentimento para Google Analytics
   ========================== */

.consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #ccc;
  padding: 1rem;
  text-align: center;
  font-family: "Poppins", sans-serif;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.consent-banner button {
  margin: 0 0.5rem;
  padding: 0.5rem 1rem;
  border: none;
  background: var(--cor-primaria);
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  border-radius: 5px;
}
.consent-banner button:hover {
  background: var(--cor-secundaria);
}
.consent-banner a {
  color: var(--cor-primaria);
  text-decoration: underline;
}
