/* =============================================================================
   DN Studio — Trang chủ 2
   Dựng theo home2.png. Các hình khối cong/bo đều lấy số đo quét trực tiếp từ
   file thiết kế (toạ độ gốc ghi trong chú thích, đơn vị: px trên ảnh 864px,
   quy đổi ra px thật theo tỉ lệ 1600/864 ≈ 1.852).
   ========================================================================== */

.h2-site {
  font-family: var(--dn-font);
  --h2-navy:        #0a1e4a;   /* nền dải số liệu / panel đối tác */
  --h2-navy-deep:   #061530;   /* footer, thẻ ưu đãi */
  --h2-navy-soft:   #123a7d;
  --h2-blue:        #1a6ff5;   /* nút, nhấn */
  --h2-blue-dark:   #0f57cc;
  --h2-blue-light:  #4d9bff;   /* chữ nhấn trên nền tối */
  --h2-ink:         #10254f;   /* tiêu đề */
  --h2-body:        #6b7a95;   /* chữ thường */
  --h2-line:        #e7ecf5;
  --h2-panel:       #f4f7fb;
  --h2-gold:        #f3b52b;

  --h2-wrap:        1440px;
  --h2-gut:         34px;

  --h2-shadow:      0 14px 34px -22px rgba(11, 33, 82, .45);
  --h2-shadow-lg:   0 26px 60px -34px rgba(11, 33, 82, .55);

  background: #fff;
}

.h2 { overflow-x: clip; }

.h2-wrap { max-width: var(--h2-wrap); margin: 0 auto; padding: 0 var(--h2-gut); }

/* logo menu và chữ banner dùng chung một cột (1440 / gut 34) */
.h2-nav__in,
.h2-hero__in,
.gt-hero__in,
.kho-hero__in,
.tt-hero__in {
  max-width: var(--h2-wrap);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--h2-gut);
  padding-right: var(--h2-gut);
}

.h2 h1, .h2 h2, .h2 h3, .h2 h4 { margin: 0; letter-spacing: -.005em; }
.h2 p { margin: 0; }
.h2 ul, .h2 ol, .h2 dl { margin: 0; padding: 0; list-style: none; }

.h2-svg { width: 1em; height: 1em; display: block; }

.h2-eyebrow {
  display: block; font-size: 13px; font-weight: 700; line-height: 1;
  letter-spacing: .13em; text-transform: uppercase; color: var(--h2-blue);
}

/* Tiêu đề mục: in hoa, đậm, navy. Bản thiết kế dùng cỡ khác nhau ở từng mục
   (đo lại từ home2.png, quy chiếu khung nhìn 1600px) nên đặt riêng bên dưới. */
.h2 h2 { font-size: 23px; line-height: 1.3; font-weight: 800; color: var(--h2-ink); text-transform: uppercase; }
/* Hai banner APP / CRM tự lo cỡ chữ và kiểu chữ trong marketing.css. */

