/* Kim jesteśmy Section */

.kim-jestesmy-section {
    background: #1d1d1d;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.kim-jestesmy-content {
    position: relative;
    z-index: 1;
    padding-right: 40px;
}

.kim-jestesmy-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    margin: 15px 0 30px 0;
    color: #ffffff;
    letter-spacing: -0.5px;
}

.stroke-title {
    font-weight: 700;
    font-size: 42px;
    letter-spacing: 2px;
    color: transparent;
    -webkit-text-stroke: 1.5px #ffffff;
    display: inline-block;
    margin-right: 10px;
}

.kim-jestesmy-description {
    font-size: 16px;
    line-height: 1.8;
    color: #ddd;
    margin-bottom: 40px;
    max-width: 500px;
    font-weight: 300;
}

.kim-jestesmy-features {
    margin-bottom: 40px;
}

.feature-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.feature-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.feature-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 22px;
}


.feature-text h4 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 8px;
}

.feature-text p {
    font-size: 14px;
    color: #aaa;
    margin: 0;
    font-weight: 300;
}

.btn-kim-jestesmy {
    display: inline-block;
    padding: 14px 30px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: #ffffff;
    color: #1d1d1d;
    text-decoration: none;
    cursor: pointer;
    border-radius: 25px;
}






.kim-jestesmy-visual {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.visual-card {
    padding: 35px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: transparent;
    position: relative;
}

.card-number {
    font-size: 32px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.15);
    margin-bottom: 15px;
}

.visual-card h4 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
}

.visual-card p {
    font-size: 14px;
    color: #aaa;
    margin: 0;
    line-height: 1.6;
    font-weight: 300;
}


/* Responsive */
@media (max-width: 991px) {
    .kim-jestesmy-section {
        padding: 60px 0;
    }

    .kim-jestesmy-title {
        font-size: 32px;
    }

    .stroke-title {
        font-size: 32px;
    }

    .kim-jestesmy-content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .kim-jestesmy-description {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .kim-jestesmy-section {
        padding: 40px 0;
    }

    .kim-jestesmy-title {
        font-size: 26px;
    }

    .stroke-title {
        font-size: 26px;
    }

    .kim-jestesmy-description {
        font-size: 15px;
    }

    .visual-card {
        padding: 25px;
    }

    .feature-item {
        gap: 15px;
        margin-bottom: 20px;
    }

    .feature-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    .feature-text h4 {
        font-size: 16px;
    }

    .feature-text p {
        font-size: 13px;
    }
}
