/* Breadcrumb – SEO, LD+JSON uyumlu, keyword’lü */
.breadcrumb {
  margin-bottom: 1.25rem;
  padding: 0.6rem 0;
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.breadcrumb__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
}

.breadcrumb__item {
  display: inline-flex;
  align-items: center;
}

.breadcrumb__item a {
  color: var(--accent);
  text-decoration: none;
  font-weight: 500;
}

.breadcrumb__item a:hover {
  text-decoration: underline;
}

.breadcrumb__item:last-child {
  color: var(--text);
  font-weight: 600;
}

.breadcrumb__sep {
  color: var(--text-muted);
  pointer-events: none;
  margin: 0 0.35rem;
  font-weight: 400;
}

/* Çerez onay banner (KVKK) – Nexus tema */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(16px);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  color: var(--text);
  padding: 1rem 1.25rem;
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}
.cookie-banner[hidden] {
  display: none !important;
}
.cookie-banner.cookie-banner--visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.cookie-banner.cookie-banner--visible[hidden] {
  display: block !important;
}
.cookie-banner__inner {
  max-width: 900px;
  margin: 0 auto;
}
.cookie-banner__text {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  line-height: 1.5;
}
.cookie-banner__link {
  color: var(--accent);
  text-decoration: underline;
}
.cookie-banner__link:hover {
  color: var(--accent-light);
}
.cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
.cookie-banner__btn {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.cookie-banner__btn--accept {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
  color: #fff;
  border: none;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(13, 148, 136, 0.35);
}
.cookie-banner__btn--accept:hover {
  box-shadow: 0 6px 20px rgba(13, 148, 136, 0.4);
}
.cookie-banner__btn--reject {
  background: transparent;
  color: var(--text);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 999px;
}
.cookie-banner__btn--reject:hover {
  background: rgba(0, 0, 0, 0.04);
}
.cookie-banner__btn--prefs {
  background: transparent;
  color: var(--text-muted);
  text-decoration: underline;
}
.cookie-banner__btn--prefs:hover {
  color: var(--accent);
}
.cookie-banner__prefs {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.cookie-banner__prefs-title {
  margin: 0 0 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
}
.cookie-banner__label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  cursor: pointer;
  margin-bottom: 0.75rem;
}
.cookie-banner__checkbox {
  flex-shrink: 0;
}
.cookie-banner__prefs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* Arama sayfası */
.page-search {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 1rem 2rem;
}
.search-form {
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.5rem;
}
.search-form__label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  color: var(--text);
}
.search-form__row {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.search-form__input {
  flex: 1;
  min-width: 200px;
  padding: 0.65rem 1rem;
  font-size: 1rem;
  border: 1px solid var(--glass-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
}
.search-form__btn {
  flex-shrink: 0;
}
.search-form__hint {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  color: var(--text-muted);
}
.search-results__section {
  margin-bottom: 1.75rem;
}
.search-results__title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  margin: 0 0 0.5rem;
}
.search-results__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search-results__list li {
  margin-bottom: 0.4rem;
}
.search-results__list a {
  color: var(--accent);
  text-decoration: none;
  font-weight: 500;
}
.search-results__list a:hover {
  text-decoration: underline;
}
.search-results__meta {
  display: block;
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 0.15rem;
  margin-left: 0;
}
.search-results__list--questions li {
  margin-bottom: 0.6rem;
}
.search-results__empty {
  padding: 1.5rem;
  text-align: center;
  color: var(--text-muted);
  background: rgba(255, 255, 255, 0.9);
  border-radius: var(--radius);
  box-shadow: var(--card-shadow);
}

/* Anasayfa: büyü fotoğrafları slider */
.hero-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  background: var(--bg);
}

/* Slider alt geçiş: hero fotoğraflarının altı gradient ile sayfa arka planına geçer */
.hero-slider::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55%;
  min-height: 280px;
  background: linear-gradient(to top, #f8fafc 0%, rgba(248, 250, 252, 0.85) 25%, rgba(248, 250, 252, 0.4) 50%, transparent 100%);
  pointer-events: none;
  z-index: 3;
}

.hero-slider__track {
  display: flex;
  height: 100%;
  width: 100%;
  transition: transform 0.4s ease;
  will-change: transform;
}

.hero-slider__slide {
  flex: 0 0 100%;
  width: 100%;
  position: relative;
  text-decoration: none;
  color: inherit;
}

.hero-slider__img-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-slider__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slider__placeholder {
  width: 100%;
  height: 100%;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--font-head);
  background: rgba(0, 0, 0, 0.2);
}

/* Fotoğraf üzerinde bilgilendirici anasayfa yazısı */
.hero-slider__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  pointer-events: none;
  z-index: 2;
}

.hero-slider__kicker {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 0.35rem;
}

.hero-slider__heading {
  font-family: var(--font-head);
  font-size: clamp(1.85rem, 4.5vw, 2.75rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  margin: 0 0 0.5rem;
  text-align: center;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.4);
}

.hero-slider__lead {
  font-size: clamp(0.9rem, 2vw, 1rem);
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
  text-align: center;
  max-width: 420px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.hero-slider__title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 0.75rem 1rem;
  font-family: var(--font-head);
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.hero-slider__nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 0.5rem;
  pointer-events: none;
}

.hero-slider__btn {
  pointer-events: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: var(--glass-bg);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.hero-slider__btn:hover {
  background: rgba(255, 255, 255, 0.35);
}

.hero-slider__dots {
  display: none;
}

.hero-slider__dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, transform 0.2s;
}

.hero-slider__dots button:hover {
  background: rgba(255, 255, 255, 0.7);
}

.hero-slider__dots button.is-active {
  background: #fff;
  transform: scale(1.2);
}

/* Page sections – premium */
.section {
  margin-bottom: 2.5rem;
}

.section__title {
  font-family: var(--font-head);
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin: 0 0 1.25rem;
  color: var(--text);
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: inline-block;
}

.section__more {
  margin: 1.25rem 0 0;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.25rem;
}

.card-grid--buyuler {
  grid-template-columns: repeat(4, 1fr);
  gap: 1.75rem;
}

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

