/* base */
@media (min-width: 1100px) {
    .container {
        width: 1310px;
    }
}

/* end base */
/*#region hero-banner*/
.hero-banner {
    background:
        linear-gradient(180deg, rgba(239, 255, 251, 0.60) 0%, rgba(174, 235, 215, 0.60) 100%),
        radial-gradient(ellipse 57.95% 43.28% at 66.30% 68.49%, rgba(159, 209, 255, 0.90) 1%, rgba(153, 244, 217, 0.54) 57%, rgba(208, 242, 231, 0.09) 100%),
        radial-gradient(ellipse 68.78% 58.45% at 52.14% 110.08%, rgba(255, 245, 237, 0.80) 0%, rgba(255, 255, 255, 0) 100%),
        #fff;
    overflow: hidden;
}

.hero-banner-wrap {
    display: flex;
    align-items: center;
    /* gap: 60px; */
    padding-top: 96px;
    padding-bottom: 73px;
}

.hero-left {
    flex-shrink: 0;
    width: 540px;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.hero-text {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.hero-title {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.title-main {
    color: #181D27;
    font-size: 52px;
    font-family: 'Inter Bold';
    line-height: 60px;
}

.title-accent {
    color: #00A292;
    font-size: 52px;
    font-family: 'Inter Bold';
    line-height: 60px;
    animation: textShine 5s ease-in-out infinite alternate;
    background: linear-gradient(91deg, #00A292 0%, #3FD070 108.35%);
    background-size: 5000% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.hero-checklist {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.check-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.check-item .check-text {
    color: #535862;
    font-size: 20px;
    font-family: 'Inter';
    line-height: 24px;
}

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 16px;
    /* box-shadow: 0px 8px 30px -4px rgba(10, 27, 137, 0.03), 0px 8px 30px -6px rgba(116, 135, 255, 0.05); */
}

.btn-vay-ngay {
    min-width: 140px;
    padding: 14px 24px;
    background: linear-gradient(45deg, #00A79D 0%, #00D29D 100%);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn-vay-ngay .btn-label {
    color: #fff;
    font-size: 16px;
    font-family: 'Inter SemiBold';
    line-height: 24px;
    padding: 0 2px;
}

.btn-tu-van {
    min-width: 140px;
    padding: 12px 24px;
    background: linear-gradient(226deg, #fff 0%, #F8FAFF 100%);
    border-radius: 12px;
    border: 2px solid #00A79D !important;
    outline-offset: -2px;
    backdrop-filter: blur(12px);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border: 2px solid transparent;
    cursor: pointer;
}

.btn-tu-van .btn-label {
    color: #14B8A6;
    font-size: 16px;
    font-family: 'Inter SemiBold';
    line-height: 24px;
    padding: 0 2px;
}

.hero-right {
    flex: 1;
    display: flex;
    align-items: flex-start;
}

.hero-right img {
    width: 100%;
    max-width: 785px;
    height: auto;
}

@media (max-width: 979px) {
    .hero-banner-wrap {
        flex-direction: column;
        gap: 40px;
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .hero-left {
        width: 100%;
        gap: 40px;
    }

    .title-main,
    .title-accent {
        font-size: 32px;
        line-height: 42px;
    }

    .hero-right img {
        max-width: 100%;
    }
}

/*#endregion*/


/*#region intro-video*/
.intro-video {
    background: linear-gradient(180deg, #F0FCF9 0%, rgba(240, 252, 249, 0) 100%), #fff;
}

.intro-video-wrap {
    padding-top: 96px;
    padding-bottom: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.intro-video-scene {
    width: 100%;
    background: url(/eSign/images/pages/home-lending/intro-video-bg.webp) center/cover no-repeat;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 72px 64px 60px;
    gap: 40px;
    padding-bottom: unset;
}

.intro-video-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.intro-video-title {
    color: #181D27;
    font-size: 32px;
    font-family: 'Inter Bold';
    line-height: 40px;
    text-align: center;
}

.intro-video-desc {
    max-width: 826px;
    color: #535862;
    font-size: 20px;
    font-family: 'Inter';
    line-height: 28px;
    text-align: center;
}

.intro-video-card {
    max-width: 982px;
    width: 100%;
    background: rgba(255, 255, 255, 0.60);
    box-shadow: 0px 8px 30px -4px rgba(10, 27, 137, 0.03), 0px 8px 30px -6px rgba(116, 135, 255, 0.05);
    border-radius: 24px 24px 0 0;
    outline: 2.73px solid #fff;
    outline-offset: -2.73px;
    backdrop-filter: blur(6px);
    padding: 20px;
    padding-bottom: unset;
}

.intro-video-thumb {
    display: grid;
    place-items: center;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}

.intro-video-thumb>img {
    grid-area: 1/1;
    width: 100%;
    height: auto;
    display: block;
}

.intro-play-btn {
    grid-area: 1/1;
    z-index: 1;
    width: 48px;
    height: 48px;
    background: #01B49E;
    border-radius: 9999px;
    box-shadow: 0 0 0 10px rgba(1, 180, 158, 0.30);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    animation: play-pulse 2s ease-out infinite;
}

@keyframes play-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(1, 180, 158, 0.50);
    }

    70% {
        box-shadow: 0 0 0 18px rgba(1, 180, 158, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(1, 180, 158, 0);
    }
}

.intro-play-btn img {
    width: 20px;
    height: 20px;
}

.intro-video-buttons {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media (max-width: 979px) {
    .intro-video-wrap {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .intro-video-scene {
        padding: 40px 20px 40px;
        gap: 24px;
    }

    .intro-video-title {
        font-size: 24px;
        line-height: 32px;
    }

    .intro-video-desc {
        font-size: 16px;
        line-height: 24px;
    }
}

/*#endregion*/

/*#region process*/
.process {
    background: linear-gradient(180deg, #F0FCF9 0%, rgba(240, 252, 249, 0) 100%), #fff;
}

.process-wrap {
    padding-top: 96px;
    padding-bottom: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.process-title {
    color: #181D27;
    font-size: 32px;
    font-family: 'Inter Bold';
    line-height: 40px;
    text-align: center;
}

.process-title-accent {
    color: #00AF9D;
}

.process-content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 64px;
}

.process-steps {
    width: 484px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.process-step {
    display: flex;
    gap: 42px;
}

.step-indicator {
    flex-shrink: 0;
    width: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.step-bubble {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 9999px;
    background: #CAF4E6;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #717680;
    font-size: 18px;
    font-family: 'Inter SemiBold';
    line-height: 1;
}

.process-step--active .step-bubble {
    width: 48px;
    height: 48px;
    background: linear-gradient(45deg, #00A79D 0%, #00D29D 100%);
    color: #fff; 
}

.step-connector {
    width: 4px;
    flex: 1;
    min-height: 36px;
    border-radius: 2px;
    background: #CAF4E6;
}

.process-step--active .step-connector {
    background: linear-gradient(180deg, #00A79D 0%, #00D29D 100%);
    position: relative;
    overflow: hidden;
}

.process-step--active .step-connector::after {
    /* content: ''; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.50);
    animation: step-progress 2.5s linear forwards;
}

@keyframes step-progress {
    from {
        height: 0;
    }

    to {
        height: 100%;
    }
}

.process-step:last-child .step-connector {
    display: none;
}

.step-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 8px;
    padding-bottom: 10px;
}

.step-name {
    color: #717680;
    font-size: 20px;
    font-family: 'Inter SemiBold';
    line-height: 28px;
}

.process-step--active .step-name {
    color: #101828;
}

.step-desc {
    color: #717680;
    font-size: 16px;
    font-family: 'Inter';
    line-height: 24px;
}

.process-step--active .step-desc {
    color: #252B37;
}

.process-content>img {
    flex: 1;
    width: 0;
    max-width: 732px;
    height: auto;
    align-self: center;
    transition: opacity 0.3s ease;
    border-radius: 30px;
}

.process-content>img.is-fading {
    opacity: 0;
}

.process-buttons {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media (max-width: 979px) {
    .process-wrap {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .process-title {
        font-size: 24px;
        line-height: 32px;
    }

    .process-content {
        flex-direction: column;
        gap: 40px;
    }

    .process-steps {
        width: 100%;
    }

    .process-content>img {
        display: none;
    }
}

/*#endregion*/

/*#region benefits*/
.benefits {
    background: url(/eSign/images/pages/home-lending/benefits-scene.webp) center/cover no-repeat;
}

.benefits-wrap {
    padding-top: 96px;
    padding-bottom: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 94px;
}

.benefits-features {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.benefits-title {
    color: #181D27;
    font-size: 32px;
    font-family: 'Inter Bold';
    line-height: 40px;
    text-align: center;
}

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

.benefit-card {
    background: #fff;
    border-radius: 24px;
    padding: 24px 24px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.benefit-card>img {
    width: 146px;
    height: 89px;
    object-fit: contain;
}

.benefit-card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.benefit-card-name {
    color: #181D27;
    font-size: 20px;
    font-family: 'Inter SemiBold';
    line-height: 28px;
    text-align: center;
}

.benefit-card-desc {
    color: #181D27;
    font-size: 20px;
    font-family: 'Inter';
    text-align: center;
    line-height: 28px;
}

.benefits-stats {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.benefits-stats-title {
    color: #181D27;
    font-size: 32px;
    font-family: 'Inter Bold';
    line-height: 40px;
    text-align: center;
}

.stats-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.stat-card {
    background: #fff;
    border-radius: 24px;
    padding: 32px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.stat-number {
    color: #00A79D;
    font-size: 96px;
    font-family: 'Inter SemiBold';
    line-height: 1;
    background: var(--lending, linear-gradient(55deg, #00A79D 0%, #00D29D 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.stat-unit {
    color: #181D27;
    font-size: 20px;
    font-family: 'Inter SemiBold';
    line-height: 28px;
}

.stat-desc {
    color: #181D27;
    font-size: 20px;
    font-family: 'Inter';
    line-height: 20px;
}

.benefits-buttons {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media (max-width: 979px) {
    .benefits-wrap {
        padding-top: 48px;
        padding-bottom: 48px;
        gap: 56px;
    }

    .benefits-title,
    .benefits-stats-title {
        font-size: 24px;
        line-height: 32px;
    }

    .benefits-grid,
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .stat-number {
        font-size: 72px;
    }
}

/*#endregion*/

/*#region loan-types*/
.loan-types {
    background: linear-gradient(180deg, #F0FCF9 0%, rgba(240, 252, 249, 0) 100%), #fff;
}

.loan-types-wrap {
    padding-top: 96px;
    padding-bottom: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.loan-types-title {
    color: #181D27;
    font-size: 32px;
    font-family: 'Inter Bold';
    line-height: 40px;
    text-align: center;
}

.loan-types-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.loan-card {
    position: relative;
    cursor: pointer;
}

.loan-card-visual {
    border-radius: 24px;
    overflow: hidden;
    display: grid;
}

.loan-card-img,
.loan-card-overlay,
.loan-card-footer {
    grid-area: 1/1;
}

.loan-card-img {
    width: 100%;
    height: 364px;
    object-fit: cover;
    display: block;
}

.loan-card-overlay {
    align-self: stretch;
}

.loan-card--green .loan-card-overlay {
    background: linear-gradient(180deg, rgba(231, 255, 238, 0.20) 3%, rgba(231, 255, 238, 0.95) 100%);
}

.loan-card--blue .loan-card-overlay {
    background: linear-gradient(180deg, rgba(231, 241, 255, 0.20) 3%, rgba(231, 241, 255, 0.95) 100%);
}

.loan-card--yellow .loan-card-overlay {
    background: linear-gradient(180deg, rgba(255, 247, 231, 0.20) 3%, rgba(255, 247, 231, 0.95) 100%);
}

.loan-card-footer {
    align-self: end;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}

.loan-card-footer img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.loan-card-name {
    color: #181D27;
    font-size: 20px;
    font-family: 'Inter SemiBold';
    line-height: 28px;
}

.loan-types-buttons {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media (max-width: 979px) {
    .loan-types-wrap {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .loan-types-title {
        font-size: 24px;
        line-height: 32px;
    }

    .loan-types-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .loan-card-img {
        height: 280px;
    }
}

.loan-popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 10000;
}

.loan-popup-overlay.is-active {
    display: block;
}

.loan-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10000;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
}

.loan-popup.is-active {
    display: flex;
}

.loan-popup-box {
    background: #fff;
    border-radius: 16px;
    width: 100%;
    max-width: 1280px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 24px 32px 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.loan-popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.loan-popup-title {
    color: #181D27;
    font-size: 20px;
    font-family: 'Inter SemiBold';
    line-height: 28px;
}

.loan-popup-close {
    width: 36px;
    height: 36px;
    border: none;
    background: #F2F4F7;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.loan-popup-close img {
    width: 20px;
    height: 20px;
}

.loan-popup-cols {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    align-items: start;
}

.loan-popup-col-label {
    color: #245FDF;
    font-size: 14px;
    font-family: 'Inter SemiBold';
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.loan-popup-col-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.loan-popup-item {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #181D27;
    font-size: 15px;
    font-family: 'Inter';
    line-height: 22px;
}

.loan-popup-item>div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.loan-popup-item-name {
    color: #181D27;
    font-size: 15px;
    font-family: 'Inter SemiBold';
    line-height: 22px;
}

.loan-popup-item-bank {
    color: #717680;
    font-size: 13px;
    font-family: 'Inter';
    line-height: 18px;
}

.loan-popup-item img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    flex-shrink: 0;
    border-radius: 6px;
}

.loan-popup-item:hover {
    color: #00A292;
}

.loan-popup-item--soon {
    cursor: default;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    color: #181D27;
    font-family: 'Inter SemiBold';
}

.badge-soon {
    display: inline-flex;
    padding: 2px 6px;
    background: #FFA500;
    border-radius: 6px;
    color: #fff;
    font-size: 12px;
    font-family: 'Inter Medium';
    line-height: 16px;
    white-space: nowrap;
}

@media (max-width: 979px) {
    .loan-popup-cols {
        grid-template-columns: 1fr 1fr;
    }

    .loan-popup-box {
        padding: 20px 16px 24px;
    }
}

/*#endregion*/

/*#region partners*/
.partners {
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%), #fff;
}

.partners-wrap {
    padding-top: 96px;
    padding-bottom: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.partners-title {
    color: #181D27;
    font-size: 32px;
    font-family: 'Inter Bold';
    line-height: 40px;
    text-align: center;
}

.partners-swiper {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    outline: 4px solid #8FD3F4;
    box-shadow: 0px 8px 30px -4px rgba(10, 27, 137, 0.03), 0px 8px 30px -6px rgba(116, 135, 255, 0.05);
}

.partners-swiper .swiper-slide:not(:last-child) .partner-card {
    border-right: 1px solid #E9EAEB;
}

.partner-card {
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.partner-card-header {
    width: 100%;
    padding: 24px 24px 32px;
    background: rgba(255, 255, 255, 0.80);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.partner-logo {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-logo img {
    max-height: 48px;
    width: auto;
}

.partner-loan-name {
    color: #252B37;
    font-size: 18px;
    font-family: 'Inter SemiBold';
    line-height: 24px;
    text-align: center;
}

.partner-amount {
    width: 100%;
    padding: 0 24px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #E9EAEB;
    color: #14B8A6;
    font-size: 24px;
    font-family: 'Inter Bold';
}

.partner-details {
    width: 100%;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
}

.partner-detail-row {
    height: 48px;
    border-bottom: 1px solid #E9EAEB;
    padding: 0 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.partner-detail-label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #252B37;
    font-size: 16px;
    font-family: 'Inter';
    line-height: 24px;
}

.partner-detail-label img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.partner-detail-value {
    color: #181D27;
    font-size: 16px;
    font-family: 'Inter SemiBold';
    line-height: 24px;
    white-space: nowrap;
}

.partner-card-footer {
    width: 100%;
    padding: 16px 24px;
    display: flex;
    justify-content: center;
    margin-top: auto;
}

.btn-xem-chi-tiet {
    color: #14B8A6;
    font-size: 14px;
    font-family: 'Inter SemiBold';
    line-height: 18px;
    padding: 12px 20px;
    border-radius: 12px;
    cursor: pointer;
}

.partners-pagination {
    position: static !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 0;
    transform: none !important;
    bottom: auto !important;
    left: auto !important;
    width: auto !important;
}

.partners-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-radius: 9999px;
    background: #E9EAEB;
    opacity: 1;
}

.partners-pagination .swiper-pagination-bullet-active {
    background: #14B8A6;
}

.partners-buttons {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media (max-width: 979px) {
    .partners-wrap {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .partners-title {
        font-size: 24px;
        line-height: 32px;
    }

    .partners-swiper {
        outline-width: 2px;
    }

    .partner-amount {
        font-size: 20px;
    }

    .partners-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .partners-pagination {
        gap: 0px !important;
    }
}

/*#endregion*/

/*#region testimonials*/
.testimonials {
    background: #fff;
}

.testimonials-wrap {
    /* padding-top: 96px; */
    padding-bottom: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.testimonials-title {
    color: #181D27;
    font-size: 32px;
    font-family: 'Inter Bold';
    line-height: 40px;
    text-align: center;
}

.testimonials-swiper {
    width: 100%;
}

.testimonials-swiper .swiper-wrapper {
    align-items: stretch;
}

.testimonials-swiper .swiper-slide {
    height: auto;
}

.testimonials-pagination {
    position: static !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
    transform: none !important;
    bottom: auto !important;
    left: auto !important;
    width: auto !important;
}

.testimonials-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 9999px;
    background: #E9EAEB;
    opacity: 1;
}

.testimonials-pagination .swiper-pagination-bullet-active {
    background: #14B8A6;
}

.testimonial-card {
    background: #fff;
    border-radius: 24px;
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.testimonial-card--featured {
    box-shadow: 0px 8px 30px -4px rgba(10, 27, 137, 0.03), 0px 8px 30px -6px rgba(116, 135, 255, 0.05);
}

.testimonial-avatar {
    display: grid;
    place-items: end;
}

.testimonial-avatar>img {
    grid-area: 1/1;
    width: 200px;
    height: 200px;
    border-radius: 9999px;
    object-fit: cover;
}

.testimonial-quote-badge {
    grid-area: 1/1;
    align-self: end;
    justify-self: end;
    width: 48px;
    height: 48px;
}

.testimonial-quote-badge img {
    width: 48px;
    height: 48px;
}

.testimonial-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.testimonial-name {
    color: #181D27;
    font-size: 18px;
    font-family: 'Inter SemiBold';
    line-height: 24px;
    text-align: center;
}

.testimonial-role {
    color: #535862;
    font-size: 16px;
    font-family: 'Inter';
    line-height: 24px;
    text-align: center;
}

.testimonial-text {
    color: #181D27;
    font-size: 18px;
    font-family: 'Inter';
    line-height: 24px;
    text-align: center;
}

.testimonials-buttons {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media (max-width: 979px) {
    .testimonials-wrap {
        padding-bottom: 48px;
    }

    .testimonials-title {
        font-size: 24px;
        line-height: 32px;
    }

    .testimonial-card--featured {
        box-shadow: none;
    }
}

@media (min-width: 980px) {
    .testimonials-swiper .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
    }

    .testimonials-pagination {
        display: none !important;
    }
}

/*#endregion*/

/*#region press*/
.press {
    background: #fff;
}

.press-wrap {
    /* padding-top: 96px; */
    padding-bottom: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.press-title {
    color: #181D27;
    font-size: 32px;
    font-family: 'Inter Bold';
    line-height: 40px;
    text-align: center;
}

.press-swiper {
    width: 100%;
}

.press-swiper .swiper-slide {
    height: auto;
}

.press-swiper-pagination {
    position: static !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
    transform: none !important;
    bottom: auto !important;
    left: auto !important;
    width: auto !important;
}

.press-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 9999px;
    background: #E9EAEB;
    opacity: 1;
}

.press-swiper-pagination .swiper-pagination-bullet-active {
    background: #14B8A6;
}

.news-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0px 8px 30px -4px rgba(10, 27, 137, 0.03), 0px 8px 30px -6px rgba(116, 135, 255, 0.05);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.news-card-img {
    display: grid;
    border-radius: 16px;
    overflow: hidden;
}

.news-card-img>img,
.news-card-img-overlay {
    grid-area: 1/1;
}

.news-card-img>img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.news-card-img-overlay {
    background: linear-gradient(180deg, rgba(0, 59, 186, 0.40) 0%, rgba(0, 0, 0, 0) 23%, rgba(0, 0, 0, 0) 69%, rgba(0, 59, 186, 0.40) 100%);
}

.news-card-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}

.news-card-title {
    color: #181D27;
    font-size: 20px;
    font-family: 'Inter SemiBold';
    line-height: 28px;
}

.news-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.news-source-logo {
    height: 38px;
    width: auto;
    max-width: 180px;
}

.news-date {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #535862;
    font-size: 14px;
    font-family: 'Inter';
    line-height: 18px;
}

.news-date img {
    width: 24px;
    height: 24px;
}

.press-buttons {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media (max-width: 979px) {
    .press-wrap {
        padding-bottom: 48px;
    }

    .press-title {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (min-width: 980px) {
    .press-swiper .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
    }

    .press-swiper-pagination {
        display: none !important;
    }
}

/*#endregion*/

/*#region faq*/
.faq {
    background: #fff;
}

.faq-wrap {
    /* padding-top: 96px; */
    padding-bottom: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.faq-title {
    color: #181D27;
    font-size: 32px;
    font-family: 'Inter Bold';
    line-height: 40px;
    text-align: center;
}

.faq-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    background: #fff;
    border-radius: 16px;
    outline: 1px solid #E9EAEB;
    outline-offset: -1px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: 0px 3px 6px -6px rgba(10, 27, 137, 0.03), 0px 6px 20px 3px rgba(116, 135, 255, 0.03);
}

.faq-item--open {
    border-radius: 24px;
    outline-color: #14B8A6;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    cursor: pointer;
}

.faq-question img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.faq-q-text {
    color: #181D27;
    font-size: 18px;
    font-family: 'Inter SemiBold';
    line-height: 24px;
}

.faq-item--open .faq-q-text {
    color: #0D9488;
}

.faq-answer {
    color: #414651;
    font-size: 16px;
    font-family: 'Inter';
    line-height: 24px;
    display: none;
}

@media (max-width: 979px) {
    .faq-wrap {
        padding-bottom: 48px;
    }

    .faq-title {
        font-size: 24px;
        line-height: 32px;
    }

    .faq-q-text {
        font-size: 16px;
    }
}

/*#endregion*/

/*#region cta*/
.cta {
    background: url(/eSign/images/pages/home-lending/bg-cta.webp) center/cover no-repeat;
    overflow: hidden;
}

.cta-wrap {
    padding-top: 96px;
    /* padding-bottom: 96px; */
}

.cta-inner {
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 64px;
}

.cta-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.cta-left-text {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cta-title {
    color: #fff;
    font-size: 32px;
    font-family: 'Inter Bold';
    line-height: 40px;
}

.cta-desc {
    color: #fff;
    font-size: 20px;
    font-family: 'Inter';
    line-height: 28px;
    max-width: 591px;
}

.cta-deco {
    width: 100%;
    max-width: 556px;
    height: auto;
}

.cta-form {
    width: 515px;
    flex-shrink: 0;
    background: #fff;
    border-radius: 24px;
    outline: 3px solid rgba(115, 226, 163, 0.40);
    /* padding: 32px 40px 40px; */
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-top: 24px;
}

.cta-form-title {
    color: #252B37;
    font-size: 20px;
    font-family: 'Inter SemiBold';
    line-height: 28px;
    text-align: center;
}

@media (max-width: 979px) {
    .cta-wrap {
        padding-top: 48px;
    }

    .cta-inner {
        flex-direction: column;
        padding: 48px 24px;
        gap: 40px;
    }

    .cta-title {
        font-size: 24px;
        line-height: 32px;
    }

    .cta-desc {
        font-size: 16px;
        line-height: 24px;
    }

    .cta-form {
        width: 100%;
        padding: 24px;
    }

    .cta-deco {
        display: none;
    }
}

/*#endregion*/
/* button animation */

.borderMove {
    position: relative;
    overflow: visible;
    display: inline-block;
}

.borderMove>* {
    position: relative;
    z-index: 1;
}

.borderMove::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 12px;
    background: linear-gradient(90deg,
            #ff6ec4,
            #7873f5,
            #22d3ee,
            #4ade80,
            #ff6ec4);
    background-size: 300% 300%;
    opacity: 0;
    filter: blur(2px);
    transition: opacity 0.3s ease;
}

.borderMove:hover::before {
    opacity: 1;
    animation: shadowMove 4s linear infinite;
}

@keyframes shadowMove {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 300% 50%;
    }
}

.ai-btn {
    outline: none !important;
    opacity: 1 !important;
}

@keyframes aiBtnBorderMove {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 200% 50%;
    }
}

.ai-btn:hover {
    border: 2px solid transparent !important;
    background:
        linear-gradient(white, white) padding-box,
        linear-gradient(90deg, #ff6ec4, #7873f5, #4ade80, #22d3ee, #ff6ec4) border-box;
    background-size: 200% 200%;
    animation: aiBtnBorderMove 3s linear infinite;
}

/* end button animation */