.main-hero {
    height: 100vh;
    padding: 128px 50px;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%), url("../../assets/banners/catalyst-connect-banner-min.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
}

.hero-header>h1 {
    width: 60%;
    font-family: Urbanist, sans-serif;
    font-size: 4.235rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
}

.hero-header>p {
    width: 60%;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.618;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
}

@media screen and (max-width:768px) {
    .main-hero {
        background: linear-gradient(180deg, rgba(137, 137, 137, 0) 0%, #000000 100%), url("../../assets/banners/catalyst-connect-banner-min.png");
        background-position: center;
        padding: 40px;
    }

    .hero-header>h1 {
        width: 100%;
        font-family: Urbanist;
        font-size: 4.235rem;
        font-weight: 700;
        line-height: 1.2;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #ffffff;
    }

    .hero-header>p {
        width: 100%;
    }
}

@media screen and (max-width:430px) {
    .main-hero {
        padding: 20px;
        align-items: center;
    }

    .hero-header>h1 {
        font-family: Urbanist;
        font-size: 2.617rem;
        font-weight: 700;
        line-height: 1.2;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #ffffff;
    }

    .hero-header>p {
        font-size: 1rem;
        width: 100%;
    }
}

/* Introductory Section */
.intro-section {
    padding: 128px 50px;
    background-color: #ffffff;
}

.intro-section-inner {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.intro-section-header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.intro-section-label {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #000;
}

.intro-section-divider {
    flex: 1;
    height: 1px;
    background-color: #000;
    max-width: 200px;
}

.intro-section-heading {
    width: 100%;
}

.intro-section-heading h2 {
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    color: #000;
    margin: 0;
}

.intro-section-content {
    display: flex;
    gap: 64px;
    align-items: flex-start;
}

.intro-section-image {
    width: 55%;
    flex-shrink: 0;
}

.intro-section-image img {
    width: 90%;
    height: auto;
    border-radius: 26px;
    object-fit: cover;
    display: block;
}

.intro-section-text-container {
    padding-top: 16px;
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 48px;
}

.intro-section-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.intro-section-text h2 {
    font-family: Urbanist, sans-serif;
    font-size: 1.618rem;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    margin: 0;
}

.intro-section-text p {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.618;
    text-align: left;
    color: #000;
    margin: 0;
}

.intro-section-text ul {
    margin-left: 20px;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.618;
    text-align: left;
    color: #000;
}

@media screen and (max-width: 1024px) {
    .intro-section-heading h2 {
        width: 80%;
        font-size: 2.235rem;
    }

    .intro-section-content {
        gap: 48px;
    }
}

@media screen and (max-width: 768px) {
    .intro-section {
        padding: 64px 40px;
    }

    .intro-section-inner {
        gap: 32px;
    }

    .intro-section-heading h2 {
        width: 100%;
    }

    .intro-section-content {
        flex-direction: column;
        gap: 32px;
    }

    .intro-section-image,
    .intro-section-text-container {
        width: 100%;
    }

    .intro-section-image img {
        width: 100%;
    }

    .intro-section-text p {
        font-size: 0.95rem;
    }
}

@media screen and (max-width: 430px) {
    .intro-section {
        padding: 64px 20px;
    }

    .intro-section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .intro-section-divider {
        max-width: 100%;
        width: 100px;
    }
}

/* Catalyst connect metrics */

.catalyst-connect-metrics-container {
    background-color: #1e1e1e;
    padding: 128px 50px;
}

.catalyst-connect-metrics-container-inner {
    max-width: 1140px;
    margin: 0 auto;
}

.catalyst-connect-metrics-header>h2 {
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 500;
    line-height: 1.2;
    color: #ffffff;
}



.ipo-metrics {
    display: flex;
    margin-top: 96px;
}

.metric {
    width: 30%;
    /* margin-left: 16px; */
}

.number {
    font-family: Urbanist, sans-serif;
    font-size: 4.235rem;
    font-weight: 600;
    line-height: 64px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
}

.metric>p {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.618;
    color: #ffffff;
}

.ipo-metrics-footer {
    margin-top: 48px;
}

.ipo-metrics-footer>span {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.618;
    color: #ffffff;
}


@media screen and (max-width:430px) {
    .catalyst-connect-metrics-container {
        background-color: #1e1e1e;
        padding: 128px 20px;
    }

    .ipo-metrics {
        flex-direction: column;
        gap: 64px;
        margin-top: 64px;
    }

    .metric {
        width: 100%;
    }
}

.learning-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 128px 0;
}


.learning-container-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 64px;
}

