/*#region common */
.vpbank-page {
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #2A384D;
}

@media (min-width: 1100px) {
    .sacombank-page .container {
        width: 1450px;
    }
}

.vpbank-page a {
    color: inherit;
}

.nowrap {
    white-space: nowrap;
}

.text-bold {
    font-family: Inter Bold, Arial, sans-serif;
}

.text-semibold {
    font-family: Inter Semibold, Arial, sans-serif;
}

.text-center {
    text-align: center;
}

.default-title {
    font-family: Inter Bold, Arial, sans-serif;
    font-size: 32px;
    text-align: center;
    /* background: linear-gradient(270deg, #00B650 0.09%, #015CAC 99.91%); */
    /* background-clip: text; */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    text-transform: uppercase;
    color: #fff;
}

.section-padding {
    position: relative;
    padding: 80px 0;
    z-index: 1;
}

.btn-base {
    display: inline-block;
    border-radius: 8px;
    padding: 14px 36px;
    font-family: Inter Bold, Arial, sans-serif;
    font-size: 18px;
}

a.btn-advise {
    border: 1.5px solid transparent;
    background: #FFF;
    color: #090D3D;
    box-shadow: 0 0 4px 0 var(--Shadow-Neutral-100-Default, rgba(0, 0, 0, 0.10)), 0 4px 8px 0 var(--Shadow-Neutral-100-Default, rgba(0, 0, 0, 0.10));
}
.msld-cta a.btn-advise {
    border-radius:  8px;
    border: 1px solid #C4F8FF;
    background: rgba(0, 0, 0, 0.00);
    color: #fff;
}
.btn-advise span {
    /* background: linear-gradient(270deg, #00B650 0.09%, #015CAC 99.91%); */
    /* background-clip: text; */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
}

