/* Servicios - estilos específicos */

.servicios-page {
    background: #f8f9fa;
}

.servicios-info-banner {
    background: #f0f7ff;
    border-bottom: 1px solid rgba(91, 141, 184, 0.15);
}

.servicios-info-banner__text {
    font-size: 15px;
    color: #495057;
    line-height: 1.65;
    flex-grow: 1;
}

.servicios-info-cta {
    background: #5B8DB8;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.2s, transform 0.2s;
}

.servicios-info-cta:hover {
    opacity: 0.9;
}

.servicios-info-cta:active {
    transform: scale(0.97);
}

.servicio-duration-badge {
    font-size: 12px;
    color: #6c757d;
    font-weight: 600;
    background: #f8f9fa;
    padding: 4px 10px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.servicio-block__title {
    font-weight: 700;
    font-size: clamp(22px, 2.8vw, 34px);
    color: #212529;
    line-height: 1.2;
    margin-bottom: 6px;
}

.servicio-block__subtitle {
    font-size: 16px;
    color: #ef7b00;
    font-weight: 600;
    margin-bottom: 14px;
}

.servicio-block__intro {
    font-size: 16px;
    color: #495057;
    line-height: 1.75;
    margin-bottom: 10px;
}

.servicio-block__desc {
    font-size: 15px;
    color: #6c757d;
    line-height: 1.8;
    margin-bottom: 24px;
}

.servicio-block__benefit {
    font-size: 14px;
    color: #212529;
    line-height: 1.5;
}

.servicio-cta {
    background: #ef7b00;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: opacity 0.2s, transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 20px rgba(239, 123, 0, 0.28);
}

.servicio-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.servicio-detail-link {
    color: #ef7b00;
    background: #fff;
    border: 1px solid rgba(239, 123, 0, 0.28);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
}

.servicio-detail-link:hover {
    background: #fff3e0;
}

.servicio-detail-link:active {
    transform: scale(0.97);
}

.servicio-benefits {
    margin: 0 0 2rem;
    list-style: none;
    padding: 0;
}

@media (max-width: 1023px) {
    .servicio-benefits {
        margin-bottom: 1.5rem;
    }

    .servicio-cta {
        margin-top: 1.25rem;
    }

    .servicio-actions .servicio-cta {
        margin-top: 0;
    }
}

.servicio-cta:hover {
    opacity: 0.92;
}

.servicio-cta:active {
    transform: scale(0.97);
}

.servicio-block__media {
    height: 340px;
    background: #fff3e0;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.servicio-block__img {
    transition: transform 0.4s ease;
}

.servicio-block:hover .servicio-block__img {
    transform: scale(1.03);
}

@media (min-width: 1024px) {
    .servicio-block--reverse .servicio-block__content {
        order: 2;
    }

    .servicio-block--reverse .servicio-block__media {
        order: 1;
    }
}

.servicios-comparativa { padding: 4.5rem 0; background: #fff; border-bottom: 1px solid rgba(0, 0, 0, 0.06); }
.servicios-comparativa__heading { max-width: 720px; margin: 0 auto 2rem; text-align: center; }
.servicios-comparativa__heading > p:last-child { color: #6c757d; font-size: 15px; line-height: 1.7; }
.servicios-comparativa__scroll { overflow-x: auto; border: 1px solid rgba(0, 0, 0, 0.08); border-radius: 1rem; }
.servicios-comparativa table { width: 100%; min-width: 820px; border-collapse: collapse; background: #fff; }
.servicios-comparativa th, .servicios-comparativa td { padding: 1rem 1.1rem; border-bottom: 1px solid rgba(0, 0, 0, 0.07); color: #5f666d; font-size: 14px; line-height: 1.5; text-align: left; vertical-align: top; }
.servicios-comparativa thead th { color: #212529; background: #fff3e0; font-size: 13px; font-weight: 700; }
.servicios-comparativa tbody th { font-weight: 700; }
.servicios-comparativa tbody th a { color: #de5f04; text-decoration: none; }
.servicios-comparativa tbody tr:last-child th, .servicios-comparativa tbody tr:last-child td { border-bottom: 0; }