/* ============================================================
   SERVYLO - Page Ménage Standalone (Design Anima/Figma)
   Background #f6f6f6, sections gap 90px, cards white rounded
   ============================================================ */

/* ---------- FOCUS VISIBLE (Accessibilité) ---------- */
[class^="page-"] *:focus-visible {
    outline: 2px solid #0243f1;
    outline-offset: 2px;
}

[class^="page-"] .sm-hero__cta-primary:focus-visible,
[class^="page-"] .sm-hero__cta-secondary:focus-visible,
[class^="page-"] .sm-how__cta:focus-visible,
[class^="page-"] .sm-cta-mid__btn:focus-visible,
[class^="page-"] .sm-contact__btn:focus-visible,
[class^="page-"] .sm-presta-cta__btn:focus-visible,
[class^="page-"] .sm-final-cta__btn-primary:focus-visible,
[class^="page-"] .sm-final-cta__btn-secondary:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
    box-shadow: 0 0 0 5px rgba(2,67,241,0.3);
}

[class^="page-"] .sm-faq__question:focus-visible {
    outline: 2px solid #0243f1;
    outline-offset: -2px;
    border-radius: 12px;
}

/* ---------- ALIGNEMENT SECTIONS sv- sur pages services ---------- */
[class^="page-"] .sm-main > * {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

[class^="page-"] .sm-main {
    overflow: hidden;
    width: 100%;
}

[class^="page-"] .sv-providers {
    padding: 0;
    background: none;
    max-width: 1232px;
    margin: 0 auto;
}

[class^="page-"] .sv-providers__inner {
    max-width: 100%;
    padding: 0 0 0 16px;
}

[class^="page-"] .sv-requests {
    padding: 0;
    max-width: 1232px;
    margin: 0 auto;
}

[class^="page-"] .sv-requests__inner {
    max-width: 100%;
    padding: 0 16px;
}

/* Harmoniser les paddings de toutes les sections dans .sm-main */
[class^="page-"] .sv-steps { padding: 0 24px; }
[class^="page-"] .svl-reviews-section { padding: 0; }
[class^="page-"] .sv-become-cta { margin: 0; padding: 0 16px; }
[class^="page-"] .sv-local-story { padding: 0 16px; }
[class^="page-"] .sm-insight { margin: 0; }
[class^="page-"] .sm-autres-services { margin-top: 0; }
[class^="page-"] .sm-autres-services .sm-autres-services__inner { padding: 0; }

/* ---------- HEADER: "Services" actif dans la nav ---------- */
[class^="page-"] .sv-header__dropdown-trigger.active {
    color: #0243f1;
}

/* ---------- HEADER: item actif dans le dropdown services ---------- */
[class^="page-"] .sv-header__dropdown-item.active {
    background: #f1f5f9;
    color: #0243f1;
    font-weight: 600;
}

[class^="page-"] .sv-header__dropdown-item.active i {
    background: #0243f1;
    color: #fff;
}

/* ---------- DRAWER: sous-menu Services mobile ---------- */
.sv-drawer__services-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 0;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.sv-drawer__chevron--rotate {
    transition: transform 0.3s;
}

.sv-drawer__services-btn.open .sv-drawer__chevron--rotate {
    transform: rotate(90deg);
}

.sv-drawer__submenu {
    display: none;
    flex-direction: column;
    padding: 4px 0 8px 12px;
}

.sv-drawer__submenu.open {
    display: flex;
}

.sv-drawer__submenu-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #0f172a;
    text-decoration: none;
    transition: background 0.2s;
}

.sv-drawer__submenu-item:hover,
.sv-drawer__submenu-item.active {
    background: #f1f5f9;
    color: #0243f1;
}

.sv-drawer__submenu-item i {
    font-size: 20px;
    color: #0243f1;
    width: 24px;
    text-align: center;
}

/* ---------- PAGE BODY ---------- */
body[class^="page-"] {
    background-color: #f6f6f6;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
}

/* ---------- BREADCRUMB ---------- */
.sm-breadcrumb {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 8px;
}

.sm-breadcrumb__inner {
    max-width: 1232px;
    margin: 0 auto;
    padding: 16px clamp(16px, 4vw, 48px);
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 22px;
}

.sm-breadcrumb__inner a {
    color: #6b7280;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.sm-breadcrumb__inner a:hover {
    color: #0243f1;
}

.sm-breadcrumb__inner i {
    font-size: 11px;
    color: #9ca3af;
}

.sm-breadcrumb__mid {
    color: #6b7280;
    font-weight: 500;
}

.sm-breadcrumb__inner span:last-child {
    color: #0243f1;
    font-weight: 600;
}

/* ---------- MAIN CONTENT WRAPPER ---------- */
.sm-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    padding-top: 24px;
    padding-bottom: 48px;
    max-width: 1440px;
    margin: 0 auto;
}

.sm-inner {
    width: 100%;
    max-width: 1232px;
    padding: 0 16px;
}

/* ==================== 1. HERO ==================== */
.sm-hero {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #d1d1d1;
    padding: 48px 0;
    width: 100%;
    max-width: 1232px;
}

.sm-hero__inner {
    display: flex;
    align-items: center;
    gap: 48px;
    padding: 0 48px;
}

.sm-hero__left {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

/* Badge */
.sm-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 16px;
    background: #eef3ff;
    border-radius: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #0243f1;
    font-size: 13px;
    width: fit-content;
    margin-bottom: 20px;
}

.sm-hero__badge i { font-size: 15px; }

/* Title */
.sm-hero__title {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    color: #0f172a;
    font-size: 42px;
    letter-spacing: -1px;
    line-height: 50px;
    margin: 0 0 16px;
}

.sm-hero__highlight {
    color: #0243f1;
}

/* Subtitle */
.sm-hero__subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #6b7280;
    font-size: 17px;
    line-height: 26px;
    margin: 0 0 28px;
    max-width: 520px;
}

/* Trust bar — sous le hero, pleine largeur */
.sm-hero + .sm-trust-bar {
    margin-top: -40px;
}

.sm-trust-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    width: 100%;
    max-width: 1232px;
    padding: 0 16px;
}

.sm-trust-bar__item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 22px;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid rgba(15,23,42,0.06);
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    transition: transform 0.3s cubic-bezier(0.16,1,0.3,1), box-shadow 0.3s ease, border-color 0.3s ease;
}

.sm-trust-bar__item:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px -8px rgba(2,67,241,0.18);
    border-color: rgba(2,67,241,0.15);
}

