/* Estilos generales */
.renta-gainovo-flow {
    max-width: 700px;
    margin: 2rem auto;
    padding: 2rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 30px rgba(0,0,0,0.08);
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #333;
}

/* Encabezado con logo circular */
.renta-kit-header {
    text-align: center;
    margin-bottom: 2rem;
}

.renta-logo-circle1 {
    width: 150px;
    height: 150px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #2a9d8f;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.renta-logo-circle img {
    max-width: 80%;
    height: auto;
}

.renta-kit-title {
    font-size: 1.8rem;
    color: #2a9d8f;
    margin: 0 0 0.5rem 0;
}

.renta-kit-price {
    font-size: 1.6rem;
    font-weight: 700;
    color: #333;
}

/* Descripción del paquete */
.renta-kit-description {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.renta-kit-description p {
    margin: 0 0 0.8rem 0;
    font-size: 1rem;
    color: #555;
    line-height: 1.5;
}

.renta-kit-description p:last-child {
    margin-bottom: 0;
}

/* Sección de adicionales */
.renta-adicionales-section {
    margin-bottom: 2.5rem;
    padding: 1.8rem;
    background: #f8fafc;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
}

.section-title {
    margin: 0 0 0.5rem 0;
    color: #333;
    font-size: 1.4rem;
    font-weight: 600;
}

.section-subtitle {
    color: #666;
    margin: 0 0 1.5rem 0;
    font-size: 1rem;
}

.additional-activos-form {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.quantity-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

.quantity-container label {
    font-weight: 600;
    color: #444;
    flex: 0 0 100%;
    font-size: 1rem;
}

.qty-input {
    padding: 0.8rem 1rem;
    width: 120px;
    text-align: center;
    border: 2px solid #ddd;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: bold;
    transition: all 0.2s;
}

.qty-input:focus {
    border-color: #2a9d8f;
    outline: none;
    box-shadow: 0 0 0 2px rgba(42, 157, 143, 0.2);
}

.total-price {
    font-weight: 700;
    color: #2a9d8f;
    font-size: 1.1rem;
}

.add-activos-btn {
    align-self: flex-start;
    background: #2a9d8f;
    color: white;
    border: none;
    padding: 0.8rem 1.8rem;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
    font-weight: 600;
    font-size: 1rem;
    margin-top: 0.5rem;
}

.add-activos-btn:hover {
    background: #228176;
    transform: translateY(-2px);
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.add-activos-btn:disabled,
.add-activos-btn.loading {
    background: #ccc;
    transform: none;
    box-shadow: none;
    cursor: not-allowed;
}

/* Sección de checkout */
.renta-checkout-section {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #f0f0f0;
}

.included-activos-notice {
    background: #f0f8ff;
    padding: 1rem;
    border-radius: 6px;
    margin-bottom: 1.5rem;
    border: 1px solid #cce4ff;
    font-size: 1rem;
}

.included-activos-notice p {
    margin: 0;
    color: #2d3748;
}

.renta-continue-btn {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 1rem 2.5rem;
    font-size: 1.2rem;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
    margin-bottom: 1.2rem;
    font-weight: 600;
    box-shadow: 0 3px 10px rgba(76,175,80,0.3);
    display: inline-block;
}

.renta-continue-btn:hover {
    background: #3e8e41;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(76,175,80,0.4);
}

.renta-continue-btn:disabled,
.renta-continue-btn.loading {
    background: #ccc;
    transform: none;
    box-shadow: none;
    cursor: not-allowed;
}

.renta-total-notice {
    font-size: 1.2rem;
    color: #555;
    font-weight: 500;
}

.estimated-total {
    color: #2a9d8f;
    font-weight: 700;
    font-size: 1.4rem;
}

/* Contador de activos */
.activos-counter-container {
    margin-top: 1.2rem;
    padding: 0.8rem 1rem;
    background: #f0f8ff;
    border-radius: 6px;
    border: 1px solid #cce4ff;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 1rem;
}

.activos-counter-label {
    font-weight: 600;
    color: #2d3748;
}

.activos-counter {
    font-weight: 700;
    color: #2a9d8f;
    font-size: 1.1rem;
}

/* Notificación de límite anual */
.annual-limit-notice {
    margin-top: 1rem;
    padding: 1rem;
    background: #fff8e1;
    border-radius: 6px;
    border: 1px solid #ffe0b2;
}

.available-limit-text {
    font-weight: 600;
}

.remaining-limit {
    font-weight: 700;
    color: #2a9d8f;
}

.contact-support {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    color: #666;
}

/* Notificaciones flotantes */
.renta-notification {
    position: relative;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 6px;
    color: white;
    font-weight: 500;
}

.renta-notification.success {
    background: #4CAF50;
}

.renta-notification.error {
    background: #f44336;
}

.notification-timer {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
}
/* Botones de acción */
.renta-actions {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    justify-content: center;
}

.renta-reset-btn, 
.renta-cancel-btn {
    padding: 0.8rem 1.5rem;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
}

.renta-reset-btn {
    background: #FFC107;
    color: #333;
}

.renta-reset-btn:hover {
    background: #FFA000;
}

.renta-cancel-btn {
    background: #F44336;
    color: white;
}

.renta-cancel-btn:hover {
    background: #D32F2F;
}

/* Confirmación */
.renta-confirm-dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

.renta-confirm-box {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    max-width: 400px;
    text-align: center;
}
/* Ocultar elementos del carrito en el menú */
.woocommerce-cart-link,
.cart-contents {
    display: none !important;
}

/* Ocultar enlaces al carrito en checkout */
.woocommerce a.cart-contents {
    display: none !important;
}