@media (max-width: 480px) {
  .card-grid--buyuler {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.page-buyuler__lead {
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0 0 1.5rem;
  max-width: 720px;
}

.card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: var(--card-radius);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-top: 3px solid var(--accent);
  box-shadow: 5px 5px 0 rgba(13, 148, 136, 0.06), 0 2px 12px rgba(0, 0, 0, 0.04);
  padding: 1.75rem;
}

.card-link::after {
  content: none;
}

.card-link:hover {
  transform: translate(-3px, -4px);
  box-shadow: 8px 8px 0 rgba(13, 148, 136, 0.1), 0 8px 24px rgba(0, 0, 0, 0.06);
  border-top-color: var(--accent-light);
}

.card-link__img-wrap {
  border-radius: 14px 4px 0 0;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
  margin: -1.75rem -1.75rem 1rem;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

/* Büyü kartları – ters asimetri (card-radius-alt), sol accent şerit, offset gölge */
.card-link--buyu {
  overflow: visible;
  border-radius: var(--card-radius-alt);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-left: 4px solid var(--accent);
  padding: 2rem 1.5rem 1.75rem;
  padding-left: calc(1.5rem + 4px);
  text-align: center;
  background: #fff;
  box-shadow: -4px 6px 0 rgba(13, 148, 136, 0.07), 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease, border-color 0.3s ease;
}

.card-link--buyu::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 100% 80% at 50% -20%, rgba(13, 148, 136, 0.06) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.card-link--buyu:hover {
  transform: translate(2px, -6px);
  border-left-color: var(--accent-light);
  box-shadow: -6px 10px 0 rgba(13, 148, 136, 0.12), 0 12px 32px rgba(0, 0, 0, 0.08);
}

.card-link__badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  display: inline-block;
  padding: 0.35rem 0.75rem;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #fff;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-purple) 100%);
  border-radius: 5px 14px 5px 14px;
  box-shadow: 2px 2px 0 rgba(15, 118, 110, 0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card-link--buyu:hover .card-link__badge {
  box-shadow: 0 4px 12px rgba(13, 148, 136, 0.45);
  transform: scale(1.05);
}

.card-grid--buyuler .card-link .card-link__img-wrap,
.card-grid--buyuler .card-link .card-link__content {
  position: relative;
  z-index: 1;
}

/* Görsel: köşeli yuvarlak çerçeve (bento), gradient kenarlık */
.card-link__img-wrap--ring {
  width: 88%;
  max-width: 170px;
  margin: 0 auto 1.25rem;
  aspect-ratio: 1;
  min-height: 0;
  border-radius: 24px 6px 24px 6px;
  overflow: hidden;
  position: relative;
  padding: 4px;
  background: linear-gradient(145deg, var(--accent) 0%, var(--accent-purple) 50%, var(--accent-teal) 100%);
  box-shadow: 4px 4px 0 rgba(13, 148, 136, 0.15), 0 0 0 2px rgba(255, 255, 255, 0.95);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
}

.card-link__img-wrap--ring .card-link__img,
.card-link__img-wrap--ring .card-link__placeholder {
  border-radius: 20px 4px 20px 4px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.card-link--buyu:hover .card-link__img-wrap--ring {
  transform: scale(1.05);
  box-shadow: 6px 6px 0 rgba(13, 148, 136, 0.2), 0 0 0 3px #fff;
}

.card-grid--buyuler .card-link__content {
  padding: 0 0.5rem 0.5rem;
}

.card-grid--buyuler .card-link__title {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0.2rem 0 0.5rem;
  color: var(--text);
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.card-grid--buyuler .card-link__excerpt {
  font-size: 0.8rem;
  line-height: 1.55;
  margin: 0 0 0.75rem;
  color: var(--text-muted);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-grid--buyuler .card-link__action {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.85rem;
  color: var(--accent);
  font-weight: 600;
  transition: gap 0.25s ease, color 0.25s ease;
}

.card-link__action-arrow {
  display: inline-block;
  transition: transform 0.25s ease;
}

.card-link--buyu:hover .card-link__action {
  color: var(--accent-purple);
}

.card-link--buyu:hover .card-link__action-arrow {
  transform: translateX(4px);
}

/* Eski tab sınıfı – diğer sayfalarda kullanılıyorsa geri uyumluluk */
.card-link--tab {
  overflow: hidden;
}

.card-link__tab {
  position: absolute;
  top: 0;
  left: 1.25rem;
  z-index: 2;
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: none;
  border-radius: 12px 12px 0 0;
  border-left: 3px solid var(--accent);
  box-shadow: 2px -1px 6px rgba(0, 0, 0, 0.04);
}

.card-link__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: imgHareket 10s ease-in-out infinite alternate;
}
@keyframes imgHareket {
  0% { transform: scale(1) translateY(0); }
  100% { transform: scale(1.03) translateY(-6px); }
}
@media (prefers-reduced-motion: reduce) {
  .card-link__img {
    animation: none;
  }
}

/* Beyaz arka planlı fotoğraflar için koyu overlay – diğer kartlarla uyum */
.card-link--dark-overlay .card-link__img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}

.card-link--dark-overlay .card-link__img {
  filter: brightness(0.85) contrast(1.08);
}

.card-link__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: var(--accent);
  font-family: var(--font-head);
}

.card-link__content {
  padding: 0 0 0.75rem;
}

.card-link__label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
}

.card-link__title {
  font-family: var(--font-head);
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0.35rem 0 0.5rem;
  color: var(--text);
  letter-spacing: 0.01em;
}

.card-link__excerpt {
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--text-muted);
  margin: 0 0 0.5rem;
}

.card-link__action {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--accent);
}

.card-link:hover .card-link__action {
  text-decoration: underline;
  color: var(--accent-light);
}

.card-link--compact .card-link__icon {
  font-size: 2rem;
  display: block;
  margin-bottom: 0.5rem;
}

.card-link--compact .card-link__title {
  font-size: 1.1rem;
}

/* İçerik bölümü – farklı tasarım */
.content-hub {
  margin-bottom: 2.5rem;
}

.content-hub__title {
  font-family: var(--font-head);
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin: 0 0 0.35rem;
  color: var(--text);
  padding-bottom: 0;
  border-bottom: none;
  display: block;
}

.content-hub__lead {
  font-size: 0.95rem;
  color: var(--text-muted);
  margin: 0 0 1.5rem;
}

.content-hub__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

@media (max-width: 768px) {
  .content-hub__grid {
    grid-template-columns: 1fr;
  }
}

.content-hub__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.75rem 1.5rem;
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: visible;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: var(--card-radius-alt);
  border-bottom: 4px solid var(--accent);
  background: #fff;
  box-shadow: -3px 4px 0 rgba(13, 148, 136, 0.06), 0 2px 12px rgba(0, 0, 0, 0.04);
}

.content-hub__card::after {
  content: none;
}

.content-hub__card--rehberler,
.content-hub__card--buyuler,
.content-hub__card--sss {
  border-radius: var(--card-radius-alt);
}

.content-hub__card--buyuler {
  transform: translateY(-1px);
}

.content-hub__card:hover {
  transform: translate(2px, -5px);
  box-shadow: -5px 6px 0 rgba(13, 148, 136, 0.1), 0 8px 24px rgba(0, 0, 0, 0.06);
  border-bottom-color: var(--accent-light);
}

.content-hub__card--buyuler:hover {
  transform: translate(2px, -6px);
}

.content-hub__icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 14px 4px 14px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 1.75rem;
  transition: transform 0.25s ease;
  background: var(--accent-soft);
  color: var(--accent);
  box-shadow: 2px 2px 0 rgba(13, 148, 136, 0.1);
}

.content-hub__card:hover .content-hub__icon-wrap {
  transform: scale(1.1);
  background: rgba(13, 148, 136, 0.18);
}

.content-hub__card-title {
  font-family: var(--font-head);
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.35rem;
  color: var(--text);
}

.content-hub__card-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin: 0 0 0.75rem;
  flex: 1;
}

.content-hub__arrow {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-muted);
  opacity: 0.7;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.content-hub__card:hover .content-hub__arrow {
  transform: translateX(4px);
  opacity: 1;
}

.featured-rehber__top {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.featured-rehber__avatar-wrap {
  flex-shrink: 0;
}

.featured-rehber__avatar,
.featured-rehber__avatar-fallback {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
.featured-rehber__avatar {
  animation: imgHareket 10s ease-in-out infinite alternate;
}
@media (prefers-reduced-motion: reduce) {
  .featured-rehber__avatar {
    animation: none;
  }
}

.featured-rehber__avatar-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  color: var(--text);
  font-family: var(--font-head);
  font-size: 1.5rem;
  font-weight: 700;
}

.featured-rehber__badge {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.25rem;
  font-weight: 600;
}

.featured-rehber__title {
  font-size: 0.95rem;
  color: var(--text-muted);
  margin: 0;
}

.featured-rehber__desc {
  margin: 0 0 1rem;
  color: var(--text-muted);
}

.featured-rehber__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.featured-rehber .glass-card__title a {
  color: inherit;
  text-decoration: none;
}

.featured-rehber .glass-card__title a:hover {
  color: var(--accent-light);
}

/* Anasayfa – Medyum Armağan öne çıkan blok */
.featured-rehber--prominent {
  margin-bottom: 2.5rem;
}

.featured-rehber--prominent .section__title {
  font-size: 1.5rem;
  margin-bottom: 0.35rem;
}

.featured-rehber__sub {
  color: var(--text-muted);
  font-size: 1rem;
  margin: 0 0 1.25rem;
  max-width: 52ch;
}

.featured-rehber__card-inner {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.featured-rehber--prominent .featured-rehber__avatar-wrap {
  flex-shrink: 0;
  align-self: flex-start;
}

.featured-rehber--prominent .featured-rehber__avatar,
.featured-rehber--prominent .featured-rehber__avatar-fallback {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 12px 32px rgba(13, 148, 136, 0.15), 0 0 0 4px rgba(255, 255, 255, 0.9);
}

.featured-rehber--prominent .featured-rehber__avatar-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  color: var(--text);
  font-family: var(--font-head);
  font-size: 2rem;
  font-weight: 700;
}

.featured-rehber__body {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  flex: 1;
  min-width: 0;
}

.featured-rehber__info {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.featured-rehber__name {
  font-size: 1.35rem;
  margin: 0;
}

.featured-rehber__name a {
  color: var(--text);
}

.featured-rehber__actions .btn--wa {
  background: #25D366;
  color: #fff;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
}

.featured-rehber__actions .btn--wa:hover {
  background: #2ee06b;
  color: #fff;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

@media (min-width: 640px) {
  .featured-rehber__card-inner {
    flex-direction: row;
    align-items: center;
    gap: 1.75rem;
  }
  .featured-rehber__body {
    min-width: 0;
  }
  .featured-rehber__actions {
    flex-shrink: 0;
  }
}

.section__lead {
  color: var(--text-muted);
  font-size: 1rem;
  margin: -0.5rem 0 1rem;
}

/* Konular – kart grid */
.topic-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1.15rem;
  margin-bottom: 1rem;
}

/* Topic card – açık cam, yumuşak gölge */
.topic-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.35rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: var(--card-radius-alt);
  border-bottom: 4px solid var(--accent);
  text-decoration: none;
  color: var(--text);
  box-shadow: -3px 4px 0 rgba(13, 148, 136, 0.06), 0 2px 12px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: visible;
}

.topic-card::after {
  content: none;
}

.topic-card::before {
  content: none;
}

.topic-card:hover {
  transform: translate(2px, -4px);
  box-shadow: -5px 6px 0 rgba(13, 148, 136, 0.1), 0 8px 24px rgba(0, 0, 0, 0.06);
  border-bottom-color: var(--accent-light);
  background: #fff;
  color: var(--text);
}

.topic-card__icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  background: var(--accent-soft);
  border-radius: 12px 4px 12px 4px;
  color: var(--accent);
  box-shadow: 2px 2px 0 rgba(13, 148, 136, 0.08);
  transition: background 0.25s ease, transform 0.25s ease;
}

