/*
Theme Name: ISNS Coming Soon
Description: Holding page for anonymous visitors while the site is being restored. Logged-in users see the full Astra site. Switch back to the Astra theme to relaunch.
Author: ISNS
Template: astra
Version: 1.0
*/

/* Coming Soon page styles */
.cs-body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background: linear-gradient(160deg, #10231a 0%, #1d3b2a 55%, #2c5740 100%);
    color: #f2efe6;
    padding: 24px;
    box-sizing: border-box;
}

.cs-card {
    max-width: 560px;
    width: 100%;
    text-align: center;
}

.cs-mark {
    width: 72px;
    height: 72px;
    margin: 0 auto 28px;
    border-radius: 50%;
    border: 2px solid rgba(242, 239, 230, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #d9e8dd;
}

.cs-title {
    font-size: clamp(28px, 5vw, 40px);
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 0 0 12px;
}

.cs-tagline {
    font-size: 16px;
    color: #c9d8cd;
    margin: 0 0 28px;
    font-style: italic;
}

.cs-message {
    font-size: 17px;
    line-height: 1.6;
    color: #e6e1d3;
    margin: 0 0 32px;
}

.cs-actions {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

.cs-btn {
    display: inline-block;
    padding: 12px 26px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: transform 0.15s ease, background 0.15s ease;
}

.cs-btn-primary {
    background: #d9e8dd;
    color: #1d3b2a;
}

.cs-btn-primary:hover {
    transform: translateY(-1px);
    background: #ffffff;
}

.cs-btn-secondary {
    border: 1px solid rgba(242, 239, 230, 0.4);
    color: #f2efe6;
}

.cs-btn-secondary:hover {
    border-color: #f2efe6;
}

.cs-footer {
    margin-top: 44px;
    font-size: 13px;
    color: rgba(242, 239, 230, 0.55);
}
