.faq-header {
    background:
        linear-gradient(135deg, rgba(237, 20, 91, 0.09), rgba(14, 165, 233, 0.07)),
        #ffffff;
    border-bottom: 1px solid rgba(226, 232, 240, 0.95);
    padding: 2.8rem 0 3rem;
}

.faq-hero {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 48rem;
    text-align: center;
}

.faq-hero-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 46rem;
}

.faq-kicker {
    align-items: center;
    color: #ed145b;
    display: inline-flex;
    font-family: "Montserrat", sans-serif;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
}

.faq-header h1 {
    color: #0f172a;
    font-family: "Montserrat", sans-serif;
    font-size: 2.95rem;
    font-weight: 900;
    line-height: 1.08;
    margin: 0;
    max-width: 40rem;
}

.faq-header p {
    color: #64748b;
    font-family: "Montserrat", sans-serif;
    font-size: 0.98rem;
    font-weight: 500;
    line-height: 1.6;
    margin: 0.9rem 0 0;
    max-width: 38rem;
}

.faq-hero-actions {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.35rem;
}

.faq-primary-link,
.faq-secondary-link {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-family: "Montserrat", sans-serif;
    font-size: 0.9rem;
    font-weight: 800;
    gap: 0.45rem;
    min-height: 2.65rem;
    padding: 0.72rem 1.05rem;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.faq-primary-link {
    background: #ed145b;
    box-shadow: 0 14px 28px rgba(237, 20, 91, 0.24);
    color: #ffffff !important;
}

.faq-secondary-link {
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.35);
    color: #ed145b !important;
}

.faq-primary-link i,
.faq-secondary-link i {
    color: currentColor !important;
}

.faq-primary-link:hover,
.faq-secondary-link:hover {
    transform: translateY(-1px);
}

.faq-primary-link:hover {
    box-shadow: 0 18px 36px rgba(237, 20, 91, 0.3);
    color: #ffffff;
}

.faq-secondary-link:hover {
    border-color: rgba(237, 20, 91, 0.35);
    color: #ed145b;
}

.faq-page {
    background: #f8fafc;
    min-height: 58vh;
    padding: 2.25rem 0 4rem;
}

.faq-page-compact {
    background: transparent;
    min-height: 0;
    padding: 2.2rem 0 4.5rem;
}

.faq-inline-heading {
    margin: 0 auto 1.35rem;
    max-width: 42rem;
}

.faq-inline-heading h2 {
    color: #111827;
    font-family: "Montserrat", sans-serif;
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1.15;
    margin: 0;
}

.faq-inline-heading p {
    color: #64748b;
    font-family: "Montserrat", sans-serif;
    font-size: 0.94rem;
    font-weight: 500;
    line-height: 1.6;
    margin: 0.65rem auto 0;
    max-width: 36rem;
}

.faq-layout {
    align-items: start;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(14rem, 16rem) minmax(0, 1fr);
    margin: 0 auto;
    max-width: 76rem;
}

.faq-topic-nav {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 0.5rem;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
    padding: 1rem;
    position: sticky;
    top: 6rem;
}

.faq-topic-label {
    color: #94a3b8;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 0.72rem;
    font-weight: 900;
    margin-bottom: 0.65rem;
    text-transform: uppercase;
}

.faq-topic-nav nav {
    display: grid;
    gap: 0.35rem;
}

.faq-topic-nav a {
    align-items: center;
    border-radius: 0.5rem;
    color: #334155;
    display: grid;
    font-family: "Montserrat", sans-serif;
    font-size: 0.82rem;
    font-weight: 800;
    gap: 0.55rem;
    grid-template-columns: 1.2rem minmax(0, 1fr);
    line-height: 1.25;
    padding: 0.68rem 0.7rem;
    text-decoration: none;
    transition: background 0.18s ease, color 0.18s ease;
}

.faq-topic-nav a:hover {
    background: #fff1f6;
    color: #ed145b;
}

.faq-topic-nav i {
    font-size: 0.98rem;
    text-align: center;
}

.faq-shell {
    min-width: 0;
    margin: 0 auto;
    max-width: 76rem;
}

