/* ════════════════════════════════
   HOMEPAGE — Refonte conversion SaaS
════════════════════════════════ */

/* ─── Shared ─── */
.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 22px;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: var(--ncp-primary);
    border: none;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: 0.01em;
    transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(28, 42, 58, 0.2);
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 22px;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 500;
    color: var(--text);
    background: transparent;
    border: 1px solid rgba(28, 42, 58, 0.25);
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: 0.01em;
    transition: background 0.2s var(--ease), border-color 0.2s var(--ease);
}
.btn-outline:hover {
    background: rgba(28, 42, 58, 0.04);
    border-color: rgba(28, 42, 58, 0.4);
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 500;
    color: var(--ncp-primary);
    border-radius: 100px;
    margin-bottom: 24px;
    letter-spacing: 0.02em;
    position: relative;
    background: #fff;
    z-index: 0;
}
/* Rotating glow border */
.section-label::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: 100px;
    background: conic-gradient(
        from var(--label-angle, 0deg),
        var(--ncp-secondary),
        var(--ncp-primary),
        var(--ncp-secondary),
        var(--ncp-primary),
        var(--ncp-secondary)
    );
    z-index: -2;
    animation: labelGlow 4s linear infinite;
}
.section-label::after {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: 100px;
    background: #fff;
    z-index: -1;
}
@property --label-angle {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
}
@keyframes labelGlow {
    to { --label-angle: 360deg; }
}

.section-label svg {
    width: 14px;
    height: 14px;
    stroke: var(--ncp-primary);
    fill: none;
    stroke-width: 2;
}

/* ════════════════════════════════
   SECTION 1 — HERO
════════════════════════════════ */
.hero {
    position: relative;
    min-height: calc(100vh - 85px);
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #fff;
}

/* Glows décoratifs */
.hero-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(100px);
}
.hero-glow--1 {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(216, 225, 234, 0.45), transparent 70%);
    top: -150px;
    left: -200px;
}
.hero-glow--2 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(28, 42, 58, 0.08), transparent 70%);
    bottom: -100px;
    right: -100px;
}

.hero-inner {
    position: relative;
    z-index: 1;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--container-pad);
    display: flex;
    align-items: center;
    gap: 64px;
    width: 100%;
}

/* ─── Contenu gauche 60% ─── */
.hero-content {
    flex: 0 0 55%;
    max-width: 55%;
}

.hero-headline {
    font-family: var(--font-heading);
    font-size: clamp(32px, calc(24px + 2vw), 48px);
    font-weight: 700;
    color: var(--text);
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}

/* Mots individuels pour animation GSAP */
.hero-headline .word {
    display: inline-block;
    opacity: 0;
    transform: translateY(12px);
}

.hero-sub {
    font-family: var(--font-body);
    font-size: clamp(16px, calc(14px + 0.3vw), 18px);
    font-weight: 400;
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 520px;
    opacity: 0;
    transform: translateY(20px);
}
.hero-sub strong {
    color: var(--text);
    font-weight: 600;
}

.hero-ctas {
    display: flex;
    gap: 14px;
    margin-bottom: 40px;
    opacity: 0;
    transform: translateY(20px);
}

.hero-proof {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    background: rgba(28, 42, 58, 0.03);
    border: 1px solid rgba(28, 42, 58, 0.06);
    border-radius: 100px;
    opacity: 0;
    transform: translateY(16px);
}

.hero-stars {
    display: flex;
    gap: 1px;
}
.hero-stars svg {
    width: 14px;
    height: 14px;
    fill: #C9A84C;
}

.hero-proof-text {
    font-family: var(--font-body);
    font-size: 13px;
    color: var(--text-muted);
    font-weight: 400;
    letter-spacing: 0.01em;
}
.hero-proof-text strong {
    color: var(--text);
    font-weight: 500;
}

/* ─── Mockup droite 40% ─── */
.hero-mockup {
    flex: 1;
    min-width: 0;
    opacity: 0;
    transform: perspective(1200px) rotateY(8deg) translateY(10px);
}

.hero-mockup-frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--border-light);
    box-shadow:
        0 20px 60px rgba(28, 42, 58, 0.12),
        0 0 0 1px rgba(28, 42, 58, 0.04);
    background: #fff;
}

.hero-dashboard {
    display: block;
    width: 100%;
    height: auto;
}

