.pg-faq {
    width: 100%;
    background: #fff;
}

.pg-faq-inner {
    width: min(1180px, 90%);
    margin: 0 auto;
    padding: 52px 0 90px;
}

.pg-faq .pg-breadcrumb {
    margin: 0 0 18px;
    color: #7a7d84;
    font-size: 14px;
}

.pg-faq .pg-breadcrumb a {
    color: #c90083;
    font-weight: 700;
}

.pg-faq-header {
    max-width: 800px;
    margin-bottom: 42px;
}

.pg-faq-header h1 {
    margin: 12px 0 18px;
    font-size: 46px;
    line-height: 1;
    letter-spacing: -1.8px;
}

.pg-faq-header p {
    margin: 0;
    color: #555960;
    font-size: 18px;
    line-height: 1.7;
}

.pg-faq-list {
    display: grid;
    gap: 12px;
}

.pg-faq-list details {
    border: 1px solid #e0e1e5;
    border-radius: 9px;
    background: #fff;
    overflow: hidden;
}

.pg-faq-list summary {
    min-height: 70px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    cursor: pointer;
    list-style: none;
    color: #202229;
    font-size: 17px;
    font-weight: 700;
}

.pg-faq-list summary::-webkit-details-marker {
    display: none;
}

.pg-faq-list summary b {
    color: #c90083;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    transition: transform .18s ease;
}

.pg-faq-list details[open] summary b {
    transform: rotate(45deg);
}

.pg-faq-list details > div {
    padding: 0 64px 22px 22px;
    color: #565a62;
    font-size: 16px;
    line-height: 1.7;
}

.pg-faq-list details > div a {
    color: #c90083;
    font-weight: 700;
}

.pg-faq-help {
    margin-top: 42px;
    padding: 36px;
    border-radius: 12px;
    background: #f5f5f7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
}

.pg-faq-help h2 {
    margin: 10px 0 12px;
    font-size: 29px;
    letter-spacing: -.8px;
}

.pg-faq-help p {
    max-width: 620px;
    margin: 0;
    color: #565a62;
    font-size: 16px;
    line-height: 1.6;
}

.pg-faq-actions {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (max-width: 800px) {
    .pg-faq-help {
        align-items: stretch;
        flex-direction: column;
    }

    .pg-faq-actions {
        width: 100%;
    }

    .pg-faq-actions .pg-ui-button {
        width: 100%;
    }
}

@media (max-width: 700px) {
    .pg-faq-inner {
        width: calc(100% - 40px);
        padding: 36px 0 60px;
    }

    .pg-faq-header {
        margin-bottom: 28px;
    }

    .pg-faq-header h1 {
        font-size: 36px;
        letter-spacing: -1.2px;
    }

    .pg-faq-header p {
        font-size: 16px;
    }

    .pg-faq-list summary {
        min-height: 64px;
        padding: 16px 18px;
        font-size: 15px;
    }

    .pg-faq-list details > div {
        padding: 0 44px 18px 18px;
        font-size: 15px;
    }

    .pg-faq-help {
        padding: 26px 22px;
    }
}
