.help-faq-page-main {
    padding: 18px 0 72px;
    background:
        radial-gradient(circle at 0 0, rgba(85, 144, 255, 0.12) 0, rgba(85, 144, 255, 0) 28%),
        linear-gradient(180deg, #f7faff 0%, #ffffff 20%, #ffffff 100%);
}

.help-faq-wrap {
    width: min(1520px, calc(100vw - 20px));
}

.help-faq-hero {
    margin-bottom: 24px;
}

.help-faq-hero-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 500px;
    align-items: center;
    gap: 40px;
    min-height: 300px;
    width: 100%;
    box-sizing: border-box;
    padding: 28px 0 24px;
    border-radius: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.help-faq-hero-shell::before {
    content: "";
    position: absolute;
    inset: auto auto -48px 0;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(113, 167, 255, 0.12) 0%, rgba(113, 167, 255, 0) 72%);
    pointer-events: none;
}

.help-faq-hero-copy {
    position: relative;
    z-index: 1;
    max-width: 780px;
}

.help-faq-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(79, 124, 255, 0.08);
    color: #4d77f3;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.help-faq-hero-copy h1 {
    margin: 16px 0 10px;
    font-size: 40px;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: #19233b;
}

.help-faq-hero-copy p {
    margin: 0;
    max-width: 640px;
    color: #66728a;
    font-size: 15px;
    line-height: 1.85;
}

.help-faq-search {
    margin-top: 22px;
}

.help-faq-search-box {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr) 96px;
    align-items: center;
    gap: 14px;
    min-height: 58px;
    padding: 0 8px 0 18px;
    border-radius: 18px;
    border: 1px solid rgba(98, 127, 188, 0.14);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 28px rgba(71, 93, 138, 0.08);
}

.help-faq-search-icon {
    position: relative;
    width: 18px;
    height: 18px;
    border: 2px solid #8da0c8;
    border-radius: 50%;
}

.help-faq-search-icon::after {
    content: "";
    position: absolute;
    right: -5px;
    bottom: -5px;
    width: 8px;
    height: 2px;
    border-radius: 999px;
    background: #8da0c8;
    transform: rotate(45deg);
}

.help-faq-search-box input {
    width: 100%;
    border: 0;
    background: transparent;
    color: #23304d;
    font-size: 14px;
    outline: none;
}

.help-faq-search-box input::placeholder {
    color: #a0aac1;
}

.help-faq-search-box button {
    min-height: 44px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #ff9338 0%, #ff6a28 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.help-faq-hotkeys {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 18px;
    margin-top: 14px;
    color: #8b96ad;
    font-size: 12px;
}

.help-faq-hotkeys strong {
    color: #6c7790;
    font-weight: 700;
}

.help-faq-hotkeys a {
    color: #7f8aa1;
}

.help-faq-hotkeys a:hover {
    color: #ff6a28;
}

.help-faq-hero-visual {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 500px;
    min-height: 240px;
    overflow: visible;
}

.help-faq-hero-visual img {
    display: block;
    width: min(500px, 100%);
    height: auto;
    object-fit: contain;
    object-position: center right;
    user-select: none;
    pointer-events: none;
}

.help-faq-visual-arch {
    position: absolute;
    inset: 14px 0 0 auto;
    width: 208px;
    height: 208px;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(117, 166, 255, 0.18) 0%, rgba(117, 166, 255, 0.02) 100%);
    filter: blur(0);
}

.help-faq-visual-card {
    position: relative;
    width: 214px;
    height: 170px;
    border-radius: 26px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(235, 243, 255, 0.98) 100%);
    border: 1px solid rgba(109, 142, 211, 0.16);
    box-shadow: 0 26px 44px rgba(72, 97, 150, 0.12);
}

.help-faq-visual-card::before {
    content: "";
    position: absolute;
    left: 26px;
    right: 26px;
    top: 32px;
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(85, 143, 255, 0.24) 0%, rgba(85, 143, 255, 0.06) 100%);
}

.help-faq-visual-card::after {
    content: "";
    position: absolute;
    left: 26px;
    right: 38px;
    top: 60px;
    height: 74px;
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(234, 242, 255, 0.96) 0%, rgba(246, 249, 255, 0.96) 100%);
    box-shadow: inset 0 0 0 1px rgba(116, 154, 225, 0.1);
}

