/* GEREJE V2 — patches (nav, hero, invest, vidéo) — espacements = thème vendor */

/* Skip link — accessibilité clavier */
.skip-link {
    position: absolute;
    top: -100%;
    left: 16px;
    z-index: 10001;
    padding: 10px 18px;
    background: #860021;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
    border-radius: 0 0 4px 4px;
    transition: top 0.2s ease;
}.skip-link:focus {
    top: 0;
    outline: 2px solid #fff;
    outline-offset: 2px;
}

/* Titres de section — léger raffinement */
main .header-title {
    margin-bottom: 50px;
}main .header-title .sub {
    margin-bottom: 12px;
    letter-spacing: 0.28em;
}main .header-title h2 {
    margin-bottom: 16px;
}main .header-title p {
    line-height: 1.75;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    color: #5a5a5a;
}main .btn-sys.btn-crv {
    border-radius: 25px;
}

/* Séparateur de section — ligne contenu + badge centré */
.section-divider {
    position: relative !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    max-width: 1140px;
    height: 72px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 24px;
    box-sizing: border-box;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    float: none;
    line-height: 1 !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    z-index: 20;
    overflow: visible;
}.section-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 24px;
    right: 24px;
    height: 1px;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.1);
    pointer-events: none;
}.section.light-section:has(> .section-divider:first-child) {
    padding-top: 72px;
    overflow: visible;
}.section.light-section > .section-divider:first-child {
    margin-top: -36px;
}.section.light-section > .section-divider + .container,
#track-home > .gj-section-divider + .gj-container {
    padding-top: 48px;
}#track-home {
    overflow: visible;
}#track-home > .gj-section-divider:first-child {
    margin-top: -56px;
}#track-home > .gj-section-divider {
    margin-bottom: 8px;
}

/* Fallback .sign sans wrapper (pages internes) */
.sign:not(.section-divider) {
    width: 80px;
    height: 80px;
    line-height: 80px;
}.sign:not(.section-divider) img {
    max-height: 42px;
}

/* ── Page Investissements — hero authentification ── */
.gj-invest-hero {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 140px 0 100px;
    overflow: hidden;
    color: #fff;
}.gj-invest-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: 50% 50%;
    transform: scale(1.02);
}.gj-invest-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(160deg, rgba(15, 15, 15, 0.92) 0%, rgba(25, 25, 25, 0.78) 42%, rgba(134, 0, 33, 0.42) 100%);
}.gj-invest-hero__overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 20% 40%, rgba(134, 0, 33, 0.15), transparent 55%);
    pointer-events: none;
}.gj-invest-hero__container {
    position: relative;
    z-index: 1;
}.gj-invest-hero__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: center;
}

@media (min-width: 992px) {.gj-invest-hero__grid {
        grid-template-columns: 1fr 420px;
        gap: 64px;
    }
}

@media (min-width: 1200px) {.gj-invest-hero__grid {
        grid-template-columns: 1fr 460px;
        gap: 80px;
    }.gj-invest-hero__grid:has(.is-register-mode) {
        grid-template-columns: 0.8fr 1.2fr;
        gap: 72px;
    }
}.gj-invest-hero__eyebrow {
    margin: 0 0 20px;
    font-family: 'Trajan Pro', serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
}.gj-invest-hero__title {
    margin: 0 0 24px;
    font-family: 'Crimson Text', Georgia, serif;
    font-size: clamp(2rem, 4.5vw, 3.25rem);
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: 0.02em;
    text-wrap: balance;
    color: #fff;
}.gj-invest-hero__lead {
    margin: 0 0 40px;
    max-width: 520px;
    font-family: 'Trajan Pro', serif;
    font-size: 16px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.82);
}.gj-invest-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin: 0;
    padding: 0;
    max-width: 480px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.15);
}.gj-invest-hero__stat {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 20px 16px;
    background: rgba(25, 25, 25, 0.45);
    backdrop-filter: blur(8px);
}.gj-invest-hero__stat dt {
    margin: 0;
    font-family: 'Trajan Pro', serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
}.gj-invest-hero__stat dd {
    margin: 0;
    font-family: 'Trajan Pro', serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    color: #fff;
}