.topic-card:hover .topic-card__icon {
  transform: scale(1.08);
  background: rgba(13, 148, 136, 0.18);
}

.topic-card__name {
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.01em;
  line-height: 1.35;
}

/* Son Sorular – panel + liste */
.questions-panel {
  padding: 0;
  overflow: hidden;
}

.question-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.question-list__item {
  border-bottom: 1px solid var(--glass-border);
}

.question-list__item:last-child {
  border-bottom: none;
}

.question-list__link {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem;
  padding: 1.1rem 1.35rem;
  text-decoration: none;
  color: var(--text);
  transition: background 0.2s ease;
}

.question-list__link:hover {
  background: rgba(13, 148, 136, 0.06);
}

.question-list__title {
  font-weight: 500;
  flex: 1;
  min-width: 0;
}

.question-list__link:hover .question-list__title {
  color: var(--accent);
}

.question-list__meta {
  font-size: 0.8rem;
  color: var(--text-muted);
  padding: 0.2rem 0.5rem;
  background: rgba(13, 148, 136, 0.08);
  border-radius: 6px;
}

.question-list__empty {
  padding: 1.5rem 1.25rem;
  color: var(--text-muted);
  font-style: italic;
  text-align: center;
}

.questions-panel__actions {
  padding: 1rem 1.25rem;
  border-top: 1px solid var(--glass-border);
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* Eski sınıflar – forum sayfalarında kullanılıyor */
.topic-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.topic-tag {
  display: inline-block;
  padding: 0.4rem 0.85rem;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  font-size: 0.9rem;
  text-decoration: none;
  color: var(--text);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.topic-tag:hover {
  background: var(--accent-soft);
  color: var(--accent);
  border-color: var(--accent);
}

.thread-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.thread-list__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.thread-list__item:last-child {
  border-bottom: none;
}

.thread-list__link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  padding: 1.1rem 1.35rem;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s ease;
}

.thread-list__link:hover {
  background: rgba(13, 148, 136, 0.06);
}

.thread-list__title {
  flex: 1;
  min-width: 0;
  font-weight: 600;
  font-size: 1rem;
  color: var(--text);
  line-height: 1.4;
}

.thread-list__link:hover .thread-list__title {
  color: var(--accent);
}

.thread-list__meta {
  font-size: 0.8rem;
  color: var(--text-muted);
  padding: 0.3rem 0.65rem;
  background: rgba(13, 148, 136, 0.1);
  border-radius: 999px;
  font-weight: 500;
  flex-shrink: 0;
}

.thread-list__empty {
  padding: 1.75rem 1.35rem;
  color: var(--text-muted);
  font-style: italic;
  text-align: center;
}

/* Konu detay sayfası – tasarım */
.topic-detail-hero {
  position: relative;
}
.topic-detail-hero .hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.4) 100%);
  pointer-events: none;
}
.topic-detail-hero .hero__inner {
  position: relative;
  z-index: 2;
}

.page-topic {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 1rem 3rem;
}
.page-topic .breadcrumb {
  margin-bottom: 1.5rem;
}
.page-topic__intro {
  margin-bottom: 2rem;
  padding: 1.75rem 1.5rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: var(--radius-lg);
  box-shadow: var(--card-shadow);
  border: 1px solid rgba(255, 255, 255, 0.9);
}
.page-topic__intro-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 0.5rem;
  letter-spacing: -0.02em;
}
.page-topic__intro-lead {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0 0 1.25rem;
}
.page-topic__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}
.page-topic__actions .btn--primary {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}
@media (max-width: 480px) {
  .page-topic__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .page-topic__actions .btn {
    justify-content: center;
  }
}
.page-topic__list-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  margin: 0 0 0.75rem;
  letter-spacing: -0.01em;
}
.thread-list-wrap {
  padding: 0;
  overflow: hidden;
  border-radius: var(--radius-lg, 12px);
}
.thread-list--topic .thread-list__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.thread-list--topic .thread-list__item:last-child {
  border-bottom: none;
}
.thread-list--topic .thread-list__link {
  padding: 1.15rem 1.5rem;
  align-items: center;
}
.thread-list__empty-icon {
  display: block;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  opacity: 0.8;
}
.thread-list__empty p {
  margin: 0 0 0.75rem;
}
.thread-list__empty p:last-child {
  margin-bottom: 0;
}
.thread-list__empty .btn {
  margin-top: 0.25rem;
}

.page-topic__pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(248, 250, 252, 0.8);
}
.pagination__link {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
}
.pagination__link:hover {
  text-decoration: underline;
}
.pagination__current {
  font-size: 0.9rem;
  color: var(--text-muted);
  font-weight: 500;
}

/* Rehber detay sayfası – premium tasarım */
.rehber-hero {
  position: relative;
  min-height: 100vh;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-color: #2a2a2a;
  overflow: hidden;
}

/* Rehber hero alt geçiş: gradient ile sayfa arka planına geçer */
.rehber-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55%;
  min-height: 280px;
  background: linear-gradient(to top, #f8fafc 0%, rgba(248, 250, 252, 0.88) 25%, rgba(248, 250, 252, 0.45) 50%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}

.rehber-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.35) 40%, rgba(0, 0, 0, 0.75) 100%);
  z-index: 0;
}

.rehber-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 2.5rem 1.5rem 3rem;
  max-width: 1280px;
  margin: 0 auto;
}

.rehber-hero__nameplate {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 1.5rem 2rem;
  max-width: 520px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.rehber-hero__badge {
  display: inline-block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.rehber-hero__title {
  font-family: var(--font-head);
  font-size: clamp(1.75rem, 3.5vw, 2.35rem);
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.2rem;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.rehber-hero__subtitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  font-weight: 500;
}

.rehber-hero__accent {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--accent);
  opacity: 0.9;
}

/* Rehber detay v2: kompakt hero + tek sütun içerik */
.rehber-hero--compact {
  min-height: 52vh;
  height: 52vh;
  align-items: center;
}

.rehber-hero--compact .rehber-hero__inner {
  padding: 2rem 1.5rem;
  text-align: center;
}

.rehber-hero__avatar-wrap {
  width: 100px;
  height: 100px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 1;
}

.rehber-hero__avatar-wrap img,
.rehber-hero__avatar-fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rehber-hero__avatar-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-family: var(--font-head);
  font-size: 2rem;
  font-weight: 700;
}

.rehber-hero--compact .rehber-hero__badge {
  margin-bottom: 0.35rem;
}

.rehber-hero--compact .rehber-hero__title {
  font-size: clamp(1.5rem, 4vw, 2rem);
}

.rehber-detail-v2 {
  max-width: 680px;
  margin: -2rem auto 0;
  padding: 0 1rem 4rem;
  position: relative;
  z-index: 2;
}

