.careers-page {
    background: linear-gradient(180deg, #f6f8fb 0%, #ffffff 28%, #f3f7fb 100%);
    color: #10233d;
}

.careers-shell {
    width: min(1580px, calc(100% - 32px));
    margin: 0 auto;
}

.careers-section {
    padding: 88px 0;
}

.careers-section--light {
    background: transparent;
}

.careers-section--jobs {
    background: #fcf8f1;
    scroll-margin-top: 120px;
}

.careers-section--dark {
    background: #fff8f1;
}

.careers-section--cta {
    padding-top: 14px;
}

.careers-hero {
    min-height: 760px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fdf8f3;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.careers-hero__content {
    max-width: 860px;
    color: #24262d;
    padding: 118px 0 106px;
    text-align: center;
    margin: 0 auto;
}

.careers-kicker,
.careers-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 22px;
    background: #ff9b2f;
    min-height: 28px;
    padding: 0 18px;
    border-radius: 999px;
    box-shadow: 0 12px 24px rgba(255, 155, 47, 0.24);
}

.careers-heading {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.careers-heading__accent {
    display: block;
    width: 56px;
    height: 4px;
    border-radius: 999px;
    background: #f39a2e;
    margin: 18px auto 0;
}

.careers-heading--left {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}

.careers-heading--on-dark,
.careers-heading--on-dark .careers-heading__detail,
.careers-heading--on-dark h1,
.careers-heading--on-dark h2,
.careers-heading--on-dark h3,
.careers-heading--on-dark p {
    color: #fff;
}

.careers-hero__title h1,
.careers-hero__title h2,
.careers-hero__title h3,
.careers-heading__title h1,
.careers-heading__title h2,
.careers-heading__title h3 {
    margin: 0;
    font-size: clamp(3rem, 6vw, 5.35rem);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -0.04em;
    color: inherit;
}

.careers-hero__title h1 strong,
.careers-hero__title h2 strong,
.careers-hero__title h3 strong,
.careers-hero__title strong {
    font-weight: 900;
}

.careers-hero__title span[style*='#e67e23'],
.careers-hero__title span[style*='#E67E23'] {
    color: #ff8e1f !important;
}

.careers-hero__detail,
.careers-heading__detail {
    margin-top: 22px;
    font-size: 1rem;
    line-height: 1.65;
    color: #5a6b80;
}

.careers-hero__detail,
.careers-hero__detail p,
.careers-hero__detail span {
    color: #4d4f57 !important;
    font-size: 1rem !important;
    line-height: 1.65 !important;
}

.careers-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 42px;
    justify-content: center;
}

.careers-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.careers-btn--primary {
    background: #ff9628;
    border-color: #ff9628;
    color: #fff !important;
    box-shadow: 0 18px 36px rgba(255, 150, 40, 0.26);
}

.careers-btn--hero {
    min-width: 264px;
    min-height: 50px;
    padding: 0 30px;
    font-size: 0.98rem;
    font-weight: 700;
}

.careers-btn--secondary {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.28);
    color: #fff !important;
}

.careers-section--cta .careers-btn--secondary,
.careers-section--light .careers-btn--secondary,
.careers-section--jobs .careers-btn--secondary {
    background: #fff;
    border-color: #d6e1ec;
    color: #10233d !important;
}

.culture-grid,
.journey-grid,
.benefits-grid {
    display: grid;
    gap: 24px;
}

.culture-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    row-gap: 34px;
}

.journey-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 36px;
}

.benefits-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 36px;
}

.culture-card,
.journey-card,
.benefit-card,
.job-card,
.empty-state {
    border-radius: 28px;
    overflow: hidden;
}

.culture-card {
    position: relative;
    overflow: hidden;
}

