:root {
  --primary: #114491;
  --primary-2: #1d68c3;
  --red: #c42126;
  --ink: #202833;
  --muted: #697481;
  --line: #e3eaf3;
  --soft: #f5f8fc;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  background: linear-gradient(180deg, #f3f6fb 0%, #fff 34%, #f4f7fb 100%);
}

@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--primary);
}

img {
  max-width: 100%;
}

.skip-link {
  position: absolute;
  top: -48px;
  left: 16px;
  z-index: 2000;
  padding: 9px 12px;
  color: #fff;
  background: var(--primary);
}

.skip-link:focus {
  top: 12px;
}

.utility-bar {
  min-height: 36px;
  color: #5d6670;
  font-size: 13px;
  background: #f7f8fa;
  border-bottom: 1px solid #e3e8ef;
}

.utility-bar .container {
  min-height: 36px;
}

.utility-bar i {
  margin-right: 7px;
  color: var(--red);
}

.utility-links {
  display: flex;
  gap: 10px;
  align-items: center;
}

.brand-band {
  min-height: 158px;
  background:
    linear-gradient(90deg, rgba(0, 20, 78, 0.22), rgba(0, 43, 111, 0.08)),
    url("../img/header_top_clean_bg.png") center / cover no-repeat;
}

.brand-row {
  display: flex;
  min-height: 158px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand-mark {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 20px;
}

.brand-mark img {
  width: 88px;
  height: 88px;
  flex: 0 0 auto;
}

.brand-mark span {
  display: grid;
  gap: 10px;
  color: #fff;
  font-size: 23px;
  line-height: 1.18;
  text-shadow: 0 2px 8px rgba(0, 19, 64, 0.52);
}

.brand-side {
  display: grid;
  justify-items: end;
  flex: 0 0 380px;
}

.brand-side .site-title {
  margin: 0;
  color: #083780;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.15;
  text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff,
    0 2px 8px rgba(0, 19, 64, 0.28);
}

.main-nav {
  position: relative;
  z-index: 1040;
  min-height: 54px;
  padding: 0;
  background: var(--primary);
  transition: box-shadow 0.2s ease;
}

.main-nav.is-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 10px 24px rgba(7, 30, 73, 0.22);
}

.nav-spacer {
  display: none;
}

.nav-spacer.is-active {
  display: block;
}

.main-nav .navbar-nav {
  display: flex;
  width: 100%;
}

.main-nav .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.main-nav .nav-link {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.main-nav .nav-link:hover,
.main-nav .nav-link:focus,
.main-nav .nav-link.active,
.main-nav .nav-item.active > .nav-link {
  color: #fff;
  background: var(--primary-2);
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.42);
}

.navbar-toggler-icon {
  filter: invert(1);
}

.dropdown-menu {
  padding: 8px;
  border: 1px solid #dce4ed;
  border-radius: 0;
  box-shadow: 0 10px 24px rgba(13, 39, 76, 0.14);
}

.dropdown-item {
  padding: 9px 12px;
  color: #233247;
  font-weight: 650;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--primary);
  background: #f1f5fa;
}

.dropdown-overview {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e2eaf3;
}

.dropdown-overview .dropdown-item {
  color: var(--primary);
  font-weight: 850;
}

.two-col-menu {
  min-width: 300px;
}