.sm-trust-bar__icon {
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #eef3ff 0%, #dbeafe 100%);
}

.sm-trust-bar__icon i {
    font-size: 24px;
    color: #0243f1;
}

.sm-trust-bar__content {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.sm-trust-bar__title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #0f172a;
    font-size: 15px;
    line-height: 22px;
}

.sm-trust-bar__desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #6b7280;
    font-size: 13px;
    line-height: 18px;
}

/* Actions */
.sm-hero__actions {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.sm-hero__cta-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #0243f1 0%, #2563eb 100%);
    border-radius: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.16,1,0.3,1);
    box-shadow: 0 8px 20px -6px rgba(2,67,241,0.45);
    flex: 1;
}

.sm-hero__cta-primary i { font-size: 20px; }

.sm-hero__cta-primary:hover {
    background: linear-gradient(135deg, #0235c9 0%, #1d4ed8 100%);
    transform: translateY(-2px);
    box-shadow: 0 14px 28px -8px rgba(2,67,241,0.5);
}

.sm-hero__cta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    border-radius: 14px;
    border: 1.5px solid rgba(2,67,241,0.2);
    background: rgba(2,67,241,0.03);
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #0243f1;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.2s;
    white-space: nowrap;
}

.sm-hero__cta-secondary:hover {
    background: rgba(2,67,241,0.08);
    border-color: #0243f1;
    transform: translateY(-1px);
}

/* Disclaimer */
.sm-hero__disclaimer {
    display: flex;
    align-items: center;
    gap: 6px;
}

.sm-hero__disclaimer img {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    opacity: 0.7;
}

.sm-hero__disclaimer span {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #16a34a;
    font-size: 13px;
    line-height: 18px;
}

/* Hero image */
.sm-hero__right {
    flex-shrink: 0;
    width: 460px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.sm-hero__right > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Hero photo grid (real providers) */
.sm-hero__photos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    width: 100%;
    height: 100%;
}
.sm-hero__photo-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.sm-hero__photo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}
.sm-hero__photo-item:hover img { transform: scale(1.05); }
.sm-hero__photo-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px 10px;
    background: linear-gradient(to top, rgba(0,0,0,.7), transparent);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}
.sm-hero__photo-label span { font-weight: 400; opacity: .8; font-size: 11px; }

/* Floating stat card */
.sm-hero__floating {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 14px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}

.sm-hero__floating-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef3ff;
    border-radius: 11px;
    flex-shrink: 0;
}

.sm-hero__floating-icon i {
    font-size: 20px;
    color: #0243f1;
}

.sm-hero__floating-stat {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.sm-hero__floating-number {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #0f172a;
    font-size: 17px;
}

.sm-hero__floating-time {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #0243f1;
    font-size: 14px;
}

.sm-hero__floating-desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #6b7280;
    font-size: 12px;
    line-height: 16px;
}

/* Provider avatars in hero */
.sm-hero__providers { padding: 10px 48px 10px; }
.sm-hero__providers-inner { display: flex; align-items: center; gap: 14px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 16px; padding: 14px 20px; }
.sm-hero__providers-avatars { display: flex; flex-shrink: 0; align-items: center; }
.sm-hero__providers-avatars img,
.sm-hero__providers-avatars .sm-hero__providers-initial { width: 36px; height: 36px; border-radius: 50%; border: 2.5px solid #fff; margin-left: -10px; object-fit: cover; box-shadow: 0 1px 3px rgba(0,0,0,.1); }
.sm-hero__providers-avatars img:first-child,
.sm-hero__providers-avatars .sm-hero__providers-initial:first-child { margin-left: 0; }
.sm-hero__providers-initial { display: flex; align-items: center; justify-content: center; color: #fff; font-size: 14px; font-weight: 700; }
.sm-hero__providers-count { width: 36px; height: 36px; border-radius: 50%; background: #0243f1; color: #fff; font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center; margin-left: -10px; border: 2.5px solid #fff; box-shadow: 0 1px 3px rgba(0,0,0,.1); }
.sm-hero__providers-text { font-family: 'Inter', sans-serif; font-size: 14px; color: #475569; line-height: 1.4; }
.sm-hero__providers-text strong { color: #0f172a; font-weight: 700; }
@media (max-width: 768px) {
    .sm-hero__providers { padding: 10px 16px 10px; }
    .sm-hero__providers-inner { gap: 12px; padding: 12px 16px; border-radius: 14px; }
    .sm-hero__providers-avatars img,
    .sm-hero__providers-avatars .sm-hero__providers-initial,
    .sm-hero__providers-count { width: 32px; height: 32px; margin-left: -8px; font-size: 11px; border-width: 2px; }
    .sm-hero__providers-avatars img:first-child,
    .sm-hero__providers-avatars .sm-hero__providers-initial:first-child { margin-left: 0; }
    .sm-hero__providers-text { font-size: 13px; }
}

/* ==================== 2. INTRODUCTION + SERVICES ==================== */
.sm-intro {
    width: 100%;
    max-width: 1232px;
}

.sm-intro__inner {
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    padding: 48px;
    display: flex;
    flex-direction: column;
}

/* Header */
.sm-intro__header {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
}

.sm-intro__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: #eef3ff;
    border-radius: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #0243f1;
    font-size: 13px;
    margin-bottom: 16px;
}

.sm-intro__eyebrow i { font-size: 15px; }

.sm-intro__title {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    color: #0f172a;
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 14px;
    max-width: 560px;
}

.sm-intro__highlight { color: #0243f1; }

.sm-intro__text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #6b7280;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    max-width: 580px;
}

/* 3 avantages en cards */
.sm-intro__advantages {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 28px;
}

.sm-intro__adv-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 28px 20px;
    background: #f8fafc;
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,0.04);
    transition: all 0.25s;
}

.sm-intro__adv-card:hover {
    background: #eef3ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(2,67,241,0.08);
}

.sm-intro__adv-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 14px;
    margin-bottom: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.sm-intro__adv-icon i {
    font-size: 24px;
    color: #0243f1;
}

.sm-intro__adv-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #0f172a;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
}

.sm-intro__adv-desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #6b7280;
    font-size: 13px;
    line-height: 20px;
}

/* CTA */
.sm-intro__cta-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 4px;
}

.sm-intro__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-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.2s;
}

.sm-intro__cta i { font-size: 18px; }

.sm-intro__cta:hover {
    background: #0035c8;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(2,67,241,0.3);
}

