/* =============================================================================
   GÃ¼neÅŸ Lift â€” site temasÄ± (Bootstrap 5.3 Ã¼zeri)
   TÃ¼m renk/Ã¶lÃ§Ã¼ler burada; sayfa baÅŸÄ±na Ã¶zel stil eklemeden Ã¶nce burayÄ± gÃ¼ncelleyin.
   ============================================================================= */

/* --- TasarÄ±m jetonlarÄ± (Bootstrap deÄŸiÅŸkenleri) --- */
:root {
  --gl-accent: #c45c26;
  --gl-accent-dark: #9a471c;
  --gl-accent-soft: #d4783c;
  --gl-ink: #0f1419;
  --gl-footer-link: #f0c9a8;

  --bs-primary: var(--gl-accent);
  --bs-primary-rgb: 196, 92, 38;
  --bs-body-bg: #f6f7f9;
  --bs-link-color: var(--gl-accent-dark);
  --bs-link-hover-color: var(--gl-accent);
  /* Bootstrap 5.3 Reboot: link alt Ã§izgisi kapalÄ± */
  --bs-link-decoration: none;
  --bs-link-hover-decoration: none;
}

/* --- Genel --- */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

:focus-visible {
  outline: 3px solid var(--gl-accent);
  outline-offset: 2px;
}

/* TÃ¼m linkler: alt Ã§izgi yok; hoverâ€™da yalnÄ±zca renk (outline :focus-visibleâ€™da) */
a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

/* --- Skip link (eriÅŸilebilirlik) --- */
.skip-link:focus {
  z-index: 1080;
}

/* --- Ãœst Ã§ubuk (cam / modern) --- */
.site-header {
  z-index: 1030;
}

.site-header > .gl-navbar {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(15, 20, 25, 0.07);
  box-shadow: 0 4px 24px rgba(15, 20, 25, 0.06);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
}

