/* =============================================
   Créditos - Página de Precios (Pública)
   Versión 2.4 - PRECIO REPORTE INDIVIDUAL
   ============================================= */

/* ============================================================
   RESET Y BASE
   ============================================================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
    background: #fafafa;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    color: #1a1a1a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ============================================================
   HEADER
   ============================================================ */
.credits-header {
    background: #ffffff;
    padding: 30px 16px 16px;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
}

.credits-header h1 {
    font-weight: 600;
    font-size: clamp(1.4rem, 4vw, 1.9rem);
    color: #1a1a1a;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.credits-header h2 {
    font-weight: 300;
    font-size: clamp(1rem, 2.5vw, 1.4rem);
    color: #1a1a1a;
    margin-bottom: 4px;
    letter-spacing: -0.3px;
    line-height: 1.4;
}

.credits-header .about-text {
    color: #494949;
    font-size: clamp(0.85rem, 2vw, 1rem);
    padding: 8px 0;
    font-weight: 400;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
}

/* ============================================================
   CONTAINER
   ============================================================ */
.credits-container {
    flex: 1;
    padding: 12px 16px 40px;
    max-width: 1080px;
    margin: 0 auto;
    width: 100%;
}

/* ============================================================
   PRECIO REPORTE INDIVIDUAL (NUEVO)
   ============================================================ */
.single-reporte-price {
    display: flex;
    justify-content: center;
    margin: 8px 0 24px;
    padding: 0 8px;
}

.single-reporte-price-card {
    background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
    border: 1px solid #134ad3;
    border-radius: 16px;
    padding: 20px 32px;
    text-align: center;
    min-width: 200px;
    max-width: 300px;
    box-shadow: 0 4px 20px rgba(19, 74, 211, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.single-reporte-price-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(19, 74, 211, 0.03) 0%, transparent 70%);
    pointer-events: none;
}

.single-reporte-price-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(19, 74, 211, 0.12);
}

.single-reporte-label {
    font-size: clamp(0.7rem, 1.4vw, 1rem);
    font-weight: 600;
    color: #134ad3;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.single-reporte-precio {
    font-size: clamp(1.7rem, 5vw, 1.8rem);
    font-weight: 300;
    color: #022e86;
    line-height: 1.2;
    letter-spacing: -1px;
}

.single-reporte-creditos {
    font-size: clamp(0.8rem, 1.6vw, 0.9rem);
    color: #6c757d;
    margin-top: 2px;
}

.single-reporte-creditos i {
    color: #f5871f;
    margin-right: 4px;
}

/* ============================================================
   PAQUETES DE CRÉDITOS
   ============================================================ */
.package-card {
    border: 1px solid #d7d5d5;
    border-radius: 12px;
    padding: 24px 16px 20px;
    text-align: center;
    background: #ffffff;
    transition: all 0.25s ease;
    height: 100%;
    position: relative;
}

.package-card:hover {
    border-color: #c0c0c0;
    transform: translateY(-3px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.04);
}

.package-card.destacado {
    border-color: #1a1a1a;
    background: #ffffff;
}

.package-card.destacado:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
}

