/* ================================================================
   ZNA Law Company – Luật sư Vũ Khánh Din Detail Page
   Primary: #07568e  |  Accent: #fdeb01  |  Dark text: #454545
================================================================ */

/* ── HEADER CTA ──────────────────────────────────── */
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  padding: 0 42px;
  background: #fdeb01;
  color: #07568e;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 900;
  border: 2px solid #07568e;
  transition: background .2s, color .2s;
}
.header-cta:hover {
  background: #07568e;
  color: #fff;
}
.nav a[aria-current="page"] {
  color: #07568e;
}

/* ── PAGE WRAPPER ────────────────────────────────── */
.ld-page {
  padding: 40px 0 80px;
  background: #fff;
}

/* ── TWO-COLUMN LAYOUT ───────────────────────────── */
.ld-layout {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

/* ── SIDEBAR ─────────────────────────────────────── */
.ld-sidebar {
  flex: 0 0 450px;
  width: 450px;
}

.ld-main-photo {
  width: 100%;
  overflow: hidden;
}
.ld-main-photo img {
  width: 100%;
  height: 592px;
  object-fit: cover;
  object-position: top center;
  display: block;
}

/* Service list */
.ld-services-nav {
  margin-top: 32px;
}
.ld-svc-line {
  border: none;
  border-top: 1px solid #8d8d8d;
  margin: 0;
}
.ld-svc-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0;
}
.ld-svc-row h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #000;
  line-height: 1.5;
  flex: 1;
}
.ld-svc-row h3 a {
  color: inherit;
  transition: color .2s;
}
.ld-svc-row h3 a:hover {
  color: #07568e;
}
.ld-xem-them {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #959595;
  white-space: nowrap;
  padding-top: 10px;
  flex-shrink: 0;
  transition: color .2s;
}
.ld-xem-them:hover {
  color: #07568e;
}

/* ── MAIN CONTENT ────────────────────────────────── */
.ld-content {
  flex: 1;
  min-width: 0;
}

/* Breadcrumb */
.ld-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #454545;
  line-height: 30px;
  margin-bottom: 8px;
}
.ld-breadcrumb a {
  color: #454545;
  transition: color .2s;
}
.ld-breadcrumb a:hover {
  color: #07568e;
}
.ld-bc-sep {
  color: #a9a9a9;
  font-size: 11px;
}

/* Profile Card */
.ld-profile-card {
  display: flex;
  gap: 0;
  align-items: stretch;
  background: #fff;
  border: 1px solid #e0e0e0;
  margin-bottom: 36px;
  overflow: hidden;
}
.ld-profile-thumb {
  flex: 0 0 175px;
  width: 175px;
  overflow: hidden;
  background: #000;
}
.ld-profile-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}
.ld-profile-info {
  flex: 1;
  padding: 24px 28px;
}
.ld-profile-name {
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #000;
  line-height: 1.4;
  margin-bottom: 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ld-profile-title {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 1.4;
}
.ld-profile-lead {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #454545;
  line-height: 1.4;
}

/* Biography */
.ld-bio {
  margin-bottom: 32px;
}
.ld-bio p {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #454545;
  line-height: 1.72;
  margin-bottom: 20px;
}
.ld-bio p:last-child {
  margin-bottom: 0;
}

/* Certificate / Awards Image */
.ld-cert {
  margin-bottom: 32px;
  background: #f1f1f1;
  overflow: hidden;
}
.ld-cert img {
  width: 100%;
  height: auto;
  display: block;
}

/* Professional Experience */
.ld-experience {
  margin-bottom: 40px;
}
.ld-experience p {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #454545;
  line-height: 1.72;
  margin-bottom: 24px;
}
.ld-experience p:last-child {
  margin-bottom: 0;
}

/* Section divider */
.ld-divider {
  border: none;
  border-top: 1px solid #000;
  margin: 0 0 40px;
}

/* ── ASSOCIATE LAWYERS ───────────────────────────── */
.ld-associates-title {
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
  margin-bottom: 28px;
}
.ld-associates-grid {
  display: flex;
  gap: 40px;
}
.ld-assoc-card {
  flex: 1;
}
.ld-assoc-photo {
  width: 100%;
  overflow: hidden;
  background: #000;
  margin-bottom: 12px;
}
.ld-assoc-photo img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: top;
  display: block;
}
.ld-assoc-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.ld-assoc-role {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1;
}
.ld-assoc-date {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #454545;
  line-height: 1;
}
.ld-assoc-name {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
  margin-bottom: 12px;
}
.ld-assoc-desc {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #444444;
  line-height: 1.7;
  margin-bottom: 16px;
}
.ld-doc-tiep {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  transition: color .2s;
}
.ld-doc-tiep i {
  font-size: 13px;
}
.ld-doc-tiep:hover {
  color: #07568e;
}

/* ── RESPONSIVE ──────────────────────────────────── */
@media (max-width: 1200px) {
  .ld-layout { gap: 40px; }
  .ld-sidebar { flex: 0 0 360px; width: 360px; }
  .ld-main-photo img { height: 480px; }
  .ld-svc-row h3 { font-size: 24px; }
}

@media (max-width: 900px) {
  .ld-layout { flex-direction: column; }
  .ld-sidebar { flex: none; width: 100%; }
  .ld-main-photo img { height: auto; max-height: 500px; }
  .ld-profile-name { font-size: 18px; }
  .ld-bio p,
  .ld-experience p { font-size: 16px; }
  .ld-associates-title { font-size: 32px; }
  .ld-assoc-name { font-size: 24px; }
}

@media (max-width: 700px) {
  .ld-page { padding: 24px 0 60px; }
  .ld-profile-card { flex-direction: column; }
  .ld-profile-thumb { width: 100%; height: 200px; }
  .ld-profile-info { padding: 16px; }
  .ld-associates-grid { flex-direction: column; gap: 32px; }
  .ld-assoc-photo img { height: 260px; }
  .ld-svc-row h3 { font-size: 20px; }
}

@media (max-width: 480px) {
  .ld-profile-name { font-size: 16px; }
  .ld-associates-title { font-size: 26px; }
  .ld-assoc-name { font-size: 20px; }
  .ld-svc-row h3 { font-size: 18px; }
}
