@charset "utf-8";

/* =========================================================
   AHA WEB FAQ — WIDE / PURPLE / LIGHT + DARK
   default: dark
   light: .aha-light-theme / [data-aha-theme="light"]
========================================================= */

#aha_faq,
#aha_faq * { box-sizing: border-box; }

#aha_faq.aha-faq {
    --faq-purple: var(--aha-primary);
    --faq-purple-strong: var(--aha-primary-hover);
    --faq-purple-soft: var(--aha-primary-soft);
    --faq-purple-soft-2: var(--aha-primary-soft);
    --faq-bg: transparent;
    --faq-surface: #0c0c10;
    --faq-surface-hover: #111117;
    --faq-surface-open: #121019;
    --faq-text: #eeeeF2;
    --faq-strong: #ffffff;
    --faq-muted: #8d8d99;
    --faq-line: rgba(255,255,255,.10);
    --faq-line-strong: rgba(255,255,255,.20);
    --faq-chip: rgba(255,255,255,.055);
    --faq-control: rgba(255,255,255,.045);
    --faq-control-hover: rgba(255,255,255,.085);
    --faq-overlay: rgba(0,0,0,.72);

    position: relative;
    min-width: 0 !important;
    padding: 120px 0 120px !important;
    color: var(--faq-text);
    background: var(--faq-bg);
    font-family:var(--aha-font-sans) !important;
    overflow: visible !important;
}

#aha_faq :not(i):not(.fa):not([class^="fa-"]):not([class*=" fa-"]) {
    font-family:var(--aha-font-sans) !important;
}

html.aha-light-theme #aha_faq.aha-faq,
body.aha-light-theme #aha_faq.aha-faq,
html[data-aha-theme="light"] #aha_faq.aha-faq,
body[data-aha-theme="light"] #aha_faq.aha-faq {
    --faq-purple: var(--aha-primary);
    --faq-purple-strong: var(--aha-primary-hover);
    --faq-purple-soft: var(--aha-primary-soft);
    --faq-purple-soft-2: var(--aha-primary-soft);
    --faq-surface: #ffffff;
    --faq-surface-hover: #faf9ff;
    --faq-surface-open: #f9f7ff;
    --faq-text: #333039;
    --faq-strong: #111014;
    --faq-muted: #77727f;
    --faq-line: rgba(20,18,28,.10);
    --faq-line-strong: rgba(20,18,28,.18);
    --faq-chip: #f5f3fb;
    --faq-control: #ffffff;
    --faq-control-hover: #f7f5fc;
    --faq-overlay: rgba(12,10,18,.54);
}

html.aha-dark-theme #aha_faq.aha-faq,
body.aha-dark-theme #aha_faq.aha-faq,
html[data-aha-theme="dark"] #aha_faq.aha-faq,
body[data-aha-theme="dark"] #aha_faq.aha-faq {
    --faq-purple: var(--aha-primary);
    --faq-purple-strong: var(--aha-primary-hover);
    --faq-purple-soft: var(--aha-primary-soft);
    --faq-purple-soft-2: var(--aha-primary-soft);
    --faq-surface: #0c0c10;
    --faq-surface-hover: #111117;
    --faq-surface-open: #121019;
    --faq-text: #eeeeF2;
    --faq-strong: #ffffff;
    --faq-muted: #8d8d99;
    --faq-line: rgba(255,255,255,.10);
    --faq-line-strong: rgba(255,255,255,.20);
    --faq-chip: rgba(255,255,255,.055);
    --faq-control: rgba(255,255,255,.045);
    --faq-control-hover: rgba(255,255,255,.085);
}

#aha_faq button,
#aha_faq input,
#aha_faq select { font: inherit; }

#aha_faq button:focus-visible,
#aha_faq a:focus-visible,
#aha_faq input:focus-visible,
#aha_faq select:focus-visible {
    outline: 2px solid var(--faq-purple) !important;
    outline-offset: 3px;
}

/* HEADER */
#aha_faq .aha-faq-head {
    position: relative;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 44px !important;
    padding: 0 !important;
    border: 0 !important;
}

