/* CSS dla bloku kim-jestesmy */
.kim-jestesmy__wrap {
    min-height: 520px;
    background-color: #0A0A0A;
}

.kim-jestesmy__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}

.kim-jestesmy__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(10,10,10,0.60) 0%, rgba(10,10,10,0.28) 50%, rgba(10,10,10,0.05) 100%);
}

.kim-jestesmy__panel {
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(16px);
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 24px 60px rgba(130, 211, 228);
}
.kim-jestesmy__tytul p{
    margin-bottom: 0px !important;
}
.kim-jestesmy__eyebrow {
    font-family: "JetBrains Mono", monospace;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #28538E;
    display: flex;
    align-items: center;
    gap: 10px;
}
.kim-jestesmy__eyebrow::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 1px;
    background: #28538E;
}

.kim-jestesmy__tytul {
    font-size: clamp(1.7rem, 2.8vw, 2.5rem);
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.kim-jestesmy__tytul em {
    font-style: normal;
    color: #28538E;
}

.kim-jestesmy__opis {
    font-size: 0.95rem;
    line-height: 1.65;
    color: rgba(8,47,73,0.78);
}

.kim-jestesmy__stat-liczba {
    font-size: 1.8rem;
    font-weight: 600;
    color: #28538E;
    letter-spacing: -0.02em;
    line-height: 1;
    margin-bottom: 4px;
}

.kim-jestesmy__stat-opis {
    font-size: 0.72rem;
    color: rgba(8,47,73,0.6);
    line-height: 1.3;
}

.kim-jestesmy__btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 50px;
    border: 1px solid #0A0A0A;
    font-size: 0.9rem;
    font-weight: 500;
    color: #0A0A0A;
    text-decoration: none;
    transition: all 0.2s;
}
.kim-jestesmy__btn:hover {
    background: #0A0A0A;
    color: white;
}

@media (max-width: 991.98px) {
    .kim-jestesmy__wrap {
        min-height: 0;
    }
    .kim-jestesmy__bg {
        position: relative;
        inset: auto;
        min-height: 260px;
        background-size: cover;
    }
    .kim-jestesmy__overlay {
        display: none;
    }
    .kim-jestesmy__panel {
        border-radius: 0;
        background: white;
        backdrop-filter: none;
    }
}
