/*
Theme Name: pixels-app
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}

body {
    font-family: "Lexend Deca", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 700;
}

.sidebar-social a:hover {
    color: #df0024;
}

.w-section table {
    width: 100% !important;
}

/* css form popup */
.lk-header {
    position: relative;
    background: #16332A;
    padding: 20px;
    color: #F2EFE9;
    overflow: hidden;
    background: linear-gradient(101.31deg, #df0024 2.11%, #df0024 34.14%, #df0024 68.81%, #df0024 105.05%);
}

.lk-eyebrow {
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #C7A24A;
    font-weight: 700;
    position: relative;
}

.lk-title {
    /* font-family: 'DM Serif Display', serif; */
    font-size: 30px;
    margin-top: 0px;
    position: relative;
}

.lk-sub {
    margin-top: 10px;
    font-size: 14.5px;
    color: #C9D4CC;
    max-width: 480px;
    position: relative;
}

#lkContactForm {
    padding: 20px;
}

.lk-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.lk-field {
    margin-bottom: 0px;
}

.lk-field label {
    display: block;
    font-size: 14.5px;
    font-weight: 500;
    color: #16332A;
    margin-bottom: 7px;
    letter-spacing: 0.01em;
}

.lk-field label .lk-required {
    color: #B9542B;
    margin-left: 2px;
}

.lk-field input[type="text"],
.lk-field input[type="tel"],
.lk-field input[type="email"],
.lk-field textarea {
    width: 100%;
    border: 1.5px solid #DAD4C5;
    border-radius: 9px;
    padding: 12px 14px;
    /* font-family: 'Manrope', sans-serif; */
    font-size: 14.5px;
    color: #1E2A24;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
    box-shadow: unset;
    height: 45px;
    margin: 0;
}

.lk-field select {
    border-radius: 5px;
    padding: 12px 14px;
    /* font-family: 'Manrope', sans-serif; */
    font-size: 14.5px;
    color: #1E2A24;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
    box-shadow: unset;
    height: 45px;
}

.lk-submit-row {
    margin-top: 8px;
}

.lk-submit-row input.lk-submit {
    width: 100%;
    background: #16332A;
    color: #F2EFE9;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 14.5px;
    font-weight: 700;
    /* font-family: 'Manrope', sans-serif; */
    letter-spacing: 0.01em;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.1s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
}

.lk-commit p {
    margin-top: 18px;
    background: #F4EEDE;
    border: 1px solid #E5D9B6;
    border-radius: 10px;
    padding: 14px 16px;
    font-size: 13px;
    color: #5A4C25;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    line-height: 1.55;
}

.lk-commit-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 1px;
}

.lk-field.full {
    margin-top: 20px;
}

.lk-checkbox-group {
    background-color: #FBFAF7;
    padding: 16px;
    border-radius: 8px;
}

.lk-checkbox-group .wpcf7-form-control-wrap .wpcf7-form-control {
    display: flex;
    flex-direction: column;
}

.lk-checkbox-group .wpcf7-form-control-wrap .wpcf7-form-control label input {
    margin: 0;
}

.codedropz-upload-inner h4 {
    margin: 0;
}

.codedropz-upload-inner span {
    display: none;
}

.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    font-size: 14px;
}

#enter-id-here {
    border-radius: 12px;
    overflow: hidden;
}

.lk-header::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url(http://liksinfnn.local/wp-content/uploads/2026/06/download.svg);
    pointer-events: none;
    z-index: 0;
}

.wpcf7-not-valid-tip {
    font-size: 14.5px;
}

.lk-field textarea {
    min-height: 90px;
}

#enter-id-here form {
    margin: 0;
}

.lk-checkbox-group .wpcf7-form-control-wrap .wpcf7-form-control span:last-child label {
    margin-bottom: 0;
}

/*css page liên hệ */
.contact-page .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #C5602A;
    margin-bottom: 14px;
}

.contact-page .info-card-head h2 {
    color: #FAF7EF;
    font-size: 22px;
    margin-bottom: 4px;
}

.contact-page .hero-eyebrow::before {
    content: "";
    width: 22px;
    height: 2px;
    background: #C5602A;
    display: inline-block;
}

.contact-page .contact-hero h1 {
    font-size: 38px;
    max-width: 620px;
    margin-bottom: 14px;
}

.contact-page h1,
.contact-page h2,
.contact-page h3 {
    font-weight: 600;
    color: #16242E;
    letter-spacing: -0.01em;
}

.contact-page .contact-hero p {
    max-width: 540px;
    color: #56646C;
    font-size: 15.5px;
}

.contact-page .contact-wrap {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 20px;
    align-items: start;
}

.contact-page .info-card {
    background: #FFFDF9;
    border: 1px solid #E4DCC8;
    border-radius: 14px;
    overflow: hidden;
    position: sticky;
    top: 24px;
}

.contact-page .info-card-head {
    background: #16242E;
    color: #F4EFE3;
    padding: 26px 26px 22px;
    position: relative;
}