/* ════════════════════════════════
   SECTION 2 — PROBLÈME → SOLUTION
════════════════════════════════ */
.problems {
    position: relative;
    padding: clamp(40px, 5vw, 72px) 0;
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.problems-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(140px);
}
/* Rouge chaleureux — zone douleurs */
.problems-glow--1 {
    width: 900px;
    height: 900px;
    background: radial-gradient(circle, rgba(220, 38, 38, 0.12), rgba(251, 191, 36, 0.04) 40%, transparent 65%);
    top: -50px;
    left: -250px;
}
/* Vert vivant — zone solutions */
.problems-glow--2 {
    width: 900px;
    height: 900px;
    background: radial-gradient(circle, rgba(22, 163, 74, 0.10), rgba(59, 130, 246, 0.04) 40%, transparent 65%);
    bottom: -150px;
    right: -250px;
}
/* Primary intense — derrière le pivot */
.problems-glow--pivot {
    width: 800px;
    height: 500px;
    background: radial-gradient(ellipse, rgba(28, 42, 58, 0.12), rgba(216, 225, 234, 0.15) 40%, transparent 65%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.problems-inner {
    position: relative;
    z-index: 1;
    max-width: var(--container-max);
    width: 100%;
    margin: 0 auto;
    padding: 0 var(--container-pad);
}

/* ─── Section headers ─── */
.problems-section-header {
    text-align: center;
    margin-bottom: 40px;
}

.problems-section-header--solutions {
    margin-top: 8px;
    margin-bottom: 32px;
}

.problems-section-title {
    font-family: var(--font-heading);
    font-size: clamp(26px, calc(22px + 1vw), 36px);
    font-weight: 700;
    color: var(--text);
    line-height: 1.25;
    margin-bottom: 12px;
}

.problems-section-subtitle {
    font-family: var(--font-body);
    font-size: clamp(16px, calc(14px + 0.3vw), 18px);
    color: var(--text-muted);
    line-height: 1.6;
}

/* ─── Badges ─── */
.bento-badge {
    display: inline-block;
    align-self: flex-start;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 100px;
    margin-bottom: 16px;
    letter-spacing: 0.02em;
}

.bento-badge--pain {
    background: rgba(220, 38, 38, 0.08);
    border: 1px solid rgba(220, 38, 38, 0.2);
    color: rgba(200, 30, 30, 0.8);
}

.bento-badge--solution {
    background: rgba(22, 163, 74, 0.08);
    border: 1px solid rgba(22, 163, 74, 0.2);
    color: rgba(18, 140, 60, 0.8);
}

/* ─── Transition arrow ─── */
.bento-transition {
    display: flex;
    justify-content: center;
    padding: 16px 0;
}

.bento-transition-arrow {
    width: 28px;
    height: 44px;
    animation: arrowBounce 2s ease-in-out infinite;
    filter: drop-shadow(0 4px 12px rgba(28, 42, 58, 0.15));
}

.bento-transition-arrow path {
    stroke: var(--ncp-primary);
    opacity: 1;
}

@keyframes arrowBounce {
    0%, 100% { transform: translateY(0); filter: drop-shadow(0 4px 12px rgba(28, 42, 58, 0.15)); }
    50% { transform: translateY(8px); filter: drop-shadow(0 8px 20px rgba(28, 42, 58, 0.25)); }
}

/* ─── Bento grid ─── */
.bento-grid {
    display: grid;
    gap: 20px;
}

.bento-grid--pain {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 20px;
}

.bento-grid--solution {
    grid-template-columns: 1fr 1fr 1fr;
}

/* ─── Card base ─── */
.bento-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 22px;
    padding: 36px 32px;
    overflow: hidden;
    transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.bento-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        105deg,
        transparent 20%,
        rgba(255, 255, 255, 0.5) 45%,
        rgba(255, 255, 255, 0.8) 50%,
        rgba(255, 255, 255, 0.5) 55%,
        transparent 80%
    );
    pointer-events: none;
    transition: left 0.6s var(--ease);
    z-index: 2;
}
.bento-card:hover::before {
    left: 130%;
}

.bento-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 0 40px rgba(28, 42, 58, 0.1);
}

.bento-card--pain:hover {
    box-shadow: 0 8px 40px rgba(220, 38, 38, 0.10), 0 0 0 1px rgba(220, 38, 38, 0.08);
}

.bento-card--solution:hover {
    box-shadow: 0 8px 40px rgba(22, 163, 74, 0.10), 0 0 0 1px rgba(22, 163, 74, 0.08);
}

