/* ====================================================== */
/* === SECTION PROCESSUS ================================ */
/* ====================================================== */

#processus {
    --processus-header-scale: 1;
    position: relative;
    z-index: 3 !important;
    isolation: isolate;
    width: 100%;
    min-height: calc(100svh - var(--site-header-height, 0px));
    margin: 0;
    padding: clamp(3.4rem, 7svh, 6rem) 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    color: var(--style-white);
}

.pin-spacer-processusPin,
#processus {
    margin-bottom: clamp(3rem, 9svh, 6rem);
}

.processus-header {
    width: min(calc(980px * var(--processus-header-scale)), 92vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: calc(clamp(0.75rem, 1.6vw, 1.25rem) * var(--processus-header-scale));
    margin-bottom: calc(clamp(1.6rem, 4svh, 3rem) * var(--processus-header-scale));
}

.processus-kicker {
    margin: 0;
    font-family: var(--font-code, monospace);
    font-size: clamp(0.82rem, 1.1vw, 1rem);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--terminal-green);
    text-shadow: 0 0 12px rgba(124, 252, 0, 0.42);
}

.processus-title {
    width: min(calc(920px * var(--processus-header-scale)), 94vw);
    margin: 0;
    font-size: clamp(
        calc(3.1rem * var(--processus-header-scale)),
        calc(4.6vw * var(--processus-header-scale)),
        calc(5.35rem * var(--processus-header-scale))
    );
    font-weight: 800;
    line-height: 0.98;
    text-align: center;
    background: linear-gradient(110deg, var(--logo-cyan), var(--logo-violet) 56%, var(--logo-magenta));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    filter: drop-shadow(0 0 18px rgba(108, 60, 252, 0.22));
}

.processus-subtitle {
    width: min(calc(42rem * var(--processus-header-scale)), 92vw);
    margin: 0;
    font-size: clamp(
        calc(1rem * var(--processus-header-scale)),
        calc(1.25vw * var(--processus-header-scale)),
        calc(1.18rem * var(--processus-header-scale))
    );
    line-height: 1.55;
    color: rgba(255, 252, 225, 0.86);
}

.process-app-stage {
    --stage-gap: clamp(1.5rem, 4vw, 4.5rem);
    width: min(1180px, 94vw);
    display: grid;
    grid-template-columns: minmax(22rem, 0.95fr) minmax(18rem, 0.7fr);
    align-items: center;
    justify-content: center;
    justify-items: center;
    gap: var(--stage-gap);
    perspective: 1200px;
}

.process-phone-wrap {
    position: relative;
    display: grid;
    place-items: center;
    min-height: clamp(30rem, 62svh, 43rem);
    margin-block: clamp(0.75rem, 2svh, 1.35rem);
    transform-style: preserve-3d;
}

.process-phone-wrap::before {
    content: "";
    position: absolute;
    width: min(46rem, 76vw);
    aspect-ratio: 1;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(12, 216, 252, 0.18), transparent 38%),
        conic-gradient(from 145deg, transparent, rgba(108, 60, 252, 0.28), transparent, rgba(252, 0, 168, 0.16), transparent);
    filter: blur(10px);
    opacity: 0.75;
}

.process-phone-svg {
    position: relative;
    z-index: 1;
    width: min(42rem, 94vw);
    max-height: 74svh;
    overflow: visible;
    transform-style: preserve-3d;
    opacity: 0.72;
    transform: rotateX(16deg) rotateY(-30deg) rotateZ(-7deg) scale(0.9);
    filter: drop-shadow(0 2rem 2.4rem rgba(14, 16, 15, 0.46));
}