.package-card .badge-recomendado {
    position: absolute;
    top: -10px;
    right: 16px;
    background: #134ad3;
    color: #ffffff;
    font-weight: 500;
    font-size: 0.6rem;
    padding: 3px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.package-card .nombre {
    font-weight: 300;
    font-size: clamp(1.2rem, 3vw, 1.6rem);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
    color: #232323;
    display: inline-block;
}

.package-card .eslogan {
    font-size: clamp(0.8rem, 1.8vw, 0.95rem);
    font-weight: 400;
    margin-bottom: 6px;
    font-style: italic;
}

.package-card .reportes-info {
    font-size: clamp(0.8rem, 2vw, 1rem);
    color: #1a1a1a;
    font-weight: 400;
    margin-top: 4px;
    padding: 4px 14px;
    background: #e5e5e5;
    border-radius: 20px;
    display: inline-block;
}

.package-card .reportes-info i {
    color: #888;
    margin-right: 4px;
}

.package-card .precio {
    font-size: clamp(1.3rem, 3vw, 1.6rem);
    font-weight: 300;
    color: #0219c3;
    margin: 8px 0 2px;
    letter-spacing: -0.5px;
}

.package-card .costo-reporte {
    font-size: clamp(0.8rem, 1.8vw, 1rem);
    color: #242424;
    background-color: #e5e5e5;
    border-radius: 8px;
    padding: 2px 8px;
    display: inline-block;
    font-weight: 400;
}

.package-card .creditos-numero {
    font-size: 1.5rem;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1.0;
    letter-spacing: -1px;
    margin-top: 8px;
}

.package-card .creditos-label {
    font-size: clamp(0.8rem, 1.8vw, 0.9rem);
    font-weight: 500;
}

.package-card .ahorro {
    font-size: clamp(0.85rem, 1.8vw, 1rem);
    color: #2250a6;
    font-weight: 500;
    margin-top: 6px;
}

.package-card .ahorro.sin-ahorro {
    color: #ccc;
    font-weight: 400;
}

.package-card .btn-comprar {
    margin-top: 16px;
    padding: 10px 16px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 0.9rem;
    border: 1px solid #d0d0d0;
    background: transparent;
    color: #1a1a1a;
    transition: all 0.25s ease;
    width: 100%;
    letter-spacing: 0.2px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.package-card .btn-comprar:hover {
    background: #f5871f;
    color: #ffffff;
    transform: translateY(-1px);
    text-decoration: none;
}

.package-card.destacado .btn-comprar {
    background: transparent;
    color: #1a1a1a;
}

.package-card.destacado .btn-comprar:hover {
    background: #022478;
    color: #ffffff;
    transform: translateY(-1px);
}

/* ============================================================
   REPORTES SECTION
   ============================================================ */
.reportes-section {
    margin-top: 8px;
    border-top: 1px solid #eaeaea;
    padding-top: 20px;
    background: #ffffff;
}

.reportes-section .section-title {
    font-weight: 400;
    font-size: clamp(1.1rem, 2.5vw, 1.3rem);
    color: #1a1a1a;
    margin-bottom: 4px;
    letter-spacing: -0.3px;
}

.reportes-section .section-title i {
    color: #1c1c1c;
    margin-right: 8px;
}

.section-note {
    display: block;
    max-width: 560px;
    margin: 16px auto 0;
    padding: 16px 0 4px;
    color: #585857;
    font-size: 0.9rem;
    font-weight: 400;
    text-align: justify;
}

/* ============================================================
   SELECT DE TEMÁTICAS
   ============================================================ */
.select-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.select-label {
    display: block;
    text-align: center;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.select-label i {
    margin-right: 6px;
    color: #f5871f;
}

#tematicaSelector {
    max-width: 400px;
    margin: 0 auto;
    border-radius: 8px;
    border: 1.5px solid #e2e8f0;
    padding: 10px 16px;
    font-size: 0.95rem;
    font-weight: 500;
    color: #1a1a1a;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    font-family: 'Inter', sans-serif;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%235a5a5a' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 40px;
}

#tematicaSelector:hover {
    border-color: #f5871f;
}

#tematicaSelector:focus {
    border-color: #f5871f;
    box-shadow: 0 0 0 3px rgba(245, 135, 31, 0.15);
    outline: none;
}

/* ============================================================
   DESCRIPCIÓN TEMÁTICA
   ============================================================ */
.tematica-descripcion {
    padding: 4px 0 16px;
    color: #5a5a5a;
    font-size: clamp(0.9rem, 2vw, 1.05rem);
    font-weight: 400;
    display: none;
    margin-bottom: 4px;
    text-align: center;
}

.tematica-descripcion.visible {
    display: block;
}

.tematica-descripcion .tematica-icono-desc {
    display: block;
    font-size: clamp(2rem, 5vw, 2.8rem);
    margin-bottom: 0px;
}

.tematica-descripcion .tematica-nombre-desc {
    display: block;
    font-weight: 600;
    font-size: clamp(1.1rem, 2.8vw, 1.4rem);
    color: #1a1a1a;
    margin-bottom: 4px;
}

.tematica-descripcion .tematica-texto-desc {
    display: block;
    font-size: clamp(0.85rem, 1.8vw, 1.05rem);
    color: #5a5a5a;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 8px;
}

/* ============================================================
   WRAPPER REPORTES
   ============================================================ */
.tematica-reportes-wrapper {
    display: block;
}

.tematica-reportes-wrapper.hidden {
    display: none;
}

/* ============================================================
   REPORTE ITEM
   ============================================================ */
.reporte-item {
    background: #f9f9f9;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 14px 16px;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    gap: 8px;
}