@media (max-width: 575px) {.gj-invest-hero__stats {
        grid-template-columns: 1fr;
    }
}

/* Panneau auth */
.gj-invest-auth {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 10px;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.8) inset,
        0 32px 80px rgba(0, 0, 0, 0.28),
        0 0 0 1px rgba(255, 255, 255, 0.12);
    overflow: hidden;
    backdrop-filter: blur(12px);
}.gj-invest-auth__tabs {
    display: flex;
    gap: 4px;
    padding: 8px;
    border-bottom: none;
    background: #f3f2f1;
}.gj-invest-auth__tab {
    flex: 1;
    padding: 14px 16px;
    border: none;
    border-radius: 6px;
    background: transparent;
    font-family: 'Trajan Pro', serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #8a8580;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}.gj-invest-auth__tab:hover {
    color: #191919;
    background: rgba(255, 255, 255, 0.5);
}.gj-invest-auth__tab.is-active {
    background: #fff;
    color: #860021;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}.gj-invest-auth__panel {
    display: none;
    padding: 28px 28px 24px;
}.gj-invest-auth__panel.is-active {
    display: block;
}.gj-invest-auth__panel--register.is-active {
    padding-top: 24px;
}.gj-invest-auth__heading {
    margin: 0 0 6px;
    font-family: 'Crimson Text', Georgia, serif;
    font-size: 24px;
    font-weight: 600;
    color: #191919;
    letter-spacing: 0.01em;
}.gj-invest-auth__intro {
    margin: 0 0 24px;
    font-family: 'Trajan Pro', serif;
    font-size: 14px;
    line-height: 1.65;
    color: #5a5a5a;
}.gj-invest-auth__intro--compact {
    margin-bottom: 0;
    font-size: 13px;
    color: #8a8580;
}.gj-invest-auth__note {
    margin: 20px 0 0;
    font-family: 'Trajan Pro', serif;
    font-size: 12px;
    line-height: 1.5;
    color: #a2a1a0;
}.gj-invest-flash {
    margin: 0 0 16px;
    padding: 14px 16px;
    border-radius: 4px;
    font-family: 'Trajan Pro', serif;
    font-size: 13px;
    line-height: 1.55;
}.gj-invest-flash--success {
    background: #edf7ed;
    border: 1px solid #c6e7c9;
    color: #1e5631;
}.gj-invest-flash--error {
    background: #fdf2f2;
    border: 1px solid #f5c6c6;
    color: #860021;
}.gj-mandate-detail__body {
    max-width: 900px;
    margin: 0 auto;
}.gj-nda-page {
    padding-top: 120px;
    padding-bottom: 120px;
}.gj-nda-shell {
    max-width: 920px;
    margin: 0 auto;
}.gj-nda-shell__back {
    margin: 0 0 24px;
    font-family: 'Trajan Pro', serif;
    font-size: 13px;
}.gj-nda-shell__back a {
    color: #860021;
    text-decoration: none;
    font-weight: 600;
}.gj-nda-shell__back a:hover,
.gj-nda-shell__back a:focus-visible {
    text-decoration: underline;
}.gj-nda-shell__header {
    margin-bottom: 28px;
    text-align: center;
}.gj-nda-shell__eyebrow {
    margin: 0 0 10px;
    font-family: 'Trajan Pro', serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #860021;
}.gj-nda-shell__title {
    margin: 0 0 12px;
    font-family: 'Crimson Text', Georgia, serif;
    font-size: clamp(28px, 4vw, 36px);
    font-weight: 600;
    color: #191919;
}.gj-nda-shell__intro {
    margin: 0;
    font-family: 'Trajan Pro', serif;
    font-size: 15px;
    line-height: 1.7;
    color: #5a5a5a;
}.gj-nda-shell__card,
.gj-nda-form {
    background: #fff;
    border: 1px solid #e8e2e4;
    border-radius: 14px;
    box-shadow: 0 18px 50px rgba(26, 20, 22, 0.06);
}.gj-nda-shell__card {
    padding: 28px;
}.gj-nda-form__flash {
    margin-bottom: 20px;
    padding: 14px 16px;
    border-radius: 8px;
    font-family: 'Trajan Pro', serif;
    font-size: 13px;
    line-height: 1.55;
}.gj-nda-form__flash--error {
    background: #fdf2f2;
    border: 1px solid #f5c6c6;
    color: #860021;
}.gj-nda-form__meta {
    margin-bottom: 24px;
    padding: 18px 20px;
    border-radius: 10px;
    background: #f6f4f5;
    border: 1px solid #ece7e9;
}.gj-nda-form__meta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 24px;
    margin: 0;
}.gj-nda-form__meta-grid dt {
    margin: 0 0 4px;
    font-family: 'Trajan Pro', serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8a8580;
}.gj-nda-form__meta-grid dd {
    margin: 0;
    font-family: 'Trajan Pro', serif;
    font-size: 14px;
    line-height: 1.45;
    color: #191919;
}.gj-nda-form__widget-hint {
    margin: 0 0 16px;
    font-family: 'Trajan Pro', serif;
    font-size: 14px;
    line-height: 1.65;
    color: #5a5a5a;
}.gj-nda-form__widget {
    position: relative;
    width: 100%;
    min-height: 500px;
    margin-bottom: 24px;
    border: 1px solid #e4e3e2;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}.gj-nda-form__widget iframe {
    display: block;
    width: 100%;
    min-height: 500px;
    border: 0;
}.gj-nda-form__complete {
    margin: 0;
}.gj-nda-form__status {
    margin: 0 0 12px;
    font-family: 'Trajan Pro', serif;
    font-size: 14px;
    line-height: 1.55;
    text-align: center;
    color: #860021;
}.gj-nda-form__note {
    margin: 0;
    font-family: 'Trajan Pro', serif;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    color: #8a8580;
}

