body.inner-page {
  background: #eef1f6;
}

.inner-main {
  padding-bottom: 42px;
}

.inner-banner {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #dbe6fb;
}

.inner-banner__media,
.inner-banner__overlay {
  position: absolute;
  inset: 0;
}

.inner-banner__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.inner-banner__overlay {
  background:
    linear-gradient(90deg, rgba(13, 30, 79, 0.88) 0%, rgba(17, 43, 108, 0.75) 26%, rgba(20, 55, 128, 0.42) 56%, rgba(20, 55, 128, 0.15) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
}

.inner-banner__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 214px;
  padding: 28px 0;
}

.inner-banner__text {
  max-width: 660px;
  color: #fff;
}

.inner-banner__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  padding: 5px 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  letter-spacing: 0.08em;
}

.inner-banner__title {
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.26;
  text-shadow: 0 4px 24px rgba(10, 18, 44, 0.22);
}

.inner-banner__desc {
  max-width: 560px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.8;
}

.page-section {
  padding-top: 20px;
}

.page-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
  color: #66708a;
  font-size: 13px;
}

.page-breadcrumb a:hover {
  color: var(--blue);
}

.page-shell {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.page-sidebar,
.page-card,
.industry-tree,
.industry-primary,
.industry-secondary,
.industry-detail-pane {
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.page-card {
  padding: 24px;
}

[data-industry-page] {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.side-card__title {
  margin: 0;
  padding: 18px 20px 14px;
  border-bottom: 1px solid #edf0f5;
  color: #1d2d57;
  font-size: 18px;
  font-weight: 700;
}

.side-card__title i {
  margin-right: 8px;
  color: var(--blue);
}

.side-menu {
  padding: 10px 0;
}

.side-menu__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  color: #31425e;
  font-size: 14px;
  line-height: 1.4;
}

.side-menu__item i {
  width: 14px;
  color: #8fa0bf;
  text-align: center;
}

.side-menu__item.is-active,
.side-menu__item:hover {
  background: #f3f6ff;
  color: var(--blue);
}

.side-menu__item.is-active i,
.side-menu__item:hover i {
  color: var(--blue);
}

.page-intro {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  margin-bottom: 18px;
}

.page-intro__title {
  margin: 0;
  color: #15284f;
  font-size: 24px;
  font-weight: 700;
}

.page-intro__desc {
  max-width: 720px;
  margin: 8px 0 0;
  color: #66708a;
  font-size: 14px;
}

.page-intro__meta {
  color: #7e879d;
  font-size: 13px;
  white-space: nowrap;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.news-card {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #e5ebf5;
  background: #fff;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.news-card:hover {
  border-color: #cfdcff;
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.news-card__thumb {
  position: relative;
  /* aspect-ratio: 4 / 1; */
  overflow: hidden;
  background: linear-gradient(135deg, #eef3ff 0%, #dae7ff 100%);
}

.news-card__thumb img {
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: contain;
  object-position: center;
}

.news-card__date {
  position: absolute;
  left: 14px;
  bottom: 0;
  z-index: 1;
  display: grid;
  justify-items: center;
  min-width: 54px;
  padding: 8px 8px 9px;
  background: var(--blue);
  color: #fff;
  text-align: center;
  box-shadow: 0 10px 20px rgba(68, 114, 234, 0.28);
}

.news-card__day {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.news-card__month {
  margin-top: 4px;
  font-size: 11px;
  letter-spacing: 0.08em;
}

.news-card__body {
  padding: 34px 18px 18px;
}

.news-card__title {
  min-height: 46px;
  margin: 0 0 10px;
  color: #1d2b4d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.news-card__excerpt {
  margin: 0;
  color: #66708a;
  font-size: 13px;
  line-height: 1.8;
}

.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.pagination__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 14px;
  border: 1px solid #d8dfec;
  background: #fff;
  color: #52617f;
  font-size: 14px;
}

.pagination__item:hover,
.pagination__item.is-active {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}

.industry-view {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 18px;
  width: 100%;
  align-items: start;
}

.industry-tree,
.industry-detail-pane {
  overflow: hidden;
}

.industry-tree__head,
.industry-detail-pane__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 16px 18px 13px;
  border-bottom: 1px solid #edf0f5;
}

.industry-tree__title,
.industry-detail-pane__title {
  margin: 0;
  color: #1a2b53;
  font-size: 18px;
  font-weight: 700;
}

.industry-tree__toggle {
  display: none;
  flex-shrink: 0;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border: 1px solid #dbe4f8;
  border-radius: 999px;
  background: #f6f9ff;
  color: #365aa8;
  cursor: pointer;
  appearance: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.industry-tree__toggle [data-industry-toggle-text] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.industry-tree__toggle i {
  transition: transform 0.22s ease;
}

.industry-tree__toggle-label--collapse {
  display: none;
}

.industry-tree__switch {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.industry-tree__current {
  display: none;
  padding: 10px 18px 0;
  color: #70809d;
  font-size: 13px;
  line-height: 1.6;
}

.industry-tree__body {
  padding: 12px;
}

.industry-tree__group + .industry-tree__group {
  margin-top: 6px;
}

.industry-tree__primary,
.industry-tree__secondary-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding: 11px 14px;
  border: 0;
  background: transparent;
  color: #2c3c5d;
  text-align: left;
  text-decoration: none;
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.industry-tree__primary {
  border-radius: 4px;
}

.industry-tree__secondary {
  display: none;
  padding: 6px 0 4px 16px;
}

.industry-tree__group.is-open .industry-tree__secondary {
  display: block;
}

.industry-tree__group.is-open .industry-tree__primary {
  background: #f2f6ff;
  color: var(--blue);
}

.industry-tree__primary-icon,
.industry-tree__secondary-icon {
  width: 18px;
  color: var(--blue);
  text-align: center;
}

.industry-tree__primary-text,
.industry-tree__secondary-text {
  flex: 1;
}

.industry-tree__primary-arrow,
.industry-tree__secondary-arrow {
  color: #8ea0bf;
  font-size: 13px;
  transition: transform 0.22s ease, color 0.22s ease;
}

.industry-tree__group.is-open .industry-tree__primary-arrow {
  transform: rotate(90deg);
  color: var(--blue);
}

.industry-tree__primary:hover,
.industry-tree__primary.is-active,
.industry-tree__secondary-item:hover,
.industry-tree__secondary-item.is-active {
  background: #f2f6ff;
  color: var(--blue);
}

.industry-tree__secondary-item {
  position: relative;
  padding: 8px 12px 8px 16px;
  color: #3a4b6b;
  border-radius: 4px;
}

.industry-tree__secondary-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d0daf0;
  transform: translateY(-50%);
}

.industry-tree__secondary-item:hover::before,
.industry-tree__secondary-item.is-active::before {
  background: var(--blue);
}

.industry-tree__primary:hover .industry-tree__primary-arrow,
.industry-tree__primary.is-active .industry-tree__primary-arrow,
.industry-tree__secondary-item:hover .industry-tree__secondary-arrow,
.industry-tree__secondary-item.is-active .industry-tree__secondary-arrow {
  color: var(--blue);
}

.industry-detail-pane__body {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.industry-page-head {
  padding-bottom: 18px;
  border-bottom: 1px solid #edf0f5;
}


.industry-page-head__title {
  margin: 14px 0 0;
  color: #18284d;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}

.industry-page-head__desc {
  max-width: 760px;
  margin: 12px 0 0;
  color: #66708a;
  font-size: 14px;
  line-height: 1.8;
}

.industry-section-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.industry-section {
  scroll-margin-top: 108px;
}

.industry-section__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
  padding-bottom: 16px;
  border-bottom: 1px solid #edf0f5;
}

.industry-section__title {
  margin: 0;
  color: #18284d;
  font-size: 22px;
  font-weight: 700;
}

.industry-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.industry-preview-card {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  min-height: 128px;
  padding: 16px;
  border: 1px solid #e7ecf5;
  background: linear-gradient(180deg, #f9fbff 0%, #ffffff 100%);
  text-decoration: none;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.industry-preview-card:hover {
  border-color: #d0dcf7;
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}

.industry-preview-card__media {
  height: 100%;
  min-height: 96px;
  overflow: hidden;
  background: linear-gradient(135deg, #eef3ff 0%, #dbe7ff 100%);
}

.industry-preview-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.industry-preview-card__title {
  margin: 0;
  color: #1c2d52;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.industry-preview-card__text {
  margin: 8px 0 0;
  color: #6a748a;
  font-size: 13px;
  line-height: 1.8;
}

.article-card {
  padding: 30px 32px;
}

.article-title {
  margin: 0;
  color: #16284f;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.35;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #edf0f5;
  color: #7b859a;
  font-size: 13px;
}

.article-meta i {
  margin-right: 6px;
  color: var(--blue);
}

.article-content {
  padding-top: 22px;
  color: #2f3543;
  font-size: 15px;
  line-height: 2;
}

.article-content h2 {
  margin: 28px 0 10px;
  color: #14254d;
  font-size: 22px;
  line-height: 1.45;
}

.article-content h3 {
  margin: 22px 0 8px;
  color: #1a2d56;
  font-size: 17px;
  line-height: 1.5;
}

.article-content p {
  margin: 0 0 12px;
}

.article-content ul {
  margin: 0 0 14px;
  padding-left: 18px;
  list-style: disc;
}

.article-content li {
  margin-bottom: 6px;
}

.article-footer {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid #edf0f5;
}

.article-prevnext {
  display: grid;
  gap: 10px;
}

.article-prevnext a,
.article-prevnext span {
  color: #3e4b68;
  font-size: 14px;
}

.article-prevnext a:hover {
  color: var(--blue);
}

.keyword-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}

.keyword-tags__label {
  color: #52617f;
  font-size: 14px;
}

.keyword-tags__item {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border: 1px solid #dce5fb;
  background: #f5f8ff;
  color: #224797;
  font-size: 13px;
}

.article-about {
  margin-top: 24px;
  padding: 24px;
}

.article-about .section-header {
  padding: 0 0 16px;
}

.article-about .section-title h2 {
  font-size: 20px;
}

.article-about .about-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.article-about-panels {
  min-height: 0;
}

.article-about-panel {
  display: none;
}

.article-about-panel.is-active {
  display: block;
}

.article-about .about-card {
  display: block;
  padding: 0;
}

.article-about .about-card img {
  height: auto;
  padding: 0;
  background: #f5f8ff;
  object-fit: contain;
}
.article-about .section-header--about {
  border-top: 0;
  padding-top: 0;
}
.article-about .about-card h3 {
  min-height: 42px;
  margin: 12px 0 0;
  color: #1c2d52;
  font-size: 14px;
  line-height: 1.55;
}

.page-shell--category-detail {
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 18px;
}

.page-shell--category-detail .industry-tree {
  align-self: start;
}

.category-detail-article .article-content strong[data-detail-secondary-inline] {
  color: var(--blue);
}

.category-detail-anchor {
  display: block;
  height: 0;
  overflow: hidden;
  scroll-margin-top: 16px;
}

.search-results-card {
  padding: 28px 30px;
}

.search-results-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  padding-bottom: 18px;
  border-bottom: 1px solid #edf0f5;
}

.search-results-title {
  margin: 0;
  color: #16284f;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.35;
}

.search-results-summary {
  margin: 10px 0 0;
  color: #66708a;
  font-size: 14px;
  line-height: 1.8;
}

.search-results-form {
  display: flex;
  gap: 10px;
  align-items: center;
}

.search-results-form input {
  width: 280px;
  height: 42px;
  padding: 0 14px;
  border: 1px solid #d8dfec;
  background: #fff;
  color: #263758;
  font-size: 14px;
}

.search-results-form button {
  height: 42px;
  padding: 0 18px;
  border: 0;
  background: var(--blue);
  color: #fff;
  font-size: 14px;
}

.search-results-list {
  padding-top: 10px;
}

.search-result-item {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #edf0f5;
  text-decoration: none;
}

.search-result-item:hover .search-result-item__title {
  color: var(--blue);
}

.search-result-item__title {
  margin: 0;
  color: #17294f;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  transition: color 0.2s ease;
}

.search-result-item__meta {
  margin-top: 8px;
  color: #7a859e;
  font-size: 13px;
}

.search-result-item__excerpt {
  margin: 10px 0 0;
  color: #55627e;
  font-size: 14px;
  line-height: 1.85;
}

.search-results-empty {
  padding: 26px 0 6px;
  color: #66708a;
  font-size: 14px;
  line-height: 1.8;
}

.search-results-pagination {
  margin-top: 24px;
}

@media (max-width: 1200px) {
  .page-shell,
  .industry-view {
    gap: 18px;
  }

  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-about .about-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .search-results-head {
    display: block;
  }

  .search-results-form {
    margin-top: 14px;
  }

}

@media (max-width: 1024px) {
  .inner-banner__content {
    min-height: 176px;
  }

  .inner-banner__title {
    font-size: 26px;
  }

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

  .industry-view {
    grid-template-columns: 1fr;
  }

  .industry-tree__head {
    padding: 14px 16px 12px;
  }

  .industry-tree__toggle {
    display: inline-flex !important;
    visibility: visible;
    opacity: 1;
    margin-left: auto;
  }

  .industry-tree.is-mobile-collapsed .industry-tree__toggle-label--expand {
    display: inline;
  }

  .industry-tree.is-mobile-collapsed .industry-tree__toggle-label--collapse {
    display: none;
  }

  .industry-tree:not(.is-mobile-collapsed) .industry-tree__toggle-label--expand {
    display: none;
  }

  .industry-tree:not(.is-mobile-collapsed) .industry-tree__toggle-label--collapse {
    display: inline;
  }

  .industry-tree__switch:not(:checked) ~ .industry-tree__head .industry-tree__toggle-label--expand {
    display: inline;
  }

  .industry-tree__switch:not(:checked) ~ .industry-tree__head .industry-tree__toggle-label--collapse {
    display: none;
  }

  .industry-tree__switch:checked ~ .industry-tree__head .industry-tree__toggle-label--expand {
    display: none;
  }

  .industry-tree__switch:checked ~ .industry-tree__head .industry-tree__toggle-label--collapse {
    display: inline;
  }

  .industry-tree__current {
    display: block;
    padding: 10px 16px 0;
  }

  .industry-tree.is-mobile-collapsed .industry-tree__body {
    display: none;
  }

  .industry-tree__switch:not(:checked) ~ .industry-tree__body {
    display: none;
  }

  .industry-tree.is-mobile-collapsed .industry-tree__toggle i {
    transform: rotate(0deg);
  }

  .industry-tree:not(.is-mobile-collapsed) .industry-tree__toggle i {
    transform: rotate(180deg);
  }

  .industry-tree__switch:not(:checked) ~ .industry-tree__head .industry-tree__toggle i {
    transform: rotate(0deg);
  }

  .industry-tree__switch:checked ~ .industry-tree__head .industry-tree__toggle i {
    transform: rotate(180deg);
  }

  .industry-tree__body {
    padding: 8px;
  }

  .industry-tree__group + .industry-tree__group {
    margin-top: 8px;
  }

  .industry-tree__primary {
    border: 1px solid #e3eaf8;
  }

  .industry-tree__secondary {
    padding: 8px 0 2px 12px;
  }

  .industry-preview-grid {
    grid-template-columns: 1fr;
  }

  .industry-page-head__title {
    font-size: 24px;
  }

  .industry-section-list {
    gap: 24px;
  }

  .article-card {
    padding: 24px;
  }

  .article-title {
    font-size: 26px;
  }

  .search-results-card {
    padding: 24px;
  }

  .search-results-title {
    font-size: 24px;
  }

}

@media (max-width: 768px) {
  .inner-main {
    padding-bottom: 30px;
  }

  .inner-banner__content {
    min-height: 138px;
    padding: 20px 0;
  }

  .inner-banner__eyebrow {
    margin-bottom: 8px;
    padding: 4px 10px;
    font-size: 12px;
  }

  .inner-banner__title {
    font-size: 22px;
  }

  .inner-banner__desc {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.7;
  }

  .page-section {
    padding-top: 16px;
  }

  .page-breadcrumb {
    margin-bottom: 14px;
  }

  .page-card {
    padding: 0;
  }

  .side-card__title,
  .industry-detail-pane__title {
    padding: 16px 16px 12px;
    font-size: 16px;
  }

  .page-intro {
    display: block;
    margin-bottom: 14px;
  }

  .page-intro__title {
    font-size: 22px;
  }

  .page-intro__meta {
    margin-top: 8px;
    white-space: normal;
  }

  .news-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .news-card__title {
    min-height: auto;
  }

  .industry-tree__primary,
  .industry-tree__secondary-item {
    padding: 11px 12px;
  }

  .industry-tree__toggle {
    gap: 6px;
    padding: 5px 9px;
    font-size: 12px;
  }

  .industry-tree__secondary {
    padding-left: 10px;
  }

  .industry-detail-pane__body {
    padding: 18px;
    gap: 18px;
  }

  .industry-page-head__title {
    font-size: 22px;
  }

  .industry-page-head__desc {
    font-size: 13px;
  }

  .industry-section__header {
    display: block;
    padding-bottom: 14px;
  }

  .industry-section__title {
    font-size: 20px;
  }


  .industry-preview-card {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
    min-height: 112px;
    padding: 12px;
  }

  .industry-preview-card__media {
    min-height: 84px;
  }

  .industry-preview-card__media img {
    width: 100%;
    height: 100%;
    max-width: none;
  }

  .article-card {
    padding: 18px;
  }

  .article-title {
    font-size: 22px;
  }

  .article-content {
    font-size: 14px;
  }

  .article-content h2 {
    font-size: 20px;
  }

  .article-about {
    padding: 18px;
  }

  .article-about .about-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .search-results-card {
    padding: 18px;
  }

  .search-results-title {
    font-size: 22px;
  }

  .search-results-form {
    display: block;
  }

  .search-results-form input {
    width: 100%;
  }

  .search-results-form button {
    width: 100%;
    margin-top: 10px;
  }

  .search-result-item {
    padding: 16px 0;
  }

  .search-result-item__title {
    font-size: 18px;
  }

}