.phone-shadow {
    fill: rgba(108, 60, 252, 0.14);
    filter: url(#processGlow);
}

.phone-frame {
    fill: rgba(14, 16, 15, 0.88);
    stroke: url(#processLogoGradient);
    stroke-width: 4;
}

.phone-screen {
    fill: url(#processScreenGradient);
    stroke: rgba(255, 252, 225, 0.12);
    stroke-width: 1;
}

.phone-speaker {
    fill: rgba(255, 252, 225, 0.22);
}

.app-layer {
    transform-box: fill-box;
    transform-origin: center;
    opacity: 0.26;
    filter: brightness(0.54) saturate(0.78);
}

.app-layer rect {
    fill: rgba(255, 252, 225, 0.07);
    stroke: rgba(255, 252, 225, 0.14);
    stroke-width: 1.5;
}

.app-layer path {
    fill: none;
    stroke: var(--style-white);
    stroke-width: 4.2;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0.85;
}

.app-layer circle {
    fill: var(--logo-cyan);
}

.app-layer .app-layer-dot {
    fill: rgba(14, 16, 15, 0.88);
}

.app-layer .module-surface {
    fill: rgba(14, 16, 15, 0.28);
    stroke: rgba(255, 252, 225, 0.18);
}

.app-layer .brief-clip {
    fill: rgba(12, 216, 252, 0.72);
    stroke: rgba(255, 252, 225, 0.2);
}

.lucide-module-icon {
    fill: none;
    stroke: rgba(255, 252, 225, 0.9);
    stroke-width: 1.45;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
    filter: drop-shadow(0 0 5px rgba(255, 252, 225, 0.16));
}

.lucide-goal,
.lucide-layout,
.lucide-terminal {
    stroke: rgba(12, 216, 252, 0.96);
}

.lucide-goal {
    stroke-width: 0.95;
}

.lucide-pointer,
.lucide-cloud {
    stroke: rgba(255, 252, 225, 0.94);
}

.lucide-badge {
    stroke: rgba(124, 252, 0, 0.95);
}

.app-layer .module-accent {
    fill: var(--logo-cyan);
    stroke: none;
    filter: drop-shadow(0 0 8px rgba(12, 216, 252, 0.54));
}

.app-layer .cursor-mark,
.app-layer .pencil-mark,
.app-layer .cloud-upload {
    fill: rgba(255, 252, 225, 0.88);
    stroke: none;
}

.app-layer .pencil-mark {
    fill: rgba(255, 252, 225, 0.9);
    filter: drop-shadow(0 0 8px rgba(252, 0, 168, 0.24));
}

.app-layer-hero rect,
.app-layer-nav rect,
.app-layer-cards rect,
.app-layer-code rect,
.app-layer-release rect {
    filter: drop-shadow(0 0 12px rgba(12, 216, 252, 0.16));
}

.app-layer-hero rect {
    fill: rgba(108, 60, 252, 0.86);
    stroke: rgba(12, 216, 252, 0.64);
}

.app-layer-nav rect {
    fill: rgba(12, 216, 252, 0.18);
    stroke: var(--logo-cyan);
}

.app-layer-nav .prototype-screen,
.app-layer-nav .ux-panel {
    fill: rgba(14, 16, 15, 0.22);
    stroke: rgba(255, 252, 225, 0.26);
}

.app-layer-nav .ux-sidebar {
    fill: var(--logo-cyan);
    stroke: none;
    filter: drop-shadow(0 0 6px rgba(12, 216, 252, 0.55));
}

.app-layer-nav .ux-wire {
    stroke: rgba(255, 252, 225, 0.74);
    stroke-width: 3;
}

.app-layer-nav .ux-node-cyan {
    fill: var(--logo-cyan);
}

.app-layer-nav .ux-node-magenta {
    fill: var(--logo-magenta);
}

.app-layer-nav .ux-node-violet {
    fill: var(--logo-violet);
}

.app-layer-nav .ux-flow {
    stroke: rgba(255, 252, 225, 0.86);
    stroke-width: 2.4;
    opacity: 0.82;
}

.app-layer-nav circle {
    fill: var(--logo-cyan);
}

.app-layer-nav rect:nth-of-type(2) {
    fill: var(--logo-violet);
    stroke: rgba(255, 252, 225, 0.18);
}

.app-layer-nav rect:nth-of-type(3) {
    fill: var(--logo-magenta);
    stroke: rgba(255, 252, 225, 0.18);
}

.app-layer-cards rect {
    fill: rgba(108, 60, 252, 0.15);
    stroke: rgba(252, 0, 168, 0.82);
}

.app-layer-cards circle {
    fill: var(--logo-cyan);
}

.app-layer-code rect {
    fill: rgba(124, 252, 0, 0.12);
    stroke: rgba(124, 252, 0, 0.9);
}

.app-layer-code circle {
    fill: var(--terminal-green);
}

.app-layer-release rect {
    fill: rgba(252, 0, 168, 0.11);
    stroke: var(--logo-magenta);
}

.app-layer-release circle {
    fill: var(--terminal-green);
}

.app-layer-release .release-check {
    stroke: rgba(14, 16, 15, 0.9);
    stroke-width: 2.8;
}

.app-layer.is-active-layer rect {
    stroke-width: 2.3;
    filter:
        drop-shadow(0 0 9px rgba(12, 216, 252, 0.72))
        drop-shadow(0 0 18px rgba(252, 0, 168, 0.28));
}

.app-layer.is-active-layer path,
.app-layer.is-active-layer circle {
    filter: drop-shadow(0 0 8px rgba(255, 252, 225, 0.48));
}

.app-orbit path {
    fill: none;
    stroke: url(#processLogoGradient);
    stroke-width: 2;
    stroke-linecap: round;
    opacity: 0.18;
    filter: drop-shadow(0 0 10px rgba(108, 60, 252, 0.5));
}

.process-device-chip {
    transform-box: fill-box;
    transform-origin: center;
    pointer-events: none;
    opacity: 0;
}

.process-device-chip rect {
    fill: rgba(14, 16, 15, 0.88);
    stroke: rgba(12, 216, 252, 0.85);
    stroke-width: 2;
    filter: drop-shadow(0 0 12px rgba(12, 216, 252, 0.32));
}

.process-device-chip text {
    fill: var(--style-white);
    font: var(--type-weight-strong, 600) 16px var(--font-main, sans-serif);
    text-anchor: middle;
    dominant-baseline: middle;
}

.chip-design rect,
.chip-build rect {
    stroke: rgba(108, 60, 252, 0.9);
}

.chip-test rect {
    stroke: rgba(124, 252, 0, 0.9);
}

.chip-release rect {
    stroke: rgba(252, 0, 168, 0.9);
}

.process-steps {
    display: grid;
    gap: clamp(0.8rem, 1.4vw, 1.1rem);
}

.process-step {
    position: relative;
    padding: clamp(0.95rem, 1.8vw, 1.35rem) clamp(1rem, 2vw, 1.45rem);
    border: 1px solid rgba(255, 252, 225, 0.12);
    border-radius: 8px;
    background: rgba(255, 252, 225, 0.045);
    box-shadow: inset 0 0 0 1px rgba(255, 252, 225, 0.035);
    backdrop-filter: blur(12px);
    color: rgba(255, 252, 225, 0.74);
    transform-origin: left center;
    opacity: 0.32;
    transform: translateY(18px) scale(0.98);
}

.process-step::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(120deg, var(--logo-cyan), var(--logo-violet), var(--logo-magenta));
    -webkit-mask: linear-gradient(#0e100f 0 0) content-box, linear-gradient(#0e100f 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 220ms ease;
}

.process-step.is-active::before {
    opacity: 1;
}

.process-step span {
    display: block;
    margin-bottom: 0.35rem;
    font-family: var(--font-code, monospace);
    font-size: clamp(0.82rem, 1vw, 0.95rem);
    color: var(--terminal-green);
}

.process-step h3 {
    margin: 0 0 0.35rem;
    font-size: clamp(1.05rem, 1.55vw, 1.35rem);
    line-height: 1.1;
    color: var(--style-white);
}

.process-step p {
    margin: 0;
    font-size: clamp(0.9rem, 1.1vw, 1rem);
    line-height: 1.45;
}

.process-step.is-active {
    color: rgba(255, 252, 225, 0.92);
    background: rgba(12, 216, 252, 0.08);
    box-shadow: 0 0 26px rgba(108, 60, 252, 0.16);
}

@media (min-width: 921px) {
    #processus {
        height: calc(100svh - var(--site-header-height, 0px));
        min-height: calc(100svh - var(--site-header-height, 0px));
        padding-block: clamp(1.15rem, 3.2svh, 2.2rem);
        justify-content: space-between;
    }

    .processus-header {
        gap: clamp(0.65rem, 1.25svh, 0.95rem);
        margin-bottom: clamp(1rem, 2svh, 1.6rem);
    }

    .processus-kicker {
        font-size: clamp(0.78rem, 0.9vw, 0.9rem);
    }

    .processus-title {
        font-size: clamp(3rem, 4.15vw, 4.55rem);
        line-height: 0.98;
    }

    .processus-subtitle {
        width: min(720px, 82vw);
        font-size: clamp(0.95rem, 1.12vw, 1.12rem);
        line-height: 1.36;
    }

    .process-app-stage {
        width: min(1040px, 88vw);
        grid-template-columns: minmax(18rem, 0.8fr) minmax(18rem, 0.72fr);
        gap: clamp(1rem, 3vw, 3rem);
        flex: 1 1 auto;
        min-height: 0;
    }

    .process-phone-wrap {
        min-height: min(66svh, 40rem);
        margin-block: 0;
    }

    .process-phone-wrap::before {
        width: min(38rem, 58vw);
    }

    .process-phone-svg {
        width: min(39rem, 44vw);
        max-height: 66svh;
    }

    .process-steps {
        gap: clamp(0.45rem, 0.85svh, 0.72rem);
        align-self: center;
    }

    .process-step {
        padding: clamp(0.62rem, 1.05svh, 0.9rem) clamp(0.85rem, 1.5vw, 1.15rem);
    }

    .process-step span {
        margin-bottom: 0.2rem;
        font-size: clamp(0.78rem, 0.85vw, 0.86rem);
    }

    .process-step h3 {
        margin-bottom: 0.22rem;
        font-size: clamp(0.98rem, 1.2vw, 1.15rem);
    }

    .process-step p {
        font-size: clamp(0.82rem, 0.92vw, 0.92rem);
        line-height: 1.32;
    }
}

@media (min-width: 921px) and (max-width: 2199px) and (orientation: landscape) {
    #processus {
        padding-block: clamp(1rem, 2.4svh, 1.75rem);
    }

    .processus-header {
        width: min(1040px, 70vw);
        gap: clamp(0.42rem, 0.85svh, 0.68rem);
        margin-bottom: clamp(0.75rem, 1.6svh, 1.2rem);
    }

    .processus-kicker {
        font-size: clamp(0.72rem, 0.58vw, 0.86rem);
    }

    .processus-title {
        width: min(980px, 68vw);
        font-size: clamp(3.05rem, 3.25vw, 4rem);
        line-height: 0.96;
    }

    .processus-subtitle {
        width: min(780px, 56vw);
        font-size: clamp(0.92rem, 0.78vw, 1.05rem);
        line-height: 1.32;
    }

    .process-app-stage {
        width: min(1320px, 82vw);
        grid-template-columns: minmax(26rem, 0.95fr) minmax(24rem, 0.76fr);
        gap: clamp(2rem, 4.2vw, 5rem);
    }

    .process-phone-wrap {
        min-height: min(66svh, 42rem);
    }

    .process-phone-wrap::before {
        width: min(41rem, 45vw);
        opacity: 0.72;
    }

    .process-phone-svg {
        width: min(46rem, 40vw);
        max-height: 64svh;
    }

    .process-steps {
        gap: clamp(0.62rem, 0.78svh, 0.95rem);
    }

    .process-step {
        padding: clamp(0.74rem, 0.95svh, 0.96rem) clamp(1rem, 1.15vw, 1.35rem);
    }

    .process-step span {
        font-size: clamp(0.72rem, 0.52vw, 0.82rem);
    }

    .process-step h3 {
        font-size: clamp(1rem, 0.82vw, 1.2rem);
    }

    .process-step p {
        font-size: clamp(0.82rem, 0.66vw, 0.95rem);
        line-height: 1.28;
    }
}

@media (min-width: 921px) and (max-height: 820px) {
    #processus {
        padding-block: 1rem;
    }

    .processus-title {
        font-size: clamp(2.65rem, 3.75vw, 4rem);
    }

    .processus-subtitle {
        font-size: 0.95rem;
        line-height: 1.28;
    }

    .process-app-stage {
        position: relative;
        top: clamp(1.25rem, 5svh, 2.5rem);
    }

    .process-phone-wrap {
        min-height: 55svh;
        margin-block: clamp(0.55rem, 1.4svh, 0.9rem);
    }

    .process-phone-svg {
        width: min(32rem, 40vw);
        max-height: 55svh;
    }

    .process-step {
        padding-block: 0.56rem;
    }
}

@media (min-width: 921px) and (max-height: 960px) and (orientation: landscape) {
    #processus {
        padding-block: clamp(0.55rem, 1.45svh, 0.95rem);
    }

    .processus-header {
        gap: clamp(0.28rem, 0.75svh, 0.55rem);
        margin-bottom: clamp(0.35rem, 1svh, 0.75rem);
    }

    .processus-kicker {
        font-size: clamp(0.7rem, 0.78vw, 0.82rem);
    }

    .processus-title {
        font-size: clamp(2.35rem, 3.3vw, 3.65rem);
        line-height: 0.94;
    }

    .processus-subtitle {
        font-size: clamp(0.86rem, 0.92vw, 0.98rem);
        line-height: 1.2;
    }

    .process-app-stage {
        top: 0;
        width: min(980px, 86vw);
        grid-template-columns: minmax(18rem, 0.74fr) minmax(18rem, 0.7fr);
        gap: clamp(0.8rem, 2.4vw, 2.4rem);
    }

    .process-phone-wrap {
        min-height: min(50svh, 31rem);
        margin-block: 0;
    }

    .process-phone-wrap::before {
        width: min(31rem, 50vw);
        opacity: 0.62;
    }

    .process-phone-svg {
        width: min(28rem, 34vw);
        max-height: 50svh;
    }

    .process-steps {
        gap: clamp(0.34rem, 0.62svh, 0.5rem);
    }

    .process-step {
        padding: clamp(0.46rem, 0.72svh, 0.62rem) clamp(0.8rem, 1.2vw, 1rem);
    }

    .process-step span {
        font-size: clamp(0.72rem, 0.78vw, 0.82rem);
        margin-bottom: 0.12rem;
    }

    .process-step h3 {
        font-size: clamp(0.9rem, 1vw, 1.05rem);
        margin-bottom: 0.12rem;
    }

    .process-step p {
        font-size: clamp(0.78rem, 0.82vw, 0.88rem);
        line-height: 1.18;
    }
}

