 .lawyer-details-page {
  color: var(--text-white);
 }

 .lawyer-details-page .lawyer-details-content {
  position: relative;
  z-index: 1;
  padding-top: 28px;
  padding-bottom: 72px;
 }

 .lawyer-details-page .lawyer-details-breadcrumb {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: 24px;
 }

 .lawyer-details-page .lawyer-details-breadcrumb-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
 }

 .lawyer-details-page .lawyer-details-breadcrumb-item span {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-white);
  transition: var(--transition);
 }

 .lawyer-details-page .lawyer-details-breadcrumb-item.active span {
  color: var(--primary-gold);
 }

 .lawyer-details-page .lawyer-details-breadcrumb-item img {
  width: 24px;
  height: 24px;
 }

 .lawyer-details-page .lawyer-details-breadcrumb-line {
  width: 38px;
  height: 3px;
 }

/* Lawyer Card */
 .lawyer-details-page .lawyer-card {
  display: flex;
  background: var(--card-bg);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 60px;
  height: 402px;
  transition: var(--transition);
  align-items: stretch;
}

 .lawyer-details-page .lawyer-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  transform: translateY(-4px);
}

.lawyer-details-page .lawyer-image {
  width: 343px;
  height: 100%;
  display: block;
  object-fit: cover;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .lawyer-details-page .lawyer-card {
    height: auto;
  }

  .lawyer-details-page .lawyer-image {
    width: 100%;
    height: 320px;
  }
}

.lawyer-details-page .lawyer-details-empty {
  width: 100%;
  max-width: 820px;
  background: rgba(77, 88, 91, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 32px 22px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.lawyer-details-page .lawyer-details-empty--inline {
  max-width: 100%;
  min-width: 419px;
}

.lawyer-details-page .lawyer-details-empty-icon {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(202, 156, 94, 0.14);
  color: var(--primary-gold);
}

.lawyer-details-page .lawyer-details-empty-icon svg {
  width: 30px;
  height: 30px;
}

.lawyer-details-page .lawyer-details-empty-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--text-white);
}

.lawyer-details-page .lawyer-details-empty-desc {
  font-size: 16px;
  color: var(--text-gray);
  line-height: 1.7;
}

 .lawyer-details-page .lawyer-info {
  flex: 1;
  padding: 16px 48px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

 .lawyer-details-page .lawyer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

 .lawyer-details-page .lawyer-name {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
}

 .lawyer-details-page .lawyer-rating {
  display: flex;
  align-items: center;
  gap: 8px;
}

 .lawyer-details-page .stars {
  display: flex;
  gap: 4px;
}

 .lawyer-details-page .stars img {
  width: 20px;
  height: 20px;
}

 .lawyer-details-page .rating-count {
  font-size: 16px;
  color: var(--text-gray);
}

 .lawyer-details-page .lawyer-detail {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
  width: 100%;
}

 .lawyer-details-page .lawyer-detail p {
  font-size: 24px;
  flex: 0 1 auto;
  text-align: right;
  line-height: 1.5;
  margin: 0;
}

 .lawyer-details-page .lawyer-detail img {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
}

 .lawyer-details-page .lawyer-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

 .lawyer-details-page .price-label {
  font-size: 24px;
  font-weight: 700;
}

 .lawyer-details-page .price {
  font-size: 32px;
  font-weight: 700;
  color: #ff5555;
}

 .lawyer-details-page .btn-book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: var(--primary-gold);
  border: none;
  border-radius: 16px;
  padding: 22px 71px;
  font-size: 24px;
  font-weight: 700;
  color: var(--text-white);
  cursor: pointer;
  transition: var(--transition);
  width: 100%;
  max-width: 320px;
}

 .lawyer-details-page .btn-book:hover {
  background: #b88a4f;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(202, 156, 94, 0.4);
}

 .lawyer-details-page .btn-book:active {
  transform: translateY(0);
}

/* Sections */
.lawyer-details-page .section {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.lawyer-details-page .section-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
}

.lawyer-details-page .section-header h2 {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-gold);
}

.lawyer-details-page .section-header img {
  width: 38px;
  height: 3px;
}

.lawyer-details-page .section-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  max-width: 1054px;
}

.lawyer-details-page .section-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.lawyer-details-page .section-content p {
  font-size: 20px;
  line-height: 1.6;
  text-align: right;
}

