.tema-onizleme-bar {
  background: #111; color: #fff; text-align: center; padding: .55rem 1rem; font-size: .9rem;
}
.tema-onizleme-bar a { color: #ffd27a; }
.tema-galeri-card { border: 3px solid #dee2e6; overflow: hidden; }
.tema-galeri-card.is-active { border-color: var(--accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 28%, transparent); }
.tema-color {
  display: inline-block; width: 22px; height: 22px; border-radius: 50%;
  border: 2px solid #fff; box-shadow: 0 0 0 1px #c5cdd6; cursor: pointer; margin: 0 3px;
}
.tema-color.is-on { box-shadow: 0 0 0 2px #111; }
.tema-ozellik { font-size: .86rem; margin-bottom: .2rem; }
.tema-filtre { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: 1rem; }
.tema-filtre button { border: 1px solid #c5cdd6; background: #fff; padding: .3rem .7rem; font-size: .85rem; }
.tema-filtre button.is-on { background: #222; color: #fff; border-color: #222; }

/* ortak: açık header (146 / 145 / 144) */
.theme-wave .site-header,
.theme-pill .site-header,
.theme-split .site-header { background: transparent; }
.theme-wave .top-util,
.theme-pill .top-util,
.theme-split .top-util { background: var(--accent); }
.theme-wave .top-util-mail,
.theme-pill .top-util-mail { display: none; }
.theme-wave .site-nav,
.theme-pill .site-nav,
.theme-split .site-nav { background: #fff; }
.theme-wave .site-nav .navbar-brand,
.theme-wave .site-nav .nav-link,
.theme-pill .site-nav .navbar-brand,
.theme-pill .site-nav .nav-link,
.theme-split .site-nav .navbar-brand,
.theme-split .site-nav .nav-link { color: #222; }
.theme-wave .nav-classic-only,
.theme-pill .nav-classic-only,
.theme-split .nav-classic-only { display: none !important; }
.theme-wave .nav-premium-only,
.theme-pill .nav-premium-only,
.theme-split .nav-premium-only,
.theme-luxe .nav-premium-only,
.theme-palas .nav-premium-only { display: block; }

/* 146 — dalgalı ikon menü, fiyat görselde, tam genişlik */
.theme-wave .site-nav { padding: .85rem 0 1.4rem; }
.theme-wave .site-nav .nav-link { font-weight: 700; text-transform: uppercase; font-size: .78rem; letter-spacing: .04em; text-align: center; }
.theme-wave .nav-ico { display: block; color: var(--accent); font-size: 1.25rem; margin-bottom: .15rem; }
.theme-wave .site-nav .btn-yonetim { display: none; }
.theme-wave .header-wave { display: block; height: 28px; margin-top: -1px; background: #fff; clip-path: ellipse(70% 100% at 50% 0%); }
.theme-wave .hero-slider-wrap { margin-top: -28px; }
.theme-wave .hero-overlay { padding: 6.5rem 0 4.2rem; }
.theme-wave .section-head h2 { color: var(--accent); font-weight: 800; text-transform: uppercase; }
.theme-wave .home-wrap { grid-template-columns: minmax(0, 1fr) 280px; }
.theme-wave .ilan-moduller { display: block; }
.theme-wave .ilan-moduller .side-mod.mod-klasik { display: none; }
.theme-wave .listing-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.theme-wave .card-price-bar {
  display: block; position: absolute; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,.62); color: #fff; font-weight: 800; padding: .4rem .7rem;
}
.theme-wave .listing-price { display: none; }
.theme-wave .listing-card { border-radius: 2px; box-shadow: 0 8px 22px rgba(0,0,0,.06); }
.theme-wave .page-hero { background: var(--accent); }

/* 147 — lüks editorial */
body.theme-luxe {
  background: #f4efe6;
  font-family: Outfit, "Segoe UI", sans-serif;
  color: #1c1410;
}
.theme-luxe .site-header { background: transparent; }
.theme-luxe .top-util {
  background: #1c1410;
  font-size: .78rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.theme-luxe .top-util-mail { display: none; }
.theme-luxe .site-nav {
  background: rgba(247, 243, 235, .92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(154, 107, 47, .22);
  padding: .7rem 0;
}
.theme-luxe .site-nav .navbar-brand,
.theme-luxe .site-nav .nav-link { color: #1c1410; }
.theme-luxe .site-nav .navbar-brand strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: .04em;
}
.theme-luxe .brand-sub { font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; opacity: .55; }
.theme-luxe .brand-mark {
  background: transparent;
  border: 1px solid var(--accent);
  color: var(--accent);
  border-radius: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
}
.theme-luxe .nav-classic-only { display: none !important; }
.theme-luxe .site-nav .nav-link {
  font-weight: 600;
  text-transform: uppercase;
  font-size: .72rem;
  letter-spacing: .14em;
  text-align: center;
  position: relative;
}
.theme-luxe .site-nav .nav-link::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  margin: .25rem auto 0;
  background: var(--accent);
  transition: width .25s ease;
}
.theme-luxe .site-nav .nav-link:hover::after { width: 1.4rem; }
.theme-luxe .nav-ico { display: block; color: var(--accent); font-size: 1.05rem; margin-bottom: .2rem; }
.theme-luxe .site-nav .btn-yonetim {
  display: none;
}
.theme-luxe .header-wave {
  display: block;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
}
.theme-luxe .hero-slider-wrap { min-height: 34rem; }
.theme-luxe .hero-overlay {
  padding: 7.2rem 0 5rem;
  background: linear-gradient(180deg, rgba(28, 20, 16, .25) 0%, rgba(28, 20, 16, .62) 100%);
}
.theme-luxe .hero-kicker {
  color: #e8d5b5;
  letter-spacing: .28em;
  font-size: .72rem;
}
.theme-luxe .hero-kicker::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1px;
  background: var(--accent);
  margin-right: .65rem;
  vertical-align: middle;
}
.theme-luxe .hero h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  font-size: clamp(2.4rem, 5.4vw, 4.2rem);
  letter-spacing: -.02em;
  line-height: 1.08;
  max-width: 16ch;
}
.theme-luxe .hero-lead {
  font-size: 1.05rem;
  color: rgba(255,255,255,.82);
  max-width: 32rem;
}
.theme-luxe .hero-search {
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.28);
  backdrop-filter: blur(16px);
  border-radius: 2px;
  padding: .85rem;
  max-width: 52rem;
}
.theme-luxe .hero-search .form-control,
.theme-luxe .hero-search .form-select {
  background: rgba(255,255,255,.94);
  border: 0;
  border-radius: 0;
}
.theme-luxe .hero-search .btn-accent {
  border-radius: 0;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 700;
  padding-inline: 1.4rem;
}
.theme-luxe .hero-action {
  background: transparent;
  border: 1px solid rgba(232, 213, 181, .55);
  color: #f4efe6;
  letter-spacing: .12em;
  border-radius: 0;
}
.theme-luxe .hero-action:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
.theme-luxe .home-wrap { grid-template-columns: minmax(0, 1fr) 300px; }
.theme-luxe .ilan-moduller { display: block; }
.theme-luxe .ilan-moduller .side-mod.mod-klasik { display: none; }
.theme-luxe .listing-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.35rem; }
.theme-luxe .section { padding: 2.4rem 0; }
.theme-luxe .section-head {
  align-items: end;
  border-bottom: 1px solid rgba(28, 20, 16, .1);
  padding-bottom: .7rem;
  margin-bottom: 1.4rem;
}
.theme-luxe .section-head h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: -.01em;
  color: #1c1410;
}
.theme-luxe .section-head a {
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
}
.theme-luxe .home-soft,
.theme-luxe .bg-soft { background: #efe8db; }
.theme-luxe .listing-card {
  background: #fffaf3;
  border: 0;
  border-radius: 0;
  box-shadow: 0 18px 40px rgba(28, 20, 16, .07);
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease;
}
.theme-luxe .listing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 50px rgba(28, 20, 16, .14);
}
.theme-luxe .listing-card-media { aspect-ratio: 4 / 3; }
.theme-luxe .listing-card-media img { transition: transform .7s ease; }
.theme-luxe .listing-card:hover .listing-card-media img { transform: scale(1.06); }
.theme-luxe .card-price-bar {
  display: block;
  position: absolute;
  left: 0;
  right: auto;
  bottom: 1rem;
  background: var(--accent);
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.15rem;
  font-weight: 600;
  padding: .35rem 1rem;
  letter-spacing: .02em;
}
.theme-luxe .listing-price { display: none; }
.theme-luxe .listing-card-body { padding: 1.05rem 1.1rem 1.2rem; }
.theme-luxe .listing-card-body h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.25;
}
.theme-luxe .listing-meta { font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; color: #7a6d5d; }
.theme-luxe .listing-specs span {
  background: #f4efe6;
  border-radius: 0;
  font-size: .75rem;
  letter-spacing: .04em;
}
.theme-luxe .side-mod {
  background: #fffaf3;
  color: #1c1410;
  border: 1px solid rgba(28, 20, 16, .08);
  border-radius: 0;
}
.theme-luxe .side-mod h3,
.theme-luxe .mod-klasik .mod-toggle {
  background: #1c1410;
  color: #e8d5b5;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.theme-luxe .side-mod a { color: #1c1410; }
.theme-luxe .side-mod a:hover { background: #f4efe6; color: var(--accent); }
.theme-luxe .mod-durum,
.theme-luxe .mod-hizli {
  background: #1c1410;
  color: #f4efe6;
  border: 0;
}
.theme-luxe .mod-durum .mod-toggle,
.theme-luxe .mod-hizli .mod-toggle { color: #e8d5b5; }
.theme-luxe .mod-durum p { color: #f4efe6; }
.theme-luxe .mod-durum-btns a,
.theme-luxe .mod-durum-btns a:hover {
  color: #fff;
  border-color: rgba(232, 213, 181, .7);
}
.theme-luxe .mod-ara { border-radius: 0; }
.theme-luxe .mod-bakilan { background: #fffaf3; }
.theme-luxe .mod-bakilan .mod-toggle { color: #1c1410; }
.theme-luxe .mod-bakilan .mod-head-title i,
.theme-luxe .mod-bakilan .mod-rule { color: var(--accent); }
.theme-luxe .mod-bakilan .bakilan-item { border-top-color: rgba(28, 20, 16, .08); color: #1c1410; }
.theme-luxe .mod-bakilan .bakilan-item:hover { background: #f4efe6; color: #1c1410; }
.theme-luxe .bakilan-baslik { color: #1c1410; }
.theme-luxe .bakilan-fiyat { background: var(--accent); }
.theme-luxe .mod-kutu { border-color: rgba(154, 107, 47, .35); }
.theme-luxe .mod-kutu .mod-toggle { background: #1c1410; color: #e8d5b5; }
.theme-luxe .mod-kutu .mod-tumu { color: #e8d5b5; }
.theme-luxe .kat-agac summary,
.theme-luxe .kat-agac a,
.theme-luxe .mod-semt-liste a,
.theme-luxe .mod-semt-liste a span { color: #1c1410; }
.theme-luxe .mod-semt-liste a em,
.theme-luxe .kat-agac a:hover { color: var(--accent); }
.theme-luxe .danisman-ad,
.theme-luxe .danisman-mail,
.theme-luxe .danisman-tel { color: #1c1410; }
.theme-luxe .danisman-unvan { color: #7a6d5d; }
.theme-luxe .danisman-portfoy,
.theme-luxe .danisman-portfoy:hover,
.theme-luxe .danisman-nav button { background: #1c1410; color: #e8d5b5; }
.theme-luxe .doviz-kutu { background: #fffaf3; }
.theme-luxe .doviz-kutu .mod-toggle { background: #fffaf3; color: #1c1410; }
.theme-luxe .doviz-deger { color: #1c1410; }
.theme-luxe .page-hero {
  background: #1c1410;
  color: #f4efe6;
  padding: 2.8rem 0 2.2rem;
}
.theme-luxe .page-hero h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  font-size: clamp(2rem, 4vw, 3rem);
}
.theme-luxe .filter-bar,
.theme-luxe .price-box,
.theme-luxe .agent-box,
.theme-luxe .service-card {
  border-radius: 0;
  border-color: rgba(28, 20, 16, .08);
  background: #fffaf3;
}
.theme-luxe .agent-box strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
}
.theme-luxe .btn-accent,
.theme-luxe .btn-navy { border-radius: 0; letter-spacing: .08em; text-transform: uppercase; }
.theme-luxe .site-footer {
  background: #1c1410;
  color: #d8cbb8;
}
.theme-luxe .site-footer h5,
.theme-luxe .site-footer h6 {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: #e8d5b5;
  letter-spacing: .06em;
}
.theme-luxe .wa-float { background: #1c1410; box-shadow: 0 10px 24px rgba(28, 20, 16, .35); }
.theme-luxe .tema-galeri-card.is-active { border-color: #9a6b2f; }

/* 148 — PALAS */
body.theme-palas {
  background: #0f0c09;
  font-family: Outfit, "Segoe UI", sans-serif;
  color: #f4efe6;
}
.theme-palas .site-header { background: transparent; position: relative; z-index: 4; }
.theme-palas .top-util {
  background: #0a0806;
  color: #e8d5b5;
  border-bottom: 1px solid rgba(201, 162, 39, .35);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .72rem;
}
.theme-palas .top-util a { color: #e8d5b5; }
.theme-palas .top-util-mail { display: none; }
.theme-palas .site-nav {
  background: rgba(15, 12, 9, .82);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(201, 162, 39, .45);
  box-shadow: 0 12px 40px rgba(0, 0, 0, .35);
}
.theme-palas .site-nav .navbar-brand,
.theme-palas .site-nav .nav-link { color: #f4efe6; }
.theme-palas .site-nav .navbar-brand strong {
  font-family: Cinzel, "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: 1.05rem;
}
.theme-palas .brand-sub { font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; color: #c9a227; opacity: .9; }
.theme-palas .brand-mark {
  width: 2.4rem; height: 2.4rem; display: grid; place-items: center;
  border: 1px solid #c9a227; color: #c9a227;
  font-family: Cinzel, Georgia, serif; font-weight: 700;
}
.theme-palas .nav-classic-only { display: none !important; }
.theme-palas .site-nav .nav-link {
  text-align: center;
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  position: relative;
}
.theme-palas .site-nav .nav-link::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  margin: .25rem auto 0;
  background: #c9a227;
  transition: width .3s ease;
}
.theme-palas .site-nav .nav-link:hover::after { width: 1.6rem; }
.theme-palas .nav-ico { display: block; color: #c9a227; font-size: 1.05rem; margin-bottom: .2rem; }
.theme-palas .site-nav .btn-yonetim { display: none; }
.theme-palas .header-wave { display: none; }
.theme-palas .hero-slider-wrap { min-height: 42rem; }
.theme-palas .hero-slider img { filter: saturate(1.08) contrast(1.08); }
.theme-palas .palas-hero-frame {
  position: absolute; inset: 1.1rem 1.4rem; z-index: 3; pointer-events: none;
  border: 1px solid rgba(201, 162, 39, .55);
  box-shadow: inset 0 0 0 8px rgba(15, 12, 9, .28);
}
.theme-palas .palas-hero-frame::before,
.theme-palas .palas-hero-frame::after {
  content: "";
  position: absolute;
  width: 2.2rem; height: 2.2rem;
  border: 2px solid #c9a227;
}
.theme-palas .palas-hero-frame::before { top: -2px; left: -2px; border-right: 0; border-bottom: 0; }
.theme-palas .palas-hero-frame::after { bottom: -2px; right: -2px; border-left: 0; border-top: 0; }
.theme-palas .hero-overlay {
  padding: 8.2rem 0 5.5rem;
  background: linear-gradient(180deg, rgba(10, 8, 6, .2) 0%, rgba(10, 8, 6, .55) 55%, rgba(10, 8, 6, .82) 100%);
}
.theme-palas .hero-kicker {
  font-family: Cinzel, Georgia, serif;
  letter-spacing: .28em;
  color: #c9a227;
  display: flex;
  align-items: center;
  gap: .75rem;
}
.theme-palas .hero-kicker::before,
.theme-palas .hero-kicker::after {
  content: "";
  width: 2.4rem;
  height: 1px;
  background: #c9a227;
}
.theme-palas .hero h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  font-style: italic;
  font-size: clamp(2.6rem, 6vw, 4.6rem);
  line-height: 1.08;
  max-width: 16ch;
  color: #fffaf3;
  text-shadow: 0 18px 40px rgba(0, 0, 0, .45);
}
.theme-palas .hero-lead {
  max-width: 38rem;
  color: #e8d5b5;
  font-size: 1.05rem;
}
.theme-palas .hero-search {
  background: rgba(15, 12, 9, .62);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(201, 162, 39, .55);
  border-radius: 0;
  padding: 1rem;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .35);
}
.theme-palas .hero-search .form-control,
.theme-palas .hero-search .form-select {
  background: rgba(255, 250, 243, .96);
  border: 0;
  border-radius: 0;
  min-height: 3rem;
}
.theme-palas .hero-search .btn-accent {
  border-radius: 0;
  letter-spacing: .12em;
  text-transform: uppercase;
  background: #c9a227;
  border-color: #c9a227;
  color: #1a1410;
  font-weight: 700;
}
.theme-palas .hero-action {
  color: #e8d5b5;
  border: 1px solid rgba(201, 162, 39, .45);
  padding: .45rem .9rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .72rem;
}
.theme-palas .hero-action:hover { background: #c9a227; border-color: #c9a227; color: #1a1410; }
.theme-palas .palas-stats {
  display: flex;
  gap: 2.4rem;
  margin-top: 2.2rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(201, 162, 39, .35);
}
.theme-palas .palas-stats strong {
  display: block;
  font-family: Cinzel, Georgia, serif;
  font-size: 1.8rem;
  color: #fffaf3;
  letter-spacing: .06em;
}
.theme-palas .palas-stats span {
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: .68rem;
  color: #c9a227;
}
.theme-palas main { background: #f4efe6; color: #1c1410; }
.theme-palas .home-wrap { grid-template-columns: minmax(0, 1fr) 300px; }
.theme-palas .ilan-moduller { display: block; }
.theme-palas .ilan-moduller .side-mod.mod-klasik { display: none; }
.theme-palas .listing-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.theme-palas .home-main > .section:first-of-type .listing-grid {
  grid-template-columns: 1.4fr 1fr 1fr;
}
.theme-palas .home-main > .section:first-of-type .listing-grid .listing-card:first-child {
  grid-row: span 2;
}
.theme-palas .home-main > .section:first-of-type .listing-grid .listing-card:first-child .listing-card-media {
  aspect-ratio: 4 / 5;
}
.theme-palas .section { padding: 2.8rem 0; }
.theme-palas .section-head {
  align-items: end;
  border-bottom: 1px solid rgba(26, 20, 16, .12);
  padding-bottom: .7rem;
  margin-bottom: 1.4rem;
}
.theme-palas .section-head h2 {
  font-family: Cinzel, Georgia, serif;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 1.15rem;
  color: #1a1410;
}
.theme-palas .section-head a {
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .72rem;
  color: #c9a227;
}
.theme-palas .home-soft,
.theme-palas .bg-soft { background: #efe6d4; }
.theme-palas .navbar-toggler { border-color: rgba(201, 162, 39, .65); }
.theme-palas .navbar-toggler-icon { filter: invert(1) sepia(.4) saturate(4) hue-rotate(2deg); }
.theme-palas .listing-card {
  background: #fffaf3;
  border: 0;
  border-radius: 0;
  box-shadow: 0 18px 40px rgba(26, 20, 16, .08);
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease;
}
.theme-palas .listing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 56px rgba(26, 20, 16, .16);
}
.theme-palas .listing-card-media { aspect-ratio: 4 / 3; }
.theme-palas .listing-card-media img { transition: transform .8s ease; }
.theme-palas .listing-card:hover .listing-card-media img { transform: scale(1.08); }
.theme-palas .card-price-bar {
  display: block;
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  right: auto;
  background: #c9a227;
  color: #1a1410;
  font-family: Cinzel, Georgia, serif;
  font-weight: 600;
  letter-spacing: .04em;
  padding: .45rem .8rem;
}
.theme-palas .listing-price { display: none; }
.theme-palas .listing-card-body { padding: 1.15rem 1.15rem 1.3rem; }
.theme-palas .listing-card-body h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a1410;
}
.theme-palas .listing-meta { font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; color: #7a6d5d; }
.theme-palas .listing-specs span {
  border: 1px solid rgba(201, 162, 39, .4);
  color: #1a1410;
  letter-spacing: .04em;
}
.theme-palas .side-mod {
  background: #fffaf3;
  border: 1px solid rgba(201, 162, 39, .28);
  border-radius: 0;
}
.theme-palas .side-mod h3,
.theme-palas .mod-klasik .mod-toggle {
  font-family: Cinzel, Georgia, serif;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #1a1410;
}
.theme-palas .side-mod a { color: #1a1410; }
.theme-palas .side-mod a:hover { background: #f4efe6; color: #c9a227; }
.theme-palas .mod-durum,
.theme-palas .mod-hizli {
  background: #1a1410;
  border-color: #1a1410;
}
.theme-palas .mod-durum .mod-toggle,
.theme-palas .mod-hizli .mod-toggle { color: #e8d5b5; }
.theme-palas .mod-durum p { color: #f4efe6; }
.theme-palas .mod-durum-btns a,
.theme-palas .mod-durum-btns a:hover { background: #c9a227; color: #1a1410; border: 0; }
.theme-palas .mod-ara { border-radius: 0; }
.theme-palas .mod-bakilan { background: #fffaf3; }
.theme-palas .mod-bakilan .mod-toggle { color: #1a1410; }
.theme-palas .mod-bakilan .mod-head-title i,
.theme-palas .mod-bakilan .mod-rule { color: #c9a227; }
.theme-palas .mod-bakilan .bakilan-item { border-top-color: rgba(28, 20, 16, .08); color: #1a1410; }
.theme-palas .mod-bakilan .bakilan-item:hover { background: #f4efe6; color: #1a1410; }
.theme-palas .bakilan-baslik { color: #1a1410; }
.theme-palas .bakilan-fiyat { background: #c9a227; color: #1a1410; }
.theme-palas .mod-kutu { border-color: rgba(201, 162, 39, .4); }
.theme-palas .mod-kutu .mod-toggle { background: #1a1410; color: #e8d5b5; }
.theme-palas .mod-kutu .mod-tumu { color: #e8d5b5; }
.theme-palas .kat-agac summary,
.theme-palas .kat-agac a,
.theme-palas .mod-semt-liste a,
.theme-palas .mod-semt-liste a span { color: #1a1410; }
.theme-palas .mod-semt-liste a em,
.theme-palas .kat-agac a:hover { color: #c9a227; }
.theme-palas .danisman-ad,
.theme-palas .danisman-mail,
.theme-palas .danisman-tel { color: #1a1410; }
.theme-palas .danisman-unvan { color: #7a6d5d; }
.theme-palas .danisman-portfoy,
.theme-palas .danisman-portfoy:hover,
.theme-palas .danisman-nav button { background: #1a1410; color: #e8d5b5; }
.theme-palas .doviz-kutu { background: #fffaf3; }
.theme-palas .doviz-kutu .mod-toggle { background: #fffaf3; color: #1a1410; }
.theme-palas .doviz-deger { color: #1a1410; }
.theme-palas .page-hero {
  background: #0f0c09;
  color: #fffaf3;
  border-bottom: 1px solid rgba(201, 162, 39, .4);
}
.theme-palas .page-hero h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
}
.theme-palas .filter-bar,
.theme-palas .price-box,
.theme-palas .agent-box,
.theme-palas .service-card {
  background: #fffaf3;
  border-radius: 0;
  border: 1px solid rgba(201, 162, 39, .25);
}
.theme-palas .agent-box strong {
  font-family: Cinzel, Georgia, serif;
}
.theme-palas .btn-accent,
.theme-palas .btn-navy { border-radius: 0; letter-spacing: .08em; text-transform: uppercase; }
.theme-palas .site-footer {
  background: #0a0806;
  color: #d8cbb8;
  border-top: 1px solid rgba(201, 162, 39, .35);
}
.theme-palas .site-footer h5,
.theme-palas .site-footer h6 {
  font-family: Cinzel, Georgia, serif;
  color: #c9a227;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.theme-palas .wa-float { background: #1a1410; box-shadow: 0 10px 24px rgba(28, 20, 16, .35); }
.theme-palas .tema-galeri-card.is-active { border-color: #c9a227; }

/* 145 — hap arama, yuvarlak, sağ modül */
.theme-pill .nav-ico { display: inline; color: var(--accent); margin-right: .25rem; }
.theme-pill .hero-search { border-radius: 999px; padding: .45rem .45rem .45rem 1rem; }
.theme-pill .hero-search .btn-accent,
.theme-pill .btn-yonetim { border-radius: 999px; }
.theme-pill .listing-card { border-radius: 14px; overflow: hidden; box-shadow: 0 10px 24px rgba(0,0,0,.08); }
.theme-pill .section-head h2 { border-left: 4px solid var(--accent); padding-left: .65rem; }
.theme-pill .side-mod { border-radius: 12px; overflow: hidden; }
.theme-pill .side-mod h3,
.theme-pill .mod-klasik .mod-toggle { background: var(--accent); }

/* 144 — tam genişlik 4 sütun, sidebar yok */
.theme-split .home-wrap { grid-template-columns: minmax(0, 1fr) 280px; }
.theme-split .ilan-moduller { display: block; }
.theme-split .ilan-moduller .side-mod.mod-klasik { display: none; }
.theme-split .listing-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.theme-split .hero-overlay { text-align: center; }
.theme-split .hero-search,
.theme-split .hero-lead,
.theme-split .hero-actions { margin-inline: auto; }
.theme-split .hero-lead { max-width: 36rem; }
.theme-split .hero-actions { justify-content: center; }
.theme-split .section-head { justify-content: center; text-align: center; }
.theme-split .listing-card { border-radius: 8px; }

/* 143 — koyu hero, altın çizgi */
.theme-darkhero .top-util { background: #111; }
.theme-darkhero .site-header, .theme-darkhero .site-nav { background: #111; }
.theme-darkhero .hero-overlay { background: linear-gradient(180deg, rgba(0,0,0,.2), rgba(0,0,0,.72)); }
.theme-darkhero .home-wrap { grid-template-columns: minmax(0, 1fr) 280px; }
.theme-darkhero .ilan-moduller { display: block; }
.theme-darkhero .ilan-moduller .side-mod.mod-klasik { display: none; }
.theme-darkhero .section-head h2 { color: var(--accent); letter-spacing: .08em; text-transform: uppercase; font-size: 1.1rem; }
.theme-darkhero .listing-card { background: #161616; color: #eee; border-color: #333; }
.theme-darkhero .listing-card-body h3 a,
.theme-darkhero .listing-meta { color: #ddd; }
.theme-darkhero .listing-specs span { background: #222; color: #ccc; }
.theme-darkhero .bg-soft, .theme-darkhero .home-soft { background: #101010; }

/* 142 — ajans, sağ modül, yatay overlay */
.theme-ampwide .site-header, .theme-ampwide .site-nav { background: var(--navy); }
.theme-ampwide .hero-overlay { background: linear-gradient(90deg, color-mix(in srgb, var(--navy) 80%, #000), transparent 68%); }
.theme-ampwide .section-head h2 { text-transform: uppercase; letter-spacing: .04em; font-size: 1.2rem; }
.theme-ampwide .listing-card { border-radius: 4px; }
.theme-ampwide .page-hero { border-bottom: 4px solid var(--accent); }

/* 141 — sol semt / kategori */
.theme-leftmod .site-header, .theme-leftmod .site-nav { background: var(--navy); }
.theme-leftmod .home-wrap { grid-template-columns: 260px minmax(0, 1fr); }
.theme-leftmod .ilan-moduller { order: -1; }
.theme-leftmod .side-mod h3,
.theme-leftmod .mod-klasik .mod-toggle { background: var(--accent); }
.theme-leftmod .listing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

/* 140 — magazin: ilk vitrin kartı geniş */
.theme-magazine .site-header, .theme-magazine .site-nav { background: var(--navy); }
.theme-magazine .home-main .section:first-child .listing-grid { grid-template-columns: 1fr 1fr; }
.theme-magazine .home-main .section:first-child .listing-card:first-child { grid-column: 1 / -1; }
.theme-magazine .home-main .section:first-child .listing-card:first-child .listing-card-media { aspect-ratio: 21 / 8; }
.theme-magazine .section-head h2 { font-family: Georgia, "Times New Roman", serif; font-style: italic; }
.theme-magazine .card-price-bar {
  display: block; position: absolute; left: 12px; bottom: 12px; right: auto;
  background: var(--accent); color: #fff; padding: .3rem .7rem; font-weight: 800;
}
.theme-magazine .listing-price { display: none; }

/* 139 — ince, az boşluk */
.theme-slim .top-util { padding: .2rem 0; font-size: .78rem; }
.theme-slim .site-nav { padding: .2rem 0; }
.theme-slim .brand-sub, .theme-slim .hero-lead, .theme-slim .hero-actions { display: none; }
.theme-slim .hero-overlay { padding: 2.4rem 0 2rem; }
.theme-slim .section { padding: 1.4rem 0; }
.theme-slim .listing-card { border-radius: 0; }
.theme-slim .listing-card-media { aspect-ratio: 16 / 10; }

/* 138 — kutulu sayfa */
body.theme-boxed { background: #d5dbe0; }
.theme-boxed .site-header,
.theme-boxed main,
.theme-boxed .site-footer { max-width: 1180px; margin-inline: auto; background: #fff; }
.theme-boxed .site-header, .theme-boxed .site-nav { background: var(--navy); }
.theme-boxed .hero-slider-wrap { border-radius: 0; }
.theme-boxed .listing-card { box-shadow: 0 2px 8px rgba(0,0,0,.08); }

/* 137 — yeşil ajans */
.theme-nature .site-header, .theme-nature .site-nav { background: var(--navy); }
.theme-nature .hero-action { background: #145a32; }
.theme-nature .listing-price { color: #145a32; }
.theme-nature .side-mod a { color: #145a32; }
.theme-nature .section-head h2 { color: #145a32; }
.theme-nature .listing-card { border: 2px solid #d5f5e3; border-radius: 10px; }

/* 136 — klasik portal (CESUR tipi) */
.theme-cesur .top-util { background: #4a4a4a; }
.theme-cesur .site-header, .theme-cesur .site-nav { background: #3a3a3a; }
.theme-cesur .section-head {
  background: #3a3a3a; color: #fff; padding: .45rem .75rem; margin-bottom: 1rem;
}
.theme-cesur .section-head h2 { color: #fff; font-size: 1rem; margin: 0; text-transform: uppercase; }
.theme-cesur .section-head a { color: #c8e86a; }
.theme-cesur .listing-price {
  background: #8fbc4a; color: #fff; padding: .4rem .7rem; margin: -.25rem -1rem .7rem;
}
.theme-cesur .side-mod h3,
.theme-cesur .mod-klasik .mod-toggle { background: #3a3a3a; }
.theme-cesur .side-mod a { color: #2e7d32; }
.theme-cesur .listing-card { border-radius: 0; }

/* 135 — başlık şeritleri */
.theme-bar .site-header, .theme-bar .site-nav { background: var(--navy); }
.theme-bar .section-head {
  background: var(--navy); color: #fff; padding: .5rem .8rem;
}
.theme-bar .section-head h2 { color: #fff; margin: 0; font-size: 1rem; text-transform: uppercase; }
.theme-bar .section-head a { color: #ffe082; }
.theme-bar .listing-price { background: var(--accent); color: #fff; padding: .35rem .6rem; }
.theme-bar .side-mod h3,
.theme-bar .mod-klasik .mod-toggle { background: var(--navy); }

/* 134 — sıfır radius */
.theme-sharp * { border-radius: 0 !important; }
.theme-sharp .site-header, .theme-sharp .site-nav { background: var(--navy); }
.theme-sharp .hero-search { border: 3px solid var(--navy); }
.theme-sharp .listing-card { border: 2px solid #111; }
.theme-sharp .btn-accent { text-transform: uppercase; font-weight: 800; }

/* 133 — kağıt / sıcak */
body.theme-paper { background: #f3efe6; }
.theme-paper .site-header, .theme-paper .site-nav { background: #5d4037; }
.theme-paper .top-util { background: #3e2723; }
.theme-paper .section-head h2 { font-family: Georgia, serif; color: #5d4037; }
.theme-paper .listing-card { background: #fffaf3; border-color: #e0d4c4; }
.theme-paper .side-mod h3,
.theme-paper .mod-klasik .mod-toggle { background: #5d4037; }

/* 132 — mozaik ızgara */
.theme-mosaic .site-header, .theme-mosaic .site-nav { background: var(--navy); }
.theme-mosaic .home-wrap { grid-template-columns: 1fr; }
.theme-mosaic .ilan-moduller { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; position: static; margin-bottom: 1rem; order: -1; }
.theme-mosaic .listing-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .7rem; }
.theme-mosaic .listing-card-body { padding: .65rem; }
.theme-mosaic .listing-card-body h3 { font-size: .9rem; }

/* 131 — geniş renk bandı */
.theme-banner .site-header, .theme-banner .site-nav { background: var(--navy); }
.theme-banner .hero-slider { display: none; }
.theme-banner .hero-slider-wrap { background: var(--navy); min-height: 0; }
.theme-banner .hero-overlay { background: var(--navy); padding: 3rem 0; }
.theme-banner .home-wrap { grid-template-columns: 1fr; }
.theme-banner .ilan-moduller { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; position: static; }

/* 130 — sade ferah */
.theme-simple .top-util { background: #f4f6f8; color: #333; }
.theme-simple .top-util a { color: #333; }
.theme-simple .site-header { background: #fff; border-bottom: 1px solid var(--line); }
.theme-simple .site-nav { background: #fff; }
.theme-simple .site-nav .navbar-brand,
.theme-simple .site-nav .nav-link { color: #222; }
.theme-simple .hero-overlay { background: rgba(255,255,255,.18); color: #fff; }
.theme-simple .section-head h2 { font-weight: 500; letter-spacing: 0; }
.theme-simple .listing-card { border: 0; box-shadow: 0 1px 8px rgba(0,0,0,.06); border-radius: 12px; }

@media (min-width: 992px) {
  .dash-tiles { grid-template-columns: repeat(3, 1fr); }
  .foto-ekle { max-width: 420px; }
}

@media (max-width: 991px) {
  .theme-wave .listing-grid,
  .theme-luxe .listing-grid,
  .theme-palas .listing-grid,
  .theme-palas .home-main > .section:first-of-type .listing-grid,
  .theme-split .listing-grid,
  .theme-mosaic .listing-grid { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
  .theme-wave .nav-ico,
  .theme-luxe .nav-ico,
  .theme-palas .nav-ico { display: inline; margin-right: .35rem; }
  .theme-wave .navbar-nav .nav-link,
  .theme-luxe .navbar-nav .nav-link,
  .theme-palas .navbar-nav .nav-link { text-align: left; }
  .theme-luxe .hero-slider-wrap { min-height: 26rem; }
  .theme-luxe .hero-overlay { padding: 4.2rem 0 3rem; }
  .theme-luxe .hero-search { grid-template-columns: 1fr; }
  .theme-palas .hero-slider-wrap { min-height: 30rem; }
  .theme-palas .hero-overlay { padding: 5rem 0 3.2rem; }
  .theme-palas .hero-search { grid-template-columns: 1fr; }
  .theme-palas .palas-hero-frame { inset: .7rem; }
  .theme-palas .palas-stats { gap: 1.2rem; flex-wrap: wrap; }
  .theme-palas .home-main > .section:first-of-type .listing-grid .listing-card:first-child { grid-row: auto; }
  .theme-palas .home-main > .section:first-of-type .listing-grid .listing-card:first-child .listing-card-media { aspect-ratio: 4 / 3; }
  .theme-leftmod .home-wrap,
  .theme-mosaic .ilan-moduller,
  .theme-banner .ilan-moduller { grid-template-columns: 1fr; }
  .theme-leftmod .ilan-moduller { order: 2; }
  .theme-wave .home-wrap,
  .theme-luxe .home-wrap,
  .theme-palas .home-wrap,
  .theme-split .home-wrap,
  .theme-darkhero .home-wrap { grid-template-columns: 1fr; }
}