@media (max-width: 920px) {
    #processus {
        min-height: auto;
        padding-block: clamp(3rem, 7svh, 4.5rem);
        overflow: visible;
    }

    .process-app-stage {
        grid-template-columns: 1fr;
        gap: clamp(1.1rem, 3svh, 2rem);
        align-items: start;
    }

    .process-phone-wrap {
        min-height: auto;
        margin-block: clamp(0.7rem, 2svh, 1.1rem);
    }

    .process-phone-svg {
        width: min(34rem, 94vw);
        max-height: none;
    }

    .process-steps {
        width: min(34rem, 92vw);
        margin-inline: auto;
    }
}

@media (max-width: 920px) and (orientation: landscape) {
    #processus {
        height: var(--processus-vh, 100dvh);
        min-height: var(--processus-vh, 100dvh);
        padding-block: clamp(0.75rem, 2.4svh, 1.2rem);
        justify-content: center;
        overflow: hidden;
    }

    .processus-header {
        gap: 0.3rem;
        margin-bottom: clamp(0.35rem, 1.4svh, 0.75rem);
    }

    .processus-kicker {
        font-size: clamp(0.75rem, 1.9svh, 0.9rem);
    }

    .processus-title {
        font-size: clamp(1.85rem, 7.2svh, 3rem);
        line-height: 0.96;
    }

    .processus-subtitle {
        width: min(680px, 78vw);
        font-size: clamp(0.86rem, 2.65svh, 1.04rem);
        line-height: 1.28;
    }

    .process-app-stage {
        width: min(880px, 92vw);
        display: grid;
        grid-template-columns: minmax(13.5rem, 0.68fr) minmax(18rem, 0.92fr);
        gap: clamp(0.75rem, 2.6vw, 1.65rem);
        align-items: center;
    }

    .process-phone-wrap {
        min-height: min(58svh, 27rem);
        margin-block: clamp(0.45rem, 1.4svh, 0.85rem);
    }

    .process-phone-wrap::before {
        width: min(36rem, 58vw);
    }

    .process-phone-svg {
        --process-shell-scale: 0.98;
        width: min(31rem, 48vw);
        max-height: 60svh;
    }

    .process-steps {
        width: auto;
        margin-inline: 0;
        gap: clamp(0.22rem, 0.62svh, 0.4rem);
    }

    .process-step {
        padding: clamp(0.38rem, 0.82svh, 0.56rem) clamp(0.68rem, 1.45vw, 0.92rem);
    }

    .process-step span {
        margin-bottom: 0.14rem;
        font-size: clamp(0.68rem, 1.55svh, 0.8rem);
    }

    .process-step h3 {
        margin-bottom: 0.12rem;
        font-size: clamp(0.88rem, 2.18svh, 1.04rem);
    }

    .process-step p {
        font-size: clamp(0.72rem, 1.85svh, 0.86rem);
        line-height: 1.16;
    }
}

@media (max-width: 760px) and (max-height: 430px) and (orientation: landscape) {
    #processus {
        padding-top: clamp(1.05rem, 4.8svh, 1.3rem);
        padding-bottom: clamp(0.2rem, 0.8svh, 0.35rem);
        justify-content: space-between;
    }

    .processus-header {
        gap: 0.18rem;
        margin-bottom: clamp(0.18rem, 0.7svh, 0.28rem);
    }

    .processus-kicker {
        display: none;
    }

    .processus-title {
        width: min(31rem, 86vw);
        font-size: clamp(1.25rem, 5.4svh, 1.62rem);
        line-height: 0.96;
    }

    .processus-subtitle {
        width: min(32rem, 84vw);
        font-size: clamp(0.58rem, 2.2svh, 0.72rem);
        line-height: 1.18;
    }

    .process-app-stage {
        width: min(41rem, 92vw);
        grid-template-columns: minmax(14rem, 0.8fr) minmax(15rem, 0.88fr);
        gap: clamp(0.8rem, 2.8vw, 1.25rem);
        align-items: center;
        flex: 1 1 auto;
    }

    .process-phone-wrap {
        min-height: min(62svh, 14.5rem);
        margin-block: 0;
    }

    .process-phone-wrap::before {
        width: min(24rem, 46vw);
        opacity: 0.52;
    }

    .process-phone-svg {
        --process-shell-scale: 1;
        width: min(20rem, 43vw);
        max-height: 66svh;
    }

    .process-steps {
        position: relative;
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        grid-template-rows: auto minmax(0, 1fr);
        gap: clamp(0.28rem, 1svh, 0.42rem);
        width: min(21rem, 46vw);
        min-height: clamp(11rem, 66svh, 14rem);
        align-content: center;
        align-items: start;
    }

    .process-step {
        grid-row: 1;
        min-height: 0;
        height: clamp(1.7rem, 7svh, 2rem);
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        overflow: hidden;
    }

    .process-step span {
        margin: 0;
        font-size: clamp(0.54rem, 1.8svh, 0.66rem);
    }

    .process-step h3,
    .process-step p {
        display: none;
    }

    .process-step.is-active {
        transform: translateY(0) scale(1.05);
        background: rgba(12, 216, 252, 0.12);
    }

    .process-step.is-active::after {
        content: attr(data-step-title);
    }

    .process-step:nth-child(1)::after { content: "Cadrage"; }
    .process-step:nth-child(2)::after { content: "Prototype"; }
    .process-step:nth-child(3)::after { content: "Dev"; }
    .process-step:nth-child(4)::after { content: "Tests"; }
    .process-step:nth-child(5)::after { content: "Deploiement"; }

    .process-step::after {
        display: none;
        margin-left: 0.22rem;
        color: var(--style-white);
        font-size: clamp(0.58rem, 1.9svh, 0.7rem);
        font-weight: 700;
        line-height: 1;
    }

    .process-step.is-active::after {
        display: inline;
    }

    .process-step.is-active {
        grid-column: 1 / -1;
        grid-row: 2;
        align-self: start;
        height: clamp(4.8rem, 22svh, 5.6rem);
        min-height: 0;
        padding: clamp(0.48rem, 1.8svh, 0.64rem) clamp(0.65rem, 1.8vw, 0.82rem);
        border-radius: 8px;
        display: block;
        opacity: 1 !important;
    }

    .process-step.is-active span {
        display: block;
        margin-bottom: 0.18rem;
    }

    .process-step.is-active h3 {
        display: block;
        margin: 0 0 0.2rem;
        font-size: clamp(0.82rem, 2.9svh, 1rem);
        line-height: 1.05;
    }

    .process-step.is-active p {
        display: -webkit-box;
        overflow: hidden;
        font-size: clamp(0.62rem, 2.15svh, 0.74rem);
        line-height: 1.14;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .process-step.is-active::after {
        display: none;
    }
}

