/* =========================
   HELP ARTICLE (Owner/Figma-like)
========================= */

:root {
    --text: #0b0f14;
    --muted: rgba(11, 15, 20, .65);
    --muted2: rgba(11, 15, 20, .45);
    --blue: #1d4ed8;

    --max: 1120px;

    --radius-xl: 22px;
    --radius-lg: 18px;
    --radius-md: 14px;

    --shadow-soft: 0 10px 30px rgba(0, 0, 0, .08);
    --border: rgba(11, 15, 20, .14);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body.hc {
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    background: #fff;
    color: var(--text);
}

.hc-container {
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 24px;
}

/* HEADER */
.hc-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
}

.hc-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 24px;
}

.hc-logo {
    height: 34px;
    width: auto;
}

.hc-header__actions {
    display: flex;
    align-items: center;
    gap: 18px;
}

.hc-link {
    font-size: 14px;
    font-weight: 500;
    color: #111;
    text-decoration: none;
}

.hc-link:hover {
    text-decoration: underline;
}

.hc-lang {
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    color: #111;
}

.hc-lang__caret {
    font-size: 12px;
    opacity: .75;
    transform: translateY(-1px);
}

/* HERO (Owner fade formula) */
.hc-hero {
    position: relative;
    padding-top: 86px;
    min-height: 230px;
    display: flex;
    align-items: flex-end;

    background:
        radial-gradient(333.38% 100% at 50% 0%,
            rgba(var(--body-bg-rgb), 0) 0%,
            rgba(var(--body-bg-rgb), .00925356) 11.67%,
            rgba(var(--body-bg-rgb), .0337355) 21.17%,
            rgba(var(--body-bg-rgb), .0718242) 28.85%,
            rgba(var(--body-bg-rgb), .121898) 35.03%,
            rgba(var(--body-bg-rgb), .182336) 40.05%,
            rgba(var(--body-bg-rgb), .251516) 44.25%,
            rgba(var(--body-bg-rgb), .327818) 47.96%,
            rgba(var(--body-bg-rgb), .409618) 51.51%,
            rgba(var(--body-bg-rgb), .495297) 55.23%,
            rgba(var(--body-bg-rgb), .583232) 59.47%,
            rgba(var(--body-bg-rgb), .671801) 64.55%,
            rgba(var(--body-bg-rgb), .759385) 70.81%,
            rgba(var(--body-bg-rgb), .84436) 78.58%,
            rgba(var(--body-bg-rgb), .9551) 88.2%,
            rgba(var(--body-bg-rgb), 1) 100%),
        var(--header-image),
        var(--header-bg);

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hc-hero__inner {
    width: 100%;
    padding: 38px 24px 18px;
}

/* Search bar */
.hc-search {
    width: min(980px, 100%);
    margin: 0 auto;
    height: 64px;

    display: flex;
    align-items: center;
    gap: 14px;

    border-radius: 14px;
    background: rgba(255, 255, 255, .76);
    border: 1px solid rgba(255, 255, 255, .55);

    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: var(--shadow-soft);

    padding: 0 18px;
}

.hc-search__icon {
    width: 26px;
    height: 26px;
    color: rgba(11, 15, 20, .55);
    display: inline-flex;
}

.hc-search__icon svg {
    width: 100%;
    height: 100%;
}

.hc-search__input {
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    background: transparent;
    font-size: 20px;
    color: #111;
}

.hc-search__input::placeholder {
    color: rgba(11, 15, 20, .45);
}

/* MAIN */
.hc-main {
    background: #fff;
    padding: 18px 0 70px;
}

.hc-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12.5px;
    color: rgba(11, 15, 20, .60);
    justify-content: center;
    /* matches your screenshot */
    margin: 12px 0 26px;
    text-align: center;
    flex-wrap: wrap;
}

.hc-breadcrumb__link {
    color: rgba(11, 15, 20, .72);
    text-decoration: none;
}

.hc-breadcrumb__link:hover {
    text-decoration: underline;
}

.hc-breadcrumb__sep {
    opacity: .7;
}

.hc-breadcrumb__current {
    opacity: .85;
}

/* Article header */
.hc-articleHead {
    max-width: 720px;
    margin: 0 auto 18px;
}

.hc-articleTitle {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.25;
    margin-bottom: 10px;
}

.hc-articleUpdated {
    font-size: 12px;
    color: rgba(11, 15, 20, .60);
}

