.static-page {
    padding: 28px 0 70px;
    background:
        radial-gradient(
            circle at 8% 3%,
            rgba(37, 87, 167, 0.07),
            transparent 28%
        ),
        linear-gradient(
            180deg,
            #f8fafc 0,
            #ffffff 360px
        );
}

.static-page__hero {
    max-width: 760px;
    margin: 38px auto 34px;
    text-align: center;
}

.static-page__eyebrow {
    margin-bottom: 10px;
    padding: 5px 10px;
    display: inline-flex;
    color: var(--primary);
    background: var(--primary-soft);
    border-radius: 20px;
    font-size: 11px;
    font-weight: 550;
}

.static-page__hero h1 {
    margin: 0;
    color: var(--text);
    font-size: clamp(29px, 4vw, 42px);
    font-weight: 550;
    line-height: 1.2;
    letter-spacing: -1px;
}

.static-page__hero p {
    max-width: 670px;
    margin: 16px auto 0;
    color: var(--text-soft);
    font-size: 15px;
    line-height: 1.8;
}

.static-page__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.static-card {
    min-width: 0;
    padding: 25px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 16px;
    box-shadow: var(--shadow-sm);
}

.static-card__icon {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: var(--primary);
    background: var(--primary-soft);
    border-radius: 12px;
}

.static-card__icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.static-card h2 {
    margin: 0 0 7px;
    color: var(--text);
    font-size: 17px;
    font-weight: 550;
}

.static-card p {
    margin: 0;
    color: var(--text-soft);
    font-size: 13px;
    line-height: 1.75;
}

.static-card__link {
    margin-top: 13px;
    display: inline-flex;
    color: var(--primary);
    font-size: 13px;
    font-weight: 500;
    overflow-wrap: anywhere;
}

.static-card__link:hover {
    color: var(--primary-dark);
}

.static-page__notice {
    margin-top: 18px;
    padding: 24px 26px;
    background:
        linear-gradient(
            135deg,
            rgba(37, 87, 167, 0.045),
            transparent 60%
        ),
        #f7faff;
    border: 1px solid #dfe8f5;
    border-radius: 16px;
}

.static-page__notice h2 {
    margin: 0 0 7px;
    color: var(--text);
    font-size: 16px;
    font-weight: 550;
}

.static-page__notice p {
    margin: 0;
    color: var(--text-soft);
    font-size: 13px;
    line-height: 1.8;
}

@media (max-width: 760px) {
    .static-page {
        padding-top: 18px;
        padding-bottom: 50px;
    }

    .static-page__hero {
        margin: 28px auto 25px;
        text-align: left;
    }

    .static-page__hero h1 {
        font-size: 29px;
    }

    .static-page__hero p {
        font-size: 14px;
    }

    .static-page__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .static-card {
        padding: 20px 17px;
        border-radius: 13px;
    }

    .static-card__icon {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }

    .static-card h2 {
        font-size: 16px;
    }

    .static-page__notice {
        margin-top: 12px;
        padding: 20px 17px;
        border-radius: 13px;
    }
}

.static-page__content {
    max-width: 900px;
    margin: 0 auto;
    padding: 34px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 16px;
    box-shadow: var(--shadow-sm);
}

.static-page__content section + section {
    margin-top: 27px;
    padding-top: 27px;
    border-top: 1px solid var(--border);
}

.static-page__content h2 {
    margin: 0 0 9px;
    color: var(--text);
    font-size: 18px;
    font-weight: 550;
}

.static-page__content p {
    margin: 0;
    color: var(--text-soft);
    font-size: 14px;
    line-height: 1.85;
}

@media (max-width: 760px) {
    .static-page__content {
        padding: 22px 18px;
        border-radius: 13px;
    }

    .static-page__content section + section {
        margin-top: 21px;
        padding-top: 21px;
    }

    .static-page__content h2 {
        font-size: 16px;
    }

    .static-page__content p {
        font-size: 13px;
    }
}


/*
|--------------------------------------------------------------------------
| İş ilanı ver sayfası
|--------------------------------------------------------------------------
*/

.post-job-section {
    max-width: none;
    margin-top: 18px;
}

.post-job-section__heading {
    max-width: 760px;
    margin-bottom: 24px;
}

.post-job-section__heading--center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.post-job-section__heading h2 {
    margin: 0;
    color: var(--text);
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 550;
    line-height: 1.25;
    letter-spacing: -0.6px;
}

.post-job-section__heading p {
    margin: 12px 0 0;
    color: var(--text-soft);
    font-size: 14px;
    line-height: 1.8;
}

/*
|--------------------------------------------------------------------------
| İş ilanı siteleri
|--------------------------------------------------------------------------
*/

