.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-page-main + .site-footer,
.help-faq-page-main + .front-footer {
    margin-top: 0;
}

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

.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;
    padding: 28px 0 24px;
}

.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;
    color: #19233b;
    font-size: 40px;
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.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: #ffffff;
    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-content {
    padding-top: 6px;
}

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

.help-faq-main-column,
.help-faq-aside {
    display: grid;
    align-content: start;
    gap: 18px;
}

.help-faq-featured,
.help-faq-list-shell,
.help-faq-side-card,
.help-faq-side-service {
    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-featured {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    align-items: stretch;
    gap: 24px;
    padding: 22px 24px;
    border-radius: 22px;
}

.help-faq-featured-visual {
    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,
.help-faq-featured-empty {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 178px;
    object-fit: cover;
    object-position: center;
}

.help-faq-featured-empty {
    display: grid;
    place-items: center;
    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-copy {
    display: grid;
    align-content: center;
    gap: 10px;
}

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

.help-faq-featured-badge,
.help-faq-featured-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.help-faq-featured-badge {
    background: rgba(255, 106, 40, 0.1);
    color: #ff7b34;
}

.help-faq-featured-chip {
    background: rgba(244, 247, 252, 0.96);
    color: #7f8ba2;
    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;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 2px;
}

.help-faq-featured-copy a,
.help-faq-side-service a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff9338 0%, #ff6b2a 100%);
    color: #ffffff;
    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;
    border-radius: 22px;
}

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

.help-faq-list-item:hover {
    transform: translateY(-2px);
    border-color: rgba(94, 135, 235, 0.18);
    box-shadow: 0 16px 28px rgba(80, 110, 175, 0.08);
}

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

.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);
}

.help-faq-empty {
    padding: 24px;
    border-radius: 18px;
    color: #8b97ae;
    background: #f8fbff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.help-faq-pagination {
    padding: 16px 4px 0;
    border-top: 1px dashed rgba(116, 145, 208, 0.14);
    color: #7b879d;
    font-size: 13px;
}

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

.help-faq-side-card,
.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-side-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 24px;
    margin-bottom: 13px;
}

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

.help-faq-side-head h2::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffb454 0%, #ff7c16 100%);
}

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

.help-faq-side-hot {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.help-faq-side-hot li {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr) 42px;
    align-items: center;
    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 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    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 li span:last-child {
    color: #98a4b8;
    font-size: 12px;
    text-align: right;
}

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

.help-faq-side-panel {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 7px 8px;
    border-radius: 10px;
    color: inherit;
    background: #ffffff;
    text-decoration: none;
    transition: background 0.18s ease, transform 0.18s ease;
}

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

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

.help-faq-side-panel-visual::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 9px;
    width: 14px;
    height: 16px;
    border-radius: 3px;
    background: #4b7cff;
}

.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 h3 {
    margin: 0 0 2px;
    color: #1c2949;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.3;
}

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

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

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

.help-faq-service-icon::before {
    content: "";
    position: absolute;
    inset: 9px 8px auto;
    height: 14px;
    border: 2px solid #ffffff;
    border-bottom: 0;
    border-radius: 12px 12px 0 0;
}

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

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

.help-faq-side-service a {
    width: 100%;
    min-height: 36px;
    margin-top: 0;
    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,
    .help-faq-layout {
        grid-template-columns: 1fr;
    }

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

    .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 {
        gap: 20px;
        padding: 22px 18px 18px;
    }

    .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,
    .help-faq-list-item {
        grid-template-columns: 1fr;
    }

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