/* ==========================================================
   LANDING HEADER
========================================================== */

.lp-header-banner{

    max-width:1280px;

    margin:60px auto;

}

.lp-card{

    max-width:1280px;

    margin:60px auto;

}

.lp-cards{

    max-width:1280px;

    margin:60px auto;

}


.lp-header-banner{

    position:relative;

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

    gap:60px;

    padding:55px 60px;

    border-radius:28px;

    background:linear-gradient(135deg,#293870 0%,#017DC4 100%);

    overflow:hidden;

    box-shadow:0 20px 50px rgba(0,0,0,.14);

}

/* háttér dekor */

.lp-header-banner::before{

    content:"";

    position:absolute;

    width:450px;
    height:450px;

    top:-180px;
    right:-140px;

    border-radius:50%;

    background:rgba(255,255,255,.05);

}

.lp-header-banner::after{

    content:"";

    position:absolute;

    width:260px;
    height:260px;

    bottom:-120px;
    left:-80px;

    border-radius:50%;

    background:rgba(255,255,255,.04);

}

.lp-header-content{

    flex:1;

    position:relative;

    z-index:2;

}

.lp-badge{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:10px 22px;

    margin-bottom:35px;

    border-radius:999px;

    background:#F8C663;

    color:#293870;

    font-size:14px;

    font-weight:700;

    letter-spacing:.5px;

    box-shadow:0 8px 18px rgba(0,0,0,.15);

}

.lp-main{

    display:flex;

    align-items:flex-start;

    gap:30px;

}

.lp-icon{

    width:86px;
    height:86px;

    min-width:86px;

    display:flex;

    justify-content:center;

    align-items:center;

    border-radius:50%;

    background:rgba(255,255,255,.14);

    border:1px solid rgba(255,255,255,.18);

    backdrop-filter:blur(4px);

}

.lp-icon img{

    width:86px;
    height:86px;

    object-fit:contain;

}

.lp-text h2{

    margin:0 0 18px;

    font-size:35px;

    line-height:1.12;

    color:#ffffff;

    font-weight:700;

}

.lp-text h2 span{

    color:#F8C663;

}

.lp-text p{

    margin:0;

    max-width:720px;

    color:rgba(255,255,255,.90);

    font-size:18px;

    line-height:1.9;

}

.lp-side{

    width:360px;

    position:relative;

    z-index:2;

    padding-left:45px;

    border-left:1px solid rgba(255,255,255,.18);

}

.lp-side strong{

    display:block;

    margin-bottom:18px;

    color:#ffffff;

    font-size:26px;

    font-weight:700;

}

.lp-side p{

    margin:0;

    color:rgba(255,255,255,.88);

    line-height:1.9;

}

@media(max-width:1100px){

    .lp-header-banner{

        flex-direction:column;

        align-items:flex-start;

    }

    .lp-side{

        width:100%;

        padding-left:0;

        padding-top:35px;

        border-left:none;

        border-top:1px solid rgba(255,255,255,.18);

    }

}

@media(max-width:768px){

    .lp-header-banner{

        padding:40px 30px;

        gap:35px;

    }

    .lp-main{

        flex-direction:column;

        gap:25px;

    }

    .lp-text h2{

        font-size:36px;

    }

    .lp-text p{

        font-size:16px;

    }

}

.lp-intro{
    margin:60px auto;
}

.lp-intro-card{
    background:#fff;
    border-radius:28px;
    padding:55px;
    box-shadow:0 18px 45px rgba(0,0,0,.08);
    text-align:center;
}

.lp-title-line{
    width:90px;
    height:5px;
    background:#017DC4;
    margin:0 auto 25px;
    border-radius:99px;
}

.lp-intro h2{
    font-size:42px;
    color:#293870;
    margin:0 0 18px;
}

.lp-lead{
    font-size:21px;
    font-weight:600;
    color:#293870;
    max-width:850px;
    margin:0 auto 18px;
}

.lp-intro p{
    line-height:1.9;
    color:#555;
}

.lp-info-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
    margin-top:45px;
}

