/* =============================================
   SERVICIO DETALLE — CSS
   Guardar como public/css/servicio-detalle.css
   Aplica a todas las páginas individuales de servicio
   ============================================= */

/* ===== BREADCRUMB ===== */
.srv-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    color: rgba(255,255,255,0.4);
    margin-bottom: 20px;
}
.srv-breadcrumb a {
    color: rgba(255,255,255,0.4);
    text-decoration: none;
    transition: color 0.2s;
}
.srv-breadcrumb a:hover { color: var(--blue-light); }
.srv-breadcrumb i { font-size: 0.65rem; }
.srv-breadcrumb span { color: rgba(255,255,255,0.7); }

/* ===== HERO BADGE SERVICIO ===== */
.srv-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(13,110,253,0.12);
    border: 1px solid rgba(13,110,253,0.28);
    color: var(--blue-light);
    font-size: 0.78rem;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 50px;
    margin-bottom: 20px;
}

/* ===== META INFO HERO ===== */
.srv-hero-meta {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.08);
}
.srv-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.55);
}
.srv-meta-item i { color: var(--blue-light); font-size: 0.85rem; }

/* ===== ¿QUÉ ES? ===== */
.srv-que-es {
    padding: 100px 0;
    background: white;
}
.srv-que-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 70px;
    align-items: center;
}
.srv-que-texto p {
    font-size: 1rem;
    color: var(--text-muted);
    line-height: 1.8;
    margin-bottom: 18px;
}
.srv-que-texto strong { color: var(--navy); }

/* Badge ISO visual */
.iso-badge-grande {
    position: relative;
    width: 180px;
    height: 180px;
    margin: 0 auto 28px;
}
.iso-badge-inner {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #0D1829, #0A0F1E);
    border: 2px solid rgba(13,110,253,0.4);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    z-index: 2;
}
.iso-badge-inner i { font-size: 1.8rem; color: var(--blue-light); }
.iso-badge-inner strong { font-size: 1.1rem; font-weight: 800; color: white; line-height: 1; }
.iso-badge-inner span { font-size: 1.4rem; font-weight: 700; color: var(--blue-light); line-height: 1; }
.iso-badge-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(13,110,253,0.15);
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
.ring-1 { width: 210px; height: 210px; }
.ring-2 { width: 250px; height: 250px; border-color: rgba(13,110,253,0.08); }
.ring-3 { width: 290px; height: 290px; border-color: rgba(13,110,253,0.04); }

.iso-stat-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 50px;
}
.iso-stat {
    background: var(--off-white);
    border: 1px solid var(--border-dark);
    border-left: 3px solid var(--blue);
    border-radius: var(--radius);
    padding: 16px 18px;
}
.iso-stat strong {
    display: block;
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 3px;
}
.iso-stat span { font-size: 0.8rem; color: var(--text-muted); line-height: 1.4; }

/* ===== ¿PARA QUIÉN? ===== */
.srv-para-quien {
    padding: 100px 0;
    background: var(--off-white);
}
.para-quien-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 50px;
}
.pq-card {
    background: white;
    border: 1px solid var(--border-dark);
    border-radius: var(--radius);
    padding: 28px 24px;
    transition: var(--transition);
}
.pq-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(13,110,253,0.08);
    border-color: rgba(13,110,253,0.2);
}
.pq-card i {
    font-size: 1.4rem;
    color: var(--blue);
    margin-bottom: 14px;
    display: block;
}
.pq-card h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 8px;
}
.pq-card p {
    font-size: 0.84rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
}

/* ===== QUÉ INCLUYE ===== */
.srv-incluye {
    padding: 100px 0;
    background: white;
}
.srv-incluye-grid {
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    gap: 70px;
    align-items: start;
}
.srv-incluye-texto p {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 28px;
}
.srv-incluye-lista {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.incluye-item {
    display: flex;
    gap: 20px;
    padding: 22px 0;
    border-bottom: 1px solid var(--border-dark);
}
.incluye-item:last-child { border-bottom: none; }
.incluye-num {
    font-family: var(--font-head);
    font-size: 1.6rem;
    font-weight: 800;
    color: rgba(13,110,253,0.18);
    min-width: 44px;
    line-height: 1;
    padding-top: 2px;
}
.incluye-content h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 6px;
}
.incluye-content p {
    font-size: 0.84rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
}

