@charset "UTF-8";
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.container--wide {
  max-width: 90rem;
}
.container--normal {
  max-width: 75rem;
}
.container--narrow {
  max-width: 50rem;
}
@media (max-width: 1024px) {
  .container {
    padding: 0 1rem;
  }
}

.hero-banner {
  position: relative;
  height: 60vh;
  min-height: 500px;
  max-height: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .hero-banner {
    height: 50vh;
    min-height: 400px;
  }
}
.hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(90, 157, 126, 0.24);
  z-index: 1;
}
.hero-banner__bg {
  position: absolute;
  inset: 0;
  background-attachment: fixed;
  will-change: transform;
  z-index: 0;
}
.hero-banner__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  padding: 0 2rem;
}
@media (max-width: 1024px) {
  .hero-banner__content {
    padding: 0 1.5rem;
  }
}
.hero-banner__label {
  display: none;
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.2em;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .hero-banner__label {
    font-size: 0.75rem;
  }
}
.hero-banner__title {
  font-size: 4rem;
  font-weight: 200;
  color: #ffffff;
  margin: 0 0 1.5rem 0;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .hero-banner__title {
    font-size: 2.5rem;
  }
}
.hero-banner__subtitle {
  font-size: 1.25rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .hero-banner__subtitle {
    font-size: 1rem;
  }
}

.page-content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
}
@media (max-width: 1024px) {
  .page-content {
    margin: 0 auto;
    max-width: 800px;
  }
}
@media (max-width: 1024px) {
  .page-content {
    margin: 0 auto;
    padding: 0 1.5rem;
  }
}
.page-content--no-nav {
  margin-left: auto;
  margin-right: auto;
}
.page-content--full-width {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.content-section {
  padding: 6rem 0;
  position: relative;
}
.content-section--last {
  padding-bottom: 8rem;
}
.content-section--tight {
  padding: 3rem 0;
}
@media (max-width: 1024px) {
  .content-section {
    padding: 4rem 0;
  }
  .content-section--last {
    padding-bottom: 5rem;
  }
  .content-section--tight {
    padding: 2rem 0;
  }
}

.section-title {
  font-size: 2.5rem;
  font-weight: 200;
  color: #1e293b;
  line-height: 1.4;
  margin: 0 0 2rem 0;
  letter-spacing: -0.02em;
}
@media (max-width: 1024px) {
  .section-title {
    font-size: 1.75rem;
  }
}

.section-title-alt {
  font-size: 2rem;
  font-weight: 300;
  color: #1e293b;
  margin: 0 0 1.5rem 0;
  letter-spacing: -0.01em;
}
@media (max-width: 1024px) {
  .section-title-alt {
    font-size: 1.5rem;
  }
}

.section-subtitle {
  font-size: 1.125rem;
  font-weight: 300;
  color: #64748b;
  margin: 0 0 3rem 0;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .section-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}

.section-intro {
  font-size: 1rem;
  font-weight: 300;
  color: #475569;
  line-height: 1.9;
  margin-bottom: 1.5rem;
  max-width: 900px;
}
.section-intro a,
.section-intro a:visited,
.section-intro a:hover,
.section-intro a:active {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .section-intro {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}

body:not(.ts-b) {
  background-color: #f5f6f7;
}

body:not(.ts-b) .page-content .content-section,
body:not(.ts-b) .team-page-content .content-section {
  z-index: 0;
}

body:not(.ts-b) .page-content .content-section::before,
body:not(.ts-b) .team-page-content .content-section::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #f7f8fa;
  z-index: -1;
}

body:not(.ts-b) .page-content .content-section:nth-of-type(even)::before,
body:not(.ts-b) .team-page-content .content-section:nth-of-type(even)::before {
  background: #eef1f4;
}

.section-number {
  font-size: 0.75rem;
  font-weight: 500;
  color: #cbd5e1;
  letter-spacing: 0.2em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.section-explore {
  font-size: 0.875rem;
  font-weight: 300;
  color: #94a3b8;
  letter-spacing: 0.15em;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.narrative-text {
  max-width: 900px;
}
.narrative-text p {
  font-size: 1rem;
  font-weight: 300;
  color: #475569;
  line-height: 1.9;
  margin-bottom: 1.5rem;
}
.narrative-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .narrative-text p {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
.narrative-text a,
.narrative-text a:visited,
.narrative-text a:active {
  color: #5a9d7e;
  text-decoration: none;
  transition: 0.1s;
}
.narrative-text a:hover {
  color: rgb(72.9, 127.17, 102.06);
}

.breadcrumb {
  background-color: #fafafa;
  padding: 1rem 0;
  font-size: 0.875rem;
  color: #64748b;
}
.breadcrumb a {
  color: #5a9d7e;
  text-decoration: none;
  transition: color 0.2s ease;
}
.breadcrumb a:hover {
  color: #478066;
}
@media (max-width: 1024px) {
  .breadcrumb {
    padding: 0.75rem 0;
    font-size: 0.8125rem;
  }
}

.breadcrumb__separator {
  margin: 0 0.5rem;
  color: #cbd5e1;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  min-width: 320px;
  overflow-x: hidden;
}

#wrapper,
.main-center {
  width: 100% !important;
  max-width: none !important;
}

.wa-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  transform: translateY(0);
}
.wa-header.scrolled {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.wa-header-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1366px) {
  .wa-header-inner {
    padding: 0 30px;
    height: 64px;
  }
}
@media (max-width: 767px), (max-width: 932px) and (max-height: 480px) and (orientation: landscape) {
  .wa-header-inner {
    position: relative;
  }
}

.wa-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.2s;
}
.wa-logo:hover {
  opacity: 0.8;
}
.wa-logo img {
  height: 42px;
  width: auto;
}
@media (max-width: 1366px) {
  .wa-logo img {
    height: 36px;
  }
}
@media (max-width: 1366px) {
  .wa-logo {
    position: static;
    z-index: 10;
  }
}

.wa-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1366px) {
  .wa-nav {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .wa-nav {
    gap: 14px;
  }
}
@media (max-width: 767px), (max-width: 932px) and (max-height: 480px) and (orientation: landscape) {
  .wa-nav {
    display: none;
  }
}

.wa-nav-item {
  position: relative;
  display: flex;
  align-items: center;
}

.wa-nav-link {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 400;
  color: #626262;
  text-decoration: none;
  transition: color 0.2s;
  position: relative;
}
.wa-nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #5a9d7e;
  transition: width 0.3s ease;
}
.wa-nav-link:hover {
  color: #5a9d7e;
}
@media (max-width: 1024px) {
  .wa-nav-link {
    font-size: 13px;
  }
}

.wa-nav-item.cur .wa-nav-link {
  color: #5a9d7e;
}
.wa-nav-item.cur .wa-nav-link::after {
  width: 100%;
}

.wa-nav-arrow {
  transition: transform 0.2s;
}

.wa-nav-item--mega.show-mega .wa-nav-arrow {
  transform: rotate(180deg);
}

.wa-mega-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 8px;
  animation: fadeInDown 0.2s ease;
  pointer-events: none;
  opacity: 0;
  width: auto;
  display: none;
}
@media (max-width: 767px), (max-width: 932px) and (max-height: 480px) and (orientation: landscape) {
  .wa-mega-menu {
    display: none !important;
  }
}

.wa-nav-item--mega.show-mega .wa-mega-menu {
  display: block;
  pointer-events: auto;
  opacity: 1;
}

.wa-mega-menu-inner {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: none;
  padding: 28px 36px;
  width: max-content;
}

.wa-mega-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, auto));
  gap: 48px;
  align-items: start;
}
.wa-mega-menu-grid--practices {
  column-gap: 72px;
}
.wa-mega-menu-grid--practices .wa-mega-menu-link {
  padding: 10px 0;
}
.wa-mega-menu-grid--simple {
  grid-template-columns: 1fr;
  gap: 0;
}

.wa-mega-menu-section {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.wa-mega-menu-title {
  font-size: 11px;
  font-weight: 700;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 12px 0;
  padding: 0;
}

.wa-mega-menu-links {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.wa-mega-menu-link {
  display: block;
  padding: 6px 0;
  font-size: 13px;
  font-weight: 400;
  color: #4a4a4a;
  text-decoration: none;
  transition: color 0.2s;
  line-height: 1.4;
}
.wa-mega-menu-link:hover {
  color: #5a9d7e;
}
.wa-mega-menu-link.active {
  color: #5a9d7e;
}
.wa-mega-menu-link.wa-mega-menu-view-all {
  margin-top: 10px;
  color: #5a9d7e;
  font-weight: 500;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
.wa-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1366px) {
  .wa-actions {
    gap: 10px;
  }
}
@media (max-width: 767px), (max-width: 932px) and (max-height: 480px) and (orientation: landscape) {
  .wa-actions {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.wa-lang-switcher {
  display: flex;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 2px;
}
@media (max-width: 767px), (max-width: 932px) and (max-height: 480px) and (orientation: landscape) {
  .wa-lang-switcher {
    display: none;
  }
}

.wa-lang-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 8px;
  border-radius: 6px;
  background: transparent;
  font-size: 12px;
  font-weight: 500;
  color: #626262;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
}
.wa-lang-btn:hover, .wa-lang-btn.active {
  background: rgba(90, 157, 126, 0.1);
  color: #5a9d7e;
}

.wa-search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: transparent;
  color: #626262;
  cursor: pointer;
  transition: all 0.2s;
}
.wa-search-btn:hover {
  background: rgba(90, 157, 126, 0.06);
  border-color: #5a9d7e;
  color: #5a9d7e;
}
@media (max-width: 1366px) {
  .wa-search-btn {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 767px), (max-width: 932px) and (max-height: 480px) and (orientation: landscape) {
  .wa-search-btn {
    display: none;
  }
}

.wa-mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px), (max-width: 932px) and (max-height: 480px) and (orientation: landscape) {
  .wa-mobile-toggle {
    display: flex;
  }
}
.wa-mobile-toggle span {
  width: 22px;
  height: 2px;
  background: #626262;
  border-radius: 2px;
  transition: all 0.3s ease;
  margin: 0 auto;
  display: block;
}
.wa-mobile-toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.wa-mobile-toggle.active span:nth-child(2) {
  opacity: 0;
  transform: translateX(10px);
}
.wa-mobile-toggle.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.wa-search-panel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(4px);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.wa-search-panel.open {
  display: flex;
  animation: fadeIn 0.3s ease;
}

.wa-search-panel-inner {
  position: relative;
  width: 100%;
  max-width: 600px;
}
.wa-search-panel-inner form {
  display: flex;
  gap: 12px;
}

.wa-search-input {
  flex: 1;
  height: 56px;
  padding: 0 20px;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  background: #fff;
  color: #626262;
}
.wa-search-input:focus {
  outline: 2px solid #5a9d7e;
  outline-offset: 2px;
}

.wa-search-submit {
  height: 56px;
  padding: 0 30px;
  border: none;
  border-radius: 12px;
  background: #5a9d7e;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
}
.wa-search-submit:hover {
  background: rgb(71.4170040486, 124.5829959514, 99.983805668);
}

.wa-search-close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.2s;
}
.wa-search-close:hover {
  opacity: 0.7;
}

.wa-mobile-menu {
  position: fixed;
  top: 64px;
  right: 16px;
  width: 320px;
  max-height: calc(100vh - 88px);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  z-index: 999;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transform: translateY(-12px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease;
}
.wa-mobile-menu.open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.wa-mobile-menu::-webkit-scrollbar {
  width: 6px;
}
.wa-mobile-menu::-webkit-scrollbar-track {
  background: transparent;
}
.wa-mobile-menu::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.wa-mobile-menu::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px), (max-width: 932px) and (max-height: 480px) and (orientation: landscape) {
  .wa-mobile-menu {
    right: 12px;
    width: calc(100vw - 24px);
    max-width: 360px;
    max-height: calc(100vh - 80px);
    max-height: calc(100svh - 80px);
  }
}
@media (max-width: 480px) {
  .wa-mobile-menu {
    top: 58px;
    right: 8px;
    width: calc(100vw - 16px);
    max-height: calc(100vh - 72px);
    max-height: calc(100svh - 72px);
    border-radius: 8px;
  }
}

.wa-mobile-inner {
  padding: 12px 8px;
}

.wa-mobile-item {
  margin-bottom: 0;
}
.wa-mobile-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.wa-mobile-item--has-children {
  position: relative;
}
.wa-mobile-item--has-children .wa-mobile-link {
  padding-right: 56px;
}
.wa-mobile-item--has-children .wa-mobile-children {
  display: none;
}
.wa-mobile-item--has-children.is-open .wa-mobile-children {
  display: block;
}

.wa-mobile-link {
  display: block;
  min-height: 44px;
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 400;
  color: #626262;
  text-decoration: none;
  transition: all 0.2s ease;
  border-radius: 6px;
  margin: 2px 4px;
}
.wa-mobile-link:hover {
  background: rgba(90, 157, 126, 0.06);
  color: #5a9d7e;
}
@media (max-width: 480px) {
  .wa-mobile-link {
    display: flex;
    align-items: center;
    padding: 10px 14px;
    font-size: 14px;
    line-height: 1.35;
  }
}

.wa-mobile-submenu-toggle {
  position: absolute;
  top: 8px;
  right: 16px;
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  color: #7a7a7a;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.wa-mobile-submenu-toggle::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
.wa-mobile-submenu-toggle:hover {
  background: rgba(90, 157, 126, 0.06);
  color: #5a9d7e;
}
@media (max-width: 480px) {
  .wa-mobile-submenu-toggle {
    top: 2px;
    right: 8px;
    width: 44px;
    height: 44px;
  }
}

.wa-mobile-item--has-children.is-open .wa-mobile-submenu-toggle::before {
  transform: rotate(-135deg);
}

.wa-mobile-children {
  padding: 8px 8px 12px;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 6px;
  margin: 6px 12px 10px;
}
@media (max-width: 480px) {
  .wa-mobile-children {
    padding: 6px 6px 10px;
    margin: 4px 8px 8px;
  }
}

.wa-mobile-group-title {
  padding: 10px 12px 6px;
  font-size: 10px;
  font-weight: 700;
  color: #e0e0e0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width: 480px) {
  .wa-mobile-group-title {
    padding: 8px 10px 4px;
    font-size: 9px;
  }
}

.wa-mobile-child-link {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.4;
  color: #626262;
  text-decoration: none;
  transition: all 0.2s ease;
  border-radius: 4px;
  margin: 2px 0;
}
.wa-mobile-child-link:hover {
  background: rgba(90, 157, 126, 0.08);
  color: #5a9d7e;
  transform: translateX(2px);
}
.wa-mobile-child-link:active {
  background: rgba(90, 157, 126, 0.12);
}
@media (max-width: 480px) {
  .wa-mobile-child-link {
    padding: 9px 10px;
    font-size: 12.5px;
  }
}

.wa-mobile-overlay {
  position: fixed;
  inset: 0;
  background: transparent;
  z-index: 998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.wa-mobile-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.wa-mobile-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 24px;
  margin-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
@media (max-width: 480px) {
  .wa-mobile-actions {
    padding: 12px 16px;
    margin-top: 8px;
  }
}

.wa-mobile-lang {
  display: flex;
  align-items: center;
  gap: 8px;
}

.wa-mobile-lang-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  color: #626262;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
}
.wa-mobile-lang-btn:hover, .wa-mobile-lang-btn.active {
  background: rgba(90, 157, 126, 0.1);
  border-color: #5a9d7e;
  color: #5a9d7e;
}
@media (max-width: 480px) {
  .wa-mobile-lang-btn {
    min-width: 40px;
    height: 40px;
    font-size: 13px;
  }
}

.wa-mobile-search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  color: #626262;
  cursor: pointer;
  transition: all 0.2s;
}
.wa-mobile-search-btn svg {
  stroke: currentColor;
}
.wa-mobile-search-btn:hover {
  background: rgba(90, 157, 126, 0.1);
  border-color: #5a9d7e;
  color: #5a9d7e;
}
@media (max-width: 480px) {
  .wa-mobile-search-btn {
    height: 40px;
    font-size: 13px;
  }
}

.wa-footer {
  background: #2c3544;
  color: #a8b2c1;
  padding: 0;
  margin-top: 0;
}

.wa-footer-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1025px) {
  .wa-footer-main {
    padding: 40px 30px;
    gap: 30px;
  }
}
@media (min-width: 1025px) {
  .wa-footer-main {
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
    padding: 50px 40px;
  }
}

.wa-footer-brand {
  flex: 0 0 auto;
}
@media (min-width: 1025px) {
  .wa-footer-brand {
    max-width: 320px;
  }
}

