:root {
    --lp-primary: #195ed7;
    --lp-accent: #fa441f;
    --lp-dark: #0e1f4f;
    --lp-bg: #f2f6ff;
    --lp-card: #ffffff;
}

body {
    background: radial-gradient(circle at 90% 5%, rgba(25, 94, 215, .09) 0, rgba(25, 94, 215, 0) 35%),
    radial-gradient(circle at 10% 30%, rgba(250, 68, 31, .08) 0, rgba(250, 68, 31, 0) 30%),
    var(--lp-bg);
}

.lp-navbar {
    position: sticky;
    top: 0;
    z-index: 9999;
    box-shadow: 0 10px 24px rgba(10, 26, 73, 0.2);
}

.lp-navbar .logo img {
    max-height: 58px;
    width: auto;
}

.lp-navbar .main-menu ul li a {
    font-size: 16px !important;
    font-weight: 600;
}

.lp-hero {
    position: relative;
    overflow: hidden;
    padding: 150px 0 110px;
    background: linear-gradient(135deg, #0d1a74 0%, #195ed7 52%, #2d8cff 100%);
}

.lp-hero::before {
    content: "";
    position: absolute;
    inset: auto -8% -180px -8%;
    height: 310px;
    background: #f2f6ff;
    border-top-left-radius: 55% 100%;
    border-top-right-radius: 55% 100%;
}

.lp-kicker {
    display: inline-block;
    background: rgba(255, 255, 255, .18);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 13px;
    margin-bottom: 16px;
    letter-spacing: 0.3px;
}

.lp-hero h1 {
    color: #fff;
    font-size: clamp(2rem, 4.6vw, 3.6rem);
    font-weight: 900;
    line-height: 1.1;
    text-shadow: 0 8px 25px rgba(5, 13, 44, 0.35);
    margin-bottom: 16px;
}

.lp-hero p {
    color: rgba(255, 255, 255, .9);
    font-size: 1.06rem;
    max-width: 640px;
}

.lp-hero-art {
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 24px;
    padding: 18px;
    box-shadow: 0 20px 40px rgba(4, 16, 52, 0.35);
    backdrop-filter: blur(6px);
}

.lp-hero-art img {
    border-radius: 14px;
    width: 100%;
}

.lp-card {
    background: var(--lp-card);
    border-radius: 16px;
    box-shadow: 0 14px 30px rgba(12, 31, 90, .1);
    border: 1px solid #e8eef8;
}

/*.lp-number { width: 44px; height: 44px; border-radius: 50%; background: var(--lp-primary); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; margin-right: 10px; }*/
/*.lp-chip { display: inline-block; background: #eaf1ff; color: var(--lp-primary); padding: 6px 12px; border-radius: 999px; margin: 4px; font-size: 14px; font-weight: 600; }*/
.lp-section-title {
    color: var(--lp-primary);
    font-weight: 800;
    line-height: 1.18;
}

/*.lp-check { padding-left: 0; margin-top: 18px; }*/
.lp-check li {
    list-style: none;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #344264;
    font-size: 1.02rem;
}

.lp-check i {
    color: #26c95e;
    margin-top: 4px;
    margin-right: 0;
}

/*.lp-contrast { background: linear-gradient(135deg, #edf4ff 0%, #ffffff 100%); border-left: 4px solid var(--lp-primary); }*/
.lp-faq h4 {
    color: var(--lp-primary);
    font-size: 1.25rem;
    margin-bottom: 8px;
}

/*.lp-soft-bg { background: #eaf1ff; }*/
/*.lp-stat { text-align: center; padding: 18px 12px; border-radius: 12px; background: #f7faff; border: 1px solid #dfe9ff; }*/
.lp-stat h3 {
    color: #0e1f4f;
    font-size: 1.9rem;
    margin: 0 0 5px;
}

.lp-stat p {
    color: #51608b;
    margin: 0;
    font-size: .95rem;
}

/*.lp-feature-block {*/
/*    border-radius: 20px;*/
/*    background: rgba(255,255,255,0.55);*/
/*    backdrop-filter: blur(10px);*/
/*    border: 1px solid rgba(25,94,215,0.18);*/
/*    box-shadow: 0 16px 36px rgba(18, 43, 113, .12);*/
/*    padding: 28px;*/
/*    margin-bottom: 26px;*/
/*}*/
/*.lp-feature-head {*/
/*    display: flex;*/
/*    align-items: flex-start;*/
/*    gap: 12px;*/
/*    margin-bottom: 16px;*/
/*}*/
.lp-feature-head h3 {
    color: #195ed7;
    font-size: 1.55rem;
    margin-bottom: 6px;
    font-weight: 800;
}

.lp-feature-head p {
    margin: 0;
    color: #3e4f79;
    font-size: 1rem;
}

/*.lp-func-grid.section-wrapper {
    justify-content: flex-start !important;
}*/
/*.lp-func-item {*/
/*    width: calc(33.333% - 16px);*/
/*    margin: 8px;*/
/*}*/
.lp-func-item .lab-inner {
    border-radius: 16px;
    padding: 18px 16px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid #dbe8ff;
    min-height: 210px;
    transition: all .28s ease;
    position: relative;
    overflow: hidden;
}

.lp-func-item .lab-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(130deg, rgba(25, 94, 215, .12), rgba(250, 68, 31, .12));
    opacity: 0;
    transition: opacity .28s ease;
}

