/*
 * Kantarci Hukuk Burosu - legacy theme refinement
 * Keeps the existing Lawyer Zone structure and improves hierarchy, balance and accessibility.
 */

body.wp-theme-lawyer-zone {
  --k-ink: #3f414c;
  --k-ink-strong: #292b35;
  --k-muted: #6f717a;
  --k-navy: #45475d;
  --k-navy-deep: #383a4e;
  --k-gold: #d8bd8f;
  --k-gold-deep: #b99155;
  --k-line: #e8e4dc;
  --k-soft: #f8f7f4;
  --k-paper: #fff;
  color: var(--k-ink);
  background: var(--k-paper);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.wp-theme-lawyer-zone .init-animate {
  opacity: 1 !important;
  visibility: visible !important;
}

body.wp-theme-lawyer-zone a {
  text-underline-offset: 3px;
}

body.wp-theme-lawyer-zone a:focus-visible,
body.wp-theme-lawyer-zone button:focus-visible {
  outline: 3px solid rgba(185, 145, 85, 0.55);
  outline-offset: 4px;
}

body.wp-theme-lawyer-zone .top-header {
  background: var(--k-navy);
  border-bottom: 1px solid rgba(216, 189, 143, 0.24);
}

body.wp-theme-lawyer-zone .top-header,
body.wp-theme-lawyer-zone .top-header a {
  color: rgba(255, 255, 255, 0.94);
}

body.wp-theme-lawyer-zone .top-header i {
  color: #dfc79f;
}

@media (min-width: 768px) {
  body.wp-theme-lawyer-zone .top-header .row {
    display: flex;
    align-items: center;
    min-height: 32px;
  }

  body.wp-theme-lawyer-zone .top-header .col-sm-6.text-left {
    width: 80%;
  }

  body.wp-theme-lawyer-zone .top-header .col-sm-6.text-right {
    width: 20%;
    margin-left: auto;
  }

  body.wp-theme-lawyer-zone .info-icon-box-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }

  body.wp-theme-lawyer-zone .info-icon-box-wrapper .info-icon-box {
    flex: 0 0 auto;
  }

  body.wp-theme-lawyer-zone .info-icon-details .icon-desc {
    white-space: nowrap;
  }
}

body.wp-theme-lawyer-zone #navbar {
  background: #fff;
  border-bottom: 1px solid var(--k-line);
  box-shadow: 0 5px 20px rgba(35, 37, 48, 0.045);
}

body.wp-theme-lawyer-zone .custom-logo,
body.wp-theme-lawyer-zone .navbar-brand img {
  width: auto !important;
  max-width: 260px !important;
  max-height: 78px !important;
  object-fit: contain;
  filter: contrast(1.035) saturate(0.96);
}

body.wp-theme-lawyer-zone #primary-menu > li > a {
  color: #555761;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.035em;
  transition: color 180ms ease;
}

body.wp-theme-lawyer-zone #primary-menu > li > a:hover,
body.wp-theme-lawyer-zone #primary-menu > li.current-menu-item > a,
body.wp-theme-lawyer-zone #primary-menu > li.current_page_item > a {
  color: var(--k-ink-strong);
}

body.wp-theme-lawyer-zone .featured-button,
body.wp-theme-lawyer-zone .btn-primary {
  background: var(--k-navy);
  border-color: var(--k-navy);
  color: #fff;
  font-weight: 650;
  letter-spacing: 0.015em;
  box-shadow: 0 6px 16px rgba(40, 42, 54, 0.12);
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.wp-theme-lawyer-zone .featured-button:hover,
body.wp-theme-lawyer-zone .featured-button:focus,
body.wp-theme-lawyer-zone .btn-primary:hover,
body.wp-theme-lawyer-zone .btn-primary:focus {
  background: var(--k-navy-deep);
  border-color: var(--k-navy-deep);
  color: #fff;
  box-shadow: 0 9px 22px rgba(40, 42, 54, 0.18);
  transform: translateY(-1px);
}

body.wp-theme-lawyer-zone a.gutentor-button[href^="tel:"] {
  min-width: 0 !important;
  padding: 13px 18px !important;
  color: #fff !important;
  background: var(--k-navy) !important;
  border: 1px solid var(--k-navy) !important;
  border-radius: 0 !important;
  box-shadow: 0 7px 18px rgba(40, 42, 54, 0.13) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
}

body.wp-theme-lawyer-zone a.gutentor-button[href^="tel:"]:hover,
body.wp-theme-lawyer-zone a.gutentor-button[href^="tel:"]:focus {
  color: #fff !important;
  background: var(--k-navy-deep) !important;
  border-color: var(--k-navy-deep) !important;
}

body.wp-theme-lawyer-zone .site-content.container,
body.wp-theme-lawyer-zone .container {
  max-width: 1180px;
}

body.wp-theme-lawyer-zone .entry-content {
  color: #555761;
  font-size: 16px;
  line-height: 1.78;
}

body.wp-theme-lawyer-zone .entry-title,
body.wp-theme-lawyer-zone .page-title,
body.wp-theme-lawyer-zone .widget-title {
  color: var(--k-ink-strong);
  text-wrap: balance;
}

body.wp-theme-lawyer-zone .site-footer {
  border-top: 2px solid rgba(216, 189, 143, 0.58);
}

body.wp-theme-lawyer-zone .site-footer .footer-columns {
  background: #242426;
}

body.wp-theme-lawyer-zone .site-footer .copy-right {
  background: #2d2d2f;
}

body.wp-theme-lawyer-zone .site-footer .footer-copyright,
body.wp-theme-lawyer-zone .site-footer .copy-right .init-animate {
  opacity: 1 !important;
  visibility: visible !important;
}

body.wp-theme-lawyer-zone .site-info,
body.wp-theme-lawyer-zone #block-41,
body.wp-theme-lawyer-zone .chaty-widget,
body.wp-theme-lawyer-zone [class*="chaty-widget"],
body.wp-theme-lawyer-zone .tags-links {
  display: none !important;
}

/* Homepage: preserve the original 4 x 3 activity grid and refine each card. */
body.home.wp-theme-lawyer-zone #lawyer_zone_service-5 .featured-entries-col {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
  border: 0 !important;
}

