:root {
    --vivi-navy: #071734;
    --vivi-navy-2: #0d2557;
    --vivi-green: #2e6321;
    --vivi-green-dark: #245019;
    --vivi-gold: #c9a227;
    --vivi-gold-2: #e3bc3d;
    --vivi-white: #ffffff;
    --vivi-muted: #dbe4ff;
    --vivi-text: #0f172a;
    --vivi-radius: 14px;
    --vivi-shadow: 0 18px 50px rgba(7, 23, 52, 0.18);
}

* { box-sizing: border-box; }
html, body.vivi-body { margin: 0; padding: 0; width: 100%; max-width: 100%; }
html { overflow-x: clip; }
body.vivi-body {
    font-family: "Be Vietnam Pro", system-ui, sans-serif;
    color: var(--vivi-text);
    background: #f4f7fc;
    overflow-x: clip;
}
body.vivi-body main { display: block; width: 100%; max-width: none; padding: 0; margin: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; height: auto; }

.skip-link {
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 100000;
    padding: 10px 14px;
    border-radius: 8px;
    background: #071734;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transform: translateY(-160%);
    transition: transform .15s ease;
}
.skip-link:focus,
.skip-link:focus-visible {
    transform: translateY(0);
    outline: 3px solid #e3bc3d;
    outline-offset: 2px;
}
:focus-visible {
    outline: 2px solid #2e6321;
    outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

.vivi-container { width: min(1320px, calc(100% - 32px)); margin: 0 auto; }

/* UX Builder layout (required for CMS homepage widgets) */
.layout-full main { max-width: none; padding: 0; margin: 0; }
.ux-section { position: relative; width: 100%; }
.ux-section-inner { position: relative; z-index: 1; width: 100%; max-width: 1320px; margin: 0 auto; padding: 0 16px; }
.ux-section-full > .ux-section-inner { max-width: none; padding: 0; }
.ux-section-full .vivi-full-bleed { width: 100%; max-width: none; margin: 0; border-radius: 0; }
.ux-row { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); align-items: start; width: 100%; }
.ux-row-eq-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.ux-row-eq-5 > .ux-col { grid-column: auto; }
.ux-col { min-width: 0; max-width: 100%; grid-column: span 12; }
.ux-span-1 { grid-column: span 1; }
.ux-span-2 { grid-column: span 2; }
.ux-span-3 { grid-column: span 3; }
.ux-span-4 { grid-column: span 4; }
.ux-span-5 { grid-column: span 5; }
.ux-span-6 { grid-column: span 6; }
.ux-span-7 { grid-column: span 7; }
.ux-span-8 { grid-column: span 8; }
.ux-span-9 { grid-column: span 9; }
.ux-span-10 { grid-column: span 10; }
.ux-span-11 { grid-column: span 11; }
.ux-span-12 { grid-column: span 12; }
.ux-heading { margin: 0 0 1rem; line-height: 1.2; color: var(--vivi-navy); }
.ux-text { line-height: 1.65; color: #334155; }
.ux-text p { margin: 0 0 1rem; }
.ux-html:empty { display: none; }

.vivi-topbar, .vivi-header { width: 100%; }
.vivi-topbar {
    background: var(--vivi-green);
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    min-height: 33px;
}
.vivi-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 33px;
    padding: 6px 0;
}
.vivi-topbar-hotline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.01em;
}
.vivi-topbar-hotline:hover { opacity: 0.85; }
.vivi-topbar-icon { flex-shrink: 0; opacity: 0.95; }
.vivi-topbar-right { display: flex; align-items: center; gap: 18px; }
.vivi-topbar-link { color: rgba(255, 255, 255, 0.88); font-weight: 600; }
.vivi-topbar-link:hover { color: #fff; }
.vivi-topbar-text { color: rgba(255, 255, 255, 0.88); font-weight: 600; }

.vivi-header {
    background: #fff;
    border-bottom: 1px solid #e5eaf5;
    position: sticky;
    top: 0;
    z-index: 40;
    min-height: 60px;
}
.vivi-header-inner {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 60px;
    padding: 8px 0;
}
.vivi-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    min-width: 0;
    max-width: min(304px, 52vw);
}
.vivi-logo-img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 60px;
    object-fit: contain;
}

