/* =========================================================
   MICHAEL WOOD — PROCESS V2
========================================================= */

:root {
    --process-ink: #081225;
    --process-copy: #53617a;
    --process-dark: #050b1a;
    --process-soft: #f8faff;
    --process-border: #e1e6ed;
    --process-blue: #3f67e8;
    --process-cyan: #62d9f4;
    --process-purple: #825fe7;
}


.processPage {
    color: var(--process-ink);
    background: #fff;
}


.processContainer {
    width: min(1500px, calc(100% - 60px));
    margin: 0 auto;
}


.processWhite {
    color: var(--process-ink);
    background: #fff;
}


.processSoft {
    color: var(--process-ink);
    background: var(--process-soft);
}


.processDark {
    color: #fff;
    background: var(--process-dark);
}


/* =========================================================
   SHARED
========================================================= */

.processEyebrow {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--process-cyan);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}


.processEyebrow>span {
    width: 28px;
    height: 1px;
    background: linear-gradient(90deg,
            var(--process-cyan),
            var(--process-purple));
}


.processEyebrow--dark {
    color: #315f93;
}


.processEyebrow--dark>span {
    background: #5577a0;
}


.processButton {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    padding: 0 20px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
    text-decoration: none;
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}


.processButton:hover {
    transform: translateY(-2px);
}


.processButton--primary {
    color: #fff;
    border: 1px solid rgba(98, 217, 244, .28);
    background: linear-gradient(110deg,
            #3f67e8,
            #7659df);
    box-shadow: 0 18px 42px rgba(54, 75, 210, .19);
}


.processButton--outline {
    color: rgba(255, 255, 255, .75);
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .025);
}


.processButton--light {
    color: var(--process-ink);
    border: 1px solid #d6dde7;
    background: #fff;
    box-shadow: 0 10px 25px rgba(15, 23, 42, .05);
}


.processTextLink {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #263653;
    font-size: 10px;
    font-weight: 850;
    text-decoration: none;
}


.processTextLink span {
    color: var(--process-blue);
}


.processSectionHead {
    display: grid;
    grid-template-columns:
        minmax(0, 1.05fr) minmax(320px, .95fr);
    gap: 85px;
    align-items: end;
    margin-bottom: 38px;
}


.processSectionHead h2,
.processIntro h2,
.processSafety h2,
.processPortal h2,
.processStart h2,
.processFaq h2 {
    max-width: 900px;
    margin: 15px 0 0;
    font-size: clamp(44px, 5vw, 72px);
    line-height: .98;
    letter-spacing: -.06em;
}


.processWhite h2,
.processSoft h2 {
    color: var(--process-ink);
}


