:root {
  --primary: #e30613;
  --primary-dark: #b80009;
  --dark: #111111;
  --black: #050505;
  --text: #111827;
  --muted: #6b7280;
  --light: #f3f4f6;
  --white: #ffffff;
  --border: #e5e7eb;
  --soft-border: #eeeeee;
  --shadow: 0 10px 26px rgba(0, 0, 0, 0.10);
  --soft-shadow: 0 8px 22px rgba(0,0,0,.055);
  --radius: 0px;
  --container: 1180px;
  --font-main: "Inter", Arial, sans-serif;
  --font-detail: Arial, Helvetica, sans-serif;
}

/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-main);
  background: #f1f2f4;
  color: var(--text);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: min(var(--container), calc(100% - 24px));
  margin: 0 auto;
}

/* GENEL KUTU / BASLIK / BUTON STANDARDI */
.sidebar-box,
.cat-section,
.authors-strip,
.vizyon-widget,
.writer-section-box,
.news-detail,
.writer-detail,
.category-page-box,
.archive-page-box,
.search-page-box,
.advert-page-box {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  box-shadow: var(--soft-shadow);
  overflow: hidden;
}

.sidebar-box,
.cat-section,
.authors-strip,
.vizyon-widget {
  border-radius: var(--radius);
}

.news-detail,
.writer-detail,
.writer-section-box,
.category-page-box,
.archive-page-box,
.search-page-box,
.advert-page-box {
  border-radius: 18px;
}

.sidebar-title,
.vizyon-widget-title,
.authors-head {
  background: #111111;
  color: #ffffff;
}

.sidebar-title,
.vizyon-widget-title,
.authors-head h2 {
  font-family: var(--font-main);
  font-size: 15px;
  font-weight: 950;
  text-transform: uppercase;
}

.sidebar-title,
.vizyon-widget-title {
  padding: 13px 15px;
}

.sidebar-title,
.vizyon-widget-title span,
.authors-head h2 {
  display: flex;
  align-items: center;
  gap: 7px;
}

.sidebar-title::before,
.vizyon-widget-title span::before,
.authors-head h2::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--primary);
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}

.widget-nav,
.vizyon-nav,
.authors-nav,
.yazarlar_nav {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.widget-nav button,
.vizyon-nav button,
.authors-nav button,
.yazarlar_nav a {
  width: 27px;
  height: 27px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: .25s;
  text-decoration: none;
  font-weight: 900;
}

.widget-nav button:hover,
.vizyon-nav button:hover,
.authors-nav button:hover,
.yazarlar_nav a:hover {
  background: var(--primary);
  color: #ffffff;
}

.tag,
.detail-category,
.writer-label,
.category-page-title span,
.archive-page-title span,
.search-page-title span,
.advert-page-head span,
.vizyon-tag {
  display: inline-flex;
  width: fit-content;
  background: #fef2f2;
  color: var(--primary);
  padding: 5px 8px;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* SAG / SOL INCE UZUN REKLAM */
.side-rail-ad {
  position: fixed;
  top: 149px;
  width: 112px;
  height: 560px;
  z-index: 80;
  border-radius: 12px;
  overflow: hidden;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 12px;
  padding: 0;
}

.side-rail-left {
  left: calc((100vw - var(--container)) / 2 - 132px);
}

.side-rail-right {
  right: calc((100vw - var(--container)) / 2 - 132px);
}

.side-rail-ad span {
  display: inline-flex;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.22);
  padding: 7px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .7px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-transform: uppercase;
}

.side-rail-ad strong {
  display: block;
  font-size: 28px;
  line-height: 1.08;
  font-weight: 950;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  letter-spacing: -1px;
}

.side-rail-ad small {
  display: block;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
  opacity: .9;
}

/* TOP BAR */
.top-bar {
  background: #050505;
  color: #ffffff;
  font-size: 12px;
}

.top-bar-inner {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.top-left,
.top-menu,
.socials {
  display: flex;
  align-items: center;
  gap: 17px;
}

.top-menu,
.socials {
  font-weight: 800;
}

/* SOSYAL MEDYA */
.socials,
.footer-socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.socials {
  gap: 8px;
}

.footer-socials {
  gap: 9px;
  margin-top: 18px;
}

.socials a,
.footer-socials a {
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: .25s;
  line-height: 1;
}

.socials a {
  width: 28px;
  height: 28px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);
}

.footer-socials a {
  width: 34px;
  height: 34px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
}

.socials a:hover,
.footer-socials a:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #ffffff;
  transform: translateY(-2px);
}

.socials svg,
.footer-socials svg {
  display: block;
  fill: currentColor;
}

.socials svg {
  width: 14px;
  height: 14px;
}

.socials .social-instagram svg,
.socials .social-youtube svg {
  width: 15px;
  height: 15px;
}

.socials .social-whatsapp svg {
  width: 16px;
  height: 16px;
}

.footer-socials svg {
  width: 15px;
  height: 15px;
}

.footer-socials .footer-social-instagram svg,
.footer-socials .footer-social-youtube svg {
  width: 16px;
  height: 16px;
}

.footer-socials .footer-social-whatsapp svg {
  width: 17px;
  height: 17px;
}

/* HEADER / MENU */
.main-header {
  background: var(--primary);
  color: #ffffff;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 4px 18px rgba(227, 6, 19, .28);
}

.header-inner {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
}