body.home.wp-theme-lawyer-zone #lawyer_zone_service-5 .featured-entries-col > .clearfix {
  display: none !important;
}

body.home.wp-theme-lawyer-zone #lawyer_zone_service-5 .single-list {
  width: 25%;
  padding: 8px;
  background: transparent !important;
  border: 0 !important;
}

body.home.wp-theme-lawyer-zone #lawyer_zone_service-5 .single-item {
  position: relative;
  display: flex;
  min-height: 220px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 32px 24px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--k-line) !important;
  box-shadow: 0 8px 24px rgba(40, 42, 52, 0.035);
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.home.wp-theme-lawyer-zone #lawyer_zone_service-5 .single-item::before,
body.home.wp-theme-lawyer-zone #lawyer_zone_service-5 .single-item::after {
  content: none !important;
  display: none !important;
}

body.home.wp-theme-lawyer-zone #lawyer_zone_service-5 .icon i {
  color: var(--k-gold-deep);
  transition: color 180ms ease, transform 180ms ease;
}

body.home.wp-theme-lawyer-zone #lawyer_zone_service-5 .title {
  max-width: 230px;
  margin-top: 22px;
  line-height: 1.25;
  text-align: center;
  text-wrap: balance;
}

body.home.wp-theme-lawyer-zone #lawyer_zone_service-5 .title a {
  color: #3b3d46;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.005em;
  transition: color 180ms ease;
}

body.home.wp-theme-lawyer-zone #lawyer_zone_service-5 .title a::after {
  position: absolute;
  inset: 0;
  content: "";
}

@media (hover: hover) {
  body.home.wp-theme-lawyer-zone #lawyer_zone_service-5 .single-list:hover .single-item {
    background: var(--k-navy);
    border-color: var(--k-navy) !important;
    box-shadow: 0 18px 38px rgba(45, 47, 62, 0.2);
    transform: translateY(-4px);
  }

  body.home.wp-theme-lawyer-zone #lawyer_zone_service-5 .single-list:hover .icon i {
    color: #e4c796;
    transform: translateY(-2px);
  }

  body.home.wp-theme-lawyer-zone #lawyer_zone_service-5 .single-list:hover .title a {
    color: #fff;
  }
}

body.home.wp-theme-lawyer-zone #lawyer_zone_service-5 .single-list:focus-within .single-item {
  background: var(--k-navy);
  border-color: var(--k-navy) !important;
  box-shadow: 0 0 0 3px rgba(185, 145, 85, 0.32), 0 18px 38px rgba(45, 47, 62, 0.18);
  transform: translateY(-3px);
}

body.home.wp-theme-lawyer-zone #lawyer_zone_service-5 .single-list:focus-within .icon i {
  color: #e4c796;
}

body.home.wp-theme-lawyer-zone #lawyer_zone_service-5 .single-list:focus-within .title a {
  color: #fff;
}

body.home.wp-theme-lawyer-zone #lawyer_zone_service-3 .single-item,
body.home.wp-theme-lawyer-zone #lawyer_zone_accordion-3 .contact-page-content,
body.home.wp-theme-lawyer-zone #lawyer_zone_accordion-3 .accordion-content,
body.home.wp-theme-lawyer-zone #lawyer_zone_team-3 .team-item {
  background: #fff;
  border: 1px solid var(--k-line);
  box-shadow: 0 10px 28px rgba(40, 42, 52, 0.045);
}

body.home.wp-theme-lawyer-zone #lawyer_zone_service-3 .single-item {
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.home.wp-theme-lawyer-zone #lawyer_zone_service-3 .single-item:hover {
  border-color: #dcd3c4;
  box-shadow: 0 15px 32px rgba(40, 42, 52, 0.075);
  transform: translateY(-2px);
}

body.home.wp-theme-lawyer-zone #lawyer_zone_accordion-3,
body.home.wp-theme-lawyer-zone #lawyer_zone_team-3 {
  background: #f7f7f6;
}

/* Publications: quiet editorial grid, balanced copy and no visible keyword lists. */
body.blog.wp-theme-lawyer-zone #content.site-content {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 48px;
  padding-top: 58px;
  padding-bottom: 80px;
}

body.blog.wp-theme-lawyer-zone #secondary-left {
  grid-column: 1;
  grid-row: 1;
  width: auto !important;
  margin: 0 !important;
  float: none !important;
}

