
/* BPO Specific Styles */

.nav-link.active {
    color: #fcb900;
    font-weight: 600;
}

.nav-link.active::after {
    width: 100%;
}

/* BPO Hero Section */
.bpo-hero {
  background: linear-gradient(135deg, rgba(252, 185, 0, 0.9), rgba(251, 191, 36, 0.8), rgba(251, 146, 60, 0.7));
    color: white;
    padding: 6rem 0 4rem;
    text-align: center;
}

.bpo-hero-content {
    max-width: 1000px;
    margin: 0 auto;
}

.bpo-brand {
    margin-bottom: 4rem;
}

.bpo-title {
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 900;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.bpo-subtitle {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.bpo-tagline {
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    font-weight: 300;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.challenges-section {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 2rem;
    padding: 3rem 2rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.challenges-title {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.challenges-subtitle {
    font-size: clamp(1.25rem, 3vw, 2rem);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.challenges-highlight {
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    font-weight: 500;
    opacity: 0.9;
}

/* Challenges Grid */
.challenges-grid-section {
    padding: 4rem 0;
    background: white;
}

.challenges-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.challenge-card {
    background: linear-gradient(135deg, #f8fafc, #e2e8f0);
    padding: 2rem;
    border-radius: 1rem;
    border-left: 4px solid #fcb900;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.challenge-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.challenge-card p {
    font-size: 1.1rem;
    color: #374151;
    line-height: 1.6;
    margin: 0;
}

.challenge-conclusion {
    background: linear-gradient(135deg, #fcb900, #fbbf24);
    color: white;
    padding: 2.5rem;
    border-radius: 1.5rem;
    text-align: center;
    box-shadow: 0 20px 50px rgba(252, 185, 0, 0.3);
}

.challenge-conclusion p {
    font-size: 1.25rem;
    font-weight: 500;
    margin: 0;
    line-height: 1.6;
}

/* What is BPO */
.what-is-bpo {
    padding: 5rem 0;
    background: linear-gradient(135deg, #f9fafb, #e5e7eb);
}

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

.what-is-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    color: #111827;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.what-is-description {
    font-size: 1.25rem;
    color: #374151;
    line-height: 1.8;
    text-align: justify;
}

/* Method Section */
.method-section {
    padding: 5rem 0;
    background: white;
}

.method-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    color: #111827;
    text-align: center;
    margin-bottom: 4rem;
    text-transform: uppercase;
}

.method-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.method-card {
    background: linear-gradient(135deg, #f8fafc, white);
    padding: 2.5rem;
    border-radius: 1.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(229, 231, 235, 0.5);
    position: relative;
    transition: transform 0.3s ease;
}

.method-card:hover {
    transform: translateY(-10px);
}

.method-number {
    position: absolute;
    top: -15px;
    left: 2.5rem;
    background: linear-gradient(135deg, #fcb900, #fbbf24);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem;
    box-shadow: 0 4px 15px rgba(252, 185, 0, 0.3);
}

.method-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}

.method-list {
    list-style: none;
    padding: 0;
}

.method-list li {
    padding: 0.5rem 0;
    color: #374151;
    position: relative;
    padding-left: 1.5rem;
}

.method-list li::before {
    content: '•';
    color: #fcb900;
    font-weight: 700;
    position: absolute;
    left: 0;
}

/* Benefits Section */
.benefits-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #f9fafb, #e5e7eb);
}

.benefits-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    color: #111827;
    text-align: center;
    margin-bottom: 4rem;
    text-transform: uppercase;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.benefit-card {
    background: white;
    padding: 2.5rem;
    border-radius: 1.5rem;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    border: 1px solid rgba(229, 231, 235, 0.5);
}

.benefit-card:hover {
    transform: translateY(-10px);
}

.benefit-icon {
    width: 4rem;
    height: 4rem;
    background: linear-gradient(135deg, #fcb900, #fbbf24);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: transform 0.3s ease;
}

.benefit-card:hover .benefit-icon {
    transform: scale(1.1);
}

.benefit-icon i {
    font-size: 2rem;
    color: white;
}

.benefit-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.benefit-description {
    color: #6b7280;
    line-height: 1.6;
}

/* Services Included */
.services-included {
    padding: 5rem 0;
    background: white;
}

.services-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    color: #111827;
    text-align: center;
    margin-bottom: 4rem;
    text-transform: uppercase;
}

.services-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    max-width: 1000px;
    margin: 0 auto;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, #f8fafc, white);
    border-radius: 1rem;
    border-left: 4px solid #fcb900;
    transition: transform 0.3s ease;
}

.service-item:hover {
    transform: translateX(10px);
}

.service-item i {
    color: #fcb900;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.service-item span {
    color: #374151;
    font-weight: 500;
}

/* Next Steps */
.next-steps {
    padding: 5rem 0;
    background: linear-gradient(135deg, #fcb900, #fbbf24);
    color: white;
    text-align: center;
}

.next-steps-content {
    max-width: 1000px;
    margin: 0 auto;
}

.next-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.next-subtitle {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-weight: 600;
    margin-bottom: 4rem;
    text-transform: uppercase;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.step-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 1.5rem;
    padding: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease;
}

.step-card:hover {
    transform: translateY(-10px);
}

.step-number {
    width: 3rem;
    height: 3rem;
    background: white;
    color: #fcb900;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0 auto 1.5rem;
}

.step-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.step-description {
    opacity: 0.9;
    line-height: 1.6;
}

/* Team BPO */
.team-bpo {
    padding: 5rem 0;
    background: linear-gradient(135deg, #f9fafb, #e5e7eb);
}

.team-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    color: #111827;
    text-align: center;
    margin-bottom: 4rem;
    text-transform: uppercase;
}

.team-bpo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.team-bpo-card {
    background: white;
    padding: 2rem;
    border-radius: 1.5rem;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    border: 1px solid rgba(229, 231, 235, 0.5);
}

.team-bpo-card:hover {
    transform: translateY(-10px);
}

.team-bpo-photo {
    width: 6rem;
    height: 6rem;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(135deg, #fcb900, #fbbf24);
    padding: 4px;
    transition: transform 0.3s ease;
}

.team-bpo-card:hover .team-bpo-photo {
    transform: scale(1.05);
}

.team-bpo-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    background: white;
}

.team-bpo-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #111827;
    text-transform: uppercase;
}

/* Contact BPO */
.contact-bpo {
    padding: 5rem 0;
    background: white;
    text-align: center;
}

.contact-bpo-content {
    max-width: 600px;
    margin: 0 auto;
}

.contact-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    color: #111827;
    margin-bottom: 3rem;
    text-transform: uppercase;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.contact-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-size: 1.125rem;
    color: #374151;
}

.contact-item i {
    color: #fcb900;
    font-size: 1.5rem;
}

.contact-btn {
    background: linear-gradient(45deg, #fcb900, #fbbf24);
    color: white;
    border: none;
    padding: 1.25rem 2.5rem;
    border-radius: 50px;
    font-size: 1.25rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    box-shadow: 0 8px 30px rgba(252, 185, 0, 0.3);
}

.contact-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(252, 185, 0, 0.4);
}
.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://wallpapers.com/images/hd/accounting-background-qw1gubk282j4ljxh.jpg');
    background-size: cover;
    background-position: center;
    z-index: -2;
}

/* Responsive adjustments for BPO page */
@media (max-width: 768px) {
    .bpo-hero {
        padding: 4rem 0 3rem;
    }

    .challenges-section {
        padding: 2rem 1rem;
    }

    .method-grid {
        grid-template-columns: 1fr;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .steps-grid {
        grid-template-columns: 1fr;
    }

    .team-bpo-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .services-list {
        grid-template-columns: 1fr;
    }

    .contact-info {
        align-items: flex-start;
    }

    .contact-item {
        justify-content: flex-start;
    }
}

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

    .challenge-card {
        padding: 1.5rem;
    }

    .method-card {
        padding: 2rem;
    }

    .benefit-card {
        padding: 2rem;
    }

    .team-bpo-grid {
        grid-template-columns: 1fr;
    }

    .contact-btn {
        padding: 1rem 2rem;
        font-size: 1.125rem;
    }
}
/* =============================================
   NOVA SEÇÃO DE DESAFIOS (Layout 2 Colunas)
   ============================================= */
#desafios-reconhecidos {
    padding: 80px 0;
    background-color: white; /* Fundo limpo para a seção */
}

#desafios-reconhecidos .challenges-intro-layout {
    display: flex;
    align-items: center; /* Alinha verticalmente o conteúdo das colunas */
    gap: 60px; /* Espaço generoso entre o texto e a imagem */
}

/* Coluna da Esquerda (Conteúdo) */
#desafios-reconhecidos .challenges-intro-content {
    flex: 1; /* Ocupa o espaço disponível */
    min-width: 50%; /* Garante que não seja espremido demais */
}

#desafios-reconhecidos .challenges-intro-title {
    font-size: clamp(2.2rem, 5vw, 3rem); /* Tamanho de fonte responsivo */
    font-weight: 700;
    color: #111827;
    line-height: 1.2;
    margin-bottom: 1rem;
}