.contact-page .perforation {
    height: 0;
    border-top: 2px dashed #D8CDAE;
    position: relative;
    margin: 0 26px;
}


.contact-page .perforation::before,
.contact-page .perforation::after {
    content: "";
    width: 18px;
    height: 18px;
    background: #F6F3EC;
    border-radius: 50%;
    position: absolute;
    top: -9px;
}

.contact-page .perforation::before {
    left: -35px;
}

.contact-page .perforation::after {
    right: -35px;
}

.contact-page .info-list {
    list-style: none;
    padding: 22px 26px 8px;
    margin-bottom: 0;
}

.contact-page .info-list li {
    display: flex;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #EFE9D8;
    margin-left: 0;
    margin-bottom: 0;
}

.contact-page .info-list .ic {
    width: 38px;
    height: 38px;
    border-radius: 9px;
    background: #FBE9DA;
    color: #C5602A;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-page .info-list .ic svg {
    width: 18px;
    height: 18px;
}

.contact-page .info-list .label {
    font-size: 12px;
    color: #8B7D63;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-weight: 600;
    margin-bottom: 2px;
}

.contact-page .info-list .value {
    font-size: 15px;
    font-weight: 600;
    color: #1E2C35;
}

.contact-page .map-frame {
    margin: 18px 26px 26px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #E4DCC8;
    height: 190px;
    background: #E9E4D4;
}

.contact-page .map-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.contact-page .form-card {
    background: #FFFFFF;
    border: 1px solid #E9E4D4;
    border-radius: 14px;
    padding: 26px 26px 22px;
}

.contact-page .form-card h2 {
    font-size: 23px;
    margin-bottom: 6px;
}

.contact-page .form-card .form-sub {
    color: #5C6A72;
    font-size: 14px;
    margin-bottom: 28px;
}

.contact-page .form-card .form-sub form {
    margin-bottom: 0;
}

.contact-page .field label {
    font-size: 13px;
    font-weight: 600;
    color: #23323C;
}

.contact-page .field label .req {
    color: #C5602A;
}

.contact-page .field input,
.contact-page .field select,
.contact-page .field textarea {
    font-size: 14.5px;
    padding: 12px 14px;
    border: 1px solid #D9D2BE;
    border-radius: 9px;
    background: #FBFAF6;
    color: #1E2C35;
    outline: none;
    transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}

.contact-page .field.full {
    grid-column: 1 / -1;
}

.contact-page .field.full {
    grid-column: 1 / -1;
}

.contact-page .field select {
    appearance: none;
    background-image: url(/wp-content/themes/pixels-app/libs/images/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
}

.contact-page .submit-btn {
    margin-top: 26px;
    width: 100%;
    background: #C5602A;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 15.5px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    transition: background .15s ease, transform .1s ease;
}

.contact-page .submit-btn svg {
    width: 18px;
    height: 18px;
}

.contact-page .form-note {
    margin-top: 14px;
    font-size: 12.5px;
    color: #8B97A0;
    text-align: center;
}

.contact-page .contact-wrap .lk-header {
    display: none;
}

.contact-page .form-card #lkContactForm {
    background-color: #f3f3f4;
    border-radius: 5px;
}

.contact-page .form-card form {
    margin-bottom: 0;
}

.compact-form-section .compact-eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #C5602A;
    margin-bottom: 8px;
}

.compact-form-section h3 {
    font-size: 22px;
    color: #16242E;
    margin-bottom: 6px;
}

.compact-form-section .compact-sub {
    color: #5C6A72;
    font-size: 14px;
    margin-bottom: 24px;
}

.compact-form-section .compact-sub form {
    margin-bottom: 0;
}

.compact-form-section .compact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 16px;
}

.compact-form-section .field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.compact-form-section .field label {
    font-size: 14.5px;
    font-weight: 600;
    color: #23323C;
}

.compact-form-section .field label .req {
    color: #C5602A;
}

.compact-form-section input,
.compact-form-section select,
.compact-form-section textarea {
    font-size: 14.5px;
    border: 1px solid #D9D2BE;
    border-radius: 5px;
    color: #1E2C35;
    outline: none;
    margin: 0;
    box-shadow: unset;
    height: 45px;
}

.compact-form-section .field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.compact-form-section .field.full {
    grid-column: 1 / -1;
}

.compact-form-section .submit-btn {
    margin-top: 20px;
    width: 100%;
    background: #C5602A;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 7px 18px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: auto;
}

.row_fomr_dms form {
    margin-bottom: 0;
}

/*g thieu */
.hero_gthieus {
    background-image: url(http://liksinfnn.local/wp-content/uploads/2026/07/liksin_hero_banner_1782877019078.jpg);
    background-size: cover;
}

.hero_gthieus:after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right in oklab,
            color-mix(in oklab, oklch(12.9% 0.042 264.695) 75%, transparent) 0%,
            color-mix(in oklab, oklch(12.9% 0.042 264.695) 75%, transparent) 50%,
            color-mix(in oklab, oklch(12.9% 0.042 264.695) 75%, transparent) 100%);
    position: absolute;
}

