.footer__col-more {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  padding: 8px 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 8px;
}

.footer__social a {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.2s;
}

.footer__social a:hover {
  color: #fff;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease;
}

.whatsapp-float:hover {
  transform: scale(1.05);
}

.whatsapp-float svg {
  width: 28px;
  height: 28px;
}

/* —— Main nav: dropdown + mobile toggle —— */
/* logo | ortalanmış menü | sağda Teklif Al */
.header__inner--nav {
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
}

.header__inner--nav > .logo {
  justify-self: start;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-self: center;
}

/* Teklif Al — turuncu oval, sağa yaslı */
.header__inner--nav > .talk,
.main-nav .talk {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border-radius: 999px;
  border: none;
  border-bottom: none;
  background: var(--orange);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}

.header__inner--nav > .talk:hover,
.main-nav .talk:hover {
  background: #e04412;
  color: #1c2b38;
}

.site-header .header__inner--nav > .talk,
.site-header .talk {
  background: var(--orange);
  color: #fff;
  border-bottom: none;
}

.site-header .header__inner--nav > .talk:hover,
.site-header .talk:hover {
  background: #e04412;
  color: #1c2b38;
}

/* Ana menü hover: beyaz değil, koyulaşsın */
.nav-pill a:not(.is-active):hover {
  color: #1c2b38 !important;
  background: rgba(255, 255, 255, 0.92);
  font-weight: 600;
}

.site-header .nav-pill a:not(.is-active):hover {
  color: #0f1720 !important;
  background: rgba(28, 43, 56, 0.08);
}

.nav-item--dropdown:hover > .nav-link--dropdown,
.nav-item--dropdown.is-open > .nav-link--dropdown {
  background: rgba(255, 255, 255, 0.92);
  color: #1c2b38;
  font-weight: 600;
}

.site-header .nav-item--dropdown:hover > .nav-link--dropdown,
.site-header .nav-item--dropdown.is-open > .nav-link--dropdown {
  background: rgba(28, 43, 56, 0.08);
  color: #0f1720;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
  cursor: pointer;
}

.nav-toggle__bar {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.site-header .nav-toggle {
  border-color: var(--line);
  background: #fff;
}

.site-header .nav-toggle__bar {
  background: var(--dark);
}

.nav-item--dropdown {
  position: relative;
}

.nav-link--dropdown {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
  transition: background 0.2s, color 0.2s;
}

.site-header .nav-link--dropdown {
  color: var(--text);
}


.nav-chevron {
  width: 16px;
  height: 16px;
  opacity: 0.75;
  transition: transform 0.2s ease;
}

.nav-item--dropdown.is-open .nav-chevron {
  transform: rotate(180deg);
}

/* Flyout: beyaz zemin — .nav-pill a beyaz metnini ezmez */
.nav-flyout {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 80;
  min-width: 260px;
  max-width: min(320px, 90vw);
  padding: 8px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(28, 43, 56, 0.12);
  box-shadow: 0 18px 40px rgba(28, 43, 56, 0.16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
}

.nav-flyout::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 10px;
}

.nav-item--dropdown.is-open .nav-flyout,
.nav-item--dropdown:hover .nav-flyout {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

/* .nav-pill a kurallarını bilinçli override — okunabilirlik */
.nav-pill .nav-flyout a.nav-flyout__item,
.nav-pill .nav-flyout a.nav-flyout__all,
.site-header .nav-pill .nav-flyout a.nav-flyout__item,
.site-header .nav-pill .nav-flyout a.nav-flyout__all {
  display: block;
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  color: #1c2b38;
  background: transparent;
  text-decoration: none;
  white-space: normal;
}

.nav-pill .nav-flyout a.nav-flyout__item:hover,
.nav-pill .nav-flyout a.nav-flyout__item.is-active,
.site-header .nav-pill .nav-flyout a.nav-flyout__item:hover,
.site-header .nav-pill .nav-flyout a.nav-flyout__item.is-active {
  background: #fff4ed;
  color: #e85d04;
}

.nav-pill .nav-flyout a.nav-flyout__all,
.site-header .nav-pill .nav-flyout a.nav-flyout__all {
  margin-top: 4px;
  border-top: 1px solid rgba(28, 43, 56, 0.1);
  border-radius: 0 0 10px 10px;
  color: #e85d04;
  font-size: 14px;
}

.nav-pill .nav-flyout a.nav-flyout__all:hover,
.site-header .nav-pill .nav-flyout a.nav-flyout__all:hover {
  background: #fff4ed;
  color: #1c2b38;
}

@media (max-width: 900px) {
  .nav-flyout {
    display: none;
  }
}

/* —— Mobile side drawer —— */
.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 10000;
  pointer-events: none;
}

.mobile-nav.is-open {
  pointer-events: auto;
}

.mobile-nav__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(28, 43, 56, 0.45);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mobile-nav.is-open .mobile-nav__backdrop {
  opacity: 1;
}

.mobile-nav__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(360px, 100vw);
  height: 100%;
  background: #fff;
  box-shadow: -12px 0 40px rgba(28, 43, 56, 0.12);
  transform: translateX(100%);
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  padding: 20px 20px 24px;
}