.wa-footer-logo {
  height: 32px;
  width: auto;
  margin-bottom: 16px;
  filter: brightness(0) invert(1);
}
@media (min-width: 1025px) {
  .wa-footer-logo {
    height: 36px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .wa-footer-logo {
    height: 40px;
    margin-bottom: 24px;
  }
}

.wa-footer-desc {
  margin: 0 0 12px;
  font-size: 11px;
  line-height: 1.6;
  color: #d1d6de;
}
@media (min-width: 1025px) {
  .wa-footer-desc {
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 16px;
  }
}
@media (min-width: 1025px) {
  .wa-footer-desc {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
}

.wa-footer-disclaimer {
  margin: 0;
  font-size: 10px;
  line-height: 1.6;
  color: #8891a0;
}
@media (min-width: 1025px) {
  .wa-footer-disclaimer {
    font-size: 11px;
    line-height: 1.7;
  }
}
@media (min-width: 1025px) {
  .wa-footer-disclaimer {
    font-size: 12px;
    line-height: 1.8;
  }
}

.wa-footer-sitemap {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 16px;
}
@media (min-width: 1025px) {
  .wa-footer-sitemap {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px 20px;
  }
}
@media (min-width: 1025px) {
  .wa-footer-sitemap {
    gap: 20px;
  }
}

.wa-footer-column {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .wa-footer-column:last-child {
    grid-column: 1/-1;
  }
}

.wa-footer-title {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.02em;
}
@media (min-width: 1025px) {
  .wa-footer-title {
    font-size: 13px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1025px) {
  .wa-footer-title {
    font-size: 14px;
    margin-bottom: 14px;
  }
}

.wa-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (min-width: 1025px) {
  .wa-footer-links {
    gap: 8px;
  }
}
@media (min-width: 1025px) {
  .wa-footer-links {
    gap: 9px;
  }
}

.wa-footer-link {
  display: inline-block;
  font-size: 11px;
  color: #a8b2c1;
  text-decoration: none;
  transition: color 0.2s ease;
  line-height: 1.4;
}
.wa-footer-link:hover {
  color: #fff;
}
@media (min-width: 1025px) {
  .wa-footer-link {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media (min-width: 1025px) {
  .wa-footer-link {
    font-size: 13px;
  }
}

.wa-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wa-footer-contact p {
  margin: 0;
  font-size: 13px;
  color: #a8b2c1;
  line-height: 1.6;
}
@media (min-width: 1025px) {
  .wa-footer-contact p {
    font-size: 14px;
  }
}

.wa-footer-office {
  font-weight: 500;
  color: #d1d6de;
}

.wa-footer-phone {
  font-family: inherit;
}

.wa-footer-contact-row {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.wa-footer-contact-icon {
  width: 16px;
  height: 16px;
  color: #a8b2c1;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.wa-footer-contact-icon svg {
  width: 16px;
  height: 16px;
  display: block;
}

.wa-footer-contact-link {
  color: #a8b2c1;
  text-decoration: none;
  transition: color 0.2s ease;
  line-height: 1.5;
}
.wa-footer-contact-link:hover {
  color: #fff;
}

.wa-footer-email a {
  color: #a8b2c1;
  text-decoration: none;
  transition: color 0.2s ease;
}
.wa-footer-email a:hover {
  color: #fff;
}

.wa-footer-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .wa-footer-social {
    flex-wrap: nowrap;
    gap: 8px;
    margin-top: 2px;
  }
}

.wa-footer-social__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #a8b2c1;
  line-height: 1;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}
.wa-footer-social__link:hover {
  color: #fff;
  opacity: 1;
  transform: translateY(-1px);
}
@media (max-width: 767px) {
  .wa-footer-social__link {
    width: 44px;
    height: 44px;
  }
}

.wa-footer-social__popover {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 12px);
  z-index: 20;
  width: 112px;
  height: 112px;
  padding: 8px;
  background: #fff;
  border: 1px solid rgba(168, 178, 193, 0.28);
  border-radius: 6px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  visibility: hidden;
}
@media (max-width: 767px) {
  .wa-footer-social__popover {
    bottom: calc(100% + 4px);
  }
}
.wa-footer-social__popover::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-right: 1px solid rgba(168, 178, 193, 0.28);
  border-bottom: 1px solid rgba(168, 178, 193, 0.28);
  transform: translateX(-50%) rotate(45deg);
}
.wa-footer-social__popover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wa-footer-social__link--qr:hover .wa-footer-social__popover,
.wa-footer-social__link--qr:focus .wa-footer-social__popover,
.wa-footer-social__link--qr:focus-visible .wa-footer-social__popover,
.wa-footer-social__link--qr.is-popover-open .wa-footer-social__popover {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}

.wa-footer-social__icon {
  display: block;
  width: 22px;
  height: 22px;
  fill: currentColor;
  color: inherit;
}

.wa-footer-bottom {
  background: #242b38;
  padding: 24px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (min-width: 1025px) {
  .wa-footer-bottom {
    padding: 28px 40px;
  }
}
@media (min-width: 1025px) {
  .wa-footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
  }
}

.wa-footer-copyright {
  font-size: 12px;
  color: #8891a0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.wa-footer-copyright span {
  white-space: nowrap;
}
.wa-footer-copyright a {
  color: #8891a0;
  text-decoration: none;
  transition: color 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.wa-footer-copyright a:hover {
  color: #fff;
}
@media (min-width: 1025px) {
  .wa-footer-copyright {
    font-size: 13px;
    gap: 10px;
    justify-content: flex-start;
  }
}

.wa-footer-badge {
  width: 14px;
  height: 14px;
  vertical-align: middle;
}
@media (min-width: 1025px) {
  .wa-footer-badge {
    width: 16px;
    height: 16px;
  }
}

.wa-footer-legal {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}
@media (min-width: 1025px) {
  .wa-footer-legal {
    font-size: 13px;
    gap: 12px;
  }
}

.wa-footer-legal-link {
  color: #8891a0;
  text-decoration: none;
  transition: color 0.2s ease;
  white-space: nowrap;
}
.wa-footer-legal-link:hover {
  color: #fff;
}

.wa-footer-divider {
  color: #4a5566;
}

.footers {
  height: 1px;
}

.horizontal-nav {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 3rem;
  z-index: 3;
}
@media (max-width: 1366px) {
  .horizontal-nav {
    display: none;
  }
}

.horizontal-nav__item {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0.5rem 0;
  position: relative;
}
.horizontal-nav__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.125rem;
  background: rgba(255, 255, 255, 0.5);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.horizontal-nav__item:hover {
  color: white;
}
.horizontal-nav__item:hover::after {
  transform: scaleX(1);
}
.horizontal-nav__item.active {
  color: white;
}
.horizontal-nav__item.active::after {
  transform: scaleX(1);
  background: white;
}
.horizontal-nav__item .nav-label {
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.05em;
  transition: color 0.2s;
}
.horizontal-nav__item:hover .nav-label, .horizontal-nav__item.active .nav-label {
  color: white;
}

.vertical-nav {
  position: fixed;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.vertical-nav.show {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 1367px) {
  .vertical-nav {
    left: 3.75rem;
    right: auto;
  }
}

.vertical-nav__inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 1366px) {
  .vertical-nav__inner {
    align-items: flex-end;
    gap: 1.25rem;
  }
}

.vertical-nav__item {
  writing-mode: horizontal-tb;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: #9fb0c3;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  position: relative;
}
.vertical-nav__item::before {
  content: "";
  position: absolute;
  left: -1.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0.0625rem;
  background: #5a9d7e;
  transition: width 0.3s ease;
}
.vertical-nav__item:hover {
  color: #7f92a8;
}
.vertical-nav__item:hover::before {
  width: 0.75rem;
}
.vertical-nav__item.active {
  color: #5a9d7e;
}
.vertical-nav__item.active::before {
  width: 0.75rem;
}

@media (max-width: 1366px) {
  .vertical-nav {
    right: 0.75rem;
  }
  .vertical-nav__item {
    font-size: 0.8125rem;
    font-weight: 200 !important;
    min-width: 4.5rem;
    text-align: right;
  }
  .vertical-nav__item::before {
    left: -0.75rem;
  }
  .vertical-nav__item.active {
    font-size: 1rem;
    font-weight: 300 !important;
  }
  .vertical-nav.is-idle .vertical-nav__item {
    color: transparent;
  }
  .vertical-nav.is-idle .vertical-nav__item::before {
    left: auto;
    right: 0;
    width: 0.5rem;
    opacity: 0.35;
  }
  .vertical-nav.is-idle .vertical-nav__item.active::before {
    width: 0.75rem;
    opacity: 1;
  }
}
@media (min-width: 1367px) {
  .vertical-nav:not(.mobile-only) .vertical-nav__item {
    font-weight: 300;
  }
}
.org-tree {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  padding: 2rem 0;
}
@media (max-width: 1024px) {
  .org-tree {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.tree-category {
  position: relative;
}
.tree-category__title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #5a9d7e;
  margin: 0 0 1.5rem 0;
  padding-left: 1.5rem;
  position: relative;
}
.tree-category__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #5a9d7e;
  border-radius: 50%;
}

.tree-items {
  list-style: none;
  padding-left: 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.tree-items::before {
  content: "";
  position: absolute;
  left: 0.25rem;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #5a9d7e 0%, rgba(90, 157, 126, 0.3) 100%);
}
@media (max-width: 1024px) {
  .tree-items {
    padding-left: 1.5rem;
    gap: 0.625rem;
  }
}

.tree-item {
  position: relative;
  padding-left: 1.25rem;
}
.tree-item::before {
  content: "";
  position: absolute;
  left: -1.75rem;
  top: 0.6rem;
  width: 1.25rem;
  height: 2px;
  background: #5a9d7e;
}
.tree-item::after {
  content: "";
  position: absolute;
  left: -0.5rem;
  top: 0.4rem;
  width: 6px;
  height: 6px;
  background: #fff;
  border: 2px solid #5a9d7e;
  border-radius: 50%;
}
.tree-item__name {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #2C3E50;
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .tree-item__name {
    font-size: 0.875rem;
  }
}

.wa-section {
  position: relative;
  width: 100%;
  padding: 80px 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .wa-section {
    padding: 60px 0;
  }
}
.wa-section--hero {
  padding: 0;
  min-height: 500px;
}
@media (max-width: 1024px) {
  .wa-section--hero {
    min-height: 320px;
  }
}
.wa-section--dark {
  background: rgb(44.1, 44.1, 44.1);
  color: #ffffff;
}
.wa-section--light {
  background: rgb(250.29, 250.29, 250.29);
  color: rgb(44.1, 44.1, 44.1);
}
.wa-section--primary {
  background: linear-gradient(135deg, #5a9d7e 0%, #81b89e 100%);
  color: #ffffff;
}
.wa-section--parallax .wa-section-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: translateZ(0);
  will-change: transform;
  transition: transform 0.1s ease-out;
}
.wa-section--parallax .wa-section-content {
  position: relative;
  z-index: 1;
}
.wa-section__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 0;
}

.wa-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1024px) {
  .wa-section-inner {
    padding: 0 16px;
  }
}

.wa-section-header {
  text-align: center;
  margin-bottom: 60px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.wa-section-header.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1024px) {
  .wa-section-header {
    margin-bottom: 40px;
  }
}

.wa-section-title {
  font-size: 36px;
  font-weight: 700;
  color: rgb(44.1, 44.1, 44.1);
  margin: 0 0 16px 0;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .wa-section-title {
    font-size: 28px;
  }
}
.wa-section--dark .wa-section-title {
  color: #ffffff;
}

.wa-section-subtitle {
  font-size: 18px;
  color: rgb(192.2, 192.2, 192.2);
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .wa-section-subtitle {
    font-size: 16px;
  }
}
.wa-section--dark .wa-section-subtitle {
  color: rgba(255, 255, 255, 0.8);
}

.wa-section-divider {
  width: 60px;
  height: 4px;
  background: #5a9d7e;
  margin: 0 auto 24px;
  border-radius: 2px;
}

.wa-section-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .wa-section-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.wa-section-grid--2-cols {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1024px) {
  .wa-section-grid--2-cols {
    grid-template-columns: 1fr;
  }
}
.wa-section-grid--3-cols {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .wa-section-grid--3-cols {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .wa-section-grid--3-cols {
    grid-template-columns: 1fr;
  }
}
.wa-section-grid--4-cols {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .wa-section-grid--4-cols {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .wa-section-grid--4-cols {
    grid-template-columns: 1fr;
  }
}

.wa-fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.wa-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.wa-fade-in:nth-child(1) {
  transition-delay: 0.1s;
}
.wa-fade-in:nth-child(2) {
  transition-delay: 0.2s;
}
.wa-fade-in:nth-child(3) {
  transition-delay: 0.3s;
}
.wa-fade-in:nth-child(4) {
  transition-delay: 0.4s;
}
.wa-fade-in:nth-child(5) {
  transition-delay: 0.5s;
}
.wa-fade-in:nth-child(6) {
  transition-delay: 0.6s;
}

.wa-fade-in-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.wa-fade-in-left.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.wa-fade-in-right {
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.wa-fade-in-right.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.wa-scale-in {
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.wa-scale-in.is-visible {
  opacity: 1;
  transform: scale(1);
}

.wa-cta-section {
  text-align: center;
  padding: 100px 20px;
  background: linear-gradient(135deg, #5a9d7e 0%, #81b89e 100%);
  color: #ffffff;
}
@media (max-width: 1024px) {
  .wa-cta-section {
    padding: 60px 20px;
  }
}

.wa-cta-title {
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 20px 0;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .wa-cta-title {
    font-size: 32px;
  }
}

.wa-cta-text {
  font-size: 18px;
  margin: 0 0 40px 0;
  opacity: 0.9;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .wa-cta-text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.wa-cta-button {
  display: inline-block;
  padding: 16px 48px;
  background: #ffffff;
  color: #5a9d7e;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.wa-cta-button:hover {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1024px) {
  .wa-cta-button {
    padding: 14px 36px;
    font-size: 15px;
  }
}

.wa-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  text-align: center;
}
@media (max-width: 1024px) {
  .wa-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .wa-stats-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.wa-stat-item {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.wa-stat-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.wa-stat-number {
  font-size: 48px;
  font-weight: 700;
  color: #5a9d7e;
  margin: 0 0 8px 0;
  line-height: 1;
}
@media (max-width: 1024px) {
  .wa-stat-number {
    font-size: 36px;
  }
}

.wa-stat-label {
  font-size: 16px;
  color: rgb(192.2, 192.2, 192.2);
  margin: 0;
}
@media (max-width: 1024px) {
  .wa-stat-label {
    font-size: 14px;
  }
}

.wa-card {
  position: relative;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.wa-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.wa-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

.wa-card-thumbnail {
  position: relative;
  width: 100%;
  padding-top: 60%;
  overflow: hidden;
  background: rgb(250.29, 250.29, 250.29);
}
.wa-card-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.wa-card:hover .wa-card-thumbnail img {
  transform: scale(1.08);
}
.wa-card-thumbnail::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.wa-card:hover .wa-card-thumbnail::after {
  opacity: 1;
}
.wa-card-thumbnail--square {
  padding-top: 100%;
}
.wa-card-thumbnail--wide {
  padding-top: 50%;
}
.wa-card-thumbnail--portrait {
  padding-top: 133%;
}

.wa-card-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 6px 12px;
  background: #5a9d7e;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.wa-card-badge--new {
  background: #ff6b6b;
}
.wa-card-badge--hot {
  background: #ff8c42;
}
.wa-card-badge--featured {
  background: #81b89e;
}

.wa-card-content {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .wa-card-content {
    padding: 20px;
  }
}

.wa-card-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 13px;
  color: rgb(192.2, 192.2, 192.2);
}
.wa-card-meta svg {
  width: 14px;
  height: 14px;
  opacity: 0.7;
}

.wa-card-date {
  display: flex;
  align-items: center;
  gap: 6px;
}

.wa-card-views {
  display: flex;
  align-items: center;
  gap: 6px;
}

.wa-card-author {
  display: flex;
  align-items: center;
  gap: 6px;
}

.wa-card-category {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(90, 157, 126, 0.1);
  color: #5a9d7e;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.wa-card-title {
  font-size: 18px;
  font-weight: 600;
  color: rgb(44.1, 44.1, 44.1);
  margin: 0 0 12px 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
}
.wa-card:hover .wa-card-title {
  color: #5a9d7e;
}
@media (max-width: 1024px) {
  .wa-card-title {
    font-size: 16px;
  }
}

.wa-card-description {
  font-size: 14px;
  color: rgb(192.2, 192.2, 192.2);
  line-height: 1.6;
  margin: 0 0 16px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}
@media (max-width: 1024px) {
  .wa-card-description {
    font-size: 13px;
    -webkit-line-clamp: 2;
  }
}

.wa-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin-top: auto;
}

.wa-card-action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #5a9d7e;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.wa-card-action svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.wa-card-action:hover {
  gap: 10px;
}
.wa-card-action:hover svg {
  transform: translateX(4px);
}

.wa-card--horizontal {
  flex-direction: row;
}
.wa-card--horizontal .wa-card-thumbnail {
  width: 40%;
  padding-top: 0;
  min-height: 200px;
}
.wa-card--horizontal .wa-card-thumbnail img {
  position: static;
}
.wa-card--horizontal .wa-card-content {
  width: 60%;
}
@media (max-width: 1024px) {
  .wa-card--horizontal {
    flex-direction: column;
  }
  .wa-card--horizontal .wa-card-thumbnail {
    width: 100%;
    padding-top: 60%;
  }
  .wa-card--horizontal .wa-card-thumbnail img {
    position: absolute;
  }
  .wa-card--horizontal .wa-card-content {
    width: 100%;
  }
}

.wa-card--simple {
  padding: 24px;
}
.wa-card--simple:hover {
  background: rgba(90, 157, 126, 0.02);
}

.wa-card--featured {
  grid-column: span 2;
}
@media (max-width: 1024px) {
  .wa-card--featured {
    grid-column: span 1;
  }
}
.wa-card--featured .wa-card-title {
  font-size: 24px;
}
.wa-card--featured .wa-card-description {
  font-size: 16px;
}

.wa-card--icon {
  text-align: center;
  padding: 40px 24px;
  border: 2px solid rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
}
.wa-card--icon:hover {
  border-color: #5a9d7e;
  background: rgba(90, 157, 126, 0.02);
}

.wa-card-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(90, 157, 126, 0.1);
  border-radius: 50%;
  color: #5a9d7e;
  transition: all 0.4s ease;
}
.wa-card--icon:hover .wa-card-icon {
  background: #5a9d7e;
  color: #ffffff;
  transform: scale(1.1) rotate(5deg);
}
.wa-card-icon svg {
  width: 32px;
  height: 32px;
}

.wa-team-card {
  text-align: center;
}
.wa-team-card .wa-card-thumbnail {
  padding-top: 100%;
  border-radius: 50%;
  margin: 0 auto 20px;
  max-width: 200px;
}
.wa-team-card .wa-card-title {
  margin-bottom: 4px;
}
.wa-team-card .wa-card-subtitle {
  font-size: 14px;
  color: #5a9d7e;
  margin-bottom: 12px;
}

.wa-card--loading .wa-card-thumbnail,
.wa-card--loading .wa-card-title,
.wa-card--loading .wa-card-description {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s ease-in-out infinite;
  color: transparent;
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
/*------------------------------------------------------------------
[24. Timeline]
*/
/*
  Adapted from Vertical Timeline by Sebastiano Guerriero
  http://codyhouse.co/gem/vertical-timeline/
*/
/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.timeline-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.timeline-container::after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}
.timeline-container.top-circle:before {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 99px;
  background-color: #e2e8f0;
  z-index: 10;
}

/* -------------------------------- 

Main components 

-------------------------------- */
.timeline {
  position: relative;
  padding: 3em 0 10em 0;
  margin-top: 0;
  margin-bottom: 0;
}
.timeline::before {
  /* this is the vertical line */
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 2px;
  background: #e2e8f0;
}

@media only screen and (min-width: 1170px) {
  .timeline-container:not(.left) .timeline {
    margin-bottom: 0;
  }
  .timeline-container:not(.left) .timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}
.timeline-block {
  position: relative;
  margin: 2em 0;
}
.timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.timeline-block:first-child {
  margin-top: 0;
}
.timeline-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .timeline-container:not(.left) .timeline .timeline-block {
    margin: 4em 0;
  }
  .timeline-container:not(.left) .timeline .timeline-block:first-child {
    margin-top: 0;
  }
  .timeline-container:not(.left) .timeline .timeline-block:last-child {
    margin-bottom: 0;
  }
}
.timeline-point {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 12px;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  background: #94a3b8;
  border: 2px solid #fff;
}
.timeline-point.small {
  height: 12px;
  margin-left: 13px;
  margin-top: 14px;
  width: 12px;
}
.timeline-point i {
  color: #fff;
}
.timeline-point.primary {
  background-color: #5a9d7e;
}
.timeline-point.complete {
  background-color: #3b82f6;
}
.timeline-point.success {
  background-color: #10b981;
  width: 28px;
  height: 28px;
  top: 18px;
  margin-left: 6px;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.12);
  animation: timeline-breathe-dot 2.2s ease-in-out infinite;
}
.timeline-point.success::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid rgba(16, 185, 129, 0.2);
  animation: timeline-breathe-ring 2.2s ease-in-out infinite;
  pointer-events: none;
}
.timeline-point.info {
  background-color: #06b6d4;
}
.timeline-point.danger {
  background-color: #ef4444;
}
.timeline-point.warning {
  background-color: #f59e0b;
}

@media only screen and (min-width: 1170px) {
  .timeline-container:not(.left) .timeline .timeline-point {
    left: 50%;
    margin-left: -21px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .timeline-container:not(.left) .timeline .timeline-point.is-hidden {
    visibility: hidden;
  }
  .timeline-container:not(.left) .timeline .timeline-point.small {
    margin-left: -7px;
  }
  .timeline-container:not(.left) .timeline .timeline-point.success {
    margin-left: -15px;
  }
  .timeline-container:not(.left) .timeline .timeline-point.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}
@keyframes timeline-breathe-dot {
  0%, 100% {
    transform: scale(0.96);
  }
  50% {
    transform: scale(1.06);
  }
}
@keyframes timeline-breathe-ring {
  0%, 100% {
    opacity: 0.2;
    transform: scale(0.9);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.18);
  }
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  padding: 1rem 1.5rem;
  border-radius: 4px;
}
.timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.timeline-content .card {
  margin-bottom: 0;
}
.timeline-content .event-date {
  display: block;
  padding: 0 0 0.5em 0;
  opacity: 0.8;
  font-weight: 600;
  color: #64748B;
  font-size: 0.875rem;
}
.timeline-content p {
  margin: 0;
  color: #1E293B;
  line-height: 1.6;
}

@media (max-width: 480px) {
  .timeline-container {
    width: 94%;
  }
}
@media only screen and (min-width: 1170px) {
  .timeline-container:not(.left) .timeline .timeline-content {
    margin-left: 0;
    width: 46%;
  }
  .timeline-container:not(.left) .timeline .timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .timeline-container:not(.left) .timeline .timeline-content.is-hidden {
    visibility: hidden;
  }
  .timeline-container:not(.left) .timeline .timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
  .timeline-container:not(.left) .timeline .timeline-content .event-date {
    position: absolute;
    width: 100%;
    left: 118%;
    top: -2px;
    font-size: 16px;
    font-size: 1rem;
  }
  .timeline-container:not(.left) .timeline .timeline-content .event-date small {
    margin-top: 13px;
    display: block;
  }
  .timeline-container:not(.left) .timeline .timeline-content .event-date h6 + small {
    margin-top: 0;
  }
  .timeline-container:not(.left) .timeline .timeline-block:nth-child(odd) .timeline-content .card {
    float: right;
  }
  .timeline-container:not(.left) .timeline .timeline-block:nth-child(even) .timeline-content {
    float: right;
  }
  .timeline-container:not(.left) .timeline .timeline-block:nth-child(even) .timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .timeline-container:not(.left) .timeline .timeline-block:nth-child(even) .timeline-content .event-date {
    left: auto;
    right: 118%;
    text-align: right;
  }
}
@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .timeline-container:not(.left) .timeline .timeline-block:nth-child(even) .timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.timeline-container.center .timeline {
  margin-top: 3em;
  margin-bottom: 3em;
}
.timeline-container.center .timeline::before {
  left: 50%;
  margin-left: -2px;
}
.timeline-container.center .timeline .timeline-point {
  left: 50%;
  margin-left: -21px;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
.timeline-container.center .timeline .timeline-point.is-hidden {
  visibility: hidden;
}
.timeline-container.center .timeline .timeline-point.small {
  margin-left: -7px;
}
.timeline-container.center .timeline .timeline-point.bounce-in {
  visibility: visible;
  -webkit-animation: cd-bounce-1 0.6s;
  -moz-animation: cd-bounce-1 0.6s;
  animation: cd-bounce-1 0.6s;
}
.timeline-container.center .timeline .timeline-content {
  margin-left: 0;
  width: 46%;
}
.timeline-container.center .timeline .timeline-content::before {
  top: 24px;
  left: 100%;
  border-color: transparent;
  border-left-color: white;
}
.timeline-container.center .timeline .timeline-content.is-hidden {
  visibility: hidden;
}
.timeline-container.center .timeline .timeline-content.bounce-in {
  visibility: visible;
  -webkit-animation: cd-bounce-2 0.6s;
  -moz-animation: cd-bounce-2 0.6s;
  animation: cd-bounce-2 0.6s;
}
.timeline-container.center .timeline .timeline-content .event-date {
  position: absolute;
  width: 100%;
  left: 118%;
  top: -2px;
  font-size: 16px;
  font-size: 1rem;
}
.timeline-container.center .timeline .timeline-content .event-date small {
  margin-top: 13px;
  display: block;
}
.timeline-container.center .timeline .timeline-content .event-date h6 + small {
  margin-top: 0;
}
.timeline-container.center .timeline .timeline-block:nth-child(odd) .timeline-content .card {
  float: right;
}
.timeline-container.center .timeline .timeline-block:nth-child(even) .timeline-content {
  float: right;
}
.timeline-container.center .timeline .timeline-block:nth-child(even) .timeline-content::before {
  top: 24px;
  left: auto;
  right: 100%;
  border-color: transparent;
  border-right-color: white;
}
.timeline-container.center .timeline .timeline-block:nth-child(even) .timeline-content .event-date {
  left: auto;
  right: 118%;
  text-align: right;
}

@media only screen and (min-width: 1170px) {
  .timeline-container.left {
    width: 60%;
    margin-left: 100px;
  }
}
.business-structure {
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1024px) {
  .business-structure {
    padding: 0;
  }
}

.business-category {
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .business-category {
    margin-bottom: 3rem;
  }
}
.business-category:last-child {
  margin-bottom: 0;
}

.business-category__title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #1e293b;
  margin: 0 0 1.25rem 0;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #5a9d7e;
  letter-spacing: -0.01em;
}
@media (max-width: 1024px) {
  .business-category__title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}

.business-category__title-en {
  display: none;
}

.business-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 1.5rem;
}
@media (max-width: 1024px) {
  .business-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem 1rem;
  }
}
@media (max-width: 480px) {
  .business-list {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.business-item {
  padding: 0.75rem 1rem;
  background: transparent;
  border-left: 3px solid #e2e8f0;
  border-radius: 0;
  text-decoration: none;
  display: block;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .business-item {
    padding: 0.625rem 0.875rem;
  }
}
@media (max-width: 480px) {
  .business-item {
    border-left-width: 2px;
    padding: 0.5rem 0.75rem;
  }
}

.business-item__name {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #475569;
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .business-item__name {
    font-size: 0.875rem;
  }
}

.business-item__desc {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #64748b;
  margin: 0.5rem 0 0 0;
  display: none;
}
@media (max-width: 1024px) {
  .business-item__desc {
    font-size: 0.8125rem;
  }
}

.news-content {
  width: 100%;
}

.news-sidebar .sidebar-nav {
  position: sticky;
  top: 100px;
}

.news-header {
  margin-bottom: 40px;
}
.news-header__title {
  font-size: 24px;
  font-weight: 500;
  color: rgb(44.1, 44.1, 44.1);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  margin: 0 0 24px 0;
}

.news-filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 1024px) {
  .news-filters {
    flex-direction: column;
    align-items: stretch;
  }
}
.news-filters__group {
  display: flex;
  gap: 12px;
  align-items: center;
}

.news-search {
  display: flex;
  flex: 1;
  max-width: 400px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  transition: border-color 0.2s ease;
}
@media (max-width: 1024px) {
  .news-search {
    max-width: 100%;
  }
}
.news-search:focus-within {
  border-color: #5a9d7e;
}
.news-search__input {
  flex: 1;
  padding: 10px 16px;
  border: none;
  outline: none;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  color: rgb(44.1, 44.1, 44.1);
  background: transparent;
}
.news-search__input::placeholder {
  color: rgb(192.2, 192.2, 192.2);
}
.news-search__btn {
  padding: 10px 16px;
  border: none;
  background: transparent;
  color: #626262;
  cursor: pointer;
  transition: color 0.2s ease;
}
.news-search__btn:hover {
  color: #5a9d7e;
}
.news-search__btn svg {
  display: block;
}

.news-filter__select {
  padding: 10px 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  color: rgb(44.1, 44.1, 44.1);
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.news-filter__select:hover {
  border-color: #5a9d7e;
}
.news-filter__select:focus {
  outline: none;
  border-color: #5a9d7e;
}

.news-filter__reset {
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  color: #626262;
  cursor: pointer;
  transition: all 0.2s ease;
}
.news-filter__reset:hover {
  color: #5a9d7e;
  border-color: #5a9d7e;
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.news-card {
  padding: 32px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.news-card:last-child {
  border-bottom: none;
}
.news-card__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 16px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}
.news-card__title a {
  color: rgb(44.1, 44.1, 44.1);
  text-decoration: none;
  transition: color 0.2s ease;
}
.news-card__title a:hover {
  color: #5a9d7e;
}
.news-card__meta {
  display: flex;
  gap: 24px;
  margin-bottom: 16px;
  font-size: 14px;
  color: rgb(192.2, 192.2, 192.2);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}
.news-card__date {
  color: rgb(192.2, 192.2, 192.2);
}
.news-card__author {
  color: rgb(192.2, 192.2, 192.2);
}
.news-card__content {
  font-size: 15px;
  line-height: 1.8;
  color: #626262;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}
.news-card__content a {
  color: #626262;
  text-decoration: none;
  transition: color 0.2s ease;
}
.news-card__content a:hover {
  color: rgb(44.1, 44.1, 44.1);
}

.lazy-load-status {
  text-align: center;
  padding: 40px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}

.lazy-load-trigger {
  min-height: 80px;
}

.lazy-load-spinner {
  font-size: 14px;
  color: rgb(192.2, 192.2, 192.2);
}
.lazy-load-spinner::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  border: 2px solid rgba(90, 157, 126, 0.2);
  border-top-color: #5a9d7e;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

.lazy-load-end {
  font-size: 14px;
  color: rgb(192.2, 192.2, 192.2);
  padding: 20px 0;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.no-content {
  text-align: center;
  padding: 60px 20px;
  color: rgb(192.2, 192.2, 192.2);
  font-size: 15px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 32px;
  padding: 8px 16px;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  color: #626262;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
  transition: all 0.2s ease;
}
.back-link svg {
  flex-shrink: 0;
}
.back-link:hover {
  color: #5a9d7e;
  border-color: #5a9d7e;
}

.news-detail__header {
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.news-detail__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  color: rgb(44.1, 44.1, 44.1);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  margin: 0 0 16px 0;
}
.news-detail__meta {
  display: flex;
  gap: 24px;
  font-size: 14px;
  color: rgb(192.2, 192.2, 192.2);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}
.news-detail__download {
  margin-top: 16px;
}
.news-detail__download-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 10px 18px;
  border: 1px solid #5a9d7e;
  background: #5a9d7e;
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
  transition: all 0.2s ease;
}
.news-detail__download-button i {
  font-size: 13px;
  line-height: 1;
}
.news-detail__download-button:hover, .news-detail__download-button:focus {
  border-color: rgb(72.9, 127.17, 102.06);
  background: rgb(72.9, 127.17, 102.06);
  color: #ffffff;
  outline: none;
}
.news-detail__content {
  font-size: 16px;
  line-height: 1.9;
  color: #626262;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}
.news-detail__content p {
  margin: 16px 0;
  text-indent: 2em;
}
.news-detail__content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 24px auto;
}
.news-detail__content h2, .news-detail__content h3, .news-detail__content h4 {
  margin: 32px 0 16px 0;
  color: rgb(44.1, 44.1, 44.1);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}
.news-detail__content h2 {
  font-size: 24px;
  font-weight: 500;
}
.news-detail__content h3 {
  font-size: 20px;
  font-weight: 500;
}
.news-detail__content h4 {
  font-size: 18px;
  font-weight: 500;
}
.news-detail__content ul, .news-detail__content ol {
  margin: 16px 0;
  padding-left: 2em;
}
.news-detail__content li {
  margin: 8px 0;
}
.news-detail__content a {
  color: #5a9d7e;
  text-decoration: none;
  transition: color 0.2s ease;
}
.news-detail__content a:hover {
  color: rgb(71.4170040486, 124.5829959514, 99.983805668);
}
.news-detail__footer {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.page-legal-detail {
  background: #f5f6f7;
}
.page-legal-detail .legal-detail-page {
  display: block;
  max-width: 1180px;
  margin-top: 0;
  padding: 56px 24px 72px;
}
@media (max-width: 1024px) {
  .page-legal-detail .legal-detail-page {
    padding: 38px 20px 56px;
  }
}
.page-legal-detail .legal-detail-page .professional-main {
  max-width: none;
  padding: 0;
}
.page-legal-detail .legal-detail {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.05);
  padding: 56px 72px 68px;
}
@media (max-width: 1024px) {
  .page-legal-detail .legal-detail {
    padding: 40px 32px 48px;
  }
}
@media (max-width: 640px) {
  .page-legal-detail .legal-detail {
    padding: 30px 20px 38px;
  }
}
.page-legal-detail .legal-detail .news-detail__header {
  margin-bottom: 36px;
  padding-bottom: 28px;
}
.page-legal-detail .legal-detail .news-detail__title {
  margin-bottom: 18px;
  font-size: 32px;
}
@media (max-width: 640px) {
  .page-legal-detail .legal-detail .news-detail__title {
    font-size: 26px;
  }
}
.page-legal-detail .legal-detail .news-detail__content {
  max-width: 940px;
}
.page-legal-detail .legal-detail .news-detail__content [style*=background] {
  padding: 10px 14px !important;
  margin: 28px 0 14px !important;
  line-height: 1.5 !important;
}

.pagination {
  margin-top: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .pagination {
    margin-top: 40px;
  }
}

.pagination__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 5px;
}
@media (max-width: 1024px) {
  .pagination__list {
    gap: 5px;
  }
}

.pagination__item {
  display: inline-block;
}

.pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 500;
  color: rgb(44.1, 44.1, 44.1);
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.1s;
}
.pagination__link:hover {
  color: #5a9d7e;
  border-color: #5a9d7e;
  background-color: rgba(90, 157, 126, 0.05);
}
.pagination__link--active {
  color: #ffffff;
  background-color: #5a9d7e;
  border-color: #5a9d7e;
  cursor: default;
}
.pagination__link--active:hover {
  color: #ffffff;
  background-color: #5a9d7e;
}
@media (max-width: 1024px) {
  .pagination__link {
    min-width: 36px;
    height: 36px;
    font-size: 11px;
  }
}

.no-content {
  text-align: center;
  padding: 96px 0;
  color: rgb(192.2, 192.2, 192.2);
  font-size: 18px;
}
@media (max-width: 1024px) {
  .no-content {
    padding: 64px 0;
    font-size: 16px;
  }
}

.download-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  z-index: 9998;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.download-modal-overlay.active {
  display: block;
  opacity: 1;
}

.download-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: white;
  border-radius: 12px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2);
  width: 90%;
  max-width: 500px;
  max-height: 80vh;
  overflow: hidden;
  z-index: 9999;
  opacity: 0;
  display: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.download-modal.active {
  display: block;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
@media (max-width: 1024px) {
  .download-modal {
    width: 95%;
    max-height: 85vh;
  }
}

.download-modal__header {
  padding: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .download-modal__header {
    padding: 30px;
  }
}

.download-modal__title {
  font-size: 20px;
  font-weight: 500;
  color: rgb(44.1, 44.1, 44.1);
  margin: 0;
}
@media (max-width: 1024px) {
  .download-modal__title {
    font-size: 18px;
  }
}

.download-modal__close {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  color: rgb(192.2, 192.2, 192.2);
  cursor: pointer;
  border-radius: 2px;
  transition: 0.1s;
  flex-shrink: 0;
}
.download-modal__close:hover {
  background: rgb(250.29, 250.29, 250.29);
  color: rgb(44.1, 44.1, 44.1);
}
.download-modal__close svg {
  width: 20px;
  height: 20px;
}

.download-modal__body {
  padding: 40px;
  max-height: calc(80vh - 160px);
  overflow-y: auto;
}
@media (max-width: 1024px) {
  .download-modal__body {
    padding: 30px;
    max-height: calc(85vh - 140px);
  }
}

.download-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.download-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  transition: 0.1s;
  cursor: pointer;
}
.download-option:hover {
  border-color: #5a9d7e;
  background: rgba(90, 157, 126, 0.03);
}
@media (max-width: 1024px) {
  .download-option {
    padding: 10px;
  }
}

.download-option__info {
  flex: 1;
  min-width: 0;
}

.download-option__name {
  font-size: 16px;
  font-weight: 500;
  color: rgb(44.1, 44.1, 44.1);
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .download-option__name {
    font-size: 12px;
  }
}

.download-option__meta {
  font-size: 11px;
  color: rgb(192.2, 192.2, 192.2);
  display: flex;
  gap: 20px;
}
@media (max-width: 1024px) {
  .download-option__meta {
    flex-direction: column;
    gap: 5px;
  }
}

.download-option__button {
  padding: 10px 30px;
  background: #5a9d7e;
  color: white;
  border: none;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.1s;
  white-space: nowrap;
  flex-shrink: 0;
}
.download-option__button:hover {
  background: rgb(72.9, 127.17, 102.06);
  transform: translateY(-2px);
}
.download-option__button:active {
  transform: translateY(0);
}
@media (max-width: 1024px) {
  .download-option__button {
    padding: 5px 20px;
    font-size: 11px;
  }
}

.download-modal__empty {
  text-align: center;
  padding: 96px 0;
  color: rgb(192.2, 192.2, 192.2);
  font-size: 16px;
}

.download-modal__loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 96px 0;
  color: rgb(192.2, 192.2, 192.2);
  font-size: 16px;
}
.download-modal__loading::before {
  content: "";
  width: 24px;
  height: 24px;
  border: 3px solid rgba(0, 0, 0, 0.07);
  border-top-color: #5a9d7e;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-right: 20px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.custom-select {
  position: relative;
  width: 100%;
}
.custom-select__trigger {
  width: 100%;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 2px;
  font-size: 12px;
  color: rgb(44.1, 44.1, 44.1);
  background: white;
  cursor: pointer;
  transition: 0.1s;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  outline: none;
  font-family: inherit;
  position: relative;
}
.custom-select__trigger:hover:not(:disabled) {
  border-color: #94a3b8;
  background: #f8fafc;
}
.custom-select__trigger:focus:not(:disabled) {
  border-color: #5a9d7e;
  box-shadow: 0 0 0 3px rgba(90, 157, 126, 0.1);
}
.custom-select__trigger--open {
  border-color: #5a9d7e;
  box-shadow: 0 0 0 3px rgba(90, 157, 126, 0.1);
}
.custom-select__trigger--placeholder {
  color: #cbd5e1;
}
.custom-select__trigger:disabled {
  background: #f1f5f9;
  cursor: not-allowed;
  opacity: 0.6;
}
@media (max-width: 1024px) {
  .custom-select__trigger {
    padding: 0.625rem 2.25rem 0.625rem 0.875rem;
    font-size: 11px;
  }
}
.custom-select__value {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.custom-select__arrow {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #64748b;
  transition: transform 0.2s ease;
  pointer-events: none;
}
.custom-select__arrow--open {
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 1024px) {
  .custom-select__arrow {
    right: 0.75rem;
  }
}
.custom-select__dropdown {
  position: absolute;
  top: calc(100% + 0.25rem);
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 2px;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 16rem;
  overflow-y: auto;
  padding: 0.25rem;
  margin: 0;
  list-style: none;
  animation: slideDown 0.15s ease;
  display: none;
}
.custom-select__dropdown--open {
  display: block;
}
.custom-select__dropdown::-webkit-scrollbar {
  width: 0.5rem;
}
.custom-select__dropdown::-webkit-scrollbar-track {
  background: transparent;
}
.custom-select__dropdown::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 0.25rem;
}
.custom-select__dropdown::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}
@media (max-width: 1024px) {
  .custom-select__dropdown {
    max-height: 12rem;
  }
}
.custom-select__search {
  padding: 0.5rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid #e2e8f0;
}
.custom-select__search input {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid #e2e8f0;
  border-radius: 2px;
  font-size: 12px;
  outline: none;
  transition: 0.1s;
}
.custom-select__search input:focus {
  border-color: #5a9d7e;
  box-shadow: 0 0 0 3px rgba(90, 157, 126, 0.1);
}
.custom-select__search input::placeholder {
  color: #cbd5e1;
}
@media (max-width: 1024px) {
  .custom-select__search input {
    font-size: 11px;
    padding: 0.4rem 0.6rem;
  }
}
.custom-select__option {
  padding: 0.625rem 0.75rem;
  font-size: 12px;
  color: #475569;
  cursor: pointer;
  border-radius: 2px;
  transition: all 0.15s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 300;
}
.custom-select__option:hover {
  background: #f8fafc;
  color: rgb(44.1, 44.1, 44.1);
}
.custom-select__option--selected {
  background: rgba(90, 157, 126, 0.08);
  color: #5a9d7e;
  font-weight: 400;
}
.custom-select__option--selected:hover {
  background: rgba(90, 157, 126, 0.12);
}
.custom-select__option--hidden {
  display: none;
}
@media (max-width: 1024px) {
  .custom-select__option {
    padding: 0.5rem 0.625rem;
    font-size: 11px;
  }
}
.custom-select__check {
  color: #5a9d7e;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.custom-select__empty {
  padding: 1rem;
  text-align: center;
  color: rgb(192.2, 192.2, 192.2);
  font-size: 12px;
}
.custom-select__native {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-0.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-fullscreen {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero-fullscreen {
    height: 72vh;
    height: 72svh;
    min-height: 480px;
    max-height: 620px;
  }
}
@media (max-width: 932px) and (max-height: 480px) and (orientation: landscape) {
  .hero-fullscreen {
    height: 100vh;
    height: 100svh;
    min-height: 320px;
    max-height: none;
  }
}

.wa-carousel {
  position: relative;
  width: 100%;
  height: 100%;
}

.wa-carousel-slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.wa-carousel-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  pointer-events: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.wa-carousel-slide.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}
@media (max-width: 1024px) {
  .wa-carousel-slide {
    background-size: cover;
  }
}

