@font-face {
    font-family: "Archivo Narrow";
    src: url("/fr/fonts/archivo-narrow-latin.woff2") format("woff2");
    font-display: swap;
    font-style: normal;
    font-weight: 400 700;
}

:root {
    --cehub-navy-950: #031329;
    --cehub-navy-900: #061a3a;
    --cehub-navy-850: #092248;
    --cehub-navy-800: #0c2a55;
    --cehub-gold-500: #d7a40d;
    --cehub-gold-400: #efbd2c;
    --cehub-gold-200: #f6df97;
    --cehub-white: #ffffff;
    --cehub-surface: #f6f8fc;
    --cehub-surface-warm: #fbf8f0;
    --cehub-text: #0b1d3a;
    --cehub-muted: #5e6b80;
    --cehub-border: #dfe5ee;
    --cehub-shadow: 0 18px 46px rgba(5, 24, 52, 0.12);
    --cehub-shadow-strong: 0 24px 70px rgba(2, 13, 31, 0.24);
    --cehub-radius-lg: 22px;
    --cehub-radius-md: 16px;
    --cehub-radius-sm: 12px;
    --cehub-shell: 1180px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.cehub-page {
    margin: 0;
    min-width: 320px;
    background: var(--cehub-white);
    color: var(--cehub-text);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
}

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

.cehub-page a {
    color: inherit;
    text-decoration: none;
}

.cehub-page a:focus-visible,
.cehub-page button:focus-visible,
.cehub-page [tabindex]:focus-visible {
    outline: 3px solid var(--cehub-gold-400);
    outline-offset: 4px;
}

.cehub-shell {
    width: min(calc(100% - 48px), var(--cehub-shell));
    margin-inline: auto;
}

.cehub-skip-link {
    position: fixed;
    z-index: 1000;
    top: 12px;
    left: 12px;
    padding: 10px 14px;
    transform: translateY(-160%);
    border-radius: 8px;
    background: var(--cehub-white);
    color: var(--cehub-navy-900);
    font-weight: 700;
}

.cehub-skip-link:focus {
    transform: translateY(0);
}

.cehub-header {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    left: 0;
    color: var(--cehub-white);
}

.cehub-header-inner {
    display: flex;
    min-height: 98px;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.cehub-brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
}

.cehub-brand-crown {
    color: var(--cehub-gold-400);
    font-size: 30px;
    line-height: 1;
    transform: translateY(-2px);
}

.cehub-brand-copy {
    display: grid;
    gap: 1px;
}

.cehub-brand-copy strong {
    color: var(--cehub-white);
    font-family: "Archivo Narrow", Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1;
    text-transform: uppercase;
}

.cehub-brand-copy strong span {
    color: var(--cehub-gold-400);
}

.cehub-brand-copy small {
    color: rgba(255, 255, 255, 0.7);
    font-size: 10px;
    letter-spacing: 0.02em;
    line-height: 1.25;
    text-transform: uppercase;
}

.cehub-trust {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.92);
}

.cehub-trust-icon {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    border: 1px solid rgba(239, 189, 44, 0.45);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    color: var(--cehub-gold-400);
}

.cehub-trust-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.cehub-trust strong,
.cehub-trust small {
    display: block;
}

.cehub-trust strong {
    font-size: 14px;
    line-height: 1.3;
}

.cehub-trust small {
    color: rgba(255, 255, 255, 0.67);
    font-size: 12px;
}

.cehub-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 735px;
    padding: 148px 0 82px;
    background:
        radial-gradient(circle at 50% 16%, rgba(32, 97, 171, 0.45), transparent 33%),
        radial-gradient(circle at 13% 23%, rgba(239, 189, 44, 0.09), transparent 20%),
        linear-gradient(180deg, #071f43 0%, #041733 62%, #031329 100%);
    color: var(--cehub-white);
}

.cehub-hero::before {
    position: absolute;
    z-index: -3;
    inset: 0;
    content: "";
    opacity: 0.55;
    background-image:
        radial-gradient(circle at 8% 13%, rgba(255, 255, 255, 0.8) 0 1px, transparent 1.5px),
        radial-gradient(circle at 22% 21%, rgba(255, 255, 255, 0.65) 0 1px, transparent 1.5px),
        radial-gradient(circle at 38% 10%, rgba(255, 255, 255, 0.55) 0 1px, transparent 1.5px),
        radial-gradient(circle at 58% 19%, rgba(255, 255, 255, 0.8) 0 1px, transparent 1.5px),
        radial-gradient(circle at 75% 12%, rgba(255, 255, 255, 0.65) 0 1px, transparent 1.5px),
        radial-gradient(circle at 92% 22%, rgba(255, 255, 255, 0.55) 0 1px, transparent 1.5px);
}

