.kl-gfaq {
    box-sizing: border-box;
    color: #123b31;
    font-family: Manrope, sans-serif;
    margin-block: 0 !important;
}

.kl-gfaq *,
.kl-gfaq *::before,
.kl-gfaq *::after {
    box-sizing: border-box;
}

.kl-gfaq-inner {
    width: min(100%, 1180px);
    margin-inline: auto;
}

.kl-gfaq h1,
.kl-gfaq h2 {
    color: #123b31;
    font-family: "Hedvig Letters Serif", Georgia, serif;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1.12;
}

.kl-gfaq h3 {
    color: #123b31;
    font-family: Manrope, sans-serif;
    font-weight: 700;
    line-height: 1.35;
}

.kl-gfaq p {
    line-height: 1.7;
}

.kl-gfaq-kicker {
    margin: 0 0 16px;
    color: #607069;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.kl-gfaq-hero {
    background: #fbfaf7;
    padding: clamp(44px, 7vw, 92px) 24px clamp(48px, 6vw, 80px);
}

.kl-gfaq-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: clamp(32px, 5vw, 72px);
}

.kl-gfaq-hero h1 {
    margin: 0 0 26px;
    font-size: clamp(2.25rem, 4.2vw, 4.1rem);
}

.kl-gfaq-lead {
    max-width: 580px;
    margin: 0 0 28px;
    color: #405148;
    font-size: clamp(1.02rem, 1.5vw, 1.2rem);
}

.kl-gfaq-tags {
    margin: 0;
    color: #123b31;
    font-size: 0.84rem;
    font-weight: 700;
}

.kl-gfaq-tags span {
    padding-inline: 7px;
    color: #008b68;
}

.kl-gfaq-hero-image {
    display: block;
    width: 100%;
    height: min(34vw, 460px);
    min-height: 300px;
    border-radius: 18px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 18px 44px rgba(18, 59, 49, 0.1);
}

.kl-gfaq-jump {
    background: #e8eee2;
    padding: 14px 24px;
}

.kl-gfaq-jump-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 22px;
}

.kl-gfaq-jump a {
    display: inline-block;
    padding: 8px 4px;
    border-bottom: 2px solid transparent;
    color: #123b31;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
}

.kl-gfaq-jump a:hover,
.kl-gfaq-jump a:focus-visible {
    border-bottom-color: #008b68;
    color: #008b68;
}

.kl-gfaq-section {
    background: #fff;
    padding: clamp(62px, 7vw, 100px) 24px;
    scroll-margin-top: 24px;
}

.kl-gfaq-section-tinted {
    background: #fbfaf7;
}

.kl-gfaq-section h2 {
    max-width: 760px;
    margin: 0 0 42px;
    font-size: clamp(2.2rem, 4vw, 3.75rem);
}

.kl-gfaq-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.kl-gfaq-list li {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 18px;
    max-width: 940px;
    padding: 24px 0 25px;
    border-bottom: 1px solid #d7ded7;
}

.kl-gfaq-list li:first-child {
    border-top: 1px solid #d7ded7;
}

.kl-gfaq-number {
    padding-top: 4px;
    color: #607069;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.05em;
}

.kl-gfaq-list h3 {
    margin: 0 0 9px;
    font-size: clamp(1.08rem, 1.8vw, 1.25rem);
}

.kl-gfaq-list p {
    max-width: 780px;
    margin: 0;
    color: #607069;
    font-size: 1rem;
}

.kl-gfaq-comparison-heading {
    margin: 0 0 22px;
    font-size: 1.23rem;
}

.kl-gfaq-comparison {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    max-width: 940px;
    margin-bottom: 44px;
}

.kl-gfaq-technology {
    padding: 30px;
    border: 1px solid #d7ded7;
    border-radius: 16px;
    background: #fff;
}

.kl-gfaq-technology p {
    margin: 0;
    color: #607069;
}

.kl-gfaq-technology .kl-gfaq-technology-label {
    margin-bottom: 18px;
    color: #607069;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kl-gfaq-technology .kl-gfaq-flow {
    margin-bottom: 16px;
    color: #123b31;
    font-weight: 800;
}

.kl-gfaq-flow span {
    padding-inline: 5px;
    color: #008b68;
}

