/*
Theme Name: Atlantic Ocean Services - Ultra Premium Final
Description: Design corporativo com color blocking, cards premium e Menu Mobile integrado.
Version: 16.0
Author: Equipe de T.I.
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700;800&display=swap');

:root {
    --navy: #051626;
    --ocean: #005a9c;
    --ice: #f0f4f8;
    --text: #222222;
    --white: #ffffff;
    --whatsapp: #25d366;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

/* =========================================
   1. ESTILOS GERAIS
========================================= */
body {
    font-size: 18px;
    color: var(--text);
    background-color: var(--white);
    line-height: 1.7;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

/* --- Color Blocking --- */
.bg-white {
    background-color: var(--white);
    color: var(--text);
}

.bg-ice {
    background-color: var(--ice);
    color: var(--text);
}

.bg-navy {
    background-color: var(--navy);
    color: var(--white);
}

.bg-navy .section-tag,
.bg-navy h3,
.bg-navy h4 {
    color: var(--white) !important;
}

.bg-navy p {
    color: #cccccc;
}

section {
    padding: 90px 8%;
}

.section-tag {
    font-size: 2.2rem;
    color: var(--navy);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 15px;
    width: fit-content;
}

.section-tag::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 5px;
    background-color: var(--ocean);
    border-radius: 5px;
}

/* =========================================
   2. HEADER & NAVEGAÇÃO
========================================= */
header {
    background: rgba(5, 22, 38, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 15px 8%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: padding 0.4s ease, background 0.4s ease;
}

header.header-shrink {
    padding: 8px 8%;
    background: rgba(5, 22, 38, 0.95);
}

.site-logo {
    max-height: 45px;
    width: auto;
    display: block;
    transition: max-height 0.4s ease;
}

header.header-shrink .site-logo {
    max-height: 35px;
}

nav ul {
    display: flex;
    list-style: none;
    gap: 15px;
}

nav ul li a {
    color: var(--white);
    text-decoration: none;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    transition: 0.3s;
    white-space: nowrap;
    position: relative;
}

nav ul li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--ocean);
    transition: width 0.3s ease;
}

nav ul li a:hover::after {
    width: 100%;
}

nav ul li a:hover {
    color: var(--ocean);
}

.header-controls {
    display: flex;
    align-items: center;
    gap: 18px;
    position: relative;
    z-index: 1001;
}
.lang-switcher .glink {
    font-size: 0.75rem !important;
    color: var(--white) !important;
    text-decoration: none;
    opacity: 0.9;
}

.lang-switcher img {
    width: 16px !important;
    margin-right: 5px;
    border-radius: 2px;
}

.mobile-menu-btn {
    display: none;
    cursor: pointer;
    flex-direction: column;
    gap: 6px;
    z-index: 1005 !important;
    position: relative;
}

.mobile-menu-btn span {
    display: block;
    width: 32px;
    height: 3px;
    background-color: var(--white);
    border-radius: 2px;
    transition: 0.4s;
}

/* =========================================
   3. HERO SECTION (VÍDEO)
========================================= */
.hero {
    position: relative !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100vh !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    background-color: var(--navy) !important;
    padding: 0 !important;
}

.hero-video {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    object-fit: cover !important;
    z-index: 1 !important;
    max-width: none !important;
}

.hero-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(5, 22, 38, 0.65) !important;
    z-index: 2 !important;
}

.hero-content {
    position: relative !important;
    z-index: 3 !important;
    text-align: center !important;
    padding: 0 20px !important;
    width: 100% !important;
}

.hero-content h1 {
    font-size: clamp(3rem, 6vw, 5rem) !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    margin-bottom: 30px !important;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.8), 0 0 40px rgba(0, 90, 156, 0.5) !important;
    letter-spacing: -1px;
}

