/*
Theme Name: Gayrimenkul Ajanlari
Theme URI: https://example.com/
Author: Project Team
Author URI: https://example.com/
Description: Custom real estate agency theme.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: gayrimenkul-ajanlari
*/

:root {
  --ga-primary: #e4b125;
  --ga-primary-dark: #b6911d;
  --ga-dark: #212529;
  --ga-light: #f8f9fa;
  --ga-white: #ffffff;
  --ga-muted: #6b7280;
  --ga-site-width: 1440px;
  /* Mobil / tablet (<992px): tüm sayfa yatay boşluk */
  --ga-gutter-mobile: 16px;
  /* Portföy / Proje-Fırsat / Yorumlar / Blog: kart–dots aralığı */
  --ga-carousel-below-cards: 24px;
  --ga-carousel-dots-gap: 18px;
}

body {
  color: var(--ga-dark);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  overflow-x: hidden;
}

.container {
  max-width: 100% !important;
}

.ga-header > .container-fluid,
.ga-header-brand-layer > .container-fluid,
.ga-nav-wrap > .container-fluid,
.ga-hero > .container-fluid,
.ga-portfolio > .container-fluid,
.ga-proje-firsat > .container-fluid,
.ga-testimonials > .container-fluid,
.ga-blog > .container-fluid,
.ga-cta-banner > .container-fluid,
.ga-footer-top > .container-fluid,
.ga-footer-bottom > .container-fluid,
.ga-footer-meta-row > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.ga-inner {
  width: min(100% - clamp(16px, 4vw, 40px), var(--ga-site-width));
  margin: 0 auto;
  box-sizing: border-box;
}

/* Breadcrumb — tüm iç sayfalar */
.ga-breadcrumb-wrap {
  border-bottom: 1px solid #e8eaed;
  padding: 24px 0;
}

.ga-breadcrumb-wrap .ga-inner {
  text-align: center;
}

.ga-breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 6px;
  font-size: 13px;
  line-height: 1.35;
  color: var(--ga-muted);
}

/* Başlık sol hizalı sayfalar — aynı genişlikte solda */
.ga-static-page .ga-breadcrumb-wrap .ga-inner,
.single-post .ga-breadcrumb-wrap .ga-inner {
  text-align: left;
}

.ga-static-page .ga-breadcrumb,
.single-post .ga-breadcrumb {
  justify-content: flex-start;
}

.ga-breadcrumb__item {
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
}

.ga-breadcrumb__item:not(:last-child)::after {
  content: "/";
  margin-left: 6px;
  color: #c4c9d1;
  font-weight: 400;
  pointer-events: none;
}

.ga-breadcrumb__link {
  color: #3d4956;
  text-decoration: none;
  font-weight: 600;
}

.ga-breadcrumb__link:hover,
.ga-breadcrumb__link:focus-visible {
  color: var(--ga-primary-dark);
  text-decoration: underline;
}

.ga-breadcrumb__current {
  color: #e4b125;
  font-weight: 700;
  max-width: min(100%, 60vw);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 576px) {
  .ga-breadcrumb__current {
    white-space: normal;
    max-width: 100%;
  }
}

.ga-header {
  background: var(--ga-white);
  position: relative;
  overflow: visible;
}

.ga-header-top {
  min-height: 88px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  border: 0;
}

.ga-header-brand-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.ga-header-brand-layer .ga-inner,
.ga-header-brand-layer .ga-header-bar {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.ga-header-bar {
  gap: 16px;
}

.ga-inner.ga-header-bar {
  padding-left: 12px;
  padding-right: 12px;
}

.ga-header-brand-layer .ga-brand-group {
  pointer-events: auto;
  position: relative;
  top: 88px;
  transform: translateY(-50%);
}

.ga-brand-group { display: flex; align-items: center; gap: 16px; }

.ga-brand {
  color: #111;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.08;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.35px;
}

.ga-brand--primary {
  text-transform: none;
  letter-spacing: 0;
}

.ga-brand-logo {
  display: block;
  width: 190px;
  max-width: 100%;
  height: auto;
}

.ga-brand-line {
  display: block;
}

.ga-brand-divider {
  width: 1px;
  height: 54px;
  background: #d5d5d5;
}

.ga-top-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ga-contact-link {
  color: #111;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ga-contact-icon {
  display: inline-block;
  color: #000;
  font-size: 16px;
  line-height: 1;
}

.ga-cta-btn {
  border: 0;
  border-radius: 9px;
  background: var(--ga-primary);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.4px;
  font-weight: 700;
  padding: 11px 20px;
}

.ga-nav-wrap {
  position: relative;
  background: var(--ga-primary);
  min-height: 119px;
  display: flex;
  align-items: center;
  border-top: 0;
  box-shadow: none;
  overflow: visible;
}

.ga-nav-inner {
  min-height: 119px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 3;
  overflow: visible;
}

.ga-nav-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 31%;
  height: 100%;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%);
}

.ga-nav-menu-wrap {
  margin-right: 18px;
  overflow: visible;
}

.ga-nav-collapse {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}

@media (min-width: 992px) {
  .ga-nav-collapse {
    display: flex !important;
  }
}

.ga-main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 24px;
}

.ga-main-menu li {
  margin: 0;
  padding: 0;
}

.ga-main-menu a {
  color: #1f1f1f;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25px;
}

/* Birincil menü — alt menü (WordPress .sub-menu) */
@media (min-width: 992px) {
  .ga-main-menu > li {
    position: relative;
  }

  /* Alt menüsü olan öğe — aşağı ok */
  .ga-main-menu > .menu-item-has-children > a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  .ga-main-menu > .menu-item-has-children > a::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    margin-top: 2px;
    flex-shrink: 0;
    opacity: 0.82;
  }

  /* İç menüde alt dal var — sağa ok (yan açılan) */
  .ga-main-menu .sub-menu .menu-item-has-children > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .ga-main-menu .sub-menu .menu-item-has-children > a::after {
    content: "";
    width: 0;
    height: 0;
    margin-top: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid currentColor;
    border-right: none;
    flex-shrink: 0;
    opacity: 0.75;
  }

  .ga-main-menu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    min-width: 220px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    z-index: 1200;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
    pointer-events: none;
  }

  /* Üst menü ile kutu arasında boşluk; hover kesilmesin */
  .ga-main-menu > li > .sub-menu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    height: 10px;
  }

  .ga-main-menu li:hover > .sub-menu,
  .ga-main-menu li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .ga-main-menu .sub-menu li {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .ga-main-menu .sub-menu a {
    display: block;
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.02em;
    color: #1f1f1f;
    white-space: nowrap;
  }

  .ga-main-menu .sub-menu > .menu-item-has-children > a {
    padding-right: 14px;
  }

  .ga-main-menu .sub-menu a:hover,
  .ga-main-menu .sub-menu a:focus {
    background: rgba(228, 177, 37, 0.16);
    color: #1a1a1a;
    outline: none;
  }

  /* Üçüncü seviye — sağa açılır */
  .ga-main-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    margin-left: 12px;
  }

  .ga-main-menu .sub-menu .sub-menu::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 0;
    width: 12px;
    height: 100%;
  }

  .ga-main-menu .sub-menu .menu-item-has-children {
    position: relative;
  }
}

.ga-nav-tools {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 8px;
}

.ga-lang-switch {
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ga-lang-switch a {
  color: #1a1a1a;
  text-decoration: none;
}

.ga-lang-switch a.is-active {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ga-search-form input {
  width: 108px;
  height: 30px;
  border-radius: 7px;
  border: 1px solid #d7d7d7;
  padding: 0 10px;
  font-size: 12px;
  background: #fff;
}

.ga-hero {
  padding: 0 0 28px;
  background: #fff;
}

.ga-hero-frame {
  position: relative;
  width: 100%;
  min-height: 853px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.ga-hero-carousel {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  min-height: 853px;
}

.ga-hero-carousel .carousel-inner {
  min-height: 853px;
}

.ga-hero-carousel .carousel-item {
  min-height: 853px;
}

.ga-hero-slide {
  position: relative;
  min-height: 853px;
  height: 100%;
  display: flex;
  align-items: center;
}

.ga-hero-slide__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

/* Görsel yokken yedek arka plan (admin’de boş bırakılabilir). */
.ga-hero-slide__bg--empty {
  background-color: #1a2332;
  background-image: linear-gradient(145deg, #243447 0%, #1a2332 45%, #141c28 100%);
}

.ga-hero-slide__hit {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: transparent;
}

.ga-hero-slide .ga-inner {
  position: relative;
  z-index: 2;
  width: min(100% - clamp(16px, 4vw, 40px), var(--ga-site-width));
  margin: 0 auto;
  box-sizing: border-box;
  padding-bottom: 210px;
}

.ga-hero-text-link {
  color: inherit;
  text-decoration: none;
}

.ga-hero-text-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ga-hero-carousel__indicators {
  bottom: 230px;
  z-index: 4;
  margin-bottom: 0;
}

.ga-hero-carousel__indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.55);
}

.ga-hero-carousel__indicators .active {
  background-color: #fff;
}

.ga-hero-carousel__control {
  z-index: 4;
  width: 56px;
  opacity: 0.9;
}

.ga-hero-carousel__control .carousel-control-prev-icon,
.ga-hero-carousel__control .carousel-control-next-icon {
  width: 2.25rem;
  height: 2.25rem;
}

.ga-hero-content {
  max-width: 560px;
  margin-left: 0;
  color: #fff;
}

.ga-hero-title {
  margin: 0 0 10px;
  font-size: 40px;
  line-height: 1.03;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.ga-hero-subtitle {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.12;
  font-weight: 500;
}

.ga-hero-text {
  max-width: 510px;
  margin: 0 0 30px;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
}

.ga-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.ga-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.15;
}

.ga-btn--primary {
  background: #f2bc1f;
  color: #fff;
}

.ga-btn--light {
  background: #fff;
  color: #d7a722;
}

.ga-btn--sm {
  min-height: 36px;
  padding: 8px 16px;
  font-size: 12px;
  letter-spacing: 0.06em;
}

.ga-hero-btn {
  border-radius: 999px;
  min-width: 220px;
  text-align: center;
  padding: 14px 24px;
  font-size: 24px;
}

.ga-hero-contact-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  min-height: 210px;
  background: #e3b325;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0 20px;
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
}

.ga-hero-contact-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.ga-hero-contact-left {
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.05;
  min-width: 0;
  max-width: none;
  display: block;
  white-space: normal;
  padding-top: 0;
  margin-top: 30px;
}

.ga-hero-contact-line {
  flex: 1;
  display: flex;
  justify-content: center;
  align-self: center;
  padding-top: 0;
}

.ga-hero-contact-line img {
  max-width: 360px;
  width: 100%;
  height: auto;
}

.ga-hero-contact-right {
  display: grid;
  gap: 12px;
  align-self: center;
  padding-top: 0;
}

.ga-hero-contact-right a {
  min-width: 330px;
  border-radius: 999px;
  border: 2px solid #fff;
  color: #111;
  background: transparent;
  text-decoration: none;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  padding: 11px 24px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.ga-about {
  background: #fff;
  padding: 34px 0 48px;
  min-height: 800px;
}

.ga-about-main {
  display: grid;
  grid-template-columns: 1fr 560px;
  align-items: center;
  gap: 26px;
}

.ga-about-content {
  max-width: 520px;
  padding-left: 0;
}

.ga-about-icon {
  width: 38px;
  height: auto;
  margin-bottom: 12px;
}

.ga-about-title {
  margin: 0 0 14px;
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  color: #111;
}

.ga-about-text {
  margin: 0 0 18px;
  max-width: 430px;
  color: #1f2937;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

.ga-about-btn {
  min-height: 54px;
  padding: 0 22px;
  font-size: 31px;
}

.ga-cta-banner {
  background: #fff;
  padding: 14px 0 34px;
}

.ga-cta-banner-frame {
  position: relative;
  width: 100%;
  min-height: 600px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
}

.ga-cta-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.46) 0%, rgba(15, 23, 42, 0.2) 55%, rgba(15, 23, 42, 0.1) 100%);
}

.ga-cta-banner-frame > .ga-inner {
  position: relative;
  z-index: 1;
  min-height: 600px;
  display: flex;
  align-items: center;
}

.ga-cta-banner-content {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-left: 0;
}

.ga-cta-banner-content h2 {
  margin: 0;
  color: #fff;
  font-size: 56px;
  line-height: 1.05;
  font-weight: 700;
  max-width: min(660px, 58%);
  flex: 0 1 auto;
}

.ga-cta-banner-btn {
  flex-shrink: 0;
  min-height: 54px;
  padding: 0 24px;
  font-size: 24px;
  white-space: nowrap;
}

.ga-portfolio {
  position: relative;
  background: #fff;
  padding: 48px 0 64px;
}

.ga-portfolio__title {
  margin: 0 0 28px;
  text-align: center;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  line-height: 1.15;
  color: #e5b333;
}

.ga-portfolio__filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 36px;
}

.ga-portfolio__filter {
  border: 0;
  border-radius: 999px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  background: #d1d5db;
  transition: background 0.2s ease, color 0.2s ease;
}

.ga-portfolio__filter.is-active {
  background: #e5b333;
  color: #fff;
}

/* 3 kart görünür, transform ile 1 kart kaydırma */
.ga-portfolio-slider {
  position: relative;
  padding: 0 52px 44px;
  background: #fff;
}

.ga-portfolio-slider__viewport {
  overflow: hidden;
  width: 100%;
  background: #fff;
  padding: 14px 0 var(--ga-carousel-below-cards);
  box-sizing: border-box;
}

.ga-portfolio-slider__track {
  display: flex;
  gap: 28px;
  will-change: transform;
  background: #fff;
}

.ga-portfolio-slider__cell {
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 8px 8px 28px;
  background: #fff;
}

.ga-portfolio-slider__arrow {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 2;
  opacity: 1;
}

.ga-portfolio-slider__arrow:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.ga-portfolio-slider__arrow--prev {
  left: 0;
}

.ga-portfolio-slider__arrow--next {
  right: 0;
}

.ga-portfolio-slider__arrow .carousel-control-prev-icon,
.ga-portfolio-slider__arrow .carousel-control-next-icon {
  width: 1.75rem;
  height: 1.75rem;
  filter: invert(35%) sepia(5%) saturate(300%);
}

.ga-portfolio-slider__dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: var(--ga-carousel-dots-gap) 0 0;
  padding: 0;
  border: 0;
  list-style: none;
}

.ga-portfolio-slider__dots button {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 11px;
  height: 11px;
  min-width: 11px;
  min-height: 11px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  text-indent: 0;
  opacity: 1;
  cursor: pointer;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #333333;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.ga-portfolio-slider__dots button.active {
  background-color: #333333;
  border-color: #333333;
}

.ga-property-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow:
    0 2px 6px rgba(15, 23, 42, 0.04),
    0 10px 36px rgba(15, 23, 42, 0.1),
    0 20px 48px rgba(15, 23, 42, 0.06);
  border: 0;
}

.ga-property-card__media {
  border-radius: 14px 14px 0 0;
  overflow: hidden;
  background: #fff;
  aspect-ratio: 16 / 11;
}

.ga-portfolio-slider .ga-property-card {
  max-width: 100%;
}

.ga-portfolio-slider__cell,
.ga-testimonials-slider__cell,
.ga-blog-slider__cell,
.ga-listing-grid-slider__cell {
  display: flex;
  align-items: stretch;
}

.ga-listing-grid-slider__cell .ga-listing-card {
  width: 100%;
  height: 100%;
  min-height: 420px;
}

.ga-testimonials-slider__cell .ga-testimonial-card {
  width: 100%;
  flex: 1 1 auto;
  height: 100%;
  min-height: 280px;
}

.ga-property-card__rule {
  display: block;
  width: 44px;
  height: 3px;
  margin: 0 0 12px;
  border-radius: 2px;
  background: #e5b333;
}

.ga-property-card__media a {
  display: block;
  height: 100%;
}

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

.ga-property-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 16px 18px 18px;
}

.ga-property-card__title {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  color: #111;
}

.ga-property-card__title a {
  color: inherit;
  text-decoration: none;
}

.ga-property-card__title a:hover {
  color: #c9a227;
}

.ga-property-card__price {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 700;
  color: #111;
}

.ga-property-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 500;
  color: #64748b;
}

.ga-property-card__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ga-property-card__meta-item .fa {
  color: #94a3b8;
  font-size: 14px;
}

.ga-property-card__footer {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}

/* --- Proje ve Fırsat Portföy --- */
.ga-proje-firsat {
  padding: 40px 0 64px;
  background: #fff;
}

.ga-proje-firsat__title {
  margin: 0 0 24px;
  text-align: center;
  font-size: clamp(26px, 3.6vw, 36px);
  font-weight: 700;
  line-height: 1.2;
}

.ga-proje-firsat__title-accent {
  color: #e5b333;
}

.ga-proje-firsat__title-rest {
  color: #111;
}

.ga-proje-firsat__filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 28px;
}

.ga-proje-firsat__filter {
  border: 0;
  border-radius: 999px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  background: #212529;
  transition: background 0.2s ease, color 0.2s ease;
}

.ga-proje-firsat__filter.is-active {
  background: #e5b333;
  color: #fff;
}

.ga-proje-firsat__shell {
  background: #fff;
  border-radius: 20px;
  box-shadow:
    0 4px 6px rgba(15, 23, 42, 0.04),
    0 12px 32px rgba(15, 23, 42, 0.1),
    0 24px 56px rgba(15, 23, 42, 0.08);
  padding: 24px 12px 4px;
}

@media (min-width: 768px) {
  .ga-proje-firsat__shell {
    padding: 32px 48px 12px;
  }
}

.ga-proje-firsat-carousel {
  position: relative;
  padding: 0 48px 36px;
  background: #fff;
  border-radius: 12px;
}

.ga-proje-firsat-carousel .carousel-inner {
  overflow: hidden;
  background: #fff;
  padding-bottom: var(--ga-carousel-below-cards);
}

.ga-proje-firsat-carousel--single .carousel-inner {
  padding-bottom: 12px;
}

.ga-proje-firsat-carousel--single {
  padding-bottom: 20px;
}

.ga-proje-firsat-carousel .carousel-item {
  background: #fff;
}

.ga-proje-firsat-carousel .carousel-control-prev,
.ga-proje-firsat-carousel .carousel-control-next {
  width: 44px;
  height: 44px;
  top: 44%;
  opacity: 1;
}

.ga-proje-firsat-carousel .carousel-control-prev {
  left: 0;
}

.ga-proje-firsat-carousel .carousel-control-next {
  right: 0;
}

.ga-proje-firsat-carousel .carousel-control-prev-icon,
.ga-proje-firsat-carousel .carousel-control-next-icon {
  width: 1.75rem;
  height: 1.75rem;
  filter: invert(8%) sepia(8%) saturate(200%);
}

.ga-proje-firsat-carousel__dots {
  position: static;
  margin: var(--ga-carousel-dots-gap) auto 0;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.ga-proje-firsat-carousel__dots [data-bs-target],
.ga-proje-firsat-carousel__dots button {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 11px;
  height: 11px;
  min-width: 11px;
  min-height: 11px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  text-indent: 0;
  opacity: 1;
  cursor: pointer;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #333333;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.ga-proje-firsat-carousel__dots [data-bs-target].active,
.ga-proje-firsat-carousel__dots button.active {
  background-color: #333333;
  border-color: #333333;
}

/* Proje & Fırsat kart — referans düzeni: #1a1a1a gövde, altın vurgular, mühür, sağ-alt CTA */
.ga-pf-card {
  --ga-pf-gold: #d4af37;
  --ga-pf-gold-deep: #b8942a;
  --ga-pf-bg: #1a1a1a;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--ga-pf-bg);
  border-radius: 14px;
  overflow: hidden;
  box-shadow:
    0 6px 16px rgba(0, 0, 0, 0.35),
    0 2px 6px rgba(0, 0, 0, 0.25);
}

.ga-pf-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  background: #2a2a2a;
}

.ga-pf-card__media-link {
  display: block;
  height: 100%;
}

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

.ga-pf-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 7px 14px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: var(--ga-pf-gold);
  line-height: 1.2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

/* Damga: firsat-ikon.png arka plan (kart şablonunda inline background-image) */
.ga-pf-card__seal {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 46px;
  height: 46px;
  display: block;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.35));
}

.ga-pf-card__seal-rize {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ga-pf-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px 20px 18px;
}

.ga-pf-card__title {
  margin: 0 0 14px;
  font-size: clamp(15px, 1.05vw, 17px);
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
}

.ga-pf-card__title a {
  color: inherit;
  text-decoration: none;
}

.ga-pf-card__title a:hover {
  color: #f0d78c;
}

.ga-pf-card__pricing-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  margin-bottom: 6px;
}

.ga-pf-card__price-old {
  font-size: 14px;
  font-weight: 500;
  color: #8b8b8b;
  text-decoration: line-through;
}

.ga-pf-card__discount {
  font-size: 11px;
  font-weight: 700;
  padding: 5px 11px;
  border-radius: 5px;
  border: 1px solid var(--ga-pf-gold);
  color: #fff;
  background: #0d0d0d;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.ga-pf-card__price {
  margin: 0 0 16px;
  font-size: clamp(22px, 2.4vw, 26px);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.01em;
}

.ga-pf-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 500;
  color: #c8c8c8;
}

.ga-pf-card__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.ga-pf-card__meta-item .fa {
  color: var(--ga-pf-gold);
  font-size: 14px;
  width: 1em;
  text-align: center;
}

.ga-pf-card__actions {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}

.ga-pf-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 22px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 8px;
  background: var(--ga-pf-gold);
  color: #fff;
  border: none;
  transition: filter 0.2s ease, transform 0.15s ease;
  box-shadow: 0 2px 10px rgba(212, 175, 55, 0.35);
}

.ga-pf-card__cta:hover {
  color: #fff;
  filter: brightness(1.08);
}

/* --- Müşteri Yorumları --- */
.ga-testimonials {
  padding: 48px 0 72px;
  background: #fff;
}

.ga-testimonials__title {
  margin: 0 0 36px;
  text-align: center;
  font-size: clamp(26px, 3.6vw, 36px);
  font-weight: 700;
  line-height: 1.2;
}

.ga-testimonials__title-accent {
  color: #e5b333;
}

.ga-testimonials__title-rest {
  color: #111;
}

.ga-testimonials-slider {
  position: relative;
  padding: 0 52px 44px;
  background: #fff;
}

.ga-testimonials-slider__viewport {
  overflow: hidden;
  width: 100%;
  background: #fff;
  padding: 14px 0 var(--ga-carousel-below-cards);
  box-sizing: border-box;
}

.ga-testimonials-slider__track {
  display: flex;
  align-items: stretch;
  gap: 28px;
  will-change: transform;
  background: #fff;
}

.ga-testimonials-slider__cell {
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 8px 8px 28px;
  background: #fff;
}

.ga-testimonials-slider__arrow {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 2;
  opacity: 1;
}

.ga-testimonials-slider__arrow:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.ga-testimonials-slider__arrow--prev {
  left: 0;
}

.ga-testimonials-slider__arrow--next {
  right: 0;
}

.ga-testimonials-slider__arrow .carousel-control-prev-icon,
.ga-testimonials-slider__arrow .carousel-control-next-icon {
  width: 1.75rem;
  height: 1.75rem;
  filter: invert(35%) sepia(5%) saturate(300%);
}

.ga-testimonials-slider__dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: var(--ga-carousel-dots-gap) 0 0;
  padding: 0;
  border: 0;
  list-style: none;
}

.ga-testimonials-slider__dots button {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 11px;
  height: 11px;
  min-width: 11px;
  min-height: 11px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  text-indent: 0;
  opacity: 1;
  cursor: pointer;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #333333;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.ga-testimonials-slider__dots button.active {
  background-color: #333333;
  border-color: #333333;
}

/*
 * Müşteri kartı — üst tam genişlik #f3f3f3; alt satır: sol beyaz çentik (iç köşe yuvarlak),
 * sağ gri kuyruk; dış 24px radius, gölgesiz.
 */
.ga-testimonial-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 280px;
  padding: 0;
  box-sizing: border-box;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: none;
}

.ga-testimonial-card__top {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  background: #f3f3f3;
  padding: 26px 28px 28px;
  border-radius: 24px 24px 0 0;
}

.ga-testimonial-card__quote {
  display: block;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 52px;
  line-height: 52px;
  font-weight: 700;
  color: #e5b333;
  margin: 0 0 16px;
  transform: scaleY(-1);
  transform-origin: center center;
}

.ga-testimonial-card__text {
  flex: 1 1 auto;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
  color: #111827;
}

.ga-testimonial-card__bottom {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  min-height: 104px;
  margin: 0;
}

/* Sol: beyaz dikdörtgen çentik — üst sağ iç köşe gri kuyrukla birleşir, alt sol kart köşesi */
.ga-testimonial-card__notch {
  flex: 0 1 48%;
  max-width: 248px;
  min-width: min(100%, 168px);
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 16px 22px 28px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0 28px 0 24px;
}

