.brand-mark {
  width: 76px;
  height: 76px;
  border: 1px solid rgba(214, 168, 77, .75);
  outline: none;
  border-radius: 4px;
  background: #0b5790;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(2, 35, 61, .13);
}

/* Hình ảnh minh họa cho chuyên trang tin tức */
.news-visual.has-photo::before{inset:0;width:auto;height:auto;border-radius:0;background:linear-gradient(180deg,transparent 48%,rgba(3,41,67,.72));z-index:1}
.news-visual.has-photo img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s}
.featured-news:hover .news-visual.has-photo img{transform:scale(1.025)}
.news-visual.has-photo .category{z-index:2}
.photo-credit{position:absolute;right:16px;bottom:20px;z-index:2;color:#fff;font-size:.62rem;text-shadow:0 1px 3px rgba(0,0,0,.75)}
.story-photo{margin:6px 0 20px;background:#e6edf1;overflow:hidden}
.story-photo img{width:100%;height:clamp(230px,38vw,410px);display:block;object-fit:cover;transition:transform .35s}
.news-story:hover .story-photo img{transform:scale(1.015)}
.story-photo figcaption{padding:9px 12px;background:#f3f6f8;color:#667b89;font-size:.7rem;border-bottom:1px solid var(--line)}
@media(max-width:700px){.story-photo img{height:220px}}

#cong-chung-ngan-hang>div:nth-child(2)::before,
#hoi-nhap-quoc-te>div:nth-child(2)::before,
#tphcm-boi-duong>div:nth-child(2)::before{
  content:"";
  display:block;
  width:100%;
  height:clamp(230px,38vw,410px);
  margin:6px 0 8px;
  background-position:center;
  background-size:cover;
}
#cong-chung-ngan-hang>div:nth-child(2)::before{background-image:url("https://tttctt.1cdn.vn/2026/09/10/toan-canh-100926.jpg")}
#hoi-nhap-quoc-te>div:nth-child(2)::before{background-image:url("https://vietnamnotary.org/wp-content/uploads/2026/09/image.png")}
#tphcm-boi-duong>div:nth-child(2)::before{background-image:url("https://vietnamnotary.org/wp-content/uploads/2026/08/image-16.png")}
#cong-chung-ngan-hang h2::after,
#hoi-nhap-quoc-te h2::after,
#tphcm-boi-duong h2::after{
  display:block;
  margin:0 0 18px;
  padding:8px 11px;
  background:#f3f6f8;
  border-bottom:1px solid var(--line);
  color:#667b89;
  font-family:"Be Vietnam Pro",sans-serif;
  font-size:.68rem;
  font-weight:400;
  line-height:1.5;
}
#cong-chung-ngan-hang h2::after{content:"Toàn cảnh buổi làm việc giữa hai Hiệp hội. Ảnh: Hiệp hội Ngân hàng Việt Nam"}
#hoi-nhap-quoc-te h2::after{content:"Đoàn Hiệp hội Công chứng viên Việt Nam tại Hội nghị ở Hàng Châu. Ảnh: Hiệp hội CCV Việt Nam"}
#tphcm-boi-duong h2::after{content:"Lớp bồi dưỡng nghiệp vụ công chứng năm 2026 tại TP.HCM. Ảnh: Hiệp hội CCV Việt Nam"}
@media(max-width:700px){#cong-chung-ngan-hang>div:nth-child(2)::before,#hoi-nhap-quoc-te>div:nth-child(2)::before,#tphcm-boi-duong>div:nth-child(2)::before{height:220px}}

.brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.brand-mark.small {
  width: 64px;
  height: 64px;
  border-color: rgba(214, 168, 77, .6);
  outline: none;
  box-shadow: none;
}

/* Nhận diện thương hiệu ở chân trang */
footer .footer-brand {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  column-gap: 18px;
  align-items: center;
}

footer .footer-brand h3 {
  margin: 0;
}

footer .footer-brand-accent {
  color: #e5b84f;
}

footer .footer-brand > p {
  grid-column: 1 / -1;
  margin-top: 18px;
}

footer .footer-bottom span:last-child {
  color: #d6a84d;
  font-weight: 600;
}

footer .footer-bottom span {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: .72rem;
  font-weight: 600;
}

footer .visitor-stats {
  margin-top: 32px;
  padding: 13px 16px;
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.08);
  display: flex;
  justify-content: flex-end;
  gap: 22px;
  align-items: center;
  background: rgba(255,255,255,.025);
}

footer .visitor-stats-label {
  color: #d6a84d;
  font-size: .68rem;
  font-weight: 700;
  white-space: nowrap;
}

footer .visitor-stats-grid {
  display: flex;
  align-items: center;
  gap: 0;
}

footer .visitor-stats-grid > div {
  display: flex;
  align-items: baseline;
  gap: 6px;
  padding: 0 14px;
  border-right: 1px solid rgba(255,255,255,.12);
}

footer .visitor-stats-grid > div:last-child {
  border-right: 0;
}

footer .visitor-stats-grid strong {
  color: #e5b84f;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: .76rem;
  line-height: 1;
}

footer .visitor-stats-grid span {
  color: #aebfca;
  font-size: .64rem;
}

footer .visitor-stats-unavailable {
  opacity: .65;
}

@media (max-width: 600px) {
  footer .footer-brand {
    grid-template-columns: 64px minmax(0, 1fr);
    column-gap: 14px;
  }

  footer .footer-brand h3 {
    font-size: 1.05rem;
  }

  footer .visitor-stats {
    margin-top: 26px;
    padding: 12px 8px;
    display: block;
    text-align: center;
  }

  footer .visitor-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 8px;
  }

  footer .visitor-stats-grid > div {
    justify-content: center;
    padding: 5px 8px;
  }

  footer .visitor-stats-grid > div:nth-child(2),
  footer .visitor-stats-grid > div:last-child {
    border-right: 0;
  }

  footer .visitor-stats-grid strong {
    font-size: .78rem;
  }
}

