/* TEST-MARKER-20260629 */
:root {
    --vnh-bg: #f4f8fc;
    --vnh-surface: #ffffff;
    --vnh-muted: #eaf2f8;
    --vnh-text: #1a2e44;
    --vnh-soft-text: #4e6680;
    --vnh-border: #d4e2ec;
    --vnh-brand: #1a3558;
    --vnh-brand-dark: #132843;
    --vnh-brand-strong: #0f2035;
    --vnh-green: #00b14f;
    --vnh-green-strong: #009944;
    --vnh-red: #e2231a;
    --vnh-shadow: 0 4px 24px rgba(20, 42, 68, 0.08);
}

.vnh-landing-body {
    margin: 0;
    background: var(--vnh-bg);
}

.vnh-landing-body .element-error {
    display: none !important;
}

.vnh-landing-body,
.vnh-landing-body body {
    font-family: "Be Vietnam Pro", Arial, sans-serif !important;
}

.vnh-page {
    background: var(--vnh-bg);
    color: var(--vnh-text);
    font-family: "Be Vietnam Pro", Arial, sans-serif !important;
}

.vnh-page *,
.vnh-page *::before,
.vnh-page *::after {
    box-sizing: border-box;
    font-family: inherit !important;
}

.vnh-site-header,
.vnh-site-header *,
.vnh-site-footer,
.vnh-site-footer * {
    font-family: "Be Vietnam Pro", Arial, sans-serif !important;
}

.vnh-svg-icon,
.vnh-field-icon,
.vnh-note-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.vnh-svg-icon svg,
.vnh-field-icon svg,
.vnh-note-icon svg {
    width: 1em;
    height: 1em;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

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

.vnh-site-header {
    position: sticky;
    top: 0;
    z-index: 90;
    border-bottom: 1px solid #dde6f0;
    background: #ffffff;
    font-family: "Be Vietnam Pro", Arial, sans-serif;
    box-shadow: 0 1px 8px rgba(20, 42, 68, 0.07);
}

.vnh-header-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 28px;
    min-height: 72px;
}

.vnh-brand-mark {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--vnh-text);
    text-decoration: none;
}

.vnh-brand-mark img {
    width: 42px;
    height: 42px;
    border-radius: 6px;
}

.vnh-brand-mark span {
    display: grid;
    gap: 2px;
}

.vnh-brand-mark strong {
    color: var(--vnh-green);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.1;
}

.vnh-brand-mark small,
.vnh-footer-grid p,
.vnh-footer-grid span {
    color: var(--vnh-soft-text);
    font-size: 13px;
}

.vnh-header-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.vnh-header-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    color: var(--vnh-text);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: -0.01em;
    transition: background 150ms ease, color 150ms ease;
}

.vnh-header-nav a:hover {
    background: var(--vnh-muted);
    color: var(--vnh-brand);
}

.vnh-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.vnh-hotline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--vnh-brand);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.vnh-hotline .vnh-svg-icon {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: rgba(26, 53, 88, 0.08);
    color: var(--vnh-brand);
    font-size: 16px;
}

.vnh-button-header {
    min-height: 40px;
    padding: 0 20px;
    white-space: nowrap;
    border-radius: 999px;
    background: var(--vnh-brand);
    box-shadow: 0 4px 14px rgba(26, 53, 88, 0.22);
    font-weight: 700;
    letter-spacing: -0.01em;
}

.vnh-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: linear-gradient(135deg, #e8f2fa 0%, #edf6f2 50%, #f0f8fc 100%);
    color: var(--vnh-text);
}

.vnh-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(232, 242, 250, 0.96), rgba(232, 242, 250, 0.7) 55%, rgba(232, 242, 250, 0.1));
    z-index: -1;
}

.vnh-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 3px;
    background: var(--vnh-green);
    z-index: -1;
}

.vnh-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    opacity: 0.18;
    mix-blend-mode: normal;
    z-index: -2;
}