.rehber-detail-v2__bar {
  background: var(--glass-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  padding: 1.25rem 1.5rem;
  margin-bottom: 2rem;
  box-shadow: var(--glass-shadow);
  overflow: hidden;
  min-width: 0;
}

.rehber-detail-v2__bar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

@media (max-width: 480px) {
  .rehber-detail-v2__bar-inner {
    flex-direction: column;
  }
  .rehber-detail-v2__actions {
    width: 100%;
    justify-content: center;
  }
}

.rehber-detail-v2__verified {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: var(--text-muted);
  font-weight: 600;
}

.rehber-detail-v2__verified-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  flex-shrink: 0;
}

.rehber-detail-v2__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
}

.rehber-detail-v2__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.65rem 1.1rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  border: none;
  cursor: pointer;
}

.rehber-detail-v2__btn--call {
  background: rgba(255, 255, 255, 0.15);
  color: var(--text);
  border: 1px solid var(--glass-border);
}

.rehber-detail-v2__btn--call:hover {
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
}

.rehber-detail-v2__btn--wa {
  background: #25D366;
  color: #fff;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
}

.rehber-detail-v2__btn--wa:hover {
  background: #2ee06b;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
}

.rehber-detail-v2__btn--outline {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--glass-border);
}

.rehber-detail-v2__btn--outline:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.rehber-detail-v2__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.rehber-detail-v2__block {
  background: var(--glass-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  padding: 2rem 1.75rem;
  box-shadow: var(--glass-shadow);
  overflow: hidden;
  min-width: 0;
}

.rehber-detail-v2__block-title {
  font-family: var(--font-head);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 0.25rem;
  letter-spacing: 0.02em;
  overflow-wrap: break-word;
  word-break: break-word;
}

.rehber-detail-v2__block-lead {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 0 0 1.25rem;
  font-weight: 500;
  overflow-wrap: break-word;
  word-break: break-word;
}

.rehber-detail-v2__bio {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text);
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

.rehber-detail-v2__bio p {
  margin: 0 0 1rem;
}

.rehber-detail-v2__bio p:last-child {
  margin-bottom: 0;
}

.rehber-detail-v2__contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 0.75rem;
}

.rehber-detail-v2__contact-list li {
  min-width: 0;
}

.rehber-detail-v2__contact-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  padding: 1rem 1.15rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  text-decoration: none;
  color: var(--text);
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
  min-width: 0;
  overflow: hidden;
}

.rehber-detail-v2__contact-link:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.12);
}

.rehber-detail-v2__contact-link--wa {
  background: rgba(37, 211, 102, 0.08);
  border-color: rgba(37, 211, 102, 0.25);
}

.rehber-detail-v2__contact-link--wa:hover {
  background: rgba(37, 211, 102, 0.14);
  border-color: rgba(37, 211, 102, 0.4);
}

.rehber-detail-v2__contact-icon {
  font-size: 1.25rem;
}

.rehber-detail-v2__contact-label {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  font-weight: 600;
  flex-shrink: 0;
}

.rehber-detail-v2__contact-value {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--accent);
  overflow-wrap: break-word;
  word-break: break-word;
  max-width: 100%;
}

.rehber-detail-v2__contact-link--wa .rehber-detail-v2__contact-value {
  color: #25D366;
}

.rehber-detail-v2__back {
  margin: 0.5rem 0 0;
  text-align: center;
}

.rehber-detail-v2__back-link {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s ease;
  overflow-wrap: break-word;
  word-break: break-word;
}

.rehber-detail-v2__back-link:hover {
  color: var(--accent);
}

/* Hoca detay sayfası – kart düzeni ve glassmorphism */
.hoca-detail {
  padding: 1.5rem 1rem 4rem;
  max-width: 920px;
  margin: 0 auto;
}

.hoca-detail__card {
  position: relative;
  border-radius: var(--card-radius);
  overflow: hidden;
  background: #fff;
  box-shadow: 6px 6px 0 rgba(13, 148, 136, 0.06), 0 8px 32px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-left: 4px solid var(--accent);
  padding: 2.25rem 2rem 2.75rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 400px;
}

/* Çizgisel arka plan deseni – siteyle uyumlu ince çizgiler */
.hoca-detail__card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
  background-image:
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 39px,
      rgba(255, 255, 255, 0.55) 40px,
      rgba(255, 255, 255, 0.55) 41px
    ),
    repeating-linear-gradient(
      0deg,
      transparent 0,
      transparent 39px,
      rgba(255, 255, 255, 0.4) 40px,
      rgba(255, 255, 255, 0.4) 41px
    );
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.08) 50%, rgba(0,0,0,0.12) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.08) 50%, rgba(0,0,0,0.12) 100%);
}

.hoca-detail__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(163, 180, 150, 0.12) 0%, transparent 55%),
    linear-gradient(180deg, transparent 0%, rgba(212, 205, 185, 0.12) 100%);
}

/* Cam görünümlü çizgi bantları – dekoratif dikey/yatay şeritler */
.hoca-detail__glass-lines {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.hoca-detail__glass-line {
  position: absolute;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.hoca-detail__glass-line--1 {
  width: 2px;
  left: 12%;
  top: 0;
  bottom: 0;
  border-radius: 2px;
}

.hoca-detail__glass-line--2 {
  width: 2px;
  right: 18%;
  top: 15%;
  height: 45%;
  border-radius: 2px;
}

.hoca-detail__glass-line--3 {
  height: 2px;
  left: 0;
  right: 0;
  top: 28%;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
}

.hoca-detail__glass-line--4 {
  width: 2px;
  right: 8%;
  bottom: 20%;
  height: 35%;
  border-radius: 2px;
  opacity: 0.85;
}

/* Dekoratif çizgiler ve yıldız aksanları */
.hoca-detail__accent {
  position: absolute;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(100, 116, 139, 0.25), transparent);
  z-index: 1;
  pointer-events: none;
}

.hoca-detail__accent--left {
  left: 1.5rem;
  top: 5rem;
  bottom: 6rem;
}

.hoca-detail__accent--right {
  right: 1.5rem;
  top: 40%;
  height: 120px;
}

.hoca-detail__accent-star {
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(100, 116, 139, 0.35);
  transform: rotate(45deg);
  z-index: 1;
  pointer-events: none;
}

.hoca-detail__accent-star--tl {
  left: 1.35rem;
  top: 50%;
  margin-top: -20px;
}

.hoca-detail__accent-star--bl {
  left: 1.35rem;
  bottom: 8rem;
}

/* Header: isim + alt başlık */
.hoca-detail__header {
  position: relative;
  z-index: 2;
  margin-bottom: 1.75rem;
}

.hoca-detail__nameplate {
  margin-bottom: 0.5rem;
}

.hoca-detail__name {
  font-family: var(--font-head);
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--text);
  margin: 0 0 0.15em;
  line-height: 1.15;
}

.hoca-detail__subtitle {
  font-size: 1rem;
  font-style: italic;
  color: var(--text-muted);
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.hoca-detail__badge {
  display: inline-block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-muted);
  font-weight: 600;
}

/* Ana grid: solda fotoğraf (2 satır), sağda Hakkında + tanıtım kartı aynı hizada */
.hoca-detail__main-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  align-items: start;
}

@media (min-width: 640px) {
  .hoca-detail__main-grid {
    grid-template-columns: 200px 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "photo about" "photo lead";
    gap: 2rem 2rem;
    align-items: stretch;
  }
}