.wa-carousel-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(14, 27, 58, 0.32) 0%, rgba(14, 27, 58, 0.16) 100%);
  z-index: 1;
}

.main-content {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
}
@media (max-width: 1024px) {
  .main-content {
    margin: 40px auto;
    padding: 0 16px;
  }
}

.main-center {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 40px;
}
@media (max-width: 1024px) {
  .main-center {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.main-left {
  min-width: 0;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #5a9d7e;
}

.section-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: rgb(44.1, 44.1, 44.1);
  margin: 0;
}
@media (max-width: 1024px) {
  .section-title {
    font-size: 1.25rem;
  }
}

.section-more {
  color: rgb(192.2, 192.2, 192.2);
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.3s ease;
}
.section-more:hover {
  color: #5a9d7e;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .news-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.news-card-modern {
  position: relative;
  background: white;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  text-decoration: none;
  overflow: hidden;
  border: 1px solid #E2E8F0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
}
.news-card-modern::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #81b89e 0%, #5a9d7e 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.news-card-modern:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(14, 27, 58, 0.12);
  border-color: #81b89e;
}
.news-card-modern:hover::before {
  transform: scaleX(1);
}
.news-card-modern:hover .news-card-title {
  color: #81b89e;
}
@media (max-width: 1024px) {
  .news-card-modern {
    padding: 1.5rem 1.25rem;
  }
  .news-card-modern:hover {
    transform: translateY(-4px);
  }
}

.news-card-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.news-card-content {
  position: relative;
  z-index: 2;
}

.news-card-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 0.813rem;
  color: rgb(192.2, 192.2, 192.2);
}

.news-card-date {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.news-card-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: rgb(44.1, 44.1, 44.1);
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
  line-height: 1.4;
  transition: color 0.3s ease;
}
@media (max-width: 1024px) {
  .news-card-title {
    font-size: 1rem;
  }
}

.news-card-excerpt {
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgb(44.1, 44.1, 44.1);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1024px) {
  .news-card-excerpt {
    font-size: 0.813rem;
  }
}

.no-content {
  grid-column: 1/-1;
  text-align: center;
  padding: 3rem 1rem;
  color: rgb(192.2, 192.2, 192.2);
  font-size: 0.875rem;
}

.block-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #5a9d7e;
}
.block-title-font {
  font-size: 20px;
  font-weight: 600;
  color: rgb(44.1, 44.1, 44.1);
}
@media (max-width: 1024px) {
  .block-title-font {
    font-size: 18px;
  }
}
.block-title-a {
  color: rgb(44.1, 44.1, 44.1);
  text-decoration: none;
  transition: color 0.3s ease;
}
.block-title-a:hover {
  color: #5a9d7e;
}
.block-title .a-link {
  color: rgb(192.2, 192.2, 192.2);
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.block-title .a-link:hover {
  color: #5a9d7e;
}

.marqueeDv {
  flex: 1;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
}
.marqueeDv ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.marqueeDv li {
  margin: 0;
}
.marqueeDv .marquee {
  color: rgb(44.1, 44.1, 44.1);
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.marqueeDv .marquee:hover {
  color: #5a9d7e;
}

.news {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news-item {
  background: white;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 24px;
  transition: all 0.3s ease;
}
.news-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1024px) {
  .news-item {
    padding: 20px;
  }
}

.news-title {
  margin-bottom: 12px;
}
.news-title-a {
  font-size: 18px;
  font-weight: 600;
  color: rgb(44.1, 44.1, 44.1);
  text-decoration: none;
  transition: color 0.3s ease;
  display: block;
}
.news-title-a:hover {
  color: #5a9d7e;
}
@media (max-width: 1024px) {
  .news-title-a {
    font-size: 16px;
  }
}

.news-data {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 12px;
  font-size: 13px;
  color: rgb(192.2, 192.2, 192.2);
}
@media (max-width: 1024px) {
  .news-data {
    font-size: 12px;
    gap: 12px;
  }
}
.news-data span {
  display: inline-flex;
  align-items: center;
}

.news-remark {
  font-size: 14px;
  line-height: 1.6;
  color: rgb(44.1, 44.1, 44.1);
}
.news-remark-a {
  color: rgb(44.1, 44.1, 44.1);
  text-decoration: none;
  transition: color 0.3s ease;
}
.news-remark-a:hover {
  color: #5a9d7e;
}
@media (max-width: 1024px) {
  .news-remark {
    font-size: 13px;
  }
}

.al-left {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .al-left {
    grid-template-columns: 1fr;
  }
}

.left-box {
  background: white;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 24px;
  transition: all 0.3s ease;
}
.left-box:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1024px) {
  .left-box {
    padding: 20px;
  }
}

.anli-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #5a9d7e;
  font-size: 16px;
  font-weight: 600;
  color: rgb(44.1, 44.1, 44.1);
}
@media (max-width: 1024px) {
  .anli-box {
    font-size: 15px;
  }
}

.anli-box-wz {
  display: block;
  padding: 12px 0;
  font-size: 14px;
  color: rgb(44.1, 44.1, 44.1);
  text-decoration: none;
  border-bottom: 1px solid #E2E8F0;
  transition: all 0.3s ease;
}
.anli-box-wz:hover {
  color: #5a9d7e;
  padding-left: 8px;
}
.anli-box-wz:last-child {
  border-bottom: none;
}
@media (max-width: 1024px) {
  .anli-box-wz {
    font-size: 13px;
  }
}

.right-main {
  min-width: 0;
}
@media (max-width: 1024px) {
  .right-main {
    width: 100%;
  }
}

.main-right {
  background: white;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .main-right {
    padding: 20px;
  }
}