.page-id-2665 #masthead {
    background: transparent;
}

.page-id-2665 #masthead .sd_tops li a {
    color: #fff;
}

.page-id-2665 #masthead .sd_tops li i {
    color: #fff;
}

.page-id-2665 #masthead .sd_tops li a .icon-angle-down:before {
    color: #fff;
}

.sd_tops .nav-dropdown-default li a {
    color: #000 !important;
}

.sd_tops .nav-dropdown-default {
    border-radius: 5px;
}

.page-id-2665 .search-icon-cts img {
    filter: invert(1);
}

.page-id-2665 .sidebar-btn img {
    filter: none;
}

/* css page gioweis thiệu */
.lk-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 96px;
    padding-bottom: 144px;
    overflow: hidden;
}

/* Ảnh nền + lớp phủ gradient */
.lk-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.lk-hero__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: lk-hero-pulse 4s ease-in-out infinite;
}

@keyframes lk-hero-pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.85;
    }
}

.lk-hero__overlay {
    position: absolute;
    inset: 0;
    /* background: linear-gradient(to right,
            rgba(11, 37, 69, 0.95) 0%,
            rgba(11, 37, 69, 0.85) 45%,
            rgba(15, 23, 42, 0.75) 100%); */
    background: rgba(20, 24, 31, 0.808);
}

/* Lưới kẻ trang trí */
.lk-hero__grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
    z-index: 1;
}

.lk-hero__container {
    position: relative;
    z-index: 10;
    color: #ffffff;
}

.lk-hero__content {
    max-width: 720px;
}

.lk-hero__content>*+* {
    margin-top: 24px;
}

/* Badge */
.lk-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(6px);
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.lk-hero__badge svg {
    width: 16px;
    height: 16px;
    color: #fff;
    flex-shrink: 0;
}

/* Tiêu đề */
.lk-hero__title {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1;
    color: #fff;
}

.lk-hero__title span {
    display: block;
    margin-top: 8px;
    color: #df0024;
    font-weight: 900;
}

/* Câu mô tả ngắn có border trái */
.lk-hero__subtitle {
    font-size: 18px;
    font-weight: 700;
    color: #e2e8f0;
    line-height: 1.6;
    border-left: 4px solid #df0024;
    padding-left: 16px;
}

/* Đoạn mô tả dài */
.lk-hero__desc {
    font-size: 14px;
    font-weight: 400;
    color: #cbd5e1;
    line-height: 1.7;
    max-width: 640px;
}

/* Nhóm nút hành động */
.lk-hero__actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding-top: 16px;
}

.lk-hero__btn {
    padding: 13px 32px;
    border: none;
    border-radius: 8px;
    font-size: 14.5px;
    font-weight: 700;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    margin: 0;
}

.lk-hero__btn:active {
    transform: scale(0.98);
}

.lk-hero__btn--primary {
    background: #c0392b;
    color: #ffffff;
    box-shadow: 0 12px 24px -8px rgba(192, 57, 43, 0.35);
}

.lk-hero__btn--primary:hover {
    background: #d24a3c;
}

.lk-hero__btn--primary .lk-hero__btn-arrow {
    transition: transform 0.2s ease;
}

.lk-hero__btn--primary:hover .lk-hero__btn-arrow {
    transform: translateX(4px);
}

.lk-hero__btn--secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(6px);
}

.lk-hero__btn--secondary:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* Responsive: tablet (sm) */
@media (min-width: 640px) {
    .lk-hero__title {
        font-size: 48px;
    }

    .lk-hero__subtitle {
        font-size: 20px;
    }

    .lk-hero__desc {
        font-size: 16px;
    }

    .lk-hero__actions {
        flex-direction: row;
        align-items: center;
    }

    .lk-hero__btn {
        width: auto;
    }
}

/* Responsive: desktop (lg) */
@media (min-width: 1024px) {
    .lk-hero__title {
        font-size: 60px;
    }
}

/*chỉ số năng lực */
.liksin-stats-section {
    position: relative;
    margin-top: -96px;
    z-index: 20;
    padding: 0 16px;
}

@media (min-width: 640px) {
    .liksin-stats-section {
        padding: 0 24px;
    }
}

@media (min-width: 1024px) {
    .liksin-stats-section {
        padding: 0 32px;
    }
}

.liksin-stats-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 8px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    border: 1px solid #f1f5f9;
    padding: 24px;
}

@media (min-width: 768px) {
    .liksin-stats-card {
        padding: 32px;
    }
}

.liksin-stats-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #f1f5f9;
}

@media (min-width: 768px) {
    .liksin-stats-header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.liksin-stats-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 600;
    background: rgba(37, 99, 235, 0.1);
    color: #2563eb;
    margin-bottom: 8px;
}