.hoca-detail__col-photo {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

@media (min-width: 640px) {
  .hoca-detail__col-photo {
    grid-area: photo;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.hoca-detail__col-about {
  min-width: 0;
}

@media (min-width: 640px) {
  .hoca-detail__col-about {
    grid-area: about;
  }
}

.hoca-detail__col-about .hoca-detail__block {
  margin-bottom: 0;
  height: 100%;
  padding: 1.5rem 1.5rem 1.5rem 1.75rem;
}

@media (min-width: 640px) {
  .hoca-detail__lead-glass {
    grid-area: lead;
  }
}

/* Cam efektli profil çerçevesi – asimetrik bento */
.hoca-detail__profile-glass {
  position: relative;
  flex-shrink: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: var(--card-radius-alt);
  padding: 8px;
  box-shadow: 4px 4px 0 rgba(13, 148, 136, 0.08);
  overflow: hidden;
}

.hoca-detail__profile-glass::before {
  content: '';
  position: absolute;
  inset: 4px;
  border-radius: 18px 4px 18px 4px;
  border: 1px solid rgba(13, 148, 136, 0.15);
  pointer-events: none;
}

.hoca-detail__avatar {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 16px 4px 16px 4px;
  display: block;
  animation: imgHareket 10s ease-in-out infinite alternate;
}
@media (prefers-reduced-motion: reduce) {
  .hoca-detail__avatar {
    animation: none;
  }
}

.hoca-detail__avatar-fallback {
  width: 160px;
  height: 160px;
  border-radius: 16px 4px 16px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(226, 232, 240, 0.9), rgba(241, 245, 249, 0.9));
  color: var(--text-muted);
  font-family: var(--font-head);
  font-size: 2.25rem;
  font-weight: 700;
}

/* Kısa tanıtım – asimetrik kart */
.hoca-detail__lead-glass {
  position: relative;
  z-index: 2;
  text-align: left;
  width: 100%;
  min-width: 0;
  padding: 1.35rem 1.5rem 1.35rem 1.75rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-left: 4px solid var(--accent);
  border-radius: var(--card-radius-alt);
  box-shadow: -3px 4px 0 rgba(13, 148, 136, 0.06);
}

.hoca-detail__lead-glass::before {
  content: none;
}

.hoca-detail__lead {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--text-muted);
}

/* İçerik blokları – asimetrik bento, sol aksan */
.hoca-detail__block {
  position: relative;
  z-index: 2;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-left: 4px solid var(--accent);
  border-radius: var(--card-radius);
  padding: 1.5rem 1.5rem 1.5rem 1.85rem;
  box-shadow: 4px 4px 0 rgba(13, 148, 136, 0.05), 0 2px 12px rgba(0, 0, 0, 0.04);
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.hoca-detail__block--contact {
  margin-bottom: 1.25rem;
  padding: 1.5rem 1.5rem 1.5rem 1.85rem;
}

.hoca-detail__block::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, rgba(13, 148, 136, 0.2), rgba(13, 148, 136, 0.35), rgba(13, 148, 136, 0.2));
  border-radius: 4px 0 0 4px;
}

.hoca-detail__block::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9), transparent);
  pointer-events: none;
}

.hoca-detail__block-title {
  font-family: var(--font-head);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 0.25rem;
  letter-spacing: 0.02em;
}

.hoca-detail__block-lead {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin: 0 0 1rem;
  font-weight: 500;
}

.hoca-detail__block--contact .hoca-detail__block-lead {
  margin-bottom: 0.75rem;
}

.hoca-detail__bio {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text);
}

.hoca-detail__bio p {
  margin: 0 0 1rem;
}

.hoca-detail__bio p:last-child {
  margin-bottom: 0;
}

/* İletişim kartı içi kutular – 2x2 eşit yükseklik, cam görünüm */
.hoca-detail__contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 0.75rem;
}

@media (min-width: 480px) {
  .hoca-detail__contact-grid {
    gap: 1.25rem;
  }
}

.hoca-detail__contact-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.4rem;
  min-height: 100px;
  padding: 1.2rem 1.2rem;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 18px;
  text-decoration: none;
  color: var(--text);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.98);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.hoca-detail__contact-box:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 1);
}

.hoca-detail__contact-box__icon {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.15rem;
}

.hoca-detail__contact-box__label {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-muted);
  font-weight: 700;
}

.hoca-detail__contact-box__value {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--accent);
  line-height: 1.35;
  word-break: break-word;
}

/* WhatsApp kutusu – yeşil neumorphic/cam vurgu */
.hoca-detail__contact-box--wa {
  background: rgba(37, 211, 102, 0.12);
  border-color: rgba(37, 211, 102, 0.25);
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.hoca-detail__contact-box--wa:hover {
  background: rgba(37, 211, 102, 0.18);
  border-color: rgba(37, 211, 102, 0.35);
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.hoca-detail__contact-box--wa .hoca-detail__contact-box__value {
  color: #0d9660;
  font-weight: 700;
}

/* Alt: pill şeklinde aksiyon çubuğu */
.hoca-detail__actions-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin: 1.25rem 0 1.25rem;
}

.hoca-detail__actions-glass {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  background: rgba(30, 41, 59, 0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px 5px 18px 5px;
  padding: 0.5rem 1rem;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
}

.hoca-detail__action-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.65rem 1rem;
  border-radius: 14px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: background 0.2s ease, transform 0.2s ease;
}

.hoca-detail__action-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}

.hoca-detail__action-btn--wa {
  background: rgba(37, 211, 102, 0.9);
  border-color: rgba(37, 211, 102, 0.95);
  color: #fff;
}

.hoca-detail__action-btn--wa:hover {
  background: #25D366;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
}

.hoca-detail__back {
  position: relative;
  z-index: 2;
  margin: 0.75rem 0 0;
  text-align: center;
}

.hoca-detail__back-link {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s ease;
}

.hoca-detail__back-link:hover {
  color: var(--accent);
}

@media (max-width: 640px) {
  .hoca-detail__card {
    padding: 1.75rem 1.25rem 2.5rem;
    border-radius: 28px;
  }
  .hoca-detail__card::before {
    opacity: 0.35;
  }
  .hoca-detail__accent--left,
  .hoca-detail__accent--right,
  .hoca-detail__accent-star {
    display: none;
  }
  .hoca-detail__glass-line--2,
  .hoca-detail__glass-line--4 {
    display: none;
  }
  .hoca-detail__glass-line--1,
  .hoca-detail__glass-line--3 {
    opacity: 0.6;
  }
  .hoca-detail__main-grid {
    gap: 1.5rem;
  }
  .hoca-detail__lead-glass::before {
    left: 0;
  }
  .hoca-detail__profile-glass {
    padding: 8px;
  }
  .hoca-detail__avatar,
  .hoca-detail__avatar-fallback {
    width: 140px;
    height: 140px;
    border-radius: 12px;
  }
  .hoca-detail__contact-grid {
    grid-template-columns: 1fr;
  }
  .hoca-detail__actions-wrap {
    justify-content: center;
  }
  .hoca-detail__actions-glass {
    justify-content: center;
  }
}

.rehber-detail-wrap {
  margin-top: -2rem;
  position: relative;
  z-index: 2;
  padding: 0 1rem 3rem;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.rehber-detail {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "aside" "main";
  gap: 2rem;
  align-items: start;
}

.rehber-detail__aside {
  grid-area: aside;
  position: relative;
  min-width: 0;
}

@media (max-width: 767px) {
  .rehber-detail__aside {
    max-width: 360px;
    margin: 0 auto;
  }
}

.rehber-detail__main {
  grid-area: main;
}

@media (min-width: 768px) {
  .rehber-detail {
    grid-template-columns: 280px 1fr;
    grid-template-areas: "aside main";
    gap: 2.5rem;
    align-items: start;
  }
}

.rehber-detail__profile-card {
  position: relative;
  overflow: visible;
  background: var(--glass-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  padding: 2rem 1.5rem;
  box-shadow: var(--glass-shadow);
}

.rehber-detail__profile-card::after {
  content: none;
}

.rehber-detail__profile-card__accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  background: var(--accent);
}

.rehber-detail__avatar-wrap {
  width: 120px;
  height: 120px;
  margin: 0 auto 1.25rem;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35), 0 0 0 4px rgba(255, 255, 255, 0.08);
}

.rehber-detail__avatar,
.rehber-detail__avatar-fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rehber-detail__avatar-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  color: var(--text);
  font-family: var(--font-head);
  font-size: 2rem;
  font-weight: 700;
}

.rehber-detail__name {
  font-family: var(--font-head);
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.2rem;
  color: var(--text);
  text-align: center;
  letter-spacing: 0.02em;
}

.rehber-detail__role {
  font-size: 0.95rem;
  color: var(--text-muted);
  margin: 0 0 0.5rem;
  text-align: center;
  font-weight: 500;
}

.rehber-detail__verified {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 1.25rem;
  width: 100%;
}

.rehber-detail__verified-icon {
  color: #22c55e;
  font-weight: 700;
}

.rehber-detail__actions {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.rehber-detail__action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.25rem;
  border-radius: 14px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  border: none;
  cursor: pointer;
}

.rehber-detail__action-btn--call {
  background: rgba(255, 255, 255, 0.2);
  color: var(--text);
  border: 1px solid var(--glass-border);
  border-radius: 999px;
}

.rehber-detail__action-btn--call:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.28);
}

.rehber-detail__action-btn--wa {
  background: #25D366;
  color: #fff;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.4);
}

.rehber-detail__action-btn--wa:hover {
  background: #2ee06b;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
}

.rehber-detail__action-btn--web,
.rehber-detail__action-btn--email {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  border: 1px solid var(--glass-border);
  border-radius: 999px;
}

