/**
 * XAN Office v1.4.61.297
 * v1.4.61.294 bazlı kurumsal ana sayfa yeniden tasarımı.
 * Türkiye haritası üst konumunda, footer alt yapısı ve kaynak alanları korunur.
 */

html body.mxh-theme .xan-v297-home {
  --xan-petrol: #205058;
  --xan-petrol-light: #2a6570;
  --xan-ink: #153a42;
  --xan-text: #52666b;
  --xan-soft: #f2f7f8;
  --xan-line: rgba(32, 80, 88, .14);
  width: 100%;
  overflow: hidden;
  background: #fff;
  color: var(--xan-ink);
  font-family: "Poppins", sans-serif;
}

html body.mxh-theme .xan-v297-home *,
html body.mxh-theme .xan-v297-home *::before,
html body.mxh-theme .xan-v297-home *::after {
  box-sizing: border-box;
}

html body.mxh-theme .xan-v297-shell {
  width: min(1460px, calc(100% - 40px));
  margin-inline: auto;
}

html body.mxh-theme .xan-v297-home h1,
html body.mxh-theme .xan-v297-home h2,
html body.mxh-theme .xan-v297-home p {
  margin-top: 0;
  letter-spacing: 0;
  text-shadow: none;
}

html body.mxh-theme .xan-v297-home h1,
html body.mxh-theme .xan-v297-home h2 {
  color: inherit;
  font-weight: 600;
  line-height: 1.14;
}

