.help-wrap {
    --help-ink: #10233d;
    --help-accent: #0f766e;
    --help-soft: #f3f7f6;
    --help-line: #d7e3df;
}
.help-home-hero {
    background: linear-gradient(115deg, rgba(16, 35, 61, 0.92), rgba(15, 118, 110, 0.78));
    border-radius: 18px;
    padding: 28px 24px;
    color: #fff;
    margin-bottom: 32px;
}
.help-home-hero h2 {
    color: #fff;
    margin-bottom: 8px;
}
.help-home-hero p {
    color: rgba(255,255,255,0.86);
    margin-bottom: 16px;
}
.help-search {
    display: flex;
    align-items: stretch;
    gap: 10px;
    width: 100%;
    max-width: none;
}
.help-search input {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    border: 0;
    border-radius: 10px;
    padding: 14px 16px;
    font-size: 16px;
    line-height: 1.3;
}
.help-search button,
.help-chip-btn,
.help-quick-modal .main-btn {
    flex: 0 0 auto;
    border: 0;
    border-radius: 10px;
    padding: 14px 22px;
    background: #ea580c;
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
}
.help-section-title {
    margin: 8px 0 16px;
    font-size: 22px;
}
.help-module-grid,
.help-article-grid,
.help-search-results {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 16px;
    margin-bottom: 36px;
}
.help-module-card,
.help-article-card,
.help-side-card,
.help-article,
.help-placeholder {
    background: #fff;
    border: 1px solid var(--help-line);
    border-radius: 14px;
    padding: 20px;
    color: var(--help-ink);
    display: block;
    text-decoration: none;
}
.help-module-card:hover,
.help-article-card:hover {
    border-color: var(--help-accent);
}
.help-module-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: var(--help-soft);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--help-accent);
    margin-bottom: 10px;
}
.help-module-card p,
.help-article-card p,
.help-lede {
    color: #4b5c6b;
    margin: 8px 0 0;
}
.help-module-card em {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    color: #0f766e;
}
.help-chip,
.help-chip-btn {
    display: inline-block;
    background: var(--help-soft);
    color: var(--help-ink);
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
}
.help-chip-btn {
    margin: 0;
    cursor: pointer;
}
.help-list a {
    display: flex;
    flex-direction: column;
    padding: 12px 0;
    border-bottom: 1px solid var(--help-line);
    color: var(--help-ink);
    text-decoration: none;
}
.help-list a span {
    color: #66788a;
    font-size: 13px;
}
.help-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    color: #66788a;
    font-size: 13px;
    margin-bottom: 12px;
    align-items: center;
}
.help-article-body h2 {
    font-size: 22px;
    margin: 28px 0 10px;
}
.help-article-body h3 {
    font-size: 18px;
    margin: 22px 0 8px;
}
.help-article-body ul,
.help-article-body ol {
    padding-left: 1.2em;
}
.help-article-body li {
    margin-bottom: 6px;
}
.help-figure {
    margin: 18px 0;
}
.help-figure-frame {
    min-height: 160px;
    border: 2px dashed var(--help-line);
    border-radius: 12px;
    background: repeating-linear-gradient(45deg, #f8fbfa, #f8fbfa 12px, #eef5f3 12px, #eef5f3 24px);
}
.help-figure img {
    max-width: 100%;
    border-radius: 12px;
}
.help-figure figcaption {
    font-size: 13px;
    color: #66788a;
    margin-top: 8px;
}
.help-feedback {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid var(--help-line);
}
.help-feedback p {
    margin: 0 8px 0 0;
    font-weight: 600;
}
.help-toc {
    padding-left: 1.1em;
    margin: 0;
}
.help-empty {
    color: #66788a;
}
.help-quick-btn {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid var(--help-line, #d7e3df);
    background: #fff;
    color: #0f766e;
    font-weight: 800;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    vertical-align: middle;
}
.help-quick-btn:hover {
    background: #0f766e;
    color: #fff;
}
@media (max-width: 767px) {
    .help-search {
        flex-direction: column;
    }
}

.help-hero-profile .container,
.help-hero-profile .row,
.help-hero-profile .col-lg-12,
.help-hero-profile .inner-bg-txt {
    min-height: 0 !important;
    height: auto !important;
}
body .inner-bg.unified-menu-hero.help-hero-profile {
    position: relative;
    padding-top: 18px !important;
    background-color: transparent !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    height: var(--final-unified-hero-height, 520px) !important;
    min-height: var(--final-unified-hero-height, 520px) !important;
    max-height: var(--final-unified-hero-height, 520px) !important;
}
.help-hero-profile::before,
.help-hero-profile::after,
.help-hero-slide::before,
.help-hero-slide::after {
    display: none !important;
    content: none !important;
    background: none !important;
}
.help-hero-slides {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.help-hero-slides .ecommerce_banner_slider,
.help-hero-slides .slick-list,
.help-hero-slides .slick-track,
.help-hero-slides .slick-slide,
.help-hero-slides .slick-slide > div,
.help-hero-slide {
    height: 100% !important;
    width: 100%;
}
.help-hero-slide {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
}
.help-hero-profile > .container {
    position: relative;
    z-index: 2;
}
.help-hero-profile .inner-bg-txt {
    margin-top: 54px !important;
    transform: translateY(38px) !important;
}
.help-hero-profile .inner-bg-txt h1 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 1.1 !important;
}
.help-hero-arrows {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 5;
}
.help-hero-arrows .ecommerce_arrow_left,
.help-hero-arrows .ecommerce_arrow_right {
    width: 40px;
    height: 40px;
    background-color: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}
.help-hero-arrows svg {
    color: #fff;
}
.help-hero-profile + section {
    background: transparent;
    position: relative;
    z-index: 4;
}
.help-hero-profile + section .ai-page-subtitle {
    margin-top: 12px !important;
    margin-bottom: 0 !important;
    color: #fff !important;
}
.ai-search-wrap {
    background: #fff;
    border-radius: 7px;
    padding: 8px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.24);
    margin-top: 30px;
}
.ai-search-wrap .form-control,
.ai-search-wrap .form-select {
    border: 0;
    border-radius: 7px;
    height: 52px;
    padding: 0 20px;
    box-shadow: none;
    background: transparent;
}
.ai-link-pills {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 25px;
}
.ai-link-pills a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.32);
    padding: 8px 14px;
    border-radius: 7px;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.08);
    text-decoration: none;
}
.ai-link-pills a.active,
.ai-link-pills a:hover {
    background: #fff;
    color: #111;
}
.help-guide-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 12px;
}
.help-guide-card {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4/3;
    position: relative;
    background: #1a1a2e;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}
.help-guide-card img,
.help-guide-placeholder {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.help-guide-placeholder {
    background: linear-gradient(135deg, #0f766e, #10233d);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.55);
    font-size: 42px;
}
.help-guide-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.18);
    text-decoration: none;
}
.help-guide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 25%, rgba(0,0,0,0.72) 100%);
    display: flex;
    align-items: flex-end;
    padding: 14px;
}
.help-guide-overlay h3 {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
}
.help-article-hero-img {
    width: 100%;
    border-radius: 12px;
    margin: 0 0 18px;
    object-fit: cover;
    max-height: 360px;
}
@media (max-width: 1200px) { .help-guide-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px)  { .help-guide-grid { grid-template-columns: repeat(2, 1fr); } }
