.why-kundlilive-page {
    overflow-x: hidden;
    background: #f7f4ec;
    color: #282018;
}

.why-kundlilive-page .tools-main {
    width: min(1220px, calc(100% - 32px));
    max-width: 1220px;
    min-width: 0;
}

.why-hero,
.why-difference,
.why-statement,
.why-process,
.why-founder,
.why-faq,
.why-final-cta {
    min-width: 0;
    max-width: 100%;
    border: 1px solid #dfd2ba;
    background: #fff;
    box-shadow: 0 12px 32px rgba(69, 45, 22, .07);
}

.why-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(310px, .55fr);
    gap: 42px;
    position: relative;
    overflow: hidden;
    padding: clamp(34px, 5vw, 64px);
    border-top: 4px solid #8b2a22;
}

.why-hero::after {
    position: absolute;
    top: -100px;
    right: -95px;
    width: 280px;
    height: 280px;
    border: 34px double rgba(189, 139, 44, .11);
    border-radius: 50%;
    content: '';
    pointer-events: none;
}

.why-hero__copy {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.why-hero h1 {
    max-width: 820px;
    margin: 11px 0 18px;
    color: #3b1e16;
    font-size: clamp(38px, 5.4vw, 64px);
    line-height: 1.12;
    letter-spacing: -.025em;
}

.why-hero__copy > p {
    max-width: 820px;
    margin: 0;
    color: #62574c;
    font-size: 18px;
    line-height: 1.78;
}

.why-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 27px;
}

.why-actions > a:not(.tools-button) {
    color: #7b251f;
    font-weight: 850;
    text-underline-offset: 4px;
}

