    @media (max-width: 767.98px) {
        .pro-login-cta {
            padding: 0.5rem 0.75rem !important;
            font-size: 0.9rem !important;
        }
    }

    /* Évite la scrollbar horizontale pendant les fades latéraux */
    body.pro-page {
        overflow-x: clip;
    }

    .pro-hero {
        background: radial-gradient(ellipse 120% 80% at 50% 20%, rgba(249, 163, 146, 0.35) 0%, rgba(249, 245, 243, 0.3) 45%, rgba(255, 255, 255, 1) 70%);
        min-height: 100vh;
        min-height: 100svh;
        min-height: 100dvh;
        display: flex;
        align-items: center;
        padding: 5rem 0 2.5rem;
        box-sizing: border-box;
    }

    .pro-hero > .container {
        width: 100%;
    }

    .pro-hero-head {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        margin-bottom: 1rem;
    }

    .pro-hero-kicker {
        display: block;
        font-size: 0.74rem;
        font-weight: 400;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #1d1d1f;
        margin: 0 0 0.55rem;
        padding: 0 0 0 2px;
        line-height: 1;
        text-align: left;
    }

    .pro-hero-title {
        font-size: 2.5rem;
        font-weight: 700;
        color: #1d1d1f;
        margin: 0;
        padding: 0;
        text-align: left;
        width: 100%;
        max-width: 100%;
    }

    .pro-hero-title span {
        background: #ff8a73;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }

    .pro-hero-subtitle {
        font-size: 1.1rem;
        color: #1d1d1f;
        margin-bottom: 1.5rem;
    }

    .pro-hero-proofline {
        display: flex;
        flex-wrap: wrap;
        gap: 0.65rem 1.15rem;
        margin: -0.35rem 0 1.5rem;
        padding: 0;
        color: #5b4b46;
        font-size: 0.96rem;
        font-weight: 600;
    }

    .pro-hero-proofline span {
        display: inline-flex;
        align-items: center;
        gap: 0.45rem;
    }

    .pro-hero-proofline i {
        color: #F9A392;
        font-size: 0.82rem;
    }

    .pro-hero-cta {
        border-radius: 999px;
        padding: 0.75rem 1.6rem;
        font-weight: 600;
        background: #1d1d1f;
        border: 1px solid #1d1d1f;
        color: #ffffff;
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        text-decoration: none;
        transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    }

    .pro-hero-cta:hover {
        text-decoration: none;
        background: #000000;
        border-color: #000000;
        color: #ffffff;
    }

    .pro-hero-cta i {
        transition: transform 0.2s ease;
    }

    .pro-hero-cta:hover i {
        transform: translateX(3px);
    }

    .pro-hero-media {
        max-width: 540px;
        margin-left: auto;
    }

    .pro-hero-media img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 20px;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    }

    .pro-hero-client-note {
        margin: 1rem 0 0;
        padding: 0 0.25rem;
        text-align: center;
        font-size: 0.8rem;
        color: #5b4b46;
        line-height: 1.5;
    }

    .pro-hero-client-note a {
        color: #F9A392;
        font-weight: 600;
        text-decoration: none;
    }

    .pro-hero-client-note a:hover {
        text-decoration: underline;
    }

    @media (min-width: 992px) {
        .pro-hero {
            padding: 5.5rem 0 3rem;
        }
        .pro-hero-head {
            margin-bottom: 1.35rem;
        }
        .pro-hero-kicker {
            font-size: 0.8rem;
            letter-spacing: 0.1em;
            margin-bottom: 0.65rem;
        }
        .pro-hero-title {
            font-size: clamp(2.75rem, 3.2vw, 3.65rem);
            line-height: 1.12;
            letter-spacing: -0.02em;
        }
        .pro-hero-subtitle {
            font-size: 1.28rem;
            line-height: 1.55;
            margin-bottom: 1.85rem;
            max-width: 34rem;
        }
        .pro-hero-proofline {
            gap: 0.85rem 1.5rem;
            margin-bottom: 2rem;
            font-size: 1.05rem;
        }
        .pro-hero-proofline i {
            font-size: 0.95rem;
        }
        .pro-hero-cta {
            padding: 0.95rem 2rem;
            font-size: 1.08rem;
            gap: 0.65rem;
        }
        .pro-hero-cta i {
            font-size: 1.15rem;
        }
        .pro-hero-media {
            max-width: none;
            width: 100%;
            margin-left: auto;
        }
        .pro-hero-media img {
            border-radius: 20px;
            box-shadow: 0 28px 60px rgba(0, 0, 0, 0.18);
        }
        .pro-hero-client-note {
            margin-top: 1.15rem;
            font-size: 0.8rem;
            max-width: 28rem;
            margin-left: auto;
            margin-right: auto;
        }
    }

    .pro-feature-section {
        background: #F9F5F3;
        color: #2f2c2a;
        padding: 4rem 0 3rem;
        overflow-x: clip;
    }

    .pro-feature-heading {
        text-align: center;
        margin-bottom: 2.5rem;
    }

    .pro-feature-heading h2 {
        font-size: 2rem;
        font-weight: 700;
        color: #121214;
    }

    .pro-feature-heading p {
        color: #2f2c2a;
        font-size: 1rem;
        margin-top: 0.75rem;
    }

    .text-gradient {
        background: #f9a392;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }

    .pro-feature-scroll-container {
        overflow-x: auto;
        overflow-y: visible;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding: 4px 20px 40px;
    }

    @media (min-width: 1200px) {
        .pro-feature-scroll-container {
            padding-left: 8rem;
        }
    }

    .pro-feature-scroll-container::-webkit-scrollbar {
        display: none;
    }

    .pro-feature-item-container {
        display: flex;
        gap: 20px;
        list-style: none;
        padding: 0;
        margin: 0;
        width: max-content;
        flex-wrap: nowrap;
    }

    .pro-feature-item {
        flex: 0 0 auto;
        width: 350px;
        height: 460px;
    }
    @media (max-width: 767.98px) {
        .pro-feature-item:last-child {
            margin-right: 12px;
        }
    }

    .pro-feature-card {
        position: relative;
        background: #211E1C;
        border: none;
        border-radius: 18px;
        padding: 0 0 3.5rem;
        width: 100%;
        height: 100%;
        box-shadow: none;
        display: flex;
        flex-direction: column;
        gap: 0;
        overflow: hidden;
        contain: paint;
        clip-path: inset(0 round 18px);
    }
    .pro-feature-btn {
        position: absolute;
        bottom: 1.5rem;
        right: 1.5rem;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.2);
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.3);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: background 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
        font-size: 1rem;
        text-decoration: none;
        z-index: 2;
    }
    .pro-feature-btn:hover {
        background: #F9A392;
        color: #fff;
        border-color: #F9A392;
        transform: scale(1.1);
        text-decoration: none;
    }
    .pro-feature-btn i {
        font-size: 0.875rem;
    }

    .pro-feature-card__media {
        position: relative;
        width: 100%;
        height: 240px;
        flex-shrink: 0;
        overflow: hidden;
        background: #211E1C;
    }

    .pro-feature-card__media picture,
    .pro-feature-card__media > img {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .pro-feature-card__media img {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        object-fit: cover;
        object-position: center;
    }

    .pro-feature-card .pro-v2-badge {
        margin: 1rem 1.5rem 0;
    }

    .pro-feature-card h5 {
        font-size: 1.05rem;
        font-weight: 600;
        margin: 1rem 1.5rem 0;
        color: #ffffff;
    }

    .pro-feature-card p {
        font-size: 0.85rem;
        color: #ffffff;
        line-height: 1.45;
        margin: 0.75rem 1.5rem 0;
    }

    .pro-feature-section .lastcall-paddle-btn {
        border: 1px solid rgba(18, 18, 20, 0.12);
        background: rgba(18, 18, 20, 0.06);
        color: #121214;
    }
    .pro-feature-section .lastcall-paddle-btn:hover:not(:disabled) {
        background: rgba(18, 18, 20, 0.12);
    }

    /* Popup Des outils pensés */
    .pro-feature-popup {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10000;
        display: none;
        align-items: center;
        justify-content: center;
        padding: 2rem;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    .pro-feature-popup.show {
        display: flex;
        opacity: 1;
    }
    .pro-feature-popup-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgb(123 123 123 / 50%);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }
    .pro-feature-popup-content {
        position: relative;
        background: #0d0d0d;
        border-radius: 24px;
        max-width: 600px;
        width: 100%;
        max-height: 85vh;
        overflow-y: auto;
        padding: 2.5rem;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
        transform: scale(0.9) translateY(20px);
        transition: transform 0.3s ease;
        z-index: 1;
    }
    .pro-feature-popup.show .pro-feature-popup-content {
        transform: scale(1) translateY(0);
    }
    .pro-feature-popup-close {
        position: absolute;
        top: 1rem;
        right: 1rem;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.15);
        border: 1px solid rgba(255, 255, 255, 0.2);
        color: #fff;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        z-index: 10;
    }
    .pro-feature-popup-close:hover {
        background: #F9A392;
        color: #fff;
        border-color: #F9A392;
        transform: rotate(90deg);
    }
    .pro-feature-popup-step {
        display: none;
    }
    .pro-feature-popup-step.active {
        display: block;
    }
    .pro-feature-popup-icon {
        text-align: center;
        margin-bottom: 1.5rem;
        font-size: 3rem;
        color: #F9A392;
    }
    .pro-feature-popup-icon i {
        font-size: 3rem;
    }
    .pro-feature-popup-title {
        font-size: 1.75rem;
        font-weight: 600;
        color: #ffffff;
        text-align: center;
        margin-bottom: 1.5rem;
    }
    .pro-feature-popup-details {
        color: #e5e5e5;
        line-height: 1.7;
    }
    .pro-feature-popup-details p {
        margin-bottom: 1rem;
        font-size: 1rem;
        color: #e5e5e5;
    }
    .pro-feature-popup-details ul {
        list-style: none;
        padding-left: 0;
        margin: 1.5rem 0;
    }
    .pro-feature-popup-details ul li {
        padding: 0.75rem 0;
        padding-left: 1.5rem;
        position: relative;
        font-size: 0.95rem;
        color: #e5e5e5;
    }
    .pro-feature-popup-details ul li::before {
        content: "✓";
        position: absolute;
        left: 0;
        color: #F9A392;
        font-weight: bold;
        font-size: 1.1rem;
    }
    .pro-v2-badge {
        display: inline-block;
        background: #FEF1EF;
        color: #f9a392;
        font-size: 0.9rem;
        font-weight: 600;
        padding: 0.35rem 0.85rem;
        border-radius: 999px;
        width: fit-content;
        white-space: nowrap;
    }
    .pro-feature-popup-step .pro-v2-badge {
        display: block;
        text-align: center;
    }

    .pro-payments-section {
        background: #ffffff;
        padding: 4.5rem 0 3.5rem;
    }
    .pro-payments-header {
        text-align: center;
        margin-bottom: 2.5rem;
    }
    .pro-payments-header h2 {
        font-size: 2.2rem;
        font-weight: 700;
        color: #1d1d1f;
        margin-bottom: 0.75rem;
    }
    .pro-payments-header p {
        color: #86868b;
        max-width: 720px;
        margin: 0 auto;
        font-size: 1rem;
    }
    .pro-payments-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.5rem;
    }
    .pro-payments-card {
        background: #f6f6f6;
        border-radius: 16px;
        padding: 1.75rem 1.5rem;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
        min-height: 210px;
    }
    .pro-payments-icon {
        width: 44px;
        height: 44px;
        border-radius: 12px;
        background: rgba(249, 163, 146, 0.15);
        color: #F9A392;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
        font-size: 1.25rem;
    }
    .pro-payments-card h4 {
        font-size: 1.05rem;
        font-weight: 700;
        color: #1d1d1f;
        margin-bottom: 0.5rem;
    }
    .pro-payments-card p {
        color: #6b6b6b;
        font-size: 0.95rem;
        margin: 0;
    }
    @media (max-width: 991.98px) {
        .pro-payments-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }
    @media (max-width: 767.98px) {
        .pro-payments-section {
            padding: 3.5rem 0 2.5rem;
        }
        .pro-payments-header h2 {
            font-size: 1.8rem;
        }
        .pro-payments-grid {
            grid-template-columns: 1fr;
        }
    }

    .pro-sectors-section {
        background: #ffffff;
        padding: 4rem 0 4.5rem;
    }
    .pro-sectors-header {
        text-align: center;
        max-width: 760px;
        margin: 0 auto 2.5rem;
    }
    .pro-sectors-header h2 {
        font-size: 2.2rem;
        font-weight: 700;
        color: #1d1d1f;
        margin-bottom: 0.75rem;
    }
    .pro-sectors-header p {
        color: #86868b;
        font-size: 1rem;
        margin-bottom: 1.25rem;
    }
    .pro-sectors-cta {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        background: #1d1d1f;
        color: #ffffff;
        border-radius: 999px;
        padding: 0.65rem 1.4rem;
        text-decoration: none;
        font-weight: 600;
        font-size: 0.95rem;
    }
    .pro-sectors-cta:hover {
        color: #ffffff;
        text-decoration: none;
    }
    .pro-sectors-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.5rem;
    }
    .pro-sectors-card {
        position: relative;
        border-radius: 20px;
        overflow: hidden;
        min-height: 220px;
        display: flex;
        align-items: flex-end;
        background: #1d1d1f;
        box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
    }
    .pro-sectors-card img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: brightness(0.75);
    }
    .pro-sectors-card span {
        position: relative;
        z-index: 2;
        padding: 1.25rem;
        color: #ffffff;
        font-weight: 600;
        font-size: 1.05rem;
    }
    @media (max-width: 991.98px) {
        .pro-sectors-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }
    @media (max-width: 767.98px) {
        .pro-sectors-section {
            padding: 3rem 0 3.5rem;
        }
        .pro-sectors-grid {
            grid-template-columns: 1fr;
        }
    }

    .pro-split {
        background: #F9F5F3;
        margin: 0;
        max-width: 100%;
        overflow-x: clip;
    }
    .pro-split-row {
        min-height: 640px;
    }
    @media (min-width: 992px) {
        .pro-split-row {
            flex-direction: row;
        }
        .pro-split-row--copy-first-mobile .pro-split-media,
        .pro-split-row--media-first-mobile .pro-split-media,
        .pro-split-row--copy-first-mobile .pro-split-copy,
        .pro-split-row--media-first-mobile .pro-split-copy {
            order: unset;
        }
        .pro-split-title {
            font-size: clamp(1.85rem, 2.5vw, 2.65rem);
        }
    }
    .pro-split-media {
        padding: 0;
    }
    .pro-split-media img {
        width: 100%;
        height: 100%;
        min-height: 720px;
        object-fit: cover;
        border-radius: 0 !important;
    }
    .pro-split-copy {
        background: #F9F5F3;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: clamp(1.75rem, 3.5vw, 3.25rem);
        overflow-x: clip;
    }
    .pro-split-copy-inner {
        width: min(620px, 100%);
        max-width: 100%;
        margin-inline: auto;
    }
    .pro-split-title {
        font-size: clamp(1.85rem, 5vw, 2.75rem);
        line-height: 1;
        font-weight: 700;
        letter-spacing: -0.04em;
        color: #121214;
        margin: 0 0 0.85rem;
        max-width: 18ch;
        text-wrap: balance;
    }
    .pro-split-intro {
        font-size: clamp(0.95rem, 1.2vw, 1.08rem);
        color: #2f2c2a;
        line-height: 1.55;
        max-width: 52ch;
        margin: 0;
    }
    .pro-split-divider {
        width: 56px;
        height: 2px;
        border-radius: 2px;
        background: rgba(18, 18, 20, 0.18);
        margin-top: 1rem;
    }
    .pro-split-points {
        margin: 1rem 0 0;
        display: grid;
        gap: 0.7rem;
    }
    .pro-split-point {
        display: flex;
        align-items: flex-start;
        gap: 0.5rem;
        color: #2f2c2a;
        font-size: 0.88rem;
        line-height: 1.45;
        margin: 0;
    }
    .pro-split-point i {
        color: #121214;
        font-size: 0.7rem;
        margin-top: 0.18rem;
        flex-shrink: 0;
    }
    .pro-split-point strong {
        display: block;
        font-weight: 600;
        color: #121214;
        margin-bottom: 0.1rem;
    }
    .pro-split__btn {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        margin-top: 1.25rem;
        border-radius: 999px;
        background: #121214;
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        font-size: 0.88rem;
        padding: 0.62rem 1.2rem;
        border: 1px solid #121214;
        transition: transform 220ms ease, background 220ms ease;
    }
    .pro-split__btn:hover {
        color: #fff;
        text-decoration: none;
        background: #000;
        transform: translateY(-1px);
    }
    @media (max-width: 991.98px) {
        .pro-split-row {
            min-height: auto;
            display: flex;
            flex-direction: column;
        }
        .pro-split-media img {
            min-height: 480px;
        }
        .pro-split-copy {
            padding: 1.75rem 1.25rem 2rem;
        }
        .pro-split-row--copy-first-mobile .pro-split-copy {
            order: 1 !important;
        }
        .pro-split-row--copy-first-mobile .pro-split-media {
            display: none !important;
        }
        .pro-split-row--media-first-mobile .pro-split-media {
            order: 1 !important;
        }
        .pro-split-row--media-first-mobile .pro-split-copy {
            order: 2 !important;
        }
        .pro-split-title {
            max-width: 16ch;
        }
    }

    .pro-stats-section {
        background: #ffffff;
        padding: 4.5rem 0;
    }
    .pro-stats-header {
        max-width: 1000px;
        margin-bottom: 2.5rem;
        padding: 0 20px 0 36px;
    }
    @media (min-width: 1200px) {
        .pro-stats-header {
            padding-left: 13rem;
        }
    }
    .pro-stats-header h2 {
        font-size: 2.2rem;
        font-weight: 700;
        color: #1d1d1f;
        margin-bottom: 0.75rem;
    }
    .pro-stats-header p {
        color: #5b5b5b;
        font-size: 1rem;
        margin: 0;
    }
    /* Gallery/scroll : même structure que "Nos offres d'exception" (home) */
    .pro-stats-section .lastcall-gallery {
        position: relative;
        overflow: visible;
    }
    .pro-stats-section .lastcall-scroll-container {
        overflow-x: auto;
        overflow-y: visible;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding: 4px 20px 18px 36px;
    }
    .pro-stats-section .lastcall-scroll-container::-webkit-scrollbar {
        display: none;
    }
    @media (min-width: 1200px) {
        .pro-stats-section .lastcall-scroll-container {
            padding-left: 13rem;
        }
    }
    .pro-stats-section .lastcall-item-container {
        display: flex;
        gap: 20px;
        list-style: none;
        padding: 0;
        margin: 0;
        width: max-content;
    }
    .pro-stats-section .lastcall-item {
        flex: 0 0 auto;
        width: 320px;
        height: 330px;
    }
    .pro-stats-section .lastcall-stats-card {
        width: 100%;
        height: 100%;
        background: #F9F5F3;
        border-radius: 28px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        padding: 1.5rem;
        transition: transform 0.3s ease;
        will-change: transform;
        border: none;
    }
    .pro-stats-section .lastcall-stats-card:hover {
        transform: none;
    }
    .pro-stats-section .pro-stats-value {
        font-size: 2.75rem;
        font-weight: 700;
        color: #f9a392;
        margin-bottom: 0.35rem;
    }
    .pro-stats-section .pro-stats-title {
        font-size: 1.15rem;
        font-weight: 600;
        color: #1d1d1f;
        margin-bottom: 0.85rem;
    }
    .pro-stats-section .pro-stats-text {
        color: #5f5f5f;
        font-size: 1.05rem;
        margin: 0;
        line-height: 1.5;
    }
    .pro-stats-section .lastcall-paddle-nav {
        display: flex;
        justify-content: center;
        gap: 12px;
        margin-top: 30px;
        padding: 0 20px;
    }
    .pro-stats-section .lastcall-paddle-btn {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        border: 1px solid rgba(0, 0, 0, 0.1);
        background: rgba(0, 0, 0, 0.05);
        color: #1d1d1f;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    .pro-stats-section .lastcall-paddle-btn:hover:not(:disabled) {
        background: rgba(0, 0, 0, 0.1);
        transform: scale(1.1);
    }
    .pro-stats-section .lastcall-paddle-btn:disabled {
        opacity: 0.3;
        cursor: not-allowed;
    }
    .pro-stats-section .lastcall-paddle-btn svg {
        width: 20px;
        height: 20px;
    }
    @media (max-width: 991.98px) {
        .pro-stats-section {
            padding: 3.5rem 0;
        }
    }
    @media (max-width: 767.98px) {
        .pro-stats-section .lastcall-item {
            width: 260px;
            height: auto;
            display: flex;
        }
        .pro-stats-section .lastcall-item:last-child {
            margin-right: 12px;
        }
        .pro-stats-section .lastcall-stats-card {
            transition: none;
            padding: 1.2rem;
            min-height: 0;
        }
        .pro-stats-section .pro-stats-value {
            font-size: 2.2rem;
            margin-bottom: 0.25rem;
        }
        .pro-stats-section .pro-stats-title {
            font-size: 1rem;
            margin-bottom: 0.6rem;
        }
        .pro-stats-section .pro-stats-text {
            font-size: 0.92rem;
            line-height: 1.45;
        }
        .pro-stats-section .lastcall-stats-card:hover {
            transform: none;
        }
    }

    .lastcall-paddle-nav {
        display: flex;
        justify-content: center;
        gap: 12px;
        margin-top: 30px;
        padding: 0 20px;
    }
    .lastcall-paddle-btn {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.2);
        background: rgba(255, 255, 255, 0.08);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: #ffffff;
    }
    .lastcall-paddle-btn:hover:not(:disabled) {
        background: rgba(255, 255, 255, 0.18);
        transform: scale(1.1);
    }
    .lastcall-paddle-btn:disabled {
        opacity: 0.3;
        cursor: not-allowed;
    }
    .lastcall-paddle-btn svg {
        width: 20px;
        height: 20px;
    }

    @media (max-width: 991.98px) {
        .pro-hero-media {
            margin-top: 2rem;
            margin-left: auto;
            margin-right: auto;
            width: 100%;
        }
    }

    @media (max-width: 767.98px) {
        .pro-hero {
            align-items: flex-start;
            padding: 5.75rem 0 2.5rem;
        }
        .pro-hero-media {
            max-width: min(620px, 100%);
        }
    }

    @media (min-width: 768px) and (max-width: 991.98px) {
        .pro-hero {
            align-items: center;
            justify-content: center;
            padding: 5rem 0 2.5rem;
        }
        .pro-hero-media {
            margin-top: 1.75rem;
            margin-left: 0;
            margin-right: 0;
            max-width: none;
            width: 100%;
        }
    }

    @media (max-width: 575.98px) {
        .pro-hero-proofline {
            display: grid;
            gap: 0.5rem;
        }
    }
    
    /* Popup de construction */
    .construction-popup {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10000;
        display: none;
        align-items: center;
        justify-content: center;
        padding: 2rem;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    
    .construction-popup.show {
        display: flex;
        opacity: 1;
    }
    
    .construction-popup-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgb(123 123 123 / 50%);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }
    
    .construction-popup-content {
        position: relative;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border-radius: 24px;
        max-width: 600px;
        width: 100%;
        max-height: 85vh;
        overflow-y: auto;
        padding: 2.5rem;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
        transform: scale(0.9) translateY(20px);
        transition: transform 0.3s ease;
        z-index: 1;
        text-align: center;
    }
    
    .construction-popup.show .construction-popup-content {
        transform: scale(1) translateY(0);
    }
    
    .construction-popup-close {
        position: absolute;
        top: 1rem;
        right: 1rem;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: rgba(249, 163, 146, 0.2);
        border: none;
        color: #1d1d1f;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        z-index: 10;
    }
    
    .construction-popup-close:hover {
        background: #F9A392;
        color: #fff;
        transform: rotate(90deg);
    }
    
    .construction-popup-icon {
        text-align: center;
        margin-bottom: 1.5rem;
        font-size: 3rem;
        color: #F9A392;
    }
    
    .construction-popup-icon i {
        font-size: 3rem;
    }
    
    .construction-popup-title {
        font-size: 1.75rem;
        font-weight: 600;
        color: #1d1d1f;
        text-align: center;
        margin-bottom: 1rem;
    }
    
    .construction-popup-text {
        font-size: 1.1rem;
        color: #86868b;
        margin-bottom: 2rem;
        line-height: 1.6;
    }
    
    .construction-countdown {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
        margin-bottom: 2rem;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .countdown-item {
        background: #f5f5f7;
        border-radius: 12px;
        padding: 1rem;
    }
    
    .countdown-value {
        font-size: 2rem;
        font-weight: 700;
        color: #F9A392;
        line-height: 1;
    }
    
    .countdown-label {
        font-size: 0.875rem;
        color: #86868b;
        margin-top: 0.5rem;
    }
    
    .construction-popup-btn {
        border-radius: 12px;
        padding: 0.75rem 2rem;
        font-weight: 600;
        background: #F9A392;
        border: none;
    }
    
    @media (max-width: 767.98px) {
        .construction-popup {
            padding: 1rem;
        }
        
        .construction-popup-content {
            padding: 2rem 1.5rem;
            max-height: 90vh;
        }
        
        .construction-popup-title {
            font-size: 1.5rem;
        }
        
        .construction-popup-icon {
            font-size: 2.5rem;
        }
        
        .construction-popup-icon i {
            font-size: 2.5rem;
        }
        
        .construction-popup-text {
            font-size: 1rem;
        }
        
        .construction-countdown {
            grid-template-columns: repeat(2, 1fr);
            gap: 0.75rem;
        }
        
        .countdown-item {
            padding: 0.75rem;
        }
        
        .countdown-value {
            font-size: 1.5rem;
        }
        
        .countdown-label {
            font-size: 0.75rem;
        }
        
        .construction-popup-close {
            width: 36px;
            height: 36px;
            top: 0.75rem;
            right: 0.75rem;
        }
    }
    /* Section avantages partenaire */
    .partner-benefits {
        background: white;
        padding: 1rem 0;
    }
    .partner-benefits-content {
        max-width: 800px;
        margin: 0 auto;
        text-align: center;
    }
    .benefit-item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 2rem;
        text-align: left;
    }
    .benefit-icon {
        font-size: 2rem;
        color: #F9A392;
        margin-right: 1.5rem;
        flex-shrink: 0;
        margin-top: 0.25rem;
    }
    .benefit-content h5 {
        color: #1d1d1f;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }
    .benefit-content p {
        color: #86868b;
        margin: 0;
    }
    /* Section About */
    .home-about-img-wrap {
        width: 100%;
        aspect-ratio: 1 / 1; /* format carré */
        overflow: hidden;
        background: #f5f5f7;
        border-radius: 16px;
    }
    .home-about-img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* remplit le carré sans déformer */
        display: block;
        border-radius: 16px;
    }
    /* Divs avec bg-light dans la section About */
    .home-about-section .bg-light {
        border-radius: 12px;
    }

    /* FAQ Section - même design que home */
    .faq-container {
        max-width: 900px;
        margin: 0 auto;
        background: #ffffff;
        border-radius: 0;
        padding: 0;
    }
    .faq-item {
        background: transparent;
        border-radius: 0;
        margin-bottom: 0;
        box-shadow: none;
        overflow: hidden;
        border-bottom: 1px solid #d3d3d3;
    }
    .faq-item:last-child {
        border-bottom: none;
    }
    .faq-question {
        width: 100%;
        padding: 1.75rem 2rem;
        background: transparent;
        border: none;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        font-size: 1.1rem;
        font-weight: 600;
        color: #1d1d1f;
        font-family: "Poppins", sans-serif;
        outline: none;
    }
    .faq-question:focus,
    .faq-question:active {
        outline: none;
        box-shadow: none;
    }
    .faq-question span {
        flex: 1;
        padding-right: 1rem;
    }
    .faq-question i {
        color: #1d1d1f;
        font-size: 0.875rem;
        transition: transform 0.3s ease;
        flex-shrink: 0;
    }
    .faq-question[aria-expanded="true"] i {
        transform: rotate(180deg);
    }
    .faq-answer {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, padding 0.3s ease;
        padding: 0 2rem;
        background: transparent;
    }
    .faq-question[aria-expanded="true"] + .faq-answer {
        max-height: 500px;
        padding: 0 2rem 1.75rem 2rem;
    }
    .faq-answer p {
        margin: 0 0 1.5rem 0;
        color: #86868b;
        line-height: 1.7;
        font-size: 1rem;
        font-weight: 400;
        font-family: "Poppins", sans-serif;
    }
    .faq-answer p:last-child {
        margin-bottom: 1.25rem;
    }
    .faq-answer a {
        color: #1d1d1f;
        text-decoration: underline;
        font-weight: 400;
        transition: color 0.2s ease;
    }
    .faq-answer a:hover {
        color: #F9A392;
    }
    @media (max-width: 767.98px) {
        .faq-question {
            padding: 1.5rem 1.25rem;
            font-size: 1rem;
        }
        .faq-question span {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 1.5;
        }
        .faq-question[aria-expanded="true"] span {
            display: block;
            -webkit-line-clamp: unset;
            line-clamp: unset;
            -webkit-box-orient: unset;
            overflow: visible;
            text-overflow: unset;
        }
        .faq-answer {
            padding: 0 1.25rem;
        }
        .faq-question[aria-expanded="true"] + .faq-answer {
            padding: 0 1.25rem 1.5rem 1.25rem;
        }
        .faq-answer p {
            margin-bottom: 1.25rem;
        }
    }
    .pro-testimonial-section {
        background: #f5f5f7;
        padding: 4.5rem 0;
        margin-bottom: 4rem;
    }
    .pro-testimonial-header {
        max-width: 1000px;
        margin: 0 auto 2.5rem;
        padding: 0 20px;
        text-align: center;
    }
    .pro-testimonial-header h2 {
        font-size: 2.2rem;
        font-weight: 700;
        color: #1d1d1f;
        margin-top: 0.75rem;
        margin-bottom: 0;
    }
    .pro-testimonial-section .lastcall-gallery {
        position: relative;
        overflow: hidden;
    }
    .pro-testimonial-section .client-testimonial-marquee {
        overflow: hidden;
        width: 100%;
        padding: 4px 0 40px;
        --testimonial-card-gap: 20px;
        -webkit-mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent);
        mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent);
    }
    .pro-testimonial-section .client-testimonial-marquee--touch {
        overflow: hidden;
        touch-action: pan-y pinch-zoom;
        cursor: grab;
    }
    .pro-testimonial-section .client-testimonial-marquee--touch.is-paused {
        cursor: grab;
    }
    .pro-testimonial-section .client-testimonial-marquee--touch.is-user-scrolling {
        cursor: grabbing;
        touch-action: none;
    }
    .pro-testimonial-section .client-testimonial-marquee__track {
        display: flex;
        width: max-content;
        gap: var(--testimonial-card-gap);
        animation: pro-testimonial-marquee var(--marquee-duration, 50s) linear infinite;
        will-change: transform;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        transform: translate3d(0, 0, 0);
    }
    @media (max-width: 767.98px) {
        .pro-testimonial-section .client-testimonial-marquee--touch .client-testimonial-marquee__track {
            animation: none;
            will-change: transform;
        }
        .pro-testimonial-section .client-testimonial-marquee--touch {
            -webkit-mask-image: none;
            mask-image: none;
        }
    }
    .pro-testimonial-section .client-testimonial-marquee.is-paused .client-testimonial-marquee__track {
        animation-play-state: paused;
    }
    @keyframes pro-testimonial-marquee {
        from {
            transform: translate3d(0, 0, 0);
        }
        to {
            transform: translate3d(calc(-1 * var(--marquee-distance, 50%)), 0, 0);
        }
    }
    @media (prefers-reduced-motion: reduce) {
        .pro-testimonial-section .client-testimonial-marquee__track {
            animation: none;
        }
    }
    .pro-testimonial-section .client-testimonial-marquee__list {
        display: flex;
        gap: var(--testimonial-card-gap);
        list-style: none;
        padding: 0;
        margin: 0;
        flex: 0 0 auto;
        width: max-content;
    }
    .pro-testimonial-section .lastcall-item-container {
        display: flex;
        gap: var(--testimonial-card-gap);
        list-style: none;
        padding: 0;
        margin: 0;
        width: max-content;
    }
    .pro-testimonial-section .lastcall-item {
        flex: 0 0 auto;
        width: 320px;
        height: auto;
    }
    .pro-testimonial-section .testimonial-card {
        background: #ffffff;
        border-radius: 28px;
        padding: 2rem;
        height: 100%;
        display: flex;
        flex-direction: column;
        transition: transform 0.3s ease;
        border: 1px solid #eee;
    }
    .pro-testimonial-section .testimonial-card:hover {
        transform: none;
        box-shadow: none;
    }
    .pro-testimonial-section .testimonial-stars {
        color: #ffc107;
        font-size: 1.1rem;
    }
    .pro-testimonial-section .testimonial-stars i {
        margin-right: 2px;
    }
    .pro-testimonial-section .testimonial-title {
        font-size: 1.1rem;
        font-weight: 700;
        color: #1d1d1f;
        line-height: 1.3;
    }
    .pro-testimonial-section .testimonial-text {
        font-size: 0.95rem;
        color: #5b5b5b;
        line-height: 1.6;
        flex-grow: 1;
    }
    .pro-testimonial-section .testimonial-author {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        margin-top: auto;
    }
    .pro-testimonial-section .testimonial-avatar {
        display: none; /* Caché pour l'instant */
        width: 48px;
        height: 48px;
        border-radius: 50%;
        object-fit: cover;
    }
    .pro-testimonial-section .testimonial-info {
        flex: 1;
    }
    .pro-testimonial-section .testimonial-name {
        font-weight: 600;
        color: #1d1d1f;
        font-size: 0.95rem;
        margin-bottom: 0.25rem;
    }
    .pro-testimonial-section .testimonial-location {
        font-size: 0.85rem;
        color: #86868b;
    }
    @media (max-width: 767.98px) {
        .pro-testimonial-section .lastcall-item {
            width: 280px;
        }
        .pro-testimonial-section .client-testimonial-marquee {
            --testimonial-card-gap: 10px;
            padding-left: 16px;
            padding-right: 16px;
        }
        .pro-testimonial-section .client-testimonial-marquee .testimonial-card--mobile-right-margin,
        .pro-testimonial-section .testimonial-card--mobile-right-margin {
            margin-right: 0;
        }
        .pro-testimonial-section .testimonial-card {
            transition: none;
        }
        .pro-testimonial-section .testimonial-card:hover {
            transform: none;
        }
    }

    .pro-cta-section {
        background: #F9F5F3;
        padding: 4rem 0;
    }
    .pro-cta-section h2 {
        font-size: 1.75rem;
        font-weight: 700;
        color: #1d1d1f;
        margin-bottom: 0.5rem;
    }
    .pro-cta-section p {
        color: #5b5b5b;
        margin-bottom: 1.5rem;
    }
    .pro-cta-btn {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        border-radius: 999px;
        padding: 0.75rem 1.5rem;
        font-weight: 600;
        text-decoration: none;
        background: #1d1d1f;
        color: #ffffff;
        border: none;
    }
    .pro-cta-btn:hover {
        color: #ffffff;
        text-decoration: none;
        opacity: 0.9;
    }

    /* Fade au scroll (même logique que /a-propos) */
    @media (prefers-reduced-motion: no-preference) {
        .about-fade {
            opacity: 0;
            transition: opacity 0.85s ease-out, transform 0.85s ease-out;
            will-change: opacity, transform;
        }
        .about-fade--from-right {
            transform: translateX(2.75rem);
        }
        .about-fade--from-left {
            transform: translateX(-2.75rem);
        }
        @media (max-width: 991.98px) {
            .about-fade--from-right {
                transform: translateX(1.25rem);
            }
            .about-fade--from-left {
                transform: translateX(-1.25rem);
            }
        }
        .about-fade--from-up {
            transform: translateY(1.75rem);
        }
        .about-fade.is-visible {
            opacity: 1;
            transform: translate(0);
        }
        .about-fade--delay-1 { transition-delay: 0.08s; }
        .about-fade--delay-2 { transition-delay: 0.18s; }
        .about-fade--delay-3 { transition-delay: 0.3s; }
        .about-fade--delay-4 { transition-delay: 0.42s; }
        .about-fade--delay-5 { transition-delay: 0.54s; }
        .about-fade--delay-6 { transition-delay: 0.66s; }
        .about-fade--delay-7 { transition-delay: 0.78s; }
    }
    @media (prefers-reduced-motion: reduce) {
        .about-fade {
            opacity: 1;
            transform: none;
        }
    }

    /* Panneau split image + contenu (Ikosoft, app mobile, etc.) */
    .about-pro-panel--split,
    .about-pro-panel--ikosoft {
        background: #F9F5F3;
        max-width: 100%;
        overflow-x: clip;
        margin-top: 0;
    }
    .about-pro-panel--split .about-pro-panel__inner,
    .about-pro-panel--ikosoft .about-pro-panel__inner {
        width: 100%;
        max-width: 100%;
    }
    .about-pro-panel--split:not(.about-pro-panel--pricing-app) .about-pro-panel__media,
    .about-pro-panel--ikosoft .about-pro-panel__media {
        display: flex;
        min-height: 0;
        background: #ebe9e7;
        overflow: hidden;
    }
    .about-pro-panel--split:not(.about-pro-panel--pricing-app) .about-pro-panel__media picture,
    .about-pro-panel--ikosoft .about-pro-panel__media picture {
        display: block;
        width: 100%;
        height: 100%;
    }
    .about-pro-panel--split:not(.about-pro-panel--pricing-app) .about-pro-panel__media img,
    .about-pro-panel--ikosoft .about-pro-panel__media img {
        width: 100%;
        height: 100%;
        min-height: 100%;
        object-fit: cover;
        object-position: center center;
        border-radius: 0 !important;
        box-shadow: none !important;
        display: block;
    }
    .about-pro-panel--split .about-pro-panel__content,
    .about-pro-panel--ikosoft .about-pro-panel__content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: clamp(1.5rem, 3.5vw, 3rem);
        min-width: 0;
    }
    .about-pro-panel--split .about-pro-panel__content-inner,
    .about-pro-panel--ikosoft .about-pro-panel__content-inner {
        max-width: 580px;
    }
    @media (min-width: 992px) {
        .about-pro-panel--split .about-pro-panel__content,
        .about-pro-panel--ikosoft .about-pro-panel__content {
            justify-content: center;
            padding: clamp(1.5rem, 2.5vw, 2.5rem);
            padding-left: clamp(2.5rem, 4.5vw, 4rem);
            padding-right: clamp(1.25rem, 2vw, 1.75rem);
        }
        .about-pro-panel--split .about-pro-panel__content-inner,
        .about-pro-panel--ikosoft .about-pro-panel__content-inner {
            max-width: 100%;
            width: 100%;
        }
        .about-pro-panel--split:not(.about-pro-panel--pricing-app) .about-pro-panel__media,
        .about-pro-panel--ikosoft .about-pro-panel__media {
            min-height: 520px;
        }
    }
    .about-pro-panel--split__badge,
    .about-pro-panel--ikosoft__badge {
        display: inline-block;
        margin-bottom: 0.75rem;
    }
    .about-pro-panel--split .about-pro-panel__kicker,
    .about-pro-panel--ikosoft .about-pro-panel__kicker {
        display: block;
        margin-bottom: 0.65rem;
        font-size: 0.72rem;
        font-weight: 600;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #6f6762;
    }
    .about-pro-panel--split .about-pro-panel__title,
    .about-pro-panel--ikosoft .about-pro-panel__title {
        margin: 0 0 0.75rem;
        font-size: clamp(1.55rem, 2.6vw, 2.1rem);
        line-height: 1.1;
        font-weight: 700;
        letter-spacing: -0.03em;
        color: #121214;
        max-width: 22ch;
        text-wrap: balance;
    }
    .about-pro-panel--split .about-pro-panel__text,
    .about-pro-panel--ikosoft .about-pro-panel__text {
        margin: 0 0 1.25rem;
        font-size: 0.95rem;
        line-height: 1.6;
        color: #3a3634;
        max-width: 52ch;
    }
    .about-pro-panel--split .about-pro-panel__benefits,
    .about-pro-panel--ikosoft .about-pro-panel__benefits {
        display: grid;
        gap: 0;
        margin-bottom: 1.25rem;
        border-top: 1px solid rgba(18, 18, 20, 0.1);
    }
    .about-pro-panel--split .about-pro-panel__benefit,
    .about-pro-panel--ikosoft .about-pro-panel__benefit {
        display: grid;
        grid-template-columns: 28px 1fr;
        gap: 0.75rem;
        align-items: start;
        padding: 0.75rem 0;
        border-bottom: 1px solid rgba(18, 18, 20, 0.1);
    }
    .about-pro-panel--split .about-pro-panel__benefit i,
    .about-pro-panel--ikosoft .about-pro-panel__benefit i {
        width: 28px;
        height: 28px;
        border-radius: 8px;
        background: rgba(18, 18, 20, 0.06);
        color: #121214;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 0.75rem;
        margin-top: 0.05rem;
    }
    .about-pro-panel--split .about-pro-panel__benefit-title,
    .about-pro-panel--ikosoft .about-pro-panel__benefit-title {
        margin: 0 0 0.15rem;
        font-size: 0.9rem;
        font-weight: 600;
        color: #121214;
    }
    .about-pro-panel--split .about-pro-panel__benefit-text,
    .about-pro-panel--ikosoft .about-pro-panel__benefit-text {
        margin: 0;
        font-size: 0.84rem;
        line-height: 1.5;
        color: #4a4542;
    }
    .about-pro-panel--split .about-pro-panel__btn,
    .about-pro-panel--ikosoft .about-pro-panel__btn {
        display: inline-flex;
        align-items: center;
        gap: 0.55rem;
        border-radius: 999px;
        background: #121214;
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        font-size: 0.88rem;
        padding: 0.65rem 1.2rem;
        border: 1px solid #121214;
        transition: transform 220ms ease, background 220ms ease;
    }
    .about-pro-panel--split .about-pro-panel__btn:hover,
    .about-pro-panel--ikosoft .about-pro-panel__btn:hover {
        color: #fff;
        text-decoration: none;
        background: #000;
        transform: translateY(-1px);
    }
    @media (max-width: 991.98px) {
        .about-pro-panel--split:not(.about-pro-panel--pricing-app) .about-pro-panel__media,
        .about-pro-panel--ikosoft .about-pro-panel__media {
            min-height: 220px;
            aspect-ratio: 3 / 2;
        }
        .about-pro-panel--split .about-pro-panel__content,
        .about-pro-panel--ikosoft .about-pro-panel__content {
            padding: 1.75rem 1.25rem 2rem;
        }
    }
