/* Genç Dergi — tema ve özel bileşenler */

:root {
  --okur-bg: #f6f4ef;
  --okur-surface: #ffffff;
  --okur-text: #1a1a1a;
  --okur-muted: #5c5c5c;
  --okur-accent: #c41e3a;
  --okur-border: rgba(0, 0, 0, 0.08);
  --okur-nav-height: 72px;
  --okur-teal: #8c6e42;
  --okur-search-bg: #f1f1f1;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Source Serif 4", Georgia, serif;
  --font-logo: "Oswald", "Arial Narrow", sans-serif;
  --font-nav: "Montserrat", system-ui, sans-serif;
}

[data-theme="dark"] {
  --okur-bg: #0f0f10;
  --okur-surface: #1a1a1c;
  --okur-text: #e8e6e3;
  --okur-muted: #9a9690;
  --okur-accent: #e85d6c;
  --okur-border: rgba(255, 255, 255, 0.08);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--okur-text);
  background-color: var(--okur-bg);
  transition: background-color 0.35s ease, color 0.35s ease;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-font {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.02em;
}

/* —— Site header (Genç Dergi tek satır) —— */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: #f9f9f9;
  border-bottom: 1px solid var(--okur-border);
}

[data-theme="dark"] .site-header {
  background: var(--okur-surface);
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: var(--okur-nav-height);
  padding: 0.65rem 0;
}

.genc-logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
}

.genc-logo-img {
  display: block;
  width: auto;
  height: 5.65rem;
  max-width: min(9.5rem, 36vw);
  object-fit: contain;
  transition: opacity 0.2s ease;
}

.genc-logo-img--dark {
  display: none;
}

[data-theme="dark"] .site-header .genc-logo-img--light {
  display: none;
}

[data-theme="dark"] .site-header .genc-logo-img--dark {
  display: block;
}

.genc-logo:hover .genc-logo-img {
  opacity: 0.92;
}

.site-header-nav {
  flex: 1 1 auto;
  justify-content: center;
  min-width: 0;
}

.site-header-actions {
  display: flex;
  align-items: center;
  gap: 0.05rem;
  flex-shrink: 0;
}

.header-actions-divider {
  display: inline-block;
  width: 1px;
  height: 1.35rem;
  margin-inline: 0.35rem;
  background: var(--okur-border);
  align-self: center;
}

.header-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0 !important;
  color: var(--okur-text) !important;
  line-height: 1;
  border: none;
  text-decoration: none;
  border-radius: 50%;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.header-icon-btn:hover {
  background: rgba(0, 0, 0, 0.05);
}

a.header-icon-btn:hover {
  color: var(--okur-accent) !important;
}

[data-theme="dark"] .header-icon-btn:hover {
  background: rgba(255, 255, 255, 0.08);
}

.header-cart-btn {
  position: relative;
}

.header-search-panel {
  border-top: 1px solid var(--okur-border);
  background: #f3f3f3;
}

[data-theme="dark"] .header-search-panel {
  background: rgba(0, 0, 0, 0.2);
}

.header-search-panel-inner {
  padding: 1rem 0 1.15rem;
}

.header-search-form {
  width: 100%;
  max-width: 720px;
  margin-inline: auto;
}

.header-search-field {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.55rem 0.45rem 1rem;
  background: var(--okur-surface);
  border: 1px solid var(--okur-border);
  border-radius: 999px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}

[data-theme="dark"] .header-search-field {
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
}

.header-search-field-icon {
  flex-shrink: 0;
  font-size: 1rem;
  color: var(--okur-muted);
}

.header-search-input {
  flex: 1 1 auto;
  min-width: 0;
  font-family: var(--font-nav);
  font-size: 0.95rem;
  background: transparent !important;
  color: var(--okur-text);
  border: 0 !important;
  box-shadow: none !important;
  padding: 0.35rem 0 !important;
}

.header-search-input::placeholder {
  color: var(--okur-muted);
}

.header-search-input:focus {
  outline: none;
  box-shadow: none !important;
}

.header-search-submit {
  flex-shrink: 0;
  font-family: var(--font-nav);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff !important;
  background: var(--okur-accent) !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 0.45rem 1.15rem !important;
  min-width: 4.5rem;
}

.header-search-submit:hover {
  filter: brightness(1.08);
}

.header-search-close {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0 !important;
  color: var(--okur-muted) !important;
  text-decoration: none;
  border-radius: 50%;
}

.header-search-close:hover {
  color: var(--okur-text) !important;
  background: rgba(0, 0, 0, 0.06);
}

.site-footer-brand .okur-logo--dark {
  display: none;
}

[class*="okur-logo"] {
  filter: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

[data-theme="dark"] .okur-logo--light {
  display: none;
}

[data-theme="dark"] .okur-logo--dark {
  display: block;
}

.header-nav-links {
  font-family: var(--font-nav);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  column-gap: 1.1rem;
  row-gap: 0.35rem;
  justify-content: center;
}

@media (min-width: 1400px) {
  .header-nav-links {
    font-size: 0.76rem;
    column-gap: 1.5rem;
  }
}

.header-nav-link {
  color: var(--okur-text) !important;
  padding: 0.35rem 0.15rem 0.5rem !important;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  border-radius: 0;
}

.header-nav-link:hover {
  color: var(--okur-text) !important;
  opacity: 0.72;
}

.header-nav-link.active {
  color: var(--okur-text) !important;
  border-bottom-color: var(--okur-accent);
  opacity: 1;
}

.offcanvas-nav .nav-link {
  font-family: var(--font-nav);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--okur-text);
}

.offcanvas-nav .nav-link:hover,
.offcanvas-nav .nav-link.active {
  color: var(--okur-accent);
}

[data-theme="dark"] .header-search-input {
  background: rgba(255, 255, 255, 0.06) !important;
}

.btn-theme {
  border: 1px solid var(--okur-border);
  color: var(--okur-text);
  background: var(--okur-surface);
  font-size: 0.85rem;
}

.btn-theme:hover {
  border-color: var(--okur-accent);
  color: var(--okur-accent);
}

/* Genç Dergi — ana sayfa çağrı + sayı / anket */
.genc-home-section {
  background: #fdfcfb;
}

[data-theme="dark"] .genc-home-section {
  background: var(--okur-bg);
}

.genc-home-kicker {
  font-family: var(--font-nav);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--okur-accent);
  margin-bottom: 0.85rem;
}

.genc-home-title {
  font-size: clamp(2rem, 4.5vw, 3.15rem);
  line-height: 1.12;
  color: var(--okur-text);
}

.genc-home-title-dot {
  color: var(--okur-accent);
}

.genc-home-lead {
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--okur-muted);
  max-width: 34rem;
}

.genc-home-btn {
  font-family: var(--font-nav);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--okur-accent) !important;
  background: transparent !important;
  border: 1px solid var(--okur-accent) !important;
  border-radius: 2px;
  padding: 0.55rem 1.35rem;
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.genc-home-btn:hover {
  background: var(--okur-accent) !important;
  color: #fff !important;
}

.genc-home-btn--dark {
  color: var(--okur-text) !important;
  border-color: var(--okur-text) !important;
}

.genc-home-btn--dark:hover {
  background: var(--okur-text) !important;
  color: var(--okur-surface) !important;
}

.genc-home-hero-visual {
  border-radius: 6px;
  overflow: hidden;
  background: var(--okur-surface);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.genc-home-hero-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.genc-home-cards {
  margin-top: 0.25rem;
}

.genc-home-card {
  background: var(--okur-surface);
  border: 1px solid var(--okur-border);
  border-radius: 6px;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.04);
}

.genc-home-card-body {
  padding-right: 0.5rem;
}

.genc-home-card-title {
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  line-height: 1.2;
  color: var(--okur-text);
  margin-bottom: 0.75rem;
}

.genc-home-card-text {
  font-family: var(--font-body);
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--okur-muted);
}

.genc-home-card-cover-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-left: 0.5rem;
}

.genc-home-card-cover-link {
  display: block;
  line-height: 0;
}

.genc-home-card-cover {
  width: 100%;
  max-width: 9.5rem;
  height: auto;
  border-radius: 3px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  object-fit: cover;
}

.genc-poll-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.genc-poll-item-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.35rem;
}

.genc-poll-label {
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: var(--okur-text);
}

.genc-poll-pct {
  font-family: var(--font-nav);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--okur-muted);
  flex-shrink: 0;
}

.genc-poll-track {
  height: 6px;
  border-radius: 999px;
  background: #e8e6e2;
  overflow: hidden;
}

[data-theme="dark"] .genc-poll-track {
  background: rgba(255, 255, 255, 0.1);
}

.genc-poll-bar {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--okur-accent);
  min-width: 2px;
}

@media (max-width: 991.98px) {
  .genc-home-card--issue .row {
    flex-direction: column-reverse;
  }

  .genc-home-card-cover-wrap {
    justify-content: flex-start;
    padding-left: 0;
    margin-bottom: 1.25rem;
  }

  .genc-home-card-cover {
    max-width: 7rem;
  }

  .genc-home-card-body {
    padding-right: 0;
  }
}

/* Genç Dergi — bugünün sözü + öne çıkanlar */
.genc-quote-section,
.genc-featured-section {
  background: #fdfcfb;
}

[data-theme="dark"] .genc-quote-section,
[data-theme="dark"] .genc-featured-section {
  background: var(--okur-bg);
}

.genc-quote-mark {
  display: block;
  font-family: var(--font-display);
  font-size: 3.5rem;
  line-height: 0.85;
  color: var(--okur-accent);
  margin-bottom: 0.5rem;
}

.genc-quote-kicker {
  font-family: var(--font-nav);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--okur-accent);
  margin-bottom: 1rem;
}

.genc-quote-text {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  line-height: 1.2;
  color: var(--okur-text);
  border: 0;
  padding: 0;
}

.genc-quote-rule {
  width: 3.5rem;
  height: 2px;
  margin: 1.35rem 0 1.15rem;
  border: 0;
  opacity: 1;
  background: var(--okur-accent);
}

.genc-quote-author {
  font-family: var(--font-nav);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--okur-text);
}

.genc-quote-role {
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: var(--okur-muted);
}

.genc-quote-visual-wrap {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: #ebe8e3;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
}

.genc-quote-visual-img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.genc-quote-carousel .carousel-indicators {
  position: absolute;
  top: 1rem;
  right: 1rem;
  bottom: auto;
  left: auto;
  margin: 0;
  justify-content: flex-end;
  gap: 0.35rem;
}

.genc-quote-carousel .carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 1;
}

.genc-quote-carousel .carousel-indicators .active {
  background-color: var(--okur-accent);
}

@media (min-width: 992px) {
  .genc-quote-carousel {
    position: relative;
  }

  .genc-quote-carousel .carousel-indicators {
    top: 1.25rem;
    right: calc(50% + 1.25rem);
  }
}

.genc-feat-card {
  background: var(--okur-surface);
  border: 1px solid var(--okur-border);
  border-radius: 10px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.genc-feat-card:hover {
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.09);
  transform: translateY(-2px);
}

.genc-feat-card-inner {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  color: inherit;
  min-height: 100%;
}

.genc-feat-card-media {
  position: relative;
  flex: 0 0 42%;
  max-width: 42%;
  background: #e8e6e2;
}

.genc-feat-card-media img {
  width: 100%;
  height: 100%;
  min-height: 11rem;
  object-fit: cover;
  display: block;
}

.genc-feat-card-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 1.15rem 1.1rem 1rem;
  min-width: 0;
}

.genc-feat-card-title {
  font-size: 1.05rem;
  line-height: 1.35;
  color: var(--okur-text);
  margin-bottom: 0.85rem;
  flex: 1 1 auto;
}

.genc-feat-card-inner:hover .genc-feat-card-title {
  color: var(--okur-accent);
}

.genc-feat-card-author {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-nav);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--okur-text);
  margin-bottom: 0.65rem;
}

.genc-feat-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: auto;
}

.genc-feat-card-meta {
  font-family: var(--font-nav);
  font-size: 0.7rem;
  color: var(--okur-muted);
}

.genc-feat-card-icon {
  color: var(--okur-muted);
  font-size: 1.05rem;
  line-height: 1;
}

.genc-feat-card-icon--play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--okur-accent);
  color: #fff;
  font-size: 1rem;
}

@media (max-width: 575.98px) {
  .genc-feat-card-inner {
    flex-direction: column;
  }

  .genc-feat-card-media {
    flex: none;
    max-width: none;
  }

  .genc-feat-card-media img {
    min-height: 9rem;
    aspect-ratio: 16 / 10;
  }
}

/* Genç Dergi — hub: son yazılar, podcast, bülten */
.genc-hub-section {
  background: #fdfcfb;
}

[data-theme="dark"] .genc-hub-section {
  background: var(--okur-bg);
}

.genc-hub-title {
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  color: var(--okur-text);
}

.genc-hub-title--sm {
  font-size: clamp(1.2rem, 2vw, 1.45rem);
}

.genc-hub-title-dot {
  color: var(--okur-accent);
}

.genc-hub-more {
  font-family: var(--font-nav);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--okur-accent);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.1rem;
  white-space: nowrap;
}

.genc-hub-more:hover {
  opacity: 0.8;
  color: var(--okur-accent);
}

.genc-hub-more--sm {
  font-size: 0.62rem;
}

/* Ana sayfa — Son sayılarımız */
.genc-issues-section {
  background: #fdfcfb;
}

[data-theme="dark"] .genc-issues-section {
  background: var(--okur-bg);
}

.genc-issues-kicker {
  font-family: var(--font-nav);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--okur-accent, #c1272d);
  margin: 0 0 0.35rem;
}

.genc-issues-title {
  font-size: clamp(1.75rem, 3.5vw, 2.35rem);
  color: var(--okur-text);
}

.genc-issues-all-btn {
  font-family: var(--font-nav);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--okur-accent, #c1272d);
  border: 1px solid var(--okur-accent, #c1272d);
  border-radius: 4px;
  padding: 0.55rem 1rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: background 0.2s ease, color 0.2s ease;
}

.genc-issues-all-btn:hover {
  background: var(--okur-accent, #c1272d);
  color: #fff;
}

.genc-issues-slider-wrap {
  position: relative;
  padding: 0 3.25rem 2.5rem;
  margin-bottom: 0.5rem;
}

.genc-issues-swiper {
  overflow: hidden;
  padding: 1rem 0 2.75rem;
}

.genc-issues-swiper .swiper-slide {
  width: 168px;
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 0.55;
  transform: scale(0.88);
}

.genc-issues-swiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

@media (min-width: 576px) {
  .genc-issues-swiper .swiper-slide {
    width: 200px;
  }
}

@media (min-width: 992px) {
  .genc-issues-swiper .swiper-slide {
    width: 220px;
  }
}

.genc-issues-cover {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.14);
  transition: box-shadow 0.3s ease;
}

.genc-issues-swiper .swiper-slide-active .genc-issues-cover {
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.2);
}

.genc-issues-cover img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.genc-issues-nav {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 5;
  width: 2.75rem;
  height: 2.75rem;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: var(--okur-text);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: box-shadow 0.2s ease, color 0.2s ease;
}

.genc-issues-nav:hover {
  color: var(--okur-accent, #c1272d);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
}

[data-theme="dark"] .genc-issues-nav {
  background: var(--okur-surface);
  border: 1px solid var(--okur-border);
}

.genc-issues-prev {
  left: 0;
}

.genc-issues-next {
  right: 0;
}

.genc-issues-pagination {
  bottom: 0 !important;
}

.genc-issues-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
  margin: 0 5px !important;
}

.genc-issues-pagination .swiper-pagination-bullet-active {
  background: var(--okur-accent, #c1272d);
  transform: scale(1.15);
}

.genc-issues-info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  background: #f3f1ed;
  border-radius: 8px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .genc-issues-info {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .genc-issues-info {
    grid-template-columns: repeat(4, 1fr);
  }
}

[data-theme="dark"] .genc-issues-info {
  background: var(--okur-surface);
  border: 1px solid var(--okur-border);
}

.genc-issues-info-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1.15rem 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

@media (min-width: 768px) {
  .genc-issues-info-item:nth-child(odd) {
    border-right: 1px solid rgba(0, 0, 0, 0.06);
  }

  .genc-issues-info-item:nth-last-child(-n + 2) {
    border-bottom: none;
  }
}

@media (min-width: 1200px) {
  .genc-issues-info-item {
    border-bottom: none;
    border-right: 1px solid rgba(0, 0, 0, 0.06);
  }

  .genc-issues-info-item:last-child {
    border-right: none;
  }
}

[data-theme="dark"] .genc-issues-info-item {
  border-color: var(--okur-border) !important;
}

.genc-issues-info-icon {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--okur-muted);
  font-size: 1.15rem;
}