/* --- Botão Premium --- */
.btn-premium {
    padding: 18px 45px;
    background: linear-gradient(135deg, #005a9c 0%, #003a6b 100%);
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
    font-weight: 700;
    display: inline-block;
    transition: all 0.4s ease;
    border-radius: 50px;
    box-shadow: 0 10px 20px rgba(0, 90, 156, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-premium:hover {
    background: linear-gradient(135deg, #006bba 0%, #004b8a 100%);
    color: var(--white);
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 15px 25px rgba(0, 90, 156, 0.5);
}

/* =========================================
   4. COMPONENTES PRINCIPAIS
========================================= */

/* --- Sobre Nós --- */
.mvv-container {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 50px;
    align-items: center;
}

.timeline-item {
    margin-bottom: 35px;
    padding-left: 30px;
    border-left: 3px solid #eee;
    position: relative;
}

.timeline-item h3 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 10px;
}

.timeline-item p {
    font-size: 1.1rem;
    color: #444;
}

.mvv-image {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.mvv-image img {
    width: 100%;
    display: block;
    transition: transform 2.5s ease;
}

.mvv-image:hover img {
    transform: scale(1.08);
}

/* --- Parceiros --- */
.partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    justify-items: center;
}

.partner-logo {
    width: 100%;
    max-width: 450px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #eaeaea;
    transition: 0.3s;
    border-radius: 8px;
}

.partner-logo:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.partner-logo img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

/* --- Qualidade --- */
.qualidade-content p {
    font-size: 1.15rem;
    margin-bottom: 25px;
    line-height: 1.8;
    color: #ddd;
}

.qualidade-list {
    list-style: none;
    margin-top: 30px;
}

.qualidade-list li {
    margin-bottom: 20px;
    font-size: 1.1rem;
    line-height: 1.7;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #ccc;
}

.qualidade-list li span {
    color: var(--ocean);
    font-weight: bold;
    font-size: 1.2rem;
}

/* --- Por que Nós (Cards) --- */
.porque-intro {
    font-size: 1.15rem;
    margin-bottom: 45px;
    max-width: 1000px;
    color: #444;
}

.porque-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
}

.porque-card-premium {
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    z-index: 1;
    border: 1px solid rgba(0, 90, 156, 0.05);
}

.porque-card-premium:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 50px rgba(0, 90, 156, 0.12);
    border-color: rgba(0, 90, 156, 0.2);
}

.porque-card-premium h4 {
    font-size: 1.4rem;
    color: var(--navy);
    margin-bottom: 15px;
    font-weight: 800;
    line-height: 1.3;
}

.porque-card-premium p {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.7;
}

.porque-card-premium ul {
    list-style: none;
    margin-top: 20px;
}

.porque-card-premium ul li {
    font-size: 1.05rem;
    color: #555;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.porque-card-premium ul li span {
    color: var(--ocean);
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1;
}

.porque-card-premium>div:first-of-type,
.porque-card-premium .icon-wrapper {
    background: linear-gradient(135deg, var(--ocean) 0%, var(--navy) 100%) !important;
    border-radius: 16px !important;
    width: 65px !important;
    height: 65px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 10px 20px rgba(0, 90, 156, 0.2) !important;
    margin-bottom: 25px !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.porque-card-premium>div:first-of-type svg,
.porque-card-premium>div:first-of-type img {
    width: 32px !important;
    height: 32px !important;
    fill: #ffffff !important;
    color: #ffffff !important;
}

/* Animações dos ícones foram removidas daqui para manter a seriedade corporativa */

.porque-card-premium .icon-wrapper.cinco-estrelas-box {
    width: max-content !important;
    min-width: 140px !important;
    height: 45px !important;
    padding: 0 20px !important;
    border-radius: 30px !important;
    gap: 5px !important;
}

.porque-card-premium .icon-wrapper.cinco-estrelas-box svg {
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
}

/* --- Serviços (Acordeão) --- */
.services-grid {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #ddd;
}

.service-card {
    border-bottom: 1px solid #ddd;
}

.service-header {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}

.service-header h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #555;
    transition: 0.4s;
}

.service-header span {
    font-size: 2rem;
    color: var(--ocean);
    font-weight: 300;
}

.service-card.active h3 {
    color: var(--navy);
    padding-left: 10px;
}

.service-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: 0.5s ease;
    color: #444;
    max-width: 900px;
}

.service-card.active .service-content {
    max-height: 1200px;
    opacity: 1;
    padding: 10px 0 35px 10px;
}

.service-content p {
    font-size: 1.1rem;
    line-height: 1.8;
}

/* --- Clientes (Carrossel) --- */
.clients-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.carousel-viewport {
    overflow: hidden;
    width: 100%;
}

.carousel-track {
    display: flex;
    width: calc(250px * 42);
    animation: scroll 80s linear infinite;
}

.carousel-track:hover {
    animation-play-state: paused;
}

.client-logo {
    width: 250px;
    height: 250px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
}

.client-logo img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 21));
    }
}

/* --- Onde Estamos --- */
.locations-container {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 50px;
    align-items: start;
}

.map-column img {
    width: 100%;
    max-width: 500px;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.address-grid-8 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 30px 20px;
}

