.vmt-tours-figma {
    position: relative;
    z-index: 2;
    padding: 30px 0 24px;
    background: transparent;
}

.vmt-tour-promo {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
}

.vmt-tour-promo-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding-top: 20px;
    text-align: center;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.vmt-tour-promo-subtitle {
    color: #0b7f89;
    font-family: var(--vmt-font-body);
    font-size: clamp(18px, 1.8vw, 24px);
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0;
    margin: 0 0 12px;
    text-transform: none;
}

.vmt-tour-promo-title {
    display: block;
    background: transparent;
    color: #d31725;
    border-radius: 0;
    padding: 0;
    font-family: var(--vmt-font-body);
    font-size: clamp(28px, 3.2vw, 44px);
    font-weight: 400;
    line-height: 1.2;
    text-transform: none;
    box-shadow: none;
    margin: 0 0 12px;
    text-align: center;
    text-wrap: balance;
}

.vmt-tour-promo-desc {
    max-width: 760px;
    margin: 0 auto;
    color: #0b7f89;
    font-family: var(--vmt-font-body);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.65;
    /* -webkit-text-stroke: 0.4px currentColor; */
    /* text-shadow: 0 0 0.01px currentColor, 0 0 0.01px currentColor, 0 0 0.01px currentColor, 0 0 0.01px currentColor; */
}

/* Homepage title scale: unify H1 (red) and H2 (green/blue) */
.home {
    --vmt-home-h1-size: var(--vmt-site-h1-size);
    --vmt-home-h2-size: var(--vmt-site-h2-size);
}

.home .vmt-heading,
.home .vmt-heading-light,
.home .vmt-news-title,
.home .vmt-testi-title,
.home .vmt-tour-title,
.home .vmt-tour-promo-title,
.home .vmt-why-line2 {
    font-family: var(--vmt-font-heading);
    font-size: var(--vmt-home-h1-size, 44px);
    line-height: 1.12;
    font-weight: 800;
}

.home .vmt-subtitle,
.home .vmt-news-subtitle,
.home .vmt-subtitle-light,
.home .vmt-tour-subtitle,
.home .vmt-tour-promo-subtitle,
.home .vmt-why-line1 {
    font-family: var(--vmt-font-heading);
    font-size: var(--vmt-home-h2-size, 24px);
    line-height: 1.35;
    font-weight: 600;
}

.vmt-tour-promo-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Force visual spacing between promo cards and the schedule banner */
.home .vmt-tour-promo-grid {
    margin-bottom: 24px !important;
}

.vmt-tour-promo-banner {
    position: relative;
    margin-top: 0;
    border-radius: 12px;
    overflow: visible;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.vmt-tour-promo-viewport {
    border-radius: inherit;
    overflow: hidden;
}

.vmt-tour-promo-banner-track {
    display: flex;
    width: 100%;
    transition: transform 0.55s ease;
    will-change: transform;
}

.vmt-tour-promo-slide {
    flex: 0 0 100%;
    min-width: 100%;
}

.vmt-tour-promo-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.vmt-tour-promo-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 46px;
    height: 46px;
    border: 2px solid #037c84;
    border-radius: 50%;
    background: transparent;
    color: #037c84;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.2s ease, filter 0.2s ease, background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.vmt-tour-promo-prev {
    left: -62px;
}

.vmt-tour-promo-next {
    right: -62px;
}

.vmt-tour-promo-nav .vmt-tour-promo-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin: 0;
    stroke: currentColor;
    pointer-events: none;
}

.vmt-tour-promo-nav:hover,
.vmt-tour-promo-nav:focus-visible {
    background: #d31725;
    color: #fff;
}

.vmt-tour-promo-nav:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.vmt-tour-promo-dots {
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 2;
}

.vmt-tour-promo-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    background: rgba(255, 255, 255, 0.55);
    cursor: pointer;
}

.vmt-tour-promo-dot.active {
    background: #fff;
}

.vmt-tour-header {
    text-align: center;
    margin-bottom: 24px;
}

.vmt-tour-header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    gap: 16px;
    margin-bottom: 10px;
}

.vmt-tour-heading-group {
    flex: 1;
    max-width: 860px;
    overflow: visible;
}