.rehber-detail__action-btn--web:hover,
.rehber-detail__action-btn--email:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
  box-shadow: var(--glass-shadow-hover);
}

.rehber-detail__action-icon {
  font-size: 1.2rem;
}

.rehber-detail__phone {
  text-align: center;
  margin: 0;
  font-size: 0.9rem;
}

.rehber-detail__phone a {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
}

.rehber-detail__phone a:hover {
  text-decoration: underline;
}

/* Sağ kolon: içerik */
.rehber-detail__main {
  min-width: 0;
  position: relative;
  z-index: 0;
}

.rehber-detail__article {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.rehber-detail__section {
  position: relative;
  background: var(--glass-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  padding: 2rem 2rem 2rem 2.5rem;
  box-shadow: var(--glass-shadow);
}

.rehber-detail__section::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2rem;
  bottom: 2rem;
  width: 4px;
  border-radius: 4px;
  background: var(--accent);
}

.rehber-detail__section-title {
  font-family: var(--font-head);
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 1rem;
  color: var(--text);
  letter-spacing: 0.02em;
}

.rehber-detail__section-title-inner {
  display: inline-block;
}

.rehber-detail__bio p {
  margin: 0;
  line-height: 1.8;
  color: var(--text);
  font-size: 1rem;
}

.rehber-detail__bio p + p {
  margin-top: 1.25rem;
}

/* İletişim bölümü (ana içerikte) */
.rehber-detail__contact-inline .rehber-detail__contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
}

.rehber-detail__contact-item {
  color: var(--text);
}

.rehber-detail__contact-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  padding: 1.1rem 1.35rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: var(--radius);
  border: 1px solid var(--glass-border);
  text-decoration: none;
  color: var(--text);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.rehber-detail__contact-item:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
  box-shadow: var(--glass-shadow-hover);
}

.rehber-detail__contact-item--wa {
  background: rgba(5, 150, 105, 0.08);
  border-color: rgba(5, 150, 105, 0.2);
}

.rehber-detail__contact-item--wa:hover {
  background: rgba(5, 150, 105, 0.12);
  border-color: rgba(5, 150, 105, 0.35);
}

.rehber-detail__contact-item--wa .rehber-detail__contact-value {
  color: #059669;
}

.rehber-detail__contact-icon {
  font-size: 1.35rem;
}

.rehber-detail__contact-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  font-weight: 600;
}

.rehber-detail__contact-value {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--accent);
}

.rehber-detail__contact-item:hover .rehber-detail__contact-value {
  color: var(--accent-light);
}

.rehber-detail__back {
  margin-top: 2rem;
  margin-bottom: 0;
}

.rehber-detail__back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-muted);
  text-decoration: none;
  padding: 0.5rem 0;
  transition: color 0.2s ease;
}

.rehber-detail__back-link:hover {
  color: var(--accent);
}

/* Rehberler sayfası – kartları ön plana çıkaran düzen */
.page-rehberler {
  background: linear-gradient(180deg, #eef2ff 0%, #e0e7ff 24%, #f1f5f9 60%, #e2e8f0 100%);
  margin: 0 -1rem;
  padding: 2rem 1rem 3rem;
  border-radius: var(--radius-xl);
  position: relative;
}

@media (min-width: 768px) {
  .page-rehberler {
    margin: 0 -1.5rem;
    padding: 2.5rem 1.5rem 3.5rem;
  }
}

.page-rehberler__intro {
  max-width: 640px;
  margin-bottom: 2.25rem;
}

.page-rehberler__lead {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin: 0;
}

.rehber-grid-wrap {
  position: relative;
  z-index: 1;
}

.rehber-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
}

@media (min-width: 900px) {
  .rehber-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.25rem;
  }
}

.rehber-grid__empty {
  grid-column: 1 / -1;
  text-align: center;
  color: var(--text-muted);
  padding: 2rem;
}

/* Rehber kartı – belirgin gölge, net sınır, ön planda */
.rehber-card {
  background: #fff;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 24px;
  overflow: visible;
  position: relative;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.25s ease;
  box-shadow:
    0 4px 6px -1px rgba(13, 148, 136, 0.06),
    0 12px 28px -4px rgba(13, 148, 136, 0.12),
    0 24px 48px -12px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(0, 0, 0, 0.04);
}

.rehber-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  border-radius: 24px 24px 0 0;
  background: linear-gradient(90deg, var(--accent) 0%, var(--accent-teal) 100%);
  z-index: 1;
}

.rehber-card:nth-child(2)::before {
  background: linear-gradient(90deg, var(--accent-purple) 0%, var(--accent) 100%);
}

.rehber-card:nth-child(3)::before {
  background: linear-gradient(90deg, var(--accent-teal) 0%, var(--accent) 100%);
}

.rehber-card::after {
  content: none;
}

.rehber-card:hover {
  transform: translateY(-12px);
  box-shadow:
    0 12px 16px -4px rgba(13, 148, 136, 0.1),
    0 24px 48px -8px rgba(13, 148, 136, 0.18),
    0 40px 80px -16px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(13, 148, 136, 0.08);
  background: #fff;
  border-color: rgba(13, 148, 136, 0.15);
}

.rehber-card__link {
  display: block;
  padding: 2.25rem 2rem 1.5rem;
  text-decoration: none;
  color: inherit;
  text-align: center;
}

.rehber-card__avatar-wrap {
  width: 120px;
  height: 120px;
  margin: 0 auto 1.25rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  box-shadow: 0 14px 36px rgba(13, 148, 136, 0.18), 0 0 0 5px #fff;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.rehber-card:nth-child(2) .rehber-card__avatar-wrap,
.rehber-card:nth-child(3) .rehber-card__avatar-wrap {
  box-shadow: 0 14px 36px rgba(13, 148, 136, 0.14), 0 0 0 5px #fff;
}

.rehber-card:hover .rehber-card__avatar-wrap {
  transform: scale(1.08);
  box-shadow: 0 20px 52px rgba(13, 148, 136, 0.22), 0 0 0 5px #fff;
}

.rehber-card__avatar-wrap img,
.rehber-card__avatar-fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rehber-card__avatar-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #e0e7ff 0%, #c7d2fe 100%);
  color: var(--accent);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.75rem;
}

/* Pill label */
.rehber-card__badge {
  display: inline-block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  margin-bottom: 0.75rem;
  font-weight: 600;
  background: var(--accent-soft);
  color: var(--accent);
  border: 1px solid rgba(13, 148, 136, 0.25);
  box-shadow: 0 1px 3px rgba(13, 148, 136, 0.08);
}

.rehber-card__name {
  font-family: var(--font-head);
  font-size: 1.85rem;
  font-weight: 900;
  margin: 0 0 0.4rem;
  color: var(--text);
  letter-spacing: 0.02em;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
}

.rehber-card__title {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin: 0 0 1.1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* Metin gövdesi: açıklama + iletişim + CTA */
.rehber-card__body {
  text-align: left;
  margin: 0;
  padding: 1.25rem 1.5rem 0.75rem;
  background: rgba(248, 250, 252, 0.9);
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  margin: 0 1rem;
}

.rehber-card__desc {
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin: 0 0 0.85rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.rehber-card__contact {
  margin: 0 0 0.35rem;
  padding: 0;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}

.rehber-card__contact a {
  color: var(--accent);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.4rem;
  transition: color 0.2s ease;
}

.rehber-card__contact-icon {
  opacity: 0.9;
  font-size: 1.15em;
}

.rehber-card__contact a:hover {
  color: var(--accent);
  text-decoration: underline;
}

.rehber-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  padding: 1.35rem 2rem 1.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(248, 250, 252, 0.7);
  border-radius: 0 0 24px 24px;
}

.rehber-card__actions .btn--primary {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
  color: #fff;
  border: none;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(13, 148, 136, 0.3);
}

.rehber-card__actions .btn--primary:hover {
  box-shadow: 0 6px 20px rgba(13, 148, 136, 0.4);
}

.rehber-card__actions .btn--secondary {
  border-color: rgba(0, 0, 0, 0.1);
  color: var(--text);
  background: #fff;
}

.rehber-card__actions .btn--secondary:hover {
  background: var(--accent-soft);
  border-color: var(--accent);
  color: var(--accent);
}

/* WhatsApp butonu – canlı yeşil (#25D366) */
.rehber-card__actions .btn--wa,
.btn--wa {
  background: #25D366;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 999px;
}

.rehber-card__actions .btn--wa:hover,
.btn--wa:hover {
  background: #2ee06b;
  color: #fff;
  border-color: rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.45);
}

