/* ============================================================
   VEREDAS DA RESISTÊNCIA — Design System
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Lato:wght@300;400;700&family=Cinzel:wght@400;600;700;800;900&display=swap');

/* ---- Variables ---- */
:root {
  --color-dark:   #251605;
  --color-rust:   #A44200;
  --color-gold:   #FCCA46;
  --color-beige:  #FEEEC3;
  --color-teal:   #388697;
  --color-olive:  #6A704C;
  --color-white:  #FAFAFF;
  --color-sand:   #D4A273;
  --color-brown:  #251605;
  --color-cream:  #FEEEC3;

  --font-title: 'Fjalla One', sans-serif;
  --font-display: 'Cinzel', serif;
  --font-body: 'Lato', sans-serif;

  --transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  --shadow-card: 0 8px 40px rgba(37,22,5,0.25);
  --shadow-deep: 0 20px 60px rgba(37,22,5,0.45);
  --radius: 12px;
  --radius-lg: 24px;

  --section-pad: clamp(60px, 8vw, 120px);
  --container: min(1100px, 85vw);
}

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; overflow-x: hidden; width: 100%; }
body {
  font-family: var(--font-body);
  background: var(--color-dark);
  color: var(--color-beige);
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  line-height: 1.7;
}
/* ---- Container ---- */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ---- Section Default & Divisor ---- */
section {
  position: relative;
  z-index: 1;
}

/* Divisores de Seção: Papel Rasgado Orgânico (Fidelidade ao Modelo de Referência) */
section:not(#hero), footer {
  position: relative;
  z-index: 1;
}

section:not(#hero)::before, footer::before {
  content: '';
  position: absolute;
  /* Altura pronunciada para um rasgo visível e imponente */
  height: clamp(80px, 9vw, 120px);
  top: calc(clamp(80px, 9vw, 120px) * -1 + 6px); /* Overlap profundo para enterrar qualquer fresta */
  left: 0;
  width: 100%;
  z-index: 20;
  
  /* Máscara Orgânica de Papel Rasgado (1200px Seamless Loop) */
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 100' preserveAspectRatio='none'%3E%3Cpath d='M0%2C100 L0%2C70 0%2C70 L10%2C65.8 L20%2C75.9 L30%2C78 L40%2C81.8 L50%2C77.1 L60%2C74.1 L70%2C72.4 L80%2C70.2 L90%2C68.3 L100%2C68.8 L110%2C66.2 L120%2C66.3 L130%2C70.1 L140%2C68.1 L150%2C69.8 L160%2C72.9 L170%2C72.9 L180%2C68.6 L190%2C62.3 L200%2C64.2 L210%2C54.7 L220%2C50.5 L230%2C46.1 L240%2C45 L250%2C46.5 L260%2C49.4 L270%2C51.7 L280%2C55.8 L290%2C60.3 L300%2C63.5 L310%2C62.1 L320%2C67.8 L330%2C62.5 L340%2C62.4 L350%2C60.9 L360%2C62.5 L370%2C63.6 L380%2C68.4 L390%2C65.3 L400%2C70 L410%2C75.3 L420%2C76.8 L430%2C75.8 L440%2C83.9 L450%2C84.6 L460%2C84.7 L470%2C77.3 L480%2C76.8 L490%2C74.5 L500%2C69 L510%2C61 L520%2C61.9 L530%2C55.9 L540%2C55.1 L550%2C55.3 L560%2C57.1 L570%2C56.1 L580%2C56.7 L590%2C56.8 L600%2C55 L610%2C59.4 L620%2C56.4 L630%2C54.3 L640%2C53.6 L650%2C49.9 L660%2C53.5 L670%2C54.5 L680%2C55.8 L690%2C60.1 L700%2C65.9 L710%2C68.6 L720%2C74.6 L730%2C80.5 L740%2C76.9 L750%2C78 L760%2C78.9 L770%2C77 L780%2C69.8 L790%2C71.9 L800%2C66.6 L810%2C72.2 L820%2C72.4 L830%2C69.3 L840%2C70.3 L850%2C69.9 L860%2C70.8 L870%2C74.5 L880%2C65.1 L890%2C68.6 L900%2C61.3 L910%2C53.9 L920%2C54.8 L930%2C45.6 L940%2C50.8 L950%2C49.5 L960%2C45.8 L970%2C50.2 L980%2C52.5 L990%2C57.9 L1000%2C58.1 L1010%2C60.5 L1020%2C68 L1030%2C65.5 L1040%2C61.4 L1050%2C64.9 L1060%2C65.5 L1070%2C63.7 L1080%2C63.7 L1090%2C67.7 L1100%2C73.6 L1110%2C75 L1120%2C79.4 L1130%2C78.3 L1140%2C85.1 L1150%2C82.5 L1160%2C77.4 L1170%2C74.7 L1180%2C71 L1190%2C73.6 L1200%2C62.2 L1200%2C70 L1200%2C100%20Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 100' preserveAspectRatio='none'%3E%3Cpath d='M0%2C100 L0%2C70 0%2C70 L10%2C65.8 L20%2C75.9 L30%2C78 L40%2C81.8 L50%2C77.1 L60%2C74.1 L70%2C72.4 L80%2C70.2 L90%2C68.3 L100%2C68.8 L110%2C66.2 L120%2C66.3 L130%2C70.1 L140%2C68.1 L150%2C69.8 L160%2C72.9 L170%2C72.9 L180%2C68.6 L190%2C62.3 L200%2C64.2 L210%2C54.7 L220%2C50.5 L230%2C46.1 L240%2C45 L250%2C46.5 L260%2C49.4 L270%2C51.7 L280%2C55.8 L290%2C60.3 L300%2C63.5 L310%2C62.1 L320%2C67.8 L330%2C62.5 L340%2C62.4 L350%2C60.9 L360%2C62.5 L370%2C63.6 L380%2C68.4 L390%2C65.3 L400%2C70 L410%2C75.3 L420%2C76.8 L430%2C75.8 L440%2C83.9 L450%2C84.6 L460%2C84.7 L470%2C77.3 L480%2C76.8 L490%2C74.5 L500%2C69 L510%2C61 L520%2C61.9 L530%2C55.9 L540%2C55.1 L550%2C55.3 L560%2C57.1 L570%2C56.1 L580%2C56.7 L590%2C56.8 L600%2C55 L610%2C59.4 L620%2C56.4 L630%2C54.3 L640%2C53.6 L650%2C49.9 L660%2C53.5 L670%2C54.5 L680%2C55.8 L690%2C60.1 L700%2C65.9 L710%2C68.6 L720%2C74.6 L730%2C80.5 L740%2C76.9 L750%2C78 L760%2C78.9 L770%2C77 L780%2C69.8 L790%2C71.9 L800%2C66.6 L810%2C72.2 L820%2C72.4 L830%2C69.3 L840%2C70.3 L850%2C69.9 L860%2C70.8 L870%2C74.5 L880%2C65.1 L890%2C68.6 L900%2C61.3 L910%2C53.9 L920%2C54.8 L930%2C45.6 L940%2C50.8 L950%2C49.5 L960%2C45.8 L970%2C50.2 L980%2C52.5 L990%2C57.9 L1000%2C58.1 L1010%2C60.5 L1020%2C68 L1030%2C65.5 L1040%2C61.4 L1050%2C64.9 L1060%2C65.5 L1070%2C63.7 L1080%2C63.7 L1090%2C67.7 L1100%2C73.6 L1110%2C75 L1120%2C79.4 L1130%2C78.3 L1140%2C85.1 L1150%2C82.5 L1160%2C77.4 L1170%2C74.7 L1180%2C71 L1190%2C73.6 L1200%2C62.2 L1200%2C70 L1200%2C100%20Z' fill='black'/%3E%3C/svg%3E");
  mask-size: 800px 100%;
  mask-repeat: repeat-x;
  mask-position: bottom;
  
  pointer-events: none;
}

/* Alinhamento de Textura para evitar Tonality Gap */
#sobre, #sobre::before {
  background: url('assets/refs/old-paper.png') center top / cover !important;
  background-attachment: fixed !important;
}

#retratos, #retratos::before {
  background: linear-gradient(rgba(37, 22, 5, 0.5), rgba(37, 22, 5, 0.5)), url('assets/imgs/bg-fotografias.webp') center top / cover no-repeat !important;
  background-attachment: fixed !important;
}