/* Separator */
.sm-intro__separator {
    height: 1px;
    background: rgba(0, 0, 0, 0.06);
    margin: 32px 0;
}

/* Bottom: services title + grid */
.sm-intro__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sm-intro__services-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #0f172a;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 24px;
    text-align: center;
}

.sm-services__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.sm-services__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px 20px;
    height: auto;
    min-height: 160px;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    text-decoration: none;
    color: inherit;
    transition: all 0.25s ease;
    position: relative;
    overflow: hidden;
}

.sm-services__card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(2,67,241,0.04) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.sm-services__card:hover {
    box-shadow: 0 8px 24px rgba(2,67,241,0.12);
    transform: translateY(-4px);
    border-color: rgba(2,67,241,0.15);
}

.sm-services__card:hover::before {
    opacity: 1;
}

.sm-services__card:hover .sm-services__card-icon {
    background: linear-gradient(135deg, #0243f1 0%, #2563eb 100%);
}

.sm-services__card:hover .sm-services__card-icon i {
    color: #ffffff;
}

.sm-services__card-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #eef3ff 0%, #dbeafe 100%);
    border-radius: 14px;
    margin-bottom: 16px;
    flex-shrink: 0;
    transition: all 0.25s ease;
}

.sm-services__card-icon i {
    font-size: 26px;
    color: #0243f1;
    transition: color 0.25s ease;
}

.sm-services__card-label {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #0f172a;
    font-size: 15px;
    text-align: center;
    line-height: 22px;
    position: relative;
}

/* ==================== 4. HOW IT WORKS ==================== */
.sm-how {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #d1d1d1;
    padding: 48px;
    width: 100%;
    max-width: 1232px;
}

/* ==================== INSIGHT (Ce que personne ne vous dit) ==================== */
.sm-insight { width: 100%; max-width: 1232px; padding: 0 16px; }
.sm-insight__inner { background: #f8fafc; border-radius: 20px; padding: 48px; text-align: center; }
.sm-insight__eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 6px 16px; background: #eef3ff; border-radius: 20px; font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 600; color: #0243f1; margin-bottom: 16px; }
.sm-insight__eyebrow i { font-size: 15px; }
.sm-insight__title { font-family: 'Inter', sans-serif; font-weight: 800; color: #0f172a; font-size: 26px; line-height: 34px; margin: 0 0 32px; }
.sm-insight__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; text-align: left; }
.sm-insight__card { background: #fff; border-radius: 16px; padding: 28px 24px; border: 1px solid rgba(0,0,0,.06); transition: all .25s; position: relative; overflow: hidden; }
.sm-insight__card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: #0243f1; opacity: 0; transition: opacity .25s; }
.sm-insight__card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(2,67,241,.08); border-color: rgba(2,67,241,.12); }
.sm-insight__card:hover::before { opacity: 1; }
.sm-insight__card-icon { width: 48px; height: 48px; border-radius: 14px; background: linear-gradient(135deg, #eef3ff 0%, #dbeafe 100%); display: flex; align-items: center; justify-content: center; font-size: 22px; color: #0243f1; margin-bottom: 16px; transition: all .25s; }
.sm-insight__card:hover .sm-insight__card-icon { background: linear-gradient(135deg, #0243f1 0%, #2563eb 100%); color: #fff; }
.sm-insight__card-title { font-family: 'Inter', sans-serif; font-weight: 700; color: #0f172a; font-size: 16px; margin: 0 0 8px; }
.sm-insight__card-text { font-family: 'Inter', sans-serif; font-weight: 400; color: #475569; font-size: 14px; line-height: 22px; margin: 0; }
.sm-insight__card-text strong { color: #0243f1; font-weight: 600; }

@media (max-width: 1024px) { .sm-insight__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 768px) {
    .sm-insight { margin: 0 16px !important; width: auto !important; }
    .sm-insight__inner { padding: 28px 20px; border-radius: 16px; }
    .sm-insight__title { font-size: 20px; line-height: 28px; margin-bottom: 20px; }
    .sm-insight__grid { grid-template-columns: 1fr; gap: 10px; }
    .sm-insight__card { padding: 20px 18px; }
}

.sm-how__header {
    text-align: center;
    margin-bottom: 56px;
}

.sm-how__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: #eef3ff;
    border-radius: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #0243f1;
    font-size: 13px;
    margin-bottom: 16px;
}

.sm-how__eyebrow i { font-size: 15px; }

.sm-how__title {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    color: #0f172a;
    font-size: 32px;
    line-height: 42px;
    margin: 0 0 12px;
}

.sm-how__subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #6b7280;
    font-size: 17px;
    line-height: 26px;
    margin: 0;
}

.sm-how__grid {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
}

.sm-how__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    padding: 0 24px;
    position: relative;
}

.sm-how__step-num {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0243f1;
    color: #fff;
    border-radius: 50%;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 16px;
}

.sm-how__step-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #eef3ff 0%, #dbeafe 100%);
    border-radius: 16px;
    margin-bottom: 20px;
}

.sm-how__step-icon i {
    font-size: 28px;
    color: #0243f1;
}

.sm-how__step-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #0f172a;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 8px;
}

.sm-how__step-desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #6b7280;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 14px;
    max-width: 260px;
}

.sm-how__step-time {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    background: #f1f5f9;
    border-radius: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #0243f1;
    font-size: 12px;
    line-height: 18px;
}

.sm-how__step-time i { font-size: 14px; }

/* Connector arrows */
.sm-how__step-connector {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 68px;
    flex-shrink: 0;
}

.sm-how__step-connector i {
    font-size: 20px;
    color: #d1d5db;
}

/* Footer CTA */
.sm-how__footer {
    display: flex;
    justify-content: center;
    margin-top: 48px;
    padding-top: 36px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.sm-how__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #0243f1 0%, #2563eb 100%);
    border-radius: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.16,1,0.3,1);
    box-shadow: 0 8px 20px -6px rgba(2,67,241,0.4);
}

.sm-how__cta i { font-size: 20px; }

.sm-how__cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px -8px rgba(2,67,241,0.5);
}

/* ==================== 5. PRICING ==================== */
.sm-pricing {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    max-width: 1232px;
    padding: 0 16px;
}

/* Banner bleu */
.sm-pricing__banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 48px;
    background: linear-gradient(135deg, #0243f1 0%, #2563eb 100%);
    border-radius: 20px;
    box-shadow: 0 8px 32px -8px rgba(2,67,241,0.3);
}

