/* VihanMall public homepage — modern landing (loaded after style.css) */
:root {
    --vm-bg: #f4f6f9;
    --vm-surface: #ffffff;
    --vm-ink: #0f172a;
    --vm-ink-muted: #64748b;
    --vm-brand: #c81e2b;
    --vm-brand-hover: #a01822;
    --vm-brand-soft: rgba(200, 30, 43, 0.08);
    --vm-accent: #1e3a5f;
    --vm-radius-lg: 20px;
    --vm-radius-md: 14px;
    --vm-shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.06);
    --vm-shadow-md: 0 12px 40px rgba(15, 23, 42, 0.08);
    --vm-shadow-lg: 0 24px 60px rgba(15, 23, 42, 0.12);
    --vm-header-h: 76px;
    --font-display: "Plus Jakarta Sans", "Roboto", system-ui, sans-serif;
    /* Khung hero ảnh: ~10% hẹp hơn full-bleed, đồng bộ với quick-strip */
    --hero-frame-max: min(112rem, 90vw);
}

.landing-page {
    font-family: var(--font-display);
    background: var(--vm-bg);
    color: var(--vm-ink);
}

body.landing-page {
    font-family: var(--font-display);
}

/* ---- Header ---- */
.landing-page header.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: none;
    transition: background 0.35s ease, box-shadow 0.35s ease;
}

.landing-page header.site-header.is-scrolled {
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--vm-shadow-sm);
}

.landing-page header.site-header .container {
    max-width: 124rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    min-height: var(--vm-header-h);
    padding-top: 0;
    padding-bottom: 0;
}

.landing-page .brand-logo {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
}

.landing-page .brand-logo img {
    height: 4.2rem;
    width: auto;
    max-width: 22rem;
    object-fit: contain;
}

.landing-page .brand-logo .brand-text {
    font-size: 2.2rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--vm-brand);
    margin: 0;
    line-height: 1;
}

.landing-page .main-nav ul {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.landing-page .main-nav li {
    margin: 0;
}

.landing-page .main-nav a {
    font-size: 1.45rem;
    font-weight: 600;
    color: var(--vm-ink);
    padding: 0.8rem 1.2rem;
    border-radius: 999px;
    transition: background 0.2s, color 0.2s;
}

.landing-page .main-nav a:hover {
    color: var(--vm-brand);
    background: var(--vm-brand-soft);
}

.landing-page .main-nav a::after {
    display: none;
}

.landing-page .header-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
}

.landing-page .header-tel {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.85rem 1.4rem;
    border-radius: 999px;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--vm-surface);
    background: linear-gradient(135deg, var(--vm-brand) 0%, #e85d4c 100%);
    box-shadow: 0 4px 14px rgba(200, 30, 43, 0.35);
    transition: transform 0.2s, box-shadow 0.2s;
}

.landing-page .header-tel:hover {
    transform: translateY(-2px);
    color: #fff;
}

.landing-page .header-tel i {
    font-size: 1.3rem;
    opacity: 0.95;
}

.landing-page .lp-main-nav {
    display: none;
}

@media (min-width: 769px) {
    .landing-page .lp-main-nav {
        display: block;
    }

    .landing-page .lp-mobile-toggle {
        display: none !important;
    }
}

.landing-page .lp-header-tel {
    display: none;
}

@media (min-width: 768px) {
    .landing-page .lp-header-tel {
        display: inline-flex;
    }
}

.landing-page .lp-brand-text-fallback {
    display: none;
}

@media (min-width: 768px) {
    .landing-page .lp-brand-text-fallback {
        display: inline;
    }
}

.landing-page .btn-hero-ico {
    margin-right: 0.5rem;
}

.landing-page .language-switcher {
    margin-left: 0;
    gap: 0.4rem;
}

.landing-page .lang-btn {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    padding: 0;
    font-size: 1.2rem;
    font-weight: 700;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: var(--vm-surface);
}

.landing-page .lang-btn.active {
    background: var(--vm-brand);
    border-color: var(--vm-brand);
}

/* Cờ ngôn ngữ trên header (mobile) — không cần mở menu */
.landing-page .lp-header-lang-flags {
    display: none;
    align-items: center;
    gap: 0.35rem;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .landing-page .lp-header-lang-flags {
        display: inline-flex;
    }

    .landing-page .header-actions {
        gap: 0.55rem;
    }

    .landing-page .header-lang-flags .lang-btn--flag {
        width: 3.6rem;
        height: 3.6rem;
        min-width: 3.6rem;
        padding: 0;
        border-radius: 50%;
        border: 2px solid rgba(15, 23, 42, 0.1);
        background: rgba(255, 255, 255, 0.95);
        box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        font-size: 0;
    }

    .landing-page .header-lang-flags .lang-flag {
        font-size: 2.15rem;
        line-height: 1;
        display: block;
        pointer-events: none;
    }

    .landing-page .header-lang-flags .lang-btn--flag.active {
        border-color: var(--vm-brand);
        box-shadow: 0 0 0 2px rgba(200, 30, 43, 0.22);
        background: #fff;
    }

    .landing-page .header-lang-flags .lang-btn--flag:not(.active) {
        opacity: 0.72;
    }

    .landing-page .header-lang-flags .lang-btn--flag:not(.active):hover {
        opacity: 1;
    }

    /* Đã chuyển sang header */
    .landing-page .mobile-lang-bar {
        display: none !important;
    }

    .landing-page .brand-logo img {
        height: 3.4rem;
        max-width: min(52vw, 18rem);
    }
}

/* ---- Hero ---- */
.landing-page .hero-modern {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    width: var(--hero-frame-max);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: var(--vm-radius-lg);
    box-shadow: var(--vm-shadow-lg);
    /* Nội dung neo đáy khung ảnh; min-height ~ giảm 10% so với trước để thấy trọn khung hình hơn */
    padding: calc(var(--vm-header-h) + 2rem) clamp(1.2rem, 3vw, 2.4rem) clamp(2rem, 3vw, 2.75rem);
    overflow: hidden;
    min-height: clamp(47rem, 68.4vh, 66.6rem);
    /* Tách layer: ảnh + overlay luôn dưới, chữ trên cùng (tránh lớp mờ đè chữ) */
    isolation: isolate;
}

.landing-page .hero-modern__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    background:
        linear-gradient(105deg, rgba(15, 23, 42, 0.88) 0%, rgba(15, 23, 42, 0.52) 38%, rgba(15, 23, 42, 0.22) 62%, rgba(15, 23, 42, 0.38) 100%),
        linear-gradient(180deg, rgba(15, 23, 42, 0.12) 0%, rgba(15, 23, 42, 0.42) 100%),
        var(--hero-photo);
    /* ~92% chiều ngang ảnh: lộ thêm viền trong khung, nhìn trọn máy bay/tàu hơn */
    background-size: cover, cover, 92% auto;
    background-position: center, center, center right;
    background-repeat: no-repeat;
    pointer-events: none;
}