/* Cân lại khối mở đầu trang chủ */
.hero-grid {
  min-height: 500px;
  grid-template-columns: minmax(0, 1fr) minmax(460px, .92fr);
  gap: clamp(46px, 5vw, 76px);
  padding: 54px 0;
}

.hero-copy {
  align-self: center;
  min-width: 0;
}

.hero h1 {
  max-width: none;
  margin-bottom: 22px;
  font-size: clamp(3.15rem, 4.05vw, 4rem);
  line-height: 1.02;
}

.hero h1 span,
.hero h1 em {
  display: block;
  white-space: nowrap;
}

.hero-copy > p {
  max-width: 650px;
  margin: 0;
  line-height: 1.75;
}

.hero-buttons {
  margin-top: 28px;
}

.hero-panel {
  height: 360px;
  align-self: center;
}

.hero-panel .seal {
  top: 44%;
  width: 168px;
  height: 168px;
  outline-offset: 11px;
}

.hero-panel .panel-caption {
  left: 36px;
  right: 36px;
  bottom: 26px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: start;
  gap: 28px;
  padding-top: 15px;
}

.hero-panel .panel-caption b {
  line-height: 1.35;
}

.hero-panel .panel-caption span {
  align-self: start;
  line-height: 1.55;
}

/* Cân đối thanh điều hướng trên màn hình lớn */
.main-nav {
  border-top-color: #c99735;
  border-bottom: 1px solid #c6932f;
  background: linear-gradient(90deg, #e4bd61 0%, #d8aa49 50%, #e4bd61 100%);
  box-shadow: 0 7px 18px rgba(3, 47, 80, .14);
}

.nav-inner {
  height: 66px;
  justify-content: center;
  gap: clamp(30px, 3vw, 56px);
}

.nav-inner a {
  height: 66px;
  padding: 0 3px;
  font-size: .96rem;
  font-weight: 700;
  letter-spacing: -.01em;
  white-space: nowrap;
  color: #06385f;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
  transition: color .2s ease, background-color .2s ease;
}

.nav-inner a::after {
  height: 4px;
  background: #073d68;
}

.nav-inner a:hover,
.nav-inner a.active {
  color: #032943;
}

@media (max-width: 900px) {
  .brand-mark { width: 60px; height: 60px; }
  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 68px 0;
  }
  .hero h1 span,
  .hero h1 em {
    white-space: normal;
  }
  .nav-inner {
    display: block;
    height: auto;
    padding: 10px 20px 20px;
    background: #ddb04f;
  }
  .nav-inner a {
    height: 46px;
    padding: 0;
    font-size: .9rem;
    border-bottom-color: rgba(7, 61, 104, .2);
  }
}