.culture-card--plain {
    grid-column: span 4;
    min-height: 150px;
    padding: 8px 12px 10px 6px;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.culture-card--feature {
    grid-column: 1 / -1;
    color: #fff;
    min-height: 258px;
    padding: 104px 34px 32px;
    border-radius: 26px;
    background-color: #d8871b;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.culture-card--feature .culture-card__detail,
.culture-card--feature .culture-card__subtitle {
    color: rgba(255, 255, 255, 0.8);
}

.culture-card__icon,
.benefit-card__icon {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f4f8fb;
    margin-bottom: 24px;
}

.culture-card--plain .culture-card__icon {
    width: auto;
    height: auto;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: transparent;
    margin-bottom: 20px;
}

.culture-card--plain .culture-card__icon img {
    max-width: 32px;
    max-height: 32px;
}

.culture-card--feature .culture-card__icon {
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    margin-bottom: 16px;
    justify-content: left;;
}

.culture-card--feature .culture-card__icon img {
    max-width: 18px;
    max-height: 18px;
    filter: brightness(0) invert(1);
}

.culture-card__icon img,
.benefit-card__icon img {
    max-width: 34px;
    max-height: 34px;
}

.culture-card__subtitle,
.benefit-card__subtitle {
    display: inline-block;
    margin-bottom: 10px;
    color: #f28b2c;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.culture-card__title,
.journey-card h3,
.benefit-card h3,
.job-card__title,
.empty-state h3 {
    margin: 0 0 12px;
    font-size: 1.42rem;
    line-height: 1.25;
    font-weight: 700;
    color: inherit;
}

.culture-card--plain .culture-card__title {
    font-size: 1.05rem;
    margin-bottom: 12px;
}

.culture-card--feature .culture-card__title {
    font-size: 1.1rem;
    margin-bottom: 12px;
}

.culture-card__detail,
.journey-card p,
.benefit-card p,
.empty-state p {
    margin: 0;
    color: #607085;
    line-height: 1.75;
    white-space: pre-line;
}

.culture-card--plain .culture-card__detail {
    max-width: 310px;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #5b5e68;
}

.culture-card--feature .culture-card__detail {
    max-width: 500px;
    font-size: 0.96rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.92);
}

.jobs-list {
    display: grid;
    gap: 18px;
    margin-top: 26px;
}

.jobs-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.jobs-header__copy {
    margin-bottom: 0;
}

.jobs-header__copy h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.jobs-header__copy p {
    margin: 10px 0 0;
    color: #6d6f75;
    font-size: 1rem;
}

.jobs-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding-top: 8px;
}

.jobs-filter-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 22px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #f5ede1;
    color: #5a5d64;
    font-size: 0.95rem;
    box-shadow: 0 8px 24px rgba(204, 184, 149, 0.12);
}

.job-card {
    background: #fff;
    border: 1px solid #fbf2e6;
    padding: 30px 28px;
    box-shadow: 0 10px 34px rgba(211, 186, 140, 0.12);
}

.job-card--hidden {
    display: none;
}

.job-card--hidden.job-card--visible {
    display: block;
}

.job-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.job-card__content {
    min-width: 0;
}

