/*
Theme Name: 浜笀寰嬫墍闈炴床鍖哄煙涓績
Theme URI: https://africa.jingsh.com
Author: 浜笀寰嬫墍
Author URI: https://www.jingsh.com
Description: 浜笀寰嬫墍闈炴床鍖哄煙涓績瀹樻柟缃戠珯涓婚
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jingsh-africa
Tags: responsive, business, professional, legal
*/

:root {
  --red: #e60012;
  --ink: #101010;
  --gray: #f5f5f5;
  --border: #e8e8e8;
  --muted: #888;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  color: var(--ink);
  background: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}

/* PAGE SECTIONS */
.pg {
  display: none;
}

.pg.on {
  display: block;
}

/* NAV */
/* 淇 wpadminbar 閬尅瀵艰埅鏍?*/
body.admin-bar #wpadminbar {
  position: fixed !important;
  top: 0 !important;
}

body.admin-bar .navbar-fixed-top,
body.admin-bar .navbar.navbar-expand-lg.fixed-top {
  top: 32px !important;
}

@media screen and (max-width: 782px) {
  body.admin-bar .navbar-fixed-top,
  body.admin-bar .navbar.navbar-expand-lg.fixed-top {
    top: 46px !important;
  }
}

/* 瀵艰埅鏍忔粴鍔ㄦ晥鏋?*/
.navbar.scrolled {
  background-color: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15) !important;
  padding: 0.75rem 0 !important;
}

.navbar-custom {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  transition: all 0.3s ease;
}

.navbar-custom.scrolled {
  background-color: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15) !important;
  padding: 0.75rem 0 !important;
}

.navbar-brand-custom {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.nav-mark-custom {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--red);
  letter-spacing: 2px;
}

.nav-name-custom {
  font-size: 1rem;
  font-weight: 600;
  color: var(--ink);
}

.nav-name-custom span {
  display: block;
  font-size: 0.7rem;
  font-weight: 400;
  color: var(--muted);
  margin-top: 0.25rem;
}

.navbar-nav-custom {
  gap: 1.5rem;
}

.navbar-nav-custom .nav-link {
  color: var(--ink);
  font-weight: 500;
  transition: color 0.3s ease;
  position: relative;
}

.navbar-nav-custom .nav-link:hover {
  color: var(--red);
}

.navbar-nav-custom .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--red);
  transition: width 0.3s ease;
}

.navbar-nav-custom .nav-link:hover::after {
  width: 100%;
}

/* 瀵艰埅鑿滃崟婵€娲荤姸鎬?- 涓?鑱旂郴鎴戜滑"鎸夐挳鏍峰紡涓€鑷?*/
.navbar-nav-custom > li > a.nav-link.active {
  background-color: var(--red);
  color: white;
  border-radius: 0.25rem;
  padding: 0.75rem 1.5rem;
}

.navbar-nav-custom > li > a.nav-link.active:hover {
  background-color: #c80010;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(230, 0, 18, 0.3);
}

.nav-cta-custom {
  background-color: var(--red);
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.25rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.nav-cta-custom:hover {
  background-color: #c80010;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(230, 0, 18, 0.3);
}

@media (max-width: 992px) {
  .navbar-nav-custom {
    gap: 0;
  }

  .navbar-nav-custom .nav-link {
    margin-top: 0.5rem;
  }

  .nav-cta-custom {
    margin-top: 1rem;
    width: 100%;
  }
}

/* 页脚样式优化 */
.footer {
  background-color: #f8f9fa;
  padding: 4rem 0 2rem;
  margin-top: 4rem;
}

.footer-logo {
  margin-bottom: 2rem;
}

.footer h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: var(--ink);
}

.contact-info p {
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

.region-center {
  margin-bottom: 1rem;
}

.center-title {
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.center-location {
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 2rem;
  margin-top: 3rem;
}

/* 业务介绍页面样式 */
.pg-hero {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  color: white;
  padding: 6rem 0 4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.pg-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><circle cx="20" cy="20" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="20" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="40" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="60" cy="60" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="80" r="1" fill="rgba(255,255,255,0.1)"/></svg>');
  opacity: 0.3;
}

.pg-eye {
  font-size: 0.9rem;
  letter-spacing: 2px;
  margin-bottom: 1rem;
  text-transform: uppercase;
  opacity: 0.8;
}

.pg-h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  position: relative;
}

.pg-lead {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
  opacity: 0.9;
  line-height: 1.6;
}

.pg-body {
  padding: 4rem 0;
}

/* 业务介绍样式 */
.biz-row {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  border: 1px solid var(--border);
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.biz-row:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.biz-num {
  font-size: 2rem;
  font-weight: 700;
  color: var(--red);
  margin-right: 1.5rem;
  min-width: 60px;
  text-align: center;
}

.br-main {
  flex-grow: 1;
}

.br-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: var(--ink);
}

.br-desc {
  color: var(--muted);
  font-size: 0.9rem;
}

.br-arrow {
  font-size: 1.2rem;
  color: var(--muted);
  transition: transform 0.3s ease;
}

.biz-row.open .br-arrow {
  transform: rotate(180deg);
}

.biz-detail {
  padding: 2rem;
  border: 1px solid var(--border);
  border-top: none;
  border-radius: 0 0 0.5rem 0.5rem;
  background-color: #f8f9fa;
  display: none;
  margin-bottom: 2rem;
}

.biz-detail.show {
  display: block;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

.bd-sec {
  margin-bottom: 2rem;
}

.bd-sec-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.bd-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.bd-item {
  padding: 0.75rem 1rem;
  background-color: white;
  border-radius: 0.25rem;
  border-left: 3px solid var(--red);
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.bd-item:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transform: translateX(5px);
}

/* 知识分享页面样式 */
.k-filters {
  display: flex;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.kf {
  padding: 0.75rem 1.5rem;
  border: 1px solid var(--border);
  border-radius: 2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

.kf:hover {
  border-color: var(--red);
  color: var(--red);
}

.kf.on {
  background-color: var(--red);
  color: white;
  border-color: var(--red);
}

.k-art {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  border: 1px solid var(--border);
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.k-art:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.k-num {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--red);
  margin-right: 1.5rem;
  min-width: 40px;
  text-align: center;
}

.k-cat {
  font-size: 0.8rem;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}

.k-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--ink);
  line-height: 1.4;
}

.k-meta {
  font-size: 0.8rem;
  color: var(--muted);
}

.k-badge {
  padding: 0.25rem 0.75rem;
  background-color: var(--red);
  color: white;
  border-radius: 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  margin-left: 1rem;
}

/* 案例展示页面样式 */
.case-tabs {
  display: flex;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.ct {
  padding: 0.75rem 1.5rem;
  border: 1px solid var(--border);
  border-radius: 2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

.ct:hover {
  border-color: var(--red);
  color: var(--red);
}

.ct.on {
  background-color: var(--red);
  color: white;
  border-color: var(--red);
}

.case-group {
  margin-bottom: 3rem;
}

.case-group-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: var(--ink);
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--red);
}

.case-item {
  display: flex;
  padding: 1.5rem;
  border: 1px solid var(--border);
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.case-item:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.ci-cat {
  font-size: 0.8rem;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.25rem;
}

.ci-country {
  font-size: 0.8rem;
  color: var(--muted);
  margin-bottom: 1rem;
}

.ci-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--ink);
  line-height: 1.4;
}

.ci-desc {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.6;
  flex-grow: 1;
}

.ci-amt {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--red);
  margin-left: 2rem;
  min-width: 100px;
  text-align: right;
}