.gl-topbar {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  min-height: 38px;
  max-height: 38px;
  padding-top: 0;
  padding-bottom: 0;
  background: var(--gl-ink);
  color: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.gl-topbar__link {
  color: rgba(255, 255, 255, 0.92);
  transition: color 0.15s ease;
}

.gl-topbar__link:hover {
  color: #fff;
}

.gl-topbar__link:focus-visible {
  outline-offset: 2px;
}

.navbar.gl-navbar,
.gl-navbar {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  min-height: 100px;
  padding-top: 0;
  padding-bottom: 0;
}

.gl-navbar__inner {
  position: relative;
}

.gl-navbar__brand-text {
  font-weight: 700;
  font-size: clamp(1.125rem, 0.95rem + 0.45vw, 1.3125rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--gl-ink);
}

.brand-logo {
  width: clamp(3.5rem, 3.25rem + 0.75vw, 4rem);
  height: auto;
  max-height: 4rem;
  object-fit: contain;
}

.gl-navbar__toggler {
  padding: 0.35rem 0.5rem;
}

.gl-navbar__cta {
  font-weight: 600;
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(196, 92, 38, 0.35);
}

.gl-navbar__nav {
  padding-top: 0.5rem;
}

@media (min-width: 992px) {
  .gl-navbar__nav {
    padding-top: 0;
  }

  .gl-navbar__collapse {
    display: flex !important;
    flex-grow: 1;
    flex-basis: 0;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    overflow: visible;
  }
}

.gl-nav-link {
  font-weight: 500;
  padding: 0.5rem 0.85rem;
  border-radius: 0.5rem;
  color: var(--gl-ink);
  transition: background-color 0.18s ease, color 0.18s ease;
}

.gl-nav-link:hover,
.gl-nav-link:focus {
  background-color: rgba(196, 92, 38, 0.08);
  color: var(--gl-accent-dark);
}

.gl-nav-link.active {
  color: var(--gl-accent) !important;
  font-weight: 600;
  background-color: rgba(196, 92, 38, 0.12);
}

.gl-dropdown {
  min-width: 12rem;
  padding: 0.5rem;
  border-radius: 0.65rem !important;
  margin-top: 0.35rem !important;
}

.gl-dropdown__item {
  padding: 0.45rem 0.75rem;
  font-weight: 500;
}

.gl-dropdown__item:hover,
.gl-dropdown__item:focus {
  background-color: rgba(196, 92, 38, 0.1);
  color: var(--gl-accent-dark);
}

.gl-dropdown__item.active,
.gl-dropdown__item:active {
  background-color: var(--gl-accent);
  color: #fff;
}

/* ÃœrÃ¼nler mega menÃ¼ */
.dropdown-mega .dropdown-menu.gl-mega {
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  margin-top: 0 !important;
  border-radius: 0 0 0.75rem 0.75rem !important;
  background: linear-gradient(180deg, #fff 0%, #fafbfc 100%);
}

@media (max-width: 991.98px) {
  .dropdown-mega .dropdown-menu.gl-mega {
    position: static !important;
    transform: none !important;
    box-shadow: none !important;
    border-top: 1px solid rgba(15, 20, 25, 0.06) !important;
    max-height: min(70vh, 28rem);
    overflow-y: auto;
  }
}

.gl-mega__title {
  color: var(--gl-accent);
  letter-spacing: 0.04em;
  font-size: 0.72rem;
}

.gl-mega__list {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.gl-mega__link {
  display: block;
  padding: 0.35rem 0.5rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  border-radius: 0.4rem;
  font-size: 0.92rem;
  color: #3d4450;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease, padding-left 0.15s ease;
}

.gl-mega__link:hover,
.gl-mega__link:focus {
  background: rgba(196, 92, 38, 0.08);
  color: var(--gl-accent-dark);
  padding-left: 0.65rem;
}

.gl-mega__link.is-active {
  background: rgba(196, 92, 38, 0.14);
  color: var(--gl-accent-dark);
  font-weight: 600;
}

.gl-mega__footer {
  font-size: 0.875rem;
}

/* --- Ana sayfa Ã¼st lede (hero ile uyumlu koyu bant + dÃ¶nen cÃ¼mleler) --- */
.gl-home-lede {
  background: linear-gradient(
    135deg,
    #1a2332 0%,
    #252f42 38%,
    #1e2838 100%
  );
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.gl-home-lede__heading {
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(1.15rem, 2.4vw + 0.65rem, 1.85rem);
}

.gl-home-lede__rotor {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(2.75rem, 5vw + 1.5rem, 3.5rem);
  text-align: center;
}

.gl-home-lede__line {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0 0.5rem;
  opacity: 0;
  transform: translateY(0.45rem);
  transition:
    opacity 0.55s ease,
    transform 0.55s ease;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.92);
}

.gl-home-lede__line.is-active {
  opacity: 1;
  transform: translateY(0);
}

.gl-home-lede__rule {
  margin: 0;
  border: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.22) 22%,
    rgba(196, 92, 38, 0.45) 50%,
    rgba(255, 255, 255, 0.22) 78%,
    transparent 100%
  );
  opacity: 0.95;
}

@media (prefers-reduced-motion: reduce) {
  .gl-home-lede__rotor {
    flex-direction: column;
    gap: 0.35rem;
    min-height: 0;
  }

  .gl-home-lede__line {
    position: static;
    opacity: 1;
    transform: none;
    transition: none;
    pointer-events: auto;
  }
}

/* --- Ana sayfa kahraman --- */
.hero-gunes {
  position: relative;
  overflow: hidden;
  /* Arka plan gÃ¶rselleri + overlay; dÃ¼z gradient yedek */
  background: linear-gradient(135deg, #1a2332 0%, #2d3a4d 45%, #1e2838 100%);
  /* Slayt / medya kutusu yÃ¼ksekliÄŸi Ã¶ngÃ¶rÃ¼lebilir; iÃ§erik daha uzunsa bÃ¼yÃ¼r, slayt deÄŸiÅŸince kÃ¼Ã§Ã¼lmez */
  min-height: clamp(22rem, 52vh, 36rem);
}

.hero-gunes .gl-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-height: 100%;
}

.gl-hero__slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  z-index: 1;
  transition: opacity 1s ease-in-out;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gl-hero__slide.is-active {
  opacity: 1;
  z-index: 2;
}

.gl-hero__img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.gl-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    135deg,
    rgba(15, 20, 25, 0.82) 0%,
    rgba(26, 35, 50, 0.72) 40%,
    rgba(30, 40, 56, 0.68) 100%
  );
}