.address-card {
    background: #ffffff;
    padding: 25px 20px;
    border-radius: 12px;
    border: 1px solid transparent;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.address-card h4 {
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 5px;
    color: var(--navy);
    border-left: 4px solid var(--ocean);
    padding-left: 10px;
    transition: color 0.3s ease;
}

.address-card p {
    font-size: 1rem;
    color: #444;
    line-height: 1.6;
}

.address-card:hover {
    transform: translateY(-8px);
    border-color: rgba(0, 90, 156, 0.4);
    box-shadow: 0 15px 35px rgba(0, 90, 156, 0.12);
}

.address-card:hover h4 {
    color: var(--ocean);
}

/* --- Vídeo Institucional --- */
.video-section {
    text-align: center;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    background-color: #000;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

/* --- Contato (WPForms / CF7) --- */
.contact-container {
    max-width: 900px;
    margin: 0 auto;
    background: var(--white);
    padding: 50px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;

}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
    width: 100%;
    padding: 18px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 1.05rem;
    outline: none;
    transition: 0.3s;
    background-color: #fafafa;
    margin-bottom: 15px;
}

.wpcf7-form-control-wrap input:focus,
.wpcf7-form-control-wrap textarea:focus {
    border-color: var(--ocean);
    background-color: #fff;
}

.wpcf7-submit {
    background: var(--navy);
    color: white;
    border: none;
    padding: 20px;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.3s;
    border-radius: 4px;
    font-size: 1rem;
    width: 100%;
}

.wpcf7-submit:hover {
    background: var(--ocean);
}

/* =========================================
   5. PÁGINAS INTERNAS (index.php)
========================================= */
.default-page-main {
    padding: 180px 8%;
    min-height: 80vh;
    max-width: 1200px;
    margin: 0 auto;
}

.default-page-title {
    color: var(--navy);
    font-size: 2.5rem;
    margin-bottom: 30px;
    font-weight: 800;
}

.default-page-content {
    color: #333;
    line-height: 1.8;
    font-size: 1.1rem;
}

.no-content {
    text-align: center;
    font-size: 1.2rem;
    color: #666;
    margin-top: 50px;
}

/* =========================================
   6. RODAPÉ E BOTÕES FLUTUANTES
========================================= */
footer {
    background: var(--navy);
    color: #fff;
    padding: 80px 4% 30px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1.4fr 1.2fr 1.1fr 0.9fr;
    gap: 30px;
    max-width: 1450px;
    margin: 0 auto;
    align-items: start;
}

.footer-certificacao-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-certificacao-img {
    margin-top: 14px;
    width: 100%;
    max-width: 150px;
    height: auto;
    display: block;
    background: #ffffff;
    border-radius: 10px;
    padding: 10px;
    object-fit: contain;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.footer-logo-text {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -1px;
    line-height: 1;
}

.footer-subtitle {
    opacity: 0.8;
    font-size: 0.95rem;
    line-height: 1.7;
    padding-right: 20px;
}

.footer-col-title {
    display: block;
    margin-bottom: 25px;
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--ocean);
    font-weight: 700;
}

.footer-info {
    margin-bottom: 15px;
    font-size: 0.95rem;
    color: #ddd;
    line-height: 1.7;
}

/* Organizando os ícones de E-mail e Telefone para ficarem na mesma linha e centralizados */
address .footer-info a,
.btn-denuncia-footer {
    color: #ffffff !important;
}

.btn-denuncia-footer {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    padding: 12px 20px;
    background-color: rgba(255, 77, 77, 0.1);
    border: 1px solid #ff4d4d;
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 700;
    border-radius: 4px;
    transition: all 0.3s ease;
}

/* Tratamento Vip para o E-mail longo */
address .footer-info a {
    word-break: normal;
    /* Acaba com a quebra feia no .br */
    white-space: nowrap;
    /* Mantém o e-mail esticado em uma linha só */
    font-size: 0.9rem;
    /* Fonte cirurgicamente menor para caber bonito */
    transition: color 0.3s ease;
}

address .footer-info a {
    word-break: normal;
    white-space: nowrap;
    font-size: 0.9rem;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

address .footer-info a:hover {
    color: #ffffff !important;
    opacity: 0.85;
}

/* O resto continua igual... */
.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.social-icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    text-decoration: none;
}

.social-icons a svg {
    width: 20px;
    height: 20px;
    fill: var(--white);
    transition: all 0.4s ease;
}

.social-icons a:hover {
    transform: translateY(-5px);
}

.social-icons a[aria-label="Acesse nosso LinkedIn"]:hover {
    background: #0077b5;
    border-color: #0077b5;
    box-shadow: 0 10px 20px rgba(0, 119, 181, 0.4);
}

.social-icons a[aria-label="Acesse nosso Instagram"]:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    border-color: transparent;
    box-shadow: 0 10px 20px rgba(220, 39, 67, 0.3);
}

.footer-copyright {
    margin-top: 70px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    opacity: 0.6;
    font-size: 0.85rem;
    letter-spacing: 1px;
}

/* =========================================
   AJUSTE DE RESPONSIVIDADE DO RODAPÉ
========================================= */
@media (max-width: 1200px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    footer {
        padding: 60px 5% 30px;
    }
}

/* --- WhatsApp --- */
.whatsapp-float {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%) !important;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.4) !important;
    position: fixed;
    width: 65px;
    height: 65px;
    bottom: 30px;
    right: 30px;
    border-radius: 50px;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.whatsapp-float svg {
    width: 32px;
    height: 32px;
    fill: #ffffff;
    transition: transform 0.4s ease;
}

.whatsapp-float:hover {
    transform: translateY(-6px) scale(1.05) !important;
    box-shadow: 0 15px 35px rgba(37, 211, 102, 0.6) !important;
}

.whatsapp-float:hover svg {
    transform: scale(1.1);
}

/* =========================================
   7. PRELOADER & ANIMAÇÕES
========================================= */
#preloader-premium {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--navy);
    z-index: 999999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: opacity 0.8s ease, visibility 0.8s ease;
}

.preloader-logo {
    max-width: 180px;
    margin-bottom: 30px;
    animation: pulso-logo 1.5s infinite alternate ease-in-out;
}

.loader-linha {
    width: 150px;
    height: 2px;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}

.loader-linha::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background: var(--ocean);
    animation: desliza-linha 1.2s infinite ease-in-out;
    border-radius: 2px;
}

@keyframes pulso-logo {
    0% {
        transform: scale(0.95);
        opacity: 0.8;
    }

    100% {
        transform: scale(1.05);
        opacity: 1;
    }
}

@keyframes desliza-linha {
    0% {
        left: -50%;
    }

    100% {
        left: 100%;
    }
}

.preloader-oculto {
    opacity: 0 !important;
    visibility: hidden !important;
}

.animar-fade {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.animar-fade.visivel {
    opacity: 1;
    transform: translateY(0);
}

/* Scrollbar & Selection */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: var(--ice);
}

::-webkit-scrollbar-thumb {
    background: var(--navy);
    border-radius: 10px;
    border: 2px solid var(--ice);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--ocean);
}

::selection {
    background: var(--ocean);
    color: var(--white);
}

::-moz-selection {
    background: var(--ocean);
    color: var(--white);
}

