:root {
  --gx-black: #050607;
  --gx-graphite: #0b0f13;
  --gx-anthracite: #131820;
  --gx-surface: #171c23;
  --gx-line: rgba(232, 236, 242, .14);
  --gx-line-strong: rgba(232, 236, 242, .26);
  --gx-text: #f6f3ee;
  --gx-muted: #aeb5bf;
  --gx-soft: #7f8792;
  --gx-silver: #d7dce2;
  --gx-blue: #9cb7cf;
  --gx-radius: 18px;
  --gx-ease: cubic-bezier(.22, .61, .36, 1);
  --hero-desktop-x: 50%;
  --hero-desktop-y: 54%;
  --hero-tablet-x: 54%;
  --hero-tablet-y: 52%;
  --hero-mobile-x: 58%;
  --hero-mobile-y: 56%;
  --hero-overlay: .68;
  --hero-desktop-height: 100vh;
  --hero-tablet-height: 92vh;
  --hero-mobile-height: 82svh;
  --hero-title-line-height: 1.08;
  --hero-title-line-height-mobile: 1.10;
  --cms-header-height: 76px;
  --cms-header-max-width: 1520px;
  --cms-header-radius: 36px;
  --cms-header-padding: 22px;
  --cms-menu-size: 14px;
  --cms-menu-weight: 700;
  --cms-menu-gap: 28px;
  --cms-body-font: Inter, "Segoe UI", Arial, sans-serif;
  --cms-heading-font: "MBCorpoATitleCond", "Times New Roman", serif;
  --cms-hero-font: "MBCorpoATitleCond", "Times New Roman", serif;
  --cms-navigation-font: Inter, "Segoe UI", Arial, sans-serif;
  --cms-button-font: Inter, "Segoe UI", Arial, sans-serif;
  --cms-card-title-font: Inter, "Segoe UI", Arial, sans-serif;
  --cms-footer-font: Inter, "Segoe UI", Arial, sans-serif;
  --cms-body-size: 16px;
  --cms-body-leading: 1.55;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.gulsoy-home {
  margin: 0;
  background: var(--gx-black);
  color: var(--gx-text);
  font-family: var(--cms-body-font);
  font-size: var(--cms-body-size);
  line-height: var(--cms-body-leading);
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}
body.gulsoy-home a { color: inherit; text-decoration: none; }
body.gulsoy-home main { display: flex; flex-direction: column; }
body.gulsoy-home img, body.gulsoy-home video { display: block; max-width: 100%; }
body.gulsoy-home button, body.gulsoy-home input { font: inherit; }
body.gulsoy-home button,
body.gulsoy-home .gx-primary,
body.gulsoy-home .gx-secondary,
body.gulsoy-home .gx-appointment-btn { font-family: var(--cms-button-font); }
body.gulsoy-home h2,
body.gulsoy-home .gx-editorial-title { font-family: var(--cms-heading-font); }
body.gulsoy-home .gx-action-card strong,
body.gulsoy-home .gx-location-card h3 { font-family: var(--cms-card-title-font); }
body.gulsoy-home .gx-footer { font-family: var(--cms-footer-font); }

.gx-container {
  width: min(100% - 48px, 1440px);
  margin-inline: auto;
}

.gx-header {
  position: fixed;
  top: 18px;
  left: 0;
  right: 0;
  z-index: 80;
  pointer-events: none;
  transition: top .38s var(--gx-ease);
}
.gx-header.cms-not-sticky { position: absolute; }
.cms-hidden { display: none !important; }
.gx-header.is-scrolled { top: 8px; }
.gx-header-shell {
  width: min(100% - 36px, var(--cms-header-max-width));
  height: var(--cms-header-height);
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0 var(--cms-header-padding);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--cms-header-radius);
  background: rgba(7, 9, 11, .48);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  pointer-events: auto;
  box-shadow: 0 24px 70px rgba(0,0,0,.22);
  transition: height .38s var(--gx-ease), background .38s var(--gx-ease), border-color .38s var(--gx-ease);
}
.gx-header.is-scrolled .gx-header-shell {
  height: 64px;
  background: rgba(7, 9, 11, .82);
  border-color: rgba(255,255,255,.11);
}
.gx-header.is-scrolled .site-header-brand-logo {
  width: 34px;
  height: 34px;
  flex-basis: 34px;
}
.gx-header.is-scrolled .site-header-brand-copy strong {
  font-size: 15px;
}
.gx-header.is-scrolled .site-header-brand-copy small {
  font-size: 9px;
}
.gx-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 0;
}
.gx-star {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.gx-star img { width: 38px; height: 38px; object-fit: contain; }
.gx-brand-logo-only {
  width: auto;
  min-width: max-content;
  gap: 12px;
  justify-self: center;
  flex-shrink: 0;
}
.gx-brand-logo-only .gx-star,
.gx-brand-logo-only .gx-star img {
  width: 38px;
  height: 38px;
}
.gx-brand-logo-only .gx-star::after,
.gx-brand-logo-only .gx-star img {
  animation: none;
}
.gx-brand-logo-only .gx-star::after {
  display: none;
}
.site-header-brand {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: auto;
  min-width: max-content;
  flex-shrink: 0;
  color: #fff;
  text-decoration: none;
}
.site-header-brand-logo {
  display: block;
  width: auto;
  height: 36px;
  flex: 0 0 auto;
  max-width: none;
  object-fit: contain;
  opacity: 1;
  filter: none;
  transform: none;
  animation: none;
}
.gx-brand-logo {
  display: block;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  object-fit: contain;
  opacity: 1;
  visibility: visible;
  filter: none;
  transform: none;
  animation: none;
}
.site-header-brand-copy {
  display: flex;
  min-width: max-content;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1;
  opacity: 1;
  visibility: visible;
  transform: none;
  animation: none;
}
.site-header-brand-copy strong {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.02em;
  white-space: nowrap;
  opacity: 1;
  visibility: visible;
  transform: none;
  animation: none;
}
.site-header-brand-copy small {
  display: block;
  margin-top: 3px;
  color: rgba(255,255,255,.68);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
  opacity: 1;
  visibility: visible;
  transform: none;
  animation: none;
}
body.gulsoy-home .gx-header .site-header-brand {
  flex: 0 0 auto;
  gap: 10px;
}
body.gulsoy-home .gx-header .site-header-brand-logo {
  width: auto !important;
  height: 38px !important;
  flex-basis: auto !important;
}
@media (max-width: 700px) {
  body.gulsoy-home .gx-header .site-header-brand-logo {
    width: auto !important;
    height: 32px !important;
    flex-basis: auto !important;
  }
}
body.gulsoy-home .gx-header .site-header-brand-copy strong {
  font-size: 15px !important;
  line-height: 1.1;
}
body.gulsoy-home .gx-header .site-header-brand-copy small {
  display: none !important;
}
.gx-star::after {
  content: "";
  position: absolute;
  inset: -30%;
  background: linear-gradient(110deg, transparent 35%, rgba(255,255,255,.75), transparent 62%);
  opacity: 0;
  transform: translateX(-130%) rotate(18deg);
  animation: gxStarShine 10s var(--gx-ease) infinite;
}
.gx-star img {
  animation: gxStarPulse 10s var(--gx-ease) infinite;
}
@keyframes gxStarShine {
  0%, 78%, 100% { opacity: 0; transform: translateX(-130%) rotate(18deg); }
  82% { opacity: .45; }
  90% { opacity: 0; transform: translateX(130%) rotate(18deg); }
}
@keyframes gxStarPulse {
  0%, 78%, 100% { transform: scale(1) rotate(0deg); filter: drop-shadow(0 0 0 rgba(255,255,255,0)); }
  84% { transform: scale(1.035) rotate(7deg); filter: drop-shadow(0 0 14px rgba(255,255,255,.22)); }
  92% { transform: scale(1) rotate(0deg); }
}
.gx-brand strong {
  display: block;
  color: #fff;
  font-size: 17px;
  font-weight: 720;
  letter-spacing: -.02em;
  line-height: 1.05;
}
.gx-brand-copy {
  position: relative;
  display: flex;
  min-width: max-content;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1;
  opacity: 1;
  visibility: visible;
  transform: none;
  animation: none;
}
.gx-brand small {
  display: block;
  margin-top: 4px;
  color: var(--gx-muted);
  font-size: 11px;
  font-weight: 560;
}
.gx-brand-copy strong,
.gx-brand-copy small {
  grid-area: auto;
  opacity: 1;
  visibility: visible;
  transform: none;
  animation: none;
}
.gx-brand-copy small {
  align-self: auto;
}
.gx-brand-copy em {
  grid-area: 1 / 1;
  align-self: center;
  color: rgba(255,255,255,.92);
  font-style: normal;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(8px) scale(.98);
  animation: gxBrandMessage var(--gx-brand-cycle, 16s) var(--gx-ease) infinite;
}
.gx-brand-copy strong,
.gx-brand-copy small {
  animation: none;
}
.gx-brand-static .gx-brand-copy em {
  display: none;
}
.gx-brand-static .gx-brand-copy strong,
.gx-brand-static .gx-brand-copy small {
  opacity: 1;
  transform: none;
  animation: none;
}
@keyframes gxBrandMessage {
  0%, 36%, 68%, 100% { opacity: 0; transform: translateY(8px) scale(.98); }
  44%, 58% { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes gxBrandName {
  0%, 34%, 70%, 100% { opacity: 1; transform: translateY(0) scale(1); }
  44%, 58% { opacity: 0; transform: translateY(-7px) scale(.98); }
}
.gx-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--cms-menu-gap);
  font-family: var(--cms-navigation-font);
  font-size: var(--cms-menu-size);
  font-weight: var(--cms-menu-weight);
  margin-left: clamp(160px, 18vw, 260px);
  min-width: 0;
  flex: 0 1 auto;
}
.gx-nav a {
  position: relative;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -.01em;
  line-height: 1;
  padding: 10px 0 12px;
  transition: color .28s var(--gx-ease);
  white-space: nowrap;
}
.gx-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 18px;
  height: 1px;
  border-radius: 0;
  background: var(--gx-silver);
  opacity: 0;
  transform: translate(-50%, 4px) scaleX(.45);
  transition: opacity .28s var(--gx-ease), transform .28s var(--gx-ease);
}
.gx-nav a:hover { color: #fff; }
.gx-nav a:hover::after,
.gx-nav a:focus-visible::after { opacity: .9; transform: translate(-50%, 0) scaleX(1); }
.gx-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  min-width: max-content;
  flex-shrink: 0;
}
.gx-search-btn, .gx-menu-btn {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 999px;
  background: rgba(255,255,255,.035);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color .28s var(--gx-ease), background .28s var(--gx-ease), transform .28s var(--gx-ease);
  flex: 0 0 auto;
}
.gx-search-btn:hover, .gx-search-btn[aria-expanded="true"], .gx-menu-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(255,255,255,.34);
  background: rgba(255,255,255,.08);
}
.gx-search-btn:focus-visible {
  outline: 2px solid rgba(255,255,255,.72);
  outline-offset: 3px;
}
.gx-search-btn svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
}
.gx-appointment-btn, .gx-primary, .gx-secondary {
  min-height: 40px;
  border-radius: 999px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 24px;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: -.01em;
  cursor: pointer;
  transition: transform .3s var(--gx-ease), border-color .3s var(--gx-ease), background .3s var(--gx-ease), color .3s var(--gx-ease);
  white-space: nowrap;
}
.gx-appointment-btn {
  flex: 0 0 auto;
}
.gx-appointment-btn, .gx-primary {
  background: #f7f4ef;
  color: #070809;
}
.gx-appointment-btn,
.gx-appointment-btn:visited,
.gx-primary,
.gx-primary:visited {
  color: #070809 !important;
  -webkit-text-fill-color: #070809 !important;
}
.gx-secondary,
.gx-secondary:visited {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
.gx-secondary {
  background: rgba(255,255,255,.04);
  color: #fff;
  border-color: rgba(255,255,255,.2);
}
.gx-appointment-btn:hover, .gx-primary:hover, .gx-secondary:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.34);
}
.gx-menu-btn {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.gx-mega {
  position: absolute;
  left: var(--mega-left, 50%);
  right: auto;
  top: calc(100% + 10px);
  width: var(--mega-width, min(380px, calc(100vw - 32px)));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity .2s var(--gx-ease), visibility .2s var(--gx-ease), transform .2s var(--gx-ease);
}
.gx-mega.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.gx-mega-shell {
  width: 100%;
  margin: 0;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: rgba(12,14,16,.96);
  box-shadow: 0 18px 45px rgba(0,0,0,.38);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  overflow: hidden;
  position: relative;
}
.gx-mega-shell::before {
  display: none;
}
.gx-mega-panel {
  display: none;
  grid-template-columns: 1fr;
  gap: 0;
  min-height: 0;
  max-height: min(65vh, 520px);
  padding: 10px;
  position: relative;
  z-index: 1;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,.34) rgba(255,255,255,.06);
}
.gx-mega-panel.active {
  display: grid;
  animation: gxMegaIn .18s var(--gx-ease) both;
}
@keyframes gxMegaIn {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}
.gx-mega-intro {
  display: none;
}
.gx-mega-visual a,
.gx-action-card span {
  color: #9aa5b1;
  font-size: 11px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.gx-mega-intro h3 {
  display: none;
}
.gx-mega-intro p {
  display: none;
}
.gx-mega-links {
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
}
.gx-mega-links a {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px 0 14px;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.07);
  border-radius: 10px;
  background: transparent;
  color: #eef1f4;
  font-size: 14px;
  font-weight: 650;
  transition: color .2s var(--gx-ease), background .2s var(--gx-ease), transform .2s var(--gx-ease);
}
.gx-mega-links a::after {
  content: "↗";
  color: #9aa5b1;
  font-size: 12px;
  transition: transform .2s var(--gx-ease), color .2s var(--gx-ease);
}
.gx-mega-links a:last-child { border-bottom-color: transparent; }
.gx-mega-links a:hover {
  transform: translateX(2px);
  color: #fff;
  background: rgba(255,255,255,.065);
}
.gx-mega-links a:hover::after {
  transform: translateX(2px);
  color: #fff;
}
.gx-mega-visual {
  display: none;
}
.gx-mega-visual.gx-mega-car {
  display: none;
}
.gx-mega-visual strong {
  display: none;
}
.gx-mega-visual p {
  display: none;
}
.gx-mega-visual a {
  display: none;
}
.gx-menu-btn span {
  width: 18px;
  height: 1px;
  background: #fff;
}