/* Sağ: gri alan (L şeklinin yatay parçası) */
.ga-testimonial-card__tail {
  flex: 1 1 auto;
  min-width: 0;
  background: #f3f3f3;
  border-radius: 0 0 24px 0;
}

.ga-testimonial-card__avatar {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  flex-shrink: 0;
  background: #e8e8e8;
  overflow: hidden;
}

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

.ga-testimonial-card__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  text-align: left;
}

.ga-testimonial-card__name {
  font-size: 15px;
  font-weight: 700;
  color: #111827;
}

.ga-testimonial-card__handle {
  font-size: 13px;
  font-weight: 400;
  color: #6b7280;
}

@media (max-width: 575.98px) {
  .ga-testimonial-card__top {
    padding: 22px 20px 24px;
  }

  .ga-testimonial-card__notch {
    flex-basis: 52%;
    min-width: 140px;
    padding: 16px 12px 18px 22px;
  }

  .ga-testimonial-card__bottom {
    min-height: 96px;
  }
}

/* --- Blog --- */
.ga-blog {
  padding: 48px 0 72px;
  background: #fff;
}

.ga-blog__title {
  margin: 0 0 36px;
  text-align: center;
  font-size: clamp(28px, 3.6vw, 36px);
  font-weight: 700;
  line-height: 1.2;
  color: #111827;
}

/* --- Anasayfa 3’lü blog (home-blog-3 + blog-card-2) --- */
.ga-home-blog-3 {
  padding: 48px 0 40px;
  background: #fff;
}

.ga-home-blog-3__title {
  margin: 0 0 36px;
  text-align: center;
  font-size: clamp(28px, 3.6vw, 36px);
  font-weight: 700;
  line-height: 1.2;
  color: #111827;
}

.ga-home-blog-3-slider {
  position: relative;
  padding: 0 52px 44px;
}

.ga-home-blog-3-slider__viewport {
  overflow: hidden;
  width: 100%;
  padding: 8px 0 var(--ga-carousel-below-cards);
  box-sizing: border-box;
}

.ga-home-blog-3-slider__track {
  display: flex;
  gap: 24px;
  will-change: transform;
}

.ga-home-blog-3-slider__cell {
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 4px 4px 16px;
  display: flex;
  align-items: stretch;
}

.ga-home-blog-3-slider__arrow {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 2;
}

.ga-home-blog-3-slider__arrow:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.ga-home-blog-3-slider__arrow--prev {
  left: 0;
}

.ga-home-blog-3-slider__arrow--next {
  right: 0;
}

.ga-home-blog-3-slider__arrow .carousel-control-prev-icon,
.ga-home-blog-3-slider__arrow .carousel-control-next-icon {
  width: 1.75rem;
  height: 1.75rem;
  filter: invert(35%) sepia(5%) saturate(300%);
}

.ga-home-blog-3-slider__dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: var(--ga-carousel-dots-gap) 0 0;
  padding: 0;
}

.ga-home-blog-3-slider__dots button {
  box-sizing: border-box;
  width: 11px;
  height: 11px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #333;
  background: transparent;
  cursor: pointer;
}

.ga-home-blog-3-slider__dots button.active {
  background: #333;
}

.ga-blog-card-2 {
  width: 100%;
  height: 100%;
  margin: 0;
}

.ga-blog-card-2__link {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.08);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.ga-blog-card-2__link:hover {
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
}

.ga-blog-card-2__media {
  position: relative;
  margin: 0;
  aspect-ratio: 302 / 400;
  background: #e5e7eb;
}

.ga-blog-card-2__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ga-blog-card-2__icon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #e5b333;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  pointer-events: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.14);
}

.ga-blog-card-2__icon .fa {
  transform: rotate(-45deg);
  margin-left: 1px;
}

.ga-blog-card-2__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 28px 14px 14px;
  background: linear-gradient(
    to top,
    rgba(17, 24, 39, 0.94) 0%,
    rgba(17, 24, 39, 0.72) 42%,
    rgba(17, 24, 39, 0) 100%
  );
  pointer-events: none;
}

.ga-blog-card-2__title {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 575px) {
  .ga-home-blog-3 {
    padding: 32px 0 28px;
  }

  .ga-home-blog-3__title {
    margin-bottom: 24px;
  }

  .ga-home-blog-3-slider {
    padding: 0 36px 36px;
  }
}

/* Anasayfa: blogun hemen altında tam genişlik CTA */
.ga-home-blog-3 + .ga-hk-cta {
  padding-top: 0;
}

.ga-blog-slider {
  position: relative;
  padding: 0 52px 44px;
  background: #fff;
}

.ga-blog-slider__viewport {
  overflow: hidden;
  width: 100%;
  background: #fff;
  padding: 14px 0 var(--ga-carousel-below-cards);
  box-sizing: border-box;
}

.ga-blog-slider__track {
  display: flex;
  gap: 28px;
  will-change: transform;
  background: #fff;
}

.ga-blog-slider__cell {
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 8px 8px 28px;
  background: #fff;
}

.ga-blog-slider__arrow {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 2;
  opacity: 1;
}

.ga-blog-slider__arrow:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.ga-blog-slider__arrow--prev {
  left: 0;
}

.ga-blog-slider__arrow--next {
  right: 0;
}

.ga-blog-slider__arrow .carousel-control-prev-icon,
.ga-blog-slider__arrow .carousel-control-next-icon {
  width: 1.75rem;
  height: 1.75rem;
  filter: invert(35%) sepia(5%) saturate(300%);
}

.ga-blog-slider__dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: var(--ga-carousel-dots-gap) 0 0;
  padding: 0;
  border: 0;
  list-style: none;
}

.ga-blog-slider__dots button {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 11px;
  height: 11px;
  min-width: 11px;
  min-height: 11px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  text-indent: 0;
  opacity: 1;
  cursor: pointer;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #333333;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.ga-blog-slider__dots button.active {
  background-color: #333333;
  border-color: #333333;
}

.ga-blog-card {
  height: 100%;
  margin: 0;
}

.ga-blog-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.08);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.ga-blog-card__link:hover {
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
}

.ga-blog-card__media {
  position: relative;
  margin: 0;
  aspect-ratio: 0.72 / 1;
  background: #e5e7eb;
}

.ga-blog-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ga-blog-card__icon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #e5b333;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1;
  pointer-events: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.14);
}

.ga-blog-card__icon .fa {
  transform: rotate(-45deg);
  margin-top: 0;
  margin-left: 1px;
}

.ga-blog-card__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 36px 18px 18px;
  background: linear-gradient(
    to top,
    rgba(17, 24, 39, 0.94) 0%,
    rgba(17, 24, 39, 0.72) 42%,
    rgba(17, 24, 39, 0) 100%
  );
  pointer-events: none;
}

.ga-blog-card__overlay::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
}

.ga-blog-card__title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ga-about-image-wrap {
  position: relative;
  min-height: 690px;
}

.ga-about-image {
  position: absolute;
  right: 0;
  bottom: -34px;
  width: 560px;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-mask-image: linear-gradient(180deg, #000 72%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(180deg, #000 72%, rgba(0, 0, 0, 0) 100%);
}

.ga-about-stats {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 56px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 100%;
}

.ga-about-stat strong {
  display: block;
  color: #202428;
  font-size: 58px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
}

.ga-about-stat span {
  color: #30353a;
  font-size: 30px;
  line-height: 1.05;
  font-weight: 300;
}

.ga-about-stat--icon strong {
  font-size: 56px;
}

.ga-about-stat--icon strong img {
  width: 66px;
  height: auto;
  display: block;
}

.ga-footer {
  margin-top: 0;
  color: #1f2937;
  background: #f3f3f3;
}

.ga-footer-top {
  padding: 54px 0 38px;
}

.ga-footer-logo-link {
  display: inline-block;
  margin-bottom: 10px;
}

.ga-footer-logo {
  width: 140px;
  height: auto;
  display: block;
}

.ga-footer-title {
  margin: 0 0 10px;
  font-size: 16px;
  color: #242424;
  font-weight: 700;
}

.ga-footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 7px;
}

.ga-footer-list li,
.ga-footer-list a {
  color: #1f1f1f;
  font-size: 14px;
  line-height: 1.3;
}

/* Portföy sütunları: başlık altı linkler altta çizgili (tasarım) */
.ga-footer-list--links a {
  color: #1f1f1f;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ga-footer-list--links a:hover {
  color: #111;
  text-decoration-thickness: 1.5px;
}

/* İletişim: sadece telefon altı çizgili, e-posta sade, isimler satır */
.ga-footer-list__name {
  font-size: 14px;
  color: #1f1f1f;
  list-style: none;
}

.ga-footer-list__name--spaced {
  margin-top: 10px;
  padding-top: 2px;
}

.ga-footer-list--contact a.ga-footer-list__link--email {
  text-decoration: none;
  color: #1f1f1f;
}

.ga-footer-list--contact a.ga-footer-list__link--email:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ga-footer-list--contact a.ga-footer-list__link--phone {
  text-decoration: underline;
  text-underline-offset: 1px;
  color: #1f1f1f;
}

.ga-footer-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin-top: 12px;
  column-gap: 0;
}

.ga-footer-socials__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  color: #111;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  border-radius: 50%;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.ga-footer-socials__link:hover {
  color: #b29160;
  background: rgba(17, 17, 17, 0.06);
}

.ga-footer-socials__link .fa {
  line-height: 1;
}

.ga-footer-socials__icon {
  display: block;
  flex-shrink: 0;
}

.ga-footer-socials__icon--tt {
  width: 14px;
  height: 14px;
}

.ga-footer-bottom {
  background: #20272a;
  color: #fff;
  font-size: 12px;
  padding: 0;
}

.ga-footer-policy-row {
  min-height: 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.ga-footer-policy-row a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
}

.ga-footer-meta-row {
  min-height: 38px;
  background: #f3f3f3;
  color: #2f2f2f;
}

.ga-footer-meta-row .ga-inner {
  min-height: 38px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 50px;
  row-gap: 4px;
  padding: 8px 0;
  font-size: 12px;
  font-weight: 600;
}

.ga-footer-meta-row__lic {
  flex: 0 1 auto;
  min-width: 0;
  text-align: left;
  white-space: normal;
}

.ga-footer-meta-row__cr {
  flex: 0 1 auto;
  text-align: left;
  margin-left: 0;
}

.ga-footer-meta-row .container {
  min-height: 38px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 38px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}

.ga-mobile-toggle {
  flex-shrink: 0;
  padding: 0;
  border: none;
  background: transparent;
  line-height: 0;
}

.ga-hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 5px;
  width: 24px;
  height: 18px;
}

.ga-hamburger__line {
  display: block;
  height: 2px;
  border-radius: 1px;
  background: #1f1f1f;
}

.ga-mobile-toggle:focus-visible {
  outline: 2px solid #1f1f1f;
  outline-offset: 3px;
}

/* =============================================================
   HAKKIMIZDA SAYFASI STİLLERİ
   Figma node 46:581 birebir aktarım
   ============================================================= */

/* Container override – hakkimizda sayfası */
.ga-hakkimizda-page .ga-hk-hero > .container-fluid,
.ga-hakkimizda-page .ga-hk-agent > .container-fluid,
.ga-hakkimizda-page .ga-hk-neden > .container-fluid,
.ga-hakkimizda-page .ga-hk-sirket > .container-fluid,
.ga-hakkimizda-page .ga-hk-sss > .container-fluid,
.ga-hakkimizda-page .ga-hk-blog > .container-fluid,
.ga-hakkimizda-page .ga-hk-cta > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

/* =============================================================
   ŞİRKETİMİZ SAYFASI — Figma node 63:892
   ============================================================= */
.ga-sirket-page .ga-hk-hero > .container-fluid,
.ga-sirket-page .ga-about > .container-fluid,
.ga-sirket-page .ga-hk-sss > .container-fluid,
.ga-sirket-page .ga-blog > .container-fluid,
.ga-sirket-page .ga-hk-cta > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.ga-sirket-hero .ga-hk-hero__ghost {
  text-transform: uppercase;
}

.ga-sirket-hero__company {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 2.5vw, 25px);
  line-height: 1.3;
  color: #e4b125;
  text-align: center;
  max-width: 745px;
  margin: 0 auto 20px;
}