html body.mxh-theme .xan-v297-home p {
  color: var(--xan-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

/* Harita v1.4.61.294 sıralamasında kalır: header sonrasında ilk içerik. */
html body.mxh-theme .xan-v297-home > .xan-home-network-stage {
  order: initial !important;
  margin-top: 0 !important;
}

html body.mxh-theme .xan-v297-hero {
  position: relative;
  min-height: clamp(470px, 42vw, 650px);
  margin: 0;
  display: flex;
  align-items: center;
  isolation: isolate;
  background-image: var(--xan-v297-bg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

html body.mxh-theme .xan-v297-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(13, 49, 57, .24) 0%, rgba(13, 49, 57, .08) 42%, rgba(13, 49, 57, 0) 72%);
}

html body.mxh-theme .xan-v297-hero__inner {
  display: flex;
  align-items: center;
  min-height: inherit;
  padding-block: 46px;
}

html body.mxh-theme .xan-v297-hero__card {
  width: min(560px, 48%);
  padding: clamp(28px, 3.3vw, 54px);
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 28px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 22px 54px rgba(19, 55, 63, .12);
  text-align: center;
}

html body.mxh-theme .xan-v297-hero__card h1 {
  max-width: 500px;
  margin: 0 auto 20px;
  font-size: clamp(31px, 3.05vw, 48px);
}

html body.mxh-theme .xan-v297-hero__card p {
  max-width: 500px;
  margin: 0 auto 28px;
}

html body.mxh-theme .xan-v297-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

html body.mxh-theme .xan-v297-btn {
  min-height: 50px;
  padding: 13px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}

html body.mxh-theme .xan-v297-btn:hover,
html body.mxh-theme .xan-v297-btn:focus-visible {
  transform: translateY(-2px);
}

html body.mxh-theme .xan-v297-btn--primary {
  color: #fff;
  background: var(--xan-petrol);
  border-color: var(--xan-petrol);
}

html body.mxh-theme .xan-v297-btn--primary:hover,
html body.mxh-theme .xan-v297-btn--primary:focus-visible {
  color: #fff;
  background: var(--xan-petrol-light);
  border-color: var(--xan-petrol-light);
}

html body.mxh-theme .xan-v297-btn--outline {
  color: var(--xan-petrol);
  background: rgba(255, 255, 255, .78);
  border-color: rgba(32, 80, 88, .42);
}

html body.mxh-theme .xan-v297-btn--outline:hover,
html body.mxh-theme .xan-v297-btn--outline:focus-visible {
  color: #fff;
  background: var(--xan-petrol);
  border-color: var(--xan-petrol);
}

html body.mxh-theme .xan-v297-btn--light {
  color: var(--xan-petrol);
  background: #fff;
  border-color: #fff;
}

html body.mxh-theme .xan-v297-btn--ghost {
  color: #fff;
  background: rgba(255, 255, 255, .04);
  border-color: rgba(255, 255, 255, .52);
}

html body.mxh-theme .xan-v297-split,
html body.mxh-theme .xan-v297-tools {
  padding: clamp(54px, 6vw, 88px) 0;
}

html body.mxh-theme .xan-v297-split {
  background: #fff;
}

html body.mxh-theme .xan-v297-split--reverse {
  background: var(--xan-soft);
}

html body.mxh-theme .xan-v297-split__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, .88fr);
  align-items: stretch;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid var(--xan-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(23, 59, 66, .07);
}

html body.mxh-theme .xan-v297-split--reverse .xan-v297-split__grid {
  grid-template-columns: minmax(330px, .88fr) minmax(0, 1.12fr);
}

html body.mxh-theme .xan-v297-split--reverse .xan-v297-split__image {
  order: 2;
}

html body.mxh-theme .xan-v297-split__image {
  min-height: 430px;
  background-image: var(--xan-v297-image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

html body.mxh-theme .xan-v297-split__copy {
  margin: 22px;
  padding: clamp(30px, 3.6vw, 54px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, .76);
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 18px 44px rgba(23, 59, 66, .08);
  text-align: center;
}

html body.mxh-theme .xan-v297-split__copy h2 {
  max-width: 500px;
  margin: 0 auto 16px;
  font-size: clamp(28px, 2.35vw, 39px);
}

html body.mxh-theme .xan-v297-split__copy p {
  max-width: 560px;
  margin: 0 auto 26px;
}

html body.mxh-theme .xan-v297-tools {
  background: var(--xan-soft);
}

html body.mxh-theme .xan-v297-section-head {
  margin-bottom: 26px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

html body.mxh-theme .xan-v297-section-head h2 {
  margin-bottom: 8px;
  font-size: clamp(28px, 2.5vw, 40px);
}

html body.mxh-theme .xan-v297-section-head p {
  margin-bottom: 0;
}

html body.mxh-theme .xan-v297-section-head > a {
  flex: 0 0 auto;
  color: var(--xan-petrol);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

html body.mxh-theme .xan-v297-tools__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

html body.mxh-theme .xan-v297-tool {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  border-radius: 22px;
  background-image: var(--xan-v297-tool-image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 16px 38px rgba(24, 61, 69, .12);
  text-decoration: none;
  isolation: isolate;
  transition: transform .25s ease, box-shadow .25s ease;
}

html body.mxh-theme .xan-v297-tool:hover,
html body.mxh-theme .xan-v297-tool:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 22px 46px rgba(24, 61, 69, .18);
}

html body.mxh-theme .xan-v297-tool__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(10, 43, 51, .02) 28%, rgba(10, 43, 51, .88) 100%);
}

html body.mxh-theme .xan-v297-tool__content {
  width: 100%;
  padding: 24px;
  color: #fff;
  text-align: center;
}

html body.mxh-theme .xan-v297-tool__content strong,
html body.mxh-theme .xan-v297-tool__content small {
  display: block;
  color: #fff;
  text-shadow: none;
}

html body.mxh-theme .xan-v297-tool__content strong {
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: 600;
}

html body.mxh-theme .xan-v297-tool__content small {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
  opacity: .9;
}

html body.mxh-theme .xan-v297-projects {
  position: relative;
  min-height: clamp(470px, 42vw, 640px);
  display: flex;
  align-items: center;
  isolation: isolate;
  background-image: var(--xan-v297-projects-image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

html body.mxh-theme .xan-v297-projects::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(8, 46, 55, .94) 0%, rgba(14, 58, 67, .82) 40%, rgba(14, 58, 67, .18) 78%);
}

html body.mxh-theme .xan-v297-projects__inner {
  display: flex;
  align-items: center;
  min-height: inherit;
  padding-block: 50px;
}

html body.mxh-theme .xan-v297-projects__copy {
  width: min(560px, 48%);
  color: #fff;
}

html body.mxh-theme .xan-v297-projects__copy h2 {
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(31px, 3.1vw, 48px);
}

html body.mxh-theme .xan-v297-projects__copy p {
  max-width: 520px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, .88);
}

/* İşaretlenen footer marka sütununda yalnız logo kalır; CTA, bağlantılar, kaynak merkezi ve alt bant korunur. */
html body.mxh-theme .xan-footer-v113__brand {
  min-height: 100%;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}

html body.mxh-theme .xan-footer-v113__brand .xan-footer-v265__brand-logo {
  width: min(190px, 100%) !important;
  margin: 0 !important;
}

html body.mxh-theme .xan-footer-v113__brand .xan-footer-v265__brand-logo img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

@media (max-width: 1180px) {
  html body.mxh-theme .xan-v297-tools__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html body.mxh-theme .xan-v297-tool {
    min-height: 300px;
  }
}

@media (max-width: 900px) {
  html body.mxh-theme .xan-v297-shell {
    width: min(100% - 28px, 1460px);
  }

  html body.mxh-theme .xan-v297-hero {
    min-height: 560px;
    background-position: 60% center;
  }

  html body.mxh-theme .xan-v297-hero::before {
    background: linear-gradient(90deg, rgba(13, 49, 57, .18), rgba(13, 49, 57, .04));
  }

  html body.mxh-theme .xan-v297-hero__card {
    width: min(570px, 70%);
  }

  html body.mxh-theme .xan-v297-split__grid,
  html body.mxh-theme .xan-v297-split--reverse .xan-v297-split__grid {
    grid-template-columns: 1fr;
  }

  html body.mxh-theme .xan-v297-split--reverse .xan-v297-split__image {
    order: 0;
  }

  html body.mxh-theme .xan-v297-split__image {
    min-height: 350px;
  }

  html body.mxh-theme .xan-v297-projects__copy {
    width: min(580px, 70%);
  }
}

@media (max-width: 680px) {
  html body.mxh-theme .xan-v297-shell {
    width: calc(100% - 20px);
  }

  html body.mxh-theme .xan-v297-home p {
    font-size: 14px;
    line-height: 1.62;
  }

  html body.mxh-theme .xan-v297-hero {
    min-height: 610px;
    align-items: flex-end;
    background-position: 67% center;
  }

  html body.mxh-theme .xan-v297-hero::before {
    background: linear-gradient(180deg, rgba(13, 49, 57, .03) 22%, rgba(13, 49, 57, .36) 100%);
  }

  html body.mxh-theme .xan-v297-hero__inner {
    align-items: flex-end;
    padding-block: 20px;
  }

  html body.mxh-theme .xan-v297-hero__card {
    width: 100%;
    padding: 26px 22px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .86);
  }

  html body.mxh-theme .xan-v297-hero__card h1 {
    margin-bottom: 14px;
    font-size: clamp(27px, 8vw, 36px);
  }

  html body.mxh-theme .xan-v297-hero__card p {
    margin-bottom: 20px;
  }

  html body.mxh-theme .xan-v297-actions {
    align-items: stretch;
  }

  html body.mxh-theme .xan-v297-btn {
    min-height: 48px;
    flex: 1 1 100%;
    padding-inline: 18px;
  }

  html body.mxh-theme .xan-v297-split,
  html body.mxh-theme .xan-v297-tools {
    padding: 38px 0;
  }

  html body.mxh-theme .xan-v297-split__grid {
    min-height: 0;
    border-radius: 20px;
  }

  html body.mxh-theme .xan-v297-split__image {
    min-height: 245px;
  }

  html body.mxh-theme .xan-v297-split__copy {
    margin: 14px;
    padding: 24px 20px 26px;
  }

  html body.mxh-theme .xan-v297-split__copy h2,
  html body.mxh-theme .xan-v297-section-head h2 {
    font-size: 27px;
  }

  html body.mxh-theme .xan-v297-section-head {
    margin-bottom: 18px;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  html body.mxh-theme .xan-v297-tools__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  html body.mxh-theme .xan-v297-tool {
    min-height: 250px;
    border-radius: 18px;
  }

  html body.mxh-theme .xan-v297-tool__content {
    padding: 20px;
  }

  html body.mxh-theme .xan-v297-projects {
    min-height: 570px;
    align-items: flex-end;
    background-position: 62% center;
  }

  html body.mxh-theme .xan-v297-projects::before {
    background: linear-gradient(180deg, rgba(8, 46, 55, .2) 20%, rgba(8, 46, 55, .94) 100%);
  }

  html body.mxh-theme .xan-v297-projects__inner {
    align-items: flex-end;
    padding-block: 34px;
  }

  html body.mxh-theme .xan-v297-projects__copy {
    width: 100%;
  }

  html body.mxh-theme .xan-v297-projects__copy h2 {
    margin-bottom: 12px;
    font-size: 31px;
  }

  html body.mxh-theme .xan-footer-v113__brand {
    align-items: center !important;
    justify-content: center !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body.mxh-theme .xan-v297-btn,
  html body.mxh-theme .xan-v297-tool {
    transition: none;
  }
}
