.second-page {
    min-height: 100vh;
    background: linear-gradient(180deg, #101a24 0%, #181f2a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1.5px solid rgba(255,255,255,0.04);
}

.second-page-content {
    text-align: center;
    color: var(--text);
    max-width: 600px;
    margin: 0 auto;
    padding: 32px 16px;
    background: rgba(0,0,0,0.10);
    border-radius: var(--radius);
    box-shadow: 0 2px 16px 0 rgba(2,6,23,0.10);
    overflow: hidden;
}

.second-page h2 {
    font-size: 2.2rem;
    margin-bottom: 18px;
    color: var(--accent);
}

.section-title {
    cursor: pointer;
}

.section-title:hover {
    color: var(--accent-weak);
}

.second-page-content ol {
    text-align: left;
    display: inline-block;
    margin: 0 auto;
}

.second-page-content--wide {
    max-width: 1200px;
}
