/* ============================================
   QUEM SOMOS - SOLNER
   Seguindo padrão neutro estabelecido
============================================ */


/* CORREÇÃO BUG VIEWPORT - Força o body a mostrar todo o conteúdo */
body.page-template-page-sobre-nos,
body[class*="body-"],
.body-4,
.body-8 {
    overflow: visible !important;
    overflow-y: auto !important;
    height: auto !important;
    max-height: none !important;
}

html {
    overflow: visible !important;
    overflow-y: auto !important;
}

.quem-somos-page {
    background: var(--white);
    overflow-x: hidden;
    overflow-y: visible !important;
}

.container {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}

/* ============================================
   ANIMAÇÕES
============================================ */
.fade-in-element {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.fade-in-element.visible {
    opacity: 1;
    transform: translateY(0);
}

.fade-in-element.delay-1 { transition-delay: 0.1s; }
.fade-in-element.delay-2 { transition-delay: 0.2s; }
.fade-in-element.delay-3 { transition-delay: 0.3s; }
.fade-in-element.delay-4 { transition-delay: 0.4s; }

/* ============================================
   HERO COM IMAGEM DE FUNDO + FILTRO PRETO 75%
============================================ */
.hero-quem-somos {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-top: 160px;
    padding-bottom: 120px;
    margin-top: 0;
}

/* Imagem de Fundo */
.hero-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/img-fundo-quemsomos.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

/* Filtro Preto 75% Opacidade */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 2;
}

.hero-gradient-mesh {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 20%, rgba(255, 182, 0, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(220, 88, 42, 0.12) 0%, transparent 50%);
    opacity: 0.8;
    z-index: 3;
}

.hero-grid-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.5;
    z-index: 4;
}

.hero-content {
    position: relative;
    z-index: 10;
    width: 100%;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.hero-badge-cinema {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 24px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 100px;
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.badge-pulse {
    position: relative;
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, var(--accent-orange) 0%, var(--accent-yellow) 100%);
    border-radius: 50%;
    animation: pulse-glow 2s ease-in-out infinite;
    box-shadow: 0 0 8px rgba(220, 88, 42, 0.8),
                0 0 16px rgba(220, 88, 42, 0.4);
}

.badge-pulse::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(220, 88, 42, 0.6) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: radar-ping 2s ease-out infinite;
}

.badge-pulse::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 182, 0, 0.5) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: radar-ping 2s ease-out infinite 1s;
}

@keyframes pulse-glow {
    0%, 100% { 
        transform: scale(1);
        opacity: 1;
        box-shadow: 0 0 8px rgba(220, 88, 42, 0.8),
                    0 0 16px rgba(220, 88, 42, 0.4);
    }
    50% { 
        transform: scale(1.1);
        opacity: 0.9;
        box-shadow: 0 0 12px rgba(220, 88, 42, 1),
                    0 0 24px rgba(220, 88, 42, 0.6),
                    0 0 32px rgba(255, 182, 0, 0.3);
    }
}

@keyframes radar-ping {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }
    80% {
        transform: translate(-50%, -50%) scale(3.5);
        opacity: 0;
    }
    100% {
        transform: translate(-50%, -50%) scale(4);
        opacity: 0;
    }
}

.hero-title {
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 500;
    line-height: 1.2;
    color: var(--white);
    margin: 0 0 20px;
    letter-spacing: -0.02em;
}

.title-gradient {
    background: linear-gradient(135deg, var(--accent-yellow) 0%, var(--accent-orange) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 auto 40px;
    max-width: 700px;
}

.hero-subtitle strong {
    color: var(--white);
    font-weight: 500;
}

.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    cursor: pointer;
    transition: var(--transition-base);
    text-decoration: none;
}

.scroll-indicator:hover {
    transform: translateX(-50%) translateY(-5px);
}

.scroll-arrows {
    display: flex;
    flex-direction: column;
    gap: -8px;
}

.arrow {
    opacity: 0;
    animation: arrow-float 2s ease-in-out infinite;
}

.arrow-1 { animation-delay: 0s; }
.arrow-2 { animation-delay: 0.3s; }
.arrow-3 { animation-delay: 0.6s; }

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

