/* ============================================================
   SERVYLO - Page Qui sommes-nous (About)
   Background #f6f6f6, sections gap 90px, prefix sa-*
   ============================================================ */

body.page-about { background-color: #f6f6f6; margin: 0; padding: 0; }

/* ---------- BREADCRUMB ---------- */
.sa-breadcrumb { background: #fff; border-bottom: 1px solid rgba(0,0,0,0.06); }
.sa-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;
}
.sa-breadcrumb__inner a { color: #6b7280; text-decoration: none; font-weight: 500; transition: color 0.2s; }
.sa-breadcrumb__inner a:hover { color: #0243f1; }
.sa-breadcrumb__inner i { font-size: 11px; color: #9ca3af; }
.sa-breadcrumb__inner span { color: #0243f1; font-weight: 600; }

/* ---------- MAIN ---------- */
.sa-main {
    display: flex; flex-direction: column; align-items: center;
    gap: 90px; padding-top: 40px; padding-bottom: 90px;
    max-width: 1440px; margin: 0 auto;
}
.sa-inner { width: 100%; max-width: 1232px; padding: 0 clamp(16px,4vw,32px); }

/* ==================== 1. HERO ==================== */
.sa-hero {
    background: #fff; border-radius: 20px; border: 1px solid #d1d1d1;
    padding: 64px 48px; width: 100%; max-width: 1232px; text-align: center;
}
.sa-hero__inner { max-width: 800px; margin: 0 auto; }
.sa-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; margin-bottom: 24px;
}
.sa-hero__badge i { font-size: 15px; }
.sa-hero__title {
    font-family: 'Inter', sans-serif; font-weight: 800; color: #0f172a;
    font-size: 44px; letter-spacing: -1.2px; line-height: 52px; margin: 0 0 20px;
}
.sa-hero__highlight { color: #0243f1; }
.sa-hero__subtitle {
    font-family: 'Inter', sans-serif; font-weight: 400; color: #6b7280;
    font-size: 18px; line-height: 28px; margin: 0;
}

/* ==================== 2. STATS ==================== */
.sa-stats {
    background: #fff; border-radius: 20px; border: 1px solid #d1d1d1;
    padding: 40px 48px; width: 100%; max-width: 1232px;
}
.sa-stats__grid {
    display: flex; align-items: center; justify-content: center; gap: 48px;
}
.sa-stats__item { text-align: center; }
.sa-stats__number {
    display: block; font-family: 'Inter', sans-serif; font-weight: 800;
    color: #0243f1; font-size: 36px; line-height: 44px;
}
.sa-stats__label {
    font-family: 'Inter', sans-serif; font-weight: 500; color: #6b7280;
    font-size: 14px; margin-top: 4px;
}
.sa-stats__sep { width: 1px; height: 48px; background: rgba(0,0,0,0.08); flex-shrink: 0; }

/* ==================== 3. STORY ==================== */
.sa-story {
    background: #fff; border-radius: 20px; border: 1px solid #d1d1d1;
    padding: 48px; width: 100%; max-width: 1232px;
}
.sa-story__title {
    font-family: 'Inter', sans-serif; font-weight: 700; color: #0f172a;
    font-size: 32px; line-height: 48px; margin: 0 0 24px;
}
.sa-story__content p {
    font-family: 'Inter', sans-serif; font-weight: 400; color: #374151;
    font-size: 17px; line-height: 28px; margin: 0 0 16px;
}
.sa-story__content p:last-child { margin-bottom: 0; }
.sa-story__content strong { color: #0f172a; font-weight: 600; }

/* ==================== 4. VALUES ==================== */
.sa-values { width: 100%; max-width: 1232px; }
.sa-values__title {
    font-family: 'Inter', sans-serif; font-weight: 700; color: #0f172a;
    font-size: 32px; line-height: 48px; text-align: center; margin: 0 0 48px;
}
.sa-values__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.sa-values__card {
    background: #fff; border-radius: 20px; border: 1px solid rgba(0,0,0,0.08);
    padding: 32px 24px; text-align: center; transition: transform 0.2s, box-shadow 0.2s;
}
.sa-values__card:hover { transform: translateY(-4px); box-shadow: 0 10px 24px rgba(0,0,0,0.08); }
.sa-values__card-icon {
    width: 56px; height: 56px; display: flex; align-items: center; justify-content: center;
    background: #eef3ff; border-radius: 14px; margin: 0 auto 20px;
}
.sa-values__card-icon i { font-size: 28px; color: #0243f1; }
.sa-values__card-title {
    font-family: 'Inter', sans-serif; font-weight: 700; color: #0f172a;
    font-size: 18px; margin: 0 0 12px;
}
.sa-values__card-desc {
    font-family: 'Inter', sans-serif; font-weight: 400; color: #6b7280;
    font-size: 15px; line-height: 24px; margin: 0;
}

/* ==================== 5. HOW ==================== */
.sa-how {
    background: #fff; border-radius: 20px; border: 1px solid #d1d1d1;
    padding: 48px; width: 100%; max-width: 1232px;
}
.sa-how__header { text-align: center; margin-bottom: 48px; }
.sa-how__title {
    font-family: 'Inter', sans-serif; font-weight: 700; color: #0f172a;
    font-size: 32px; line-height: 48px; margin: 0 0 12px;
}
.sa-how__subtitle {
    font-family: 'Inter', sans-serif; font-weight: 400; color: #6b7280;
    font-size: 18px; margin: 0;
}
.sa-how__columns { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.sa-how__column-title {
    display: flex; align-items: center; gap: 10px;
    font-family: 'Inter', sans-serif; font-weight: 700; color: #0f172a;
    font-size: 20px; margin: 0 0 32px;
    padding-bottom: 16px; border-bottom: 2px solid #0243f1;
}
.sa-how__column-title i { font-size: 24px; color: #0243f1; }
.sa-how__steps { display: flex; flex-direction: column; gap: 28px; }
.sa-how__step { display: flex; gap: 16px; align-items: flex-start; }
.sa-how__step-num {
    width: 36px; height: 36px; flex-shrink: 0;
    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: 15px;
}
.sa-how__step-title {
    font-family: 'Inter', sans-serif; font-weight: 600; color: #0f172a;
    font-size: 16px; margin: 0 0 4px;
}
.sa-how__step-desc {
    font-family: 'Inter', sans-serif; font-weight: 400; color: #6b7280;
    font-size: 14px; line-height: 22px; margin: 0;
}

/* ==================== 6. SERVICES ==================== */
.sa-services__title {
    font-family: 'Inter', sans-serif; font-weight: 700; color: #0f172a;
    font-size: 32px; line-height: 48px; text-align: center; margin: 0 0 12px;
}
.sa-services__subtitle {
    font-family: 'Inter', sans-serif; font-weight: 400; color: #6b7280;
    font-size: 18px; text-align: center; margin: 0 0 48px;
}
.sa-services__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.sa-services__card {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    padding: 24px; height: 140px; background: #fff; border-radius: 6px;
    border: 1px solid rgba(0,0,0,0.08); text-decoration: none; color: inherit;
    transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
}
.sa-services__card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.1); transform: translateY(-2px); border-color: #0243f1; }
.sa-services__card-icon {
    width: 48px; height: 48px; display: flex; align-items: center; justify-content: center;
    background: #f1f5f9; border-radius: 6px; margin-bottom: 12px;
}
.sa-services__card-icon i { font-size: 24px; color: #0243f1; }
.sa-services__card-label { font-family: 'Inter', sans-serif; font-weight: 600; color: #0f172a; font-size: 14px; }

/* ==================== 7. CONTACT ==================== */
.sa-contact { text-align: center; width: 100%; max-width: 900px; }
.sa-contact__title {
    font-family: 'Inter', sans-serif; font-weight: 800; color: #0f172a;
    font-size: 32px; line-height: 1.3; margin: 0 0 12px;
}
.sa-contact__subtitle {
    font-family: 'Inter', sans-serif; font-weight: 400; color: #6b7280;
    font-size: 16px; margin: 0 0 40px; max-width: 560px; margin-left: auto; margin-right: auto;
}
.sa-contact__cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; text-align: center; }
.sa-contact__card {
    background: #fff; border-radius: 20px; padding: 36px 28px;
    border: 1px solid rgba(0,0,0,0.06); transition: all 0.25s;
    display: flex; flex-direction: column; align-items: center;
}
.sa-contact__card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.08); }
.sa-contact__card-icon {
    width: 60px; height: 60px; border-radius: 16px;
    background: #F1F5F9; display: flex; align-items: center;
    justify-content: center; margin-bottom: 20px;
}
.sa-contact__card-icon i { font-size: 28px; color: #0243f1; }
.sa-contact__card-icon--green { background: #ECFDF5; }
.sa-contact__card-icon--green i { color: #059669; }
.sa-contact__card-title {
    font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 700;
    color: #0f172a; margin: 0 0 10px;
}
.sa-contact__card-desc {
    font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 400;
    color: #6b7280; line-height: 1.7; margin: 0 0 24px; flex: 1;
}
.sa-contact__card-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 12px 28px; border-radius: 12px;
    font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 600;
    text-decoration: none; transition: all 0.2s; cursor: pointer;
}
.sa-contact__card-btn i { font-size: 18px; }
.sa-contact__card-btn--primary {
    background: #0243f1; color: #fff;
}
.sa-contact__card-btn--primary:hover { background: #0235c7; color: #fff; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(2,67,241,0.25); }
.sa-contact__card-btn--outline {
    background: transparent; color: #0243f1; border: 2px solid #0243f1;
}
.sa-contact__card-btn--outline:hover { background: #0243f1; color: #fff; transform: translateY(-2px); }

/* ==================== 8. CTA ==================== */
.sa-cta {
    display: flex; align-items: center; justify-content: space-between;
    padding: 48px; background: linear-gradient(135deg, #0243f1 0%, #0056ff 100%);
    border-radius: 20px; width: 100%; max-width: 1232px;
}
.sa-cta__title { font-family: 'Inter', sans-serif; font-weight: 700; color: #fff; font-size: 28px; line-height: 42px; margin: 0; }
.sa-cta__desc { font-family: 'Inter', sans-serif; font-weight: 400; color: rgba(255,255,255,0.85); font-size: 16px; margin: 8px 0 0; }
.sa-cta__buttons { display: flex; gap: 12px; flex-shrink: 0; }
.sa-cta__btn {
    display: inline-flex; align-items: center; padding: 14px 28px;
    border-radius: 12px; font-family: 'Inter', sans-serif; font-weight: 600;
    font-size: 15px; text-decoration: none; transition: all 0.2s; white-space: nowrap;
}
.sa-cta__btn--white { background: #fff; color: #0243f1; }
.sa-cta__btn--white:hover { background: #f0f4ff; transform: translateY(-2px); color: #0243f1; }
.sa-cta__btn--outline { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.4); }
.sa-cta__btn--outline:hover { border-color: #fff; background: rgba(255,255,255,0.1); color: #fff; }

/* ==================== RESPONSIVE ==================== */
@media (max-width: 1024px) {
    .sa-main { gap: 60px; }
    .sa-hero { padding: 48px 32px; }
    .sa-hero__title { font-size: 36px; line-height: 44px; }
    .sa-values__grid { grid-template-columns: repeat(2, 1fr); }
    .sa-how__columns { grid-template-columns: 1fr; gap: 48px; }
    .sa-stats__grid { gap: 32px; }
    .sa-cta { flex-direction: column; gap: 24px; text-align: center; }
    .sa-services__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
    .sa-main { gap: 48px; padding-top: 24px; padding-left: 16px; padding-right: 16px; }
    .sa-hero { padding: 32px 20px; border-radius: 16px; }
    .sa-hero__title { font-size: 28px; line-height: 34px; letter-spacing: -0.5px; }
    .sa-hero__subtitle { font-size: 16px; line-height: 25px; }
    .sa-stats { padding: 32px 24px; border-radius: 16px; }
    .sa-stats__grid { flex-wrap: wrap; gap: 24px; }
    .sa-stats__sep { display: none; }
    .sa-stats__item { flex: 1; min-width: 120px; }
    .sa-stats__number { font-size: 28px; }
    .sa-story { padding: 32px 20px; border-radius: 16px; }
    .sa-story__title { font-size: 24px; line-height: 36px; }
    .sa-values__title { font-size: 24px; line-height: 36px; }
    .sa-values__grid { grid-template-columns: 1fr; }
    .sa-how { padding: 32px 20px; border-radius: 16px; }
    .sa-how__title { font-size: 24px; }
    .sa-services__grid { grid-template-columns: repeat(2, 1fr); }
    .sa-services__title { font-size: 24px; }
    .sa-contact__cards { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
    .sa-contact__title { font-size: 24px; }
    .sa-cta { padding: 32px 24px; border-radius: 16px; }
    .sa-cta__title { font-size: 22px; line-height: 32px; }
    .sa-cta__buttons { flex-direction: column; width: 100%; }
    .sa-cta__btn { justify-content: center; }
}
