/* ==========================================================================
   rehaukisbahcesi.com — projeye ozel stiller
   Intreon temasinin uzerine yazilir; tema bilesenleri korunur, demo agirligi
   kaldirilir. Renk sistemi: acik zemin + antrasit + kontrollu REHAU kirmizisi.
   ========================================================================== */

/* Sabit basligin altinda kalmamasi icin ic bag hedeflerine bosluk */
[id] { scroll-margin-top: 104px; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

:root {
  --wg-ink: #1b1f23;          /* baslik metni */
  --wg-body: #56606a;         /* govde metni */
  --wg-muted: #6a737b;        /* ikincil metin (beyaz zeminde 4.7:1) */
  --wg-anthracite: #2b3035;   /* koyu yuzeyler */
  --wg-anthracite-2: #21262a;
  --wg-line: #e2e6e9;         /* ince cizgiler */
  --wg-surface: #f4f6f7;      /* acik gri zemin */
  --wg-surface-2: #fafbfb;
  --wg-red: #e30613;          /* REHAU kirmizisi - yalnizca accent */
  --wg-red-dark: #b90510;
  --wg-radius: 2px;
  --wg-shadow: 0 18px 40px rgba(27, 31, 35, .08);
  --wg-shadow-sm: 0 8px 22px rgba(27, 31, 35, .06);
}

/* --------------------------------------------------------------------------
   1. Tipografi temeli
   -------------------------------------------------------------------------- */
body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
  color: var(--wg-body);
  background-color: #fff;
  background-attachment: scroll;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Oswald", "Inter", sans-serif;
  color: var(--wg-ink);
  font-weight: 500;
  line-height: 1.24;
  letter-spacing: .005em;
  margin-top: 0;
}

h1, .h1 { font-size: 3.25rem; }
h2, .h2 { font-size: 2.35rem; margin-bottom: 1.1rem; }
h3, .h3 { font-size: 1.75rem; margin-bottom: .9rem; }
h4, .h4 { font-size: 1.3rem;  line-height: 1.4; margin-bottom: .7rem; }
h5, .h5 { font-size: 1.08rem; line-height: 1.5; margin-bottom: .6rem; }
h6, .h6 { font-size: .95rem;  line-height: 1.5; margin-bottom: .5rem; }

p { margin-bottom: 20px; }
p:last-child { margin-bottom: 0; }

a { color: var(--wg-ink); }
a:hover, a:focus { color: var(--wg-red); }

a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--wg-red) !important;
  outline-offset: 3px;
}

.wg-lead {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #414b55;
}

.wg-eyebrow {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--wg-muted);
  margin: 0 0 14px;
}
.wg-eyebrow::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 2px;
  background: var(--wg-red);
  vertical-align: middle;
  margin-right: 12px;
  position: relative;
  top: -2px;
}
.wg-eyebrow.wg-eyebrow-center::before { margin-left: 0; }
.section-typo-light .wg-eyebrow,
.wg-hero .wg-eyebrow,
.wg-cta .wg-eyebrow,
.wg-dark .wg-eyebrow,
.wg-page-head .wg-eyebrow { color: rgba(255, 255, 255, .82); }

.wg-title-rule {
  width: 54px;
  height: 3px;
  background: var(--wg-red);
  border: 0;
  opacity: 1;
  margin: 0 0 26px;
}
.text-center .wg-title-rule,
.wg-title-rule.mx-auto { margin-left: auto; margin-right: auto; }

/* --------------------------------------------------------------------------
   2. Genel yerlesim
   -------------------------------------------------------------------------- */