/* Services Tabs */
.lawyer-details-page .services-tabs {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.lawyer-details-page .service-tab {
  background: transparent;
  border: 1px solid var(--card-bg);
  border-radius: 16px;
  padding: 22px 71px;
  font-size: 24px;
  font-weight: 700;
  color: var(--text-white);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition);
  min-width: 258px;
}

.lawyer-details-page .service-tab:hover {
  border-color: var(--primary-gold);
  color: var(--primary-gold);
  transform: translateY(-2px);
}

.lawyer-details-page .service-tab.active {
  background: var(--card-bg);
  border-color: var(--card-bg);
}

/* Reviews */
.lawyer-details-page .reviews-container {
  position: relative;
  width: 100%;
  max-width: 1270px;
}

.lawyer-details-page .reviews-slider {
  display: flex;
  gap: 31px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 20px 0;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}

.lawyer-details-page .reviews-slider::-webkit-scrollbar {
  display: none;
}

.lawyer-details-page .review-card {
  min-width: 419px;
  background: var(--card-bg);
  border-radius: 24px;
  border-top: 2px solid var(--primary-gold);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0px 4px 4px rgba(56, 107, 238, 0.1);
  transition: var(--transition);
  scroll-snap-align: start;
}

.lawyer-details-page .review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.lawyer-details-page .review-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.lawyer-details-page .review-user {
  display: flex;
  gap: 12px;
  width: 100%;
  justify-content: space-between;
}

.lawyer-details-page .review-user-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
}

.lawyer-details-page .review-user-info h4 {
  font-size: 16px;
  font-weight: 700;
}

.lawyer-details-page .review-rating {
  display: flex;
  align-items: center;
  gap: 4px;
}

.lawyer-details-page .review-rating img {
  width: 20px;
  height: 20px;
}

.lawyer-details-page .review-rating span {
  font-size: 16px;
  color: var(--text-gray);
}

.lawyer-details-page .review-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}

.lawyer-details-page .review-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.lawyer-details-page .reviews-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.35);
  border: none;
  cursor: pointer;
  transition: var(--transition);
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lawyer-details-page .reviews-nav:hover {
  transform: translateY(-50%) scale(1.1);
}

.lawyer-details-page .reviews-nav img {
  width: 32px;
  height: 32px;
}

.lawyer-details-page .reviews-nav-prev {
  left: 12px;
}

.lawyer-details-page .reviews-nav-next {
  right: 12px;
  transform: translateY(-50%) rotate(180deg);
}

.lawyer-details-page .reviews-nav-next:hover {
  transform: translateY(-50%) rotate(180deg) scale(1.1);
}

 .lawyer-details-page .lawyer-details-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: none;
 }

 .lawyer-details-page .lawyer-details-modal.is-open {
  display: block;
 }

 .lawyer-details-page .lawyer-details-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
 }

 .lawyer-details-page .lawyer-details-modal__dialog {
  position: relative;
  width: min(520px, calc(100% - 32px));
  margin: 60px auto;
  background: #ffffff;
  color: #111827;
  border-radius: 16px;
  padding: 22px 18px 18px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
 }

 .lawyer-details-page .lawyer-details-modal__close {
  position: absolute;
  top: 8px;
  left: 10px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  color: #111827;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
 }

 .lawyer-details-page .lawyer-details-modal__title {
  font-size: 16px;
  font-weight: 700;
  color: #c28b52;
  text-align: center;
  margin: 8px 0 12px;
 }

 .lawyer-details-page .lawyer-details-modal__section {
  margin-bottom: 16px;
 }

 .lawyer-details-page .lawyer-details-modal__input {
  width: 100%;
  height: 44px;
  border-radius: 10px;
  border: 1px solid rgba(17, 24, 39, 0.14);
  background: #fff;
  padding: 10px 12px;
  font-size: 14px;
 }

 .lawyer-details-page .lawyer-details-modal__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 12px;
 }

 .lawyer-details-page .lawyer-details-modal__btn {
  height: 44px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  border: 1px solid transparent;
  transition: var(--transition);
 }

 .lawyer-details-page .lawyer-details-modal__btn--primary {
  background: var(--primary-gold);
  color: #fff;
 }

 .lawyer-details-page .lawyer-details-modal__btn--primary:hover {
  background: #b88a4f;
 }

 .lawyer-details-page .lawyer-details-modal__btn--ghost {
  background: #fff;
  color: #9ca3af;
  border-color: rgba(17, 24, 39, 0.12);
 }

 .lawyer-details-page .lawyer-details-modal__summary {
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 12px;
  padding: 12px;
  margin: 10px 0 14px;
 }

 .lawyer-details-page .lawyer-details-modal__summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(17, 24, 39, 0.06);
  font-size: 13px;
 }

 .lawyer-details-page .lawyer-details-modal__summary-row:last-child {
  border-bottom: 0;
 }

 .lawyer-details-page .lawyer-details-modal__summary-row--total {
  font-weight: 700;
 }

 .lawyer-details-page .lawyer-details-modal__muted {
  color: #9ca3af;
 }

 .lawyer-details-page .lawyer-details-modal__payments {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
 }

 .lawyer-details-page .lawyer-details-modal__payment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  cursor: pointer;
 }

 .lawyer-details-page .lawyer-details-modal__payment input {
  accent-color: var(--primary-gold);
 }

 .lawyer-details-page .lawyer-details-modal__payment-label {
  font-weight: 700;
 }

 .lawyer-details-page .lawyer-details-modal__lawyer {
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 12px;
  padding: 14px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  margin: 10px 0 14px;
 }

 .lawyer-details-page .lawyer-details-modal__lawyer-name {
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 8px;
 }

 .lawyer-details-page .lawyer-details-modal__lawyer-meta {
  color: #6b7280;
  font-size: 13px;
  padding: 5px 0;
 }

 .lawyer-details-page .lawyer-details-modal__lawyer-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
  min-width: 90px;
 }

 .lawyer-details-page .lawyer-details-modal__price {
  font-weight: 900;
  color: #ff5555;
 }

 .lawyer-details-page .lawyer-details-modal__price-label {
  font-weight: 700;
  color: #111827;
  font-size: 12px;
 }