.reporte-item:hover {
    border-color: #c8c8c8;
    background: #f9f9f9;
}

.reporte-item .icono {
    font-size: 1.2rem;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-right: 12px;
    flex-shrink: 0;
}

.reporte-item .info {
    flex: 1;
    min-width: 0;
}

.reporte-item .info .nombre {
    font-weight: 500;
    color: #020d65;
    font-size: clamp(0.85rem, 2vw, 0.95rem);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
    gap: 4px;
}

.reporte-item .info .descripcion {
    font-size: clamp(0.75rem, 1.6vw, 0.9rem);
    font-weight: 400;
    color: #5b5b5b;
    padding-bottom: 6px;
    width: 100%;
}

/* ============================================================
   BOTÓN VER MÁS
   ============================================================ */
.btn-ver-mas {
    background: #f5871f;
    border: 1px solid #d0d0d0;
    border-radius: 20px;
    padding: 2px 12px;
    font-size: clamp(0.6rem, 1.4vw, 0.7rem);
    color: #ffffff;
    transition: all 0.2s ease;
    cursor: pointer;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    touch-action: manipulation;
}

.btn-ver-mas:hover {
    background: transparent;
    color: #171717;
}

.btn-ver-mas:active {
    transform: scale(0.95);
}

/* ============================================================
   BADGES
   ============================================================ */
.badge-tematica {
    background: #f4f4f4 !important;
    color: #666 !important;
    font-weight: 400;
    font-size: 0.8rem;
    padding: 5px 16px;
    border-radius: 20px;
    border: none;
}

.badge-recomendado-plantilla {
    background: #4477f9 !important;
    color: #ffffff !important;
    font-size: 0.6rem;
    padding: 2px 10px;
    border-radius: 20px;
    font-weight: 400;
}

.badge-enfoque {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.2px;
    vertical-align: middle;
    line-height: 1.6;
}

.badge-enfoque.astrologico {
    background: #ede9fe;
    color: #5b21b6;
    border: 1px solid #c4b5fd;
}

.badge-enfoque.no-astrologico {
    background: #dbeafe;
    color: #1e40af;
    border: 1px solid #93c5fd;
}

.badge-enfoque i {
    font-size: 0.5rem;
}

/* ============================================================
   MENSAJE SIN REPORTES
   ============================================================ */
.sin-reportes-msg {
    padding: 24px 16px;
    background: #f7f7f7;
    border-radius: 12px;
    text-align: center;
    color: #888;
    font-size: clamp(0.85rem, 1.8vw, 0.95rem);
    border: 1px dashed #ddd;
}

.sin-reportes-msg i {
    font-size: 1.4rem;
    color: #ccc;
    display: block;
    margin-bottom: 8px;
}

/* ============================================================
   NOTAS INFORMATIVAS
   ============================================================ */
.nota-info {
    margin-top: 24px;
    padding: 16px 18px;
    background: #f7f7f7;
    border-radius: 12px;
    border: 1px solid #eaeaea;
}

.nota-info .icono-info {
    font-size: clamp(1.2rem, 2.5vw, 1.4rem);
    margin-right: 14px;
    flex-shrink: 0;
}

.nota-info h6 {
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 4px;
    font-size: clamp(0.95rem, 2vw, 1.05rem);
}

.nota-info p {
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 1.8;
}

.nota-info p strong {
    color: #555;
    font-weight: 500;
}

/* ============================================================
   MODAL
   ============================================================ */
.modal-content {
    border-radius: 12px;
    border: 1px solid #eaeaea;
    margin: 12px;
}

.modal-header {
    border-bottom: 1px solid #eaeaea;
    padding: 16px 20px;
}