.sm-pricing__banner-left {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sm-pricing__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 12px;
    background: rgba(255,255,255,0.15);
    border-radius: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 13px;
    width: fit-content;
    margin-bottom: 4px;
}

.sm-pricing__eyebrow i { font-size: 14px; }

.sm-pricing__title {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    color: #fff;
    font-size: 28px;
    line-height: 38px;
    margin: 0;
}

.sm-pricing__desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: rgba(255,255,255,0.85);
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    max-width: 420px;
}

.sm-pricing__banner-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    flex-shrink: 0;
}

.sm-pricing__big-price {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.sm-pricing__price {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    color: #fff;
    font-size: 48px;
    letter-spacing: -1px;
    line-height: 1;
}

.sm-pricing__unit {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: rgba(255,255,255,0.8);
    font-size: 22px;
}

.sm-pricing__comparison {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: rgba(255,255,255,0.6);
    font-size: 13px;
    line-height: 18px;
}

/* Grille tarifs */
.sm-pricing__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.sm-pricing__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 28px 20px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,0.06);
    transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.sm-pricing__card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px -8px rgba(2,67,241,0.15);
    border-color: rgba(2,67,241,0.12);
}

.sm-pricing__card-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #eef3ff 0%, #dbeafe 100%);
    border-radius: 14px;
    margin-bottom: 16px;
}

.sm-pricing__card-icon i {
    font-size: 24px;
    color: #0243f1;
}

.sm-pricing__card-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #0f172a;
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 12px;
}

.sm-pricing__card-price {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    color: #0243f1;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
}

.sm-pricing__card-price span {
    font-weight: 500;
    font-size: 14px;
    color: #6b7280;
}

.sm-pricing__card-desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #6b7280;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
}

/* ==================== 7. LATEST REQUESTS (uses sv- classes from homepage) ==================== */
.sm-requests {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #d1d1d1;
    padding: 30px 32px;
    width: 100%;
    max-width: 1232px;
}

.sm-requests__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 48px;
}

.sm-requests__title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #0f172a;
    font-size: 36px;
    line-height: 54px;
    margin: 0 0 12px;
}

.sm-requests__subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #6b7280;
    font-size: 18px;
    line-height: 27px;
    margin: 0;
}

.sm-requests__more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    border-radius: 12px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #0243f1;
    font-size: 20px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s;
}

.sm-requests__more:hover {
    background: #eef3ff;
}

.sm-requests__more i {
    font-size: 24px;
}

.sm-requests__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.sm-requests__card {
    display: flex;
    flex-direction: column;
    padding: 24px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.sm-requests__card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #6b7280;
}

.sm-requests__card-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #0f172a;
    font-size: 20px;
    line-height: 25.2px;
    margin: 0 0 12px;
}

.sm-requests__card-desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #6b7280;
    font-size: 14px;
    line-height: 22.4px;
    margin: 0 0 14px;
    flex: 1;
}

.sm-requests__card-footer {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.sm-requests__card-budget {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 6px;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    color: #16a34a;
    font-size: 20px;
}

.sm-requests__card-offers {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px;
    background: rgba(2, 67, 241, 0.1);
    border-radius: 6px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #171717;
    font-size: 14px;
}

.sm-requests__card-offers i {
    font-size: 20px;
    color: #0243f1;
}

/* ==================== 8. PRESTATAIRES ==================== */
.sm-providers__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    margin-bottom: 32px;
}

.sm-providers__title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #0f172a;
    font-size: 36px;
    line-height: 54px;
    margin: 0;
}

.sm-providers__nav {
    display: inline-flex;
    align-items: center;
    gap: 20px;
}

.sm-providers__nav-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #d1d1d1;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}

.sm-providers__nav-btn:hover {
    border-color: #0243f1;
    color: #0243f1;
}

.sm-providers__nav-btn i {
    font-size: 24px;
}

.sm-providers__grid {
    display: flex;
    gap: 32px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 16px;
}

.sm-providers__card {
    flex: 0 0 397px;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 21px;
    padding: 13.5px;
    background: rgba(251, 251, 251, 0.95);
    border-radius: 37px;
    overflow: hidden;
    box-shadow:
        0 27px 59px rgba(0,0,0,0.04),
        0 106px 106px rgba(0,0,0,0.04),
        0 426px 171px rgba(0,0,0,0.01);
    backdrop-filter: blur(27px);
    -webkit-backdrop-filter: blur(27px);
    text-decoration: none;
    color: inherit;
    position: relative;
    transition: transform 0.2s;
}

.sm-providers__card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1.69px;
    border-radius: 37px;
    background: linear-gradient(180deg, rgba(238,238,238,1) 26%, rgba(255,255,255,0) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
    pointer-events: none;
}

.sm-providers__card:hover {
    transform: translateY(-4px);
}

.sm-providers__card-photo {
    width: 345px;
    height: 317px;
    border-radius: 24px;
    overflow: hidden;
    flex-shrink: 0;
}

.sm-providers__card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sm-providers__card-photo--placeholder {
    width: 345px;
    height: 317px;
    border-radius: 24px;
    background: #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sm-providers__card-photo--placeholder i {
    font-size: 64px;
    color: #9ca3af;
}

.sm-providers__card-name {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
}

.sm-providers__card-name span {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #181818;
    font-size: 30px;
    line-height: 45px;
}

.sm-providers__card-role {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #888;
    font-size: 16px;
    text-align: center;
    margin: 0;
}

.sm-providers__card-meta {
    display: flex;
    align-items: center;
    gap: 24px;
}

.sm-providers__card-rating {
    display: flex;
    align-items: center;
    gap: 6px;
}

.sm-providers__card-rating i {
    color: #f59e0b;
    font-size: 22px;
}

.sm-providers__card-rating span {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #0f172a;
    font-size: 14px;
}

.sm-providers__card-reviews {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #6b7280;
    font-size: 14px;
}

.sm-providers__card-location {
    display: flex;
    align-items: center;
    gap: 6px;
}

.sm-providers__card-location i {
    font-size: 20px;
    color: #757575;
}

.sm-providers__card-location span {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #757575;
    font-size: 16px;
}

.sm-providers__card-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.sm-providers__card-price-value {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    color: #0243f1;
    font-size: 24px;
}

.sm-providers__card-price-unit {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #888;
    font-size: 13px;
}

.sm-providers__card-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 24px;
    width: 100%;
    background: #0243f1;
    border-radius: 12px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #ccd9fc;
    font-size: 20px;
    text-decoration: none;
    transition: background 0.2s;
}

.sm-providers__card-btn:hover {
    background: #0035c8;
    color: #fff;
}

