.joinus {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 12px auto 32px;
    max-width: none;
    width: 100%;
}

.screenshot-showcase {
    width: 100%;
    max-width: 50%;
    margin: clamp(20px, 3vw, 32px) auto;
    padding: 0;
    border: 6px solid #7d2128;
    border-radius: 8px;
    background: transparent !important;
    overflow: hidden;
    line-height: 0;
}

.screenshot-showcase img {
    display: block;
    width: 100%;
    height: auto;
}

.joinus table tr {
    display: flex;
    align-items: flex-start;
}

.joinus table tr td {
    display: flex;
    align-items: flex-start;
}

.req-list {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
    margin: 20px auto 0;
    list-style-type: none;
    max-width: none;
    width: 100%;
}

.req-list li {
    background-color: rgba(0, 0, 0, 0.28);
    border-left: 3px solid #7d2128;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.45;
    padding: 13px 16px;
    text-align: left;
}

.join-flex-panel {
    display: grid;
    gap: 16px;
    margin: 24px auto 0;
    max-width: none;
    width: 100%;
}

.join-flex-panel article {
    background-color: rgba(0, 0, 0, 0.26);
    border: 1px solid rgba(125, 33, 40, 0.48);
    border-radius: 8px;
    padding: clamp(18px, 3vw, 24px);
    text-align: left;
}

.join-flex-panel h3 {
    border-bottom: 3px solid #7d2128;
    font-size: clamp(1.15rem, 2.5vw, 1.4rem);
    line-height: 1.25;
    margin-bottom: 12px;
    padding-bottom: 10px;
}

.join-flex-panel p {
    line-height: 1.65;
    padding: 0;
}

.guide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 100%;
}

.guide-step {
    background-color: rgba(4, 5, 5, 0.55);
    border: 3px solid;
    border-radius: 12px;
    box-shadow: 0 24px 40px rgba(0, 0, 0, 0.35);
    margin: 14px 0;
    width: 100%;
    padding: clamp(20px, 4vw, 32px);
}

.guide-step p {
    line-height: 1.65;
    padding-bottom: 8px;
}

.guide-step a,
.process-copy a {
    color: #d80012;
    font-weight: bold;
    text-decoration: none;

}

.process-copy a.CTA {
    color: #fff;
}

.guide-step h2 {
    margin-bottom: 12px;
    padding-top: 0;
}

.guide-intro {
    width: 100%;
}

.guide-intro.guide-step {
    margin-top: 0;
}

.application-flow {
    display: grid;
    gap: 19px;
    margin: 36px auto;
    max-width: none;
    position: relative;
    width: 100%;
}

.process-step {
    align-items: center;
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr;
    position: relative;
    text-align: left;
}

.process-icon {
    align-items: center;
    background-color: rgba(4, 5, 5, 0.78);
    border: 1px dashed rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.32);
    color: #fff;
    display: flex;
    font-size: 23px;
    height: 60px;
    justify-content: center;
    left: 18px;
    position: absolute;
    top: 22px;
    width: 60px;
    z-index: 1;
}

.discord-glyph {
    background-color: currentColor;
    display: block;
    height: 28px;
    mask: url("../imgs/discord.svg") center / contain no-repeat;
    -webkit-mask: url("../imgs/discord.svg") center / contain no-repeat;
    width: 28px;
}

.steam-glyph {
    display: block;
    height: 28px;
    width: 28px;
    filter: brightness(0) invert(1);
}

.process-copy {
    background-color: rgba(4, 5, 5, 0.86);
    border: 1px solid rgba(125, 33, 40, 0.48);
    border-radius: 12px;
    box-shadow: 0 20px 34px rgba(0, 0, 0, 0.32);
    padding: 24px 20px 24px 94px;
    position: relative;
}

.process-copy h2 {
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    letter-spacing: 0.5px;
    line-height: 1.2;
    padding: 0 0 12px;
    text-transform: uppercase;
}

.process-copy p {
    font-size: 1rem;
    line-height: 1.65;
    padding: 0;
}

.process-kicker {
    color: #fff;
    font-size: 0.78rem !important;
    font-weight: 700;
    letter-spacing: 1.8px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.process-note {
    color: #fff;
    font-size: 0.86rem !important;
    line-height: 1.5 !important;
    margin-top: 12px;
    opacity: 0.86;
}

.recruiters-panel {
    max-width: none;
}

.recruiters-badge {
    float: right;
    height: clamp(56px, 9vw, 84px);
    margin: 0 0 12px 18px;
    width: clamp(56px, 9vw, 84px);
}

.process-step-form .form {
    background-color: rgba(4, 5, 5, 0.82);
    border: 1px solid rgba(125, 33, 40, 0.55);
    border-radius: 8px;
    display: block;
    height: 720px;
    margin: 20px 0 0;
    width: 100%;
}

.process-step-form .process-copy {
    padding-left: 20px;
    padding-top: 100px;
}

.join {
    text-align: center;
}

.join-proccess {
    font-size: 14pt;
}

.join-proccess p {
    padding: 10px 0;
}

.join-proccess a {
    color: #ce1525;
    font-weight: 700;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .joinus {
        margin: 12px auto 36px;
    }

    .joinus h2 {
        font-size: 1.9rem;
    }

    .join {
        margin-left: 30px;
    }

    .join-proccess {
        padding-right: 30px
    }

    .req-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .join-flex-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (min-width:1200px) {
    .joinus {
        justify-content: space-between;
        margin: -4px auto 36px;
    }

    .guide-step {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-width: 1px;
        width: 100%;
        margin: 12px 20px;
    }

    .guide-step h2 {
        margin-top: 0;
        font-size: 2rem;
        padding: 2px 0 12px;
    }

    .guide-step p {
        padding-bottom: 8px;
        font-size: 1.08rem;
        width: 92%;
        text-align: center;
    }

    .application-flow {
        align-items: start;
        display: grid;
        gap: 32px;
        grid-template-columns: minmax(0, 1fr);
        margin: 44px auto 64px;
        position: relative;
    }

    .process-step {
        align-items: start;
        display: block;
        margin: 0;
        min-height: 0;
        position: relative;
        z-index: 1;
    }

    .process-copy {
        height: 100%;
        min-height: 176px;
        padding: 28px 28px 28px 104px;
        position: relative;
        text-align: left;
    }

    .process-step-form .process-copy {
        min-height: 0;
        padding: 28px 28px 28px 104px;
    }

    .req-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .process-step-form .form {
        height: 1000px;
        margin-top: 20px;
        max-width: none;
        width: 100%;
    }
}
