/* =========================================
   ABOUT PAGE
   file: /assets/css/about.css
   Scoped uniquement à .about-page
   Premium / harmonisé avec freelance / construction / banks
   ✅ Navbar buttons keep index.html style
========================================= */

/* =========================
   RESET LOCAL
========================= */
.about-page,
.about-page *,
.about-page *::before,
.about-page *::after {
    box-sizing: border-box;
}

.about-page img,
.about-page svg {
    max-width: 100%;
    display: block;
}

/* =========================
   TOKENS
========================= */
html,
body {
    overflow-x: hidden;
}

.about-page {
    --about-bg:
        radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.96), transparent 28%),
        radial-gradient(circle at 86% 16%, rgba(153, 246, 228, 0.40), transparent 26%),
        radial-gradient(circle at 50% 82%, rgba(94, 234, 212, 0.16), transparent 24%),
        linear-gradient(135deg, #f0fdfa 0%, #e6f7f4 36%, #edf6f4 68%, #dff4f0 100%);

    --about-text: #0f172a;
    --about-title: #0b1b48;
    --about-muted: #64748b;
    --about-line: rgba(15, 23, 42, 0.10);

    --about-surface: rgba(255, 255, 255, 0.80);
    --about-surface-strong: rgba(255, 255, 255, 0.92);

    --about-primary: #0f766e;
    --about-primary-2: #14b8a6;
    --about-accent: #0f766e;

    --about-shadow-soft: 0 16px 40px rgba(15, 23, 42, 0.08);
    --about-shadow-card: 0 24px 60px rgba(15, 23, 42, 0.10);
    --about-shadow-btn: 0 14px 34px rgba(15, 118, 110, 0.22);

    min-height: 100vh;
    color: var(--about-text);
    background: var(--about-bg);
    overflow-x: hidden;
}

/* =========================
   PAGE
========================= */
.about-page .page {
    position: relative;
    width: min(1380px, calc(100% - 32px));
    margin: 0 auto;
    padding-top: 108px;
    padding-bottom: 84px;
}

.about-page .page::before,
.about-page .page::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(18px);
    opacity: 0.72;
    z-index: -1;
}

.about-page .page::before {
    width: 360px;
    height: 360px;
    top: 120px;
    right: -80px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.95), transparent 68%);
}

.about-page .page::after {
    width: 420px;
    height: 420px;
    left: -90px;
    bottom: 80px;
    background: radial-gradient(circle, rgba(20, 184, 166, 0.12), transparent 68%);
}

/* =========================
   TYPO
========================= */
.about-page h1,
.about-page h2,
.about-page h3 {
    margin: 0;
    color: var(--about-title);
}

.about-page h1 {
    font-size: clamp(36px, 4.8vw, 64px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.about-page .section-title {
    font-size: clamp(26px, 3vw, 40px);
    line-height: 1.15;
    font-weight: 900;
    color: var(--about-title);
}

.about-page h1[data-i18n="about_hero_h1"],
.about-page .section-title {
    text-decoration: underline;
    text-decoration-color: #0f766e;
    text-decoration-thickness: 3px;
    text-underline-offset: 6px;
    text-wrap: balance;
}

.about-page .muted {
    color: var(--about-muted);
    font-size: 15px;
    line-height: 1.9;
}

/* =========================
   NAVBAR
   keep same style as index
========================= */
.about-page .topbar .nav-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

/* =========================
   HERO
========================= */
.about-page .hero-about {
    padding: 30px 30px 26px;
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(248, 250, 252, 0.95));
    border: 1px solid rgba(255, 255, 255, 0.84);
    box-shadow:
        0 24px 60px rgba(15, 23, 42, 0.10),
        inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

/* Hero 2-column inner */
.about-page .hero-about-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 44px;
    align-items: center;
}

.about-page .hero-about-text {
    min-width: 0;
}

.about-page .hero-about-text .pill {
    margin: 0 0 18px;
}

.about-page .hero-lead {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.9;
    max-width: 540px;
}

.about-page .hero-about-visual {
    min-width: 0;
}

.about-page .hero-visual-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
}

.about-page .hero-visual-card img {
    width: 100%;
    height: auto;
    display: block;
}

