/* KANTARCI v31 — English edition and restrained language selector. */
:root {
  --k31-navy: #44465d;
  --k31-navy-deep: #34364a;
  --k31-gold: #e2c298;
  --k31-gold-soft: #f1e3d0;
  --k31-ink: #252738;
  --k31-muted: #656879;
  --k31-line: rgba(68, 70, 93, 0.14);
  --k31-paper: #fffdf9;
  --k31-shadow: 0 18px 48px rgba(31, 33, 48, 0.08);
}

.k-language-switcher {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0 14px 0 0;
  padding: 3px;
  border: 1px solid rgba(226, 194, 152, 0.48);
  border-radius: 999px;
  background: rgba(25, 27, 45, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 8px 22px rgba(17, 18, 31, 0.12);
  vertical-align: middle;
  isolation: isolate;
}

.k-language-switcher__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.k-language-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78) !important;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  text-decoration: none !important;
  transition: color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.k-language-option:hover,
.k-language-option:focus-visible {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.09);
  outline: none;
}

.k-language-option:focus-visible {
  box-shadow: 0 0 0 2px var(--k31-navy), 0 0 0 4px var(--k31-gold);
}

.k-language-option.is-current {
  color: var(--k31-navy-deep) !important;
  background: linear-gradient(135deg, #f3e2ca, var(--k31-gold));
  box-shadow: 0 4px 14px rgba(226, 194, 152, 0.24);
  cursor: default;
}

.top-header .text-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-header .text-right > .socials {
  flex: 0 0 auto;
}

.k-en-shell {
  color: var(--k31-ink);
  background: #fff;
}

html[lang="en"] .site-content,
html[lang="en"] .k-en-primary {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  float: none;
}

html[lang="en"] .k-en-primary > .k-en-shell {
  width: 100%;
}

.k-en-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 8vw, 112px) 0 clamp(54px, 7vw, 92px);
  background:
    radial-gradient(circle at 84% 18%, rgba(226, 194, 152, 0.20), transparent 31%),
    linear-gradient(135deg, #fbf8f3 0%, #fff 52%, #f8f4ed 100%);
  border-bottom: 1px solid var(--k31-line);
}

.k-en-hero::after {
  content: "";
  position: absolute;
  inset: 18px 4vw auto auto;
  width: min(34vw, 420px);
  aspect-ratio: 1;
  border: 1px solid rgba(226, 194, 152, 0.20);
  border-radius: 50%;
  transform: translate(35%, -38%);
  pointer-events: none;
}

.k-en-hero .container,
.k-en-section .container {
  position: relative;
  z-index: 1;
}

.k-en-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 24px;
  color: var(--k31-muted);
  font-size: 13px;
}

.k-en-breadcrumbs a {
  color: var(--k31-navy) !important;
  text-decoration: none;
}

.k-en-breadcrumbs__separator {
  color: var(--k31-gold);
}

.k-en-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 15px;
  color: #9a6d31;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.k-en-eyebrow::before {
  content: "";
  width: 30px;
  height: 1px;
  background: var(--k31-gold);
}

.k-en-title {
  max-width: 900px;
  margin: 0;
  color: var(--k31-navy-deep);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 650;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.k-en-lead {
  max-width: 780px;
  margin: 24px 0 0;
  color: #555869;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.75;
}

.k-en-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.k-en-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid var(--k31-navy);
  border-radius: 2px;
  background: var(--k31-navy);
  color: #fff !important;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none !important;
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}

.k-en-button:hover,
.k-en-button:focus-visible {
  background: var(--k31-navy-deep);
  color: #fff !important;
  transform: translateY(-1px);
  outline: none;
}

.k-en-button--quiet {
  border-color: rgba(68, 70, 93, 0.26);
  background: transparent;
  color: var(--k31-navy) !important;
}

.k-en-button--quiet:hover,
.k-en-button--quiet:focus-visible {
  border-color: var(--k31-gold);
  background: var(--k31-paper);
  color: var(--k31-navy-deep) !important;
}

.k-en-section {
  padding: clamp(58px, 7vw, 92px) 0;
}

