/* =============================================================================
   LibParl v3 — services-style.css
   Hero uses the shared .lp-page-hero (lib-style.css) — no page-specific
   hero classes needed here.
   ============================================================================= */

.lp-svc { max-width: 1200px; margin: 0 auto; padding: 48px 24px 40px; }

.lp-svc__intro {
    max-width: 720px; margin: 0 auto 40px;
    font-size: 15px; line-height: 1.7; color: #444;
}
.lp-svc__intro p { margin-bottom: 1em; }
.lp-svc__intro p:last-child { margin-bottom: 0; }

.lp-svc__grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
    margin-bottom: 40px;
}
@media (max-width: 900px) { .lp-svc__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .lp-svc__grid { grid-template-columns: 1fr; } }

.lp-svc-card {
    display: block; text-decoration: none;
    background: #fff; border: 1px solid #e8e8e8; border-radius: 12px;
    padding: 22px 20px; transition: transform .15s, box-shadow .15s, border-color .15s;
    color: inherit;
}
.lp-svc-card--link { cursor: pointer; }
.lp-svc-card--link:hover {
    transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.08);
    border-color: var(--lp-accent); text-decoration: none;
}
.lp-svc-card__icon {
    font-size: 26px; line-height: 1; margin-bottom: 12px;
    width: 44px; height: 44px; border-radius: 10px;
    background: linear-gradient(135deg, rgba(var(--lp-accent-rgb),.13), rgba(var(--lp-accent-rgb),.05));
    display: flex; align-items: center; justify-content: center;
}
.lp-svc-card__title {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px; font-weight: 700; color: #1d2327; line-height: 1.3;
    margin-bottom: 6px;
}
.lp-svc-card__desc { font-size: 13px; color: #555; line-height: 1.6; }
.lp-svc-card__cta {
    display: inline-block; margin-top: 10px;
    font-size: 12px; font-weight: 600; color: var(--lp-accent);
    text-transform: uppercase; letter-spacing: .05em;
}

.lp-svc-empty { text-align: center; padding: 64px 24px; color: #787c82; }
.lp-svc-empty__icon { font-size: 40px; margin-bottom: 12px; }
.lp-svc-empty__title { font-size: 16px; font-weight: 600; color: #1d2327; margin-bottom: 6px; }
.lp-svc-empty__link {
    display: inline-block; margin-top: 16px; padding: 10px 20px;
    background: var(--lp-accent); color: #fff; border-radius: 6px;
    text-decoration: none; font-size: 13px; font-weight: 600;
}
.lp-svc-empty__link:hover { opacity: .9; }

.lp-svc-jurisdiction {
    max-width: 720px; margin: 0 auto; padding-top: 28px;
    border-top: 1px solid #f0f0f1;
}
.lp-svc-jurisdiction p {
    font-size: 13px; color: #787c82; line-height: 1.6; margin-bottom: 8px;
}
.lp-svc-jurisdiction p:last-child { margin-bottom: 0; }