.elementor-302 .elementor-element.elementor-element-d535411{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--overflow:hidden;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-302 .elementor-element.elementor-element-d535411.e-con{--align-self:center;}.elementor-302 .elementor-element.elementor-element-c7b2090{width:100%;max-width:100%;}.elementor-302 .elementor-element.elementor-element-c7b2090 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-302 .elementor-element.elementor-element-c7b2090.elementor-element{--align-self:center;}.elementor-302 .elementor-element.elementor-element-cc6436f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-302 .elementor-element.elementor-element-ad23914{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-302 .elementor-element.elementor-element-f95a578{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-302 .elementor-element.elementor-element-4dea58b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-302 .elementor-element.elementor-element-dc410c4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-302 .elementor-element.elementor-element-ad23914{--justify-content:center;}.elementor-302 .elementor-element.elementor-element-ad23914.e-con{--align-self:center;}}@media(min-width:768px){.elementor-302 .elementor-element.elementor-element-d535411{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-c7b2090 *//* =========================================
   HERO BANNER - SIEDY METAIS
   ========================================= */

/* Configurações Gerais - Mantidas e Polidas */
.hero-siedy {
    position: relative;
    width: 100%;
    min-height: 85vh; 
    display: flex;
    align-items: center;
    
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.85) 30%, rgba(0, 0, 0, 0.4) 100%), 
                      url('https://siedymetais.com.br/wp-content/uploads/2026/05/siedymetais.jpg');
    background-size: cover;
    background-position: center;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
    
    padding: 160px 0 80px 0; 
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.content {
    max-width: 750px; 
}

/* Tag Superior - Repaginada (Sofisticada) */
.tag-10-anos {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 2px; 
    font-size: 11px; 
    letter-spacing: 3px; 
    font-weight: 700;
    margin-bottom: 35px;
    border: 1px solid rgba(255, 140, 0, 0.5); 
    color: #ff8c00; 
    text-transform: uppercase;
}

/* Títulos - Mantidos Robustos */
.title {
    font-size: 4rem; 
    line-height: 1.15;
    font-weight: 900;
    margin-bottom: 25px;
    color: #ffffff; 
}

.highlight {
    color: #ff8c00; 
}

.description {
    font-size: 1.15rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9); 
    margin-bottom: 50px;
    max-width: 600px;
}

/* Botões (CTAs) - Repaginados e Polidos */
.cta-group {
    display: flex;
    gap: 20px;
}

.btn-primary, .btn-secondary {
    display: inline-block;
    padding: 18px 36px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 4px;
    transition: all 0.3s ease; 
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    border: 2px solid transparent; 
}

.btn-primary {
    background-color: #ff8c00;
    color: #fff;
    border-color: #ff8c00;
}

.btn-primary:hover {
    background-color: transparent;
    color: #ff8c00;
    transform: translateY(-3px); 
}

.btn-secondary {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.4);
}

.btn-secondary:hover {
    background: #ffffff;
    color: #0f172a; 
    border-color: #ffffff;
    transform: translateY(-3px);
}

/* =========================================
   RESPONSIVIDADE DO BANNER - AJUSTE DE MARGENS
   ========================================= */

/* Tablets Deitados e Notebooks Menores */
@media (max-width: 1024px) {
    .hero-siedy {
        padding: 150px 0 70px 0; 
    }
    .title { font-size: 3.2rem; }
}

/* Tablets em Pé */
@media (max-width: 820px) {
    .hero-siedy {
        padding: 140px 0 60px 0; 
    }
    .title { font-size: 2.8rem; }
}

/* Mobile (Smartphones) */
@media (max-width: 768px) {
    .hero-siedy { 
        text-align: center; 
        min-height: 70vh;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 40%, rgba(0, 0, 0, 0.6) 100%), 
                          url('https://siedymetais.com.br/wp-content/uploads/2026/05/siedymetais.jpg');
        
        /* 👇 RESPIRO AGRESSIVO PARA FORÇAR O CONTEÚDO PRA BAIXO DO MENU */
        padding: 180px 0 60px 0; 
    }
    
    .title { 
        font-size: 2.4rem; 
        line-height: 1.2;
    }
    
    .description {
        font-size: 1rem;
        margin: 0 auto 40px auto;
    }

    .tag-10-anos { margin: 0 auto 30px auto; }

    .cta-group { 
        flex-direction: column; 
        align-items: center;
        gap: 15px;
    }
    
    .btn-primary, .btn-secondary {
        width: 100%; 
        max-width: 320px;
        padding: 16px;
    }
}