#aha_faq .aha-faq-head::after {
    content: none;
    display: none;
}

#aha_faq .aha-faq-head-copy { min-width: 0; }

#aha_faq .aha-faq-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 14px;
    color: var(--faq-purple) !important;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .18em;
}

#aha_faq .aha-faq-eyebrow::before {
    content: none;
}

#aha_faq .aha-faq-head h1 {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: var(--faq-strong) !important;
    word-break: keep-all;
}

#aha_faq .aha-faq-head p {
    margin: 17px 0 0 !important;
    color: var(--faq-muted) !important;
    font-weight: 500 !important;
    line-height: 1.7 !important;
    letter-spacing: -.015em !important;
}

#aha_faq .aha-faq-head-actions {
    position: static !important;
    float: none !important;
    flex: 0 0 auto;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
}

#aha_faq .aha-faq-write-btn {
    position: static !important;
    float: none !important;
    width: auto !important;
    min-width: 110px !important;
    height: 46px !important;
    margin: 0 !important;
    padding: 0 18px !important;
    border: 1px solid var(--faq-line-strong) !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    color: var(--faq-strong) !important;
    background: var(--faq-control) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    white-space: nowrap;
    box-shadow: none !important;
    cursor: pointer;
    transition: transform .22s ease, background .22s ease, border-color .22s ease, color .22s ease;
}

#aha_faq .aha-faq-write-btn {
    color: #fff !important;
    background: var(--faq-purple) !important;
    border-color: var(--faq-purple) !important;
}

#aha_faq .aha-faq-write-btn:hover {
    background: var(--faq-purple-strong) !important;
    border-color: var(--faq-purple-strong) !important;
    transform: translateY(-1px);
}

/* CATEGORY */
#aha_faq .aha-faq-category {
    width: 100%;
    margin: -4px 0 30px;
    overflow: visible;
    scrollbar-width: none;
}
#aha_faq .aha-faq-category::-webkit-scrollbar { display: none; }
#aha_faq .aha-faq-category ul {
    display: flex;
    align-items: center;
    gap: 8px;
    width: max-content;
    min-width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
#aha_faq .aha-faq-category li { float: none !important; margin: 0 !important; }
#aha_faq .aha-faq-category a {
    display: inline-flex;
    align-items: center;
    height: 38px;
    padding: 0 15px;
    border: 1px solid var(--faq-line);
    border-radius: 999px;
    color: var(--faq-muted);
    background: transparent;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: color .2s ease, border-color .2s ease, background .2s ease;
}
#aha_faq .aha-faq-category a:hover {
    color: var(--faq-purple);
    border-color: var(--faq-purple);
    background: var(--faq-purple-soft);
}
#aha_faq .aha-faq-category .bo_cate_on {
    color: #fff;
    border-color: var(--faq-purple);
    background: var(--faq-purple);
}

/* FAQ LIST */
#aha_faq form#fboardlist { width: 100% !important; margin: 0 !important; padding: 0 !important; }

#aha_faq .aha-faq-list {
    width: 100% !important;
    margin: 0 !important;
    border-top: 1px solid var(--faq-line-strong) !important;
}

#aha_faq .aha-faq-item {
    position: relative;
    width: 100%;
    margin: 0;
    border: 0;
    border-bottom: 1px solid var(--faq-line);
    background: transparent;
    overflow: hidden;
    transition: background .24s ease, border-color .24s ease;
}

#aha_faq .aha-faq-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--faq-purple);
    transform: scaleY(0);
    transform-origin: center;
    transition: transform .24s ease;
    z-index: 2;
}

#aha_faq .aha-faq-item:hover { background: var(--faq-surface-hover); }
#aha_faq .aha-faq-item.is-open {
    background: var(--faq-surface-open);
    border-bottom-color: var(--aha-primary-soft);
}
#aha_faq .aha-faq-item.is-open::before { transform: scaleY(1); }

#aha_faq .aha-faq-question-row {
    position: relative !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 96px !important;
    margin: 0 !important;
    padding: 32px 22px !important;
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr) 52px !important;
    align-items: center !important;
    gap: 20px !important;
    cursor: pointer;
}