/* Slideshow: lớp ảnh xoay; gradient giữ trên cùng (::after) */
.landing-page .hero-modern__bg--slideshow {
    background: none;
}

.landing-page .hero-modern__bg--slideshow::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        linear-gradient(105deg, rgba(15, 23, 42, 0.88) 0%, rgba(15, 23, 42, 0.52) 38%, rgba(15, 23, 42, 0.22) 62%, rgba(15, 23, 42, 0.38) 100%),
        linear-gradient(180deg, rgba(15, 23, 42, 0.12) 0%, rgba(15, 23, 42, 0.42) 100%);
    /* Chỉ phủ lên ảnh (cùng stacking context với .hero-slide), không tràn lên chữ */
    z-index: 1;
    pointer-events: none;
}

.landing-page .hero-slide {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background-image: var(--hero-photo);
    background-size: 92% auto;
    background-position: center right;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1.15s ease-in-out;
    z-index: 0;
}

.landing-page .hero-slide.is-active {
    opacity: 1;
}

/* Hiệu ứng slide banner (cấu hình Hệ thống) */
.landing-page .hero-effect--fade .hero-slide {
    opacity: 0;
    transform: none;
    filter: none;
    transition: opacity 1.15s ease-in-out;
}

.landing-page .hero-effect--fade .hero-slide.is-active {
    opacity: 1;
}

.landing-page .hero-effect--slide .hero-slide {
    opacity: 0;
    transform: translateX(1.75rem);
    filter: none;
    transition: opacity 0.85s ease, transform 0.85s ease;
}

.landing-page .hero-effect--slide .hero-slide.is-active {
    opacity: 1;
    transform: translateX(0);
}

.landing-page .hero-effect--zoom .hero-slide {
    opacity: 0;
    transform: scale(1.08);
    filter: none;
    transition: opacity 1s ease, transform 1s ease;
}

.landing-page .hero-effect--zoom .hero-slide.is-active {
    opacity: 1;
    transform: scale(1);
}

.landing-page .hero-effect--blur .hero-slide {
    opacity: 0;
    transform: none;
    filter: blur(10px);
    transition: opacity 1s ease, filter 1s ease;
}

.landing-page .hero-effect--blur .hero-slide.is-active {
    opacity: 1;
    filter: blur(0);
}

.landing-page .hero-effect--kenburns .hero-slide {
    opacity: 0;
    transform: none;
    filter: none;
    transition: opacity 1.1s ease-in-out;
    animation: none;
}

.landing-page .hero-effect--kenburns .hero-slide.is-active {
    opacity: 1;
    animation: heroKenburns 9s ease-out forwards;
}

@keyframes heroKenburns {
    0% {
        background-size: 92% auto;
        background-position: center right;
    }

    100% {
        background-size: 104% auto;
        background-position: 58% 45%;
    }
}

.landing-page .hero-modern--photo .hero-modern__bg {
    background-repeat: no-repeat;
}

.landing-page .hero-modern .hero-modern__layout {
    position: relative;
    z-index: 2;
    max-width: 70rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-shrink: 0;
    /* Ghi đè style.css .hero .container (flex 2 cột) — trang landing chỉ 1 cột, neo theo flex-end section */
    display: block;
    align-items: unset;
    justify-content: unset;
}

.landing-page .hero-content--on-photo {
    padding: 0 clamp(0rem, 1vw, 0.5rem);
}

.landing-page .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 1.35rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--vm-brand);
    margin-bottom: 1.6rem;
}

.landing-page .hero-eyebrow::before {
    content: "";
    width: 2.8rem;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--vm-brand), transparent);
}

.landing-page .hero-modern h2 {
    font-size: clamp(2.8rem, 3.6vw, 4.2rem);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -0.03em;
    color: var(--vm-ink);
    margin-bottom: 1.6rem;
}

.landing-page .hero-modern .hero-lead {
    font-size: clamp(1.85rem, 2.2vw, 2.35rem);
    font-weight: 600;
    color: var(--vm-brand);
    margin-bottom: 2rem;
    line-height: 1.35;
}

.landing-page .hero-modern .hero-desc {
    font-size: 1.65rem;
    line-height: 1.75;
    color: var(--vm-ink-muted);
    max-width: 100%;
    margin-bottom: 2.4rem;
}

/* Ghi đè style.css .hero-content h2/p (#2c3e50, #666) — specificity cao hơn */
.landing-page .hero-modern--photo .hero-content .hero-eyebrow,
.landing-page .hero-modern--photo .hero-eyebrow {
    color: rgba(255, 255, 255, 0.96);
    text-transform: none;
    letter-spacing: 0.02em;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.landing-page .hero-modern--photo .hero-content .hero-eyebrow::before,
.landing-page .hero-modern--photo .hero-eyebrow::before {
    background: linear-gradient(90deg, var(--vm-brand), rgba(255, 255, 255, 0.35));
}

.landing-page .hero-modern--photo .hero-content h2,
.landing-page .hero-modern--photo h2 {
    color: #ffffff !important;
    text-shadow: 0 3px 22px rgba(0, 0, 0, 0.55);
}

.landing-page .hero-modern--photo .hero-content .hero-lead,
.landing-page .hero-modern--photo .hero-lead {
    color: #fecaca !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}

.landing-page .hero-modern--photo .hero-content .hero-desc,
.landing-page .hero-modern--photo .hero-desc {
    color: rgba(248, 250, 252, 0.92) !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.landing-page .hero-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2.8rem;
}

.landing-page .hero-modern--photo .hero-chips {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem 0.85rem;
    overflow: visible;
    padding-bottom: 0;
    margin-bottom: 2.4rem;
}

.landing-page .hero-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1.15rem;
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--vm-accent);
    background: rgba(30, 58, 95, 0.06);
    border-radius: 999px;
    border: 1px solid rgba(30, 58, 95, 0.08);
}

.landing-page .hero-chip i {
    color: var(--vm-brand);
    font-size: 1.2rem;
}

.landing-page .hero-modern--photo .hero-chip {
    flex: 0 1 auto;
    white-space: nowrap;
    max-width: 100%;
    font-size: clamp(1.05rem, 1.85vw, 1.3rem);
    padding: 0.55rem 0.95rem;
    color: rgba(248, 250, 252, 0.95);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.landing-page .hero-modern--photo .hero-chip i {
    color: #fecaca;
    flex-shrink: 0;
}

.landing-page .hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    align-items: center;
}