.buyu-detail__img-wrap {
  border-radius: var(--radius-lg, 20px);
  overflow: hidden;
  margin-bottom: 1.25rem;
  aspect-ratio: 16/9;
  background: rgba(0, 0, 0, 0.06);
  position: relative;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.buyu-detail__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: imgHareket 10s ease-in-out infinite alternate;
}
@media (prefers-reduced-motion: reduce) {
  .buyu-detail__img-wrap img {
    animation: none;
  }
}

.buyu-detail--dark-overlay .buyu-detail__img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(30, 41, 59, 0.35) 0%, rgba(15, 23, 42, 0.6) 100%);
  pointer-events: none;
}

.buyu-detail--dark-overlay .buyu-detail__img-wrap img {
  filter: brightness(0.85) contrast(1.08);
}

.buyu-detail__section-title {
  font-family: var(--font-head);
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0 0 1rem;
  color: var(--text);
}

.buyu-detail__body p {
  margin: 0 0 1.1rem;
  line-height: 1.75;
}

.buyu-detail__section-title--sss {
  margin-top: 2.25rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.buyu-detail__sss {
  margin-bottom: 0.5rem;
}

.typography-rich p:first-of-type {
  font-size: 1.08rem;
  line-height: 1.7;
}

.page-nav {
  margin-top: 1.75rem;
}

.page-nav a {
  color: var(--accent);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.page-nav a:hover {
  color: var(--accent);
  text-decoration: underline;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-list li {
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--glass-border);
}

/* İletişim sayfası – yeniden tasarım, hoca detay ile uyumlu kartlar */
.page-iletisim {
  max-width: 800px;
  margin: 0 auto;
  padding: 1.5rem 1rem 4rem;
}

.page-iletisim__card {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  background: linear-gradient(165deg, rgba(232, 237, 228, 0.97) 0%, rgba(245, 243, 235, 0.98) 40%, rgba(250, 249, 246, 0.99) 100%);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.08), 0 8px 24px rgba(13, 148, 136, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.95);
  padding: 2.25rem 2rem 2.75rem;
}

.page-iletisim__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 70% 40% at 50% 0%, rgba(163, 180, 150, 0.08) 0%, transparent 50%);
}

.page-iletisim__title {
  position: relative;
  z-index: 1;
  font-family: var(--font-head);
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 700;
  color: var(--text);
  margin: 0 0 1.5rem;
  letter-spacing: 0.02em;
}

.page-iletisim__lead-box {
  position: relative;
  z-index: 1;
  padding: 1.35rem 1.5rem;
  margin-bottom: 2rem;
  background: rgba(241, 243, 255, 0.7);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(13, 148, 136, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.page-iletisim__lead-box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1rem;
  bottom: 1rem;
  width: 3px;
  border-radius: 3px;
  background: linear-gradient(to bottom, transparent, rgba(13, 148, 136, 0.25), transparent);
}

.page-iletisim__lead {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--text-muted);
}

.page-iletisim__lead a {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
}

.page-iletisim__lead a:hover {
  text-decoration: underline;
}

/* Rehberler bölümü */
.page-iletisim__rehberler {
  position: relative;
  z-index: 1;
}

.page-iletisim__section-title {
  font-family: var(--font-head);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 1.25rem;
  letter-spacing: 0.02em;
}

.page-iletisim__rehber-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.page-iletisim__rehber-item {
  position: relative;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 1.5rem 1.5rem 1.5rem 1.85rem;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.95);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  overflow: hidden;
}

.page-iletisim__rehber-item:hover {
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.page-iletisim__rehber-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, rgba(13, 148, 136, 0.2), rgba(13, 148, 136, 0.35), rgba(13, 148, 136, 0.2));
  border-radius: 4px 0 0 4px;
}

.page-iletisim__rehber-header {
  margin-bottom: 1rem;
}

.page-iletisim__rehber-name {
  font-family: var(--font-head);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text);
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0.2rem;
  transition: color 0.2s ease;
}

.page-iletisim__rehber-name:hover {
  color: var(--accent);
}

.page-iletisim__rehber-title {
  display: block;
  font-size: 0.85rem;
  color: var(--text-muted);
  font-weight: 500;
}

.page-iletisim__contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.page-iletisim__contact-box {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  padding: 0.85rem 1rem;
  min-width: 0;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 14px;
  text-decoration: none;
  color: var(--text);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.98);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.page-iletisim__contact-box:hover {
  background: rgba(255, 255, 255, 0.95);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06), inset 0 1px 0 rgba(255, 255, 255, 1);
}

.page-iletisim__contact-box__icon {
  font-size: 1.25rem;
  line-height: 1;
}

.page-iletisim__contact-box__label {
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  font-weight: 700;
}

.page-iletisim__contact-box__value {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--accent);
  word-break: break-word;
}