#aha_faq .aha-faq-question-row.has-admin-check {
    grid-template-columns: 22px 48px minmax(0, 1fr) 52px !important;
}

#aha_faq .aha-faq-check {
    position: static !important;
    width: 22px !important;
    height: 22px !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
#aha_faq .aha-faq-check input {
    position: static !important;
    width: 17px !important;
    height: 17px !important;
    margin: 0 !important;
    opacity: 1 !important;
    accent-color: var(--faq-purple);
}
#aha_faq .aha-faq-check span { display: none !important; }

#aha_faq .aha-faq-q,
#aha_faq .aha-faq-a {
    width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: -.01em;
}

#aha_faq .aha-faq-q {
    color: var(--faq-purple) !important;
    border: 1px solid var(--aha-primary-soft) !important;
    background: var(--faq-purple-soft) !important;
    transition: color .22s ease, background .22s ease, border-color .22s ease;
}

#aha_faq .aha-faq-item.is-open .aha-faq-q {
    color: var(--faq-purple) !important;
    border-color: var(--faq-purple) !important;
    background: var(--faq-purple-soft) !important;
}

#aha_faq .aha-faq-a {
    color: var(--faq-text) !important;
    border: 1px solid var(--faq-line-strong) !important;
    background: var(--faq-control) !important;
}

#aha_faq .aha-faq-title-wrap {
    min-width: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

#aha_faq .aha-faq-labels {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 12px !important;
}

#aha_faq .aha-faq-title-wrap h2 {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    letter-spacing: -.028em !important;
}

#aha_faq .aha-faq-question-trigger {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    display: block !important;
    color: var(--faq-strong) !important;
    background: transparent !important;
    font: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
    text-align: left !important;
    text-decoration: none !important;
    word-break: keep-all;
    overflow-wrap: anywhere;
    box-shadow: none !important;
    cursor: pointer;
    transition: color .2s ease;
}

#aha_faq .aha-faq-item:hover .aha-faq-question-trigger,
#aha_faq .aha-faq-item.is-open .aha-faq-question-trigger { color: var(--faq-strong) !important; }

#aha_faq .aha-faq-cate {
    position: static !important;
    float: none !important;
    display: inline-flex !important;
    align-items: center !important;
    height: 22px !important;
    margin: 0 !important;
    padding: 0 8px !important;
    border: 1px solid var(--faq-line) !important;
    border-radius: 999px !important;
    color: var(--faq-muted) !important;
    background: var(--faq-chip) !important;
    font-size: 10px !important;
    font-style: normal !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-decoration: none !important;
}

#aha_faq .aha-faq-cate:hover {
    color: var(--faq-purple) !important;
    border-color: var(--aha-primary-soft) !important;
}

#aha_faq .aha-faq-toggle-btn {
    position: static !important;
    float: none !important;
    justify-self: end !important;
    width: 46px !important;
    height: 46px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid var(--faq-line) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: var(--faq-strong) !important;
    background: transparent !important;
    box-shadow: none !important;
    cursor: pointer;
    transition: border-color .22s ease, background .22s ease, transform .22s ease;
}

#aha_faq .aha-faq-item:hover .aha-faq-toggle-btn {
    border-color: var(--aha-primary-soft) !important;
    background: var(--faq-purple-soft) !important;
}

#aha_faq .aha-faq-toggle-btn[aria-expanded="true"] {
    border-color: var(--faq-purple) !important;
    background: var(--faq-purple-soft) !important;
}

#aha_faq .aha-faq-toggle {
    position: relative !important;
    display: block !important;
    width: 22px !important;
    height: 22px !important;
    border: 0 !important;
    border-radius: 50%;
    background: transparent !important;
}

