.page-cooperation {
    background: var(--bg);
}

.cpx-hero {
    position: relative;
    overflow: hidden;
    min-height: 850px;
    color: var(--text);
    background: #020a12;
}

.cpx-hero-art,
.cpx-hero-grid {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.cpx-hero-art {
    opacity: .72;
    background:
        linear-gradient(90deg, #020a12 0%, rgba(2, 10, 18, .98) 43%, rgba(2, 10, 18, .64) 75%, rgba(2, 10, 18, .94) 100%),
        url("../img/home-jobs-background.webp") 72% center / cover no-repeat;
}

.cpx-hero-grid {
    opacity: .2;
    background-image:
        linear-gradient(rgba(17, 191, 255, .15) 1px, transparent 1px),
        linear-gradient(90deg, rgba(17, 191, 255, .15) 1px, transparent 1px);
    background-size: 68px 68px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 38%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 38%, #000 100%);
}

.cpx-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(450px, .97fr);
    grid-template-rows: auto 1fr;
    gap: 0 clamp(48px, 7vw, 116px);
    min-height: 720px;
    padding-top: 34px;
    padding-bottom: 62px;
}

.cpx-hero .breadcrumbs {
    grid-column: 1 / -1;
}

.cpx-hero-copy {
    align-self: center;
    max-width: 760px;
    padding: clamp(48px, 7vh, 86px) 0;
}

.cpx-kicker {
    display: inline-block;
    margin-bottom: 24px;
    color: var(--cyan);
    font-size: .72rem;
    font-weight: 760;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.cpx-hero h1 {
    max-width: 800px;
    margin: 0;
    color: var(--text);
    font-size: clamp(3.45rem, 5.85vw, 5.7rem);
    font-weight: 680;
    letter-spacing: -.04em;
    line-height: .97;
    text-wrap: balance;
}

.cpx-hero-copy > p:not(.cpx-hero-note) {
    max-width: 690px;
    margin: 32px 0 0;
    color: #d2dee5;
    font-size: clamp(1rem, 1.22vw, 1.16rem);
    line-height: 1.72;
}

.cpx-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 36px;
}

.cpx-hero-note {
    max-width: 650px;
    margin: 24px 0 0;
    padding-top: 20px;
    border-top: 1px solid rgba(128, 181, 205, .28);
    color: #9fb2bc;
    font-size: .76rem;
    line-height: 1.6;
}

.cpx-switchboard {
    position: relative;
    align-self: center;
    min-width: 0;
}

.cpx-switchboard svg {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
}

.cpx-field {
    fill: url("#cpx-field");
}

.cpx-route-base,
.cpx-route-flow,
.cpx-output-base,
.cpx-output-flow {
    fill: none;
    stroke-linecap: square;
    stroke-width: 2;
}

.cpx-route-base,
.cpx-output-base {
    stroke: rgba(128, 181, 205, .32);
    stroke-dasharray: 5 9;
}

.cpx-route-flow,
.cpx-output-flow {
    stroke: url("#cpx-route");
    stroke-dasharray: 66 420;
    animation: cpx-flow 5.8s linear infinite;
}

.cpx-route-flow-b { animation-delay: .65s; }
.cpx-route-flow-c { animation-delay: 1.3s; }
.cpx-output-flow { animation-delay: 1.9s; }

.cpx-input rect {
    fill: rgba(4, 21, 34, .94);
    stroke: rgba(17, 191, 255, .72);
    stroke-width: 2;
}

.cpx-input circle {
    fill: var(--green);
}

.cpx-hub rect {
    fill: rgba(4, 21, 34, .96);
    stroke: url("#cpx-route");
    stroke-width: 2;
}

.cpx-hub path {
    stroke: rgba(216, 229, 235, .55);
    stroke-width: 2;
}

.cpx-hub circle {
    fill: none;
    stroke: var(--green);
    stroke-width: 3;
}

.cpx-output path:first-child {
    fill: rgba(4, 21, 34, .95);
    stroke: var(--cyan);
    stroke-width: 2;
}

.cpx-output path:last-child {
    fill: none;
    stroke: var(--green);
    stroke-width: 6;
}

.cpx-switchboard ol {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cpx-switchboard li {
    display: grid;
    gap: 7px;
    color: #d8e5eb;
    font-size: .67rem;
    font-weight: 660;
    letter-spacing: .05em;
    text-align: center;
    text-transform: uppercase;
}

.cpx-switchboard li span {
    color: var(--cyan);
    font-size: .58rem;
}

@keyframes cpx-flow {
    to { stroke-dashoffset: -486; }
}

.cpx-signal-strip {
    position: relative;
    z-index: 3;
    border-top: 1px solid rgba(128, 181, 205, .24);
    border-bottom: 1px solid rgba(128, 181, 205, .2);
    background: rgba(3, 17, 28, .96);
}

.cpx-signal-strip .container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cpx-signal-strip .container > div {
    min-height: 116px;
    padding: 25px clamp(18px, 2.15vw, 34px);
    border-right: 1px solid rgba(128, 181, 205, .2);
}

.cpx-signal-strip .container > div:last-child {
    border-right: 0;
}

.cpx-signal-strip strong,
.cpx-signal-strip span {
    display: block;
}

.cpx-signal-strip strong {
    margin-bottom: 8px;
    color: var(--text);
    font-size: .8rem;
}

.cpx-signal-strip span {
    color: #9fb2bc;
    font-size: .78rem;
    line-height: 1.55;
}

.cpx-main {
    color: var(--ink);
    background: var(--paper);
}

.cpx-main h2 {
    margin: 0;
    font-size: clamp(2.3rem, 4.7vw, 4.9rem);
    font-weight: 680;
    letter-spacing: -.04em;
    line-height: 1;
}

.cpx-main h3 {
    margin: 0;
    font-weight: 680;
    letter-spacing: -.025em;
    line-height: 1.2;
}

.cpx-main p {
    color: var(--ink-muted);
    line-height: 1.74;
}

.cpx-section-head,
.cpx-models-head,
.cpx-exchange-head,
.cpx-process-head,
.cpx-chooser-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .68fr);
    gap: clamp(48px, 10vw, 170px);
    align-items: end;
    padding-bottom: clamp(50px, 6vw, 82px);
}