.ga-sirket-page .ga-sirket-hero .ga-hk-hero__desc {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.ga-sirket-mid {
  width: 100%;
  min-height: clamp(180px, 28vw, 320px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* =============================================================
   NEDEN COLDWELL BANKER? — Figma node 67:1322
   ============================================================= */
.ga-ncb-page .ga-ncb-hero > .container-fluid,
.ga-ncb-page .ga-ncb-reasons > .container-fluid,
.ga-ncb-page .ga-hk-neden > .container-fluid,
.ga-ncb-page .ga-hk-sss > .container-fluid,
.ga-ncb-page .ga-blog > .container-fluid,
.ga-ncb-page .ga-hk-cta > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.ga-ncb-hero {
  min-height: 340px;
}

.ga-ncb-hero .ga-hk-hero__ghost {
  text-transform: uppercase;
}

.ga-ncb-hero .ga-hk-hero__title {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.ga-ncb-hero .ga-hk-hero__desc {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 1.45;
}

.ga-ncb-reasons {
  background: #f3f3f3;
  padding: 38px 0 56px;
}

.ga-ncb-reasons__list {
  display: grid;
  gap: 34px;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

.ga-ncb-reasons__intro {
  margin: 0 auto 8px;
  max-width: 760px;
  text-align: center;
  color: #6d7276;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
}

.ga-ncb-reason {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 24px;
}

.ga-ncb-reason--text-right .ga-ncb-reason__text {
  grid-column: 2;
}

.ga-ncb-reason--text-right .ga-ncb-reason__media {
  grid-column: 1;
  grid-row: 1;
}

.ga-ncb-reason__text {
  width: 100%;
  max-width: 500px;
  justify-self: stretch;
  text-align: left;
}

.ga-ncb-reason__title {
  margin: 0 0 6px;
  color: #e4b125;
  font-size: clamp(28px, 2.8vw, 40px);
  line-height: 1.02;
  font-weight: 700;
}

.ga-ncb-reason__desc {
  margin: 0;
  color: #3b4044;
  font-size: 14px;
  line-height: 1.32;
  font-weight: 500;
}

.ga-ncb-reason__media {
  width: 100%;
  max-width: 500px;
  min-height: 220px;
  border-radius: 14px;
  background: #cecece;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  justify-self: stretch;
}

.ga-ncb-reason--text-left .ga-ncb-reason__text {
  padding-right: 8px;
}

.ga-ncb-reason--text-left .ga-ncb-reason__media {
  grid-column: 2;
}

.ga-ncb-reason--text-right .ga-ncb-reason__text {
  padding-left: 8px;
}

@media (max-width: 991px) {
  .ga-ncb-hero {
    min-height: 280px;
  }

  .ga-ncb-hero .ga-hk-hero__desc {
    font-size: 13px;
  }

  .ga-ncb-reasons {
    padding: 28px 0 36px;
  }

  .ga-ncb-reasons__intro {
    font-size: 13px;
  }

  .ga-ncb-reason {
    gap: 18px;
  }

  .ga-ncb-reason__text,
  .ga-ncb-reason__media {
    max-width: none;
  }

  .ga-ncb-reason__title {
    font-size: clamp(20px, 5vw, 30px);
  }

  .ga-ncb-reason__media {
    min-height: 220px;
    border-radius: 10px;
  }
}

/* =============================================================
   NASIL ÇALIŞIYORUZ — Timeline (BEM: ga-tl / ga-tl-step)
   ============================================================= */
.ga-nc-page .ga-hk-hero > .container-fluid,
.ga-nc-page .ga-about > .container-fluid,
.ga-nc-page .ga-hk-sss > .container-fluid,
.ga-nc-page .ga-blog > .container-fluid,
.ga-nc-page .ga-hk-cta > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.ga-hk-hero.ga-nc-hero {
  background: #fff;
  height: 200px;
  min-height: 200px;
  padding: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}

@media (min-width: 992px) {
  .ga-hk-hero.ga-nc-hero > .container-fluid {
    padding-top: 60px;
  }
}

.ga-hk-hero.ga-nc-hero > .container-fluid {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.ga-hk-hero.ga-nc-hero .ga-inner {
  width: 100%;
}

.ga-nc-hero .ga-hk-hero__ghost {
  text-transform: uppercase;
}

/* -------------------------------------------------------
   ga-tl — Merkezi timeline
   Figma node 55:186 birebir layout:
   • Ortada ince altın dikey çizgi
   • Görseller absolute olarak yarım sayfayı kaplıyor,
     mask ile beyaza eriyor, grayscale
   • Numara ve başlık+metin orta çizginin KARŞI taraflarında
   • TEK adımlarda: görsel+numara SOLDA, başlık+metin SAĞDA
   • ÇİFT adımlarda: başlık+metin SOLDA, görsel+numara SAĞDA
   ------------------------------------------------------- */
/* ======================================================
   GA TIMELINE (Nasıl Çalışıyoruz) — Figma node 55:186
   • 1440px canvas, ortada altın dikey çizgi
   • 16 adım; tek num = sol, çift num = sağ
   • Görseller absolute katman, kart-bazlı top/left/right
   • Geniş ekranda 1:1; dar ekranda --ga-tl-scale ile ölçeklenir
   ====================================================== */
.ga-tl {
  --ga-tl-scale: min(1, calc(100vw / 1440px));
  position: relative;
  background: #fff;
  padding: 32px 0 48px;
  overflow: hidden;
  height: calc(2400px * var(--ga-tl-scale) + 80px);
}

.ga-tl__inner {
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1440px;
  transform: scale(var(--ga-tl-scale));
  transform-origin: top center;
}

.ga-tl__line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  transform: translateX(-50%);
  z-index: 4;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(228, 177, 37, 0) 0%,
    #e4b125 4%,
    #e4b125 96%,
    rgba(228, 177, 37, 0) 100%
  );
}

/* ---- Her adım satırı ---- */
.ga-tl-step {
  position: relative;
  min-height: var(--ga-tl-row);
  overflow: visible;
}

/* ---- Görsel katmanı (absolute, kart-özel konum) ---- */
.ga-tl-step__media {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  /* Figma asset'leri zaten gri tonlu ve kenarları beyaza erimiş;
     ek filtre/mask uygulanmaz — birebir görünüm için. */
}

/* ---- Body: numara + metin (grid 720|720) ---- */
.ga-tl-step__body {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 720px 720px;
  width: var(--ga-tl-canvas);
  margin: 0 auto;
  min-height: var(--ga-tl-row);
}

.ga-tl-step__number {
  position: absolute;
  z-index: 2;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 120px;
  line-height: 0.85;
  color: #e3b026;
  letter-spacing: -0.04em;
  pointer-events: none;
}

.ga-tl-step--left .ga-tl-step__number {
  left: 556px;
  top: 0;
}

.ga-tl-step--right .ga-tl-step__number {
  left: 730px;
  top: 0;
}

/* ---- Metin tarafı ---- */
.ga-tl-step__txt-side {
  position: relative;
  z-index: 2;
  max-width: 305px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 25px;
}

.ga-tl-step--left .ga-tl-step__txt-side {
  grid-column: 2;
  grid-row: 1;
  justify-self: start;
  padding-left: 14px;
  text-align: left;
}

.ga-tl-step--right .ga-tl-step__txt-side {
  grid-column: 1;
  grid-row: 1;
  justify-self: end;
  padding-right: 14px;
  text-align: left;
  max-width: 292px;
}

.ga-tl-step__title {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #222526;
  line-height: 1.18;
  margin: 0 0 12px;
}

.ga-tl-step__text {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #222526;
  line-height: 1.5;
  margin: 0;
}

/* ---- Kart başına: y delta (numaralar arası mesafe) ---- */
.ga-tl-step--s01 { min-height: 137px; }
.ga-tl-step--s02 { min-height: 140px; }
.ga-tl-step--s03 { min-height: 150px; }
.ga-tl-step--s04 { min-height: 137px; }
.ga-tl-step--s05 { min-height: 150px; }
.ga-tl-step--s06 { min-height: 143px; }
.ga-tl-step--s07 { min-height: 149px; }
.ga-tl-step--s08 { min-height: 170px; }
.ga-tl-step--s09 { min-height: 145px; }
.ga-tl-step--s10 { min-height: 135px; }
.ga-tl-step--s11 { min-height: 150px; }
.ga-tl-step--s12 { min-height: 143px; }
.ga-tl-step--s13 { min-height: 149px; }
.ga-tl-step--s14 { min-height: 143px; }
.ga-tl-step--s15 { min-height: 145px; }
.ga-tl-step--s16 { min-height: 200px; }

/* ---- Kart başına: görsel konumu (Figma 55:186 birebir) ---- */
.ga-tl-step--s01 .ga-tl-step__media { left: 308px; top: -71px;  width: 300px; height: 300px; }
.ga-tl-step--s02 .ga-tl-step__media { right: 244px; top: -74px;  width: 300px; height: 300px; }
.ga-tl-step--s03 .ga-tl-step__media { left: 175px; top: -87px;  width: 300px; height: 300px; }
.ga-tl-step--s04 .ga-tl-step__media { right: 229px; top: -39px;  width: 300px; height: 300px; }
.ga-tl-step--s05 .ga-tl-step__media { left: 208px; top: -29px;  width: 300px; height: 300px; }
.ga-tl-step--s06 .ga-tl-step__media { right: 295px; top: -39px; width: 199px; height: 199px; }
.ga-tl-step--s07 .ga-tl-step__media { left: 120px; top:   0px;  width: 301px; height: 187px; }
.ga-tl-step--s08 .ga-tl-step__media { right: 106px; top:  67px;  width: 377px; height: 99px;  }
.ga-tl-step--s09 .ga-tl-step__media { left: 236px; top: -21px;  width: 215px; height: 440px; }
.ga-tl-step--s10 .ga-tl-step__media { right: 137px; top: -15px;  width: 447px; height: 278px; }
.ga-tl-step--s11 .ga-tl-step__media { left:  78px; top:  32px;  width: 478px; height: 347px; }
.ga-tl-step--s12 .ga-tl-step__media { right:  98px; top: -111px; width: 532px; height: 590px; }
.ga-tl-step--s13 .ga-tl-step__media { left:  33px; top: 102px;  width: 569px; height: 305px; }
.ga-tl-step--s14 .ga-tl-step__media { right:  43px; top:   9px;  width: 529px; height: 382px; }
.ga-tl-step--s15 .ga-tl-step__media { left: 170px; top:  44px;  width: 293px; height: 439px; }
/* 16. kart — Figma'da görsel yok (Satış Sonrası Destek) */

/* ---- Mobil (≤991px): görsel + sayı + metin tek kolon ---- */
@media (max-width: 991px) {
  .ga-tl {
    height: auto;
    padding: 16px 12px 24px;
    overflow: visible;
  }

  .ga-tl__inner {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    transform: none;
  }

  .ga-tl__line {
    left: 16px;
    transform: none;
  }

  .ga-tl-step,
  .ga-tl-step[class*="ga-tl-step--s"] {
    min-height: auto;
    padding: 24px 0 24px 48px;
    overflow: hidden;
  }

  .ga-tl-step__media,
  .ga-tl-step[class*="ga-tl-step--s"] .ga-tl-step__media {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    height: 220px;
    background-position: center;
    background-size: contain;
    margin-bottom: 12px;
    filter: grayscale(0.85);
    opacity: 0.95;
    mask-image: none;
    -webkit-mask-image: none;
  }

  .ga-tl-step__body {
    display: block;
    width: 100%;
  }

  .ga-tl-step__number,
  .ga-tl-step--left .ga-tl-step__number,
  .ga-tl-step--right .ga-tl-step__number {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    font-size: 80px;
    margin-bottom: 8px;
  }

  .ga-tl-step--left .ga-tl-step__txt-side,
  .ga-tl-step--right .ga-tl-step__txt-side {
    grid-column: auto;
    grid-row: auto;
    justify-self: stretch;
    max-width: none;
    padding: 0;
    text-align: left;
  }
}

/* ---- 1. HERO ---- */
.ga-hk-hero {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 120px 0 80px;
}

.ga-hk-hero__bg {
  position: absolute;
  inset: -40% 0 0 0;
  background-size: cover;
  background-position: center top;
  filter: blur(4px);
  transform: scale(1.08);
  z-index: 0;
}

.ga-hk-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(178deg, rgba(255,255,255,0) 52%, #fff 88%);
  z-index: 1;
}

.ga-hk-hero > .container-fluid {
  position: relative;
  z-index: 2;
}

.ga-hk-hero__content {
  text-align: center;
  position: relative;
}

/* Kontürlü hayalet başlık — kategori listeleri + HK / şirket / NCB / NC hero (satılık liste ile aynı) */
.ga-satilik-banner-title__ghost,
.ga-hk-hero__ghost {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: clamp(42px, 10vw, 92px);
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(34, 37, 38, 0.24);
  text-shadow: none;
  display: block;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  pointer-events: none;
  position: relative;
  z-index: 0;
}

.ga-hk-hero__title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 60px;
  color: #e4b125;
  letter-spacing: 1px;
  margin: clamp(-42px, -5.5vw, -56px) 0 30px;
  position: relative;
  z-index: 1;
}

.ga-hk-hero__desc {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #222526;
  max-width: 686px;
  margin: 0 auto;
  line-height: 1.55;
}

/* ---- 2 & 3. EKİP SEKSİYONLARI ---- */
.ga-hk-agent {
  padding: 70px 0 60px;
}

.ga-hk-agent__row {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

.ga-hk-agent__info {
  flex: 0 0 520px;
  max-width: 520px;
}

.ga-hk-agent__photo-wrap {
  flex: 1 1 auto;
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.ga-hk-agent__brand-mark {
  height: 37px;
  width: auto;
  margin-bottom: 18px;
  display: block;
}

.ga-hk-agent__name {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 56px;
  color: #222526;
  margin: 0 0 6px;
  line-height: 1.1;
}

.ga-hk-agent__name--yellow {
  color: #e4b125;
}

.ga-hk-agent__title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #e3b026;
  margin: 0 0 28px;
  line-height: 1.2;
}

.ga-hk-agent__bio {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 19px;
  color: #222526;
  line-height: 1.6;
  max-width: 510px;
  margin: 0 0 24px;
}

.ga-hk-agent__separator {
  width: 94px;
  height: 3px;
  background: #222526;
  margin-bottom: 20px;
  border-radius: 2px;
}

.ga-hk-agent__cert-title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #222526;
  margin: 0 0 20px;
}

.ga-hk-agent__certs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px 10px;
}

.ga-hk-cert {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.ga-hk-cert__icon {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.ga-hk-cert__label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #222526;
  line-height: 1.35;
}

.ga-hk-agent__photo {
  width: 440px;
  max-width: 100%;
  height: 680px;
  object-fit: cover;
  object-position: top center;
  display: block;
  border-radius: 0;
}


/* ---- Dalga / Açısal Ayırıcı (SVG inline) ---- */
.ga-hk-wave {
  width: 100%;
  line-height: 0;
  display: block;
  height: 130px;
  position: relative;
  z-index: 2;             /* fotoğrafın üstüne gelir */
  margin-top: -80px;      /* fotoğrafın alt kısmının üstüne biner */
}

.ga-hk-wave svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* Ajan bölümü overflow visible olmalı ki wave üstten taşabilsin */
.ga-hk-agent {
  position: relative;
  z-index: 1;
  overflow: visible;
}

/* ---- 4. NEDEN BİZİMLE ---- */
.ga-hk-neden {
  padding: 80px 0 70px;
  background: #fff;
}

.ga-hk-neden__title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 56px;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.1;
}

.ga-hk-neden__title--yellow {
  color: #e4b125;
}

.ga-hk-neden__title--dark {
  color: #222526;
}

.ga-hk-steps {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  padding: 0 0 50px;
}

/* 22’nin yanında: 2 sütun genişliğinde CTA (6’lı grid’de son satır: 19–22 + buton) */
.ga-hk-neden__grid-btn {
  grid-column: span 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 0 40px;
  align-self: stretch;
}

/* Neden grid CTA + CB BUTON + Şirketimiz CTA: aynı boyut (220×60) */
.ga-hk-neden__grid-cta,
.ga-hk-cb__btn,
.ga-hk-sirket__btn {
  box-sizing: border-box;
  width: 220px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #e4b125;
  color: #fff;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  transition: background 0.2s, color 0.2s;
}

.ga-hk-neden__grid-cta:hover,
.ga-hk-cb__btn:hover,
.ga-hk-sirket__btn:hover {
  background: #c99b1d;
  color: #fff;
}

/* ── Step bileşeni ──────────────────────
 *  Grid 2 sütun × 2 satır:
 *
 *    col 1 (auto)   col 2 (9px)
 *    ┌──────────┐  ┌─────┐
 *    │   01     │  │ ███ │  satır 1
 *    ├──────────┤  │  |  │
 *    │ metin    │  │  |  │  satır 2
 *    └──────────┘  └─────┘
 *
 *  __bar sağ sütunda satır 1-2 boyunca uzanır
 * ─────────────────────────────────────── */
.ga-hk-step {
  display: grid;
  grid-template-columns: auto 9px;
  grid-template-rows: auto 1fr;
  column-gap: 5px;
  padding-bottom: 40px;
  justify-items: end;
}

.ga-hk-step--offset {
  padding-top: 36px;
}

/* Numara — sol sütun, 1. satır */
.ga-hk-step__num {
  grid-column: 1;
  grid-row: 1;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
  font-size: 53px;
  letter-spacing: -0.08em;
  line-height: 62px;
  white-space: nowrap;
}

.ga-hk-step--active   .ga-hk-step__num { color: #222526; }
.ga-hk-step--inactive .ga-hk-step__num { color: #9d9d9d; }

/* Etiket — sol sütun, 2. satır (sayının HEMEN altı) */
.ga-hk-step__label {
  grid-column: 1;
  grid-row: 2;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  text-align: right;
  margin: 6px 0 0 0;
  align-self: start;
}

.ga-hk-step--active   .ga-hk-step__label { color: #222526; }
.ga-hk-step--inactive .ga-hk-step__label { color: #9d9d9d; }

/* Hakkımızda sayfası: Neden Bizimle bloğunu ortala */
.ga-hakkimizda-page .ga-hk-steps {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.ga-hakkimizda-page .ga-hk-step {
  justify-items: center;
}

.ga-hakkimizda-page .ga-hk-step__label {
  text-align: center;
}

.ga-hakkimizda-page .ga-hk-neden__grid-btn {
  justify-content: center;
}

/* Neden Coldwell Banker sayfası: Neden Bizimle bloğunu ortala */
.ga-ncb-page .ga-hk-steps {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.ga-ncb-page .ga-hk-step {
  justify-items: center;
}

.ga-ncb-page .ga-hk-step__label {
  text-align: center;
}

.ga-ncb-page .ga-hk-neden__grid-btn {
  justify-content: center;
}

/* =============================================================
   SIKÇA SORULAN SORULAR SAYFASI
   ============================================================= */
.ga-faq-page {
  background: #efefef;
}

.ga-faq-page .ga-faq-page__hero > .container-fluid,
.ga-faq-page .ga-faq-page__questions > .container-fluid,
.ga-faq-page .ga-blog > .container-fluid,
.ga-faq-page .ga-hk-cta > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.ga-faq-page .ga-hk-cta {
  background: #fff;
}

.ga-faq-page__hero {
  background: #efefef;
  padding: 56px 0 28px;
}

.ga-faq-page__hero-inner {
  text-align: center;
  position: relative;
}

.ga-faq-page__ghost {
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  font-size: clamp(56px, 8vw, 90px);
  font-weight: 700;
  line-height: 1;
  color: rgba(34, 37, 38, 0.06);
  pointer-events: none;
}

.ga-faq-page__title {
  margin: 0;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.05;
  font-weight: 700;
  color: #d9a61f;
  position: relative;
  z-index: 1;
}

.ga-faq-page__questions {
  background: #efefef;
  padding: 12px 0 48px;
}

.ga-faq-page__grid {
  max-width: 880px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 12px;
  align-items: start; /* satırdaki bir SSS açılınca yan kolon yükseklemez */
}

.ga-faq-page .ga-hk-faq-item__trigger {
  min-height: 56px;
  border-radius: 12px;
  background: #d3d3d3;
  padding: 10px 14px;
}

.ga-faq-page .ga-hk-faq-item__text {
  font-size: 12px;
  line-height: 1.2;
}

.ga-faq-page .ga-hk-faq-item__panel {
  margin-top: 6px;
}

.ga-faq-page .ga-hk-faq-item__answer {
  font-size: 13px;
  line-height: 1.45;
}

.ga-faq-page__quick-links {
  max-width: 820px;
  margin: 56px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.ga-faq-page__quick-link {
  min-width: 188px;
  height: 34px;
  border-radius: 999px;
  background: #e4b125;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  text-align: center;
}

.ga-faq-page__quick-link--active {
  background: #222526;
}

@media (max-width: 991px) {
  .ga-faq-page__grid {
    grid-template-columns: 1fr;
  }
}

/* =============================================================
   EMLAK BLOG SAYFASI
   ============================================================= */
.ga-eb-page .ga-eb-hero > .container-fluid,
.ga-eb-page .ga-eb-listing > .container-fluid,
.ga-eb-page .ga-hk-cta > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.ga-eb-page {
  background: #fff;
}

.ga-eb-hero {
  padding: 56px 0 42px;
  background: #fff;
}

.ga-eb-hero__inner {
  text-align: center;
}

.ga-eb-hero__title {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.05;
}

.ga-eb-hero__title-main {
  color: #e4b125;
  font-size: clamp(32px, 4vw, 60px);
}

.ga-eb-hero__title-sub {
  color: #222526;
  font-size: clamp(32px, 4vw, 60px);
}

.ga-eb-tabs {
  margin: 50px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.ga-eb-tabs__item {
  min-width: 247px;
  height: 51px;
  border-radius: 52px;
  background: #e4e4e4;
  color: #222526;
  text-decoration: none;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
}

.ga-eb-tabs__item.is-active {
  background: #e4b125;
  color: #fff;
}

.ga-eb-hero__desc {
  max-width: 964px;
  margin: 0 auto;
  color: #222526;
  font-size: 20px;
  line-height: 1.45;
  text-align: center;
}

.ga-eb-listing {
  padding: 40px 0 38px;
}

.ga-eb-listing__head {
  max-width: 965px;
  margin: 0 auto 34px;
}

.ga-eb-listing__icon {
  width: 77px;
  height: auto;
  display: block;
  margin-bottom: 8px;
}

.ga-eb-listing__title {
  margin: 0;
  color: #222526;
  font-size: clamp(34px, 4vw, 60px);
  line-height: 1.05;
  font-weight: 700;
}

.ga-eb-grid {
  max-width: min(100%, 1320px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 24px;
}

.ga-eb-grid__item .ga-blog-card__link {
  border-radius: 15px;
  box-shadow: none;
}

.ga-eb-grid__item .ga-blog-card__media {
  aspect-ratio: 302.439 / 400;
}

.ga-eb-grid__item .ga-blog-card__icon {
  width: 23px;
  height: 23px;
  top: 10px;
  right: 10px;
  font-size: 9px;
}

.ga-eb-grid__item .ga-blog-card__overlay {
  padding: 24px 14px 14px;
}

.ga-eb-grid__item .ga-blog-card__title {
  font-size: 24px;
  line-height: 1.12;
}

.ga-eb-empty {
  max-width: min(100%, 1320px);
  margin: 0 auto;
  padding: 24px;
  border-radius: 12px;
  background: #f3f3f3;
  text-align: center;
  font-weight: 600;
}

.ga-eb-pagination {
  margin-top: 28px;
}

.ga-eb-pagination .page-numbers {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.ga-eb-pagination .page-numbers li {
  list-style: none;
}

.ga-eb-pagination .page-numbers a,
.ga-eb-pagination .page-numbers span {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  color: #222526;
}

.ga-eb-pagination .page-numbers .current {
  background: #e4b125;
  color: #fff;
}

@media (max-width: 991px) {
  .ga-eb-tabs__item {
    min-width: 220px;
  }

  .ga-eb-hero__desc {
    font-size: 16px;
  }

  .ga-eb-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .ga-eb-hero {
    padding: 40px 0 30px;
  }

  .ga-eb-tabs {
    gap: 8px;
  }

  .ga-eb-tabs__item {
    min-width: 100%;
  }

  .ga-eb-hero__desc {
    font-size: 14px;
  }

  .ga-eb-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Çizgi — sağ sütun, satır 1+2 boyunca uzanır */
.ga-hk-step__bar {
  grid-column: 2;
  grid-row: 1 / 3;
  width: 9px;
  align-self: stretch;
  margin-top: 11px;
  background: linear-gradient(
    to bottom,
    currentColor 40px,       /* kalın blok: üst 40px */
    transparent 40px,
    transparent 41px,
    currentColor 41px,       /* ince çizgi: 1px genişliğinde */
    currentColor 100%
  );
  background-size: 9px 40px, 1px calc(100% - 40px);
  background-repeat: no-repeat;
  background-position: top center, bottom center;
  border-radius: 2px 2px 0 0;
}

/* Gradient tekniği yerine mask + pseudo ile temiz çizim */
.ga-hk-step__bar {
  position: relative;
  background: none;
}

/* Kalın blok — üstte */
.ga-hk-step__bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 40px;
  border-radius: 2px;
  background: currentColor;
}

/* İnce çizgi — kalın bloktan aşağıya */
.ga-hk-step__bar::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 4px;
  width: 1px;
  bottom: 0;
  background: currentColor;
}

.ga-hk-step--active   .ga-hk-step__bar { color: #222526; }
.ga-hk-step--inactive .ga-hk-step__bar { color: #9d9d9d; }

.ga-hk-neden__cta-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.ga-hk-neden__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e4b125;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 22px;
  padding: 16px 40px;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.2s;
}

.ga-hk-neden__cta:hover {
  background: #c99b1d;
  color: #fff;
}

/* ---- 5. COLDWELL BANKER ---- */
.ga-hk-cb {
  display: flex;
  height: 446px;
  overflow: hidden;
  position: relative;   /* star için gerekli */
}

.ga-hk-cb__photo-half {
  flex: 0 0 50%;
  width: 50%;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.ga-hk-cb__dark-half {
  flex: 0 0 50%;
  width: 50%;
  background: #222526;
  display: flex;
  align-items: center;
}

.ga-hk-cb__inner {
  padding: 40px 52px 40px 70px;  /* sola boşluk – star için yer */
  width: 100%;
}

/* Star: iki yarının tam ortasına konumlandırılır */
.ga-hk-cb__star {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: auto;
  z-index: 2;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.5));
}

.ga-hk-cb__title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 18px;
}

.ga-hk-cb__title--yellow {
  color: #e4b125;
}

.ga-hk-cb__desc {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 24px;
  max-width: 380px;
}

/* .ga-hk-cb__btn — boyut ve temel stil .ga-hk-neden__grid-cta ile ortak (yukarıda) */

/* ---- 6. ŞİRKETİMİZ HAKKINDA ---- */
.ga-hk-sirket {
  padding: 80px 0 60px;
  text-align: center;
}

.ga-hk-sirket__title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 56px;
  margin-bottom: 24px;
  line-height: 1.1;
}

.ga-hk-sirket__title--dark {
  color: #222526;
}

.ga-hk-sirket__title--yellow {
  color: #e4b125;
}

.ga-hk-sirket__company-name {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #222526;
  max-width: 716px;
  margin: 0 auto 20px;
  line-height: 1.35;
}

.ga-hk-sirket__desc {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 17px;
  color: #222526;
  max-width: 585px;
  margin: 0 auto;
  line-height: 1.7;
}

.ga-hk-sirket__cta {
  margin-top: 28px;
}

/* ---- 7. SIKÇA SORULAN SORULAR ---- */
.ga-hk-sss {
  padding: 70px 0 80px;
  background: #fff;
}

.ga-hk-sss__title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 56px;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.1;
}

.ga-hk-sss__title--yellow {
  color: #e4b125;
}

.ga-hk-sss__title--dark {
  color: #222526;
}

.ga-hk-sss__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 74px;
  max-width: 876px;
  margin: 0 auto 44px;
  align-items: start; /* bir soru açılınca yan sütun boş/yanlış yükseklemez (grid stretch) */
}

.ga-hk-faq-item {
  display: flex;
  flex-direction: column;
  background: #dedfdf;
  border-radius: 18px;
  overflow: hidden;
  transition: background 0.2s;
}

.ga-hk-faq-item:hover .ga-hk-faq-item__trigger {
  background: #d0d1d1;
}

.ga-hk-faq-item.is-open .ga-hk-faq-item__trigger {
  background: #d0d1d1;
}

.ga-hk-faq-item__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 17px 28px;
  min-height: 53px;
  gap: 16px;
  text-align: left;
  font: inherit;
  color: inherit;
  transition: background 0.2s;
}

.ga-hk-faq-item__text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #222526;
  line-height: 1.4;
  flex: 1;
}

.ga-hk-faq-item__arrow {
  width: 14px;
  height: 7px;
  flex-shrink: 0;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.ga-hk-faq-item.is-open .ga-hk-faq-item__arrow {
  transform: rotate(180deg);
}

.ga-hk-faq-item__panel {
  border-top: 1px solid rgba(34, 37, 38, 0.08);
}

.ga-hk-faq-item__panel[hidden] {
  display: none !important;
}

.ga-hk-faq-item__answer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  color: #444;
  padding: 12px 28px 18px;
}

.ga-hk-sss__cta-wrap {
  display: flex;
  justify-content: center;
}

.ga-hk-sss__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e4b125;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 22px;
  padding: 16px 44px;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.2s;
}

.ga-hk-sss__cta:hover {
  background: #c99b1d;
  color: #fff;
}

.ga-hk-blog {
  padding-bottom: 80px;
}

/* Blog altı — ga-inner ile aynı genişlik (max 1440px), sabit yükseklikte kaydırma */
.ga-hk-blog-scrollbox {
  width: 100%;
  max-width: var(--ga-site-width);
  margin: 48px 0 0;
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
}

.ga-hk-blog-scrollbox__title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #222526;
  margin: 0;
  padding: 18px 22px 10px;
  text-align: left;
}

.ga-hk-blog-scrollbox__scroll {
  height: 260px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 22px 20px;
  -webkit-overflow-scrolling: touch;
}

.ga-hk-blog-scrollbox__scroll:focus {
  outline: 2px solid rgba(228, 177, 37, 0.45);
  outline-offset: 2px;
}

.ga-hk-blog-scrollbox__body {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.65;
  color: #666;
  text-align: left;
}

/* =============================================================
   İLETİŞİM SAYFASI — Figma node 111:1185
   ============================================================= */

.ga-iletisim-page .ga-il-hero > .container-fluid,
.ga-iletisim-page .ga-il-team > .container-fluid,
.ga-iletisim-page .ga-il-birlikte > .container-fluid,
.ga-iletisim-page .ga-hk-sss > .container-fluid,
.ga-iletisim-page .ga-hk-blog > .container-fluid,
.ga-iletisim-page .ga-hk-cta > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

/* İletişim hero — üst altın çizgi; alttan beyaz gradient */
.ga-il-hero {
  position: relative;
  min-height: 98vh;
  min-height: 98dvh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  padding: 0 0 48px;
  border-top: 5px solid #e4b125;
  box-sizing: border-box;
}

.ga-il-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
}

.ga-il-hero__overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: -6%;
  bottom: 0;
  background: linear-gradient(
    to top,
    #ffffff 0%,
    rgba(255, 255, 255, 0.97) 0%,
    rgba(255, 255, 255, 0.82) 12%,
    rgba(255, 255, 255, 0.35) 30%,
    rgba(255, 255, 255, 0) 84%
  );
  z-index: 1;
  pointer-events: none;
}

.ga-il-hero > .container-fluid {
  position: relative;
  z-index: 2;
  width: 100%;
}

.ga-il-hero__content {
  text-align: center;
  position: relative;
  padding: 0 12px 0;
}

.ga-il-hero__heading {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 4.2vw, 46px);
  letter-spacing: 0.08em;
  color: #e4b125;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.12;
}

/* Ekip kartları */
.ga-il-team {
  padding: 56px 0 48px;
  background: #fff;
}

.ga-il-team__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 40px;
  align-items: start;
}

.ga-il-card {
  text-align: center;
}

.ga-il-card__photo-wrap {
  margin: 0 auto 20px;
  max-width: 280px;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 1;
  background: #d9d9d9;
}

.ga-il-card__photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ga-il-card__photo--placeholder {
  min-height: 100%;
  background: linear-gradient(145deg, #e8e8e8 0%, #d0d0d0 100%);
}

.ga-il-card__name {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #222526;
  margin: 0 0 8px;
  line-height: 1.2;
}

.ga-il-card__name--yellow {
  color: #e4b125;
}

.ga-il-card__role {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #555;
  margin: 0 0 16px;
}

.ga-il-card__contacts {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}

.ga-il-card__link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #222526;
  text-decoration: none;
  transition: color 0.2s;
}

.ga-il-card__link:hover {
  color: #e4b125;
}

/* İletişim — viewport full width banner (ga-inner yok); sağda ikonlar, dikey merkez */
.ga-il-social {
  width: 100%;
  max-width: 100%;
  background: transparent;
  padding: 0;
  overflow: hidden;
}

.ga-il-social__bar {
  width: 100%;
  max-width: 100%;
  padding: 0 0 8px;
  margin: 0;
}

.ga-il-social__banner {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  text-align: center;
  line-height: 0; /* kutu yüksekliği = img (inline boşluk yok) */
}

.ga-il-social__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Görselin sağ üzerinde, ikon sütunu dikeyde tam orta */
.ga-il-social__icons-col {
  position: absolute;
  z-index: 2;
  right: clamp(8px, 3vw, 40px);
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: max-content;
  max-width: min(100%, 48vw);
  min-width: 0;
  pointer-events: none; /* tıklamalar sadece linklere (children pointer-events: auto) */
}

.ga-il-social__icons-col a,
.ga-il-social__icons-col .ga-il-social__icons {
  pointer-events: auto;
}

.ga-il-social__icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 2px 6px;
  margin-top: 100px;
  margin-right: 250px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  list-style: none;
}

.ga-il-social__iconlink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #000;
  text-decoration: none;
  font-size: 1.1rem;
  line-height: 1;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.ga-il-social__iconlink:hover {
  color: #000;
  background: transparent;
  opacity: 0.75;
}

.ga-il-social__iconlink .fa {
  line-height: 1;
}

.ga-il-social__svg {
  display: block;
  flex-shrink: 0;
}

.ga-il-social__svg--tt {
  width: 20px;
  height: 20px;
}

@media (max-width: 575.98px) {
  .ga-il-social__iconlink {
    width: 36px;
    height: 36px;
  }

  .ga-il-social__svg--tt {
    width: 18px;
    height: 18px;
  }
}

/* Birlikte çalışalım — sol harita, sağ form */
.ga-il-birlikte {
  padding: 64px 0 80px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ga-il-birlikte__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: clamp(28px, 4vw, 48px);
}

.ga-il-birlikte__map-col {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
}

.ga-il-birlikte__form-col {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
}

.ga-il-birlikte__title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 0 0 clamp(22px, 3vw, 32px);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ga-il-birlikte__title-line {
  display: block;
}

.ga-il-birlikte__title--yellow {
  color: #e5ae24;
}

.ga-il-birlikte__title--dark {
  color: #222222;
}

/* İletişim formu (Birlikte çalışalım) — açık gri alanlar, pill input, GÖNDER sağ altta taşma hissi */
.ga-il-birlikte .contact-form {
  --contact-form-bg: #e8e8e8;
  --contact-form-bg-hover: #e0e0e0;
  --contact-form-gold: #e5ae24;
  --contact-form-gold-hover: #d4a220;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  flex: 1;
  min-height: 0;
}

.contact-form .screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items: start;
}

.contact-form__field {
  margin: 0;
  min-width: 0;
}

.contact-form__input {
  box-sizing: border-box;
  width: 100%;
  border: none;
  border-radius: 999px;
  padding: 16px 22px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #222222;
  background: var(--contact-form-bg);
  transition: box-shadow 0.22s ease, background-color 0.2s ease;
}

.contact-form__input:hover {
  background: var(--contact-form-bg-hover);
}

.contact-form__input::placeholder {
  color: #666;
}

.contact-form__input:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(229, 174, 36, 0.45);
}

.contact-form__message-wrap {
  --contact-msg-pad-r: clamp(140px, 38%, 200px);
  --contact-msg-pad-b: clamp(64px, 16%, 88px);
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  width: 100%;
}

.contact-form__field--textarea {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  margin: 0;
  background: var(--contact-form-bg);
  border-radius: 28px;
  overflow: visible;
  transition: box-shadow 0.22s ease, background-color 0.2s ease;
}

.contact-form__field--textarea:hover {
  background: var(--contact-form-bg-hover);
}

.contact-form__field--textarea:focus-within {
  outline: none;
  box-shadow: 0 0 0 2px rgba(229, 174, 36, 0.45);
}

.contact-form__textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 232px;
  flex: 1;
  border: none;
  border-radius: 28px;
  padding: 20px 22px;
  padding-right: var(--contact-msg-pad-r);
  padding-bottom: var(--contact-msg-pad-b);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: #222222;
  background: transparent;
  resize: vertical;
  display: block;
}

.contact-form__textarea:focus {
  outline: none;
}

.contact-form__textarea::placeholder {
  color: #7a7a7a;
  white-space: pre-line;
  line-height: 1.55;
}

