/* ==========================================================================
       HELP CENTER PAGE (Premium Dark Mobile-First Theme)
       ========================================================================== */
    .fp-help-page {
        background: #FFFFFF;
        /* Pure white to match header */
        min-height: 100vh;
        font-family: var(--fp-font);
        color: #0A0A0A;
        padding-bottom: 120px;
        overflow-x: hidden;
    }

    .fp-help-page>* {
        max-width: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .fp-header,
    header,
    .site-header,
    .site-footer,
    footer {
        position: relative !important;
        z-index: 9999 !important;
    }

    /* ── DARK PREMIUM HERO ── */
    .fp-help-hero {
        background: linear-gradient(145deg, #0A0A0A 0%, #171717 100%);
        padding: 100px 24px 140px;
        text-align: center;
        position: relative;
        overflow: hidden;
        border-radius: var(--fp-radius-36);
        max-width: 1280px !important;
        margin: 32px auto 0 !important;
        width: calc(100% - 40px);
        box-shadow: 0 40px 80px rgba(0, 0, 0, 0.15), inset 0 2px 0 rgba(255, 255, 255, 0.05);
        color: #FFFFFF;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    /* Animated subtle background glow */
    .fp-help-hero::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.03) 0%, transparent 40%),
            radial-gradient(circle at 80% 20%, rgba(94, 87, 230, 0.08) 0%, transparent 40%);
        pointer-events: none;
        animation: fpBlobRotate 30s linear infinite;
    }

    /* Subtle grid pattern for texture */
    .fp-help-hero::after {
        content: '';
        position: absolute;
        inset: 0;
        background-image:
            linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
        background-size: 40px 40px;
        pointer-events: none;
        opacity: 0.5;
    }

    @keyframes fpBlobRotate {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    .fp-help-hero-content {
        position: relative;
        z-index: 2;
        max-width: 700px;
        margin: 0 auto;
        animation: fpFadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both;
    }

    .fp-help-badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(12px);
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: var(--fp-radius-pill);
        padding: 8px 18px;
        font-size: var(--fp-text-base);
        font-weight: 800;
        color: #FFFFFF;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        margin-bottom: 24px;
    }

    .fp-help-hero h1 {
        font-size: clamp(2.5rem, 7vw, 4.5rem);
        font-weight: 900;
        color: #FFFFFF;
        line-height: 1.05;
        letter-spacing: -0.04em;
        margin-bottom: 20px;
    }

    .fp-help-hero p {
        font-size: var(--fp-text-lg2);
        color: #94A3B8;
        line-height: 1.6;
        font-weight: 400;
        margin-bottom: 36px;
    }

    /* PREMIUM SEARCH BAR */
    .fp-help-search-wrap {
        max-width: 560px;
        margin: 0 auto;
        position: relative;
    }

    .fp-help-search-input {
        width: 100%;
        padding: 22px 60px 22px 28px;
        border: 2px solid transparent;
        border-radius: var(--fp-radius-xl);
        background: rgba(255, 255, 255, 0.05);
        /* Glassmorphism input */
        backdrop-filter: blur(12px);
        color: #FFFFFF;
        font-family: var(--fp-font);
        font-size: var(--fp-text-lg);
        font-weight: 500;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
        outline: none;
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .fp-help-search-input::placeholder {
        color: rgba(255, 255, 255, 0.4);
    }

    .fp-help-search-input:focus {
        background: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.3);
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    }

    .fp-help-search-icon {
        position: absolute;
        right: 24px;
        top: 50%;
        transform: translateY(-50%);
        font-size: var(--fp-text-lg2);
        pointer-events: none;
        opacity: 0.6;
    }

    /* Popular tags */
    .fp-help-popular {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
        align-items: center;
    }

    .fp-help-popular span {
        font-size: var(--fp-text-base);
        color: #64748B;
        font-weight: 700;
        margin-right: 4px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .fp-popular-tag {
        padding: 8px 16px;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: var(--fp-radius-pill);
        color: #CBD5E1;
        font-size: var(--fp-text-base);
        font-weight: 700;
        cursor: pointer;
        transition: all 0.2s;
        text-decoration: none;
    }

    .fp-popular-tag:hover {
        background: #FFFFFF;
        color: #0A0A0A;
        transform: translateY(-2px);
    }

    /* ── CATEGORY CARDS GRID (HIGH CONTRAST) ── */
    .fp-help-categories {
        max-width: 1100px !important;
        margin: -40px auto 0 !important;
        padding: 0 20px;
        position: relative;
        z-index: 10;
        animation: fpFadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
    }

    .fp-help-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 16px;
    }

    .fp-help-cat-card {
        background: #FFFFFF;
        border-radius: var(--fp-radius-xl);
        padding: 28px 20px;
        border: 1px solid #E2E8F0;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
        text-decoration: none;
        color: inherit;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 12px;
        position: relative;
    }

    .fp-help-cat-card:hover {
        transform: translateY(-8px);
        border-color: #0A0A0A;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    }

    .fp-hcc-icon {
        width: 56px;
        height: 56px;
        margin: 0 auto;
        border-radius: var(--fp-radius-lg);
        background: #F1F5F9;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: var(--fp-text-2xl3);
        transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    }

    .fp-help-cat-card:hover .fp-hcc-icon {
        background: #0A0A0A;
        transform: scale(1.1) rotate(5deg);
    }

    .fp-help-cat-card:hover .fp-hcc-icon {
        filter: grayscale(100%);
        /* Make emojis look sleek on hover */
    }

    .fp-hcc-title {
        font-size: var(--fp-text-md);
        font-weight: 800;
        color: #0A0A0A;
        line-height: 1.3;
        letter-spacing: -0.01em;
    }

    .fp-hcc-count {
        font-size: var(--fp-text-base);
        color: #64748B;
        font-weight: 700;
    }

    /* ── POPULAR ARTICLES (CLEAN & SHARP) ── */
    .fp-popular-articles {
        max-width: 1100px !important;
        margin: 80px auto 0 !important;
        padding: 0 20px;
        animation: fpFadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.4s both;
    }

    .fp-section-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 32px;
    }

    .fp-section-title {
        font-size: var(--fp-text-3xl);
        font-weight: 900;
        color: #0A0A0A;
        letter-spacing: -0.03em;
    }

    .fp-section-link {
        font-size: var(--fp-text-md);
        font-weight: 800;
        color: #0A0A0A;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        transition: gap 0.2s;
    }

    .fp-section-link:hover {
        gap: 10px;
    }

    .fp-articles-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .fp-article-card {
        background: #FFFFFF;
        border-radius: var(--fp-radius-20);
        padding: 28px;
        border: 1px solid #E2E8F0;
        text-decoration: none;
        color: inherit;
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .fp-article-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
        border-color: #0A0A0A;
    }

    .fp-article-cat-tag {
        font-size: var(--fp-text-xs);
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: var(--fp-primary);
    }

    .fp-article-title {
        font-size: var(--fp-text-lg);
        font-weight: 800;
        color: #0A0A0A;
        line-height: 1.4;
        letter-spacing: -0.01em;
    }

    .fp-article-arrow {
        margin-top: auto;
        font-size: var(--fp-text-lg2);
        color: #94A3B8;
        transition: all 0.2s;
        display: inline-block;
    }

    .fp-article-card:hover .fp-article-arrow {
        transform: translateX(6px);
        color: #0A0A0A;
    }

    /* ── STILL NEED HELP CTA (APP CARD STYLE) ── */
    .fp-help-cta {
        max-width: 1000px !important;
        margin: 100px auto 60px !important;
        padding: 0 20px;
        animation: fpFadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.6s both;
    }

    .fp-cta-inner {
        background: linear-gradient(145deg, #1A1A1A 0%, #0F0F0F 100%);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: var(--fp-radius-36);
        padding: 48px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
        position: relative;
        overflow: hidden;
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    }

    .fp-cta-inner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    }

    .fp-cta-text {
        position: relative;
        z-index: 2;
    }

    .fp-cta-text h2 {
        font-size: var(--fp-text-4xl);
        font-weight: 900;
        color: #FFFFFF;
        margin-bottom: 12px;
        letter-spacing: -0.03em;
    }

    .fp-cta-text p {
        color: #94A3B8;
        font-size: var(--fp-text-lg);
        line-height: 1.6;
        max-width: 400px;
    }

    .fp-cta-buttons {
        display: flex;
        flex-direction: column;
        gap: 16px;
        position: relative;
        z-index: 2;
        flex-shrink: 0;
    }

    .fp-cta-btn {
        padding: 16px 32px;
        border-radius: var(--fp-radius-18);
        font-weight: 800;
        font-size: var(--fp-text-md);
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
        white-space: nowrap;
    }

    .fp-cta-btn.primary {
        background: #FFFFFF;
        color: #0A0A0A;
        box-shadow: 0 10px 25px rgba(255, 255, 255, 0.1);
    }

    .fp-cta-btn.primary:hover {
        transform: translateY(-4px);
        box-shadow: 0 15px 35px rgba(255, 255, 255, 0.2);
    }

    .fp-cta-btn.secondary {
        background: rgba(255, 255, 255, 0.05);
        color: #FFFFFF;
        border: 1px solid rgba(255, 255, 255, 0.15);
    }

    .fp-cta-btn.secondary:hover {
        background: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.3);
        transform: translateY(-4px);
    }

    @keyframes fpFadeInUp {
        from {
            opacity: 0;
            transform: translateY(24px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* ── MOBILE FIRST ADJUSTMENTS ── */
    @media (max-width: 900px) {
        .fp-help-hero {
            border-radius: var(--fp-radius-2xl);
            padding: 80px 20px 100px;
            margin: 16px auto 0 !important;
            width: calc(100% - 32px);
        }

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

        .fp-articles-grid {
            grid-template-columns: 1fr;
        }

        .fp-cta-inner {
            flex-direction: column;
            text-align: center;
            padding: 40px 24px;
            border-radius: var(--fp-radius-2xl);
        }

        .fp-cta-text p {
            max-width: 100%;
        }

        .fp-cta-buttons {
            width: 100%;
        }

        .fp-cta-btn {
            width: 100%;
        }

        .fp-help-categories {
            margin-top: -30px !important;
        }
    }

    @media (max-width: 600px) {
        .fp-help-grid {
            gap: 12px;
        }

        .fp-help-cat-card {
            padding: 24px 16px;
            border-radius: var(--fp-radius-20);
        }

        .fp-hcc-icon {
            width: 48px;
            height: 48px;
            font-size: var(--fp-text-2xl);
        }

        .fp-hcc-title {
            font-size: var(--fp-text-base);
        }

        .fp-section-title {
            font-size: var(--fp-text-2xl2);
        }
    }
