@import url('/design-tokens.css');
/* WebKılavuzum — shared page-header scale */
@media (min-width:761px){
html body:not(.wk-assistant-mobile) main .inner-hero h1,
html body:not(.wk-assistant-mobile) main .guide-detail-hero h1,
html body:not(.wk-assistant-mobile) main .setup-hero h1,
html body:not(.wk-assistant-mobile) main .quote-hero h1,
html body:not(.wk-assistant-mobile) main .page-hero h1,
html body:not(.wk-assistant-mobile) main .notfound-content h1{font-size:clamp(50px,5.2vw,64px)!important;line-height:1.01!important;letter-spacing:-.052em!important}
html body:not(.wk-assistant-mobile) main .inner-hero.inner-hero{padding:72px 0 50px!important}
html body:not(.wk-assistant-mobile) main .setup-page,
html body:not(.wk-assistant-mobile) main .quote-page{padding-top:56px!important}
html body:not(.wk-assistant-mobile) main .page-hero{padding:56px 0 30px!important}
}
@media (max-width:760px){
html body.wk-mobile-app:not(.wk-assistant-mobile) main .inner-hero h1,
html body.wk-mobile-app:not(.wk-assistant-mobile) main .guide-detail-hero h1,
html body.wk-mobile-app:not(.wk-assistant-mobile) main .setup-hero h1,
html body.wk-mobile-app:not(.wk-assistant-mobile) main .quote-hero h1,
html body.wk-mobile-app:not(.wk-assistant-mobile) main .page-hero h1,
html body.wk-mobile-app:not(.wk-assistant-mobile) main .notfound-content h1{font-size:40px!important;line-height:1.04!important;letter-spacing:-.045em!important}
html body.wk-mobile-app:not(.wk-assistant-mobile) main .inner-hero.inner-hero{padding:34px 0 28px!important}
html body.wk-mobile-app:not(.wk-assistant-mobile) main .setup-page,
html body.wk-mobile-app:not(.wk-assistant-mobile) main .quote-page{padding-top:34px!important}
html body.wk-mobile-app:not(.wk-assistant-mobile) main .page-hero{padding:34px 0 24px!important}
html body.wk-mobile-app:not(.wk-assistant-mobile) main .notfound-content{padding:28px 20px!important}
html body.wk-home-app-v2 .wk-mobile-home-intro>h1{font-size:40px!important;line-height:1.03!important;letter-spacing:-.045em!important}
}

/* WebKılavuzum — brand assets */
.brand{
  width:190px!important;
  height:40px!important;
  min-width:190px!important;
  display:block!important;
  background:url('/images/webkilavuzum-logo.svg') left center/contain no-repeat!important;
  font-size:0!important;
  line-height:0!important;
}
.brand>.brand-mark,.brand>.brand-word{display:none!important}
.drawer-head .brand{width:166px!important;height:36px!important;min-width:166px!important}
.footer-brand{width:200px!important;height:42px!important;min-width:200px!important}
@media (max-width:760px){
  .site-header .brand{width:168px!important;height:35px!important;min-width:168px!important}
  body.wk-assistant-mobile.wk-assistant-questioning .site-header .brand{width:160px!important;height:34px!important;min-width:160px!important}
}

