/* ===== YapıBak – Yapı Muayene (hızlı tarama ile aynı şablon) ===== */

.mu-main{
  height: calc(100vh - var(--header-h) - var(--footer-h));
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 16px 18px;
}

/* içerik genişliği */
.mu-wrap{
  width: min(1360px, 100%);
  margin: 0 auto;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

/* LOGO ALTINDA SOL (sabit) */
.mu-fixed-module{
  position: fixed;
  top: calc(var(--header-h) + 10px);
  left: 18px;
  display: flex;
  align-items: center;
  gap: 10px;

  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.12);
  backdrop-filter: blur(10px);

  z-index: 999998;
}

.mu-module-ico{
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,.35));
}

.mu-module-name{
  color: rgba(255,255,255,.92);
  font-weight: 950;
  font-size: 15.5px;
  letter-spacing: .2px;
  text-shadow: 0 10px 22px rgba(0,0,0,.35);
  white-space: nowrap;
}

/* SAĞ ÜST (sabit) */
.mu-fixed-back{
  position: fixed;
  top: calc(var(--header-h) + 12px);
  right: 18px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 950;
  font-size: 13px;

  color: #062013;
  background: linear-gradient(90deg, rgba(32,201,151,.98), rgba(45,211,111,.92), rgba(77,171,247,.92));
  box-shadow: 0 18px 45px rgba(32,201,151,.20);

  z-index: 999998;
  white-space: nowrap;
  transition: transform .18s ease;
}
.mu-fixed-back:hover{ transform: translateY(-1px); }

/* Başlık sabit öğelerin altında kalmasın */
.mu-pagehead{
  text-align: center;
  padding: 64px 0 14px; /* fixed module/back için boşluk */
}

.mu-title{
  font-size: clamp(34px, 3.6vw, 64px);
  font-weight: 950;
  letter-spacing: -1px;
  line-height: 1.06;
  text-shadow: 0 12px 30px rgba(0,0,0,.45);
}

/* YapıBak renk çizgisi */
.mu-accent{
  width: 220px;
  height: 4px;
  border-radius: 999px;
  margin: 12px auto 0;
  background: linear-gradient(90deg, var(--c1), var(--c2), var(--c3));
}

/* paneller (sayfayı doldursun) */
.mu-panels{
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 6px 0 12px;
  align-items: stretch;
}

.mu-panel{
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  box-shadow: 0 28px 80px rgba(0,0,0,.26);
  height: 100%;
}

.mu-panel-inner{
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 16px;
  align-items: center;
  padding: 18px;
  min-height: 460px;
}

.mu-left{
  display: grid;
  place-items: center;
}

.mu-img{
  width: min(420px, 96%);
  height: auto;
  border-radius: 18px;
  display: block;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 22px 60px rgba(0,0,0,.25);
  filter: saturate(1.05) contrast(1.02);
}

.mu-right{
  padding: 6px 6px 6px 2px;
}

.mu-subtitle{
  font-size: 24px;
  font-weight: 950;
  margin-bottom: 12px;
  text-shadow: 0 10px 24px rgba(0,0,0,.35);
  position: relative;
  padding-bottom: 12px;
}

.mu-subtitle::after{
  content:"";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 86px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--c1), var(--c2), var(--c3));
}

.mu-bullets{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.mu-bullets li{
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 10px;
  align-items: start;

  color: rgba(255,255,255,.92);
  font-size: 15.2px;
  line-height: 1.65;
  font-weight: 740;
  text-shadow: 0 8px 18px rgba(0,0,0,.30);
}

.mu-bullets li::before{
  content:"";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  margin-top: 7px;
  background: linear-gradient(90deg, var(--c1), var(--c2), var(--c3));
  box-shadow: 0 10px 22px rgba(0,0,0,.35);
}

/* responsive */
@media (max-width: 1100px){
  .mu-panel-inner{ min-height: 430px; }
  .mu-img{ width: min(380px, 96%); }
}

@media (max-width: 980px){
  .mu-main{ padding: 14px 16px; }
  .mu-wrap{ width: min(900px, 100%); }
  .mu-panels{ grid-template-columns: 1fr; }

  .mu-panel-inner{
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .mu-img{ width: min(520px, 100%); }

  .mu-fixed-module{
    left: 12px;
    top: calc(var(--header-h) + 8px);
    padding: 8px 12px;
  }
  .mu-module-ico{ width: 34px; height: 34px; }
  .mu-module-name{ font-size: 14.5px; white-space: normal; }

  .mu-fixed-back{
    right: 12px;
    top: calc(var(--header-h) + 8px);
    padding: 9px 12px;
  }

  .mu-pagehead{ padding-top: 68px; }
}
