/* =========================================================
   hacettepeogrenciyurdu.com — theme.css
   "Hoteller" ilhamlı sıcak, altın/krem, serif, lüks konaklama teması
   Başlık: Playfair Display (serif) · Gövde: Poppins (sans)
   ========================================================= */

:root {
  --c-gold: #A67C3D;        /* antika altın — aksan, çerçeve, ikincil buton */
  --c-gold-soft: #C9A863;   /* açık altın vurgu */
  --c-cream: #F6F1E9;       /* krem — ana açık zemin */
  --c-cream-2: #EFE6D6;     /* biraz daha koyu krem — kart zemin */
  --c-dark: #1C1815;        /* sıcak koyu antrasit */
  --c-dark-2: #262019;      /* koyu bölüm ikincil zemin */
  --c-ink: #2A2622;         /* krem üstünde ana metin */
  --c-muted: #8B8175;       /* ikincil metin */
  --c-white: #FFFFFF;

  --radius-card: 16px;
  --radius-img: 18px;
  --radius-sm: 10px;
  --radius-pill: 999px;

  --shadow-card: 0 18px 44px rgba(28, 24, 21, .14);
  --shadow-sm: 0 6px 18px rgba(28, 24, 21, .10);

  --font-display: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-body: 'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --section-gap: 6rem;

  --bs-primary: var(--c-gold);
  --bs-body-font-family: var(--font-body);
  --bs-body-color: var(--c-ink);
  --bs-body-bg: var(--c-cream);
  --bs-link-color: var(--c-gold);
}

/* ---------- Genel ---------- */
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--c-ink);
  background: var(--c-cream);
  line-height: 1.75;
  padding-bottom: 0;
  overflow-x: clip;
}

h1, h2, h3, h4, .font-display {
  font-family: var(--font-display);
  color: var(--c-dark);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.18;
}

h1 { font-size: clamp(2.1rem, 1.4rem + 2.8vw, 3.6rem); font-weight: 600; }
h2.section-title { font-size: clamp(1.7rem, 1.3rem + 1.6vw, 2.5rem); margin-bottom: .6rem; }
.section-sub { color: var(--c-muted); max-width: 640px; }
.section-sub.text-center, .section-title.text-center + .section-sub.text-center { margin-left: auto; margin-right: auto; }

section { padding-block: var(--section-gap); }

.skip-link {
  position: absolute; top: 0; left: 0; z-index: 2000;
  background: var(--c-dark); color: #fff; padding: .6rem 1rem;
}

a { color: var(--c-gold); text-decoration: none; }
a:hover { color: var(--c-dark); text-decoration: underline; }

.accent-gold { color: var(--c-gold); font-style: italic; }

.eyebrow, .section-tag {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .78rem;
  font-weight: 600;
  color: var(--c-gold-soft);
}
.eyebrow::before, .section-tag::before {
  content: "";
  display: inline-block;
  width: 26px; height: 1px;
  background: var(--c-gold);
}