.genc-issues-info-label {
  display: block;
  font-family: var(--font-nav);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--okur-muted);
  margin-bottom: 0.2rem;
}

.genc-issues-info-value {
  display: block;
  font-family: var(--font-nav);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--okur-text);
  margin-bottom: 0.45rem;
}

.genc-issues-info-link {
  font-family: var(--font-nav);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--okur-accent, #c1272d);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
}

.genc-issues-info-link:hover {
  text-decoration: underline;
}

@media (max-width: 575.98px) {
  .genc-issues-slider-wrap {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .genc-issues-nav {
    width: 2.35rem;
    height: 2.35rem;
    font-size: 0.95rem;
  }
}

.genc-post-card {
  display: flex;
  flex-direction: column;
}

.genc-post-card-hit {
  color: inherit;
  flex: 1 1 auto;
}

.genc-post-card-hit:hover .genc-post-card-title {
  color: var(--okur-accent);
}

.genc-post-card-media {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1rem;
  background: #e8e6e2;
}

.genc-post-card-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.genc-post-badge {
  position: absolute;
  top: 0.65rem;
  left: 0.65rem;
  font-family: var(--font-nav);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--okur-accent);
  background: #fff;
  padding: 0.28rem 0.55rem;
  border-radius: 3px;
  line-height: 1;
}

.genc-post-card-title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--okur-text);
  margin: 0;
  transition: color 0.2s ease;
}

.genc-post-card-meta {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 0.5rem 0.75rem;
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--okur-border);
}

.genc-post-author {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-nav);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--okur-text);
  min-width: 0;
}

.genc-post-author:hover {
  color: var(--okur-accent);
}

.genc-post-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.genc-post-date {
  font-family: var(--font-nav);
  font-size: 0.72rem;
  color: var(--okur-muted);
  white-space: nowrap;
}

.genc-post-bookmark {
  border: 0;
  background: transparent;
  color: var(--okur-muted);
  padding: 0.15rem;
  line-height: 1;
  cursor: pointer;
}

.genc-post-bookmark:hover {
  color: var(--okur-accent);
}

.genc-hub-panel {
  padding-top: 0.25rem;
}

.genc-hub-list > li + li {
  margin-top: 0.15rem;
}

.genc-hub-list-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.75rem 0;
  color: inherit;
  border-bottom: 1px solid var(--okur-border);
}

.genc-hub-list > li:last-child .genc-hub-list-item {
  border-bottom: 0;
}

.genc-hub-list-item:hover .genc-hub-list-title {
  color: var(--okur-accent);
}

.genc-hub-list-thumb {
  width: 72px;
  height: 72px;
  border-radius: 6px;
  object-fit: cover;
  flex-shrink: 0;
}

.genc-hub-list-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.genc-hub-list-body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.genc-hub-list-title {
  font-family: var(--font-nav);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--okur-text);
  line-height: 1.35;
  transition: color 0.2s ease;
}

.genc-hub-list-meta {
  font-family: var(--font-body);
  font-size: 0.82rem;
  color: var(--okur-muted);
  line-height: 1.4;
}

.genc-hub-list-action {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  color: var(--okur-muted);
  font-size: 1.1rem;
}

.genc-hub-list-action--play {
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid var(--okur-border);
  border-radius: 50%;
  color: var(--okur-text);
  font-size: 1.25rem;
}

.genc-hub-list-item:hover .genc-hub-list-action--play {
  border-color: var(--okur-accent);
  color: var(--okur-accent);
}

.genc-hub-newsletter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.25rem;
  padding: 1.25rem 1.35rem;
  background: #f0eeea;
  border-radius: 10px;
}

[data-theme="dark"] .genc-hub-newsletter {
  background: rgba(255, 255, 255, 0.06);
}

.genc-hub-newsletter-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: var(--okur-surface);
  color: var(--okur-accent);
  font-size: 1.15rem;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.genc-hub-newsletter-text {
  flex: 1 1 14rem;
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--okur-text);
}

.genc-hub-newsletter-form {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.5rem;
  flex: 1 1 16rem;
  max-width: 26rem;
  margin-left: auto;
}

.genc-hub-newsletter-input {
  flex: 1 1 10rem;
  min-width: 0;
  font-family: var(--font-nav);
  font-size: 0.88rem;
  border: 1px solid var(--okur-border);
  border-radius: 4px;
  padding: 0.55rem 0.85rem;
  background: var(--okur-surface);
  color: var(--okur-text);
}

.genc-hub-newsletter-input:focus {
  border-color: var(--okur-accent);
  box-shadow: none;
}

.genc-hub-newsletter-btn {
  font-family: var(--font-nav);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff !important;
  background: var(--okur-accent) !important;
  border: none;
  border-radius: 4px;
  padding: 0.55rem 1.1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.1rem;
  white-space: nowrap;
}

.genc-hub-newsletter-btn:hover {
  filter: brightness(1.08);
}

.genc-hub-feature {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.genc-hub-feature-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1.5px solid var(--okur-accent);
  border-radius: 50%;
  color: var(--okur-accent);
  font-size: 1.1rem;
}

.genc-hub-feature-title {
  font-family: var(--font-nav);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--okur-text);
  margin-bottom: 0.35rem;
}

.genc-hub-feature-text {
  font-family: var(--font-body);
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--okur-muted);
}

@media (max-width: 575.98px) {
  .genc-post-card-meta {
    grid-template-columns: 1fr auto;
  }

  .genc-post-date {
    grid-column: 1;
  }

  .genc-post-bookmark {
    grid-row: 1 / span 2;
    grid-column: 2;
    align-self: start;
  }

  .genc-hub-newsletter-form {
    max-width: none;
    margin-left: 0;
    width: 100%;
  }
}

/* Hero: sol slider + sağ sabit kartlar */
.hero-section .cover-carousel {
  border: 1px solid var(--okur-border);
  background: var(--okur-surface);
  border-radius: 4px;
  overflow: hidden;
}

.cover-carousel .carousel-item {
  min-height: 0;
}

.hero-slide-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 3rem 1.5rem;
  min-height: 320px;
}

.hero-deco-circle {
  position: absolute;
  width: min(78vw, 320px);
  height: min(78vw, 320px);
  max-width: 100%;
  border-radius: 50%;
  background: #e4f0e8;
  z-index: 0;
}

[data-theme="dark"] .hero-deco-circle {
  background: rgba(100, 160, 120, 0.18);
}

.hero-slide-cover-wrap {
  position: relative;
  z-index: 1;
}

.cover-placeholder {
  aspect-ratio: 3 / 4;
  max-height: 280px;
  width: 200px;
  margin: 0 auto;
  background: linear-gradient(145deg, var(--okur-muted) 0%, #2a2a2a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.75rem;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

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

.cover-caption {
  font-size: 0.9rem;
  color: var(--okur-muted);
}

.hero-slide-body {
  padding: 0 1.75rem 1.75rem;
  text-align: left;
}

.hero-slide-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.65rem;
  color: var(--okur-text);
  margin-bottom: 0.35rem;
  line-height: 1.2;
  min-height: 2.4em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hero-slide-subtitle {
  font-family: var(--font-nav);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--okur-accent);
  margin-bottom: 0.75rem;
  line-height: 1.35;
  min-height: 2.6em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hero-slide-text {
  font-family: var(--font-nav);
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--okur-muted);
  margin-bottom: 1.25rem;
  min-height: 7.6em;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.btn-incele {
  font-family: var(--font-nav);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 0.5rem 1.25rem;
  border: 1px solid var(--okur-text);
  color: var(--okur-text);
  background: transparent;
  border-radius: 2px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  position: relative;
  z-index: 3;
}

.btn-incele:hover {
  background: var(--okur-text);
  color: var(--okur-surface);
}

.cover-carousel .carousel-control-prev,
.cover-carousel .carousel-control-next {
  width: 7%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.cover-carousel:hover .carousel-control-prev,
.cover-carousel:hover .carousel-control-next,
.cover-carousel:focus-within .carousel-control-prev,
.cover-carousel:focus-within .carousel-control-next {
  opacity: 1;
  pointer-events: auto;
}

.cover-carousel .carousel-control-prev-icon,
.cover-carousel .carousel-control-next-icon {
  filter: none;
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  background-size: 50% 50%;
}

[data-theme="dark"] .cover-carousel .carousel-control-prev-icon,
[data-theme="dark"] .cover-carousel .carousel-control-next-icon {
  background-color: rgba(255, 255, 255, 0.12);
  filter: invert(1);
}

/* Sağ sütun sabit kartlar */
.hero-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1 1 auto;
  min-height: 100%;
}

.hero-sidebar-card {
  background: #ececec;
  border-radius: 4px;
  padding: 1rem 1.1rem;
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  min-height: 0;
  overflow: hidden;
}

[data-theme="dark"] .hero-sidebar-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--okur-border);
}

.hero-sidebar-card .book-thumb {
  width: 72px;
  flex-shrink: 0;
  aspect-ratio: 2 / 3;
  background: linear-gradient(145deg, #555, #222);
  border-radius: 2px;
  margin-bottom: 0.75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.hero-sidebar-card .book-title {
  font-family: var(--font-nav);
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--okur-text);
  margin-bottom: 0.15rem;
  line-height: 1.25;
}

.hero-sidebar-card .book-author {
  font-family: var(--font-nav);
  font-size: 0.78rem;
  color: var(--okur-muted);
  margin-bottom: 0.5rem;
}

.hero-sidebar-card .book-kicker {
  font-family: var(--font-nav);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--okur-text);
  margin-bottom: 0.5rem;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hero-sidebar-card .book-excerpt {
  font-family: var(--font-nav);
  font-size: 0.78rem;
  line-height: 1.55;
  color: var(--okur-muted);
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hero-sidebar-card .btn-incele {
  margin-top: auto;
}

@media (max-width: 991.98px) {
  .hero-sidebar {
    min-height: auto;
  }

  .hero-sidebar-card {
    flex: 0 0 auto;
    min-height: auto;
  }
}

/* Son sayı — coverflow şeridi (Swiper) */
.issue-strip-wrap {
  background: linear-gradient(180deg, #6b1822 0%, #4a1018 100%);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

.issue-strip-title {
  font-family: var(--font-nav);
  font-weight: 700;
  font-size: clamp(1.2rem, 2.8vw, 1.65rem);
  letter-spacing: 0.03em;
  color: #fff;
}

.issue-strip-swiper {
  padding: 0.5rem 2.75rem 1rem;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .issue-strip-swiper {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

.issue-coverflow-card {
  display: block;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 4px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  transition: box-shadow 0.25s ease;
}

.issue-coverflow-card:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
}

.issue-coverflow-img {
  display: block;
  aspect-ratio: 2 / 3;
  width: 100%;
  min-height: 130px;
  background-size: cover !important;
  background-position: center !important;
}

.issue-coverflow-label {
  background: #fff;
  color: #1a1a1a;
  font-size: 0.68rem;
  padding: 0.45rem 0.55rem 0.55rem;
  line-height: 1.35;
  font-family: var(--font-nav);
}

.issue-coverflow-label span {
  display: block;
  font-weight: 700;
  margin-top: 0.2rem;
  font-size: 0.72rem;
}

.issue-strip .swiper-slide {
  width: 188px;
  max-width: 72vw;
}

@media (min-width: 576px) {
  .issue-strip .swiper-slide {
    width: 210px;
  }
}

@media (min-width: 1200px) {
  .issue-strip .swiper-slide {
    width: 230px;
  }
}

.issue-strip .issue-strip-nav {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.38);
  width: 44px;
  height: 44px;
  border-radius: 10px;
}

.issue-strip .issue-strip-nav::after {
  font-size: 0.95rem !important;
  font-weight: 700;
}

.issue-strip .swiper-button-prev.issue-strip-nav {
  left: 4px;
}

.issue-strip .swiper-button-next.issue-strip-nav {
  right: 4px;
}

.issue-strip .issue-strip-nav.swiper-button-disabled {
  opacity: 0.35;
}

/* Bir Dosya Seç — yeşil coverflow şeridi */
.dosya-strip-section {
  background: var(--okur-bg);
}

.dosya-strip-wrap {
  background: linear-gradient(180deg, #1f6b4a 0%, #0d4028 100%);
  box-shadow: 0 12px 40px rgba(13, 64, 40, 0.25);
}

[data-theme="dark"] .dosya-strip-wrap {
  background: linear-gradient(180deg, #164530 0%, #0a2818 100%);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.dosya-strip-title {
  font-family: var(--font-nav);
  font-weight: 700;
  font-size: clamp(1.2rem, 2.8vw, 1.65rem);
  letter-spacing: 0.03em;
  color: #fff;
}

.dosya-strip-swiper {
  padding: 0.5rem 2.75rem 1rem;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .dosya-strip-swiper {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

.dosya-strip .swiper-slide {
  width: 188px;
  max-width: 72vw;
}

@media (min-width: 576px) {
  .dosya-strip .swiper-slide {
    width: 210px;
  }
}

@media (min-width: 1200px) {
  .dosya-strip .swiper-slide {
    width: 230px;
  }
}

.dosya-strip .dosya-strip-nav {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.38);
  width: 44px;
  height: 44px;
  border-radius: 10px;
}

.dosya-strip .dosya-strip-nav::after {
  font-size: 0.95rem !important;
  font-weight: 700;
}

.dosya-strip .swiper-button-prev.dosya-strip-nav {
  left: 4px;
}

.dosya-strip .swiper-button-next.dosya-strip-nav {
  right: 4px;
}

[data-theme="dark"] .dosya-strip .dosya-strip-nav {
  background: rgba(255, 255, 255, 0.22);
}

/* Genç Dergi — abonelik planları */
.genc-pricing-section {
  background: #fdfcfb;
}

[data-theme="dark"] .genc-pricing-section {
  background: var(--okur-bg);
}

.genc-pricing-title {
  font-size: clamp(1.65rem, 3.5vw, 2.35rem);
  line-height: 1.2;
  color: var(--okur-text);
  position: relative;
  display: inline-block;
}

.genc-pricing-arrow {
  display: inline-block;
  margin-left: 0.35rem;
  font-size: 1.35rem;
  color: var(--okur-accent);
  vertical-align: middle;
  transform: translateY(-0.15rem);
}

.genc-pricing-sub {
  font-family: var(--font-body);
  font-size: 0.98rem;
  color: var(--okur-muted);
}

.genc-price-card {
  position: relative;
  background: var(--okur-surface);
  border: 1px solid var(--okur-border);
  border-radius: 12px;
  padding: 2rem 1.5rem 1.5rem;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
}

.genc-price-card--featured {
  border-color: var(--okur-accent);
  border-width: 2px;
  box-shadow: 0 10px 36px rgba(193, 30, 58, 0.12);
  padding-top: 2.5rem;
}

.genc-price-popular {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-nav);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: var(--okur-accent);
  padding: 0.35rem 0.85rem;
  border-radius: 4px;
  white-space: nowrap;
}

.genc-price-save {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-family: var(--font-nav);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #2e7d4a;
  background: #e8f5e9;
  padding: 0.3rem 0.55rem;
  border-radius: 4px;
}

.genc-price-card-name {
  font-family: var(--font-nav);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--okur-text);
  margin-bottom: 0.25rem;
}

.genc-price-card-tagline {
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: var(--okur-muted);
  margin-bottom: 1.25rem;
}

.genc-price-card-price {
  margin-bottom: 1.35rem;
  line-height: 1;
}

.genc-price-amount {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.65rem);
  font-weight: 700;
  color: var(--okur-text);
}

.genc-price-period {
  font-family: var(--font-nav);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--okur-muted);
  margin-left: 0.15rem;
}

.genc-price-features {
  flex: 1 1 auto;
  margin-bottom: 1.5rem;
}

.genc-price-features li {
  position: relative;
  padding-left: 1.35rem;
  margin-bottom: 0.65rem;
  font-family: var(--font-body);
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--okur-text);
}

.genc-price-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.05rem;
  color: var(--okur-accent);
  font-weight: 700;
  font-size: 0.85rem;
}

.genc-price-btn {
  font-family: var(--font-nav);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.7rem 1rem;
  border-radius: 4px;
}

.genc-price-btn--outline {
  color: var(--okur-accent) !important;
  background: transparent !important;
  border: 1px solid var(--okur-accent) !important;
}

.genc-price-btn--outline:hover {
  background: var(--okur-accent) !important;
  color: #fff !important;
}

.genc-price-btn--solid {
  color: #fff !important;
  background: var(--okur-accent) !important;
  border: 1px solid var(--okur-accent) !important;
}

.genc-price-btn--solid:hover {
  filter: brightness(1.08);
  color: #fff !important;
}

.genc-price-note {
  margin-top: 0.85rem;
  font-family: var(--font-nav);
  font-size: 0.72rem;
  color: var(--okur-muted);
  text-align: center;
}

.genc-pricing-perk {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.genc-pricing-perk-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1.5px solid var(--okur-accent);
  border-radius: 50%;
  color: var(--okur-accent);
  font-size: 1.05rem;
}

.genc-pricing-perk-title {
  font-family: var(--font-nav);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--okur-text);
  margin-bottom: 0.3rem;
}

