.help-render {
    --help-ink: #18212f;
    --help-muted: #5f6b7d;
    --help-line: #e3e8ef;
    --help-panel: #ffffff;
    --help-soft: #f7f9fc;
    --help-accent: #0b5cad;
    --help-accent-soft: #edf5ff;
    color: var(--help-ink);
    max-width: 980px;
    margin: 0 auto;
    padding: 10px 18px 28px;
    font-family: "Segoe UI", Tahoma, sans-serif;
}

.help-hero {
    position: relative;
    padding: 14px 0 22px;
    border-bottom: 1px solid var(--help-line);
    background: #fff;
    box-shadow: none;
}

.help-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: var(--help-accent);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.help-kicker::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--help-accent);
    box-shadow: 0 0 0 5px var(--help-accent-soft);
}

.help-render .help-hero h2 {
    margin: 0;
    max-width: 880px;
    color: var(--help-ink);
    font-size: 28px;
    line-height: 1.22;
    font-weight: 700;
}

.help-description {
    max-width: 820px;
    margin: 12px 0 0;
    color: var(--help-muted);
    font-size: 14px;
    line-height: 1.6;
}

.help-content-flow {
    display: grid;
    gap: 16px;
    margin-top: 18px;
}

.help-section {
    padding: 20px 24px;
    border: 1px solid var(--help-line);
    border-radius: 8px;
    background: var(--help-panel);
    box-shadow: 0 6px 18px rgba(24, 33, 47, .045);
}

.help-section h1,
.help-section h2,
.help-section h3 {
    margin: 0 0 12px;
    color: var(--help-ink);
    letter-spacing: 0;
}

.help-section h1 {
    font-size: 26px;
    line-height: 1.22;
    font-weight: 700;
}

.help-title-subtitle {
    margin: -4px 0 12px;
    color: #263244;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 700;
}

.help-section h2 {
    font-size: 18px;
    line-height: 1.35;
    font-style: italic;
    font-weight: 500;
    color: #3b4658;
}

.help-section h3 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
}

.help-subtitle {
    margin: -4px 0 14px;
    color: var(--help-muted);
    font-size: 14px;
    line-height: 1.55;
    font-style: italic;
}

.help-section p,
.help-section li {
    color: #344054;
    font-size: 14px;
    line-height: 1.68;
}

.help-section p {
    margin: 0 0 12px;
}

.help-section-title {
    padding: 12px 0 2px 18px;
    border-left: 4px solid var(--help-accent);
    border-color: transparent;
    border-left-color: var(--help-accent);
    box-shadow: none;
    background: transparent;
}

.help-section-subtitle {
    padding: 4px 0 4px 18px;
    border-color: transparent;
    box-shadow: none;
    background: transparent;
}

.help-figure {
    margin: 0;
}

.help-figure img {
    display: block;
    width: 100%;
    max-height: 560px;
    object-fit: contain;
    border-radius: 8px;
    border: 1px solid var(--help-line);
    background: var(--help-soft);
}

.help-figure figcaption {
    margin-top: 10px;
    color: var(--help-muted);
    font-size: 13px;
    line-height: 1.45;
}

.help-video {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid var(--help-line);
    background: #101828;
    aspect-ratio: 16 / 9;
    box-shadow: 0 10px 26px rgba(16, 24, 40, .12);
}

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

.help-section-checklist ul,
.help-section-timeline ol {
    margin: 0;
    padding-left: 22px;
}

.help-section-checklist li,
.help-section-timeline li {
    padding: 5px 0;
}

.help-faq details {
    border-top: 1px solid var(--help-line);
    padding: 14px 0;
}

.help-faq details:first-child {
    border-top: 0;
}

.help-faq summary {
    cursor: pointer;
    color: var(--help-ink);
    font-size: 15px;
    font-weight: 700;
}

.help-faq p {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .help-render {
        padding: 0 0 18px;
    }

    .help-hero,
    .help-section {
        padding: 18px 16px;
        border-radius: 8px;
    }

    .help-render .help-hero h2 {
        font-size: 23px;
    }

    .help-section h1 {
        font-size: 23px;
    }

    .help-section h2 {
        font-size: 19px;
    }
}
