.elementor-973 .elementor-element.elementor-element-f177d5d{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS *//* Tła sekcji na całą szerokość strony */
.lm-b2b section { width: 100vw; margin-left: calc(50% - 50vw); }
body { overflow-x: clip; }
.lm-contact{
    padding:90px 20px;
    background:#f8f9fc;
}

.lm-contact-wrapper{

    max-width:1200px;
    margin:auto;

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;

}

.lm-badge{

    display:inline-block;
    background:#dff7d1;
    color:#59b93d;

    padding:8px 18px;
    border-radius:30px;
    font-weight:700;
    margin-bottom:25px;

}

.lm-contact h2{

    font-size:46px;
    line-height:1.2;
    margin-bottom:20px;

}

.lm-contact p{

    color:#666;
    line-height:1.8;
    margin-bottom:35px;

}

.lm-contact-boxes{

    display:flex;
    gap:20px;
    flex-wrap:wrap;

}

.lm-contact-box{

    display:flex;
    align-items:center;
    gap:18px;

    padding:18px 24px;

    background:white;

    border-radius:18px;

    text-decoration:none;

    color:#222;

    box-shadow:0 12px 35px rgba(0,0,0,.07);

    transition:.3s;

}

.lm-contact-box:hover{

transform:translateY(-5px);

}

.lm-contact-box span{

font-size:28px;

}

.lm-contact-right{

background:white;

padding:40px;

border-radius:25px;

box-shadow:0 20px 60px rgba(0,0,0,.08);

}

.lm-contact-right h3{

margin-bottom:30px;

}

.lm-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:15px;

margin-bottom:15px;

}

.lm-contact input,
.lm-contact textarea{

width:100%;

padding:18px;

border:1px solid #ddd;

border-radius:14px;

font-size:16px;

font-family:Poppins,sans-serif;

margin-bottom:15px;

}

.lm-contact textarea{

resize:none;

}

.lm-contact button{

width:100%;

padding:18px;

border:none;

border-radius:14px;

background:#7ED957;

color:white;

font-size:18px;

font-weight:700;

cursor:pointer;

transition:.3s;

}

.lm-contact button:hover{

background:#5dc33d;

}

@media(max-width:900px){

.lm-contact-wrapper{

grid-template-columns:1fr;

}

.lm-grid{

grid-template-columns:1fr;

}

}
/* Logotypy partnerów */
.partner-logo img,
.partnerzy img,
.clients img,
.elementor-image-box-img img {
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.partner-logo img:hover,
.partnerzy img:hover,
.clients img:hover,
.elementor-image-box-img img:hover {
    filter: grayscale(0%);
    opacity: 1;
}
.lm-checklist{

    padding:90px 20px;
    background:#f7f8fb;

}

.lm-checklist .lm-wrap{

    max-width:1200px;
    margin:auto;

}

.lm-checklist-header{

    text-align:center;
    max-width:820px;
    margin:0 auto 50px;

}

.lm-checklist-header h2{

    font-size:44px;
    margin-bottom:20px;

}

.lm-checklist-header p{

    font-size:18px;
    line-height:1.8;
    color:#555;

}

.lm-checklist-grid{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin-bottom:60px;

}

.lm-check-item{

    background:white;
    padding:24px 28px;
    border-radius:18px;

    font-size:18px;
    line-height:1.6;

    box-shadow:0 12px 30px rgba(0,0,0,.06);

    border-left:6px solid #7ED957;

}

.lm-check-footer{

    display:grid;
    grid-template-columns:2fr 1fr;
    gap:40px;

    background:white;

    border-radius:25px;

    padding:45px;

    box-shadow:0 18px 45px rgba(0,0,0,.07);

}

.lm-check-info h3{

    margin-bottom:20px;

}

.lm-check-info p{

    line-height:1.8;
    color:#555;

}

.lm-check-info ul{

    margin-top:25px;
    padding-left:18px;

}

.lm-check-info li{

    margin-bottom:12px;

}

.lm-check-cta{

    display:flex;
    align-items:center;
    justify-content:center;

}

@media(max-width:900px){

.lm-checklist-grid{

grid-template-columns:1fr;

}

.lm-check-footer{

grid-template-columns:1fr;

}

}
.lm-related{

background:#0B3B63;
padding:18px 0;
font-size:.95rem;

}

.lm-related .lm-wrap{

display:flex;
justify-content:center;
align-items:center;
flex-wrap:wrap;
gap:12px;

}

.lm-related span{

color:#ffffff;
font-weight:600;

}

.lm-related .sep{

color:#C8E300;
font-weight:700;

}

.lm-related a{

color:#ffffff;
text-decoration:none;
transition:.25s;

}

.lm-related a:hover{

color:#C8E300;

}

@media(max-width:768px){

.lm-related{

padding:25px 0;

}

.lm-related .lm-wrap{

justify-content:flex-start;

}

}/* End custom CSS */