/* =====================================================
   DIGITAL FORENSICS PROFESSIONAL — Estilos Específicos
   Versão: 1.0 | Abril 2026
   Baseado na estrutura Compliance Manager
   ===================================================== */

/* =====================================================
   CARD CERTIFICAÇÃO MEC NO HERO
   ===================================================== */
.certificacao-badge-img { max-width: 180px; height: auto; margin: 0 auto 16px; display: block; }
.certificacao-card-body { padding: 0; }
.mec-info { display: flex; align-items: flex-start; gap: 16px; padding: 16px; background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(59, 130, 246, 0.1) 100%); border-radius: var(--radius, 12px); border: 1px solid rgba(16, 185, 129, 0.3); }
.mec-info .mec-badge-small { width: 60px !important; max-width: 60px !important; height: auto; flex-shrink: 0; }
.mec-text p { font-size: 0.813rem; color: var(--text-secondary); line-height: 1.5; margin-bottom: 8px; }
.mec-text p strong { color: var(--text-primary); }
.mec-link { display: inline-flex; align-items: center; gap: 6px; font-size: 0.75rem; font-weight: 600; color: #10b981; text-decoration: none; transition: all 0.2s ease; }
.mec-link:hover { gap: 10px; color: #059669; }

/* Seção Certificação Extensão — centralizar selo MEC no box */
.exemplar-logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.exemplar-logo img {
    margin: 0 auto !important;
    display: block !important;
}

/* =====================================================
   OBJETIVOS NUMERADOS
   ===================================================== */
.objetivos-numerados {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 16px;
}

.objetivo-num-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.objetivo-num-circle {
    width: 36px;
    height: 36px;
    min-width: 36px;
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Outfit', sans-serif;
    font-size: 0.938rem;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
    margin-top: 2px;
}

.objetivo-num-item span {
    font-size: 0.938rem;
    color: var(--text-primary);
    line-height: 1.6;
    padding-top: 6px;
}

/* =====================================================
   SEÇÃO: PROPOSTA ÚNICA — DIGITAL FORENSICS
   ===================================================== */
.dfp-proposta-section {
    position: relative;
    overflow: hidden;
}

.dfp-proposta-headline {
    font-family: 'Outfit', sans-serif;
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--text-primary);
    line-height: 1.3;
    margin-bottom: 16px;
    max-width: 800px;
}

.dfp-proposta-headline span {
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.dfp-proposta-top {
    margin-bottom: 32px;
}

.dfp-proposta-top-text {
    display: flex;
    flex-direction: column;
}

.dfp-proposta-desc {
    font-size: 1.063rem;
    color: var(--text-secondary);
    line-height: 1.7;
    max-width: 850px;
    margin-bottom: 0;
}

.dfp-proposta-desc strong {
    color: var(--text-primary);
}

/* Diferencial */
.dfp-diferencial-v2 {
    margin-top: 16px;
    padding: 28px 32px;
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(30, 58, 138, 0.3);
}

.dfp-diferencial-v2-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}

.dfp-diferencial-v2 p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    margin: 0 0 12px;
}

.dfp-diferencial-v2 p:last-child { margin: 0; }

.dfp-diferencial-v2 strong {
    color: #fff;
}

/* =====================================================
   SEÇÃO: APLICAÇÃO DO CONHECIMENTO
   ===================================================== */
.dfp-aplicacao-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.dfp-aplicacao-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 36px 28px;
    position: relative;
    transition: all 0.3s ease;
}

.dfp-aplicacao-card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    transform: translateY(-2px);
}