.contact-form__button {
  position: absolute;
  right: -10px;
  bottom: -10px;
  margin: 0;
  padding: 14px 28px;
  border: 20px solid #fff;
  border-radius: 30px;
  box-sizing: border-box;
  background: var(--contact-form-gold);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.08em;
  cursor: pointer;
  z-index: 2;
  /* box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12); */
  transition: background 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.contact-form__button:hover {
  background: var(--contact-form-gold-hover);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
}

.contact-form__button:focus-visible {
  outline: 2px solid #222;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .contact-form__input,
  .contact-form__textarea,
  .contact-form__button {
    transition: none;
  }
}

.ga-il-birlikte__map {
  position: relative;
  flex: 1;
  width: 100%;
  min-height: 280px;
  border-radius: 28px;
  overflow: hidden;
  background: #e4e4e4;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.07);
}

.ga-il-birlikte__map-frame {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ---- 404 sayfası — Figma node 128:1412 ---- */
.ga-404-page {
  background: #fff;
}

.ga-404-page .ga-404 > .container-fluid,
.ga-404-page .ga-hk-cta > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.ga-404 {
  padding: clamp(32px, 5vw, 56px) 0 clamp(28px, 4vw, 48px);
}

/* Görsel ortada; metin koyu (siyah) plaka üzerinde */
.ga-404__hero {
  display: flex;
  justify-content: center;
  width: 100%;
}

.ga-404__figure {
  position: relative;
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
  line-height: 0;
}

.ga-404__img {
  display: block;
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.ga-404__copy {
  position: absolute;
  top: 75%;
  right: clamp(3%, 5vw, 7%);
  transform: translateY(-50%);
  width: min(42%, 393px);
  margin: 0;
  padding: 0;
  border: 0;
  text-align: right;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 1.11;
  letter-spacing: -0.02em;
}

.ga-404__line {
  display: block;
  margin: 0 0 0.06em;
}

.ga-404__line:last-child {
  margin-bottom: 0;
}

.ga-404__line--gold {
  color: #e4b125;
}

/* Koyu zemin üzerinde açık metin (Figma) */
.ga-404__line--muted {
  color: #e8e8e8;
}

.ga-404__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(14px, 2.5vw, 24px);
  margin-top: clamp(28px, 4vw, 44px);
}

.ga-404__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 192px;
  min-height: 38px;
  padding: 8px 16px;
  border-radius: 18px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: #fff;
  text-align: center;
  line-height: 1.25;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.ga-404__btn--gold {
  background: #e3b026;
  border: 1px solid #e4b125;
  color: #fff;
}

.ga-404__btn--gold:hover {
  background: #d4a220;
  color: #fff;
}

.ga-404__btn--dark {
  background: #222526;
  border: 1px solid #222526;
  color: #fff;
}

.ga-404__btn--dark:hover {
  background: #333;
  color: #fff;
}

@media (max-width: 767.98px) {
  .ga-404__copy {
    right: 3%;
    width: min(48%, 280px);
    font-size: clamp(18px, 4.2vw, 36px);
  }
}

@media (max-width: 479.98px) {
  .ga-404__copy {
    top: 72%;
    right: 2%;
    width: 52%;
    font-size: clamp(14px, 3.5vw, 24px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ga-404__btn {
    transition: none;
  }
}

/* ---- 9. İLETİŞİM CTA ---- */
.ga-hk-cta {
  padding: 60px 0 80px;
}

.ga-hk-cta__panel {
  box-sizing: border-box;
  width: 100%;
  background: #e4b125;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  padding: 40px 50px 40px 58px;
  gap: 24px;
  position: relative;
  overflow: visible;
}

.ga-hk-cta__left {
  flex: 1 1 auto;
  position: relative;
  z-index: 1;
  min-width: 0;
  /* Alt grafik (405px) metinle çakışmasın */
  padding-bottom: 100px;
}

/* Kesik çizgi + telefon — 405px, sol sütunun dibine sabit */
.ga-hk-cta__graphic {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 405px;
  max-width: 100%;
  z-index: 1;
  pointer-events: none;
  line-height: 0;
}

.ga-hk-cta__dekor {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

/* Telefon: çizginin sağ ucu, blok içinde altta */
.ga-hk-cta__graphic .ga-hk-cta__phone {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  line-height: 0;
}

.ga-hk-cta__graphic .ga-hk-cta__phone-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: -50px;
}

.ga-hk-cta__left-text {
  position: relative;
  z-index: 2;
  max-width: 420px;
}

.ga-hk-cta__heading-white {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #fff;
  line-height: 1.15;
}

.ga-hk-cta__heading-dark {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #1a1a1a;
  line-height: 1.15;
}

.ga-hk-cta__sub {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #1a1a1a;
  margin-top: 14px;
  margin-bottom: 0;
  line-height: 1.5;
}

.ga-hk-cta__right {
  flex: 0 1 422px;
  max-width: 422px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ga-hk-cta__form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 13px;
  width: 100%;
  max-width: 422px;
}

/* Frame 9 / 10 — Figma: 422.25×55.38, padding 5px 23px, radius 6px */
.ga-hk-cta__input {
  box-sizing: border-box;
  width: 100%;
  height: 55px;
  min-height: 55px;
  margin: 0;
  padding: 5px 23px;
  background: #fff;
  border: none;
  border-radius: 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #bbb;
  outline: none;
}

.ga-hk-cta__input::placeholder {
  color: #bbb;
}

.ga-hk-cta__input:focus {
  box-shadow: 0 0 0 2px rgba(34,37,38,0.3);
  color: #222526;
}

/* Frame 11 — Figma: 195.25×55.38, radius 6px, sağa hizalı */
.ga-hk-cta__submit {
  align-self: flex-end;
  box-sizing: border-box;
  width: 195px;
  min-width: 195px;
  height: 55px;
  min-height: 55px;
  margin: 0;
  padding: 5px;
  background: #fff;
  border: none;
  border-radius: 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #1a1a1a;
  cursor: pointer;
  transition: background 0.2s;
}

.ga-hk-cta__submit:hover {
  background: #f0f0f0;
}

/* =============================================================
   HAKKIMIZDA – TABLET (max 1024px)
   ============================================================= */
@media (max-width: 1024px) {
  .ga-hk-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ga-hk-step__num {
    font-size: 40px;
  }

  .ga-hk-step__bar::before {
    height: 32px;
  }

  .ga-hk-step__bar::after {
    top: 32px;
  }

  .ga-hk-agent__info {
    flex: 0 0 420px;
    max-width: 420px;
  }

  .ga-hk-cb {
    height: auto;
  }

  .ga-hk-cb__photo-half {
    height: 380px;
  }

  .ga-hk-cb__dark-half {
    height: auto;
    min-height: 380px;
  }
}

@media (max-width: 768px) {
  .ga-hk-agent__row {
    flex-direction: column;
  }

  .ga-hk-agent__info {
    flex: none;
    max-width: 100%;
    width: 100%;
  }

  .ga-hk-agent__photo-wrap {
    justify-content: center;
  }

  .ga-hk-agent__photo {
    width: 100%;
    height: 420px;
  }

  .ga-hk-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ga-hk-neden__grid-btn {
    grid-column: 1 / -1;
  }

  .ga-hk-step__num {
    font-size: 34px;
    letter-spacing: -0.08em;
  }

  .ga-hk-step__bar::before {
    height: 28px;
  }

  .ga-hk-step__bar::after {
    top: 28px;
  }

  .ga-hk-cb {
    flex-direction: column;
    height: auto;
  }

  .ga-hk-cb__photo-half {
    clip-path: none;
    width: 100%;
    flex: none;
    height: 280px;
  }

  .ga-hk-cb__dark-half {
    width: 100%;
    flex: none;
  }

  .ga-hk-cb__star {
    top: 280px;  /* photo height'ın sonunda */
  }

  .ga-hk-sss__grid {
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 100%;
  }

  .ga-hk-cta__panel {
    flex-direction: column;
    align-items: stretch;
    padding: 32px 22px 36px;
    gap: 24px;
    overflow: hidden;
  }

  .ga-hk-cta__left {
    min-height: 0;
    padding-bottom: 88px;
  }

  .ga-hk-cta__graphic {
    width: 100%;
    max-width: 405px;
  }

  .ga-hk-cta__right {
    flex: none;
    max-width: 100%;
    width: 100%;
  }

  .ga-hk-cta__form {
    max-width: 100%;
  }

  .ga-hk-cta__submit {
    width: 100%;
    max-width: 195px;
    align-self: flex-end;
  }
}

/* ============================================================= */
/* Anasayfa: tablet / dar masaüstü — hero iletişim şeridinde taşma yok */
/* ============================================================= */

@media (max-width: 1199.98px) {
  .ga-hero-frame {
    min-height: auto;
  }

  .ga-hero-carousel,
  .ga-hero-carousel .carousel-inner,
  .ga-hero-carousel .carousel-item,
  .ga-hero-slide {
    min-height: clamp(520px, 78vh, 800px);
  }

  .ga-hero-contact-inner {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 14px;
  }

  .ga-hero-contact-left {
    font-size: clamp(32px, 4.2vw, 46px);
    margin-top: 16px;
    flex: 1 1 100%;
    text-align: center;
  }

  .ga-hero-contact-line {
    flex: 0 1 auto;
    min-width: 0;
  }

  .ga-hero-contact-line img {
    max-width: min(280px, 38vw);
  }

  .ga-hero-contact-right {
    flex: 1 1 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }

  .ga-hero-contact-right a {
    min-width: 0;
    flex: 1 1 min(260px, 100%);
    max-width: 400px;
    font-size: clamp(17px, 2.1vw, 28px);
    justify-content: center;
  }
}

/* =============================================================
   Mobil / tablet: sayfa geneli yatay boşluk (şablon bağımsız)
   ≤1040px: body’dan tek gutter; .ga-inner’da yatay padding yok (çift boşluk önlenir).
   ============================================================= */
@media (max-width: 1040px) {
  body {
    padding-left: var(--ga-gutter-mobile);
    padding-right: var(--ga-gutter-mobile);
    box-sizing: border-box;
  }

  .ga-inner {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }

  .ga-inner.ga-header-bar {
    padding-left: 0;
    padding-right: 0;
  }

  /* Blog detay: taban stillerdeki yatay 40px + body gutter çiftlenmesin (≤1040) */
  .ga-bd-hero__inner.ga-inner,
  .ga-bd-meta__inner.ga-inner,
  .ga-bd-layout.ga-inner,
  .ga-bd-related .ga-inner,
  .ga-bd-author-posts .ga-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .ga-search-hero__inner,
  .ga-search-body,
  .ga-snf-inner {
    padding-left: 0;
    padding-right: 0;
  }

  main.container,
  #primary.site-main.container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }

  .gaid-wrap {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

/* ============================================================= */

@media (max-width: 991.98px) {
  :root {
    --ga-carousel-below-cards: 22px;
    --ga-carousel-dots-gap: 16px;
  }

  .ga-header-top {
    display: none;
  }

  .ga-header-brand-layer {
    position: static;
    pointer-events: auto;
  }

  .ga-header-brand-layer .ga-inner,
  .ga-header-brand-layer .ga-header-bar {
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
  }

  .ga-header-brand-layer .ga-brand-group {
    top: 0;
    transform: none;
    flex: 0 1 auto;
    min-width: 0;
  }

  .ga-header-brand-layer .ga-brand-logo {
    width: min(160px, 46vw);
    max-width: 100%;
  }

  /* .ga-inner yatay padding: max-width 1040px bloğunda body gutter — burada tekrar yok */

  /* Blog detay: yatay body’de; yalnızca dikey */
  .ga-bd-hero__inner.ga-inner {
    padding: clamp(36px, 6vw, 48px) 0 clamp(32px, 5vw, 40px);
  }

  .ga-bd-meta__inner.ga-inner {
    padding: 0;
  }

  .ga-bd-related .ga-inner,
  .ga-bd-author-posts .ga-inner {
    padding-left: 0;
    padding-right: 0;
  }

  /*
   * Mobil / tablet: altın navigasyon şeridi yok — ga-nav-wrap akışta yer kaplamaz,
   * menü yalnızca hamburger açılınca header altında beyaz panel olarak görünür.
   */
  .ga-nav-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 1020;
    min-height: 0;
    background: transparent;
    display: block;
    overflow: visible;
  }

  .ga-nav-wrap::before {
    display: none;
  }

  .ga-nav-wrap > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .ga-nav-wrap .ga-inner {
    width: 100%;
    min-height: 0;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .ga-nav-inner {
    min-height: 0;
    justify-content: flex-start;
  }

  .ga-nav-collapse {
    padding: 16px clamp(16px, 4vw, 28px) 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    /* Açılışta repaint maliyetini düşür (collapse yükseklik animasyonu ile birlikte) */
    transform: translateZ(0);
    backface-visibility: hidden;
  }

  /*
   * Bootstrap .collapsing yükseklik geçişi mobilde ilk karede reflow/takılma yapabiliyor;
   * panel anında açılır/kapanır, davranış Bootstrap JS ile uyumludur.
   */
  #gaMainNav.collapsing {
    transition: none !important;
  }

  .ga-nav-menu-wrap {
    margin-right: 0;
    width: 100%;
  }

  .ga-main-menu {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .ga-main-menu > li {
    position: static;
    width: 100%;
  }

  .ga-main-menu .sub-menu {
    position: static;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    margin: 10px 0 0;
    padding: 6px 0;
    min-width: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2px;
    list-style: none;
    list-style-type: none;
    padding-inline-start: 0;
  }

  .ga-main-menu .sub-menu li {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .ga-main-menu .sub-menu li::marker {
    content: none;
  }

  .ga-main-menu .sub-menu .sub-menu {
    margin-left: 12px;
    width: calc(100% - 12px);
  }

  .ga-main-menu .sub-menu a {
    white-space: normal;
    padding: 8px 14px;
    font-size: 13px;
    text-transform: none;
  }

  .ga-main-menu .menu-item-has-children > a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    box-sizing: border-box;
  }

  .ga-main-menu .menu-item-has-children > a::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    flex-shrink: 0;
    opacity: 0.8;
  }

  /* Alt menü içindeki öğelerde ok gösterme (yalnızca üst seviye) */
  .ga-main-menu .sub-menu .menu-item-has-children > a::after {
    content: none;
    display: none;
    border: 0;
    width: 0;
    height: 0;
  }

  .ga-nav-tools {
    margin-left: 0;
    width: 100%;
    flex-wrap: wrap;
    gap: 14px;
  }

  .ga-mobile-toggle {
    flex-shrink: 0;
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: -4px;
    touch-action: manipulation;
  }

  .ga-mobile-toggle:focus-visible {
    outline: 2px solid #1f1f1f;
    outline-offset: 2px;
  }

  .ga-search-form {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1 1 200px;
    min-width: 0;
    max-width: 100%;
  }

  .ga-search-form input {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    max-width: none;
    height: 34px;
  }

  .ga-hero {
    padding: 0;
  }

  .ga-hero-frame {
    min-height: auto;
  }

  .ga-hero-carousel,
  .ga-hero-carousel .carousel-inner,
  .ga-hero-carousel .carousel-item {
    min-height: clamp(420px, 85vw, 620px);
  }

  .ga-hero-slide {
    min-height: clamp(380px, 72vh, 560px);
    align-items: center;
    padding-bottom: 0;
  }

  .ga-hero-slide .ga-inner {
    width: 100%;
    max-width: 100%;
    padding-top: clamp(20px, 5vw, 32px);
    padding-bottom: clamp(20px, 5vw, 32px);
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }

  .ga-hero-content {
    max-width: 100%;
    padding-left: 2px;
    padding-right: 2px;
    box-sizing: border-box;
  }

  .ga-hero-carousel__indicators {
    bottom: clamp(12px, 3vw, 24px);
    margin-bottom: 0;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .ga-hero-carousel__control {
    width: 44px;
    min-height: 44px;
    opacity: 0.92;
  }

  .ga-hero-carousel__control .carousel-control-prev-icon,
  .ga-hero-carousel__control .carousel-control-next-icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .ga-hero-content {
    margin-left: 0;
  }

  .ga-hero-title {
    font-size: clamp(30px, 8vw, 44px);
  }

  .ga-hero-subtitle {
    font-size: clamp(20px, 5.5vw, 30px);
  }

  .ga-hero-text {
    font-size: clamp(15px, 4vw, 18px);
  }

  .ga-hero-btn {
    min-width: 180px;
    font-size: clamp(20px, 6vw, 28px);
  }

  .ga-hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .ga-hero-actions .ga-hero-btn {
    width: 100%;
    max-width: min(380px, 100%);
    box-sizing: border-box;
    justify-content: center;
  }

  .ga-hero-contact-strip {
    position: static;
    clip-path: none;
    padding: 24px 0 28px;
    min-height: auto;
    margin-top: 0;
  }

  .ga-hero-contact-strip .ga-inner {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .ga-hero-contact-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    width: 100%;
    box-sizing: border-box;
  }

  .ga-hero-contact-line {
    width: 100%;
    justify-content: flex-start;
  }

  .ga-hero-contact-line img {
    max-width: 260px;
  }

  .ga-hero-contact-left {
    font-size: clamp(34px, 9vw, 50px);
  }

  .ga-hero-contact-right a {
    min-width: 0;
    width: 100%;
    font-size: clamp(19px, 5.4vw, 30px);
  }

  .ga-about {
    padding: 28px 0 34px;
    min-height: 0;
  }

  .ga-about-main {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ga-about-content {
    max-width: 100%;
    padding-left: 0;
  }

  .ga-about-title {
    font-size: clamp(32px, 8vw, 46px);
  }

  .ga-about-btn {
    font-size: clamp(18px, 5vw, 24px);
    min-height: 48px;
  }

  .ga-cta-banner {
    padding: 10px 0 24px;
  }

  .ga-cta-banner-frame {
    min-height: 300px;
    clip-path: none;
  }

  .ga-cta-banner-frame > .ga-inner {
    min-height: 300px;
  }

  .ga-cta-banner-content {
    min-height: 300px;
    padding: 24px 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 14px;
  }

  .ga-cta-banner-content h2 {
    font-size: clamp(28px, 7vw, 40px);
    max-width: 100%;
  }

  .ga-cta-banner-btn {
    margin-left: 0;
    align-self: stretch;
    text-align: center;
    justify-content: center;
    min-height: 46px;
    font-size: clamp(16px, 4.2vw, 20px);
  }

  .ga-portfolio {
    padding: 32px 0 40px;
  }

  .ga-portfolio__title {
    margin-bottom: 20px;
  }

  .ga-portfolio__filters {
    margin-bottom: 24px;
  }

  .ga-portfolio-slider {
    padding: 0 0 36px;
  }

  .ga-portfolio-slider__viewport {
    padding: 10px 0 var(--ga-carousel-below-cards);
  }

  .ga-portfolio-slider__cell {
    padding: 6px 6px 26px;
  }

  .ga-portfolio-slider {
    padding-left: 36px;
    padding-right: 36px;
  }

  .ga-portfolio-slider__arrow {
    display: block;
    width: 32px;
    height: 32px;
    top: 38%;
  }

  .ga-testimonials {
    padding: 32px 0 48px;
  }

  .ga-testimonials__title {
    margin-bottom: 24px;
  }

  .ga-testimonials-slider {
    padding: 0 0 36px;
  }

  .ga-testimonials-slider__viewport {
    padding: 10px 0 var(--ga-carousel-below-cards);
  }

  .ga-testimonials-slider__cell {
    padding: 6px 6px 26px;
  }

  .ga-testimonials-slider {
    padding-left: 36px;
    padding-right: 36px;
  }

  .ga-testimonials-slider__arrow {
    display: block;
    width: 32px;
    height: 32px;
    top: 38%;
  }

  .ga-blog {
    padding: 32px 0 48px;
  }

  .ga-blog__title {
    margin-bottom: 24px;
  }

  .ga-blog-slider {
    padding: 0 0 36px;
  }

  .ga-blog-slider__viewport {
    padding: 10px 0 var(--ga-carousel-below-cards);
  }

  .ga-blog-slider__cell {
    padding: 6px 6px 26px;
  }

  .ga-blog-slider {
    padding-left: 36px;
    padding-right: 36px;
  }

  .ga-blog-slider__arrow {
    display: block;
    width: 32px;
    height: 32px;
    top: 38%;
  }

  .ga-proje-firsat {
    padding: 28px 0 40px;
  }

  .ga-proje-firsat__filters {
    margin-bottom: 20px;
  }

  .ga-proje-firsat-carousel {
    padding: 0 0 36px;
  }

  .ga-proje-firsat-carousel {
    padding-left: 36px;
    padding-right: 36px;
  }

  .ga-proje-firsat-carousel .carousel-control-prev,
  .ga-proje-firsat-carousel .carousel-control-next {
    display: flex;
    width: 36px;
    opacity: 0.92;
  }

  .ga-about-image-wrap {
    min-height: auto;
  }

  .ga-about-image {
    position: relative;
    width: min(100%, 520px);
    bottom: 0;
  }

  .ga-about-stats {
    padding-left: 0;
    max-width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .ga-about-stat strong {
    font-size: clamp(30px, 8vw, 46px);
  }

  .ga-about-stat span {
    font-size: clamp(20px, 5.5vw, 28px);
  }

  .ga-footer-top {
    padding: 36px 0 26px;
  }

  .ga-footer-policy-row {
    justify-content: flex-start;
    gap: 14px;
    padding: 10px 0;
  }

  .ga-footer-meta-row .ga-inner {
    justify-content: center;
    row-gap: 2px;
    padding: 10px 0 0;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }

  .ga-footer-meta-row__cr,
  .ga-footer-meta-row__lic {
    text-align: left;
    margin-left: 0;
  }

  /* ---- Hakkımızda small-screen overrides ---- */
  .ga-hk-hero {
    min-height: 320px;
    padding: 80px 0 60px;
  }

  .ga-hk-hero.ga-nc-hero {
    height: 200px;
    min-height: 200px;
    padding: 0;
  }

  .ga-hk-hero__title {
    font-size: 38px;
  }

  .ga-hk-hero__desc {
    font-size: 15px;
    max-width: 100%;
  }

  .ga-hk-agent__name {
    font-size: 38px;
  }

  .ga-hk-neden__title {
    font-size: 36px;
  }

  .ga-hk-cb__title {
    font-size: 30px;
  }

  .ga-hk-cta__heading-white,
  .ga-hk-cta__heading-dark {
    font-size: 24px;
  }

  /* İletişim sayfası */
  .ga-il-team {
    padding: 40px 0 36px;
  }

  .ga-il-team__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ga-il-birlikte {
    padding: 44px 0 52px;
  }

  .ga-il-birlikte__row {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .contact-form__row {
    grid-template-columns: 1fr;
  }

  .ga-il-birlikte__title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .ga-il-birlikte__map-col {
    flex: 0 0 auto;
  }

  .ga-il-birlikte__form-col {
    flex: 0 0 auto;
  }

  .ga-il-birlikte .contact-form {
    flex: 0 0 auto;
  }

  .contact-form__message-wrap {
    flex: 0 0 auto;
  }

  .contact-form__field--textarea {
    gap: 14px;
    padding: 0 0 16px;
  }

  .contact-form__textarea {
    min-height: 200px;
    padding: 18px 20px;
    padding-right: 20px;
    padding-bottom: 18px;
  }

  .contact-form__button {
    position: static;
    align-self: stretch;
    width: 100%;
    right: auto;
    bottom: auto;
    padding: 12px 20px;
    border-width: 20px;
    border-radius: 30px;
    font-size: 13px;
  }

  .ga-il-birlikte__map {
    flex: 0 0 auto;
    min-height: 240px;
    aspect-ratio: 16 / 11;
  }

  .ga-il-hero {
    min-height: 98vh;
    min-height: 98dvh;
    padding: 0 0 36px;
  }

  .ga-iletisim-page .ga-il-hero {
    min-height: 70vh;
    min-height: 70dvh;
    height: auto;
  }

  .ga-il-hero__heading {
    font-size: clamp(22px, 6vw, 34px);
  }
}

/* ═══════════════════════════════════════════════════════════
   SİTE İÇİ ARAMA (search.php + header) — ga-search-*
   ═══════════════════════════════════════════════════════════ */

/* ── Header arama formu (küçük) ── */
.ga-search-form {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  overflow: visible;
  position: relative;
  height: 32px;
  padding: 0 4px 0 10px;
}

.ga-search-form input[type="search"] {
  border: none;
  background: none;
  outline: none;
  font-size: 14px;
  color: #333;
  width: 140px;
  padding: 0;
}

.ga-search-form input[type="search"]::placeholder {
  color: #aaa;
}

.ga-search-form__btn {
  background: none;
  border: none;
  cursor: pointer;
  color: #444;
  padding: 4px 6px;
  display: flex;
  align-items: center;
  transition: color 0.2s;
}

.ga-search-form__btn:hover {
  color: var(--ga-primary);
}

/* Header dropdown (live suggestions) */
.ga-search-form__dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  min-width: 320px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
  z-index: 9999;
  overflow: hidden;
}

/* ── Canlı öneri öğeleri (her iki dropdown için ortak) ── */
.ga-live-dropdown {
  padding: 6px 0;
}

.ga-live-item {
  display: flex;
  flex-direction: column;
  padding: 11px 18px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  transition: background 0.15s;
  cursor: pointer;
}

.ga-live-item:last-of-type {
  border-bottom: none;
}

.ga-live-item:hover,
.ga-live-item.is-active {
  background: #f7f7f7;
  outline: none;
}

.ga-live-item__title {
  font-size: 14px;
  font-weight: 600;
  color: #222526;
  line-height: 1.3;
}

.ga-live-item__excerpt {
  font-size: 12px;
  color: #888;
  line-height: 1.4;
  margin-top: 3px;
}

.ga-live-see-all {
  display: block;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ga-primary);
  text-align: center;
  text-decoration: none;
  background: #fafafa;
  border-top: 1px solid #f0f0f0;
  transition: background 0.15s;
}

.ga-live-see-all:hover {
  background: #f3f3f3;
  color: var(--ga-primary-dark);
}

.ga-live-empty {
  padding: 14px 18px;
  font-size: 13px;
  color: #999;
  margin: 0;
}

/* ══════════════════════════════════════════════════════
   "BULUNAMADI" durumu — Figma node 188:990
   ga-search-page--not-found
═══════════════════════════════════════════════════════ */
.ga-search-page--not-found {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
}

/* Arka plan görsel */
.ga-snf-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center top;
  filter: grayscale(20%);
  z-index: 0;
}

/* Beyaz gradient overlay — soldan ve alttan beyaza doğru */
.ga-snf-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.55) 40%,
    rgba(255,255,255,0.92) 70%,
    rgba(255,255,255,1) 100%
  );
  z-index: 1;
}

/* Merkezi içerik */
.ga-snf-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 80px 40px 80px;
  max-width: 760px;
  margin: 0 auto;
  width: 100%;
}

/* Ünlem ikonu */
.ga-snf-icon {
  margin-bottom: 20px;
  opacity: 0.78;
}

/* Altın başlık */
.ga-snf-title {
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 700;
  color: var(--ga-primary);
  margin: 0 0 10px;
  line-height: 1.2;
}

/* Alt açıklama metni */
.ga-snf-text {
  font-size: clamp(13px, 1.8vw, 15px);
  color: #555;
  line-height: 1.6;
  max-width: 360px;
  margin: 0 0 32px;
}

/* Arama kutusu wrap */
.ga-snf-form-wrap {
  width: 100%;
  max-width: 707px;
  margin: 0;
}

/* 3 aksiyon butonu — bar ile hizalı, üstten 50px */
.ga-snf-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 707px;
  margin-top: 50px;
}

.ga-snf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 38px;
  padding: 0 16px;
  border-radius: 18px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: opacity 0.2s, box-shadow 0.2s;
  white-space: nowrap;
}