.video {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.video-item {
  display: flex;
  gap: 12px;
  padding: 12px;
  border-radius: 8px;
  transition: background 0.3s ease;
}
.video-item:hover {
  background: rgba(90, 157, 126, 0.05);
}

.video-image {
  flex-shrink: 0;
  width: 90px;
  height: 50px;
  border-radius: 6px;
  overflow: hidden;
}
.video-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.video-image:hover img {
  transform: scale(1.1);
}

.video-title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: rgb(44.1, 44.1, 44.1);
  margin-bottom: 4px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.video-title:hover {
  color: #5a9d7e;
}
@media (max-width: 1024px) {
  .video-title {
    font-size: 13px;
  }
}

.video-remark {
  font-size: 12px;
  color: rgb(192.2, 192.2, 192.2);
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.activity {
  background: white;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.activity:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1024px) {
  .activity {
    padding: 16px;
  }
}

.act-title {
  margin-bottom: 12px;
}
.act-title-a {
  font-size: 16px;
  font-weight: 600;
  color: rgb(44.1, 44.1, 44.1);
  text-decoration: none;
  transition: color 0.3s ease;
}
.act-title-a:hover {
  color: #5a9d7e;
}
@media (max-width: 1024px) {
  .act-title-a {
    font-size: 15px;
  }
}

.act-brief {
  display: flex;
  gap: 12px;
}

.act-image {
  flex-shrink: 0;
  width: 80px;
  height: 50px;
  border-radius: 6px;
  overflow: hidden;
}
.act-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.act-image a:hover img {
  transform: scale(1.1);
}

.act-content {
  flex: 1;
  font-size: 13px;
}
.act-content p {
  margin: 4px 0;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .act-content {
    font-size: 12px;
  }
}

.act-brief-title {
  color: rgb(192.2, 192.2, 192.2);
  font-weight: 500;
}

.act-brief-intro {
  color: rgb(44.1, 44.1, 44.1);
}

.ljbm-btn {
  display: inline-block;
  margin-top: 8px;
  padding: 6px 16px;
  background: #5a9d7e;
  color: white;
  font-size: 12px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.ljbm-btn:hover {
  background: #478066;
  transform: translateY(-2px);
}

.pw-wa {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 20px 24px;
  text-decoration: none;
  color: rgb(44.1, 44.1, 44.1);
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
.pw-wa:hover {
  background: rgba(90, 157, 126, 0.05);
  border-color: #5a9d7e;
  color: #5a9d7e;
}
.pw-wa i {
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M9 18l6-6-6-6"/></svg>') no-repeat center;
  background-size: contain;
}
@media (max-width: 1024px) {
  .pw-wa {
    font-size: 15px;
    padding: 16px 20px;
  }
}

.no-sj {
  text-align: center;
  padding: 40px 20px;
  color: rgb(192.2, 192.2, 192.2);
  font-size: 14px;
}

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

.wa-carousel-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 8%;
}
@media (max-width: 1024px) {
  .wa-carousel-content {
    padding-left: 5%;
  }
}
@media (max-width: 1024px) {
  .wa-carousel-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .wa-carousel-content {
    align-items: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.wa-text-grid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 3rem 4rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .wa-text-grid {
    gap: 2rem 3rem;
  }
}
@media (max-width: 1024px) {
  .wa-text-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 0 1rem;
  }
}

.wa-text-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.wa-chinese-text {
  font-size: clamp(3.5rem, 6vw, 5.5rem);
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1024px) {
  .wa-chinese-text {
    font-size: clamp(2.5rem, 5vw, 4rem);
  }
}
@media (max-width: 1024px) {
  .wa-chinese-text {
    font-size: clamp(2rem, 8vw, 3rem);
  }
}

.wa-english-text {
  font-size: clamp(0.75rem, 1vw, 0.9rem);
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.95;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.hero-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 3.25rem;
  padding: 1.65rem 3.25rem;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(7px) saturate(118%);
  backdrop-filter: blur(7px) saturate(118%);
  z-index: 10;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1366px) {
  .hero-nav {
    position: fixed;
    top: 0;
    bottom: auto;
    padding: 1rem 1.25rem;
    gap: 2rem;
    justify-content: space-between;
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border: none;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .hero-nav {
    padding: 0.8rem 1rem;
    gap: 1rem;
  }
}
.hero-nav.fixed {
  position: fixed;
  top: 0;
  bottom: auto;
  padding-top: 1.05rem;
  padding-bottom: 1.05rem;
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.09);
  background: rgba(255, 255, 255, 0.94);
  -webkit-backdrop-filter: blur(5px) saturate(112%);
  backdrop-filter: blur(5px) saturate(112%);
}
.hero-nav.fixed .hero-nav__logo .logo {
  height: 2.65rem;
}
.hero-nav.fixed .hero-nav__items {
  gap: 2.45rem;
}
.hero-nav.fixed .hero-nav__item .nav-label {
  font-size: 1rem;
}

.hero-nav__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-right: 3rem;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.hero-nav__logo:hover {
  opacity: 0.8;
}
@media (max-width: 1366px) {
  .hero-nav__logo {
    margin-right: 1.4rem;
  }
}
.hero-nav__logo .logo {
  height: 3.15rem;
  width: auto;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1366px) {
  .hero-nav__logo .logo {
    height: 2.5rem;
  }
}
@media (max-width: 767px) {
  .hero-nav__logo .logo {
    height: 2.15rem;
  }
}

.hero-nav__items {
  flex: 1;
  display: flex;
  gap: 2.8rem;
  flex-wrap: nowrap;
  min-width: 0;
}
@media (max-width: 1024px) {
  .hero-nav__items {
    gap: 1rem;
  }
}
@media (max-width: 1366px) {
  .hero-nav__items {
    display: none;
  }
}

.hero-nav__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0.25rem 0;
  position: relative;
  flex-shrink: 0;
  white-space: nowrap;
}
.hero-nav__item::after {
  content: "";
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #5a9d7e 0%, rgb(120.2469635628, 177.7530364372, 151.1457489879) 100%);
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.hero-nav__item .nav-label {
  font-size: 1.06rem;
  font-weight: 400;
  color: #334155;
  letter-spacing: 0.015em;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.hero-nav__item .nav-sublabel {
  font-size: 0.78rem;
  color: #8da0b3;
  font-weight: 400;
  text-transform: capitalize;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.hero-nav__item:hover .nav-label, .hero-nav__item.active .nav-label {
  color: #5a9d7e;
}
.hero-nav__item:hover .nav-sublabel, .hero-nav__item.active .nav-sublabel {
  color: rgb(136.455465587, 187.044534413, 163.6376518219);
}
.hero-nav__item:hover::after, .hero-nav__item.active::after {
  width: 100%;
}

.hero-nav__lang-group {
  display: flex;
  align-items: center;
  gap: 0;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 0.15rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1366px) {
  .hero-nav__lang-group {
    display: none;
  }
}

@media (max-width: 1366px) {
  .hero-nav .wa-mobile-toggle {
    display: flex;
  }
}

.hero-nav__lang-toggle {
  background: none;
  border: none;
  color: #64748b;
  cursor: pointer;
  padding: 0.375rem 0.625rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  border-radius: 5px;
  font-size: 0.813rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  min-height: 30px;
  outline: none;
}
.hero-nav__lang-toggle:hover {
  color: #5a9d7e;
  background: rgba(90, 157, 126, 0.06);
}
.hero-nav__lang-toggle:focus {
  outline: none;
  box-shadow: none;
}
.hero-nav__lang-toggle .hero-nav__lang-current {
  font-weight: 500;
  transition: all 0.3s ease;
  display: inline-block;
}
.hero-nav__lang-toggle svg {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.hero-nav__lang-group.expanded .hero-nav__lang-toggle {
  gap: 0;
}
.hero-nav__lang-group.expanded .hero-nav__lang-toggle .hero-nav__lang-current {
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  margin: 0;
}
.hero-nav__lang-group.expanded .hero-nav__lang-toggle svg {
  transform: rotate(90deg);
}

.hero-nav__lang-options {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
}
.hero-nav__lang-group.expanded .hero-nav__lang-options {
  max-width: 300px;
  opacity: 1;
}

.hero-nav__lang-option {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.375rem 0.75rem;
  color: #64748b;
  text-decoration: none;
  font-size: 0.813rem;
  font-weight: 500;
  border-radius: 5px;
  transition: all 0.2s ease;
  white-space: nowrap;
  min-width: 45px;
}
.hero-nav__lang-option:hover {
  background: rgba(90, 157, 126, 0.06);
  color: #5a9d7e;
}
.hero-nav__lang-option.active {
  background: #5a9d7e;
  color: white;
}

.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  color: #475569;
  cursor: pointer;
  padding: 0.5rem;
  transition: color 0.2s;
}
.mobile-menu-toggle:hover {
  color: #1e293b;
}
@media (max-width: 1024px) {
  .mobile-menu-toggle {
    display: block;
  }
}

.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 85vw;
  max-width: 400px;
  background: white;
  z-index: 1000;
  overflow-y: auto;
  box-shadow: -4px 0 16px rgba(0, 0, 0, 0.15);
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
.mobile-menu.active {
  transform: translateX(0);
}

.mobile-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1.25rem;
  border-bottom: 1px solid #e2e8f0;
  background: #fafafa;
}

.mobile-menu__title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #1e293b;
}

.mobile-menu__lang-group {
  display: flex;
  align-items: center;
  gap: 0;
  background: white;
  border: 1.5px solid #e2e8f0;
  border-radius: 8px;
  padding: 0.25rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu__lang-toggle {
  background: none;
  border: none;
  color: #1e293b;
  cursor: pointer;
  padding: 0.5rem 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  border-radius: 6px;
  font-size: 0.9375rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}
.mobile-menu__lang-toggle:hover {
  background: rgba(90, 157, 126, 0.06);
  color: #5a9d7e;
}
.mobile-menu__lang-toggle .mobile-menu__lang-current {
  font-weight: 500;
  transition: opacity 0.3s ease;
}
.mobile-menu__lang-toggle svg {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.mobile-menu__lang-group.expanded .mobile-menu__lang-toggle .mobile-menu__lang-current {
  opacity: 0;
  width: 0;
  overflow: hidden;
}
.mobile-menu__lang-group.expanded .mobile-menu__lang-toggle svg {
  transform: rotate(90deg);
}

.mobile-menu__lang-options {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-menu__lang-group.expanded .mobile-menu__lang-options {
  max-width: 250px;
  opacity: 1;
}

.mobile-menu__lang-option {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.875rem;
  color: #64748b;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 6px;
  transition: all 0.2s ease;
  white-space: nowrap;
  min-width: 50px;
}
.mobile-menu__lang-option:hover {
  background: rgba(90, 157, 126, 0.06);
  color: #5a9d7e;
}
.mobile-menu__lang-option.active {
  background: #5a9d7e;
  color: white;
}

.mobile-menu__close {
  background: none;
  border: none;
  color: #64748b;
  cursor: pointer;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}
.mobile-menu__close:hover {
  color: #1e293b;
}

.mobile-menu__nav {
  padding: 1rem 0;
}

.mobile-menu__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 1rem 1.5rem;
  background: none;
  border: none;
  border-left: 3px solid transparent;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s;
}
.mobile-menu__item .mobile-nav-label {
  font-size: 1rem;
  font-weight: 500;
  color: #1e293b;
  margin-bottom: 0.25rem;
}
.mobile-menu__item .mobile-nav-sublabel {
  font-size: 0.75rem;
  color: #94a3b8;
  text-transform: capitalize;
}
.mobile-menu__item:hover {
  background: rgba(90, 157, 126, 0.05);
  border-left-color: rgba(90, 157, 126, 0.3);
}
.mobile-menu__item:hover .mobile-nav-label {
  color: #5a9d7e;
}
.mobile-menu__item.active {
  background: rgba(90, 157, 126, 0.08);
  border-left-color: #5a9d7e;
}
.mobile-menu__item.active .mobile-nav-label {
  color: #5a9d7e;
}

.home-reveal {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1), transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--home-reveal-index, 0) * 60ms);
  will-change: opacity, transform;
}
.home-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-lazy-bg] {
  background-image: linear-gradient(135deg, rgba(90, 157, 126, 0.24), rgba(44, 53, 68, 0.2)) !important;
  background-color: #eef3f1;
}

.is-bg-loaded {
  animation: homeBgFadeIn 0.72s ease both;
}

@keyframes homeBgFadeIn {
  from {
    opacity: 0.72;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .is-bg-loaded {
    animation: none;
  }
}
.section-fullscreen {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .section-fullscreen {
    min-height: 80vh;
  }
}

.parallax-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 0;
}
@media (max-width: 1024px) {
  .parallax-bg {
    background-attachment: scroll;
  }
}

.section-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.section-overlay-green {
  background: rgba(90, 157, 126, 0.75);
}

.section-overlay-dark {
  background: rgba(30, 40, 50, 0.85);
}

.section-content-center {
  position: relative;
  z-index: 2;
  max-width: 50rem;
  margin: 0 auto;
  padding: 0 2rem;
  text-align: center;
}
.section-content-center .cta-link {
  color: white;
}
@media (max-width: 1024px) {
  .section-content-center {
    padding: 0 1.5rem;
  }
}

.section-label-white {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .section-label-white {
    font-size: 0.688rem;
  }
}

.section-title-huge {
  font-size: 3.5rem;
  font-weight: 200;
  line-height: 1.2;
  color: white;
  margin-bottom: 1.5rem;
  letter-spacing: 0.02em;
}
@media (max-width: 1024px) {
  .section-title-huge {
    font-size: 2.5rem;
  }
}

.section-description-white {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 2.5rem;
}
@media (max-width: 1024px) {
  .section-description-white {
    font-size: 1.125rem;
  }
}

.contact-buttons {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.stats-row {
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin: 3rem 0;
}
@media (max-width: 1024px) {
  .stats-row {
    flex-direction: column;
    gap: 2rem;
  }
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-size: 3rem;
  font-weight: 100;
  color: white;
  line-height: 1;
  margin-bottom: 0.5rem;
}
@media (max-width: 1024px) {
  .stat-number {
    font-size: 2rem;
  }
}

.stat-label {
  font-size: 0.938rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width: 1024px) {
  .stat-label {
    font-size: 0.875rem;
  }
}

.section-about-gateway .section-overlay {
  background: rgba(0, 0, 0, 0.3);
}

.section-team-gateway .section-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.section-content-center {
  animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.section-about {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: #fafafa;
}

.about-bg {
  position: absolute;
  inset: 0;
  background: url("images/banner/banner-1.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.1;
}

.about-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(250, 250, 250, 0.95) 0%, rgba(255, 255, 255, 0.9) 100%);
}

.about-content {
  position: relative;
  z-index: 2;
  max-width: 90rem;
  margin: 0 auto;
  padding: 6rem 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .about-content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
@media (max-width: 1024px) {
  .about-content {
    padding: 4rem 2rem;
  }
}

.about-text .section-label {
  color: #5a9d7e;
}
.about-text .section-title-large {
  color: #1e293b;
}
.about-text .cta-link {
  color: #5a9d7e;
}

.about-description {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #64748b;
  margin-bottom: 2.5rem;
}
@media (max-width: 1024px) {
  .about-description {
    font-size: 1rem;
  }
}

.stats-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}
@media (max-width: 1024px) {
  .stats-cards {
    gap: 1rem;
  }
}

.stat-card {
  background: white;
  padding: 2.5rem 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
  display: block;
}
.stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.stat-card--link {
  cursor: pointer;
}
@media (max-width: 1024px) {
  .stat-card {
    padding: 2rem 1.5rem;
  }
}
.stat-card .stat-number {
  font-size: 3rem;
  font-weight: 100;
  color: #5a9d7e;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}
.stat-card .stat-label {
  font-size: 0.9375rem;
  color: #64748b;
}

.section-decoration {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #5a9d7e 0%, #81b89e 100%);
  margin-bottom: 1.5rem;
  border-radius: 2px;
}

.section-decoration-center {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #5a9d7e 0%, #81b89e 100%);
  margin: 0 auto 1.5rem;
  border-radius: 2px;
}

.section-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  opacity: 0.9;
  margin-bottom: 1rem;
}

.section-title-large {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 200;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 1.5rem 0;
}

.cta-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: inherit;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: 1;
}
.cta-link span {
  line-height: 1;
}
.cta-link svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.cta-link:hover {
  gap: 1rem;
}
.cta-link:hover svg {
  transform: translateX(4px);
}

.section-practices {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  padding: 4rem 0;
}

.practices-content-wrapper {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 3rem;
  width: 100%;
}
@media (max-width: 1024px) {
  .practices-content-wrapper {
    padding: 0 2rem;
  }
}

.practices-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-label-dark {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #81b89e;
  margin-bottom: 1rem;
  text-align: center;
}

.section-title-dark {
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: #5a9d7e;
  margin: 0 0 1rem 0;
  text-align: center;
}

.practices-subtitle-dark {
  font-size: 1.125rem;
  color: #64748b;
  font-weight: 400;
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .practices-subtitle-dark {
    font-size: 1rem;
  }
}

.practices-grid-modern {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .practices-grid-modern {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 1024px) {
  .practices-grid-modern {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.practice-card-modern {
  position: relative;
  background: white;
  border-radius: 12px;
  padding: 2.5rem 2rem;
  text-decoration: none;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.practice-card-modern::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #81b89e 0%, #5a9d7e 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.practice-card-modern:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(14, 27, 58, 0.12);
  border-color: #81b89e;
}
.practice-card-modern:hover::before {
  transform: scaleX(1);
}
.practice-card-modern:hover .practice-icon-modern {
  transform: scale(1.1);
  color: #81b89e;
}
@media (max-width: 1024px) {
  .practice-card-modern {
    padding: 2rem 1.5rem;
  }
}

.about-showcase {
  grid-column: 1/-1;
  margin-top: 1rem;
}

.about-showcase__header {
  margin-bottom: 1.5rem;
  text-align: center;
}

.about-showcase__title {
  margin: 0 0 0.75rem;
  font-size: 1.75rem;
  line-height: 1.2;
  color: #1e293b;
}

.about-showcase__desc {
  max-width: 32rem;
  margin: 0 auto;
  font-size: 0.88rem;
  line-height: 1.55;
  color: #64748b;
}

.about-showcase__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  align-items: start;
}
@media (max-width: 1024px) {
  .about-showcase__grid {
    grid-template-columns: 1fr;
  }
}

.about-showcase__grid--single {
  grid-template-columns: 1fr;
  justify-items: center;
}

.showcase-card {
  display: block;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
  transition: transform 0.25s ease;
}
.showcase-card:hover {
  transform: translateY(-2px);
}
.showcase-card:hover .showcase-card__visual {
  filter: grayscale(0%);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
}
.showcase-card:hover .showcase-card__visual .showcase-card__image {
  transform: scale(1.02);
}

.showcase-card__head {
  margin-top: 1rem;
}

.showcase-card__content {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
}

.showcase-card__year {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6fa782;
}

.showcase-card__title {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.25;
  color: #1e293b;
}

.showcase-card__visual {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 420px;
  height: 180px;
  min-height: 180px;
  border-radius: 0;
  overflow: visible;
  border: none;
  background: transparent;
  filter: grayscale(100%);
  transition: filter 0.35s ease;
}

.showcase-card__visual--primerus {
  padding: 0;
}

.showcase-card__image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.35s ease;
}

.showcase-card__visual--certificate {
  padding: 0;
}

@media (max-width: 1024px) {
  .showcase-card__visual {
    filter: grayscale(0%);
  }
  .about-showcase__grid {
    gap: 1.5rem;
  }
}
.about-showcase__grid--single .showcase-card:hover {
  transform: none;
}
.about-showcase__grid--single .showcase-card:hover .showcase-card__visual {
  filter: grayscale(0%);
  box-shadow: none;
}
.about-showcase__grid--single .showcase-card:hover .showcase-card__visual .showcase-card__image {
  transform: none;
}
.about-showcase__grid--single .showcase-card__visual {
  filter: grayscale(0%);
}

.practice-card-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.practice-icon-modern {
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto 1.5rem;
  color: #5a9d7e;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.practice-icon-modern svg {
  width: 100%;
  height: 100%;
}

.practice-title-modern {
  font-size: 1.25rem;
  font-weight: 600;
  color: #5a9d7e;
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}
@media (max-width: 1024px) {
  .practice-title-modern {
    font-size: 1.125rem;
  }
}

.practice-desc-modern {
  font-size: 0.9375rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 1024px) {
  .practice-desc-modern {
    font-size: 0.875rem;
  }
}

.practices-cta-modern {
  text-align: center;
  margin-top: 3rem;
}
.practices-cta-modern .cta-link {
  color: #5a9d7e;
}

.section-team {
  position: relative;
  min-height: 100vh;
}

.team-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
}
@media (max-width: 1024px) {
  .team-split {
    grid-template-columns: 1fr;
  }
}

.team-image {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .team-image {
    min-height: 50vh;
  }
}

.team-bg {
  position: absolute;
  inset: 0;
  background: url("images/banner/team-bg.jpg");
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}
.team-image:hover .team-bg {
  transform: scale(1.05);
}

.team-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6rem 5rem;
  background: #fafafa;
}
.team-content .section-label {
  color: #5a9d7e;
}
.team-content .section-title-large {
  color: #1e293b;
}
.team-content .cta-link {
  color: #5a9d7e;
}
@media (max-width: 1024px) {
  .team-content {
    padding: 4rem 3rem;
  }
}
@media (max-width: 1024px) {
  .team-content {
    padding: 3rem 2rem;
  }
}

.team-description {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #64748b;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .team-description {
    font-size: 1rem;
  }
}

.team-features {
  list-style: none;
  padding: 0;
  margin: 0 0 2.5rem 0;
}
.team-features li {
  font-size: 1rem;
  color: #475569;
  padding: 0.75rem 0;
  padding-left: 2rem;
  position: relative;
}
.team-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #5a9d7e;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .team-features li {
    font-size: 0.938rem;
  }
}

@media (max-width: 767px) {
  .section-fullscreen,
  .section-about,
  .section-practices,
  .section-team,
  .team-split {
    min-height: auto;
  }
  .section-fullscreen {
    padding: 4.5rem 0;
  }
  .section-content-center {
    padding: 0 1.25rem;
  }
  .section-title-large,
  .section-title-dark,
  .section-title-huge {
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  .section-description-white {
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
  }
  .about-content {
    padding: 3rem 1.25rem;
    gap: 1.75rem;
  }
  .about-description,
  .team-description {
    font-size: 0.9375rem;
    line-height: 1.75;
    margin-bottom: 1.25rem;
  }
  .stats-cards {
    gap: 0.75rem;
  }
  .stat-card {
    padding: 1.1rem 1rem;
    border-radius: 6px;
  }
  .stat-card .stat-number {
    font-size: 2rem;
  }
  .stat-card .stat-label,
  .stats-row .stat-label {
    font-size: 0.8125rem;
    letter-spacing: 0;
    text-transform: none;
  }
  .about-showcase {
    margin-top: 0.25rem;
  }
  .about-showcase__header {
    margin-bottom: 0.75rem;
  }
  .about-showcase__title {
    font-size: 1.125rem;
  }
  .showcase-card__head {
    margin-top: 0.5rem;
  }
  .showcase-card__visual {
    max-width: 260px;
    height: 96px;
    min-height: 96px;
  }
  .section-practices {
    padding: 3rem 0;
  }
  .practices-content-wrapper {
    padding: 0 1.25rem;
  }
  .practices-header {
    margin-bottom: 1.5rem;
  }
  .section-decoration,
  .section-decoration-center {
    width: 44px;
    margin-bottom: 1rem;
  }
  .practices-subtitle-dark {
    font-size: 0.9375rem;
    line-height: 1.65;
    margin-bottom: 1.5rem;
  }
  .practices-grid-modern {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
  }
  .practice-card-modern {
    padding: 1rem;
    border-radius: 8px;
  }
  .practice-card-content {
    display: grid;
    grid-template-columns: 40px 1fr;
    column-gap: 0.85rem;
    align-items: center;
    text-align: left;
  }
  .practice-icon-modern {
    grid-row: span 2;
    width: 2rem;
    height: 2rem;
    margin: 0;
  }
  .practice-title-modern {
    font-size: 1rem;
    margin: 0 0 0.25rem;
  }
  .practice-desc-modern {
    font-size: 0.8125rem;
    line-height: 1.45;
  }
  .practices-cta-modern {
    margin-top: 1.25rem;
  }
  .team-image {
    min-height: 240px;
  }
  .team-content {
    padding: 2.5rem 1.25rem;
  }
  .team-features {
    margin-bottom: 1.5rem;
  }
  .team-features li {
    padding: 0.45rem 0 0.45rem 1.5rem;
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .stats-row {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1.5rem 0;
  }
  .stat-item {
    flex: 1 1 30%;
    min-width: 80px;
  }
  .stats-row .stat-number {
    font-size: 1.8rem;
  }
}
@media (max-width: 932px) and (max-height: 480px) and (orientation: landscape) {
  .section-fullscreen {
    padding: 3rem 0;
  }
  .section-title-large,
  .section-title-dark,
  .section-title-huge {
    font-size: 1.75rem;
  }
  .team-image {
    min-height: 220px;
  }
}
.hero-banner__bg {
  background: linear-gradient(135deg, rgba(90, 157, 126, 0.15) 0%, rgba(72, 128, 102, 0.2) 100%), url("/static/front/images/banner/about-bg.jpg") center/cover;
}

body:not(.ts-b) .page-content #timeline.content-section::before,
body:not(.ts-b) .team-page-content #timeline.content-section::before {
  background: #ffffff;
}

#timeline .timeline-scroll-wrapper {
  position: relative;
  height: 70vh;
  overflow: hidden;
  margin-top: 2rem;
}
#timeline .timeline-scroll-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 10;
  pointer-events: none;
}
#timeline .timeline-scroll-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 10;
  pointer-events: none;
}
#timeline .timeline-container {
  width: 100%;
  margin-top: 0;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

#timeline .timeline-content p {
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.6;
  color: #2c3e50;
  margin: 0;
}
#timeline .timeline-content p.timeline-row--milestone .event-date--milestone {
  display: block;
  margin-right: 0;
  margin-bottom: 0.25rem;
}
#timeline .timeline-content .event-date {
  display: inline-block;
  margin-right: 0.75rem;
  color: #64748b;
  font-weight: 500;
}
#timeline .timeline-content .event-date small {
  font-size: 0.85rem;
}
#timeline .timeline-content .event-date strong {
  color: #5a9d7e;
  font-weight: 600;
  margin-right: 0.5rem;
}
#timeline .timeline-content .event-date--milestone strong {
  font-size: 1rem;
}
@media (min-width: 1025px) {
  #timeline .timeline::before {
    background: #cfd8e3;
  }
  #timeline .timeline-point.small {
    background: #8398ae;
    border-color: #eef2f7;
  }
  #timeline .timeline-content {
    background: rgba(255, 255, 255, 0.95);
  }
  #timeline .timeline-content p {
    color: #334155;
  }
  #timeline .timeline-content .event-date {
    color: #5f6f83;
  }
  #timeline {
    padding-bottom: 4.5rem;
  }
  #timeline .timeline-scroll-wrapper {
    height: 60vh;
    min-height: 460px;
  }
  #timeline .timeline {
    padding-bottom: 4.5em;
  }
}

.values-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 1024px) {
  .values-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .values-list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.values-list--simple {
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 1024px) {
  .values-list--simple {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .values-list--simple {
    grid-template-columns: 1fr;
  }
}

.value-item {
  padding: 2rem;
  border: 1px solid #f1f5f9;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-align: center;
}
.value-item:hover {
  border-color: #e2e8f0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}
.value-item--simple {
  padding: 3rem 2rem;
  background: linear-gradient(135deg, rgba(90, 157, 126, 0.03) 0%, rgba(90, 157, 126, 0.01) 100%);
  border: 1px solid #e2e8f0;
}
.value-item--simple:hover {
  background: linear-gradient(135deg, rgba(90, 157, 126, 0.08) 0%, rgba(90, 157, 126, 0.03) 100%);
  border-color: #5a9d7e;
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(90, 157, 126, 0.12);
}
.value-item--simple h4 {
  font-size: 1.5rem;
  font-weight: 300;
  color: #1e293b;
  margin: 0;
}

.value-number {
  font-size: 0.875rem;
  font-weight: 300;
  color: #cbd5e1;
  margin-bottom: 1rem;
}

.value-item h4 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #1e293b;
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
  line-height: 1.4;
}

.value-item p {
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.9;
  color: #475569;
  max-width: 700px;
}

.honors-timeline {
  max-width: 1100px;
  margin: 0 auto;
}

.honor-year-block {
  display: flex;
  gap: 3rem;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #e5e7eb;
}
.honor-year-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .honor-year-block {
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}

.honor-year-label {
  flex-shrink: 0;
  width: 120px;
  font-size: 2.5rem;
  font-weight: 200;
  color: #5a9d7e;
  letter-spacing: -0.02em;
  line-height: 1;
  position: sticky;
  top: 120px;
  align-self: flex-start;
  z-index: 10;
  padding: 1rem 0;
  background: #fafafa;
}
@media (max-width: 1024px) {
  .honor-year-label {
    width: auto;
    font-size: 2rem;
    position: sticky;
    top: 80px;
  }
}

.honor-year-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.honor-text {
  font-size: 0.9375rem;
  font-weight: 300;
  color: #475569;
  line-height: 1.7;
  position: relative;
  padding-left: 0.5rem;
}
@media (max-width: 1024px) {
  .honor-text {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}

.honors-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  max-width: 1000px;
  margin: 3rem auto 4rem;
  padding: 3rem 2rem;
  background: linear-gradient(135deg, rgba(90, 157, 126, 0.05) 0%, rgba(71, 128, 102, 0.08) 100%);
  border-radius: 12px;
}
@media (max-width: 1024px) {
  .honors-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 1024px) {
  .honors-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    padding: 1.5rem 1rem;
  }
}

.honor-stat-item {
  text-align: center;
}
.honor-stat-item .stat-number {
  font-size: 3rem;
  font-weight: 200;
  color: #5a9d7e;
  line-height: 1;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}
@media (max-width: 1024px) {
  .honor-stat-item .stat-number {
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
  }
}
.honor-stat-item .stat-label {
  font-size: 1rem;
  font-weight: 500;
  color: #2C3E50;
  margin-bottom: 0.25rem;
}
@media (max-width: 1024px) {
  .honor-stat-item .stat-label {
    font-size: 0.75rem;
    margin-bottom: 0.125rem;
  }
}
.honor-stat-item .stat-sublabel {
  font-size: 0.8125rem;
  font-weight: 300;
  color: #64748B;
}
@media (max-width: 1024px) {
  .honor-stat-item .stat-sublabel {
    font-size: 0.625rem;
  }
}

.honor-showcase-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.honor-category {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.honor-category:last-child {
  margin-bottom: 0;
}

.category-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.category-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-size: 1.25rem;
}
.category-icon i {
  transition: transform 0.3s ease;
}
.category-icon.trophy {
  background: linear-gradient(135deg, rgba(234, 179, 8, 0.12) 0%, rgba(234, 179, 8, 0.06) 100%);
}
.category-icon.trophy i {
  color: #ca8a04;
}
.category-icon.ranking {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.12) 0%, rgba(59, 130, 246, 0.06) 100%);
}
.category-icon.ranking i {
  color: #2563eb;
}
.category-icon.roster {
  background: linear-gradient(135deg, rgba(90, 157, 126, 0.12) 0%, rgba(90, 157, 126, 0.06) 100%);
}
.category-icon.roster i {
  color: #5a9d7e;
}
@media (max-width: 1024px) {
  .category-icon {
    width: 32px;
    height: 32px;
    font-size: 1rem;
  }
}

.category-title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #2C3E50;
  letter-spacing: 0.02em;
  margin: 0;
}
@media (max-width: 1024px) {
  .category-title {
    font-size: 1rem;
  }
}

.category-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, rgba(90, 157, 126, 0.3), transparent);
  margin-left: 0.5rem;
}

.honor-showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media (max-width: 1024px) {
  .honor-showcase-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.honor-card {
  padding: 1rem 1.25rem;
  background: rgba(255, 255, 255, 0.6);
  border: 0.5px solid rgba(229, 231, 235, 0.8);
  border-radius: 6px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default;
}
.honor-card:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(90, 157, 126, 0.4);
  box-shadow: 0 2px 8px rgba(90, 157, 126, 0.08);
}
@media (max-width: 1024px) {
  .honor-card {
    padding: 0.875rem 1rem;
  }
}

.honor-content {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.honor-title {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #2C3E50;
  line-height: 1.4;
  margin-bottom: 0.125rem;
}
@media (max-width: 1024px) {
  .honor-title {
    font-size: 0.875rem;
  }
}

.honor-desc {
  font-size: 0.8125rem;
  font-weight: 300;
  color: #64748B;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .honor-desc {
    font-size: 0.75rem;
  }
}

.honor-org {
  font-size: 0.75rem;
  font-weight: 400;
  color: #5a9d7e;
  margin-top: 0.25rem;
}
@media (max-width: 1024px) {
  .honor-org {
    font-size: 0.6875rem;
  }
}

.honor-year-block.showcase {
  border-bottom: 2px solid #5a9d7e;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .honor-year-block.showcase {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}

.honors-timeline-hint {
  margin: 0 0 16px;
  color: #6e6e6e;
  font-size: 14px;
}

.honors-year-strip-wrapper {
  position: relative;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 10px;
}
.honors-year-strip-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 49%;
  height: 2px;
  background: rgba(90, 157, 126, 0.2);
}

.honors-year-strip-wrapper.honors-year-strip-wrapper--sticky {
  position: sticky;
  top: 84px;
  z-index: 24;
}

@media (max-width: 1024px) {
  .honors-year-strip-wrapper.honors-year-strip-wrapper--sticky {
    top: 68px;
  }
}
.honors-year-strip {
  display: flex;
  gap: 60px;
  overflow-x: auto;
  padding: 16px;
  scrollbar-width: thin;
  scrollbar-color: rgba(90, 157, 126, 0.35) transparent;
}
.honors-year-strip::-webkit-scrollbar {
  height: 6px;
}
.honors-year-strip::-webkit-scrollbar-thumb {
  background: rgba(90, 157, 126, 0.35);
  border-radius: 999px;
}

.honors-year-node {
  position: relative;
  z-index: 1;
  width: 82px;
  min-width: 82px;
  height: 82px;
  border-radius: 999px;
  border: 1px solid rgba(90, 157, 126, 0.25);
  background: #ffffff;
  color: #4f4f4f;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.2s ease;
}
.honors-year-node:hover {
  border-color: rgba(90, 157, 126, 0.6);
  color: #5a9d7e;
}
.honors-year-node.active {
  transform: scale(1.08);
  border-color: #5a9d7e;
  background: #5a9d7e;
  color: #ffffff;
}

.honors-cards-container {
  display: flex;
  flex-direction: column;
  gap: 42px;
}

.honors-award-group {
  background: transparent;
  border: 0;
  padding: 0;
}