.logo {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.logo strong {
  font-size: 30px;
  font-weight: 950;
  letter-spacing: -1.5px;
}

.logo span {
  margin-top: 5px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: .92;
}

.nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.nav a {
  position: relative;
  padding: 25px 0;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 16px;
  width: 0;
  height: 3px;
  background: #ffffff;
  border-radius: 20px;
  transition: .25s;
}

.nav a:hover::after {
  width: 100%;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.search-btn,
.mobile-menu-btn {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(0,0,0,.18);
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: .25s;
}

.search-btn {
  font-size: 18px;
  font-weight: 900;
}

.search-btn:hover,
.mobile-menu-btn:hover,
.search-btn.active,
.mobile-menu-btn.active {
  background: rgba(0,0,0,.32);
}

.search-btn svg {
  width: 18px;
  height: 18px;
  display: block;
}

.mobile-menu-btn {
  display: none;
  flex-direction: column;
  gap: 5px;
}

.mobile-menu-btn span {
  width: 19px;
  height: 2px;
  background: #ffffff;
  border-radius: 20px;
  display: block;
  transition: .25s;
}

.mobile-menu-btn.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.mobile-menu-btn.active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-btn.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.search-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
  width: min(380px, calc(100vw - 24px));
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
  padding: 12px;
  display: none;
  z-index: 1200;
}

.search-panel.active {
  display: block;
}

.search-form {
  display: grid;
  grid-template-columns: 1fr 82px;
  gap: 8px;
}

.search-form input {
  width: 100%;
  height: 42px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 0 12px;
  outline: none;
  color: #111827;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font-main);
}

.search-form input:focus {
  border-color: var(--primary);
}

.search-form button {
  height: 42px;
  border: 0;
  border-radius: 8px;
  background: var(--primary);
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
  cursor: pointer;
  font-family: var(--font-main);
}

.mobile-nav {
  display: none;
  background: #ffffff;
  border-top: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 18px 34px rgba(0,0,0,.18);
}

.mobile-nav.active {
  display: block;
}

.mobile-nav-inner {
  padding: 12px 0 16px;
  display: grid;
  gap: 2px;
}

.mobile-nav-inner a {
  display: block;
  color: #111827;
  padding: 12px 4px;
  border-bottom: 1px solid #eeeeee;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.mobile-nav-inner a:hover {
  color: var(--primary);
}

/* SON DAKIKA */
.breaking {
  background: #151515;
  color: #ffffff;
  overflow: hidden;
  border-bottom: 1px solid #292929;
}

.breaking-inner {
  height: 38px;
  display: flex;
  align-items: center;
  gap: 14px;
  overflow: hidden;
}

.breaking-title {
  flex: 0 0 auto;
  background: var(--primary);
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
  z-index: 2;
}

.ticker-viewport {
  height: 38px;
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.ticker-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: tickerScroll 42s linear infinite;
  will-change: transform;
}

.ticker-group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 32px;
  padding-right: 32px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
}

.ticker-group b {
  color: #ffd400;
  font-weight: 950;
  margin-right: 6px;
}

@keyframes tickerScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.ticker-viewport:hover .ticker-track {
  animation-play-state: paused;
}

/* PIYASA */
.market-bar {
  background: #242424;
  color: #ffffff;
  font-size: 13px;
}

.market-inner {
  min-height: 42px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
}

.market-item {
  background: #1b1b1b;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 10px;
  font-weight: 800;
}

.market-item small {
  color: #d1d5db;
  font-weight: 900;
}

.up {
  color: #13d676;
}

.down {
  color: #ff4d4f;
}

/* REKLAM */
.ad-banner {
  margin: 18px auto;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: linear-gradient(90deg, #fff, #edf6ff);
  box-shadow: 0 8px 22px rgba(0,0,0,.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.ad-text {
  padding: 18px 28px;
}

.ad-text h2 {
  color: var(--primary);
  font-size: 28px;
  line-height: 1.1;
  font-weight: 950;
}

.ad-text p {
  margin-top: 7px;
  color: #374151;
  font-size: 14px;
  font-weight: 650;
}

.ad-badge {
  margin-right: 28px;
  background: var(--primary);
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 950;
  white-space: nowrap;
}

.orta-reklam-alani {
  width: 100%;
  max-width: 100%;
  margin: 18px 0;
  overflow: hidden;
  box-sizing: border-box;
}

.orta-reklam-alani a {
  display: block;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  line-height: 0;
}

.orta-reklam-alani img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0;
  object-fit: contain;
  box-sizing: border-box;
}

/* COMMON */
.category-label {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 6;
  background: var(--primary);
  color: #fff;
  padding: 7px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(0,0,0,.35);
  text-shadow: 0 1px 2px rgba(0,0,0,.55);
}

.post-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
}

.section {
  margin: 34px 0;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 3px solid #111111;
  margin-bottom: 18px;
}

.section-title {
  display: inline-flex;
  background: var(--primary);
  color: #ffffff;
  padding: 11px 15px;
  border-radius: 6px 6px 0 0;
  font-size: 16px;
  font-weight: 950;
  text-transform: uppercase;
}

.section-more {
  font-size: 13px;
  font-weight: 900;
  color: var(--primary);
}

/* RESIM USTU METIN */
.featured-card::after,
.hero-slide::after,
.side-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(to top, rgba(0,0,0,.96) 0%, rgba(0,0,0,.76) 34%, rgba(0,0,0,.28) 66%, rgba(0,0,0,.08) 100%),
    radial-gradient(circle at bottom left, rgba(0,0,0,.72), transparent 55%);
}

