/*
 * KANTARCİ V75 — restrained editorial design system.
 * This layer changes presentation only. Existing legal copy, discovery metadata,
 * routes, structured data, forms and the approved footer credit remain intact.
 */

body.premium-system-v75 {
  --v75-ink: #202431;
  --v75-ink-soft: #4f5360;
  --v75-navy: #11182d;
  --v75-navy-soft: #1a233d;
  --v75-gold: #b98b4a;
  --v75-gold-light: #dbc398;
  --v75-paper: #fffefa;
  --v75-ivory: #f5f1e9;
  --v75-mist: #ebe6dc;
  --v75-line: #ded7ca;
  --v75-serif: Baskerville, "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --v75-sans: Aptos, "Segoe UI", Arial, sans-serif;
  background: var(--v75-paper);
  color: var(--v75-ink);
  font-family: var(--v75-sans);
  font-size: 16px;
  line-height: 1.7;
}

body.premium-system-v75 :where(h1, h2, h3, h4) {
  text-wrap: balance;
}

body.premium-system-v75 :where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid rgba(185, 139, 74, .52);
  outline-offset: 4px;
}

body.premium-system-v75 .container,
body.premium-system-v75 .site-content.container {
  width: min(100% - 40px, 1180px);
  max-width: 1180px;
  padding-inline: 0;
}

/* Header */
body.premium-system-v75 .top-header {
  padding: 7px 0;
  border: 0;
  border-bottom: 1px solid rgba(219, 195, 152, .2);
  background: var(--v75-navy);
  color: rgba(255, 255, 255, .84);
  font-size: 13px;
}

body.premium-system-v75 .top-header a,
body.premium-system-v75 .top-header .icon-desc {
  color: rgba(255, 255, 255, .88) !important;
  font-size: 13px;
}

body.premium-system-v75 .top-header i {
  color: var(--v75-gold-light);
}

body.premium-system-v75 #navbar {
  position: relative;
  z-index: 100;
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--v75-line);
  background: rgba(255, 254, 250, .98);
  box-shadow: 0 10px 34px rgba(17, 24, 45, .055);
}

body.premium-system-v75 .custom-logo,
body.premium-system-v75 .navbar-brand img {
  width: auto !important;
  max-width: 286px !important;
  max-height: 74px !important;
  filter: contrast(1.045) saturate(.92);
}

body.premium-system-v75 #primary-menu > li > a {
  position: relative;
  color: #474b56;
  font-family: var(--v75-sans);
  font-size: 12px;
  font-weight: 680;
  letter-spacing: .075em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.premium-system-v75 #primary-menu > li > a::after {
  position: absolute;
  inset-inline: 10px;
  bottom: 30px;
  height: 1px;
  background: var(--v75-gold);
  content: "";
  opacity: 0;
  transform: scaleX(.25);
  transition: opacity 160ms ease, transform 160ms ease;
}

body.premium-system-v75 #primary-menu > li > a:hover::after,
body.premium-system-v75 #primary-menu > li > a:focus-visible::after,
body.premium-system-v75 #primary-menu > li.current-menu-item > a::after,
body.premium-system-v75 #primary-menu > li.current_page_item > a::after {
  opacity: 1;
  transform: scaleX(1);
}

body.premium-system-v75 .at-navbar .featured-button {
  min-height: 44px;
  margin-top: 31px;
  padding: 13px 19px;
  border: 1px solid var(--v75-navy);
  border-radius: 0;
  background: var(--v75-navy);
  box-shadow: none;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.35;
}

body.premium-system-v75 .at-navbar .featured-button:hover,
body.premium-system-v75 .at-navbar .featured-button:focus-visible {
  border-color: var(--v75-gold);
  background: var(--v75-gold);
  color: var(--v75-navy);
  transform: none;
}

@media (min-width: 1025px) {
  body.premium-system-v75 #navbar > .container {
    display: flex;
    min-height: 108px;
    align-items: center;
    justify-content: space-between;
  }

  body.premium-system-v75 .navbar-header {
    flex: 0 0 auto;
    padding: 0;
  }

  body.premium-system-v75 .at-beside-navbar-header {
    display: flex;
    min-width: 0;
    align-items: center;
    flex-direction: row-reverse;
  }

  body.premium-system-v75 .main-navigation .nav > li > a {
    padding: 44px 9px 42px;
  }
}

/* Quiet premium foundation for existing inner templates. */
body.premium-system-v75:not(.home) {
  background: var(--v75-ivory);
}