.genc-pricing-perk-text {
  font-family: var(--font-body);
  font-size: 0.85rem;
  line-height: 1.55;
  color: var(--okur-muted);
}

.genc-pricing-help {
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: var(--okur-muted);
}

.genc-pricing-help a {
  color: var(--okur-accent);
  text-decoration: none;
  font-weight: 600;
}

.genc-pricing-help a:hover {
  text-decoration: underline;
}

.genc-pricing-help-sep {
  margin-inline: 0.5rem;
  opacity: 0.45;
}

@media (min-width: 992px) {
  .genc-price-card--featured {
    transform: translateY(-0.35rem);
  }
}

/* 4’lü istatistik sayaç */
.stats-count-section {
  background: var(--okur-surface);
  border-top: 1px solid var(--okur-border);
  border-bottom: 1px solid var(--okur-border);
}

.stats-count-row {
  --stats-divider: rgba(0, 0, 0, 0.08);
}

@media (min-width: 992px) {
  .stats-count-item {
    border-right: 1px solid var(--stats-divider);
    padding: 0.5rem 1rem;
  }

  .stats-count-row .col-lg-3:last-child .stats-count-item {
    border-right: none;
  }
}

.stats-count-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem;
}

.stats-count-value {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
  color: var(--okur-accent);
  min-height: 1.2em;
}

.stats-count-label {
  font-family: var(--font-nav);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  color: var(--okur-muted);
}

.stats-count-section .genc-hub-head {
  justify-content: center;
}

.stats-count-section .genc-hub-title {
  text-align: center;
}

[data-theme="dark"] .stats-count-row {
  --stats-divider: rgba(255, 255, 255, 0.1);
}

.feature-duo-panel {
  border: 1px solid rgba(0, 0, 0, 0.88);
  border-radius: 14px;
  padding: 1.15rem 1rem 1.35rem;
  margin-top: 0.75rem;
  background: var(--okur-surface);
  overflow: hidden;
}

@media (min-width: 768px) {
  .feature-duo-panel {
    padding: 1.5rem 1.35rem 1.65rem;
  }
}

[data-theme="dark"] .feature-duo-panel {
  border-color: rgba(255, 255, 255, 0.22);
  background: var(--okur-surface);
}

/* İki sütun özellik slider — oklar yalnızca sol sütun altında ortalı */
.feature-duo-section {
  background: var(--okur-bg);
}

.feature-duo-carousel .carousel-inner {
  overflow: hidden;
}

.feature-duo-brand-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #000;
  color: #fff;
  font-family: var(--font-nav);
  font-size: 0.8rem;
  font-weight: 700;
  flex-shrink: 0;
}

.feature-duo-brand-name {
  font-family: var(--font-nav);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--okur-text);
}

.feature-duo-badge {
  font-family: var(--font-nav);
  font-size: 0.62rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.35rem 0.5rem !important;
  color: #1d6bc4 !important;
  border: 1px solid #1d6bc4 !important;
  background: transparent !important;
}

.feature-duo-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  line-height: 1.25;
  color: var(--okur-text);
  letter-spacing: -0.02em;
}

.feature-duo-lead {
  font-family: var(--font-nav);
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--okur-muted);
  margin-bottom: 0;
}

.feature-duo-meta {
  font-family: var(--font-nav);
  color: #9a9a9a;
}

.feature-duo-img-wrap {
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
  min-height: 260px;
}

.feature-duo-img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  max-height: min(520px, 70vh);
  object-fit: cover;
  border-radius: 18px;
}

.feature-duo-img--placeholder {
  min-height: 280px;
  border-radius: 18px;
}

.feature-duo-nav-inner {
  width: 100%;
  flex-shrink: 0;
}

.feature-duo-nav-btn {
  width: 44px;
  height: 44px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #c8c8c8;
  background: #fff;
  color: #888;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.feature-duo-nav-btn:hover {
  background: #f5f5f5;
  color: #333;
  border-color: #aaa;
}

.feature-duo-nav-btn:focus-visible {
  outline: 2px solid var(--okur-teal);
  outline-offset: 2px;
}

.feature-duo-nav-btn .bi {
  font-size: 1.15rem;
  line-height: 1;
}

[data-theme="dark"] .feature-duo-nav-btn {
  background: var(--okur-surface);
  border-color: var(--okur-border);
  color: var(--okur-muted);
}

[data-theme="dark"] .feature-duo-nav-btn:hover {
  color: var(--okur-text);
}

/* Öne çıkan yazı — iki sütun (metin ortalı + şeftali görsel) */
.essay-split-section {
  background: var(--okur-bg);
}

.essay-split {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
}

[data-theme="dark"] .essay-split {
  background: var(--okur-surface) !important;
  border-color: var(--okur-border) !important;
}

.essay-split-col--text {
  background: #fff;
  min-height: 280px;
}

[data-theme="dark"] .essay-split-col--text {
  background: var(--okur-surface);
}

.essay-split-tags {
  font-family: var(--font-nav);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c97a84;
}

[data-theme="dark"] .essay-split-tags {
  color: #e8a0a8;
}

.essay-split-tags-sep {
  opacity: 0.7;
  font-weight: 400;
}

.essay-split-hit--block:hover .essay-split-title,
.essay-split-hit--block:focus-visible .essay-split-title {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.essay-split-title {
  font-family: var(--font-nav);
  font-weight: 800;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--okur-text);
}

.essay-split-dek {
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-style: italic;
  color: var(--okur-muted);
  line-height: 1.55;
}

.essay-split-byline {
  font-family: var(--font-nav);
  font-size: 0.9rem;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

.essay-split-author {
  color: var(--okur-text);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.essay-split-author:hover {
  color: var(--okur-accent);
  border-bottom-color: var(--okur-accent);
}

.essay-split-oku {
  font-family: var(--font-nav);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.45rem 1.1rem;
  border-radius: 999px;
  border: 1px solid #d4d4d4;
  background: #fff;
  color: var(--okur-text);
  position: relative;
  z-index: 2;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.essay-split-oku:hover {
  background: #f8f8f8;
  border-color: #bbb;
  color: var(--okur-text);
}

[data-theme="dark"] .essay-split-oku {
  background: var(--okur-surface);
  border-color: var(--okur-border);
}

.essay-split-col--visual {
  min-height: 280px;
}

.essay-split-visual {
  background: #fadbb6;
  min-height: 320px;
  padding: 1.5rem;
}

@media (min-width: 768px) {
  .essay-split-visual {
    min-height: 100%;
  }
}

.essay-split-hit--visual:hover .essay-split-img,
.essay-split-hit--visual:focus-visible .essay-split-img {
  opacity: 0.96;
  transform: scale(1.01);
}

.essay-split-img {
  max-width: 100%;
  max-height: min(420px, 55vh);
  width: auto;
  height: auto;
  object-fit: contain;
  transition: opacity 0.25s ease, transform 0.35s ease;
}

/* Bu yazıları okudunuz mu — kart slider */
.recommended-section {
  background: rgba(0, 0, 0, 0.03);
}

[data-theme="dark"] .recommended-section {
  background: rgba(255, 255, 255, 0.03);
}

.recommended-swiper {
  overflow: hidden;
}

.recommended-swiper .swiper-slide {
  height: auto;
}

.rec-card {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0 0.25rem 0.5rem;
}

.rec-card-img-wrap {
  max-width: 300px;
  border-radius: 2px;
  overflow: hidden;
}

.rec-card-img {
  display: block;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 2px;
}

.rec-card-img--ph {
  min-height: 280px;
  background-size: cover !important;
}

.rec-card-audio-badge {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  color: #111;
  font-size: 1rem;
  pointer-events: none;
}

.rec-card-hit:hover .rec-card-title,
.rec-card-hit:focus-visible .rec-card-title {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.rec-card-tag {
  font-family: var(--font-nav);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--okur-accent);
}

.rec-card-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.2rem, 2.2vw, 1.5rem);
  line-height: 1.25;
  color: var(--okur-text);
}

.rec-card-excerpt {
  font-family: var(--font-body);
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--okur-text);
}

.rec-card-byline {
  font-family: var(--font-nav);
  font-size: 0.85rem;
  color: var(--okur-muted);
}

.rec-card-by-label {
  font-weight: 400;
  margin-right: 0.25rem;
}

.rec-card-author-link {
  font-weight: 700;
  color: var(--okur-text);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.rec-card-author-link:hover {
  color: var(--okur-accent);
  border-bottom-color: var(--okur-accent);
}

.recommended-nav-btn {
  width: 44px;
  height: 44px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #c8c8c8;
  background: #fff;
  color: #666;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.recommended-nav-btn:hover {
  background: #f5f5f5;
  color: #222;
  border-color: #aaa;
}

.recommended-nav-btn:focus-visible {
  outline: 2px solid var(--okur-teal);
  outline-offset: 2px;
}

.recommended-nav-btn .bi {
  font-size: 1.15rem;
}

.recommended-nav-btn.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

[data-theme="dark"] .recommended-nav-btn {
  background: var(--okur-surface);
  border-color: var(--okur-border);
  color: var(--okur-muted);
}

.card-img-top {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #ddd;
}

/* Aposto blokları */
.aposto-block {
  background: var(--okur-surface);
  border: 1px solid var(--okur-border);
  padding: 1.25rem;
  height: 100%;
}

.aposto-block small {
  color: var(--okur-accent);
  font-weight: 600;
  letter-spacing: 0.05em;
}

/* Tür seçici */
.pill-cat {
  font-size: 0.8rem;
}

/* Bülten — rahatsız etmeyen */
.newsletter-inline {
  background: linear-gradient(
    90deg,
    rgba(196, 30, 58, 0.06),
    rgba(196, 30, 58, 0.02)
  );
  border: 1px solid var(--okur-border);
  border-radius: 8px;
  padding: 1.5rem 2rem;
}

[data-theme="dark"] .newsletter-inline {
  background: linear-gradient(
    90deg,
    rgba(232, 93, 108, 0.12),
    rgba(232, 93, 108, 0.04)
  );
}

.newsletter-inline--pro {
  background: linear-gradient(
    135deg,
    rgba(196, 30, 58, 0.09) 0%,
    rgba(61, 122, 122, 0.08) 55%,
    rgba(61, 122, 122, 0.02) 100%
  );
  border: 1px solid rgba(61, 122, 122, 0.2);
  border-radius: 16px;
  padding: clamp(1.25rem, 2.8vw, 2rem);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.06);
}

[data-theme="dark"] .newsletter-inline--pro {
  background: linear-gradient(
    135deg,
    rgba(232, 93, 108, 0.16) 0%,
    rgba(61, 122, 122, 0.14) 55%,
    rgba(61, 122, 122, 0.06) 100%
  );
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.34);
}

.newsletter-kicker {
  font-family: var(--font-nav);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--okur-accent);
}

.newsletter-title {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  line-height: 1.15;
  color: var(--okur-text);
}

.newsletter-sub {
  font-family: var(--font-nav);
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--okur-muted);
  max-width: 40ch;
}

.newsletter-input-pro {
  min-height: 44px;
  border-radius: 999px;
  border: 1px solid var(--okur-border);
  background: rgba(255, 255, 255, 0.78);
  padding: 0.55rem 1rem;
  font-family: var(--font-nav);
  font-size: 0.82rem;
}

[data-theme="dark"] .newsletter-input-pro {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  color: var(--okur-text);
}

.newsletter-input-pro:focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 122, 122, 0.18);
  border-color: rgba(61, 122, 122, 0.45);
}

.newsletter-btn-pro {
  min-height: 44px;
  border-radius: 999px;
  padding: 0.55rem 1.2rem;
  border: 1px solid #1c1c1c;
  background: #111;
  color: #fff;
  font-family: var(--font-nav);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.newsletter-btn-pro:hover {
  background: #252525;
  border-color: #252525;
  color: #fff;
}

/* Sayılar grid */
.issue-card {
  text-align: center;
  border: 1px solid var(--okur-border);
  background: var(--okur-surface);
  padding: 1rem;
  transition: border-color 0.2s;
}

.issue-card:hover {
  border-color: var(--okur-accent);
}

.issue-cover-mini {
  aspect-ratio: 3 / 4;
  background: linear-gradient(160deg, #333, #111);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  margin-bottom: 0.75rem;
}

/* —— Yazı detay (makale.html) —— */
.makale-page {
  padding-bottom: 0;
}

.makale-hero {
  padding: 1.5rem 0 1.25rem;
}

.makale-hero-inner {
  max-width: 46rem;
  margin: 0 auto;
  text-align: center;
}

.makale-kicker {
  font-family: var(--font-nav);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--arsiv-red, #c1272d);
  margin: 0 0 0.85rem;
}

.makale-title {
  font-size: clamp(1.85rem, 4.5vw, 2.75rem);
  font-weight: 600;
  line-height: 1.12;
  color: var(--okur-text);
  margin: 0 0 1rem;
}

.makale-dek {
  font-family: var(--font-nav);
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--okur-muted);
  max-width: 38rem;
  margin: 0 auto 1rem;
}

.makale-byline {
  font-family: var(--font-nav);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--okur-muted);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.5rem;
}

.makale-byline-author {
  color: var(--okur-text);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.makale-byline-author:hover {
  color: var(--arsiv-red, #c1272d);
  border-bottom-color: var(--arsiv-red, #c1272d);
}

.makale-byline-dot {
  opacity: 0.45;
}

.makale-meta-section {
  padding-bottom: 0.75rem;
}

.makale-meta-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0;
  max-width: 46rem;
  margin: 0 auto;
}

.makale-meta-item {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
  padding: 0 0.85rem;
  border-right: 1px solid var(--okur-border);
}

.makale-meta-item:last-child {
  border-right: none;
}

.makale-meta-label {
  font-family: var(--font-nav);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--okur-muted);
}

.makale-meta-value {
  font-family: var(--font-nav);
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--okur-text);
  text-decoration: none;
}

a.makale-meta-value:hover {
  color: var(--arsiv-red, #c1272d);
}

@media (max-width: 575.98px) {
  .makale-meta-item {
    padding: 0 0.55rem;
  }

  .makale-meta-bar {
    gap: 0.25rem 0;
  }
}

.makale-figure-section {
  padding: 0.5rem 0 1.5rem;
}

.makale-figure {
  margin: 0;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}

.makale-figure-img {
  width: 100%;
  height: auto;
  max-height: 28rem;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.makale-figure-caption {
  font-family: var(--font-nav);
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  color: var(--okur-muted);
  text-align: center;
  margin-top: 0.65rem;
}

.makale-content {
  padding: 0.5rem 0 2.5rem;
}

.makale-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.25rem;
  margin-bottom: 1.75rem;
  border-bottom: 1px solid var(--okur-border);
}

.makale-toolbar-label {
  font-family: var(--font-nav);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--okur-muted);
  margin-right: 0.65rem;
}