.card-content,
.hero-content,
.card-content h3,
.hero-content h1,
.hero-content p,
.white-meta {
  text-shadow:
    0 2px 3px rgba(0,0,0,.98),
    0 6px 15px rgba(0,0,0,.82),
    0 0 26px rgba(0,0,0,.70);
}

.card-content h3,
.hero-content h1 {
  color: #ffffff;
}

.white-meta {
  color: rgba(255,255,255,.92);
}

/* UST HABER */
.featured-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 18px;
}

.featured-card {
  position: relative;
  height: 230px;
  min-height: 230px;
  overflow: hidden;
  background: #000000;
  box-shadow: var(--shadow);
}

.featured-card img,
.hero-slide img,
.side-card img,
.box-news img,
.author-photo img,
.cat-main-img img,
.cat-list-img img,
.sidebar-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-card-link,
.featured-card > a,
.side-card > a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  position: relative;
  z-index: 4;
}

.featured-card-link:hover,
.featured-card > a:hover,
.side-card > a:hover {
  color: inherit;
  text-decoration: none;
}

.featured-card img {
  position: relative;
  z-index: 1;
}

.card-content {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 18px;
  z-index: 6;
  color: #ffffff;
}

.card-content h3 {
  font-size: 16px;
  line-height: 1.18;
  letter-spacing: -.4px;
  font-weight: 950;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.white-meta {
  margin-top: 7px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 11px;
  font-weight: 750;
}

/* MANSET */
.manset-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  margin-bottom: 18px;
}

.hero-slider {
  position: relative;
  min-height: 500px;
  border-radius: var(--radius);
  overflow: hidden;
  background: #000;
  box-shadow: var(--shadow);
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .45s ease, visibility .45s ease;
}

.hero-slide.active {
  opacity: 1;
  visibility: visible;
}

.hero-slide a {
  color: inherit;
  text-decoration: none;
}

.hero-full-link {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: block;
  text-decoration: none;
}

.hero-content {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 78px;
  z-index: 5;
  color: #ffffff;
  pointer-events: none;
}

.hero-content h1 {
  max-width: 780px;
  font-size: 38px;
  line-height: 1.08;
  letter-spacing: -1.5px;
  font-weight: 950;
}

.hero-content p {
  max-width: 690px;
  margin-top: 12px;
  color: rgba(255,255,255,.92);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 650;
}

.hero-numbers {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 7px;
  overflow-x: auto;
  scrollbar-width: none;
}

.hero-numbers::-webkit-scrollbar {
  display: none;
}

.hero-numbers button {
  width: 42px;
  height: 31px;
  border: none;
  border-radius: 5px;
  background: rgba(0,0,0,.65);
  color: #ffffff;
  font-size: 12px;
  font-weight: 950;
  cursor: pointer;
  transition: .25s;
  flex: 0 0 auto;
  box-shadow: 0 3px 10px rgba(0,0,0,.35);
}

.hero-numbers button.active,
.hero-numbers button:hover {
  background: var(--primary);
}

.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(0,0,0,.55);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: 0 4px 14px rgba(0,0,0,.35);
}

.hero-arrow:hover {
  background: var(--primary);
}

.hero-arrow.prev {
  left: 18px;
}

.hero-arrow.next {
  right: 18px;
}

.side-news {
  display: grid;
  gap: 18px;
}

.side-card {
  position: relative;
  height: 241px;
  border-radius: var(--radius);
  overflow: hidden;
  background: #000;
  box-shadow: var(--shadow);
}

.side-card a {
  color: inherit;
  text-decoration: none;
}

.side-card .card-content h3 {
  font-size: 18px;
}

/* KUTU HABERLER */
.box-news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 0;
}

.box-news {
  background: #ffffff;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid #ececec;
  box-shadow: 0 8px 20px rgba(0,0,0,.06);
  transition: .25s;
}

.box-news:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.box-news-img {
  height: 145px;
  background: #ddd;
}

.box-news-body {
  padding: 13px;
}

.box-news-body h3 {
  font-size: 16px;
  line-height: 1.28;
  font-weight: 950;
  margin-bottom: 8px;
}

/* YAZARLAR */
.authors-strip {
  margin-bottom: 30px;
}

.authors-head {
  background: #111111;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 15px;
  gap: 12px;
}

.authors-head h2 {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #ffffff;
  font-family: var(--font-main);
  font-size: 15px;
  font-weight: 950;
  text-transform: uppercase;
  margin: 0;
}

.authors-head h2::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--primary);
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}

.authors-head > a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  opacity: .9;
  display: inline-flex;
  align-items: center;
}

.authors-head .yazarlar_nav,
.authors-head .authors-nav,
.yazarlar_nav,
.authors-nav {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  flex-shrink: 0 !important;
}

.authors-head .yazarlar_nav a,
.authors-head .authors-nav button,
.yazarlar_nav a,
.authors-nav button {
  width: 27px !important;
  height: 27px !important;
  min-width: 27px !important;
  min-height: 27px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.12) !important;
  color: #ffffff !important;
  font-size: 0 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: .25s !important;
  text-decoration: none !important;
  font-weight: 900 !important;
  box-shadow: none !important;
}

.authors-head .yazarlar_nav a:hover,
.authors-head .authors-nav button:hover,
.yazarlar_nav a:hover,
.authors-nav button:hover {
  background: var(--primary) !important;
  color: #ffffff !important;
  transform: none !important;
}