/* =========================================
   8. MEDIA QUERIES (RESPONSIVIDADE)
========================================= */
@media (max-width: 1150px) {

    .mvv-container,
    .footer-grid,
    .locations-container,
    .porque-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    header {
        padding: 15px 5%;
    }

    header.header-shrink {
        padding: 10px 5%;
    }

    .hero-content h1 {
        font-size: 2.5rem !important;
    }

    section {
        padding: 60px 5%;
    }

    .contact-container {
        padding: 30px 20px;
    }

    .mobile-menu-btn {
        display: flex !important;
    }

    nav {
        display: block;
    }

    nav ul {
        position: fixed !important;
        top: 0 !important;
        right: -120% !important;
        width: 280px !important;
        height: 100vh !important;
        background-color: var(--navy) !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        padding: 100px 40px !important;
        transition: 0.4s ease-in-out !important;
        box-shadow: -10px 0 20px rgba(0, 0, 0, 0.5) !important;
        gap: 25px !important;
        z-index: 1000 !important;
    }

    nav ul.active {
        right: 0 !important;
    }

    nav ul li a {
        font-size: 1.1rem !important;
    }

    .mobile-menu-btn.active span:nth-child(1) {
        transform: translateY(10px) rotate(45deg);
        background-color: var(--ocean);
    }

    .mobile-menu-btn.active span:nth-child(2) {
        opacity: 0;
    }

    .mobile-menu-btn.active span:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg);
        background-color: var(--ocean);
    }
}