.cehub-hero::after {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    left: 0;
    height: 270px;
    content: "";
    opacity: 0.45;
    background:
        repeating-linear-gradient(
            90deg,
            rgba(239, 189, 44, 0.08) 0 3px,
            transparent 3px 32px
        );
    mask-image: linear-gradient(to top, #000 30%, transparent 100%);
}

.cehub-skyline {
    position: absolute;
    z-index: -2;
    right: -3%;
    bottom: -5px;
    left: -3%;
    height: 265px;
    background:
        linear-gradient(
            180deg,
            rgba(9, 34, 72, 0.2),
            rgba(2, 13, 31, 0.94)
        );
    clip-path: polygon(
        0 62%, 4% 62%, 4% 51%, 7% 51%, 7% 38%, 8.5% 38%, 8.5% 21%,
        10% 37%, 11.5% 37%, 11.5% 52%, 15% 52%, 15% 46%, 19% 46%,
        19% 56%, 23% 56%, 23% 44%, 26% 44%, 26% 29%, 27.5% 29%,
        27.5% 18%, 29% 29%, 30.5% 29%, 30.5% 49%, 34% 49%, 34% 55%,
        39% 55%, 39% 41%, 43% 41%, 43% 54%, 47% 54%, 47% 46%, 50% 46%,
        50% 30%, 51.5% 30%, 51.5% 16%, 53% 30%, 54.5% 30%, 54.5% 53%,
        59% 53%, 59% 45%, 63% 45%, 63% 56%, 67% 56%, 67% 39%, 70% 39%,
        70% 27%, 71.5% 27%, 71.5% 13%, 73% 27%, 74.5% 27%, 74.5% 48%,
        79% 48%, 79% 54%, 83% 54%, 83% 40%, 87% 40%, 87% 51%, 91% 51%,
        91% 36%, 92.5% 36%, 92.5% 18%, 94% 36%, 95.5% 36%, 95.5% 59%,
        100% 59%, 100% 100%, 0 100%
    );
}

.cehub-hero-inner {
    position: relative;
    z-index: 2;
}

.cehub-hero-copy {
    max-width: 820px;
    margin: 0 auto 40px;
    text-align: center;
}

.cehub-eyebrow,
.cehub-kicker {
    margin: 0 0 10px;
    color: var(--cehub-gold-500);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.cehub-hero-copy h1,
.cehub-section h2,
.cehub-responsible h2 {
    margin: 0;
    font-family: "Archivo Narrow", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: -0.025em;
}

.cehub-hero-copy h1 {
    color: var(--cehub-white);
    font-size: clamp(44px, 5vw, 68px);
    line-height: 1.03;
}

.cehub-hero-lead {
    margin: 17px 0 0;
    color: var(--cehub-gold-400);
    font-size: 20px;
    font-weight: 700;
}

.cehub-hero-text {
    max-width: 650px;
    margin: 20px auto 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
}

.cehub-language-heading {
    display: grid;
    max-width: 600px;
    margin: 0 auto 23px;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 18px;
}

.cehub-language-heading span {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(239, 189, 44, 0.85));
}

.cehub-language-heading span:last-child {
    transform: scaleX(-1);
}

.cehub-language-heading h2 {
    margin: 0;
    color: var(--cehub-white);
    font-size: 18px;
    font-weight: 700;
}

.cehub-language-grid {
    display: grid;
    max-width: 920px;
    margin-inline: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.cehub-language-card {
    position: relative;
    display: flex;
    min-height: 250px;
    padding: 25px 22px 20px;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: var(--cehub-radius-md);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: var(--cehub-shadow-strong);
    color: var(--cehub-text);
    text-align: center;
}

.cehub-language-card.is-active {
    border: 2px solid var(--cehub-gold-400);
    transform: translateY(-5px);
}

.cehub-language-card.is-active::before {
    position: absolute;
    top: -1px;
    right: 20px;
    left: 20px;
    height: 3px;
    border-radius: 0 0 5px 5px;
    background: linear-gradient(90deg, transparent, var(--cehub-gold-400), transparent);
    content: "";
}

.cehub-language-card.is-disabled {
    opacity: 0.88;
}

.cehub-language-flag {
    margin-bottom: 10px;
    font-size: 45px;
    line-height: 1;
    filter: drop-shadow(0 4px 6px rgba(4, 23, 51, 0.12));
}

.cehub-language-card h3 {
    margin: 0;
    font-family: "Archivo Narrow", Arial, sans-serif;
    font-size: 28px;
    line-height: 1.05;
}

.cehub-language-card p {
    min-height: 48px;
    margin: 10px 0 18px;
    color: var(--cehub-muted);
    font-size: 14px;
    line-height: 1.45;
}

.cehub-button {
    display: inline-flex;
    min-height: 46px;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.cehub-language-card .cehub-button {
    width: 100%;
    margin-top: auto;
}

.cehub-button svg,
.cehub-text-link svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.cehub-button-primary {
    background: linear-gradient(135deg, var(--cehub-navy-900), var(--cehub-navy-800));
    box-shadow: 0 10px 25px rgba(5, 28, 62, 0.2);
    color: var(--cehub-white);
}

.cehub-button-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(5, 28, 62, 0.26);
}

.cehub-button-disabled {
    background: #e9edf3;
    color: #8994a4;
    cursor: not-allowed;
}

.cehub-button-outline {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.05);
    color: var(--cehub-white);
}

.cehub-button-outline:hover {
    border-color: var(--cehub-gold-400);
    background: rgba(239, 189, 44, 0.08);
    transform: translateY(-2px);
}

.cehub-section {
    padding: 88px 0;
}

.cehub-expertise {
    background: var(--cehub-white);
}

.cehub-expertise-grid {
    display: grid;
    grid-template-columns: 0.84fr 1.4fr;
    align-items: center;
    gap: 70px;
}

.cehub-section-intro h2,
.cehub-section-heading h2 {
    color: var(--cehub-text);
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.05;
}

.cehub-section-intro > p:not(.cehub-kicker),
.cehub-section-heading > p:not(.cehub-kicker) {
    color: var(--cehub-muted);
}

.cehub-section-intro > p:not(.cehub-kicker) {
    margin: 22px 0 25px;
}

.cehub-text-link {
    display: inline-flex;
    min-height: 44px;
    padding: 0 17px;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: var(--cehub-navy-900);
    color: var(--cehub-white);
    font-size: 14px;
    font-weight: 800;
}

.cehub-text-link:hover {
    background: var(--cehub-navy-800);
}

.cehub-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 40px;
}