/* Large Book Button */
.lawyer-details-page .btn-book-large {
  background: var(--primary-gold);
  border: none;
  border-radius: 16px;
  padding: 22px 100px;
  font-size: 32px;
  font-weight: 700;
  color: var(--text-white);
  cursor: pointer;
  transition: var(--transition);
  margin: 60px auto;
  display: block;
}

.lawyer-details-page .btn-book-large:hover {
  background: #b88a4f;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(202, 156, 94, 0.4);
}

.lawyer-details-page .btn-book-large:active {
  transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 1440px) {

}

@media (max-width: 1024px) {
  .lawyer-details-page .lawyer-card {
    flex-direction: column;
    overflow: visible;
    min-height: 0;
  }

  .lawyer-details-page .lawyer-image {
    width: 100%;
    height: 300px;
  }

  .lawyer-details-page .reviews-nav {
    display: none;
  }

  .lawyer-details-page .services-tabs {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .lawyer-details-page .lawyer-details-breadcrumb {
    flex-wrap: wrap;
    justify-content: center;
  }

  .lawyer-details-page .lawyer-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .lawyer-details-page .lawyer-info {
    padding: 20px;
  }

  .lawyer-details-page .lawyer-name {
    font-size: 24px;
  }

  .lawyer-details-page .lawyer-detail p {
    font-size: 18px;
  }

  .lawyer-details-page .section-title {
    font-size: 28px;
  }

  .lawyer-details-page .review-card {
    min-width: 300px;
  }

  .lawyer-details-page .btn-book-large {
    width: 100%;
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .lawyer-details-page .lawyer-details-breadcrumb {
    justify-content: flex-start;
  }

  .lawyer-details-page .lawyer-details-breadcrumb-item span {
    font-size: 16px;
  }

  .lawyer-details-page .lawyer-info {
    padding: 18px;
  }

  .lawyer-details-page .lawyer-detail p {
    font-size: 16px;
  }

  .lawyer-details-page .lawyer-price {
    flex-direction: column;
    align-items: flex-start;
  }

  .lawyer-details-page .btn-book {
    max-width: none;
  }

  .lawyer-details-page .service-tab {
    min-width: 200px;
    padding: 16px 40px;
    font-size: 18px;
  }

  .lawyer-details-page .lawyer-details-modal__dialog {
    margin: 20px auto;
    width: min(520px, calc(100% - 20px));
  }

  .lawyer-details-page .lawyer-details-modal__actions {
    grid-template-columns: 1fr;
  }
}