.help-faq-visual-figure {
    position: absolute;
    right: 26px;
    bottom: 10px;
    width: 86px;
    height: 116px;
    border-radius: 24px 24px 18px 18px;
    background: linear-gradient(180deg, #ffddb3 0%, #ffb872 42%, #ff9037 100%);
    box-shadow: 0 18px 28px rgba(255, 135, 46, 0.22);
}

.help-faq-visual-figure::before {
    content: "";
    position: absolute;
    left: 16px;
    top: -18px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(180deg, #fff1d8 0%, #ffd298 100%);
    box-shadow: 0 8px 18px rgba(255, 154, 73, 0.2);
}

.help-faq-visual-figure::after {
    content: "";
    position: absolute;
    left: -38px;
    top: 24px;
    width: 70px;
    height: 54px;
    border-radius: 18px;
    background: linear-gradient(135deg, #6ca9ff 0%, #447dff 100%);
    box-shadow: 0 12px 20px rgba(66, 111, 221, 0.24);
}

.help-faq-content {
    padding-top: 6px;
}

.help-faq-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 286px;
    gap: 24px;
    align-items: start;
}

.help-faq-sidebar-card,
.help-faq-side-card,
.help-faq-side-service,
.help-faq-side-ticket,
.help-faq-featured,
.help-faq-list-shell,
.help-faq-bottom-bar {
    border-radius: 22px;
    border: 1px solid rgba(103, 135, 201, 0.12);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 36px rgba(65, 88, 135, 0.06);
}

.help-faq-sidebar-card {
    padding: 18px 12px 12px;
}

.help-faq-sidebar-card h2 {
    margin: 0 0 14px;
    color: #253453;
    font-size: 15px;
    font-weight: 800;
}

.help-faq-side-nav {
    display: grid;
    gap: 6px;
}

.help-faq-side-link {
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 0 12px;
    border-radius: 14px;
    color: #68758f;
    font-size: 13px;
    font-weight: 600;
    transition: background .2s ease, color .2s ease;
}

.help-faq-side-link:hover {
    color: #ff6a28;
    background: rgba(255, 106, 40, 0.06);
}

.help-faq-side-link.is-active {
    color: #ff6a28;
    background: rgba(255, 106, 40, 0.1);
}

.help-faq-side-link-icon {
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8db4ff 0%, #5f87ff 100%);
    box-shadow: 0 6px 12px rgba(79, 122, 231, 0.18);
}

.help-faq-side-link.is-active .help-faq-side-link-icon {
    background: linear-gradient(135deg, #ffb14d 0%, #ff7a2f 100%);
    box-shadow: 0 6px 12px rgba(255, 123, 52, 0.18);
}

.help-faq-main-column {
    display: grid;
    min-width: 0;
    gap: 18px;
}

.help-faq-featured {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    align-items: stretch;
    gap: 24px;
    padding: 22px 24px;
}

.help-faq-featured-visual {
    position: relative;
    display: block;
    min-height: 178px;
    aspect-ratio: 16 / 10;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(135deg, #eef4ff 0%, #f8fbff 100%);
    box-shadow: inset 0 0 0 1px rgba(124, 155, 220, 0.12);
}

.help-faq-featured-cover {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 178px;
    object-fit: cover;
    object-position: center;
    transition: transform .28s ease;
}

.help-faq-featured-visual:hover .help-faq-featured-cover {
    transform: scale(1.035);
}

.help-faq-featured-empty {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    min-height: 178px;
    color: #8b97ae;
    font-size: 14px;
    font-weight: 800;
    background:
        radial-gradient(circle at 18% 20%, rgba(255, 208, 178, 0.22) 0, rgba(255, 208, 178, 0) 34%),
        linear-gradient(160deg, rgba(242, 247, 255, 0.98) 0%, rgba(255, 246, 234, 0.98) 100%);
}

.help-faq-featured-stage {
    position: relative;
    min-height: 100px;
}

.help-faq-featured-stage-panel,
.help-faq-featured-stage-ribbon,
.help-faq-featured-stage-lines {
    position: absolute;
}

.help-faq-featured-stage-panel {
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #eef4ff 100%);
    border: 1px solid rgba(123, 160, 235, 0.14);
    box-shadow: 0 16px 28px rgba(80, 110, 175, 0.08);
}

.help-faq-featured-stage-panel.is-back {
    left: 12px;
    top: 10px;
    width: 134px;
    height: 72px;
    opacity: 0.84;
}

.help-faq-featured-stage-panel.is-front {
    left: 28px;
    top: 20px;
    width: 156px;
    height: 82px;
    z-index: 1;
}

.help-faq-featured-stage-ribbon {
    left: 20px;
    top: 36px;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: linear-gradient(135deg, #ffae61 0%, #ff7b31 100%);
    box-shadow: 0 14px 20px rgba(255, 137, 56, 0.24);
    z-index: 2;
}

.help-faq-featured-stage-ribbon::before {
    content: "";
    position: absolute;
    left: 11px;
    top: 10px;
    width: 15px;
    height: 10px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg);
}

.help-faq-featured-stage-lines {
    left: 72px;
    top: 40px;
    width: 82px;
    height: 6px;
    border-radius: 999px;
    background: #ff8938;
    z-index: 2;
    box-shadow: 0 16px 0 0 #8daefb, 0 32px 0 0 #8daefb;
}

.help-faq-featured-thumbs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.help-faq-featured-thumb {
    height: 42px;
    border-radius: 14px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(238, 244, 255, 0.96) 100%);
    box-shadow: inset 0 0 0 1px rgba(124, 155, 220, 0.12);
    position: relative;
}

.help-faq-featured-thumb::before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 11px;
    height: 6px;
    border-radius: 999px;
    background: rgba(123, 160, 235, 0.24);
    box-shadow: 0 12px 0 rgba(255, 137, 56, 0.16);
}

.help-faq-featured-thumb.is-active {
    box-shadow:
        inset 0 0 0 1px rgba(255, 126, 52, 0.18),
        0 10px 20px rgba(255, 137, 56, 0.12);
}

.help-faq-featured-copy {
    display: grid;
    align-content: center;
    gap: 10px;
}

.help-faq-featured-top {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.help-faq-featured-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255, 106, 40, 0.1);
    color: #ff7b34;
    font-size: 12px;
    font-weight: 700;
}

.help-faq-featured-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(244, 247, 252, 0.96);
    color: #7f8ba2;
    font-size: 12px;
    font-weight: 600;
}