/* ==================== 8. CTA INTERMÉDIAIRE ==================== */
.sm-cta-mid {
    width: 100%;
    max-width: 1232px;
    padding: 0 16px;
}

.sm-cta-mid__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 36px 40px;
    background: linear-gradient(135deg, #0243f1 0%, #2563eb 50%, #0243f1 100%);
    border-radius: 20px;
    border: none;
    position: relative;
    overflow: hidden;
}

.sm-cta-mid__inner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 70%);
    pointer-events: none;
}

.sm-cta-mid__content { display: flex; align-items: center; gap: 20px; }

.sm-cta-mid__badge {
    padding: 10px 18px;
    background: #0243f1;
    color: #fff;
    border-radius: 12px;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 18px;
    white-space: nowrap;
    flex-shrink: 0;
}

.sm-cta-mid__title {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    color: #ffffff;
    font-size: 24px;
    margin: 0 0 6px;
}

.sm-cta-mid__desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
    font-size: 15px;
    line-height: 24px;
    margin: 0;
}

.sm-cta-mid__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    background: #ffffff;
    color: #0243f1;
    border-radius: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: all 0.2s;
}

.sm-cta-mid__btn:hover {
    background: #f0f4ff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

/* ==================== 9. VILLES ==================== */
.sm-cities {
    width: 100%;
    max-width: 1232px;
    padding: 0 16px;
}

.sm-cities__inner {
    text-align: center;
}

.sm-cities__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: #eef3ff;
    border-radius: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #0243f1;
    font-size: 13px;
    margin-bottom: 16px;
}

.sm-cities__eyebrow i { font-size: 15px; }

.sm-cities__title {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    color: #0f172a;
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 32px;
}

.sm-cities__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.sm-cities__card {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 22px;
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,0.06);
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #0f172a;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.2s;
}

.sm-cities__card i {
    font-size: 18px;
    color: #0243f1;
}

.sm-cities__card:hover {
    border-color: #0243f1;
    background: #eef3ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(2,67,241,0.1);
}

/* ==================== 10. FAQ ==================== */
.sm-faq {
    width: 100%;
    max-width: 1232px;
    padding: 0 16px;
}

.sm-faq__inner {
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,0.06);
    padding: 48px;
}

.sm-faq__header {
    text-align: center;
    margin-bottom: 40px;
}

.sm-faq__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: #eef3ff;
    border-radius: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #0243f1;
    font-size: 13px;
    margin-bottom: 16px;
}

.sm-faq__eyebrow i { font-size: 15px; }

.sm-faq__title {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    color: #0f172a;
    font-size: 28px;
    line-height: 38px;
    margin: 0;
}

.sm-faq__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.sm-faq__item {
    background: #f8fafc;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,0.04);
    overflow: hidden;
    transition: border-color 0.2s;
}

.sm-faq__item:hover,
.sm-faq__item.open { border-color: rgba(2,67,241,0.12); }

.sm-faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 20px 22px;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #0f172a;
    font-size: 15px;
    line-height: 22px;
}

.sm-faq__icon {
    font-size: 18px;
    color: #0243f1;
    flex-shrink: 0;
    transition: transform 0.3s;
}

.sm-faq__item.open .sm-faq__icon {
    transform: rotate(45deg);
}

.sm-faq__answer {
    display: none;
    padding: 0 22px 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #6b7280;
    font-size: 14px;
    line-height: 22px;
}

.sm-faq__item.open .sm-faq__answer {
    display: block;
}

.sm-faq__answer a {
    color: #0243f1;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 500;
}

.sm-faq__answer a:hover {
    color: #0035c8;
}

/* ==================== 11. CONTACT ==================== */
.sm-contact {
    width: 100%;
    max-width: 1232px;
    padding: 0 16px;
}

.sm-contact__inner {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 32px 40px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,0.06);
}

.sm-contact__icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #eef3ff 0%, #dbeafe 100%);
    border-radius: 16px;
    flex-shrink: 0;
}

.sm-contact__icon i { font-size: 26px; color: #0243f1; }

.sm-contact__text { flex: 1; }

.sm-contact__title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #0f172a;
    font-size: 17px;
    margin: 0 0 4px;
}

.sm-contact__desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #6b7280;
    font-size: 14px;
    margin: 0;
}

.sm-contact__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border: 1.5px solid rgba(2,67,241,0.2);
    border-radius: 12px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #0243f1;
    font-size: 15px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: all 0.2s;
}

.sm-contact__btn:hover {
    background: #0243f1;
    color: #fff;
    border-color: #0243f1;
}

/* ==================== 12. CTA PRESTATAIRE ==================== */
.sm-presta-cta {
    width: 100%;
    max-width: 1232px;
    padding: 0 16px;
}

.sm-presta-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 48px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-radius: 20px;
}

.sm-presta-cta__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 12px;
    background: rgba(255,255,255,0.1);
    border-radius: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #93c5fd;
    font-size: 13px;
    margin-bottom: 12px;
}

.sm-presta-cta__eyebrow i { font-size: 15px; }

.sm-presta-cta__title {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    color: #fff;
    font-size: 26px;
    line-height: 34px;
    margin: 0 0 10px;
}

.sm-presta-cta__desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: rgba(255,255,255,0.7);
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 16px;
    max-width: 420px;
}

.sm-presta-cta__perks {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.sm-presta-cta__perks li {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: rgba(255,255,255,0.8);
    font-size: 13px;
}

.sm-presta-cta__perks li i {
    color: #34d399;
    font-size: 14px;
}

.sm-presta-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    background: #fff;
    color: #0f172a;
    border-radius: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: all 0.2s;
}

.sm-presta-cta__btn:hover {
    background: #f1f5f9;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}
    font-size: 18px;
    line-height: 27px;
    margin: 0;
    flex: 1;
}

/* ==================== 14. CTA FINAL ==================== */
.sm-final-cta {
    width: calc(100% - 48px) !important;
    max-width: 1232px !important;
    padding: 0 16px;
    margin-left: 24px !important;
    margin-right: 24px !important;
}

.sm-final-cta__inner {
    text-align: center;
    padding: 48px 48px;
    background: linear-gradient(135deg, #0243f1 0%, #2563eb 50%, #0243f1 100%);
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}

.sm-final-cta__inner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 70%);
    border-radius: 50%;
}

.sm-final-cta__title {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    color: #fff;
    font-size: 34px;
    line-height: 44px;
    margin: 0 0 14px;
    position: relative;
}