body.blog.wp-theme-lawyer-zone #primary {
  grid-column: 2;
  grid-row: 1;
  width: auto !important;
  margin: 0 !important;
  float: none !important;
}

body.blog.wp-theme-lawyer-zone .inner-main-title {
  display: none !important;
}

body.blog.wp-theme-lawyer-zone #secondary-left .widget {
  padding: 28px 24px;
  background: var(--k-soft);
  border: 1px solid var(--k-line);
  box-shadow: 0 12px 30px rgba(42, 44, 55, 0.05);
}

body.blog.wp-theme-lawyer-zone #secondary-left img {
  max-width: 170px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

body.blog.wp-theme-lawyer-zone .k-publications-intro {
  margin-bottom: 34px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--k-line);
}

body.blog.wp-theme-lawyer-zone .k-publications-intro .k-eyebrow,
body.wp-theme-lawyer-zone .k-page-intro .k-eyebrow {
  display: block;
  margin-bottom: 10px;
  color: var(--k-gold-deep);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.blog.wp-theme-lawyer-zone .k-publications-intro h1,
body.wp-theme-lawyer-zone .k-page-intro h1 {
  margin: 0 0 12px;
  color: var(--k-ink-strong);
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.13;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

body.blog.wp-theme-lawyer-zone .k-publications-intro p,
body.wp-theme-lawyer-zone .k-page-intro p {
  max-width: 760px;
  margin: 0;
  color: var(--k-muted);
  font-size: 16px;
  line-height: 1.75;
}

body.blog.wp-theme-lawyer-zone #main.site-main {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

body.blog.wp-theme-lawyer-zone #main > article {
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--k-line);
  box-shadow: 0 10px 28px rgba(40, 42, 52, 0.045);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.blog.wp-theme-lawyer-zone #main > article:hover {
  border-color: #d8d0c2;
  box-shadow: 0 16px 36px rgba(40, 42, 52, 0.085);
  transform: translateY(-3px);
}

body.blog.wp-theme-lawyer-zone #main > article .content-wrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
}

body.blog.wp-theme-lawyer-zone #main > article .image-wrap {
  display: none !important;
}

body.blog.wp-theme-lawyer-zone #main > article .entry-content {
  display: flex;
  min-height: 360px;
  flex: 1;
  flex-direction: column;
  padding: 28px 26px 26px;
}

body.blog.wp-theme-lawyer-zone #main > article .entry-meta {
  margin-bottom: 15px;
}

body.blog.wp-theme-lawyer-zone #main > article .cat-links a {
  color: var(--k-gold-deep);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.blog.wp-theme-lawyer-zone #main > article .entry-title {
  margin: 0 0 18px;
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.24;
  letter-spacing: -0.018em;
}

body.blog.wp-theme-lawyer-zone #main > article .entry-title a {
  color: var(--k-ink-strong);
}

body.blog.wp-theme-lawyer-zone #main > article .entry-footer {
  display: none !important;
}

body.blog.wp-theme-lawyer-zone #main > article .entry-content > p {
  display: -webkit-box;
  min-height: 108px;
  margin: 0 0 24px;
  overflow: hidden;
  color: var(--k-muted);
  font-size: 15px;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

body.blog.wp-theme-lawyer-zone #main > article .more-link {
  align-self: flex-start;
  margin-top: auto;
  padding: 10px 15px;
  font-size: 12px;
  letter-spacing: 0.025em;
}

body.blog.wp-theme-lawyer-zone #main > .navigation.pagination {
  grid-column: 1 / -1;
  margin-top: 18px;
}

/* Shared internal-page introduction. */
body.wp-theme-lawyer-zone .k-page-intro {
  max-width: 1050px;
  margin: 0 auto;
  padding: 62px 24px 34px;
  border-bottom: 1px solid var(--k-line);
}

/* Activity directory: preserve all original content and turn headings/lists into calm sections. */
body.page-id-56.wp-theme-lawyer-zone #pl-56 {
  max-width: 1050px;
  margin: 0 auto;
  padding: 10px 24px 82px;
}

body.page-id-56.wp-theme-lawyer-zone #pg-56-0 {
  display: none !important;
}

body.page-id-56.wp-theme-lawyer-zone #pg-56-1,
body.page-id-56.wp-theme-lawyer-zone #pgc-56-1-0 {
  display: block !important;
  width: 100% !important;
}

body.page-id-56.wp-theme-lawyer-zone #pgc-56-1-0 > .so-panel {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

body.page-id-56.wp-theme-lawyer-zone #pgc-56-1-0 > .widget_sow-button {
  margin-top: 26px !important;
  margin-bottom: 0 !important;
}

body.page-id-56.wp-theme-lawyer-zone .widget_sow-button .ow-button-base a {
  display: block !important;
  width: 100% !important;
  padding: 16px 20px !important;
  color: #fff !important;
  background: var(--k-navy) !important;
  border: 1px solid var(--k-navy) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  letter-spacing: 0.045em;
  text-align: left !important;
}

body.page-id-56.wp-theme-lawyer-zone #pgc-56-1-0 > .widget_text {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 26px 30px 22px;
  color: #555761;
  background: #fff;
  border: 1px solid var(--k-line);
  border-top: 0;
  box-shadow: 0 10px 28px rgba(40, 42, 52, 0.035);
}