.page-iletisim__contact-box--wa {
  background: rgba(37, 211, 102, 0.12);
  border-color: rgba(37, 211, 102, 0.25);
  box-shadow: 0 2px 12px rgba(37, 211, 102, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.page-iletisim__contact-box--wa:hover {
  background: rgba(37, 211, 102, 0.18);
  border-color: rgba(37, 211, 102, 0.35);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.page-iletisim__contact-box--wa .page-iletisim__contact-box__value {
  color: #0d9660;
}

.page-iletisim__contact-box--profile .page-iletisim__contact-box__value {
  color: var(--text-muted);
}

.page-iletisim__empty {
  padding: 2rem 1.5rem;
  text-align: center;
  color: var(--text-muted);
  font-style: italic;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  border: 1px dashed rgba(255, 255, 255, 0.8);
}

@media (max-width: 640px) {
  .page-iletisim {
    padding: 1rem 0.75rem 3rem;
  }
  .page-iletisim__card {
    padding: 1.5rem 1.25rem 2rem;
    border-radius: 24px;
  }
  .page-iletisim__contact-row {
    gap: 0.6rem;
  }
  .page-iletisim__contact-box {
    padding: 0.75rem 0.9rem;
  }
  .page-iletisim__contact-box__value {
    font-size: 0.8rem;
  }
}

/* Eski sınıflar – geriye dönük uyumluluk (başka şablonlarda kullanılıyorsa) */
.iletisim-rehberler { margin-bottom: 2rem; }
.iletisim-rehberler__title { font-family: var(--font-head); font-size: 1.15rem; font-weight: 600; margin: 0 0 1rem; color: var(--text); }
.iletisim-rehberler__list { list-style: none; padding: 0; margin: 0; }
.iletisim-rehberler__item { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem 1rem; padding: 1rem 1.25rem; margin-bottom: 0.5rem; background: #fff; border: 1px solid rgba(0, 0, 0, 0.06); border-left: 4px solid var(--accent); border-radius: var(--card-radius); box-shadow: 3px 3px 0 rgba(13, 148, 136, 0.05); }
.iletisim-rehberler__item:hover { border-left-color: var(--accent-light); box-shadow: 5px 5px 0 rgba(13, 148, 136, 0.08); }
.iletisim-rehberler__name { font-weight: 600; font-size: 1.05rem; color: var(--text); min-width: 140px; }
.iletisim-rehberler__links { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.iletisim-rehberler__link { display: inline-block; padding: 0.45rem 0.9rem; border-radius: 10px; font-size: 0.9rem; font-weight: 600; text-decoration: none; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.iletisim-rehberler__link--wa { background: #25D366; color: #fff; box-shadow: 0 2px 10px rgba(37, 211, 102, 0.35); }
.iletisim-rehberler__link--wa:hover { background: #2ee06b; transform: translateY(-1px); box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4); }
.iletisim-rehberler__link--web { background: rgba(255, 255, 255, 0.08); color: var(--accent); border: 1px solid var(--glass-border); border-radius: 999px; }
.iletisim-rehberler__link--web:hover { background: rgba(255, 255, 255, 0.14); transform: translateY(-1px); }
.iletisim-rehberler__empty { padding: 1rem 1.25rem; color: var(--text-muted); font-style: italic; }

.iletisim-genel__title {
  font-family: var(--font-head);
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0 0 0.75rem;
  color: var(--text);
}

.iletisim-genel {
  padding-top: 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

/* Yasal sayfalar (Hakkımızda, KVKK, Çerez, Kullanım Şartları, Sorumluluk Reddi) */
.legal-page {
  max-width: 720px;
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
}
.legal-page__title {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
  color: var(--text);
}
.legal-page__lead {
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0 0 1.5rem;
}
.legal-page h2 {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 1.5rem 0 0.5rem;
  color: var(--text);
}
.legal-page h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 1.25rem 0 0.4rem;
  color: var(--text-muted);
}
.legal-page ul {
  margin: 0.5rem 0 1rem;
  padding-left: 1.35rem;
}
.legal-page li {
  margin-bottom: 0.35rem;
  line-height: 1.55;
}
.legal-page p {
  margin: 0 0 0.75rem;
  line-height: 1.6;
  color: var(--text);
}
.legal-page a {
  color: var(--accent);
  text-decoration: none;
}
.legal-page a:hover {
  text-decoration: underline;
}
.legal-page__disclaimer-box {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-left: 4px solid var(--accent);
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
  border-radius: var(--card-radius);
  box-shadow: 4px 4px 0 rgba(13, 148, 136, 0.05);
  color: #1e293b;
}
.legal-page__disclaimer-box p {
  margin: 0;
  font-weight: 500;
  color: #1e293b;
}
.legal-page__disclaimer-box a {
  color: #0f172a;
  text-decoration: underline;
}

.sss-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sss-list dt {
  font-weight: 600;
  font-size: 1.05rem;
  margin-top: 1.25rem;
  margin-bottom: 0.4rem;
  color: var(--text);
}

.sss-list dd {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.65;
}

/* Konular sayfası – giriş ve aksiyonlar */
.page-konular__intro {
  margin-bottom: 2.5rem;
  padding: 1.5rem 1.75rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: var(--radius-lg);
  box-shadow: var(--card-shadow);
}

.page-konular__lead {
  margin: 0 0 1.25rem;
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.page-konular__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.page-konular__actions .btn--primary {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

/* Son Sorular bölümü */
.page-konular__questions {
  margin-top: 2.5rem;
  margin-bottom: 0;
}

.page-konular__questions-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.page-konular__questions-title {
  font-family: var(--font-head);
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  color: var(--text);
  letter-spacing: 0.02em;
}

.page-konular__ask-btn {
  flex-shrink: 0;
}

.page-konular .questions-panel {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--card-shadow);
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.forum-silo {
  margin-bottom: 2rem;
}

.forum-silo__header {
  margin-bottom: 1rem;
}

.forum-silo__main {
  font-family: var(--font-head);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin: 0 0 0.25rem;
  color: var(--text);
}

.forum-silo__sub {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.5;
}

.konu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.konu-card {
  display: flex;
  flex-direction: column;
  padding: 1.35rem 1.5rem 1.35rem 1.75rem;
  text-decoration: none;
  color: inherit;
  border-radius: var(--card-radius);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-left: 4px solid var(--accent);
  background: #fff;
  box-shadow: 4px 4px 0 rgba(13, 148, 136, 0.06), 0 2px 12px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.25s ease, transform 0.25s ease, border-left-color 0.25s ease;
  position: relative;
  overflow: hidden;
}

.konu-card::before {
  content: none;
}

.konu-card:hover {
  transform: translate(-2px, -3px);
  box-shadow: 6px 6px 0 rgba(13, 148, 136, 0.1), 0 6px 20px rgba(0, 0, 0, 0.06);
  border-left-color: var(--accent-light);
  background: #fff;
}

.konu-card__label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  display: inline-block;
  margin-bottom: 0.6rem;
  padding: 0.25rem 0.6rem;
  background: var(--accent-soft);
  border-radius: 8px 4px 8px 4px;
  width: fit-content;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.konu-card__title {
  font-weight: 600;
  margin: 0 0 auto;
  font-size: 1.08rem;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: var(--text);
  transition: color 0.2s ease;
  flex: 1;
  min-height: 0;
  padding-right: 1.5rem;
  position: relative;
}

.konu-card__title::after {
  content: '→';
  position: absolute;
  right: 0;
  top: 0.1em;
  font-size: 0.9em;
  color: var(--text-muted);
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.konu-card:hover .konu-card__title {
  color: var(--accent);
}

.konu-card:hover .konu-card__title::after {
  opacity: 1;
  transform: translateX(0);
}

.konu-card__count {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 0.75rem;
  padding-top: 0.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.konu-card__count::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--text-muted);
  opacity: 0.7;
}

.answers-section__intro {
  margin: -0.5rem 0 1rem;
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.answer-block {
  margin-top: 1rem;
  padding: 1rem 1.25rem;
  border-left: 4px solid var(--accent);
  background: rgba(13, 148, 136, 0.06);
  border-radius: 0 var(--radius) var(--radius) 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.answer-block__title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: var(--text);
}

.answer-block__author {
  font-weight: 600;
  margin-bottom: 0.35rem;
  font-size: 0.9rem;
}

.answer-block__body {
  margin: 0 0 0.5rem;
  white-space: pre-wrap;
}

.answer-block__body.typography-rich {
  white-space: normal;
}

.form-seo-tip {
  margin: 0 0 1.25rem;
  padding: 1rem 1.15rem;
  background: rgba(100, 116, 139, 0.08);
  border-left: 4px solid var(--accent);
  border-radius: 0 8px 8px 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--text);
}

.form-seo-tip p {
  margin: 0;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.5rem 0;
  list-style: none;
  padding: 0;
}

.pagination a,
.pagination span {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  border-radius: 8px;
  text-decoration: none;
  color: var(--text);
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
}

.pagination a:hover {
  background: var(--accent-soft);
  color: var(--accent);
  border-color: var(--accent);
}

.pagination .current {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
  color: #fff;
  border-color: var(--accent);
}

/* Giriş & Kayıt sayfaları */
.auth-hero {
  min-height: 42vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg);
  padding: 3.5rem 1.5rem;
  border-bottom: 1px solid var(--glass-border);
}

.auth-hero__inner {
  text-align: center;
  max-width: 480px;
}

.auth-hero__title {
  font-family: var(--font-head);
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  color: var(--text);
  margin: 0 0 0.5rem;
}

.auth-hero__lead {
  font-size: 1rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.5;
}

.auth-page {
  padding: 2rem 1rem 3rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.auth-card {
  width: 100%;
  max-width: 420px;
  padding: 2.25rem 1.85rem;
  box-shadow: 0 8px 32px rgba(148, 163, 184, 0.1), 0 24px 56px rgba(148, 163, 184, 0.12);
  border-radius: var(--radius-lg, 20px);
}

/* Honeypot: botlar doldurur, kullanıcı görmez (erişilebilirlik için aria-hidden kullanılır) */
.honeypot-wrap {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0);
}
.honeypot-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0;
  pointer-events: none;
}

.auth-form .form-group {
  margin-bottom: 1.25rem;
}

.auth-form .form-group label {
  font-size: 0.9rem;
  color: var(--text);
  margin-bottom: 0.4rem;
}

.auth-form .form-input {
  margin-bottom: 0.25rem;
}

.auth-form .form-group .errorlist {
  margin-top: 0.35rem;
  margin-bottom: 0;
}

.auth-form__errors {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  font-size: 0.9rem;
  color: #c00;
  background: rgba(200, 0, 0, 0.08);
  border: 1px solid rgba(200, 0, 0, 0.25);
  border-radius: 10px;
  padding: 0.75rem 1rem;
}

.auth-form__submit {
  width: 100%;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
  border-radius: 10px;
}

.form-help {
  display: block;
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 0.25rem;
}

.auth-card__footer {
  margin: 1.25rem 0 0;
  padding-top: 1.25rem;
  border-top: 1px solid var(--glass-border);
  font-size: 0.95rem;
  color: var(--text-muted);
  text-align: center;
}

.auth-card__footer a {
  color: var(--accent);
  font-weight: 500;
  text-decoration: none;
}

.auth-card__footer a:hover {
  text-decoration: underline;
}

/* Hata sayfaları (404, 500, 403, 400) */
.error-page {
  text-align: center;
  padding: 2rem 1.5rem;
  max-width: 32rem;
  margin: 0 auto;
}

.error-page__code {
  font-size: 3rem;
  font-weight: 700;
  color: var(--accent);
  margin: 0 0 1rem;
  line-height: 1;
  font-family: var(--font-head);
}

.error-page p {
  margin: 0 0 1.5rem;
  color: var(--text);
  line-height: 1.6;
}

.error-page__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1.5rem;
}