.modal-header .modal-title {
    font-weight: 500;
    font-size: clamp(1rem, 2.2vw, 1.1rem);
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.modal-header .modal-title .icono-tematica-modal {
    font-size: 1.6rem;
}

.modal-body {
    padding: 18px 20px;
    font-size: clamp(0.85rem, 1.8vw, 0.95rem);
    line-height: 1.5;
    color: #333;
}

.modal-body .descripcion-usuario-label {
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 1px;
    font-size: 0.85rem;
    letter-spacing: 0.3px;
    color: #888;
}

.modal-body .creditos-info-modal {
    display: inline-flex;
    align-items: center;
    background: #f4f4f4;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: clamp(0.75rem, 1.6vw, 0.85rem);
    font-weight: 500;
    color: #1a1a1a;
    margin-top: 4px;
}

.modal-body .creditos-info-modal i {
    color: #aaa;
}

.modal-footer {
    border-top: 1px solid #eaeaea;
    padding: 14px 20px;
}

.modal-footer .btn-cerrar {
    background: transparent;
    border: 1px solid #d0d0d0;
    border-radius: 50px;
    padding: 8px 24px;
    font-size: clamp(0.75rem, 1.6vw, 0.85rem);
    color: #1a1a1a;
    transition: all 0.2s ease;
}

.modal-footer .btn-cerrar:hover {
    background: #f0f0f0;
}

/* Modal header badge */
.modal-header .badge-enfoque {
    font-size: clamp(0.55rem, 1.2vw, 0.65rem);
    padding: 2px 12px;
    margin-left: 8px;
    vertical-align: middle;
}

.badge-orden-asset {
    background: #8B5CF6;
    color: #fff;
    font-size: 0.6rem;
    padding: 2px 10px;
    border-radius: 12px;
}

/* ============================================================
   FOOTER
   ============================================================ */
footer {
    background: #ffffff;
    border-top: 1px solid #eaeaea;
    color: #9f9f9f;
    padding: 16px 0;
    text-align: center;
    font-size: clamp(0.7rem, 1.4vw, 0.8rem);
}

/* ============================================================
   UTILIDADES
   ============================================================ */
.d-flex {
    display: flex;
}

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

.align-items-center {
    align-items: center;
}

.justify-content-between {
    justify-content: space-between;
}

.text-center {
    text-align: center;
}

.text-muted {
    color: #6c757d;
}

/* ============================================================
   RESPONSIVE - MÓVIL (hasta 480px)
   ============================================================ */
@media (max-width: 480px) {
    .credits-header {
        padding: 20px 12px 12px;
    }

    .credits-container {
        padding: 8px 10px 24px;
    }

    .package-card {
        padding: 18px 12px 16px;
        width: 85%;
        margin: 0 auto; 
    }

    .package-card .badge-recomendado {
        font-size: 0.5rem;
        padding: 2px 10px;
        top: -8px;
        right: 10px;
    }

    .reporte-item {
        padding: 12px 12px;
        flex-wrap: wrap;
        gap: 4px;
    }

    .reporte-item .icono {
        width: 32px;
        height: 32px;
        font-size: 0.9rem;
        margin-right: 8px;
    }

    .reporte-item .creditos {
        margin-left: 0;
        margin-top: 4px;
        width: 100%;
        text-align: right;
        font-size: 0.8rem;
    }

    .reporte-item .info .nombre {
        font-size: 0.9rem;
        gap: 4px;
    }

    .badge-enfoque {
        font-size: 0.45rem;
        padding: 1px 6px;
    }

    .badge-enfoque i {
        display: none;
    }

    .badge-recomendado-plantilla {
        font-size: 0.5rem;
        padding: 1px 8px;
    }

    .btn-ver-mas {
        font-size: 0.55rem;
        padding: 2px 8px;
    }

    .selecciona-tematica-msg {
        padding: 16px 12px;
        font-size: 0.9rem;
    }

    .nota-info {
        padding: 12px 14px;
        margin-top: 16px;
    }

    .nota-info .icono-info {
        font-size: 1rem;
        margin-right: 10px;
    }

    .nota-info h6 {
        font-size: 0.85rem;
    }

    .nota-info p {
        line-height: 1.6;
    }

    .section-note {
        padding: 12px 4px 0;
        margin-top: 12px;
    }

    .modal-content {
        margin: 8px;
        border-radius: 10px;
    }

    .modal-header {
        padding: 12px 14px;
    }

    .modal-body {
        padding: 14px 16px;
        font-size: 0.82rem;
    }

    .modal-footer {
        padding: 10px 14px;
    }

    .modal-footer .btn-cerrar {
        padding: 6px 18px;
        font-size: 0.75rem;
    }

    .modal-header .badge-enfoque {
        font-size: 0.5rem;
        padding: 1px 8px;
        margin-left: 4px;
    }

    .modal-header .modal-title .icono-tematica-modal {
        font-size: 1.2rem;
    }

    .tematica-descripcion {
        padding: 2px 0 12px;
    }

    .tematica-descripcion .tematica-icono-desc {
        font-size: 1.8rem;
    }

    .tematica-descripcion .tematica-nombre-desc {
        font-size: 1rem;
    }

    .tematica-descripcion .tematica-texto-desc {
        font-size: 0.82rem;
        padding: 0 4px;
    }

    .sin-reportes-msg {
        padding: 16px 12px;
        font-size: 0.8rem;
    }

    .sin-reportes-msg i {
        font-size: 1.2rem;
        margin-bottom: 4px;
    }

    footer {
        padding: 12px 0;
        font-size: 0.65rem;
    }

    .btn-comprar {
        font-size: 0.9rem !important;
        padding: 8px 12px !important;
    }

    .package-card .btn-comprar i {
        font-size: 18px !important;
    }

    /* Select responsive */
    #tematicaSelector {
        font-size: 0.85rem;
        padding: 8px 12px;
        padding-right: 32px;
        max-width: 100%;
    }

    .select-label {
        font-size: 0.85rem;
    }

    /* Precio reporte individual responsive */
    .single-reporte-price-card {
        padding: 16px 20px;
        min-width: unset;
        width: 100%;
        max-width: 240px;
    }

    .single-reporte-precio {
        font-size: 1.8rem;
    }
}