.cpx-section-head p,
.cpx-models-head p,
.cpx-exchange-head p,
.cpx-process-head p,
.cpx-chooser-head p {
    max-width: 680px;
    margin: 0;
    font-size: 1.02rem;
}

.cpx-orientation {
    padding: clamp(88px, 10vw, 150px) 0;
    background: #f4f7f8;
}

.cpx-route-list {
    border-top: 1px solid var(--light-line);
}

.cpx-route-list article {
    display: grid;
    grid-template-columns: 66px minmax(250px, .6fr) minmax(290px, .72fr) minmax(190px, .34fr);
    gap: clamp(26px, 4vw, 64px);
    align-items: start;
    padding: 38px 0;
    border-bottom: 1px solid var(--light-line);
}

.cpx-route-list article > span {
    color: var(--cyan-deep);
    font-size: .74rem;
    font-weight: 760;
}

.cpx-route-list h3 {
    font-size: clamp(1.25rem, 1.8vw, 1.65rem);
}

.cpx-route-list p {
    margin: 12px 0 0;
}

.cpx-route-list ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    color: var(--ink-muted);
    font-size: .85rem;
    list-style: none;
}

.cpx-route-list li {
    position: relative;
    padding-left: 18px;
}

.cpx-route-list li::before {
    content: "";
    position: absolute;
    top: .75em;
    left: 0;
    width: 8px;
    height: 1px;
    background: var(--cyan-deep);
}

.cpx-route-list article > a {
    display: inline-flex;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--cyan-deep);
    color: var(--cyan-deep);
    font-size: .8rem;
    font-weight: 700;
}

.cpx-route-list article > a:hover {
    color: var(--ink);
    border-color: var(--ink);
}