/* ============================================
   SOBRE A SOLNER — REFERÊNCIA EM ENERGIA SOLAR
   Layout split: texto esquerda / pilares direita
============================================ */
.sobre-section {
    padding: 100px 0;
    background: var(--white);
    position: relative;
    overflow: hidden;
}

.sobre-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #001489 0%, #dc582a 50%, #FFB600 100%);
}

.section-header-center {
    text-align: center;
    margin-bottom: 64px;
    position: relative;
    z-index: 2;
}

.section-header-center h2 {
    font-size: 40px;
    font-weight: 500;
    color: var(--primary-blue);
    margin-bottom: 12px;
}

.section-header-center h2::after {
    display: none;
}

.section-header-center p {
    font-size: 18px;
    color: var(--gray-500);
}

/* Split layout container */
.sobre-conteudo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

/* Lado esquerdo: texto */
.sobre-texto-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sobre-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: var(--accent-orange);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.sobre-label::before {
    content: '';
    display: block;
    width: 28px;
    height: 2px;
    background: var(--accent-orange);
    border-radius: 2px;
}

.sobre-heading {
    font-size: 36px;
    font-weight: 500;
    color: var(--primary-blue);
    line-height: 1.25;
    margin: 0;
    letter-spacing: -0.02em;
}

.sobre-heading em {
    font-style: normal;
    background: linear-gradient(135deg, var(--accent-yellow) 0%, var(--accent-orange) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.texto-destaque {
    font-size: 17px;
    line-height: 1.75;
    color: var(--gray-700);
    margin: 0;
    font-weight: 400;
}

.texto-destaque strong {
    color: var(--primary-blue);
    font-weight: 600;
}

.sobre-conteudo p {
    font-size: 16px;
    line-height: 1.75;
    color: var(--gray-600);
    margin: 0;
}

.sobre-conteudo strong {
    color: var(--gray-800);
    font-weight: 600;
}

.btn-sobre-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: var(--gradient-orange);
    color: var(--white);
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: var(--transition-base);
    box-shadow: 0 4px 16px rgba(220, 88, 42, 0.25);
    align-self: flex-start;
    margin-top: 8px;
}

.btn-sobre-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(220, 88, 42, 0.35);
    color: var(--white);
}

/* Lado direito: 4 pilares em grid 2x2 */
.sobre-pilares-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.pilar-card {
    background: var(--gray-50);
    border: 2px solid var(--gray-200);
    border-radius: 16px;
    padding: 28px 24px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.pilar-card h4,
.pilar-card p,
.pilar-card .pilar-icon {
    position: relative;
    z-index: 2;
}

/* hover e ::before → centralizado em cards.css */

.pilar-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, rgba(220, 88, 42, 0.1) 0%, rgba(255, 182, 0, 0.1) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: var(--accent-orange);
}

.pilar-icon svg {
    width: 24px;
    height: 24px;
    color: var(--accent-orange);
}

.pilar-card h4 {
    font-size: 15px;
    font-weight: 600;
    color: var(--primary-blue);
    margin: 0 0 8px;
}

.pilar-card p {
    font-size: 13px;
    line-height: 1.6;
    color: var(--gray-500);
    margin: 0;
}

/* ============================================
   NÚMEROS E CONQUISTAS
============================================ */
.numeros-section {
    padding: 100px 0;
    background: var(--white);
}

.numeros-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.numero-card {
    position: relative;
    background: var(--white);
    border: 2px solid var(--gray-300);
    border-radius: 20px;
    padding: 32px 24px;
    text-align: center;
    transition: var(--transition-smooth);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    box-shadow: var(--shadow-md);
}

/* hover e ::before → centralizado em cards.css */

/* Gradient border animation → centralizado em cards.css */

.numero-icon {
    width: 72px;
    height: 72px;
    border-radius: 16px;
    background: var(--gray-50);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    transition: var(--transition-base);
    position: relative;
    z-index: 2;
}

.numero-icon img {
    width: 32px;
    height: 32px;
    filter: brightness(0) saturate(100%) invert(42%) sepia(76%) saturate(1447%) hue-rotate(347deg) brightness(92%) contrast(92%);
    transition: var(--transition-base);
}

/* hover e ::before → centralizado em cards.css */

.numero-card h3 {
    font-size: 32px;
    font-weight: 500;
    color: var(--gray-900);
    margin: 0;
    position: relative;
    z-index: 2;
}