.faq-topic-accordion {
    display: grid;
    gap: 0.9rem;
}

.faq-topic-item {
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.98) !important;
    border-radius: 0.65rem !important;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.055);
    overflow: hidden;
}

.faq-topic-toggle {
    align-items: center;
    background: #ffffff;
    border: 0;
    box-shadow: none !important;
    color: #111827;
    display: grid;
    gap: 0.8rem;
    grid-template-columns: 2.7rem minmax(0, 1fr) auto;
    padding: 1rem 1.1rem;
}

.faq-topic-toggle:not(.collapsed) {
    background: linear-gradient(180deg, #ffffff 0%, #fff7fa 100%);
    color: #111827;
}

.faq-topic-toggle > span:first-child {
    align-items: center;
    background: #fff1f6;
    border: 1px solid rgba(237, 20, 91, 0.18);
    border-radius: 0.5rem;
    color: #ed145b;
    display: inline-flex;
    font-size: 1.1rem;
    height: 2.7rem;
    justify-content: center;
    width: 2.7rem;
}

.faq-topic-toggle::after {
    align-items: center;
    background: #fff1f6;
    background-image: none !important;
    border: 1px solid rgba(237, 20, 91, 0.18);
    border-radius: 999px;
    color: #ed145b;
    content: "+";
    display: inline-flex;
    font-family: "Montserrat", sans-serif;
    font-size: 1.1rem;
    font-weight: 900;
    height: 2rem;
    justify-content: center;
    line-height: 1;
    transform: none !important;
    width: 2rem;
}

.faq-topic-toggle:not(.collapsed)::after {
    background: #ed145b;
    color: #ffffff;
    content: "-";
}

.faq-topic-title {
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
    min-width: 0;
    text-align: left;
}

.faq-topic-title strong {
    color: #111827;
    font-family: "Montserrat", sans-serif;
    font-size: 1.08rem;
    font-weight: 900;
    line-height: 1.2;
}

.faq-topic-title small {
    color: #94a3b8;
    font-family: "Montserrat", sans-serif;
    font-size: 0.75rem;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.faq-topic-body {
    padding: 0 1.1rem 1.1rem;
}

.faq-section {
    margin-bottom: 1.5rem;
    scroll-margin-top: 6rem;
}

.faq-topic-item.faq-section {
    margin-bottom: 0;
}

.faq-section:last-child {
    margin-bottom: 0;
}

.faq-section-heading {
    align-items: center;
    display: grid;
    gap: 0.8rem;
    grid-template-columns: 2.7rem minmax(0, 1fr);
    margin-bottom: 0.8rem;
}

.faq-section-heading > span {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 0.5rem;
    color: #ed145b;
    display: inline-flex;
    font-size: 1.1rem;
    height: 2.7rem;
    justify-content: center;
    width: 2.7rem;
}

.faq-section-heading h2 {
    color: #111827;
    font-family: "Montserrat", sans-serif;
    font-size: 1.18rem;
    font-weight: 900;
    line-height: 1.2;
    margin: 0;
}

.faq-section-heading p {
    color: #94a3b8;
    font-family: "Montserrat", sans-serif;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0.18rem 0 0;
    text-transform: uppercase;
}

.faq-accordion {
    display: grid;
    gap: 0.8rem;
}

.faq-item {
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.98) !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.055);
    overflow: hidden;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.faq-item:has(.faq-question:not(.collapsed)) {
    border-color: rgba(237, 20, 91, 0.28) !important;
    box-shadow: 0 20px 44px rgba(237, 20, 91, 0.08), 0 12px 30px rgba(15, 23, 42, 0.055);
}

.faq-question {
    align-items: center;
    background: #ffffff;
    border: 0;
    box-shadow: none !important;
    color: #0f172a;
    display: flex;
    font-family: "Montserrat", sans-serif;
    font-size: 0.98rem;
    font-weight: 800;
    gap: 1rem;
    line-height: 1.35;
    min-height: 4.5rem;
    padding: 1.1rem 1.25rem;
}

.faq-question:not(.collapsed) {
    background: linear-gradient(180deg, #ffffff 0%, #fff7fa 100%);
    color: #0f172a;
}

.faq-question::after {
    align-items: center;
    background: #fff1f6;
    background-image: none !important;
    border: 1px solid rgba(237, 20, 91, 0.18);
    border-radius: 999px;
    color: #ed145b;
    content: "+";
    display: inline-flex;
    flex: 0 0 auto;
    font-family: "Montserrat", sans-serif;
    font-size: 1.1rem;
    font-weight: 900;
    height: 2rem;
    justify-content: center;
    line-height: 1;
    margin-left: auto;
    transform: none !important;
    width: 2rem;
}

.faq-question:not(.collapsed)::after {
    background: #ed145b;
    color: #ffffff;
    content: "-";
}

.faq-answer {
    color: #64748b;
    font-family: "Montserrat", sans-serif;
    font-size: 0.96rem;
    font-weight: 500;
    line-height: 1.72;
    padding: 0 1.25rem 1.25rem;
}

.faq-answer p {
    margin: 0 0 0.85rem;
}

.faq-answer p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .faq-hero-copy {
        max-width: 40rem;
    }

    .faq-header h1 {
        font-size: 2.35rem;
        max-width: 34rem;
    }

    .faq-header p {
        max-width: 34rem;
    }

    .faq-layout {
        grid-template-columns: 1fr;
    }

    .faq-topic-nav {
        position: static;
    }

    .faq-topic-nav nav {
        display: flex;
        gap: 0.5rem;
        overflow-x: auto;
        padding-bottom: 0.1rem;
        scrollbar-width: thin;
    }

    .faq-topic-nav a {
        flex: 0 0 auto;
        min-width: 12rem;
    }

    .faq-topic-toggle {
        grid-template-columns: 2.45rem minmax(0, 1fr) auto;
        padding: 0.95rem 1rem;
    }

    .faq-topic-toggle > span:first-child {
        height: 2.45rem;
        width: 2.45rem;
    }
}

@media (max-width: 767.98px) {
    .faq-header {
        padding: 1.25rem 0 1.5rem;
    }

    .faq-hero-copy {
        min-height: 0;
    }

    .faq-header h1 {
        font-size: 1.9rem;
        max-width: 20rem;
    }

    .faq-header p {
        font-size: 0.92rem;
        max-width: 20rem;
    }

    .faq-hero-actions {
        gap: 0.55rem;
    }

    .faq-primary-link,
    .faq-secondary-link {
        font-size: 0.86rem;
        min-height: 2.45rem;
        padding: 0.65rem 0.9rem;
    }

    .faq-page {
        padding: 1.25rem 0 2.6rem;
    }

    .faq-page-compact {
        padding-bottom: 3.5rem;
    }

    .faq-topic-nav {
        border-radius: 0.5rem;
        padding: 0.85rem;
    }

    .faq-section {
        margin-bottom: 1.25rem;
    }

    .faq-inline-heading h2 {
        font-size: 1.35rem;
    }

    .faq-inline-heading p {
        font-size: 0.88rem;
    }

    .faq-topic-toggle {
        gap: 0.65rem;
        grid-template-columns: 2.25rem minmax(0, 1fr) auto;
        padding: 0.85rem;
    }

    .faq-topic-toggle > span:first-child {
        height: 2.25rem;
        width: 2.25rem;
    }

    .faq-topic-title strong {
        font-size: 0.95rem;
    }

    .faq-topic-toggle::after {
        height: 1.75rem;
        width: 1.75rem;
    }

    .faq-topic-body {
        padding: 0 0.85rem 0.85rem;
    }

    .faq-section-heading {
        grid-template-columns: 2.35rem minmax(0, 1fr);
    }

    .faq-section-heading > span {
        border-radius: 0.5rem;
        height: 2.35rem;
        width: 2.35rem;
    }

    .faq-section-heading h2 {
        font-size: 1rem;
    }

    .faq-question {
        font-size: 0.92rem;
        min-height: 4rem;
        padding: 0.95rem 1rem;
    }

    .faq-question::after {
        height: 1.75rem;
        width: 1.75rem;
    }

    .faq-answer {
        font-size: 0.9rem;
        padding: 0 1rem 1rem;
    }
}
