/* Help article — extends blog-article layout */

body.page-help-article {
    background: #050508;
}

.help-article-shell {
    background: #050508;
    color: rgba(255, 255, 255, 0.92);
}

.help-article-faq-block {
    margin-top: 2rem;
    padding: 1.25rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.help-article-faq-block h2 {
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: clamp(1.35rem, 2.8vw, 1.75rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    color: #fff;
}

.help-faq-item + .help-faq-item {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.help-faq-item h3 {
    margin: 0 0 0.35rem;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
}

.help-faq-item p {
    margin: 0;
    font-size: 0.98rem;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.55;
}

.help-video-embed {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 0 0 2rem;
    border-radius: 6px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
}

.help-video-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.help-video-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    margin: 0 0 2rem;
    padding: 1.5rem;
    text-align: center;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.95rem;
}

.help-video-placeholder a {
    color: #efa540;
}

body.page-help-article .general-footer {
    background: #050508;
}

.help-article-dek {
    margin: 0 0 0.75rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.05rem;
    line-height: 1.55;
}

.help-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.25rem 0 0;
}

@media (max-width: 900px) {
    .help-steps-grid {
        grid-template-columns: 1fr;
    }
}

.help-step-card {
    padding: 1.15rem 1.2rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
}

.help-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    margin-bottom: 0.65rem;
    border-radius: 999px;
    background: rgba(212, 59, 149, 0.25);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
}

.help-step-card h3 {
    margin: 0 0 0.5rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
}

.help-step-card p,
.help-step-card li {
    margin: 0 0 0.5rem;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.55;
}

.help-step-card ul {
    margin: 0 0 0.5rem 1.1rem;
    padding: 0;
}

.help-path-card {
    margin: 1.25rem 0;
    padding: 1.15rem 1.2rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
}

.help-path-card h3 {
    margin: 0 0 0.5rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
}

.help-note {
    padding: 0.85rem 1rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.78);
    margin: 0.75rem 0;
}

.blog-article-body details {
    margin: 0.75rem 0;
}

.blog-article-body summary {
    cursor: pointer;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
}

.help-topic-badge {
    display: inline-block;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.help-topic-badge--forecasts { background: rgba(56, 189, 248, 0.18); color: #7dd3fc; }
.help-topic-badge--sessions { background: rgba(212, 59, 149, 0.2); color: #f0abfc; }
.help-topic-badge--account { background: rgba(251, 191, 36, 0.15); color: #fcd34d; }
.help-topic-badge--common-questions { background: rgba(16, 185, 129, 0.15); color: #6ee7b7; }

.help-type-badge {
    margin-left: 0.35rem;
    font-size: 0.68rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.45);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* In-content links — match blog body orange (FAQ, notes, steps, etc.) */
.blog-article-hero--ui img {
    aspect-ratio: auto;
    object-fit: contain;
    background: #0a0a0c;
}

.help-article-figures {
    margin: 1.25rem 0 1.5rem;
}

.help-article-figures--pair {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    align-items: start;
}

.help-article-figures--pair figure {
    margin: 0;
}

.help-article-figures--pair img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
    background: #0a0a0c;
}

@media (max-width: 640px) {
    .help-article-figures--pair {
        grid-template-columns: 1fr;
        max-width: 280px;
    }
}

body.page-help-article .help-faq-item a,
body.page-help-article .help-note a,
body.page-help-article .help-step-card a,
body.page-help-article .help-path-card a,
body.page-help-article .help-video-placeholder a {
    color: #efa540;
    text-decoration: underline;
}

body.page-help-article .help-faq-item a:hover,
body.page-help-article .help-note a:hover,
body.page-help-article .help-step-card a:hover,
body.page-help-article .help-path-card a:hover,
body.page-help-article .help-video-placeholder a:hover {
    color: #fff;
}

body.page-help-article .help-faq-item a:visited,
body.page-help-article .help-note a:visited,
body.page-help-article .help-step-card a:visited,
body.page-help-article .help-path-card a:visited,
body.page-help-article .help-video-placeholder a:visited {
    color: #efa540;
}

body.page-help-article .blog-article-body a:visited {
    color: #efa540;
}
