html body .elementor-container {
    max-width: 100% !important;
}
html body .container {
    max-width: var(--content-wide) !important;
}
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
menu, ol, ul {
    margin: 0px;
    padding: 0px;
}
.btn--nav-cta:visited, .btn--nav-cta:hover, .btn--ghost-white, .btn--primary:visited, .btn--primary:hover {
    color: #fff;
}
select.nav__signin {
    border: none;
    outline: none;
}
.container, .legal-doc__inner, .legal-hero__inner {
    width: 100%;
    max-width: var(--content-wide);
    margin-inline: auto;
    padding-inline: clamp(var(--space-4), 5vw, var(--space-12));
}
.container--narrow {
    max-width: var(--content-narrow);
    margin-inline: auto;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: var(--font);
    background: var(--bg);
    color: var(--text);
    -webkit-font-smoothing: antialiased;
    line-height: 1.6;
}
a {
    color: inherit;
    text-decoration: none;
}
/* ========================================= NAVIGATION ========================================= */
.nav {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--color-border);
}
.nav__links a.nav__link--active {
    color: var(--accent);
}
.btn--nav-cta:hover {
    background: var(--accent-hover);
    transform: translateY(-1px);
}
.nav__mobile-toggle {
    display: none;
    padding: var(--space-2);
    color: var(--color-text);
    border-radius: var(--radius-md);
    transition: background var(--transition-interactive);
}
.nav__mobile-toggle:hover {
    background: var(--color-surface-2);
}
@media (max-width: 900px) {
    .nav__mobile-toggle {
        display: flex;
    }
    .nav__actions .btn--ghost {
        display: none;
    }
    .nav__inner {
        position: static !important;
    }
    .nav__links {
        display: none;
        align-items: flex-start !important;
        gap: 20px !important;
    }
    .nav__item--mega > a {
        display: block;
    }
    .btn--nav-cta {
        padding: 0 15px !important;
        font-size: 14px !important;
    }
    .language-switcher__button {
        font-size: 14px !important;
    }
}
@media (max-width: 600px) {
    .nav__actions .btn--primary {
        padding: 0.5rem 0.875rem;
        font-size: var(--text-xs);
    }
}
/* ============================ MEGA-MENU — ROBUSTE ============================ */
.nav__item {
    position: static;
}
.nav__item--mega {
    position: static;
}
.nav__item--mega > a .mm-chevron {
    width: 10px;
    height: 10px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    transition: transform 200ms ease;
    display: inline-block;
    flex-shrink: 0;
}
.nav__item--mega.mm-open > a .mm-chevron {
    transform: rotate(-135deg) translateY(2px);
}
/* Wrapper positionné sur la nav (pas sur le li) */
.nav__item--mega.mm-open .megamenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition: opacity 180ms ease, transform 180ms ease, visibility 0ms 0ms;
}
.megamenu::before, .megamenu::after {
    display: none !important;
}
.megamenu__item:hover {
    background: #f8f9ff;
}
.megamenu__item:hover .megamenu__item-label {
    color: var(--accent);
}
.megamenu__footer-text strong {
    color: var(--color-text);
}
.megamenu__footer-cta:hover {
    background: var(--accent-hover);
    transform: translateY(-1px);
}
/* ============================ MEGA-MENU v2 — hierarchy, badges, mobile accordion ============================ */
.megamenu__col:first-child {
    padding-left: 0;
}
.megamenu__col:last-child {
    border-right: none;
    padding-right: 0;
}
.megamenu__col-label {
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: var(--color-text-muted);
    margin-bottom: 12px;
    padding-bottom: 9px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.07);
    display: block;
    text-decoration: none;
    transition: color 130ms ease, border-color 130ms ease;
}
.megamenu__col-label:hover,
.megamenu__col-label:focus-visible {
    color: var(--accent);
    border-color: rgba(79, 70, 229, 0.35);
}
.megamenu__col-label:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
    border-radius: 4px;
}
.megamenu__item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 9px;
    border-radius: 10px;
    cursor: pointer;
    transition: background 130ms ease;
    text-decoration: none;
    color: inherit;
}
.megamenu__item:hover,
.megamenu__item:focus-visible {
    background: rgba(79, 70, 229, 0.07);
}
.megamenu__item:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: -2px;
}
.megamenu__item-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    background: linear-gradient(
        135deg,
        rgba(79, 70, 229, 0.08),
        rgba(59, 130, 246, 0.08)
    );
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}
.megamenu__item-label {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--color-text);
    line-height: 1.3;
    transition: color 130ms ease;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}