section > .container,
section > .container-fluid { padding-top: 96px; padding-bottom: 96px; }
.wg-hero > .container,
.wg-page-head > .container { padding-top: 0; padding-bottom: 0; }
.wg-sec-tight > .container { padding-top: 68px; padding-bottom: 68px; }
.wg-sec-flush-top > .container { padding-top: 0; }
.wg-sec-flush-bottom > .container { padding-bottom: 0; }
.wg-surface { background-color: var(--wg-surface); }
.wg-surface-2 { background-color: var(--wg-surface-2); }
.wg-dark { background-color: var(--wg-anthracite); }
.wg-dark, .wg-dark p, .wg-dark li { color: rgba(255, 255, 255, .78); }
.wg-dark h1, .wg-dark h2, .wg-dark h3, .wg-dark h4, .wg-dark h5 { color: #fff; }
.wg-hr { border: 0; border-top: 1px solid var(--wg-line); margin: 0; }

img { max-width: 100%; height: auto; }

/* --------------------------------------------------------------------------
   3. Butonlar
   -------------------------------------------------------------------------- */
.wg-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Oswald", sans-serif;
  font-size: .95rem;
  font-weight: 500;
  letter-spacing: .09em;
  text-transform: uppercase;
  padding: 15px 30px;
  border: 1px solid transparent;
  border-radius: var(--wg-radius);
  transition: background-color .25s ease, color .25s ease, border-color .25s ease;
  text-decoration: none;
}
.wg-btn i { font-size: .85em; }
.wg-btn-primary { background: var(--wg-red); color: #fff; border-color: var(--wg-red); }
.wg-btn-primary:hover, .wg-btn-primary:focus { background: var(--wg-red-dark); border-color: var(--wg-red-dark); color: #fff; }
.wg-btn-dark { background: var(--wg-anthracite); color: #fff; border-color: var(--wg-anthracite); }
.wg-btn-dark:hover, .wg-btn-dark:focus { background: #14181b; border-color: #14181b; color: #fff; }
.wg-btn-outline { background: transparent; color: var(--wg-ink); border-color: #c9cfd4; }
.wg-btn-outline:hover, .wg-btn-outline:focus { border-color: var(--wg-ink); background: var(--wg-ink); color: #fff; }
.wg-btn-light { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .55); }
.wg-btn-light:hover, .wg-btn-light:focus { background: #fff; border-color: #fff; color: var(--wg-ink); }
.wg-btn-sm { padding: 11px 20px; font-size: .84rem; }

.wg-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Oswald", sans-serif;
  font-size: .95rem;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--wg-ink);
  border-bottom: 2px solid var(--wg-red);
  padding-bottom: 4px;
  text-decoration: none;
}
.wg-link:hover, .wg-link:focus { color: var(--wg-red); text-decoration: none; }
.wg-link i { transition: transform .25s ease; }
.wg-link:hover i { transform: translateX(4px); }
.section-typo-light .wg-link { color: #fff; }

.wg-btn-row { display: flex; flex-wrap: wrap; gap: 14px; }

/* --------------------------------------------------------------------------
   3b. Gursoylar Minimalseri kurum logosu
   Sitenin kendi isareti (wg-brand) ile karistirilmamasi icin ayri bilesen.
   -------------------------------------------------------------------------- */
/* Kilit sirasi: gursoylar — isaret — minimalseri */
.wg-orgmark { display: inline-flex; align-items: center; gap: 13px; }
.wg-orgmark img { display: block; height: auto; max-width: none; }
.wg-orgmark-sm { gap: 10px; }

.wg-cta-by {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .14);
}
.wg-cta-by .wg-cta-note { margin-top: 0; }

/* Bolum icinde tek basina duran kurum logosu (satir icinde akmasin) */
.wg-section-org { display: flex; margin-bottom: 24px; }

@media (max-width: 575.98px) {
  .wg-cta-by { flex-direction: column; align-items: flex-start; gap: 12px; }
}

/* --------------------------------------------------------------------------
   4. Header
   -------------------------------------------------------------------------- */
.wg-topbar-wrap {
  background: var(--wg-anthracite);
  color: rgba(255, 255, 255, .74);
  font-size: .85rem;
  padding: 10px 0;
}
.wg-topbar-wrap a { color: rgba(255, 255, 255, .74); text-decoration: none; }
.wg-topbar-wrap a:hover, .wg-topbar-wrap a:focus { color: #fff; }
.wg-topbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 26px;
}

/* Kurum logosu — siyah bandin solunda */
.wg-topbrand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
  opacity: .92;
  transition: opacity .25s ease;
}
.wg-topbrand:hover, .wg-topbrand:focus { opacity: 1; }
.wg-topbrand img { display: block; height: auto; max-width: none; }

.wg-topbar-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.wg-topbar-info li { display: inline-flex; align-items: center; gap: 8px; }
.wg-topbar-info i { color: var(--wg-red); font-size: .82em; }
.wg-topbar-info a { text-decoration: underline; text-underline-offset: 3px; }

.wg-header-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
  background: #fff;
  border-bottom: 1px solid var(--wg-line);
  transition: box-shadow .25s ease;
}
.wg-header-bar.is-stuck { box-shadow: 0 6px 22px rgba(27, 31, 35, .1); }
.wg-navbar {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 82px;
}

.wg-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  line-height: 1.1;
  text-decoration: none;
  flex: 0 0 auto;
}
.wg-brand:hover, .wg-brand:focus { text-decoration: none; }
.wg-brand .wg-brand-mark { display: block; flex: 0 0 auto; }
.wg-brand .wg-brand-mark svg { display: block; }
.wg-brand .wg-brand-text { display: block; }
.wg-brand .wg-brand-name {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 1.42rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--wg-ink);
}
.wg-brand .wg-brand-name b { font-weight: 300; color: var(--wg-muted); }
.wg-brand .wg-brand-sub {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: .74rem;
  letter-spacing: .04em;
  color: var(--wg-muted);
  margin-top: 3px;
}
.wg-brand .wg-brand-sub em { font-style: normal; color: var(--wg-red); }

/* Ana menu */
.wg-nav { margin-left: auto; display: flex; align-items: center; gap: 22px; }
.wg-nav-list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wg-nav-list > li { position: relative; }
.wg-nav-list > li > a {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: .93rem;
  font-weight: 400;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--wg-ink);
  padding: 29px 13px;
  text-decoration: none;
}
.wg-nav-list > li > a:hover,
.wg-nav-list > li > a:focus { color: var(--wg-red); }
.wg-nav-list > li.is-current > a { font-weight: 500; }
.wg-nav-list > li.is-current > a::after {
  content: "";
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 21px;
  height: 2px;
  background: var(--wg-red);
}
.wg-nav-list > li > a .wg-ext { font-size: .7em; margin-left: 5px; color: var(--wg-muted); }

/* Alt menu */
.wg-has-sub { display: flex; align-items: center; }
.wg-has-sub > a { padding-right: 4px; }
.wg-sub-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--wg-muted);
  font-size: .8rem;
  cursor: pointer;
  transition: transform .25s ease, color .25s ease;
}
.wg-sub-toggle:hover { color: var(--wg-red); }
.wg-has-sub.is-open > .wg-sub-toggle { transform: rotate(180deg); color: var(--wg-red); }
.wg-nav-list > li.is-current-parent > a { font-weight: 500; }

.wg-subnav {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  min-width: 268px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: #fff;
  border: 1px solid var(--wg-line);
  border-top: 2px solid var(--wg-red);
  border-radius: var(--wg-radius);
  box-shadow: 0 18px 34px rgba(27, 31, 35, .13);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s;
}
.wg-has-sub.is-open > .wg-subnav { opacity: 1; visibility: visible; transform: none; }
/* Masaustunde JS calismasa da fare ve klavyeyle acilir */
@media (min-width: 1200px) {
  .wg-has-sub:hover > .wg-subnav,
  .wg-has-sub:focus-within > .wg-subnav { opacity: 1; visibility: visible; transform: none; }
}
.wg-subnav a {
  display: block;
  padding: 10px 22px;
  font-family: "Inter", sans-serif;
  font-size: .95rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: var(--wg-body);
  text-decoration: none;
  white-space: nowrap;
}
.wg-subnav a:hover, .wg-subnav a:focus { color: var(--wg-red); background: var(--wg-surface); }
.wg-subnav .is-current a { color: var(--wg-ink); font-weight: 600; box-shadow: inset 3px 0 0 var(--wg-red); }

