﻿/* =====================================================
   STAR CAREERS PAGE
===================================================== */

.star-careers-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 45px;
    box-sizing: border-box;
}


/* =====================================================
   CAREERS HERO
===================================================== */

.star-careers-hero {
    position: relative;
    width: 100%;
    min-height: 420px;

    display: flex;
    align-items: center;

    background:
        linear-gradient(
            90deg,
            rgba(4, 25, 40, 0.94) 0%,
            rgba(4, 25, 40, 0.78) 45%,
            rgba(4, 25, 40, 0.25) 100%
        ),
        url("../images/career-banner.png") center center / cover no-repeat;
}


.star-careers-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(4, 25, 40, 0.55),
            transparent
        );
}


.star-careers-hero .star-careers-container {
    position: relative;
    z-index: 2;
}


.star-careers-hero-content {
    max-width: 650px;
}


.star-careers-label,
.star-careers-section-label {
    display: inline-block;

    margin-bottom: 10px;

    color: #CA500B;

    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 700;

    letter-spacing: 2px;
    line-height: 1.3;

    text-transform: uppercase;
}


.star-careers-hero h1 {
    margin: 0 0 18px;

    color: #ffffff;

    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    line-height: 1.08;
    font-weight: 700;

    letter-spacing: -1px;
}


.star-careers-hero p {
    max-width: 570px;

    margin: 0 0 28px;

    color: #e9f0f5;

    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 1.7;
}


.star-careers-hero-btn,
.star-careers-cta-btn,
.star-career-apply-btn,
.star-job-apply {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    text-decoration: none;

    font-family: "Poppins", sans-serif;
    font-weight: 600;

    transition: all 0.25s ease;
}


.star-careers-hero-btn {
    min-height: 46px;
    padding: 0 20px;

    background: #CA500B;
    border: 1px solid #CA500B;
    border-radius: 4px;

    color: #ffffff;

    font-size: 13px;
}


.star-careers-hero-btn:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #0b3b5c;
}


.star-careers-hero-btn span {
    font-size: 17px;
}


/* =====================================================
   CAREERS INTRO
===================================================== */

.star-careers-intro {
    width: 100%;
    padding: 75px 0;

    background: #ffffff;
}


.star-careers-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 65px;

    align-items: center;
}


.star-careers-intro-content {
    max-width: 650px;
}


.star-careers-intro-content h2,
.star-careers-values-heading h2,
.star-career-apply-content h2 {
    position: relative;

    display: inline-block;

    margin: 0 0 22px;
    padding-bottom: 13px;

    color: #0b3b5c;

    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    line-height: 1.18;
    font-weight: 700;

    letter-spacing: -0.6px;
}


.star-careers-intro-content h2::after,
.star-careers-values-heading h2::after,
.star-career-apply-content h2::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 100%;
    height: 3px;

    background:
        linear-gradient(
            90deg,
            #CA500B 0%,
            #CA500B 82%,
            #0b3b5c 82%,
            #0b3b5c 100%
        );

    border-radius: 10px;
}


.star-careers-intro-content h2 strong,
.star-careers-values-heading h2 strong,
.star-career-apply-content h2 strong {
    font-weight: 700;
}


.star-careers-intro-content p {
    max-width: 620px;

    margin: 0 0 16px;

    color: #40566a;

    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 1.75;
}


/* =====================================================
   BENEFITS
===================================================== */

.star-careers-benefits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 14px;
}


.star-career-benefit {
    display: flex;
    gap: 15px;

    padding: 22px 18px;

    background: #f3f7fa;

    border: 1px solid #e1e8ed;
    border-radius: 5px;
}


.star-career-benefit-icon {
    flex: 0 0 42px;

    width: 42px;
    height: 42px;

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

    background: #ffffff;

    border: 1px solid #CA500B;
    border-radius: 50%;

    color: #CA500B;

    font-size: 16px;
}


.star-career-benefit h3 {
    margin: 0 0 5px;

    color: #0b3b5c;

    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 1.3;
}


.star-career-benefit p {
    margin: 0;

    color: #617383;

    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 1.6;
}


/* =====================================================
   OPEN POSITIONS
===================================================== */

.star-open-positions {
    width: 100%;
    padding: 70px 0;

    background: #f3f7fa;
}


.star-careers-heading {
    margin-bottom: 35px;

    text-align: center;
}


.star-careers-heading .star-careers-section-label {
    display: block;
}


.star-careers-heading h2 {
    position: relative;

    display: inline-block;

    margin: 0 0 15px;
    padding-bottom: 13px;

    color: #0b3b5c;

    font-family: "Montserrat", sans-serif;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
}


.star-careers-heading h2::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 100%;
    height: 3px;

    background:
        linear-gradient(
            90deg,
            #CA500B 0%,
            #CA500B 82%,
            #0b3b5c 82%,
            #0b3b5c 100%
        );

    border-radius: 10px;
}


.star-careers-heading p {
    max-width: 600px;

    margin: 0 auto;

    color: #607486;

    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 1.6;
}


