/* ============================================================
   Landing pages dịch vụ (SEO) — dùng chung cho các trang con.
   Tái sử dụng biến màu, font và .btn* từ styles.css.
   ============================================================ */
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

/* ---------- Header ---------- */
.lp-header {
  position: sticky; top: 0; z-index: 50;
  background: linear-gradient(100deg, rgba(255,253,248,.98) 0%, rgba(255,241,201,.96) 52%, rgba(246,209,111,.92) 100%);
  backdrop-filter: saturate(1.4) blur(12px);
  border-bottom: 1px solid var(--line);
}
.lp-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 4px;
  background: linear-gradient(90deg, var(--navy-800), var(--gold-500) 38%, var(--gold-300) 66%, var(--navy-700));
  opacity: 1;
  pointer-events: none;
}
.lp-header-in {
  display: flex; flex-wrap: nowrap; align-items: center; justify-content: space-between; gap: 16px;
  padding: 12px 0;
}
.lp-logo {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-display); font-weight: 800; font-size: 20px;
  color: var(--navy-900); text-decoration: none;
}
.lp-logo > span { min-width: 0; white-space: nowrap; line-height: 1.15; }
.lp-logo img {
  width: 46px; height: 46px; border-radius: 50%;
  border: 2px solid var(--gold-400); object-fit: cover; background: var(--navy-800);
}
.lp-logo small {
  display: block; font-family: var(--font-body); font-weight: 500;
  font-size: 10.5px; color: var(--muted); letter-spacing: 0.08em; text-transform: uppercase;
  margin-top: 1px;
}
.lp-header-cta {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-display); font-weight: 700; font-size: 17px;
  color: var(--navy-900); text-decoration: none;
}
.lp-header-cta .dot {
  width: 36px; height: 36px; border-radius: 50%; background: var(--gold-500);
  display: grid; place-items: center; color: var(--navy-900);
}
.lp-header-right { display: inline-flex; align-items: center; gap: 10px; }

/* ---------- Menu chính trong header landing ----------
   Cùng cấu trúc và breakpoint 1280px với nav trang chủ:
   >=1280px hiện ngang + dropdown hover, dưới đó thu vào hamburger. */