@media (max-width: 767px) {.gj-nda-page {
        padding-top: 96px;
        padding-bottom: 96px;
    }.gj-nda-shell__card {
        padding: 20px 18px;
    }.gj-nda-form__meta-grid {
        grid-template-columns: 1fr;
    }
}

/* Formulaires investissements */
.gj-invest-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

@media (max-width: 479px) {.gj-invest-form__row {
        grid-template-columns: 1fr;
    }
}.gj-invest-form__label {
    display: block;
    margin-bottom: 7px;
    font-family: 'Trajan Pro', serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: none;
    color: #3d3d3d;
}.gj-invest-form__req,
.gj-invest-form__optional {
    font-weight: 400;
    color: #a2a1a0;
    font-size: 11px;
}.gj-invest-form__input {
    display: block;
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #e4e3e2;
    border-radius: 6px;
    background: #fafaf9;
    font-family: 'Trajan Pro', serif;
    font-size: 14px;
    color: #191919;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}.gj-invest-form__input:hover {
    border-color: #d0cfcd;
    background: #fff;
}.gj-invest-form__input:focus {
    outline: none;
    border-color: #860021;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(134, 0, 33, 0.08);
}.gj-invest-form__input::placeholder {
    color: #b5b4b2;
}.gj-invest-form__input:invalid:not(:placeholder-shown):not(:focus) {
    border-color: #d4848f;
}.gj-invest-form__field {
    margin-bottom: 16px;
}.gj-invest-form__field--chips {
    margin-bottom: 20px;
}.gj-invest-form__field--chips .gj-invest-form__label {
    margin-bottom: 10px;
}.gj-invest-form__select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23860221' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
    cursor: pointer;
}.gj-invest-form__submit {
    width: 100%;
    margin-top: 8px;
}

