/* ================================================================
   ZNA Law Company – Kinh nghiệm Page Styles
   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;
}

/* ── HERO ────────────────────────────────────────── */
.kn-hero {
  position: relative;
  height: 450px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kn-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}
.kn-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
  pointer-events: none;
}
.kn-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 1100px;
  padding: 0 40px;
}
.kn-hero-title {
  font-family: 'Roboto', sans-serif;
  font-size: 45px;
  font-weight: 700;
  color: #d9d9d9;
  line-height: 1.3;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.kn-hero-desc {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.7;
}

/* ── SECTIONS ────────────────────────────────────── */
.kn-section {
  padding: 60px 0;
  background: #fff;
}
.kn-reviews {
  padding-top: 60px;
}
.kn-section-title {
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #000;
  line-height: 1.3;
  margin-bottom: 40px;
}
.kn-title-blue {
  color: #07568e;
}

/* ── FEATURED ARTICLES (2-col) ───────────────────── */
.kn-featured-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  margin-bottom: 60px;
}
.kn-feat-article {
  display: flex;
  flex-direction: column;
}
.kn-feat-img {
  width: 100%;
  height: 500px;
  overflow: hidden;
  background: #d9d9d9;
  margin-bottom: 16px;
}
.kn-feat-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Article meta row (author + date) */
.kn-art-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.kn-art-author {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1;
}
.kn-art-date {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #454545;
  line-height: 1;
}
.kn-art-title {
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
  margin-bottom: 16px;
}
.kn-art-excerpt {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #444444;
  line-height: 1.7;
  margin-bottom: 20px;
  flex: 1;
}
.kn-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;
}
.kn-doc-tiep i {
  font-size: 13px;
}
.kn-doc-tiep:hover {
  color: #07568e;
}

/* ── THREE-COLUMN CARD GRID ──────────────────────── */
.kn-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 58px;
  margin-bottom: 48px;
}
.kn-card {
  display: flex;
  flex-direction: column;
}
.kn-card-img {
  width: 100%;
  height: 300px;
  overflow: hidden;
  background: #000;
  margin-bottom: 14px;
}
.kn-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.kn-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.kn-card-author {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1;
}
.kn-card-date {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #454545;
  line-height: 1;
}
.kn-card-title {
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
  margin-bottom: 12px;
}
.kn-card-excerpt {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #444444;
  line-height: 1.7;
}

/* ── XEM TIẾP BUTTON ─────────────────────────────── */
.kn-xem-tiep-wrap {
  display: flex;
  align-items: center;
}
.kn-xem-tiep-btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  height: 75px;
  padding: 0 36px;
  background: #07568e;
  color: #fdeb01;
  border: 2px solid #fdeb01;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: background .2s, color .2s;
}
.kn-xem-tiep-btn i {
  font-size: 14px;
}
.kn-xem-tiep-btn:hover {
  background: #054d7a;
}

/* ── CTA BANNER ──────────────────────────────────── */
.kn-cta-banner {
  position: relative;
  height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kn-cta-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.kn-cta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  pointer-events: none;
}
.kn-cta-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 1100px;
  padding: 0 40px;
}
.kn-cta-text {
  font-family: 'Roboto', sans-serif;
  font-size: 60px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 60px;
}
.kn-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  padding: 0 60px;
  background: #fdeb01;
  color: #000;
  border: 2px solid #000;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 900;
  transition: background .2s;
}
.kn-cta-btn:hover {
  background: #fff;
}

/* ── RESPONSIVE ──────────────────────────────────── */
@media (max-width: 1200px) {
  .kn-art-title { font-size: 30px; }
  .kn-card-title { font-size: 30px; }
  .kn-cards-grid { gap: 36px; }
  .kn-featured-grid { gap: 36px; }
  .kn-cta-text { font-size: 44px; }
}

@media (max-width: 900px) {
  .kn-hero { height: 360px; }
  .kn-hero-title { font-size: 32px; }
  .kn-hero-desc { font-size: 16px; }

  .kn-section-title { font-size: 32px; }
  .kn-feat-img { height: 340px; }

  .kn-featured-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .kn-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }
  .kn-art-title { font-size: 26px; }
  .kn-card-title { font-size: 26px; }
  .kn-cta-banner { height: 450px; }
  .kn-cta-text { font-size: 32px; margin-bottom: 40px; }
}

@media (max-width: 700px) {
  .kn-hero { height: 300px; }
  .kn-hero-title { font-size: 26px; }

  .kn-section { padding: 40px 0; }
  .kn-feat-img { height: 260px; }

  .kn-cards-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .kn-card-img { height: 220px; }
  .kn-art-title { font-size: 22px; }
  .kn-card-title { font-size: 22px; }
  .kn-cta-banner { height: 380px; }
  .kn-cta-text { font-size: 24px; margin-bottom: 32px; }
  .kn-cta-btn { height: 60px; padding: 0 40px; }
}

@media (max-width: 480px) {
  .kn-hero-title { font-size: 20px; }
  .kn-hero-desc { font-size: 14px; }
  .kn-section-title { font-size: 26px; }
  .kn-art-title { font-size: 20px; }
  .kn-card-title { font-size: 20px; }
  .kn-cta-text { font-size: 20px; }
  .kn-xem-tiep-btn { height: 60px; font-size: 16px; }
}
