.hbl-faq-page {
    --hbl-faq-primary: #008d83;
    --hbl-faq-primary-dark: #006f68;
    --hbl-faq-lime: #dfea00;
    --hbl-faq-ink: #132f35;
    --hbl-faq-muted: #63767a;
    --hbl-faq-line: #e3ecea;
    padding: 0 0 60px;
}

.hbl-faq-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    align-items: center;
    gap: 40px;
    overflow: hidden;
    min-height: 350px;
    padding: 48px 52px;
    border: 1px solid var(--hbl-faq-line);
    border-radius: 26px;
    background:
        radial-gradient(circle at 90% 4%, rgba(223, 234, 0, .3), transparent 30%),
        radial-gradient(circle at 4% 100%, rgba(0, 168, 143, .13), transparent 31%),
        linear-gradient(135deg, #f6fffc 0%, #e9f8f4 54%, #fbfdef 100%);
    box-shadow: 0 22px 52px rgba(19, 47, 53, .1);
}

.hbl-faq-hero::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 6px;
    background: linear-gradient(90deg, #008d83 0%, #00a88f 58%, #dfea00 100%);
    content: "";
}

.hbl-faq-hero__copy { position: relative; z-index: 2; }
.hbl-faq-hero__pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 31px;
    padding: 5px 12px;
    border: 1px solid rgba(0, 141, 131, .17);
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
    color: var(--hbl-faq-primary);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .08em;
    text-transform: uppercase;
    box-shadow: 0 6px 16px rgba(19, 47, 53, .05);
}
.hbl-faq-hero__pill i { font-size: 15px; }
.hbl-faq-hero h1 {
    max-width: 700px;
    margin: 18px 0 12px;
    color: var(--hbl-faq-ink);
    font-size: clamp(34px, 5vw, 54px);
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.07;
}
.hbl-faq-hero__copy > p { max-width: 680px; margin: 0; color: var(--hbl-faq-muted); font-size: 16px; line-height: 1.65; }

.hbl-faq-search {
    position: relative;
    max-width: 650px;
    margin-top: 28px;
}
.hbl-faq-search > i {
    position: absolute;
    top: 50%;
    left: 19px;
    z-index: 1;
    color: var(--hbl-faq-primary);
    font-size: 20px;
    transform: translateY(-50%);
}
.hbl-faq-search input {
    width: 100%;
    height: 60px;
    padding: 0 52px 0 54px;
    border: 1px solid rgba(0, 141, 131, .2);
    border-radius: 16px;
    background: rgba(255, 255, 255, .95);
    color: var(--hbl-faq-ink);
    font-size: 15px;
    outline: 0;
    box-shadow: 0 14px 34px rgba(19, 47, 53, .1);
    transition: border-color .2s ease, box-shadow .2s ease;
}
.hbl-faq-search input:focus { border-color: var(--hbl-faq-primary); box-shadow: 0 0 0 4px rgba(0, 141, 131, .1), 0 16px 36px rgba(19, 47, 53, .1); }
.hbl-faq-search button {
    position: absolute;
    top: 50%;
    right: 12px;
    display: flex;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 10px;
    background: #edf7f5;
    color: var(--hbl-faq-primary-dark);
    opacity: 0;
    transform: translateY(-50%);
    transition: opacity .2s ease;
}
.hbl-faq-search button.is-visible { visibility: visible; opacity: 1; }

