/*
Theme Name: CET Maintenance
Theme URI: https://cet-light.com
Author: CET
Description: Clean maintenance page — activate to take site offline.
Version: 1.0
Template: astra
*/

html, body {
    margin: 0; padding: 0;
    height: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
body {
    background: linear-gradient(180deg, #0a2138 0%, #0d2b4e 100%);
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    text-align: center; min-height: 100vh;
}
.maint-wrap { padding: 24px; max-width: 520px; }
.maint-wrap h1 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 64px; font-weight: 700;
    margin: 0 0 12px; letter-spacing: -1px;
}
.maint-wrap p {
    color: #c9d6e6; font-size: 17px; line-height: 1.7; margin: 0 0 24px;
}
.maint-wrap .maint-gold {
    width: 40px; height: 3px; background: #bfa05a;
    margin: 0 auto 24px; border: 0;
}
.maint-wrap .maint-contact {
    color: #9fb2c8; font-size: 14px;
}
.maint-wrap a { color: #bfa05a; text-decoration: none; }