@media (max-width: 760px) and (max-height: 380px) and (orientation: landscape) {
    #processus {
        padding-top: clamp(0.35rem, 1.4svh, 0.55rem);
        padding-bottom: clamp(0.12rem, 0.55svh, 0.25rem);
    }

    .processus-header {
        gap: 0.08rem;
        margin-bottom: clamp(0.12rem, 0.45svh, 0.22rem);
    }

    .processus-title {
        width: min(30rem, 78vw);
        font-size: clamp(1.08rem, 5.1svh, 1.32rem);
    }

    .processus-subtitle {
        display: none;
    }

    .process-app-stage {
        width: min(39rem, 90vw);
        grid-template-columns: minmax(11.5rem, 0.74fr) minmax(14rem, 0.9fr);
        gap: clamp(0.5rem, 2vw, 0.8rem);
    }

    .process-phone-wrap {
        min-height: min(50svh, 12rem);
    }

    .process-phone-wrap::before {
        width: min(20rem, 42vw);
        opacity: 0.46;
    }

    .process-phone-svg {
        width: min(18.2rem, 40vw);
        max-height: 56svh;
    }

    .process-steps {
        width: min(19.5rem, 45vw);
        min-height: clamp(7.8rem, 49svh, 9.5rem);
        gap: clamp(0.2rem, 0.75svh, 0.3rem);
    }

    .process-step {
        height: clamp(1.35rem, 5.6svh, 1.65rem);
    }

    .process-step.is-active {
        height: clamp(3.55rem, 14svh, 4.1rem);
        padding: clamp(0.28rem, 0.95svh, 0.4rem) clamp(0.56rem, 1.5vw, 0.72rem);
    }

    .process-step.is-active h3 {
        font-size: clamp(0.78rem, 2.6svh, 0.9rem);
    }

    .process-step.is-active p {
        font-size: clamp(0.58rem, 1.9svh, 0.68rem);
        line-height: 1.1;
    }
}

@media (min-width: 761px) and (max-width: 920px) and (max-height: 430px) and (orientation: landscape) {
    #processus {
        padding-top: clamp(0.55rem, 2.2svh, 0.8rem);
        padding-bottom: clamp(0.35rem, 1.35svh, 0.55rem);
    }

    .processus-header {
        gap: 0.2rem;
        margin-bottom: clamp(0.32rem, 1.15svh, 0.5rem);
    }

    .process-app-stage {
        width: min(49rem, 92vw);
        grid-template-columns: minmax(13rem, 0.66fr) minmax(20rem, 1fr);
        gap: clamp(0.65rem, 2vw, 1.1rem);
        align-items: center;
    }

    .process-phone-svg {
        width: min(23.5rem, 41vw);
        max-height: 58svh;
    }

    .process-steps {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        grid-template-rows: auto minmax(0, 1fr);
        min-height: 0;
        height: min(12.8rem, calc(100svh - var(--site-header-height, 0px) - 5.1rem));
        gap: clamp(0.26rem, 0.82svh, 0.42rem);
        align-content: start;
        align-items: start;
    }

    .process-step {
        grid-row: 1;
        min-height: 0;
        height: clamp(1.72rem, 6.2svh, 2rem);
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        overflow: hidden;
    }

    .process-step span {
        margin: 0;
        font-size: clamp(0.75rem, 2.1svh, 0.84rem);
    }

    .process-step h3,
    .process-step p {
        display: none;
    }

    .process-step.is-active {
        grid-column: 1 / -1;
        grid-row: 2;
        align-self: start;
        height: clamp(4.8rem, 16.5svh, 5.55rem);
        padding: clamp(0.42rem, 1.2svh, 0.58rem) clamp(0.75rem, 1.8vw, 1rem);
        border-radius: 8px;
        display: block;
        opacity: 1 !important;
        transform: translateY(0) scale(1.01);
    }

    .process-step.is-active span {
        display: block;
        margin-bottom: 0.16rem;
    }

    .process-step.is-active h3 {
        display: block;
        margin: 0 0 0.18rem;
        font-size: clamp(0.92rem, 2.55svh, 1.08rem);
        line-height: 1.05;
    }

    .process-step.is-active p {
        display: -webkit-box;
        overflow: hidden;
        font-size: clamp(0.75rem, 2.05svh, 0.86rem);
        line-height: 1.16;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}

@media (min-width: 921px) and (max-width: 1024px) and (max-height: 520px) and (orientation: landscape) {
    #processus {
        height: var(--processus-vh, 100dvh);
        min-height: var(--processus-vh, 100dvh);
        padding-top: clamp(0.45rem, 1.7svh, 0.7rem);
        padding-bottom: clamp(0.25rem, 1svh, 0.45rem);
        justify-content: space-between;
        overflow: hidden;
    }

    .processus-header {
        width: min(44rem, 88vw);
        gap: 0.16rem;
        margin-bottom: clamp(0.22rem, 0.85svh, 0.42rem);
    }

    .processus-kicker {
        font-size: clamp(0.58rem, 1.45svh, 0.68rem);
    }

    .processus-title {
        width: min(39rem, 84vw);
        font-size: clamp(1.22rem, 4.9svh, 1.48rem);
        line-height: 0.96;
    }

    .processus-subtitle {
        width: min(34rem, 70vw);
        font-size: clamp(0.56rem, 1.95svh, 0.68rem);
        line-height: 1.16;
    }

    .process-app-stage {
        width: min(51rem, 92vw);
        display: grid;
        grid-template-columns: minmax(13.5rem, 0.7fr) minmax(19rem, 1fr);
        gap: clamp(0.6rem, 1.8vw, 1rem);
        align-items: center;
        flex: 1 1 auto;
        min-height: 0;
    }

    .process-phone-wrap {
        min-height: min(59svh, 15.8rem);
        margin-block: 0;
    }

    .process-phone-wrap::before {
        width: min(22rem, 40vw);
        opacity: 0.52;
    }

    .process-phone-svg {
        --process-shell-scale: 1;
        width: min(23rem, 42vw);
        max-height: 62svh;
    }

    .process-steps {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        grid-template-rows: auto minmax(0, 1fr);
        width: min(24rem, 43vw);
        height: min(11.9rem, calc(100svh - var(--site-header-height, 0px) - 4.65rem));
        min-height: 0;
        gap: clamp(0.24rem, 0.74svh, 0.38rem);
        align-content: start;
        align-items: start;
        margin: 0;
    }

    .process-step {
        grid-row: 1;
        min-height: 0;
        height: clamp(1.55rem, 5.6svh, 1.85rem);
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        overflow: hidden;
    }

    .process-step span {
        margin: 0;
        font-size: clamp(0.64rem, 1.75svh, 0.76rem);
    }

    .process-step h3,
    .process-step p {
        display: none;
    }

    .process-step.is-active {
        grid-column: 1 / -1;
        grid-row: 2;
        align-self: start;
        height: clamp(4.15rem, 15.2svh, 4.9rem);
        padding: clamp(0.34rem, 1svh, 0.5rem) clamp(0.7rem, 1.65vw, 0.92rem);
        border-radius: 8px;
        display: block;
        opacity: 1 !important;
        transform: translateY(0) scale(1.01);
    }

    .process-step.is-active span {
        display: block;
        margin-bottom: 0.12rem;
    }

    .process-step.is-active h3 {
        display: block;
        margin: 0 0 0.14rem;
        font-size: clamp(0.84rem, 2.35svh, 1rem);
        line-height: 1.04;
    }

    .process-step.is-active p {
        display: -webkit-box;
        overflow: hidden;
        font-size: clamp(0.66rem, 1.85svh, 0.78rem);
        line-height: 1.12;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}