.numero-card p {
    font-size: 14px;
    color: var(--gray-600);
    line-height: 1.6;
    margin: 0;
    position: relative;
    z-index: 2;
}

/* ============================================
   GOOGLE 4.9 DESTAQUE
============================================ */
.google-section {
    padding: 100px 0;
    background: var(--gray-50);
}

.google-card {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    background: var(--white);
    border: 2px solid var(--gray-300);
    border-radius: 20px;
    padding: 48px;
    text-align: center;
    transition: var(--transition-smooth);
    box-shadow: var(--shadow-md);
}

/* hover e ::before → centralizado em cards.css */

.google-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    position: relative;
    z-index: 2;
}

.google-icon img {
    width: 100%;
    height: 100%;
}

.google-info {
    position: relative;
    z-index: 2;
}

.rating-display {
    font-size: 72px;
    font-weight: 500;
    color: var(--gray-900);
    line-height: 1;
    margin-bottom: 12px;
}

.stars-line {
    font-size: 32px;
    color: var(--accent-yellow);
    margin-bottom: 16px;
    letter-spacing: 4px;
}

.google-info p {
    font-size: 17px;
    color: var(--gray-600);
    margin-bottom: 24px;
}

.google-info strong {
    color: var(--gray-900);
    font-weight: 500;
}

.btn-ver-avaliacoes {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 28px;
    background: var(--gradient-orange);
    color: var(--white);
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: var(--transition-base);
    box-shadow: 0 4px 12px rgba(220, 88, 42, 0.25);
    position: relative;
    overflow: hidden;
}

.btn-ver-avaliacoes::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.btn-ver-avaliacoes:hover::before {
    left: 100%;
}

.btn-ver-avaliacoes:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(220, 88, 42, 0.4);
}

/* ============================================
   DIFERENCIAIS
============================================ */
.diferenciais-section {
    padding: 100px 0;
    background: var(--white);
}

.diferenciais-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.diferencial-card {
    position: relative;
    background: var(--white);
    border: 2px solid var(--gray-300);
    border-radius: 20px;
    padding: 32px 24px;
    text-align: center;
    transition: var(--transition-smooth);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    box-shadow: var(--shadow-md);
}

/* hover e ::before → centralizado em cards.css */

.diferencial-icon {
    width: 72px;
    height: 72px;
    border-radius: 16px;
    background: var(--gray-50);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    transition: var(--transition-base);
    position: relative;
    z-index: 2;
}

.diferencial-icon img {
    width: 32px;
    height: 32px;
    filter: brightness(0) saturate(100%) invert(42%) sepia(76%) saturate(1447%) hue-rotate(347deg) brightness(92%) contrast(92%);
    transition: var(--transition-base);
}

/* hover e ::before → centralizado em cards.css */

.diferencial-card h3 {
    font-size: 20px;
    font-weight: 500;
    color: var(--gray-900);
    margin: 0;
    position: relative;
    z-index: 2;
}

.diferencial-card p {
    font-size: 14px;
    color: var(--gray-600);
    line-height: 1.6;
    margin: 0;
    position: relative;
    z-index: 2;
}

/* ============================================
   VÍDEOS
============================================ */
.videos-section {
    padding: 100px 0;
    background: var(--gray-50);
}

.videos-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-top: 64px;
}

.video-card {
    position: relative;
    background: var(--white);
    border: 2px solid var(--gray-300);
    border-radius: 20px;
    overflow: hidden;
    transition: var(--transition-smooth);
    box-shadow: var(--shadow-md);
}

/* hover e ::before → centralizado em cards.css */

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background: var(--gray-900);
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-info {
    padding: 24px;
    position: relative;
    z-index: 2;
}

.video-info h3 {
    font-size: 20px;
    font-weight: 500;
    color: var(--gray-900);
    margin-bottom: 8px;
}

.video-info p {
    font-size: 15px;
    line-height: 1.6;
    color: var(--gray-600);
    margin: 0;
}

/* ============================================
   DEPOIMENTOS CAROUSEL
============================================ */
.depoimentos-section {
    padding: 100px 0;
    background: var(--white);
}

.depoimentos-carousel {
    position: relative;
    max-width: 900px;
    margin: 0 auto 48px;
    min-height: 400px;
}