.help-faq-featured-copy h2 {
    margin: 0;
    color: #22304d;
    font-size: 26px;
    line-height: 1.24;
}

.help-faq-featured-copy p {
    margin: 0;
    color: #72809a;
    font-size: 13px;
    line-height: 1.8;
}

.help-faq-featured-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 2px;
}

.help-faq-featured-copy a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 128px;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff9338 0%, #ff6b2a 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.help-faq-featured-note {
    color: #95a0b5;
    font-size: 12px;
    font-weight: 600;
}

.help-faq-list-shell {
    display: grid;
    gap: 12px;
    padding: 14px 16px 18px;
}

.help-faq-list-item {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 40px;
    gap: 16px;
    align-items: center;
    min-height: 104px;
    padding: 18px 18px;
    border: 1px solid rgba(108, 135, 190, 0.12);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(250, 252, 255, 0.99) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease,
        background .2s ease;
    cursor: pointer;
}

a.help-faq-list-item {
    color: inherit;
    text-decoration: none;
}

.help-faq-list-item:hover {
    transform: translateY(-2px);
    border-color: rgba(94, 135, 235, 0.18);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(244, 248, 255, 1) 100%);
    box-shadow:
        0 16px 28px rgba(80, 110, 175, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.help-faq-list-copy h3 {
    margin: 0 0 6px;
    color: #253453;
    font-size: 16px;
    line-height: 1.35;
    transition: color .2s ease;
}

.help-faq-list-item:hover .help-faq-list-copy h3 {
    color: #1f56d7;
}

.help-faq-list-copy p {
    margin: 0;
    color: #79859d;
    font-size: 12px;
    line-height: 1.8;
}

.help-faq-list-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-top: 10px;
    color: #98a2b8;
    font-size: 11px;
}

