﻿:root {
    --basi-red: #e12826;
    --basi-red-dark: #c81719;
    --basi-black: #070707;
    --basi-line: rgba(0,0,0,.12)
}

.career-pixel {
    background: #fff;
    color: var(--basi-black);
    overflow: hidden
}

    .career-pixel * {
        box-sizing: border-box
    }

.career-container {
    width: min(1120px,calc(100% - 52px));
    margin: auto
}

.red-line {
    width: 48px;
    height: 2px;
    background: var(--basi-red);
    margin: 28px 0 26px
}

.career-hero-pixel {
    background: linear-gradient(90deg,rgb(255 255 255 / .98) 0%,rgb(255 255 255 / .92) 31%,rgb(255 255 255 / .42) 52%,rgb(255 255 255 / .04) 72%),url(/images/career-hero.jpg) center right/cover no-repeat;
    display: flex;
    align-items: center;
    border-top: 1px solid #eee
}

.career-hero-inner {
    width: min(1120px,calc(100% - 52px));
    margin: auto;
    padding: 54px 0
}

    .career-hero-inner h1 {
        margin: 0;
        max-width: 570px;
        font-size: 58px;
        line-height: 1.13;
        letter-spacing: -2.2px;
        font-weight: 700
    }

        .career-hero-inner h1 span {
            color: var(--basi-red)
        }

    .career-hero-inner p {
        max-width: 430px;
        margin: 0 0 34px;
        font-size: 20px;
        line-height: 1.42;
        color: #111
    }

.pixel-btn {
    min-height: 58px;
    padding: 0 28px;
    border-radius: 6px;
    background: var(--basi-red);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 12px 26px rgb(225 40 38 / .22);
    transition: .22s ease
}

    .pixel-btn:hover {
        background: var(--basi-red-dark);
        color: #fff;
        transform: translateY(-2px)
    }

    .pixel-btn i {
        font-size: 13px
    }

.pixel-section {
    padding: 42px 0 0
}

.pixel-head {
    text-align: center;
    margin-bottom: 28px
}

    .pixel-head h2 {
        margin: 0;
        font-size: 26px;
        line-height: 1.1;
        letter-spacing: .02em;
        font-weight: 700;
        text-transform: uppercase
    }

    .pixel-head .red-line {
        margin: 13px auto 0;
        width: 42px
    }

.why-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 26px
}

.why-card {
    min-height: 245px;
    padding: 34px 22px 26px;
    border: 1px solid #e3ded9;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 32px rgb(0 0 0 / .055);
    text-align: center
}

.why-icon {
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px
}

    .why-icon i {
        font-size: 54px;
        color: var(--basi-red)
    }

.why-card h3 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.22;
    font-weight: 700
}

.why-card p {
    margin: 0;
    color: #111;
    font-size: 15px;
    line-height: 1.45
}

.positions-section {
    padding: 44px 0 34px
}

.role-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px
}

.role-card {
    display: grid;
    grid-template-columns: 70px 1fr 24px;
    align-items: center;
    gap: 16px;
    min-height: 126px;
    padding: 20px 24px;
    border: 1px solid #e3ded9;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 9px 28px rgb(0 0 0 / .045);
    text-decoration: none;
    color: #111
}

.role-avatar {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #fff0f0;
    display: flex;
    align-items: center;
    justify-content: center
}

    .role-avatar i {
        font-size: 24px;
        color: var(--basi-red)
    }

.role-card h3 {
    margin: 0 0 5px;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 700
}

.role-card p {
    margin: 0 0 18px;
    font-size: 14px;
    color: #111
}

.role-card strong {
    color: var(--basi-red);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700
}

.role-card .go {
    color: var(--basi-red);
    font-size: 16px
}

.culture-split {
    display: grid;
    grid-template-columns: 52% 48%;
    background: #fff8f4
}

.culture-img {
    min-height: 330px;
    background: url(/images/career-culture.jpg) center/cover no-repeat
}

.culture-copy {
    min-height: 330px;
    display: flex;
    align-items: center;
    padding: 55px 72px
}

.culture-copy-inner {
    max-width: 430px
}

.culture-copy .red-line {
    margin: 0 0 22px
}

.culture-copy h2 {
    margin: 0 0 20px;
    font-size: 34px;
    line-height: 1.16;
    letter-spacing: -.8px;
    font-weight: 700
}

.culture-copy p {
    margin: 0;
    font-size: 16px;
    line-height: 1.55;
    color: #111
}

.start-section {
    padding: 32px 0 40px;
    text-align: center;
    background: #fff
}

    .start-section h2 {
        margin: 0;
        font-size: 31px;
        line-height: 1.12;
        font-weight: 700
    }

    .start-section .red-line {
        margin: 14px auto 20px;
        width: 42px
    }