.cehub-feature {
    display: grid;
    grid-template-columns: 68px 1fr;
    gap: 18px;
    align-items: start;
}

.cehub-feature-icon,
.cehub-method-icon,
.cehub-topic-icon {
    display: grid;
    place-items: center;
    border: 1px solid var(--cehub-border);
    background: linear-gradient(145deg, #ffffff, #f1f4f8);
    box-shadow: 0 9px 25px rgba(7, 27, 59, 0.08);
    color: var(--cehub-navy-900);
}

.cehub-feature-icon {
    width: 68px;
    height: 68px;
    border-radius: 50%;
}

.cehub-feature-icon svg,
.cehub-method-icon svg,
.cehub-topic-icon svg,
.cehub-responsible-icon svg,
.cehub-empty-state svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.cehub-feature-icon svg {
    width: 31px;
    height: 31px;
}

.cehub-feature h3 {
    margin: 2px 0 7px;
    font-size: 17px;
}

.cehub-feature p {
    margin: 0;
    color: var(--cehub-muted);
    font-size: 14px;
    line-height: 1.55;
}

.cehub-methodology {
    background: linear-gradient(180deg, var(--cehub-surface-warm), #ffffff);
}

.cehub-section-heading {
    max-width: 700px;
    margin-bottom: 45px;
}

.cehub-section-heading-center {
    margin-inline: auto;
    text-align: center;
}

.cehub-section-heading > p:not(.cehub-kicker) {
    margin: 16px 0 0;
}

.cehub-method-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.cehub-method-card {
    position: relative;
    min-height: 260px;
    padding: 31px 18px 23px;
    border: 1px solid var(--cehub-border);
    border-radius: var(--cehub-radius-md);
    background: rgba(255, 255, 255, 0.91);
    box-shadow: 0 12px 32px rgba(5, 24, 52, 0.06);
    text-align: center;
}

.cehub-method-card:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: -13px;
    width: 24px;
    color: var(--cehub-gold-500);
    content: "→";
    font-size: 25px;
    transform: translateY(-50%);
}

.cehub-method-number {
    position: absolute;
    top: -13px;
    left: 50%;
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 4px solid var(--cehub-surface-warm);
    border-radius: 50%;
    background: var(--cehub-gold-500);
    color: var(--cehub-white);
    font-size: 13px;
    font-weight: 800;
    transform: translateX(-50%);
}

.cehub-method-icon {
    width: 66px;
    height: 66px;
    margin: 6px auto 18px;
    border-radius: 17px;
}

.cehub-method-icon svg {
    width: 34px;
    height: 34px;
}

.cehub-method-card h3 {
    margin: 0 0 10px;
    font-size: 16px;
}

.cehub-method-card p {
    margin: 0;
    color: var(--cehub-muted);
    font-size: 13px;
    line-height: 1.5;
}

.cehub-topics {
    background: var(--cehub-white);
}

.cehub-topic-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.cehub-topic-card {
    min-height: 250px;
    padding: 24px 17px;
    border: 1px solid var(--cehub-border);
    border-radius: var(--cehub-radius-md);
    background: var(--cehub-white);
    box-shadow: 0 10px 30px rgba(6, 25, 55, 0.05);
    text-align: center;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.cehub-topic-card:hover {
    border-color: rgba(215, 164, 13, 0.6);
    box-shadow: var(--cehub-shadow);
    transform: translateY(-5px);
}

.cehub-topic-icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 17px;
    border-radius: 16px;
}

.cehub-topic-icon svg {
    width: 32px;
    height: 32px;
}

.cehub-topic-card h3 {
    margin: 0 0 10px;
    font-size: 15px;
}

.cehub-topic-card p {
    margin: 0;
    color: var(--cehub-muted);
    font-size: 12.5px;
    line-height: 1.55;
}

.cehub-center {
    display: flex;
    margin-top: 32px;
    justify-content: center;
}

.cehub-latest {
    background:
        radial-gradient(circle at 50% 0, rgba(98, 117, 255, 0.08), transparent 36%),
        #f6f7fc;
}

.cehub-article-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.cehub-article-card {
    overflow: hidden;
    border: 1px solid var(--cehub-border);
    border-radius: var(--cehub-radius-md);
    background: var(--cehub-white);
    box-shadow: var(--cehub-shadow);
}

.cehub-article-image {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 8.6;
    background: linear-gradient(135deg, #0a2145, #173f74);
}

.cehub-article-image::after {
    position: absolute;
    inset: auto 0 0;
    height: 45%;
    content: "";
    background: linear-gradient(to top, rgba(1, 12, 29, 0.28), transparent);
}

.cehub-article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 280ms ease;
}

.cehub-article-card:hover .cehub-article-image img {
    transform: scale(1.035);
}

.cehub-article-placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: rgba(255, 255, 255, 0.8);
}