#travessia::before, #equipe::before, #playlist::before, #instagram::before, #edital::before { 
  background: var(--color-dark); 
}
#transparencia, #transparencia::before {
  background: linear-gradient(rgba(254, 238, 195, 0.7), rgba(254, 238, 195, 0.7)), url('REFERÊNCIAS/bg-transparência.webp') center center / cover !important;
  background-attachment: fixed !important;
}

#video-section::before, #contato::before, #depoimentos::before, #playlist::before { 
  background: var(--color-dark); 
}

#footer::before {
  background: linear-gradient(rgba(37, 22, 5, 0.5), rgba(37, 22, 5, 0.5)), url('REFERÊNCIAS/bg-footer.webp') center top / cover no-repeat !important;
  background-attachment: fixed !important;
  z-index: 30; /* Garante que fique acima da textura ::after */
}
#apadrinhamento::before {
  background: #e5e5e5; /* Tom equilibrado para o divisor de papel */
}
#edital::before {
  background: #251605;
}
/* Garantir que o divisor do depoimento seja exatamente a cor escura do card */
#depoimentos::before {
  background: url('REFERÊNCIAS/bg-depoimentos.webp') center center / cover no-repeat !important;
  background-attachment: fixed !important;
}
#apadrinhamento::before {
  background: url('REFERÊNCIAS/bg-apadrinhamento.webp') center center / cover no-repeat !important;
  background-attachment: fixed !important;
}
#depoimentos {
  background: url('REFERÊNCIAS/bg-depoimentos.webp') center center / cover no-repeat !important;
  background-attachment: fixed !important;
}

#parceiros::before {
  background: #483530;
}

#documentos, #documentos::before {
  background: url('assets/imgs/bg-documents-2.webp') center center / cover !important;
  background-attachment: fixed !important;
}


/* Estilo do Ícone no Menu Inferior (Pílula) */
.nav-home-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 5px 12px !important;
  min-width: 44px;
}
.nav-icon {
  height: 22px;
  width: auto;
  filter: drop-shadow(0 0 5px rgba(252,202,70,0.3));
  transition: transform 0.3s;
}
.nav-home-btn:hover .nav-icon, .nav-home-btn.active .nav-icon {
  transform: scale(1.15);
}
.nav-home-btn.active {
  background: var(--color-gold) !important;
}
.nav-home-btn.active .nav-icon {
  filter: brightness(0.2) drop-shadow(0 0 2px rgba(0,0,0,0.3));
}

.footer-icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.footer-nav-icon {
  height: 40px;
  width: auto;
  opacity: 0.8;
  transition: transform 0.3s, opacity 0.3s;
}
.footer-icon-link:hover .footer-nav-icon {
  transform: scale(1.1);
  opacity: 1;
}

/* ---- Noise Overlay (Sobrepõe absolutamente tudo) ---- */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url('assets/refs/noise.webp');
  background-repeat: repeat;
  background-size: 200px 200px;
  opacity: 0.1; /* Opacidade ajustada para 10% */
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 100000;
}

/* Account Info Card (Rustic/Premium) */
.account-info-card {
  background: rgba(37, 22, 5, 0.4);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(252, 202, 70, 0.2);
  border-radius: var(--radius-lg);
  padding: 40px;
  margin-top: 40px;
  text-align: left;
  max-width: 500px;
  box-shadow: var(--shadow-deep);
  position: relative;
  overflow: hidden;
}

.account-info-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: radial-gradient(circle at top right, rgba(252,202,70,0.05), transparent);
  pointer-events: none;
}

.account-info-card h4 {
  color: var(--color-gold);
  font-family: var(--font-display);
  font-size: 1.2rem;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-align: center;
  border-bottom: 1px solid rgba(252, 202, 70, 0.15);
  padding-bottom: 15px;
}

.account-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.account-info-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.account-info-item:last-child {
  border-bottom: none;
}

.account-info-label {
  color: var(--color-sand);
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.account-info-value {
  color: var(--color-white);
  font-family: monospace;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

@media (max-width: 500px) {
  .account-info-card {
    padding: 24px;
    width: 90%;
  }
  .account-info-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}

/* Pix QR Code Styles */
.pix-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.pix-qr-container {
  background: white;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  display: flex;
  justify-content: center;
}

.pix-qr-container img {
  display: block;
  width: 180px !important;
  height: 180px !important;
}

.pix-beneficiary {
  color: var(--color-gold);
  font-family: var(--font-display);
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-transform: uppercase;
}

.pix-copy-box {
  display: flex;
  width: 100%;
  max-width: 320px;
  background: rgba(0,0,0,0.3);
  border: 1px solid rgba(252,202,70,0.2);
  border-radius: 8px;
  overflow: hidden;
}

.pix-copy-box input {
  flex: 1;
  background: transparent;
  border: none;
  color: var(--color-white);
  padding: 10px 14px;
  font-family: monospace;
  font-size: 0.8rem;
  text-overflow: ellipsis;
}

.btn-copy {
  background: var(--color-gold);
  border: none;
  color: var(--color-dark);
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.btn-copy:hover {
  background: var(--color-white);
}

.btn-copy svg {
  width: 18px;
  height: 18px;
}

.pix-hint {
  font-size: 0.75rem;
  color: var(--color-sand);
  font-style: italic;
  text-align: center;
}

@media (max-width: 500px) {
  .pix-qr-container img {
    width: 150px !important;
    height: 150px !important;
  }
}

/* ---- Typography ---- */
h1, h2, h3 { font-family: var(--font-title); line-height: 1.2; }
h1 { font-size: clamp(2.5rem, 6vw, 5rem); font-weight: 900; }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 700; }
h3 { font-size: clamp(1.25rem, 2vw, 1.75rem); font-weight: 600; }
p { font-size: clamp(1rem, 1.2vw, 1.15rem); }

/* ---- Section Divider ---- */
.section-divider {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: translateY(1px);
}
.section-divider svg { display: block; width: 100%; height: auto; }

/* ---- Container ---- */
.container { width: var(--container); margin: 0 auto; }

/* ---- Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 36px;
  border-radius: 50px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.12);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}
.btn:hover::before { transform: scaleX(1); }
.btn-primary {
  background: var(--color-gold);
  color: var(--color-dark);
  box-shadow: 0 4px 25px rgba(252,202,70,0.45);
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 35px rgba(252,202,70,0.6);
}
.btn-outline {
  border: 2px solid var(--color-gold);
  color: var(--color-gold);
}
.btn-outline:hover {
  background: var(--color-gold) !important;
  color: var(--color-dark) !important;
  transform: translateY(-3px);
}
.btn-rust {
  background: var(--color-rust);
  color: var(--color-beige);
  box-shadow: 0 4px 25px rgba(164,66,0,0.45);
}
.btn-rust:hover { transform: translateY(-3px); box-shadow: 0 8px 35px rgba(164,66,0,0.6); }

.btn-secondary {
  background: #84421F;
  color: var(--color-white);
  box-shadow: 0 4px 15px rgba(132, 66, 31, 0.3);
}
.btn-secondary:hover {
  background: var(--color-rust);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(132, 66, 31, 0.45);
}
.btn-small {
  padding: 8px 24px;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}

.hero-btns-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.hero-btns-secondary {
  display: flex;
  gap: 12px;
  justify-content: center;
}

/* ---- Scroll Animations ---- */
[data-animate] {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
[data-animate].animated {
  opacity: 1;
  transform: translateY(0);
}
[data-animate="fade-left"] { transform: translateX(-40px); }
[data-animate="fade-left"].animated { transform: translateX(0); }
[data-animate="fade-right"] { transform: translateX(40px); }
[data-animate="fade-right"].animated { transform: translateX(0); }

@media (max-width: 768px) {
  [data-animate="fade-left"], [data-animate="fade-right"] { transform: translateY(30px); }
  [data-animate="fade-left"].animated, [data-animate="fade-right"].animated { transform: translateY(0); }
}
[data-animate="scale-in"] { transform: scale(0.9); }
[data-animate="scale-in"].animated { transform: scale(1); }
[data-delay="100"] { transition-delay: 0.1s; }
[data-delay="200"] { transition-delay: 0.2s; }
[data-delay="300"] { transition-delay: 0.3s; }
[data-delay="400"] { transition-delay: 0.4s; }
[data-delay="500"] { transition-delay: 0.5s; }
[data-delay="600"] { transition-delay: 0.6s; }

/* ============================================================
   AUDIO BUTTON
   ============================================================ */
#audio-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9998;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(37,22,5,0.4);
  border: 1.5px solid rgba(252,202,70,0.5);
  color: var(--color-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.3;
  transition: opacity 0.3s, transform 0.3s;
  backdrop-filter: blur(6px);
}
#audio-btn:hover { opacity: 0.9; transform: scale(1.1); }
#audio-btn svg { width: 18px; height: 18px; }

/* ============================================================
   TOP NAV MENU
   ============================================================ */
#top-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 24px 20px;
  display: flex;
  justify-content: center;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
#top-nav.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-20px);
}
#top-nav .nav-pill {
  background: transparent;
  border: none;
  backdrop-filter: none;
  box-shadow: none;
  gap: 16px;
}
#top-nav .nav-pill a {
  color: var(--color-white);
  text-shadow: 0 2px 10px rgba(0,0,0,0.8);
  font-size: 0.82rem;
}
#top-nav .nav-pill a:hover, #top-nav .nav-pill a.active {
  color: var(--color-gold);
  background: transparent;
}
@media (max-width: 768px) {
  #top-nav { padding: 16px 10px; }
  #top-nav .nav-pill { gap: 10px; }
  #top-nav .nav-pill a { font-size: 0.75rem; padding: 4px 6px; }
}