.star-jobs-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 18px;
}


.star-job-card {
    padding: 24px;

    background: #ffffff;

    border: 1px solid #dfe7ec;
    border-radius: 6px;

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


.star-job-card:hover {
    transform: translateY(-4px);

    box-shadow:
        0 12px 30px rgba(11, 59, 92, 0.10);
}


.star-job-top {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 18px;
}


.star-job-icon {
    width: 43px;
    height: 43px;

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

    background: #fff4ed;

    border-radius: 5px;

    color: #CA500B;

    font-size: 17px;
}


.star-job-type {
    padding: 5px 9px;

    background: #f3f7fa;

    border-radius: 20px;

    color: #557084;

    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-weight: 600;
}


.star-job-card h3 {
    margin: 0 0 8px;

    color: #0b3b5c;

    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 1.3;
}


.star-job-location {
    margin: 0 0 13px !important;

    color: #CA500B !important;

    font-size: 11px !important;
    font-weight: 600;
}


.star-job-location i {
    margin-right: 5px;
}


.star-job-card > p:not(.star-job-location) {
    min-height: 70px;

    margin: 0 0 18px;

    color: #5b7080;

    font-family: "Poppins", sans-serif;
    font-size: 13px;
    line-height: 1.65;
}


.star-job-skills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;

    margin-bottom: 20px;
}


.star-job-skills span {
    padding: 5px 8px;

    background: #f3f7fa;

    border-radius: 3px;

    color: #557084;

    font-family: "Poppins", sans-serif;
    font-size: 9px;
    font-weight: 500;
}


.star-job-apply {
    width: 100%;
    min-height: 42px;

    box-sizing: border-box;

    background: #CA500B;
    border: 1px solid #CA500B;
    border-radius: 4px;

    color: #ffffff;

    font-size: 12px;
}


.star-job-apply:hover {
    background: #0b3b5c;
    border-color: #0b3b5c;
    color: #ffffff;
}


/* =====================================================
   OUR PEOPLE
===================================================== */

.star-careers-values {
    width: 100%;
    padding: 70px 0;

    background: #ffffff;
}


.star-careers-values-grid {
    display: grid;

    grid-template-columns: 0.9fr 1.1fr;

    gap: 70px;

    align-items: start;
}


.star-careers-values-heading {
    max-width: 500px;
}


.star-careers-values-list {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 15px;
}


.star-career-value {
    display: flex;
    gap: 12px;

    padding: 18px;

    background: #f3f7fa;

    border-radius: 5px;
}


.star-career-value > i {
    flex: 0 0 24px;

    width: 24px;
    height: 24px;

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

    background: #CA500B;

    border-radius: 50%;

    color: #ffffff;

    font-size: 10px;
}


.star-career-value h3 {
    margin: 0 0 5px;

    color: #0b3b5c;

    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}


.star-career-value p {
    margin: 0;

    color: #637787;

    font-family: "Poppins", sans-serif;
    font-size: 11px;
    line-height: 1.6;
}


/* =====================================================
   APPLICATION SECTION
===================================================== */

.star-career-apply {
    width: 100%;
    padding: 70px 0;

    background: #f3f7fa;
}


.star-career-apply-grid {
    display: grid;

    grid-template-columns: 1fr 430px;

    gap: 65px;

    align-items: center;
}


.star-career-apply-content {
    max-width: 620px;
}


.star-career-apply-content p {
    max-width: 580px;

    margin: 0 0 15px;

    color: #526979;

    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 1.7;
}


.star-career-apply-box {
    padding: 35px;

    text-align: center;

    background: #ffffff;

    border: 1px solid #dfe7ec;
    border-radius: 6px;

    box-shadow:
        0 10px 30px rgba(11, 59, 92, 0.07);
}


.star-career-apply-icon {
    width: 55px;
    height: 55px;

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

    margin: 0 auto 15px;

    background: #fff4ed;

    border-radius: 50%;

    color: #CA500B;

    font-size: 21px;
}


.star-career-apply-box h3 {
    margin: 0 0 8px;

    color: #0b3b5c;

    font-family: "Montserrat", sans-serif;
    font-size: 21px;
}


.star-career-apply-box p {
    margin: 0 0 17px;

    color: #647989;

    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 1.6;
}


.star-career-email {
    display: block;

    margin-bottom: 18px;

    color: #0b3b5c;

    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;

    text-decoration: none;
}


.star-career-email i {
    margin-right: 6px;

    color: #CA500B;
}


.star-career-apply-btn {
    width: 100%;
    min-height: 44px;

    box-sizing: border-box;

    background: #CA500B;
    border: 1px solid #CA500B;
    border-radius: 4px;

    color: #ffffff;

    font-size: 12px;
}


.star-career-apply-btn:hover {
    background: #0b3b5c;
    border-color: #0b3b5c;
}


/* =====================================================
   FINAL CTA
===================================================== */