.start-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 34px;
    margin-bottom: 24px;
    color: #111;
    font-size: 16px
}

    .start-contact span {
        display: flex;
        align-items: center;
        gap: 12px
    }

    .start-contact i {
        color: var(--basi-red);
        font-size: 18px;
        width: 20px;
        text-align: center
    }

    .start-contact .divider {
        width: 1px;
        height: 32px;
        background: #ddd
    }

.career-hidden-form {
    display: none
}

@media(max-width:1000px) {
    .career-hero-pixel {
        background: linear-gradient(90deg,rgb(255 255 255 / .98) 0%,rgb(255 255 255 / .9) 48%,rgb(255 255 255 / .32) 100%),url(/images/career-hero.jpg) center right/cover no-repeat
    }

    .why-grid, .role-grid {
        grid-template-columns: 1fr 1fr
    }

    .culture-split {
        grid-template-columns: 1fr
    }
}

@media(max-width:700px) {
    .career-container, .career-hero-inner {
        width: min(100% - 28px,1120px)
    }

    .career-hero-pixel {
        align-items: flex-start;
        background: linear-gradient(180deg,rgb(255 255 255 / .98) 0%,rgb(255 255 255 / .88) 52%,rgb(255 255 255 / .25) 100%),url(/images/career-hero.jpg) center bottom/cover no-repeat
    }

    .career-hero-inner {
        padding-top: 42px
    }

        .career-hero-inner h1 {
            font-size: 42px;
            line-height: 1.12;
            letter-spacing: -1px
        }

        .career-hero-inner p {
            font-size: 16px;
            max-width: 340px
        }

    .why-grid, .role-grid {
        grid-template-columns: 1fr
    }

    .why-card {
        min-height: auto
    }

    .role-card {
        grid-template-columns: 58px 1fr 20px;
        padding: 18px
    }

    .culture-copy {
        padding: 38px 24px
    }

        .culture-copy h2 {
            font-size: 28px
        }

    .start-contact {
        flex-direction: column;
        gap: 12px
    }

        .start-contact .divider {
            display: none
        }

    .pixel-btn {
        width: 100%
    }
}

@media(max-width:700px) {
    .why-grid {
        display: grid !important;
        grid-template-columns: repeat(2,1fr) !important;
        gap: 12px !important
    }

    .why-card {
        min-height: 190px !important;
        padding: 20px 12px 18px !important;
        border-radius: 20px !important;
        box-shadow: 0 10px 26px rgb(0 0 0 / .05) !important
    }

    .why-icon {
        height: auto !important;
        margin-bottom: 14px !important
    }

        .why-icon i {
            font-size: 34px !important
        }

    .why-card h3 {
        font-size: 15px !important;
        line-height: 1.3 !important;
        margin-bottom: 8px !important
    }

    .why-card p {
        font-size: 12px !important;
        line-height: 1.45 !important
    }

    .role-grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important
    }

    .role-card {
        min-height: auto !important;
        padding: 16px !important;
        border-radius: 18px !important;
        gap: 12px !important
    }

    .role-avatar {
        width: 50px !important;
        height: 50px !important
    }

        .role-avatar i {
            font-size: 20px !important
        }

    .role-card h3 {
        font-size: 15px !important
    }

    .role-card p {
        margin-bottom: 10px !important;
        font-size: 13px !important
    }

    .role-card strong {
        font-size: 12px !important
    }

    .career-hero-inner {
        padding: 42px 0 70px !important
    }

        .career-hero-inner h1 {
            font-size: 38px !important;
            line-height: 1.05 !important
        }

        .career-hero-inner p {
            font-size: 15px !important;
            line-height: 1.7 !important
        }

    .culture-img {
        min-height: 240px !important
    }

    .culture-copy {
        min-height: auto !important;
        padding: 30px 18px !important
    }

        .culture-copy h2 {
            font-size: 26px !important;
            line-height: 1.15 !important
        }

        .culture-copy p {
            font-size: 14px !important;
            line-height: 1.65 !important
        }

    .start-section {
        padding: 30px 0 44px !important
    }

        .start-section h2 {
            font-size: 28px !important;
            line-height: 1.15 !important
        }

    .start-contact {
        gap: 10px !important;
        font-size: 14px !important
    }

        .start-contact span {
            justify-content: center
        }

    .pixel-btn {
        min-height: 52px !important;
        font-size: 13px !important;
        border-radius: 999px !important
    }
}

@media(max-width:420px) {
    .why-card {
        min-height: 172px !important;
        padding: 18px 10px 16px !important
    }

    .why-icon i {
        font-size: 30px !important
    }

    .why-card h3 {
        font-size: 14px !important
    }

    .why-card p {
        font-size: 11px !important
    }
}