.job-card__tag {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 8px;
    border-radius: 4px;
    background: #fff3e4;
    color: #f29a2d;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.job-card__meta,
.job-card__dates {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.job-card__meta span,
.job-card__dates span,
.job-card__code {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 0.95rem;
    font-weight: 500;
}

.job-card__meta span,
.job-card__dates span {
    color: #696b72;
}

.job-card__meta i {
    font-size: 0.78rem;
    color: #8e9198;
}

.journey-card {
    padding: 18px 10px 8px;
    background: transparent;
    border: 0;
    box-shadow: none;
    text-align: center;
}

.journey-card__icon {
    width: 98px;
    height: 98px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 54px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(29, 31, 36, 0.10);
}

.journey-card__icon img {
    max-width: 24px;
    max-height: 24px;
}

.journey-card--active .journey-card__icon {
    /* background: #ff9728; */
}

.journey-card--active .journey-card__icon img {
    /* filter: brightness(0) invert(1); */
}

.journey-card h3 {
    font-size: 1.18rem;
    margin-bottom: 12px;
}

.journey-card p {
    max-width: 260px;
    margin: 0 auto;
    font-size: 0.98rem;
    line-height: 1.55;
    color: #5c5f66;
}

.cta-panel {
    border-radius: 36px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.cta-panel {
    padding: 52px;
    border: 1px solid #e4edf5;
    box-shadow: 0 26px 90px rgba(8, 26, 47, 0.12);
}

.opportunities-panel {
    padding: 26px 8px 10px;
    background-size: cover;
    background-position: center;
}

.opportunities-panel__content {
    padding-right: 34px;
}

.opportunities-panel__heading {
    max-width: 560px;
    margin-bottom: 36px;
}

.opportunities-panel__heading .careers-heading__title h1,
.opportunities-panel__heading .careers-heading__title h2,
.opportunities-panel__heading .careers-heading__title h3 {
    font-size: clamp(2.4rem, 4.8vw, 4.15rem);
    line-height: 1.1;
}

.opportunities-panel__heading .careers-heading__title span[style*='#e67e23'],
.opportunities-panel__heading .careers-heading__title span[style*='#E67E23'] {
    color: #ff9728 !important;
}

.opportunities-panel__heading .careers-heading__detail,
.opportunities-panel__heading .careers-heading__detail p,
.opportunities-panel__heading .careers-heading__detail span {
    color: #5f6167 !important;
    font-size: 1.02rem !important;
    line-height: 1.62 !important;
}

.opportunities-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 28px;
}

.opportunity-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.opportunity-item__icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(215, 187, 144, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.opportunity-item__icon img {
    max-width: 18px;
    max-height: 18px;
}

.opportunity-item__body h3 {
    margin: 0 0 6px;
    font-size: 1.08rem;
    line-height: 1.3;
    font-weight: 700;
    color: #24262d;
}

.opportunity-item__body p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.45;
    color: #66686f;
}

.opportunities-visual {
    position: relative;
    max-width: 570px;
    margin-left: auto;
}

.opportunities-visual img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 26px;
    box-shadow: 0 24px 54px rgba(66, 49, 26, 0.14);
}

.opportunities-badge {
    position: absolute;
    left: -36px;
    bottom: -28px;
    width: min(320px, calc(100% - 32px));
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 24px 28px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 22px 40px rgba(82, 63, 37, 0.14);
}

.opportunities-badge__icon {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #fff6ea;
    color: #f39b2e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.opportunities-badge__content h4 {
    margin: 0 0 10px;
    font-size: 1.02rem;
    line-height: 1.35;
    font-weight: 700;
    color: #2c2d33;
}

.opportunities-badge__content p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.45;
    color: #64666d;
}

.empty-state {
    padding: 48px 28px;
    background: #fff;
    text-align: center;
    border: 1px solid #deebf5;
}

.jobs-apply-btn {
    min-width: 126px;
    min-height: 40px;
    padding: 0 24px;
    background: #fff5e8;
    border: 1px solid #fff1df;
    color: #f29a2d !important;
    box-shadow: none;
}

.jobs-more-btn {
    display: block;
    margin: 26px auto 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #3e4047;
    font-size: 1.05rem;
    line-height: 1.35;
    font-weight: 500;
    text-align: center;
    max-width: 180px;
}

.jobs-more-btn::after {
    content: '\2304';
    display: block;
    margin-top: 2px;
    color: #706f72;
    font-size: 1rem;
}

.jobs-more-btn.is-expanded::after {
    content: '\2303';
}

.cta-panel--centered {
    padding: 92px 24px 74px;
    border: 0;
    border-radius: 36px;
    background-color: #ff9528;
    background-size: cover;
    background-position: center;
    box-shadow: 0 28px 60px rgba(110, 79, 30, 0.22);
}