/* 团队页面样式 */
.team-feature {
  display: flex;
  gap: 4rem;
  margin-bottom: 4rem;
  padding: 2rem;
  background-color: #f8f9fa;
  border-radius: 1rem;
}

.tf-left {
  flex: 0 0 300px;
  text-align: center;
}

.tf-photo {
  width: 200px;
  height: 250px;
  object-fit: cover;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.tf-name {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: var(--ink);
}

.tf-role {
  font-size: 0.9rem;
  color: var(--red);
  margin-bottom: 0.25rem;
}

.tf-edu {
  font-size: 0.8rem;
  color: var(--muted);
}

.tf-right {
  flex-grow: 1;
}

.tf-section {
  margin-bottom: 2rem;
}

.tf-section-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tf-desc {
  line-height: 1.6;
  color: var(--ink);
}

.tf-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.tf-tag {
  padding: 0.25rem 0.75rem;
  background-color: white;
  border: 1px solid var(--border);
  border-radius: 1rem;
  font-size: 0.8rem;
  color: var(--ink);
  transition: all 0.3s ease;
}

.tf-tag:hover {
  background-color: var(--red);
  color: white;
  border-color: var(--red);
}

.tf-contact {
  font-size: 0.9rem;
  color: var(--red);
  font-weight: 600;
}

.divider {
  height: 1px;
  background-color: var(--border);
  margin: 3rem 0;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.tg {
  padding: 2rem;
  border: 1px solid var(--border);
  border-radius: 0.5rem;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.tg:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.tg-head {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.tg-av {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--red);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 1rem;
}

.tg-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 0.25rem;
}

.tg-role {
  font-size: 0.8rem;
  color: var(--red);
  margin-bottom: 0.25rem;
}

.tg-edu {
  font-size: 0.8rem;
  color: var(--muted);
}

.tg-desc {
  line-height: 1.6;
  margin-bottom: 1rem;
  color: var(--ink);
  font-size: 0.9rem;
}

.tg-contact {
  font-size: 0.9rem;
  color: var(--red);
  font-weight: 600;
}

/* 响应式设计 */
@media (max-width: 992px) {
  .team-feature {
    flex-direction: column;
    text-align: center;
  }
  
  .tf-left {
    flex: 0 0 auto;
  }
  
  .case-item {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .ci-amt {
    margin-left: 0;
    margin-top: 1rem;
    text-align: left;
  }
  
  .k-art {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .k-num {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  
  .k-badge {
    margin-left: 0;
    margin-top: 1rem;
  }
  
  .biz-row {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .biz-num {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .pg-hero {
    padding: 4rem 0 3rem;
  }
  
  .pg-h1 {
    font-size: 2rem;
  }
  
  .pg-body {
    padding: 2rem 0;
  }
  
  .bd-items {
    grid-template-columns: 1fr;
  }
  
  .team-grid {
    grid-template-columns: 1fr;
  }
  
  .k-filters {
    flex-direction: column;
  }
  
  .case-tabs {
    flex-direction: column;
  }
}

/* HERO SECTION */
.hero-section {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0d0d0d 100%);
  color: white;
  padding: 0;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.hero-bg-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.hero-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
}

.hero-shape-1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(230, 0, 18, 0.3) 0%, transparent 70%);
  top: -200px;
  right: -100px;
  animation: pulse 8s ease-in-out infinite;
}

.hero-shape-2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(230, 0, 18, 0.2) 0%, transparent 70%);
  bottom: -100px;
  left: 10%;
  animation: pulse 10s ease-in-out infinite reverse;
}

.hero-shape-3 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(230, 0, 18, 0.15) 0%, transparent 70%);
  top: 40%;
  left: 5%;
  animation: pulse 12s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 0.5; }
  50% { transform: scale(1.1); opacity: 0.8; }
}

.min-vh-75 {
  min-height: 75vh;
}

.hero-eyebrow {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--red);
  margin-bottom: 1.5rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.hero-eyebrow-line {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: var(--red);
}

.hero-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  letter-spacing: -1px;
}

.hero-title em {
  color: var(--red);
  font-style: normal;
  position: relative;
}

.hero-title em::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(230, 0, 18, 0.3);
  z-index: -1;
}

.hero-lead {
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 540px;
  line-height: 1.9;
}

.hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-btns .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.hero-btns .btn svg {
  transition: transform 0.3s ease;
}

.hero-btns .btn:hover svg {
  transform: translateX(4px);
}

.btn-outline-light-custom {
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: white;
  background: transparent;
}

.btn-outline-light-custom:hover {
  border-color: white;
  background: rgba(255, 255, 255, 0.1);
  color: white;
}

.hero-trust {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.hero-trust-text {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
}

.hero-trust-logos {
  display: flex;
  gap: 1rem;
}

.hero-trust-logo {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-image-wrapper {
  position: relative;
}

.hero-image-badge {
  position: absolute;
  top: -20px;
  right: -20px;
  background: linear-gradient(135deg, var(--red) 0%, #c80010 100%);
  color: white;
  padding: 1.5rem;
  border-radius: 1rem;
  text-align: center;
  box-shadow: 0 20px 40px rgba(230, 0, 18, 0.4);
  z-index: 2;
}

.hero-image-badge-num {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
}

.hero-image-badge-text {
  font-size: 0.85rem;
  opacity: 0.9;
}

.hero-image {
  width: 100%;
  border-radius: 1.5rem;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}

/* STATS SECTION */
.stats-section {
  background: #fff;
  padding: 80px 0;
  margin-top: -60px;
  position: relative;
  z-index: 10;
  border-radius: 2rem 2rem 0 0;
  box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.1);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
}

@media (max-width: 992px) {
  .stats-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 576px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.stat-item {
  text-align: center;
  padding: 1.5rem 1rem;
  position: relative;
  transition: transform 0.3s ease;
}

.stat-item:hover {
  transform: translateY(-5px);
}

.stat-item::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 1px;
  background: var(--border);
}

.stat-item:last-child::after {
  display: none;
}

.stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgba(230, 0, 18, 0.1) 0%, rgba(230, 0, 18, 0.05) 100%);
  border-radius: 1rem;
  margin-bottom: 1rem;
  color: var(--red);
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--ink);
  line-height: 1;
  margin-bottom: 0.5rem;
  background: linear-gradient(135deg, var(--ink) 0%, #333 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.stat-label {
  font-size: 0.9rem;
  color: #666;
  font-weight: 500;
}

/* PRACTICE AREAS SECTION */
.practice-section {
  padding: 100px 0;
  background: #fafafa;
}

.section-eyebrow {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--red);
  margin-bottom: 1rem;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--ink);
}

.section-lead {
  font-size: 1.1rem;
  color: #666;
  max-width: 650px;
  margin: 0 auto 4rem;
  line-height: 1.8;
}

.practice-card {
  display: block;
  text-decoration: none;
  height: 100%;
  perspective: 1000px;
}

.practice-card-inner {
  background: white;
  border-radius: 1.5rem;
  padding: 2.5rem;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
}

.practice-card-inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--red), #ff4444);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.practice-card:hover .practice-card-inner::before {
  transform: scaleX(1);
}

.practice-card:hover .practice-card-inner {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
  border-color: rgba(230, 0, 18, 0.2);
}

.practice-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, rgba(230, 0, 18, 0.1) 0%, rgba(230, 0, 18, 0.05) 100%);
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  color: var(--red);
  transition: all 0.3s ease;
}

.practice-card:hover .practice-icon {
  background: var(--red);
  color: white;
  transform: scale(1.1);
}

.practice-num {
  font-size: 3rem;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  line-height: 1;
}

.practice-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--ink);
}

.practice-desc {
  color: #666;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.practice-arrow {
  color: var(--red);
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}