.authors-head .yazarlar_nav a#prev::before,
.yazarlar_nav a#prev::before,
.authors-nav .prev::before,
.authors-nav button.prev::before {
  content: "‹";
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
}

.authors-head .yazarlar_nav a#next::before,
.yazarlar_nav a#next::before,
.authors-nav .next::before,
.authors-nav button.next::before {
  content: "›";
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
}

.authors-grid {
  padding: 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.author-card {
  border: 1px solid var(--border);
  background: #fafafa;
  border-radius: 10px;
  padding: 14px;
  display: flex;
  gap: 12px;
  align-items: center;
  transition: .25s;
}

.author-card:hover {
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(0,0,0,.07);
  transform: translateY(-3px);
}

.author-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid var(--primary);
  overflow: hidden;
  flex-shrink: 0;
}

.author-info h3 {
  font-size: 15px;
  font-weight: 950;
  margin-bottom: 4px;
}

.author-info span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px;
}

.author-info p {
  color: #374151;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 550;
}

/* CONTENT + RIGHT BLOG */
.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px;
  align-items: start;
}

.category-panel {
  display: grid;
  gap: 22px;
}

.right-blog {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 92px;
}

/* KATEGORI BLOKLARI */
.cat-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 16px;
  border-bottom: 1px solid var(--border);
  background: #ffffff;
}

.cat-section-head h2 {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 20px;
  font-weight: 950;
  letter-spacing: -.4px;
}

.cat-section-head h2::before {
  content: "";
  width: 8px;
  height: 24px;
  background: var(--primary);
  border-radius: 999px;
  display: inline-block;
}

.cat-section-head a {
  color: var(--primary);
  font-size: 12px;
  font-weight: 950;
}

.cat-section-head h2,
.cat-section-head a,
.cat-section .tag,
.cat-section .post-meta span:first-child {
  text-transform: uppercase !important;
}

.cat-section-body {
  padding: 16px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 18px;
}

.cat-main-news {
  border-right: 1px solid var(--border);
  padding-right: 18px;
}

.cat-main-img {
  height: 250px;
  border-radius: 0;
  overflow: hidden;
  background: #ddd;
  margin-bottom: 13px;
}

.cat-main-news h3 {
  font-size: 25px;
  line-height: 1.16;
  letter-spacing: -.7px;
  font-weight: 950;
  margin-bottom: 9px;
}

.cat-main-news p {
  color: #4b5563;
  line-height: 1.58;
  font-size: 14px;
  margin-bottom: 12px;
}

.cat-list {
  display: grid;
  gap: 12px;
}

.cat-list-item {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eeeeee;
}

.cat-list-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.cat-list-img {
  height: 120px;
  border-radius: 0;
  overflow: hidden;
  background: #ddd;
}

.cat-list-content h4 {
  font-size: 15px;
  line-height: 1.26;
  font-weight: 950;
  margin-bottom: 7px;
}

.cat-list-content span {
  color: #6b7280;
  font-size: 11px;
  font-weight: 750;
}

/* SAG BLOG */
.popular-list {
  list-style: none;
  counter-reset: popular;
}

.popular-list li {
  counter-increment: popular;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  padding: 13px 15px;
  border-bottom: 1px solid #eeeeee;
}

.popular-list li:last-child {
  border-bottom: 0;
}

.popular-list li::before {
  content: counter(popular);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--primary);
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
  display: grid;
  place-items: center;
  margin-top: 1px;
}

.popular-list a {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 850;
}

.sidebar-news {
  padding: 14px;
  display: grid;
  gap: 14px;
}

.sidebar-item {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 11px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 13px;
}

.sidebar-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.sidebar-img {
  height: 76px;
  border-radius: 8px;
  overflow: hidden;
  background: #ddd;
}

.sidebar-item h4 {
  font-size: 14px;
  line-height: 1.28;
  font-weight: 950;
  margin-bottom: 6px;
}

.sidebar-item span {
  font-size: 11px;
  color: var(--muted);
  font-weight: 750;
}

.sidebar-ad {
  min-height: 247px;
  color: #ffffff;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 0;
}

.sidebar-ad strong {
  display: block;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.1;
  margin-bottom: 10px;
}

.sidebar-ad span {
  font-size: 13px;
  line-height: 1.45;
  opacity: .9;
  font-weight: 650;
}

/* HAVA DURUMU */
.weather-card {
  padding: 16px;
  display: grid;
  gap: 12px;
}

.weather-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.weather-main strong {
  font-size: 36px;
  font-weight: 950;
}

.weather-main span {
  font-size: 40px;
}

.weather-card p {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 650;
}