.liksin-stats-badge svg {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

.liksin-stats-title {
    font-size: 25px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.01em;
    margin: 0;
}

.liksin-stats-subtitle {
    font-size: 14px;
    color: #64748b;
    margin: 4px 0 0;
}

.liksin-stats-verify {
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: flex-start;
}

@media (min-width: 768px) {
    .liksin-stats-verify {
        align-self: auto;
    }
}

.liksin-stats-verify-label {
    font-size: 14px;
    font-weight: 500;
    color: #475569;
}

.liksin-stats-toggle {
    position: relative;
    display: inline-flex;
    flex-shrink: 0;
    cursor: pointer;
    height: 24px;
    width: 44px;
    border-radius: 9999px;
    border: 2px solid transparent;
    background: #e2e8f0;
    transition: background-color 0.25s ease-in-out;
    padding: 0;
    max-width: 44px;
    margin: 0;
    min-height: 24px;
}

.liksin-stats-toggle.is-active {
    background: #2563eb;
}

.liksin-stats-toggle-knob {
    pointer-events: none;
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 9999px;
    background: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    transform: translateX(0);
    transition: transform 0.25s ease-in-out;
}

.liksin-stats-toggle.is-active .liksin-stats-toggle-knob {
    transform: translateX(20px);
}

.liksin-stats-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

@media (min-width: 640px) {
    .liksin-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .liksin-stats-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.liksin-stats-item {
    position: relative;
    overflow: hidden;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #f1f5f9;
    background: rgba(248, 250, 252, 0.5);
    transition: background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.liksin-stats-item:hover {
    background: #ffffff;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    border-color: rgba(37, 99, 235, 0.2);
}

.liksin-stats-item-deco {
    position: absolute;
    top: 0;
    right: 0;
    width: 96px;
    height: 96px;
    margin-right: -24px;
    margin-top: -24px;
    background: #f1f5f9;
    border-radius: 9999px;
    opacity: 0.3;
    pointer-events: none;
}

.liksin-stats-item-body {
    position: relative;
}

.liksin-stats-value {
    font-size: 30px;
    font-weight: 800;
    color: #2563eb;
    letter-spacing: -0.01em;
    user-select: all;
}

@media (min-width: 768px) {
    .liksin-stats-value {
        font-size: 36px;
    }
}

.liksin-stats-label {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
    margin-top: 8px;
}

.liksin-stats-desc {
    font-size: 12px;
    color: #64748b;
    margin-top: 4px;
    line-height: 1.6;
}

/*css mô tả doanh nghiệp */
.cpi-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: center;
}

/* ===== Image column ===== */
.cpi-image-col {
    position: relative;
}

.cpi-image-wrap {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border: 1px solid #f1f5f9;
}

.cpi-image-wrap img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    display: block;
    transition: transform 0.7s ease;
}

.cpi-image-wrap:hover img {
    transform: scale(1.05);
}

.cpi-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(2, 6, 23, 0.8), transparent 60%);
    pointer-events: none;
}

.cpi-caption-box {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.cpi-caption-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #d4a017;
    font-weight: 700;
    margin: 0;
}

.cpi-caption-text {
    font-size: 14px;
    font-weight: 600;
    margin-top: 4px;
}

.cpi-deco-blue {
    position: absolute;
    top: -24px;
    left: -24px;
    width: 128px;
    height: 128px;
    background: rgba(30, 58, 95, 0.05);
    border-radius: 8px;
    z-index: -1;
}

.cpi-deco-gold {
    position: absolute;
    bottom: -24px;
    right: -24px;
    width: 160px;
    height: 160px;
    background: rgba(212, 160, 23, 0.05);
    border-radius: 8px;
    z-index: -1;
}

/* ===== Text column ===== */
.cpi-text-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.cpi-heading-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cpi-eyebrow {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #d4a017;
}

.cpi-title {
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.cpi-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #475569;
    font-size: 14px;
    line-height: 1.75;
}

.cpi-body p {
    margin: 0;
    color: #000;
}

.cpi-lead {
    font-weight: 600;
    color: #1e293b;
    font-size: 16px;
}

.cpi-highlight {
    color: #c0392b;
    font-weight: 700;
}