.makale-toolbar-share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.makale-share-icons {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.makale-share-btn {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 999px;
  border: 1px solid var(--okur-border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--okur-muted);
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.makale-share-btn:hover {
  color: var(--arsiv-red, #c1272d);
  border-color: var(--arsiv-red, #c1272d);
  transform: translateY(-1px);
}

.makale-toolbar-copy {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-nav);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--okur-text);
  background: var(--arsiv-filter-bg, #f3f1ed);
  border: 1px solid var(--okur-border);
  border-radius: 999px;
  padding: 0.45rem 0.95rem;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.makale-toolbar-copy:hover {
  color: var(--arsiv-red, #c1272d);
  border-color: var(--arsiv-red, #c1272d);
}

.makale-body {
  font-family: var(--font-body);
  font-size: 1.08rem;
  line-height: 1.75;
  color: var(--okur-text);
}

.makale-lead {
  font-size: 1.2rem;
  line-height: 1.7;
  color: var(--okur-muted);
  margin-bottom: 1.75rem;
}

.makale-h2 {
  font-size: 1.45rem;
  font-weight: 600;
  margin: 2.25rem 0 1rem;
  color: var(--okur-text);
}

.makale-body p {
  margin-bottom: 1.15rem;
}

.makale-pullquote {
  margin: 2rem 0;
  padding: 1.25rem 1.5rem;
  border-left: 3px solid var(--arsiv-red, #c1272d);
  background: var(--arsiv-filter-bg, #f3f1ed);
  border-radius: 0 10px 10px 0;
}

.makale-pullquote p {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.5;
  margin: 0;
  color: var(--okur-text);
}

.makale-page .makale-author {
  margin-top: 2.5rem;
  border-radius: 12px;
  padding: 1.35rem 1.5rem;
}

.makale-page .makale-author-avatar {
  background: linear-gradient(135deg, #c1272d 0%, #8b1a1f 100%);
}

.makale-author-name-link {
  color: inherit;
  text-decoration: none;
}

.makale-author-name-link:hover {
  color: var(--arsiv-red, #c1272d);
}

.makale-related {
  border-top: 1px solid var(--okur-border);
  background: var(--arsiv-filter-bg, #f3f1ed);
}

[data-theme="dark"] .makale-related {
  background: var(--arsiv-filter-bg, #1a1a1a);
}

.makale-related-title {
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 600;
}

.article-author-box {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: var(--okur-surface);
  border: 1px solid var(--okur-border);
  border-radius: 14px;
  padding: 1rem;
}

.article-author-avatar {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  flex: 0 0 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-nav);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.04em;
  color: #fff;
  background: linear-gradient(135deg, #4a5af5 0%, #2f6868 100%);
}

.article-author-kicker {
  font-family: var(--font-nav);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--okur-muted);
}

.article-author-name {
  font-family: var(--font-display);
  font-size: 1.3rem;
  line-height: 1.15;
  color: var(--okur-text);
}

.article-author-bio {
  font-family: var(--font-body);
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--okur-muted);
}

.article-author-link {
  font-family: var(--font-nav);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--okur-text);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.article-author-link:hover {
  color: var(--okur-accent);
  border-bottom-color: var(--okur-accent);
}

@media (max-width: 575.98px) {
  .article-author-box {
    flex-direction: column;
    align-items: flex-start;
  }
}

.reading-time {
  font-variant-numeric: tabular-nums;
}

/* Footer harita placeholder */
.map-placeholder {
  height: 200px;
  background: var(--okur-surface);
  border: 1px dashed var(--okur-border);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--okur-muted);
  font-size: 0.9rem;
}

footer {
  border-top: 1px solid var(--okur-border);
  padding: 3rem 0 2rem;
}

footer a {
  color: var(--okur-muted);
  text-decoration: none;
}

footer a:hover {
  color: var(--okur-accent);
}

/* Ana sayfa — bölüm akışı */
.index-main > section {
  scroll-margin-top: calc(var(--okur-nav-height) + 0.5rem);
}

.index-main > .hero-section {
  background: var(--okur-bg);
  padding-top: 1.25rem !important;
}

.index-main > .genc-home-section,
.index-main > .genc-issues-section,
.index-main > .genc-quote-section,
.index-main > .genc-featured-section,
.index-main > .genc-hub-section,
.index-main > .genc-pricing-section {
  background: #fdfcfb;
}

.index-main > .stats-count-section {
  background: var(--okur-surface);
  border-top: 1px solid var(--okur-border);
  border-bottom: 1px solid var(--okur-border);
}

.index-main > .genc-pricing-section {
  border-top: 1px solid var(--okur-border);
}

.index-main > section + section {
  margin-top: 0;
}

[data-theme="dark"] .index-main > .genc-home-section,
[data-theme="dark"] .index-main > .genc-issues-section,
[data-theme="dark"] .index-main > .genc-quote-section,
[data-theme="dark"] .index-main > .genc-featured-section,
[data-theme="dark"] .index-main > .genc-hub-section,
[data-theme="dark"] .index-main > .genc-pricing-section {
  background: var(--okur-bg);
}

/* Genç Dergi — footer */
.genc-footer {
  background: #121212;
  color: #f5f5f5;
  padding: 3rem 0 1.75rem;
  margin-top: 0;
}

.genc-footer-logo {
  display: inline-block;
  margin-bottom: 1.25rem;
}

.genc-footer-logo .genc-logo-img--footer {
  height: 2.85rem;
  max-width: 10rem;
}

.genc-footer-desc {
  font-family: var(--font-body);
  font-size: 0.92rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
  max-width: 22rem;
  margin-bottom: 1.35rem;
}

.genc-footer-social {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.genc-footer-social a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.15rem;
  line-height: 1;
  text-decoration: none;
  transition: color 0.2s ease;
}

.genc-footer-social a:hover {
  color: var(--okur-accent);
}

.genc-footer-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.genc-footer-stat {
  text-align: center;
  padding: 0.65rem 0.35rem;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.genc-footer-stat:last-child {
  border-right: 0;
}

.genc-footer-stat-value {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--okur-accent);
  margin-bottom: 0.25rem;
}

.genc-footer-stat-label {
  display: block;
  font-family: var(--font-nav);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.genc-footer-newsletter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.25rem;
  padding: 1.15rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
}

.genc-footer-newsletter-title {
  font-family: var(--font-nav);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0.35rem;
}

.genc-footer-newsletter-sub {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.65);
}

.genc-footer-newsletter-form {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.5rem;
  flex: 1 1 14rem;
  max-width: 20rem;
  margin-left: auto;
}

.genc-footer-newsletter-input {
  flex: 1 1 9rem;
  min-width: 0;
  font-family: var(--font-nav);
  font-size: 0.85rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  border-radius: 4px;
  padding: 0.55rem 0.75rem;
}

.genc-footer-newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.genc-footer-newsletter-input:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: none;
  color: #fff;
}

.genc-footer-newsletter-btn {
  font-family: var(--font-nav);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff !important;
  background: var(--okur-accent) !important;
  border: none;
  border-radius: 4px;
  padding: 0.55rem 1.1rem;
  white-space: nowrap;
}

.genc-footer-newsletter-btn:hover {
  filter: brightness(1.08);
}

.genc-footer-library {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-height: 100%;
  padding: 2rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  color: #fff;
  text-align: center;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.genc-footer-library:hover {
  border-color: var(--okur-accent);
  background: rgba(193, 30, 58, 0.08);
  color: #fff;
}

.genc-footer-library-icon {
  font-size: 2rem;
  color: var(--okur-accent);
}

.genc-footer-library-text {
  font-family: var(--font-nav);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.45;
  max-width: 9rem;
}

.genc-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-family: var(--font-nav);
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.5);
}

.genc-footer-bottom a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}

.genc-footer-bottom a:hover {
  color: var(--okur-accent);
}

@media (max-width: 991.98px) {
  .genc-footer-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .genc-footer-stat:nth-child(2) {
    border-right: 0;
  }

  .genc-footer-stat:nth-child(1),
  .genc-footer-stat:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .genc-footer-newsletter-form {
    max-width: none;
    margin-left: 0;
    width: 100%;
  }

  .genc-footer-library {
    min-height: 10rem;
  }
}

@media (max-width: 575.98px) {
  .genc-footer-stats {
    grid-template-columns: 1fr 1fr;
  }
}

.section-title {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--okur-accent);
  display: inline-block;
}

/* —— Arşiv sayfası (sayilar.html) —— */
.arsiv-page {
  --arsiv-red: #c1272d;
  --arsiv-bg: #fdfcfb;
  --arsiv-filter-bg: #f3f1ed;
  background: var(--arsiv-bg);
}

[data-theme="dark"] .arsiv-page {
  --arsiv-bg: #121212;
  --arsiv-filter-bg: #1a1a1a;
}

.arsiv-hero {
  padding: 2.5rem 0 2rem;
}

.arsiv-hero-kicker {
  font-family: var(--font-nav);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--arsiv-red);
  margin: 0 0 0.65rem;
}

.arsiv-hero-title {
  font-family: var(--font-nav);
  font-weight: 700;
  font-size: clamp(2.75rem, 7vw, 4.5rem);
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--okur-text);
  margin: 0 0 1rem;
}

.arsiv-hero-dot {
  color: var(--arsiv-red);
}

.arsiv-hero-lead {
  font-family: var(--font-nav);
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--okur-muted);
  max-width: 36ch;
}

.arsiv-hero-visual {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 1.25rem;
  min-height: 200px;
  padding: 1rem 0;
}

.arsiv-folders {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  transform: perspective(400px) rotateY(-8deg);
}

.arsiv-folder {
  width: 7.5rem;
  height: 2.35rem;
  background: linear-gradient(180deg, #b8b8b8 0%, #9a9a9a 100%);
  border-radius: 4px 6px 4px 4px;
  display: flex;
  align-items: center;
  padding-left: 0.65rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  position: relative;
}

.arsiv-folder::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.45rem;
  width: 2.5rem;
  height: 0.55rem;
  background: #a8a8a8;
  border-radius: 3px 3px 0 0;
}

.arsiv-folder span {
  font-family: var(--font-nav);
  font-size: 0.72rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
}

.arsiv-folder--1 {
  z-index: 3;
}
.arsiv-folder--2 {
  z-index: 2;
  opacity: 0.92;
  margin-left: 0.35rem;
}
.arsiv-folder--3 {
  z-index: 1;
  opacity: 0.84;
  margin-left: 0.7rem;
}

.arsiv-storage-box {
  width: 5.5rem;
  height: 4.5rem;
  background: linear-gradient(145deg, #c4c4c4, #a0a0a0);
  border-radius: 4px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
  position: relative;
  overflow: hidden;
  padding: 0.5rem 0.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.arsiv-storage-paper {
  display: block;
  height: 0.35rem;
  background: #f5f3ef;
  border-radius: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.arsiv-storage-paper:nth-child(2) {
  width: 85%;
}
.arsiv-storage-paper:nth-child(3) {
  width: 70%;
}

.arsiv-filters {
  background: var(--arsiv-filter-bg);
  padding: 1.75rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

[data-theme="dark"] .arsiv-filters {
  border-color: var(--okur-border);
}

.arsiv-filter-label {
  display: block;
  font-family: var(--font-nav);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--okur-muted);
  margin-bottom: 0.4rem;
}

.arsiv-filter-field {
  position: relative;
}

.arsiv-filter-field .bi-search {
  position: absolute;
  left: 0.85rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--okur-muted);
  font-size: 0.9rem;
  pointer-events: none;
}

.arsiv-filter-input,
.arsiv-filter-select,
.arsiv-sort-select {
  font-family: var(--font-nav);
  font-size: 0.82rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background: #fff;
  color: var(--okur-text);
  box-shadow: none;
}

.arsiv-filter-input {
  padding-left: 2.35rem;
  min-height: 2.65rem;
}

.arsiv-filter-select,
.arsiv-sort-select {
  min-height: 2.65rem;
}

[data-theme="dark"] .arsiv-filter-input,
[data-theme="dark"] .arsiv-filter-select,
[data-theme="dark"] .arsiv-sort-select {
  background: var(--okur-surface);
  border-color: var(--okur-border);
}

.arsiv-filter-clear {
  font-family: var(--font-nav);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--okur-muted);
  background: none;
  border: 0;
  padding: 0.35rem 0;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  cursor: pointer;
}

.arsiv-filter-clear:hover {
  color: var(--arsiv-red);
}

.arsiv-content {
  padding: 2rem 0 3rem;
}

.arsiv-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem 1.25rem;
}

.arsiv-tab {
  font-family: var(--font-nav);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--okur-muted);
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 0.35rem 0 0.5rem;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.arsiv-tab:hover {
  color: var(--okur-text);
}

.arsiv-tab.is-active {
  color: var(--okur-text);
  border-bottom-color: var(--arsiv-red);
}

.arsiv-sort {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.arsiv-sort-label {
  font-family: var(--font-nav);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--okur-muted);
  margin: 0;
  white-space: nowrap;
}

.arsiv-sort-select {
  min-width: 10.5rem;
  font-size: 0.78rem;
}

.arsiv-grid > .col.is-hidden {
  display: none;
}

.arsiv-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Dergi kapağı — hero yığını */
.arsiv-hero-covers {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 260px;
  padding: 1rem 2rem;
}

.arsiv-hero-cover {
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
  border: 2px solid rgba(255, 255, 255, 0.9);
}

.arsiv-hero-cover img {
  display: block;
  width: auto;
  height: auto;
  max-width: 140px;
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.arsiv-hero-cover--back {
  position: absolute;
  left: 12%;
  bottom: 8%;
  transform: rotate(-8deg);
  z-index: 1;
  opacity: 0.85;
}

.arsiv-hero-cover--mid {
  position: absolute;
  left: 28%;
  bottom: 12%;
  transform: rotate(-3deg);
  z-index: 2;
  opacity: 0.92;
}

.arsiv-hero-cover--front {
  position: relative;
  z-index: 3;
  transform: rotate(2deg);
}

.arsiv-hero-cover--front img {
  max-width: 168px;
}

@media (min-width: 992px) {
  .arsiv-hero-cover img {
    max-width: 155px;
  }

  .arsiv-hero-cover--front img {
    max-width: 190px;
  }
}

/* Dergi kapağı — arşiv kartları */
.arsiv-card-media {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  margin-bottom: 0.85rem;
}

.arsiv-card-media--cover {
  aspect-ratio: 2 / 3;
  border-radius: 4px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
}

.arsiv-card--cover:hover .arsiv-card-media--cover {
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.14);
}

.arsiv-cover-num {
  position: absolute;
  bottom: 0.65rem;
  right: 0.65rem;
  font-family: var(--font-nav);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.arsiv-card--cover .arsiv-card-tag {
  top: 0.65rem;
  bottom: auto;
}

.arsiv-cover-link {
  font-family: var(--font-nav);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--arsiv-red, #c1272d);
  text-decoration: none;
}

.arsiv-cover-link:hover {
  text-decoration: underline;
}

.sayilar-page .arsiv-card--cover .arsiv-card-title {
  font-size: 0.82rem;
}

.sayilar-page .arsiv-card--cover .arsiv-card-desc {
  font-size: 0.74rem;
  margin-bottom: 0.5rem;
}

.arsiv-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.arsiv-card:hover .arsiv-card-media img {
  transform: scale(1.04);
}

.arsiv-card-tag {
  position: absolute;
  top: 0.65rem;
  left: 0.65rem;
  font-family: var(--font-nav);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--arsiv-red);
  background: #fff;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
}

.arsiv-card-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.arsiv-card-title {
  font-family: var(--font-nav);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 0.45rem;
}

.arsiv-card-title a {
  color: var(--okur-text);
  text-decoration: none;
}

.arsiv-card-title a:hover {
  color: var(--arsiv-red);
}

.arsiv-card-desc {
  font-family: var(--font-nav);
  font-size: 0.78rem;
  line-height: 1.55;
  color: var(--okur-muted);
  margin: 0 0 0.75rem;
}

.arsiv-card-foot {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding-top: 0.35rem;
}

.arsiv-card-date {
  font-family: var(--font-nav);
  font-size: 0.72rem;
  color: #9a9a9a;
}

.arsiv-card-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.arsiv-card-actions a,
.arsiv-card-save {
  color: #b0b0b0;
  font-size: 0.95rem;
  background: none;
  border: 0;
  padding: 0;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
}

.arsiv-card-actions a:hover,
.arsiv-card-save:hover {
  color: var(--arsiv-red);
}

.arsiv-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin-top: 2.5rem;
}

.arsiv-page-btn {
  font-family: var(--font-nav);
  font-size: 0.82rem;
  font-weight: 600;
  min-width: 2.35rem;
  height: 2.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--okur-text);
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.arsiv-page-btn:hover {
  border-color: rgba(0, 0, 0, 0.12);
  color: var(--arsiv-red);
}

.arsiv-page-btn.is-active {
  border-color: var(--arsiv-red);
  color: var(--arsiv-red);
}

.arsiv-page-btn--nav {
  font-size: 1rem;
  color: var(--okur-muted);
}

.arsiv-page-ellipsis {
  font-family: var(--font-nav);
  color: var(--okur-muted);
  padding: 0 0.25rem;
}

.arsiv-cta {
  background: #f5f3ef;
  padding: 2.5rem 0 3rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

[data-theme="dark"] .arsiv-cta {
  background: #1a1a1a;
  border-color: var(--okur-border);
}

.arsiv-cta-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem 2rem;
}

.arsiv-cta-visual {
  flex: 0 0 auto;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--okur-text);
  font-size: 3.5rem;
  opacity: 0.75;
}

.arsiv-cta-copy {
  flex: 1 1 16rem;
  min-width: 0;
}

