/* Changelog: update _internal/SITE_CHANGELOG.md (not this file). */

.wl-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.wl-header {
    background: var(--surface);
    border-bottom: 1px solid var(--border);
    padding: .85rem 1.25rem;
}

.wl-header-inner {
    max-width: var(--maxw);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.wl-brand {
    font-weight: 800;
    font-size: 1.05rem;
    color: var(--green-dark);
    letter-spacing: -.01em;
}

.wl-header-note {
    font-size: .82rem;
    color: var(--muted);
}

.wl-main { flex: 1; }

.wl-hero {
    background: linear-gradient(135deg, var(--green-darker), var(--green-dark) 70%, var(--green));
    color: #fff;
    padding: clamp(2rem, 4vw, 3.25rem) 1.25rem;
}

.wl-hero-inner {
    max-width: var(--maxw);
    margin: 0 auto;
}

.wl-hero .eyebrow {
    display: inline-block;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #fff;
    background: rgba(255, 255, 255, .16);
    padding: .35rem .85rem;
    border-radius: 999px;
    margin-bottom: .9rem;
}

.wl-hero h1 {
    color: #fff;
    max-width: 18ch;
    margin-bottom: .75rem;
}

.wl-hero p {
    color: rgba(255, 255, 255, .92);
    max-width: 62ch;
    margin-bottom: 0;
    font-size: 1.08rem;
}

.wl-footer {
    border-top: 1px solid var(--border);
    background: var(--surface);
    padding: 1.25rem;
    text-align: center;
    font-size: .82rem;
    color: var(--muted);
}

.wl-cta-panel {
    background: var(--green-soft);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: clamp(1.5rem, 3vw, 2rem);
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}

.wl-cta-panel h2 {
    color: var(--green-dark);
    margin-bottom: .6rem;
    font-size: 1.35rem;
}

.wl-cta-panel p {
    color: var(--body);
    margin-bottom: 0;
}