/* ===== Responsive ===== */
@media (min-width: 640px) {
    .cpi-title {
        font-size: 32px;
    }

    .cpi-body {
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    .cpi-grid {
        grid-template-columns: 5fr 7fr;
        gap: 46px;
    }

    .cpi-title {
        font-size: 36px;
    }
}

/* css time line */
.lk-history-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

@media (min-width: 1024px) {
    .lk-history-grid {
        grid-template-columns: 5fr 7fr;
        gap: 40px;
    }
}

/* ---- Left column (sticky intro) ---- */
.lk-history-intro {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

@media (min-width: 1024px) {
    .lk-history-intro {
        position: sticky;
        top: 112px;
        height: fit-content;
    }
}

.lk-history-intro-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.lk-history-badge {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #b8860b;
    background-color: rgba(184, 134, 11, 0.1);
    padding: 6px 14px;
    border-radius: 9999px;
    display: inline-block;
    width: fit-content;
}

.lk-history-title {
    font-size: 30px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

@media (min-width: 640px) {
    .lk-history-title {
        font-size: 36px;
    }
}

.lk-history-desc {
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
}

.lk-history-photo {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(226, 232, 240, 0.6);
    background: #fff;
}

.lk-history-photo img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    transition: transform 0.7s ease;
}

@media (min-width: 768px) {
    .lk-history-photo img {
        height: 300px;
    }
}

.lk-history-photo:hover img {
    transform: scale(1.05);
}

.lk-history-photo-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(2, 6, 23, 0.8), rgba(2, 6, 23, 0.35), transparent);
    pointer-events: none;
}

.lk-history-photo-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    color: #fff;
}

.lk-history-photo-tag {
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #b8860b;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px;
}

.lk-history-photo-desc {
    font-size: 14px;
    color: #e2e8f0;
    line-height: 1.6;
}

/* ---- Right column (timeline) ---- */
.lk-timeline {
    position: relative;
}

.lk-timeline-line {
    position: absolute;
    left: 28px;
    top: 16px;
    bottom: 16px;
    width: 2px;
    border-radius: 9999px;
    background: linear-gradient(to bottom, #dc2626, rgba(220, 38, 38, 0.5), #e2e8f0);
}

@media (min-width: 640px) {
    .lk-timeline-line {
        left: 44px;
    }
}

.lk-timeline-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.lk-timeline-item {
    position: relative;
    padding-left: 56px;
}

@media (min-width: 640px) {
    .lk-timeline-item {
        padding-left: 72px;
    }
}

.lk-timeline-dot-wrap {
    position: absolute;
    left: 28px;
    top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    z-index: 10;
}

@media (min-width: 640px) {
    .lk-timeline-dot-wrap {
        left: 44px;
    }
}

.lk-timeline-dot {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 9999px;
    background-color: #fff;
    border: 4px solid #e2e8f0;
    color: #64748b;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.lk-timeline-item:hover .lk-timeline-dot {
    border-color: #dc2626;
    color: #dc2626;
}

.lk-timeline-dot svg {
    width: 16px;
    height: 16px;
    display: block;
}

.lk-timeline-card {
    background-color: #fff;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
    cursor: default;
}

@media (min-width: 640px) {
    .lk-timeline-card {
        padding: 24px 24px;
    }
}

.lk-timeline-card:hover {
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    border-color: rgba(203, 213, 225, 0.8);
    transform: translateY(-2px);
}

.lk-timeline-year-bg {
    position: absolute;
    top: -12px;
    right: -8px;
    font-size: 56px;
    font-weight: 900;
    color: rgba(100, 116, 139, 0.05);
    user-select: none;
    pointer-events: none;
    transition: color 0.3s ease, transform 0.3s ease;
}

@media (min-width: 640px) {
    .lk-timeline-year-bg {
        font-size: 64px;
    }
}

.lk-timeline-card:hover .lk-timeline-year-bg {
    color: rgba(220, 38, 38, 0.08);
    transform: translateY(-6px);
    color: #dd3333;
}

.lk-timeline-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.lk-timeline-year-tag {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 900;
    padding: 4px 10px;
    border-radius: 9999px;
    background-color: #f1f5f9;
    color: #334155;
    border: 1px solid rgba(226, 232, 240, 0.5);
}

@media (min-width: 640px) {
    .lk-timeline-year-tag {
        font-size: 12px;
    }
}

.lk-timeline-item--current .lk-timeline-year-tag {
    background-color: #fff1f2;
    color: #dc2626;
    border-color: #ffe4e6;
}

.lk-timeline-pulse-dot {
    width: 8px;
    height: 8px;
    border-radius: 9999px;
    background-color: #10b981;
    animation: lk-pulse 1.6s ease-in-out infinite;
}

@keyframes lk-pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.35;
    }
}

.lk-timeline-heading {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.01em;
    transition: color 0.2s ease;
}

@media (min-width: 640px) {
    .lk-timeline-heading {
        font-size: 18px;
    }
}

.lk-timeline-item:hover .lk-timeline-heading {
    color: #dc2626;
}

.lk-timeline-body {
    color: #475569;
    font-size: 13px;
    line-height: 1.7;
    margin-top: 8px;
}

@media (min-width: 640px) {
    .lk-timeline-body {
        font-size: 14px;
    }
}

/* ---- current (active) marker with ring ping ---- */
.lk-timeline-dot-active-wrap {
    width: 40px;
    height: 40px;
}