/* ============================================================
   RESPONSIVE - TABLET (481px - 768px)
   ============================================================ */
@media (min-width: 481px) and (max-width: 768px) {
    .credits-header {
        padding: 24px 16px 16px;
    }

    .credits-container {
        padding: 10px 14px 32px;
    }

    .package-card {
        padding: 20px 14px 18px;
    }

    .reporte-item {
        padding: 14px 16px;
    }

    .badge-enfoque {
        font-size: 0.55rem;
        padding: 1px 8px;
    }

    .badge-enfoque i {
        font-size: 0.45rem;
    }

    #tematicaSelector {
        font-size: 0.9rem;
        padding: 9px 14px;
        padding-right: 36px;
    }

    .single-reporte-price-card {
        padding: 18px 24px;
        max-width: 260px;
    }
}

/* ============================================================
   RESPONSIVE - ESCRITORIO PEQUEÑO (769px - 992px)
   ============================================================ */
@media (min-width: 769px) and (max-width: 992px) {
    .package-card .creditos-numero {
        font-size: 2.4rem;
    }

    .single-reporte-price-card {
        max-width: 280px;
    }
}

/* ============================================================
   ACCESIBILIDAD - REDUCE MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .package-card:hover,
    .package-card.destacado:hover,
    .package-card .btn-comprar:hover,
    .btn-ver-mas:hover {
        transform: none !important;
    }
}

/* ============================================================
   PROMOCIÓN DE BIENVENIDA - 60% ANCHO
   ============================================================ */
.promocion-bienvenida {
    margin: 32px 0 24px;
    padding: 0 8px;
}

/* Contenedor que limita el ancho al 60% en escritorio */
.promo-wrapper {
    max-width: 60%;
    margin: 0 auto;
}

.promo-card {
    background: linear-gradient(135deg, #fff8f0 0%, #ffffff 100%);
    border: 2px solid #f5871f;
    border-radius: 16px;
    padding: 28px 24px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(245, 135, 31, 0.10);
    transition: all 0.3s ease;
}

.promo-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(245, 135, 31, 0.18);
}

.promo-icono {
    margin-bottom: 12px;
}

.promo-icono i {
    animation: pulse-gift 2s ease-in-out infinite;
}