.processWhite h2 span,
.processSoft h2 span {
    background: linear-gradient(100deg, #4769df 0%, #6d63da 48%, #8a62df 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}


.processDark h2 {
    color: #fff;
}


.processDark h2 span {
    background: linear-gradient(100deg, #4769df 0%, #6d63da 48%, #8a62df 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}


.processSectionHead__copy {
    margin: 0;
    color: var(--process-copy);
    font-size: 14px;
    line-height: 1.75;
}


.processSwipeHint {
    display: none;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
    color: #647089;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}


/* =========================================================
   REVEALS / SWING
========================================================= */

.processReveal {
    opacity: 0;
    transition:
        opacity .8s ease,
        transform .9s cubic-bezier(.2, .8, .2, 1);
}


.processReveal--left {
    transform: translateX(-52px);
}


.processReveal--right {
    transform: translateX(52px);
}


.processReveal--swing {
    transform: translateY(44px) rotate(2deg);
    transform-origin: 50% 0;
}


.processReveal.is-visible {
    opacity: 1;
    transform: translate(0, 0) rotate(0);
}


.processDelay1 {
    transition-delay: .08s;
}


.processDelay2 {
    transition-delay: .16s;
}


.processDelay3 {
    transition-delay: .24s;
}


.processDelay4 {
    transition-delay: .32s;
}


/* =========================================================
   HERO
========================================================= */

.processHero {
    position: relative;
    overflow: hidden;
    background: var(--process-dark);
}


.processHero__grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .018) 1px,
            transparent 1px),
        linear-gradient(90deg,
            rgba(255, 255, 255, .018) 1px,
            transparent 1px);
    background-size: 72px 72px;
    pointer-events: none;
}


.processHero__glow {
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    filter: blur(95px);
    pointer-events: none;
}


.processHero__glow--one {
    left: -190px;
    top: 80px;
    background: rgba(64, 99, 224, .12);
}


.processHero__glow--two {
    right: -210px;
    bottom: -250px;
    background: rgba(115, 79, 218, .1);
}


.processHero__breadcrumbs {
    position: relative;
    z-index: 3;
    padding-top: 28px;
}


.processHero__inner {
    position: relative;
    z-index: 2;
    min-height: 720px;
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 85px;
    align-items: center;
    padding: 65px 0 100px;
}


.processHero h1 {
    max-width: 900px;
    margin: 25px 0 23px;
    color: #fff;
    font-size: clamp(58px, 6.2vw, 100px);
    line-height: .91;
    letter-spacing: -.075em;
}


.processHero h1 span {
    display: block;
    color: #adb7cb;
}


.processHero__lead {
    max-width: 760px;
    margin: 0;
    color: rgba(238, 243, 255, .64);
    font-size: 16px;
    line-height: 1.75;
}


.processHero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 32px;
}


.processHero__facts {
    max-width: 820px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 52px;
    padding-top: 23px;
    border-top: 1px solid rgba(255, 255, 255, .09);
}


.processHero__facts>div {
    padding: 0 17px;
    border-left: 1px solid rgba(255, 255, 255, .08);
}


.processHero__facts>div:first-child {
    padding-left: 0;
    border-left: 0;
}


.processHero__facts strong,
.processHero__facts span {
    display: block;
}


.processHero__facts strong {
    color: #fff;
    font-size: 13px;
}


.processHero__facts span {
    margin-top: 5px;
    color: rgba(238, 243, 255, .38);
    font-size: 9px;
}


/* hero flow window */

.processHero__visual {
    position: relative;
    min-height: 500px;
    display: grid;
    place-items: center;
}


.processFlowWindow {
    width: min(100%, 610px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 18px;
    background: #071021;
    box-shadow: 0 38px 90px rgba(0, 0, 0, .29);
    animation: processFloatWindow 6s ease-in-out infinite;
}


.processFlowWindow__bar {
    height: 47px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}


.processFlowWindow__bar i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .18);
}


.processFlowWindow__bar span {
    margin-left: auto;
    color: rgba(255, 255, 255, .27);
    font-size: 8px;
}


.processFlowWindow__body {
    padding: 20px 23px 24px;
}


.processFlowLine {
    min-height: 65px;
    display: grid;
    grid-template-columns: 34px 1fr 24px;
    gap: 12px;
    align-items: center;
    padding: 8px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}


.processFlowLine:last-child {
    border-bottom: 0;
}


.processFlowLine>span {
    color: rgba(255, 255, 255, .25);
    font-family:
        ui-monospace,
        SFMono-Regular,
        Menlo,
        monospace;
    font-size: 8px;
}


.processFlowLine small,
.processFlowLine strong {
    display: block;
}


.processFlowLine small {
    color: #66e3ff;
    font-size: 7px;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}


.processFlowLine strong {
    margin-top: 4px;
    color: rgba(255, 255, 255, .74);
    font-size: 11px;
}


.processFlowLine>b {
    color: rgba(98, 217, 244, .75);
    font-size: 10px;
}


.processFlowLine.is-active {
    margin: 0 -8px;
    padding-inline: 12px;
    border-radius: 9px;
    background: rgba(98, 217, 244, .04);
}


.processHeroChip {
    position: absolute;
    min-width: 155px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 10px;
    background: rgba(5, 12, 29, .91);
    backdrop-filter: blur(12px);
    box-shadow: 0 17px 35px rgba(0, 0, 0, .2);
    animation: processFloatChip 5.8s ease-in-out infinite;
}


.processHeroChip small,
.processHeroChip strong {
    display: block;
}


.processHeroChip small {
    color: rgba(255, 255, 255, .34);
    font-size: 7px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}