.depoimento-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--white);
    border: 2px solid var(--gray-300);
    border-radius: 20px;
    padding: 40px;
    box-shadow: var(--shadow-md);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-smooth);
}

.depoimento-card.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

/* hover e ::before → centralizado em cards.css */

.depoimento-aspas {
    font-size: 80px;
    color: var(--gray-200);
    line-height: 1;
    margin-bottom: 16px;
    font-family: Georgia, serif;
    position: relative;
    z-index: 2;
}

.depoimento-texto {
    font-size: 17px;
    line-height: 1.8;
    color: var(--gray-700);
    margin-bottom: 28px;
    font-style: italic;
    position: relative;
    z-index: 2;
}

.depoimento-autor {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
}

.autor-inicial {
    width: 52px;
    height: 52px;
    background: var(--gray-50);
    border: 2px solid var(--gray-300);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray-700);
    font-size: 18px;
    font-weight: 500;
    flex-shrink: 0;
}

.autor-info strong {
    display: block;
    font-size: 17px;
    color: var(--gray-900);
    margin-bottom: 4px;
    font-weight: 500;
}

.autor-info span {
    font-size: 14px;
    color: var(--gray-600);
}

.depoimento-rating {
    font-size: 20px;
    color: var(--accent-yellow);
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
}

/* Controles Carousel */
.carousel-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

.carousel-btn {
    width: 48px;
    height: 48px;
    background: var(--white);
    border: 2px solid var(--gray-300);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray-700);
    cursor: pointer;
    transition: var(--transition-base);
    box-shadow: var(--shadow-sm);
}

.carousel-btn:hover {
    background: var(--gradient-orange);
    border: none;
    color: var(--white);
    transform: scale(1.1);
    box-shadow: var(--shadow-md);
}

.carousel-dots {
    display: flex;
    gap: 8px;
}

.dot {
    width: 10px;
    height: 10px;
    background: var(--gray-300);
    border-radius: 50%;
    cursor: pointer;
    transition: var(--transition-base);
}

.dot.active {
    background: var(--accent-orange);
    width: 32px;
    border-radius: 5px;
}

.dot:hover {
    background: var(--gray-500);
}

/* ============================================
   CTA FINAL
============================================ */
.cta-section {
    padding: 100px 0;
    background: var(--gray-50);
}

.cta-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.cta-content h2 {
    font-size: 40px;
    font-weight: 500;
    color: var(--primary-blue);
    margin-bottom: 16px;
    line-height: 1.2;
}

.cta-content p {
    font-size: 18px;
    line-height: 1.6;
    color: var(--gray-600);
    margin-bottom: 40px;
}

.cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary-cta,
.btn-secondary-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 32px;
    background: var(--gradient-orange);
    color: var(--white);
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: var(--transition-base);
    box-shadow: 0 4px 12px rgba(220, 88, 42, 0.25);
    position: relative;
    overflow: hidden;
}

.btn-primary-cta::before,
.btn-secondary-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.btn-primary-cta:hover::before,
.btn-secondary-cta:hover::before {
    left: 100%;
}

.btn-primary-cta:hover,
.btn-secondary-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(220, 88, 42, 0.4);
}

.btn-secondary-cta {
    background: var(--white);
    color: var(--gray-900);
    border: 2px solid var(--gray-300);
    box-shadow: var(--shadow-sm);
}

.btn-secondary-cta:hover {
    border-color: var(--accent-orange);
    box-shadow: 0 8px 24px rgba(220, 88, 42, 0.2);
}

/* ============================================
   RESPONSIVO
============================================ */
@media (max-width: 1024px) {
    .numeros-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .diferenciais-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .videos-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .hero-quem-somos {
        padding-top: 120px;
        padding-bottom: 80px;
    }
    
    .hero-title {
        font-size: 32px;
    }
    
    .hero-subtitle {
        font-size: 16px;
    }
    
    .scroll-indicator {
        bottom: 24px;
    }
    
    .numeros-section,
    .google-section,
    .diferenciais-section,
    .videos-section,
    .depoimentos-section,
    .cta-section {
        padding: 60px 0;
    }
    
    .section-header-center h2 {
        font-size: 28px;
    }
    
    .numeros-grid {
        grid-template-columns: 1fr;
    }
    
    .google-card {
        padding: 32px 20px;
    }
    
    .rating-display {
        font-size: 56px;
    }
    
    .stars-line {
        font-size: 24px;
    }
    
    .diferenciais-grid {
        grid-template-columns: 1fr;
    }
    
    .depoimentos-carousel {
        min-height: 500px;
    }
    
    .depoimento-card {
        padding: 32px 20px;
    }
    
    .depoimento-texto {
        font-size: 15px;
    }
    
    .cta-content h2 {
        font-size: 28px;
    }
    
    .cta-buttons {
        flex-direction: column;
    }
    
    .btn-primary-cta,
    .btn-secondary-cta {
        width: 100%;
    }
}

