.komisas-hero {
    position: relative;
    height: 580px;
    overflow: hidden;
    max-width: 1420px;
    margin: 20px auto;
}

.komisas-hero__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.komisas-hero__stripe {
    position: absolute;
    inset: 0;
    background: #3d63b7;
    clip-path: polygon(-5% -5%, 45% -5%, 68% 105%, -5% 105%);
    z-index: 1;
}

.komisas-hero__white {
    position: absolute;
    inset: 0;
    background: #ffffff;
    clip-path: polygon(-5% -5%, 45% -5%, 65% 105%, -5% 105%);
    z-index: 2;
    display: flex;
    align-items: center;
}

.komisas-hero__content {
    padding: 40px 40px 40px 10%;
    max-width: 650px;
    width: 100%;
}

.komisas-hero__title {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #000000;
}

.komisas-hero__subtitle {
    font-family: "PT Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}

.komisas-hero__list {
    list-style: none;
    padding: 0;
    margin: 0 0 36px 0;
}

.komisas-hero__list-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #2b333e;
    margin-bottom: 14px;
    letter-spacing: 0.05em;
}

.komisas-hero__check {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.komisas-hero__cta {
    display: block;
    width: 100%;
    max-width: 320px;
    padding: 16px 40px;
    background: #3d63b7;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    transition:
        background 0.2s ease,
        transform 0.15s ease;
}

.komisas-hero__cta:hover {
    background: #3d63b7;
    color: #fff;
    transform: translateY(-1px);
}

.komisas-how-it-works {
    width: 100%;
    background-color: #ffffff;
    padding: 80px 24px;
}

.komisas-how__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px 80px;
    margin-bottom: 56px;
}

.komisas-how__item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.komisas-how__number {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    background-color: #3d63b7;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.komisas-how__step-title {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.komisas-how__step-text {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #595b61;
    line-height: 1.6;
    margin: 0;
}

.komisas-steps__grid {
    grid-template-columns: 1fr 1fr !important;
    max-width: 800px;
    margin: 0 auto;
    gap: 48px !important;
}

@media (max-width: 1024px) {
    .komisas-hero {
        height: 720px;
    }

    .komisas-hero__bg {
        height: 45%; 
        object-position: center bottom; 
    }

    .komisas-hero__stripe {
        clip-path: polygon(-5% 28%, 105% 39%, 105% 105%, -5% 105%);
    }

    .komisas-hero__white {
        clip-path: polygon(-5% 31%, 105% 39%, 105% 105%, -5% 105%);
        align-items: flex-end;
    }

    .komisas-hero__content {
        padding: 0 32px 40px 32px;
        max-width: 100%;
    }

    .komisas-hero__title {
        font-size: 36px;
        margin-bottom: 16px;
    }

    .komisas-hero__subtitle {
        margin-bottom: 24px;
    }

    .komisas-hero__cta {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .komisas-how-it-works {
        padding: 40px 20px;
    }

    .komisas-how__grid {
        grid-template-columns: 1fr;
        gap: 0;
        margin-bottom: 40px;
    }

    .komisas-how__item {
        padding: 24px 0;
        border-top: 1px solid #d9d9d9;
    }

    .komisas-how__item:first-child {
        border-top: none;
    }

    .komisas-steps__grid {
        grid-template-columns: 1fr !important;
        max-width: 100%;
    }

    @media (max-width: 991px) {
        .komisas-hero {
            height: 720px;
        }

        .komisas-hero__stripe {
            clip-path: polygon(-5% 28%, 105% 39%, 105% 105%, -5% 105%);
        }

        .komisas-hero__white {
            clip-path: polygon(-5% 31%, 105% 39%, 105% 105%, -5% 105%);
            align-items: flex-end;
        }

        .komisas-hero__content {
            padding: 0 24px 40px 24px;
            max-width: 100%;
        }

        .komisas-hero__title {
            font-size: 34px;
            margin-bottom: 16px;
        }

        .komisas-hero__subtitle {
            margin-bottom: 24px;
        }

        .komisas-hero__cta {
            max-width: 100%;
        }
    }

    @media (max-width: 480px) {
        .komisas-hero__title {
            font-size: 32px;
            margin-bottom: 16px;
            line-height: 38px;
        }

            .komisas-hero__bg {
        height: 45%; 
        object-position: center bottom; 
    }

        .komisas-hero__subtitle {
            font-size: 16px;
            line-height: 21px;
        }

        .komisas-hero__list-item {
            font-size: 14px;
        }

        .komisas-hero {
            height: 680px;
            margin: 0 10px 0 10px;
            border-radius: 4px;
        }

        .komisas-hero__stripe {
            clip-path: polygon(-5% 26%, 105% 37%, 105% 105%, -5% 105%);
        }

        .komisas-hero__white {
            clip-path: polygon(-5% 29%, 105% 37%, 105% 105%, -5% 105%);
        }

        .komisas-hero__title {
            font-size: 28px;
        }

        .komisas-hero__content {
            padding: 0 20px 32px 20px;
        }
    }
}
