/* ==============================
   SESSÃO HERO — MOBILE
   ============================== */


.hero-section-desktop {
    font-family: 'Inter', sans-serif;
}

.hero-text-img {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 31px 20px;

    min-height: 456px; 
    
    background-image: url('../img/lobo-form.png');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
}

.hero-img-mazukim {
    width: 159px;
    margin-bottom: 10px;
}

.hero-mobile {
    width: 245px;
}


/* TEXTO HERO */
.hero-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* TEXTO DESCRITIVO */
.hero-text-description,.hero-text-description span {
    font-size: 20.50px;
    line-height: 1.4;
    font-weight: bold;
}

.hero-text-description strong {
    color: #3b82f6;
}

/* TÍTULO */
.hero-text-title {
    color: #3b82f6;
    font-size: 42.87px;
    line-height: 1.1;
    font-weight: 800;
}

/*IMAGEM QUE APARECE APENAS NO DESKTOP*/
.hero-img-desktop {
    display: none;
}

/* FORMULÁRIO */
.hero-form-desktop {
    padding: 0px 16px;
}

.form-section {
    background: #1c1c1c;
    border-radius: 7px;
    border: 1px solid rgba(128, 128, 128, 0.488);
    padding: 20px;
    padding-top: 38px; /* espaço pro botão invadir */
    box-shadow: 0 0 0 1px rgba(255,255,255,0.05);
    position: relative;
    margin-bottom: 45px;
}

/* CTA AZUL */
.cta-button {
    position: absolute;
    top: -22px;              /* quanto ultrapassa */
    left: 50%;
    transform: translateX(-50%);
    
    width: calc(100% - 50px); /* respeita padding lateral */
    background: #3b82f6;
    color: #ffffff;
    border: none;
    padding: 14px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 6px;
    cursor: pointer;
}


/* TEXTO INTRO */
.form-intro {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.4;
    text-align: center;
}

.form-intro-span {
    font-weight: 700;
}

/* GRUPOS */
.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 14px;
}

/* LABEL */
.form-label {
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
}

/* INPUT */
.form-input {
    background: #111;
    border: 1px solid #2a2a2a;
    border-radius: 6px;
    padding: 12px;
    font-size: 14px;
    color: #ffffff;
    
}

textarea {
    max-height: 43px;
}

.form-input::placeholder {
    color: #7a7a7a;
}

.form-input:focus {
    outline: none;
    border-color: #3b82f6;
}

/* BOTÃO FINAL */
.form-submit-button {
    width: 100%;
    background: #22c55e;
    color: white;
    border: none;
    padding: 14px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 8px;
}