.megamenu__item-desc {
    font-size: 0.7rem;
    color: var(--color-text-faint);
    line-height: 1.35;
    margin-top: 1px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.megamenu__links {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(15, 23, 42, 0.05);
}
.megamenu__link {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 9px;
    border-radius: 8px;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--color-text-muted);
    text-decoration: none;
    transition: background 130ms ease, color 130ms ease;
}
.megamenu__link:hover,
.megamenu__link:focus-visible {
    background: rgba(79, 70, 229, 0.07);
    color: var(--accent);
}
.megamenu__link:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: -2px;
}
.megamenu__col-cta {
    margin-top: auto;
    padding: 10px 9px 0;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--accent);
    text-decoration: none;
    opacity: 0.85;
    transition: opacity 130ms ease;
}
.megamenu__col-cta:hover,
.megamenu__col-cta:focus-visible {
    opacity: 1;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.megamenu__col-cta:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 2px;
    border-radius: 4px;
}
/* ============================ FOOTER ============================ */
.footer__top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    gap: clamp(var(--space-8), 4vw, var(--space-12));
    margin-bottom: clamp(var(--space-12), 5vw, var(--space-16));
    padding-bottom: clamp(var(--space-10), 4vw, var(--space-12));
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.footer__logo {
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.03em;
    margin-bottom: var(--space-2);
}
.footer__tagline {
    font-size: var(--text-xs);
    color: rgba(255, 255, 255, 0.35);
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: var(--space-5);
}
.footer__brand-desc {
    font-size: var(--text-sm);
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.7;
    max-width: 32ch;
}
.footer__links a {
    font-size: var(--text-sm);
    color: rgba(255, 255, 255, 0.45);
    transition: color var(--transition-interactive);
}
.footer__links a:hover {
    color: rgba(255, 255, 255, 0.85);
}
.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-4);
    flex-wrap: wrap;
}
.footer__copy {
    font-size: var(--text-xs);
    color: rgba(255, 255, 255, 0.3);
}
.footer__legal {
    display: flex;
    gap: var(--space-5);
}
.footer__legal a {
    font-size: var(--text-xs);
    color: rgba(255, 255, 255, 0.3);
    transition: color var(--transition-interactive);
}
.footer__legal a:hover {
    color: rgba(255, 255, 255, 0.6);
}
/* ============================ MEGA-MENU ============================ */