.lk-timeline-ping {
    position: absolute;
    inset: 0;
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    background-color: rgba(220, 38, 38, 0.2);
    animation: lk-ping 1.8s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes lk-ping {

    75%,
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.lk-timeline-dot-active {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 9999px;
    background-color: #dc2626;
    color: #fff;
    border: 4px solid #fff;
    box-shadow: 0 4px 10px rgba(220, 38, 38, 0.3);
}

.lk-timeline-dot-active svg {
    width: 16px;
    height: 16px;
}

/* css page bgnsa */
/* ===== Header ===== */
.eco-header {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: center;
    margin-bottom: 64px;
}

@media (min-width: 1024px) {
    .eco-header {
        grid-template-columns: repeat(12, 1fr);
    }

    .eco-header-text {
        grid-column: span 7;
    }

    .eco-header-image {
        grid-column: span 5;
    }
}

.eco-header-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.eco-tag {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #b8860b;
    background-color: #fffbeb;
    padding: 4px 12px;
    border-radius: 6px;
    display: inline-block;
    border: 1px solid #fde68a;
    width: fit-content;
}

.eco-title {
    font-size: 30px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin: 0;
}

@media (min-width: 640px) {
    .eco-title {
        font-size: 36px;
    }
}

.eco-desc {
    color: #475569;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

@media (min-width: 640px) {
    .eco-desc {
        font-size: 16px;
    }
}

.eco-header-image {
    position: relative;
}

.eco-image-wrap {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
    border: 1px solid #f1f5f9;
    background-color: #f8fafc;
    padding: 8px;
}

.eco-image-wrap img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.eco-image-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(4px);
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.1);
    border-radius: 8px;
    padding: 8px;
    font-size: 10px;
    font-weight: 700;
    color: #334155;
    border: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    gap: 4px;
}

.eco-image-badge svg {
    width: 14px;
    height: 14px;
    color: #b8860b;
    flex-shrink: 0;
}

/* ===== Cards grid ===== */
.eco-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

@media (min-width: 768px) {
    .eco-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .eco-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.eco-card {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #f1f5f9;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.eco-card:hover {
    background-color: #ffffff;
    border-color: rgba(30, 58, 95, 0.2);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.1);
}

.eco-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background-color: rgba(30, 58, 95, 0.05);
    color: #1e3a5f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: background-color 0.3s ease;
}

.eco-card:hover .eco-card-icon {
    background-color: rgba(30, 58, 95, 0.15);
}

.eco-card-icon svg {
    width: 24px;
    height: 24px;
}

.eco-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.01em;
    margin: 0;
    transition: color 0.3s ease;
}

.eco-card:hover .eco-card-title {
    color: #1e3a5f;
}

.eco-card-desc {
    color: #64748b;
    font-size: 14px;
    margin-top: 8px;
    line-height: 1.6;
}

.eco-card-list {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.eco-card-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    color: #475569;
    margin-left: 0 !important;
}

.eco-card-list li {
    margin-bottom: 0;
}

.eco-card-list svg {
    width: 14px;
    height: 14px;
    color: #b8860b;
    flex-shrink: 0;
    margin-top: 2px;
}

.eco-card-footer {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.eco-card-tag {
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
}

.eco-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #c0392b;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: color 0.3s ease;
    margin: 0;
}

.eco-card-btn:hover {
    color: #e0574a;
}

.eco-card-btn svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.eco-card-btn:hover svg {
    transform: translateX(4px);
}

/**/
/* Header */
#liksin-industries .lk-header {
    background: transparent !important;
    max-width: 720px;
    margin-bottom: 64px;
    padding: 0;
}

#liksin-industries .lk-header .lk-desc {
    margin: 0;
}

#liksin-industries .lk-eyebrow {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #c9a244;
    margin-bottom: 12px;
}

.lk-title {
    font-size: 30px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin-bottom: 12px;
}

@media (min-width: 640px) {
    .lk-title {
        font-size: 36px;
    }
}

#liksin-industries .lk-desc {
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
}

@media (min-width: 640px) {
    #liksin-industries .lk-desc {
        font-size: 16px;
    }
}

/* Grid layout */
.lk-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
}

@media (min-width: 1024px) {
    .lk-grid {
        grid-template-columns: 5fr 7fr;
        gap: 24px;
    }
}

/* Sidebar */
.lk-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media (min-width: 1024px) {
    .lk-sidebar {
        position: sticky;
        top: 32px;
    }
}

.lk-showcase {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(226, 232, 240, 0.6);
    background-color: #ffffff;
    padding: 12px;
}

.lk-showcase-img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.lk-showcase-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(2, 6, 23, 0.7), transparent 60%);
    pointer-events: none;
}

.lk-showcase-text {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    color: #ffffff;
    pointer-events: none;
}

