/*
Theme Name: Busca CNPJ Master
Theme URI: https://github.com/copilot-wp/busca-cnpj
Author: RM Consultoria
Description: Tema WordPress de alta performance indexador de dados públicos de CNPJ da Receita Federal, otimizado para SEO.
Version: 1.6.38
License: GNU General Public License v2 or later
Text Domain: busca-cnpj-master
*/

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    background-color: #f8fafc;
    color: #1e293b;
    line-height: 1.6;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header & Navbar */
.site-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    padding: 15px 0;
}
.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.site-title a {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    text-decoration: none;
}
.site-title a span {
    color: #2563eb;
}

/* === HOME — HERO === */
.home-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #2563eb 100%);
    padding: 80px 20px 70px;
    text-align: center;
}
.home-hero-inner {
    max-width: 780px;
    margin: 0 auto;
}
.home-hero-badge {
    display: inline-block;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);
    color: #93c5fd;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.home-hero-title {
    font-size: 48px;
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 16px;
    letter-spacing: -1.5px;
}
.home-hero-title span { color: #60a5fa; }
.home-hero-sub {
    font-size: 17px;
    color: #94a3b8;
    line-height: 1.7;
    margin-bottom: 40px;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}

/* Barra de busca home */
.home-search-wrap { max-width: 660px; margin: 0 auto 32px; }
.home-search-form {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.25);
    border: 2px solid transparent;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.home-search-form:focus-within {
    border-color: #60a5fa;
    box-shadow: 0 8px 32px rgba(96,165,250,0.3);
}
.home-search-icon {
    padding: 0 0 0 22px;
    color: #94a3b8;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.home-search-input {
    flex: 1;
    border: none;
    padding: 18px 16px;
    font-size: 16px;
    outline: none;
    color: #1e293b;
    background: transparent;
}
.home-search-btn {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    border: none;
    padding: 0 32px;
    height: 100%;
    min-height: 58px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 0 50px 50px 0;
    transition: background 0.2s;
    white-space: nowrap;
}
.home-search-btn:hover { background: linear-gradient(135deg, #1d4ed8, #1e40af); }
.home-search-hints {
    margin-top: 12px;
    font-size: 13px;
    color: rgba(255,255,255,0.5);
}
.home-search-hints a { color: #93c5fd; text-decoration: none; }
.home-search-hints a:hover { text-decoration: underline; }

/* Stats */
.home-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
    margin-top: 10px;
}
.home-stat { padding: 10px 28px; text-align: center; }
.home-stat-num { font-size: 26px; font-weight: 900; color: #fff; line-height: 1; }
.home-stat-label { font-size: 12px; color: #94a3b8; margin-top: 4px; }
.home-stat-divider { width: 1px; height: 36px; background: rgba(255,255,255,0.15); flex-shrink: 0; }

/* === HOME — FEATURES === */
.home-features {
    background: #f8fafc;
    padding: 70px 20px;
}
.home-features-title {
    text-align: center;
    font-size: 26px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 40px;
}
.home-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
}
.home-feature-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 28px 24px;
    transition: box-shadow 0.2s, transform 0.2s;
}
.home-feature-card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.07);
    transform: translateY(-3px);
}
.home-feature-icon { font-size: 32px; margin-bottom: 14px; }
.home-feature-card h3 { font-size: 16px; font-weight: 700; color: #0f172a; margin-bottom: 8px; }
.home-feature-card p { font-size: 14px; color: #64748b; line-height: 1.6; }

/* === HOME — NAV CARDS === */
.home-nav-section {
    background: #fff;
    padding: 60px 20px;
    border-top: 1px solid #f1f5f9;
}
.home-nav-title {
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 28px;
}
.home-nav-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
    max-width: 800px;
    margin: 0 auto;
}
.home-nav-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 28px 20px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    text-decoration: none;
    text-align: center;
    transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.home-nav-card:hover {
    background: #eff6ff;
    border-color: #bfdbfe;
    box-shadow: 0 4px 16px rgba(37,99,235,0.08);
}
.home-nav-icon { font-size: 28px; }
.home-nav-card strong { font-size: 15px; color: #0f172a; font-weight: 700; }
.home-nav-card span { font-size: 13px; color: #64748b; }

/* === HOME — RESPONSIVO === */
@media (max-width: 640px) {
    .home-hero { padding: 50px 16px 44px; }
    .home-hero-title { font-size: 30px; letter-spacing: -0.5px; }
    .home-hero-sub { font-size: 15px; }
    .home-search-btn { padding: 0 20px; font-size: 14px; }
    .home-stat { padding: 8px 16px; }
    .home-stat-num { font-size: 20px; }
    .home-stat-divider { display: none; }
}

/* Página Inicial (Estilo Clean / Buscador) — mantido para compatibilidade */
.home-search-section {
    min-height: calc(80vh - 70px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
}
.home-logo { font-size: 42px; font-weight: 800; color: #0f172a; margin-bottom: 10px; letter-spacing: -1px; }
.home-logo span { color: #2563eb; }
.home-subtitle { font-size: 16px; color: #64748b; margin-bottom: 30px; max-width: 500px; }
.search-form-wrap { width: 100%; max-width: 650px; }
.main-search-form {
    display: flex;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #cbd5e1;
    background: #fff;
    transition: all 0.3s ease;
}
.main-search-form:focus-within { border-color: #2563eb; box-shadow: 0 4px 25px rgba(37,99,235,0.15); }
.search-input { flex: 1; border: none; padding: 18px 25px; font-size: 16px; outline: none; color: #334155; }
.search-submit { background-color: #2563eb; color: white; border: none; padding: 0 35px; font-size: 16px; font-weight: 600; cursor: pointer; transition: background-color 0.2s; }
.search-submit:hover { background-color: #1d4ed8; }

/* Resultados da Busca */
.search-results-title {
    margin: 30px 0 20px 0;
    font-size: 22px;
    color: #0f172a;
}
.results-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 40px;
}
.cnpj-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 20px;
    transition: transform 0.2s, box-shadow 0.2s;
}
.cnpj-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    border-color: #cbd5e1;
}
.cnpj-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8px;
}
.cnpj-link {
    font-size: 18px;
    font-weight: 600;
    color: #2563eb;
    text-decoration: none;
}
.cnpj-link:hover {
    text-decoration: underline;
}
.badge-status {
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 12px;
    font-weight: 600;
}
.status-ativa { background-color: #dcfce7; color: #166534; }
.status-baixada { background-color: #fee2e2; color: #991b1b; }

.cnpj-meta-row {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 5px;
}
.cnpj-number {
    font-weight: 700;
    color: #334155;
}

/* Paginação */
.cnpj-pagination {
    margin: 40px 0;
    display: flex;
    justify-content: center;
    gap: 5px;
}
.cnpj-pagination .page-numbers {
    display: inline-block;
    padding: 8px 16px;
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #334155;
    text-decoration: none;
    border-radius: 6px;
}
.cnpj-pagination .page-numbers.current {
    background: #2563eb;
    color: #fff;
    border-color: #2563eb;
    font-weight: bold;
}

/* Página Detalhes (Single) */
.cnpj-detail-container {
    margin-top: 40px;
    margin-bottom: 60px;
}
.back-btn {
    display: inline-block;
    margin-bottom: 20px;
    color: #64748b;
    text-decoration: none;
    font-size: 14px;
}
.back-btn:hover { color: #2563eb; }

/* === FICHA DE EMPRESA — REDESIGN === */
.cnpj-detail-container { margin: 30px auto 60px; max-width: 900px; }

/* Hero banner */
.detail-hero {
    background: linear-gradient(135deg, #1e40af 0%, #2563eb 60%, #3b82f6 100%);
    border-radius: 16px 16px 0 0;
    padding: 36px 40px 30px;
    color: #fff;
    position: relative;
}
.detail-hero-inner {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
.detail-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    flex-shrink: 0;
    border: 3px solid rgba(255,255,255,0.4);
    letter-spacing: -1px;
}
.detail-hero-info { flex: 1; min-width: 0; }
.detail-title {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 4px;
    line-height: 1.2;
}
.detail-cnpj-label {
    font-size: 15px;
    color: rgba(255,255,255,0.8);
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}
.detail-badges { display: flex; gap: 8px; flex-wrap: wrap; }
.badge-status {
    display: inline-block;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.status-ativa   { background: #dcfce7; color: #166534; }
.status-baixada { background: #fee2e2; color: #991b1b; }
.status-suspensa, .status-inapta { background: #fef3c7; color: #92400e; }
.badge-tipo {
    display: inline-block;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    background: rgba(255,255,255,0.2);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.3);
}
.badge-mei {
    background: #fef3c7;
    color: #92400e;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
}
.badge-simples {
    background: #dbeafe;
    color: #1e40af;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
}

/* Card principal */
.detail-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-top: none;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    overflow: hidden;
}

/* Seções internas */
.detail-section {
    padding: 28px 40px;
    border-bottom: 1px solid #f1f5f9;
}
.detail-section:last-child { border-bottom: none; }
.detail-section-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2563eb;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.detail-section-title::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e2e8f0;
}

/* Grid de campos */
.detail-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 16px;
}
.detail-grid.cols-2 { grid-template-columns: 1fr 1fr; }
.detail-grid.cols-1 { grid-template-columns: 1fr; }

.info-group {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.info-group.span-2 { grid-column: span 2; }
.info-group.accent-blue .info-label { color: #2563eb; }

.info-label {
    font-size: 11px;
    text-transform: uppercase;
    color: #94a3b8;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.info-value {
    font-size: 15px;
    color: #0f172a;
    font-weight: 500;
    line-height: 1.4;
}
.info-value a { color: #2563eb; text-decoration: none; }
.info-value a:hover { text-decoration: underline; }
.info-divider {
    height: 1px;
    background: #f1f5f9;
    margin: 4px 0;
    grid-column: 1 / -1;
}

/* Footer */
.site-footer {
    background: #0f172a;
    color: #94a3b8;
    padding: 30px 0;
    text-align: center;
    font-size: 14px;
    margin-top: auto;
}

/* === SEO / Listagens / Sócios === */
.site-nav { margin-left:auto; }
.site-nav a { color:#fff; text-decoration:none; padding:6px 12px; border:1px solid rgba(255,255,255,0.3); border-radius:6px; }
.site-nav a:hover { background:rgba(255,255,255,0.1); }
.header-wrap { display:flex; align-items:center; gap:20px; }

.bcm-breadcrumb { margin:20px 0; font-size:14px; color:#64748b; }
.bcm-breadcrumb a { color:#2563eb; text-decoration:none; }
.bcm-breadcrumb span { color:#0f172a; font-weight:600; }

.bcm-socios h2,
.bcm-resumo-seo h2 { display: none; }

.bcm-socios { margin: 0; padding: 0; border: none; }
.bcm-socios-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.bcm-socios-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}
.bcm-socios-list li::before {
    content: '👤';
    font-size: 18px;
    flex-shrink: 0;
}
.bcm-socios-list li strong { color: #0f172a; font-size: 15px; }
.bcm-socios-list a { color: #2563eb; text-decoration: none; font-weight: 600; }
.bcm-socios-list a:hover { text-decoration: underline; }
.bcm-soc-qual { color: #475569; font-size: 13px; }
.bcm-soc-data { color: #94a3b8; font-size: 12px; }

.bcm-resumo-seo { margin: 0; padding: 0; border: none; color: #475569; line-height: 1.7; font-size: 14px; }

.bcm-lista-ufs, .bcm-lista-municipios, .bcm-lista-empresas { list-style:none; padding:0; display:grid; grid-template-columns:repeat(auto-fill, minmax(260px,1fr)); gap:10px; margin:20px 0; }
.bcm-lista-ufs li, .bcm-lista-municipios li, .bcm-lista-empresas li { padding:12px 16px; background:#fff; border:1px solid #e2e8f0; border-radius:8px; }
.bcm-lista-ufs a, .bcm-lista-municipios a, .bcm-lista-empresas a { color:#2563eb; font-weight:600; text-decoration:none; }
.bcm-count { color:#64748b; font-size:13px; margin-left:6px; }

.bcm-socios-match { background:#fff7ed; border:1px solid #fed7aa; padding:16px; border-radius:8px; margin:18px 0; }
.bcm-socios-match h3 { margin:0 0 8px 0; color:#9a3412; font-size:16px; }
.bcm-socios-match ul { list-style:none; padding:0; display:flex; flex-wrap:wrap; gap:8px; }
.bcm-socios-match a { background:#fff; padding:6px 12px; border:1px solid #fdba74; border-radius:20px; color:#9a3412; text-decoration:none; }

/* === Tabela de dados extras na ficha === */
.bcm-extras { margin-top:30px; padding-top:20px; border-top:1px solid #e2e8f0; }
.bcm-extras h2 { font-size:18px; margin-bottom:12px; color:#0f172a; }
.bcm-extras-table { width:100%; border-collapse:collapse; }
.bcm-extras-table th, .bcm-extras-table td { padding:8px 12px; text-align:left; border-bottom:1px solid #f1f5f9; font-size:14px; }
.bcm-extras-table th { width:230px; color:#475569; font-weight:600; background:#f8fafc; }
.bcm-extras-table td { color:#0f172a; }

/* === RESPONSIVO MOBILE === */
@media (max-width: 640px) {
    .detail-hero { padding: 24px 20px 20px; border-radius: 12px 12px 0 0; }
    .detail-avatar { width: 56px; height: 56px; font-size: 24px; }
    .detail-title { font-size: 18px; }
    .detail-section { padding: 20px; }
    .detail-grid { grid-template-columns: 1fr; }
    .detail-grid.cols-2 { grid-template-columns: 1fr; }
    .info-group.span-2 { grid-column: span 1; }
    .detail-card { border-radius: 0 0 12px 12px; }
}

/* =============================================================
   PROCESSOS JUDICIAIS
   ============================================================= */
.proc-hero {
    background: linear-gradient(135deg, #1e1b4b, #3730a3, #4f46e5);
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 32px;
    color: #fff;
}
.proc-hero-badge {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #a5b4fc;
    margin-bottom: 8px;
}
.proc-hero-title { font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 700; margin: 0 0 8px; }
.proc-hero-sub { color: #c7d2fe; font-size: 14px; }
.proc-hero-count {
    margin-top: 16px;
    background: rgba(255,255,255,0.12);
    border-radius: 8px;
    padding: 10px 16px;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
}
.proc-search-bar {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 32px;
}
.proc-search-bar form { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.proc-search-input {
    flex: 1;
    min-width: 260px;
    padding: 10px 14px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font-size: 14px;
}
.proc-search-btn {
    background: linear-gradient(135deg, #3730a3, #4f46e5);
    color: #fff;
    border: none;
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}
.proc-list { display: flex; flex-direction: column; gap: 16px; }
.proc-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}
.proc-card-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}
.proc-num {
    font-size: 16px;
    font-weight: 700;
    color: #1e40af;
    text-decoration: none;
    font-family: monospace;
}
.proc-num:hover { text-decoration: underline; }
.proc-badges { display: flex; gap: 8px; flex-wrap: wrap; }
.proc-badge {
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
}
.proc-badge-tribunal { background: #ede9fe; color: #5b21b6; }
.proc-meta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 8px;
    font-size: 13px;
    color: #475569;
}
.proc-meta-item span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #94a3b8;
    margin-bottom: 2px;
}
.proc-card-footer {
    margin-top: 12px;
    border-top: 1px solid #f1f5f9;
    padding-top: 12px;
}
.proc-ver-mais { font-size: 13px; color: #4f46e5; font-weight: 600; text-decoration: none; }
.proc-ver-mais:hover { text-decoration: underline; }
.proc-empty {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 48px;
    text-align: center;
    color: #64748b;
}
.proc-empty h2 { font-size: 20px; color: #334155; margin-bottom: 8px; }
.proc-back-btn {
    display: inline-block;
    margin-top: 20px;
    background: #4f46e5;
    color: #fff;
    padding: 10px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}
.proc-seo-text {
    margin-top: 48px;
    padding: 24px;
    background: #f8fafc;
    border-radius: 12px;
    font-size: 13px;
    color: #64748b;
    line-height: 1.7;
}
.proc-seo-text h3 { font-size: 14px; color: #334155; margin-bottom: 8px; }
.proc-seo-text a { color: #4f46e5; }
/* single-processo hero */
.proc-detail-hero {
    background: linear-gradient(135deg, #1e1b4b, #3730a3, #4f46e5);
    border-radius: 16px 16px 0 0;
    padding: 32px;
    color: #fff;
    margin-bottom: 0;
}
.proc-detail-num {
    font-family: monospace;
    font-size: clamp(1rem, 2.5vw, 1.4rem);
    font-weight: 700;
    margin: 0 0 12px;
    word-break: break-all;
}
@media (max-width: 640px) {
    .proc-hero { padding: 24px 16px; }
    .proc-card { padding: 16px; }
    .proc-meta { grid-template-columns: 1fr; }
}

/* =============================================================
   SEÇÃO PROCESSOS JUDICIAIS — HOME
   ============================================================= */
.home-processos-section {
    padding: 64px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
}
.home-processos-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}
.home-processos-badge {
    display: inline-block;
    background: #ede9fe;
    color: #5b21b6;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 16px;
}
.home-processos-text h2 {
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    font-weight: 700;
    color: #1e1b4b;
    margin: 0 0 12px;
}
.home-processos-text p { color: #475569; font-size: 15px; line-height: 1.7; margin-bottom: 20px; }
.home-processos-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.home-processos-list li { font-size: 14px; color: #334155; }
.home-processos-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.home-processos-btn-primary {
    background: linear-gradient(135deg, #3730a3, #4f46e5);
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}
.home-processos-btn-secondary {
    background: #fff;
    color: #4f46e5;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border: 1.5px solid #c7d2fe;
}
.home-processos-preview { display: flex; justify-content: center; }
.home-proc-card-demo {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 8px 32px rgba(79,70,229,0.12);
    max-width: 340px;
    width: 100%;
}
.home-proc-demo-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    gap: 8px;
}
.home-proc-demo-num {
    font-family: monospace;
    font-size: 12px;
    color: #1e40af;
    font-weight: 700;
    word-break: break-all;
}
.home-proc-demo-badge {
    background: #ede9fe;
    color: #5b21b6;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    white-space: nowrap;
}
.home-proc-demo-row {
    font-size: 13px;
    color: #475569;
    padding: 8px 0;
    border-bottom: 1px solid #f1f5f9;
}
.home-proc-demo-row span { font-size: 11px; text-transform: uppercase; color: #94a3b8; display: block; margin-bottom: 2px; }
.home-proc-demo-status {
    margin-top: 12px;
    background: #dcfce7;
    color: #16a34a;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    display: inline-block;
}
@media (max-width: 768px) {
    .home-processos-inner { grid-template-columns: 1fr; }
    .home-processos-preview { display: none; }
}