/* Celulares Menores (Telas curtas) */
@media (max-width: 480px) {
    .hero-siedy {
        /* 👇 Mantém os 180px de topo pra fugir do logo, mas diminui um pouco o de baixo */
        padding: 180px 0 50px 0; 
    }
    
    .title { 
        font-size: 2.1rem; 
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3275056 */.stats-section {
    background-color: #ffffff;
    padding: 80px 0;
    border-top: 1px solid #eef2f6;
    border-bottom: 1px solid #eef2f6;
    font-family: 'Inter', sans-serif;
}

.stats-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.stat-item {
    text-align: center;
    padding: 20px 10px;
    border-right: 1px solid #eef2f6;
}

/* Remove a borda do último item */
.stat-item:last-child {
    border-right: none;
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 800;
    color: #0a192f; /* Azul escuro industrial */
    margin: 0;
    line-height: 1;
}

.stat-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
    letter-spacing: 0.15em;
    margin-top: 15px;
    text-transform: uppercase;
}

/* Responsividade - Estatísticas */
@media (max-width: 1024px) {
    .stat-number {
        font-size: 2.8rem; /* Diminui o texto em tablets para não quebrar linha */
    }
}

@media (max-width: 768px) {
    .stats-section {
        padding: 50px 0;
    }
    .stats-container {
        grid-template-columns: repeat(2, 1fr) !important; /* Mantém 2 por linha em qualquer celular */
        gap: 30px 10px;
    }
    .stat-item {
        border-right: none;
        padding: 10px;
    }
    .stat-item:nth-child(odd) {
        border-right: 1px solid #eef2f6; /* Divisória sutil apenas no meio no mobile */
    }
    .stat-number {
        font-size: 2.5rem;
    }
}

@media (max-width: 360px) {
    /* Ajuste de segurança para telas muito estreitas não quebrarem o texto */
    .stat-number {
        font-size: 2.1rem;
    }
    .stat-label {
        font-size: 0.7rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-12f89cf *//* ==========================================================================
   1. ESTRUTURA GERAL DA SEÇÃO DE CONTADORES (CORRIGIDO SEM OVERFLOW)
   ========================================================================== */
.timeline-section {
    background-color: #ffffff;
    padding: 100px 0;
    font-family: 'Inter', sans-serif;
    color: #334155;
    /* 👇 REMOVIDO o overflow: hidden para permitir que o sticky funcione! */
}

.timeline-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
}

/* Coluna da Esquerda (Título Fixo no Desktop - CORRIGIDO) */
.timeline-left {
    flex: 1;
    position: sticky;
    top: 150px; /* 👇 AUMENTADO para 150px para o texto descer sem bater no seu novo menu fixo! */
    height: fit-content;
}

.timeline-left .subtitle {
    color: #ff8c00;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 15px;
}

.timeline-left .main-title {
    font-size: 38px;
    font-weight: 800;
    color: #0a1e3d;
    margin-bottom: 20px;
    line-height: 1.2;
}

.timeline-left .summary {
    font-size: 15px;
    color: #64748b;
    line-height: 1.6;
}

/* Coluna da Direita (Os Anos da História) */
.timeline-right {
    flex: 1.2;
    position: relative;
    padding-left: 30px;
}

/* A linha vertical cinza que une todos os anos */
.timeline-right::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 4px;
    width: 2px;
    height: calc(100% - 20px);
    background-color: #e2e8f0;
}

/* Bloco de cada ano */
.timeline-item {
    position: relative;
    margin-bottom: 50px;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

/* Cabeçalho do Ano (Marcador, Ano e Etapa) */
.year-marker {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 12px;
}

/* A bolinha na linha do tempo */
.year-marker .dot {
    position: absolute;
    left: -30px;
    width: 10px;
    height: 10px;
    background-color: #cbd5e1;
    border-radius: 50%;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 2px #cbd5e1;
    transition: all 0.3s ease-in-out;
}

.year-marker .year {
    font-size: 28px;
    font-weight: 800;
    color: #cbd5e1;
    transition: color 0.3s ease-in-out;
}

.year-marker .step {
    font-size: 11px;
    font-weight: 700;
    color: #94a3b8;
    letter-spacing: 1px;
}

/* Conteúdo descritivo do evento */
.event-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0a1e3d;
    margin-bottom: 8px;
}

.event-content p {
    font-size: 14.5px;
    color: #64748b;
    line-height: 1.6;
}

/* ==========================================================================
   2. ESTADOS ATIVOS INJETADOS PELO JAVASCRIPT AO ROLAR A TELA (SCROLL)
   ========================================================================== */
.timeline-item.active .year-marker .year {
    color: #ff8c00 !important;
}

.timeline-item.active .year-marker .dot {
    background-color: #ff8c00 !important;
    box-shadow: 0 0 0 4px rgba(255, 140, 0, 0.25) !important;
}

/* ==========================================================================
   3. REGRAS DE RESPONSIVIDADE E AJUSTES PARA MOBILE MANTIDOS
   ========================================================================== */
@media (max-width: 991px) {
    .timeline-section {
        padding: 60px 0;
    }

    .timeline-container {
        flex-direction: column;
        gap: 40px;
    }

    .timeline-left {
        position: static;
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important; 
        gap: 30px 15px !important; 
    }

    .elementor-element-populated .elementor-widget-wrap,
    .timeline-left .elementor-widget-container {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 30px 15px !important;
        width: 100% !important;
    }

    .timeline-left .subtitle,
    .timeline-left .main-title,
    .timeline-left .summary {
        grid-column: span 2 !important; 
        text-align: center;
    }

    .timeline-right {
        padding-left: 25px;
        width: 100% !important;
    }

    .timeline-right::before {
        left: 3px;
    }

    .year-marker .dot {
        left: -25px;
        width: 8px;
        height: 8px;
    }

    .year-marker .year {
        font-size: 24px;
    }
    
    .timeline-item {
        opacity: 0.6;
        transform: translateY(5px);
        transition: opacity 0.4s ease, transform 0.4s ease;
    }
    
    .timeline-item.active {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 480px) {
    .timeline-left .main-title { font-size: 26px; }
    .event-content h3 { font-size: 18px; }
    .event-content p { font-size: 13.5px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-25aad1e *//* --- CONFIGURAÇÕES GERAIS E FUNDO AZUL --- */
.siedy-tech-section {
    background-color: #071731 !important;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    padding: 100px 0;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
}

.siedy-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

/* --- TÍTULOS E TEXTOS --- */
.siedy-white-title {
    color: #ffffff !important;
    opacity: 1 !important;
    margin: 0;
}

/* --- HEADER --- */
.siedy-header { 
    text-align: center; 
    margin-bottom: 60px; 
}

.siedy-tag { 
    color: #ff8c00; 
    font-weight: 800; 
    font-size: 11px; 
    letter-spacing: 3px;
    text-transform: uppercase; 
}

.siedy-header h2 { 
    font-size: 42px; 
    margin: 20px 0; 
    font-weight: 800; 
    line-height: 1.2;
}

.siedy-desc { 
    color: rgba(255, 255, 255, 0.6); 
    max-width: 750px; 
    margin: 0 auto; 
    font-size: 15px; 
    line-height: 1.6;
}

/* --- GRID PRINCIPAL --- */
.siedy-main-grid {
    display: flex;
    align-items: stretch;
    gap: 20px;
    margin-bottom: 40px;
}

/* Bloco da Imagem */
.siedy-image-wrapper {
    flex: 1.3;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #000;
    border-radius: 4px;
    overflow: hidden;
}

.siedy-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
    display: block;
}

.siedy-image-overlay {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 5;
}

.siedy-orange-label {
    color: #ff8c00;
    font-size: 11px;
    font-weight: 800;
    display: block;
    margin-bottom: 6px;
    letter-spacing: 2px;
}

.siedy-image-overlay h4 {
    font-size: 22px;
    font-weight: 700;
}

/* --- CARDS LATERAIS DIRETOS --- */
.siedy-cards-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.siedy-info-card {
    flex: 1;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 25px 30px;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.siedy-info-card h3 { 
    font-size: 19px; 
    font-weight: 700;
    margin-bottom: 10px; 
}

.siedy-info-card p { 
    color: rgba(255, 255, 255, 0.5); 
    font-size: 14px; 
    line-height: 1.5;
    margin: 0; 
}

.siedy-info-card:hover {
    border-color: #ff8c00 !important;
    background: rgba(255, 255, 255, 0.02);
}


/* --- RODAPÉ DE DIFERENCIAIS --- */
.siedy-features-footer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: transparent; 
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    overflow: hidden;
}

.siedy-feat-item {
    padding: 35px 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    transition: background-color 0.2s ease-in-out;
    background-color: transparent;
}

.siedy-features-footer .siedy-feat-item:last-child { 
    border-right: none; 
}

.siedy-feat-icon {
    margin-bottom: 25px;
    color: #ff8c00;
    font-size: 24px;
    display: inline-block;
    transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.2s ease-in-out, filter 0.2s ease-in-out;
    filter: drop-shadow(0 0 0px transparent);
}

.siedy-feat-item strong { 
    display: block; 
    font-size: 16px; 
    font-weight: 700;
    margin-bottom: 12px; 
}

.siedy-feat-item p { 
    color: rgba(255, 255, 255, 0.5); 
    font-size: 13.5px; 
    line-height: 1.5;
    margin: 0; 
}

.siedy-feat-item:hover {
    background-color: #162a4a !important;
}

.siedy-feat-item:hover .siedy-feat-icon {
    color: #ff9d24;
    transform: translateY(-4px);
    filter: drop-shadow(0 0 4px rgba(255, 140, 0, 0.35));
}


/* ==========================================================================
   RESPONSIVIDADE (OTIMIZADO BASEADO NAS NOVAS REFERÊNCIAS MOBILE)
   ========================================================================== */

/* Tablets em Paisagem e Telas Médias */
@media (max-width: 1024px) {
    .siedy-header h2 { font-size: 34px; }
    .siedy-main-grid { gap: 15px; }
    .siedy-image-wrapper h4 { font-size: 18px; }
    .siedy-info-card { padding: 20px 25px; }
    .siedy-feat-item { padding: 25px 20px; }
}

/* Mobile e Tablets em Retrato (Até 900px de largura) */
@media (max-width: 900px) {
    .siedy-tech-section { padding: 60px 0; }
    
    /* Grid de cima vira coluna única (Cards de largura total) */
    .siedy-main-grid { 
        flex-direction: column; 
        gap: 0; /* Controlado pelas margens internas */
    }
    
    .siedy-image-wrapper { 
        min-height: 320px; 
        margin-bottom: 20px; /* Margem abaixo da imagem principal */
    }
    
    /* Espaçamento entre os cards de texto para não colarem */
    .siedy-cards-column {
        gap: 0;
    }
    
    .siedy-info-card {
        margin-bottom: 15px;
        padding: 30px;
    }
    
    .siedy-info-card:last-child {
        margin-bottom: 0;
    }

    /* --- REESTRUTURAÇÃO DO RODAPÉ (IGUAL AO SEU EXEMPLO MOBILE) --- */
    .siedy-features-footer { 
        grid-template-columns: repeat(2, 1fr) !important; /* Força rigorosamente 2 colunas por linha */
    }
    
    /* Ajuste fino das bordas internas e paddings para o formato 2x2 */
    .siedy-feat-item {
        padding: 35px 20px;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }
    
    /* Mantém a linha vertical divisória apenas entre a coluna 1 e a coluna 2 */
    .siedy-feat-item:nth-child(odd) {
        border-right: 1px solid rgba(255, 255, 255, 0.08);
    }
    
    /* Remove a borda inferior dos dois últimos itens da grade */
    .siedy-feat-item:nth-child(3),
    .siedy-feat-item:nth-child(4) {
        border-bottom: none;
    }
}

/* Celulares Pequenos (Ajustes finos de tipografia) */
@media (max-width: 480px) {
    .siedy-header h2 { font-size: 26px; }
    .siedy-desc { font-size: 14px; }
    .siedy-image-wrapper { min-height: 250px; }
    .siedy-image-overlay { bottom: 20px; left: 20px; }
    .siedy-image-overlay h4 { font-size: 16px; }
    
    .siedy-info-card h3 { font-size: 18px; }
    .siedy-feat-item strong { font-size: 15px; }
    .siedy-feat-item p { font-size: 12.5px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8f5df2d *//* ==========================================================================
   1. CONFIGURAÇÕES DA SEÇÃO E ÁREA GERAL
   ========================================================================== */
.siedy-catalog-section {
    background-color: #ffffff;
    padding: 100px 0;
    font-family: 'Inter', sans-serif;
    color: #1a1a1a;
}

.catalog-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

/* --- CABEÇALHO DO PORTFÓLIO --- */
.catalog-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
}

.catalog-tag {
    color: #ff8c00;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 15px;
}

.catalog-title {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #0a1e3d;
    line-height: 1.15;
}

.catalog-subtitle {
    font-size: 14.5px;
    color: #64748b;
    max-width: 600px;
    line-height: 1.6;
}

/* --- BOTÃO DE DOWNLOAD (FUNDO ALARANJADO SUAVE) --- */
.btn-download {
    background-color: #fff5eb !important; 
    border: 2px solid #ff8c00 !important;  
    color: #ff8c00 !important;             
    padding: 14px 28px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    transition: all 0.25s ease-in-out;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 4px;
}

.btn-download:hover {
    background-color: #ff8c00 !important; 
    color: #ffffff !important;             
    transform: translateY(-2px);
}

/* ==========================================================================
   2. PAINEL CENTRAL EXIBIDOR (IMAGEM + TEXTO EM CIMA)
   ========================================================================== */
.main-display {
    width: 100%;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}

.display-image-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 580px;
    background: #020813; 
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.catalog-sliders-group {
    width: 100%;
    height: 100%;
    position: relative;
}

.catalog-carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in-out, visibility 0.4s;
    z-index: 1;
}

.catalog-carousel.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.carousel-track {
    width: 100%;
    height: 100%;
    position: relative;
}

.catalog-carousel .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.catalog-carousel .slide.active {
    opacity: 0.85; 
}

/* --- BOTÕES DE SETA LATERAL --- */
.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(10, 30, 61, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: background 0.25s ease-in-out, border-color 0.25s ease-in-out, opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.display-image-container:hover .carousel-arrow {
    opacity: 1;
    visibility: visible;
}

.carousel-arrow:hover {
    background: #ff8c00;
    border-color: #ff8c00;
    color: #ffffff;
}

.carousel-arrow.prev { left: 25px; }
.carousel-arrow.next { right: 25px; }

/* Contador de Páginas */
.counter {
    position: absolute;
    top: 25px;
    right: 25px;
    background: rgba(10, 30, 61, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    padding: 6px 14px;
    font-size: 11px;
    font-weight: 700;
    border-radius: 3px;
    z-index: 8;
    letter-spacing: 1px;
}

/* --- TEXTO SOBREPOSTO COM GRADIENTE ESCURO --- */
.display-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 120px 50px 50px 50px;
    background: linear-gradient(to top, rgba(2, 8, 19, 0.95) 0%, rgba(2, 8, 19, 0.6) 55%, rgba(2, 8, 19, 0) 100%);
    z-index: 5;
    pointer-events: none;
}

.display-content .orange-label {
    color: #ff8c00;
    font-size: 11px;
    font-weight: 800;
    display: block;
    margin-bottom: 8px;
    letter-spacing: 1.5px;
}

.display-content h3 {
    font-size: 32px;
    color: #ffffff; 
    margin-bottom: 12px;
    font-weight: 800;
}

.display-content p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8); 
    max-width: 550px;
    line-height: 1.6;
}

/* ==========================================================================
   3. MINIATURAS INFERIORES (DESKTOP)
   ========================================================================== */
.catalog-thumbs {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 20px;
}

.thumb-item {
    position: relative;
    height: 150px;
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 0.25s ease-in-out;
    background: #020813;
}

.thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.35; 
    transition: all 0.25s ease-in-out;
}

.thumb-item.active {
    border-color: #ff8c00 !important;
}

.thumb-item.active img, 
.thumb-item:hover img {
    opacity: 1;
}

.thumb-label {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #1a1a1a !important; 
    font-size: 11px;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.95) !important; 
    padding: 6px 12px;
    border-radius: 2px;
    z-index: 5;
    pointer-events: none;
    display: inline-flex;
    align-items: center;
}