@media (max-width: 920px) and (orientation: portrait) {
    #processus {
        height: var(--processus-vh, 100dvh);
        min-height: var(--processus-vh, 100dvh);
        padding-block: clamp(1.15rem, 3.4dvh, 2rem);
        justify-content: space-between;
        overflow: hidden;
    }

    .processus-header {
        gap: 0.32rem;
        margin-bottom: 0;
    }

    .processus-kicker {
        font-size: 0.75rem;
    }

    .processus-title {
        font-size: clamp(1.9rem, 8.4vw, 3rem);
        line-height: 0.98;
    }

    .processus-subtitle {
        width: min(21rem, 92vw);
        font-size: clamp(0.78rem, 3.35vw, 0.94rem);
        line-height: 1.22;
    }

    .process-app-stage {
        position: relative;
        display: grid;
        place-items: center;
        width: min(44rem, 94vw);
        flex: 1 1 auto;
        min-height: 0;
        margin-inline: auto;
        gap: clamp(0.7rem, 2.15dvh, 1.4rem);
        align-content: space-evenly;
    }

    .process-phone-wrap {
        position: relative;
        z-index: 1;
        min-height: auto;
        margin: clamp(0.25rem, 0.9dvh, 0.55rem) 0 clamp(0.3rem, 1dvh, 0.65rem);
        pointer-events: none;
    }

    .process-phone-wrap::before {
        width: min(30rem, 108vw);
        opacity: 0.62;
    }

    .process-phone-svg {
        width: min(22.5rem, 92vw);
        max-height: min(36dvh, 22.5rem);
    }

    .process-steps {
        position: relative;
        left: auto;
        bottom: auto;
        z-index: 5;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: clamp(0.38rem, 1.3vw, 0.55rem);
        width: min(42rem, 94vw);
        min-height: 0;
        margin: 0;
        padding: 0;
        transform: none;
        background: transparent;
        pointer-events: auto;
    }

    .process-step {
        grid-area: auto;
        padding: clamp(0.38rem, 1.4vw, 0.5rem) clamp(0.58rem, 2.1vw, 0.7rem) clamp(0.48rem, 1.8vw, 0.64rem);
        background: rgba(14, 16, 15, 0.84);
        box-shadow:
            inset 0 0 0 1px rgba(255, 252, 225, 0.045),
            0 1rem 2rem rgba(14, 16, 15, 0.34);
        backdrop-filter: blur(12px);
        min-height: clamp(3.85rem, 9.3dvh, 4.55rem);
        transition: opacity 220ms ease, transform 220ms ease;
    }

    .process-step:nth-child(5) {
        grid-column: 1 / -1;
    }

    .process-step.is-active {
        transform: translateY(0) scale(1.02);
    }

    .process-step span {
        margin-bottom: 0.12rem;
        font-size: 0.66rem;
    }

    .process-step h3 {
        margin-bottom: 0.16rem;
        font-size: clamp(0.78rem, 3.25vw, 0.92rem);
    }

    .process-step p {
        display: -webkit-box;
        overflow: hidden;
        color: rgba(255, 252, 225, 0.72);
        font-size: clamp(0.58rem, 2.35vw, 0.7rem);
        line-height: 1.18;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}

@media (max-width: 920px) and (orientation: portrait) and (max-height: 820px) {
    .process-step {
        min-height: clamp(3rem, 7.7dvh, 3.55rem);
    }

    .process-step p {
        display: none;
    }

    .process-step.is-active {
        min-height: clamp(3.95rem, 10dvh, 4.45rem);
    }

    .process-step.is-active p {
        display: -webkit-box;
    }
}

@media (min-width: 700px) and (max-width: 920px) and (orientation: portrait) {
    #processus {
        padding-block: clamp(1rem, 2.4svh, 1.8rem);
    }

    .processus-header {
        margin-bottom: clamp(0.75rem, 1.8svh, 1.25rem);
    }

    .processus-title {
        width: min(44rem, 92vw);
        font-size: clamp(2.85rem, 6.65vw, 3.85rem);
    }

    .processus-subtitle {
        width: min(38rem, 86vw);
        font-size: clamp(1rem, 2vw, 1.18rem);
    }

    .process-app-stage {
        width: min(46rem, 92vw);
        gap: clamp(0.55rem, 1.4svh, 1rem);
    }

    .process-phone-wrap {
        margin-block: clamp(0.25rem, 0.9svh, 0.75rem);
    }

    .process-phone-svg {
        width: min(26rem, 56vw);
        max-height: min(34svh, 26rem);
    }

    .process-steps {
        width: min(43rem, 92vw);
        gap: clamp(0.42rem, 1vw, 0.62rem);
    }

    .process-step {
        min-height: clamp(4.65rem, 7.2svh, 5.35rem);
        padding: clamp(0.54rem, 0.95vw, 0.7rem) clamp(0.72rem, 1.55vw, 0.92rem);
    }

    .process-step span {
        font-size: clamp(0.82rem, 1.65vw, 0.95rem);
    }

    .process-step h3 {
        font-size: clamp(1.12rem, 2.15vw, 1.32rem);
        margin-bottom: 0.22rem;
    }

    .process-step p {
        font-size: clamp(0.86rem, 1.62vw, 1rem);
        line-height: 1.3;
    }
}

@media (min-width: 2200px) and (orientation: landscape) {
    #processus {
        justify-content: center;
        gap: clamp(1.6rem, 2.8svh, 3.2rem);
        padding-block: clamp(2rem, 2.6svh, 3.4rem);
    }

    .processus-header {
        width: min(1360px, 64vw);
        gap: clamp(0.65rem, 0.62vw, 1rem);
        margin-bottom: 0;
    }

    .processus-kicker {
        font-size: clamp(0.88rem, 0.4vw, 1.02rem);
    }

    .processus-title {
        width: min(1300px, 62vw);
        font-size: clamp(4.5rem, 2.35vw, 6rem);
        line-height: 0.96;
    }

    .processus-subtitle {
        width: min(940px, 48vw);
        font-size: clamp(1.05rem, 0.5vw, 1.25rem);
        line-height: 1.34;
    }

    .process-app-stage {
        width: min(1680px, 78vw);
        grid-template-columns: minmax(34rem, 0.95fr) minmax(30rem, 0.82fr);
        gap: clamp(3rem, 4vw, 7rem);
        flex: 0 1 auto;
    }

    .process-phone-wrap {
        min-height: clamp(34rem, 52svh, 54rem);
    }

    .process-phone-wrap::before {
        width: min(58rem, 42vw);
    }

    .process-phone-svg {
        width: min(54rem, 38vw);
        max-height: 62svh;
    }

    .process-steps {
        gap: clamp(1rem, 0.82vw, 1.48rem);
    }

    .process-step {
        padding: clamp(1rem, 0.72vw, 1.42rem) clamp(1.22rem, 0.98vw, 1.78rem);
    }

    .process-step span {
        font-size: clamp(0.92rem, 0.44vw, 1.08rem);
    }

    .process-step h3 {
        font-size: clamp(1.24rem, 0.66vw, 1.58rem);
    }

    .process-step p {
        font-size: clamp(1rem, 0.52vw, 1.22rem);
        line-height: 1.38;
    }
}