.cpx-audiences {
    padding: clamp(90px, 10vw, 154px) 0;
    color: var(--text);
    background:
        linear-gradient(rgba(17, 191, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(17, 191, 255, .035) 1px, transparent 1px),
        #03101b;
    background-size: 72px 72px;
}

.cpx-audiences h2 {
    color: var(--text);
}

.cpx-audiences .cpx-section-head p {
    color: #b8c8d0;
}

.cpx-audience-table {
    border-top: 1px solid rgba(128, 181, 205, .3);
}

.cpx-audience-header,
.cpx-audience-table article {
    display: grid;
    grid-template-columns: minmax(210px, .4fr) minmax(300px, .8fr) minmax(300px, .8fr);
    gap: clamp(30px, 5vw, 82px);
}

.cpx-audience-header {
    padding: 17px 0;
    border-bottom: 1px solid rgba(128, 181, 205, .3);
    color: var(--cyan);
    font-size: .68rem;
    font-weight: 760;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.cpx-audience-table article {
    align-items: start;
    padding: 31px 0;
    border-bottom: 1px solid rgba(128, 181, 205, .22);
}

.cpx-audience-table h3 {
    color: var(--text);
    font-size: 1.12rem;
}

.cpx-audience-table p {
    margin: 0;
    color: #adbec7;
}

.cpx-audience-table strong {
    color: var(--green);
    font-size: .9rem;
    font-weight: 620;
    line-height: 1.65;
}

.cpx-models {
    padding: clamp(90px, 10vw, 154px) 0;
    background: #eef4f6;
}

.cpx-model-list {
    border-top: 1px solid var(--light-line);
}

.cpx-model-list article {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr) minmax(350px, .75fr);
    gap: clamp(28px, 5vw, 78px);
    padding: 38px 0;
    border-bottom: 1px solid var(--light-line);
}

.cpx-model-list article > span {
    display: grid;
    place-items: center;
    align-self: start;
    width: 72px;
    height: 42px;
    border: 1px solid var(--cyan-deep);
    color: var(--cyan-deep);
    font-size: .68rem;
    font-weight: 760;
    letter-spacing: .08em;
}

.cpx-model-list h3 {
    font-size: clamp(1.25rem, 1.8vw, 1.65rem);
}

.cpx-model-list p {
    max-width: 720px;
    margin: 12px 0 0;
}

.cpx-model-list dl {
    margin: 0;
    border-top: 1px solid var(--light-line);
}

.cpx-model-list dl > div {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 20px;
    padding: 13px 0;
    border-bottom: 1px solid var(--light-line);
}

.cpx-model-list dt {
    color: var(--cyan-deep);
    font-size: .66rem;
    font-weight: 760;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.cpx-model-list dd {
    margin: 0;
    color: var(--ink);
    font-size: .86rem;
    line-height: 1.55;
}

.cpx-exchange {
    padding: clamp(90px, 10vw, 154px) 0;
    color: var(--text);
    background:
        radial-gradient(circle at 50% 55%, rgba(17, 191, 255, .11), transparent 28%),
        #020a12;
}

.cpx-exchange h2 {
    color: var(--text);
}

.cpx-exchange-head p {
    color: #b8c8d0;
}

.cpx-exchange-map {
    display: grid;
    grid-template-columns: 1fr 150px 1fr;
    margin: 0;
    border-top: 1px solid rgba(128, 181, 205, .3);
    border-bottom: 1px solid rgba(128, 181, 205, .3);
}

.cpx-exchange-column {
    padding: clamp(32px, 4vw, 58px);
}

.cpx-exchange-column:first-child {
    border-right: 1px solid rgba(128, 181, 205, .22);
}

.cpx-exchange-column:nth-child(3) {
    border-left: 1px solid rgba(128, 181, 205, .22);
}

.cpx-exchange-column > span {
    display: block;
    margin-bottom: 34px;
    color: var(--cyan);
    font-size: .7rem;
    font-weight: 760;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.cpx-exchange-column ul {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cpx-exchange-column li {
    padding: 18px 0;
    border-top: 1px solid rgba(128, 181, 205, .2);
    color: #c5d4dc;
}

.cpx-exchange-core {
    display: grid;
    place-content: center;
    gap: 12px;
    min-height: 390px;
    text-align: center;
}

.cpx-exchange-core span {
    color: var(--text);
    font-size: .8rem;
    font-weight: 760;
    letter-spacing: .1em;
}

.cpx-exchange-core b {
    display: grid;
    place-items: center;
    width: 66px;
    height: 66px;
    border: 1px solid var(--green);
    border-radius: 50%;
    color: var(--green);
    font-size: 1.8rem;
    font-weight: 400;
}

.cpx-exchange-map figcaption {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(220px, .35fr) 1fr;
    gap: clamp(30px, 6vw, 90px);
    padding: 31px clamp(30px, 4vw, 58px);
    border-top: 1px solid rgba(142, 234, 53, .4);
    background: rgba(142, 234, 53, .04);
}

.cpx-exchange-map figcaption strong {
    color: var(--green);
}

.cpx-exchange-map figcaption p {
    margin: 0;
    color: #b8c8d0;
}

.cpx-funding {
    padding: clamp(90px, 10vw, 154px) 0;
    background: #f4f7f8;
}

.cpx-funding-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--light-line);
    border-bottom: 1px solid var(--light-line);
}

.cpx-funding-list article {
    min-height: 300px;
    padding: 34px clamp(22px, 3vw, 42px);
    border-right: 1px solid var(--light-line);
}

.cpx-funding-list article:last-child {
    border-right: 0;
}

.cpx-funding-list h3 {
    min-height: 54px;
    font-size: 1.18rem;
}

.cpx-funding-list p {
    margin: 18px 0 32px;
}

.cpx-funding-list strong {
    display: block;
    padding-top: 18px;
    border-top: 1px solid var(--light-line);
    color: var(--cyan-deep);
    font-size: .8rem;
    line-height: 1.6;
}

.cpx-programmes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 66px;
    border-top: 1px solid var(--cyan-deep);
    border-bottom: 1px solid var(--cyan-deep);
}

.cpx-programmes article {
    padding: clamp(34px, 5vw, 68px);
}

.cpx-programmes article:first-child {
    border-right: 1px solid var(--light-line);
}

.cpx-programmes article > span {
    color: var(--cyan-deep);
    font-size: .7rem;
    font-weight: 760;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.cpx-programmes h3 {
    margin-top: 26px;
    font-size: clamp(1.5rem, 2.5vw, 2.3rem);
}

.cpx-programmes p {
    max-width: 650px;
    margin: 18px 0 26px;
}

.cpx-programmes a {
    display: inline-flex;
    gap: 20px;
    padding-bottom: 7px;
    border-bottom: 1px solid var(--cyan-deep);
    color: var(--cyan-deep);
    font-size: .82rem;
    font-weight: 700;
}

.cpx-process {
    padding: clamp(90px, 10vw, 154px) 0;
    color: var(--text);
    background:
        linear-gradient(rgba(17, 191, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(17, 191, 255, .035) 1px, transparent 1px),
        #03101b;
    background-size: 72px 72px;
}

.cpx-process h2 {
    color: var(--text);
}

.cpx-process-head p {
    color: #b8c8d0;
}

.cpx-process-track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(128, 181, 205, .3);
    list-style: none;
}

.cpx-process-track li {
    min-height: 300px;
    padding: 34px clamp(24px, 3.4vw, 48px);
    border-right: 1px solid rgba(128, 181, 205, .22);
    border-bottom: 1px solid rgba(128, 181, 205, .22);
}

.cpx-process-track li:nth-child(3n) {
    border-right: 0;
}

.cpx-process-track li:nth-child(n+4) {
    border-bottom: 0;
}

.cpx-process-track li > span {
    display: block;
    margin-bottom: 64px;
    color: var(--cyan);
    font-size: .72rem;
    font-weight: 760;
}

.cpx-process-track h3 {
    color: var(--text);
    font-size: 1.22rem;
}

.cpx-process-track p {
    margin: 16px 0 0;
    color: #adbec7;
}

.cpx-process-note {
    max-width: 1040px;
    margin: 42px 0 0;
    padding: 25px 0;
    border-top: 1px solid rgba(142, 234, 53, .42);
    border-bottom: 1px solid rgba(142, 234, 53, .42);
    color: #c6d6dd !important;
    font-weight: 620;
}

.cpx-boundaries {
    padding: clamp(90px, 10vw, 154px) 0;
    background: #eef4f6;
}

.cpx-boundaries-grid {
    display: grid;
    grid-template-columns: minmax(0, .72fr) minmax(460px, 1.28fr);
    gap: clamp(70px, 12vw, 190px);
}

.cpx-boundaries-copy {
    position: sticky;
    top: calc(var(--header-h) + 54px);
    align-self: start;
}

.cpx-boundaries-copy > p {
    max-width: 580px;
    margin: 30px 0;
}

.cpx-boundaries-copy nav {
    display: grid;
    border-top: 1px solid var(--light-line);
}

.cpx-boundaries-copy nav a {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 18px 0;
    border-bottom: 1px solid var(--light-line);
    color: var(--cyan-deep);
    font-weight: 650;
}

.cpx-boundary-rules {
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--light-line);
    list-style: none;
    counter-reset: boundary-rule;
}

.cpx-boundary-rules li {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 24px;
    padding: 28px 0;
    border-bottom: 1px solid var(--light-line);
    color: var(--ink);
    line-height: 1.68;
    counter-increment: boundary-rule;
}

.cpx-boundary-rules li::before {
    content: counter(boundary-rule, decimal-leading-zero);
    color: var(--cyan-deep);
    font-size: .72rem;
    font-weight: 760;
}

.cpx-chooser {
    padding: clamp(90px, 10vw, 154px) 0;
    color: var(--text);
    background:
        radial-gradient(circle at 84% 28%, rgba(142, 234, 53, .07), transparent 30%),
        #020a12;
}

.cpx-chooser h2 {
    color: var(--text);
}

.cpx-chooser-head p {
    color: #b8c8d0;
}

.cpx-choice-list {
    border-top: 1px solid rgba(128, 181, 205, .3);
}

.cpx-choice-list a {
    display: grid;
    grid-template-columns: minmax(260px, .55fr) 1fr 28px;
    gap: clamp(30px, 6vw, 90px);
    align-items: center;
    padding: 29px 0;
    border-bottom: 1px solid rgba(128, 181, 205, .24);
}

.cpx-choice-list a > span {
    color: #9fb2bc;
    font-size: .9rem;
}

.cpx-choice-list strong {
    color: var(--text);
    font-size: 1.05rem;
    font-weight: 620;
}

.cpx-choice-list b {
    color: var(--green);
    text-align: right;
}

.cpx-choice-list a:hover strong {
    color: var(--cyan-soft);
}

.cpx-faq {
    padding: clamp(90px, 10vw, 154px) 0;
    background: #f4f7f8;
}

.cpx-faq-grid {
    display: grid;
    grid-template-columns: minmax(0, .68fr) minmax(480px, 1.32fr);
    gap: clamp(70px, 12vw, 190px);
}

.cpx-faq-head {
    position: sticky;
    top: calc(var(--header-h) + 54px);
    align-self: start;
}

.cpx-faq-head p {
    max-width: 560px;
    margin: 30px 0 0;
}

.cpx-faq-list {
    border-top: 1px solid var(--light-line);
}

.cpx-faq-list details {
    border-bottom: 1px solid var(--light-line);
}

.cpx-faq-list summary {
    display: grid;
    grid-template-columns: 1fr 28px;
    gap: 28px;
    align-items: center;
    padding: 27px 0;
    color: var(--ink);
    font-weight: 680;
    cursor: pointer;
    list-style: none;
}

.cpx-faq-list summary::-webkit-details-marker {
    display: none;
}

.cpx-faq-list summary::marker {
    content: "";
}

.cpx-faq-list summary span {
    color: var(--cyan-deep);
    font-size: 1.35rem;
    font-weight: 400;
    transition: transform .25s var(--ease);
}

.cpx-faq-list details[open] summary span {
    transform: rotate(45deg);
}

.cpx-faq-list details p {
    max-width: 720px;
    margin: -4px 54px 28px 0;
}

.cpx-final {
    padding: clamp(74px, 8vw, 124px) 0;
    border-top: 1px solid rgba(128, 181, 205, .22);
    color: var(--text);
    background: #03101b;
}

.cpx-final-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(54px, 10vw, 160px);
    align-items: end;
}