/* VIZYONDAKILER */
.vizyon-widget {
  margin-bottom: 0px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.vizyon-widget-title {
  padding: 9px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.vizyon-strip-wrap {
  position: relative;
  padding: 14px;
  box-sizing: border-box;
}

.vizyon-loading {
  width: 100%;
  min-height: 190px;
  display: grid;
  place-items: center;
  color: #6b7280;
  font-size: 13px;
  font-weight: 800;
  font-family: var(--font-main);
}

.vizyon-loader {
  width: 26px;
  height: 26px;
  border: 3px solid #eeeeee;
  border-top-color: var(--primary);
  border-radius: 50%;
  animation: vizyonSpin .8s linear infinite;
  margin: 0 auto 10px;
}

@keyframes vizyonSpin {
  to {
    transform: rotate(360deg);
  }
}

.vizyon-strip {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 2px;
}

.vizyon-strip::-webkit-scrollbar {
  display: none;
}

.vizyon-movie-card {
  flex: 0 0 132px;
  width: 132px;
  color: inherit;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
}

.vizyon-poster-wrap {
  position: relative;
  width: 132px;
  height: 198px;
  overflow: hidden;
  border-radius: 12px;
  background: #e5e7eb;
  box-shadow: 0 8px 18px rgba(0,0,0,.10);
}

.vizyon-poster-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  object-fit: cover;
  transition: transform .28s ease;
}

.vizyon-movie-card:hover .vizyon-poster-wrap img {
  transform: scale(1.05);
}

.vizyon-date-badge {
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: 2;
  background: var(--primary);
  color: #ffffff;
  border-radius: 999px;
  padding: 5px 7px;
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
  font-family: var(--font-main);
  box-shadow: 0 5px 14px rgba(0,0,0,.20);
}

.vizyon-play-badge {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 2;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0,0,0,.72);
  color: #ffffff;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 900;
}

.vizyon-movie-title {
  margin-top: 9px;
  color: #111827;
  font-size: 13px;
  line-height: 1.28;
  font-weight: 900;
  letter-spacing: -.2px;
  font-family: var(--font-main);
  min-height: 34px;
}

.vizyon-movie-card:hover .vizyon-movie-title {
  color: var(--primary);
}

.vizyon-empty {
  padding: 18px;
  color: #6b7280;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  font-family: var(--font-main);
}

/* FOOTER */
.footer {
  margin-top: 42px;
  background: #111111;
  color: #ffffff;
}

.footer-main {
  padding: 36px 0;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 28px;
}

.footer-logo {
  font-size: 30px;
  font-weight: 950;
  letter-spacing: -1px;
}

.footer-logo span {
  color: var(--primary);
}

.footer p {
  margin-top: 12px;
  color: #c9c9c9;
  line-height: 1.7;
  font-size: 14px;
}

.footer h4 {
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: 950;
  text-transform: uppercase;
}

.footer ul {
  list-style: none;
  display: grid;
  gap: 10px;
  color: #c9c9c9;
  font-size: 14px;
  font-weight: 650;
}

.copyright {
  border-top: 1px solid rgba(255,255,255,.10);
  padding: 16px 0;
  color: #aaaaaa;
  font-size: 13px;
  text-align: center;
}

/* HABER DETAY */
.news-detail {
  padding: 28px;
  margin-bottom: 24px;
}

.news-detail .detail-category {
  margin-bottom: 14px;
}

.news-detail h1 {
  font-family: var(--font-main);
  font-size: 42px;
  line-height: 1.12;
  letter-spacing: -1.4px;
  margin: 0 0 16px;
  color: #0b1220;
  font-weight: 900;
  text-transform: none;
}

.news-detail .detail-summary {
  font-family: var(--font-main);
  font-size: 20px;
  line-height: 1.55;
  color: #374151;
  margin: 0 0 20px;
  font-weight: 700;
  letter-spacing: -0.2px;
}

.detail-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-family: var(--font-main);
  font-size: 13px;
  color: #6b7280;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  padding-bottom: 16px;
  margin-bottom: 22px;
  font-weight: 600;
}

.detail-image {
  margin-bottom: 24px;
  border-radius: 16px;
  overflow: hidden;
  background: #f5f5f5;
}

.detail-image img {
  width: 100%;
  display: block;
  border: 0;
}

.detail-content,
.detail-content p,
.detail-content ul,
.detail-content ol,
.writer-content,
.writer-content p {
  font-family: var(--font-detail) !important;
  color: #262626 !important;
  font-size: 20px !important;
  line-height: 30px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

.detail-content,
.writer-content {
  margin-top: 30px !important;
}

.detail-content p,
.writer-content p {
  margin: 0 0 22px !important;
}

.detail-content strong,
.detail-content b,
.writer-content strong,
.writer-content b {
  font-family: var(--font-detail) !important;
  font-weight: 700 !important;
  color: #111111 !important;
}

.detail-content h2,
.writer-content h2 {
  font-family: var(--font-main) !important;
  font-size: 28px !important;
  line-height: 1.25 !important;
  margin: 32px 0 15px !important;
  color: #111827 !important;
  font-weight: 900 !important;
  letter-spacing: -0.6px !important;
}

.detail-content h3,
.writer-content h3 {
  font-family: var(--font-main) !important;
  font-size: 23px !important;
  line-height: 1.32 !important;
  margin: 28px 0 13px !important;
  color: #111827 !important;
  font-weight: 800 !important;
  letter-spacing: -0.3px !important;
}

.detail-content a,
.writer-content a {
  color: var(--primary) !important;
  text-decoration: underline !important;
  font-weight: 600 !important;
}

.detail-content ul,
.detail-content ol {
  margin: 0 0 24px 26px !important;
  padding: 0 !important;
}

.detail-content li {
  margin-bottom: 9px !important;
  padding-left: 2px !important;
}

.detail-content img,
.writer-content img {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 12px !important;
  margin: 20px 0 !important;
}

.detail-content blockquote,
.writer-content blockquote {
  font-family: var(--font-detail) !important;
  margin: 26px 0 !important;
  padding: 18px 22px !important;
  border-left: 5px solid var(--primary) !important;
  background: #f9fafb !important;
  color: #374151 !important;
  font-size: 20px !important;
  line-height: 30px !important;
  font-weight: 500 !important;
}

.detail-content table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin: 22px 0 !important;
  font-family: var(--font-main) !important;
  font-size: 14px !important;
}

