.careers-hero {
    background:
        linear-gradient(90deg, rgba(4, 9, 23, 0.82), rgba(4, 9, 23, 0.56)),
        url("../images/careers/teamwork.png") center / cover no-repeat;
    padding: 86px 0 58px;
}

.careers-kicker {
    color: var(--primary-green);
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.careers-hero h1,
.career-detail-content h1 {
    font-size: clamp(2.25rem, 4rem, 4rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.05;
    margin-bottom: 20px;
}

.careers-hero h1 {
    color: #ffffff;
    max-width: 920px;
}

.careers-lead {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.2rem;
    margin: 0;
    max-width: 720px;
}

.careers-note {
    background: #ffffff;
    border: 1px solid rgba(4, 9, 23, 0.12);
    border-radius: 8px;
    padding: 24px;
}

.careers-note span {
    color: var(--primary-green);
    display: block;
    font-weight: 800;
    margin-bottom: 8px;
}

.careers-note p {
    color: #425048;
    margin: 0;
}

.careers-listing {
    background: #ffffff;
    padding: 64px 0 78px;
}

.career-card {
    background: #ffffff;
    border: 1px solid rgba(4, 9, 23, 0.12);
    border-radius: 8px;
    color: inherit;
    display: block;
    height: 100%;
    overflow: hidden;
    text-decoration: none;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.career-card:hover,
.career-card:focus {
    box-shadow: 0 18px 38px rgba(4, 9, 23, 0.14);
    color: inherit;
    transform: translateY(-4px);
}

.career-card img {
    aspect-ratio: 16 / 10;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.career-card-body {
    padding: 24px;
}

.career-card-body p {
    color: var(--primary-green);
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.career-card-body h2 {
    color: var(--primary-dark);
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.25;
    margin-bottom: 12px;
}

.career-card-body span {
    color: #536158;
    display: block;
    margin-bottom: 22px;
}

.career-card-body strong {
    color: var(--primary-green);
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

.career-detail-hero {
    background: #eef4ed;
    min-height: 620px;
    overflow: hidden;
    position: relative;
}

.career-detail-image {
    inset: 0 0 0 48%;
    position: absolute;
}

.career-detail-image::after {
    background: linear-gradient(90deg, #eef4ed 0%, rgba(238, 244, 237, 0.72) 34%, rgba(238, 244, 237, 0) 76%);
    content: "";
    inset: 0;
    position: absolute;
}

.career-detail-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.career-detail-content {
    max-width: 650px;
    padding: 96px 0 110px;
    position: relative;
    z-index: 1;
}

.career-detail-content > p:last-of-type {
    color: #425048;
    font-size: 1.15rem;
    margin-bottom: 28px;
}

.career-back {
    color: var(--primary-green);
    display: inline-flex;
    font-weight: 800;
    gap: 8px;
    margin-bottom: 34px;
    text-decoration: none;
}

.career-apply-btn {
    background: var(--primary-green);
    border-radius: 8px;
    color: #ffffff;
    display: inline-block;
    font-weight: 800;
    padding: 13px 22px;
    text-decoration: none;
}

.career-apply-btn:hover,
.career-apply-btn:focus {
    background: #45651f;
    color: #ffffff;
}

.career-detail-next {
    padding: 58px 0;
}

.career-script {
    border-bottom: 1px solid rgba(4, 9, 23, 0.12);
    margin-bottom: 34px;
    padding-bottom: 34px;
}

.career-script p {
    white-space: normal;
}

.career-detail-next h2 {
    color: var(--primary-dark);
    font-weight: 800;
    margin-bottom: 14px;
}

.career-detail-next p {
    color: #536158;
    font-size: 1.1rem;
    max-width: 760px;
}

.telemarketing-landing-hero {
    background: #eef4ed;
    min-height: 660px;
    overflow: hidden;
    position: relative;
}

.telemarketing-landing-image {
    inset: 0 0 0 50%;
    position: absolute;
}

.telemarketing-landing-image::after {
    background: linear-gradient(90deg, #eef4ed 0%, rgba(238, 244, 237, 0.7) 36%, rgba(238, 244, 237, 0) 80%);
    content: "";
    inset: 0;
    position: absolute;
}

.telemarketing-landing-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.telemarketing-landing-content {
    max-width: 690px;
    padding: 96px 0 120px;
    position: relative;
    z-index: 1;
}

.telemarketing-landing-content h1,
.telemarketing-form-intro h2,
.telemarketing-landing-grid h2 {
    color: var(--primary-dark);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.08;
}

.telemarketing-landing-content h1 {
    font-size: clamp(2.4rem, 4rem, 4rem);
    margin-bottom: 20px;
}

.telemarketing-landing-content p,
.telemarketing-landing-grid p,
.telemarketing-form-intro p {
    color: #425048;
    font-size: 1.12rem;
}

.telemarketing-landing-section,
.telemarketing-application-section {
    background: #ffffff;
    padding: 68px 0;
}

.telemarketing-landing-grid {
    display: grid;
    gap: 42px;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
}

.telemarketing-points {
    display: grid;
    gap: 16px;
    margin-top: 28px;
}

.telemarketing-points div {
    border-left: 4px solid var(--primary-green);
    padding-left: 18px;
}

.telemarketing-points strong,
.telemarketing-points span {
    display: block;
}

.telemarketing-points strong {
    color: var(--primary-dark);
    font-weight: 800;
}

.telemarketing-points span {
    color: #536158;
}

.telemarketing-expectations-box {
    border: 1px solid rgba(4, 9, 23, 0.12);
    border-radius: 8px;
    margin: 0;
    padding: 28px;
}

.telemarketing-form-intro {
    margin-bottom: 30px;
    max-width: 760px;
}

.telemarketing-form-intro h2 {
    font-size: 2.25rem;
}

.telemarketing-application-form {
    border: 1px solid rgba(4, 9, 23, 0.12);
    border-radius: 8px;
    display: grid;
    gap: 18px;
    padding: 28px;
}

.telemarketing-form-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.telemarketing-application-form label {
    color: var(--primary-dark);
    display: grid;
    font-weight: 800;
    gap: 8px;
}

.telemarketing-application-form input,
.telemarketing-application-form textarea {
    border: 1px solid rgba(4, 9, 23, 0.18);
    border-radius: 8px;
    color: #243025;
    font: inherit;
    font-weight: 400;
    padding: 12px 14px;
    width: 100%;
}

.telemarketing-recorder {
    background: #f6f8f4;
    border: 1px solid rgba(4, 9, 23, 0.12);
    border-radius: 8px;
    display: grid;
    gap: 16px;
    padding: 20px;
}

.telemarketing-recorder h3 {
    color: var(--primary-dark);
    font-weight: 800;
    margin: 0 0 6px;
}

.telemarketing-recorder p {
    color: #536158;
    margin: 0;
}

.telemarketing-recording-script {
    background: #ffffff;
    border: 1px solid rgba(4, 9, 23, 0.12);
    border-radius: 8px;
    padding: 18px;
}

.telemarketing-recording-script strong {
    color: var(--primary-green);
    display: block;
    font-weight: 800;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.telemarketing-recording-script p {
    color: #243025;
    line-height: 1.6;
}

.telemarketing-recorder-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.career-secondary-btn {
    background: #ffffff;
    border: 1px solid var(--primary-green);
    border-radius: 8px;
    color: var(--primary-green);
    font-weight: 800;
    padding: 10px 16px;
}

.career-secondary-btn:disabled,
.telemarketing-submit-btn:disabled {
    cursor: not-allowed;
    opacity: 0.65;
}

.telemarketing-form-status {
    display: none;
    border-radius: 8px;
    font-weight: 700;
    padding: 12px 14px;
}

.telemarketing-form-status.is-info,
.telemarketing-form-status.is-success,
.telemarketing-form-status.is-error {
    display: block;
}

.telemarketing-form-status.is-info {
    background: #eef4ed;
    color: #425048;
}

.telemarketing-form-status.is-success {
    background: #e9f6e6;
    color: #315817;
}

.telemarketing-form-status.is-error {
    background: #fdeaea;
    color: #8a1f1f;
}

.telemarketing-submit-btn {
    border: 0;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-self: start;
}

.telemarketing-submit-spinner {
    animation: telemarketingSpin 0.8s linear infinite;
    border: 2px solid rgba(255, 255, 255, 0.42);
    border-top-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    height: 18px;
    width: 18px;
}

.telemarketing-success-panel {
    background: #e9f6e6;
    border: 1px solid rgba(49, 88, 23, 0.22);
    border-radius: 8px;
    color: #315817;
    display: grid;
    gap: 6px;
    padding: 16px 18px;
}

.telemarketing-success-panel strong,
.telemarketing-success-panel span {
    display: block;
}

.telemarketing-success-panel strong {
    font-weight: 800;
}

@keyframes telemarketingSpin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {
    .career-detail-image {
        inset: 0;
        opacity: 0.18;
    }

    .career-detail-image::after {
        background: rgba(238, 244, 237, 0.84);
    }

    .telemarketing-landing-image {
        inset: 0;
        opacity: 0.18;
    }

    .telemarketing-landing-image::after {
        background: rgba(238, 244, 237, 0.84);
    }

    .telemarketing-landing-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .careers-hero,
    .career-detail-content {
        padding-top: 56px;
    }

    .careers-hero h1,
    .career-detail-content h1 {
        font-size: 2.35rem;
    }

    .telemarketing-landing-content {
        padding: 56px 0 70px;
    }

    .telemarketing-landing-content h1 {
        font-size: 2.35rem;
    }

    .telemarketing-form-grid {
        grid-template-columns: 1fr;
    }

    .telemarketing-application-form {
        padding: 20px;
    }
}