.thumb-label span {
    color: #ff8c00 !important;
    margin-right: 6px;
    font-weight: 800;
}

/* ==========================================================================
   4. REGRAS DE RESPONSIVIDADE (TABLET E MOBILE)
   ========================================================================== */
@media (max-width: 1024px) {
    .catalog-title { font-size: 32px; }
    .display-image-container { height: 480px; }
    .display-content { padding: 60px 35px 35px 35px; }
    .display-content h3 { font-size: 26px; }
    .thumb-item { height: 120px; }
}

@media (max-width: 768px) {
    .siedy-catalog-section { padding: 60px 0; }
    .catalog-header { flex-direction: column; align-items: flex-start; gap: 25px; }
    .btn-download { width: 100%; justify-content: center; max-width: 340px; }
    
    .display-image-container { height: 420px; }
    .display-content { padding: 50px 25px 25px 25px; }
    .display-content h3 { font-size: 22px; }
    .display-content p { font-size: 14px; }
    
    /* Força as miniaturas a continuarem com 3 colunas em tablets e mobiles */
    .catalog-thumbs { 
        grid-template-columns: repeat(3, 1fr) !important; 
        gap: 10px; 
    }
    
    /* Aumentado para dar espaço para a imagem no tablet */
    .thumb-item { height: 130px !important; }
    
    .carousel-arrow { 
        opacity: 1 !important; 
        visibility: visible !important; 
        width: 40px; 
        height: 40px; 
    }
    .carousel-arrow.prev { left: 15px; }
    .carousel-arrow.next { right: 15px; }
}