.gx-hero {
  position: relative;
  min-height: var(--hero-desktop-height);
  overflow: hidden;
  isolation: isolate;
  background: #030405;
}
.gx-hero.gx-hero-no-media {
  background:
    radial-gradient(circle at 78% 18%, rgba(255,255,255,.08), transparent 30%),
    linear-gradient(135deg, #050607 0%, #101418 48%, #050607 100%);
}
.gx-hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.gx-hero.gx-hero-no-media .gx-hero-media {
  display: none;
}
.gx-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: var(--hero-object-fit, cover);
  object-position: var(--hero-desktop-x) var(--hero-desktop-y);
  filter: saturate(.92) brightness(.84);
  transform: scale(var(--hero-image-scale, 1.01));
}
.gx-hero-has-bg-slider .gx-hero-media img {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 820ms var(--gx-ease);
}
.gx-hero-has-bg-slider .gx-hero-media img.is-active {
  opacity: 1;
}
.gx-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3,4,5,var(--hero-overlay)), rgba(3,4,5,.5) 47%, rgba(3,4,5,.18)),
    linear-gradient(0deg, rgba(3,4,5,.78), transparent 48%);
  z-index: 1;
}
.gx-hero.gx-hero-vehicle-scanner .gx-hero-media img {
  object-fit: cover;
  object-position: var(--hero-desktop-x) var(--hero-desktop-y);
  filter: saturate(.98) brightness(.9);
  transform: none;
}
.gx-hero.gx-hero-vehicle-scanner .gx-hero-shade {
  background:
    linear-gradient(90deg, rgba(3,4,5,.72), rgba(3,4,5,.45) 46%, rgba(3,4,5,.16)),
    linear-gradient(0deg, rgba(3,4,5,.70), transparent 50%);
}
.gx-hero-inner {
  position: relative;
  z-index: 2;
  min-height: var(--hero-desktop-height);
  width: min(100% - 64px, 1440px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 760px) 410px;
  align-items: end;
  justify-content: space-between;
  gap: 64px;
  padding: 160px 0 94px;
}
.gx-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #a9b2bd;
  font-size: 12px;
  line-height: 1;
  font-weight: 820;
  letter-spacing: .28em;
  text-transform: uppercase;
}
.gx-label::before {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
  opacity: .55;
}
.gx-hero h1 {
  max-width: 760px;
  margin: 22px 0 18px;
  color: #fff;
  font-size: clamp(46px, 6vw, 72px);
  line-height: var(--hero-title-line-height, 1.08);
  letter-spacing: -.055em;
  font-weight: 760;
}
.gx-hero #heroTitle {
  font-family: var(--cms-hero-font);
  font-weight: 400;
  font-style: normal;
  font-synthesis: none;
}
.gx-hero p {
  max-width: 610px;
  margin: 0;
  color: #cbd1d9;
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.7;
  font-weight: 470;
}
.gx-hero-ctas, .gx-inline-actions, .gx-location-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}
.gx-branch-panel {
  align-self: end;
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 26px;
  background: rgba(10, 13, 16, .55);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.gx-branch-panel a {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 86px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
  transition: transform .32s var(--gx-ease), border-color .32s var(--gx-ease), background .32s var(--gx-ease);
}
.gx-branch-panel a:hover {
  transform: translateY(-3px);
  border-color: rgba(255,255,255,.26);
  background: linear-gradient(135deg, rgba(255,255,255,.1), rgba(156,183,207,.05));
}
.gx-branch-panel a > span:last-child {
  min-width: 0;
  overflow: hidden;
}
.gx-branch-icon {
  width: 50px;
  height: 50px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.16);
  color: #fff;
}
.gx-branch-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.gx-branch-panel strong {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 760;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
}
.gx-branch-panel small {
  display: block;
  margin-top: 7px;
  color: #cfcfcf;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: normal;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
}
.gx-hero-foot {
  position: absolute;
  right: 48px;
  bottom: 44px;
  z-index: 4;
  display: flex;
  gap: 9px;
  pointer-events: auto;
}
.gx-dot {
  position: relative;
  width: 46px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.gx-dot::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background: rgba(255,255,255,.36);
  transform: translateY(-50%);
  transition: background .28s var(--gx-ease), height .28s var(--gx-ease), transform .28s var(--gx-ease);
}
.gx-dot.active::before,
.gx-dot[aria-selected="true"]::before {
  height: 3px;
  background: #fff;
}
.gx-dot:hover::before,
.gx-dot:focus-visible::before {
  background: rgba(255,255,255,.82);
  transform: translateY(-50%) scaleX(1.08);
}
.gx-dot:focus-visible {
  outline: 2px solid rgba(255,255,255,.75);
  outline-offset: 4px;
}
.gx-scroll {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 38px;
  transform: translateX(-50%);
  color: #c9ced6;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.gx-section {
  position: relative;
  padding: 76px 0;
  background: var(--gx-black);
}
.gx-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
}
.gx-section > * { position: relative; z-index: 1; }
.gx-section-head {
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(280px, 480px);
  align-items: end;
  gap: 52px;
  margin-bottom: 44px;
}
.gx-section-head .gx-label,
.gx-section-head h2 {
  grid-column: 1;
}
.gx-section-head p {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
}
.gx-section-head h2, .gx-service-copy h2 {
  margin: 16px 0 0;
  color: #fff;
  font-size: clamp(34px, 4vw, 44px);
  line-height: 1.04;
  letter-spacing: -.044em;
  font-weight: 760;
}
.gx-section-head p, .gx-service-copy p {
  margin: 0;
  color: var(--gx-muted);
  font-size: 16px;
  line-height: 1.75;
}
.gx-quick-section {
  --section-bg: #ffffff;
  --surface-soft: #f6f6f6;
  --text-primary: #1f1f1f;
  --text-secondary: #565656;
  --border-soft: rgba(0, 0, 0, 0.14);
  --border-hover: rgba(0, 0, 0, 0.36);
  background: var(--section-bg);
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: var(--text-primary);
  overflow: hidden;
}
.gx-quick-section::before {
  display: none;
}
.gx-star-wall {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 1;
  background-color: #050505;
  background-image: url("/images/gulsoy/mercedes-star-wall.png");
  background-size: min(980px, 64vw) auto;
  background-position: center center;
  background-repeat: repeat;
  filter: brightness(.72) contrast(1.42) saturate(.9);
}
.gx-star-wall::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 6% 18%, rgba(255,255,255,.58) 0 115px, rgba(255,255,255,.68) 285px),
    radial-gradient(circle at 8% 70%, rgba(255,255,255,.54) 0 135px, rgba(255,255,255,.64) 305px),
    linear-gradient(90deg, rgba(255,255,255,.72) 0%, rgba(255,255,255,.60) 35%, rgba(255,255,255,.40) 62%, rgba(255,255,255,.16) 84%, rgba(255,255,255,.04) 100%);
}
.gx-quick-section .gx-container {
  z-index: 1;
}
.gx-quick-section .gx-section-head {
  align-items: end;
}
.gx-quick-section .gx-label {
  color: #6f7780;
}
.gx-quick-section .gx-section-head h2 {
  max-width: 780px;
  color: var(--text-primary);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.035em;
}
.gx-quick-section .gx-section-head p {
  max-width: 520px;
  color: var(--text-secondary);
  font-size: clamp(17px, 1.55vw, 20px);
  line-height: 1.65;
  font-weight: 400;
}
.gx-quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.gx-action-card {
  position: relative;
  min-height: 224px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 38px 30px 30px;
  border: 1px solid var(--border-soft);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(246,246,246,.92));
  box-shadow: 0 18px 44px rgba(0,0,0,.045);
  overflow: hidden;
  transition: transform .34s var(--gx-ease), box-shadow .34s var(--gx-ease), border-color .34s var(--gx-ease), background .34s var(--gx-ease);
}
.gx-action-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(0,0,0,.035), transparent);
  opacity: 0;
  transform: translateX(-55%);
  transition: opacity .34s var(--gx-ease), transform .65s var(--gx-ease);
}
.gx-action-card::after {
  content: "→";
  position: absolute;
  right: 24px;
  top: 24px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0,0,0,.16);
  border-radius: 50%;
  color: var(--text-primary);
  transition: transform .3s var(--gx-ease), background .3s var(--gx-ease), color .3s var(--gx-ease);
}
.gx-action-card:hover,
.gx-action-card:focus-visible {
  transform: translateY(-5px);
  background: #fff;
  border-color: var(--border-hover);
  box-shadow: 0 24px 60px rgba(0,0,0,.09);
}
.gx-action-card:hover::before {
  opacity: 1;
  transform: translateX(55%);
}
.gx-action-card:hover::after,
.gx-action-card:focus-visible::after {
  transform: translate(4px, -4px);
  background: #000;
  color: #fff;
}
.gx-action-card i {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0,0,0,.14);
  border-radius: 12px;
  color: var(--text-primary);
  font-style: normal;
  font-size: 13px;
  font-weight: 850;
  background: var(--surface-soft);
}
.gx-quick-section .gx-action-card span {
  color: #737373;
}
.gx-action-card strong {
  display: block;
  color: var(--text-primary);
  padding-right: 56px;
  font-size: clamp(22px, 1.55vw, 27px);
  line-height: 1.14;
  letter-spacing: -.025em;
  font-weight: 520;
}
.gx-action-card p {
  margin: 12px 0 0;
  color: var(--text-secondary);
  font-size: 15.5px;
  line-height: 1.55;
}
.gx-action-card b {
  color: var(--text-primary);
  font-size: 14px;
  letter-spacing: .02em;
}
.branch-hours {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.branch-hours span {
  display: block;
}
.branch-hours-row {
  display: grid;
  gap: 4px;
}
.branch-hours-row strong {
  color: var(--text-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.gx-model-section {
  background: linear-gradient(180deg, #080a0d, #050607);
}
.gx-split {
  display: grid;
  grid-template-columns: minmax(360px, 540px) 1fr;
  gap: 72px;
  align-items: start;
}
.gx-split .gx-section-head {
  display: block;
  margin: 0;
  position: sticky;
  top: 110px;
}
.gx-model-rail {
  display: grid;
  gap: 16px;
}
.gx-model-card {
  display: grid;
  grid-template-columns: 178px 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 18px;
  min-height: 136px;
  border: 1px solid var(--gx-line);
  border-radius: var(--gx-radius);
  background: rgba(255,255,255,.035);
  transition: transform .34s var(--gx-ease), border-color .34s var(--gx-ease), background .34s var(--gx-ease);
}
.gx-model-card:hover {
  transform: translateX(8px);
  border-color: rgba(255,255,255,.3);
  background: rgba(255,255,255,.06);
}
.gx-model-card img {
  width: 178px;
  height: 100px;
  object-fit: cover;
  border-radius: 14px;
  filter: saturate(.9) brightness(.82);
}
.gx-model-card strong {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -.034em;
}
.gx-model-card p {
  margin: 8px 0 0;
  color: var(--gx-muted);
  font-size: 15px;
}
.gx-model-card b {
  color: #fff;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  opacity: .78;
}

.gx-service-section {
  background: #07090c;
}
.gx-service-composition {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 64px;
  align-items: center;
}
.gx-service-image {
  min-height: 540px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid var(--gx-line);
  background: #111820;
}
.gx-service-image img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  filter: grayscale(.18) brightness(.78);
  transition: transform 1.2s var(--gx-ease);
}
.gx-service-image:hover img { transform: scale(1.045); }
.gx-service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
}
.gx-service-list a {
  padding: 18px;
  border: 1px solid var(--gx-line);
  border-radius: 16px;
  color: #fff;
  background: rgba(255,255,255,.035);
  font-size: 15px;
  font-weight: 700;
  transition: transform .3s var(--gx-ease), border-color .3s var(--gx-ease);
}
.gx-service-list a:hover {
  transform: translateY(-3px);
  border-color: rgba(255,255,255,.28);
}

.gx-showroom-section {
  background: linear-gradient(180deg, #07090c, #030405);
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.gx-branch-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.gx-location-card {
  display: grid;
  grid-template-rows: auto auto 190px 1fr auto;
  gap: 14px;
  min-height: 610px;
  padding: 22px;
  border: 1px solid var(--gx-line);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
}
.gx-location-card h3 {
  margin: 0;
  color: #fff;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -.038em;
}
.gx-location-card iframe {
  width: 100%;
  height: 190px;
  border: 0;
  border-radius: 18px;
  filter: grayscale(.7) invert(.9) contrast(.78);
}
.gx-location-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.gx-location-info > div {
  min-height: 84px;
  padding: 15px;
  border: 1px solid var(--gx-line);
  border-radius: 16px;
  background: rgba(0,0,0,.16);
}
.gx-location-info div:first-child,
.gx-location-info div:last-child {
  grid-column: 1 / -1;
}
.gx-location-info span {
  display: block;
  margin-bottom: 8px;
  color: var(--gx-soft);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.gx-location-info p, .gx-location-info a {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.58;
}
.gx-footer {
  padding: 72px 0 28px;
  background: #020303;
  border-top: 1px solid rgba(255,255,255,.08);
}
.gx-footer-grid {
  display: grid;
  grid-template-columns: minmax(240px,1.35fr) repeat(4,minmax(128px,1fr)) minmax(340px,1.55fr);
  gap: 30px;
  align-items: start;
}
.gx-footer p {
  max-width: 430px;
  margin: 20px 0 0;
  color: var(--gx-muted);
}
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  margin: 0 0 24px;
  color: #fff;
  text-decoration: none;
}
.footer-brand-logo {
  display: block;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  object-fit: contain;
  opacity: 1;
  visibility: visible;
  filter: none;
  transform: none;
  animation: none;
}
.footer-brand-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: max-content;
  line-height: 1.1;
}
.footer-brand-copy strong {
  display: block;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.15;
  white-space: nowrap;
}
.footer-brand-copy small {
  display: block;
  margin-top: 3px;
  color: rgba(255,255,255,.68);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
}
.gx-footer h4 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.gx-footer nav {
  display: grid;
  align-content: start;
  gap: 10px;
}
.gx-footer nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 9px;
}
.gx-footer nav a {
  color: var(--gx-muted);
  font-size: 14px;
}
.gx-footer .gx-footer-contact {
  display: grid;
  gap: 14px;
  min-width: 0;
}
.gx-footer .gx-footer-contact h4 {
  margin-bottom: 0;
}
.gx-footer .gx-footer-contact-tabs {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 18px;
  background: rgba(255,255,255,.025);
}
.gx-footer .gx-footer-contact-tab {
  min-width: 0;
  min-height: 48px;
  padding: 9px 10px;
  border: 1px solid transparent;
  border-radius: 14px;
  background: rgba(255,255,255,.03);
  color: var(--gx-muted);
  font: inherit;
  text-align: center;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}
.gx-footer .gx-footer-contact-tab:hover {
  color: #fff;
  border-color: rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
}
.gx-footer .gx-footer-contact-tab:focus-visible {
  outline: 2px solid rgba(255,255,255,.62);
  outline-offset: 3px;
}
.gx-footer .gx-footer-contact-tab.is-active {
  color: #090a0b;
  background: #f6f3ee;
  border-color: #f6f3ee;
}
.gx-footer .gx-footer-contact-tab-title,
.gx-footer .gx-footer-contact-tab-subtitle {
  display: block;
  overflow-wrap: anywhere;
}
.gx-footer .gx-footer-contact-tab-title {
  font-size: 12px;
  font-weight: 760;
  line-height: 1.1;
}
.gx-footer .gx-footer-contact-tab-subtitle {
  margin-top: 3px;
  font-size: 10px;
  line-height: 1.15;
  opacity: .78;
}
.gx-footer .gx-footer-contact-panel {
  display: grid;
  gap: 12px;
  min-width: 0;
}
.gx-footer .gx-footer-contact-branch {
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
}
.gx-footer .gx-footer-contact-block {
  display: grid;
  gap: 5px;
}
.gx-footer .gx-footer-contact-label,
.gx-footer .gx-footer-contact-phone span {
  color: #8f98a4;
  font-size: 10px;
  font-weight: 820;
  letter-spacing: .16em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}
.gx-footer .gx-footer-contact-address {
  margin: 0;
  color: #b9c0ca;
  font-size: 13px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}
.gx-footer .gx-footer-contact-phone-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 8px;
}
.gx-footer .gx-footer-contact-phone,
.gx-footer .gx-footer-contact-email {
  min-width: 0;
  color: #fff;
  text-decoration: none;
  transform: none;
}
.gx-footer .gx-footer-contact-phone {
  display: grid;
  gap: 5px;
  min-height: 58px;
  align-content: center;
  padding: 10px 9px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  background: rgba(255,255,255,.025);
}
.gx-footer .gx-footer-contact-phone strong {
  color: #fff;
  font-size: clamp(12px,.68vw,13px);
  line-height: 1.25;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}
.gx-footer .gx-footer-contact-email {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  color: #cbd1d8;
  font-size: 13px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.gx-footer .gx-footer-contact-phone:hover,
.gx-footer .gx-footer-contact-email:hover,
.gx-footer .gx-footer-contact-social:hover {
  color: #fff;
  transform: none;
}
.gx-footer .gx-footer-contact-socials {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
}
.gx-footer .gx-footer-contact-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.025);
  color: #b9c0ca;
}
.gx-footer .gx-footer-contact-social svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}
.gx-footer .gx-footer-contact-social svg path {
  fill: currentColor;
  stroke: none;
}
.gx-footer .gx-footer-contact-social:focus-visible {
  outline: 2px solid rgba(255,255,255,.62);
  outline-offset: 3px;
}
.gx-subfooter {
  margin-top: 54px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.08);
  color: var(--gx-soft);
  font-size: 13px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