/* ─── Pain cards ─── */
.bento-card--pain {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-left: 3px solid rgba(220, 38, 38, 0.25);
    background: linear-gradient(135deg, rgba(255, 245, 245, 0.6), #fff 60%);
}

.bento-bg-number {
    position: absolute;
    top: 12px;
    right: 16px;
    font-family: var(--font-heading);
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
    pointer-events: none;
    user-select: none;
    color: var(--ncp-primary);
    opacity: 0.04;
}

.bento-bg-number--pain {
    color: rgb(220, 38, 38);
    opacity: 0.04;
}


.bento-card-title {
    font-family: var(--font-heading);
    font-size: clamp(18px, calc(16px + 0.3vw), 22px);
    font-weight: 600;
    color: var(--text);
    line-height: 1.35;
    margin-bottom: 10px;
}

.bento-card-text {
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 400;
    color: var(--text-muted);
    line-height: 1.6;
}

/* ─── Pivot card ─── */
.bento-pivot {
    margin: 20px 0;
    padding: 56px 40px;
    border-radius: 22px;
    text-align: center;
    border: 1px solid rgba(28, 42, 58, 0.12);
    background:
        radial-gradient(ellipse at 15% 50%, rgba(220, 38, 38, 0.05), transparent 50%),
        radial-gradient(ellipse at 85% 50%, rgba(22, 163, 74, 0.05), transparent 50%),
        radial-gradient(ellipse at 50% 50%, rgba(216, 225, 234, 0.6), transparent 60%),
        linear-gradient(135deg, #FAFBFC, #F3F5F8);
    opacity: 0;
    transform: scale(0.96);
}

.bento-pivot-text {
    font-family: var(--font-heading);
    font-size: clamp(32px, calc(28px + 1.5vw), 52px);
    font-weight: 700;
    color: var(--text);
    line-height: 1.2;
    letter-spacing: -0.02em;
}

/* ─── Solution cards ─── */
.bento-card--solution {
    border-left: 3px solid rgba(22, 163, 74, 0.25);
    padding-left: 28px;
    background: linear-gradient(135deg, rgba(240, 253, 244, 0.6), #fff 60%);
}

.bento-solution-icon {
    width: 44px;
    height: 44px;
    background: var(--bg-light);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.bento-solution-icon svg {
    width: 22px;
    height: 22px;
    stroke: var(--ncp-primary);
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* ─── Scroll reveal (initial state) ─── */
[data-reveal] {
    opacity: 0;
    transform: translateY(24px);
}

/* ════════════════════════════════
   SECTION 4 — FEATURES (sticky scroll)
════════════════════════════════ */
.features {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
}

.features-header {
    text-align: center;
    padding: clamp(40px, 5vw, 72px) var(--container-pad) 48px;
    max-width: var(--container-max);
    margin: 0 auto;
}

.features-title {
    font-family: var(--font-heading);
    font-size: clamp(28px, calc(24px + 1.1vw), 40px);
    font-weight: 700;
    color: var(--text);
    line-height: 1.25;
    letter-spacing: -0.01em;
    margin-bottom: 16px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.features-subtitle {
    font-family: var(--font-body);
    font-size: clamp(16px, calc(14px + 0.3vw), 18px);
    color: var(--text-muted);
    line-height: 1.6;
    max-width: 520px;
    margin: 0 auto;
}

/* ─── Stack container ─── */
.features-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

/* ─── Each wrapper gets pinned by GSAP ─── */
.feature-wrapper {
    min-height: 30vh;
    height: 30vh;
    padding-top: 8vh;
    position: relative;
    width: 100%;
}

.feature-wrapper--last {
    height: 70vh;
}

/* ─── The card itself ─── */
.feature-card {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 48px;
    align-items: center;
    max-width: min(80%, 1000px);
    height: calc(55vh - 8vh);
    margin: 0 auto;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 24px;
    padding: 48px;
    box-shadow: 0 8px 30px rgba(28, 42, 58, 0.06);
    overflow: hidden;
    will-change: transform, opacity;
    transform: translateZ(0);
}

.feature-wrapper--last .feature-card {
    height: calc(70vh - 16vh);
}

.feature-card-body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.feature-card-title {
    font-family: var(--font-heading);
    font-size: clamp(22px, calc(20px + 0.5vw), 28px);
    font-weight: 600;
    color: var(--text);
    line-height: 1.3;
    margin-bottom: 14px;
}

.feature-card-text {
    font-family: var(--font-body);
    font-size: 16px;
    color: var(--text-muted);
    line-height: 1.65;
    margin-bottom: 24px;
}

.feature-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 600;
    color: var(--ncp-primary);
    text-decoration: none;
    transition: gap 0.2s var(--ease);
}
.feature-card-link:hover { gap: 12px; }
.feature-card-link svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.feature-card-visual {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--border-light);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    height: 100%;
    display: flex;
    align-items: center;
}
.feature-card-visual svg {
    display: block;
    width: 100%;
    height: auto;
}

/* ════════════════════════════════
   SECTION 3 — COMMENT ÇA MARCHE
════════════════════════════════ */
.steps {
    position: relative;
    padding-top: clamp(40px, 5vw, 72px);
    background: var(--bg-light);
    border: 1px solid var(--border-light);
    border-radius: 24px;
    max-width: calc(var(--container-max) - var(--container-pad) * 2);
    margin: 0 auto;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to bottom, black 0%, black 85%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 0%, black 85%, transparent 100%);
    padding-bottom: clamp(80px, 10vw, 140px);
}

.steps-glow {
    position: absolute;
    width: 800px;
    height: 800px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(216, 225, 234, 0.3), transparent 65%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    filter: blur(100px);
}

.steps-inner {
    position: relative;
    z-index: 1;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--container-pad);
}

.steps-header {
    text-align: center;
    margin-bottom: 64px;
}

.steps-title {
    font-family: var(--font-heading);
    font-size: clamp(28px, calc(24px + 1.1vw), 40px);
    font-weight: 700;
    color: var(--text);
    line-height: 1.25;
    letter-spacing: -0.01em;
    margin-bottom: 16px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.steps-subtitle {
    font-family: var(--font-body);
    font-size: clamp(16px, calc(14px + 0.3vw), 18px);
    color: var(--text-muted);
    line-height: 1.6;
    max-width: 560px;
    margin: 0 auto;
}

/* ─── Wrap — la card qui s'évanouit ─── */
.steps-wrap {
    position: relative;
    padding: 56px 48px 10px;
}

/* ─── Ligne de connexion ─── */
.steps-line-track {
    position: absolute;
    top: 100px;
    left: 48px;
    right: 48px;
    height: 4px;
    z-index: 0;
}

.steps-line-svg {
    width: 100%;
    height: 4px;
    display: block;
}

/* ─── Grille 3 étapes ─── */
.steps-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px;
}

.step-card {
    text-align: center;
}

.step-number {
    width: 56px;
    height: 56px;
    margin: 0 auto 24px;
    background: #fff;
    border: 2px solid var(--ncp-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.step-number span {
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: 700;
    color: var(--ncp-primary);
}

.step-title {
    font-family: var(--font-heading);
    font-size: clamp(18px, calc(16px + 0.3vw), 22px);
    font-weight: 600;
    color: var(--text);
    line-height: 1.35;
    margin-bottom: 12px;
}

.step-text {
    font-family: var(--font-body);
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.65;
}

.steps-cta {
    text-align: center;
    margin-top: -80px;
    position: relative;
    z-index: 2;
    padding-bottom: clamp(40px, 5vw, 72px);
}

/* ════════════════════════════════
   SECTION 5 — FORMULES TARIFAIRES
════════════════════════════════ */
.pricing {
    position: relative;
    padding: clamp(40px, 5vw, 72px) 0;
    background: var(--bg-light);
    overflow: hidden;
}

.pricing-glow {
    position: absolute;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(216, 225, 234, 0.5), transparent 60%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    filter: blur(120px);
}

.pricing-inner {
    position: relative;
    z-index: 1;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--container-pad);
}

.pricing-header {
    text-align: center;
    margin-bottom: 64px;
}

.pricing-title {
    font-family: var(--font-heading);
    font-size: clamp(28px, calc(24px + 1.1vw), 40px);
    font-weight: 700;
    color: var(--text);
    line-height: 1.25;
    margin-bottom: 16px;
}

.pricing-subtitle {
    font-family: var(--font-body);
    font-size: clamp(16px, calc(14px + 0.3vw), 18px);
    color: var(--text-muted);
    line-height: 1.6;
    max-width: 480px;
    margin: 0 auto;
}

.pricing-grid {
    display: grid;
    grid-template-columns: 1fr 1.12fr 1fr;
    gap: 24px;
    align-items: center;
    margin-bottom: 40px;
}

.pricing-card {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 22px;
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
    height: 100%;
}
.pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(28, 42, 58, 0.08);
}

/* ─── Avancé (populaire) ─── */
.pricing-card--popular {
    border: 2px solid var(--ncp-primary);
    padding: 52px 36px 44px;
    background:
        radial-gradient(ellipse at 30% 20%, rgba(216, 225, 234, 0.3), transparent 60%),
        radial-gradient(ellipse at 70% 80%, rgba(28, 42, 58, 0.04), transparent 60%),
        #fff;
    box-shadow: 0 12px 40px rgba(28, 42, 58, 0.10);
}
.pricing-card--popular:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(28, 42, 58, 0.16);
}

.pricing-badge {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 20px;
    background: var(--ncp-primary);
    color: #fff;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    border-radius: 0 0 12px 12px;
    letter-spacing: 0.02em;
}

/* ─── Prestige ─── */
.pricing-card--prestige {
    background: #fff;
    border-color: var(--border-light);
}

.pricing-card-header {
    margin-bottom: 28px;
}

.pricing-card-name {
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 8px;
}

.pricing-card-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.pricing-amount {
    font-family: var(--font-heading);
    font-size: 44px;
    font-weight: 700;
    color: var(--text);
    line-height: 1;
    letter-spacing: -0.02em;
}

.pricing-period {
    font-family: var(--font-body);
    font-size: 16px;
    color: var(--text-muted);
    font-weight: 400;
}

.pricing-card-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 32px;
    flex: 1;
}
.pricing-card-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: var(--font-body);
    font-size: 15px;
    color: var(--text);
    line-height: 1.5;
}
.pricing-card-features svg {
    width: 18px;
    height: 18px;
    stroke: var(--ncp-primary);
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
    margin-top: 2px;
}

