/* =========================================================
   CARIPULSE COMPANY PAGES
========================================================= */


/* =========================================================
   HERO
========================================================= */

.company-hero {
    position: relative;

    min-height: 520px;

    display: flex;

    align-items: center;

    padding: 160px 0 100px;

    background-position: center center;

    background-size: cover;

    background-repeat: no-repeat;

    overflow: hidden;
}


.company-hero-about {
    background-image:
        linear-gradient(
            90deg,
            rgba(8, 18, 33, 0.96),
            rgba(8, 18, 33, 0.78)
        ),
        url("../images/About-Hero.jpg");
}


.company-hero-careers {
    background-image:
        linear-gradient(
            90deg,
            rgba(8, 18, 33, 0.96),
            rgba(8, 18, 33, 0.78)
        ),
        url("../images/Careers-Hero.jpg");
}


/* =========================================================
   HERO DECORATION
========================================================= */

.company-hero::before {
    content: "";

    position: absolute;

    width: 500px;

    height: 500px;

    right: -150px;

    top: -180px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(255, 47, 117, 0.28),
            transparent 66%
        );

    pointer-events: none;
}


.company-hero::after {
    content: "";

    position: absolute;

    width: 450px;

    height: 450px;

    left: -200px;

    bottom: -250px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(0, 216, 255, 0.16),
            transparent 68%
        );

    pointer-events: none;
}


/* =========================================================
   HERO CONTAINER
========================================================= */

.company-hero .container {
    position: relative;

    z-index: 2;
}


/* =========================================================
   HERO CONTENT
========================================================= */

.company-hero-content {
    position: relative;

    z-index: 2;

    max-width: 850px;
}


/* =========================================================
   EYEBROWS
========================================================= */

.company-eyebrow,
.company-section-eyebrow {
    display: inline-block;

    margin-bottom: 16px;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}


.company-eyebrow {
    color: #ff9d1c;
}


.company-section-eyebrow {
    color: #ff2f75;
}


/* =========================================================
   HERO TITLE
========================================================= */

.company-hero h1 {
    color: #ffffff;

    font-size: 68px;

    line-height: 1.1;

    font-weight: 800;

    margin: 0 0 25px;

    overflow-wrap: break-word;
}


.company-hero h1 span {
    background:
        linear-gradient(
            90deg,
            #ff2f75,
            #ff9d1c
        );

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    background-clip: text;

    color: transparent;
}


/* =========================================================
   HERO DESCRIPTION
========================================================= */

.company-hero p {
    max-width: 720px;

    color: #e4e8ef;

    font-size: 21px;

    line-height: 1.8;

    margin: 0;

    overflow-wrap: break-word;
}


/* =========================================================
   COMPANY SECTIONS
========================================================= */

.company-intro,
.company-values,
.company-vision,
.company-story,
.career-principles,
.career-openings,
.career-areas {
    padding: 110px 0;
}


.company-intro,
.company-values,
.career-principles,
.career-areas {
    background: #ffffff;
}


.company-story,
.company-vision,
.career-openings {
    background: #f3f6ff;
}


/* =========================================================
   INTRO / STORY GRIDS
========================================================= */

.company-intro-grid,
.company-story-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 80px;

    align-items: center;
}


.company-intro-heading span,
.company-section-heading > span,
.company-vision-card > span,
.company-cta-inner > div > span {
    display: inline-block;

    margin-bottom: 14px;

    color: #ff2f75;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 2px;
}


.company-intro-heading h2,
.company-section-heading h2,
.company-story-content h2 {
    margin: 0;

    color: #081221;

    font-size: 50px;

    line-height: 1.2;

    font-weight: 800;

    overflow-wrap: break-word;
}


.company-intro-copy p,
.company-story-content p {
    margin: 0 0 22px;

    color: #687280;

    font-size: 18px;

    line-height: 1.9;

    overflow-wrap: break-word;
}


.company-intro-copy p:last-child,
.company-story-content p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   STORY
========================================================= */

.company-story-image {
    min-width: 0;
}


.company-story-image img {
    display: block;

    width: 100%;

    height: 560px;

    object-fit: cover;

    border-radius: 28px;
}


.company-story-content {
    min-width: 0;
}


