/* Tinh chỉnh riêng cho VISUNAI — nạp sau styles.css, không sửa file gốc. */

/* Menu: in đậm, chữ hoa, dễ đọc hơn */
.v2-nav-link,
.nav-dropdown > summary,
.header-cta,
.language-switch {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .02em;
}

/*
 * Cỡ chữ giữ đúng hệ thiết kế gốc.
 * Ô chữ nhiều đoạn (.rich-inline) không tạo khung riêng, để khoảng cách
 * giữa tiêu đề và đoạn mô tả đúng như bản thiết kế.
 */
.site-v2 .rich-v2 { display: contents; }

/* Thẻ fanpage */
.fanpage-card {
  display: flex; align-items: center; gap: 14px;
  margin-top: 18px; padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius);
  background: rgba(255,255,255,.06); color: var(--white); text-decoration: none;
  transition: background .2s ease, transform .2s var(--ease-out);
}
.fanpage-card:hover { background: rgba(255,255,255,.12); transform: translateY(-2px); }
.fanpage-card img { border-radius: 50%; background: var(--white); }
.fanpage-card span { display: grid; gap: 3px; }
.fanpage-card strong { font-size: 1.02rem; }
.fanpage-card small { color: rgba(255,255,255,.72); }
.fanpage-follow {
  margin-left: auto; padding: 8px 16px; border-radius: 999px;
  background: var(--blue); font-size: .85rem; font-weight: 800; white-space: nowrap;
}

/* Khung bản đồ */
.map-frame {
  overflow: hidden; margin-top: 18px;
  border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius);
  aspect-ratio: 16 / 9; background: rgba(255,255,255,.06);
}
.map-frame iframe { width: 100%; height: 100%; border: 0; display: block; }

/* Cột liên hệ trong form */
.contact-lines { display: grid; gap: 14px; margin-top: 28px; }
.contact-lines a { display: grid; gap: 4px; padding-bottom: 14px; border-bottom: 1px solid var(--smoke); text-decoration: none; }
.contact-lines span { color: var(--muted); font-size: .85rem; font-weight: 700; }
.contact-lines strong { color: var(--ink); font-size: 1.02rem; }

.form-status { margin-top: 14px; color: #b42318; font-weight: 600; }

/* ---- Tiêu đề căn giữa (bố cục như bản cũ) ---- */
.head-center { max-width: 760px; margin: 0 auto 44px; text-align: center; }
.head-center p { margin-top: 14px; color: var(--muted); }
.head-left { max-width: 820px; margin-bottom: 40px; }
.head-left h2 { margin-top: 12px; }
.head-left p { margin-top: 14px; color: var(--muted); }

/* ---- Thế mạnh: dải thẻ trên nền xanh ---- */
.strengths-v2 { padding-bottom: 0; }
.strength-band {
  margin-top: 8px; padding: 54px 0;
  background: linear-gradient(135deg, var(--navy), var(--blue-deep));
}
.strength-row {
  display: grid; gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}
.strength-card {
  padding: 22px 20px; border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius-sm); background: rgba(255,255,255,.07);
  color: rgba(255,255,255,.82);
}
.strength-card h3 {
  position: relative; margin-bottom: 16px; padding-bottom: 12px;
  color: var(--white); font-size: 1.1rem;
}
.strength-card h3::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 34px; height: 3px; border-radius: 2px; background: var(--orange);
}
.strength-card p { font-size: .95rem; line-height: 1.6; }

/* ---- Cảm nhận khách hàng ---- */
.testi-grid { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.testi-card {
  display: flex; flex-direction: column; padding: 28px;
  border: 1px solid var(--smoke); border-radius: var(--radius);
  background: var(--white); box-shadow: var(--shadow-soft);
}
.testi-stars { color: var(--orange); letter-spacing: 3px; }
.testi-quote { margin-top: 10px; color: var(--blue-soft); font-family: Georgia, serif; font-size: 2.4rem; line-height: .6; }
.testi-card p { margin-top: 16px; color: var(--muted); font-size: .98rem; line-height: 1.7; }
.testi-who { display: flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 22px; }
.testi-avatar {
  display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%;
  background: var(--blue-deep); color: var(--white); font-weight: 800;
}
.testi-who strong { display: block; color: var(--ink); font-size: .96rem; }
.testi-who small { color: var(--muted); font-size: .86rem; }

/* ---- Fanpage + bản đồ nằm trong chân trang ---- */
.footer-extra { padding: 34px 0 6px; border-top: 1px solid rgba(255,255,255,.14); margin-top: 20px; }
.footer-extra-grid { display: grid; gap: 30px; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); align-items: start; }
.footer-extra h2 { color: var(--white); font-size: .95rem; letter-spacing: .08em; text-transform: uppercase; }
@media (max-width: 900px) { .footer-extra-grid { grid-template-columns: 1fr; } }

.fanpage-card span:not(.fanpage-follow) { flex: 1 1 auto; min-width: 0; }
.fanpage-follow { flex: 0 0 auto; }

/* ---- Trang con: lộ trình các bước ---- */
.rail-grid { display: grid; gap: 22px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.rail-step { padding-top: 22px; border-top: 2px solid rgba(255,255,255,.18); color: rgba(255,255,255,.78); }
.rail-no { color: var(--sun); font-weight: 900; font-size: .95rem; letter-spacing: .1em; }
.rail-step h3 { margin: 10px 0 10px; color: var(--white); font-size: 1.12rem; }
.rail-step p { font-size: .95rem; line-height: 1.65; }

/* ---- Ảnh trong thẻ và ảnh cạnh nội dung ---- */
.card-image { width: 100%; height: 170px; object-fit: cover; border-radius: var(--radius-sm); margin-bottom: 18px; }
.split-image { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-soft); }

/* ---- Trích dẫn ---- */
.quote-v2 {
  margin: 0; padding: 28px 32px; border-left: 4px solid var(--orange);
  border-radius: var(--radius-sm); background: var(--paper); color: var(--ink);
}
.quote-v2 p { font-size: 1.12rem; line-height: 1.7; font-style: italic; }
.quote-v2 cite { display: block; margin-top: 14px; color: var(--muted); font-size: .92rem; font-style: normal; font-weight: 700; }

/* ---- Bài viết ---- */
.post-hero { padding: 48px 0 10px; }
.post-cover { width: 100%; max-height: 420px; object-fit: cover; border-radius: var(--radius); margin-top: 22px; }
.post-meta { display: flex; gap: 12px; align-items: center; color: var(--muted); font-size: .9rem; margin-top: 12px; }
.post-body { max-width: 820px; margin: 0 auto; }

/* ---- Phân trang blog ---- */
.pager-v2 { display: flex; gap: 8px; justify-content: center; padding-bottom: 70px; }
.pager-item {
  min-width: 40px; padding: 9px 12px; border: 1px solid var(--smoke); border-radius: 10px;
  color: var(--ink); text-align: center; text-decoration: none; font-weight: 700;
}
.pager-item.is-current { border-color: var(--blue); color: var(--white); background: var(--blue); }

/* Mục trong menu sổ xuống: in đậm, chữ hoa như bản thiết kế */
.dropdown-panel a { font-weight: 800; text-transform: uppercase; letter-spacing: .02em; }

/* Ảnh bìa dự án lấp đầy ô, ô bấm được */
a.proof-visual { display: block; }
.proof-visual img { width: 100%; height: 100%; min-height: 210px; object-fit: cover; display: block; }
.proof-body h3 a { color: inherit; text-decoration: none; }
.proof-body h3 a:hover { color: var(--blue-deep); }
