.hero-section {
  position: relative;
  background: #241ce8;
  color: white;
  padding: 60px 0;
}
.hero-section .hero-content {
  padding: 0 var(--content-padding);
  margin: 0 auto;
}
.hero-section .hero-content .hero-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 72px;
}
.hero-section .hero-content .hero-layout .hero-left {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-left: 106px;
  gap: 92px;
}
.hero-section .hero-content .hero-layout .hero-left .hero-background {
  width: 120px;
  opacity: 0.6;
}
.hero-section .hero-content .hero-layout .hero-left .hero-background img {
  width: 100%;
  height: auto;
}
.hero-section .hero-content .hero-layout .hero-left .hero-image {
  width: 280px;
  height: 350px;
  flex-shrink: 0;
}
.hero-section .hero-content .hero-layout .hero-left .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.hero-section .hero-content .hero-layout .hero-right {
  flex: 1;
}
.hero-section .hero-content .hero-layout .hero-right .hero-info .hero-name {
  font-family: 'Alibaba-PuHuiTi', sans-serif;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.2;
}
.hero-section .hero-content .hero-layout .hero-right .hero-info .hero-subtitle {
  font-family: 'Alibaba-PuHuiTi', sans-serif;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
}
.hero-section .hero-content .hero-layout .hero-right .hero-info .hero-associate h3 {
  font-family: 'Alibaba-PuHuiTi', sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: white;
}
.hero-section .hero-content .hero-layout .hero-right .hero-info .hero-associate .hero-contact {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hero-section .hero-content .hero-layout .hero-right .hero-info .hero-associate .hero-contact .contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Alibaba-PuHuiTi', sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
}
.hero-section .hero-content .hero-layout .hero-right .hero-info .hero-associate .hero-contact .contact-item .contact-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  filter: brightness(10);
}
.lawyer-tabs {
  background: white;
  padding: 60px 0 40px;
}
.lawyer-tabs .tabs-content {
  padding: 0 var(--content-padding);
  margin: 0 auto;
}
.lawyer-tabs .tabs-content .service-tabs {
  display: inline-flex;
  gap: 0;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #241ce8;
  margin-right: auto;
}
.lawyer-tabs .tabs-content .service-tabs .service-tab {
  padding: 24px 28px;
  font-family: 'Alibaba-PuHuiTi', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #6c757d;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}
.lawyer-tabs .tabs-content .service-tabs .service-tab:not(:last-child) {
  border-right: 1px solid #241ce8;
}
.lawyer-tabs .tabs-content .service-tabs .service-tab:hover {
  color: #495057;
  background: rgba(255, 255, 255, 0.5);
}
.lawyer-tabs .tabs-content .service-tabs .service-tab.active {
  color: white;
  background: #241ce8;
  box-shadow: 0 2px 4px rgba(36, 28, 232, 0.2);
}
.detail-content {
  padding: 0 0 80px;
  background: white;
}
.detail-content .content-section {
  margin-bottom: 80px;
}
.detail-content .content-section:last-child {
  margin-bottom: 0;
}
.detail-content .content-section .section-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
}
.detail-content .content-section .section-header .section-indicator {
  width: 6px;
  height: 24px;
  background: #241ce8;
  flex-shrink: 0;
}
.detail-content .content-section .section-header .section-title {
  font-family: 'Alibaba-PuHuiTi', sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #212529;
  margin: 0;
}
.detail-content .content-section .section-content {
  font-family: 'Alibaba-PuHuiTi', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #495057;
}
.profile-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 80px;
  align-items: flex-start;
}
.profile-layout .profile-left .profile-item {
  margin-bottom: 48px;
}
.profile-layout .profile-left .profile-item:last-child {
  margin-bottom: 0;
}
.profile-layout .profile-left .profile-item .profile-label {
  font-family: 'Alibaba-PuHuiTi', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #241ce8;
  margin-bottom: 24px;
}
.profile-layout .profile-left .profile-item .profile-list .list-item {
  margin-bottom: 16px;
}
.profile-layout .profile-left .profile-item .profile-list .list-item:last-child {
  margin-bottom: 0;
}
.profile-layout .profile-left .profile-item .profile-list .list-item span {
  font-family: 'Alibaba-PuHuiTi', sans-serif;
  font-size: 16px;
  color: #495057;
}
.profile-layout .profile-right .profile-description .description-title {
  font-family: 'Alibaba-PuHuiTi', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #241ce8;
  margin-bottom: 24px;
  line-height: 1.5;
}
.profile-layout .profile-right .profile-description p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #495057;
}
.profile-layout .profile-right .profile-description p:last-child {
  margin-bottom: 0;
}
.honor-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.honor-list li {
  position: relative;
  padding: 16px 0 16px 48px;
  font-family: 'Alibaba-PuHuiTi', sans-serif;
  font-size: 16px;
  color: #495057;
  border-bottom: 1px solid #f1f3f4;
}
.honor-list li:last-child {
  border-bottom: none;
}
.honor-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 2px;
  background: #241ce8;
}
.experience-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.experience-list li {
  position: relative;
  padding: 16px 0 16px 48px;
  font-family: 'Alibaba-PuHuiTi', sans-serif;
  font-size: 16px;
  color: #495057;
  border-bottom: 1px solid #f1f3f4;
}
.experience-list li:last-child {
  border-bottom: none;
}
.experience-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 2px;
  background: #241ce8;
}
.contact-form {
  background: #f8f9fa;
  padding: 48px 40px;
  border-radius: 8px;
}
.contact-form .lawyer-contact-form {
  max-width: 800px;
}
.contact-form .lawyer-contact-form .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.contact-form .lawyer-contact-form .form-row .form-group {
  flex: 1;
  margin-bottom: 0;
}
.contact-form .lawyer-contact-form .form-group {
  margin-bottom: 20px;
}
.contact-form .lawyer-contact-form .form-group.full-width {
  margin-bottom: 32px;
}
.contact-form .lawyer-contact-form .form-group .form-input,
.contact-form .lawyer-contact-form .form-group .form-textarea {
  width: 100%;
  padding: 16px 20px;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  font-family: 'Alibaba-PuHuiTi', sans-serif;
  font-size: 14px;
  color: #495057;
  background: white;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}