.landing-page .btn-hero-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    padding: 1.35rem 2.4rem;
    font-size: 1.55rem;
    font-weight: 700;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--vm-brand) 0%, #e0323f 100%);
    color: #fff !important;
    box-shadow: 0 8px 28px rgba(200, 30, 43, 0.35);
    border: none;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}

.landing-page .btn-hero-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 36px rgba(200, 30, 43, 0.42);
    color: #fff !important;
}

/* Cùng kiểu nút Liên hệ ngay, gradient xanh (đồng bộ --vm-accent) */
.landing-page .btn-hero-primary.btn-hero-primary--blue {
    background: linear-gradient(135deg, var(--vm-accent) 0%, #2d6ea8 100%);
    box-shadow: 0 8px 28px rgba(30, 58, 95, 0.38);
}

.landing-page .btn-hero-primary.btn-hero-primary--blue:hover {
    box-shadow: 0 12px 36px rgba(30, 58, 95, 0.48);
    color: #fff !important;
}

.landing-page .btn-hero-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.35rem 2.4rem;
    font-size: 1.55rem;
    font-weight: 700;
    border-radius: 999px;
    background: var(--vm-surface);
    color: var(--vm-ink) !important;
    border: 2px solid rgba(15, 23, 42, 0.12);
    box-shadow: var(--vm-shadow-sm);
    transition: border-color 0.2s, background 0.2s;
}

.landing-page .btn-hero-secondary:hover {
    border-color: var(--vm-brand);
    color: var(--vm-brand) !important;
    background: #fff;
}

.landing-page .hero-modern--photo .btn-hero-secondary {
    background: rgba(255, 255, 255, 0.12);
    color: #fff !important;
    border: 2px solid rgba(255, 255, 255, 0.55);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.landing-page .hero-modern--photo .btn-hero-secondary:hover {
    background: rgba(255, 255, 255, 0.95);
    color: var(--vm-brand) !important;
    border-color: #fff;
}

.landing-page .btn-hero-ghost {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--vm-accent) !important;
    padding: 1rem 1.2rem;
}

.landing-page .btn-hero-ghost:hover {
    color: var(--vm-brand) !important;
}

.landing-page .hero-modern--photo .btn-hero-ghost {
    color: rgba(248, 250, 252, 0.95) !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.landing-page .hero-modern--photo .btn-hero-ghost:hover {
    color: #fff !important;
}

.landing-page .scroll-top-fab {
    background: linear-gradient(135deg, var(--vm-brand) 0%, #a01822 100%) !important;
    color: #fff !important;
    border: 2px solid rgba(15, 23, 42, 0.15) !important;
    cursor: pointer;
    padding: 0 !important;
}

.landing-page .scroll-top-fab i {
    color: #fff;
}

.landing-page .landing-fab-stack .contact-button.kakao {
    background-color: #fee500;
}

.landing-page .landing-fab-stack .contact-button.kakao img {
    width: 3rem;
    height: 3rem;
    object-fit: contain;
    border-radius: 50%;
}

.landing-page .form-row--price-flags {
    flex-wrap: wrap;
    gap: 1rem 2rem;
}

.landing-page .form-group--checkbox {
    flex: 1 1 22rem;
    min-width: 0;
}

.landing-page .landing-check-label {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 1.45rem;
    font-weight: 600;
    color: var(--vm-ink);
    cursor: pointer;
    line-height: 1.45;
}

.landing-page .landing-check-label input[type="checkbox"] {
    margin-top: 0.35rem;
    width: 1.75rem;
    height: 1.75rem;
    flex-shrink: 0;
}

.landing-page #price-tab .result-note {
    display: block;
    color: #c2410c;
    font-size: 1.45rem;
    line-height: 1.55;
}

.landing-page #price-tab .result-item--total {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    padding-top: 1rem;
    margin-top: 0.6rem;
    font-size: 1.65rem;
}


/* ---- Quick services ---- */
.landing-page .quick-strip {
    margin-top: 1.25rem;
    padding: 0 0 4rem;
    position: relative;
    z-index: 2;
}

.landing-page .quick-strip .container {
    max-width: var(--hero-frame-max);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: clamp(1.2rem, 3vw, 2.4rem);
    padding-right: clamp(1.2rem, 3vw, 2.4rem);
}

.landing-page .quick-strip__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.2rem;
}

.landing-page .quick-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
    padding: 1.6rem 1.4rem;
    background: var(--vm-surface);
    border-radius: var(--vm-radius-md);
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: var(--vm-shadow-sm);
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
    color: inherit;
    text-decoration: none !important;
}

.landing-page .quick-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--vm-shadow-md);
    border-color: rgba(200, 30, 43, 0.25);
}

.landing-page .quick-card i {
    font-size: 2.2rem;
    color: var(--vm-brand);
}

.landing-page .quick-card strong {
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--vm-ink);
    line-height: 1.3;
}

.landing-page .quick-card span {
    font-size: 1.25rem;
    color: var(--vm-ink-muted);
}

/* ---- Tracking shell ---- */
.landing-page #tracking-section.tracking-landing {
    padding: 2rem 0 7rem;
    margin-bottom: 0;
    background: transparent;
}

.landing-page #tracking-section.tracking-landing > .container {
    max-width: var(--hero-frame-max);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: clamp(1.2rem, 3vw, 2.4rem);
    padding-right: clamp(1.2rem, 3vw, 2.4rem);
}

.landing-page .tracking-shell {
    max-width: none;
    width: 100%;
    margin: 0 auto;
    padding: 2.4rem 2.4rem 2rem;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: var(--vm-radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: var(--vm-shadow-lg);
}

.landing-page .tracking-shell__head {
    text-align: center;
    margin-bottom: 2rem;
}

.landing-page .tracking-shell__head h2 {
    font-size: 2.6rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--vm-ink);
    margin-bottom: 0.6rem;
}

.landing-page .tracking-shell__head p {
    font-size: 1.5rem;
    color: var(--vm-ink-muted);
}

.landing-page .tracking-tabs {
    max-width: none;
    margin: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
}

.landing-page .tracking-tabs .tab-buttons {
    display: flex;
    gap: 0.6rem;
    padding: 0.5rem;
    background: rgba(15, 23, 42, 0.04);
    border-radius: 999px;
    border: none;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

.landing-page .tracking-tabs .tab-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    flex: 0 1 auto;
    min-width: 14rem;
    padding: 1.2rem 2rem;
    border-radius: 999px;
    /* Đồng bộ với nút Tra cứu / Tính giá trong form (style.css .tracking-form .btn 1.6rem) */
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--vm-ink-muted);
    background: transparent;
    border: none;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

.landing-page .tracking-tabs .tab-button .tab-button__ico {
    font-size: 1.42rem;
    line-height: 1;
    opacity: 0.92;
    flex-shrink: 0;
}