.lp-func-item .lab-inner:hover {
    transform: translateY(-8px);
    border-color: #195ed7;
    box-shadow: 0 18px 34px rgba(25, 94, 215, .2);
}

.lp-func-item .lab-inner:hover::before {
    opacity: 1;
}

.lp-func-item .lab-thumb {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    background: linear-gradient(135deg, #195ed7, #26c95e);
    color: #fff;
    font-size: 23px;
    box-shadow: 0 10px 18px rgba(25, 94, 215, .25);
}

.lp-func-item .lab-content {
    position: relative;
    z-index: 1;
}

.lp-func-item .lab-content h4 {
    color: #0e1f4f;
    font-size: 1.07rem;
    line-height: 1.35;
    margin-bottom: 8px;
    font-weight: 700;
}

.lp-func-item .lab-content p {
    color: #4c5b84;
    margin-bottom: 0;
    font-size: .96rem;
    line-height: 1.5;
}

.lp-blog-card {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #dce8ff;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 10px 24px rgba(17, 40, 104, .12);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    height: 100%;
    position: relative;
}

.lp-blog-card:hover {
    transform: translateY(-10px);
    border-color: #195ed7;
    box-shadow: 0 20px 34px rgba(25, 94, 215, .25);
}

.lp-blog-card .lp-card-image {
    overflow: hidden;
    height: 190px;
    background: #d6e5fa;
}

.lp-blog-card .lp-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.lp-blog-card:hover .lp-card-image img {
    transform: scale(1.06);
}

.lp-blog-card .lp-card-body {
    padding: 16px 16px 14px;
}

.lp-blog-card .lp-mini-cat {
    color: #195ed7;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2px;
    margin-bottom: 8px;
    display: inline-block;
}

.lp-blog-card h4 {
    color: #0e1f4f;
    font-size: 1.18rem;
    line-height: 1.3;
    margin-bottom: 8px;
    font-weight: 800;
}

.lp-blog-card p {
    color: #4a5880;
    font-size: .95rem;
    margin-bottom: 10px;
}

.lp-read-link {
    color: #195ed7;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
}

.lp-read-link:hover {
    color: #fa441f;
}

.lp-topic-chip {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border: 1px solid #d6e5fa;
    color: #195ed7;
    border-radius: 999px;
    padding: 9px 14px;
    margin: 6px;
    font-weight: 700;
    font-size: 14px;
    transition: all .2s ease;
}

.lp-topic-chip:hover {
    background: #195ed7;
    color: #fff;
    border-color: #195ed7;
    transform: translateY(-2px);
}

.lp-topic-chip i {
    margin-right: 7px;
    color: #26c95e;
}

.lp-topic-chip:hover i {
    color: #fff;
}

.lp-entry-wrap {
    background: rgba(255, 255, 255, .68);
    border: 1px solid #dbe8ff;
    border-radius: 18px;
    box-shadow: 0 18px 34px rgba(14, 31, 79, .10);
    overflow: hidden;
}

.lp-entry-main {
    padding: 28px;
}

.lp-entry-main h1 {
    color: #0e1f4f;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.08;
    font-weight: 900;
    margin-bottom: 14px;
}

.lp-breadcrumb {
    color: #6b7da8;
    font-size: .95rem;
    margin-bottom: 14px;
}

.lp-entry-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #5d6f97;
    margin-bottom: 18px;
    font-size: .95rem;
}