.lk-showcase-label {
    font-size: 16px;
    letter-spacing: 0.15em;
    color: #c9a244;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

.lk-showcase-title {
    font-size: 14px;
    font-weight: 700;
    margin-top: 4px;
    color: #fff;
}

.lk-tip {
    padding: 24px;
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #f1f5f9;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.lk-tip h4 {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

.lk-tip p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.7;
    margin: 0;
}

.lk-tip-highlight {
    font-weight: 600;
    color: #dc2626;
}

/* Cards grid */
.lk-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

@media (min-width: 640px) {
    .lk-cards {
        grid-template-columns: 1fr 1fr;
    }
}

.lk-card {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 180px;
}

.lk-card:hover {
    border-color: #e2e8f0;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -4px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.lk-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
}

.lk-icon-wrap {
    padding: 10px;
    border-radius: 12px;
    background-color: #f8fafc;
    border: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background-color 0.3s ease;
}

.lk-icon-wrap svg {
    width: 20px;
    height: 20px;
}

.lk-icon-amber svg {
    color: #d97706;
}

.lk-icon-amber-dark svg {
    color: #b45309;
}

.lk-icon-sky svg {
    color: #0284c7;
}

.lk-icon-purple svg {
    color: #9333ea;
}

.lk-icon-rose svg {
    color: #e11d48;
}

.lk-icon-emerald svg {
    color: #059669;
}

.lk-icon-teal svg {
    color: #0d9488;
}

.lk-icon-blue svg {
    color: #2563eb;
}

.lk-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.01em;
}

.lk-card-desc {
    font-size: 14px;
    color: #64748b;
    line-height: 1.7;
    margin-top: 12px;
    margin-bottom: 0;
}

.lk-card-footer {
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid #f8fafc;
    display: flex;
    justify-content: flex-start;
}

.lk-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #dc2626;
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.2s ease;
    padding: 0;
    margin: 0;
}

.lk-btn:hover {
    color: #ef4444;
}

.lk-btn svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

/*css section cam kết */
/* ===== Header ===== */

.row_cam_ket .lk-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 64px auto;
    background: unset;
    padding: 0;
}

.row_cam_ket .lk-header::before {
    display: none;
}

.row_cam_ket .lk-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #DC2626;
    background-color: #fff1f2;
    border: 1px solid #ffe4e6;
    padding: 6px 16px;
    border-radius: 999px;
    margin-bottom: 16px;
}

.row_cam_ket .lk-eyebrow svg {
    width: 16px;
    height: 16px;
    color: #DC2626;
    flex-shrink: 0;
}

.row_cam_ket .lk-title {
    font-size: 30px;
    font-weight: 900;
    color: #0f172a;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin-bottom: 16px;
}

@media (min-width: 640px) {
    .row_cam_ket .lk-title {
        font-size: 36px;
    }
}

.row_cam_ket .lk-subtitle {
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0px;
}

/* ===== Cards grid ===== */

.row_cam_ket .lk-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .row_cam_ket .lk-grid {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }
}

.row_cam_ket .lk-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    border-radius: 24px;
    background-color: #ffffff;
    border: 1px solid #f1f5f9;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

@media (min-width: 640px) {
    .row_cam_ket .lk-card {
        padding: 32px;
    }
}

.row_cam_ket .lk-card:hover {
    border-color: #ffe4e6;
    box-shadow: 0 8px 24px rgba(220, 38, 38, 0.08);
    transform: translateY(-2px);
}

.row_cam_ket .lk-card-number {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 60px;
    font-weight: 900;
    color: rgba(241, 245, 249, 0.7);
    user-select: none;
    pointer-events: none;
    transition: color 0.3s ease;
}

.row_cam_ket .lk-card:hover .lk-card-number {
    color: rgba(255, 228, 230, 0.4);
}

.row_cam_ket .lk-card-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.row_cam_ket .lk-card-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.row_cam_ket .lk-card-icon {
    padding: 12px;
    background-color: #fff1f2;
    border: 1px solid rgba(255, 228, 230, 0.5);
    border-radius: 8px;
    display: inline-flex;
}

.row_cam_ket .lk-card-icon svg {
    width: 24px;
    height: 24px;
    color: #DC2626;
    transition: transform 0.3s ease;
}

.row_cam_ket .lk-card:hover .lk-card-icon svg {
    transform: scale(1.1);
}

.row_cam_ket .lk-card-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.row_cam_ket .lk-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.01em;
    transition: color 0.2s ease;
    margin-bottom: 0;
}

.row_cam_ket .lk-card:hover .lk-card-title {
    color: #DC2626;
}

.row_cam_ket .lk-card-desc {
    color: #64748b;
    font-size: 13px;
    line-height: 1.7;
}

@media (min-width: 640px) {
    .row_cam_ket .lk-card-desc {
        font-size: 14px;
    }
}

/* ===== Bottom commitment banner ===== */

