/* ===================================================
   HELP CENTER HUB & CATEGORY PAGES - CreatorFlow
   ===================================================
   Brand Guidelines:
   - NO box-shadows (except box-shadow: none to remove inherited)
   - ONLY #000000 for dark backgrounds
   - Lime green #d1fe17 for accents/badges
   - neusanstrial font for headings
   =================================================== */

/* ===================================================
   NAVBAR: Transparent glass over hero - Matches homepage navbar styling exactly
   =================================================== */
body:has(.help-hero) .navbar:not(.scrolled),
body:has(.help-category-hero) .navbar:not(.scrolled),
body:has(.help-article-hero) .navbar:not(.scrolled) {
    background: rgba(255,255,255,0.08) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255,255,255,0.15) !important;
    border-radius: 16px;
}
body:has(.help-hero) .navbar:not(.scrolled) .nav-menu a,
body:has(.help-hero) .navbar:not(.scrolled) .nav-container a:not(.btn):not(.lang-option),
body:has(.help-hero) .navbar:not(.scrolled) .nav-container span:not(.btn-text-full):not(.btn-text-short):not(.language-dropdown span),
body:has(.help-category-hero) .navbar:not(.scrolled) .nav-menu a,
body:has(.help-category-hero) .navbar:not(.scrolled) .nav-container a:not(.btn):not(.lang-option),
body:has(.help-category-hero) .navbar:not(.scrolled) .nav-container span:not(.btn-text-full):not(.btn-text-short):not(.language-dropdown span),
body:has(.help-article-hero) .navbar:not(.scrolled) .nav-menu a,
body:has(.help-article-hero) .navbar:not(.scrolled) .nav-container a:not(.btn):not(.lang-option),
body:has(.help-article-hero) .navbar:not(.scrolled) .nav-container span:not(.btn-text-full):not(.btn-text-short):not(.language-dropdown span) {
    color: #fff !important;
}
body:has(.help-hero) .navbar:not(.scrolled) .nav-brand-text,
body:has(.help-category-hero) .navbar:not(.scrolled) .nav-brand-text,
body:has(.help-article-hero) .navbar:not(.scrolled) .nav-brand-text {
    color: #fff !important;
}
body:has(.help-hero) .navbar:not(.scrolled) .dropdown-arrow,
body:has(.help-hero) .navbar:not(.scrolled) .nav-chevron,
body:has(.help-hero) .navbar:not(.scrolled) svg:not(.btn svg),
body:has(.help-category-hero) .navbar:not(.scrolled) .dropdown-arrow,
body:has(.help-category-hero) .navbar:not(.scrolled) .nav-chevron,
body:has(.help-category-hero) .navbar:not(.scrolled) svg:not(.btn svg),
body:has(.help-article-hero) .navbar:not(.scrolled) .dropdown-arrow,
body:has(.help-article-hero) .navbar:not(.scrolled) .nav-chevron,
body:has(.help-article-hero) .navbar:not(.scrolled) svg:not(.btn svg) {
    color: rgba(255,255,255,0.6) !important;
}
body:has(.help-hero) .navbar:not(.scrolled) .language-switcher,
body:has(.help-hero) .navbar:not(.scrolled) .language-btn,
body:has(.help-hero) .navbar:not(.scrolled) .language-btn *,
body:has(.help-hero) .navbar:not(.scrolled) .mobile-menu-btn,
body:has(.help-hero) .navbar:not(.scrolled) .mobile-menu-btn svg,
body:has(.help-category-hero) .navbar:not(.scrolled) .language-switcher,
body:has(.help-category-hero) .navbar:not(.scrolled) .language-btn,
body:has(.help-category-hero) .navbar:not(.scrolled) .language-btn *,
body:has(.help-category-hero) .navbar:not(.scrolled) .mobile-menu-btn,
body:has(.help-category-hero) .navbar:not(.scrolled) .mobile-menu-btn svg,
body:has(.help-article-hero) .navbar:not(.scrolled) .language-switcher,
body:has(.help-article-hero) .navbar:not(.scrolled) .language-btn,
body:has(.help-article-hero) .navbar:not(.scrolled) .language-btn *,
body:has(.help-article-hero) .navbar:not(.scrolled) .mobile-menu-btn,
body:has(.help-article-hero) .navbar:not(.scrolled) .mobile-menu-btn svg {
    color: #fff !important;
}
body:has(.help-hero) .navbar:not(.scrolled) .hamburger-line,
body:has(.help-category-hero) .navbar:not(.scrolled) .hamburger-line,
body:has(.help-article-hero) .navbar:not(.scrolled) .hamburger-line {
    background-color: #fff !important;
}
body:has(.help-hero) .navbar:not(.scrolled) .nav-actions .btn-primary,
body:has(.help-category-hero) .navbar:not(.scrolled) .nav-actions .btn-primary,
body:has(.help-article-hero) .navbar:not(.scrolled) .nav-actions .btn-primary {
    background: #d1fe17 !important;
    color: #000 !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 0 1.25rem !important;
    height: 36px !important;
}
body:has(.help-hero) .navbar:not(.scrolled) .nav-actions .btn-secondary,
body:has(.help-category-hero) .navbar:not(.scrolled) .nav-actions .btn-secondary,
body:has(.help-article-hero) .navbar:not(.scrolled) .nav-actions .btn-secondary {
    color: #fff !important;
    border: 1.5px solid rgba(255,255,255,0.35) !important;
    background: rgba(255,255,255,0.06) !important;
    border-radius: 8px !important;
}
body:has(.help-hero) .navbar .dropdown-menu,
body:has(.help-category-hero) .navbar .dropdown-menu,
body:has(.help-article-hero) .navbar .dropdown-menu { background: #fff !important; }
body:has(.help-hero) .navbar .dropdown-menu a,
body:has(.help-hero) .navbar .dropdown-menu .dropdown-item-title,
body:has(.help-category-hero) .navbar .dropdown-menu a,
body:has(.help-category-hero) .navbar .dropdown-menu .dropdown-item-title,
body:has(.help-article-hero) .navbar .dropdown-menu a,
body:has(.help-article-hero) .navbar .dropdown-menu .dropdown-item-title { color: #000 !important; }
body:has(.help-hero) .navbar .dropdown-menu .dropdown-item-desc,
body:has(.help-hero) .navbar .dropdown-menu .dropdown-column-title,
body:has(.help-category-hero) .navbar .dropdown-menu .dropdown-item-desc,
body:has(.help-category-hero) .navbar .dropdown-menu .dropdown-column-title,
body:has(.help-article-hero) .navbar .dropdown-menu .dropdown-item-desc,
body:has(.help-article-hero) .navbar .dropdown-menu .dropdown-column-title { color: #6b7280 !important; }
body:has(.help-hero) .navbar .dropdown-menu .dropdown-item-icon,
body:has(.help-hero) .navbar .dropdown-menu .dropdown-item-icon svg,
body:has(.help-hero) .navbar .dropdown-menu svg,
body:has(.help-category-hero) .navbar .dropdown-menu .dropdown-item-icon,
body:has(.help-category-hero) .navbar .dropdown-menu .dropdown-item-icon svg,
body:has(.help-category-hero) .navbar .dropdown-menu svg,
body:has(.help-article-hero) .navbar .dropdown-menu .dropdown-item-icon,
body:has(.help-article-hero) .navbar .dropdown-menu .dropdown-item-icon svg,
body:has(.help-article-hero) .navbar .dropdown-menu svg { color: #000 !important; }
body:has(.help-hero) .navbar .language-dropdown,
body:has(.help-category-hero) .navbar .language-dropdown,
body:has(.help-article-hero) .navbar .language-dropdown { background: #fff !important; border: 1px solid rgba(0,0,0,0.1) !important; }
body:has(.help-hero) .navbar .language-dropdown .lang-option,
body:has(.help-hero) .navbar .language-dropdown .lang-option span,
body:has(.help-category-hero) .navbar .language-dropdown .lang-option,
body:has(.help-category-hero) .navbar .language-dropdown .lang-option span,
body:has(.help-article-hero) .navbar .language-dropdown .lang-option,
body:has(.help-article-hero) .navbar .language-dropdown .lang-option span { color: #374151 !important; }
body:has(.help-hero) .navbar .language-dropdown .lang-option:hover,
body:has(.help-hero) .navbar .language-dropdown .lang-option:hover span,
body:has(.help-category-hero) .navbar .language-dropdown .lang-option:hover,
body:has(.help-category-hero) .navbar .language-dropdown .lang-option:hover span,
body:has(.help-article-hero) .navbar .language-dropdown .lang-option:hover,
body:has(.help-article-hero) .navbar .language-dropdown .lang-option:hover span { background: #f3f4f6 !important; color: #000 !important; }
body:has(.help-hero) .navbar .language-dropdown .lang-option.active,
body:has(.help-hero) .navbar .language-dropdown .lang-option.active span,
body:has(.help-category-hero) .navbar .language-dropdown .lang-option.active,
body:has(.help-category-hero) .navbar .language-dropdown .lang-option.active span,
body:has(.help-article-hero) .navbar .language-dropdown .lang-option.active,
body:has(.help-article-hero) .navbar .language-dropdown .lang-option.active span { background: #d1fe17 !important; color: #000 !important; }

/* ===== CSS VARIABLES ===== */
:root {
    --help-lime: #d1fe17;
    --help-black: #000000;
    --help-white: #ffffff;
    --help-gray-50: #f9fafb;
    --help-gray-100: #f3f4f6;
    --help-gray-200: #e5e7eb;
    --help-gray-600: #4b5563;
    --help-gray-700: #374151;
    --help-gray-800: #6b7280;
}

/* ===== BASE OVERRIDES =====
   creatorflow-modern.css sets: h2 { font-size: 2.25rem; text-align: center; margin-bottom: 3rem }
   and all headings get font-family: neusanstrial !important; line-height: 1;
   Must use !important to override these global rules. */

.help-hero h1.help-hero__title,
.help-category-hero h1.help-category-hero__title {
    text-align: center !important;
    line-height: 1.15 !important;
}

.help-categories-section h2.help-category-card__title,
.help-popular-section h3.help-popular-card__title,
.help-articles-section h3.help-article-card__title,
.help-related-categories h3.help-related-card__title {
    text-align: left !important;
    margin-bottom: 0.5rem !important;
    font-size: inherit !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
}

.help-categories-section h2.help-categories__title,
.help-popular-section h2.help-popular__title,
.help-faq-section h2.help-faq__title,
.help-contact-section h2.help-contact__title,
.help-related-categories h2.help-related-categories__title {
    line-height: 1.2 !important;
}

/* Reset link colors on all help center card links */
a.help-category-card,
a.help-category-card:visited,
a.help-popular-card,
a.help-popular-card:visited,
a.help-article-card,
a.help-article-card:visited,
a.help-related-card,
a.help-related-card:visited {
    color: #000000 !important;
    text-decoration: none !important;
}

a.help-category-card:hover,
a.help-popular-card:hover,
a.help-article-card:hover,
a.help-related-card:hover {
    color: #000000 !important;
}

/* ===== HUB HERO SECTION ===== */
.help-hero {
    padding: 8rem 0 1.75rem;
    background: var(--help-black);
    text-align: center;
}

.help-hero__container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 3rem;
}

.help-hero__badge {
    display: inline-block;
    background: rgba(209, 254, 23, 0.15);
    color: var(--help-lime);
    padding: 0.375rem 0.875rem;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: 'neusanstrial', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.help-hero__title {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 800;
    color: var(--help-white) !important;
    margin: 0 0 1rem;
    line-height: 1.15;
    letter-spacing: -0.02em;
    font-family: 'neusanstrial', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.help-hero__subtitle {
    font-size: clamp(0.9375rem, 2.5vw, 1.125rem);
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 1.5rem;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* ===== SEARCH INPUT ===== */
.help-hero__search {
    max-width: 560px;
    margin: 0 auto;
}

.help-search-input-wrapper {
    position: relative;
    background: var(--help-white);
    border-radius: 12px;
    overflow: hidden;
}

.help-search-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--help-gray-600);
    font-size: 1.125rem;
    pointer-events: none;
    display: flex;
    align-items: center;
}

.help-search-input {
    width: 100%;
    border: none;
    outline: none;
    padding: 1rem 1rem 1rem 3rem;
    font-size: 1rem;
    color: var(--help-black);
    background: transparent;
    font-family: 'neusanstrial', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.help-search-input::placeholder {
    color: var(--help-gray-600);
}

#search-results-count {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 0.75rem;
    display: block;
}

/* ===== BREADCRUMBS ===== */
.help-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.breadcrumb-link {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb-link:hover {
    color: var(--help-lime);
}

.breadcrumb-separator {
    color: rgba(255, 255, 255, 0.3);
}

.breadcrumb-current {
    color: var(--help-white);
    font-weight: 500;
}

/* ===== CATEGORY CARDS GRID ===== */
.help-categories-section {
    padding: 1.5rem 0;
    background: var(--help-white);
}

.help-categories__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.help-categories__title {
    font-size: clamp(1.375rem, 3.5vw, 1.75rem);
    font-weight: 700;
    color: var(--help-black);
    margin: 0 0 1.25rem;
    text-align: center;
    font-family: 'neusanstrial', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.help-categories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.help-category-card {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    background: var(--help-white);
    border: 1px solid var(--help-gray-200);
    border-radius: 12px;
    text-decoration: none;
    color: var(--help-gray-700);
    transition: border-color 0.2s ease;
}

.help-category-card:hover {
    border-color: var(--help-lime);
}

.help-category-card__icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.help-category-card__title {
    font-size: 1.0625rem;
    font-weight: 600;
    color: var(--help-black);
    margin: 0 0 0.5rem;
    line-height: 1.3;
    font-family: 'neusanstrial', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.help-category-card__description {
    font-size: 0.875rem;
    color: var(--help-gray-800);
    line-height: 1.55;
    margin: 0 0 1rem;
    flex: 1;
}

.help-category-card__count {
    font-size: 0.75rem;
    color: var(--help-gray-600);
    margin: 0 0 0.75rem;
}

.help-category-card__arrow {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: auto;
}

.help-category-card__arrow::after {
    content: '\2192';
    font-size: 1.125rem;
    color: var(--help-gray-600);
    transition: transform 0.2s ease, color 0.2s ease;
}

.help-category-card:hover .help-category-card__arrow::after {
    transform: translateX(3px);
    color: var(--help-lime);
}

/* ===== POPULAR ARTICLES ===== */
.help-popular-section {
    padding: 1.5rem 0;
    background: var(--help-white);
}

.help-popular__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.help-popular__title {
    font-size: clamp(1.375rem, 3.5vw, 1.75rem);
    font-weight: 700;
    color: var(--help-black);
    margin: 0 0 1.25rem;
    text-align: center;
    font-family: 'neusanstrial', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.help-popular-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.help-popular-card {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    background: var(--help-white);
    border: 1px solid var(--help-gray-200);
    border-radius: 12px;
    text-decoration: none;
    transition: border-color 0.2s ease;
}

.help-popular-card:hover {
    border-color: var(--help-lime);
}

.help-popular-card__title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--help-black);
    margin: 0 0 0.5rem;
    line-height: 1.35;
    font-family: 'neusanstrial', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.help-popular-card__description {
    font-size: 0.875rem;
    color: var(--help-gray-800);
    line-height: 1.55;
    margin: 0 0 0.75rem;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.help-popular-card__meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    color: var(--help-gray-600);
}

.help-popular-card__meta span {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

/* ===== NO RESULTS ===== */
.help-no-results {
    text-align: center;
    padding: 2.5rem 2rem;
}

.help-no-results__text {
    font-size: 1rem;
    color: var(--help-gray-600);
    margin: 0 0 1rem;
    line-height: 1.6;
}

.help-no-results__link {
    color: var(--help-black);
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 500;
    transition: color 0.2s ease;
}

.help-no-results__link:hover {
    color: var(--help-lime);
}

/* ===== CATEGORY HERO (CATEGORY PAGE) ===== */
.help-category-hero {
    padding: 8rem 0 1.5rem;
    background: var(--help-black);
    text-align: center;
}

.help-category-hero__container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 3rem;
}

.help-category-hero__badge {
    display: inline-block;
    background: rgba(209, 254, 23, 0.15);
    color: var(--help-lime);
    padding: 0.375rem 0.875rem;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: 'neusanstrial', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.help-category-hero__title {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 800;
    color: var(--help-white) !important;
    margin: 0 0 1rem;
    line-height: 1.15;
    letter-spacing: -0.02em;
    font-family: 'neusanstrial', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.help-category-hero__subtitle {
    font-size: clamp(0.9375rem, 2.5vw, 1.125rem);
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* ===== ARTICLES LIST (CATEGORY PAGE) ===== */
.help-articles-section {
    padding: 1.5rem 0 2rem;
    background: var(--help-white);
}

.help-articles__container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
}

.help-articles-list {
    display: flex;
    flex-direction: column;
}

.help-article-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 0;
    border-bottom: 1px solid var(--help-gray-200);
    text-decoration: none;
    transition: background 0.15s ease;
}

.help-article-card:first-child {
    padding-top: 0;
}

.help-article-card:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.help-article-card:hover {
    background: var(--help-gray-50);
    margin: 0 -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 8px;
}

.help-article-card__content {
    flex: 1;
    min-width: 0;
}

.help-article-card__title {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--help-black);
    margin: 0 0 0.25rem;
    line-height: 1.35;
    font-family: 'neusanstrial', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.help-article-card__description {
    font-size: 0.875rem;
    color: var(--help-gray-800);
    line-height: 1.5;
    margin: 0 0 0.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.help-article-card__meta {
    margin-top: 0.25rem;
}

.help-article-card__reading {
    font-size: 0.75rem;
    color: var(--help-gray-600);
}

.help-article-card__arrow {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.help-article-card__arrow::after {
    content: '\2192';
    font-size: 1.125rem;
    color: var(--help-gray-600);
    transition: transform 0.2s ease, color 0.2s ease;
}

.help-article-card:hover .help-article-card__arrow::after {
    transform: translateX(3px);
    color: var(--help-lime);
}

/* ===== RELATED CATEGORIES ===== */
.help-related-categories {
    padding: 1.5rem 0;
    background: var(--help-white);
}

.help-related-categories__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.help-related-categories__title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--help-black);
    margin: 0 0 1rem;
    text-align: center;
    font-family: 'neusanstrial', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.help-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.help-related-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    background: var(--help-white);
    border: 1px solid var(--help-gray-200);
    border-radius: 8px;
    text-decoration: none;
    transition: border-color 0.2s ease;
}

.help-related-card:hover {
    border-color: var(--help-lime);
}

.help-related-card__title {
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--help-black);
}

.help-related-card__arrow::after {
    content: '\2192';
    color: var(--help-gray-600);
    transition: transform 0.2s ease;
}

.help-related-card:hover .help-related-card__arrow::after {
    transform: translateX(3px);
}

/* ===== CONTACT CTA SECTION ===== */
.help-contact-section {
    padding: 1.5rem 0;
    background: var(--help-black);
    text-align: center;
}

.help-contact__container {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 2rem;
}

.help-contact__title {
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    font-weight: 700;
    color: var(--help-white);
    margin: 0 0 0.75rem;
    line-height: 1.2;
    font-family: 'neusanstrial', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.help-contact__text {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 1.25rem;
    line-height: 1.6;
}

.help-contact__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-help-primary {
    display: inline-block;
    background: var(--help-lime);
    color: var(--help-black);
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.2s ease;
    font-family: 'neusanstrial', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border: none;
    cursor: pointer;
}

.btn-help-primary:hover {
    opacity: 0.9;
}

.btn-help-secondary {
    display: inline-block;
    background: transparent;
    color: var(--help-white);
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: border-color 0.2s ease;
    font-family: 'neusanstrial', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    cursor: pointer;
}

.btn-help-secondary:hover {
    border-color: var(--help-lime);
}

/* ===== FAQ (reuses faq-unified structure) ===== */
.help-faq-section {
    padding: 1.5rem 0;
    background: var(--help-white);
}

.help-faq__container {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 2rem;
}

.help-faq__title {
    font-size: clamp(1.375rem, 4vw, 1.75rem);
    font-weight: 700;
    color: var(--help-black);
    text-align: center;
    margin: 0 0 1.25rem;
    font-family: 'neusanstrial', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.help-faq-section .faq-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.help-faq-section .faq-item {
    background: var(--help-white);
    border: 1px solid var(--help-gray-200);
    border-radius: 0.75rem;
    overflow: hidden;
    transition: border-color 0.2s ease;
}

.help-faq-section .faq-item:hover,
.help-faq-section .faq-item[open] {
    border-color: var(--help-lime);
}

.help-faq-section .faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--help-black);
    cursor: pointer;
    list-style: none;
    font-family: 'neusanstrial', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: background 0.2s ease;
}

.help-faq-section .faq-question::-webkit-details-marker {
    display: none;
}

.help-faq-section .faq-question .faq-icon {
    font-size: 1.25rem;
    font-weight: 400;
    color: var(--help-gray-600);
    flex-shrink: 0;
    margin-left: 0.75rem;
    transition: transform 0.2s ease;
}

.help-faq-section .faq-item[open] .faq-question .faq-icon {
    transform: rotate(45deg);
    color: var(--help-lime);
}

.help-faq-section .faq-item[open] .faq-question {
    background: var(--help-gray-50);
}

.help-faq-section .faq-answer {
    padding: 0 1.25rem 1.25rem;
}

.help-faq-section .faq-answer p {
    font-size: 0.875rem;
    line-height: 1.65;
    color: var(--help-gray-600);
    margin: 0;
}

/* ===== RESPONSIVE: TABLET (640-1024px) ===== */
@media (max-width: 1024px) {
    .help-categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .help-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ===== RESPONSIVE: 768px ===== */
@media (max-width: 768px) {
    .help-hero {
        padding: 7rem 0 1.5rem;
    }

    .help-hero__container {
        padding: 0 2rem;
    }

    .help-hero__badge {
        font-size: 0.6875rem;
        padding: 0.3rem 0.75rem;
    }

    .help-hero__title {
        font-size: 1.75rem;
    }

    .help-hero__subtitle {
        font-size: 0.875rem;
        margin-bottom: 1.5rem;
    }

    .help-search-input {
        font-size: 1rem;
        padding: 0.875rem 0.875rem 0.875rem 2.75rem;
    }

    .help-categories-section {
        padding: 1.25rem 0;
    }

    .help-categories__container {
        padding: 0 1rem;
    }

    .help-categories__title {
        font-size: 1.375rem;
        margin-bottom: 1rem;
    }

    .help-category-card {
        padding: 1.5rem;
    }

    .help-category-card__icon {
        width: 40px;
        height: 40px;
        font-size: 1.25rem;
    }

    .help-category-card__title {
        font-size: 0.9375rem;
    }

    .help-category-card__description {
        font-size: 0.8125rem;
    }

    .help-popular-section {
        padding: 1.25rem 0;
    }

    .help-popular__container {
        padding: 0 1rem;
    }

    .help-popular__title {
        font-size: 1.375rem;
        margin-bottom: 1rem;
    }

    .help-popular-grid {
        grid-template-columns: 1fr;
        gap: 0.875rem;
    }

    .help-popular-card {
        padding: 1.25rem;
    }

    .help-popular-card__title {
        font-size: 0.9375rem;
    }

    .help-popular-card__description {
        font-size: 0.8125rem;
    }

    /* Category hero */
    .help-category-hero {
        padding: 6.5rem 0 1.25rem;
    }

    .help-category-hero__container {
        padding: 0 2rem;
    }

    .help-category-hero__badge {
        font-size: 0.6875rem;
        padding: 0.3rem 0.75rem;
    }

    .help-category-hero__title {
        font-size: 1.5rem;
    }

    .help-category-hero__subtitle {
        font-size: 0.875rem;
    }

    .help-breadcrumb {
        font-size: 0.75rem;
        margin-bottom: 1rem;
    }

    /* Articles list */
    .help-articles-section {
        padding: 1.25rem 0 1.5rem;
    }

    .help-articles__container {
        padding: 0 1rem;
    }

    .help-article-card {
        padding: 1rem 0;
    }

    .help-article-card__title {
        font-size: 1rem;
    }

    .help-article-card__description {
        font-size: 0.8125rem;
    }

    .help-article-card__reading {
        font-size: 0.6875rem;
    }

    /* Related categories */
    .help-related-categories {
        padding: 1.25rem 0;
    }

    .help-related-categories__container {
        padding: 0 1rem;
    }

    .help-related-categories__title {
        font-size: 1.125rem;
        margin-bottom: 1rem;
    }

    .help-related-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .help-related-card {
        padding: 0.875rem 1rem;
    }

    .help-related-card__title {
        font-size: 0.875rem;
    }

    /* Contact CTA */
    .help-contact-section {
        padding: 1.5rem 0;
    }

    .help-contact__container {
        padding: 0 1.5rem;
    }

    .help-contact__title {
        font-size: 1.375rem;
    }

    .help-contact__text {
        font-size: 0.9375rem;
        margin-bottom: 1.5rem;
    }

    .help-contact__actions {
        flex-direction: column;
        gap: 0.75rem;
    }

    .btn-help-primary,
    .btn-help-secondary {
        width: 100%;
        text-align: center;
        padding: 12px 20px;
    }

    /* FAQ */
    .help-faq-section {
        padding: 1.25rem 0;
    }

    .help-faq__container {
        padding: 0 1rem;
    }

    .help-faq__title {
        margin-bottom: 1.5rem;
        font-size: 1.375rem;
    }

    .help-faq-section .faq-list {
        gap: 0.5rem;
    }

    .help-faq-section .faq-question {
        padding: 0.875rem 1rem;
        font-size: 0.875rem;
    }

    .help-faq-section .faq-answer {
        padding: 0 1rem 1rem;
    }

    .help-faq-section .faq-answer p {
        font-size: 0.8125rem;
    }
}

/* ===== RESPONSIVE: MOBILE (<640px) ===== */
@media (max-width: 640px) {
    .help-hero {
        padding: 6.5rem 0 1.25rem;
    }

    .help-hero__container {
        padding: 0 1.5rem;
    }

    .help-hero__title {
        font-size: 1.5rem;
    }

    .help-hero__subtitle {
        font-size: 0.8125rem;
    }

    .help-categories-grid {
        grid-template-columns: 1fr;
        gap: 0.875rem;
    }

    .help-category-card {
        padding: 1.25rem;
    }

    .help-category-card__icon {
        width: 36px;
        height: 36px;
        font-size: 1.125rem;
        margin-bottom: 0.75rem;
    }

    .help-category-card__title {
        font-size: 0.875rem;
    }

    .help-category-card__description {
        font-size: 0.75rem;
    }

    .help-category-card__count {
        font-size: 0.6875rem;
    }

    .help-popular-card {
        padding: 1rem;
    }

    .help-popular-card__title {
        font-size: 0.875rem;
    }

    .help-popular-card__description {
        font-size: 0.75rem;
    }

    .help-popular-card__meta {
        font-size: 0.6875rem;
    }

    .help-no-results {
        padding: 3rem 1.5rem;
    }

    .help-no-results__text {
        font-size: 0.875rem;
    }

    /* Category hero mobile */
    .help-category-hero {
        padding: 6rem 0 1.25rem;
    }

    .help-category-hero__container {
        padding: 0 1.5rem;
    }

    .help-category-hero__badge {
        font-size: 0.625rem;
        padding: 0.25rem 0.625rem;
    }

    .help-category-hero__title {
        font-size: 1.25rem;
    }

    .help-category-hero__subtitle {
        font-size: 0.8125rem;
    }

    /* Articles mobile */
    .help-article-card__title {
        font-size: 0.9375rem;
    }

    .help-article-card__description {
        font-size: 0.75rem;
    }

    .help-article-card__reading {
        font-size: 0.625rem;
    }

    .help-contact__title {
        font-size: 1.25rem;
    }

    .help-contact__text {
        font-size: 0.875rem;
    }

    .btn-help-primary,
    .btn-help-secondary {
        font-size: 0.875rem;
        padding: 10px 20px;
    }
}

/* ===== RESPONSIVE: SMALL MOBILE (<480px) ===== */
@media (max-width: 480px) {
    .help-hero {
        padding: 6rem 0 1.5rem;
    }

    .help-hero__container {
        padding: 0 1.25rem;
    }

    .help-hero__badge {
        font-size: 0.625rem;
        padding: 0.25rem 0.625rem;
    }

    .help-hero__title {
        font-size: 1.375rem;
    }

    .help-search-input {
        padding: 0.75rem 0.75rem 0.75rem 2.5rem;
        font-size: 1rem;
    }

    .help-categories-section {
        padding: 1rem 0;
    }

    .help-categories__title {
        font-size: 1.25rem;
    }

    .help-popular-section {
        padding: 1rem 0;
    }

    .help-popular__title {
        font-size: 1.25rem;
    }

    .help-faq-section {
        padding: 1rem 0;
    }

    .help-faq__title {
        font-size: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .help-faq-section .faq-question {
        padding: 0.75rem 0.875rem;
        font-size: 0.8125rem;
    }

    .help-faq-section .faq-question .faq-icon {
        font-size: 1.125rem;
    }

    .help-faq-section .faq-answer {
        padding: 0 0.875rem 0.875rem;
    }

    .help-faq-section .faq-answer p {
        font-size: 0.75rem;
    }
}

/* ===== BOTTOM BREADCRUMB TRAIL ===== */
.help-bottom-breadcrumb-section {
    padding: 1.25rem 0;
    background: var(--help-white);
    border-top: 1px solid var(--help-gray-200);
}

.help-bottom-breadcrumb__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.help-bottom-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
    flex-wrap: wrap;
}

.bottom-breadcrumb-link {
    color: var(--help-gray-600);
    text-decoration: none;
    transition: color 0.2s ease;
}

.bottom-breadcrumb-link:hover {
    color: var(--help-black);
}

.bottom-breadcrumb-separator {
    color: var(--help-gray-200);
    user-select: none;
}

.bottom-breadcrumb-current {
    color: var(--help-black);
    font-weight: 500;
}

@media (max-width: 768px) {
    .help-bottom-breadcrumb-section {
        padding: 1rem 0;
    }

    .help-bottom-breadcrumb__container {
        padding: 0 1rem;
    }

    .help-bottom-breadcrumb {
        font-size: 0.75rem;
    }
}

/* ===== EXTRA SMALL MOBILE: 360px ===== */
@media (max-width: 360px) {
    .help-hero__container {
        padding: 0 1rem;
    }

    .help-category-hero__container {
        padding: 0 1rem;
    }
}