.help-faq-list-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(85, 128, 240, 0.08);
    color: #5f87ff;
    font-size: 18px;
    box-shadow: inset 0 0 0 1px rgba(98, 136, 231, 0.08);
    transition:
        transform .2s ease,
        background .2s ease,
        color .2s ease,
        box-shadow .2s ease;
}

.help-faq-list-item:hover .help-faq-list-arrow {
    transform: translateX(2px);
    color: #fff;
    background: linear-gradient(135deg, #79a8ff 0%, #4b7fff 100%);
    box-shadow: 0 10px 16px rgba(75, 127, 255, 0.18);
}

.help-faq-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 2px;
    padding: 16px 4px 0;
    border-top: 1px dashed rgba(116, 145, 208, 0.14);
}

.help-faq-pagination-list {
    display: flex;
    align-items: center;
    gap: 8px;
}

.help-faq-pagination-list a,
.help-faq-pagination-list span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    border-radius: 12px;
    border: 1px solid rgba(108, 135, 190, 0.12);
    color: #768299;
    font-size: 12px;
    font-weight: 700;
    background: #fff;
    transition:
        transform .2s ease,
        border-color .2s ease,
        color .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}

.help-faq-pagination-list a:hover {
    transform: translateY(-1px);
    border-color: rgba(95, 135, 235, 0.18);
    color: #3566e0;
    box-shadow: 0 10px 18px rgba(90, 122, 188, 0.08);
}

.help-faq-pagination-list a.is-active {
    border-color: #ff8a38;
    background: linear-gradient(135deg, #ff9338 0%, #ff6b2a 100%);
    color: #fff;
    box-shadow: 0 12px 18px rgba(255, 129, 52, 0.18);
}

.help-faq-pagination-list span {
    border-style: dashed;
    background: rgba(247, 250, 255, 0.96);
}

.help-faq-pagination-info {
    color: #99a4bb;
    font-size: 12px;
    font-weight: 600;
}

.help-faq-bottom-bar {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 116px minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    padding: 16px 0 0;
    border-radius: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.help-faq-bottom-visual {
    position: relative;
    height: 78px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(224, 236, 255, 0.96) 0%, rgba(247, 250, 255, 0.96) 100%);
    overflow: hidden;
}

.help-faq-bottom-visual::before {
    content: "";
    position: absolute;
    left: 14px;
    bottom: 14px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6ca9ff 0%, #447dff 100%);
}

.help-faq-bottom-visual::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 18px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #ff8b37;
    box-shadow: -26px 18px 0 0 rgba(92, 131, 255, 0.18);
}

.help-faq-bottom-copy h2 {
    margin: 0 0 6px;
    color: #243250;
    font-size: 18px;
    line-height: 1.35;
}

.help-faq-bottom-copy p {
    margin: 0;
    color: #7c879f;
    font-size: 12px;
    line-height: 1.7;
}

.help-faq-bottom-bar a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 126px;
    min-height: 42px;
    padding: 0 20px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff9338 0%, #ff6b2a 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.help-faq-aside {
    display: grid;
    align-content: start;
    gap: 16px;
}

.help-faq-side-card,
.help-faq-side-service,
.help-faq-side-ticket {
    padding: 18px 16px;
}

.help-faq-side-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.help-faq-side-head h2 {
    margin: 0;
    color: #273453;
    font-size: 15px;
    font-weight: 800;
}

.help-faq-side-head a {
    color: #7e8aa3;
    font-size: 12px;
    font-weight: 600;
}

.help-faq-side-hot {
    display: grid;
    gap: 10px;
}

.help-faq-side-hot li {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    color: #6d7890;
    font-size: 12px;
}

.help-faq-side-hot li span:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 6px;
    background: rgba(255, 120, 45, 0.1);
    color: #ff7d35;
    font-weight: 800;
}

.help-faq-side-hot strong {
    color: #2b3752;
    font-size: 12px;
    font-weight: 700;
}

.help-faq-side-panels {
    display: grid;
    gap: 10px;
}

.help-faq-side-panel {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 12px;
    border-radius: 16px;
    background: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
    box-shadow: inset 0 0 0 1px rgba(106, 140, 205, 0.1);
}

