/* Pages SEO locales — ménage à domicile + ville */

.local-hero {
  padding: 40px 0 32px;
  background: linear-gradient(180deg, #f3f6f5 0%, #fff 100%);
}

.local-hero__inner {
  max-width: 720px;
}

.local-hero__eyebrow {
  margin: 0 0 8px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--mage-green, #366c5d);
}

.local-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  line-height: 1.2;
  color: var(--mage-ink, #1a1a1a);
}

.local-hero__lead {
  margin: 0 0 24px;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--mage-muted, #5a6f68);
}

.local-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.local-benefits {
  padding: 32px 0 48px;
}

.local-benefits__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.local-benefits article {
  padding: 20px;
  border-radius: 12px;
  border: 1px solid rgba(54, 108, 93, 0.15);
  background: #fff;
}

.local-benefits h2 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  color: var(--mage-green-dark, #2d5a4e);
}

.local-benefits p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--mage-muted);
}

.local-nearby {
  padding: 0 0 56px;
}

.local-nearby h2 {
  margin: 0 0 12px;
  font-size: 1.15rem;
}

.local-nearby__list,
.local-hub__list {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.local-nearby__list a,
.local-hub__list a {
  color: var(--mage-green, #366c5d);
  font-weight: 600;
  text-decoration: none;
}

.local-nearby__list a:hover,
.local-hub__list a:hover {
  text-decoration: underline;
}

.local-hub {
  padding: 24px 0 56px;
}

.local-hub__sections {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.local-hub__dept h2 {
  margin: 0 0 10px;
  font-size: 1rem;
  color: var(--mage-green-dark);
}

/* Bandeau maillage interne (page particuliers) */
.local-seo-strip {
  padding: 36px 0 48px;
  background: #f3f6f5;
  border-top: 1px solid rgba(54, 108, 93, 0.12);
}

.local-seo-strip__title {
  margin: 0 0 10px;
  font-size: 1.2rem;
  color: var(--mage-green-dark, #2d5a4e);
}

.local-seo-strip__text {
  margin: 0 0 16px;
  max-width: 52ch;
  line-height: 1.55;
  color: var(--mage-muted, #5a6f68);
}

.local-seo-strip__cta {
  display: inline-flex;
}

.local-visual {
  padding: 8px 0 32px;
}

.local-visual__inner {
  display: grid;
  gap: 16px;
  max-width: 720px;
}

.local-visual__picture {
  display: block;
  max-width: 720px;
}

.local-visual img {
  width: 100%;
  max-width: 720px;
  height: auto;
  object-fit: contain;
  object-position: center;
  background: transparent;
}

.local-visual__caption {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--mage-muted, #5a6f68);
}

.local-visual__caption a {
  color: var(--mage-green, #366c5d);
  font-weight: 600;
  text-decoration: none;
}

.local-visual__caption a:hover {
  text-decoration: underline;
}

.local-visual--secondary {
  padding: 32px 0 40px;
  margin-top: 8px;
  border-top: 1px solid rgba(54, 108, 93, 0.1);
}

.local-visual__img-secondary {
  width: 100%;
  max-width: 560px;
  height: auto;
  object-fit: contain;
  object-position: center;
  background: transparent;
}

.local-context {
  padding: 0 0 32px;
}

.local-context__inner {
  max-width: 720px;
}

.local-context h2 {
  margin: 0 0 14px;
  font-size: 1.2rem;
  color: var(--mage-green-dark, #2d5a4e);
}

.local-context p {
  margin: 0 0 12px;
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--mage-muted, #5a6f68);
}

.local-context p:last-child {
  margin-bottom: 0;
}

.local-faq {
  padding: 40px 0 48px;
  background: #f9fbfa;
  border-top: 1px solid rgba(54, 108, 93, 0.1);
}

.local-faq h2 {
  margin: 0 0 16px;
  font-size: 1.2rem;
  color: var(--mage-green-dark, #2d5a4e);
}

.local-faq__list {
  display: grid;
  gap: 10px;
  max-width: 720px;
}

.local-faq__item {
  border: 1px solid rgba(54, 108, 93, 0.15);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.local-faq__item summary {
  padding: 14px 16px;
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.4;
  color: var(--mage-ink, #1a1a1a);
  cursor: pointer;
  list-style: none;
}

.local-faq__item summary::-webkit-details-marker {
  display: none;
}

.local-faq__item summary::after {
  content: "+";
  float: right;
  font-weight: 700;
  color: var(--mage-green, #366c5d);
}

.local-faq__item[open] summary::after {
  content: "−";
}

.local-faq__item p {
  margin: 0;
  padding: 0 16px 14px;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--mage-muted, #5a6f68);
}