.mobile-nav.is-open .mobile-nav__panel {
  transform: translateX(0);
}

.mobile-nav__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.mobile-nav__head .logo {
  color: var(--dark);
  font-size: 20px;
}

.mobile-nav__head .logo__mark span {
  background: var(--orange);
}

.mobile-nav__close {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.mobile-nav__close svg {
  width: 20px;
  height: 20px;
}

.mobile-nav__list {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mobile-nav__link--top,
.mobile-nav__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 12px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
  text-align: left;
}

.mobile-nav__link--top:hover,
.mobile-nav__trigger:hover {
  background: #F9FAFB;
}

.mobile-nav__link--top.is-active,
.mobile-nav__group.is-open > .mobile-nav__trigger {
  background: var(--orange-badge);
  color: var(--orange);
}

.mobile-nav__trigger svg {
  width: 18px;
  height: 18px;
  transition: transform 0.2s ease;
}

.mobile-nav__group.is-open .mobile-nav__trigger svg {
  transform: rotate(180deg);
}

.mobile-nav__sub {
  display: none;
  padding: 4px 0 8px 12px;
}

.mobile-nav__group.is-open .mobile-nav__sub {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mobile-nav__sub .mobile-nav__link {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
}

.mobile-nav__sub .mobile-nav__link:hover,
.mobile-nav__sub .mobile-nav__link.is-active {
  background: #F3F4F6;
  color: var(--orange);
}

.mobile-nav__actions {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mobile-nav__cta {
  width: 100%;
  justify-content: center;
}

.mobile-nav__wa {
  width: 100%;
}

.mobile-nav__wa.btn-wa {
  min-height: 45px;
}

body.nav-open {
  overflow: hidden;
}

@media (max-width: 900px) {
  .main-nav .nav-pill {
    display: none !important;
  }

  .header__inner--nav > .talk {
    display: none !important;
  }

  .nav-toggle {
    display: flex;
    justify-self: end;
  }

  .header__inner--nav {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    justify-self: end;
  }

  .whatsapp-float {
    bottom: 88px;
  }
}

@media (max-width: 768px) {
  .whatsapp-float {
    right: 16px;
    bottom: 88px;
  }
}

/* —— Zaman tüneli: galeri & projeler —— */
.timeline {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.timeline__year-label {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--orange);
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--line);
}

.timeline__month {
  margin-bottom: 32px;
}

.timeline__month-label {
  font-size: 1rem;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
}

.timeline__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.timeline__card {
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius, 12px);
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.timeline__card--link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.timeline__card--link:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.timeline__img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--muted-bg, #f4f4f5);
}

.timeline__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.timeline__caption {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.timeline__caption strong {
  font-size: 0.95rem;
  line-height: 1.35;
  color: var(--text);
}

.timeline__caption p {
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--muted);
  margin: 0;
}

.timeline__cat {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--orange);
}

.timeline__loc {
  font-size: 0.78rem;
  color: var(--muted);
}

@media (max-width: 900px) {
  .timeline__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .timeline__grid {
    grid-template-columns: 1fr;
  }
}

/* —— Specs / compare / factors —— */
.specs-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
  font-size: 0.95rem;
}

.specs-table th,
.specs-table td {
  border: 1px solid var(--line);
  padding: 10px 14px;
  text-align: left;
  vertical-align: top;
}

