.faq-page {
    --faq-font-heading: "Bakbak One", var(--cb-font-display), sans-serif;
    --faq-font-body: var(--cb-font-mono);
    --faq-bg: #f1f1f1;
    --faq-ink: #212529;
    --faq-line: #c7c7cc;
    --faq-muted: #4b5563;
    background: var(--faq-bg);
    color: var(--faq-ink);
    padding: 167px 0 173px;
}

body.faq-figma-body .cb-header {
    background: rgba(244, 244, 244, 0.95);
    box-shadow: 0 1px 5px rgba(15, 23, 42, 0.1);
}

body.faq-figma-body .navbar.navbar-custom {
    height: 60px;
    min-height: 60px;
    padding: 20px 40px;
    background: rgba(244, 244, 244, 0.95) !important;
    box-shadow: none !important;
}

body.faq-figma-body .navbar-custom .nav-link,
body.faq-figma-body .navbar-custom .dropdown-toggle {
    font-family: var(--cb-font-mono);
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #000000 !important;
}

body.faq-figma-body .navbar-custom .nav-link:hover,
body.faq-figma-body .navbar-custom .nav-link:focus,
body.faq-figma-body .navbar-custom .dropdown-toggle:hover,
body.faq-figma-body .navbar-custom .dropdown-toggle:focus {
    color: #000000 !important;
    opacity: 0.72;
}

.faq-shell {
    width: min(1120px, calc(100vw - 40px));
    margin: 0 auto;
}

.faq-hero {
    margin-bottom: 30px;
}

.faq-page-title {
    margin: 0;
    font-family: var(--faq-font-heading);
    font-size: 72px;
    line-height: 0.95;
    font-weight: 400;
    letter-spacing: 0;
    color: var(--faq-ink);
}

.faq-page-intro {
    width: min(1095px, 100%);
    margin: 14px 0 0;
    font-family: var(--faq-font-body);
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: var(--faq-ink);
}

.faq-section + .faq-section {
    margin-top: 100px;
}

.faq-section-title {
    display: inline-block;
    margin: 0 0 26px;
    font-family: var(--faq-font-heading);
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    color: var(--faq-ink);
}

.faq-section-list {
    border-bottom: 1px solid var(--faq-line);
}

.faq-item {
    padding: 0 0 18px;
    border-top: 1px solid var(--faq-line);
}

.faq-item:first-child {
    border-top: 0;
}

.faq-item-toggle {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 40px;
    gap: 20px;
    align-items: start;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    list-style: none;
    text-align: left;
}

.faq-item-toggle::-webkit-details-marker,
.faq-item-toggle::marker {
    display: none;
}

.faq-item-question {
    display: block;
    font-family: var(--faq-font-heading);
    font-size: 36px;
    line-height: 1.35;
    font-weight: 400;
    color: var(--faq-ink);
    padding-top: 12px;
}

.faq-item-plus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-family: var(--faq-font-body);
    font-size: 30px;
    line-height: 1;
    color: var(--faq-ink);
    transform: translateY(10px);
}

.faq-item-symbol {
    display: inline-block;
    min-width: 1ch;
    text-align: center;
}

.faq-item[open] .faq-item-symbol--plus,
.faq-item:not([open]) .faq-item-symbol--minus {
    display: none;
}

.faq-item-panel {
    overflow: hidden;
}

.faq-item-answer {
    width: min(1120px, 100%);
    margin: 10px 0 0;
    padding-right: 70px;
    font-family: var(--faq-font-body);
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: var(--faq-ink);
}

.faq-item:not([open]) {
    padding-bottom: 12px;
}

.faq-item:not([open]) .faq-item-panel {
    display: none;
}

.faq-item-toggle:focus-visible {
    outline: 2px solid var(--faq-ink);
    outline-offset: 6px;
}

body.faq-figma-body .cb-site-footer .container {
    max-width: 1024px;
}

body.faq-figma-body .footer {
    margin-top: 0;
}

body.faq-figma-body .cb-site-footer .cb-footer-grid {
    max-width: 904px;
    gap: 2.5rem 3.5rem;
}

body.faq-figma-body .cb-site-footer .cb-footer-title {
    font-family: var(--cb-font-mono);
    font-size: 14px;
    line-height: 19.5px;
    letter-spacing: -0.13px;
}

body.faq-figma-body .cb-site-footer .cb-footer-link {
    font-family: var(--cb-font-mono);
    font-size: 14px;
    line-height: 19.5px;
    letter-spacing: -0.2px;
}

@media (max-width: 991.98px) {
    .faq-page {
        padding: 110px 0 110px;
    }

    body.faq-figma-body .navbar.navbar-custom {
        padding: 14px 18px;
    }

    .faq-shell {
        width: min(1120px, calc(100vw - 32px));
    }

    .faq-page-title {
        font-size: 56px;
    }

    .faq-section + .faq-section {
        margin-top: 76px;
    }

    .faq-section-title {
        font-size: 40px;
        line-height: 1.2;
    }

    .faq-item-question {
        font-size: 30px;
        line-height: 1.3;
    }

    .faq-item-answer {
        padding-right: 0;
    }
}

@media (max-width: 640px) {
    .faq-page {
        padding: 92px 0 84px;
    }

    .faq-shell {
        width: calc(100vw - 24px);
    }

    .faq-hero {
        margin-bottom: 20px;
    }

    .faq-page-title {
        font-size: 44px;
        line-height: 1;
    }

    .faq-page-intro {
        margin-top: 12px;
        font-size: 14px;
        line-height: 24px;
    }

    .faq-section + .faq-section {
        margin-top: 56px;
    }

    .faq-section-title {
        margin-bottom: 18px;
        font-size: 32px;
        line-height: 1.2;
    }

    .faq-item {
        padding-bottom: 14px;
    }

    .faq-item-toggle {
        grid-template-columns: minmax(0, 1fr) 28px;
        gap: 10px;
    }

    .faq-item-question {
        font-size: 24px;
        line-height: 1.25;
        padding-top: 8px;
    }

    .faq-item-plus {
        width: 28px;
        height: 28px;
        font-size: 22px;
        transform: translateY(8px);
    }

    .faq-item-answer {
        margin-top: 8px;
        font-size: 14px;
        line-height: 24px;
    }
}