.landing-page .tracking-tabs .tab-button.active .tab-button__ico {
    opacity: 1;
}

.landing-page .tracking-tabs .tab-button:hover {
    color: var(--vm-ink);
}

.landing-page .tracking-tabs .tab-button.active {
    color: #fff;
    background: linear-gradient(135deg, var(--vm-brand), #e04552);
    box-shadow: 0 6px 20px rgba(200, 30, 43, 0.35);
}

.landing-page .tracking-tabs .tab-button.active::after {
    display: none;
}

.landing-page .tracking-tabs .tab-content {
    padding: 0 0 1rem;
    background: transparent;
}

.landing-page .tracking-tabs .tracking-form {
    box-shadow: none;
    padding: 0;
    background: transparent;
}

.landing-page .tracking-tabs .tracking-form input,
.landing-page .tracking-tabs .tracking-form select {
    border-radius: 12px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: var(--vm-surface);
}

.landing-page .tracking-tabs .tracking-form .btn.primary-btn {
    border-radius: 12px;
    background: linear-gradient(135deg, var(--vm-brand), #e04552);
    border: none;
    font-weight: 700;
}

/* Tra cứu taekbae: ảnh + paste */
.landing-page .landing-taekbae-image-panel {
    margin-bottom: 1.6rem;
    padding: 1.2rem 1.4rem;
    border-radius: var(--vm-radius-md);
    border: 1px dashed rgba(15, 23, 42, 0.14);
    background: rgba(15, 23, 42, 0.02);
    outline: none;
}

.landing-page .landing-taekbae-image-panel:focus-visible {
    border-color: rgba(200, 30, 43, 0.45);
    box-shadow: 0 0 0 3px rgba(200, 30, 43, 0.1);
}

.landing-page .taekbae-image-panel__hint {
    font-size: 1.4rem;
    color: var(--vm-ink-muted);
    margin: 0 0 0.9rem;
    line-height: 1.5;
}

.landing-page .taekbae-image-panel__hint i {
    color: var(--vm-brand);
    margin-right: 0.4rem;
}

.landing-page .taekbae-image-panel__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.8rem 1.2rem;
}

.landing-page .btn-outline-taekbae-img {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.4rem;
    font-size: 1.4rem;
    font-weight: 600;
    border-radius: 10px;
    border: 1px solid rgba(15, 23, 42, 0.16);
    background: var(--vm-surface);
    color: var(--vm-ink);
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s;
}

.landing-page .btn-outline-taekbae-img:hover:not(:disabled) {
    border-color: var(--vm-brand);
    color: var(--vm-brand);
}

.landing-page .btn-outline-taekbae-img:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.landing-page .taekbae-image-panel__or {
    font-size: 1.3rem;
    color: var(--vm-ink-muted);
}

.landing-page .visually-hidden-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.landing-page .taekbae-image-preview {
    position: relative;
    display: inline-block;
    max-width: min(22rem, 100%);
    margin-top: 1rem;
}

.landing-page .taekbae-image-preview--clickable {
    cursor: zoom-in;
}

.landing-page .taekbae-image-preview--clickable:focus-visible {
    outline: 3px solid var(--vm-brand);
    outline-offset: 4px;
    border-radius: 12px;
}

.landing-page .taekbae-image-preview img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.landing-page .taekbae-image-lightbox {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: rgba(15, 23, 42, 0.9);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    cursor: zoom-out;
}

.landing-page .taekbae-image-lightbox__inner {
    position: relative;
    max-width: min(96vw, 120rem);
    max-height: 92vh;
    cursor: default;
}

.landing-page .taekbae-image-lightbox__inner img {
    display: block;
    max-width: 100%;
    max-height: 92vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.4);
}

.landing-page .taekbae-image-lightbox__close {
    position: fixed;
    top: 1.2rem;
    right: 1.2rem;
    z-index: 10051;
    width: 4.4rem;
    height: 4.4rem;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    transition: background 0.2s ease;
}

.landing-page .taekbae-image-lightbox__close:hover {
    background: var(--vm-brand);
}

.landing-page .taekbae-image-preview__clear {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 2;
    width: 2.8rem;
    height: 2.8rem;
    border: none;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.65);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
}

.landing-page .taekbae-image-preview__clear:hover {
    background: var(--vm-brand);
}

.landing-page .taekbae-image-panel__status {
    margin: 0.8rem 0 0;
    font-size: 1.35rem;
}

.landing-page .taekbae-suggest-box {
    margin-top: 1rem;
    padding: 1rem 1.15rem;
    border-radius: var(--vm-radius-md);
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(30, 58, 95, 0.05);
}

.landing-page .taekbae-suggest-box__hint {
    margin: 0 0 0.75rem;
    font-size: 1.35rem;
    color: var(--vm-ink-muted);
    line-height: 1.5;
}

.landing-page .taekbae-suggest-chips {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem 0.65rem;
}

.landing-page .taekbae-suggest-chips__label {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--vm-ink);
}

.landing-page .taekbae-suggest-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.85rem;
    font-size: 1.3rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-weight: 600;
    border-radius: 10px;
    border: 1px solid rgba(15, 23, 42, 0.14);
    background: var(--vm-surface);
    color: var(--vm-accent);
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
}

.landing-page .taekbae-suggest-chip:hover {
    border-color: var(--vm-brand);
    background: var(--vm-brand-soft);
}

/* Form tra cứu giá: không tràn ngang; Select2 gọn trong khung */
.landing-page #tracking-section.tracking-landing .tracking-form {
    max-width: none;
    width: 100%;
    box-sizing: border-box;
}

.landing-page #tracking-section.tracking-landing .tracking-form .form-row {
    flex-wrap: wrap;
}

.landing-page #tracking-section.tracking-landing .tracking-form .form-group {
    flex: 1 1 16rem;
    min-width: 0;
    max-width: 100%;
}

.landing-page #tracking-section.tracking-landing .tracking-form .form-row--price-dims .form-group {
    flex: 1 1 12rem;
    min-width: min(100%, 11rem);
}

.landing-page #tracking-section.tracking-landing .select2-container {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
}

.landing-page #tracking-section.tracking-landing .select2-container .select2-selection--single {
    box-sizing: border-box;
}

/* Khớp mép phải với input: Select2 dùng inline width / box khác native select */
.landing-page #tracking-section.tracking-landing .tracking-form .form-group select {
    box-sizing: border-box;
    max-width: 100%;
}

.landing-page #tracking-section.tracking-landing .tracking-form .form-group input {
    box-sizing: border-box;
    max-width: 100%;
}