.company-story-content h2 {
    margin-bottom: 28px;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.company-section-heading {
    max-width: 820px;

    margin: 0 auto 60px;

    text-align: center;
}


.company-section-heading h2 {
    margin-bottom: 18px;
}


.company-section-heading p {
    margin: 0;

    color: #687280;

    font-size: 18px;

    line-height: 1.8;

    overflow-wrap: break-word;
}


/* =========================================================
   VALUES
========================================================= */

.company-values-grid {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 25px;
}


.company-value-card {
    min-width: 0;

    padding: 34px 28px;

    border: 1px solid #e7ebf2;

    border-radius: 24px;

    background: #ffffff;
}


.company-value-icon {
    width: 66px;

    height: 66px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 25px;

    border-radius: 18px;

    background:
        linear-gradient(
            135deg,
            #ff2f75,
            #ff9d1c
        );

    color: #ffffff;

    font-size: 25px;
}


.company-value-card h3 {
    margin: 0 0 14px;

    color: #081221;

    font-size: 24px;

    line-height: 1.35;

    overflow-wrap: break-word;
}


.company-value-card p {
    margin: 0;

    color: #687280;

    font-size: 16px;

    line-height: 1.8;

    overflow-wrap: break-word;
}


/* =========================================================
   MISSION / VISION
========================================================= */

.company-vision-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 30px;
}


.company-vision-card {
    min-width: 0;

    padding: 48px;

    border-radius: 26px;

    background: #ffffff;
}


.company-vision-card h2 {
    margin: 0 0 20px;

    color: #081221;

    font-size: 32px;

    line-height: 1.35;

    overflow-wrap: break-word;
}


.company-vision-card p {
    margin: 0;

    color: #687280;

    font-size: 17px;

    line-height: 1.85;

    overflow-wrap: break-word;
}


/* =========================================================
   CAREERS EMPTY STATE
========================================================= */

.career-empty-state {
    max-width: 760px;

    margin: 0 auto;

    padding: 55px 40px;

    border: 1px solid #e7ebf2;

    border-radius: 28px;

    background: #ffffff;

    text-align: center;
}


.career-empty-icon {
    width: 78px;

    height: 78px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 0 auto 25px;

    border-radius: 22px;

    background:
        linear-gradient(
            135deg,
            #ff2f75,
            #ff9d1c
        );

    color: #ffffff;

    font-size: 30px;
}


.career-empty-state h3 {
    margin: 0 0 15px;

    color: #081221;

    font-size: 28px;

    line-height: 1.35;

    overflow-wrap: break-word;
}


.career-empty-state p {
    max-width: 600px;

    margin: 0 auto 30px;

    color: #687280;

    font-size: 17px;

    line-height: 1.8;

    overflow-wrap: break-word;
}


.career-empty-state .btn-primary {
    display: inline-block;
}


/* =========================================================
   CAREER AREAS
========================================================= */

.career-area-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 22px;
}


.career-area {
    min-width: 0;

    min-height: 110px;

    display: flex;

    align-items: center;

    gap: 18px;

    padding: 26px;

    border: 1px solid #e7ebf2;

    border-radius: 20px;

    color: #081221;

    font-size: 17px;

    font-weight: 600;

    overflow-wrap: break-word;
}


.career-area i {
    flex-shrink: 0;

    color: #ff2f75;

    font-size: 24px;
}


/* =========================================================
   CTA
========================================================= */

.company-cta {
    padding: 80px 0;

    background:
        linear-gradient(
            90deg,
            #ff2f75,
            #ff9d1c
        );
}


.company-cta-inner {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 50px;
}


.company-cta-inner > div {
    min-width: 0;
}


.company-cta-inner > div > span {
    color: #ffffff;
}


.company-cta h2 {
    margin: 0 0 12px;

    color: #ffffff;

    font-size: 42px;

    line-height: 1.2;

    overflow-wrap: break-word;
}


.company-cta p {
    margin: 0;

    color: #ffffff;

    font-size: 17px;

    line-height: 1.7;

    overflow-wrap: break-word;
}


.company-cta .btn-primary {
    flex-shrink: 0;

    background: #081221;
}


/* =========================================================
   LARGE TABLET
========================================================= */