.practice-card:hover .practice-arrow {
  opacity: 1;
  transform: translateX(0);
}

/* FEATURED CASE SECTION */
.featured-section {
  background-color: #101010;
  color: white;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.featured-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(230, 0, 18, 0.15) 0%, transparent 50%);
  pointer-events: none;
}

.featured-card {
  border-radius: 1rem;
  overflow: hidden;
  border: none;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
}

.featured-card .card-body {
  padding: 3rem;
}

.featured-badge {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: var(--red);
  color: white;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 2rem;
  margin-bottom: 1.5rem;
}

.featured-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.featured-lead {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2rem;
  line-height: 1.8;
  font-size: 1.05rem;
}

/* TEAM SECTION */
.team-section {
  padding: 100px 0;
  background: #fff;
}

.team-card {
  background: white;
  border-radius: 1.5rem;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

.team-image-wrapper {
  position: relative;
  overflow: hidden;
}

.team-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.team-card:hover .team-image {
  transform: scale(1.05);
}

.team-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 1.5rem;
}

.team-card:hover .team-overlay {
  opacity: 1;
}

.team-social {
  display: flex;
  gap: 1rem;
}

.team-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  color: var(--ink);
  transition: all 0.3s ease;
}

.team-social-link:hover {
  background: var(--red);
  color: white;
}

.team-info {
  padding: 1.5rem;
}

.team-name {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--ink);
}

.team-role {
  font-size: 0.9rem;
  color: var(--red);
  margin-bottom: 1rem;
  font-weight: 500;
}

.team-bio {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 0;
}

/* TESTIMONIAL SECTION */
.testimonial-section {
  background-color: #fff;
  padding: 100px 0;
  position: relative;
}

.testimonial-section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(230, 0, 18, 0.05) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.testimonial-card {
  border-radius: 1rem;
  border: none;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.08);
  padding: 3rem;
  background: #fff;
  position: relative;
}

.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 6rem;
  color: var(--red);
  opacity: 0.15;
  font-family: Georgia, serif;
  line-height: 1;
}

.testimonial-quote {
  display: none;
}

.testimonial-text {
  font-size: 1.15rem;
  line-height: 1.9;
  color: #444;
  margin-bottom: 2rem;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.testimonial-avatar {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--red) 0%, #c80010 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
}

.testimonial-name {
  font-weight: 600;
  color: var(--ink);
  font-size: 1rem;
}

.testimonial-role {
  color: #888;
  font-size: 0.9rem;
}

/* CTA SECTION */
.cta-section {
  background: linear-gradient(135deg, #e60012 0%, #c80010 100%);
  color: white;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
  pointer-events: none;
}

.cta-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.cta-lead {
  font-size: 1.15rem;
  margin-bottom: 2.5rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.9;
}

/* BUTTONS */
.btn-danger-custom {
  background-color: var(--red);
  border: none;
  padding: 0.85rem 2.5rem;
  font-weight: 600;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.btn-danger-custom:hover {
  background-color: #c80010;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(230, 0, 18, 0.4);
}

.btn-outline-danger-custom {
  border: 2px solid var(--red);
  color: var(--red);
  background: transparent;
  padding: 0.85rem 2.5rem;
  font-weight: 600;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.btn-outline-danger-custom:hover {
  background-color: var(--red);
  color: white;
  transform: translateY(-3px);
}

.btn-light-custom {
  background-color: white;
  color: var(--red);
  border: none;
  padding: 0.85rem 2.5rem;
  font-weight: 600;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.btn-light-custom:hover {
  background-color: #f0f0f0;
  color: var(--red);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
}

/* PAGE HERO STYLES */
.pg-hero {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  color: white;
  padding: 120px 0 80px;
  text-align: center;
}

.pg-eye {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--red);
  margin-bottom: 1rem;
  letter-spacing: 4px;
}

.pg-h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.pg-lead {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.8;
}

.pg-body {
  padding: 60px 0;
  background: #fff;
}

.pg-body-nopad {
  background: #fff;
}

/* ABOUT PAGE STYLES */
.about-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-bottom: 4rem;
}

@media (max-width: 992px) {
  .about-intro {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.ai-left {
  padding-right: 2rem;
}

.sec-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--red);
  margin-bottom: 0.5rem;
  letter-spacing: 4px;
}

.sec-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--ink);
}

.s-lead {
  font-size: 1rem;
  color: #666;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.ai-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.ai-stat {
  background: #fafafa;
  padding: 2rem;
  border-radius: 1rem;
  text-align: center;
}

.ai-n {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 0.5rem;
}

.ai-l {
  font-size: 0.9rem;
  color: #666;
}

.big-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 4rem 0;
}

@media (max-width: 768px) {
  .big-stats {
    grid-template-columns: 1fr;
  }
}

.bs {
  text-align: center;
  padding: 3rem;
  background: linear-gradient(135deg, var(--red) 0%, #c80010 100%);
  color: white;
  border-radius: 1rem;
}

.bs-n {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.bs-l {
  font-size: 1rem;
  opacity: 0.9;
}

.sec {
  padding: 60px 0;
}

.sec.alt {
  background: #fafafa;
}

.s-eye {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--red);
  margin-bottom: 0.5rem;
  letter-spacing: 4px;
  text-align: center;
}

.s-h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
  color: var(--ink);
}

.africa-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

@media (max-width: 992px) {
  .africa-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .africa-grid {
    grid-template-columns: 1fr;
  }
}

.ag {
  background: white;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid #eee;
}

.ag-c {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 0.5rem;
}

.ag-city {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0.5rem;
}

.ag-status {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: var(--red);
  color: white;
  font-size: 0.8rem;
  border-radius: 2rem;
}

.advantage-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}

@media (max-width: 992px) {
  .advantage-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .advantage-grid {
    grid-template-columns: 1fr;
  }
}

.adv {
  padding: 2rem;
  background: white;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.08);
}

.adv-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 1rem;
}

.adv-desc {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.7;
}

.award-table {
  margin-top: 2rem;
}

.aw {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  background: #fafafa;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

.aw-yr {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--red);
  margin-right: 2rem;
  min-width: 80px;
}

.aw-txt {
  font-size: 1rem;
  color: var(--ink);
}

/* BUSINESS PAGE STYLES */
.biz-row {
  display: flex;
  align-items: center;
  padding: 1.5rem 2rem;
  background: white;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  transition: background 0.3s ease;
}

.biz-row:hover {
  background: #fafafa;
}

.biz-num {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--red);
  margin-right: 2rem;
  min-width: 60px;
}

.br-main {
  flex: 1;
}

.br-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 0.25rem;
}

.br-desc {
  font-size: 0.9rem;
  color: #666;
}

.br-arrow {
  font-size: 1.5rem;
  color: var(--red);
}

.biz-detail {
  display: none;
  padding: 2rem;
  background: #fafafa;
}

.biz-detail.show {
  display: block;
}

.bd-sec {
  margin-bottom: 1.5rem;
}

.bd-sec-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 1rem;
}

.bd-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

@media (max-width: 992px) {
  .bd-items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .bd-items {
    grid-template-columns: 1fr;
  }
}

.bd-item {
  padding: 0.75rem 1rem;
  background: white;
  border-radius: 0.5rem;
  font-size: 0.95rem;
  color: #666;
  border-left: 3px solid var(--red);
}

/* KNOWLEDGE PAGE STYLES */
.k-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.kf {
  padding: 0.5rem 1.5rem;
  background: #fafafa;
  border-radius: 2rem;
  font-size: 0.9rem;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
}

.kf:hover {
  background: #eee;
}

.kf.on {
  background: var(--red);
  color: white;
}

