.post-job-page {
    background: #ffffff;
}

.post-job-page svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.post-job-breadcrumb {
    padding-top: 26px;
}

.post-job-eyebrow {
    width: max-content;
    margin-bottom: 12px;
    padding: 6px 10px;
    display: inline-flex;
    color: var(--primary);
    background: var(--primary-soft);
    border: 1px solid #dce7f8;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 550;
}

/*
|--------------------------------------------------------------------------
| Hero
|--------------------------------------------------------------------------
*/

.post-job-hero {
    padding-bottom: 62px;
    background:
        radial-gradient(
            circle at 10% 5%,
            rgba(37, 87, 167, 0.08),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #f8fafc 0,
            #ffffff 100%
        );
}

.post-job-hero__content {
    max-width: 890px;
    padding: 66px 0 32px;
}

.post-job-hero__content h1 {
    margin: 0;
    color: #172237;
    font-size: clamp(38px, 5vw, 58px);
    font-weight: 550;
    line-height: 1.08;
    letter-spacing: -1.6px;
}

.post-job-hero__content > p {
    max-width: 720px;
    margin: 21px 0 0;
    color: #667185;
    font-size: 16px;
    line-height: 1.85;
}

.post-job-hero__actions {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}

.post-job-button {
    min-height: 48px;
    padding: 11px 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 550;
    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.post-job-button svg {
    width: 18px;
    height: 18px;
}

.post-job-button:hover {
    transform: translateY(-1px);
}

.post-job-button--primary {
    color: #ffffff;
    background: var(--primary);
    box-shadow: 0 11px 25px rgba(37, 87, 167, 0.2);
}

.post-job-button--primary:hover {
    color: #ffffff;
    background: var(--primary-dark);
}

.post-job-button--secondary {
    color: #435168;
    background: #ffffff;
    border-color: #dfe5ed;
}

.post-job-button--secondary:hover {
    color: var(--primary);
    border-color: #c9d9f0;
}

/*
|--------------------------------------------------------------------------
| Ortak bölüm
|--------------------------------------------------------------------------
*/

.post-job-section {
    padding: 70px 0;
}

.post-job-section__header {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 42px;
}

.post-job-section__header > div {
    max-width: 620px;
}

.post-job-section__header h2 {
    margin: 0;
    color: #172237;
    font-size: clamp(28px, 4vw, 39px);
    font-weight: 550;
    line-height: 1.2;
    letter-spacing: -0.9px;
}

.post-job-section__header > p {
    max-width: 510px;
    margin: 0;
    color: #717d90;
    font-size: 14px;
    line-height: 1.8;
}

.post-job-section__header--single {
    display: block;
}

.post-job-content-container {
    width: min(calc(100% - 32px), 940px);
}

/*
|--------------------------------------------------------------------------
| Platformlar
|--------------------------------------------------------------------------
*/

.post-job-platforms {
    background: #ffffff;
    border-top: 1px solid #edf0f4;
    border-bottom: 1px solid #edf0f4;
}

.post-job-platform-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.post-job-platform-card {
    min-width: 0;
    min-height: 330px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #e1e7ef;
    border-radius: 16px;
    box-shadow: 0 10px 32px rgba(22, 38, 62, 0.05);
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.post-job-platform-card:hover {
    border-color: #cbd8e9;
    box-shadow: 0 18px 42px rgba(22, 38, 62, 0.09);
    transform: translateY(-3px);
}

.post-job-platform-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.post-job-platform-card__logo {
    width: 130px;
    height: 64px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #ffffff;
    border: 1px solid #e7ebf1;
    border-radius: 11px;
}

.post-job-platform-card__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.post-job-platform-card__type {
    max-width: 100px;
    padding: 5px 7px;
    color: #718097;
    background: #f4f6f9;
    border: 1px solid #e8ecf1;
    border-radius: 7px;
    text-align: center;
    font-size: 9px;
    line-height: 1.35;
}

.post-job-platform-card__content {
    margin-top: 22px;
}

.post-job-platform-card__content h3 {
    margin: 0;
    color: #1b283c;
    font-size: 19px;
    font-weight: 550;
}

.post-job-platform-card__content p {
    margin: 10px 0 0;
    color: #6d788a;
    font-size: 13px;
    line-height: 1.75;
}

.post-job-platform-card__link {
    min-height: 42px;
    margin-top: auto;
    padding-top: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 9px;
    color: var(--primary);
    border-top: 1px solid #edf0f4;
    font-size: 12px;
    font-weight: 550;
}

.post-job-platform-card__link svg {
    width: 18px;
    height: 18px;
}

.post-job-platform-card__link:hover {
    color: var(--primary-dark);
}

/*
|--------------------------------------------------------------------------
| Bilgilendirme
|--------------------------------------------------------------------------
*/

.post-job-information {
    padding: 46px 0;
}

.post-job-information__card {
    padding: 30px 32px;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: flex-start;
    gap: 18px;
    background: #f7faff;
    border: 1px solid #dbe6f5;
    border-radius: 16px;
}

.post-job-information__icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #ffffff;
    border: 1px solid #dce6f4;
    border-radius: 13px;
}

.post-job-information__icon svg {
    width: 24px;
    height: 24px;
}

.post-job-information__card p {
    max-width: 980px;
    margin: 0;
    color: #647287;
    font-size: 14px;
    line-height: 1.8;
}

.post-job-information__card p + p {
    margin-top: 10px;
}

/*
|--------------------------------------------------------------------------
| Nasıl çalışır
|--------------------------------------------------------------------------
*/

.post-job-process {
    background: #f8fafc;
    border-top: 1px solid #edf0f4;
    border-bottom: 1px solid #edf0f4;
}

.post-job-process__header {
    margin-bottom: 34px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.post-job-process__header > span {
    width: 5px;
    height: 24px;
    display: block;
    background: var(--primary);
    border-radius: 999px;
}

.post-job-process__header h2 {
    margin: 0;
    color: #172237;
    font-size: 25px;
    font-weight: 550;
}

.post-job-process__timeline {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
}

.post-job-process-card {
    min-width: 0;
    padding: 10px 28px 10px 0;
    position: relative;
    display: grid;
    grid-template-columns: 48px 42px minmax(0, 1fr);
    align-items: flex-start;
    gap: 14px;
}

.post-job-process-card:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 31px;
    right: 6px;
    width: 18px;
    height: 1px;
    background: #cdd9e8;
}

.post-job-process-card:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 27px;
    right: 3px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #cdd9e8;
    border-right: 1px solid #cdd9e8;
    transform: rotate(45deg);
}