/* Hero Stats row */
.about-page .hero-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid var(--about-line);
    flex-wrap: wrap;
}

.about-page .hero-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 0 28px;
    flex: 1 1 120px;
    min-width: 0;
}

.about-page .hero-stat-sep {
    width: 1px;
    height: 38px;
    flex-shrink: 0;
    background: var(--about-line);
    align-self: center;
}

.about-page .hero-stat-num {
    font-size: 26px;
    font-weight: 900;
    color: var(--about-title);
    line-height: 1;
}

.about-page .hero-stat-label {
    font-size: 13px;
    color: var(--about-muted);
    text-align: center;
    line-height: 1.5;
}

.about-page .pill {
    width: fit-content;
    margin: 0 auto 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 20px 10px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #065f46 0%, #059669 55%, #10b981 100%);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 10px 28px rgba(5, 150, 105, 0.32), 0 0 0 3px rgba(5, 150, 105, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.20);
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    position: relative;
    overflow: hidden;
}
.about-page .pill::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,0.18) 50%, transparent 70%);
    left: -80%;
    animation: about-pill-shimmer 3.5s ease-in-out infinite;
}
@keyframes about-pill-shimmer {
    0%   { left: -80%; }
    55%, 100% { left: 120%; }
}
.about-page .pill .pill-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #6ee7b7;
    flex-shrink: 0;
    animation: about-pill-pulse 2s ease-in-out infinite;
}
@keyframes about-pill-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(110, 231, 183, 0.65); }
    50%       { box-shadow: 0 0 0 5px rgba(110, 231, 183, 0); }
}
.about-page .pill .pill-check {
    flex-shrink: 0;
    display: block;
}

.about-page .hero-actions-clean,
.about-page .cta-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 22px;
}

/* =========================
   BUTTONS
   only content buttons, not navbar
========================= */
.about-page .hero-actions-clean .btn,
.about-page .cta-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.34);
    background: rgba(255, 255, 255, 0.86);
    color: #0f172a;
    text-decoration: none;
    font-size: 15px;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    transition:
        transform .18s ease,
        box-shadow .18s ease,
        border-color .18s ease,
        background-color .18s ease,
        color .18s ease;
}

.about-page .hero-actions-clean .btn:hover,
.about-page .cta-actions .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.10);
}

.about-page .hero-actions-clean .btn.primary,
.about-page .cta-actions .btn.primary {
    color: #ffffff;
    border-color: transparent;
    background: linear-gradient(135deg, var(--about-primary), var(--about-primary-2));
    box-shadow: var(--about-shadow-btn);
}

.about-page .hero-actions-clean .btn.primary:hover,
.about-page .cta-actions .btn.primary:hover {
    box-shadow: 0 18px 40px rgba(15, 118, 110, 0.28);
}

.about-page .hero-actions-clean .btn.ghost,
.about-page .cta-actions .btn.ghost {
    background: transparent;
    border-color: rgba(15, 118, 110, 0.22);
    color: var(--about-primary);
}

.about-page .hero-actions-clean .btn.ghost:hover,
.about-page .cta-actions .btn.ghost:hover {
    background: rgba(15, 118, 110, 0.06);
}

/* =========================
   SECTIONS
========================= */
.about-page .section {
    margin-top: 24px;
    padding: 28px 26px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.84);
    box-shadow:
        0 18px 42px rgba(15, 23, 42, 0.07),
        inset 0 1px 0 rgba(255, 255, 255, 0.90);
}

.about-page .section-pt {
    margin-top: 26px;
}

.about-page .section-head {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 20px;
}

.about-page .section-head .muted {
    margin-top: 10px;
}

/* =========================
   SECTION KICKER
========================= */
.about-page .section-kicker {
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.10), rgba(20, 184, 166, 0.16));
    color: var(--about-primary);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

/* =========================
   STEPS TIMELINE
========================= */
.about-page .steps-timeline {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.about-page .step-card {
    padding: 24px 20px 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
    transition: transform .2s ease, box-shadow .2s ease;
}

.about-page .step-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 44px rgba(15, 23, 42, 0.09);
}

.about-page .step-card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}