.ga-snf-btn:hover {
  opacity: 0.88;
  box-shadow: 0 4px 16px rgba(0,0,0,0.14);
}

.ga-snf-btn--gold {
  background: var(--ga-primary);
  color: #fff;
}

.ga-snf-btn--dark {
  background: #222526;
  color: #fff;
}

@media (max-width: 600px) {
  .ga-snf-actions {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    margin-top: 32px;
  }

  .ga-snf-btn {
    width: 100%;
    max-width: 300px;
    flex: none;
  }

  .ga-snf-inner {
    padding: 60px 0 60px;
  }
}

/* ══════════════════════════════════════════════════════
   Arama — İlan Sonuç Kartları (Figma node 279:2782)
   3 kolonlu grid, beyaz kart, üstte görsel, altın badge
══════════════════════════════════════════════════════ */

/* Sonuç bilgisi satırı */
.ga-search-ilan-section {
  padding: 48px 40px 80px;
}

.ga-search-ilan-info {
  font-size: 15px;
  color: rgba(34,37,38,0.5);
  margin: 0 0 40px;
  line-height: 1.4;
}

.ga-search-ilan-info__query {
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 700;
  color: var(--ga-primary);
  display: block;
  line-height: 1.1;
  margin-bottom: 4px;
}

/* 3 kolonlu grid */
.ga-search-ilans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* Kart */
.ga-search-ilan-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
}

.ga-search-ilan-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
  transform: translateY(-2px);
}

.ga-search-ilan-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

/* Görsel alanı */
.ga-search-ilan-card__media {
  position: relative;
  height: 229px;
  overflow: hidden;
  background: #d6d6d6;
  flex-shrink: 0;
}

.ga-search-ilan-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}

.ga-search-ilan-card:hover .ga-search-ilan-card__media img {
  transform: scale(1.04);
}

.ga-search-ilan-card__media--placeholder {
  width: 100%;
  height: 100%;
  background: #d6d6d6;
}

/* Satılık / Kiralık badge */
.ga-search-ilan-card__badge {
  position: absolute;
  top: 12px;
  left: 14px;
  background: var(--ga-primary);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 3px 10px;
  border-radius: 6px;
  text-transform: uppercase;
}

/* İçerik alanı */
.ga-search-ilan-card__body {
  padding: 20px 18px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.ga-search-ilan-card__title {
  font-size: 17px;
  font-weight: 700;
  color: #222526;
  margin: 0 0 10px;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ga-search-ilan-card__desc {
  font-size: 13px;
  color: rgba(34,37,38,0.5);
  line-height: 1.6;
  margin: 0 0 auto;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Alt alan: fiyat + buton */
.ga-search-ilan-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  gap: 12px;
}

.ga-search-ilan-card__price {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  white-space: nowrap;
}

.ga-search-ilan-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ga-primary);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 8px 16px;
  border-radius: 6px;
  white-space: nowrap;
  transition: background 0.2s;
  flex-shrink: 0;
}

.ga-search-ilan-card__link:hover .ga-search-ilan-card__btn {
  background: var(--ga-primary-dark);
}

/* Responsive */
@media (max-width: 1024px) {
  .ga-search-ilans {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 600px) {
  .ga-search-ilans {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ga-search-ilan-section {
    padding: 0 16px 60px;
  }

  .ga-search-ilan-card__media {
    height: 200px;
  }
}

/* ── Arama Sayfası Hero ── */
.ga-search-page {
  background: #fff;
  min-height: 60vh;
}

.ga-search-hero {
  padding: 80px 0 48px;
  text-align: center;
  background: #fff;
}

.ga-search-hero--with-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1a1a1a;
  position: relative;
  min-height: 522px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Alt beyaz geçiş */
.ga-search-hero--with-banner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, transparent, #fff);
  pointer-events: none;
}

/* Sonuç varken başlık yok, daha az üst boşluk */
.ga-search-hero--compact {
  padding: 40px 0 32px;
}

.ga-search-hero__inner {
  max-width: 707px;
  margin: 0 auto;
  padding: 0 40px;
}

.ga-search-hero__title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  color: #222526;
  margin: 0 0 36px;
  line-height: 1.25;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.ga-search-hero__title-line1 {
  color: var(--ga-primary);
  font-size: 0.72em;
  font-weight: 700;
}

.ga-search-hero__title-line2 {
  color: #222526;
}

.ga-search-hero__query-label {
  font-size: clamp(22px, 3vw, 38px);
  font-weight: 700;
  color: #222526;
}

.ga-search-hero__query-label em {
  color: var(--ga-primary);
  font-style: normal;
}

/* Büyük arama kutusu */
.ga-search-box-wrap {
  max-width: 707px;
  margin: 0 auto;
  position: relative;
}

.ga-search-box {
  display: flex;
  align-items: stretch;
  background: #dedfe0;
  border-radius: 18px;
  overflow: visible;
  position: relative;
  height: 53px;
}

.ga-search-box__input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  padding: 0 20px 0 28px;
  font-size: 16px;
  color: #333;
  border-radius: 18px 0 0 18px;
}

.ga-search-box__input::placeholder {
  color: rgba(0,0,0,0.4);
  font-size: 15px;
}

.ga-search-box__btn {
  flex-shrink: 0;
  width: 100px;
  height: 53px;
  background: var(--ga-primary);
  border: none;
  border-radius: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.ga-search-box__btn:hover {
  background: var(--ga-primary-dark);
}

/* Büyük kutunun dropdown'ı */
.ga-search-box__suggestions {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.13);
  z-index: 999;
  overflow: hidden;
}

/* ── Arama Body / Sonuçlar ── */
.ga-search-body {
  max-width: 707px;
  margin: 0 auto;
  padding: 0 40px 80px;
}

.ga-search-count {
  font-size: 15px;
  color: #777;
  margin: 0 0 24px;
}

/* Sonuç listesi */
.ga-search-results {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ga-search-result {
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.ga-search-result__link {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 0;
  text-decoration: none;
  transition: background 0.15s;
}

.ga-search-result__link:hover .ga-search-result__title {
  color: var(--ga-primary);
}

.ga-search-result__body {
  flex: 1;
  min-width: 0;
}

.ga-search-result__cat {
  display: inline-block;
  background: #f3f3f3;
  color: var(--ga-primary);
  font-size: 12px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 4px;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}

.ga-search-result__title {
  font-size: 20px;
  font-weight: 700;
  color: #222526;
  margin: 0 0 8px;
  line-height: 1.3;
  transition: color 0.2s;
}

.ga-search-result__excerpt {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0 0 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ga-search-result__meta {
  font-size: 12px;
  color: #aaa;
}

.ga-search-result__thumb {
  flex-shrink: 0;
  width: 100px;
  height: 72px;
  border-radius: 8px;
  overflow: hidden;
}

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

/* Boş durum */
.ga-search-empty {
  text-align: center;
  padding: 60px 20px;
  color: #aaa;
}

.ga-search-empty__title {
  font-size: 20px;
  font-weight: 600;
  color: #666;
  margin: 20px 0 10px;
}

.ga-search-empty__hint {
  font-size: 15px;
  color: #aaa;
  margin: 0;
}

/* ── Öneri Listesi ── */
.ga-search-suggestions {
  margin-top: 48px;
  max-width: 707px;
  margin-left: auto;
  margin-right: auto;
}

.ga-search-suggestions--compact {
  margin-top: 56px;
}

.ga-search-suggestions__label {
  font-size: 13px;
  font-weight: 600;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 8px;
}

.ga-search-suggestions__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ga-search-suggestions__item {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.ga-search-suggestions__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 8px;
  text-decoration: none;
  font-size: 16px;
  color: rgba(34,37,38,0.5);
  transition: color 0.2s;
}

.ga-search-suggestions__link:hover {
  color: var(--ga-primary);
}

.ga-search-suggestions__link:hover svg polyline {
  stroke: var(--ga-primary);
}

/* Sayfalama */
.ga-search-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.ga-search-pagination a,
.ga-search-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  font-size: 14px;
  text-decoration: none;
  color: #333;
  background: #f3f3f3;
  transition: background 0.2s, color 0.2s;
}

.ga-search-pagination .current,
.ga-search-pagination a:hover {
  background: var(--ga-primary);
  color: #fff;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .ga-search-hero {
    padding: 48px 0 32px;
  }

  .ga-search-hero__inner,
  .ga-search-body {
    padding: 0;
  }

  .ga-search-box__input {
    padding: 0 12px 0 18px;
    font-size: 15px;
  }

  .ga-search-box__btn {
    width: 56px;
  }

  .ga-search-result__thumb {
    display: none;
  }

  .ga-search-form input[type="search"] {
    width: 80px;
  }
}

/* ═══════════════════════════════════════════════════════════
   BLOG DETAY (single.php) — ga-bd-*
   ═══════════════════════════════════════════════════════════ */

/* ── Hero ── */
.ga-bd-hero {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.ga-bd-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: blur(6px) brightness(0.7);
  transform: scale(1.06);
}

.ga-bd-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(178deg, rgba(255,255,255,0) 40%, rgba(255,255,255,0.96) 100%);
}

.ga-bd-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 40px 56px;
}

.ga-bd-hero__cat {
  display: inline-block;
  background: #f3f3f3;
  color: var(--ga-primary);
  font-size: 14px;
  font-weight: 500;
  padding: 6px 16px;
  border-radius: 5px;
  text-decoration: none;
  margin-bottom: 18px;
  letter-spacing: 0.01em;
}

.ga-bd-hero__title {
  font-size: clamp(32px, 4.5vw, 60px);
  font-weight: 700;
  color: #222526;
  line-height: 1.15;
  max-width: 720px;
  margin: 0;
}

/* ── Meta Bar ── */
.ga-bd-meta {
  border-bottom: 1px solid #e8e8e8;
  padding: 14px 0;
  background: #fff;
}

.ga-bd-meta__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.ga-bd-meta__left {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}

.ga-bd-meta__author,
.ga-bd-meta__date,
.ga-bd-meta__read {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  color: #222526;
}

.ga-bd-meta__date svg,
.ga-bd-meta__read svg {
  flex-shrink: 0;
}

.ga-bd-meta__sep {
  display: inline-block;
  width: 1px;
  height: 32px;
  background: #ccc;
  margin: 0 20px;
  vertical-align: middle;
}

.ga-bd-meta__share {
  display: flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #222526;
  padding: 0;
}

.ga-bd-meta__share:hover {
  color: var(--ga-primary);
}

/* ── 2-Kolon Layout ── */
.ga-bd-layout {
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 40px;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 52px;
  align-items: start;
}

/* ── Sol: İçerik ── */
.ga-bd-content {
  min-width: 0;
}

.ga-bd-content__body {
  font-size: 17px;
  line-height: 1.75;
  color: #333;
}

.ga-bd-content__body p {
  margin-bottom: 1.4em;
}

.ga-bd-content__body h2,
.ga-bd-content__body h3,
.ga-bd-content__body h4 {
  font-weight: 700;
  color: #222526;
  margin: 1.8em 0 0.6em;
}

.ga-bd-content__body h2 { font-size: 28px; }
.ga-bd-content__body h3 { font-size: 22px; }

.ga-bd-content__body a {
  color: var(--ga-primary);
  text-decoration: underline;
}

.ga-bd-content__body blockquote {
  position: relative;
  background: #f7f7f7;
  border-left: 4px solid var(--ga-primary);
  border-radius: 0 12px 12px 0;
  padding: 28px 32px;
  margin: 32px 0;
  font-size: 18px;
  font-weight: 600;
  color: #222526;
  line-height: 1.5;
}

.ga-bd-content__body img {
  max-width: 100%;
  border-radius: 12px;
  height: auto;
  display: block;
  margin: 24px 0;
}

.ga-bd-content__body table {
  width: 100%;
  border-collapse: collapse;
  background: var(--ga-primary);
  border-radius: 18px;
  overflow: hidden;
  margin: 32px 0;
}

.ga-bd-content__body table th,
.ga-bd-content__body table td {
  padding: 10px 18px;
  font-size: 14px;
  color: #fff;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}

.ga-bd-content__body table th {
  font-weight: 600;
}

/* Video embed */
.ga-bd-content__body .wp-block-video,
.ga-bd-content__body .wp-block-embed,
.ga-bd-content__body .video-wrap {
  position: relative;
  aspect-ratio: 16/9;
  background: #111;
  border-radius: 16px;
  overflow: hidden;
  margin: 32px 0;
}

.ga-bd-content__body .wp-block-video video,
.ga-bd-content__body .wp-block-embed iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 16px;
}

/* Etiketler */
.ga-bd-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid #e8e8e8;
}

.ga-bd-tags__item {
  background: #f3f3f3;
  color: #555;
  font-size: 13px;
  padding: 5px 14px;
  border-radius: 20px;
  text-decoration: none;
  transition: background 0.2s;
}

.ga-bd-tags__item:hover {
  background: var(--ga-primary);
  color: #fff;
}

/* ── Sağ: Yazar Kartı ── */
.ga-bd-sidebar {
  position: sticky;
  top: 24px;
}

.ga-author-card {
  background: #fff;
  border: 1.5px solid #e8e8e8;
  border-radius: 18px;
  padding: 28px 24px 24px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
}

.ga-author-card__profile {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 0;
}

.ga-author-card__avatar-wrap {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  background: #e0e0e0;
}

.ga-author-card__avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ga-author-card__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ga-author-card__name {
  font-size: 16px;
  font-weight: 700;
  color: #222526;
  line-height: 1.3;
}

.ga-author-card__job {
  font-size: 13px;
  color: #888;
  line-height: 1.3;
}

.ga-author-card__phone {
  font-size: 14px;
  font-weight: 700;
  color: var(--ga-primary);
  text-decoration: none;
  line-height: 1.3;
}

.ga-author-card__divider {
  border: none;
  border-top: 1.5px solid #e8e8e8;
  margin: 20px 0 16px;
}

.ga-author-card__cta-title {
  font-size: 14px;
  font-weight: 600;
  color: #222526;
  margin: 0 0 16px;
  line-height: 1.4;
}

.ga-author-card__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ga-author-card__input,
.ga-author-card__textarea {
  width: 100%;
  background: #f3f3f3;
  border: none;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 14px;
  color: #333;
  outline: none;
  transition: background 0.2s;
  font-family: inherit;
  resize: none;
}

.ga-author-card__input:focus,
.ga-author-card__textarea:focus {
  background: #ececec;
}

.ga-author-card__textarea {
  min-height: 90px;
}

.ga-author-card__submit {
  background: var(--ga-primary);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 13px 20px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 4px;
}

.ga-author-card__submit:hover {
  background: var(--ga-primary-dark);
}

/* ── Benzer Yazılar & Yazarın Diğer Yazıları ── */
.ga-bd-related,
.ga-bd-author-posts {
  padding: 60px 0;
  background: #fff;
}

.ga-bd-related .ga-inner,
.ga-bd-author-posts .ga-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.ga-bd-section-title {
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 700;
  color: #222526;
  margin: 0 0 36px;
}

.ga-bd-cards-wrap {
  position: relative;
  overflow: hidden;
}

.ga-bd-cards.swiper {
  overflow: visible;
}

.ga-bd-cards .swiper-wrapper {
  align-items: stretch;
}

.ga-bd-cards .swiper-slide {
  width: 302px;
  flex-shrink: 0;
}

.ga-bd-swiper-dots {
  text-align: center;
  margin-top: 24px;
}

.ga-bd-swiper-dots .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 1;
  border-radius: 50%;
  transition: background 0.2s;
}

.ga-bd-swiper-dots .swiper-pagination-bullet-active {
  background: var(--ga-primary);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .ga-bd-layout {
    grid-template-columns: 1fr;
    padding: 40px 0;
    gap: 40px;
  }

  .ga-bd-sidebar {
    position: static;
  }

  .ga-author-card {
    max-width: 480px;
  }
}

@media (max-width: 768px) {
  .ga-bd-hero {
    min-height: 320px;
  }

  .ga-bd-hero__inner.ga-inner {
    padding: 40px 0;
  }

  .ga-bd-meta__inner.ga-inner {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .ga-bd-meta__sep {
    display: none;
  }

  .ga-bd-meta__left {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .ga-bd-layout.ga-inner {
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 0;
    padding-right: 0;
  }

  .ga-bd-related .ga-inner,
  .ga-bd-author-posts .ga-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .ga-bd-cards .swiper-slide {
    width: 260px;
  }
}

/* ══════════════════════════════════════════════════════
   Sabit Sayfa Şablonu — template-sabit-sayfa.php
══════════════════════════════════════════════════════ */

.ga-static-page {
  background: #fff;
  padding-bottom: 80px;
}

/* Başlık alanı */
.ga-static-page__header {
  background: #f8f8f8;
  border-bottom: 1px solid rgba(0,0,0,0.07);
  padding: 64px 0 48px;
  margin-bottom: 56px;
}

.ga-static-page__title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  color: #222526;
  margin: 0;
  line-height: 1.2;
}

/* İçerik alanı */
.ga-static-page__body {
  max-width: 900px;
  margin: 0 auto;
}

.ga-static-page__content {
  font-size: 17px;
  line-height: 1.85;
  color: #3a3a3a;
}

.ga-static-page__content h2 {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  color: #222526;
  margin: 48px 0 16px;
  line-height: 1.25;
}

.ga-static-page__content h3 {
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 600;
  color: #222526;
  margin: 36px 0 12px;
}

.ga-static-page__content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #222526;
  margin: 28px 0 10px;
}

.ga-static-page__content p {
  margin: 0 0 20px;
}

.ga-static-page__content ul,
.ga-static-page__content ol {
  padding-left: 24px;
  margin: 0 0 20px;
}

.ga-static-page__content li {
  margin-bottom: 8px;
}

.ga-static-page__content a {
  color: var(--ga-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ga-static-page__content a:hover {
  color: var(--ga-primary-dark);
}

.ga-static-page__content blockquote {
  border-left: 4px solid var(--ga-primary);
  margin: 32px 0;
  padding: 16px 24px;
  background: #faf9f7;
  font-style: italic;
  color: #555;
}

.ga-static-page__content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  margin: 24px 0;
}

.ga-static-page__content hr {
  border: none;
  border-top: 1px solid rgba(0,0,0,0.1);
  margin: 40px 0;
}

.ga-static-page__content table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 15px;
}

.ga-static-page__content th,
.ga-static-page__content td {
  padding: 12px 16px;
  text-align: left;
  border: 1px solid rgba(0,0,0,0.1);
}

.ga-static-page__content th {
  background: #f3f3f3;
  font-weight: 600;
  color: #222526;
}

/* Responsive */
@media (max-width: 768px) {
  .ga-static-page__header {
    padding: 40px 0 32px;
    margin-bottom: 36px;
  }

  .ga-static-page__body {
    padding: 0;
  }

  .ga-static-page__content {
    font-size: 16px;
  }
}

/* ═══════════════════════════════════════════════════
   İLAN DETAY — single-ilan.php  |  Figma node 39:2
   1440px canvas  →  967px içerik (235px kenar boşlukları)
   Sol sütun: 547px  |  Sağ sidebar: 414px (.gaid-agent)
   ═══════════════════════════════════════════════════ */

/* ── Temel sayfa ────────────────────────────────── */
.gaid {
  background: #fff;
  color: #222526;
}

/* 967px centered container */
.gaid-wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

/* ── HERO ────────────────────────────────────────── */
/* 967px × 409px, rounded-18px, relative içinde overlay */
.gaid-hero {
  position: relative;
  width: 100%;
  height: 409px;
  border-radius: 18px;
  overflow: hidden;
  background: #1a1a1a;
  margin-top: 24px;
}

.gaid-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gaid-hero__img--ph {
  background: #c8c8c8;
}

/* Gradient overlay */
.gaid-hero__grad {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.80) 0%,
    rgba(0,0,0,0.30) 45%,
    transparent 75%
  );
  pointer-events: none;
}

/* Fırsat Portföy — hafif altın tonlu karartma */
.gaid-hero__grad--firsat {
  background: linear-gradient(
    to top,
    rgba(26,18,4,0.88) 0%,
    rgba(45,35,8,0.42) 48%,
    rgba(228,177,37,0.12) 78%,
    transparent 100%
  );
}

/* Fırsat rozeti — hero sol üst */
.gaid-hero__badge--firsat {
  position: absolute;
  top: 20px;
  left: 24px;
  z-index: 3;
  margin: 0;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #1a1a1a;
  background: #e4b125;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.25);
}

/* Eski fiyat + indirim (Fırsat) — başlık altı */
.gaid-hero__firsat-pitch {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.3;
}

.gaid-hero__firsat-old {
  text-decoration: line-through;
  color: rgba(255,255,255,0.7);
  font-weight: 500;
}

.gaid-hero__firsat-discount {
  color: #e4b125;
  font-weight: 700;
  text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

/* ── Fırsat Portföy hero — beyaz boşluklar, başlık sol üst, sarı bant ── */
.gaid-hero--firsat-split {
  position: relative;
  width: 100%;
  min-height: 400px;
  margin-top: 24px;
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
  z-index: 0;
  padding-bottom: 0;
  box-sizing: border-box;
}

.gaid-fh__shell {
  --ga-fh-pad: 5px;
  /* Ana görsel | üst sağ | alt sağ arası beyaz boşluk */
  --ga-fh-gap: 16px;
  /* Rozet sağda hafif taşsın — overflow hidden rozeti kesmesin */
  --ga-fh-pad-r: 11px;
  display: grid;
  grid-template-columns: minmax(0, 1046px) minmax(0, 361px);
  column-gap: var(--ga-fh-gap);
  align-items: stretch;
  min-height: 400px;
  position: relative;
  z-index: 0;
  padding: var(--ga-fh-pad) var(--ga-fh-pad-r) var(--ga-fh-pad) var(--ga-fh-pad);
  box-sizing: border-box;
  background: #fff;
  border-radius: 24px;
  overflow: visible;
}

/* Sol panel — görsel tüm köşelerde aynı yuvarlak (clip-path yok) */
.gaid-fh__main {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  z-index: 1;
  min-height: 380px;
  background: #2a2a2a;
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box;
}

.gaid-fh__main-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 1046px;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gaid-fh__main-img--ph {
  background: linear-gradient(135deg, #3a3a3a, #1a1a1a);
}

.gaid-fh__main-grad {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.4) 0%,
    rgba(0,0,0,0.1) 35%,
    transparent 50%,
    rgba(0,0,0,0.35) 72%,
    rgba(0,0,0,0.78) 100%
  );
  pointer-events: none;
  z-index: 1;
}