.honors-award-group-header {
  margin-bottom: 12px;
}
.honors-award-group-header h3 {
  display: inline-block;
  margin: 0;
  color: #15803d;
  font-size: 24px;
  font-weight: 600;
  border-bottom: 3px solid #15803d;
  padding-bottom: 8px;
}
.honors-award-group-header span {
  display: none;
}

.honors-award-grid {
  display: block;
  border-top: 2px solid #1f2937;
}

.honors-award-card {
  border: 0;
  border-bottom: 1px solid #e5e7eb;
  border-radius: 0;
  background: transparent;
  padding: 20px 0;
  display: flex;
  align-items: flex-start;
  gap: 38px;
  transition: background-color 0.15s ease;
}
.honors-award-card:hover {
  background: #f9fafb;
}

.honors-award-card--intl {
  gap: 32px;
  padding: 32px 0;
}

.honors-award-media {
  flex: 0 0 24%;
  max-width: 24%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  padding-top: 2px;
}

.honors-award-logo {
  width: auto;
  max-width: 140px;
  height: 78px;
  border-radius: 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}
.honors-award-logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  background: transparent;
  -webkit-filter: none !important;
  filter: none !important;
  mix-blend-mode: normal;
  opacity: 1;
}

.honors-award-logo img[src$="chambers.png"] {
  -webkit-filter: brightness(1.28) saturate(1.16) contrast(1.05) !important;
  filter: brightness(1.28) saturate(1.16) contrast(1.05) !important;
}

.honors-award-logo--fallback {
  filter: none;
  width: 96px;
  min-width: 96px;
  height: 64px;
  align-self: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}
.honors-award-logo--fallback i {
  color: #5a9d7e;
  font-size: 26px;
  line-height: 1;
}
.honors-award-logo--fallback span {
  color: #6b7280;
  font-size: 10px;
  letter-spacing: 0.08em;
  line-height: 1;
}

.honors-award-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.honors-award-agency {
  color: #6b7280;
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
}

.honors-award-card--gov .honors-award-agency {
  flex: 0 0 33%;
  max-width: 33%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  padding-right: 16px;
}

.honors-award-main {
  flex: 1;
  min-width: 0;
}

.honors-award-card--gov .honors-award-title {
  font-size: 14px;
  font-weight: 400;
}

.honors-award-card--intl .honors-award-content {
  gap: 24px;
}

.honors-award-card--intl .honors-award-content .honors-award-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.honors-award-title {
  color: #1f2937;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.honors-award-bullets {
  margin: 0;
  padding-left: 0;
  list-style: none;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.7;
}
.honors-award-bullets li {
  position: relative;
  margin: 2px 0;
  padding-left: 14px;
}
.honors-award-bullets li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #9ca3af;
  font-weight: 500;
}

.honors-award-empty {
  border: 1px dashed rgba(90, 157, 126, 0.35);
  border-radius: 0;
  padding: 26px;
  color: #6e6e6e;
  text-align: center;
}

@media (max-width: 1024px) {
  .honors-award-card {
    gap: 24px;
  }
  .honors-award-media {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .honors-award-card--gov .honors-award-agency {
    flex: 0 0 36%;
    max-width: 36%;
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .honors-year-node {
    width: 66px;
    min-width: 66px;
    height: 66px;
    font-size: 14px;
  }
  .honors-cards-container {
    gap: 30px;
  }
  .honors-award-group-header h3 {
    font-size: 22px;
    padding-bottom: 6px;
  }
  .honors-award-card,
  .honors-award-card--intl {
    flex-direction: column;
    gap: 10px;
    padding: 16px 0;
  }
  .honors-award-media,
  .honors-award-card--gov .honors-award-agency {
    flex: none;
    max-width: 100%;
    width: 100%;
    padding-right: 0;
  }
  .honors-award-card--gov .honors-award-agency {
    font-size: 14px;
  }
  .honors-award-title {
    font-size: 16px;
  }
  .honors-award-card--intl .honors-award-content {
    gap: 10px;
  }
  .honors-award-logo {
    max-width: 150px;
    height: 60px;
  }
}
.probono-intro-text {
  max-width: none;
  margin: 0 0 3rem;
  background: transparent;
  padding: 0;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}
.probono-intro-text p {
  font-size: 1rem;
  font-weight: 300;
  color: #475569;
  line-height: 1.9;
  margin-bottom: 1.5rem;
}
.probono-intro-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .probono-intro-text {
    padding: 0;
  }
}

.probono-image-float {
  float: right;
  max-width: 420px;
  width: 45%;
  height: auto;
  margin: 0 0 1.5rem 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1024px) {
  .probono-image-float {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 0 1.5rem 0;
  }
}

.locations-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-bottom: 6.25rem;
}
@media (max-width: 1024px) {
  .locations-list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.location-item {
  padding: 2.5rem 2rem;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.location-item:hover {
  border-color: #5a9d7e;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.location-item h4 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #1e293b;
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
  line-height: 1.4;
}
.location-item p {
  font-size: 0.9375rem;
  font-weight: 300;
  color: #475569;
  margin-bottom: 0.5rem;
  line-height: 1.7;
}
.location-item .location-contact {
  font-size: 0.8125rem;
  color: #64748b;
  line-height: 1.6;
}

.cta-block {
  text-align: center;
  padding: 4rem 2rem;
  background: linear-gradient(135deg, rgba(90, 157, 126, 0.05) 0%, rgba(90, 157, 126, 0.02) 100%);
  border-radius: 12px;
}
.cta-block h3 {
  font-size: 2rem;
  font-weight: 300;
  color: #1e293b;
  margin: 0 0 1rem 0;
}
@media (max-width: 1024px) {
  .cta-block h3 {
    font-size: 1.5rem;
  }
}
.cta-block p {
  font-size: 1.125rem;
  font-weight: 300;
  color: #64748b;
  margin: 0 0 2rem 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideInRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
.hero-banner {
  margin-bottom: 5rem;
}
.hero-banner__bg {
  background: linear-gradient(135deg, rgba(90, 157, 126, 0.85) 0%, rgba(72, 128, 102, 0.9) 100%), url("/static/front/images/practices-hero.jpg") center/cover;
}

.practice-directory {
  margin-bottom: 30px;
  padding: 0 0 14px;
  border-bottom: 1px solid #d9e2db;
  background: transparent;
  box-shadow: none;
}
@media (max-width: 1024px) {
  .practice-directory {
    padding-bottom: 12px;
  }
}
.practice-directory__intro {
  margin-bottom: 14px;
}
.practice-directory__eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #5a9d7e;
}
.practice-directory__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px 12px;
}
@media (max-width: 640px) {
  .practice-directory__grid {
    gap: 8px;
  }
}

.directory-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid #d6e1da;
  border-radius: 0;
  background: #ffffff;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  flex: 0 1 auto;
  max-width: 100%;
}
.directory-item:hover {
  background: #f4faf6;
  border-color: #a9c8b4;
  transform: translateY(-1px);
  text-decoration: none;
}
.directory-item.active {
  background: #edf6ef;
  border-color: #9fc2ac;
}
.directory-item__index {
  display: none;
}
.directory-item__name {
  font-size: 13px;
  line-height: 1.35;
  color: #5f6f67;
  font-weight: 600;
  text-align: center;
  white-space: normal;
}
@media (max-width: 1024px) {
  .directory-item {
    min-height: 42px;
    padding: 8px 16px;
  }
  .directory-item__name {
    font-size: 12px;
  }
}

.directory-item.active .directory-item__name,
.directory-item:hover .directory-item__name {
  color: #5a9d7e;
}

.practice-sidebar .sidebar-nav {
  position: sticky;
  top: 100px;
}

.page-content {
  padding: 0;
}

.content-section {
  padding: 6rem 3rem;
  border-bottom: 1px solid #e2e8f0;
}
.content-section:last-of-type {
  border-bottom: none;
  min-height: auto;
}
@media (max-width: 1024px) {
  .content-section {
    min-height: auto;
    padding: 3rem 1.5rem;
  }
}

.section-heading {
  font-size: 2.25rem;
  font-weight: 300;
  color: #1e293b;
  margin-bottom: 3rem;
  letter-spacing: -0.02em;
  padding-bottom: 1rem;
  border-bottom: 2px solid #5a9d7e;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}
@media (max-width: 1024px) {
  .section-heading {
    font-size: 1.625rem;
    margin-bottom: 2rem;
  }
}

.intro-content {
  max-width: 50rem;
}
.intro-content p {
  font-size: 1.0625rem;
  line-height: 1.9;
  color: #475569;
  margin-bottom: 1.5rem;
  font-weight: 300;
}
.intro-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .intro-content p {
    font-size: 1rem;
  }
}

.practice-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.practice-item {
  display: none;
  padding: 2rem 0;
  border-bottom: 1px solid #f1f5f9;
}
.practice-item:last-child {
  border-bottom: none;
}
@media (max-width: 1024px) {
  .practice-item {
    padding: 1.5rem 0;
  }
}

.practice-name {
  font-size: 1.25rem;
  font-weight: 500;
  color: #1e293b;
  margin: 0 0 0.75rem 0;
  transition: color 0.2s;
}
@media (max-width: 1024px) {
  .practice-name {
    font-size: 1.0625rem;
  }
}

.practice-desc {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #64748b;
  margin: 0;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .practice-desc {
    font-size: 0.875rem;
  }
}

.field-content {
  max-width: 60rem;
  margin: 0 auto;
}

.practice-richtext {
  color: #64748b;
  line-height: 1.9;
}
.practice-richtext::after {
  content: "";
  display: table;
  clear: both;
}
.practice-richtext h2, .practice-richtext h3, .practice-richtext h4 {
  color: #1e293b;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}
.practice-richtext h2 {
  font-size: 1.875rem;
  font-weight: 400;
  margin: 0 0 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid rgba(90, 157, 126, 0.15);
}
@media (max-width: 1024px) {
  .practice-richtext h2 {
    font-size: 1.5rem;
  }
}
.practice-richtext h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 2rem 0 1rem;
}
.practice-richtext h4 {
  font-size: 1rem;
  font-weight: 600;
  margin: 1.5rem 0 0.75rem;
}
.practice-richtext p {
  margin: 1rem 0;
  text-align: justify;
}
.practice-richtext ul, .practice-richtext ol {
  margin: 1rem 0;
  padding-left: 1.5rem;
}
.practice-richtext ul li, .practice-richtext ol li {
  margin: 0.5rem 0;
  line-height: 1.9;
}
.practice-richtext ul ul, .practice-richtext ul ol, .practice-richtext ol ul, .practice-richtext ol ol {
  margin: 0.5rem 0;
}
.practice-richtext strong, .practice-richtext b {
  color: #1e293b;
  font-weight: 600;
}
.practice-richtext img {
  max-width: 100%;
  height: auto;
}
.practice-richtext table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  table-layout: fixed;
}
.practice-richtext th, .practice-richtext td {
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0.75rem 1rem;
  vertical-align: top;
}

.field-container {
  width: 100%;
}

.field-title {
  font-size: 2.25rem;
  font-weight: 300;
  color: #1e293b;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #5a9d7e;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}
@media (max-width: 1024px) {
  .field-title {
    font-size: 1.625rem;
  }
}

.field-layout {
  display: block;
  margin-bottom: 2rem;
}
.field-layout.has-image {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .field-layout.has-image {
    flex-direction: column;
  }
}

.field-text {
  flex: 1;
  min-width: 0;
}

.field-intro {
  margin-bottom: 1.5rem;
}
.field-intro p {
  font-size: 1rem;
  line-height: 1.8;
  color: #475569;
  margin-bottom: 1rem;
  text-align: justify;
}
.field-intro p:last-child {
  margin-bottom: 0;
}

.field-main-services {
  margin-top: 1.5rem;
}
.field-main-services .services-intro {
  font-size: 1rem;
  color: #1e293b;
  margin-bottom: 0.75rem;
}
.field-main-services .services-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.field-main-services .services-list li {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 0.5rem;
}

.field-image {
  flex-shrink: 0;
  width: 300px;
}
@media (max-width: 1024px) {
  .field-image {
    width: 100%;
  }
}
.field-image img {
  width: 100%;
  height: auto;
  display: block;
}

.field-subsections {
  margin-top: 3rem;
}

.subsection {
  margin-bottom: 3rem;
}
.subsection:last-child {
  margin-bottom: 0;
}

.subsection-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 1rem;
}

.subsection-description {
  margin-bottom: 1.5rem;
}
.subsection-description p {
  font-size: 1rem;
  line-height: 1.8;
  color: #475569;
  margin-bottom: 1rem;
  text-align: justify;
}
.subsection-description p:last-child {
  margin-bottom: 0;
}

.subsection-services .services-intro {
  font-size: 1rem;
  color: #1e293b;
  margin-bottom: 0.75rem;
}
.subsection-services .services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .subsection-services .services-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.subsection-services .services-column {
  list-style: none;
  padding: 0;
  margin: 0;
}
.subsection-services .services-column li {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 0.5rem;
}