/* ---------- Pill butonlar ---------- */
.btn-pill {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  padding: .8rem .7rem .8rem 1.5rem;
  border-radius: var(--radius-pill);
  font-weight: 600;
  font-size: .95rem;
  text-decoration: none !important;
  transition: transform .15s ease, background .15s ease, color .15s ease, border-color .15s ease;
  white-space: nowrap;
}
.btn-pill .arrow,
.btn-pill::after {
  content: ">";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px; height: 30px;
  border-radius: 50%;
  font-size: 1.05rem;
  line-height: 1;
  flex-shrink: 0;
}
.btn-pill-dark {
  background: var(--c-dark);
  color: #fff !important;
}
.btn-pill-dark::after { background: rgba(255,255,255,.14); color: #fff; }
.btn-pill-dark:hover { background: var(--c-gold); transform: translateY(-1px); }

.btn-pill-cream {
  background: var(--c-cream);
  color: var(--c-dark) !important;
  border: 1px solid rgba(28,24,21,.08);
}
.btn-pill-cream::after { background: var(--c-dark); color: #fff; }
.btn-pill-cream:hover { background: #fff; transform: translateY(-1px); }

.btn-pill-ghost {
  background: transparent;
  color: var(--c-dark) !important;
  border: 1.5px solid var(--c-gold);
}
.btn-pill-ghost::after { background: var(--c-gold); color: #fff; }
.btn-pill-ghost:hover { background: var(--c-gold); color: #fff !important; }
.btn-pill-ghost:hover::after { background: #fff; color: var(--c-gold); }

.btn-pill-ghost-light {
  background: transparent;
  color: #fff !important;
  border: 1.5px solid rgba(255,255,255,.4);
}
.btn-pill-ghost-light::after { background: var(--c-gold); color: #fff; }
.btn-pill-ghost-light:hover { border-color: var(--c-gold); background: rgba(255,255,255,.06); }

.btn-pill-sm { padding: .6rem .55rem .6rem 1.1rem; font-size: .85rem; }
.btn-pill-sm::after { width: 24px; height: 24px; font-size: .9rem; }

/* radalink() çıktıları bağlam bazlı stillendirilir (config.php class parametresi almaz) */
.hero-cta a,
.quickbar-cta a,
.why-cta a,
.room-cta a,
.region-cta a,
.blog-cta a,
.faq-cta-row a,
.cta-banner a,
.guide-cta a,
.related-cta a {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  padding: .8rem .7rem .8rem 1.5rem;
  border-radius: var(--radius-pill);
  font-weight: 600;
  font-size: .95rem;
  text-decoration: none !important;
  transition: transform .15s ease, background .15s ease, color .15s ease, border-color .15s ease;
  white-space: nowrap;
}
.hero-cta a::after, .quickbar-cta a::after, .why-cta a::after, .room-cta a::after,
.region-cta a::after, .blog-cta a::after, .faq-cta-row a::after, .cta-banner a::after,
.guide-cta a::after, .related-cta a::after {
  content: ">";
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; border-radius: 50%;
  font-size: 1rem; line-height: 1; flex-shrink: 0;
}

.hero-cta a:first-child, .quickbar-cta a, .room-cta a, .guide-cta a, .blog-cta a {
  background: var(--c-dark); color: #fff !important;
}
.hero-cta a:first-child::after, .quickbar-cta a::after, .room-cta a::after, .guide-cta a::after, .blog-cta a::after {
  background: rgba(255,255,255,.16); color: #fff;
}
.hero-cta a:first-child:hover, .quickbar-cta a:hover, .room-cta a:hover, .guide-cta a:hover, .blog-cta a:hover {
  background: var(--c-gold); transform: translateY(-1px);
}

.hero-cta a:nth-child(2), .region-cta a, .related-cta a {
  background: transparent; color: var(--c-dark) !important;
  border: 1.5px solid var(--c-gold);
}
.hero-cta a:nth-child(2)::after, .region-cta a::after, .related-cta a::after {
  background: var(--c-gold); color: #fff;
}
.hero-cta a:nth-child(2):hover, .region-cta a:hover, .related-cta a:hover {
  background: var(--c-gold); color: #fff !important;
}

.why-cta a, .cta-banner a {
  background: var(--c-cream); color: var(--c-dark) !important;
}
.why-cta a::after, .cta-banner a::after { background: var(--c-dark); color: #fff; }
.why-cta a:hover, .cta-banner a:hover { background: #fff; transform: translateY(-1px); }

.faq-cta-row a {
  background: var(--c-dark); color: #fff !important;
}
.faq-cta-row a::after { background: var(--c-gold); color: #fff; }
.faq-cta-row a:hover { background: var(--c-gold); }

.btn-outline-cta {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .75rem 1.4rem;
  border-radius: var(--radius-pill);
  border: 1.5px solid var(--c-dark);
  color: var(--c-dark);
  font-weight: 600;
  text-decoration: none;
}
.btn-outline-cta:hover { background: var(--c-dark); color: #fff; text-decoration: none; }

.internal-link { font-weight: 600; color: var(--c-gold); }
.internal-link:hover { color: var(--c-dark); }

/* ---------- Topbar ---------- */
.topbar {
  background: var(--c-dark);
  color: var(--c-cream);
  font-size: .82rem;
}
.topbar-inner {
  display: flex; justify-content: space-between; align-items: center;
  padding: .5rem 0;
  gap: 1rem;
}
.topbar-link { color: #fff; display: inline-flex; align-items: center; gap: .4rem; }
.topbar-link:hover { color: var(--c-gold-soft); text-decoration: none; }
.topbar-tag { color: rgba(246,241,233,.7); font-style: italic; display: none; letter-spacing: .02em; }
@media (min-width: 576px) { .topbar-tag { display: inline; } }

/* Header alanı koyu — topbar ile hero arasında krem boşluk oluşmasını önler */
header { background: var(--c-dark); }

/* ---------- Navbar (şeffaf -> krem scroll) ---------- */
.site-navbar {
  position: sticky;
  top: 0;
  z-index: 1040;
  background: rgba(246, 241, 233, .97);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(6px);
  padding-block: 1rem;
  transition: background .25s ease, box-shadow .25s ease, padding .25s ease;
}
.site-navbar.is-scrolled {
  background: rgba(246, 241, 233, .96);
  backdrop-filter: blur(6px);
  box-shadow: var(--shadow-sm);
  padding-block: .75rem;
}
.navbar-brand { display: flex; align-items: center; gap: .6rem; }
.brand-mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--c-gold); color: #fff;
}
.brand-mark svg { width: 18px; height: 18px; }
.brand-text {
  font-family: var(--font-display); font-weight: 600; color: var(--c-dark);
  font-size: 1.3rem;
}
.brand-dot { color: var(--c-gold); }

.site-navbar .nav-link {
  color: var(--c-ink);
  font-weight: 500;
  font-size: .95rem;
  padding: .5rem .9rem;
  border-radius: var(--radius-pill);
}
.site-navbar .nav-link.active,
.site-navbar .nav-link:hover { color: var(--c-gold); background: rgba(166,124,61,.08); text-decoration: none; }

.nav-cta a {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: var(--c-dark);
  color: #fff !important;
  padding: .55rem .55rem .55rem 1.2rem;
  border-radius: var(--radius-pill);
  font-weight: 600;
  font-size: .9rem;
  text-decoration: none !important;
  transition: background .15s ease;
}
.nav-cta a::after {
  content: ">";
  display: inline-flex; align-items: center; justify-content: center;
  width: 24px; height: 24px; border-radius: 50%;
  background: rgba(255,255,255,.16);
}
.nav-cta a:hover { background: var(--c-gold); }
.nav-phone { color: var(--c-ink); font-weight: 600; font-size: .9rem; display: inline-flex; align-items: center; gap: .4rem; }
.nav-phone svg { color: var(--c-gold); }

/* Şeffaf navbar hero üstündeyken (data-transparent) */
.site-navbar.navbar-on-hero:not(.is-scrolled) .nav-link { color: #fff; }
.site-navbar.navbar-on-hero:not(.is-scrolled) .brand-text { color: #fff; }
.site-navbar.navbar-on-hero:not(.is-scrolled) .nav-phone { color: #fff; }
.site-navbar.navbar-on-hero:not(.is-scrolled) .nav-phone svg { color: var(--c-gold-soft); }
.site-navbar.navbar-on-hero:not(.is-scrolled) .navbar-toggler-icon {
  filter: invert(1);
}

/* ---------- Hero (full-bleed) ---------- */
.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  margin-top: -76px;
  padding-top: 10rem;
  padding-bottom: 6rem;
  overflow: hidden;
  color: #fff;
}
.hero-bg {
  position: absolute; inset: 0;
  z-index: 0;
}
.hero-bg svg { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-bg::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(20,16,13,.82) 0%, rgba(20,16,13,.55) 45%, rgba(20,16,13,.25) 100%);
}
.hero .container { position: relative; z-index: 1; }
.hero h1 { color: #fff; }
.hero .hero-lead {
  font-size: 1.15rem;
  color: rgba(255,255,255,.88);
  max-width: 46ch;
  margin-bottom: 1.75rem;
}
.hero .eyebrow { color: var(--c-gold-soft); margin-bottom: 1rem; }
.hero .eyebrow::before { background: var(--c-gold-soft); }
/* Hero ikincil butonu koyu zemin üzerinde: açık metin + açık çerçeve */
.hero .hero-cta a:nth-child(2) { color: #fff !important; border-color: rgba(255,255,255,.55); }
.hero .hero-cta a:nth-child(2):hover { color: #fff !important; border-color: var(--c-gold); }
.hero-figcaption { font-size: .78rem; color: rgba(255,255,255,.55); font-style: italic; margin-top: 1.25rem; }

/* ---------- Hızlı bilgi çubuğu ---------- */
.quickbar-wrap { position: relative; z-index: 2; margin-top: -3.75rem; margin-bottom: 0; padding-bottom: 0; }
.quickbar {
  background: #fff;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  padding: 1.5rem 1.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
}
.quickbar-field {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  padding-right: 1.5rem;
  border-right: 1px solid var(--c-cream-2);
  flex: 1 1 160px;
}
.quickbar-field:last-of-type { border-right: none; }
.quickbar-label {
  font-size: .74rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--c-muted);
  font-weight: 600;
}
.quickbar-value {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--c-dark);
  font-weight: 600;
}
.quickbar-cta { flex: 0 0 auto; margin-left: auto; }

/* ---------- Placeholder görselleri ---------- */
.placeholder-figure { position: relative; }
.placeholder-figure svg { display: block; width: 100%; height: auto; }
.placeholder-caption {
  font-size: .74rem;
  color: var(--c-muted);
  margin-top: .6rem;
  font-style: italic;
  text-align: center;
}
.gold-frame {
  position: relative;
  border-radius: var(--radius-img);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(166,124,61,.35);
}
.gold-frame svg { display: block; width: 100%; height: 100%; }

/* ---------- Hakkında ---------- */
.about-section { background: var(--c-cream); overflow: hidden; }
.about-media { position: relative; }
.about-media .gold-frame-1 { border-radius: var(--radius-img); }
.about-media .gold-frame-2 {
  position: absolute;
  width: 46%;
  right: -8%;
  bottom: -10%;
  border: 6px solid var(--c-cream);
  z-index: 2;
}
.about-quote {
  border-left: 3px solid var(--c-gold);
  padding-left: 1.1rem;
  margin: 1.4rem 0;
  font-family: var(--font-display);
  font-style: italic;
  color: var(--c-dark);
  font-size: 1.2rem;
}
.about-section p { color: var(--c-ink); }
.about-cta { margin-top: 1.5rem; }

/* ---------- Neden Rada Loft (koyu) ---------- */
.why-section {
  background: var(--c-dark);
  color: rgba(255,255,255,.86);
  position: relative;
  overflow: hidden;
}
.why-section::before {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: .4;
  pointer-events: none;
}
.why-section .container { position: relative; }
.why-section h2 { color: #fff; }
.why-section h2::after {
  content: "";
  display: block;
  width: 64px; height: 3px;
  background: var(--c-gold);
  margin-top: .8rem;
}
.why-section .section-sub { color: rgba(255,255,255,.6); }
.why-media { position: relative; }
.why-media .gold-frame { border-color: rgba(201,168,99,.4); }
.why-badge {
  position: absolute;
  bottom: -1.2rem; left: -1.2rem;
  background: var(--c-gold);
  color: #fff;
  padding: .9rem 1.3rem;
  border-radius: var(--radius-sm);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: .95rem;
  box-shadow: var(--shadow-card);
  text-align: center;
  line-height: 1.3;
}
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; margin-top: 2rem; }
.why-feature {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius-card);
  padding: 1.6rem;
}
.why-feature-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; border-radius: 50%;
  background: rgba(201,168,99,.15); color: var(--c-gold-soft);
  margin-bottom: 1rem;
}
.why-feature h3 { color: #fff; font-size: 1.05rem; margin-bottom: .4rem; }
.why-feature p { color: rgba(255,255,255,.62); margin: 0; font-size: .92rem; }
.why-cta { margin-top: 2rem; }

/* ---------- Oda tipleri (krem) ---------- */
.rooms-section { background: var(--c-cream); }
.room-card {
  background: #fff;
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow .2s ease, transform .2s ease;
}
.room-card:hover { box-shadow: var(--shadow-card); transform: translateY(-3px); }
.room-card-figure { border-bottom: 4px solid var(--c-gold); }
.room-card-figure .gold-frame { border-radius: 0; border: none; box-shadow: none; }
.room-card-body { padding: 1.75rem; display: flex; flex-direction: column; flex: 1; }
.room-capacity {
  display: inline-block;
  align-self: flex-start;
  background: var(--c-cream-2);
  color: var(--c-gold);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .3rem .7rem;
  border-radius: var(--radius-pill);
  margin-bottom: .8rem;
}
.room-card-body h3 { font-size: 1.2rem; margin-bottom: .5rem; }
.room-card-body p { color: var(--c-muted); font-size: .93rem; }
.room-features {
  list-style: none; padding: 0; margin: 1rem 0;
  display: flex; flex-wrap: wrap; gap: .5rem;
}
.room-features li {
  background: var(--c-cream);
  border: 1px solid var(--c-cream-2);
  border-radius: var(--radius-pill);
  padding: .35rem .8rem;
  font-size: .82rem;
  color: var(--c-dark);
}
.room-price-note {
  font-size: .82rem;
  color: var(--c-muted);
  font-style: italic;
  margin-top: auto;
  padding-top: .5rem;
}
.room-cta { margin-top: 1rem; }
.room-cta a { width: 100%; justify-content: center; }

/* ---------- Kampüs & Bölge ---------- */
.regions-section { background: var(--c-cream-2); }
.region-card {
  background: #fff;
  border-radius: var(--radius-card);
  overflow: hidden;
  height: 100%;
  box-shadow: var(--shadow-sm);
}
.region-card-figure .gold-frame { border-radius: 0; border: none; box-shadow: none; }
.region-card-body { padding: 1.6rem; }
.region-tag {
  display: inline-block;
  color: var(--c-gold);
  font-size: .74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: .4rem;
}
.region-card-body h3 { font-size: 1.15rem; margin-bottom: .5rem; }
.region-card-body p { color: var(--c-muted); font-size: .92rem; }
.region-cta { margin-top: 1rem; }

/* ---------- Hizmetler/Olanaklar — dikey kartlar ---------- */
.amenities-section { background: var(--c-cream); }
.amenity-card {
  position: relative;
  border-radius: var(--radius-card);
  overflow: hidden;
  min-height: 380px;
  display: flex;
  align-items: flex-end;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(166,124,61,.3);
}
.amenity-card svg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.amenity-card::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(28,24,21,0) 35%, rgba(28,24,21,.88) 100%);
}
.amenity-card-body { position: relative; z-index: 1; padding: 1.6rem; color: #fff; }
.amenity-card-body h3 { color: #fff; font-size: 1.15rem; margin-bottom: .4rem; }
.amenity-card-body p { color: rgba(255,255,255,.8); font-size: .9rem; margin: 0; }
.amenity-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--c-gold); color: #fff;
  margin-bottom: .8rem;
}

/* ---------- Blog & Rehber ---------- */
.blog-teaser-section { background: var(--c-cream-2); }
.blog-featured {
  background: #fff;
  border-radius: var(--radius-card);
  overflow: hidden;
  height: 100%;
  box-shadow: var(--shadow-sm);
  display: block;
  color: var(--c-ink);
  text-decoration: none;
}
.blog-featured:hover { box-shadow: var(--shadow-card); color: var(--c-ink); text-decoration: none; }
.blog-featured-figure .gold-frame { border-radius: 0; border: none; box-shadow: none; }
.blog-featured-body { padding: 1.9rem; }
.blog-tag {
  display: inline-block;
  color: var(--c-gold);
  font-size: .76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: .6rem;
}
.blog-featured-body h3 { font-size: 1.35rem; margin-bottom: .6rem; }
.blog-featured-body p { color: var(--c-muted); }

.blog-mini-list { display: flex; flex-direction: column; gap: 1.1rem; height: 100%; }
.blog-mini {
  display: flex;
  gap: 1rem;
  background: #fff;
  border-radius: var(--radius-sm);
  padding: .9rem;
  box-shadow: var(--shadow-sm);
  color: var(--c-ink);
  text-decoration: none;
  align-items: center;
}
.blog-mini:hover { box-shadow: var(--shadow-card); color: var(--c-ink); text-decoration: none; }
.blog-mini-figure { width: 84px; height: 84px; flex-shrink: 0; border-radius: var(--radius-sm); overflow: hidden; }
.blog-mini-figure svg { width: 100%; height: 100%; object-fit: cover; display: block; }
.blog-mini-body h3 { font-size: .98rem; margin-bottom: .3rem; line-height: 1.4; }
.blog-mini-body p { font-size: .82rem; color: var(--c-muted); margin: 0; }
.blog-cta { text-align: center; margin-top: 2.25rem; }

/* ---------- SSS ---------- */
.faq-section { background: var(--c-cream); }
.faq-section .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--c-cream-2);
}
.faq-section .accordion-button {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--c-dark);
  background: transparent;
  padding: 1.3rem .25rem;
  box-shadow: none !important;
  background-image: none !important;
}
.faq-section .accordion-button::after {
  content: "+";
  background-image: none !important;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1.5rem;
  color: var(--c-gold);
  width: 32px; height: 32px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1.5px solid var(--c-gold);
  border-radius: 50%;
  transition: transform .2s ease, background .2s ease, color .2s ease;
  flex-shrink: 0;
}
.faq-section .accordion-button:not(.collapsed) {
  color: var(--c-gold);
}
.faq-section .accordion-button:not(.collapsed)::after {
  content: "-";
  background: var(--c-gold);
  color: #fff;
}
.faq-section .accordion-button:focus { box-shadow: none; }
.faq-section .accordion-body { padding: 0 .25rem 1.5rem; color: var(--c-ink); }
.faq-cta-row { text-align: center; margin-top: 2.5rem; }
.faq-cta-row p { color: var(--c-muted); margin-bottom: .8rem; }

/* ---------- CTA Banner ---------- */
.cta-banner {
  position: relative;
  color: #fff;
  padding-block: 5rem;
  overflow: hidden;
}
.cta-banner-bg { position: absolute; inset: 0; z-index: 0; }
.cta-banner-bg svg { width: 100%; height: 100%; object-fit: cover; display: block; }
.cta-banner-bg::after {
  content: "";
  position: absolute; inset: 0;
  background: rgba(20,16,13,.72);
}
.cta-banner .container { position: relative; z-index: 1; text-align: center; }
.cta-banner h2 { color: #fff; max-width: 22ch; margin-inline: auto; }
.cta-banner p { color: rgba(255,255,255,.78); max-width: 55ch; margin: 1rem auto 2rem; }

/* ---------- Guide/blog sayfaları (page.php / blog.php) ---------- */
.guide-hero { background: var(--c-cream-2); padding-block: 3.5rem; }
.guide-hero .breadcrumb { font-size: .85rem; margin-bottom: 1rem; }
.guide-hero .breadcrumb a { color: var(--c-gold); }
.guide-hero h1 { font-size: clamp(1.8rem, 1.4rem + 1.6vw, 2.6rem); }
.guide-body { padding-block: 3.75rem; }
.guide-body .gold-frame { margin-bottom: 1.5rem; }
.related-box {
  background: #fff;
  border: 1px solid var(--c-cream-2);
  border-radius: var(--radius-card);
  padding: 1.6rem;
}
.related-box h2 { font-size: 1.05rem; margin-bottom: .9rem; font-family: var(--font-display); }
.related-box ul li { margin-bottom: .6rem; }

.blog-list-section { padding-block: 3.5rem; }
.blog-card {
  display: block;
  background: #fff;
  border: 1px solid var(--c-cream-2);
  border-radius: var(--radius-card);
  padding: 1.7rem;
  height: 100%;
  color: var(--c-ink);
  text-decoration: none;
  transition: box-shadow .15s ease, transform .15s ease;
}
.blog-card:hover { box-shadow: var(--shadow-card); transform: translateY(-2px); color: var(--c-ink); text-decoration: none; }
.blog-card h2 { font-size: 1.1rem; color: var(--c-dark); margin-bottom: .5rem; }
.blog-card p { color: var(--c-muted); font-size: .92rem; margin-bottom: .8rem; }
.blog-read-more { color: var(--c-gold); font-weight: 600; font-size: .88rem; }

/* ---------- Kart açıklamaları: 3 satır sınırı ---------- */
.strip-card p,
.service-card p,
.campus-card p,
.district-card p,
.blog-card p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--c-dark);
  color: rgba(255,255,255,.78);
  padding-block: 4.5rem 2rem;
  margin-top: var(--section-gap);
}
.footer-brand { display: flex; align-items: center; gap: .6rem; margin-bottom: 1.1rem; font-family: var(--font-display); font-size: 1.2rem; color: #fff; }
.footer-brand .brand-mark { width: 34px; height: 34px; }
.site-footer .footer-heading {
  font-family: var(--font-display);
  color: var(--c-gold-soft);
  font-size: 1rem;
  margin-bottom: 1.1rem;
  letter-spacing: .02em;
}
.footer-desc { color: rgba(255,255,255,.65); font-size: .92rem; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links a { color: rgba(255,255,255,.8); font-size: .93rem; }
.footer-links a:hover { color: var(--c-gold-soft); }
.footer-links li { margin-bottom: .65rem; }
.footer-disclaimer { font-size: .8rem; color: rgba(255,255,255,.55); margin-top: 1rem; }
.footer-divider { border-color: rgba(255,255,255,.12); margin: 3rem 0 1.75rem; }
.legal-block .footer-legal { font-size: .81rem; color: rgba(255,255,255,.5); line-height: 1.75; }
.footer-bottom { font-size: .8rem; color: rgba(255,255,255,.45); margin-top: 1.75rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem; }
.site-footer a { color: #fff; }
.site-footer a:hover { color: var(--c-gold-soft); }
.footer-address {
  color: rgba(255,255,255,.65);
  font-size: .9rem;
  font-style: normal;
  line-height: 1.6;
  margin: .75rem 0 0;
}
.footer-contact-box {
  border: 1px solid rgba(201,168,99,.3);
  border-radius: var(--radius-sm);
  padding: 1.1rem 1.2rem;
  margin-top: .5rem;
}
.footer-contact-box a { display: flex; align-items: center; gap: .5rem; font-weight: 600; color: #fff; margin-bottom: .5rem; font-size: .92rem; }
.footer-contact-box a:last-child { margin-bottom: 0; }
.footer-contact-box svg { color: var(--c-gold-soft); flex-shrink: 0; }

/* ---------- Mobil sabit CTA çubuğu ---------- */
.mobile-cta-bar {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  display: flex;
  z-index: 1030;
  box-shadow: 0 -6px 20px rgba(0,0,0,.18);
}
.mobile-cta-btn {
  flex: 1;
  text-align: center;
  padding: .9rem .5rem;
  font-weight: 600;
  font-size: .88rem;
  color: #fff !important;
  background: var(--c-dark);
  display: flex; align-items: center; justify-content: center; gap: .4rem;
  text-decoration: none !important;
}
.mobile-cta-wa { background: var(--c-gold); }

@media (max-width: 991.98px) {
  main { padding-bottom: 3.5rem; }
  .site-navbar { position: sticky; background: rgba(246,241,233,.98); }
  .site-navbar .nav-link { color: var(--c-ink) !important; }
  .site-navbar .brand-text { color: var(--c-dark) !important; }
  .site-navbar.navbar-on-hero .nav-phone { color: var(--c-ink) !important; }
  .hero { margin-top: -68px; padding-top: 8rem; min-height: auto; }
  .quickbar { flex-direction: column; align-items: stretch; }
  .quickbar-field { border-right: none; border-bottom: 1px solid var(--c-cream-2); padding-bottom: 1rem; padding-right: 0; }
  .quickbar-cta { margin-left: 0; }
  .quickbar-cta a { width: 100%; justify-content: center; }
  .why-grid { grid-template-columns: 1fr; }
  .about-media .gold-frame-2 { position: static; width: 100%; margin-top: 1rem; border: none; }
}

/* ---------- Erişilebilirlik / odak ---------- */
a:focus-visible, button:focus-visible {
  outline: 3px solid var(--c-gold);
  outline-offset: 2px;
}

/* Mobilde bootstrap g-5 satır gutter taşmasını önle (yatay scroll fix) */
@media (max-width: 991.98px) {
  .row { --bs-gutter-x: 1.5rem; }
}

html { overflow-x: clip; }

@media (max-width: 575.98px){ .brand-text{ font-size: 1rem; } .footer-brand b{ overflow-wrap: anywhere; } }

/* Hamburger toggle mobilde ezilmesin (44px korunur) + marka daralabilsin */
.navbar-toggler { flex-shrink: 0; }
.navbar-brand { min-width: 0; }

/* Marka mobilde toggle ile üst üste binmesin: overflow clip + dar ekranda font küçült */
.navbar-brand { overflow: hidden; } .brand-mark { flex-shrink: 0; }
@media (max-width: 480px){ .brand-text { font-size: .88rem; } }
