.kfaq-section {
    --kfaq-bg: #f7f7f7;
    --kfaq-bg-image: none;
    --kfaq-accent: #d90813;
    --kfaq-container: 1380px;
    position: relative;
    overflow: hidden;
    padding: 74px 0 68px;
    color: #111;
    background-color: var(--kfaq-bg);
    background-image: var(--kfaq-bg-image), radial-gradient(circle at 9% 7%, rgba(0,0,0,.038) 1px, transparent 1.5px), radial-gradient(circle at 92% 26%, rgba(0,0,0,.035) 1px, transparent 1.5px);
    background-size: cover, 12px 12px, 12px 12px;
    background-position: center, left top, right top;
    font-family: Poppins, Arial, Helvetica, sans-serif;
}
.kfaq-section *,
.kfaq-section *::before,
.kfaq-section *::after {
    box-sizing: border-box;
}
.kfaq-container {
    width: min(calc(100% - 64px), var(--kfaq-container));
    margin-inline: auto;
}
.kfaq-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    min-height: 220px;
    margin-bottom: 44px;
}
.kfaq-intro--with-image {
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
    gap: 44px;
}
.kfaq-intro__copy {
    position: relative;
    z-index: 2;
    max-width: 760px;
}
.kfaq-eyebrow {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 22px;
    color: var(--kfaq-accent);
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
}
.kfaq-eyebrow i {
    display: block;
    width: 42px;
    height: 2px;
    background: var(--kfaq-accent);
}
.kfaq-title {
    margin: 0;
    font-size: clamp(34px, 3.35vw, 55px);
    line-height: 1.12;
    letter-spacing: -.025em;
    font-weight: 700;
}
.kfaq-intro__text {
    max-width: 680px;
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.7;
    color: #242424;
}
.kfaq-intro__text p,
.kfaq-cta__copy p,
.kfaq-item__answer p {
    margin: 0;
}
.kfaq-intro__visual {
    align-self: center;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.kfaq-intro__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.kfaq-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    align-items: start;
}
.kfaq-column {
    display: grid;
    gap: 16px;
}
.kfaq-item {
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(0,0,0,.075);
}
.kfaq-item__heading {
    margin: 0;
}
.kfaq-item__button {
    width: 100%;
    min-height: 76px;
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) 22px;
    align-items: center;
    gap: 16px;
    padding: 18px 22px;
    border: 0;
    background: transparent;
    color: #111;
    text-align: left;
    cursor: pointer;
    font: inherit;
}
.kfaq-item__button:focus-visible {
    outline: 2px solid var(--kfaq-accent);
    outline-offset: -3px;
}
.kfaq-item__status {
    width: 27px;
    height: 27px;
    display: grid;
    place-items: center;
    border: 1.5px solid var(--kfaq-accent);
    border-radius: 999px;
    color: var(--kfaq-accent);
}
.kfaq-item__status .kfaq-icon {
    width: 17px;
    height: 17px;
}
.kfaq-item__minus {
    display: none;
}
.kfaq-item.is-open .kfaq-item__plus {
    display: none;
}
.kfaq-item.is-open .kfaq-item__minus {
    display: grid;
}
.kfaq-item.is-open .kfaq-item__status {
    background: var(--kfaq-accent);
    color: #fff;
}
.kfaq-item__question {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 650;
}
.kfaq-item__chevron {
    display: grid;
    place-items: center;
    transition: transform .2s ease;
}
.kfaq-item__chevron .kfaq-icon {
    width: 18px;
    height: 18px;
}
.kfaq-item.is-open .kfaq-item__chevron {
    transform: rotate(180deg);
}
.kfaq-item__panel {
    padding: 0 28px 22px 68px;
}
.kfaq-item__answer {
    font-size: 15px;
    line-height: 1.68;
    color: #303030;
}
.kfaq-cta {
    margin-top: 28px;
    display: grid;
    grid-template-columns: 82px minmax(300px, 1fr) 265px 285px;
    align-items: center;
    gap: 24px;
    padding: 26px 36px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.07);
}
.kfaq-cta__icon {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    border: 1px solid color-mix(in srgb, var(--kfaq-accent) 22%, transparent);
    border-radius: 999px;
    color: var(--kfaq-accent);
    background: color-mix(in srgb, var(--kfaq-accent) 8%, white);
}
.kfaq-cta__icon .kfaq-icon {
    width: 38px;
    height: 38px;
}
.kfaq-cta__copy h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
}
.kfaq-cta__copy div {
    font-size: 16px;
    line-height: 1.55;
}
.kfaq-phone {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 12px 18px;
    border: 1.5px solid var(--kfaq-accent);
    border-radius: 6px;
    color: #111;
    text-decoration: none;
}
.kfaq-phone__icon {
    display: grid;
    place-items: center;
}
.kfaq-phone__icon .kfaq-icon {
    width: 28px;
    height: 28px;
    color: #000;
}
.kfaq-phone span:last-child {
    display: grid;
}
.kfaq-phone small {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
}
.kfaq-phone strong {
    font-size: 21px;
    line-height: 1.25;
    font-weight: 700;
    white-space: nowrap;
}
.kfaq-cta__button {
    min-height: 74px;
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr) 24px;
    align-items: center;
    gap: 14px;
    padding: 14px 24px;
    border-radius: 6px;
    background: var(--kfaq-accent);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 12px 24px color-mix(in srgb, var(--kfaq-accent) 22%, transparent);
}
.kfaq-cta__button .kfaq-icon {
    width: 24px;
    height: 24px;
}
.kfaq-cta__button strong {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 650;
}
@media (max-width: 1120px) {
    .kfaq-intro--with-image {
        grid-template-columns: minmax(0, 1fr) 360px;
    }
    .kfaq-cta {
        grid-template-columns: 72px minmax(260px, 1fr) 245px;
    }
    .kfaq-cta__button {
        grid-column: 2 / -1;
    }
}
@media (max-width: 820px) {
    .kfaq-section {
        padding: 54px 0;
    }
    .kfaq-container {
        width: min(calc(100% - 32px), var(--kfaq-container));
    }
    .kfaq-intro,
    .kfaq-intro--with-image {
        grid-template-columns: 1fr;
        gap: 26px;
        min-height: 0;
    }
    .kfaq-intro__visual {
        height: 240px;
        justify-content: center;
    }
    .kfaq-list {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .kfaq-column {
        gap: 14px;
    }
    .kfaq-cta {
        grid-template-columns: 64px 1fr;
        padding: 24px;
    }
    .kfaq-phone,
    .kfaq-cta__button {
        grid-column: 1 / -1;
    }
}
@media (max-width: 520px) {
    .kfaq-title {
        font-size: 32px;
    }
    .kfaq-intro__text {
        font-size: 15px;
    }
    .kfaq-item__button {
        grid-template-columns: 27px minmax(0, 1fr) 18px;
        gap: 12px;
        min-height: 68px;
        padding: 15px 16px;
    }
    .kfaq-item__question {
        font-size: 14px;
    }
    .kfaq-item__panel {
        padding: 0 18px 18px 55px;
    }
    .kfaq-item__answer {
        font-size: 14px;
    }
    .kfaq-cta {
        grid-template-columns: 54px 1fr;
        gap: 16px;
        padding: 20px 16px;
    }
    .kfaq-cta__icon {
        width: 54px;
        height: 54px;
    }
    .kfaq-cta__icon .kfaq-icon {
        width: 32px;
        height: 32px;
    }
    .kfaq-cta__copy h3 {
        font-size: 20px;
    }
    .kfaq-cta__copy div {
        font-size: 14px;
    }
}
