/* ═══════════════════════════════════════════════════════════
   BR SEO Villes — Page publique
═══════════════════════════════════════════════════════════ */

.br-ville-page {
    --brand: #22a2c4;
    --brand-dark: #1a7d99;
    --text: #1d2327;
    --muted: #6c757d;
    --bg-light: #f8f9fa;
    --radius: 10px;
    font-family: inherit;
    color: var(--text);
}

/* ── Containers ── */
.br-ville-container        { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.br-ville-container--narrow{ max-width: 780px;  margin: 0 auto; padding: 0 20px; }

/* ── Sections titles ── */
.br-ville-section-title {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    color: var(--text);
}
.br-ville-section-subtitle {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: var(--muted);
    margin-top: 4px;
}

/* ── Boutons ── */
.br-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 12px 22px;
    border-radius: var(--radius);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: opacity .2s, transform .1s;
    white-space: nowrap;
}
.br-btn:hover           { opacity: .85; transform: translateY(-1px); }
.br-btn--primary        { background: var(--brand); color: #fff; }
.br-btn--outline        { border: 2px solid var(--brand); color: var(--brand); background: transparent; }
.br-btn--whatsapp       { background: #25d366; color: #fff; }
.br-btn--small          { padding: 8px 14px; font-size: 13px; }
.br-btn--large          { padding: 16px 30px; font-size: 16px; }

/* ── Badges ── */
.br-badge {
    display: inline-block;
    background: rgba(255,255,255,.2);
    border: 1px solid rgba(255,255,255,.4);
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
}

/* ════════════════════════════════
   HERO
════════════════════════════════ */
.br-ville-hero {
    background: linear-gradient(135deg, var(--brand-dark) 0%, var(--brand) 100%);
    color: #fff;
    padding: 48px 20px 56px;
}
.br-ville-hero__inner { max-width: 900px; margin: 0 auto; }

.br-ville-breadcrumb {
    font-size: 13px;
    opacity: .8;
    margin-bottom: 20px;
}
.br-ville-breadcrumb a { color: rgba(255,255,255,.9); text-decoration: none; }
.br-ville-breadcrumb a:hover { text-decoration: underline; }
.br-ville-breadcrumb span { margin: 0 6px; }

.br-ville-hero__icon { font-size: 40px; display: block; margin-bottom: 10px; }

.br-ville-hero__title {
    font-size: clamp(26px, 4vw, 40px);
    font-weight: 800;
    margin: 0 0 16px;
    color: #fff;
    line-height: 1.2;
}
.br-ville-hero,
.br-ville-hero *:not(.br-btn) {
    color: #fff !important;
}
.br-ville-hero a:not(.br-btn) {
    color: #fff !important;
    text-decoration: none !important;
}
.br-ville-hero__intro {
    font-size: 17px;
    line-height: 1.7;
    color: #fff !important;
    margin-bottom: 28px;
    max-width: 720px;
    text-shadow: 0 1px 3px rgba(0,0,0,.25);
}
.br-ville-hero__ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}
.br-ville-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

/* ════════════════════════════════
   PRODUITS
════════════════════════════════ */
.br-ville-products {
    padding: 56px 0 40px;
    background: var(--bg-light);
}
.br-ville-products__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
    margin-top: 30px;
}
.br-ville-product-card {
    background: #fff;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,.07);
    transition: transform .2s, box-shadow .2s;
}
.br-ville-product-card:hover { transform: translateY(-3px); box-shadow: 0 6px 16px rgba(0,0,0,.12); }
.br-ville-product-card__link { text-decoration: none; color: inherit; display: block; }
.br-ville-product-card__img-wrap { position: relative; background: #f5f5f5; aspect-ratio: 1; overflow: hidden; }
.br-ville-product-card__img-wrap img { width: 100%; height: 100%; object-fit: contain; padding: 12px; }
.br-ville-product-card__badge {
    position: absolute; top: 8px; left: 8px;
    padding: 3px 8px; border-radius: 4px; font-size: 11px; font-weight: 700;
}
.br-ville-product-card__badge--in  { background: #d4edda; color: #155724; }
.br-ville-product-card__badge--out { background: #fff3cd; color: #856404; }
.br-ville-product-card__body { padding: 14px 16px; }
.br-ville-product-card__name { font-size: 14px; font-weight: 600; margin: 0 0 4px; line-height: 1.4; }
.br-ville-product-card__sku  { font-size: 11px; color: var(--muted); margin: 0 0 8px; }
.br-ville-product-card__price{ font-size: 18px; font-weight: 700; color: var(--brand); margin-bottom: 10px; }
.br-ville-products__cta-note { text-align: center; margin-top: 24px; font-size: 14px; }

/* ════════════════════════════════
   POURQUOI NOUS
════════════════════════════════ */
.br-ville-why { padding: 56px 0; }
.br-ville-why__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 32px;
}
.br-ville-why__item {
    background: var(--bg-light);
    border-radius: var(--radius);
    padding: 24px;
    text-align: center;
    border-top: 3px solid var(--brand);
}
.br-ville-why__icon { font-size: 32px; display: block; margin-bottom: 10px; }
.br-ville-why__item h3 { font-size: 16px; font-weight: 700; margin: 0 0 8px; }
.br-ville-why__item p  { font-size: 14px; color: var(--muted); margin: 0; line-height: 1.6; }
.br-ville-why__item--marque { border-top-color: #333; }
.br-ville-why__marque-name  { display: block; font-size: 22px; font-weight: 800; color: #333; margin-bottom: 6px; }

/* ════════════════════════════════
   FAQ
════════════════════════════════ */
.br-ville-faq { padding: 48px 0; background: var(--bg-light); }
.br-ville-faq__list { margin-top: 28px; }
.br-ville-faq__item {
    border: 1px solid #e0e0e0;
    border-radius: var(--radius);
    margin-bottom: 10px;
    background: #fff;
    overflow: hidden;
}
.br-ville-faq__question {
    padding: 18px 20px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.br-ville-faq__question::after { content: '﹢'; font-size: 20px; color: var(--brand); flex-shrink: 0; }
details[open] .br-ville-faq__question::after { content: '﹣'; }
.br-ville-faq__question::-webkit-details-marker { display: none; }
.br-ville-faq__answer {
    padding: 0 20px 18px;
    font-size: 14px;
    line-height: 1.7;
    color: #444;
}
.br-ville-faq__answer p { margin: 0; }

/* ════════════════════════════════
   MAILLAGE INTERNE
════════════════════════════════ */
.br-ville-links { padding: 40px 0; border-top: 1px solid #eee; }
.br-ville-links__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.br-ville-links__block h3 { font-size: 15px; font-weight: 700; margin: 0 0 12px; color: var(--brand); }
.br-ville-links__block ul { margin: 0; padding: 0; list-style: none; }
.br-ville-links__block li { margin-bottom: 6px; }
.br-ville-links__block a  { font-size: 14px; color: var(--text); text-decoration: none; }
.br-ville-links__block a:hover { color: var(--brand); text-decoration: underline; }

/* ════════════════════════════════
   CTA FINAL
════════════════════════════════ */
.br-ville-cta-final {
    background: linear-gradient(135deg, #f0f9fc 0%, #e6f4f8 100%);
    padding: 56px 20px;
    text-align: center;
    border-top: 3px solid var(--brand);
}
.br-ville-cta-final h2 { font-size: 28px; font-weight: 800; margin: 0 0 12px; }
.br-ville-cta-final p  { font-size: 16px; color: var(--muted); margin: 0 0 28px; }
.br-ville-cta-final .br-ville-hero__ctas { justify-content: center; }

/* ════════════════════════════════
   Responsive
════════════════════════════════ */
@media (max-width: 640px) {
    .br-ville-links__grid       { grid-template-columns: 1fr; }
    .br-ville-hero__ctas        { flex-direction: column; }
    .br-ville-section-title     { font-size: 20px; }
}

/* ═══════════════════════════════════════════════════════════
   v3 — Nouvelles sections : Cas concrets + Témoignages locaux
═══════════════════════════════════════════════════════════ */

/* ── Section CAS CONCRETS ── */
.br-ville-cas {
    padding: 60px 0;
    background: linear-gradient(135deg, #f0f9fc 0%, #ffffff 100%);
}
.br-ville-cas__intro {
    text-align: center;
    color: var(--muted);
    max-width: 700px;
    margin: 0 auto 30px;
    font-size: 16px;
}
.br-ville-cas__list {
    list-style: none;
    padding: 0;
    max-width: 850px;
    margin: 0 auto;
}
.br-ville-cas__item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 18px 22px;
    margin-bottom: 14px;
    background: #fff;
    border-left: 4px solid var(--brand);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.br-ville-cas__item:hover {
    transform: translateX(4px);
    box-shadow: 0 4px 14px rgba(34,162,196,0.15);
}
.br-ville-cas__icon {
    font-size: 22px;
    flex-shrink: 0;
    line-height: 1.3;
}
.br-ville-cas__text {
    color: var(--text);
    line-height: 1.6;
    font-size: 15px;
}

/* ── Section TÉMOIGNAGES ── */
.br-ville-temoignages {
    padding: 60px 0;
    background: var(--bg-light);
}
.br-ville-temoignages__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 30px;
}
.br-ville-temoignage {
    background: #fff;
    padding: 28px 24px;
    border-radius: var(--radius);
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    position: relative;
    border-top: 4px solid var(--brand);
}
.br-ville-temoignage__stars {
    font-size: 18px;
    margin-bottom: 14px;
    letter-spacing: 2px;
}
.br-ville-temoignage__text {
    font-style: italic;
    color: var(--text);
    line-height: 1.65;
    margin: 0 0 18px;
    font-size: 15px;
    border: none;
    padding: 0;
}
.br-ville-temoignage__author {
    border-top: 1px solid #eee;
    padding-top: 14px;
    font-size: 14px;
}
.br-ville-temoignage__author strong {
    display: block;
    color: var(--brand-dark);
    font-size: 15px;
    margin-bottom: 3px;
}
.br-ville-temoignage__author span {
    color: var(--muted);
    font-size: 13px;
}

/* ── Responsive ── */
@media (max-width: 768px) {
    .br-ville-cas, .br-ville-temoignages { padding: 40px 0; }
    .br-ville-cas__item { padding: 14px 16px; font-size: 14px; }
    .br-ville-temoignages__grid { grid-template-columns: 1fr; }
}
