.contato-page {
    --ct-primary: #1e6a98;
    --ct-primary-deep: #123f5c;
    --ct-soft: #f1f7fc;
    --ct-border: #d7e3ec;
    --ct-text: #233947;
    --ct-muted: #607585;
    padding-bottom: 20px;
}

.contato-hero {
    margin-top: 24px;
    border: 1px solid #2a6e9a;
    border-radius: 14px;
    overflow: hidden;
    background: linear-gradient(130deg, #12344c 0%, #1a4a6a 48%, #23648d 100%);
    box-shadow: 0 12px 28px rgba(10, 31, 46, 0.2);
    padding: 28px 26px 24px;
}

.contato-kicker {
    margin: 0 0 10px;
    color: #9fd1ef;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1.1px;
    font-size: 0.84em;
}

.contato-hero h1 {
    margin: 0 0 12px;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-size: 1.9em;
    line-height: 1.2;
}

.contato-hero p {
    margin: 0;
    color: #d9ecf8;
    line-height: 1.62;
    font-size: 1.05em;
    max-width: 920px;
}

.contato-grid {
    margin-top: 18px;
}

.contato-card {
    background: #ffffff;
    border: 1px solid var(--ct-border);
    border-radius: 12px;
    box-shadow: 0 7px 18px rgba(14, 37, 56, 0.07);
    padding: 18px;
}

.contato-card h2 {
    margin: 0 0 8px;
    color: #154b6b;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 1.24em;
}

.contato-card p {
    margin: 0 0 12px;
    color: var(--ct-text);
    line-height: 1.56;
}

.contato-form .campoform,
.contato-form .campoform100 {
    border: 1px solid #c8d9e7;
    border-radius: 10px;
    background: #fbfdff;
    color: #264153;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contato-form .campoform:focus,
.contato-form .campoform100:focus {
    border-color: #2d7aaa;
    box-shadow: 0 0 0 3px rgba(45, 122, 170, 0.18);
    outline: none;
}

.contato-form .campoform100 {
    min-height: 130px;
}

.contato-form-action {
    text-align: center;
    margin-top: 12px;
}

.contato-form-action .botaoform1 {
    padding: 11px 22px;
    border: 1px solid #10405d;
    background: linear-gradient(140deg, #0f3a54, #1f6f9e);
    border-radius: 10px;
    letter-spacing: 0.5px;
}

.contato-form-action .botaoform1:hover {
    background: linear-gradient(140deg, #124866, #2783b9);
}

#retorno {
    margin-top: 14px;
    padding: 0;
    border-radius: 9px;
    background: transparent;
    border: 0;
}

.contato-alert {
    border-radius: 10px;
    border: 1px solid #d8e5ef;
    background: #f2f8fc;
    color: #1f3a4a;
    padding: 12px 14px;
    box-shadow: 0 4px 10px rgba(15, 42, 61, 0.08);
    animation: contatoAlertIn 0.24s ease;
}

.contato-alert h3 {
    margin: 0 0 5px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-size: 1.05em;
}

.contato-alert p {
    margin: 0;
    font-size: 0.97em;
    line-height: 1.45;
}

.contato-alert--sucesso {
    background: #edf8f1;
    border-color: #bfe4ca;
    color: #1f5f35;
}

.contato-alert--erro {
    background: #fff2f2;
    border-color: #efc0c0;
    color: #7b2424;
}

.contato-alert--aviso {
    background: #fff9ed;
    border-color: #ecd7a8;
    color: #6e5418;
}

@keyframes contatoAlertIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contato-card--info {
    background: linear-gradient(180deg, #f6fbff 0%, #eef6fc 100%);
}

.contato-info-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contato-info-list li {
    padding: 12px 0;
    border-bottom: 1px solid #d7e5ef;
}

.contato-info-list li:last-child {
    border-bottom: 0;
}

.contato-info-list strong {
    display: block;
    color: #134b6b;
    font-family: 'Oswald', sans-serif;
    font-size: 0.95em;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-bottom: 4px;
}

.contato-info-list span {
    color: #2a4353;
    line-height: 1.45;
}

.contato-local-wrap {
    margin-top: 14px;
}

.contato-card--localizacao {
    background: linear-gradient(180deg, #f8fcff 0%, #f0f7fd 100%);
}

.contato-local-header h2 {
    margin: 0;
}

.contato-local-header p {
    margin: 6px 0 14px;
}

.contato-local-grid {
    display: grid;
    grid-template-columns: 1.1fr 1.9fr;
    gap: 14px;
}

.contato-local-info {
    border: 1px solid #d4e3ee;
    border-radius: 10px;
    background: #ffffff;
    padding: 14px;
}

.contato-local-info h3 {
    margin: 0 0 8px;
    color: #154b6b;
    font-family: 'Oswald', sans-serif;
    font-size: 1.15em;
    text-transform: uppercase;
    letter-spacing: 0.45px;
}

.contato-local-info p {
    margin: 0 0 7px;
    color: #2a4353;
    line-height: 1.4;
}

.contato-local-info p:last-child {
    margin-bottom: 0;
}

.contato-map-embed {
    border: 1px solid #d4e3ee;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: inset 0 8px 20px rgba(16, 47, 70, 0.08);
}

.contato-map-embed iframe {
    border: 0;
    width: 100%;
    min-height: 320px;
    display: block;
}

@media screen and (max-width: 980px) {
    .contato-hero {
        padding: 22px 16px 20px;
    }

    .contato-hero h1 {
        font-size: 1.46em;
    }

    .contato-card {
        margin-bottom: 14px;
    }

    .contato-local-grid {
        grid-template-columns: 1fr;
    }

    .contato-map-embed iframe {
        min-height: 280px;
    }
}