@media (min-width: 2200px) and (max-height: 960px) and (orientation: landscape) {
    #processus {
        gap: 0;
        padding-block: clamp(0.55rem, 1.45svh, 0.95rem);
    }

    .processus-header {
        width: min(1040px, 70vw);
        gap: clamp(0.28rem, 0.75svh, 0.55rem);
        margin-bottom: clamp(0.35rem, 1svh, 0.75rem);
    }

    .processus-kicker {
        font-size: clamp(0.72rem, 0.36vw, 0.84rem);
    }

    .processus-title {
        width: min(980px, 66vw);
        font-size: clamp(2.6rem, 2vw, 3.75rem);
        line-height: 0.94;
    }

    .processus-subtitle {
        width: min(760px, 52vw);
        font-size: clamp(0.9rem, 0.42vw, 1rem);
        line-height: 1.2;
    }

    .process-app-stage {
        width: min(1120px, 76vw);
        grid-template-columns: minmax(20rem, 0.74fr) minmax(19rem, 0.7fr);
        gap: clamp(1rem, 2.4vw, 2.6rem);
    }

    .process-phone-wrap {
        min-height: min(50svh, 31rem);
    }

    .process-phone-wrap::before {
        width: min(34rem, 34vw);
        opacity: 0.62;
    }

    .process-phone-svg {
        width: min(30rem, 26vw);
        max-height: 50svh;
    }

    .process-steps {
        gap: clamp(0.34rem, 0.62svh, 0.5rem);
    }

    .process-step {
        padding: clamp(0.46rem, 0.72svh, 0.62rem) clamp(0.8rem, 1vw, 1rem);
    }

    .process-step span {
        font-size: clamp(0.72rem, 0.36vw, 0.82rem);
        margin-bottom: 0.12rem;
    }

    .process-step h3 {
        font-size: clamp(0.95rem, 0.5vw, 1.08rem);
        margin-bottom: 0.12rem;
    }

    .process-step p {
        font-size: clamp(0.8rem, 0.42vw, 0.9rem);
        line-height: 1.18;
    }
}

@media (max-width: 560px) {
    #processus {
        --processus-header-scale: 1;
    }

    .processus-title {
        width: min(42rem, 92vw);
        font-size: clamp(
            calc(2.35rem * var(--processus-header-scale)),
            calc(11vw * var(--processus-header-scale)),
            calc(3.35rem * var(--processus-header-scale))
        );
        line-height: 0.98;
    }

    .processus-subtitle {
        width: min(calc(42rem * var(--processus-header-scale)), 92vw);
        font-size: clamp(
            calc(1rem * var(--processus-header-scale)),
            calc(1.25vw * var(--processus-header-scale)),
            calc(1.18rem * var(--processus-header-scale))
        );
        line-height: 1.55;
    }

    .process-phone-svg {
        width: min(18.8rem, 82vw);
        max-height: min(32dvh, 18.8rem);
        margin-left: 0;
    }
}

@media (max-width: 560px) and (orientation: portrait) {
    #processus {
        padding-top: clamp(5rem, 9.4dvh, 5.8rem);
        padding-bottom: clamp(0.7rem, 2.1dvh, 1.2rem);
    }

    .processus-header {
        gap: clamp(0.38rem, 1.1svh, 0.62rem);
        margin-bottom: clamp(0.18rem, 0.7svh, 0.42rem);
    }

    .processus-kicker {
        font-size: clamp(0.75rem, 3vw, 0.86rem);
    }

    .processus-title {
        width: min(42rem, 92vw);
        font-size: clamp(
            calc(2.35rem * var(--processus-header-scale)),
            calc(11vw * var(--processus-header-scale)),
            calc(3.35rem * var(--processus-header-scale))
        );
        line-height: 0.98;
    }

    .processus-subtitle {
        width: min(calc(42rem * var(--processus-header-scale)), 92vw);
        font-size: clamp(
            calc(1rem * var(--processus-header-scale)),
            calc(1.25vw * var(--processus-header-scale)),
            calc(1.18rem * var(--processus-header-scale))
        );
        line-height: 1.55;
    }

    .process-app-stage {
        width: min(22.5rem, 92vw);
        gap: clamp(0.38rem, 1.35dvh, 0.85rem);
        align-content: space-evenly;
    }

    .process-phone-wrap {
        margin-block: clamp(0.12rem, 0.45svh, 0.32rem);
    }

    .process-phone-wrap::before {
        width: min(26rem, 96vw);
        opacity: 0.56;
    }

    .process-phone-svg {
        width: min(18.6rem, 78vw);
        max-height: min(34dvh, 18.6rem);
    }

    .process-steps {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        grid-template-rows: auto minmax(0, 1fr);
        gap: clamp(0.28rem, 1.1vw, 0.42rem);
        width: min(21.5rem, 92vw);
        min-height: clamp(9.1rem, 22svh, 10.5rem);
        align-items: start;
        align-content: start;
    }

    .process-step {
        grid-row: 1;
        min-height: 0;
        height: clamp(1.7rem, 4.2svh, 2rem);
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        overflow: hidden;
    }

    .process-step:nth-child(5) {
        grid-column: auto;
    }

    .process-step span {
        margin: 0;
        font-size: clamp(0.75rem, 2.4svh, 0.86rem);
    }

    .process-step h3,
    .process-step p {
        display: none;
    }

    .process-step.is-active {
        grid-column: 1 / -1;
        grid-row: 2;
        align-self: start;
        height: clamp(5.05rem, 13.4svh, 6rem);
        min-height: 0;
        padding: clamp(0.46rem, 1.18svh, 0.6rem) clamp(0.72rem, 3vw, 0.95rem);
        border-radius: 8px;
        display: block;
        opacity: 1 !important;
        transform: translateY(0) scale(1.01);
        background: rgba(12, 216, 252, 0.12);
    }

    .process-step.is-active span {
        display: block;
        margin-bottom: 0.16rem;
    }

    .process-step.is-active h3 {
        display: block;
        margin: 0 0 0.2rem;
        font-size: clamp(0.88rem, 3.8vw, 1.08rem);
        line-height: 1.05;
    }

    .process-step.is-active p {
        display: -webkit-box;
        overflow: hidden;
        font-size: clamp(0.75rem, 3.1vw, 0.88rem);
        line-height: 1.18;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}

@media (max-width: 560px) and (max-height: 760px) and (orientation: portrait) {
    #processus {
        --processus-header-scale: 0.82;
        padding-top: clamp(4.75rem, 10.2dvh, 5.4rem);
    }

    .processus-header {
        gap: 0.18rem;
        margin-bottom: clamp(0.18rem, 0.8svh, 0.42rem);
    }

    .processus-kicker {
        display: none;
    }

    .processus-title {
        width: min(42rem, 92vw);
        font-size: clamp(
            calc(2.35rem * var(--processus-header-scale)),
            calc(11vw * var(--processus-header-scale)),
            calc(3.35rem * var(--processus-header-scale))
        );
        line-height: 0.98;
    }

    .processus-subtitle {
        width: min(calc(42rem * var(--processus-header-scale)), 92vw);
        font-size: clamp(
            calc(1rem * var(--processus-header-scale)),
            calc(1.25vw * var(--processus-header-scale)),
            calc(1.18rem * var(--processus-header-scale))
        );
        line-height: 1.55;
    }

    .process-app-stage {
        width: min(22rem, 92vw);
        gap: clamp(0.38rem, 1.2svh, 0.68rem);
    }

    .process-phone-wrap {
        margin-block: clamp(0.14rem, 0.55svh, 0.32rem);
    }

    .process-phone-wrap::before {
        width: min(22rem, 86vw);
        opacity: 0.5;
    }

    .process-phone-svg {
        width: min(17.7rem, 76vw);
        max-height: 33svh;
    }

    .process-steps {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        grid-template-rows: auto minmax(0, 1fr);
        gap: clamp(0.28rem, 1.1vw, 0.42rem);
        width: min(21rem, 92vw);
        min-height: clamp(8.8rem, 25svh, 10.1rem);
        align-items: start;
        align-content: start;
    }

    .process-step {
        grid-row: 1;
        min-height: 0;
        height: clamp(1.7rem, 4.2svh, 2rem);
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        overflow: hidden;
    }

    .process-step:nth-child(5) {
        grid-column: auto;
    }

    .process-step span {
        margin: 0;
        font-size: clamp(0.75rem, 2.45svh, 0.86rem);
    }

    .process-step h3,
    .process-step p {
        display: none;
    }

    .process-step.is-active {
        grid-column: 1 / -1;
        grid-row: 2;
        align-self: start;
        height: clamp(4.95rem, 14svh, 5.7rem);
        min-height: 0;
        padding: clamp(0.44rem, 1.35svh, 0.58rem) clamp(0.72rem, 3vw, 0.95rem);
        border-radius: 8px;
        display: block;
        opacity: 1 !important;
        transform: translateY(0) scale(1.01);
        background: rgba(12, 216, 252, 0.12);
    }

    .process-step.is-active span {
        display: block;
        margin-bottom: 0.16rem;
    }

    .process-step.is-active h3 {
        display: block;
        margin: 0 0 0.2rem;
        font-size: clamp(0.88rem, 3.8vw, 1.08rem);
        line-height: 1.05;
    }

    .process-step.is-active p {
        display: -webkit-box;
        overflow: hidden;
        font-size: clamp(0.75rem, 3.1vw, 0.88rem);
        line-height: 1.18;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}