.about-page .step-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.about-page .step-card-num {
    font-size: 34px;
    font-weight: 900;
    color: rgba(15, 23, 42, 0.10);
    line-height: 1;
    user-select: none;
}

.about-page .step-card h3 {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 10px;
    color: var(--about-title);
    line-height: 1.4;
}

/* Step icon color variants */
.about-page .step-icon-1 {
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.11), rgba(20, 184, 166, 0.17));
    color: #0f766e;
}

.about-page .step-icon-2 {
    background: linear-gradient(135deg, rgba(5, 150, 105, 0.11), rgba(16, 185, 129, 0.17));
    color: #059669;
}

.about-page .step-icon-3 {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.11), rgba(251, 191, 36, 0.17));
    color: #d97706;
}

.about-page .step-icon-4 {
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.11), rgba(45, 212, 191, 0.17));
    color: #0f766e;
}

/* =========================
   FEATURE GRID v2
========================= */
.about-page .feature-grid-v2 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.about-page .feature-card {
    padding: 26px 22px 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
    transition: transform .2s ease, box-shadow .2s ease;
}

.about-page .feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 44px rgba(15, 23, 42, 0.09);
}

.about-page .feature-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    flex-shrink: 0;
}

.about-page .feature-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
    color: var(--about-title);
    line-height: 1.4;
}

/* Feature card icon color variants */
.about-page .fci-green {
    background: linear-gradient(135deg, rgba(5, 150, 105, 0.11), rgba(16, 185, 129, 0.17));
    color: #059669;
}

.about-page .fci-blue {
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.11), rgba(20, 184, 166, 0.17));
    color: #0f766e;
}

.about-page .fci-teal {
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.11), rgba(45, 212, 191, 0.17));
    color: #0f766e;
}

.about-page .fci-gold {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.11), rgba(251, 191, 36, 0.17));
    color: #b45309;
}

.about-page .fci-orange {
    background: linear-gradient(135deg, rgba(234, 88, 12, 0.11), rgba(251, 146, 60, 0.17));
    color: #c2410c;
}

.about-page .fci-purple {
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.11), rgba(167, 139, 250, 0.17));
    color: #7c3aed;
}

/* =========================
   WHY GRID
========================= */
.about-page .why-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.about-page .why-card {
    padding: 28px 22px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.90), rgba(248, 250, 252, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.84);
    box-shadow:
        0 12px 28px rgba(15, 23, 42, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
    text-align: center;
    transition: transform .2s ease, box-shadow .2s ease;
}

.about-page .why-card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 22px 44px rgba(15, 23, 42, 0.09),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.about-page .why-card-icon {
    width: 60px;
    height: 60px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.10), rgba(20, 184, 166, 0.16));
    color: var(--about-primary);
    margin: 0 auto 16px;
}

.about-page .why-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
    color: var(--about-title);
    line-height: 1.4;
}

/* =========================
   CTA PREMIUM
========================= */
.about-page .cta-premium {
    margin-top: 24px;
    border-radius: 34px;
    background: linear-gradient(135deg, #0c4a45 0%, #0f766e 55%, #065f46 100%);
    overflow: hidden;
    position: relative;
}

.about-page .cta-premium::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 18% 50%, rgba(255, 255, 255, 0.07) 0%, transparent 55%),
                radial-gradient(circle at 80% 20%, rgba(167, 243, 208, 0.06) 0%, transparent 40%);
    pointer-events: none;
}

.about-page .cta-premium-inner {
    position: relative;
    padding: 54px 40px;
    text-align: center;
    color: #ffffff;
}

.about-page .cta-premium-kicker {
    display: inline-block;
    margin-bottom: 14px;
    padding: 5px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: #a7f3d0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.about-page .cta-premium-inner h2 {
    color: #ffffff;
    font-size: clamp(28px, 3.5vw, 44px);
    margin: 0 0 14px;
}

.about-page .cta-premium-inner p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.80);
    max-width: 580px;
    margin: 0 auto 28px;
    line-height: 1.9;
}

.about-page .cta-actions .cta-btn-primary {
    background: #ffffff;
    color: #0f766e;
    border-color: transparent;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.about-page .cta-actions .cta-btn-primary:hover {
    background: #f0fdf9;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
    transform: translateY(-2px);
}

.about-page .cta-actions .cta-btn-secondary {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.about-page .cta-actions .cta-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.22);
    transform: translateY(-2px);
}