.select2-landing-province.select2-dropdown,
.select2-landing-carrier.select2-dropdown {
    border-radius: 12px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    box-shadow: var(--vm-shadow-md);
    z-index: 10040;
}

.select2-landing-carrier .select2-results__option {
    padding: 0.75rem 1.2rem;
    font-size: 1.45rem;
    line-height: 1.35;
    color: var(--vm-ink);
}

.select2-landing-province .select2-search--dropdown {
    padding: 0.6rem 0.75rem 0.4rem;
}

.select2-landing-province .select2-search__field {
    border-radius: 10px !important;
    border: 1px solid rgba(15, 23, 42, 0.12) !important;
    padding: 0.65rem 0.9rem !important;
    font-size: 1.45rem !important;
}

.landing-page #tracking-section .select2-container--default .select2-selection--single {
    height: auto !important;
    min-height: 4.6rem !important;
    border-radius: 12px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: var(--vm-surface);
}

.landing-page #tracking-section .select2-container--default.select2-container--focus .select2-selection--single,
.landing-page #tracking-section .select2-container--default.select2-container--open .select2-selection--single {
    border-color: rgba(200, 30, 43, 0.45);
    box-shadow: 0 0 0 3px rgba(200, 30, 43, 0.12);
}

.landing-page #tracking-section .select2-container--default .select2-selection--single {
    display: flex;
    align-items: center;
}

/* Ghi đè style.css legacy — nhãn hãng VC phải hiện rõ sau khi chọn */
.landing-page #tracking-section .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.35 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 1.2rem !important;
    padding-right: 2.8rem !important;
    font-size: 1.55rem !important;
    color: var(--vm-ink) !important;
    width: 100%;
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 1 !important;
    visibility: visible !important;
}

.landing-page #tracking-section .select2-container--default .select2-selection--single .select2-selection__rendered.select2-selection__placeholder {
    color: var(--vm-ink-muted) !important;
}

.landing-page #tracking-section .select2-container--default .select2-selection__arrow {
    height: 100%;
    top: 0 !important;
}

.landing-page #tracking-section .select2-container--default .select2-selection__clear {
    height: 100% !important;
    line-height: 1 !important;
    display: flex;
    align-items: center;
}

.landing-page #tracking-section.tracking-landing .tracking-result,
.landing-page #tracking-section.tracking-landing .tracking-error {
    max-width: none;
}

/* ---- Sections ---- */
.landing-page .section-modern {
    padding: 7rem 0;
}

.landing-page .section-modern--alt {
    background: linear-gradient(180deg, #fff 0%, var(--vm-bg) 100%);
}

.landing-page .section-head {
    text-align: center;
    max-width: 72rem;
    margin: 0 auto 4.5rem;
}

.landing-page .section-head .eyebrow {
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--vm-brand);
    margin-bottom: 1rem;
}

.landing-page .section-head h2 {
    font-size: clamp(2.8rem, 3.5vw, 3.8rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--vm-ink);
    margin-bottom: 1.2rem;
}

.landing-page .section-head p {
    font-size: 1.65rem;
    color: var(--vm-ink-muted);
    line-height: 1.65;
}

.landing-page .services-grid-modern {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    max-width: 124rem;
    margin: 0 auto;
}

.landing-page .service-card {
    padding: 2.4rem 2rem;
    border-radius: var(--vm-radius-md);
    background: var(--vm-surface);
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: var(--vm-shadow-sm);
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
}

.landing-page .service-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--vm-shadow-md);
}

.landing-page .service-card .service-icon {
    width: 5.6rem;
    height: 5.6rem;
    font-size: 2.4rem;
    border-radius: 16px;
    background: linear-gradient(145deg, var(--vm-brand-soft), rgba(200, 30, 43, 0.02));
    color: var(--vm-brand);
    margin: 0 0 1.8rem;
}

.landing-page .service-card h3 {
    font-size: 1.75rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: var(--vm-ink);
    line-height: 1.35;
}

.landing-page .service-card p {
    font-size: 1.45rem;
    color: var(--vm-ink-muted);
    line-height: 1.65;
}

/* Trust row */
.landing-page .trust-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    max-width: 110rem;
    margin: 0 auto;
}

.landing-page .trust-stat {
    text-align: center;
    padding: 2.4rem 1.6rem;
    border-radius: var(--vm-radius-md);
    background: var(--vm-surface);
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: var(--vm-shadow-sm);
}

.landing-page .trust-stat .num {
    font-size: 3.2rem;
    font-weight: 800;
    color: var(--vm-brand);
    letter-spacing: -0.03em;
    line-height: 1;
    margin-bottom: 0.8rem;
}

.landing-page .trust-stat p {
    font-size: 1.45rem;
    font-weight: 600;
    color: var(--vm-ink-muted);
}

/* About */
.landing-page .about-modern .about-content {
    gap: 6rem;
    align-items: center;
}

.landing-page .about-modern .about-image img {
    border-radius: var(--vm-radius-lg);
    box-shadow: var(--vm-shadow-lg);
}

/* Process timeline modern */
.landing-page .process-modern .process-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.6rem;
    position: relative;
}

.landing-page .process-modern .process-step {
    padding: 2rem 1.4rem;
    border-radius: var(--vm-radius-md);
    border: 1px solid rgba(15, 23, 42, 0.06);
    background: var(--vm-surface);
    box-shadow: var(--vm-shadow-sm);
}

.landing-page .process-modern .process-step::after {
    display: none;
}

.landing-page .process-modern .step-number {
    background: linear-gradient(135deg, var(--vm-brand), #e04552);
    box-shadow: 0 4px 12px rgba(200, 30, 43, 0.3);
}

/* Testimonials */
.landing-page .testimonials-modern .testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 110rem;
    margin: 0 auto;
}

.landing-page .testimonial-card {
    padding: 2.4rem;
    border-radius: var(--vm-radius-md);
    background: var(--vm-surface);
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: var(--vm-shadow-sm);
}

.landing-page .testimonial-card .stars {
    color: #f59e0b;
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
}

.landing-page .testimonial-card p {
    font-size: 1.5rem;
    color: var(--vm-ink-muted);
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 1.6rem;
}

.landing-page .testimonial-card .author {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--vm-ink);
}

/* Contact */
.landing-page .contact-modern {
    padding: 8rem 0;
    background: linear-gradient(180deg, var(--vm-bg) 0%, #e8ecf2 100%);
}

.landing-page .contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 3rem;
    max-width: 110rem;
    margin: 0 auto;
    align-items: start;
}

.landing-page .contact-col-left {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    min-width: 0;
}

.landing-page .contact-vn-panel {
    margin: 0;
    padding: 2rem;
    border-radius: var(--vm-radius-md);
    border: 1px solid rgba(15, 23, 42, 0.06);
    background: var(--vm-surface);
    box-shadow: var(--vm-shadow-sm);
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    align-items: flex-start;
}

