body.static-page {
    position: relative;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 14% 18%, rgba(164, 92, 255, 0.16), transparent 28%),
        radial-gradient(circle at 84% 14%, rgba(88, 190, 255, 0.11), transparent 24%),
        radial-gradient(circle at 68% 72%, rgba(126, 105, 255, 0.10), transparent 30%),
        linear-gradient(180deg, #050914 0%, #07101f 38%, #08111f 100%);
}

body.static-page::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse at 18% 30%, rgba(180, 116, 255, 0.18), transparent 34%),
        radial-gradient(ellipse at 78% 22%, rgba(90, 190, 255, 0.13), transparent 30%),
        radial-gradient(ellipse at 58% 88%, rgba(116, 82, 255, 0.12), transparent 36%);
    filter: blur(20px);
    opacity: 0.75;
}

body.static-page .page {
    position: relative;
    z-index: 1;
}

.static-main {
    margin-top: 18px;
    padding-bottom: 56px;
}

.static-hero {
    margin: 24px 0 20px;
}

.static-hero h1 {
    margin: 0 0 10px;
    color: #f4f7ff;
    font-size: 42px;
    line-height: 1.08;
    font-weight: 900;
}

.static-hero p {
    margin: 0;
    color: #aeb8d6;
    font-size: 18px;
    line-height: 1.6;
    max-width: 880px;
}

.static-card {
    margin-top: 14px;
    padding: 20px;
    border-radius: 18px;
    border: 1px solid rgba(126, 170, 255, 0.2);
    background: linear-gradient(180deg, rgba(10, 16, 33, 0.92), rgba(8, 14, 30, 0.86));
    box-shadow:
        0 12px 28px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.static-card h2 {
    margin: 0 0 10px;
    font-size: 26px;
    color: #f4f7ff;
}

.static-card p,
.static-card li {
    color: #c3cce5;
    font-size: 16px;
    line-height: 1.65;
}

.static-card ul {
    margin: 8px 0 0 22px;
}

@media (max-width: 900px) {
    .static-hero h1 {
        font-size: 34px;
    }

    .static-hero p {
        font-size: 16px;
    }

    .static-card {
        padding: 16px;
    }
}