/* Boutons legacy btn-sys — vendor/style.css non chargé sur page investissements */
.page-investments .btn-sys {
    font-weight: 400;
    overflow: hidden;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-family: 'Trajan Pro', serif;
}.page-investments button.btn-sys {
    appearance: none;
    -webkit-appearance: none;
}.page-investments .btn-sys.btn-crv {
    border-radius: 25px;
}.page-investments .btn-sys.btn-medium {
    font-size: 13px;
    padding: 8px 22px;
}.page-investments .btn-sys.btn-color {
    color: #fff;
    background: #860021;
}.page-investments .btn-sys.btn-color:hover,
.page-investments .btn-sys.btn-color:focus-visible {
    color: #fff;
    background: #6b001a;
}.page-investments .btn-sys.btn-dark {
    color: #fff;
    background: #191919;
}.page-investments .btn-sys.btn-dark:hover,
.page-investments .btn-sys.btn-dark:focus-visible {
    color: #fff;
    background: #333;
}.page-investments .btn-sys.btn-border {
    border: 1px solid;
    background-color: transparent;
}.page-investments .btn-sys.btn-border.btn-color {
    color: #860021;
    border-color: #860021;
    background: none;
}.page-investments .btn-sys.btn-border.btn-color:hover,
.page-investments .btn-sys.btn-border.btn-color:focus-visible {
    background: #860021;
    border-color: #860021;
    color: #fff;
}.gj-invest-form__checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 20px;
    font-family: 'Trajan Pro', serif;
    font-size: 13px;
    line-height: 1.5;
    color: #5a5a5a;
    cursor: pointer;
}.gj-invest-form__checkbox input {
    margin-top: 3px;
    flex-shrink: 0;
    accent-color: #860021;
}.gj-invest-form__checkbox--toc {
    margin-top: 4px;
}.gj-invest-auth__link-row,
.gj-invest-auth__switch {
    margin: 20px 0 0;
    font-family: 'Trajan Pro', serif;
    font-size: 13px;
    text-align: center;
    color: #5a5a5a;
}.gj-invest-auth__switch a {
    color: #860021;
    font-weight: 600;
    text-decoration: none;
}.gj-invest-auth__switch a:hover,
.gj-invest-auth__switch a:focus-visible {
    text-decoration: underline;
}.gj-invest-auth__text-btn {
    padding: 0;
    border: none;
    background: none;
    font: inherit;
    font-weight: 600;
    color: #860021;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
}.gj-invest-auth__text-btn:hover,
.gj-invest-auth__text-btn:focus-visible {
    color: #5c0017;
}.gj-invest-forgot {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #ecebea;
}.gj-invest-forgot[hidden] {
    display: none !important;
}

@media (min-width: 992px) {.gj-invest-hero__grid:has(.is-register-mode) {
        grid-template-columns: 0.85fr 1.15fr;
        gap: 56px;
        align-items: start;
    }.gj-invest-auth.is-register-mode {
        grid-column: auto;
        max-width: none;
        width: 100%;
    }.gj-invest-hero__grid:has(.is-register-mode) .gj-invest-hero__intro {
        padding-top: 12px;
    }
}

/* Wizard inscription */
.gj-invest-reg__head {
    margin-bottom: 20px;
}.gj-invest-reg__progress {
    margin-bottom: 24px;
}.gj-invest-reg__progress-track {
    height: 3px;
    background: #ecebea;
    border-radius: 99px;
    overflow: hidden;
    margin-bottom: 12px;
}.gj-invest-reg__progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #860021, #a8002a);
    border-radius: 99px;
    transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}.gj-invest-reg__steps {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
}.gj-invest-reg__steps li {
    font-family: 'Trajan Pro', serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #b5b4b2;
    transition: color 0.25s ease;
}.gj-invest-reg__steps li.is-active {
    color: #860021;
}.gj-invest-reg__steps li.is-done {
    color: #5a5a5a;
}.gj-invest-reg__fieldset {
    margin: 0;
    padding: 0;
    border: none;
    min-width: 0;
}.gj-invest-reg__legend {
    margin: 0 0 16px;
    padding: 0;
    font-family: 'Crimson Text', Georgia, serif;
    font-size: 18px;
    font-weight: 600;
    color: #191919;
}.gj-invest-reg__hint {
    margin: -8px 0 16px;
    font-family: 'Trajan Pro', serif;
    font-size: 12px;
    color: #8a8580;
    line-height: 1.5;
}.gj-invest-reg__step[hidden] {
    display: none !important;
}.gj-invest-reg__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #f0efee;
}.gj-invest-reg__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 13px 22px;
    border: none;
    border-radius: 6px;
    font-family: 'Trajan Pro', serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}.gj-invest-reg__btn--next,
