/*
 * MenkulEX v1.2.72 — Premium hub visual refinement
 * Scope: public Değerleme / Hizmet / Analiz / Raporlama / İletişim landing pages only.
 * Goal: smaller hero titles, high-contrast centered cards, stable typography and premium detail blocks.
 */

body.mx-premium-hub-v1272{
  --mx72-ink:#071827;
  --mx72-body:#172b3c;
  --mx72-muted:#34495a;
  --mx72-petrol:#055970;
  --mx72-petrol-dark:#043f50;
  --mx72-line:rgba(7,24,39,.12);
  --mx72-soft:#f5f9fa;
  --mx72-shadow:0 18px 48px rgba(7,24,39,.075);
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

/* 1 — Hero: remove visual badge space and reduce oversized headline ~40%. */
body.mx-premium-hub-v1272 .xan-inner-hero-copy-v122{
  padding:clamp(26px,3vw,38px)!important;
  text-align:center!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
}
body.mx-premium-hub-v1272 .xan-inner-hero-copy-v122 .mx-premium-kicker-v1270{
  display:none!important;
}
body.mx-premium-hub-v1272 .xan-inner-hero-copy-v122 h1{
  max-width:590px!important;
  margin:0 auto 14px!important;
  font-size:clamp(30px,2.75vw,38px)!important;
  line-height:1.12!important;
  letter-spacing:-.032em!important;
  font-weight:600!important;
  color:var(--mx72-ink)!important;
  -webkit-text-fill-color:var(--mx72-ink)!important;
  text-shadow:none!important;
  transform:none!important;
}
body.mx-premium-hub-v1272 .xan-inner-hero-copy-v122 p{
  max-width:610px!important;
  margin:0 auto 22px!important;
  color:var(--mx72-body)!important;
  -webkit-text-fill-color:var(--mx72-body)!important;
  font-size:14.5px!important;
  line-height:1.72!important;
  font-weight:500!important;
  text-align:center!important;
  opacity:1!important;
  text-shadow:none!important;
  transform:none!important;
}
body.mx-premium-hub-v1272 .xan-inner-actions-v122{
  justify-content:center!important;
}

/* Premium hero buttons — stable position; no text-color inversion bug. */
body.mx-premium-hub-v1272 .xan-inner-actions-v122 .xan-btn{
  min-height:48px!important;
  padding:0 21px!important;
  border-radius:14px!important;
  border-width:1px!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:600!important;
  letter-spacing:-.005em!important;
  box-shadow:0 10px 24px rgba(5,89,112,.11)!important;
  transform:none!important;
  transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease!important;
}
body.mx-premium-hub-v1272 .xan-inner-actions-v122 .xan-btn-primary{
  background:linear-gradient(135deg,#06667e 0%,#055970 60%,#04495d 100%)!important;
  border-color:#055970!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
body.mx-premium-hub-v1272 .xan-inner-actions-v122 .xan-btn-outline-dark{
  background:#fff!important;
  border-color:rgba(5,89,112,.24)!important;
  color:#055970!important;
  -webkit-text-fill-color:#055970!important;
}
body.mx-premium-hub-v1272 .xan-inner-actions-v122 .xan-btn-primary:hover,
body.mx-premium-hub-v1272 .xan-inner-actions-v122 .xan-btn-primary:focus-visible,
body.mx-premium-hub-v1272 .xan-inner-actions-v122 .xan-btn-outline-dark:hover,
body.mx-premium-hub-v1272 .xan-inner-actions-v122 .xan-btn-outline-dark:focus-visible{
  background:#043f50!important;
  border-color:#043f50!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  box-shadow:0 12px 28px rgba(4,63,80,.2)!important;
  transform:none!important;
}
body.mx-premium-hub-v1272 .xan-inner-actions-v122 .xan-btn:hover *,
body.mx-premium-hub-v1272 .xan-inner-actions-v122 .xan-btn:focus-visible *{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}

/* 2 — Service / analysis cards: centered, high contrast and no transform shimmer. */
body.mx-premium-hub-v1272 .xan-inner-cards-section-v122{
  padding-top:22px!important;
}
body.mx-premium-hub-v1272 .xan-inner-card-v122.mx-premium-link-card-v1270{
  align-items:center!important;
  justify-content:flex-start!important;
  text-align:center!important;
  min-height:250px!important;
  padding:25px 22px 23px!important;
  border:1px solid var(--mx72-line)!important;
  border-radius:22px!important;
  background:linear-gradient(180deg,#fff 0%,#fbfdfe 100%)!important;
  box-shadow:var(--mx72-shadow)!important;
  transform:none!important;
  transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease!important;
  isolation:isolate;
}
body.mx-premium-hub-v1272 .xan-inner-card-v122.mx-premium-link-card-v1270::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:3px;
  background:linear-gradient(180deg,transparent 7%,rgba(5,89,112,.72) 50%,transparent 93%);
  opacity:.5;
  pointer-events:none;
}
body.mx-premium-hub-v1272 .xan-inner-card-v122.mx-premium-link-card-v1270:hover,
body.mx-premium-hub-v1272 .xan-inner-card-v122.mx-premium-link-card-v1270:focus-visible{
  border-color:rgba(5,89,112,.32)!important;
  box-shadow:0 20px 48px rgba(5,89,112,.105)!important;
  transform:none!important;
}
body.mx-premium-hub-v1272 .mx-premium-card-icon-v1270{
  margin:0 auto 17px!important;
  width:48px!important;
  height:48px!important;
  border:1px solid rgba(5,89,112,.13)!important;
  border-radius:15px!important;
  background:linear-gradient(145deg,#eef7f8,#e4f0f3)!important;
  color:#055970!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.85),0 8px 18px rgba(5,89,112,.08)!important;
}
body.mx-premium-hub-v1272 .xan-inner-card-v122.mx-premium-link-card-v1270 strong{
  width:100%!important;
  margin:0 0 10px!important;
  color:var(--mx72-ink)!important;
  -webkit-text-fill-color:var(--mx72-ink)!important;
  font-size:18px!important;
  line-height:1.28!important;
  font-weight:600!important;
  text-align:center!important;
  opacity:1!important;
  text-shadow:none!important;
  transform:none!important;
}
body.mx-premium-hub-v1272 .xan-inner-card-v122.mx-premium-link-card-v1270 small{
  width:100%!important;
  max-width:290px!important;
  margin:0 auto 21px!important;
  color:var(--mx72-body)!important;
  -webkit-text-fill-color:var(--mx72-body)!important;
  font-size:13.5px!important;
  line-height:1.62!important;
  font-weight:500!important;
  text-align:center!important;
  opacity:1!important;
  text-shadow:none!important;
  transform:none!important;
}
body.mx-premium-hub-v1272 .mx-premium-card-button-v1270{
  justify-content:center!important;
  min-width:170px!important;
  min-height:42px!important;
  margin:2px auto 0!important;
  padding:10px 15px!important;
  border:1px solid rgba(5,89,112,.18)!important;
  border-radius:12px!important;
  background:linear-gradient(180deg,#f7fbfc,#edf5f7)!important;
  color:#055970!important;
  -webkit-text-fill-color:#055970!important;
  font-size:12px!important;
  font-weight:700!important;
  box-shadow:0 7px 16px rgba(5,89,112,.055)!important;
  transform:none!important;
  transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease!important;
}
body.mx-premium-hub-v1272 .mx-premium-card-button-v1270 b{
  color:inherit!important;
  -webkit-text-fill-color:inherit!important;
}
body.mx-premium-hub-v1272 .xan-inner-card-v122.mx-premium-link-card-v1270:hover .mx-premium-card-button-v1270,
body.mx-premium-hub-v1272 .xan-inner-card-v122.mx-premium-link-card-v1270:focus-visible .mx-premium-card-button-v1270{
  background:#043f50!important;
  border-color:#043f50!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  box-shadow:0 10px 22px rgba(4,63,80,.18)!important;
  transform:none!important;
}
body.mx-premium-hub-v1272 .xan-inner-card-v122.mx-premium-link-card-v1270:hover .mx-premium-card-button-v1270 *,
body.mx-premium-hub-v1272 .xan-inner-card-v122.mx-premium-link-card-v1270:focus-visible .mx-premium-card-button-v1270 *{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}

/* 3 — Detail / knowledge layer: premium hierarchy rather than plain white boxes. */
body.mx-premium-hub-v1272 .mx-premium-detail-shell-v1270{
  padding:28px 0 82px!important;
  background:linear-gradient(180deg,#fff 0%,#f8fbfc 52%,#fff 100%)!important;
}
body.mx-premium-hub-v1272 .mx-premium-detail-grid-v1270{
  gap:22px!important;
}
body.mx-premium-hub-v1272 .mx-premium-detail-card-v1270{
  position:relative;
  overflow:hidden;
  padding:34px 32px 32px!important;
  border:1px solid rgba(7,24,39,.12)!important;
  border-radius:24px!important;
  background:
    radial-gradient(circle at 100% 0%,rgba(5,89,112,.075),transparent 34%),
    linear-gradient(180deg,#fff 0%,#fbfdfe 100%)!important;
  box-shadow:0 20px 54px rgba(7,24,39,.075)!important;
  color:var(--mx72-ink)!important;
}
body.mx-premium-hub-v1272 .mx-premium-detail-card-v1270::before{
  content:"";
  position:absolute;
  top:0;
  left:32px;
  right:32px;
  height:3px;
  border-radius:0 0 8px 8px;
  background:linear-gradient(90deg,#055970,#0a8594,#055970);
  opacity:.85;
}
/* Disable the old every-third dark card rule on these hub pages for a consistent premium system. */
body.mx-premium-hub-v1272 .mx-premium-detail-card-v1270:nth-child(3n){
  grid-column:1/-1;
  background:
    radial-gradient(circle at 100% 0%,rgba(5,89,112,.085),transparent 34%),
    linear-gradient(180deg,#fff 0%,#f8fbfc 100%)!important;
  border-color:rgba(7,24,39,.12)!important;
}
body.mx-premium-hub-v1272 .mx-premium-detail-copy-v1270{
  max-width:760px;
  margin:0 auto;
  text-align:center!important;
}
body.mx-premium-hub-v1272 .mx-premium-detail-kicker-v1270,
body.mx-premium-hub-v1272 .mx-premium-detail-card-v1270:nth-child(3n) .mx-premium-detail-kicker-v1270{
  display:inline-flex!important;
  margin:0 auto 11px!important;
  padding:0!important;
  color:#067187!important;
  -webkit-text-fill-color:#067187!important;
  font-size:10.5px!important;
  line-height:1.4!important;
  font-weight:700!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
  opacity:1!important;
}
body.mx-premium-hub-v1272 .mx-premium-detail-card-v1270 h2,
body.mx-premium-hub-v1272 .mx-premium-detail-card-v1270:nth-child(3n) h2{
  max-width:720px!important;
  margin:0 auto 12px!important;
  color:var(--mx72-ink)!important;
  -webkit-text-fill-color:var(--mx72-ink)!important;
  font-size:clamp(22px,1.8vw,28px)!important;
  line-height:1.23!important;
  font-weight:600!important;
  letter-spacing:-.02em!important;
  text-align:center!important;
  opacity:1!important;
  text-shadow:none!important;
}
body.mx-premium-hub-v1272 .mx-premium-detail-card-v1270 p,
body.mx-premium-hub-v1272 .mx-premium-detail-card-v1270:nth-child(3n) p{
  max-width:760px!important;
  margin:0 auto!important;
  color:var(--mx72-body)!important;
  -webkit-text-fill-color:var(--mx72-body)!important;
  font-size:14px!important;
  line-height:1.72!important;
  font-weight:500!important;
  text-align:center!important;
  opacity:1!important;
  text-shadow:none!important;
}
body.mx-premium-hub-v1272 .mx-premium-detail-list-v1270{
  gap:12px!important;
  margin-top:24px!important;
}
body.mx-premium-hub-v1272 .mx-premium-detail-list-v1270 li,
body.mx-premium-hub-v1272 .mx-premium-detail-card-v1270:nth-child(3n) .mx-premium-detail-list-v1270 li{
  min-height:62px!important;
  align-items:center!important;
  padding:14px 15px!important;
  border:1px solid rgba(7,24,39,.09)!important;
  border-radius:14px!important;
  background:#fff!important;
  color:#13293a!important;
  -webkit-text-fill-color:#13293a!important;
  font-size:13px!important;
  line-height:1.5!important;
  font-weight:500!important;
  box-shadow:0 8px 22px rgba(7,24,39,.04)!important;
  opacity:1!important;
  text-shadow:none!important;
}
body.mx-premium-hub-v1272 .mx-premium-detail-list-v1270 li>span,
body.mx-premium-hub-v1272 .mx-premium-detail-card-v1270:nth-child(3n) .mx-premium-detail-list-v1270 li>span{
  display:grid!important;
  place-items:center!important;
  width:23px!important;
  height:23px!important;
  border-radius:999px!important;
  background:#e7f3f5!important;
  color:#055970!important;
  -webkit-text-fill-color:#055970!important;
  font-size:12px!important;
  font-weight:700!important;
}
body.mx-premium-hub-v1272 .mx-premium-detail-actions-v1270{
  justify-content:center!important;
  margin-top:25px!important;
}
body.mx-premium-hub-v1272 .mx-premium-detail-actions-v1270 a,
body.mx-premium-hub-v1272 .mx-premium-detail-card-v1270:nth-child(3n) .mx-premium-detail-actions-v1270 a{
  min-height:44px!important;
  padding:11px 17px!important;
  border:1px solid rgba(5,89,112,.22)!important;
  border-radius:12px!important;
  background:#fff!important;
  color:#055970!important;
  -webkit-text-fill-color:#055970!important;
  font-size:12.5px!important;
  font-weight:700!important;
  box-shadow:0 8px 20px rgba(5,89,112,.07)!important;
  transform:none!important;
  transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease!important;
}
body.mx-premium-hub-v1272 .mx-premium-detail-actions-v1270 a.is-primary{
  background:#055970!important;
  border-color:#055970!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
body.mx-premium-hub-v1272 .mx-premium-detail-actions-v1270 a:hover,
body.mx-premium-hub-v1272 .mx-premium-detail-actions-v1270 a:focus-visible{
  background:#043f50!important;
  border-color:#043f50!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  box-shadow:0 11px 24px rgba(4,63,80,.18)!important;
}
body.mx-premium-hub-v1272 .mx-premium-detail-actions-v1270 a:hover *,
body.mx-premium-hub-v1272 .mx-premium-detail-actions-v1270 a:focus-visible *{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}

/* Text-bearing elements deliberately avoid transform animations to prevent subpixel shimmer. */

@media (max-width:1180px){
  body.mx-premium-hub-v1272 .xan-inner-hero-copy-v122 h1{font-size:clamp(29px,4vw,36px)!important}
}
@media (max-width:820px){
  body.mx-premium-hub-v1272 .xan-inner-card-v122.mx-premium-link-card-v1270{min-height:230px!important}
  body.mx-premium-hub-v1272 .mx-premium-detail-card-v1270,
  body.mx-premium-hub-v1272 .mx-premium-detail-card-v1270:nth-child(3n){padding:28px 22px 24px!important}
  body.mx-premium-hub-v1272 .mx-premium-detail-card-v1270::before{left:22px;right:22px}
}
@media (max-width:760px){
  body.mx-premium-hub-v1272 .xan-inner-hero-copy-v122 h1{font-size:clamp(27px,8vw,34px)!important;line-height:1.13!important}
  body.mx-premium-hub-v1272 .xan-inner-hero-copy-v122 p{font-size:13.5px!important;line-height:1.68!important}
  body.mx-premium-hub-v1272 .xan-inner-card-v122.mx-premium-link-card-v1270{min-height:0!important;padding:21px 16px 20px!important}
  body.mx-premium-hub-v1272 .xan-inner-card-v122.mx-premium-link-card-v1270 strong{font-size:16px!important}
  body.mx-premium-hub-v1272 .xan-inner-card-v122.mx-premium-link-card-v1270 small{font-size:12.5px!important}
  body.mx-premium-hub-v1272 .mx-premium-card-button-v1270{min-width:0!important;width:100%!important;max-width:230px!important}
  body.mx-premium-hub-v1272 .mx-premium-detail-list-v1270{grid-template-columns:1fr!important}
}
