@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

/* =========================================================
   FONTS
========================================================= */
.gilda-display-regular {
  font-family: "Gilda Display", serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-regular,
.barlow-medium,
.barlow-semibold,
.barlow-bold {
  font-family: "Barlow", sans-serif;
  font-style: normal;
}

.barlow-regular { font-weight: 400; }
.barlow-medium  { font-weight: 500; }
.barlow-semibold{ font-weight: 600; }
.barlow-bold    { font-weight: 700; }


/* =========================================================
   BASE
========================================================= */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  color: #f4f4f4;
  background-color: #121212;
  background-image: linear-gradient(to bottom, #1c1c1c, #0d0d0d);
}

a {
  text-decoration: none !important;
  color: #e3b864 !important;
}


/* =========================================================
   TIPOGRAFIA
========================================================= */
h1, h2, h3, h4, h5 {
  font-family: "Gilda Display", serif !important;
}

p, .navbar, .card-text, .btn, .cta, a {
  font-family: "Barlow", sans-serif;
}

h6 {
  font-family: "Barlow", sans-serif;
  color: #e3b864;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0;
  line-height: 20px;
}

.first-section h6 {
  font-family: "Gilda Display", serif !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

p {
  color: #eaeaea;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 24px;
}


/* =========================================================
   NAVBAR
========================================================= */
.container.nav {
  max-width: 100%;
  padding: 16px 4rem;
}

.navbar-brand,
.nav-link {
  color: #f0f0f0 !important;
}

.nav-brand-wrapper {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.logo-text p {
  color: #f0f0f0;
  line-height: 1.8;
  margin: 0;
}

img.logo {
  height: 88px;
  width: auto;
}


/* =========================================================
   HERO
========================================================= */
.hero {
  color: #f4f4f4;
  padding: 2rem 0;
}

.hero.vitimas {
  min-height: 76vh;
}

.hero .container {
  margin: 0 auto;
}

.hero h1 {
  font-family: "Barlow", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  color: #fafafa;
  text-transform: uppercase;
  margin: 12px 0 0 0;
}

.hero h4 {
  font-family: "Barlow", sans-serif !important;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5em;
  margin: 8px 0;
  color: #ddd;
}

.hero h6 {
  font-family: "Barlow", sans-serif;
  letter-spacing: 2px;
}

.hero p {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}


/* =========================================================
   BOTÕES E CTAs
========================================================= */
a.cta,
.btn-secondary {
  border: 1px solid #e3b864;
  border-radius: 32px;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  transition: all 0.3s ease;
}

a.cta {
  color: #e3b864;
  background-color: rgba(227, 184, 100, 0.12);
}

a.cta:hover {
  background-color: #725824;
  color: #000;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(227, 184, 100, 0.35);
}

a.cta:active {
  transform: translateY(0);
  box-shadow: 0 3px 10px rgba(227, 184, 100, 0.2);
}

.btn-secondary {
  background-color: #262626 !important;
}

.btn-secondary:hover {
  background-color: #171717 !important;
   transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(49, 49, 49, 0.35);
}


/* =========================================================
   IMAGENS
========================================================= */
.img-header,
.img-thayna {
  display: block;
  margin: 0 auto;
  mix-blend-mode: lighten;
  height: auto;
}

.img-header {
  width: 88%;
  -webkit-mask-image: 
    linear-gradient(to top, transparent 0%, black 20%, black 100%, transparent 100%),
    linear-gradient(to left, transparent 0%, black 20%, black 80%, transparent 100%);
  -webkit-mask-composite: intersect;
  mask-image: 
    linear-gradient(to top, transparent 0%, black 20%, black 100%, transparent 100%),
    linear-gradient(to left, transparent 0%, black 20%, black 80%, transparent 100%);
  mask-composite: intersect;
}

.img-thayna {
  width: 100%;
  max-width: 80% !important;
  -webkit-mask-image: 
    linear-gradient(to top, transparent 0%, black 20%, black 80%, transparent 100%),
    linear-gradient(to left, transparent 0%, black 20%, black 80%, transparent 100%);
  -webkit-mask-composite: intersect;
  mask-image: 
    linear-gradient(to top, transparent 0%, black 20%, black 80%, transparent 100%),
    linear-gradient(to left, transparent 0%, black 20%, black 80%, transparent 100%);
  mask-composite: intersect;
}


/* =========================================================
   SEÇÕES / CONTEÚDO
========================================================= */
.horizontal-line {
  width: 8% !important;
  height: 3px;
  background-color: #e3b864;
  margin: 0 auto 1rem auto;
  border-radius: 2px;
}

hr.border {
  width: 30%;
  margin: 1rem 0;
  border-radius: 2px;
}


/* =========================================================
   CARDS
========================================================= */
.card {
  background-color: #181818 !important;
  color: #e3b864;
  text-align: center;
  border: none !important;
}

.card-body {
  background-color: #181818 !important;
  display: flex;
  text-align: left;
}

.card-body h6 {
  font-family: "Gilda Display", serif !important;
}

a.link-card {
  color: #f5f5f5;
  text-transform: capitalize;
  font-style: italic;
}

.card-prova {
  background-color: transparent;
  border: 1px solid #333;
  padding: 2.5rem;
  border-radius: 4px;
}

.sobremim .col-12.col-md-6 {
    margin: 0;
    padding: 0 1rem;
}

h6.text-uppercase.mb-2 {
  font-weight: 100;
}

a.btn.btn-link {
  color: #e3b864;
  padding: 0;
}


/* =========================================================
   SOBRE MIM
========================================================= */
.sobremim p {
  color: #eaeaea;
}


/* =========================================================
   FOOTER
========================================================= */
footer {
  background-color: #1b1b1b;
}

.last-div {
  background-color: #161616;
}

.text-footer,
footer h5 {
  color: #f4f4f4;
}

footer h5 { font-weight: bold; }

footer small {
  color: #b8b8b8;
}

.icon-header.logo {
  height: 80px;
  width: auto;
}


/* =========================================================
   UTILITÁRIOS
========================================================= */
.text-gold {
  color: #e3b864;
  font-weight: bolder;
}

.icon-rounded {
  width: 56px;
  height: 56px;
  margin-bottom: 0.5rem;
  object-fit: contain;
  display: inline-block;
}


/* =========================================================
   ACCORDION (Custom Thayna Francisco)
========================================================= */
.accordion { background-color: transparent; }

.accordion-item {
  background-color: #181818;
  border: 1px solid #333;
  border-radius: 4px;
  margin-bottom: 1rem;
  overflow: hidden;
  border-top: 1px solid #f4f4f4 !important;
}

.accordion-button {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  color: #f4f4f4;
  background-color: #181818 !important;
  border: none;
  box-shadow: none !important;
  padding: 1rem 1.25rem;
  transition: all 0.3s ease;
}

.accordion-button:hover {
  background-color: #0f0f0f !important;
  color: #e3b864 !important;
}

.accordion-button:focus {
  outline: none;
  border-color: #e3b864;
  box-shadow: 0 0 0 0.2rem rgba(227, 184, 100, 0.25) !important;
}

.accordion-button:not(.collapsed) {
  color: #e3b864 !important;
  background-color: #202020 !important;
  box-shadow: inset 0 -1px 0 rgba(227, 184, 100, 0.3) !important;
  border-bottom: 1px solid #333;
}

.accordion-button::after {
  background-image: none !important;
  font-family: "bootstrap-icons";
  content: "\f282" !important; /* bi-chevron-down */
  font-size: 1rem;
  color: #e3b864;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
  margin-left: auto;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  color: #e3b864;
}

.accordion-body {
  background-color: #181818 !important;
  color: #f4f4f4 !important;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  padding: 1.25rem;
  border-top: 1px solid #333;
}

.accordion-collapse {
  background-color: #181818 !important;
}

[type=button]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
  color: #f4f4f4;
}


/* =========================================================
   RESPONSIVO
========================================================= */
@media (max-width: 767.98px) {
  .nav-brand-wrapper {
    flex-direction: row;
    justify-content: center;
    text-align: left;
  }

  a.cta, .btn-secondary {
    width: 80%;
  }

  img.logo { height: 80px; }

  .hero {
    padding: 2rem 1rem;
    text-align: center;
  }

  .hero h1 { font-size: 40px; }
  .hero h4 { font-size: 1.125rem; color: #eee; }

  hr.border { margin: 1rem auto; }

  .img-thayna {
    width: 50%;
    max-width: 280px;
    margin-bottom: 1rem;
  }

  .last-div,
  .sobremim,
  .text-footer,
  a.btn.btn-link {
    text-align: center !important;
  }

  .card-article .card-img-top { height: 150px; }
  img.card-img-top.gmn { height: auto !important; }

  .accordion-button { padding: 0.75rem 1rem; }
  .accordion-body   { padding: 1rem; }

    body {
    padding-bottom: 64px;
  }

}


/* ============================
   CSS - BARRA FLUTUANTE (STICKY) INTELIGENTE
   (Substitua o CSS anterior da .sticky-footer-mobile)
   ============================ */

.sticky-footer-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #1a1a1a; 
  padding: 0.75rem 0;
  z-index: 1000; 
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.25);
  border-top: 1px solid #333; 

  /* --- INÍCIO: NOVAS PROPRIEDADES (ESTADO OCULTO) --- */
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%); /* Começa "fora" da tela */
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
  /* --- FIM: NOVAS PROPRIEDADES --- */
}

/* --- INÍCIO: NOVA CLASSE (ESTADO VISÍVEL) --- */
.sticky-footer-mobile.sticky-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); /* Sobe para a posição 0 */
}
/* --- FIM: NOVA CLASSE --- */


/* O restante do CSS (ajustes de botão) permanece o mesmo */
.sticky-footer-mobile .cta,
.sticky-footer-mobile .btn-secondary {
  margin: 0; 
  padding: 0.6rem 0.5rem; 
  font-size: 0.8rem; 
}

.sticky-footer-mobile .row > div {
  display: flex;
}

.sticky-footer-mobile .cta,
.sticky-footer-mobile .btn-secondary {
  flex-grow: 1;
}