body.premium-system-v75 .wrapper.inner-main-title {
  min-height: 0;
  padding: clamp(38px, 5vw, 68px) 0 clamp(30px, 4vw, 54px);
  border: 0;
  border-bottom: 1px solid var(--v75-line);
  background:
    linear-gradient(90deg, rgba(185, 139, 74, .08), transparent 38%),
    var(--v75-paper) !important;
}

body.premium-system-v75 .wrapper.inner-main-title .entry-title,
body.premium-system-v75 .wrapper.inner-main-title .page-title {
  margin-bottom: 10px;
  color: var(--v75-navy) !important;
  font-family: var(--v75-serif);
  font-size: clamp(36px, 4.5vw, 58px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.05;
}

body.premium-system-v75 .wrapper.inner-main-title .breadcrumbs {
  color: #737580;
  font-size: 13px;
  letter-spacing: .015em;
}

body.premium-system-v75 .wrapper.inner-main-title .breadcrumbs a {
  color: #795b31;
  text-decoration-color: rgba(121, 91, 49, .3);
}

body.premium-system-v75:not(.home) #content.site-content {
  padding-top: clamp(42px, 6vw, 76px);
  padding-bottom: clamp(58px, 7vw, 92px);
}

body.premium-system-v75 .entry-content {
  color: var(--v75-ink-soft);
  line-height: 1.82;
}

body.premium-system-v75 .entry-content :where(h1, h2, h3, h4),
body.premium-system-v75 .k-page-intro h1 {
  color: var(--v75-navy);
  font-family: var(--v75-serif);
  font-weight: 400;
  letter-spacing: -.02em;
}

body.premium-system-v75 .k-info-card,
body.premium-system-v75 .k-contact-card,
body.premium-system-v75 .k-faq-item,
body.premium-system-v75 .k-law-reference__header,
body.premium-system-v75 .k-law-chapters {
  border-color: var(--v75-line);
  border-radius: 0;
  background: var(--v75-paper);
  box-shadow: 0 18px 50px rgba(17, 24, 45, .06);
}

/* Homepage editorial hero. */
body.home.premium-system-v75 {
  background: var(--v75-paper);
}

body.home.premium-system-v75 #content.k-v75-home {
  overflow: hidden;
}

.k-v75-home-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(219, 195, 152, .22);
  background:
    radial-gradient(circle at 82% 18%, rgba(185, 139, 74, .2), transparent 29%),
    linear-gradient(132deg, #11182d 0%, #19223b 58%, #11182d 100%);
  color: #fff;
}

.k-v75-home-hero::after {
  position: absolute;
  inset: auto -8vw -45% auto;
  width: min(58vw, 760px);
  aspect-ratio: 1;
  border: 1px solid rgba(219, 195, 152, .16);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.k-v75-home-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .48fr);
  gap: clamp(46px, 7vw, 110px);
  align-items: center;
  min-height: clamp(480px, 55vw, 650px);
  padding-block: clamp(76px, 9vw, 128px);
}

.k-v75-home-hero__copy {
  max-width: 760px;
}

.k-v75-home-hero__eyebrow,
.k-v75-section-head__eyebrow {
  display: block;
  margin: 0 0 18px;
  color: var(--v75-gold-light);
  font-size: 11px;
  font-weight: 720;
  letter-spacing: .18em;
  line-height: 1.5;
  text-transform: uppercase;
}

.k-v75-home-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-family: var(--v75-serif);
  font-size: clamp(48px, 6.4vw, 82px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .98;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

.k-v75-home-hero__lead {
  max-width: 690px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.75;
}

.k-v75-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.k-v75-home-hero__action {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid rgba(255, 255, 255, .3);
  color: #fff !important;
  font-size: 13px;
  font-weight: 680;
  letter-spacing: .035em;
  text-decoration: none;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.k-v75-home-hero__action--primary {
  border-color: var(--v75-gold-light);
  background: var(--v75-gold-light);
  color: var(--v75-navy) !important;
}

.k-v75-home-hero__action:hover,
.k-v75-home-hero__action:focus-visible {
  border-color: #fff;
  background: #fff;
  color: var(--v75-navy) !important;
}

.k-v75-home-hero__mark {
  position: relative;
  display: grid;
  width: min(100%, 330px);
  aspect-ratio: 1;
  place-items: center;
  justify-self: end;
  border: 1px solid rgba(219, 195, 152, .25);
}

.k-v75-home-hero__mark::before,
.k-v75-home-hero__mark::after {
  position: absolute;
  background: rgba(219, 195, 152, .22);
  content: "";
}

.k-v75-home-hero__mark::before { inset: 50% 11%; height: 1px; }
.k-v75-home-hero__mark::after { inset: 11% 50%; width: 1px; }

.k-v75-home-hero__mark span {
  position: relative;
  z-index: 1;
  color: var(--v75-gold-light);
  font-family: var(--v75-serif);
  font-size: clamp(74px, 10vw, 126px);
  font-weight: 400;
  line-height: 1;
}

/* Homepage legal-area hierarchy: one primary editorial doorway, then the full factual list. */
body.home.premium-system-v75 #kantarci-site_service-5 .at-widgets {
  padding: clamp(72px, 8vw, 110px) 0;
  background: var(--v75-paper);
}

.k-v75-section-head {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 36px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--v75-line);
}

