.about {
    position: relative;

    width: 100%;

    padding: 110px 0 130px;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 20% 50%,
            rgba(157, 0, 255, 0.12),
            transparent 35%
        ),
        radial-gradient(
            circle at 80% 60%,
            rgba(98, 0, 255, 0.08),
            transparent 35%
        ),
        #030006;
}

.about::before {
    content: "";

    position: absolute;

    top: 0;
    left: 50%;

    width: 80%;
    height: 1px;

    transform: translateX(-50%);

    background: linear-gradient(
        90deg,
        transparent,
        rgba(157, 0, 255, 0.75),
        transparent
    );
}

.about-container {
    position: relative;

    width: min(1180px, 88%);

    margin: 0 auto;

    z-index: 2;
}


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

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

.about-eyebrow {
    display: block;

    margin-bottom: 12px;

    color: #9d00ff;

    font-family: "Montserrat", sans-serif;

    font-size: 0.68rem;
    font-weight: 700;

    letter-spacing: 5px;

    text-transform: uppercase;

    text-shadow:
        0 0 12px rgba(157, 0, 255, 0.65);
}

.about-heading h2 {
    margin: 0 0 18px;

    color: #ffffff;

    font-family: "Montserrat", sans-serif;

    font-size: clamp(3rem, 6vw, 5.8rem);
    font-weight: 800;

    line-height: 0.95;

    letter-spacing: -3px;

    text-transform: uppercase;
}

.about-heading h2 span {
    color: #9d00ff;

    text-shadow:
        0 0 12px rgba(157, 0, 255, 0.8),
        0 0 30px rgba(157, 0, 255, 0.4);
}

.about-heading > p {
    max-width: 680px;

    margin: 0;

    color: #aaa2b5;

    font-family: "Montserrat", sans-serif;

    font-size: 0.82rem;

    line-height: 1.8;
}


/* =========================
   MAIN CARD
========================= */

.about-card {
    position: relative;

    display: grid;

    grid-template-columns: 0.85fr 1.15fr;

    min-height: 520px;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            rgba(157, 0, 255, 0.08),
            rgba(7, 2, 14, 0.97) 45%
        );

    border: 1px solid rgba(157, 0, 255, 0.3);

    box-shadow:
        0 30px 90px rgba(0, 0, 0, 0.65),
        0 0 70px rgba(157, 0, 255, 0.08);
}


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

.about-visual {
    position: relative;

    min-height: 520px;

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

    overflow: hidden;

    background:
        radial-gradient(
            circle at center,
            rgba(157, 0, 255, 0.22),
            transparent 52%
        ),
        linear-gradient(
            145deg,
            #10001d,
            #030006
        );
}

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

    position: absolute;

    inset: 8%;

    border: 1px solid rgba(157, 0, 255, 0.18);
}

.about-visual::after {
    content: "";

    position: absolute;

    width: 320px;
    height: 320px;

    border: 1px solid rgba(157, 0, 255, 0.22);

    border-radius: 50%;

    box-shadow:
        0 0 40px rgba(157, 0, 255, 0.12),
        inset 0 0 40px rgba(157, 0, 255, 0.08);
}

.about-glow {
    position: absolute;

    width: 280px;
    height: 280px;

    border-radius: 50%;

    background: rgba(157, 0, 255, 0.2);

    filter: blur(80px);
}

.about-logo {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;

    z-index: 3;
}

.about-logo-main {
    color: #ffffff;

    font-family: "Montserrat", sans-serif;

    font-size: clamp(5rem, 9vw, 8rem);
    font-weight: 800;

    line-height: 0.8;

    letter-spacing: -5px;

    text-shadow:
        0 0 8px rgba(255, 255, 255, 0.45),
        0 0 25px rgba(255, 255, 255, 0.12);
}

.about-logo-universe {
    margin-top: 18px;

    color: #9d00ff;

    font-family: "Montserrat", sans-serif;

    font-size: clamp(1.3rem, 3vw, 2.5rem);
    font-weight: 800;

    letter-spacing: 8px;

    text-shadow:
        0 0 8px rgba(157, 0, 255, 1),
        0 0 20px rgba(157, 0, 255, 0.8),
        0 0 45px rgba(157, 0, 255, 0.45);
}


/* =========================
   CONTENT
========================= */

.about-content {
    padding: 65px 60px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-status {
    width: fit-content;

    margin-bottom: 22px;

    padding: 7px 13px;

    color: #b84cff;

    font-family: "Montserrat", sans-serif;

    font-size: 0.6rem;
    font-weight: 700;

    letter-spacing: 2px;

    border: 1px solid rgba(157, 0, 255, 0.45);

    text-transform: uppercase;
}

.about-content h3 {
    margin: 0 0 28px;

    color: #ffffff;

    font-family: "Montserrat", sans-serif;

    font-size: clamp(2.5rem, 4.5vw, 4.8rem);
    font-weight: 800;

    line-height: 0.95;

    letter-spacing: -2px;

    text-transform: uppercase;
}

.about-content h3 span {
    display: block;

    margin-top: 8px;

    color: #9d00ff;

    text-shadow:
        0 0 15px rgba(157, 0, 255, 0.65),
        0 0 35px rgba(157, 0, 255, 0.3);
}

.about-content > p {
    max-width: 600px;

    margin: 0 0 18px;

    color: #d8d2df;

    font-family: "Montserrat", sans-serif;

    font-size: 0.82rem;

    line-height: 1.8;
}


/* =========================
   META
========================= */

.about-meta {
    display: flex;

    gap: 55px;

    margin-top: 18px;
    margin-bottom: 38px;
}

.about-meta div {
    display: flex;
    flex-direction: column;

    gap: 6px;
}

.about-meta strong {
    color: #ffffff;

    font-family: "Montserrat", sans-serif;

    font-size: 1.05rem;
    font-weight: 800;
}

.about-meta span {
    color: #aaa2b5;

    font-family: "Montserrat", sans-serif;

    font-size: 0.55rem;
    font-weight: 600;

    letter-spacing: 1px;
}


/* =========================
   BUTTONS
========================= */

.about-actions {
    display: flex;

    gap: 12px;
}

.about-button {
    min-width: 180px;

    padding: 15px 24px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;

    font-family: "Montserrat", sans-serif;

    font-size: 0.7rem;
    font-weight: 700;

    text-decoration: none;
    text-transform: uppercase;

    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

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

.about-button-primary {
    background: #9d00ff;

    border: 1px solid #9d00ff;

    box-shadow:
        0 0 25px rgba(157, 0, 255, 0.28);
}

.about-button-primary:hover {
    background: #b52cff;

    box-shadow:
        0 0 38px rgba(157, 0, 255, 0.55);
}

.about-button-outline {
    background: rgba(255, 255, 255, 0.025);

    border: 1px solid rgba(255, 255, 255, 0.18);
}

.about-button-outline:hover {
    background: rgba(157, 0, 255, 0.1);

    border-color: #9d00ff;
}


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

@media (max-width: 800px) {

    .about {
        padding: 80px 0;
    }

    .about-container {
        width: min(92%, 600px);
    }

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

    .about-visual {
        min-height: 400px;
    }

    .about-content {
        padding: 45px 30px;
    }

    .about-meta {
        gap: 30px;

        flex-wrap: wrap;
    }

    .about-actions {
        flex-direction: column;
    }

    .about-button {
        width: 100%;

        box-sizing: border-box;
    }

}