#aha_faq .aha-faq-toggle::before,
#aha_faq .aha-faq-toggle::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 1.5px;
    border-radius: 2px;
    background: var(--faq-strong);
    transform: translate(-50%, -50%);
    transition: transform .24s ease, opacity .24s ease, background .24s ease;
}
#aha_faq .aha-faq-toggle::after { transform: translate(-50%, -50%) rotate(90deg); }
#aha_faq .aha-faq-toggle-btn[aria-expanded="true"] .aha-faq-toggle::before,
#aha_faq .aha-faq-toggle-btn[aria-expanded="true"] .aha-faq-toggle::after { background: var(--faq-purple); }
#aha_faq .aha-faq-toggle-btn[aria-expanded="true"] .aha-faq-toggle::after { transform: translate(-50%, -50%) rotate(0); }

/* ANSWER */
#aha_faq .aha-faq-answer {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border-top: 1px solid var(--faq-line) !important;
    background: var(--faq-surface-hover) !important;
}
#aha_faq .aha-faq-answer[hidden] { display: none !important; }

#aha_faq .aha-faq-answer-inner {
    padding: 30px 96px 34px 90px !important;
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 22px !important;
}

#aha_faq .aha-faq-content {
    min-width: 0;
    padding-top: 4px;
    color: var(--faq-text) !important;
    font-size: 15px !important;
    font-weight: 450 !important;
    line-height: 1.78 !important;
    letter-spacing: -.012em !important;
    word-break: break-word;
}
#aha_faq .aha-faq-content a {
    color: var(--faq-purple) !important;
    text-underline-offset: 3px;
}
#aha_faq .aha-faq-content > *:first-child { margin-top: 0 !important; }
#aha_faq .aha-faq-content > *:last-child { margin-bottom: 0 !important; }
#aha_faq .aha-faq-content img { max-width: 100% !important; height: auto !important; }
#aha_faq .aha-faq-secret { color: var(--faq-muted); }

#aha_faq .aha-faq-meta {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    padding-top: 14px;
    border-top: 1px solid var(--faq-line);
}
#aha_faq .aha-faq-meta a {
    min-width: 54px;
    height: 34px;
    padding: 0 13px;
    border: 1px solid var(--faq-line);
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--faq-text) !important;
    background: var(--faq-control);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}
#aha_faq .aha-faq-meta a:hover,
#aha_faq .aha-faq-meta a:focus-visible {
    border-color: var(--faq-purple);
    color: var(--faq-purple) !important;
    background: var(--faq-purple-soft);
}

@media (max-width: 768px) {
    #aha_faq .aha-faq-meta a { height: 36px; }
}

@media (max-width: 768px) {
    #aha_faq .aha-faq-category {
        margin: 0 0 28px;
        overflow: visible;
    }

    #aha_faq .aha-faq-category ul {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        gap: 8px;
        width: 100%;
        min-width: 0;
        white-space: normal;
    }

    #aha_faq .aha-faq-category li {
        flex: 0 1 auto;
        width: auto;
    }

    #aha_faq .aha-faq-category a {
        min-height: 36px;
        height: auto;
        padding: 8px 12px;
        white-space: normal;
        text-align: center;
    }

    #aha_faq .aha-faq-question-row,
    #aha_faq .aha-faq-question-row.has-admin-check {
        grid-template-columns: 36px minmax(0, 1fr) 40px !important;
        gap: 12px !important;
        min-height: 0 !important;
        padding: 24px 14px !important;
    }

    #aha_faq .aha-faq-question-row.has-admin-check {
        grid-template-columns: 20px 36px minmax(0, 1fr) 40px !important;
    }

    #aha_faq .aha-faq-q,
    #aha_faq .aha-faq-a {
        width: 34px !important;
        height: 34px !important;
    }

    #aha_faq .aha-faq-labels {
        margin-bottom: 8px !important;
    }

    #aha_faq .aha-faq-title-wrap h2 {
        font-size: 17px !important;
        line-height: 1.5 !important;
    }

    #aha_faq .aha-faq-toggle-btn {
        width: 40px !important;
        height: 40px !important;
    }

    #aha_faq .aha-faq-answer-inner {
        grid-template-columns: 34px minmax(0, 1fr) !important;
        gap: 12px !important;
        padding: 22px 14px 26px !important;
    }

    #aha_faq .aha-faq-content {
        padding-top: 1px;
        font-size: 16px !important;
        line-height: 1.7 !important;
    }

    #aha_faq .aha-faq-meta {
        margin-top: 20px !important;
    }
}