@media (max-width: 560px) and (min-height: 780px) and (orientation: portrait) {
    #processus {
        padding-top: clamp(5rem, 9.4dvh, 5.8rem);
        padding-bottom: clamp(0.75rem, 2.2dvh, 1.25rem);
    }

    .process-phone-svg {
        width: min(19.2rem, 78vw);
        max-height: min(35dvh, 19.2rem);
    }

    .process-steps {
        min-height: clamp(9.1rem, 22svh, 10.5rem);
    }

    .process-step.is-active {
        height: clamp(5.05rem, 13.4svh, 6rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    .process-phone-svg,
    .app-layer,
    .process-device-chip,
    .process-step {
        transform: none !important;
        opacity: 1 !important;
        filter: none !important;
    }
}

/* ====================================================== */
/* === SECTION CONTACT ================================== */
/* ====================================================== */

.field-error {
    font-size: .85rem;
    color: #FC00A8;
    margin-top: .25rem;
}

.contact-section {
    --contact-form-scale: 1;
    width: 100%;
    min-height: calc(100svh - var(--site-header-height, 76px));
    height: auto;
    padding-block:
            calc(clamp(2.25rem, 5svh, 4rem) * var(--contact-form-scale))
            calc(clamp(3rem, 7svh, 5rem) * var(--contact-form-scale));
    padding-inline: calc(clamp(1.25rem, 4vw, 4rem) * var(--contact-form-scale));
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: var(--style-white);
}

body.page-contact #site-content,
body.page-template-page-contact #site-content {
    padding-top: var(--site-header-height, 76px);
    background: var(--style-black);
}

#contact .contact-title,
#contact .contact-subtitle,
#contact .contact-form {
    opacity: 0;
    visibility: hidden;
}

#contact .contact-title {
    transform: translateY(100px);
    filter: blur(6px);
}

#contact .contact-subtitle {
    transform: translateY(18px);
    filter: blur(6px);
}

#contact .contact-form {
    transform: translateY(30px);
    will-change: transform, opacity;
}

.contact-wrap {
    width: min(calc(1480px * var(--contact-form-scale)), 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns:
            minmax(calc(18rem * var(--contact-form-scale)), .72fr)
            minmax(calc(34rem * var(--contact-form-scale)), 1fr);
    align-items: center;
    column-gap: calc(clamp(5rem, 10vw, 12rem) * var(--contact-form-scale));
    row-gap: calc(clamp(2.5rem, 6vw, 5rem) * var(--contact-form-scale));
}

.title-contact-section {
    position: relative;
    width: min(calc(1480px * var(--contact-form-scale)), 100%);
}

.contact-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: calc(clamp(1rem, 2vw, 1.6rem) * var(--contact-form-scale));
    margin-bottom: 0;
}

.contact-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding:
            calc(.48rem * var(--contact-form-scale))
            calc(1rem * var(--contact-form-scale));
    border-radius: 999px;
    background: rgba(14, 16, 15, .9);
    color: var(--terminal-green);
    font-family: var(--font-code, monospace);
    font-size: clamp(
            calc(.75rem * var(--contact-form-scale)),
            calc(.7vw * var(--contact-form-scale)),
            calc(.9rem * var(--contact-form-scale))
    );
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    border: 1px solid rgba(12, 216, 252, .35);
    box-shadow:
            4px 4px 0 var(--logo-magenta),
            0 0 22px rgba(12, 216, 252, .28);
}

.contact-title {
    margin: 0;
    line-height: .98;
    font-size: clamp(
            calc(3.1rem * var(--contact-form-scale)),
            calc(4.6vw * var(--contact-form-scale)),
            calc(5.35rem * var(--contact-form-scale))
    );
    font-weight: 700;
    text-align: left;
    background: linear-gradient(100deg, var(--logo-cyan) 0%, var(--logo-violet) 48%, var(--logo-magenta) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    white-space: pre-line;
}

.contact-subtitle {
    width: min(calc(42rem * var(--contact-form-scale)), 100%);
    margin: 0;
    font-size: clamp(
            calc(1rem * var(--contact-form-scale)),
            calc(1.25vw * var(--contact-form-scale)),
            calc(1.18rem * var(--contact-form-scale))
    );
    line-height: 1.55;
    color: rgba(255, 252, 225, .72);
    text-align: left;
}

.contact-form {
    display: grid;
    gap: calc(clamp(16px, 2vw, 20px) * var(--contact-form-scale));
    grid-template-columns: 1fr 1fr;
    width: min(100%, calc(46rem * var(--contact-form-scale)));
    box-sizing: border-box;
    justify-self: end;
    position: relative;
    margin: 0;
    background:
            linear-gradient(180deg, rgba(255, 252, 225, .055), rgba(255, 252, 225, .018)),
            rgba(14, 16, 15, .92);
    border: 1px solid rgba(255, 252, 225, .18);
    border-radius: calc(22px * var(--contact-form-scale));
    padding: calc(clamp(22px, 3vw, 36px) * var(--contact-form-scale));
    box-shadow:
            8px 8px 0 rgba(12, 216, 252, .85),
            14px 14px 0 var(--logo-magenta),
            0 24px 70px rgba(0, 0, 0, .36);
    color: var(--style-white);
    overflow: hidden;
    backdrop-filter: blur(12px);
}

.contact-form::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: calc(6px * var(--contact-form-scale));
    background: linear-gradient(180deg, var(--logo-cyan), var(--logo-violet), var(--logo-magenta));
    box-shadow: 0 0 18px rgba(108, 60, 252, .5);
}

.contact-form .hp-input {
    position: absolute;
    width: 1px;
    height: 1px;
    clip-path: inset(50%);
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
}

.contact-form .field {
    display: flex;
    flex-direction: column;
    gap: calc(8px * var(--contact-form-scale));
}

.contact-form .field--half {
    grid-column: span 1;
}

.contact-form .field--full {
    grid-column: 1 / -1;
}

.contact-form .field:has(#first_name) {
    grid-column: 1 / 2;
    grid-row: 1;
}

.contact-form .field:has(#last_name) {
    grid-column: 2 / 3;
    grid-row: 1;
}

.contact-form .field:has(#email) {
    grid-column: 1 / 2;
    grid-row: 2;
}

.contact-form .field:has(#subject) {
    grid-column: 1 / 2;
    grid-row: 3;
}

.contact-form .field:has(#message) {
    grid-column: 1 / -1;
    grid-row: 4;
}

