/* Native Elementor sections 2 to 17 of the homepage. Every string, image, link
   and button below lives in an Elementor control, so this file only restores
   the published design on top of Elementor's own container and widget markup. */

/* ---------- Reset Elementor container and widget defaults ---------- */
body .elementor .h77n,
body .elementor :where(.h77n .e-con) {
  --container-default-padding-top: 0;
  --container-default-padding-right: 0;
  --container-default-padding-bottom: 0;
  --container-default-padding-left: 0;
  --gap: 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  padding: 0;
  margin: 0;
  gap: 0;
  max-width: none;
}
body .elementor :where(.h77n .elementor-widget) {
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.h77n .elementor-widget-heading { line-height: 0; }
.h77n .elementor-heading-title { margin: 0; }
.h77n .elementor-widget-text-editor p { margin: 0; }
.h77n .elementor-widget-image .elementor-widget-container,
.h77n .elementor-widget-image figure { height: 100%; }
.h77n .elementor-widget-image img { display: block; }
.h77n .elementor-button-wrapper { display: block; }

/* ---------- Shared building blocks ---------- */
body .elementor .h77n-inner {
  display: block;
  width: min(var(--container), calc(100% - 32px));
  margin-inline: auto;
  animation: fadeUp 620ms ease both;
}
.h77n-eyebrow { line-height: 0; }
/* Where the published markup let the eyebrow sit inline in a normal block, the
   line box is part of the spacing. Grid contexts blockify it and stay at 0. */
body .elementor .h77n-split-head-copy .h77n-eyebrow { line-height: normal; }
.h77n-eyebrow .elementor-heading-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--secondary);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: normal;
  text-transform: uppercase;
}
.h77n-eyebrow .elementor-heading-title::before {
  content: "";
  width: 42px;
  height: 2px;
  background: var(--gold);
}
.h77n-h2 .elementor-heading-title {
  color: var(--primary);
  font-family: var(--font-montserrat), Arial, sans-serif;
  font-size: clamp(31px, 3.6vw, 48px);
  font-weight: 850;
  letter-spacing: -0.005em;
  line-height: 1.15;
}
.h77n-h3 .elementor-heading-title {
  color: var(--primary);
  font-family: var(--font-montserrat), Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
}
.h77n-lead p { color: var(--muted); font-size: 18px; line-height: 1.7; }
.h77n-btn .elementor-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px solid transparent;
  border-radius: 4px;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: normal;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}
.h77n-btn .elementor-button:hover { transform: translateY(-1px); box-shadow: 0 12px 28px rgba(0, 9, 40, 0.16); }
.h77n-btn-primary .elementor-button { background: var(--button-gray-dark); color: white; }
.h77n-btn-outline .elementor-button { border-color: var(--button-gray); background: transparent; color: var(--button-gray-dark); }
.h77n-btn-accent .elementor-button { background: var(--button-gray); color: white; }
.h77n-btn-block .elementor-button { width: 100%; }
body .elementor .h77n-center-head {
  display: grid;
  max-width: 780px;
  gap: 12px;
  justify-items: center;
  margin: 0 auto 36px;
  text-align: center;
}
.h77n-center-head .h77n-eyebrow .elementor-heading-title::before { display: none; }
body .elementor .h77n-center-head .elementor-widget { width: auto; max-width: 100%; }
body .elementor .h77n-split-head {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 34px;
}
body .elementor .h77n-split-head > .elementor-widget { flex: 0 0 auto; width: auto; }
body .elementor .h77n-split-head-copy { display: grid; gap: 10px; }

