.fp-contact-band {
    background: var(--bv-primary);
    max-width: fit-content;
    margin: 20px auto;
    padding: 41px 95px;
    color: var(--bs-body-bg);
    border-radius: 20px;
    text-align: center;
}

.fp-cbtn {
    display: inline-flex;
    gap: 7px;
    font-size: .87rem;
    font-weight: 600;
    padding: .62rem 1.4rem;
    border-radius: 8px;
    border: 1.5px solid rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .07);
    color: var(--klc-white);
    text-decoration: none;
    transition: all var(--klc-ease);
    align-items: center;
}

.fp-cbtn.fp-cbtn-gold {
    background: var(--bs-body-bg);
    border-color: var(--klc-red);
    color: var(--bv-primary);
}

.faq-page .fp-topics {
    background: var(--bs-body-bg);
    padding-block: 3.5rem 4rem;
}

.faq-page .fp-topics-head h2 {

    font-size: clamp(1.7rem, 3vw, 2.2rem);
    font-weight: 700;
    color: var(--bv-primary);
    margin-bottom: .3rem;
}

.fp-fade.fp-visible {
    opacity: 1;
    margin-top: 1rem;
    transform: translateY(0);
}

.fp-topics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.fp-topic-card {
    background: var(--bs-body-bg);
    border: 1px solid #a1a1a1;
    border-radius: 11px;
    padding: 2rem 1.4rem 1.6rem;
    text-align: center;
    cursor: pointer;
    transition: transform var(--klc-ease), box-shadow var(--klc-ease);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.fp-topic-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1.5px solid var(--bs-black);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    color: var(--klc-muted);
}

section.fp-topics {
    text-align: center;
    margin: 50px 0;
}

.klc-hero {

    color: white !important;
}