/* =========================================================
   ABOUT
   ========================================================= */

.about-section {
    position: relative;

    padding: 160px 0 180px;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 85% 18%,
            rgba(255, 124, 25, 0.09),
            transparent 31%
        ),
        radial-gradient(
            circle at 12% 78%,
            rgba(255, 47, 47, 0.07),
            transparent 34%
        ),
        linear-gradient(
            180deg,
            #080808,
            #0b0a0a 52%,
            #080808
        );

    isolation: isolate;
}

.about-section::before {
    content: "";

    position: absolute;
    top: 0;
    left: 50%;

    width: min(90%, 1200px);
    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.14),
            transparent
        );

    transform: translateX(-50%);
}

.about-section__grid {
    position: absolute;
    inset: 0;
    z-index: -2;

    opacity: 0.06;

    background-image:
        linear-gradient(
            rgba(255, 126, 54, 0.3) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 76, 50, 0.27) 1px,
            transparent 1px
        );

    background-size: 80px 80px;

    mask-image:
        radial-gradient(
            circle at center,
            #000,
            transparent 75%
        );

    -webkit-mask-image:
        radial-gradient(
            circle at center,
            #000,
            transparent 75%
        );
}

.about-section__glow {
    position: absolute;
    top: 18%;
    right: -320px;
    z-index: -1;

    width: 650px;
    height: 650px;

    background:
        radial-gradient(
            circle,
            rgba(255, 106, 24, 0.18),
            transparent 67%
        );

    filter: blur(65px);

    pointer-events: none;
}

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

.about-layout {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(400px, 0.82fr);

    align-items: center;
    gap: clamp(60px, 9vw, 130px);
}

.about-title {
    max-width: 760px;
    margin: 0;

    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(3.2rem, 7vw, 6.7rem);
    font-weight: 700;
    line-height: 0.93;
    letter-spacing: -0.07em;
}

.about-title span {
    display: block;

    color: transparent;

    background:
        linear-gradient(
            100deg,
            #ff3a3a,
            #ff961f
        );

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

.about-lead {
    max-width: 690px;
    margin: 36px 0 0;

    color: rgba(255, 255, 255, 0.82);

    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(1.25rem, 2.1vw, 1.65rem);
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: -0.025em;
}

.about-description {
    max-width: 650px;
    margin: 24px 0 0;

    color: rgba(255, 255, 255, 0.53);

    font-size: 1rem;
    line-height: 1.8;
}

.about-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    margin-top: 35px;

    color: rgba(255, 255, 255, 0.78);

    font-size: 0.9rem;
    font-weight: 750;

    transition:
        color 180ms ease,
        gap 180ms ease;
}

.about-link span {
    color: var(--orange);
}

.about-link:hover {
    gap: 18px;
    color: #ffffff;
}

/* =========================================================
   GLASS STAT PANEL
   ========================================================= */

.about-panel {
    position: relative;

    padding: 30px;

    overflow: hidden;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.09),
            rgba(255, 255, 255, 0.025)
        );

    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 32px;

    box-shadow:
        0 35px 100px rgba(0, 0, 0, 0.38),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);

    backdrop-filter: blur(30px) saturate(140%);
    -webkit-backdrop-filter: blur(30px) saturate(140%);

    isolation: isolate;
}

.about-panel::before {
    content: "";

    position: absolute;
    inset: 0;
    z-index: -2;

    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(255, 126, 28, 0.18),
            transparent 38%
        );
}

.about-panel__shine {
    position: absolute;
    top: 0;
    left: 12%;

    width: 70%;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.72),
            transparent
        );

    opacity: 0.7;
}

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

    margin-bottom: 30px;
}

.about-panel__label {
    color: rgba(255, 255, 255, 0.45);

    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.about-panel__status {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    color: rgba(255, 255, 255, 0.53);

    font-size: 0.72rem;
    font-weight: 650;
}

.about-panel__status span {
    width: 7px;
    height: 7px;

    background: #ff8c1b;

    border-radius: 50%;

    box-shadow:
        0 0 0 5px rgba(255, 140, 27, 0.08),
        0 0 17px rgba(255, 140, 27, 0.74);
}

.about-stats {
    display: grid;
    gap: 12px;
}

.about-stat {
    display: grid;
    grid-template-columns: 112px 1fr;
    align-items: center;
    gap: 22px;

    min-height: 112px;
    padding: 20px 22px;

    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.055),
            rgba(255, 255, 255, 0.018)
        );

    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 21px;

    transition:
        transform 220ms ease,
        border-color 220ms ease,
        background 220ms ease;
}