/* ---------------------------------------------------------------- nút ---- */
.h2-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 0 30px; border-radius: 999px;
  font-family: inherit; font-size: 15px; font-weight: 700; text-decoration: none;
  border: 1.5px solid transparent; cursor: pointer; white-space: nowrap;
  transition: background .18s, box-shadow .18s, transform .18s, border-color .18s;
}
.h2-btn .h2-svg { width: 17px; height: 17px; }
.h2-btn:hover { transform: translateY(-1px); }
.h2-btn--primary { background: var(--h2-blue); color: #fff; box-shadow: 0 16px 28px -16px rgba(26, 111, 245, .9); }
.h2-btn--primary:hover { background: var(--h2-blue-dark); }
.h2-btn--ghost { background: rgba(4, 16, 42, .4); color: #fff; border-color: rgba(255, 255, 255, .7); }
.h2-btn--ghost:hover { background: rgba(255, 255, 255, .12); border-color: #fff; }
.h2-btn--sm { min-height: 44px; padding: 0 26px; font-size: 13px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.h2-btn--xs { min-height: 38px; padding: 0 20px; font-size: 11.5px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; gap: 8px; }
.h2-btn--xs .h2-svg { width: 14px; height: 14px; }

/* =============================================================== NAV ===== */
/* thanh nav trong suốt, cao 57px trên ảnh 864 → 105px */
.h2-nav.dn-nav--over { background: transparent; }
.h2-nav.dn-nav--over.is-stuck { background: rgba(6, 18, 44, .93); box-shadow: 0 12px 34px -22px rgba(0, 0, 0, .9); }
.h2-nav__in { max-width: var(--h2-wrap); padding: 0 var(--h2-gut); height: 105px; gap: 18px; }
.h2-nav.dn-nav--over.is-stuck .h2-nav__in { height: 84px; }
.h2-nav.dn-nav--over.is-stuck .h2-nav__logo .dn-logo { --dnl-mark: 44px; --dnl-name: 19px; --dnl-tag: 9.6px; }

.h2-nav__links { gap: 26px; margin-left: 44px; }
.h2-nav__links > a,
.h2-nav__links .dn-nav__has-sub > a {
  font-size: 13px; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase; padding: 10px 0;
}
.h2-nav__actions { gap: 14px; }

/* Nav trong suốt trên hero navy (home2, bảng giá, dòng dịch vụ…) */
.h2-nav.dn-nav--over .h2-nav__links > a,
.h2-nav.dn-nav--over .h2-nav__links .dn-nav__has-sub > a { color: #fff; }
.h2-nav.dn-nav--over .h2-nav__links > a:hover,
.h2-nav.dn-nav--over .h2-nav__links .dn-nav__has-sub > a:hover { color: var(--h2-blue-light); }
.h2-nav.dn-nav--over .h2-nav__links > a[aria-current="page"] { color: #fff; }
.h2-nav.dn-nav--over .h2-nav__links > a[aria-current="page"]::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 2px;
  height: 2px; background: #fff; border-radius: 2px;
}
.h2-nav.dn-nav--over .h2-nav__phone {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 10px 20px; border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .42); background: rgba(255, 255, 255, .05);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  color: #fff; font-size: 14px; font-weight: 600; text-decoration: none; white-space: nowrap;
}
.h2-nav.dn-nav--over .h2-nav__phone svg { width: 15px; height: 15px; fill: #fff; }
.h2-nav.dn-nav--over .h2-nav__phone:hover { background: rgba(255, 255, 255, .14); }
.h2-nav.dn-nav--over .dn-nav__burger span { background: #fff; }

/* Nav trắng dính đầu trang — Giới thiệu, hub Dịch vụ (giống front-page) */
.h2-nav:not(.dn-nav--over) .h2-nav__links > a,
.h2-nav:not(.dn-nav--over) .h2-nav__links .dn-nav__has-sub > a { color: var(--h2-ink); }
.h2-nav:not(.dn-nav--over) .h2-nav__links > a:hover,
.h2-nav:not(.dn-nav--over) .h2-nav__links .dn-nav__has-sub > a:hover { color: var(--h2-blue); }
.h2-nav:not(.dn-nav--over) .h2-nav__links > a[aria-current="page"] { color: var(--h2-blue); }
.h2-nav:not(.dn-nav--over) .h2-nav__links > a[aria-current="page"]::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 2px;
  height: 2px; background: var(--h2-blue); border-radius: 2px;
}
.h2-nav:not(.dn-nav--over) .h2-nav__phone {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 10px 20px; border-radius: 999px;
  border: 1px solid #c3daf8; background: #fff;
  color: var(--h2-ink); font-size: 14px; font-weight: 600; text-decoration: none; white-space: nowrap;
}
.h2-nav:not(.dn-nav--over) .h2-nav__phone svg { width: 15px; height: 15px; fill: var(--h2-blue); }
.h2-nav:not(.dn-nav--over) .h2-nav__phone:hover { background: #f8fbff; }
.h2-nav:not(.dn-nav--over) .dn-nav__burger span { background: var(--h2-ink); }

.h2-nav__cta {
  display: inline-flex; align-items: center; padding: 12px 24px; border-radius: 999px;
  background: var(--h2-blue); color: #fff; font-size: 13px; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase; text-decoration: none; white-space: nowrap;
  box-shadow: 0 16px 28px -16px rgba(26, 111, 245, .95);
}
.h2-nav__cta:hover { background: var(--h2-blue-dark); }

/* ============================================================== HERO ===== */
/* hero kéo tới y=440 trên ảnh 864 → 815px, thẻ đối tác đè lên mép dưới      */
.h2-hero { position: relative; isolation: isolate; min-height: 815px; display: flex; justify-content: center; background: #04102a; }
.h2-hero__bg {
  position: absolute; inset: 0; z-index: 0;
  background-repeat: no-repeat; background-position: 76% center; background-size: cover;
}
.h2-hero__veil {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(90deg, #04102a 0%, #04102a 42%, rgba(4, 16, 42, .88) 58%,
                    rgba(4, 16, 42, .35) 74%, rgba(4, 16, 42, .08) 100%),
    linear-gradient(180deg, rgba(4, 16, 42, .5) 0%, rgba(4, 16, 42, 0) 28%);
}
.h2-hero__in { position: relative; z-index: 2; width: 100%; padding-top: 176px; padding-bottom: 168px; }

.h2-hero__brand {
  display: block; color: #fff; font-size: 26px; font-weight: 600;
  letter-spacing: .04em; text-transform: uppercase; line-height: 1;
}
.h2-hero__title {
  margin: 14px 0 0; font-size: 40px; line-height: 1.24; font-weight: 800;
  letter-spacing: -.01em; text-transform: uppercase; color: #fff;
  text-shadow: 0 2px 22px rgba(0, 0, 0, .65), 0 0 28px rgba(4, 16, 42, .8);
}
.h2-hero__title em { font-style: normal; color: #c8e2ff; }
.h2-hero__title span { color: #c8e2ff; }
/* Dòng phụ dưới H1 — cùng bộ chữ và cùng tông với chữ nhấn trong H1. */
.h2-hero__script {
  margin: 28px 0 44px; max-width: 700px;
  font-family: var(--dn-font);
  font-size: 20px; font-weight: 600; line-height: 1.55;
  letter-spacing: -.01em; color: #c8e2ff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .7);
}

.h2-hero__lead {
  max-width: 640px; margin-bottom: 46px;
  color: #cbd8ef; font-size: 14.5px; line-height: 2.05;
  text-shadow: 0 1px 12px rgba(4, 16, 42, .8);
}

.h2-hero__feats { display: flex; gap: 28px; flex-wrap: wrap; max-width: 700px; margin-bottom: 44px; }
.h2-hero__feats li { display: flex; align-items: center; gap: 12px; }
.h2-hero__ring {
  width: 34px; height: 34px; border-radius: 50%; flex: 0 0 auto;
  border: 1.4px solid rgba(120, 175, 255, .6);
  display: flex; align-items: center; justify-content: center; color: #8fc0ff;
}
.h2-hero__ring .h2-svg { width: 16px; height: 16px; }
.h2-hero__feats b {
  display: block; color: #fff; font-size: 13px; font-weight: 500; line-height: 1.55;
  white-space: nowrap; text-shadow: 0 1px 10px rgba(4, 16, 42, .9);
}
.h2-hero__feats small { display: block; color: #b7cae8; font-size: 12px; font-weight: 400; }

.h2-hero__cta { display: flex; gap: 18px; flex-wrap: wrap; }

/* huy hiệu tròn "TỐI ƯU HIỆU QUẢ…" — tâm ở 58.4% chiều ngang ảnh thiết kế */
.h2-hero__seal {
  position: absolute; z-index: 2; left: 58.4%; bottom: 184px; transform: translateX(-50%);
  width: 132px; height: 132px; border-radius: 50%;
  background: radial-gradient(120% 120% at 30% 20%, #16407f 0%, #0b2454 55%, #071c44 100%);
  border: 1px solid rgba(140, 185, 255, .32);
  box-shadow: 0 24px 50px -22px rgba(2, 10, 30, .9);
  display: flex; align-items: center; justify-content: center;
}
.h2-hero__seal b {
  color: #fff; font-size: 12.5px; font-weight: 700; line-height: 1.75;
  letter-spacing: .06em; text-transform: uppercase; text-align: center;
}
.h2-hero__seal-arrow {
  position: absolute; left: -22px; top: 50%; width: 14px; height: 44px; transform: translateY(-50%);
  background: var(--h2-blue-light);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 44' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 42V4'/%3E%3Cpath d='M2 9l5-5 5 5'/%3E%3C/svg%3E") center/contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 44' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 42V4'/%3E%3Cpath d='M2 9l5-5 5 5'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* thanh liên hệ nổi bên phải */
.h2-rail { position: fixed; right: 16px; top: 50%; transform: translateY(-50%); z-index: 45; display: flex; flex-direction: column; gap: 10px; }
.h2-rail__btn {
  width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  color: #fff; text-decoration: none; box-shadow: 0 12px 22px -10px rgba(0, 0, 0, .5);
}
.h2-rail__btn .h2-svg { width: 20px; height: 20px; }
.h2-rail__btn--call { background: #22c55e; }
.h2-rail__btn--zalo { background: #0068ff; }
.h2-rail__btn--mess { background: #a239ff; }

/* ============================================== ĐỐI TÁC TIN TƯỞNG ======== */
/* thẻ trắng rộng 92.6% ảnh thiết kế, cao 69px → 128px, đè lên mép dưới hero */
.h2-trust { position: relative; z-index: 6; max-width: 1548px; margin: -136px auto 0; padding: 0 var(--h2-gut); }
.h2-trust__card {
  background: #fff; border-radius: 8px; box-shadow: var(--h2-shadow-lg);
  padding: 20px 34px 22px; min-height: 128px;
  display: flex; flex-direction: column; justify-content: center; gap: 16px;
}
.h2-trust__label {
  display: block; font-size: 12px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: #8c97ae;
}
.h2-trust__row { display: flex; align-items: center; gap: 26px; }
.h2-trust__logos { display: flex; align-items: center; gap: 30px; flex: 1 1 auto; flex-wrap: wrap; }

.h2-trust__more {
  flex: 0 0 auto; display: inline-flex; align-items: center; gap: 12px;
  color: var(--h2-blue); font-size: 12px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; text-decoration: none;
}
.h2-trust__more .h2-svg { width: 18px; height: 18px; }
.h2-trust__more:hover { color: var(--h2-blue-dark); }

/* --- 8 logo thương hiệu, dựng bằng SVG + chữ cho nét ở mọi kích thước --- */
.h2-brand { display: flex; align-items: center; gap: 9px; }
.h2-brand.is-stack { flex-direction: column; gap: 3px; }
.h2-brand__mark { flex: 0 0 auto; display: block; }
.h2-brand__mark svg { display: block; height: 26px; width: auto; }
.h2-brand.is-stack .h2-brand__mark svg { height: 20px; }
.h2-brand__text { display: block; line-height: 1; }
.h2-brand__text b { display: block; font-size: 15px; font-weight: 800; letter-spacing: .01em; white-space: nowrap; }
.h2-brand__text i {
  display: block; margin-top: 3px; font-style: normal;
  font-size: 7.5px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; opacity: .8;
}

.h2-brand--minn   { color: #e8202a; }
.h2-brand--minn .h2-brand__text b { color: #e8202a; font-style: italic; letter-spacing: .02em; border-bottom: 2.5px solid #e8202a; padding-bottom: 2px; }
.h2-brand--coffee { color: #d9701c; }
.h2-brand--coffee .h2-brand__text b { color: #17181a; letter-spacing: -.01em; }
.h2-brand--coffee .h2-brand__text i { color: #9aa0a8; }
.h2-brand--furni  { color: #263449; }
.h2-brand--furni .h2-brand__text b { color: #263449; letter-spacing: .07em; font-weight: 700; }
.h2-brand--baominh { color: #f0a323; }
.h2-brand--baominh .h2-brand__text b { color: #37465e; letter-spacing: .05em; font-weight: 700; }
.h2-brand--baominh .h2-brand__text i { color: #aab3c2; }
.h2-brand--khoaanh { color: #b5651d; }
.h2-brand--khoaanh .h2-brand__text b { color: #b5651d; letter-spacing: .02em; }
.h2-brand--khoaanh .h2-brand__text i { color: #cf9a5e; letter-spacing: .18em; font-size: 8px; }
.h2-brand--moc    { color: #23504a; }
.h2-brand--moc .h2-brand__text b { color: #2a4a44; font-weight: 500; font-size: 13.5px; letter-spacing: .16em; }
.h2-brand--mart   { color: #1a6ff5; }
.h2-brand--mart .h2-brand__text b { color: #1a6ff5; font-size: 13.5px; letter-spacing: .02em; border-bottom: 2px solid #1a6ff5; padding-bottom: 2px; }
.h2-brand--forest { color: #3d8f4d; }
.h2-brand--forest .h2-brand__text b { color: #2f7d3f; font-size: 12.5px; letter-spacing: .04em; }
.h2-brand--forest .h2-brand__text i { color: #86ad8d; }

/* ===================================== TẠI SAO CHỌN DNWEB (quạt 5 tấm) === */
/* Nền + 5 tấm nghiêng + chữ ký "DNWeb." là một ảnh duy nhất (h2-why-plate.png,
   2167×726) để giữ đúng 100% đường cong. Chữ được đặt tuyệt đối lên trên,
   dùng đơn vị cqw nên mọi thứ co giãn đồng bộ với ảnh.
   Toạ độ tâm 5 tấm (px trên ảnh 2167): 788 · 1088 · 1390 · 1686 · 1978      */
.h2-why { background: #fff; }
/* Tấm nền rộng 93.1% trang, lùi trái 5.8% — khớp đúng bề rộng quạt trên thiết
   kế (quạt trải từ x=280 đến x=839 trên ảnh 864px). */
.h2-why__plate { position: relative; container-type: inline-size; width: 93.1%; margin-left: 5.8%; }
.h2-why__art { display: block; width: 100%; height: auto; }

.h2-why__copy { position: absolute; left: -.7cqw; top: 9.5cqw; width: 32cqw; }
.h2-why__copy .h2-eyebrow { font-size: clamp(10px, .9cqw, 17px); letter-spacing: .12em; }
.h2-why__copy h2 {
  margin: 1.5cqw 0 1.7cqw; font-size: clamp(18px, 2.17cqw, 40px);
  line-height: 1.3; color: var(--h2-ink);
}
.h2-why__copy p {
  color: #7a869e; font-size: clamp(10px, .93cqw, 17px); line-height: 1.9;
}

/* Căn giữa bằng margin âm (không dùng transform) để hiệu ứng hiện dần —
   vốn cũng chạy bằng transform — không làm lệch vị trí các tấm.
   left = tâm tấm đo trên ảnh nền: 36.36 · 50.21 · 64.14 · 77.80 · 91.28 %    */
.h2-why__cards { position: absolute; inset: 0; }
.h2-why__card {
  position: absolute; width: 11.2cqw; margin-left: -5.6cqw;
  text-align: center; color: #fff;
}
.h2-why__card--1 { left: 36.36cqw; top: 14.87cqw; }
.h2-why__card--2 { left: 50.21cqw; top: 14.87cqw; }
.h2-why__card--3 { left: 64.14cqw; top: 14.87cqw; }
.h2-why__card--4 { left: 77.80cqw; top: 14.80cqw; }
.h2-why__card--5 { left: 91.28cqw; top: 12.19cqw; }

.h2-why__ic {
  width: 4.85cqw; height: 4.85cqw; margin: 0 auto 1.15cqw; border-radius: 50%;
  border: .11cqw solid rgba(150, 190, 255, .38); background: rgba(120, 170, 255, .09);
  display: flex; align-items: center; justify-content: center; color: #eaf2ff;
}
.h2-why__ic .h2-svg { width: 2.75cqw; height: 2.75cqw; stroke-width: 1.35; }
.h2-why__card h3 {
  font-size: clamp(12px, 1.55cqw, 28px); line-height: 1.33; font-weight: 800;
  text-transform: uppercase; letter-spacing: .01em; margin-bottom: .5cqw; color: #fff;
}
.h2-why__card p {
  font-size: clamp(8px, .85cqw, 15px); line-height: 1.68; color: #b9cdf0;
}

/* ================================================= DỰ ÁN TIÊU BIỂU ======= */
/* Ảnh Cầu Vàng tràn trái; panel trắng bắt đầu ở 37.6% với góc trên-trái bo
   elip 63×100px (đo từ thiết kế: mép cong đi từ x=353@y=682 tới x=318@y=730). */
.h2-work { position: relative; isolation: isolate; padding: 44px 0 32px; background: #fff; overflow: hidden; }
.h2-work__photo { position: absolute; inset: 0 auto 0 0; width: 50%; z-index: 0; }
.h2-work__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.h2-work__panel {
  position: absolute; z-index: 1; top: 0; bottom: 0; right: 0; left: 37.6%;
  background: #fff; border-top-left-radius: 66px 104px;
}
/* Hàng thẻ dự án tràn rộng hơn khung nội dung chung: trên bản thiết kế thẻ
   đầu bắt đầu ở 32.5% và thẻ cuối kết thúc ở 96.9% chiều ngang trang. */
.h2-work__in { position: relative; z-index: 2; max-width: none; margin: 0; padding: 0 3.1%; }

.h2-work__head { margin-left: 42.3%; }
.h2-work__head h2 { margin: 14px 0 14px; font-size: 26px; }
.h2-work__head p { color: var(--h2-body); font-size: 14.5px; line-height: 1.85; }

.h2-work__rail { position: relative; margin: 30px 0 0; margin-left: 31.3%; }
.h2-work__track {
  display: flex; gap: 9px; overflow-x: auto; scroll-behavior: smooth;
  scrollbar-width: none; padding: 6px 2px 14px;
}
.h2-work__track::-webkit-scrollbar { display: none; }

.h2-work__card {
  flex: 0 0 calc((100% - 32px) / 5); min-width: 148px;
  background: #fff; border-radius: 10px; box-shadow: 0 14px 30px -18px rgba(11, 33, 82, .42);
  padding: 6px 6px 14px; text-decoration: none; color: inherit;
  transition: transform .2s, box-shadow .2s;
}
.h2-work__card:hover { transform: translateY(-4px); box-shadow: 0 24px 44px -22px rgba(11, 33, 82, .5); }
.h2-work__shot { display: block; border-radius: 6px; overflow: hidden; background: #eef2f8; }
.h2-work__shot img { width: 100%; aspect-ratio: 1 / .755; object-fit: cover; object-position: top center; }
.h2-work__card strong { display: block; margin-top: 11px; text-align: center; font-size: 13px; font-weight: 700; color: var(--h2-ink); }
.h2-work__card small { display: block; margin-top: 4px; text-align: center; font-size: 11.5px; color: var(--h2-body); }

.h2-work__nav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
  width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--h2-line);
  background: #fff; color: var(--h2-ink); cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 18px -10px rgba(11, 33, 82, .5);
}
.h2-work__nav svg { width: 15px; height: 15px; }
.h2-work__nav:hover { background: var(--h2-blue); color: #fff; border-color: var(--h2-blue); }
.h2-work__nav--prev { left: -17px; }
.h2-work__nav--next { right: -17px; }

.h2-work__more { margin-top: 18px; text-align: center; padding-left: 31.3%; }

/* ==================================================== DẢI SỐ LIỆU ======== */
/* y 946→1026 trên ảnh 864 → cao 148px */
.h2-stats {
  background:
    radial-gradient(60% 160% at 88% 50%, rgba(46, 106, 200, .32) 0%, rgba(10, 30, 74, 0) 62%),
    linear-gradient(96deg, #0a1e4a 0%, #0d2757 52%, #0a2350 100%);
  background-color: #0a1e4a;
}
.h2-stats__in { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; min-height: 148px; align-items: center; padding-top: 24px; padding-bottom: 24px; }
.h2-stat { display: flex; align-items: center; gap: 18px; }
.h2-stat__ic {
  width: 48px; height: 48px; flex: 0 0 auto; border-radius: 10px;
  border: 1.2px solid rgba(126, 176, 255, .35); background: rgba(120, 170, 255, .07);
  display: flex; align-items: center; justify-content: center; color: #cfe2ff;
}
.h2-stat__ic .h2-svg { width: 24px; height: 24px; }
.h2-stat strong { display: block; color: #fff; font-size: 44px; font-weight: 800; line-height: 1.05; letter-spacing: -.01em; }
.h2-stat span { display: block; margin-top: 6px; color: #b9cbe8; font-size: 12.5px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }

/* ================================================= CON NGƯỜI DNWEB ======= */
/* Ảnh phải cắt hình chevron: đỉnh nhọn ở giữa cạnh trái.
   Đo trên thiết kế: đỉnh trên-trái (475,1030) · đỉnh nhọn (430,1098) ·
   đỉnh dưới-trái (516,1245) trong khung ảnh x 430→864, y 1030→1245.        */
.h2-people { position: relative; isolation: isolate; background: #fff; padding: 34px 0 34px; }
.h2-people__photo {
  position: absolute; z-index: 0; top: 0; bottom: 0; right: 0; width: 50.2%;
  color: #dbe3ef;
}
.h2-people__photo img {
  width: 100%; height: 100%; object-fit: cover;
  -webkit-clip-path: polygon(10.4% 0, 100% 0, 100% 100%, 19.8% 100%, 0 31.6%);
          clip-path: polygon(10.4% 0, 100% 0, 100% 100%, 19.8% 100%, 0 31.6%);
}
/* nét viền mảnh lặp lại đúng hình chevron, lệch sang trái ~2.4% */
.h2-people__outline {
  position: absolute; left: -2.4%; top: 0; width: 100%; height: 100%;
  overflow: visible; pointer-events: none;
}

.h2-people__in { position: relative; z-index: 1; }
.h2-people__copy { max-width: 46%; }
.h2-people__copy h2 { margin: 13px 0 12px; font-size: 19.5px; white-space: nowrap; }
.h2-people__copy > p { color: var(--h2-body); font-size: 13.5px; line-height: 1.85; }

.h2-people__shots { display: grid; grid-template-columns: 1fr 1fr 1.93fr; gap: 8px; margin: 20px 0 20px; }
.h2-people__shots img { width: 100%; height: 100%; aspect-ratio: 101 / 50; object-fit: cover; border-radius: 9px; }

.h2-people__stats { display: flex; gap: 0; }
.h2-people__stats > div { padding: 0 30px; }
.h2-people__stats > div:first-child { padding-left: 0; }
.h2-people__stats > div + div { border-left: 1px solid var(--h2-line); }
.h2-people__stats dt { color: var(--h2-blue); font-size: 32px; font-weight: 800; line-height: 1.1; }
.h2-people__stats dd { margin: 6px 0 0; color: var(--h2-body); font-size: 11px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }

/* ================================================= ĐỐI TÁC TIN CẬY ====== */
/* Panel navy: x 28→197 (3.2%→22.8%), góc trên-phải bo elip 103×138px.      */
.h2-partner { position: relative; isolation: isolate; background: var(--h2-panel); padding: 16px 0 18px; overflow: hidden; }
.h2-partner__beach { position: absolute; z-index: 0; inset: 0 0 0 auto; width: 25%; }
.h2-partner__beach img { width: 100%; height: 100%; object-fit: cover; object-position: 82% center; }

/* Trên thiết kế: panel navy x 28→197, thẻ trắng 207→665, ảnh biển 665→864
   (ảnh 864px) → khối nội dung trải từ 3.24% đến 77% chiều ngang trang. */
.h2-partner__in {
  position: relative; z-index: 1; margin-left: 3.24%; margin-right: 23%;
  display: grid; grid-template-columns: 26.5% 1fr; align-items: stretch;
}
/* thẻ trắng thấp hơn panel navy 22px trên / 6px dưới (quy đổi từ thiết kế) */
.h2-partner__grid { margin: 26px 0 8px; }

.h2-partner__intro {
  position: relative; padding: 26px 26px 26px 28px; color: #fff;
  background:
    radial-gradient(120% 130% at 78% 88%, rgba(52, 120, 224, .5) 0%, rgba(10, 32, 80, 0) 62%),
    linear-gradient(158deg, #123a7d 0%, #0d2a60 46%, #0a2050 100%);
  /* góc trên-phải bo elip lớn: 37% bề ngang × 49% chiều cao panel (đo từ thiết kế) */
  border-radius: 24px 0 0 0;
  border-top-right-radius: 37% 49%;
  display: flex; flex-direction: column;
}
.h2-partner__intro h2 { color: #fff; font-size: 17px; line-height: 1.5; }
.h2-partner__intro p { margin: 16px 0 auto; color: #bed0ee; font-size: 12.5px; line-height: 1.85; }
.h2-partner__intro .h2-btn { align-self: flex-start; margin-top: 24px; }

.h2-partner__grid {
  background: #fff; border-radius: 6px; box-shadow: var(--h2-shadow);
  display: grid; grid-template-columns: repeat(4, 1fr); align-items: stretch;
}
.h2-svc { position: relative; padding: 18px 12px 18px; display: flex; flex-direction: column; }
.h2-svc + .h2-svc { border-left: 1px solid var(--h2-line); }
.h2-svc h3 { font-size: 15px; font-weight: 700; color: var(--h2-ink); margin-bottom: 14px; }
.h2-svc ul { display: flex; flex-direction: column; gap: 10px; }
.h2-svc li { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; line-height: 1.5; color: #55637d; }
.h2-svc li .h2-svg { width: 16px; height: 16px; flex: 0 0 auto; margin-top: 1px; color: var(--h2-blue); stroke-width: 1.7; }
.h2-svc .h2-btn { align-self: flex-start; margin-top: auto; }

.h2-svc.is-hl {
  border: 1.5px solid #9dc2fb; border-radius: 14px; background: #fff;
  box-shadow: 0 18px 40px -26px rgba(26, 111, 245, .55);
  overflow: hidden;
}
.h2-svc.is-hl + .h2-svc { border-left: 0; }
/* nhãn "PHỔ BIẾN" cắt chéo ở góc trên-phải, nằm gọn trong thẻ */
.h2-svc__flag {
  position: absolute; top: 12px; right: -30px; z-index: 2; width: 116px;
  background: var(--h2-blue); color: #fff; text-align: center;
  font-size: 8.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  padding: 4px 0; transform: rotate(38deg);
}

/* ======================================================= BẢNG GIÁ ======== */
/* Thiết kế: khối tiêu đề x 45→200, 5 thẻ trải 207→834 (ảnh 864px). */
.h2-price { background: #fff; padding: 20px 0 24px; }
.h2-price__in { margin: 0 3.5% 0 5.2%; }
.h2-price__grid { display: grid; grid-template-columns: 1.28fr repeat(5, 1fr); gap: 15px; align-items: stretch; }
.h2-price__head { align-self: center; padding-right: 22px; }
.h2-price__head h2 { margin: 13px 0 12px; font-size: 18px; }
.h2-price__head p { color: var(--h2-body); font-size: 12.5px; line-height: 1.85; }

.h2-plan {
  background: #fff; border: 1px solid var(--h2-line); border-radius: 12px;
  padding: 14px 13px 14px; text-align: center; display: flex; flex-direction: column;
}
.h2-plan.is-hl { border-color: #9dc2fb; box-shadow: 0 18px 40px -26px rgba(26, 111, 245, .55); }
.h2-plan__name { display: block; font-size: 11.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: #56637d; }
.h2-plan__price { display: block; margin: 10px 0 14px; color: var(--h2-blue); font-size: 34px; font-weight: 800; line-height: 1; }
.h2-plan__price em { font-style: normal; font-size: 15px; font-weight: 700; margin-left: 5px; letter-spacing: .04em; text-transform: uppercase; }
.h2-plan ul { display: flex; flex-direction: column; gap: 9px; text-align: left; margin-bottom: 16px; }
.h2-plan li { display: flex; align-items: flex-start; gap: 8px; font-size: 11.5px; line-height: 1.5; color: #55637d; }
.h2-plan li .h2-svg { width: 14px; height: 14px; flex: 0 0 auto; margin-top: 1px; color: var(--h2-blue); stroke-width: 1.7; }
.h2-plan .h2-btn { margin-top: auto; align-self: center; }

.h2-promo {
  background: linear-gradient(168deg, #0e2450 0%, #071734 58%, #050f26 100%);
  border-radius: 12px; padding: 18px 16px; text-align: center;
  display: flex; flex-direction: column; align-items: center; color: #fff;
  box-shadow: 0 22px 46px -26px rgba(5, 15, 38, .9);
}
.h2-promo__kicker { display: block; font-size: 15px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.h2-promo__line { display: block; margin-top: 12px; font-size: 14px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.h2-promo__num { display: block; margin: 4px 0 12px; color: var(--h2-gold); font-size: 52px; font-weight: 800; line-height: 1.05; }
.h2-promo__num em { font-style: normal; font-size: 26px; margin-left: 2px; }
.h2-promo p { color: #cfdcf4; font-size: 11px; font-weight: 700; line-height: 1.65; letter-spacing: .07em; text-transform: uppercase; margin-bottom: 18px; }
.h2-promo .h2-btn { margin-top: auto; }

/* ============================================================ CTA ======== */
.h2-cta { position: relative; isolation: isolate; overflow: hidden; }
.h2-cta__bg { position: absolute; inset: 0; z-index: 0; background-size: cover; background-position: center; }
.h2-cta__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6, 20, 56, .55) 0%, rgba(6, 20, 56, .62) 100%); }
.h2-cta__in { position: relative; z-index: 1; padding-top: 36px; padding-bottom: 38px; text-align: center; }
.h2-cta h2 { color: #fff; font-size: 21px; text-shadow: 0 2px 16px rgba(3, 12, 32, .7); }
.h2-cta p { margin: 11px 0 22px; color: #d6e2f6; font-size: 13.5px; text-shadow: 0 1px 12px rgba(3, 12, 32, .8); }
.h2-cta__row { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }

.h2-chip {
  display: inline-flex; align-items: center; gap: 10px; min-height: 42px; padding: 0 20px;
  border-radius: 999px; border: 1px solid rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .14); color: #fff;
  font-size: 14px; font-weight: 600; text-decoration: none; white-space: nowrap;
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  transition: background .18s, transform .18s, box-shadow .18s;
}
.h2-chip .h2-svg { width: 17px; height: 17px; }
.h2-chip:hover { background: rgba(255, 255, 255, .26); transform: translateY(-1px); }
.h2-chip--go,
.h2-chip--solid {
  background: #fff; border-color: #fff; color: #0f3ac2;
  font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase;
  box-shadow: 0 14px 28px -16px rgba(2, 14, 46, .8);
}
.h2-chip--go:hover,
.h2-chip--solid:hover { background: #eaf1ff; }

/* ========================================================= FOOTER ======== */
.h2-foot { position: relative; isolation: isolate; background: #050f26; color: #fff; overflow: hidden; }
.h2-foot__glow {
  position: absolute; z-index: 0; left: 0; right: 0; top: 0; height: 170px;
  background-size: cover; background-position: center 62%; opacity: .28;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 100%);
          mask-image: linear-gradient(180deg, #000 0%, transparent 100%);
}
.h2-foot__in {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.42fr .82fr .92fr 1.06fr 1.1fr; gap: 30px;
  padding-top: 16px; padding-bottom: 10px;
}
.h2-foot__brand .dn-logo { --dnl-mark: 46px; --dnl-name: 20px; --dnl-tag: 11px; }
.h2-foot__brand p { margin: 10px 0 12px; color: #a9bbd8; font-size: 12.5px; line-height: 1.7; max-width: 320px; }
.h2-foot__social { display: flex; gap: 10px; }
.h2-foot__social a {
  width: 28px; height: 28px; border-radius: 50%; background: var(--h2-blue);
  display: flex; align-items: center; justify-content: center; color: #fff; text-decoration: none;
}
.h2-foot__social a:hover { background: #fff; color: var(--h2-blue); }
.h2-foot__social svg { width: 17px; height: 17px; }
.h2-foot__social span { font-size: 10px; font-weight: 800; letter-spacing: .02em; }

.h2-foot__col { position: relative; }
.h2-foot__in > .h2-foot__col + .h2-foot__col::before {
  content: ""; position: absolute; left: -15px; top: 2px; bottom: 2px; width: 1px;
  background: rgba(255, 255, 255, .1);
}
.h2-foot h4 { font-size: 12.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #fff; margin-bottom: 10px; }
.h2-foot__col a { display: block; padding: 1px 0; color: #a9bbd8; font-size: 12.5px; line-height: 1.62; text-decoration: none; }
.h2-foot__col a:hover { color: #fff; }
.h2-foot__col--contact p { display: flex; align-items: flex-start; gap: 10px; padding: 2.5px 0; color: #a9bbd8; font-size: 12.5px; line-height: 1.6; }
.h2-foot__col--contact .h2-svg { width: 17px; height: 17px; flex: 0 0 auto; margin-top: 1px; color: var(--h2-blue-light); }
.h2-foot__newslead { color: #a9bbd8; font-size: 12.5px; line-height: 1.7; margin-bottom: 11px; }

.h2-foot__form { position: relative; display: block; }
.h2-foot__form input {
  width: 100%; height: 38px; padding: 0 56px 0 20px; border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .18); background: rgba(255, 255, 255, .04);
  color: #fff; font-family: inherit; font-size: 13px; outline: 0;
}
.h2-foot__form input::placeholder { color: #7f92b3; }
.h2-foot__form input:focus { border-color: var(--h2-blue); }
.h2-foot__form button {
  position: absolute; right: 4px; top: 4px; width: 30px; height: 30px; border: 0;
  border-radius: 50%; background: var(--h2-blue); color: #fff; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.h2-foot__form button svg { width: 17px; height: 17px; }
.h2-foot__form button:hover { background: var(--h2-blue-dark); }

.h2-foot__bottom { position: relative; z-index: 1; border-top: 1px solid rgba(255, 255, 255, .08); padding: 8px 0 9px; text-align: center; }
.h2-foot__bottom p { color: #8fa3c4; font-size: 12px; }

/* ===================================================== HIỆN DẦN ========== */
.dn-js .h2-reveal { opacity: 0; transform: translateY(18px); }
.dn-js .h2-reveal.is-in { opacity: 1; transform: translateY(0); transition: opacity .6s ease, transform .6s cubic-bezier(.22, .8, .28, 1); }
/* giữ lại hiệu ứng nhấc thẻ khi rê chuột (cần độ ưu tiên cao hơn luật trên) */
.dn-js .h2-work__card.h2-reveal.is-in:hover { transform: translateY(-4px); }
@media (prefers-reduced-motion: reduce) {
  .dn-js .h2-reveal, .dn-js .h2-reveal.is-in { opacity: 1; transform: none; transition: none; }
}

/* ====================================================== RESPONSIVE ======= */
@media (max-width: 1380px) {
  .h2-nav__links { gap: 18px; margin-left: 24px; }
  .h2-nav__links > a, .h2-nav__links .dn-nav__has-sub > a { font-size: 12px; }
  .h2-trust__logos { gap: 20px; }
  .h2-brand__text b { font-size: 13.5px; }
}

@media (max-width: 1200px) {
  .h2-site { --h2-gut: 22px; }
  .h2-nav__phone { display: none; }
  /* Nav trắng đặt lại display cho viên điện thoại (0,3,0) nên phải ẩn lại đúng
     mức đó, không thì dưới 1200px thanh nav bị tràn ngang. */
  .h2-nav:not(.dn-nav--over) .h2-nav__phone { display: none; }
  .h2-hero__title { font-size: 34px; }
  .h2-work__head { margin-left: 40%; }
  .h2-work__rail, .h2-work__more { margin-left: 0; padding-left: 0; }
  .h2-work__card { flex: 0 0 calc((100% - 27px) / 4); }
  .h2-partner__in { grid-template-columns: 30% 1fr; margin-right: 15%; }
  .h2-price__grid { grid-template-columns: repeat(3, 1fr); }
  .h2-price__head { grid-column: 1 / -1; padding-right: 0; align-self: start; }
}

@media (max-width: 1024px) {
  .h2-nav__burger { display: flex; margin-left: auto; }
  .h2-nav__links {
    position: absolute; top: 100%; left: 0; right: 0; display: none;
    flex-direction: column; align-items: flex-start; gap: 0; margin: 0; padding: 12px 22px 20px;
    border-radius: 0 0 16px 16px;
  }
  .h2-nav.dn-nav--over .h2-nav__links {
    background: rgba(6, 18, 44, .97); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  }
  .h2-nav:not(.dn-nav--over) .h2-nav__links {
    background: #fff; box-shadow: 0 22px 44px -30px rgba(11, 33, 82, .55);
  }
  .h2-nav__links.is-open { display: flex; }
  .h2-nav__links > a, .h2-nav__links .dn-nav__has-sub > a { font-size: 13px; padding: 12px 0; }
  .h2-nav__links > a[aria-current="page"]::after { display: none; }
  .h2-nav .dn-nav__mega:hover .dn-mega,
  .h2-nav .dn-nav__mega:focus-within .dn-mega { display: none; }
  .h2-nav .dn-nav__mega.is-open .dn-mega { display: flex; }
  .h2-nav .dn-mega {
    position: static; transform: none; width: auto; left: auto; top: auto;
    margin: 0; padding: 0; background: transparent;
    box-shadow: none; border-radius: 0; overflow: visible;
  }
  .h2-nav .dn-mega::before { display: none; }
  .h2-nav .dn-mega__cols { padding: 6px 0 8px 4px; }
  .h2-nav .dn-mega__col { padding: 0; }
  .h2-nav.dn-nav--over .dn-mega__col + .dn-mega__col { border-left: 0; border-top: 1px solid rgba(255,255,255,.12); padding-top: 10px; }
  .h2-nav.dn-nav--over .dn-mega__head { color: #fff; }
  .h2-nav.dn-nav--over .dn-mega__ic { color: #7eb4ff; }
  .h2-nav.dn-nav--over .dn-mega__blurb { color: #9fb4d4; }
  .h2-nav.dn-nav--over .dn-mega__kids a { color: #d5e2f4; }
  .h2-nav.dn-nav--over .dn-mega__kids a:hover { color: #fff; }
  .h2-nav.dn-nav--over .dn-mega__ask { border-color: rgba(125, 180, 255, .45); background: rgba(26, 111, 245, .16); color: #cfe2ff; }
  .h2-nav.dn-nav--over .dn-mega__bar {
    grid-template-columns: 1fr; gap: 10px;
    padding: 12px 4px 4px; background: transparent; border-top: 1px solid rgba(255,255,255,.12);
  }
  .h2-nav.dn-nav--over .dn-mega__bar li + li { border-left: 0; }
  .h2-nav.dn-nav--over .dn-mega__bar b { color: #fff; }
  .h2-nav.dn-nav--over .dn-mega__bar small { color: #9fb4d4; }
  .h2-nav.dn-nav--over .dn-mega__bar-ic { color: #7eb4ff; }
  .h2-nav:not(.dn-nav--over) .dn-mega__col + .dn-mega__col { border-left: 0; border-top: 1px solid #e2eaf6; padding-top: 10px; }
  .h2-nav:not(.dn-nav--over) .dn-mega__head { color: var(--h2-ink); }
  .h2-nav:not(.dn-nav--over) .dn-mega__ic { color: var(--h2-blue); }
  .h2-nav:not(.dn-nav--over) .dn-mega__blurb { color: var(--h2-body); }
  .h2-nav:not(.dn-nav--over) .dn-mega__kids a { color: #24365c; }
  .h2-nav:not(.dn-nav--over) .dn-mega__kids a:hover { color: var(--h2-blue); }
  .h2-nav:not(.dn-nav--over) .dn-mega__ask { border-color: #b9d4f8; background: rgba(26, 111, 245, .1); color: var(--h2-blue); }
  .h2-nav:not(.dn-nav--over) .dn-mega__bar {
    grid-template-columns: 1fr; gap: 10px;
    padding: 12px 4px 4px; background: transparent; border-top: 1px solid #e2eaf6;
  }
  .h2-nav:not(.dn-nav--over) .dn-mega__bar li + li { border-left: 0; }
  .h2-nav:not(.dn-nav--over) .dn-mega__bar b { color: var(--h2-ink); }
  .h2-nav:not(.dn-nav--over) .dn-mega__bar small { color: var(--h2-body); }
  .h2-nav:not(.dn-nav--over) .dn-mega__bar-ic { color: var(--h2-blue); }
  .h2-nav__actions { margin-left: 14px; }

  .h2-hero { min-height: 620px; }
  .h2-hero__bg { background-position: 68% center; }
  .h2-hero__in { padding-top: 132px; padding-bottom: 128px; }
  .h2-hero__seal { display: none; }
  .h2-hero__feats { gap: 22px; }

  .h2-trust { margin-top: -118px; }
  .h2-trust__logos { gap: 18px; justify-content: center; }
  .h2-trust__row { flex-direction: column; align-items: center; gap: 16px; }
  .h2-trust__label { text-align: center; }

  .h2-work__photo { width: 100%; opacity: .16; }
  .h2-work__panel { left: 0; border-radius: 0; background: transparent; }
  .h2-work__head { margin-left: 0; text-align: center; }
  .h2-work__head p br { display: none; }
  .h2-work__card { flex: 0 0 calc((100% - 18px) / 3); }

  .h2-stats__in { grid-template-columns: repeat(2, 1fr); gap: 28px 20px; }

  /* xếp dọc: chữ trước, ảnh văn phòng sau (ảnh đứng trước trong DOM) */
  .h2-people { padding-bottom: 0; display: flex; flex-direction: column; }
  .h2-people__photo { position: relative; order: 2; width: 100%; margin-top: 34px; height: 320px; }
  .h2-people__in { order: 1; }
  .h2-people__photo img { -webkit-clip-path: none; clip-path: none; }
  .h2-people__outline { display: none; }
  .h2-people__copy { max-width: none; }
  .h2-people__copy h2 { white-space: normal; }

  .h2-partner__beach { display: none; }
  .h2-partner__in { grid-template-columns: 1fr; gap: 20px; margin: 0 var(--h2-gut); }
  .h2-partner__grid { margin: 0; }
  .h2-price__in { margin: 0 var(--h2-gut); }
  .h2-partner__intro { border-radius: 20px 90px 20px 20px; border-top-right-radius: 90px 110px; }
  /* giữ <br> trong h2: bỏ đi sẽ dính chữ vì không có khoảng trắng giữa các dòng */
  .h2-partner__intro p br { display: none; }
  .h2-partner__grid { grid-template-columns: repeat(2, 1fr); }
  .h2-svc:nth-child(3) { border-left: 0; }
  .h2-svc:nth-child(n+3) { border-top: 1px solid var(--h2-line); }
}

/* Quạt 5 tấm không đọc được dưới 900px → chuyển sang lưới thẻ navy thường */
@media (max-width: 900px) {
  .h2-why { padding: 48px 0 52px; }
  .h2-why__plate { container-type: normal; width: auto; margin-left: 0; }
  .h2-why__art { display: none; }
  .h2-why__copy { position: static; width: auto; max-width: var(--h2-wrap); margin: 0 auto 30px; padding: 0 var(--h2-gut); text-align: center; }
  .h2-why__copy .h2-eyebrow { font-size: 12px; }
  .h2-why__copy h2 { margin: 12px 0 12px; font-size: 26px; }
  .h2-why__copy p { font-size: 14.5px; }
  .h2-why__copy p br { display: none; }

  .h2-why__cards {
    position: static; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
    max-width: var(--h2-wrap); margin: 0 auto; padding: 0 var(--h2-gut);
  }
  .h2-why__card {
    position: static; width: auto; margin-left: 0; padding: 26px 20px 24px; border-radius: 16px;
    background: linear-gradient(160deg, #123a7d 0%, #0b2454 100%);
  }
  .h2-why__ic { width: 52px; height: 52px; margin-bottom: 16px; border-width: 1px; }
  .h2-why__ic .h2-svg { width: 25px; height: 25px; }
  .h2-why__card h3 { font-size: 16px; margin-bottom: 10px; }
  .h2-why__card p { font-size: 13.5px; }
}

@media (max-width: 760px) {
  .h2-site { --h2-gut: 18px; }
  /* Màn hẹp không đủ chỗ cho logo + burger + nút CTA dài 20 ký tự (thanh nav bị
     tràn ngang). Ẩn nút; menu xổ đã có mục "Liên hệ" và hero cũng có nút này. */
  .h2-nav__cta { display: none; }
  .h2-nav__in { gap: 12px; }
  .h2-hero { min-height: 560px; }
  .h2-hero__brand { font-size: 20px; }
  .h2-hero__title { font-size: 27px; }
  .h2-hero__script { font-size: 16.5px; }
  .h2-hero__lead { font-size: 14.5px; line-height: 1.85; }
  .h2-hero__lead br { display: none; }
  .h2-hero__feats { gap: 14px 20px; }
  .h2-hero__cta .h2-btn { flex: 1 1 100%; }

  .h2 h2 { font-size: 20px; }
  .h2-people__copy h2 { font-size: 20px; white-space: normal; }
  .h2-partner__intro h2, .h2-price__head h2, .h2-cta h2 { font-size: 20px; }

  .h2-trust { margin-top: -96px; }
  .h2-trust__card { padding: 18px 18px 20px; }
  .h2-trust__logos { gap: 16px 22px; }
  .h2-brand__mark svg { height: 22px; }
  .h2-brand__text b { font-size: 12.5px; }

  .h2-why__cards { grid-template-columns: 1fr; }
  .h2-work__card { flex: 0 0 calc((100% - 9px) / 2); }
  .h2-work__nav--prev { left: -8px; }
  .h2-work__nav--next { right: -8px; }

  .h2-stats__in { grid-template-columns: 1fr; gap: 22px; }
  .h2-stat strong { font-size: 30px; }

  .h2-people__shots { grid-template-columns: 1fr 1fr; }
  .h2-people__shots-wide { grid-column: 1 / -1; }
  .h2-people__stats { flex-wrap: wrap; gap: 18px 0; }
  .h2-people__stats > div { padding: 0 20px; }
  .h2-people__stats > div:first-child { padding-left: 0; }

  .h2-partner__grid { grid-template-columns: 1fr; }
  .h2-svc + .h2-svc { border-left: 0; border-top: 1px solid var(--h2-line); }
  .h2-price__grid { grid-template-columns: 1fr; }

  .h2-cta__row { flex-direction: column; align-items: stretch; }
  .h2-chip { justify-content: center; }

  .h2-foot__in { grid-template-columns: 1fr 1fr; gap: 26px 20px; }
  .h2-foot__brand { grid-column: 1 / -1; }
  .h2-foot__in > .h2-foot__col + .h2-foot__col::before { display: none; }
  .h2-foot__col--news { grid-column: 1 / -1; }
  .h2-rail,
  .dn-rail { display: none; }
}