.pricing-card-cta {
    width: 100%;
    text-align: center;
}

.pricing-mention {
    text-align: center;
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 auto;
}

/* ════════════════════════════════
   SECTION 6 — PREUVE SOCIALE
════════════════════════════════ */
.social-proof {
    padding: clamp(40px, 5vw, 72px) 0;
    background: #fff;
    overflow: hidden;
}

.social-proof-inner {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--container-pad);
}

.social-proof-header {
    text-align: center;
    margin-bottom: 56px;
}

.social-proof-title {
    font-family: var(--font-heading);
    font-size: clamp(28px, calc(24px + 1.1vw), 40px);
    font-weight: 700;
    color: var(--text);
    line-height: 1.25;
    margin-bottom: 16px;
}

.social-proof-subtitle {
    font-family: var(--font-body);
    font-size: clamp(16px, calc(14px + 0.3vw), 18px);
    color: var(--text-muted);
    line-height: 1.6;
    max-width: 540px;
    margin: 0 auto;
}

/* ─── Carousel ─── */
.carousel-track {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 80px, black calc(100% - 80px), transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 80px, black calc(100% - 80px), transparent 100%);
}

.carousel-row {
    display: flex;
    width: max-content;
}

.carousel-row-inner {
    display: flex;
    gap: 20px;
    padding-right: 20px;
}