.vmt-tour-subtitle {
    color: #037c84;
    font-family: var(--vmt-font-heading);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.15;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.vmt-tour-title {
    color: #d31725;
    font-family: var(--vmt-font-heading);
    font-size: var(--vmt-home-h1-size, 44px);
    line-height: 1.05;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-top: 2px;
    overflow: visible;
    text-wrap: balance;
}

.vmt-tour-tabs {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.vmt-tour-tab {
    border: 1px solid #d0d5dd;
    border-radius: 5px;
    padding: 10px 22px;
    font-family: var(--vmt-font-body);
    font-size: 16px;
    font-weight: 700;
    color: #515151;
    background: #fff;
    line-height: 1.15;
}

.vmt-tour-tab.active,
.vmt-tour-tab:hover {
    border-color: #037c84;
    color: #037c84;
    background: #f2feff;
}

.vmt-tours-grid-figma {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.vmt-tour-empty-state {
    grid-column: 1 / -1;
    text-align: center;
    background: rgba(255, 255, 255, 0.75);
    border: 1px dashed #8db8bf;
    color: #2f5960;
    border-radius: 12px;
    padding: 18px 14px;
    font-size: 15px;
    font-weight: 600;
}

.vmt-tour-card-figma {
    border-radius: 12px;
    overflow: hidden;
    background: #eefeff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
}

.vmt-tour-card-figma.is-filter-hidden {
    display: none !important;
}

.vmt-tour-card-figma:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.vmt-tour-card-figma:focus-visible {
    outline: 2px solid #037c84;
    outline-offset: 2px;
}

.vmt-tour-image {
    position: relative;
    padding-top: 115%;
    /* Taller aspect ratio */
    height: 0;
    overflow: hidden;
}

.vmt-tour-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vmt-tour-badge,
.vmt-tour-badge-2 {
    position: absolute;
    left: 10px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    border-radius: 4px;
    padding: 6px 10px;
    text-transform: uppercase;
    z-index: 2;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.vmt-tour-badge {
    top: 10px;
    background-color: #d31725;
    /* Default red */
}

.vmt-tour-badge-2 {
    top: 40px;
}

.vmt-tour-favorite {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    border: none;
    cursor: pointer;
    backdrop-filter: blur(2px);
    transition: background 0.2s;
}

.vmt-tour-favorite:hover {
    background: rgba(0, 0, 0, 0.4);
}

.vmt-tour-content-figma {
    padding: 10px 14px 8px;
    flex: 1;
    display: flex;
    flex-direction: column;
    /* Background override from inline style in PHP, but default is sufficient */
}

.vmt-tours-grid-figma .vmt-tour-content-figma {
    padding: 14px 16px 10px;
}

.vmt-tour-promo-grid .vmt-tour-content-figma {
    padding: 14px 16px 10px;
}

.vmt-tour-title-figma {
    color: #037c84;
    font-family: 'UTM Avo', var(--vmt-font-body);
    /* Assuming font is available */
    font-size: 19px;
    font-weight: 900;
    line-height: 1.22;
    text-transform: none;
    margin-bottom: 4px;
    margin-top: 0;
    min-height: 0;
    display: block;
    overflow: hidden;
}

.vmt-tours-grid-figma .vmt-tour-title-figma {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.28;
    text-align: left;
    margin-bottom: 10px;
    min-height: 42px;
}

.vmt-tour-title-figma .vmt-tour-title-line {
    display: block;
}

.vmt-tour-title-figma .vmt-tour-title-line-first {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vmt-tour-title-figma .vmt-tour-title-line-second {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vmt-tour-promo-grid .vmt-tour-title-figma {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.28;
    text-align: left;
    margin-bottom: 10px;
    min-height: 42px;
    padding: 0;
}

.vmt-tour-pricing {
    margin-top: 4px;
    margin-bottom: 0px;
    padding-bottom: 2px;
    min-height: 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* Reduced to pull line closer */
    border-bottom: 1px solid #c2cfd6;
}

.vmt-tours-grid-figma .vmt-tour-pricing {
    align-items: center;
    text-align: center;
    margin-top: 2px;
    padding-bottom: 6px;
}

.vmt-tour-promo-grid .vmt-tour-pricing {
    align-items: center;
    text-align: center;
    margin-top: 2px;
    padding-bottom: 8px;
    min-height: auto;
}

.vmt-price-old {
    font-size: 13px;
    color: #888;
    text-decoration: line-through;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1;
    display: none;
    /* User requested only current price */
}

.vmt-tour-promo-grid .vmt-price-old {
    display: none;
}

.vmt-tour-promo-grid .vmt-tour-pricing {
    min-height: auto;
}

.vmt-price-current {
    font-size: 28px;
    color: #d31725;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.5px;
    margin-bottom: 0;
    display: block;
    margin-top: auto;
    /* Normalized */
    padding-bottom: 6px;
    /* Added breathing room */
}

.vmt-tours-grid-figma .vmt-price-current {
    font-size: 28px;
    line-height: 1;
    white-space: nowrap;
}

.vmt-tour-promo-grid .vmt-price-current {
    font-size: 28px;
    line-height: 1;
    white-space: nowrap;
}

.vmt-tour-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    margin-top: auto;
    /* Push to bottom */
    padding-top: 6px;
    /* Restore some spacing for visual balance inside the fixed height container */
    border-top: 1px solid #eee;
    /* Restore border for separation if desired, or keep none */
}

.vmt-tour-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #555;
    font-size: 13px;
    font-family: var(--vmt-font-body);
    font-weight: 400;
    padding-bottom: 0;
    flex: 1;
    min-width: 0;
}

.vmt-tour-duration,
.vmt-tour-departure {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 14px;
    color: #525c6f;
    line-height: 1.2;
    white-space: normal;
    /* -webkit-text-stroke: 0.4px currentColor; */
    /* text-shadow: 0 0 0.01px currentColor, 0 0 0.01px currentColor, 0 0 0.01px currentColor, 0 0 0.01px currentColor; */
}

.vmt-tour-duration span,
.vmt-tour-departure span,
.vmt-tours-figma .vmt-tour-cta {
    font-family: var(--vmt-font-body);
    font-weight: 400;
}

.vmt-tour-duration svg,
.vmt-tour-departure svg {
    color: #666;
    width: 15px;
    height: 15px;
    flex-shrink: 0;
}

.vmt-tours-figma .vmt-tour-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #037c84;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    line-height: 1;
    border: 1px solid #037c84;
    transition: background-color 0.2s;
    height: 28px;
    min-height: 0;
    width: auto;
    white-space: normal;
    gap: 3px;
    box-shadow: 0 2px 4px rgba(3, 124, 132, 0.2);
    /* -webkit-text-stroke: 0.4px currentColor; */
    /* text-shadow: 0 0 0.01px currentColor, 0 0 0.01px currentColor, 0 0 0.01px currentColor, 0 0 0.01px currentColor; */
}

.vmt-tours-figma .vmt-tour-cta:hover {
    background: #037c84;
    color: #fff;
}

.vmt-cta-arrow {
    width: 14px;
    height: 14px;
}

.vmt-tours-figma .vmt-tour-cta .vmt-cta-arrow {
    width: 11px;
    height: 11px;
    flex: 0 0 auto;
}

.vmt-tours-figma .vmt-tour-cta:hover {
    background: #037c84;
    color: #fff;
}

.vmt-tours-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 0;
}

.vmt-tours-nav-inline {
    justify-content: flex-end;
    margin-top: 0;
}

.vmt-tour-view-all-wrap {
    margin-top: 24px;
    display: flex;
    justify-content: center;
}

.vmt-tour-view-all-btn {
    min-width: 248px;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 10px;
    background: linear-gradient(90deg, #0a8c96 0%, #18b8c5 100%);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    font-family: var(--vmt-font-heading);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.vmt-tour-view-all-btn:hover {
    filter: brightness(1.05);
}

.vmt-tour-view-all-icon {
    flex: 0 0 auto;
}

/* Homepage CTA unification: match "Xem tất cả" style */
.home .vmt-tour-view-all-btn,
.home .vmt-mice-overlay .vmt-mice-btn,
.home .vmt-visa-actions .vmt-btn,
.home .vmt-about .vmt-link-light,
.home .vmt-news-more {
    border-radius: 10px;
    background: linear-gradient(90deg, #0a8c96 0%, #18b8c5 100%);
    color: #ffffff;
    border: 1px solid transparent;
}

.home .vmt-tour-view-all-btn:hover,
.home .vmt-mice-overlay .vmt-mice-btn:hover,
.home .vmt-mice-overlay .vmt-mice-btn:focus,
.home .vmt-visa-actions .vmt-btn:hover,
.home .vmt-about .vmt-link-light:hover,
.home .vmt-news-more:hover {
    color: #ffffff;
    filter: brightness(1.05);
}

.vmt-nav-arrow {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #037c84;
    background: transparent;
    color: #037c84;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.vmt-nav-arrow svg {
    width: 24px;
    height: 24px;
}

.vmt-nav-next {
    border-color: #037c84;
    background: transparent;
    color: #037c84;
}

.vmt-nav-arrow:hover {
    border-color: #d31725;
    background: #d31725;
    color: #fff;
    transform: translateY(-1px);
    filter: brightness(1.03);
}

.vmt-nav-arrow:focus-visible {
    border-color: #d31725;
    background: #d31725;
    color: #fff;
}

.vmt-nav-arrow:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    transform: none;
}

/* Tours section header nav: keep both buttons, reduce inner icon circle slightly */
.vmt-tours-nav-inline .vmt-nav-prev {
    display: inline-flex;
}

.vmt-tours-nav-inline .vmt-nav-arrow {
    width: 36px;
    height: 36px;
}

.vmt-tours-nav-inline .vmt-nav-arrow svg {
    width: 22px;
    height: 22px;
}

.vmt-tours-nav-inline .vmt-nav-arrow svg circle {
    display: none;
}

/* Pull MICE heading closer to tours slider and tune heading colors */
.vmt-mice {
    padding-top: 24px;
}

/* Homepage vertical rhythm: make section spacing tighter */
.home .vmt-why-choose {
    padding: 56px 0 56px;
}

.home .vmt-why-grid {
    gap: 72px;
    align-items: stretch;
}

.home .vmt-why-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 0;
    min-height: 100%;
}

.home .vmt-why-title {
    max-width: 560px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 27px;
    line-height: 1.14;
    text-wrap: balance;
}

.home .vmt-why-content .vmt-why-title .vmt-why-line1 {
    font-size: 27px !important;
    line-height: 1.14 !important;
    /* font-weight: 700 !important; */
}

.home .vmt-why-line2 {
    font-size: clamp(18px, 1.35vw, 24px) !important;
    line-height: 1.28 !important;
    /* font-weight: 700 !important; */
    white-space: normal;
}

.home .vmt-why-note {
    margin: 24px auto 0;
    font-size: 15px;
    line-height: 1.55;
    color: #037c84;
    letter-spacing: 0;
    max-width: 100%;
    text-align: center;
}

.home .vmt-reasons-list {
    gap: 28px;
}

@media (min-width: 1025px) {
    /* Reserve stable space in "Vi sao" block to reduce font-swap/layout reflow CLS. */
    .home .vmt-why-title {
        min-height: 72px;
    }

    .home .vmt-reasons-list {
        min-height: 420px;
    }
}

.home .vmt-reason-item {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
}

.home .vmt-reason-content {
    max-width: none;
    width: 100%;
    min-width: 0;
    padding-top: 2px;
}

.home .vmt-reason-title {
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 1.3;
    /* font-weight: 700; */
    letter-spacing: 0;
    text-align: left;
    text-wrap: pretty;
    max-width: 100%;
}

.home .vmt-reason-desc {
    font-size: 15px;
    line-height: 1.55;
    /* font-weight: 400; */
    color: #037c84;
    letter-spacing: 0;
    text-align: justify;
    text-align-last: left;
    max-width: 100%;
    /* -webkit-text-stroke: 0.4px currentColor; */
    /* text-shadow: 0 0 0.01px currentColor, 0 0 0.01px currentColor, 0 0 0.01px currentColor, 0 0 0.01px currentColor; */
}

.home .vmt-reason-item:nth-child(4) .vmt-reason-icon img {
    width: 58px;
    height: auto;
    filter: brightness(0) saturate(100%) invert(29%) sepia(63%) saturate(809%) hue-rotate(139deg) brightness(94%) contrast(91%);
}

.home .vmt-customer-images {
    gap: 12px;
    min-height: 100%;
    height: 100%;
}

.home .vmt-customer-grid,
.home .vmt-customer-right {
    gap: 12px;
}

.home .vmt-customer-main {
    height: 276px;
}

.home .vmt-customer-grid {
    height: 308px;
}

.home .vmt-section {
    padding: 46px 0;
}

.home .vmt-about {
    position: relative;
    z-index: 5 !important;
    /* override main.css: .home #main > * { z-index:1 } */
    width: 100%;
    max-width: none;
    margin: 40px 0 0;
    padding-top: 64px;
    padding-bottom: 44px;
    /* keep only a compact buffer before the stats bar overlaps below */
    overflow: visible;
}

.home .vmt-about::before {
    content: "" !important;
    display: block !important;
    position: absolute;
    inset: 0;
    background: url("../images/hinh-chim-khong-mau.png") center 60% / 100vw auto no-repeat !important;
    opacity: 0.13 !important;
    filter: grayscale(1) brightness(0) invert(1) contrast(0.95) !important;
    pointer-events: none;
    z-index: 1;
}

.home .vmt-about::after {
    content: none !important;
    display: none !important;
}

.home .vmt-about-grid {
    position: relative;
    z-index: 2;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
    padding-top: 36px;
    padding-bottom: 20px;
    transform: none !important;
}

.home .vmt-about-media {
    flex: 0 0 52%;
    max-width: 640px;
    margin-top: 0;
    transform: translateY(0);
    display: flex;
}

.home .vmt-about-video-frame,
.home .vmt-video-thumb {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 1.68 / 1;
}

.home .vmt-about-video-frame {
    display: block;
    border: 0;
    object-fit: cover;
}

.home .vmt-about-text {
    flex: 1;
    max-width: 560px;
    padding-top: 0;
    justify-content: center;
    transform: none;
    display: flex;
    flex-direction: column;
}

.home .vmt-about .vmt-subtitle-light {
    font-size: var(--vmt-home-h2-size, 24px);
    line-height: 1.28;
    letter-spacing: 0.01em;
    margin-bottom: 8px;
    font-weight: 500;
}

.home .vmt-about-subtitle-line {
    display: block;
}

.home .vmt-about-subtitle-line-title {
    margin-top: 6px;
    font-family: var(--vmt-font-heading);
    font-size: var(--vmt-home-h1-size, 44px);
    line-height: 1.14;
    font-weight: 700;
    letter-spacing: 0;
}

.home .vmt-about .vmt-heading-light {
    font-size: var(--vmt-home-h1-size, 44px);
    line-height: 1.14;
    padding-top: 0.08em;
    overflow: visible;
    margin-bottom: 16px;
}

.home .vmt-about-content p {
    margin: 0 0 10px;
    line-height: 1.62;
    text-align: justify;
    text-wrap: pretty;
}

.home .vmt-about-content p:last-child {
    margin-bottom: 0;
}

.home .vmt-about .vmt-stats-bar {
    position: relative;
    z-index: 10;
    transform: translateY(80%);
    border: 1px solid #b9dfe2;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.home .vmt-about .vmt-stat-item,
.home .vmt-about .vmt-stat-item>*,
.home .vmt-about .vmt-stat-num,
.home .vmt-about .vmt-stat-label {
    background: transparent !important;
}

.home .vmt-about .vmt-stat-num {
    font-size: clamp(46px, 3.6vw, 60px);
    line-height: 1;
}

.home .vmt-about .vmt-stat-label {
    font-size: clamp(13px, 1vw, 16px);
    line-height: 1.25;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.home .vmt-about .vmt-link-light {
    min-width: 178px;
    min-height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    box-shadow: 0 12px 26px rgba(4, 33, 39, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.24);
    margin-left: auto;
}

.home .vmt-about .vmt-link-light:hover {
    box-shadow: 0 16px 34px rgba(4, 33, 39, 0.46), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.home .vmt-news {
    padding: 56px 0 0;
    background: #fff;
    margin-bottom: 0 !important;
}

.home .vmt-news-title {
    font-size: var(--vmt-home-h1-size, 44px);
    line-height: 1.1;
}

.home .vmt-news-header {
    align-items: center;
    margin-bottom: 24px;
}

.home .vmt-news-more {
    align-self: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 6px 14px;
    min-height: 34px;
    border-radius: 8px;
    border: 1px solid rgba(3, 124, 132, 0.55);
    background: linear-gradient(180deg, #ffffff 0%, #f0fbfc 100%);
    box-shadow: 0 7px 18px rgba(3, 95, 104, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.95);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.home .vmt-news-more svg {
    width: 18px;
    height: 14px;
}

.home .vmt-news-more:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(3, 95, 104, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.vmt-mice .vmt-section-header {
    text-align: left;
}

.vmt-section-header-split {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
    gap: clamp(20px, 3vw, 36px);
    align-items: start;
    margin-bottom: 20px;
}

.vmt-section-header-split .vmt-section-header-main {
    min-width: 0;
    width: 100%;
    max-width: 430px;
}

.vmt-section-header-split .vmt-subtitle {
    margin-bottom: 8px;
    text-wrap: balance;
}

.vmt-section-header-split .vmt-heading {
    margin: 0;
    text-wrap: balance;
}

.vmt-section-header-split .vmt-section-header-desc {
    margin: 0;
    width: 100%;
    max-width: 540px;
    padding-left: 22px;
    border-left: 1px solid rgba(3, 124, 132, 0.45);
    color: #037c84;
    font-size: 16px;
    line-height: 1.58;
    font-family: var(--vmt-font-body);
    text-align: left;
}

/* Visa intro copy: align with heading block and justify paragraph on desktop */
.home .vmt-visa .vmt-section-header-split {
    align-items: start;
}

.home .vmt-visa .vmt-subtitle {
    color: #0b7f89;
    font-family: var(--vmt-font-body);
    font-size: clamp(18px, 1.8vw, 24px);
    line-height: 1.45;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}

.home .vmt-visa .vmt-heading {
    color: #d31725;
    font-family: var(--vmt-font-body);
    font-size: clamp(28px, 3.2vw, 44px);
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}

.home .vmt-visa .vmt-section-header-split .vmt-section-header-desc {
    color: #0b7f89;
    text-align: justify;
    text-align-last: left;
}

@media (min-width: 1200px) {
    .home .vmt-visa .vmt-section-header-split .vmt-section-header-main {
        max-width: none;
    }

    .home .vmt-visa .vmt-subtitle,
    .home .vmt-visa .vmt-heading {
        white-space: nowrap;
    }
}

.vmt-mice .vmt-subtitle,
.vmt-mice .vmt-heading {
    text-align: left;
}

.home .vmt-mice .vmt-section-header-split .vmt-section-header-desc {
    text-align: justify;
    text-align-last: left;
}

.vmt-mice .vmt-subtitle {
    color: #0b7f89;
    font-family: var(--vmt-font-body);
    font-size: clamp(18px, 1.8vw, 24px);
    line-height: 1.45;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}

.vmt-mice .vmt-heading {
    color: #d31725;
    margin-bottom: 0;
    font-family: var(--vmt-font-body);
    font-size: clamp(28px, 3.2vw, 44px);
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}

@media (min-width: 1025px) {
    .home .vmt-mice .vmt-section-header-split {
        grid-template-columns: minmax(max-content, 1fr) minmax(320px, 540px);
        justify-content: space-between;
    }

    .home .vmt-mice .vmt-section-header-split .vmt-section-header-main {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: max-content;
        min-width: max-content;
        max-width: none;
    }

    .home .vmt-mice .vmt-subtitle,
    .home .vmt-mice .vmt-heading {
        display: block;
        width: max-content;
        max-width: none;
        white-space: nowrap !important;
        text-wrap: nowrap;
        overflow-wrap: normal;
        word-break: normal;
    }

    .home .vmt-mice .vmt-section-header-split .vmt-section-header-desc {
        max-width: 540px;
    }
}

@media (max-width: 1199px) {

    .vmt-tour-promo-grid,
    .vmt-tours-grid-figma {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vmt-tour-promo-title {
        font-size: clamp(26px, 4vw, 38px);
        padding: 0;
    }

    .vmt-tour-promo-subtitle {
        font-size: clamp(18px, 2.4vw, 22px);
    }
}

@media (max-width: 767px) {
    .home {
        --vmt-home-h1-size: 18px;
    }

    .home .vmt-news-title,
    .home .vmt-tour-promo-title {
        font-size: 18px !important;
    }

    .vmt-tours-figma {
        padding: 28px 0 18px;
    }

    .vmt-tour-promo {
        gap: 18px;
        margin-bottom: 36px;
    }

    .vmt-tour-promo-header {
        padding-top: 14px;
    }

    .vmt-tour-promo-banner {
        margin-top: 0;
        overflow: hidden;
    }

    .vmt-tour-promo-nav {
        display: none !important;
    }

    .vmt-tour-promo-title {
        font-size: var(--vmt-home-h1-size, 18px);
        padding: 0;
    }

    .vmt-tour-promo-subtitle {
        font-size: clamp(17px, 4.8vw, 20px);
    }

    .vmt-tour-promo-viewport {
        touch-action: pan-y;
    }

    .vmt-tour-promo-banner-track {
        will-change: transform;
    }

    .vmt-tour-promo-slide picture,
    .vmt-tour-promo-slide img {
        display: block;
        width: 100%;
    }

    .vmt-tour-header-main {
        flex-direction: column;
        align-items: flex-start;
    }

    .vmt-tours-nav-inline {
        display: none !important;
    }

    .vmt-tour-title {
        font-size: var(--vmt-home-h1-size, 18px) !important;
        line-height: 1.04 !important;
    }

    .vmt-tour-subtitle {
        font-size: 16px !important;
        line-height: 1.14 !important;
    }

    .vmt-tour-tab {
        font-size: 15px;
        padding: 10px 16px;
    }

    .vmt-tour-promo-grid,
    .vmt-tours-grid-figma {
        grid-template-columns: 1fr;
    }

    .home .vmt-tour-promo-grid {
        margin-bottom: 18px !important;
    }

    .vmt-tour-header {
        margin-bottom: 18px;
    }

    .vmt-tour-tabs {
        margin-bottom: 18px;
    }

    .vmt-tour-view-all-wrap {
        margin-top: 18px;
    }

    .vmt-tour-view-all-btn {
        min-width: 220px;
        min-height: 50px;
        font-size: 18px;
    }

    .vmt-tour-bottom {
        flex-direction: row;
        align-items: center;
    }

    .vmt-tours-figma .vmt-tour-cta {
        width: auto;
    }

    .vmt-mice {
        padding-top: 12px;
    }

    .vmt-section-header-split {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 16px;
    }

    .vmt-section-header-split .vmt-section-header-desc {
        padding-left: 0;
        border-left: 0;
        font-size: 14px;
        line-height: 1.55;
        text-align: left;
    }

    .home .vmt-visa .vmt-subtitle {
        font-size: 16px !important;
        line-height: 1.14 !important;
    }

    .home .vmt-visa .vmt-heading {
        font-size: var(--vmt-home-h1-size, 18px) !important;
        line-height: 1.04 !important;
    }

    .home .vmt-mice .vmt-subtitle {
        font-size: 16px !important;
        line-height: 1.14 !important;
    }

    .home .vmt-mice .vmt-heading {
        font-size: var(--vmt-home-h1-size, 18px) !important;
        line-height: 1.04 !important;
    }

    .home .vmt-visa .vmt-section-header-split .vmt-section-header-desc {
        text-align: left;
        text-align-last: auto;
    }

    .vmt-partners .vmt-heading-partner {
        font-size: 20px !important;
        line-height: 1.08 !important;
        gap: 6px !important;
        white-space: nowrap;
    }

    .vmt-partners .vmt-subheading-partner {
        font-size: 12px !important;
        line-height: 1.1 !important;
        white-space: nowrap;
    }

    .vmt-partners .vmt-partners-desc {
        font-size: 13px !important;
        line-height: 1.45 !important;
    }

    .home .vmt-why-choose {
        padding: 62px 0 48px;
    }

    .home .vmt-why-grid {
        gap: 52px;
    }

    .home .vmt-why-title {
        max-width: 100%;
        margin-bottom: 12px;
    }

    .home .vmt-why-content .vmt-why-title .vmt-why-line1 {
        font-size: 18px !important;
        line-height: 1.08 !important;
        margin-bottom: 3px !important;
        letter-spacing: -0.01em !important;
    }

    .home .vmt-why-line2 {
        font-size: var(--vmt-home-h1-size, 18px) !important;
        line-height: 1.08 !important;
        letter-spacing: -0.02em !important;
        white-space: normal;
    }

    .home .vmt-why-note {
        margin-top: 20px;
        font-size: 15px;
        line-height: 1.55;
    }

    .home .vmt-reasons-list {
        gap: 26px;
    }

    .home .vmt-reason-item {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 14px;
    }

    .home .vmt-reason-title {
        font-size: 16px;
        text-align: justify;
        text-align-last: justify;
        text-justify: inter-word;
    }

    .home .vmt-reason-desc {
        font-size: 14px;
    }

    .home .vmt-customer-main,
    .home .vmt-customer-grid {
        height: auto;
    }


    .home .vmt-section {
        padding: 36px 0;
    }

    .home .vmt-about {
        width: 100%;
        max-width: none;
        margin-top: 30px;
        padding-top: 44px;
    }

    .home .vmt-about-grid {
        gap: 28px;
        padding-top: 16px;
        padding-bottom: 16px;
        transform: none !important;
    }

    .home .vmt-about-media {
        flex: 0 0 auto;
        max-width: 100%;
        margin-top: 0;
        transform: translateY(0);
    }

    .home .vmt-about-video-frame,
    .home .vmt-video-thumb {
        height: auto;
        min-height: 0;
        aspect-ratio: 1.75 / 1;
    }

    .home .vmt-about-text {
        transform: none;
    }

    .home .vmt-about .vmt-heading-light {
        font-size: 18px !important;
        line-height: 1.24 !important;
        padding-top: 0.12em;
    }

    .home .vmt-about-subtitle-line-title {
        font-size: 18px !important;
        line-height: 1.24 !important;
        margin-top: 4px;
    }

    .home .vmt-news-featured .vmt-news-article-title {
        font-size: 18px !important;
        line-height: 1.22 !important;
    }

    .home .vmt-news-card .vmt-news-article-title {
        font-size: 16px !important;
        line-height: 1.24 !important;
    }

    .home .vmt-about .vmt-stats-bar {
        position: relative;
        z-index: 10;
        transform: none;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
        width: calc(100% - 32px);
        max-width: 360px;
        margin: 24px auto 0;
        padding: 18px 16px;
    }

    .home .vmt-about .vmt-stats-bar .vmt-container {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0 !important;
    }

    .home .vmt-about .vmt-stats-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
        width: 100%;
        margin: 0 auto;
        justify-items: center;
        align-items: start;
    }

    .home .vmt-about .vmt-stat-item {
        width: 100%;
        text-align: center;
    }

    .home .vmt-about .vmt-stat-num {
        font-size: 34px;
    }

    .home .vmt-about .vmt-stat-label {
        font-size: 12px;
        line-height: 1.35;
        white-space: normal;
    }

    .vmt-partners {
        padding-top: 56px;
    }

    .home .vmt-partners .vmt-partners-block:first-child {
        margin-top: 24px;
    }
}

/* Frontpage MICE cards: reveal content only on hover/tap */
.vmt-mice-item .vmt-mice-overlay {
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    pointer-events: none;
}

.vmt-mice-item:hover .vmt-mice-overlay,
.vmt-mice-item:focus-within .vmt-mice-overlay,
.vmt-mice-item.is-active .vmt-mice-overlay {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.vmt-mice-item .vmt-mice-title {
    color: #ffffff;
    font-family: var(--vmt-font-heading);
    font-size: 21px;
    line-height: 1.22;
    text-transform: none !important;
    letter-spacing: 0.015em;
    margin: 0 0 8px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.42);
}

.vmt-mice-overlay .vmt-mice-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    min-height: 36px;
    padding: 0 14px;
    margin-top: 6px;
    border-radius: 9px;
    border: 1px solid transparent;
    background: linear-gradient(90deg, #0a8c96 0%, #18b8c5 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.vmt-mice-overlay .vmt-mice-btn:hover,
.vmt-mice-overlay .vmt-mice-btn:focus {
    background: linear-gradient(90deg, #0b98a3 0%, #1cc3d1 100%);
    border-color: transparent;
    color: #fff;
}

/* Visa CTA buttons: keep blue and red actions same frame width */
.home .vmt-visa-actions .vmt-btn {
    min-width: 220px;
    padding: 0 18px;
    border-radius: 10px;
    font-weight: 700;
    letter-spacing: 0.01em;
}

@media (max-width: 991px) {
    .vmt-mice-item .vmt-mice-title {
        font-size: 21px;
        letter-spacing: 0.01em;
    }
}

/* Homepage partners/customers: rebalance layout */
.vmt-partners {
    padding-top: 300px;
    /* must clear stats-bar overhang + breathing room */
    padding-bottom: 42px;
    background: #fff;
}

.vmt-partners .vmt-partners-block {
    position: relative;
    padding: 20px 0 24px;
    margin-bottom: 26px;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.home .vmt-partners .vmt-partners-block:first-child {
    margin-top: 80px;
}

.vmt-partners .vmt-partners-header {
    position: static;
    margin: 0 0 18px;
    padding: 0;
    background: transparent;
    line-height: 1;
    white-space: normal;
    text-align: center;
    top: auto;
    left: auto;
    transform: none;
    display: block;
    width: 100%;
}

.vmt-partners .vmt-heading-partner {
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #0b7f89;
    font-family: var(--vmt-font-body);
    font-size: clamp(34px, 3.1vw, 44px);
    font-weight: 400;
    line-height: 1.2;
}

.vmt-partners .vmt-subheading-partner {
    font-family: var(--vmt-font-body);
    font-size: clamp(17px, 1.5vw, 20px);
    font-weight: 400;
    color: #0b7f89;
}

.vmt-partners .vmt-partners-desc {
    max-width: 1060px;
    margin: 0 auto 44px;
    text-align: center;
    color: #0b7f89;
    font-family: var(--vmt-font-body);
    font-size: 17px;
    line-height: 1.65;
    white-space: normal;
}

.vmt-partners .vmt-partners-marquee {
    position: relative;
    overflow: hidden;
    width: 100%;
    mask-image: none;
    -webkit-mask-image: none;
}

.vmt-partners .vmt-partners-track {
    display: flex;
    align-items: center;
    gap: 96px;
    width: max-content;
    animation: vmtPartnerMarquee 28s linear infinite;
}

.vmt-partners .vmt-partners-track.vmt-partners-track-reverse {
    animation-direction: reverse;
    animation-duration: 30s;
}

.vmt-partners .vmt-partners-track img {
    display: block;
    width: auto;
    max-width: 260px;
    height: 90px;
    margin: 0;
    object-fit: contain;
    object-position: center;
    flex: 0 0 auto;
}

.vmt-partners .vmt-partners-track a {
    display: block;
    flex: 0 0 auto;
}

.vmt-partners .vmt-partner-nav {
    display: none;
}

@keyframes vmtPartnerMarquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-50% - 48px));
    }
}

@media (max-width: 991px) {
    .vmt-partners {
        padding-top: 130px;
    }

    .vmt-partners .vmt-partners-block {
        padding: 16px 0 22px;
    }

    .home .vmt-partners .vmt-partners-block:first-child {
        margin-top: 52px;
    }

    .vmt-partners .vmt-partners-track {
        gap: 60px;
    }

    .vmt-partners .vmt-partners-track img {
        width: auto;
        max-width: 216px;
        height: 74px;
    }

    .vmt-partners .vmt-partners-desc {
        white-space: normal;
    }
}

@media (max-width: 575px) {
    .vmt-partners {
        padding-top: 110px;
    }

    .vmt-partners .vmt-partners-track {
        gap: 40px;
        animation-duration: 20s;
    }

    .home .vmt-partners .vmt-partners-block:first-child {
        margin-top: 40px;
    }

    .vmt-partners .vmt-partners-track img {
        width: auto;
        max-width: 172px;
        height: 60px;
    }

    .home .vmt-visa-actions {
        flex-direction: column;
    }

    .home .vmt-visa-actions .vmt-btn {
        min-width: 100%;
    }
}

/* Homepage testimonials: Figma-style + auto slider */
.vmt-testimonials {
    padding: 28px 0 52px;
    background: #fff;
}

.vmt-testimonials-header {
    text-align: center;
    margin-bottom: 30px;
}

.vmt-testi-subtitle {
    margin: 0 auto 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0a8c96;
    font-size: clamp(17px, 1.5vw, 20px);
    line-height: 1.35;
    font-weight: 600;
    font-family: var(--vmt-font-body);
}

.vmt-quote-mark {
    color: #0a8c96;
    font-size: clamp(34px, 3.2vw, 54px);
    font-weight: 700;
    line-height: 0.9;
    display: inline-block;
    transform: translateY(-1px);
}

.vmt-quote-mark-left {
    margin-right: 4px;
}

.vmt-quote-mark-right {
    margin-left: 4px;
}

.vmt-testi-title {
    margin: 0;
    color: #d31725;
    font-size: clamp(30px, 3.6vw, 48px);
    line-height: 1.04;
    font-family: var(--vmt-font-heading);
    font-weight: 800;
    text-transform: uppercase;
}

.vmt-testi-slider {
    overflow: hidden;
    width: 100%;
}

.vmt-testi-track {
    display: flex;
    gap: 18px;
    will-change: transform;
}

.vmt-testi-card {
    flex: 0 0 calc((100% - 36px) / 3);
    min-width: 0;
    display: grid;
    grid-template-columns: 42% 58%;
    gap: 10px;
    align-items: start;
}

.vmt-testi-img {
    border-radius: 12px;
    overflow: hidden;
    background: #eef3f6;
}

.vmt-testi-img img {
    display: block;
    width: 100%;
    height: 296px;
    object-fit: cover;
    object-position: center;
}

.vmt-testi-details {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.vmt-testi-quote-box {
    position: relative;
    padding: 14px 14px 12px;
    margin-bottom: 12px;
    background: #d9eff1;
    min-height: 176px;
}

.vmt-testi-quote-box::after {
    content: "";
    position: absolute;
    left: 14px;
    bottom: -14px;
    border-width: 14px 12px 0 0;
    border-style: solid;
    border-color: #d9eff1 transparent transparent transparent;
}

.vmt-testi-quote-box p {
    margin: 0;
    color: #30343a;
    font-size: 14px;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vmt-testi-name {
    margin: 0 0 3px;
    color: #037c84;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    font-family: var(--vmt-font-body);
}

.vmt-testi-role {
    margin: 0 0 8px;
    color: #2b2b2b;
    font-size: 12px;
    line-height: 1.2;
}

.vmt-testi-stars {
    display: flex;
    gap: 4px;
}

.vmt-star {
    color: #9f9f9f;
    font-size: 20px;
    line-height: 1;
}

.vmt-star.is-active {
    color: #f0b400;
}

.vmt-testi-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
}

.vmt-testi-pagination .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #b6b6b6;
    border: 0;
    padding: 0;
    cursor: pointer;
}

.vmt-testi-pagination .dot.active {
    background: #0a8c96;
}

@media (max-width: 1199px) {
    .vmt-testi-card {
        flex-basis: calc((100% - 18px) / 2);
    }

    .vmt-testi-img img {
        height: 280px;
    }

    .vmt-testi-quote-box {
        min-height: 170px;
    }
}

@media (max-width: 767px) {
    .vmt-testimonials {
        padding: 32px 0 44px;
    }

    .vmt-testi-subtitle {
        font-size: 15px;
        line-height: 1.16;
    }

    .vmt-quote-mark {
        font-size: 60px;
        line-height: 0.8;
    }

    .vmt-testi-title {
        font-size: var(--vmt-home-h1-size, 18px) !important;
        line-height: 1.06 !important;
    }

    .vmt-testi-card {
        flex-basis: 100%;
    }

    .vmt-testi-img {
        height: 260px;
    }

    .vmt-testi-img img {
        height: 100%;
    }

    .vmt-testi-quote-box {
        min-height: 0;
    }

    .vmt-testi-name {
        font-size: 15px;
    }

    .vmt-testi-role {
        font-size: 12px;
    }

    .vmt-star {
        font-size: 18px;
    }
}

/* Homepage spacing system: fixed part/section gaps with override protection */
.home {
    --vmt-section-gap: 24px;
    --vmt-part-gap: 40px;
    --vmt-part-tight: 18px;
    --vmt-banner-gap: 86px;
}

/* Tours section internal parts */
.home .vmt-tours-figma {
    padding-top: 8px !important;
}

.home .vmt-tour-promo {
    gap: 0 !important;
    margin-bottom: var(--vmt-banner-gap);
}

.home .vmt-tour-promo-header {
    padding-top: 0;
    gap: 0;
    margin-bottom: 24px;
}

.home .vmt-tour-promo-subtitle {
    margin: 0 0 var(--vmt-part-tight);
}

.home .vmt-tour-promo-title {
    margin: 0 0 var(--vmt-part-tight);
}

.home .vmt-tour-promo-grid {
    margin-bottom: var(--vmt-banner-gap) !important;
}

.home .vmt-tour-promo-banner {
    margin-top: 0 !important;
}

.home .vmt-tour-header {
    margin-bottom: var(--vmt-part-gap);
}

/* Keep this pair closer as requested: title block -> tabs */
.home .vmt-tour-header-main {
    margin-bottom: var(--vmt-part-tight);
}

.home .vmt-tour-tabs {
    margin-bottom: var(--vmt-part-gap);
}

.home .vmt-tours-grid-figma {
    margin-bottom: var(--vmt-part-gap);
}

.home .vmt-tour-view-all-wrap {
    margin-top: var(--vmt-part-gap);
}

/* Cover decoration background with white on lower homepage sections */
.home .vmt-partners,
.home .vmt-testimonials,
.home .vmt-news {
    background: #fff !important;
}

/* Equal gap between major homepage sections */
.home #main>.vmt-why-choose+.vmt-tours-figma,
.home #main>.vmt-tours-figma+.vmt-mice,
.home #main>.vmt-mice+.vmt-visa,
.home #main>.vmt-visa+.vmt-about,
.home #main>.vmt-about+.vmt-partners,
.home #main>.vmt-partners+.vmt-testimonials,
.home #main>.vmt-testimonials+.vmt-news {
    margin-top: var(--vmt-section-gap) !important;
}

/* Prevent decoration background from leaking through section gaps on homepage */
.home #main>.vmt-about+.vmt-partners,
.home #main>.vmt-partners+.vmt-testimonials,
.home #main>.vmt-testimonials+.vmt-news {
    box-shadow: 0 calc(-1 * var(--vmt-section-gap)) 0 #fff;
}

/* Homepage footer should follow the same base style as other pages */
.home .vmt-site-footer {
    margin-top: -34px !important;
    position: relative;
    z-index: 3;
}

/* Remove white seam before footer/news area */
.home #main>.vmt-testimonials+.vmt-news {
    margin-top: 0 !important;
    box-shadow: none !important;
    padding-bottom: 0 !important;
}

.home .vmt-news .vmt-news-grid,
.home .vmt-news .vmt-news-regular {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Final override: lock requested homepage behavior */
.home .vmt-news-more {
    transform: translateY(0) !important;
    background: #fff !important;
    color: #037c84 !important;
    border: 1px solid rgba(3, 124, 132, 0.55) !important;
    box-shadow: 0 6px 14px rgba(6, 64, 72, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease !important;
}

.home .vmt-news-more:hover {
    transform: translateY(-2px) !important;
    color: #fff !important;
    background: linear-gradient(180deg, #0a9aa5 0%, #037c84 100%) !important;
    border-color: #037c84 !important;
    box-shadow: 0 12px 24px rgba(6, 64, 72, 0.28) !important;
    filter: none !important;
}

.home #main>.vmt-testimonials+.vmt-news {
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    box-shadow: none !important;
}

.home .vmt-news {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Keep the strip between News and Footer solid white (no decoration bleed) */
.home #main>.vmt-news {
    background: #fff !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.home .vmt-site-footer {
    margin-top: 0 !important;
}

/* Remove "sunken" divider between Home news and footer */
.home #main+.vmt-site-footer,
.home #main+.vmt-chat-widget+.vmt-site-footer {
    margin-top: 0 !important;
    transform: none !important;
}

/* Hard lock: collapse any remaining seam above footer on homepage */
.home .vmt-news {
    position: relative;
    z-index: 1;
}

.home .vmt-site-footer {
    margin-top: -18px !important;
    border-radius: 0 !important;
    position: relative;
    z-index: 2;
}

/* Homepage footer: keep footer's native background layers, avoid leaking home section watermark */
.home .vmt-site-footer {
    background-color: #0b7f89 !important;
}

/* About/home shared blocks: white background + media/timeline alignment fixes */
.page-template-page-about,
.vmt-core-values {
    background: #fff !important;
}

/* Homepage "Vì Sao Nên Đồng Hành Cùng" should keep transparent background */
.home .vmt-why-choose {
    background: transparent !important;
}

.vmt-core-media-large,
.vmt-core-media-small,
.home .vmt-customer-main,
.home .vmt-customer-left,
.home .vmt-customer-top,
.home .vmt-customer-bottom {
    overflow: hidden;
}

.vmt-core-media-large img,
.vmt-core-media-small img,
.home .vmt-customer-main img,
.home .vmt-customer-left img,
.home .vmt-customer-top img,
.home .vmt-customer-bottom img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.home .vmt-customer-main .vmt-image-link,
.home .vmt-customer-left .vmt-image-link,
.home .vmt-customer-top .vmt-image-link,
.home .vmt-customer-bottom .vmt-image-link,
.home .vmt-reason-icon .vmt-image-link {
    display: block;
    width: 100%;
    height: 100%;
}

.vmt-timeline::before {
    opacity: 0.16 !important;
    filter: grayscale(1) brightness(0) invert(1) contrast(0.9) !important;
}

.vmt-timeline-content {
    align-items: center;
    text-align: center;
}

.vmt-timeline-year {
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin-inline: auto;
}

.vmt-timeline-title-text,
.vmt-timeline-item.bottom .vmt-timeline-title-text {
    width: clamp(130px, 12vw, 190px);
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    text-align: center !important;
}

/* Footer spacer inside home news: keep a real white area for footer overlap */
body.home .vmt-news .vmt-news-footer-spacer {
    height: 180px;
    background: #fff;
}

body.home #main> :last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

body.home .vmt-site-footer,
body.home #main+.vmt-site-footer,
body.home #main+.vmt-chat-widget+.vmt-site-footer,
body.home .vmt-news+.vmt-site-footer,
body.home .vmt-news+.vmt-chat-widget+.vmt-site-footer {
    margin-top: -64px !important;
    transform: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

/* Homepage footer spacing: give content more vertical room */
.home .vmt-site-footer {
    padding-top: 44px !important;
}

.home .vmt-site-footer .vmt-footer-grid {
    margin-bottom: 24px;
}

.home .vmt-site-footer .vmt-footer-bottom p {
    padding: 10px 0;
    font-size: 15px;
}

/* Final lock: normalize homepage CTA family to match "Tin tuc moi nhat" button */
.home .vmt-tour-view-all-btn,
.home .vmt-mice-overlay .vmt-mice-btn,
.home .vmt-visa-actions .vmt-btn,
.home .vmt-about .vmt-link-light,
.home .vmt-news-more {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-height: 34px !important;
    height: 34px !important;
    padding: 0 14px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    box-shadow: 0 7px 18px rgba(3, 95, 104, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
    background: linear-gradient(90deg, #0a8c96 0%, #18b8c5 100%) !important;
    color: #ffffff !important;
    border-color: transparent !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease !important;
}

.home .vmt-tour-view-all-btn:hover,
.home .vmt-mice-overlay .vmt-mice-btn:hover,
.home .vmt-mice-overlay .vmt-mice-btn:focus,
.home .vmt-visa-actions .vmt-btn:hover,
.home .vmt-about .vmt-link-light:hover,
.home .vmt-news-more:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 10px 22px rgba(3, 95, 104, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
    filter: brightness(1.04) !important;
}

/* Keep "Tu van visa mien phi" CTA in red */
.home .vmt-visa-actions .vmt-btn-secondary {
    background: linear-gradient(180deg, #ff2929 0%, #c60000 100%) !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

/* Fine-tune MICE overlay CTA smaller */
.home .vmt-mice-overlay .vmt-mice-btn {
    min-height: 30px !important;
    height: 30px !important;
    padding: 0 12px !important;
    font-size: 12px !important;
    border-radius: 7px !important;
}

/* Homepage News/Footer stacking:
   news white background (z1) < footer (z2) < news content/cards (z3) */
body.home .vmt-news {
    position: relative;
    z-index: auto !important;
    background: transparent !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

body.home .vmt-news::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #fff;
    z-index: 1;
}

body.home .vmt-news .vmt-news-footer-spacer {
    height: 0 !important;
}

body.home .vmt-site-footer,
body.home #main+.vmt-site-footer,
body.home #main+.vmt-chat-widget+.vmt-site-footer,
body.home .vmt-news+.vmt-site-footer,
body.home .vmt-news+.vmt-chat-widget+.vmt-site-footer {
    margin-top: -190px !important;
    padding-top: 190px !important;
    position: relative;
    z-index: 2 !important;
}

body.home .vmt-news .vmt-container,
body.home .vmt-news .vmt-news-grid,
body.home .vmt-news .vmt-news-regular,
body.home .vmt-news .vmt-news-featured,
body.home .vmt-news .vmt-news-card,
body.home .vmt-news .vmt-news-header {
    position: relative;
    z-index: 3 !important;
}

/* Pull news cards down so they overlap into footer area */
body.home .vmt-news .vmt-news-grid {
    margin-bottom: -120px !important;
}

body.home .vmt-news {
    padding-bottom: 120px !important;
}

/* Hard lock stacking order:
   news-bg < footer < news-cards */
body.home #main>.vmt-news {
    position: relative !important;
    z-index: auto !important;
    background: transparent !important;
}

body.home #main>.vmt-news::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #fff;
    z-index: 1 !important;
    pointer-events: none;
}

body.home .vmt-site-footer,
body.home #main+.vmt-site-footer,
body.home #main+.vmt-chat-widget+.vmt-site-footer,
body.home .vmt-news+.vmt-site-footer,
body.home .vmt-news+.vmt-chat-widget+.vmt-site-footer {
    position: relative !important;
    z-index: 20 !important;
}

body.home #main>.vmt-news .vmt-container,
body.home #main>.vmt-news .vmt-news-header,
body.home #main>.vmt-news .vmt-news-grid,
body.home #main>.vmt-news .vmt-news-featured,
body.home #main>.vmt-news .vmt-news-regular,
body.home #main>.vmt-news .vmt-news-card {
    position: relative !important;
    z-index: 40 !important;
}

/* Final enforce: make footer rise into news zone, cards stay above */
body.home .vmt-site-footer,
body.home #main+.vmt-site-footer,
body.home #main+.vmt-chat-widget+.vmt-site-footer,
body.home .vmt-news+.vmt-site-footer,
body.home .vmt-news+.vmt-chat-widget+.vmt-site-footer {
    margin-top: -260px !important;
    padding-top: 260px !important;
    transform: none !important;
    z-index: 20 !important;
    background-color: #0b7f89 !important;
}

body.home #main>.vmt-news .vmt-news-grid,
body.home #main>.vmt-news .vmt-news-featured,
body.home #main>.vmt-news .vmt-news-regular,
body.home #main>.vmt-news .vmt-news-card {
    z-index: 50 !important;
}

/* Homepage latest news cards: add depth */
body.home #main>.vmt-news .vmt-news-featured,
body.home #main>.vmt-news .vmt-news-card {
    box-shadow: 3px 12px 0 -7px rgba(0, 0, 0, 0.12), 7px 26px 42px -14px rgba(0, 0, 0, 0.28) !important;
    transition: transform 0.22s ease, box-shadow 0.22s ease !important;
}

body.home #main>.vmt-news .vmt-news-featured:hover,
body.home #main>.vmt-news .vmt-news-card:hover {
    transform: translateY(-2px);
    box-shadow: 4px 14px 0 -7px rgba(0, 0, 0, 0.16), 9px 30px 46px -14px rgba(0, 0, 0, 0.34) !important;
}

/* Homepage footer layout refinements */
.home .vmt-site-footer::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    background-color: transparent !important;
    background-image: url("../images/hinh-chim-khong-mau.png") !important;
    background-position: center 62% !important;
    background-size: 100vw auto !important;
    background-repeat: no-repeat !important;
    opacity: 0.14 !important;
    filter: brightness(1.35) contrast(0.86) !important;
    z-index: 1 !important;
    pointer-events: none !important;
}

.home .vmt-site-footer .vmt-footer-hotline {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.35;
}

.home .vmt-site-footer .vmt-footer-social-bottom {
    margin: 28px auto 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
}

.home .vmt-site-footer .vmt-footer-social-bottom h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 0.01em;
}

.home .vmt-site-footer .vmt-footer-social-bottom .vmt-footer-social-list {
    justify-content: center;
}

/* Footer top separation + stronger brand block on homepage */
.home .vmt-site-footer {
    box-shadow: 0 -20px 36px rgba(0, 0, 0, 0.22) !important;
    background: linear-gradient(135deg, #047983 0%, #01666f 100%) !important;
    background-image: none !important;
    isolation: isolate;
    overflow: hidden;
}

.home .vmt-site-footer .vmt-container,
.home .vmt-site-footer .vmt-footer-bottom {
    position: relative;
    z-index: 3;
}

.home .vmt-site-footer::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 56px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
    pointer-events: none;
}

.home .vmt-site-footer .vmt-footer-grid {
    padding-top: 14px;
}

@media (min-width: 1025px) {
    .home .vmt-site-footer .vmt-footer-grid {
        grid-template-columns: fit-content(360px) fit-content(320px) fit-content(220px) fit-content(286px);
        align-items: start;
        justify-content: space-between;
        column-gap: 64px;
        row-gap: 20px;
    }

    .home .vmt-site-footer .vmt-footer-col {
        display: flex;
        flex-direction: column;
        height: 100%;
        min-width: 0;
    }

    .home .vmt-site-footer .vmt-footer-col:nth-child(2),
    .home .vmt-site-footer .vmt-footer-col:nth-child(3),
    .home .vmt-site-footer .vmt-footer-col:nth-child(4) {
        padding-top: 6px;
    }

    .home .vmt-site-footer .vmt-footer-col:first-child .vmt-license-info {
        display: flex;
        flex-direction: column;
    }

    .home .vmt-site-footer .vmt-footer-col:first-child .vmt-license-info p,
    .home .vmt-site-footer .vmt-footer-col:first-child .vmt-footer-hotline {
        margin: 0;
    }

    .home .vmt-site-footer .vmt-footer-col:nth-child(2) .vmt-contact-info {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .home .vmt-site-footer .vmt-footer-col:nth-child(2) .vmt-contact-info p {
        margin: 0;
    }

    .home .vmt-site-footer .vmt-footer-col:nth-child(3) .vmt-footer-links {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 8px;
    }

    .home .vmt-site-footer .vmt-footer-col:nth-child(3) .vmt-footer-links li {
        margin: 0;
    }

    .home .vmt-site-footer .vmt-footer-col:nth-child(4) {
        align-items: stretch;
        width: min(100%, 286px);
    }

    .home .vmt-site-footer .vmt-footer-col:nth-child(4) .vmt-newsletter-form {
        flex: 0 0 auto;
        justify-content: flex-start;
        min-height: 0;
        gap: 8px;
    }
}

.home .vmt-site-footer .vmt-footer-logo {
    display: block;
    width: min(100%, 228px) !important;
    max-width: 228px !important;
    height: auto;
    margin-bottom: 14px;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.34));
}

.home .vmt-site-footer .vmt-company-name {
    margin: 0 0 12px;
    max-width: 300px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: left;
}

.home .vmt-site-footer .vmt-footer-heading {
    margin: 0 0 20px;
    line-height: 1.2;
    font-size: 18px;
}

.home .vmt-site-footer .vmt-contact-info {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.home .vmt-site-footer .vmt-contact-info p {
    margin: 0;
    font-size: 14px;
    line-height: 1.42;
    text-align: justify;
    text-align-last: left;
}

.home .vmt-site-footer .vmt-footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.home .vmt-site-footer .vmt-footer-links li {
    margin: 0;
    font-size: 14px;
    line-height: 1.35;
}

.home .vmt-site-footer .vmt-footer-links a {
    font-size: 14px;
    line-height: 1.35;
}

.home .vmt-site-footer .vmt-newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 0;
}

.home .vmt-site-footer .vmt-license-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.home .vmt-site-footer .vmt-footer-info-row {
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr);
    align-items: start;
    column-gap: 12px;
}