.k-v75-section-head__index {
  color: var(--v75-gold);
  font-family: var(--v75-serif);
  font-size: 17px;
  letter-spacing: .08em;
}

.k-v75-section-head__eyebrow {
  margin-bottom: 8px;
  color: #826133;
}

.k-v75-section-head h2 {
  margin: 0;
  color: var(--v75-navy);
  font-family: var(--v75-serif);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.05;
}

body.home.premium-system-v75 #kantarci-site_service-5 .featured-entries-col {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0 !important;
  counter-reset: v75-area;
}

body.home.premium-system-v75 #kantarci-site_service-5 .featured-entries-col::before,
body.home.premium-system-v75 #kantarci-site_service-5 .featured-entries-col::after,
body.home.premium-system-v75 #kantarci-site_service-3 .featured-entries-col::before,
body.home.premium-system-v75 #kantarci-site_service-3 .featured-entries-col::after,
body.home.premium-system-v75 #kantarci-site_accordion-3 .row::before,
body.home.premium-system-v75 #kantarci-site_accordion-3 .row::after,
body.home.premium-system-v75 #kantarci-site_team-3 .featured-entries-col::before,
body.home.premium-system-v75 #kantarci-site_team-3 .featured-entries-col::after {
  display: none !important;
  content: none !important;
}

body.home.premium-system-v75 #kantarci-site_service-5 .featured-entries-col > .clearfix {
  display: none !important;
}

body.home.premium-system-v75 #kantarci-site_service-5 .single-list {
  position: relative;
  float: none !important;
  width: auto !important;
  min-width: 0;
  padding: 0 !important;
  counter-increment: v75-area;
}

body.home.premium-system-v75 #kantarci-site_service-5 .single-item {
  position: relative;
  display: flex;
  min-height: 148px;
  align-items: flex-start;
  justify-content: flex-end;
  margin: 0;
  padding: 28px 25px 24px;
  overflow: hidden;
  border: 1px solid var(--v75-line) !important;
  background: var(--v75-ivory);
  box-shadow: none;
  text-align: start;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

body.home.premium-system-v75 #kantarci-site_service-5 .single-item::before {
  position: absolute;
  inset-block-start: 21px;
  inset-inline-start: 24px;
  display: block !important;
  color: #97713d;
  content: counter(v75-area, decimal-leading-zero) !important;
  font-family: var(--v75-serif);
  font-size: 13px;
  letter-spacing: .08em;
  white-space: nowrap;
}

body.home.premium-system-v75 #kantarci-site_service-5 .single-item::after {
  display: none !important;
}

body.home.premium-system-v75 #kantarci-site_service-5 .icon {
  display: none;
}

body.home.premium-system-v75 #kantarci-site_service-5 .title {
  max-width: none;
  margin: 38px 0 0;
  text-align: start;
}

body.home.premium-system-v75 #kantarci-site_service-5 .title a {
  color: var(--v75-navy);
  font-family: var(--v75-serif);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -.01em;
  line-height: 1.25;
  text-decoration: none;
}

body.home.premium-system-v75 #kantarci-site_service-5 .single-list:first-of-type {
  grid-column: span 2;
  grid-row: span 2;
}

body.home.premium-system-v75 #kantarci-site_service-5 .single-list:first-of-type .single-item {
  min-height: 310px;
  padding: 42px 38px 34px;
  border-color: var(--v75-navy) !important;
  background:
    radial-gradient(circle at 82% 16%, rgba(185, 139, 74, .21), transparent 33%),
    var(--v75-navy);
}