.carousel-row--right {
    animation: scrollRight 40s linear infinite;
}
.carousel-row--left {
    animation: scrollLeft 35s linear infinite;
}

.carousel-row:hover {
    animation-play-state: paused;
}

@keyframes scrollRight {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
@keyframes scrollLeft {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

.testimonial-card {
    flex-shrink: 0;
    width: 360px;
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 18px;
    padding: 28px;
    transition: box-shadow 0.3s var(--ease);
}
.testimonial-card:hover {
    box-shadow: 0 8px 30px rgba(28, 42, 58, 0.08);
}

.testimonial-stars {
    display: flex;
    gap: 2px;
    margin-bottom: 16px;
}
.testimonial-stars svg {
    width: 16px;
    height: 16px;
}

.testimonial-text {
    font-family: var(--font-body);
    font-size: 15px;
    color: var(--text);
    line-height: 1.65;
    margin-bottom: 16px;
    font-style: italic;
}

.testimonial-author {
    font-family: var(--font-body);
    font-size: 13px;
    color: var(--text-muted);
}
.testimonial-author strong {
    color: var(--text);
    font-weight: 600;
    font-style: normal;
}

/* ─── Stats ─── */
.social-stats {
    display: flex;
    justify-content: center;
    gap: 48px;
    margin-top: 56px;
}

.social-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 16px;
    padding: 24px 40px;
}

.social-stat-number {
    font-family: var(--font-heading);
    font-size: 36px;
    font-weight: 700;
    color: var(--text);
    line-height: 1;
}

.social-stat-label {
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--text-muted);
}