#desafios-reconhecidos .challenges-intro-subtitle {
    font-size: 1.1rem;
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 40px; /* Espaço antes dos cards */
    max-width: 600px; /* Limita a largura do parágrafo para melhor leitura */
}

/* Coluna da Direita (Imagem) */
#desafios-reconhecidos .challenges-intro-image {
    flex: 1; /* Ocupa o espaço disponível */
    min-width: 40%;
}

#desafios-reconhecidos .challenges-intro-image img {
    width: 100%;
    height: auto;
    border-radius: 16px; /* Cantos arredondados modernos */
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1); /* Sombra suave para dar profundidade */
    object-fit: cover;
}

/* Os estilos existentes para .challenges-grid e .challenge-card 
   continuarão funcionando aqui sem precisar de alterações, pois
   as classes foram mantidas. */


/* =============================================
   RESPONSIVIDADE DA NOVA SEÇÃO
   ============================================= */
@media (max-width: 992px) {
    #desafios-reconhecidos .challenges-intro-layout {
        flex-direction: column; /* Empilha as colunas em telas menores */
        text-align: center; /* Centraliza o texto quando empilhado */
        gap: 50px;
    }

    #desafios-reconhecidos .challenges-intro-subtitle {
        margin-left: auto;
        margin-right: auto; /* Centraliza o parágrafo */
    }
}