.processHeroChip strong {
    margin-top: 4px;
    color: #fff;
    font-size: 10px;
}


.processHeroChip--one {
    left: -10px;
    top: 62px;
}


.processHeroChip--two {
    right: -12px;
    top: 185px;
    animation-delay: -2s;
}


.processHeroChip--three {
    right: 36px;
    bottom: 30px;
    animation-delay: -4s;
}


@keyframes processFloatWindow {

    0%,
    100% {
        transform: translateY(0) rotate(-.35deg);
    }

    50% {
        transform: translateY(-9px) rotate(.35deg);
    }

}


@keyframes processFloatChip {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }

}


/* =========================================================
   INTRO
========================================================= */

.processIntro {
    padding: 115px 0;
}


.processIntro__grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 90px;
    align-items: end;
}


.processIntro__lead {
    color: #202a40 !important;
    font-size: 18px !important;
    line-height: 1.6 !important;
}


.processIntro__copy p {
    margin: 0 0 16px;
    color: var(--process-copy);
    font-size: 14px;
    line-height: 1.75;
}


/* =========================================================
   JOURNEY
========================================================= */

.processJourney {
    padding: 105px 0 115px;
}


.processJourney__track {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 13px;
}


.processStep {
    min-height: 430px;
    display: flex;
    flex-direction: column;
    padding: 27px;
    border: 1px solid var(--process-border);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .035);
}


.processStep__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}


.processStep__number {
    color: #5573a9;
    font-size: 9px;
    font-weight: 900;
}


.processStep__top small {
    color: #8390a5;
    font-size: 8px;
    font-weight: 850;
    letter-spacing: .09em;
    text-transform: uppercase;
}


.processStep h3 {
    margin: 55px 0 12px;
    color: var(--process-ink);
    font-size: 27px;
    line-height: 1.08;
    letter-spacing: -.04em;
}


.processStep>p {
    margin: 0;
    color: var(--process-copy);
    font-size: 12px;
    line-height: 1.66;
}


.processStep ul {
    display: grid;
    gap: 10px;
    margin: auto 0 0;
    padding: 25px 0 0;
    border-top: 1px solid #edf0f4;
    list-style: none;
}


.processStep li {
    color: #556176;
    font-size: 10px;
    line-height: 1.45;
}


.processStep li::before {
    content: "✓";
    margin-right: 8px;
    color: #315fc4;
    font-weight: 900;
}


/* =========================================================
   SAFETY
========================================================= */

.processSafety {
    padding: 115px 0;
}


.processSafety__grid {
    display: grid;
    grid-template-columns: .84fr 1.16fr;
    gap: 95px;
    align-items: start;
}


.processSafety__intro>p {
    max-width: 620px;
    margin: 19px 0 28px;
    color: rgba(238, 243, 255, .54);
    font-size: 14px;
    line-height: 1.75;
}


.processSafety__list {
    border-top: 1px solid rgba(255, 255, 255, .09);
}


.processSafetyItem {
    min-height: 125px;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 18px;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
}


.processSafetyItem>span {
    color: rgba(98, 217, 244, .58);
    font-size: 8px;
    font-weight: 900;
}


.processSafetyItem h3 {
    margin: 0 0 7px;
    color: #fff;
    font-size: 19px;
}


.processSafetyItem p {
    max-width: 680px;
    margin: 0;
    color: rgba(238, 243, 255, .47);
    font-size: 11px;
    line-height: 1.65;
}


/* =========================================================
   COMMUNICATION
========================================================= */

.processCommunication {
    padding: 110px 0;
}


.processCommunication__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 13px;
}


.processCommunicationCard {
    min-height: 260px;
    padding: 27px;
    border: 1px solid var(--process-border);
    border-radius: 17px;
    background: #fff;
}


.processCommunicationCard>span {
    color: #5573a9;
    font-size: 8px;
    font-weight: 900;
}


.processCommunicationCard h3 {
    margin: 48px 0 11px;
    color: var(--process-ink);
    font-size: 24px;
    line-height: 1.08;
    letter-spacing: -.035em;
}