/* ============================================================
   BOTTOM NAV MENU
   ============================================================ */
#bottom-nav {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  z-index: 9997;
  padding-bottom: 15px;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
#bottom-nav.visible { transform: translateX(-50%) translateY(0); }

.nav-pill {
  background: rgba(37,22,5,0.85);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(252,202,70,0.25);
  border-radius: 50px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 4px;
  max-width: 95vw;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.nav-pill::-webkit-scrollbar {
  display: none;
}
.nav-pill a {
  color: var(--color-sand);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 7px 12px;
  border-radius: 30px;
  transition: var(--transition);
  white-space: nowrap;
}
.nav-pill a:hover, .nav-pill a.active {
  background: var(--color-gold);
  color: var(--color-dark);
}

/* ============================================================
   SECTION 01 — HERO
   ============================================================ */
#hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.hero-video-bg video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  pointer-events: none;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: #251605;
  opacity: 0.7;
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
}
.hero-logo-new {
  width: 100%;
  max-width: 260px;
  height: auto;
  filter: drop-shadow(0 4px 20px rgba(0,0,0,0.6));
  animation: heroFloat 5s ease-in-out infinite;
}
.hero-date-badge {
  font-family: var(--font-display);
  font-size: clamp(0.9rem, 1.5vw, 1.15rem);
  font-weight: 800;
  letter-spacing: 0.15em;
  color: var(--color-sand);
  text-transform: uppercase;
  margin-top: -16px; /* pull closer to the animated logo */
  opacity: 0.95;
  text-shadow: 0 2px 10px rgba(0,0,0,0.8);
}
@media (min-width: 768px) {
  .hero-logo-new {
    max-width: 400px;
  }
}
.hero-cta-group {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.hero-scroll-hint {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--color-gold);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  z-index: 10;
  animation: bounce 2s ease-in-out infinite;
}
@keyframes heroFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

/* ============================================================
   SECTION 02 — O QUE É O EVENTO
   ============================================================ */
#sobre {
  background: url('assets/refs/old-paper.png') center top/cover;
  background-attachment: fixed;
  padding: 64px 0 var(--section-pad);
  position: relative;
}
.sobre-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.sobre-text .section-label {
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: 0.3em;
  color: var(--color-brown);
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block;
}
.sobre-text h2 {
  color: var(--color-rust);
  margin-bottom: 28px;
  font-style: normal;
}
.sobre-text p {
  color: var(--color-dark);
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.8;
}
.sobre-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
}
.stat-item {
  text-align: center;
  padding: 24px 12px;
  background: url('assets/refs/old-paper.png');
  background-size: cover;
  box-shadow: 2px 4px 15px rgba(0,0,0,0.15), inset 0 0 20px rgba(0,0,0,0.05);
  border: none;
  border-radius: 2px;
  position: relative;
  z-index: 1;
}
.stat-item:nth-child(1) { transform: rotate(-1.5deg); }
.stat-item:nth-child(2) { transform: rotate(2deg); z-index: 2; }
.stat-item:nth-child(3) { transform: rotate(-1deg); }
.stat-item::after {
  content: '';
  position: absolute;
  inset: -2px;
  border: 1px solid rgba(0,0,0,0.03);
  pointer-events: none;
}
.stat-num {
  font-family: var(--font-title);
  font-size: clamp(1.8rem, 2.8vw, 2.5rem);
  font-weight: 900;
  color: var(--color-rust);
  display: block;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.stat-label {
  font-size: 0.78rem;
  color: var(--color-brown);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}
.sobre-photos {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-top: 20px;
}
.sobre-photos img {
  border-radius: 2px;
  width: 80%;
  max-width: 400px;
  object-fit: cover;
  height: auto;
  min-height: 250px;
  filter: sepia(35%) contrast(1.1) saturate(0.8);
  padding: 12px 12px 50px 12px;
  background: #fdfaf4;
  box-shadow: 2px 5px 15px rgba(0,0,0,0.25);
  transition: transform 0.5s ease, z-index 0s;
  position: relative;
}
.sobre-photos img:nth-child(1) { transform: rotate(-3deg); z-index: 1; }
.sobre-photos img:nth-child(2) { transform: rotate(4deg); margin-top: -80px; z-index: 2; }
.sobre-photos img:nth-child(3) { transform: rotate(-2deg); margin-top: -60px; z-index: 3; }
.sobre-photos img:hover { transform: scale(1.05) rotate(0deg) !important; z-index: 10 !important; filter: sepia(10%) contrast(1.1); }

/* ============================================================
   SECTION 03 — A TRAVESSIA (Tabs)
   ============================================================ */
#travessia {
  padding: calc(var(--section-pad) / 2) 0 var(--section-pad);
  background: linear-gradient(180deg, #1a0e03 0%, var(--color-dark) 100%);
  position: relative;
}
#travessia::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('assets/refs/old-paper.png');
  background-size: cover;
  opacity: 0.04;
  pointer-events: none;
  z-index: 0;
}
.travessia-header {
  text-align: center;
  margin-bottom: 60px;
}
.travessia-header h2 { color: var(--color-gold); font-style: normal; }
.tabs-container { display: flex; gap: 40px; align-items: flex-start; }
.tabs-nav {
  flex: 0 0 220px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: sticky;
  top: 80px;
}
.tab-btn {
  text-align: left;
  padding: 14px 20px;
  border-radius: var(--radius);
  color: var(--color-sand);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: var(--transition);
  border-left: 3px solid transparent;
  background: transparent;
}
.tab-btn:hover { color: var(--color-gold); background: rgba(252,202,70,0.06); }
.tab-btn.active {
  color: var(--color-gold);
  background: rgba(252,202,70,0.1);
  border-left-color: var(--color-gold);
}
.tabs-content { flex: 1; min-width: 0; }
.tab-panel { display: none; animation: fadePanel 0.5s ease; }
.tab-panel.active { display: block; }
@keyframes fadePanel { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.tab-panel h3 {
  font-style: normal;
  color: var(--color-gold);
  margin-bottom: 20px;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
}
.tab-panel p { color: var(--color-cream); margin-bottom: 16px; opacity: 0.9; }
.mapa-wrapper.full-width .mapa-img {
  width: 100%;
  height: auto;
  transition: transform 0.5s var(--transition);
  box-shadow: 0 20px 50px rgba(0,0,0,0.6);
}
.tab-panel .tab-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  margin-top: 28px;
  filter: sepia(15%) contrast(1.05);
}

/* ============================================================
   SECTION 04 — MAPA DO CAMINHO
   ============================================================ */