.why-identity {
    align-self: center;
    position: relative;
    z-index: 1;
    padding: 28px;
    border: 1px solid #d9c293;
    background: linear-gradient(145deg, #fffaf0, #f8ecd1);
}

.why-identity > span,
.why-section-heading > span,
.why-statement > span,
.why-founder > div > span,
.why-final-cta > div > span {
    color: #9a6815;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.why-identity strong,
.why-identity p,
.why-identity a {
    display: block;
}

.why-identity strong {
    margin-top: 10px;
    color: #4b2118;
    font-size: 25px;
    line-height: 1.38;
}

.why-identity p {
    margin: 15px 0 18px;
    color: #6a5b48;
    line-height: 1.65;
}

.why-identity a {
    padding-top: 15px;
    border-top: 1px solid #dbc9a8;
    color: #7b251f;
    font-weight: 900;
    text-decoration: none;
}

.why-difference,
.why-process,
.why-faq {
    margin-top: 22px;
    padding: clamp(28px, 4vw, 46px);
}

.why-section-heading {
    max-width: 810px;
    margin-bottom: 25px;
}

.why-section-heading h2,
.why-statement h2,
.why-founder h2,
.why-final-cta h2 {
    margin: 7px 0 10px;
    color: #42231a;
    font-size: clamp(28px, 3.5vw, 42px);
    line-height: 1.22;
}

.why-section-heading p,
.why-statement p,
.why-founder p,
.why-final-cta p {
    margin: 0;
    color: #665c52;
    line-height: 1.72;
}

.why-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid #e6ddd0;
    border-left: 1px solid #e6ddd0;
}

.why-points article {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 15px;
    padding: 25px;
    border-right: 1px solid #e6ddd0;
    border-bottom: 1px solid #e6ddd0;
}

.why-points article > span,
.why-process li > b {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid #d2af68;
    border-radius: 50%;
    color: #8b2a22;
    font-size: 12px;
}

.why-points h3 {
    margin: 2px 0 8px;
    color: #3b2a21;
    font-size: 20px;
    line-height: 1.35;
}

.why-points p {
    margin: 0;
    color: #685f57;
    line-height: 1.72;
}

.why-points a {
    display: inline-block;
    margin-top: 10px;
    color: #7b251f;
    font-weight: 850;
    text-underline-offset: 3px;
}

.why-statement {
    margin-top: 22px;
    padding: clamp(32px, 5vw, 56px);
    border-color: #7b251f;
    background: #7b251f;
}

.why-statement > span,
.why-statement h2,
.why-statement p {
    color: #fff;
}

.why-statement > span {
    color: #f1cc7b;
}

.why-statement blockquote {
    max-width: 980px;
    margin: 25px 0 18px;
    padding: 0 0 0 24px;
    border-left: 3px solid #e7ba58;
    color: #fff8e9;
    font-size: clamp(22px, 3vw, 33px);
    font-weight: 800;
    line-height: 1.48;
}

.why-statement p {
    max-width: 920px;
    color: #f0ded7;
}

.why-process ol {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.why-process li {
    min-width: 0;
    padding: 20px;
    border: 1px solid #e3d8c8;
    background: #fcfaf6;
}

.why-process li > b {
    margin-bottom: 15px;
}

.why-process li strong {
    display: block;
    color: #43281f;
    font-size: 18px;
    line-height: 1.4;
}

.why-process li p {
    margin: 7px 0 0;
    color: #6c625a;
    line-height: 1.62;
}

.why-founder {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr);
    gap: 36px;
    align-items: center;
    margin-top: 22px;
    padding: clamp(30px, 4vw, 46px);
}

.why-founder aside {
    padding: 22px;
    border-left: 3px solid #b78227;
    background: #fbf6eb;
}

.why-founder aside small,
.why-founder aside strong,
.why-founder aside span,
.why-founder aside a {
    display: block;
}

.why-founder aside small {
    color: #866524;
    font-weight: 800;
}

.why-founder aside strong {
    margin: 6px 0 3px;
    color: #48241b;
    font-size: 25px;
}

.why-founder aside span {
    color: #67594a;
}

.why-founder aside a {
    margin-top: 14px;
    color: #7b251f;
    font-weight: 850;
}

.why-faq > div:last-child {
    border-top: 1px solid #e2d6c7;
}

.why-faq details {
    border-bottom: 1px solid #e2d6c7;
}

.why-faq summary {
    padding: 19px 4px;
    color: #40271e;
    font-size: 18px;
    font-weight: 850;
    cursor: pointer;
}

.why-faq details p {
    max-width: 940px;
    margin: -4px 0 20px;
    color: #685f57;
    line-height: 1.72;
}

.why-final-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    margin-top: 22px;
    padding: clamp(30px, 4vw, 46px);
    background: linear-gradient(125deg, #fff, #fff7e6);
}

.why-final-cta > div:first-child {
    max-width: 760px;
}

@media (max-width: 920px) {
    .why-hero,
    .why-founder {
        grid-template-columns: minmax(0, 1fr);
    }

    .why-process ol {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .why-final-cta {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 680px) {
    .why-kundlilive-page .tools-main {
        width: calc(100% - 20px) !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .why-hero,
    .why-difference,
    .why-process,
    .why-founder,
    .why-faq,
    .why-final-cta,
    .why-statement {
        padding: 24px 18px;
    }

    .why-hero {
        gap: 25px;
    }

    .why-hero h1 {
        font-size: 34px;
        overflow-wrap: anywhere;
    }

    .why-hero__copy > p {
        font-size: 16px;
    }

    .why-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        width: 100%;
    }

    .why-actions .tools-button {
        width: 100%;
        min-height: 46px;
    }

    .why-identity {
        padding: 21px 18px;
    }

    .why-points,
    .why-process ol {
        grid-template-columns: minmax(0, 1fr);
    }

    .why-points article {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 12px;
        padding: 20px 15px;
    }

    .why-points article > span,
    .why-process li > b {
        width: 36px;
        height: 36px;
    }

    .why-statement blockquote {
        padding-left: 15px;
        font-size: 22px;
    }

    .why-final-cta .why-actions {
        margin-top: 0;
    }
}

@media (max-width: 380px) {
    .why-hero h1 {
        font-size: 30px;
    }
}
