/* Gündüz header — intentionally isolated from page section styles. */
.gh-widget-header {
  --gh-header-height: 78px;
  width: 100vw;
  width: 100dvw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-left: calc(50% - 50dvw);
  position: relative;
  z-index: 100;
  background: transparent;
}

.gh-widget-header,
.gh-widget-header * {
  box-sizing: border-box;
}

.gh-widget-header .gh-header-shell {
  width: 100%;
  margin: 0;
  background: rgba(255, 255, 255, .98);
  border-bottom: 1px solid rgba(6, 31, 54, .07);
}

.gh-widget-header .gh-header-shell.is-sticky {
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 8px 28px rgba(6, 31, 54, .08);
}

.gh-widget-header .gh-header {
  width: min(1180px, calc(100% - 48px));
  min-height: var(--gh-header-height);
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
}

.gh-widget-header .gh-header-logo {
  width: 170px;
  min-width: 0;
  display: flex;
  align-items: center;
}

.gh-widget-header .gh-header-logo img {
  display: block;
  width: 165px;
  height: 50px;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}

.gh-widget-header .gh-header-nav {
  min-width: 0;
  height: var(--gh-header-height);
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.gh-widget-header .gh-wp-menu,
.gh-widget-header .gh-wp-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gh-widget-header .gh-wp-menu {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: clamp(12px, 1.55vw, 24px);
}

.gh-widget-header .gh-wp-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gh-widget-header .gh-wp-menu > li {
  min-width: 0;
  position: relative;
  display: flex;
  align-items: stretch;
}

.gh-widget-header .gh-wp-menu a {
  text-decoration: none;
}

.gh-widget-header .gh-wp-menu > li > a {
  min-width: 0;
  position: relative;
  display: flex;
  align-items: center;
  color: var(--gh-navy);
  font: 700 11px/1.25 Arial, Helvetica, sans-serif;
  white-space: nowrap;
}

.gh-widget-header .gh-wp-menu > .menu-item-has-children > a::before {
  content: "⌄";
  order: 2;
  margin-left: 5px;
  font-size: 12px;
}

.gh-widget-header .gh-header-nav a.is-current::after,
.gh-widget-header .gh-header-nav .current-menu-item > a::after,
.gh-widget-header .gh-header-nav .current-menu-ancestor > a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 12px;
  left: 0;
  height: 2px;
  background: var(--gh-navy);
}

.gh-widget-header .gh-wp-menu .sub-menu {
  display: none;
  position: absolute;
  top: calc(100% - 9px);
  left: -18px;
  z-index: 110;
  min-width: 220px;
  padding: 9px 0;
  background: #fff;
  border: 1px solid #e7eaec;
  box-shadow: 0 16px 35px rgba(6, 31, 54, .13);
}

.gh-widget-header .gh-wp-menu li:hover > .sub-menu,
.gh-widget-header .gh-wp-menu li:focus-within > .sub-menu {
  display: block;
}

.gh-widget-header .gh-wp-menu .sub-menu li {
  position: relative;
}

.gh-widget-header .gh-wp-menu .sub-menu a {
  display: block;
  padding: 10px 18px;
  color: var(--gh-navy);
  font: 600 11px/1.35 Arial, Helvetica, sans-serif;
  white-space: nowrap;
}

.gh-widget-header .gh-wp-menu .sub-menu a:hover,
.gh-widget-header .gh-wp-menu .sub-menu a:focus {
  background: var(--gh-paper);
}

.gh-widget-header .gh-wp-menu .sub-menu .sub-menu {
  top: -9px;
  left: 100%;
}

.gh-widget-header .gh-menu-empty {
  display: flex;
  align-items: center;
  color: #7a8791;
  font-size: 11px;
}

.gh-widget-header .gh-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  white-space: nowrap;
}

.gh-widget-header .gh-header-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gh-navy);
  font: 700 11px/1 Arial, Helvetica, sans-serif;
  text-decoration: none;
}

.gh-widget-header .gh-phone-icon {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  display: grid;
  place-items: center;
  color: var(--gh-navy);
}

.gh-widget-header .gh-phone-icon svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gh-widget-header .gh-header-cta {
  min-height: 42px;
  padding: 11px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid var(--gh-navy);
  border-radius: 4px;
  background: var(--gh-navy);
  color: #fff;
  font: 700 11px/1.2 Arial, Helvetica, sans-serif;
  text-decoration: none;
  white-space: nowrap;
}

.gh-widget-header .gh-header-cta:hover,
.gh-widget-header .gh-header-cta:focus {
  background: #0d3554;
  color: #fff;
}

.gh-widget-header .gh-menu-toggle,
.gh-widget-header .gh-submenu-toggle {
  display: none;
}