.cehub-article-placeholder svg {
    width: 50px;
    height: 50px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.3;
}

.cehub-article-content {
    padding: 20px 21px 22px;
}

.cehub-article-category {
    margin: 0 0 8px;
    color: var(--cehub-gold-500);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.cehub-article-content h3 {
    margin: 0;
    font-family: "Archivo Narrow", Arial, sans-serif;
    font-size: 23px;
    line-height: 1.15;
}

.cehub-article-content h3 a:hover {
    color: var(--cehub-navy-800);
}

.cehub-article-date {
    margin: 15px 0 0;
    color: #8b94a3;
    font-size: 12px;
}

.cehub-empty-state {
    display: grid;
    max-width: 760px;
    margin: 0 auto;
    padding: 26px;
    grid-template-columns: 70px 1fr;
    gap: 20px;
    align-items: center;
    border: 1px solid var(--cehub-border);
    border-radius: var(--cehub-radius-md);
    background: var(--cehub-white);
    box-shadow: var(--cehub-shadow);
}

.cehub-empty-state > span {
    display: grid;
    width: 70px;
    height: 70px;
    place-items: center;
    border-radius: 18px;
    background: var(--cehub-surface);
    color: var(--cehub-navy-900);
}

.cehub-empty-state svg {
    width: 34px;
    height: 34px;
}

.cehub-empty-state h3 {
    margin: 0 0 6px;
}

.cehub-empty-state p {
    margin: 0;
    color: var(--cehub-muted);
}

.cehub-responsible {
    padding: 0 0 26px;
    background: #f6f7fc;
}

.cehub-responsible-box {
    display: grid;
    padding: 24px 28px;
    grid-template-columns: 66px 1fr auto;
    gap: 22px;
    align-items: center;
    border: 1px solid rgba(239, 189, 44, 0.35);
    border-radius: var(--cehub-radius-md);
    background:
        radial-gradient(circle at 12% 0, rgba(239, 189, 44, 0.15), transparent 25%),
        linear-gradient(135deg, var(--cehub-navy-900), var(--cehub-navy-950));
    box-shadow: var(--cehub-shadow-strong);
    color: var(--cehub-white);
}

.cehub-responsible-icon {
    display: grid;
    width: 66px;
    height: 66px;
    place-items: center;
    border: 1px solid rgba(239, 189, 44, 0.55);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
    color: var(--cehub-gold-400);
}

.cehub-responsible-icon svg {
    width: 35px;
    height: 35px;
}

.cehub-responsible h2 {
    color: var(--cehub-white);
    font-size: 23px;
}

.cehub-responsible p {
    margin: 4px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
}

.cehub-footer {
    padding: 60px 0 24px;
    background:
        radial-gradient(circle at 20% 0, rgba(19, 67, 126, 0.28), transparent 30%),
        var(--cehub-navy-950);
    color: rgba(255, 255, 255, 0.78);
}

.cehub-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(3, 0.8fr);
    gap: 55px;
}