#aha_faq .aha-faq-empty {
    padding: 100px 20px;
    border-bottom: 1px solid var(--faq-line);
    color: var(--faq-muted);
    background: transparent;
    text-align: center;
}

/* ADMIN */
#aha_faq .aha-faq-admin-actions {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 20px 0 0;
    color: var(--faq-text);
}
#aha_faq .aha-faq-admin-actions label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-right: 8px;
    font-size: 13px;
}
#aha_faq .aha-faq-admin-actions button {
    height: 38px;
    padding: 0 13px;
    border: 1px solid var(--faq-line);
    border-radius: 8px;
    color: var(--faq-text);
    background: var(--faq-control);
    cursor: pointer;
}
#aha_faq .aha-faq-admin-actions button:hover {
    border-color: var(--faq-purple);
    color: var(--faq-purple);
}

/* PAGINATION */
#aha_faq .aha-faq-pagination {
    display: block;
    width: 100%;
    clear: both;
    margin-top: 38px;
    text-align: center;
}
#aha_faq .aha-faq-notice {
    margin: 36px 0 0;
    color: var(--faq-muted);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    word-break: keep-all;
}
#aha_faq .aha-faq-pagination .pg_wrap {
    display: flex !important;
    justify-content: center;
    width: 100%;
    background: transparent !important;
}
#aha_faq .aha-faq-pagination .pg {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    background: transparent !important;
}
#aha_faq .aha-faq-pagination .pg_page,
#aha_faq .aha-faq-pagination .pg_current {
    margin: 0 !important;
    min-width: 38px !important;
    height: 38px !important;
    line-height: 36px !important;
    border: 1px solid var(--faq-line) !important;
    border-radius: 50% !important;
    color: var(--faq-muted) !important;
    background: transparent !important;
    box-shadow: none !important;
}
#aha_faq .aha-faq-pagination .pg_prev,
#aha_faq .aha-faq-pagination .pg_next {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    overflow: hidden;
    text-indent: 0 !important;
    font-size: 0 !important;
    background-image: none !important;
}
#aha_faq .aha-faq-pagination .pg_prev::before,
#aha_faq .aha-faq-pagination .pg_next::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
}
#aha_faq .aha-faq-pagination .pg_prev::before { transform: rotate(-135deg); }
#aha_faq .aha-faq-pagination .pg_next::before { transform: rotate(45deg); }
#aha_faq .aha-faq-pagination .pg_start,
#aha_faq .aha-faq-pagination .pg_end { display: none !important; }
#aha_faq .aha-faq-pagination .pg_page:hover {
    color: var(--faq-purple) !important;
    border-color: var(--faq-purple) !important;
}
#aha_faq .aha-faq-pagination .pg_current {
    color: #fff !important;
    border-color: var(--faq-purple) !important;
    background: var(--faq-purple) !important;
}

/* SEARCH MODAL */
#aha_faq .aha-faq-search-overlay {
    display: none;
    position: fixed !important;
    inset: 0 !important;
    z-index: 100000 !important;
    width: 100vw !important;
    height: 100vh !important;
    margin: 0 !important;
    padding: 20px !important;
}
#aha_faq .aha-faq-search-backdrop {
    position: absolute;
    inset: 0;
    background: var(--faq-overlay);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