.mega-menu__feature {
  color: #fff;
  background:
    radial-gradient(circle at 90% 8%, rgb(108 181 255 / 32%), transparent 28%),
    linear-gradient(145deg, #0c356b, #165ca9);
}

.mega-menu__feature > i {
  font-size: 27px;
}

.mega-menu__feature > span {
  display: block;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mega-menu__feature > strong {
  display: block;
  margin-top: 6px;
  font-size: 20px;
  line-height: 1.35;
}

.mega-menu__feature > p {
  margin: 8px 0 18px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1.65;
}

.mega-menu__feature > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 850;
}

.inner-hero {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
  background:
    linear-gradient(135deg, rgba(17, 68, 145, 0.08) 0 25%, transparent 25% 100%),
    linear-gradient(90deg, #f8fbff 0%, #eef5fc 58%, #e6f0fa 100%);
  border-top: 1px solid #dce7f4;
  border-bottom: 1px solid #d7e4f1;
}

.inner-hero::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  height: 100%;
  content: "";
  background:
    linear-gradient(135deg, transparent 0 28%, rgba(17, 68, 145, 0.12) 28% 52%, transparent 52%),
    linear-gradient(120deg, rgba(196, 33, 38, 0.12), rgba(17, 68, 145, 0.08));
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
}

.inner-hero::after {
  position: absolute;
  right: 7%;
  top: 50%;
  content: "SDSSFW";
  color: rgba(17, 68, 145, 0.08);
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
  transform: translateY(-50%);
}

.inner-title {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 720px;
  gap: 12px;
  min-height: 116px;
  align-content: center;
  padding: 0 0 0 26px;
  color: var(--primary);
  background: transparent;
  border-left: 5px solid var(--red);
  border-radius: 0;
  box-shadow: none;
}

.inner-title span {
  width: fit-content;
  padding: 4px 10px;
  color: var(--primary);
  background: #fff;
  border: 1px solid #d8e5f3;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
}

.inner-title h1 {
  margin: 0;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.12;
  text-shadow: none;
}

.breadcrumb-line {
  margin: 0;
  color: #5d6e83;
  font-size: 14px;
}

.breadcrumb-line a {
  color: var(--primary);
  font-weight: 800;
}

.inner-main {
  padding: 28px 0 42px;
}

.inner-grid {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.side-panel,
.content-panel,
.info-card,
.article-card,
.feature-panel {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(17, 68, 145, 0.06);
}

.side-panel {
  position: sticky;
  top: 72px;
  overflow: hidden;
  border-radius: 8px;
}

.side-title {
  display: flex;
  min-height: 54px;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  color: #fff;
  background: var(--primary);
  font-weight: 900;
}

.side-title i {
  color: #ffd4d5;
}

.side-nav {
  display: grid;
  padding: 10px;
}

.side-nav a {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  color: #304054;
  border-bottom: 1px dashed #e6edf4;
  font-weight: 750;
}

.side-nav a.active,
.side-nav a:hover {
  color: var(--primary);
  background: #f0f6fd;
}

.side-contact {
  display: grid;
  gap: 8px;
  padding: 16px 18px 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
}

.side-contact span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
}

.side-contact strong {
  font-size: 18px;
}

.content-panel {
  min-height: 520px;
  padding: 24px;
  border-radius: 8px;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.section-head.section-head-spaced {
  margin-top: 22px;
}

.section-head h2 {
  display: flex;
  align-items: center;
  margin: 0;
  color: var(--primary);
  font-size: 24px;
  font-weight: 900;
}

.section-head h2::before {
  width: 6px;
  height: 24px;
  margin-right: 10px;
  content: "";
  background: var(--red);
}

.section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.list-stack {
  display: grid;
  gap: 10px;
}

.news-item,
.file-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 64px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.news-item:hover,
.file-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(17, 68, 145, 0.1);
}

.news-item a,
.file-item a {
  overflow: hidden;
  color: #253349;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-item time,
.file-item time {
  color: #8a929b;
  font-size: 14px;
  white-space: nowrap;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  color: var(--primary);
  background: #eef5fc;
  border: 1px solid #d7e5f5;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.featured-notice {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
  padding: 18px;
  background: linear-gradient(120deg, #f7fbff, #fff);
  border: 1px solid #d8e7f7;
  border-left: 5px solid var(--red);
  border-radius: 8px;
}

.featured-notice h3 {
  margin: 0;
  color: var(--primary);
  font-size: 20px;
  font-weight: 900;
}

.featured-notice p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.content-pagination,
.practice-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #e1eaf4;
}

.content-pagination__status,
.practice-pagination__status {
  flex: 0 0 auto;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.content-pagination__status strong,
.practice-pagination__status strong {
  color: var(--primary);
  font-weight: 850;
}

.pagination-lite {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

.pagination-lite a {
  display: inline-flex;
  min-width: 36px;
  height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  color: var(--primary);
  background: #fff;
  border: 1px solid #dce6f2;
  border-radius: 4px;
  font-weight: 750;
}

.pagination-lite > .page-numbar {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.pagination-lite .page-num {
  display: inline-flex;
  min-width: 36px;
  height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  color: var(--primary);
  background: #fff;
  border: 1px solid #dce6f2;
  border-radius: 4px;
  font-weight: 750;
}

.pagination-lite .page-num-current,
.pagination-lite a:hover,
.pagination-lite a:focus-visible {
  color: #fff;
  background: var(--primary);
  border-color: var(--primary);
}

.pagination-lite a:focus-visible {
  outline: 3px solid rgb(29 104 195 / 22%);
  outline-offset: 2px;
}

.pagination-lite .page-control {
  gap: 4px;
}

@media (max-width: 767.98px) {
  .content-pagination,
  .practice-pagination {
    align-items: flex-start;
    flex-direction: column;
  }

  .pagination-lite {
    justify-content: flex-start;
    width: 100%;
  }

  .pagination-lite .page-index,
  .pagination-lite .page-last {
    display: none;
  }
}

.article-body {
  color: #2f3a48;
  font-size: 16px;
  line-height: 1.95;
}

.article-body h3 {
  margin: 26px 0 12px;
  color: var(--primary);
  font-size: 21px;
  font-weight: 900;
}

.article-body p {
  margin: 0 0 14px;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}

.stats-grid,
.org-grid,
.contact-grid,
.resource-grid {
  display: grid;
  gap: 14px;
}

.stats-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 20px 0;
}

.stat-card,
.org-card,
.contact-card,
.resource-card {
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(17, 68, 145, 0.05);
}

.stat-card strong {
  display: block;
  color: var(--red);
  font-size: 28px;
  line-height: 1.1;
}

.stat-card span,
.org-card span,
.contact-card span,
.resource-card span {
  color: var(--muted);
  line-height: 1.6;
}

.track-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.track-pills a {
  padding: 9px 12px;
  color: var(--primary);
  background: #f2f7fd;
  border: 1px solid #dbe8f6;
  border-radius: 999px;
  font-weight: 800;
}

.intro-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 18px;
  margin-bottom: 22px;
}

.intro-copy {
  padding: 24px;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(17, 68, 145, 0.96), rgba(29, 104, 195, 0.88)),
    url("../img/header_top_clean_bg.png") center / cover no-repeat;
  border-radius: 8px;
}

.intro-copy h3 {
  margin: 0 0 12px;
  font-size: 26px;
  font-weight: 900;
}

.intro-copy p {
  max-width: 780px;
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.9;
}

.intro-copy p:last-child {
  margin-bottom: 0;
}

.intro-stat-rail {
  display: grid;
  gap: 10px;
}

.intro-stat-rail div {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  background: #f7fbff;
  border: 1px solid #dbe8f6;
  border-radius: 8px;
}

.intro-stat-rail strong {
  color: var(--red);
  font-size: 26px;
  line-height: 1;
}

.intro-stat-rail span {
  color: #39516c;
  font-weight: 800;
  text-align: right;
}

.direction-mosaic {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.direction-mosaic a {
  display: grid;
  min-height: 94px;
  align-content: space-between;
  padding: 14px;
  color: #243746;
  background: linear-gradient(180deg, #fff, #f6f9fd);
  border: 1px solid var(--line);
  border-top: 4px solid var(--primary);
  border-radius: 8px;
  font-weight: 900;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.direction-mosaic a:nth-child(3n) {
  border-top-color: var(--red);
}

.direction-mosaic a:nth-child(4n) {
  border-top-color: #2d8a72;
}

.direction-mosaic a:hover {
  transform: translateY(-2px);
  border-color: #cbdff4;
  box-shadow: 0 12px 24px rgba(17, 68, 145, 0.1);
}

.direction-mosaic i {
  color: var(--primary-2);
  font-size: 22px;
}

.about-page__body {
  padding: 28px 0 46px;
  background:
    linear-gradient(180deg, #fff 0, #f4f8fc 52%, #fff 100%);
}

.about-jump {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.about-jump a {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  color: #29435f;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(17, 68, 145, 0.05);
  font-weight: 850;
}

.about-jump a.active,
.about-jump a:hover {
  color: #fff;
  background: var(--primary);
  border-color: var(--primary);
}

.about-jump i {
  font-size: 20px;
}

.about-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 18px;
  align-items: stretch;
  margin-bottom: 18px;
}

.about-overview-main {
  position: relative;
  overflow: hidden;
  padding: 34px;
  color: #fff;
  background:
    linear-gradient(125deg, rgba(17, 68, 145, 0.96), rgba(29, 104, 195, 0.9) 62%, rgba(196, 33, 38, 0.82));
  border-radius: 8px;
}

.about-overview-main::after {
  position: absolute;
  right: -32px;
  bottom: -42px;
  content: "CUBEC";
  color: rgba(255, 255, 255, 0.08);
  font-size: 116px;
  font-weight: 900;
  line-height: 1;
}

.about-overview-main span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 850;
}

.about-overview-main h2 {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 12px 0 18px;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.25;
}

.about-overview-main p {
  position: relative;
  z-index: 1;
  max-width: 880px;
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.9;
}

.about-overview-main p:last-child {
  margin-bottom: 0;
}

.about-overview-side {
  display: grid;
  gap: 12px;
}

.about-overview-side div {
  display: grid;
  align-content: center;
  min-height: 116px;
  padding: 22px;
  background: #fff;
  border: 1px solid #dbe8f6;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(17, 68, 145, 0.05);
}

.about-overview-side strong {
  color: var(--red);
  font-size: 34px;
  line-height: 1;
}

.about-overview-side span {
  margin-top: 8px;
  color: #35506e;
  font-weight: 850;
}

.about-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 22px;
}

.about-band div {
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 4px solid var(--red);
  border-radius: 8px;
}

.about-band b {
  display: block;
  margin-bottom: 8px;
  color: var(--primary);
  font-size: 18px;
}

.about-band span {
  color: var(--muted);
  line-height: 1.75;
}

.about-section-grid {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(17, 68, 145, 0.06);
}

.about-section-title {
  position: sticky;
  top: 72px;
}

.about-section-title span {
  color: var(--red);
  font-weight: 900;
}

.about-section-title h2 {
  margin: 8px 0 12px;
  color: var(--primary);
  font-size: 28px;
  font-weight: 900;
}

.about-section-title p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.about-track-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.about-track-board a {
  display: grid;
  min-height: 128px;
  align-content: start;
  gap: 8px;
  padding: 18px;
  color: #26384d;
  background: linear-gradient(180deg, #f9fbfe, #fff);
  border: 1px solid #dce8f5;
  border-top: 4px solid var(--primary);
  border-radius: 8px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.about-track-board a:nth-child(2n) {
  border-top-color: var(--red);
}

.about-track-board a:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(17, 68, 145, 0.1);
}

.about-track-board i {
  color: var(--primary-2);
  font-size: 23px;
}

.about-track-board strong {
  color: var(--primary);
  font-size: 18px;
}

.about-track-board span {
  color: var(--muted);
  line-height: 1.65;
}

.about-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.about-flow div {
  padding: 18px;
  background: #f8fbff;
  border: 1px solid #dbe8f6;
  border-radius: 8px;
}

.about-flow b {
  color: var(--red);
}

.about-flow strong {
  display: block;
  margin: 8px 0;
  color: var(--primary);
}

.about-flow span {
  color: var(--muted);
  line-height: 1.7;
}

.org-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.org-architecture {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 18px;
  margin-bottom: 22px;
}

.org-lead {
  padding: 24px;
  color: #fff;
  background: linear-gradient(135deg, #113d82, #1d68c3 70%, #c42126);
  border-radius: 8px;
}

.org-lead span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.org-lead h2,
.org-lead h3 {
  margin: 10px 0 14px;
  font-size: 28px;
  font-weight: 900;
}

.org-lead p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.9;
}

.org-levels {
  display: grid;
  gap: 10px;
}

.org-levels div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 76px;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.org-levels b {
  color: var(--red);
  font-size: 13px;
}

.org-levels strong {
  color: var(--primary);
  font-size: 17px;
}

.org-card {
  border-top: 4px solid var(--primary);
}

.org-card h3,
.contact-card h3,
.resource-card h3 {
  margin: 0 0 12px;
  color: var(--primary);
  font-size: 19px;
  font-weight: 900;
}

.org-card ul,
.contact-card ul,
.resource-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.org-card li,
.contact-card li,
.resource-card li {
  color: #354252;
  line-height: 1.7;
}

.process-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
}

.process-strip div {
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 4px solid var(--red);
  border-radius: 6px;
}

.process-strip b {
  color: var(--red);
}

.process-strip strong {
  display: block;
  margin: 6px 0;
  color: var(--primary);
}

.service-timeline {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  border-left: 3px solid #dbe8f6;
}

.service-timeline div {
  position: relative;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 18px;
  padding: 14px 0 14px 22px;
}

.service-timeline div::before {
  position: absolute;
  top: 24px;
  left: -8px;
  width: 13px;
  height: 13px;
  content: "";
  background: var(--red);
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #dbe8f6;
}

.service-timeline b {
  color: var(--red);
}

.service-timeline strong {
  display: block;
  color: var(--primary);
  font-size: 18px;
}

.service-timeline span {
  color: var(--muted);
  line-height: 1.7;
}

.document-focus {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) 300px;
  gap: 16px;
  margin-bottom: 20px;
}

.doc-feature {
  padding: 22px;
  background: linear-gradient(135deg, #f8fbff, #fff);
  border: 1px solid #d8e7f7;
  border-left: 5px solid var(--red);
  border-radius: 8px;
}

.doc-feature span {
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.doc-feature h2,
.doc-feature h3 {
  margin: 8px 0 10px;
  color: var(--primary);
  font-size: 23px;
  font-weight: 900;
  line-height: 1.35;
}

.doc-feature p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.doc-cats {
  display: grid;
  gap: 8px;
}

.doc-cats a {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  color: var(--primary);
  background: #f2f7fd;
  border: 1px solid #dbe8f6;
  border-radius: 6px;
  font-weight: 850;
}

.doc-cats a:hover {
  color: #fff;
  background: var(--primary);
}

.research-board,
.practice-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 18px;
  margin-bottom: 20px;
}

.research-lead,
.practice-lead {
  padding: 22px;
  background: #f8fbff;
  border: 1px solid #d8e7f7;
  border-radius: 8px;
}

.research-lead h2,
.research-lead h3,
.practice-lead h3 {
  margin: 0 0 12px;
  color: var(--primary);
  font-size: 24px;
  font-weight: 900;
}

.research-lead p,
.practice-lead p {
  margin: 0;
  color: #42556b;
  line-height: 1.85;
}

.research-side,
.practice-side {
  display: grid;
  gap: 10px;
}

.research-side div,
.practice-side div {
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.research-side b,
.practice-side b {
  display: block;
  color: var(--red);
}

.research-side span,
.practice-side span {
  color: var(--muted);
}

.contact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 18px;
  margin-bottom: 20px;
  padding: 22px;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(17, 68, 145, 0.96), rgba(29, 104, 195, 0.86)),
    url("../img/header_top_clean_bg.png") center / cover no-repeat;
  border-radius: 8px;
}

.contact-hero h2,
.contact-hero h3 {
  margin: 0 0 10px;
  font-size: 25px;
  font-weight: 900;
}

.contact-hero p {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.85;
}

.contact-hotline {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 6px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
}

.contact-hotline span {
  color: rgba(255, 255, 255, 0.78);
}

.contact-hotline strong {
  font-size: 24px;
}

.contact-card.primary {
  grid-column: 1 / -1;
  color: #fff;
  background: linear-gradient(120deg, var(--primary), var(--primary-2));
}

.contact-card.primary2 {
  grid-column: 1 / -1;
}
.contact_con p{ margin-bottom:0; line-height:30px;}

.contact-card.primary h3,
.contact-card.primary li,
.contact-card.primary span {
  color: #fff;
}

.resource-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* Practice teaching */
.practice-page {
  --practice-ink: #0c315f;
  --practice-blue: #1559a6;
  --practice-sky: #eaf4ff;
  --practice-red: #c81f2a;
}

.practice-content {
  overflow: hidden;
}

.practice-page .practice-board {
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
  gap: 14px;
  margin-bottom: 34px;
}

.practice-page .practice-lead {
  position: relative;
  display: flex;
  min-height: 310px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  overflow: hidden;
  padding: clamp(28px, 4vw, 48px);
  color: #fff;
  background:
    radial-gradient(circle at 86% 14%, rgba(105, 190, 255, 0.4), transparent 26%),
    linear-gradient(128deg, rgba(8, 44, 89, 0.98), rgba(22, 94, 172, 0.94)),
    url("../img/header_top_clean_bg.png") center / cover no-repeat;
  border: 0;
  border-radius: 10px 4px 10px 10px;
  box-shadow: 0 24px 50px rgba(12, 49, 95, 0.18);
}

.practice-page .practice-lead::before {
  position: absolute;
  top: -74px;
  right: -44px;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  box-shadow:
    0 0 0 34px rgba(255, 255, 255, 0.04),
    0 0 0 68px rgba(255, 255, 255, 0.025);
  content: "";
}

.practice-eyebrow,
.practice-section-kicker {
  display: block;
  margin-bottom: 12px;
  color: var(--practice-red);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.practice-page .practice-lead .practice-eyebrow {
  position: relative;
  color: rgba(255, 255, 255, 0.72);
}

.practice-page .practice-lead h2 {
  position: relative;
  max-width: 680px;
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.practice-page .practice-lead p {
  position: relative;
  max-width: 700px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.85;
  text-wrap: pretty;
}

.practice-jump-link {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  color: var(--practice-ink);
  background: #fff;
  border-radius: 3px;
  font-weight: 800;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.practice-jump-link:hover {
  color: var(--practice-ink);
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(2, 24, 52, 0.24);
}

.practice-jump-link:active {
  transform: translateY(0);
}

.practice-jump-link:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.72);
  outline-offset: 3px;
}

.practice-page .practice-side {
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.practice-page .practice-side div {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 12px;
  min-height: 94px;
  overflow: hidden;
  padding: 18px 16px;
  background: #f5f9fe;
  border: 1px solid #d8e5f3;
  border-radius: 4px 10px 4px 4px;
  transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease;
}

.practice-page .practice-side div:hover {
  z-index: 1;
  background: #fff;
  border-color: #a9c9e8;
  transform: translateX(-5px);
}

.practice-page .practice-side div > i {
  grid-row: 1 / 3;
  align-self: center;
  color: var(--practice-blue);
  font-size: 29px;
}

.practice-page .practice-side b {
  color: var(--practice-ink);
  font-size: 17px;
  font-weight: 850;
}

.practice-page .practice-side span:not(.practice-side-index) {
  color: #6a7c8f;
  font-size: 13px;
}

.practice-side-index {
  position: absolute;
  top: 7px;
  right: 9px;
  color: rgba(21, 89, 166, 0.12);
  font-size: 28px;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.practice-focus {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: 28px;
  margin: 0 -28px 36px;
  padding: 34px 28px 38px;
  background:
    linear-gradient(rgba(21, 89, 166, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 89, 166, 0.035) 1px, transparent 1px),
    #f8fbff;
  background-size: 24px 24px;
  border-top: 1px solid #dce9f6;
  border-bottom: 1px solid #dce9f6;
}

.practice-focus-intro {
  align-self: end;
  padding: 0 6px 5px;
}

.practice-focus-intro > span {
  display: block;
  margin-bottom: 10px;
  color: var(--practice-red);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.practice-focus-intro h2 {
  margin: 0 0 14px;
  color: var(--practice-ink);
  font-size: clamp(25px, 2.6vw, 34px);
  font-weight: 900;
  letter-spacing: -0.025em;
}

.practice-focus-intro p {
  max-width: 36ch;
  margin: 0;
  color: #5b6e82;
  line-height: 1.8;
}

.practice-focus-list {
  display: grid;
  gap: 1px;
  background: #cbdced;
  border: 1px solid #cbdced;
}

.practice-focus-list article {
  position: relative;
  display: grid;
  grid-template-columns: 126px minmax(150px, 0.62fr) minmax(200px, 1fr);
  align-items: center;
  gap: 18px;
  padding: 20px 22px;
  background: rgba(255, 255, 255, 0.94);
  transition: background-color 220ms ease, transform 220ms ease;
}

.practice-focus-list article:hover {
  z-index: 1;
  background: #fff;
  transform: translateX(-4px);
}

.practice-focus-list article > span {
  color: var(--practice-blue);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.practice-focus-list h3 {
  margin: 0;
  color: var(--practice-ink);
  font-size: 18px;
  font-weight: 850;
}

.practice-focus-list p {
  margin: 0;
  color: #60758a;
  font-size: 14px;
  line-height: 1.65;
}

.practice-latest {
  scroll-margin-top: 92px;
}

.practice-page .section-head {
  margin-bottom: 14px;
}

.practice-page .section-head > div {
  min-width: 0;
}

.practice-page .section-head h2 {
  margin: 0;
  color: var(--practice-ink);
}

.practice-page .file-item {
  border-left: 3px solid transparent;
  transition: transform 200ms ease, border-color 200ms ease, background-color 200ms ease;
}

.practice-page .file-item:hover {
  border-left-color: var(--practice-red);
  transform: translateX(3px);
}

.practice-page .file-item a:focus-visible {
  outline: 3px solid rgba(21, 89, 166, 0.28);
  outline-offset: 4px;
}

.practice-empty {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 28px;
  color: #546b82;
  background: #f7faff;
  border: 1px dashed #a9c4df;
  border-radius: 6px;
}

.practice-empty > i {
  color: var(--practice-blue);
  font-size: 38px;
}

.practice-empty h3 {
  margin: 0 0 5px;
  color: var(--practice-ink);
  font-size: 19px;
  font-weight: 850;
}

.practice-empty p {
  margin: 0;
  line-height: 1.7;
}

.practice-empty > a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  color: #fff;
  background: var(--practice-blue);
  border-radius: 3px;
  font-weight: 800;
  white-space: nowrap;
  transition: background-color 200ms ease, transform 200ms ease;
}

.practice-empty > a:hover {
  color: #fff;
  background: var(--practice-ink);
  transform: translateY(-2px);
}

.practice-empty > a:focus-visible {
  outline: 3px solid rgba(21, 89, 166, 0.28);
  outline-offset: 3px;
}

/* Shared inner-page components */
.section-kicker {
  display: block;
  margin-bottom: 7px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.section-kicker--light {
  color: rgba(255, 255, 255, 0.72);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--primary);
  font-weight: 850;
}

.text-link:hover {
  color: var(--red);
}

.anchor-section {
  scroll-margin-top: 90px;
}

.content-empty {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  margin-top: 18px;
  padding: 28px;
  color: #546b82;
  background: #f7faff;
  border: 1px dashed #a9c4df;
  border-radius: 6px;
}

.content-empty > i {
  color: var(--primary-2);
  font-size: 38px;
}

.content-empty h3 {
  margin: 0 0 5px;
  color: var(--primary);
  font-size: 19px;
  font-weight: 850;
}

.content-empty p {
  margin: 0;
  line-height: 1.7;
}

.content-empty > a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  color: #fff;
  background: var(--primary-2);
  border-radius: 3px;
  font-weight: 800;
  white-space: nowrap;
  transition: background-color 200ms ease, transform 200ms ease;
}

.content-empty > a:hover {
  color: #fff;
  background: var(--primary);
  transform: translateY(-2px);
}

.content-empty > a:focus-visible {
  outline: 3px solid rgb(29 104 195 / 25%);
  outline-offset: 3px;
}

/* About */
.about-dynamic-content {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.88);
}

.about-dynamic-content strong {
  color: #fff;
}

.about-track-board a {
  position: relative;
}

.about-track-board a > i {
  position: absolute;
  top: 16px;
  right: 16px;
}

.about-track-board a > span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

/* Organization */
.org-card {
  min-height: 190px;
}

.org-card > span {
  display: block;
  margin-bottom: 12px;
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.org-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.org-card--primary {
  color: #fff;
  background: var(--primary);
  border-top-color: var(--red);
}

.org-card--primary > span,
.org-card--primary h3,
.org-card--primary p {
  color: #fff;
}

.organization-source:empty {
  display: none;
}

.legacy-organization-source {
  margin-top: 36px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}

.article-body .legacy-organization-source h2 {
  margin: 0 0 8px;
  color: var(--primary);
  font-size: 26px;
}

.article-body .legacy-organization-source h3 {
  margin: 30px 0 14px;
  padding: 14px 18px;
  color: #fff;
  background: var(--primary);
  border-left: 4px solid var(--red);
  font-size: 18px;
  line-height: 1.65;
}

.article-body .legacy-organization-source h4 {
  margin: 18px 0 6px;
  color: var(--red);
  font-size: 16px;
}

.article-body .legacy-organization-source p {
  margin: 6px 0;
}

/* Documents */
.doc-feature h2 {
  max-width: 23ch;
  text-wrap: balance;
}

.doc-cats a span {
  color: var(--red);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}

.doc-cats a i {
  margin-left: auto;
}

.doc-cats a:hover span,
.doc-cats a:hover i {
  color: #fff;
}

.side-contact a {
  color: inherit;
}

/* News */
.news-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(250px, 0.75fr);
  gap: 16px;
  margin-bottom: 30px;
  padding: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 8%, rgb(108 181 255 / 36%), transparent 28%),
    linear-gradient(128deg, #0c356b, #165ca9);
  border-radius: 8px;
  box-shadow: 0 20px 42px rgb(12 53 107 / 16%);
}

.news-intro > div:first-child > span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.news-intro h2 {
  max-width: 19ch;
  margin: 10px 0 13px;
  color: #fff;
  font-size: clamp(26px, 2.8vw, 36px);
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.news-intro p {
  max-width: 62ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
}

.news-intro__routes {
  display: grid;
  gap: 9px;
}

.news-intro__routes a {
  display: grid;
  align-content: center;
  min-height: 92px;
  padding: 17px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  transition: background-color 200ms ease, transform 200ms ease;
}

.news-intro__routes a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  transform: translateX(-3px);
}

.news-intro__routes b {
  font-size: 18px;
}

.news-intro__routes span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.news-feed {
  display: grid;
  border-top: 1px solid #dce6f1;
}

.news-feed__item {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 20px;
  padding: 21px 4px;
  border-bottom: 1px solid #dce6f1;
  transition: padding-left 200ms ease, background-color 200ms ease;
}

.news-feed__item:hover {
  padding-left: 12px;
  background: #f8fbff;
}

.news-feed__item > time {
  display: grid;
  justify-items: center;
  color: var(--primary);
  border-right: 1px solid #dce6f1;
  font-variant-numeric: tabular-nums;
}

.news-feed__item > time strong {
  font-size: 27px;
  line-height: 1;
}

.news-feed__item > time span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
}

.news-feed__category {
  color: var(--red);
  font-size: 12px;
  font-weight: 850;
}

.news-feed__item h3 {
  margin: 5px 0 4px;
  font-size: 18px;
  font-weight: 850;
  line-height: 1.5;
}

.news-feed__item h3 a {
  color: #1a3657;
}

.news-feed__item h3 a:hover {
  color: var(--primary-2);
}

.news-feed__item p {
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-feed__arrow {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  color: var(--primary-2);
  border: 1px solid #cfddec;
  border-radius: 50%;
}

.news-feed__arrow:hover {
  color: #fff;
  background: var(--primary-2);
  border-color: var(--primary-2);
}

/* Article details */
.article-header {
  margin: -6px -4px 30px;
  padding: 8px 8px 28px;
  text-align: center;
  border-bottom: 1px solid #dce6f1;
}

.article-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.article-header h2 {
  max-width: 900px;
  margin: 0 auto 18px;
  color: #14365f;
  font-size: clamp(25px, 3vw, 36px);
  font-weight: 900;
  line-height: 1.38;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.article-header .article-meta {
  justify-content: center;
}

.article-body {
  overflow-wrap: anywhere;
}

.article-body img {
  max-width: 100%;
  height: auto;
}

.article-body table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}

.article-body a {
  color: var(--primary-2);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legacy-practice-files {
  padding: 24px;
  background: #f7faff;
  border: 1px solid #dce7f3;
  border-top: 3px solid var(--primary-2);
}

.article-body .legacy-practice-files h3 {
  margin: 0 0 6px;
  font-size: 20px;
}

.article-body .legacy-practice-files > p {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 14px;
}

.legacy-practice-file-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-body .legacy-practice-file-list a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 11px 14px;
  color: var(--primary);
  background: #fff;
  border: 1px solid #d8e4f1;
  font-weight: 700;
  line-height: 1.55;
  text-decoration: none;
}

.article-body .legacy-practice-file-list a:hover {
  color: var(--primary-2);
  border-color: #abc5df;
  transform: translateX(3px);
}

.legacy-practice-file-list i {
  flex: 0 0 auto;
  color: var(--red);
  font-size: 22px;
}

.legacy-article-images {
  display: grid;
  gap: 18px;
  margin: 24px 0;
}

.legacy-article-images figure,
.legacy-article-content-flow figure {
  margin: 0;
  text-align: center;
}

.legacy-article-images img,
.legacy-article-content-flow img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #dce6f1;
}

.legacy-article-content-flow figure {
  margin: 24px 0;
}

.article-download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
  padding: 20px;
  background: #f4f8fd;
  border: 1px solid #d8e5f3;
  border-left: 4px solid var(--red);
}

.article-download > div {
  display: flex;
  align-items: center;
  gap: 13px;
}

.article-download > div > i {
  color: var(--primary-2);
  font-size: 28px;
}

.article-download span {
  display: grid;
}

.article-download strong {
  color: var(--primary);
}

.article-download small {
  color: var(--muted);
}

.article-download > a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  color: #fff;
  background: var(--primary-2);
  font-weight: 800;
}

.article-download > a:hover {
  color: #fff;
  background: var(--primary);
}

.article-siblings {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid #dce6f1;
}

.article-siblings div {
  min-width: 0;
  padding: 15px;
  background: #f8fbff;
}

.article-siblings div:last-child {
  text-align: right;
}

.article-siblings span {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 12px;
}

.article-siblings a {
  display: block;
  overflow: hidden;
  color: var(--primary);
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 20px;
}

.article-actions a,
.article-actions button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  color: var(--primary);
  background: #fff;
  border: 1px solid #cfdeed;
  font-weight: 800;
}

.article-actions button {
  cursor: pointer;
}

.article-actions a:hover,
.article-actions button:hover {
  color: #fff;
  background: var(--primary);
  border-color: var(--primary);
}

/* Contact and message */
.contact-page .contact-card.primary {
  grid-column: auto;
}

.contact-card--details > span,
.contact-card.primary > span {
  display: block;
  margin-bottom: 10px;
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.contact-page .contact-card li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}

.contact-page .contact-card li i {
  margin-top: 3px;
}

.contact-message-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  padding: 24px;
  background:
    linear-gradient(90deg, rgb(12 53 107 / 96%), rgb(22 92 169 / 92%)),
    url("../img/header_top_clean_bg.png") center / cover no-repeat;
}

