/* =========================================================
   BOOSTPME — AI PROCESS
========================================================= */


.boost-process-section {
    position: relative;
    overflow: hidden;

    padding: 135px 0;

    background:
        radial-gradient(
            circle at 15% 15%,
            rgba(83, 109, 255, .12),
            transparent 30%
        ),
        radial-gradient(
            circle at 90% 75%,
            rgba(255, 82, 154, .10),
            transparent 30%
        ),
        #f7f6f3;

    color: #17151c;
}


/* =========================================================
   ORBS
========================================================= */

.boost-process-orb {
    position: absolute;

    border-radius: 50%;

    filter: blur(110px);

    pointer-events: none;
}

.boost-process-orb-one {
    width: 380px;
    height: 380px;

    left: -180px;
    top: 20%;

    background:
        rgba(83, 109, 255, .15);
}

.boost-process-orb-two {
    width: 420px;
    height: 420px;

    right: -200px;
    bottom: 5%;

    background:
        rgba(255, 82, 154, .13);
}


/* =========================================================
   HEADING
========================================================= */

.boost-process-heading {
    position: relative;
    z-index: 3;

    display: grid;

    grid-template-columns:
        1.6fr
        .7fr;

    gap: 80px;

    align-items: end;

    margin-bottom: 90px;
}


.boost-process-kicker {
    display: block;

    margin-bottom: 18px;

    color: #938d97;

    font-size: 9px;
    font-weight: 700;

    letter-spacing: 2.7px;
}


.boost-process-heading h2 {
    max-width: 850px;

    margin: 0;

    font-size:
        clamp(
            50px,
            6vw,
            88px
        );

    line-height: .93;

    letter-spacing: -4px;

    font-weight: 500;
}


.boost-process-heading h2 span {
    display: block;

    background:
        linear-gradient(
            90deg,
            #506cff,
            #8956ff,
            #ff529a
        );

    -webkit-background-clip: text;
    background-clip: text;

    color: transparent;
}


.boost-process-heading-right p {
    margin: 0;

    color: #746e77;

    font-size: 13px;

    line-height: 1.7;
}


.boost-process-live {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    margin-top: 20px;

    padding:
        8px
        11px;

    border:
        1px solid
        rgba(30, 25, 40, .08);

    border-radius: 999px;

    background:
        rgba(255, 255, 255, .65);

    color: #67616b;

    font-size: 8px;

    font-weight: 700;

    letter-spacing: .6px;
}


.boost-process-live i {
    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: #79cf61;

    box-shadow:
        0 0 10px
        rgba(121, 207, 97, .55);
}


/* =========================================================
   PROCESS VISUAL
========================================================= */

.boost-process-visual {
    position: relative;

    z-index: 2;

    display: grid;

    grid-template-columns:
        repeat(6, 1fr);

    gap: 14px;

    padding-top: 55px;
}


/* =========================================================
   CENTRAL LINE
========================================================= */

.boost-process-line {
    position: absolute;

    top: 81px;

    left: 7%;
    right: 7%;

    height: 3px;

    z-index: 0;
}


.boost-process-line-base {
    position: absolute;

    inset: 0;

    border-radius: 999px;

    background:
        rgba(30, 25, 40, .08);
}


.boost-process-line-active {
    position: absolute;

    top: 0;
    left: 0;

    width: 0%;
    height: 100%;

    border-radius: 999px;

    background:
        linear-gradient(
            90deg,
            #506cff,
            #8d58ff,
            #ff5598,
            #ff9550
        );

    box-shadow:
        0 0 20px
        rgba(117, 88, 255, .35);
}


.boost-process-signal {
    position: absolute;

    top: 50%;
    left: 0%;

    width: 13px;
    height: 13px;

    border-radius: 50%;

    background: #ffffff;

    border:
        3px solid
        #745eff;

    box-shadow:
        0 0 0 7px
        rgba(116, 94, 255, .10),
        0 0 22px
        rgba(116, 94, 255, .50);

    transform:
        translate(-50%, -50%);
}


/* =========================================================
   STEP
========================================================= */

.boost-process-step {
    position: relative;

    z-index: 2;

    min-width: 0;

    padding-top: 0;
}


.boost-process-index {
    position: absolute;

    top: -36px;
    left: 50%;

    transform:
        translateX(-50%);

    color:
        rgba(35, 30, 45, .25);

    font-size: 8px;

    font-weight: 700;

    letter-spacing: 1.4px;
}