.hero-gunes .gl-hero__content {
  position: relative;
  z-index: 2;
}

.hero-gunes--dock {
  padding-bottom: clamp(5.5rem, 12vw, 7.5rem);
}

/* ÃœrÃ¼n metni panelleri â€” grid ile Ã¼st Ã¼ste, yÃ¼kseklik en uzun iÃ§eriÄŸe gÃ¶re */
.gl-hero__copy-stack {
  display: grid;
  grid-template-columns: 1fr;
}

.gl-hero__copy {
  grid-area: 1 / 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
  pointer-events: none;
}

.gl-hero__copy.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}

/* Alt orta docker â€” dÄ±ÅŸ kabuk: sÃ¼re ile dolan konik Ã§erÃ§eve */
.gl-hero__dock-shell {
  --gl-hero-progress: 0;
  position: absolute;
  left: 50%;
  bottom: clamp(1rem, 3vw, 1.75rem);
  transform: translateX(-50%);
  z-index: 3;
  padding: 2px;
  border-radius: 999px;
  background: conic-gradient(
    from -90deg,
    rgba(255, 255, 255, 0.92) 0turn,
    rgba(255, 255, 255, 0.92) calc(var(--gl-hero-progress) * 1turn),
    rgba(255, 255, 255, 0.14) calc(var(--gl-hero-progress) * 1turn)
  );
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 10px 36px rgba(15, 20, 25, 0.4);
}

/* Ä°Ã§ cam bar (kompakt) */
.gl-hero__dock {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  background: rgba(22, 28, 38, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
}

.gl-hero__dock-btn {
  width: 2rem;
  height: 2rem;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.95);
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.gl-hero__dock-btn:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}

.gl-hero__dock-btn:focus-visible {
  outline: 3px solid var(--gl-accent);
  outline-offset: 2px;
}

.gl-hero__dock-icon {
  flex-shrink: 0;
}

.gl-hero__dock-toggle .gl-hero__icon-play {
  display: none;
}

.gl-hero__dock-toggle.is-paused .gl-hero__icon-pause {
  display: none;
}

.gl-hero__dock-toggle.is-paused .gl-hero__icon-play {
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .hero-gunes .gl-hero__slide,
  .hero-gunes .gl-hero__copy {
    transition: none !important;
  }

  .gl-hero__dock-shell {
    background: linear-gradient(
      rgba(255, 255, 255, 0.22),
      rgba(255, 255, 255, 0.22)
    );
  }
}

/* --- CTA ÅŸeridi --- */
.cta-band {
  background: linear-gradient(90deg, var(--gl-accent), var(--gl-accent-soft));
}

.cta-band .btn-light {
  --bs-btn-color: var(--gl-accent-dark);
}

/* --- Alt bilgi --- */
.site-footer {
  background: var(--gl-ink);
}

.site-footer a {
  color: var(--gl-footer-link);
  text-decoration: none;
}

.site-footer a:hover {
  color: #fff;
}

/* --- YardÄ±mcÄ± sÄ±nÄ±flar --- */
.letter-spacing {
  letter-spacing: 0.06em;
}

.prose {
  max-width: 65ch;
}