.wg-nav-toggle {
  display: none;
  margin-left: auto;
  width: 46px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--wg-line);
  border-radius: var(--wg-radius);
  background: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
.wg-nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--wg-ink);
  transition: transform .25s ease, opacity .2s ease;
}
.wg-nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.wg-nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.wg-nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 1199.98px) {
  .wg-header-bar { position: sticky; }
  .wg-nav-toggle { display: flex; }
  .wg-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin: 0;
    padding: 6px 0 22px;
    background: #fff;
    border-top: 1px solid var(--wg-line);
    box-shadow: 0 22px 34px rgba(27, 31, 35, .14);
    max-height: calc(100vh - 82px);
    overflow-y: auto;
    display: none;
  }
  .wg-nav.is-open { display: flex; }
  .wg-nav-list { flex-direction: column; align-items: stretch; }
  .wg-nav-list > li + li { border-top: 1px solid var(--wg-line); }
  .wg-nav-list > li > a { padding: 15px 20px; font-size: 1rem; }
  .wg-nav-list > li.is-current > a::after { left: 20px; right: auto; bottom: 10px; width: 26px; }
  .wg-nav-actions { padding: 18px 20px 0; }
  .wg-nav-actions .wg-btn { width: 100%; justify-content: center; }

  /* Alt menu mobilde acilir liste olarak akar */
  .wg-has-sub { flex-wrap: wrap; }
  .wg-has-sub > a { flex: 1 1 auto; padding-right: 20px; }
  .wg-sub-toggle { width: 56px; height: 52px; font-size: 1rem; }
  .wg-subnav {
    position: static;
    flex: 1 1 100%;
    min-width: 0;
    border: 0;
    border-top: 1px solid var(--wg-line);
    border-radius: 0;
    box-shadow: none;
    background: var(--wg-surface);
    padding: 4px 0;
    transform: none;
    display: none;
  }
  .wg-has-sub.is-open > .wg-subnav { display: block; opacity: 1; visibility: visible; }
  .wg-subnav a { padding: 11px 20px 11px 34px; font-size: .97rem; }
}

/* --------------------------------------------------------------------------
   5. Hero
   -------------------------------------------------------------------------- */
.wg-hero { position: relative; background: var(--wg-anthracite); overflow: hidden; }
.wg-hero-media { position: absolute; inset: 0; }
.wg-hero-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wg-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(20, 24, 27, .9) 0%, rgba(20, 24, 27, .55) 14%, rgba(20, 24, 27, 0) 30%),
    linear-gradient(100deg, rgba(20, 24, 27, .88) 0%, rgba(20, 24, 27, .64) 44%, rgba(20, 24, 27, .14) 80%);
}
.wg-hero-inner {
  position: relative;
  z-index: 2;
  padding: 104px 0 88px;
  max-width: 660px;
}
.wg-hero h1 {
  color: #fff;
  font-size: 3.65rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .01em;
  margin-bottom: 10px;
}
.wg-hero .wg-hero-sub {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: 22px;
}
.wg-hero p { color: rgba(255, 255, 255, .84); max-width: 640px; }
.wg-hero .wg-btn-row { margin-top: 34px; }

.wg-hero-facts {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .16);
}
.wg-hero-facts div { padding: 22px 26px 26px; border-right: 1px solid rgba(255, 255, 255, .16); }
.wg-hero-facts div:last-child { border-right: 0; }
.wg-hero-facts strong {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 2px;
}
.wg-hero-facts span { font-size: .88rem; color: rgba(255, 255, 255, .66); line-height: 1.5; display: block; }

/* --------------------------------------------------------------------------
   6. Ic sayfa basligi + breadcrumb
   -------------------------------------------------------------------------- */
