@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@600;700;800&family=Pacifico&display=swap");

/* 3E Yazılım — bütün sayfalarda kullanılan tek header */
.three-premium-header{
  position:sticky!important;
  top:0!important;
  z-index:999990!important;
  width:100%!important;
  background:#fff!important;
  border:0!important;
  border-bottom:1px solid #d7dee8!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}

.three-header-shell{
  width:min(1540px,calc(100% - 28px))!important;
  min-height:82px!important;
  margin:0 auto!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr)!important;
  align-items:center!important;
  gap:24px!important;
  font-family:Manrope,Arial,sans-serif!important;
}

.three-header-brand{
  min-width:222px!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  color:#07152d!important;
  text-decoration:none!important;
  transform:none!important;
}

.three-header-brand:hover{
  transform:none!important;
}

.three-header-logo{
  width:58px!important;
  height:58px!important;
  flex:0 0 58px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  border:1px solid #d7e0eb!important;
  border-radius:13px!important;
  background:#fff!important;
  box-shadow:none!important;
}

.three-header-logo img{
  display:block!important;
  width:50px!important;
  height:50px!important;
  margin:0!important;
  object-fit:contain!important;
  transform:none!important;
}

.three-header-brand-text{
  display:grid!important;
  gap:2px!important;
}

.three-header-brand-text strong{
  color:#07152d!important;
  font-family:Manrope,Arial,sans-serif!important;
  font-size:25px!important;
  font-weight:800!important;
  line-height:1!important;
  letter-spacing:-.045em!important;
  text-shadow:none!important;
  white-space:nowrap!important;
}

.three-header-brand-text em{
  width:max-content!important;
  display:inline-block!important;
  color:#0b9f62!important;
  font-family:Pacifico,"Segoe Script","Brush Script MT",cursive!important;
  font-size:17px!important;
  font-style:normal!important;
  font-weight:400!important;
  line-height:1.1!important;
  letter-spacing:0!important;
  text-transform:none!important;
  text-shadow:none!important;
  white-space:nowrap!important;
  transform:rotate(-4deg)!important;
  transform-origin:left center!important;
}

.three-header-nav{
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:1px!important;
}

.three-header-nav>a,
.three-header-nav .three-google-nav-main{
  min-width:0!important;
  height:40px!important;
  padding:0 7px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:0!important;
  border-radius:7px!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#07152d!important;
  font-family:Manrope,Arial,sans-serif!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1!important;
  letter-spacing:-.025em!important;
  text-decoration:none!important;
  text-shadow:none!important;
  white-space:nowrap!important;
  transform:none!important;
  transition:background-color .16s ease,color .16s ease!important;
}

.three-header-nav>a:hover,
.three-header-nav .three-google-nav-main:hover,
.three-header-nav>a[aria-current="page"],
.three-header-nav .three-google-nav-main[aria-current="page"],
.three-header-nav .is-section-current{
  background:#eef4ff!important;
  color:#155eef!important;
  transform:none!important;
}

.three-header-actions{
  display:none!important;
}

.three-header-toggle{
  display:none!important;
}

.three-header-nav .three-google-nav-drop{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  flex:0 0 auto!important;
}

.three-header-nav .three-google-nav-panel{
  position:absolute!important;
  top:100%!important;
  left:0!important;
  z-index:999999!important;
  width:292px!important;
  padding-top:10px!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:translateY(5px)!important;
  transition:opacity .14s ease,transform .14s ease,visibility .14s ease!important;
}

.three-header-nav .three-google-nav-drop:hover .three-google-nav-panel,
.three-header-nav .three-google-nav-drop:focus-within .three-google-nav-panel{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:none!important;
}

.three-header-nav .three-google-nav-panel-inner{
  padding:7px!important;
  border:1px solid #d9e1eb!important;
  border-radius:9px!important;
  background:#fff!important;
  box-shadow:0 12px 28px rgba(15,23,42,.12)!important;
}

