/* İtem İlanı — sade merkez blok */

body.item-ilan-page .site-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body.item-ilan-page .item-ilan-minimal {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 120px 24px 80px;
    box-sizing: border-box;
}

body.item-ilan-page .item-ilan-minimal h1 {
    margin: 0 0 28px;
    max-width: 900px;
    font-size: clamp(1.75rem, 4.5vw, 2.75rem);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: #e0e7ff;
}

body.item-ilan-page .item-ilan-lead {
    margin: 0 0 36px;
    max-width: 720px;
    font-size: clamp(1rem, 2.2vw, 1.15rem);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.92);
}

body.item-ilan-page .item-ilan-soon-pill {
    display: inline-block;
    padding: 12px 36px;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #e6d27e;
    border-radius: 999px;
    border: 1.5px solid #e6d27e;
    background: #2d2626;
    box-shadow: none;
    cursor: default;
    user-select: none;
}

@media (max-width: 768px) {
    body.item-ilan-page .item-ilan-minimal {
        padding: 100px 20px 64px;
    }

    body.item-ilan-page .item-ilan-minimal h1 {
        margin-bottom: 22px;
    }

    body.item-ilan-page .item-ilan-lead {
        margin-bottom: 28px;
    }
}