body.page-id-56.wp-theme-lawyer-zone #pgc-56-1-0 > .widget_text ul {
  columns: 2;
  column-gap: 44px;
  margin: 0;
  padding-left: 20px;
}

body.page-id-56.wp-theme-lawyer-zone #pgc-56-1-0 > .widget_text li {
  margin-bottom: 8px;
  break-inside: avoid;
  font-size: 14px;
  line-height: 1.55;
}

body.page-id-56.wp-theme-lawyer-zone #pgc-56-1-0 > .widget_text a {
  color: #555761 !important;
  text-decoration-color: rgba(185, 145, 85, 0.38);
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

body.page-id-56.wp-theme-lawyer-zone #pgc-56-1-0 > .widget_text a:hover,
body.page-id-56.wp-theme-lawyer-zone #pgc-56-1-0 > .widget_text a:focus {
  color: var(--k-ink-strong) !important;
  text-decoration-color: var(--k-gold-deep);
}

body.page-id-56.wp-theme-lawyer-zone #pgc-56-1-0 > .widget_text h3,
body.page-id-56.wp-theme-lawyer-zone #pgc-56-1-0 > .widget_text h4 {
  margin-top: 18px;
  color: var(--k-ink-strong);
  font-size: 16px;
}

/* Legislation: two-column library cards with the original links intact. */
body.page-id-818.wp-theme-lawyer-zone #content.site-content {
  padding-top: 48px;
  padding-bottom: 82px;
}

body.page-id-818.wp-theme-lawyer-zone .entry-title {
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 500;
  letter-spacing: -0.025em;
}

body.page-id-818.wp-theme-lawyer-zone .k-mevzuat-intro {
  max-width: 760px;
  margin: 0 0 30px;
  color: var(--k-muted);
  font-size: 16px;
  line-height: 1.75;
}

body.page-id-818.wp-theme-lawyer-zone #pl-818 .panel-grid-cell {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100% !important;
}

body.page-id-818.wp-theme-lawyer-zone #pl-818 .so-panel {
  height: 100%;
  margin: 0 !important;
}

body.page-id-818.wp-theme-lawyer-zone #pl-818 .ow-button-base,
body.page-id-818.wp-theme-lawyer-zone #pl-818 .ow-button-base a {
  height: 100%;
}

body.page-id-818.wp-theme-lawyer-zone #pl-818 .ow-button-base a {
  position: relative;
  display: flex !important;
  min-height: 94px;
  align-items: center;
  padding: 22px 54px 22px 22px !important;
  color: var(--k-ink-strong) !important;
  background: #fff !important;
  border: 1px solid var(--k-line) !important;
  border-radius: 0 !important;
  box-shadow: 0 8px 22px rgba(40, 42, 52, 0.035) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  text-align: left !important;
  text-wrap: balance;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.page-id-818.wp-theme-lawyer-zone #pl-818 .ow-button-base a::after {
  position: absolute;
  right: 22px;
  color: var(--k-gold-deep);
  content: "\2192";
  font-size: 20px;
  transition: color 180ms ease, transform 180ms ease;
}

@media (hover: hover) {
  body.page-id-818.wp-theme-lawyer-zone #pl-818 .ow-button-base a:hover {
    color: #fff !important;
    background: var(--k-navy) !important;
    border-color: var(--k-navy) !important;
    box-shadow: 0 14px 30px rgba(45, 47, 62, 0.18) !important;
    transform: translateY(-2px);
  }

  body.page-id-818.wp-theme-lawyer-zone #pl-818 .ow-button-base a:hover::after {
    color: #e4c796;
    transform: translateX(3px);
  }
}

/* Contact modal: factual information only. */
body.wp-theme-lawyer-zone .contact-summary {
  padding: 8px 4px 2px;
  color: var(--k-ink);
}

body.wp-theme-lawyer-zone .contact-summary p {
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid var(--k-line);
}

body.wp-theme-lawyer-zone .contact-summary p:last-child {
  border-bottom: 0;
}

body.wp-theme-lawyer-zone .contact-summary a {
  color: var(--k-ink);
  text-decoration-color: rgba(185, 145, 85, 0.48);
}

@media (max-width: 991px) {
  body.home.wp-theme-lawyer-zone #lawyer_zone_service-5 .single-list {
    width: 50%;
  }

  body.blog.wp-theme-lawyer-zone #content.site-content {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  body.blog.wp-theme-lawyer-zone #primary,
  body.blog.wp-theme-lawyer-zone #secondary-left {
    grid-column: 1;
    grid-row: auto;
  }

  body.blog.wp-theme-lawyer-zone #secondary-left {
    order: 2;
  }
}

@media (max-width: 767px) {
  body.wp-theme-lawyer-zone .custom-logo,
  body.wp-theme-lawyer-zone .navbar-brand img {
    max-width: 215px !important;
    max-height: 68px !important;
  }

  body.wp-theme-lawyer-zone #navbar {
    box-shadow: 0 4px 14px rgba(35, 37, 48, 0.045);
  }

  body.blog.wp-theme-lawyer-zone #content.site-content,
  body.page-id-818.wp-theme-lawyer-zone #content.site-content {
    padding-top: 34px;
    padding-bottom: 60px;
  }

  body.blog.wp-theme-lawyer-zone #main.site-main,
  body.page-id-818.wp-theme-lawyer-zone #pl-818 .panel-grid-cell {
    grid-template-columns: 1fr;
  }

  body.blog.wp-theme-lawyer-zone #main > article .entry-content {
    min-height: 0;
  }

  body.wp-theme-lawyer-zone .k-page-intro {
    padding-top: 42px;
  }

  body.page-id-56.wp-theme-lawyer-zone #pgc-56-1-0 > .widget_text {
    padding: 22px 22px 18px;
  }

  body.page-id-56.wp-theme-lawyer-zone #pgc-56-1-0 > .widget_text ul {
    columns: 1;
  }
}