.lp-info-box{
    background:#f7f9fc;
    border-radius:22px;
    padding:30px;
    transition:.25s;
}

.lp-info-box:hover{
    transform:translateY(-6px);
}

.lp-info-box img{
    width:72px;
    height:72px;
    object-fit:contain;
    margin-bottom:18px;
}

.lp-info-box h3{
    color:#293870;
    margin:0 0 12px;
}

@media(max-width:992px){
    .lp-info-grid{
        grid-template-columns:1fr;
    }
    .lp-intro-card{
        padding:35px 25px;
    }
}

.lp-cards{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
    margin:40px auto 70px;
}
.lp-card{
    display:block;
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    text-decoration:none;
    color:#1f2d3d;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.25s;
}
.lp-card:hover{
    transform:translateY(-8px);
    box-shadow:0 22px 45px rgba(0,0,0,.12);
}
.lp-card-top{height:8px;}
.lp-card-info .lp-card-top{background:#2f80ed;}
.lp-card-climate .lp-card-top{background:#19bfd3;}
.lp-card-heat .lp-card-top{background:#31b05d;}

.lp-card-body{
    padding:28px;
    display:flex;
    gap:22px;
}
.lp-card-icon{
    width:110px;
    min-width:110px;
    height:110px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.lp-card-info .lp-card-icon{background:#eaf3ff;}
.lp-card-climate .lp-card-icon{background:#e5f8fb;}
.lp-card-heat .lp-card-icon{background:#eaf9ed;}
.lp-card-icon img{
    width:62px;
    height:62px;
    object-fit:contain;
}
.lp-card-content h3{
    margin:6px 0 12px;
    font-size:22px;
    color:#17386c;
}
.lp-card-content p{
    margin:0;
    line-height:1.6;
    min-height:78px;
}
.lp-divider{
    width:64px;
    height:3px;
    border-radius:10px;
    margin:18px 0 26px;
}
.lp-card-info .lp-divider{background:#2f80ed;}
.lp-card-climate .lp-divider{background:#19bfd3;}
.lp-card-heat .lp-divider{background:#31b05d;}

.lp-btn{
    display:flex;
    justify-content:space-between;
    align-items:center;
    border:2px solid currentColor;
    border-radius:10px;
    padding:12px 18px;
    font-weight:600;
}
.lp-card-info .lp-btn{color:#2f80ed;}
.lp-card-climate .lp-btn{color:#0f9eb3;}
.lp-card-heat .lp-btn{color:#238d4a;}
.lp-btn strong{font-size:24px;line-height:1;}

@media(max-width:992px){
 .lp-cards{grid-template-columns:1fr;}
 .lp-card-body{flex-direction:column;align-items:center;text-align:center;}
 .lp-divider{margin-left:auto;margin-right:auto;}
}

.lp-cards{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
    margin:40px auto 70px;
}
.lp-card{
    display:block;
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    text-decoration:none;
    color:#1f2d3d;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.25s;
}
.lp-card:hover{
    transform:translateY(-8px);
    box-shadow:0 22px 45px rgba(0,0,0,.12);
}
.lp-card-top{height:8px;}
.lp-card-info .lp-card-top{background:#2f80ed;}
.lp-card-climate .lp-card-top{background:#19bfd3;}
.lp-card-heat .lp-card-top{background:#31b05d;}

.lp-card-body{
    padding:28px;
    display:flex;
    gap:22px;
}
.lp-card-icon{
    width:110px;
    min-width:110px;
    height:110px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.lp-card-info .lp-card-icon{background:#eaf3ff;}
.lp-card-climate .lp-card-icon{background:#e5f8fb;}
.lp-card-heat .lp-card-icon{background:#eaf9ed;}
.lp-card-icon img{
    width:62px;
    height:62px;
    object-fit:contain;
}
.lp-card-content h3{
    margin:6px 0 12px;
    font-size:22px;
    color:#17386c;
}
.lp-card-content p{
    margin:0;
    line-height:1.6;
    min-height:78px;
}
.lp-divider{
    width:64px;
    height:3px;
    border-radius:10px;
    margin:18px 0 26px;
}
.lp-card-info .lp-divider{background:#2f80ed;}
.lp-card-climate .lp-divider{background:#19bfd3;}
.lp-card-heat .lp-divider{background:#31b05d;}

.lp-btn{
    display:flex;
    justify-content:space-between;
    align-items:center;
    border:2px solid currentColor;
    border-radius:10px;
    padding:12px 18px;
    font-weight:600;
}
.lp-card-info .lp-btn{color:#2f80ed;}
.lp-card-climate .lp-btn{color:#0f9eb3;}
.lp-card-heat .lp-btn{color:#238d4a;}
.lp-btn strong{font-size:24px;line-height:1;}

@media(max-width:992px){
 .lp-cards{grid-template-columns:1fr;}
 .lp-card-body{flex-direction:column;align-items:center;text-align:center;}
 .lp-divider{margin-left:auto;margin-right:auto;}
}

.thd-cards{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
    margin:70px auto;
}

.thd-card{

    position:relative;
    background:#fff;

    border-radius:22px;

    overflow:hidden;

    box-shadow:
        0 10px 30px rgba(0,0,0,.08);

    transition:.35s;
}

.thd-card:hover{

    transform:translateY(-8px);

    box-shadow:
        0 20px 45px rgba(0,0,0,.12);

}

.card-top{

    height:9px;
    width:100%;
}

.blue .card-top{

    background:#2E7DDE;
}

.cyan .card-top{

    background:#0DA8C9;
}

.green .card-top{

    background:#34A853;
}


.card-content{

    display:flex;
    gap:28px;

    align-items:flex-start;

    padding:

        34px
        34px
        18px;

}


.card-icon{

    width:118px;
    height:118px;

    border-radius:50%;

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

    flex-shrink:0;

    font-size:54px;
}

.blue .card-icon{

    color:#2E7DDE;

    background:#EAF3FF;
}

.cyan .card-icon{

    color:#0DA8C9;

    background:#E8FAFD;
}

.green .card-icon{

    color:#219653;

    background:#EDF9EF;
}


.card-text{

    flex:1;
}

.card-text h3{

    font-size:20px;

    line-height:1.15;

    color:#112B57;

    margin-bottom:18px;

    font-weight:800;
}

.card-text p{

    font-size:24px;

    line-height:1.55;

    color:#2F3C52;

    margin-bottom:28px;
}

.divider{

    display:block;

    width:70px;

    height:4px;

    border-radius:5px;
}

.blue .divider{

    background:#2E7DDE;
}

.cyan .divider{

    background:#0DA8C9;
}

.green .divider{

    background:#34A853;
}



.card-button{

    margin:

        0
        34px
        34px;

    height:74px;

    border-radius:14px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:0 30px;

    text-decoration:none;

    font-size:22px;

    font-weight:700;

    transition:.25s;
}

.card-button i{

    font-size:22px;
}


.blue .card-button{

    border:2px solid #2E7DDE;

    color:#2E7DDE;
}

.blue .card-button:hover{

    background:#2E7DDE;

    color:#fff;
}


.cyan .card-button{

    border:2px solid #0DA8C9;

    color:#0DA8C9;
}

.cyan .card-button:hover{

    background:#0DA8C9;

    color:#fff;
}


.green .card-button{

    border:2px solid #34A853;

    color:#219653;
}

.green .card-button:hover{

    background:#34A853;

    color:#fff;
}



@media(max-width:1200px){

.thd-cards{

grid-template-columns:1fr;
}

.card-text h3{

font-size:32px;
}

.card-text p{

font-size:20px;
}

.card-icon{

width:95px;
height:95px;
font-size:44px;
}

}

.thd-container{
    width:100%;
    max-width:1280px;
    margin:0 auto;
    padding:0 30px;
    box-sizing:border-box;
}