.wg-page-head { position: relative; background: var(--wg-anthracite); overflow: hidden; }
.wg-page-head-media { position: absolute; inset: 0; }
.wg-page-head-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wg-page-head-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(95deg, rgba(20, 24, 27, .88) 0%, rgba(20, 24, 27, .66) 55%, rgba(20, 24, 27, .3) 100%);
}
.wg-page-head-inner { position: relative; z-index: 2; padding: 92px 0 84px; max-width: 780px; }
.wg-page-head h1 {
  color: #fff;
  font-size: 3.1rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
.wg-page-head .wg-page-head-lead {
  color: rgba(255, 255, 255, .82);
  margin: 18px 0 0;
  font-size: 1.1rem;
}

.wg-breadcrumb { margin-bottom: 18px; font-size: .86rem; }
.wg-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wg-breadcrumb li { display: inline-flex; align-items: center; gap: 8px; color: rgba(255, 255, 255, .68); }
.wg-breadcrumb a { color: rgba(255, 255, 255, .8); text-decoration: none; }
.wg-breadcrumb a:hover { color: #fff; text-decoration: underline; }
.wg-breadcrumb li[aria-current] { color: #fff; }
.wg-breadcrumb .wg-sep { color: rgba(255, 255, 255, .4); font-size: .75rem; }

/* --------------------------------------------------------------------------
   7. Icerik + yan menu (services-details duzeni)
   -------------------------------------------------------------------------- */
.wg-article > h2 { margin-top: 56px; }
.wg-article > h2:first-child { margin-top: 0; }
.wg-article > h3 { margin-top: 34px; }
.wg-article ul:not([class]) { padding-left: 0; list-style: none; margin: 0 0 24px; }
.wg-article ul:not([class]) > li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 9px;
}
.wg-article ul:not([class]) > li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: .72em;
  width: 8px;
  height: 2px;
  background: var(--wg-red);
}

.wg-sidebar { position: sticky; top: 110px; }
.wg-widget {
  border: 1px solid var(--wg-line);
  border-radius: var(--wg-radius);
  padding: 26px 24px;
  margin-bottom: 24px;
  background: #fff;
}
.wg-widget-title {
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--wg-ink);
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--wg-line);
}
.wg-widget-nav { list-style: none; margin: 0; padding: 0; }
.wg-widget-nav li + li { border-top: 1px solid var(--wg-line); }
.wg-widget-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 0;
  font-size: .97rem;
  color: var(--wg-body);
  text-decoration: none;
}
.wg-widget-nav a:hover { color: var(--wg-red); }
.wg-widget-nav a i { color: #c2c9ce; font-size: .8rem; }
.wg-widget-nav a:hover i { color: var(--wg-red); }
.wg-widget-nav .is-current a { color: var(--wg-ink); font-weight: 600; }
.wg-widget-nav .is-current a i { color: var(--wg-red); }

.wg-widget-cta {
  background: var(--wg-anthracite);
  border-color: var(--wg-anthracite);
  color: rgba(255, 255, 255, .78);
}
.wg-widget-cta .wg-widget-title { color: #fff; border-bottom-color: rgba(255, 255, 255, .18); }
.wg-widget-cta p { font-size: .95rem; margin-bottom: 18px; }

/* --------------------------------------------------------------------------
   8. Kart / grid bilesenleri
   -------------------------------------------------------------------------- */
.wg-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid var(--wg-line);
  border-radius: var(--wg-radius);
  overflow: hidden;
  transition: box-shadow .3s ease, transform .3s ease, border-color .3s ease;
}
.wg-card:hover { box-shadow: var(--wg-shadow); transform: translateY(-4px); border-color: #d3d9dd; }
.wg-card-media { position: relative; overflow: hidden; background: var(--wg-surface); }
.wg-card-media img { width: 100%; height: auto; display: block; transition: transform .6s ease; }
.wg-card:hover .wg-card-media img { transform: scale(1.04); }
.wg-card-tag {
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--wg-anthracite);
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: .74rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 7px 14px;
}
.wg-card-body { padding: 26px 26px 28px; display: flex; flex-direction: column; flex: 1 1 auto; }
.wg-card-body h2 { font-size: 1.55rem; margin-bottom: 12px; }
.wg-card-body h3 { font-size: 1.28rem; margin-bottom: 10px; }
.wg-card-body p { font-size: .98rem; margin-bottom: 16px; }
.wg-card-body .wg-link { margin-top: auto; align-self: flex-start; }
.wg-card-lg .wg-card-body { padding: 34px 34px 36px; }
.wg-card-lg .wg-card-body p { font-size: 1rem; }
.wg-card-subtitle {
  font-family: "Oswald", sans-serif;
  font-size: .82rem !important;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--wg-muted);
  margin: 22px 0 12px;
}

/* Iki kolonlu kisa madde listesi */
.wg-inline-list {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 2;
  column-gap: 24px;
}
.wg-inline-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 6px;
  font-size: .96rem;
  break-inside: avoid;
}
.wg-inline-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 8px;
  height: 2px;
  background: var(--wg-red);
}