/* ════════════════════════════════
   SECTION 7 — FAQ
════════════════════════════════ */
.faq-section {
    position: relative;
    padding: clamp(40px, 5vw, 72px) 0;
    background: #fff;
    overflow: hidden;
}

.faq-section-glow {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(216, 225, 234, 0.3), transparent 65%);
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    filter: blur(120px);
}

.faq-section-inner {
    position: relative;
    z-index: 1;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--container-pad);
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.faq-left {
    flex: 0 0 35%;
    position: sticky;
    top: 120px;
}

.faq-left-title {
    font-family: var(--font-heading);
    font-size: clamp(28px, calc(24px + 1vw), 36px);
    font-weight: 700;
    color: var(--text);
    line-height: 1.3;
    margin-bottom: 16px;
}

.faq-left-subtitle {
    font-family: var(--font-body);
    font-size: 16px;
    color: var(--text-muted);
    line-height: 1.65;
}

.faq-decorative {
    display: block;
    font-family: var(--font-heading);
    font-size: 200px;
    font-weight: 700;
    color: var(--ncp-primary);
    opacity: 0.04;
    line-height: 1;
    margin-top: 24px;
    pointer-events: none;
    user-select: none;
}

.faq-right {
    flex: 1;
}

.faq-item {
    border-bottom: 1px solid var(--border-light);
}

.faq-item-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    background: none;
    border: none;
    cursor: pointer;
    font-family: var(--font-body);
    font-size: 17px;
    font-weight: 600;
    color: var(--text);
    text-align: left;
    gap: 16px;
    transition: color 0.2s;
}
.faq-item-header:hover { color: var(--ncp-primary); }

.faq-item-icon {
    font-size: 22px;
    font-weight: 300;
    color: var(--text-muted);
    flex-shrink: 0;
    transition: transform 0.35s var(--ease);
    line-height: 1;
}

.faq-item.open .faq-item-icon {
    transform: rotate(45deg);
}

.faq-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.faq-item.open .faq-item-body {
    max-height: 300px;
}

.faq-item-answer {
    padding: 0 0 24px;
    font-family: var(--font-body);
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.7;
    background: rgba(216, 225, 234, 0.08);
    padding: 16px;
    border-radius: 12px;
    margin-bottom: 16px;
}

/* ════════════════════════════════
   SECTION 8 — CTA FINAL
════════════════════════════════ */
.final-cta {
    position: relative;
    padding: clamp(48px, 6vw, 96px) 0;
    overflow: hidden;
    text-align: center;
}

.final-cta-mesh {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 20% 30%, rgba(216, 225, 234, 0.6), transparent 50%),
        radial-gradient(ellipse at 80% 70%, rgba(28, 42, 58, 0.1), transparent 50%),
        radial-gradient(ellipse at 50% 50%, rgba(216, 225, 234, 0.3), transparent 60%),
        #F7F8FA;
    animation: meshMove 12s ease infinite;
}

@keyframes meshMove {
    0%, 100% { background-position: 0% 0%, 100% 100%, 50% 50%; }
    33% { background-position: 10% 20%, 90% 80%, 40% 60%; }
    66% { background-position: 5% 10%, 95% 90%, 55% 45%; }
}

.final-cta-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(28, 42, 58, 0.12);
    animation: particleFloat 8s ease-in-out infinite;
}
.particle:nth-child(1) { top: 20%; left: 15%; animation-delay: 0s; animation-duration: 9s; }
.particle:nth-child(2) { top: 60%; left: 75%; animation-delay: -2s; animation-duration: 7s; width: 3px; height: 3px; }
.particle:nth-child(3) { top: 35%; left: 85%; animation-delay: -4s; animation-duration: 11s; width: 5px; height: 5px; }
.particle:nth-child(4) { top: 75%; left: 25%; animation-delay: -1s; animation-duration: 8s; }
.particle:nth-child(5) { top: 15%; left: 55%; animation-delay: -3s; animation-duration: 10s; width: 3px; height: 3px; }