.about-stat:hover {
    transform: translateX(7px);

    background:
        linear-gradient(
            135deg,
            rgba(255, 110, 30, 0.1),
            rgba(255, 255, 255, 0.02)
        );

    border-color: rgba(255, 130, 35, 0.22);
}

.about-stat strong {
    color: transparent;

    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(2.2rem, 4vw, 3.45rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.07em;

    background:
        linear-gradient(
            110deg,
            #ff3c3c,
            #ff991f
        );

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

.about-stat div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.about-stat span {
    color: rgba(255, 255, 255, 0.86);

    font-size: 0.9rem;
    font-weight: 700;
}

.about-stat small {
    color: rgba(255, 255, 255, 0.38);

    font-size: 0.77rem;
}

.about-panel__footer {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;

    margin-top: 24px;
}

.about-panel__footer span {
    padding: 8px 10px;

    color: rgba(255, 255, 255, 0.43);

    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;

    background: rgba(255, 255, 255, 0.035);

    border: 1px solid rgba(255, 255, 255, 0.065);
    border-radius: 999px;
}

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

.process-block {
    margin-top: 155px;
}

.process-heading {
    display: grid;
    grid-template-columns:
        minmax(0, 1.25fr)
        minmax(300px, 0.75fr);

    align-items: end;
    gap: 60px;

    margin-bottom: 70px;
}

.process-heading h3 {
    max-width: 780px;
    margin: 0;

    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(2.7rem, 5.5vw, 5.1rem);
    font-weight: 650;
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.process-heading p {
    margin: 0 0 8px;

    color: rgba(255, 255, 255, 0.52);

    font-size: 1rem;
    line-height: 1.78;
}

.process-timeline {
    position: relative;

    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.process-timeline::before {
    content: "";

    position: absolute;
    top: 66px;
    right: 8%;
    left: 8%;
    z-index: -1;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 86, 40, 0.38),
            rgba(255, 150, 35, 0.38),
            transparent
        );
}

.process-step {
    position: relative;

    padding: 22px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.06),
            rgba(255, 255, 255, 0.018)
        );

    border: 1px solid rgba(255, 255, 255, 0.085);
    border-radius: 25px;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.07);

    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);

    transition:
        transform 260ms ease,
        border-color 260ms ease,
        box-shadow 260ms ease;
}

.process-step:hover {
    transform: translateY(-8px);

    border-color: rgba(255, 119, 30, 0.23);

    box-shadow:
        0 25px 65px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.process-step__number {
    display: block;

    margin-bottom: 18px;

    color: rgba(255, 255, 255, 0.25);

    font-family: "Space Grotesk", sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.process-step__icon {
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;

    margin-bottom: 34px;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            rgba(255, 67, 53, 0.35),
            rgba(255, 137, 22, 0.15)
        );

    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;

    box-shadow:
        0 14px 35px rgba(255, 94, 20, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.process-step__icon svg {
    width: 27px;
    height: 27px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.process-step__content > span {
    display: block;

    margin-bottom: 12px;

    color: var(--orange);

    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.process-step h4 {
    margin: 0;

    font-family: "Space Grotesk", sans-serif;
    font-size: 1.35rem;
    font-weight: 650;
    line-height: 1.15;
    letter-spacing: -0.035em;
}

.process-step p {
    margin: 17px 0 0;

    color: rgba(255, 255, 255, 0.46);

    font-size: 0.88rem;
    line-height: 1.68;
}

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

@media (max-width: 1050px) {

    .about-layout {
        grid-template-columns: 1fr;
    }

    .about-panel {
        max-width: 720px;
    }

    .process-heading {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .process-heading p {
        max-width: 680px;
    }

    .process-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .process-timeline::before {
        display: none;
    }

}

@media (max-width: 650px) {

    .about-section {
        padding: 110px 0 125px;
    }

    .about-panel {
        padding: 21px;

        border-radius: 26px;
    }

    .about-panel__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .about-stat {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .process-block {
        margin-top: 105px;
    }

    .process-heading {
        margin-bottom: 45px;
    }

    .process-timeline {
        grid-template-columns: 1fr;
    }

}