body {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  z-index: 1; /* conteúdo padrão */
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0; /* fundo atrás de tudo */
  background: url('/img/Pombogira_Raissa.png') center center / cover no-repeat;
  opacity: 0.22;     /* transparência desejada */
  pointer-events: none;
}

.gradient-background {
    background: linear-gradient(180deg, #000 0%, #1e1e1e 100%);
}

.gradient-background-1 {
    background: linear-gradient(180deg, #700261 0%, #700261 100%);
}


.hero-bg-section {
    position: relative;
    min-height: 520px; /* AJUSTE AQUI: altura padrão */
    height: 200vh;      /* AJUSTE AQUI: proporção em relação à altura da tela */
    display: flex;
    align-items: center;
    justify-content: center;  
    background: url('/img/hero.png') center no-repeat;        
    background-size: contain;      /* "cover" preenche sem distorcer; use "contain" para ver a imagem inteira*/ 
    background-position: center top;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    box-shadow: 0 8px 36px 0 rgba(0,0,0,0.18);
}


.hero-bg-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 680px;
    margin: 0 auto;
    color: #fff;
    padding: 1.5rem 0.7rem;
}

.hero-main-title {
    font-size: 2.7rem;
    font-weight: 900;
    letter-spacing: -1px;
    margin-bottom: 1.1rem;
}

.hero-badge {
    display: inline-block;
    background: #ca9c67;
    color: #fff;
    font-weight: bold;
    padding: 0.62rem 2.1rem;
    border-radius: 1.5rem;
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
}

.hero-text {
    font-size: 1.25rem;
    color: #fff;
    line-height: 1.5;
    max-width: 540px;
    margin: 0 auto;
}

.hero-text strong {
    color: #FB5007;
    font-weight: 700;
}

/* RESPONSIVO */
@media (max-width: 700px) {
    .hero-bg-section {
        min-height: 320px;
        height: 35vh;
        border-radius: 0 0 1.4rem 1.4rem;
    }
    .hero-main-title { font-size: 1.4rem; }
    .hero-badge { font-size: 0.95rem; padding: 0.37rem 1rem; }
    .hero-text { font-size: 1.05rem; }
}


.title-highlight {
    display: block;
    color: #92008b;
    font-size: 2rem;
    font-weight: 700;
}

.hero-desc {
    color: #E5E7EB;
    font-size: 1.15rem;
    margin-bottom: 1.6rem;
    line-height: 1.5;
}

.desc-highlight {
    color: #990178;
    font-weight: 600;
}

.hero-btn {
    display: inline-block;
    background: #990178;
    color: #fff;
    padding: 0.75rem 2.2rem;
    border-radius: 2rem;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    font-size: 1.07rem;
    transition: background 0.2s, transform 0.2s;
    box-shadow: 0 6px 12px 0 rgba(251,80,7,0.16);
}
.hero-btn:hover {
    background: #990178;
    transform: translateY(-3px) scale(1.05);
}

.hero-image-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image {
    width: 220px;
    height: 220px;
    border-radius: 100%;
    object-fit: cover;
    background: #17181a;
    border: 4px solid #fff;
    box-shadow: 0 4px 24px 0 rgba(251,80,7,0.16);
}

/* RESPONSIVO */
@media (max-width: 900px) {
    .hero-container {
        flex-direction: column-reverse;
        align-items: center;
        gap: 2rem;
    }
    .hero-image {
        width: 160px;
        height: 160px;
        margin-bottom: 1rem;
    }
    .hero-title {
        font-size: 2rem;
    }
    .title-highlight {
        font-size: 1.3rem;
    }
}

.card-shadow, 
.bg-neutral-900{
    background-color: #111 !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.link-image-card {
  box-shadow: 0 10px 15px -3px rgba(251, 80, 7, 0.18), 0 4px 6px -2px rgba(0,0,0,0.25);
  transition: transform 0.2s, box-shadow 0.2s, filter 0.3s;
  background: #111 !important;
}
.link-image-card:hover {
  transform: scale(1.07);
  box-shadow: 0 15px 32px 0 rgba(251,80,7,0.32), 0 6px 12px -2px rgba(0,0,0,0.37);
  filter: brightness(1.06);
  background: #111  !important;
}

.responsive-image-card {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1.25rem;           /* rounded-2xl */
    overflow: hidden;
    box-shadow: 0 10px 20px -5px rgba(146, 1, 115, 0.16), 0 4px 6px -2px rgba(0,0,0,0.20);
    border: 2px solid transparent;    /* espaço para o outline no hover/focus */
    transition:
        transform 0.22s cubic-bezier(0.4,0,0.2,1),
        box-shadow 0.22s,
        filter 0.25s,
        border-color 0.2s,
        outline 0.2s;
    max-width: 800px;
    width: 100%;
    background: #111 !important;
}

.responsive-image-card:hover,
.responsive-image-card:focus {
    transform: scale(1.06);
    box-shadow: 0 18px 36px 0 rgba(133, 1, 126, 0.32), 0 8px 18px -3px rgba(0,0,0,0.25);
    filter: brightness(1.06);
    border-color: #940168;
    outline: 0;
}

.responsive-image-card:active {
    filter: brightness(0.97);
    box-shadow: 0 3px 7px 0 rgba(251,80,7,0.15), 0 2px 4px -1px rgba(0,0,0,0.18);
}

/* Garantir imagem sempre responsiva dentro do card */
.responsive-image-card img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0;
    /* Se quiser sombra interna na imagem, adicione aqui */
}


.badge-orange {
    background-color: #fb0707;
    color: #fff;
}

.text-highlight {
    color: #940094;
}

.text-white {
    color: #fff;
}
.text-neutral {
    color: #E5E7EB;
}

/* Botão e hover */
.btn-primary, .btn-primary:visited {
    background: #820086;
    color: #fff;
}
.btn-primary:hover {
    background: #920192;
}