.gx-subfooter-copy,
.gx-subfooter-credit {
  line-height: 1.55;
}
.gx-subfooter-credit {
  text-align: right;
}
.gx-subfooter-credit strong {
  color: rgba(232,236,242,.78);
  font-weight: 700;
}

@media (max-width:1280px) {
  .gx-footer-grid {
    grid-template-columns: minmax(220px,1.25fr) repeat(3,minmax(140px,1fr));
  }
  .gx-footer .gx-footer-contact {
    grid-column: span 2;
  }
}

@media (max-width:1380px) and (min-width:1281px) {
  .gx-footer-grid {
    grid-template-columns: minmax(230px,1.3fr) repeat(4,minmax(118px,1fr)) minmax(320px,1.55fr);
    gap: 24px;
  }
}

@media (max-width:900px) {
  .gx-footer-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 28px 34px;
  }
  .gx-footer .site-footer-brand {
    grid-column: 1 / -1;
  }
  .gx-footer .gx-footer-contact {
    grid-column: 1 / -1;
    max-width: 520px;
  }
}

.gx-overlay, .gx-mobile-panel {
  position: fixed;
  inset: 0;
  z-index: 120;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: rgba(2,3,4,.78);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  transition: opacity .32s var(--gx-ease), visibility .32s var(--gx-ease);
}
.gx-overlay.open, .gx-mobile-panel.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.gx-modal {
  width: min(100% - 36px, 760px);
  margin: 110px auto 0;
  padding: 34px;
  border: 1px solid var(--gx-line);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(21,25,31,.96), rgba(7,9,12,.96));
  box-shadow: 0 40px 100px rgba(0,0,0,.5);
  transform: translateY(16px) scale(.98);
  transition: transform .34s var(--gx-ease);
}
.gx-overlay.open .gx-modal { transform: translateY(0) scale(1); }
.gx-modal h2 {
  margin: 14px 0 22px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.06;
  letter-spacing: -.045em;
}
.gx-close {
  float: right;
  width: 42px;
  height: 42px;
  border: 1px solid var(--gx-line);
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
.gx-modal input {
  width: 100%;
  height: 58px;
  padding: 0 18px;
  border: 1px solid var(--gx-line-strong);
  border-radius: 16px;
  background: rgba(255,255,255,.05);
  color: #fff;
  outline: none;
}
.gx-modal input:focus { border-color: rgba(156,183,207,.62); }
.gx-search-results, .gx-appointment-grid {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}
.gx-search-results a, .gx-appointment-grid a {
  padding: 16px;
  border: 1px solid var(--gx-line);
  border-radius: 16px;
  background: rgba(255,255,255,.035);
}
.gx-search-results small {
  display: block;
  color: var(--gx-soft);
  margin-top: 4px;
}
.gx-site-search-overlay {
  z-index: 1260;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: max(92px, calc(env(safe-area-inset-top) + 92px)) 24px 24px;
  overflow: hidden;
  background: rgba(0,0,0,.68);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.gx-site-search-panel {
  width: min(100%, 980px);
  max-height: min(74vh, 680px);
  display: flex;
  flex-direction: column;
  min-height: 0;
  border: 1px solid rgba(232,236,242,.16);
  border-radius: 6px 30px 6px 30px;
  background: linear-gradient(145deg, rgba(18,21,26,.98), rgba(5,6,8,.98));
  box-shadow: 0 42px 120px rgba(0,0,0,.58);
  transform: translateY(12px) scale(.985);
  opacity: 0;
  transition: transform .26s var(--gx-ease), opacity .26s var(--gx-ease);
  overflow: hidden;
}
.gx-site-search-overlay.open .gx-site-search-panel {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.gx-site-search-bar {
  display: grid;
  grid-template-columns: 28px minmax(0,1fr) 44px;
  align-items: center;
  gap: 10px;
  padding: 18px;
  border-bottom: 1px solid rgba(232,236,242,.12);
}
.gx-site-search-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #dce3ea;
}
.gx-site-search-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
}
.gx-site-search-input {
  width: 100%;
  height: 60px;
  min-width: 0;
  border: 1px solid rgba(232,236,242,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  color: #fff;
  padding: 0 20px;
  font: 500 17px/1.2 Inter, "Segoe UI", Arial, sans-serif;
  outline: none;
}
.gx-site-search-input::placeholder { color: rgba(220,227,234,.48); }
.gx-site-search-input:focus-visible {
  border-color: rgba(255,255,255,.42);
  box-shadow: 0 0 0 3px rgba(255,255,255,.08);
}
.gx-site-search-clear,
.gx-site-search-close {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(232,236,242,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.045);
  color: #fff;
  font: 400 22px/1 Inter, "Segoe UI", Arial, sans-serif;
  cursor: pointer;
}
.gx-site-search-clear:hover,
.gx-site-search-close:hover,
.gx-site-search-clear:focus-visible,
.gx-site-search-close:focus-visible {
  border-color: rgba(255,255,255,.34);
  background: rgba(255,255,255,.09);
  outline: none;
}
.gx-site-search-results {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  display: grid;
  align-content: start;
  gap: 0;
  padding: 8px 18px 18px;
}
.gx-site-search-result {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 4px;
  border-bottom: 1px solid rgba(232,236,242,.11);
  color: #fff;
  text-decoration: none;
}
.gx-site-search-result b {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
}
.gx-site-search-result small {
  display: block;
  margin-top: 5px;
  color: rgba(220,227,234,.66);
  font-size: 13px;
  line-height: 1.35;
}
.gx-site-search-result em {
  flex: 0 0 auto;
  color: rgba(220,227,234,.62);
  font-style: normal;
}
.gx-site-search-result:hover,
.gx-site-search-result:focus-visible,
.gx-site-search-result.is-active {
  background: linear-gradient(90deg, rgba(255,255,255,.075), transparent);
  outline: none;
}
.gx-site-search-empty {
  margin: 18px 4px;
  color: rgba(220,227,234,.68);
}
.gx-site-search-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
html.site-search-open,
html.site-search-open body {
  overflow: hidden;
  overscroll-behavior: none;
}
.gx-mobile-panel {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 100svh;
  max-height: 100dvh;
  overflow: hidden;
  overscroll-behavior: contain;
  touch-action: pan-y;
}
html.mobile-menu-open,
html.mobile-menu-open body {
  overflow: hidden;
  overscroll-behavior: none;
}
.gx-mobile-head {
  position: sticky;
  top: 0;
  z-index: 2;
  flex: 0 0 auto;
  min-height: calc(72px + env(safe-area-inset-top, 0px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: calc(18px + env(safe-area-inset-top, 0px)) 24px 14px;
  border-bottom: 1px solid rgba(255,255,255,.10);
  background: linear-gradient(180deg, rgba(7,9,12,.96), rgba(7,9,12,.84));
}
.gx-mobile-head span {
  color: rgba(255,255,255,.64);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.gx-mobile-scroll {
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 15px;
  padding: 22px 24px calc(28px + env(safe-area-inset-bottom, 0px));
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}
.gx-mobile-nav {
  width: min(100%, 420px);
  display: grid;
  gap: 4px;
}
.gx-mobile-item {
  width: 100%;
}
.gx-mobile-panel a,
.gx-mobile-trigger {
  max-width: 100%;
  overflow-wrap: anywhere;
  font-size: clamp(28px, 8vw, 42px);
  font-weight: 760;
  letter-spacing: -.05em;
  line-height: 1.08;
}
.gx-mobile-trigger {
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}
.gx-mobile-trigger:focus-visible,
.gx-mobile-panel a:focus-visible {
  outline: 1px solid rgba(255,255,255,.55);
  outline-offset: 5px;
}
.gx-mobile-chevron {
  width: 11px;
  height: 11px;
  flex: 0 0 11px;
  border-right: 2px solid rgba(255,255,255,.62);
  border-bottom: 2px solid rgba(255,255,255,.62);
  transform: rotate(-45deg);
  transition: transform .24s ease, opacity .24s ease;
  opacity: .78;
}
.gx-mobile-trigger[aria-expanded="true"] .gx-mobile-chevron {
  transform: rotate(45deg);
  opacity: 1;
}
.gx-mobile-submenu {
  display: grid;
  gap: 8px;
  margin: 5px 0 14px 4px;
  padding-left: 18px;
  border-left: 1px solid rgba(255,255,255,.16);
}
.gx-mobile-submenu[hidden] {
  display: none;
}
.gx-mobile-panel .gx-mobile-submenu a {
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.25;
  color: rgba(255,255,255,.74);
}
.gx-mobile-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  width: min(100%, 320px);
  margin-top: 10px;
}
.gx-mobile-action {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  color: #fff;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
  cursor: pointer;
}
.gx-mobile-action-primary {
  background: #f6f3ee;
  color: #070809;
  border-color: transparent;
}
.gx-mobile-panel .gx-mobile-action-primary,
.gx-mobile-panel .gx-mobile-action-primary:visited {
  color: #070809;
  -webkit-text-fill-color: #070809;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1;
  overflow-wrap: normal;
  text-decoration: none;
  white-space: nowrap;
}
.gx-mobile-panel .gx-mobile-action-primary:hover,
.gx-mobile-panel .gx-mobile-action-primary:focus-visible {
  color: #070809;
  -webkit-text-fill-color: #070809;
}
.gx-mobile-panel .gx-close {
  position: relative;
  top: auto;
  right: auto;
  float: none;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  filter: blur(8px);
  transition: opacity .7s var(--gx-ease), transform .7s var(--gx-ease), filter .7s var(--gx-ease);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

@media (max-width: 1320px) {
  .gx-header-shell {
    width: min(100% - 36px, 1520px);
    padding-left: 22px;
  }
  .gx-nav {
    gap: clamp(18px, 1.8vw, 26px);
    margin-left: clamp(110px, 18vw, 220px);
  }
  .gx-actions { margin-left: auto; }
  .gx-nav a {
    font-size: 12px;
  }
  .gx-mega-shell {
    width: 100%;
  }
}

@media (max-width: 1100px) {
  .gx-hero, .gx-hero-inner { min-height: var(--hero-tablet-height); }
  .gx-hero-media img {
    object-position: var(--hero-tablet-x) var(--hero-tablet-y);
    transform: scale(var(--hero-image-scale, 1.06));
    transform-origin: var(--hero-tablet-x) var(--hero-tablet-y);
  }
  .gx-hero.gx-hero-vehicle-scanner .gx-hero-media img {
    object-position: var(--hero-tablet-x) var(--hero-tablet-y);
    transform: none;
  }
  .gx-header-shell {
    width: min(100% - 36px, 1520px);
  }
  .gx-nav { display: none; }
  .gx-actions {
    gap: 8px;
    margin-left: auto;
  }
  .gx-menu-btn { display: inline-flex; }
  .gx-mega {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 12px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  filter: blur(10px);
  transition: opacity .32s var(--gx-ease), visibility .32s var(--gx-ease), transform .32s var(--gx-ease), filter .32s var(--gx-ease);
}
}

@media (min-width: 701px) and (max-width: 900px) and (min-height: 700px) {
  .gx-hero,
  .gx-hero-inner {
    min-height: max(var(--hero-tablet-height), 940px);
  }
  .gx-hero-inner {
    grid-template-columns: minmax(0, 1fr);
    align-content: end;
    padding: 150px 0 86px;
    gap: 30px;
  }
  .gx-hero-copy {
    max-width: min(100%, 640px);
  }
  .gx-hero h1 {
    max-width: min(100%, 640px);
    font-size: clamp(46px, 8.6vw, 62px);
    line-height: var(--hero-title-line-height-mobile, var(--hero-title-line-height, 1.10));
  }
  .gx-hero p {
    max-width: min(100%, 560px);
  }
  .gx-branch-panel {
    width: min(100%, 520px);
    max-width: 100%;
  }
}

@media (max-width: 700px) {
  .gx-hero, .gx-hero-inner { min-height: max(var(--hero-mobile-height), 860px); }
  .gx-hero-media img {
    object-position: var(--hero-mobile-x) var(--hero-mobile-y);
    transform: scale(var(--hero-image-scale, 1.08));
    transform-origin: var(--hero-mobile-x) var(--hero-mobile-y);
  }
  .gx-hero.gx-hero-vehicle-scanner .gx-hero-media img {
    object-position: var(--hero-mobile-x) var(--hero-mobile-y);
    transform: none;
  }
  .gx-container { width: min(100% - 28px, 1440px); }
  .gx-header { top: 10px; }
  .gx-header-shell {
    width: min(100% - 18px, 1520px);
    height: 64px;
    padding: 0 12px 0 16px;
  }
  .gx-brand small, .gx-search-btn, .gx-appointment-btn { display: none; }
  .gx-star, .gx-star img { width: 31px; height: 31px; }
  .gx-brand-logo-only,
  .gx-brand-logo-only .gx-star,
  .gx-brand-logo-only .gx-star img { width: 32px; height: 32px; }
  .site-header-brand {
    width: auto;
    gap: 10px;
  }
  .site-header-brand-logo {
    width: auto !important;
    height: 32px !important;
    flex-basis: auto !important;
  }
  .site-header-brand-copy small {
    display: none;
  }
  .site-header-brand-copy strong {
    font-size: 15px;
  }
  .gx-mega:not(.open) { display: none; }
  .footer-brand {
    margin-bottom: 18px;
  }
  .footer-brand-copy small {
    display: none;
  }
  .gx-footer .gx-footer-brand-copy small {
    display: block;
    font-size: 9px;
    white-space: nowrap;
  }
  .gx-footer .gx-footer-brand-copy strong {
    font-size: 15px;
    white-space: nowrap;
  }
  .gx-footer .gx-footer-brand-mark {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }
  .footer-brand-copy strong {
    font-size: 16px;
  }
  .gx-brand strong { font-size: 15px; }
  .gx-appointment-btn { min-height: 42px; padding: 0 16px; font-size: 13px; }
  .gx-hero-inner {
    width: min(100% - 28px, 1440px);
    grid-template-columns: minmax(0, 1fr);
    align-content: start;
    padding: 118px 0 72px;
    gap: 30px;
  }
  .gx-hero-copy {
    max-width: 100%;
  }
  .gx-hero h1 {
    max-width: min(100%, 390px);
    margin: 18px 0 16px;
    font-size: clamp(34px, 10.3vw, 42px);
    line-height: var(--hero-title-line-height-mobile, var(--hero-title-line-height, 1.10));
    letter-spacing: -.045em;
  }
  .gx-hero p {
    max-width: min(100%, 360px);
    font-size: 15px;
    line-height: 1.62;
  }
  .gx-hero-ctas {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 10px;
    margin-top: 26px;
    width: 100%;
  }
  .gx-hero-ctas a {
    min-height: 48px;
  }
  .gx-branch-panel {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    gap: 12px;
  }
  .gx-branch-panel a {
    min-height: 84px;
    padding: 15px;
  }
  .gx-branch-panel small { white-space: normal; }
  .gx-hero-foot { right: 24px; bottom: 26px; }
  .gx-scroll { display: none; }
  .gx-section { padding: 72px 0; }
  .gx-star-wall {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    mask-image: none;
    background-size: 680px auto;
    background-position: center top;
    background-repeat: repeat;
  }
  .gx-star-wall::after {
    background:
      radial-gradient(circle at 4% 22%, rgba(255,255,255,.62) 0 90px, rgba(255,255,255,.70) 240px),
      linear-gradient(180deg, rgba(255,255,255,.70) 0%, rgba(255,255,255,.58) 58%, rgba(255,255,255,.46) 100%);
  }
  .gx-section-head {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }
  .gx-section-head p {
    grid-column: 1;
    grid-row: auto;
    max-width: 100%;
  }
  .gx-quick-section .gx-section-head h2 { font-size: clamp(34px, 10vw, 44px); max-width: 12ch; }
  .gx-section-head h2, .gx-service-copy h2 { font-size: clamp(30px, 10vw, 40px); }
  .gx-quick-grid, .gx-service-list, .gx-branch-grid, .gx-location-info { grid-template-columns: 1fr; }
  .gx-action-card { min-height: 190px; }
  .gx-model-card { grid-template-columns: 1fr; }
  .gx-model-card img { width: 100%; height: 180px; }
  .gx-service-image, .gx-service-image img { min-height: 320px; height: 320px; }
  .gx-location-card { min-height: auto; min-width: 0; padding: 18px; border-radius: 22px; }
  .gx-location-card > *, .gx-location-info > * { min-width: 0; }
  .gx-location-info div:first-child, .gx-location-info div:last-child { grid-column: auto; }
  .gx-location-actions { align-items: stretch; }
  .gx-location-actions a, .gx-hero-ctas a, .gx-inline-actions a { width: 100%; }
  .gx-footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .gx-footer .gx-footer-contact {
    max-width: none;
  }
  .gx-footer .gx-footer-contact-tabs {
    border-radius: 16px;
  }
  .gx-footer .gx-footer-contact-tab {
    min-height: 50px;
    padding: 8px 7px;
  }
  .gx-footer .gx-footer-contact-phone-grid {
    grid-template-columns: 1fr;
  }
  .footer-brand, .footer-brand-copy { min-width: 0; }
  .footer-brand-copy strong, .footer-brand-copy small { white-space: normal; }
  .gx-brand-mobile-static .gx-brand-copy em { display: none; }
  .gx-brand-mobile-static .gx-brand-copy strong,
  .gx-brand-mobile-static .gx-brand-copy small { opacity: 1; transform: none; animation: none; }
}

@media (prefers-reduced-motion: reduce) {
  .gx-star::after,
  .gx-star img,
  .gx-hero-media img,
  .gx-brand-copy strong,
  .gx-brand-copy small,
  .gx-brand-copy em,
  .site-header-brand-copy,
  .gx-action-card,
  .gx-action-card::before,
  .gx-action-card::after,
  .gx-dot::before {
    animation: none !important;
    transition: none !important;
  }
  .gx-brand-copy em { display: none; }
  .gx-brand-copy strong,
  .gx-brand-copy small { opacity: 1 !important; transform: none !important; }
  .site-header-brand-copy { opacity: 1 !important; transform: none !important; }
}

/* Home display title font: large hero and section headings only. */
body.gulsoy-home .gx-hero #heroTitle,
body.gulsoy-home .gx-section-head h2,
body.gulsoy-home .gx-service-copy h2,
body.gulsoy-home .gx-editorial-title{
  font-family:var(--cms-heading-font);
  font-weight:400;
  font-style:normal;
  font-synthesis:none;
}
body.gulsoy-home .gx-hero #heroTitle{
  font-family:var(--cms-hero-font);
}
/* =========================================================
   Ana sayfa şube kartları: eş satır hizası
   ========================================================= */

#showroom-iletisim .gx-branch-grid {
    align-items: stretch;
}

#showroom-iletisim .gx-location-card {
    display: grid;
    grid-template-rows: minmax(64px, auto) 190px auto auto;
    height: 100%;
    min-height: 0;
    row-gap: 14px;
    overflow: visible;
}

#showroom-iletisim .gx-location-card h3 {
    align-self: start;
}

#showroom-iletisim .gx-location-card iframe {
    align-self: stretch;
    height: 190px;
}