#aha_faq .aha-faq-search-modal {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 2 !important;
    width: min(590px, calc(100vw - 32px)) !important;
    margin: 0 !important;
    padding: 38px !important;
    border: 1px solid var(--faq-line) !important;
    border-radius: 24px !important;
    color: var(--faq-text) !important;
    background: var(--faq-surface) !important;
    box-shadow: 0 28px 90px rgba(0,0,0,.38) !important;
}
#aha_faq .aha-faq-search-modal::before {
    content: "";
    display: block;
    width: 36px;
    height: 3px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: var(--faq-purple);
}
#aha_faq .aha-faq-search-modal h2 {
    margin: 0 0 26px !important;
    padding: 0 !important;
    border: 0 !important;
    color: var(--faq-strong) !important;
    font-size: 27px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    letter-spacing: -.04em !important;
}
#aha_faq .aha-faq-search-modal form {
    position: static !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: 142px minmax(0,1fr) !important;
    gap: 10px !important;
}
#aha_faq .aha-faq-search-modal select,
#aha_faq .aha-faq-search-bar input {
    border: 1px solid var(--faq-line) !important;
    color: var(--faq-text) !important;
    background: var(--faq-control) !important;
    box-shadow: none !important;
    transition: border-color .2s ease, background .2s ease;
}
#aha_faq .aha-faq-search-modal select:focus,
#aha_faq .aha-faq-search-bar input:focus {
    border-color: var(--faq-purple) !important;
    background: var(--faq-surface-hover) !important;
}
#aha_faq .aha-faq-search-modal select {
    position: static !important;
    float: none !important;
    width: 100% !important;
    height: 52px !important;
    margin: 0 !important;
    padding: 0 12px !important;
    border-radius: 11px !important;
    font-size: 14px !important;
}
#aha_faq .aha-faq-search-bar {
    position: relative !important;
    width: 100% !important;
    height: 52px !important;
}
#aha_faq .aha-faq-search-bar input {
    position: static !important;
    float: none !important;
    width: 100% !important;
    height: 52px !important;
    margin: 0 !important;
    padding: 0 58px 0 15px !important;
    border-radius: 11px !important;
    font-size: 14px !important;
}
#aha_faq .aha-faq-search-bar input::placeholder { color: var(--faq-muted); }
#aha_faq .aha-faq-search-bar button {
    position: absolute !important;
    right: 5px !important;
    top: 5px !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 9px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    background: var(--faq-purple) !important;
    cursor: pointer;
}
#aha_faq .aha-faq-search-bar button:hover { background: var(--faq-purple-strong) !important; }
#aha_faq .aha-faq-search-close {
    position: absolute !important;
    right: 20px !important;
    top: 20px !important;
    width: 38px !important;
    height: 38px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid var(--faq-line) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: var(--faq-text) !important;
    background: var(--faq-control) !important;
    cursor: pointer;
}
#aha_faq .aha-faq-search-close:hover {
    color: var(--faq-purple) !important;
    border-color: var(--faq-purple) !important;
}

/* TABLET */
@media (max-width: 1100px) {
    #aha_faq.aha-faq {
        padding-top: 80px !important;
    }
    #aha_faq .aha-faq-answer-inner { padding-right: 72px !important; }
}

