/* Catálogo visual de servicios */
.service-catalog{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;border:0}.service-catalog article{display:flex;flex-direction:column;gap:0;padding:0;overflow:hidden;border:1px solid var(--cn-rule);border-radius:var(--cn-r-md);background:var(--cn-paper);transition:transform .25s ease,box-shadow .25s ease}.service-catalog article:hover{box-shadow:var(--cn-shadow);transform:translateY(-5px)}.service-catalog article figure,.service-catalog article:nth-child(even) figure{order:0;border-radius:0;background:var(--cn-sky)}.service-catalog article figure img{width:100%;height:210px;object-fit:cover}.service-catalog article>div{display:flex;flex:1;flex-direction:column;padding:24px}.service-catalog-number{margin-bottom:10px}.service-catalog h2{margin-bottom:12px;font-size:clamp(1.32rem,1.8vw,1.72rem);line-height:1.14}.service-catalog p{font-size:.96rem;line-height:1.55}@media(max-width:960px){.service-catalog{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.service-catalog{grid-template-columns:1fr;gap:14px}.service-catalog article figure img{height:235px}.service-catalog article>div{padding:22px}}
