.help-page {
    padding: 0 0 80px;
    background:
        radial-gradient(circle at top left, rgba(253, 242, 248, 0.95), transparent 34%),
        radial-gradient(circle at top right, rgba(252, 231, 243, 0.8), transparent 32%),
        linear-gradient(180deg, #fff 0%, #fff7fb 48%, #fff 100%);
}

.help-shell {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

.help-hero-v2 {
    position: relative;
    overflow: hidden;
    padding: 34px 0 26px;
}

.help-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.help-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(16px);
    opacity: 0.45;
}

.orb-one {
    width: 190px;
    height: 190px;
    background: #f9a8d4;
    top: 34px;
    left: -70px;
}

.orb-two {
    width: 260px;
    height: 260px;
    background: #f472b6;
    top: -90px;
    right: 7%;
}

.orb-three {
    width: 160px;
    height: 160px;
    background: #be185d;
    right: -60px;
    bottom: 30px;
    opacity: 0.18;
}

.help-hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 22px;
    align-items: stretch;
}

.help-hero-copy {
    min-height: 310px;
    padding: 38px;
    border-radius: 34px;
    background:
        linear-gradient(135deg, rgba(190, 24, 93, 0.96), rgba(219, 39, 119, 0.93), rgba(236, 72, 153, 0.9)),
        radial-gradient(circle at top right, rgba(255,255,255,0.34), transparent 38%);
    color: #fff;
    box-shadow: 0 24px 70px rgba(190, 24, 93, 0.28);
    overflow: hidden;
}

.help-pill {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 13px;
    border-radius: 999px;
    background: rgba(255,255,255,0.17);
    border: 1px solid rgba(255,255,255,0.22);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.2px;
    margin-bottom: 18px;
}

.help-hero-copy h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.2rem, 6vw, 4.7rem);
    line-height: 0.95;
    letter-spacing: -0.06em;
}

.help-hero-copy p {
    max-width: 780px;
    margin: 18px 0 0;
    color: rgba(255,255,255,0.92);
    font-size: 1.06rem;
    line-height: 1.75;
}

.help-search-box {
    position: relative;
    max-width: 790px;
    margin-top: 28px;
}

.help-search-box > i {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #be185d;
    font-size: 18px;
}

.help-search-box input {
    width: 100%;
    height: 62px;
    padding: 0 54px 0 50px;
    border: 0;
    border-radius: 20px;
    background: rgba(255,255,255,0.98);
    color: #111827;
    font-size: 1rem;
    font-weight: 750;
    box-shadow: 0 18px 45px rgba(60, 10, 35, 0.18);
}

.help-search-box input:focus {
    outline: none;
    box-shadow: 0 0 0 5px rgba(255,255,255,0.26), 0 18px 45px rgba(60, 10, 35, 0.18);
}

.help-search-box button {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 999px;
    background: #fdf2f8;
    color: #be185d;
    cursor: pointer;
}

.help-popular-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.help-popular-tags button {
    border: 1px solid rgba(255,255,255,0.28);
    background: rgba(255,255,255,0.14);
    color: #fff;
    border-radius: 999px;
    padding: 9px 13px;
    cursor: pointer;
    font-weight: 850;
}

