/* Fonts: /site-fonts.css + /site-unify.css */

/* Shared site header for landing pages (saglik, lojistik, etc.) */
.site-header,
.site-header .site-logo,
.site-header .site-nav a,
.site-header .site-btn-outline,
.site-header .site-btn-primary,
.page-subnav,
.page-subnav a {
  font-family: var(--font-sans);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.site-header--with-subnav {
  border-bottom: none;
}

.site-header-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  flex-wrap: nowrap;
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #111;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  gap: 0;
}

.site-nav a {
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
  text-decoration: none;
  color: #222;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.15;
  padding: 8px 4px;
  border-radius: 999px;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
}

.site-nav a:hover {
  background: rgba(0, 0, 0, 0.06);
}

.site-nav a.active {
  background: rgba(0, 0, 0, 0.09);
  font-weight: 700;
  color: #111;
}

@media (min-width: 1100px) {
  .site-header-inner {
    padding: 8px 20px;
    gap: 12px;
  }

  .site-nav a {
    font-size: 12px;
    padding: 9px 8px;
  }
}

@media (min-width: 1280px) {
  .site-nav a {
    font-size: 12.5px;
    padding: 9px 10px;
  }
}

@media (max-width: 1180px) {
  .site-btn-outline {
    display: none;
  }
}

.site-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.site-btn-outline {
  text-decoration: none;
  color: #111;
  border: 1.5px solid #111;
  padding: 9px 16px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 13px;
}

.site-btn-primary {
  text-decoration: none;
  color: #fff;
  background: #111;
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 12px;
  white-space: nowrap;
}

.site-menu-btn {
  flex-shrink: 0;
}

.landing-body {
  padding-top: 56px;
  font-family: var(--font-sans);
}

.landing-body.has-subnav {
  padding-top: 100px;
  scroll-padding-top: 108px;
}

.landing-body #teklif-ust {
  scroll-margin-top: 108px;
}

/* Sub-nav: second row inside fixed header */
.site-header--with-subnav .page-subnav {
  position: static;
  left: auto;
  right: auto;
  top: auto;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.page-subnav {
  background: rgba(248, 250, 252, 0.98);
}

.page-subnav-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  min-height: 44px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 4px;
}

.page-subnav a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  color: #5a6781;
  padding: 10px 8px;
  border-radius: 999px;
  transition: color 0.15s, background 0.15s;
  white-space: nowrap;
}

.page-subnav a:hover {
  color: #0b1e3f;
  background: rgba(0, 0, 0, 0.04);
}

.page-subnav.saglik-theme {
  background: rgba(238, 244, 246, 0.98);
  border-top-color: #e0eaee;
  border-bottom-color: #e0eaee;
}

.page-subnav.saglik-theme a {
  color: #38505a;
}

.page-subnav.saglik-theme a:hover {
  color: #0a90b8;
  background: rgba(10, 144, 184, 0.08);
}

.page-subnav.lojistik-theme {
  background: rgba(240, 245, 252, 0.98);
  border-top-color: #e4e9f2;
  border-bottom-color: #e4e9f2;
}

.page-subnav.lojistik-theme a {
  color: #5a6781;
}

.page-subnav.lojistik-theme a:hover {
  color: #0b1e3f;
  background: rgba(11, 30, 63, 0.06);
}

.page-subnav .subnav-cta {
  margin-left: 4px;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.page-subnav.ajans-theme {
  background: rgba(247, 245, 255, 0.98);
  border-top-color: #e8e4f5;
  border-bottom-color: #e8e4f5;
}

.page-subnav.ajans-theme a {
  color: #5a5080;
}

.page-subnav.ajans-theme a:hover {
  color: #6d3bf5;
  background: #faf8ff;
}

.page-subnav.ajans-theme .subnav-cta {
  background: #111;
  color: #fff;
}

.page-subnav.kuyumcu-theme {
  background: rgba(244, 239, 230, 0.98);
  border-top-color: rgba(27, 24, 19, 0.1);
  border-bottom-color: rgba(27, 24, 19, 0.1);
}

.page-subnav.kuyumcu-theme a {
  color: #6b5a45;
}

.page-subnav.kuyumcu-theme a:hover {
  color: #9a7b46;
  background: rgba(154, 123, 70, 0.1);
}

.page-subnav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  color: inherit;
  padding: 6px;
}

.wa-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1200;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
}

@media (max-width: 960px) {
  .site-nav {
    display: none !important;
  }

  .site-actions {
    display: flex !important;
    align-items: center;
    flex-shrink: 0;
    margin-left: auto;
    margin-right: 8px;
  }

  .site-btn-outline {
    display: none !important;
  }

  .site-btn-primary {
    padding: 8px 12px;
    font-size: 11px;
  }

  .site-header-inner {
    padding: 8px 12px;
    min-height: 52px;
  }

  .site-logo {
    margin-right: auto;
    flex-shrink: 0;
    font-size: 16px;
  }

  .site-logo span {
    font-size: 15px;
    letter-spacing: 0.07em;
  }

  .site-logo img {
    width: 26px;
    height: auto;
  }

  .landing-body {
    padding-top: 52px;
  }

  .landing-body.has-subnav {
    padding-top: 92px;
  }

  .page-subnav-inner {
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 12px;
    padding-bottom: 2px;
  }

  .page-subnav-inner::-webkit-scrollbar {
    display: none;
  }

  .page-subnav a {
    flex: 0 0 auto;
    font-size: 12.5px;
    padding: 8px 10px;
  }
}