@media (max-width: 1100px) {

    .company-hero {
        min-height: 540px;

        padding: 155px 0 95px;
    }


    .company-hero h1 {
        font-size: 55px;
    }


    .company-intro-grid,
    .company-story-grid {
        grid-template-columns: 1fr;

        gap: 50px;
    }


    .company-story-image img {
        height: 500px;
    }


    .company-values-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    .career-area-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

    .company-hero {
        min-height: 500px;

        padding: 135px 0 75px;

        background-position: center center;
    }


    .company-hero::before {
        width: 340px;

        height: 340px;

        right: -170px;

        top: -120px;
    }


    .company-hero::after {
        width: 300px;

        height: 300px;

        left: -180px;

        bottom: -190px;
    }


    .company-hero-content {
        max-width: 680px;
    }


    .company-eyebrow,
    .company-section-eyebrow {
        margin-bottom: 13px;

        font-size: 12px;

        letter-spacing: 1.7px;
    }


    .company-hero h1 {
        font-size: clamp(40px, 10vw, 48px);

        line-height: 1.1;

        margin-bottom: 20px;
    }


    .company-hero p {
        font-size: 17px;

        line-height: 1.7;
    }


    .company-intro,
    .company-values,
    .company-vision,
    .company-story,
    .career-principles,
    .career-openings,
    .career-areas {
        padding: 75px 0;
    }


    .company-intro-heading h2,
    .company-section-heading h2,
    .company-story-content h2 {
        font-size: clamp(32px, 8vw, 38px);
    }


    .company-intro-copy p,
    .company-story-content p,
    .company-section-heading p {
        font-size: 16px;

        line-height: 1.7;
    }


    .company-story-image img {
        height: 380px;

        border-radius: 22px;
    }


    .company-values-grid,
    .company-vision-grid,
    .career-area-grid {
        grid-template-columns: 1fr;

        gap: 20px;
    }


    .company-value-card {
        padding: 30px 25px;

        border-radius: 20px;
    }


    .company-vision-card {
        padding: 34px 28px;

        border-radius: 20px;
    }


    .career-empty-state {
        padding: 40px 25px;

        border-radius: 20px;
    }


    .career-area {
        min-height: 100px;

        padding: 24px;

        border-radius: 18px;
    }


    .company-cta {
        padding: 75px 0;
    }


    .company-cta-inner {
        flex-direction: column;

        align-items: flex-start;

        gap: 28px;
    }


    .company-cta h2 {
        font-size: clamp(34px, 9vw, 40px);
    }


    .company-cta p {
        font-size: 16px;

        line-height: 1.7;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 520px) {

    .company-hero {
        min-height: 470px;

        padding: 125px 0 65px;
    }


    .company-hero h1 {
        font-size: clamp(36px, 11vw, 42px);
    }


    .company-hero p {
        font-size: 16px;
    }


    .company-intro,
    .company-values,
    .company-vision,
    .company-story,
    .career-principles,
    .career-openings,
    .career-areas {
        padding: 65px 0;
    }


    .company-intro-heading h2,
    .company-section-heading h2,
    .company-story-content h2 {
        font-size: 32px;
    }


    .company-story-image img {
        height: 300px;

        border-radius: 18px;
    }


    .company-value-card {
        padding: 27px 21px;

        border-radius: 18px;
    }


    .company-value-icon {
        width: 62px;

        height: 62px;

        border-radius: 17px;

        margin-bottom: 20px;

        font-size: 24px;
    }


    .company-value-card h3 {
        font-size: 21px;
    }


    .company-value-card p {
        font-size: 15px;
    }


    .company-vision-card {
        padding: 28px 22px;

        border-radius: 18px;
    }


    .company-vision-card h2 {
        font-size: 27px;
    }


    .company-vision-card p {
        font-size: 15px;
    }


    .career-empty-state {
        padding: 32px 20px;

        border-radius: 18px;
    }


    .career-empty-state h3 {
        font-size: 25px;
    }


    .career-empty-state p {
        font-size: 15px;
    }


    .career-area {
        min-height: 96px;

        padding: 22px;
    }


    .company-cta {
        padding: 65px 0;
    }


    .company-cta h2 {
        font-size: 32px;
    }


    .company-cta p {
        font-size: 16px;
    }

}


/* =========================================================
   VERY SMALL PHONES
========================================================= */

@media (max-width: 380px) {

    .company-hero {
        padding: 118px 0 60px;
    }


    .company-hero h1 {
        font-size: 34px;
    }


    .company-hero p {
        font-size: 15px;
    }


    .company-intro-heading h2,
    .company-section-heading h2,
    .company-story-content h2 {
        font-size: 29px;
    }


    .company-value-card,
    .company-vision-card,
    .career-empty-state,
    .career-area {
        padding-left: 18px;

        padding-right: 18px;
    }


    .company-cta h2 {
        font-size: 30px;
    }

}


/* =========================================================
   LANDSCAPE MOBILE
========================================================= */

@media (max-width: 900px) and (max-height: 600px) and (orientation: landscape) {

    .company-hero {
        min-height: auto;

        padding: 115px 0 60px;
    }


    .company-hero h1 {
        font-size: 42px;
    }


    .company-hero p {
        font-size: 16px;
    }

}