.post-job-process-card__number {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: var(--primary);
    border-radius: 50%;
    box-shadow: 0 8px 18px rgba(37, 87, 167, 0.17);
    font-size: 12px;
    font-weight: 600;
}

.post-job-process-card__icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
}

.post-job-process-card__icon svg {
    width: 24px;
    height: 24px;
}

.post-job-process-card__content h3 {
    margin: 0;
    color: #1d2a3d;
    font-size: 15px;
    font-weight: 550;
    line-height: 1.4;
}

.post-job-process-card__content p {
    margin: 7px 0 0;
    color: #6e798b;
    font-size: 12px;
    line-height: 1.7;
}

/*
|--------------------------------------------------------------------------
| SSS
|--------------------------------------------------------------------------
*/

.post-job-faq {
    background: #ffffff;
}

.post-job-faq__list {
    display: grid;
    gap: 10px;
}

.post-job-faq details {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e1e7ef;
    border-radius: 12px;
}

.post-job-faq summary {
    min-height: 62px;
    padding: 17px 52px 17px 20px;
    position: relative;
    display: flex;
    align-items: center;
    color: #263348;
    font-size: 14px;
    font-weight: 550;
    cursor: pointer;
    list-style: none;
}

.post-job-faq summary::-webkit-details-marker {
    display: none;
}

.post-job-faq summary::before,
.post-job-faq summary::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 14px;
    height: 2px;
    background: var(--primary);
    border-radius: 10px;
    transition: transform 0.2s ease;
}

.post-job-faq summary::before {
    transform: translateY(-50%);
}

.post-job-faq summary::after {
    transform: translateY(-50%) rotate(90deg);
}

.post-job-faq details[open] summary {
    color: var(--primary);
    background: #f7faff;
}