.gj-invest-reg__btn--submit {
    margin-left: auto;
    background: #860021;
    color: #fff;
}.gj-invest-reg__btn--next:hover,
.gj-invest-reg__btn--submit:hover {
    background: #6b001a;
}.gj-invest-reg__btn--back {
    background: transparent;
    color: #5a5a5a;
    padding-left: 0;
}.gj-invest-reg__btn--back:hover {
    color: #191919;
}.gj-invest-reg__btn--submit {
    flex: 1;
    max-width: none;
}

/* Chips multi-sélection */
.gj-invest-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}.gj-invest-chip {
    position: relative;
    cursor: pointer;
    user-select: none;
}.gj-invest-chip input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}.gj-invest-chip span {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #e4e3e2;
    border-radius: 99px;
    background: #fafaf9;
    font-family: 'Trajan Pro', serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    color: #5a5a5a;
    transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}.gj-invest-chip:hover span {
    border-color: #c9c8c6;
    background: #fff;
}.gj-invest-chip input:checked + span {
    border-color: #860021;
    background: rgba(134, 0, 33, 0.08);
    color: #860021;
    font-weight: 600;
    box-shadow: 0 0 0 1px rgba(134, 0, 33, 0.15);
}.gj-invest-chip input:focus-visible + span {
    outline: 2px solid #860021;
    outline-offset: 2px;
}

@media (max-width: 991px) {.gj-invest-auth__panel--register.is-active {
        max-height: none;
    }.gj-invest-reg__nav {
        flex-wrap: wrap;
    }.gj-invest-reg__btn--submit {
        width: 100%;
    }
}

/* Modal CGU */
.gj-invest-terms {
    width: min(640px, calc(100vw - 32px));
    max-height: calc(100vh - 48px);
    padding: 0;
    border: none;
    border-radius: 6px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
}.gj-invest-terms::backdrop {
    background: rgba(25, 25, 25, 0.65);
}.gj-invest-terms__inner {
    position: relative;
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    padding: 36px 32px 32px;
}.gj-invest-terms__close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #e8e7e6;
    border-radius: 50%;
    background: #fff;
    color: #191919;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease;
}.gj-invest-terms__close:hover,
.gj-invest-terms__close:focus-visible {
    border-color: #860021;
    color: #860021;
}.gj-invest-terms h2 {
    margin: 0 0 20px;
    padding-right: 40px;
    font-family: 'Crimson Text', Georgia, serif;
    font-size: 22px;
    font-weight: 600;
    color: #191919;
}.gj-invest-terms h3 {
    margin: 24px 0 10px;
    font-family: 'Trajan Pro', serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #860021;
}.gj-invest-terms p {
    margin: 0 0 14px;
    font-family: 'Trajan Pro', serif;
    font-size: 14px;
    line-height: 1.7;
    color: #5a5a5a;
}.gj-invest-hero__scroll {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none !important;
    transition: color 0.25s ease, transform 0.25s ease;
}.gj-invest-hero__scroll:hover,
.gj-invest-hero__scroll:focus-visible {
    color: #fff;
    transform: translateX(-50%) translateY(4px);
}.gj-invest-hero__scroll-label {
    font-family: 'Trajan Pro', serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}.gj-invest-hero__scroll i {
    font-size: 18px;
    animation: gj-invest-scroll-bounce 2s ease-in-out infinite;
}

@keyframes gj-invest-scroll-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(6px); }
}