.k-art {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  background: white;
  border-radius: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #eee;
  transition: all 0.3s ease;
}

.k-art:hover {
  border-color: var(--red);
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.08);
}

.k-num {
  font-size: 2rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.1);
  margin-right: 2rem;
  min-width: 60px;
}

.k-cat {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--red);
  margin-bottom: 0.5rem;
}

.k-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 0.5rem;
}

.k-meta {
  font-size: 0.9rem;
  color: #888;
}

.k-badge {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  background: #fafafa;
  color: #888;
  font-size: 0.8rem;
  border-radius: 0.25rem;
}

/* CASES PAGE STYLES */
.case-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.ct {
  padding: 0.5rem 1.5rem;
  background: #fafafa;
  border-radius: 2rem;
  font-size: 0.9rem;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
}

.ct:hover {
  background: #eee;
}

.ct.on {
  background: var(--red);
  color: white;
}

.case-group {
  margin-bottom: 2rem;
}

.case-group-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--red);
}

.case-item {
  display: grid;
  grid-template-columns: 150px 1fr 120px;
  gap: 2rem;
  padding: 1.5rem;
  background: white;
  border-radius: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #eee;
}

@media (max-width: 992px) {
  .case-item {
    grid-template-columns: 1fr;
  }
}

.ci-cat {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--red);
  margin-bottom: 0.25rem;
}

.ci-country {
  font-size: 0.9rem;
  color: #666;
}

.ci-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 0.5rem;
}

.ci-desc {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
}

.ci-amt {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--red);
  text-align: right;
}

/* TEAM PAGE STYLES */
.team-feature {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 3rem;
  padding: 2rem;
  background: #fafafa;
  border-radius: 1.5rem;
}

@media (max-width: 992px) {
  .team-feature {
    grid-template-columns: 1fr;
  }
}

.tf-left {
  text-align: center;
}

.tf-photo {
  width: 100%;
  max-width: 250px;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
}

.tf-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 0.5rem;
}

.tf-role {
  font-size: 1rem;
  color: var(--red);
  margin-bottom: 0.5rem;
}

.tf-edu {
  font-size: 0.9rem;
  color: #888;
}

.tf-section {
  margin-bottom: 1.5rem;
}

.tf-section-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 0.75rem;
}

.tf-desc {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.8;
}

.tf-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.tf-tag {
  padding: 0.25rem 1rem;
  background: white;
  color: var(--ink);
  font-size: 0.85rem;
  border-radius: 2rem;
  border: 1px solid #ddd;
}

.tf-contact {
  font-size: 0.95rem;
  color: #666;
}

.divider {
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--border), transparent);
  margin: 4rem 0;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

@media (max-width: 768px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
}

.tg {
  padding: 2rem;
  background: white;
  border-radius: 1.5rem;
  border: 1px solid #eee;
}

.tg-head {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.tg-av {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--red) 0%, #c80010 100%);
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}

.tg-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--ink);
}

.tg-role {
  font-size: 0.9rem;
  color: var(--red);
}

.tg-edu {
  font-size: 0.85rem;
  color: #888;
}

.tg-desc {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.tg-contact {
  font-size: 0.9rem;
  color: #666;
}

/* FOOTER */
.footer {
  background-color: #101010;
  color: white;
  padding: 80px 0 40px;
}

.footer .contact-section-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #E60012;
  margin-bottom: 1rem;
}

.footer h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.footer h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.footer p {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.8);
  margin-bottom: 2.5rem;
}

.footer .form-control {
  background-color: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: white;
  border-radius: 0.25rem;
}

.footer .form-control::placeholder {
  color: rgba(255,255,255,0.5);
}

.footer label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.footer .btn-danger {
  background-color: #E60012;
  border: none;
  padding: 0.75rem 2rem;
  font-weight: 600;
}

.footer .contact-info {
  color: rgba(255,255,255,0.8);
  line-height: 1.8;
}

.footer .contact-info p {
  margin-bottom: 0.5rem;
}

.footer .region-center {
  background-color: rgba(255,255,255,0.05);
  padding: 1.5rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

.footer .region-center .center-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.footer .region-center .center-location {
  color: rgba(255,255,255,0.8);
}

.footer .footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 80px;
  padding-top: 30px;
  text-align: center;
}

.footer .footer-bottom p {
  color: rgba(255,255,255,0.6);
  margin-bottom: 0;
}

/* UTILS */
.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-8 {
  margin-top: 2rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.text-center {
  text-align: center;
}

.justify-content-center {
  justify-content: center;
}

.border-top {
  border-top: 1px solid;
}

.border-gray-700 {
  border-color: rgba(255,255,255,0.1);
}

/* SINGLE POST STYLES */
.single-post {
  padding: 2rem;
  background: white;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.08);
}

.single-post-meta {
  font-size: 0.9rem;
}

.single-post-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
}

.single-post-content {
  font-size: 1.05rem;
  line-height: 1.9;
  color: #444;
}

.single-post-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--ink);
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--red);
}

.single-post-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--ink);
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.single-post-content p {
  margin-bottom: 1.5rem;
}

.single-post-content ul,
.single-post-content ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.single-post-content li {
  margin-bottom: 0.75rem;
  line-height: 1.7;
}

.single-post-content strong {
  font-weight: 600;
  color: var(--ink);
}

.single-post-footer {
  border-top: 1px solid var(--border);
}

.sidebar {
  position: sticky;
  top: 100px;
}

.sidebar .card {
  border: none;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  margin-bottom: 1.5rem;
}

.sidebar .card-title {
  font-weight: 600;
  color: var(--ink);
}

.sidebar a {
  color: #666;
  transition: color 0.3s ease;
}

.sidebar a:hover {
  color: var(--red);
}

.case-detail-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.case-detail-amount {
  background: #f8f9fa !important;
}

.flex-grow-1 {
  flex-grow: 1;
}

/* ============================================================
 *  HOMEPAGE V4 — Latham × 金杜 × Apple × FT × Linear
 *  Scope: .hp-v4 (inherits .hp-v2 class for compatibility)
 *  灰 · 黑 · 红  +  中文现代无衬线  +  地图 / 编号 / 大数字
 * ============================================================ */
.hp-v4 {
  --ink-0: #0a0a0c;
  --ink-1: #141417;
  --ink-2: #1e1e22;
  --grey-9: #2c2c30;
  --grey-7: #55555b;
  --grey-5: #8a8a91;
  --grey-3: #c4c4c8;
  --grey-2: #e5e5e8;
  --grey-1: #f4f4f6;
  --grey-0: #fafafb;
  --white:  #ffffff;
  --red:    #c8102e;
  --red-2:  #9e0c24;
  --red-soft: rgba(200, 16, 46, 0.1);

  --font-sans: "Inter", "HarmonyOS Sans SC", "PingFang SC", "Hiragino Sans GB",
               "Microsoft YaHei", "Source Han Sans SC", "Noto Sans SC",
               system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-num: "Inter", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Inter", "Helvetica Neue", Arial, sans-serif;

  color: var(--ink-0);
  background: var(--white);
  font-family: var(--font-sans);
  font-feature-settings: "palt" 1, "kern" 1, "ss01" 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.55;
}
.hp-v4 * { box-sizing: border-box; }
.hp-v4 a { color: inherit; text-decoration: none; }
.hp-v4 img, .hp-v4 svg { display: block; max-width: 100%; }
.hp-v4 h1, .hp-v4 h2, .hp-v4 h3 { margin: 0; }
.hp-v4 p { margin: 0; }
.hp-v4 ol, .hp-v4 ul, .hp-v4 dl { margin: 0; padding: 0; list-style: none; }
.hp-v4 dd { margin: 0; }