/* ===== BENEFICIOS ===== */
.srv-beneficios {
    padding: 100px 0;
    background: var(--off-white);
}
.beneficios-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 50px;
}
.beneficio-card {
    background: white;
    border: 1px solid var(--border-dark);
    border-radius: var(--radius);
    padding: 28px 24px;
    transition: var(--transition);
}
.beneficio-card.accent {
    background: linear-gradient(160deg, #0D1829, #0A0F1E);
    border-color: rgba(13,110,253,0.25);
}
.beneficio-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(13,110,253,0.08);
}
.beneficio-icon {
    width: 46px;
    height: 46px;
    background: rgba(13,110,253,0.08);
    border: 1px solid rgba(13,110,253,0.18);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.beneficio-card.accent .beneficio-icon {
    background: rgba(13,110,253,0.15);
    border-color: rgba(13,110,253,0.3);
}
.beneficio-icon i { font-size: 1.1rem; color: var(--blue); }
.beneficio-card.accent .beneficio-icon i { color: var(--blue-light); }
.beneficio-card h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 8px;
}
.beneficio-card.accent h4 { color: white; }
.beneficio-card p { font-size: 0.84rem; color: var(--text-muted); line-height: 1.6; margin: 0; }
.beneficio-card.accent p { color: rgba(255,255,255,0.55); }

/* ===== PROCESO ===== */
.srv-proceso {
    padding: 100px 0;
    background: white;
}
.proceso-steps {
    margin-top: 56px;
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.proceso-step {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding-bottom: 36px;
    position: relative;
}
.paso-num {
    width: 40px;
    height: 40px;
    background: var(--blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-head);
    font-size: 0.88rem;
    font-weight: 700;
    color: white;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}
.paso-linea {
    position: absolute;
    left: 19px;
    top: 40px;
    width: 2px;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(13,110,253,0.3), rgba(13,110,253,0.05));
}
.paso-content { padding-top: 8px; }
.paso-content h4 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 6px;
}
.paso-content p {
    font-size: 0.86rem;
    color: var(--text-muted);
    line-height: 1.65;
    margin-bottom: 8px;
}
.paso-tiempo {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--blue);
    background: rgba(13,110,253,0.08);
    padding: 3px 10px;
    border-radius: 20px;
    display: inline-block;
}

/* ===== CTA FINAL ===== */
.srv-cta-final {
    padding: 80px 0;
    background: var(--off-white);
}
.srv-cta-card {
    background: linear-gradient(160deg, #0D1829 0%, #0A0F1E 100%);
    border: 1px solid rgba(13,110,253,0.2);
    border-radius: var(--radius-lg);
    padding: 60px;
    position: relative;
    overflow: hidden;
}
.srv-cta-geo {
    position: absolute;
    right: 0; top: 0;
    width: 400px;
    height: 200px;
    pointer-events: none;
}
.srv-cta-geo svg { width: 100%; height: 100%; }
.srv-cta-texto { position: relative; z-index: 1; max-width: 540px; }
.srv-cta-texto .section-tag.light { color: var(--blue-light); }
.srv-cta-texto h2 {
    font-family: var(--font-head);
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 700;
    color: white;
    line-height: 1.2;
    margin-bottom: 14px;
}
.srv-cta-texto p {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.55);
    line-height: 1.7;
    margin-bottom: 30px;
}
.srv-cta-acciones {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
}
.srv-cta-acciones .btn-primary i,
.srv-cta-acciones .btn-ghost i { margin-right: 6px; }

/* ===== RELACIONADOS ===== */
.srv-relacionados {
    padding: 90px 0;
    background: white;
}
.relacionados-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 44px;
}
.rel-card {
    background: var(--off-white);
    border: 1px solid var(--border-dark);
    border-radius: var(--radius);
    padding: 28px 24px;
    text-decoration: none;
    transition: var(--transition);
    display: block;
}
.rel-card:hover {
    transform: translateY(-3px);
    border-color: rgba(13,110,253,0.25);
    box-shadow: 0 10px 24px rgba(13,110,253,0.08);
}
.rel-icon {
    width: 44px;
    height: 44px;
    background: rgba(13,110,253,0.08);
    border: 1px solid rgba(13,110,253,0.18);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}