@keyframes pulse-gift {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.promo-titulo {
    font-weight: 600;
    font-size: clamp(1.1rem, 2.5vw, 1.4rem);
    color: #1a1a1a;
    margin-bottom: 12px;
    letter-spacing: -0.3px;
}

.promo-titulo i {
    font-size: 0.8rem;
}

.promo-texto {
    font-size: clamp(1rem, 2vw, 1.15rem);
    color: #1a1a1a;
    margin-bottom: 10px;
    line-height: 1.6;
}

.promo-texto strong {
    color: #f5871f;
}

.promo-detalle {
    font-size: clamp(0.85rem, 1.6vw, 0.95rem);
    line-height: 1.6;
    margin-bottom: 14px;
}

.promo-detalle strong {
    color: #134ad3;
}

.promo-badge {
    margin-top: 4px;
}

.promo-badge .badge {
    font-size: clamp(0.7rem, 1.4vw, 0.8rem);
    padding: 6px 16px;
    font-weight: 500;
    border-radius: 50px;
    background: #f5871f !important;
    color: #ffffff !important;
}

.promo-badge .badge i {
    margin-right: 4px;
}

/* ============================================================
   RESPONSIVE - MÓVIL (hasta 480px)
   ============================================================ */
@media (max-width: 480px) {
    .promocion-bienvenida {
        margin: 24px 0 16px;
        padding: 0 4px;
    }

    /* En móvil: ancho completo (100%) */
    .promo-wrapper {
        max-width: 100%;
    }

    .promo-card {
        padding: 20px 16px;
        border-width: 1.5px;
    }

    .promo-icono i {
        font-size: 2rem !important;
    }

    .promo-titulo {
        font-size: 1rem;
    }

    .promo-texto {
        font-size: 0.9rem;
    }

    .promo-detalle {
        font-size: 0.8rem;
    }

    .promo-badge .badge {
        font-size: 0.65rem;
        padding: 4px 12px;
    }

    .promo-card::before,
    .promo-card::after {
        display: none;
    }
}

/* ============================================================
   RESPONSIVE - TABLET (481px - 768px)
   ============================================================ */
@media (min-width: 481px) and (max-width: 768px) {
    /* En tablet: 80% de ancho */
    .promo-wrapper {
        max-width: 80%;
    }

    .promo-card {
        padding: 24px 20px;
    }

    .promo-icono i {
        font-size: 2.2rem !important;
    }
}

/* ============================================================
   RESPONSIVE - ESCRITORIO PEQUEÑO (769px - 1024px)
   ============================================================ */
@media (min-width: 769px) and (max-width: 1024px) {
    /* En escritorio pequeño: 70% de ancho */
    .promo-wrapper {
        max-width: 70%;
    }
}

/* ============================================================
   ESCRITORIO GRANDE (1025px en adelante)
   ============================================================ */
@media (min-width: 1025px) {
    /* En escritorio grande: 60% de ancho */
    .promo-wrapper {
        max-width: 60%;
    }
}

/* ============================================================
   PRESENTACIÓN PERSONAL - JAIRO FONSECA
   ============================================================ */
.presentacion-personal {
    margin: 16px 0 32px;
    padding: 0 8px;
}

.presentacion-card {
    background: linear-gradient(135deg, #f0f4ff 0%, #ffffff 100%);
    border: 1px solid #dce3f0;
    border-radius: 16px;
    padding: 24px 28px;
    display: flex;
    align-items: center;
    gap: 28px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.presentacion-card:hover {
    box-shadow: 0 4px 24px rgba(19, 74, 211, 0.08);
}

.presentacion-avatar {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #7f7f7f;
    box-shadow: 0 4px 12px rgba(19, 74, 211, 0.15);
}

.presentacion-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.presentacion-texto {
    flex: 1;
}

.presentacion-texto .nombre {
    font-weight: 600;
    font-size: clamp(1.1rem, 2.5vw, 1.4rem);
    color: #1a1a1a;
    margin-bottom: 4px;
    letter-spacing: -0.3px;
}

.presentacion-texto .nombre i {
    color: #f5871f;
    font-size: 0.8rem;
    margin-left: 6px;
}

.presentacion-texto .descripcion {
    font-size: clamp(0.9rem, 1.8vw, 1.05rem);
    color: #3a3a3a;
    line-height: 1.7;
    margin-bottom: 0;
}


.presentacion-texto .badge-experiencia {
    display: inline-block;
    margin-top: 8px;
    background: #dcdcdc;
    color: #1b1b1b;
    font-size: clamp(0.7rem, 1.2vw, 0.8rem);
    padding: 4px 16px;
    border-radius: 50px;
    font-weight: 4  00;
    letter-spacing: 0.3px;
}

.presentacion-texto .badge-experiencia i {
    margin-right: 4px;
}

/* ============================================================
   RESPONSIVE - PRESENTACIÓN PERSONAL
   ============================================================ */
@media (max-width: 480px) {
    .presentacion-card {
        flex-direction: column;
        text-align: center;
        padding: 20px 16px;
        gap: 16px;
    }

    .presentacion-avatar {
        width: 80px;
        height: 80px;
    }

    .presentacion-texto .descripcion {
        font-size: 0.85rem;
        text-align: left;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .presentacion-card {
        padding: 20px 24px;
        gap: 20px;
    }

    .presentacion-avatar {
        width: 90px;
        height: 90px;
    }
}