/* ------------------ ATOMS ------------------ */
.hp-v4 .hp-eyebrow,
.hp-v4 .hp-sec-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-num);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.32em;
  color: var(--red);
  text-transform: uppercase;
  margin-bottom: 28px;
}
.hp-v4 .hp-rule {
  display: inline-block;
  width: 36px;
  height: 2px;
  background: var(--red);
}

/* section head with index */
.hp-v4 .hp-sec-head {
  position: relative;
  margin-bottom: 72px;
  max-width: 900px;
}
.hp-v4 .hp-sec-head-indexed { padding-top: 6px; }
.hp-v4 .hp-sec-num {
  font-family: var(--font-num);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.25em;
  color: var(--ink-0);
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.hp-v4 .hp-sec-num::before {
  content: "";
  width: 10px; height: 10px;
  background: var(--red);
  display: inline-block;
}
.hp-v4 .hp-sec-title {
  font-size: clamp(30px, 4.4vw, 56px);
  line-height: 1.14;
  font-weight: 800;
  color: var(--ink-0);
  margin: 0 0 22px;
  letter-spacing: -0.028em;
}
.hp-v4 .hp-sec-lead {
  color: var(--grey-7);
  font-size: 15px;
  line-height: 1.85;
  max-width: 620px;
  font-weight: 400;
}
.hp-v4 .hp-sec-head-dark .hp-sec-num { color: var(--white); }
.hp-v4 .hp-sec-head-dark .hp-sec-title { color: var(--white); }
.hp-v4 .hp-sec-head-dark .hp-sec-lead { color: var(--grey-3); }
.hp-v4 .hp-sec-head-split {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  margin-bottom: 64px;
  max-width: none;
}
.hp-v4 .hp-sec-head-split .hp-sec-head-left { max-width: 640px; }

/* Buttons */
.hp-v4 .hp-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 20px 34px;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.25s ease;
  line-height: 1;
  white-space: nowrap;
}
.hp-v4 .hp-btn > span { font-family: var(--font-num); font-size: 16px; line-height: 1; transition: transform 0.25s ease; }
.hp-v4 .hp-btn:hover > span { transform: translateX(4px); }
.hp-v4 .hp-btn-dark { background: var(--ink-0); color: var(--white); border-color: var(--ink-0); }
.hp-v4 .hp-btn-dark:hover { background: var(--red); border-color: var(--red); }
.hp-v4 .hp-btn-light { background: var(--white); color: var(--ink-0); border-color: var(--ink-0); }
.hp-v4 .hp-btn-light:hover { background: var(--ink-0); color: var(--white); }
.hp-v4 .hp-btn-white { background: var(--white); color: var(--ink-0); border-color: var(--white); }
.hp-v4 .hp-btn-white:hover { background: var(--ink-0); color: var(--white); border-color: var(--ink-0); }
.hp-v4 .hp-btn-red { background: var(--red); color: var(--white); border-color: var(--red); }
.hp-v4 .hp-btn-red:hover { background: var(--ink-0); border-color: var(--ink-0); }

/* Arrow links */
.hp-v4 .hp-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-0);
  letter-spacing: 0.02em;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--ink-0);
  transition: all 0.25s ease;
  white-space: nowrap;
}
.hp-v4 .hp-link-arrow span {
  font-family: var(--font-num);
  font-size: 16px;
  transition: transform 0.25s ease;
}
.hp-v4 .hp-link-arrow:hover { color: var(--red); border-color: var(--red); }
.hp-v4 .hp-link-arrow:hover span { transform: translateX(4px); }
.hp-v4 .hp-link-arrow-light { color: var(--white); border-color: rgba(255,255,255,0.45); }
.hp-v4 .hp-link-arrow-light:hover { color: var(--white); border-color: var(--white); }

/* ============================================================
 *  01 · HERO — 暗色 + Africa SVG 底层 + 红色扫描线 (Latham feel)
 * ============================================================ */
.hp-v4 .hp-hero {
  position: relative;
  background:
    radial-gradient(1200px 600px at 85% 40%, rgba(200,16,46,0.12), transparent 60%),
    linear-gradient(180deg, #0e0e11 0%, #0a0a0c 100%);
  color: var(--white);
  padding: 170px 0 140px;
  overflow: hidden;
  isolation: isolate;
}
body.admin-bar .hp-v4 .hp-hero { padding-top: 200px; }
.hp-v4 .hp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
  z-index: -1;
}
.hp-v4 .hp-hero::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 3px;
  background: var(--red);
  z-index: 2;
}
.hp-v4 .hp-hero-bg {
  position: absolute;
  right: -6%;
  top: 50%;
  transform: translateY(-50%);
  width: 58%;
  max-width: 780px;
  opacity: 0.9;
  pointer-events: none;
  z-index: -1;
  mix-blend-mode: screen;
}
.hp-v4 .hp-hero-map {
  width: 100%;
  height: auto;
  color: rgba(255,255,255,0.12);
}
.hp-v4 .hp-hero-map .hp-map-dot {
  fill: var(--red);
  filter: drop-shadow(0 0 12px rgba(200,16,46,0.6));
}
.hp-v4 .hp-hero-map .hp-map-dot-active {
  animation: hpDotPulse 2.4s ease-in-out infinite;
}
.hp-v4 .hp-hero-map .hp-map-dot-soon { fill: rgba(255,255,255,0.55); filter: none; }
@keyframes hpDotPulse {
  0%, 100% { opacity: 1; r: 3.2; }
  50% { opacity: 0.6; r: 5; }
}

