.dp-careers {
    margin: 32px 0 24px;
    background: #edf6ff;
    border: 1px solid #bfe0ff;
    border-radius: 16px;
    padding: 20px;
    box-sizing: border-box;
    color: #143b5c;
    font-family: Arial, sans-serif;
}

.dp-careers__topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.dp-careers__heading-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
}

.dp-careers__heading-wrap > div:last-child {
    flex: 1;
    min-width: 0;
}

.dp-careers__icon,
.dp-careers__team-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #dfeeff;
    font-size: 20px;
    flex-shrink: 0;
}

.dp-careers__team-card h4 {
    margin: 0;
    font-size: 1.05rem;
    color: #0e4f8a;
    line-height: 1.2;
}

.dp-careers__team-card p {
    margin: 2px 0 0;
    font-size: 12px;
    color: #4b6b8d;
    line-height: 1.3;
}

.dp-careers__topbar h3,
.dp-careers__topbar h4,
.dp-careers__form-wrap h4 {
    margin: 0;
    color: #0e4f8a;
}

.dp-careers__topbar h3 {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.dp-careers__topbar p,
.dp-careers__form-wrap p {
    margin: 4px 0 0;
    color: #4b6b8d;
}

.dp-careers__team-card {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #edf7ff;
    border: 1px solid #cfe5ff;
    border-radius: 10px;
    padding: 8px 12px;
    min-height: 56px;
    box-shadow: 0 1px 4px rgba(25, 100, 160, 0.04);
}

.dp-careers__form-wrap {
    background: #ffffff;
    border: 1px solid #d6e9ff;
    border-radius: 12px;
    padding: 18px 18px 10px;
    margin-bottom: 22px;
}

.dp-careers__details-form {
    margin-top: 16px;
}

.dp-careers__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 16px;
    margin-bottom: 16px;
}

.dp-careers__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dp-careers__details-form .dp-careers__row:last-of-type {
    margin-bottom: 8px;
}

.dp-careers__field label {
    font-weight: 700;
    color: #173b5c;
}

.dp-careers__field label span {
    color: #d32f2f;
}

.dp-careers__field input,
.dp-careers__field textarea {
    border: 1px solid #b9d5f7;
    border-radius: 8px;
    padding: 11px 12px;
    font-size: 14px;
    background: #fff;
    box-sizing: border-box;
}

.dp-careers__phone-wrap {
    display: flex;
    align-items: center;
    border: 1px solid #b9d5f7;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.dp-careers__country-code {
    padding: 0 10px;
    background: #edf3ff;
    font-weight: 700;
    color: #1a3d66;
    border-right: 1px solid #b9d5f7;
    height: 100%;
    display: flex;
    align-items: center;
}

.dp-careers__phone-wrap input {
    border: 0;
    border-radius: 0;
    width: 100%;
    padding-left: 10px;
}

.dp-careers__full {
    margin-bottom: 12px;
}

.dp-careers__jobs {
    display: grid;
    gap: 18px;
}

.dp-careers__job {
    background: #fff;
    border: 1px solid #d8ebff;
    border-radius: 14px;
    padding: 18px 18px 16px;
    box-shadow: 0 2px 8px rgba(20, 59, 92, 0.04);
}

.dp-careers__job-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.dp-careers__job-header h3 {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #123d67;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.dp-careers__badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 6px;
}

.dp-careers__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid transparent;
}

.dp-careers__badge--vacancy {
    background: #e8f5ea;
    color: #1f7d51;
    border-color: #c9f0d2;
}

.dp-careers__badge--full-time,
.dp-careers__badge--part-time,
.dp-careers__badge--contract,
.dp-careers__badge--internship,
.dp-careers__badge--temporary {
    background: #fef3d7;
    color: #9b5c00;
    border-color: #f3d79a;
}

.dp-careers__job-description {
    margin: 0 0 14px;
    color: #355375;
    font-size: 15px;
    line-height: 1.6;
    max-width: 92%;
}

.dp-careers__meta-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(120px, 1fr));
    gap: 12px 18px;
    padding-top: 12px;
    border-top: 1px solid #e7f0fb;
    color: #2e4663;
}

.dp-careers__meta-grid > div {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 14px;
}

.dp-careers__label {
    font-weight: 700;
    color: #1d456a;
}

.dp-careers__deadline-wrap {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    padding: 10px 14px;
    border: 1px solid #f5d0d0;
    border-left: 4px solid #e53935;
    background: linear-gradient(180deg, #fff7f7 0%, #fff 100%);
    border-radius: 8px;
    color: #7a1d18;
    font-size: 15px;
    font-weight: 600;
    width: fit-content;
    max-width: 100%;
    box-shadow: 0 1px 3px rgba(229, 57, 53, 0.08);
}

.dp-careers__deadline-label {
    color: #2c3b4f;
    font-weight: 700;
}

.dp-careers__deadline-date {
    color: #c81e1e;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.dp-careers__job-footer {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 16px;
    margin-top: 18px;
    padding-top: 12px;
    border-top: 1px solid #edf4ff;
    flex-wrap: wrap;
}

.dp-careers__salary {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #1d3555;
}

.dp-careers__salary span {
    font-weight: 700;
    font-size: 14px;
}

.dp-careers__salary strong {
    font-size: 1rem;
    line-height: 1.2;
    color: #123d67;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.dp-careers__apply-button {
    border: 0;
    cursor: pointer;
    border-radius: 10px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #fff;
    padding: 12px 18px;
    font-size: 15px;
    font-weight: 700;
    min-width: 210px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 6px 16px rgba(22, 163, 74, 0.18);
}

.dp-careers__apply-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(22, 163, 74, 0.22);
}

.dp-careers__notice {
    margin-top: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(180deg, #edf5ff 0%, #eaf3ff 100%);
    border: 1px solid #bfd7ff;
    border-left: 4px solid #2563eb;
    border-radius: 10px;
    padding: 14px 16px;
    color: #174ea6;
    box-shadow: 0 1px 4px rgba(37, 99, 235, 0.08);
}

.dp-careers__notice-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #2563eb;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    flex-shrink: 0;
}

@media (max-width: 900px) {
    .dp-careers__row,
    .dp-careers__meta-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .dp-careers__topbar {
        align-items: flex-start;
        gap: 12px;
    }

    .dp-careers__heading-wrap {
        align-items: flex-start;
        gap: 10px;
        width: 100%;
    }

    .dp-careers__icon {
        width: 34px;
        height: 34px;
        font-size: 18px;
    }

    .dp-careers__topbar h3 {
        font-size: 1.15rem;
        line-height: 1.25;
    }

    .dp-careers__topbar p,
    .dp-careers__form-wrap p {
        font-size: 14px;
        line-height: 1.5;
    }

    .dp-careers__row,
    .dp-careers__meta-grid {
        grid-template-columns: 1fr;
    }

    .dp-careers__job-header,
    .dp-careers__topbar {
        display: block;
    }

    .dp-careers__job-footer {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .dp-careers__salary {
        background: #f2fff7;
        border: 1px solid #d0f0dc;
        border-radius: 10px;
        padding: 10px 12px;
    }

    .dp-careers__salary strong {
        display: block;
        margin-top: 4px;
    }

    .dp-careers__apply-button {
        width: 100%;
        min-width: 0;
        padding: 14px 16px;
    }

    .dp-careers__deadline-wrap {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px;
        box-sizing: border-box;
    }
}