.detail-content table td,
.detail-content table th {
  border: 1px solid #e5e7eb !important;
  padding: 10px !important;
  color: #1f2933 !important;
}

.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.detail-tags span,
.detail-tags a {
  display: inline-block;
  border-radius: 20px;
  padding: 6px 11px;
  background: #f2f2f2;
  color: #333333;
  font-size: 12px;
  text-decoration: none;
  font-weight: 700;
}

.share-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.share-row a {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 8px;
  background: #111111;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}

.related-title {
  font-size: 22px;
  margin: 0 0 16px;
  color: #111111;
  font-weight: 800;
}

/* LISTE SAYFALARI */
.category-page-box,
.archive-page-box,
.search-page-box {
  padding: 26px;
  margin-bottom: 24px;
}

.category-page-head,
.archive-page-head,
.search-page-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  padding-bottom: 18px;
  margin-bottom: 22px;
}

.category-page-title h1,
.archive-page-title h1,
.search-page-title h1 {
  font-family: var(--font-main) !important;
  font-size: 38px;
  line-height: 1.12;
  color: #0b1220;
  font-weight: 900;
  letter-spacing: -1.2px;
  margin: 0;
}

.category-page-title h1 {
  text-transform: uppercase !important;
}

.archive-page-title h1,
.search-page-title h1 {
  text-transform: none !important;
}

.category-page-title p,
.archive-page-title p,
.search-page-title p {
  margin-top: 10px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
  max-width: 680px;
}

.category-count,
.archive-count,
.search-count {
  flex: 0 0 auto;
  color: #6b7280;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  padding-bottom: 4px;
}

.category-news-list,
.archive-news-list,
.search-news-list {
  display: grid;
  gap: 18px;
}

.category-news-item,
.archive-news-item,
.search-news-item {
  display: grid;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eeeeee;
}

.category-news-item {
  grid-template-columns: 260px 1fr;
}

.archive-news-item {
  grid-template-columns: 230px 1fr;
}

.search-news-item {
  grid-template-columns: 210px 1fr;
}

.category-news-item:last-child,
.archive-news-item:last-child,
.search-news-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.category-news-img,
.archive-news-img,
.search-news-img {
  border-radius: 14px;
  overflow: hidden;
  background: #e5e7eb;
}

.category-news-img {
  height: 175px;
}

.archive-news-img {
  height: 150px;
}

.search-news-img {
  height: 140px;
}

.category-news-img a,
.archive-news-img a,
.search-news-img a {
  display: block;
  width: 100%;
  height: 100%;
}

.category-news-img img,
.archive-news-img img,
.search-news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: 0;
  transition: transform .28s ease;
}

.category-news-item:hover .category-news-img img,
.archive-news-item:hover .archive-news-img img,
.search-news-item:hover .search-news-img img {
  transform: scale(1.04);
}

.category-news-content,
.archive-news-content,
.search-news-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.category-news-content .tag,
.archive-news-content .tag,
.search-news-content .tag {
  margin-bottom: 9px;
}

.category-news-content h2,
.archive-news-content h2,
.search-news-content h2 {
  font-family: var(--font-main) !important;
  line-height: 1.22;
  color: #111827;
  font-weight: 900;
  letter-spacing: -0.6px;
  margin: 0 0 10px;
  text-transform: none !important;
}

.category-news-content h2 {
  font-size: 25px;
}

.archive-news-content h2 {
  font-size: 24px;
}

.search-news-content h2 {
  font-size: 23px;
}

.category-news-content h2 a,
.archive-news-content h2 a,
.search-news-content h2 a {
  color: inherit;
  text-decoration: none;
  text-transform: none !important;
}

.category-news-content h2 a:hover,
.archive-news-content h2 a:hover,
.search-news-content h2 a:hover {
  color: var(--primary);
}

.archive-news-content p,
.search-news-content p {
  color: #4b5563;
  font-size: 15px;
  line-height: 1.58;
  font-weight: 500;
  margin: 0 0 12px;
}

.category-news-meta,
.archive-news-meta,
.search-news-meta,
.writer-meta,
.writer-article-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
}

.archive-meta-pill,
.search-meta-pill,
.meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #f9fafb;
  border: 1px solid #eef0f3;
  border-radius: 999px;
  padding: 6px 9px;
  color: #4b5563;
  line-height: 1;
}

.archive-meta-icon,
.search-meta-icon,
.meta-icon {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: var(--primary);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 900;
  flex-shrink: 0;
}

.meta-icon {
  width: 22px;
  height: 22px;
  font-size: 12px;
}

.empty-category,
.empty-archive,
.empty-search {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #eeeeee;
  padding: 30px;
  color: #6b7280;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

/* ARAMA FORM */
.search-filter-box {
  background: #f9fafb;
  border: 1px solid #eef0f3;
  border-radius: 14px;
  padding: 16px;
  margin-bottom: 22px;
}

.search-filter-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px 110px;
  gap: 10px;
  align-items: end;
}

.search-filter-group {
  display: grid;
  gap: 7px;
}

.search-filter-group label {
  color: #111827;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.search-filter-group input,
.search-filter-group select {
  width: 100%;
  height: 44px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 0 12px;
  outline: none;
  background: #ffffff;
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--font-main);
}