.help-hero-support-card {
    padding: 26px;
    border-radius: 32px;
    background: rgba(255,255,255,0.9);
    border: 1px solid rgba(190, 24, 93, 0.12);
    box-shadow: 0 24px 70px rgba(17, 24, 39, 0.10);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.support-card-icon {
    width: 62px;
    height: 62px;
    border-radius: 22px;
    background: linear-gradient(135deg, #be185d, #ec4899);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 25px;
    box-shadow: 0 16px 34px rgba(190, 24, 93, 0.25);
    margin-bottom: 18px;
}

.help-hero-support-card h2 {
    margin: 0 0 10px;
    color: #111827;
    font-size: 1.45rem;
}

.help-hero-support-card p {
    margin: 0;
    color: #6b7280;
    line-height: 1.7;
}

.help-hero-support-card a {
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    text-decoration: none;
    font-weight: 900;
}

.help-content-shell {
    margin-top: 10px;
}

.help-category-strip {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 4px 2px 16px;
    scrollbar-width: thin;
    scrollbar-color: rgba(190, 24, 93, 0.3) transparent;
}

.help-category-strip::-webkit-scrollbar {
    height: 5px;
}

.help-category-strip::-webkit-scrollbar-thumb {
    background: rgba(190, 24, 93, 0.3);
    border-radius: 999px;
}

.help-category-chip {
    flex: 0 0 auto;
    min-height: 46px;
    border: 1px solid rgba(190, 24, 93, 0.12);
    background: rgba(255,255,255,0.85);
    color: #374151;
    border-radius: 999px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    cursor: pointer;
    font-weight: 900;
    box-shadow: 0 10px 26px rgba(17, 24, 39, 0.05);
}

.help-category-chip i {
    color: #be185d;
}

.help-category-chip.active {
    background: linear-gradient(135deg, #be185d, #db2777, #ec4899);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 16px 34px rgba(190, 24, 93, 0.24);
}

.help-category-chip.active i {
    color: #fff;
}

.help-results-head {
    margin: 18px 0;
    padding: 22px 24px;
    border-radius: 26px;
    background: rgba(255,255,255,0.86);
    border: 1px solid rgba(190, 24, 93, 0.10);
    box-shadow: 0 16px 45px rgba(17, 24, 39, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.help-results-head span {
    display: block;
    margin-bottom: 4px;
    color: #be185d;
    font-weight: 950;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.help-results-head h2 {
    margin: 0;
    color: #111827;
    font-size: 1.55rem;
}

.help-results-head p {
    margin: 0;
    color: #6b7280;
    font-weight: 850;
}

.help-topic-list {
    display: grid;
    gap: 22px;
}

.help-category-section {
    padding: 22px;
    border-radius: 30px;
    background: rgba(255,255,255,0.86);
    border: 1px solid rgba(190, 24, 93, 0.10);
    box-shadow: 0 18px 50px rgba(17, 24, 39, 0.07);
}

.help-category-title {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.help-category-title > span {
    width: 48px;
    height: 48px;
    border-radius: 18px;
    background: #fdf2f8;
    color: #be185d;
    display: grid;
    place-items: center;
    font-size: 18px;
}

.help-category-title h3 {
    margin: 0;
    color: #111827;
    font-size: 1.25rem;
}

.help-category-title p {
    margin: 3px 0 0;
    color: #6b7280;
    font-weight: 750;
}

.help-faq-stack {
    display: grid;
    gap: 10px;
}

.help-faq-card {
    border: 1px solid rgba(190, 24, 93, 0.10);
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(17, 24, 39, 0.04);
}

.help-faq-question {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 18px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    cursor: pointer;
    text-align: left;
    color: #111827;
    font-size: 1rem;
    font-weight: 950;
}

.help-faq-question i {
    color: #be185d;
    transition: transform 0.22s ease;
}

.help-faq-card.open .help-faq-question i {
    transform: rotate(180deg);
}

.help-faq-answer {
    display: none;
    padding: 0 18px 18px;
}

.help-faq-card.open .help-faq-answer {
    display: block;
}

.help-faq-answer p {
    margin: 0;
    padding-top: 2px;
    color: #4b5563;
    line-height: 1.85;
    word-break: break-word;
}

.help-empty-state {
    margin-top: 22px;
    padding: 46px 22px;
    border-radius: 30px;
    background: rgba(255,255,255,0.9);
    border: 1px solid rgba(190, 24, 93, 0.10);
    box-shadow: 0 18px 50px rgba(17, 24, 39, 0.07);
    text-align: center;
}

.help-empty-state div {
    width: 74px;
    height: 74px;
    margin: 0 auto 16px;
    border-radius: 26px;
    background: #fdf2f8;
    color: #be185d;
    display: grid;
    place-items: center;
    font-size: 30px;
}

.help-empty-state h2 {
    margin: 0 0 8px;
    color: #111827;
}

.help-empty-state p {
    margin: 0;
    color: #6b7280;
}

.help-empty-state a {
    margin-top: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #be185d, #db2777);
    color: #fff;
    text-decoration: none;
    font-weight: 900;
}

.hidden {
    display: none !important;
}

@media (max-width: 980px) {
    .help-hero-grid {
        grid-template-columns: 1fr;
    }

    .help-hero-support-card {
        display: none;
    }
}

@media (max-width: 768px) {
    .help-shell {
        padding: 0 14px;
    }

    .help-hero-v2 {
        padding: 22px 0 18px;
    }

    .help-hero-copy {
        min-height: auto;
        padding: 28px 22px;
        border-radius: 28px;
    }

    .help-hero-copy h1 {
        font-size: 2.55rem;
    }

    .help-hero-copy p {
        font-size: 0.98rem;
    }

    .help-search-box input {
        height: 58px;
        font-size: 0.94rem;
    }

    .help-popular-tags {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .help-results-head {
        align-items: flex-start;
        flex-direction: column;
        padding: 18px;
        border-radius: 22px;
    }

    .help-category-section {
        padding: 16px;
        border-radius: 24px;
    }

    .help-faq-question {
        padding: 16px;
        font-size: 0.96rem;
    }

    .help-faq-answer {
        padding: 0 16px 16px;
    }
}

@media (max-width: 420px) {
    .help-hero-copy h1 {
        font-size: 2.2rem;
    }

    .help-category-chip {
        min-height: 42px;
        padding: 0 13px;
        font-size: 13px;
    }
}

.help-faq-question,
.help-faq-question:hover,
.help-faq-question:focus,
.help-faq-question:active {
    transform: none !important;
    scale: 1 !important;
    box-shadow: none !important;
}

.help-faq-question:hover {
    background: #fdf2f8;
    color: #be185d;
}

.help-faq-question:hover i {
    transform: none !important;
    color: #be185d;
}

.help-faq-card.open .help-faq-question i {
    transform: rotate(180deg) !important;
}

.help-category-chip,
.help-category-chip:hover,
.help-category-chip:focus,
.help-category-chip:active {
    transform: none !important;
    scale: 1 !important;
    box-shadow: none !important;
}

.help-category-chip:hover {
    background: #fdf2f8;
    color: #be185d;
    border-color: rgba(190, 24, 93, 0.18);
}

.help-category-chip:hover i {
    color: #be185d;
}

.help-category-chip.active,
.help-category-chip.active:hover {
    background: linear-gradient(135deg, #be185d, #db2777, #ec4899);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 16px 34px rgba(190, 24, 93, 0.24);
}

.help-category-chip.active i,
.help-category-chip.active:hover i {
    color: #fff;
}