    /* Estilos para las manos interactivas */
    .manos-container {
        display: flex;
        justify-content: center;
        gap: 20px;
    }
    
    /* Transición suave para las secciones de opciones por uña y servicios adicionales */
    .opciones-uña-section,
    .servicios-adicionales-section {
        transition: all 0.3s ease-in-out;
        overflow: hidden;
        transform: translateY(-10px);
    }

    .mano {
        text-align: center;
        flex: 1;
    }

    .svg-container {
        border: 2px solid #ddd;
        border-radius: 10px;
        padding: 10px;
        background: #f9f9f9;
        position: relative;
        max-width: 300px;
        margin: 0 auto;
    }

    svg {
        max-width: 100%;
        height: auto;
    }

    /* Ocultar las uñas verdes originales */
    #Pulgar, #Indice, #Medio, #Anular, #Meñique {
        fill: transparent;
        stroke: none;
    }
    
    /* Ocultar el pulgar verde en los pies */
    svg[viewBox="0 0 1200 753"] #Pulgar {
        fill: transparent;
        stroke: none;
    }

    /* Estilos para el cuadro flotante */
    .modal-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    .modal-overlay.show {
        display: flex !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .modal-content {
        background: white;
        border-radius: 15px;
        padding: 30px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.3);
        max-width: 500px;
        width: 90%;
        text-align: center;
    }

    .modal-header {
        margin-bottom: 20px;
    }

    .modal-title {
        color: #333;
        margin: 0;
        font-size: 1.5em;
    }

    .opciones-container {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
        margin-bottom: 20px;
    }

    .opcion-btn {
        padding: 15px 20px;
        border: 2px solid #da3b85;
        border-radius: 10px;
        background: #da3b85;
        color: #fff;
        cursor: pointer;
    }

    /* Estilos para el tiempo aproximado */
    .service-time {
        font-size: 0.9em;
        color: #666;
        margin-top: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }

    .service-time i {
        color: #ff6b6b;
    }

    .service-option.selected .service-time {
        color: white;
    }

    .service-option.selected .service-time i {
        color: white;
    }

    /* Estilos para las imágenes de servicios */
    .service-image {
        text-align: center;
    }

    .service-image img {
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        transition: transform 0.2s ease;
    }

    .service-image img:hover {
        transform: scale(1.05);
        transition: all 0.3s ease;
        font-weight: bold;
        min-width: 120px;
        font-size: 0.9em;
    }

    .opcion-btn:hover {
        border-color: #c42d6b;
        background: #c42d6b;
        color: #fff;
    }

    /* Modal opciones: tipografía y precio legibles en fondo rosa */
    .opcion-btn .text-muted,
    .opcion-btn .small {
        color: rgba(255, 255, 255, 0.85) !important;
    }

    .opcion-btn .fw-bold {
        color: #fff !important;
    }

    .opcion-btn.selected {
        border-color: #667eea;
        background: #667eea;
        color: white;
    }

    /* Fix contraste: botones outline en fondo claro */
    .btn.btn-outline-secondary {
        color: #373b4d !important;
        border-color: #373b4d !important;
        background-color: transparent !important;
    }

    .btn.btn-outline-secondary:hover,
    .btn.btn-outline-secondary:focus {
        color: #fff !important;
        background-color: #373b4d !important;
        border-color: #373b4d !important;
    }

    /* Paso 1 wizard: fecha conversacional */
    .cita-fecha-paso-card .card-body.cita-fecha-paso {
        padding-top: 1.25rem;
    }

    .cita-fecha-paso__lead {
        font-size: 1.15rem;
        font-weight: 700;
        color: #1f2330;
        margin-bottom: 0;
    }

    .cita-fecha-paso__pregunta {
        display: block;
        font-size: 1.05rem;
        font-weight: 700;
        color: #1f2330;
        margin-bottom: 0.25rem;
    }

    .cita-fecha-block {
        position: relative;
    }

    .cita-fecha-native-date {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
        opacity: 0;
        pointer-events: none;
    }

    .cita-fecha-trigger {
        display: block;
        text-align: left;
        padding: 1rem 1.1rem;
        border: 2px solid rgba(0, 0, 0, 0.1);
        border-radius: 14px;
        background: #fff;
        color: #1f2330;
        cursor: pointer;
        transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }

    .cita-fecha-trigger:hover {
        border-color: rgba(218, 59, 133, 0.45);
        box-shadow: 0 4px 14px rgba(218, 59, 133, 0.12);
    }

    .cita-fecha-trigger:focus {
        outline: none;
        border-color: #da3b85;
        box-shadow: 0 0 0 3px rgba(218, 59, 133, 0.25);
    }

    .cita-fecha-trigger.is-invalid {
        border-color: #dc3545;
    }

    .cita-fecha-trigger__date {
        display: block;
        font-size: 1.1rem;
        font-weight: 700;
        line-height: 1.3;
    }

    .cita-fecha-time-input {
        border-radius: 12px;
        border: 2px solid rgba(0, 0, 0, 0.1);
    }

    .cita-fecha-time-input:focus {
        border-color: #da3b85;
        box-shadow: 0 0 0 3px rgba(218, 59, 133, 0.2);
    }

    /* Resumen wizard (misma jerarquía que detalle de cita) */
    .wizard-resumen-body .wizard-resumen-meta hr {
        border-color: rgba(0, 0, 0, 0.08);
    }

    .wizard-resumen-servicios .wizard-resumen-categoria strong {
        color: #1f2330;
    }

    .wizard-resumen-servicios .ms-5 {
        padding-left: 0.5rem;
    }

    /* Selector de personalización: look "card" */
    .personalizacion-selector {
        padding: 14px;
        border: 1px solid rgba(0, 0, 0, 0.08);
        border-radius: 12px;
        background: rgba(248, 249, 250, 0.9);
    }

    .personalizacion-card {
        padding: 12px 12px;
        border-radius: 12px;
        box-sizing: border-box;
        flex: 1 1 auto;
        min-height: 100%;
        align-items: stretch;
        justify-content: flex-start;
    }

    .personalizacion-mode-row .personalizacion-mode-col {
        min-height: 1px;
    }

    /* Texto de ayuda (debajo del título): secundario, sin competir con el título */
    .personalizacion-card .small.text-muted {
        font-size: 0.68rem;
        line-height: 1.25;
        margin-top: 2px;
        font-weight: 400;
        color: rgba(108, 117, 125, 0.72) !important;
    }

    .btn-check:checked + .personalizacion-card {
        border-color: #da3b85 !important;
        background: rgba(218, 59, 133, 0.08) !important;
        color: #1f2330 !important;
    }

    .btn-check:checked + .personalizacion-card .badge {
        border-color: rgba(218, 59, 133, 0.35) !important;
        background: rgba(218, 59, 133, 0.12) !important;
        color: #9b1f57 !important;
    }

    /* Panels (reemplazo de cards internas) */
    .panel-soft {
        border: 1px solid rgba(0, 0, 0, 0.08);
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.92);
        padding: 12px;
    }

    .panel-soft__header {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 10px;
    }

    .panel-soft__title {
        font-weight: 700;
        color: #1f2330;
        font-size: 0.95rem;
    }

    .panel-soft__body {
        padding: 0;
    }

    .panel-soft__svg {
        background: rgba(248, 249, 250, 0.9);
        border-color: rgba(0, 0, 0, 0.08);
    }

    .panel-soft--callout {
        background: linear-gradient(135deg, rgba(218, 59, 133, 0.06) 0%, rgba(102, 126, 234, 0.06) 100%);
    }

    /* Wizard nav sticky en mobile */
    [data-cita-wizard-nav] {
        margin-top: 16px;
    }

    @media (max-width: 768px) {
        [data-cita-wizard-nav] {
            position: sticky;
            bottom: 0;
            background: rgba(255, 255, 255, 0.98);
            padding: 12px;
            border-top: 1px solid rgba(0, 0, 0, 0.08);
            z-index: 999;
        }
        [data-cita-wizard-nav] .btn {
            min-height: 48px;
        }
        .service-type-selector {
            grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        }
    }

    /* Estilos para uñas seleccionadas */
    .uña-seleccionada {
        filter: drop-shadow(0 0 10px #667eea);
    }

    /* Información de selección */
    .seleccion-info {
        margin-top: 15px;
        padding: 10px;
        background: #f8f9fa;
        border-radius: 8px;
        border-left: 4px solid #667eea;
        font-size: 0.85em;
    }

    .seleccion-item {
        margin: 3px 0;
        font-size: 0.8em;
    }

    /* Hacer las uñas clickeables */
    .uña-clickeable {
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .uña-clickeable:hover {
        filter: brightness(1.1);
    }

    /* Deshabilitar interacción (modo "Igual en todas") */
    .uña-clickeable.uña-disabled {
        pointer-events: none;
        cursor: not-allowed;
        opacity: 0.65;
        filter: grayscale(0.2);
    }

    .uña-clickeable.uña-disabled:hover {
        filter: grayscale(0.2);
    }

    /* Estilos para el selector de tipos de servicio */
    .service-type-selector {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 12px;
        margin: 12px 0;
    }

    /* Estilos para el carousel de servicios */
    .service-carousel-container {
        position: relative;
        margin: 12px 0;
        overflow: hidden;
        border-radius: 15px;
        background: rgba(255, 255, 255, 0.05);
        padding: 10px 60px; /* Espacio para botones de navegación */
        width: 100%;
        max-width: 100%;
    }

    .service-carousel {
        display: flex;
        gap: 12px;
        transition: transform 0.3s ease;
        overflow: visible; /* Cambiado de auto a visible */
        scroll-behavior: smooth;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE and Edge */
        padding: 5px 0;
        width: max-content; /* Permite que el contenedor se expanda según el contenido */
    }

    .service-carousel::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera */
    }

    .service-carousel .service-option {
        flex: 0 0 auto;
        min-width: 160px;
        max-width: 180px;
        width: 180px; /* Ancho fijo para cálculos consistentes */
    }

    /* Botones de navegación del carousel */
    .carousel-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(218, 59, 133, 0.9);
        color: white;
        border: none;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 10;
        transition: all 0.3s ease;
        box-shadow: 0 4px 12px rgba(218, 59, 133, 0.3);
    }

    .carousel-btn:hover {
        background: rgba(218, 59, 133, 1);
        transform: translateY(-50%) scale(1.1);
        box-shadow: 0 6px 20px rgba(218, 59, 133, 0.4);
    }

    .carousel-btn:disabled {
        background: rgba(108, 117, 125, 0.5);
        cursor: not-allowed;
        transform: translateY(-50%);
        box-shadow: none;
    }

    .carousel-btn-prev {
        left: 10px;
    }

    .carousel-btn-next {
        right: 10px;
    }

    /* Indicadores del carousel */
    .carousel-indicators {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 15px;
        padding: 0 50px;
    }

    .carousel-indicator {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: rgba(218, 59, 133, 0.3);
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .carousel-indicator.active {
        background: rgba(218, 59, 133, 1);
        transform: scale(1.2);
    }

    .service-option {
        background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
        border: 2px solid #e9ecef;
        border-radius: 20px;
        padding: 20px 15px;
        text-align: center;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
        min-height: 140px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    }

    .service-option::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(218, 59, 133, 0.05) 0%, rgba(139, 92, 246, 0.05) 100%);
        opacity: 0;
        transition: opacity 0.3s ease;
        border-radius: 18px;
    }

    .service-option:hover {
        border-color: #da3b85;
        transform: translateY(-8px);
        box-shadow: 0 15px 35px rgba(218, 59, 133, 0.2);
    }

    .service-option:hover::before {
        opacity: 1;
    }

    .service-option.selected {
        border-color: #da3b85;
        background: #da3b85;
        color: white;
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(218, 59, 133, 0.4);
        position: relative;
    }

    .service-option.selected::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
        border-radius: 18px;
        opacity: 1;
    }

    .service-option.selected::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 50%, #ffffff 100%);
        border-radius: 20px 20px 0 0;
        box-shadow: 0 2px 8px rgba(255, 255, 255, 0.3);
    }

    .service-option.selected .service-icon {
        background: rgba(255, 255, 255, 0.2);
        color: white;
        transform: scale(1.15);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    }

    .service-option:hover .service-icon {
        transform: scale(1.05);
        box-shadow: 0 6px 20px rgba(218, 59, 133, 0.25);
    }

    .service-option.selected .service-price {
        color: #ffffff;
        font-weight: bold;
        font-size: 1.3em;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    }

    .service-option.selected h4 {
        color: white;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    }

    .service-option.selected p {
        color: rgba(255, 255, 255, 0.95);
    }

    .service-icon {
        width: 60px;
        height: 60px;
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 12px;
        font-size: 1.4em;
        color: #da3b85;
        transition: all 0.3s ease;
        box-shadow: 0 4px 12px rgba(218, 59, 133, 0.15);
        position: relative;
        z-index: 2;
    }

    .service-option h4 {
        margin: 0 0 8px 0;
        font-size: 1.1em;
        font-weight: 600;
        color: #2c3e50;
        position: relative;
        z-index: 2;
    }

    .service-option.selected h4 {
        color: white;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    }

    .service-option p {
        margin: 0 0 10px 0;
        color: #6c757d;
        font-size: 0.8em;
        line-height: 1.4;
        position: relative;
        z-index: 2;
    }

    .service-option.selected p {
        color: rgba(255, 255, 255, 0.95);
    }

    .service-price {
        font-size: 1em;
        font-weight: 700;
        color: #da3b85;
        margin-bottom: 8px;
        position: relative;
        z-index: 2;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    }

    .service-option.selected .service-price {
        color: #ffffff;
        font-weight: bold;
        font-size: 1.2em;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    }

    .service-check {
        position: absolute;
        top: 12px;
        right: 12px;
        width: 30px;
        height: 30px;
        background: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #da3b85;
        font-size: 0.9em;
        opacity: 0;
        transform: scale(0);
        transition: all 0.3s ease;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        z-index: 3;
    }

    .service-option.selected .service-check {
        opacity: 1;
        transform: scale(1);
        animation: checkPop 0.4s ease-out;
    }

    @keyframes checkPop {
        0% {
            transform: scale(0);
            opacity: 0;
        }
        50% {
            transform: scale(1.2);
            opacity: 1;
        }
        100% {
            transform: scale(1);
            opacity: 1;
        }
    }

    /* Responsive */
    @media (max-width: 768px) {
        .service-type-selector {
            grid-template-columns: 1fr;
        }
        
        .service-option {
            padding: 20px;
        }
        
        .service-icon {
            width: 60px;
            height: 60px;
            font-size: 1.5em;
        }

        /* Responsive para carousel */
        .service-carousel-container {
            padding: 5px;
        }

        .service-carousel .service-option {
            min-width: 140px;
            max-width: 160px;
            padding: 18px 12px;
            min-height: 120px;
        }

        .carousel-btn {
            width: 35px;
            height: 35px;
            font-size: 0.8em;
        }

        .carousel-btn-prev {
            left: 5px;
        }

        .carousel-btn-next {
            right: 5px;
        }

        .carousel-indicators {
            margin-top: 10px;
            padding: 0 45px;
        }

        .carousel-indicator {
            width: 6px;
            height: 6px;
        }
    }

    @media (max-width: 480px) {
        .service-carousel .service-option {
            min-width: 120px;
            max-width: 140px;
            padding: 15px 10px;
            min-height: 110px;
        }

        .service-carousel .service-option h4 {
            font-size: 0.9em;
        }

        .service-carousel .service-option p {
            font-size: 0.7em;
        }

        .service-carousel .service-icon {
            width: 45px;
            height: 45px;
            font-size: 1.1em;
        }

        .service-carousel .service-check {
            width: 25px;
            height: 25px;
            font-size: 0.8em;
        }
    }
    
    /* Estilos para las tarjetas de la columna derecha */
    .col-md-4 .card {
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        border: none;
        border-radius: 8px;
    }
    
    .col-md-4 .card-header {
        border-radius: 8px 8px 0 0 !important;
        border-bottom: none;
    }
    
    .col-md-4 .card-body {
        padding: 1.25rem;
    }
    
    /* Estilos específicos para el textarea de notas */
    #notas {
        resize: vertical;
        min-height: 80px;
    }
    
    /* Estilos para los botones */
    .col-md-4 .btn {
        border-radius: 6px;
        font-weight: 500;
        padding: 0.75rem 1rem;
    }
    
    /* Estilos para botones de combinación rápida */
    .combinacion-btn {
        transition: all 0.3s ease;
        border-width: 2px;
    }
    
    .combinacion-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    }
    
    .combinacion-btn:active {
        transform: translateY(0);
    }
    
    /* Asegurar que los botones de combinación usen los estilos violet-red */
    .combinacion-btn.violet-red--btn {
        background-color: #da3b85;
        border-color: #da3b85;
        color: white;
    }
    
    .combinacion-btn.violet-red--btn:hover {
        background-color: #c42d6b;
        border-color: #c42d6b;
        color: white;
    }
    
    /* Estilos para pestañas elegantes */
    .nav-tabs {
        border-bottom: 2px solid #e9ecef;
    }
    
    .nav-tabs .nav-link {
        border: none;
        border-radius: 15px 15px 0 0;
        margin-right: 5px;
        padding: 12px 25px;
        font-weight: 600;
        color: #6c757d;
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }
    
    .nav-tabs .nav-link:hover {
        color: #da3b85;
        background: linear-gradient(135deg, #fff5f8 0%, #ffe6f0 100%);
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(218, 59, 133, 0.15);
    }
    
    .nav-tabs .nav-link.active {
        color: white;
        background: linear-gradient(135deg, #da3b85 0%, #c42d6b 100%);
        border: none;
        box-shadow: 0 4px 15px rgba(218, 59, 133, 0.3);
        transform: translateY(-2px);
    }
    
    .nav-tabs .nav-link.active::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, #ffffff 0%, #f8f9fa 100%);
        border-radius: 15px 15px 0 0;
    }
    
    .nav-tabs .nav-link i {
        transition: all 0.3s ease;
    }
    
    .nav-tabs .nav-link:hover i {
        transform: scale(1.1);
    }
    
    .nav-tabs .nav-link.active i {
        transform: scale(1.1);
        filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
    }

    /* Estilos para el Asistente de Estado de Uñas */
    .nail-assistant-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 10000;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    .nail-assistant-overlay.show {
        opacity: 1;
        visibility: visible;
    }

    .nail-assistant-container {
        background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
        border-radius: 20px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
        max-width: 500px;
        width: 90%;
        max-height: 80vh;
        overflow-y: auto;
        position: relative;
        transform: scale(0.9);
        transition: transform 0.3s ease;
    }

    .nail-assistant-overlay.show .nail-assistant-container {
        transform: scale(1);
    }

    .nail-assistant-content {
        padding: 30px;
    }

    .assistant-header {
        text-align: center;
        margin-bottom: 30px;
    }

    .assistant-icon {
        width: 80px;
        height: 80px;
        background: linear-gradient(135deg, #da3b85 0%, #8b5cf6 100%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
        box-shadow: 0 10px 20px rgba(218, 59, 133, 0.3);
    }

    .assistant-icon i {
        font-size: 2rem;
        color: white;
    }

    .assistant-title {
        color: #2c3e50;
        font-size: 1.4rem;
        font-weight: 600;
        margin-bottom: 10px;
        line-height: 1.4;
    }

    .assistant-subtitle {
        color: #6c757d;
        font-size: 0.95rem;
        margin: 0;
        line-height: 1.5;
    }

    .assistant-options {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 30px;
    }

    .assistant-btn {
        background: white;
        border: 2px solid #e9ecef;
        border-radius: 15px;
        padding: 20px;
        display: flex;
        align-items: center;
        gap: 15px;
        font-size: 1rem;
        font-weight: 500;
        color: #495057;
        cursor: pointer;
        transition: all 0.3s ease;
        text-align: left;
        width: 100%;
    }

    .assistant-btn:hover {
        border-color: #da3b85;
        background: #fff5f8;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(218, 59, 133, 0.2);
    }

    .assistant-btn i {
        font-size: 1.2rem;
        width: 20px;
        text-align: center;
    }

    .assistant-btn-yes:hover i {
        color: #28a745;
    }

    .assistant-btn-no:hover i {
        color: #dc3545;
    }

    .assistant-btn-morita:hover i {
        color: #da3b85;
    }

    .assistant-btn-other:hover i {
        color: #6c757d;
    }

    .assistant-navigation {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 20px;
        border-top: 1px solid #e9ecef;
    }

    .assistant-nav-btn {
        background: transparent;
        border: 2px solid #da3b85;
        color: #da3b85;
        border-radius: 10px;
        padding: 10px 20px;
        font-size: 0.9rem;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .assistant-nav-btn:hover {
        background: #da3b85;
        color: white;
        transform: translateY(-1px);
    }

    .assistant-skip-btn {
        background: #6c757d;
        border-color: #6c757d;
        color: white;
    }

    .assistant-skip-btn:hover {
        background: #5a6268;
        border-color: #5a6268;
    }

    /* Animaciones para las preguntas */
    .assistant-question {
        opacity: 0;
        transform: translateX(30px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .assistant-question.active {
        opacity: 1;
        transform: translateX(0);
    }

    /* Responsive para el asistente */
    @media (max-width: 768px) {
        .nail-assistant-container {
            width: 95%;
            margin: 20px;
        }

        .nail-assistant-content {
            padding: 20px;
        }

        .assistant-title {
            font-size: 1.2rem;
        }

        .assistant-btn {
            padding: 15px;
            font-size: 0.9rem;
        }

        .assistant-icon {
            width: 60px;
            height: 60px;
        }

        .assistant-icon i {
            font-size: 1.5rem;
        }
    }

    @media (max-width: 480px) {
        .assistant-options {
            gap: 10px;
        }

        .assistant-btn {
            padding: 12px;
            gap: 10px;
        }

        .assistant-navigation {
            flex-direction: column;
            gap: 10px;
        }

        .assistant-nav-btn {
            width: 100%;
            justify-content: center;
        }
    }
    
