/* ==========================================================
   FORMULÁRIO DE SOLICITAÇÃO DE ORÇAMENTO
   Substitui Bootstrap/Mobirise
   ========================================================== */
.formulario-orcamento {
    max-width: 1100px;
    margin: 0 auto;
    padding: 35px;
    background: #fafafa;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.aumentaMargemTopo {
    margin-top: 100px;
}

/* ---------- Títulos ---------- */
.titulo-principal {
    margin-bottom: 35px;
    border-bottom: 2px solid #cfcfcf;
    padding-bottom: 10px;
}

.titulo-principal h2 {
    margin: 0;
    font-size: 32px;
    color: #2f6f9f;
    font-weight: 600;
}

fieldset.bloco-formulario {
    margin: 0 0 35px;
    padding: 28px 30px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    background: #fcfcfc;
}

.bloco-formulario h3 {
    margin: 0 0 20px 0;
    color: #666;
    font-size: 22px;
    font-style: italic;
    font-weight: 500;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 8px;
}

.bloco-formulario h3 {
    border: none;
    position: relative;
    padding-left: 18px;
}

.bloco-formulario h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 6px;
    height: 22px;
    background: #8b7b6b;
    border-radius: 3px;
}

/* ---------- Layout ---------- */
.linha {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.campo {
    display: flex;
    flex-direction: column;
    margin-bottom: 22px;
}

.metade {
    flex: 1 1 calc(50% - 10px);
    min-width: 320px;
}

.largura-total {
    width: 100%;
}

/* ---------- Labels ---------- */
label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #444;
    line-height: 1.4;
}

.obrigatorio {
    color: #d60000;
    font-weight: bold;
}

/* ---------- Campos ---------- */
input,
select,
textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    background: #fff;
    color: #333;
    font-size: 15px;
    font-family: inherit;
    transition: .20s;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M7 10l5 5l5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px;
    padding-right: 40px;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    border-color: #2f6f9f;
    box-shadow: 0 0 6px rgba(47,111,159,.18);
}

textarea {
    resize: vertical;
    min-height: 140px;
}

/* ---------- Placeholders ---------- */
::placeholder {
    color: #999;
}

/* ---------- LGPD ---------- */
.lgpd {
    background: #fafafa;
    border: 1px solid #ddd;
    padding: 18px;
    border-radius: 5px;
}

.lgpd p {
    margin: 0 0 12px;
    line-height: 1.6;
}

.check-lgpd {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    font-weight: 600;
}

.check-lgpd input {
    width: auto;
    transform: scale(1.15);
}

/* ---------- Botão ---------- */
.acoes-formulario {
    margin-top: 40px;
    text-align: center;
}

#btnEnvia {
    background: #2f6f9f;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 14px 42px;
    font-size: 17px;
    cursor: pointer;
    transition: .25s;
}

#btnEnvia:hover {
    background: #24567b;
}

#btnEnvia:active {
    transform: scale(.98);
}

/* ---------- Responsivo ---------- */
@media (max-width:900px){
    .metade {
        flex: 1 1 100%;
        min-width: 100%;
    }
}

@media (max-width:768px){
    .formulario-orcamento {
        padding: 10px;
    }

    .titulo-principal h2 {
        font-size: 27px;
    }

    .bloco-formulario h3 {
        font-size: 20px;
    }

    input,
    select,
    textarea {
        font-size: 16px;
    }
}

#btnEnvia {
    background: #8c7b6d;
}

#btnEnvia:hover {
    background: #76675c;
}

/* ==========================================================
   Texto auxiliar
   ========================================================== */
.texto-auxiliar {
    margin: 8px 0 0;
    color: #666;
    font-size: .95rem;
    line-height: 1.5;
}

/* ==========================================================
   Caixa das notas
   ========================================================== */
.caixa-informacoes {
    margin-top: 30px;
    padding: 25px;
    background: #fffdf6;
    border: 1px solid #e6dcc5;
    border-left: 5px solid #8b7b6b;
    border-radius: 6px;
}

.caixa-informacoes h4 {
    margin: 0 0 18px;
    color: #6d5d4f;
    font-size: 20px;
}

.notas-treinamento {
    line-height: 1.8;
    color: #444;
}

.notas-treinamento strong {
    color: #6d5d4f;
}

/* ==========================================================
   Aviso
   ========================================================== */
.caixa-aviso {
    margin-bottom: 30px;
    padding: 15px 20px;
    background: #eef5fb;
    border-left: 5px solid #2f6f9f;
    border-radius: 4px;
    color: #2d4c63;
}