/* ---------- Section 2 — Dịch vụ nổi bật ---------- */
body .elementor .h77n-highlights {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: min(var(--container), calc(100% - 32px));
  margin: 32px auto 0;
  counter-reset: h77n-highlight;
}
body .elementor .h77n-highlight-card {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 250px;
  aspect-ratio: 1 / 1.02;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: var(--primary);
  box-shadow: 0 20px 48px rgba(6, 36, 95, 0.22);
  counter-increment: h77n-highlight;
  animation: fadeUp 520ms ease both;
  text-decoration: none;
}
body .elementor .h77n-highlight-card::before {
  content: "0" counter(h77n-highlight);
  position: absolute;
  width: auto;
  height: auto;
  top: 16px;
  left: 16px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.16);
  color: white;
  padding: 7px 10px;
  font-family: var(--font-montserrat), Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(12px);
}
body .elementor .h77n-highlight-image { position: absolute; inset: 0; width: 100%; height: 100%; }
.h77n-highlight-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.62;
  transition: transform 220ms ease, opacity 220ms ease;
}
.h77n-highlight-card:hover .h77n-highlight-image img { transform: scale(1.05); opacity: 0.74; }
body .elementor .h77n-highlight-body {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  min-height: 148px;
  gap: 6px;
  padding: 22px;
  background: linear-gradient(0deg, rgba(6, 36, 95, 0.98), rgba(6, 36, 95, 0.82) 58%, rgba(6, 36, 95, 0));
}
.h77n-highlight-title .elementor-heading-title {
  color: white;
  font-family: var(--font-montserrat), Arial, sans-serif;
  font-size: 22px;
  line-height: 1.16;
  min-height: 52px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.h77n-highlight-text p {
  min-height: 68px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* ---------- Section 3 — Thanh liên hệ nhanh ---------- */
body .elementor .h77n-contact-bar {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  width: min(var(--container), calc(100% - 32px));
  margin: 24px auto 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 8px;
  background: rgba(205, 220, 240, 0.72);
  box-shadow: 0 24px 70px rgba(0, 9, 40, 0.16);
  backdrop-filter: blur(18px) saturate(150%);
  animation: fadeUp 620ms ease both;
}
body .elementor .h77n-contact-item {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 9px;
  min-height: 126px;
  align-content: center;
  padding: 24px 28px;
  background: rgba(255, 255, 255, 0.9);
  transition: background 180ms ease, transform 180ms ease;
  text-decoration: none;
}
body .elementor .h77n-contact-item:hover { background: white; transform: translateY(-2px); }
.h77n-contact-label .elementor-heading-title {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: normal;
  text-transform: uppercase;
}
.h77n-contact-value .elementor-heading-title {
  color: var(--primary);
  font-family: var(--font-montserrat), Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* ---------- Section 4 — Số liệu tin cậy ---------- */
body .elementor .h77n-trust {
  display: block;
  width: min(var(--container), calc(100% - 32px));
  margin: 28px auto 0;
}
body .elementor .h77n-trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
body .elementor .h77n-trust-item {
  display: grid;
  align-content: center;
  gap: 8px;
  min-height: 132px;
  border: 1px solid rgba(205, 220, 240, 0.84);
  background: rgba(255, 255, 255, 0.88);
  padding: 26px;
  box-shadow: 0 14px 36px rgba(0, 9, 40, 0.08);
}
.h77n-trust-metric .elementor-heading-title {
  color: var(--primary);
  font-family: var(--font-montserrat), Arial, sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: normal;
}
.h77n-trust-label .elementor-heading-title { color: var(--text); font-size: 16px; font-weight: 700; line-height: 1.35; }

/* ---------- Section 5 — Giới thiệu H77CONS ---------- */
body .elementor .h77n-about { display: block; padding: 92px 0; background: white; }
body .elementor .h77n-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  gap: 52px;
  align-items: center;
  width: min(var(--container), calc(100% - 32px));
  margin-inline: auto;
  animation: fadeUp 620ms ease both;
}
body .elementor .h77n-about-media {
  position: relative;
  display: block;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid var(--surface-line);
  box-shadow: 0 26px 62px rgba(6, 36, 95, 0.13);
}
body .elementor .h77n-about-media .h77n-about-image { height: 100%; }
.h77n-about-image img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; }
body .elementor .h77n-about-chip { position: absolute; left: 24px; bottom: 24px; width: auto; }
.h77n-about-chip .elementor-heading-title {
  display: inline-block;
  background: var(--button-gray-dark);
  color: white;
  padding: 13px 16px;
  font-size: 16px;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
body .elementor .h77n-about-content { display: grid; gap: 20px; }
body .elementor .h77n-about-actions { display: flex; flex-direction: row; flex-wrap: wrap; gap: 12px; }
body .elementor .h77n-about-actions > .elementor-widget { width: auto; }
body .elementor .h77n-about-note {
  display: grid;
  gap: 8px;
  border-left: 5px solid var(--secondary);
  background: var(--surface-soft);
  padding: 18px;
}
.h77n-about-note-title .elementor-heading-title { color: var(--text); font-size: 16px; font-weight: 700; line-height: normal; }
.h77n-about-note-text p { color: var(--muted); line-height: 1.6; }

/* ---------- Section 6 — Đồng hành cùng gia chủ ---------- */
body .elementor .h77n-impact {
  position: relative;
  display: block;
  padding: 92px 0;
  color: white;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(6, 36, 95, 0.94) 0%, rgba(6, 36, 95, 0.88) 50%, rgba(6, 36, 95, 0.8) 100%),
    url("/generated/h77cons-impact-capability-bg.webp") center / cover no-repeat;
}
body .elementor .h77n-impact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(56, 189, 248, 0.12), transparent 60%);
  pointer-events: none;
}
body .elementor .h77n-impact-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(440px, 1.15fr);
  gap: 40px;
  align-items: center;
  width: min(var(--container), calc(100% - 32px));
  margin-inline: auto;
  animation: fadeUp 620ms ease both;
}
body .elementor .h77n-impact-copy { display: block; }
body .elementor .h77n-impact-copy .h77n-lead { margin: 18px 0; }
.h77n-impact .h77n-h2 .elementor-heading-title { color: white; font-weight: 800; line-height: 1.25; }
.h77n-impact .h77n-lead p { color: rgba(255, 255, 255, 0.82); line-height: 1.65; }
body .elementor .h77n-impact-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
body .elementor .h77n-impact-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 195px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  padding: 22px;
  box-shadow: 0 12px 30px rgba(0, 9, 40, 0.2);
  transition: transform 0.28s ease, background 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}