/* =========================================================
   ICON
========================================================= */

.boost-process-icon {
    position: relative;

    width: 54px;
    height: 54px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin:
        0
        auto
        28px;

    border-radius: 50%;

    color: #ffffff;

    font-size: 10px;

    font-weight: 800;

    box-shadow:
        0 14px 35px
        rgba(30, 25, 50, .15);
}


.boost-process-icon::before {
    content: "";

    position: absolute;

    inset: -7px;

    border:
        1px solid
        rgba(40, 30, 60, .09);

    border-radius: 50%;
}


.boost-process-icon.human {
    background:
        linear-gradient(
            135deg,
            #34313b,
            #625d69
        );
}


.boost-process-icon.ai {
    background:
        linear-gradient(
            135deg,
            #506cff,
            #9258ff
        );
}


.boost-process-icon.data {
    background:
        linear-gradient(
            135deg,
            #735cff,
            #d055ff
        );
}


.boost-process-icon.automation {
    background:
        linear-gradient(
            135deg,
            #c74fff,
            #ff519a
        );
}


.boost-process-icon.action {
    background:
        linear-gradient(
            135deg,
            #ff558e,
            #ff884d
        );
}


.boost-process-icon.report {
    background:
        linear-gradient(
            135deg,
            #ff8c4d,
            #ffc552
        );

    color: #34210e;
}


/* =========================================================
   AI PULSE
========================================================= */

.boost-process-icon.ai i {
    position: absolute;

    inset: -11px;

    border:
        1px solid
        rgba(111, 89, 255, .25);

    border-radius: 50%;

    animation:
        boostProcessPulse
        2s
        ease-out
        infinite;
}


@keyframes boostProcessPulse {

    0% {
        transform: scale(.8);
        opacity: 0;
    }

    35% {
        opacity: 1;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }

}


/* =========================================================
   COPY
========================================================= */

.boost-process-copy {
    text-align: center;
}


.boost-process-label {
    display: block;

    margin-bottom: 8px;

    color: #a09aa4;

    font-size: 7px;

    font-weight: 700;

    letter-spacing: 1.5px;
}


.boost-process-copy h3 {
    margin:
        0
        0
        9px;

    font-size: 18px;

    line-height: 1;

    font-weight: 600;

    letter-spacing: -.6px;
}


.boost-process-copy p {
    max-width: 150px;

    min-height: 58px;

    margin:
        0
        auto;

    color: #837d86;

    font-size: 9px;

    line-height: 1.55;
}


/* =========================================================
   DETAIL BOXES
========================================================= */

.boost-process-example,
.boost-process-status,
.boost-process-data-stream,
.boost-process-code,
.boost-process-actions,
.boost-process-mini-report {
    margin-top: 22px;

    border:
        1px solid
        rgba(30, 25, 40, .07);

    border-radius: 15px;

    background:
        rgba(255, 255, 255, .62);

    box-shadow:
        0 15px 40px
        rgba(35, 28, 55, .04);

    backdrop-filter:
        blur(12px);
}


/* =========================================================
   HUMAN EXAMPLE
========================================================= */

.boost-process-example {
    padding: 13px;
}


.boost-process-example span {
    display: block;

    margin-bottom: 5px;

    color: #aaa4ad;

    font-size: 7px;

    font-weight: 700;

    text-transform: uppercase;
}


.boost-process-example strong {
    display: block;

    color: #504a54;

    font-size: 8px;

    line-height: 1.45;

    font-weight: 600;
}


/* =========================================================
   AI STATUS
========================================================= */

.boost-process-status {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 7px;

    min-height: 47px;

    padding: 10px;

    color: #665d70;

    font-size: 8px;

    font-weight: 700;
}


.boost-process-status i {
    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: #7e60ff;

    box-shadow:
        0 0 9px
        rgba(126, 96, 255, .55);
}


/* =========================================================
   DATA
========================================================= */

.boost-process-data-stream {
    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    gap: 5px;

    padding: 10px;
}


.boost-process-data-stream span {
    padding:
        5px
        7px;

    border-radius: 999px;

    background:
        rgba(120, 86, 255, .07);

    color: #746484;

    font-size: 6px;

    font-weight: 700;

    letter-spacing: .5px;
}