.sm-final-cta__desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
    font-size: 17px;
    line-height: 26px;
    max-width: 560px;
    margin: 0 auto 32px;
    position: relative;
}

.sm-final-cta__actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    position: relative;
}

.sm-final-cta__btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    background: #fff;
    color: #0243f1;
    border-radius: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 17px;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.sm-final-cta__btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(0,0,0,0.2);
}

.sm-final-cta__btn-secondary {
    display: inline-flex;
    align-items: center;
    padding: 16px 28px;
    border: 1.5px solid rgba(255,255,255,0.3);
    border-radius: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.2s;
}

.sm-final-cta__btn-secondary:hover {
    border-color: #fff;
    background: rgba(255,255,255,0.1);
}

/* ==================== 13. AUTRES SERVICES ==================== */
.sm-others {
    width: 100%;
    max-width: 1232px;
    padding: 0 16px;
}

.sm-others__inner {
    display: flex;
    flex-direction: column;
}

.sm-others__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 32px;
}

.sm-others__header-left {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sm-others__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: #eef3ff;
    border-radius: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #0243f1;
    font-size: 13px;
    width: fit-content;
}

.sm-others__eyebrow i { font-size: 15px; }

.sm-others__title {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    color: #0f172a;
    font-size: 28px;
    line-height: 38px;
    margin: 0;
}

.sm-others__see-all {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #0243f1;
    font-size: 15px;
    text-decoration: none;
    white-space: nowrap;
    transition: gap 0.2s;
}

.sm-others__see-all:hover { gap: 10px; }
.sm-others__see-all i { font-size: 18px; }

.sm-others__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    width: 100%;
}

.sm-others__card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 22px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    text-decoration: none;
    color: inherit;
    transition: all 0.25s;
}

.sm-others__card:hover {
    border-color: rgba(2,67,241,0.15);
    box-shadow: 0 8px 20px -8px rgba(2, 67, 241, 0.15);
    transform: translateY(-3px);
}

.sm-others__card:hover .sm-others__card-icon { background: #0243f1; }
.sm-others__card:hover .sm-others__card-icon i { color: #fff; }
.sm-others__card:hover .sm-others__card-arrow { opacity: 1; transform: translateX(4px); }

.sm-others__card-top { display: none; }

.sm-others__card-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #eef3ff 0%, #dbeafe 100%);
    border-radius: 12px;
    flex-shrink: 0;
    transition: background 0.25s;
}

.sm-others__card-icon i {
    font-size: 22px;
    color: #0243f1;
    transition: color 0.25s;
}

.sm-others__card-name {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #0f172a;
    font-size: 15px;
    line-height: 22px;
    flex: 1;
}

.sm-others__card-desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #6b7280;
    font-size: 13px;
    line-height: 20px;
    display: none;
}

.sm-others__card-arrow {
    font-size: 18px;
    color: #0243f1;
    opacity: 0.3;
    flex-shrink: 0;
    transition: all 0.25s;
}

/* ==================== SEO EDITORIAL ==================== */
.sm-editorial {
    width: 100%;
    max-width: 1232px;
    padding: 0 16px;
}

.sm-editorial__inner {
    background: #fff;
    border-radius: 24px;
    border: 1px solid rgba(0,0,0,0.05);
    padding: 52px 48px;
    box-shadow: 0 1px 3px rgba(15,23,42,.04), 0 8px 24px -12px rgba(15,23,42,.06);
}

/* Header */
.sm-editorial__header { text-align: center; margin-bottom: 40px; }
.sm-editorial__badge {
    display: inline-flex; align-items: center; gap: 6px;
    background: #f0f4ff; color: #0243f1;
    font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em;
    padding: 6px 16px; border-radius: 999px; margin-bottom: 16px;
}
.sm-editorial__badge i { font-size: 15px; }

.sm-editorial__title {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    color: #0f172a;
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: -.02em;
    margin: 0 0 12px;
}

.sm-editorial__subtitle {
    font-size: 15px; color: #64748b; line-height: 1.6;
    max-width: 520px; margin: 0 auto;
}

/* Content — vertical accordion */
.sm-editorial__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Article card */
.sm-editorial__article {
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    overflow: hidden;
    transition: border-color .2s, box-shadow .2s;
}
.sm-editorial__article:hover { border-color: rgba(2,67,241,.15); }
.sm-editorial__article.is-open { border-color: rgba(2,67,241,.2); box-shadow: 0 4px 16px -4px rgba(2,67,241,.08); }

