.public-layout--showcase.public-layout--help .cover-shell {
    background:
        linear-gradient(180deg, rgba(7, 16, 21, 0.24), rgba(7, 16, 21, 0.52)),
        url('/asset/img/home-background.webp') center top / cover no-repeat fixed;
}

.public-layout--showcase.public-layout--help_show .cover-shell {
    background:
        linear-gradient(180deg, rgba(7, 16, 21, 0.24), rgba(7, 16, 21, 0.52)),
        url('/asset/img/background-page-login.webp') center top / cover no-repeat fixed;
}

.public-layout--showcase.public-layout--help_admin .cover-shell {
    background:
        linear-gradient(180deg, rgba(7, 16, 21, 0.24), rgba(7, 16, 21, 0.52)),
        url('/asset/img/home-background.webp') center top / cover no-repeat fixed;
}

.help-showcase__hero {
    min-height: calc(100vh - 9.4rem);
    border-top: 1px solid rgba(201, 154, 61, 0.1);
    border-bottom: 1px solid rgba(201, 154, 61, 0.1);
    background:
        linear-gradient(90deg, rgba(7, 16, 21, 0.94) 0%, rgba(7, 16, 21, 0.82) 30%, rgba(7, 16, 21, 0.18) 64%, rgba(7, 16, 21, 0.74) 100%),
        url('/asset/img/home-background.webp') center center / cover no-repeat;
}

.help-showcase__hero--guide {
    min-height: clamp(54rem, 72vh, 78rem);
    background:
        linear-gradient(90deg, rgba(7, 16, 21, 0.96) 0%, rgba(7, 16, 21, 0.84) 28%, rgba(7, 16, 21, 0.2) 64%, rgba(7, 16, 21, 0.74) 100%),
        url('/asset/img/background-page-login.webp') center center / cover no-repeat;
}

.help-showcase__hero-grid {
    min-height: calc(100vh - 9.4rem);
}

.help-showcase__hero-grid--guide {
    min-height: clamp(54rem, 72vh, 78rem);
}

.help-showcase__hero-panel {
    background:
        linear-gradient(90deg, rgba(7, 16, 21, 0.97) 0%, rgba(7, 16, 21, 0.92) 56%, rgba(7, 16, 21, 0.16) 100%);
}

.help-showcase__hero-panel > * {
    max-width: 64rem;
}

.help-showcase__hero-card {
    width: min(100%, 54rem);
}

