:root{
  --gx-bg:#050505;
  --gx-panel:#101114;
  --gx-line:rgba(255,255,255,.11);
  --gx-line-strong:rgba(255,255,255,.22);
  --gx-text:#f7f7f7;
  --gx-muted:#a3a3a3;
  --gx-ease:cubic-bezier(.22,.61,.36,1);
}
body.category-page{
  min-height:100vh;
  background:
    radial-gradient(circle at 78% 10%,rgba(0,120,214,.12),transparent 28%),
    radial-gradient(circle at 12% 42%,rgba(255,255,255,.08),transparent 24%),
    var(--gx-bg);
  color:var(--gx-text);
}
.category-hero{
  position:relative;
  padding:168px 0 72px;
  overflow:hidden;
}
.category-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
  background-size:64px 64px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.72),transparent 76%);
  pointer-events:none;
}
.category-hero-grid{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) 420px;
  gap:54px;
  align-items:end;
}
.category-title{
  margin:18px 0 18px;
  max-width:840px;
  color:#fff;
  font-size:clamp(54px,7.4vw,104px);
  line-height:.88;
  font-weight:800;
  letter-spacing:-.075em;
}
.category-copy{
  max-width:720px;
  margin:0;
  color:var(--gx-muted);
  font-size:18px;
  line-height:1.65;
  font-weight:520;
}
.category-panel{
  border:1px solid var(--gx-line);
  border-radius:28px;
  padding:26px;
  background:linear-gradient(135deg,rgba(255,255,255,.085),rgba(255,255,255,.032));
  box-shadow:0 24px 70px rgba(0,0,0,.32);
  backdrop-filter:blur(22px);
}
.category-panel strong{
  display:block;
  color:#fff;
  font-size:22px;
  line-height:1.08;
  letter-spacing:-.045em;
  margin-bottom:10px;
}
.category-panel p{
  margin:0 0 20px;
  color:var(--gx-muted);
  font-size:14px;
  line-height:1.6;
  font-weight:560;
}
.category-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.category-actions a{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 18px;
  border-radius:999px;
  border:1px solid var(--gx-line-strong);
  color:#fff;
  background:rgba(255,255,255,.06);
  font-size:14px;
  font-weight:760;
  transition:transform .28s var(--gx-ease),background .28s var(--gx-ease),border-color .28s var(--gx-ease);
}
.category-actions a:first-child{
  background:#fff;
  color:#050505;
  border-color:#fff;
}
.category-actions a:hover{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,.34);
}
.category-models{
  padding:10px 0 104px;
}
.category-filter{
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:end;
  margin-bottom:26px;
}
.category-filter h2{
  margin:0;
  font-size:clamp(32px,4.4vw,54px);
  line-height:1;
  font-weight:800;
  letter-spacing:-.065em;
}
.category-filter p{
  margin:0;
  max-width:520px;
  color:var(--gx-muted);
  font-size:15px;
  line-height:1.65;
  font-weight:540;
}
.vehicle-category-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.vehicle-category-card{
  position:relative;
  min-height:430px;
  overflow:hidden;
  border-radius:24px;
  border:1px solid var(--gx-line);
  background:linear-gradient(135deg,rgba(255,255,255,.07),rgba(255,255,255,.025));
  color:#fff;
  box-shadow:0 22px 72px rgba(0,0,0,.34);
  isolation:isolate;
  transition:transform .34s var(--gx-ease),box-shadow .34s var(--gx-ease),border-color .34s var(--gx-ease);
}
.vehicle-category-card:hover{
  transform:translateY(-7px);
  border-color:var(--gx-line-strong);
  box-shadow:0 38px 94px rgba(0,0,0,.5),0 0 48px rgba(255,255,255,.06);
}
.vehicle-category-card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  filter:brightness(.52) saturate(.92);
  transform:scale(1.01);
  transition:transform .85s var(--gx-ease),filter .34s var(--gx-ease);
  z-index:-2;
}
.vehicle-category-card:hover img{
  transform:scale(1.07);
  filter:brightness(.66) saturate(1);
}
.vehicle-category-card:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.84) 78%);
  z-index:-1;
}
.vehicle-card-body{
  position:absolute;
  inset:0;
  display:grid;
  align-items:end;
  padding:28px;
}
.vehicle-card-body h3{
  margin:0 0 10px;
  font-size:32px;
  line-height:1;
  font-weight:800;
  letter-spacing:-.055em;
}
.vehicle-card-body p{
  margin:0 0 18px;
  color:#c9cdd3;
  font-size:15px;
  line-height:1.55;
  font-weight:620;
}
.vehicle-card-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}
.vehicle-card-actions span{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:0 16px;
  background:#fff;
  color:#050505;
  font-size:13px;
  font-weight:780;
}
@media(max-width:1050px){
  .category-hero-grid{grid-template-columns:1fr}
  .category-panel{max-width:640px}
  .vehicle-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  .category-hero{padding:128px 0 54px}
  .category-title{font-size:48px;letter-spacing:-.065em}
  .category-copy{font-size:16px}
  .category-filter{display:block}
  .category-filter p{margin-top:12px}
  .vehicle-category-grid{grid-template-columns:1fr}
  .vehicle-category-card{min-height:360px;border-radius:20px}
  .vehicle-card-body{padding:22px}
}