@media (prefers-reduced-motion: reduce) {.gj-invest-hero__scroll i {
        animation: none;
    }
}

/* Page investissements — continuité hero → mandats */
.page-investments .gj-invest-hero__stats {
    border-radius: 6px;
    overflow: hidden;
}.page-investments .gj-opp-section--invest {
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    padding-top: 108px;
}

/* About — plus d'air autour du bloc story */
#about.section {
    padding-top: 128px;
    padding-bottom: 128px;
}

/* Track record — section aérée */
#track-home {
    margin-top: 0;
    position: relative;
    padding-top: 0;
    padding-bottom: 120px;
    border-top: none;
}#track-home > .gj-section-divider + .gj-container {
    padding-top: 48px;
}#track-home .gj-header-title {
    margin-bottom: 80px;
}#macy-container {
    margin-top: 8px;
}#macy-container .demo .blog {
    margin: 0 0 28px;
}#macy-container .track {
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}#macy-container .track .track-info {
    padding: 36px 32px 40px !important;
}#macy-container .track .track-info h3 {
    margin-bottom: 14px !important;
    line-height: 1.35 !important;
    font-size: 20px !important;
}#macy-container .track .track-info p {
    margin-top: 10px !important;
    margin-bottom: 16px !important;
    letter-spacing: 0.1em;
    line-height: 1.5 !important;
}#macy-container .track .track-info .btn-sys {
    margin-top: 20px !important;
}#macy-container .track .track-img .cat {
    top: 20px;
    left: 20px;
    padding: 4px 14px;
    font-size: 12px;
    letter-spacing: 0.08em;
}

/* Expertises, actualités, témoignages */
#industry.section,
#services.section,
#blog.section,
#testimonials.section,
#partners.section,
#history.gj-section {
    padding-top: 120px;
    padding-bottom: 120px;
}#testimonials.section.pb0,
#blog.section {
    padding-bottom: 120px;
}#industry .capa .title {
    margin-top: 16px;
    line-height: 1.4;
}

/* Témoignages — cartes aérées */
#testimonials .testimonials {
    padding: 8px 12px 24px;
}

/* Actualités — cartes */
#blog .blog-info {
    padding: 28px 24px 32px;
}#blog .blog-info h3 {
    line-height: 1.4;
    margin: 12px 0 16px;
}

/* Partenaires */
#partners .subtitle {
    margin-bottom: 32px;
}#partners .header-title {
    margin-bottom: 48px;
}#partners .brands .item {
    padding: 16px 24px;
}

/* Histoire — voir .gj-history dans site.css */

@media (max-width: 991px) {main .section.light-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }main .header-title {
        margin-bottom: 48px;
    }#track-home {
        padding-top: 32px;
        padding-bottom: 80px;
    }#track-home > .gj-section-divider + .gj-container {
        padding-top: 32px;
    }#track-home .gj-header-title {
        margin-bottom: 48px;
    }
}

/* Hero — carrousel titres (vanilla) */
.text-slider.gj-fade-slider > .item {
    display: none;
    opacity: 0;
    transition: opacity 0.9s ease;
}.text-slider.gj-fade-slider > .item.is-active {
    display: block;
    opacity: 1;
}.text-slider:not(.gj-fade-slider) > .item:not(:first-child) {
    display: none;
}

/* Carrousel multi-items (vanilla) */
.gj-track-carousel {
    position: relative;
}.gj-track-carousel .gj-carousel-viewport {
    overflow: hidden;
}.gj-track-carousel .gj-carousel-track {
    display: flex;
    will-change: transform;
}.gj-track-carousel .gj-carousel-track > .item {
    flex-shrink: 0;
    box-sizing: border-box;
}.gj-track-carousel .gj-carousel-nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    color: #860021;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    padding: 0;
}.gj-track-carousel .gj-carousel-nav:disabled {
    opacity: 0.35;
    cursor: default;
}.gj-track-carousel .gj-carousel-prev {
    left: 0;
}.gj-track-carousel .gj-carousel-next {
    right: 0;
}.gj-track-carousel .gj-carousel-nav i {
    font-size: 16px;
    position: relative;
    top: 1px;
}