body.home.premium-system-v75 #kantarci-site_service-5 .single-list:first-of-type .single-item::before {
  inset-block-start: 34px;
  inset-inline-start: 38px;
  color: var(--v75-gold-light);
}

body.home.premium-system-v75 #kantarci-site_service-5 .single-list:first-of-type .title {
  max-width: 440px;
  margin-top: 72px;
}

body.home.premium-system-v75 #kantarci-site_service-5 .single-list:first-of-type .title a {
  color: #fff;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.04;
}

body.home.premium-system-v75 #kantarci-site_service-5 .single-list:hover .single-item,
body.home.premium-system-v75 #kantarci-site_service-5 .single-list:focus-within .single-item {
  border-color: #bfa77e !important;
  background: #fff;
  box-shadow: none;
  transform: translateY(-2px);
}

body.home.premium-system-v75 #kantarci-site_service-5 .single-list:first-of-type:hover .single-item,
body.home.premium-system-v75 #kantarci-site_service-5 .single-list:first-of-type:focus-within .single-item {
  border-color: var(--v75-gold) !important;
  background:
    radial-gradient(circle at 82% 16%, rgba(185, 139, 74, .26), transparent 34%),
    var(--v75-navy-soft);
}

body.home.premium-system-v75 #kantarci-site_service-5 .single-list:hover .title a,
body.home.premium-system-v75 #kantarci-site_service-5 .single-list:focus-within .title a {
  color: var(--v75-navy);
}

body.home.premium-system-v75 #kantarci-site_service-5 .single-list:first-of-type:hover .title a,
body.home.premium-system-v75 #kantarci-site_service-5 .single-list:first-of-type:focus-within .title a {
  color: #fff;
}

/* Fees, consultation and privacy become a restrained information strip. */
body.home.premium-system-v75 #kantarci-site_service-3 {
  padding: 0 !important;
  background: var(--v75-ivory);
}

body.home.premium-system-v75 #kantarci-site_service-3 .acme-services.feature {
  margin: 0;
  padding: clamp(58px, 7vw, 86px) 0;
}

body.home.premium-system-v75 #kantarci-site_service-3 .featured-entries-col {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: var(--v75-line);
}

body.home.premium-system-v75 #kantarci-site_service-3 .single-list {
  float: none;
  width: auto;
  padding: 0;
}

body.home.premium-system-v75 #kantarci-site_service-3 .single-item {
  min-height: 260px;
  margin: 0;
  padding: 36px 32px 32px;
  border: 0;
  background: var(--v75-paper) !important;
  box-shadow: none;
  text-align: start;
}

body.home.premium-system-v75 #kantarci-site_service-3 .icon {
  display: none;
}

body.home.premium-system-v75 #kantarci-site_service-3 .title {
  margin: 0 0 20px;
  text-align: start;
}

body.home.premium-system-v75 #kantarci-site_service-3 .title a {
  color: var(--v75-navy) !important;
  font-family: var(--v75-serif);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.15;
  text-decoration: none;
}

body.home.premium-system-v75 #kantarci-site_service-3 .details {
  color: #5e616b !important;
  font-size: 15px;
  line-height: 1.75;
}

/* FAQ and lawyer sections retain their approved content while shedding template styling. */
body.home.premium-system-v75 #kantarci-site_accordion-3,
body.home.premium-system-v75 #kantarci-site_team-3 {
  background: var(--v75-paper);
}

body.home.premium-system-v75 #kantarci-site_accordion-3 .at-widgets,
body.home.premium-system-v75 #kantarci-site_team-3 .at-widgets {
  padding: clamp(72px, 8vw, 108px) 0;
}

body.home.premium-system-v75 .at-widget-title-wrapper .widget-title {
  margin-bottom: 38px;
  color: var(--v75-navy);
  font-family: var(--v75-serif);
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 1.08;
  text-align: start;
  text-transform: none;
}

body.home.premium-system-v75 #kantarci-site_accordion-3 .row {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: 34px;
}

body.home.premium-system-v75 #kantarci-site_accordion-3 .row > [class*="col-"] {
  float: none;
  width: auto;
  padding: 0;
}

body.home.premium-system-v75 #kantarci-site_accordion-3 .contact-page-content,
body.home.premium-system-v75 #kantarci-site_accordion-3 .accordion-content {
  height: 100%;
  border: 1px solid var(--v75-line);
  background: var(--v75-ivory);
  box-shadow: none;
}

