body {
    font-family: "Times New Roman", serif;
    font-size: 12pt;
    line-height: 1.6;
    max-width: var(--op-layout-width, 1040px);
    margin: 40px auto;
    padding: 0 20px;
    color: #111;
}

.contato-layout {
    width: 100%;
    max-width: none;
    margin: 2rem auto 3rem;
    padding: 0;
}

.contato-introducao {
    color: var(--op-text-muted, #526071);
    margin-bottom: 1rem;
}

.contato-form {
    padding: 1.15rem;
    border: 1px solid var(--op-border, #dbe3ef);
    border-radius: 18px;
    background: var(--op-surface, #f8fafc);
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.06);
}

.contato-layout input,
.contato-layout textarea,
.contato-layout button {
    font: inherit;
    width: 100%;
    padding: 0.75rem 0.9rem;
    margin-bottom: 1rem;
    box-sizing: border-box;
    border-radius: 12px;
}

.contato-layout input,
.contato-layout textarea {
    border: 1px solid var(--op-border, #dbe3ef);
    background: var(--op-bg, #fff);
    color: var(--op-text, #0f172a);
}

.contato-layout textarea {
    min-height: 180px;
}

.contato-layout button {
    border: 1px solid var(--op-border, #dbe3ef);
    background: var(--op-btn-bg, var(--op-surface, #f8fafc));
    color: var(--op-btn-text, var(--op-text, #0f172a));
    font-weight: 700;
    cursor: pointer;
}

.contato-layout button:hover {
    border-color: var(--op-btn-hover-bg, var(--op-accent, #1d4ed8));
    background: var(--op-btn-hover-bg, var(--op-accent, #1d4ed8));
    color: var(--op-btn-hover-text, #fff);
}

.checkbox-linha {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.checkbox-linha input {
    width: auto;
    min-height: auto;
    margin: 0.2rem 0 0 0;
    padding: 0;
}

.mensagem-sucesso {
    padding: 0.9rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid var(--op-border, #dbe3ef);
    border-radius: 14px;
    background: var(--op-surface, #f8fafc);
}

.turnstile-widget {
    margin: 0 0 1rem;
    display: inline-block;
    inline-size: min(300px, 100%);
    max-inline-size: 100%;
}

.campo-oculto {
    display: none;
}

@media (max-width: 760px) {
    body {
        margin: 20px auto;
        padding: 0 14px;
    }

    .contato-layout {
        padding: 0;
    }
}