.cpx-final h2 {
    max-width: 850px;
    margin: 0;
    font-size: clamp(2.3rem, 4.6vw, 4.8rem);
    font-weight: 680;
    letter-spacing: -.04em;
    line-height: 1;
}

.cpx-final p {
    max-width: 760px;
    margin: 28px 0 0;
    color: #b8c8d0;
    line-height: 1.72;
}

.cpx-final nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 285px;
}

@media (max-width: 1120px) {
    .cpx-hero-inner {
        grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
        gap: 0 34px;
    }
    .cpx-hero h1 {
        font-size: clamp(3.2rem, 6.7vw, 5.15rem);
    }
    .cpx-route-list article {
        grid-template-columns: 54px minmax(240px, .72fr) 1fr;
    }
    .cpx-route-list article > a {
        grid-column: 2 / -1;
        justify-self: start;
        min-width: 250px;
    }
    .cpx-funding-list {
        grid-template-columns: 1fr 1fr;
    }
    .cpx-funding-list article {
        border-bottom: 1px solid var(--light-line);
    }
    .cpx-funding-list article:nth-child(2n) {
        border-right: 0;
    }
    .cpx-funding-list article:nth-child(n+3) {
        border-bottom: 0;
    }
}

@media (max-width: 860px) {
    .cpx-hero {
        min-height: 900px;
    }
    .cpx-hero-inner {
        grid-template-columns: 1fr;
        min-height: 770px;
    }
    .cpx-hero-copy {
        position: relative;
        z-index: 2;
        padding: 52px 0 165px;
    }
    .cpx-switchboard {
        position: absolute;
        right: -130px;
        bottom: -20px;
        width: 540px;
        opacity: .34;
    }
    .cpx-switchboard ol {
        display: none;
    }
    .cpx-signal-strip .container {
        grid-template-columns: 1fr 1fr;
    }
    .cpx-signal-strip .container > div:nth-child(2) {
        border-right: 0;
    }
    .cpx-signal-strip .container > div:nth-child(-n+2) {
        border-bottom: 1px solid rgba(128, 181, 205, .2);
    }
    .cpx-signal-strip .container > div:nth-child(3) {
        padding-left: 0;
    }
    .cpx-section-head,
    .cpx-models-head,
    .cpx-exchange-head,
    .cpx-process-head,
    .cpx-boundaries-grid,
    .cpx-chooser-head,
    .cpx-faq-grid,
    .cpx-final-inner {
        grid-template-columns: 1fr;
        gap: 42px;
    }
    .cpx-route-list article {
        grid-template-columns: 48px 1fr;
    }
    .cpx-route-list article > ul,
    .cpx-route-list article > a {
        grid-column: 2;
    }
    .cpx-audience-header {
        display: none;
    }
    .cpx-audience-table article {
        grid-template-columns: minmax(180px, .42fr) 1fr;
        gap: 20px 42px;
    }
    .cpx-audience-table strong {
        grid-column: 2;
    }
    .cpx-model-list article {
        grid-template-columns: 80px 1fr;
    }
    .cpx-model-list dl {
        grid-column: 2;
    }
    .cpx-exchange-map {
        grid-template-columns: 1fr 100px 1fr;
    }
    .cpx-exchange-column {
        padding: 34px 22px;
    }
    .cpx-process-track {
        grid-template-columns: 1fr 1fr;
    }
    .cpx-process-track li:nth-child(3n) {
        border-right: 1px solid rgba(128, 181, 205, .22);
    }
    .cpx-process-track li:nth-child(2n) {
        border-right: 0;
    }
    .cpx-process-track li:nth-child(n+4) {
        border-bottom: 1px solid rgba(128, 181, 205, .22);
    }
    .cpx-process-track li:nth-child(n+5) {
        border-bottom: 0;
    }
    .cpx-boundaries-copy,
    .cpx-faq-head {
        position: static;
    }
    .cpx-final nav {
        align-items: flex-start;
    }
}