.cta-panel__content--centered {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.cta-panel__heading {
    max-width: 980px;
    margin-bottom: 0;
}

.cta-panel__heading .careers-heading__title h1,
.cta-panel__heading .careers-heading__title h2,
.cta-panel__heading .careers-heading__title h3 {
    font-size: clamp(2.4rem, 5vw, 4.6rem);
    line-height: 1.1;
    color: #fff;
}

.cta-panel__heading .careers-heading__detail,
.cta-panel__heading .careers-heading__detail p,
.cta-panel__heading .careers-heading__detail span {
    color: rgba(255, 255, 255, 0.90) !important;
    font-size: 1.08rem !important;
    line-height: 1.7 !important;
}

.careers-actions--centered {
    justify-content: center;
    margin-top: 46px;
}

.cta-panel__button {
    min-width: 312px;
    min-height: 102px;
    padding: 0 40px;
    border-radius: 999px;
    background: #fff;
    border: 0;
    color: #f39228 !important;
    font-size: 1.15rem;
    font-weight: 700;
    box-shadow: 0 20px 34px rgba(120, 83, 24, 0.22);
}

@media (max-width: 1199.98px) {
    .journey-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .culture-card--plain {
        grid-column: span 6;
    }
}

@media (max-width: 991.98px) {
    .careers-section {
        padding: 68px 0;
    }

    .careers-hero {
        min-height: auto;
    }

    .careers-hero__content {
        padding: 98px 0 78px;
    }

    .jobs-header,
    .job-card__top {
        flex-direction: column;
        align-items: flex-start;
    }

    .highlight-panel,
    .cta-panel {
        padding: 34px 24px;
    }

    .culture-grid {
        row-gap: 26px;
    }

    .culture-card--feature {
        min-height: 240px;
        padding: 92px 26px 28px;
    }

    .journey-grid {
        gap: 28px 20px;
    }

    .opportunities-panel__content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .opportunities-visual {
        max-width: 100%;
    }

    .opportunities-badge {
        left: 18px;
        bottom: -18px;
    }
}

@media (max-width: 767.98px) {
    .careers-shell {
        width: min(100% - 24px, 100%);
    }

    .journey-grid,
    .benefits-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .culture-grid {
        grid-template-columns: minmax(0, 1fr);
        row-gap: 22px;
    }

    .culture-card--plain,
    .culture-card--feature {
        grid-column: auto;
    }

    .culture-card--plain {
        min-height: auto;
        padding: 4px 0;
        text-align: center;
    }

    .culture-card--feature {
        min-height: 220px;
        padding: 82px 22px 24px;
        border-radius: 22px;
        text-align: center;
    }

    .culture-card--plain .culture-card__icon,
    .culture-card--feature .culture-card__icon {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .culture-card--plain .culture-card__detail,
    .culture-card--feature .culture-card__detail {
        margin-left: auto;
        margin-right: auto;
    }

    .culture-card,
    .journey-card,
    .benefit-card,
    .job-card {
        border-radius: 24px;
    }

    .journey-card {
        padding: 10px 0;
    }

    .journey-card__icon {
        margin-bottom: 30px;
    }

    .careers-actions,
    .job-card__meta,
    .job-card__dates {
        gap: 10px;
    }

    .jobs-filters {
        width: 100%;
    }

    .jobs-filter-pill {
        width: 100%;
        justify-content: flex-start;
    }

    .jobs-header__copy,
    .jobs-header__copy p {
        text-align: center;
    }

    .jobs-header {
        align-items: center;
    }

    .jobs-apply-btn {
        width: 100%;
    }

    .cta-panel--centered {
        padding: 62px 18px 52px;
        border-radius: 26px;
    }

    .cta-panel__button {
        min-width: 0;
        min-height: 64px;
        font-size: 1rem;
    }

    .opportunities-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 18px;
    }

    .opportunities-panel__heading,
    .opportunity-item,
    .opportunity-item__body,
    .opportunity-item__body p {
        text-align: center;
    }

    .opportunity-item {
        flex-direction: column;
        align-items: center;
    }

    .opportunities-badge {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        margin-top: 16px;
        padding: 20px;
    }

    .careers-btn {
        width: 100%;
    }

    .careers-hero {
        min-height: 620px;
        background-position: 62% center;
    }

    .careers-hero__title h1,
    .careers-hero__title h2,
    .careers-hero__title h3 {
        font-size: clamp(2.55rem, 9vw, 3.9rem);
        line-height: 1.08;
    }

    .careers-hero__detail,
    .careers-hero__detail p,
    .careers-hero__detail span {
        font-size: 0.95rem !important;
    }

    .careers-btn--hero {
        min-width: 0;
    }
}
