/* Puanlama ile ayni arka plan — sonraki sayfalar */
body.coe-bg {
    background: #f5f7fa;
}
body.coe-bg::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/back.png') center center / cover no-repeat;
    opacity: 0.25;
    z-index: -1;
    pointer-events: none;
}

body.page-layout.coe-bg {
    font-family: 'Source Sans 3', 'Segoe UI', sans-serif;
    min-height: 100vh;
    margin: 0;
    color: #1a1a1a;
    line-height: 1.6;
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 1fr;
}

.site-content,
.main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 32px 24px 40px;
    box-sizing: border-box;
    min-height: 0;
}

.site-content--stack {
    flex-direction: column;
    gap: 24px;
}

.site-content--wide {
    align-items: center;
    justify-content: center;
}

.site-page {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.site-center-box {
    width: 100%;
    margin: 0 auto;
}

.site-content > .container,
.site-content--stack > .card,
.site-content--stack > .confirm-box {
    margin-left: auto;
    margin-right: auto;
}