.star-careers-cta {
    width: 100%;
    padding: 65px 0;

    background:
        linear-gradient(
            90deg,
            rgba(5, 32, 48, 0.96),
            rgba(5, 32, 48, 0.87)
        ),
        url("../images/careers-cta.jpg") center / cover no-repeat;

    text-align: center;
}


.star-careers-cta-content {
    max-width: 720px;

    margin: 0 auto;
}


.star-careers-cta-content > span {
    color: #CA500B;

    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 700;

    letter-spacing: 2px;
}


.star-careers-cta h2 {
    margin: 9px 0 12px;

    color: #ffffff;

    font-family: "Montserrat", sans-serif;
    font-size: 34px;
    line-height: 1.2;
}


.star-careers-cta p {
    max-width: 580px;

    margin: 0 auto 23px;

    color: #dce6ec;

    font-family: "Poppins", sans-serif;
    font-size: 13px;
    line-height: 1.7;
}


.star-careers-cta-btn {
    min-height: 44px;

    padding: 0 20px;

    background: #CA500B;
    border: 1px solid #CA500B;
    border-radius: 4px;

    color: #ffffff;

    font-size: 12px;
}


.star-careers-cta-btn:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #0b3b5c;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1100px) {

    .star-careers-container {
        padding: 0 25px;
    }


    .star-careers-hero {
        min-height: 400px;
    }


    .star-careers-hero h1 {
        font-size: 43px;
    }


    .star-careers-intro-grid {
        gap: 35px;
    }


    .star-careers-intro-content h2,
    .star-careers-values-heading h2,
    .star-career-apply-content h2 {
        font-size: 31px;
    }


    .star-jobs-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .star-career-apply-grid {
        grid-template-columns: 1fr 380px;
        gap: 35px;
    }

}


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

@media (max-width: 768px) {

    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }


    .star-careers-container {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
    }


    /* HERO */

    .star-careers-hero {
        min-height: 390px;

        background:
            linear-gradient(
                90deg,
                rgba(4, 25, 40, 0.94),
                rgba(4, 25, 40, 0.72)
            ),
            url("../images/careers-banner.jpg") center / cover no-repeat;
    }


    .star-careers-hero-content {
        max-width: 100%;
    }


    .star-careers-hero h1 {
        font-size: 36px;
        letter-spacing: -0.5px;
    }


    .star-careers-hero p {
        font-size: 13px;
        line-height: 1.65;
    }


    /* INTRO */

    .star-careers-intro {
        padding: 50px 0;
    }


    .star-careers-intro-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }


    .star-careers-intro-content h2,
    .star-careers-values-heading h2,
    .star-career-apply-content h2 {
        font-size: 29px;
    }


    .star-careers-intro-content p {
        font-size: 13px;
    }


    /* BENEFITS */

    .star-careers-benefits {
        grid-template-columns: repeat(2, 1fr);
    }


    /* OPEN POSITIONS */

    .star-open-positions {
        padding: 50px 0;
    }


    .star-careers-heading h2 {
        font-size: 29px;
    }


    .star-careers-heading p {
        font-size: 13px;
    }


    .star-jobs-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }


    .star-job-card {
        padding: 18px;
    }


    .star-job-card h3 {
        font-size: 15px;
    }


    .star-job-card > p:not(.star-job-location) {
        font-size: 12px;
    }


    /* VALUES */

    .star-careers-values {
        padding: 50px 0;
    }


    .star-careers-values-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }


    .star-careers-values-list {
        grid-template-columns: repeat(2, 1fr);
    }


    /* APPLICATION */

    .star-career-apply {
        padding: 50px 0;
    }


    .star-career-apply-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }


    .star-career-apply-box {
        max-width: 500px;
        margin: 0 auto;
    }


    /* CTA */

    .star-careers-cta {
        padding: 50px 0;
    }


    .star-careers-cta h2 {
        font-size: 29px;
    }

}


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

@media (max-width: 480px) {

    .star-careers-container {
        padding: 0 15px;
    }


    .star-careers-hero {
        min-height: 370px;
    }


    .star-careers-hero h1 {
        font-size: 31px;
    }


    .star-careers-hero p {
        font-size: 12px;
    }


    .star-careers-label,
    .star-careers-section-label {
        font-size: 10px;
        letter-spacing: 1.7px;
    }


    /* BENEFITS 1 COLUMN */

    .star-careers-benefits {
        grid-template-columns: 1fr;
    }


    /* JOBS 1 COLUMN */

    .star-jobs-grid {
        grid-template-columns: 1fr;
    }


    .star-job-card {
        padding: 20px;
    }


    /* VALUES */

    .star-careers-values-list {
        grid-template-columns: 1fr;
    }


    .star-careers-intro-content h2,
    .star-careers-values-heading h2,
    .star-career-apply-content h2,
    .star-careers-heading h2 {
        font-size: 25px;
    }


    .star-career-apply-box {
        padding: 25px 18px;
    }


    .star-careers-cta h2 {
        font-size: 25px;
    }

}