/* =========================================
   PÁGINA DE AVALIAÇÃO DE CLIENTES (COLUNA ÚNICA)
========================================= */
.feedback-hero {
    background: linear-gradient(135deg, #020b14 0%, #0a1f35 100%);
    padding: 120px 5% 100px;
    text-align: center;
}

.feedback-hero h1 {
    color: #ffffff;
    font-size: 2.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
}

.feedback-hero p {
    color: #93c5fd;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

/* O Cartão Centralizado */
.feedback-container-single {
    max-width: 750px;
    /* Largura perfeita para formulários */
    margin: -60px auto 80px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
    padding: 60px 70px;
    position: relative;
    z-index: 10;
}

/* Introdução acima do formulário */
.feedback-intro-centered {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e2e8f0;
}

.feedback-intro-centered h3 {
    font-size: 1.5rem;
    color: #0f172a;
    font-weight: 800;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.feedback-intro-centered p {
    color: #475569;
    font-size: 1.05rem;
    line-height: 1.6;
    margin: 0;
}

/* Formulário Chique e Reto */
.feedback-form-single label {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    color: #334155;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.feedback-form-single input[type="text"],
.feedback-form-single input[type="email"],
.feedback-form-single textarea {
    width: 100%;
    padding: 16px 20px;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    background-color: #f8fafc;
    color: #0f172a;
    font-size: 1rem;
    margin-bottom: 25px;
    transition: all 0.3s;
}

.feedback-form-single input:focus,
.feedback-form-single textarea:focus {
    outline: none;
    border-color: #005a9c;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(0, 90, 156, 0.1);
}

.feedback-form-single textarea {
    resize: vertical;
    min-height: 140px;
}

.feedback-form-single input[type="submit"] {
    background-color: #0f172a;
    color: #ffffff;
    border: none;
    padding: 18px 35px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    transition: background 0.3s, transform 0.2s;
}

.feedback-form-single input[type="submit"]:hover {
    background-color: #005a9c;
    transform: translateY(-2px);
}

/* Rodapé discreto no final do cartão */
.feedback-footer-info {
    margin-top: 30px;
    text-align: center;
    font-size: 0.85rem;
    color: #64748b;
}

.feedback-footer-info strong {
    color: #0f172a;
}

@media (max-width: 768px) {
    .feedback-container-single {
        padding: 40px 30px;
        margin: -40px 20px 60px;
    }
}

/* =========================================
   RÉGUA DE NÚMEROS (PRIMING) E DROPDOWN
========================================= */
.feedback-metrics-bar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    padding: 25px 20px;
    margin-bottom: 40px;
    text-align: center;
}
.feedback-metric {
    position: relative;
}
/* Linha divisória entre os números */
.feedback-metric:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 15%;
    height: 70%;
    width: 1px;
    background-color: #cbd5e1;
}
.feedback-metric h4 {
    font-size: 1.8rem;
    color: #005a9c;
    font-weight: 900;
    margin-bottom: 5px;
    letter-spacing: -1px;
}
.feedback-metric p {
    font-size: 0.75rem;
    color: #475569;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 0;
}

/* Estilo elegante para o Menu Suspenso (Dropdown) */
.feedback-form-single select {
    width: 100%;
    padding: 16px 20px;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    background-color: #f8fafc;
    color: #0f172a;
    font-size: 1rem;
    margin-bottom: 25px;
    cursor: pointer;
    transition: all 0.3s;
}
.feedback-form-single select:focus {
    outline: none;
    border-color: #005a9c;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(0, 90, 156, 0.1);
}

@media (max-width: 650px) {
    .feedback-metrics-bar { grid-template-columns: 1fr; gap: 25px; }
    .feedback-metric:not(:last-child)::after { display: none; }
}













/* =========================================
   9. AJUSTES DE COMPONENTES/TEMPLATES INTERNOS
========================================= */

.clients-section-title {
    margin-left: 8%;
}

.section-tag-light {
    color: var(--white) !important;
}

.compliance-subtitle {
    color: #0f172a;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

/* =========================================
   10. PÁGINA 404
========================================= */
.error-wrapper {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #f1f5f9;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 20px;
}

.error-card {
    background: #ffffff;
    border-top: 5px solid #0f172a;
    max-width: 700px;
    width: 100%;
    padding: 70px 80px;
    border-radius: 4px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.error-code {
    font-size: 8rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
    margin-bottom: 0;
    letter-spacing: -5px;
    position: relative;
}

.error-code::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background-color: #005a9c;
}

.error-title {
    font-size: 2rem;
    color: #0f172a;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 40px 0 15px;
}

.error-text {
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 40px;
    text-align: center;
    padding: 0 10%;
}

.error-resgate-h4 {
    color: #0f172a;
    font-size: 0.95rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
    text-align: center;
}

.error-actions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    max-width: 500px;
    margin: 0 auto;
}

.btn-error-sober {
    background-color: transparent;
    color: #0f172a;
    padding: 15px 25px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #0f172a;
    border-radius: 4px;
    letter-spacing: 1px;
    font-size: 0.85rem;
    transition: 0.3s;
    white-space: nowrap;
}

.btn-error-sober:hover {
    background-color: #0f172a;
    color: #ffffff;
}

/* =========================================
   11. CANAL DE DENÚNCIAS
========================================= */
.compliance-wrapper {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #f8fafc;
    color: #1e293b;
    padding-bottom: 100px;
}

.compliance-header {
    background-color: #0f172a;
    padding: 130px 20px 70px;
    text-align: center;
    border-bottom: 4px solid #3b82f6;
}

.compliance-tag {
    display: inline-block;
    color: #ff3333;
    font-size: 2.2rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-bottom: 15px;
}

.compliance-header h1 {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.compliance-header p {
    color: #94a3b8;
    font-size: 1.05rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.compliance-container {
    max-width: 900px;
    margin: -30px auto 0;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
    position: relative;
    z-index: 10;
}

.compliance-section {
    padding: 50px 60px;
    border-bottom: 1px solid #e2e8f0;
}

.compliance-section:last-child {
    border-bottom: none;
}

.compliance-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.policy-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
}

.policy-box {
    background: #f1f5f9;
    border-left: 3px solid #0f172a;
    padding: 25px;
    height: 100%;
    border-radius: 4px;
}

.policy-box h4 {
    color: #0f172a;
    font-size: 1rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.policy-box p {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

.infraction-list {
    color: #475569;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 30px;
    padding-left: 20px;
}

.infraction-list li {
    margin-bottom: 8px;
}

.infraction-list strong {
    color: #0f172a;
}

.governance-box {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    padding: 20px 25px;
    border-left: 4px solid #3b82f6;
    border-radius: 4px;
}

.governance-box p {
    color: #334155;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

.governance-box strong {
    color: #0f172a;
    font-weight: 700;
}

.cf7-clean-form label {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    color: #334155;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cf7-clean-form .form-hint {
    display: block;
    font-size: 0.85rem;
    color: #64748b;
    margin-top: -5px;
    margin-bottom: 10px;
}

.cf7-clean-form input[type="text"],
.cf7-clean-form input[type="email"],
.cf7-clean-form select,
.cf7-clean-form textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    background-color: #f8fafc;
    color: #0f172a;
    font-size: 1rem;
    font-family: inherit;
    margin-bottom: 30px;
    transition: all 0.2s ease;
}

.cf7-clean-form input:focus,
.cf7-clean-form select:focus,
.cf7-clean-form textarea:focus {
    outline: none;
    border-color: #0f172a;
    background-color: #ffffff;
    box-shadow: 0 0 0 1px #0f172a;
}

.cf7-clean-form .anon-box {
    border: 1px solid #e2e8f0;
    padding: 35px;
    margin-bottom: 30px;
    background: #ffffff;
    border-radius: 4px;
}

.cf7-clean-form .anon-box h4 {
    font-size: 1rem;
    color: #0f172a;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cf7-clean-form .anon-box .anon-desc {
    font-size: 0.85rem;
    color: #64748b;
    margin-bottom: 25px;
}

.cf7-clean-form .term-box {
    margin-bottom: 30px;
}

.cf7-clean-form .wpcf7-list-item {
    margin: 0;
}

.cf7-clean-form .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 0.9rem;
    color: #475569;
    font-weight: 400;
    line-height: 1.5;
}

.cf7-clean-form input[type="submit"] {
    background-color: #0f172a;
    color: #ffffff;
    border: none;
    padding: 18px 30px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    cursor: pointer;
    width: 100%;
    transition: background 0.3s;
    border-radius: 4px;
}

.cf7-clean-form input[type="submit"]:hover {
    background-color: #1e293b;
}

/* =========================================
   ESG PAGE UPGRADE
========================================= */
.corporate-esg-wrapper {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: linear-gradient(180deg, #f4f7f6 0%, #eef3f7 100%);
    color: #1e293b;
    padding: 90px 20px 110px;
}

.esg-container {
    max-width: 1100px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 18px 45px rgba(0,0,0,0.05);
    border-radius: 18px;
    overflow: hidden;
}

.esg-report-header {
    padding: 70px 80px 55px;
    border-bottom: 1px solid #e2e8f0;
    background:
        linear-gradient(135deg, rgba(5,22,38,0.98) 0%, rgba(10,39,66,0.96) 100%);
}

.esg-kicker {
    color: #93c5fd;
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    margin-bottom: 14px;
}

.esg-report-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.8px;
    line-height: 1.1;
    margin-bottom: 18px;
    text-transform: none;
}

.esg-report-subtitle {
    font-size: 1.08rem;
    color: rgba(255,255,255,0.82);
    line-height: 1.8;
    max-width: 900px;
    margin: 0;
    padding-left: 20px;
    border-left: 3px solid #3b82f6;
}

.esg-summary-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
}

.esg-summary-item {
    padding: 30px 28px;
    border-right: 1px solid #e2e8f0;
}

.esg-summary-item:last-child {
    border-right: none;
}

.esg-summary-item h3 {
    font-size: 1rem;
    color: #0f172a;
    margin-bottom: 10px;
    font-weight: 800;
}

.esg-summary-item p {
    color: #475569;
    font-size: 0.96rem;
    line-height: 1.7;
    margin: 0;
}

.esg-section {
    padding: 55px 80px;
    border-bottom: 1px solid #f1f5f9;
}

.esg-section:last-child {
    border-bottom: none;
}

.esg-section-header {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

.esg-letter {
    font-size: 3.4rem;
    font-weight: 900;
    color: #0f172a;
    line-height: 1;
    opacity: 0.12;
    min-width: 40px;
}

.esg-section h2 {
    font-size: 1.55rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: 0.3px;
    margin: 0 0 6px;
    text-transform: none;
}

.esg-section-label {
    color: #005a9c;
    font-size: 0.92rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.esg-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
}

.esg-content-block {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 28px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.025);
}

.esg-content-block h4 {
    font-size: 1rem;
    color: #005a9c;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 14px;
    letter-spacing: 0.5px;
}

.esg-content-block p {
    font-size: 1rem;
    color: #334155;
    line-height: 1.85;
    margin: 0;
    text-align: left;
}

.esg-commitments-section {
    padding: 55px 80px;
    background: #f8fafc;
    border-top: 1px solid #eef2f7;
    border-bottom: 1px solid #eef2f7;
}

.esg-commitments-section h2 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 28px;
}

.esg-commitments-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.esg-commitment-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 24px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.esg-commitment-card span {
    font-size: 1.3rem;
    font-weight: 900;
    color: #005a9c;
    line-height: 1;
    min-width: 34px;
}

.esg-commitment-card p {
    margin: 0;
    color: #334155;
    line-height: 1.7;
    font-size: 0.98rem;
}

.esg-report-footer {
    background-color: #ffffff;
    padding: 55px 80px 65px;
    text-align: center;
}

.esg-report-footer p {
    font-size: 1rem;
    color: #475569;
    margin: 0 auto 28px;
    max-width: 820px;
    line-height: 1.8;
}

@media (max-width: 900px) {
    .esg-summary-strip,
    .esg-content-grid,
    .esg-commitments-grid {
        grid-template-columns: 1fr;
    }

    .esg-summary-item {
        border-right: none;
        border-bottom: 1px solid #e2e8f0;
    }

    .esg-summary-item:last-child {
        border-bottom: none;
    }
}

@media (max-width: 768px) {
    .corporate-esg-wrapper {
        padding: 70px 14px 90px;
    }

    .esg-report-header,
    .esg-section,
    .esg-commitments-section,
    .esg-report-footer {
        padding: 38px 24px;
    }

    .esg-section-header {
        gap: 14px;
    }

    .esg-letter {
        font-size: 2.7rem;
    }

    .esg-report-title {
        font-size: 2rem;
    }

    .esg-report-subtitle {
        font-size: 0.98rem;
        padding-left: 14px;
    }
}
/* =========================================
   13. PÁGINAS DE CONFIRMAÇÃO
========================================= */
.thankyou-page {
    background-color: #f1f5f9;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

.thankyou-card {
    max-width: 600px;
    width: 100%;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.06);
    padding: 60px;
    text-align: center;
}

.thankyou-card--feedback {
    border-top: 4px solid #005a9c;
}

.thankyou-icon-circle {
    width: 80px;
    height: 80px;
    background: #f0fdf4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}

.thankyou-title {
    color: #0f172a;
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.thankyou-text {
    color: #475569;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 40px;
}

.thankyou-button {
    display: inline-block;
    background-color: #0f172a;
    color: #ffffff;
    padding: 16px 40px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background 0.3s;
}

.thankyou-button:hover {
    background-color: #1e293b;
}

.thankyou-footer-note {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e2e8f0;
    font-size: 0.9rem;
    color: #64748b;
}

.protocol-wrapper {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #f4f7f6;
    padding: 80px 20px;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.protocol-document {
    background: #ffffff;
    max-width: 800px;
    width: 100%;
    padding: 70px 80px;
    border: 1px solid #d1d5db;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
}

.protocol-header {
    border-bottom: 2px solid #0f172a;
    padding-bottom: 25px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.protocol-icon svg {
    width: 45px;
    height: 45px;
    fill: #0f172a;
}

.protocol-title {
    color: #0f172a;
    font-size: 1.6rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
}

.protocol-body p {
    color: #333333;
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 25px;
    text-align: justify;
}

.protocol-guidelines {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 35px 40px;
    margin-bottom: 40px;
}

.protocol-guidelines h3 {
    color: #0f172a;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.protocol-guidelines ol {
    margin: 0;
    padding-left: 20px;
    color: #444444;
    font-size: 1rem;
    line-height: 1.8;
}

.protocol-guidelines li {
    margin-bottom: 12px;
}

.protocol-action {
    text-align: right;
    border-top: 1px solid #e2e8f0;
    padding-top: 30px;
}

.btn-formal-return {
    display: inline-block;
    background-color: #0f172a;
    color: #ffffff;
    padding: 14px 30px;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    border-radius: 2px;
    transition: background 0.2s;
}

.btn-formal-return:hover {
    background-color: #1e293b;
}

/* =========================================
   14. AJUSTES RESPONSIVOS
========================================= */
@media (max-width: 768px) {
    .error-card {
        padding: 50px 30px;
    }

    .error-code {
        font-size: 6rem;
    }

    .error-text {
        padding: 0;
    }

    .error-actions-grid {
        grid-template-columns: 1fr;
    }

    .policy-grid {
        grid-template-columns: 1fr;
    }

    .esg-report-header,
    .esg-section,
    .esg-report-footer {
        padding: 40px 30px;
    }

    .esg-report-title {
        font-size: 1.8rem;
    }

    .protocol-document {
        padding: 40px 30px;
    }

    .protocol-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .protocol-action {
        text-align: left;
    }

    .thankyou-card {
        padding: 40px 30px;
    }
}

/* =========================================
   15. ESTRUTURA PADRÃO DE PÁGINAS E POSTS
========================================= */
.content-entry {
    background: #ffffff;
}

.default-page-thumbnail {
    margin-bottom: 40px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.default-page-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 500px;
}

.default-back-home {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 25px;
    background: #0f172a;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
}

.post-meta {
    color: #64748b;
    font-size: 0.95rem;
    margin-bottom: 10px;
}

/* =========================================
   16. ACESSIBILIDADE E MENU
========================================= */
.main-menu {
    display: flex;
    list-style: none;
    gap: 15px;
}

.mobile-menu-btn {
    background: transparent;
    border: none;
    padding: 0;
}

.mobile-menu-btn:focus-visible,
.service-header:focus-visible,
.btn-premium:focus-visible,
.btn-formal:focus-visible,
.btn-formal-return:focus-visible,
.btn-error-sober:focus-visible,
.thankyou-button:focus-visible,
.lgpd-btn:focus-visible {
    outline: 3px solid #3b82f6;
    outline-offset: 3px;
}

/* =========================================
   17. ACORDEÃO PROFISSIONAL
========================================= */
.service-header {
    width: 100%;
    background: transparent;
    border: none;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
    text-align: left;
}

.service-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #555;
    transition: 0.4s;
}

.service-icon {
    font-size: 2rem;
    color: var(--ocean);
    font-weight: 300;
    flex-shrink: 0;
    margin-left: 20px;
}

.service-card.active .service-title {
    color: var(--navy);
    padding-left: 10px;
}

.service-content[hidden] {
    display: none !important;
}

/* =========================================
   18. AJUSTE DO MENU RESPONSIVO
========================================= */
@media (max-width: 1150px) {
    .main-menu {
        position: fixed !important;
        top: 0 !important;
        right: -120% !important;
        width: 280px !important;
        height: 100vh !important;
        background-color: var(--navy) !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        padding: 100px 40px !important;
        transition: 0.4s ease-in-out !important;
        box-shadow: -10px 0 20px rgba(0, 0, 0, 0.5) !important;
        gap: 25px !important;
        z-index: 1000 !important;
    }

    .main-menu.active {
        right: 0 !important;
    }
}

/* =========================================
   19. ARCHIVE / SEARCH / LISTAGENS
========================================= */
.listing-page-main {
    padding: 180px 8% 100px;
    min-height: 80vh;
    max-width: 1400px;
    margin: 0 auto;
}

.listing-header {
    margin-bottom: 50px;
}

.listing-kicker {
    color: #005a9c;
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.listing-title {
    color: var(--navy);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 15px;
}

.listing-description {
    max-width: 900px;
    color: #475569;
    font-size: 1.05rem;
    line-height: 1.7;
}

.listing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.listing-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.listing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.08);
    border-color: rgba(0, 90, 156, 0.25);
}

.listing-card-image-link {
    display: block;
}

.listing-card-image {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.listing-card-content {
    padding: 28px;
}

.listing-card-meta {
    color: #64748b;
    font-size: 0.88rem;
    margin-bottom: 12px;
    font-weight: 600;
}

.listing-card-title {
    font-size: 1.35rem;
    line-height: 1.3;
    margin-bottom: 14px;
}

.listing-card-title a {
    color: var(--navy);
    text-decoration: none;
}

.listing-card-title a:hover {
    color: var(--ocean);
}

.listing-card-excerpt {
    color: #475569;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 20px;
}

.listing-read-more {
    display: inline-block;
    color: var(--ocean);
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.listing-read-more:hover {
    color: var(--navy);
}

.listing-pagination {
    margin-top: 50px;
}

.listing-pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.listing-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 14px;
    border-radius: 8px;
    border: 1px solid #dbe4ee;
    background: #ffffff;
    color: #0f172a;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.25s ease;
}

.listing-pagination .page-numbers.current,
.listing-pagination .page-numbers:hover {
    background: #0f172a;
    color: #ffffff;
    border-color: #0f172a;
}

/* =========================================
   20. BUSCA
========================================= */
.search-form-wrapper {
    margin-bottom: 35px;
}

.site-search-form {
    display: flex;
    gap: 12px;
    align-items: center;
    max-width: 760px;
}

.site-search-input {
    flex: 1;
    min-height: 56px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    padding: 0 18px;
    font-size: 1rem;
    background: #ffffff;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.site-search-input:focus {
    outline: none;
    border-color: #005a9c;
    box-shadow: 0 0 0 3px rgba(0, 90, 156, 0.12);
}

.site-search-button {
    min-height: 56px;
    padding: 0 22px;
    border: none;
    border-radius: 10px;
    background: #0f172a;
    color: #ffffff;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.2s ease;
}

.site-search-button:hover {
    background: #005a9c;
    transform: translateY(-1px);
}

/* =========================================
   21. ACESSIBILIDADE DE LEITOR DE TELA
========================================= */
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* =========================================
   22. RESPONSIVIDADE DE LISTAGENS
========================================= */
@media (max-width: 768px) {
    .listing-page-main {
        padding: 140px 5% 70px;
    }

    .site-search-form {
        flex-direction: column;
        align-items: stretch;
    }

    .site-search-button {
        width: 100%;
    }

    .listing-card-image {
        height: 220px;
    }
}

.lgpd-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #051626;
    color: #ffffff;
    padding: 20px 8%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99999;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.2);
    border-top: 3px solid #005a9c;
    transform: translateY(100%);
    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.lgpd-banner.show {
    transform: translateY(0);
}

.lgpd-text {
    font-size: 0.9rem;
    line-height: 1.5;
    max-width: 900px;
    color: #cbd5e1;
}

.lgpd-text strong {
    color: #ffffff;
}

.lgpd-text a {
    color: #3b82f6;
    text-decoration: underline;
}

.lgpd-btn {
    background-color: #3b82f6;
    color: #ffffff;
    border: none;
    padding: 12px 25px;
    font-size: 0.9rem;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    margin-left: 20px;
    transition: background 0.3s;
}

.lgpd-btn:hover {
    background-color: #2563eb;
}

@media (max-width: 992px) {
    .lgpd-banner {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        padding: 20px;
    }

    .lgpd-btn {
        margin-left: 0;
        width: 100%;
    }
}

/* =========================================
   25. MELHORIAS DE FORMULÁRIOS
========================================= */
.wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0;
    padding: 14px 18px;
    border-radius: 8px;
    font-size: 0.95rem;
    line-height: 1.5;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #16a34a;
    background: rgba(22, 163, 74, 0.08);
    color: #166534;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
    border-color: #dc2626;
    background: rgba(220, 38, 38, 0.06);
    color: #991b1b;
}

.wpcf7-not-valid-tip {
    font-size: 0.85rem;
    margin-top: -8px;
    margin-bottom: 14px;
    color: #dc2626;
    font-weight: 600;
}

.contact-container,
.feedback-form-single,
.cf7-clean-form {
    position: relative;
}

.contact-container input,
.contact-container textarea,
.contact-container select,
.feedback-form-single input,
.feedback-form-single textarea,
.feedback-form-single select,
.cf7-clean-form input,
.cf7-clean-form textarea,
.cf7-clean-form select {
    appearance: none;
    -webkit-appearance: none;
}

/* =========================================
   26. MENU MOBILE PREMIUM
========================================= */
body.menu-open {
    overflow: hidden;
}

.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(2, 11, 20, 0.55);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
    z-index: 998;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.mobile-menu-btn {
    background: transparent;
    border: none;
    padding: 0;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.mobile-menu-btn span {
    display: block;
    width: 28px;
    height: 3px;
    background-color: var(--white);
    border-radius: 999px;
    transition: transform 0.35s ease, opacity 0.25s ease, background-color 0.25s ease;
}

@media (max-width: 1150px) {
    .main-menu {
        position: fixed !important;
        top: 0 !important;
        right: -320px !important;
        width: 300px !important;
        max-width: 85vw !important;
        height: 100vh !important;
        background: linear-gradient(180deg, #04111d 0%, #051626 100%) !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        padding: 110px 34px 40px !important;
        transition: right 0.35s ease !important;
        box-shadow: -14px 0 35px rgba(0, 0, 0, 0.35) !important;
        gap: 22px !important;
        z-index: 999 !important;
        border-left: 1px solid rgba(255, 255, 255, 0.06);
    }

    .main-menu.active {
        right: 0 !important;
    }

    .main-menu li {
        width: 100%;
    }

    .main-menu li a {
        display: block;
        width: 100%;
        padding: 10px 0;
        font-size: 1rem !important;
        letter-spacing: 0.8px;
        border-bottom: 1px solid rgba(255,255,255,0.06);
    }

    .main-menu li:last-child a {
        border-bottom: none;
    }

    .mobile-menu-btn.active span:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
        background-color: #ffffff;
    }

    .mobile-menu-btn.active span:nth-child(2) {
        opacity: 0;
    }

    .mobile-menu-btn.active span:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
        background-color: #ffffff;
    }
}

/* =========================================
   27. AJUSTES DE PERFORMANCE VISUAL
========================================= */
@media (max-width: 768px) {
    .hero {
        min-height: 78vh !important;
        height: 78vh !important;
    }

    .hero-video {
        object-position: center center;
    }

    .hero-content h1 {
        font-size: 2.1rem !important;
    }
}

/* =========================================
   29. PADRONIZAÇÃO FINAL
========================================= */
section {
    scroll-margin-top: 110px;
}

.section-tag {
    font-size: clamp(1.8rem, 3vw, 2.2rem);
    margin-bottom: 40px;
}

.default-page-title,
.listing-title,
.cta-box h2,
.esg-report-title,
.error-title,
.thankyou-title,
.protocol-title {
    letter-spacing: -0.4px;
}

.mvv-section,
.partners-section,
.qualidade-section,
.porque-section,
.services,
.clients-section,
.locations,
.video-section,
.contact-section,
.credibility-section,
.numbers-section,
.cta-section {
    position: relative;
}

/* =========================================
   30. BOTÕES E LINKS MAIS CONSISTENTES
========================================= */
.btn-premium,
.btn-formal,
.btn-formal-return,
.btn-error-sober,
.thankyou-button,
.site-search-button {
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.btn-premium:hover,
.btn-formal:hover,
.btn-formal-return:hover,
.thankyou-button:hover,
.site-search-button:hover {
    transform: translateY(-2px);
}

a {
    transition: color 0.25s ease, opacity 0.25s ease;
}

/* =========================================
   31. CONSISTÊNCIA DE CARDS
========================================= */
.porque-card-premium,
.credibility-card,
.address-card,
.listing-card,
.number-card,
.contact-container,
.feedback-container-single,
.compliance-container,
.esg-container {
    border-radius: 14px;
}

.contact-container,
.feedback-container-single,
.compliance-container,
.esg-container,
.listing-card,
.credibility-card {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
}

/* =========================================
   32. LEITURA E CONFORTO VISUAL
========================================= */
.default-page-content,
.listing-card-excerpt,
.porque-intro,
.qualidade-content p,
.esg-content-block p,
.protocol-body p,
.error-text,
.thankyou-text {
    text-wrap: pretty;
}

p {
    max-width: 100%;
}