@keyframes particleFloat {
    0%, 100% { transform: translate(0, 0); opacity: 0.3; }
    25% { transform: translate(15px, -20px); opacity: 0.6; }
    50% { transform: translate(-10px, -35px); opacity: 0.4; }
    75% { transform: translate(20px, -15px); opacity: 0.5; }
}

.final-cta-inner {
    position: relative;
    z-index: 1;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--container-pad);
}

.final-cta-title {
    font-family: var(--font-heading);
    font-size: clamp(36px, calc(28px + 2.5vw), 56px);
    font-weight: 700;
    color: var(--text);
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.final-cta-subtitle {
    font-family: var(--font-body);
    font-size: clamp(16px, calc(14px + 0.3vw), 20px);
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.final-cta-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.btn-primary--large {
    padding: 12px 28px;
    font-size: 15px;
}
.btn-primary--large:hover {
    box-shadow: 0 12px 40px rgba(28, 42, 58, 0.3);
}

.btn-outline--light {
    border-color: rgba(28, 42, 58, 0.2);
}

.final-cta-reassurance {
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--text-muted);
    letter-spacing: 0.01em;
}

/* ════════════════════════════════
   RESPONSIVE — Hero
════════════════════════════════ */
@media (max-width: 1024px) {
    .hero-inner { gap: 40px; }
    .hero-content { flex: 0 0 50%; max-width: 50%; }
}

@media (max-width: 768px) {
    .hero {
        min-height: auto;
        padding: 48px 0 56px;
    }
    .hero-inner {
        flex-direction: column;
        gap: 48px;
    }
    .hero-content {
        flex: none;
        max-width: 100%;
        text-align: center;
    }
    .hero-ctas {
        justify-content: center;
        flex-wrap: wrap;
    }
    .hero-proof {
        justify-content: center;
        flex-direction: column;
        gap: 8px;
    }
    .hero-mockup {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }
    .hero-glow--1 {
        width: 350px;
        height: 350px;
        top: -80px;
        left: -100px;
    }
    .hero-glow--2 {
        width: 300px;
        height: 300px;
        bottom: -60px;
        right: -60px;
    }

    /* Section 2 */
    .bento-grid--pain,
    .bento-grid--solution {
        grid-template-columns: 1fr;
    }
    .bento-card { min-height: auto; }
    .bento-bg-number { font-size: 48px; }
    .bento-pivot { padding: 36px 24px; }

    /* Section 5 */
    .pricing-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto 40px; }
    .pricing-card { height: auto; }
    .pricing-card--popular:hover { transform: translateY(-4px); }

    /* Section 6 */
    .social-stats { flex-direction: column; gap: 16px; align-items: center; }
    .social-stat { width: 100%; max-width: 300px; }
    .testimonial-card { width: 300px; }

    /* Section 7 */
    .faq-section-inner { flex-direction: column; gap: 40px; }
    .faq-left { position: static; flex: none; }
    .faq-decorative { display: none; }

    /* Section 8 */
    .final-cta-actions { flex-direction: column; align-items: center; }
    .final-cta-actions .btn-primary--large,
    .final-cta-actions .btn-outline--light { width: 100%; max-width: 360px; justify-content: center; }

    /* Section 4 — sticky stack adapté mobile */
    .feature-wrapper {
        min-height: 75vh;
        height: 75vh;
        padding-top: 4vh;
    }
    .feature-wrapper--last {
        height: 80vh;
    }
    .feature-card {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 28px 20px;
        height: calc(75vh - 6vh);
        max-width: calc(100% - 2 * var(--container-pad));
        overflow: hidden;
    }
    .feature-wrapper--last .feature-card {
        height: calc(80vh - 10vh);
    }
    .feature-card-visual {
        flex: 1;
        min-height: 0;
    }
    .features-stack {
        padding: 0;
    }

    /* Section 3 */
    .steps-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .steps {
        border-radius: 16px;
        margin: 0 var(--container-pad);
        -webkit-mask-image: linear-gradient(to bottom, black 0%, black 85%, transparent 100%);
        mask-image: linear-gradient(to bottom, black 0%, black 85%, transparent 100%);
    }
    .steps-wrap { padding: 40px 24px 56px; }
    .steps-line-track { display: none; }
}

@media (max-width: 480px) {
    .hero-ctas {
        flex-direction: column;
    }
    .hero-ctas .btn-primary,
    .hero-ctas .btn-outline {
        width: 100%;
        justify-content: center;
    }
}
