/* sicakdaldirmagalvaniz.com – statik sürüm için ek stiller */

/* ---- Masaüstü / mobil başlık ve görsel sürümleri (her sayfada aynı davranış) ---- */
@media screen and (min-width: 921px) {
  .block-header-layout-mobile { display: none !important; }
  .image-wrapper--mobile { display: none !important; }
}
@media screen and (max-width: 920px) {
  .block-header-layout-desktop { display: none !important; }
  .image-wrapper--desktop { display: none !important; }
}

/* ---- Mobil üst menü ---- */
.sd-burger, .sd-mnav { display: none; }

@media screen and (max-width: 920px) {
  .block-header { position: relative; }
  .block-header-layout-mobile {
    position: static;
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    grid-template-areas: none !important;
    align-items: center;
    padding: 10px 16px !important;
  }
  .sd-mlogo { display: inline-flex; align-items: center; }
  .sd-mlogo img { height: 52px; width: auto; display: block; }
  .sd-burger {
    display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
    width: 44px; height: 44px; padding: 10px; margin: 0;
    border: 0; background: transparent; cursor: pointer; -webkit-tap-highlight-color: transparent;
  }
  .sd-burger span { display: block; height: 2px; border-radius: 2px; background: #0d141a; transition: transform .2s ease, opacity .2s ease; }
  .sd-open .sd-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .sd-open .sd-burger span:nth-child(2) { opacity: 0; }
  .sd-open .sd-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .sd-mnav {
    position: absolute; left: 0; right: 0; top: 100%; z-index: 30;
    background: #fff; box-shadow: 0 10px 20px rgba(13, 20, 26, .10);
  }
  .sd-open .sd-mnav { display: block; }
  .sd-mnav ul { list-style: none; margin: 0; padding: 4px 16px 12px; }
  .sd-mnav li + li { border-top: 1px solid #eceff1; }
  .sd-mnav a { display: block; padding: 14px 4px; color: #0d141a; text-decoration: none; font-size: 17px; font-family: Roboto, Arial, sans-serif; }
  .sd-mnav a.is-active { font-weight: 600; }
}

/* ---- Gömülü araçlar (Araçlar / SSS) ---- */
.sd-embeds { background: #fff; padding: 24px 0 48px; }
.sd-embeds__wrap { max-width: 1224px; margin: 0 auto; padding: 0 16px; display: grid; gap: 40px; }
.sd-embed { display: block; width: 100%; min-height: 480px; border: 0; background: transparent; }

/* ---- 404 ---- */
.sd-404 { padding: 96px 16px; text-align: center; font-family: Roboto, Arial, sans-serif; }
.sd-404 h1 { font-size: 40px; margin: 0 0 12px; color: #0d141a; }
.sd-404 p { font-size: 18px; color: #4a5358; margin: 0 0 28px; }
.sd-404 a { display: inline-block; padding: 12px 28px; border-radius: 28px; background: #00796B; color: #fff; text-decoration: none; }