#showroom-iletisim .gx-location-info {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto auto;
    gap: 12px;
    min-height: 0;
}

#showroom-iletisim .gx-location-info > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 0;
    overflow: visible;
}

#showroom-iletisim .gx-location-info > div:first-child,
#showroom-iletisim .gx-location-info > div:last-child {
    grid-column: 1 / -1;
}

#showroom-iletisim .gx-location-info > div:first-child {
    min-height: 0;
}

#showroom-iletisim .gx-location-info > div:nth-child(2),
#showroom-iletisim .gx-location-info > div:nth-child(3) {
    min-height: 0;
}

#showroom-iletisim .gx-location-info > div:last-child {
    min-height: 0;
}

#showroom-iletisim .branch-hours {
    display: grid;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.45;
    overflow: visible;
}

#showroom-iletisim .branch-hours > span {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    white-space: normal;
}

#showroom-iletisim .branch-hours-row {
    display: grid;
    grid-template-columns: minmax(70px, 82px) 1fr;
    gap: 5px 14px;
    width: 100%;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

#showroom-iletisim .branch-hours-row + .branch-hours-row {
    padding-top: 10px;
    border-top: 1px solid var(--gx-line);
}

#showroom-iletisim .branch-hours-row strong {
    grid-row: span 2;
}