/* Başlık: sol üst, 2–3 satır (referans); eski fiyat sağ altta */
.gaid-fh__title {
  position: absolute;
  left: clamp(14px, 2.6vw, 28px);
  right: 14%;
  top: clamp(16px, 2.8vw, 32px);
  bottom: auto;
  z-index: 2;
  max-width: min(92%, 38rem);
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.02em;
  font-size: clamp(1rem, 1.2vw + 0.65rem, 1.7rem);
  font-weight: 800;
  line-height: 1.14;
  color: #fff;
  text-shadow: 0 2px 20px rgba(0,0,0,0.55);
  letter-spacing: -0.02em;
}

.gaid-fh__title-line {
  display: block;
}

.gaid-fh__title-line--flow {
  display: block;
  max-width: min(100%, 34rem);
}

/* Eski fiyat — sağ alt; ince beyaz yatay çizgi */
.gaid-fh__oldprice {
  position: absolute;
  right: clamp(8px, 1.4vw, 20px);
  bottom: clamp(14px, 2.5vw, 26px);
  z-index: 3;
  margin: 0;
  font-size: clamp(0.82rem, 0.95vw, 1rem);
  font-weight: 600;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
  text-align: right;
  max-width: 46%;
  line-height: 1.2;
}

.gaid-fh__oldprice-inner {
  position: relative;
  display: inline-block;
  padding: 0 2px;
}

.gaid-fh__oldprice-inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background: #fff;
  transform: translateY(-50%);
  opacity: 0.95;
  border-radius: 0;
  box-shadow: none;
}

.gaid-fh__side {
  grid-column: 2;
  grid-row: 1;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: var(--ga-fh-gap);
  min-width: 0;
  min-height: 0;
  overflow: visible;
}

.gaid-fh__side-tiles {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: var(--ga-fh-gap);
  min-height: 160px;
  margin: 0;
  padding: 0;
}

.gaid-fh__tile {
  position: relative;
  flex: 1 1 50%;
  min-height: 120px;
  border-radius: 16px;
  overflow: hidden;
  background: #2a2a2a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.gaid-fh__tile--top {
  border-radius: 16px 0 0 0;
  width: 361px;
  max-width: 100%;
  box-sizing: border-box;
}

.gaid-fh__tile-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
}

.gaid-fh__tile-img--ph {
  background: #3a3a3a;
  z-index: 0;
}

.gaid-fh__tile-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0,0,0,0.36);
  pointer-events: none;
}

.gaid-fh__cap {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 8px 10px;
  max-width: 92%;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 6px rgba(0,0,0,0.8);
  box-sizing: border-box;
}

.gaid-fh__cap--loc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.12em;
  font-size: clamp(11px, 0.85vw, 14px);
  font-weight: 700;
  line-height: 1.25;
}

.gaid-fh__cap-line {
  display: block;
}

/* Tek satır: "Birim m² Fiyatı 43.000 TL" */
.gaid-fh__cap--sqm {
  font-size: clamp(11px, 0.85vw, 14px);
  font-weight: 700;
  line-height: 1.35;
}

/* Rozet: iki küçük görselin arasındaki boşlukta, sağ kenarda */
.gaid-fh__icon {
  position: absolute;
  right: max(-3px, -0.2vw);
  top: 50%;
  left: auto;
  transform: translate(0, -50%);
  z-index: 6;
  line-height: 0;
  pointer-events: none;
  filter: drop-shadow(0 2px 10px rgba(0,0,0,0.35));
}

.gaid-fh__tile--btm {
  position: relative;
  border-radius: 16px 0 0 0;
  width: 361px;
  max-width: 100%;
  box-sizing: border-box;
}

.gaid-fh__icon img {
  display: block;
  width: clamp(56px, 5vw, 76px);
  height: clamp(56px, 5vw, 76px);
  max-width: 22vw;
  max-height: 22vw;
  object-fit: contain;
}

/* Sarı bant — sağ sütun genişliğinde, notch / burun yok */
.gaid-fh__barrow {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  max-width: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 0;
  z-index: 4;
  box-sizing: border-box;
}

.gaid-fh__bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px 0;
  min-height: 54px;
  width: 100%;
  padding: 14px 14px;
  background: #eeb128;
  /* Sağ üst + sol alt köşe keskin */
  border-radius: 16px 0 16px 0;
  box-sizing: border-box;
  box-shadow: 0 3px 14px rgba(0,0,0,0.12);
}

.gaid-fh__bar-price {
  font-size: clamp(1.05rem, 1.35vw + 0.35rem, 1.5rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  text-align: center;
  word-break: break-word;
  letter-spacing: 0.02em;
}

.gaid-fh__bar-discount {
  font-size: 11px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
  opacity: 0.9;
}

.gaid-hero--firsat-split .gaid-fh__bar-discount {
  display: none;
}

/* Başlık + konum — sol alt, 39px soldan (274-235) */
.gaid-hero__text {
  position: absolute;
  left: 39px;
  bottom: 54px;   /* hero h409 - title bottom ~ (663-254-409)=0 + 615-485=130px from img top */
  right: 424px;   /* sidebar 414px + 10px boşluk */
  z-index: 2;
}

.gaid-hero__title {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 10px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.5);
}

.gaid-hero__loc {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  margin: 0;
  opacity: 0.9;
}

/*
  Fiyat badge — Figma:
  left=811px (575px from content left), top=615px (361px from img top)
  w=391px, h=48px
  rounded-tl-18px rounded-br-18px → CSS: border-radius: 18px 0 18px 0
*/
.gaid-hero__price {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 391px;
  height: 48px;
  background: #e4b125;
  border-top: 10px solid #fff;
  border-left: 10px solid #fff;
  box-sizing: border-box;
  border-radius: 18px 0 0 0;   /* top-left rounded, rest flush */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0 10px;
  z-index: 2;
  white-space: nowrap;
}

.gaid-hero__price-amount {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}

.ga-projeler-liste-page .gaid-hero__price-amount {
  font-size: 20px;
}

.gaid-hero__price-sqm {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

/* ── 2 SÜTUN: sol 547px | sağ 414px (.gaid-agent) ─────────────── */
/* Sol: galeri + İlan Detayları | Sağ: sticky sidebar */
.gaid-body {
  display: grid;
  grid-template-columns: 1fr 414px;
  align-items: start;
}

/* Tam genişlik içerik bölümleri (body'nin altında) */
.gaid-content {
  padding-bottom: 80px;
}

/* ── SOL SÜTUN ──────────────────────────────────── */
.gaid-left {
  padding-right: 27px; /* 547 - 520 = 27px: gallery max-width 520px */
  padding-bottom: 80px;
}

/* ── GALERİ ─────────────────────────────────────── */
.gaid-gallery {
  margin-top: 20px;
}

/* Büyük önizleme: 1000×520px, rounded-18px */
.gaid-gallery__main {
  position: relative;
  width: 1000px;
  height: 520px;
  border-radius: 18px;
  overflow: hidden;
  background: #d9d9d9;
}

.gaid-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.18s ease;
}

/* Thumbnail varken ana görsele tıkla = lightbox (ga-ilan-detay.js sınıfı) */
.gaid-gallery--has-thumbs .gaid-gallery__main img#gaid-gallery-big {
  cursor: zoom-in;
}

.gaid-gallery__ph {
  width: 100%;
  height: 100%;
  background: #d9d9d9;
}

/* Galeri okları — soldaki sol kenarda, sağdaki sağ kenarda */
.gaid-gallery__arr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: rgba(255,255,255,0.80);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #222526;
  z-index: 3;
  transition: background 0.15s;
}

.gaid-gallery__arr:hover { background: #fff; }
.gaid-gallery__arr--prev { left: 16px; }
.gaid-gallery__arr--next { right: 16px; }

/* Thumbnail sırası — yatay kaydır; scrollIntoView (sayfa) kullanılmıyor */
.gaid-gallery__thumbrow {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  margin-top: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  padding-bottom: 4px;
}

/* Her thumbnail: 139×73px, rounded-18px, bg #d9d9d9 */
.gaid-gallery__thumb {
  flex-shrink: 0;
  width: 139px;
  height: 73px;
  border-radius: 18px;
  overflow: hidden;
  border: 2px solid transparent;
  background: #d9d9d9;
  cursor: pointer;
  padding: 0;
  transition: border-color 0.15s;
}

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

.gaid-gallery__thumb.is-active {
  border-color: #e4b125;
}

/* ── BÖLÜM BAŞLIĞI ──────────────────────────────── */
.gaid-sec {
  margin-top: 48px;
}

.gaid-sec__title {
  font-size: 24px;
  font-weight: 800;
  color: #222526;
  margin: 0 0 20px;
}

.gaid-sec__title--gold {
  color: #e4b125;
}

/* ── İLAN ÖZELLİKLERİ TABLOSU ──────────────────── */
/* 4 kolon: label | val | label | val, line-height 2.5 */
.gaid-detay__table {
  display: grid;
  grid-template-columns: max-content 1fr max-content 1fr;
  column-gap: 24px;
}

.gaid-detay__col p {
  font-size: 14.375px;
  line-height: 2.5;
  margin: 0;
}

.gaid-detay__col--lbl p {
  font-weight: 700;
  color: #222526;
  white-space: nowrap;
}

.gaid-detay__col--lbl2 p {
  font-weight: 600;
}

.gaid-detay__col--val p {
  font-weight: 400;
  color: rgba(34,37,38,0.5);
}

/* ── PLATFORM LOGOLARI ──────────────────────────── */
.gaid-platforms__text {
  font-size: 20px;
  font-weight: 400;
  color: #222526;
  margin: 0 0 16px;
}

.gaid-platforms__row {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.gaid-platform-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #fff;
  border: 1.5px solid rgba(0,0,0,0.12);
  border-radius: 8px;
  padding: 10px 18px;
  transition: border-color 0.18s, box-shadow 0.18s, transform 0.15s;
  min-width: 120px;
  height: 56px;
}

.gaid-platform-link img {
  display: block;
  max-height: 32px;
  max-width: 130px;
  width: auto;
  object-fit: contain;
}

.gaid-platform-link:hover {
  border-color: #e4b125;
  box-shadow: 0 2px 10px rgba(228,177,37,0.18);
  transform: translateY(-2px);
}

/* ── İLAN AÇIKLAMASI ────────────────────────────── */
.gaid-aciklama__body {
  font-size: 17px;
  font-weight: 300;
  color: #222526;
  line-height: 1.7;
}

.gaid-aciklama__body p  { margin: 0 0 14px; }
.gaid-aciklama__body ul,
.gaid-aciklama__body ol { padding-left: 22px; margin: 0 0 14px; }
.gaid-aciklama__body li { margin-bottom: 5px; line-height: 1.3; }

/* ── HARİTA ─────────────────────────────────────── */
.gaid-map .gaid-sec__title {
  margin: 0 0 1rem;
}

.gaid-map__embed iframe {
  width: 100%;
  height: 380px;
  border: none;
  border-radius: 12px;
  display: block;
}

/* ── İLAN ÖZELLİKLERİ — metin listesi ──────────── */
/* 4 sütun, grup başlığı 17px semibold, değerler 17px light #797979 */
.gaid-ozellik__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 24px;
}

.gaid-ozellik__empty {
  color: rgba(34, 37, 38, 0.45);
  font-size: 15px;
  font-weight: 300;
  margin: 0;
  line-height: 1.5;
}

.gaid-ozellik__grp-title {
  font-size: 17px;
  font-weight: 600;
  color: #222526;
  margin: 0 0 6px;
}

.gaid-ozellik__item {
  font-size: 17px;
  font-weight: 300;
  color: #797979;
  line-height: 30px;
  margin: 0;
}

/* ── RANDEVU FORMU ──────────────────────────────── */
.gaid-randevu-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

.gaid-randevu-form__group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.gaid-randevu-form__group label {
  font-size: 13px;
  font-weight: 600;
  color: #222526;
}

.gaid-randevu-form input,
.gaid-randevu-form select,
.gaid-randevu-form textarea {
  width: 100%;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 10px;
  padding: 11px 14px;
  font-size: 14px;
  background: #f5f4f0;
  color: #222526;
  outline: none;
  transition: border-color 0.15s;
  box-sizing: border-box;
  height: 46px;
}

.gaid-randevu-form input:focus,
.gaid-randevu-form select:focus,
.gaid-randevu-form textarea:focus {
  border-color: #e4b125;
  background: #fff;
}

.gaid-randevu-form textarea {
  height: 100px;
  resize: vertical;
  margin-bottom: 14px;
}

.gaid-randevu-form__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e4b125;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  border: none;
  border-radius: 30px;
  padding: 13px 48px;
  cursor: pointer;
  transition: background 0.15s;
}

