/* =============================================================================
   CentSay landing — section styles (loaded only on the public landing).
   Dark hero/CTA bands are intentionally fixed-dark (theme-independent), matching
   the Vault Teal brand. Everything else uses tokens / Bootstrap.
   ============================================================================= */

/* Minimal landing navbar (login-only, auth-aware) */
.cs-landing-nav {
    background: #0B1A1A;
    border-bottom: 1px solid #163331;
}
.cs-landing-nav .navbar-brand { color: #E6F0EF; }
.cs-brand-sub {
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #6FB7AE;
    text-transform: uppercase;
}

/* Hero */
.cs-hero {
    background: #0B1A1A;
    color: #E6F0EF;
    border-bottom: 2px solid #0D9488;
}
.cs-hero .lead { color: #B9C9C6; }
.cs-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.78rem;
    font-weight: 600;
    color: #2DD4BF;
    margin: 0;
}
.cs-rule {
    width: 64px;
    height: 3px;
    background: #0D9488;
    border-radius: 2px;
    margin-bottom: 1.25rem;
}
.cs-shot {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(45, 212, 191, 0.18);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}
.cs-shot img { display: block; width: 100%; }

/* Stat strip */
.cs-stat-strip {
    background: #0E2422;
    border-top: 1px solid #1C3A37;
    border-bottom: 1px solid #1C3A37;
    color: #E6F0EF;
}
.cs-stat-value {
    font-family: var(--font-family-display), sans-serif;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 1;
    color: #2DD4BF;
}
.cs-stat-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #8FB3AE;
    margin-top: 0.35rem;
}

/* Feature tiles */
.cs-feature-card {
    background: var(--color-surface);
    border: 1px solid var(--color-border-light);
    border-top: 3px solid #0D9488;
    border-radius: 6px;
    height: 100%;
}
.cs-feature-icon { color: #0D9488; }
.cs-flash {
    display: inline-block;
    background: #F59E0B;
    color: #3A2606;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.72rem;
    padding: 0.3rem 0.7rem;
    border-radius: 4px;
}

/* Closing CTA band */
.cs-cta-band {
    background: #0B1A1A;
    color: #E6F0EF;
    border-top: 2px solid #0D9488;
}
.cs-cta-band p { color: #B9C9C6; }