.arsiv-cta-title {
  font-family: var(--font-nav);
  font-weight: 700;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  line-height: 1.2;
  color: var(--okur-text);
  margin: 0 0 0.5rem;
}

.arsiv-cta-text {
  font-family: var(--font-nav);
  font-size: 0.85rem;
  line-height: 1.65;
  color: var(--okur-muted);
  max-width: 48ch;
}

.arsiv-cta-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.25rem;
  background: #fff;
  border: 1px solid var(--okur-text);
  color: var(--okur-text);
  font-family: var(--font-nav);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.2s ease, color 0.2s ease;
}

.arsiv-cta-btn:hover {
  background: var(--okur-text);
  color: #fff;
}

[data-theme="dark"] .arsiv-cta-btn {
  background: var(--okur-surface);
}

@media (max-width: 991.98px) {
  .arsiv-hero-visual {
    min-height: 160px;
  }

  .arsiv-toolbar {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .arsiv-sort {
    width: 100%;
  }

  .arsiv-sort-select {
    flex: 1 1 auto;
  }
}

/* —— Sayı detay / eski kapak stilleri —— */
.sayilar-page-title,
.page-title-display {
  font-family: var(--font-nav);
  font-weight: 700;
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  letter-spacing: -0.03em;
  color: var(--okur-text);
}

.issue-archive-card {
  transition: transform 0.2s ease;
}

.issue-archive-card:hover,
.issue-archive-card:focus-visible {
  transform: translateY(-3px);
}

.issue-archive-card:focus-visible {
  outline: 2px solid var(--okur-teal);
  outline-offset: 4px;
}

.issue-archive-cover {
  position: relative;
  aspect-ratio: 3 / 4;
  width: 100%;
  max-width: 220px;
  margin-bottom: 0.85rem;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  border: 3px solid transparent;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  overflow: hidden;
}

.issue-archive-card:hover .issue-archive-cover,
.issue-archive-card:focus-visible .issue-archive-cover {
  border-color: #6f42c1;
  box-shadow: 0 12px 32px rgba(111, 66, 193, 0.2);
}

.issue-cover--green {
  background: linear-gradient(
    155deg,
    #1e4a3d 0%,
    #2d6b52 35%,
    #5a9d7a 70%,
    #8bc4a8 100%
  );
}

.issue-cover--blue {
  background: linear-gradient(
    165deg,
    #1a3a5c 0%,
    #2d5a8a 40%,
    #4a7ab0 75%,
    #7aa8d4 100%
  );
}

.issue-cover--purple {
  background: linear-gradient(
    160deg,
    #3d2a5c 0%,
    #5c3d7a 45%,
    #7a5a9a 80%,
    #a88cc4 100%
  );
}

.issue-cover-deco {
  position: absolute;
  inset: 18% 14%;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.issue-cover-deco::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 22%;
  bottom: 28%;
  background: repeating-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.15) 0 3px,
    transparent 3px 10px
  );
  border-radius: 2px;
  opacity: 0.85;
}

.issue-cover-deco--book {
  inset: 22% 18%;
  background: rgba(255, 255, 255, 0.18);
}

.issue-cover-deco--book::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 15%;
  bottom: 15%;
  width: 3px;
  margin-left: -1.5px;
  background: rgba(0, 0, 0, 0.12);
  border-radius: 1px;
}

.issue-cover-deco--simple {
  inset: 28% 24%;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
}

.issue-cover-deco--simple::after {
  display: none;
}

.issue-archive-num {
  font-family: var(--font-nav);
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--okur-muted);
}

.issue-archive-title {
  font-family: var(--font-nav);
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.35;
  color: var(--okur-text);
}

.sayilar-pagination .page-link {
  font-family: var(--font-nav);
  font-size: 0.85rem;
  font-weight: 600;
}

.sayilar-pagination .page-item.disabled .page-link {
  pointer-events: none;
  opacity: 0.45;
}

/* —— Röportajlar (bordo panel + Swiper) —— */
.roportajlar-section {
  background-color: var(--okur-bg);
  background-image: radial-gradient(
    var(--okur-border) 0.8px,
    transparent 0.8px
  );
  background-size: 14px 14px;
}

[data-theme="dark"] .roportajlar-section {
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.06) 0.8px,
    transparent 0.8px
  );
}

.roportajlar-panel {
  background: linear-gradient(
    165deg,
    #4a141c 0%,
    #6b1f2a 42%,
    #521820 100%
  );
  box-shadow: 0 22px 56px rgba(45, 12, 18, 0.35);
  padding: 1.75rem 1rem 1.5rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  .roportajlar-panel {
    padding: 2.25rem 1.75rem 1.75rem;
  }
}

@media (min-width: 1200px) {
  .roportajlar-panel {
    padding: 2.5rem 2.25rem 2rem;
  }
}

.roportajlar-title {
  font-family: var(--font-nav);
  font-weight: 700;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  letter-spacing: 0.04em;
  color: #fff;
}

.roportajlar-title-rule {
  width: min(12rem, 55vw);
  height: 2px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 1px;
}

.roportajlar-swiper {
  padding: 0 2.5rem 0.5rem;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .roportajlar-swiper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.roportaj-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.roportaj-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

[data-theme="dark"] .roportaj-card {
  background: var(--okur-surface);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4);
}

.roportaj-card-visual {
  position: relative;
  aspect-ratio: 3 / 4;
  background: #2a2a2a;
}

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

.roportaj-card-tint {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.roportaj-card-tint--purple {
  background: linear-gradient(
    195deg,
    rgba(120, 60, 180, 0.48) 0%,
    rgba(40, 15, 70, 0.55) 100%
  );
  mix-blend-mode: multiply;
}

.roportaj-card-tint--olive {
  background: linear-gradient(
    195deg,
    rgba(180, 160, 40, 0.5) 0%,
    rgba(70, 55, 15, 0.52) 100%
  );
  mix-blend-mode: multiply;
}

.roportaj-card-tint--slate {
  background: linear-gradient(
    195deg,
    rgba(70, 80, 95, 0.55) 0%,
    rgba(25, 28, 35, 0.58) 100%
  );
  mix-blend-mode: multiply;
}

.roportaj-card-tint--ember {
  background: linear-gradient(
    195deg,
    rgba(200, 70, 45, 0.48) 0%,
    rgba(90, 25, 15, 0.55) 100%
  );
  mix-blend-mode: multiply;
}

.roportaj-card-body {
  padding: 1rem 1.05rem 1.2rem;
}

.roportaj-card-label {
  font-family: var(--font-nav);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--okur-accent);
  margin-bottom: 0;
}

.roportaj-card-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.35rem;
  line-height: 1.15;
  color: var(--okur-text);
}

.roportaj-card-meta {
  font-family: var(--font-nav);
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.45;
  color: var(--okur-muted);
}

.roportaj-card-sub {
  font-family: var(--font-nav);
  font-size: 0.72rem;
  line-height: 1.4;
  color: var(--okur-muted);
  opacity: 0.92;
}

.roportajlar-swiper .roportajlar-nav {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.28);
  width: 42px;
  height: 42px;
  border-radius: 10px;
}

.roportajlar-swiper .roportajlar-nav::after {
  font-size: 0.9rem !important;
  font-weight: 700;
}

.roportajlar-swiper .swiper-button-prev.roportajlar-nav {
  left: 2px;
}

.roportajlar-swiper .swiper-button-next.roportajlar-nav {
  right: 2px;
}

.roportajlar-swiper .roportajlar-nav.swiper-button-disabled {
  opacity: 0.35;
}

/* —— Sayı detay: Bu Sayımızda Neler Var? (koyu grid) —— */
.sayimizda-section {
  background: #0c0c0c;
  color: rgba(255, 255, 255, 0.88);
  margin-top: 0;
}

.sayimizda-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 0 0 2rem;
  padding: 0 0.25rem;
}

.sayimizda-heading-line {
  flex: 1 1 2rem;
  min-width: 1.5rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.38);
  max-width: 100%;
}

.sayimizda-heading-text {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.25rem, 3vw, 1.65rem);
  letter-spacing: 0.02em;
  color: #fff;
  text-align: center;
  flex: 0 1 auto;
}

.sayimizda-card {
  color: rgba(255, 255, 255, 0.82);
  transition: opacity 0.2s ease;
}

.sayimizda-card:hover {
  opacity: 0.92;
  color: #fff;
}

.sayimizda-thumb {
  position: relative;
  aspect-ratio: 1 / 1;
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.75rem;
  margin-bottom: 0.85rem;
  overflow: hidden;
}

.sayimizda-thumb-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(0.85rem, 2.2vw, 1.05rem);
  line-height: 1.25;
  color: #fff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

.sayimizda-desc {
  font-family: var(--font-nav);
  font-size: 0.78rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}

