/* Geçici — yakında ekranı */
body {
    margin: 0;
    min-height: 100vh;
    font-family: 'Roboto', Arial, sans-serif;
    color: #eee;
    background: #0a0c08;
}
.ztv-maint-bg {
    position: fixed;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(0.45) saturate(1.1);
    z-index: 0;
}
.ztv-maint {
    position: relative;
    z-index: 2;
    max-width: 640px;
    margin: 0 auto;
    padding: 48px 24px 64px;
    text-align: center;
}
.ztv-maint__logo {
    max-width: 220px;
    height: auto;
    margin-bottom: 24px;
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.6));
}
.ztv-maint__brand {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 3px;
    margin-bottom: 24px;
    color: #cfae63;
}
.ztv-maint__brand span {
    display: block;
    font-size: 18px;
    color: #fff;
    letter-spacing: 6px;
}
.ztv-maint h1 {
    margin: 0 0 12px;
    font-size: clamp(26px, 5vw, 36px);
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.ztv-maint__lead {
    margin: 0 0 16px;
    font-size: 16px;
    color: #cfae63;
    font-weight: 700;
}
.ztv-maint__msg {
    margin: 0 0 12px;
    font-size: 17px;
    line-height: 1.55;
    color: #e8e8e8;
}
.ztv-maint__msg strong {
    color: #cfae63;
}
.ztv-maint__sub {
    margin: 0 0 28px;
    font-size: 14px;
    line-height: 1.5;
    color: #aaa;
}
.ztv-maint__tribes {
    list-style: none;
    margin: 0 0 32px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.ztv-maint__tribe {
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid rgba(207, 174, 99, 0.45);
    background: rgba(0, 0, 0, 0.45);
}
.ztv-maint__wa {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 8px;
    background: linear-gradient(180deg, #25d366 0%, #128c7e 100%);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}
.ztv-maint__wa:hover {
    filter: brightness(1.08);
}
