.featured {
    position: relative;

    width: 100%;

    padding: 110px 0 130px;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 75% 40%,
            rgba(157, 0, 255, 0.12),
            transparent 38%
        ),
        #030006;
}

.featured::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.7),
        transparent
    );
}

.featured-container {
    position: relative;

    width: min(1080px, 86%);

    margin: 0 auto;

    z-index: 2;
}

.featured-heading {
    margin-bottom: 42px;
}

.featured-eyebrow {
    display: block;

    margin-bottom: 10px;

    color: #9d00ff;

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

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

    letter-spacing: 4px;
}

.featured-heading h2 {
    margin: 0;

    color: #ffffff;

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

    font-size: clamp(2.8rem, 5vw, 5rem);
    font-weight: 700;

    line-height: 0.95;
}

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

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

.featured-card {
    position: relative;

    display: grid;
    grid-template-columns: 0.9fr 1.1fr;

    min-height: 480px;

    overflow: hidden;

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

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

    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.55),
        0 0 60px rgba(157, 0, 255, 0.07);
}

.featured-cover {
    position: relative;

    width: 100%;
    min-height: 480px;

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

    overflow: hidden;

    background:
        radial-gradient(
            circle at center,
            rgba(157, 0, 255, 0.28),
            transparent 55%
        ),
        linear-gradient(
            145deg,
            #120020,
            #040008
        );
}

.featured-cover::before {
    content: "";

    position: absolute;
    inset: 8%;

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

.featured-cover-glow {
    position: absolute;

    width: 250px;
    height: 250px;

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

    border-radius: 50%;

    filter: blur(70px);
}

.featured-cover-content {
    position: relative;

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

    z-index: 2;
}

.featured-cover-label {
    margin-bottom: 35px;

    color: #9d00ff;

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

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

    letter-spacing: 5px;
}

.featured-cover-content strong {
    color: #ffffff;

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

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

    line-height: 0.8;

    text-shadow:
        0 0 35px rgba(157, 0, 255, 0.55);
}

.featured-cover-content small {
    margin-top: 28px;

    color: #aaa2b5;

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

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

    letter-spacing: 5px;
}

.featured-info {
    padding: 65px 60px;

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

.featured-status {
    width: fit-content;

    margin-bottom: 20px;
    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);
}

.featured-info h3 {
    margin: 0 0 24px;

    color: #ffffff;

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

    font-size: clamp(3.5rem, 6vw, 6rem);
    font-weight: 700;

    line-height: 0.82;
}

.featured-info h3 span {
    display: block;

    margin-top: 15px;

    color: #9d00ff;

    font-size: 0.38em;

    letter-spacing: 2px;
}

.featured-info p {
    max-width: 520px;

    margin: 0 0 35px;

    color: #d8d2df;

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

    font-size: 0.82rem;

    line-height: 1.8;
}

.featured-meta {
    display: flex;

    gap: 55px;

    margin-bottom: 38px;
}

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

    gap: 6px;
}

.featured-meta strong {
    color: #ffffff;

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

    font-size: 1.1rem;
}

.featured-meta span {
    color: #aaa2b5;

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

    font-size: 0.55rem;

    letter-spacing: 1px;
}

.featured-actions {
    display: flex;

    gap: 12px;
}

.featured-button {
    min-width: 150px;

    padding: 14px 22px;

    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;

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

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

    border: 1px solid #9d00ff;

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

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

    box-shadow:
        0 0 35px rgba(157, 0, 255, 0.5);
}

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

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

.featured-button-outline:hover {
    border-color: #9d00ff;

    background: rgba(157, 0, 255, 0.1);
}

@media (max-width: 800px) {

    .featured {
        padding: 80px 0;
    }

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

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

    .featured-cover {
        min-height: 400px;
    }

    .featured-info {
        padding: 45px 30px;
    }

    .featured-meta {
        gap: 30px;
    }

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

    .featured-button {
        width: 100%;
    }

}
.featured-cover-image {
    position: relative;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: contain;
    object-position: center;

    z-index: 2;
}

.featured-info,
.featured-info h3,
.featured-info p,
.featured-info strong,
.featured-info span {
    color: #ffffff;
}

.featured-info h3 span {
    color: #9d00ff;
}

.featured-info p {
    color: #d8d2df;
}

.featured-meta span {
    color: #aaa2b5;
}