/* Article header (clickable) */
.sm-editorial__article-header {
    display: flex; align-items: center; gap: 14px;
    padding: 20px 24px; cursor: pointer;
    transition: background .15s;
}
.sm-editorial__article-header:hover { background: #fafbff; }
.sm-editorial__article-icon {
    width: 44px; height: 44px; border-radius: 12px;
    background: #f0f4ff; color: #0243f1;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; flex-shrink: 0;
    transition: all .2s;
}
.sm-editorial__article.is-open .sm-editorial__article-icon { background: #0243f1; color: #fff; }
.sm-editorial__article-header h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 700; color: #0f172a;
    font-size: 16px; line-height: 1.4;
    margin: 0; flex: 1;
}
.sm-editorial__chevron {
    font-size: 18px; color: #94a3b8; flex-shrink: 0;
    transition: transform .3s ease, color .2s;
}
.sm-editorial__article.is-open .sm-editorial__chevron { transform: rotate(180deg); color: #0243f1; }

/* Article body (collapsible) */
.sm-editorial__article-body {
    max-height: 0; overflow: hidden;
    transition: max-height .4s ease, padding .3s ease;
    padding: 0 24px;
}
.sm-editorial__article.is-open .sm-editorial__article-body {
    max-height: 600px;
    padding: 0 24px 24px;
}

.sm-editorial__article-body p {
    font-family: 'Inter', sans-serif;
    font-weight: 400; color: #475569;
    font-size: 15px; line-height: 1.75;
    margin: 0 0 12px;
    padding-left: 58px;
}
.sm-editorial__article-body p:last-child { margin-bottom: 0; }

.sm-editorial__article-body p strong { color: #0f172a; font-weight: 600; }
.sm-editorial__article-body p a { color: #0243f1; font-weight: 500; text-decoration: none; border-bottom: 1px solid rgba(2,67,241,.2); transition: border-color .2s; }
.sm-editorial__article-body p a:hover { border-color: #0243f1; }

/* ==================== RESPONSIVE ==================== */
@media (max-width: 1024px) {
    .sm-main { gap: 48px; }
    .sm-hero { padding: 32px 0; }
    .sm-hero__inner { flex-direction: column-reverse; padding: 0 32px; gap: 32px; }
    .sm-hero__right { width: 100%; height: 340px; }
    .sm-hero__title { font-size: 32px; line-height: 40px; }
    .sm-hero + .sm-trust-bar { margin-top: -30px; }
    .sm-trust-bar {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 12px;
        margin-left: 16px !important;
        margin-right: 0 !important;
        width: calc(100% - 16px) !important;
        scrollbar-width: none;
    }
    .sm-trust-bar::-webkit-scrollbar { display: none; }
    .sm-trust-bar__item {
        flex: 0 0 260px;
        scroll-snap-align: start;
    }
    .sm-hero__floating { bottom: 12px; left: 12px; }
    .sm-intro__advantages { grid-template-columns: repeat(3, 1fr); gap: 12px; }
    .sm-services__grid { grid-template-columns: repeat(3, 1fr); }
    .sm-how__step-connector { display: none; }
    .sm-pricing__banner { flex-direction: column; gap: 28px; text-align: center; padding: 36px 32px; }
    .sm-pricing__banner-right { align-items: center; }
    .sm-cta-mid__inner { flex-direction: column; gap: 24px; text-align: center; }
    .sm-cta-mid__content { flex-direction: column; }
    .sm-faq__list { grid-template-columns: 1fr; }
    .sm-presta-cta__inner { flex-direction: column; gap: 28px; text-align: center; }
    .sm-presta-cta__perks { justify-content: center; }
    .sm-editorial__content { flex-direction: column; }
    .sm-others__header { flex-direction: column; align-items: flex-start; gap: 16px; }
    .sm-others__grid { grid-template-columns: repeat(2, 1fr); }
    .sm-others__card-arrow { opacity: 1; }
    .sm-final-cta__actions { flex-direction: column; align-items: center; }
}

@media (max-width: 768px) {
    .sm-main { gap: 32px; padding-top: 12px; padding-bottom: 32px; }
    .sm-hero { padding: 0; border-radius: 16px; margin: 0 16px !important; width: calc(100% - 32px) !important; overflow: hidden; }
    .sm-hero__inner { padding: 0; flex-direction: column-reverse; gap: 0; }
    .sm-hero__left { padding: 20px 20px 24px; }
    .sm-hero__right { height: 220px; width: 100%; border-radius: 0; overflow: hidden; }
    .sm-hero__title { font-size: 26px; line-height: 32px; letter-spacing: -0.5px; margin-bottom: 12px; }
    .sm-hero__subtitle { font-size: 15px; line-height: 23px; margin-bottom: 20px; }
    .sm-hero + .sm-trust-bar { margin-top: 0; }
    .sm-trust-bar {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 10px;
        margin-left: 16px !important;
        margin-right: 0 !important;
        width: calc(100% - 16px) !important;
        padding-bottom: 4px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .sm-trust-bar::-webkit-scrollbar { display: none; }
    .sm-trust-bar__item {
        flex: 0 0 220px;
        scroll-snap-align: start;
        height: auto;
        padding: 16px;
        gap: 12px;
        border-radius: 16px;
    }
    .sm-trust-bar__icon { width: 40px; height: 40px; border-radius: 12px; }
    .sm-trust-bar__icon i { font-size: 20px; }
    .sm-trust-bar__title { font-size: 14px; line-height: 20px; }
    .sm-trust-bar__desc { font-size: 12px; line-height: 17px; }
    .sm-hero__actions { flex-direction: column; }
    .sm-hero__cta-primary { font-size: 16px; padding: 14px 24px; }
    .sm-hero__cta-secondary { font-size: 14px; padding: 12px 20px; }
    .sm-hero__floating { padding: 10px 14px; }
    .sm-hero__floating-icon { width: 32px; height: 32px; }
    .sm-hero__floating-icon i { font-size: 16px; }
    .sm-intro { padding: 0 !important; margin-left: 12px !important; margin-right: 12px !important; width: auto !important; max-width: calc(100% - 24px) !important; }
    .sm-intro__inner { padding: 24px 20px; border-radius: 16px; }
    .sm-intro__header { margin-bottom: 20px; }
    .sm-intro__title { font-size: 22px; line-height: 30px; }
    .sm-intro__text { font-size: 14px; line-height: 23px; }
    .sm-intro__advantages { grid-template-columns: 1fr; gap: 10px; margin-bottom: 20px; }
    .sm-intro__adv-card { flex-direction: row; text-align: left; padding: 16px 18px; gap: 14px; }
    .sm-intro__adv-icon { margin-bottom: 0; width: 42px; height: 42px; flex-shrink: 0; }
    .sm-intro__adv-icon i { font-size: 20px; }
    .sm-intro__adv-title { font-size: 15px; margin-bottom: 2px; }
    .sm-intro__adv-desc { font-size: 12px; line-height: 18px; }
    .sm-intro__cta { width: 100%; justify-content: center; }
    .sm-intro__separator { margin: 20px 0; }
    .sm-intro__bottom { align-items: stretch !important; }
    .sm-intro__services-title { font-size: 18px; margin-bottom: 16px; }
    .sm-services__grid {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 8px !important;
        grid-template-columns: none !important;
    }
    .sm-services__card {
        height: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        min-height: auto !important;
        flex-shrink: 0 !important;
        padding: 10px 16px !important;
        border-radius: 12px !important;
        border: 1px solid rgba(0,0,0,0.06) !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.03) !important;
        background: #fff !important;
        flex-direction: row !important;
        gap: 12px !important;
        justify-content: flex-start !important;
        align-items: center !important;
    }
    .sm-services__card-icon { width: 38px !important; height: 38px !important; min-width: 38px !important; margin-bottom: 0 !important; border-radius: 10px !important; background: linear-gradient(135deg, #eef3ff 0%, #dbeafe 100%) !important; }
    .sm-services__card-icon i { font-size: 20px !important; }
    .sm-services__card-label { font-size: 15px !important; line-height: 22px !important; text-align: left !important; font-weight: 600 !important; }
    .sm-how { padding: 20px 16px; border-radius: 16px; margin-left: 12px !important; margin-right: 12px !important; width: auto !important; max-width: calc(100% - 24px) !important; border: none; background: transparent; }
    .sm-how__header { margin-bottom: 20px; text-align: center; }
    .sm-how__eyebrow { margin-bottom: 10px; }
    .sm-how__title { font-size: 20px; line-height: 28px; }
    .sm-how__subtitle { font-size: 14px; line-height: 22px; }
    .sm-how__grid { flex-direction: column; gap: 12px; }
    .sm-how__step-connector { display: none; }

    .sm-how__step {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        gap: 0;
        padding: 20px;
        background: #fff;
        border-radius: 16px;
        border: 1px solid rgba(0,0,0,0.06);
        position: relative;
    }

    .sm-how__step-num {
        position: absolute;
        top: 16px;
        right: 16px;
        width: 28px;
        height: 28px;
        font-size: 13px;
        margin-bottom: 0;
        opacity: 0.8;
    }

    .sm-how__step-icon {
        display: flex;
        width: 44px;
        height: 44px;
        border-radius: 12px;
        margin-bottom: 14px;
    }
    .sm-how__step-icon i { font-size: 22px; }
    .sm-how__step-title { font-size: 16px; line-height: 22px; margin-bottom: 6px; }
    .sm-how__step-desc { font-size: 13px; line-height: 20px; max-width: none; margin-bottom: 10px; }
    .sm-how__step-time { font-size: 11px; padding: 4px 10px; }
    .sm-how__footer { margin-top: 16px; padding-top: 0; border-top: none; }
    .sm-how__cta { width: 100%; justify-content: center; font-size: 15px; padding: 14px 20px; border-radius: 12px; }
    [class^="page-"] .sv-steps { padding: 0 16px; }
    [class^="page-"] .svl-reviews-section { padding: 0; }
    [class^="page-"] .sv-become-cta { margin: 0 12px; padding: 0; width: auto; }
    [class^="page-"] .sv-local-story { padding: 0 12px; margin: 0; width: auto; }
    [class^="page-"] .sm-insight { margin: 0 12px !important; width: auto !important; }
    [class^="page-"] .sm-autres-services { margin: 0 12px !important; width: auto !important; }
    [class^="page-"] .sm-autres-services .sm-autres-services__inner { padding: 0; }
    .sm-pricing { margin: 0 12px; width: auto; }
    .sm-pricing__banner { padding: 28px 20px; border-radius: 16px; }
    .sm-pricing__title { font-size: 22px; line-height: 30px; }
    .sm-pricing__price { font-size: 36px; }
    .sm-cta-mid { margin: 0 12px; width: auto; }
    .sm-cta-mid__inner { padding: 28px 24px; }
    .sm-cta-mid__badge { font-size: 16px; padding: 8px 14px; }
    .sm-cta-mid__title { font-size: 20px; }
    .sm-cities { margin: 0 16px !important; width: auto !important; max-width: calc(100% - 32px) !important; padding: 0 !important; }
    .sm-cities__inner { text-align: left; }
    .sm-cities__title { font-size: 20px; line-height: 28px; margin-bottom: 16px; text-align: left; }
    .sm-cities__eyebrow { font-size: 12px; padding: 5px 12px; margin-bottom: 10px; }
    .sm-cities__grid {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: unset !important;
        justify-content: unset !important;
        gap: 0 !important;
        background: #fff !important;
        border-radius: 14px !important;
        border: 1px solid rgba(0,0,0,0.06) !important;
        overflow: hidden !important;
    }
    .sm-cities__card {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        padding: 14px 16px !important;
        border-radius: 0 !important;
        border: none !important;
        border-bottom: 1px solid #f1f5f9 !important;
        box-shadow: none !important;
        background: transparent !important;
        gap: 10px !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        color: #0f172a !important;
        position: relative !important;
    }
    .sm-cities__card:last-child { border-bottom: none !important; }
    .sm-cities__card::after {
        content: '\f105';
        font-family: 'Line Awesome Free';
        font-weight: 900;
        position: absolute;
        right: 16px;
        font-size: 16px;
        color: #cbd5e1;
        transition: color .2s;
    }
    .sm-cities__card:hover::after { color: #0243f1; }
    .sm-cities__card:hover { background: #f8fafc !important; }
    .sm-cities__card i { font-size: 16px !important; color: #0243f1; }
    .sm-faq { margin: 0 12px; width: auto; }
    .sm-faq__inner { padding: 32px 20px; }
    .sm-faq__title { font-size: 22px; line-height: 30px; }
    .sm-faq__question { padding: 16px 18px; font-size: 14px; }
    .sm-faq__answer { padding: 0 18px 16px; font-size: 13px; }
    .sm-contact { margin: 0 12px; width: auto; }
    .sm-contact__inner { flex-direction: column; text-align: center; padding: 28px 24px; }
    .sm-contact__btn { width: 100%; justify-content: center; }
    .sm-presta-cta { margin: 0 12px; width: auto; }
    .sm-presta-cta__inner { padding: 32px 24px; }
    .sm-presta-cta__title { font-size: 22px; }
    .sm-presta-cta__perks { flex-direction: column; gap: 8px; align-items: flex-start; }
    .sm-presta-cta__btn { width: 100%; justify-content: center; }
    .sm-editorial { margin: 0 12px; width: auto; }
    .sm-editorial__inner { padding: 28px 16px; }
    .sm-editorial__title { font-size: 22px; }
    .sm-editorial__content { gap: 8px; }
    .sm-editorial__article-header { padding: 16px; gap: 10px; }
    .sm-editorial__article-icon { width: 38px; height: 38px; font-size: 17px; border-radius: 10px; }
    .sm-editorial__article-header h3 { font-size: 14px; }
    .sm-editorial__article-body p { padding-left: 48px; font-size: 14px; }
    .sm-others { margin: 0 12px; width: auto; }
    .sm-others__grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .sm-others__card { padding: 14px 16px; gap: 12px; }
    .sm-others__card-icon { width: 36px; height: 36px; border-radius: 10px; }
    .sm-others__card-icon i { font-size: 18px; }
    .sm-others__card-name { font-size: 13px; }
    .sm-others__card-arrow { display: none; }
    .sm-others__title { font-size: 22px; line-height: 30px; margin-bottom: 20px; }
    .sm-final-cta { margin: 0 16px !important; width: calc(100% - 32px) !important; }
    .sm-final-cta__inner { padding: 40px 24px; }
    .sm-final-cta__title { font-size: 26px; line-height: 34px; }
    .sm-final-cta__btn-primary { width: 100%; justify-content: center; font-size: 16px; }
    .sm-final-cta__btn-secondary { width: 100%; justify-content: center; }
}

@media (max-width: 480px) {
    .sm-services__card { padding: 8px 14px; }
}