.vnh-hero-grid,
.vnh-two-col {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
    gap: 56px;
    align-items: center;
}

.vnh-hero-grid {
    min-height: 660px;
    padding: 76px 0 88px;
}

.vnh-hero-copy h1,
.vnh-section-head h2,
.vnh-feature-panel h2,
.vnh-final-cta h2,
.vnh-two-col h2 {
    margin: 0;
    font-family: "Be Vietnam Pro", Arial, sans-serif;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.08;
}

.vnh-hero-copy h1 {
    margin-top: 22px;
    max-width: 680px;
    color: var(--vnh-text) !important;
    font-size: clamp(42px, 5.1vw, 64px);
}

.vnh-hero-copy h1 span {
    color: var(--vnh-green) !important;
}

.vnh-hero-copy p,
.vnh-final-cta p {
    max-width: 620px;
    margin: 22px 0 0;
    color: var(--vnh-soft-text) !important;
    font-size: 18px;
    line-height: 1.7;
}

.vnh-eyebrow,
.vnh-badges > span,
.vnh-section-head > span {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 34px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
}

.vnh-eyebrow,
.vnh-badges > span {
    border: 1px solid rgba(0, 135, 124, 0.16);
    background: rgba(255, 255, 255, 0.72);
    padding: 6px 13px;
    color: var(--vnh-text);
    gap: 8px;
    box-shadow: 0 10px 28px rgba(31, 74, 143, 0.08);
}

.vnh-eyebrow {
    color: var(--vnh-brand);
}

.vnh-eyebrow .vnh-svg-icon,
.vnh-badges .vnh-svg-icon {
    font-size: 16px;
}

.vnh-badges .vnh-svg-icon {
    width: 18px !important;
    height: 18px !important;
    min-height: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    padding: 0 !important;
}

.vnh-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.vnh-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 36px 0 0;
    padding-top: 0;
    border-top: 0;
}

.vnh-stats > div {
    border: 1px solid rgba(216, 231, 238, 0.9);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.78);
    padding: 18px 16px;
    box-shadow: 0 16px 38px rgba(32, 58, 92, 0.08);
}

.vnh-stats dt {
    color: var(--vnh-brand);
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    line-height: 1;
}

.vnh-stats dd {
    margin: 8px 0 0;
    color: var(--vnh-soft-text);
    font-size: 14px;
}

.vnh-section {
    padding: 78px 0;
    background: var(--vnh-bg);
}

.vnh-trust-strip {
    position: relative;
    z-index: 2;
    margin-top: -42px;
    background: transparent;
}

.vnh-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    border: 1px solid rgba(216, 231, 238, 0.82);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    padding: 12px;
    box-shadow: 0 22px 58px rgba(32, 58, 92, 0.14);
}

.vnh-trust-item {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 86px;
    border: 0;
    border-radius: 8px;
    background: #fff;
    padding: 18px;
    box-shadow: none;
}

.vnh-trust-item > .vnh-svg-icon {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #e3f9ee;
    color: var(--vnh-green);
    font-size: 20px;
}

.vnh-trust-item span {
    display: grid;
    gap: 3px;
}

.vnh-trust-item strong {
    color: var(--vnh-text);
    font-size: 15px;
    line-height: 1.25;
}

.vnh-trust-item small {
    color: var(--vnh-soft-text);
    font-size: 13px;
    line-height: 1.35;
}

.vnh-section-muted {
    background: var(--vnh-muted);
}