/* --- Ä°Ã§ sayfa baÅŸlÄ±k bandÄ± (opsiyonel hizalama) --- */
.page-header h1 {
  color: var(--gl-ink);
}

/* --- Ana sayfa ek bÃ¶lÃ¼mler --- */
.gl-home-stats__num {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800;
  color: var(--gl-accent);
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.gl-pillar__icon {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--gl-accent), var(--gl-accent-soft));
}

.gl-product-card__media,
.gl-product-page__media {
  background: linear-gradient(180deg, #eef0f3 0%, #e2e5ea 100%);
  border-bottom: 1px solid rgba(15, 20, 25, 0.06);
}

.gl-product-page__media {
  border-bottom: 0;
}

.gl-product-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gl-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(15, 20, 25, 0.1) !important;
}

.gl-product-card .stretched-link {
  color: var(--gl-accent-dark);
}

.gl-product-card:hover .stretched-link {
  color: var(--gl-accent);
}

.gl-service-tile {
  border-color: rgba(15, 20, 25, 0.08) !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.gl-service-tile:hover {
  border-color: rgba(196, 92, 38, 0.35) !important;
  box-shadow: 0 6px 20px rgba(15, 20, 25, 0.06);
}

.gl-home-faq .accordion-button {
  font-size: 0.95rem;
}

.gl-home-faq .accordion-button:not(.collapsed) {
  background-color: rgba(196, 92, 38, 0.12);
  color: var(--gl-ink);
  box-shadow: none;
}

.gl-home-faq .accordion-button:focus {
  box-shadow: none;
  border-color: rgba(196, 92, 38, 0.35);
}

/* --- GÃ¼ven bandÄ± (trust bar) --- */
.gl-trust-bar {
  background: #fff;
}

.gl-trust-item {
  color: var(--gl-ink);
}

.gl-trust-icon {
  color: var(--gl-accent);
  flex-shrink: 0;
}

/* --- Proje sÃ¼reci adÄ±mlarÄ± --- */
.gl-step {
  padding: 1.75rem 1.5rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(15, 20, 25, 0.07);
  background: #fff;
  height: 100%;
  position: relative;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.gl-step:hover {
  box-shadow: 0 10px 28px rgba(15, 20, 25, 0.09);
  transform: translateY(-3px);
}

.gl-step__num {
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1;
  color: rgba(196, 92, 38, 0.18);
  margin-bottom: 0.75rem;
  font-variant-numeric: tabular-nums;
}

.gl-step__title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--gl-ink);
}

.gl-step__text {
  font-size: 0.875rem;
  color: #6c757d;
  margin-bottom: 0;
  line-height: 1.6;
}

/* AdÄ±mlar arasÄ± baÄŸlantÄ± Ã§izgisi (lg+) */
@media (min-width: 992px) {
  .gl-process .row {
    position: relative;
  }

  .gl-process .row::before {
    content: '';
    position: absolute;
    top: 2.5rem;
    left: calc(25% + 0.75rem);
    right: calc(25% + 0.75rem);
    height: 1px;
    background: linear-gradient(
      90deg,
      transparent 0%,
      rgba(196, 92, 38, 0.25) 10%,
      rgba(196, 92, 38, 0.25) 90%,
      transparent 100%
    );
    z-index: 0;
    pointer-events: none;
  }

  .gl-step {
    z-index: 1;
  }
}

/* --- Neden GÃ¼neÅŸ Lift kartlarÄ± (koyu arka plan) --- */
.gl-why {
  background: linear-gradient(160deg, #0e1620 0%, #1a2638 55%, #0f1a25 100%);
}

.gl-why-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.gl-why-card:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(196, 92, 38, 0.4);
  transform: translateY(-3px);
}

.gl-why-card__icon {
  width: 2.75rem;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.6rem;
  background: rgba(196, 92, 38, 0.18);
  color: var(--gl-accent-soft);
}