body.home.premium-system-v75 #kantarci-site_accordion-3 .contact-page-content {
  overflow: hidden;
}

body.home.premium-system-v75 #kantarci-site_accordion-3 .contact-page-content .entry-title {
  display: none;
}

body.home.premium-system-v75 #kantarci-site_accordion-3 .contact-page-content figure,
body.home.premium-system-v75 #kantarci-site_accordion-3 .contact-page-content img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  margin: 0;
  object-fit: cover;
  object-position: center 18%;
}

body.home.premium-system-v75 #kantarci-site_accordion-3 .accordion-item {
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--v75-line);
  background: transparent;
}

body.home.premium-system-v75 #kantarci-site_accordion-3 .accordion-item:last-child {
  border-bottom: 0;
}

body.home.premium-system-v75 #kantarci-site_accordion-3 .accordion-title a {
  padding: 24px 25px;
  color: var(--v75-navy);
  font-family: var(--v75-serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
}

body.home.premium-system-v75 #kantarci-site_accordion-3 .accordion-details {
  padding: 0 25px 24px;
  color: #5c606b;
}

body.home.premium-system-v75 #kantarci-site_team-3 .featured-entries-col {
  width: 100%;
  height: auto;
  min-height: 0;
  padding: 0;
  background: transparent;
}

body.home.premium-system-v75 #kantarci-site_team-3 .team-item {
  max-width: 860px;
  margin-inline: auto;
  border: 1px solid var(--v75-line);
  background: var(--v75-ivory);
  box-shadow: none;
}

/* Existing editorial, criminal-law and decision templates now share one palette. */
body.premium-system-v75.publication-premium-v66 {
  --k66-ivory: var(--v75-ivory);
  --k66-paper: var(--v75-paper);
  --k66-ink: var(--v75-ink);
  --k66-navy: var(--v75-navy);
  --k66-navy-soft: var(--v75-navy-soft);
  --k66-gold: var(--v75-gold);
  --k66-gold-dark: #795b31;
  --k66-line: var(--v75-line);
  --k66-muted: #5c606b;
}

body.premium-system-v75 .publication-hero h1,
body.premium-system-v75 .publication-archive .k-publications-intro h1,
body.premium-system-v75 .publication-body :where(h2, h3, h4),
body.premium-system-v75 .criminal-center__hero h2,
body.premium-system-v75 .criminal-center__section-title,
body.premium-system-v75 .k-case-hub h1,
body.premium-system-v75 .k-court-card h2,
body.premium-system-v75 .k-judgment-page .entry-title {
  font-family: var(--v75-serif);
  font-weight: 400;
}

body.premium-system-v75 .publication-card,
body.premium-system-v75 .criminal-center__card,
body.premium-system-v75 .k-court-card {
  border-color: var(--v75-line);
  border-radius: 0;
  background: var(--v75-paper);
  box-shadow: 0 16px 44px rgba(17, 24, 45, .055);
}

body.premium-system-v75 .criminal-center__hero,
body.premium-system-v75 .publication-toc {
  background: var(--v75-navy);
}

body.premium-system-v75 .k-case-hub #content {
  padding-block: clamp(46px, 6vw, 78px) clamp(62px, 7vw, 94px);
}

body.premium-system-v75 .k-case-intro {
  max-width: 850px;
  margin-bottom: 46px;
}

body.premium-system-v75 .k-case-hub h1 {
  color: var(--v75-navy);
  font-size: clamp(42px, 5.5vw, 68px);
  letter-spacing: -.04em;
  line-height: 1.02;
}

body.premium-system-v75 .k-case-grid {
  gap: 16px;
}

body.premium-system-v75 .k-court-card {
  min-height: 290px;
  padding: 34px 30px 29px;
}

body.premium-system-v75 .k-court-card::before {
  inset-inline-start: 30px;
  width: 54px;
  background: var(--v75-gold);
}

/* Forms retain their validated behaviour and receive only system-level type/colour polish. */
body.premium-system-v75 :where(input, select, textarea) {
  border-radius: 0;
  font-family: var(--v75-sans);
}

body.premium-system-v75.appointment-request-v74 .k-appointment,
body.premium-system-v75.contact-premium-v66 .contact-premium {
  --k74-navy: var(--v75-navy);
  --k74-gold: var(--v75-gold);
}

/* Practice-area index: replace the inherited theme-builder treatment with an
   editorial directory while preserving the original links and legal copy. */