.contact-message-cta span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.contact-message-cta h2 {
  max-width: 22ch;
  margin: 5px 0 0;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}

.contact-message-cta a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  padding: 0 17px;
  color: var(--primary);
  background: #fff;
  font-weight: 850;
  white-space: nowrap;
}

.message-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: 24px;
  margin-bottom: 26px;
  padding: 26px;
  background: #f5f9fe;
  border-top: 4px solid var(--primary);
}

.message-intro > div > span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.message-intro h2 {
  max-width: 22ch;
  margin: 9px 0 12px;
  color: var(--primary);
  font-size: 27px;
  font-weight: 900;
  line-height: 1.35;
}

.message-intro p {
  max-width: 62ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.message-intro ol {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.message-intro li {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  color: #33506f;
  background: #fff;
  border: 1px solid #dbe7f3;
}

.message-intro li b {
  color: var(--red);
  font-size: 12px;
}

.message-form {
  padding: 28px;
  background: #fff;
  border: 1px solid #dce6f1;
}

.message-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field > span {
  color: #1b3656;
  font-weight: 850;
}

.form-field > span b {
  margin-left: 5px;
  color: var(--red);
  font-size: 11px;
}

.form-field input,
.form-field textarea {
  width: 100%;
  color: #203650;
  background: #fbfdff;
  border: 1px solid #cbd9e8;
  border-radius: 2px;
  outline: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.form-field input {
  min-height: 48px;
  padding: 0 13px;
}

.form-field textarea {
  min-height: 180px;
  padding: 12px 13px;
  line-height: 1.7;
  resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus {
  background: #fff;
  border-color: var(--primary-2);
  box-shadow: 0 0 0 3px rgb(29 104 195 / 14%);
}

.form-field small {
  color: var(--muted);
}

.form-field--wide {
  grid-column: 1 / -1;
}

.message-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 20px 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.message-consent input {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  margin-top: 2px;
  accent-color: var(--primary);
}

.message-form__actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.message-form__actions button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 9px;
  padding: 0 22px;
  color: #fff;
  background: var(--primary);
  border: 0;
  font-weight: 850;
  transition: background-color 200ms ease, transform 200ms ease;
}

.message-form__actions button:hover {
  background: var(--primary-2);
  transform: translateY(-2px);
}

.message-form__actions button:active {
  transform: translateY(0);
}

.message-form__actions button:focus-visible {
  outline: 3px solid rgb(29 104 195 / 24%);
  outline-offset: 3px;
}

.message-form__actions a {
  color: var(--primary);
  font-weight: 800;
}

.site-footer {
  padding: 28px 0;
  color: rgba(255, 255, 255, 0.78);
  background: var(--primary);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-inner strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
}

.footer-inner p {
  margin: 0;
}

.footer-inner a {
  color: #fff;
  font-weight: 800;
}

@media (min-width: 1200px) {
  .main-nav .dropdown:hover > .dropdown-menu {
    display: block;
  }

  .main-nav .dropdown:hover > .mega-menu,
  .main-nav .mega-menu.show {
    display: grid;
  }

  .mega-menu {
    left: 50%;
    width: min(860px, calc(100vw - 48px));
    grid-template-columns: 238px repeat(3, minmax(150px, 1fr));
    gap: 5px;
    padding: 12px;
    transform: translateX(-50%);
  }

  .mega-menu__feature {
    display: block;
    grid-row: 1 / span 5;
    padding: 22px;
  }

  .mega-menu .dropdown-overview {
    grid-column: 2 / -1;
  }

  .mega-menu > li:not(.mega-menu__feature):not(.dropdown-overview) .dropdown-item {
    display: flex;
    min-height: 42px;
    align-items: center;
  }
}

@media (max-width: 1199.98px) {
  .brand-row {
    min-height: auto;
    align-items: flex-start;
    flex-direction: column;
    padding: 22px 0;
  }

  .brand-side {
    width: 100%;
    flex: none;
    justify-items: start;
  }

  .main-nav .navbar-nav {
    padding: 12px 0;
  }

  .main-nav .nav-item {
    flex: none;
    text-align: left;
  }

  .main-nav .nav-link {
    justify-content: flex-start;
    min-height: 42px;
  }

  .mega-menu__feature {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .inner-grid,
  .stats-grid,
  .org-grid,
  .contact-grid,
  .resource-grid,
  .process-strip,
  .intro-feature,
  .org-architecture,
  .document-focus,
  .research-board,
  .practice-board,
  .contact-hero,
  .about-overview,
  .about-section-grid,
  .about-flow {
    grid-template-columns: 1fr 1fr;
  }

  .direction-mosaic,
  .about-jump,
  .about-band,
  .about-track-board {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .side-panel,
  .about-section-title {
    position: static;
  }
}

@media (max-width: 767.98px) {
  .utility-links {
    display: none;
  }

  .brand-mark {
    align-items: flex-start;
  }

  .brand-mark img {
    width: 68px;
    height: 68px;
  }

  .brand-mark span {
    font-size: 15px;
  }

  .brand-side .site-title {
    font-size: 22px;
  }

  .inner-hero {
    padding: 30px 0 34px;
  }

  .inner-hero::before {
    right: -80px;
    width: 58%;
  }

  .inner-hero::after {
    right: -18px;
    top: 50%;
    font-size: 54px;
  }

  .inner-title {
    min-height: 104px;
    padding: 0 0 0 18px;
  }

  .inner-title h1 {
    font-size: 24px;
  }

  .inner-grid,
  .stats-grid,
  .org-grid,
  .contact-grid,
  .resource-grid,
  .process-strip,
  .intro-feature,
  .org-architecture,
  .document-focus,
  .research-board,
  .practice-board,
  .contact-hero,
  .about-overview,
  .about-section-grid,
  .about-band,
  .about-flow {
    grid-template-columns: 1fr;
  }

  .direction-mosaic,
  .about-jump,
  .about-track-board {
    grid-template-columns: 1fr 1fr;
  }

  .org-levels div,
  .service-timeline div {
    grid-template-columns: 1fr;
  }

  .content-panel {
    padding: 18px;
  }

  .about-overview-main,
  .about-section-grid {
    padding: 20px;
  }

  .about-overview-main h2 {
    font-size: 25px;
  }

  .section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .news-item,
  .file-item {
    grid-template-columns: minmax(0, 1fr);
  }

  .news-item a,
  .file-item a {
    white-space: normal;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 991.98px) {
  .practice-page .practice-board,
  .practice-focus {
    grid-template-columns: 1fr;
  }

  .practice-page .practice-side {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .practice-page .practice-side div:hover {
    transform: translateY(-3px);
  }

  .practice-focus-intro p {
    max-width: 64ch;
  }
}

@media (max-width: 767.98px) {
  .practice-page .practice-lead {
    min-height: 0;
    padding: 28px 22px;
    border-radius: 8px 4px 8px 8px;
  }

  .practice-page .practice-lead h2 {
    font-size: 28px;
  }

  .practice-page .practice-side {
    grid-template-columns: 1fr;
  }

  .practice-focus {
    margin-right: -18px;
    margin-left: -18px;
    padding: 28px 18px 32px;
  }

  .practice-focus-list article {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 19px;
  }

  .practice-focus-list article:hover {
    transform: none;
  }

  .practice-empty {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 22px 18px;
  }

  .practice-empty > a {
    grid-column: 1 / -1;
    justify-content: center;
  }
}

@media (max-width: 991.98px) {
  .news-intro,
  .message-intro {
    grid-template-columns: 1fr;
  }

  .news-intro__routes {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767.98px) {
  .content-pagination {
    align-items: flex-start;
    flex-direction: column;
  }

  .content-empty {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 22px 18px;
  }

  .content-empty > a {
    grid-column: 1 / -1;
    justify-content: center;
  }

  .news-intro {
    padding: 22px 18px;
  }

  .news-intro__routes {
    grid-template-columns: 1fr;
  }

  .news-feed__item {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 13px;
  }

  .news-feed__item:hover {
    padding-left: 4px;
  }

  .news-feed__arrow {
    display: none;
  }

  .news-feed__item h3 {
    font-size: 16px;
  }

  .article-header {
    margin-bottom: 22px;
    text-align: left;
  }

  .article-header .article-meta {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .article-download,
  .contact-message-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .legacy-practice-files {
    padding: 18px 15px;
  }

  .article-body .legacy-practice-file-list a {
    align-items: flex-start;
  }

  .article-siblings {
    grid-template-columns: 1fr;
  }

  .article-siblings div:last-child {
    text-align: left;
  }

  .article-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .article-actions a,
  .article-actions button {
    justify-content: center;
  }

  .message-intro,
  .message-form {
    padding: 20px 17px;
  }

  .message-form__grid {
    grid-template-columns: 1fr;
  }

  .form-field--wide {
    grid-column: auto;
  }

  .message-form__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .message-form__actions button {
    justify-content: center;
  }
}

@media print {
  .site-header,
  .inner-hero,
  .side-panel,
  .site-footer,
  .article-actions,
  .article-siblings {
    display: none !important;
  }

  .inner-main,
  .content-panel {
    padding: 0;
    background: #fff;
  }

  .inner-grid {
    display: block;
  }

  .article-card {
    border: 0;
    box-shadow: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .practice-jump-link,
  .practice-page .practice-side div,
  .practice-focus-list article,
  .practice-page .file-item,
  .practice-empty > a,
  .content-empty > a,
  .news-feed__item,
  .news-intro__routes a,
  .message-form__actions button {
    transition: none;
  }
}