.vnh-section-head {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.vnh-section-head span {
    margin: 0 auto 10px;
    color: var(--vnh-brand);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vnh-section-head h2,
.vnh-feature-panel h2,
.vnh-final-cta h2,
.vnh-two-col h2 {
    color: var(--vnh-text);
    font-size: clamp(30px, 4vw, 44px);
}

.vnh-section-head p {
    margin: 16px auto 0;
    color: var(--vnh-soft-text);
    font-size: 16px;
    line-height: 1.7;
}

.vnh-package-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
}

.vnh-card,
.vnh-loan-form-card {
    border: 1px solid var(--vnh-border);
    border-radius: 8px;
    background: var(--vnh-surface);
    box-shadow: 0 14px 34px rgba(32, 58, 92, 0.08);
}

.vnh-card {
    padding: 28px;
}

.vnh-package {
    display: flex;
    min-height: 285px;
    flex-direction: column;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.vnh-package:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 168, 89, 0.34);
    box-shadow: var(--vnh-shadow);
}

.vnh-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: rgba(26, 53, 88, 0.07);
    color: var(--vnh-brand);
    font-size: 24px;
}

.vnh-icon .vnh-svg-icon,
.vnh-button .vnh-svg-icon {
    font-size: inherit;
}

.vnh-button .vnh-svg-icon {
    margin-left: 8px;
    font-size: 16px;
}

.vnh-card h3,
.vnh-loan-form-head h3 {
    margin: 0;
    color: var(--vnh-text);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
}

.vnh-package h3 {
    margin-top: 22px;
}

.vnh-card p,
.vnh-package p {
    color: var(--vnh-soft-text);
    font-size: 15px;
    line-height: 1.7;
}

.vnh-package p {
    flex: 1;
    margin: 12px 0 22px;
}

.vnh-button,
.vnh-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 0;
    border-radius: 999px;
    background: var(--vnh-green);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    letter-spacing: -0.01em;
    box-shadow: 0 6px 20px rgba(0, 177, 79, 0.22);
    transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
    cursor: pointer;
}

.vnh-button {
    padding: 0 22px;
}

.vnh-button:hover,
.vnh-submit:hover {
    background: var(--vnh-green-strong);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(0, 177, 79, 0.28);
}

.vnh-button-light {
    background: #fff;
    color: var(--vnh-brand);
    border: 1.5px solid rgba(26, 53, 88, 0.18);
    box-shadow: 0 4px 14px rgba(26, 53, 88, 0.08);
}

.vnh-button-light:hover {
    background: #f0f8ff;
    color: var(--vnh-brand-dark);
    border-color: rgba(26, 53, 88, 0.3);
}

.vnh-product-stack {
    display: grid;
    gap: 72px;
}

.vnh-two-col-top {
    align-items: start;
    grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
}

.vnh-feature-panel,
.vnh-final-cta {
    color: #fff;
    background: var(--vnh-brand);
}

.vnh-feature-panel {
    border-radius: 8px;
    padding: 40px;
    box-shadow: var(--vnh-shadow);
}

.vnh-feature-panel span {
    display: inline-flex;
    margin-bottom: 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    padding: 6px 12px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vnh-feature-panel h2,
.vnh-feature-panel p,
.vnh-final-cta h2 {
    color: #fff;
}

.vnh-feature-panel p {
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.7;
}

.vnh-feature-panel .vnh-button {
    margin-top: 26px;
}

.vnh-check-list,
.vnh-rate-note ul,
.vnh-cta-points {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.vnh-check-list li {
    position: relative;
    margin-top: 14px;
    padding-left: 32px;
    color: var(--vnh-soft-text);
    font-size: 15px;
    line-height: 1.62;
}

.vnh-check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: var(--vnh-green);
    box-shadow: inset 0 0 0 5px #def6eb;
}

.vnh-check-list-strong li {
    color: var(--vnh-text);
    font-weight: 600;
}

.vnh-advisor {
    display: block;
    width: 100%;
    aspect-ratio: 1.55;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: var(--vnh-shadow);
}

.vnh-card-spaced {
    margin-top: 24px;
}

.vnh-rate-note {
    border: 1px solid rgba(26, 53, 88, 0.12);
    border-radius: 8px;
    background: var(--vnh-muted);
    padding: 30px;
}

.vnh-rate-note h3 {
    margin: 0;
    color: var(--vnh-text);
    font-size: 22px;
    font-weight: 800;
}

.vnh-rate-note p,
.vnh-rate-note li {
    color: #385167;
    line-height: 1.68;
}

.vnh-rate-note li {
    margin-top: 8px;
    padding-left: 22px;
    position: relative;
}

.vnh-rate-note li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--vnh-green);
}