/* =========================================================
   WORKFLOW
========================================================= */

.boost-process-code {
    display: flex;

    align-items: center;
    justify-content: center;

    flex-wrap: wrap;

    gap: 4px;

    padding: 12px 7px;
}


.boost-process-code span {
    color: #766c7b;

    font-family:
        monospace;

    font-size: 6px;
}


.boost-process-code i {
    color: #d355aa;

    font-size: 8px;

    font-style: normal;
}


/* =========================================================
   ACTIONS
========================================================= */

.boost-process-actions {
    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 5px;

    padding: 9px;
}


.boost-process-actions span {
    display: flex;

    align-items: center;
    justify-content: center;

    min-height: 25px;

    border-radius: 7px;

    background:
        rgba(255, 87, 145, .07);

    color: #8a6373;

    font-size: 6px;

    font-weight: 700;
}


/* =========================================================
   REPORT
========================================================= */

.boost-process-mini-report {
    padding: 9px;
}


.boost-process-mini-report > div {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 7px;

    padding:
        5px
        2px;

    border-bottom:
        1px solid
        rgba(30, 25, 40, .05);
}


.boost-process-mini-report > div:last-child {
    border-bottom: 0;
}


.boost-process-mini-report span {
    color: #a19ba4;

    font-size: 6px;

    font-weight: 700;
}


.boost-process-mini-report strong {
    color: #514a53;

    font-size: 7px;
}


.boost-process-mini-report
.warning {
    color: #e27c44;
}


.boost-process-mini-report
.success {
    color: #55a058;
}


/* =========================================================
   BOTTOM MESSAGE
========================================================= */

.boost-process-bottom {
    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;

    gap: 25px;

    margin-top: 85px;
}


.boost-process-bottom-line {
    flex: 1;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            rgba(80, 108, 255, .05),
            rgba(80, 108, 255, .45),
            rgba(255, 82, 154, .35)
        );
}


.boost-process-bottom p {
    flex: 0 0 auto;

    margin: 0;

    color: #817a84;

    font-size: 11px;
}


.boost-process-bottom strong {
    color: #27232b;

    font-weight: 600;
}


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

@media
(max-width: 1000px) {

    .boost-process-visual {
        grid-template-columns:
            repeat(3, 1fr);

        gap:
            50px
            20px;
    }


    .boost-process-line {
        display: none;
    }


    .boost-process-step {
        padding:
            25px
            15px;

        border:
            1px solid
            rgba(30, 25, 40, .06);

        border-radius: 20px;

        background:
            rgba(255, 255, 255, .40);
    }


    .boost-process-index {
        top: 10px;
        left: 14px;

        transform: none;
    }

}


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

@media
(max-width: 700px) {

    .boost-process-section {
        padding:
            90px
            0;
    }


    .boost-process-heading {
        grid-template-columns: 1fr;

        gap: 28px;

        margin-bottom: 50px;
    }


    .boost-process-heading h2 {
        letter-spacing: -2.5px;
    }


    .boost-process-heading-right {
        max-width: 500px;
    }


    .boost-process-visual {
        grid-template-columns: 1fr;

        gap: 15px;

        padding-top: 0;
    }


    .boost-process-step {
        display: grid;

        grid-template-columns:
            48px
            1fr;

        gap:
            0
            15px;

        align-items: start;

        padding: 20px;
    }


    .boost-process-index {
        display: none;
    }


    .boost-process-icon {
        width: 44px;
        height: 44px;

        margin: 0;

        grid-column: 1;
        grid-row: 1;
    }


    .boost-process-copy {
        grid-column: 2;

        text-align: left;
    }


    .boost-process-copy p {
        max-width: none;

        min-height: 0;

        margin: 0;
    }


    .boost-process-example,
    .boost-process-status,
    .boost-process-data-stream,
    .boost-process-code,
    .boost-process-actions,
    .boost-process-mini-report {
        grid-column:
            1 / 3;

        width: 100%;

        margin-top: 17px;
    }


    .boost-process-bottom {
        display: block;

        margin-top: 45px;
    }


    .boost-process-bottom-line {
        margin-bottom: 18px;
    }


    .boost-process-bottom p {
        line-height: 1.6;
    }

}


/* =========================================================
   ACCESSIBILITY
========================================================= */

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

    .boost-process-icon.ai i {
        animation: none;
    }

}