@media (max-width: 520px) {
  body.home.wp-theme-lawyer-zone #lawyer_zone_service-5 .single-list {
    width: 100%;
  }

  body.home.wp-theme-lawyer-zone #lawyer_zone_service-5 .single-item {
    min-height: 176px;
  }
}

/* 2026-08-03 experience repair: keep the original theme, fix contrast and rhythm. */
body.home.wp-theme-lawyer-zone #lawyer_zone_service-3 .featured-entries-col {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

body.home.wp-theme-lawyer-zone #lawyer_zone_service-3 .single-list {
  display: flex;
}

body.home.wp-theme-lawyer-zone #lawyer_zone_service-3 .single-item {
  display: flex;
  width: 100%;
  min-height: 330px;
  flex-direction: column;
  justify-content: center;
  color: var(--k-ink) !important;
}

body.home.wp-theme-lawyer-zone #lawyer_zone_service-3 .single-item .title,
body.home.wp-theme-lawyer-zone #lawyer_zone_service-3 .single-item .title a,
body.home.wp-theme-lawyer-zone #lawyer_zone_service-3 .single-item .content,
body.home.wp-theme-lawyer-zone #lawyer_zone_service-3 .single-item .details {
  color: var(--k-ink) !important;
}

body.home.wp-theme-lawyer-zone #lawyer_zone_service-3 .single-item .icon,
body.home.wp-theme-lawyer-zone #lawyer_zone_service-3 .single-item .icon i {
  color: var(--k-gold-deep) !important;
}

/* Publications: separate the destination link from the clamped excerpt. */
body.blog.wp-theme-lawyer-zone #main > article .entry-header-title {
  min-height: 142px;
}

body.blog.wp-theme-lawyer-zone #main > article .entry-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

body.blog.wp-theme-lawyer-zone #main > article .entry-content > .more-link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
}

/* Commerce-law directory and its formerly empty child pages. */
body.wp-theme-lawyer-zone .k-activity-overview,
body.wp-theme-lawyer-zone .k-activity-detail {
  max-width: 980px;
  margin: 0 auto;
  padding: 8px 0 58px;
}

body.wp-theme-lawyer-zone .k-activity-overview__header,
body.wp-theme-lawyer-zone .k-activity-detail__header {
  max-width: 760px;
  margin-bottom: 30px;
}