/* ============================================
   GALERIA DE PROJETOS
============================================ */
.projetos-section {
    padding: 100px 0;
    background: var(--white);
}

.projetos-galeria {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.projeto-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 1;
    cursor: pointer;
    transition: var(--transition-base);
}

.projeto-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-base);
}

.projeto-item:hover {
    transform: scale(1.02);
    box-shadow: var(--shadow-lg);
}

.projeto-item:hover img {
    transform: scale(1.1);
}

@media (max-width: 1024px) {
    .projetos-galeria {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .projetos-section {
        padding: 60px 0;
    }

    .projetos-galeria {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}
/* Responsive: sobre-section split layout */
@media (max-width: 768px) {
    .sobre-conteudo {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }
    .sobre-pilares-col {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .sobre-pilares-col {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   DEPOIMENTOS CAROUSEL - Multi-card (3 visible)
============================================ */
.depoimentos-carousel-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.depoimentos-carousel {
    overflow-x: clip;
    overflow-y: visible;
}

.depoimentos-track {
    display: flex;
    gap: 24px;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 16px 0;
}

.dep-carousel-card {
    flex: 0 0 calc((100% - 48px) / 3);
    min-width: 0;
    position: relative;
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: 20px;
    padding: 32px 28px;
    box-shadow: var(--shadow-sm);
    box-sizing: border-box;
    transition: var(--transition-smooth);
}

/* hover e ::before → centralizado em cards.css */

.dep-carousel-card .depoimento-rating {
    font-size: 18px;
    color: var(--accent-yellow);
    letter-spacing: 2px;
    margin-bottom: 14px;
}

.dep-carousel-card .depoimento-texto {
    font-size: 14px;
    line-height: 1.7;
    color: var(--gray-700);
    font-style: italic;
    margin: 0 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dep-carousel-card .depoimento-autor {
    display: flex;
    align-items: center;
}

.dep-carousel-card .autor-info strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--gray-900);
    margin-bottom: 2px;
}

.dep-carousel-card .autor-info span {
    font-size: 12px;
    color: var(--gray-600);
}

/* Nav */
.dep-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 28px;
}

.dep-arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--gray-700);
    transition: var(--transition-base);
}

.dep-arrow:hover {
    background: var(--accent-orange);
    color: var(--white);
    transform: scale(1.1);
    box-shadow: 0 4px 16px rgba(220, 88, 42, 0.3);
}

/* Dots */
.dep-dots {
    display: flex;
    gap: 8px;
    align-items: center;
}

.dep-dot {
    width: 10px;
    height: 10px;
    background: var(--gray-300);
    border-radius: 50%;
    cursor: pointer;
    transition: var(--transition-base);
}

.dep-dot.active {
    background: var(--accent-orange);
    width: 28px;
    border-radius: 5px;
}

.dep-dot:hover:not(.active) {
    background: var(--gray-500);
}

/* Responsive carousel */
@media (max-width: 1024px) {
    .dep-carousel-card {
        flex: 0 0 calc((100% - 24px) / 2);
    }
}

@media (max-width: 768px) {
    .dep-carousel-card {
        flex: 0 0 100%;
        padding: 32px 24px;
    }

    .dep-carousel-card .depoimento-texto {
        font-size: 15px;
        -webkit-line-clamp: unset;
    }

    .dep-carousel-card .depoimento-rating {
        font-size: 18px;
    }

    .dep-carousel-card .autor-info strong {
        font-size: 15px;
    }

    .dep-carousel-card .autor-info span {
        font-size: 13px;
    }

    .dep-nav {
        gap: 16px;
        margin-top: 20px;
    }

    .dep-arrow {
        width: 38px;
        height: 38px;
    }
}
