/*ESTILOS GERAIS & FUNDO DA FESTA DO TAMARINDO*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden !important; 
    position: fixed; 
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    overflow-x: hidden;
}

/* Imagem de fundo oficial da festa cobrindo a tela inteira */


.bg-festa {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background-image: url('/img/bacground2.png');
    background-size: cover;
    background-position: center 65%; 
    background-repeat: no-repeat;
    z-index: -2;
}

/* Mantém o degradê suave por cima */
.bg-festa::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 40%, rgba(113, 17, 143, 0.45) 70%, rgba(224, 53, 184, 0.8) 100%);
    z-index: -1;
    pointer-events: none;
}

/* CABEÇALHO */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 60px;
    background: linear-gradient(to right, #003B70, #DB187B);
    z-index: 50;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.header-container {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 20px;
}

.logo-header {
    height: 40px;
    border-radius: 6px;
}

/* HERO / CARD CENTRAL DA INSCRIÇÃO *//* hERO MAIS PARA BAIXO */

.hero {
    position: relative;
    inset: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 150px 20px 20px 20px; 
    z-index: 10;
   
    overflow: hidden;
}
.hero-content-box {
    background: rgba(71, 69, 71, 0.88);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(215, 194, 218, 0.6);
    border-radius: 24px;
    padding: 35px 40px;
    max-width: 750px;
    width: 100%;
    margin-bottom: 5%;
    color: #1f1f1f;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.35);
    text-align: left;
}

/* Identificação superior dentro do card */
.card-top-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.75rem;
       text-shadow:  2px 2px 3px black;
    font-weight: 600;
    color: #444;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}
card-top-brand, h1 {
    text-shadow:  2px 2px 3px black;
} 

.mini-logo-preq {
    height: 40px;
    border-radius: 4px;
}

.card-top-brand strong {
    color: #111;
}

.hero-content-box h1 {
    font-size: 1.8rem;
    color: #111;
    
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3;
}

.hero-desc {
    font-size: 0.95rem;
    text-transform: uppercase;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: #e90000;

    text-shadow:  2px 2px 3px black;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* Lista de detalhes (Período, Local, Requisitos, Documentos) */
.detalhes-lista {
    list-style: none;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.detalhes-lista li {
    font-size: 0.88rem;
    color: #333;
    background: rgba(0, 0, 0, 0.04);
    padding: 8px 12px;
    border-radius: 8px;
    border-left: 3px solid #DB187B;
}

/* Alinhamento e Estilo do Botão Rosa da Imagem */
.action-wrapper {
    display: flex;
    justify-content: flex-end;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
       text-shadow:  2px 2px 3px black;
    color: white;
    background: linear-gradient(135deg, #e035b8, #7a3ee3);
    padding: 14px 32px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1rem;
    box-shadow: 0 8px 20px rgba(219, 24, 123, 0.4);
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(219, 24, 123, 0.6);
}



.hero {
    position: relative;
    width: 100vw;
    min-height: 100vh;
    display: flex;
    margin-top: 5%;
    justify-content: center;
    align-items: center;
    padding: 90px 20px 50px 20px;
    z-index: 10;
}

.hero-content-box {
    background: rgba(255, 255, 255, 0.45); 
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 28px;
    max-width: 900px;
    width: 100%;
    padding: 30px 45px;
    
    color: #111111;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    text-align: left;
}

.card-top-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.72rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}
h1 {
    color: #720169 !important;
}

.mini-logo-preq {
    height: 22px;
    border-radius: 4px;
}

.card-top-brand strong {
    color: #000;
}

/* Título principal mais elegante e proporcional */
.hero-content-box h1 {
    font-size: 1.65rem;
    color: #111;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.2;
}


/* Grade de detalhes organizada e compacta */
.detalhes-lista {
    list-style: none;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.detalhes-lista li {
    font-size: 0.83rem;
    color: #222;
    background: rgba(255, 255, 255, 0.35);
    padding: 6px 12px;
    border-radius: 6px;
    border-left: 3px solid #DB187B;
}

/* Alinhamento do botão exatamente na ponta inferior direita */
.action-wrapper {
    display: flex;
    justify-content: flex-end;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    color: white;
    background: linear-gradient(135deg, #e035b8, #7a3ee3);
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.95rem;
    box-shadow: 0 6px 18px rgba(219, 24, 123, 0.4);
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(219, 24, 123, 0.6);
}
/* rode-pé */
.site-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    max-height:40px;
    padding: 12px 20px;
    text-align: center;
    align-content: center;
    align-items: center;
    background: linear-gradient(to right, #003B70, #DB187B);
    color: #ffffff;
    font-size: 0.55rem;
    z-index: 50;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
}

.site-footer p {
    margin: 0;
       text-shadow:  2px 2px 3px black;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.tomarindo-img {
    width: 100%;
    max-width:28px;
    
}