#mapa {
  padding: calc(var(--section-pad) / 2) 0 var(--section-pad) 0;
  background: url('assets/imgs/BG-TOPOGRAPHIC-2.webp') center center / auto 100% !important;
  background-attachment: fixed !important;
  background-repeat: repeat !important;
  position: relative;
}
#mapa::before {
  background: url('assets/imgs/BG-TOPOGRAPHIC-2.webp') center top / auto 100% !important;
  background-attachment: fixed !important;
  background-repeat: repeat !important;
}
.mapa-header { text-align: center; margin-bottom: 50px; position: relative; z-index: 10; }
.mapa-header h2 { color: var(--color-rust); font-style: normal; }
.mapa-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
}
.mapa-img {
  width: 100%;
  display: block;
}
.mapa-overlay {
  display: none;
}
.mapa-info {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}
.mapa-point {
  background: rgba(37,22,5,0.85);
  border: 1px solid var(--color-gold);
  border-radius: 50px;
  padding: 8px 18px;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--color-gold);
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  gap: 6px;
}
.mapa-point::before { content: '◈'; font-size: 0.7rem; color: var(--color-rust); }

.mapa-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  border-radius: 8px;
  /* Retiramos o box-shadow geral para algo mais orgânico no fundo */
}

/* Sombra orgânica apenas na base do "caixote" */
.mapa-wrapper::after {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 5%;
  width: 90%;
  height: 40px;
  background: rgba(0,0,0,0.6);
  filter: blur(45px);
  z-index: -1;
  border-radius: 50%;
}

.compass-rose-container {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 10;
  pointer-events: none;
}
.clay-compass-rose {
  width: clamp(80px, 10vw, 140px);
  height: auto;
  filter: drop-shadow(0 4px 15px rgba(0,0,0,0.4));
  animation: compassFloat 4s ease-in-out infinite;
}
@keyframes compassFloat {
  0%, 100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-10px) rotate(2deg); }
}


/* ============================================================
   SECTION 05 — QUEM FAZ (Team)
   ============================================================ */
#equipe {
  padding: calc(var(--section-pad) / 2) 0 var(--section-pad);
  background: var(--color-dark);
  position: relative;
}
#equipe::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('assets/refs/terra-bg.webp');
  background-size: cover;
  background-position: center;
  opacity: 0.04;
  pointer-events: none;
  z-index: 0;
}
.equipe-header { text-align: center; margin-bottom: 70px; }
.equipe-header h2 { color: var(--color-gold); font-style: normal; margin-bottom: 35px; }
.equipe-intro { max-width: 820px; margin: 0 auto; text-align: justify; color: var(--color-cream); opacity: 0.95; line-height: 1.8; }
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 48px;
}
.card {
  position: relative;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: transparent;
  margin-bottom: 20px;
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.card::before { display: none; }

/* Divisores de Gravetos (Simbolizando a união rústica) */
.card:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 15%;
  bottom: 15%;
  right: -12px;
  width: 2px;
  background: linear-gradient(to bottom, transparent, var(--color-brown), transparent);
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  transform: rotate(0.5deg);
  opacity: 0.4;
  border-radius: 10px;
}
/* No mobile, removemos o divisor lateral */
@media (max-width: 768px) {
  .card::after { display: none; }
}

.card-icon { 
  width: 100px; 
  height: 100px; 
  margin: 0 auto 24px; 
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.6));
}
.card h3 { color: var(--color-gold); margin-bottom: 12px; font-size: 1.25rem; text-align: center; font-weight: 700; font-family: var(--font-title); }
.card p, .card ul { color: var(--color-cream); font-size: 0.92rem; opacity: 0.85; text-align: left; font-weight: 400; line-height: 1.7; font-family: var(--font-body); }
.card ul { list-style: none; padding: 0; margin-top: 10px; width: 100%; }
.card ul li { position: relative; padding-left: 20px; margin-bottom: 8px; }
.card ul li::before { content: '•'; position: absolute; left: 0; color: var(--color-gold); font-weight: bold; font-size: 1.2rem; line-height: 1; }

/* Os formatos de papel foram removidos em favor de uma estética mais limpa com gravetos */

/* Mantemos a animação de entrada original levemente ajustada */
.cards-grid .card {
  opacity: 0;
  transform: translateY(30px);
}
.cards-grid .card.animated {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   SECTION 06 — RETRATOS
   ============================================================ */
#retratos {
  padding: calc(var(--section-pad) / 2) 0 var(--section-pad);
  position: relative;
}
.retratos-header { text-align: center; margin-bottom: 60px; }
.retratos-header h2 { color: var(--color-gold); font-style: normal; }
.wall-scene {
  position: relative;
  background: transparent; 
  border-radius: var(--radius-lg);
  padding: 60px 20px 40px;
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  overflow: visible; /* Mantém os quadros livres */
}
/* Removido o background opaco e o overlay de papel */

.frame-wrapper {
  position: relative;
  flex: 0 0 calc(33% - 22px);
  min-width: 200px;
}

.photo-frame {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.photo-frame:nth-child(odd) { transform: rotate(-1.5deg); }
.photo-frame:nth-child(even) { transform: rotate(1deg); }
.frame-wrapper:nth-child(n) .photo-frame { 
  box-shadow: 0 0 20px rgba(0,0,0,0.6); 
  border-radius: 2px;
}
.frame-inner {
  padding: 0; /* Remove padding as the frame is in the image */
}
.frame-inner img {
  width: 100%;
  height: auto;
  min-height: 280px;
  object-fit: contain;
  filter: sepia(10%) contrast(1.05);
  transition: transform 0.5s ease, filter 0.5s ease;
  display: block;
}
.frame-inner a {
  display: block;
  width: 100%;
  height: 100%;
}
.photo-frame:hover { transform: rotate(0deg) scale(1.04) !important; }
.photo-frame:hover img { filter: sepia(0) contrast(1.1); }
.frame-caption {
  text-align: center;
  margin-top: 16px;
  font-family: var(--font-title);
  font-style: normal;
  font-size: 0.9rem;
  color: var(--color-sand);
}

/* ============================================================
   SECTION 07 — VÍDEO
   ============================================================ */
#video-section {
  padding: calc(var(--section-pad) / 2) 0 var(--section-pad);
  background: var(--color-dark);
  position: relative;
}
.video-header { text-align: center; margin-bottom: 50px; }
.video-header h2 { color: var(--color-gold); font-style: normal; }
.video-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-deep);
  cursor: pointer;
}
.video-autoplay {
  width: 100%;
  display: block;
  border-radius: var(--radius-lg);
}
.video-play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.3);
  transition: background 0.3s;
}
.video-play-overlay:hover { background: rgba(0,0,0,0.45); }
.play-btn-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(252,202,70,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}
.play-btn-circle:hover { transform: scale(1.1); }
.play-btn-circle svg { width: 30px; height: 30px; fill: var(--color-dark); }

/* Video Modal */
#video-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.95);
  z-index: 10000;
  align-items: center;
  justify-content: center;
}
#video-modal.open { display: flex; }
.modal-inner { position: relative; width: min(95vw, 1100px); }
.modal-inner video { width: 100%; border-radius: var(--radius); }
.modal-close {
  position: absolute;
  top: -44px; right: 0;
  color: var(--color-gold);
  font-size: 1.8rem;
  background: none;
  border: none;
  cursor: pointer;
  transition: transform 0.3s;
}
.modal-close:hover { transform: rotate(90deg); }

/* ============================================================
   SECTION 08 — DOCUMENTOS
   ============================================================ */
#documentos {
  padding: calc(var(--section-pad) / 2) 0 var(--section-pad);
  background: var(--color-dark);
}
.docs-header { text-align: center; margin-bottom: 50px; }
.docs-header h2 { color: var(--color-rust); font-style: normal; }
.docs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

@media (max-width: 768px) {
  .docs-grid {
    grid-template-columns: 1fr;
  }
}

.doc-card {
  position: relative;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: transparent;
  transition: var(--transition);
}

@media (max-width: 768px) {
  /* Doc card dividers removed */
}

.doc-icon { 
  width: 100px; 
  height: 100px; 
  margin: 0 auto 24px; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.doc-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.6));
}

.doc-card h3 { color: var(--color-rust); margin-bottom: 12px; font-size: 1.25rem; font-weight: 700; font-family: var(--font-title); }
.doc-card p { color: var(--color-dark); font-size: 0.92rem; opacity: 0.85; font-weight: 500; line-height: 1.7; font-family: var(--font-body); margin-bottom: 24px; }
.doc-card .btn-outline { border: none; color: var(--color-rust); }
.doc-card .btn-outline:hover { background: var(--color-rust); color: var(--color-white); }

/* ============================================================
   SECTION 09 — BORA PROSEAR (Contact)
   ============================================================ */