/* Menu mobile — overlay + panneau */

@media (max-width: 991px) {body.nav-open {
        overflow: hidden;
    }
}

/* Hero headlines — fondu enchaîné */
.hero-headlines {
    display: grid;
    grid-template: 1fr / 1fr;
}.hero-headlines .hero-headline {
    grid-area: 1 / 1;
    margin: 0;
    opacity: 0;
    transition: opacity 0.9s ease;
}.hero-headlines .hero-headline.is-visible {
    opacity: 1;
}

/* Hero — photo de fond */

/* Hero — lisibilité, CTA, scroll hint */#typed-strings {
    display: none;
}

@keyframes hero-scroll-bounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(6px); }
}

/* Carrousels — flèches (legacy pro-carousel, remplacé par gj-carousel-nav) */

/* Partenaires — logos uniformes */
#partners .brands img {
    max-height: 48px;
    width: auto;
    object-fit: contain;
}

/* Track record — badge année */
#macy-container .track .track-img .cat {
    background: #860021;
    color: #fff;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {.hero-headlines .hero-headline,
.gj-opp-card__media img,
.gj-opp-card__media::before,
.gj-opp-card__head,
.gj-opp-card__cta,
.gj-opp-card__cta svg,
.gj-opp-card__link {
        transition: none;
        animation: none;
    }.gj-opp-card__link:hover,
.gj-opp-card__link:focus-visible {
        transform: none;
    }.gj-opp-card__link:hover .gj-opp-card__media::before,
.gj-opp-card__link:focus-visible .gj-opp-card__media::before {
        opacity: 0;
    }.gj-opp-card__link:hover .gj-opp-card__media img,
.gj-opp-card__link:focus-visible .gj-opp-card__media img {
        transform: none;
        opacity: 1;
        filter: none;
    }.gj-opp-card__link:hover .gj-opp-card__head,
.gj-opp-card__link:focus-visible .gj-opp-card__head {
        transform: none;
    }.gj-opp-card__link:hover .gj-opp-card__cta,
.gj-opp-card__link:focus-visible .gj-opp-card__cta {
        top: auto;
        right: 18px;
        bottom: 18px;
        left: auto;
        transform: none;
    }.track,
.track .track-img img,
.track .track-info img {
        transition: none;
    }.track:hover .track-img img {
        transform: none;
        filter: none;
        opacity: 1;
    }
}

/* About — photo + carte superposée (sans vidéo) */

/* Section vidéo de présentation */.presentation-video-play {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.35);
    cursor: pointer;
    transition: background 0.3s ease;
}.presentation-video-play:hover,
.presentation-video-play:focus-visible {
    background: rgba(0, 0, 0, 0.48);
    outline: none;
}.presentation-video-play .video-icon {
    margin: 0 auto 14px;
    width: 90px;
    height: 90px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}.presentation-video-play .video-icon i {
    font-size: 34px;
    line-height: 90px;
}.presentation-video-play:hover .video-icon,
.presentation-video-play:focus-visible .video-icon {
    color: #fff;
    background: #860021;
}.presentation-video-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}.presentation-video-modal.is-open {
    opacity: 1;
    visibility: visible;
}body.presentation-video-open {
    overflow: hidden;
}

@media (max-width: 767px) {.presentation-video-play .video-icon {
        width: 72px;
        height: 72px;
    }.presentation-video-play .video-icon i {
        font-size: 28px;
        line-height: 72px;
    }
}#macy-container .track .track-img img {
    display: block;
}#macy-container .gallery-slider .item {
    text-align: center;
}#macy-container .gallery-slider .item img {
    display: inline-block;
    max-height: 50px;
    max-width: 140px;
    width: auto;
    height: auto;
}

/* Pages internes */
.page-header .bg-wrap .bg {
    background-size: cover !important;
    background-position: 50% 50% !important;
}