.about-page .cta-actions .cta-btn-ghost {
    background: transparent;
    color: rgba(255, 255, 255, 0.82);
    border-color: rgba(255, 255, 255, 0.20);
}

.about-page .cta-actions .cta-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.10);
    color: #ffffff;
    transform: translateY(-2px);
}

/* =========================
   REVEAL (scroll animation)
========================= */
.about-page .reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.60s ease, transform 0.60s ease;
}

.about-page .reveal.revealed {
    opacity: 1;
    transform: none;
}

/* =========================
   NOTICE
========================= */
.about-page .notice {
    margin-top: 18px;
    padding: 18px 20px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(248, 250, 252, 0.94));
    border: 1px solid rgba(255, 255, 255, 0.84);
    box-shadow:
        0 12px 28px rgba(15, 23, 42, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
    color: #475569;
    font-size: 15px;
    line-height: 1.9;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.about-page .notice b {
    color: #0f172a;
}

.about-page .notice-space {
    margin-top: 20px;
}

/* =========================
   WHATSAPP FLOAT
========================= */
.about-page .whatsapp-float {
    position: fixed;
    right: max(18px, env(safe-area-inset-right));
    left: auto;
    bottom: max(18px, env(safe-area-inset-bottom));
    z-index: 9999;
    width: 74px;
    height: 74px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background:
        radial-gradient(circle at center, #25d366 0 58%, rgba(255, 255, 255, .30) 59% 100%);
    color: #ffffff;
    text-decoration: none;
    box-shadow:
        0 18px 40px rgba(37, 211, 102, .28),
        0 0 0 10px rgba(37, 211, 102, .14);
    border: 0;
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.about-page .whatsapp-float:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow:
        0 22px 46px rgba(37, 211, 102, .34),
        0 0 0 12px rgba(37, 211, 102, .18);
    filter: saturate(1.04);
}

.about-page .whatsapp-float svg {
    width: 30px;
    height: 30px;
    display: block;
    flex: 0 0 auto;
}

html[lang="fr"] .about-page .whatsapp-float {
    left: max(18px, env(safe-area-inset-left));
    right: auto;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1200px) {
    .about-page .steps-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-page .feature-grid-v2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .about-page .topbar .nav-actions {
        gap: 10px;
    }

    .about-page .hero-about-inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .about-page .hero-about-visual {
        order: -1;
    }

    .about-page .hero-visual-card img {
        width: 90%;
    }

    .about-page .why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .about-page .page {
        width: min(100%, calc(100% - 24px));
        padding-top: 94px;
        padding-bottom: 74px;
    }

    .about-page .hero-about {
        padding: 20px 16px 18px;
        border-radius: 24px;
    }

    .about-page h1 {
        font-size: clamp(28px, 9vw, 44px);
    }

    .about-page .section {
        padding: 22px 16px;
        border-radius: 24px;
    }

    .about-page .whatsapp-float {
        right: max(14px, env(safe-area-inset-right));
        left: auto;
        bottom: max(14px, env(safe-area-inset-bottom));
        width: 68px;
        height: 68px;
    }

    html[lang="fr"] .about-page .whatsapp-float {
        left: max(14px, env(safe-area-inset-left));
        right: auto;
    }
}

@media (max-width: 560px) {
    .about-page .page {
        width: min(100%, calc(100% - 20px));
        padding-top: 88px;
        padding-bottom: 66px;
    }

    .about-page .hero-about {
        padding: 16px 12px;
        border-radius: 20px;
    }

    .about-page .hero-about-inner {
        gap: 20px;
    }

    .about-page .hero-visual-card img {
        width: 100%;
    }

    .about-page .hero-stats {
        gap: 0;
        margin-top: 20px;
        padding-top: 18px;
    }

    .about-page .hero-stat {
        padding: 6px 14px;
        flex: 1 1 80px;
    }

    .about-page .hero-stat-num {
        font-size: 20px;
    }

    .about-page .hero-stat-label {
        font-size: 11px;
    }

    .about-page .hero-stat-sep {
        height: 30px;
    }

    .about-page .pill {
        font-size: 11px;
        padding: 8px 14px 8px 10px;
        gap: 8px;
        margin-bottom: 14px;
        box-shadow: 0 6px 18px rgba(5, 150, 105, 0.28), 0 0 0 2px rgba(5, 150, 105, 0.10);
    }

    .about-page h1 {
        font-size: 26px;
        line-height: 1.14;
    }

    .about-page .muted {
        font-size: 14px;
        line-height: 1.8;
    }

    .about-page .hero-actions-clean,
    .about-page .cta-actions {
        gap: 10px;
        margin-top: 18px;
    }

    .about-page .hero-actions-clean .btn,
    .about-page .cta-actions .btn {
        width: 100%;
        min-height: 50px;
        font-size: 15px;
    }

    .about-page .section {
        margin-top: 18px;
        padding: 18px 12px;
        border-radius: 20px;
    }

    .about-page .section-title {
        font-size: 22px;
    }

    .about-page .steps-timeline {
        grid-template-columns: 1fr;
    }

    .about-page .feature-grid-v2 {
        grid-template-columns: 1fr;
    }

    .about-page .why-grid {
        grid-template-columns: 1fr;
    }

    .about-page .step-card,
    .about-page .feature-card,
    .about-page .why-card {
        padding: 18px 14px;
        border-radius: 18px;
    }

    .about-page .step-card-icon,
    .about-page .feature-card-icon,
    .about-page .why-card-icon {
        width: 46px;
        height: 46px;
        border-radius: 12px;
    }

    .about-page .step-card h3,
    .about-page .feature-card h3,
    .about-page .why-card h3 {
        font-size: 16px;
    }

    .about-page .cta-premium {
        border-radius: 22px;
        margin-top: 18px;
    }

    .about-page .cta-premium-inner {
        padding: 36px 20px;
    }

    .about-page .notice {
        padding: 14px 14px;
        border-radius: 16px;
        font-size: 14px;
    }

    .about-page .whatsapp-float {
        right: max(12px, env(safe-area-inset-right));
        left: auto;
        bottom: max(12px, env(safe-area-inset-bottom));
        width: 64px;
        height: 64px;
    }

    html[lang="fr"] .about-page .whatsapp-float {
        left: max(12px, env(safe-area-inset-left));
        right: auto;
    }

    .about-page .whatsapp-float svg {
        width: 26px;
        height: 26px;
    }
}

/* =========================
   MOBILE — soulignement des titres
   Le soulignement natif se brise sur plusieurs lignes (rendu brouillon).
   On le remplace par une barre teal nette (même geste que la home).
========================= */
@media (max-width: 720px) {
    .about-page h1[data-i18n="about_hero_h1"],
    .about-page .section-title {
        text-decoration: none;
        text-wrap: balance;
    }

    .about-page h1[data-i18n="about_hero_h1"]::after,
    .about-page .section-title::after {
        content: "";
        display: block;
        width: 56px;
        height: 3px;
        border-radius: 2px;
        background: #0f766e;
        margin: 12px auto 0;
    }

    /* Le hero est aligné au début (droite en AR / gauche en FR) → la barre suit. */
    .about-page h1[data-i18n="about_hero_h1"]::after {
        margin-inline-start: 0;
        margin-inline-end: auto;
    }
}

/* =========================
   LTR (French) OVERRIDES
========================= */
[dir="ltr"] .about-page h1 {
    font-size: clamp(22px, 2.5vw, 36px);
}

.about-page .hero-img-fr { display: none; }
[dir="ltr"] .about-page .hero-img-ar { display: none; }
[dir="ltr"] .about-page .hero-img-fr { display: block; }

/* =========================
   REDUCED MOTION
========================= */
@media (prefers-reduced-motion: reduce) {

    .about-page .hero-actions-clean .btn,
    .about-page .cta-actions .btn,
    .about-page .step-card,
    .about-page .feature-card,
    .about-page .why-card,
    .about-page .whatsapp-float {
        transition: none !important;
    }

    .about-page .reveal {
        opacity: 1;
        transform: none;
        transition: none !important;
    }
}