body.page-id-56.premium-system-v75 main#content {
  width: min(100% - 40px, 1180px);
  margin-inline: auto;
  padding: clamp(58px, 7vw, 92px) 0 clamp(72px, 8vw, 108px);
}

body.page-id-56.premium-system-v75 main#content > .k-page-intro {
  max-width: 790px;
  margin: 0 0 clamp(38px, 5vw, 62px);
}

body.page-id-56.premium-system-v75 .k-page-intro .k-eyebrow {
  display: block;
  margin-bottom: 14px;
  color: var(--v75-gold);
  font-size: 11px;
  font-weight: 740;
  letter-spacing: .17em;
  line-height: 1.5;
  text-transform: uppercase;
}

body.page-id-56.premium-system-v75 .k-page-intro h1 {
  margin: 0;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.03;
}

body.page-id-56.premium-system-v75 .k-page-intro p {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--v75-ink-soft);
  font-size: clamp(17px, 1.65vw, 20px);
  line-height: 1.72;
}

body.page-id-56.premium-system-v75 #pg-56-0 {
  display: none;
}

body.page-id-56.premium-system-v75 #pg-56-1,
body.page-id-56.premium-system-v75 #pg-56-1 > .panel-grid-cell {
  display: block;
  width: 100%;
}

body.page-id-56.premium-system-v75 #pg-56-1 .widget_sow-button {
  margin: clamp(24px, 3vw, 36px) 0 0 !important;
}

body.page-id-56.premium-system-v75 #pg-56-1 .widget_sow-button:first-child {
  margin-top: 0 !important;
}

body.page-id-56.premium-system-v75 #pg-56-1 .ow-button-base,
body.page-id-56.premium-system-v75 #pg-56-1 .ow-button-base > span {
  display: block;
  width: 100%;
}

body.page-id-56.premium-system-v75 #pg-56-1 .sowb-button {
  display: flex !important;
  width: 100% !important;
  min-height: 66px;
  align-items: center;
  padding: 19px 24px !important;
  border: 1px solid var(--v75-line) !important;
  border-inline-start: 3px solid var(--v75-gold) !important;
  border-radius: 0 !important;
  background: var(--v75-paper) !important;
  box-shadow: 0 15px 34px rgba(17, 24, 45, .055) !important;
  color: var(--v75-navy) !important;
  font-family: var(--v75-sans) !important;
  font-size: 13px !important;
  font-weight: 760 !important;
  letter-spacing: .085em !important;
  line-height: 1.45 !important;
  text-align: start !important;
  text-shadow: none !important;
  text-transform: uppercase;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

body.page-id-56.premium-system-v75 #pg-56-1 .sowb-button:hover,
body.page-id-56.premium-system-v75 #pg-56-1 .sowb-button:focus-visible {
  border-color: var(--v75-gold) !important;
  background: #fbf7ef !important;
  color: #795b31 !important;
  transform: none !important;
}

body.page-id-56.premium-system-v75 #pg-56-1 .widget_sow-button:first-child .sowb-button {
  min-height: 82px;
  padding: 24px 28px !important;
  border-color: var(--v75-navy) !important;
  border-inline-start-color: var(--v75-gold-light) !important;
  background:
    linear-gradient(105deg, rgba(185, 139, 74, .13), transparent 46%),
    var(--v75-navy) !important;
  color: #fff !important;
  font-family: var(--v75-serif) !important;
  font-size: clamp(20px, 2vw, 25px) !important;
  font-weight: 400 !important;
  letter-spacing: .015em !important;
  text-transform: none;
}

body.page-id-56.premium-system-v75 #pg-56-1 .widget_text {
  margin: 0 !important;
  padding: clamp(26px, 4vw, 42px) clamp(24px, 4.5vw, 48px) !important;
  border: 1px solid var(--v75-line);
  border-top: 0;
  background: rgba(255, 254, 250, .82);
  box-shadow: 0 18px 42px rgba(17, 24, 45, .045);
  color: var(--v75-ink-soft);
  font-size: 15.5px;
  line-height: 1.7;
}

body.page-id-56.premium-system-v75 #pg-56-1 .widget_sow-button:first-child + .widget_text {
  border-color: rgba(185, 139, 74, .44);
  background:
    linear-gradient(130deg, rgba(219, 195, 152, .14), transparent 42%),
    var(--v75-paper);
}

body.page-id-56.premium-system-v75 #pg-56-1 .textwidget > ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 42px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.page-id-56.premium-system-v75 #pg-56-1 .textwidget > ul > li {
  position: relative;
  margin: 0;
  padding-inline-start: 18px;
  break-inside: avoid;
}