.gaid-randevu-form__btn:hover { background: #c99a18; }

.gaid-randevu-form__msg {
  margin-top: 12px;
  font-size: 14px;
  padding: 10px 14px;
  border-radius: 8px;
  text-align: center;
}
.gaid-randevu-form__msg.is-success { background: #f0faf4; color: #2d7a4f; }
.gaid-randevu-form__msg.is-error   { background: #fff0f0; color: #c0392b; }

/* ── KAT PLANLARI ───────────────────────────────── */
/* Figma: h=222px, w=441px + 420px side by side */
.gaid-planlar__grid {
  display: grid;
  grid-template-columns: 441px 420px;
  gap: 17px;
}

.gaid-planlar__grid img {
  width: 100%;
  height: 222px;
  object-fit: cover;
  border-radius: 18px;
  background: #d9d9d9;
  display: block;
}

/* ── SAĞ SÜTUN: STICKY DANIŞMAN KARTI ──────────── */
.gaid-right {
  position: sticky;
  top: 20px;
  align-self: start;
  padding-top: 20px;
}

/*
  Danışman kartı — Figma:
  w=414px, h≈611px, border: 1px solid #222526, rounded-18px
  İç padding sol: 31px
*/
.gaid-agent {
  width: 414px;
  border: 1px solid #222526;
  border-radius: 18px;
  overflow: hidden;
  padding: 30px 31px 28px;
  box-sizing: border-box;
  background: #fff;
}

/* Avatar + ad + unvan + tel */
.gaid-agent__header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

/* Sticky sidebar: sadece metin (avatar yok) */
.gaid-agent__header--text-only {
  display: block;
}

/* 57×57px circle */
.gaid-agent__avatar {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.gaid-agent__header > div {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.gaid-agent__name {
  display: block;
  font-size: 25px;
  font-weight: 700;
  color: #222526;
  line-height: 1.2;
}

.gaid-agent__title {
  display: block;
  font-size: 15px;
  font-weight: 300;
  color: #222526;
}

.gaid-agent__phone {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #e3b026;
  text-decoration: none;
  margin-top: 3px;
}

.gaid-agent__phone:hover { text-decoration: underline; }

/* Yatay çizgi — 349.5px */
.gaid-agent__line {
  height: 1px;
  background: rgba(0,0,0,0.15);
  margin: 0 0 16px;
}

/* "Mesaj bırakın..." */
.gaid-agent__cta {
  font-size: 20px;
  font-weight: 700;
  color: #222526;
  margin: 0 0 14px;
}

/* Form */
.gaid-agent-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Input + textarea: bg #d9d9d9, h=56px, rounded-18px, w=349px */
.gaid-agent-form__input {
  width: 349px;
  height: 56px;
  background: #d9d9d9;
  border: none;
  border-radius: 18px;
  padding: 0 24px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(34,37,38,0.6);
  outline: none;
  transition: background 0.15s;
  box-sizing: border-box;
  display: block;
}

.gaid-agent-form__input::placeholder {
  opacity: 0.45;
}

.gaid-agent-form__input:focus {
  background: #e8e8e8;
  color: #222526;
}

/* Textarea: h=174px */
.gaid-agent-form__textarea {
  height: 174px;
  padding-top: 16px;
  padding-bottom: 16px;
  resize: none;
  line-height: 1.4;
}

/* "Beni Arayın!" btn: bg #e3b026, h=58px, w=349px, rounded-18px, 25px bold */
.gaid-agent-form__btn {
  width: 349px;
  height: 58px;
  background: #e3b026;
  border: none;
  border-radius: 18px;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: background 0.15s;
  margin-top: 4px;
}

.gaid-agent-form__btn:hover { background: #c99a18; }

.gaid-agent-form__msg {
  font-size: 13px;
  padding: 8px 12px;
  border-radius: 6px;
  text-align: center;
}
.gaid-agent-form__msg.is-success { background: #f0faf4; color: #2d7a4f; }
.gaid-agent-form__msg.is-error   { background: #fff0f0; color: #c0392b; }

/* ── KREDİ UYGUNLUĞU (eski blok — aşağıda yeni tanım var) ─── */

/* ── BENZİR İLANLAR ─────────────────────────────── */
.gaid-benzer {
  padding: 64px 0 80px;
  background: #fff;
}

/* Figma: "Benzer İlanlar" 60px bold gold centered */
.gaid-benzer__title {
  font-size: 60px;
  font-weight: 700;
  color: #e4b125;
  text-align: center;
  margin: 0 0 40px;
}

/* 3 kart — Figma: w=298px each, 3 col, gap ~28px */
.gaid-benzer__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* Figma: bg white, border 1px rgba(0,0,0,0.1), rounded-10px, shadow */
.gaid-bcard {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0,0,0,0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.gaid-bcard__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  flex: 1;
}

/* Figma: h=167px, rounded-tl-18 rounded-tr-18 */
.gaid-bcard__img {
  position: relative;
  height: 167px;
  overflow: hidden;
  background: #d9d9d9;
  border-radius: 9px 9px 0 0;
}

.gaid-bcard__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}

.gaid-bcard:hover .gaid-bcard__img img { transform: scale(1.04); }

.gaid-bcard__img-ph {
  width: 100%;
  height: 100%;
  background: #d9d9d9;
}

.gaid-bcard__badge {
  position: absolute;
  top: 10px;
  left: 12px;
  background: #e4b125;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 3px 10px;
  border-radius: 6px;
  text-transform: uppercase;
}

.gaid-bcard__body {
  padding: 14px 18px 18px;
  flex: 1;
}

/* Figma: 20px bold #222526 */
.gaid-bcard__title {
  font-size: 20px;
  font-weight: 700;
  color: #222526;
  margin: 0 0 8px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gaid-bcard__meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.gaid-bcard__meta span {
  font-size: 12px;
  font-weight: 700;
  color: rgba(34,37,38,0.5);
}

/* Figma: 18px extrabold, underline (line-10 svg) */
.gaid-bcard__price {
  font-size: 18px;
  font-weight: 800;
  color: #222526;
  margin: 4px 0 0;
  display: inline-block;
}

/* ── RESPONSIVE ────────────────────────────────── */
@media (max-width: 1040px) {
  .gaid-body { grid-template-columns: minmax(0, 1fr) minmax(260px, 340px); }
  .gaid-gallery__main { width: 100%; height: 320px; }
  .gaid-agent { width: 100%; }
  .gaid-agent-form__input,
  .gaid-agent-form__btn { width: 100%; }
  .gaid-detay__table { grid-template-columns: max-content 1fr; }
  .gaid-ozellik__grid { grid-template-columns: repeat(2, 1fr); }
  .gaid-planlar__grid { grid-template-columns: 1fr 1fr; }
}

/* Portföy/ilan detay: tablet + mobil — tek sütun, üst üste düzen */
@media (max-width: 991.98px) {
  .gaid-body { grid-template-columns: 1fr; }
  .gaid-right { position: static; padding-top: 0; }
  .gaid-agent { width: 100%; }
  .gaid-hero:not(.gaid-hero--firsat-split) { height: 300px; margin-top: 16px; }
  .gaid-hero--firsat-split {
    height: auto;
    min-height: 0;
    margin-top: 16px;
    padding-bottom: 0;
    border-radius: 16px;
  }
  .gaid-fh__shell {
    grid-template-columns: 1fr;
    min-height: 0;
    row-gap: var(--ga-fh-gap, 16px);
    padding: var(--ga-fh-pad, 5px) var(--ga-fh-pad-r, 11px) var(--ga-fh-pad, 5px) var(--ga-fh-pad, 5px);
    border-radius: 16px;
  }
  .gaid-fh__main {
    grid-column: 1;
    grid-row: 1;
    min-height: 240px;
    border-radius: 14px;
  }
  .gaid-fh__side {
    grid-column: 1;
    grid-row: 2;
    max-width: 100%;
  }
  .gaid-fh__tile--top,
  .gaid-fh__tile--btm {
    width: 100%;
    max-width: none;
  }
  .gaid-fh__main-img {
    width: 100%;
    max-width: none;
    inset: 0;
  }
  .gaid-fh__title {
    left: 14px;
    right: 12px;
    max-width: 94%;
    top: 12px;
    bottom: auto;
    transform: none;
    font-size: 0.9rem;
    line-height: 1.12;
  }
  .gaid-fh__oldprice {
    bottom: 14px;
    right: 10px;
    max-width: 55%;
    font-size: 0.78rem;
  }
  .gaid-fh__icon {
    right: 4px;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
  }
  .gaid-fh__icon img {
    width: 52px;
    height: 52px;
    max-width: 18vw;
    max-height: 18vw;
  }
  .gaid-fh__barrow {
    margin-left: 0;
    width: 100%;
    padding-left: 0;
  }
  .gaid-fh__bar {
    border-radius: 12px 0 12px 0;
    min-height: 50px;
    padding: 12px 14px;
  }
  .gaid-hero__title { font-size: 24px; }
  .gaid-hero__text { right: 20px; left: 20px; bottom: 55px; }
  .gaid-hero__price { min-width: auto; width: auto; padding: 0 16px; }
  .gaid-hero__price-amount { font-size: 18px; }
  .gaid-hero__price-sqm { display: none; }
  .gaid-gallery__main { width: 100%; height: 200px; }
  .gaid-gallery__thumb { width: 100px; height: 60px; }
  .gaid-left { padding-right: 0; }
  .gaid-benzer__grid { grid-template-columns: 1fr 1fr; }
  .gaid-benzer__title { font-size: 36px; }
  .gaid-randevu-form__row { grid-template-columns: 1fr 1fr; gap: 10px; }
  /* kredi responsive eski referans — yeni responsive aşağıda */
}

@media (max-width: 500px) {
  .gaid-detay__table {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 12px;
    width: 100%;
    max-width: 100%;
  }

  .gaid-detay__col--lbl p,
  .gaid-detay__col--val p {
    white-space: normal;
    word-break: break-word;
  }

  .gaid-hero:not(.gaid-hero--firsat-split) { height: 250px; }
  .gaid-hero--firsat-split { border-radius: 10px; }
  .gaid-fh__oldprice { right: 8px; bottom: 52px; font-size: 0.8rem; }
  .gaid-hero__badge--firsat { top: 12px; left: 12px; font-size: 12px; padding: 6px 12px; }
  .gaid-benzer__grid { grid-template-columns: 1fr; }
  .gaid-ozellik__grid { grid-template-columns: 1fr 1fr; }
  .gaid-randevu-form__row { grid-template-columns: 1fr; }
  .gaid-planlar__grid { grid-template-columns: 1fr; }
  .gaid-planlar__grid img { height: auto; }
}

/* ── Platform linkleri — mobil overrides ──────────── */
.gaid-platforms__text {
  font-size: 15px;
}

.gaid-platforms__row {
  gap: 12px;
}

.gaid-platform-link {
  min-width: 100px;
  height: 48px;
  padding: 8px 14px;
}

.gaid-platform-link img {
  max-height: 28px;
  max-width: 110px;
}

/* ── Özellikler — checkbox ikonu ───────────────────── */
.gaid-ozellik__grp-title {
  font-size: 17px;
  font-weight: 600;
  color: #222526;
  margin: 0 0 8px;
}

.gaid-ozellik__item {
  font-size: 17px;
  font-weight: 300;
  color: #222526;
  line-height: 30px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.gaid-ozellik__item--off {
  color: rgba(34,37,38,0.4);
}

.gaid-ozellik__chk {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

/* ══════════════════════════════════════════════════════
   RANDEVU — Takvim (sol) + Form kartı (sağ)
   ══════════════════════════════════════════════════════ */
.gaid-randevu {
  margin-top: 0;
  padding: 60px 0 50px;
}

/* 2-sütun: takvim | form (.gaid-agent ile aynı genişlik) */
.gaid-randevu__layout {
  display: grid;
  grid-template-columns: 1fr 414px;
  gap: 24px;
  align-items: start;
}

/* ── Takvim widget ─────────────────────────────────── */
.gaid-cal {
  padding: 0;
}

/* Ay + Yıl dropdown'ları */
.gaid-cal__head {
  display: flex;
  gap: 20px;
  margin-bottom: 16px;
}

.gaid-cal__sel-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.gaid-cal__sel {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  font-size: 15px;
  font-weight: 600;
  color: #222526;
  cursor: pointer;
  padding-right: 22px;
  outline: none;
}

.gaid-cal__sel-arrow {
  position: absolute;
  right: 0;
  pointer-events: none;
}

/* Takvim grid: 7 sütun — hücreler arası çizgilerle */
.gaid-cal__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0;
  margin-bottom: 0;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}

/* Gün başlıkları: Pt Sa Ça Pe Cu Ct Pa */
.gaid-cal__dhead {
  font-size: 13px;
  font-weight: 700;
  color: #e4b125;
  text-align: center;
  padding: 10px 4px;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  box-sizing: border-box;
}

/* Gün hücreleri (JS ile oluşturulur) */
.gaid-cal__day {
  font-size: 28px;
  font-weight: 400;
  color: #222526;
  text-align: center;
  padding: 22px 4px;
  cursor: pointer;
  border-radius: 0;
  transition: background 0.15s, color 0.15s;
  line-height: 1;
  border: none;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background: transparent;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.gaid-cal__day:hover:not(:disabled):not(.is-other-month) {
  background: rgba(228,177,37,0.1);
}

.gaid-cal__day.is-today {
  font-weight: 700;
}

.gaid-cal__day.is-selected {
  background: transparent;
  color: #fff;
  font-weight: 700;
}

/* Seçili gün: altın daire iç içe */
.gaid-cal__day.is-selected::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e4b125;
  z-index: 0;
}

.gaid-cal__day.is-other-month {
  color: rgba(34,37,38,0.3);
  cursor: default;
}

.gaid-cal__day:disabled {
  color: rgba(34,37,38,0.25);
  cursor: default;
}

/* Boş dolgu hücreleri (.gaid-cal__empty) — kenarlık taşıyor */
.gaid-cal__empty {
  background: transparent;
}

/* Gün numarası span'i — seçili hücrede dairenin üzerinde kalır */
.gaid-cal__day span {
  position: relative;
  z-index: 1;
  display: inline-block;
  line-height: 1;
}

/* Saat seçici — takvim gridinden ayrılan çizgili bölüm */
.gaid-cal__time {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px 0;
  border: 1px solid #e0e0e0;
  border-top: none;
  margin-bottom: 20px;
}

.gaid-cal__time-display {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 28px;
  font-weight: 400;
  color: #222526;
}

.gaid-cal__time-h,
.gaid-cal__time-m {
  min-width: 36px;
  text-align: center;
}

.gaid-cal__time-sep {
  margin-bottom: 2px;
}

.gaid-cal__time-btns {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.gaid-cal__time-btn {
  border: none;
  background: transparent;
  color: rgba(34,37,38,0.45);
  font-size: 11px;
  cursor: pointer;
  padding: 3px 8px;
  transition: color 0.12s;
  line-height: 1;
}

.gaid-cal__time-btn:hover { color: #e4b125; }

/* "Randevunuzu Oluşturun" butonu */
.gaid-cal__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  margin: 0 auto;
  background: #e4b125;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s;
  box-sizing: border-box;
}

.gaid-cal__submit:hover { background: #c99a18; }

/* Sağ: form kartı (randevu) */
.gaid-randevu__agent {
  border: 1px solid #222526;
  border-radius: 18px;
  padding: 30px 31px 28px;
  box-sizing: border-box;
  background: #fff;
}

/* ══════════════════════════════════════════════════════
   KAT PLANLARI — Carousel + Lightbox
   ══════════════════════════════════════════════════════ */
.gaid-planlar {
  margin-top: 0;
  padding: 60px 0 50px;
}

.gaid-planlar__empty {
  color: rgba(34,37,38,0.45);
  font-size: 14px;
  margin: 0;
}

/* Dış kapsayıcı: ok düğmeleri + viewport */
.gaid-planlar__outer {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}

.gaid-planlar__nav {
  flex-shrink: 0;
  font-size: 32px;
  font-weight: 300;
  color: rgba(34,37,38,0.4);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px 4px;
  line-height: 1;
  transition: color 0.15s;
  width: 28px;
}

.gaid-planlar__nav:hover { color: #e4b125; }
.gaid-planlar__nav:disabled { opacity: 0.2; cursor: default; }

/* Viewport: klip alanı */
.gaid-planlar__viewport {
  flex: 1;
  overflow: hidden;
}

/* Track: kayan liste */
.gaid-planlar__track {
  display: flex;
  gap: 16px;
  transition: transform 0.35s ease;
}

/* Tek bir slayt: 441×222px — Figma değerleri */
.gaid-planlar__slide {
  flex-shrink: 0;
  width: calc(33.333% - 11px);
}

.gaid-planlar__open {
  display: block;
  width: 100%;
  border: none;
  padding: 0;
  background: #d9d9d9;
  border-radius: 18px;
  overflow: hidden;
  cursor: zoom-in;
}

.gaid-planlar__open img {
  display: block;
  width: 100%;
  height: 222px;
  object-fit: cover;
  transition: transform 0.3s;
}

.gaid-planlar__open:hover img { transform: scale(1.03); }

/* ── Lightbox ──────────────────────────────────────── */
.gaid-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.gaid-lightbox.is-open {
  display: flex;
}

.gaid-lightbox__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.82);
  cursor: pointer;
}

.gaid-lightbox__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px 16px;
  max-width: 96vw;
  max-height: 92vh;
  padding: 0 8px;
  box-sizing: border-box;
}

.gaid-lightbox__img {
  display: block;
  max-width: min(90vw, 100%);
  max-height: 88vh;
  width: auto;
  height: auto;
  border-radius: 12px;
  object-fit: contain;
  transition: opacity 0.2s ease;
  flex: 0 1 auto;
}

/* Galeri: önceki / sonraki; kat planında [hidden] */
.gaid-lightbox__arr {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.95);
  color: #222526;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  transition: background 0.15s, transform 0.12s;
  z-index: 2;
}

.gaid-lightbox__arr:hover {
  background: #fff;
  transform: scale(1.04);
}

.gaid-lightbox__arr:disabled,
.gaid-lightbox__arr[hidden] {
  display: none;
}

@media (max-width: 520px) {
  .gaid-lightbox__inner {
    gap: 6px;
    max-width: 100%;
    padding: 0 4px;
  }
  .gaid-lightbox__arr {
    width: 40px;
    height: 40px;
  }
  .gaid-lightbox__img {
    max-width: calc(100vw - 100px);
  }
}

.gaid-lightbox__close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  border: none;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222526;
  box-shadow: 0 2px 8px rgba(0,0,0,0.25);
}

/* ══════════════════════════════════════════════════════
   KONUTKREDİSİ — Görsel 6 birebir
   ══════════════════════════════════════════════════════ */
/* ────────────────────────────────────────────────────────────────
   KREDİ UYGUNLUĞU — "Konut Kredisi Kullanacak Mısınız?"
   Figma / Ekran görüntüsü: beyaz arka plan, büyük asimetrik başlık,
   ortada ev+para görseli, alıntı ve iki buton
──────────────────────────────────────────────────────────────── */
.gaid-kredi {
  position: relative;
  background: #fff;
  padding: 0px 0 56px;
  margin-top: 0;
}

.gaid-kredi__inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

/* ── Başlık bloğu ─────────────────────────────────────────── */
.gaid-kredi__heading-wrap {
  margin-bottom: 0;
}

.gaid-kredi__heading {
  margin: 0;
  line-height: 1;
}

/* "Konut" — tek satır, sağa hizalı */
.gaid-kredi__h1 {
  display: block;
  text-align: right;
  font-size: 115px;
  font-weight: 900;
  color: #2a2510;
  line-height: 0.92;
  letter-spacing: -3px;
}

/* "Kredisi" + "Kullanacak Mısınız?" aynı satırda */
.gaid-kredi__h2-row {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: flex-start;
}

.gaid-kredi__h2 {
  font-size: 115px;
  font-weight: 900;
  color: #2a2510;
  line-height: 0.92;
  letter-spacing: -3px;
  white-space: nowrap;
}

/* "Kullanacak Mısınız?" — gold, küçük */
.gaid-kredi__h3 {
  font-size: 27px;
  font-weight: 700;
  color: #e4b125;
  line-height: 1.2;
  text-align: left;
  white-space: nowrap;
}

/* ── Görsel ───────────────────────────────────────────────── */
.gaid-kredi__img-wrap {
  margin: 0 auto;
  max-width: 800px;
}

.gaid-kredi__img-wrap img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* ── Alıntı + Butonlar ────────────────────────────────────── */
.gaid-kredi__foot {
  margin-top: 8px;
}

.gaid-kredi__quote {
  font-size: 14px;
  color: rgba(34, 37, 38, 0.7);
  max-width: 600px;
  margin: 0 auto 28px;
  line-height: 1.7;
}

.gaid-kredi__btns {
  display: flex;
  gap: 14px;
  justify-content: center;
}

.gaid-kredi__btn {
  padding: 13px 52px;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  font-family: 'Roboto', sans-serif;
  transition: opacity 0.15s, background 0.15s;
}

.gaid-kredi__btn--yes {
  background: #e4b125;
  color: #fff;
}

.gaid-kredi__btn--no {
  background: #222526;
  color: #fff;
}

.gaid-kredi__btn--yes:hover { opacity: 0.88; }
.gaid-kredi__btn--no:hover  { opacity: 0.82; }

/* ══════════════════════════════════════════════════════
   KONUT KREDİSİ — Evet: geri arama modalı
   ══════════════════════════════════════════════════════ */
.ga-kk-modal {
  position: fixed;
  inset: 0;
  z-index: 100050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s;
}

.ga-kk-modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.ga-kk-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

.ga-kk-modal__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  max-height: min(90vh, 640px);
  overflow: auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  padding: 32px 28px 30px;
  box-sizing: border-box;
}

.ga-kk-modal__close {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: opacity 0.15s;
}

.ga-kk-modal__close:hover,
.ga-kk-modal__close:focus-visible {
  opacity: 0.6;
  outline: none;
}

.ga-kk-modal__head {
  text-align: left;
  margin: 0 0 24px;
  padding-right: 32px;
}

.ga-kk-modal__line1 {
  margin: 0 0 4px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #e5b32b;
  line-height: 1.2;
  font-style: normal;
}

.ga-kk-modal__line2 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 700;
  color: #222;
  line-height: 1.25;
  font-style: normal;
}

.ga-kk-modal__form {
  display: block;
}

.ga-kk-modal__row2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}

@media (max-width: 480px) {
  .ga-kk-modal__row2 {
    grid-template-columns: 1fr;
  }
}

.ga-kk-modal__input,
.ga-kk-modal__textarea {
  width: 100%;
  box-sizing: border-box;
  border: 0;
  border-radius: 10px;
  background: #f0f0f0;
  color: #222;
  font-size: 0.95rem;
  line-height: 1.4;
  padding: 12px 14px;
  font-family: inherit;
  transition: background 0.15s;
}

.ga-kk-modal__input::placeholder,
.ga-kk-modal__textarea::placeholder {
  color: #a0a0a0;
  opacity: 1;
}

.ga-kk-modal__input:focus,
.ga-kk-modal__textarea:focus {
  outline: 2px solid rgba(229, 179, 43, 0.45);
  outline-offset: 0;
  background: #ececec;
}

.ga-kk-modal__message-box {
  position: relative;
  background: #f0f0f0;
  border-radius: 10px;
  padding: 8px 8px 52px 8px;
  margin-bottom: 12px;
}

.ga-kk-modal__textarea {
  min-height: 120px;
  resize: vertical;
  background: transparent;
  border-radius: 6px;
  padding: 6px 8px 0;
  display: block;
}

.ga-kk-modal__submit-floating {
  position: absolute;
  right: 8px;
  bottom: 8px;
}

.ga-kk-modal__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  padding: 10px 20px;
  border: 0;
  border-radius: 8px;
  background: #e5b32b;
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.15s, opacity 0.15s;
}

.ga-kk-modal__submit:hover:not(:disabled),
.ga-kk-modal__submit:focus-visible:not(:disabled) {
  background: #d4a428;
  outline: none;
}

.ga-kk-modal__submit:disabled {
  opacity: 0.75;
  cursor: not-allowed;
}

.ga-kk-modal__msg {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.4;
  padding: 2px 0;
}

.ga-kk-modal__msg.is-success { color: #1a6b2d; }
.ga-kk-modal__msg.is-error   { color: #b32b2b; }

/* ══════════════════════════════════════════════════════
   BENZİR İLANLAR — Carousel + Dots
   Görsel 7: büyük gold başlık + 3 kart + dots
   ══════════════════════════════════════════════════════ */
.gaid-benzer {
  padding: 60px 0 72px;
  background: #fff;
  overflow: hidden;
}

/* "Benzer İlanlar" — büyük gold, ortalı */
.gaid-benzer__title {
  font-size: 60px;
  font-weight: 700;
  color: #e4b125;
  text-align: center;
  margin: 0 0 40px;
  font-style: normal;
}

/* Carousel kapsayıcısı */
.gaid-benzer__carousel {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  overflow: hidden;
}

.gaid-benzer__track {
  display: flex;
  gap: 20px;
  transition: transform 0.4s ease;
  align-items: stretch;
}

/* Her kart: viewport'ta 3 kart görünür → genişlik = (967 - 40px padding - 2*20px gap) / 3 */
.gaid-bcard {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: calc((100% - 40px) / 3);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: box-shadow 0.2s;
}

.gaid-bcard:hover { box-shadow: 0 8px 28px rgba(0,0,0,0.14); }

.gaid-bcard__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  flex: 1;
}

/* Görsel alanı */
.gaid-bcard__img {
  position: relative;
  height: 175px;
  overflow: hidden;
  background: #d9d9d9;
}

.gaid-bcard__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}

.gaid-bcard:hover .gaid-bcard__img img { transform: scale(1.04); }

.gaid-bcard__img-ph {
  width: 100%;
  height: 100%;
  background: #d9d9d9;
}

.gaid-bcard__badge {
  position: absolute;
  top: 10px;
  left: 12px;
  background: #e4b125;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 4px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Kart içeriği */
.gaid-bcard__body {
  padding: 14px 16px 18px;
}

/* Başlık: bold, 2 satır sınır */
.gaid-bcard__title {
  font-size: 16px;
  font-weight: 700;
  color: #222526;
  line-height: 1.4;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Başlık altı altın çizgi — sabit genişlik */
.gaid-bcard__title::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: #e4b125;
  margin-top: 10px;
}

.gaid-bcard__price-row {
  margin-bottom: 10px;
}

.gaid-bcard__price {
  font-size: 16px;
  font-weight: 800;
  color: #222526;
  display: inline-block;
}

/* Meta: ikonlu özellikler */
.gaid-bcard__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.gaid-bcard__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 700;
  color: #222526;
}

/* İkonlar currentColor kullandığı için path/rect'e gerek kalmadı, ama eski SVG'ler için fallback */
.gaid-bcard__meta-item svg path,
.gaid-bcard__meta-item svg rect {
  fill: currentColor;
  stroke: currentColor;
}

/* Kart footer — İLAN İNCELE butonu */
.gaid-bcard__footer {
  padding: 0 16px 16px;
  display: flex;
  justify-content: flex-end;
}

.gaid-bcard__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e4b125;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  padding: 11px 24px;
  border-radius: 4px;
  transition: background 0.15s;
  white-space: nowrap;
}

.gaid-bcard__btn:hover {
  background: #c99a18;
  color: #fff;
}

/* Pagination dots */
.gaid-benzer__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}

.gaid-benzer__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(34,37,38,0.2);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.15s, transform 0.15s;
}

.gaid-benzer__dot.is-active {
  background: #e4b125;
  transform: scale(1.15);
}

/* ── Responsive eklemeler ─────────────────────────── */
@media (max-width: 1040px) {
  .gaid-randevu__layout { grid-template-columns: 1fr; }
  .gaid-randevu__agent  { border: 1px solid #222526; }
  .gaid-kredi__h1,
  .gaid-kredi__h2 { font-size: 72px; letter-spacing: -2px; }
  .gaid-kredi__h3 { font-size: 20px; }
}

@media (max-width: 700px) {
  .gaid-benzer__title { font-size: 38px; }
  .gaid-bcard { width: calc(100% - 0px); }
  .gaid-kredi__h1,
  .gaid-kredi__h2 { font-size: 52px; letter-spacing: -1px; }
  .gaid-kredi__h3 { font-size: 16px; white-space: normal; }
  .gaid-kredi__h2-row { gap: 8px; }
  .gaid-planlar__slide { width: calc(50% - 8px); }
  .gaid-cal__time-display { font-size: 22px; }
}

/* ════════════════════════════════════════════════════════════════
   İLANLAR SAYFASI — page-ilanlar.php
   Figma node 119:521 · Renk değişkenleri: #222526 (siyah), #e4b125 (altın)
════════════════════════════════════════════════════════════════ */

/* ── Genel wrap ─────────────────────────────────────────────── */
.ga-ilanlar-page {
  background: #fff;
  overflow-x: hidden;
}

/* ────────────────────────────────────────────────────────────────
   1. HERO
──────────────────────────────────────────────────────────────── */
.ga-il-hero {
  position: relative;
  height: 420px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #1a1a1a;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}

/* İlanlar + Satılık İlanlar — hero yüksekliği (diğer .ga-il-hero kullanımlarına dokunma) */
.ga-ilanlar-page .ga-il-hero {
  min-height: 60vh;
  min-height: 60dvh;
  height: auto;
}

/* İletişim — hero yüksekliği (genel .ga-il-hero + height:420px ile uyum) */
.ga-iletisim-page .ga-il-hero {
  min-height: 70vh;
  min-height: 70dvh;
  height: auto;
}

.ga-il-hero__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(177.7deg, rgba(255, 255, 255, 0) 52%, #fff 87%);
  pointer-events: none;
  z-index: 1;
}

.ga-il-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-bottom: 0;
  line-height: 1;
}

.ga-il-hero__outlined {
  /* Kontür için Roboto kullanma: -webkit-text-stroke ile WebKit’te “tahta” bozulması. Dolgu başlık .ga-il-hero__title Roboto. */
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 90px;
  /* Sadece dış hat: dolgu yok, harf içi arka plana tamamen görünür */
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(34, 37, 38, 0.22);
  text-shadow: none;
  display: block;
  line-height: 1;
  letter-spacing: 0.04em;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ga-il-hero__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: #e4b125;
  text-align: center;
  margin: -48px 0 0;
  line-height: 1;
}

/* ────────────────────────────────────────────────────────────────
   2. FIRSAT Portföyler
──────────────────────────────────────────────────────────────── */
.ga-il-firsat-section {
  padding: 48px 0 60px;
}

.ga-il-firsat__inner {
  background: #e4b125;
  border-radius: 20px;
  padding: 36px 40px 44px;
  max-width: 980px;
  margin: 0 auto;
}

.ga-il-firsat__heading {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 28px;
}

.ga-il-firsat__heading--white { color: #fff; }
.ga-il-firsat__heading--dark  { color: #222526; }

/* ────────────────────────────────────────────────────────────────
   Ortak carousel altyapısı
──────────────────────────────────────────────────────────────── */
.ga-il-carousel {
  position: relative;
}

.ga-il-carousel__track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.ga-il-carousel__track::-webkit-scrollbar {
  display: none;
}

.ga-il-carousel__item {
  flex: 0 0 calc((100% - 32px) / 3);
  min-width: 0;
}

/* Ok tuşları — genel */
.ga-il-carousel__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}

.ga-il-carousel__arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: rgba(34, 37, 38, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
  flex-shrink: 0;
}

.ga-il-carousel__arrow:hover {
  background: rgba(34, 37, 38, 0.4);
}

/* Dış ok tuşları (track'in dışında) — üst hero hariç: kart/ok ayrımı + taşma önleme */
.ga-il-carousel--projeler,
.ga-il-carousel--listings:not(.ga-satilik-gaid-hero-carousel):not(.ga-kiralik-gaid-hero-carousel) {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 40px;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.ga-satilik-gaid-hero-carousel.ga-il-carousel--listings,
.ga-kiralik-gaid-hero-carousel.ga-il-carousel--listings {
  display: grid;
  grid-template-columns: 36px 1fr 36px;
  align-items: center;
  gap: 12px;
}

.ga-il-carousel--projeler .ga-il-carousel__track,
.ga-il-carousel--listings .ga-il-carousel__track {
  grid-column: 2;
  min-width: 0;
}

.ga-il-carousel__arrow--external {
  background: transparent;
  border: 1.5px solid rgba(34, 37, 38, 0.3);
}

.ga-il-carousel__arrow--external:hover {
  background: rgba(34, 37, 38, 0.08);
}

/* Nokta indikatörler */
.ga-il-carousel__dots {
  display: flex;
  gap: 8px;
  align-items: center;
}

.ga-il-carousel__dots-standalone {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}

.ga-il-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(34, 37, 38, 0.2);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.15s, transform 0.15s;
}

.ga-il-dot.is-active {
  background: #e4b125;
  transform: scale(1.2);
}

/* ── FIRSAT Kart ─────────────────────────────────────────────── */
.ga-firsat-card {
  background: #222526;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.ga-firsat-card__media {
  position: relative;
  height: 175px;
  flex-shrink: 0;
}

.ga-firsat-card__media img,
.ga-firsat-card__media--placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ga-firsat-card__media--placeholder {
  background: linear-gradient(135deg, #3a3d40, #2c2f31);
}

.ga-firsat-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #e4b125;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
  z-index: 2;
}

.ga-firsat-card__agent-wrap {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #e4b125;
  z-index: 2;
}

.ga-firsat-card__agent-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ga-firsat-card__body {
  padding: 12px 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.ga-firsat-card__pricing-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ga-firsat-card__price-old {
  font-size: 13px;
  font-weight: 500;
  color: #737373;
  text-decoration: line-through;
}

.ga-firsat-card__discount {
  font-size: 11px;
  font-weight: 500;
  color: #e8e8e8;
  border: 1px solid #e4b125;
  border-radius: 4px;
  padding: 1px 6px;
}

.ga-firsat-card__title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.ga-firsat-card__title a {
  color: #fff;
  text-decoration: none;
}

.ga-firsat-card__title a:hover {
  color: #e4b125;
}

.ga-firsat-card__price {
  font-size: 17px;
  font-weight: 800;
  color: #fff;
  margin: 0;
}

.ga-firsat-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}

.ga-firsat-card__meta-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: #bbb;
  font-weight: 700;
}

.ga-firsat-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e4b125;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 7px 14px;
  border-radius: 6px;
  text-decoration: none;
  margin-top: auto;
  align-self: flex-end;
  transition: opacity 0.2s;
}

.ga-firsat-card__btn:hover { opacity: 0.85; }

/* ────────────────────────────────────────────────────────────────
   3. PROJELER
──────────────────────────────────────────────────────────────── */
.ga-il-projeler-section {
  padding: 48px 0 60px;
}

.ga-il-section-title {
  font-family: 'Roboto', sans-serif;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 36px;
}

.ga-il-section-title--gold {
  color: #e4b125;
}