body .elementor .h77n-impact-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(147, 197, 253, 0.6);
  box-shadow: 0 18px 40px rgba(0, 9, 40, 0.35);
}
.h77n-impact-value .elementor-heading-title {
  color: #38bdf8;
  font-family: var(--font-montserrat), Arial, sans-serif;
  font-size: 38px;
  font-weight: 850;
  line-height: 1;
}
body .elementor .h77n .h77n-impact-value { margin-bottom: 6px; }
.h77n-impact-title .elementor-heading-title { color: white; font-size: 17px; font-weight: 750; line-height: 1.35; }
body .elementor .h77n .h77n-impact-title { margin: 6px 0; }
.h77n-impact-text p { color: rgba(255, 255, 255, 0.8); font-size: 13.5px; line-height: 1.5; }

/* ---------- Section 7 — Trải nghiệm làm nhà an tâm ---------- */
body .elementor .h77n-blueprint { display: block; padding: 72px 0 92px; }
body .elementor .h77n-blueprint-head { display: grid; gap: 10px; margin-bottom: 32px; }
body .elementor .h77n-blueprint-grid { display: grid; grid-template-columns: 1.15fr 0.95fr 0.95fr; gap: 18px; }
body .elementor .h77n-blueprint-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 255px;
  gap: 10px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.6), #ffffff);
  padding: 26px;
  box-shadow: 0 10px 24px rgba(6, 36, 95, 0.04);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