@media (max-width: 1080px) and (min-width: 941px) {
  .gh-widget-header .gh-header {
    grid-template-columns: 150px minmax(0, 1fr) auto;
    gap: 14px;
  }

  .gh-widget-header .gh-header-logo,
  .gh-widget-header .gh-header-logo img {
    width: 148px;
  }

  .gh-widget-header .gh-wp-menu {
    gap: 11px;
  }

  .gh-widget-header .gh-wp-menu > li > a {
    font-size: 10px;
  }

  .gh-widget-header .gh-header-actions {
    gap: 10px;
  }

  .gh-widget-header .gh-header-phone strong {
    display: none;
  }

  .gh-widget-header .gh-header-cta {
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (max-width: 940px) {
  .gh-widget-header {
    --gh-header-height: 68px;
  }

  .gh-widget-header .gh-header {
    width: calc(100% - 32px);
    min-height: var(--gh-header-height);
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .gh-widget-header .gh-header-logo {
    width: auto;
    max-width: 160px;
    margin-right: auto;
    flex: 0 1 160px;
  }

  .gh-widget-header .gh-header-logo img {
    width: 158px;
    height: 47px;
  }

  .gh-widget-header .gh-header-actions {
    order: 2;
    gap: 8px;
  }

  .gh-widget-header .gh-header-cta {
    display: none;
  }

  .gh-widget-header .gh-menu-toggle {
    width: 42px;
    height: 42px;
    margin: 0;
    padding: 10px;
    order: 3;
    flex: 0 0 42px;
    display: block;
    border: 1px solid #d9dfe3;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
  }

  .gh-widget-header .gh-menu-toggle span {
    display: block;
    height: 2px;
    margin: 4px 0;
    background: var(--gh-navy);
    transition: transform .2s, opacity .2s;
  }

  .gh-widget-header .gh-header-nav {
    display: none;
    position: absolute;
    top: var(--gh-header-height);
    right: auto;
    left: 50%;
    z-index: 120;
    width: 100vw;
    max-width: 100vw;
    height: auto;
    padding: 10px max(20px, env(safe-area-inset-right)) 18px max(20px, env(safe-area-inset-left));
    transform: translateX(-50%);
    background: #fff;
    box-shadow: 0 18px 28px rgba(6, 31, 54, .13);
  }

  .gh-widget-header .gh-header-shell.menu-open .gh-header-nav {
    display: block;
  }

  .gh-widget-header .gh-header-shell:not(.menu-open) .gh-header-nav {
    display: none;
  }

  .gh-widget-header .gh-wp-menu {
    width: 100%;
    height: auto;
    display: block;
  }

  .gh-widget-header .gh-wp-menu > li {
    display: block;
    position: relative;
  }

  .gh-widget-header .gh-wp-menu > li > a {
    min-height: 44px;
    padding-right: 45px;
    border-bottom: 1px solid #edf0f2;
    font-size: 12px;
  }

  .gh-widget-header .gh-wp-menu > .menu-item-has-children > a::before,
  .gh-widget-header .gh-header-nav a.is-current::after,
  .gh-widget-header .gh-header-nav .current-menu-item > a::after,
  .gh-widget-header .gh-header-nav .current-menu-ancestor > a::after {
    display: none;
  }

  .gh-widget-header .gh-wp-menu .sub-menu,
  .gh-widget-header .gh-wp-menu li:hover > .sub-menu,
  .gh-widget-header .gh-wp-menu li:focus-within > .sub-menu {
    display: none;
    position: static;
    min-width: 0;
    padding: 0 0 6px 15px;
    border: 0;
    box-shadow: none;
  }

  .gh-widget-header .gh-wp-menu li.submenu-open > .sub-menu {
    display: block;
  }

  .gh-widget-header .gh-submenu-toggle {
    width: 36px;
    height: 34px;
    position: absolute;
    top: 5px;
    right: 0;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 3px;
    background: var(--gh-paper);
    color: var(--gh-navy);
    cursor: pointer;
  }

  .gh-widget-header .gh-submenu-toggle svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .2s;
  }

  .gh-widget-header .submenu-open > .gh-submenu-toggle svg {
    transform: rotate(180deg);
  }

  .gh-widget-header .gh-header-shell.menu-open .gh-menu-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .gh-widget-header .gh-header-shell.menu-open .gh-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .gh-widget-header .gh-header-shell.menu-open .gh-menu-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
}

@media (max-width: 540px) {
  .gh-widget-header {
    --gh-header-height: 64px;
  }

  .gh-widget-header .gh-header-logo {
    max-width: 138px;
    flex-basis: 138px;
  }

  .gh-widget-header .gh-header-logo img {
    width: 137px;
    height: 42px;
  }

  .gh-widget-header .gh-header-phone strong {
    display: none;
  }

  .gh-widget-header .gh-phone-icon,
  .gh-widget-header .gh-phone-icon svg {
    width: 20px;
    height: 20px;
  }
}
