.help-page-shell {
    padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px));
}

.help-layout {
    padding-bottom: 24px;
}

.help-surface {
    display: grid;
    gap: 18px;
}

.help-hero {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--services-line-soft);
}

.help-hero__copy {
    min-width: 0;
}

.help-hero__copy h2 {
    margin: 0;
    font-size: clamp(24px, 2vw, 30px);
    line-height: 1.08;
    letter-spacing: -0.02em;
}

.help-hero__summary {
    margin: 12px 0 0;
    max-width: 780px;
    color: var(--services-muted);
    font-size: 14px;
    line-height: 1.8;
}

.help-hero__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
    flex-shrink: 0;
}

.help-section {
    margin: 0;
}

.help-grid {
    display: grid;
    gap: 18px;
}

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

.help-panel {
    padding: 20px;
    border-radius: 18px;
    background: var(--services-muted-surface);
    border: 1px solid var(--services-line-soft);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.help-panel__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.help-panel__eyebrow {
    margin: 0 0 8px;
    color: var(--services-accent-soft);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.help-panel__head h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.16;
    letter-spacing: -0.02em;
}

.help-panel__desc {
    margin: 8px 0 0;
    color: var(--services-muted);
    font-size: 13px;
    line-height: 1.7;
}

.help-panel__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.22);
    color: var(--services-accent-soft);
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

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

.help-stat-card,
.help-map-card,
.help-mode-card,
.help-faq-card {
    border-radius: 16px;
    background: var(--services-surface);
    border: 1px solid var(--services-line-soft);
}

.help-stat-card {
    padding: 15px 16px;
}

.help-stat-card span {
    display: block;
    margin-bottom: 10px;
    color: var(--services-muted-soft);
    font-size: 11px;
}

.help-stat-card strong {
    display: block;
    color: var(--services-text);
    font-size: 22px;
    line-height: 1.18;
    word-break: break-word;
}

.help-callout {
    display: grid;
    gap: 10px;
    margin-top: 14px;
    padding: 16px;
    border-radius: 16px;
    border: 1px dashed rgba(34, 197, 94, 0.32);
    background: rgba(34, 197, 94, 0.06);
    color: var(--services-muted);
    font-size: 13px;
    line-height: 1.75;
}

.help-callout p {
    margin: 0;
}

.help-callout code {
    color: var(--services-text);
    font-weight: 700;
}

.help-steps,
.help-mode-list,
.help-faq-list {
    display: grid;
    gap: 12px;
}

.help-step-card {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    align-items: flex-start;
    padding: 15px 16px;
    border-radius: 16px;
    background: var(--services-surface);
    border: 1px solid var(--services-line-soft);
}

.help-step-card__index,
.help-map-card__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(34, 197, 94, 0.14);
    border: 1px solid rgba(34, 197, 94, 0.2);
    color: var(--services-accent-soft);
    font-weight: 800;
}

.help-step-card__index {
    width: 52px;
    height: 52px;
    font-size: 16px;
}

.help-step-card h4,
.help-map-card h4,
.help-mode-card h4,
.help-faq-card h4 {
    margin: 0;
    color: var(--services-text);
    font-size: 16px;
    line-height: 1.4;
}

.help-step-card p,
.help-mode-card p,
.help-faq-card p {
    margin: 8px 0 0;
    color: var(--services-muted);
    font-size: 13px;
    line-height: 1.72;
}

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

.help-map-card {
    padding: 18px;
}

.help-map-card__tag {
    min-width: 38px;
    height: 38px;
    margin-bottom: 14px;
    font-size: 14px;
}

.help-list {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.help-list li {
    color: var(--services-muted);
    font-size: 13px;
    line-height: 1.72;
}

.help-list strong {
    color: var(--services-text);
}

.help-mode-card,
.help-faq-card {
    padding: 16px;
}

@media (max-width: 1120px) {
    .help-grid--two,
    .help-map-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .help-hero {
        flex-direction: column;
    }

    .help-hero__actions {
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .help-surface {
        gap: 14px;
    }

    .help-panel {
        padding: 16px;
        border-radius: 16px;
    }

    .help-panel__head {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 14px;
    }

    .help-panel__head h3,
    .help-hero__copy h2 {
        font-size: 20px;
    }

    .help-hero__summary,
    .help-panel__desc,
    .help-list li,
    .help-step-card p,
    .help-mode-card p,
    .help-faq-card p,
    .help-callout {
        font-size: 12px;
    }

    .help-stat-card strong {
        font-size: 18px;
    }
}

@media (max-width: 520px) {
    .help-layout {
        padding-bottom: 12px;
    }

    .help-surface {
        padding: 14px 16px 16px;
    }

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

    .help-step-card {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 12px;
        padding: 14px;
    }

    .help-step-card__index {
        width: 44px;
        height: 44px;
        font-size: 14px;
    }

    .help-map-card {
        padding: 16px;
    }

    .help-hero__actions {
        width: 100%;
    }

    .help-hero__actions .services-quick-link {
        flex: 1 1 calc(50% - 6px);
        min-width: 0;
    }
}