.three-header-nav .three-google-nav-panel a{
  width:100%!important;
  min-height:38px!important;
  height:auto!important;
  padding:9px 11px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  border:0!important;
  border-radius:6px!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#07152d!important;
  font-family:Manrope,Arial,sans-serif!important;
  font-size:12.5px!important;
  font-weight:750!important;
  line-height:1.35!important;
  text-decoration:none!important;
  text-shadow:none!important;
  white-space:normal!important;
  transform:none!important;
}

.three-header-nav .three-google-nav-panel a:hover,
.three-header-nav .three-google-nav-panel a[aria-current="page"]{
  background:#eef4ff!important;
  color:#155eef!important;
}

@media(max-width:1320px){
  .three-header-shell{
    min-height:78px!important;
    grid-template-columns:auto auto!important;
  }

  .three-header-toggle{
    width:46px!important;
    height:46px!important;
    margin-left:auto!important;
    padding:0!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-direction:column!important;
    gap:5px!important;
    border:1px solid #ccd7e5!important;
    border-radius:9px!important;
    background:#fff!important;
    box-shadow:none!important;
    cursor:pointer!important;
  }

  .three-header-toggle span{
    width:21px!important;
    height:2px!important;
    min-height:2px!important;
    margin:0!important;
    padding:0!important;
    display:block!important;
    flex:0 0 2px!important;
    border:0!important;
    border-radius:99px!important;
    background:#07152d!important;
    opacity:1!important;
    visibility:visible!important;
    transform-origin:center!important;
    transition:transform .2s ease,opacity .15s ease!important;
  }

  .three-premium-header.is-open .three-header-toggle span:nth-child(1){
    transform:translateY(7px) rotate(45deg)!important;
  }

  .three-premium-header.is-open .three-header-toggle span:nth-child(2){
    opacity:0!important;
  }

  .three-premium-header.is-open .three-header-toggle span:nth-child(3){
    transform:translateY(-7px) rotate(-45deg)!important;
  }

  .three-header-nav{
    display:none!important;
  }

  .three-premium-header.is-open .three-header-shell{
    padding-bottom:14px!important;
  }

  .three-premium-header.is-open .three-header-nav{
    grid-column:1/-1!important;
    width:100%!important;
    padding-top:4px!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:7px!important;
  }

  .three-premium-header.is-open .three-header-nav>a,
  .three-premium-header.is-open .three-header-nav .three-google-nav-main{
    width:100%!important;
    height:44px!important;
    padding:0 13px!important;
    justify-content:flex-start!important;
    border:1px solid #e0e7f0!important;
    background:#f8fafc!important;
    font-size:13.5px!important;
  }

  .three-premium-header.is-open .three-header-nav .three-google-nav-drop{
    grid-column:1/-1!important;
    width:100%!important;
    display:block!important;
  }

  .three-premium-header.is-open .three-header-nav .three-google-nav-panel{
    position:static!important;
    width:100%!important;
    padding-top:7px!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:none!important;
  }

  .three-premium-header.is-open .three-header-nav .three-google-nav-panel-inner{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:5px!important;
    border-radius:8px!important;
    box-shadow:none!important;
  }
}

@media(max-width:640px){
  .three-header-shell{
    width:calc(100% - 22px)!important;
    min-height:72px!important;
    gap:12px!important;
  }

  .three-header-brand{
    min-width:0!important;
    gap:10px!important;
  }

  .three-header-logo{
    width:50px!important;
    height:50px!important;
    flex-basis:50px!important;
    border-radius:10px!important;
  }

  .three-header-logo img{
    width:44px!important;
    height:44px!important;
  }

  .three-header-brand-text strong{
    font-size:21px!important;
  }

  .three-header-brand-text em{
    font-size:14px!important;
  }

  .three-header-toggle{
    width:42px!important;
    height:42px!important;
  }

  .three-premium-header.is-open .three-header-nav,
  .three-premium-header.is-open .three-header-nav .three-google-nav-panel-inner{
    grid-template-columns:1fr!important;
  }
}