a.btn-register {
    /* border: 1.5px solid #FFF; */
    background: linear-gradient(135deg, #EE531C -8.06%, #F58343 56.23%, #ED3E16 109.51%);
    color: #FFF;
    box-shadow: 0 0 4px 0 var(--Shadow-Neutral-100-Default, rgba(0, 0, 0, 0.10)), 0 0 8px 2px var(--Shadow-Neutral-100-Default, rgba(0, 0, 0, 0.10));
}

.cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

@media (min-width: 1200px) {
    .vpbank-page .container {
        width: 1200px;
    }
}

@media (max-width: 979px) {
    .section-padding {
        padding: 50px 0;
    }

    .default-title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .section-padding {
        padding: 40px 0;
    }

    .btn-base {
        font-size: 16px;
    }

    .default-title {
        font-size: 24px;
    }

    .cta-btn {
        display: grid;
    }
}

/*#endregion */
/*#region banner */
.banner {
    background-image: url('/eSign/images/pages/sacombank/bg-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 56px 0 182px;
}

.banner-content {
    max-width: 708px;
    position: relative;
    margin-left: 100px;
}

.banner-title {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.banner-description {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.bd-item {
    border-radius: 12px;
    border: 0.5px solid rgba(255, 255, 255, 0.80);
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0px 4px 4px 0px rgba(0, 75, 45, 0.25);
    padding: 16px;
    text-align: center;
    font-family: Inter Bold, Arial, sans-serif;
    font-size: 24px;
    color: #FFF;
    min-height: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bd-item .large {
    font-size: 36px;
}

.banner-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 80px;
}

.wrap-banner-title {
    /* position: absolute; */
    top: 77px;
    left: -74px;
    width: fit-content;
}

.banner-logo {
    /* padding-bottom: 133px; */
}

@media (max-width: 979px) {
    .banner-content {
        margin-left: unset;
    }

    .wrap-banner-title {
        position: unset;
    }

    .banner {
        background-position: left center;
        padding: 50px 0;
    }

    .banner-logo {
        display: flex;
        justify-content: center;
        padding-bottom: 0;
    }

    .banner-btn {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .banner-title {
        margin: 32px 0 24px;
    }

    .banner-description {
        grid-template-columns: 1fr;
    }

    .bd-item {
        min-height: 100px;
        font-size: 18px;
    }

    .bd-item .large {
        font-size: 24px;
    }

    .banner-btn {
        display: grid;
        margin-top: 24px;
    }
}

/*#endregion */
/*#region loan-process */
.loan-process-section {
    /* max-width: 1530px; */
    margin: 0 auto;
    background-color: #090D3D;
    /* border-radius: 32px; */
}

.process-container {
    display: flex;
    gap: 40px;
    margin-top: 60px;
    margin-bottom: 56px;
}

.process-video {
    position: relative;
    background-color: #FFFFFF;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
}

.process-video img {
    width: 100%;
    height: auto;
    display: block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.play-button img {
    width: 30px;
    height: 30px;
}

.process-steps {
    flex: 1;
    display: flex;
    gap: 24px;
}

.step-indicators {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-indicator {
    background-color: #F0F6FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    opacity: 0.5;
    transition: all 0.3s ease;
    margin: 6px 0;
    cursor: pointer;
    /* background: linear-gradient(135deg, #EE531C 0%, #F58343 53%, #ED3E16 98%); */
}

.step-indicator.active {
    opacity: 1;
}

.step-number {
    font-size: 22px;
    font-weight: 600;
    color: #1E417C;
}

.step-indicator.active .step-number {
    color: #FFF;
}

.step-line.completed, .step-line.active {
    background-color: #1E417C;
    opacity: 1;
    opacity: 0.50;
}

.steps-content {
    flex: 1;
    padding-left: 24px;
}

.step-item {
    opacity: 0.5;
    transition: opacity 0.5s ease-in-out;
    animation: fadeIn 0.5s ease-in-out;
}

.step-item.active {
    opacity: 1;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.loan-process-section .video-container {
    flex: 1.2;
    border-radius: 24px;
    background: #090D3D;
    padding: 100px 40px;
    position: relative;
    margin-bottom: 30px;
    /* width: 720px; */
    /* height: 626px; */
    border-radius: 24px;
    border: 3px solid transparent;
    background: linear-gradient(#090D3D, #090D3D) padding-box, linear-gradient(135deg, rgba(196, 248, 255, 0.5) 0%, /* Góc trên trái, màu xanh nhạt mờ */ rgb(174 230 237 / 0%) 35%, /* Tan dần ra giữa */ rgb(153 203 210 / 0%) 65%, /* Giữa viền trong suốt */ rgba(196, 248, 255, 0.4) 100% /* Góc dưới phải, xanh nhạt mờ */) border-box;
}

.loan-process-section .process-steps {
    flex: 0.8;
    display: flex;
    align-items: flex-start;
    color: #fff;
}

/* Auto-slide animation */
@keyframes autoSlide {
    0%, 16% {
        opacity: 1;
    }

    20%, 96% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.auto-slide .slider-item {
    animation: autoSlide 15s infinite;
    animation-play-state: running;
}

.auto-slide .slider-item:nth-child(1) {
    animation-delay: 0s;
}

.auto-slide .slider-item:nth-child(2) {
    animation-delay: 3s;
}

.auto-slide .slider-item:nth-child(3) {
    animation-delay: 6s;
}

.auto-slide .slider-item:nth-child(4) {
    animation-delay: 9s;
}

.auto-slide .slider-item:nth-child(5) {
    animation-delay: 12s;
}

.auto-slide:hover .slider-item {
    animation-play-state: paused;
}

/* Process Slider Styles */
.process-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.process-slider .slider-item {
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    display: none;
    border-radius: 10px;
    overflow: hidden;
}

.process-slider .slider-item.active {
    opacity: 1;
    display: block;
    z-index: 1;
}

.process-slider .slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* Dots navigation */
.slider-dots {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 10px;
    position: absolute;
    bottom: 19px;
    left: 42%;
}

.slider-dot {
    width: 12px;
    height: 12px;
    background-color: #B8FFF5;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.5;
}

.slider-dot.active {
    background-color: #01A38A;
    opacity: 1;
}

/* Step indicators */
.step-indicators {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.step-indicator .step-number {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #EE531C 0%, #F58343 53%, #ED3E16 98%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease;
    padding: 20px;
}

.step-indicator.active {
    opacity: 1;
    border: 3px solid #ED3E16;
    padding: 6px;
    margin: 10px 0;
    color: #000;
    background: #090D3D;
}

.step-number {
    font-size: 22px;
    font-weight: 600;
    color: #D0E3FF;
}

.step-indicator.active .step-number {
    color: #D0E3FF;
    
}

.step-line {
    width: 5px;
    height: 35px;
    position: relative;
    z-index: 1;
    opacity: 0.5;
    transition: all 0.3s ease;
    border-radius: 119px;
    opacity: 0.50;
    background-color: #EE531C;
}

.step-line.completed, .step-line.active {
    background-color: #EE531C;
    opacity: 1;
}

/* Process steps content */
.steps-content {
    flex: 1;
    padding-left: 24px;
    padding-top: 17px;
}

.step-item {
    opacity: 0.5;
    transition: opacity 0.5s ease-in-out;
    animation: fadeIn 0.5s ease-in-out;
}

.step-item.active {
    opacity: 1;
}

.step-item-title {
    font-size: 20px;
    font-family: Inter Semibold, Arial, sans-serif;
    margin-bottom: 12px;
    line-height: 1.1;
}

.step-item-desc {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 33px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-width: 1200px) {
    .process-container {
        flex-direction: column;
    }

    .process-steps {
        margin-top: 24px;
    }
}

@media (max-width: 768px) {
    .process-container {
        gap: 24px;
    }

    .steps-content {
        padding-left: 0;
    }

    .step-item-title {
        font-size: 18px;
    }

    .step-item-desc {
        margin-bottom: 30px;
    }
}

/*#endregion */
/* region faq */
.faq-content {
    margin-top: 50px;
    background-color: #fff;
    border-radius: 15px;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.faq ul li {
    margin-left: 0;
}

.tab-bar {
    background-color: #01a38a;
    border-radius: 15px 15px 0px 0px;
    z-index: 100;
    align-items: center;
}

.tab-bar .active {
    box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 36%);
    background-color: #00927c;
    z-index: 100;
}

.tab-bar li:first-child {
    border-top-left-radius: 15px;
}

.tab-bar li:nth-child(7) {
    border-top-right-radius: 15px;
}

.tab-bar>div {
    /* width: 50%; */
    align-items: center;
}

.tab-item {
    height: 105px;
    width: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.tab-item a {
    color: #fff;
    height: 100%;
    width: 100%;
    justify-content: center;
}

.tab-item a img {
    width: 39px;
    height: 35px;
}

.feature-tab {
    font-size: 20px;
    text-align: center;
    text-decoration: unset;
    margin-left: 5px;
}

.space-tab {
    min-height: 60px;
    max-height: 60px;
    min-width: 1px;
    background-color: #fff;
}

.faq .container {
    padding: unset;
}

.faq-content .tab-content {
    border-radius: 0px 0px 15px 15px;
    border: 1px solid #01a38a;
    display: grid;
    padding-bottom: 12px;
}

.faq-content .container {
    padding: unset;
}

.faq-content .col-md-24 {
    padding-left: unset;
    padding-right: unset;
}

.qna-btn {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    cursor: pointer;
    padding: 10px 0px;
}

.qna-btn-question {
    position: relative;
    left: 80px;
    right: 32px;
    color: #01A38A;
    font-size: 22px;
    font-family: GoogleSans Bold, Arial, sans-serif;
    width: calc(100% - 140px);
    border-bottom: 1px solid #01A38A;
    display: flex;
    align-items: center;
}

.qna-btn-question>div:nth-child(2) {
    height: 100%;
    align-items: center;
    display: flex;
    max-width: calc(100% - 80px);
}

.qna-btn-icon {
    background: url("/eSign/images/pages/loans/ic-expand.svg") no-repeat center;
    position: absolute;
    top: 23px;
    right: 60px;
    width: 24px;
    height: 30px;
}

.qna-btn-answer {
    color: #000931;
    margin-top: 18px;
    position: relative;
    left: 104px;
    width: calc(100% - 150px);
    font-size: 22px;
    font-family: GoogleSans Regular, Arial, sans-serif;
    display: none;
}

.open {
    background: url("/eSign/images/pages/loans/ic-collapsed.svg") no-repeat center;
}

.qna-btn-question>div:first-child {
    margin-right: 10px;
    font-size: 45px;
}

.qna-btn-more {
    color: #007aff;
    cursor: pointer;
    border-radius: 15px;
    height: 44px;
    width: 141px;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    margin-top: 32px;
    left: calc(43%);
}

.qna-btn-more::after {
    content: "";
    display: inline-block;
    background: url("/eSign/images/pages/loans/ic-btn-arrow.png") no-repeat center;
    width: 18px;
    height: 18px;
    margin-left: 8px;
}

.qna-btn-more:hover {
    opacity: 0.9;
}

.btn-more::after {
    transform: rotate(180deg);
}

.faq .tab-content>.tab-pane {
    padding: 44px 0px 20px 0px;
}

@media (max-width: 979px) {
    .qna-btn-more {
        left: unset;
    }
}

@media (max-width: 767px) {
    .faq-content .tab-content {
        margin: 0px 20px;
    }

    .tab-bar>div {
        width: unset;
    }

    .tab-bar {
        background-color: #fff;
        flex-flow: row wrap;
        justify-content: center;
    }

    .tab-item {
        background-color: #01a38a;
        height: 70px;
        width: 280px;
        margin: 4px 0;
        border-radius: 15px;
    }

    .space-tab {
        min-height: 0px;
        max-height: 0px;
    }

    .faq-content {
        padding-top: 24px;
    }
}

@media (max-width: 640px) {
    .qna-btn-question {
        left: 38px;
        font-size: 13px;
        width: calc(100% - 70px);
    }

    .qna-btn-question>div:first-child {
        font-size: 32px;
    }

    .qna-btn-question>div:nth-child(2) {
        max-width: calc(100% - 50px);
    }

    .qna-btn-answer {
        font-size: 13px;
        left: 68px;
        width: calc(100% - 100px);
    }

    .qna-btn-icon {
        right: 30px;
        top: 10px;
    }

    .faq .tab-content>.tab-pane {
        padding: 10px 0px;
    }

    .qna-btn-more {
        height: 30px;
        width: 100px;
        font-size: 13px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

/*#endregion*/
/*#region register */
#register {
    /* background-color: #F0F6FF; */
}

#FormRow {
    margin-top: 40px;
}

@media (max-width: 767px) {
    #FormRow {
        margin-top: 24px;
    }
}

/*#endregion */
/* Root + helpers */
.msld-wrap {
    width: 100%;
    min-height: 100%;
    background-color: #0b1030;
    box-sizing: border-box;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.msld-text-white {
    color: #ffffff;
}

.msld-text-accent {
    color: #00D29D;
}

.msld-text-orange {
    color: #EE531C;
}

.msld-text-strong {
    font-weight: 600;
}

/* Hero */
.msld-hero {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 100px 275px 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.msld-hero__title {
    width: 100%;
    max-width: 555px;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    margin: 0;
}

/* Background main section */
.msld-bg {
    width: 100%;
    /* max-width: 1920px; */
    margin: 0 auto;
    background: radial-gradient(ellipse 51.8% 48.3% at 50% 48.2%, #2E6BA4 0%, rgba(9,13,61,0) 100%), url("/eSign/images/pages/sacombank/bg-section.webp") center/cover no-repeat;
    overflow: hidden;
    background-position: top;
}

/* Sections */
.msld-section {
    width: 100%;
    padding: 80px 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
}

.msld-section--benefit {
    padding-bottom: 80px;
}

.msld-section--solution {
    padding-top: 80px;
    padding-bottom: 80px;
}

.msld-section--limit {
    padding: 80px 95px;
    gap: 30px;
}

.msld-section__title {
    width: 100%;
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    text-align: center;
    margin: 0 0 40px 0;
}

.msld-section__subtitle {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    margin: 0 0 10px 0;
}

.msld-section__lead {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    max-width: 683px;
    margin: 0 auto 30px;
}

/* Benefit cards */
.msld-card-grid {
    width: 100%;
    max-width: 1420px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.msld-card {
    position: relative; /* Quan trọng! Thiếu thuộc tính này */
    min-height: 305px;
    padding: 35px;
    display: flex;
    flex-direction: column;
    gap: 35px;
    border-radius: 10.5px;
    /* Bỏ outline đi, ta sẽ dùng border gradient thay thế */
    /* outline: 2px #C4F8FF solid; */
    /* outline-offset: -2px; */
    background: linear-gradient(45deg, #09104C 4%, #132071 9%, #152E7E 16%, #1F5097 24%, #2360A3 28%, #2360A3 34%, #1B4F9B 41%, #154094 54%, #152E7E 61%, #132071 68%, #0F1A64 73%, #132071 82%, #1F5097 91%, #2360A3 98%);
    color: #fff;
    box-sizing: border-box;
    z-index: 1; /* Thêm z-index */
}

.msld-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px; /* Độ dày border - giống với outline cũ */
    border-radius: 10.5px; /* Phải khớp với border-radius của phần tử chính */
background:
    radial-gradient(circle at top left, rgba(196, 248, 255, 0.7) 30%, transparent 70%),
    radial-gradient(circle at bottom right, rgba(196, 248, 255, 0.7) 30%, transparent 70%);

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1; /* Đảm bảo hiển thị dưới nội dung */
    pointer-events: none;
}

.msld-card__icon {
    width: 50px;
    height: 50px;
    overflow: hidden;
}

.msld-icon {
    width: 100%;
    height: 100%;
}

/* Icon styles to mimic outlines (non-position) */
.msld-icon--square {
    box-sizing: border-box;
    width: 75%;
    height: 75%;
    margin: 12.5%;
    border: 3px solid #FFFFFF;
}

.msld-icon--pin {
    position: relative;
    width: 75%;
    height: 75%;
    margin: 12.5%;
    box-sizing: border-box;
}

.msld-icon--pin::before {
    content: "";
    display: block;
    width: 55%;
    height: 75%;
    margin: 10% auto 0;
    border: 3px solid #FFFFFF;
    border-radius: 14px;
}

.msld-icon--pin::after {
    content: "";
    display: block;
    width: 35%;
    height: 45%;
    margin: -40% auto 0;
    border: 3px solid #FFFFFF;
    border-radius: 10px;
}

.msld-icon--chart {
    position: relative;
    width: 100%;
    height: 100%;
}

.msld-icon--chart::before, .msld-icon--chart::after {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    border: 3px solid #FFFFFF;
    margin-right: 6px;
}

.msld-icon--chart::before {
    width: 40%;
    height: 70%;
}

.msld-icon--chart::after {
    width: 30%;
    height: 50%;
}

.msld-icon--chart > i {
    display: inline-block;
    width: 35%;
    height: 55%;
    border: 3px solid #FFFFFF;
    vertical-align: bottom;
}

/* Card content */
.msld-card__title {
    margin: 0 0 8px 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    color: #FFFFFF;
}

.msld-card__desc {
    margin: 0;
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
}

/* CTA buttons */
.msld-cta {
    display: flex;
    gap: 45px;
    align-items: center;
    justify-content: center;
}

.msld-btn {
    min-width: 200px;
    height: 56px;
    padding: 0 16px;
    border-radius: 8px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    cursor: pointer;
    border: none;
}

.msld-btn--primary {
    color: #FFFFFF;
    background: linear-gradient(135deg, #EE531C 0%, #F58343 53%, #ED3E16 98%);
    box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
}

.msld-btn--ghost {
    color: #FFFFFF;
    font-weight: 600;
    background: transparent;
    outline: 1px #C4F8FF solid;
    outline-offset: -1px;
}

/* Solution grid with images + captions */
.msld-solution-head {
    max-width: 887px;
    margin: 0 auto 30px;
    text-align: center;
}

.msld-solution-grid {
    width: 100%;
    max-width: 886px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start;
}

.msld-solution-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
}

.msld-solution-card__img {
    width: 100%;
    aspect-ratio: 428 / 515;
    object-fit: cover;
    border-radius: 24px;
    display: block;
}

.msld-solution-card__cap {
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
}

.msld-cap__strong {
    font-weight: 700;
}

.msld-cap__text {
    font-weight: 400;
}

/* Stats (hạn mức) */
.msld-stats {
    display: grid;
    gap: 73px;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 16px;
    min-height: 150px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.msld-stat {
    width: 100%;
    max-width: 345px;
    text-align: center;
    color: #FFFFFF;
}

.msld-stat:nth-child(2), .msld-stat:nth-child(3) {
    max-width: 238px;
}

.msld-stat:nth-child(4) {
    max-width: 257px;
}

.msld-stat__text {
    margin: 0 0 8px 0;
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
}

.msld-stat__highlight {
    margin: 0;
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
}

.msld-stat__highlight .msld-text-accent, .msld-stat__highlight .msld-text-orange {
    font-size: 40px;
    line-height: 56px;
    font-weight: 700;
}

/* Limit big image */
.msld-limit-img {
    width: 100%;
    max-width: 954px;
    height: auto;
    border-radius: 24px;
    display: block;
}

/* Pay method row */
.msld-pay-grid {
    display: grid;
    grid-template-columns: 1fr auto 3fr;
    gap: 50px;
    align-items: start;
    justify-content: center;
    padding-top: 36px;
    padding-left: 65px;
    padding-right: 65px;
    box-sizing: border-box;
    max-width: 954px;
    justify-items: right;
}

.msld-pay-item {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 32px;
    width: fit-content;
}

.msld-pay__label {
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    margin-right: 4px;
}

.msld-pay__label-suffix {
    font-size: 20px;
    font-weight: 400;
}

.msld-pay__text {
    margin: 0;
    width: fit-content;
}

.msld-pay-plus {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
}

/* Responsive */
@media (max-width: 979px) {
    .msld-cta {
        flex-direction: column;
    }

    .msld-section {
        padding: 60px 40px;
    }

    .msld-section--limit {
        padding: 60px 24px;
    }

    .msld-card-grid {
        grid-template-columns: 1fr;
        max-width: 620px;
    }

    .msld-solution-grid {
        grid-template-columns: 1fr;
        max-width: 520px;
    }

    .msld-pay-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        padding-left: 24px;
        padding-right: 24px;
        justify-items: center;
    }

    .msld-stats {
        gap: 24px;
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .msld-hero {
        padding: 80px 24px 60px;
    }

    .msld-hero__title {
        font-size: 40px;
        line-height: 56px;
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        transition: none !important;
        animation: none !important;
    }
}

/* Khởi tạo chung */
.udk-wrap {
    background: #090D3D;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 16px;
    box-sizing: border-box;
    position: relative;
    /* Chỉ để giữ stacking context, không dùng định vị phần tử con */
    overflow: hidden;
    isolation: isolate;
    /* để overlay hoạt động đúng lớp */
    min-height: 480px;
}

.udk-bg {
    width: 100%;
    height: 100%;
    inset: 0;
    /* không kích hoạt position, chỉ đặt giá trị vô hại */
    display: grid;
    place-items: center;
    z-index: 0;
}

.udk-bg-img {
    width: 100%;
    height: 100%;
    max-height: 1021px;
    object-fit: cover;
    display: block;
    filter: brightness(0.7);
}

/* Overlay không dùng position: phủ bằng layer phía trên nhờ mix-blend và gradient nền */
.udk-bg-overlay {
    pointer-events: none;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(9, 13, 61, 0.30) 0%, rgba(0, 0, 0, 1) 100%);
    mix-blend-mode: multiply;
}

/* Nội dung chính */
.udk-content {
    position: relative;
    /* tạo layer trên overlay nhưng không định vị tuyệt đối */
    z-index: 1;
    max-width: 1420px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto;
}

/* Tiêu đề và mô tả (không dùng h1/p) */
.udk-title {
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
}

.udk-subtitle {
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    max-width: 720px;
    opacity: 0.95;
}

/* Danh sách thẻ */
.udk-card-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(280px, 1fr));
    gap: 30px;
}

/* Thẻ đơn */
.udk-card {
    background: #000000;
    border-radius: 10.5px;
    min-height: 305px;
    padding: 35px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: flex-start;
    align-items: flex-start;
}

/* Icon khung */
.udk-card-icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.udk-icon-box {
    outline: 3px #EE531C solid;
    outline-offset: -1.5px;
    background: transparent;
}

/* Ba biến thể icon */
.udk-icon-rect {
    width: 42px;
    height: 32.67px;
}

.udk-icon-square {
    width: 46.67px;
    height: 46.67px;
}

.udk-icon-vert-rect {
    width: 35px;
    height: 44.33px;
}

/* Nội dung thẻ */
.udk-card-text {
    max-width: 386px;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    line-height: 32px;
    color: #FFFFFF;
    display: inline;
}

.udk-card-strong {
    font-size: 20px;
    font-weight: 700;
}

.udk-card-light {
    font-size: 20px;
    font-weight: 400;
}

/* Responsive */
@media (max-width: 1200px) {
    .udk-card-list {
        grid-template-columns: repeat(2, minmax(260px, 1fr));
    }
}

@media (max-width: 768px) {
    .udk-title {
        font-size: 26px;
        line-height: 38px;
    }

    .udk-subtitle {
        font-size: 18px;
        line-height: 28px;
        max-width: 90%;
    }

    .udk-card-list {
        grid-template-columns: 1fr;
    }

    .udk-card {
        min-height: unset;
    }
}

/* benefits */
.package-benefits-section {
    align-self: stretch;
    background: #000;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 80px;
}

.background-image {
    width: 1920px;
    height: 1021px;
    background: linear-gradient(180deg, rgba(9, 13, 61, 0.30) 0%, black 100%);
    z-index: 0;
    top: 0;
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    z-index: 1;
    margin-top: -941px;
}

.section-title {
    text-align: center;
    color: white;
    font-size: 32px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    line-height: 48px;
    word-wrap: break-word;
}

.section-description {
    width: fit-content;
    text-align: center;
    color: white;
    font-size: 20px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    line-height: 32px;
    word-wrap: break-word;
}

.benefits-grid {
    width: 1420px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.benefit-card {
    width: 453px;
    height: 305px;
    background: black;
    border-radius: 10.50px;
    display: flex;
}

.card-content {
    padding: 35px 35.30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
}

.icon-wrapper {
    width: 56px;
    height: 56px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-shape {
    width: 42px;
    height: 32.67px;
    outline: 3px #EE531C solid;
    outline-offset: -1.50px;
}

.icon-shape-circle {
    width: 46.67px;
    height: 46.67px;
    outline: 3px #EE531C solid;
    outline-offset: -1.50px;
}

.icon-shape-vertical {
    width: 35px;
    height: 44.33px;
    outline: 3px #EE531C solid;
    outline-offset: -1.50px;
}

.card-text {
    color: white;
    font-size: 20px;
    font-family: Inter, sans-serif;
    line-height: 32px;
    word-wrap: break-word;
}

.text-bold {
    font-weight: 700;
}

.text-regular {
    font-weight: 400;
}

@media(max-width: 979px) {
    .benefits-grid {
        width: unset;
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .benefit-card {
        width: auto;
        height: auto;
    }
}

/* end benefits */
/* business needs */
.business-needs-section {
    align-self: stretch;
    padding-left: 275px;
    padding-right: 275px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    z-index: 1;
}

.inner-container {
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 60px;
}

.main-heading {
    width: 1420px;
    height: 40px;
    color: white;
    font-size: 28px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    line-height: 40px;
    word-wrap: break-word;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 23.54px;
    justify-content: flex-start;
    align-items: center;
}

.service-item {
    height: 539px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}

.service-image {
    width: 338.10px;
    height: 450.79px;
    box-shadow: 8.59230899810791px 8.59230899810791px 17.18461799621582px rgba(0, 0, 0, 0.10);
    border-radius: 7.51px;
}

.service-image-wide {
    width: 349.50px;
    height: 450.79px;
    box-shadow: 8.59230899810791px 8.59230899810791px 17.18461799621582px rgba(0, 0, 0, 0.10);
    border-radius: 7.51px;
}

.service-description {
    width: 338.10px;
    text-align: center;
    color: white;
    font-size: 16px;
    font-family: Inter, sans-serif;
    line-height: 24px;
    word-wrap: break-word;
}

.service-description-narrow {
    width: 297.58px;
    text-align: center;
    color: white;
    font-size: 16px;
    font-family: Inter, sans-serif;
    line-height: 24px;
    word-wrap: break-word;
}

.service-description-narrow-alt {
    width: 288.53px;
    text-align: center;
    color: white;
    font-size: 16px;
    font-family: Inter, sans-serif;
    line-height: 24px;
    word-wrap: break-word;
}

.description-bold {
    font-weight: 700;
}

.description-regular {
    font-weight: 400;
}

@media(max-width: 979px) {
    .services-grid {
        grid-template-columns: 1fr;
        /* width: auto; */
        /* height: auto; */
        margin-top: 34px;
        gap: 47px;
        margin: 0 auto;
    }

    .service-item {
        width: auto;
        height: auto;
        display: flex;
        justify-content: center;
    }

    .main-heading {
        width: auto;
        text-align: center;
    }

    .business-needs-section {
        padding: 20px;
    }

    .inner-container {
        justify-content: center;
    }

    img.service-image {
        width: auto;
        height: auto;
        padding-top: 38px;
    }
}

/* business needs */
/* connection */
.connection {
    display: grid;
    background: url(/eSign/images/pages/sacombank/bg-meet.webp);
    padding: 101px 80px;
    background-size: contain;
    background-repeat: no-repeat;
    grid-template-columns: 1fr 1fr;
}

.title-connect {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
}

.sub-con {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.app-item {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    display: flex;
    gap: 10px;
    align-items: center;
    /* margin-bottom: 20px; */
}

.list-app {
    display: flex;
    gap: 12px;
    padding: 16px 0;
}

.wrap-app {
    margin-top: 90px;
}
@media(max-width:979px){
    .connection {
    grid-template-columns: 1fr;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    padding: 20px;
}
}
/* end connection */
.bg-last {
    background: url(/eSign/images/pages/sacombank/bg-last.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background: #000;
    position: relative;
}
img.bg-last-img {
    position: absolute;
}