body.page-id-56.premium-system-v75 #pg-56-1 .textwidget > ul > li::before {
  position: absolute;
  inset-block-start: .76em;
  inset-inline-start: 0;
  width: 7px;
  height: 1px;
  background: var(--v75-gold);
  content: "";
}

body.page-id-56.premium-system-v75 #pg-56-1 .textwidget > p {
  margin: 26px 0 12px;
}

body.page-id-56.premium-system-v75 #pg-56-1 .textwidget > p:first-child {
  margin-top: 0;
}

body.page-id-56.premium-system-v75 #pg-56-1 .textwidget > p > a {
  color: var(--v75-navy);
  font-family: var(--v75-serif);
  font-size: 20px;
  text-decoration-color: rgba(185, 139, 74, .5);
  text-underline-offset: 4px;
}

body.page-id-56.premium-system-v75 #pg-56-1 .textwidget a {
  color: #77572d;
  text-decoration-color: rgba(119, 87, 45, .28);
  text-underline-offset: 3px;
}

body.page-id-56.premium-system-v75 #pg-56-1 .textwidget a:hover,
body.page-id-56.premium-system-v75 #pg-56-1 .textwidget a:focus-visible {
  color: var(--v75-navy);
  text-decoration-color: var(--v75-gold);
}

/* Footer: preserve the approved architecture and NobleJackal signature. */
body.premium-system-v75 .site-footer.k-premium-footer {
  margin-top: 0;
  border-top: 1px solid rgba(219, 195, 152, .32);
  background:
    radial-gradient(circle at 10% 0%, rgba(185, 139, 74, .11), transparent 30%),
    linear-gradient(145deg, #18213a, var(--v75-navy));
}

body.premium-system-v75 .k-footer-shell {
  width: min(100% - 40px, 1180px);
  padding-top: 72px;
}

body.premium-system-v75 .k-footer-main {
  gap: 48px 58px;
}

body.premium-system-v75 .k-footer-notice {
  border-inline-start-color: var(--v75-gold);
}

@media (max-width: 1199px) {
  body.premium-system-v75 #primary-menu > li > a::after { display: none; }
}

@media (max-width: 1024px) {
  body.premium-system-v75 #navbar > .container {
    width: min(100% - 30px, 1180px);
  }

  body.premium-system-v75 .navbar-header {
    min-height: 88px;
    padding: 8px 0;
  }

  body.premium-system-v75 .navbar-toggle {
    top: 18px;
    margin: 0;
    padding: 8px 12px;
    border-radius: 0;
    background: var(--v75-navy);
  }

  body.premium-system-v75 #site-navigation {
    border-top: 1px solid var(--v75-line);
    background: var(--v75-paper);
    box-shadow: 0 22px 40px rgba(17, 24, 45, .1);
  }

  body.premium-system-v75 #site-navigation .navbar-nav > li {
    border-top-color: var(--v75-line);
  }

  body.premium-system-v75 #site-navigation .navbar-nav > li > a {
    padding: 13px 10px;
    color: var(--v75-navy);
    line-height: 1.4;
  }

  body.home.premium-system-v75 #kantarci-site_service-5 .featured-entries-col {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.home.premium-system-v75 #kantarci-site_service-5 .single-list:first-of-type {
    grid-column: span 2;
  }
}

