/* Exonn — cabecalho e rodape minimos para paginas institucionais (LGPD, Cookies, Privacidade) */
.exonn-legal-header {
    background: #fff;
    border-bottom: 1px solid #e1e7f0;
    font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
}
.exonn-legal-header-inner {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    height: 74px;
    padding: 0 24px;
}
.exonn-legal-brand { display: flex; align-items: center; }
.exonn-legal-brand img { width: 140px; height: auto; display: block; }
.exonn-legal-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #071154;
    font-size: 14.5px;
    font-weight: 700;
    text-decoration: none;
}
.exonn-legal-back:hover { color: #1667d9; }

.exonn-legal-footer {
    background: #071154;
    color: #c5cee6;
    padding: 40px 24px 22px;
    font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
}
.exonn-legal-footer-inner {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px 40px;
}
.exonn-legal-footer-brand { display: flex; flex-direction: column; gap: 10px; max-width: 320px; }
.exonn-legal-footer-brand img { width: 130px; height: auto; }
.exonn-legal-footer-brand p { margin: 0; font-size: 14px; color: #97a2c6; }
.exonn-legal-footer-col { display: flex; flex-direction: column; gap: 10px; }
.exonn-legal-footer-title { display: block; font-size: 12.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .02em; color: #7f8bb8; margin-bottom: 2px; }
.exonn-legal-footer a { color: #c5cee6; text-decoration: none; font-size: 14.5px; }
.exonn-legal-footer a:hover { color: #fff; }
.exonn-legal-footer-bottom {
    max-width: 1240px;
    margin: 28px auto 0;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .14);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 13px;
    color: #8892b8;
}
.exonn-legal-footer-bottom a { color: #8892b8; }
.exonn-legal-footer-bottom a:hover { color: #fff; }

@media (max-width: 600px) {
    .exonn-legal-header-inner { padding: 0 16px; }
    .exonn-legal-footer-inner { flex-direction: column; }
}

/* Round 17 -- largura consistente com o .shell do index (1240px) e tipografia unificada */
.ttm-page-title-row .container,
.site-main .container {
    max-width: 1240px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.page-title-heading h2 {
    font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif !important;
    font-weight: 800 !important;
    color: #071154 !important;
    text-transform: none !important;
}
.breadcrumb-wrapper, .breadcrumb-wrapper span, .breadcrumb-wrapper a {
    font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif !important;
}

.ttm-service-description {
    font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif !important;
    color: #454c72 !important;
    font-size: 15.5px !important;
    line-height: 1.72 !important;
    max-width: 900px;
}
.ttm-service-description h3 {
    font-family: inherit !important;
    color: #071154 !important;
    font-weight: 800 !important;
    font-size: 24px !important;
    line-height: 1.3 !important;
    margin: 46px 0 16px !important;
}
.ttm-service-description h3:first-child { margin-top: 0 !important; }
.ttm-service-description h4,
.ttm-service-description h5 {
    font-family: inherit !important;
    color: #071154 !important;
    font-weight: 700 !important;
    font-size: 17px !important;
    margin: 26px 0 8px !important;
}
.ttm-service-description p { margin: 0 0 16px !important; }
.ttm-service-description ul { margin: 0 0 20px !important; padding-left: 22px !important; }
.ttm-service-description li { margin-bottom: 8px !important; }
.ttm-service-description a { color: #1667d9 !important; text-decoration: underline; }
.ttm-service-description b, .ttm-service-description strong { color: #071154; }

.ttm-service-description table {
    width: 100%;
    border-collapse: collapse;
    margin: 8px 0 28px;
    font-size: 14.5px;
    max-width: none;
}
.ttm-service-description table td,
.ttm-service-description table th {
    border: 1px solid #e1e7f0;
    padding: 12px 14px;
    text-align: left;
    vertical-align: top;
    color: #454c72;
}
.ttm-service-description table th {
    background: #071154;
    color: #fff;
    font-weight: 700;
}
.ttm-service-description table td[colspan] {
    background: #eef2fa;
    color: #071154;
}

@media (max-width: 700px) {
    .ttm-service-description { font-size: 15px; }
    .ttm-service-description h3 { font-size: 21px; margin-top: 36px; }
    .ttm-service-description table,
    .ttm-service-description table tbody,
    .ttm-service-description table tr { display: block; width: 100%; }
    .ttm-service-description table td { display: block; border: 0; border-bottom: 1px solid #e1e7f0; padding: 8px 0; }
    .ttm-service-description table tr { padding: 10px 0; border-bottom: 1px solid #d6deea; }
    .ttm-service-description table th { display: none; }
    .ttm-service-description table td[colspan] { border: 0; padding: 14px 10px; margin-top: 6px; }
}
