/* Estilos para Opciones de Acceso al Reto (reto_acceso_opciones.html) */


    .button {
        max-width: 300px !important;
        padding: 10px 20px !important;
        display: flex !important;
        margin-left: 3px !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .acceso-opciones-outer {
        width: 100%;
        min-height: 100vh;
        background: #f5f7fa;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
        gap: 2rem;
    }


    .acceso-opciones-card {
        width: 100%;
        max-width: 1200px;
        min-width: 320px;
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
        border-radius: 18px;
        padding: 0;
        background: #fff;
        position: relative;
        overflow: hidden;
    }

    /* Cabecera (imagen hero) ocupa todo el ancho */
    .acceso-opciones-card > header.reto-header-modern {
        border-radius: 18px 18px 0 0;
    }

    /* Wrapper interior que tiene el padding */
    .acceso-opciones-content {
        padding: 0 2.5rem 2.5rem 2.5rem;
    }

    @media (max-width: 1023px) {
        .acceso-opciones-content {
            padding: 0 1.5rem 2rem 1.5rem;
        }
    }

    @media (max-width: 800px) {
        .acceso-opciones-card {
            border-radius: 12px;
        }
        .acceso-opciones-content {
            padding: 0 0.75rem 1.5rem 0.75rem;
        }
    }

    .acceso-opciones-img {
        display: flex;
        justify-content: center;
        margin-bottom: 1.2rem;
    }

    .acceso-opciones-img img {
        max-width: 120px;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    }

    .acceso-opciones-card h2 {
        text-align: center;
        font-size: 2.2rem;
        font-weight: 700;
        margin-bottom: 0.5rem;
        color: #1a2233;
    }

    .acceso-opciones-card .lead {
        text-align: center;
        color: #4a5568;
        font-size: 1.15rem;
        margin-bottom: 1.5rem;
    }

    .acceso-opciones-btns {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        margin-top: 2rem;
    }
    .acceso-opciones-btns .card {
        border-radius: 12px;
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
        border: none;
        background: #f8fafc;
    }

    .acceso-opciones-btns .card-title {
        font-size: 1.25rem;
        font-weight: 600;
        color: #1a2233;
    }

    .acceso-opciones-btns .btn-lg {
        font-size: 1.1rem;
        padding: 0.75rem 2.5rem;
        border-radius: 8px;
    }

    .volver-btn {
        margin-bottom: 1.5rem;
        position: absolute;
        left: 2rem;
        top: 2rem;
    }

    .badge-destacado {
        position: absolute;
        right: 2rem;
        top: 2rem;
        background: #ffd700;
        color: #222;
        font-weight: 600;
        padding: 0.4em 1em;
        border-radius: 8px;
        font-size: 1rem;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    }

    .pasos-gratis {
        background: #e6f7ee;
        border-radius: 8px;
        padding: 1rem 1.2rem;
        margin-bottom: 0.5rem;
    }

    .pasos-gratis li {
        margin-bottom: 0.5em;
        font-size: 1.05rem;
    }

    .btn-instagram-social {
        background: linear-gradient(90deg, #e1306c 60%, #fdc468 100%);
        color: #fff !important;
        border: none;
        font-weight: 600;
        border-radius: 8px;
        padding: 0.5em 1.2em;
        box-shadow: 0 1px 6px rgba(225, 48, 108, 0.10);
        transition: background 0.2s, box-shadow 0.2s;
        margin-right: 0.5em;
    }

    .btn-instagram-social:hover {
        background: #e1306c;
        color: #fff !important;
        box-shadow: 0 2px 12px rgba(225, 48, 108, 0.18);
    }

    .btn-x-social {
        background: #222;
        color: #fff !important;
        border: none;
        font-weight: 600;
        border-radius: 8px;
        padding: 0.5em 1.2em;
        box-shadow: 0 1px 6px rgba(34, 34, 34, 0.10);
        transition: background 0.2s, box-shadow 0.2s;
    }

    .btn-x-social:hover {
        background: #000;
        color: #fff !important;
        box-shadow: 0 2px 12px rgba(34, 34, 34, 0.18);
    }

    .progress-steps {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        gap: 2.5em;
        position: relative;
        margin-bottom: 0.5em;
    }

    .progress-steps .step {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        flex: 1 1 0;
    }

    .progress-steps .circle {
        width: 2.2em;
        height: 2.2em;
        border-radius: 50%;
        background: #e6f7ee;
        color: #1a2233;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 1.2em;
        border: 2.5px solid #b2e2d6;
        margin-bottom: 0.3em;
        transition: background 0.2s, border 0.2s, color 0.2s;
    }

    .progress-steps .label {
        font-size: 0.98em;
        color: #4a5568;
        text-align: center;
        max-width: 7em;
    }

    .progress-steps .step.active .circle {
        background: linear-gradient(90deg, #43e97b 60%, #38f9d7 100%);
        color: #fff;
        border-color: #43e97b;
    }

    .progress-steps .step.completed .circle {
        background: #43e97b;
        color: #fff;
        border-color: #43e97b;
    }

    .progress-steps .step:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 1.1em;
        left: 100%;
        width: 2.5em;
        height: 4px;
        background: #b2e2d6;
        z-index: 0;
        border-radius: 2px;
        margin-left: 0.2em;
    }

    .progress-steps .step.completed:not(:last-child)::after {
        background: #43e97b;
    }

    @media (max-width: 600px) {
        .progress-steps {
            gap: 1em;
        }

        .progress-steps .label {
            font-size: 0.85em;
            max-width: 5em;
        }

        .progress-steps .circle {
            width: 1.7em;
            height: 1.7em;
            font-size: 1em;
        }
    }

    html[data-theme="dark"] #main {
        color: rgba(255, 255, 255, 0.92);
    }

    html[data-theme="dark"] .acceso-opciones-outer {
        background: rgba(2, 6, 23, 0.98);
    }

    html[data-theme="dark"] .acceso-opciones-card {
        background: rgba(15, 23, 42, 0.92);
        box-shadow: 0 18px 52px rgba(0, 0, 0, 0.55);
    }

    html[data-theme="dark"] .acceso-opciones-card h2 {
        color: rgba(255, 255, 255, 0.92);
    }

    html[data-theme="dark"] .acceso-opciones-card .lead {
        color: rgba(255, 255, 255, 0.72);
    }

    html[data-theme="dark"] .acceso-opciones-btns .card {
        background: rgba(2, 6, 23, 0.35);
        box-shadow: 0 14px 36px rgba(0, 0, 0, 0.5);
    }

    html[data-theme="dark"] .acceso-opciones-btns .card-title {
        color: rgba(255, 255, 255, 0.92);
    }

    html[data-theme="dark"] .badge-destacado {
        background: rgba(250, 204, 21, 0.92);
        color: rgba(2, 6, 23, 0.92);
    }

    html[data-theme="dark"] .pasos-gratis {
        background: rgba(16, 185, 129, 0.14);
    }

    html[data-theme="dark"] .progress-steps .circle {
        background: rgba(16, 185, 129, 0.14);
        color: rgba(255, 255, 255, 0.86);
        border-color: rgba(45, 212, 191, 0.35);
    }

    html[data-theme="dark"] .progress-steps .label {
        color: rgba(255, 255, 255, 0.72);
    }

    html[data-theme="dark"] .progress-steps .step:not(:last-child)::after {
        background: rgba(45, 212, 191, 0.35);
    }

    html[data-theme="dark"] .progress-steps .step.active .circle {
        color: rgba(2, 6, 23, 0.92);
    }

    html[data-theme="dark"] .progress-steps .step.completed .circle {
        color: rgba(2, 6, 23, 0.92);
    }

    html[data-theme="dark"] .alert.alert-warning[style] {
        background: rgba(251, 191, 36, 0.12) !important;
        border-color: rgba(251, 191, 36, 0.22) !important;
        color: rgba(255, 255, 255, 0.86) !important;
    }

    html[data-theme="dark"] .alert.alert-warning[style] a.btn.btn-warning {
        color: rgba(2, 6, 23, 0.92) !important;
    }

    html[data-theme="dark"] .description-container .btn.btn-link[style*="color: #28a745"],
    html[data-theme="dark"] .description-container .btn.btn-link[style*="color:#28a745"] {
        color: rgba(74, 222, 128, 0.95) !important;
    }

    html[data-theme="dark"] p[style*="color: #6c757d"],
    html[data-theme="dark"] p[style*="color:#6c757d"] {
        color: rgba(255, 255, 255, 0.62) !important;
    }

    html[data-theme="dark"] div[style*="background: rgba(40, 167, 69, 0.1)"],
    html[data-theme="dark"] div[style*="background:rgba(40, 167, 69, 0.1)"] {
        background: rgba(16, 185, 129, 0.14) !important;
    }

    html[data-theme="dark"] div[style*="background: rgba(40, 167, 69, 0.05)"],
    html[data-theme="dark"] div[style*="background:rgba(40, 167, 69, 0.05)"] {
        background: rgba(16, 185, 129, 0.10) !important;
    }

    html[data-theme="dark"] h4[style*="color: #11491e"],
    html[data-theme="dark"] h4[style*="color:#11491e"] {
        color: rgba(167, 243, 208, 0.92) !important;
    }

    html[data-theme="dark"] p[style*="color: #2c3e50"],
    html[data-theme="dark"] p[style*="color:#2c3e50"] {
        color: rgba(255, 255, 255, 0.78) !important;
    }

    html[data-theme="dark"] .text-success {
        color: rgba(74, 222, 128, 0.95) !important;
    }

    html[data-theme="dark"] svg[style*="color:#007bff"],
    html[data-theme="dark"] svg[style*="color: #007bff"],
    html[data-theme="dark"] svg[style*="color:#0f9d58"],
    html[data-theme="dark"] svg[style*="color: #0f9d58"],
    html[data-theme="dark"] svg[style*="color:#2f6685"],
    html[data-theme="dark"] svg[style*="color: #2f6685"] {
        color: rgba(125, 211, 252, 0.95) !important;
    }

    html[data-theme="dark"] .btn.btn-outline-success {
        color: rgba(255, 255, 255, 0.86);
        border-color: rgba(255, 255, 255, 0.22);
    }

    html[data-theme="dark"] .btn.btn-outline-success:hover {
        background: rgba(148, 163, 184, 0.16);
        border-color: rgba(255, 255, 255, 0.28);
    }

    html[data-theme="dark"] .btn.btn-primary {
        box-shadow: 0 10px 26px rgba(0, 0, 0, 0.45);
    }

    html[data-theme="dark"] a.button.btn-primary {
        background: rgba(59, 130, 246, 0.16) !important;
        border-color: rgba(255, 255, 255, 0.16) !important;
        color: rgba(255, 255, 255, 0.92) !important;
    }

    html[data-theme="dark"] a.button.btn-primary:hover {
        background: rgba(59, 130, 246, 0.22) !important;
    }

    html[data-theme="dark"] .description-container p.lead[style] {
        color: rgba(255, 255, 255, 0.76) !important;
    }

    html[data-theme="dark"] body .inmortal-notification {
        background: rgba(16, 185, 129, 0.92) !important;
        color: rgba(2, 6, 23, 0.92) !important;
        box-shadow: 0 18px 42px rgba(0, 0, 0, 0.55) !important;
    }

    html[data-theme="dark"] h4[style*="color: #0056b3"] {
        color: rgba(125, 211, 252, 0.95) !important;
    }

    /* Sobrescribir max-width de los botones para que ocupen todo el ancho */
    .reto-ig-buttons {
        width: 100% !important;
        max-width: none !important;
    }

    @media (min-width: 768px) {
        .reto-ig-buttons {
            max-width: none !important;
        }
    }

    @media (min-width: 992px) {
        .reto-ig-buttons {
            max-width: none !important;
        }
    }

    @media (min-width: 1200px) {
        .reto-ig-buttons {
            max-width: none !important;
        }
    }

    /* Asegurar que los botones dentro ocupen todo el ancho */
    .reto-ig-buttons .reto-btn-main,
    .reto-ig-buttons .reto-action-btn {
        width: 100% !important;
        max-width: none !important;
    }

    /* Panel de instrucciones X - animaciones */
    .reto-x-panel {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease, opacity 0.3s ease, margin 0.3s ease;
        opacity: 0;
        border-radius: 10px;
        margin-top: 0;
    }

    .reto-x-panel.show {
        max-height: 1500px;
        opacity: 1;
        margin-top: 10px;
    }

    @media (min-width: 768px) {
        .reto-x-panel.show {
            max-height: 1600px;
        }
    }

    @media (min-width: 992px) {
        .reto-x-panel.show {
            max-height: 1000px;
        }
    }

    /* Grid de contenido X - similar a Instagram */
    .reto-x-content {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
        background: rgba(0, 0, 0, 0.03);
        padding: 15px;
        border-radius: 0 0 10px 10px;
    }

    @media (min-width: 768px) {
        .reto-x-content {
            grid-template-columns: 1fr 1fr;
            gap: 24px;
            align-items: start;
            padding: 20px;
        }
    }

    @media (min-width: 992px) {
        .reto-x-content {
            grid-template-columns: 1.2fr 0.8fr;
            gap: 40px;
            padding: 24px;
        }
    }

    /* Columna de pasos X */
    .reto-x-steps-col {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    @media (min-width: 768px) {
        .reto-x-steps-col {
            gap: 16px;
        }
    }

    /* Cards de pasos X */
    .reto-x-step-card {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        background: white;
        padding: 12px;
        border-radius: 8px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }

    .reto-x-step-num {
        width: 28px;
        height: 28px;
        min-width: 28px;
        background: #000;
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 0.85rem;
    }

    .reto-x-step-card i {
        color: #000;
        margin-right: 5px;
    }

    /* Contenedor del texto en pasos X */
    .reto-x-step-card>div {
        flex: 1;
        min-width: 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 4px;
    }

    .reto-x-step-card>div>span {
        flex: 1;
        min-width: 0;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }

    /* Columna de acciones X */
    .reto-x-actions-col {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    /* Preview wrapper X */
    .reto-x-preview-wrapper {
        background: #f8f9fa;
        padding: 12px;
        border-radius: 10px;
    }

    .reto-x-preview-label {
        margin: 0 0 8px;
        font-size: 0.9rem;
        color: #666;
        text-align: center;
    }

    .reto-x-preview {
        position: relative;
        border-radius: 8px;
        overflow: hidden;
        background: #000;
    }

    .reto-x-preview canvas {
        width: 100%;
        display: block;
        height: auto;
    }

    /* Overlay del título X */
    .reto-x-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
        padding: 40px 15px 15px;
    }

    .reto-x-overlay h4 {
        margin: 0;
        color: white;
        font-size: 1rem;
        text-align: center;
    }

    /* Botones X */
    .reto-x-buttons {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100% !important;
        max-width: none !important;
    }

    @media (min-width: 768px) {
        .reto-x-buttons {
            max-width: none !important;
        }
    }

    @media (min-width: 992px) {
        .reto-x-buttons {
            max-width: none !important;
        }
    }

    @media (min-width: 1200px) {
        .reto-x-buttons {
            max-width: none !important;
        }
    }

    /* Asegurar que los botones dentro ocupen todo el ancho */
    .reto-x-buttons .reto-btn-main,
    .reto-x-buttons .reto-action-btn {
        width: 100% !important;
        max-width: none !important;
    }

    .reto-btn-x-action {
        background: #000 !important;
        color: white !important;
        text-align: center;
        justify-content: center;
    }

    /* Header X */
    .reto-x-header {
        background: linear-gradient(135deg, #1a1a1a 0%, #000 100%);
        color: white;
        padding: 12px 15px;
        border-radius: 10px 10px 0 0;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .reto-x-header span {
        font-size: 1.3rem;
    }

    .reto-x-header h5 {
        margin: 0;
        font-weight: 600;
    }

    /* Modo oscuro para panel de X */
    html[data-theme="dark"] .reto-x-step-card {
        background: rgba(255, 255, 255, 0.08) !important;
        color: rgb(255, 255, 255) !important;
    }

    html[data-theme="dark"] .reto-x-step-card i {
        color: rgb(255, 255, 255) !important;
    }

    html[data-theme="dark"] .reto-x-content {
        background: rgba(255, 255, 255, 0.03) !important;
    }

    html[data-theme="dark"] .reto-x-preview-wrapper {
        background: rgba(255, 255, 255, 0.05) !important;
    }

    html[data-theme="dark"] .reto-x-preview-wrapper>p {
        color: rgb(235, 235, 235) !important;
    }

    html[data-theme="dark"] .reto-x-preview-wrapper>p i {
        color: rgb(235, 235, 235) !important;
    }

    .reto-ig-step-img {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        line-height: 0 !important;
    }

    /* Estilo Premium para la tarjeta de descripción */
    .description-card-premium {
        background: rgba(255, 255, 255, 0.7);
        border: 1px solid rgba(226, 232, 240, 0.8);
        border-radius: 16px;
        padding: 1.5rem;
        margin: 1.5rem auto;
        max-width: 680px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        text-align: left;
    }

    html[data-theme="dark"] .description-card-premium {
        background: rgba(15, 23, 42, 0.6);
        border-color: rgba(51, 65, 85, 0.5);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    }

    .description-header-premium {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #4f46e5;
        font-weight: 700;
        font-size: 0.95rem;
        margin-bottom: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }

    html[data-theme="dark"] .description-header-premium {
        color: #818cf8;
    }

    .description-body-premium {
        position: relative;
        max-height: 100px;
        overflow: hidden;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .description-text-premium {
        font-size: 1.05rem;
        line-height: 1.6;
        color: #334155;
        margin: 0;
        white-space: pre-line;
    }

    html[data-theme="dark"] .description-text-premium {
        color: #cbd5e1;
    }

    .description-fade-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 45px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7));
        pointer-events: none;
        transition: opacity 0.3s ease;
    }

    html[data-theme="dark"] .description-fade-overlay {
        background: linear-gradient(to bottom, rgba(15, 23, 42, 0), rgba(15, 23, 42, 0.92));
    }

    .btn-read-more-premium {
        background: none;
        border: none;
        color: #4f46e5;
        font-weight: 700;
        font-size: 0.9rem;
        display: flex;
        align-items: center;
        gap: 6px;
        margin: 0.75rem auto 0;
        cursor: pointer;
        padding: 4px 12px;
        border-radius: 99px;
        transition: all 0.2s ease;
    }

    .btn-read-more-premium:hover {
        background: rgba(79, 70, 229, 0.08);
    }

    html[data-theme="dark"] .btn-read-more-premium {
        color: #818cf8;
    }

    html[data-theme="dark"] .btn-read-more-premium:hover {
        background: rgba(129, 140, 248, 0.12);
    }

    .btn-read-more-premium i {
        transition: transform 0.3s ease;
    }

    .description-card-premium.expanded .description-body-premium {
        max-height: none;
    }

    .description-card-premium.expanded .description-fade-overlay {
        opacity: 0;
    }

    .description-card-premium.expanded .btn-read-more-premium i {
        transform: rotate(180deg);
    }

    /* Estilos para Testimonios / Opiniones */
    .opiniones-destacadas-section h3 {
        color: #1a2233;
        transition: color 0.3s ease;
    }

    .testimonial-card {
        border: 1px solid rgba(0, 0, 0, 0.06) !important;
        background: #ffffff !important;
        border-radius: 18px;
        transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease, border-color 0.3s ease;
        position: relative;
        overflow: hidden;
    }

    .testimonial-card::before {
        content: "\f10d";
        font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", sans-serif;
        font-weight: 900;
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 2.8rem;
        color: rgba(0, 0, 0, 0.025);
        pointer-events: none;
        transition: color 0.3s ease;
    }

    .testimonial-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08) !important;
    }

    .testimonial-card-divider {
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        transition: border-color 0.3s ease;
    }

    .testimonial-card h6 {
        color: #1a2233;
        transition: color 0.3s ease;
    }

    .testimonial-card .testimonial-text {
        color: #475569;
        transition: color 0.3s ease;
    }

    /* MODO OSCURO */
    html[data-theme="dark"] .opiniones-destacadas-section h3 {
        color: #f1f5f9 !important;
    }

    html[data-theme="dark"] .testimonial-card {
        background: #1e293b !important;
        border-color: rgba(255, 255, 255, 0.06) !important;
    }

    html[data-theme="dark"] .testimonial-card::before {
        color: rgba(255, 255, 255, 0.015);
    }

    html[data-theme="dark"] .testimonial-card h6 {
        color: #f1f5f9 !important;
    }

    html[data-theme="dark"] .testimonial-card .testimonial-text {
        color: #cbd5e1 !important;
    }

    html[data-theme="dark"] .testimonial-card-divider {
        border-top-color: rgba(255, 255, 255, 0.06) !important;
    }

    html[data-theme="dark"] .testimonial-card .avatar-fallback {
        border-color: #1e293b !important;
    }

    html[data-theme="dark"] .testimonial-card img {
        border-color: #1e293b !important;
    }

    /* Estilos para el Carrusel de Testimonios */
    .testimonials-slider-container {
        position: relative;
        width: 100%;
        max-width: 620px;
        margin: 0 auto;
        overflow: hidden;
        padding: 10px 0 20px 0;
    }

    .testimonials-track {
        display: flex;
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        width: 100%;
    }

    .testimonial-slide {
        min-width: 100%;
        flex-shrink: 0;
        padding: 0 45px;
        /* Dejar espacio para los botones laterales */
        box-sizing: border-box;
    }

    .carousel-nav-btn {
        position: absolute;
        top: 90px !important;
        transform: translateY(-50%) !important;
        transform-origin: center center !important;
        background: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.1);
        color: #1a2233;
        width: 40px !important;
        height: 40px !important;
        line-height: 1 !important;
        padding: 0 !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer;
        z-index: 10;
        transition: all 0.25s ease;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    .carousel-nav-btn:hover {
        background: #ffffff;
        transform: translateY(-50%) scale(1.05) !important;
        color: var(--accent-primary, #4f46e5);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    }

    .carousel-nav-btn:focus {
        outline: none !important;
        transform: translateY(-50%) !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
    }

    .carousel-nav-btn:active {
        transform: translateY(-50%) scale(0.95) !important;
    }

    .carousel-nav-btn.prev {
        left: 0 !important;
        right: auto !important;
    }

    .carousel-nav-btn.next {
        right: 0 !important;
        left: auto !important;
    }

    @media (max-width: 768px) {
        .carousel-nav-btn {
            display: none !important;
        }

        .testimonial-slide {
            padding: 0 15px;
        }
    }

    .carousel-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 15px;
    }

    .carousel-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.15);
        cursor: pointer;
        transition: all 0.25s ease;
    }

    .carousel-dot.active {
        background: var(--accent-primary, #4f46e5);
        transform: scale(1.2);
    }

    /* Adaptación del Carrusel en Modo Oscuro */
    html[data-theme="dark"] .carousel-nav-btn {
        background: #1e293b;
        border-color: rgba(255, 255, 255, 0.1);
        color: #f1f5f9;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    }

    html[data-theme="dark"] .carousel-nav-btn:hover {
        background: #273549;
        color: #06b6d4;
    }

    html[data-theme="dark"] .carousel-dot {
        background: rgba(255, 255, 255, 0.2);
    }

    html[data-theme="dark"] .carousel-dot.active {
        background: #06b6d4;
    }


/* --- Extracted Inline Styles --- */


                @media (max-width: 576px) {
                    .badge-container {
                        padding: 6px 8px !important;
                        gap: 6px !important;
                    }

                    .badge-text {
                        font-size: 0.7rem !important;
                        letter-spacing: 0.3px !important;
                    }

                    .icon-wrapper {
                        width: 28px !important;
                        height: 28px !important;
                        font-size: 0.8rem !important;
                    }

                    .divider {
                        margin: 0 8px !important;
                        height: 20px !important;
                    }
                }
            

/* Accesibilidad: Reducción de movimiento */
@media (prefers-reduced-motion: reduce) {
    body.user-reduced-motion *, body.user-reduced-motion ::before, body.user-reduced-motion ::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}
