/* Pages SEO locales — complément de service.css */
.pe-local-page__hero .pe-local-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.875rem;
    margin-bottom: 1rem;
    color: #64748b;
}
.pe-local-page__hero .pe-local-breadcrumb a { color: #142D6F; text-decoration: none; }
.pe-local-page__intro {
    max-width: 42rem;
    font-size: 1.0625rem;
    line-height: 1.65;
    color: #475569;
    margin-bottom: 1.25rem;
}
.pe-local-page__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}
.pe-local-page__block {
    margin-bottom: 1.5rem;
}
.pe-local-page__block h2 {
    font-size: 1.35rem;
    margin-bottom: 0.5rem;
}
.pe-local-page__steps {
    padding: 3rem 0;
    background: #f8fafc;
}
.pe-local-page__steps h2,
.pe-local-page__items h2,
.pe-local-page__faq h2,
.pe-local-page__cta h2 {
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    margin-bottom: 1.25rem;
}
.pe-local-steps {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 1rem;
}
@media (min-width: 768px) {
    .pe-local-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.pe-local-steps li {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    background: #fff;
    border-radius: 12px;
    padding: 1rem 1.1rem;
    border: 1px solid #e2e8f0;
}
.pe-local-steps__num {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #142D6F;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.875rem;
}
.pe-local-steps p { margin: 0.25rem 0 0; color: #64748b; font-size: 0.9375rem; }
.pe-local-page__items { padding: 3rem 0; }
.pe-local-items {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.65rem;
}
@media (min-width: 640px) {
    .pe-local-items { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.pe-local-items li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
}
.pe-local-items i { color: #142D6F; }
.pe-local-page__faq { padding: 3rem 0; background: #fff; }
.pe-local-faq-list { display: grid; gap: 0.65rem; max-width: 48rem; }
.pe-local-faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 0.85rem 1rem;
}
.pe-local-faq-item summary { cursor: pointer; font-weight: 600; }
.pe-local-faq-item p { margin: 0.65rem 0 0; color: #64748b; }
.pe-local-presence {
    padding: 3rem 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}
.pe-local-presence h2 { margin-bottom: 1.25rem; }
.pe-local-presence__card {
    background: #fff;
    border-radius: 12px;
    padding: 1.25rem;
    height: 100%;
    border: 1px solid #e2e8f0;
}
.pe-local-presence__card h3 { font-size: 1.05rem; margin-bottom: 0.65rem; }
.pe-local-hours { list-style: none; padding: 0; margin: 0; }
.pe-local-hours li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.35rem 0;
    border-bottom: 1px dashed #e2e8f0;
}
.pe-local-page__cta {
    padding: 3rem 0 4rem;
    text-align: center;
}
.pe-local-page__cta p { color: #64748b; margin-bottom: 1rem; }
.pe-local-page__cta .pe-local-page__actions { justify-content: center; }

/* Accueil — sections SEO */
.pe-home-kilo { padding: 4rem 0; }
.pe-home-kilo__grid {
    display: grid;
    gap: 2rem;
    align-items: center;
}
@media (min-width: 992px) {
    .pe-home-kilo__grid { grid-template-columns: 1fr 1fr; }
}
.pe-home-kilo__steps {
    list-style: none;
    padding: 0;
    margin: 1.25rem 0 0;
    display: grid;
    gap: 0.75rem;
}
.pe-home-kilo__steps li {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
}
.pe-home-kilo__steps span {
    flex-shrink: 0;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background: #142D6F;
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.pe-home-services-grid {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
}
@media (min-width: 768px) {
    .pe-home-services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1200px) {
    .pe-home-services-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.pe-home-service-card {
    display: block;
    padding: 1.25rem;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    background: #fff;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.2s, border-color 0.2s;
}
.pe-home-service-card:hover {
    border-color: #142D6F;
    box-shadow: 0 8px 24px rgba(20, 45, 111, 0.08);
}
.pe-home-service-card strong { display: block; font-size: 1.05rem; margin-bottom: 0.35rem; color: #142D6F; }
.pe-home-service-card small { color: #64748b; line-height: 1.45; }