/* Form / cati tipi kartlari (sematik cizimler) */
.wg-form-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid var(--wg-line);
  border-radius: var(--wg-radius);
  overflow: hidden;
  transition: border-color .3s ease, box-shadow .3s ease;
}
.wg-form-card:hover { border-color: #cfd6db; box-shadow: var(--wg-shadow-sm); }
.wg-form-media {
  background: var(--wg-surface);
  border-bottom: 1px solid var(--wg-line);
  padding: 6px;
}
.wg-form-media img {
  width: 100%;
  height: auto;
  display: block;
  mix-blend-mode: multiply; /* cizimlerin beyaz zeminini kart zeminine kaynastirir */
}
.wg-form-body { padding: 20px 22px 24px; flex: 1 1 auto; }
.wg-form-num {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: .8rem;
  font-weight: 500;
  letter-spacing: .18em;
  color: var(--wg-red);
  margin-bottom: 6px;
}
.wg-form-body h3 {
  font-size: 1.08rem;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.wg-form-body p { font-size: .93rem; margin: 0; }
.wg-form-note {
  font-size: .9rem;
  color: var(--wg-muted);
  border-left: 2px solid var(--wg-line);
  padding-left: 16px;
  margin-top: 14px;
}

/* Ikonlu ozellik kutulari */
.wg-feature {
  height: 100%;
  background: #fff;
  border: 1px solid var(--wg-line);
  border-radius: var(--wg-radius);
  padding: 28px 24px;
  transition: border-color .3s ease, box-shadow .3s ease;
}
.wg-feature:hover { border-color: #cfd6db; box-shadow: var(--wg-shadow-sm); }
.wg-feature i {
  display: block;
  font-size: 1.6rem;
  color: var(--wg-red);
  margin-bottom: 16px;
}
.wg-feature h2,
.wg-feature h3 {
  font-size: 1.05rem;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.wg-feature p { font-size: .94rem; margin: 0; }

/* Karsilastirma (PVC / Aluminyum) */
.wg-compare {
  height: 100%;
  background: #fff;
  border: 1px solid var(--wg-line);
  border-top: 3px solid var(--wg-anthracite);
  border-radius: var(--wg-radius);
  padding: 34px 32px 36px;
}
.wg-compare.is-accent { border-top-color: var(--wg-red); }
.wg-compare h3 { font-size: 1.45rem; margin-bottom: 6px; }
.wg-compare .wg-compare-kicker {
  font-family: "Oswald", sans-serif;
  font-size: .78rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--wg-muted);
  display: block;
  margin-bottom: 18px;
}
.wg-compare ul { list-style: none; margin: 20px 0 0; padding: 0; }
.wg-compare ul li { position: relative; padding-left: 26px; margin-bottom: 8px; font-size: .96rem; }
.wg-compare ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  font-size: .8rem;
  color: var(--wg-red);
}

/* Kontrol listesi */
.wg-checklist { list-style: none; margin: 0; padding: 0; }
.wg-checklist li {
  position: relative;
  padding: 16px 0 16px 42px;
  border-bottom: 1px solid var(--wg-line);
  font-size: 1rem;
  color: var(--wg-ink);
}
.wg-checklist li:first-child { padding-top: 0; }
.wg-checklist li:first-child::before { top: 2px; }
.wg-checklist li:last-child { border-bottom: 0; }
.wg-checklist li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 18px;
  color: var(--wg-red);
  font-size: 1.05rem;
}

/* Numarali fiyat faktorleri */
.wg-numbered { counter-reset: wgnum; }
.wg-numbered .wg-num-item {
  position: relative;
  background: #fff;
  border: 1px solid var(--wg-line);
  border-radius: var(--wg-radius);
  padding: 30px 28px 28px;
  height: 100%;
  transition: border-color .3s ease, box-shadow .3s ease;
}
.wg-numbered .wg-num-item:hover { border-color: #cfd6db; box-shadow: var(--wg-shadow-sm); }
.wg-numbered .wg-num-item::before {
  counter-increment: wgnum;
  content: counter(wgnum, decimal-leading-zero);
  font-family: "Oswald", sans-serif;
  font-size: 2.1rem;
  font-weight: 300;
  line-height: 1;
  color: #808b94;
  display: block;
  margin-bottom: 14px;
}
.wg-numbered .wg-num-item h3 { font-size: 1.12rem; margin-bottom: 10px; }
.wg-numbered .wg-num-item p { font-size: .95rem; }
.wg-numbered .wg-num-item ul { list-style: none; margin: 14px 0 0; padding: 0; }
.wg-numbered .wg-num-item ul li {
  position: relative;
  padding-left: 18px;
  font-size: .94rem;
  margin-bottom: 5px;
}
.wg-numbered .wg-num-item ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 7px;
  height: 2px;
  background: var(--wg-red);
}

/* Karsilastirma tablosu — mobilde satirlar karta doner, yatay tasma olmaz */
.wg-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid var(--wg-line);
  border-radius: var(--wg-radius);
}
.wg-table th,
.wg-table td {
  padding: 15px 20px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--wg-line);
  font-size: .97rem;
}
.wg-table thead th {
  font-family: "Oswald", sans-serif;
  font-size: .88rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #fff;
  background: var(--wg-anthracite);
  border-bottom: 0;
}
.wg-table thead th:first-child { border-top-left-radius: var(--wg-radius); }
.wg-table thead th:last-child { border-top-right-radius: var(--wg-radius); }
.wg-table tbody th {
  font-family: "Inter", sans-serif;
  font-size: .97rem;
  font-weight: 600;
  color: var(--wg-ink);
  background: var(--wg-surface);
  width: 34%;
}
.wg-table tbody tr:last-child th,
.wg-table tbody tr:last-child td { border-bottom: 0; }

@media (max-width: 767.98px) {
  .wg-table,
  .wg-table tbody,
  .wg-table tr,
  .wg-table th,
  .wg-table td { display: block; width: auto; }
  .wg-table { border: 0; }
  .wg-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
  .wg-table tbody tr {
    border: 1px solid var(--wg-line);
    border-radius: var(--wg-radius);
    margin-bottom: 12px;
    overflow: hidden;
  }
  .wg-table tbody th {
    width: auto;
    font-family: "Oswald", sans-serif;
    font-size: .95rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    border-bottom: 1px solid var(--wg-line);
  }
  .wg-table tbody td {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 11px 20px;
  }
  .wg-table tbody td::before {
    content: attr(data-label);
    font-family: "Oswald", sans-serif;
    font-size: .82rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--wg-muted);
    flex: 0 0 auto;
  }
  .wg-table tbody tr:last-child td:last-child { border-bottom: 0; }
}

/* Kurumsal rakam seridi */
.wg-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 60px 0 0;
  padding: 0;
  border-top: 1px solid var(--wg-line);
}
.wg-facts li { padding: 26px 26px 0 0; border-right: 1px solid var(--wg-line); }
.wg-facts li:last-child { border-right: 0; }
.wg-facts li + li { padding-left: 26px; }
.wg-facts strong {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--wg-ink);
  margin-bottom: 6px;
}
.wg-facts span { display: block; font-size: .93rem; color: var(--wg-body); }

/* Tanitim videosu — YouTube yalnizca tiklaninca yuklenir */
.wg-video {
  position: relative;
  aspect-ratio: 16 / 9;
  background: var(--wg-anthracite);
  border-radius: var(--wg-radius);
  overflow: hidden;
}
.wg-video img,
.wg-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  object-fit: cover;
}
.wg-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 24, 27, .1) 0%, rgba(20, 24, 27, .5) 100%);
  pointer-events: none;
  transition: opacity .3s ease;
}
.wg-video.is-playing::after { opacity: 0; }
.wg-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 84px;
  height: 84px;
  padding: 0 0 0 5px;
  border: 0;
  border-radius: 50%;
  background: var(--wg-red);
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  transition: background-color .25s ease, transform .25s ease;
}
.wg-video-play:hover,
.wg-video-play:focus { background: var(--wg-red-dark); transform: translate(-50%, -50%) scale(1.06); }
.wg-video-note {
  margin-top: 16px;
  font-size: .9rem;
  color: var(--wg-muted);
}
.wg-video-note a { color: var(--wg-ink); text-decoration: underline; text-underline-offset: 3px; }
.wg-video-note a:hover { color: var(--wg-red); }