@media (max-width: 767px) {
  body.premium-system-v75 .container,
  body.premium-system-v75 .site-content.container,
  body.premium-system-v75 .k-footer-shell {
    width: min(100% - 32px, 1180px);
  }

  body.premium-system-v75 .top-header {
    padding: 8px 0 9px;
  }

  body.premium-system-v75 .top-header .row {
    display: grid;
    gap: 8px;
  }

  body.premium-system-v75 .top-header .info-icon-box-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px 12px;
  }

  body.premium-system-v75 .top-header .info-icon-box-wrapper .info-icon-box {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  body.premium-system-v75 .custom-logo,
  body.premium-system-v75 .navbar-brand img {
    max-width: 218px !important;
    max-height: 64px !important;
  }

  .k-v75-home-hero__inner {
    grid-template-columns: 1fr;
    gap: 46px;
    min-height: 0;
    padding-block: 68px 64px;
  }

  .k-v75-home-hero h1 {
    font-size: clamp(44px, 14vw, 62px);
  }

  .k-v75-home-hero__lead {
    margin-top: 22px;
    font-size: 17px;
  }

  .k-v75-home-hero__actions {
    display: grid;
    margin-top: 28px;
  }

  .k-v75-home-hero__action {
    width: 100%;
  }

  .k-v75-home-hero__mark {
    width: 180px;
    justify-self: start;
  }

  .k-v75-section-head {
    grid-template-columns: 45px minmax(0, 1fr);
    gap: 16px;
    margin-bottom: 25px;
  }

  body.home.premium-system-v75 #kantarci-site_service-5 .featured-entries-col {
    grid-template-columns: 1fr;
  }

  body.home.premium-system-v75 #kantarci-site_service-5 .single-list:first-of-type {
    grid-column: auto;
    grid-row: auto;
  }

  body.home.premium-system-v75 #kantarci-site_service-5 .single-list:first-of-type .single-item {
    min-height: 260px;
    padding: 34px 28px 29px;
  }

  body.home.premium-system-v75 #kantarci-site_service-5 .single-list:first-of-type .single-item::before {
    inset-block-start: 29px;
    inset-inline-start: 28px;
  }

  body.home.premium-system-v75 #kantarci-site_service-5 .single-list:first-of-type .title {
    margin-top: 68px;
  }

  body.home.premium-system-v75 #kantarci-site_service-5 .single-item {
    min-height: 126px;
    padding: 24px 22px 21px;
  }

  body.home.premium-system-v75 #kantarci-site_service-5 .single-item::before {
    inset-block-start: 18px;
    inset-inline-start: 22px;
  }

  body.home.premium-system-v75 #kantarci-site_service-3 .featured-entries-col,
  body.home.premium-system-v75 #kantarci-site_accordion-3 .row {
    grid-template-columns: 1fr;
  }

  body.home.premium-system-v75 #kantarci-site_service-3 .single-item {
    min-height: 0;
    padding: 29px 24px;
  }

  body.home.premium-system-v75 #kantarci-site_accordion-3 .contact-page-content img {
    min-height: 420px;
  }

  body.premium-system-v75 .wrapper.inner-main-title {
    padding: 34px 0 28px;
  }

  body.premium-system-v75 .wrapper.inner-main-title .entry-title,
  body.premium-system-v75 .wrapper.inner-main-title .page-title {
    font-size: 36px;
  }

  body.premium-system-v75 .k-case-hub h1 {
    font-size: 43px;
  }

  body.page-id-56.premium-system-v75 main#content {
    width: min(100% - 32px, 1180px);
    padding-top: 52px;
  }

  body.page-id-56.premium-system-v75 .k-page-intro h1 {
    font-size: clamp(39px, 11vw, 52px);
  }

  body.page-id-56.premium-system-v75 #pg-56-1 .widget_sow-button {
    margin-top: 20px !important;
  }

  body.page-id-56.premium-system-v75 #pg-56-1 .sowb-button,
  body.page-id-56.premium-system-v75 #pg-56-1 .widget_sow-button:first-child .sowb-button {
    min-height: 0;
    padding: 18px 19px !important;
  }

  body.page-id-56.premium-system-v75 #pg-56-1 .widget_sow-button:first-child .sowb-button {
    font-size: 21px !important;
  }

  body.page-id-56.premium-system-v75 #pg-56-1 .widget_text {
    padding: 24px 21px !important;
    font-size: 15px;
  }

  body.page-id-56.premium-system-v75 #pg-56-1 .textwidget > ul {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  body.premium-system-v75 .k-court-card {
    min-height: 0;
    padding: 28px 24px;
  }

  body.premium-system-v75 .k-footer-shell {
    padding-top: 56px;
  }
}

html[dir="rtl"] .k-v75-home-hero__eyebrow,
html[dir="rtl"] .k-v75-section-head__eyebrow,
html[dir="rtl"] body.home.premium-system-v75 #kantarci-site_service-5 .single-item::before {
  letter-spacing: 0;
}

html[dir="rtl"] .k-v75-home-hero__copy,
html[dir="rtl"] .k-v75-section-head,
html[dir="rtl"] body.home.premium-system-v75 #kantarci-site_service-5 .single-item,
html[dir="rtl"] body.home.premium-system-v75 #kantarci-site_service-3 .single-item {
  text-align: right;
}

@media (prefers-reduced-motion: reduce) {
  body.premium-system-v75 *,
  body.premium-system-v75 *::before,
  body.premium-system-v75 *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