.post-job-sites {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.post-job-site-card {
    position: relative;
    overflow: hidden;
    min-height: 190px;
    padding: 26px;
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.post-job-site-card::after {
    content: "";
    position: absolute;
    top: -55px;
    right: -55px;
    width: 125px;
    height: 125px;
    background: rgba(37, 87, 167, 0.045);
    border-radius: 50%;
    pointer-events: none;
}

.post-job-site-card:hover {
    border-color: #cfdaea;
    box-shadow: 0 16px 36px rgba(22, 38, 62, 0.08);
    transform: translateY(-2px);
}

.post-job-site-card > div {
    min-width: 0;
}

.post-job-site-card h3 {
    margin: 0 0 8px;
    color: var(--text);
    font-size: 18px;
    font-weight: 550;
}

.post-job-site-card p {
    min-height: 68px;
}

.post-job-site-card .static-card__link {
    margin-top: 16px;
    padding: 9px 12px;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--primary-soft);
    border: 1px solid #dce8fa;
    border-radius: 8px;
}

.post-job-site-card .static-card__link:hover {
    color: #ffffff;
    background: var(--primary);
    border-color: var(--primary);
}

/*
|--------------------------------------------------------------------------
| Ana bilgilendirme
|--------------------------------------------------------------------------
*/

.post-job-main-notice {
    margin-top: 18px;
    padding: 30px;
    background:
        linear-gradient(
            135deg,
            rgba(37, 87, 167, 0.08),
            transparent 60%
        ),
        #f5f9ff;
    border-color: #d7e4f5;
    box-shadow: 0 14px 34px rgba(22, 38, 62, 0.05);
}

.post-job-main-notice h2 {
    margin-bottom: 12px;
    font-size: 21px;
}

.post-job-main-notice p + p {
    margin-top: 11px;
}

/*
|--------------------------------------------------------------------------
| Nasıl çalışır
|--------------------------------------------------------------------------
*/

.post-job-steps {
    position: relative;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.post-job-step {
    position: relative;
    min-height: 220px;
    padding: 25px 21px;
    display: block;
    overflow: hidden;
    background:
        linear-gradient(
            155deg,
            rgba(37, 87, 167, 0.055),
            transparent 55%
        ),
        #ffffff;
}

.post-job-step::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    width: 25px;
    height: 2px;
    background: #d9e4f4;
}

.post-job-step:last-child::after {
    display: none;
}

.post-job-step__number {
    width: 43px;
    height: 43px;
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(
        135deg,
        var(--primary),
        #4b7fd1
    );
    border-radius: 12px;
    box-shadow: 0 8px 19px rgba(37, 87, 167, 0.2);
    font-size: 13px;
    font-weight: 600;
}

.post-job-step h3 {
    margin: 0 0 8px;
    color: var(--text);
    font-size: 16px;
    font-weight: 550;
    line-height: 1.4;
}

.post-job-step p {
    margin: 0;
    color: var(--text-soft);
    font-size: 13px;
    line-height: 1.75;
}

/*
|--------------------------------------------------------------------------
| SSS
|--------------------------------------------------------------------------
*/

.post-job-faq {
    margin-top: 18px;
}

.post-job-faq__list {
    display: grid;
    gap: 9px;
}

.post-job-faq details {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 11px;
}

.post-job-faq summary {
    min-height: 58px;
    padding: 16px 48px 16px 18px;
    position: relative;
    display: flex;
    align-items: center;
    color: var(--text);
    font-size: 14px;
    font-weight: 550;
    line-height: 1.5;
    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: 19px;
    width: 14px;
    height: 2px;
    background: var(--primary);
    border-radius: 10px;
    transform: translateY(-50%);
    transition: transform 0.2s ease;
}

.post-job-faq summary::after {
    transform: translateY(-50%) rotate(90deg);
}

.post-job-faq details[open] summary::after {
    transform: translateY(-50%) rotate(0);
}

.post-job-faq details[open] summary {
    color: var(--primary);
    background: var(--primary-soft);
}

.post-job-faq details p {
    margin: 0;
    padding: 0 18px 18px;
    color: var(--text-soft);
    font-size: 13px;
    line-height: 1.8;
}

/*
|--------------------------------------------------------------------------
| Rehber içerik alanı
|--------------------------------------------------------------------------
*/

.post-job-guide {
    margin-top: 18px;
}

.post-job-guide > section {
    scroll-margin-top: 100px;
}

.post-job-guide > section + section {
    margin-top: 34px;
    padding-top: 34px;
}

.post-job-guide h2 {
    margin: 0 0 13px;
    color: var(--text);
    font-size: 22px;
    font-weight: 550;
    line-height: 1.35;
}

.post-job-guide p {
    margin: 0;
    color: var(--text-soft);
    font-size: 14px;
    line-height: 1.9;
}

.post-job-guide p + p {
    margin-top: 14px;
}

/*
|--------------------------------------------------------------------------
| Tablet
|--------------------------------------------------------------------------
*/

@media (max-width: 980px) {
    .post-job-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .post-job-step::after {
        display: none;
    }
}

/*
|--------------------------------------------------------------------------
| Mobil
|--------------------------------------------------------------------------
*/

@media (max-width: 760px) {
    .post-job-section {
        padding: 22px 18px;
    }

    .post-job-section__heading,
    .post-job-section__heading--center {
        margin-bottom: 19px;
        text-align: left;
    }

    .post-job-section__heading h2 {
        font-size: 23px;
    }

    .post-job-sites,
    .post-job-steps {
        grid-template-columns: 1fr;
    }

    .post-job-site-card {
        min-height: 0;
        padding: 20px 17px;
    }

    .post-job-site-card p {
        min-height: 0;
    }

    .post-job-step {
        min-height: 0;
        padding: 21px 18px;
    }

    .post-job-step__number {
        margin-bottom: 15px;
    }

    .post-job-main-notice {
        padding: 22px 18px;
    }

    .post-job-main-notice h2 {
        font-size: 18px;
    }

    .post-job-faq summary {
        min-height: 55px;
        padding: 15px 45px 15px 15px;
        font-size: 13px;
    }

    .post-job-faq details p {
        padding: 0 15px 16px;
        font-size: 13px;
    }

    .post-job-guide h2 {
        font-size: 19px;
    }

    .post-job-guide p {
        font-size: 13px;
        line-height: 1.85;
    }
}