/* WebKılavuzum — mobile drawer */
@media (max-width:760px){
  body.menu-open{overflow:hidden!important}
  body.menu-open .wk-mobile-nav-static{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translateY(18px)!important;
  }

  .mobile-drawer{
    position:fixed!important;
    inset:0!important;
    z-index:1300!important;
    pointer-events:none!important;
  }
  .mobile-drawer.open{pointer-events:auto!important}
  .mobile-drawer .drawer-backdrop{
    position:absolute!important;
    inset:0!important;
    background:rgba(18,18,35,.36)!important;
    backdrop-filter:blur(5px)!important;
    -webkit-backdrop-filter:blur(5px)!important;
  }
  .mobile-drawer .drawer-panel{
    position:absolute!important;
    top:0!important;
    right:0!important;
    left:auto!important;
    width:min(84vw,380px)!important;
    max-width:380px!important;
    height:100dvh!important;
    min-height:100dvh!important;
    margin:0!important;
    padding:18px 16px calc(20px + env(safe-area-inset-bottom))!important;
    display:flex!important;
    flex-direction:column!important;
    background:#f8f8fc!important;
    border-radius:24px 0 0 24px!important;
    box-shadow:-18px 0 48px rgba(22,22,54,.18)!important;
    overflow-y:auto!important;
    transform:translateX(104%)!important;
    transition:transform .28s cubic-bezier(.22,.8,.22,1)!important;
  }
  .mobile-drawer.open .drawer-panel{transform:translateX(0)!important}

  .drawer-head{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
    min-height:58px!important;
    padding:4px 2px 14px!important;
    margin:0 0 8px!important;
    border:0!important;
    border-bottom:1px solid #e7e7f0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    backdrop-filter:none!important;
  }
  .drawer-head .brand{
    width:154px!important;
    height:33px!important;
    min-width:154px!important;
  }
  .drawer-close{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    border:1px solid #e4e4ed!important;
    border-radius:13px!important;
    display:grid!important;
    place-items:center!important;
    padding:0!important;
    background:#fff!important;
    color:#202033!important;
    font-size:25px!important;
    font-weight:300!important;
    line-height:1!important;
    box-shadow:0 5px 14px rgba(35,35,70,.05)!important;
  }

  .drawer-nav{
    display:flex!important;
    flex-direction:column!important;
    gap:0!important;
    margin:0!important;
  }
  .drawer-nav:before{
    content:'MENÜ'!important;
    display:block!important;
    margin:12px 8px 7px!important;
    color:#8a8a9d!important;
    font-size:10px!important;
    font-weight:900!important;
    letter-spacing:.15em!important;
  }
  .drawer-nav a{
    position:relative!important;
    min-width:0!important;
    min-height:58px!important;
    padding:10px 44px 10px 48px!important;
    border:0!important;
    border-bottom:1px solid #e9e9f1!important;
    border-radius:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    background:transparent!important;
    color:#1c1c2e!important;
    font-size:15.5px!important;
    font-weight:760!important;
    line-height:1.2!important;
    letter-spacing:-.012em!important;
    box-shadow:none!important;
    transition:background .16s ease,transform .16s ease!important;
  }
  .drawer-nav a:active{
    background:#efeff9!important;
    transform:translateX(2px)!important;
  }
  .drawer-nav a>span{
    position:absolute!important;
    left:7px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    width:30px!important;
    height:30px!important;
    border-radius:10px!important;
    display:grid!important;
    place-items:center!important;
    border:1px solid #e2e2ee!important;
    background:#fff!important;
    color:#6260d8!important;
    font-size:10px!important;
    font-weight:900!important;
    letter-spacing:.06em!important;
  }
  .drawer-nav a>b{
    position:absolute!important;
    right:8px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    width:28px!important;
    height:28px!important;
    display:grid!important;
    place-items:center!important;
    color:#5f5de7!important;
    background:transparent!important;
    font-size:19px!important;
    font-weight:700!important;
    line-height:1!important;
  }

  .drawer-note{
    margin:auto 0 0!important;
    padding:14px 10px 10px!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    color:#838395!important;
    font-size:11.5px!important;
    line-height:1.45!important;
    box-shadow:none!important;
  }
  .drawer-note:before{
    content:'✦'!important;
    display:inline-block!important;
    margin-right:7px!important;
    color:#5f5de7!important;
    font-weight:900!important;
  }
  .drawer-cta{
    position:static!important;
    width:100%!important;
    min-height:48px!important;
    margin:8px 0 0!important;
    border:0!important;
    border-radius:14px!important;
    background:linear-gradient(135deg,#5754e9,#7763f4)!important;
    color:#fff!important;
    font-size:13px!important;
    font-weight:850!important;
    box-shadow:0 10px 22px rgba(89,86,237,.17)!important;
  }
}

@media (max-width:360px){
  .mobile-drawer .drawer-panel{width:88vw!important;padding-left:13px!important;padding-right:13px!important}
  .drawer-head .brand{width:145px!important;min-width:145px!important}
  .drawer-nav a{min-height:54px!important;font-size:14.5px!important}
}
