/* ===== PÁGINA DEPOIMENTOS - ESTILOS COMPLETOS ===== */

/* Breadcrumb Navigation */
.breadcrumb-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 1rem 0;
    border-bottom: 1px solid #dee2e6;
}

.breadcrumb-nav {
    margin: 0;
}

.breadcrumb-list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0.5rem;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #6c757d;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.breadcrumb-link:hover {
    color: var(--cor-azul-primario);
}

.breadcrumb-current {
    color: var(--cor-azul-primario);
    font-weight: 600;
}

/* Hero Section Depoimentos */
.depoimentos-hero {
    background: linear-gradient(135deg, #1f4007 0%, #597a24 100%);
    color: white;
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.depoimentos-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.min-vh-75 {
    min-height: 75vh;
}

.hero-content-depoimentos {
    position: relative;
    z-index: 2;
}

.badge-institucional {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.titulo-depoimentos {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.texto-destaque {
    color: #ffd700;
    position: relative;
}

.texto-destaque::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #ffd700;
    border-radius: 2px;
}

.subtitulo-depoimentos {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.stats-rapidas {
    display: flex;
    gap: 2rem;
    margin-bottom: 2.5rem;
}

.stat-item-depoimentos {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.stat-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    backdrop-filter: blur(10px);
}

.stat-texto strong {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
}

.stat-texto span {
    font-size: 0.9rem;
    opacity: 0.8;
}

.hero-actions-depoimentos {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-hero-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #25d366;
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.btn-hero-whatsapp:hover {
    background: #128c7e;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

.btn-hero-saiba-mais {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-hero-saiba-mais:hover {
    background: rgba(255, 255, 255, 0.3);
    color: white;
    transform: translateY(-2px);
}

.hero-imagem-wrapper {
    position: relative;
    z-index: 2;
}

.hero-imagem-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.hero-imagem {
    width: 100%;
    height: auto;
    display: block;
}

.badge-experiencia-flutuante {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #ffd700;
    color: #1f4007;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
    animation: float 3s ease-in-out infinite;
}

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

/* Grid de Depoimentos */
.depoimentos-grid-section {
    padding: 5rem 0;
    background: #f8f9fa;
}

.section-header-depoimentos {
    margin-bottom: 4rem;
}

.section-title-depoimentos {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1f4007;
    margin-bottom: 1rem;
    position: relative;
}

.section-title-depoimentos::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #1f4007, #597a24);
    border-radius: 2px;
}

.section-subtitle-depoimentos {
    font-size: 1.1rem;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto;
}

.depoimentos-grid {
    margin-bottom: 4rem;
}

.depoimento-card-grid {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.depoimento-card-grid:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.depoimento-image-wrapper {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
}

.depoimento-image-grid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.depoimento-card-grid:hover .depoimento-image-grid {
    transform: scale(1.05);
}

.depoimento-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(31, 64, 7, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.depoimento-card-grid:hover .depoimento-overlay {
    opacity: 1;
}

.overlay-content {
    text-align: center;
    color: white;
}

.overlay-content i {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    display: block;
}

.overlay-content span {
    font-weight: 600;
    font-size: 0.9rem;
}

.depoimento-info {
    padding: 1.5rem;
}

.depoimento-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1f4007;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.depoimento-date {
    font-size: 0.9rem;
    color: #6c757d;
    margin: 0;
}

/* Estado sem depoimentos */
.no-depoimentos {
    text-align: center;
    padding: 4rem 2rem;
}

.no-depoimentos-content {
    max-width: 400px;
    margin: 0 auto;
}

.no-depoimentos-content i {
    font-size: 4rem;
    color: #dee2e6;
    margin-bottom: 1.5rem;
    display: block;
}

.no-depoimentos-content h3 {
    color: #6c757d;
    margin-bottom: 1rem;
}

.no-depoimentos-content p {
    color: #adb5bd;
    margin: 0;
}

/* Call to Action Final */
.depoimentos-cta {
    background: linear-gradient(135deg, #1f4007 0%, #597a24 100%);
    color: white;
    padding: 4rem 0;
    border-radius: 20px;
    margin-top: 3rem;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cta-subtitle {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 2rem;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-cta-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #25d366;
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.btn-cta-whatsapp:hover {
    background: #128c7e;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

.btn-cta-contato {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-cta-contato:hover {
    background: rgba(255, 255, 255, 0.3);
    color: white;
    transform: translateY(-2px);
}

/* Responsividade */
@media (max-width: 1200px) {
    .titulo-depoimentos {
        font-size: 3rem;
    }
    
    .stats-rapidas {
        gap: 1.5rem;
    }
}

@media (max-width: 992px) {
    .depoimentos-hero {
        padding: 3rem 0;
    }
    
    .titulo-depoimentos {
        font-size: 2.5rem;
    }
    
    .section-title-depoimentos {
        font-size: 2rem;
    }
    
    .stats-rapidas {
        flex-direction: column;
        gap: 1rem;
    }
    
    .hero-actions-depoimentos {
        flex-direction: column;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .depoimentos-hero {
        padding: 2rem 0;
    }
    
    .titulo-depoimentos {
        font-size: 2rem;
    }
    
    .subtitulo-depoimentos {
        font-size: 1rem;
    }
    
    .section-title-depoimentos {
        font-size: 1.8rem;
    }
    
    .depoimentos-grid-section {
        padding: 3rem 0;
    }
    
    .depoimento-info {
        padding: 1rem;
    }
    
    .cta-title {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .titulo-depoimentos {
        font-size: 1.8rem;
    }
    
    .section-title-depoimentos {
        font-size: 1.5rem;
    }
    
    .depoimento-card-grid {
        margin-bottom: 1rem;
    }
    
    .cta-title {
        font-size: 1.8rem;
    }
    
    .cta-subtitle {
        font-size: 1rem;
    }
}

/* ===== MODAL LIGHTBOX ===== */
.modal-xl {
    max-width: 90vw;
}

.modal-body {
    background: #000;
    padding: 0 !important;
}

#modalImage {
    max-height: 80vh;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.modal-header {
    background: #1f4007;
    color: white;
    border-bottom: none;
}

.modal-title {
    color: white;
    font-weight: 600;
}

.btn-close {
    filter: invert(1);
}

.modal-footer {
    background: #1f4007;
    color: white;
    border-top: none;
}

.modal-footer .btn-secondary {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
}

.modal-footer .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.3);
    color: white;
}

/* Cursor pointer para elementos clicáveis */
.depoimento-image-wrapper,
.depoimento-overlay {
    cursor: pointer;
}