/*
 * XAN Office v1.4.61.290
 * Kurumsal denge, tipografi, görsel görünürlük ve responsive son katman.
 * Bu dosya footer.php sonunda yüklenir; eski sürüm katmanlarının yalnızca
 * görünüm çakışmalarını düzeltir, tema/eklenti işlevlerine müdahale etmez.
 */

:root {
  --xan286-ink: #173746;
  --xan286-muted: #526a73;
  --xan286-petrol-950: #12313d;
  --xan286-petrol-900: #173d4b;
  --xan286-petrol-800: #245467;
  --xan286-petrol-700: #356b7d;
  --xan286-paper: #f3f7f8;
  --xan286-line: rgba(31, 76, 91, .15);
  --xan286-shadow: 0 20px 54px rgba(18, 49, 61, .12);
  --xan286-radius: 22px;
}

html {
  overflow-x: clip !important;
  scroll-behavior: smooth;
}

html body.mxh-theme {
  overflow-x: clip !important;
  color: var(--xan286-ink) !important;
  background: #f6f9fa !important;
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.62 !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html body.mxh-theme :where(h1, h2, h3, h4, p, a, span, strong, small, button) {
  font-family: inherit !important;
  text-rendering: optimizeLegibility;
}

html body.mxh-theme :where(h1, h2, h3, h4) {
  font-weight: 650 !important;
  letter-spacing: -.025em !important;
  text-wrap: balance;
}

html body.mxh-theme :where(p, li, a, small) {
  letter-spacing: 0 !important;
}

html body.mxh-theme :where(a, button, summary, input, select, textarea):focus-visible {
  outline: 3px solid rgba(49, 127, 153, .55) !important;
  outline-offset: 3px !important;
}

html body.mxh-theme a,
html body.mxh-theme button {
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease !important;
}

html body.mxh-theme a:hover,
html body.mxh-theme button:hover {
  transform: none !important;
}

/* Üst menü: tek katmanlı, okunaklı ve titreşimsiz cam yüzey. */
@media (min-width: 1025px) {
  html body.mxh-theme .mxh-header {
    left: 18px !important;
    right: 18px !important;
    width: auto !important;
    margin: 12px auto 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  html body.mxh-theme .mxh-header .mxh-header-inner {
    width: min(1500px, calc(100vw - 36px)) !important;
    min-height: 68px !important;
    margin: 0 auto !important;
    padding: 8px 12px 8px 18px !important;
    display: grid !important;
    grid-template-columns: minmax(150px, 200px) minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: clamp(14px, 2vw, 30px) !important;
    background: linear-gradient(110deg, rgba(18,49,61,.78), rgba(53,107,125,.62)) !important;
    border: 1px solid rgba(255,255,255,.24) !important;
    border-radius: 18px !important;
    box-shadow: 0 14px 38px rgba(11,35,44,.18), inset 0 1px rgba(255,255,255,.14) !important;
    -webkit-backdrop-filter: blur(18px) saturate(130%) !important;
    backdrop-filter: blur(18px) saturate(130%) !important;
  }

  html body.mxh-theme .mxh-header .mxh-brand {
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  html body.mxh-theme .mxh-header .mxh-brand-logo-img {
    width: clamp(136px, 10vw, 178px) !important;
    max-height: 50px !important;
    object-fit: contain !important;
    object-position: left center !important;
    filter: drop-shadow(0 5px 12px rgba(0,0,0,.18)) !important;
  }

  html body.mxh-theme .mxh-header .mxh-nav,
  html body.mxh-theme .mxh-header .mxh-menu {
    min-width: 0 !important;
    justify-content: center !important;
    background: transparent !important;
  }

  html body.mxh-theme .mxh-header .mxh-menu {
    gap: 3px !important;
  }

  html body.mxh-theme .mxh-header .mxh-menu > li > a {
    min-height: 42px !important;
    padding: 0 clamp(8px, .9vw, 13px) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: rgba(255,255,255,.94) !important;
    -webkit-text-fill-color: rgba(255,255,255,.94) !important;
    background: transparent !important;
    border: 1px solid transparent !important;
    border-radius: 11px !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-size: clamp(11px, .82vw, 13px) !important;
    font-weight: 560 !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
  }

  html body.mxh-theme .mxh-header .mxh-menu > li > a:hover,
  html body.mxh-theme .mxh-header .mxh-menu > li > a:focus-visible {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    background: rgba(255,255,255,.10) !important;
    border-color: rgba(255,255,255,.18) !important;
  }

  html body.mxh-theme .mxh-header .mxh-menu > li:last-child > a {
    min-width: 96px !important;
    background: rgba(255,255,255,.94) !important;
    color: var(--xan286-petrol-950) !important;
    -webkit-text-fill-color: var(--xan286-petrol-950) !important;
    border-color: rgba(255,255,255,.56) !important;
  }
}

/* Ana sayfa: genişlik, bölüm ritmi ve okunabilir tipografi. */
html body.mxh-theme.xan-v268-official-home .xan-v268-home {
  background: #fff !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-shell {
  width: min(1400px, calc(100% - 48px)) !important;
  max-width: 1400px !important;
  margin-inline: auto !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-section-head {
  max-width: 900px !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-section-head--center,
html body.mxh-theme.xan-v268-official-home .xan-v268-section-head--premium-center {
  margin-inline: auto !important;
  text-align: center !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-section-head > span,
html body.mxh-theme.xan-v268-official-home .xan-v268-story__copy > span,
html body.mxh-theme.xan-v268-official-home .xan-v268-final__card > div:first-child > span {
  font-size: 12px !important;
  font-weight: 620 !important;
  line-height: 1.3 !important;
  letter-spacing: .085em !important;
  text-transform: uppercase !important;
}

html body.mxh-theme.xan-v268-official-home :is(.xan-v268-section-head h1, .xan-v268-section-head h2, .xan-v268-story__copy h2, .xan-v268-final__card h2) {
  font-size: clamp(30px, 3vw, 48px) !important;
  font-weight: 650 !important;
  line-height: 1.12 !important;
  letter-spacing: -.03em !important;
}

html body.mxh-theme.xan-v268-official-home :is(.xan-v268-section-head p, .xan-v268-story__copy p, .xan-v268-final__card p) {
  font-size: clamp(15px, 1.1vw, 17px) !important;
  font-weight: 400 !important;
  line-height: 1.62 !important;
}

html body.mxh-theme.xan-v268-official-home :is(.xan-v268-services, .xan-v268-tools, .xan-v268-stories, .xan-v268-process, .xan-v268-final) {
  padding-block: clamp(64px, 7vw, 96px) !important;
}

/* Verilen Konut / Ticari / Arsa / Yazlık görselleri kesin görünür. */
html body.mxh-theme.xan-v268-official-home .xan-v268-services {
  background: linear-gradient(180deg, #f6f9fa, #edf4f5) !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-services .xan-v268-section-head {
  margin-bottom: clamp(28px, 4vw, 46px) !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(14px, 1.5vw, 22px) !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-service-card {
  min-height: clamp(300px, 31vw, 430px) !important;
  padding: 0 !important;
  position: relative !important;
  display: flex !important;
  align-items: flex-end !important;
  overflow: hidden !important;
  isolation: isolate !important;
  background-color: var(--xan286-petrol-800) !important;
  background-image: var(--xan-card-image) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border: 1px solid rgba(25,67,81,.12) !important;
  border-radius: var(--xan286-radius) !important;
  box-shadow: var(--xan286-shadow) !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-service-card__shade {
  position: absolute !important;
  z-index: 0 !important;
  inset: 0 !important;
  display: block !important;
  background: linear-gradient(180deg, rgba(10,29,37,.02) 24%, rgba(14,38,48,.18) 52%, rgba(13,37,47,.90) 100%) !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-service-card__content {
  position: relative !important;
  z-index: 1 !important;
  width: 100% !important;
  padding: clamp(22px, 3vw, 34px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: end !important;
  gap: 4px 20px !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-service-card h3 {
  grid-column: 1 !important;
  margin: 0 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: clamp(25px, 2.1vw, 34px) !important;
  font-weight: 630 !important;
  line-height: 1.12 !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-service-card p {
  grid-column: 1 !important;
  max-width: 460px !important;
  margin: 6px 0 0 !important;
  color: rgba(255,255,255,.84) !important;
  -webkit-text-fill-color: rgba(255,255,255,.84) !important;
  font-size: 14px !important;
  line-height: 1.48 !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-service-card__content > b {
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
  align-self: end !important;
  min-height: 44px !important;
  padding: 10px 15px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: rgba(255,255,255,.12) !important;
  border: 1px solid rgba(255,255,255,.30) !important;
  border-radius: 11px !important;
  font-size: 13px !important;
  font-weight: 590 !important;
}

/* Araçlar ve süreç: petrol blokların tekdüzeliğini kıran fotoğraf/ışık dengesi. */
html body.mxh-theme.xan-v268-official-home .xan-v268-tools__panel {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
  padding: clamp(34px, 5vw, 68px) !important;
  background:
    linear-gradient(110deg, rgba(18,49,61,.97) 0%, rgba(28,67,82,.91) 54%, rgba(53,107,125,.78) 100%),
    url('../images/home-v280/tools-digital-analysis-v283.webp') center / cover no-repeat !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  border-radius: 26px !important;
  box-shadow: var(--xan286-shadow) !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-tools__grid a {
  min-height: 116px !important;
  padding: 20px !important;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  align-content: center !important;
  align-items: center !important;
  column-gap: 12px !important;
  row-gap: 5px !important;
  background: rgba(255,255,255,.09) !important;
  border: 1px solid rgba(255,255,255,.20) !important;
  border-radius: 16px !important;
  box-shadow: none !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-tools__grid a > span {
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: 34px !important;
  height: 34px !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: rgba(39,86,103,.10) !important;
  font-size: 11px !important;
  line-height: 1 !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-tools__grid a > strong {
  grid-column: 2 !important;
  grid-row: 1 !important;
  margin: 0 !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-tools__grid a > small {
  grid-column: 2 !important;
  grid-row: 2 !important;
  margin: 0 !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-tools__grid a:hover,
html body.mxh-theme.xan-v268-official-home .xan-v268-tools__grid a:focus-visible {
  background: rgba(255,255,255,.14) !important;
  border-color: rgba(255,255,255,.34) !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-story {
  min-height: 400px !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid var(--xan286-line) !important;
  border-radius: 24px !important;
  box-shadow: 0 18px 50px rgba(20,55,68,.09) !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-story__visual {
  min-height: 400px !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-story__copy {
  padding: clamp(34px, 4.5vw, 64px) !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-process {
  background:
    linear-gradient(112deg, rgba(18,49,61,.98), rgba(37,84,103,.92)),
    url('../images/home-v280/story-contract-process-v283.webp') center / cover no-repeat !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-process .xan-v268-shell {
  width: min(1400px, calc(100% - 48px)) !important;
  max-width: 1400px !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-process-grid li {
  min-height: 188px !important;
  padding: 24px !important;
  background: rgba(255,255,255,.09) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  border-radius: 16px !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-process-grid strong {
  font-size: clamp(18px, 1.35vw, 22px) !important;
  font-weight: 620 !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-process-grid span {
  font-size: 13.5px !important;
  line-height: 1.48 !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-proof__grid {
  width: min(1400px, calc(100% - 48px)) !important;
  max-width: 1400px !important;
  gap: 14px !important;
  padding-block: 24px !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-proof__grid > div {
  min-height: 112px !important;
  padding: 20px 18px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  background: rgba(255,255,255,.82) !important;
  border: 1px solid rgba(39,86,103,.14) !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 26px rgba(22,58,72,.07) !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-proof__grid > div strong {
  font-size: clamp(18px, 1.35vw, 22px) !important;
  font-weight: 630 !important;
  line-height: 1.2 !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-proof__grid > div span {
  margin-top: 7px !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-button,
html body.mxh-theme.xan-v268-official-home .xan-v268-action-card > a {
  min-height: 46px !important;
  padding: 11px 16px !important;
  border-radius: 11px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

/* Footer: kurumsal içerik korunur; dikey boşluk ve taşmalar dengelenir. */
html body.mxh-theme .xan-footer-v113 {
  color: var(--xan286-ink) !important;
  background: #eef4f5 !important;
}

html body.mxh-theme .xan-footer-v113__wrap {
  width: min(1500px, calc(100% - 32px)) !important;
  max-width: 1500px !important;
  margin-inline: auto !important;
}

html body.mxh-theme .xan-footer-v113__cta {
  margin-block: 28px 20px !important;
  padding: clamp(24px, 3vw, 38px) !important;
  gap: 22px !important;
  border-radius: 20px !important;
}

html body.mxh-theme .xan-footer-v113__cta h2 {
  font-size: clamp(25px, 2.2vw, 36px) !important;
  line-height: 1.16 !important;
}

html body.mxh-theme .xan-footer-v113__grid {
  padding: clamp(26px, 3vw, 40px) !important;
  display: grid !important;
  grid-template-columns: minmax(230px, 1.25fr) repeat(4, minmax(145px, .85fr)) !important;
  align-items: start !important;
  gap: clamp(22px, 2.5vw, 42px) !important;
  background: rgba(255,255,255,.92) !important;
  border: 1px solid var(--xan286-line) !important;
  border-radius: 22px !important;
  box-shadow: 0 18px 44px rgba(23,61,75,.08) !important;
}

html body.mxh-theme .xan-footer-v113__brand {
  gap: 12px !important;
}

html body.mxh-theme .xan-footer-v265__brand-logo img {
  width: min(230px, 100%) !important;
  height: auto !important;
}

html body.mxh-theme .xan-footer-v267__brand-copy p {
  max-width: 320px !important;
  margin: 0 0 10px !important;
  color: var(--xan286-muted) !important;
  -webkit-text-fill-color: var(--xan286-muted) !important;
  font-size: 13.5px !important;
  line-height: 1.52 !important;
}

html body.mxh-theme .xan-footer-v113__links {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 0 !important;
}

html body.mxh-theme .xan-footer-v113__links h4 {
  margin: 0 0 9px !important;
  color: var(--xan286-ink) !important;
  -webkit-text-fill-color: var(--xan286-ink) !important;
  font-size: 15px !important;
  font-weight: 650 !important;
  line-height: 1.25 !important;
}

html body.mxh-theme .xan-footer-v113__links a {
  min-height: 0 !important;
  margin: 0 !important;
  padding: 4px 0 !important;
  color: var(--xan286-muted) !important;
  -webkit-text-fill-color: var(--xan286-muted) !important;
  font-size: 12.5px !important;
  font-weight: 410 !important;
  line-height: 1.38 !important;
  overflow-wrap: anywhere !important;
}

html body.mxh-theme .xan-footer-v113__links a:hover,
html body.mxh-theme .xan-footer-v113__links a:focus-visible {
  color: var(--xan286-petrol-800) !important;
  -webkit-text-fill-color: var(--xan286-petrol-800) !important;
}

/* Kaynak merkezi: kapalı başlar; lobi fotoğrafı + petrol cam yüzey. */
html body.mxh-theme .xan-footer-v265__resources {
  width: 100% !important;
  max-width: 1400px !important;
  margin: 24px auto 0 !important;
  overflow: hidden !important;
  color: #fff !important;
  background:
    linear-gradient(105deg, rgba(18,49,61,.92), rgba(42,91,108,.74)),
    url('../images/home-v280/story-office-lobby-v282.webp') center 54% / cover no-repeat !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  border-radius: 22px !important;
  box-shadow: 0 20px 54px rgba(18,49,61,.15) !important;
}

html body.mxh-theme .xan-footer-v265__resources:not([open]) > .xan-footer-v113__seo-grid {
  display: none !important;
}

html body.mxh-theme .xan-footer-v265__resources > summary {
  min-height: 144px !important;
  padding: clamp(24px, 4vw, 48px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  cursor: pointer !important;
  list-style: none !important;
  background: transparent !important;
}

html body.mxh-theme .xan-footer-v265__resources > summary > span {
  min-width: 0 !important;
  display: grid !important;
  gap: 6px !important;
}

html body.mxh-theme .xan-footer-v265__resources > summary strong {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: clamp(24px, 2.4vw, 36px) !important;
  font-weight: 650 !important;
  line-height: 1.12 !important;
}

html body.mxh-theme .xan-footer-v265__resources > summary small {
  max-width: 780px !important;
  color: rgba(255,255,255,.82) !important;
  -webkit-text-fill-color: rgba(255,255,255,.82) !important;
  font-size: clamp(13px, 1.1vw, 16px) !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}

html body.mxh-theme .xan-footer-v265__resources > summary > b {
  width: 50px !important;
  height: 50px !important;
  flex: 0 0 50px !important;
  display: inline-grid !important;
  place-items: center !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: rgba(255,255,255,.13) !important;
  border: 1px solid rgba(255,255,255,.34) !important;
  border-radius: 999px !important;
  font-size: 0 !important;
  box-shadow: none !important;
}

html body.mxh-theme .xan-footer-v265__resources > summary > b::before {
  content: '+' !important;
  font-size: 25px !important;
  font-weight: 420 !important;
  line-height: 1 !important;
}

html body.mxh-theme .xan-footer-v265__resources[open] > summary > b::before {
  content: '\00d7' !important;
}

html body.mxh-theme .xan-footer-v265__resources .xan-footer-v113__seo-grid {
  padding: 18px !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  background: rgba(9,31,40,.32) !important;
  border-top: 1px solid rgba(255,255,255,.18) !important;
}

html body.mxh-theme .xan-footer-v265__resources .xan-footer-v113__mini-block:nth-child(n) {
  min-height: 0 !important;
  padding: 18px !important;
  background: rgba(255,255,255,.10) !important;
  border: 1px solid rgba(255,255,255,.20) !important;
  border-radius: 15px !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: blur(14px) !important;
  backdrop-filter: blur(14px) !important;
}

html body.mxh-theme .xan-footer-v265__resources .xan-footer-v113__mini-block h4 {
  margin: 0 0 8px !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 14px !important;
  line-height: 1.28 !important;
}

html body.mxh-theme .xan-footer-v265__resources .xan-footer-v113__mini-block a {
  min-height: 0 !important;
  padding: 4px 0 !important;
  color: rgba(255,255,255,.82) !important;
  -webkit-text-fill-color: rgba(255,255,255,.82) !important;
  font-size: 11.5px !important;
  line-height: 1.35 !important;
}

html body.mxh-theme .xan-footer-v113__bottom {
  padding-block: 18px !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}

/* Tablet. */
@media (max-width: 1024px) {
  html body.mxh-theme.xan-v268-official-home .xan-v268-shell,
  html body.mxh-theme.xan-v268-official-home .xan-v268-process .xan-v268-shell,
  html body.mxh-theme.xan-v268-official-home .xan-v268-proof__grid {
    width: min(920px, calc(100% - 32px)) !important;
  }

  html body.mxh-theme.xan-v268-official-home .xan-v268-action-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body.mxh-theme.xan-v268-official-home .xan-v268-action-card:last-child {
    grid-column: 1 / -1 !important;
  }

  html body.mxh-theme.xan-v268-official-home .xan-v268-tools__panel {
    grid-template-columns: 1fr !important;
  }

  html body.mxh-theme.xan-v268-official-home .xan-v268-story,
  html body.mxh-theme.xan-v268-official-home .xan-v268-story--reverse {
    grid-template-columns: 1fr 1fr !important;
  }

  html body.mxh-theme .xan-footer-v113__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px 26px !important;
  }

  html body.mxh-theme .xan-footer-v113__brand {
    grid-column: 1 / -1 !important;
    display: grid !important;
    grid-template-columns: minmax(170px, 230px) minmax(0, 1fr) !important;
    align-items: center !important;
  }

  html body.mxh-theme .xan-footer-v265__resources .xan-footer-v113__seo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body.mxh-theme .xan-v263-mobile-bottom {
    right: 10px !important;
    bottom: max(9px, env(safe-area-inset-bottom)) !important;
    left: 10px !important;
    width: min(720px, calc(100% - 20px)) !important;
    height: 68px !important;
    margin-inline: auto !important;
    padding: 5px !important;
    overflow: hidden !important;
    background: linear-gradient(110deg, rgba(18,49,61,.78), rgba(53,107,125,.66)) !important;
    border: 1px solid rgba(255,255,255,.32) !important;
    border-radius: 19px !important;
    box-shadow: 0 16px 42px rgba(10,31,40,.24), inset 0 1px rgba(255,255,255,.17) !important;
    -webkit-backdrop-filter: blur(18px) saturate(135%) !important;
    backdrop-filter: blur(18px) saturate(135%) !important;
  }

  html body.mxh-theme .xan-v263-mobile-bottom a {
    min-width: 0 !important;
    min-height: 56px !important;
    padding: 5px 2px !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    background: transparent !important;
    border: 0 !important;
    border-right: 1px solid rgba(255,255,255,.13) !important;
    border-radius: 11px !important;
    font-size: 10.5px !important;
    font-weight: 560 !important;
    line-height: 1.15 !important;
  }
}

/* Mobil. */
@media (max-width: 767px) {
  html body.mxh-theme {
    font-size: 15.5px !important;
    padding-bottom: calc(82px + env(safe-area-inset-bottom)) !important;
  }

  html body.mxh-theme.xan-v268-official-home .xan-v268-shell,
  html body.mxh-theme.xan-v268-official-home .xan-v268-process .xan-v268-shell,
  html body.mxh-theme.xan-v268-official-home .xan-v268-proof__grid {
    width: min(620px, calc(100% - 24px)) !important;
  }

  html body.mxh-theme.xan-v268-official-home :is(.xan-v268-services, .xan-v268-tools, .xan-v268-stories, .xan-v268-process, .xan-v268-final) {
    padding-block: 56px !important;
  }

  html body.mxh-theme.xan-v268-official-home :is(.xan-v268-section-head h1, .xan-v268-section-head h2, .xan-v268-story__copy h2, .xan-v268-final__card h2) {
    font-size: clamp(28px, 8vw, 38px) !important;
    line-height: 1.1 !important;
  }

  html body.mxh-theme.xan-v268-official-home .xan-v268-action-grid,
  html body.mxh-theme.xan-v268-official-home .xan-v268-service-grid,
  html body.mxh-theme.xan-v268-official-home .xan-v268-process-grid {
    grid-template-columns: 1fr !important;
  }

  html body.mxh-theme.xan-v268-official-home .xan-v268-service-grid {
    gap: 18px !important;
  }

  html body.mxh-theme.xan-v268-official-home .xan-v268-action-card:last-child {
    grid-column: auto !important;
  }

  html body.mxh-theme.xan-v268-official-home .xan-v268-action-card {
    min-height: 210px !important;
    padding: 24px !important;
  }

  html body.mxh-theme.xan-v268-official-home .xan-v268-service-card {
    min-height: 0 !important;
    height: clamp(270px, 74vw, 330px) !important;
    background-position: center !important;
    border-radius: 18px !important;
  }

  html body.mxh-theme.xan-v268-official-home .xan-v268-service-card__content {
    padding: 22px !important;
    grid-template-columns: 1fr !important;
    gap: 6px !important;
  }

  html body.mxh-theme.xan-v268-official-home .xan-v268-service-card__content > b {
    grid-column: 1 !important;
    grid-row: auto !important;
    width: fit-content !important;
    margin-top: 10px !important;
  }

  html body.mxh-theme.xan-v268-official-home .xan-v268-tools__panel {
    padding: 28px 20px !important;
  }

  html body.mxh-theme.xan-v268-official-home .xan-v268-tools__grid {
    grid-template-columns: 1fr !important;
  }

  html body.mxh-theme.xan-v268-official-home .xan-v268-tools__grid a {
    min-height: 92px !important;
    padding: 16px !important;
  }

  html body.mxh-theme.xan-v268-official-home .xan-v268-story,
  html body.mxh-theme.xan-v268-official-home .xan-v268-story--reverse {
    min-height: 0 !important;
    grid-template-columns: 1fr !important;
  }

  html body.mxh-theme.xan-v268-official-home .xan-v268-story__visual,
  html body.mxh-theme.xan-v268-official-home .xan-v268-story--reverse .xan-v268-story__visual {
    min-height: 280px !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  html body.mxh-theme.xan-v268-official-home .xan-v268-story__copy {
    padding: 28px 22px 32px !important;
  }

  html body.mxh-theme.xan-v268-official-home .xan-v268-process-grid li {
    min-height: 0 !important;
    padding: 18px !important;
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    align-items: center !important;
    justify-content: initial !important;
    column-gap: 11px !important;
    row-gap: 5px !important;
  }

  html body.mxh-theme.xan-v268-official-home .xan-v268-process-grid li > b {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 34px !important;
    height: 34px !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(255,255,255,.22) !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.09) !important;
    font-size: 11px !important;
    line-height: 1 !important;
  }

  html body.mxh-theme.xan-v268-official-home .xan-v268-process-grid li > strong {
    grid-column: 2 !important;
    grid-row: 1 !important;
    margin: 0 !important;
    font-size: 18px !important;
    line-height: 1.25 !important;
  }

  html body.mxh-theme.xan-v268-official-home .xan-v268-process-grid li > span {
    grid-column: 2 !important;
    grid-row: 2 !important;
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
  }

  html body.mxh-theme.xan-v268-official-home .xan-v268-proof__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  html body.mxh-theme.xan-v268-official-home .xan-v268-proof__grid > div {
    min-height: 98px !important;
    padding: 14px 10px !important;
    border-radius: 14px !important;
  }

  html body.mxh-theme .xan-footer-v113__wrap {
    width: calc(100% - 20px) !important;
  }

  html body.mxh-theme .xan-footer-v113__cta {
    padding: 22px 18px !important;
  }

  html body.mxh-theme .xan-footer-v113__grid {
    padding: 20px 16px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-rows: max-content !important;
    align-items: start !important;
    align-content: start !important;
    gap: 18px 14px !important;
  }

  html body.mxh-theme .xan-footer-v113__brand {
    grid-template-columns: minmax(120px, 42%) minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  html body.mxh-theme .xan-footer-v267__brand-copy p {
    font-size: 11.5px !important;
    line-height: 1.42 !important;
  }

  html body.mxh-theme .xan-footer-v113__links h4 {
    margin-bottom: 6px !important;
    font-size: 14px !important;
  }

  html body.mxh-theme .xan-footer-v113__links {
    min-height: 0 !important;
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-content: flex-start !important;
    gap: 0 !important;
  }

  html body.mxh-theme .xan-footer-v113__links a {
    flex: 0 0 auto !important;
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 0 2px !important;
    padding: 2px 0 !important;
    display: block !important;
    align-items: initial !important;
    justify-content: initial !important;
    font-size: 11.25px !important;
    line-height: 1.3 !important;
  }

  html body.mxh-theme .xan-footer-v113__links--contact a {
    margin-bottom: 3px !important;
    line-height: 1.34 !important;
  }

  html body.mxh-theme .xan-footer-v265__resources {
    margin-top: 18px !important;
    background-position: 58% center !important;
  }

  html body.mxh-theme .xan-footer-v265__resources > summary {
    min-height: 124px !important;
    padding: 22px 18px !important;
  }

  html body.mxh-theme .xan-footer-v265__resources > summary strong {
    font-size: clamp(22px, 7vw, 29px) !important;
  }

  html body.mxh-theme .xan-footer-v265__resources > summary small {
    font-size: 11.5px !important;
  }

  html body.mxh-theme .xan-footer-v265__resources > summary > b {
    width: 46px !important;
    height: 46px !important;
    flex-basis: 46px !important;
  }

  html body.mxh-theme .xan-footer-v265__resources .xan-footer-v113__seo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    padding: 10px !important;
    gap: 8px !important;
  }

  html body.mxh-theme .xan-footer-v265__resources .xan-footer-v113__mini-block:nth-child(n) {
    padding: 12px 10px !important;
  }

  html body.mxh-theme .xan-footer-v265__resources .xan-footer-v113__mini-block h4 {
    font-size: 12px !important;
  }

  html body.mxh-theme .xan-footer-v265__resources .xan-footer-v113__mini-block a {
    font-size: 10px !important;
  }
}

@media (max-width: 390px) {
  html body.mxh-theme .xan-footer-v113__grid {
    padding-inline: 12px !important;
    gap: 16px 10px !important;
  }

  html body.mxh-theme .xan-footer-v113__brand {
    grid-template-columns: 1fr !important;
  }

  html body.mxh-theme .xan-footer-v265__brand-logo img {
    width: 170px !important;
  }

  html body.mxh-theme .xan-footer-v113__links a {
    font-size: 10.5px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body.mxh-theme *,
  html body.mxh-theme *::before,
  html body.mxh-theme *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