/* MOBILE */
@media (max-width: 768px) {
    #aha_faq.aha-faq {
        padding: 64px 0 80px !important;
    }

    #aha_faq .aha-faq-head {
        margin-bottom: 28px !important;
        padding-bottom: 0 !important;
    }
    #aha_faq .aha-faq-eyebrow { margin-bottom: 12px; font-size: 11px; }
    #aha_faq .aha-faq-head p { margin-top: 13px !important; }

    #aha_faq .aha-faq-head-actions {
        width: 100%;
        margin-top: 22px !important;
    }
    #aha_faq .aha-faq-write-btn {
        flex: 1 1 0;
        min-width: 0 !important;
        height: 44px !important;
    }

    #aha_faq .aha-faq-category { margin: -2px 0 22px; }
    #aha_faq .aha-faq-category a { height: 36px; padding: 0 14px; }

    #aha_faq .aha-faq-question-row {
        min-height: 84px !important;
        grid-template-columns: 38px minmax(0,1fr) 40px !important;
        gap: 12px !important;
        padding: 24px 2px 24px 6px !important;
    }
    #aha_faq .aha-faq-question-row.has-admin-check {
        grid-template-columns: 20px 38px minmax(0,1fr) 40px !important;
    }

    #aha_faq .aha-faq-q,
    #aha_faq .aha-faq-a {
        width: 36px !important;
        height: 36px !important;
        font-size: 12px !important;
    }

    #aha_faq .aha-faq-labels { margin-bottom: 10px !important; }
    #aha_faq .aha-faq-title-wrap h2 {
        font-size: 16px !important;
        line-height: 1.5 !important;
        letter-spacing: -.022em !important;
    }

    #aha_faq .aha-faq-toggle-btn {
        width: 38px !important;
        height: 38px !important;
    }
    #aha_faq .aha-faq-toggle { width: 19px !important; height: 19px !important; }
    #aha_faq .aha-faq-toggle::before,
    #aha_faq .aha-faq-toggle::after { width: 12px; }

    #aha_faq .aha-faq-answer-inner {
        padding: 22px 10px 26px 48px !important;
        grid-template-columns: 36px minmax(0,1fr) !important;
        gap: 12px !important;
    }
    #aha_faq .aha-faq-content {
        padding-top: 1px;
        font-size: 14px !important;
        line-height: 1.75 !important;
    }

    #aha_faq .aha-faq-pagination { margin-top: 30px; }
    #aha_faq .aha-faq-pagination .pg { gap: 6px; }
    #aha_faq .aha-faq-notice {
        margin-top: 32px;
        font-size: 13px;
        word-break: normal;
    }

    #aha_faq .aha-faq-search-overlay { padding: 16px !important; }
    #aha_faq .aha-faq-search-modal {
        width: min(100%, 520px) !important;
        padding: 30px 20px 22px !important;
        border-radius: 20px !important;
    }
    #aha_faq .aha-faq-search-modal h2 { font-size: 24px !important; }
    #aha_faq .aha-faq-search-modal form { grid-template-columns: 1fr !important; }
    #aha_faq .aha-faq-search-close { right: 16px !important; top: 16px !important; }
}

@media (max-width: 420px) {
    #aha_faq .aha-faq-question-row {
        grid-template-columns: 34px minmax(0,1fr) 36px !important;
        gap: 9px !important;
    }
    #aha_faq .aha-faq-question-row.has-admin-check {
        grid-template-columns: 18px 34px minmax(0,1fr) 36px !important;
    }
    #aha_faq .aha-faq-q,
    #aha_faq .aha-faq-a { width: 34px !important; height: 34px !important; }
    #aha_faq .aha-faq-toggle-btn { width: 36px !important; height: 36px !important; }
    #aha_faq .aha-faq-answer-inner {
        padding: 22px 8px 26px 43px !important;
        grid-template-columns: 34px minmax(0,1fr) !important;
        gap: 10px !important;
    }
}

/* Desktop FAQ editorial split: sticky text navigation + accordion flow. */
@media (min-width: 1101px) {
    #aha_faq .aha-faq-editorial-main {
        display:grid;
        grid-template-columns:minmax(210px,240px) minmax(0,1fr);
        gap:clamp(56px,5vw,84px);
        align-items:start;
    }
    #aha_faq .aha-faq-editorial-main.has-no-category { grid-template-columns:1fr; }
    #aha_faq .aha-faq-accordion-column { min-width:0; }
    #aha_faq .aha-faq-category { position:sticky;top:120px;margin:0;overflow:visible; }
    #aha_faq .aha-faq-category ul {
        display:flex;
        flex-direction:column;
        align-items:stretch;
        gap:0;
        white-space:normal;
    }
    #aha_faq .aha-faq-category li { display:block;width:100%; }
    #aha_faq .aha-faq-category a {
        display:inline-flex;
        align-items:center;
        justify-content:flex-start;
        gap:10px;
        width:auto;
        min-height:44px;
        height:auto;
        padding:10px 0;
        border:0;
        border-radius:0;
        background:transparent;
        color:var(--faq-text);
        font-size:17px;
        font-weight:600;
        line-height:1.45;
        text-align:left;
    }
    #aha_faq .aha-faq-category a::after {
        content:'→';
        opacity:0;
        transform:translateX(-5px);
        transition:opacity .18s ease,transform .18s ease;
    }
    #aha_faq .aha-faq-category a:hover,
    #aha_faq .aha-faq-category a:focus-visible,
    #aha_faq .aha-faq-category a.bo_cate_on,
    #aha_faq .aha-faq-category #bo_cate_on {
        border:0;
        background:transparent;
        color:var(--aha-primary);
        font-weight:700;
    }
    #aha_faq .aha-faq-category a:hover::after,
    #aha_faq .aha-faq-category a:focus-visible::after,
    #aha_faq .aha-faq-category a.bo_cate_on::after,
    #aha_faq .aha-faq-category #bo_cate_on::after {
        opacity:1;
        transform:none;
    }
    #aha_faq .aha-faq-cate { display:none; }
}