#contato {
  padding: calc(var(--section-pad) / 2) 0 var(--section-pad);
  background: var(--color-dark);
  position: relative;
  z-index: 15; /* Aumentado para garantir que o divisor sobreponha a playlist */
}

/* Divisor de Transição para a Playlist (Rasgo Projetado sobre o Vídeo) */
#contato::after {
  content: '';
  position: absolute;
  /* Altura da máscara rasgada */
  height: 120px;
  /* Alinhamento: Shifted 115px down (quase a altura total) 
     Isso força a sobreposição física sobre o início da próxima seção. */
  bottom: -115px; 
  left: 0;
  width: 100%;
  z-index: 200; /* Z-index agressivo para vencer o vídeo */
  background: var(--color-dark);
  
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 100' preserveAspectRatio='none'%3E%3Cpath d='M0%2C100 L0%2C70 0%2C70 L10%2C65.8 L20%2C75.9 L30%2C78 L40%2C81.8 L50%2C77.1 L60%2C74.1 L70%2C72.4 L80%2C70.2 L90%2C68.3 L100%2C68.8 L110%2C66.2 L120%2C66.3 L130%2C70.1 L140%2C68.1 L150%2C69.8 L160%2C72.9 L170%2C72.9 L180%2C68.6 L190%2C62.3 L200%2C64.2 L210%2C54.7 L220%2C50.5 L230%2C46.1 L240%2C45 L250%2C46.5 L260%2C49.4 L270%2C51.7 L280%2C55.8 L290%2C60.3 L300%2C63.5 L310%2C62.1 L320%2C67.8 L330%2C62.5 L340%2C62.4 L350%2C60.9 L360%2C62.5 L370%2C63.6 L380%2C68.4 L390%2C65.3 L400%2C70 L410%2C75.3 L420%2C76.8 L430%2C75.8 L440%2C83.9 L450%2C84.6 L460%2C84.7 L470%2C77.3 L480%2C76.8 L490%2C74.5 L500%2C69 L510%2C61 L520%2C61.9 L530%2C55.9 L540%2C55.1 L550%2C55.3 L560%2C57.1 L570%2C56.1 L580%2C56.7 L590%2C56.8 L600%2C55 L610%2C59.4 L620%2C56.4 L630%2C54.3 L640%2C53.6 L650%2C49.9 L660%2C53.5 L670%2C54.5 L680%2C55.8 L690%2C60.1 L700%2C65.9 L710%2C68.6 L720%2C74.6 L730%2C80.5 L740%2C76.9 L750%2C78 L760%2C78.9 L770%2C77 L780%2C69.8 L790%2C71.9 L800%2C66.6 L810%2C72.2 L820%2C72.4 L830%2C69.3 L840%2C70.3 L850%2C69.9 L860%2C70.8 L870%2C74.5 L880%2C65.1 L890%2C68.6 L900%2C61.3 L910%2C53.9 L920%2C54.8 L930%2C45.6 L940%2C50.8 L950%2C49.5 L960%2C45.8 L970%2C50.2 L980%2C52.5 L990%2C57.9 L1000%2C58.1 L1010%2C60.5 L1020%2C68 L1030%2C65.5 L1040%2C61.4 L1050%2C64.9 L1060%2C65.5 L1070%2C63.7 L1080%2C63.7 L1090%2C67.7 L1100%2C73.6 L1110%2C75 L1120%2C79.4 L1130%2C78.3 L1140%2C85.1 L1150%2C82.5 L1160%2C77.4 L1170%2C74.7 L1180%2C71 L1190%2C73.6 L1200%2C62.2 L1200%2C70 L1200%2C100%20Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-size: 800px 100%;
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: bottom;
  
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 100' preserveAspectRatio='none'%3E%3Cpath d='M0%2C100 L0%2C70 0%2C70 L10%2C65.8 L20%2C75.9 L30%2C78 L40%2C81.8 L50%2C77.1 L60%2C74.1 L70%2C72.4 L80%2C70.2 L90%2C68.3 L100%2C68.8 L110%2C66.2 L120%2C66.3 L130%2C70.1 L140%2C68.1 L150%2C69.8 L160%2C72.9 L170%2C72.9 L180%2C68.6 L190%2C62.3 L200%2C64.2 L210%2C54.7 L220%2C50.5 L230%2C46.1 L240%2C45 L250%2C46.5 L260%2C49.4 L270%2C51.7 L280%2C55.8 L290%2C60.3 L300%2C63.5 L310%2C62.1 L320%2C67.8 L330%2C62.5 L340%2C62.4 L350%2C60.9 L360%2C62.5 L370%2C63.6 L380%2C68.4 L390%2C65.3 L400%2C70 L410%2C75.3 L420%2C76.8 L430%2C75.8 L440%2C83.9 L450%2C84.6 L460%2C84.7 L470%2C77.3 L480%2C76.8 L490%2C74.5 L500%2C69 L510%2C61 L520%2C61.9 L530%2C55.9 L540%2C55.1 L550%2C55.3 L560%2C57.1 L570%2C56.1 L580%2C56.7 L590%2C56.8 L600%2C55 L610%2C59.4 L620%2C56.4 L630%2C54.3 L640%2C53.6 L650%2C49.9 L660%2C53.5 L670%2C54.5 L680%2C55.8 L690%2C60.1 L700%2C65.9 L710%2C68.6 L720%2C74.6 L730%2C80.5 L740%2C76.9 L750%2C78 L760%2C78.9 L770%2C77 L780%2C69.8 L790%2C71.9 L800%2C66.6 L810%2C72.2 L820%2C72.4 L830%2C69.3 L840%2C70.3 L850%2C69.9 L860%2C70.8 L870%2C74.5 L880%2C65.1 L890%2C68.6 L900%2C61.3 L910%2C53.9 L920%2C54.8 L930%2C45.6 L940%2C50.8 L950%2C49.5 L960%2C45.8 L970%2C50.2 L980%2C52.5 L990%2C57.9 L1000%2C58.1 L1010%2C60.5 L1020%2C68 L1030%2C65.5 L1040%2C61.4 L1050%2C64.9 L1060%2C65.5 L1070%2C63.7 L1080%2C63.7 L1090%2C67.7 L1100%2C73.6 L1110%2C75 L1120%2C79.4 L1130%2C78.3 L1140%2C85.1 L1150%2C82.5 L1160%2C77.4 L1170%2C74.7 L1180%2C71 L1190%2C73.6 L1200%2C62.2 L1200%2C70 L1200%2C100%20Z' fill='black'/%3E%3C/svg%3E");
  mask-size: 800px 100%;
  mask-repeat: repeat-x;
  mask-position: bottom;
  
  transform: rotate(180deg);
  pointer-events: none;
}

.contato-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: start;
}
.contato-info h2 { color: var(--color-gold); font-style: normal; margin-bottom: 24px; }
.contato-info p { color: var(--color-cream); margin-bottom: 32px; opacity: 0.9; }
.contact-items { display: flex; flex-direction: column; gap: 20px; }
.contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: rgba(252,202,70,0.06);
  border: 1px solid rgba(252,202,70,0.12);
  border-radius: var(--radius);
}
.contact-icon { font-size: 1.4rem; }
.contact-item span { color: var(--color-cream); font-size: 0.95rem; }
.contact-item a { color: var(--color-gold); }
.contato-form { display: flex; flex-direction: column; gap: 0; }
.form-group { display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }
.form-group label { font-size: 0.75rem; color: var(--color-sand); letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700; margin-bottom: 2px; }
.form-group input,
.form-group textarea,
.form-group select {
  background: rgba(255,255,255,0.06);
  border: 1.5px solid rgba(252,202,70,0.2);
  border-radius: var(--radius);
  padding: 14px 18px;
  color: var(--color-white);
  font-family: var(--font-body);
  font-size: 0.95rem;
  transition: border-color 0.3s;
  outline: none;
}
.form-group select option {
  background-color: #1a0e03;
  color: #ffffff;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus { border-color: var(--color-gold); background: rgba(252,202,70,0.05); }
.form-group textarea { min-height: 120px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

/* ============================================================
   SECTION 10 — PLAYLIST
   ============================================================ */
#playlist {
  padding: calc(var(--section-pad) / 2) 0 var(--section-pad);
  background: var(--color-dark);
  position: relative;
  z-index: 1; /* Mantém abaixo da seção superior para o divisor de contato passar por cima */
}

/* Background Vídeo Estilizado */
.playlist-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden; /* Contém o vídeo mantendo os divisores visíveis */
}
.playlist-video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(3px); /* Reduzido o blur conforme solicitado */
}
.playlist-overlay {
  position: absolute;
  inset: 0;
  background: rgba(56, 134, 151, 0.45); /* #388697 com 45% de opacidade */
  z-index: 1;
}