.sayimizda-thumb--a {
  background: linear-gradient(145deg, #3d2a4a 0%, #1a1220 100%);
}

.sayimizda-thumb--b {
  background: linear-gradient(155deg, #2a4a3d 0%, #101a16 100%);
}

.sayimizda-thumb--c {
  background: linear-gradient(160deg, #4a3530 0%, #1c1412 100%);
}

.sayimizda-thumb--d {
  background: linear-gradient(150deg, #3a3548 0%, #15141c 100%);
}

.sayimizda-thumb--e {
  background: linear-gradient(165deg, #2f3d4a 0%, #121820 100%);
}

.sayimizda-thumb--f {
  background: linear-gradient(145deg, #4a3a32 0%, #1c1814 100%);
}

.sayimizda-thumb--g {
  background: linear-gradient(155deg, #35384a 0%, #14151f 100%);
}

.sayimizda-thumb--h {
  background: linear-gradient(160deg, #4a3240 0%, #1a1016 100%);
}

/* —— Sayı detay (sayi.html) —— */
.sayi-page {
  background: var(--arsiv-bg, #fdfcfb);
}

/* Site geneli — breadcrumb */
.genc-breadcrumb-bar {
  padding-top: 1rem;
  padding-bottom: 0.15rem;
  background-color: var(--okur-bg);
}

.genc-breadcrumb-bar:has(+ .arsiv-page) {
  background: #fdfcfb;
}

[data-theme="dark"] .genc-breadcrumb-bar:has(+ .arsiv-page) {
  background: #121212;
}

.genc-breadcrumb-bar:has(+ .yazarlar-page) {
  background: #f9f8f6;
}

[data-theme="dark"] .genc-breadcrumb-bar:has(+ .yazarlar-page) {
  background: #141414;
}

.genc-breadcrumb-bar:has(+ .yg-page) {
  background: #f9f9f7;
}

[data-theme="dark"] .genc-breadcrumb-bar:has(+ .yg-page) {
  background: #121212;
}

.genc-breadcrumb,
.page-breadcrumb,
.sayi-breadcrumb,
.yaz-breadcrumb {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0;
  font-family: var(--font-nav);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--okur-muted);
}

.genc-breadcrumb a,
.page-breadcrumb a,
.sayi-breadcrumb a,
.yaz-breadcrumb a {
  color: var(--okur-muted);
  text-decoration: none;
}

.genc-breadcrumb a:hover,
.page-breadcrumb a:hover,
.sayi-breadcrumb a:hover,
.yaz-breadcrumb a:hover {
  color: var(--arsiv-red, #c1272d);
}

.sayi-hero {
  padding: 1.25rem 0 1rem;
}

.sayi-hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .sayi-hero-inner {
    flex-direction: row;
    align-items: center;
    gap: 1.75rem;
  }
}

.sayi-hero-copy {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  max-width: 28rem;
  text-align: center;
}

@media (min-width: 992px) {
  .sayi-hero-copy {
    width: auto;
    text-align: left;
  }
}

.sayi-hero-cover-col {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (min-width: 992px) {
  .sayi-hero-cover-col {
    width: auto;
    justify-content: flex-start;
  }
}

.sayi-page .sayi-hero .arsiv-hero-kicker {
  margin-bottom: 0.3rem;
}

.sayi-hero-num {
  margin-bottom: 0.2rem;
  font-size: clamp(2.1rem, 5.5vw, 3.35rem);
  line-height: 1.05;
}

.sayi-hero-theme {
  font-size: clamp(1.2rem, 2.5vw, 1.65rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--okur-text);
  margin: 0 0 0.55rem;
}

.sayi-hero-lead {
  margin-bottom: 0.75rem !important;
  max-width: 34ch;
  font-size: 0.88rem;
  line-height: 1.55;
}

.sayi-hero-nav {
  gap: 0.5rem;
  justify-content: center;
}

@media (min-width: 992px) {
  .sayi-hero-nav {
    justify-content: flex-start;
  }
}

.sayi-hero-nav-link {
  font-family: var(--font-nav);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--okur-text);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.45rem 0.85rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.sayi-hero-nav-link:hover {
  color: var(--arsiv-red, #c1272d);
  border-color: var(--arsiv-red, #c1272d);
}

[data-theme="dark"] .sayi-hero-nav-link {
  border-color: var(--okur-border);
}

.sayi-cover-wrap {
  max-width: min(100%, 240px);
}

@media (min-width: 992px) {
  .sayi-cover-wrap {
    max-width: 255px;
  }
}

.sayi-cover-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
}

.sayi-meta-section {
  padding-top: 0;
  padding-bottom: 0.35rem;
}

.sayi-meta-bar {
  margin-top: 0;
}

.sayi-authors-section {
  padding: 1.5rem 0 0.5rem;
}

.sayi-authors {
  text-align: center;
  max-width: 48rem;
  margin: 0 auto;
  padding: 1.25rem 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

[data-theme="dark"] .sayi-authors {
  border-color: var(--okur-border);
}

.sayi-authors-label {
  font-family: var(--font-nav);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--okur-muted);
  margin: 0 0 0.65rem;
}

.sayi-authors-list {
  font-family: var(--font-nav);
  font-size: 0.82rem;
  line-height: 1.85;
  color: var(--okur-muted);
}

.sayi-authors-list a {
  color: var(--okur-text);
  text-decoration: none;
}

.sayi-authors-list a:hover {
  color: var(--arsiv-red, #c1272d);
}

.sayi-icerik-section {
  background: transparent;
}

.sayi-icerik-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--okur-text);
}

.sayi-page .yaz-card .arsiv-card-title {
  font-size: 0.88rem;
}

.sayi-detail-main {
  overflow-x: hidden;
}

.sayi-detail-number {
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--okur-text);
}

.sayi-detail-title {
  font-size: clamp(1.35rem, 3.5vw, 1.85rem);
  font-weight: 600;
  line-height: 1.25;
  color: var(--okur-text);
}

.sayi-detail-cover-wrap {
  max-width: min(100%, 300px);
}

.sayi-detail-cover-wrap .issue-archive-cover {
  max-width: none;
  width: 100%;
  margin-bottom: 0;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.14);
}

.sayi-detail-authors {
  max-width: 42rem;
  padding: 0 0.5rem;
}

.sayi-detail-authors-line {
  border: 0;
  border-top: 1px solid var(--okur-border);
  opacity: 1;
  margin: 0;
}

.sayi-detail-author-list {
  font-family: var(--font-nav);
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.85;
  color: var(--okur-muted);
  text-align: center;
  padding: 1rem 0;
}

.sayi-author-dot {
  display: inline;
  color: var(--okur-accent);
  font-weight: 700;
  padding: 0 0.35rem;
  user-select: none;
}

/* —— Kategoriler + Yazilar sayfalari —— */
.yazilar-page {
  background-color: var(--okur-bg);
  background-image: radial-gradient(
    var(--okur-border) 0.8px,
    transparent 0.8px
  );
  background-size: 14px 14px;
}

[data-theme="dark"] .yazilar-page {
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.06) 0.8px,
    transparent 0.8px
  );
}

.yazilar-title {
  font-family: var(--font-nav);
  font-weight: 700;
  font-size: clamp(1.9rem, 5vw, 3rem);
  letter-spacing: -0.03em;
  color: var(--okur-text);
}

.yazilar-title-rule {
  height: 5px;
  width: min(100%, 42rem);
  background: #2d4668;
  border-radius: 2px;
}

[data-theme="dark"] .yazilar-title-rule {
  background: #8fa8c4;
}

.kategori-panel {
  background: #0f1114;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  padding: 1.25rem 1rem;
}

.kategori-badge {
  margin: 0 auto 1.25rem;
  width: fit-content;
  min-width: min(100%, 320px);
  text-align: center;
  background: #000;
  color: #fff;
  font-family: var(--font-nav);
  font-weight: 700;
  font-size: clamp(1rem, 2.3vw, 1.35rem);
  border-radius: 12px;
  padding: 0.45rem 1.35rem;
  letter-spacing: 0.01em;
}

.kategori-grid {
  row-gap: 1.35rem;
}

.kategori-tile {
  display: block;
  text-decoration: none;
  color: #121212;
}

.kategori-card-box {
  min-height: 160px;
  border: 4px solid #2f6868;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem;
  text-align: center;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 3vw, 1.9rem);
  line-height: 1.2;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.kategori-tile:hover .kategori-card-box {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.kategori-row-divider {
  height: 24px;
  border-radius: 12px;
  background: #000;
  margin: 1.4rem 0 1.15rem;
}

.kategori-c1 {
  background: #c9a595;
}
.kategori-c2 {
  background: #c58143;
}
.kategori-c3 {
  background: #c9c4cc;
}
.kategori-c4 {
  background: #d2bf67;
}
.kategori-c5 {
  background: #adc2cf;
}
.kategori-c6 {
  background: #5ca05a;
}
.kategori-c7 {
  background: #7a5aa3;
}
.kategori-c8 {
  background: #51b3b1;
}
.kategori-c9 {
  background: #ef4944;
}
.kategori-c10 {
  background: #608da2;
}

.kategori-note {
  font-family: var(--font-nav);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  color: #c9ced4;
}

/* —— Kategoriler modern tasarım —— */
.kategoriler-modern-page {
  background-color: var(--okur-bg);
  background-image: radial-gradient(var(--okur-border) 0.8px, transparent 0.8px);
  background-size: 14px 14px;
}

[data-theme="dark"] .kategoriler-modern-page {
  background-image: radial-gradient(rgba(255, 255, 255, 0.06) 0.8px, transparent 0.8px);
}

.kategoriler-modern-lead {
  font-family: var(--font-nav);
  font-size: 0.9rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: var(--okur-muted);
  max-width: 54ch;
}

.kategoriler-modern-grid {
  padding: clamp(1rem, 2vw, 1.35rem);
  background: var(--okur-surface);
  border: 1px solid var(--okur-border);
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.kategoriler-modern-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 1rem;
  padding: 0.35rem 0.85rem;
  border: 1px solid var(--okur-border);
  border-radius: 999px;
  font-family: var(--font-nav);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--okur-muted);
}

.kategoriler-modern-card {
  display: block;
  height: 100%;
  text-decoration: none;
  border: 1px solid rgba(20, 30, 36, 0.2);
  border-radius: 18px;
  padding: 1rem 0.95rem;
  color: #1d2328;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 8px 20px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.kategoriler-modern-card:hover {
  transform: translateY(-3px);
  filter: saturate(1.03);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 12px 24px rgba(0, 0, 0, 0.22);
}

.kategoriler-modern-icon {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(20, 30, 36, 0.18);
  color: #11161a;
  font-size: 1rem;
  margin-bottom: 0.7rem;
}

.kategoriler-modern-title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  line-height: 1.2;
  margin-bottom: 0.45rem;
}

.kategoriler-modern-text {
  font-family: var(--font-body);
  font-size: 0.84rem;
  line-height: 1.5;
  color: rgba(18, 24, 29, 0.82);
}

[data-theme="dark"] .kategoriler-modern-grid {
  background: rgba(19, 23, 27, 0.82);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.35);
}

/* —— Yazılar modern tasarım —— */
.yazilar-modern-page {
  background-color: var(--okur-bg);
  background-image: radial-gradient(var(--okur-border) 0.8px, transparent 0.8px);
  background-size: 14px 14px;
}

[data-theme="dark"] .yazilar-modern-page {
  background-image: radial-gradient(rgba(255, 255, 255, 0.06) 0.8px, transparent 0.8px);
}

.yazilar-hero {
  padding: clamp(1rem, 1.8vw, 1.2rem) clamp(1rem, 2vw, 1.3rem);
  border: 1px solid var(--okur-border);
  border-radius: 16px;
  background: var(--okur-surface);
}

.yazilar-hero-sub {
  max-width: 62ch;
  font-family: var(--font-body);
  font-size: 0.97rem;
  line-height: 1.75;
  color: var(--okur-muted);
}

.yazilar-hero-meta {
  font-family: var(--font-nav);
  font-size: 0.72rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--okur-muted);
}

[data-theme="dark"] .yazilar-hero {
  background: rgba(19, 23, 27, 0.96);
  border-color: rgba(255, 255, 255, 0.14);
}

.yazilar-grid-clean .row {
  row-gap: 1.05rem;
}

.yazilar-modern-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  background: var(--okur-surface);
  border: 1px solid var(--okur-border);
  border-radius: 14px;
  padding: 0.85rem 0.85rem 0.9rem;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.yazilar-modern-media {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 12px;
  margin-bottom: 0.75rem;
  border: 1px solid rgba(20, 30, 36, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.yazilar-modern-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
}

.yazilar-modern-card:hover .yazilar-modern-media {
  filter: saturate(1.06);
}

[data-theme="dark"] .yazilar-modern-card {
  background: rgba(19, 23, 27, 0.88);
  border-color: rgba(255, 255, 255, 0.14);
}

.yazilar-modern-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(20, 30, 36, 0.25);
  padding: 0.22rem 0.55rem;
  font-family: var(--font-nav);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #152028;
  margin-bottom: 0.65rem;
}

.yazilar-modern-title {
  font-family: var(--font-display);
  font-size: 1.14rem;
  line-height: 1.25;
  color: var(--okur-text);
  margin-bottom: 0.45rem;
}

.yazilar-modern-text {
  font-family: var(--font-body);
  font-size: 0.87rem;
  line-height: 1.6;
  color: var(--okur-muted);
  margin-bottom: 0.7rem;
}

.yazilar-modern-meta {
  margin-top: auto;
  font-family: var(--font-nav);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: var(--okur-muted);
}

.yazi-panel-title {
  margin: 0 auto 1.25rem;
  width: fit-content;
  min-width: min(100%, 440px);
  text-align: center;
  background: #000;
  color: #fff;
  font-family: var(--font-nav);
  font-weight: 700;
  font-size: clamp(1rem, 2.2vw, 1.9rem);
  border-radius: 12px;
  padding: 0.45rem 1.35rem;
}

.yazi-grid-card {
  text-decoration: none;
  color: #e8edf1;
  display: block;
}

.yazi-grid-thumb {
  aspect-ratio: 3 / 4;
  border: 4px solid #2f6868;
  border-radius: 4px;
  margin-bottom: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.5rem;
  font-family: var(--font-display);
  font-size: clamp(1rem, 2vw, 1.35rem);
  color: #111;
}

.yazi-grid-desc {
  font-family: var(--font-nav);
  font-size: 0.78rem;
  line-height: 1.45;
  color: #d5dae0;
  margin-bottom: 0;
}

.yazilar-trigger-note {
  display: inline-block;
  background: #f7e373;
  color: #151515;
  border-radius: 10px;
  padding: 0.22rem 0.55rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.1rem, 2.7vw, 1.85rem);
  box-shadow: inset 0 -2px 0 rgba(96, 61, 151, 0.55);
}

/* —— Yazarlar sayfası (Genç Dergi) —— */
.yazarlar-page {
  --yz-bg: #f9f8f6;
  --yz-red: #c1272d;
  --yz-card: #f3f1ed;
  background: var(--yz-bg);
}

[data-theme="dark"] .yazarlar-page {
  --yz-bg: #141414;
  --yz-card: #1e1e1e;
}

.yz-hero {
  padding: 2.75rem 0 2.25rem;
}

@media (min-width: 992px) {
  .yz-hero {
    padding: 3.25rem 0 2.75rem;
  }
}

.yz-hero-panel {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media (min-width: 992px) {
  .yz-hero-panel {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
  }
}

.yz-hero-main {
  flex: 1 1 50%;
  padding-right: 0;
}

@media (min-width: 992px) {
  .yz-hero-main {
    padding-right: 2.5rem;
  }
}

.yz-hero-divider {
  display: none;
}

@media (min-width: 992px) {
  .yz-hero-divider {
    display: block;
    flex: 0 0 1px;
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
    align-self: stretch;
    margin: 0.25rem 0;
  }

  [data-theme="dark"] .yz-hero-divider {
    background: rgba(255, 255, 255, 0.12);
  }
}

.yz-hero-aside {
  position: relative;
  flex: 1 1 50%;
  min-height: 240px;
  padding-top: 0.25rem;
}

@media (min-width: 992px) {
  .yz-hero-aside {
    padding: 0.15rem 0 0 2.5rem;
    min-height: 300px;
  }
}

.yz-hero-title {
  font-family: var(--font-logo);
  font-weight: 700;
  font-size: clamp(3.25rem, 10vw, 6.75rem);
  line-height: 0.95;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--okur-text);
  margin: 0 0 0.5rem;
}

.yz-hero-tagline {
  font-family: var(--font-nav);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--okur-text);
  margin: 0 0 1.35rem;
}

.yz-hero-lead {
  font-family: var(--font-nav);
  font-size: 0.9rem;
  line-height: 1.7;
  color: #6a6a6a;
  max-width: 38ch;
  margin: 0 0 2rem;
}

[data-theme="dark"] .yz-hero-lead {
  color: var(--okur-muted);
}

.yz-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.7rem 1.5rem;
  background: var(--yz-red);
  color: #fff;
  font-family: var(--font-nav);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  transition: filter 0.2s ease, transform 0.2s ease;
}

.yz-hero-cta:hover {
  color: #fff;
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.yz-hero-cta i {
  font-size: 0.8rem;
}

.yz-hero-quote {
  position: relative;
  z-index: 2;
  margin: 0;
  max-width: 17rem;
  padding-right: 0.5rem;
}

.yz-quote-mark {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 8vw, 5.25rem);
  line-height: 0.7;
  font-weight: 700;
  color: var(--yz-red);
  margin: 0 0 0.15rem -0.05em;
}

.yz-quote-text {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.2vw, 1.65rem);
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  color: var(--okur-text);
}

.yz-quote-footer {
  display: block;
  margin-top: 1rem;
  font-family: var(--font-nav);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--yz-red);
}

.yz-hero-deco {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: min(52%, 300px);
  pointer-events: none;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: hidden;
}

.yz-hero-deco img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center bottom;
  display: block;
  filter: grayscale(100%) contrast(0.95);
  opacity: 0.88;
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.35) 28%, #000 62%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.35) 28%, #000 62%);
}

@media (max-width: 991.98px) {
  .yz-hero-aside {
    min-height: 260px;
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }

  [data-theme="dark"] .yz-hero-aside {
    border-top-color: var(--okur-border);
  }

  .yz-hero-deco {
    width: min(55%, 220px);
  }
}

.yz-filters {
  padding: 0 0 2rem;
}

.yz-filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.yz-filter-pill {
  font-family: var(--font-nav);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.5rem 1.1rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  background: #fff;
  color: var(--okur-text);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

[data-theme="dark"] .yz-filter-pill {
  background: var(--okur-surface);
  border-color: var(--okur-border);
}

.yz-filter-pill:hover {
  border-color: var(--yz-red);
}

.yz-filter-pill.is-active {
  background: var(--yz-red);
  border-color: var(--yz-red);
  color: #fff;
}

.yz-grid-section {
  padding: 0 0 4rem;
}

.yz-author-grid > .col.is-hidden {
  display: none;
}

.yz-author-card {
  height: 100%;
  background: var(--yz-card);
  padding: 1rem 1rem 1.15rem;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.yz-author-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}

.yz-author-media {
  position: relative;
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  margin-bottom: 1rem;
  text-decoration: none;
}

.yz-author-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(100%);
  transition: filter 0.35s ease, transform 0.35s ease;
}

.yz-author-card:hover .yz-author-photo {
  filter: grayscale(40%);
  transform: scale(1.03);
}

.yz-author-corner {
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  background: var(--yz-red);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

.yz-author-name {
  font-family: var(--font-nav);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.25;
  margin: 0 0 0.4rem;
}

.yz-author-name a {
  color: var(--okur-text);
  text-decoration: none;
}

.yz-author-name a:hover {
  color: var(--yz-red);
}

.yz-author-tags {
  font-family: var(--font-nav);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--yz-red);
  margin: 0 0 0.65rem;
}

.yz-author-quote {
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-style: italic;
  line-height: 1.55;
  color: var(--okur-muted);
  margin: 0 0 1rem;
  flex: 1 1 auto;
}

.yz-author-link {
  font-family: var(--font-nav);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--okur-text);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: auto;
}

.yz-author-link i {
  color: var(--yz-red);
  font-size: 0.75rem;
  transition: transform 0.2s ease;
}

.yz-author-link:hover {
  color: var(--yz-red);
}

.yz-author-link:hover i {
  transform: translateX(3px);
}

.yz-bottom-cta {
  margin-top: 0.5rem;
}

.yz-bottom-cta-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 768px) {
  .yz-bottom-cta-inner {
    flex-direction: row;
    align-items: stretch;
    min-height: 140px;
  }
}

.yz-bottom-cta-dark {
  flex: 0 0 auto;
  background: #000;
  color: #fff;
  padding: 1.75rem 2rem 1.75rem 1.5rem;
  display: flex;
  align-items: center;
  border-left: 4px solid var(--yz-red);
}

@media (min-width: 768px) {
  .yz-bottom-cta-dark {
    flex: 0 0 32%;
    max-width: 32%;
    padding: 1.85rem 2.25rem 1.85rem 1.75rem;
  }
}

[data-theme="dark"] .yz-bottom-cta-dark {
  background: #000;
}

.yz-bottom-cta-title {
  font-family: var(--font-nav);
  font-weight: 700;
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  line-height: 1.12;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0;
}

.yz-bottom-cta-title-line {
  display: block;
}

.yz-bottom-cta-light {
  flex: 1 1 auto;
  background: #f5f3ef;
  padding: 1.5rem 4.5rem 1.5rem 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  color: inherit;
  transition: background 0.2s ease;
}

@media (min-width: 768px) {
  .yz-bottom-cta-light {
    padding: 1.85rem 5rem 1.85rem 2.5rem;
  }
}

.yz-bottom-cta-light:hover {
  background: #efede8;
  color: inherit;
}

[data-theme="dark"] .yz-bottom-cta-light {
  background: #1c1c1c;
}

[data-theme="dark"] .yz-bottom-cta-light:hover {
  background: #242424;
}

.yz-bottom-cta-text {
  font-family: var(--font-nav);
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.65;
  color: #4a4a4a;
  max-width: 52ch;
}

[data-theme="dark"] .yz-bottom-cta-text {
  color: var(--okur-muted);
}

.yz-bottom-cta-arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--okur-text);
  font-size: 2.75rem;
  line-height: 1;
  font-weight: 300;
  opacity: 0.85;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.yz-bottom-cta-arrow .bi {
  stroke-width: 0.5px;
}

.yz-bottom-cta-light:hover .yz-bottom-cta-arrow {
  opacity: 1;
  transform: translate(4px, -4px);
}

@media (max-width: 767.98px) {
  .yz-bottom-cta-dark {
    padding: 1.5rem 1.25rem 1.5rem 1.15rem;
  }

  .yz-bottom-cta-light {
    padding: 1.35rem 1.25rem;
    flex-wrap: wrap;
  }

  .yz-bottom-cta-arrow {
    margin-left: auto;
    font-size: 2.25rem;
  }
}

/* —— Yazar detay sayfasi —— */
.yazar-detail-hero {
  background: var(--okur-surface);
  border: 1px solid var(--okur-border);
  border-radius: 18px;
  padding: 1.25rem;
}

@media (min-width: 992px) {
  .yazar-detail-hero {
    padding: 1.6rem;
  }
}

.yazar-detail-avatar {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-nav);
  font-size: 1.85rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(150deg, #8c6e42, #274f4f);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

.yazar-detail-name {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 2.8rem);
  line-height: 1.05;
  color: var(--okur-text);
}

.yazar-detail-role {
  font-family: var(--font-nav);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--okur-accent);
}

.yazar-detail-bio {
  font-family: var(--font-body);
  font-size: 1.02rem;
  line-height: 1.75;
  color: var(--okur-text);
}

.yazar-meta-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.6rem;
}

.yazar-meta-list li {
  font-family: var(--font-nav);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--okur-muted);
  border: 1px solid var(--okur-border);
  border-radius: 999px;
  padding: 0.35rem 0.65rem;
}

.yazar-article-card {
  background: var(--okur-surface);
  border: 1px solid var(--okur-border);
  border-radius: 14px;
  padding: 1rem 1rem 1.1rem;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.yazar-article-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.yazar-article-kicker {
  font-family: var(--font-nav);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--okur-accent);
}