.contact-form label {
    font-size: clamp(
            calc(.92rem * var(--contact-form-scale)),
            calc((.45vw + .6rem) * var(--contact-form-scale)),
            calc(1rem * var(--contact-form-scale))
    );
    font-weight: 700;
    letter-spacing: .01em;
    color: rgba(255, 252, 225, .94);
    text-shadow: 0 0 10px rgba(12, 216, 252, .10);
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    box-sizing: border-box;
    background: rgba(255, 252, 225, .06);
    border: 1px solid rgba(255, 252, 225, .22);
    border-radius: calc(14px * var(--contact-form-scale));
    padding:
            calc(14px * var(--contact-form-scale))
            calc(16px * var(--contact-form-scale));
    color: var(--style-white);
    outline: none;
    font-family: inherit;
    font-size: calc(1rem * var(--contact-form-scale));
    line-height: 1.35;
    transition:
            border-color .25s ease,
            background .25s ease,
            box-shadow .25s ease,
            transform .18s ease;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: rgba(255, 252, 225, .35);
}

.contact-form input:hover,
.contact-form textarea:hover {
    background: rgba(255, 252, 225, .075);
    border-color: rgba(108, 60, 252, .72);
    box-shadow:
            inset 0 1px 0 rgba(255, 252, 225, .06),
            0 0 0 3px rgba(108, 60, 252, .12);
}

.contact-form input:focus,
.contact-form textarea:focus {
    background: rgba(255, 252, 225, .09);
    border-color: var(--brand-cyan);
    box-shadow:
            0 0 0 4px rgba(12, 216, 252, .20),
            0 10px 22px rgba(108, 60, 252, .16),
            inset 0 1px 0 rgba(255, 252, 225, .08);
    transform: translateY(-1px);
}

.contact-form textarea {
    resize: vertical;
    min-height: calc(180px * var(--contact-form-scale));
}

.actions {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: calc(14px * var(--contact-form-scale));
    padding-top: calc(.5rem * var(--contact-form-scale));
}

.actions .btn {
    min-width: calc(170px * var(--contact-form-scale));
    height: calc(54px * var(--contact-form-scale));
    padding: 0 calc(32px * var(--contact-form-scale));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid rgba(255, 252, 225, .16);
    border-radius: calc(14px * var(--contact-form-scale));
    background-color: var(--style-black);
    background-image: linear-gradient(100deg, var(--logo-cyan) 0%, var(--logo-violet) 48%, var(--logo-magenta) 100%);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0% 100%;
    color: var(--style-white);
    font-size: calc(1rem * var(--contact-form-scale));
    font-weight: 700;
    letter-spacing: .01em;
    text-decoration: none;
    cursor: pointer;
    box-shadow:
            5px 5px 0 var(--brand-cyan),
            0 0 20px rgba(12, 216, 252, .18);
    transition:
            transform .18s ease,
            box-shadow .25s ease,
            background-size .28s cubic-bezier(.22,.61,.36,1);
}

.actions .btn::before,
.actions .btn::after {
    content: none;
}

.actions .btn:hover {
    transform: translate(-2px, -2px);
    background-size: 100% 100%;
    box-shadow:
            8px 8px 0 var(--logo-magenta),
            0 0 24px rgba(12, 216, 252, .24);
}

.actions .btn-primary {
    color: var(--style-white);
}

.actions .btn:active {
    transform: translate(0,0);
}

#contact-feedback {
    font-size: .95rem;
    color: rgba(255, 252, 225, .72);
    min-height: 1.2em;
}

.contact-lottie-overlay {
    position: fixed;
    inset: 0;
    background: rgba(14, 16, 15, .78);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    pointer-events: none;
    opacity: 0;
}

.contact-lottie-inner {
    background: rgba(14, 16, 15, .96);
    border: 1px solid rgba(255, 252, 225, .08);
    border-radius: 18px;
    padding: 28px 30px 18px;
    width: min(360px, 92vw);
    text-align: center;
    box-shadow: 0 20px 55px rgba(14, 16, 15, .42);
}

.lottie-box {
    width: 200px;
    height: 200px;
    margin: 0 auto 10px;
}

.lottie-success-text {
    color: var(--style-white);
    font-weight: 600;
    letter-spacing: .01em;
    font-size: .98rem;
}

@media (max-width: 980px) {
    .contact-section {
        align-items: flex-start;
        padding-block: clamp(2rem, 5.5svh, 3.5rem);
    }

    .contact-wrap {
        grid-template-columns: 1fr;
        gap: clamp(0.75rem, 2svh, 1.35rem);
    }

    .contact-header {
        align-items: center;
        text-align: center;
        gap: clamp(0.38rem, 1.1svh, 0.62rem);
    }

    .contact-title,
    .contact-subtitle {
        text-align: center;
    }

    .contact-form {
        width: min(100%, 42rem);
        margin-inline: auto;
    }
}

@media (min-width: 2200px) and (orientation: landscape) {
    .contact-section {
        --contact-form-scale: 1.22;
    }
}

@media (min-width: 3400px) and (orientation: landscape) {
    .contact-section {
        --contact-form-scale: 1.55;
    }
}

@media (max-width: 640px) {
    .contact-section {
        padding-block: clamp(1.35rem, 4svh, 2.35rem);
        padding-inline: clamp(.75rem, 3vw, 1.25rem);
    }

    .contact-wrap {
        gap: clamp(0.45rem, 1.25svh, 0.9rem);
    }

    .contact-header {
        gap: clamp(0.38rem, 1.1svh, 0.62rem);
    }

    .contact-eyebrow {
        padding: calc(.36rem * var(--contact-form-scale)) calc(.85rem * var(--contact-form-scale));
    }

    .contact-title {
        font-size: clamp(2.35rem, 11vw, 3.35rem);
        line-height: 0.98;
    }

    .contact-subtitle {
        line-height: 1.55;
    }

    .contact-form {
        grid-template-columns: 1fr;
        padding: clamp(1.35rem, 6vw, 1.8rem);
        border-radius: 1.15rem;
        box-shadow:
                5px 5px 0 rgba(12, 216, 252, .85),
                9px 9px 0 var(--logo-magenta),
                0 14px 34px rgba(0, 0, 0, .28);
    }

    .contact-form .field:has(#first_name),
    .contact-form .field:has(#last_name),
    .contact-form .field:has(#email),
    .contact-form .field:has(#subject),
    .contact-form .field:has(#message),
    .contact-form .field--half,
    .contact-form .field--full {
        grid-column: 1 / -1;
        grid-row: auto;
    }
}

.processus-header,
.contact-header {
    gap: clamp(0.75rem, 1.6vw, 1.25rem);
}

@media (max-width: 980px) {
    .processus-header,
    .contact-header {
        gap: clamp(0.38rem, 1.1svh, 0.62rem);
    }
}

@media (max-width: 560px) and (orientation: portrait) {
    .processus-header,
    .contact-header {
        gap: clamp(0.38rem, 1.1svh, 0.62rem);
    }
}

/* Processus : mobile paysage / écrans bas */
@media (max-height: 520px) and (orientation: landscape) {
    /* Processus */
    #processus {
        min-height: var(--processus-vh, 100dvh);
    }

    .processus-header {
        gap: clamp(0.55rem, 1.6svh, 1rem);
        margin-bottom: clamp(0.75rem, 2.4svh, 1.35rem);
    }

    .processus-title {
        font-size: clamp(22px, 4.4svh, 31px);
    }

    .processus-subtitle {
        font-size: clamp(12px, 2.45svh, 15px);
        line-height: 1.28;
    }

    #processus .wrap {
        width: min(820px, 94vw);
    }

    .step-text {
        grid-template-columns: clamp(118px, 32%, 190px) minmax(0, 1fr);
        column-gap: clamp(7px, 1.6vw, 14px);
        font-size: clamp(8.8px, 2svh, 11px);
        line-height: 1.16;
    }

    .step-text strong {
        font-size: clamp(9.5px, 2.15svh, 12px);
    }
}

/* Processus : mobile portrait étroit */
@media (max-width: 480px) and (orientation: portrait) {
    #processus .wrap{
        width: 96vw;
    }

    .step-text{
        grid-template-columns: clamp(104px, 40%, 136px) minmax(0, 1fr);
        column-gap: 8px;
        font-size: clamp(9.2px, 2.45vw, 11px);
        line-height: 1.18;
    }

    .step-text strong{
        font-size: clamp(9.8px, 2.6vw, 11.5px);
    }
}