.k-en-section--tint {
  background: #faf8f4;
  border-top: 1px solid rgba(68, 70, 93, 0.08);
  border-bottom: 1px solid rgba(68, 70, 93, 0.08);
}

.k-en-section-heading {
  max-width: 780px;
  margin: 0 0 32px;
}

.k-en-section-heading h2,
.k-en-prose h2 {
  margin: 0 0 14px;
  color: var(--k31-navy-deep);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(25px, 3vw, 36px);
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.k-en-section-heading p,
.k-en-prose p,
.k-en-prose li {
  color: #56596a;
  font-size: 16px;
  line-height: 1.8;
}

.k-en-prose {
  max-width: 860px;
}

.k-en-prose > section + section {
  margin-top: 44px;
  padding-top: 40px;
  border-top: 1px solid var(--k31-line);
}

.k-en-prose p + p {
  margin-top: 16px;
}

.k-en-prose ul {
  margin: 18px 0 0;
  padding-left: 22px;
}

.k-en-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.k-en-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.k-en-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 30px;
  border: 1px solid var(--k31-line);
  border-top: 2px solid var(--k31-gold);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 34px rgba(31, 33, 48, 0.04);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

a.k-en-card {
  color: inherit !important;
  text-decoration: none !important;
}

.k-en-card:hover,
.k-en-card:focus-within {
  border-color: rgba(226, 194, 152, 0.72);
  box-shadow: var(--k31-shadow);
  transform: translateY(-3px);
}

.k-en-card__index {
  margin: 0 0 24px;
  color: #a77537;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.k-en-card h2,
.k-en-card h3 {
  margin: 0 0 12px;
  color: var(--k31-navy-deep);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 20px;
  font-weight: 650;
  line-height: 1.35;
}

.k-en-card p {
  margin: 0;
  color: #666979;
  font-size: 15px;
  line-height: 1.7;
}

.k-en-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 22px;
  color: var(--k31-navy) !important;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.k-en-card__link::after {
  content: "→";
  color: #a77537;
}

.k-en-note {
  margin-top: 42px;
  padding: 24px 26px;
  border-left: 3px solid var(--k31-gold);
  background: #faf7f1;
  color: #5b5e6d;
  font-size: 14px;
  line-height: 1.75;
}

.k-en-contact-list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.k-en-contact-list li {
  padding: 18px 20px;
  border: 1px solid var(--k31-line);
  background: #fff;
}

.k-en-contact-list strong {
  display: block;
  margin-bottom: 5px;
  color: var(--k31-navy-deep);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.k-en-faq details {
  border-top: 1px solid var(--k31-line);
}

.k-en-faq details:last-child {
  border-bottom: 1px solid var(--k31-line);
}

.k-en-faq summary {
  position: relative;
  padding: 22px 44px 22px 0;
  color: var(--k31-navy-deep);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 17px;
  font-weight: 650;
  cursor: pointer;
  list-style: none;
}

.k-en-faq summary::-webkit-details-marker { display: none; }

.k-en-faq summary::after {
  content: "+";
  position: absolute;
  right: 8px;
  top: 50%;
  color: #a77537;
  font-size: 24px;
  font-weight: 400;
  transform: translateY(-50%);
}

.k-en-faq details[open] summary::after { content: "−"; }

.k-en-faq details p {
  max-width: 760px;
  margin: 0;
  padding: 0 44px 24px 0;
  color: #5e6170;
  font-size: 15px;
  line-height: 1.75;
}

.k-en-source-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.k-en-source-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 52px;
  padding: 13px 16px;
  border: 1px solid var(--k31-line);
  color: var(--k31-navy) !important;
  text-decoration: none;
}

.k-en-source-list a::after {
  content: "TR";
  flex: 0 0 auto;
  padding: 4px 7px;
  border: 1px solid rgba(226, 194, 152, 0.65);
  border-radius: 999px;
  color: #8c622e;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

html[lang="en"] .site-footer strong,
html[lang="en"] .footer-copyright {
  font-family: Montserrat, Arial, sans-serif;
}

@media (max-width: 991px) {
  .k-en-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .top-header .text-right { justify-content: center; }
}

@media (max-width: 767px) {
  .top-header .row { display: flex; flex-direction: column; }
  .top-header .text-left,
  .top-header .text-right { width: 100%; text-align: center; }
  .top-header .text-right { padding-top: 8px; }
  .k-language-switcher { min-height: 44px; margin-right: 10px; }
  .k-language-option { min-width: 46px; min-height: 36px; }
  .k-en-hero { padding: 50px 0 48px; }
  .k-en-title { font-size: clamp(32px, 10vw, 46px); }
  .k-en-grid,
  .k-en-grid--two { grid-template-columns: 1fr; }
  .k-en-card { padding: 25px; }
  .k-en-actions { flex-direction: column; align-items: stretch; }
  .k-en-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .k-language-option,
  .k-en-button,
  .k-en-card { transition: none; }
  .k-en-button:hover,
  .k-en-button:focus-visible,
  .k-en-card:hover,
  .k-en-card:focus-within { transform: none; }
}


/* KANTARCI v33 — four-language selector and Arabic RTL parity. */
.k-language-switcher {
  direction: ltr;
  flex-wrap: nowrap;
}

.k-language-option {
  min-width: 39px;
  padding-inline: 8px;
}

html[lang="ru"] .site-footer strong,
html[lang="ru"] .footer-copyright,
html[lang="ar"] .site-footer strong,
html[lang="ar"] .footer-copyright {
  font-family: Montserrat, Arial, sans-serif;
}

html[dir="rtl"] body {
  direction: rtl;
  text-align: right;
  font-family: Tahoma, Arial, sans-serif;
}

html[dir="rtl"] .top-header .text-left,
html[dir="rtl"] .top-header .text-right,
html[dir="rtl"] .site-footer,
html[dir="rtl"] main,
html[dir="rtl"] article,
html[dir="rtl"] .content,
html[dir="rtl"] .details {
  text-align: right;
}

html[dir="rtl"] .top-header .text-right {
  flex-direction: row-reverse;
}

html[dir="rtl"] .k-language-switcher {
  margin: 0 0 0 14px;
}

html[dir="rtl"] .k-en-note {
  border-left: 0;
  border-right: 3px solid var(--k31-gold);
}

html[dir="rtl"] .k-en-prose ul {
  padding-right: 22px;
  padding-left: 0;
}

html[dir="rtl"] .k-en-faq summary {
  padding-right: 0;
  padding-left: 44px;
}

html[dir="rtl"] .k-en-faq summary::after {
  right: auto;
  left: 8px;
}

html[dir="rtl"] .k-en-faq details p {
  padding-right: 0;
  padding-left: 44px;
}

html[dir="rtl"] .k-en-card__link::after {
  content: "←";
}

@media (max-width: 767px) {
  .k-language-switcher {
    margin-right: 8px;
  }
  .k-language-option {
    min-width: 40px;
    padding-inline: 7px;
  }
  html[dir="rtl"] .k-language-switcher {
    margin-right: 0;
    margin-left: 8px;
  }
}

/* KANTARCI v36 — restrained premium footer and statute-reference UI. */
.site-footer.k-premium-footer {
  --k-footer-ink: #10172d;
  --k-footer-ink-soft: #18213d;
  --k-footer-paper: #f7f4ee;
  --k-footer-muted: #b9bdc9;
  --k-footer-gold: #d2a05d;
  --k-footer-line: rgba(210, 160, 93, 0.24);
  margin-top: 72px;
  border-top: 1px solid var(--k-footer-line);
  background:
    radial-gradient(circle at 12% 0%, rgba(210, 160, 93, 0.09), transparent 30%),
    linear-gradient(145deg, var(--k-footer-ink-soft), var(--k-footer-ink));
  color: #eef0f5;
  font-size: 15px;
}

.k-footer-shell {
  width: min(100% - 40px, 1170px);
  margin-inline: auto;
  padding-top: 64px;
}

.k-footer-main {
  display: grid;
  grid-template-columns: minmax(235px, 1.35fr) repeat(3, minmax(150px, 1fr));
  gap: 44px 52px;
  align-items: start;
}

.k-footer-brand {
  max-width: 300px;
}

.k-footer-logo {
  display: inline-flex;
  align-items: center;
  min-height: 62px;
}

.k-footer-logo img {
  display: block;
  width: min(100%, 270px);
  height: auto;
}

.k-footer-identity {
  margin: 22px 0 4px;
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 15px;
  font-weight: 650;
  letter-spacing: 0.04em;
}

.k-footer-location {
  margin: 0;
  color: var(--k-footer-muted);
  letter-spacing: 0.02em;
}

.k-footer-column h2 {
  position: relative;
  margin: 4px 0 22px;
  padding-bottom: 13px;
  color: var(--k-footer-gold);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.35;
  text-transform: uppercase;
}

.k-footer-column h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 34px;
  height: 1px;
  background: var(--k-footer-gold);
  content: "";
}

html[dir="rtl"] .k-footer-column h2::after {
  right: 0;
  left: auto;
}

.k-footer-links,
.k-footer-contact,
.k-footer-socials {
  margin: 0;
  padding: 0;
  list-style: none;
}

.k-footer-links li,
.k-footer-contact li {
  margin: 0 0 12px;
}

.site-footer.k-premium-footer .k-footer-links a,
.site-footer.k-premium-footer .k-footer-contact a {
  color: #eef0f5;
  text-decoration: none;
  text-underline-offset: 4px;
  transition: color 160ms ease, transform 160ms ease;
}

.site-footer.k-premium-footer .k-footer-links a:hover,
.site-footer.k-premium-footer .k-footer-links a:focus-visible,
.site-footer.k-premium-footer .k-footer-contact a:hover,
.site-footer.k-premium-footer .k-footer-contact a:focus-visible {
  color: var(--k-footer-gold);
  text-decoration: underline;
}

.k-footer-contact li {
  color: var(--k-footer-muted);
  overflow-wrap: anywhere;
}

.k-footer-contact-label {
  display: block;
  margin-bottom: 3px;
  color: var(--k-footer-muted);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.k-footer-notice {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  margin-top: 46px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-left: 3px solid var(--k-footer-gold);
  background: rgba(255, 255, 255, 0.035);
  color: #c9ccd5;
  line-height: 1.72;
}

html[dir="rtl"] .k-footer-notice {
  border-right: 3px solid var(--k-footer-gold);
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.k-footer-notice strong {
  color: var(--k-footer-gold);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.k-footer-notice p {
  margin: 0;
}

.k-footer-bottom {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding: 22px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #9fa4b2;
  font-size: 13px;
}

.k-footer-bottom p {
  margin: 0;
}

.k-footer-socials {
  display: flex;
  gap: 10px;
  align-items: center;
}

.site-footer.k-premium-footer .k-footer-socials a {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease;
}

.site-footer.k-premium-footer .k-footer-socials a:hover,
.site-footer.k-premium-footer .k-footer-socials a:focus-visible {
  border-color: var(--k-footer-gold);
  background: rgba(210, 160, 93, 0.12);
  color: var(--k-footer-gold);
}

.site-footer.k-premium-footer .back-to-top {
  right: 22px;
  bottom: 20px;
  border: 1px solid var(--k-footer-line);
  background: var(--k-footer-ink-soft);
  color: var(--k-footer-gold);
}

.k-statute-intro {
  margin: 0 0 34px;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid #e5d8c6;
  border-radius: 3px;
  background:
    linear-gradient(135deg, rgba(210, 160, 93, 0.11), transparent 38%),
    #fbfaf7;
  box-shadow: 0 18px 44px rgba(16, 23, 45, 0.08);
}

.k-statute-kicker {
  margin: 0 0 9px;
  color: #a87332;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.k-statute-intro h2 {
  margin: 0 0 14px;
  color: #11182e;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
}

.k-statute-lead {
  max-width: 810px;
  margin: 0;
  color: #43495a;
  font-size: 17px;
  line-height: 1.78;
}

.k-statute-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 26px 0;
  border: 1px solid #e5d8c6;
  background: #e5d8c6;
}

.k-statute-meta > div {
  padding: 17px 18px;
  background: #fff;
}

.k-statute-meta dt {
  margin-bottom: 5px;
  color: #8b622f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.k-statute-meta dd {
  margin: 0;
  color: #171d31;
  font-weight: 650;
}

.k-statute-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.k-statute-actions a,
.k-statute-jump button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid #11182e;
  background: #11182e;
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.k-statute-actions a + a {
  border-color: #c99a5b;
  background: transparent;
  color: #6f4b20;
}

.k-statute-actions a:hover,
.k-statute-actions a:focus-visible,
.k-statute-jump button:hover,
.k-statute-jump button:focus-visible {
  border-color: #b87f3c;
  background: #b87f3c;
  color: #fff;
}

.k-statute-check {
  margin: 18px 0 0;
  color: #6e7280;
  font-size: 13px;
  line-height: 1.65;
}

.k-statute-caution {
  margin-top: 22px;
  padding: 16px 18px;
  border-left: 3px solid #c99a5b;
  background: #fff;
  color: #4d5260;
  line-height: 1.65;
}

.k-statute-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: end;
  margin: 28px 0 36px;
  padding: 20px;
  border: 1px solid #e5d8c6;
  background: #fff;
}

.k-statute-jump label {
  display: grid;
  gap: 6px;
  color: #2f3442;
  font-weight: 650;
}

.k-statute-jump input {
  width: 180px;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid #c8cbd2;
  border-radius: 0;
  background: #fff;
  color: #11182e;
}

.k-statute-jump button {
  cursor: pointer;
}

.k-statute-jump-status {
  flex-basis: 100%;
  margin: 2px 0 0;
  color: #666b78;
  font-size: 13px;
}

.k-statute-hit {
  outline: 3px solid rgba(210, 160, 93, 0.42);
  outline-offset: 6px;
  background: rgba(210, 160, 93, 0.08);
}

@media (max-width: 991px) {
  .k-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .k-footer-brand {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .site-footer.k-premium-footer {
    margin-top: 48px;
  }

  .k-footer-shell {
    width: min(100% - 30px, 1170px);
    padding-top: 44px;
  }

  .k-footer-main,
  .k-statute-meta {
    grid-template-columns: 1fr;
  }

  .k-footer-main {
    gap: 34px;
  }

  .k-footer-brand {
    padding-bottom: 4px;
  }

  .k-footer-notice {
    grid-template-columns: 1fr;
    margin-top: 34px;
    padding: 20px;
  }

  .k-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .k-statute-intro {
    margin-inline: -2px;
  }

  .k-statute-actions,
  .k-statute-actions a,
  .k-statute-jump,
  .k-statute-jump label,
  .k-statute-jump input,
  .k-statute-jump button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-footer.k-premium-footer a,
  .k-statute-actions a,
  .k-statute-jump button {
    transition: none;
  }
}

/* KANTARCI v35 — mobile tap-target refinement. */
@media (max-width: 767px) {
  .top-header .text-right {
    flex-wrap: wrap;
    gap: 8px;
  }

  .k-language-switcher,
  html[dir="rtl"] .k-language-switcher {
    min-height: 52px;
    margin-right: 0;
    margin-left: 0;
    padding: 2px;
  }

  .k-language-option {
    min-width: 48px;
    min-height: 48px;
    padding-inline: 7px;
  }

  .top-header .text-right > .socials {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .top-header .socials li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-right: 0;
    line-height: 1;
  }
}
/* KANTARCI v37 — factual, non-linked production credit. */
.k-footer-credit {
  display: inline-flex;
  gap: 9px;
  align-items: baseline;
  justify-content: center;
  margin-inline: auto;
  color: #8f95a4;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase;
  white-space: nowrap;
}

.k-footer-credit::before {
  width: 18px;
  height: 1px;
  align-self: center;
  background: rgba(210, 160, 93, 0.52);
  content: "";
}

.k-footer-credit-brand {
  color: #c7a06b;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: none;
}

@media (max-width: 640px) {
  .k-footer-credit {
    justify-content: flex-start;
    margin-inline: 0;
    white-space: normal;
  }

  .k-footer-credit::before {
    display: none;
  }
}
