/* Stile condiviso per pagine servizio e blog - 2026-07-05 */
.wm-article {
    max-width: 880px;
    margin: 0 auto;
    padding: 130px 20px 90px;
}

.wm-article .meta {
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.wm-article h1 {
    font-size: clamp(1.8rem, 4.5vw, 2.6rem);
    font-weight: 900;
    margin-bottom: 0.6rem;
    line-height: 1.2;
    color: #1a1a2e;
}

.wm-article .subtitle {
    font-size: clamp(1.05rem, 2.5vw, 1.25rem);
    color: #555;
    margin-bottom: 2.5rem;
    line-height: 1.5;
}

.wm-article h2 {
    font-size: clamp(1.3rem, 3vw, 1.6rem);
    font-weight: 800;
    margin: 2.6rem 0 1rem;
    color: #1a1a2e;
}

.wm-article h3 {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 1.6rem 0 0.6rem;
    color: #2b2b45;
}

.wm-article p {
    font-size: 1.05rem;
    line-height: 1.75;
    margin: 1rem 0;
    color: #333;
}

.wm-article ul, .wm-article ol {
    padding-left: 1.4rem;
    margin: 1rem 0;
}

.wm-article li {
    margin: 0.5rem 0;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #333;
}

.wm-article strong {
    color: #5b2fc7;
}

.wm-article a {
    color: #5b2fc7;
    text-decoration: underline;
}

.wm-article .cta-box {
    background: linear-gradient(135deg, #f4f0ff, #eef5ff);
    border-radius: 20px;
    padding: 2.5rem;
    margin-top: 3rem;
    text-align: center;
}

.wm-article .cta-box h3 {
    font-size: 1.4rem;
    margin-bottom: 0.6rem;
    color: #1a1a2e;
}

.wm-article .cta-box p {
    margin-bottom: 1.2rem;
}

/* Griglia cards per indice blog e servizi correlati */
.wm-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
    margin: 1.5rem 0 2rem;
}

.wm-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    padding: 1.6rem;
    text-decoration: none;
    display: block;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wm-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.wm-card h3 {
    margin-top: 0;
    color: #1a1a2e;
    font-size: 1.1rem;
}

.wm-card p {
    font-size: 0.95rem;
    color: #555;
    margin: 0.5rem 0 0;
}
