.rhp-support-link {
    align-items: center;
    color: #52617a !important;
    display: inline-flex;
    font-size: 13px;
    font-weight: 650;
    gap: 7px;
    margin-top: 16px;
    text-decoration: underline !important;
    text-decoration-color: #b9c6dd !important;
    text-underline-offset: 4px;
    transition: color 160ms ease, text-decoration-color 160ms ease;
}

.rhp-support-link:hover {
    color: var(--rhp-blue) !important;
    text-decoration-color: var(--rhp-blue) !important;
}

.rhp-support-link::before {
    align-items: center;
    border: 1px solid #9cabc1;
    border-radius: 50%;
    content: "?";
    display: inline-flex;
    font-size: 10px;
    height: 16px;
    justify-content: center;
    text-decoration: none;
    width: 16px;
}

.rhp-install-support {
    color: var(--rhp-muted);
    font-size: 13px;
    margin: 14px 0 0;
    text-align: center;
}

.rhp-install-support a,
.rhp-inline-link {
    color: var(--rhp-blue) !important;
    font-weight: 650;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.rhp-help-page {
    overflow: hidden;
}

.rhp-help-hero {
    background:
        radial-gradient(ellipse 74% 44% at 50% 38%, rgba(47, 102, 246, 0.12), transparent 70%),
        linear-gradient(rgba(47, 102, 246, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(47, 102, 246, 0.05) 1px, transparent 1px),
        #fff;
    background-size: auto, 48px 48px, 48px 48px, auto;
    padding: 92px 0 88px;
}

.rhp-help-back {
    align-items: center;
    color: #56637a !important;
    display: inline-flex;
    font-size: 13px;
    font-weight: 650;
    gap: 7px;
    margin-bottom: 42px;
}

.rhp-help-back:hover {
    color: var(--rhp-blue) !important;
}

.rhp-help-heading {
    margin: 0 auto;
    max-width: 900px;
    text-align: center;
}

.rhp-help-title {
    color: var(--rhp-ink);
    font-family: "RHP Lato", Inter, "Segoe UI", Arial, sans-serif;
    font-size: clamp(42px, 6vw, 72px);
    font-weight: 900;
    letter-spacing: -0.045em;
    line-height: 1.02;
    margin: 0;
}

.rhp-help-lead {
    color: var(--rhp-muted);
    font-size: 18px;
    line-height: 1.65;
    margin: 24px auto 0;
    max-width: 720px;
}

.rhp-help-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    justify-content: center;
    margin-top: 24px;
}

.rhp-help-figure {
    background: #fff;
    border: 1px solid #d9e0eb;
    border-radius: 18px;
    box-shadow: 0 28px 80px rgba(24, 39, 75, 0.14);
    margin: 52px auto 0;
    max-width: 1060px;
    overflow: hidden;
    padding: 8px;
}

.rhp-help-figure img {
    border-radius: 12px;
    width: 100%;
}

.rhp-help-figure-link {
    display: block;
}

.rhp-help-figure figcaption {
    color: #657084;
    font-size: 12px;
    font-weight: 650;
    padding: 10px 8px 3px;
    text-align: center;
}

.rhp-help-content {
    background: #f7f9fc;
}

.rhp-help-layout {
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 1fr) 320px;
}

.rhp-help-steps {
    display: grid;
    gap: 14px;
}

.rhp-help-step {
    background: #fff;
    border: 1px solid var(--rhp-line);
    border-radius: 14px;
    display: grid;
    gap: 18px;
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 22px;
}

.rhp-help-step-number {
    align-items: center;
    background: var(--rhp-blue);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 15px;
    font-weight: 750;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.rhp-help-step h3 {
    color: var(--rhp-ink);
    font-size: 18px;
    font-weight: 720;
    margin: 1px 0 0;
}

.rhp-help-step p {
    color: var(--rhp-muted);
    font-size: 14px;
    line-height: 1.65;
    margin: 7px 0 0;
}

.rhp-help-step strong {
    color: #263247;
}

.rhp-help-sidebar {
    display: grid;
    gap: 16px;
    height: max-content;
}

.rhp-help-callout {
    background: #fff;
    border: 1px solid var(--rhp-line);
    border-radius: 14px;
    padding: 23px;
}

.rhp-help-callout.is-warning {
    background: #fffaf0;
    border-color: #f3d89d;
}

.rhp-help-callout.is-success {
    background: #f1fbf1;
    border-color: #bfe3bf;
}

.rhp-help-callout h3 {
    color: var(--rhp-ink);
    font-size: 16px;
    font-weight: 720;
    margin: 0;
}

.rhp-help-callout p,
.rhp-help-callout li {
    color: var(--rhp-muted);
    font-size: 13px;
    line-height: 1.65;
}

.rhp-help-callout p {
    margin: 9px 0 0;
}

.rhp-help-callout ul {
    margin: 10px 0 0;
    padding-left: 18px;
}

.rhp-help-actions {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.rhp-help-actions .rhp-button {
    width: 100%;
}

.rhp-help-source {
    color: #6d7890;
    font-size: 12px;
    line-height: 1.55;
    margin: 20px 0 0;
    text-align: center;
}

.rhp-help-source a {
    color: var(--rhp-blue) !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

@media (max-width: 920px) {
    .rhp-help-layout {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 760px) {
    .rhp-help-hero {
        padding: 72px 0 62px;
    }

    .rhp-help-back {
        margin-bottom: 30px;
    }

    .rhp-help-title {
        font-size: 42px;
    }

    .rhp-help-lead {
        font-size: 16px;
    }

    .rhp-help-figure {
        border-radius: 12px;
        margin-top: 38px;
        padding: 5px;
    }

    .rhp-help-figure img {
        border-radius: 8px;
    }

    .rhp-help-step {
        gap: 14px;
        grid-template-columns: 36px minmax(0, 1fr);
        padding: 18px;
    }

    .rhp-help-step-number {
        height: 36px;
        width: 36px;
    }
}
