/* CSS dla bloku serwis-talven247 */
.serwis-talven247__wrap {
    min-height: 520px;
    background-color: #0A0A0A;
}
.serwis-talven247__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}
.serwis-talven247__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(270deg, rgba(10,10,10,0.60) 0%, rgba(10,10,10,0.28) 50%, rgba(10,10,10,0.05) 100%);
}
.serwis-talven247__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);
}
.serwis-talven247__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;
}
.serwis-talven247__tytul p{
    margin-bottom: 0px !important;
}
.serwis-talven247__eyebrow::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 1px;
    background: #28538E;
}
.serwis-talven247__tytul {
    font-size: clamp(1.7rem, 2.8vw, 2.5rem);
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.1;
}
.serwis-talven247__opis {
    font-size: 0.95rem;
    line-height: 1.65;
    color: rgba(8,47,73,0.78);
}
.serwis-talven247__cechy {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.25rem 1rem;
    font-size: 0.88rem;
}
.serwis-talven247__check {
    width: 16px; min-width: 16px; height: 16px;
    border-radius: 50%;
    background: #28538E;
    color: white;
    font-size: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}
.serwis-talven247__btn {
    display: inline-block;
    padding: 13px 28px;
    border-radius: 50px;
    background: #28538E;
    color: white;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s;
}
.serwis-talven247__btn:hover {
    background: #1b3d6e;
    color: white;
    transform: translateY(-1px);
}
@media (max-width: 991.98px) {
    .serwis-talven247__wrap { min-height: 0; }
    .serwis-talven247__bg { position: relative; inset: auto; min-height: 260px; }
    .serwis-talven247__overlay { display: none; }
    .serwis-talven247__panel { border-radius: 0; background: white; backdrop-filter: none; }
    .serwis-talven247__cechy { grid-template-columns: 1fr; }
}
