.runner-brand-faq {
    --rbf-orange: #E26802;
    --rbf-orange-dark: #C95700;
    --rbf-orange-soft: rgba(226, 104, 2, .08);
    --rbf-text: #171B22;
    --rbf-muted: #6F7785;
    --rbf-line: #E4E8EE;
    --rbf-line-soft: #EEF2F6;
    --rbf-bg: #FAFBFC;
    --rbf-white: #FFFFFF;
    --rbf-shadow: 0 12px 32px rgba(16, 24, 40, .04);
    color: var(--rbf-text);
    background: var(--rbf-bg);
    font-family: inherit;
    padding: 28px 0 34px;
}

.runner-brand-faq + .runner-brand-faq {
    padding-top: 0;
}

.runner-brand-faq *,
.runner-brand-faq *::before,
.runner-brand-faq *::after {
    box-sizing: border-box;
}

.rbf-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 32px;
}

.rbf-about-card,
.rbf-faq-card {
    background: var(--rbf-white);
    border: 1px solid var(--rbf-line);
    border-radius: 0;
    box-shadow: var(--rbf-shadow);
}

.rbf-about-card {
    display: grid;
    grid-template-columns: .9fr 1.2fr;
    gap: 36px;
    align-items: stretch;
    padding: 32px;
}

.rbf-about-content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
}

.rbf-label {
    margin-bottom: 13px;
    color: var(--rbf-orange);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rbf-about-title,
.rbf-faq-title {
    margin: 0;
    color: var(--rbf-text);
    font-size: 34px;
    font-weight: 750;
    line-height: 1.12;
    letter-spacing: 0;
}

.rbf-about-lead {
    max-width: 600px;
    margin: 17px 0 0;
    color: var(--rbf-text);
    font-size: 20px;
    font-weight: 650;
    line-height: 1.35;
}

.rbf-about-text {
    max-width: 660px;
    margin-top: 20px;
    color: var(--rbf-muted);
    font-size: 15px;
    line-height: 1.68;
}

.rbf-about-text p,
.rbf-faq-intro p,
.rbf-faq-answer p {
    margin: 0;
}

.rbf-about-text p + p {
    margin-top: 13px;
}

.rbf-text-link,
.rbf-inline-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--rbf-orange);
    font-weight: 650;
    line-height: 1.35;
    text-decoration: none;
    border-bottom: 1px solid rgba(226, 104, 2, .34);
    transition: color .2s ease, border-color .2s ease;
}

.rbf-text-link {
    margin-top: 26px;
    font-size: 15px;
}

.rbf-inline-link {
    margin-top: 12px;
    font-size: 14px;
}

.rbf-text-link:hover,
.rbf-text-link:focus-visible,
.rbf-inline-link:hover,
.rbf-inline-link:focus-visible {
    color: var(--rbf-orange-dark);
    border-bottom-color: currentColor;
}

.rbf-about-visual {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 18px;
}

.rbf-visual-card {
    position: relative;
    min-height: 270px;
    height: clamp(270px, 20vw, 290px);
    overflow: hidden;
    border: 1px solid var(--rbf-line-soft);
    border-radius: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, .88)),
        radial-gradient(circle at 50% 78%, rgba(226, 104, 2, .11), transparent 34%),
        #F7F9FC;
}

.rbf-visual-card::after {
    position: absolute;
    right: 12%;
    bottom: 28px;
    left: 12%;
    height: 18px;
    border-radius: 0;
    background: rgba(23, 27, 34, .08);
    filter: blur(14px);
    content: "";
}

.rbf-about-picture {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
}

.rbf-about-picture img {
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: 50% 53%;
}