/* Article body */
.hc-article {
    max-width: 720px;
    margin: 0 auto;
}

.hc-steps {
    margin: 0;
    padding-left: 18px;
    /* for numbers */
}

.hc-step {
    margin: 18px 0 26px;
}

.hc-stepText {
    font-size: 16px;
    color: #000000;
    margin-bottom: 12px;
    line-height: 1.55;
}

.hc-linkInline {
    color: var(--blue);
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* Figure card like Owner */
.hc-figure {
    position: relative;
    margin: 0;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(11, 15, 20, .12);
    background: #f3f4f6;
    overflow: hidden;
}

.hc-figure--dark {
    background: #111;
    border-color: rgba(255, 255, 255, .10);
}

.hc-figureFrame {
    width: 100%;
    background: transparent;
    display: flex;
    justify-content: center;
    padding: 22px;
}

.hc-figureImg {
    width: 100%;
    max-width: 520px;
    height: auto;
    display: block;
    border-radius: 14px;
    transform-origin: center center;
    transition: transform .15s ease;
}

/* Zoom buttons */
.hc-zoom {
    position: absolute;
    right: 14px;
    bottom: 14px;

    display: flex;
    gap: 8px;
    background: rgba(255, 255, 255, .90);
    border: 1px solid rgba(11, 15, 20, .12);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 18px rgba(0, 0, 0, .10);
}

.hc-zoomBtn {
    width: 36px;
    height: 32px;
    border: 0;
    background: transparent;
    cursor: pointer;
    font-size: 18px;
    color: #111;
}

.hc-zoomBtn:hover {
    background: rgba(29, 78, 216, .08);
}

/* End text */
.hc-endText {
    margin-top: 14px;
    font-size: 13px;
    color: rgba(11, 15, 20, .80);
    line-height: 1.6;
}

/* Related */
.hc-related {
    max-width: 720px;
    margin: 28px auto 18px;
}

.hc-relatedTitle {
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 10px;
}

.hc-relatedCard {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;

    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid rgba(11, 15, 20, .12);
    background: #fff;
    text-decoration: none;
    color: #111;
}

.hc-relatedCard:hover {
    background: rgba(29, 78, 216, .06);
}

.hc-relatedText {
    font-size: 13px;
    color: rgba(11, 15, 20, .88);
    line-height: 1.35;
}

.hc-relatedChev {
    font-size: 22px;
    color: var(--blue);
}

/* Feedback */
.hc-feedback {
    max-width: 720px;
    margin: 18px auto 0;
    border-radius: 16px;
    border: 1px solid rgba(11, 15, 20, .12);
    background: #fff;
    padding: 18px;
    text-align: center;
}

.hc-feedbackTitle {
    font-size: 13px;
    color: rgba(11, 15, 20, .80);
    margin-bottom: 12px;
}

.hc-feedbackIcons {
    display: flex;
    justify-content: center;
    gap: 18px;
}

.hc-emoji {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(11, 15, 20, .10);
    background: #fff;
    cursor: pointer;
    font-size: 22px;
    transition: transform .12s ease, background .12s ease;
}

.hc-emoji:hover {
    transform: translateY(-1px);
    background: rgba(29, 78, 216, .06);
}

/* Footer */
.hc-footer {
    background: #fff;
    padding: 52px 0 70px;
}

.hc-footer__inner {
    text-align: center;
}

.hc-footer__brand {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}

.hc-footer__text {
    font-size: 13px;
    color: rgba(11, 15, 20, .65);
}

/* Responsive */
@media (max-width: 900px) {
    .hc-search {
        height: 58px;
    }

    .hc-search__input {
        font-size: 18px;
    }
}

@media (max-width: 640px) {
    .hc-container {
        padding: 0 16px;
    }

    .hc-link {
        display: none;
    }

    /* hide long header link on mobile */

    .hc-hero {
        min-height: 210px;
    }

    .hc-hero__inner {
        padding: 30px 16px 16px;
    }

    .hc-search {
        height: 54px;
        padding: 0 14px;
    }

    .hc-search__input {
        font-size: 16px;
    }

    .hc-articleHead,
    .hc-article,
    .hc-related,
    .hc-feedback {
        max-width: 100%;
    }

    .hc-figureFrame {
        padding: 14px;
    }

    .hc-zoom {
        right: 10px;
        bottom: 10px;
    }
}