.hp-v4 .hp-hero-inner {
  position: relative;
  max-width: 880px;
}
.hp-v4 .hp-hero .hp-eyebrow { margin-bottom: 48px; }
.hp-v4 .hp-h1 {
  font-size: clamp(44px, 7vw, 96px);
  line-height: 1.04;
  font-weight: 800;
  color: var(--white);
  margin: 0 0 20px;
  letter-spacing: -0.035em;
}
.hp-v4 .hp-h1 br { line-height: 1; }
.hp-v4 .hp-h1 em {
  font-style: normal;
  color: var(--white);
  position: relative;
  padding: 0 0.06em;
  background: linear-gradient(transparent 0, transparent 60%, var(--red) 60%, var(--red) 93%, transparent 93%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.hp-v4 .hp-h1-en {
  display: block;
  margin: 0 0 36px;
  font-family: var(--font-num);
  font-size: clamp(11px, 1.05vw, 13px);
  font-weight: 600;
  color: var(--grey-5);
  letter-spacing: 0.32em;
  text-transform: uppercase;
}
.hp-v4 .hp-lead {
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.9;
  color: var(--grey-3);
  max-width: 680px;
  margin: 0 0 56px;
  font-weight: 400;
}
.hp-v4 .hp-hero-cta {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.hp-v4 .hp-hero .hp-btn-dark { background: var(--white); color: var(--ink-0); border-color: var(--white); }
.hp-v4 .hp-hero .hp-btn-dark:hover { background: var(--red); color: var(--white); border-color: var(--red); }
.hp-v4 .hp-hero .hp-link-arrow { color: var(--white); border-color: rgba(255,255,255,0.45); }
.hp-v4 .hp-hero .hp-link-arrow:hover { color: var(--white); border-color: var(--white); }

.hp-v4 .hp-hero-scroll {
  position: absolute;
  right: 32px;
  bottom: 32px;
  z-index: 3;
  color: rgba(255,255,255,0.55);
  font-family: var(--font-num);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.35em;
  writing-mode: vertical-rl;
  padding: 14px 0;
}
.hp-v4 .hp-hero-scroll::before,
.hp-v4 .hp-hero-scroll::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  background: rgba(255,255,255,0.25);
  transform: translateX(-50%);
}
.hp-v4 .hp-hero-scroll::before { top: -48px; height: 40px; }
.hp-v4 .hp-hero-scroll::after  { bottom: -48px; height: 40px; background: var(--red); animation: hpScrollLine 2s ease-in-out infinite; }
@keyframes hpScrollLine {
  0% { transform: translate(-50%, -10px); opacity: 0; }
  50% { opacity: 1; }
  100% { transform: translate(-50%, 10px); opacity: 0; }
}
@media (max-width: 992px) {
  .hp-v4 .hp-hero { padding: 130px 0 100px; }
  body.admin-bar .hp-v4 .hp-hero { padding-top: 160px; }
  .hp-v4 .hp-hero-bg { width: 86%; right: -14%; opacity: 0.35; }
  .hp-v4 .hp-hero-scroll { display: none; }
}

/* ============================================================
 *  STATS STRIP — 黑色全屏带，对比 hero 稍亮 + 红色顶边
 * ============================================================ */
.hp-v4 .hp-stats {
  background: var(--ink-0);
  color: var(--white);
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  position: relative;
  z-index: 1;
}
.hp-v4 .hp-stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.hp-v4 .hp-stat {
  padding: 44px 32px;
  border-right: 1px solid rgba(255,255,255,0.08);
  position: relative;
}
.hp-v4 .hp-stat:last-child { border-right: none; }
.hp-v4 .hp-stat-k {
  font-family: var(--font-num);
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--grey-5);
  font-weight: 600;
  margin-bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.hp-v4 .hp-stat-no {
  color: var(--red);
  font-weight: 800;
}
.hp-v4 .hp-stat-v {
  font-family: var(--font-num);
  font-size: clamp(32px, 3.8vw, 54px);
  font-weight: 800;
  color: var(--white);
  line-height: 1;
  letter-spacing: -0.03em;
  font-feature-settings: "tnum" 1;
}
.hp-v4 .hp-stat-v small {
  font-size: 0.55em;
  font-weight: 600;
  color: var(--red);
  margin-left: 2px;
}
@media (max-width: 992px) {
  .hp-v4 .hp-stats-row { grid-template-columns: repeat(2, 1fr); }
  .hp-v4 .hp-stat:nth-child(2) { border-right: none; }
  .hp-v4 .hp-stat:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,0.08); }
}

/* ============================================================
 *  02 · STATEMENT — 白底 + 大号黑字宣言 + 侧边编号
 * ============================================================ */
.hp-v4 .hp-statement {
  padding: 140px 0;
  background: var(--white);
  border-bottom: 1px solid var(--grey-2);
}
.hp-v4 .hp-statement-grid {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 80px;
  align-items: start;
}
.hp-v4 .hp-statement-side {
  position: sticky;
  top: 120px;
  padding-top: 18px;
  border-top: 3px solid var(--red);
}
.hp-v4 .hp-side-num {
  font-family: var(--font-num);
  font-size: 52px;
  font-weight: 800;
  color: var(--ink-0);
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
}
.hp-v4 .hp-side-label {
  font-family: var(--font-num);
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--red);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.8;
}
.hp-v4 .hp-statement-text {
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.55;
  color: var(--ink-0);
  font-weight: 500;
  letter-spacing: -0.015em;
}
.hp-v4 .hp-statement-text strong {
  font-weight: 800;
  color: var(--red);
}
.hp-v4 .hp-statement-text em {
  font-style: normal;
  color: var(--ink-0);
  background: linear-gradient(transparent 70%, rgba(200,16,46,0.15) 70%);
  padding: 0 0.1em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media (max-width: 768px) {
  .hp-v4 .hp-statement { padding: 90px 0; }
  .hp-v4 .hp-statement-grid { grid-template-columns: 1fr; gap: 32px; }
  .hp-v4 .hp-statement-side { position: static; }
}

/* ============================================================
 *  03 · PRACTICE — 浅灰底 / 白色行列表 / hover 翻黑 + 红色箭头
 * ============================================================ */
.hp-v4 .hp-practice {
  padding: 140px 0;
  background: var(--grey-1);
}
.hp-v4 .hp-practice-list {
  border-top: 3px solid var(--ink-0);
  background: var(--white);
}
.hp-v4 .hp-practice-list li { border-bottom: 1px solid var(--grey-2); }
.hp-v4 .hp-practice-list li:last-child { border-bottom: 3px solid var(--ink-0); }
.hp-v4 .hp-practice-list a {
  display: grid;
  grid-template-columns: 96px 1.2fr 1.4fr 50px;
  align-items: center;
  gap: 32px;
  padding: 34px 36px;
  color: var(--ink-0);
  transition: background 0.35s ease, padding-left 0.35s ease;
}
.hp-v4 .hp-practice-list a:hover { background: var(--ink-0); padding-left: 46px; }
.hp-v4 .hp-practice-list a:hover .hpp-num { color: var(--red); }
.hp-v4 .hp-practice-list a:hover .hpp-title { color: var(--white); }
.hp-v4 .hp-practice-list a:hover .hpp-desc { color: var(--grey-3); }
.hp-v4 .hp-practice-list a:hover .hpp-arrow { color: var(--red); transform: translateX(8px); }
.hp-v4 .hpp-num {
  font-family: var(--font-num);
  font-size: 12px;
  color: var(--grey-5);
  font-weight: 700;
  letter-spacing: 0.22em;
  transition: color 0.3s ease;
}
.hp-v4 .hpp-title {
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 700;
  color: var(--ink-0);
  letter-spacing: -0.015em;
  transition: color 0.3s ease;
}
.hp-v4 .hpp-desc {
  font-size: 14px;
  color: var(--grey-7);
  line-height: 1.8;
  transition: color 0.3s ease;
}
.hp-v4 .hpp-arrow {
  font-family: var(--font-num);
  font-size: 22px;
  color: var(--ink-0);
  text-align: right;
  font-weight: 300;
  transition: transform 0.3s ease, color 0.3s ease;
}
@media (max-width: 768px) {
  .hp-v4 .hp-practice { padding: 90px 0; }
  .hp-v4 .hp-practice-list a {
    grid-template-columns: 70px 1fr 36px;
    padding: 22px 18px;
    gap: 14px;
  }
  .hp-v4 .hpp-desc { grid-column: 2 / 4; font-size: 12px; margin-top: 6px; }
  .hp-v4 .hp-practice-list a:hover { padding-left: 18px; }
}

/* ============================================================
 *  04 · REGIONS — 地图 + 列表 双栏编辑化
 * ============================================================ */
.hp-v4 .hp-regions {
  padding: 140px 0;
  background: var(--white);
}
.hp-v4 .hp-regions-wrap {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 80px;
  align-items: start;
}
.hp-v4 .hp-regions-map {
  position: sticky;
  top: 120px;
  background: var(--grey-1);
  padding: 32px;
  border: 1px solid var(--grey-2);
}
.hp-v4 .hp-regions-map svg { width: 100%; height: auto; display: block; }
.hp-v4 .hp-regions-map .hp-pin circle:nth-child(1) { animation: hpPinPulse 2.4s ease-in-out infinite; transform-origin: center; transform-box: fill-box; }
@keyframes hpPinPulse {
  0%, 100% { opacity: 0.6; transform: scale(1); }
  50% { opacity: 0.2; transform: scale(1.5); }
}

.hp-v4 .hp-regions-list {
  border-top: 1px solid var(--grey-2);
}
.hp-v4 .hp-regions-list .hp-region {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 24px;
  padding: 28px 0 28px;
  border-bottom: 1px solid var(--grey-2);
  transition: background 0.3s ease;
}
.hp-v4 .hp-regions-list .hp-region:last-child { border-bottom: none; }
.hp-v4 .hp-region-num {
  font-family: var(--font-num);
  font-size: 14px;
  font-weight: 800;
  color: var(--red);
  letter-spacing: 0.2em;
  padding-top: 6px;
}
.hp-v4 .hp-region-kicker {
  font-family: var(--font-num);
  font-size: 11px;
  letter-spacing: 0.28em;
  color: var(--grey-7);
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 700;
}
.hp-v4 .hp-region-kicker em {
  font-style: normal;
  color: var(--red);
  font-family: var(--font-sans);
  letter-spacing: 0.05em;
  margin-left: 8px;
  padding: 2px 8px;
  background: var(--red-soft);
  font-size: 10px;
  text-transform: none;
}
.hp-v4 .hp-region-country {
  font-size: 24px;
  color: var(--ink-0);
  font-weight: 800;
  margin-bottom: 4px;
  letter-spacing: -0.018em;
}
.hp-v4 .hp-region-city {
  font-family: var(--font-num);
  font-size: 12px;
  color: var(--grey-5);
  margin-bottom: 16px;
  letter-spacing: 0.22em;
  font-weight: 600;
}
.hp-v4 .hp-region-desc {
  font-size: 14px;
  color: var(--grey-7);
  line-height: 1.9;
  max-width: 440px;
}
.hp-v4 .hp-region-soon .hp-region-country { color: var(--grey-7); }
@media (max-width: 992px) {
  .hp-v4 .hp-regions-wrap { grid-template-columns: 1fr; gap: 40px; }
  .hp-v4 .hp-regions-map { position: static; }
}
@media (max-width: 576px) {
  .hp-v4 .hp-regions { padding: 90px 0; }
  .hp-v4 .hp-regions-list .hp-region { grid-template-columns: 54px 1fr; gap: 14px; padding: 22px 0; }
}

/* ============================================================
 *  05 · FEATURED — 全屏黑色带 + 红色对角条 (KWM geometry)
 * ============================================================ */
.hp-v4 .hp-featured {
  position: relative;
  background: var(--ink-0);
  color: var(--white);
  padding: 160px 0 140px;
  overflow: hidden;
}
.hp-v4 .hp-featured-red {
  position: absolute;
  top: -20%;
  right: -10%;
  width: 38%;
  height: 140%;
  background: var(--red);
  transform: skewX(-14deg);
  opacity: 0.95;
  z-index: 0;
  pointer-events: none;
}
.hp-v4 .hp-featured-red::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  right: 30%;
  width: 6%;
  background: var(--ink-0);
  transform: skewX(0deg);
  opacity: 0.3;
}
.hp-v4 .hp-featured::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 56px 56px;
  z-index: 0;
  pointer-events: none;
}
.hp-v4 .hp-featured .container { position: relative; z-index: 1; }
.hp-v4 .hp-featured-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 72px;
  align-items: center;
}
.hp-v4 .hp-featured-mark {
  padding: 40px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(6px);
}
.hp-v4 .hp-featured-stencil {
  display: flex;
  gap: 14px;
  font-family: var(--font-num);
  font-size: 11px;
  letter-spacing: 0.25em;
  color: var(--red);
  font-weight: 800;
  margin-bottom: 40px;
}
.hp-v4 .hp-featured-stencil span {
  padding: 6px 12px;
  border: 1px solid rgba(255,255,255,0.2);
}
.hp-v4 .hp-featured-amount {
  font-family: var(--font-num);
  display: flex;
  align-items: baseline;
  gap: 8px;
  line-height: 1;
  margin-bottom: 18px;
  font-feature-settings: "tnum" 1;
}
.hp-v4 .hp-amt-ccy {
  font-size: 22px;
  font-weight: 700;
  color: var(--grey-5);
  letter-spacing: 0.04em;
}
.hp-v4 .hp-amt-val {
  font-size: clamp(60px, 9vw, 132px);
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.045em;
}
.hp-v4 .hp-amt-unit {
  font-size: 36px;
  font-weight: 500;
  color: var(--grey-3);
}
.hp-v4 .hp-featured-caption {
  font-family: var(--font-num);
  font-size: 12px;
  letter-spacing: 0.28em;
  color: var(--grey-5);
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.15);
}