.ga-il-section-title__gold { color: #e4b125; }
.ga-il-section-title__dark { color: #222526; }

/* PROJE Kart */
.ga-proje-card {
  background: #222526;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}

.ga-proje-card__media {
  position: relative;
  height: 185px;
  flex-shrink: 0;
}

.ga-proje-card__media img,
.ga-proje-card__media--placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px 12px 0 0;
}

.ga-proje-card__media--placeholder {
  background: linear-gradient(135deg, #3a3d40, #2c2f31);
}

.ga-proje-card__agent-wrap {
  position: absolute;
  bottom: -18px;
  right: 14px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #e4b125;
  z-index: 2;
}

.ga-proje-card__agent-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ga-proje-card__body {
  padding: 18px 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.ga-proje-card__title {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}

.ga-proje-card__title a {
  color: #fff;
  text-decoration: none;
}

.ga-proje-card__title a:hover { color: #e4b125; }

.ga-proje-card__price-block { margin: 4px 0; }

.ga-proje-card__price-from {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin: 0;
  display: inline;
}

.ga-proje-card__price-sub {
  font-size: 14px;
  font-weight: 400;
  color: #e4b125;
  margin: 2px 0 0;
}

.ga-proje-card__location {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  margin-top: 2px;
}

.ga-proje-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e4b125;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 5px;
  text-decoration: none;
  margin-top: auto;
  align-self: flex-start;
  transition: opacity 0.2s;
}

.ga-proje-card__btn:hover { opacity: 0.85; }

/* ────────────────────────────────────────────────────────────────
   4-5. SATILIK / KİRALIK İLANLAR
──────────────────────────────────────────────────────────────── */
.ga-il-listing-section {
  padding: 48px 0 24px;
}

/* Listing Kart */
.ga-listing-card {
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 4px 4px rgba(0,0,0,0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.ga-listing-card__media {
  position: relative;
  height: 215px;
  flex-shrink: 0;
}

.ga-listing-card__media img,
.ga-listing-card__media--placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 14px 14px 0 0;
}

.ga-listing-card__media--placeholder {
  background: linear-gradient(135deg, #eee, #ddd);
}

.ga-listing-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 5px;
  z-index: 2;
}

.ga-listing-card__badge--satilik {
  background: #e4b125;
  color: #fff;
}

.ga-listing-card__badge--kiralik {
  background: #222526;
  color: #fff;
}

.ga-listing-card__badge--proje {
  background: #1a6b5c;
  color: #fff;
}

.ga-listing-card__body {
  padding: 14px 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.ga-listing-card__title {
  font-size: 15px;
  font-weight: 700;
  color: #222526;
  line-height: 1.35;
  margin: 0;
}

.ga-listing-card__title a {
  color: inherit;
  text-decoration: none;
}

.ga-listing-card__title a:hover { color: #e4b125; }

.ga-listing-card__desc {
  font-size: 11px;
  color: rgba(34, 37, 38, 0.5);
  line-height: 1.5;
  margin: 0;
}

.ga-listing-card__price {
  font-size: 17px;
  font-weight: 800;
  color: #000;
  margin: 0;
  text-decoration: underline;
}

.ga-listing-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}

.ga-listing-card__meta-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: #222526;
  font-weight: 700;
}

/* SVG ikonlar: flex satırında küçülmeyi kes; kök svg fill="none" olsa da path görünsün */
.ga-listing-card__meta-item svg {
  flex-shrink: 0;
  display: block;
  overflow: visible;
}

.ga-listing-card__meta-item svg path {
  fill: #999;
}

.ga-listing-card__meta-item .fa {
  flex-shrink: 0;
  color: #999;
  font-size: 14px;
  width: 1em;
  text-align: center;
}

.ga-listing-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 8px;
}

.ga-listing-card__agent-img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e4b125;
}

.ga-listing-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e4b125;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 7px 16px;
  border-radius: 6px;
  text-decoration: none;
  transition: opacity 0.2s;
  margin-left: auto;
}

.ga-listing-card__btn:hover { opacity: 0.85; }

/* Tümünü Gör butonu */
.ga-il-all-btn-wrap {
  text-align: center;
  margin-top: 28px;
  padding-bottom: 32px;
}

.ga-il-all-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e4b125;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding: 14px 40px;
  border-radius: 30px;
  text-decoration: none;
  transition: opacity 0.2s;
}

.ga-il-all-btn:hover { opacity: 0.85; }

/* ────────────────────────────────────────────────────────────────
   6. FIRSAT / SATILDI Kartları
──────────────────────────────────────────────────────────────── */
.ga-il-satildi-section {
  padding: 48px 0 60px;
}

.ga-il-satildi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.ga-satildi-card {
  background: #fff;
  border-radius: 15px;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 4px 4px rgba(0,0,0,0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.ga-satildi-card__media {
  position: relative;
  height: 228px;
  flex-shrink: 0;
}

.ga-satildi-card__media img,
.ga-satildi-card__media--placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 15px 15px 0 0;
}

.ga-satildi-card__media--placeholder {
  background: linear-gradient(135deg, #eee, #ddd);
}

.ga-satildi-card__overlay {
  position: absolute;
  inset: 0;
  border-radius: 15px 15px 0 0;
  background: rgba(34, 37, 38, 0.74);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.ga-satildi-card__sold-tag {
  position: absolute;
  bottom: 20px;
  left: 16px;
  z-index: 2;
  line-height: 0.95;
}

.ga-satildi-card__sold-days {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #e3b026;
}

.ga-satildi-card__sold-label {
  display: block;
  font-size: 28px;
  font-weight: 200;
  font-style: italic;
  color: #fff;
}

.ga-satildi-card__body {
  padding: 14px 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.ga-satildi-card__title {
  font-size: 17px;
  font-weight: 700;
  color: #222526;
  line-height: 1.35;
  margin: 0;
}

.ga-satildi-card__title a {
  color: inherit;
  text-decoration: none;
}

.ga-satildi-card__title a:hover { color: #e4b125; }

.ga-satildi-card__desc {
  font-size: 12px;
  color: rgba(34, 37, 38, 0.5);
  line-height: 1.5;
  margin: 0;
}

.ga-satildi-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e4b125;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 7px 16px;
  border-radius: 6px;
  text-decoration: none;
  margin-top: auto;
  align-self: flex-end;
  transition: opacity 0.2s;
}

.ga-satildi-card__btn:hover { opacity: 0.85; }

/* ────────────────────────────────────────────────────────────────
   7. Gayrimenkulünüzü Satmak mı İstiyorsunuz?
──────────────────────────────────────────────────────────────── */
.ga-il-satmak-section {
  padding: 60px 0 0px;
}

.ga-il-satmak__inner {
  display: grid;
  grid-template-columns: 403px 1fr;
  gap: 60px;
  align-items: center;
  max-width: 1160px;
  margin: 0 auto;
}

.ga-il-satmak__left {
  position: relative;
}

.ga-il-satmak__house-wrap {
  position: relative;
  display: inline-block;
}

.ga-il-satmak__house-img {
  width: 100%;
  max-width: 403px;
  height: auto;
  display: block;
}

.ga-il-satmak__house-badge {
  position: absolute;
  top: 30px;
  left: 20px;
  background: #e4b125;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding: 8px 24px;
  border-radius: 8px;
  letter-spacing: 0.04em;
}

.ga-il-satmak__heading {
  margin: 0 0 16px;
  line-height: 36px;
}

.ga-il-satmak__h-dark {
  display: block;
  font-size: 33px;
  font-weight: 700;
  color: #222526;
}

.ga-il-satmak__h-gold {
  display: block;
  font-size: 55px;
  font-weight: 700;
  color: #e4b125;
}

.ga-il-satmak__desc {
  font-size: 16px;
  font-weight: 300;
  color: #222526;
  line-height: 1.6;
  max-width: 460px;
  margin: 0 0 24px;
}

.ga-il-satmak__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ga-il-satmak__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.ga-il-satmak__input {
  background: rgba(34, 37, 38, 0.08);
  border: none;
  border-radius: 18px;
  padding: 14px 22px;
  font-size: 14px;
  color: rgba(34, 37, 38, 0.6);
  font-family: 'Roboto', sans-serif;
  outline: none;
  transition: background 0.2s;
  width: 100%;
  box-sizing: border-box;
}

.ga-il-satmak__input:focus {
  background: rgba(34, 37, 38, 0.12);
  color: #222526;
}

/* Metin alanı + GÖNDER — konut kredisi modalı (.ga-kk-modal__message-box) ile aynı düzen */
.ga-il-satmak__message-box {
  position: relative;
  background: #f0f0f0;
  border-radius: 10px;
  padding: 8px 8px 52px 8px;
  margin-bottom: 12px;
}

.ga-il-satmak__message-box .ga-il-satmak__textarea {
  width: 100%;
  box-sizing: border-box;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #222526;
  display: block;
  min-height: 120px;
  resize: vertical;
  padding: 6px 8px 0;
  font-size: 0.95rem;
  line-height: 1.4;
  font-family: inherit;
  outline: none;
  transition: background 0.15s;
}

.ga-il-satmak__message-box .ga-il-satmak__textarea::placeholder {
  color: #a0a0a0;
  opacity: 1;
}

.ga-il-satmak__message-box .ga-il-satmak__textarea:focus {
  outline: 2px solid rgba(228, 177, 37, 0.45);
  outline-offset: 0;
  background: transparent;
}

.ga-il-satmak__submit-floating {
  position: absolute;
  right: 8px;
  bottom: 8px;
}

.ga-il-satmak__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  padding: 10px 20px;
  border: 0;
  border-radius: 8px;
  background: #e4b125;
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.15s, opacity 0.15s;
}

.ga-il-satmak__submit:hover:not(:disabled),
.ga-il-satmak__submit:focus-visible:not(:disabled) {
  background: #c99a18;
  outline: none;
}

.ga-il-satmak__submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.ga-il-satmak__form-msg {
  font-size: 14px;
  min-height: 20px;
}

.ga-il-satmak__form-msg.success { color: #28a745; }
.ga-il-satmak__form-msg.error   { color: #dc3545; }

/* ────────────────────────────────────────────────────────────────
   Responsive
──────────────────────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .ga-il-satmak__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .ga-il-satmak__left { display: none; }
}

@media (max-width: 900px) {
  .ga-il-carousel__item {
    flex: 0 0 calc((100% - 16px) / 2);
  }
  .ga-satilik-gaid-hero-carousel .ga-il-carousel__item,
  .ga-kiralik-gaid-hero-carousel .ga-il-carousel__item {
    flex: 0 0 100%;
  }
  .ga-il-carousel--projeler,
  .ga-il-carousel--listings:not(.ga-satilik-gaid-hero-carousel):not(.ga-kiralik-gaid-hero-carousel) {
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    gap: 12px;
    padding-left: max(10px, env(safe-area-inset-left, 0px));
    padding-right: max(10px, env(safe-area-inset-right, 0px));
    box-sizing: border-box;
  }
  .ga-il-satildi-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .ga-il-hero { height: 320px; }
  .ga-iletisim-page .ga-il-hero {
    height: auto;
    min-height: 70vh;
    min-height: 70dvh;
  }
  .ga-il-hero__outlined { font-size: 60px; }
  .ga-il-hero__title { font-size: 32px; margin-top: -32px; }
  .ga-il-carousel__item {
    flex: 0 0 100%;
  }
  .ga-il-satildi-grid { grid-template-columns: 1fr; }
  .ga-il-carousel--projeler,
  .ga-il-carousel--listings:not(.ga-satilik-gaid-hero-carousel):not(.ga-kiralik-gaid-hero-carousel) {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 14px;
    padding-left: max(14px, env(safe-area-inset-left, 0px));
    padding-right: max(14px, env(safe-area-inset-right, 0px));
    box-sizing: border-box;
  }
  .ga-satilik-gaid-hero-carousel.ga-il-carousel--listings,
  .ga-kiralik-gaid-hero-carousel.ga-il-carousel--listings {
    grid-template-columns: 28px 1fr 28px;
    gap: 6px;
    padding-left: 0;
    padding-right: 0;
  }
  .ga-il-firsat-section .ga-il-carousel__nav {
    padding-left: max(10px, env(safe-area-inset-left, 0px));
    padding-right: max(10px, env(safe-area-inset-right, 0px));
    box-sizing: border-box;
    gap: 10px;
  }
  .ga-il-satmak__row { grid-template-columns: 1fr; }
  .ga-il-section-title { font-size: 32px; }
  .ga-il-firsat__inner { padding: 24px 20px 32px; }
  .ga-il-all-btn { font-size: 17px; padding: 12px 28px; }
}

/* ── Proje detay — üst 2’li kart (görsel+fiyat | katalog), ilan hero ile aynı yükseklik ── */
.gaid--proje .gaid-proj-hero {
  margin-top: 24px;
  margin-bottom: 0;
}

.gaid-proj-hero__row {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 20px;
  height: 409px;
  min-height: 409px;
  align-items: stretch;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  .gaid--proje .gaid-proj-hero {
    margin-top: 16px;
  }
  .gaid--proje .gaid-proj-hero__row {
    height: 300px;
    min-height: 300px;
  }
}

@media (max-width: 900px) {
  .gaid-proj-hero__row {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }
  .gaid-proj-hero__left,
  .gaid-proj-hero__right {
    min-height: 220px;
  }
  .gaid-proj-hero__left {
    height: auto;
  }
  .gaid-proj-hero__right {
    height: auto;
  }
  .gaid-proj-hero__left-inner {
    min-height: 220px;
  }
  .gaid-proj-hero__right-txt {
    align-items: center;
    text-align: center;
  }
}

.gaid-proj-hero__left {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #222526;
  min-height: 0;
  height: 100%;
  box-sizing: border-box;
}

.gaid-proj-hero__left-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.gaid-proj-hero__left-bg--ph {
  background: linear-gradient(135deg, #e8e8e8 0%, #c5c5c5 100%);
}

.gaid-proj-hero__left-grad {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(34, 37, 38, 0) 35%,
    rgba(34, 37, 38, 0.75) 100%
  );
  pointer-events: none;
}

.gaid-proj-hero__left-inner {
  position: relative;
  z-index: 1;
  padding: 28px 24px 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 0;
  flex: 1 1 auto;
  height: 100%;
  box-sizing: border-box;
  color: #fff;
  text-align: left;
}

.gaid-proj-hero__price {
  margin: 0 0 6px;
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 700;
  line-height: 1.15;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
}

.gaid-proj-hero__sub {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 500;
  opacity: 0.98;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}

.gaid-proj-hero__loc {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  opacity: 0.95;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
}

.gaid-proj-hero__right {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #222526;
  min-height: 0;
  height: 100%;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  background-color: #3a3d3f;
  background-size: cover;
  background-position: center;
  padding: 24px 22px 22px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gaid-proj-hero__right:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
  transform: translateY(-2px);
  color: #fff;
}

/* Tıklanabilir katalog kapağı (PDF tüm <a> alanına bağlı) */
.gaid-proj-hero__right--has-cover {
  background-color: #222;
  padding: 0;
  overflow: hidden;
}

.gaid-proj-hero__cover-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  border-radius: inherit;
}

.gaid-proj-hero__right--has-cover .gaid-proj-hero__right-grad {
  z-index: 1;
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.gaid-proj-hero__right--has-cover .gaid-proj-hero__right-txt {
  position: relative;
  z-index: 2;
  margin: 24px 22px 22px 22px;
  align-self: flex-end;
}

.gaid-proj-hero__right-grad {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    200deg,
    rgba(34, 37, 38, 0.25) 0%,
    rgba(34, 37, 38, 0.72) 100%
  );
  pointer-events: none;
}

.gaid-proj-hero__right:not(.gaid-proj-hero__right--empty) .gaid-proj-hero__right-grad {
  background: linear-gradient(
    200deg,
    rgba(34, 37, 38, 0.2) 0%,
    rgba(34, 37, 38, 0.55) 100%
  );
}

.gaid-proj-hero__right-txt {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.1;
  text-align: right;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
}

.gaid-proj-hero__k1 {
  font-size: 28px;
  font-weight: 700;
  display: block;
}

.gaid-proj-hero__k2 {
  font-size: 22px;
  font-weight: 500;
  display: block;
  margin-top: 2px;
  opacity: 0.95;
}

.gaid-proj-hero__right--empty {
  cursor: default;
  transform: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.gaid-proj-hero__right--empty:hover {
  box-shadow: none;
  transform: none;
}

.gaid-proj-hero__right-txt--muted {
  text-align: center;
  font-size: 15px;
  line-height: 1.4;
  opacity: 0.9;
  color: #fff;
  text-shadow: none;
  font-weight: 400;
}

/* ════════════════════════════════════════════════════════════════
   SATILIK / KİRALIK kategori listeleri — satılık & kiralık şablonları
   Öne çıkan geniş kart, 3 kolon grid, çift buton, sayfalama
════════════════════════════════════════════════════════════════ */

/* Sayfa başlığı: büyük kontür + üst üste altın metin — bannerın üstünde */
.ga-satilik-banner-title {
  background: #fff;
  text-align: center;
  padding: 28px 16px 16px;
  overflow: hidden;
}
/* .ga-satilik-banner-title__ghost — ortak kurallar: .ga-hk-hero__ghost ile birlikte (HK hero bölümü) */

.ga-satilik-banner-title__h1 {
  margin: clamp(-42px, -5.5vw, -56px) 0 0;
  line-height: 1;
}

.ga-satilik-banner-title__gold {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 4.2vw, 48px);
  color: #e4b125;
  letter-spacing: 0.04em;
  line-height: 1.1;
}

@media (max-width: 600px) {
  .ga-satilik-banner-title {
    padding: 20px 12px 12px;
  }

  .ga-satilik-banner-title__ghost,
  .ga-hk-hero__ghost {
    font-size: clamp(32px, 11vw, 58px);
  }

  .ga-satilik-banner-title__h1 {
    margin-top: clamp(-26px, -7vw, -38px);
  }

  .ga-hk-hero__content > .ga-hk-hero__title {
    margin-top: clamp(-26px, -7vw, -38px);
  }

  .ga-satilik-banner-title__gold {
    font-size: clamp(20px, 5.5vw, 30px);
  }
}

/* Üst banner: gaid-hero carousel (çoklu öne çıkan ilan) — satılık + kiralık kategori */
.ga-satilik-gaid-hero-carousel-wrap,
.ga-kiralik-gaid-hero-carousel-wrap {
  padding-top: 4px;
}

.ga-satilik-gaid-hero-carousel .ga-il-carousel__item,
.ga-kiralik-gaid-hero-carousel .ga-il-carousel__item {
  flex: 0 0 100%;
  min-width: 0;
}

/* Üst hero: her slayt tam genişlik; kaydırmada slayt hizası */
.ga-satilik-gaid-hero-carousel .ga-il-carousel__track {
  scroll-snap-type: x mandatory;
}

.ga-satilik-gaid-hero-carousel .ga-il-carousel__item {
  scroll-snap-align: start;
}

.ga-satilik-gaid-hero-slide .gaid-hero,
.ga-kiralik-gaid-hero-slide .gaid-hero {
  margin-top: 16px;
}

.ga-satilik-gaid-hero__hit,
.ga-kiralik-gaid-hero__hit {
  position: absolute;
  inset: 0;
  z-index: 4;
  overflow: hidden;
  text-indent: -9999px;
}

/* Grid bölümü */
.ga-satilik-grid-section,
.ga-kiralik-grid-section {
  padding: 28px 0 20px;
}

/* 3 sütun × 4 satır = 12 ilan/sayfa (posts_per_page ile eşleşmeli) */
.ga-satilik-grid,
.ga-kiralik-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 24px;
  align-items: stretch;
}

/* Liste sayfaları — JS carousel (ga-step-carousel.js) */
.ga-listing-grid-slider {
  position: relative;
  padding: 0 44px 40px;
  box-sizing: border-box;
}

.ga-listing-grid-slider__viewport {
  overflow: hidden;
  width: 100%;
  padding: 8px 0 var(--ga-carousel-below-cards);
  box-sizing: border-box;
}

.ga-listing-grid-slider__track {
  display: flex;
  gap: 24px;
  will-change: transform;
}

.ga-listing-grid-slider__arrow {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 2;
}

.ga-listing-grid-slider__arrow--prev {
  left: 0;
}

.ga-listing-grid-slider__arrow--next {
  right: 0;
}

.ga-listing-grid-slider__arrow:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.ga-listing-grid-slider__dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: var(--ga-carousel-dots-gap) 0 0;
  padding: 0;
}

.ga-listing-grid-slider__dots button {
  width: 11px;
  height: 11px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #333;
  background: transparent;
  cursor: pointer;
}

.ga-listing-grid-slider__dots button.active {
  background: #333;
}

/* Liste kartı — Figma’daki gibi fiyat çizgisiz */
.ga-satilik-page .ga-listing-card__price,
.ga-kiralik-page .ga-listing-card__price {
  text-decoration: none;
}

/* FIRSAT şeridi — kategori liste sayfaları */
.ga-satilik-page .ga-listing-card__tag-firsat,
.ga-kiralik-page .ga-listing-card__tag-firsat {
  position: absolute;
  top: 44px;
  left: 10px;
  z-index: 2;
  padding: 4px 10px;
  background: var(--ga-primary);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  border-radius: 4px;
  line-height: 1;
}

/* Çift alt buton — kategori liste sayfaları */
.ga-satilik-page .ga-listing-card__footer--double,
.ga-kiralik-page .ga-listing-card__footer--double {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding-top: 12px;
  margin-top: 8px;
}

.ga-satilik-page .ga-listing-card__footer--double .ga-listing-card__btn,
.ga-kiralik-page .ga-listing-card__footer--double .ga-listing-card__btn {
  margin: 0;
  width: 100%;
  text-align: center;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 10px 12px;
  border-radius: 6px;
  border: 0;
  box-sizing: border-box;
}

.ga-satilik-page .ga-listing-card__btn--incele,
.ga-kiralik-page .ga-listing-card__btn--incele {
  background: var(--ga-primary);
  color: #fff;
}

.ga-satilik-page .ga-listing-card__btn--incele:hover,
.ga-kiralik-page .ga-listing-card__btn--incele:hover {
  opacity: 0.9;
  color: #fff;
}

.ga-satilik-page .ga-listing-card__btn--detay,
.ga-kiralik-page .ga-listing-card__btn--detay {
  background: #222526;
  color: #fff;
}

.ga-satilik-page .ga-listing-card__btn--detay:hover,
.ga-kiralik-page .ga-listing-card__btn--detay:hover {
  opacity: 0.92;
  color: #fff;
}

/* Sayfalama — paginate_links list */
.ga-satilik-pagination,
.ga-kiralik-pagination {
  margin-top: 40px;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
}

.ga-satilik-pagination ul.page-numbers,
.ga-kiralik-pagination ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ga-satilik-pagination ul.page-numbers li,
.ga-kiralik-pagination ul.page-numbers li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ga-satilik-pagination .page-numbers a,
.ga-satilik-pagination .page-numbers span,
.ga-kiralik-pagination .page-numbers a,
.ga-kiralik-pagination .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  color: #222526;
  background: #f0f0f0;
  transition: background 0.15s, color 0.15s;
  border: none;
}

.ga-satilik-pagination .page-numbers a:hover,
.ga-kiralik-pagination .page-numbers a:hover {
  background: #e8e8e8;
  color: #000;
}

.ga-satilik-pagination .page-numbers .current,
.ga-kiralik-pagination .page-numbers .current {
  background: var(--ga-primary);
  color: #fff;
}

.ga-satilik-pagination .page-numbers .dots,
.ga-kiralik-pagination .page-numbers .dots {
  background: transparent;
  min-width: auto;
}

/* “Gayrimenkulünüzü satmak…” — yüklenen görsel (sol) */
.ga-il-satmak__house-wrap--photo .ga-il-satmak__house-img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.ga-il-satmak__house-wrap--photo {
  display: block;
  max-width: 403px;
}

/* Satılık + İlanlar listesi: sol fotoğraf alanı dar ekranda da görünsün */
@media (max-width: 1100px) {
  .ga-satilik-page .ga-il-satmak__left,
  .ga-ilanlar-page .ga-il-satmak__left,
  .ga-kiralik-page .ga-il-satmak__left {
    display: block;
    justify-self: center;
  }

  .ga-satilik-page .ga-il-satmak__inner,
  .ga-ilanlar-page .ga-il-satmak__inner,
  .ga-kiralik-page .ga-il-satmak__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 1024px) {
  .ga-satilik-grid,
  .ga-kiralik-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
}

@media (max-width: 991px) {
  .ga-satilik-grid:not(.ga-listing-grid-slider__track),
  .ga-kiralik-grid:not(.ga-listing-grid-slider__track),
  .ga-eb-grid:not(.ga-listing-grid-slider__track),
  .ga-il-satildi-grid:not(.ga-listing-grid-slider__track) {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ga-listing-grid-slider {
    padding-left: 36px;
    padding-right: 36px;
    padding-bottom: 36px;
  }

  .ga-listing-grid-slider__cell .ga-listing-card,
  .ga-listing-grid-slider__cell .ga-pf-card,
  .ga-listing-grid-slider__cell .ga-property-card,
  .ga-listing-grid-slider__cell .ga-blog-card-2 {
    width: 100%;
    min-height: 0;
  }

  .ga-listing-grid-slider__cell .ga-listing-card {
    min-height: 400px;
  }

  .ga-listing-grid-slider__cell .ga-pf-card {
    min-height: 380px;
  }

  .ga-proje-firsat__panel .ga-listing-grid-slider {
    margin-top: 0;
  }
}

/* ── Düz yazı (bloklu) sayfa şablonu ───────────────────────────── */
.ga-duz-page__blocks {
  padding: 24px 0 48px;
}

.ga-duz-page__editor {
  padding-bottom: 48px;
}

.ga-duz-blok {
  padding: 28px 0;
}

.ga-duz-blok__h2 {
  margin: 0 0 16px;
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 700;
  color: var(--ga-primary);
}

.ga-duz-blok__body {
  font-size: 16px;
  line-height: 1.65;
  color: var(--ga-dark);
}

.ga-duz-blok__media-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}

.ga-duz-blok--media-left .ga-duz-blok__media-grid {
  direction: rtl;
}

.ga-duz-blok--media-left .ga-duz-blok__media-text,
.ga-duz-blok--media-left .ga-duz-blok__media-figure {
  direction: ltr;
}

.ga-duz-blok__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  max-height: 420px;
}

.ga-duz-blok__img-ph {
  min-height: 280px;
  background: linear-gradient(135deg, #e8eaed 0%, #f1f3f4 100%);
  border-radius: 8px;
}

.ga-duz-table-wrap {
  overflow-x: auto;
}

.ga-duz-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.ga-duz-table thead th {
  background: var(--ga-primary);
  color: #1a1a1a;
  font-weight: 700;
  padding: 12px 14px;
  text-align: left;
}

.ga-duz-table tbody tr:nth-child(even) {
  background: #fff9e6;
}

.ga-duz-table tbody tr:nth-child(odd) {
  background: #fff;
}

.ga-duz-table td {
  padding: 10px 14px;
  border-bottom: 1px solid #eee;
}

@media (max-width: 900px) {
  .ga-duz-blok__media-grid {
    grid-template-columns: 1fr;
  }

  .ga-duz-blok--media-left .ga-duz-blok__media-grid {
    direction: ltr;
  }
}