.row_cam_ket .lk-banner {
    margin-top: 48px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
    border-radius: 24px;
    background-color: #f8fafc;
    border: 1px solid #f1f5f9;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

@media (min-width: 640px) {
    .row_cam_ket .lk-banner {
        flex-direction: row;
        align-items: center;
    }
}

.row_cam_ket .lk-banner-icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background-color: rgba(220, 38, 38, 0.1);
    border: 1px solid rgba(220, 38, 38, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #DC2626;
    flex-shrink: 0;
}

.row_cam_ket .lk-banner-icon svg {
    width: 24px;
    height: 24px;
}

.row_cam_ket .lk-banner-text {
    text-align: center;
}

@media (min-width: 640px) {
    .row_cam_ket .lk-banner-text {
        text-align: left;
    }
}

.row_cam_ket .lk-banner-title {
    font-size: 12px;
    font-weight: 700;
    color: #0f172a;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
}

.row_cam_ket .lk-banner-desc {
    font-size: 12px;
    color: #64748b;
    line-height: 1.6;
}

.row_time_line .lk-header::before {
    display: none;
}

/* shortcode cts */
.lk-cta-section {
    position: relative;
    padding: 112px 0;
    background-color: #020617;
    overflow: hidden;
    color: #ffffff;
    scroll-margin-top: 24px;
}

.lk-cta-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
    transition: transform 1s ease;
    background-image:
        linear-gradient(to right, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.75), rgba(15, 23, 42, 0.96)),
        url("/wp-content/uploads/2026/07/liksin_cta_bg_1782877089482.jpg");
}

.lk-cta-top-line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-image: linear-gradient(to right, transparent, rgba(220, 38, 38, 0.35), transparent);
}

.lk-cta-glow-left {
    position: absolute;
    left: -192px;
    top: -192px;
    width: 384px;
    height: 384px;
    border-radius: 9999px;
    background-color: rgba(220, 38, 38, 0.1);
    filter: blur(64px);
    pointer-events: none;
}

.lk-cta-glow-right {
    position: absolute;
    right: -192px;
    bottom: -192px;
    width: 384px;
    height: 384px;
    border-radius: 9999px;
    background-color: rgba(212, 160, 23, 0.05);
    filter: blur(64px);
    pointer-events: none;
}

.lk-cta-container {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    padding: 0 16px;
    text-align: center;
}

.lk-cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(6px);
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 700;
    color: #d4a017;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    border: 1px solid rgba(255, 255, 255, 0.1);
    pointer-events: none;
    margin-bottom: 32px;
}

.lk-cta-badge svg {
    width: 18px;
    height: 18px;
    color: #d4a017;
}

.lk-cta-heading-wrap {
    margin: 0 auto;
}

.lk-cta-title {
    font-size: 32px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin: 0 0 16px;
}

.lk-cta-desc {
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    margin: 0;
}

.lk-cta-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding-top: 32px;
    margin: 0 auto;
}

.lk-cta-btn {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 16px 32px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.lk-cta-btn-primary {
    background-image: linear-gradient(to right, #dc2626, #e11d48);
    color: #ffffff;
    box-shadow: 0 20px 25px -5px rgba(220, 38, 38, 0.25);
}

.lk-cta-btn-primary:hover {
    background-image: linear-gradient(to right, #ef4444, #f43f5e);
    box-shadow: 0 25px 35px -5px rgba(220, 38, 38, 0.4);
}

.lk-cta-btn-secondary {
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.lk-cta-btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #d4a017;
    border-color: rgba(212, 160, 23, 0.4);
}

.lk-cta-btn-shine {
    position: absolute;
    inset: 0;
    width: 40%;
    height: 100%;
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: skewX(-20deg) translateX(-150%);
    transition: transform 1s ease-out;
}

.lk-cta-btn:hover .lk-cta-btn-shine {
    transform: skewX(-20deg) translateX(250%);
}

.lk-cta-btn-label {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 8px;
}

.lk-cta-btn-arrow {
    transition: transform 0.3s ease;
}

.lk-cta-btn:hover .lk-cta-btn-arrow {
    transform: translateX(6px);
}

.lk-cta-trust {
    padding-top: 32px;
    margin-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px 32px;
    font-size: 14px;
    color: #fff;
    pointer-events: none;
}

.lk-cta-trust-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.lk-cta-dot {
    width: 6px;
    height: 6px;
    border-radius: 9999px;
    background-color: #10b981;
}

.lk-cta-dot-pulse {
    animation: lk-cta-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes lk-cta-pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }
}

@media (min-width: 640px) {
    .lk-cta-title {
        font-size: 40px;
    }

    .lk-cta-desc {
        font-size: 16px;
    }

    .lk-cta-actions {
        flex-direction: row;
    }

    .lk-cta-btn {
        width: auto;
    }
}

@media (min-width: 768px) {
    .lk-cta-title {
        font-size: 40px;
    }

    .lk-cta-desc {
        font-size: 16px;
    }

    .lk-cta-btn {
        font-size: 16px;
    }
}

.lk-cta-actions .lk-cta-btn {
    margin: 0;
}

.lk-overlay-wrap .lk-title p {
    color: #fff;
}

.lk-overlay-wrap .lk-title {
    margin-top: 10px;
}

#btn-open-form-modal {
    border-radius: 8px;
    overflow: hidden;
}