/* Divisor de base (Papel Rasgado invertido) */
#playlist::after {
  content: '';
  position: absolute;
  height: clamp(80px, 9vw, 120px);
  bottom: calc(clamp(80px, 9vw, 120px) * -1 + 2px);
  left: 0;
  width: 100%;
  z-index: 20;
  background: #483530; /* Alterado para migrar para a cor do próximo background */
  
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 100' preserveAspectRatio='none'%3E%3Cpath d='M0%2C100 L0%2C70 0%2C70 L10%2C65.8 L20%2C75.9 L30%2C78 L40%2C81.8 L50%2C77.1 L60%2C74.1 L70%2C72.4 L80%2C70.2 L90%2C68.3 L100%2C68.8 L110%2C66.2 L120%2C66.3 L130%2C70.1 L140%2C68.1 L150%2C69.8 L160%2C72.9 L170%2C72.9 L180%2C68.6 L190%2C62.3 L200%2C64.2 L210%2C54.7 L220%2C50.5 L230%2C46.1 L240%2C45 L250%2C46.5 L260%2C49.4 L270%2C51.7 L280%2C55.8 L290%2C60.3 L300%2C63.5 L310%2C62.1 L320%2C67.8 L330%2C62.5 L340%2C62.4 L350%2C60.9 L360%2C62.5 L370%2C63.6 L380%2C68.4 L390%2C65.3 L400%2C70 L410%2C75.3 L420%2C76.8 L430%2C75.8 L440%2C83.9 L450%2C84.6 L460%2C84.7 L470%2C77.3 L480%2C76.8 L490%2C74.5 L500%2C69 L510%2C61 L520%2C61.9 L530%2C55.9 L540%2C55.1 L550%2C55.3 L560%2C57.1 L570%2C56.1 L580%2C56.7 L590%2C56.8 L600%2C55 L610%2C59.4 L620%2C56.4 L630%2C54.3 L640%2C53.6 L650%2C49.9 L660%2C53.5 L670%2C54.5 L680%2C55.8 L690%2C60.1 L700%2C65.9 L710%2C68.6 L720%2C74.6 L730%2C80.5 L740%2C76.9 L750%2C78 L760%2C78.9 L770%2C77 L780%2C69.8 L790%2C71.9 L800%2C66.6 L810%2C72.2 L820%2C72.4 L830%2C69.3 L840%2C70.3 L850%2C69.9 L860%2C70.8 L870%2C74.5 L880%2C65.1 L890%2C68.6 L900%2C61.3 L910%2C53.9 L920%2C54.8 L930%2C45.6 L940%2C50.8 L950%2C49.5 L960%2C45.8 L970%2C50.2 L980%2C52.5 L990%2C57.9 L1000%2C58.1 L1010%2C60.5 L1020%2C68 L1030%2C65.5 L1040%2C61.4 L1050%2C64.9 L1060%2C65.5 L1070%2C63.7 L1080%2C63.7 L1090%2C67.7 L1100%2C73.6 L1110%2C75 L1120%2C79.4 L1130%2C78.3 L1140%2C85.1 L1150%2C82.5 L1160%2C77.4 L1170%2C74.7 L1180%2C71 L1190%2C73.6 L1200%2C62.2 L1200%2C70 L1200%2C100%20Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-size: 800px 100%;
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: bottom;
  
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 100' preserveAspectRatio='none'%3E%3Cpath d='M0%2C100 L0%2C70 0%2C70 L10%2C65.8 L20%2C75.9 L30%2C78 L40%2C81.8 L50%2C77.1 L60%2C74.1 L70%2C72.4 L80%2C70.2 L90%2C68.3 L100%2C68.8 L110%2C66.2 L120%2C66.3 L130%2C70.1 L140%2C68.1 L150%2C69.8 L160%2C72.9 L170%2C72.9 L180%2C68.6 L190%2C62.3 L200%2C64.2 L210%2C54.7 L220%2C50.5 L230%2C46.1 L240%2C45 L250%2C46.5 L260%2C49.4 L270%2C51.7 L280%2C55.8 L290%2C60.3 L300%2C63.5 L310%2C62.1 L320%2C67.8 L330%2C62.5 L340%2C62.4 L350%2C60.9 L360%2C62.5 L370%2C63.6 L380%2C68.4 L390%2C65.3 L400%2C70 L410%2C75.3 L420%2C76.8 L430%2C75.8 L440%2C83.9 L450%2C84.6 L460%2C84.7 L470%2C77.3 L480%2C76.8 L490%2C74.5 L500%2C69 L510%2C61 L520%2C61.9 L530%2C55.9 L540%2C55.1 L550%2C55.3 L560%2C57.1 L570%2C56.1 L580%2C56.7 L590%2C56.8 L600%2C55 L610%2C59.4 L620%2C56.4 L630%2C54.3 L640%2C53.6 L650%2C49.9 L660%2C53.5 L670%2C54.5 L680%2C55.8 L690%2C60.1 L700%2C65.9 L710%2C68.6 L720%2C74.6 L730%2C80.5 L740%2C76.9 L750%2C78 L760%2C78.9 L770%2C77 L780%2C69.8 L790%2C71.9 L800%2C66.6 L810%2C72.2 L820%2C72.4 L830%2C69.3 L840%2C70.3 L850%2C69.9 L860%2C70.8 L870%2C74.5 L880%2C65.1 L890%2C68.6 L900%2C61.3 L910%2C53.9 L920%2C54.8 L930%2C45.6 L940%2C50.8 L950%2C49.5 L960%2C45.8 L970%2C50.2 L980%2C52.5 L990%2C57.9 L1000%2C58.1 L1010%2C60.5 L1020%2C68 L1030%2C65.5 L1040%2C61.4 L1050%2C64.9 L1060%2C65.5 L1070%2C63.7 L1080%2C63.7 L1090%2C67.7 L1100%2C73.6 L1110%2C75 L1120%2C79.4 L1130%2C78.3 L1140%2C85.1 L1150%2C82.5 L1160%2C77.4 L1170%2C74.7 L1180%2C71 L1190%2C73.6 L1200%2C62.2 L1200%2C70 L1200%2C100%20Z' fill='black'/%3E%3C/svg%3E");
  mask-size: 800px 100%;
  mask-repeat: repeat-x;
  mask-position: bottom;
  
  transform: rotate(180deg);
  pointer-events: none;
}

.playlist-header { text-align: center; margin-bottom: 50px; position: relative; z-index: 10; }
.playlist-header h2 { color: var(--color-gold); font-style: normal; }
.playlist-frame {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.clay-border {
  background: rgba(37, 22, 5, 0.2); /* Transparência de 20% (opacidade 0.2) */
  border-radius: 20px;
  padding: 12px;
  position: relative;
}
.clay-border iframe { border-radius: 12px; display: block; width: 100%; }

/* ============================================================
   SECTION 11 — PARCEIROS
   ============================================================ */
#parceiros {
  padding: calc(var(--section-pad) / 2) 0 calc(var(--section-pad) * 1.5);
  background: #483530;
}
.parceiros-header { text-align: center; margin-bottom: 50px; }
.parceiros-header h2 { color: var(--color-gold); font-style: normal; }
.payment-icons .pay-icon:first-child {
  transform: scale(1.6);
  margin-right: 15px;
}
.parceiros-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  align-items: center;
}