.search-filter-group input:focus,
.search-filter-group select:focus {
  border-color: var(--primary);
}

.search-filter-button {
  width: 100%;
  height: 44px;
  border: 0;
  border-radius: 10px;
  background: var(--primary);
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
  cursor: pointer;
  font-family: var(--font-main);
}

/* SAYFALAMA */
.pagination-box {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
}

.pagination-title {
  color: #6b7280;
  font-size: 13px;
  font-weight: 800;
  margin-right: 6px;
}

.pagination-box a,
.pagination-box span {
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  color: #111827;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}

.pagination-box a:hover,
.pagination-box .active {
  background: var(--primary);
  border-color: var(--primary);
  color: #ffffff;
}

.pagination-box .dots {
  border: 0;
  background: transparent;
  min-width: auto;
  padding: 0 3px;
  color: #9ca3af;
}

/* YAZAR DETAY */
.writer-detail {
  padding: 28px;
  margin-bottom: 24px;
}

.writer-head {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 18px;
  align-items: center;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  margin-bottom: 22px;
}

.writer-photo {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid var(--primary);
  background: #f3f4f6;
}

.writer-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}

.writer-name {
  font-family: var(--font-main);
  font-size: 30px;
  line-height: 1.12;
  color: #111827;
  font-weight: 900;
  letter-spacing: -0.8px;
  margin: 0 0 8px;
}

.writer-meta a {
  color: var(--primary);
  text-decoration: none;
}

.writer-title {
  font-family: var(--font-main);
  font-size: 40px;
  line-height: 1.13;
  letter-spacing: -1.4px;
  margin: 0 0 18px;
  color: #0b1220;
  font-weight: 900;
  text-transform: none;
}

.writer-article-meta {
  margin-bottom: 20px;
}

.writer-section-box {
  padding: 22px;
  margin-bottom: 24px;
}

.writer-section-title {
  font-family: var(--font-main);
  font-size: 22px;
  line-height: 1.2;
  color: #111827;
  font-weight: 900;
  letter-spacing: -0.4px;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.writer-archive-select {
  width: 100%;
  height: 46px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 0 12px;
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  outline: none;
  background: #ffffff;
}

.comments-list {
  display: grid;
  gap: 14px;
}

.comment-item {
  border: 1px solid #eeeeee;
  border-radius: 12px;
  padding: 14px;
  background: #fafafa;
}

.comment-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
}

.comment-meta strong {
  color: var(--primary);
  font-weight: 900;
}

.comment-text {
  color: #262626;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
}

.comment-form {
  display: grid;
  gap: 14px;
}

.comment-form-row {
  display: grid;
  gap: 7px;
}

.comment-form label {
  color: #111827;
  font-size: 13px;
  font-weight: 900;
}

.comment-form input,
.comment-form textarea {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 11px 12px;
  font-family: var(--font-main);
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  outline: none;
  background: #ffffff;
}

.comment-form textarea {
  min-height: 130px;
  resize: vertical;
}

.captcha-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.comment-submit {
  width: fit-content;
  border: 0;
  border-radius: 10px;
  background: var(--primary);
  color: #ffffff;
  padding: 12px 18px;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

/* REKLAM SAYFASI */
.advert-page-box {
  padding: 28px;
  margin-bottom: 24px;
}

.advert-page-head {
  border-bottom: 1px solid rgba(0,0,0,0.08);
  padding-bottom: 20px;
  margin-bottom: 24px;
}

.advert-page-head h1 {
  font-family: var(--font-main) !important;
  font-size: 40px;
  line-height: 1.12;
  color: #0b1220;
  font-weight: 900;
  letter-spacing: -1.3px;
  margin: 0;
}

.advert-page-head p {
  margin-top: 12px;
  color: #4b5563;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 600;
  max-width: 760px;
}

.advert-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 24px;
}

.advert-info-card {
  background: #f9fafb;
  border: 1px solid #eef0f3;
  border-radius: 14px;
  padding: 16px;
}

.advert-info-card strong {
  display: block;
  color: #111827;
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 6px;
}

.advert-info-card span,
.advert-info-card a {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 650;
  text-decoration: none;
}

.advert-info-card a {
  color: var(--primary);
  font-weight: 900;
}

.advert-form {
  display: grid;
  gap: 14px;
}

.advert-form-row {
  display: grid;
  gap: 7px;
}

.advert-form-row label {
  color: #111827;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.advert-form input,
.advert-form textarea {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px 13px;
  font-family: var(--font-main);
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  outline: none;
  background: #ffffff;
}

.advert-form input {
  height: 46px;
}

.advert-form textarea {
  min-height: 150px;
  resize: vertical;
  line-height: 1.55;
}

.advert-form input:focus,
.advert-form textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(227,6,19,0.08);
}

.advert-submit {
  width: fit-content;
  border: 0;
  border-radius: 10px;
  background: var(--primary);
  color: #ffffff;
  padding: 13px 20px;
  font-size: 13px;
  font-weight: 950;
  cursor: pointer;
  font-family: var(--font-main);
}

.advert-submit:hover {
  background: var(--primary-dark);
}

.advert-note {
  margin-top: 8px;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 1460px) {
  .side-rail-ad {
    display: none;
  }
}