body.wp-theme-lawyer-zone .k-activity-overview .k-eyebrow,
body.wp-theme-lawyer-zone .k-activity-detail .k-eyebrow,
body.wp-theme-lawyer-zone .k-law-reader .k-eyebrow {
  display: block;
  margin: 0 0 9px;
  color: var(--k-gold-deep);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

body.wp-theme-lawyer-zone .k-activity-overview h2,
body.wp-theme-lawyer-zone .k-activity-detail h2,
body.wp-theme-lawyer-zone .k-law-reader h2 {
  margin: 0 0 13px;
  color: var(--k-ink-strong);
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: clamp(29px, 4vw, 42px);
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: -0.025em;
}

body.wp-theme-lawyer-zone .k-activity-overview__header > p:last-child,
body.wp-theme-lawyer-zone .k-activity-detail__header > p:last-child {
  margin: 0;
  color: var(--k-muted);
  font-size: 16px;
  line-height: 1.75;
}

body.wp-theme-lawyer-zone .k-activity-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body.wp-theme-lawyer-zone .k-activity-link {
  position: relative;
  display: flex;
  min-height: 194px;
  flex-direction: column;
  padding: 28px 30px;
  overflow: hidden;
  color: var(--k-ink) !important;
  background: #fff;
  border: 1px solid var(--k-line);
  box-shadow: 0 10px 26px rgba(40, 42, 52, 0.045);
  text-decoration: none !important;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.wp-theme-lawyer-zone .k-activity-link:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

body.wp-theme-lawyer-zone .k-activity-link__number {
  margin-bottom: 22px;
  color: var(--k-gold-deep);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.16em;
}

body.wp-theme-lawyer-zone .k-activity-link h3 {
  margin: 0 0 10px;
  color: inherit;
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.25;
}

body.wp-theme-lawyer-zone .k-activity-link p {
  margin: 0;
  color: inherit;
  font-size: 14px;
  line-height: 1.65;
  opacity: 0.78;
}

@media (hover: hover) {
  body.wp-theme-lawyer-zone .k-activity-link:hover {
    color: #fff !important;
    background: var(--k-navy);
    border-color: var(--k-navy);
    box-shadow: 0 18px 38px rgba(39, 41, 54, 0.18);
    transform: translateY(-3px);
  }

  body.wp-theme-lawyer-zone .k-activity-link:hover .k-activity-link__number {
    color: #e4c796;
  }
}

body.wp-theme-lawyer-zone .k-activity-link:hover {
  color: #fff !important;
  background: var(--k-navy);
  border-color: var(--k-navy);
  box-shadow: 0 18px 38px rgba(39, 41, 54, 0.18);
  transform: translateY(-3px);
}

body.wp-theme-lawyer-zone .k-activity-link:hover .k-activity-link__number {
  color: #e4c796;
}

body.wp-theme-lawyer-zone .k-activity-link:focus-visible {
  color: #fff !important;
  background: var(--k-navy);
  outline: 3px solid rgba(185, 145, 85, 0.45);
  outline-offset: 3px;
}

body.wp-theme-lawyer-zone .k-information-note {
  margin: 24px 0 0;
  padding: 18px 20px;
  color: var(--k-muted);
  background: var(--k-soft);
  border-left: 3px solid var(--k-gold);
  font-size: 13px;
  line-height: 1.65;
}

body.wp-theme-lawyer-zone .k-activity-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: 18px;
  align-items: stretch;
}

body.wp-theme-lawyer-zone .k-activity-topics,
body.wp-theme-lawyer-zone .k-activity-assessment {
  padding: 28px 30px;
  background: #fff;
  border: 1px solid var(--k-line);
  box-shadow: 0 10px 26px rgba(40, 42, 52, 0.045);
}

body.wp-theme-lawyer-zone .k-activity-detail h3 {
  margin: 0 0 16px;
  color: var(--k-ink-strong);
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 500;
}

body.wp-theme-lawyer-zone .k-activity-topics ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.wp-theme-lawyer-zone .k-activity-topics li {
  position: relative;
  margin: 0;
  padding: 12px 0 12px 22px;
  color: var(--k-ink);
  border-bottom: 1px solid var(--k-line);
  line-height: 1.55;
}

body.wp-theme-lawyer-zone .k-activity-topics li:last-child {
  border-bottom: 0;
}

body.wp-theme-lawyer-zone .k-activity-topics li::before {
  position: absolute;
  top: 20px;
  left: 2px;
  width: 6px;
  height: 6px;
  background: var(--k-gold);
  border-radius: 50%;
  content: "";
}

body.wp-theme-lawyer-zone .k-activity-assessment {
  background: var(--k-soft);
}

body.wp-theme-lawyer-zone .k-activity-assessment p {
  margin: 0;
  color: var(--k-muted);
  font-size: 15px;
  line-height: 1.75;
}

body.wp-theme-lawyer-zone .k-activity-back {
  display: inline-flex;
  margin-top: 24px;
  align-items: center;
  color: var(--k-ink) !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
}

body.wp-theme-lawyer-zone .k-activity-back:hover,
body.wp-theme-lawyer-zone .k-activity-back:focus-visible {
  color: var(--k-gold-deep) !important;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

/* Long statutes: canonical single page, real chapter navigation. */
body.wp-theme-lawyer-zone .k-law-reader {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(320px, 1.2fr);
  gap: 28px;
  margin: 0 0 44px;
  padding: 30px;
  background: var(--k-soft);
  border: 1px solid var(--k-line);
}

body.wp-theme-lawyer-zone .k-law-reader__copy > p:last-of-type {
  margin: 0 0 18px;
  color: var(--k-muted);
  line-height: 1.7;
}

body.wp-theme-lawyer-zone .k-official-source {
  color: var(--k-ink) !important;
  font-size: 13px;
  font-weight: 700;
  text-underline-offset: 4px;
}

body.wp-theme-lawyer-zone .k-law-toc-panel {
  padding: 0 22px;
  background: #fff;
  border: 1px solid var(--k-line);
}

body.wp-theme-lawyer-zone .k-law-toc-panel summary {
  padding: 18px 0;
  color: var(--k-ink-strong);
  cursor: pointer;
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 500;
}

body.wp-theme-lawyer-zone .k-law-toc-panel ol {
  margin: 0;
  padding: 0 0 18px;
  counter-reset: chapter;
  list-style: none;
}

body.wp-theme-lawyer-zone .k-law-toc-panel li {
  border-top: 1px solid var(--k-line);
  counter-increment: chapter;
}

body.wp-theme-lawyer-zone .k-law-toc-panel a {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  padding: 11px 0;
  align-items: baseline;
  color: var(--k-ink) !important;
  font-size: 13px;
  line-height: 1.45;
  text-decoration: none !important;
}

body.wp-theme-lawyer-zone .k-law-toc-panel a::before {
  color: var(--k-gold-deep);
  content: counter(chapter, decimal-leading-zero);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

body.wp-theme-lawyer-zone .k-law-toc-panel a:hover,
body.wp-theme-lawyer-zone .k-law-toc-panel a:focus-visible {
  color: var(--k-gold-deep) !important;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

body.wp-theme-lawyer-zone .k-law-page h2[id] {
  scroll-margin-top: 112px;
}

body.wp-theme-lawyer-zone .k-law-back {
  display: inline-block;
  margin: 32px 0 10px;
  color: var(--k-gold-deep) !important;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none !important;
}

body.wp-theme-lawyer-zone .k-law-back:hover,
body.wp-theme-lawyer-zone .k-law-back:focus-visible {
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

@media (max-width: 767px) {
  body.home.wp-theme-lawyer-zone #lawyer_zone_service-3 .single-item {
    min-height: 330px;
  }

  body.blog.wp-theme-lawyer-zone #main > article .entry-header-title {
    min-height: 0;
  }

  body.blog.wp-theme-lawyer-zone #main > article .entry-title {
    display: block;
    overflow: visible;
  }

  body.wp-theme-lawyer-zone .k-activity-link-grid,
  body.wp-theme-lawyer-zone .k-activity-detail-grid,
  body.wp-theme-lawyer-zone .k-law-reader {
    grid-template-columns: 1fr;
  }

  body.wp-theme-lawyer-zone .k-activity-link:last-child:nth-child(odd) {
    grid-column: auto;
  }

  body.wp-theme-lawyer-zone .k-activity-link {
    min-height: 0;
    padding: 24px;
  }

  body.wp-theme-lawyer-zone .k-activity-overview,
  body.wp-theme-lawyer-zone .k-activity-detail {
    padding-bottom: 42px;
  }

  body.wp-theme-lawyer-zone .k-activity-topics,
  body.wp-theme-lawyer-zone .k-activity-assessment,
  body.wp-theme-lawyer-zone .k-law-reader {
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.wp-theme-lawyer-zone *,
  body.wp-theme-lawyer-zone *::before,
  body.wp-theme-lawyer-zone *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}


/* Official legislation reference */
.k-law-reference {
  --k-law-ink: #292b3a;
  --k-law-navy: #45475d;
  --k-law-gold: #bd8732;
  color: var(--k-law-ink);
  max-width: 920px;
}
.k-law-reference__header {
  padding: clamp(26px, 5vw, 54px);
  border: 1px solid rgba(69, 71, 93, .16);
  background: linear-gradient(145deg, #fff 0%, #fbf8f3 100%);
  box-shadow: 0 18px 44px rgba(39, 41, 54, .08);
}
.k-law-reference__header h2 {
  margin: 10px 0 14px;
  color: var(--k-law-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 47px);
  line-height: 1.08;
}
.k-law-reference__header p,
.k-law-reference__notice p,
.k-law-chapters > p {
  margin: 0;
  color: #5a5d69;
  font-size: 16px;
  line-height: 1.8;
}
.k-law-reference__notice {
  margin: 22px 0;
  padding: 22px 24px;
  border-left: 3px solid var(--k-law-gold);
  background: #f7f3ed;
}
.k-law-reference__notice strong {
  display: block;
  margin-bottom: 5px;
  color: var(--k-law-ink);
}
.k-law-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 22px;
}
.k-law-facts > div {
  min-height: 112px;
  padding: 20px;
  border: 1px solid rgba(69, 71, 93, .14);
  background: #fff;
}
.k-law-facts dt {
  color: #777985;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.k-law-facts dd {
  margin: 8px 0 0;
  color: var(--k-law-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.35;
}
.k-law-reference__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
body.wp-theme-lawyer-zone .k-law-reference .k-official-source {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid var(--k-law-navy);
  background: var(--k-law-navy);
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
body.wp-theme-lawyer-zone .k-law-reference .k-official-source:hover,
body.wp-theme-lawyer-zone .k-law-reference .k-official-source:focus-visible {
  background: #292b3a;
  color: #fff !important;
}
body.wp-theme-lawyer-zone .k-law-reference .k-official-source--secondary {
  background: transparent;
  color: var(--k-law-navy) !important;
}
body.wp-theme-lawyer-zone .k-law-reference .k-official-source--secondary:hover,
body.wp-theme-lawyer-zone .k-law-reference .k-official-source--secondary:focus-visible {
  color: #fff !important;
}
.k-law-chapters {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(69, 71, 93, .14);
  background: #fff;
}
.k-law-chapters h3 {
  margin: 0 0 18px;
  color: var(--k-law-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
}
.k-law-chapters ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e4e1dc;
}
.k-law-chapters li {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  min-height: 64px;
  padding: 12px 14px;
  border-bottom: 1px solid #e4e1dc;
  color: #3f414c;
}
.k-law-chapters li:nth-child(odd) { border-right: 1px solid #e4e1dc; }
.k-law-chapters li span {
  color: var(--k-law-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}
@media (max-width: 767px) {
  .k-law-facts,
  .k-law-chapters ol { grid-template-columns: 1fr; }
  .k-law-chapters li:nth-child(odd) { border-right: 0; }
  .k-law-reference__actions { display: grid; }
  body.wp-theme-lawyer-zone .k-law-reference .k-official-source { width: 100%; }
}


/* 2026-08-03 URL and contact repair: preserve the old theme, restore spacing and factual pages. */
body.home.wp-theme-lawyer-zone #lawyer_zone_service-3 {
  box-sizing: border-box;
  padding-top: 52px !important;
}

body.wp-theme-lawyer-zone .k-info-page,
body.wp-theme-lawyer-zone .k-faq-page {
  max-width: 860px;
  margin: 0 auto;
  color: var(--k-ink);
}

body.wp-theme-lawyer-zone .k-info-lead {
  margin: 0 0 30px;
  color: #454852;
  font-size: 18px;
  line-height: 1.75;
}

body.wp-theme-lawyer-zone .k-info-grid,
body.wp-theme-lawyer-zone .k-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

body.wp-theme-lawyer-zone .k-info-card,
body.wp-theme-lawyer-zone .k-contact-card,
body.wp-theme-lawyer-zone .k-faq-item {
  padding: 26px 28px;
  background: #fff;
  border: 1px solid var(--k-line);
  box-shadow: 0 10px 28px rgba(40, 42, 52, 0.045);
}

body.wp-theme-lawyer-zone .k-info-card h2,
body.wp-theme-lawyer-zone .k-contact-card h2,
body.wp-theme-lawyer-zone .k-faq-item h2 {
  margin: 0 0 12px;
  color: var(--k-navy);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.35;
}

body.wp-theme-lawyer-zone .k-info-card p,
body.wp-theme-lawyer-zone .k-contact-card p,
body.wp-theme-lawyer-zone .k-contact-card address,
body.wp-theme-lawyer-zone .k-faq-item p {
  margin: 0;
  color: #4b4e58;
  font-size: 16px;
  line-height: 1.72;
}

body.wp-theme-lawyer-zone .k-contact-page {
  max-width: 1040px;
  margin: 0 auto;
  padding: 12px 0 28px;
}

body.wp-theme-lawyer-zone .k-contact-page .k-info-lead {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

body.wp-theme-lawyer-zone .k-contact-grid {
  grid-template-columns: 1.55fr 1fr 1fr;
}

body.wp-theme-lawyer-zone .k-contact-card address {
  font-style: normal;
}

body.wp-theme-lawyer-zone .k-info-page a,
body.wp-theme-lawyer-zone .k-contact-page a,
body.wp-theme-lawyer-zone .k-faq-page a {
  color: var(--k-gold-deep) !important;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

body.wp-theme-lawyer-zone .k-faq-list {
  display: grid;
  gap: 18px;
}

body.wp-theme-lawyer-zone .k-section-anchor {
  scroll-margin-top: 112px;
}

@media (max-width: 767px) {
  body.home.wp-theme-lawyer-zone #lawyer_zone_service-3 {
    padding-top: 0 !important;
  }

  body.wp-theme-lawyer-zone .k-info-grid,
  body.wp-theme-lawyer-zone .k-contact-grid {
    grid-template-columns: 1fr;
  }

  body.wp-theme-lawyer-zone .k-info-card,
  body.wp-theme-lawyer-zone .k-contact-card,
  body.wp-theme-lawyer-zone .k-faq-item {
    padding: 22px 20px;
  }

  body.wp-theme-lawyer-zone .k-info-lead {
    font-size: 17px;
  }
}


/* KANTARCİ v4 — lightweight interaction and privacy refinements */
.wrapper.inner-main-title {
  position: relative;
  min-height: 118px;
  height: auto !important;
  padding: 28px 0 24px;
  background: linear-gradient(135deg, #f8f6f2 0%, #eee8df 100%) !important;
  border-top: 1px solid rgba(40, 42, 61, .06);
  border-bottom: 1px solid rgba(188, 139, 69, .24);
}
.wrapper.inner-main-title::before {
  background: transparent !important;
  opacity: 0 !important;
}
.wrapper.inner-main-title .entry-header {
  position: static !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  transform: none !important;
}
.wrapper.inner-main-title .entry-title {
  margin: 0 0 8px;
  color: #292b35 !important;
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.18;
  letter-spacing: -.02em;
}
.wrapper.inner-main-title .breadcrumbs {
  position: static !important;
  margin: 0;
  color: #62636d;
  opacity: 1 !important;
  transform: none !important;
}
.wrapper.inner-main-title .breadcrumbs a { color: #6d5a3b; }
.wrapper.inner-main-title .breadcrumbs .trail-end,
.wrapper.inner-main-title .breadcrumbs .trail-end span { color: #696a72 !important; }
.k-contact-privacy {
  margin-top: 30px;
  padding: 20px 22px;
  border: 1px solid rgba(188, 139, 69, .32);
  border-left: 3px solid #bc8b45;
  background: #fbfaf8;
}
.k-contact-privacy strong { color: #282a3d; }
.k-contact-privacy p { margin: 7px 0 0; }
.k-official-links { margin-top: 24px; }
.k-official-links a { overflow-wrap: anywhere; }
.main-navigation .nav > li > a:focus-visible,
.featured-button:focus-visible,
.all-link:focus-visible {
  outline: 3px solid #bc8b45;
  outline-offset: 3px;
}
@media (max-width: 767px) {
  .wrapper.inner-main-title { min-height: 96px; padding: 22px 0 18px; }
  .wrapper.inner-main-title .entry-title { font-size: 28px; }
  #site-navigation.navbar-collapse.collapse { display: none !important; }
  #site-navigation.navbar-collapse.collapse.in { display: block !important; }
  #site-navigation .navbar-nav { margin: 8px 0 14px; }
  #site-navigation .navbar-nav > li { float: none; }
  #site-navigation .navbar-nav > li > a { display: block; }
}

/* v13.1: keep the profile media stable while retaining the established layout. */
body.wp-theme-lawyer-zone.page-id-100 .single-feat .single-thumb {
  width: 672px;
  max-width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #f4f2ee;
}

body.wp-theme-lawyer-zone.page-id-100 .single-feat .wp-post-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.wp-theme-lawyer-zone.page-id-100 .k-profile-contact-title {
  margin: 24px 0 8px;
  color: var(--k-ink-strong);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.045em;
}

/* v13: accessible headings and responsive media retain the established visual system. */