.kl-gfaq-delivery {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 940px;
    margin: 34px 0;
    padding: 26px 34px;
    border-radius: 20px;
    background: #e8eee2;
}

.kl-gfaq-delivery > div {
    flex: 0 0 44%;
}

.kl-gfaq-delivery-label {
    display: block;
    margin-bottom: 4px;
    color: #607069;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kl-gfaq-delivery strong {
    display: block;
    color: #123b31;
    font-family: "Hedvig Letters Serif", Georgia, serif;
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 400;
    line-height: 1.1;
}

.kl-gfaq-delivery p {
    max-width: 300px;
    margin: 0;
    color: #405148;
}

.kl-gfaq-list-after-callout li:first-child {
    border-top: none;
}

.kl-gfaq-support-box {
    max-width: 940px;
    margin-top: 40px;
    padding: clamp(24px, 4vw, 42px);
    border-radius: 20px;
    background: #e8f4ed;
}

.kl-gfaq-support-box h3 {
    margin: 0 0 10px;
    font-family: "Hedvig Letters Serif", Georgia, serif;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 400;
}

.kl-gfaq-support-box > p {
    max-width: 610px;
    margin: 0;
    color: #405148;
}

.kl-gfaq-support-types {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 30px;
    padding-top: 24px;
    border-top: 1px solid #c9dfd1;
}

.kl-gfaq-support-types strong,
.kl-gfaq-support-types span {
    display: block;
}

.kl-gfaq-support-types strong {
    margin-bottom: 5px;
    color: #123b31;
}

.kl-gfaq-support-types span {
    color: #607069;
    font-size: 0.9rem;
}

.kl-gfaq-support-box .kl-gfaq-support-contact {
    max-width: none;
    margin-top: 26px;
    font-weight: 800;
}

.kl-gfaq-support-contact a {
    color: #123b31;
    text-decoration-color: #008b68;
    text-underline-offset: 3px;
}

.kl-gfaq-cta {
    padding: clamp(62px, 7vw, 100px) 24px;
    background: #123b31;
    color: #fff;
}

.kl-gfaq-cta-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(240px, 0.5fr);
    align-items: end;
    gap: 50px;
}

.kl-gfaq-cta .kl-gfaq-kicker {
    color: #b6cb88;
}

.kl-gfaq-cta h2 {
    margin: 0 0 20px;
    color: #fff;
    font-size: clamp(2.3rem, 4vw, 3.8rem);
}

.kl-gfaq-cta p:not(.kl-gfaq-kicker) {
    max-width: 650px;
    color: #e8eee2;
}

.kl-gfaq-button {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 22px;
    border-radius: 8px;
    background: #b6cb88;
    color: #123b31;
    font-weight: 800;
    text-decoration: none;
}

.kl-gfaq-button:hover,
.kl-gfaq-button:focus-visible {
    background: #fff;
    color: #123b31;
}

.kl-gfaq-person {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.kl-gfaq-person span {
    color: #e8eee2;
    font-size: 0.85rem;
}

.kl-gfaq-person strong {
    margin-top: 6px;
    font-size: 1.15rem;
}

.kl-gfaq-person a {
    margin-top: 8px;
    color: #b6cb88;
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 900px) {
    .kl-gfaq-hero-grid,
    .kl-gfaq-cta-grid {
        grid-template-columns: 1fr;
    }

    .kl-gfaq-hero-image {
        height: 420px;
    }
}

@media (max-width: 640px) {
    .kl-gfaq-hero,
    .kl-gfaq-section,
    .kl-gfaq-cta {
        padding-inline: 20px;
    }

    .kl-gfaq-hero-image {
        height: 260px;
        min-height: 0;
    }

    .kl-gfaq-comparison,
    .kl-gfaq-support-types {
        grid-template-columns: 1fr;
    }

    .kl-gfaq-list li {
        grid-template-columns: 28px minmax(0, 1fr);
        gap: 12px;
    }

    .kl-gfaq-delivery {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        padding: 24px;
    }

    .kl-gfaq-delivery > div {
        flex: 0 0 auto;
    }

    .kl-gfaq-jump-inner {
        justify-content: flex-start;
    }
}