.rel-icon i { font-size: 1rem; color: var(--blue); }
.rel-card h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 8px;
    line-height: 1.3;
}
.rel-card p {
    font-size: 0.82rem;
    color: var(--text-muted);
    line-height: 1.55;
    margin-bottom: 14px;
}
.rel-link {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--blue);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.2s;
}
.rel-card:hover .rel-link { gap: 10px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 980px) {
    .srv-que-grid,
    .srv-incluye-grid { grid-template-columns: 1fr; gap: 48px; }
    .para-quien-grid,
    .beneficios-grid,
    .relacionados-grid { grid-template-columns: repeat(2, 1fr); }
    .srv-cta-card { padding: 40px 32px; }
    .srv-cta-geo { display: none; }
}

@media (max-width: 600px) {
    .para-quien-grid,
    .beneficios-grid,
    .relacionados-grid { grid-template-columns: 1fr; }
    .srv-hero-meta { flex-direction: column; gap: 12px; }
    .proceso-steps { max-width: 100%; }
}

/* ===== TARJETA VISUAL SOPORTE TÉCNICO ===== */
.soporte-visual-card {
    background: linear-gradient(160deg, #0D1829 0%, #0A0F1E 100%);
    border: 1px solid rgba(13,110,253,0.2);
    border-radius: var(--radius);
    padding: 28px 24px;
}
.svc-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.svc-icon-wrap {
    width: 46px; height: 46px;
    background: rgba(13,110,253,0.15);
    border: 1px solid rgba(13,110,253,0.3);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
}
.svc-icon-wrap i { font-size: 1.2rem; color: var(--blue-light); }
.svc-estado {
    display: flex; align-items: center; gap: 7px;
    font-size: 0.78rem; color: rgba(255,255,255,0.6);
}
.svc-dot {
    width: 8px; height: 8px;
    background: #22c55e; border-radius: 50%;
    animation: pulse 2s infinite;
}
.svc-stat-row {
    display: flex; gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.svc-stat strong {
    display: block;
    font-family: var(--font-head);
    font-size: 1.6rem; font-weight: 800;
    color: white; line-height: 1;
    margin-bottom: 4px;
}
.svc-stat span { font-size: 0.75rem; color: rgba(255,255,255,0.45); }
.svc-tipos {
    display: flex; gap: 8px; flex-wrap: wrap;
}
.svc-tipo {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(13,110,253,0.1);
    border: 1px solid rgba(13,110,253,0.2);
    color: var(--blue-light);
    font-size: 0.75rem; font-weight: 500;
    padding: 5px 12px; border-radius: 50px;
}

/* ===== COMPARATIVA MANTENIMIENTO ===== */
.mant-compare {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.mant-tipo {
    border-radius: var(--radius);
    padding: 24px 20px;
    border: 1px solid;
}
.mant-tipo.preventivo {
    background: linear-gradient(160deg, #0D1829, #0A0F1E);
    border-color: rgba(13,110,253,0.25);
}
.mant-tipo.correctivo {
    background: white;
    border-color: var(--border-dark);
}
.mant-tipo-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}
.mant-tipo-head i {
    font-size: 1.1rem;
    color: var(--blue);
}
.mant-tipo.preventivo .mant-tipo-head i { color: var(--blue-light); }
.mant-tipo-head strong {
    font-size: 1rem;
    font-weight: 700;
    color: var(--navy);
}
.mant-tipo.preventivo .mant-tipo-head strong { color: white; }
.mant-tipo ul {
    list-style: none;
    padding: 0; margin: 0 0 16px;
    display: flex; flex-direction: column; gap: 8px;
}
.mant-tipo ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.84rem;
    color: var(--text-muted);
}
.mant-tipo.preventivo ul li { color: rgba(255,255,255,0.65); }
.mant-tipo ul li i { font-size: 0.7rem; color: var(--blue); }
.mant-tipo.preventivo ul li i { color: var(--blue-light); }
.mant-badge {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    background: rgba(13,110,253,0.1);
    border: 1px solid rgba(13,110,253,0.2);
    color: var(--blue);
}
.mant-tipo.preventivo .mant-badge {
    background: rgba(77,159,255,0.12);
    border-color: rgba(77,159,255,0.25);
    color: var(--blue-light);
}

/* ===== TARJETA RIESGO LICENCIAMIENTO ===== */
.lic-riesgo-card {
    background: linear-gradient(160deg, #0D1829, #0A0F1E);
    border: 1px solid rgba(239,68,68,0.2);
    border-radius: var(--radius);
    padding: 24px 20px;
}
.lic-riesgo-titulo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.88rem;
    font-weight: 600;
    color: rgba(255,255,255,0.7);
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.lic-riesgo-titulo i { color: #F87171; font-size: 1rem; }
.lic-riesgo-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}
.lic-riesgo-item:last-child { border-bottom: none; }
.lic-riesgo-item i {
    font-size: 1rem;
    margin-top: 2px;
    flex-shrink: 0;
}
.lic-riesgo-item.peligro i { color: #F87171; }
.lic-riesgo-item div { display: flex; flex-direction: column; gap: 2px; }
.lic-riesgo-item strong {
    font-size: 0.86rem;
    font-weight: 600;
    color: white;
}
.lic-riesgo-item span {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.4);
}

/* ===== MAPA DE AMENAZAS — CONSULTORÍA ===== */
.amenazas-card {
    background: linear-gradient(160deg, #0D1829, #0A0F1E);
    border: 1px solid rgba(13,110,253,0.2);
    border-radius: var(--radius);
    padding: 24px 20px;
}
.amenazas-titulo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.86rem;
    font-weight: 600;
    color: rgba(255,255,255,0.7);
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.amenazas-titulo i { color: var(--blue-light); }
.amenaza-item { margin-bottom: 14px; }
.amenaza-barra-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}
.amenaza-label {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.55);
    min-width: 170px;
    flex-shrink: 0;
}
.amenaza-barra {
    flex: 1;
    height: 6px;
    background: rgba(255,255,255,0.06);
    border-radius: 3px;
    overflow: hidden;
}
.amenaza-fill {
    height: 100%;
    background: linear-gradient(90deg, #0D6EFD, #4D9FFF);
    border-radius: 3px;
    transition: width 1s ease;
}
.amenaza-pct {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--blue-light);
    min-width: 32px;
    text-align: right;
}
.amenazas-fuente {
    font-size: 0.7rem;
    color: rgba(255,255,255,0.25);
    margin: 10px 0 0;
    text-align: right;
}

/* ===== DIAGRAMA DE RED — INFRAESTRUCTURA ===== */
.infra-diagrama {
    background: linear-gradient(160deg, #0D1829, #0A0F1E);
    border: 1px solid rgba(13,110,253,0.2);
    border-radius: var(--radius);
    padding: 24px 20px 16px;
}
.infra-diagrama svg { width: 100%; display: block; }
.infra-diagrama-label {
    font-size: 0.72rem;
    color: rgba(255,255,255,0.3);
    text-align: center;
    margin: 8px 0 0;
}



/* ===== TARJETA ANTES / DESPUÉS — DIGITALIZACIÓN ===== */
.digit-compare-card {
    background: linear-gradient(160deg, #0D1829, #0A0F1E);
    border: 1px solid rgba(13,110,253,0.2);
    border-radius: var(--radius);
    padding: 24px 20px;
}
.digit-compare-head {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.86rem;
    font-weight: 600;
    color: rgba(255,255,255,0.7);
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.digit-compare-head i { color: var(--blue-light); }
.digit-compare-body {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 12px;
    align-items: start;
}
.digit-lado-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(255,255,255,0.4);
    margin-bottom: 12px;
}
.digit-lado-label i { font-size: 0.75rem; color: rgba(255,255,255,0.3); }
.digit-lado-label.ok i { color: #22c55e; }
.digit-lado-label.ok { color: rgba(255,255,255,0.65); }
.digit-lista {
    list-style: none;
    padding: 0; margin: 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.digit-lista li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.78rem;
    color: rgba(255,255,255,0.45);
    line-height: 1.35;
}
.digit-lado.despues .digit-lista li { color: rgba(255,255,255,0.7); }
.digit-lista li i {
    font-size: 0.72rem;
    color: rgba(255,255,255,0.25);
    flex-shrink: 0;
    width: 14px;
    text-align: center;
}
.digit-lado.despues .digit-lista li i { color: var(--blue-light); }
.digit-divisor {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 28px;
    color: rgba(13,110,253,0.45);
    font-size: 1.1rem;
}

/* ===== ESTILOS PARA ANÁLISIS DE DATOS ===== */
/* Colores base: #F2C811 (amarillo Power BI) */

/* Badge hero con color Power BI */
.srv-hero-badge.powerbi {
    background: rgba(242, 200, 17, 0.10);
    border-color: rgba(242, 200, 17, 0.35);
    color: #F2C811;
}

/* Tarjeta de dashboard Power BI */
.dashboard-preview {
    background: linear-gradient(160deg, #0D1829, #0A0F1E);
    border: 1px solid rgba(242, 200, 17, 0.2);
    border-radius: var(--radius);
    padding: 24px 20px;
}

.dashboard-preview .dp-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.dashboard-preview .dp-icon {
    width: 36px;
    height: 36px;
    background: rgba(242, 200, 17, 0.15);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-preview .dp-icon i {
    color: #F2C811;
    font-size: 1.1rem;
}

.dashboard-preview .dp-title strong {
    color: white;
    font-size: 0.9rem;
}

.dashboard-preview .dp-title span {
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.7rem;
}

/* Gráfico de barras decorativo */
.dp-chart {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    height: 80px;
    padding: 0 4px;
}

.dp-bar {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.dp-bar .bar {
    width: 100%;
    background: linear-gradient(180deg, #F2C811, #D4A80A);
    border-radius: 4px 4px 0 0;
    transition: height 0.6s ease;
}

.dp-bar .label {
    color: rgba(255, 255, 255, 0.25);
    font-size: 0.55rem;
}

/* Leyenda del dashboard */
.dp-legend {
    display: flex;
    gap: 16px;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.dp-legend-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.dp-legend-item .dot {
    width: 10px;
    height: 10px;
    border-radius: 2px;
}

.dp-legend-item .dot.ventas { background: #F2C811; }
.dp-legend-item .dot.meta { background: #4D9FFF; }

.dp-legend-item span {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.65rem;
}

/* Paso número con color Power BI */
.proceso-step .paso-num.powerbi {
    background: #F2C811;
    color: #0A0F1E;
}

/* Estadísticas con borde Power BI */
.iso-stat.powerbi {
    border-left-color: #F2C811;
}

/* Estilo para el badge de tiempo en proceso */
.paso-tiempo.powerbi {
    background: rgba(242, 200, 17, 0.12);
    color: #F2C811;
}

/* Responsive para el gráfico */
@media (max-width: 600px) {
    .dp-chart {
        gap: 6px;
        height: 60px;
    }
    .dp-bar .label {
        font-size: 0.45rem;
    }
}

/* ===== ESTILOS PARA DESARROLLO WEB ===== */

/* Bloque de código decorativo */
.code-block {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    padding: 14px 16px;
    font-family: 'Courier New', monospace;
    font-size: 0.6rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.8;
}

.code-block .keyword { color: #F2C811; }
.code-block .function { color: white; }
.code-block .method { color: #4D9FFF; }
.code-block .comment { color: #22c55e; }
.code-block .bracket { color: rgba(255, 255, 255, 0.3); }

/* Tags de tecnología */
.tech-tags {
    display: flex;
    gap: 12px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    flex-wrap: wrap;
}

.tech-tag {
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.05);
    padding: 4px 12px;
    border-radius: 20px;
}

/* Para el hero badge de desarrollo */
.srv-hero-badge.dev {
    border-color: rgba(13, 110, 253, 0.35);
    background: rgba(13, 110, 253, 0.10);
    color: var(--blue-light);
}

/* ===== ESTILOS PARA CAPACITACIONES ===== */
/* Colores base: #22c55e (verde) */

/* Badge hero con color verde */
.srv-hero-badge.capacitacion {
    background: rgba(34, 197, 94, 0.10);
    border-color: rgba(34, 197, 94, 0.35);
    color: #22c55e;
}

/* Grid de temas de capacitación */
.capacitacion-temas {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.capacitacion-tema {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 4px;
    padding: 10px 12px;
    border-left: 2px solid #22c55e;
}

.capacitacion-tema .emoji {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.5);
}

.capacitacion-tema .label {
    font-size: 0.75rem;
    color: white;
    display: block;
    margin-top: 3px;
}

/* Paso número con color verde */
.proceso-step .paso-num.verde {
    background: #22c55e;
    color: #0A0F1E;
}

/* Estadísticas con borde verde */
.iso-stat.verde {
    border-left-color: #22c55e;
}

/* Badge de tiempo en proceso con verde */
.paso-tiempo.verde {
    background: rgba(34, 197, 94, 0.12);
    color: #22c55e;
}

/* Responsive para temas de capacitación */
@media (max-width: 600px) {
    .capacitacion-temas {
        grid-template-columns: 1fr;
    }
}

/* ===== ESTILOS PARA ASESORÍAS ESCOLARES ===== */
/* Colores base: #A78BFA (lila/morado) */

/* Badge hero con color lila */
.srv-hero-badge.escolar {
    background: rgba(167, 139, 250, 0.10);
    border-color: rgba(167, 139, 250, 0.35);
    color: #A78BFA;
}

/* Grid de áreas de asesoría */
.asesoria-areas {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.asesoria-area {
    background: rgba(167, 139, 250, 0.08);
    border-radius: 4px;
    padding: 10px 12px;
    border-left: 2px solid #A78BFA;
}

.asesoria-area .emoji {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.5);
}

.asesoria-area .label {
    font-size: 0.75rem;
    color: white;
    display: block;
    margin-top: 3px;
}

/* Paso número con color lila */
.proceso-step .paso-num.lila {
    background: #A78BFA;
    color: #0A0F1E;
}

/* Estadísticas con borde lila */
.iso-stat.lila {
    border-left-color: #A78BFA;
}

/* Badge de tiempo en proceso con lila */
.paso-tiempo.lila {
    background: rgba(167, 139, 250, 0.12);
    color: #A78BFA;
}

/* Responsive para áreas de asesoría */
@media (max-width: 600px) {
    .asesoria-areas {
        grid-template-columns: 1fr;
    }
}

/* ===== ESTILOS PARA DESIGN (DISEÑO WEB & FIGMA) ===== */
/* Colores base: #EC4899 (rosa) */

/* Badge hero con color rosa */
.srv-hero-badge.design {
    background: rgba(236, 72, 153, 0.10);
    border-color: rgba(236, 72, 153, 0.35);
    color: #EC4899;
}

/* Grid de áreas de diseño */
.design-areas {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.design-area {
    background: rgba(236, 72, 153, 0.08);
    border-radius: 4px;
    padding: 10px 12px;
    border-left: 2px solid #EC4899;
}

.design-area .emoji {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.5);
}

.design-area .label {
    font-size: 0.75rem;
    color: white;
    display: block;
    margin-top: 3px;
}

/* Preview de Figma */
.figma-preview {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 6px;
    padding: 16px;
}

.figma-preview .preview-header {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 12px;
}

.figma-preview .preview-avatar {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #EC4899, #8B5CF6);
    border-radius: 6px;
}

.figma-preview .preview-line1 {
    width: 120px;
    height: 8px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 4px;
}

.figma-preview .preview-line2 {
    width: 80px;
    height: 6px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    margin-top: 6px;
}

.figma-preview .preview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.figma-preview .preview-grid .item {
    aspect-ratio: 1;
    border-radius: 4px;
}

.figma-preview .preview-grid .item.primary {
    background: rgba(236, 72, 153, 0.2);
    border: 1px solid rgba(236, 72, 153, 0.15);
}

.figma-preview .preview-grid .item.primary-dark {
    background: rgba(236, 72, 153, 0.3);
    border: 1px solid rgba(236, 72, 153, 0.2);
}

.figma-preview .preview-grid .item.secondary {
    background: rgba(139, 92, 246, 0.2);
    border: 1px solid rgba(139, 92, 246, 0.15);
}

.figma-preview .preview-grid .item.secondary-dark {
    background: rgba(139, 92, 246, 0.3);
    border: 1px solid rgba(139, 92, 246, 0.2);
}

.figma-preview .preview-tabs {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

.figma-preview .preview-tabs .tab {
    width: 30px;
    height: 6px;
    border-radius: 3px;
}

.figma-preview .preview-tabs .tab.active {
    background: rgba(236, 72, 153, 0.4);
}

.figma-preview .preview-tabs .tab.inactive {
    background: rgba(255, 255, 255, 0.1);
}

/* Paso número con color rosa */
.proceso-step .paso-num.rosa {
    background: #EC4899;
    color: #0A0F1E;
}

/* Estadísticas con borde rosa */
.iso-stat.rosa {
    border-left-color: #EC4899;
}

/* Badge de tiempo en proceso con rosa */
.paso-tiempo.rosa {
    background: rgba(236, 72, 153, 0.12);
    color: #EC4899;
}

/* Responsive */
@media (max-width: 600px) {
    .design-areas {
        grid-template-columns: 1fr;
    }
    .figma-preview .preview-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .figma-preview .preview-line1 {
        width: 80px;
    }
}