.landing-page .contact-vn-panel > .info-content--addresses {
    flex: 1 1 12rem;
    min-width: 0;
}

.landing-page .contact-vn-panel .info-icon {
    background: linear-gradient(135deg, var(--vm-brand), #e04552);
    flex-shrink: 0;
}

.landing-page .contact-vn-panel__title {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--vm-accent);
    margin: 0 0 1rem;
    letter-spacing: 0.02em;
}

.landing-page .contact-highlight {
    padding: 3rem;
    border-radius: var(--vm-radius-lg);
    background: linear-gradient(145deg, var(--vm-accent) 0%, #152d4a 100%);
    color: #fff;
    box-shadow: var(--vm-shadow-lg);
}

.landing-page .contact-highlight h3 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.landing-page .contact-highlight .big-tel {
    font-size: 2.6rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}

.landing-page .contact-highlight .big-tel a {
    color: #fff !important;
    text-decoration: none;
}

.landing-page .contact-highlight .hours {
    font-size: 1.45rem;
    opacity: 0.9;
    line-height: 1.6;
}

.landing-page .contact-cards {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.landing-page .contact-info-row {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 3rem;
    align-items: stretch;
}

.landing-page .contact-info-row .info-item {
    height: 100%;
    margin: 0;
    padding: 2rem;
    border-radius: var(--vm-radius-md);
    border: 1px solid rgba(15, 23, 42, 0.06);
    background: var(--vm-surface);
    box-shadow: var(--vm-shadow-sm);
}

.landing-page .contact-info-row .info-icon {
    background: linear-gradient(135deg, var(--vm-brand), #e04552);
}

.landing-page .contact-cards .info-item {
    margin: 0;
    padding: 2rem;
    border-radius: var(--vm-radius-md);
    border: 1px solid rgba(15, 23, 42, 0.06);
    background: var(--vm-surface);
    box-shadow: var(--vm-shadow-sm);
}

.landing-page .contact-cards .info-icon {
    background: linear-gradient(135deg, var(--vm-brand), #e04552);
}

.landing-page .contact-facebook-avatars {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    list-style: none;
    padding: 0;
    margin: 0.75rem 0 0;
}

.landing-page .contact-facebook-avatar-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(24, 119, 242, 0.28);
    background: linear-gradient(145deg, #f0f4ff, #e8ecf4);
    box-shadow: var(--vm-shadow-sm);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.landing-page .contact-facebook-avatar-link:hover {
    transform: translateY(-2px) scale(1.04);
    border-color: #1877f2;
    box-shadow: var(--vm-shadow-md);
}

.landing-page .contact-facebook-avatar-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.landing-page .contact-facebook-avatar-fallback {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #1877f2;
    font-size: 1.75rem;
}

.landing-page .contact-facebook-avatar-link.is-fallback .contact-facebook-avatar-fallback,
.landing-page .contact-facebook-avatar-link:not(:has(img)) .contact-facebook-avatar-fallback {
    display: flex;
}

.landing-page .info-item--addresses {
    align-items: flex-start;
    flex-wrap: wrap;
}

.landing-page .info-item--addresses > .info-content--addresses {
    flex: 1 1 12rem;
    min-width: 0;
}

.landing-page .info-item--addresses > .info-content--addresses > h3 {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--vm-accent);
    margin: 0 0 1rem;
    letter-spacing: 0.02em;
}

.landing-page .contact-address-region + .contact-address-region {
    margin-top: 1.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.landing-page .contact-address-region__title {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--vm-accent);
    margin: 0 0 1rem;
    letter-spacing: 0.02em;
}

.landing-page .contact-address-branch + .contact-address-branch {
    margin-top: 1.25rem;
}

.landing-page .contact-address-branch__label {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--vm-ink);
    margin: 0 0 0.35rem;
}

.landing-page .contact-address-branch__text {
    font-size: 1.35rem;
    line-height: 1.55;
    color: #334155;
    margin: 0 0 0.75rem;
    font-weight: 600;
}

.landing-page .contact-map-figure {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 0.35rem;
}

/* Tràn full độ rộng block (bỏ lề icon + khoảng cách flex) */
.landing-page .contact-vn-panel .contact-map-figure,
.landing-page .info-item--addresses .contact-map-figure {
    width: calc(100% + 5rem + 1.25rem);
    max-width: calc(100% + 5rem + 1.25rem);
    margin-left: calc(-5rem - 1.25rem);
}

.landing-page .contact-map-wrap {
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: #eef2f7;
    aspect-ratio: 21 / 9;
    min-height: 18rem;
}

.landing-page .contact-map-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.landing-page .contact-map-wrap.contact-naver-map-host,
.landing-page .contact-map-wrap.contact-google-map-host {
    min-height: 18rem;
}

.landing-page .contact-map-wrap.contact-google-map-host {
    touch-action: pan-x pan-y pinch-zoom;
}

@media (min-width: 769px) {
    .landing-page .contact-vn-panel .contact-map-wrap--google.contact-google-map-wrap--height-sync {
        aspect-ratio: auto;
    }
}

.landing-page .contact-google-map-host--failed {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 1.25rem;
    font-weight: 600;
}

.landing-page .contact-google-map-host--failed::after {
    content: "Không tải được bản đồ Google";
}

.landing-page .contact-map-figure + .contact-map-open-link {
    margin-top: 0.5rem;
}

.landing-page .contact-map-open-link {
    margin-top: 0.5rem;
    font-size: 1.2rem;
}

.landing-page .contact-map-open-link a {
    color: var(--vm-brand);
    font-weight: 600;
    text-decoration: underline;
}

.landing-page .contact-naver-map-host--failed {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 1.25rem;
    font-weight: 600;
}

.landing-page .contact-naver-map-host--failed::after {
    content: "Không tải được bản đồ Naver";
}

.landing-page .social-links .btn.primary-btn {
    border-radius: 999px;
    padding: 1.2rem 2.4rem;
    font-weight: 700;
}

/* Footer */
.landing-page footer.site-footer {
    background: linear-gradient(180deg, #0f172a 0%, #020617 100%);
    padding: 5rem 0 2.5rem;
    position: relative;
}

.landing-page footer.site-footer::before {
    height: 4px;
    background: linear-gradient(90deg, var(--vm-brand), var(--vm-accent), var(--vm-brand));
}

.landing-page .footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 4rem;
    margin-bottom: 4rem;
    max-width: 124rem;
    margin-left: auto;
    margin-right: auto;
}

.landing-page .footer-brand img {
    height: 4rem;
    width: auto;
    margin-bottom: 1.2rem;
}

.landing-page .footer-brand .footer-tagline {
    font-size: 1.45rem;
    opacity: 0.75;
    line-height: 1.6;
}

.landing-page footer.site-footer h3 {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 1.6rem;
}

.landing-page footer.site-footer ul li a:hover {
    color: #fca5a5 !important;
}

.landing-page .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 2rem;
}

/* FAB */
.landing-page .contact-buttons {
    bottom: 2.4rem;
    right: 2rem;
}

.landing-page .contact-button {
    width: 5.4rem;
    height: 5.4rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.2);
}

/* Hide legacy hero class conflicts (#home.hero padding:0 was overriding .hero-modern) */
.landing-page #home.hero {
    background: transparent;
}

