/* AI View Sync Help Center */
.help-hero {
    min-height: 520px;
    display: flex;
    align-items: center;
    padding: 78px 0 84px;
}

.help-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.58fr);
    gap: 64px;
    align-items: center;
}

.help-hero-copy h1 {
    max-width: 760px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(3rem, 6vw, 5rem);
    line-height: 0.98;
    letter-spacing: 0;
}

.help-search {
    margin-top: 30px;
    max-width: 760px;
}

.help-search label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.help-search-control {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding: 8px;
    border: 1px solid rgba(34, 211, 238, 0.28);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.help-search-control input {
    min-width: 0;
    min-height: 48px;
    border: 0;
    color: var(--ai-ink);
    font: inherit;
    font-weight: 750;
    outline: 0;
    padding: 0 14px;
}

.help-search-control input::placeholder {
    color: #94a3b8;
    font-weight: 650;
}

.help-search-control button {
    min-height: 48px;
    padding: 0 18px;
    border: 0;
    border-radius: 8px;
    color: var(--avs-navy);
    background: var(--avs-cyan);
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}

.help-search-control button:hover {
    background: #06b6d4;
}

.help-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.help-path-panel {
    padding: 24px;
    border: 1px solid rgba(34, 211, 238, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.help-path-heading {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.help-path-heading .mini-label {
    display: inline-flex;
    color: var(--avs-cyan);
    font-size: 0.76rem;
    font-weight: 950;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.help-path-heading strong {
    display: block;
    margin-top: 8px;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1.08;
}

.help-path-panel ol {
    display: grid;
    gap: 12px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.help-path-panel a {
    display: grid;
    grid-template-columns: 38px 1fr;
    align-items: center;
    gap: 12px;
    min-height: 54px;
    padding: 10px;
    border: 1px solid rgba(34, 211, 238, 0.22);
    border-radius: 8px;
    color: #dbeafe;
    background: rgba(255, 255, 255, 0.07);
    text-decoration: none;
    font-weight: 900;
}

.help-path-panel a:hover {
    color: #ffffff;
    border-color: rgba(34, 211, 238, 0.48);
    background: rgba(34, 211, 238, 0.12);
}

.help-path-panel a span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: var(--avs-navy);
    background: var(--avs-cyan);
    font-size: 0.86rem;
    font-weight: 950;
}

.help-topic-grid {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    gap: 56px;
    align-items: start;
}

.help-faq-links,
.help-success-grid {
    display: grid;
    gap: 14px;
}

.help-faq-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.help-faq-links a,
.help-success-card,
.help-article,
.help-answer-grid details {
    border: 1px solid var(--ai-border);
    border-radius: 8px;
    background: #ffffff;
}

.help-faq-links a {
    min-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    color: var(--ai-ink);
    text-decoration: none;
}

.help-faq-links a:hover,
.help-success-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.help-faq-links span {
    color: #334155;
    font-weight: 850;
}

.help-faq-links strong {
    color: var(--ai-blue-dark);
    font-size: 0.86rem;
}

.help-success-section {
    background:
        linear-gradient(90deg, rgba(59, 130, 246, 0.08), rgba(16, 185, 129, 0.08)),
        var(--ai-bg);
}

.help-success-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.help-success-card {
    min-height: 232px;
    padding: 22px;
    color: var(--ai-ink);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.help-success-card span {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 8px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--ai-navy), var(--ai-blue));
    font-size: 0.78rem;
    font-weight: 950;
}

.help-success-card:nth-child(2n) span {
    background: var(--ai-purple);
}

.help-success-card:nth-child(3n) span {
    background: var(--ai-green);
}

.help-success-card:nth-child(4n) span {
    color: var(--ai-navy);
    background: var(--ai-orange);
}

.help-success-card strong {
    display: block;
    font-size: 1.14rem;
}

.help-success-card p {
    margin: 9px 0 0;
    color: var(--ai-muted);
}

.help-no-results {
    margin: 28px 0 0;
    padding: 18px;
    border: 1px solid var(--ai-border);
    border-radius: 8px;
    background: #ffffff;
    color: var(--ai-muted);
    font-weight: 850;
    text-align: center;
}

.help-article-list {
    display: grid;
    gap: 24px;
}

.help-article {
    scroll-margin-top: 110px;
    padding: 28px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
}

.help-article-header {
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: 22px;
    align-items: start;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--ai-border);
}

.help-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 8px;
    color: var(--avs-navy);
    background: rgba(34, 211, 238, 0.22);
    font-size: 0.8rem;
    font-weight: 950;
}

.help-article h2 {
    margin: 0;
    color: var(--ai-ink);
    font-size: 2rem;
    line-height: 1.05;
}

.help-article-header p {
    max-width: 780px;
    margin: 8px 0 0;
    color: var(--ai-muted);
    font-size: 1rem;
}

.help-fact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
}

.help-fact-grid div {
    padding: 18px;
    border: 1px solid var(--ai-border);
    border-radius: 8px;
    background: var(--ai-bg);
}

.help-fact-grid strong,
.help-step-list h3 {
    display: block;
    color: var(--ai-ink);
    font-size: 0.94rem;
}

.help-fact-grid p {
    margin: 7px 0 0;
    color: var(--ai-muted);
}

.help-step-list {
    margin-top: 24px;
}

.help-step-list h3 {
    margin: 0 0 10px;
}

.help-step-list ol {
    display: grid;
    gap: 10px;
    margin: 0;
    padding-left: 22px;
    color: #334155;
}

.help-step-list li::marker {
    color: var(--avs-purple);
    font-weight: 950;
}

.help-answer-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}

.help-answer-grid details {
    min-height: 100%;
}

.help-answer-grid summary {
    cursor: pointer;
    padding: 17px 18px;
    color: var(--ai-ink);
    font-weight: 900;
}

.help-answer-grid summary::marker {
    color: var(--avs-purple);
}

.help-answer-grid p {
    margin: 0;
    padding: 0 18px 18px;
    color: var(--ai-muted);
}

@media (max-width: 1040px) {
    .help-hero-grid,
    .help-topic-grid {
        grid-template-columns: 1fr;
    }

    .help-success-grid,
    .help-fact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .help-hero {
        min-height: auto;
        padding: 52px 0 58px;
    }

    .help-hero-copy h1 {
        font-size: 2.8rem;
    }

    .help-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .help-faq-links,
    .help-success-grid,
    .help-fact-grid,
    .help-answer-grid {
        grid-template-columns: 1fr;
    }

    .help-search-control {
        grid-template-columns: 1fr;
    }

    .help-search-control button {
        width: 100%;
    }

    .help-article {
        padding: 20px;
    }

    .help-article-header {
        grid-template-columns: 1fr;
    }
}
