.sector-hero {
    background-size: cover!important;
    background-position: center center!important;
    padding: 200px 0;
    color: #fff;
    
    /* Este comando abaixo faz as cores da foto se misturarem melhor com o vermelho */
    background-blend-mode: normal; 
}

.sector-hero h1 {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #fff;
}

.sector-hero p {
    font-size: 1.1rem;
    text-transform: uppercase;
    opacity: 0.9;
    letter-spacing: 1px;
    color: #fff;
}


/* --- GRELHA EDITORIAL (MATRIZ) --- */
.editorial-matrix {
    border-top: 1px solid #eee;
    background: #fff;
}

.matrix-item {
    padding: 3rem;
    transition: all 0.3s ease;
}

.matrix-item:hover {
    background-color: #fafafa;
}

/* Bordas de separação */
.border-right-light { border-right: 1px solid #eee; }
.border-bottom-light { border-bottom: 1px solid #eee; }

/* Tipografia Editorial */
.matrix-number {
    font-size: 3rem;
    font-weight: 200;
    color: #a92d2d;
    display: block;
    margin-bottom: 1rem;
}

.matrix-title {
    font-weight: 800;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.matrix-text {
    color: #666;
    line-height: 1.7;
    font-size: 0.95rem;
    font-weight: 400;
}

.matrix-accent-line {
    width: 30px;
    height: 2px;
    background-color: #a92d2d;
    margin: 1.5rem 0;
}

.matrix-impact {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 2px;
    color: #999;
}

/* Destaque de Conteúdo */
.content-highlight {
    font-size: 1.2rem;
    color: #444;
    border-left: 4px solid #a92d2d;
    padding-left: 1.5rem;
    line-height: 1.6;
}

/* --- BOTÃO DE PARCEIRO PREMIUM --- */
.btn-partner-contact {
    display: inline-block;
    background-color: #1a1a1a; /* Preto elegante */
    color: #fff !important;
    padding: 18px 40px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
    border: 2px solid #1a1a1a;
    transition: all 0.4s ease;
    text-decoration: none;
}

.btn-partner-contact:hover {
    background-color: transparent;
    color: #1a1a1a !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* --- LAYOUT DE EXPORTAÇÃO (FLUXO VERTICAL) --- */
.export-flow-container {
    padding: 80px 0;
    background-color: #fff;
}

.export-image-box {
    position: relative;
    height: 100%;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    border-radius: 0 40px 0 40px; /* Assimetria elegante */
}

.export-image-box h3{ color:#fff; text-transform:uppercase; }

.export-step {
    padding: 15px;
    border-left: 2px solid #eee;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    position: relative;
}

.export-step:hover {
    border-left-color: #a92d2d;
    background: #fcfcfc;
    padding-left: 40px;
}

.export-step-number {
    font-size: 0.8rem;
    font-weight: 800;
    color: #a92d2d;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

.export-step h4 {
    font-weight: 700;
    font-size: 1.2rem;
    color: #1a1a1a;
}

/* Responsividade */
@media (max-width: 991px) {
    .border-right-light { border-right: none; }
    .matrix-item { padding: 2rem; }
}
