/* --- 1. DESBLOQUEIO (Para garantir Full Width se usado isoladamente) --- */
.ast-page-builder-template .entry-content #mapea-about-clean-wrapper,
.ast-container #mapea-about-clean-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
html, body { overflow-x: hidden !important; }

/* --- ESCOPO CSS DA SESSÃO --- */
#mapea-about-clean {
    /* Mapeando variáveis globais */
    --mapea-rosa: #E499B6;
    --mapea-merlot: #4F0713;
    --mapea-rubi: #AD0919;
    --mapea-gold: #FDC762;
    --mapea-branco: #ffffff;
    
    --c-bg: #ffffff;
    
    position: relative;
    padding: 100px 20px;
    background-color: var(--c-bg);
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

/* Container Grid */
#mapea-about-clean .mapea-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid; 
    grid-template-columns: 1fr 1fr; /* Imagem (Esq) | Texto (Dir) */
    gap: 80px; 
    align-items: center;
    position: relative; 
    z-index: 1;
}

/* --- VISUAL (FOTO NA ESQUERDA) --- */
#mapea-about-clean .about-visual {
    position: relative;
    display: flex; 
    justify-content: center;
    align-items: center;
}

/* Decoração de Fundo Suave */
#mapea-about-clean .visual-bg-decor {
    position: absolute;
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, var(--mapea-rosa) 0%, rgba(255,255,255,0) 70%);
    opacity: 0.15;
    top: -10%;
    left: -10%;
    border-radius: 50%;
    z-index: 0;
}

/* Imagem Única */
#mapea-about-clean .photo-single {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 30px;
    position: relative;
    z-index: 2;
    box-shadow: 0 25px 50px -12px rgba(79, 7, 19, 0.25);
    border: 8px solid #ffffff;
    object-fit: cover;
    transform: perspective(1000px) rotateY(5deg) rotateX(2deg); /* Inclinei levemente para a direita */
    transition: transform 0.5s ease;
}

#mapea-about-clean .about-visual:hover .photo-single {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) scale(1.02);
}

/* Badge Flutuante (Lado Direito da Foto) */
#mapea-about-clean .float-badge {
    position: absolute; 
    bottom: 40px; 
    right: -30px; /* Avança sobre o espaço em branco */
    background: #ffffff;
    padding: 15px 25px; 
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
    display: flex; 
    align-items: center; 
    gap: 15px;
    z-index: 3;
    border-left: 5px solid var(--mapea-gold);
    animation: floatBadgeMapea 4s infinite ease-in-out;
}

#mapea-about-clean .fb-icon { font-size: 28px; }
#mapea-about-clean .float-badge div { display: flex; flex-direction: column; line-height: 1.2; text-align: left; }
#mapea-about-clean .float-badge strong { font-size: 16px; color: var(--mapea-merlot); }
#mapea-about-clean .float-badge small { font-size: 13px; color: #777; }

@keyframes floatBadgeMapea {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

/* --- CONTEÚDO (TEXTO NA DIREITA) --- */
#mapea-about-clean .about-content {
    display: flex; 
    flex-direction: column; 
    justify-content: center;
    text-align: left;
    padding-left: 20px;
}

/* A TAG VOLTOU */
#mapea-about-clean .section-tag {
    color: var(--mapea-merlot);
    font-weight: 800; 
    letter-spacing: 2px; 
    font-size: 12px;
    margin-bottom: 20px; 
    display: inline-block;
    background: rgba(228, 153, 182, 0.2);
    padding: 6px 16px; 
    border-radius: 20px;
    width: fit-content;
}

#mapea-about-clean h2 {
    font-size: 2.8rem; 
    color: var(--mapea-merlot);
    line-height: 1.1; 
    margin-bottom: 25px; 
    font-weight: 700;
}

#mapea-about-clean .highlight-merlot {
    position: relative; 
    z-index: 1; 
    white-space: nowrap; 
    color: var(--mapea-rubi);
}

#mapea-about-clean .highlight-merlot::after {
    content: ''; 
    position: absolute; 
    bottom: 2px; 
    left: 0; 
    width: 100%; 
    height: 10px;
    background: var(--mapea-gold); 
    opacity: 0.4; 
    z-index: -1; 
    transform: rotate(-1deg);
}

#mapea-about-clean .lead-text {
    font-size: 1.1rem; 
    color: #333;
    line-height: 1.6; 
    margin-bottom: 20px;
    font-weight: 400;
}

#mapea-about-clean .desc-text { 
    color: #666; 
    margin-bottom: 30px; 
    line-height: 1.6;
}

#mapea-about-clean .feature-list {
    display: grid; 
    gap: 20px; 
    margin-bottom: 40px;
}


/* Citação */
#mapea-about-clean .quote-box {
    background: #fffcfd;
    border-radius: 20px;
    padding: 25px 30px;
    position: relative; 
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid #f0f0f0;
}

#mapea-about-clean .quote-icon {
    position: absolute; 
    top: -15px; 
    left: 30px;
    background: var(--mapea-gold); 
    color: var(--mapea-merlot);
    width: 36px; 
    height: 36px;
    display: flex; 
    align-items: center; 
    justify-content: center;
    border-radius: 50%; 
    font-size: 16px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

#mapea-about-clean .quote-box p {
    margin: 0; 
    color: var(--mapea-merlot); 
    font-size: 1.1rem; 
    font-style: italic;
    line-height: 1.6;
}

#mapea-about-clean .link-more {
    color: white;
    background: var(--mapea-merlot);
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 700; 
    text-decoration: none; 
    font-size: 16px;
    transition: all 0.3s; 
    display: inline-flex; 
    align-items: center; 
    gap: 10px;
    width: fit-content;
    box-shadow: 0 10px 20px rgba(79, 7, 19, 0.15);
}

#mapea-about-clean .link-more:hover { 
    background: var(--mapea-rubi);
    transform: translateY(-3px);
    box-shadow: 0 15px 25px rgba(79, 7, 19, 0.25);
}

/* --- RESPONSIVIDADE --- */
@media (max-width: 992px) {
    #mapea-about-clean { padding: 60px 20px; }
    
    #mapea-about-clean .mapea-container { 
        grid-template-columns: 1fr; 
        gap: 50px; 
        text-align: center; 
    }
    
    /* No Mobile: Imagem Primeiro, Texto Depois */
    #mapea-about-clean .about-content { 
        order: 2; 
        align-items: center; 
        text-align: center;
        padding-left: 0;
    }
    
    #mapea-about-clean .about-visual { 
        order: 1; 
    }

    #mapea-about-clean .feature-list { 
        text-align: left; 
        display: inline-grid; 
        justify-content: start; 
        gap: 20px;
    }
    
    #mapea-about-clean .quote-box { text-align: left; }
    
    #mapea-about-clean .photo-single {
        max-width: 85%;
        transform: none; /* Remove inclinação no mobile */
    }

    /* Badge centralizado no mobile */
    #mapea-about-clean .float-badge { 
        left: 50%; 
        right: auto;
        bottom: -20px; 
        transform: translateX(-50%);
        white-space: nowrap;
        border-left: none;
        border-bottom: 5px solid var(--mapea-gold);
    }

    @keyframes floatBadgeMapea {
        0%, 100% { transform: translateX(-50%) translateY(0); }
        50% { transform: translateX(-50%) translateY(-10px); }
    }
}