.contact-form .lawyer-contact-form .form-group .form-input:focus,
.contact-form .lawyer-contact-form .form-group .form-textarea:focus {
  outline: none;
  border-color: #241ce8;
}
.contact-form .lawyer-contact-form .form-group .form-input::placeholder,
.contact-form .lawyer-contact-form .form-group .form-textarea::placeholder {
  color: #999;
}
.contact-form .lawyer-contact-form .form-group .form-textarea {
  min-height: 120px;
  resize: vertical;
}
.contact-form .lawyer-contact-form .form-submit {
  padding: 16px 32px;
  background: #241ce8;
  color: white;
  border: none;
  border-radius: 4px;
  font-family: 'Alibaba-PuHuiTi', sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.contact-form .lawyer-contact-form .form-submit:hover {
  background: #1a15c4;
}
@media (max-width: 1200px) {
  .hero-section .hero-content .hero-layout {
    gap: 60px;
  }
  .hero-section .hero-content .hero-layout .hero-left {
    gap: 30px;
  }
  .hero-section .hero-content .hero-layout .hero-left .hero-background {
    width: 100px;
  }
  .hero-section .hero-content .hero-layout .hero-left .hero-image {
    width: 240px;
    height: 300px;
  }
  .hero-section .hero-content .hero-layout .hero-right .hero-info .hero-name {
    font-size: 42px;
  }
  .profile-grid {
    gap: 40px 60px;
  }
}
@media (max-width: 768px) {
  .hero-section {
    padding: 40px 0;
  }
  .hero-section .hero-content .hero-layout {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }
  .hero-section .hero-content .hero-layout .hero-left {
    justify-content: center;
    gap: 20px;
  }
  .hero-section .hero-content .hero-layout .hero-left .hero-background {
    width: 80px;
  }
  .hero-section .hero-content .hero-layout .hero-left .hero-image {
    width: 200px;
    height: 250px;
  }
  .hero-section .hero-content .hero-layout .hero-right .hero-info .hero-name {
    font-size: 36px;
  }
  .hero-section .hero-content .hero-layout .hero-right .hero-info .hero-subtitle {
    font-size: 18px;
  }
  .hero-section .hero-content .hero-layout .hero-right .hero-info .hero-associate .hero-contact {
    align-items: center;
    gap: 12px;
  }
  .hero-section .hero-content .hero-layout .hero-right .hero-info .hero-associate .hero-contact .contact-item {
    font-size: 14px;
  }
  .lawyer-tabs .tabs-content .service-tabs {
    flex-direction: column;
    gap: 0;
  }
  .lawyer-tabs .tabs-content .service-tabs .service-tab {
    padding: 16px 20px;
    font-size: 14px;
    text-align: left;
    border-radius: 0;
  }
  .lawyer-tabs .tabs-content .service-tabs .service-tab:first-child {
    border-radius: 8px 8px 0 0;
  }
  .lawyer-tabs .tabs-content .service-tabs .service-tab:last-child {
    border-radius: 0 0 8px 8px;
  }
  .detail-content {
    padding: 40px 0 60px;
  }
  .detail-content .content-section {
    margin-bottom: 60px;
  }
  .detail-content .content-section .section-header .section-title {
    font-size: 24px;
  }
  .profile-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .profile-layout .profile-left .profile-item {
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  .hero-section {
    padding: 30px 0;
  }
  .hero-section .hero-content .hero-layout .hero-left {
    gap: 15px;
  }
  .hero-section .hero-content .hero-layout .hero-left .hero-background {
    width: 60px;
  }
  .hero-section .hero-content .hero-layout .hero-left .hero-image {
    width: 160px;
    height: 200px;
  }
  .hero-section .hero-content .hero-layout .hero-right .hero-info .hero-name {
    font-size: 32px;
  }
  .hero-section .hero-content .hero-layout .hero-right .hero-info .hero-subtitle {
    font-size: 16px;
  }
  .hero-section .hero-content .hero-layout .hero-right .hero-info .hero-associate h3 {
    font-size: 16px;
  }
  .hero-section .hero-content .hero-layout .hero-right .hero-info .hero-associate .hero-contact .contact-item {
    font-size: 13px;
  }
  .hero-section .hero-content .hero-layout .hero-right .hero-info .hero-associate .hero-contact .contact-item .contact-icon {
    width: 14px;
    height: 14px;
  }
  .lawyer-tabs {
    padding: 40px 0 30px;
  }
  .lawyer-tabs .tabs-content .service-tabs {
    margin: 0 -20px;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
  .lawyer-tabs .tabs-content .service-tabs .service-tab {
    padding: 12px 16px;
    font-size: 13px;
  }
  .detail-content .content-section .section-header .section-indicator {
    width: 4px;
    height: 20px;
  }
  .detail-content .content-section .section-header .section-title {
    font-size: 20px;
  }
  .detail-content .content-section .section-content {
    font-size: 14px;
  }
  .profile-grid .profile-item .profile-label {
    font-size: 16px;
  }
  .profile-grid .profile-item .profile-value .language-item,
  .profile-grid .profile-item .profile-value .capability-item {
    padding: 6px 12px;
    font-size: 12px;
  }
  .profile-description p {
    font-size: 14px;
  }
  .honor-list li,
  .experience-list li {
    font-size: 14px;
    padding: 12px 0 12px 40px;
  }
  .honor-list li::before,
  .experience-list li::before {
    width: 24px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
  }
  .contact-form {
    padding: 24px 16px;
  }
  .contact-form .lawyer-contact-form .form-row {
    flex-direction: column;
    gap: 0;
  }
  .contact-form .lawyer-contact-form .form-row .form-group {
    margin-bottom: 16px;
  }
  .contact-form .lawyer-contact-form .form-group {
    margin-bottom: 16px;
  }
  .contact-form .lawyer-contact-form .form-group.full-width {
    margin-bottom: 24px;
  }
  .contact-form .lawyer-contact-form .form-group .form-input,
  .contact-form .lawyer-contact-form .form-group .form-textarea {
    padding: 12px 14px;
    font-size: 13px;
  }
  .contact-form .lawyer-contact-form .form-group .form-textarea {
    min-height: 100px;
  }
  .contact-form .lawyer-contact-form .form-submit {
    padding: 12px 24px;
    font-size: 13px;
  }
}