.processCommunicationCard p {
    margin: 0;
    color: var(--process-copy);
    font-size: 12px;
    line-height: 1.65;
}


/* =========================================================
   PORTAL
========================================================= */

.processPortal {
    padding: 110px 0;
}


.processPortal__grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 90px;
    align-items: center;
}


.processPortal__copy>p {
    max-width: 620px;
    margin: 18px 0 0;
    color: var(--process-copy);
    font-size: 14px;
    line-height: 1.75;
}


.processPortal__features {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 25px 0 28px;
}


.processPortal__features span {
    padding: 8px 10px;
    border: 1px solid #dde3eb;
    border-radius: 999px;
    color: #657188;
    background: #fff;
    font-size: 8px;
    font-weight: 800;
}


.processPortal__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}


.processPortalWindow {
    overflow: hidden;
    border: 1px solid var(--process-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 25px 55px rgba(15, 23, 42, .08);
}


.processPortalWindow__bar {
    height: 48px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0 16px;
    border-bottom: 1px solid #e8ecf1;
}


.processPortalWindow__bar i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c4cad4;
}


.processPortalWindow__bar span {
    margin-left: auto;
    color: #8790a1;
    font-size: 8px;
}


.processPortalWindow__body {
    padding: 26px;
    display: grid;
    gap: 10px;
}


.processPortalTicket {
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 18px;
    border: 1px solid #e5e9ef;
    border-radius: 11px;
    background: #f9fafc;
}


.processPortalTicket span,
.processPortalTicket small {
    display: block;
}


.processPortalTicket span {
    color: #263653;
    font-size: 10px;
    font-weight: 800;
}


.processPortalTicket small {
    margin-top: 4px;
    color: #8b94a5;
    font-size: 8px;
}


.processPortalTicket>b {
    padding: 6px 8px;
    border-radius: 999px;
    color: #4968a4;
    background: #edf2fa;
    font-size: 7px;
}


.processPortalTicket>b.is-progress {
    color: #886b2d;
    background: #fff6df;
}


.processPortalTicket>b.is-done {
    color: #37755b;
    background: #eaf8f1;
}


.processPortalUpload {
    min-height: 62px;
    display: grid;
    place-items: center;
    border: 1px dashed #d9e0e9;
    border-radius: 11px;
    color: #818b9c;
    background: #fafbfc;
    font-size: 9px;
    font-weight: 750;
}


/* =========================================================
   START
========================================================= */

.processStart {
    padding: 110px 0;
}


.processStart__grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 90px;
    align-items: start;
}


.processStart__content>p {
    max-width: 700px;
    margin: 0 0 25px;
    color: var(--process-copy);
    font-size: 14px;
    line-height: 1.75;
}


.processStart__list {
    margin-bottom: 27px;
    border-top: 1px solid var(--process-border);
}


.processStart__list>div {
    min-height: 66px;
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 16px;
    align-items: center;
    border-bottom: 1px solid var(--process-border);
}


.processStart__list span {
    color: #5573a9;
    font-size: 8px;
    font-weight: 900;
}


.processStart__list strong {
    color: #263653;
    font-size: 11px;
}


/* =========================================================
   FAQ
========================================================= */

.processFaq {
    padding: 110px 0;
}


.processFaq__grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 90px;
    align-items: start;
}


.processFaq__intro {
    position: sticky;
    top: 160px;
}


.processFaq__intro>p {
    max-width: 520px;
    margin: 18px 0 0;
    color: var(--process-copy);
    font-size: 13px;
    line-height: 1.7;
}


.processFaq__items {
    border-top: 1px solid var(--process-border);
}


.processFaqItem {
    border-bottom: 1px solid var(--process-border);
}


.processFaqItem summary {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #17213b;
    cursor: pointer;
    list-style: none;
    font-size: 14px;
    font-weight: 750;
}


.processFaqItem summary::-webkit-details-marker {
    display: none;
}


.processFaqItem summary i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    flex: 0 0 34px;
    border: 1px solid var(--process-border);
    border-radius: 50%;
    color: var(--process-blue);
    font-style: normal;
    transition: transform .2s ease;
}