/* Model category star listing surfaces */
body.category-page[data-category="binek"] .category-models,
body.category-page[data-category="ticari"] .category-models,
body.category-page[data-category="kamyon"] .category-models{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  margin-top:0;
  padding:76px 0 108px;
  background:#f7f7f5;
  border-top:1px solid rgba(17,17,17,.08);
}
body.category-page[data-category="binek"] .category-models::before,
body.category-page[data-category="ticari"] .category-models::before,
body.category-page[data-category="kamyon"] .category-models::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  pointer-events:none;
  background-image:url("/images/gulsoy/mercedes-star-wall.png");
  background-size:min(980px,64vw) auto;
  background-position:center top;
  background-repeat:repeat;
  opacity:.46;
}
body.category-page[data-category="binek"] .category-models::after,
body.category-page[data-category="ticari"] .category-models::after,
body.category-page[data-category="kamyon"] .category-models::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(247,247,245,.9) 0%,rgba(247,247,245,.78) 42%,rgba(247,247,245,.66) 100%);
}
body.category-page[data-category="binek"] .category-models > .container,
body.category-page[data-category="ticari"] .category-models > .container,
body.category-page[data-category="kamyon"] .category-models > .container{
  position:relative;
  z-index:1;
}
body.category-page[data-category="binek"] .category-filter h2,
body.category-page[data-category="ticari"] .category-filter h2,
body.category-page[data-category="kamyon"] .category-filter h2{
  color:#171717;
  text-shadow:none;
}
body.category-page[data-category="binek"] .category-filter p,
body.category-page[data-category="ticari"] .category-filter p,
body.category-page[data-category="kamyon"] .category-filter p{
  color:#50565f;
}
body.category-page[data-category="binek"] .vehicle-category-card,
body.category-page[data-category="ticari"] .vehicle-category-card,
body.category-page[data-category="kamyon"] .vehicle-category-card{
  border-color:rgba(17,17,17,.16);
  background:#111418;
  box-shadow:0 24px 70px rgba(0,0,0,.18);
}
body.category-page[data-category="binek"] .vehicle-category-card:hover,
body.category-page[data-category="ticari"] .vehicle-category-card:hover,
body.category-page[data-category="kamyon"] .vehicle-category-card:hover{
  border-color:rgba(17,17,17,.28);
  box-shadow:0 34px 86px rgba(0,0,0,.24),0 0 36px rgba(255,255,255,.08);
}
@media(max-width:900px){
  body.category-page[data-category="binek"] .category-models,
  body.category-page[data-category="ticari"] .category-models,
  body.category-page[data-category="kamyon"] .category-models{
    padding:68px 0 88px;
  }
  body.category-page[data-category="binek"] .category-models::before,
  body.category-page[data-category="ticari"] .category-models::before,
  body.category-page[data-category="kamyon"] .category-models::before{
    background-size:820px auto;
  }
}
@media(max-width:700px){
  body.category-page[data-category="binek"] .category-models,
  body.category-page[data-category="ticari"] .category-models,
  body.category-page[data-category="kamyon"] .category-models{
    padding:58px 0 72px;
  }
  body.category-page[data-category="binek"] .category-models::before,
  body.category-page[data-category="ticari"] .category-models::before,
  body.category-page[data-category="kamyon"] .category-models::before{
    background-size:680px auto;
    opacity:.38;
  }
}

/* Category display title font: category hero and listing section headings only. */
:is(
  .category-title,
  .category-filter h2
){
  font-family:"MBCorpoATitleCond","Times New Roman",serif;
  font-weight:400;
  font-style:normal;
  font-synthesis:none;
}
