/*
 * XAN Office v1.4.61.290
 * Premium kurumsal ana sayfa, tek katman cam menü, tipografi ve responsive denge.
 */
:root {
  --xan-280-dark: #214655;
  --xan-280-base: #2b5668;
  --xan-280-light: #3d7184;
  --xan-280-ink: #173746;
  --xan-280-muted: #5c7078;
  --xan-280-paper: #f4f8f9;
  --xan-280-line: rgba(33, 70, 85, .14);
  --xan-280-shadow: 0 18px 48px rgba(25, 58, 72, .11);
}

html body.mxh-theme,
html body.mxh-theme button,
html body.mxh-theme input,
html body.mxh-theme select,
html body.mxh-theme textarea {
  font-family: Inter, "Segoe UI", Arial, sans-serif !important;
  font-synthesis: none !important;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
}

html body.mxh-theme a,
html body.mxh-theme button {
  -webkit-tap-highlight-color: transparent;
}

html body.mxh-theme a:hover,
html body.mxh-theme a:focus-visible,
html body.mxh-theme button:hover,
html body.mxh-theme button:focus-visible {
  letter-spacing: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}

/* Tek katmanlı petrol cam masaüstü menü. */
@media (min-width: 1025px) {
  html body.mxh-theme .mxh-header {
    position: absolute !important;
    z-index: 8900 !important;
    top: var(--wp-admin--admin-bar--height, 0px) !important;
    right: 18px !important;
    left: 18px !important;
    width: auto !important;
    min-height: 82px !important;
    margin: 14px auto 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    color: #fff !important;
    background: linear-gradient(110deg, rgba(25, 61, 75, .91), rgba(43, 86, 104, .84)) !important;
    border: 1px solid rgba(255, 255, 255, .18) !important;
    border-radius: 20px !important;
    box-shadow: 0 14px 38px rgba(12, 35, 44, .19) !important;
    -webkit-backdrop-filter: blur(14px) saturate(125%) !important;
    backdrop-filter: blur(14px) saturate(125%) !important;
  }

  html body.mxh-theme .mxh-header .mxh-header-inner {
    width: 100% !important;
    max-width: none !important;
    min-height: 82px !important;
    margin: 0 !important;
    padding: 7px 16px 7px 22px !important;
    display: grid !important;
    grid-template-columns: 176px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 20px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  html body.mxh-theme .mxh-header .mxh-brand {
    width: 172px !important;
    min-width: 172px !important;
    height: 66px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    overflow: visible !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  html body.mxh-theme .mxh-header .mxh-brand-logo-img {
    width: 168px !important;
    min-width: 168px !important;
    max-width: 168px !important;
    height: 62px !important;
    max-height: 62px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    object-fit: contain !important;
    object-position: left center !important;
    opacity: 1 !important;
    filter: none !important;
  }

  html body.mxh-theme .mxh-header .mxh-nav {
    position: relative !important;
    width: 100% !important;
    min-width: 0 !important;
    padding-right: 126px !important;
    display: block !important;
    background: transparent !important;
    border: 0 !important;
  }

  html body.mxh-theme .mxh-header .mxh-menu {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: clamp(2px, .55vw, 11px) !important;
    list-style: none !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  html body.mxh-theme .mxh-header .mxh-menu > li {
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
  }

  html body.mxh-theme .mxh-header .mxh-menu > li:last-child {
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
    transform: translateY(-50%) !important;
  }

  html body.mxh-theme .mxh-header .mxh-menu > li > a {
    min-height: 42px !important;
    margin: 0 !important;
    padding: 11px clamp(7px, .65vw, 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: 10px !important;
    box-shadow: none !important;
    font-size: clamp(12px, .73vw, 14px) !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transform: none !important;
    transition: color .18s ease, background-color .18s ease, border-color .18s ease !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, .16) !important;
    transform: none !important;
  }

  html body.mxh-theme .mxh-header .mxh-menu > li:last-child > a {
    min-width: 112px !important;
    min-height: 48px !important;
    padding: 12px 18px !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    background: rgba(255, 255, 255, .11) !important;
    border-color: rgba(255, 255, 255, .24) !important;
    font-weight: 600 !important;
  }

  html body.mxh-theme:not(.home):not(.front-page):not(.mxh-front) .mxh-main {
    padding-top: 116px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  html body.mxh-theme .mxh-header .mxh-header-inner {
    grid-template-columns: 148px minmax(0, 1fr) !important;
    gap: 10px !important;
    padding-right: 12px !important;
    padding-left: 16px !important;
  }

  html body.mxh-theme .mxh-header .mxh-brand,
  html body.mxh-theme .mxh-header .mxh-brand-logo-img {
    width: 144px !important;
    min-width: 144px !important;
    max-width: 144px !important;
  }

  html body.mxh-theme .mxh-header .mxh-nav {
    padding-right: 106px !important;
  }

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

  html body.mxh-theme .mxh-header .mxh-menu > li > a {
    padding-right: 6px !important;
    padding-left: 6px !important;
    font-size: 11px !important;
  }

  html body.mxh-theme .mxh-header .mxh-menu > li:last-child > a {
    min-width: 98px !important;
    padding-right: 11px !important;
    padding-left: 11px !important;
  }
}

/* Ana sayfa temel ritim ve kurumsal tipografi. */
html body.mxh-theme.xan-v268-official-home .xan-v268-home {
  --x268-petrol: var(--xan-280-base) !important;
  --x268-petrol-dark: var(--xan-280-dark) !important;
  --x268-ink: var(--xan-280-ink) !important;
  --x268-muted: var(--xan-280-muted) !important;
  --x268-line: var(--xan-280-line) !important;
  background: #fff !important;
}

html body.mxh-theme.xan-v268-official-home :is(.xan-v268-services, .xan-v268-tools, .xan-v268-stories, .xan-v268-process, .xan-v268-proof, .xan-v268-final) {
  content-visibility: auto !important;
  contain-intrinsic-size: 1px 760px !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-shell {
  width: min(1440px, calc(100% - 48px)) !important;
  max-width: 1440px !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: 600 !important;
  letter-spacing: .08em !important;
}

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

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

/* Video altı: tek fotoğraf, petrol filtre ve üç işlevsel cam kart. */
html body.mxh-theme.xan-v268-official-home .xan-v268-intro {
  position: relative !important;
  padding: clamp(68px, 8vw, 112px) 0 !important;
  overflow: hidden !important;
  background:
    linear-gradient(100deg, rgba(25, 60, 74, .94) 0%, rgba(33, 70, 85, .88) 48%, rgba(43, 86, 104, .76) 100%),
    url('../images/home-v280/corporate-advisory.webp') center 44% / cover no-repeat !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-intro::after {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background: linear-gradient(90deg, rgba(255,255,255,.05), transparent 55%) !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-intro .xan-v268-shell {
  position: relative !important;
  z-index: 1 !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-intro .xan-v268-section-head {
  max-width: 800px !important;
  margin-bottom: 38px !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-intro .xan-v268-section-head > span,
html body.mxh-theme.xan-v268-official-home .xan-v268-intro .xan-v268-section-head h1,
html body.mxh-theme.xan-v268-official-home .xan-v268-intro .xan-v268-section-head p {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-intro .xan-v268-section-head p {
  color: rgba(255,255,255,.82) !important;
  -webkit-text-fill-color: rgba(255,255,255,.82) !important;
}

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

html body.mxh-theme.xan-v268-official-home .xan-v268-action-card {
  min-height: 245px !important;
  padding: 28px !important;
  color: #fff !important;
  background: rgba(255,255,255,.09) !important;
  border: 1px solid rgba(255,255,255,.20) !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 38px rgba(8, 30, 40, .15) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  backdrop-filter: blur(12px) !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-action-card > span {
  margin: 0 0 9px !important;
  color: rgba(255,255,255,.70) !important;
  -webkit-text-fill-color: rgba(255,255,255,.70) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-action-card h2 {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: clamp(20px, 1.6vw, 25px) !important;
  font-weight: 600 !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-action-card p {
  color: rgba(255,255,255,.76) !important;
  -webkit-text-fill-color: rgba(255,255,255,.76) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-action-card > a {
  min-height: 44px !important;
  padding: 11px 15px !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: rgba(255,255,255,.10) !important;
  border: 1px solid rgba(255,255,255,.20) !important;
  border-radius: 10px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

/* Fotoğraf odaklı, kısa ve anlaşılır hizmet kartları. */
html body.mxh-theme.xan-v268-official-home .xan-v268-services {
  padding: clamp(68px, 8vw, 104px) 0 !important;
  background: var(--xan-280-paper) !important;
}

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

html body.mxh-theme.xan-v268-official-home .xan-v268-service-card {
  position: relative !important;
  min-height: 330px !important;
  padding: 0 !important;
  justify-content: flex-end !important;
  overflow: hidden !important;
  isolation: isolate !important;
  color: #fff !important;
  background: var(--xan-card-image) center / cover no-repeat !important;
  border: 0 !important;
  border-radius: 22px !important;
  box-shadow: var(--xan-280-shadow) !important;
  transform: none !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-service-card__shade {
  position: absolute !important;
  z-index: -1 !important;
  inset: 0 !important;
  margin: 0 !important;
  background: linear-gradient(180deg, rgba(15,40,50,.06) 12%, rgba(22,55,68,.88) 100%) !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-service-card__content {
  width: 100% !important;
  margin: 0 !important;
  padding: 30px !important;
  display: block !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-service-card h3 {
  margin: 0 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: clamp(23px, 2vw, 31px) !important;
  font-weight: 600 !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-service-card p {
  max-width: 520px !important;
  margin: 8px 0 18px !important;
  color: rgba(255,255,255,.82) !important;
  -webkit-text-fill-color: rgba(255,255,255,.82) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-service-card__content > b {
  min-height: 42px !important;
  padding: 10px 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: rgba(255,255,255,.11) !important;
  border: 1px solid rgba(255,255,255,.20) !important;
  border-radius: 9px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

/* Araçlar: bir ton daha açık petrol. */
html body.mxh-theme.xan-v268-official-home .xan-v268-tools__panel,
html body.mxh-theme.xan-v268-official-home .xan-v268-process {
  background: linear-gradient(125deg, var(--xan-280-dark), var(--xan-280-base) 52%, var(--xan-280-light)) !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-tools__intro h2,
html body.mxh-theme.xan-v268-official-home .xan-v268-tools__intro p,
html body.mxh-theme.xan-v268-official-home .xan-v268-tools__count,
html body.mxh-theme.xan-v268-official-home .xan-v268-tools__grid a,
html body.mxh-theme.xan-v268-official-home .xan-v268-tools__grid strong,
html body.mxh-theme.xan-v268-official-home .xan-v268-tools__grid small {
  color: #fff !important;
  -webkit-text-fill-color: currentColor !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-tools__grid a,
html body.mxh-theme.xan-v268-official-home .xan-v268-process-grid li {
  background: rgba(255,255,255,.08) !important;
  border-color: rgba(255,255,255,.16) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  backdrop-filter: blur(10px) !important;
}

/* Kurumsal hikâye alanlarında dev ikon yerine gerçek fotoğraf. */
html body.mxh-theme.xan-v268-official-home .xan-v268-stories {
  padding: clamp(70px, 8vw, 110px) 0 !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-story {
  min-height: 420px !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  border-radius: 24px !important;
  box-shadow: var(--xan-280-shadow) !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-story__visual {
  min-height: 420px !important;
  justify-content: flex-start !important;
  background-color: var(--xan-280-base) !important;
  background-position: center !important;
  background-size: cover !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-story__visual::before {
  width: auto !important;
  height: auto !important;
  inset: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: linear-gradient(140deg, rgba(27,65,80,.12), rgba(27,65,80,.58)) !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-story__visual::after {
  display: none !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-story__visual--career {
  background-image: url('../images/home-v280/story-team-project-v283.webp') !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-story__visual--network {
  background-image: url('../images/home-v280/story-office-lobby-v282.webp') !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-story__visual--trust {
  background-image: url('../images/home-v280/story-contract-process-v283.webp') !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-story__visual > span {
  z-index: 2 !important;
  top: 24px !important;
  left: 24px !important;
  padding: 8px 11px !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: rgba(24,58,72,.62) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
}

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

html body.mxh-theme.xan-v268-official-home .xan-v268-button {
  min-height: 46px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  transform: none !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-process {
  padding: clamp(68px, 7vw, 96px) 0 !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-process-grid li {
  min-height: 176px !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-process-grid strong,
html body.mxh-theme.xan-v268-official-home .xan-v268-proof__grid strong {
  font-weight: 600 !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-process-grid span {
  font-size: 13px !important;
  font-weight: 400 !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-final__card {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  background:
    linear-gradient(100deg, rgba(30,66,81,.96), rgba(43,86,104,.82)),
    url('../images/home-v280/corporate-advisory.webp') center / cover no-repeat !important;
  border-radius: 24px !important;
}

/* Harita ve kaynak merkezinde çerçeve kalabalığını azalt. */
html body.mxh-theme .xan-footer-v113__network {
  background: #edf4f6 !important;
}

html body.mxh-theme .xan-footer-v113__network-layout,
html body.mxh-theme .xan-footer-v113__city-block,
html body.mxh-theme .xan-footer-v113__turkiye-map-wrap {
  max-width: 1440px !important;
  margin-inline: auto !important;
}

html body.mxh-theme .xan-tr-map-card {
  padding: clamp(12px, 2vw, 24px) !important;
  background: #fff !important;
  border: 1px solid var(--xan-280-line) !important;
  border-radius: 22px !important;
  box-shadow: var(--xan-280-shadow) !important;
}

html body.mxh-theme .xan-footer-v265__resources {
  max-width: 1440px !important;
  margin: 26px auto 0 !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid var(--xan-280-line) !important;
  border-radius: 18px !important;
  box-shadow: 0 12px 30px rgba(25,58,72,.07) !important;
}

html body.mxh-theme .xan-footer-v265__resources > summary {
  min-height: 74px !important;
  padding: 14px 18px !important;
  color: var(--xan-280-ink) !important;
  background: #fff !important;
  cursor: pointer !important;
}

html body.mxh-theme .xan-footer-v265__resources > summary strong {
  font-size: 16px !important;
  font-weight: 600 !important;
}

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

html body.mxh-theme .xan-footer-v265__resources > summary > b {
  width: 44px !important;
  height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff !important;
  background: var(--xan-280-base) !important;
  border-radius: 50% !important;
  font-weight: 500 !important;
}

html body.mxh-theme .xan-footer-v113__seo-grid {
  padding: 20px !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
  background: #f5f8f9 !important;
}

html body.mxh-theme .xan-footer-v113__seo-grid > .xan-footer-v113__mini-block:nth-child(n+7) {
  display: none !important;
}

html body.mxh-theme .xan-footer-v113__mini-block {
  min-height: 0 !important;
  padding: 20px !important;
  background: #fff !important;
  border: 1px solid var(--xan-280-line) !important;
  border-radius: 14px !important;
  box-shadow: none !important;
}

html body.mxh-theme .xan-footer-v113__mini-block h4 {
  margin: 0 0 10px !important;
  color: var(--xan-280-ink) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

html body.mxh-theme .xan-footer-v113__mini-block li:nth-child(n+4) {
  display: none !important;
}

html body.mxh-theme .xan-footer-v113__mini-block a {
  min-height: 38px !important;
  padding: 8px 0 !important;
  color: #50666f !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  border-bottom: 1px solid rgba(33,70,85,.08) !important;
}

/* Footer kurumsal hiyerarşi. */
html body.mxh-theme .xan-footer-v113__grid h4,
html body.mxh-theme .xan-footer-v113__cta h2 {
  color: var(--xan-280-ink) !important;
  font-weight: 600 !important;
}

html body.mxh-theme .xan-footer-v113__links a,
html body.mxh-theme .xan-footer-v113__brand p,
html body.mxh-theme .xan-footer-v113__cta p {
  color: #596e77 !important;
  font-weight: 400 !important;
}

/* Mobil/tablet: aynı cam mantığı, rahat dokunma alanları. */
@media (max-width: 1024px) {
  html body.mxh-theme .xan-v263-mobile-header {
    height: 88px !important;
    padding: 10px 20px !important;
    background: linear-gradient(110deg, rgba(25,61,75,.91), rgba(43,86,104,.84)) !important;
    border-bottom: 1px solid rgba(255,255,255,.18) !important;
    box-shadow: 0 12px 30px rgba(12,35,44,.16) !important;
    -webkit-backdrop-filter: blur(14px) saturate(125%) !important;
    backdrop-filter: blur(14px) saturate(125%) !important;
  }

  html body.mxh-theme .xan-v263-mobile-header__brand,
  html body.mxh-theme .xan-v263-mobile-header__logo {
    width: 140px !important;
    max-width: 140px !important;
    max-height: 62px !important;
    object-fit: contain !important;
    object-position: left center !important;
  }

  html body.mxh-theme .xan-v263-mobile-header__menu {
    width: 48px !important;
    height: 48px !important;
    gap: 5px !important;
    background: rgba(255,255,255,.09) !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    border-radius: 12px !important;
  }

  html body.mxh-theme .xan-v263-mobile-header__menu span {
    width: 25px !important;
    height: 2px !important;
  }

  html body.mxh-theme .xan-v263-mobile-bottom {
    height: 66px !important;
    background: rgba(33,70,85,.95) !important;
    border-top: 1px solid rgba(255,255,255,.16) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    backdrop-filter: blur(12px) !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  html body.mxh-theme .xan-v263-mobile-bottom a {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    background: transparent !important;
    border-right-color: rgba(255,255,255,.13) !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
  }

  html body.mxh-theme .xan-v263-mobile-bottom svg {
    width: 21px !important;
    height: 21px !important;
  }

  html body.mxh-theme .xan-v263-mobile-drawer__panel {
    background: linear-gradient(160deg, var(--xan-280-dark), var(--xan-280-base)) !important;
  }

  html body.mxh-theme .xan-v263-mobile-drawer__nav a {
    min-height: 48px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
  }

  html body.mxh-theme.xan-v268-official-home .xan-v268-shell {
    width: min(100% - 32px, 920px) !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-service-grid,
  html body.mxh-theme.xan-v268-official-home .xan-v268-story,
  html body.mxh-theme.xan-v268-official-home .xan-v268-process-grid {
    grid-template-columns: repeat(2, minmax(0, 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 {
    order: 0 !important;
  }

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

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

@media (max-width: 767px) {
  html body.mxh-theme.xan-v268-official-home .xan-v268-shell {
    width: min(100% - 24px, 620px) !important;
  }

  html body.mxh-theme.xan-v268-official-home .xan-v268-intro {
    padding: 68px 0 58px !important;
    background-position: 62% center !important;
  }

  html body.mxh-theme.xan-v268-official-home .xan-v268-section-head {
    margin-bottom: 26px !important;
  }

  html body.mxh-theme.xan-v268-official-home .xan-v268-section-head h1,
  html body.mxh-theme.xan-v268-official-home .xan-v268-section-head h2,
  html body.mxh-theme.xan-v268-official-home .xan-v268-story__copy h2,
  html body.mxh-theme.xan-v268-official-home .xan-v268-final__card h2 {
    font-size: clamp(27px, 8vw, 38px) !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-story,
  html body.mxh-theme.xan-v268-official-home .xan-v268-process-grid,
  html body.mxh-theme.xan-v268-official-home .xan-v268-final__card {
    grid-template-columns: 1fr !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: 220px !important;
    padding: 23px !important;
  }

  html body.mxh-theme.xan-v268-official-home .xan-v268-service-card {
    min-height: 280px !important;
  }

  html body.mxh-theme.xan-v268-official-home .xan-v268-service-card__content {
    padding: 24px !important;
  }

  html body.mxh-theme.xan-v268-official-home .xan-v268-story,
  html body.mxh-theme.xan-v268-official-home .xan-v268-story__visual {
    min-height: 0 !important;
  }

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

  html body.mxh-theme.xan-v268-official-home .xan-v268-story__copy {
    padding: 30px 24px 34px !important;
  }

  html body.mxh-theme.xan-v268-official-home .xan-v268-process-grid li {
    min-height: 150px !important;
  }

  html body.mxh-theme.xan-v268-official-home .xan-v268-final__card {
    min-height: 330px !important;
    padding: 30px 24px !important;
    gap: 12px !important;
  }

  html body.mxh-theme.xan-v268-official-home .xan-v268-final__card .xan-v268-inline-actions {
    justify-content: flex-start !important;
  }

  html body.mxh-theme .xan-footer-v113__seo-grid {
    grid-template-columns: 1fr !important;
    padding: 12px !important;
  }

  html body.mxh-theme .xan-footer-v265__resources > summary {
    min-height: 72px !important;
    gap: 10px !important;
  }

  html body.mxh-theme .xan-footer-v265__resources > summary small {
    display: none !important;
  }
}

/* v284: Kurumsal Kaynak Merkezi — fotoğraf, petrol katman ve cam kartlar. */
html body.mxh-theme .xan-footer-v265__resources {
  position: relative !important;
  max-width: 1440px !important;
  margin: 34px auto 0 !important;
  overflow: hidden !important;
  isolation: isolate !important;
  color: #fff !important;
  background:
    linear-gradient(118deg, rgba(18, 51, 64, .96) 0%, rgba(31, 72, 88, .91) 48%, rgba(45, 91, 108, .82) 100%),
    url('../images/home-v280/story-office-lobby-v282.webp') center / cover no-repeat !important;
  border: 1px solid rgba(255, 255, 255, .20) !important;
  border-radius: 26px !important;
  box-shadow: 0 24px 64px rgba(15, 45, 57, .20) !important;
}

html body.mxh-theme .xan-footer-v265__resources > summary {
  min-height: 154px !important;
  padding: clamp(28px, 4vw, 50px) clamp(26px, 5vw, 66px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-align: left !important;
  background: rgba(18, 54, 68, .16) !important;
  border: 0 !important;
  cursor: pointer !important;
}

html body.mxh-theme .xan-footer-v265__resources[open] > summary {
  border-bottom: 1px solid rgba(255, 255, 255, .18) !important;
}

html body.mxh-theme .xan-footer-v265__resources > summary > span {
  max-width: 900px !important;
  display: grid !important;
  gap: 11px !important;
}

html body.mxh-theme .xan-footer-v265__resources > summary strong {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: clamp(26px, 3.2vw, 44px) !important;
  font-weight: 650 !important;
  line-height: 1.12 !important;
  letter-spacing: -.025em !important;
}

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

html body.mxh-theme .xan-footer-v265__resources > summary > b {
  width: 50px !important;
  height: 50px !important;
  flex: 0 0 50px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !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: 50% !important;
  -webkit-backdrop-filter: blur(12px) saturate(120%) !important;
  backdrop-filter: blur(12px) saturate(120%) !important;
  font-size: 22px !important;
  font-weight: 500 !important;
}

html body.mxh-theme .xan-footer-v113__seo-grid {
  padding: clamp(22px, 3.5vw, 48px) !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
  background: rgba(8, 34, 44, .18) !important;
}

html body.mxh-theme .xan-footer-v113__seo-grid > .xan-footer-v113__mini-block:nth-child(n) {
  display: block !important;
}

html body.mxh-theme .xan-footer-v113__mini-block {
  min-width: 0 !important;
  min-height: 248px !important;
  padding: 24px !important;
  color: #fff !important;
  background: rgba(255, 255, 255, .10) !important;
  border: 1px solid rgba(255, 255, 255, .22) !important;
  border-radius: 18px !important;
  box-shadow: 0 14px 34px rgba(9, 35, 45, .10) !important;
  -webkit-backdrop-filter: blur(16px) saturate(118%) !important;
  backdrop-filter: blur(16px) saturate(118%) !important;
}

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

html body.mxh-theme .xan-footer-v113__mini-block li:nth-child(n) {
  display: list-item !important;
}

html body.mxh-theme .xan-footer-v113__mini-block a {
  min-height: 38px !important;
  padding: 8px 0 !important;
  display: flex !important;
  align-items: center !important;
  color: rgba(255, 255, 255, .82) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, .82) !important;
  font-size: 12.5px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  border-bottom: 1px solid rgba(255, 255, 255, .11) !important;
  transform: none !important;
}

html body.mxh-theme .xan-footer-v113__mini-block a:hover,
html body.mxh-theme .xan-footer-v113__mini-block a:focus-visible {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  border-bottom-color: rgba(255, 255, 255, .40) !important;
  background: transparent !important;
  transform: none !important;
}

@media (max-width: 1024px) {
  html body.mxh-theme .xan-footer-v113__seo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

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

  html body.mxh-theme .xan-footer-v265__resources > summary small {
    display: block !important;
  }
}

@media (max-width: 600px) {
  html body.mxh-theme .xan-footer-v265__resources {
    width: calc(100% - 20px) !important;
    margin-top: 24px !important;
    border-radius: 20px !important;
    background:
      linear-gradient(145deg, rgba(18, 51, 64, .97), rgba(45, 91, 108, .90)),
      url('../images/home-v280/story-office-lobby-v282.webp') center / cover no-repeat !important;
  }

  html body.mxh-theme .xan-footer-v265__resources > summary {
    min-height: 126px !important;
    padding: 24px 18px !important;
    gap: 12px !important;
  }

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

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

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

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

  html body.mxh-theme .xan-footer-v113__mini-block {
    min-height: 0 !important;
    padding: 16px 13px !important;
    border-radius: 14px !important;
  }

  html body.mxh-theme .xan-footer-v113__mini-block h4 {
    font-size: 13px !important;
    overflow-wrap: anywhere !important;
  }

  html body.mxh-theme .xan-footer-v113__mini-block a {
    min-height: 34px !important;
    padding: 6px 0 !important;
    font-size: 10.75px !important;
    overflow-wrap: anywhere !important;
  }

  html body.mxh-theme .xan-footer-v113__mini-block li:nth-child(n+5) {
    display: none !important;
  }
}

@media (max-width: 360px) {
  html body.mxh-theme .xan-footer-v113__seo-grid {
    column-gap: 8px !important;
  }

  html body.mxh-theme .xan-footer-v113__mini-block {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}

/* v281 footer mobil kesin uyum: 2x2 korunur, kenar ve uzun metin taşmaları giderilir. */
@media (max-width: 600px) {
  html body.mxh-theme.xan-v267-footer-two-column .xan-footer-v113__wrap {
    width: calc(100% - 20px) !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    overflow: visible !important;
  }

  html body.mxh-theme.xan-v267-footer-two-column .xan-footer-v113__grid {
    width: 100% !important;
    padding: 20px 14px 24px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px 14px !important;
    overflow: visible !important;
  }

  html body.mxh-theme.xan-v267-footer-two-column .xan-footer-v113__brand {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    padding: 4px 4px 20px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    gap: 12px !important;
    text-align: center !important;
  }

  html body.mxh-theme.xan-v267-footer-two-column .xan-footer-v265__brand-logo,
  html body.mxh-theme.xan-v267-footer-two-column .xan-footer-v265__brand-logo img {
    width: 150px !important;
    max-width: 70vw !important;
    margin: 0 auto !important;
  }

  html body.mxh-theme.xan-v267-footer-two-column .xan-footer-v267__brand-copy {
    width: 100% !important;
    max-width: 410px !important;
    min-width: 0 !important;
    align-items: center !important;
    gap: 10px !important;
  }

  html body.mxh-theme.xan-v267-footer-two-column .xan-footer-v113__brand > p,
  html body.mxh-theme.xan-v267-footer-two-column .xan-footer-v267__brand-copy > p {
    width: 100% !important;
    max-width: 360px !important;
    margin: 0 auto !important;
    font-size: 12.5px !important;
    line-height: 1.55 !important;
    text-align: center !important;
  }

  html body.mxh-theme.xan-v267-footer-two-column .xan-footer-v267__official-links {
    justify-content: center !important;
  }

  html body.mxh-theme.xan-v267-footer-two-column .xan-footer-v267__official-links a {
    min-height: 34px !important;
    padding: 7px 10px !important;
    font-size: 10px !important;
  }

  html body.mxh-theme.xan-v267-footer-two-column .xan-footer-v113__links,
  html body.mxh-theme.xan-v267-footer-two-column .xan-footer-v113__links--contact {
    grid-column: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 3px !important;
    overflow: visible !important;
  }

  html body.mxh-theme.xan-v267-footer-two-column .xan-footer-v113__links h4 {
    width: 100% !important;
    margin: 0 0 10px !important;
    color: var(--xan-280-ink) !important;
    -webkit-text-fill-color: var(--xan-280-ink) !important;
    font-size: 14px !important;
    font-weight: 650 !important;
    line-height: 1.3 !important;
    overflow-wrap: anywhere !important;
  }

  html body.mxh-theme.xan-v267-footer-two-column .xan-footer-v113__links a {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 34px !important;
    padding: 6px 0 !important;
    display: block !important;
    overflow: visible !important;
    color: #536a73 !important;
    -webkit-text-fill-color: #536a73 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.42 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    text-overflow: clip !important;
  }

  html body.mxh-theme.xan-v267-footer-two-column .xan-footer-v113__links--contact a {
    font-size: 11.5px !important;
    line-height: 1.48 !important;
    word-break: break-word !important;
  }

  html body.mxh-theme.xan-v267-footer-two-column .xan-footer-v113__cta {
    width: 100% !important;
    padding: 24px 18px !important;
    overflow: visible !important;
  }

  html body.mxh-theme.xan-v267-footer-two-column .xan-footer-v113__cta h2,
  html body.mxh-theme.xan-v267-footer-two-column .xan-footer-v113__cta p {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
  }
}

@media (max-width: 380px) {
  html body.mxh-theme.xan-v267-footer-two-column .xan-footer-v113__grid {
    padding-right: 10px !important;
    padding-left: 10px !important;
    column-gap: 9px !important;
  }

  html body.mxh-theme.xan-v267-footer-two-column .xan-footer-v113__links {
    padding: 0 2px !important;
  }

  html body.mxh-theme.xan-v267-footer-two-column .xan-footer-v113__links h4 {
    font-size: 13px !important;
  }

  html body.mxh-theme.xan-v267-footer-two-column .xan-footer-v113__links a,
  html body.mxh-theme.xan-v267-footer-two-column .xan-footer-v113__links--contact a {
    font-size: 10.75px !important;
  }
}

/* v281 mobil/tablet hızlı menü: yüzen yarı şeffaf cam yüzey. */
@media (max-width: 1024px) {
  html body.mxh-theme .xan-v263-mobile-bottom {
    position: fixed !important;
    z-index: 9100 !important;
    right: 10px !important;
    bottom: max(9px, env(safe-area-inset-bottom)) !important;
    left: 10px !important;
    width: auto !important;
    max-width: 720px !important;
    height: 68px !important;
    margin: 0 auto !important;
    padding: 5px !important;
    overflow: hidden !important;
    background: linear-gradient(110deg, rgba(29, 68, 83, .72), rgba(55, 105, 123, .62)) !important;
    border: 1px solid rgba(255, 255, 255, .32) !important;
    border-radius: 19px !important;
    box-shadow: 0 14px 38px rgba(10, 31, 40, .23), inset 0 1px 0 rgba(255, 255, 255, .18) !important;
    -webkit-backdrop-filter: blur(18px) saturate(142%) !important;
    backdrop-filter: blur(18px) saturate(142%) !important;
  }

  html body.mxh-theme .xan-v263-mobile-bottom a {
    min-height: 56px !important;
    padding: 6px 3px !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: 12px !important;
    text-shadow: 0 1px 2px rgba(12, 32, 40, .20) !important;
  }

  html body.mxh-theme .xan-v263-mobile-bottom a:last-child {
    border-right: 0 !important;
  }

  html body.mxh-theme .xan-v263-mobile-bottom a:active,
  html body.mxh-theme .xan-v263-mobile-bottom a:focus-visible {
    background: rgba(255, 255, 255, .12) !important;
  }
}

/* v281 süreç bölümü: geniş ölçü, kurumsal tipografi ve okunur kanıt şeridi. */
html body.mxh-theme.xan-v268-official-home .xan-v268-process {
  padding: clamp(82px, 8vw, 118px) 0 !important;
}

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

html body.mxh-theme.xan-v268-official-home .xan-v268-process .xan-v268-section-head {
  max-width: 980px !important;
  margin-bottom: 42px !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-process .xan-v268-section-head > span {
  font-size: 13px !important;
  font-weight: 650 !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-process .xan-v268-section-head h2 {
  max-width: 960px !important;
  font-size: clamp(38px, 4vw, 62px) !important;
  font-weight: 650 !important;
  line-height: 1.08 !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-process .xan-v268-section-head p {
  max-width: 860px !important;
  font-size: clamp(15px, 1.2vw, 18px) !important;
  line-height: 1.65 !important;
}

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

html body.mxh-theme.xan-v268-official-home .xan-v268-process-grid li {
  min-height: 220px !important;
  padding: 28px !important;
  justify-content: flex-end !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, .10) !important;
  border-color: rgba(255, 255, 255, .20) !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-process-grid b {
  margin-bottom: auto !important;
  color: rgba(255, 255, 255, .74) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, .74) !important;
  font-size: 13px !important;
  font-weight: 650 !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-process-grid strong {
  margin-top: 28px !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: clamp(18px, 1.45vw, 23px) !important;
  font-weight: 650 !important;
  line-height: 1.25 !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-process-grid span {
  margin-top: 9px !important;
  color: rgba(255, 255, 255, .78) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, .78) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-proof {
  padding: 0 !important;
  background: #eef5f7 !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-proof__grid {
  width: min(1520px, calc(100% - 56px)) !important;
  max-width: 1520px !important;
  padding: 28px 0 !important;
  gap: 20px !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-proof__grid > div {
  min-height: 94px !important;
  padding: 16px 18px !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-proof__grid strong {
  color: var(--xan-280-ink) !important;
  -webkit-text-fill-color: var(--xan-280-ink) !important;
  font-size: clamp(18px, 1.45vw, 23px) !important;
  font-weight: 650 !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-proof__grid span {
  margin-top: 6px !important;
  color: var(--xan-280-muted) !important;
  -webkit-text-fill-color: var(--xan-280-muted) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

@media (max-width: 1024px) {
  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(100% - 32px, 920px) !important;
  }

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

@media (max-width: 767px) {
  html body.mxh-theme.xan-v268-official-home .xan-v268-process {
    padding: 66px 0 !important;
  }

  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(100% - 24px, 620px) !important;
  }

  html body.mxh-theme.xan-v268-official-home .xan-v268-process .xan-v268-section-head h2 {
    font-size: clamp(31px, 9vw, 42px) !important;
  }

  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-process-grid li {
    min-height: 178px !important;
    padding: 24px !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;
    padding: 18px 0 !important;
  }

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

@media (max-width: 480px) {
  html body.mxh-theme .xan-v263-mobile-header {
    height: 82px !important;
    padding: 9px 14px !important;
  }

  html body.mxh-theme .xan-v263-mobile-header__brand,
  html body.mxh-theme .xan-v263-mobile-header__logo {
    width: 126px !important;
    max-width: 126px !important;
  }

  html body.mxh-theme .xan-v263-mobile-bottom a {
    padding-right: 2px !important;
    padding-left: 2px !important;
    font-size: 10.5px !important;
  }

  html body.mxh-theme .xan-v263-mobile-bottom svg {
    width: 19px !important;
    height: 19px !important;
  }

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

  html body.mxh-theme.xan-v268-official-home .xan-v268-inline-actions {
    width: 100% !important;
    align-items: stretch !important;
  }

  html body.mxh-theme.xan-v268-official-home .xan-v268-inline-actions .xan-v268-button {
    flex: 1 1 100% !important;
  }
}

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

/*
 * v281 kesin düzeltme katmanı
 * - İlk menü öğesini ikon yerine XAN metni olarak gösterir.
 * - İç sayfa menüsünü beyaz taşıyıcıdan çıkarıp akışta tek petrol cam katmana dönüştürür.
 * - Hizmet kartlarındaki eski span buton kuralını sıfırlar ve fotoğrafları görünür kılar.
 * - Araçlar alanındaki tekdüze petrol kutuları fotoğraf + açık kurumsal kartlarla dengeler.
 */
@media (min-width: 1025px) {
  html body.mxh-theme.xan-v264-navigation .mxh-header .mxh-menu > li:first-child > a {
    width: auto !important;
    min-width: 50px !important;
    padding: 11px 10px !important;
    overflow: visible !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: clamp(12px, .73vw, 14px) !important;
    font-weight: 650 !important;
    line-height: 1.2 !important;
    text-indent: 0 !important;
  }

  html body.mxh-theme.xan-v264-navigation .mxh-header .mxh-menu > li:first-child > a::before {
    content: none !important;
    display: none !important;
  }

  html body.mxh-theme.xan-v269-refined-header:not(.mxh-front):not(.home):not(.front-page) .mxh-header {
    position: relative !important;
    z-index: 8900 !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    width: calc(100% - 36px) !important;
    min-height: 82px !important;
    margin: 14px auto 18px !important;
    padding: 0 !important;
    overflow: visible !important;
    color: #fff !important;
    background: linear-gradient(110deg, rgba(28, 65, 79, .94), rgba(48, 95, 113, .88)) !important;
    border: 1px solid rgba(255, 255, 255, .20) !important;
    border-radius: 20px !important;
    box-shadow: 0 14px 38px rgba(12, 35, 44, .16) !important;
    -webkit-backdrop-filter: blur(15px) saturate(126%) !important;
    backdrop-filter: blur(15px) saturate(126%) !important;
    opacity: 1 !important;
  }

  html body.mxh-theme.xan-v269-refined-header:not(.mxh-front):not(.home):not(.front-page) .mxh-header .mxh-header-inner {
    width: 100% !important;
    max-width: none !important;
    min-height: 82px !important;
    margin: 0 !important;
    padding: 7px 16px 7px 22px !important;
    display: grid !important;
    grid-template-columns: 176px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 20px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
  }

  html body.mxh-theme.xan-v269-refined-header:not(.mxh-front):not(.home):not(.front-page) .mxh-header .mxh-brand {
    width: 172px !important;
    min-width: 172px !important;
    height: 66px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    visibility: visible !important;
    align-items: center !important;
    overflow: visible !important;
    opacity: 1 !important;
    background: transparent !important;
    border: 0 !important;
  }

  html body.mxh-theme.xan-v269-refined-header:not(.mxh-front):not(.home):not(.front-page) .mxh-header .mxh-brand-logo-img {
    width: 168px !important;
    min-width: 168px !important;
    max-width: 168px !important;
    height: 62px !important;
    max-height: 62px !important;
    display: block !important;
    visibility: visible !important;
    object-fit: contain !important;
    object-position: left center !important;
    opacity: 1 !important;
    filter: none !important;
  }

  html body.mxh-theme.xan-v269-refined-header:not(.mxh-front):not(.home):not(.front-page) .mxh-header .mxh-nav,
  html body.mxh-theme.xan-v269-refined-header:not(.mxh-front):not(.home):not(.front-page) .mxh-header .mxh-menu {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
  }

  html body.mxh-theme.xan-v269-refined-header:not(.mxh-front):not(.home):not(.front-page) .mxh-header .mxh-menu > li > a {
    color: rgba(255, 255, 255, .95) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, .95) !important;
    background: transparent !important;
    border-color: transparent !important;
    text-shadow: none !important;
    opacity: 1 !important;
  }

  html body.mxh-theme.xan-v269-refined-header:not(.mxh-front):not(.home):not(.front-page) .mxh-header .mxh-menu > li > a:hover,
  html body.mxh-theme.xan-v269-refined-header:not(.mxh-front):not(.home):not(.front-page) .mxh-header .mxh-menu > li > a:focus-visible {
    background: rgba(255, 255, 255, .10) !important;
    border-color: rgba(255, 255, 255, .18) !important;
  }

  html body.mxh-theme.xan-v269-refined-header:not(.mxh-front):not(.home):not(.front-page) .mxh-header .mxh-menu > li:last-child > a {
    background: rgba(255, 255, 255, .12) !important;
    border-color: rgba(255, 255, 255, .24) !important;
  }

  html body.mxh-theme.xan-v269-refined-header:not(.mxh-front):not(.home):not(.front-page) .mxh-main {
    padding-top: 0 !important;
  }
}

html body.mxh-theme.xan-v268-official-home .xan-v268-services .xan-v268-section-head--premium-center {
  max-width: 920px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-services .xan-v268-section-head--premium-center h2,
html body.mxh-theme.xan-v268-official-home .xan-v268-services .xan-v268-section-head--premium-center p {
  margin-right: auto !important;
  margin-left: auto !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-service-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-end !important;
  text-align: left !important;
  background-color: var(--xan-280-base) !important;
  background-image: var(--xan-card-image) !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-service-card > .xan-v268-service-card__shade {
  position: absolute !important;
  z-index: 0 !important;
  inset: 0 !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  background: linear-gradient(180deg, rgba(12, 34, 43, .02) 5%, rgba(17, 45, 56, .18) 47%, rgba(20, 53, 65, .88) 100%) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  pointer-events: none !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-service-card > .xan-v268-service-card__content {
  position: relative !important;
  z-index: 1 !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 30px !important;
  display: block !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-align: left !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-service-card > .xan-v268-service-card__content h3,
html body.mxh-theme.xan-v268-official-home .xan-v268-service-card > .xan-v268-service-card__content p {
  width: auto !important;
  max-width: 520px !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  text-align: left !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-service-card > .xan-v268-service-card__content > b {
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  background: rgba(255, 255, 255, .12) !important;
  border-color: rgba(255, 255, 255, .26) !important;
  box-shadow: none !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-tools__panel {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
  background:
    linear-gradient(100deg, rgba(27, 65, 80, .98) 0%, rgba(37, 78, 94, .94) 42%, rgba(28, 65, 79, .63) 100%),
    url('../images/home-v280/tools-digital-analysis-v283.webp') 78% center / cover no-repeat !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-tools__grid a {
  color: var(--xan-280-ink) !important;
  -webkit-text-fill-color: var(--xan-280-ink) !important;
  background: rgba(248, 252, 253, .91) !important;
  border-color: rgba(255, 255, 255, .56) !important;
  box-shadow: 0 12px 30px rgba(11, 35, 45, .12) !important;
  -webkit-backdrop-filter: blur(12px) saturate(115%) !important;
  backdrop-filter: blur(12px) saturate(115%) !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-tools__grid a span {
  color: var(--xan-280-light) !important;
  -webkit-text-fill-color: var(--xan-280-light) !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-tools__grid a strong {
  color: var(--xan-280-ink) !important;
  -webkit-text-fill-color: var(--xan-280-ink) !important;
}

html body.mxh-theme.xan-v268-official-home .xan-v268-tools__grid a small {
  color: var(--xan-280-muted) !important;
  -webkit-text-fill-color: var(--xan-280-muted) !important;
}

@media (max-width: 1024px) {
  html body.mxh-theme.xan-v268-official-home .xan-v268-services .xan-v268-section-head--premium-center {
    max-width: 760px !important;
  }
}

@media (max-width: 767px) {
  html body.mxh-theme.xan-v268-official-home .xan-v268-service-card > .xan-v268-service-card__content {
    padding: 24px !important;
  }

  html body.mxh-theme.xan-v268-official-home .xan-v268-tools__panel {
    background:
      linear-gradient(150deg, rgba(27, 65, 80, .97), rgba(45, 91, 108, .88)),
      url('../images/home-v280/tools-digital-analysis-v283.webp') center / cover no-repeat !important;
  }
}
