/* ======================================
   TUFIZIO SERVICIOS - ESTILO INDIVIDUAL PRO
====================================== */

.servicio-content {
    font-size: 1.16rem;
    line-height: 1.85;
    color: #2b2b2b;
    max-width: 920px;
    margin: 0 auto;
    padding: 10px 20px;
    letter-spacing: 0.2px;
}

/* Headings - Adaptados para Servicios */
.servicio-content h1 {
    font-size: 2.55rem;
    font-weight: 800;
    margin: 45px 0 22px;
    line-height: 1.15;
    letter-spacing: -0.6px;
    color: #1a1a1a;
}

.servicio-content h2 {
    font-size: 1.72rem;
    font-weight: 700;
    margin: 48px 0 18px;
    padding-left: 16px;
    border-left: 5px solid #B2D8C6;
    color: #222;
}

.servicio-content h3 {
    font-size: 1.32rem;
    font-weight: 700;
    margin: 32px 0 14px;
    color: #333;
}

.servicio-content h4 {
    font-size: 1.15rem;
    font-weight: 600;
    margin: 28px 0 12px;
    color: #444;
}

/* Bloque destacado (ideal para beneficios, qué incluye, etc.) */
.servicio-content .destacado {
    background: rgba(178, 216, 198, 0.12);
    border-left: 6px solid #B2D8C6;
    padding: 24px 28px;
    margin: 35px 0;
    border-radius: 12px;
    font-size: 1.08rem;
}

/* Blockquote */
.servicio-content blockquote {
    margin: 32px 0;
    padding: 24px 28px;
    background: rgba(178, 216, 198, 0.10);
    border-left: 6px solid #B2D8C6;
    border-radius: 14px;
    font-style: italic;
    color: #444;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

/* Listas mejoradas (muy importantes en servicios) */
.servicio-content ul,
.servicio-content ol {
    padding-left: 8px;
    margin: 22px 0;
}

.servicio-content li {
    margin-bottom: 12px;
    padding-left: 12px;
    position: relative;
}

.servicio-content ul li::before {
    content: "•";
    color: #B2D8C6;
    font-weight: bold;
    position: absolute;
    left: 0;
    font-size: 1.4rem;
    line-height: 1;
}

/* Tablas */
.servicio-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 32px 0;
    font-size: 0.97rem;
}

.servicio-content th,
.servicio-content td {
    border: 1px solid #e8e8e8;
    padding: 14px 16px;
    text-align: left;
}

.servicio-content th {
    background: #f8faf9;
    font-weight: 700;
    color: #333;
}

/* Imágenes */
.servicio-content img {
    max-width: 100%;
    border-radius: 18px;
    margin: 35px 0;
    box-shadow: 0 12px 32px rgba(0,0,0,0.09);
    transition: all 0.4s ease;
}

.servicio-content img:hover {
    transform: scale(1.015);
    box-shadow: 0 20px 45px rgba(0,0,0,0.13);
}

.servicio-content figure {
    margin: 38px 0;
    padding: 10px;
    background: rgba(178, 216, 198, 0.12);
    border-radius: 18px;
}

.servicio-content figcaption {
    text-align: center;
    font-size: 0.87rem;
    color: #666;
    margin-top: 10px;
    font-style: italic;
}

/* CTA Final más potente */
.servicio-cta-final {
    margin: 60px auto;
    max-width: 680px;
    padding: 40px 30px;
    background: linear-gradient(135deg, #f8faf9, #f0f4f2);
    border-radius: 20px;
    text-align: center;
    border: 1px solid #e0e9e4;
}

.servicio-cta-final p {
    font-size: 1.25rem;
    margin-bottom: 20px;
    color: #333;
}

/* Responsive */
@media (max-width: 768px) {
    .servicio-content {
        font-size: 1.07rem;
        padding: 0 10px;
    }
    
    .servicio-content h1 {
        font-size: 2.1rem;
    }
    
    .servicio-content h2 {
        font-size: 1.45rem;
    }
}