.dfp-aplicacao-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.dfp-aplicacao-card:nth-child(1) .dfp-aplicacao-icon { background: linear-gradient(135deg, #eff6ff, #dbeafe); }
.dfp-aplicacao-card:nth-child(1) .dfp-aplicacao-icon svg { stroke: #2563eb; }
.dfp-aplicacao-card:nth-child(2) .dfp-aplicacao-icon { background: linear-gradient(135deg, #f5f3ff, #ede9fe); }
.dfp-aplicacao-card:nth-child(2) .dfp-aplicacao-icon svg { stroke: #7c3aed; }

.dfp-aplicacao-icon svg {
    width: 28px;
    height: 28px;
}

.dfp-aplicacao-card h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 12px;
}

.dfp-aplicacao-card p {
    font-size: 0.938rem;
    color: #4b5563;
    line-height: 1.7;
    margin: 0 0 16px;
}

.dfp-aplicacao-card p:last-child { margin: 0; }

.dfp-aplicacao-destaques {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 16px;
}

.dfp-aplicacao-destaque {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.875rem;
    color: #4b5563;
    line-height: 1.5;
}

.dfp-aplicacao-destaque svg {
    width: 18px;
    height: 18px;
    min-width: 18px;
    color: #3b82f6;
    margin-top: 1px;
}

/* =====================================================
   SEÇÃO: RELEVÂNCIA PARA SI, PRIVACIDADE E GRC
   ===================================================== */
.dfp-relevancia-section {
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.dfp-relevancia-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.dfp-relevancia-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 28px 24px;
    transition: all 0.3s ease;
}

.dfp-relevancia-card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    transform: translateY(-2px);
}

.dfp-relevancia-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
}

.dfp-relevancia-icon svg {
    width: 24px;
    height: 24px;
    stroke: #2563eb;
}

.dfp-relevancia-card:nth-child(2) .dfp-relevancia-icon { background: linear-gradient(135deg, #f0fdf4, #dcfce7); }
.dfp-relevancia-card:nth-child(2) .dfp-relevancia-icon svg { stroke: #16a34a; }
.dfp-relevancia-card:nth-child(3) .dfp-relevancia-icon { background: linear-gradient(135deg, #f5f3ff, #ede9fe); }
.dfp-relevancia-card:nth-child(3) .dfp-relevancia-icon svg { stroke: #7c3aed; }
.dfp-relevancia-card:nth-child(4) .dfp-relevancia-icon { background: linear-gradient(135deg, #fef3c7, #fde68a); }
.dfp-relevancia-card:nth-child(4) .dfp-relevancia-icon svg { stroke: #d97706; }

.dfp-relevancia-card h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 10px;
}

.dfp-relevancia-card p {
    font-size: 0.875rem;
    color: #4b5563;
    line-height: 1.7;
    margin: 0;
}

.dfp-relevancia-card p strong {
    color: #1f2937;
}

/* =====================================================
   SEÇÃO: CONTEÚDO PROGRAMÁTICO (CARDS + MODAL)
   ===================================================== */
.dfp-modulos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px;
}

.dfp-modulo-card {
    background: linear-gradient(135deg, #1e3a8a 0%, #1e3a8a 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    position: relative;
    box-shadow: 0 4px 12px rgba(30, 58, 138, 0.35);
}

.dfp-modulo-card:hover {
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
    box-shadow: 0 8px 28px rgba(30, 58, 138, 0.5);
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.25);
}

.dfp-modulo-number {
    width: 42px;
    height: 42px;
    min-width: 42px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
}

.dfp-modulo-info {
    flex: 1;
}

.dfp-modulo-info h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 0.938rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 6px;
    line-height: 1.3;
}

.dfp-modulo-info .dfp-modulo-prof {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.75);
}

.dfp-modulo-info .dfp-modulo-ch {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
}

.dfp-modulo-info .dfp-modulo-separator {
    color: rgba(255, 255, 255, 0.5);
}

.dfp-modulo-arrow {
    width: 20px;
    height: 20px;
    color: rgba(255, 255, 255, 0.5);
    flex-shrink: 0;
    margin-top: 8px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.dfp-modulo-card:hover .dfp-modulo-arrow {
    color: #fff;
    transform: translateX(3px);
}

/* Modal do módulo */
.dfp-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    backdrop-filter: blur(4px);
}

.dfp-modal-overlay.active {
    display: flex;
}

.dfp-modal {
    background: #fff;
    border-radius: 20px;
    max-width: 640px;
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
    padding: 36px;
    position: relative;
    animation: dfpModalIn 0.3s ease;
}

@keyframes dfpModalIn {
    from { opacity: 0; transform: translateY(20px) scale(0.97); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.dfp-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease;
}

.dfp-modal-close:hover { background: #e5e7eb; }

.dfp-modal-close svg {
    width: 18px;
    height: 18px;
    color: #6b7280;
}

.dfp-modal-header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
    padding-right: 40px;
}

.dfp-modal-number {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: linear-gradient(135deg, #2563eb, #1e3a8a);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Outfit', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff;
}

.dfp-modal-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.3;
    margin: 0;
}

.dfp-modal-meta {
    display: flex;
    gap: 16px;
    margin-top: 6px;
}

.dfp-modal-meta span {
    font-size: 0.813rem;
    color: #6b7280;
}

.dfp-modal-body {
    font-size: 0.938rem;
    color: #4b5563;
    line-height: 1.7;
}

.dfp-modal-body h5 {
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #1f2937;
    margin: 20px 0 10px;
}

.dfp-modal-body ul {
    padding-left: 20px;
    margin: 0;
}

.dfp-modal-body ul li {
    margin-bottom: 8px;
    padding-left: 4px;
}

.dfp-modal-body ul li::marker {
    color: #2563eb;
}

/* =====================================================
   SEÇÃO: PROFESSOR — BANNER INFO
   ===================================================== */
.dfp-prof-banner-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 36px;
}

.dfp-prof-destaque-tag {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #2563eb;
    background: #eff6ff;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.dfp-prof-banner-info h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: #1f2937;
    margin: 0 0 8px;
}

.dfp-prof-destaque-title {
    font-size: 0.938rem;
    font-weight: 600;
    color: #4b5563;
    margin-bottom: 12px;
}

.dfp-prof-destaque-bio {
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 16px;
}

.dfp-prof-destaque-bio strong {
    color: #1f2937;
}

.dfp-prof-destaque-modulos {
    font-size: 0.875rem;
    color: #4b5563;
    line-height: 1.6;
    padding: 16px;
    background: #f8fafc;
    border-radius: 12px;
    margin-bottom: 16px;
}

.dfp-prof-destaque-modulos strong {
    color: #1f2937;
    display: block;
    margin-bottom: 4px;
}

.dfp-prof-associacoes {
    font-size: 0.875rem;
    color: #4b5563;
    line-height: 1.6;
}

.dfp-prof-associacoes strong {
    color: #1f2937;
    display: block;
    margin-bottom: 8px;
}

.dfp-prof-associacoes ul {
    padding-left: 20px;
    margin: 0;
}

.dfp-prof-associacoes ul li {
    margin-bottom: 6px;
    font-size: 0.813rem;
    color: #6b7280;
}

/* =====================================================
   SEÇÃO: MBA BRIDGE
   ===================================================== */
.dfp-mba-bridge {
    background: linear-gradient(135deg, #f8fafc 0%, #eff6ff 100%);
}

.dfp-mba-bridge-grid {
    max-width: 800px;
    margin: 0 auto;
}

.dfp-mba-bridge-content h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 16px;
}

.dfp-mba-bridge-content h2 span {
    background: linear-gradient(135deg, #1e3a8a, #2563eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.dfp-mba-bridge-content p {
    font-size: 0.938rem;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 16px;
}

.dfp-mba-bridge-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.938rem;
    font-weight: 600;
    color: #2563eb;
    text-decoration: none;
    transition: gap 0.2s ease;
    margin-top: 8px;
}

.dfp-mba-bridge-link:hover {
    gap: 12px;
}

.dfp-mba-bridge-link svg {
    width: 18px;
    height: 18px;
}

/* =====================================================
   CTA MOTIVACIONAL FINAL
   ===================================================== */
.dfp-cta-motivacional {
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
    padding: 80px 0;
}

.dfp-cta-motivacional-inner {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.dfp-cta-motivacional h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.75rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 20px;
}

.dfp-cta-motivacional h2 span {
    color: #93c5fd;
}

.dfp-cta-motivacional p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
    margin-bottom: 12px;
}

.dfp-cta-motivacional p strong {
    color: #fff;
}

.dfp-cta-motivacional .btn-inscricao {
    margin-top: 24px;
    display: inline-flex;
}

/* =====================================================
   RESPONSIVO
   ===================================================== */
@media (max-width: 768px) {
    .dfp-aplicacao-grid {
        grid-template-columns: 1fr;
    }

    .dfp-relevancia-grid {
        grid-template-columns: 1fr;
    }

    .dfp-prof-banner-info {
        grid-template-columns: 1fr;
    }

    .dfp-modulos-grid {
        grid-template-columns: 1fr;
    }

    .dfp-proposta-headline {
        font-size: 1.375rem;
    }

    .dfp-cta-motivacional h2 {
        font-size: 1.375rem;
    }

    .dfp-modal {
        padding: 24px;
        margin: 16px;
    }
}