.lp-entry-banner {
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 18px;
    border: 1px solid #d8e5ff;
}

.lp-entry-banner img {
    width: 100%;
    height: 100%;
    max-height: 520px;
    object-fit: cover;
}

.lp-entry-main p {
    color: #344264;
    font-size: 1.06rem;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.lp-entry-main p b {
    color: #0e1f4f;
}

.lp-video-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #dbe8ff;
    box-shadow: 0 14px 30px rgba(13, 35, 101, .12);
}

.lp-video-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.lp-mini-faq {
    border-radius: 12px;
    border: 1px solid #dbe8ff;
    background: #ffffff;
    padding: 14px 16px;
    margin-bottom: 12px;
    transition: all .25s ease;
}

.lp-mini-faq:hover {
    border-color: #195ed7;
    box-shadow: 0 10px 20px rgba(25, 94, 215, .16);
    transform: translateY(-3px);
}

.lp-mini-faq h4 {
    color: #195ed7;
    font-size: 1.05rem;
    margin-bottom: 6px;
    font-weight: 800;
}

.lp-mini-faq p {
    margin: 0;
    color: #4a5880;
    font-size: .95rem;
}

.lp-tag {
    display: inline-flex;
    align-items: center;
    margin: 5px 8px 5px 0;
    border-radius: 999px;
    border: 1px solid #d6e5fa;
    color: #195ed7;
    font-size: .85rem;
    font-weight: 700;
    padding: 7px 12px;
    background: #fff;
    transition: all .2s ease;
}

.lp-tag:hover {
    background: #195ed7;
    color: #fff;
    border-color: #195ed7;
}

.lp-sidebar-card {
    border-radius: 16px;
    border: 1px solid #dce8ff;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 12px 26px rgba(15, 41, 114, .12);
    padding: 20px;
    margin-bottom: 18px;
}

.lp-sidebar-card h3 {
    color: #0e1f4f;
    font-size: 1.48rem;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 800;
}

.lp-side-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #e6efff;
}

.lp-side-item:last-child {
    border-bottom: 0;
}

.lp-side-index {
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #26c95e;
    color: #fff;
    font-size: .75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-top: 2px;
}

.lp-side-item a {
    color: #0e1f4f;
    font-size: .96rem;
    line-height: 1.35;
    font-weight: 700;
    text-decoration: none;
}

.lp-side-item a:hover {
    color: #195ed7;
}

.lp-share-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    color: #fff;
    transition: transform .2s ease, box-shadow .2s ease;
}

.lp-share-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(16, 41, 109, .22);
    color: #fff;
}

.lp-share-icon.fb {
    background: #195ed7;
}

.lp-share-icon.x {
    background: #0e1f4f;
}

.lp-share-icon.ig {
    background: #fa441f;
}

.lp-sticky {
    position: sticky;
    top: 90px;
}

@media (max-width: 991px) {
    .lp-hero {
        padding: 120px 0 90px;
    }

    .lp-hero::before {
        height: 220px;
        bottom: -120px;
    }

    .lp-hero h1 {
        font-size: 2rem;
    }

    .lp-navbar .logo img {
        max-height: 46px;
    }

    /*.lp-func-item { width: calc(50% - 16px); }*/
    /*.lp-feature-block { padding: 20px; }*/
    .lp-feature-head h3 {
        font-size: 1.3rem;
    }

    .lp-entry-main {
        padding: 20px;
    }

    .lp-sticky {
        position: static;
    }
}

@media (max-width: 575px) {
    /*.lp-func-item { width: 100%; margin: 7px 0; }*/
    .lp-blog-card .lp-card-image {
        height: 170px;
    }
}