.vivi-nav { margin-left: auto; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.vivi-nav a { font-weight: 700; font-size: 14px; color: var(--vivi-green); line-height: 1.2; }
.vivi-nav a:hover { color: #dd3333; }
.vivi-nav-toggle { display: none; margin-left: auto; border: 0; background: var(--vivi-navy); color: #fff; border-radius: 10px; padding: 10px 14px; font-size: 18px; }

.vivi-btn {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 12px 18px; border-radius: 999px; border: 0; cursor: pointer;
    font-weight: 700; font-size: 14px;
}
.vivi-btn-gold { background: linear-gradient(135deg, var(--vivi-gold), var(--vivi-gold-2)); color: var(--vivi-navy); }
.vivi-btn-outline { background: transparent; border: 2px solid var(--vivi-gold); color: var(--vivi-navy); }
.vivi-btn-block { width: 100%; }

.vivi-hero {
    background:
        radial-gradient(circle at top right, rgba(201,162,39,.25), transparent 35%),
        linear-gradient(135deg, var(--vivi-navy), var(--vivi-navy-2));
    color: #fff; padding: 48px 0 56px;
}
.vivi-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 28px; align-items: start; }
.vivi-kicker { color: var(--vivi-gold-2); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; font-size: 12px; }
.vivi-hero-copy h1 { font-size: clamp(28px, 4vw, 42px); line-height: 1.15; margin: 10px 0 14px; }
.vivi-hero-copy p { color: var(--vivi-muted); line-height: 1.7; }

.vivi-booking-form, .vivi-hero-form .vivi-booking-form,
.ux-form-wrap { width: 100%; max-width: 100%; box-sizing: border-box; }
.ux-form { width: 100%; max-width: 100%; box-sizing: border-box; }
.ux-form-body {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: var(--ux-form-gap, 10px);
    width: 100%;
}
.ux-form-field { min-width: 0; width: 100%; box-sizing: border-box; margin: 0; }
.ux-form-field-full { grid-column: 1 / -1; }
.ux-form-field-half { grid-column: span 6; }
@media (max-width: 640px) {
    .ux-form-field-half { grid-column: 1 / -1; }
    body.vivi-body .ux-row > .ux-col { grid-column: 1 / -1; }
    body.vivi-body .ux-row-eq-5 { grid-template-columns: 1fr; }
    .ux-heading { overflow-wrap: anywhere; word-break: break-word; max-width: 100%; }
    .ux-accordion, .ux-acc-item, .ux-acc-body { min-width: 0; max-width: 100%; }
    .ux-testimonials { padding: var(--pad-y, 0) calc(var(--pad-x, 0px) + 2rem); }
    .ux-acc-item summary { font-size: 15px; line-height: 1.5; }
    .ux-slider-viewport { overflow: hidden; }
    .ux-slide-img { max-width: 100%; }
}

.ux-form.ux-form-vivi {
    background: var(--ux-form-bg, #eef0f3);
    color: var(--vivi-text);
    border-radius: var(--ux-form-radius, 16px);
    padding: var(--ux-form-pad, 20px);
    box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
}
.ux-form-head { margin-bottom: 14px; }
.ux-form-head-center { text-align: center; }
.ux-form-head-left { text-align: left; }
.ux-form-head-right { text-align: right; }
.ux-form-head h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    color: var(--ux-form-title-color, #2e6321);
    letter-spacing: .02em;
}
.ux-form-label { display: block; margin-bottom: 6px; font-size: 12px; font-weight: 700; color: #475569; }
.ux-form-label-placeholder .ux-form-label { display: none; }
.ux-form-control {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: var(--ux-form-field-height, 48px);
    background: var(--ux-form-field-bg, #fff);
    border: 1px solid var(--ux-form-field-border, #e5e7eb);
    border-radius: var(--ux-form-field-radius, 12px);
    padding: 0 14px;
    box-sizing: border-box;
    transition: border-color .15s ease, box-shadow .15s ease;
}
.ux-form-control:focus-within {
    border-color: #2e6321;
    box-shadow: 0 0 0 3px rgba(46, 99, 33, .12);
}
.ux-form-control input,
.ux-form-control select,
.ux-form-control textarea {
    flex: 1;
    min-width: 0;
    width: 100%;
    border: 0;
    background: transparent;
    padding: 12px 0;
    font: inherit;
    font-size: 14px;
    font-weight: 500;
    color: #0f172a;
    outline: none;
    box-shadow: none;
}
.ux-form-control textarea { min-height: 88px; resize: vertical; padding: 12px 0; }
.ux-form-control input[type="date"],
.ux-form-control input[type="time"],
.ux-form-control input[type="datetime-local"] {
    -webkit-appearance: none;
    appearance: auto;
    cursor: pointer;
    color-scheme: light;
}
.ux-form-control input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    opacity: 1;
    margin-left: 4px;
}
.ux-form-control select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2364748b' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0 center;
    padding-right: 18px;
}
.ux-form-control .ux-form-autocomplete { flex: 1; min-width: 0; position: relative; overflow: hidden; }
.ux-form-autocomplete-select {
    position: absolute; inset: 0; width: 100%; max-width: 100%; height: 100%;
    opacity: 0; pointer-events: none; border: 0; margin: 0; padding: 0;
    appearance: none; overflow: hidden;
}
.ux-form-autocomplete-input {
    width: 100%; border: 0; background: transparent; padding: 0; margin: 0;
    font: inherit; color: inherit; outline: none; min-height: 1.2em;
}
.ux-form-autocomplete-list {
    position: absolute; top: calc(100% + 6px); left: -12px; right: -12px; z-index: 30;
    max-height: 240px; overflow: auto; margin: 0; padding: 6px 0; list-style: none;
    background: #fff; border: 1px solid #e2e8f0; border-radius: 12px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .14);
}
.ux-form-autocomplete-list li {
    padding: 10px 14px; font-size: 14px; font-weight: 600; color: #334155; cursor: pointer;
}
.ux-form-autocomplete-list li.is-active,
.ux-form-autocomplete-list li:hover { background: #f0f9ff; color: #0f172a; }
.ux-form-icon { flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; width: 28px; min-width: 28px; }
.ux-form-icon .ux-form-fa { line-height: 1; display: block; }
.ux-form-icon-svg { width: 22px; height: 22px; display: block; }
.ux-form-icon-custom { font-size: 18px; line-height: 1; }
.ux-form-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; width: 100%; }
.ux-form-field-radio .ux-form-radio-group { display: grid; gap: 8px; width: 100%; }
.ux-form-radio-card {
    display: flex; gap: 10px; align-items: center; padding: 10px 12px;
    border: 1px solid #d7deef; border-radius: 10px; font-size: 13px; font-weight: 600; background: #fff;
}
.ux-form-section h3 { margin: 8px 0 4px; font-size: 14px; color: var(--vivi-navy); }
.ux-form-actions { margin-top: 12px; width: 100%; }
.ux-form-submit, .ux-form .ux-form-submit {
    width: 100%;
    border: 0;
    border-radius: var(--ux-form-btn-radius, 999px);
    padding: 14px 18px;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: .03em;
    cursor: pointer;
    background: var(--ux-form-btn-bg, #2e6321);
    color: var(--ux-form-btn-color, #fff);
    box-shadow: 0 4px 14px rgba(46, 99, 33, .25);
}
.ux-form-submit:hover { filter: brightness(1.05); }
.ux-form-alert { padding: 10px 12px; border-radius: 10px; margin-bottom: 12px; font-size: 13px; }
.ux-form-alert-error { background: #fef2f2; color: #b91c1c; }
.ux-form-alert-success { background: #ecfdf5; color: #047857; }

.vivi-booking-head h2 { margin: 0 0 16px; font-size: 18px; color: var(--vivi-navy); }
.vivi-field { display: grid; gap: 6px; margin-bottom: 12px; font-size: 13px; font-weight: 600; }
.vivi-field input, .vivi-field select, .vivi-field textarea {
    width: 100%; border: 1px solid #d7deef; border-radius: 10px; padding: 11px 12px; font: inherit;
}
.vivi-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.vivi-trip-types { display: grid; gap: 8px; margin-bottom: 12px; }
.vivi-radio-card {
    display: flex; gap: 10px; align-items: center; padding: 10px 12px;
    border: 1px solid #d7deef; border-radius: 10px; font-size: 13px; font-weight: 600;
}
.vivi-address-block { margin: 14px 0; padding-top: 8px; border-top: 1px dashed #e2e8f0; }
.vivi-address-block h3 { margin: 0 0 10px; font-size: 15px; color: var(--vivi-navy); }

.vivi-alert { padding: 10px 12px; border-radius: 10px; margin-bottom: 12px; font-size: 13px; }
.vivi-alert-error { background: #fef2f2; color: #b91c1c; }
.vivi-alert-success { background: #ecfdf5; color: #047857; }

.vivi-activity { background: #fff; border-block: 1px solid #e5eaf5; overflow: hidden; }
.vivi-activity-track { display: flex; gap: 28px; padding: 14px 0; animation: vivi-marquee 28s linear infinite; white-space: nowrap; }
.vivi-activity-item { font-size: 14px; color: #334155; }
@keyframes vivi-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.vivi-section { padding: 56px 0; }
.vivi-section-muted { background: #eef3fb; }
.vivi-section-title { text-align: center; color: var(--vivi-navy); margin: 0 0 28px; font-size: clamp(24px, 3vw, 32px); }
.vivi-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.vivi-cards-5 { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
.vivi-card { background: #fff; border-radius: var(--vivi-radius); padding: 22px; box-shadow: 0 8px 24px rgba(15,23,42,.06); }
.vivi-card-link { display: block; transition: transform .15s ease, box-shadow .15s ease; }
.vivi-card-link:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(15,23,42,.1); }
.vivi-card-icon { font-size: 28px; display: block; margin-bottom: 8px; }
.vivi-card h3 { margin: 0 0 10px; color: var(--vivi-navy); font-size: 18px; }
.vivi-section-lead { text-align: center; color: #64748b; margin: -12px 0 24px; max-width: 640px; margin-inline: auto; }

.vivi-testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.vivi-testimonial { margin: 0; background: #fff; border-radius: var(--vivi-radius); padding: 22px; box-shadow: 0 8px 24px rgba(15,23,42,.06); }
.vivi-testimonial p { margin: 0 0 12px; color: #334155; line-height: 1.7; font-style: italic; }
.vivi-testimonial footer { color: var(--vivi-navy); font-weight: 700; font-size: 14px; }

.vivi-faq-list { max-width: 820px; margin: 0 auto; display: grid; gap: 10px; }
.vivi-faq-item { background: #fff; border-radius: 12px; padding: 0 18px; box-shadow: 0 4px 16px rgba(15,23,42,.05); }
.vivi-faq-item summary { cursor: pointer; font-weight: 700; color: var(--vivi-navy); padding: 16px 0; list-style: none; }
.vivi-faq-item summary::-webkit-details-marker { display: none; }
.vivi-faq-body { padding-bottom: 16px; color: #475569; line-height: 1.7; }

.vivi-news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.vivi-news-card { background: #fff; border-radius: var(--vivi-radius); padding: 20px; box-shadow: 0 8px 24px rgba(15,23,42,.06); display: block; }
.vivi-news-card h3 { margin: 0 0 10px; color: var(--vivi-navy); font-size: 17px; line-height: 1.4; }
.vivi-news-card p { margin: 0 0 10px; color: #64748b; font-size: 14px; line-height: 1.6; }
.vivi-news-card time { color: #94a3b8; font-size: 13px; }

.vivi-cta-band { background: linear-gradient(135deg, var(--vivi-navy), var(--vivi-navy-2)); color: #fff; padding: 48px 0; }
.vivi-cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.vivi-cta-band h2 { margin: 0 0 8px; font-size: clamp(22px, 3vw, 28px); }
.vivi-cta-band p { margin: 0; color: var(--vivi-muted); }
.vivi-cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.vivi-btn-light { border-color: rgba(255,255,255,.5); color: #fff; }

.vivi-nav-dropdown { position: relative; }
.vivi-nav-dropdown summary { font-weight: 600; font-size: 14px; color: var(--vivi-navy); cursor: pointer; list-style: none; }
.vivi-nav-dropdown summary::-webkit-details-marker { display: none; }
.vivi-nav-submenu {
    display: none; position: absolute; top: calc(100% + 8px); left: 0; min-width: 220px;
    background: #fff; border-radius: 12px; box-shadow: var(--vivi-shadow); padding: 10px; z-index: 50;
}
.vivi-nav-dropdown[open] .vivi-nav-submenu { display: grid; gap: 4px; }
.vivi-nav-submenu a { display: block; padding: 8px 10px; border-radius: 8px; font-size: 13px; }
.vivi-nav-submenu a:hover { background: #f1f5f9; color: var(--vivi-gold); }

.vivi-vehicles { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.vivi-vehicle { background: #fff; border-radius: 12px; padding: 18px; text-align: center; box-shadow: 0 8px 24px rgba(15,23,42,.06); }
.vivi-vehicle strong { display: block; color: var(--vivi-navy); margin-bottom: 6px; }
.vivi-vehicle span { color: #64748b; font-size: 13px; }

.vivi-dest-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.vivi-dest-card { background: #fff; border-radius: 12px; padding: 18px; box-shadow: 0 8px 24px rgba(15,23,42,.06); }
.vivi-dest-card h3 { margin: 0 0 8px; color: var(--vivi-navy); font-size: 16px; }
.vivi-center { text-align: center; margin-top: 24px; }

.vivi-page-head { padding: 42px 0 18px; background: linear-gradient(135deg, var(--vivi-navy), var(--vivi-navy-2)); color: #fff; }
.vivi-page-head h1 { margin: 0; font-size: clamp(28px, 4vw, 36px); }
.vivi-page-form { padding: 28px 0 56px; max-width: 760px; }
.vivi-article-shell { padding: 28px 0 56px; }
.vivi-article, .vivi-post-card {
    background: #fff; border-radius: 18px; box-shadow: 0 8px 24px rgba(15,23,42,.06);
    padding: 24px;
}
.vivi-article-meta { display: flex; gap: 14px; color: #64748b; font-size: 14px; margin-bottom: 16px; }
.vivi-post-list { display: grid; gap: 18px; }
.vivi-post-card h2 { margin: 0 0 10px; color: var(--vivi-navy); font-size: 22px; }
.vivi-post-card p { margin: 0; color: #475569; }
.vivi-content { line-height: 1.75; color: #334155; }
.vivi-content h2, .vivi-content h3, .vivi-content h4 { color: var(--vivi-navy); margin-top: 1.8em; }
.vivi-content p, .vivi-content ul, .vivi-content ol { margin: 0 0 1em; }

.vivi-table-wrap { overflow: auto; background: #fff; border-radius: 12px; box-shadow: 0 8px 24px rgba(15,23,42,.06); margin-bottom: 28px; }
.vivi-table { width: 100%; border-collapse: collapse; min-width: 640px; }
.vivi-table th, .vivi-table td { padding: 12px 14px; border-bottom: 1px solid #e5eaf5; text-align: left; font-size: 14px; }
.vivi-table th { background: #f8fafc; color: var(--vivi-navy); }
.vivi-price-vehicle { margin-bottom: 40px; }
.vivi-price-vehicle > h2 { color: var(--vivi-navy); margin-bottom: 16px; }
.vivi-price-group > h3 { color: #1e3a8a; margin: 0 0 12px; }

.vivi-footer { background: var(--vivi-navy); color: #dbe4ff; padding: 42px 0 0; margin-top: 40px; }
.vivi-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 24px; }
.vivi-footer h3, .vivi-footer h4 { color: #fff; margin-top: 0; }
.vivi-footer a { display: block; margin-bottom: 8px; }
.vivi-footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 24px; padding: 16px 0 24px; font-size: 13px; }

.vivi-success { padding: 56px 0; max-width: 720px; }
.vivi-success h1 { color: var(--vivi-navy); }

.vivi-hero-grid-ref { grid-template-columns: 1.1fr .9fr; align-items: center; }
.vivi-hero-ref { padding-bottom: 0; border-radius: 0; width: 100%; }
.vivi-hero-car { border-radius: 18px; box-shadow: var(--vivi-shadow); width: 100%; height: auto; }
.vivi-hero-form-band { margin-top: -28px; padding-bottom: 32px; position: relative; z-index: 2; }
.vivi-hero-form-wrap { max-width: 520px; margin: 0 auto; }

.vivi-booking-inline .vivi-booking-form { margin: 0; }
.vivi-activity-inline {
    margin-top: 14px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    padding: 10px 0;
}
.vivi-activity-inline .vivi-activity-track { padding: 0; animation-duration: 32s; }

.vivi-service-banner { text-align: center; margin-bottom: 24px; }
.vivi-service-banner img { max-width: 420px; margin: 0 auto; height: auto; }
.vivi-service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.vivi-service-card { display: block; background: #fff; border-radius: var(--vivi-radius); overflow: hidden; box-shadow: 0 8px 24px rgba(15,23,42,.08); transition: transform .15s ease; }
.vivi-service-card:hover { transform: translateY(-3px); }
.vivi-service-card-img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.vivi-service-card-body { padding: 16px 18px 20px; }
.vivi-service-card-body h3 { margin: 0 0 8px; color: var(--vivi-navy); font-size: 16px; }
.vivi-service-card-body p { margin: 0; color: #64748b; font-size: 14px; line-height: 1.6; }

.vivi-vehicle-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.vivi-vehicle-card { background: #fff; border-radius: 14px; overflow: hidden; box-shadow: 0 8px 24px rgba(15,23,42,.06); text-align: center; display: block; }
.vivi-vehicle-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.vivi-vehicle-card-body { padding: 14px; }
.vivi-vehicle-card-body strong { display: block; color: var(--vivi-navy); margin-bottom: 4px; font-size: 14px; }
.vivi-vehicle-card-body span { color: #64748b; font-size: 13px; }

.vivi-dest-card .vivi-dest-img { width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: 10px; margin-bottom: 10px; }
.vivi-pricing-home .vivi-price-vehicle { scroll-margin-top: 80px; }

@media (max-width: 960px) {
    .vivi-hero-grid-ref, .vivi-service-grid, .vivi-vehicle-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
    .vivi-hero-grid-ref, .vivi-service-grid, .vivi-vehicle-grid { grid-template-columns: 1fr; }
    .vivi-hero-form-band { margin-top: 0; }
}

@media (max-width: 960px) {
    .vivi-hero-grid, .vivi-cards, .vivi-vehicles, .vivi-dest-grid, .vivi-footer-grid, .vivi-testimonials, .vivi-news-grid { grid-template-columns: 1fr 1fr; }
    .vivi-nav-toggle { display: inline-flex; }
    .vivi-nav {
        display: none; position: absolute; left: 0; right: 0; top: 100%;
        background: #fff; flex-direction: column; align-items: stretch; padding: 16px;
        border-bottom: 1px solid #e5eaf5; box-shadow: var(--vivi-shadow);
    }
    .vivi-nav.is-open { display: flex; }
    .vivi-header { position: relative; }
    .hide-mobile, .vivi-hotline { display: none !important; }
}

@media (max-width: 640px) {
    .vivi-hero-grid, .vivi-cards, .vivi-vehicles, .vivi-dest-grid, .vivi-footer-grid, .vivi-field-grid, .vivi-testimonials, .vivi-news-grid { grid-template-columns: 1fr; }
    .vivi-nav-submenu { position: static; box-shadow: none; padding: 0 0 8px 12px; }
    .vivi-cta-band-inner { flex-direction: column; align-items: flex-start; }
    .vivi-hero { padding-top: 28px; }
}

/* Header Builder (VIVI TRAVEL overrides) */
body.vivi-body .site-header { font-family: "Be Vietnam Pro", system-ui, sans-serif; }
body.vivi-body .site-header-inner { max-width: min(1320px, calc(100% - 32px)); margin: 0 auto; }
body.vivi-body .header-row--top { border-bottom: 0; }
body.vivi-body .header-row--top .header-html a { color: rgba(255, 255, 255, 0.92); font-weight: 600; }
body.vivi-body .header-row--top .header-html a:hover { color: #fff; }
body.vivi-body .header-row--main { border-bottom: 1px solid #e5eaf5; }
body.vivi-body .header-row--main .site-nav a { color: var(--hb-nav-color, var(--vivi-green, #2e6321)); font-weight: 700; }
body.vivi-body .header-row--main .site-nav a:hover { color: var(--hb-nav-hover-color, #dd3333); }
body.vivi-body .header-row--main .header-cta { font-weight: 700; }
body.vivi-body .site-logo { object-fit: contain; width: auto; }