.related-cases {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #e2e8f0;
}
.related-cases h4 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #1e293b;
  margin: 0 0 1.5rem 0;
}
.related-cases .cases-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.related-cases .cases-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #f8fafc;
}
.related-cases .cases-list li:last-child {
  border-bottom: none;
}
@media (max-width: 1024px) {
  .related-cases .cases-list li {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
}
.related-cases .cases-list a {
  flex: 1;
  font-size: 0.9375rem;
  color: #475569;
  text-decoration: none;
  transition: color 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
}
.related-cases .cases-list a:hover {
  color: #5a9d7e;
}
@media (max-width: 1024px) {
  .related-cases .cases-list a {
    font-size: 0.875rem;
    white-space: normal;
  }
}
.related-cases .cases-list .case-date {
  font-size: 0.8125rem;
  color: #94a3b8;
  white-space: nowrap;
  flex-shrink: 0;
}

.practice-detail {
  display: none;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid #e2e8f0;
}
.practice-detail.expanded {
  display: block;
}
.practice-detail__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .practice-detail__content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.practice-detail__text p {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #475569;
  margin-bottom: 1rem;
}
.practice-detail__text p:last-child {
  margin-bottom: 0;
}
.practice-detail__text h4 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #1e293b;
  margin: 1.5rem 0 1rem 0;
}
.practice-detail__text h4:first-child {
  margin-top: 0;
}
.practice-detail__text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.practice-detail__text ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #475569;
}
.practice-detail__text ul li::before {
  content: "•";
  position: absolute;
  left: 0.5rem;
  color: #5a9d7e;
  font-size: 1.25rem;
}
.practice-detail__image img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.practice-detail__cases {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #f1f5f9;
}
.practice-detail__cases h4 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #1e293b;
  margin: 0 0 1rem 0;
}
.practice-detail__cases .cases-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.practice-detail__cases .cases-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #f8fafc;
}
.practice-detail__cases .cases-list li:last-child {
  border-bottom: none;
}
@media (max-width: 1024px) {
  .practice-detail__cases .cases-list li {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
}
.practice-detail__cases .cases-list a {
  flex: 1;
  font-size: 0.9375rem;
  color: #475569;
  text-decoration: none;
  transition: color 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.practice-detail__cases .cases-list a:hover {
  color: #5a9d7e;
}
@media (max-width: 1024px) {
  .practice-detail__cases .cases-list a {
    font-size: 0.875rem;
    white-space: normal;
  }
}
.practice-detail__cases .cases-list .case-date {
  font-size: 0.8125rem;
  color: #94a3b8;
  white-space: nowrap;
  flex-shrink: 0;
}

.cta-section {
  padding: 5rem 3rem;
  text-align: center;
}
.cta-section h3 {
  font-size: 1.75rem;
  font-weight: 500;
  color: #1e293b;
  margin: 0 0 1rem 0;
  letter-spacing: -0.01em;
}
.cta-section p {
  font-size: 0.9375rem;
  color: #64748b;
  margin: 0 0 2rem 0;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .cta-section {
    padding: 3rem 1.5rem;
  }
  .cta-section h3 {
    font-size: 1.5rem;
  }
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 2rem;
  background: #5a9d7e;
  color: white;
  text-decoration: none;
  border-radius: 0.375rem;
  font-size: 0.9375rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
.cta-button:hover {
  background: rgb(75.1336032389, 131.0663967611, 105.1870445344);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(90, 154, 127, 0.3);
  color: white;
  text-decoration: none;
}

.breadcrumb-nav {
  text-align: right;
  margin-bottom: 2rem;
  font-size: 0.875rem;
  color: #64748b;
}
.breadcrumb-nav__link {
  color: #5a9d7e;
  text-decoration: none;
  transition: opacity 0.2s;
}
.breadcrumb-nav__link:hover {
  opacity: 0.8;
}
.breadcrumb-nav__separator {
  margin: 0 0.5rem;
  color: #94a3b8;
}
.breadcrumb-nav__current {
  color: #1e293b;
}
@media (max-width: 1024px) {
  .breadcrumb-nav {
    text-align: center;
    font-size: 0.8125rem;
  }
}

body.page-practices-json .professional-detail-page {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 80px;
}
@media (max-width: 1200px) {
  body.page-practices-json .professional-detail-page {
    padding: 40px 40px;
  }
}
@media (max-width: 1024px) {
  body.page-practices-json .professional-detail-page {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px 20px;
  }
}
body.page-practices-json .professional-detail-page {
  grid-template-columns: 200px 1fr;
  gap: 18px;
  padding: 28px 44px;
}
@media (max-width: 1200px) {
  body.page-practices-json .professional-detail-page {
    grid-template-columns: 190px 1fr;
    gap: 16px;
    padding: 24px 28px;
  }
}
@media (max-width: 1024px) {
  body.page-practices-json .professional-detail-page {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px 20px;
  }
}

@media (max-width: 1024px) {
  body.page-practices-json .hero-banner__bg {
    background-attachment: scroll;
  }
  body.page-practices-json .professional-detail-page.mobile-sidebar-layout {
    display: block !important;
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    margin-top: 0 !important;
    padding: 0 0 24px !important;
    padding-top: 0 !important;
    overflow: visible;
  }
}
@media (max-width: 1024px) {
  body.page-practices-json .professional-sidebar {
    display: none;
  }
}
body.page-practices-json .professional-sidebar .sidebar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 100px;
}
body.page-practices-json .professional-sidebar .sidebar-nav li {
  margin-bottom: 0;
  margin-right: -1px;
}
body.page-practices-json .professional-sidebar .sidebar-nav li a {
  display: block;
  padding: 9px 16px;
  color: #64748b;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.28;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  border-right: 3px solid transparent;
  transition: all 0.2s ease;
  background: transparent;
  letter-spacing: -0.01em;
}
body.page-practices-json .professional-sidebar .sidebar-nav li a:hover {
  color: #5a9d7e;
  background: rgba(90, 157, 126, 0.04);
  border-right-color: rgba(90, 157, 126, 0.3);
}
body.page-practices-json .professional-sidebar .sidebar-nav li.active a {
  color: #5a9d7e;
  background: white;
  border-right-color: #5a9d7e;
  font-weight: 500;
}

@media (max-width: 1024px) {
  body.page-practices-json .professional-sidebar.mobile-sidebar-snap .sidebar-nav {
    position: relative !important;
    top: auto;
    display: flex !important;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 14px var(--mobile-snap-pad-right, 18px) 12px var(--mobile-snap-pad-left, 18px);
    overflow-x: auto !important;
    overflow-y: hidden;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
  }
  body.page-practices-json .professional-sidebar.mobile-sidebar-snap .sidebar-nav li {
    flex: 0 0 auto;
    margin: 0;
    margin-right: 0 !important;
  }
  body.page-practices-json .professional-sidebar.mobile-sidebar-snap .sidebar-nav li a {
    display: block;
    padding: 8px 14px;
    font-size: 14px;
    line-height: 1.35;
    white-space: nowrap;
    border: 0;
    border-right: 0;
    background: #fff;
    color: #7a8a84;
    opacity: 0.78;
    transform: scale(0.94);
    transform-origin: center;
    transition: transform 0.22s ease, color 0.22s ease, opacity 0.22s ease;
  }
  body.page-practices-json .professional-sidebar.mobile-sidebar-snap .sidebar-nav li a:hover {
    color: #5a9d7e;
    opacity: 1;
  }
  body.page-practices-json .professional-sidebar.mobile-sidebar-snap .sidebar-nav li.active a {
    color: #5a9d7e;
    font-weight: 600;
    opacity: 1;
    transform: scale(1.06);
  }
}
@media (max-width: 480px) {
  body.page-practices-json .professional-sidebar.mobile-sidebar-snap .sidebar-nav {
    padding: 12px var(--mobile-snap-pad-right, 14px) 10px var(--mobile-snap-pad-left, 14px);
  }
  body.page-practices-json .professional-sidebar.mobile-sidebar-snap .sidebar-nav li a {
    padding: 7px 12px;
    font-size: 13px;
  }
}
@media (max-width: 1024px) {
  body.page-practices-json .mobile-sidebar-layout .professional-main,
  body.page-practices-json .professional-content,
  body.page-practices-json .practice-item,
  body.page-practices-json .field-content {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
  body.page-practices-json .mobile-sidebar-layout .professional-main {
    padding: 16px 16px 0;
  }
  body.page-practices-json .field-content {
    margin-left: 0;
    margin-right: 0;
  }
}
body.page-practices-json .professional-main {
  min-width: 0;
}

body.page-practices-json .field-content {
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 1.9;
  color: #64748b;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}
body.page-practices-json .field-content h2 {
  font-size: 28px;
  font-weight: 400;
  color: #1e293b;
  margin: 32px 0 20px 0;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(90, 157, 126, 0.15);
  letter-spacing: -0.02em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}
body.page-practices-json .field-content h2:first-child {
  margin-top: 0;
}
@media (max-width: 1024px) {
  body.page-practices-json .field-content h2 {
    font-size: 24px;
  }
}
body.page-practices-json .field-content h3 {
  font-size: 20px;
  font-weight: 400;
  color: #334155;
  margin: 24px 0 12px 0;
  letter-spacing: -0.01em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}
@media (max-width: 1024px) {
  body.page-practices-json .field-content h3 {
    font-size: 18px;
  }
}
body.page-practices-json .field-content h4 {
  font-size: 17px;
  font-weight: 500;
  color: #475569;
  margin: 20px 0 10px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}
@media (max-width: 1024px) {
  body.page-practices-json .field-content h4 {
    font-size: 16px;
  }
}
body.page-practices-json .field-content p {
  margin: 16px 0;
  text-align: justify;
  color: #64748b;
}
body.page-practices-json .field-content ul, body.page-practices-json .field-content ol {
  padding-left: 24px;
  margin: 16px 0;
}
body.page-practices-json .field-content ul li, body.page-practices-json .field-content ol li {
  margin: 10px 0;
  line-height: 1.9;
  color: #64748b;
}
body.page-practices-json .field-content ul li::marker, body.page-practices-json .field-content ol li::marker {
  color: #5a9d7e;
}
body.page-practices-json .field-content ul ul, body.page-practices-json .field-content ul ol, body.page-practices-json .field-content ol ul, body.page-practices-json .field-content ol ol {
  margin: 8px 0;
}
body.page-practices-json .field-content strong, body.page-practices-json .field-content b {
  color: #1e293b;
  font-weight: 500;
}
body.page-practices-json .field-content * {
  max-width: 100%;
}
body.page-practices-json .field-content div[style*=background],
body.page-practices-json .field-content div[style*=BACKGROUND] {
  background-color: rgba(90, 157, 126, 0.05) !important;
  background-image: none !important;
  padding: 16px 20px !important;
  border-radius: 8px !important;
  margin: 24px 0 16px 0 !important;
  border-left: 4px solid #5a9d7e !important;
  font-weight: 600 !important;
  color: rgb(44.1, 44.1, 44.1) !important;
}
body.page-practices-json .field-content [style*=color]:not(h2):not(h3):not(h4) {
  color: #626262 !important;
}
body.page-practices-json .field-content .knowledge-ccbox {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.9;
  color: #475569;
  text-align: justify;
}
body.page-practices-json .field-content .knowledge-ccbox.mt10 {
  margin-top: 10px;
}
body.page-practices-json .field-content .knowledge-ccbox.mt20 {
  margin-top: 20px;
}
body.page-practices-json .field-content .knowledge-ccbox ul {
  margin: 6px 0 0;
  padding-left: 24px;
}
body.page-practices-json .field-content .knowledge-ccbox li {
  margin: 8px 0;
  line-height: 1.9;
  color: #475569;
}
body.page-practices-json .field-content .knowledge-ccbox ul ul {
  margin-top: 4px;
  padding-left: 20px;
}
body.page-practices-json .field-content .title-pbk {
  width: auto;
  max-width: 570px;
  height: auto;
  padding-left: 10px;
  border-left: 6px solid #5a9d7e;
  color: #1e293b;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 25px;
}
body.page-practices-json .field-content .knowledge-ccbox[style*="font-weight:bold"],
body.page-practices-json .field-content .knowledge-ccbox > div[style*="font-weight:bold"] {
  font-size: 16px;
  line-height: 1.6;
  color: #334155 !important;
  font-weight: bold !important;
}
body.page-practices-json .field-content .fl[style*="width:540px"],
body.page-practices-json .field-content .fr[style*="width:540px"] {
  width: 540px !important;
  max-width: 540px;
}
body.page-practices-json .field-content .intro-image {
  max-width: 300px;
}
body.page-practices-json .field-content .intro-image img {
  display: block;
  width: auto;
  max-width: 100%;
}
body.page-practices-json .field-content .intro-image--left {
  float: left;
  margin: 0 24px 20px 0;
}
body.page-practices-json .field-content .intro-image--right {
  float: right;
  margin: 0 0 20px 24px;
}
body.page-practices-json .field-content ul.fl,
body.page-practices-json .field-content ol.fl {
  float: left;
  margin-right: 24px;
}
body.page-practices-json .field-content ul.fr,
body.page-practices-json .field-content ol.fr {
  float: right;
}
body.page-practices-json .field-content .cb {
  clear: both;
}
body.page-practices-json .field-content .intro-text {
  margin-top: 25px;
}
@media (max-width: 1024px) {
  body.page-practices-json .field-content .legacy-practice-html,
  body.page-practices-json .field-content .intro-text,
  body.page-practices-json .field-content .knowledge-ccbox,
  body.page-practices-json .field-content .title-pbk {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
  }
  body.page-practices-json .field-content .knowledge-ccbox,
  body.page-practices-json .field-content .knowledge-ccbox > div[style*="font-weight:bold"],
  body.page-practices-json .field-content .title-pbk {
    font-size: 15px;
  }
  body.page-practices-json .field-content .fl[style*="width:540px"],
  body.page-practices-json .field-content .fr[style*="width:540px"] {
    width: 100% !important;
    max-width: 100%;
  }
  body.page-practices-json .field-content .intro-image {
    width: 100%;
    max-width: 100%;
  }
  body.page-practices-json .field-content .intro-image--left,
  body.page-practices-json .field-content .intro-image--right {
    float: none;
    margin: 12px 0 16px;
    text-align: center;
  }
  body.page-practices-json .field-content .intro-image img {
    width: auto;
    max-width: 220px;
    margin: 0 auto;
  }
  body.page-practices-json .field-content .knowledge-ccbox[style*="display:flex"] {
    display: block !important;
    gap: 0 !important;
  }
  body.page-practices-json .field-content .knowledge-ccbox[style*="display:flex"] > ul,
  body.page-practices-json .field-content ul[style*="flex:1 1 320px"] {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    margin-right: 0 !important;
  }
  body.page-practices-json .field-content ul.fl,
  body.page-practices-json .field-content ol.fl,
  body.page-practices-json .field-content ul.fr,
  body.page-practices-json .field-content ol.fr {
    float: none;
    width: 100% !important;
    max-width: 100%;
    margin-right: 0;
  }
  body.page-practices-json .field-content .intro-text {
    margin-top: 0;
  }
}

.related-cases {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.related-cases h4 {
  font-size: 19px;
  font-weight: 500;
  color: #334155;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}
.related-cases .cases-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.related-cases .cases-list li {
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  transition: all 0.2s ease;
}
.related-cases .cases-list li:hover {
  padding-left: 8px;
  background: rgba(90, 157, 126, 0.02);
}
.related-cases .cases-list li:last-child {
  border-bottom: none;
}
.related-cases .cases-list li a {
  flex: 1;
  color: #475569;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  transition: color 0.2s ease;
}
.related-cases .cases-list li a:hover {
  color: #5a9d7e;
}
.related-cases .cases-list li .case-date {
  flex-shrink: 0;
  font-size: 14px;
  color: #94a3b8;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .related-cases .cases-list li {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .related-cases .cases-list li .case-date {
    font-size: 13px;
  }
}

.team-hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 5rem;
}
.team-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(90, 157, 126, 0.92) 0%, rgba(72, 128, 102, 0.95) 100%);
  z-index: 1;
}
.team-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  max-width: 800px;
  padding: 0 2rem;
}
.team-hero__label {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.9;
  margin-bottom: 1rem;
  display: none;
}
.team-hero__title {
  font-size: 4rem;
  font-weight: 200;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}
.team-hero__subtitle {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.8;
  opacity: 0.95;
}

.mobile-nav-toggle,
.mobile-nav-overlay,
.mobile-nav-menu {
  display: none !important;
}

.team-page-content {
  width: 100%;
  max-width: 1200px;
  min-width: 0;
  margin: 0 auto;
  padding: 0 3rem;
}
@media (max-width: 1023px), (orientation: landscape) and (max-height: 600px) and (pointer: coarse) {
  .team-page-content {
    max-width: 768px;
    padding: 0 1.5rem;
  }
}

.team-section {
  min-height: 100vh;
  padding: 6.25rem 0;
  position: relative;
}
.team-section--last {
  min-height: auto;
}

.section-number {
  font-size: 0.75rem;
  font-weight: 400;
  color: #cbd5e1;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}

.section-explore {
  font-size: 0.6875rem;
  font-weight: 400;
  color: #94a3b8;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}

.section-title {
  margin-bottom: 2.5rem;
  word-break: break-word;
  line-break: loose;
}

.section-title-alt {
  font-size: 2.75rem;
}

.section-subtitle {
  font-size: 1rem;
  margin-bottom: 3.75rem;
}

.section-intro {
  line-height: 2;
  margin-bottom: 3.75rem;
}

.team-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  margin-bottom: 3.75rem;
  padding: 3.75rem 0;
  border-top: 0.0625rem solid #e2e8f0;
  border-bottom: 0.0625rem solid #e2e8f0;
}

.stat-minimal {
  text-align: center;
}
.stat-minimal__number {
  font-size: 3rem;
  font-family: "Helvetica Neue", "Avenir Next", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-weight: 300;
  color: #1e293b;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}
.stat-minimal__label {
  font-size: 0.75rem;
  font-weight: 400;
  color: #94a3b8;
  letter-spacing: 0.05em;
}

.team-narrative p {
  font-size: 0.9375rem;
  font-family: "Helvetica Neue", "Avenir Next", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.9;
  color: #475569;
  margin-bottom: 1.75rem;
}
.team-narrative p:last-child {
  margin-bottom: 0;
}
.team-narrative p strong,
.team-narrative p b {
  font-weight: 300;
}

.team-letter-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1.375rem;
  margin-bottom: 0;
  padding: 0.5rem 0;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.team-letter-filter.is-hidden {
  display: none;
}

.team-letter__item {
  width: 1.75rem;
  height: 1.875rem;
  border: 0;
  background: transparent;
  color: #64748b;
  font-size: 0.8125rem;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  transition: color 0.2s ease;
}
.team-letter__item::after {
  content: "";
  position: absolute;
  right: 0.25rem;
  bottom: 0.125rem;
  left: 0.25rem;
  height: 0.125rem;
  background: #5a9d7e;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.24s ease;
}
.team-letter__item:hover {
  color: #1e293b;
}
.team-letter__item.is-active {
  color: #5a9d7e;
  font-weight: 600;
}
.team-letter__item.is-active::after {
  transform: scaleX(1);
}
.team-letter__item.is-empty {
  color: #cbd5e1;
}

.team-search-panel {
  position: relative;
  z-index: 30;
  max-width: 120rem;
  margin: 2.25rem auto 1.125rem;
  padding: 1.375rem;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(226, 232, 240, 0.82);
  border-radius: 0.5rem;
  box-shadow: 0 1rem 2.75rem rgba(15, 23, 42, 0.045);
  overflow: visible;
  transition: box-shadow 0.24s ease, border-color 0.24s ease;
}
.team-search-panel.is-select-open {
  z-index: 80;
  border-color: rgba(90, 157, 126, 0.2);
  box-shadow: 0 1.25rem 3rem rgba(15, 23, 42, 0.08);
}
@media (max-width: 1023px), (orientation: landscape) and (max-height: 600px) and (pointer: coarse) {
  .team-search-panel {
    margin-top: 1.5rem;
    padding: 1rem;
  }
}

.team-filter {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr) minmax(0, 1.2fr) minmax(0, 0.9fr) minmax(0, 0.7fr);
  gap: 1rem;
  margin-bottom: 0;
  align-items: center;
  width: 100%;
  min-width: 0;
}
@media (max-width: 1023px), (orientation: landscape) and (max-height: 600px) and (pointer: coarse) {
  .team-filter {
    grid-template-columns: minmax(0, 1fr);
  }
}
.team-filter-field {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
}
.team-filter-field__icon {
  position: absolute;
  top: 50%;
  left: 1rem;
  z-index: 1;
  color: #94a3b8;
  font-size: 0.875rem;
  transform: translateY(-50%);
  transition: color 0.2s ease;
  pointer-events: none;
}
.team-filter-field:focus-within .team-filter-field__icon, .team-filter-field:has(.team-filter__search.has-value) .team-filter-field__icon {
  color: #5a9d7e;
}
.team-filter__search {
  width: 100%;
  min-width: 0;
  min-height: 3.25rem;
  padding: 0.875rem 1rem 0.875rem 2.75rem;
  border: 0.0625rem solid #edf1f5;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  color: #1e293b;
  font-weight: 300;
  outline: none;
  transition: all 0.2s;
}
.team-filter__search::placeholder {
  color: #cbd5e1;
}
.team-filter__search:hover {
  border-color: #d5dde6;
  background: #fbfcfd;
}
.team-filter__search:focus {
  border-color: #5a9d7e;
  box-shadow: 0 0 0 3px rgba(90, 157, 126, 0.1);
}
.team-filter__search.has-value {
  border-color: #5a9d7e;
  background: rgba(90, 157, 126, 0.025);
  font-weight: 400;
}
.team-filter__select {
  width: 100%;
  min-width: 0;
  padding: 0.875rem 1rem;
  border: 0.0625rem solid #edf1f5;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  color: #1e293b;
  font-weight: 300;
  background: white;
  outline: none;
  transition: all 0.2s;
  cursor: pointer;
}
.team-filter__select:hover {
  border-color: #d5dde6;
  background: #fbfcfd;
}
.team-filter__select:focus {
  border-color: #5a9d7e;
  box-shadow: 0 0 0 3px rgba(90, 157, 126, 0.1);
}
.team-filter__select.has-value {
  border-color: #5a9d7e;
  background: rgba(90, 157, 126, 0.025);
  color: #5a9d7e;
  font-weight: 500;
}
.team-filter__select--native {
  display: none;
}
.team-filter__reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  min-width: 0;
  min-height: 3.25rem;
  padding: 0.75rem 1.25rem;
  border: 0.0625rem solid #e5ebf0;
  border-radius: 0.25rem;
  font-size: 0.8125rem;
  color: #64748b;
  background: white;
  cursor: pointer;
  transition: all 0.2s;
}
.team-filter__reset i {
  color: #94a3b8;
  font-size: 0.8125rem;
  transition: color 0.2s ease;
}
.team-filter__reset:hover {
  border-color: rgba(90, 157, 126, 0.35);
  color: #5a9d7e;
}
.team-filter__reset:hover i {
  color: #5a9d7e;
}

.team-filter-select {
  position: relative;
  width: 100%;
  min-width: 0;
}
.team-filter-select__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  min-width: 0;
  min-height: 3.25rem;
  padding: 0.875rem 1rem;
  border: 0.0625rem solid #edf1f5;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  color: #1e293b;
  font-weight: 300;
  background: white;
  outline: none;
  transition: all 0.2s;
  cursor: pointer;
  text-align: left;
}
.team-filter-select__button::after {
  content: "";
  flex: 0 0 auto;
  width: 0.45rem;
  height: 0.45rem;
  margin-left: 0.75rem;
  border-right: 0.125rem solid #64748b;
  border-bottom: 0.125rem solid #64748b;
  transform: rotate(45deg) translateY(-0.125rem);
  transition: transform 0.2s;
}
.team-filter-select__button:hover {
  border-color: #d5dde6;
  background: #fbfcfd;
}
.team-filter-select__button:focus {
  border-color: #5a9d7e;
  box-shadow: 0 0 0 3px rgba(90, 157, 126, 0.1);
}
.team-filter-select__icon {
  flex: 0 0 auto;
  width: 1rem;
  color: #94a3b8;
  font-size: 0.875rem;
  text-align: center;
  transition: color 0.2s ease;
}
.team-filter-select__label {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.team-filter-select__menu {
  display: none;
  position: absolute;
  bottom: calc(100% + 0.375rem);
  right: 0;
  left: 0;
  z-index: 90;
  max-height: min(12rem, 42vh);
  overflow-y: auto;
  padding: 0.375rem;
  border: 0.0625rem solid #dbe3ec;
  border-radius: 0.5rem;
  background: white;
  box-shadow: 0 1rem 2.5rem rgba(15, 23, 42, 0.16);
}
.team-filter-select__option {
  display: block;
  width: 100%;
  padding: 0.625rem 0.75rem;
  border: 0;
  border-radius: 0.375rem;
  color: #1e293b;
  background: transparent;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.45;
  text-align: left;
  white-space: normal;
  overflow-wrap: anywhere;
  cursor: pointer;
}
.team-filter-select__option:hover, .team-filter-select__option:focus {
  color: #5a9d7e;
  background: rgba(90, 157, 126, 0.08);
  outline: none;
}
.team-filter-select__option.is-selected {
  color: #5a9d7e;
  background: rgba(90, 157, 126, 0.12);
  font-weight: 500;
}
.team-filter-select.is-open {
  z-index: 45;
}
.team-filter-select.is-open .team-filter-select__button {
  border-color: #5a9d7e;
  box-shadow: 0 0 0 3px rgba(90, 157, 126, 0.1);
}
.team-filter-select.is-open .team-filter-select__button .team-filter-select__icon {
  color: #5a9d7e;
}
.team-filter-select.is-open .team-filter-select__button::after {
  transform: rotate(225deg) translate(-0.125rem, -0.125rem);
}
.team-filter-select.is-open .team-filter-select__menu {
  display: block;
}
.team-filter-select.has-value .team-filter-select__button {
  border-color: #5a9d7e;
  background: rgba(90, 157, 126, 0.03);
  color: #5a9d7e;
  font-weight: 500;
}
.team-filter-select.has-value .team-filter-select__button .team-filter-select__icon {
  color: #5a9d7e;
}

.team-filter-count {
  font-size: 0.8125rem;
  color: #94a3b8;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 0.0625rem solid #f1f5f9;
  min-height: 1.6em;
}
.team-filter-count strong {
  color: #5a9d7e;
  font-weight: 500;
}
.team-filter-count.is-placeholder {
  color: #94a3b8;
}
.team-filter-count.is-hidden {
  display: none;
}

.team-lawyers {
  position: relative;
  height: 672px;
  overflow-y: auto;
  overflow-x: hidden;
  animation: fadeIn 0.4s ease-in-out;
}
.team-lawyers.is-hidden {
  display: none;
}
@media (max-width: 1023px), (orientation: landscape) and (max-height: 600px) and (pointer: coarse) {
  .team-lawyers {
    height: 920px;
  }
}
.team-lawyers:not(:has(.virtual-list-wrapper)) {
  height: auto;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 200px;
  gap: 1.5rem;
}
@media (max-width: 1023px), (orientation: landscape) and (max-height: 600px) and (pointer: coarse) {
  .team-lawyers:not(:has(.virtual-list-wrapper)) {
    grid-template-columns: 1fr;
    grid-auto-rows: 136px;
    gap: 1rem;
  }
}
.team-lawyers.static-mode {
  height: auto !important;
  overflow: visible !important;
}
.team-lawyers.static-mode .virtual-list-wrapper {
  height: auto !important;
}
.team-lawyers.static-mode .virtual-list-viewport {
  position: static !important;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 1023px), (orientation: landscape) and (max-height: 600px) and (pointer: coarse) {
  .team-lawyers.static-mode .virtual-list-viewport {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.lawyer-card {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background: white;
  border-radius: 0.375rem;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  border: 1px solid rgba(226, 232, 240, 0.75);
  min-height: 152px;
  height: 100%;
}
@media (max-width: 1023px), (orientation: landscape) and (max-height: 600px) and (pointer: coarse) {
  .lawyer-card {
    min-height: 136px;
  }
}
.lawyer-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 1rem 2.25rem rgba(15, 23, 42, 0.07);
  border-color: rgba(90, 157, 126, 0.24);
}
.lawyer-card__image {
  width: 9rem;
  min-height: 9.5rem;
  height: 100%;
  flex-shrink: 0;
  overflow: hidden;
  background: linear-gradient(135deg, #f8fafc 0%, #eef2f6 100%);
  border: 0;
  box-shadow: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px), (orientation: landscape) and (max-height: 600px) and (pointer: coarse) {
  .lawyer-card__image {
    width: 96px;
    min-height: 96px;
    height: 100%;
  }
}
.lawyer-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}
.lawyer-card__image img.loaded {
  opacity: 1;
}
.lawyer-card__image:hover img {
  transform: scale(1.05);
}
.lawyer-card__image.no-image::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, rgba(90, 157, 126, 0.1) 0%, rgba(90, 157, 126, 0.05) 100%);
  border-radius: 50%;
  position: relative;
}
.lawyer-card__image.no-image::after {
  content: "\f007";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  font-size: 2.5rem;
  color: rgba(90, 157, 126, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lawyer-card__info {
  min-height: 9.5rem;
  padding: 1.05rem 1.25rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.75rem;
  flex: 1;
  min-width: 0;
  position: relative;
}
@media (max-width: 1023px), (orientation: landscape) and (max-height: 600px) and (pointer: coarse) {
  .lawyer-card__info {
    min-height: 136px;
    padding: 0.875rem 0.75rem;
    height: auto;
    row-gap: 0.35rem;
  }
}
.lawyer-card__header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 0;
  min-width: 0;
  min-height: 1.75rem;
}
.lawyer-card__name {
  font-size: 1.125rem;
  font-weight: 500;
  color: #1e293b;
  text-decoration: none;
  transition: color 0.2s;
  line-height: 1.4;
  margin: 0;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: normal;
  word-break: normal;
  max-width: 100%;
  flex: 0 1 auto;
  min-width: 0;
}
.lawyer-card__name:hover {
  color: #5a9d7e;
}
.lawyer-card__title {
  font-size: 0.875rem;
  color: #64748b;
  font-weight: 300;
  line-height: 1.6;
  white-space: normal;
  word-break: break-word;
}
.lawyer-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem 0;
  margin: 0;
  min-width: 0;
  align-content: flex-start;
  max-width: 100%;
  line-height: 1.55;
}
@media (max-width: 1023px), (orientation: landscape) and (max-height: 600px) and (pointer: coarse) {
  .lawyer-card__tags {
    gap: 0.35rem 0.4rem;
  }
}
.lawyer-card__tag {
  display: inline-block;
  padding: 0;
  font-size: 0.8125rem;
  color: #587366;
  background: transparent;
  border-radius: 0;
  border: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.2s;
}
.lawyer-card__tag:hover {
  color: #5a9d7e;
}
.lawyer-card__tag::after {
  content: "";
  display: inline-block;
  width: 0.0625rem;
  height: 0.65rem;
  margin: 0 0.55rem;
  background: rgba(100, 116, 139, 0.24);
  vertical-align: -0.0625rem;
}
.lawyer-card__tag:last-child::after {
  display: none;
}
@media (max-width: 1023px), (orientation: landscape) and (max-height: 600px) and (pointer: coarse) {
  .lawyer-card__tag {
    padding: 0.18rem 0;
    font-size: 0.6875rem;
    line-height: 1.25;
  }
}
.lawyer-card__email-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  color: #94a3b8;
  background: transparent;
  border: 0;
  border-radius: 50%;
  margin-top: 0.0625rem;
  margin-left: 0;
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.2s;
  font-family: inherit;
  padding: 0;
}
.lawyer-card__email-btn:hover {
  color: #5a9d7e;
  background: rgba(90, 157, 126, 0.06);
  transform: none;
}
.lawyer-card__email-btn:active {
  transform: scale(0.95);
}
.lawyer-card__email-btn.copied {
  background: rgba(90, 157, 126, 0.12);
  color: #5a9d7e;
}
.lawyer-card__email-btn.copied i {
  color: currentColor;
}
.lawyer-card__email-btn i {
  font-size: 0.8125rem;
  color: inherit;
  transition: color 0.2s;
}
.lawyer-card__skeleton {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s ease-in-out infinite;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.loaded + .lawyer-card__skeleton {
  opacity: 0;
  pointer-events: none;
}
.lawyer-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  margin-top: 0;
}
.lawyer-card__badges .badge {
  display: inline-block;
  padding: 0.25rem 0.625rem;
  font-size: 0.688rem;
  font-weight: 400;
  color: #5a9d7e;
  background: rgba(90, 157, 126, 0.08);
  border: 1px solid rgba(90, 157, 126, 0.15);
  border-radius: 10px;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.lawyer-card__badges .badge:hover {
  background: rgba(90, 157, 126, 0.12);
  border-color: rgba(90, 157, 126, 0.25);
}

@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.team-empty {
  text-align: center;
  padding: 5rem 0;
}
.team-empty p {
  font-size: 0.9375rem;
  color: #94a3b8;
  font-weight: 300;
}

.team-pagination {
  margin-top: 3.75rem;
  display: flex;
  justify-content: center;
}
.team-pagination ul {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.team-pagination li a {
  display: block;
  padding: 0.5rem 0.875rem;
  border: 0.0625rem solid #e2e8f0;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  color: #64748b;
  background: white;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
}
.team-pagination li a:hover {
  border-color: #5a9d7e;
  color: #5a9d7e;
  background: rgba(90, 157, 126, 0.025);
}
.team-pagination li a.cur {
  background-color: #5a9d7e;
  border-color: #5a9d7e;
  color: white;
}

.team-cta-careers {
  margin-top: 3rem;
  text-align: center;
}
.team-cta-careers__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: white;
  background: #5a9d7e;
  text-decoration: none;
  padding: 0.875rem 2rem;
  border-radius: 0.25rem;
  transition: all 0.3s ease;
}
.team-cta-careers__btn:hover {
  background: #478066;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(90, 157, 126, 0.2);
}

.virtual-list-wrapper {
  position: relative;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .team-lawyers:not(:has(.virtual-list-wrapper)) {
    grid-template-columns: 1fr;
    grid-auto-rows: 136px;
    gap: 1rem;
  }
  .team-lawyers.static-mode .virtual-list-viewport {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .virtual-list-viewport {
    grid-template-columns: 1fr;
    grid-auto-rows: 136px;
    gap: 1rem;
  }
}
.virtual-list-viewport {
  position: absolute;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 200px;
  gap: 1.5rem;
  transition: opacity 0.25s ease-in-out;
}
@media (max-width: 1023px), (orientation: landscape) and (max-height: 600px) and (pointer: coarse) {
  .virtual-list-viewport {
    grid-template-columns: 1fr;
    grid-auto-rows: 136px;
    gap: 1rem;
  }
}
.virtual-list-viewport.fade-out {
  opacity: 0;
}
.virtual-list-viewport.loading {
  opacity: 1;
}
.virtual-list-viewport.fade-in-stagger .lawyer-card {
  animation: fadeInUp 0.4s cubic-bezier(0.4, 0, 0.2, 1) both;
  animation-delay: calc(var(--card-index, 0) * 0.05s);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.virtual-list-item {
  min-height: 160px;
}

.skeleton-card {
  pointer-events: none;
  user-select: none;
}
.skeleton-card .lawyer-card__image {
  background: #f0f2f5;
  position: relative;
  overflow: hidden;
}
.skeleton-card .lawyer-card__image::after {
  display: none;
}
.skeleton-card .lawyer-card__info {
  background: white;
}

.skeleton-shimmer {
  background: linear-gradient(90deg, #f0f2f5 0%, #e4e7eb 20%, #f0f2f5 40%, #f0f2f5 100%);
  background-size: 200% 100%;
  animation: shimmer 1.8s ease-in-out infinite;
  border-radius: 4px;
}

.skeleton-line {
  height: 16px;
  margin-bottom: 8px;
  border-radius: 4px;
}
.skeleton-line:last-child {
  margin-bottom: 0;
}

@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@media (max-width: 1023px), (orientation: landscape) and (max-height: 600px) and (pointer: coarse) {
  .team-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .team-filter {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.75rem;
  }
  .team-lawyers {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .lawyer-card__name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 1023px), (orientation: landscape) and (max-height: 600px) and (pointer: coarse) {
  .team-hero {
    min-height: 500px;
  }
  .team-hero__title {
    font-size: 2.5rem;
  }
  .team-hero__subtitle {
    font-size: 1rem;
  }
  .team-page-content {
    padding: 0 1.5rem;
  }
  .team-section {
    padding: 3.75rem 0;
  }
  .section-title {
    font-size: 1.5rem;
  }
  .section-title-alt {
    font-size: 2rem;
  }
  .team-stats {
    gap: 1.5rem;
    padding: 2.5rem 0;
  }
  .team-lawyers {
    grid-template-columns: 1fr;
  }
  .lawyer-card__image {
    height: auto;
  }
  .lawyer-card__name {
    font-size: 1.125rem;
  }
  .lawyer-card__title {
    font-size: 0.75rem;
  }
  .team-cta-careers {
    margin-top: 2rem;
  }
}
.team-detail-hero {
  background: linear-gradient(135deg, rgba(90, 157, 126, 0.05) 0%, rgba(72, 128, 102, 0.08) 100%);
  padding: 5rem 0 3.75rem;
  margin-bottom: 3.75rem;
}
.team-detail-hero__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 3rem;
}
.team-detail-hero__back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #64748b;
  text-decoration: none;
  margin-bottom: 2.5rem;
  transition: color 0.2s;
}
.team-detail-hero__back:hover {
  color: #5a9d7e;
}
.team-detail-hero__back::before {
  content: "←";
  font-size: 1rem;
}
.team-detail-hero__content {
  display: grid;
  grid-template-columns: 15rem 1fr;
  gap: 3.75rem;
  align-items: start;
}
.team-detail-hero__photo {
  width: 15rem;
  height: 18.75rem;
  border-radius: 0.5rem;
  overflow: hidden;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.team-detail-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-detail-hero__info {
  padding-top: 1rem;
}
.team-detail-hero__name {
  font-size: 3rem;
  font-weight: 200;
  color: #1e293b;
  margin-bottom: 0.75rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -0.02em;
}
.team-detail-hero__title {
  font-size: 1.125rem;
  font-weight: 300;
  color: #64748b;
  margin-bottom: 2rem;
}
.team-detail-hero__contact {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.5rem 0;
  border-top: 0.0625rem solid #e2e8f0;
  border-bottom: 0.0625rem solid #e2e8f0;
}
.team-detail-hero__contact-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.9375rem;
  color: #475569;
}
.team-detail-hero__contact-item-label {
  font-weight: 400;
  color: #94a3b8;
  min-width: 5rem;
}
.team-detail-hero__contact-item a {
  color: #5a9d7e;
  text-decoration: none;
  transition: color 0.2s;
}
.team-detail-hero__contact-item a:hover {
  color: #478066;
}

.team-detail-content {
  max-width: 1400px;
  margin: 0 auto 5rem;
  padding: 0 3rem;
  display: grid;
  grid-template-columns: 15rem 1fr;
  gap: 3.75rem;
}

.team-detail-sidebar {
  position: sticky;
  top: 6.25rem;
}
.team-detail-sidebar__nav {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.team-detail-sidebar__link {
  font-size: 0.875rem;
  color: #94a3b8;
  text-decoration: none;
  padding: 0.5rem 0;
  transition: color 0.2s;
  font-weight: 300;
}
.team-detail-sidebar__link:hover, .team-detail-sidebar__link.active {
  color: #5a9d7e;
}

.team-detail-main {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}

.detail-section__title {
  font-size: 1.5rem;
  font-weight: 300;
  color: #1e293b;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #e2e8f0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}
.detail-section__content {
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.9;
  color: #475569;
}
.detail-section__content p {
  margin-bottom: 1.25rem;
}
.detail-section__content p:last-child {
  margin-bottom: 0;
}
.detail-section__content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.detail-section__content ul li {
  padding: 0.625rem 0;
  padding-left: 1.5rem;
  position: relative;
}
.detail-section__content ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #5a9d7e;
  font-weight: 500;
}

.detail-areas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.detail-areas__tag {
  font-size: 0.8125rem;
  color: #64748b;
  padding: 0.5rem 1rem;
  background: #f8fafc;
  border: 0.0625rem solid #e2e8f0;
  border-radius: 0.25rem;
  font-weight: 400;
  transition: all 0.2s;
}
.detail-areas__tag:hover {
  background: rgba(90, 157, 126, 0.05);
  border-color: #5a9d7e;
  color: #5a9d7e;
}

.detail-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.detail-meta__item-label {
  display: block;
  font-size: 0.75rem;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
  font-weight: 400;
}
.detail-meta__item-value {
  font-size: 0.9375rem;
  color: #475569;
  font-weight: 300;
  line-height: 1.6;
}

.team-detail-nav {
  max-width: 1400px;
  margin: 0 auto 5rem;
  padding: 0 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 3.75rem;
  border-top: 0.0625rem solid #e2e8f0;
}
.team-detail-nav__left {
  display: flex;
  gap: 1rem;
}
.team-detail-nav__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #64748b;
  background: white;
  text-decoration: none;
  padding: 0.75rem 1.25rem;
  border: 0.0625rem solid #e2e8f0;
  border-radius: 0.25rem;
  transition: all 0.2s;
  cursor: pointer;
}
.team-detail-nav__btn:hover {
  border-color: #5a9d7e;
  color: #5a9d7e;
  background: rgba(90, 157, 126, 0.03);
}
.team-detail-nav__btn--primary {
  background: #5a9d7e;
  border-color: #5a9d7e;
  color: white;
}
.team-detail-nav__btn--primary:hover {
  background: #478066;
  border-color: #478066;
  color: white;
}
.team-detail-nav__btn--disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.detail-cases {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.detail-cases__item {
  padding: 1.5rem;
  background: #f8fafc;
  border-radius: 0.375rem;
  border-left: 3px solid #5a9d7e;
}
.detail-cases__item-title {
  font-size: 1rem;
  font-weight: 400;
  color: #1e293b;
  margin-bottom: 0.75rem;
}
.detail-cases__item-desc {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.8;
  color: #64748b;
}

.detail-timeline {
  position: relative;
  padding-left: 2rem;
}
.detail-timeline::before {
  content: "";
  position: absolute;
  left: 0.3125rem;
  top: 0.5rem;
  bottom: 0.5rem;
  width: 0.0625rem;
  background: #e2e8f0;
}
.detail-timeline__item {
  position: relative;
  padding-bottom: 1.5rem;
}
.detail-timeline__item:last-child {
  padding-bottom: 0;
}
.detail-timeline__item::before {
  content: "";
  position: absolute;
  left: -1.625rem;
  top: 0.5rem;
  width: 0.625rem;
  height: 0.625rem;
  background: white;
  border: 0.125rem solid #5a9d7e;
  border-radius: 50%;
}
.detail-timeline__year {
  font-size: 0.75rem;
  font-weight: 400;
  color: #94a3b8;
  margin-bottom: 0.25rem;
}
.detail-timeline__content {
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.6;
  color: #475569;
}

@media (max-width: 1024px) {
  .team-detail-hero {
    padding: 3.75rem 0 2.5rem;
  }
  .team-detail-hero__container {
    padding: 0 2.5rem;
  }
  .team-detail-hero__content {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .team-detail-hero__photo {
    width: 100%;
    max-width: 20rem;
    margin: 0 auto;
  }
  .team-detail-content {
    padding: 0 2.5rem;
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .team-detail-sidebar {
    position: static;
  }
  .team-detail-sidebar__nav {
    flex-direction: row;
    gap: 1.5rem;
    overflow-x: auto;
    padding-bottom: 1rem;
    border-bottom: 0.0625rem solid #e2e8f0;
  }
  .team-detail-nav {
    padding: 0 2.5rem;
    padding-top: 2.5rem;
  }
  .detail-meta {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .team-detail-hero {
    padding: 2.5rem 0 2rem;
  }
  .team-detail-hero__container {
    padding: 0 1.5rem;
  }
  .team-detail-hero__name {
    font-size: 2rem;
  }
  .team-detail-hero__title {
    font-size: 1rem;
  }
  .team-detail-hero__photo {
    height: 15rem;
  }
  .team-detail-content {
    padding: 0 1.5rem;
  }
  .team-detail-nav {
    padding: 0 1.5rem;
    padding-top: 2rem;
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
  }
  .team-detail-nav__left {
    flex-direction: column;
  }
  .team-detail-nav__btn {
    justify-content: center;
  }
  .detail-section__title {
    font-size: 1.25rem;
  }
}
/**
 * Professional Detail Page
 * 律师详情页样式
 */
.professional-detail-page {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 80px;
}
@media (max-width: 1200px) {
  .professional-detail-page {
    padding: 40px 40px;
  }
}
@media (max-width: 1024px) {
  .professional-detail-page {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px 20px;
  }
}

.professional-detail-page--no-sidebar {
  grid-template-columns: 1fr;
  margin-top: 56px;
  padding-top: 0;
}
@media (min-width: 1025px) {
  .professional-detail-page--no-sidebar {
    margin-top: 64px;
  }
}
@media (min-width: 1025px) {
  .professional-detail-page--no-sidebar {
    margin-top: 72px;
  }
}

@media (max-width: 1024px) {
  .professional-sidebar {
    display: none;
  }
}
.professional-sidebar .sidebar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.professional-sidebar .sidebar-nav li {
  margin-bottom: 2px;
  margin-right: -1px;
}
.professional-sidebar .sidebar-nav li a {
  display: block;
  padding: 13px 18px;
  color: #626262;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  border-right: 3px solid transparent;
  transition: all 0.2s ease;
  background: transparent;
  line-height: 1.35;
}
.professional-sidebar .sidebar-nav li a:hover {
  color: #5a9d7e;
  background: rgba(90, 157, 126, 0.04);
  border-right-color: rgba(90, 157, 126, 0.28);
}
.professional-sidebar .sidebar-nav li.active a {
  color: #5a9d7e;
  background: white;
  border-right-color: #5a9d7e;
  font-weight: 600;
}

.vertical-nav.mobile-only {
  display: none;
}

.professional-main {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1025px) {
  .professional-main {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.professional-main {
  max-width: 960px;
  padding-left: 0;
  padding-right: 0;
}

.professional-detail-banner {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: linear-gradient(135deg, #2f6f57 0%, #2a634e 100%);
  border-top: 1px solid #275d49;
  border-bottom: 1px solid #275d49;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .professional-detail-banner {
    margin-bottom: 28px;
  }
}
.professional-detail-banner .lawyer-profile-card {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1025px) {
  .professional-detail-banner .lawyer-profile-card {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.professional-detail-banner .lawyer-profile-card {
  max-width: 960px;
  margin: 0 auto 0 auto;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.professional-intro {
  padding: 32px;
  background: rgba(90, 157, 126, 0.03);
  border-left: 3px solid #5a9d7e;
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 1.8;
  color: #626262;
}

.lawyer-profile-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 18px 16px;
  background: transparent;
  border: 0;
  margin-bottom: 24px;
  align-items: start;
}
@media (min-width: 1025px) {
  .lawyer-profile-card {
    grid-template-columns: 180px 1fr 150px;
    gap: 24px;
    padding: 24px 26px;
    margin-bottom: 32px;
    align-items: center;
  }
}
.lawyer-profile-card .lawyer-photo {
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.82);
  background: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  width: 116px;
  height: 116px;
  margin: 0;
}
@media (min-width: 1025px) {
  .lawyer-profile-card .lawyer-photo {
    width: 180px;
    height: 180px;
    margin: 10px 0 -32px 0;
  }
}
.lawyer-profile-card .lawyer-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lawyer-profile-card .lawyer-photo img.placeholder {
  opacity: 0.6;
}
.lawyer-profile-card .lawyer-photo img[src*=avatar-placeholder] {
  opacity: 0.6;
}
.lawyer-profile-card .lawyer-info .lawyer-name {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 6px;
  letter-spacing: -0.0045em;
}
@media (min-width: 1025px) {
  .lawyer-profile-card .lawyer-info .lawyer-name {
    font-size: 44px;
  }
}
.lawyer-profile-card .lawyer-info .lawyer-subtitle {
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
  letter-spacing: 0.01em;
}
@media (min-width: 1025px) {
  .lawyer-profile-card .lawyer-info .lawyer-subtitle {
    font-size: 16px;
  }
}
.lawyer-profile-card .lawyer-info .lawyer-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 0;
}
.lawyer-profile-card .lawyer-info .lawyer-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
}
.lawyer-profile-card .lawyer-info .lawyer-meta .meta-item svg {
  width: 18px;
  height: 18px;
  color: #5a9d7e;
  flex-shrink: 0;
  margin-top: 2px;
}
.lawyer-profile-card .lawyer-info .lawyer-meta .meta-item .meta-label {
  font-weight: 500;
  color: rgb(176.5, 176.5, 176.5);
  min-width: 80px;
}
.lawyer-profile-card .lawyer-info .lawyer-meta .meta-item .meta-value {
  color: rgba(255, 255, 255, 0.96);
  font-size: 14px;
  font-weight: 300;
}
.lawyer-profile-card .lawyer-info .lawyer-meta .meta-item .meta-value a {
  color: rgba(255, 255, 255, 0.96);
  text-decoration: none;
}
.lawyer-profile-card .lawyer-info .lawyer-meta .meta-item .meta-value a:hover {
  text-decoration: underline;
}
.lawyer-profile-card .lawyer-info .lawyer-meta .meta-item .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
@media (max-width: 1024px) {
  .lawyer-profile-card .lawyer-info .lawyer-meta .meta-item .tags {
    justify-content: center;
  }
}
.lawyer-profile-card .lawyer-info .lawyer-meta--banner .meta-value {
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.005em;
  line-height: 1.5;
}
.lawyer-profile-card .lawyer-info .lawyer-meta--banner .meta-value a {
  color: rgba(255, 255, 255, 0.96);
  text-decoration: none;
  font-weight: 300;
}
@media (min-width: 1025px) {
  .lawyer-profile-card .lawyer-info .lawyer-meta--banner .meta-value {
    font-size: 16px;
  }
}

.professional-content-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .professional-content-grid {
    grid-template-columns: 280px 1fr;
    gap: 22px;
  }
}

.quick-scan-card,
.deep-reading-card {
  background: #fff;
  border: 1px solid rgba(90, 157, 126, 0.24);
  border-radius: 0;
  padding: 14px;
}
@media (min-width: 1025px) {
  .quick-scan-card,
  .deep-reading-card {
    padding: 18px;
  }
}

.scan-block {
  padding: 8px 0;
  border-bottom: 1px solid rgba(90, 157, 126, 0.12);
}
.scan-block:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.section-heading {
  margin: 0 0 8px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 300;
  color: rgb(44.1, 44.1, 44.1);
  line-height: 1.4;
}
.section-heading i {
  font-size: 13px;
  color: rgba(90, 157, 126, 0.62);
  width: 14px;
  text-align: center;
}

.scan-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.scan-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 300;
  color: #626262;
}
.scan-list li {
  margin: 0 0 2px 0;
  line-height: 1.5;
}

.scan-empty {
  margin: 0;
  color: rgb(176.5, 176.5, 176.5);
  font-weight: 300;
}

.tag {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  background: rgba(90, 157, 126, 0.02);
  color: #5a9d7e;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid rgba(90, 157, 126, 0.26);
  border-radius: 0;
  letter-spacing: 0.01em;
}

.lawyer-content {
  margin-bottom: 32px;
}
.lawyer-content h3 {
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(90, 157, 126, 0.12);
}
.lawyer-content p, .lawyer-content div {
  font-size: 15px;
  line-height: 1.8;
  color: #626262;
  font-weight: 300;
}
.lawyer-content * {
  max-width: 100%;
}
.lawyer-content div[style*=background],
.lawyer-content div[style*=BACKGROUND] {
  background-color: rgba(90, 157, 126, 0.03) !important;
  background-image: none !important;
  padding: 16px 20px !important;
  margin: 24px 0 16px 0 !important;
  border-left: 3px solid #5a9d7e !important;
  font-weight: 600 !important;
  color: rgb(44.1, 44.1, 44.1) !important;
}
.lawyer-content p {
  margin: 12px 0;
  text-align: justify;
}
.lawyer-content ul, .lawyer-content ol {
  padding-left: 20px;
  margin: 16px 0;
}
.lawyer-content ul li, .lawyer-content ol li {
  margin: 8px 0;
  line-height: 1.8;
}
.lawyer-content [style*=color] {
  color: #626262 !important;
}
.lawyer-content strong, .lawyer-content b {
  color: rgb(44.1, 44.1, 44.1);
  font-weight: 400;
}

.professional-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  padding-top: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.professional-actions a, .professional-actions button {
  padding: 12px 24px;
  background: white;
  color: rgb(44.1, 44.1, 44.1);
  border: 1px solid rgba(0, 0, 0, 0.12);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}
.professional-actions a:hover, .professional-actions button:hover {
  background: #5a9d7e;
  color: white;
  border-color: #5a9d7e;
}
.professional-actions a.btn-pdf, .professional-actions button.btn-pdf {
  background: #5a9d7e;
  color: white;
  border-color: #5a9d7e;
}
.professional-actions a.btn-pdf:hover, .professional-actions button.btn-pdf:hover {
  background: rgb(75.1336032389, 131.0663967611, 105.1870445344);
}

.download-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .download-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.download-box {
  border: 0.0625rem solid #e2e8f0;
  border-radius: 0.375rem;
  padding: 1.25rem;
  background: white;
  transition: all 0.3s ease;
}
.download-box:hover {
  border-color: rgba(90, 157, 126, 0.3);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.download-box__title {
  font-size: 1rem;
  font-weight: 500;
  color: rgb(44.1, 44.1, 44.1);
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #f1f5f9;
}

.download-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.download-list__empty {
  font-size: 0.8125rem;
  color: #94a3b8;
  text-align: center;
  padding: 1.5rem 0;
}

.download-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.625rem;
  padding: 0.625rem 0.875rem;
  border-radius: 0.25rem;
  background: #fafafa;
  text-decoration: none;
  transition: all 0.2s ease;
}
.download-item i.fa-file-pdf {
  color: #dc2626;
  font-size: 1rem;
}
.download-item i.fa-download {
  color: #5a9d7e;
  font-size: 0.8125rem;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.download-item__name {
  font-size: 0.8125rem;
  color: rgb(44.1, 44.1, 44.1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.download-item:hover {
  background: rgba(90, 157, 126, 0.05);
  transform: translateX(4px);
}
.download-item:hover i.fa-download {
  opacity: 1;
}
.download-item:hover .download-item__name {
  color: #5a9d7e;
}

.archive-download {
  margin-top: 2rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}
.archive-download__title {
  font-size: 18px;
  font-weight: 500;
  color: #5a9d7e;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.archive-download__title::before {
  content: "";
  width: 4px;
  height: 1.2em;
  background: #5a9d7e;
  border-radius: 2px;
}
@media (max-width: 1024px) {
  .archive-download__title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.archive-download__controls {
  display: grid;
  grid-template-columns: 1fr 1.5fr auto;
  gap: 30px;
  align-items: end;
}
@media (max-width: 1024px) {
  .archive-download__controls {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .archive-download__controls .btn {
    grid-column: 1/-1;
  }
}
@media (max-width: 1024px) {
  .archive-download__controls {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.archive-download .btn-primary {
  padding: 0.75rem 2rem;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .archive-download .btn-primary {
    width: 100%;
    padding: 0.625rem 1.5rem;
  }
}

.publications-articles .section-title-alt,
.publications-cases .section-title-alt {
  font-size: 1.75rem;
  font-weight: 400;
  color: rgb(44.1, 44.1, 44.1);
  margin-bottom: 1.25rem;
  letter-spacing: -0.01em;
}
@media (max-width: 1024px) {
  .publications-articles .section-title-alt,
  .publications-cases .section-title-alt {
    font-size: 1.5rem;
  }
}

@media (max-width: 1024px) {
  .download-box {
    padding: 1rem;
  }
  .download-box__title {
    font-size: 0.9375rem;
  }
  .archive-download {
    padding: 1rem;
  }
  .archive-download__title {
    font-size: 0.875rem;
  }
}
@media (max-width: 1024px) {
  .download-box {
    padding: 1rem;
  }
  .download-item {
    padding: 0.5rem 0.75rem;
    grid-template-columns: auto 1fr;
    font-size: 0.75rem;
  }
  .download-item i.fa-download {
    display: none;
  }
  .archive-download__controls {
    gap: 0.625rem;
  }
  .btn-download {
    width: 100%;
    padding: 0.5rem 1rem;
  }
}
.publications-articles-container {
  min-height: 400px;
  transition: opacity 0.3s ease;
}

.articles-list {
  margin-bottom: 64px;
}

.articles-empty {
  text-align: center;
  padding: 96px 0;
  color: rgb(192.2, 192.2, 192.2);
}
.articles-empty i {
  font-size: 4rem;
  color: rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
}
.articles-empty p {
  font-size: 18px;
  margin: 0;
}

.article-item {
  padding: 40px 0;
  transition: 0.1s;
}
.article-item__header {
  margin-bottom: 20px;
}
.article-item__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}
.article-item__title a {
  color: rgb(44.1, 44.1, 44.1);
  text-decoration: none;
  transition: 0.1s;
}
.article-item__title a:hover {
  color: #5a9d7e;
}
@media (max-width: 1024px) {
  .article-item__title {
    font-size: 18px;
  }
}
.article-item__meta {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 20px;
  font-size: 12px;
  color: rgb(192.2, 192.2, 192.2);
}
.article-item__meta i {
  margin-right: 5px;
  color: #5a9d7e;
}
@media (max-width: 1024px) {
  .article-item__meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    font-size: 11px;
  }
}
.article-item__date, .article-item__author {
  display: flex;
  align-items: center;
}
.article-item__summary {
  font-size: 16px;
  color: rgb(192.2, 192.2, 192.2);
  line-height: 1.6;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .article-item__summary {
    font-size: 12px;
    line-height: 1.5;
  }
}
.article-item__divider {
  height: 1px;
  background: linear-gradient(to right, #e2e8f0, transparent);
  margin-top: 30px;
}
.article-item.skeleton-card {
  pointer-events: none;
}

.virtual-list-wrapper {
  position: relative;
  width: 100%;
}

.virtual-list-viewport {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.virtual-list-viewport.fade-out {
  opacity: 0;
  transition: opacity 0.25s ease;
}
.virtual-list-viewport.fade-in-stagger .article-item {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.4s ease forwards;
  animation-delay: calc(var(--card-index, 0) * 0.05s);
}
.virtual-list-viewport.loading {
  opacity: 0.6;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.modern-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 64px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 1024px) {
  .modern-pagination {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
}
.modern-pagination__list {
  display: flex;
  align-items: center;
  gap: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .modern-pagination__list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.modern-pagination__item {
  margin: 0;
}
.modern-pagination__button {
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: #ffffff;
  color: rgb(44.1, 44.1, 44.1);
  font-size: 12px;
  font-weight: 500;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.1s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modern-pagination__button:hover:not(.active):not(:disabled) {
  border-color: #5a9d7e;
  color: #5a9d7e;
  background: rgba(90, 157, 126, 0.05);
}
.modern-pagination__button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.modern-pagination__button.active {
  background: #5a9d7e;
  border-color: #5a9d7e;
  color: #ffffff;
  cursor: default;
}
.modern-pagination__button i {
  font-size: 16px;
}
@media (max-width: 1024px) {
  .modern-pagination__button {
    min-width: 36px;
    height: 36px;
    font-size: 11px;
  }
}
.modern-pagination__info {
  font-size: 12px;
  color: rgb(192.2, 192.2, 192.2);
  display: flex;
  align-items: center;
  gap: 10px;
}
.modern-pagination__info .separator {
  color: rgba(0, 0, 0, 0.07);
}
@media (max-width: 1024px) {
  .modern-pagination__info {
    font-size: 11px;
  }
}

.publications-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 2rem;
  margin-top: 2rem;
}
@media (max-width: 1024px) {
  .publications-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.publications-articles {
  min-width: 0;
}
.publications-articles .section-title {
  font-size: 1.5rem;
  font-weight: 300;
  color: rgb(44.1, 44.1, 44.1);
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.publications-sidebar .sidebar-section {
  background: #fafafa;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.publications-sidebar .sidebar-section__title {
  font-size: 1.125rem;
  font-weight: 500;
  color: rgb(44.1, 44.1, 44.1);
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.publications-sidebar .sidebar-downloads {
  margin-bottom: 1.5rem;
}
.publications-sidebar .sidebar-downloads:last-child {
  margin-bottom: 0;
}
.publications-sidebar .sidebar-downloads__subtitle {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #626262;
  margin-bottom: 0.75rem;
}
.publications-sidebar .sidebar-download-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
  color: rgb(44.1, 44.1, 44.1);
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.2s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.publications-sidebar .sidebar-download-item:last-child {
  border-bottom: none;
}
.publications-sidebar .sidebar-download-item:hover {
  color: #5a9d7e;
}
.publications-sidebar .sidebar-download-item:hover .sidebar-download-icon {
  stroke: #5a9d7e;
}
.publications-sidebar .sidebar-download-item .sidebar-download-icon {
  flex-shrink: 0;
  stroke: #626262;
  transition: stroke 0.2s ease;
}
.publications-sidebar .sidebar-download-item .sidebar-download-name {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.publications-sidebar .sidebar-empty {
  font-size: 0.875rem;
  color: #626262;
  text-align: center;
  padding: 1rem;
}
.publications-sidebar .sidebar-archive {
  margin-top: 1.5rem;
}
.publications-sidebar .sidebar-archive__title {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #626262;
  margin-bottom: 0.75rem;
}
.publications-sidebar .sidebar-archive .sidebar-select {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  background: white;
  cursor: pointer;
}
.publications-sidebar .sidebar-archive .sidebar-select:focus {
  outline: none;
  border-color: #5a9d7e;
}
.publications-sidebar .sidebar-archive .sidebar-download-btn {
  width: 100%;
  padding: 0.625rem;
  background: #5a9d7e;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease;
}
.publications-sidebar .sidebar-archive .sidebar-download-btn:hover {
  background: rgb(71.4170040486, 124.5829959514, 99.983805668);
}
.publications-sidebar .sidebar-cases {
  font-size: 0.875rem;
}
.publications-sidebar .sidebar-cases a {
  display: block;
  color: #5a9d7e;
  text-decoration: none;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  transition: color 0.2s ease;
}
.publications-sidebar .sidebar-cases a:last-child {
  border-bottom: none;
}
.publications-sidebar .sidebar-cases a:hover {
  color: rgb(62.1255060729, 108.3744939271, 86.975708502);
}

.article-detail-container {
  padding: 96px 0;
  background-color: rgb(250.29, 250.29, 250.29);
}
@media (max-width: 1024px) {
  .article-detail-container {
    padding: 64px 0;
  }
}

.article-detail__back {
  margin-bottom: 30px;
}
.article-detail__back .back-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #5a9d7e;
  text-decoration: none;
  font-size: 12px;
  transition: 0.1s;
}
.article-detail__back .back-link i {
  font-size: 16px;
}
.article-detail__back .back-link:hover {
  color: rgb(72.9, 127.17, 102.06);
  transform: translateX(-4px);
}
@media (max-width: 1024px) {
  .article-detail__back .back-link {
    font-size: 11px;
  }
}

.article-detail-card {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  margin-bottom: 64px;
}

.article-detail__header {
  padding: 96px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 1024px) {
  .article-detail__header {
    padding: 64px 30px;
  }
}

.article-detail__info {
  max-width: 900px;
}

.article-detail__title {
  font-size: 36px;
  font-weight: 300;
  color: rgb(44.1, 44.1, 44.1);
  line-height: 1.3;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .article-detail__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.article-detail__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 1024px) {
  .article-detail__meta {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.article-detail__meta .meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: rgb(192.2, 192.2, 192.2);
}
.article-detail__meta .meta-item i {
  color: #5a9d7e;
  font-size: 18px;
  width: 20px;
}
.article-detail__meta .meta-item label {
  font-weight: 500;
  color: rgb(44.1, 44.1, 44.1);
}
@media (max-width: 1024px) {
  .article-detail__meta .meta-item {
    font-size: 12px;
  }
  .article-detail__meta .meta-item i {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .article-detail__action .btn {
    width: 100%;
  }
}
.article-detail__action .btn i {
  margin-right: 5px;
}

.article-detail__content {
  padding: 96px;
}
@media (max-width: 1024px) {
  .article-detail__content {
    padding: 64px 30px;
  }
}
.article-detail__content .content-wrapper {
  max-width: 900px;
  font-size: 16px;
  line-height: 1.8;
  color: rgb(192.2, 192.2, 192.2);
}
.article-detail__content .content-wrapper p {
  margin-bottom: 30px;
}
.article-detail__content .content-wrapper p:last-child {
  margin-bottom: 0;
}
.article-detail__content .content-wrapper img {
  max-width: 100%;
  height: auto;
  margin: 40px 0;
  border-radius: 8px;
}
.article-detail__content .content-wrapper h1, .article-detail__content .content-wrapper h2, .article-detail__content .content-wrapper h3, .article-detail__content .content-wrapper h4, .article-detail__content .content-wrapper h5, .article-detail__content .content-wrapper h6 {
  color: rgb(44.1, 44.1, 44.1);
  margin-top: 64px;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 1.3;
}
.article-detail__content .content-wrapper h1:first-child, .article-detail__content .content-wrapper h2:first-child, .article-detail__content .content-wrapper h3:first-child, .article-detail__content .content-wrapper h4:first-child, .article-detail__content .content-wrapper h5:first-child, .article-detail__content .content-wrapper h6:first-child {
  margin-top: 0;
}
.article-detail__content .content-wrapper h2 {
  font-size: 24px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.07);
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .article-detail__content .content-wrapper h2 {
    font-size: 20px;
  }
}
.article-detail__content .content-wrapper h3 {
  font-size: 20px;
}
@media (max-width: 1024px) {
  .article-detail__content .content-wrapper h3 {
    font-size: 18px;
  }
}
.article-detail__content .content-wrapper h4 {
  font-size: 18px;
}
@media (max-width: 1024px) {
  .article-detail__content .content-wrapper h4 {
    font-size: 16px;
  }
}
.article-detail__content .content-wrapper ul, .article-detail__content .content-wrapper ol {
  margin-bottom: 30px;
  padding-left: 64px;
}
.article-detail__content .content-wrapper ul li, .article-detail__content .content-wrapper ol li {
  margin-bottom: 10px;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .article-detail__content .content-wrapper ul, .article-detail__content .content-wrapper ol {
    padding-left: 30px;
  }
}
.article-detail__content .content-wrapper blockquote {
  border-left: 4px solid #5a9d7e;
  padding-left: 30px;
  margin: 40px 0;
  color: rgb(44.1, 44.1, 44.1);
  font-style: italic;
  background: rgba(90, 157, 126, 0.05);
  padding: 30px;
  border-radius: 2px;
}
.article-detail__content .content-wrapper blockquote p:last-child {
  margin-bottom: 0;
}
.article-detail__content .content-wrapper table {
  width: 100%;
  margin: 40px 0;
  border-collapse: collapse;
  font-size: 12px;
}
.article-detail__content .content-wrapper table th, .article-detail__content .content-wrapper table td {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  text-align: left;
}
.article-detail__content .content-wrapper table th {
  background: rgb(250.29, 250.29, 250.29);
  font-weight: 500;
  color: rgb(44.1, 44.1, 44.1);
}
@media (max-width: 1024px) {
  .article-detail__content .content-wrapper table {
    font-size: 11px;
  }
  .article-detail__content .content-wrapper table th, .article-detail__content .content-wrapper table td {
    padding: 10px;
  }
}
.article-detail__content .content-wrapper a {
  color: #5a9d7e;
  text-decoration: underline;
  transition: 0.1s;
}
.article-detail__content .content-wrapper a:hover {
  color: rgb(72.9, 127.17, 102.06);
}
.article-detail__content .content-wrapper code {
  background: rgb(250.29, 250.29, 250.29);
  padding: 2px 6px;
  border-radius: 2px;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  color: #5a9d7e;
}
.article-detail__content .content-wrapper pre {
  background: rgb(250.29, 250.29, 250.29);
  padding: 30px;
  border-radius: 8px;
  overflow-x: auto;
  margin: 40px 0;
}
.article-detail__content .content-wrapper pre code {
  background: none;
  padding: 0;
  color: rgb(44.1, 44.1, 44.1);
}
.article-detail__content .content-wrapper strong, .article-detail__content .content-wrapper b {
  font-weight: 600;
  color: rgb(44.1, 44.1, 44.1);
}
.article-detail__content .content-wrapper em, .article-detail__content .content-wrapper i {
  font-style: italic;
}
.article-detail__content .content-wrapper hr {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  margin: 64px 0;
}
@media (max-width: 1024px) {
  .article-detail__content .content-wrapper {
    font-size: 12px;
    line-height: 1.6;
  }
}

.article-detail__footer {
  padding: 64px 96px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  text-align: center;
}
@media (max-width: 1024px) {
  .article-detail__footer {
    padding: 40px 30px;
  }
}
@media (max-width: 1024px) {
  .article-detail__footer .btn {
    width: 100%;
    max-width: 400px;
  }
}
.article-detail__footer .btn i {
  margin-right: 5px;
}

.videos-header {
  max-width: 1200px;
  margin: 0 auto 2.5rem;
  padding: 0 2rem;
}
@media (max-width: 1024px) {
  .videos-header {
    padding: 0 1rem;
    margin-bottom: 1.5rem;
  }
}

.videos-filters {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .videos-filters {
    flex-direction: column;
    gap: 0.75rem;
  }
}

.videos-search {
  flex: 1;
  min-width: 280px;
  position: relative;
}
@media (max-width: 1024px) {
  .videos-search {
    width: 100%;
  }
}
.videos-search__input {
  width: 100%;
  padding: 0.75rem 3rem 0.75rem 1rem;
  border: 1px solid rgb(229.88, 229.88, 229.88);
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.2s ease;
  background: #ffffff;
}
.videos-search__input:focus {
  outline: none;
  border-color: #5a9d7e;
  box-shadow: 0 0 0 3px rgba(90, 157, 126, 0.1);
}
.videos-search__input::placeholder {
  color: rgb(176.5, 176.5, 176.5);
}
.videos-search__btn {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #626262;
  cursor: pointer;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  transition: color 0.2s ease;
}
.videos-search__btn:hover {
  color: #5a9d7e;
}
.videos-search__btn svg {
  width: 18px;
  height: 18px;
}

.videos-sort select {
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  border: 1px solid rgb(229.88, 229.88, 229.88);
  border-radius: 8px;
  font-size: 14px;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23626262' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
}
.videos-sort select:focus {
  outline: none;
  border-color: #5a9d7e;
  box-shadow: 0 0 0 3px rgba(90, 157, 126, 0.1);
}
@media (max-width: 1024px) {
  .videos-sort select {
    width: 100%;
  }
}

.horizontal-nav__item .count,
.vertical-nav__item .count {
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.125rem 0.5rem;
  background: rgba(90, 157, 126, 0.1);
  color: #5a9d7e;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
}
.horizontal-nav__item.active .count,
.vertical-nav__item.active .count {
  background: #ffffff;
  color: #5a9d7e;
}

.videos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.25rem;
}
@media (max-width: 1024px) {
  .videos-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 1024px) {
  .videos-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.videos-empty {
  grid-column: 1/-1;
  text-align: center;
  padding: 3rem 0;
  font-size: 0.875rem;
  color: #94a3b8;
  font-weight: 300;
}

.video-card {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 0.375rem;
  overflow: hidden;
  border: 0.0625rem solid #e2e8f0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.video-card:hover {
  border-color: rgba(90, 157, 126, 0.3);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  transform: translateY(-3px);
}
.video-card:hover .video-card__thumbnail img {
  transform: scale(1.05);
}
.video-card:hover .video-card__play {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}
.video-card__thumbnail {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #f8fafc url("/static/front/images/activity-placeholder.svg") center/cover no-repeat;
  display: block;
  text-decoration: none;
}
.video-card__thumbnail::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.08) 0%, rgba(248, 250, 252, 0.2) 100%);
  pointer-events: none;
  z-index: 1;
}
.video-card__thumbnail::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 118px;
  height: 48px;
  transform: translate(-50%, -50%);
  background: url("/static/front/css/images/logo.png") center/contain no-repeat;
  filter: grayscale(1) contrast(0.85) brightness(0.86);
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.2s ease;
}
.video-card__thumbnail.is-fallback {
  background: #f8fafc url("/static/front/images/activity-placeholder.svg") center/cover no-repeat;
}
.video-card__thumbnail.is-fallback::after {
  opacity: 0.34;
}
.video-card__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 3;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.video-card__thumbnail img.loaded {
  animation: fadeIn 0.3s ease-in;
}
.video-card__duration {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  background: rgba(0, 0, 0, 0.85);
  color: #ffffff;
  padding: 0.25rem 0.625rem;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  backdrop-filter: blur(4px);
  z-index: 2;
}
.video-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #5a9d7e;
  opacity: 0.85;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 4;
}
.video-card__play svg {
  width: 48px;
  height: 48px;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.15));
}
.video-card__content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.video-card__title {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
  color: rgb(44.1, 44.1, 44.1);
}
.video-card__title a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease;
}
.video-card__title a:hover {
  color: #5a9d7e;
}
.video-card__date {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 13px;
  color: rgb(176.5, 176.5, 176.5);
  margin-bottom: 0.5rem;
}
.video-card__date svg {
  width: 14px;
  height: 14px;
  opacity: 0.7;
}
.video-card__summary {
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 1.5;
  color: rgb(44.1, 44.1, 44.1);
  margin: 0 0 0.75rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.video-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.video-card__tag {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: rgba(90, 157, 126, 0.08);
  color: #5a9d7e;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.2s ease;
}
.video-card__tag:hover {
  background: rgba(90, 157, 126, 0.15);
  cursor: pointer;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .video-card__content {
    padding: 0.875rem;
  }
  .video-card__title {
    font-size: 0.875rem;
  }
  .video-card__summary {
    font-size: 0.75rem;
  }
}
@media (max-width: 1024px) {
  .videos-grid {
    grid-template-columns: 1fr;
  }
  .video-card__content {
    padding: 0.875rem;
  }
  .video-card__title {
    font-size: 0.875rem;
  }
  .video-card__summary {
    font-size: 0.75rem;
  }
  .video-card__play svg {
    width: 40px;
    height: 40px;
  }
  .video-card__play {
    opacity: 1;
  }
  .videos-empty {
    padding: 2rem 0;
    font-size: 0.8125rem;
  }
}
.hero-banner--simple {
  margin-bottom: 0;
}
.hero-banner--simple .horizontal-nav {
  display: none;
}

.activities-container {
  padding: 96px 0;
  background-color: rgb(250.29, 250.29, 250.29);
}
@media (max-width: 1024px) {
  .activities-container {
    padding: 64px 0;
  }
}

.activities-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 1024px) {
  .activities-filter {
    flex-direction: column;
    gap: 30px;
    align-items: stretch;
  }
}

.filter-group {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1024px) {
  .filter-group {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
}

.filter-label {
  font-size: 16px;
  font-weight: 500;
  color: rgb(44.1, 44.1, 44.1);
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .filter-label {
    text-align: center;
  }
}

.filter-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .filter-buttons {
    gap: 5px;
  }
}

.filter-btn {
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 500;
  color: rgb(192.2, 192.2, 192.2);
  background-color: rgb(250.29, 250.29, 250.29);
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  cursor: pointer;
  transition: 0.1s;
}
.filter-btn:hover {
  color: #5a9d7e;
  border-color: #5a9d7e;
  background-color: rgba(90, 157, 126, 0.05);
}
.filter-btn.active {
  color: #ffffff;
  background-color: #5a9d7e;
  border-color: #5a9d7e;
}
@media (max-width: 1024px) {
  .filter-btn {
    flex: 1;
    min-width: 0;
    padding: 5px 10px;
    font-size: 11px;
  }
}

.filter-count {
  font-size: 12px;
  color: rgb(192.2, 192.2, 192.2);
}
.filter-count strong {
  color: #5a9d7e;
  font-size: 18px;
  font-weight: 500;
  margin: 0 5px;
}
@media (max-width: 1024px) {
  .filter-count {
    text-align: center;
  }
}

.page-layout {
  padding: 64px 0;
}
@media (max-width: 1024px) {
  .page-layout {
    padding: 40px 0;
  }
}

.page-layout__wrapper {
  display: flex;
  gap: 64px;
}
@media (max-width: 1024px) {
  .page-layout__wrapper {
    flex-direction: column;
    gap: 40px;
  }
}

.page-layout__sidebar {
  flex: 0 0 260px;
  width: 260px;
}
@media (max-width: 1024px) {
  .page-layout__sidebar {
    flex: none;
    width: 100%;
  }
}

.page-layout__content {
  flex: 1;
  min-width: 0;
}

.sidebar-nav {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 40px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 1024px) {
  .sidebar-nav {
    padding: 30px;
  }
}

.sidebar-nav__title {
  font-size: 20px;
  font-weight: 500;
  color: #5a9d7e;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.07);
}

.sidebar-nav__list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.sidebar-nav__item {
  margin-bottom: 5px;
}
.sidebar-nav__item a {
  display: block;
  padding: 10px 20px;
  color: rgb(44.1, 44.1, 44.1);
  text-decoration: none;
  border-radius: 2px;
  transition: 0.1s;
}
.sidebar-nav__item a:hover {
  background-color: rgba(90, 157, 126, 0.05);
  color: #5a9d7e;
}
.sidebar-nav__item--active a {
  background-color: #5a9d7e;
  color: #ffffff;
}
.sidebar-nav__item--active a:hover {
  background-color: #5a9d7e;
}

.sidebar-nav__footer {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.sidebar-nav__link {
  display: block;
  padding: 10px 0;
  color: rgb(192.2, 192.2, 192.2);
  text-decoration: none;
  font-size: 12px;
  transition: 0.1s;
}
.sidebar-nav__link:hover {
  color: #5a9d7e;
}

.breadcrumb {
  padding: 0 0 30px 0;
  font-size: 12px;
  color: rgb(192.2, 192.2, 192.2);
}
.breadcrumb a {
  color: #5a9d7e;
  text-decoration: none;
  transition: 0.1s;
}
.breadcrumb a:hover {
  color: rgb(72.9, 127.17, 102.06);
}
@media (max-width: 1024px) {
  .breadcrumb {
    padding: 0 0 20px 0;
    font-size: 11px;
  }
}

.breadcrumb__separator {
  margin: 0 5px;
  color: rgb(192.2, 192.2, 192.2);
}

.activities-section {
  margin-bottom: 96px;
}
.activities-section:last-child {
  margin-bottom: 0;
}

.activities-section__title {
  font-size: 24px;
  font-weight: 300;
  color: #5a9d7e;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.07);
  position: relative;
}
.activities-section__title::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #5a9d7e;
}
@media (max-width: 1024px) {
  .activities-section__title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.activities-registering {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.activity-item {
  display: flex;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  transition: 0.2s;
}
.activity-item:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}
@media (max-width: 1024px) {
  .activity-item {
    flex-direction: column;
  }
}

.activity-item__image {
  flex: 0 0 280px;
  width: 280px;
}
.activity-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .activity-item__image {
    flex: none;
    width: 100%;
    height: 200px;
  }
}

.activity-item__content {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .activity-item__content {
    padding: 30px;
  }
}

.activity-item__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.activity-item__title a {
  color: rgb(44.1, 44.1, 44.1);
  text-decoration: none;
  transition: 0.1s;
}
.activity-item__title a:hover {
  color: #5a9d7e;
}
@media (max-width: 1024px) {
  .activity-item__title {
    font-size: 18px;
  }
}

.activity-item__meta {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
  font-size: 12px;
  color: rgb(192.2, 192.2, 192.2);
}
.activity-item__meta label {
  font-weight: 500;
  color: rgb(44.1, 44.1, 44.1);
}
@media (max-width: 1024px) {
  .activity-item__meta {
    flex-direction: column;
    gap: 5px;
    font-size: 11px;
  }
}

.activity-item__description {
  flex: 1;
  margin-bottom: 30px;
  color: rgb(192.2, 192.2, 192.2);
  line-height: 1.6;
}
.activity-item__description a {
  color: inherit;
  text-decoration: none;
}
.activity-item__description a:hover {
  color: #5a9d7e;
}

.activity-item__btn {
  align-self: flex-start;
  padding: 10px 40px;
  font-size: 12px;
}
@media (max-width: 1024px) {
  .activity-item__btn {
    padding: 5px 30px;
  }
}

.activities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 30px;
}
@media (max-width: 1024px) {
  .activities-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .activities-grid {
    grid-template-columns: 1fr;
  }
}

.activity-card {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  transition: 0.2s;
}
.activity-card:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transform: translateY(-4px);
}

.activity-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.activity-card__image {
  height: 160px;
  overflow: hidden;
  background-color: rgb(250.29, 250.29, 250.29);
}
.activity-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
}
.activity-card:hover .activity-card__image img {
  transform: scale(1.05);
}

.activity-card__content {
  padding: 30px;
}

.activity-card__title {
  font-size: 16px;
  font-weight: 500;
  color: rgb(44.1, 44.1, 44.1);
  margin-bottom: 10px;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 2.8em;
}

.activity-card__meta {
  font-size: 11px;
  color: rgb(192.2, 192.2, 192.2);
}
.activity-card__meta label {
  font-weight: 500;
  color: rgb(44.1, 44.1, 44.1);
}

.activities-masonry-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 40px;
  min-height: 400px;
}
@media (max-width: 1024px) {
  .activities-masonry-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .activities-masonry-list {
    grid-template-columns: 1fr;
  }
}

.activity-card {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  transition: 0.2s;
  display: flex;
  flex-direction: column;
}
.activity-card:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transform: translateY(-4px);
}

.activity-card__link {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-decoration: none;
  color: inherit;
}

.activity-card__image {
  position: relative;
  height: 180px;
  overflow: hidden;
  background-color: rgb(250.29, 250.29, 250.29);
}
.activity-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
}
.activity-card:hover .activity-card__image img {
  transform: scale(1.05);
}

.activity-status-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 5px 20px;
  font-size: 11px;
  font-weight: 500;
  border-radius: 2px;
  z-index: 2;
  backdrop-filter: blur(8px);
}
.activity-status-badge.status-registering {
  background-color: rgba(90, 157, 126, 0.9);
  color: #ffffff;
}
.activity-status-badge.status-upcoming {
  background-color: rgba(245, 158, 11, 0.9);
  color: #ffffff;
}

.activity-card__content {
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.activity-card__title {
  font-size: 18px;
  font-weight: 500;
  color: rgb(44.1, 44.1, 44.1);
  margin-bottom: 20px;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 2.8em;
}

.activity-card__meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 11px;
  color: rgb(192.2, 192.2, 192.2);
}
.activity-card__meta .meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.activity-card__meta .meta-item i {
  color: #5a9d7e;
  width: 14px;
}

.activity-card__action {
  padding: 0 30px 30px;
}
.activity-card__action .btn {
  width: 100%;
}

.skeleton-card {
  pointer-events: none;
}
.skeleton-card .activity-card__image {
  background: #f0f0f0;
}

.skeleton-shimmer {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}

.skeleton-line {
  border-radius: 4px;
}

@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.activity-detail-container {
  padding: 0;
  background-color: #ffffff;
}

.activity-detail__header {
  position: relative;
  height: 60vh;
  min-height: 500px;
  max-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(90, 157, 126, 0.85) 0%, rgba(90, 157, 126, 0.95) 100%);
}
@media (max-width: 1024px) {
  .activity-detail__header {
    height: 50vh;
    min-height: 400px;
  }
}

.activity-detail__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.activity-detail__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.activity-detail__title-wrapper {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
  max-width: 800px;
  padding: 0 40px;
}

.activity-detail__title {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .activity-detail__title {
    font-size: 24px;
  }
}

.activity-detail__meta {
  display: flex;
  justify-content: center;
  gap: 64px;
  font-size: 16px;
  opacity: 0.95;
}
@media (max-width: 1024px) {
  .activity-detail__meta {
    flex-direction: column;
    gap: 10px;
  }
}
.activity-detail__meta .meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.activity-detail__meta .meta-item i {
  font-size: 18px;
}

.activity-detail__content {
  max-width: 900px;
  margin: 0 auto;
  padding: 96px 40px;
}
@media (max-width: 1024px) {
  .activity-detail__content {
    padding: 64px 30px;
  }
}
.activity-detail__content .content-wrapper {
  font-size: 16px;
  line-height: 1.8;
  color: rgb(44.1, 44.1, 44.1);
}
.activity-detail__content .content-wrapper p {
  margin-bottom: 30px;
}
.activity-detail__content .content-wrapper img {
  max-width: 100%;
  height: auto;
  margin: 40px 0;
  border-radius: 8px;
}
.activity-detail__content .content-wrapper h2, .activity-detail__content .content-wrapper h3, .activity-detail__content .content-wrapper h4 {
  color: rgb(44.1, 44.1, 44.1);
  margin-top: 64px;
  margin-bottom: 30px;
  font-weight: 500;
}
.activity-detail__content .content-wrapper h2 {
  font-size: 24px;
}
.activity-detail__content .content-wrapper h3 {
  font-size: 20px;
}
.activity-detail__content .content-wrapper h4 {
  font-size: 18px;
}
.activity-detail__content .content-wrapper ul, .activity-detail__content .content-wrapper ol {
  margin-bottom: 30px;
  padding-left: 40px;
}
.activity-detail__content .content-wrapper ul li, .activity-detail__content .content-wrapper ol li {
  margin-bottom: 10px;
}
.activity-detail__content .content-wrapper blockquote {
  border-left: 4px solid #5a9d7e;
  padding-left: 30px;
  margin: 40px 0;
  color: rgb(44.1, 44.1, 44.1);
  font-style: italic;
}

.activity-detail__action {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px 96px;
  text-align: center;
}
@media (max-width: 1024px) {
  .activity-detail__action {
    padding: 0 30px 64px;
  }
}
.activity-detail__action .btn {
  padding: 20px 96px;
  font-size: 18px;
  border: none;
  box-shadow: none;
}
@media (max-width: 1024px) {
  .activity-detail__action .btn {
    width: 100%;
    max-width: 400px;
  }
}

/**
 * Careers Page (招贤纳士)
 * 使用全局 professional-detail-page 布局
 */
.hero-banner__bg {
  background: linear-gradient(135deg, rgba(90, 157, 126, 0.85) 0%, rgba(90, 157, 126, 0.95) 100%), url("/static/front/images/banner/careers-bg.jpg") center/cover;
}

.professional-detail-page {
  background-color: #fff;
}

.job-content {
  min-width: 0;
}
.job-content .lawyer-content {
  min-width: 0;
}
.job-content .lawyer-content p,
.job-content .lawyer-content div,
.job-content .lawyer-content span,
.job-content .lawyer-content table {
  width: auto !important;
  max-width: 100% !important;
  box-sizing: border-box;
}
.job-content .lawyer-content img,
.job-content .lawyer-content video,
.job-content .lawyer-content iframe {
  max-width: 100% !important;
  height: auto !important;
}

/*# sourceMappingURL=main.css.map */