@media (max-width: 480px) {
    .catalog-thumbs {
        gap: 6px !important;
    }
    
    /* Aumentado para dar bastante espaço para a imagem no celular */
    .thumb-item { 
        height: 125px !important; 
    }
    
    /* CAIXAS BRANCAS ALINHADAS E COM ALTURA FIXA */
    .thumb-label {
        bottom: 6px !important;
        left: 6px !important;
        right: 6px !important;
        padding: 4px 2px !important;
        font-size: 9px !important;
        
        /* Mantém as caixas todas do mesmo tamanho */
        height: 48px !important; 
        box-sizing: border-box !important;
        
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
    }
    
    .thumb-label span {
        margin-right: 0 !important;
        margin-bottom: 2px !important;
        font-size: 10px !important;
        line-height: 1 !important;
        display: block !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fba5020 *//* ==========================================================================
   SEÇÃO CONTATO B2B - SIEDY METAIS
   ========================================================================== */
.b2b-contact-section {
    background-color: #f8fafc; /* Fundo cinza bem clarinho idêntico ao da foto */
    padding: 100px 0;
    font-family: 'Inter', sans-serif;
    color: #1e293b;
}

.b2b-contact-container {
    width: 90%;
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

/* =========================================
   COLUNA DA ESQUERDA (TEXTOS E INFORMAÇÕES)
   ========================================= */
.b2b-contact-left {
    flex: 1;
}

.b2b-badge {
    color: #ff8c00;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 15px;
    position: relative;
}

/* Tracinho laranja superior da foto */
.b2b-badge::before {
    content: '';
    display: block;
    width: 35px;
    height: 3px;
    background-color: #ff8c00;
    margin-bottom: 12px;
}

.b2b-title {
    font-size: 36px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 20px;
}

.b2b-subtitle {
    font-size: 15px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 480px;
}

/* Lista de informações com borda laranja */
.b2b-info-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 35px;
}

.b2b-info-item {
    padding-left: 15px;
    border-left: 2px solid #ff8c00; /* Tracinho fino na lateral da foto */
}

.b2b-info-label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #94a3b8;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 3px;
}

.b2b-info-text {
    font-size: 14px;
    color: #334155;
    font-weight: 600;
}

/* Container do Mapa */
.b2b-map-wrapper {
    width: 100%;
    height: 220px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* =========================================
   COLUNA DA DIREITA (CARD DO FORMULÁRIO)
   ========================================= */
.b2b-contact-right {
    flex: 1.1;
}

.b2b-form-card {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 4px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04); /* Sombra suave da imagem */
}

.b2b-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.b2b-form-row {
    display: flex;
    gap: 20px;
}

.b2b-form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.b2b-form-group.full-width {
    width: 100%;
}

/* Labels e Inputs combinando com o layout limpo */
.b2b-form-group label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #64748b;
    letter-spacing: 1px;
}