.vnh-advantage-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    margin-top: 44px;
}

.vnh-advantage {
    display: grid;
    justify-items: center;
    align-content: start;
    min-height: 210px;
    text-align: center;
}

.vnh-advantage p {
    margin-bottom: 0;
    color: var(--vnh-text);
    font-weight: 700;
}

.vnh-narrow {
    max-width: 860px;
}

.vnh-notes {
    display: grid;
    gap: 16px;
    margin-top: 38px;
}

.vnh-notes .vnh-card p {
    margin: 12px 0 0;
}

.vnh-final-cta {
    padding: 82px 0;
}

.vnh-final-cta .vnh-two-col {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
}

.vnh-cta-points {
    display: grid;
    gap: 18px;
}

.vnh-cta-points li {
    display: grid;
    gap: 4px;
    padding-left: 18px;
    border-left: 3px solid rgba(255, 255, 255, 0.28);
}

.vnh-cta-points strong {
    color: #fff;
    font-size: 16px;
}

.vnh-cta-points span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
}

.vnh-loan-form-card {
    overflow: hidden;
    border: 1px solid rgba(216, 231, 238, 0.85);
    box-shadow: 0 28px 70px rgba(32, 58, 92, 0.18);
    width: 100%;
    max-width: 430px;
    justify-self: end;
}

.vnh-loan-form-head {
    background: var(--vnh-brand);
    padding: 24px;
    text-align: center;
}

.vnh-loan-form-head h3 {
    color: #fff;
}

.vnh-loan-form-head p {
    margin: 7px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
}

.vnh-loan-form {
    display: grid;
    gap: 12px;
    width: 100%;
    padding: 24px;
    background: linear-gradient(180deg, #fff, #fbfefd);
}

.vnh-field {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 48px;
    margin: 0;
    border: 1px solid var(--vnh-border);
    border-radius: 8px;
    background: #fff;
    padding: 0 12px;
    transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.vnh-field:focus-within {
    border-color: var(--vnh-green);
    box-shadow: 0 0 0 3px rgba(0, 168, 89, 0.14);
}

.vnh-field-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #e8f8f1;
    color: var(--vnh-green);
    font-size: 14px;
    font-weight: 800;
}

.vnh-field input,
.vnh-field select {
    display: block;
    flex: 1 1 auto;
    width: 100%;
    height: 46px;
    min-width: 0;
    margin: 0;
    border: 0 !important;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--vnh-text);
    font: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 46px;
    outline: 0;
    padding: 0 !important;
}

.vnh-field input::placeholder {
    color: #93a2b2;
    opacity: 1;
}

.vnh-field select {
    appearance: none;
    color: var(--vnh-soft-text);
    cursor: pointer;
}

.vnh-field select:valid {
    color: var(--vnh-text);
}

.vnh-loan-types {
    display: grid;
    gap: 7px;
    margin: 0;
    border: 1px solid var(--vnh-border);
    border-radius: 8px;
    background: #f3faf7;
    padding: 8px;
}