@media (prefers-reduced-motion: reduce) {
    #aha_faq *,
    #aha_faq *::before,
    #aha_faq *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
    }
}

/* Fixed-light PC FAQ alignment */
.aha-sub-wrap,
.aha-sub-wrap #container {
    background: var(--aha-color-subpage-background);
}

#aha_faq.aha-faq {
    --faq-purple: var(--aha-primary);
    --faq-purple-strong: var(--aha-primary-hover);
    --faq-purple-soft: var(--aha-primary-soft);
    --faq-purple-soft-2: var(--aha-primary-soft);
    --faq-surface: #fff;
    --faq-surface-hover: #faf9ff;
    --faq-surface-open: #faf9ff;
    --faq-text: #333039;
    --faq-strong: #222;
    --faq-muted: #77727f;
    --faq-line: rgba(20,18,28,.10);
    --faq-line-strong: rgba(20,18,28,.18);
    --faq-chip: #f5f3fb;
    --faq-control: #fff;
    --faq-control-hover: var(--aha-primary-soft);
    padding-top: 120px !important;
}

#aha_faq .aha-faq-head { margin-bottom: 76px !important; }
#aha_faq .aha-faq-eyebrow::before { content: none !important; }
#aha_faq .aha-faq-toggle-btn { color: var(--faq-strong) !important; }
#aha_faq .aha-faq-item:hover .aha-faq-toggle-btn {
    color: var(--faq-strong) !important;
    border-color: var(--faq-line-strong) !important;
    background: var(--aha-primary-soft) !important;
}
#aha_faq .aha-faq-toggle-btn[aria-expanded="true"] {
    color: var(--aha-primary) !important;
    border-color: var(--aha-primary) !important;
    background: var(--aha-primary-soft) !important;
}

@media (min-width: 769px) and (max-width: 1100px) {
    #aha_faq.aha-faq { padding-top: 88px !important; }
    #aha_faq .aha-faq-head { margin-bottom: 68px !important; }
    #aha_faq .aha-faq-category a { font-size: 14px; }
}

@media (max-width: 768px) {
    #aha_faq.aha-faq { padding-top: 64px !important; }
    #aha_faq .aha-faq-head { margin-bottom: 52px !important; }
    #aha_faq .aha-faq-category a { font-size: 14px; }
}

@media (max-width: 768px) {
    #aha_faq .aha-faq-head{display:block!important}
    #aha_faq .aha-faq-head-actions{justify-content:flex-end;width:100%;margin:26px 0 0!important}
    #aha_faq .aha-faq-category ul{justify-content:center}
    #aha_faq .aha-faq-item::before{content:none!important;display:none!important}
    #aha_faq .aha-faq-question-row{grid-template-columns:30px minmax(0,1fr) 36px!important;gap:9px!important;min-height:0!important;padding:20px 6px!important}
    #aha_faq .aha-faq-question-row.has-admin-check{grid-template-columns:18px 30px minmax(0,1fr) 36px!important}
    #aha_faq .aha-faq-q,#aha_faq .aha-faq-a{width:28px!important;height:28px!important;font-size:11px!important}
    #aha_faq .aha-faq-toggle-btn{width:36px!important;height:36px!important}
    #aha_faq .aha-faq-title-wrap h2{font-size:16px!important;line-height:1.5!important}
    #aha_faq .aha-faq-answer-inner{grid-template-columns:28px minmax(0,1fr)!important;gap:9px!important;padding:20px 6px 24px!important}
    #aha_faq .aha-faq-content{min-width:0;font-size:16px!important;line-height:1.7!important}
    #aha_faq .aha-faq-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px!important}
}