.b2b-form-group input,
.b2b-form-group select,
.b2b-form-group textarea {
    width: 100%;
    padding: 12px 16px;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #1e293b;
    transition: all 0.3s ease;
}

.b2b-form-group input:focus,
.b2b-form-group select:focus,
.b2b-form-group textarea:focus {
    outline: none;
    border-color: #ff8c00;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(255, 140, 0, 0.1);
}

.b2b-form-group textarea {
    resize: vertical;
}

/* Botão Laranja Robusto */
.b2b-btn-submit {
    background: #ff8c00;
    color: #ffffff;
    border: none;
    padding: 16px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    box-shadow: 0 6px 20px rgba(255, 140, 0, 0.25);
}

.b2b-btn-submit:hover {
    background: #e07b00;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255, 140, 0, 0.35);
}

/* ==========================================================================
   MÍDIAS RESPONSIVAS PARA TODOS OS DEVICES
   ========================================================================== */

/* Tablets em Orientação Paisagem (Notebooks pequenos) */
@media (max-width: 1024px) {
    .b2b-contact-container {
        gap: 30px;
    }
    .b2b-title {
        font-size: 32px;
    }
    .b2b-form-card {
        padding: 30px;
    }
}

/* Tablets em Orientação Retrato (Telas médias de 991px a 768px) */
@media (max-width: 991px) {
    .b2b-contact-container {
        flex-direction: column; /* Empilha as colunas */
        gap: 50px;
    }
    
    .b2b-contact-left, 
    .b2b-contact-right {
        width: 100%; /* Ocupam a largura completa da tela */
    }

    .b2b-title, .b2b-subtitle {
        max-width: 100%;
    }
    
    /* Organiza a lista de informações em grid para não ficar uma linguiça gigante */
    .b2b-info-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

/* Celulares (Smartphones normais) */
@media (max-width: 768px) {
    .b2b-contact-section {
        padding: 60px 0;
    }
    
    .b2b-title {
        font-size: 28px;
    }

    .b2b-form-row {
        flex-direction: column; /* Entradas do form ficam uma embaixo da outra */
        gap: 20px;
    }
}

/* Celulares Pequenos (Telas abaixo de 480px) */
@media (max-width: 480px) {
    .b2b-title {
        font-size: 24px;
    }
    
    .b2b-info-list {
        grid-template-columns: 1fr; /* Volta a ter uma coluna só no celular pequeno */
    }
    
    .b2b-form-card {
        padding: 20px 15px; /* Menos margem interna no card para caber na tela do celular */
    }
    
    .b2b-btn-submit {
        font-size: 12px;
        padding: 14px;
    }
}/* End custom CSS */