/* Grup siteleri listesi */
.wg-sites { list-style: none; margin: 24px 0 0; padding: 0; }
.wg-sites li + li { margin-top: 10px; }
.wg-sites a {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 4px 16px;
  padding: 16px 20px;
  background: #fff;
  border: 1px solid var(--wg-line);
  border-radius: var(--wg-radius);
  text-decoration: none;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.wg-sites a:hover, .wg-sites a:focus { border-color: #cfd6db; box-shadow: var(--wg-shadow-sm); }
.wg-sites strong {
  font-family: "Oswald", sans-serif;
  font-size: 1.02rem;
  font-weight: 500;
  letter-spacing: .02em;
  color: var(--wg-ink);
}
.wg-sites span { grid-column: 1; font-size: .9rem; color: var(--wg-body); }
.wg-sites i { grid-row: 1 / span 2; grid-column: 2; color: #c2c9ce; font-size: .85rem; }
.wg-sites a:hover i, .wg-sites a:focus i { color: var(--wg-red); }

/* Bilgi kutusu */
.wg-infobox {
  background: var(--wg-surface);
  border-left: 3px solid var(--wg-red);
  border-radius: var(--wg-radius);
  padding: 32px 34px;
}
.wg-infobox h2, .wg-infobox h3 { margin-bottom: 14px; }
.wg-infobox p:last-child { margin-bottom: 0; }
.wg-infobox-lg { padding: 38px 40px; }
.wg-infobox-highlight {
  font-family: "Oswald", sans-serif;
  font-size: 1.18rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--wg-ink);
  border-top: 1px solid #dde2e5;
  padding-top: 20px;
  margin-top: 24px;
}

/* Gorsel + metin donusumlu satir */
.wg-media-row { align-items: center; }
.wg-media-figure { margin: 0; position: relative; }
.wg-media-figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--wg-radius);
}
.wg-media-figure .wg-media-badge {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  color: var(--wg-ink);
  font-family: "Oswald", sans-serif;
  font-size: .76rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: 10px 18px;
}
.wg-model + .wg-model { margin-top: 84px; }
.wg-model h2 { margin-bottom: 14px; }

/* Etiket listesi (kullanim amaclari) */
.wg-tags { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; margin: 0; padding: 0; }
.wg-tags li {
  border: 1px solid var(--wg-line);
  border-radius: 100px;
  padding: 8px 18px;
  font-size: .93rem;
  color: var(--wg-ink);
  background: #fff;
}

/* Accordion — JavaScript gerektirmeyen <details> bileseni */
.wg-accordion { margin: 0; }
.wg-accordion .wg-panel {
  border: 1px solid var(--wg-line);
  border-radius: var(--wg-radius);
  margin-bottom: 12px;
  background: #fff;
  overflow: hidden;
}
.wg-accordion .wg-panel[open] { border-color: #cfd6db; box-shadow: var(--wg-shadow-sm); }
.wg-accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 24px;
  font-family: "Oswald", sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: .02em;
  color: var(--wg-ink);
  cursor: pointer;
  list-style: none;
}
.wg-accordion summary::-webkit-details-marker { display: none; }
.wg-accordion summary::marker { content: ""; }
.wg-accordion summary:hover { color: var(--wg-red); }
.wg-accordion summary::after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: .8rem;
  color: var(--wg-muted);
  flex: 0 0 auto;
}
.wg-accordion .wg-panel[open] summary::after { content: "\f068"; color: var(--wg-red); }
.wg-accordion .wg-panel-body { padding: 0 24px 22px; }
.wg-accordion .wg-panel-body p:last-child { margin-bottom: 0; }

/* Sureç adimlari */
.wg-steps { list-style: none; margin: 0; padding: 0; counter-reset: wgstep; }
.wg-steps li {
  position: relative;
  padding: 0 0 26px 54px;
  color: var(--wg-ink);
}
.wg-steps li::before {
  counter-increment: wgstep;
  content: counter(wgstep);
  position: absolute;
  left: 0;
  top: -2px;
  width: 34px;
  height: 34px;
  border: 1px solid var(--wg-line);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  font-size: .92rem;
  color: var(--wg-red);
  background: #fff;
}
.wg-steps li::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 36px;
  bottom: 6px;
  width: 1px;
  background: var(--wg-line);
}
.wg-steps li:last-child { padding-bottom: 0; }
.wg-steps li:last-child::after { display: none; }
.wg-steps strong { display: block; font-family: "Oswald", sans-serif; font-weight: 500; }
.wg-steps span { font-size: .95rem; color: var(--wg-body); }

/* --------------------------------------------------------------------------
   9. CTA bandi
   -------------------------------------------------------------------------- */
.wg-cta { background: var(--wg-anthracite); position: relative; overflow: hidden; }
.wg-cta::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--wg-red);
}
.wg-cta h2 { color: #fff; }
.wg-cta p { color: rgba(255, 255, 255, .78); }
.wg-cta-note { font-size: .88rem; color: rgba(255, 255, 255, .55); margin-top: 20px; }

/* --------------------------------------------------------------------------
   10. Footer
   -------------------------------------------------------------------------- */
footer#footer.wg-footer {
  background: var(--wg-anthracite-2);
  background-image: none;
  color: rgba(255, 255, 255, .68);
  font-size: .95rem;
}
.wg-footer .wg-footer-top { padding: 78px 0 46px; }
.wg-footer h2, .wg-footer h3, .wg-footer h4 { color: #fff; }
.wg-footer .wg-footer-title {
  font-family: "Oswald", sans-serif;
  font-size: .98rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 20px;
}
.wg-footer ul { list-style: none; margin: 0; padding: 0; }
.wg-footer ul li { margin-bottom: 10px; }
.wg-footer a { color: rgba(255, 255, 255, .68); text-decoration: none; }
.wg-footer a:hover, .wg-footer a:focus { color: #fff; text-decoration: underline; }
.wg-footer .wg-brand .wg-brand-name { color: #fff; }
.wg-footer .wg-brand .wg-brand-name b { color: rgba(255, 255, 255, .55); }
.wg-footer .wg-brand .wg-brand-sub { color: rgba(255, 255, 255, .55); }
.wg-footer .wg-footer-about { margin: 22px 0 0; max-width: 340px; }
.wg-footer .wg-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 26px 0;
  font-size: .88rem;
  color: rgba(255, 255, 255, .5);
}
.wg-footer .wg-footer-bottom p { margin: 0; }
.wg-footer .wg-footer-disclaimer { max-width: 760px; }

/* --------------------------------------------------------------------------
   9b. Teklif al kutusu — gorsel + karartilmis katman
   -------------------------------------------------------------------------- */
.wg-quote-media { position: absolute; inset: 0; z-index: 0; }
.wg-quote-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wg-quote-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(16, 20, 23, .92) 0%, rgba(16, 20, 23, .74) 46%, rgba(16, 20, 23, .42) 100%);
}
.wg-cta .container { position: relative; z-index: 1; }
.wg-cta .wg-cta-note { margin-top: 22px; }