.help-faq-side-panel-visual {
    height: 58px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(149, 185, 255, 0.2) 0%, rgba(249, 251, 255, 0.95) 100%);
    position: relative;
    overflow: hidden;
}

.help-faq-side-panel-visual::before {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    top: 12px;
    height: 6px;
    border-radius: 999px;
    background: rgba(89, 126, 232, 0.2);
    box-shadow: 0 14px 0 0 rgba(255, 145, 64, 0.22), 0 28px 0 0 rgba(89, 126, 232, 0.12);
}

.help-faq-side-panel h3 {
    margin: 0 0 4px;
    color: #2b3752;
    font-size: 13px;
    line-height: 1.45;
}

.help-faq-side-panel p {
    margin: 0;
    color: #7f8aa2;
    font-size: 11px;
    line-height: 1.7;
}

.help-faq-side-service {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.98) 100%);
}

.help-faq-service-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.help-faq-service-icon {
    width: 38px;
    height: 38px;
    border-radius: 14px;
    background: linear-gradient(135deg, #6faeff 0%, #4c7dff 100%);
    position: relative;
}

.help-faq-service-icon::before {
    content: "";
    position: absolute;
    inset: 10px 8px auto;
    height: 16px;
    border: 2px solid #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom: 0;
}

.help-faq-side-service h2,
.help-faq-side-ticket h2 {
    margin: 0;
    color: #273453;
    font-size: 15px;
}

.help-faq-side-service p,
.help-faq-side-ticket p {
    margin: 0;
    color: #7f8aa2;
    font-size: 12px;
    line-height: 1.75;
}

.help-faq-side-service a,
.help-faq-side-ticket a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    width: 100%;
    min-height: 40px;
    border-radius: 14px;
    background: linear-gradient(135deg, #ff9338 0%, #ff6b2a 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.help-faq-side-ticket {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 249, 242, 0.98) 100%);
}

.help-faq-side-ticket-icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: linear-gradient(135deg, #ffa555 0%, #ff7a32 100%);
    position: relative;
    margin-bottom: 10px;
}

.help-faq-side-ticket-icon::before {
    content: "";
    position: absolute;
    left: 11px;
    top: 10px;
    width: 18px;
    height: 20px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 6px 0 -4px rgba(255, 122, 50, 0.22);
}

/* Help article aside redesign */
.help-faq-layout {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 22px;
}

.help-faq-aside {
    gap: 12px;
}

.help-faq-aside .help-faq-side-card,
.help-faq-aside .help-faq-side-service {
    padding: 16px 14px;
    border-radius: 14px;
    border: 1px solid #e5edf8;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(63, 95, 145, 0.07);
}

.help-faq-aside .help-faq-side-head {
    min-height: 24px;
    margin-bottom: 13px;
}

.help-faq-aside .help-faq-side-head h2 {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #13234b;
    font-size: 15px;
    font-weight: 900;
}

.help-faq-aside .help-faq-side-head h2::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    border-radius: 0;
    background: url("/template/pc/skin/images/bangzhuzhongxin-11.png") no-repeat center / contain;
    box-shadow: none;
}

.help-faq-aside .help-faq-side-card:nth-of-type(2) .help-faq-side-head h2::before {
    border-radius: 0;
    background: url("/template/pc/skin/images/bangzhuzhongxin-11.png") no-repeat center / contain;
    box-shadow: none;
}

.help-faq-aside .help-faq-side-head a {
    color: #5d7fd8;
    font-size: 12px;
    font-weight: 800;
}

