/* Help & Support — dynamic topics */
.bbd-help__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 28px;
}

.bbd-help__card {
    background: #fff;
    border: 1px solid var(--ps-green-border, #d4dd9d);
    padding: 18px 18px 16px;
}

.bbd-help__icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--ps-green-soft, #edf3c7);
    color: var(--brand-primary, var(--ps-green, #93b219));
    margin-bottom: 12px;
    font-size: 18px;
}

.bbd-help__card h2 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 800;
    color: #111;
}

.bbd-help__body {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 12px;
}

.bbd-help__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    color: var(--brand-primary, var(--ps-green, #93b219));
}

.bbd-help__link i {
    font-size: 12px;
}

.bbd-help__section-title {
    margin: 8px 0 6px;
    font-size: 22px;
    font-weight: 800;
    color: #111;
}

.bbd-help__section-sub {
    margin: 0 0 14px;
    color: #666;
    font-size: 14px;
}

.bbd-help__office-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 28px;
}

.bbd-help__office {
    background: var(--ps-green-soft, #edf3c7);
    border: 1px solid var(--ps-green-border, #d4dd9d);
    padding: 14px 16px;
}

.bbd-help__office h3 {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 800;
}

.bbd-help__office p {
    margin: 0 0 8px;
    font-size: 13px;
    color: #555;
    line-height: 1.45;
}

.bbd-help__phones a {
    font-weight: 700;
    color: var(--brand-primary, var(--ps-green, #93b219));
}

.bbd-help__faq-list {
    margin-bottom: 12px;
}

.bbd-help__faq {
    border: 1px solid var(--ps-green-border, #d4dd9d);
    background: #fff;
    margin-bottom: 8px;
    padding: 0 14px;
}

.bbd-help__faq summary {
    cursor: pointer;
    font-weight: 700;
    padding: 12px 0;
    list-style: none;
}

.bbd-help__faq summary::-webkit-details-marker {
    display: none;
}

.bbd-help__faq-answer {
    padding: 0 0 14px;
    color: #444;
    font-size: 14px;
    line-height: 1.6;
}

.bbd-help__link--more {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .bbd-help__grid,
    .bbd-help__office-grid {
        grid-template-columns: 1fr;
    }
}