.specs-table th {
  width: 36%;
  background: var(--muted-bg, #f4f4f5);
  font-weight: 600;
  color: var(--text);
}

.specs-table--compare thead th {
  background: var(--muted-bg, #f4f4f5);
}

.factor-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.factor-card {
  border: 1px solid var(--line);
  padding: 20px;
  background: #fff;
}

.factor-card h3 {
  font-size: 1rem;
  margin-bottom: 8px;
}

.factor-card p {
  color: var(--muted);
  line-height: 1.55;
  font-size: 0.9rem;
  margin: 0;
}

.compare-teaser a {
  font-weight: 600;
  color: var(--orange);
}

@media (max-width: 700px) {
  .factor-list {
    grid-template-columns: 1fr;
  }
}

/* —— Fiyat listesi —— */
.price-intro {
  max-width: 780px;
  line-height: 1.65;
  color: var(--muted);
}

.price-note {
  margin-top: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--orange);
}

.price-group {
  margin-top: 48px;
}

.price-group__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.price-group__head h2 {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
}

.price-group__product {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--orange);
}

.price-list {
  border: 1px solid var(--line);
  overflow: hidden;
  background: #fff;
}

.price-list__row {
  display: grid;
  grid-template-columns: 1fr 120px 140px;
  gap: 12px;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  transition: background 0.15s ease;
}

.price-list__row:last-child {
  border-bottom: none;
}

.price-list__row--head {
  background: #f7f8f9;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

a.price-list__row:hover {
  background: #fff4ed;
}

.price-list__name {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.price-list__name strong {
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--dark);
  line-height: 1.35;
}

.price-list__name em {
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--orange);
}

.price-list__was {
  font-size: 0.9rem;
  color: var(--muted);
  text-decoration: line-through;
  text-align: right;
}

.price-list__now {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--dark);
  text-align: right;
}

.card__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
}

.card__price-link {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--orange);
}

@media (max-width: 700px) {
  .price-list__row {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
  }

  .price-list__row--head {
    display: none;
  }

  .price-list__name {
    grid-column: 1 / -1;
  }

  .price-list__was {
    text-align: left;
  }

  .price-list__now {
    text-align: right;
  }
}

/* —— Fiyat grubu CTA —— */
.price-group__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-top: none;
  background: #fafbfc;
}

.price-group__cta-note {
  margin: 0;
  max-width: 520px;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--muted);
}

.price-group__cta-note strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text);
}

.price-group__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-left: auto;
}

@media (max-width: 700px) {
  .price-group__cta {
    flex-direction: column;
    align-items: stretch;
  }

  .price-group__cta-actions {
    margin-left: 0;
    flex-direction: column;
  }

  .price-group__cta-actions .btn-primary,
  .price-group__cta-actions .btn-wa {
    width: 100%;
    justify-content: center;
  }
}

/* —— Fiyat uyarı bandı —— */
.price-disclaimer {
  margin-top: 40px;
  padding: 24px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--orange);
  background: #fafbfc;
}

.price-disclaimer__title {
  margin: 0 0 12px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.01em;
}

.price-disclaimer__list {
  margin: 0;
  padding-left: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--muted);
  line-height: 1.65;
  font-size: 0.9rem;
}

.price-disclaimer__list li::marker {
  color: var(--orange);
}

.price-disclaimer__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

@media (max-width: 700px) {
  .price-disclaimer__actions {
    flex-direction: column;
  }

  .price-disclaimer__actions .btn-primary,
  .price-disclaimer__actions .btn-wa {
    width: 100%;
    justify-content: center;
  }
}

/* —— Bölüm ritmi & ana sayfa düzeni —— */
.services__grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--gap-col);
}

.service:not(:has(.service__img)) p {
  margin-bottom: 0;
  min-height: 0;
}

.map-block__phone {
  margin-top: var(--stack-xs);
  color: var(--orange);
  font-weight: 600;
}

.map-block__link {
  margin-top: var(--stack-sm);
}

.link-groups .map-block {
  min-height: auto;
}

.link-groups .map-block h3 {
  font-size: 18px;
  margin-bottom: var(--stack-sm);
}

.link-groups__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.logos-section {
  border-bottom: none;
}

.logos-section .logos__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  opacity: 0.55;
  filter: grayscale(1);
}

.testimonials-section {
  padding-top: 0;
}

@media (max-width: 1024px) {
  .services__grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .services__grid--4 {
    grid-template-columns: 1fr;
  }
}

.hero__bg img {
  object-position: center center;
}