.help-guide-card__eyebrow {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 1.2rem;
    color: #e3bd65;
    font-family: 'Cinzel', serif;
    font-size: 1.2rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.help-guide-card__media {
    background-image:
        linear-gradient(180deg, rgba(7, 16, 21, 0.24), rgba(7, 16, 21, 0.88)),
        radial-gradient(circle at top left, rgba(227, 189, 101, 0.28), transparent 38%),
        linear-gradient(135deg, rgba(24, 41, 51, 0.92), rgba(11, 20, 24, 0.98));
}

.help-guide-card__audiences {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1.6rem;
}

.help-guide-card__badge {
    display: inline-flex;
    align-items: center;
    min-height: 3rem;
    padding: 0 1rem;
    border: 1px solid rgba(201, 154, 61, 0.16);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(243, 238, 227, 0.86);
    font-family: 'Cinzel', serif;
    font-size: 1.12rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.help-guide-card__meta {
    margin-top: 1.6rem;
    color: #b8b1a3;
    font-size: 1.52rem;
}

.help-guide-card__link {
    width: 100%;
    margin-top: 2rem;
    justify-content: center;
}

.help-profile-card__topline {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}

.help-profile-card__status {
    display: inline-flex;
    align-items: center;
    min-height: 3rem;
    padding: 0 1rem;
    border: 1px solid rgba(201, 154, 61, 0.14);
    background: rgba(255, 255, 255, 0.04);
    color: #b8b1a3;
    font-family: 'Cinzel', serif;
    font-size: 1.1rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.help-profile-card__status.is-available {
    color: #f3eee3;
    border-color: rgba(227, 189, 101, 0.2);
}

.help-profile-card--soon {
    opacity: 0.9;
}

.help-profile-card__media {
    background-image:
        linear-gradient(180deg, rgba(7, 16, 21, 0.2), rgba(7, 16, 21, 0.88)),
        radial-gradient(circle at top left, rgba(97, 133, 162, 0.24), transparent 42%),
        linear-gradient(135deg, rgba(20, 30, 43, 0.92), rgba(11, 20, 24, 0.98));
}

.help-empty-card h2 {
    margin: 0 0 1rem;
}

.help-showcase__back {
    width: auto;
}

.help-showcase__guide-title {
    margin: 2rem 0 0;
    color: #f3eee3;
    font-family: 'Cinzel', serif;
    font-size: clamp(3.6rem, 4.4vw, 6.4rem);
    line-height: 1.05;
}

.help-showcase__guide-lead {
    margin: 2.4rem 0 0;
    color: #b8b1a3;
    font-size: 2.12rem;
    line-height: 1.68;
}

.help-showcase__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.4rem;
    margin-top: 2.8rem;
    color: rgba(243, 238, 227, 0.82);
    font-family: 'Cinzel', serif;
    font-size: 1.28rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.help-showcase__toc-preview {
    display: grid;
    gap: 1rem;
    margin: 2.2rem 0 0;
    padding-left: 2rem;
}

.help-showcase__toc-preview a,
.help-showcase__toc-empty {
    color: #b8b1a3;
    font-size: 1.64rem;
    line-height: 1.55;
}

.help-showcase__toc-preview a:hover {
    color: #f3eee3;
}

.help-showcase__toc-empty {
    margin: 2rem 0 0;
}

.help-guide-layout {
    display: grid;
    grid-template-columns: minmax(0, 30rem) minmax(0, 1fr);
    gap: 2.4rem;
    align-items: start;
}

.help-guide-toc {
    position: sticky;
    top: 11rem;
}

.help-guide-toc__list {
    display: grid;
    gap: 0.65rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.help-guide-toc__item a {
    display: block;
    padding: 0.65rem 0.9rem;
    border: 1px solid transparent;
    color: rgba(243, 238, 227, 0.82);
    font-size: 1.58rem;
    line-height: 1.45;
}

.help-guide-toc__item a:hover {
    border-color: rgba(201, 154, 61, 0.16);
    background: rgba(255, 255, 255, 0.03);
    color: #f3eee3;
}

.help-guide-toc__item--level-3 a {
    padding-left: 2rem;
    color: #b8b1a3;
    font-size: 1.46rem;
}

.help-guide-toc__empty {
    color: #b8b1a3;
    font-size: 1.58rem;
    line-height: 1.5;
}

.help-guide-content-card {
    min-width: 0;
}

.help-guide-content {
    min-width: 0;
    padding: clamp(2.2rem, 3vw, 3.2rem);
    color: rgba(242, 239, 232, 0.92);
}

.help-guide-content > *:first-child {
    margin-top: 0;
}

.help-guide-content h1,
.help-guide-content h2,
.help-guide-content h3,
.help-guide-content h4,
.help-guide-content h5,
.help-guide-content h6 {
    margin: 2rem 0 0.9rem;
    color: #fff5e5;
    font-family: 'Cinzel', serif;
    line-height: 1.15;
    scroll-margin-top: 11rem;
}

.help-guide-content p,
.help-guide-content li,
.help-guide-content blockquote {
    color: rgba(242, 239, 232, 0.88);
    font-size: 1.78rem;
    line-height: 1.7;
}

.help-guide-content ul,
.help-guide-content ol {
    margin: 0 0 1.6rem 2.2rem;
    padding: 0;
}

.help-guide-content code {
    padding: 0.12rem 0.35rem;
    border-radius: 0.35rem;
    background: rgba(255, 255, 255, 0.08);
    color: #ffe7bb;
}

.help-guide-content pre {
    margin: 1.6rem 0;
    padding: 1.4rem 1.6rem;
    overflow-x: auto;
    background: rgba(7, 10, 16, 0.95);
}

.help-guide-content pre code {
    padding: 0;
    background: transparent;
}

.help-guide-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 1.6rem 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.help-guide-content a {
    color: #ffd98c;
}

.help-guide-content table {
    width: 100%;
    margin: 1.8rem 0;
    border-collapse: collapse;
}

.help-guide-content th,
.help-guide-content td {
    padding: 1rem 1.2rem;
    border: 1px solid rgba(201, 154, 61, 0.12);
    text-align: left;
}

.help-showcase__hero--profile {
    background:
        linear-gradient(90deg, rgba(7, 16, 21, 0.96) 0%, rgba(7, 16, 21, 0.84) 24%, rgba(7, 16, 21, 0.16) 64%, rgba(7, 16, 21, 0.74) 100%),
        url('/asset/img/home-background.webp') center center / cover no-repeat;
}

.help-profile-layout {
    display: grid;
    grid-template-columns: minmax(0, 30rem) minmax(0, 1fr);
    gap: 2.4rem;
    align-items: start;
}

.help-profile-nav {
    position: sticky;
    top: 11rem;
}

.help-profile-nav__list {
    gap: 0.8rem;
}

.help-profile-nav__link {
    min-height: 4.6rem;
    padding: 1rem 1.2rem;
    border: 1px solid transparent;
    border-radius: 0;
    color: rgba(243, 238, 227, 0.82);
    font-family: 'Cinzel', serif;
    font-size: 1.32rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.help-profile-nav__link:hover,
.help-profile-nav__link:focus-visible {
    border-color: rgba(201, 154, 61, 0.16);
    background: rgba(255, 255, 255, 0.03);
    color: #f3eee3;
}

.help-profile-nav__link.active {
    border-color: rgba(227, 189, 101, 0.24);
    background: linear-gradient(90deg, rgba(201, 154, 61, 0.16), rgba(255, 255, 255, 0.02));
    color: #f3eee3;
}

.help-profile-nav__link--level-3 {
    padding-left: 2.2rem;
    color: #b8b1a3;
    font-size: 1.22rem;
}

.help-profile-content {
    display: grid;
    gap: 2rem;
    min-width: 0;
}

.help-profile-section {
    scroll-margin-top: 11rem;
}

.help-profile-section__title {
    margin: 0;
    color: #fff5e5;
    font-family: 'Cinzel', serif;
    font-size: clamp(2.8rem, 3vw, 4.2rem);
    line-height: 1.05;
    text-transform: uppercase;
}

.help-profile-section__lead {
    margin: 1.8rem 0 0;
    color: #f3eee3;
    font-size: 2rem;
    line-height: 1.62;
}

.help-profile-section__body {
    margin: 1.6rem 0 0;
    color: rgba(242, 239, 232, 0.88);
    font-size: 1.78rem;
    line-height: 1.72;
}

.help-profile-section__cards {
    margin-top: 2rem;
}

.help-profile-mini-card {
    height: 100%;
    padding: 1.8rem;
    border: 1px solid rgba(201, 154, 61, 0.12);
    background: linear-gradient(180deg, rgba(11, 20, 24, 0.88), rgba(16, 28, 34, 0.72));
}

.help-profile-mini-card strong,
.help-profile-list-block h3 {
    display: block;
    margin: 0;
    color: #e3bd65;
    font-family: 'Cinzel', serif;
    font-size: 1.72rem;
    line-height: 1.3;
}

.help-profile-mini-card p {
    margin: 1rem 0 0;
    color: #b8b1a3;
    font-size: 1.62rem;
    line-height: 1.58;
}

.help-profile-list-block {
    margin-top: 2rem;
}

.help-profile-list {
    margin: 1.2rem 0 0 2rem;
    padding: 0;
}

.help-profile-list li {
    color: rgba(242, 239, 232, 0.88);
    font-size: 1.72rem;
    line-height: 1.68;
}

.help-profile-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2.2rem;
}

.help-profile-links__item {
    justify-content: center;
}

@media screen and (max-width: 1199px) {
    .help-showcase__hero,
    .help-showcase__hero-grid {
        min-height: auto;
    }

    .help-showcase__hero--guide,
    .help-showcase__hero-grid--guide {
        min-height: auto;
    }

    .help-guide-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .help-guide-toc {
        position: static;
    }

    .help-profile-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .help-profile-nav {
        position: static;
    }
}

@media screen and (max-width: 767px) {
    .help-showcase__guide-title {
        font-size: clamp(3.4rem, 11vw, 5rem);
    }

    .help-showcase__guide-lead,
    .help-showcase__toc-preview a,
    .help-showcase__toc-empty,
    .help-guide-content p,
    .help-guide-content li,
    .help-guide-content blockquote {
        font-size: 1.68rem;
    }

    .help-guide-content {
        padding: 2rem;
    }

    .help-profile-nav__link {
        font-size: 1.2rem;
    }

    .help-profile-section__lead,
    .help-profile-section__body,
    .help-profile-list li,
    .help-profile-mini-card p {
        font-size: 1.68rem;
    }
}