@media (max-width: 600px) {
  .parceiros-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .parceiro-item {
    min-width: unset;
    height: 100px;
    padding: 10px;
  }
  .parceiro-item img {
    max-width: 100%;
  }
}
.parceiro-item {
  padding: 15px;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  height: 110px;
}
.parceiro-item img {
  max-width: 220px;
  max-height: 110px;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.parceiro-item:hover { transform: translateY(-4px); }
.parceiro-item:hover img { transform: scale(1.05); }

/* ============================================================
   SECTION 12 — TRANSPARÊNCIA
   ============================================================ */
#transparencia {
  padding: calc(var(--section-pad) / 2) 0 var(--section-pad);
  /* Background já definido no bloco unificado acima */
}
.transparencia-header { text-align: center; margin-bottom: 50px; }
.transparencia-header h2 { color: var(--color-rust); font-style: normal; }
.transparencia-content { max-width: 820px; margin: 0 auto; text-align: center; }
.transparencia-content p { color: var(--color-dark); margin-bottom: 24px; opacity: 0.9; }
.pdf-viewer { 
  border-radius: var(--radius-lg); 
  overflow: hidden; 
  margin-top: 36px; 
  border: 1px solid rgba(164, 66, 0, 0.2); 
  width: 100%;
  position: relative;
}
.pdf-viewer iframe { 
  display: block; 
  width: 100%; 
  height: 600px; 
  border: none;
}
@media (max-width: 768px) {
  .pdf-viewer iframe {
    height: 450px;
  }
}

/* ============================================================
   SECTION 13 — DEPOIMENTOS
   ============================================================ */
#depoimentos {
  padding: calc(var(--section-pad) / 1.5) 0 var(--section-pad);
  /* Background já definido no bloco acima */
  position: relative;
}
.depoimentos-header { text-align: center; margin-bottom: 50px; }
.depoimentos-header h2 { color: var(--color-gold); font-style: normal; }
.depoimentos-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.4,0,0.2,1);
}
.depoimento-slide {
  flex: 0 0 100%;
  padding: 0 10px;
  display: flex;
  align-items: center; /* Centraliza verticalmente o card se o track for mais alto que ele */
  justify-content: center;
}
@media (min-width: 769px) {
  .depoimento-slide {
    flex: 0 0 50%;
  }
}
.depoimentos-carousel { position: relative; max-width: 1000px; margin: 0 auto; overflow: hidden; }
.depoimento-card {
  background: rgba(37, 22, 5, 0.7); /* #251605 com 70% de opacidade */
  border: 1px solid rgba(252,202,70,0.15);
  border-radius: var(--radius-lg);
  padding: 40px 30px;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 480px; /* Altura fixa confortável */
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .depoimento-card {
    height: 460px; /* Um pouco menor no mobile para caber melhor na tela */
  }
}
.depoimento-card::before {
  content: '\201C';
  position: absolute;
  top: -10px;
  left: 30px;
  font-family: var(--font-title);
  font-size: 8rem;
  color: var(--color-gold);
  opacity: 0.15;
  line-height: 1;
}
.depoimento-text {
  font-style: normal;
  font-family: var(--font-body); /* Changed to body for thinner weight support */
  font-size: clamp(1rem, 1.3vw, 1.1rem);
  font-weight: 300; /* Thinner font */
  color: var(--color-cream);
  line-height: 1.8;
  margin-bottom: 28px;
  flex: 1;
  overflow-y: auto; /* Barra de rolagem para textos longos */
  padding-right: 15px;
  text-align: left;
}
.depoimento-text::-webkit-scrollbar {
  width: 4px;
}
.depoimento-text::-webkit-scrollbar-thumb {
  background: var(--color-gold);
  border-radius: 10px;
}
.depoimento-author {
  margin-top: auto;
  padding-top: 15px;
  font-family: var(--font-display);
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  color: var(--color-gold);
  text-transform: uppercase;
}
.carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 36px;
}
.carousel-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid rgba(252,202,70,0.4);
  color: var(--color-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  background: transparent;
}
.carousel-btn:hover { background: var(--color-gold); color: var(--color-dark); }
.carousel-dots { display: flex; gap: 8px; }
.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(252,202,70,0.3);
  cursor: pointer;
  transition: var(--transition);
}
.dot.active { background: var(--color-gold); width: 24px; border-radius: 4px; }

/* ============================================================
   SECTION 14 — INSTAGRAM
   ============================================================ */
#instagram {
  padding: calc(var(--section-pad) / 2) 0 var(--section-pad);
  background: var(--color-dark);
}
.instagram-header { text-align: center; margin-bottom: 50px; }
.instagram-header h2 { color: var(--color-gold); font-style: normal; }
.instagram-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}
.ig-embed-wrapper { border-radius: var(--radius); overflow: hidden; }
.instagram-posts-label {
  text-align: center;
  font-family: var(--font-display);
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  color: var(--color-rust);
  text-transform: uppercase;
  margin: 48px 0 28px;
}

/* ============================================================
   SECTION 15 — APADRINHAMENTO
   ============================================================ */
#apadrinhamento {
  padding: calc(var(--section-pad) / 2) 0 var(--section-pad);
  background: url('REFERÊNCIAS/bg-apadrinhamento.webp') center center / cover no-repeat !important;
  background-attachment: fixed !important;
  position: relative;
}
.apadrinhamento-card {
  max-width: 800px;
  margin: 0 auto;
  background: linear-gradient(135deg, rgba(164,66,0,0.15) 0%, rgba(37,22,5,0.8) 100%);
  border: 1px solid rgba(252,202,70,0.25);
  border-radius: var(--radius-lg);
  padding: 60px 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
  opacity: 0.8;
}
.apadrinhamento-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(252,202,70,0.06) 0%, transparent 70%);
}
.apadrinhamento-card h2 { color: var(--color-gold); font-style: normal; margin-bottom: 24px; }
.apadrinhamento-card p { color: var(--color-cream); margin-bottom: 20px; max-width: 580px; margin-left: auto; margin-right: auto; }
.apadrinhamento-card .btn { margin-top: 16px; }

/* ============================================================
   SECTION 16 — EDITAL
   ============================================================ */
#edital {
  padding: calc(var(--section-pad) / 2) 0 var(--section-pad);
  background: #251605;
  text-align: center;
}
#edital h2 { color: var(--color-gold); font-style: normal; margin-bottom: 20px; }
#edital p { color: var(--color-cream); max-width: 600px; margin: 0 auto 36px; opacity: 0.9; }

/* ============================================================
   SECTION 17 — PLAYLIST
   ============================================================ */
#playlist {
  padding: var(--section-pad) 0;
  background: #111;
  position: relative;
  z-index: 5; /* Z-index menor que a seção anterior para o divider (afixado na anterior) funcionar */
  overflow: visible; /* Importante para o divisor vindo de cima aparecer */
}

/* ============================================================
   INSCRICOES MODAL
   ============================================================ */
#inscricao-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.92);
  z-index: 10001;
  overflow-y: auto;
  padding: 40px 20px;
}
#inscricao-modal.open { display: flex; align-items: flex-start; justify-content: center; }
.inscricao-inner {
  background: #1e1005;
  border: 1px solid rgba(252,202,70,0.2);
  border-radius: var(--radius-lg);
  padding: clamp(20px,3vw,56px);
  width: min(820px, 94%);
  position: relative;
  max-height: 95vh;
  overflow-y: auto;
}
.inscricao-inner .modal-close { position: absolute; top: 20px; right: 24px; font-size: 1.8rem; color: var(--color-gold); }
.modal-step { display: none; }
.modal-step.active { display: block; }
.modal-step h2 { color: var(--color-gold); font-style: normal; margin-bottom: 32px; font-size: clamp(1.4rem,2.5vw,2rem); }
.categoria-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 15px;
  justify-content: center;
}
.categoria-card {
  display: flex;
  flex-direction: column;
  padding: 16px 12px;
  border: 1px solid rgba(252,202,70,0.2);
  border-radius: 12px;
  background: rgba(37,22,5,0.4);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
  gap: 4px;
  min-height: 220px;
  justify-content: center;
}
.categoria-card.selected {
  border-color: var(--color-gold);
  background: rgba(252,202,70,0.1);
  box-shadow: 0 0 20px rgba(252,202,70,0.15);
  transform: translateY(-5px);
}
.cat-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 10px;
}
.cat-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.categoria-card h3 {
  font-family: var(--font-title);
  font-size: 1.3rem;
  color: var(--color-gold);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.1;
  margin-bottom: 4px;
}
.categoria-card .preco {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--color-sand);
  font-weight: 700;
  opacity: 0.8;
}
.categoria-card p {
  font-size: 0.78rem;
  color: rgba(254, 238, 195, 0.6);
  margin-top: 8px;
}

.btn-back-top {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-gold);
  font-family: var(--font-display);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  opacity: 0.7;
  transition: opacity 0.3s;
  cursor: pointer;
}
.btn-back-top:hover { opacity: 1; }