.yazar-article-title {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2.4vw, 1.45rem);
  line-height: 1.25;
  color: var(--okur-text);
}

.yazar-article-excerpt {
  font-family: var(--font-nav);
  font-size: 0.8rem;
  line-height: 1.55;
  color: var(--okur-muted);
}

.yazar-article-link {
  font-family: var(--font-nav);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--okur-text);
  text-decoration: none;
}

.yazar-article-link:hover {
  color: var(--okur-accent);
}

/* —— Giris / Kayit sayfalari —— */
.auth-page {
  min-height: calc(100vh - 150px);
  background-color: var(--okur-bg);
  background-image: radial-gradient(
    var(--okur-border) 0.8px,
    transparent 0.8px
  );
  background-size: 14px 14px;
}

[data-theme="dark"] .auth-page {
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.06) 0.8px,
    transparent 0.8px
  );
}

.auth-wrap {
  max-width: 980px;
  margin: 0 auto;
}

.auth-card {
  background: var(--okur-surface);
  border: 1px solid var(--okur-border);
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

[data-theme="dark"] .auth-card {
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.35);
}

.auth-side {
  background: linear-gradient(
    145deg,
    rgba(196, 30, 58, 0.12) 0%,
    rgba(61, 122, 122, 0.14) 100%
  );
  border-right: 1px solid var(--okur-border);
  padding: 2rem 1.5rem;
}

[data-theme="dark"] .auth-side {
  background: linear-gradient(
    145deg,
    rgba(232, 93, 108, 0.18) 0%,
    rgba(61, 122, 122, 0.2) 100%
  );
}

.auth-kicker {
  font-family: var(--font-nav);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--okur-accent);
}

.auth-side-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4.5vw, 2.45rem);
  line-height: 1.1;
  color: var(--okur-text);
}

.auth-side-text {
  font-family: var(--font-nav);
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--okur-muted);
}

.auth-form-wrap {
  padding: 2rem 1.5rem;
}

@media (min-width: 992px) {
  .auth-form-wrap,
  .auth-side {
    padding: 2.35rem 2.1rem;
  }
}

.auth-form-title {
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 3.5vw, 2rem);
  color: var(--okur-text);
}

.auth-form-sub {
  font-family: var(--font-nav);
  font-size: 0.84rem;
  color: var(--okur-muted);
}

.auth-label {
  font-family: var(--font-nav);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--okur-text);
}

.auth-input {
  min-height: 45px;
  border-radius: 12px;
  border: 1px solid var(--okur-border);
  background: rgba(255, 255, 255, 0.85);
  font-family: var(--font-nav);
  font-size: 0.86rem;
}

[data-theme="dark"] .auth-input {
  background: rgba(255, 255, 255, 0.08);
  color: var(--okur-text);
}

.auth-input:focus {
  border-color: rgba(61, 122, 122, 0.45);
  box-shadow: 0 0 0 0.2rem rgba(61, 122, 122, 0.16);
}

.auth-btn {
  min-height: 46px;
  border-radius: 12px;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  font-family: var(--font-nav);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.auth-btn:hover {
  background: #252525;
  border-color: #252525;
  color: #fff;
}

.auth-link-row {
  font-family: var(--font-nav);
  font-size: 0.82rem;
  color: var(--okur-muted);
}

.auth-link-row a {
  color: var(--okur-text);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.auth-link-row a:hover {
  color: var(--okur-accent);
  border-bottom-color: var(--okur-accent);
}

.kurumsal-page {
  background: var(--okur-bg);
}

.kurumsal-header {
  max-width: 56rem;
}

.kurumsal-lead {
  font-family: var(--font-serif);
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
  line-height: 1.65;
  color: var(--okur-muted);
}

.kurumsal-card {
  background: var(--okur-surface);
  border: 1px solid var(--okur-border);
  border-radius: 20px;
  padding: clamp(1.1rem, 2.2vw, 1.6rem);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.05);
}

.kurumsal-card-title {
  font-family: var(--font-nav);
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  letter-spacing: 0.015em;
  color: var(--okur-text);
}

.kurumsal-card p {
  color: var(--okur-text);
  line-height: 1.75;
  margin-bottom: 0.8rem;
}

.kurumsal-list {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--okur-text);
  line-height: 1.7;
}

.kurumsal-list li + li {
  margin-top: 0.45rem;
}

.kurumsal-meta li {
  color: var(--okur-text);
  line-height: 1.7;
  margin-bottom: 0.45rem;
}

.contact-info-list li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin-bottom: 0.95rem;
}

.contact-info-list i {
  color: var(--okur-accent);
  font-size: 1.05rem;
  margin-top: 0.2rem;
}

.contact-info-list strong {
  display: block;
  font-family: var(--font-nav);
  color: var(--okur-text);
}

.contact-info-list a,
.contact-info-list span {
  color: var(--okur-muted);
  text-decoration: none;
}

.contact-info-list a:hover {
  color: var(--okur-accent);
}

.kurumsal-label {
  color: var(--okur-text);
  font-family: var(--font-nav);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.kurumsal-input {
  border-radius: 12px;
  border: 1px solid var(--okur-border);
  background: var(--okur-surface);
  color: var(--okur-text);
}

.kurumsal-input:focus {
  border-color: color-mix(in srgb, var(--okur-accent) 38%, var(--okur-border));
  box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--okur-accent) 22%, transparent);
}

.kurumsal-btn {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.58rem 1.3rem;
  background: var(--okur-accent);
  color: #fff;
  font-family: var(--font-nav);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kurumsal-btn:hover {
  background: color-mix(in srgb, var(--okur-accent) 88%, #000);
  color: #fff;
}

[data-theme="dark"] .kurumsal-card {
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.38);
}

@media (max-width: 575.98px) {
  .kurumsal-page .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .kurumsal-header {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }
}

/* —— Yazını gönder sayfası —— */
.yg-page {
  --yg-red: #c1272d;
  --yg-bg: #f9f9f7;
  background: var(--yg-bg);
}

[data-theme="dark"] .yg-page {
  --yg-bg: #121212;
}

.yg-layout {
  padding: 2.5rem 0 1rem;
}

@media (min-width: 992px) {
  .yg-layout {
    padding: 3.25rem 0 1.5rem;
  }
}

.yg-kicker,
.yg-form-kicker {
  font-family: var(--font-nav);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--yg-red);
  margin: 0 0 0.75rem;
}

.yg-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2rem, 5vw, 3.15rem);
  line-height: 1.12;
  color: var(--okur-text);
  margin: 0 0 1rem;
}

.yg-dot {
  color: var(--yg-red);
}

.yg-lead {
  font-family: var(--font-nav);
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--okur-muted);
  max-width: 36ch;
  margin: 0 0 2rem;
}

.yg-features {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
}

.yg-feature {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.yg-feature-icon {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: var(--yg-red);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.yg-feature-title {
  font-family: var(--font-nav);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--okur-text);
  margin: 0 0 0.3rem;
}

.yg-feature-text {
  font-family: var(--font-nav);
  font-size: 0.82rem;
  line-height: 1.55;
  color: var(--okur-muted);
}

.yg-form-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
  padding: 1.75rem 1.5rem 1.5rem;
}

@media (min-width: 768px) {
  .yg-form-card {
    padding: 2rem 2rem 1.75rem;
  }
}

[data-theme="dark"] .yg-form-card {
  background: var(--okur-surface);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
}

.yg-label {
  display: block;
  font-family: var(--font-nav);
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--okur-text);
  margin-bottom: 0.4rem;
}

.yg-input {
  font-family: var(--font-nav);
  font-size: 0.85rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  min-height: 2.65rem;
  padding: 0.5rem 0.85rem;
  background: #fff;
  color: var(--okur-text);
  box-shadow: none;
}

.yg-input:focus {
  border-color: color-mix(in srgb, var(--yg-red) 40%, var(--okur-border));
  box-shadow: 0 0 0 0.15rem color-mix(in srgb, var(--yg-red) 18%, transparent);
}

[data-theme="dark"] .yg-input {
  background: var(--okur-bg);
  border-color: var(--okur-border);
}

.yg-textarea {
  min-height: 10rem;
  resize: vertical;
}

.yg-upload {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.35rem;
  padding: 2rem 1.25rem;
  border: 2px dashed rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  background: #fafaf8;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
  margin: 0;
}

.yg-upload:hover,
.yg-upload.is-dragover {
  border-color: var(--yg-red);
  background: #fff;
}

.yg-upload.has-file {
  border-style: solid;
  border-color: color-mix(in srgb, var(--yg-red) 35%, transparent);
}

[data-theme="dark"] .yg-upload {
  background: rgba(255, 255, 255, 0.03);
}

.yg-upload-icon {
  font-size: 1.75rem;
  color: var(--okur-muted);
}

.yg-upload-text {
  font-family: var(--font-nav);
  font-size: 0.82rem;
  color: var(--okur-muted);
}

.yg-upload-text strong {
  color: var(--yg-red);
  font-weight: 600;
}

.yg-upload-hint {
  font-family: var(--font-nav);
  font-size: 0.72rem;
  color: #9a9a9a;
}

.yg-upload-filename {
  font-family: var(--font-nav);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--okur-text);
  margin-top: 0.25rem;
}

.yg-check {
  padding-left: 0.15rem;
}

.yg-check-label {
  font-family: var(--font-nav);
  font-size: 0.78rem;
  color: var(--okur-muted);
}

.yg-check-label a {
  color: var(--okur-text);
  font-weight: 600;
}

.yg-check-label a:hover {
  color: var(--yg-red);
}

.yg-submit {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.6rem;
  background: var(--yg-red);
  color: #fff;
  font-family: var(--font-nav);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 0;
  border-radius: 4px;
  transition: filter 0.2s ease;
}

.yg-submit:hover {
  color: #fff;
  filter: brightness(1.08);
}

.yg-cta {
  margin-top: 2.5rem;
}

.yg-cta-visual {
  font-size: 3.25rem;
}

@media (max-width: 991.98px) {
  .yg-form-card {
    margin-top: 0.5rem;
  }
}