/* --- Kurumsal footer --- */
.gl-footer__top {
  background: #141c28;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 1.25rem 0;
}

.gl-footer__logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.06);
  padding: 4px;
}

.gl-footer__brand-name {
  font-weight: 700;
  font-size: 1.05rem;
  color: #fff;
  letter-spacing: -0.01em;
  line-height: 1.1;
}

.gl-footer__brand-tagline {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.1rem;
}

.gl-footer__cta {
  font-weight: 600;
}

.gl-footer__main {
  background: #0f1720;
  padding: 3rem 0 2.5rem;
}

.gl-footer__col-title {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.38);
  margin-bottom: 0.9rem;
}

.gl-footer__text {
  font-size: 0.85rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 1rem;
}

.gl-footer__badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.gl-footer__badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--gl-accent-soft);
  background: rgba(196, 92, 38, 0.15);
  border: 1px solid rgba(196, 92, 38, 0.28);
  border-radius: 0.35rem;
  padding: 0.2rem 0.55rem;
  letter-spacing: 0.02em;
}

.gl-footer__nav {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.gl-footer__nav a {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.15s ease, padding-left 0.15s ease;
  display: inline-block;
}

.gl-footer__nav a:hover {
  color: #fff;
  padding-left: 3px;
}

.gl-footer__nav-see-all {
  color: var(--gl-accent-soft) !important;
  font-weight: 600;
  margin-top: 0.35rem;
}

.gl-footer__nav-see-all:hover {
  color: #fff !important;
}

.gl-footer__list-item {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  display: block;
}

.gl-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.gl-footer__contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.875rem;
}

.gl-footer__contact-icon {
  color: var(--gl-accent-soft);
  flex-shrink: 0;
  margin-top: 0.05rem;
  opacity: 0.85;
}

.gl-footer__contact-item a,
.gl-footer__contact-item address {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.875rem;
}

.gl-footer__contact-item a:hover {
  color: #fff;
}

.gl-footer__cta-box {
  background: rgba(196, 92, 38, 0.12);
  border: 1px solid rgba(196, 92, 38, 0.25);
  border-radius: 0.75rem;
  padding: 1.1rem 1.25rem;
}

.gl-footer__cta-box-text {
  font-size: 0.82rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.65);
}

.gl-footer__cta-box-text strong {
  color: rgba(255, 255, 255, 0.9);
  display: block;
  margin-bottom: 0.15rem;
}

.gl-footer__bottom {
  background: #0a1018;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1rem 0;
}

/* --- Sayfa hero bandÄ± (fiyatlar, kurumsal vb. iÃ§ sayfalar) --- */
.gl-page-hero {
  background: linear-gradient(135deg, #1a2332 0%, #252f42 40%, #1e2838 100%);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.06);
}

.gl-page-hero__info-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  padding: 1.5rem;
}

.gl-page-hero__check {
  color: var(--gl-accent-soft);
  flex-shrink: 0;
  margin-top: 0.1rem;
}

/* --- Fiyat kartlarÄ± (fiyatlar/index.php) --- */
.gl-price-card {
  border: 1px solid rgba(15, 20, 25, 0.08);
  border-radius: 0.9rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.gl-price-card:hover {
  box-shadow: 0 12px 32px rgba(15, 20, 25, 0.1);
  transform: translateY(-4px);
  border-color: rgba(196, 92, 38, 0.25);
}

.gl-price-card__header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid rgba(15, 20, 25, 0.06);
  background: #f9fafc;
}

.gl-price-card__icon {
  width: 2.75rem;
  height: 2.75rem;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(196, 92, 38, 0.1);
  color: var(--gl-accent);
  border-radius: 0.55rem;
}

.gl-price-card__title {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.1rem;
  color: var(--gl-ink);
}

.gl-price-card__subtitle {
  font-size: 0.72rem;
  color: #6c757d;
  margin-bottom: 0;
  letter-spacing: 0.02em;
}