@media (max-width: 1120px) {
  .nav {
    gap: 12px;
    font-size: 12px;
  }

  .content-layout {
    grid-template-columns: 1fr;
  }

  .right-blog {
    position: static;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) {
  .featured-grid,
  .box-news-grid,
  .authors-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .market-inner {
    grid-template-columns: repeat(3, 1fr);
  }

  .manset-layout {
    grid-template-columns: 1fr;
  }

  .side-news {
    grid-template-columns: repeat(2, 1fr);
  }

  .cat-section-body {
    grid-template-columns: 1fr;
  }

  .cat-main-news {
    border-right: 0;
    padding-right: 0;
    border-bottom: 1px solid var(--border);
    padding-bottom: 16px;
  }
}

@media (max-width: 900px) {
  .category-news-item {
    grid-template-columns: 190px 1fr;
  }

  .archive-news-item {
    grid-template-columns: 180px 1fr;
  }

  .search-news-item {
    grid-template-columns: 170px 1fr;
  }

  .category-news-img,
  .archive-news-img,
  .search-news-img {
    height: 140px;
  }

  .category-news-content h2,
  .archive-news-content h2,
  .search-news-content h2 {
    font-size: 20px;
  }

  .search-filter-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .top-menu,
  .socials,
  .nav {
    display: none !important;
  }

  .header-inner {
    height: 64px;
  }

  .logo strong {
    font-size: 25px;
  }

  .mobile-menu-btn {
    display: inline-flex;
  }

  .search-panel {
    right: 12px;
    left: 12px;
    width: auto;
    top: calc(100% + 10px);
  }

  .search-form {
    grid-template-columns: 1fr 72px;
  }

  .featured-grid,
  .box-news-grid,
  .authors-grid,
  .side-news,
  .right-blog {
    grid-template-columns: 1fr;
  }

  .market-inner {
    grid-template-columns: 1fr;
  }

  .ad-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .ad-text h2 {
    font-size: 23px;
  }

  .ad-badge {
    margin: 0 0 18px 28px;
  }

  .hero-slider {
    min-height: 430px;
  }

  .hero-content {
    left: 18px;
    right: 18px;
    bottom: 72px;
  }

  .hero-content h1 {
    font-size: 28px;
  }

  .hero-content p {
    font-size: 14px;
  }

  .cat-list-item {
    grid-template-columns: 112px 1fr;
  }

  .cat-main-img {
    height: 220px;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .news-detail,
  .writer-detail,
  .writer-section-box,
  .category-page-box,
  .archive-page-box,
  .search-page-box,
  .advert-page-box {
    padding: 17px;
  }

  .news-detail h1,
  .writer-title,
  .category-page-title h1,
  .archive-page-title h1,
  .search-page-title h1,
  .advert-page-head h1 {
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: -0.8px;
  }

  .news-detail .detail-summary {
    font-size: 17px;
    line-height: 1.55;
  }

  .detail-content,
  .detail-content p,
  .detail-content ul,
  .detail-content ol,
  .detail-content blockquote,
  .writer-content,
  .writer-content p,
  .writer-content blockquote {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  .category-page-head,
  .archive-page-head,
  .search-page-head {
    display: block;
  }

  .category-count,
  .archive-count,
  .search-count {
    display: block;
    margin-top: 12px;
  }

  .category-news-item,
  .archive-news-item,
  .search-news-item {
    grid-template-columns: 1fr;
  }

  .category-news-img,
  .archive-news-img,
  .search-news-img {
    height: 210px;
  }

  .category-news-content h2,
  .archive-news-content h2,
  .search-news-content h2 {
    font-size: 21px;
  }

  .writer-head {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .writer-photo {
    width: 96px;
    height: 96px;
  }

  .advert-info-grid {
    grid-template-columns: 1fr;
  }

  .advert-submit {
    width: 100%;
  }

  .vizyon-strip-wrap {
    padding: 12px;
  }

  .vizyon-movie-card {
    flex-basis: 118px;
    width: 118px;
  }

  .vizyon-poster-wrap {
    width: 118px;
    height: 177px;
  }

  .vizyon-movie-title {
    font-size: 12px;
  }
}
  .authors-slider-viewport {
    width: 100%;
    overflow: hidden;
  }

  .authors-grid.authors-slider-track {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 14px;
    transition: transform 0.45s ease;
    will-change: transform;
  }

  .authors-grid.authors-slider-track .author-card {
    flex: 0 0 calc((100% - 42px) / 4);
    max-width: calc((100% - 42px) / 4);
    box-sizing: border-box;
  }

  .authors-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .authors-head-right {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .authors-slider-buttons {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
  }

  .authors-slider-buttons button {
    width: 27px !important;
    height: 27px !important;
    min-width: 27px !important;
    min-height: 27px !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,.12) !important;
    color: #ffffff !important;
    cursor: pointer !important;
    font-size: 18px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: .25s !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-family: Arial, Helvetica, sans-serif !important;
  }

  .authors-slider-buttons button:hover {
    background: var(--primary) !important;
    color: #ffffff !important;
    transform: none !important;
  }

  .authors-slider-buttons button:focus {
    outline: none !important;
  }

  @media (max-width: 900px) {
    .authors-grid.authors-slider-track .author-card {
      flex: 0 0 calc((100% - 14px) / 2);
      max-width: calc((100% - 14px) / 2);
    }
  }

  @media (max-width: 600px) {
    .authors-grid.authors-slider-track .author-card {
      flex: 0 0 100%;
      max-width: 100%;
    }
  }