.hbl-faq-hero__visual { position: relative; height: 255px; }
.hbl-faq-hero__stats {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 168px;
    height: 168px;
    flex-direction: column;
    border: 1px solid rgba(0, 141, 131, .16);
    border-radius: 50%;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 22px 46px rgba(19, 47, 53, .12);
    backdrop-filter: blur(8px);
    transform: translate(-50%, -50%);
}
.hbl-faq-hero__stats strong { color: var(--hbl-faq-primary-dark); font-size: 50px; line-height: 1; }
.hbl-faq-hero__stats span { margin-top: 8px; color: var(--hbl-faq-muted); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.hbl-faq-hero__orb {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 14px 30px rgba(0, 111, 104, .22);
}
.hbl-faq-hero__orb--one { top: 4px; right: 22px; width: 70px; height: 70px; background: linear-gradient(135deg, #00a88f, #008d83); font-size: 29px; }
.hbl-faq-hero__orb--two { right: 2px; bottom: 7px; width: 56px; height: 56px; background: linear-gradient(135deg, #dfea00, #9dbb00); font-size: 23px; }
.hbl-faq-hero__orb--three { bottom: 4px; left: 17px; width: 62px; height: 62px; background: linear-gradient(135deg, #008d83, #006f68); font-size: 25px; }

.hbl-faq-content {
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    align-items: start;
    gap: 30px;
    margin-top: 34px;
}
.hbl-faq-categories__card {
    position: sticky;
    top: 96px;
    overflow: hidden;
    padding: 24px;
    border: 1px solid var(--hbl-faq-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(19, 47, 53, .065);
}
.hbl-faq-categories__card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, #008d83, #00a88f 60%, #dfea00);
    content: "";
}
.hbl-faq-categories__eyebrow { color: var(--hbl-faq-primary); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.hbl-faq-categories h2 { margin: 6px 0 18px; color: var(--hbl-faq-ink); font-size: 21px; }
.hbl-faq-categories nav { display: grid; gap: 7px; }
.hbl-faq-categories nav a {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 12px;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 6px 9px;
    border: 1px solid transparent;
    border-radius: 11px;
    color: var(--hbl-faq-muted);
    font-size: 13px;
    transition: background .18s ease, border-color .18s ease, color .18s ease;
}
.hbl-faq-categories nav a > span:first-child { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 9px; background: #edf8f5; color: var(--hbl-faq-primary); font-size: 16px; }
.hbl-faq-categories nav a > i { font-size: 10px; }
.hbl-faq-categories nav a:hover { border-color: rgba(0, 141, 131, .14); background: #f5fbf9; color: var(--hbl-faq-primary-dark); }
.hbl-faq-categories__tip { display: flex; gap: 10px; margin-top: 20px; padding: 14px; border-radius: 12px; background: linear-gradient(135deg, #f0faf7, #fafceb); }
.hbl-faq-categories__tip i { flex: 0 0 auto; color: #8eaa00; font-size: 18px; }
.hbl-faq-categories__tip p { margin: 0; color: var(--hbl-faq-muted); font-size: 11px; line-height: 1.5; }

.hbl-faq-groups { min-width: 0; }
.hbl-faq-group { scroll-margin-top: 105px; margin-bottom: 24px; padding: 26px; border: 1px solid var(--hbl-faq-line); border-radius: 20px; background: #fff; box-shadow: 0 12px 34px rgba(19, 47, 53, .06); }
.hbl-faq-group__header { display: grid; grid-template-columns: 52px minmax(0, 1fr) auto; align-items: center; gap: 15px; margin-bottom: 21px; padding-bottom: 20px; border-bottom: 1px solid #edf2f1; }
.hbl-faq-group__icon { display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 15px; background: linear-gradient(135deg, #e6f8f3, #f4f8d8); color: var(--hbl-faq-primary); font-size: 22px; }
.hbl-faq-group__header > div > span { color: var(--hbl-faq-primary); font-size: 10px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.hbl-faq-group__header h2 { margin: 3px 0 0; color: var(--hbl-faq-ink); font-size: 23px; }
.hbl-faq-group__header p { margin: 5px 0 0; color: var(--hbl-faq-muted); font-size: 13px; }
.hbl-faq-group__count { display: flex; align-items: center; justify-content: center; min-width: 35px; height: 35px; padding: 0 8px; border-radius: 10px; background: #eff8f6; color: var(--hbl-faq-primary-dark); font-size: 13px; }
.hbl-faq-group__items { display: grid; gap: 10px; }

.hbl-faq-item { overflow: hidden; border: 1px solid #e7eeed; border-radius: 14px; background: #fbfdfd; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.hbl-faq-item[open] { border-color: rgba(0, 141, 131, .24); background: #fff; box-shadow: 0 10px 26px rgba(19, 47, 53, .065); }
.hbl-faq-item summary { display: grid; grid-template-columns: 37px minmax(0, 1fr) 34px; align-items: center; gap: 13px; min-height: 66px; padding: 12px 15px; color: var(--hbl-faq-ink); cursor: pointer; list-style: none; }
.hbl-faq-item summary::-webkit-details-marker { display: none; }
.hbl-faq-item__number { display: flex; align-items: center; justify-content: center; width: 37px; height: 37px; border-radius: 10px; background: #edf8f5; color: var(--hbl-faq-primary); font-size: 11px; }
.hbl-faq-item__question { font-size: 15px; font-weight: 500; line-height: 1.45; }
.hbl-faq-item__toggle { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: #eff7f5; color: var(--hbl-faq-primary); transition: background .2s ease, color .2s ease, transform .2s ease; }
.hbl-faq-item[open] .hbl-faq-item__toggle { background: var(--hbl-faq-primary); color: #fff; transform: rotate(45deg); }
.hbl-faq-item__answer { margin: 0 15px 15px 65px; padding: 16px 18px; border-left: 3px solid var(--hbl-faq-primary); border-radius: 0 11px 11px 0; background: linear-gradient(135deg, #f3faf8, #fbfced); color: var(--hbl-faq-muted); font-size: 14px; line-height: 1.7; }
.hbl-faq-item__answer > *:last-child { margin-bottom: 0; }
.hbl-faq-item__answer a { display: inline-flex; align-items: center; gap: 7px; color: var(--hbl-faq-primary-dark); font-weight: 500; }
.hbl-faq-item__answer a i { font-size: 12px; }

.hbl-faq-no-results { padding: 70px 24px; border: 1px dashed #cddedb; border-radius: 20px; background: #fbfdfd; text-align: center; }
.hbl-faq-no-results > span { display: inline-flex; align-items: center; justify-content: center; width: 64px; height: 64px; margin-bottom: 16px; border-radius: 50%; background: #eaf7f4; color: var(--hbl-faq-primary); font-size: 26px; }
.hbl-faq-no-results h2 { margin-bottom: 8px; color: var(--hbl-faq-ink); }
.hbl-faq-no-results p { margin: 0; color: var(--hbl-faq-muted); }

.hbl-faq-support {
    position: relative;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    align-items: center;
    gap: 22px;
    overflow: hidden;
    margin-top: 32px;
    padding: 30px 34px;
    border: 1px solid rgba(0, 141, 131, .17);
    border-radius: 20px;
    background: radial-gradient(circle at 96% 0%, rgba(223, 234, 0, .19), transparent 28%), linear-gradient(135deg, #f4fbfa, #f9fbed);
    box-shadow: 0 14px 36px rgba(19, 47, 53, .07);
}
.hbl-faq-support__icon { display: flex; align-items: center; justify-content: center; width: 72px; height: 72px; border-radius: 20px; background: linear-gradient(135deg, var(--hbl-faq-primary), var(--hbl-faq-primary-dark)); color: #fff; font-size: 30px; box-shadow: 0 13px 28px rgba(0, 141, 131, .24); }
.hbl-faq-support__copy > span { color: var(--hbl-faq-primary); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.hbl-faq-support__copy h2 { margin: 4px 0 5px; color: var(--hbl-faq-ink); font-size: 24px; }
.hbl-faq-support__copy p { margin: 0; color: var(--hbl-faq-muted); font-size: 13px; }
.hbl-faq-support__actions { display: flex; gap: 10px; }
.hbl-faq-support__button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 10px 18px; border: 1px solid rgba(0, 141, 131, .2); border-radius: 11px; background: #fff; color: var(--hbl-faq-primary-dark); font-size: 13px; font-weight: 400; }
.hbl-faq-support__button:hover { border-color: var(--hbl-faq-primary); color: var(--hbl-faq-primary); }
.hbl-faq-support__button--primary { border-color: transparent; background: linear-gradient(135deg, var(--hbl-faq-primary), var(--hbl-faq-primary-dark)); color: #fff; box-shadow: 0 11px 24px rgba(0, 141, 131, .2); }
.hbl-faq-support__button--primary:hover { color: #fff; }

@media (max-width: 991px) {
    .hbl-faq-hero { grid-template-columns: minmax(0, 1fr) 220px; padding: 40px; }
    .hbl-faq-hero__visual { height: 220px; }
    .hbl-faq-content { grid-template-columns: 1fr; }
    .hbl-faq-categories__card { position: static; }
    .hbl-faq-categories nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hbl-faq-support { grid-template-columns: 64px minmax(0, 1fr); }
    .hbl-faq-support__actions { grid-column: 1 / -1; }
}

@media (max-width: 767px) {
    .hbl-faq-page { padding-bottom: 36px; }
    .hbl-faq-hero { grid-template-columns: 1fr; min-height: 0; padding: 32px 24px; border-radius: 19px; }
    .hbl-faq-hero__visual { display: none; }
    .hbl-faq-hero h1 { font-size: 36px; }
    .hbl-faq-search input { height: 54px; font-size: 14px; }
    .hbl-faq-content { gap: 22px; margin-top: 24px; }
    .hbl-faq-group { padding: 20px; border-radius: 17px; }
    .hbl-faq-support { padding: 25px; }
}

@media (max-width: 575px) {
    .hbl-faq-categories nav { grid-template-columns: 1fr; }
    .hbl-faq-group__header { grid-template-columns: 45px minmax(0, 1fr) auto; gap: 11px; }
    .hbl-faq-group__icon { width: 45px; height: 45px; border-radius: 12px; font-size: 19px; }
    .hbl-faq-group__header h2 { font-size: 20px; }
    .hbl-faq-item summary { grid-template-columns: minmax(0, 1fr) 34px; min-height: 62px; padding: 12px 13px; }
    .hbl-faq-item__number { display: none; }
    .hbl-faq-item__question { font-size: 14px; }
    .hbl-faq-item__answer { margin: 0 13px 13px; }
    .hbl-faq-support { grid-template-columns: 52px minmax(0, 1fr); gap: 14px; padding: 22px 18px; }
    .hbl-faq-support__icon { width: 52px; height: 52px; border-radius: 15px; font-size: 23px; }
    .hbl-faq-support__copy h2 { font-size: 20px; }
    .hbl-faq-support__actions { flex-direction: column; }
    .hbl-faq-support__button { width: 100%; }
}