.lp-nav a { text-decoration: none; }
.lp-nav-btn {
  display: none;
  width: 40px; height: 40px; flex: none;
  border: 0; border-radius: var(--radius);
  background: var(--navy-100); color: var(--navy-900);
  align-items: center; justify-content: center; cursor: pointer;
}
.lp-nav-dd-trigger { display: inline-flex; align-items: center; gap: 5px; }
.lp-nav-dd-trigger .caret {
  width: 17px; height: 17px; flex: none; padding: 3px;
  border-radius: 50%; background: rgba(16,52,84,.09);
  opacity: 1; stroke-width: 3; transition: transform .2s ease, background .2s ease;
}
.site-language-switcher { position: relative; display: inline-flex; flex: none; }
.site-language-trigger {
  display: inline-flex; align-items: center; justify-content: center; gap: 5px;
  min-height: 34px; padding: 6px 9px;
  border: 1px solid rgba(16,52,84,.13); border-radius: 999px;
  background: rgba(255,255,255,.62); color: var(--navy-700);
  font: 800 12px var(--font-body); cursor: pointer;
}
.site-language-trigger .caret { width: 13px; height: 13px; }
.site-language-menu {
  position: absolute; top: calc(100% + 8px); right: 0; z-index: 70;
  display: flex; min-width: 158px; flex-direction: column; gap: 3px;
  padding: 7px; border: 1px solid var(--line); border-radius: 13px;
  background: var(--paper); box-shadow: 0 18px 44px -14px rgba(11,42,74,.28);
  opacity: 0; visibility: hidden; transform: translateY(5px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s;
}
.site-language-switcher:hover .site-language-menu,
.site-language-switcher:focus-within .site-language-menu,
.site-language-switcher.language-open .site-language-menu {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.site-language-menu a {
  display: flex; align-items: center; gap: 9px;
  padding: 9px 10px; border-radius: 8px;
  color: var(--navy-800); font-size: 13px; font-weight: 600; text-decoration: none;
}
.site-language-menu a:hover, .site-language-menu a.active { background: var(--navy-100); }
.site-language-menu svg {
  width: 22px; height: 15px; border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(11,42,74,.12);
}

/* Native English landing page */
.en-hero {
  color: #fff;
  background:
    linear-gradient(100deg, rgba(5,29,52,.94) 0%, rgba(5,29,52,.82) 48%, rgba(5,29,52,.38) 100%),
    #0b2a4a;
  padding: clamp(64px, 8vw, 118px) 0;
}
.en-hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(30px, 5vw, 76px); align-items: center; }
.en-hero-copy { max-width: 710px; }
.en-hero-copy h1 { margin: 14px 0 20px; font-size: clamp(44px, 6vw, 78px); line-height: .98; letter-spacing: -.055em; }
.en-hero-copy > p:not(.lp-eyebrow) { max-width: 650px; color: rgba(255,255,255,.82); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.65; }
.en-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.en-hero .btn-ghost { color: #fff; border-color: rgba(255,255,255,.42); }
.en-trust-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 28px 0 0; padding: 0; list-style: none; }
.en-trust-list li { padding: 7px 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(255,255,255,.08); font-size: 13px; }
.en-hero-media { min-height: 520px; margin: 0; overflow: hidden; border-radius: 28px; box-shadow: 0 28px 70px rgba(0,0,0,.3); }
.en-hero-media img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.en-section { padding: clamp(70px, 8vw, 118px) 0; background: var(--paper); }
.en-section-heading { max-width: 760px; margin-bottom: 38px; }
.en-section-heading h2, .en-split h2, .en-contact h2 { margin: 9px 0 12px; font-size: clamp(34px, 4.5vw, 58px); line-height: 1.05; letter-spacing: -.04em; color: var(--navy-900); }
.en-section-heading > p:last-child, .en-split p, .en-contact p { color: var(--muted); font-size: 17px; }
.en-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.en-service-grid article { padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 16px 34px rgba(11,42,74,.06); scroll-margin-top: 100px; }
.en-service-grid article > span, .en-process-grid li > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: var(--navy-900); background: var(--gold-400); font-weight: 800; }
.en-service-grid h3 { margin: 19px 0 8px; font-size: 22px; line-height: 1.2; }
.en-service-grid p { margin: 0; color: var(--muted); }
.en-process { background: #f2f6f9; }
.en-process-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.en-process-grid li { padding: 22px; border-radius: 16px; background: #fff; }
.en-process-grid strong { display: block; margin-top: 17px; font-size: 17px; }
.en-process-grid p { margin: 7px 0 0; color: var(--muted); font-size: 14px; }
.en-split { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(35px,6vw,90px); align-items: center; }
.en-area-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.en-area-list span { padding: 14px 16px; border: 1px solid var(--line); border-radius: 12px; background: #fff; font-weight: 600; text-align: center; }
.en-contact { padding: 0 0 clamp(70px,8vw,110px); background: var(--paper); }
.en-contact-card { display: grid; grid-template-columns: 1.2fr .8fr; gap: 35px; align-items: center; padding: clamp(32px,5vw,64px); border-radius: 28px; background: linear-gradient(120deg,#fff1c8,#f7cf69); }
.en-contact-actions { display: flex; flex-direction: column; gap: 11px; align-items: stretch; }
.en-contact-actions .btn { justify-content: center; }
.en-contact-actions > a:last-child { text-align: center; color: var(--navy-800); font-weight: 700; }
.en-policy { padding: 0 0 70px; background: var(--paper); }
.en-policy-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.en-policy article { padding: 22px; border-top: 2px solid var(--gold-400); }
.en-policy h2 { margin: 0 0 8px; font-size: 18px; }
.en-policy p { margin: 0; color: var(--muted); font-size: 14px; }

@media (min-width: 1280px) {
  .lp-header-in { gap: 20px; }
  .lp-logo { flex: 0 0 auto; gap: 11px; font-size: 19px; }
  .lp-logo img { width: 44px; height: 44px; }
  .lp-logo small { display: none; }
  .lp-nav { display: flex; flex: 1 1 auto; flex-wrap: nowrap; align-items: center; justify-content: center; gap: 5px; min-width: 0; white-space: nowrap; }
  .lp-nav > a, .lp-nav-dd-trigger {
    padding: 8px 6px; font-size: 12.5px; font-weight: 600;
    color: var(--navy-800); border-radius: 999px;
    transition: background .15s;
  }
  .lp-nav > a:hover, .lp-nav-dd:hover .lp-nav-dd-trigger { background: var(--navy-100); }
  .lp-nav > a.active, .lp-nav-dd-trigger.active {
    background: var(--navy-800);
    color: var(--paper);
    box-shadow: inset 0 -3px 0 var(--gold-300);
  }
  .lp-nav-dd-trigger.active .caret { background: rgba(255,255,255,.18); }
  .lp-nav-dd { position: relative; }
  /* cầu nối vô hình để di chuột xuống panel không bị mất hover */
  .lp-nav-dd::after { content: ""; position: absolute; top: 100%; left: 0; right: 0; height: 10px; }
  .lp-nav-dd-menu {
    position: absolute; top: calc(100% + 8px); left: 0; min-width: 256px;
    display: flex; flex-direction: column; gap: 2px;
    background: var(--paper); border: 1px solid var(--line); border-radius: 14px;
    padding: 8px; box-shadow: 0 18px 44px -14px rgba(11, 42, 74, 0.28);
    opacity: 0; visibility: hidden; transform: translateY(6px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s;
    z-index: 60;
  }
  .lp-nav-dd:hover .lp-nav-dd-menu,
  .lp-nav-dd:focus-within .lp-nav-dd-menu { opacity: 1; visibility: visible; transform: translateY(0); }
  .lp-nav-dd:hover .caret { transform: rotate(180deg); }
  .lp-nav-dd-menu a { padding: 10px 12px; border-radius: 8px; font-size: 14px; font-weight: 500; white-space: nowrap; color: var(--navy-800); }
  .lp-nav-dd-menu a:hover { background: var(--navy-100); }
  .lp-nav-subdd { position: relative; }
  .lp-nav-subdd-trigger {
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    padding: 10px 12px; border-radius: 8px; font-size: 14px; font-weight: 500;
    white-space: nowrap; color: var(--navy-800);
  }
  .lp-nav-subdd-trigger:hover, .lp-nav-subdd-trigger.active { background: var(--navy-100); }
  .lp-nav-subdd-menu {
    position: absolute; top: -8px; left: calc(100% + 8px); min-width: 226px;
    display: flex; flex-direction: column; gap: 2px;
    padding: 8px; background: var(--paper); border: 1px solid var(--line);
    border-radius: 14px; box-shadow: 0 18px 44px -14px rgba(11, 42, 74, 0.28);
    opacity: 0; visibility: hidden; transform: translateX(-5px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s;
  }
  .lp-nav-subdd:hover > .lp-nav-subdd-menu,
  .lp-nav-subdd:focus-within > .lp-nav-subdd-menu {
    opacity: 1; visibility: visible; transform: translateX(0);
  }
  .lp-nav-subdd:hover > .lp-nav-subdd-trigger .caret { transform: rotate(-90deg); }
  .lp-district-dd .lp-nav-dd-menu {
    left: auto; right: 0; width: 760px; max-width: calc(100vw - 32px);
    display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px; max-height: 70vh; overflow-y: auto;
  }
  .lp-header-cta { flex: none; font-size: 15px; gap: 6px; padding-inline: 0; white-space: nowrap; }
  .lp-header-cta .dot { width: 33px; height: 33px; }
}

@media (max-width: 1279px) {
  .lp-nav-btn { display: flex; }
  .lp-nav {
    display: none;
    position: absolute; top: 100%; left: 0; right: 0; z-index: 49;
    flex-direction: column; gap: 2px;
    background: var(--paper); border-bottom: 1px solid var(--line);
    padding: 10px 16px 16px;
    box-shadow: 0 12px 32px -8px rgba(11, 42, 74, 0.18);
    max-height: calc(100dvh - 68px);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
  }
  body.lp-menu-open .lp-nav { display: flex; }
  body.lp-menu-open { overflow: hidden; overscroll-behavior: none; }
  .lp-nav > a, .lp-nav-dd-trigger {
    padding: 13px 14px; font-size: 15px; font-weight: 500;
    color: var(--navy-800); border-radius: var(--radius);
  }
  .lp-nav > a:hover, .lp-nav-dd-trigger:hover { background: var(--navy-100); }
  .lp-nav > a.active { background: var(--navy-800); color: var(--paper); }
  .lp-nav-dd { display: flex; flex-direction: column; }
  .lp-nav-dd-trigger { justify-content: space-between; width: 100%; }
  .lp-nav-dd-trigger .caret { display: block; }
  .lp-nav-dd-menu { display: none; flex-direction: column; padding-left: 10px; margin: 2px 0 4px; }
  .lp-nav-dd.mobile-open > .lp-nav-dd-menu { display: flex; }
  .lp-nav-dd.mobile-open > .lp-nav-dd-trigger .caret { transform: rotate(180deg); }
  .lp-nav-dd-menu a { padding: 11px 14px; font-size: 14px; border-radius: var(--radius); color: var(--muted); text-decoration: none; }
  .lp-nav-dd-menu a:hover { background: var(--navy-100); color: var(--navy-900); }
  .lp-nav-subdd { display: flex; flex-direction: column; }
  .lp-nav-subdd-trigger {
    display: flex; align-items: center; justify-content: space-between;
    padding: 11px 14px; border-radius: var(--radius); color: var(--muted);
    font-size: 14px; text-decoration: none;
  }
  .lp-nav-subdd-trigger:hover, .lp-nav-subdd-trigger.active { background: var(--navy-100); color: var(--navy-900); }
  .lp-nav-subdd-menu {
    display: none; flex-direction: column; margin: 2px 0 4px 14px;
    padding: 4px 0 4px 10px; border-left: 2px solid var(--gold-300);
  }
  .lp-nav-subdd.mobile-open > .lp-nav-subdd-menu { display: flex; }
  .lp-nav-subdd.mobile-open > .lp-nav-subdd-trigger .caret { transform: rotate(180deg); }
  .lp-district-dd .lp-nav-dd-menu { max-height: min(48dvh, 420px); overflow-y: auto; overscroll-behavior: contain; }
  .site-language-switcher {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-top: 8px;
    padding: 12px 14px;
    border: 0;
    border-top: 1px solid var(--line);
    border-radius: 0;
    background: transparent;
  }
  .site-language-trigger {
    width: 100%;
    justify-content: space-between;
    min-height: 42px;
    padding: 9px 12px;
  }
  .site-language-menu {
    position: static;
    display: none;
    width: 100%;
    margin-top: 4px;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .site-language-switcher.language-open .site-language-menu { display: flex; }
}

@media (max-width: 900px) {
  .en-hero-grid, .en-split, .en-contact-card { grid-template-columns: 1fr; }
  .en-hero-media, .en-hero-media img { min-height: 380px; }
  .en-service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .en-process-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 600px) {
  .en-hero { padding: 38px 0 48px; }
  .en-hero-copy h1 { font-size: clamp(38px,12vw,52px); }
  .en-hero-media, .en-hero-media img { min-height: 270px; }
  .en-service-grid, .en-process-grid, .en-area-list, .en-policy-grid { grid-template-columns: 1fr; }
  .en-service-grid article { padding: 22px; }
  .en-contact-card { border-radius: 20px; padding: 26px 20px; }
}

/* ---------- Breadcrumb ---------- */
.lp-crumb { font-size: 13px; color: var(--muted); padding-top: 18px; }
.lp-crumb a { color: var(--muted); text-decoration: none; }
.lp-crumb a:hover { color: var(--navy-800); }
.lp-crumb span { color: var(--navy-800); }

/* ---------- Hero ---------- */
.lp-hero { padding: 20px 0 6px; }
.lp-hero-grid {
  display: grid; grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(24px, 4vw, 56px); align-items: center;
}
.lp-eyebrow {
  font-family: var(--font-display); font-weight: 600; font-size: 14px;
  color: var(--gold-500); letter-spacing: 0.04em; text-transform: uppercase;
  margin: 0;
}
.lp-hero h1 {
  font-family: var(--font-display); font-weight: 800; letter-spacing: -0.025em;
  font-size: clamp(28px, 4vw, 46px); line-height: 1.12; color: var(--navy-900);
  margin: 10px 0 0; text-wrap: balance;
}
.lp-hero .lead {
  font-size: clamp(16px, 1.4vw, 18px); color: var(--muted);
  margin: 18px 0 0; max-width: 56ch;
}
.lp-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.lp-hero-img {
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: 0 24px 50px -20px rgba(11, 42, 74, 0.4);
  aspect-ratio: 4 / 3;
}
.lp-hero-img img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Trust chips ---------- */
.lp-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.lp-chip {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--cream); border: 1px solid var(--line); border-radius: 999px;
  padding: 7px 14px; font-size: 13.5px; font-weight: 500; color: var(--navy-800);
}
.lp-chip b { color: var(--navy-900); }

/* ---------- Article ---------- */
.lp-article { padding: clamp(36px, 6vw, 72px) 0 8px; }
.lp-prose { max-width: 768px; }
.lp-prose h2 {
  font-family: var(--font-display); font-weight: 700; letter-spacing: -0.02em;
  font-size: clamp(22px, 2.6vw, 30px); color: var(--navy-900); margin: 42px 0 14px;
}
.lp-prose h2:first-child { margin-top: 0; }
.lp-prose p { margin: 0 0 16px; color: #3a342c; }
.lp-prose strong { color: var(--navy-900); }
.lp-prose ul { margin: 0 0 18px; padding: 0; list-style: none; }
.lp-prose li { position: relative; padding-left: 30px; margin-bottom: 10px; }
.lp-prose li::before {
  content: ""; position: absolute; left: 4px; top: 8px;
  width: 9px; height: 9px; border-radius: 50%; background: var(--gold-500);
  box-shadow: 0 0 0 4px rgba(245, 180, 0, 0.18);
}

/* ---------- Rich service-page content ---------- */
.lp-content-wide { max-width: 1080px; }
.lp-content-wide h2 { font-family: var(--font-display); color: var(--navy-900); font-size: clamp(24px, 3vw, 34px); line-height: 1.2; letter-spacing: -.02em; margin: 52px 0 16px; }
.lp-content-wide h3 { font-family: var(--font-display); color: var(--navy-900); margin: 0 0 8px; }
.lp-content-wide p { color: #4b443b; }
.lp-section-intro { max-width: 800px; }
.lp-section-intro h2 { margin-top: 6px; }
.lp-kicker { color: var(--gold-500) !important; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; font-size: 13px; margin: 0; }
.lp-section-lead { max-width: 720px; margin-top: -6px; }
.lp-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.lp-info-card { background: #fffaf0; border: 1px solid #eadfbe; border-radius: var(--radius-lg); padding: 22px; box-shadow: 0 10px 24px -24px rgba(75,58,19,.32); transition: border-color .2s ease, box-shadow .2s ease; }
.lp-info-card:nth-child(2n), .lp-info-card:nth-child(3n), .lp-info-card:nth-child(4n) { background: #fffaf0; border-color: #eadfbe; }
.lp-info-card:hover { border-color: #d8b84e; box-shadow: 0 14px 28px -24px rgba(75,58,19,.3); }
.lp-info-card > span { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--gold-500); color: var(--navy-900); font-weight: 800; font-size: 12px; margin-bottom: 18px; }
.lp-info-card p, .lp-service-list p, .lp-timeline p, .lp-commit-grid p { margin: 0; font-size: 14px; }
.lp-service-list { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.lp-service-list > div { padding: 22px; border-bottom: 1px solid #eadfbe; background: #fffaf0; box-shadow: inset 3px 0 0 var(--gold-500); }
.lp-service-list > div:nth-child(2n), .lp-service-list > div:nth-child(3n) { background: #fff8e5; box-shadow: inset 3px 0 0 #d4b34a; }
.lp-service-list > div:nth-child(odd) { border-right: 1px solid var(--line); }
.lp-service-list > div:nth-last-child(-n+2) { border-bottom: 0; }
.lp-service-list b { display: block; color: var(--navy-900); margin-bottom: 6px; }
.lp-timeline { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.lp-timeline > div { position: relative; padding: 20px 16px; border-top: 3px solid var(--gold-500); background: #fff; box-shadow: 0 8px 30px -20px rgba(11,42,74,.45); }
.lp-timeline span { color: var(--gold-500); font-family: var(--font-display); font-size: 26px; font-weight: 800; }
.lp-timeline h3 { font-size: 16px; }
.lp-office-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.lp-office-steps > div { padding: 22px; border: 1px solid #eadfbe; border-radius: var(--radius); background: #fffaf0; box-shadow: 0 10px 24px -24px rgba(75,58,19,.3); }
.lp-office-steps > div:nth-child(even) { background: #fff8e5; border-color: #eadfbe; }
.lp-office-steps span { display: inline-grid; place-items: center; width: 34px; height: 34px; margin-bottom: 14px; border-radius: 50%; background: var(--navy-900); color: var(--gold-400); font-weight: 800; }
.lp-office-steps h3 { font-size: 17px; }
.lp-office-steps p { margin: 0; font-size: 14px; }
.lp-role-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lp-role-grid > div { display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding: 22px; border: 1px solid #eadfbe; border-radius: var(--radius); background: #fffaf0; box-shadow: inset 3px 0 0 var(--gold-500); }
.lp-role-grid > div:nth-child(even), .lp-role-grid > div:nth-child(3n) { background: #fff8e5; border-color: #eadfbe; box-shadow: inset 3px 0 0 #d4b34a; }
.lp-role-grid span { color: var(--navy-800); font-weight: 800; font-family: var(--font-display); font-size: 18px; }
.lp-role-grid h3 { font-size: 17px; }
.lp-role-grid p { margin: 0; font-size: 14px; }
.lp-commit-six { grid-template-columns: repeat(3, 1fr); }
.lp-editorial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 64px); margin-top: 14px; }
.lp-editorial-grid h2 { font-size: clamp(23px, 2.6vw, 30px); }
.lp-check-list { padding: 0; margin: 0; list-style: none; }
.lp-check-list li { position: relative; padding: 10px 0 10px 28px; border-bottom: 1px solid var(--line); }
.lp-check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--gold-500); font-weight: 800; }
.lp-price-box { display: grid; grid-template-columns: 1.3fr .7fr; gap: 40px; align-items: center; background: var(--navy-900); color: #fff; border-radius: var(--radius-xl); padding: clamp(26px, 5vw, 50px); margin-top: 58px; }
.lp-price-box h2 { color: #fff; margin-top: 6px; }
.lp-price-box p { color: rgba(255,255,255,.75); }
.lp-price-box ul { margin: 0; padding: 0; list-style: none; }
.lp-price-box li { padding: 9px 0 9px 25px; position: relative; border-bottom: 1px solid rgba(255,255,255,.12); }
.lp-price-box li::before { content: '✓'; position: absolute; left: 0; color: var(--gold-400); font-weight: 800; }
.lp-commit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.lp-commit-grid > div { padding: 20px; border: 1px solid #eadfbe; border-radius: var(--radius); background: #fffaf0; box-shadow: inset 0 3px 0 var(--gold-500); }
.lp-commit-grid > div:nth-child(even), .lp-commit-grid > div:nth-child(3n) { background: #fff8e5; border-color: #eadfbe; box-shadow: inset 0 3px 0 #d4b34a; }
.lp-commit-grid b { color: var(--navy-900); display: block; margin-bottom: 5px; }
.lp-faq { max-width: 860px; }
.lp-faq details { border-bottom: 1px solid var(--line); padding: 0; }
.lp-faq summary { cursor: pointer; list-style: none; padding: 18px 36px 18px 0; font-weight: 700; color: var(--navy-900); position: relative; }
.lp-faq summary::after { content: '+'; position: absolute; right: 6px; font-size: 24px; line-height: 1; color: var(--gold-500); }
.lp-faq details[open] summary::after { content: '–'; }
.lp-faq details p { margin: 0 0 20px; max-width: 760px; }

/* ---------- Landing price table ---------- */
.lp-pricing-section { margin-top: 52px; scroll-margin-top: 96px; }
.lp-pricing-section h2 { margin-top: 6px; }
.lp-price-table-wrap { margin-top: 24px; overflow-x: auto; border: 1px solid #dfd3b2; border-radius: var(--radius-lg); background: #fff; }
.lp-price-table { width: 100%; min-width: 940px; border-collapse: collapse; font-size: 13.5px; }
.lp-price-table th { padding: 14px 12px; background: var(--navy-900); color: #fff; text-align: left; font-size: 12px; text-transform: uppercase; letter-spacing: .035em; white-space: nowrap; }
.lp-price-table th small { color: rgba(255,255,255,.65); font-weight: 400; text-transform: none; }
.lp-price-table td { padding: 15px 12px; border-bottom: 1px solid #eee5cf; color: #4b443b; vertical-align: middle; }
.lp-price-table tbody tr:nth-child(even) { background: #fffaf0; }
.lp-price-table tbody tr:last-child td { border-bottom: 0; }
.lp-price-table td strong { color: var(--navy-900); }
.lp-price-table td.price { color: var(--navy-900); font-weight: 700; white-space: nowrap; text-align: right; }
.lp-price-notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 18px; }
.lp-price-notes > div { padding: 18px; background: #fffaf0; border: 1px solid #eadfbe; border-radius: var(--radius); }
.lp-price-notes b { color: var(--navy-900); display: block; margin-bottom: 5px; }
.lp-price-notes p { margin: 0; font-size: 13.5px; }
.lp-price-formula { margin-top: 16px; padding: 16px 18px; border-left: 3px solid var(--gold-500); background: #f7f4ec; color: #4b443b; font-size: 14px; }

/* ---------- District coverage grid ---------- */
.lp-area-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 24px; }
.lp-area-grid a { display: flex; align-items: center; justify-content: center; min-height: 58px; padding: 12px 16px; border: 1px solid #e2c65e; border-radius: var(--radius); background: #f8c20d; color: var(--navy-900); font-family: var(--font-display); font-size: 16px; font-weight: 700; text-align: center; text-decoration: none; transition: background .18s ease, border-color .18s ease; }
.lp-area-grid a:hover { background: #ffd044; border-color: #d6ad1d; }
.lp-area-grid-compact { grid-template-columns: repeat(5, 1fr); }
.lp-area-grid-compact span { display: flex; align-items: center; justify-content: center; min-height: 52px; padding: 10px 14px; border: 1px solid #eadfbe; border-radius: var(--radius); background: #fff8e5; color: var(--navy-900); font-weight: 700; text-align: center; }
.lp-local-note { margin-top: 14px; font-size: 14px; color: var(--muted) !important; }
.lp-card-solution { margin-top: 10px !important; padding-top: 10px; border-top: 1px solid #eadfbe; font-size: 13px !important; }

/* ---------- Two-image strip ---------- */
.lp-figs { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 26px 0 10px; }
.lp-figs img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); }

.lp-image-ribbon {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 34px 0 48px;
}
.lp-image-ribbon-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.lp-image-ribbon figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: var(--navy-100);
  box-shadow: 0 16px 34px -25px rgba(11, 42, 74, .42);
}
.lp-image-ribbon img {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: transform .35s ease;
}
.lp-image-ribbon figure:hover img { transform: scale(1.035); }
.lp-image-ribbon figcaption {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 9px 12px;
  border-radius: 10px;
  background: rgba(16, 42, 67, .8);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  backdrop-filter: blur(8px);
}

/* ---------- CTA band ---------- */
.lp-cta {
  background: linear-gradient(135deg, var(--navy-900), var(--navy-700));
  color: var(--paper); border-radius: var(--radius-xl);
  padding: clamp(28px, 4vw, 48px); text-align: center; margin-top: 36px;
}
.lp-cta h2 {
  font-family: var(--font-display); font-weight: 800; font-size: clamp(22px, 3vw, 32px);
  margin: 0 0 10px;
}
.lp-cta p { color: rgba(255, 255, 255, 0.82); margin: 0 auto 22px; max-width: 52ch; }
.lp-cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.lp-footer {
  background: var(--navy-900); color: rgba(255, 255, 255, 0.75);
  padding: 44px 0 32px; margin-top: 48px; font-size: 14px;
}
.lp-footer a { color: rgba(255, 255, 255, 0.8); text-decoration: none; }
.lp-footer a:hover { color: var(--gold-300); }
.lp-foot-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 32px; }
.lp-foot-title {
  color: #fff; font-weight: 700; font-family: var(--font-display);
  margin: 0 0 14px; font-size: 16px;
}
.lp-foot-links { display: flex; flex-direction: column; gap: 9px; }
.lp-foot-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12); margin-top: 30px; padding-top: 18px;
  font-size: 12.5px; color: rgba(255, 255, 255, 0.5);
}
.site-footer { background: var(--navy-900); color: rgba(255,255,255,.72); padding: 46px 0 22px; margin-top: 32px; font-size: 14px; }
.site-footer-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr 1.1fr; gap: clamp(26px,3vw,46px); }
.site-footer h2 { margin: 0 0 16px; color: #fff; font-family: var(--font-display); font-size: 17px; line-height: 1.3; letter-spacing: 0; text-transform: none; }
.site-footer-brand p { max-width: 40ch; margin: 0 0 16px; color: rgba(255,255,255,.68); line-height: 1.75; }
.site-footer-brand .site-footer-legal {
  margin: -4px 0 14px;
  color: rgba(255,255,255,.9);
  font-weight: 700;
}
.site-footer-legal span {
  margin-right: 6px;
  color: var(--gold-300);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.site-footer-brand strong { color: var(--gold-300); font-size: 14px; }
.site-footer-links { display: grid; gap: 9px; }
.site-footer a { color: rgba(255,255,255,.78); text-decoration: none; }
.site-footer a:hover { color: var(--gold-300); }
.site-footer-more { color: var(--gold-300) !important; font-weight: 700; margin-top: 3px; }
.site-footer-contact { display: grid; gap: 11px; }
.site-footer-contact p { margin: 0; line-height: 1.5; }
.site-footer-contact span { display: block; color: rgba(255,255,255,.45); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.site-footer-socials { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.site-footer-socials a, .site-footer-socials span { padding: 7px 9px; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; font-size: 12px; }
.site-footer-socials span { color: rgba(255,255,255,.45); }
.site-footer-policy-links { display: flex; flex-wrap: wrap; gap: 6px 0; }
.site-footer-policy-links a { color: rgba(255,255,255,.72); font-size: 11.5px; line-height: 1.5; }
.site-footer-policy-links a:not(:last-child)::after { content: " | "; margin: 0 8px; color: rgba(255,255,255,.28); }
.site-footer-policy-links a:hover { color: #ffd66c; }
.site-footer-bottom { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 30px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.58); font-size: 12px; }
.site-footer-bottom p { width: 100%; margin: 0; white-space: normal; line-height: 1.55; }
.site-footer-bottom nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-start; gap: 8px; }
.site-footer-bottom nav a { padding: 0; border: 0; border-radius: 0; background: none; color: rgba(255,255,255,.72); text-decoration: none; transition: color .2s ease; }
.site-footer-bottom nav a:hover { background: none; color: #ffd66c; }
@media (max-width: 960px) { .site-footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 600px) {
  .site-footer { padding: 40px 0 22px; line-height: 1.6; }
  .site-footer .container { padding-left: 24px; padding-right: 24px; }
  .site-footer-grid { display: flex; flex-direction: column; gap: 0; }
  .site-footer-grid > section { width: 100%; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.12); }
  .site-footer-grid > .site-footer-brand { order: 1; padding-top: 0; border-top: 0; }
  .site-footer-grid > .site-footer-contact-section { order: 2; }
  .site-footer-grid > .site-footer-services { order: 3; }
  .site-footer-grid > .site-footer-areas { order: 4; }
  .site-footer h2 { font-size: 15px; }
  .site-footer-links { grid-template-columns: 1fr; gap: 8px; font-size: 13px; line-height: 1.6; }
  .site-footer-bottom { gap: 20px; margin-top: 0; padding-top: 24px; line-height: 1.6; }
  .site-footer-policy-links { display: flex; flex-wrap: wrap; gap: 8px 0; }
  .site-footer-policy-links a { font-size: 12px; }
  .site-footer-policy-links a:not(:last-child)::after { content: " | "; }
  .site-footer-bottom p { padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); }
}

.contact-legal-section {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  margin-top: clamp(46px, 6vw, 78px);
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fffaf0;
}
.contact-legal-section h2 { margin-top: 7px !important; }
.contact-legal-list { margin: 0; }
.contact-legal-list > div {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.contact-legal-list > div:last-child { border-bottom: 0; }
.contact-legal-list dt { color: var(--muted); font-size: 13px; font-weight: 700; }
.contact-legal-list dd { margin: 0; color: var(--navy-900); font-weight: 700; overflow-wrap: anywhere; }
.contact-legal-list a { color: var(--navy-800); text-decoration: underline; text-underline-offset: 3px; }
.contact-policy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
  scroll-margin-top: 90px;
}
.contact-policy-grid article {
  scroll-margin-top: 90px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}
.contact-policy-grid h2 { margin: 0 0 9px !important; font-size: 20px; }
.contact-policy-grid p { margin: 0; font-size: 14px; line-height: 1.65; }
@media (max-width: 760px) {
  .contact-legal-section,
  .contact-policy-grid { grid-template-columns: 1fr; }
  .contact-legal-list > div { grid-template-columns: 1fr; gap: 3px; padding: 10px 0; }
  .contact-policy-grid article { padding: 18px; }
}

/* Policy hub */
.policy-hero {
  padding: clamp(58px, 8vw, 100px) 0;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(110deg, rgba(5,23,43,.97), rgba(10,53,86,.88)),
    url("/images/services/chuyen-nha-quan-huyen-hero.webp") center/cover;
  color: #fff;
}
.policy-hero .container { max-width: 940px; }
.policy-hero h1 {
  max-width: 820px;
  margin: 8px 0 18px;
  color: #fff;
  font-size: clamp(42px, 6vw, 72px);
}
.policy-hero p:last-child { max-width: 720px; color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.65; }
.policy-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: clamp(34px, 6vw, 76px);
  padding-block: clamp(48px, 7vw, 88px);
}
.policy-index {
  position: sticky;
  top: 92px;
  align-self: start;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--gold-400);
}
.policy-index h2 { padding: 22px 22px 14px; font-size: 21px; }
.policy-index a {
  display: block;
  padding: 13px 22px;
  border-top: 1px solid rgba(255,255,255,.58);
  color: var(--navy-900);
  font-weight: 600;
  line-height: 1.45;
}
.policy-index a:hover { background: rgba(255,255,255,.32); }
.policy-content > section {
  scroll-margin-top: 100px;
  padding: 0 0 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--line);
}
.policy-content h2 { margin: 7px 0 14px; font-size: clamp(28px, 4vw, 42px); }
.policy-content p { color: #4b443b; line-height: 1.7; }
.policy-content ul { margin: 18px 0 0; padding: 0; list-style: none; }
.policy-content li {
  position: relative;
  padding: 10px 0 10px 28px;
  border-bottom: 1px solid rgba(11,42,74,.08);
  color: #4b443b;
  line-height: 1.6;
}
.policy-content li::before { content: "✓"; position: absolute; left: 2px; color: var(--gold-500); font-weight: 800; }
.policy-contact {
  padding: clamp(24px, 4vw, 38px);
  border-radius: var(--radius-lg);
  background: var(--navy-900);
  color: #fff;
}
.policy-contact h2 { margin-top: 0; color: #fff; font-size: 28px; }
.policy-contact p { margin-bottom: 20px; color: rgba(255,255,255,.75); }
.policy-contact .btn + .btn { margin-left: 8px; border-color: rgba(255,255,255,.4); color: #fff; }
@media (max-width: 820px) {
  .policy-layout { grid-template-columns: 1fr; gap: 28px; }
  .policy-index { position: static; }
}
@media (max-width: 600px) {
  .policy-hero { padding: 38px 0; }
  .policy-hero h1 { font-size: 38px; }
  .policy-hero p:last-child { font-size: 15px; }
  .policy-layout { padding-block: 30px 90px; }
  .policy-content > section { padding-bottom: 24px; margin-bottom: 26px; }
  .policy-content li { padding-block: 8px; }
  .policy-contact .btn { width: 100%; justify-content: center; }
  .policy-contact .btn + .btn { margin: 10px 0 0; }
}

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .lp-hero-grid { grid-template-columns: 1fr; }
  .lp-hero-img { order: -1; }
  .lp-foot-grid { grid-template-columns: 1fr; }
  .lp-card-grid, .lp-commit-grid { grid-template-columns: repeat(2, 1fr); }
  .lp-timeline { grid-template-columns: 1fr; }
  .lp-office-steps { grid-template-columns: repeat(2, 1fr); }
  .lp-role-grid, .lp-editorial-grid { grid-template-columns: 1fr; }
  .lp-commit-six { grid-template-columns: repeat(2, 1fr); }
  .lp-price-box { grid-template-columns: 1fr; }
  .lp-price-notes { grid-template-columns: 1fr; }
  .lp-area-grid { grid-template-columns: repeat(2, 1fr); }
  .lp-area-grid-compact { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 520px) {
  .lp-image-ribbon {
    display: flex;
    gap: 10px;
    margin: 24px calc(var(--container-pad) * -1) 36px;
    padding: 0 var(--container-pad) 6px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
  }
  .lp-image-ribbon::-webkit-scrollbar { display: none; }
  .lp-image-ribbon figure {
    flex: 0 0 82%;
    scroll-snap-align: start;
  }
  .lp-image-ribbon img { height: 210px; }
  .lp-figs { grid-template-columns: 1fr; }
  .blog-page .lp-header-cta { font-size: 0; }
  .blog-page .lp-header-cta .dot { font-size: 16px; }
  .lp-header-cta .txt { display: none; }
  .lp-logo { font-size: 16px; gap: 8px; }
  .lp-logo small { display: none; }
  .lp-logo img { width: 40px; height: 40px; }
  .lp-card-grid, .lp-commit-grid, .lp-service-list { grid-template-columns: 1fr; }
  .lp-office-steps { grid-template-columns: 1fr; }
  .lp-role-grid, .lp-commit-six { grid-template-columns: 1fr; }
  .lp-service-list > div, .lp-service-list > div:nth-child(odd), .lp-service-list > div:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .lp-service-list > div:last-child { border-bottom: 0; }
  .lp-area-grid { grid-template-columns: 1fr; }
  .lp-area-grid-compact { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- Trang chủ: hàng số liệu, thẻ dịch vụ có link, đánh giá ---------- */
.lp-stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 22px;
}
.lp-stats > div {
  text-align: center; padding: 22px 16px; border: 1px solid #eadfbe;
  border-radius: var(--radius-lg); background: #fffaf0;
  box-shadow: 0 10px 24px -24px rgba(75, 58, 19, .32);
}
.lp-stats b {
  display: block; font-family: var(--font-display); font-weight: 800;
  font-size: clamp(28px, 4vw, 40px); line-height: 1; color: var(--navy-900);
}
.lp-stats span { display: block; margin-top: 8px; font-size: 14px; color: var(--muted); }

a.lp-info-card { display: block; text-decoration: none; color: inherit; }
.lp-card-link { display: inline-block; margin-top: 12px; color: var(--gold-500); font-weight: 700; font-style: normal; font-size: 14px; }
a.lp-info-card:hover .lp-card-link { text-decoration: underline; }

/* ---------- Trang chủ: bố cục nhận diện vàng, hero + form nổi ---------- */
.home-kienvang .lp-header {
  background: linear-gradient(100deg, rgba(255,253,248,.98) 0%, rgba(255,241,201,.96) 52%, rgba(246,209,111,.92) 100%);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.home-kienvang .lp-header-in { padding-block: 10px; }
.home-kienvang .lp-logo img { border-color: var(--gold-500); }
.home-kienvang .lp-logo small,
.home-kienvang .lp-nav > a,
.home-kienvang .lp-nav-dd-trigger,
.home-kienvang .lp-header-cta { color: var(--navy-800); }
.home-kienvang .lp-header-cta .dot { background: var(--gold-500); }
.home-kienvang .lp-nav > a.active {
  background: var(--navy-800);
  color: #fff;
  box-shadow: inset 0 -3px 0 var(--gold-300);
}

/* Liên hệ nhanh dùng chung trên mọi trang tĩnh */
.site-contact-dock {
  position: fixed; right: 18px; bottom: 22px; z-index: 9999;
  display: flex; flex-direction: column; align-items: flex-end; gap: 10px;
  transition: opacity .22s ease, transform .22s ease;
}
body.quote-top-visible .site-contact-dock {
  opacity: 0;
  transform: translateX(18px);
  pointer-events: none;
}
.contact-dock-btn {
  display: flex; flex-direction: row-reverse; align-items: center; justify-content: flex-end; gap: 9px;
  color: #fff; text-decoration: none; font-weight: 700;
}
.contact-dock-btn span {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 54px; height: 54px; flex: none; border-radius: 17px;
  display: grid; place-items: center; background: var(--navy-800);
  border: 1px solid rgba(255,255,255,.5);
  box-shadow: 0 12px 28px rgba(11,42,74,.24), inset 0 1px 0 rgba(255,255,255,.38);
  font-style: normal; font-size: 20px;
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}
.contact-dock-btn span::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(145deg, rgba(255,255,255,.28), transparent 48%, rgba(0,0,0,.08));
}
.contact-dock-btn em {
  padding: 8px 11px; border-radius: 9px; background: rgba(23,63,95,.94);
  opacity: 0; transform: translateX(8px); pointer-events: none;
  transition: .18s ease; font-style: normal; font-size: 12px; white-space: nowrap;
}
.contact-dock-btn:hover em, .contact-dock-btn:focus-visible em { opacity: 1; transform: none; }
.contact-dock-btn span svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.contact-dock-btn.facebook span { background: linear-gradient(145deg,#2684ff,#0b57d0); color:#fff; }
.contact-dock-btn.map span { background: linear-gradient(145deg,#ff6b5e,#e23328); color: #fff; }
.contact-dock-btn.zalo span { background: linear-gradient(145deg,#1687ff,#0068ff); color:#fff; }
.contact-dock-btn.zalo span svg { width: 30px; height: 30px; }
.contact-dock-btn.phone span { background: linear-gradient(145deg,#ffd55a,#eda900); color: var(--navy-900); }
.contact-dock-btn span svg .icon-fill { fill: currentColor; stroke: none; }
.contact-dock-btn.zalo span svg text {
  fill: currentColor;
  stroke: none;
  font: 700 5.1px Arial, sans-serif;
  letter-spacing: -.15px;
}
.contact-dock-btn:hover span,
.contact-dock-btn:focus-visible span {
  transform: translateY(-3px) scale(1.04);
  filter: saturate(1.08);
  box-shadow: 0 16px 32px rgba(11,42,74,.3), inset 0 1px 0 rgba(255,255,255,.48);
}
.contact-dock-btn span { will-change: transform; transform-origin: 50% 60%; }
.contact-dock-btn.facebook span { animation: contact-float 3.1s ease-in-out -.2s infinite; }
.contact-dock-btn.map span { animation: contact-float 3.35s ease-in-out -1.05s infinite; }
.contact-dock-btn.zalo span { animation: contact-float 2.95s ease-in-out -1.8s infinite; }
.contact-dock-btn.phone span,
.lp-header-cta .dot { animation: contact-ring 2.8s ease-in-out -.4s infinite; }
@keyframes contact-float {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg) scale(1); }
  18% { transform: translate3d(-1px, -2px, 0) rotate(-2.4deg) scale(1.025); }
  38% { transform: translate3d(1px, -5px, 0) rotate(2.8deg) scale(1.055); }
  60% { transform: translate3d(-1px, -4px, 0) rotate(-2deg) scale(1.04); }
  80% { transform: translate3d(1px, -1px, 0) rotate(1.4deg) scale(1.015); }
}
@keyframes contact-ring {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg) scale(1); }
  10% { transform: translate3d(-1px,-1px,0) rotate(-7deg) scale(1.025); }
  19% { transform: translate3d(1px,-3px,0) rotate(8deg) scale(1.055); }
  28% { transform: translate3d(-1px,-4px,0) rotate(-7deg) scale(1.05); }
  37% { transform: translate3d(1px,-2px,0) rotate(6deg) scale(1.035); }
  48%, 84% { transform: translate3d(0,0,0) rotate(0deg) scale(1); }
}
@media (prefers-reduced-motion: reduce) {
  .contact-dock-btn.facebook span,
  .contact-dock-btn.map span,
  .contact-dock-btn.zalo span,
  .contact-dock-btn.phone span,
  .lp-header-cta .dot { animation: none; }
}

/* Form báo giá dùng chung toàn website */
.quote-widget-launcher {
  position: fixed; right: 18px; bottom: 318px; z-index: 9998;
  border: 0; border-radius: 999px; padding: 12px 16px;
  background: var(--navy-900); color: #fff; font: 700 13px var(--font-body);
  box-shadow: 0 12px 30px rgba(11,42,74,.28); cursor: pointer;
}
.quote-widget-launcher span { color: var(--gold-300); margin-right: 4px; }
.quote-widget-backdrop { position: fixed; inset: 0; z-index: 10000; display: grid; place-items: center; padding: 18px; background: rgba(5,23,43,.58); backdrop-filter: blur(5px); }
.quote-widget-backdrop[hidden] { display: none; }
.quote-widget-dialog { position: relative; width: min(100%,620px); max-height: min(92dvh,760px); overflow-y: auto; padding: clamp(28px,4vw,40px); border: 1px solid rgba(11,42,74,.1); border-top: 6px solid var(--gold-500); border-radius: 22px; background: #fffdf8; color: var(--navy-900); box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.quote-widget-dialog h2 { margin: 0 42px 7px 0; color: var(--navy-900); font-size: clamp(25px,4vw,32px); line-height: 1.18; letter-spacing: -.025em; }
.quote-widget-dialog > p { margin: 0 0 25px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.quote-widget-close { position: absolute; top: 12px; right: 12px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: var(--navy-100); color: var(--navy-900); font-size: 25px; cursor: pointer; }
.quote-widget-gender { display: grid; grid-template-columns: 1fr 1fr; padding: 5px; border-radius: 13px; background: rgba(255,255,255,.35); }
.quote-widget-gender input { position: absolute; opacity: 0; pointer-events: none; }
.quote-widget-gender span { display: block; padding: 11px; border-radius: 9px; text-align: center; font-weight: 800; cursor: pointer; }
.quote-widget-gender input:checked + span { background: #fff; }
.quote-widget-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.quote-widget-field { display: block; margin-top: 12px; }
.quote-widget-field > span { display: block; margin: 0 0 5px; color: rgba(11,42,74,.68); font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.quote-widget-field input, .quote-widget-field select, .quote-widget-field textarea { width: 100%; min-height: 54px; border: 1px solid rgba(11,42,74,.12); border-radius: 12px; padding: 0 16px; background: #fff; color: var(--navy-900); font: 500 16px var(--font-body); outline: none; }
.quote-widget-field textarea { min-height: 96px; padding-block: 13px; resize: vertical; line-height: 1.45; }
.quote-widget-field input:focus, .quote-widget-field select:focus, .quote-widget-field textarea:focus { border-color: var(--navy-800); box-shadow: 0 0 0 3px rgba(11,42,74,.12); }
.quote-widget-submit { width: 100%; min-height: 56px; margin-top: 18px; border: 0; border-radius: 12px; background: var(--gold-500); color: var(--navy-900); font: 800 16px var(--font-body); cursor: pointer; box-shadow: 0 10px 24px rgba(245,180,0,.2); }
.quote-widget-submit:hover { background: var(--gold-400); }
.quote-widget-status { min-height: 22px; margin-top: 9px; text-align: center; font-weight: 700; font-size: 13px; }
.quote-widget-success { padding: 20px 4px 12px; text-align: center; }
.quote-widget-success[hidden] { display: none; }
.quote-widget-success > span { width: 66px; height: 66px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 50%; background: #eaf8ef; color: #159447; font-size: 34px; font-weight: 900; }
.quote-widget-success h3 { margin: 0 0 9px; color: var(--navy-900); font-size: 26px; line-height: 1.25; }
.quote-widget-success p { margin: 0 auto 24px; max-width: 45ch; color: var(--muted); line-height: 1.65; }
.quote-widget-confirm { width: min(100%,450px); margin: 0 auto 24px; padding: 10px 18px; border: 1px solid var(--line); border-radius: 14px; background: #f7f4ec; text-align: left; }
.quote-widget-confirm > div { display: grid; grid-template-columns: 110px 1fr; gap: 12px; padding: 8px 0; border-bottom: 1px solid rgba(11,42,74,.1); }
.quote-widget-confirm > div:last-child { border-bottom: 0; }
.quote-widget-confirm dt { color: rgba(11,42,74,.58); font-size: 12px; font-weight: 700; }
.quote-widget-confirm dd { margin: 0; color: var(--navy-900); font-weight: 800; overflow-wrap: anywhere; }
.quote-widget-success button { min-height: 50px; padding: 0 26px; border: 0; border-radius: 10px; background: var(--navy-900); color: #fff; font-weight: 800; cursor: pointer; }
.quote-widget-dialog > small { display: block; margin-top: 20px; text-align: center; color: var(--muted); line-height: 1.5; }
.quote-widget-dialog > small a { color: var(--navy-900); font-weight: 800; }
body.quote-widget-open { overflow: hidden; }

/* Form nhanh đầu trang dùng chung */
.quote-top-hero {
  position: relative;
  min-height: min(680px, calc(100vh - 70px));
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: var(--navy-900);
}
.quote-widget-launcher { transition: opacity .2s ease, transform .2s ease, background .2s ease; }
body.quote-top-visible .quote-widget-launcher {
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
}
.quote-top-hero::before {
  content: "";
  position: absolute;
  z-index: -3;
  inset: -14px;
  background-image: var(--quote-top-image);
  background-position: center;
  background-size: cover;
  filter: blur(1px) saturate(.96);
  transform: scale(1.015);
}
.quote-top-hero::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,23,43,.9) 0%, rgba(5,23,43,.67) 43%, rgba(5,23,43,.08) 72%),
    repeating-linear-gradient(125deg, rgba(255,255,255,.018) 0 1px, transparent 1px 4px);
}
.quote-top-shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: radial-gradient(circle at 78% 50%, rgba(240,188,59,.22), transparent 36%);
}
.quote-top-inner {
  min-height: min(680px, calc(100vh - 70px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  align-items: center;
  gap: clamp(30px, 7vw, 100px);
  padding-block: 44px;
}
.quote-top-copy span { color: var(--gold-300); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.quote-top-copy h2 { margin: 8px 0; color: #fff; font-size: clamp(27px, 3vw, 40px); line-height: 1.08; }
.quote-top-copy p { max-width: 52ch; color: rgba(255,255,255,.82); line-height: 1.6; }
.quote-top-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.quote-top-card {
  width: min(100%, 410px);
  justify-self: end;
  padding: 26px;
  border-radius: 18px;
  background: linear-gradient(165deg, var(--gold-400) 0%, var(--gold-500) 46%, var(--navy-800) 100%);
  box-shadow: 0 28px 60px rgba(0,0,0,.32);
}
.quote-top-title {
  margin: 0;
  color: #fff;
  text-align: center;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
}
.quote-top-sub {
  margin: 2px 0 18px;
  color: rgba(255,255,255,.88);
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}
.quote-top-gender {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(255,255,255,.34);
}
.quote-top-gender span { padding: 11px; color: #fff; text-align: center; font-weight: 700; }
.quote-top-gender span:first-child {
  margin: 4px;
  border-radius: 7px;
  background: #fff;
  color: var(--navy-800);
}
.quote-top-form input,
.quote-top-form select,
.quote-top-form button {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 10px;
  padding-inline: 14px;
  font: 600 14px var(--font-body);
}
.quote-top-form input,
.quote-top-form select { background: rgba(255,255,255,.96); color: var(--navy-900); outline: none; }
.quote-top-form input:focus,
.quote-top-form select:focus { box-shadow: 0 0 0 3px rgba(246,209,111,.55); }
.quote-top-form button { background: var(--gold-400); color: var(--navy-900); font-weight: 800; cursor: pointer; }
.quote-top-form button:hover { background: var(--gold-300); }
.quote-top-card .quote-top-form button { background: #fff; }
.quote-top-card .quote-top-form button:hover { background: var(--gold-100); }
.quote-top-card > small {
  display: block;
  margin-top: 13px;
  color: rgba(255,255,255,.84);
  text-align: center;
  font-size: 12px;
}
.quote-top-card > small a { color: #fff; font-weight: 800; }
.quote-top-existing {
  min-height: min(680px, calc(100vh - 70px));
  padding: 0 !important;
}
.quote-top-existing .quote-top-inner { min-height: min(680px, calc(100vh - 70px)); }
.quote-page-enhanced > .lp-crumb,
.quote-page-enhanced main > .lp-crumb,
.quote-page-enhanced .lp-hero > .lp-crumb { display: none; }
.quote-top-existing .lp-crumb,
.quote-top-existing .lp-crumb a,
.quote-top-existing .lp-crumb span { color: rgba(255,255,255,.72); }
.quote-top-existing h1,
.quote-top-existing .h-display {
  margin-block: 12px 18px;
  color: #fff !important;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -.04em;
}
.quote-top-existing .lp-hero-grid > div:first-child { max-width: 650px; }
.quote-top-existing .lp-hero-grid h1 {
  margin-block: 12px 18px;
  color: #fff !important;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -.04em;
}
.quote-top-existing .lead,
.quote-top-existing .lede {
  max-width: 57ch;
  color: rgba(255,255,255,.86) !important;
  font-size: clamp(16px, 1.5vw, 19px);
}
.quote-top-existing .lp-chip {
  border-color: rgba(255,255,255,.22);
  background: rgba(255,255,255,.12);
  color: #fff;
}
.quote-top-existing .lp-chip b,
.quote-top-existing .lp-chip strong,
.quote-top-existing .lp-chip span {
  color: #fff !important;
}
.quote-top-existing .hero-trust .num,
.quote-top-existing .hero-trust .lbl { color: #fff; }
.quote-top-existing .hero-trust .divider { background: rgba(255,255,255,.28); }
.quote-top-existing .btn-ghost { border-color: rgba(255,255,255,.42); color: #fff; }
.quote-quick-form { display: contents; }
.kv-quote-button { width: 100%; border: 0; cursor: pointer; font-family: var(--font-body); }

/* The main moving page is React-powered and has stronger component rules.
   Pin it to the same hero composition used by every static service page. */
.house-service-page .house-service-hero.quote-top-hero {
  min-height: min(680px, calc(100vh - 70px));
  padding: 0 !important;
  background: transparent;
}
.house-service-page .house-service-hero.quote-top-hero::after {
  display: block !important;
  content: "";
  background:
    linear-gradient(
      90deg,
      rgba(5,23,43,.94) 0%,
      rgba(5,23,43,.88) 30%,
      rgba(10,38,66,.68) 48%,
      rgba(245,249,252,.32) 70%,
      rgba(255,255,255,.62) 100%
    ),
    repeating-linear-gradient(125deg, rgba(255,255,255,.018) 0 1px, transparent 1px 7px);
}
.house-service-page .house-service-hero.quote-top-hero .house-hero-grid {
  width: min(1180px, calc(100% - 48px));
  min-height: min(680px, calc(100vh - 70px));
  margin: 0 auto;
  padding: 44px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  align-items: center;
  gap: clamp(30px, 7vw, 100px);
}
.house-service-page .house-service-hero.quote-top-hero .house-hero-copy {
  max-width: 650px;
}
.house-service-page .house-service-hero.quote-top-hero h1 {
  max-width: 720px;
  margin: 20px 0 24px;
  font-size: clamp(48px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -.04em;
}

@media (max-width: 600px) {
  .site-contact-dock { right: 12px; bottom: 78px; gap: 7px; }
  .contact-dock-btn span { width: 47px; height: 47px; }
  .contact-dock-btn em { display: none; }
  .quote-widget-launcher { left: 14px; right: 14px; bottom: 76px; width: calc(100% - 28px); padding: 10px 14px; }
  .quote-widget-backdrop { align-items: center; padding: 16px; }
  .quote-widget-dialog { width: min(100%, 440px); height: auto; max-height: 70dvh; overflow: hidden; padding: 16px 14px 14px; border-radius: 18px; }
  .quote-widget-dialog h2 { font-size: 21px; line-height: 1.15; margin: 0 38px 3px 0; }
  .quote-widget-dialog > p { margin: 0 0 9px; font-size: 11.5px; line-height: 1.35; }
  .quote-widget-close { position: absolute; top: 9px; right: 9px; float: none; margin: 0; width: 32px; height: 32px; font-size: 20px; }
  .quote-widget-row { grid-template-columns: 1fr 1fr; gap: 8px; }
  .quote-widget-field { margin-top: 7px; }
  .quote-widget-field > span { margin-bottom: 2px; font-size: 9.5px; }
  .quote-widget-field input, .quote-widget-field select, .quote-widget-field textarea { min-height: 40px; border-radius: 9px; padding-inline: 10px; font-size: 13px; }
  .quote-widget-field textarea { min-height: 52px; height: 52px; padding-block: 8px; resize: none; }
  .quote-widget-submit { min-height: 42px; margin-top: 9px; border-radius: 9px; font-size: 13px; }
  .quote-widget-status { min-height: 0; margin: 0; }
  .quote-widget-dialog > small { margin-top: 8px; font-size: 10px; }
  .quote-widget-success { padding: 8px 2px 4px; }
  .quote-widget-success > span { width: 50px; height: 50px; margin-bottom: 9px; font-size: 27px; }
  .quote-widget-success h3 { margin-bottom: 4px; font-size: 20px; }
  .quote-widget-success p { margin-bottom: 10px; font-size: 11.5px; line-height: 1.4; }
  .quote-widget-confirm { margin-bottom: 10px; padding: 4px 10px; }
  .quote-widget-confirm > div { padding: 4px 0; font-size: 11px; }
  .quote-widget-success button { min-height: 40px; font-size: 12px; }
  .quote-widget-confirm > div { grid-template-columns: 92px 1fr; }
  .quote-top-hero { min-height: 0; }
  .quote-top-hero::before { filter: blur(2px); }
  .quote-top-inner { min-height: 0; grid-template-columns: 1fr; gap: 18px; padding-block: 24px; }
  .quote-top-copy h2 { font-size: 25px; }
  .quote-top-copy p { font-size: 13px; }
  .quote-top-existing,
  .quote-top-existing .quote-top-inner { min-height: 0; }
  .house-service-page .house-service-hero.quote-top-hero,
  .house-service-page .house-service-hero.quote-top-hero .house-hero-grid {
    min-height: 0;
  }
  .house-service-page .house-service-hero.quote-top-hero .house-hero-grid {
    width: min(100% - 28px, 560px);
    padding: 28px 0;
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .house-service-page .house-service-hero.quote-top-hero h1 {
    margin: 12px 0 16px;
    font-size: clamp(34px, 10.5vw, 48px);
  }
  .quote-top-form { grid-template-columns: 1fr; }
  .quote-top-card { width: 100%; justify-self: stretch; padding: 16px; }
  .quote-top-title { font-size: 20px; }
  .quote-top-sub { margin-bottom: 12px; font-size: 11px; }
  .quote-top-form input,
  .quote-top-form select,
  .quote-top-form button { min-height: 43px; padding-inline: 10px; font-size: 12px; }
}

/* Trang liên hệ */
.contact-hero { padding-bottom: 38px; }
.contact-summary {
  padding: clamp(22px, 3vw, 34px); border: 1px solid var(--line);
  border-radius: var(--radius-lg); background: var(--paper);
  box-shadow: 0 24px 60px -42px rgba(11,42,74,.45);
}
.contact-summary h2 { margin: 6px 0 18px; font-size: clamp(25px, 3vw, 34px); }
.contact-summary > a {
  display: grid; grid-template-columns: 92px 1fr; gap: 2px 14px;
  padding: 14px 0; color: var(--navy-900); text-decoration: none;
  border-bottom: 1px solid var(--line);
}
.contact-summary > a:last-child { border-bottom: 0; }
.contact-summary > a span { grid-row: 1 / 3; align-self: center; color: var(--gold-500); font-weight: 700; font-size: 13px; }
.contact-summary > a strong { font-size: 15px; }
.contact-summary > a small { color: var(--muted); }
.contact-info-grid, .contact-service-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; margin-top: 24px;
}
.contact-info-grid > div, .contact-service-grid > a {
  padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-lg);
  background: var(--paper);
}
.contact-info-grid span { color: var(--gold-500); font-weight: 800; }
.contact-info-grid h3, .contact-service-grid h3 { margin: 14px 0 8px; font-size: 18px; }
.contact-info-grid p, .contact-service-grid p { margin: 0; font-size: 14px; color: var(--muted); }
.contact-service-grid > a { color: var(--navy-900); text-decoration: none; transition: transform .18s ease, border-color .18s ease; }
.contact-service-grid > a:hover { transform: translateY(-3px); border-color: var(--gold-500); }
.contact-service-grid > a span { display: inline-block; margin-top: 18px; color: var(--gold-500); font-weight: 700; font-size: 13px; }
.contact-map-section {
  display: grid; grid-template-columns: .78fr 1.22fr; gap: 30px; align-items: center;
  padding: clamp(22px,4vw,44px); border-radius: var(--radius-lg); background: #f7f4ec;
}
.contact-map-section iframe { width: 100%; min-height: 360px; border: 0; border-radius: var(--radius-lg); }
.contact-final-cta {
  display: flex; align-items: center; justify-content: space-between; gap: 30px;
  padding: clamp(24px,4vw,44px); border-radius: var(--radius-lg); background: var(--navy-900); color: #fff;
}
.contact-final-cta h2 { color: #fff; margin: 6px 0 8px; }
.contact-final-cta p { color: rgba(255,255,255,.75); margin-bottom: 0; }
.contact-final-cta > div:last-child { display: flex; gap: 10px; flex-wrap: wrap; flex: none; }
.contact-final-cta .btn-ghost { color: #fff; border-color: rgba(255,255,255,.35); }
@media (max-width: 900px) {
  .contact-info-grid, .contact-service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .contact-map-section { grid-template-columns: 1fr; }
  .contact-final-cta { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 560px) {
  .contact-info-grid, .contact-service-grid { grid-template-columns: 1fr; }
  .contact-summary > a { grid-template-columns: 76px 1fr; }
  .contact-map-section iframe { min-height: 280px; }
}

.kv-hero {
  position: relative;
  min-height: min(680px, calc(100vh - 70px));
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #182a3e;
}
.kv-hero-bg,
.kv-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.kv-hero-bg { object-fit: cover; object-position: center; }
.kv-hero-shade {
  background: linear-gradient(90deg, rgba(5,23,43,.9) 0%, rgba(5,23,43,.67) 43%, rgba(5,23,43,.08) 72%);
}
.kv-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  align-items: center;
  gap: clamp(30px, 7vw, 100px);
  padding-block: 44px;
}
.kv-hero-copy { max-width: 650px; color: #fff; }
.kv-hero-copy .lp-eyebrow { color: var(--gold-300); }
.kv-hero-copy h1 {
  margin: 12px 0 18px;
  font-family: var(--font-display);
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -.04em;
  color: #fff;
  text-wrap: balance;
}
.kv-hero-copy > p:not(.lp-eyebrow) {
  max-width: 57ch;
  margin: 0;
  color: rgba(255,255,255,.86);
  font-size: clamp(16px, 1.5vw, 19px);
}
.kv-hero-actions { display: flex; align-items: center; gap: 20px; margin-top: 28px; flex-wrap: wrap; }
.kv-text-link { color: #fff; font-weight: 700; text-decoration: none; }
.kv-text-link:hover { color: var(--gold-300); }

.kv-quote {
  padding: 26px;
  border-radius: 18px;
  background: linear-gradient(165deg, var(--gold-400) 0%, var(--gold-500) 46%, var(--navy-800) 100%);
  box-shadow: 0 28px 60px rgba(0,0,0,.32);
  color: #fff;
}
.kv-quote-title {
  margin: 0;
  text-align: center;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
}
.kv-quote-sub { margin: 2px 0 18px; text-align: center; color: rgba(255,255,255,.9); font-size: 14px; }
.kv-gender { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 10px; border-radius: 10px; overflow: hidden; background: rgba(255,255,255,.34); }
.kv-gender span { padding: 11px; text-align: center; font-weight: 700; }
.kv-gender span:first-child { background: #fff; color: var(--navy-800); margin: 4px; border-radius: 7px; }
.kv-quote label { display: block; margin-bottom: 10px; }
.kv-quote label > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.kv-quote input,
.kv-quote select {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 9px;
  padding: 0 14px;
  background: #f8f8f8;
  color: #293542;
  font: inherit;
  outline: none;
}
.kv-quote input:focus,
.kv-quote select:focus { box-shadow: 0 0 0 3px rgba(255,255,255,.5); }
.kv-quote-button {
  display: grid;
  place-items: center;
  min-height: 50px;
  margin-top: 4px;
  border-radius: 9px;
  background: #fff;
  color: var(--navy-800);
  text-decoration: none;
  font-weight: 800;
}
.kv-quote-button:hover { background: #fff5cc; }
.kv-quote small { display: block; text-align: center; margin-top: 11px; color: rgba(255,255,255,.8); }

.kv-services { scroll-margin-top: 90px; }
.kv-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}
.kv-service-card {
  position: relative;
  min-height: 390px;
  border-radius: 18px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background: var(--navy-800);
  box-shadow: 0 18px 40px -28px rgba(11,42,74,.75);
  isolation: isolate;
}
.kv-service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, transparent 28%, rgba(4,19,35,.94) 100%);
}
.kv-service-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.kv-service-card:hover img { transform: scale(1.045); }
.kv-service-card > span {
  position: absolute;
  top: 16px;
  left: 16px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--gold-400);
  color: var(--navy-800);
  font-weight: 800;
  font-size: 12px;
}
.kv-service-card > div { position: absolute; left: 0; right: 0; bottom: 0; padding: 24px; }
.kv-service-card h3 { color: #fff; font-size: 21px; line-height: 1.2; }
.kv-service-card p { margin: 0 0 12px; color: rgba(255,255,255,.8); font-size: 14px; }
.kv-service-card em { color: var(--gold-300); font-style: normal; font-weight: 700; font-size: 14px; }
.kv-service-featured { grid-column: span 2; }

@media (max-width: 900px) {
  .home-kienvang .lp-nav {
    background: #fff;
  }
  .kv-hero { min-height: auto; }
  .kv-hero-shade { background: linear-gradient(180deg, rgba(5,23,43,.68), rgba(5,23,43,.9)); }
  .kv-hero-inner { grid-template-columns: 1fr; padding-block: 54px; }
  .kv-hero-copy { max-width: 720px; }
  .kv-quote { max-width: 580px; width: 100%; }
  .kv-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kv-service-featured { grid-column: span 2; }
}
@media (max-width: 600px) {
  .home-kienvang .lp-logo { font-size: 15px; }
  .home-kienvang .lp-logo img { width: 42px; height: 42px; }
  .kv-hero-inner { padding-block: 34px; }
  .kv-hero-copy h1 { font-size: clamp(36px, 12vw, 50px); }
  .kv-quote { padding: 20px 16px; }
  .kv-service-grid { grid-template-columns: 1fr; }
  .kv-service-featured { grid-column: auto; }
  .kv-service-card { min-height: 350px; }
}

.lp-review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 22px; }
.lp-review {
  margin: 0; padding: 24px; border: 1px solid #eadfbe; border-radius: var(--radius-lg);
  background: #fffaf0; box-shadow: 0 10px 24px -24px rgba(75, 58, 19, .32);
  display: flex; flex-direction: column;
}
.lp-review-stars { color: #f5a623; letter-spacing: 2px; font-size: 15px; margin-bottom: 10px; }
.lp-review blockquote { margin: 0 0 16px; color: #4b443b; font-size: 14.5px; line-height: 1.6; }
.lp-review figcaption { margin-top: auto; }
.lp-review figcaption b { display: block; color: var(--navy-900); font-family: var(--font-display); }
.lp-review figcaption span { font-size: 13px; color: var(--muted); }

@media (max-width: 860px) {
  .lp-stats { grid-template-columns: repeat(2, 1fr); }
  .lp-review-grid { grid-template-columns: 1fr; }
}
.lp-office-depth > h3,
.lp-office-assets > h3 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
  letter-spacing: -.03em;
  margin-bottom: 16px;
}
.lp-office-depth,
.lp-office-continuity,
.lp-office-assets {
  margin-top: clamp(54px, 7vw, 90px);
}

/* Mobile stability */
html, body { max-width: 100%; overflow-x: clip; }
@media (max-width: 767px) {
  body {
    padding-top: 62px;
    padding-bottom: calc(70px + env(safe-area-inset-bottom));
  }
  main, section, .container { min-width: 0; }
  img, video, iframe { max-width: 100%; }
  .lp-header {
    position: fixed; top: 0; left: 0; right: 0; width: 100%;
    z-index: 1000;
  }
  .lp-header-in { min-height: 62px; padding-block: 7px; }
  .lp-nav {
    top: 100%; max-height: 70dvh; border-radius: 0 0 18px 18px;
    padding-top: 8px; padding-bottom: calc(12px + env(safe-area-inset-bottom));
  }
  .lp-nav > a, .lp-nav-dd-trigger { padding-block: 10px; }
  .container { width: min(100% - 28px, var(--container)); }
  .lp-header-in, .lp-logo { min-width: 0; }
  .lp-logo span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .lp-nav { padding-bottom: calc(18px + env(safe-area-inset-bottom)); }
  .lp-nav a { touch-action: manipulation; }
  .lp-hero { padding-top: 14px; }
  .lp-hero-actions, .contact-final-cta > div:last-child { width: 100%; }
  .lp-hero-actions .btn, .contact-final-cta .btn { flex: 1 1 100%; justify-content: center; text-align: center; }
  .lp-price-table-wrap { -webkit-overflow-scrolling: touch; overscroll-behavior-inline: contain; }
  .lp-price-table { min-width: 680px; }
  .site-contact-dock {
    left: max(8px, env(safe-area-inset-left)); right: max(8px, env(safe-area-inset-right));
    bottom: max(6px, env(safe-area-inset-bottom)); padding: 4px 7px;
    flex-direction: row; justify-content: space-around; align-items: center; gap: 5px;
    border: 1px solid var(--line); border-radius: 15px;
    background: rgba(255,255,255,.95); box-shadow: 0 10px 34px rgba(11,42,74,.2);
    backdrop-filter: blur(12px);
  }
  .contact-dock-btn { flex-direction: row; }
  .contact-dock-btn span { width: 38px; height: 38px; border-radius: 12px; font-size: 17px; }
  .contact-dock-btn span svg { width: 20px; height: 20px; }
  .quote-widget-launcher {
    left: 12px;
    right: auto;
    bottom: calc(58px + env(safe-area-inset-bottom));
    width: auto;
    max-width: calc(100% - 24px);
    padding: 9px 13px;
    font-size: 11px;
    white-space: nowrap;
  }
  .home-kienvang .quote-widget-launcher { display: none; }
  body.lp-menu-open .site-contact-dock { display: none; }
  .lp-footer { padding-bottom: 76px; }
  .kv-hero-copy h1 { font-size: clamp(34px, 11vw, 44px); }
  .kv-hero-copy p { max-width: none; }
  .kv-service-card { width: 100%; min-height: 315px; }

  /* Compact mobile reading rhythm without shrinking tap targets. */
  .section { padding-block: 28px; }
  .lp-article { padding: 28px 0 6px; }
  .lp-content-wide h2 {
    margin: 30px 0 10px;
    line-height: 1.14;
  }
  .lp-content-wide h3 { margin-bottom: 6px; }
  .lp-content-wide p,
  .lp-prose p { margin-bottom: 11px; line-height: 1.58; }
  .lp-section-intro h2 { margin-top: 4px; }
  .lp-section-lead { margin-top: 6px; }
  .lp-kicker { margin-bottom: 4px; }
  .lp-card-grid,
  .lp-timeline,
  .lp-office-steps,
  .lp-role-grid,
  .lp-commit-grid { gap: 10px; }
  .lp-info-card,
  .lp-office-steps > div,
  .lp-role-grid > div,
  .lp-commit-grid > div { padding: 17px; }
  .lp-info-card > span { margin-bottom: 11px; }
  .lp-timeline > div { padding: 15px 14px; }
  .lp-chips { margin-top: 16px; gap: 7px; }
  .lp-chip { padding: 6px 11px; }
  .house-section-head { margin-bottom: 22px; }
  .house-section-head .h-1,
  .house-section-head .lede { margin-top: 8px; }
  .house-detail-grid,
  .house-use-grid,
  .house-prep-grid { gap: 11px; }
  .house-detail-card,
  .house-use-grid article,
  .house-prep-grid article { padding: 18px; }
  .house-detail-card h3 { margin-top: 13px; }
  .house-detail-card p { margin-top: 6px; line-height: 1.55; }
  .service-proof-gallery { padding-block: 38px 82px; }
}
/* Service proof galleries */
.service-proof-gallery {
  padding: clamp(64px, 7vw, 104px) 0;
  background: #fff;
  border-top: 1px solid var(--lp-line, #e5e0d7);
}
.service-gallery-heading { max-width: 760px; margin-bottom: 32px; }
.service-gallery-heading > span {
  display: block; margin-bottom: 10px; color: #e9a900;
  font-size: 13px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase;
}
.service-gallery-heading h2 {
  margin: 0 0 12px; color: #071d33;
  font-size: clamp(30px, 4vw, 48px); line-height: 1.08; letter-spacing: -.035em;
}
.service-gallery-heading p { margin: 0; max-width: 680px; color: #6b6258; font-size: 17px; line-height: 1.7; }
.service-gallery-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 220px; gap: 14px;
}
.service-gallery-grid figure {
  position: relative; min-width: 0; margin: 0; overflow: hidden;
  border-radius: 18px; background: #eee8dc;
}
.service-gallery-grid figure.service-gallery-featured { grid-column: span 2; }
.service-gallery-grid img {
  width: 100%; height: 100%; display: block; object-fit: cover;
  transition: transform .35s ease;
}
.service-gallery-grid figure:hover img { transform: scale(1.035); }
.service-gallery-grid figcaption {
  position: absolute; left: 10px; right: 10px; bottom: 10px;
  padding: 10px 12px; border-radius: 11px;
  color: #fff; background: rgba(5, 27, 48, .82);
  font-size: 13px; font-weight: 700; line-height: 1.35;
  backdrop-filter: blur(7px);
}
@media (max-width: 900px) {
  .service-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 210px; }
}
@media (max-width: 600px) {
  .service-proof-gallery { padding: 52px 0 96px; }
  .service-gallery-heading { margin-bottom: 22px; }
  .service-gallery-heading p { font-size: 15px; }
  .service-gallery-grid { grid-auto-rows: 170px; gap: 9px; }
  .service-gallery-grid figure,
  .service-gallery-grid figure.service-gallery-featured { grid-column: span 1; border-radius: 13px; }
  .service-gallery-grid figcaption { left: 7px; right: 7px; bottom: 7px; padding: 8px 9px; font-size: 11px; }
}

/* Nút form nhanh trang chủ dùng cùng chiều rộng với các trường dữ liệu */
.kv-quote .quote-quick-form .kv-quote-button {
  display: flex;
  width: 100% !important;
  align-items: center;
  justify-content: center;
  border: 0;
}

/* Public Google Maps reviews */
.site-google-reviews {
  padding: clamp(62px, 7vw, 96px) 0;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, #fffdf8 0%, #f6f8fa 100%);
}
.site-review-heading {
  display: flex; align-items: end; justify-content: space-between; gap: 28px;
  margin-bottom: 30px;
}
.site-review-heading p {
  margin: 0 0 7px; color: #b97800;
  font-size: 12px; font-weight: 800; letter-spacing: .12em;
}
.site-review-heading h2 {
  margin: 0; color: var(--navy-900);
  font-size: clamp(30px, 4vw, 48px); line-height: 1.08; letter-spacing: -.035em;
}
.site-review-score {
  display: grid; grid-template-columns: auto auto; align-items: center; gap: 0 10px;
  min-width: 200px; padding: 14px 18px; border: 1px solid var(--line);
  border-radius: 16px; background: #fff;
}
.site-review-score strong { color: var(--navy-900); font-size: 28px; line-height: 1; }
.site-review-score span, .site-review-card-top > span { color: #f6b800; letter-spacing: .06em; }
.site-review-score small { grid-column: 1 / -1; margin-top: 3px; color: var(--muted); }
.site-review-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.site-review-card {
  display: flex; min-width: 0; min-height: 220px; flex-direction: column;
  padding: 23px; border: 1px solid var(--line); border-radius: 18px;
  background: #fff; box-shadow: 0 15px 32px rgba(11,42,74,.06);
}
.site-review-card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.site-review-card-top small { color: var(--muted); font-size: 11px; }
.site-review-card blockquote {
  flex: 1; margin: 22px 0 18px; color: #3d4853;
  font-size: 15px; line-height: 1.65;
}
.site-review-card > strong { color: var(--navy-900); font-size: 14px; }
.site-review-more { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 25px; }
.site-review-more a {
  display: inline-flex; align-items: center; gap: 8px; min-height: 46px;
  padding: 0 18px; border-radius: 999px; background: var(--navy-800);
  color: #fff; font-weight: 800; text-decoration: none;
}
.site-review-more a:hover { background: var(--navy-900); }
.site-review-more small { max-width: 520px; color: var(--muted); text-align: right; }
@media (max-width: 980px) {
  .site-review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .site-google-reviews { padding: 48px 0 88px; }
  .site-review-heading, .site-review-more { align-items: stretch; flex-direction: column; }
  .site-review-score { width: 100%; }
  .site-review-grid { grid-template-columns: 1fr; gap: 10px; }
  .site-review-card { min-height: 0; padding: 19px; }
  .site-review-card blockquote { margin: 15px 0; }
  .site-review-more a { justify-content: center; text-align: center; }
  .site-review-more small { text-align: left; }
}
/* Popup nhận xét khách hàng, được district-menu.js luân phiên mỗi 10–15 giây */
.review-pop {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 1002;
  width: min(370px, calc(100vw - 32px));
  padding: 15px 40px 14px 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 18px 44px -14px rgba(11,42,74,.34);
  color: var(--navy-900);
  opacity: 0;
  pointer-events: none;
  transform: translateY(24px);
  transition: opacity .35s ease, transform .45s cubic-bezier(.22,1,.36,1);
}
.review-pop.show { opacity: 1; pointer-events: auto; transform: translateY(0); }
.review-pop-head { display: flex; align-items: center; gap: 10px; margin-bottom: 9px; }
.review-pop-head > div { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.review-pop-head strong { font-size: 14px; line-height: 1.35; }
.review-pop-avatar {
  width: 38px; height: 38px; flex: none;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--navy-800);
  color: var(--paper);
  font-family: var(--font-display);
  font-weight: 700;
}
.review-pop-stars { color: var(--gold-500); font-size: 12px; line-height: 1; }
.review-pop-status {
  color: #16804a;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}
.review-pop p {
  margin: 0 0 8px;
  color: var(--navy-800);
  font-size: 13px;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.review-pop p strong { display: block; color: var(--navy-900); font-weight: 700; }
.review-pop-route { display: block; margin-top: 2px; color: var(--navy-700); font-weight: 600; }
.review-pop-detail {
  display: block;
  margin-bottom: 7px;
  padding-top: 7px;
  border-top: 1px solid var(--line);
  color: var(--navy-700);
  font-size: 11.5px;
  line-height: 1.4;
}
.review-pop-meta { display: block; color: var(--muted); font-size: 11.5px; }
.review-pop-close {
  position: absolute; top: 8px; right: 8px;
  width: 26px; height: 26px;
  display: grid; place-items: center;
  border: 0; border-radius: 50%;
  background: transparent; color: var(--muted); cursor: pointer;
}
.review-pop-close:hover { background: var(--navy-100); color: var(--navy-900); }
body.lp-menu-open .review-pop { opacity: 0; pointer-events: none; }
@media (max-width: 767px) {
  .review-pop {
    left: 12px; right: 12px; bottom: 84px;
    width: auto; padding: 12px 38px 12px 12px;
  }
  .review-pop p { -webkit-line-clamp: 2; }
}
@media (prefers-reduced-motion: reduce) {
  .review-pop { transform: none; transition: opacity .2s ease; }
}