.vnh-loan-types legend {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.vnh-loan-types label {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 38px;
    margin: 0;
    border-radius: 6px;
    padding: 7px 10px;
    color: var(--vnh-soft-text);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    cursor: pointer;
}

.vnh-loan-types input {
    flex: 0 0 auto;
    margin: 0;
}

.vnh-loan-types label:has(input:checked) {
    background: #fff;
    color: var(--vnh-text);
    box-shadow: 0 6px 18px rgba(0, 168, 89, 0.1);
}

.vnh-submit {
    width: 100%;
    min-height: 50px;
    margin-top: 2px;
}

.vnh-submit[disabled] {
    opacity: 0.72;
    cursor: wait;
}

.vnh-form-note,
.vnh-form-message {
    margin: 0;
    text-align: center;
    font-size: 13px;
}

.vnh-form-note {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: var(--vnh-soft-text);
}

.vnh-note-icon {
    color: var(--vnh-green);
    font-size: 15px;
}

.vnh-form-message {
    display: none;
    border-radius: 8px;
    padding: 10px 12px;
    font-weight: 700;
}

.vnh-form-message.is-visible {
    display: block;
}

.vnh-form-message.is-success {
    background: #e7f7ef;
    color: #12613d;
}

.vnh-form-message.is-error {
    background: #fdecec;
    color: #9c2525;
}

.vnh-floating-call {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    border-radius: 999px;
    background: var(--vnh-brand);
    padding: 0 18px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: -0.01em;
    box-shadow: 0 8px 28px rgba(26, 53, 88, 0.32);
}

.vnh-floating-call:hover {
    color: #fff;
    transform: translateY(-1px);
}

.vnh-floating-call .vnh-svg-icon {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    font-size: 16px;
}

.vnh-site-footer {
    background: var(--vnh-brand-dark);
    color: #fff;
    padding: 34px 0;
}

.vnh-footer-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.vnh-footer-grid strong {
    display: block;
    color: #fff;
    font-size: 18px;
}

.vnh-footer-grid p {
    max-width: 680px;
    margin: 8px 0 0;
    color: rgba(255, 255, 255, 0.64);
    line-height: 1.6;
}

.vnh-footer-grid div:last-child {
    display: grid;
    gap: 6px;
    text-align: right;
}

.vnh-footer-grid span {
    color: rgba(255, 255, 255, 0.62);
}

.vnh-footer-grid a {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    text-decoration: none;
}

@media (max-width: 980px) {
    .vnh-header-inner {
        grid-template-columns: 1fr auto;
    }

    .vnh-header-nav {
        display: none;
    }

    .vnh-header-actions {
        gap: 8px;
    }

    .vnh-hotline {
        font-size: 0;
    }

    .vnh-hotline .vnh-svg-icon {
        margin: 0;
    }

    .vnh-hero-grid,
    .vnh-two-col,
    .vnh-final-cta .vnh-two-col,
    .vnh-two-col-top {
        grid-template-columns: 1fr;
    }

    .vnh-hero-grid {
        min-height: auto;
        padding: 56px 0 72px;
    }

    .vnh-package-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vnh-advantage-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vnh-trust-grid {
        grid-template-columns: 1fr;
    }

    .vnh-loan-form-card {
        max-width: 520px;
        justify-self: center;
    }
}

@media (max-width: 640px) {
    .vnh-container {
        width: min(100% - 24px, 1180px);
    }

    .vnh-header-inner {
        min-height: 64px;
        gap: 12px;
    }

    .vnh-brand-mark img {
        width: 36px;
        height: 36px;
    }

    .vnh-brand-mark strong {
        font-size: 15px;
    }

    .vnh-brand-mark small,
    .vnh-button-header {
        display: none;
    }

    .vnh-hero-copy {
        text-align: center;
    }

    .vnh-hero-grid {
        gap: 24px;
        padding: 34px 0 44px;
    }

    .vnh-hero-copy h1 {
        margin-top: 18px;
        font-size: 31px;
        line-height: 1.1;
    }

    .vnh-hero-copy p {
        margin-top: 18px;
        font-size: 15px;
        line-height: 1.6;
    }

    .vnh-page .vnh-badges {
        display: flex !important;
        justify-content: center;
        gap: 8px;
        margin-top: 20px;
    }

    .vnh-page .vnh-badges > span {
        width: auto;
        justify-content: center;
        min-height: 32px;
        padding: 6px 10px;
        font-size: 12px;
        white-space: nowrap;
    }

    .vnh-page .vnh-badges > span:last-child {
        width: auto;
    }

    .vnh-page .vnh-stats {
        display: grid !important;
        gap: 8px;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        margin-top: 20px;
        padding-top: 0;
        text-align: center;
    }

    .vnh-stats > div {
        padding: 14px 8px;
    }

    .vnh-stats dt {
        font-size: 24px;
    }

    .vnh-stats dd {
        margin-top: 6px;
        font-size: 10px;
        line-height: 1.25;
    }

    .vnh-section,
    .vnh-final-cta {
        padding: 56px 0;
    }

    .vnh-package-grid,
    .vnh-advantage-grid {
        grid-template-columns: 1fr;
    }

    .vnh-card,
    .vnh-feature-panel,
    .vnh-rate-note {
        padding: 22px;
    }

    .vnh-loan-form-card {
        max-width: 100%;
    }

    .vnh-loan-form-head {
        padding: 20px 18px;
    }

    .vnh-loan-form-head h3 {
        font-size: 20px;
    }

    .vnh-loan-form {
        gap: 10px;
        padding: 18px;
    }

    .vnh-field {
        min-height: 46px;
        padding: 0 11px;
    }

    .vnh-field input,
    .vnh-field select {
        height: 44px;
        font-size: 14px;
        line-height: 44px;
    }

    .vnh-loan-types label {
        min-height: 36px;
        font-size: 12px;
    }

    .vnh-floating-call {
        right: 12px;
        bottom: 12px;
        min-height: 46px;
        padding: 0 14px;
        font-size: 14px;
    }

    .vnh-footer-grid {
        display: grid;
        text-align: left;
    }

    .vnh-footer-grid div:last-child {
        text-align: left;
    }
}

/* ============================================================
   FLATSOME HEADER OVERRIDE – VPBank style (trắng + navy)
   ============================================================ */

/* Header background: white */
#masthead,
.header-main,
.header-inner,
.header-wrapper,
.header.color-scheme-light,
.header.color-scheme-dark {
    background: #ffffff !important;
    box-shadow: 0 1px 8px rgba(20, 42, 68, 0.07) !important;
    border-bottom: 1px solid #dde6f0 !important;
}

/* Top bar: ẩn hoặc navy nhạt */
#top-bar,
.header-top,
.top-bar-section {
    background: var(--vnh-brand, #1a3558) !important;
    border-bottom: none !important;
}
#top-bar *,
.header-top * {
    color: rgba(255,255,255,0.85) !important;
}

/* Nav items: dark navy, clean */
.header-main .nav > li > a,
.header-inner .nav > li > a,
#masthead .nav > li > a {
    color: #1a2e44 !important;
    font-family: "Be Vietnam Pro", Arial, sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.header-main .nav > li > a:hover,
.header-inner .nav > li > a:hover {
    color: #1a3558 !important;
    background: rgba(26, 53, 88, 0.06) !important;
    border-radius: 6px !important;
}

/* Logo trên Flatsome header */
#logo a,
.header-inner #logo a {
    display: inline-flex !important;
    align-items: center !important;
}

/* Hamburger mobile: dark */
.hamburger .line,
.header-main .hamburger .line {
    background: #1a2e44 !important;
}

/* Sticky header */
.stuck .header-main,
.header.show-on-scroll .header-main {
    background: #ffffff !important;
    box-shadow: 0 2px 12px rgba(20, 42, 68, 0.1) !important;
}

/* Font toàn trang: Be Vietnam Pro */
body,
body p, body li, body a, body span,
body input, body select, body textarea, body button {
    font-family: "Be Vietnam Pro", Arial, sans-serif !important;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: "Be Vietnam Pro", Arial, sans-serif !important;
}
