/* Help page only. */

.help-wrap {
    max-width: 960px;
    margin: 0 auto;
    padding: 24px 20px 64px;
}

.help-hero {
    padding: 32px 0 24px;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 32px;
}

.help-hero h1 {
    font-size: 2.25rem;
    margin: 0 0 8px;
}

.help-hero p {
    color: #475569;
    font-size: 1.05rem;
    margin: 0;
    max-width: 640px;
}

.help-search {
    display: block;
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    margin-top: 16px;
    max-width: 480px;
}

.help-search:focus {
    outline: none;
    border-color: #2563eb;
}

.help-toc {
    background: #f8fafc;
    border-radius: 12px;
    padding: 20px 24px;
    margin-bottom: 40px;
}

.help-toc h2 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #475569;
    margin: 0 0 12px;
}

.help-toc ul {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 2;
    column-gap: 24px;
}

.help-toc li {
    padding: 4px 0;
    break-inside: avoid;
}

.help-toc a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
}

.help-toc a:hover {
    text-decoration: underline;
}

.help-section {
    margin-bottom: 48px;
    padding-top: 8px;
}

.help-section h2 {
    font-size: 1.5rem;
    margin: 0 0 12px;
    border-top: 1px solid #e5e7eb;
    padding-top: 24px;
}

.help-section .lead {
    color: #475569;
    margin-bottom: 16px;
}

.help-section h3 {
    font-size: 1.05rem;
    margin: 24px 0 8px;
}

.help-section ol,
.help-section ul {
    padding-left: 24px;
    line-height: 1.6;
}

.help-section li {
    margin-bottom: 6px;
}

.help-section a {
    color: #2563eb;
}

.help-section .new-tag {
    display: inline-block;
    background: #dcfce7;
    color: #166534;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 2px 8px;
    border-radius: 4px;
    margin-left: 8px;
    vertical-align: middle;
}

.help-callout {
    background: #f0f9ff;
    border-left: 4px solid #2563eb;
    padding: 12px 16px;
    border-radius: 4px;
    margin: 16px 0;
}

.help-callout strong {
    color: #1e3a8a;
}

.help-cta {
    background: #f8fafc;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    margin-top: 48px;
}

.help-cta h3 {
    margin: 0 0 8px;
}

.help-cta p {
    color: #475569;
    margin: 0 0 16px;
}

@media (max-width: 640px) {
    .help-toc ul {
        columns: 1;
    }
}