@media (max-width: 600px) {
  .brand-mark { width: 50px; height: 50px; }
  .hero-grid { padding: 55px 0; }
  .hero h1 { font-size: 2.7rem; }
}

/* Phiên bản hình ảnh: đưa hoạt động thật của Hội vào vùng mở đầu */
.hero-panel.hero-photo { background: var(--navy); }
.hero-photo > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform .5s ease;
}
.hero-photo:hover > img { transform: scale(1.025); }
.hero-photo::before { inset: 18px; z-index: 3; pointer-events: none; }
.hero-photo::after { display: none; }
.hero-photo-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg,rgba(3,41,67,.04) 24%,rgba(3,41,67,.9) 100%);
}
.hero-photo-badge {
  position: absolute;
  z-index: 2;
  left: 34px;
  top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  color: #fff;
  background: rgba(3,41,67,.86);
  border-left: 3px solid var(--gold);
  backdrop-filter: blur(5px);
}
.hero-photo-badge span { color: #f2ca7a; font-size: 1.55rem; line-height: 1; }
.hero-photo-badge small { font-size: .55rem; font-weight: 800; letter-spacing: .12em; line-height: 1.45; }
.hero-photo .panel-caption { z-index: 2; bottom: 38px; }
.hero-photo .panel-caption span { color: #e1edf4; opacity: .9; }
.hero-photo-credit {
  position: absolute;
  right: 34px;
  bottom: 12px;
  z-index: 2;
  color: rgba(255,255,255,.72);
  font-size: .55rem;
}

/* Tin ngắn có ảnh đại diện để trang chủ bớt nặng chữ */
.visual-news-list article {
  grid-template-columns: 64px 106px minmax(0,1fr);
  gap: 16px;
  align-items: start;
}
.visual-news-list .date-box { width: 64px; height: 76px; }
.news-thumb { display: block; width: 106px; height: 76px; overflow: hidden; background: #e4ebef; }
.news-thumb img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .3s ease; }
.news-thumb:hover img { transform: scale(1.06); }
.visual-news-list h3 { font-size: 1.08rem; margin-top: 3px; }
.visual-news-list p { line-height: 1.5; }

.visual-news-list article > div:last-child {
  min-width: 0;
}

.visual-news-list h3,
.visual-news-list p {
  text-wrap: pretty;
}

@media (max-width: 900px) {
  .hero-panel.hero-photo { display: block; height: 330px; }
}

@media (max-width: 600px) {
  .menu-button {
    border-color: #c99735;
    background: linear-gradient(135deg, #edc86f, #d9a83f);
    color: #073d68;
    box-shadow: 0 5px 14px rgba(7, 61, 104, .16);
  }

  .menu-button:hover,
  .menu-button:focus-visible {
    border-color: #b88728;
    background: #f0ca72;
  }

  .hero .hero-copy h1 {
    font-size: clamp(2rem, 8.65vw, 2.18rem);
    line-height: 1.08;
    letter-spacing: -.035em;
  }
  .hero .hero-copy h1 span,
  .hero .hero-copy h1 em {
    white-space: nowrap;
  }
  .hero .hero-copy > p {
    font-size: .92rem;
    line-height: 1.75;
    text-align: justify;
  }
  .hero-panel.hero-photo { height: 245px; }
  .hero-photo-badge { left: 20px; top: 18px; }
  .hero-photo .panel-caption { left: 20px; right: 20px; bottom: 28px; grid-template-columns: 1fr; gap: 3px; }
  .hero-photo .panel-caption b { font-size: .95rem; }
  .hero-photo .panel-caption span { font-size: .6rem; }
  .hero-photo-credit { right: 20px; bottom: 8px; }
  .visual-news-list article { grid-template-columns: 56px 78px minmax(0,1fr); gap: 10px; }
  .visual-news-list .date-box { width: 56px; height: 66px; }
  .news-thumb { width: 78px; height: 66px; }
  .visual-news-list h3 { font-size: .96rem; }
  .visual-news-list p { display: none; }
  .visual-news-list h3 a {
    display: -webkit-box;
    min-height: 3.75em;
    overflow: hidden;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