/* İletişim bloğu (WhatsApp + telefon + kurum logosu) */
.wg-contact-box {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .16);
}
.wg-contact-lead {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 1.02rem;
  font-weight: 400;
  letter-spacing: .02em;
  color: #fff;
  margin-bottom: 14px;
}
.wg-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 22px 12px 16px;
  background: #25d366;
  color: #10201a;
  border-radius: 100px;
  font-family: "Oswald", sans-serif;
  font-size: 1.12rem;
  font-weight: 500;
  letter-spacing: .03em;
  text-decoration: none;
  transition: background-color .25s ease, transform .25s ease;
}
.wg-whatsapp:hover, .wg-whatsapp:focus { background: #1fbe5a; color: #10201a; transform: translateY(-2px); }
.wg-whatsapp svg { width: 26px; height: 26px; fill: currentColor; flex: 0 0 auto; }
.wg-contact-logo { display: block; margin-top: 18px; }
.wg-contact-logo img { display: block; height: auto; max-width: none; opacity: .9; }

/* Yan sütundaki dikey teklif kutusu */
.wg-quote-v {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: var(--wg-radius);
  padding: 0;
  background: var(--wg-anthracite);
}
.wg-quote-v .wg-quote-media::after {
  background: linear-gradient(180deg, rgba(16, 20, 23, .72) 0%, rgba(16, 20, 23, .88) 55%, rgba(16, 20, 23, .95) 100%);
}
.wg-quote-v-body { position: relative; z-index: 1; padding: 26px 24px 28px; }
.wg-quote-v .wg-widget-title {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, .2);
}
.wg-quote-v p { color: rgba(255, 255, 255, .8); font-size: .94rem; margin-bottom: 18px; }
.wg-quote-v .wg-contact-box { margin-top: 20px; padding-top: 18px; }
.wg-quote-v .wg-contact-lead { font-size: .95rem; margin-bottom: 12px; }
.wg-quote-v .wg-whatsapp { font-size: .98rem; padding: 10px 18px 10px 13px; gap: 9px; }
.wg-quote-v .wg-whatsapp svg { width: 22px; height: 22px; }
.wg-quote-v .wg-btn { width: 100%; justify-content: center; }

/* --------------------------------------------------------------------------
   10b. Yardimci ogeler
   -------------------------------------------------------------------------- */
.wg-skip {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 1100;
  background: var(--wg-ink);
  color: #fff;
  padding: 12px 20px;
  border-radius: var(--wg-radius);
  font-size: .92rem;
  text-decoration: none;
  transition: top .2s ease;
}
.wg-skip:focus { top: 12px; color: #fff; }

/* Sabit WhatsApp dugmesi ---------------------------------------------------
   Daire olarak durur, uzerine gelince etiketi acilir. Halka animasyonu
   prefers-reduced-motion acikken durdurulur. z-index basligin (1030)
   altindadir; mobil menu acikken menu ustte kalir. */
.wg-wa-fab {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1021;
  display: inline-flex;
  align-items: center;
  height: 56px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(18, 140, 70, .34);
  transition: background-color .25s ease, box-shadow .25s ease, transform .25s ease;
  animation: wg-fab-in .45s ease .5s both;
}
.wg-wa-fab::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  animation: wg-fab-pulse 2.6s cubic-bezier(.25, .8, .4, 1) infinite;
}
.wg-wa-fab-icon {
  flex: 0 0 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wg-wa-fab svg { width: 27px; height: 27px; fill: currentColor; }
.wg-wa-fab-text {
  max-width: 0;
  padding-right: 0;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  font-size: .95rem;
  font-weight: 500;
  transition: max-width .32s ease, padding-right .32s ease, opacity .22s ease;
}
.wg-wa-fab:hover,
.wg-wa-fab:focus { color: #fff; background: #1eb457; box-shadow: 0 14px 30px rgba(18, 140, 70, .42); }
.wg-wa-fab:focus-visible { outline: 3px solid var(--wg-ink); outline-offset: 3px; }
.wg-wa-fab:focus-visible .wg-wa-fab-text { max-width: 220px; padding-right: 22px; opacity: 1; }
@media (hover: hover) {
  .wg-wa-fab:hover { transform: translateY(-2px); }
  .wg-wa-fab:hover .wg-wa-fab-text { max-width: 220px; padding-right: 22px; opacity: 1; }
}

@keyframes wg-fab-in {
  from { opacity: 0; transform: translateY(14px) scale(.85); }
  to   { opacity: 1; transform: none; }
}
@keyframes wg-fab-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(37, 211, 102, .55); }
  70%  { box-shadow: 0 0 0 20px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .wg-wa-fab,
  .wg-wa-fab::before { animation: none; }
  .wg-wa-fab:hover { transform: none; }
}

.wg-to-top {
  position: fixed;
  right: 26px;
  bottom: 86px;
  z-index: 1020;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--wg-anthracite);
  color: #fff;
  border-radius: var(--wg-radius);
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .25s ease, transform .25s ease, background-color .25s ease, visibility .25s;
}
.wg-to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.wg-to-top:hover, .wg-to-top:focus { background: var(--wg-red); color: #fff; }

.wg-visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* --------------------------------------------------------------------------
   11. Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1199.98px) {
  .wg-hero h1 { font-size: 3.2rem; }
  .wg-page-head h1 { font-size: 2.6rem; }
  h1, .h1 { font-size: 2.8rem; }
  h2, .h2 { font-size: 2.05rem; }
}