.learning-container-header>span {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.618;
    text-align: left;
    text-transform: uppercase;
}

.learning-container-header>h2 {
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
}

.learning-container-header>p {
    width: 60%;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.618;
    text-align: left;
    color: #000;
    margin-bottom: 32px;
}


.learning-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
    flex-wrap: wrap;
}

.learning-col {
    padding: 32px;
    width: 30%;
    flex: 1;
    border-left: 1px solid #141E4733;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.learning-col>h2 {
    font-family: Urbanist, sans-serif;
    font-size: 1.618rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    color: #000;
}

.learning-col>p {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.618;
    text-align: left;
    color: #000;
}

@media screen and (max-width:768px) {
    .learning-container-header>p {
        width: 100%;
    }

    .learning-row {
        flex-direction: column;
        gap: 32px;
    }

    .learning-col {
        width: 100%;
    }

}

.image-collage-container{
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 1440px;
    margin: 0 auto;
}

.image-collage {
    /* Container for image collage */
}

.image-collage>img {
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
}

.company-culture-content-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e0e0e0;
}

.company-culture-content-header>h2 {
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.company-culture-content-header>p {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1.618rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.author-box {
    padding: 64px 0;
    display: flex;
    align-items: center;
    gap: 16px;
}

.author-image-container {
    width: 96px;
    height: 96px;
}

.author-image-container>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
    display: block;
}

.author-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.author-details>h3 {
    font-family: Urbanist, sans-serif;
    font-size: 1.618rem;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
}

.author-details>p {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
}

@media screen and (max-width:768px) {
    .author-box {
        padding: 32px 0;
        gap: 8px;
    }

    .author-image-container {
        width: 64px;
        height: 64px;
    }

    .author-details>h3 {
        font-size: 1.2rem;
    }

    .author-details>p {
        font-size: 0.9rem;
    }
}

.stories-container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.stories-container-header>h3 {
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 500;
    line-height: 1.2;
}

.stories-container-body {
    position: relative;
}

.swiper-slide {
    width: 1080px !important;
}

.story-container-main {
    display: flex;
}

.story-image-container {
    width: 50%;
    overflow: hidden;
}

.story-image-container>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-content-container {
    width: 50%;
    padding: 32px 32px 64px 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    background-color: #f0f2f4;
}

.story-content-header>h4 {
    font-family: Urbanist, sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    color: #000;
}

.story-author {
    display: flex;
    flex-direction: column;
}

.story-author>h4 {
    font-family: Urbanist, sans-serif;
    font-size: 1.618rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    color: #000;
}

.story-author>p {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.618;
    text-align: left;
    color: #000;
}

.story-author>span {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.618;
    text-align: left;
    color: #000;
}


.custom-buttons {
    display: flex;
    padding: 64px 0px 0 0;
    justify-content: flex-end;
    gap: 24px;
}

@media screen and (max-width:1024px) {
    .swiper-slide {
        width: 90% !important;
    }

    .story-content-header>h4 {
        font-size: 1.618rem;
    }
}

@media screen and (max-width:768px) {
    .swiper-slide {
        width: 80% !important;
    }

    .story-content-header>h4 {
        font-size: 1.2rem;
    }
}

@media screen and (max-width:430px) {
    .swiper-slide {
        width: 100% !important;
    }

    .story-container-main {
        flex-direction: column;
        gap: 0;
    }

    .story-image-container,
    .story-content-container {
        width: 100%;
    }

    .custom-buttons {
        padding: 32px 0px;
    }
}

.open-roles-container {
    padding: 128px 50px;
    background: #f0f2f4;
}

.open-roles-container-main {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.open-roles-container-header>span {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.618;
    color: #000;
    text-transform: uppercase;
}

.open-roles-container-header>h2 {
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
}

.open-roles-container-header>p {
    width: 60%;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.618;
    text-align: left;
    padding-top: 8px;
}

.open-roles-container-body {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.open-roles-container-body-section {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.open-roles-container-body-section>h3 {
    font-family: Urbanist, sans-serif;
    font-size: 1.618rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
}

.open-roles-container-body-row {
    border-top: 1px solid #b2ba9b80;
    padding: 32px 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.open-roles-container-body-row:last-child {
    border-bottom: 1px solid #b2ba9b80;
}

.body-roles-heading>h4,
.body-roles-location>p {
    font-family: Urbanist, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    margin: 0;
}

.view-cta-button>a {
    border: 1px solid #000000;
    padding: 12px;
    border-radius: 8px;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    display: inline-block;
}

@media screen and (max-width:768px) {

    .open-roles-container-header>p {
        width: 100%;
        font-family: Plus Jakarta Sans, sans-serif;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.618;
        text-align: left;
        padding-top: 8px;
    }

    .open-roles-container-body-row {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }
}

@media screen and (max-width:430px) {
    .open-roles-container {
        padding: 64px 20px;
    }
}


/* No Open Roles state */
.no-open-roles-container {
    padding: 128px 50px;
    background: #f0f2f4;
}

.no-open-roles-container-main {
    max-width: 1440px;
    padding: 64px 50px;
    /* margin: 0 auto; */
}

.no-open-roles-container-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    /* align-items: center; */
    /* text-align: center; */
}

.no-open-roles-container-header > span {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.618;
    color: #000;
    text-transform: uppercase;
}

.no-open-roles-container-header > h2 {
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 600;
    line-height: 1.2;
    color: #1a1a1a;
}

.no-open-roles-container-header > p {
    max-width: 560px;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.618;
    color: #333;
}

@media screen and (max-width:768px) {
    .no-open-roles-container {
        padding: 80px 24px;
    }

    .no-open-roles-container-header > h2 {
        font-size: 2.1rem;
    }
}

@media screen and (max-width:430px) {
    .no-open-roles-container {
        padding: 64px 20px;
    }
}


/* FAQ Section */
.faq-section {
    background-color: #000000;
    padding: 128px 50px;
}.faq-container {
    max-width: 1440px;
    margin: 0 auto;
}

.faq-title {
    font-family: 'Urbanist', sans-serif;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.2;
    color: #ffffff;
    margin: 0 0 64px 0;
    text-align: left;
    letter-spacing: -0.02em;
}.faq-list {
    display: flex;
    flex-direction: column;
}

.faq-item {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 0;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease;
}

.faq-question:hover {
    opacity: 0.8;
}

.faq-question span {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
    flex: 1;
    padding-right: 24px;
}.faq-arrow {
    width: 24px;
    height: 24px;
    color: #ffffff;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    transform: rotate(0deg);
}.faq-item.open .faq-arrow {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 0;
}.faq-item.open .faq-answer {
    max-height: 500px;
    padding: 0 0 32px 0;
}.faq-answer p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.618;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.faq-disclaimer {
    margin-top: 48px;
    padding-top: 48px;
    
}

.faq-disclaimer p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.faq-disclaimer a {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.faq-disclaimer a:hover {
    opacity: 0.85;
}

@media screen and (max-width: 768px) {
    .faq-section {
        padding: 64px 40px;
    }

    .faq-title {
        font-size: 2.235rem;
        margin-bottom: 48px;
    }

    .faq-question {
        padding: 24px 0;
    }

    .faq-question span {
        font-size: 1.1rem;
        padding-right: 16px;
    }

    .faq-arrow {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 430px) {
    .faq-section {
        padding: 64px 20px;
    }

    .faq-title {
        font-size: 1.8rem;
        margin-bottom: 32px;
    }

    .faq-question {
        padding: 20px 0;
    }

    .faq-question span {
        font-size: 1rem;
        padding-right: 12px;
    }

    .faq-answer p {
        font-size: 0.95rem;
    }

    .faq-disclaimer {
        margin-top: 48px;
        padding-top: 32px;
    }

    .faq-disclaimer p {
        font-size: 0.9rem;
    }
}