.elementor-996 .elementor-element.elementor-element-22e2e1e{--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-table{
    width:100%;
    border-collapse:collapse;
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    font-size:.95rem;
}

.lm-table th{
    background:var(--lm-blue);
    color:#fff;
    padding:18px;
    text-align:center;
    font-family:'Poppins',sans-serif;
}

.lm-table td{
    padding:16px 18px;
    border-bottom:1px solid #ececec;
    text-align:center;
}

.lm-table td:first-child{
    text-align:left;
    font-weight:600;
}

.lm-table tr:nth-child(even){
    background:#fafafa;
}

.lm-table tr:hover{
    background:#f3fbfd;
}

@media(max-width:768px){

.lm-table{
    min-width:700px;
}

}
.lm-expert{

padding:90px 0;
background:#fff;

}

.lm-expert-grid{

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

}

.lm-expert-photo img{

width:100%;
border-radius:20px;
display:block;
box-shadow:0 20px 40px rgba(0,0,0,.12);

}

.lm-badge{

display:inline-block;
background:var(--lm-lime);
padding:8px 18px;
border-radius:50px;
font-weight:700;
margin-bottom:20px;
font-size:.9rem;

}

.lm-expert h2{

margin-bottom:10px;

}

.lm-role{

font-weight:600;
color:#0B3B63;
margin-bottom:30px;

}

.lm-expert p{

margin-bottom:18px;
line-height:1.8;

}

.lm-expert-stats{

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

}

.lm-stat{

background:#F8FBFD;
border-radius:18px;
padding:30px;
text-align:center;

}

.lm-stat strong{

display:block;
font-size:2rem;
color:var(--lm-blue);
margin-bottom:8px;

}

.lm-stat span{

font-size:.95rem;

}

@media(max-width:900px){

.lm-expert-grid{

grid-template-columns:1fr;
text-align:center;

}

.lm-expert-photo{

max-width:320px;
margin:auto;

}

.lm-expert-stats{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:600px){

.lm-expert-stats{

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 */