.cehub-footer-brand p {
    max-width: 300px;
    margin: 20px 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
}

.cehub-footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cehub-footer-badges span {
    padding: 6px 9px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 10px;
    font-weight: 700;
}

.cehub-footer-column h2 {
    margin: 4px 0 17px;
    color: var(--cehub-white);
    font-size: 14px;
}

.cehub-footer-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cehub-footer-column li + li {
    margin-top: 9px;
}

.cehub-footer-column a,
.cehub-footer-column span {
    color: rgba(255, 255, 255, 0.64);
    font-size: 13px;
}

.cehub-footer-column a:hover {
    color: var(--cehub-gold-400);
}

.cehub-footer-languages span[aria-disabled="true"] {
    opacity: 0.55;
}

.cehub-footer-bottom {
    display: flex;
    margin-top: 45px;
    padding-top: 20px;
    justify-content: space-between;
    gap: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.cehub-footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.45);
    font-size: 11px;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .cehub-button,
    .cehub-topic-card,
    .cehub-article-image img {
        transition: none;
    }
}

/* Correction définitive : boutons bleus = texte blanc */
body.cehub-page a.cehub-button.cehub-button-primary,
body.cehub-page a.cehub-button.cehub-button-primary:link,
body.cehub-page a.cehub-button.cehub-button-primary:visited,
body.cehub-page a.cehub-button.cehub-button-primary:hover,
body.cehub-page a.cehub-button.cehub-button-primary:focus,
body.cehub-page a.cehub-button.cehub-button-primary:active,
body.cehub-page a.cehub-text-link,
body.cehub-page a.cehub-text-link:link,
body.cehub-page a.cehub-text-link:visited,
body.cehub-page a.cehub-text-link:hover,
body.cehub-page a.cehub-text-link:focus,
body.cehub-page a.cehub-text-link:active,
body.cehub-page a.cehub-button.cehub-button-outline,
body.cehub-page a.cehub-button.cehub-button-outline:link,
body.cehub-page a.cehub-button.cehub-button-outline:visited,
body.cehub-page a.cehub-button.cehub-button-outline:hover,
body.cehub-page a.cehub-button.cehub-button-outline:focus,
body.cehub-page a.cehub-button.cehub-button-outline:active {
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
}

body.cehub-page a.cehub-button.cehub-button-primary svg,
body.cehub-page a.cehub-text-link svg,
body.cehub-page a.cehub-button.cehub-button-outline svg {
    color: #ffffff;
    stroke: #ffffff;
}