.hp-v4 .hp-featured-body .hp-sec-eyebrow { color: var(--white); }
.hp-v4 .hp-featured-title {
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.2;
  font-weight: 800;
  color: var(--white);
  margin: 0 0 28px;
  letter-spacing: -0.025em;
}
.hp-v4 .hp-featured-text {
  font-size: 16px;
  line-height: 1.95;
  color: var(--grey-3);
  max-width: 560px;
  margin: 0 0 40px;
}
.hp-v4 .hp-featured-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding: 28px 0;
  border-top: 1px solid rgba(255,255,255,0.15);
  border-bottom: 1px solid rgba(255,255,255,0.15);
  margin: 0 0 44px;
}
.hp-v4 .hp-featured-meta dt {
  font-family: var(--font-num);
  font-size: 11px;
  letter-spacing: 0.28em;
  color: var(--red);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}
.hp-v4 .hp-featured-meta dd {
  font-size: 15px;
  color: var(--white);
  font-weight: 600;
}
.hp-v4 .hp-featured .hp-link-arrow-light {
  color: var(--white);
  border-color: rgba(255,255,255,0.4);
}
.hp-v4 .hp-featured .hp-link-arrow-light:hover {
  border-color: var(--white);
  color: var(--white);
}
@media (max-width: 992px) {
  .hp-v4 .hp-featured { padding: 110px 0; }
  .hp-v4 .hp-featured-inner { grid-template-columns: 1fr; gap: 40px; }
  .hp-v4 .hp-featured-red { width: 60%; right: -30%; top: -10%; height: 120%; }
  .hp-v4 .hp-featured-meta { grid-template-columns: 1fr; gap: 16px; padding: 20px 0; }
}

/* ============================================================
 *  06 · LEADERSHIP — 名片式卡片 + 侧栏数据
 * ============================================================ */
