/* Official LOGOS Danismanlik identity layer — based on the supplied brand package. */
:root{
  --logos-brand-graphite:#19232f;
  --logos-brand-red:#e41a34;
}
body.brand-official{--red:var(--logos-brand-red)}

body.brand-official .brand{display:inline-flex;align-items:center}
body.brand-official .brand img{
  width:250px!important;
  max-width:48vw!important;
  max-height:62px;
  height:auto!important;
  object-fit:contain;
  object-position:left center;
}
body.brand-official.visual-v3.v3-scrolled .brand img{width:218px!important;max-height:50px}

body.brand-official .footer img{
  width:210px!important;
  max-width:min(210px,72vw)!important;
  height:auto!important;
  filter:none!important;
  object-fit:contain;
}
body.brand-official .footer__logo-link{align-items:center}

body.brand-official .lang-switch span{background:linear-gradient(135deg,#ef4358,var(--logos-brand-red))!important;color:#fff!important}
body.brand-official .main-nav>a:not(.btn):after,
body.brand-official .nav-services__toggle:before{background:linear-gradient(90deg,var(--logos-brand-red),#f05d70)!important}

/* Persistent language selector inside the sticky/floating header. */
body.brand-official .nav-wrap{position:relative}
body.brand-official .main-nav{padding-right:70px}
.header-language{
  position:absolute;
  right:0;
  top:50%;
  z-index:95;
  transform:translateY(-50%);
}
.header-language__toggle{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-width:58px;
  height:38px;
  padding:0 10px;
  border:1px solid rgba(25,35,47,.14);
  border-radius:999px;
  background:rgba(255,255,255,.82);
  color:var(--logos-brand-graphite);
  box-shadow:0 8px 22px rgba(3,24,45,.07);
  backdrop-filter:blur(16px) saturate(150%);
  -webkit-backdrop-filter:blur(16px) saturate(150%);
  cursor:pointer;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
.header-language__toggle:hover,
.header-language__toggle:focus-visible{
  border-color:rgba(228,26,52,.42);
  background:#fff;
  box-shadow:0 10px 28px rgba(3,24,45,.12);
  outline:none;
}
.header-language__toggle:focus-visible{box-shadow:0 0 0 3px rgba(228,26,52,.14),0 10px 28px rgba(3,24,45,.12)}
.header-language__globe{font-size:14px;line-height:1;color:var(--logos-brand-red);font-weight:900}
.header-language__toggle strong{font-size:12px;line-height:1;letter-spacing:.035em}
.header-language__toggle i{
  width:6px;
  height:6px;
  margin-top:-3px;
  border-right:1.7px solid currentColor;
  border-bottom:1.7px solid currentColor;
  transform:rotate(45deg);
  transition:transform .18s ease;
}
.header-language.is-open .header-language__toggle i{margin-top:3px;transform:rotate(225deg)}
.header-language__menu{
  position:absolute;
  top:calc(100% + 10px);
  right:0;
  display:grid;
  min-width:94px;
  padding:7px;
  border:1px solid rgba(25,35,47,.1);
  border-radius:16px;
  background:rgba(255,255,255,.97);
  box-shadow:0 20px 48px rgba(3,24,45,.17);
  backdrop-filter:blur(20px) saturate(160%);
  -webkit-backdrop-filter:blur(20px) saturate(160%);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(-7px) scale(.98);
  transform-origin:top right;
  transition:opacity .18s ease,visibility .18s ease,transform .18s ease;
}
.header-language.is-open .header-language__menu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0) scale(1);
}
.header-language__menu a,
.header-language__menu span{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:35px;
  padding:6px 12px;
  border-radius:10px;
  color:var(--logos-brand-graphite);
  font-size:12px;
  font-weight:900;
  letter-spacing:.04em;
  transition:background .16s ease,color .16s ease;
}
.header-language__menu a:hover,
.header-language__menu a:focus-visible{background:#f4f6f8;color:var(--logos-brand-red);outline:none}
.header-language__menu span[aria-current="page"]{background:var(--logos-brand-red);color:#fff}
body.brand-official.visual-v3.v3-scrolled .header-language{right:15px}
body.brand-official.visual-v3.v3-scrolled .main-nav{padding-right:82px}
body.brand-official.visual-v3.v3-scrolled .header-language__toggle{height:36px;background:rgba(255,255,255,.9)}

.logos-official-assistant-mark{
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  overflow:hidden!important;
  background:#fff!important;
}
.logos-official-assistant-mark img{
  display:block!important;
  width:68%!important;
  height:76%!important;
  object-fit:contain!important;
}
.logos-official-tech-mark{padding:3px!important;background:#fff!important;overflow:hidden}
.logos-official-tech-mark img{display:block;width:100%;height:100%;object-fit:contain}

@media(max-width:1120px) and (min-width:921px){
  body.brand-official .brand img{width:218px!important}
  body.brand-official .main-nav{gap:13px!important;font-size:13px!important;padding-right:62px}
  body.brand-official.visual-v3.v3-scrolled .main-nav{padding-right:72px}
  .header-language__globe{display:none}
  .header-language__toggle{min-width:48px;padding:0 8px}
}
@media(max-width:920px){
  body.brand-official .brand img{width:226px!important;max-width:58vw!important;max-height:58px}
  body.brand-official .main-nav{padding-right:20px}
  body.brand-official .nav-toggle{margin-left:auto;margin-right:64px}
  .header-language{right:0}
  body.brand-official.visual-v3.v3-scrolled .header-language{right:12px}
  body.brand-official.visual-v3.v3-scrolled .nav-toggle{margin-right:68px}
  .header-language__menu{top:calc(100% + 12px)}
}
@media(max-width:650px){
  body.brand-official .brand img{width:205px!important;max-width:58vw!important;max-height:54px}
  body.brand-official.visual-v3.v3-scrolled .brand img{width:188px!important;max-height:46px}
  .header-language__toggle{min-width:50px;height:38px;padding:0 8px;gap:5px}
  .header-language__globe{display:none}
  body.brand-official .nav-toggle{margin-right:58px}
  body.brand-official.visual-v3.v3-scrolled .nav-toggle{margin-right:62px}
}
@media(max-width:390px){
  body.brand-official .brand img{width:176px!important;max-width:51vw!important}
  .header-language__toggle{min-width:46px;padding:0 7px}
  .header-language__toggle strong{font-size:11px}
  body.brand-official .nav-toggle{padding-inline:10px;margin-right:54px}
}