.categoria-card.esgotado h3::after {
    content: ' - ESGOTADO (aberta a lista de espera)';
    color: var(--color-rust);
    display: block;
    font-size: 0.65rem;
    margin-top: 6px;
}
.categoria-card .vagas-badge { display: none; } /* Hide old vaga count */

/* Radio buttons grid */
.radio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 10px;
  background: rgba(0,0,0,0.2);
  padding: 15px;
  border-radius: 8px;
}
.radio-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: var(--color-beige);
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 4px;
  transition: background 0.2s;
}
.radio-label:hover { background: rgba(252,202,70,0.1); }
.radio-label input[type="radio"] { accent-color: var(--color-gold); }

.pay-icon-bg {
  width: 44px;
  height: 44px;
  background: white;
  border-radius: 50%;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.pay-icon-bg img { width: 100%; height: 100%; object-fit: contain; }
.form-section-title {
  font-family: var(--font-display);
  font-size: 0.8rem;
  letter-spacing: 0.25em;
  color: var(--color-rust);
  text-transform: uppercase;
  margin: 48px 0 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(252,202,70,0.15);
}
.form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; }
.upsell-box {
  background: rgba(252,202,70,0.07);
  border: 1px solid rgba(252,202,70,0.25);
  border-radius: var(--radius);
  padding: 24px;
  margin: 24px 0;
}
.upsell-box h4 { color: var(--color-gold); margin-bottom: 10px; font-style: normal; }
.upsell-box p { color: var(--color-cream); font-size: 0.9rem; margin-bottom: 16px; }
.payment-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 16px;
}
.payment-opt {
  border: 2px solid rgba(252,202,70,0.2);
  border-radius: var(--radius);
  padding: 16px;
  text-align: center;
  cursor: pointer;
  transition: var(--transition);
}
.payment-opt:hover, .payment-opt.selected { border-color: var(--color-gold); background: rgba(252,202,70,0.08); }
.payment-icon { font-size: 1.8rem; display: block; margin-bottom: 6px; }
.payment-opt span { font-size: 0.8rem; color: var(--color-sand); font-weight: 700; text-transform: uppercase; }
.modal-footer { display: flex; justify-content: space-between; align-items: center; margin-top: 36px; flex-wrap: wrap; gap: 12px; }
.lista-espera-banner {
  background: rgba(164,66,0,0.25);
  border: 1px solid rgba(164,66,0,0.5);
  border-radius: var(--radius);
  padding: 16px 20px;
  color: #ff9966;
  font-size: 0.9rem;
  margin-bottom: 20px;
  text-align: center;
}

/* ============================================================
   FOOTER
   ============================================================ */
#footer {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px 0px;
  position: relative;
  overflow: visible; /* Permite que o divisor de forma superior apareça */
  z-index: 10100;
  background: linear-gradient(rgba(37, 22, 5, 0.5), rgba(37, 22, 5, 0.5)), url('REFERÊNCIAS/bg-footer.webp') center center / cover no-repeat !important;
  background-attachment: fixed !important;
}
#footer::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('assets/refs/terra-bg.webp');
  background-size: cover;
  opacity: 0.05;
  z-index: -1; /* Mantém a textura atrás do conteúdo do footer */
  pointer-events: none;
}
.footer-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  text-align: left;
  margin-bottom: 60px;
}
.footer-col h4 {
  color: var(--color-gold);
  font-family: var(--font-display);
  font-size: 0.9rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.footer-logo-mono {
  width: 79px;
  margin-bottom: 20px;
}
.footer-tagline-text {
  font-size: 0.9rem;
  color: var(--color-sand);
  line-height: 1.6;
  opacity: 0.7;
}
.contact-list p {
  color: var(--color-cream);
  font-size: 0.85rem;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-social-small {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
.footer-social-small .social-link {
  color: var(--color-gold);
  font-size: 1.2rem;
  opacity: 0.6;
  transition: var(--transition);
}
.footer-social-small .social-link:hover {
  opacity: 1;
  transform: translateY(-2px);
}
.payment-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 24px;
}
.pay-icon {
  width: 100%;
  height: auto;
  max-width: 45px;
  border-radius: 4px;
  filter: grayscale(0.4) opacity(0.8);
  transition: var(--transition);
}
.pay-icon:hover {
  filter: grayscale(0) opacity(1);
}
.security-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2ecc71;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-divider {
  width: 100%;
  height: 1px;
  background: rgba(252,202,70,0.1);
  margin-bottom: 30px;
}
.footer-copy {
  text-align: center;
  font-size: 0.56rem;
  color: rgba(254,238,195,0.4);
  padding-bottom: 5px;
}
.footer-copy a {
  color: var(--color-gold);
  text-decoration: none;
  font-weight: 700;
  transition: var(--transition);
}
.footer-copy a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

@media (max-width: 900px) {
  .footer-layout {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-col {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contact-list p {
    justify-content: center;
  }
  .payment-icons {
    justify-content: center;
    grid-template-columns: repeat(4, 45px);
  }
}

/* ============================================================
   FLOATING BUTTONS (Instagram & WhatsApp)
   ============================================================ */
.floating-btns {
  position: fixed;
  bottom: 24px;
  right: 24px;
  display: flex;
  flex-direction: row; /* Lado a lado */
  gap: 12px;
  z-index: 10000;
}

.float-btn {
  width: 32px; /* Reduzido em 50% */
  height: 32px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.6));
}

.float-btn:hover {
  transform: scale(1.25) rotate(5deg);
}

.float-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 768px) {
  .floating-btns {
    bottom: 90px;
    right: 16px;
    gap: 10px;
  }
  .float-btn {
    width: 28px; /* Reduzido proporcionalmente para mobile */
    height: 28px;
  }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .sobre-grid { grid-template-columns: 1fr; }
  .contato-grid { grid-template-columns: 1fr; }
  .tabs-container { flex-direction: column; }
  .tabs-nav { flex-direction: row; flex-wrap: wrap; position: static; }
  .tab-btn { border-left: none; border-bottom: 3px solid transparent; }
  .tab-btn.active { border-left: none; border-bottom-color: var(--color-gold); }
}
@media (max-width: 768px) {
  .nav-pill { gap: 0; padding: 8px 10px; }
  .nav-pill a { padding: 6px 8px; font-size: 0.62rem; }
  .sobre-stats { grid-template-columns: 1fr; gap: 16px; }
  .sobre-photos img { width: 95%; max-width: none; }
  .cards-grid { grid-template-columns: 1fr; }
  .wall-scene { gap: 16px; padding: 40px 20px 30px; }
  .frame-wrapper { flex: 0 0 calc(50% - 12px); }
  .frame-inner img { height: 160px; }
  .form-grid-2, .form-grid-3 { grid-template-columns: 1fr; }
  .payment-options { grid-template-columns: 1fr; }
  .instagram-grid { grid-template-columns: 1fr; }
  .apadrinhamento-card { padding: 40px 24px; }
  .depoimento-card { padding: 36px 24px; }
  .categoria-cards { grid-template-columns: 1fr; }
  .mapa-info { display: none; }
  .compass-rose-container { display: none; }
}
@media (max-width: 480px) {
  .nav-pill a { font-size: 0.58rem; padding: 5px 6px; }
  .frame-wrapper { flex: 0 0 100%; }
  .hero-logo { width: 240px; }
}
@media (min-width: 2000px) {
  :root { --section-pad: 160px; }
  .hero-logo { width: 560px; }
}

/* ============================================================
   INSCRIPTION MODAL UPDATES
   ============================================================ */
.pay-icon-bg {
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  transition: transform 0.3s;
}
.payment-opt:hover .pay-icon-bg { transform: scale(1.1); }
.pay-icon-bg img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

/* Vagas Realtime */
.vagas-realtime {
    font-size: 0.72rem;
    font-family: var(--font-display);
    color: var(--color-gold);
    background: rgba(252,202,70,0.1);
    padding: 2px 8px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 5px;
}
.categoria-card.esgotado .vagas-realtime { display: none; }

/* Responsive Contact Form */
@media (max-width: 768px) {
  .contato-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .form-row {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }
}

/* Estilos para os links dos quadros na Home */
.photo-frame-link {
  display: block;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
}

.photo-frame-link:hover {
  transform: scale(1.05) translateY(-10px);
}

.photo-frame-link:hover .photo-frame {
  box-shadow: 0 0 40px rgba(0,0,0,0.7);
}