.hp-v4 .hp-leadership {
  padding: 140px 0;
  background: var(--white);
}
.hp-v4 .hp-leader-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.hp-v4 .hp-leader {
  background: var(--grey-1);
  padding: 48px 44px;
  border: 1px solid var(--grey-2);
  position: relative;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.hp-v4 .hp-leader::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 56px;
  height: 4px;
  background: var(--red);
}
.hp-v4 .hp-leader:hover {
  border-color: var(--ink-0);
  box-shadow: 0 20px 50px -20px rgba(10,10,12,0.15);
}
.hp-v4 .hp-leader-card { padding-bottom: 32px; border-bottom: 1px solid var(--grey-2); margin-bottom: 32px; }
.hp-v4 .hp-leader-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-num);
  font-size: 11px;
  letter-spacing: 0.28em;
  color: var(--red);
  font-weight: 700;
  margin-bottom: 32px;
  padding: 6px 12px;
  background: var(--white);
  border: 1px solid var(--grey-2);
}
.hp-v4 .hp-leader-dot {
  width: 8px; height: 8px;
  background: var(--red);
  display: inline-block;
  border-radius: 50%;
}
.hp-v4 .hp-leader-name {
  font-size: clamp(40px, 4.5vw, 56px);
  color: var(--ink-0);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 14px;
}
.hp-v4 .hp-leader-pinyin {
  font-family: var(--font-num);
  font-size: 12px;
  letter-spacing: 0.35em;
  color: var(--grey-5);
  font-weight: 600;
  margin-bottom: 22px;
}
.hp-v4 .hp-leader-role {
  font-size: 14px;
  color: var(--ink-0);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.hp-v4 .hp-leader-kv {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 28px;
}
.hp-v4 .hp-leader-kv dt {
  font-family: var(--font-num);
  font-size: 10px;
  letter-spacing: 0.28em;
  color: var(--grey-5);
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
}
.hp-v4 .hp-leader-kv dd {
  font-family: var(--font-num);
  font-size: 26px;
  color: var(--ink-0);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.025em;
  font-feature-settings: "tnum" 1;
}
.hp-v4 .hp-leader-kv dd small {
  font-size: 12px;
  font-weight: 600;
  color: var(--red);
  margin-left: 3px;
  letter-spacing: 0.05em;
}
.hp-v4 .hp-leader-bio {
  font-size: 14px;
  line-height: 1.85;
  color: var(--grey-7);
}
.hp-v4 .hp-leader-more { text-align: center; margin-top: 72px; }
@media (max-width: 768px) {
  .hp-v4 .hp-leadership { padding: 90px 0; }
  .hp-v4 .hp-leader-grid { grid-template-columns: 1fr; gap: 24px; }
  .hp-v4 .hp-leader { padding: 36px 28px; }
}

/* ============================================================
 *  07 · INSIGHTS — FT 行式布局 (date-first)
 * ============================================================ */
.hp-v4 .hp-insights {
  padding: 140px 0;
  background: var(--grey-1);
}
.hp-v4 .hp-insight-list {
  border-top: 3px solid var(--ink-0);
  border-bottom: 3px solid var(--ink-0);
  background: var(--white);
}
.hp-v4 .hp-insight-list li { border-bottom: 1px solid var(--grey-2); }
.hp-v4 .hp-insight-list li:last-child { border-bottom: none; }
.hp-v4 .hp-insight {
  display: grid;
  grid-template-columns: 140px 1fr 200px 50px;
  align-items: center;
  gap: 32px;
  padding: 36px 36px;
  transition: background 0.3s ease, padding-left 0.3s ease;
}
.hp-v4 .hp-insight:hover { background: var(--ink-0); padding-left: 48px; }
.hp-v4 .hp-insight:hover .hp-insight-cat { color: var(--red); }
.hp-v4 .hp-insight:hover .hp-insight-title,
.hp-v4 .hp-insight:hover .hp-in-y { color: var(--white); }
.hp-v4 .hp-insight:hover .hp-in-m,
.hp-v4 .hp-insight:hover .hp-in-yr,
.hp-v4 .hp-insight:hover .hp-insight-author { color: var(--grey-5); }
.hp-v4 .hp-insight:hover .hp-insight-arrow { color: var(--red); transform: translateX(8px); }
.hp-v4 .hp-insight-date {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-family: var(--font-num);
  font-feature-settings: "tnum" 1;
}
.hp-v4 .hp-in-y {
  font-size: 26px;
  font-weight: 800;
  color: var(--ink-0);
  letter-spacing: -0.02em;
  transition: color 0.3s ease;
}
.hp-v4 .hp-in-m {
  font-size: 14px;
  color: var(--red);
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: color 0.3s ease;
}
.hp-v4 .hp-insight-cat {
  font-family: var(--font-num);
  font-size: 11px;
  letter-spacing: 0.28em;
  color: var(--red);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}
.hp-v4 .hp-insight-title {
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.45;
  color: var(--ink-0);
  font-weight: 700;
  letter-spacing: -0.012em;
  margin: 0;
  transition: color 0.3s ease;
}
.hp-v4 .hp-in-yr {
  font-family: var(--font-num);
  color: var(--grey-5);
  font-weight: 500;
  margin-left: 6px;
  transition: color 0.3s ease;
}
.hp-v4 .hp-insight-author {
  font-size: 12px;
  color: var(--grey-7);
  letter-spacing: 0.04em;
  transition: color 0.3s ease;
}
.hp-v4 .hp-insight-arrow {
  font-family: var(--font-num);
  font-size: 22px;
  color: var(--ink-0);
  text-align: right;
  font-weight: 300;
  transition: transform 0.3s ease, color 0.3s ease;
}
@media (max-width: 992px) {
  .hp-v4 .hp-insight { grid-template-columns: 100px 1fr 36px; padding: 24px 20px; gap: 18px; }
  .hp-v4 .hp-insight-author { display: none; }
  .hp-v4 .hp-insight:hover { padding-left: 20px; }
  .hp-v4 .hp-sec-head-split { flex-direction: column; align-items: flex-start; gap: 24px; }
}

/* ============================================================
 *  08 · QUOTE — 黑底 + FT 风格巨号红色引号
 * ============================================================ */
.hp-v4 .hp-quote {
  padding: 160px 0;
  background: var(--ink-0);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.hp-v4 .hp-quote::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
}
.hp-v4 .hp-quote-fig {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  padding-top: 40px;
}
.hp-v4 .hp-quote-mark {
  position: absolute;
  top: -60px;
  left: -40px;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: clamp(180px, 20vw, 320px);
  line-height: 0.8;
  color: var(--red);
  font-weight: 700;
  pointer-events: none;
  z-index: 0;
}
.hp-v4 .hp-quote-text {
  position: relative;
  z-index: 1;
  font-size: clamp(22px, 2.6vw, 36px);
  line-height: 1.55;
  color: var(--white);
  font-weight: 500;
  margin: 0 0 44px;
  letter-spacing: -0.015em;
  font-style: normal;
}
.hp-v4 .hp-quote-text em {
  font-style: normal;
  color: var(--white);
  background: linear-gradient(transparent 68%, var(--red) 68%, var(--red) 92%, transparent 92%);
  padding: 0 0.08em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.hp-v4 .hp-quote-cap {
  position: relative;
  z-index: 1;
  font-family: var(--font-num);
  font-size: 12px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--grey-5);
  display: inline-flex;
  gap: 16px;
  align-items: center;
}
.hp-v4 .hp-quote-name { color: var(--white); font-weight: 800; font-family: var(--font-sans); letter-spacing: 0.02em; font-size: 14px; }
.hp-v4 .hp-quote-sep { color: var(--red); }
.hp-v4 .hp-quote-role { color: var(--grey-3); }

/* ============================================================
 *  RED CTA STRIP — 红色全屏带 · 白按钮 (很自信的 CTA)
 * ============================================================ */
.hp-v4 .hp-cta-red {
  background: var(--red);
  color: var(--white);
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.hp-v4 .hp-cta-red::before {
  content: "";
  position: absolute;
  top: 0; right: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(0,0,0,0.15));
  pointer-events: none;
}
.hp-v4 .hp-cta-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hp-v4 .hp-cta-eyebrow {
  font-family: var(--font-num);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3em;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
  margin-bottom: 18px;
}
.hp-v4 .hp-cta-title {
  font-size: clamp(26px, 3.4vw, 40px);
  line-height: 1.3;
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.02em;
  margin: 0;
}
.hp-v4 .hp-cta-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
}
.hp-v4 .hp-cta-hint {
  font-family: var(--font-num);
  font-size: 13px;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.85);
  text-align: right;
  line-height: 1.75;
  font-weight: 500;
}
@media (max-width: 768px) {
  .hp-v4 .hp-cta-red { padding: 60px 0; }
  .hp-v4 .hp-cta-grid { grid-template-columns: 1fr; gap: 32px; }
  .hp-v4 .hp-cta-actions { align-items: flex-start; }
  .hp-v4 .hp-cta-hint { text-align: left; }
}