.gl-price-card__body {
  padding: 1.25rem 1.5rem;
  flex: 1;
}

.gl-price-card__range-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #adb5bd;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.gl-price-card__range {
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

.gl-price-card__min {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--gl-accent);
  letter-spacing: -0.02em;
}

.gl-price-card__sep {
  font-size: 1rem;
  color: #adb5bd;
}

.gl-price-card__max {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--gl-accent-dark);
  letter-spacing: -0.02em;
}

.gl-price-card__note {
  font-size: 0.775rem;
  color: #6c757d;
  margin-bottom: 0;
}

.gl-price-card__footer {
  padding: 1rem 1.5rem;
  border-top: 1px solid rgba(15, 20, 25, 0.06);
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

/* --- Maliyet faktÃ¶rleri listesi --- */
.gl-factor-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.gl-factor-item {
  padding: 1rem 1.25rem;
  border-radius: 0.6rem;
  background: #fff;
  border: 1px solid rgba(15, 20, 25, 0.07);
}

.gl-factor-item__term {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--gl-ink);
  margin-bottom: 0.25rem;
}

.gl-factor-item__desc {
  font-size: 0.83rem;
  color: #6c757d;
  margin-bottom: 0;
  line-height: 1.55;
}

/* --- Maliyet kutusu --- */
.gl-cost-box {
  background: #fff;
  border: 1px solid rgba(15, 20, 25, 0.08);
  border-left: 4px solid var(--gl-accent);
  border-radius: 0 0.6rem 0.6rem 0;
  padding: 1.1rem 1.25rem;
}

.gl-cost-box__label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #adb5bd;
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.gl-cost-box__value {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--gl-accent);
  letter-spacing: -0.01em;
  margin-bottom: 0.4rem;
}

.gl-cost-box__note {
  font-size: 0.8rem;
  color: #6c757d;
  margin-bottom: 0;
  line-height: 1.55;
}

/* --- Fiyat tablosu (asansor-fiyatlari) --- */
.gl-fiyat-table {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid rgba(15, 20, 25, 0.08);
  border-radius: 0.65rem;
  overflow: hidden;
}

.gl-fiyat-table thead th {
  background: var(--gl-ink);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: none;
  padding: 0.85rem 1rem;
}

.gl-fiyat-table tbody tr {
  transition: background-color 0.15s ease;
}

.gl-fiyat-table tbody tr:hover {
  background-color: rgba(196, 92, 38, 0.04);
}

.gl-fiyat-table tbody th,
.gl-fiyat-table tbody td {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgba(15, 20, 25, 0.06);
  vertical-align: middle;
}

.gl-fiyat-table tbody tr:last-child th,
.gl-fiyat-table tbody tr:last-child td {
  border-bottom: none;
}

.gl-fiyat-table caption {
  caption-side: bottom;
  padding-top: 0.5rem;
}

/* --- SSS kutusu (asansor-fiyatlari saÄŸ panel) --- */
.gl-fiyat-sss-box {
  background: #f9fafc;
  border: 1px solid rgba(15, 20, 25, 0.08);
  border-radius: 0.75rem;
  padding: 1.25rem;
}

.gl-fiyat-sss-box .accordion-button {
  font-size: 0.875rem;
  color: var(--gl-ink);
}

.gl-fiyat-sss-box .accordion-button:not(.collapsed) {
  color: var(--gl-accent-dark);
  background: transparent;
  box-shadow: none;
}

.gl-fiyat-sss-box .accordion-button:focus {
  box-shadow: none;
}

.gl-fiyat-sss-box .accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
}

/* --- Teklif kutusu (saÄŸ panel) --- */
.gl-fiyat-cta-card {
  background: rgba(196, 92, 38, 0.07);
  border: 1px solid rgba(196, 92, 38, 0.2);
  border-radius: 0.75rem;
  padding: 1.25rem;
}


