/* --- Configurações Globais --- */
body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: #fcfcfc;
    overflow-x: hidden;
}

/* --- Container Principal do Banner --- */
.banner-container {
    display: flex;
    width: 100%;
    max-width: 1200px;
    min-height: 500px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FBF0E9;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.image-section {
    flex-basis: 65%;

    background-image: url(img/tratamento-bioestimulador-de-colageno.png);
    background-size: cover;
    background-position: center;
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px;
    margin-left: -60px;
    border: 10px solid white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.text-section {
    flex-basis: 55%;
    padding: 60px 40px 60px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #2a2a2a;
}

.text-section h1 {
    font-size: 3.5rem;
    font-weight: 900;
    margin: 0;
    line-height: 1.1;
}

.text-section .tagline {
    font-size: 1rem;
    font-weight: 700;
    margin: 10px 0 30px 0;
    letter-spacing: 0.5px;
}

.text-section .schedule-call {
    font-size: 1.25rem;
    font-weight: 700;
    color: #c0735e;
    margin: 0;
}


.website-link {
    margin-top: 25px;
    font-weight: 700;
    color: #2a2a2a;
    text-decoration: none;
    font-size: 0.9rem;
    align-self: flex-start;
}



.insta {
    width: 40px;
    height: 40px;
    margin-top: 0; /* REMOVA (o container já tem) */
    cursor: pointer;
    transition: all 0.3s ease;
    display: block; /* CORREÇÃO FINAL: Garante que não haja espaço extra de texto */
}
.insta:hover {
    filter: brightness(150%);
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.cover {
    background-image: url("img/Fundo.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}
  .contact-box {
    display: flex;            
    align-items: center;       
    justify-content: flex-start; 
    gap: 15px;                 
    margin-top: 20px;         
}


.texto {
    background-color: #2f4f4f;
    color: #fff;
    max-width: 1140px;
    margin: 0 auto;
    margin-top: 10px;
    padding: 2rem;
    border-radius: 40px;
    height: 50vh;
    font-size: 1.5rem;
}

.whats {
    width: 40px;
    height: 40px;
    margin-top: 0; /* REMOVA (o container já tem) */
    margin-right: 0; /* REMOVA (o 'gap' no container já faz isso) */
    cursor: pointer;
    transition: all 0.3s ease;
    display: block; /* CORREÇÃO FINAL: Garante que não haja espaço extra de texto */
}
.whats:hover {
    filter: brightness(150%);
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


.cadastro {
    background-color: #2f4f4f;
    color: inherit;
    text-decoration: none;
    max-width: 200px;
    height: 80px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;

}

.cadastro:hover {
    filter: brightness(120%);
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.cadastro-body {
    font-family: 'Montserrat', sans-serif;
    background-color: #fcfcfc;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
}

.form-container {
    width: 100%;
    max-width: 450px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 40px;
    text-align: center;
}

.input-group {
    text-align: left;
    margin-bottom: 20px;
}

.input-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 0.9rem;
    color: #555;
}

.input-group input {
    width: 100%;
    padding: 12px 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    border: 2px solid #ddd;
    border-radius: 8px;
    box-sizing: border-box;
}

.submit-btn {
    background-color: #2f4f4f;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    padding: 15px;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
}

.login-link {
    margin-top: 25px;
    font-size: 0.9rem;
}

.login-link a {
    color: #c0735e;
    font-weight: 700;
    text-decoration: none;
}

#mensagem-status {
    margin-top: 20px;
    font-weight: 700;
    font-size: 0.9rem;
}

.select-cadastro {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    width: 100%;
    padding: 12px 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #333;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 8px;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3Cstyle%3Esvg{fill:%23888888}%3C/style%3E%3Cpath d='M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 1em;

    cursor: pointer;
}

.styled-select:focus {
    border-color: #c0735e;
    outline: none;
}

@media (max-width: 768px) {
    .banner-container {
        flex-direction: column;
        margin: 20px;
        min-height: auto;
    }

    .image-section {
        flex-basis: 250px;
        width: 100%;
        margin-left: 0;
        border-radius: 0 0 30px 30px;
        border: none;
        box-shadow: none;
    }

    .text-section {
        flex-basis: auto;
        padding: 40px 25px;
        align-items: center;
        text-align: center;
    }

    .text-section h1 {
        font-size: 2.5rem;
    }

    .contact-box,
    .website-link {
        align-self: center;
        justify-content: center;
    }
  

    .texto {
        height: auto;
        margin: 10px 20px 20px 20px;
        padding: 1.5rem;
        font-size: 1.1rem;
        max-width: 100%;
    }
}