.elementor-74 .elementor-element.elementor-element-729d7ec{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b56125d *//* SECTION */
.ln-service-section{
    width:100%;
    min-height:100vh;
    padding:50px 30px;
    background:
    radial-gradient(circle at top left,#dff7f2,transparent 30%),
    radial-gradient(circle at bottom right,#dbeafe,transparent 35%),
    linear-gradient(135deg,#f8fafc,#f0fdfa,#eff6ff);
    font-family:'Poppins',sans-serif;
}

/* CONTAINER */
.container-ln-service{
    max-width:1450px;
    margin:auto;
}

/* HEADER */
.header-ln-service{
    text-align:center;
    margin-bottom:40px;
}

.badge-ln-service{
    display:inline-block;
    padding:8px 22px;
    border-radius:30px;
    background:#d1fae5;
    color:#0f766e;
    font-size:13px;
    font-weight:600;
    margin-bottom:18px;
}

.header-ln-service h1{
    font-size:52px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:15px;
}

.header-ln-service p{
    max-width:800px;
    margin:auto;
    color:#475569;
    line-height:1.8;
}

/* GRID */
.main-grid-ln{
    display:grid;
    grid-template-columns:1.2fr 0.8fr;
    gap:28px;
    margin-bottom:28px;
}

/* LEFT */
.left-ln{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:24px;
}

/* CARD */
.card-ln,
.card-standar-ln,
.info-box-ln,
.note-ln{
    background:rgba(255,255,255,0.78);
    border:1px solid rgba(226,232,240,0.8);
    backdrop-filter:blur(16px);
    border-radius:30px;
    box-shadow:0 12px 35px rgba(15,23,42,0.05);
}

/* CARD CONTENT */
.card-ln,
.card-standar-ln{
    padding:30px;
}

/* TITLE */
.title-ln{
    display:flex;
    align-items:center;
    gap:16px;
    margin-bottom:24px;
}

.icon-ln{
    width:68px;
    height:68px;
    border-radius:22px;
    background:linear-gradient(135deg,#99f6e4,#ccfbf1);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
}

.title-ln h2{
    color:#0f172a;
    font-size:26px;
    font-weight:600;
}

/* LIST */
.card-ln ul{
    padding-left:18px;
}

.card-ln ul li{
    color:#475569;
    line-height:1.9;
    margin-bottom:10px;
    font-size:14px;
}

/* STEP */
.step-ln{
    display:flex;
    align-items:flex-start;
    gap:15px;
    background:#f8fafc;
    padding:18px;
    border-radius:20px;
    margin-bottom:16px;
    line-height:1.8;
    color:#475569;
    font-size:14px;
}

.step-ln span{
    min-width:38px;
    height:38px;
    border-radius:12px;
    background:#ccfbf1;
    color:#0f766e;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
}

/* INFO */
.info-grid-ln{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
    margin-top:20px;
}

.info-box-ln{
    padding:22px;
}

.info-box-ln h3{
    color:#0f172a;
    margin-bottom:10px;
    font-size:18px;
}

.info-box-ln p{
    color:#475569;
    line-height:1.8;
    font-size:14px;
}

.full-ln{
    grid-column:1/3;
}

/* FOOTER NOTE */
.footer-note-ln{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.note-ln{
    padding:20px;
    color:#475569;
    line-height:1.8;
    font-size:13px;
}

.note-ln span{
    display:inline-flex;
    width:34px;
    height:34px;
    border-radius:12px;
    background:#ccfbf1;
    color:#0f766e;
    align-items:center;
    justify-content:center;
    font-weight:700;
    margin-bottom:12px;
}

/* RESPONSIVE */
@media(max-width:1200px){

    .main-grid-ln{
        grid-template-columns:1fr;
    }

    .left-ln{
        grid-template-columns:1fr;
    }
}

@media(max-width:768px){

    .ln-service-section{
        padding:40px 20px;
    }

    .header-ln-service h1{
        font-size:38px;
    }

    .footer-note-ln{
        grid-template-columns:1fr;
    }

    .info-grid-ln{
        grid-template-columns:1fr;
    }

    .full-ln{
        grid-column:auto;
    }

    .title-ln{
        flex-direction:column;
        text-align:center;
    }
}/* End custom CSS */