#showroom-iletisim .branch-hours-row span {
    display: block;
    width: 100%;
    white-space: normal;
}

#showroom-iletisim .gx-location-actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-self: end;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
    min-height: 46px;
    margin: 16px 0 0;
    padding: 0;
    overflow: visible;
}

#showroom-iletisim .gx-location-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 44px;
    margin: 0;
    white-space: nowrap;
}

@media (max-width: 1024px) {
    #showroom-iletisim .gx-branch-grid {
        grid-template-columns: 1fr;
    }

    #showroom-iletisim .gx-location-card {
        grid-template-rows: auto 190px auto auto;
    }

    #showroom-iletisim .gx-location-info {
        grid-template-columns: 1fr;
        grid-template-rows: none;
    }

    #showroom-iletisim .gx-location-info > div,
    #showroom-iletisim .gx-location-info > div:first-child,
    #showroom-iletisim .gx-location-info > div:last-child {
        grid-column: 1 / -1;
        min-height: 0;
    }
}

@media (max-width: 640px) {
    #showroom-iletisim .gx-location-card {
        padding-bottom: 18px;
        grid-template-rows: auto 180px auto auto;
    }

    #showroom-iletisim .gx-location-card iframe {
        height: 180px;
    }

    #showroom-iletisim .gx-location-actions {
        flex-direction: column;
        align-items: stretch;
        margin-top: 18px;
    }

    #showroom-iletisim .gx-location-actions a {
        width: 100%;
    }

    #showroom-iletisim .branch-hours-row {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    #showroom-iletisim .branch-hours-row strong {
        grid-row: auto;
    }
}
/* Mobil ana menüde tüm birinci seviye başlıkları eşitle */
@media (max-width: 1024px) {
    #mobilePanel .gx-mobile-item > button,
    #mobilePanel .gx-mobile-item > a,
    #mobilePanel .gx-mobile-direct {
        font-family: inherit !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 1.35 !important;
        letter-spacing: normal !important;
        text-transform: none !important;
    }
}

@media (max-width: 700px) {
  .gx-site-search-overlay {
    padding: max(10px, env(safe-area-inset-top)) 10px max(10px, env(safe-area-inset-bottom));
  }
  .gx-site-search-panel {
    width: 100%;
    height: calc(100dvh - max(20px, env(safe-area-inset-top)) - max(10px, env(safe-area-inset-bottom)));
    max-height: none;
    border-radius: 22px;
  }
  .gx-site-search-bar {
    grid-template-columns: 24px minmax(0,1fr) 42px;
    gap: 8px;
    padding: 12px;
  }
  .gx-site-search-input {
    height: 54px;
    padding: 0 16px;
    font-size: 16px;
  }
  .gx-site-search-results {
    padding: 6px 12px 16px;
  }
  .gx-site-search-result {
    min-height: 58px;
    padding: 14px 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gx-site-search-panel {
    transition-duration: 1ms;
    transform: none;
  }
}