@media (max-width: 991.98px) {
  section > .container,
  section > .container-fluid { padding-top: 72px; padding-bottom: 72px; }
  .wg-sec-tight > .container { padding-top: 54px; padding-bottom: 54px; }
  .wg-hero-inner { padding: 96px 0 82px; }
  .wg-hero-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wg-hero-facts div:nth-child(2) { border-right: 0; }
  .wg-hero-facts div:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .16); }
  .wg-sidebar { position: static; margin-top: 48px; }
  .wg-model + .wg-model { margin-top: 60px; }
  .wg-media-row .wg-media-figure { margin-bottom: 30px; }
}

@media (max-width: 767.98px) {
  body { font-size: 16px; line-height: 1.72; }
  h1, .h1 { font-size: 2.15rem; }
  h2, .h2 { font-size: 1.72rem; }
  h3, .h3 { font-size: 1.34rem; }
  h4, .h4 { font-size: 1.15rem; }
  .wg-lead { font-size: 1.08rem; }
  section > .container,
  section > .container-fluid { padding-top: 56px; padding-bottom: 56px; }
  .wg-sec-tight > .container { padding-top: 44px; padding-bottom: 44px; }
  .wg-hero-inner { padding: 74px 0 62px; }
  .wg-hero h1 { font-size: 2.3rem; }
  .wg-hero .wg-hero-sub { font-size: 1.15rem; }
  .wg-hero-media::after { background: linear-gradient(180deg, rgba(20, 24, 27, .78) 0%, rgba(20, 24, 27, .82) 60%, rgba(20, 24, 27, .9) 100%); }
  .wg-page-head-inner { padding: 62px 0 56px; }
  .wg-page-head h1 { font-size: 2.05rem; }
  .wg-page-head-media::after { background: linear-gradient(180deg, rgba(20, 24, 27, .78) 0%, rgba(20, 24, 27, .88) 100%); }
  .wg-btn { width: 100%; justify-content: center; }
  .wg-btn-row { gap: 12px; }
  .wg-hero-facts { grid-template-columns: 1fr; }
  .wg-hero-facts div { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .16); padding: 16px 0; }
  .wg-hero-facts div:last-child { border-bottom: 0; }
  .wg-compare { padding: 26px 22px 28px; }
  .wg-infobox, .wg-infobox-lg { padding: 24px 22px; }
  .wg-infobox-highlight { font-size: 1.05rem; }
  .wg-card-body,
  .wg-card-lg .wg-card-body { padding: 22px 20px 24px; }
  .wg-inline-list { columns: 1; }
  .wg-numbered .wg-num-item { padding: 24px 22px 22px; }
  .wg-widget { padding: 22px 20px; }
  .wg-article > h2 { margin-top: 40px; }
  .wg-model + .wg-model { margin-top: 48px; }
  .wg-footer .wg-footer-top { padding: 56px 0 26px; }
  .wg-accordion summary { padding: 15px 18px; font-size: .98rem; }
  .wg-accordion .wg-panel-body { padding: 0 18px 18px; }
  .wg-topbar { justify-content: center; font-size: .78rem; gap: 8px 16px; }
  .wg-topbar-info { justify-content: center; gap: 4px 16px; }
  /* .wg-topbar-info li kuralindan daha ozgul olmali */
  .wg-topbar-info li.wg-topbar-since { display: none; }
  .wg-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 44px; }
  .wg-facts li { padding: 22px 18px 0 0; }
  .wg-facts li + li { padding-left: 0; }
  .wg-facts li:nth-child(2n) { border-right: 0; padding-left: 18px; }
  .wg-facts li:nth-child(2n+1) { padding-left: 0; }
  .wg-facts strong { font-size: 1.35rem; }
  .wg-video-play { width: 62px; height: 62px; font-size: 1.1rem; }
  .wg-sites a { padding: 14px 16px; }
}

/* Kilit sirasi: 1 gursoylar — 2 isaret — 3 minimalseri */
@media (max-width: 575.98px) {
  .wg-orgmark { gap: 11px; }
  .wg-orgmark img:nth-child(1) { width: 118px; height: 22px; }
  .wg-orgmark img:nth-child(2) { width: 27px; height: 30px; }
  .wg-orgmark img:nth-child(3) { width: 133px; height: 18px; }

  /* Dokunma hedefi korunur, yalnizca kenar boslugu daraltilir */
  .wg-wa-fab { right: 14px; bottom: 14px; }
  .wg-to-top { right: 20px; bottom: 78px; }
}

@media (max-width: 400px) {
  .wg-topbrand { gap: 7px; }
  .wg-topbrand img:nth-child(1) { width: 76px; height: 14px; }
  .wg-topbrand img:nth-child(2) { width: 19px; height: 21px; }
  .wg-topbrand img:nth-child(3) { width: 91px; height: 12px; }
}

@media (max-width: 380px) {
  .wg-brand .wg-brand-name { font-size: 1.18rem; }
  .wg-brand .wg-brand-sub { font-size: .6rem; letter-spacing: .1em; }
}

@media print {
  header#header, footer#footer, .scrollToTop,
  .wg-wa-fab, .wg-to-top { display: none; }
}