/* —— Podcast sayfası —— */
.pod-hero-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.pod-platform-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.9rem;
  font-family: var(--font-nav);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--okur-text);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 999px;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.pod-platform-btn:hover {
  border-color: var(--arsiv-red, #c1272d);
  color: var(--arsiv-red, #c1272d);
}

[data-theme="dark"] .pod-platform-btn {
  background: var(--okur-surface);
  border-color: var(--okur-border);
}

.pod-hero-visual {
  position: relative;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pod-hero-img {
  position: relative;
  z-index: 1;
  width: min(100%, 380px);
  height: auto;
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.pod-hero-disc {
  position: absolute;
  right: 8%;
  top: 5%;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  background: linear-gradient(145deg, #2a2a2a 0%, #111 100%);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pod-disc-spin 12s linear infinite;
}

@keyframes pod-disc-spin {
  to {
    transform: rotate(360deg);
  }
}

.pod-hero-disc-hole {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: var(--arsiv-bg, #fdfcfb);
}

.pod-hero-mic {
  position: absolute;
  left: 5%;
  bottom: 10%;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: var(--arsiv-red, #c1272d);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  z-index: 3;
  box-shadow: 0 8px 20px rgba(193, 39, 45, 0.35);
}

.pod-featured {
  padding: 0 0 1.5rem;
}

.pod-featured-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.07);
}

@media (min-width: 992px) {
  .pod-featured-card {
    grid-template-columns: 1.1fr 1fr;
    align-items: stretch;
  }
}

[data-theme="dark"] .pod-featured-card {
  background: var(--okur-surface);
}

.pod-featured-media {
  position: relative;
  display: block;
  min-height: 220px;
  overflow: hidden;
}

.pod-featured-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 220px;
  transition: transform 0.35s ease;
}

.pod-featured-media:hover img {
  transform: scale(1.03);
}

.pod-play-lg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: var(--arsiv-red, #c1272d);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
}

.pod-featured-body {
  padding: 1.5rem 1.5rem 1.75rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .pod-featured-body {
    padding: 2rem 2rem 2rem 0.5rem;
    justify-content: center;
  }
}

.pod-episode-badge {
  font-family: var(--font-nav);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--arsiv-red, #c1272d);
  margin-bottom: 0.5rem;
}

.pod-featured-title {
  font-family: var(--font-nav);
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 0.5rem;
}

.pod-featured-title a {
  color: var(--okur-text);
  text-decoration: none;
}

.pod-featured-title a:hover {
  color: var(--arsiv-red, #c1272d);
}

.pod-featured-desc {
  font-family: var(--font-nav);
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--okur-muted);
}

.pod-featured-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-family: var(--font-nav);
  font-size: 0.78rem;
  color: var(--okur-muted);
  margin-bottom: 1rem;
}

.pod-featured-meta i {
  margin-right: 0.25rem;
}

.pod-listen-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  align-self: flex-start;
  padding: 0.6rem 1.25rem;
  background: var(--arsiv-red, #c1272d);
  color: #fff;
  font-family: var(--font-nav);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  margin-top: auto;
  transition: filter 0.2s ease;
}

.pod-listen-btn:hover {
  color: #fff;
  filter: brightness(1.08);
}

.pod-card-media {
  position: relative;
}

.pod-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--arsiv-red, #c1272d);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.pod-card:hover .pod-play {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.05);
}

.pod-episode-num {
  font-family: var(--font-nav);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--arsiv-red, #c1272d);
}

.pod-duration {
  font-family: var(--font-nav);
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--okur-muted);
}

.pod-card .arsiv-card-foot {
  justify-content: space-between;
}

.pod-cta-visual {
  font-size: 3.25rem;
}

@media (max-width: 991.98px) {
  .pod-hero-visual {
    min-height: 180px;
  }

  .pod-featured-body {
    padding: 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pod-hero-disc {
    animation: none;
  }
}

/* —— Kategoriler sayfası (kategoriler.html) —— */
.kat-page {
  background: #fdfcfb;
}

[data-theme="dark"] .kat-page {
  background: var(--okur-bg);
}

.kat-hero-visual {
  position: relative;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.kat-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  max-width: 320px;
}

.kat-hero-tag {
  font-family: var(--font-nav);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--okur-text);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  padding: 0.4rem 0.85rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

[data-theme="dark"] .kat-hero-tag {
  background: var(--okur-surface);
  border-color: var(--okur-border);
}

.kat-hero-icon {
  position: absolute;
  right: 8%;
  bottom: 10%;
  width: 4rem;
  height: 4rem;
  border-radius: 12px;
  background: var(--arsiv-red, #c1272d);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  box-shadow: 0 10px 28px rgba(193, 39, 45, 0.35);
}

.kat-content {
  padding: 21px 0 3rem;
}

.kat-grid > .col.is-hidden {
  display: none;
}

.kat-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.35rem 1.25rem 1.25rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  text-decoration: none;
  color: var(--okur-text);
  position: relative;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.kat-card:hover {
  border-color: var(--arsiv-red, #c1272d);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
  color: var(--okur-text);
}

[data-theme="dark"] .kat-card {
  background: var(--okur-surface);
  border-color: var(--okur-border);
}

.kat-card-icon {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(193, 39, 45, 0.08);
  color: var(--arsiv-red, #c1272d);
  font-size: 1.15rem;
  margin-bottom: 1rem;
}

.kat-card-title {
  font-family: var(--font-nav);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 0.45rem;
}

.kat-card-desc {
  font-family: var(--font-nav);
  font-size: 0.82rem;
  line-height: 1.55;
  color: var(--okur-muted);
  margin: 0 0 1rem;
  flex-grow: 1;
}

.kat-card-meta {
  font-family: var(--font-nav);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--arsiv-red, #c1272d);
}

.kat-card-arrow {
  position: absolute;
  top: 1.25rem;
  right: 1.15rem;
  color: #ccc;
  font-size: 1rem;
  transition: color 0.2s ease, transform 0.2s ease;
}

.kat-card:hover .kat-card-arrow {
  color: var(--arsiv-red, #c1272d);
  transform: translateX(3px);
}

.kat-empty {
  font-family: var(--font-nav);
  font-size: 0.9rem;
  color: var(--okur-muted);
  padding: 2rem 0 1rem;
}

.kat-cta-visual {
  font-size: 3.25rem;
  color: var(--arsiv-red, #c1272d);
}

.kat-filters-actions {
  justify-content: flex-end;
}

.kat-filter-clear {
  width: auto;
}

@media (max-width: 991.98px) {
  .kat-page .kat-hero .row > [class*="col-"]:first-child {
    text-align: center;
  }

  .kat-page .kat-hero .arsiv-hero-lead {
    margin-left: auto;
    margin-right: auto;
  }

  .kat-hero-visual {
    min-height: auto;
    padding: 0.75rem 0.5rem 0.25rem;
    flex-direction: column;
    gap: 1rem;
  }

  .kat-hero-tags {
    max-width: 100%;
    width: 100%;
    padding: 0 0.25rem;
  }

  .kat-hero-icon {
    position: static;
    margin-top: 0.15rem;
    width: 3.25rem;
    height: 3.25rem;
    font-size: 1.45rem;
    flex-shrink: 0;
  }

  .kat-filters-actions {
    justify-content: stretch;
  }

  .kat-filter-clear {
    width: 100%;
    justify-content: center;
  }

  .kat-cta .arsiv-cta-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 1.15rem;
  }

  .kat-cta .arsiv-cta-visual {
    width: auto;
    height: auto;
    justify-content: flex-start;
  }

  .kat-cta .arsiv-cta-copy {
    flex: 1 1 auto;
  }

  .kat-cta .arsiv-cta-text {
    max-width: none;
  }

  .kat-cta .arsiv-cta-btn {
    width: 100%;
    justify-content: center;
    padding: 0.75rem 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .kat-page .arsiv-hero {
    padding: 1.25rem 0 0.85rem;
  }

  .kat-content {
    padding: 0.85rem 0 2rem;
  }

  .kat-grid {
    --bs-gutter-x: 0.85rem;
    --bs-gutter-y: 0.75rem;
  }

  .kat-card {
    padding: 1rem 2.75rem 1rem 1rem;
    min-height: 4.5rem;
  }

  .kat-card:active {
    transform: scale(0.99);
  }

  .kat-card:hover {
    transform: none;
  }

  .kat-card-icon {
    width: 2.35rem;
    height: 2.35rem;
    font-size: 1.05rem;
    margin-bottom: 0.65rem;
  }

  .kat-card-title {
    font-size: 0.95rem;
    margin-bottom: 0.3rem;
    padding-right: 0;
  }

  .kat-card-desc {
    font-size: 0.78rem;
    margin-bottom: 0.65rem;
    line-height: 1.5;
  }

  .kat-card-meta {
    font-size: 0.62rem;
  }

  .kat-card-arrow {
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    font-size: 1.1rem;
  }

  .kat-card:hover .kat-card-arrow {
    transform: translateY(-50%) translateX(3px);
  }

  .kat-hero-tags {
    gap: 0.3rem;
    justify-content: center;
  }

  .kat-hero-tag {
    font-size: 0.56rem;
    padding: 0.3rem 0.55rem;
  }

  .kat-page .arsiv-filters {
    padding: 1.1rem 0;
  }

  .kat-page .arsiv-cta {
    padding: 1.5rem 0 2rem;
  }

  .kat-cta .arsiv-cta-title {
    font-size: 1.15rem;
  }

  .kat-cta-visual {
    font-size: 2.35rem;
  }

  .kat-empty {
    padding: 1.5rem 0.75rem;
    font-size: 0.85rem;
  }
}

@media (max-width: 399.98px) {
  .kat-hero-tag {
    font-size: 0.52rem;
    padding: 0.28rem 0.5rem;
  }

  .kat-card {
    padding-right: 2.5rem;
  }
}

/* —— Eski dosya sayfası stilleri (yedek) —— */
.dos-hero-visual {
  position: relative;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dos-hero-img {
  position: relative;
  z-index: 1;
  width: min(100%, 380px);
  height: auto;
  border-radius: 10px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.dos-hero-stack {
  position: absolute;
  left: 6%;
  top: 12%;
  z-index: 0;
  width: 5rem;
}

.dos-hero-sheet {
  display: block;
  height: 3.25rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: -1.75rem;
}

.dos-hero-sheet--1 {
  width: 100%;
  transform: rotate(-4deg);
}
.dos-hero-sheet--2 {
  width: 92%;
  margin-left: 4%;
  transform: rotate(2deg);
  opacity: 0.92;
}
.dos-hero-sheet--3 {
  width: 84%;
  margin-left: 8%;
  transform: rotate(-1deg);
  opacity: 0.85;
}

.dos-hero-folder {
  position: absolute;
  right: 10%;
  bottom: 8%;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 8px;
  background: #2d4a3e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.65rem;
  z-index: 3;
  box-shadow: 0 8px 20px rgba(45, 74, 62, 0.35);
}

.dos-topics {
  padding: 0 0 1.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

[data-theme="dark"] .dos-topics {
  border-color: var(--okur-border);
}

.dos-topics-label {
  font-family: var(--font-nav);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--okur-muted);
  margin: 0 0 0.75rem;
}

.dos-topics-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.dos-topic-pill {
  font-family: var(--font-nav);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--okur-text);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 999px;
  padding: 0.42rem 0.95rem;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.dos-topic-pill:hover {
  border-color: var(--arsiv-red, #c1272d);
  color: var(--arsiv-red, #c1272d);
}

[data-theme="dark"] .dos-topic-pill {
  background: var(--okur-surface);
  border-color: var(--okur-border);
}

.dos-featured {
  padding: 2rem 0 1.5rem;
}

.dos-featured-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.07);
  border-left: 4px solid #2d4a3e;
}

@media (min-width: 992px) {
  .dos-featured-card {
    grid-template-columns: 1.15fr 1fr;
    align-items: stretch;
  }
}

[data-theme="dark"] .dos-featured-card {
  background: var(--okur-surface);
}

.dos-featured-media {
  position: relative;
  display: block;
  min-height: 220px;
  overflow: hidden;
}

.dos-featured-media img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.dos-featured-media:hover img {
  transform: scale(1.03);
}

.dos-featured-body {
  padding: 1.5rem 1.5rem 1.75rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .dos-featured-body {
    padding: 2rem 2rem 2rem 0.75rem;
    justify-content: center;
  }
}

.dos-file-badge {
  font-family: var(--font-nav);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2d4a3e;
  margin-bottom: 0.5rem;
}

.dos-featured-title {
  font-family: var(--font-nav);
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 0.5rem;
}

.dos-featured-title a {
  color: var(--okur-text);
  text-decoration: none;
}

.dos-featured-title a:hover {
  color: var(--arsiv-red, #c1272d);
}

.dos-featured-desc {
  font-family: var(--font-nav);
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--okur-muted);
}

.dos-featured-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-family: var(--font-nav);
  font-size: 0.78rem;
  color: var(--okur-muted);
  margin-bottom: 1rem;
}

.dos-featured-meta i {
  margin-right: 0.25rem;
}

.dos-read-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  align-self: flex-start;
  margin-top: auto;
  padding: 0.6rem 1.25rem;
  background: #2d4a3e;
  color: #fff;
  font-family: var(--font-nav);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: filter 0.2s ease;
}

.dos-read-btn:hover {
  color: #fff;
  filter: brightness(1.1);
}

.dos-piece-count {
  font-family: var(--font-nav);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2d4a3e;
}

.dos-card .arsiv-card-tag {
  color: #2d4a3e;
}

.dos-card-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.dos-card-actions a,
.dos-card-actions .arsiv-card-save {
  color: #b0b0b0;
  font-size: 0.95rem;
}

.dos-card-actions a:hover,
.dos-card-actions .arsiv-card-save:hover {
  color: var(--arsiv-red, #c1272d);
}

.dos-card .arsiv-card-foot {
  justify-content: space-between;
}

.dos-cta-visual {
  font-size: 3.25rem;
  color: #2d4a3e;
}

.dos-cta {
  margin-top: 0.5rem;
}

@media (max-width: 991.98px) {
  .dos-hero-visual {
    min-height: 180px;
  }

  .dos-featured-body {
    padding: 1.25rem;
  }
}

/* —— Yazılar sayfası (yazilar.html) —— */
.yaz-hero-visual {
  position: relative;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yaz-hero-img {
  position: relative;
  z-index: 1;
  width: min(100%, 380px);
  height: auto;
  border-radius: 10px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.yaz-hero-lines {
  position: absolute;
  left: 8%;
  top: 18%;
  z-index: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  width: 4.5rem;
}

.yaz-hero-lines span {
  display: block;
  height: 3px;
  background: rgba(193, 39, 45, 0.25);
  border-radius: 2px;
}

.yaz-hero-lines span:nth-child(1) { width: 100%; }
.yaz-hero-lines span:nth-child(2) { width: 78%; }
.yaz-hero-lines span:nth-child(3) { width: 92%; }
.yaz-hero-lines span:nth-child(4) { width: 65%; }

.yaz-hero-pen {
  position: absolute;
  right: 10%;
  bottom: 10%;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 10px;
  background: var(--arsiv-red, #c1272d);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  z-index: 3;
  box-shadow: 0 8px 22px rgba(193, 39, 45, 0.35);
}

.yaz-card-author {
  font-family: var(--font-nav);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.yaz-card-author a {
  color: var(--okur-muted);
  text-decoration: none;
}

.yaz-card-author a:hover {
  color: var(--arsiv-red, #c1272d);
}

.yaz-card .arsiv-card-foot {
  justify-content: space-between;
  align-items: center;
}

.yaz-card-link {
  font-family: var(--font-nav);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--arsiv-red, #c1272d);
  text-decoration: none;
}

.yaz-card-link:hover {
  text-decoration: underline;
}

.yaz-empty {
  font-family: var(--font-nav);
  font-size: 0.9rem;
  color: var(--okur-muted);
  padding: 2rem 0 1rem;
}

.yaz-cta-visual {
  font-size: 3.25rem;
  color: var(--arsiv-red, #c1272d);
}

@media (max-width: 991.98px) {
  .yaz-hero-visual {
    min-height: 180px;
  }
}

/* —— Genel mobil uyumluluk —— */
html {
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: clip;
}

img,
video,
iframe {
  max-width: 100%;
  height: auto;
}

.table-responsive {
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 991.98px) {
  .cover-carousel .carousel-control-prev,
  .cover-carousel .carousel-control-next {
    opacity: 0.9;
    pointer-events: auto;
    width: 12%;
  }

  .header-icon-btn {
    width: 2.5rem;
    height: 2.5rem;
  }

  .arsiv-tab {
    padding: 0.5rem 0 0.55rem;
  }

  .yz-filter-pill {
    padding: 0.55rem 1.15rem;
  }

  .pod-platform-btn {
    padding: 0.55rem 1rem;
  }
}

@media (max-width: 767.98px) {
  .arsiv-hero {
    padding: 1.75rem 0 1.5rem;
  }

  .arsiv-filters {
    padding: 1.35rem 0;
  }

  .arsiv-content {
    padding: 1.5rem 0 2.25rem;
  }

  .arsiv-filter-clear {
    width: 100%;
    justify-content: center;
  }

  .arsiv-tabs {
    gap: 0.15rem 0.85rem;
  }

  .genc-footer-newsletter {
    flex-direction: column;
    align-items: stretch;
  }

  .genc-footer-newsletter-form {
    max-width: none;
    width: 100%;
    margin-left: 0;
  }

  .genc-footer-bottom {
    justify-content: center;
    text-align: center;
  }

  .yz-hero {
    padding-top: 0.5rem;
  }

  .yg-layout {
    padding-top: 1.75rem;
  }

  .auth-form-wrap,
  .auth-side {
    padding: 1.35rem 1.15rem;
  }
}

@media (max-width: 575.98px) {
  :root {
    --okur-nav-height: 64px;
  }

  .site-header-inner {
    gap: 0.35rem;
    padding: 0.5rem 0;
  }

  .genc-logo-img {
    height: 5.65rem;
    max-width: min(8.5rem, 34vw);
  }

  .genc-footer-logo .genc-logo-img--footer {
    height: 2.5rem;
  }

  .header-actions-divider,
  .header-cart-btn {
    display: none;
  }

  .header-search-panel-inner {
    padding: 0.85rem 0 1rem;
  }

  .header-search-field {
    flex-wrap: wrap;
    border-radius: 12px;
    padding: 0.55rem 0.65rem;
    gap: 0.4rem;
  }

  .header-search-input {
    flex: 1 1 100%;
    order: 1;
  }

  .header-search-field-icon {
    order: 0;
  }

  .header-search-submit {
    order: 2;
    flex: 1 1 auto;
    min-width: 0;
  }

  .header-search-close {
    order: 3;
  }

  .hero-slide-visual {
    min-height: 200px;
    padding: 1.15rem 0.85rem 0.85rem;
  }

  .hero-slide-body {
    padding: 0 1rem 1.15rem;
  }

  .hero-slide-title {
    min-height: 0;
    font-size: 1.3rem;
  }

  .hero-slide-subtitle,
  .hero-slide-text {
    min-height: 0;
  }

  .cover-placeholder {
    max-height: 220px;
    width: min(55vw, 180px);
  }

  .genc-quote-text {
    font-size: clamp(1.35rem, 6.5vw, 1.85rem);
  }

  .genc-quote-mark {
    font-size: 2.75rem;
  }

  .genc-issues-slider-wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .arsiv-hero-title {
    font-size: clamp(2.25rem, 11vw, 3.25rem);
  }

  .arsiv-hero-lead {
    max-width: none;
    font-size: 0.88rem;
  }

  .arsiv-hero-covers {
    min-height: 190px;
    padding: 0.5rem 0.75rem;
  }

  .arsiv-hero-cover img {
    max-width: 96px;
  }

  .arsiv-hero-cover--front img {
    max-width: 112px;
  }

  .arsiv-hero-cover--back {
    left: 6%;
  }

  .arsiv-hero-cover--mid {
    left: 22%;
  }

  .genc-issues-info-item,
  .sayi-meta-bar .genc-issues-info-item {
    padding: 0.8rem 0.95rem;
    gap: 0.65rem;
  }

  .genc-issues-info-icon {
    width: 1.65rem;
    height: 1.65rem;
    font-size: 1rem;
  }

  .genc-issues-info-value {
    font-size: 0.82rem;
    margin-bottom: 0.3rem;
  }

  .sayi-hero-nav {
    width: 100%;
  }

  .sayi-hero-nav-link {
    flex: 1 1 auto;
    justify-content: center;
    text-align: center;
  }

  .sayi-authors {
    padding: 1rem 0.5rem;
  }

  .sayi-authors-list {
    font-size: 0.76rem;
    line-height: 1.75;
  }

  .makale-hero {
    padding: 0.85rem 0 0.65rem;
  }

  .makale-title {
    font-size: clamp(1.45rem, 7.5vw, 1.95rem);
  }

  .makale-dek {
    font-size: 0.88rem;
  }

  .makale-meta-bar {
    gap: 0.5rem 0;
  }

  .makale-meta-item {
    padding: 0 0.5rem;
  }

  .makale-meta-item:nth-child(2) {
    border-right: none;
  }

  .makale-meta-item:last-child {
    flex: 1 1 100%;
    justify-content: center;
    border-right: none;
    padding-top: 0.15rem;
  }

  .makale-figure-img {
    max-height: 13rem;
    border-radius: 8px;
  }

  .makale-toolbar {
    flex-direction: column;
    align-items: stretch;
    gap: 0.85rem;
  }

  .makale-toolbar-share {
    justify-content: center;
  }

  .makale-toolbar-copy {
    width: 100%;
    justify-content: center;
  }

  .makale-body {
    font-size: 1rem;
  }

  .makale-lead {
    font-size: 1.08rem;
  }

  .makale-pullquote {
    margin: 1.5rem 0;
    padding: 1rem 1.05rem;
  }

  .makale-pullquote p {
    font-size: 1.08rem;
  }

  .makale-page .makale-author {
    padding: 1.1rem 1.15rem;
  }

  .makale-related-head {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .yz-hero-title {
    font-size: clamp(2rem, 10vw, 2.65rem);
  }

  .yz-hero-aside {
    min-height: 220px;
  }

  .yg-title {
    font-size: clamp(1.65rem, 8vw, 2.25rem);
  }

  .yg-form-card {
    padding: 1.15rem;
  }

  .pod-hero-visual {
    min-height: 160px;
  }

  .pod-hero-disc {
    width: min(72vw, 200px);
    height: min(72vw, 200px);
  }

  .yazar-detail-hero {
    padding: 1rem;
  }

  .genc-footer-stat-value {
    font-size: 1.35rem;
  }

  .genc-footer-library {
    min-height: 8.5rem;
  }

  .genc-breadcrumb-bar {
    padding-top: 0.75rem;
  }
}

@media (max-width: 399.98px) {
  .site-header-actions a.header-icon-btn[href="kayit.html"] {
    display: none;
  }

  .makale-meta-bar {
    flex-direction: column;
    align-items: center;
  }

  .makale-meta-item {
    border-right: none;
    padding: 0;
  }
}
