/* =====================================================
   SERVYLO SERVICE-VILLE PAGE — v5 (Anima New Design)
   ===================================================== */

html { overflow-x: hidden; }
body.page-ville { background: #fff; overflow-x: hidden; width: 100%; }
body.page-ville #main-content { overflow: hidden; }
body.page-ville .sv-steps,
body.page-ville .sv-footer,
body.page-ville .svl-reviews-section,
body.page-ville .sv-become-cta,
body.page-ville .sv-hero__trust-bar,
body.page-ville section,
body.page-ville .svl-section { box-sizing: border-box; max-width: 100%; }

/* ---- Width alignment (all blocks 1232px) ---- */
.page-ville .sv-steps__inner,
.page-ville .sv-requests__inner,
.page-ville .sv-providers__inner,
.page-ville .sv-hero__trust-bar,
.page-ville .svl-reviews-section__inner,
.page-ville .sv-become-cta { max-width: 100%; margin: 0; }

@media (max-width: 768px) {
    .page-ville .sv-steps__inner,
    .page-ville .sv-requests__inner,
    .page-ville .sv-providers__inner,
    .page-ville .sv-hero__trust-bar,
    .page-ville .svl-reviews-section__inner,
    .page-ville .sv-become-cta,
    .page-ville .svl-section,
    .page-ville .svl-section__container,
    .page-ville .svl-section--highlight .svl-section__container,
    .page-ville .svl-disclaimer,
    .page-ville .svl-breadcrumb__inner { max-width: 100% !important; padding-left: 16px !important; padding-right: 16px !important; box-sizing: border-box; }
    .page-ville .svl-section--highlight { margin-left: 0; margin-right: 0; }
    .page-ville .svl-providers-grid { width: 100%; }
    .page-ville .svl-trust-bar { padding-left: 16px !important; padding-right: 16px !important; }
}

.svl-trust-bar { max-width: 1232px; margin: 0 auto; padding: 0 24px; }

/* Espacement uniforme entre tous les blocs — 48px desktop, 32px mobile */
.page-ville .sv-providers,
.page-ville .sv-steps,
.page-ville .sv-requests,
.page-ville .svl-reviews-section { padding-top: 48px; padding-bottom: 0; }
.page-ville .sv-hero__trust-bar { padding-top: 24px; padding-bottom: 24px; }

/* ---- Hero ---- */
.svl-hero { position: relative; overflow: hidden; }
.svl-hero--clean {
    background: linear-gradient(135deg, #0B1120 0%, #172554 100%);
    padding: 0;
}
.svl-hero__bg-img { display: none; }
.svl-hero--clean .svl-hero__inner {
    max-width: 1232px; margin: 0 auto; padding: 80px 64px 0;
    display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: end;
}
.svl-hero__content { display: flex; flex-direction: column; gap: 20px; }
.svl-hero__subtitle {
    font-family: 'Inter', sans-serif; font-size: 17px; font-weight: 400;
    color: rgba(255,255,255,.75); line-height: 1.6; max-width: 560px;
}
.svl-hero__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.svl-hero__btn-primary {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 16px 32px; background: #0243f1; color: #fff; border-radius: 12px;
    font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 600;
    text-decoration: none; transition: all .25s; box-shadow: 0 8px 24px rgba(2,67,241,.3);
}
.svl-hero__btn-primary:hover { background: #0235c7; transform: translateY(-2px); color: #fff; }
.svl-hero__btn-primary i { font-size: 20px; }
.svl-hero__btn-secondary {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 16px 28px; background: rgba(255,255,255,.08); color: #fff; border-radius: 12px;
    border: 1px solid rgba(255,255,255,.15);
    font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 500;
    text-decoration: none; transition: all .25s;
}
.svl-hero__btn-secondary:hover { background: rgba(255,255,255,.15); color: #fff; }
.svl-hero__pills { display: flex; gap: 16px; flex-wrap: wrap; }
.svl-hero__pill {
    display: flex; align-items: center; gap: 6px;
    font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 500; color: rgba(255,255,255,.7);
}
.svl-hero__pill i { font-size: 16px; color: #10b981; }
.svl-hero__right { display: flex; align-items: flex-end; justify-content: center; }
.svl-hero__image {
    width: 100%; max-width: 520px; height: auto; display: block;
    border-radius: 20px 20px 0 0; object-fit: cover;
    box-shadow: 0 -10px 40px rgba(0,0,0,.2);
}

/* Stats inline */
.svl-hero__stats-inline {
    display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
}
.svl-hero__stat-inline {
    font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 500;
    color: rgba(255,255,255,.6);
}
.svl-hero__stat-num {
    font-weight: 800; color: #fff; font-size: 16px; margin-right: 4px;
}
.svl-hero__stat-sep {
    width: 1px; height: 20px; background: rgba(255,255,255,.15); flex-shrink: 0;
}

/* Legacy hero (keep for fallback) */
.svl-hero:not(.svl-hero--clean) { min-height: 700px; display: flex; align-items: center; }
.svl-hero__bg { position: absolute; inset: 0; background-size: cover; background-position: center; background-repeat: no-repeat; z-index: 0; }
.svl-hero__bg::before { content: ''; position: absolute; inset: 0; background: none; }
.svl-hero:not(.svl-hero--clean) .svl-hero__inner { position: relative; z-index: 1; width: 100%; padding: 120px 0 80px 100px; display: flex; flex-direction: column; align-items: flex-start; }

/* Hero card */
.svl-hero__card {
    background: rgba(255,255,255,.97); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
    border-radius: 24px; padding: 44px; box-shadow: 0 24px 64px rgba(0,0,0,.12), 0 0 0 1px rgba(255,255,255,.8) inset;
    max-width: 560px; width: 100%;
}
.svl-hero__badge {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(255,255,255,.08); color: rgba(255,255,255,.8);
    font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 600;
    padding: 8px 16px; border-radius: 999px; text-transform: uppercase; letter-spacing: .08em;
    border: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(8px);
}
.svl-hero__badge i { font-size: 14px; color: #60a5fa; }
.svl-hero__title {
    font-family: 'Inter', sans-serif; font-size: 40px; font-weight: 800;
    color: #fff; line-height: 1.15; letter-spacing: -.03em; margin: 0;
}
.svl-hero__title span { color: #60a5fa; }

/* Hero checklist */
.svl-hero__checklist { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.svl-hero__checklist li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; font-weight: 500; color: #334155; line-height: 1.45; }
.svl-hero__checklist li i { font-size: 12px; color: #fff; margin-top: 3px; flex-shrink: 0; width: 20px; height: 20px; background: #0243f1; border-radius: 50%; display: flex; align-items: center; justify-content: center; }

/* Card separator + CTA */
.svl-hero__card-separator { height: 1px; background: #e2e8f0; margin: 28px 0; }
.svl-hero__card-btn {
    display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%;
    padding: 16px; background: #0243f1; color: #fff; border: none; border-radius: 14px;
    font-size: 16px; font-weight: 700; text-decoration: none; font-family: 'Inter', sans-serif;
    transition: all .25s; box-shadow: 0 8px 24px rgba(2,67,241,.3);
}
.svl-hero__card-btn:hover { background: #0235c9; transform: translateY(-2px); box-shadow: 0 12px 32px rgba(2,67,241,.35); }
.svl-hero__card-btn i { font-size: 18px; }
.svl-hero__card-disclaimer { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 14px; font-size: 12px; color: #94a3b8; font-weight: 500; }
.svl-hero__card-disclaimer i { font-size: 14px; color: #10b981; }

/* Trust */
.svl-hero__trust { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 28px; }
.svl-hero__trust-item { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: #fff; background: rgba(0,0,0,.4); backdrop-filter: blur(8px); padding: 10px 18px; border-radius: 12px; text-shadow: 0 1px 3px rgba(0,0,0,.3); }
.svl-hero__trust-item i { font-size: 16px; color: #60a5fa; }

/* ---- Section container (inner wrapper for full-width sections) ---- */
.svl-section__container { max-width: 1232px; margin: 0 auto; padding: 0 64px; }

/* ---- Services Premium ---- */
.svl-section { max-width: 1232px; margin: 0 auto; padding: 48px 64px 0; }
.svl-section--autres { padding-top: 24px; }
.svl-section:last-of-type { padding-bottom: 48px; }
.svl-section--highlight {
    background: #f8fafc; max-width: none;
    margin-left: -64px; margin-right: -64px;
    padding: 48px 64px;
}
.svl-section--highlight .svl-section__container { max-width: 1232px; margin: 0 auto; padding: 0 64px; }
.svl-section__header { text-align: center; margin-bottom: 40px; }
.svl-section__title { font-size: 32px; font-weight: 800; color: #0f172a; letter-spacing: -.03em; margin-bottom: 10px; line-height: 1.2; }
.svl-section__subtitle { font-size: 16px; color: #64748b; line-height: 1.6; max-width: 560px; margin: 0 auto; }

/* Eyebrow */
.svl-section__eyebrow {
    display: inline-flex; align-items: center; gap: 6px;
    font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 700;
    color: #0243f1; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 12px;
}
.svl-section__eyebrow i { font-size: 16px; }

/* Mid CTA */
.svl-section__mid-cta { text-align: center; margin: 40px 0; }
.svl-section__mid-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 16px 36px; background: #0243f1; color: #fff; border-radius: 14px;
    font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 600;
    text-decoration: none; transition: all .25s; box-shadow: 0 8px 24px rgba(2,67,241,.2);
}
.svl-section__mid-btn:hover { background: #0235c7; transform: translateY(-2px); box-shadow: 0 12px 32px rgba(2,67,241,.3); color: #fff; }
.svl-section__mid-btn i { font-size: 20px; }

/* Why heading */
.svl-why__heading {
    font-family: 'Inter', sans-serif; font-size: 24px; font-weight: 800;
    color: #0f172a; text-align: center; margin-bottom: 32px;
}

/* Why grid (4 cards) */
.svl-why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.svl-why-card {
    background: #fff; border: 1px solid rgba(0,0,0,.06); border-radius: 16px;
    padding: 28px 22px; text-align: center; transition: all .25s;
}
.svl-why-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(2,67,241,.08); border-color: rgba(2,67,241,.12); }
.svl-why-card__icon {
    width: 52px; height: 52px; border-radius: 14px; background: #eff6ff;
    display: flex; align-items: center; justify-content: center;
    font-size: 24px; color: #0243f1; margin: 0 auto 16px; transition: all .25s;
}
.svl-why-card:hover .svl-why-card__icon { background: #0243f1; color: #fff; }
.svl-why-card__title {
    font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 700;
    color: #0f172a; margin: 0 0 8px;
}
.svl-why-card__desc {
    font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 400;
    color: #64748b; line-height: 1.55; margin: 0;
}

.svl-premium-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 0; }

/* Blog cards */
.svl-blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; }
.svl-blog-card {
    background: #fff; border-radius: 16px; padding: 28px 24px;
    border: 1px solid rgba(0,0,0,.06); text-decoration: none; transition: all .25s;
    display: flex; flex-direction: column;
}
.svl-blog-card:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0,0,0,.06); border-color: rgba(2,67,241,.1); }
.svl-blog-card__title { font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 700; color: #0f172a; margin-bottom: 8px; line-height: 1.4; }
.svl-blog-card__excerpt { font-family: 'Inter', sans-serif; font-size: 13px; color: #64748b; line-height: 1.5; flex: 1; }
.svl-blog-card__link { margin-top: 14px; font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 600; color: #0243f1; display: flex; align-items: center; gap: 4px; }
.svl-blog-card__link i { font-size: 14px; transition: transform .2s; }
.svl-blog-card:hover .svl-blog-card__link i { transform: translateX(4px); }
.svl-premium-card { background: #fff; border-radius: 20px; padding: 36px 28px; border: 1px solid rgba(0,0,0,.06); box-shadow: 0 4px 20px rgba(0,0,0,.04); transition: all .3s; }
.svl-premium-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,0,0,.08); border-color: rgba(2,67,241,.1); }
.svl-premium-card__icon { width: 56px; height: 56px; border-radius: 16px; background: linear-gradient(135deg, #eff6ff, #e0e7ff); color: #0243f1; display: flex; align-items: center; justify-content: center; font-size: 26px; margin-bottom: 20px; transition: all .3s; }
.svl-premium-card:hover .svl-premium-card__icon { background: linear-gradient(135deg, #0243f1, #4f46e5); color: #fff; }
.svl-premium-card__title { font-size: 18px; font-weight: 800; color: #0f172a; margin-bottom: 8px; }
.svl-premium-card__desc { font-size: 14px; color: #64748b; line-height: 1.65; }

/* ---- Why choose ---- */
.svl-why { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.svl-why__title { font-size: 32px; font-weight: 800; color: #0f172a; margin-bottom: 32px; letter-spacing: -.02em; line-height: 1.2; }
.svl-why__features { display: flex; flex-direction: column; gap: 20px; }
.svl-why__feature { display: flex; align-items: flex-start; gap: 16px; background: #f8fafc; border-radius: 16px; padding: 24px; }
.svl-why__feature-icon { width: 48px; height: 48px; border-radius: 14px; background: linear-gradient(135deg, #eff6ff, #e0e7ff); color: #0243f1; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }
.svl-why__feature-title { font-size: 16px; font-weight: 700; color: #0f172a; margin-bottom: 4px; }
.svl-why__feature-desc { font-size: 14px; color: #64748b; line-height: 1.5; }
.svl-why__stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.svl-why__stat { background: #f8fafc; border-radius: 16px; padding: 28px 24px; text-align: center; }
.svl-why__stat-icon { width: 56px; height: 56px; margin: 0 auto 12px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; }
.svl-why__stat-icon--blue { background: #eff6ff; color: #0243f1; }
.svl-why__stat-icon--green { background: #f0fdf4; color: #16a34a; }
.svl-why__stat-title { font-size: 16px; font-weight: 700; color: #0f172a; margin-bottom: 4px; }
.svl-why__stat-desc { font-size: 13px; color: #64748b; line-height: 1.4; }

/* ---- How it works ---- */
.svl-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.svl-step { background: #fff; border-radius: 20px; padding: 40px 28px; border: 1px solid rgba(0,0,0,.06); text-align: center; transition: all .3s; }
.svl-step:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,0,0,.06); }
.svl-step__icon { width: 60px; height: 60px; border-radius: 50%; background: linear-gradient(135deg, #0243f1, #4f46e5); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 26px; margin: 0 auto 24px; box-shadow: 0 8px 24px rgba(2,67,241,.25); }
.svl-step__title { font-size: 17px; font-weight: 700; color: #0f172a; margin-bottom: 10px; }
.svl-step__desc { font-size: 14px; color: #64748b; line-height: 1.65; }

/* ---- Profile cards ---- */
.svl-profiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.svl-profile { background: #fff; border-radius: 20px; overflow: hidden; border: 1px solid rgba(0,0,0,.06); box-shadow: 0 4px 20px rgba(0,0,0,.04); transition: all .3s; }
.svl-profile:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,0,0,.08); }
.svl-profile__photo { position: relative; height: 240px; overflow: hidden; }
.svl-profile__photo img { width: 100%; height: 100%; object-fit: cover; }
.svl-profile__rating { position: absolute; bottom: 12px; left: 12px; display: flex; align-items: center; gap: 6px; background: rgba(0,0,0,.6); backdrop-filter: blur(8px); color: #fff; padding: 6px 14px; border-radius: 10px; font-size: 13px; font-weight: 600; }
.svl-profile__rating i { color: #f59e0b; }
.svl-profile__info { padding: 20px 24px 24px; }
.svl-profile__name-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.svl-profile__name { font-size: 18px; font-weight: 700; color: #0f172a; }
.svl-profile__price { font-size: 18px; font-weight: 800; color: #0243f1; }
.svl-profile__location { display: flex; align-items: center; gap: 5px; font-size: 13px; color: #64748b; margin-bottom: 12px; }
.svl-profile__location i { font-size: 14px; color: #0243f1; }
.svl-profile__badges { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 16px; }
.svl-profile__badge { font-size: 11px; font-weight: 600; padding: 4px 12px; border-radius: 8px; background: #f0fdf4; color: #16a34a; }
.svl-profile__badge--blue { background: #eff6ff; color: #0243f1; }
.svl-profile__btn { display: block; width: 100%; padding: 12px; background: #0243f1; color: #fff; border: none; border-radius: 12px; font-size: 14px; font-weight: 700; text-align: center; text-decoration: none; transition: background .2s; cursor: pointer; font-family: 'Inter', sans-serif; }
.svl-profile__btn:hover { background: #0235c9; }

/* ---- CTA Prestataire ---- */
.svl-cta-pro { background: linear-gradient(135deg, #0f172a, #1e293b); border-radius: 24px; padding: 60px; text-align: center; color: #fff; position: relative; overflow: hidden; }
.svl-cta-pro::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 30% 50%, rgba(2,67,241,.12), transparent 60%); }
.svl-cta-pro__title { font-size: 30px; font-weight: 800; margin-bottom: 14px; position: relative; line-height: 1.2; }
.svl-cta-pro__desc { font-size: 16px; color: rgba(255,255,255,.7); max-width: 600px; margin: 0 auto 32px; line-height: 1.6; position: relative; }
.svl-cta-pro__btn { display: inline-flex; align-items: center; gap: 8px; padding: 16px 40px; background: #fff; color: #0f172a; border: none; border-radius: 14px; font-size: 16px; font-weight: 700; text-decoration: none; position: relative; transition: all .25s; box-shadow: 0 8px 24px rgba(0,0,0,.15); }
.svl-cta-pro__btn:hover { transform: translateY(-2px); color: #0243f1; }

/* ---- Pricing ---- */
.svl-pricing { display: flex; align-items: center; gap: 0; background: linear-gradient(135deg, #0243f1 0%, #1e40af 50%, #0a1a4a 100%); border-radius: 16px; overflow: hidden; color: #fff; position: relative; }
.svl-pricing::before { content: ''; position: absolute; top: -60%; right: -15%; width: 300px; height: 300px; border-radius: 50%; background: rgba(99,102,241,.06); }
.svl-pricing__left { flex: 1; padding: 28px 32px; position: relative; }
.svl-pricing__title { font-size: 20px; font-weight: 800; margin-bottom: 6px; line-height: 1.3; }
.svl-pricing__desc { font-size: 13px; color: rgba(255,255,255,.65); line-height: 1.5; margin-bottom: 0; }
.svl-pricing__right { width: 200px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 24px 20px; background: rgba(255,255,255,.06); border-left: 1px solid rgba(255,255,255,.1); position: relative; flex-shrink: 0; }
.svl-pricing__label { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.45); margin-bottom: 4px; }
.svl-pricing__amount { font-size: 48px; font-weight: 900; letter-spacing: -.04em; line-height: 1; }
.svl-pricing__unit { font-size: 18px; font-weight: 500; color: rgba(255,255,255,.5); }
.svl-pricing__btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 10px 24px; background: #fff; color: #0243f1; border: none; border-radius: 10px; font-size: 13px; font-weight: 700; text-decoration: none; margin-top: 12px; transition: all .2s; box-shadow: 0 4px 16px rgba(0,0,0,.12); white-space: nowrap; }
.svl-pricing__btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.18); }

/* ---- Requests (2 col layout) ---- */
.svl-requests-layout { display: grid; grid-template-columns: 380px 1fr; gap: 32px; align-items: start; }
.svl-requests-header { position: sticky; top: 100px; }
.svl-requests-header__title { font-size: 28px; font-weight: 800; color: #0f172a; margin-bottom: 12px; line-height: 1.2; }
.svl-requests-header__desc { font-size: 15px; color: #64748b; line-height: 1.6; margin-bottom: 16px; }
.svl-requests-header__live { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #64748b; }
.svl-requests-header__live i { color: #16a34a; font-size: 16px; }
.svl-requests-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.svl-request-card { background: #fff; border-radius: 16px; padding: 24px; border: 1px solid rgba(0,0,0,.06); transition: all .2s; }
.svl-request-card:hover { border-color: rgba(2,67,241,.12); box-shadow: 0 8px 24px rgba(0,0,0,.04); }
.svl-request-card__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.svl-request-card__zone { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: #0243f1; background: #eff6ff; padding: 4px 12px; border-radius: 8px; }
.svl-request-card__price { font-size: 18px; font-weight: 800; color: #0f172a; }
.svl-request-card__type { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: #0f172a; margin-bottom: 8px; }
.svl-request-card__desc { font-size: 13px; color: #64748b; line-height: 1.5; margin-bottom: 12px; }
.svl-request-card__time { display: flex; align-items: center; gap: 6px; font-size: 12px; color: #94a3b8; }
.svl-request-card__time i { font-size: 14px; }

/* ---- Zones d'intervention ---- */
.svl-zones__title { font-size: 28px; font-weight: 800; color: #0f172a; text-align: center; margin-bottom: 24px; }
.svl-zones__grid { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.svl-zones__pill { padding: 12px 24px; background: #fff; border: 1.5px solid #e2e8f0; border-radius: 12px; font-size: 14px; font-weight: 600; color: #0f172a; text-decoration: none; transition: all .2s; }
.svl-zones__pill:hover { border-color: #0243f1; color: #0243f1; background: #f0f4ff; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(2,67,241,.08); }

/* ---- Quartiers couverts ---- */
.svl-quartiers { background: #fff; border-radius: 20px; border: none; border-top: 4px solid #0243f1; padding: 32px 36px; box-shadow: 0 6px 24px rgba(0,0,0,.06); }
.svl-quartiers__header { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.svl-quartiers__icon { width: 40px; height: 40px; border-radius: 10px; background: #0243f1; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.svl-quartiers__title { font-size: 16px; font-weight: 700; color: #0f172a; line-height: 1.3; }
.svl-quartiers__subtitle { font-size: 13px; color: #64748b; margin-top: 2px; }
.svl-quartiers__list { display: flex; flex-wrap: wrap; gap: 8px; }
.svl-quartiers__list:not(.svl-quartiers__list--expanded) { max-height: none; overflow: hidden; }
.svl-quartiers__tag { padding: 7px 14px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 20px; font-size: 13px; font-weight: 500; color: #334155; transition: all .2s; white-space: nowrap; }
.svl-quartiers__tag:hover { border-color: #0243f1; color: #0243f1; background: #eff6ff; }
.svl-quartiers__toggle { display: none; margin-top: 12px; background: none; border: none; color: #0243f1; font-size: 13px; font-weight: 600; cursor: pointer; padding: 0; }

@media (max-width: 768px) {
    .svl-quartiers { padding: 20px 16px; border-radius: 14px; border-top-width: 3px; }
    .svl-quartiers__header { gap: 10px; margin-bottom: 14px; }
    .svl-quartiers__icon { width: 32px; height: 32px; font-size: 15px; border-radius: 8px; }
    .svl-quartiers__title { font-size: 14px; }
    .svl-quartiers__subtitle { display: none; }
    .svl-quartiers__list { gap: 5px; }
    .svl-quartiers__list:not(.svl-quartiers__list--expanded) { max-height: 72px; overflow: hidden; position: relative; }
    .svl-quartiers__tag { padding: 6px 10px; font-size: 12px; border-radius: 14px; }
    .svl-quartiers__toggle { display: block; }
}

/* ---- Reviews ---- */
.svl-reviews-section { background: #f8fafc; padding: 64px 0; }
.svl-reviews-section__inner { max-width: 1232px; margin: 0 auto; padding: 0 24px; }
.svl-reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.svl-review {
    background: #fff; border-radius: 16px; padding: 32px;
    border: 1px solid rgba(0,0,0,.06);
    box-shadow: 0 2px 8px rgba(0,0,0,.03);
    display: flex; flex-direction: column; gap: 16px;
    transition: all .25s; position: relative;
}
.svl-review:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(2,67,241,.08); border-color: rgba(2,67,241,.1); }
.svl-review__quote { color: #0243f1; opacity: .12; line-height: 1; }
.svl-review__quote i { font-size: 36px; }
.svl-review__stars { display: flex; align-items: center; gap: 3px; }
.svl-review__stars i { font-size: 20px; }
.svl-review__text { font-size: 15px; color: #334155; line-height: 1.75; flex: 1; }
.svl-review__author { display: flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 16px; border-top: 1px solid #f1f5f9; }
.svl-review__avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.svl-review__name { font-size: 15px; font-weight: 700; color: #0f172a; }
.svl-review__location { font-size: 12px; color: #64748b; display: flex; align-items: center; gap: 3px; margin-top: 2px; }

/* ---- Reviews carousel mode (homepage) ---- */
.svl-reviews--carousel {
    display: flex !important;
    grid-template-columns: none !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 20px;
    padding: 4px 0 20px 16px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
@media (max-width: 768px) {
    .svl-reviews--carousel { padding-left: 16px; gap: 12px; }
}
.svl-reviews--carousel::-webkit-scrollbar { display: none; }
.svl-reviews--carousel .svl-review:last-child { margin-right: 24px; }
.svl-reviews--carousel .svl-review {
    width: 420px;
    min-width: 420px;
    max-width: 420px;
    min-height: 280px;
    flex-shrink: 0;
    scroll-snap-align: start;
}
@media (max-width: 768px) {
    .svl-reviews-section { overflow: hidden; }
    .svl-reviews-section__inner { overflow: hidden; padding: 0 16px; }
    .svl-reviews--carousel { gap: 12px; padding: 4px 0 16px 0; margin: 0; width: 100%; }
    .svl-reviews--carousel .svl-review { width: 300px; min-width: 300px; max-width: 300px; padding: 24px; min-height: auto; }
    .svl-reviews--carousel .svl-review:last-child { margin-right: 0; }
}

/* ---- SEO Content ---- */
/* Guide SEO block */
.svl-guide {
    background: #f8fafc; border-radius: 16px; padding: 0;
    border: 1px solid rgba(0,0,0,.06); overflow: hidden;
}
.svl-guide__header {
    text-align: center; padding: 32px 32px 0;
    margin-bottom: 8px;
}
.svl-guide__eyebrow {
    display: inline-flex; align-items: center; gap: 6px;
    font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 700;
    color: #0243f1; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 10px;
    background: #eef3ff; padding: 5px 12px; border-radius: 20px;
}
.svl-guide__eyebrow i { font-size: 13px; }
.svl-guide__title {
    font-family: 'Inter', sans-serif; font-size: 22px; font-weight: 800;
    color: #0f172a; letter-spacing: -.02em; margin: 0; line-height: 1.3;
}
.svl-guide__intro {
    max-width: 800px; margin: 0 auto; padding: 20px 32px 24px;
}
.svl-guide__insight {
    display: flex; align-items: flex-start; gap: 12px; padding: 16px 20px;
    background: #eef3ff; border-radius: 10px; margin: 0 32px 20px; border-left: 3px solid #0243f1;
}
.svl-guide__insight-icon { font-size: 18px; color: #0243f1; flex-shrink: 0; margin-top: 2px; }
.svl-guide__insight p { font-size: 13px; color: #334155; line-height: 1.6; margin: 0; }
.svl-guide__insight strong { color: #0243f1; }
@media (max-width: 768px) { .svl-guide__insight { margin: 0 16px 16px; } }
.svl-guide__intro p {
    font-family: 'Inter', sans-serif; font-size: 14px; color: #475569;
    line-height: 1.8; margin: 0 0 12px;
}
.svl-guide__intro p:last-child { margin-bottom: 0; }
.svl-guide__intro strong { color: #0f172a; }
.svl-guide__intro a { color: #0243f1; font-weight: 500; text-decoration: none; }
.svl-guide__intro a:hover { text-decoration: underline; }
.svl-guide__sections {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px;
    padding: 0 32px 28px;
}
.svl-guide__section {
    display: flex; gap: 14px; align-items: flex-start;
    padding: 20px; background: #fff; border-radius: 12px;
    border: 1px solid rgba(0,0,0,.04); transition: all .2s;
}
.svl-guide__section:hover { border-color: rgba(2,67,241,.1); box-shadow: 0 4px 12px rgba(2,67,241,.05); }
.svl-guide__section-icon {
    width: 40px; height: 40px; min-width: 40px; border-radius: 10px;
    background: linear-gradient(135deg, #eef3ff 0%, #dbeafe 100%);
    display: flex; align-items: center; justify-content: center;
    font-size: 18px; color: #0243f1; flex-shrink: 0;
}
.svl-guide__section-title {
    font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 700;
    color: #0f172a; margin: 0 0 6px;
}
.svl-guide__section p {
    font-family: 'Inter', sans-serif; font-size: 13px; color: #64748b;
    line-height: 1.65; margin: 0;
}
.svl-guide__section a { color: #0243f1; font-weight: 500; text-decoration: none; }
.svl-guide__section a:hover { text-decoration: underline; }
.svl-guide__section strong { color: #0f172a; }
.svl-guide__footer {
    padding: 16px 32px; text-align: center;
    background: #fff; border-top: 1px solid rgba(0,0,0,.04);
}
.svl-guide__footer p {
    font-family: 'Inter', sans-serif; font-size: 12px; color: #94a3b8; margin: 0;
}
.svl-guide__footer a { color: #0243f1; font-weight: 500; text-decoration: none; }
.svl-guide__footer a:hover { text-decoration: underline; }

/* Legacy seo-content */
.svl-seo-content { max-width: 900px; margin: 0 auto; }
.svl-seo-content__title { font-size: 28px; font-weight: 800; color: #0f172a; margin-bottom: 24px; text-align: center; letter-spacing: -.02em; }
.svl-seo-content p { font-size: 15px; color: #475569; line-height: 1.85; margin-bottom: 16px; }
.svl-seo-content strong { color: #0f172a; }

/* ---- Other services ---- */
.svl-other-services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.svl-other-service { background: #fff; border-radius: 18px; padding: 32px 24px; border: 1px solid rgba(0,0,0,.05); text-decoration: none; transition: all .3s; }
.svl-other-service:hover { border-color: #0243f1; transform: translateY(-4px); box-shadow: 0 16px 40px rgba(2,67,241,.08); }
.svl-other-service__icon { width: 52px; height: 52px; border-radius: 16px; background: linear-gradient(135deg, #eff6ff, #e0e7ff); color: #0243f1; display: flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 18px; transition: all .3s; }
.svl-other-service:hover .svl-other-service__icon { background: linear-gradient(135deg, #0243f1, #4f46e5); color: #fff; }
.svl-other-service__title { font-size: 17px; font-weight: 700; color: #0f172a; margin-bottom: 6px; }
.svl-other-service__desc { font-size: 13px; color: #64748b; line-height: 1.5; }

/* ---- FAQ ---- */
/* FAQ Block */
.svl-faq-block {
    background: #fff; border-radius: 20px; padding: 0;
    border: none; border-top: 4px solid #0243f1;
    box-shadow: 0 6px 24px rgba(0,0,0,.06); overflow: hidden;
}
.svl-faq-block__header { text-align: center; padding: 40px 48px 0; margin-bottom: 32px; }
.svl-faq-block__eyebrow {
    display: inline-flex; align-items: center; gap: 6px;
    font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 700;
    color: #0243f1; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 12px;
    background: #eff6ff; padding: 6px 14px; border-radius: 6px;
}
.svl-faq-block__eyebrow i { font-size: 14px; }
.svl-faq-block__title { font-family: 'Inter', sans-serif; font-size: 26px; font-weight: 800; color: #0f172a; margin: 0 0 8px; }
.svl-faq-block__subtitle { font-family: 'Inter', sans-serif; font-size: 14px; color: #64748b; margin: 0; }
.svl-faq-block__list { max-width: 800px; margin: 0 auto; padding: 0 48px; }
.svl-faq-block__item { border-bottom: 1px solid #f1f5f9; }
.svl-faq-block__item:last-child { border-bottom: none; }
.svl-faq-block__item.open { background: #f8fafc; margin: 0 -48px; padding: 0 48px; }
.svl-faq-block__question {
    display: flex; align-items: center; gap: 16px; padding: 20px 0;
    cursor: pointer; transition: all .15s;
}
.svl-faq-block__question:hover { padding-left: 4px; }
.svl-faq-block__num {
    font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 800;
    color: #0243f1; background: #eff6ff; width: 40px; height: 40px;
    border-radius: 12px; display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; transition: all .2s;
}
.svl-faq-block__item.open .svl-faq-block__num { background: #0243f1; color: #fff; box-shadow: 0 4px 12px rgba(2,67,241,.2); }
.svl-faq-block__q-text {
    font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 600;
    color: #0f172a; flex: 1; line-height: 1.4;
}
.svl-faq-block__item.open .svl-faq-block__q-text { color: #0243f1; font-weight: 700; }
.svl-faq-block__icon {
    font-size: 18px; color: #cbd5e1; transition: all .3s; flex-shrink: 0;
    width: 32px; height: 32px; border-radius: 8px; background: #f8fafc;
    display: flex; align-items: center; justify-content: center;
}
.svl-faq-block__item.open .svl-faq-block__icon { transform: rotate(45deg); color: #0243f1; background: #eff6ff; }
.svl-faq-block__answer { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.svl-faq-block__item.open .svl-faq-block__answer { max-height: 500px; }
.svl-faq-block__answer p {
    padding: 0 0 20px 56px; margin: 0;
    font-family: 'Inter', sans-serif; font-size: 14px; color: #475569; line-height: 1.8;
}
.svl-faq-block__answer a { color: #0243f1; font-weight: 500; text-decoration: none; }
.svl-faq-block__answer a:hover { text-decoration: underline; }
.svl-faq-block__cta {
    display: flex; align-items: center; justify-content: center; gap: 16px;
    padding: 20px 48px; background: #f8fafc; border-top: 1px solid #f1f5f9;
}
.svl-faq-block__cta p { font-family: 'Inter', sans-serif; font-size: 14px; color: #64748b; margin: 0; }
.svl-faq-block__cta a {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 600;
    color: #fff; background: #0243f1; padding: 10px 24px; border-radius: 10px;
    text-decoration: none; transition: all .2s; box-shadow: 0 4px 12px rgba(2,67,241,.15);
}
.svl-faq-block__cta a:hover { background: #0235c7; transform: translateY(-1px); color: #fff; }

/* Legacy FAQ (keep for compatibility) */
.svl-faq__item { border-bottom: 1.5px solid #f1f5f9; }
.svl-faq__question { display: flex; align-items: center; justify-content: space-between; padding: 24px 0; font-size: 17px; font-weight: 600; color: #0f172a; cursor: pointer; gap: 16px; }
.svl-faq__question i { font-size: 22px; color: #94a3b8; transition: all .3s; flex-shrink: 0; }
.svl-faq__item.open .svl-faq__question { color: #0243f1; }
.svl-faq__item.open .svl-faq__question i { transform: rotate(45deg); color: #0243f1; }
.svl-faq__answer { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.svl-faq__item.open .svl-faq__answer { max-height: 500px; }
.svl-faq__answer p { padding-bottom: 24px; font-size: 15px; color: #475569; line-height: 1.8; }

/* ---- CTA Final ---- */
.svl-cta-final { background: linear-gradient(135deg, #0243f1 0%, #1e40af 50%, #4f46e5 100%); border-radius: 16px; padding: 36px 32px; text-align: center; color: #fff; position: relative; overflow: hidden; }
.svl-cta-final::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 20% 50%, rgba(255,255,255,.08), transparent 50%); }
.svl-cta-final__title { font-size: 24px; font-weight: 800; margin-bottom: 8px; position: relative; letter-spacing: -.02em; }
.svl-cta-final__desc { font-size: 14px; color: rgba(255,255,255,.7); max-width: 480px; margin: 0 auto 20px; line-height: 1.5; position: relative; }
.svl-cta-final__btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 32px; background: #fff; color: #0243f1; border: none; border-radius: 12px; font-size: 15px; font-weight: 700; text-decoration: none; position: relative; transition: all .25s; box-shadow: 0 6px 20px rgba(0,0,0,.1); }
.svl-cta-final__btn:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(0,0,0,.15); }

/* ---- Disclaimer ---- */
.svl-disclaimer { max-width: 1232px; margin: 0 auto; padding: 16px 64px; display: flex; align-items: center; gap: 8px; font-size: 13px; color: #64748b; background: #fff; border-bottom: 1px solid #f1f5f9; }
.svl-disclaimer i { font-size: 16px; color: #16a34a; }

/* ---- Breadcrumb ---- */
.svl-breadcrumb { background: #fff; border-bottom: 1px solid #f1f5f9; padding: 14px 0; }
.svl-breadcrumb__inner { max-width: 1232px; margin: 0 auto; padding: 0 64px; display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500; }
.svl-breadcrumb__inner a { color: #64748b; text-decoration: none; transition: color .2s; }
.svl-breadcrumb__inner a:hover { color: #0243f1; }
.svl-breadcrumb__inner i { color: #cbd5e1; font-size: 10px; }
.svl-breadcrumb__inner span { color: #0f172a; font-weight: 600; }

/* ---- Sticky mobile CTA ---- */
.svl-mobile-cta {
    display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 999;
    padding: 12px 16px; background: #fff; border-top: 1px solid #e2e8f0;
    box-shadow: 0 -4px 20px rgba(0,0,0,.08);
}
.svl-mobile-cta__btn {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    width: 100%; padding: 14px; background: #0243f1; color: #fff; border: none;
    border-radius: 14px; font-size: 15px; font-weight: 700; text-decoration: none;
    font-family: 'Inter', sans-serif; box-shadow: 0 4px 16px rgba(2,67,241,.3);
}

/* ---- Provider cards (style Yoojo) ---- */
.svl-providers-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.svl-pcard {
    display: flex; flex-direction: column; background: #fff;
    border-radius: 16px; overflow: hidden; text-decoration: none; color: inherit;
    border: 1px solid #f1f5f9; transition: all .25s;
}
.svl-pcard:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,.08); border-color: rgba(2,67,241,.12); }
.svl-pcard__photo { width: 100%; aspect-ratio: 4/3; overflow: hidden; background: #f1f5f9; }
.svl-pcard__photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.svl-pcard:hover .svl-pcard__photo img { transform: scale(1.05); }
.svl-pcard__photo-initials {
    width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
    font-family: 'Inter', sans-serif; font-size: 48px; font-weight: 700; color: #fff;
}
.svl-pcard__body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.svl-pcard__name-row { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; }
.svl-pcard__name { font-family: 'Inter', sans-serif; font-size: 17px; font-weight: 700; color: #0f172a; }
.svl-pcard__price { font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 700; color: #0f172a; white-space: nowrap; }
.svl-pcard__rating {
    display: flex; align-items: center; gap: 4px;
    font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 600; color: #0f172a;
}
.svl-pcard__rating i { color: #f59e0b; font-size: 16px; }
.svl-pcard__rating span { font-weight: 400; color: #94a3b8; }
.svl-pcard__rating--new { color: #10b981; }
.svl-pcard__rating--new i { color: #10b981; }
.svl-pcard__bio {
    font-family: 'Inter', sans-serif; font-size: 13px; color: #64748b; line-height: 1.55; margin: 0;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.svl-pcard__tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; padding-top: 4px; }
.svl-pcard__tag {
    font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 500; color: #475569;
    background: #f8fafc; border: 1px solid #e2e8f0; padding: 4px 10px; border-radius: 6px;
}

@media (max-width: 1024px) { .svl-providers-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px) {
    .svl-providers-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .svl-pcard { width: auto; min-width: auto; max-width: none;
        scroll-snap-align: start;
    }
}

/* ---- Hero Ville v2 (clean, centré) ---- */
.svh2 {
    background: #f8fafc; padding: 24px 24px 48px;
}
.svh2__bread {
    display: flex; align-items: center; gap: 8px; margin-bottom: 16px;
    font-family: 'Inter', sans-serif; font-size: 13px;
    max-width: 1232px; margin: 0 auto 16px;
}
.svh2__bread a { color: #94a3b8; text-decoration: none; }
.svh2__bread a:hover { color: #0243f1; }
.svh2__bread i { color: #cbd5e1; font-size: 10px; }
.svh2__bread span { color: #0f172a; font-weight: 500; }
.svh2__card {
    max-width: 1232px; margin: 0 auto;
    display: grid; grid-template-columns: 1fr 1fr;
    background: #fff; border-radius: 20px;
    border: none;
    border-top: 4px solid #0243f1;
    box-shadow: 0 6px 24px rgba(0,0,0,.06);
    overflow: hidden;
}
.svh2__left {
    padding: 44px 48px; display: flex; flex-direction: column; justify-content: center;
}
.svh2__right { position: relative; overflow: hidden; }
.svh2__right img {
    width: 100%; height: 100%; object-fit: cover; display: block; min-height: 380px;
}
/* Floating stat badge */
.svh2__floating { position: absolute; bottom: 16px; left: 16px; display: flex; align-items: center; gap: 10px; background: #fff; padding: 12px 16px; border-radius: 12px; box-shadow: 0 8px 24px rgba(0,0,0,.12); z-index: 2; }
.svh2__floating-icon { width: 36px; height: 36px; border-radius: 10px; background: linear-gradient(135deg, #0243f1, #6366f1); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.svh2__floating-stat { display: flex; align-items: baseline; gap: 4px; }
.svh2__floating-number { font-size: 16px; font-weight: 800; color: #0f172a; }
.svh2__floating-time { font-size: 14px; font-weight: 600; color: #0243f1; }
.svh2__floating-desc { font-size: 11px; color: #64748b; }
/* Provider avatars bar */
.svh2__providers { display: flex; align-items: center; gap: 12px; padding: 16px 24px 0; }
.svh2__providers-avatars { display: flex; }
.svh2__providers-avatars img, .svh2__providers-avatars div { margin-left: -8px; border: 2px solid #fff; border-radius: 50%; }
.svh2__providers-avatars img:first-child, .svh2__providers-avatars div:first-child { margin-left: 0; }
.svh2__providers-avatars img { width: 36px; height: 36px; object-fit: cover; }
.svh2__providers-text { font-size: 13px; color: #475569; }
.svh2__providers-text strong { color: #0f172a; font-weight: 700; }
@media (max-width: 768px) {
    .svh2__floating { bottom: 10px; left: 10px; padding: 10px 12px; border-radius: 10px; }
    .svh2__floating-icon { width: 30px; height: 30px; font-size: 14px; }
    .svh2__floating-number { font-size: 14px; }
    .svh2__floating-time { font-size: 12px; }
    .svh2__providers { padding: 12px 16px 0; gap: 8px; }
    .svh2__providers-avatars img, .svh2__providers-avatars div { width: 30px; height: 30px; margin-left: -6px; }
    .svh2__providers-text { font-size: 12px; }
}
.svh2__badge {
    display: inline-flex; align-items: center; gap: 6px; align-self: flex-start;
    background: #0243f1; color: #fff; padding: 7px 16px; border-radius: 8px;
    font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 700;
    margin-bottom: 18px; letter-spacing: .03em;
}
.svh2__badge i { font-size: 14px; }
.svh2__title {
    font-family: 'Inter', sans-serif; font-size: 34px; font-weight: 800;
    color: #0f172a; line-height: 1.15; letter-spacing: -.03em; margin: 0 0 20px;
}
.svh2__checklist {
    list-style: none; padding: 0; margin: 0 0 28px;
    display: flex; flex-direction: column; gap: 12px;
}
.svh2__checklist li {
    display: flex; align-items: flex-start; gap: 10px;
    font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 500;
    color: #334155; line-height: 1.45;
}
.svh2__checklist li i {
    font-size: 11px; color: #fff; margin-top: 3px; flex-shrink: 0;
    width: 20px; height: 20px; background: #0243f1; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
}
.svh2__subtitle {
    font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 400;
    color: #64748b; line-height: 1.65; margin: 0 0 28px;
}
.svh2__btn {
    display: inline-flex; align-items: center; gap: 8px; align-self: flex-start;
    padding: 14px 32px; background: #0243f1; color: #fff; border-radius: 12px;
    font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 600;
    text-decoration: none; transition: all .2s; box-shadow: 0 6px 20px rgba(2,67,241,.2);
}
.svh2__btn:hover { background: #0235c7; transform: translateY(-2px); box-shadow: 0 10px 28px rgba(2,67,241,.3); color: #fff; }
.svh2__btn i { font-size: 18px; }
.svh2__meta {
    display: flex; align-items: center; gap: 18px; margin-top: 20px; flex-wrap: wrap;
}
.svh2__meta span {
    display: flex; align-items: center; gap: 5px;
    font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 500; color: #64748b;
}
.svh2__meta span i { font-size: 15px; color: #10b981; }

@media (max-width: 1024px) {
    .svh2__left { padding: 32px 28px; }
    .svh2__title { font-size: 26px; }
}
@media (max-width: 768px) {
    .svh2 { padding: 12px 16px 28px; }
    .svh2__card { grid-template-columns: 1fr; border-radius: 16px; }
    .svh2__right { order: 1; }
    .svh2__right img { min-height: 180px; max-height: 200px; }
    .svh2__left { order: 2; padding: 24px 20px 28px; align-items: center; text-align: center; }
    .svh2__badge { align-self: center; }
    .svh2__title { font-size: 22px; margin-bottom: 16px; }
    .svh2__checklist { gap: 10px; margin-bottom: 20px; text-align: left; }
    .svh2__checklist li { font-size: 13px; gap: 8px; }
    .svh2__checklist li i { width: 18px; height: 18px; font-size: 10px; }
    .svh2__subtitle { font-size: 13px; margin-bottom: 18px; }
    .svh2__btn { width: 100%; justify-content: center; padding: 13px; font-size: 14px; align-self: stretch; }
    .svh2__meta { gap: 8px 14px; justify-content: center; }
    .svh2__meta span { font-size: 11px; }
    .svh2__bread { justify-content: center; font-size: 12px; }
}

/* ---- Hero Ville blanc (option 3 - unused) ---- */
.svh { background: #fff; position: relative; }
.svh__accent { height: 6px; background: #0243f1; }
.svh__inner {
    max-width: 800px; margin: 0 auto; padding: 56px 24px 48px; text-align: center;
}
.svh__badge {
    display: inline-flex; align-items: center; gap: 6px;
    font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 600;
    color: #0243f1; background: #eff6ff; padding: 8px 18px; border-radius: 99px;
    margin-bottom: 20px;
}
.svh__badge i { font-size: 15px; }
.svh__title {
    font-family: 'Inter', sans-serif; font-size: 40px; font-weight: 800;
    color: #0f172a; line-height: 1.15; letter-spacing: -.03em; margin: 0 0 16px;
}
.svh__subtitle {
    font-family: 'Inter', sans-serif; font-size: 17px; font-weight: 400;
    color: #64748b; line-height: 1.6; margin: 0 0 32px; max-width: 640px; margin-left: auto; margin-right: auto;
}
.svh__cta-row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 16px; }
.svh__btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 15px 32px; background: #0243f1; color: #fff; border-radius: 12px;
    font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 600;
    text-decoration: none; transition: all .2s; box-shadow: 0 6px 20px rgba(2,67,241,.2);
}
.svh__btn:hover { background: #0235c7; transform: translateY(-2px); box-shadow: 0 10px 28px rgba(2,67,241,.3); color: #fff; }
.svh__btn i { font-size: 20px; }
.svh__btn--ghost {
    background: #fff; color: #0f172a; border: 1.5px solid #e2e8f0; box-shadow: none;
}
.svh__btn--ghost:hover { border-color: #0243f1; color: #0243f1; background: #f8fafc; box-shadow: none; }
.svh__disclaimer {
    display: flex; align-items: center; justify-content: center; gap: 6px;
    font-family: 'Inter', sans-serif; font-size: 13px; color: #94a3b8;
}
.svh__disclaimer i { font-size: 15px; color: #10b981; }
.svh__bar { background: #f8fafc; border-top: 1px solid #f1f5f9; }
.svh__bar-inner {
    max-width: 1100px; margin: 0 auto; padding: 24px;
    display: flex; align-items: center; justify-content: center; gap: 32px;
}
.svh__bar-item {
    display: flex; align-items: center; gap: 10px;
    font-family: 'Inter', sans-serif; font-size: 14px; color: #475569;
}
.svh__bar-item i { font-size: 20px; color: #0243f1; }
.svh__bar-item strong { color: #0f172a; font-weight: 800; }
.svh__bar-sep { width: 1px; height: 28px; background: #e2e8f0; flex-shrink: 0; }

@media (max-width: 768px) {
    .svh__inner { padding: 36px 20px 32px; }
    .svh__title { font-size: 26px; }
    .svh__subtitle { font-size: 15px; margin-bottom: 24px; }
    .svh__cta-row { flex-direction: column; }
    .svh__btn { width: 100%; justify-content: center; padding: 14px; font-size: 15px; }
    .svh__bar-inner { flex-wrap: wrap; gap: 16px; padding: 20px 16px; }
    .svh__bar-sep { display: none; }
    .svh__bar-item { flex: 1; min-width: 45%; font-size: 13px; }
}

/* ---- CTA Become Provider (Anima) ---- */
.sv-become-cta { position: relative; width: 100%; max-width: 1232px; margin: 0 auto; padding: 0 16px; background: none; overflow: visible; }
.sv-become-cta__bg { display: none; }
.sv-become-cta__container { display: flex; align-items: center; justify-content: space-between; padding: 36px 40px; position: relative; gap: 32px; background: #191b25; border-radius: 20px; overflow: hidden; }
.sv-become-cta__content { max-width: 600px; display: flex; flex-direction: column; gap: 12px; }
.sv-become-cta__title { font-family: 'Inter', sans-serif; font-size: 28px; font-weight: 800; color: #fff; line-height: 1.2; letter-spacing: -.5px; }
.sv-become-cta__desc { font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 400; color: #94a3b8; line-height: 1.6; }
.sv-become-cta__btn { position: relative; display: inline-flex; align-items: center; justify-content: center; padding: 14px 32px; background: #0243f1; border-radius: 12px; text-decoration: none; flex-shrink: 0; transition: all .25s; }
.sv-become-cta__btn:hover { transform: translateY(-2px); background: #0235c7; }
.sv-become-cta__btn-shadow { display: none; }
.sv-become-cta__btn-text { font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 600; color: #fff; white-space: nowrap; }

/* ---- Local Story (Anima) ---- */
.sv-local-story { background: #f8f7ff; padding: 64px 0; }
.sv-local-story__container { max-width: 1232px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; gap: 80px; }
.sv-local-story__content { flex: 1; display: flex; flex-direction: column; gap: 28px; }
.sv-local-story__eyebrow { font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 700; color: #0243f1; letter-spacing: 2px; text-transform: uppercase; }
.sv-local-story__title { font-family: 'Inter', sans-serif; font-size: 32px; font-weight: 800; color: #0f172a; line-height: 1.25; letter-spacing: -.02em; }
.sv-local-story__items { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding-top: 4px; }
.sv-local-story__item {
    display: flex; flex-direction: column; gap: 14px;
    padding: 28px 24px; background: #fff; border-radius: 16px;
    border: 1px solid rgba(0,0,0,.05); transition: all .25s;
}
.sv-local-story__item:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(2,67,241,.08); border-color: rgba(2,67,241,.1); }
.sv-local-story__item-icon { width: 44px; height: 44px; border-radius: 12px; background: #eff6ff; color: #0243f1; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; transition: all .3s; }
.sv-local-story__item:hover .sv-local-story__item-icon { background: #0243f1; color: #fff; }
.sv-local-story__item-text { font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 400; color: #475569; line-height: 1.7; margin: 0; }
.sv-local-story__cta { display: inline-flex; align-items: center; gap: 8px; padding: 14px 32px; background: #0243f1; color: #fff; border-radius: 12px; font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 600; text-decoration: none; transition: all .25s; box-shadow: 0 6px 20px rgba(2,67,241,.2); align-self: flex-start; }
.sv-local-story__cta:hover { background: #0235c9; transform: translateY(-2px); box-shadow: 0 10px 28px rgba(2,67,241,.3); color: #fff; }
.sv-local-story__cta i { font-size: 18px; transition: transform .2s; }
.sv-local-story__cta:hover i { transform: translateX(4px); }
.sv-local-story__container--full { max-width: 1232px; text-align: center; }
.sv-local-story__container--full .sv-local-story__content { align-items: center; }
.sv-local-story__container--full .sv-local-story__title { text-align: center; }
.sv-local-story__container--full .sv-local-story__eyebrow { text-align: center; }

/* ---- Responsive ---- */

/* --- Tablet landscape --- */
@media (max-width: 1200px) {
    .svl-hero__inner, .svl-section, .svl-disclaimer, .svl-breadcrumb__inner { padding-left: 40px; padding-right: 40px; }
    .svl-hero__title { font-size: 40px; }
    .svl-requests-layout { grid-template-columns: 1fr; }
    .svl-requests-header { position: static; }
}

/* --- Tablet landscape --- */
@media (max-width: 1200px) {
    .sv-become-cta__container { padding: 40px 40px; gap: 24px; }
    .sv-become-cta__title { font-size: 24px; }
    .sv-local-story__container { gap: 48px; padding: 0 24px; }
    .sv-local-story__title { font-size: 28px; }
    .sv-local-story__items { grid-template-columns: 1fr 1fr; }
}

/* --- Tablet portrait --- */
@media (max-width: 1024px) {
    .svl-premium-cards { grid-template-columns: 1fr 1fr; }
    .svl-steps { grid-template-columns: 1fr 1fr; }
    .svl-profiles { grid-template-columns: 1fr 1fr; }
    .svl-reviews { grid-template-columns: 1fr 1fr; }
    .svl-other-services { grid-template-columns: 1fr 1fr; }
    .svl-why { grid-template-columns: 1fr; }
    .svl-pricing { flex-direction: column; }
    .svl-pricing__right { width: 100%; border-left: none; border-top: 1px solid rgba(255,255,255,.08); }
    .svl-requests-grid { grid-template-columns: 1fr; }
    .sv-local-story__container { flex-direction: column; gap: 40px; }
    .sv-local-story__image-wrap { flex: none; width: 100%; }
    .sv-local-story__image { max-width: 500px; }
    .sv-become-cta__container { flex-direction: column; align-items: flex-start; min-height: auto; }
}

/* --- Mobile --- */
@media (max-width: 768px) {
    /* Mobile CTA sticky */
    .svl-mobile-cta { display: block; }
    body.page-ville { padding-bottom: 72px; }

    /* Breadcrumb */
    .svl-breadcrumb__inner { padding: 0 16px !important; font-size: 12px; gap: 6px; overflow-x: auto; white-space: nowrap; scrollbar-width: none; -ms-overflow-style: none; }
    .svl-breadcrumb__inner::-webkit-scrollbar { display: none; }

    /* Hero mobile — style homepage : image fade + carte blanche */
    .svl-hero--clean .svl-hero__inner { grid-template-columns: 1fr; gap: 0; padding: 40px 20px 0; }
    .svl-hero__title { font-size: 26px; }
    .svl-hero__subtitle { font-size: 15px; }
    .svl-hero__actions { flex-direction: column; }
    .svl-hero__btn-primary { width: 100%; justify-content: center; padding: 14px; font-size: 15px; }
    .svl-hero__btn-secondary { width: 100%; justify-content: center; padding: 12px; font-size: 14px; }
    .svl-hero__image { max-width: 100%; border-radius: 16px 16px 0 0; margin-top: 24px; }
    .svl-hero__pills { gap: 10px; }
    .svl-hero__pill { font-size: 12px; }
    .svl-hero__stats-inline { gap: 12px; }
    .svl-hero__stat-sep { display: none; }
    .svl-hero__stat-num { font-size: 14px; }
    .svl-hero__stat-inline { font-size: 12px; }

    .svl-hero:not(.svl-hero--clean) { min-height: auto; display: block; }
    .svl-hero:not(.svl-hero--clean) .svl-hero__bg { position: relative; height: 220px; }
    .svl-hero:not(.svl-hero--clean) .svl-hero__bg::before { background: none; }
    .svl-hero:not(.svl-hero--clean) .svl-hero__bg::after {
        content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 80px;
        background: linear-gradient(180deg, transparent 0%, #fff 100%);
    }
    .svl-hero__inner { position: relative; padding: 0 16px 24px !important; margin-top: -50px; z-index: 1; }
    .svl-hero__card {
        padding: 24px 20px; border-radius: 24px; max-width: 100%;
        box-shadow: 0 8px 20px -10px rgba(15,23,42,.18), 0 20px 40px -20px rgba(15,23,42,.15);
        background: #fff;
    }
    .svl-hero__badge { font-size: 10px; padding: 5px 12px; margin-bottom: 14px; }
    .svl-hero__title { font-size: 24px; margin-bottom: 16px; line-height: 1.25; }
    .svl-hero__checklist { gap: 10px; }
    .svl-hero__checklist li { font-size: 13px; gap: 10px; line-height: 1.45; }
    .svl-hero__checklist li i { font-size: 11px; width: 20px; height: 20px; min-width: 20px; background: linear-gradient(135deg, #0243f1, #2563eb); color: #fff; box-shadow: 0 2px 8px rgba(2,67,241,.4); }
    .svl-hero__card-separator { margin: 20px 0; }
    .svl-hero__card-btn { padding: 14px; font-size: 14px; border-radius: 12px; }
    .svl-hero__card-disclaimer { font-size: 12px; margin-top: 10px; }
    .svl-hero__trust { gap: 8px; margin-top: 16px; overflow-x: auto; flex-wrap: nowrap; scrollbar-width: none; -ms-overflow-style: none; padding: 0 4px; }
    .svl-hero__trust::-webkit-scrollbar { display: none; }
    .svl-hero__trust-item { white-space: nowrap; flex-shrink: 0; font-size: 12px; padding: 8px 14px; border-radius: 10px; background: #f1f5f9; color: #334155; text-shadow: none; backdrop-filter: none; }
    .svl-hero__trust-item i { color: #0243f1; }

    /* Search bar mobile */
    .svl-hero__search { flex-direction: column; border-radius: 14px; max-width: 100%; margin-bottom: 24px; box-shadow: 0 16px 48px rgba(0,0,0,.2); }
    .svl-hero__search-field { padding: 14px 16px; gap: 10px; }
    .svl-hero__search-field i { font-size: 18px; }
    .svl-hero__search-field input { font-size: 14px; }
    .svl-hero__search-field label { font-size: 9px; }
    .svl-hero__search-divider { display: none; }
    .svl-hero__search-btn { margin: 0 10px 10px; padding: 14px; font-size: 14px; border-radius: 10px; }

    /* Trust badges mobile — horizontal scroll */
    .svl-hero__trust { flex-direction: row; gap: 12px; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; padding-bottom: 4px; }
    .svl-hero__trust::-webkit-scrollbar { display: none; }
    .svl-hero__trust-item { white-space: nowrap; font-size: 12px; flex-shrink: 0; background: rgba(255,255,255,.1); backdrop-filter: blur(8px); padding: 8px 14px; border-radius: 10px; }

    /* Sections */
    .svl-section { padding: 32px 16px 0; }
    .svl-section__header { margin-bottom: 24px; }
    .svl-section__title { font-size: 22px; letter-spacing: -.02em; line-height: 1.25; }
    .svl-section__subtitle { font-size: 14px; }

    /* Highlight section */
    .svl-section--highlight { padding: 32px 16px 32px; margin-left: 0; margin-right: 0; }
    .svl-section--highlight .svl-section__container { padding: 0; }
    .svl-section__header { margin-bottom: 20px; }
    .svl-section__title { font-size: 20px; }
    .svl-section__subtitle { font-size: 13px; }
    .svl-section__mid-cta { margin: 20px 0; }
    body.page-ville { overflow-x: hidden; }

    /* Services premium — horizontal scroll */
    .svl-premium-cards { display: grid !important; grid-template-columns: 1fr; gap: 12px; margin-bottom: 20px; }
    .svl-premium-card { min-width: auto; max-width: none; padding: 20px 18px; border-radius: 14px; }
    .svl-premium-card__icon { width: 48px; height: 48px; border-radius: 14px; font-size: 22px; margin-bottom: 16px; }
    .svl-premium-card__title { font-size: 16px; }
    .svl-premium-card__desc { font-size: 13px; }

    /* Mid CTA */
    .svl-section__mid-cta { margin: 24px 0; }
    .svl-section__mid-btn { width: 100%; justify-content: center; padding: 14px; font-size: 14px; border-radius: 12px; }

    /* Why heading + grid */
    .svl-why__heading { font-size: 20px; margin-bottom: 20px; }
    .svl-why__heading { font-size: 18px; margin-bottom: 16px; }
    .svl-why-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .svl-why-card { padding: 16px 14px; border-radius: 12px; }
    .svl-why-card__icon { width: 36px; height: 36px; font-size: 16px; margin-bottom: 10px; border-radius: 10px; }
    .svl-why-card__title { font-size: 13px; margin-bottom: 4px; }
    .svl-why-card__desc { font-size: 12px; line-height: 1.5; }

    /* Blog cards */
    .svl-blog-grid { grid-template-columns: 1fr; gap: 12px; }
    .svl-blog-card { padding: 20px 18px; }

    /* Why choose */
    .svl-why { gap: 24px; }
    .svl-why__title { font-size: 22px; margin-bottom: 20px; }
    .svl-why__feature { padding: 18px; border-radius: 14px; gap: 14px; }
    .svl-why__feature-icon { width: 42px; height: 42px; border-radius: 12px; font-size: 20px; }
    .svl-why__feature-title { font-size: 14px; }
    .svl-why__feature-desc { font-size: 13px; }
    .svl-why__stats { grid-template-columns: 1fr 1fr; gap: 10px; }
    .svl-why__stat { padding: 20px 16px; border-radius: 14px; }
    .svl-why__stat-icon { width: 44px; height: 44px; font-size: 20px; }
    .svl-why__stat-title { font-size: 14px; }
    .svl-why__stat-desc { font-size: 12px; }

    /* Steps — horizontal scroll */
    .svl-steps { display: flex !important; grid-template-columns: none !important; overflow-x: auto; scroll-snap-type: x mandatory; gap: 12px; padding-bottom: 8px; scrollbar-width: none; -ms-overflow-style: none; margin-left: -16px; margin-right: -16px; padding-left: 16px; padding-right: 16px; }
    .svl-steps::-webkit-scrollbar { display: none; }
    .svl-step { min-width: 240px; max-width: 260px; flex-shrink: 0; scroll-snap-align: start; padding: 32px 22px; border-radius: 16px; }
    .svl-step__icon { width: 52px; height: 52px; font-size: 22px; margin-bottom: 18px; }
    .svl-step__title { font-size: 15px; }
    .svl-step__desc { font-size: 13px; }

    /* Providers — horizontal scroll carousel */
    .page-ville .sv-providers__grid {
        display: flex !important; grid-template-columns: none !important;
        overflow-x: auto; scroll-snap-type: x mandatory;
        gap: 12px; padding-bottom: 8px;
        scrollbar-width: none; -ms-overflow-style: none;
        margin-left: -16px; margin-right: -16px; padding-left: 16px; padding-right: 16px;
    }
    .page-ville .sv-providers__grid::-webkit-scrollbar { display: none; }
    .page-ville .sv-provider-card { min-width: 200px; max-width: 220px; flex-shrink: 0; scroll-snap-align: start; }
    .page-ville .sv-providers__header { padding: 0 0 16px; }
    .page-ville .sv-providers__title { font-size: 22px; }
    .page-ville .sv-providers__subtitle { font-size: 14px; }
    .page-ville .sv-providers { padding: 32px 0 0; }
    .svl-profiles { grid-template-columns: 1fr; }

    /* CTA pro */
    .svl-cta-pro { padding: 36px 20px; border-radius: 16px; }
    .svl-cta-pro__title { font-size: 22px; }
    .svl-cta-pro__desc { font-size: 14px; margin-bottom: 24px; }
    .svl-cta-pro__btn { padding: 14px 32px; font-size: 15px; border-radius: 12px; }

    /* CTA Become Provider */
    .sv-become-cta { border-radius: 16px; margin: 0 16px; }
    .sv-become-cta__container { padding: 28px 20px; flex-direction: column; align-items: flex-start; min-height: auto; gap: 16px; }
    .sv-become-cta__title { font-size: 20px; line-height: 1.3; }
    .sv-become-cta__desc { font-size: 13px; line-height: 1.5; }
    .sv-become-cta__btn { width: 100%; padding: 12px 20px; border-radius: 10px; }
    .sv-become-cta__btn-text { font-size: 14px; }

    /* Local Story (Anima) */
    .sv-local-story { padding: 48px 0; }
    .sv-local-story__container { padding: 0 16px; }
    .sv-local-story__title { font-size: 24px; line-height: 1.25; }
    .sv-local-story__items { grid-template-columns: 1fr; gap: 12px; }
    .sv-local-story__item { padding: 20px 18px; gap: 10px; }
    .sv-local-story__item-icon { width: 38px; height: 38px; font-size: 18px; border-radius: 10px; }
    .sv-local-story__item-text { font-size: 13px; line-height: 1.6; }
    .sv-local-story__cta { width: 100%; justify-content: center; padding: 14px; font-size: 14px; }

    /* Pricing */
    .svl-pricing { border-radius: 14px; }
    .svl-pricing__left { padding: 24px 20px; }
    .svl-pricing__right { padding: 20px; }
    .svl-pricing__title { font-size: 18px; }
    .svl-pricing__desc { font-size: 12px; }
    .svl-pricing__amount { font-size: 40px; }
    .svl-pricing__unit { font-size: 16px; }
    .svl-pricing__btn { padding: 10px 24px; font-size: 13px; border-radius: 8px; }

    /* Disclaimer */
    .svl-disclaimer { display: none; }

    /* Requests */
    .svl-requests-grid { grid-template-columns: 1fr; gap: 10px; }

    /* Zones */
    .svl-zones__title { font-size: 22px; margin-bottom: 18px; }
    .svl-zones__grid { gap: 8px; }
    .svl-zones__pill { padding: 10px 16px; font-size: 12px; border-radius: 10px; }

    /* Reviews — horizontal scroll (scopé page-ville uniquement) */
    .page-ville .svl-reviews-section { padding: 32px 0; }
    .page-ville .svl-reviews-section__inner { overflow: clip; padding: 0 16px; }
    .page-ville .svl-reviews-section .svl-section__header { padding: 0; margin-bottom: 20px; }
    .page-ville .svl-reviews-section .svl-section__title { font-size: 24px; line-height: 32px; }
    .page-ville .svl-reviews-section .svl-section__subtitle { font-size: 14px; line-height: 22px; }
    .page-ville .svl-reviews,
    .page-ville .svl-reviews.svl-reviews--carousel { display: flex !important; grid-template-columns: none !important; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; gap: 12px; padding: 4px 0 16px 0 !important; margin: 0; width: 100%; scrollbar-width: none; -ms-overflow-style: none; }
    .page-ville .svl-reviews::-webkit-scrollbar,
    .page-ville .svl-reviews--carousel::-webkit-scrollbar { display: none; }
    .page-ville .svl-review {
        width: 300px; min-width: 300px; max-width: 300px; flex-shrink: 0; scroll-snap-align: start;
        padding: 24px 20px; border-radius: 20px; gap: 16px; height: auto;
        background: #fff; border: 1px solid rgba(0,0,0,.06);
        box-shadow: 0 2px 8px rgba(0,0,0,.04);
    }
    .page-ville .svl-review__quote { opacity: .1; }
    .page-ville .svl-review__quote i { font-size: 28px; }
    .page-ville .svl-review__stars i { font-size: 18px; }
    .page-ville .svl-review__text { font-size: 14px; line-height: 1.6; }
    .page-ville .svl-review__author { gap: 10px; padding-top: 14px; }
    .page-ville .svl-review__avatar { width: 40px; height: 40px; }
    .page-ville .svl-review__name { font-size: 14px; }
    .page-ville .svl-review__location { font-size: 12px; }
    .page-ville .svl-reviews--carousel .svl-review:first-child { margin-left: 16px; }
    .page-ville .svl-reviews--carousel .svl-review:last-child { margin-right: 16px; }

    /* SEO content */
    .svl-seo-content__title { font-size: 22px; }
    .svl-seo-content p { font-size: 14px; line-height: 1.75; }
    .svl-seo-content h3 { font-size: 17px; }

    /* Guide SEO */
    .svl-guide { border-radius: 16px; }
    .svl-guide__header { padding: 28px 20px 0; }
    .svl-guide__title { font-size: 20px; }
    .svl-guide__intro { padding: 16px 20px 24px; }
    .svl-guide__intro p { font-size: 14px; }
    .svl-guide__sections { grid-template-columns: 1fr; gap: 12px; padding: 0 20px 28px; }
    .svl-guide__section { padding: 20px; }
    .svl-guide__section-icon { width: 36px; height: 36px; font-size: 16px; border-radius: 8px; }
    .svl-guide__section-title { font-size: 15px; }
    .svl-guide__section p { font-size: 13px; }
    .svl-guide__footer { padding: 16px 20px; }

    /* Other services — 2 col compact */
    .svl-other-services { grid-template-columns: 1fr 1fr; gap: 10px; }
    .svl-other-service { padding: 20px 16px; border-radius: 14px; }
    .svl-other-service__icon { width: 44px; height: 44px; border-radius: 12px; font-size: 20px; margin-bottom: 12px; }
    .svl-other-service__title { font-size: 14px; margin-bottom: 4px; }
    .svl-other-service__desc { font-size: 12px; }

    /* FAQ */
    .svl-faq__question { padding: 20px 0; font-size: 15px; }
    .svl-faq__question i { font-size: 20px; }
    .svl-faq__answer p { font-size: 14px; line-height: 1.7; }

    /* FAQ Block */
    .svl-faq-block { border-radius: 16px; }
    .svl-faq-block__header { padding: 28px 20px 0; margin-bottom: 20px; }
    .svl-faq-block__title { font-size: 20px; }
    .svl-faq-block__list { padding: 0 20px; }
    .svl-faq-block__question { gap: 12px; padding: 16px 0; }
    .svl-faq-block__num { width: 34px; height: 34px; font-size: 12px; border-radius: 10px; }
    .svl-faq-block__q-text { font-size: 13px; }
    .svl-faq-block__icon { width: 28px; height: 28px; font-size: 14px; border-radius: 6px; }
    .svl-faq-block__answer p { padding: 0 0 16px 46px; font-size: 13px; line-height: 1.7; }
    .svl-faq-block__item.open { margin: 0 -20px; padding: 0 20px; }
    .svl-faq-block__cta { flex-direction: column; gap: 10px; padding: 16px 20px; }
    .svl-faq-block__cta a { width: 100%; justify-content: center; }

    /* CTA final */
    .svl-cta-final { padding: 36px 20px; border-radius: 16px; }
    .svl-cta-final__title { font-size: 22px; }
    .svl-cta-final__desc { font-size: 14px; margin-bottom: 24px; }
    .svl-cta-final__btn { padding: 14px 32px; font-size: 15px; border-radius: 12px; width: 100%; justify-content: center; }

    /* Blog articles grid */
    .page-ville [style*="grid-template-columns:repeat(auto-fit"] { grid-template-columns: 1fr !important; gap: 10px !important; }

    /* Section container responsive */
    .svl-section__container { padding: 0 16px !important; }
}

/* --- Small mobile --- */
@media (max-width: 480px) {
    .svl-hero__bg { height: 180px; }
    .svl-hero__inner { padding: 0 14px 20px !important; margin-top: -40px; }
    .svl-hero__card { padding: 20px 16px; border-radius: 20px; }
    .svl-hero__title { font-size: 20px; }
    .svl-hero__checklist li { font-size: 12px; }
    .svl-hero__checklist li i { width: 18px; height: 18px; min-width: 18px; font-size: 10px; }
    .svl-hero__card-btn { font-size: 13px; padding: 12px; }

    .svl-section { padding: 28px 14px 0; }
    .svl-section__title { font-size: 20px; }
    .svl-section__subtitle { font-size: 13px; }

    .svl-premium-card { min-width: auto; max-width: none; padding: 18px 16px; }
    .svl-why-grid { grid-template-columns: 1fr; }
    .svl-why-card { padding: 16px; }
    .svl-step { min-width: 220px; max-width: 240px; }

    .svl-why__stats { grid-template-columns: 1fr; }
    .svl-why__feature { flex-direction: column; text-align: center; align-items: center; }

    .svl-pricing__amount { font-size: 36px; }
    .svl-pricing__title { font-size: 16px; }

    .svl-other-services { grid-template-columns: 1fr; gap: 8px; }

    .page-ville .svl-review { width: 270px; min-width: 270px; max-width: 270px; padding: 20px 18px; }

    .svl-cta-pro__title, .svl-cta-final__title { font-size: 20px; }
    .svl-cta-pro__desc, .svl-cta-final__desc { font-size: 13px; }

    .svl-zones__pill { padding: 8px 12px; font-size: 12px; }
    .svl-zones__title { font-size: 20px; }

    .svl-faq__question { font-size: 14px; padding: 18px 0; }
}

/* ---- Focus visible (accessibility) ---- */
.page-ville a:focus-visible,
.page-ville button:focus-visible,
.page-ville [role="button"]:focus-visible {
    outline: 2px solid #0243f1;
    outline-offset: 2px;
    border-radius: 4px;
}
.svl-faq-block__question:focus-visible { outline: 2px solid #0243f1; outline-offset: -2px; border-radius: 8px; }
.sv-provider-card:focus-visible { outline: 2px solid #0243f1; outline-offset: 2px; border-radius: 16px; }
.svh2__btn:focus-visible, .svl-cta-final__btn:focus-visible, .svl-section__mid-btn:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.sv-sticky-cta:focus-visible { outline: 2px solid #fff; outline-offset: 2px; border-radius: 16px; }