.landing-page #home.hero::before {
    display: none;
}

.landing-page #home.hero:not(.hero-modern) {
    padding: 0;
}

/* Responsive */
@media screen and (max-width: 1100px) {
    .landing-page .quick-strip__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .landing-page .services-grid-modern {
        grid-template-columns: repeat(2, 1fr);
    }

    .landing-page .trust-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .landing-page .process-modern .process-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .landing-page .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 900px) {
    .landing-page .hero-modern__layout {
        max-width: none;
    }

    .landing-page .hero-content--on-photo {
        text-align: center;
    }

    .landing-page .hero-chips {
        justify-content: center;
    }

    .landing-page .hero-modern--photo .hero-chips {
        justify-content: center;
    }

    .landing-page .hero-cta {
        justify-content: center;
    }

    .landing-page .hero-desc {
        margin-left: auto;
        margin-right: auto;
    }

    .landing-page .hero-modern__bg:not(.hero-modern__bg--slideshow) {
        background-position: center;
    }

    .landing-page .hero-modern__bg--slideshow .hero-slide {
        background-position: center;
        background-size: cover;
    }

    .landing-page .contact-grid {
        grid-template-columns: 1fr;
    }

    .landing-page .testimonials-modern .testimonial-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 768px) {
    .landing-page .contact-info-row {
        grid-template-columns: 1fr;
    }

    .landing-page .contact-vn-panel,
    .landing-page .contact-cards .info-item--addresses {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        padding: 1.25rem;
        gap: 0.75rem;
    }

    .landing-page .contact-vn-panel .info-icon,
    .landing-page .contact-cards .info-item--addresses .info-icon {
        width: 4rem;
        height: 4rem;
        margin-right: 0;
        margin-bottom: 0;
        font-size: 1.5rem;
        align-self: flex-start;
    }

    .landing-page .contact-vn-panel > .info-content--addresses,
    .landing-page .info-item--addresses > .info-content--addresses {
        width: 100%;
        max-width: 100%;
        flex: 1 1 auto;
        min-width: 0;
    }

    .landing-page .contact-address-branch {
        width: 100%;
        max-width: 100%;
    }

    .landing-page .contact-vn-panel .contact-map-figure,
    .landing-page .info-item--addresses .contact-map-figure {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 0.5rem auto 0;
        box-sizing: border-box;
    }

    .landing-page .contact-map-wrap {
        width: 100%;
        max-width: 100%;
        min-height: 12.5rem;
        aspect-ratio: 16 / 11;
        border-radius: 10px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }

    .landing-page .contact-map-wrap.contact-naver-map-host,
    .landing-page .contact-map-wrap.contact-google-map-host {
        min-height: 12.5rem;
    }

    .landing-page .contact-map-wrap.contact-naver-map-host > div,
    .landing-page .contact-map-wrap.contact-google-map-host > div {
        width: 100% !important;
        height: 100% !important;
    }

    /* Naver zoom nhỏ gọn hơn trên mobile */
    .landing-page .contact-map-wrap--naver .map_zoom {
        transform: scale(0.82);
        transform-origin: right center;
        right: 0.35rem !important;
    }

    .landing-page .contact-map-open-link {
        width: 100%;
        text-align: center;
        font-size: 1rem;
    }

    .landing-page .contact-address-branch__text {
        font-size: 1.05rem;
        line-height: 1.5;
    }

    .landing-page .header-tel span {
        display: none;
    }

    .landing-page .header-tel {
        padding: 0.85rem 1.1rem;
    }

    .landing-page .quick-strip__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .landing-page .services-grid-modern {
        grid-template-columns: 1fr;
    }

    .landing-page .trust-row {
        grid-template-columns: 1fr;
    }

    .landing-page .process-modern .process-steps {
        grid-template-columns: 1fr;
    }

    .landing-page .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .landing-page footer h3::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .landing-page .tracking-shell {
        padding: 1.6rem 1.2rem;
    }

    .landing-page .tracking-tabs .tab-buttons {
        border-radius: var(--vm-radius-md);
    }

    .landing-page .tracking-tabs .tab-button {
        min-width: 100%;
        border-radius: var(--vm-radius-md);
    }

    /* Homepage mobile: hero ảnh nền full chiều ngang màn hình */
    .landing-page .hero-modern {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        border-radius: 0;
        box-shadow: none;
        padding-left: clamp(1rem, 4vw, 1.6rem);
        padding-right: clamp(1rem, 4vw, 1.6rem);
    }

    /* Khối Tra cứu & đơn giá: tràn full ngang, bỏ viền bo block để khớp mép màn hình */
    .landing-page #tracking-section.tracking-landing > .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .landing-page #tracking-section.tracking-landing .tracking-shell {
        border-radius: 0;
        padding: 1.5rem clamp(1rem, 3vw, 1.4rem) 1.35rem;
    }

    .landing-page .tracking-shell__head {
        margin-bottom: 1.35rem;
    }

    /* Tab: khoảng cách dọc giữa các nút gọn hơn */
    .landing-page .tracking-tabs .tab-buttons {
        flex-direction: column;
        align-items: stretch;
        gap: 0.35rem;
        padding: 0.4rem;
        margin-bottom: 1.15rem;
    }

    .landing-page .tracking-tabs .tab-button {
        gap: 0.55rem;
        padding: 0.85rem 1.15rem;
        /* Cùng cỡ chữ với nút Tra cứu / Tính giá (.tracking-form .btn → 1.6rem trong style.css) */
        font-size: 1.6rem;
        justify-content: flex-start;
    }

    .landing-page .tracking-tabs .tab-button .tab-button__ico {
        font-size: 1.42rem;
    }

    /* Input và nút Tra cứu: giảm khoảng cách (ghi đè style.css .form-row gap + .btn margin-top) */
    .landing-page #tracking-section.tracking-landing .tracking-form .form-row {
        gap: 0.5rem;
        margin-bottom: 0.45rem;
        align-items: stretch;
    }

    .landing-page #tracking-section.tracking-landing .tracking-form .form-row:last-of-type {
        margin-bottom: 0;
    }

    /*
     * Quan trọng: trên mobile .form-row là cột; flex: 1 1 16rem ở .form-group khiến flex-grow
     * giãn từng ô theo chiều cao → khoảng trống rất lớn giữa các trường. Tắt grow, bỏ margin mặc định 2rem.
     */
    .landing-page #tracking-section.tracking-landing .tracking-form .form-group {
        flex: 0 0 auto;
        margin-bottom: 0;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .landing-page #tracking-section.tracking-landing .tracking-form .form-row--price-dims .form-group {
        flex: 0 0 auto;
        min-width: 0;
        width: 100%;
        max-width: 100%;
    }

    .landing-page #tracking-section.tracking-landing .tracking-form .form-group label {
        margin-bottom: 0.3rem;
        font-size: 1.38rem;
    }

    .landing-page #tracking-section.tracking-landing .tracking-form .btn.primary-btn {
        margin-top: 0;
    }

    /* Taekbae: khối upload + form gần nhau hơn */
    .landing-page #tracking-section.tracking-landing .landing-taekbae-image-panel {
        margin-bottom: 0.75rem;
    }

    .landing-page #tracking-section.tracking-landing .tracking-tabs .tab-content {
        padding-bottom: 0.35rem;
    }
}