body .elementor .h77n-blueprint-card:hover { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(6, 36, 95, 0.1); border-color: #93c5fd; }
body .elementor .h77n-blueprint-card:first-child {
  grid-row: span 2;
  min-height: 530px;
  overflow: hidden;
  border: none;
  background:
    linear-gradient(180deg, rgba(0, 9, 40, 0.16) 0%, rgba(6, 36, 95, 0.88) 100%),
    url("/generated/h77cons-ai-design-showcase.webp") center / cover;
}
.h77n-blueprint-card:first-child .elementor-heading-title,
.h77n-blueprint-card:first-child .h77n-blueprint-text p { color: white; }
.h77n-blueprint-num .elementor-heading-title {
  color: #0284c7;
  font-family: var(--font-montserrat), Arial, sans-serif;
  font-size: 20px;
  font-weight: 850;
  line-height: normal;
}
.h77n-blueprint-title .elementor-heading-title { color: var(--primary); font-size: 19px; font-weight: 750; line-height: 1.35; }
.h77n-blueprint-text p { color: #475569; font-size: 14.5px; line-height: 1.6; }

/* ---------- Section 8 — Dịch vụ cốt lõi ---------- */
body .elementor .h77n-core { display: block; padding: 70px 0; background: linear-gradient(180deg, #f8fafc 0%, #edf4fc 100%); }
body .elementor .h77n-core .h77n-center-head { margin-bottom: 40px; }
body .elementor .h77n-core .h77n-lead { max-width: 780px; margin: 12px auto 0; }
body .elementor .h77n-core .h77n-center-head .h77n-h2 { margin-top: 10px; }
body .elementor .h77n-core-pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: stretch; }
body .elementor .h77n-core-pillar {
  display: flex;
  flex-direction: column;
  background: white;
  border: 1px solid rgba(205, 220, 240, 0.9);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(6, 36, 95, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
body .elementor .h77n-core-pillar:hover { box-shadow: 0 20px 48px rgba(6, 36, 95, 0.12); }
body .elementor .h77n-core-pillar-head { display: block; padding: 24px 28px; color: white; background: linear-gradient(135deg, #06245f 0%, #0d4bb5 100%); }
body .elementor .h77n-core-pillar-head-build { background: linear-gradient(135deg, #09233f 0%, #1e40af 100%); }
.h77n-core-pillar-title .elementor-heading-title { color: white; font-size: 1.25rem; font-weight: 900; letter-spacing: 0.02em; line-height: normal; }
body .elementor .h77n .h77n-core-pillar-title { margin-bottom: 6px; }
.h77n-core-pillar-desc p { color: rgba(255, 255, 255, 0.85); font-size: 0.88rem; line-height: 1.4; }
body .elementor .h77n-core-list { display: flex; flex-direction: column; gap: 10px; padding: 16px; flex: 1; }
body .elementor .h77n-core-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #1e293b;
  text-decoration: none;
  transition: all 0.2s ease;
  counter-increment: h77n-core-card;
}
body .elementor .h77n-core-list { counter-reset: h77n-core-card; }
body .elementor .h77n-core-card::before {
  content: "0" counter(h77n-core-card);
  position: static;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #f0f7ff;
  border: 1px solid #dbeafe;
  color: #0d4bb5;
  font-size: 1.05rem;
  font-weight: 900;
}
body .elementor .h77n-core-card::after {
  content: "→";
  position: static;
  width: auto;
  height: auto;
  flex-shrink: 0;
  color: #93c5fd;
  font-size: 1.2rem;
  font-weight: 700;
  transition: transform 0.2s ease, color 0.2s ease;
}
body .elementor .h77n-core-card:hover { background: white; border-color: #0d4bb5; box-shadow: 0 8px 24px rgba(13, 75, 181, 0.1); transform: translateX(4px); }
body .elementor .h77n-core-card:hover::after { transform: translateX(4px); color: #0d4bb5; }
body .elementor .h77n-core-card-body { display: block; flex: 1; min-width: 0; width: auto; }
body .elementor .h77n-core-card-top { display: flex; flex-direction: row; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 4px; }
body .elementor .h77n-core-card-top > .elementor-widget { width: auto; min-width: 0; }
body .elementor .h77n-core-card-top > .h77n-core-price { flex-shrink: 0; }
.h77n-core-tag .elementor-heading-title { color: #0d4bb5; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.04em; line-height: normal; text-transform: uppercase; }
.h77n-core-price .elementor-heading-title {
  display: inline-block;
  color: #06245f;
  background: #f0f7ff;
  border: 1px solid #dbeafe;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: normal;
  white-space: nowrap;
}
.h77n-core-title .elementor-heading-title { color: #06245f; font-size: 0.98rem; font-weight: 800; line-height: 1.35; }
body .elementor .h77n .h77n-core-title { margin-bottom: 3px; }
.h77n-core-desc p { color: #64748b; font-size: 0.82rem; line-height: 1.35; }
body .elementor .h77n-core-pillar-footer { display: block; padding: 16px 20px 20px; border-top: 1px solid #f1f5f9; background: #f8fafc; }

/* ---------- Section 9 — Kiểm soát chi phí ---------- */
body .elementor .h77n-cost { display: block; padding: 92px 0; background: var(--primary); color: white; }
body .elementor .h77n-cost-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.72fr);
  gap: 48px;
  align-items: center;
  width: min(var(--container), calc(100% - 32px));
  margin-inline: auto;
  animation: fadeUp 620ms ease both;
}
body .elementor .h77n-cost-copy { display: block; }
body .elementor .h77n-cost-copy > .elementor-widget-button { width: auto; }
body .elementor .h77n-cost-copy .h77n-lead { margin: 18px 0; }
.h77n-cost .h77n-h2 .elementor-heading-title,
.h77n-cost .h77n-h3 .elementor-heading-title { color: white; }
.h77n-cost .h77n-lead p { color: rgba(255, 255, 255, 0.76); }
body .elementor .h77n-cost-card {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.11);
  padding: 28px;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px) saturate(140%);
}
body .elementor .h77n-cost-factors { display: grid; gap: 10px; margin-top: 24px; }
.h77n-cost-factor .elementor-heading-title {
  position: relative;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.09);
  padding: 13px 14px 13px 38px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
}
.h77n-cost-factor .elementor-heading-title::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: var(--brand-cyan);
  transform: translateY(-50%);
  box-shadow: 0 0 0 5px rgba(124, 198, 255, 0.12);
}

/* ---------- Section 10 — Dự án nổi bật ---------- */
body .elementor .h77n-case { display: block; padding: 92px 0; background: linear-gradient(180deg, rgba(237, 241, 247, 0.68), rgba(244, 246, 251, 1)); }
body .elementor .h77n-case-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.84fr);
  gap: 46px;
  align-items: center;
  width: min(var(--container), calc(100% - 32px));
  margin-inline: auto;
  animation: fadeUp 620ms ease both;
}
body .elementor .h77n-case-media {
  position: relative;
  display: block;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--surface-line);
  box-shadow: 0 24px 60px rgba(0, 9, 40, 0.13);
}
body .elementor .h77n-case-media .h77n-case-image { height: 100%; }
.h77n-case-image img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
body .elementor .h77n-case-badge { position: absolute; left: 24px; bottom: 24px; width: auto; }
.h77n-case-badge .elementor-heading-title {
  display: inline-block;
  background: rgba(255, 255, 255, 0.92);
  color: var(--primary);
  padding: 11px 14px;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: normal;
  text-transform: uppercase;
}
body .elementor .h77n-case-image-note { position: absolute; left: 10px; bottom: 10px; width: auto; }
.h77n-case-image-note .elementor-heading-title {
  display: inline-block;
  padding: 3px 9px;
  border-radius: 4px;
  background: rgba(15, 23, 42, 0.78);
  color: #e2e8f0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.5;
  backdrop-filter: blur(2px);
}
body .elementor .h77n-case-content { display: grid; gap: 20px; justify-items: start; }
body .elementor .h77n-case-content > .elementor-widget-button { width: auto; }
body .elementor .h77n-case-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
body .elementor .h77n-case-fact { display: block; border: 1px solid var(--surface-line); background: white; padding: 16px; }
.h77n-case-fact-label .elementor-heading-title { display: block; color: var(--muted); font-size: 13px; font-weight: 800; line-height: normal; }
body .elementor .h77n .h77n-case-fact-label { margin-bottom: 6px; }
.h77n-case-fact-value .elementor-heading-title { color: var(--primary); font-family: var(--font-montserrat), Arial, sans-serif; font-size: 16px; font-weight: 700; line-height: normal; }
body .elementor .h77n-case-note { display: block; border: 1px solid var(--surface-line); background: white; padding: 16px; }
.h77n-case-note-title .elementor-heading-title { color: var(--text); font-size: 16px; font-weight: 700; line-height: normal; }
.h77n-case-note-text p { color: var(--muted); line-height: 1.6; }
body .elementor .h77n .h77n-case-note-text { margin-top: 8px; }

/* ---------- Section 11 — Cam kết H77CONS ---------- */
body .elementor .h77n-commitment { display: block; padding: 92px 0; background: #f8fafc; border-top: 1px solid #e2e8f0; border-bottom: 1px solid #e2e8f0; }
body .elementor .h77n-commitment-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; counter-reset: h77n-commitment; }
body .elementor .h77n-commitment-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 230px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: white;
  padding: 24px 24px 24px;
  padding-top: 88px;
  box-shadow: 0 10px 24px rgba(6, 36, 95, 0.04);
  counter-increment: h77n-commitment;
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.28s ease, border-color 0.28s ease;
}
body .elementor .h77n-commitment-card:hover { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(6, 36, 95, 0.1); border-color: #93c5fd; }
body .elementor .h77n-commitment-card::before {
  content: "✓";
  position: absolute;
  left: 24px;
  top: 24px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(6, 36, 95, 0.07);
  color: var(--primary);
  font-size: 20px;
  font-weight: 700;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
body .elementor .h77n-commitment-card:hover::before { background: var(--primary); color: white; transform: scale(1.06); }
body .elementor .h77n-commitment-card::after {
  content: "0" counter(h77n-commitment);
  position: absolute;
  right: 24px;
  top: 40px;
  color: #94a3b8;
  font-family: var(--font-montserrat), Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
}
.h77n-commitment-title .elementor-heading-title { color: var(--primary); font-size: 18px; font-weight: 750; line-height: 1.35; }
.h77n-commitment-text p {
  color: #475569;
  font-size: 14.5px;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

/* ---------- Section 12 — Cảm nhận khách hàng ---------- */
body .elementor .h77n-testimonial { display: block; padding: 92px 0; background: #f8fafc; border-top: 1px solid #e2e8f0; border-bottom: 1px solid #e2e8f0; }
body .elementor .h77n-testimonial-grid { display: grid; grid-template-columns: 1.15fr 0.85fr 0.85fr; gap: 20px; }
body .elementor .h77n-testimonial-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: white;
  box-shadow: 0 14px 34px rgba(6, 36, 95, 0.05);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
body .elementor .h77n-testimonial-card:hover { transform: translateY(-4px); box-shadow: 0 20px 42px rgba(6, 36, 95, 0.1); }
body .elementor .h77n-testimonial-media { position: relative; display: block; width: 100%; height: 250px; overflow: hidden; flex: 0 0 auto; }
body .elementor .h77n-testimonial-media .h77n-testimonial-image { height: 100%; }
.h77n-testimonial-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s ease; }
.h77n-testimonial-card:hover .h77n-testimonial-image img { transform: scale(1.05); }
body .elementor .h77n-testimonial-badge { position: absolute; left: 12px; bottom: 12px; width: auto; z-index: 1; }
.h77n-testimonial-badge .elementor-heading-title {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(6, 36, 95, 0.88);
  color: white;
  padding: 5px 11px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  backdrop-filter: blur(6px);
}
body .elementor .h77n-testimonial-body { display: flex; flex-direction: column; gap: 8px; padding: 22px; flex: 1; }
.h77n-testimonial-rating .elementor-heading-title { color: #f59e0b; font-size: 16px; letter-spacing: 2px; line-height: normal; }
body .elementor .h77n .h77n-testimonial-rating { margin-bottom: 2px; }
.h77n-testimonial-name .elementor-heading-title { display: block; color: var(--primary); font-family: var(--font-montserrat), Arial, sans-serif; font-size: 19px; font-weight: 750; line-height: normal; }
.h77n-testimonial-project .elementor-heading-title { display: block; color: #0284c7; font-size: 13.5px; font-weight: 700; line-height: normal; }
.h77n-testimonial-quote p {
  color: #475569;
  font-size: 14.5px;
  font-style: italic;
  line-height: 1.65;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
body .elementor .h77n .h77n-testimonial-quote { margin-top: 4px; }

/* ---------- Section 13 — Quy trình kiểm soát ---------- */
body .elementor .h77n-process { display: block; padding: 92px 0; }
body .elementor .h77n-process-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
body .elementor .h77n-process-step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  align-items: start;
  min-height: 152px;
  background: var(--surface);
  border: 1px solid var(--surface-line);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 14px 34px rgba(0, 9, 40, 0.06);
  animation: fadeUp 520ms ease both;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
body .elementor .h77n-process-step:hover { transform: translateY(-2px); border-color: rgba(31, 117, 214, 0.36); box-shadow: 0 18px 44px rgba(0, 9, 40, 0.1); }
body .elementor .h77n-process-number { width: 56px; height: 56px; }
.h77n-process-number .elementor-heading-title {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  background: var(--primary);
  color: white;
  border-radius: 6px;
  font-family: var(--font-montserrat), Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  box-shadow: 0 12px 24px rgba(6, 36, 95, 0.16);
}
body .elementor .h77n-process-body { display: block; }
.h77n-process-title .elementor-heading-title { color: var(--primary); font-family: var(--font-montserrat), Arial, sans-serif; font-size: 22px; font-weight: 700; line-height: 1.15; }
.h77n-process-text p {
  color: var(--muted);
  line-height: normal;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
body .elementor .h77n .h77n-process-text { margin: 16px 0; }
body .elementor .h77n-process-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10px 18px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed #dbe3ea;
}
body .elementor .h77n-process-meta-item { display: block; }
.h77n-process-meta-label .elementor-heading-title { display: block; color: #8494a4; font-size: 11px; font-weight: 700; letter-spacing: 0.06em; line-height: normal; text-transform: uppercase; }
body .elementor .h77n .h77n-process-meta-label { margin-bottom: 2px; }
.h77n-process-meta-value .elementor-heading-title { color: #33414f; font-size: 14px; font-weight: 400; line-height: 1.5; }

/* ---------- Section 14 — Kiến thức xây dựng ---------- */
body .elementor .h77n-articles { display: block; padding: 92px 0; background: var(--surface-soft); }
body .elementor .h77n-articles-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
body .elementor .h77n-article-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: var(--surface);
  border: 1px solid var(--surface-line);
  border-radius: 6px;
  padding: 24px;
  box-shadow: 0 14px 34px rgba(0, 9, 40, 0.06);
  text-decoration: none;
  animation: fadeUp 520ms ease both;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
body .elementor .h77n-article-card:hover { transform: translateY(-2px); border-color: rgba(31, 117, 214, 0.36); box-shadow: 0 18px 44px rgba(0, 9, 40, 0.1); }
body .elementor .h77n .h77n-article-chip { width: auto; align-self: flex-start; margin-bottom: 4px; }
body .elementor .h77n .h77n-article-title { margin-top: 14px; }
.h77n-article-chip .elementor-heading-title {
  display: inline-flex;
  border-radius: 999px;
  background: #d8e2ff;
  color: #001a43;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 800;
  line-height: normal;
}
.h77n-article-title .elementor-heading-title {
  color: var(--primary);
  font-family: var(--font-montserrat), Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.h77n-article-date .elementor-heading-title { color: var(--muted); font-size: 13.5px; font-weight: 400; line-height: normal; }
.h77n-article-text p {
  color: var(--muted);
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* ---------- Section 15 — Đối tác vật liệu ---------- */
body .elementor .h77n-partners { display: block; padding: 32px 0; background: white; border-top: 1px solid #e2e8f0; border-bottom: 1px solid #e2e8f0; }
body .elementor .h77n-partners-head { display: flex; flex-direction: row; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; margin-bottom: 18px; }
body .elementor .h77n-partners-head > .elementor-widget { width: auto; }
.h77n-partners-eyebrow .elementor-heading-title { font-size: 0.76rem; }
.h77n-partners-note p { margin: 0; color: var(--muted); font-size: 0.9rem; font-weight: 600; }
body .elementor .h77n-partners-tags { display: flex; flex-direction: row; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px; }
body .elementor .h77n-partner-pill {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: auto;
  padding: 8px 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  box-shadow: 0 2px 6px rgba(6, 36, 95, 0.03);
}
body .elementor .h77n-partner-pill::before { content: "✓"; position: static; width: auto; height: auto; color: #0d4bb5; font-size: 0.85rem; font-weight: 900; }
body .elementor .h77n-partner-pill > .elementor-widget { width: auto; }
.h77n-partner-name .elementor-heading-title { color: #06245f; font-size: 0.85rem; font-weight: 700; line-height: normal; }

/* ---------- Section 16 — Đoạn dẫn giải cạnh form báo giá ---------- */
body.page-id-4 .elementor .h77n-lead-copy { display: grid; gap: 10px; width: 100%; }
body.page-id-4 .elementor .h77n-lead-copy .h77n-h2 { margin-top: 10px; }

/* ---------- Section 17 — Kêu gọi hành động cuối trang ---------- */
body .elementor .h77n-footer-cta { position: relative; z-index: 2; display: block; padding: 48px 0 46px; background: #f3f7fc; }
body .elementor .h77n-footer-cta-card {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr) 250px;
  align-items: stretch;
  min-height: 150px;
  width: min(var(--container), calc(100% - 32px));
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid rgba(7, 43, 99, 0.18);
  border-radius: 4px;
  color: white;
  background: linear-gradient(104deg, #0a3b7e 0%, #062c68 42%, #031b49 100%);
  box-shadow: 0 16px 40px rgba(6, 36, 95, 0.08);
}
body .elementor .h77n-footer-cta-media { display: block; min-width: 0; overflow: hidden; }
.h77n-footer-cta-image, .h77n-footer-cta-image .elementor-widget-container { height: 100%; }
.h77n-footer-cta-image img { display: block; width: 100%; height: 100%; min-height: 150px; object-fit: cover; object-position: center 42%; }
body .elementor .h77n-footer-cta-copy { display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: 24px 38px; }
.h77n-footer-cta-title .elementor-heading-title {
  color: white;
  font-family: var(--font-montserrat), Arial, sans-serif;
  font-size: clamp(28px, 2.4vw, 38px);
  font-weight: 850;
  letter-spacing: -0.015em;
  line-height: 1.15;
}
body .elementor .h77n .h77n-footer-cta-title { margin-bottom: 8px; }
.h77n-footer-cta-text p { max-width: 700px; color: rgba(255, 255, 255, 0.9); font-size: 16px; line-height: 1.65; }
body .elementor .h77n-footer-cta-button { align-self: center; width: auto; margin: 0 30px; }
.h77n-footer-cta-button .elementor-button {
  display: inline-flex;
  min-width: 200px;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 3px;
  color: #06245f;
  background: white;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.025em;
  line-height: normal;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.h77n-footer-cta-button .elementor-button:hover { color: #06245f; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18); }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  body .elementor .h77n-footer-cta-card { grid-template-columns: 260px minmax(0, 1fr) 210px; }
  body .elementor .h77n-footer-cta-copy { padding-inline: 26px; }
  body .elementor .h77n-footer-cta-button { margin-inline: 18px; }
  .h77n-footer-cta-button .elementor-button { min-width: 174px; }
}
@media (max-width: 980px) {
  body .elementor .h77n-highlights,
  body .elementor .h77n-impact-cards,
  body .elementor .h77n-commitment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body .elementor .h77n-contact-bar { grid-template-columns: 1fr; margin-top: 18px; }
  body .elementor .h77n-contact-item { min-height: 92px; border-bottom: 1px solid var(--surface-line); }
  body .elementor .h77n-contact-item:last-child { border-bottom: 0; }
  body .elementor .h77n-about-grid,
  body .elementor .h77n-impact-grid,
  body .elementor .h77n-cost-layout,
  body .elementor .h77n-case-layout { grid-template-columns: 1fr; }
  body .elementor .h77n-blueprint-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body .elementor .h77n-blueprint-card:first-child { grid-row: auto; grid-column: 1 / -1; min-height: 360px; }
  body .elementor .h77n-testimonial-grid { grid-template-columns: 1fr; }
  body .elementor .h77n-process-list { grid-template-columns: 1fr; }
  body .elementor .h77n-articles-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  body .elementor .h77n-core-pillars { grid-template-columns: 1fr; }
  body .elementor .h77n-core-card-top { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 767px) {
  body .elementor .h77n-footer-cta { padding: 26px 16px; }
  body .elementor .h77n-footer-cta-card { width: 100%; grid-template-columns: 1fr; }
  body .elementor .h77n-footer-cta-media { height: 176px; }
  .h77n-footer-cta-image img { min-height: 176px; object-position: center 38%; }
  body .elementor .h77n-footer-cta-copy { padding: 28px 24px 18px; }
  .h77n-footer-cta-title .elementor-heading-title { font-size: 28px; }
  .h77n-footer-cta-text p { font-size: 15px; }
  body .elementor .h77n .h77n-footer-cta-button { width: calc(100% - 48px); margin: 0 24px 28px; }
  .h77n-footer-cta-button .elementor-button { width: 100%; min-height: 54px !important; }
}
@media (max-width: 720px) {
  .h77n-lead p,
  .h77n-blueprint-text p,
  .h77n-commitment-text p,
  .h77n-testimonial-quote p,
  .h77n-article-text p,
  .h77n-process-text p { color: #24334d; }
  .h77n-impact .h77n-lead p { color: rgba(255, 255, 255, 0.82); }
  .h77n-cost .h77n-lead p { color: rgba(255, 255, 255, 0.76); }
  /* Same card copy scale the published stylesheet used on phones. */
  .h77n-impact-text p,
  .h77n-blueprint-text p,
  .h77n-commitment-text p,
  .h77n-testimonial-quote p,
  .h77n-core-pillar-desc p,
  .h77n-core-desc p { font-size: 15px; line-height: 1.62; }
  .h77n-article-text p { font-size: 15px; }
  .h77n-article-date .elementor-heading-title { font-size: 16px; line-height: 1.62; }
}
@media (max-width: 640px) {
  body .elementor .h77n-about,
  body .elementor .h77n-impact,
  body .elementor .h77n-cost,
  body .elementor .h77n-case,
  body .elementor .h77n-commitment,
  body .elementor .h77n-testimonial,
  body .elementor .h77n-process,
  body .elementor .h77n-articles { padding: 56px 0; }
  body .elementor .h77n-blueprint { padding: 56px 0; }
  body .elementor .h77n-highlights,
  body .elementor .h77n-impact-cards,
  body .elementor .h77n-commitment-grid,
  body .elementor .h77n-blueprint-grid,
  body .elementor .h77n-trust-grid,
  body .elementor .h77n-articles-grid,
  body .elementor .h77n-case-facts { grid-template-columns: 1fr; }
  body .elementor .h77n-highlights,
  body .elementor .h77n-contact-bar { width: min(var(--container), calc(100% - 24px)); }
  body .elementor .h77n-highlight-card { min-height: 210px; aspect-ratio: auto; }
  body .elementor .h77n-highlight-body { min-height: 134px; padding: 18px; }
  .h77n-highlight-title .elementor-heading-title,
  .h77n-highlight-text { min-height: auto; }
  body .elementor .h77n-contact-item,
  body .elementor .h77n-trust-item { min-height: 108px; padding: 20px; }
  .h77n-contact-value .elementor-heading-title { font-size: 17px; }
  body .elementor .h77n-trust-item { border-bottom: 1px solid var(--surface-line); }
  body .elementor .h77n-about-media,
  .h77n-about-image img { min-height: 360px; }
  body .elementor .h77n-case-media,
  .h77n-case-image img { min-height: 340px; }
  body .elementor .h77n-impact-card,
  body .elementor .h77n-commitment-card { min-height: auto; }
  body .elementor .h77n-blueprint-card,
  body .elementor .h77n-blueprint-card:first-child { min-height: 260px; }
  body .elementor .h77n-split-head { display: grid; }
  .h77n-h2 .elementor-heading-title { font-size: 29px; }
}
@media (prefers-reduced-motion: reduce) {
  body .elementor .h77n-inner,
  body .elementor .h77n-highlight-card,
  body .elementor .h77n-contact-bar,
  body .elementor .h77n-about-grid,
  body .elementor .h77n-impact-grid,
  body .elementor .h77n-cost-layout,
  body .elementor .h77n-case-layout,
  body .elementor .h77n-process-step,
  body .elementor .h77n-article-card { animation: none; }
}