.home .vmt-site-footer .vmt-license-info p {
    margin: 0;
    max-width: 195px;
    font-size: 14px;
    line-height: 1.35;
    display: block;
    text-align: justify;
    text-align-last: left;
}

.home .vmt-site-footer .vmt-license-label,
.home .vmt-site-footer .vmt-license-number {
    display: block;
}

.home .vmt-site-footer .vmt-license-number {
    margin-top: 2px;
}

.home .vmt-site-footer .vmt-footer-icon {
    width: 16px;
    height: 16px;
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.96);
}

.home .vmt-site-footer .vmt-footer-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.home .vmt-site-footer .vmt-footer-hotline {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 0;
    font-size: 14px;
    line-height: 1.45;
}

.home .vmt-site-footer .vmt-footer-hotline-content {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.home .vmt-site-footer .vmt-footer-hotline-content p {
    font-size: 14px;
    font-weight: 500;
}

.home .vmt-site-footer .vmt-footer-hotline .vmt-contact-value {
    display: block;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
}

.home .vmt-site-footer .vmt-newsletter-field input {
    width: 100%;
    height: 46px;
    border: 0;
    border-radius: 8px;
    padding: 0 14px;
    font-size: 14px;
    color: #1a1a1a;
    background: #ffffff;
}

.home .vmt-site-footer .vmt-newsletter-field input::placeholder {
    color: #8a8f94;
}

.home .vmt-site-footer .vmt-newsletter-submit {
    width: 100%;
    height: 46px;
    border: 0;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #fff;
    text-transform: uppercase;
    background: linear-gradient(180deg, #ef4c42 0%, #c82920 100%);
    box-shadow: 0 8px 18px rgba(138, 18, 12, 0.35);
    cursor: pointer;
}

.home .vmt-site-footer .vmt-newsletter-submit:hover {
    filter: brightness(1.03);
}

/* Absolute final lock for News-over-Footer overlap on homepage */
body.home #main {
    position: relative !important;
    z-index: 30 !important;
}

body.home #main>.vmt-news {
    position: relative !important;
    z-index: 40 !important;
    overflow: visible !important;
    padding-bottom: 0 !important;
}