/* ---- Mobile drawer menu (landing / ghi đè style.css) ---- */
.landing-page .mobile-menu-overlay {
    background-color: rgba(15, 23, 42, 0.48);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.landing-page .mobile-menu-overlay.active {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
}

.landing-page .mobile-menu-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    width: min(42rem, 90vw);
    max-width: 100%;
    height: 100%;
    min-height: 0;
    background: linear-gradient(165deg, #1e293b 0%, #0f172a 42%, #0c1222 100%);
    color: #f1f5f9;
    box-shadow: -20px 0 60px rgba(0, 0, 0, 0.45);
    border-left: 1px solid rgba(255, 255, 255, 0.06);
    transform: translateX(100%);
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.landing-page .mobile-menu-overlay.active .mobile-menu-panel {
    transform: translateX(0);
}

.landing-page .mobile-menu-panel__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.2rem;
    padding: max(2rem, env(safe-area-inset-top)) 1.8rem 1.2rem 1.8rem;
    padding-right: max(1.8rem, env(safe-area-inset-right));
    flex-shrink: 0;
    border-bottom: 1px solid rgba(248, 250, 252, 0.08);
}

.landing-page .mobile-menu-panel__eyebrow {
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(248, 250, 252, 0.45);
    margin: 0 0 0.35rem;
}

.landing-page .mobile-menu-panel__title {
    margin: 0;
    font-size: 2.4rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
    color: #fff;
}

.landing-page .mobile-menu-close {
    position: relative;
    top: auto;
    right: auto;
    flex-shrink: 0;
    width: 4.4rem;
    height: 4.4rem;
    margin: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #f8fafc;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: none;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.landing-page .mobile-menu-close:active {
    background: rgba(200, 30, 43, 0.35);
    border-color: rgba(200, 30, 43, 0.5);
}

.landing-page .mobile-lang-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    margin: 0 1.8rem 1.4rem;
    padding: 1rem 1.2rem;
    border-radius: var(--vm-radius-md);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
}

.landing-page .mobile-lang-bar__label {
    font-size: 1.35rem;
    font-weight: 600;
    color: rgba(241, 245, 249, 0.72);
}

.landing-page .mobile-lang-bar__seg {
    display: inline-flex;
    padding: 0.25rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.08);
    gap: 0.2rem;
}

.landing-page .mobile-lang-bar__seg .lang-btn {
    width: auto;
    min-width: 4.6rem;
    height: 3.6rem;
    padding: 0 1.1rem;
    border-radius: 999px;
    font-size: 1.25rem;
    font-weight: 800;
    border: none;
    background: transparent;
    color: rgba(248, 250, 252, 0.55);
}

.landing-page .mobile-lang-bar__seg .lang-btn.active {
    background: linear-gradient(135deg, var(--vm-brand) 0%, #e85d4c 100%);
    color: #fff;
    box-shadow: 0 4px 16px rgba(200, 30, 43, 0.45);
}

.landing-page .mobile-nav {
    min-height: 0;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 0 1.2rem max(2rem, env(safe-area-inset-bottom)) 1.2rem;
    justify-content: flex-start;
    width: 100%;
    box-sizing: border-box;
}

.landing-page .mobile-nav ul {
    gap: 0.65rem;
}

.landing-page .mobile-nav ul li {
    opacity: 0;
    transform: translateX(12px);
    transition: opacity 0.35s ease, transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.landing-page .mobile-menu-overlay.active .mobile-nav ul li {
    opacity: 1;
    transform: translateX(0);
}

.landing-page .mobile-nav ul li:nth-child(1) {
    transition-delay: 0.06s;
}

.landing-page .mobile-nav ul li:nth-child(2) {
    transition-delay: 0.1s;
}

.landing-page .mobile-nav ul li:nth-child(3) {
    transition-delay: 0.14s;
}

.landing-page .mobile-nav ul li:nth-child(4) {
    transition-delay: 0.18s;
}

.landing-page .mobile-nav ul li:nth-child(5) {
    transition-delay: 0.22s;
}

.landing-page .mobile-nav ul li:nth-child(6) {
    transition-delay: 0.26s;
}

.landing-page .mobile-nav ul li:nth-child(7) {
    transition-delay: 0.3s;
}

.landing-page .mobile-nav ul li a {
    font-size: 1.65rem;
    font-weight: 600;
    color: #f8fafc;
    padding: 1.25rem 1.35rem;
    border-radius: var(--vm-radius-md);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
    gap: 1.15rem;
    align-items: center;
    white-space: normal;
}

.landing-page .mobile-nav ul li a::before {
    display: none;
}

.landing-page .mobile-nav ul li a:active {
    background: rgba(200, 30, 43, 0.2);
    border-color: rgba(200, 30, 43, 0.35);
    transform: scale(0.99);
}

.landing-page .mobile-nav__ico {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.6rem;
    height: 3.6rem;
    flex-shrink: 0;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.07);
    color: rgba(248, 250, 252, 0.88);
    font-size: 1.45rem;
}

.landing-page .mobile-nav__text {
    flex: 1;
    min-width: 0;
    line-height: 1.35;
}

@media screen and (max-width: 380px) {
    .landing-page .mobile-menu-panel__title {
        font-size: 2.1rem;
    }

    .landing-page .mobile-nav ul li a {
        font-size: 1.5rem;
        padding: 1.05rem 1.15rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .landing-page * {
        transition-duration: 0.01ms !important;
    }
}