@media (max-width: 590px) {
    .cpx-hero {
        min-height: 965px;
    }
    .cpx-hero-inner {
        min-height: 735px;
        padding-top: 22px;
        padding-bottom: 34px;
    }
    .cpx-hero h1 {
        font-size: clamp(2.55rem, 11.8vw, 3.9rem);
        overflow-wrap: anywhere;
        hyphens: manual; /* pas de cesure automatique dans les titres : elle coupait les intitules en capitales (RE-/CONNAITRE) */
    }
    .cpx-hero-actions {
        display: grid;
    }
    .cpx-hero-actions .button-secondary {
        background: rgba(2, 10, 18, .94);
    }
    .cpx-switchboard {
        right: -245px;
        bottom: -52px;
        width: 540px;
    }
    .cpx-signal-strip .container {
        grid-template-columns: 1fr;
    }
    .cpx-signal-strip .container > div,
    .cpx-signal-strip .container > div:nth-child(3) {
        min-height: 0;
        padding: 20px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(128, 181, 205, .2);
    }
    .cpx-signal-strip .container > div:last-child {
        border-bottom: 0;
    }
    .cpx-main h2,
    .cpx-main h3,
    .cpx-final h2 {
        overflow-wrap: anywhere;
        hyphens: none;
    }
    .cpx-route-list article {
        grid-template-columns: 1fr;
    }
    .cpx-route-list article > ul,
    .cpx-route-list article > a {
        grid-column: auto;
    }
    .cpx-route-list article > a {
        min-width: 0;
    }
    .cpx-audience-table article {
        grid-template-columns: 1fr;
    }
    .cpx-audience-table strong {
        grid-column: auto;
    }
    .cpx-model-list article {
        grid-template-columns: 1fr;
    }
    .cpx-model-list dl {
        grid-column: auto;
    }
    .cpx-exchange-map {
        grid-template-columns: 1fr;
    }
    .cpx-exchange-column:first-child,
    .cpx-exchange-column:nth-child(3) {
        border: 0;
    }
    .cpx-exchange-column {
        padding: 30px 0;
    }
    .cpx-exchange-core {
        min-height: 140px;
        border-top: 1px solid rgba(128, 181, 205, .22);
        border-bottom: 1px solid rgba(128, 181, 205, .22);
    }
    .cpx-exchange-map figcaption {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 26px 0;
    }
    .cpx-funding-list {
        grid-template-columns: 1fr;
    }
    .cpx-funding-list article,
    .cpx-funding-list article:nth-child(n+3) {
        min-height: 0;
        padding: 30px 0;
        border-right: 0;
        border-bottom: 1px solid var(--light-line);
    }
    .cpx-funding-list article:last-child {
        border-bottom: 0;
    }
    .cpx-funding-list h3 {
        min-height: 0;
    }
    .cpx-programmes {
        grid-template-columns: 1fr;
    }
    .cpx-programmes article {
        padding: 36px 0;
    }
    .cpx-programmes article:first-child {
        border-right: 0;
        border-bottom: 1px solid var(--light-line);
    }
    .cpx-process-track {
        grid-template-columns: 1fr;
    }
    .cpx-process-track li,
    .cpx-process-track li:nth-child(n+4),
    .cpx-process-track li:nth-child(n+5) {
        min-height: 0;
        padding: 28px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(128, 181, 205, .22);
    }
    .cpx-process-track li:last-child {
        border-bottom: 0;
    }
    .cpx-process-track li > span {
        margin-bottom: 24px;
    }
    .cpx-boundary-rules li {
        grid-template-columns: 38px 1fr;
        gap: 16px;
    }
    .cpx-choice-list a {
        grid-template-columns: 1fr 24px;
        gap: 9px 16px;
    }
    .cpx-choice-list a > span {
        grid-column: 1 / -1;
    }
    .cpx-faq-list details p {
        margin-right: 0;
    }
    .cpx-final nav {
        display: grid;
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cpx-route-flow,
    .cpx-output-flow {
        animation: none;
    }
    .cpx-faq-list summary span {
        transition: none;
    }
}