body.home #main>.vmt-news .vmt-news-grid {
    position: relative !important;
    z-index: 45 !important;
    margin-bottom: 0 !important;
    transform: translateY(36px) !important;
}

body.home #main>.vmt-news .vmt-news-footer-spacer {
    height: 0 !important;
}

body.home #main>.vmt-news .vmt-news-header {
    margin-top: 0 !important;
    margin-bottom: 2px !important;
}

body.home .vmt-site-footer,
body.home #main+.vmt-site-footer,
body.home #main+.vmt-chat-widget+.vmt-site-footer,
body.home .vmt-news+.vmt-site-footer,
body.home .vmt-news+.vmt-chat-widget+.vmt-site-footer {
    position: relative !important;
    z-index: 20 !important;
    margin-top: -56px !important;
    padding-top: 190px !important;
    transform: none !important;
}

@media (max-width: 767px) {
    .home .vmt-why-choose {
        padding-bottom: 24px;
    }

    .home #main > .vmt-why-choose + .vmt-tours-figma {
        margin-top: 8px !important;
        padding-top: 0 !important;
    }

    .home .vmt-tour-promo {
        margin-bottom: 26px !important;
    }

    .home .vmt-tour-promo-subtitle {
        margin-bottom: 8px !important;
    }

    .home .vmt-tour-promo-title {
        margin-bottom: 10px !important;
    }

    .home .vmt-tour-header-main {
        margin-bottom: 2px !important;
    }

    .home .vmt-tour-subtitle {
        margin-bottom: 2px !important;
    }

    .home .vmt-tour-title {
        margin-bottom: 0 !important;
    }

    .home .vmt-tour-tabs {
        margin-top: 0 !important;
    }

    .home .vmt-site-footer .vmt-footer-col:first-child {
        padding-right: 0;
    }

    .home .vmt-site-footer .vmt-company-name {
        max-width: 100%;
        margin-bottom: 16px;
        font-size: 13px;
        line-height: 1.1;
        white-space: nowrap;
    }

    .home .vmt-site-footer .vmt-company-break {
        display: none;
    }

    .home .vmt-site-footer .vmt-license-info {
        gap: 14px;
    }

    .home .vmt-site-footer .vmt-footer-info-row {
        grid-template-columns: 18px minmax(0, 1fr);
        column-gap: 14px;
        align-items: start;
    }

    .home .vmt-site-footer .vmt-license-info p {
        max-width: none;
        font-size: 14px;
        line-height: 1.4;
        display: block;
        text-align: left;
    }

    .home .vmt-site-footer .vmt-license-number {
        margin-top: 4px;
    }

    .home .vmt-site-footer .vmt-footer-icon {
        width: 18px;
        height: 18px;
        margin-top: 1px;
    }

    .home .vmt-site-footer .vmt-footer-hotline {
        gap: 14px;
        font-size: 14px;
        line-height: 1.35;
    }

    .home .vmt-site-footer .vmt-footer-hotline-content {
        gap: 4px;
    }

    .home .vmt-site-footer .vmt-footer-hotline-content p,
    .home .vmt-site-footer .vmt-footer-hotline .vmt-contact-value {
        font-size: 14px;
        line-height: 1.35;
    }

    .home .vmt-mice-grid {
        gap: 16px;
    }

    .home .vmt-mice-item {
        height: auto;
        min-height: 0;
        aspect-ratio: auto;
    }

    .home .vmt-mice-img {
        width: 100%;
        height: auto;
        aspect-ratio: auto;
        object-fit: contain;
        object-position: center top;
    }

    .home .vmt-mice-item .vmt-mice-overlay {
        inset: auto 0 0 0;
    }
}