/* Badges */
.mm-badge--new {
    background: rgba(79, 70, 229, 0.12);
    color: var(--accent);
}
/* Menu footer */
.megamenu__footer-link:hover,
.megamenu__footer-link:focus-visible {
    color: var(--accent);
}
.mm-item--new .mm-item__title,
.mm-item--soon .mm-item__title {
    height: auto !important;
}
/* ---- Mobile: the four columns become accordions ---- */
@media (max-width: 900px) {
    .megamenu {
        display: block !important;
        position: absolute !important;
        width: 100%;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
        box-shadow: none;
        border: none;
        border-radius: 0;
        margin-top: 8px;
    }
    .nav__item--mega:not(.mm-open) .megamenu {
        display: none !important;
    }
    .megamenu__inner {
        display: block;
        padding: 0;
    }
    .megamenu__col {
        padding: 0;
        border-right: none;
        border-bottom: 1px solid var(--color-border);
    }
    a.megamenu__col-label {
        position: relative;
        margin-bottom: 0;
        padding: 12px 30px 12px 4px;
        border-bottom: none;
        font-size: 0.72rem;
        color: var(--color-text);
    }
    .megamenu__col-toggle {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        color: var(--color-text-muted);
        background: none;
        border: none;
        cursor: pointer;
    }
    .megamenu__col-toggle svg {
        transition: transform 180ms var(--ease-out);
    }
    .megamenu__col-toggle[aria-expanded="true"] svg {
        transform: rotate(180deg);
    }
    .megamenu__col-toggle:focus-visible {
        outline: 2px solid var(--accent);
        outline-offset: -2px;
    }
    .megamenu__col-head {
        position: relative;
    }
    .megamenu__col-body {
        display: none;
        padding-bottom: 12px;
    }
    .megamenu__col-body.is-open {
        display: block;
    }
    .megamenu__col-cta {
        margin-top: 6px;
        display: block;
    }
    .megamenu__footer {
        flex-direction: column;
        align-items: flex-start;
        padding: 14px 4px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .megamenu__col-toggle svg {
        transition: none;
    }
}
/* ============================================================ HEADER + MEGA-MENU v3 — sizing, contrast, panelled columns ============================================================ */
:root {
    --accent: #4f46e5;
    --accent-hover: #4338ca;
    --accent-dark: #4338ca;
    --accent-active: #3730a3;
    --accent-2: #3b82f6;
    --accent-soft: #eef2ff;
    --accent-mid: #818cf8;
    --accent-light: rgba(79, 70, 229, 0.08);
    --accent-light-2: rgba(79, 70, 229, 0.15);
    --navy: #0f172a;
    --navy-2: #1e293b;
    --success: #10b981;
    --color-error: #ef4444;
    --color-success: #22c55e;
    --color-bg: #f8f9fc;
    --color-surface: #ffffff;
    --color-surface-2: #f1f5f9;
    --color-border: #e2e8f0;
    --color-text: #0f172a;
    --color-text-muted: #64748b;
    --color-text-faint: #94a3b8;
    --bg: #f8f9fc;
    --surface: #ffffff;
    --border: #e2e8f0;
    --text: #0f172a;
    --text-muted: #64748b;
    --text-faint: #94a3b8;
    --font: "Plus Jakarta Sans", system-ui, sans-serif;
    --font-body: "Plus Jakarta Sans", system-ui, sans-serif;
    --font-display: "Plus Jakarta Sans", system-ui, sans-serif;
    --text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
    --text-sm: clamp(0.875rem, 0.8rem + 0.35vw, 1rem);
    --text-base: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
    --text-lg: clamp(1.125rem, 1rem + 0.75vw, 1.5rem);
    --text-xl: clamp(1.5rem, 1.2rem + 1.25vw, 2.25rem);
    --text-2xl: clamp(2rem, 1.2rem + 2.5vw, 3.5rem);
    --text-3xl: clamp(2.375rem, 1.5rem + 3vw, 4rem);
    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-3: 0.75rem;
    --space-4: 1rem;
    --space-5: 1.25rem;
    --space-6: 1.5rem;
    --space-8: 2rem;
    --space-10: 2.5rem;
    --space-12: 3rem;
    --space-16: 4rem;
    --space-20: 5rem;
    --space-24: 6rem;
    --radius-sm: 0.375rem;
    --radius-md: 0.5rem;
    --radius-lg: 0.75rem;
    --radius-xl: 1rem;
    --radius-2xl: 1.5rem;
    --radius-full: 9999px;
    --shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.06);
    --shadow-md: 0 4px 12px rgba(15, 23, 42, 0.08);
    --shadow-lg: 0 12px 32px rgba(15, 23, 42, 0.12);
    --shadow-xl: 0 20px 48px rgba(15, 23, 42, 0.16);
    --transition-interactive: 180ms cubic-bezier(0.16, 1, 0.3, 1);
    --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
    --content-narrow: 640px;
    --content-default: 960px;
    --content-wide: 1200px;
    --mm-ink: #101828;
    --mm-ink-soft: #344054;
    --mm-ink-label: #475467;
    --mm-ink-desc: #5f6c80;
    --mm-arrow: #98a2b3;
    --mm-panel-bg: #fbfbfe;
    --mm-panel-line: #eef0f6;
    --mm-tint: #f4f3ff;
    --mm-tint-line: #ddd9fe;
    --mm-new-bg: #f8f7fe;
    --mm-new-line: #eceafb;
    --mm-new-hover: #efedfd;
    --mm-indigo-dk: #3730a3;
}
/* ---------- Primary navigation ---------- */
.nav__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
    gap: 2rem;
    position: relative;
}
.nav__logo {
    font-size: 1.65rem;
    font-weight: 800;
    color: var(--navy);
    letter-spacing: -0.03em;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: var(--space-2);
}
.nav__logo-icon {
    width: 40px;
    height: 40px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav__logo-icon svg {
    width: 34px;
    height: 34px;
}
.nav__links {
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none;
}
.nav__links > li {
    display: flex;
    align-items: center;
}
.nav__links a {
    font-size: 15.5px;
    font-weight: 600;
    color: var(--mm-ink-soft);
    transition: color 140ms ease, background 140ms ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    line-height: 1;
    padding: 8px 10px;
    border-radius: 9px;
}
.nav__links a:hover {
    color: var(--accent) !important;
    background: var(--mm-tint) !important;
}
.nav__links a:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 2px;
}
.nav__links a[aria-current="page"],
.nav__links a.nav__link--active {
    color: var(--mm-ink);
}
/* Product trigger: chevron aligned with the label, flips when open */
.nav__item--mega > a .mm-chevron, .nav__item--mega > a::after {
    display: none;
}
.nav__item--mega > a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    position: relative;
}
.nav__item--mega > a .mm-caret {
    width: 10px;
    height: 10px;
    transition: transform 160ms var(--ease-out);
    pointer-events: none;
    position: static !important;
    margin: 0 !important;
}
.nav__item--mega.mm-open > a {
    background: var(--mm-tint);
    color: var(--accent);
}
.nav__item--mega.mm-open > a .mm-caret {
    transform: rotate(180deg);
}
.nav__actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
    margin-left: auto;
}
.nav__signin {
    font-size: 15px;
    font-weight: 600;
    color: var(--mm-ink-soft);
    transition: color var(--transition-interactive);
    text-decoration: none;
    padding: 8px 4px;
}
.nav__signin:hover {
    color: var(--accent);
}
.nav__signin:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 2px;
    border-radius: 6px;
}
.btn--nav-cta {
    padding: 0 1.4rem;
    font-size: 15px;
    border-radius: 10px;
    font-weight: 600;
    background: var(--accent);
    color: #fff;
    border: none;
    transition: background var(--transition-interactive),
        transform var(--transition-interactive);
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    min-height: 43px;
}
.btn--nav-cta:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
}
/* ---------- Mega-menu shell ---------- */
.megamenu {
    position: absolute;
    top: 100% !important;
    left: 0;
    transform: translateY(4px);
    width: min(1100px, calc(100vw - 96px));
    background: #fff;
    border: 1px solid var(--mm-panel-line);
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(16, 24, 40, 0.04),
        0 18px 44px rgba(16, 24, 40, 0.12);
    z-index: 300;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease, visibility 0ms 180ms;
    overflow: hidden;
}
.megamenu__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    padding: 18px;
}
/* ---------- Columns as panels ---------- */
.megamenu__col {
    padding: 16px 14px;
    border-right: 1px solid rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    background: var(--mm-panel-bg);
    border: 1px solid var(--mm-panel-line);
    border-radius: 12px;
    gap: 10px;
}
a.megamenu__col-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--mm-ink-label);
    margin: 0 0 2px;
    padding: 0 4px;
    border-bottom: none;
    text-decoration: none;
}
a.megamenu__col-label:hover {
    color: var(--accent);
    border-color: transparent;
}
a.megamenu__col-label:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
    border-radius: 5px;
}
.mm-col-arrow {
    flex-shrink: 0;
    color: var(--mm-arrow);
    transition: transform 160ms var(--ease-out), color 160ms ease;
}
a.megamenu__col-label:hover .mm-col-arrow {
    transform: translateX(3px);
    color: var(--accent);
}
/* No isolated accordion chevrons on desktop */
.megamenu__col-toggle {
    display: none;
}
.megamenu__col-head {
    display: contents;
}
.megamenu__col-body {
    display: contents;
}
.megamenu__items {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
/* ---------- One item component for every feature ---------- Every entry — highlighted or not — is a single anchor, so the whole row is clickable, hoverable and focusable. The icon column, the gap and the text column are identical everywhere, which is what puts all the rows on one grid. */
.mm-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-height: 52px;
    padding: 9px 10px;
    border: 1px solid transparent;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    transition: background 140ms ease, border-color 140ms ease;
}
.mm-item:hover {
    background: var(--mm-tint);
}
.mm-item:hover .mm-item__title {
    color: var(--mm-indigo-dk);
}
.mm-item:hover .mm-item__icon {
    color: var(--accent);
    border-color: var(--mm-tint-line);
}
.mm-item:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: -2px;
    background: var(--mm-tint);
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.16);
}
.mm-item__icon {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid var(--mm-panel-line);
    color: var(--mm-ink-label);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    transition: color 140ms ease, border-color 140ms ease;
}
.mm-item__body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}
.mm-item__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.855rem;
    font-weight: 650;
    line-height: 1.25;
    color: var(--mm-ink);
    transition: color 140ms ease;
}
.mm-item__desc {
    font-size: 0.775rem;
    line-height: 1.4;
    color: var(--mm-ink-desc);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* ---------- Badged entries ---------- The badge and the `--new` / `--soon` class are injected by saalz-config.js from CONFIG.megamenuBadges;
 the markup ships without them. These rules therefore have to work for any entry. The badge floats to the top right of the title, so the first line of the title flows beside it and the following line uses the full width. The badge can therefore never sit alone under the title nor run under the text, whatever the wording or the language — "Nouveau" reserves more room than "New" without pushing the title onto a third line. Title and description both reserve exactly two lines, so every badged card ends up the same height with its icon, title, badge, description and its top and bottom margins on the same lines. */
.mm-item--new, .mm-item--soon {
    background: var(--mm-new-bg);
    border-color: var(--mm-new-line);
}
.mm-item--new .mm-item__icon, .mm-item--soon .mm-item__icon {
    color: var(--accent);
    border-color: var(--mm-new-line);
}
.mm-item--new:hover, .mm-item--soon:hover {
    background: var(--mm-new-hover);
    border-color: var(--mm-tint-line);
}
.mm-item--new:focus-visible, .mm-item--soon:focus-visible {
    background: var(--mm-new-hover);
}
.mm-item--new .mm-item__title, .mm-item--soon .mm-item__title {
    display: block;
    height: 2.5em;
    /* exactly two lines at line-height 1.25 */
    overflow: hidden;
}
.mm-item--new .mm-item__desc, .mm-item--soon .mm-item__desc {
    min-height: 2.8em;
}
/* two lines at line-height 1.4 */
/* Kept deliberately compact — sentence case, no letter-spacing — because the first word of the title has to fit beside it on line one and the French wording ("Nouveau") is a third wider than the English one. */
.mm-badge {
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
    padding: 1px 6px;
    border-radius: var(--radius-full);
    white-space: nowrap;
    line-height: 1.45;
    float: right;
    margin: 1px 0 0 6px;
    background: rgba(79, 70, 229, 0.13);
    color: var(--mm-indigo-dk);
    /* Explicit: an earlier rule in the page still sets these. */
}
.mm-badge--soon {
    background: #f2f4f7;
    color: var(--mm-ink-desc);
}
/* ---------- Footer ---------- The three actions stay on one row and keep their natural width;
 only the sentence gives way, so the bar keeps a single baseline in French as in English instead of breaking into two stacked rows. */
.megamenu__footer {
    margin: 8px 0 0;
    padding: 9px 20px;
    background: #fff;
    border-top: 1px solid var(--mm-panel-line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: nowrap;
}
.megamenu__footer-text {
    font-size: 0.82rem;
    color: var(--mm-ink-label);
    flex: 0 1 auto;
    min-width: 0;
    font-weight: 500;
    line-height: 1.35;
}
.megamenu__footer-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: nowrap;
    flex: 0 0 auto;
}
.megamenu__footer-link {
    font-size: 0.82rem;
    font-weight: 650;
    color: var(--mm-ink-soft);
    text-decoration: none;
    transition: color 140ms ease;
    display: inline-flex;
    align-items: center;
    line-height: 1.35;
}
.megamenu__footer-link:hover {
    color: var(--accent);
    text-decoration: underline;
    text-underline-offset: 3px;
}
.megamenu__footer-link:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
    border-radius: 5px;
}
.megamenu__footer-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 1.15rem;
    background: var(--accent);
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 9px;
    font-size: 0.82rem;
    font-weight: 700;
    white-space: nowrap;
    transition: background 150ms ease, transform 150ms ease;
    flex-shrink: 0;
    min-height: 36px;
    line-height: 1.35;
}
/* ---------- Narrow desktop ---------- Between the accordion breakpoint and 1150px the shell is capped at 96vw, so the four columns get noticeably narrower and a long French title stops fitting beside its badge. Tightening the shell spacing gives the text back about twelve pixels per column. Nothing here applies to the validated 1200px+ layout. */
@media (min-width: 1001px) and (max-width: 1195px) {
    .megamenu__inner {
        padding: 12px;
        gap: 10px;
    }
    .megamenu__col {
        padding: 14px 11px;
    }
    .mm-item {
        padding: 9px 7px;
    }
    .mm-badge {
        float: none;
        display: inline-block;
        margin: 0 0 3px;
        padding: 1px 6px;
    }
    .mm-item--new .mm-item__title, .mm-item--soon .mm-item__title {
        height: auto;
        min-height: 3.6em;
    }
    .mm-item--new,
    .mm-item--soon {
        min-height: 7rem;
    }
}
/* ---------- Tablet / mobile: accordions ---------- */
@media (max-width: 1000px) {
    .nav__inner {
        height: 64px;
        gap: 1.5rem;
    }
    .megamenu {
        width: 100%;
        border: none;
        box-shadow: none;
        border-radius: 0;
    }
    .megamenu__inner {
        display: block;
        padding: 0;
        gap: 0;
    }
    .megamenu__col {
        background: transparent;
        border: none;
        border-bottom: 1px solid var(--color-border);
        border-radius: 0;
        padding: 0;
        gap: 0;
        display: block;
    }
    .megamenu__col-head {
        display: block;
        position: relative;
    }
    a.megamenu__col-label {
        display: flex;
        width: 100%;
        min-height: 48px;
        align-items: center;
        padding: 12px 44px 12px 4px;
        font-size: 0.78rem;
        color: var(--mm-ink);
    }
    .mm-col-arrow {
        display: none;
    }
    .megamenu__col-toggle {
        display: flex;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 44px;
        height: 44px;
        align-items: center;
        justify-content: center;
        border: none;
        background: none;
        border-radius: 9px;
        color: var(--mm-ink-label);
        cursor: pointer;
    }
    .megamenu__col-toggle svg {
        transition: transform 180ms var(--ease-out);
    }
    .megamenu__col-toggle[aria-expanded="true"] svg {
        transform: rotate(180deg);
    }
    .megamenu__col-toggle:focus-visible {
        outline: 2px solid var(--accent);
        outline-offset: -2px;
    }
    .megamenu__col-body {
        display: none;
        padding-bottom: 10px;
    }
    .megamenu__col-body.is-open {
        display: block;
    }
    .mm-item {
        min-height: 48px;
    }
    /* One column: rows already share a width, so the reserved two-line slots would only add dead space. */
    .mm-item--new .mm-item__title, .mm-item--soon .mm-item__title {
        height: auto;
        min-height: 0;
    }
    .mm-item--new .mm-item__desc, .mm-item--soon .mm-item__desc {
        min-height: 0;
    }
    .megamenu__footer {
        flex-direction: column;
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 14px 4px;
    }
    .megamenu__footer-actions {
        flex-wrap: wrap;
    }
}
#donnees .feature-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.feature-grid-row {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
}
#donnees .feature-mini-card {
    max-width: calc(33.333% - 15px);
    width: 100%;
}
#donnees .feature-grid__visual {
    padding-top: 0px;
    position: sticky !important;
    top: 0 !important;
    height: max-content !important;
}
#signaux .signal-cards-4 {
    margin-bottom: 60px;
}
#signaux .ai-card {
    margin-top: 60px;
}
.pricing-section > .pricing-grid > div {
    height: 100% !important;
}
.otgs-development-site-front-end {
    display: none !important;
}
.cost-inner {
    max-width: 1200px !important;
}
.legal-doc__inner p, .legal-doc__inner li, .legal-doc__inner figcaption {
    max-width: 100% !important;
}
#primary {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}
.language-switcher__button:hover {
    border-color: #4f46e5 !important;
    background: #fafaff;
    box-shadow: 0 5px 18px rgba(79, 70, 229, 0.08);
}
/* Content */
#content {
    width: 100%;
    text-align: center;
    padding: 70px 50px;
    border-radius: 24px;
}
/* Hide default page title */
.page-header {
    display: none;
}
/* 404 message */
.page-content h2 {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 700;
    color: #171717;
    margin-bottom: 15px;
}
/* Description */
.page-content p {
    max-width: 520px;
    margin: 0 auto 30px;
    color: #6b7280;
    font-size: 17px;
    line-height: 1.7;
}
/* Add 404 before message */
.page-content::before {
    content: "404";
    display: block;
    font-size: clamp(100px, 18vw, 180px);
    line-height: 0.9;
    font-weight: 800;
    letter-spacing: -8px;
    color: #111827;
    margin-bottom: 30px;
}
/* Search form */
.search-form {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    gap: 10px;
}
.search-form label {
    width: 100%;
}
/* Search input */
.search-field {
    flex: 1;
    height: 52px;
    padding: 0 17px;
    border: 1px solid #e1e4ea;
    border-radius: 10px;
    background: #fafafa;
    color: #222;
    font-size: 15px;
    outline: none;
    transition: all 0.25s ease;
    width: 100%;
}
.search-field::placeholder {
    color: #9ca3af;
}
.search-field:focus {
    background: #fff;
    border-color: #635bff;
    box-shadow: 0 0 0 4px rgba(99, 91, 255, 0.1);
}
/* Search button */
.search-submit {
    height: 52px;
    padding: 0 26px;
    border: none;
    border-radius: 10px;
    background: #635bff;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
}
.search-submit:hover {
    background: #5148e8;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(99, 91, 255, 0.25);
}
.footer {
    background: #0f172a;
    padding-block: clamp(var(--space-16), 6vw, var(--space-20));
    color: rgba(255, 255, 255, 0.6);
    padding: 64px 0px 40px !important;
}
.footer__col-title {
    font-size: 16px !important;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px !important;
    line-height: 100% !important;
}
.footer__links {
    display: flex;
    flex-direction: column;
    gap: 10px !important;
    list-style: none;
}
.footer__links li {
    line-height: 120% !important;
}
/* Mobile */
@media (max-width: 600px) {
    #primary {
        padding: 20px 15px;
    }
    #content {
        padding: 50px 22px;
        border-radius: 18px;
    }
    .page-content::before {
        font-size: 100px;
        letter-spacing: -4px;
        margin-bottom: 25px;
    }
    .page-content h2 {
        font-size: 25px;
    }
    .page-content p {
        font-size: 15px;
        line-height: 1.6;
    }
    .search-form {
        flex-direction: column;
    }
    .search-field, .search-submit {
        width: 100%;
    }
}
@media (min-width: 1441px) {
    html body .container, .related__inner, .hubgrid__inner, .cost-inner, .legal-doc__inner, .legal-hero__inner, .credits-inner, .pricing-grid, .db-inner, .calc-inner, .why-inner, .compare-inner, .enterprise-banner, .cmp-toggle {
        max-width: 1320px !important;
        padding: 0;
    }
    .related__inner, .hubgrid__inner {
        padding-inline: 0 !important;
    }
}
@media (min-width: 1001px) {
    .footer__top {
        gap: clamp(var(--space-4), 4vw, var(--space-8)) !important;
    }
}
@media (max-width: 1200px) and (min-width: 768px) {
    .pricing-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .feature-grid__h2, #feat-a-heading, #feat-a2-heading, #feat-b-heading, #feat-b2-heading, #feat-c-heading, #feat-d-heading, .demo-section__h2, .comparison__h2, .testimonials__h2, .pricing-preview__h2, .faq__h2, .final-cta__h2 {
        font-size: 32px !important;
    }
    p.hero__sub, p.final-cta__sub, p.pricing-preview__sub {
        font-size: 18px;
    }
    .footer {
        padding: 60px 0px !important;
    }
    .nav__links {
        gap: 20px;
        align-items: center;
    }
    .nav__links a {
        padding: 3px !important;
        font-size: 14px;
    }
    .nav__actions {
        gap: 14px;
        margin: 0;
    }
    .nav__inner {
        gap: 1.2rem;
    }
    h2#features-heading {
        font-size: 2rem;
    }
    .nav__item--mega > a {
        position: relative;
        padding-right: 26px !important;
    }
}
@media (max-width: 1024px) and (min-width: 901px) {
    .nav__item.nav__item--mega.mm-open .megamenu {
        position: absolute;
        display: block !important;
    }
    .nav__inner {
        position: static !important;
    }
    .search-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .nav__links {
        gap: 20px !important;
        flex-direction: row !important;
        background: transparent !important;
        box-shadow: none !important;
        position: static !important;
    }
    .nav__links a, .nav__signin {
        font-size: 12px !important;
        padding: 8px 5px !important;
    }
    .language-switcher__button {
        padding: 0 12px 0 14px !important;
        gap: 5px !important;
        height: 40px !important;
        font-size: 12px !important;
    }
    .btn--nav-cta {
        padding: 0 15px !important;
        font-size: 12px !important;
        min-height: 40px !important;
    }
    body .megamenu__col-label {
        padding: 12px 30px !important;
    }
}
@media (min-width: 992px) {
    .cascade-step::before {
        content: "";
        position: absolute;
        top: 45px;
        left: 30px;
        width: calc(100% + 30px);
        height: 2px;
        background: linear-gradient(
            90deg,
            rgba(59, 130, 246, 0.2),
            rgba(79, 70, 229, 0.5),
            rgba(59, 130, 246, 0.2)
        );
        pointer-events: none;
    }
    .cascade-steps::before,
    .cascade-step:last-child::before {
        display: none !important;
    }
}
@media (max-width: 1000px) {
    .footer__top {
        grid-template-columns: 1fr 1fr 1fr !important;
    }
    .footer__brand {
        grid-column: 1 / -1;
    }
}
@media (max-width: 600px) {
    .footer__top {
        grid-template-columns: 1fr 1fr !important;
    }
}
@media (max-width: 900px) {

    #crm .feature-grid__visual,
    #linkedin .feature-grid__visual,
    #enrichment .feature-grid__visual {
        width: 100%;
    }
    .feature-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
    }
    .feature-grid__h2,
    #feat-a-heading,
    #feat-a2-heading,
    #feat-b-heading,
    #feat-b2-heading,
    #feat-c-heading,
    #feat-d-heading,
    .demo-section__h2,
    .comparison__h2,
    .testimonials__h2,
    .pricing-preview__h2,
    .faq__h2,
    .final-cta__h2 {
        font-size: 30px !important;
    }
    .nav__actions .btn--nav-cta,
    .nav__actions .nav__signin {
        display: none;
    }
    .mobile-nav-action .nav__signin,
    .mobile-nav-action .btn--nav-cta {
        display: block !important;
    }
    .mobile-nav-action .btn--nav-cta {
        padding: 12px 30px !important;
        color: #fff !important;
    }
    .nav__actions.mobile-nav-action {
        flex-direction: column;
        align-items: flex-start;
        margin: 0;
        gap: 20px;
    }
}
@media (max-width: 767px) {
    
    .feature-grid-row {
        display: flex;
        gap: 40px;
        flex-direction: column;
    }
    #donnees .feature-mini-card {
        max-width: calc(50% - 15px);
        width: 100%;
    }
    .nav__logo-icon svg {
        width: 34px;
        height: 34px;
    }
    .nav__logo-icon {
        width: 30px;
        height: 30px;
    }
    .language-switcher__button {
        padding: 0 10px 0 10px !important;
        gap: 5px !important;
        font-size: 14px !important;
    }
    a.nav__logo {
        gap: 0px;
    }
    .feature-grid__h2,
    #feat-a-heading,
    #feat-a2-heading,
    #feat-b-heading,
    #feat-b2-heading,
    #feat-c-heading,
    #feat-d-heading,
    .demo-section__h2,
    .comparison__h2,
    .testimonials__h2,
    .pricing-preview__h2,
    .faq__h2,
    .final-cta__h2 {
        font-size: 28px !important;
    }
    .hero h1 {
        font-size: clamp(26px, 4.5vw, 60px) !important;
    }
    .db-icon-wrap {
        margin: 0 auto 20px;
    }
    .db-left p {
        font-size: 14px !important;
        max-width: 100% !important;
    }
    .db-inner {
        flex-direction: column;
        gap: 40px;
    }
    p.hero__sub,
    p.final-cta__sub,
    p.pricing-preview__sub {
        font-size: 16px;
    }
    .footer {
        padding: 40px 0px;
    }
    span.db-stat-number br {
        display: none;
    }
    .db-right {
        justify-content: space-between;
        flex: 0 0 100%;
        width: 100%;
    }
    .db-left {
        text-align: center;
        flex: 0 0 100% !important;
        width: 100%;
    }
    .credits-section,
    .hero,
    .pricing-section,
    .db-section,
    .credits-sectio,
    .why-section,
    .compare-section,
    .faq-section,
    .bottom-cta,
    .comparison-section {
        padding: 40px 24px !important;
    }
    .hero .container,
    .comparison-section .container {
        padding: 0;
    }
    .reveal.is-visible {
        width: 100%;
    }
}
@media (max-width: 575px) {
    .feature-grid__h2,
    #feat-a-heading,
    #feat-a2-heading,
    #feat-b-heading,
    #feat-b2-heading,
    #feat-c-heading,
    #feat-d-heading,
    .demo-section__h2,
    .comparison__h2,
    .testimonials__h2,
    .pricing-preview__h2,
    .faq__h2,
    .final-cta__h2 {
        font-size: 24px !important;
    }
    #crm .dark-card > div {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    #donnees .feature-mini-card {
        max-width: calc(100% - 0px);
        width: 100%;
    }
    .enrich-field {
        flex-direction: column;
        align-items: start;
    }
}
.hero__breadcrumb {
    flex-wrap: wrap !important;
}