.processFaqItem[open] summary i {
    transform: rotate(45deg);
}


.processFaqItem>div {
    padding: 0 55px 23px 0;
    color: var(--process-copy);
    font-size: 12px;
    line-height: 1.7;
}


/* =========================================================
   FINAL CTA
========================================================= */

.processFinal {
    padding: 0 30px 90px;
}


.processFinal__inner {
    padding: 52px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 50px;
    align-items: end;
    border-radius: 22px;
    background: #071021;
}


.processFinal h2 {
    max-width: 900px;
    margin: 15px 0 10px;
    color: #fff;
    font-size: clamp(42px, 5vw, 70px);
    line-height: .98;
    letter-spacing: -.06em;
}


.processFinal h2 span {
    color: rgba(255, 255, 255, .42);
}


.processFinal p {
    max-width: 650px;
    margin: 0;
    color: rgba(238, 243, 255, .5);
    font-size: 13px;
    line-height: 1.7;
}


.processFinal__actions {
    min-width: 215px;
    display: grid;
    gap: 10px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1120px) {

    .processHero__inner,
    .processSafety__grid,
    .processPortal__grid,
    .processStart__grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }


    .processHero__visual {
        max-width: 720px;
        width: 100%;
    }


    .processJourney__track {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media (max-width: 980px) {

    .processSectionHead,
    .processIntro__grid,
    .processFaq__grid,
    .processFinal__inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }


    .processCommunication__grid {
        grid-template-columns: 1fr;
    }


    .processFaq__intro {
        position: static;
    }

}


@media (max-width: 720px) {

    .processContainer {
        width: calc(100% - 28px);
    }


    .processHero__inner {
        min-height: 0;
        padding: 54px 0 74px;
    }


    .processHero h1 {
        font-size: clamp(49px, 14.5vw, 74px);
    }


    .processHero__lead {
        font-size: 15px;
    }


    .processHero__actions {
        display: grid;
    }


    .processButton {
        justify-content: space-between;
    }


    .processHero__facts {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 0;
        margin-top: 42px;
    }


    .processHero__facts>div {
        padding: 0 10px 14px 0;
        border-left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .07);
    }


    .processHero__visual {
        min-height: 400px;
    }


    .processFlowWindow__body {
        padding: 16px;
    }


    .processHeroChip {
        min-width: 135px;
        padding: 10px 11px;
    }


    .processHeroChip--one {
        left: 0;
        top: 20px;
    }


    .processHeroChip--two {
        right: 0;
        top: 120px;
    }


    .processHeroChip--three {
        right: 15px;
        bottom: 10px;
    }


    .processIntro,
    .processJourney,
    .processSafety,
    .processCommunication,
    .processPortal,
    .processStart,
    .processFaq {
        padding: 76px 0;
    }


    .processMobileSlider {
        width: calc(100vw - 14px);
        display: flex;
        gap: 12px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        overscroll-behavior-inline: contain;
        scrollbar-width: none;
        padding-right: 28px;
    }


    .processMobileSlider::-webkit-scrollbar {
        display: none;
    }


    .processMobileSlider>* {
        scroll-snap-align: start;
    }


    .processJourney__track .processStep {
        width: calc(100vw - 52px);
        min-width: calc(100vw - 52px);
    }


    .processSwipeHint {
        display: flex;
    }


    .processStep {
        min-height: 415px;
    }


    .processPortalWindow__body {
        padding: 16px;
    }


    .processFinal {
        padding: 0 14px 68px;
    }


    .processFinal__inner {
        padding: 34px 24px;
    }

}


@media (prefers-reduced-motion: reduce) {

    .processReveal {
        opacity: 1;
        transform: none;
        transition: none;
    }


    .processFlowWindow,
    .processHeroChip {
        animation: none;
    }

}

/* =========================================================
   V5 — LIGHT SECTION COLOUR REFINEMENT
========================================================= */
.processWhite h2 span,
.processSoft h2 span {
    background: linear-gradient(100deg, #4769df 0%, #6d63da 48%, #8a62df 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.processWhite,
.processSoft {
    color: #081225;
}

.processSoft {
    background: #f8faff;
}