.help-faq-side-hot {
    gap: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.help-faq-side-hot li {
    grid-template-columns: 22px minmax(0, 1fr) 42px;
    gap: 9px;
    min-height: 38px;
    padding: 6px 0;
    border-top: 1px solid #f1f5fb;
    color: #8a96ad;
    font-size: 12px;
}

.help-faq-side-hot li:first-child {
    border-top: 0;
}

.help-faq-side-hot li span:first-child {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    background: #fff0e6;
    color: #ff7b2f;
    font-size: 12px;
    font-weight: 900;
}

.help-faq-side-hot strong {
    min-width: 0;
    color: #1e2b4a;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.45;
}

.help-faq-side-hot strong a {
    display: block;
    overflow: hidden;
    color: inherit;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.help-faq-side-hot strong a:hover {
    color: #2563eb;
}

.help-faq-side-hot li span:last-child {
    color: #98a4b8;
    font-size: 12px;
    text-align: right;
}

.help-faq-side-panels {
    gap: 8px;
}

.help-faq-side-panel {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    min-height: 54px;
    padding: 7px 8px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: none;
    transition: background .18s ease, transform .18s ease;
}

.help-faq-side-panel:hover {
    background: #f7faff;
    transform: translateX(2px);
}

.help-faq-side-panel-visual {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #eef4ff;
    position: relative;
}

.help-faq-side-panel-visual::before {
    left: 10px;
    right: auto;
    top: 9px;
    width: 14px;
    height: 16px;
    border-radius: 3px;
    background: #4b7cff;
    box-shadow: none;
}

.help-faq-side-panel-visual::after {
    content: "";
    position: absolute;
    left: 13px;
    top: 14px;
    width: 8px;
    height: 2px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 4px 0 #ffffff;
}

.help-faq-side-panel:nth-child(3n + 2) .help-faq-side-panel-visual {
    background: #eefdf6;
}

.help-faq-side-panel:nth-child(3n + 2) .help-faq-side-panel-visual::before {
    background: #20c77a;
}

.help-faq-side-panel:nth-child(3n) .help-faq-side-panel-visual {
    background: #fff4e9;
}

.help-faq-side-panel:nth-child(3n) .help-faq-side-panel-visual::before {
    background: #ff8a2a;
}

.help-faq-side-panel h3 {
    margin: 0 0 2px;
    color: #1c2949;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.3;
}

.help-faq-side-panel p {
    color: #8a96ad;
    font-size: 12px;
    line-height: 1.5;
}

.help-faq-side-service {
    display: grid;
    gap: 10px;
}

.help-faq-side-service .help-faq-service-head {
    gap: 9px;
    margin: 0;
}

.help-faq-service-icon {
    width: 34px;
    height: 34px;
    border-radius: 0;
    background: url("/template/pc/skin/images/bangzhuzhongxin-12.png") no-repeat center / contain;
}

.help-faq-service-icon::before {
    content: none !important;
    display: none !important;
}

.help-faq-side-service h2 {
    color: #13234b;
    font-size: 14px;
    font-weight: 900;
}

.help-faq-side-service p {
    color: #7e8ba4;
    font-size: 12px;
    line-height: 1.62;
}

.help-faq-side-service a {
    margin-top: 0;
    min-height: 36px;
    border-radius: 8px;
    background: linear-gradient(135deg, #347bff 0%, #225bea 100%);
    box-shadow: 0 10px 20px rgba(34, 91, 234, 0.16);
    font-size: 13px;
    font-weight: 900;
}

@media (max-width: 1180px) {
    .help-faq-hero-shell {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .help-faq-hero-visual {
        justify-content: center;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .help-faq-hero-visual img {
        width: min(500px, 100%);
        object-position: center;
    }

    .help-faq-layout {
        grid-template-columns: 1fr;
    }

    .help-faq-aside {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

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

@media (max-width: 760px) {
    .help-faq-page-main {
        padding: 12px 0 56px;
    }

    .help-faq-hero-shell {
        padding: 22px 18px 18px;
        border-radius: 24px;
    }

    .help-faq-hero-visual {
        min-height: auto;
    }

    .help-faq-hero-visual img {
        width: min(420px, 100%);
    }

    .help-faq-hero-copy h1 {
        font-size: 30px;
    }

    .help-faq-search-box {
        grid-template-columns: 18px minmax(0, 1fr);
        padding: 0 14px;
    }

    .help-faq-search-box button {
        grid-column: 1 / -1;
        width: 100%;
        margin-bottom: 8px;
    }

    .help-faq-featured {
        grid-template-columns: 1fr;
    }

    .help-faq-list-item {
        grid-template-columns: minmax(0, 1fr);
        align-items: start;
        padding: 16px 14px;
    }

    .help-faq-list-arrow {
        display: none;
    }

    .help-faq-pagination {
        flex-direction: column;
        align-items: flex-start;
    }

    .help-faq-bottom-bar {
        grid-template-columns: 1fr;
    }
}