/* --- Ürün sayfasý (urun-sayfa.php) stilleri --- */
.gl-urun-fiyat-badge {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.9rem;
  padding: 1.5rem;
}

.gl-urun-fiyat-badge__label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: rgba(255,255,255,0.45);
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.gl-urun-fiyat-badge__range {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--gl-accent-soft);
  letter-spacing: -0.02em;
  margin-bottom: 0.3rem;
  line-height: 1.2;
}

.gl-urun-fiyat-badge__not {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.5);
  margin-bottom: 0;
}

/* Breadcrumb */
.breadcrumb-chevron .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  color: rgba(255,255,255,0.3);
}

/* Özellik listesi */
.gl-urun-specs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.gl-urun-specs__item {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.9rem;
  color: #3d4450;
}

.gl-urun-specs__icon {
  flex-shrink: 0;
  color: var(--gl-accent);
  margin-top: 0.15rem;
}

.gl-urun-alt-nav {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(15,20,25,0.08);
}

/* Kullaným alaný kartlarý */
.gl-kullanim-card {
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  border-color: rgba(15,20,25,0.07) !important;
}

.gl-kullanim-card:hover {
  box-shadow: 0 6px 20px rgba(15,20,25,0.07);
  border-color: rgba(196,92,38,0.25) !important;
}

/* Avantaj kartlarý */
.gl-avantaj-card {
  border-color: rgba(15,20,25,0.07) !important;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.gl-avantaj-card:hover {
  box-shadow: 0 8px 24px rgba(15,20,25,0.08);
  border-color: rgba(196,92,38,0.3) !important;
  transform: translateY(-3px);
}

.gl-avantaj-card__icon {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.55rem;
  background: rgba(196,92,38,0.1);
  color: var(--gl-accent);
}

/* --- Ürünler liste sayfasý kartlarý (urunler/index.php) --- */
.gl-urunler-kart {
  background: #fff;
  border: 1px solid rgba(15,20,25,0.08);
  border-radius: 0.9rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.gl-urunler-kart:hover {
  box-shadow: 0 12px 32px rgba(15,20,25,0.1);
  transform: translateY(-4px);
  border-color: rgba(196,92,38,0.25);
}

.gl-urunler-kart__media {
  position: relative;
  background: linear-gradient(180deg, #eef0f3 0%, #e2e5ea 100%);
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(15,20,25,0.06);
  overflow: hidden;
}

.gl-urunler-kart__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gl-urunler-kart__etiket {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--gl-accent-soft);
  background: rgba(196,92,38,0.14);
  border: 1px solid rgba(196,92,38,0.25);
  border-radius: 0.35rem;
  padding: 0.2rem 0.55rem;
}

.gl-urunler-kart__body {
  padding: 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.gl-urunler-kart__baslik {
  font-size: 1rem;
  font-weight: 700;
  color: var(--gl-ink);
  margin-bottom: 0.4rem;
}

.gl-urunler-kart__aciklama {
  font-size: 0.85rem;
  color: #6c757d;
  line-height: 1.55;
  flex: 1;
  margin-bottom: 1rem;
}

.gl-urunler-kart__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(15,20,25,0.06);
}

.gl-urunler-kart__fiyat {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--gl-accent);
}

/* --- Alt ürün yakýnda sayfasý --- */
.gl-yakin-icon {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(196, 92, 38, 0.1);
  color: var(--gl-accent);
}

.gl-yakin-info-box {
  background: #f9fafc;
  border: 1px solid rgba(15, 20, 25, 0.08);
  border-radius: 0.75rem;
  padding: 1.25rem 1.5rem;
  text-align: left;
}

.gl-yakin-info-box a {
  color: var(--gl-accent-dark);
  font-weight: 500;
}

.gl-yakin-info-box a:hover {
  color: var(--gl-accent);
}