.rbf-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.rbf-fact-card {
    min-width: 0;
    padding: 18px;
    border: 1px solid var(--rbf-line);
    border-radius: 0;
    background: var(--rbf-white);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.rbf-fact-card:hover {
    border-color: var(--rbf-orange);
    box-shadow: 0 10px 24px rgba(16, 24, 40, .05);
    transform: translateY(-1px);
}

.rbf-fact-icon {
    display: flex;
    width: 34px;
    height: 34px;
    margin-bottom: 14px;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    color: var(--rbf-orange);
    background: var(--rbf-orange-soft);
}

.rbf-fact-icon svg {
    width: 21px;
    height: 21px;
}

.rbf-fact-card strong {
    display: block;
    color: var(--rbf-text);
    font-size: 15px;
    font-weight: 750;
    line-height: 1.25;
}

.rbf-fact-card span:not(.rbf-fact-icon) {
    display: block;
    margin-top: 7px;
    color: var(--rbf-muted);
    font-size: 13px;
    line-height: 1.42;
}

.rbf-faq-card {
    display: grid;
    grid-template-columns: .35fr .65fr;
    gap: 36px;
    margin-top: 0;
    padding: 32px;
}

.rbf-faq-intro {
    min-width: 0;
}

.rbf-faq-intro p {
    max-width: 390px;
    margin-top: 16px;
    color: var(--rbf-muted);
    font-size: 15px;
    line-height: 1.65;
}

.rbf-accordion {
    min-width: 0;
}

.rbf-faq-item {
    overflow: hidden;
    border: 1px solid var(--rbf-line);
    border-radius: 0;
    background: var(--rbf-white);
    transition: border-color .2s ease, box-shadow .2s ease;
}

.rbf-faq-item + .rbf-faq-item {
    margin-top: 10px;
}

.rbf-faq-item.rbf-is-open {
    border-color: rgba(226, 104, 2, .35);
    box-shadow: 0 10px 24px rgba(16, 24, 40, .04);
}

.rbf-faq-question {
    margin: 0;
}

.rbf-faq-button {
    display: flex;
    width: 100%;
    min-height: 62px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 20px;
    border: 0;
    color: var(--rbf-text);
    background: transparent;
    font: inherit;
    font-size: 16px;
    font-weight: 650;
    line-height: 1.35;
    text-align: left;
    cursor: pointer;
    transition: color .2s ease;
}

.rbf-faq-button:hover,
.rbf-faq-button:focus-visible,
.rbf-faq-item.rbf-is-open .rbf-faq-button {
    color: var(--rbf-orange);
}

.rbf-faq-button:focus-visible,
.rbf-text-link:focus-visible,
.rbf-inline-link:focus-visible {
    outline: 2px solid rgba(226, 104, 2, .36);
    outline-offset: 3px;
}

.rbf-faq-icon {
    position: relative;
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    color: var(--rbf-muted);
    transition: color .2s ease;
}

.rbf-faq-icon::before,
.rbf-faq-icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 2px;
    border-radius: 0;
    background: currentColor;
    content: "";
    transform-origin: center;
    transition: transform .2s ease;
}

.rbf-faq-icon::before {
    transform: translate(-78%, -50%) rotate(45deg);
}

.rbf-faq-icon::after {
    transform: translate(-22%, -50%) rotate(-45deg);
}

.rbf-faq-item.rbf-is-open .rbf-faq-icon,
.rbf-faq-button:hover .rbf-faq-icon,
.rbf-faq-button:focus-visible .rbf-faq-icon {
    color: var(--rbf-orange);
}

.rbf-faq-item.rbf-is-open .rbf-faq-icon::before {
    transform: translate(-78%, -50%) rotate(-45deg);
}

.rbf-faq-item.rbf-is-open .rbf-faq-icon::after {
    transform: translate(-22%, -50%) rotate(45deg);
}

.rbf-faq-panel[hidden] {
    display: none;
}

.rbf-faq-answer {
    padding: 0 20px 20px;
    color: #4B5563;
    font-size: 15px;
    line-height: 1.6;
}

@media (max-width: 1180px) {
    .rbf-about-card {
        grid-template-columns: .9fr 1.1fr;
        gap: 26px;
    }

    .rbf-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .runner-brand-faq {
        padding: 24px 0 30px;
    }

    .rbf-container {
        padding: 0 24px;
    }

    .rbf-about-card,
    .rbf-faq-card {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 26px;
    }

    .rbf-faq-card {
        margin-top: 28px;
    }

    .rbf-about-title,
    .rbf-faq-title {
        font-size: 30px;
    }

    .rbf-about-lead {
        font-size: 18px;
    }

    .rbf-faq-intro p {
        max-width: 640px;
    }
}

@media (max-width: 640px) {
    .runner-brand-faq {
        padding: 20px 0 26px;
    }

    .rbf-container {
        padding: 0 16px;
    }

    .rbf-about-card,
    .rbf-faq-card {
        border-radius: 0;
        padding: 20px;
    }

    .rbf-about-title,
    .rbf-faq-title {
        font-size: 26px;
    }

    .rbf-about-lead {
        margin-top: 14px;
        font-size: 17px;
    }

    .rbf-about-text,
    .rbf-faq-intro p,
    .rbf-faq-answer {
        font-size: 14px;
    }

    .rbf-visual-card {
        min-height: 230px;
        height: 230px;
    }

    .rbf-about-picture {
        padding: 0;
    }

    .rbf-about-picture img {
        object-position: 54% 54%;
    }

    .rbf-facts {
        grid-template-columns: 1fr;
    }

    .rbf-fact-card {
        padding: 16px;
    }

    .rbf-faq-card {
        margin-top: 24px;
    }

    .rbf-faq-button {
        min-height: 58px;
        padding: 0 16px;
        font-size: 15px;
    }

    .rbf-faq-answer {
        padding: 0 16px 18px;
    }
}

@media (max-width: 420px) {
    .rbf-container {
        padding: 0 12px;
    }

    .rbf-about-card,
    .rbf-faq-card {
        padding: 18px;
    }

    .rbf-about-title,
    .rbf-faq-title {
        font-size: 24px;
    }

    .rbf-visual-card {
        min-height: 210px;
        height: 210px;
    }
}