.post-job-faq details[open] summary::after {
    transform: translateY(-50%);
}

.post-job-faq details p {
    margin: 0;
    padding: 0 20px 20px;
    color: #6c788a;
    font-size: 13px;
    line-height: 1.8;
}

/*
|--------------------------------------------------------------------------
| Düz içerik alanı
|--------------------------------------------------------------------------
*/

.post-job-guide {
    padding: 20px 0 84px;
    background: #ffffff;
}

.post-job-guide__article {
    padding: 0;
}

.post-job-guide__header {
    margin-bottom: 36px;
}

.post-job-guide__header h2 {
    margin: 0;
    color: #19263a;
    font-size: 31px;
    font-weight: 550;
    line-height: 1.25;
    letter-spacing: -0.7px;
}

.post-job-guide__header p {
    margin: 13px 0 0;
    color: #6f7b8e;
    font-size: 14px;
    line-height: 1.8;
}

.post-job-guide__article > section + section {
    margin-top: 34px;
    padding-top: 34px;
    border-top: 1px solid #e8ecf1;
}

.post-job-guide__article section h2 {
    margin: 0 0 13px;
    color: #243249;
    font-size: 22px;
    font-weight: 550;
    line-height: 1.4;
}

.post-job-guide__article section p {
    margin: 0;
    color: #5f6d81;
    font-size: 14px;
    line-height: 1.9;
}

.post-job-guide__article section p + p {
    margin-top: 14px;
}

/*
|--------------------------------------------------------------------------
| Tablet
|--------------------------------------------------------------------------
*/

@media (max-width: 980px) {
    .post-job-platform-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .post-job-process__timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 25px 18px;
    }

    .post-job-process-card::before,
    .post-job-process-card::after {
        display: none;
    }
}

/*
|--------------------------------------------------------------------------
| Mobil
|--------------------------------------------------------------------------
*/

@media (max-width: 720px) {
    .post-job-breadcrumb {
        padding-top: 18px;
    }

    .post-job-hero {
        padding-bottom: 45px;
    }

    .post-job-hero__content {
        padding: 42px 0 18px;
    }

    .post-job-hero__content h1 {
        font-size: 35px;
        letter-spacing: -1px;
    }

    .post-job-hero__content > p {
        margin-top: 17px;
        font-size: 14px;
    }

    .post-job-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .post-job-button {
        width: 100%;
    }

    .post-job-section {
        padding: 50px 0;
    }

    .post-job-section__header {
        margin-bottom: 23px;
        align-items: flex-start;
        flex-direction: column;
        gap: 11px;
    }

    .post-job-section__header h2 {
        font-size: 28px;
    }

    .post-job-platform-grid,
    .post-job-process__timeline {
        grid-template-columns: 1fr;
    }

    .post-job-platform-card {
        min-height: 300px;
        border-radius: 14px;
    }

    .post-job-information {
        padding: 34px 0;
    }

    .post-job-information__card {
        padding: 22px 18px;
        grid-template-columns: 1fr;
        border-radius: 14px;
    }

    .post-job-information__card p {
        font-size: 13px;
    }

    .post-job-process__header {
        margin-bottom: 26px;
    }

    .post-job-process-card {
        padding: 0;
        grid-template-columns: 42px 36px minmax(0, 1fr);
        gap: 11px;
    }

    .post-job-process-card__number {
        width: 38px;
        height: 38px;
    }

    .post-job-process-card__icon {
        width: 34px;
        height: 34px;
    }

    .post-job-process-card__content h3 {
        font-size: 14px;
    }

    .post-job-process-card__content p {
        font-size: 12px;
    }

    .post-job-faq summary {
        min-height: 58px;
        padding: 15px 48px 15px 16px;
        font-size: 13px;
    }

    .post-job-faq details p {
        padding: 0 16px 17px;
    }

    .post-job-guide {
        padding-bottom: 55px;
    }

    .post-job-guide__header h2 {
        font-size: 26px;
    }

    .post-job-guide__article section h2 {
        font-size: 19px;
    }

    .post-job-guide__article section p {
        font-size: 13px;
        line-height: 1.85;
    }
}