/* ============================================
   TDP GLOBAL STYLES
   Tüm sayfalarda geçerli - navbar, sticky, colors
   ============================================ */

/* Lacivert → Kırmızı global override */
:root {
  --main-color-two: #9a1730 !important;
  --secondary-color: #7a1228 !important;
  --heading-color: #1a0a0e !important;
}

/* ---- TDP PRELOADER ---- */
.preloader-inner {
  background: #fff !important;
}
.preloader-inner .loader {
  width: auto !important;
  height: auto !important;
  text-align: center;
  animation: none !important;
}
.tdp-preloader-logo {
  width: 80px;
  height: 80px;
  animation: tdpFadeIn 0.6s ease both;
}
.tdp-preloader-ring {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@keyframes tdpFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* ---- NAVBAR GLOBAL ---- */
/* Beyaz skewed shape kaldır (tüm sayfalar) */
.navbar-area.style-01::after {
  display: none !important;
}

/* Navbar arka plan - alt sayfalar için beyaz */
.header-style-01 .navbar-area {
  background: #fff !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06) !important;
}

/* Logo + Parti Adı */
.header-style-01 .navbar-area .logo {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  text-decoration: none !important;
}

.header-style-01 .navbar-area .logo img {
  max-height: 48px !important;
  width: auto !important;
  object-fit: contain !important;
}

/* Parti adı - logo yanında, 2 satır */
.tdp-logo-text {
  display: flex !important;
  flex-direction: column;
  line-height: 1.15;
}

.tdp-logo-text .tdp-logo-name {
  font-size: 13px !important;
  font-weight: 800 !important;
  color: #1a1a2e !important;
  letter-spacing: 0.2px;
}

/* Alt yazı gizle */
.tdp-logo-text .tdp-logo-sub {
  display: none !important;
}

/* Nav container - kompakt */
.navbar-area .nav-container {
  background: transparent !important;
  box-shadow: none !important;
  padding: 6px 15px !important;
}

/* Alt sayfalar - beyaz navbar */
.header-style-01 .navbar-area {
  background: #fff !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06) !important;
}

/* Nav link renkleri */
.navbar-area .navbar-nav li > a {
  color: #1a1a2e !important;
  font-size: 14px !important;
  padding: 8px 0 !important;
  transition: color 0.25s ease !important;
}

.navbar-area .navbar-nav li:hover > a,
.navbar-area .navbar-nav li.current-menu-item > a {
  color: #c41e3a !important;
}

/* ===== NAVBAR DROPDOWN FIX ===== */

/* Dot/line dekorasyonlarını kaldır */
.navbar-area .navbar-nav li .line { display: none !important; }

/* Dropdown ok işareti rengi */
.navbar-area .navbar-nav li.menu-item-has-children::before {
  color: #1a1a2e !important;
  font-size: 11px !important;
  transition: color 0.25s ease, transform 0.25s ease !important;
}
.navbar-area .navbar-nav li.menu-item-has-children:hover::before,
.navbar-area .navbar-nav li.current-menu-item.menu-item-has-children::before {
  color: #c41e3a !important;
}

/* Sub-menü - düzgün görünüm ve geçiş */
.navbar-area .navbar-nav li.menu-item-has-children {
  z-index: 10 !important;
}
.navbar-area .navbar-nav li.menu-item-has-children .sub-menu {
  z-index: 9999 !important;
  border-bottom: 3px solid #c41e3a !important;
  border-radius: 0 0 8px 8px !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
  padding: 6px 0 !important;
  min-width: 200px !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(8px) !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.navbar-area .navbar-nav li.menu-item-has-children:hover > .sub-menu {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

/* Sub-menü item stilleri */
.navbar-area .navbar-nav li.menu-item-has-children .sub-menu li + li {
  border-top: 1px solid #f0f0f0 !important;
}
.navbar-area .navbar-nav li.menu-item-has-children .sub-menu li a {
  padding: 10px 22px !important;
  font-size: 13px !important;
  color: #4a5568 !important;
  background: #fff !important;
  transition: all 0.2s ease !important;
}
.navbar-area .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
  background: #c41e3a !important;
  color: #fff !important;
  padding-left: 26px !important;
}

/* Nav sağ buton - kompakt */
.nav-right-content .boxed-btn.political-btn {
  background: #c41e3a !important;
  color: #fff !important;
  border: none !important;
  border-radius: 5px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  padding: 8px 20px !important;
}

.nav-right-content .boxed-btn.political-btn:hover {
  background: #a01830 !important;
}

/* ---- STICKY NAVBAR ---- */
.navbar-area.nav-fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 9999 !important;
  background: #fff !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1) !important;
  animation: tdpSlideDown 0.3s ease-out !important;
}

@keyframes tdpSlideDown {
  from { transform: translateY(-100%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

/* ---- VİZYON BÖLÜMܠ- COMPACT ---- */
.header-bottom-area.margin-top-120 {
  margin-top: 50px !important;
}
.header-bottom-area .our-vision-item {
  margin-top: 0 !important;
}
.header-bottom-area .our-vision-item .vision-bg {
  min-height: 290px !important;
  border-radius: 10px !important;
}
.header-bottom-area .our-vision-item .content {
  padding: 30px 28px !important;
}
.header-bottom-area .our-vision-item .content .subtitle p {
  font-size: 15px !important;
  line-height: 22px !important;
}
.header-bottom-area .our-vision-item .content .title {
  font-size: 26px !important;
  line-height: 32px !important;
}
.vision-single-item-wrapper::after {
  height: 400px !important;
}
.vision-single-item-wrapper .our-vision-single-item {
  padding: 20px 22px !important;
  border-radius: 8px !important;
}
.vision-single-item-wrapper .our-vision-single-item.style-01 {
  margin-top: 30px !important;
}
.vision-single-item-wrapper .our-vision-single-item.style-02 {
  margin-top: -30px !important;
}
.vision-single-item-wrapper .our-vision-single-item .icon {
  font-size: 38px !important;
  margin-bottom: 8px !important;
}
.vision-single-item-wrapper .our-vision-single-item .content .title {
  font-size: 18px !important;
  line-height: 24px !important;
  margin-bottom: 8px !important;
}
.vision-single-item-wrapper .our-vision-single-item .content p {
  font-size: 13px !important;
  line-height: 21px !important;
}

/* ---- TDP PAGE HEADER (alt sayfalar) ---- */
.tdp-page-header {
  background: linear-gradient(135deg, #c41e3a 0%, #9a1730 50%, #5a0d1a 100%);
  padding: 120px 0 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.tdp-page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 40%, rgba(255,255,255,0.08) 0%, transparent 60%);
  pointer-events: none;
}

.tdp-page-header .container {
  position: relative;
  z-index: 2;
}

.tdp-page-header .breadcrumb-nav {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.tdp-page-header .breadcrumb-nav a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.tdp-page-header .breadcrumb-nav a:hover {
  color: #fff;
}

.tdp-page-header .breadcrumb-nav .separator {
  color: rgba(255,255,255,0.3);
}

.tdp-page-header .breadcrumb-nav .current {
  color: rgba(255,255,255,0.9);
  font-size: 14px;
  font-weight: 600;
}

.tdp-page-header h1 {
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  margin: 0;
}

/* Responsive navbar */
@media (max-width: 991px) {
  .tdp-logo-text .tdp-logo-name { font-size: 12px !important; }
  .tdp-logo-text .tdp-logo-sub { font-size: 8px !important; }
  .tdp-page-header { padding: 100px 0 50px; }
  .tdp-page-header h1 { font-size: 32px; }
}

@media (max-width: 576px) {
  .tdp-logo-text { display: none !important; }
  .tdp-page-header { padding: 90px 0 40px; }
  .tdp-page-header h1 { font-size: 26px; }
}

/* ============================================
   TDP NEWS SECTION - Custom Styles
   Toplumcu Demokrasi Partisi Haber Bölümü
   ============================================ */

:root {
  --tdp-primary: #c41e3a;
  --tdp-primary-dark: #9a1730;
  --tdp-secondary: #1a2332;
  --tdp-accent: #e8b445;
  --tdp-text: #2d3436;
  --tdp-text-light: #636e72;
  --tdp-bg-light: #f8f9fa;
  --tdp-bg-warm: #fdf6ec;
  --tdp-white: #ffffff;
  --tdp-shadow: 0 4px 20px rgba(0,0,0,0.08);
  --tdp-shadow-hover: 0 12px 40px rgba(0,0,0,0.15);
  --tdp-radius: 16px;
  --tdp-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* ---- Homepage News Section ---- */
.tdp-news-section {
  padding: 100px 0 80px;
  background: linear-gradient(180deg, var(--tdp-bg-light) 0%, var(--tdp-white) 100%);
  position: relative;
  overflow: hidden;
}

.tdp-news-section::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(196,30,58,0.05) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.tdp-news-section::after {
  content: '';
  position: absolute;
  bottom: -150px;
  left: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(232,180,69,0.04) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.tdp-section-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.tdp-section-header .tdp-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--tdp-primary), var(--tdp-primary-dark));
  color: var(--tdp-white);
  padding: 8px 24px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.tdp-section-header .tdp-label i {
  font-size: 10px;
}

.tdp-section-header h2 {
  font-size: 42px;
  font-weight: 800;
  color: var(--tdp-secondary);
  margin-bottom: 15px;
  line-height: 1.2;
}

.tdp-section-header p {
  font-size: 17px;
  color: var(--tdp-text-light);
  max-width: 550px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ---- Featured News Card (Large) ---- */
.tdp-news-featured {
  display: block;
  position: relative;
  border-radius: var(--tdp-radius);
  overflow: hidden;
  box-shadow: var(--tdp-shadow);
  transition: var(--tdp-transition);
  height: 100%;
  min-height: 480px;
  cursor: pointer;
  text-decoration: none !important;
}

.tdp-news-featured:hover {
  box-shadow: var(--tdp-shadow-hover);
  transform: translateY(-6px);
}

.tdp-news-featured .tdp-news-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.tdp-news-featured:hover .tdp-news-img {
  transform: scale(1.05);
}

.tdp-news-featured .tdp-news-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 30px 30px;
  background: linear-gradient(0deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 60%, transparent 100%);
  z-index: 2;
}

.tdp-news-featured .tdp-news-category {
  display: inline-block;
  background: var(--tdp-primary);
  color: var(--tdp-white);
  padding: 5px 16px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

.tdp-news-featured .tdp-news-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--tdp-white);
  line-height: 1.35;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tdp-news-featured .tdp-news-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}

.tdp-news-featured .tdp-news-title a:hover {
  color: var(--tdp-accent);
}

.tdp-news-featured .tdp-news-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  color: rgba(255,255,255,0.8);
  font-size: 13px;
}

.tdp-news-featured .tdp-news-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.tdp-news-featured .tdp-news-meta i {
  color: var(--tdp-accent);
}

/* ---- Standard News Cards ---- */
.tdp-news-card {
  background: var(--tdp-white);
  border-radius: var(--tdp-radius);
  overflow: hidden;
  box-shadow: var(--tdp-shadow);
  transition: var(--tdp-transition);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.tdp-news-card:hover {
  box-shadow: var(--tdp-shadow-hover);
  transform: translateY(-6px);
}

.tdp-news-card .tdp-card-img-wrapper {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.tdp-news-card .tdp-card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.tdp-news-card:hover .tdp-card-img-wrapper img {
  transform: scale(1.08);
}

.tdp-news-card .tdp-card-img-wrapper .tdp-news-category {
  position: absolute;
  top: 16px;
  left: 16px;
  display: inline-block;
  background: var(--tdp-primary);
  color: var(--tdp-white);
  padding: 5px 14px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 2;
}

.tdp-news-card .tdp-card-img-wrapper .tdp-date-badge {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: var(--tdp-white);
  color: var(--tdp-primary);
  padding: 8px 14px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  z-index: 2;
  line-height: 1;
}

.tdp-news-card .tdp-date-badge .day {
  display: block;
  font-size: 22px;
  font-weight: 800;
}

.tdp-news-card .tdp-date-badge .month {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 2px;
}

.tdp-news-card .tdp-card-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.tdp-news-card .tdp-card-body .tdp-news-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--tdp-secondary);
  line-height: 1.4;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tdp-news-card .tdp-card-body .tdp-news-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}

.tdp-news-card .tdp-card-body .tdp-news-title a:hover {
  color: var(--tdp-primary);
}

.tdp-news-card .tdp-card-body .tdp-news-excerpt {
  font-size: 14px;
  color: var(--tdp-text-light);
  line-height: 1.7;
  margin-bottom: 20px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tdp-news-card .tdp-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px 24px;
}

.tdp-news-card .tdp-card-footer .tdp-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--tdp-primary);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: var(--tdp-transition);
}

.tdp-news-card .tdp-card-footer .tdp-read-more:hover {
  gap: 12px;
  color: var(--tdp-primary-dark);
}

.tdp-news-card .tdp-card-footer .tdp-read-more i {
  transition: transform 0.3s;
}

.tdp-news-card .tdp-card-footer .tdp-read-more:hover i {
  transform: translateX(4px);
}

/* ---- Side News List (Small items) ---- */
.tdp-side-news-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

.tdp-side-news-item {
  display: flex !important;
  gap: 16px;
  background: var(--tdp-white);
  border-radius: 12px;
  padding: 14px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: var(--tdp-transition);
  align-items: center;
  text-decoration: none !important;
  color: inherit !important;
}

.tdp-side-news-item:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
  transform: translateX(6px);
}

.tdp-side-news-item .tdp-side-thumb {
  width: 90px;
  height: 75px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}

.tdp-side-news-item .tdp-side-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.tdp-side-news-item:hover .tdp-side-thumb img {
  transform: scale(1.1);
}

.tdp-side-news-item .tdp-side-content {
  flex: 1;
  min-width: 0;
}

.tdp-side-news-item .tdp-side-date {
  font-size: 12px;
  color: var(--tdp-primary);
  font-weight: 600;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.tdp-side-news-item .tdp-side-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--tdp-secondary);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  transition: color 0.3s;
}

.tdp-side-news-item:hover .tdp-side-title {
  color: var(--tdp-primary);
}

/* ---- "See All" Button ---- */
.tdp-btn-all-news {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--tdp-primary), var(--tdp-primary-dark));
  color: var(--tdp-white);
  padding: 14px 36px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: var(--tdp-transition);
  box-shadow: 0 4px 15px rgba(196,30,58,0.3);
  margin-top: 50px;
}

.tdp-btn-all-news:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(196,30,58,0.4);
  color: var(--tdp-white);
  text-decoration: none;
}

.tdp-btn-all-news i {
  transition: transform 0.3s;
}

.tdp-btn-all-news:hover i {
  transform: translateX(4px);
}

/* ============================================
   CHAIRMAN MESSAGE SECTION
   ============================================ */

.tdp-chairman-section {
  padding: 100px 0;
  background: var(--tdp-secondary);
  position: relative;
  overflow: hidden;
}

.tdp-chairman-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(196,30,58,0.08) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 20%, rgba(232,180,69,0.05) 0%, transparent 50%);
  pointer-events: none;
}

.tdp-chairman-section .container {
  position: relative;
  z-index: 2;
}

.tdp-chairman-photo-wrapper {
  position: relative;
  text-align: center;
}

.tdp-chairman-photo {
  width: 100%;
  max-width: 420px;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
  position: relative;
  z-index: 2;
}

.tdp-chairman-photo-wrapper::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 30px;
  background: radial-gradient(ellipse, rgba(196,30,58,0.3) 0%, transparent 70%);
  filter: blur(10px);
  z-index: 1;
}

.tdp-chairman-content {
  color: rgba(255,255,255,0.9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.tdp-chairman-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(196,30,58,0.2);
  border: 1px solid rgba(196,30,58,0.3);
  color: var(--tdp-accent);
  padding: 6px 20px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  width: fit-content;
}

.tdp-chairman-quote {
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
  color: var(--tdp-accent);
  line-height: 1.6;
  margin-bottom: 28px;
  padding-left: 20px;
  border-left: 3px solid var(--tdp-primary);
}

.tdp-chairman-text {
  font-size: 16px;
  line-height: 1.85;
  color: rgba(255,255,255,0.75);
  margin-bottom: 16px;
}

.tdp-chairman-text:last-of-type {
  margin-bottom: 32px;
}

.tdp-chairman-signature {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.tdp-chairman-signature .sig-line {
  width: 40px;
  height: 2px;
  background: var(--tdp-primary);
}

.tdp-chairman-signature .sig-name {
  font-size: 20px;
  font-weight: 700;
  color: var(--tdp-white);
}

.tdp-chairman-signature .sig-title {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

@media (max-width: 991px) {
  .tdp-chairman-section {
    padding: 70px 0;
  }
  .tdp-chairman-photo {
    max-width: 320px;
    margin-bottom: 40px;
  }
  .tdp-chairman-quote {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .tdp-chairman-section {
    padding: 50px 0;
  }
  .tdp-chairman-photo {
    max-width: 280px;
  }
  .tdp-chairman-quote {
    font-size: 16px;
  }
  .tdp-chairman-text {
    font-size: 15px;
  }
}

/* ============================================
   NEWS DETAIL PAGE STYLES
   ============================================ */

.tdp-news-detail-hero {
  position: relative;
  height: 500px;
  overflow: hidden;
  margin-bottom: 0;
}

.tdp-news-detail-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tdp-news-detail-hero .tdp-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(26,35,50,0.9) 0%, rgba(26,35,50,0.3) 50%, transparent 100%);
}

.tdp-news-detail-hero .tdp-hero-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 50px 0 40px;
  z-index: 2;
}

.tdp-news-detail-hero .tdp-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 14px;
}

.tdp-news-detail-hero .tdp-breadcrumb a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: color 0.3s;
}

.tdp-news-detail-hero .tdp-breadcrumb a:hover {
  color: var(--tdp-white);
}

.tdp-news-detail-hero .tdp-breadcrumb span {
  color: rgba(255,255,255,0.4);
}

.tdp-news-detail-hero .tdp-breadcrumb .current {
  color: var(--tdp-accent);
}

.tdp-news-detail-hero h1 {
  font-size: 36px;
  font-weight: 800;
  color: var(--tdp-white);
  line-height: 1.3;
  margin-bottom: 20px;
  max-width: 800px;
}

.tdp-news-detail-hero .tdp-detail-meta {
  display: flex;
  align-items: center;
  gap: 24px;
  color: rgba(255,255,255,0.8);
  font-size: 14px;
  flex-wrap: wrap;
}

.tdp-news-detail-hero .tdp-detail-meta span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tdp-news-detail-hero .tdp-detail-meta i {
  color: var(--tdp-accent);
}

/* ---- Detail Body ---- */
.tdp-news-detail-body {
  padding: 60px 0 80px;
  background: var(--tdp-white);
}

.tdp-news-detail-body .tdp-article-content {
  max-width: 780px;
}

.tdp-news-detail-body .tdp-article-content p {
  font-size: 17px;
  line-height: 1.9;
  color: var(--tdp-text);
  margin-bottom: 24px;
}

.tdp-news-detail-body .tdp-article-content p:first-of-type::first-letter {
  font-size: 56px;
  font-weight: 800;
  color: var(--tdp-primary);
  float: left;
  line-height: 1;
  margin-right: 12px;
  margin-top: 4px;
}

.tdp-news-detail-body .tdp-article-content blockquote {
  border-left: 4px solid var(--tdp-primary);
  background: linear-gradient(135deg, var(--tdp-bg-light), var(--tdp-bg-warm));
  padding: 30px 30px 30px 36px;
  margin: 36px 0;
  border-radius: 0 var(--tdp-radius) var(--tdp-radius) 0;
  position: relative;
}

.tdp-news-detail-body .tdp-article-content blockquote::before {
  content: '\201C';
  font-size: 80px;
  color: var(--tdp-primary);
  opacity: 0.2;
  position: absolute;
  top: -10px;
  left: 16px;
  font-family: Georgia, serif;
  line-height: 1;
}

.tdp-news-detail-body .tdp-article-content blockquote p {
  font-size: 18px;
  font-style: italic;
  color: var(--tdp-secondary);
  margin-bottom: 8px;
}

.tdp-news-detail-body .tdp-article-content blockquote .quote-author {
  font-size: 14px;
  font-weight: 600;
  color: var(--tdp-primary);
  font-style: normal;
}

.tdp-article-content h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--tdp-secondary);
  margin: 36px 0 16px;
}

.tdp-article-content ul {
  padding-left: 0;
  list-style: none;
  margin: 20px 0 28px;
}

.tdp-article-content ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--tdp-text);
}

.tdp-article-content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--tdp-primary);
}

/* ---- Tags & Share ---- */
.tdp-article-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 30px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 40px 0;
}

.tdp-article-tags .tag-label {
  font-weight: 700;
  color: var(--tdp-secondary);
  font-size: 15px;
  margin-right: 4px;
}

.tdp-article-tags a {
  display: inline-block;
  background: var(--tdp-bg-light);
  color: var(--tdp-text-light);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: var(--tdp-transition);
}

.tdp-article-tags a:hover {
  background: var(--tdp-primary);
  color: var(--tdp-white);
}

.tdp-share-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tdp-share-row .share-label {
  font-weight: 700;
  color: var(--tdp-secondary);
  font-size: 15px;
}

.tdp-share-row a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--tdp-bg-light);
  color: var(--tdp-text-light);
  font-size: 15px;
  text-decoration: none;
  transition: var(--tdp-transition);
}

.tdp-share-row a:hover {
  background: var(--tdp-primary);
  color: var(--tdp-white);
  transform: translateY(-3px);
}

/* ---- Navigation Between Articles ---- */
.tdp-article-nav {
  display: flex;
  gap: 20px;
  margin: 40px 0;
}

.tdp-article-nav a {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background: var(--tdp-bg-light);
  border-radius: var(--tdp-radius);
  text-decoration: none;
  transition: var(--tdp-transition);
}

.tdp-article-nav a:hover {
  background: var(--tdp-primary);
}

.tdp-article-nav a .nav-label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--tdp-primary);
  transition: color 0.3s;
}

.tdp-article-nav a:hover .nav-label {
  color: rgba(255,255,255,0.7);
}

.tdp-article-nav a .nav-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--tdp-secondary);
  transition: color 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tdp-article-nav a:hover .nav-title {
  color: var(--tdp-white);
}

.tdp-article-nav a i {
  font-size: 20px;
  color: var(--tdp-primary);
  transition: color 0.3s;
}

.tdp-article-nav a:hover i {
  color: var(--tdp-white);
}

.tdp-article-nav .next-article {
  text-align: right;
  justify-content: flex-end;
}

/* ---- Sidebar ---- */
.tdp-sidebar .tdp-widget {
  background: var(--tdp-white);
  border-radius: var(--tdp-radius);
  padding: 28px;
  box-shadow: var(--tdp-shadow);
  margin-bottom: 30px;
}

.tdp-sidebar .tdp-widget-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--tdp-secondary);
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 3px solid var(--tdp-primary);
  display: inline-block;
}

.tdp-sidebar .tdp-recent-post {
  display: flex;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #f0f0f0;
  text-decoration: none;
  transition: var(--tdp-transition);
}

.tdp-sidebar .tdp-recent-post:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.tdp-sidebar .tdp-recent-post:hover {
  transform: translateX(4px);
}

.tdp-sidebar .tdp-recent-post .rp-thumb {
  width: 80px;
  height: 65px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}

.tdp-sidebar .tdp-recent-post .rp-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tdp-sidebar .tdp-recent-post .rp-content .rp-date {
  font-size: 12px;
  color: var(--tdp-primary);
  font-weight: 600;
  margin-bottom: 4px;
}

.tdp-sidebar .tdp-recent-post .rp-content .rp-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--tdp-secondary);
  line-height: 1.4;
  transition: color 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

.tdp-sidebar .tdp-recent-post:hover .rp-title {
  color: var(--tdp-primary);
}

.tdp-sidebar .tdp-category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tdp-sidebar .tdp-category-list li {
  border-bottom: 1px solid #f0f0f0;
}

.tdp-sidebar .tdp-category-list li:last-child {
  border-bottom: none;
}

.tdp-sidebar .tdp-category-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  font-size: 15px;
  color: var(--tdp-text);
  text-decoration: none;
  transition: var(--tdp-transition);
}

.tdp-sidebar .tdp-category-list li a:hover {
  color: var(--tdp-primary);
  padding-left: 8px;
}

.tdp-sidebar .tdp-category-list li a span {
  background: var(--tdp-bg-light);
  color: var(--tdp-text-light);
  padding: 2px 10px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
}

/* ---- News Listing Page ---- */
.tdp-news-listing {
  padding: 80px 0;
  background: var(--tdp-bg-light);
}

.tdp-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* ---- Related News Section ---- */
.tdp-related-news {
  padding: 60px 0;
  background: var(--tdp-bg-light);
}

.tdp-related-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--tdp-secondary);
  margin-bottom: 30px;
  text-align: center;
}

/* ---- Bootstrap 3 Compatibility ---- */
/* BS3 doesn't have mb-4, mt-2 etc. Add them */
.tdp-news-section .mb-4,
.tdp-news-listing .mb-4 {
  margin-bottom: 30px !important;
}

.tdp-news-section .mt-2 {
  margin-top: 10px !important;
}

.tdp-news-section .col-12 {
  width: 100%;
  float: none;
}

.tdp-news-section .text-center {
  text-align: center;
}

/* Right column compact cards next to featured - reduce height to match */
.tdp-news-featured ~ .row .tdp-card-img-wrapper,
.col-lg-6:first-child > .tdp-news-featured ~ * .tdp-card-img-wrapper,
.tdp-news-section .tdp-news-featured + .col-lg-6 .tdp-card-img-wrapper {
  /* Fallback: Use a JS-free approach via sibling column */
}

/* Target the right column cards that sit beside the featured card */
.tdp-news-section .tdp-news-card-compact .tdp-card-img-wrapper {
  height: 140px;
}

/* When featured card's parent has a sibling col that contains cards */
@media (min-width: 992px) {
  .tdp-news-section .row > .col-lg-6 > .row > .col-lg-12 .tdp-card-img-wrapper {
    height: 140px;
  }
  .tdp-news-section .row > .col-lg-6 > .row > .col-lg-12 .tdp-card-body {
    padding: 14px 20px 6px;
  }
  .tdp-news-section .row > .col-lg-6 > .row > .col-lg-12 .tdp-card-footer {
    padding: 0 20px 14px;
  }
  .tdp-news-section .row > .col-lg-6 > .row > .col-lg-12 .tdp-news-excerpt {
    display: none;
  }
  .tdp-news-section .row > .col-lg-6 > .row > .col-lg-12 .mb-4 {
    margin-bottom: 15px !important;
  }
}

/* Force the section to clear floats properly */
.tdp-news-section .row::after,
.tdp-news-listing .row::after {
  content: '';
  display: table;
  clear: both;
}

/* Ensure cards render as blocks */
.tdp-news-card {
  display: flex;
}

/* Featured card overlay z-index fix */
.tdp-news-featured .tdp-news-overlay {
  z-index: 2;
}

.tdp-news-featured .tdp-news-img {
  z-index: 1;
}

/* Fix sidebar recent post link */
.tdp-sidebar .tdp-recent-post {
  display: flex !important;
  text-decoration: none !important;
  color: inherit !important;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 1199px) {
  .tdp-news-featured {
    min-height: 400px;
  }
  .tdp-news-detail-hero h1 {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .tdp-news-section {
    padding: 70px 0 60px;
  }
  .tdp-section-header h2 {
    font-size: 34px;
  }
  .tdp-news-featured {
    min-height: 350px;
    margin-bottom: 30px;
  }
  .tdp-news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .tdp-news-detail-hero {
    height: 400px;
  }
  .tdp-news-detail-hero h1 {
    font-size: 26px;
  }
  .tdp-article-nav {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .tdp-section-header h2 {
    font-size: 28px;
  }
  .tdp-news-featured {
    min-height: 300px;
  }
  .tdp-news-featured .tdp-news-title {
    font-size: 20px;
  }
  .tdp-news-grid {
    grid-template-columns: 1fr;
  }
  .tdp-news-detail-hero {
    height: 320px;
  }
  .tdp-news-detail-hero h1 {
    font-size: 22px;
  }
  .tdp-news-detail-body .tdp-article-content p {
    font-size: 15px;
  }
  .tdp-news-detail-body .tdp-article-content p:first-of-type::first-letter {
    font-size: 42px;
  }
  .tdp-side-news-list {
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .tdp-news-section {
    padding: 50px 0 40px;
  }
  .tdp-section-header {
    margin-bottom: 40px;
  }
  .tdp-section-header h2 {
    font-size: 24px;
  }
  .tdp-news-card .tdp-card-img-wrapper {
    height: 180px;
  }
  .tdp-btn-all-news {
    padding: 12px 28px;
    font-size: 14px;
    margin-top: 30px;
  }
}

/* ============================================
   TDP MEDIA PAGE - Premium Design
   Award-winning UI/UX for Media Center
   ============================================ */

/* ---- Media Stats Counter Bar ---- */
.tdp-media-stats {
  padding: 0;
  position: relative;
  z-index: 5;
  margin-top: -50px;
}

.tdp-media-stats .stats-inner {
  background: var(--tdp-white);
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.1);
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  gap: 0;
  position: relative;
  overflow: hidden;
}

.tdp-media-stats .stats-inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--tdp-primary), var(--tdp-accent), var(--tdp-primary));
}

.tdp-stat-item {
  flex: 1;
  text-align: center;
  position: relative;
  padding: 10px 20px;
}

.tdp-stat-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 50px;
  background: linear-gradient(180deg, transparent, #e0e0e0, transparent);
}

.tdp-stat-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  font-size: 22px;
  color: var(--tdp-white);
  background: linear-gradient(135deg, var(--tdp-primary), var(--tdp-primary-dark));
  box-shadow: 0 8px 20px rgba(196,30,58,0.25);
  transition: transform 0.3s, box-shadow 0.3s;
}

.tdp-stat-item:hover .tdp-stat-icon {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 12px 30px rgba(196,30,58,0.35);
}

.tdp-stat-number {
  font-size: 36px;
  font-weight: 800;
  color: var(--tdp-secondary);
  line-height: 1;
  margin-bottom: 6px;
}

.tdp-stat-label {
  font-size: 14px;
  color: var(--tdp-text-light);
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* ---- Photo Gallery Section ---- */
.tdp-gallery-section {
  padding: 100px 0 80px;
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 40%, #f8f9fa 100%);
  position: relative;
}

.tdp-gallery-section::before {
  content: '';
  position: absolute;
  top: 0;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(196,30,58,0.03) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.tdp-gallery-header {
  text-align: center;
  margin-bottom: 50px;
}

.tdp-gallery-header .tdp-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--tdp-primary), var(--tdp-primary-dark));
  color: var(--tdp-white);
  padding: 8px 24px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.tdp-gallery-header h2 {
  font-size: 42px;
  font-weight: 800;
  color: var(--tdp-secondary);
  margin-bottom: 14px;
  line-height: 1.15;
}

.tdp-gallery-header p {
  font-size: 17px;
  color: var(--tdp-text-light);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Filter Tabs */
.tdp-filter-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.tdp-filter-btn {
  padding: 10px 28px;
  border: 2px solid #e5e7eb;
  background: var(--tdp-white);
  color: var(--tdp-text);
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
  letter-spacing: 0.3px;
}

.tdp-filter-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--tdp-primary), var(--tdp-primary-dark));
  opacity: 0;
  transition: opacity 0.35s;
  z-index: 0;
}

.tdp-filter-btn span {
  position: relative;
  z-index: 1;
}

.tdp-filter-btn:hover {
  border-color: var(--tdp-primary);
  color: var(--tdp-primary);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(196,30,58,0.12);
}

.tdp-filter-btn.active {
  border-color: var(--tdp-primary);
  color: var(--tdp-white);
  box-shadow: 0 8px 25px rgba(196,30,58,0.3);
  transform: translateY(-2px);
}

.tdp-filter-btn.active::before {
  opacity: 1;
}

/* Masonry Gallery Grid */
.tdp-gallery-grid {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.tdp-gallery-item {
  padding: 10px;
  float: left;
  width: 33.333%;
}

.tdp-gallery-item.wide {
  width: 50%;
}

.tdp-gallery-item.tall .tdp-gallery-card {
  height: 420px;
}

.tdp-gallery-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 300px;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.tdp-gallery-card:hover {
  box-shadow: 0 16px 50px rgba(0,0,0,0.18);
  transform: translateY(-8px);
}

.tdp-gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.tdp-gallery-card:hover img {
  transform: scale(1.1);
}

.tdp-gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg,
    rgba(26,10,14,0.85) 0%,
    rgba(26,10,14,0.3) 40%,
    rgba(26,10,14,0) 70%);
  opacity: 0;
  transition: opacity 0.4s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  z-index: 2;
}

.tdp-gallery-card:hover .tdp-gallery-overlay {
  opacity: 1;
}

.tdp-gallery-overlay .gallery-category {
  display: inline-block;
  background: var(--tdp-primary);
  color: var(--tdp-white);
  padding: 4px 14px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  width: fit-content;
}

.tdp-gallery-overlay .gallery-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--tdp-white);
  line-height: 1.4;
  margin-bottom: 6px;
}

.tdp-gallery-overlay .gallery-date {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  display: flex;
  align-items: center;
  gap: 6px;
}

.tdp-gallery-zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  width: 56px;
  height: 56px;
  background: rgba(255,255,255,0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--tdp-primary);
  z-index: 3;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
}

.tdp-gallery-card:hover .tdp-gallery-zoom {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* Gallery "Load More" button */
.tdp-gallery-more {
  text-align: center;
  margin-top: 50px;
}

.tdp-gallery-more .tdp-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 40px;
  border: 2px solid var(--tdp-primary);
  color: var(--tdp-primary);
  background: transparent;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.4s;
  cursor: pointer;
}

.tdp-gallery-more .tdp-btn-outline:hover {
  background: var(--tdp-primary);
  color: var(--tdp-white);
  box-shadow: 0 8px 25px rgba(196,30,58,0.3);
  transform: translateY(-3px);
}

/* ---- Video Gallery Section ---- */
.tdp-video-section {
  padding: 100px 0;
  background: var(--tdp-secondary);
  position: relative;
  overflow: hidden;
}

.tdp-video-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 10% 80%, rgba(196,30,58,0.12) 0%, transparent 50%),
    radial-gradient(ellipse at 90% 20%, rgba(232,180,69,0.06) 0%, transparent 50%),
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 100px,
      rgba(255,255,255,0.01) 100px,
      rgba(255,255,255,0.01) 101px
    );
  pointer-events: none;
}

.tdp-video-section .container {
  position: relative;
  z-index: 2;
}

.tdp-video-header {
  text-align: center;
  margin-bottom: 60px;
}

.tdp-video-header .tdp-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(196,30,58,0.2);
  border: 1px solid rgba(196,30,58,0.3);
  color: var(--tdp-accent);
  padding: 8px 24px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.tdp-video-header h2 {
  font-size: 42px;
  font-weight: 800;
  color: var(--tdp-white);
  margin-bottom: 14px;
}

.tdp-video-header p {
  font-size: 17px;
  color: rgba(255,255,255,0.6);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Featured Video */
.tdp-video-featured {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  min-height: 440px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
  transition: all 0.5s;
}

.tdp-video-featured:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 80px rgba(0,0,0,0.5);
}

.tdp-video-featured img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  transition: transform 0.8s;
}

.tdp-video-featured:hover img {
  transform: scale(1.05);
}

.tdp-video-featured .video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg,
    rgba(26,35,50,0.9) 0%,
    rgba(26,35,50,0.3) 50%,
    rgba(26,35,50,0.1) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.tdp-play-btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--tdp-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: var(--tdp-white);
  text-decoration: none;
  transition: all 0.4s;
  position: relative;
  box-shadow: 0 10px 40px rgba(196,30,58,0.4);
}

.tdp-play-btn::before {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid rgba(196,30,58,0.4);
  animation: tdpPulse 2s ease-in-out infinite;
}

.tdp-play-btn::after {
  content: '';
  position: absolute;
  inset: -18px;
  border-radius: 50%;
  border: 2px solid rgba(196,30,58,0.2);
  animation: tdpPulse 2s ease-in-out infinite 0.5s;
}

@keyframes tdpPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.15); opacity: 0; }
}

.tdp-play-btn:hover {
  transform: scale(1.12);
  box-shadow: 0 16px 50px rgba(196,30,58,0.5);
}

.tdp-play-btn i {
  margin-left: 4px;
}

.tdp-video-featured .video-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  z-index: 3;
}

.tdp-video-featured .video-info .video-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--tdp-primary);
  color: var(--tdp-white);
  padding: 5px 14px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.tdp-video-featured .video-info h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--tdp-white);
  margin-bottom: 8px;
  line-height: 1.35;
}

.tdp-video-featured .video-info .video-meta {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  display: flex;
  align-items: center;
  gap: 16px;
}

.tdp-video-featured .video-info .video-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Video Grid Cards */
.tdp-video-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 200px;
  margin-bottom: 20px;
  box-shadow: 0 6px 25px rgba(0,0,0,0.3);
  transition: all 0.4s;
}

.tdp-video-card:last-child {
  margin-bottom: 0;
}

.tdp-video-card:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}

.tdp-video-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}

.tdp-video-card:hover img {
  transform: scale(1.08);
}

.tdp-video-card .video-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.1) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  transition: background 0.4s;
}

.tdp-video-card:hover .video-card-overlay {
  background: linear-gradient(0deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 100%);
}

.tdp-video-card .mini-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(196,30,58,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  opacity: 0;
  transition: all 0.4s;
  text-decoration: none;
}

.tdp-video-card:hover .mini-play {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.tdp-video-card .video-card-title {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

.tdp-video-card .video-card-date {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  margin-top: 4px;
}

/* Video channel CTA */
.tdp-video-cta {
  text-align: center;
  margin-top: 50px;
}

.tdp-video-cta a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 36px;
  border: 2px solid rgba(255,255,255,0.25);
  color: var(--tdp-white);
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.4s;
}

.tdp-video-cta a:hover {
  background: var(--tdp-white);
  color: var(--tdp-secondary);
  border-color: var(--tdp-white);
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(255,255,255,0.15);
}

.tdp-video-cta a i {
  font-size: 20px;
  color: #ff0000;
}

/* ---- Press Coverage Section ---- */
.tdp-press-section {
  padding: 100px 0 80px;
  background: linear-gradient(180deg, #fff 0%, #f8f9fa 100%);
  position: relative;
}

.tdp-press-header {
  text-align: center;
  margin-bottom: 60px;
}

.tdp-press-header .tdp-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--tdp-primary), var(--tdp-primary-dark));
  color: var(--tdp-white);
  padding: 8px 24px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.tdp-press-header h2 {
  font-size: 42px;
  font-weight: 800;
  color: var(--tdp-secondary);
  margin-bottom: 14px;
}

.tdp-press-header p {
  font-size: 17px;
  color: var(--tdp-text-light);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Press Cards */
.tdp-press-card {
  background: var(--tdp-white);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #f0f0f0;
}

.tdp-press-card:hover {
  box-shadow: 0 16px 50px rgba(0,0,0,0.12);
  transform: translateY(-8px);
  border-color: transparent;
}

.tdp-press-card .press-source {
  padding: 20px 24px 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.tdp-press-card .press-source .source-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.tdp-press-card .press-source .source-icon.news {
  background: linear-gradient(135deg, #e8f4fd, #d1ecfa);
  color: #2196f3;
}

.tdp-press-card .press-source .source-icon.tv {
  background: linear-gradient(135deg, #fce4ec, #f8bbd0);
  color: #e91e63;
}

.tdp-press-card .press-source .source-icon.press {
  background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
  color: #4caf50;
}

.tdp-press-card .press-source .source-icon.digital {
  background: linear-gradient(135deg, #fff3e0, #ffe0b2);
  color: #ff9800;
}

.tdp-press-card .press-source .source-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--tdp-secondary);
}

.tdp-press-card .press-source .source-type {
  font-size: 12px;
  color: var(--tdp-text-light);
}

.tdp-press-card .press-body {
  padding: 20px 24px;
  flex: 1;
}

.tdp-press-card .press-body h4 {
  font-size: 17px;
  font-weight: 700;
  color: var(--tdp-secondary);
  line-height: 1.45;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s;
}

.tdp-press-card:hover .press-body h4 {
  color: var(--tdp-primary);
}

.tdp-press-card .press-body p {
  font-size: 14px;
  color: var(--tdp-text-light);
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

.tdp-press-card .press-footer {
  padding: 16px 24px;
  border-top: 1px solid #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tdp-press-card .press-footer .press-date {
  font-size: 13px;
  color: var(--tdp-text-light);
  display: flex;
  align-items: center;
  gap: 6px;
}

.tdp-press-card .press-footer .press-date i {
  color: var(--tdp-primary);
}

.tdp-press-card .press-footer .press-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--tdp-primary);
  text-decoration: none;
  transition: gap 0.3s;
}

.tdp-press-card .press-footer .press-link:hover {
  gap: 10px;
}

/* ---- Social Connect Section ---- */
.tdp-social-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #fafafa 0%, #f0f0f0 100%);
  position: relative;
  overflow: hidden;
}

.tdp-social-section::before {
  content: '';
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(196,30,58,0.04) 0%, transparent 70%);
  pointer-events: none;
}

.tdp-social-header {
  text-align: center;
  margin-bottom: 50px;
}

.tdp-social-header h2 {
  font-size: 36px;
  font-weight: 800;
  color: var(--tdp-secondary);
  margin-bottom: 12px;
}

.tdp-social-header p {
  font-size: 16px;
  color: var(--tdp-text-light);
  max-width: 480px;
  margin: 0 auto;
}

.tdp-social-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.tdp-social-card {
  background: var(--tdp-white);
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-decoration: none !important;
  display: block;
  border: 1px solid #f0f0f0;
  position: relative;
  overflow: hidden;
}

.tdp-social-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  transition: height 0.4s, opacity 0.4s;
  opacity: 0;
}

.tdp-social-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 50px rgba(0,0,0,0.1);
  border-color: transparent;
}

.tdp-social-card:hover::before {
  height: 100%;
  opacity: 0.04;
}

.tdp-social-card .social-icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-size: 26px;
  transition: transform 0.4s;
}

.tdp-social-card:hover .social-icon-wrap {
  transform: scale(1.1) rotate(-5deg);
}

/* Facebook */
.tdp-social-card.facebook .social-icon-wrap {
  background: linear-gradient(135deg, #e8f0fe, #d4e4fc);
  color: #1877f2;
}
.tdp-social-card.facebook::before { background: #1877f2; }

/* Twitter/X */
.tdp-social-card.twitter .social-icon-wrap {
  background: linear-gradient(135deg, #e8f4fd, #cce8fb);
  color: #1da1f2;
}
.tdp-social-card.twitter::before { background: #1da1f2; }

/* Instagram */
.tdp-social-card.instagram .social-icon-wrap {
  background: linear-gradient(135deg, #fce4ec, #f8bbd0);
  color: #e4405f;
}
.tdp-social-card.instagram::before { background: #e4405f; }

/* YouTube */
.tdp-social-card.youtube .social-icon-wrap {
  background: linear-gradient(135deg, #ffebee, #ffcdd2);
  color: #ff0000;
}
.tdp-social-card.youtube::before { background: #ff0000; }

.tdp-social-card .social-name {
  font-size: 16px;
  font-weight: 700;
  color: var(--tdp-secondary);
  margin-bottom: 4px;
}

.tdp-social-card .social-handle {
  font-size: 13px;
  color: var(--tdp-text-light);
  margin-bottom: 14px;
}

.tdp-social-card .social-follow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--tdp-primary);
  transition: gap 0.3s;
}

.tdp-social-card:hover .social-follow {
  gap: 10px;
}

/* ---- Media Page Responsive ---- */
@media (max-width: 1199px) {
  .tdp-gallery-item { width: 33.333%; }
  .tdp-gallery-item.wide { width: 50%; }
  .tdp-video-featured { min-height: 380px; }
}

@media (max-width: 991px) {
  .tdp-media-stats .stats-inner {
    flex-wrap: wrap;
    gap: 10px;
  }
  .tdp-stat-item {
    flex: 0 0 50%;
    padding: 15px 10px;
  }
  .tdp-stat-item:nth-child(2)::after {
    display: none;
  }
  .tdp-gallery-section,
  .tdp-video-section,
  .tdp-press-section {
    padding: 70px 0 60px;
  }
  .tdp-gallery-header h2,
  .tdp-video-header h2,
  .tdp-press-header h2 {
    font-size: 34px;
  }
  .tdp-gallery-item { width: 50%; }
  .tdp-gallery-item.wide { width: 50%; }
  .tdp-gallery-item.tall .tdp-gallery-card { height: 340px; }
  .tdp-video-featured { min-height: 320px; margin-bottom: 30px; }
  .tdp-video-card { height: 180px; }
  .tdp-social-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
  .tdp-media-stats { margin-top: -40px; }
  .tdp-media-stats .stats-inner { padding: 30px 10px; }
  .tdp-stat-number { font-size: 28px; }
  .tdp-stat-icon { width: 46px; height: 46px; font-size: 18px; }
  .tdp-gallery-header h2,
  .tdp-video-header h2,
  .tdp-press-header h2 {
    font-size: 28px;
  }
  .tdp-gallery-item { width: 50%; }
  .tdp-gallery-item.wide { width: 100%; }
  .tdp-gallery-item.tall .tdp-gallery-card { height: 280px; }
  .tdp-gallery-card { height: 220px; }
  .tdp-filter-btn { padding: 8px 20px; font-size: 13px; }
  .tdp-play-btn { width: 64px; height: 64px; font-size: 22px; }
}

@media (max-width: 575px) {
  .tdp-stat-item { flex: 0 0 50%; }
  .tdp-stat-item:nth-child(odd)::after { display: block; }
  .tdp-stat-item:nth-child(even)::after { display: none; }
  .tdp-gallery-section,
  .tdp-video-section,
  .tdp-press-section {
    padding: 50px 0 40px;
  }
  .tdp-gallery-header,
  .tdp-video-header,
  .tdp-press-header {
    margin-bottom: 35px;
  }
  .tdp-gallery-header h2,
  .tdp-video-header h2,
  .tdp-press-header h2 {
    font-size: 24px;
  }
  .tdp-gallery-item,
  .tdp-gallery-item.wide {
    width: 100%;
  }
  .tdp-gallery-card { height: 240px; }
  .tdp-gallery-item.tall .tdp-gallery-card { height: 300px; }
  .tdp-video-featured { min-height: 260px; }
  .tdp-video-card { height: 160px; margin-bottom: 15px; }
  .tdp-social-grid { grid-template-columns: 1fr; }
  .tdp-social-card { padding: 24px 20px; }
}


/* ╔══════════════════════════════════════════════════════════════╗
   ║  TDP GÜNDEM PAGE — BENTO GRID & EDITORIAL DESIGN           ║
   ║  Stunning political agenda page with magazine aesthetics    ║
   ╚══════════════════════════════════════════════════════════════╝ */

/* ── Fonts ── */
.gundem-intro,
.gundem-bento-section,
.gundem-timeline-section,
.gundem-quote-section {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
}

.gundem-intro-title,
.gundem-section-title,
.gundem-card-title,
.gundem-quote-text,
.gundem-timeline-card h4 {
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
}

/* ── Enhanced Page Header ── */
.tdp-gundem-hero {
  padding: 140px 0 80px;
  background: linear-gradient(135deg, #1a0a0e 0%, #3d0f1a 25%, #c41e3a 70%, #e8534a 100%);
  position: relative;
  overflow: hidden;
}

.tdp-gundem-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 80%, rgba(255,255,255,0.06) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 20%, rgba(232,180,69,0.08) 0%, transparent 40%);
  pointer-events: none;
}

.tdp-gundem-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(0deg, #faf8f5 0%, transparent 100%);
  pointer-events: none;
}

.gundem-hero-pattern {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
}

.gundem-hero-title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 64px !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin: 0 0 16px !important;
  letter-spacing: -1px;
  line-height: 1.1;
}

.gundem-hero-subtitle {
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  color: rgba(255,255,255,0.75);
  font-weight: 300;
  letter-spacing: 0.3px;
  margin: 0;
  max-width: 500px;
}

/* ── Intro + Stats Section ── */
.gundem-intro {
  padding: 80px 0 60px;
  background: #faf8f5;
  position: relative;
}

.gundem-intro::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: radial-gradient(ellipse at 100% 50%, rgba(196,30,58,0.03) 0%, transparent 60%);
  pointer-events: none;
}

.gundem-eyebrow {
  display: inline-block;
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #c41e3a;
  margin-bottom: 16px;
  position: relative;
  padding-left: 36px;
}

.gundem-eyebrow::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 2px;
  background: #c41e3a;
}

.gundem-intro-title {
  font-size: 48px;
  font-weight: 700;
  color: #1a0a0e;
  line-height: 1.15;
  margin-bottom: 24px;
}

.gundem-intro-title span {
  color: #c41e3a;
  font-style: italic;
}

.gundem-intro-text {
  font-size: 17px;
  line-height: 1.85;
  color: #5a5a6e;
  max-width: 560px;
}

.gundem-intro-divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #c41e3a, #e8b445);
  border-radius: 3px;
  margin-top: 32px;
}

/* Stats Grid */
.gundem-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  height: 100%;
  align-content: center;
}

.gundem-stat-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 1px solid rgba(0,0,0,0.04);
}

.gundem-stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #c41e3a, #e8b445);
  opacity: 0;
  transition: opacity 0.4s;
}

.gundem-stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(196,30,58,0.12);
}

.gundem-stat-card:hover::before {
  opacity: 1;
}

.gundem-stat-number {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 48px;
  font-weight: 700;
  color: #c41e3a;
  line-height: 1;
  display: inline;
}

.gundem-stat-plus {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 32px;
  font-weight: 700;
  color: #e8b445;
  vertical-align: super;
}

.gundem-stat-label {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #636e72;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 8px;
}

/* ── Section Titles ── */
.gundem-section-title {
  font-size: 42px;
  font-weight: 700;
  color: #1a0a0e;
  line-height: 1.2;
  margin-bottom: 50px;
}

.gundem-section-title span {
  color: #c41e3a;
  font-style: italic;
}

/* ══════════════════════════════════════════
   BENTO GRID — The star of the show
   ══════════════════════════════════════════ */
.gundem-bento-section {
  padding: 20px 0 100px;
  background: #faf8f5;
  position: relative;
}

.gundem-bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 280px;
  gap: 20px;
}

/* Featured card spans 2 columns and 2 rows */
.gundem-card-featured {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}

/* Last card spans 2 columns */
.gundem-card:nth-child(8) {
  grid-column: 2 / 4;
}

/* ── Card Base ── */
.gundem-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  isolation: isolate;
}

.gundem-card-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.gundem-card-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.6s ease;
}

.gundem-card:hover .gundem-card-bg img {
  transform: scale(1.08);
  filter: brightness(0.9);
}

.gundem-card-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(26,10,14,0.1) 0%,
    rgba(26,10,14,0.25) 40%,
    rgba(26,10,14,0.75) 75%,
    rgba(26,10,14,0.92) 100%
  );
  transition: background 0.5s ease;
}

.gundem-card:hover .gundem-card-overlay {
  background: linear-gradient(
    180deg,
    rgba(196,30,58,0.05) 0%,
    rgba(26,10,14,0.2) 30%,
    rgba(26,10,14,0.7) 65%,
    rgba(26,10,14,0.9) 100%
  );
}

/* Badge for featured card */
.gundem-card-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 5;
  background: linear-gradient(135deg, #c41e3a, #e8534a);
  color: #fff;
  padding: 7px 18px;
  border-radius: 50px;
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  box-shadow: 0 4px 15px rgba(196,30,58,0.4);
}

/* Card Content */
.gundem-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px;
  z-index: 3;
  transform: translateY(0);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gundem-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.15);
  margin-bottom: 14px;
  transition: all 0.4s;
}

.gundem-card-icon i {
  font-size: 18px;
  color: #fff;
}

.gundem-card:hover .gundem-card-icon {
  background: #c41e3a;
  border-color: #c41e3a;
  transform: scale(1.05);
}

.gundem-card-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
  line-height: 1.25;
  letter-spacing: -0.3px;
}

.gundem-card-desc {
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.7);
  margin: 0 0 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  opacity: 0;
  max-height: 0;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gundem-card:hover .gundem-card-desc {
  opacity: 1;
  max-height: 120px;
}

/* Featured card always shows description */
.gundem-card-featured .gundem-card-desc {
  opacity: 1;
  max-height: none;
  -webkit-line-clamp: 4;
  color: rgba(255,255,255,0.8);
  font-size: 15px;
}

.gundem-card-featured .gundem-card-title {
  font-size: 32px;
}

.gundem-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #e8b445;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gundem-card:hover .gundem-card-link {
  opacity: 1;
  transform: translateY(0);
}

.gundem-card-link:hover {
  color: #fff;
  text-decoration: none;
}

.gundem-card-link i {
  transition: transform 0.3s;
}

.gundem-card-link:hover i {
  transform: translateX(4px);
}

/* Featured card always shows link */
.gundem-card-featured .gundem-card-link {
  opacity: 1;
  transform: translateY(0);
}

/* ── Smaller cards — tighter typography ── */
.gundem-card:not(.gundem-card-featured) .gundem-card-content {
  padding: 22px;
}

.gundem-card:not(.gundem-card-featured) .gundem-card-title {
  font-size: 22px;
}

.gundem-card:not(.gundem-card-featured) .gundem-card-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  margin-bottom: 12px;
}

.gundem-card:not(.gundem-card-featured) .gundem-card-icon i {
  font-size: 16px;
}

/* ══════════════════════════════════════════
   TIMELINE SECTION
   ══════════════════════════════════════════ */
.gundem-timeline-section {
  padding: 100px 0 80px;
  background: #fff;
  position: relative;
}

.gundem-timeline-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(196,30,58,0.15) 50%, transparent 100%);
}

.gundem-timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 0;
}

.gundem-timeline-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, #c41e3a 0%, rgba(196,30,58,0.15) 100%);
}

.gundem-timeline-item {
  position: relative;
  width: 50%;
  padding: 0 50px 50px 0;
}

.gundem-timeline-right {
  margin-left: 50%;
  padding: 0 0 50px 50px;
}

.gundem-timeline-dot {
  position: absolute;
  top: 6px;
  right: -9px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #c41e3a;
  z-index: 2;
  box-shadow: 0 0 0 4px rgba(196,30,58,0.12);
  transition: all 0.3s;
}

.gundem-timeline-right .gundem-timeline-dot {
  right: auto;
  left: -9px;
}

.gundem-timeline-item:hover .gundem-timeline-dot {
  background: #c41e3a;
  box-shadow: 0 0 0 8px rgba(196,30,58,0.15);
}

.gundem-timeline-date {
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #c41e3a;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.gundem-timeline-card {
  background: #faf8f5;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid rgba(0,0,0,0.04);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}

.gundem-timeline-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, #c41e3a, #e8b445);
  border-radius: 3px 0 0 3px;
  opacity: 0;
  transition: opacity 0.3s;
}

.gundem-timeline-item:hover .gundem-timeline-card {
  background: #fff;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}

.gundem-timeline-item:hover .gundem-timeline-card::before {
  opacity: 1;
}

.gundem-timeline-tag {
  display: inline-block;
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #c41e3a;
  background: rgba(196,30,58,0.08);
  padding: 4px 12px;
  border-radius: 50px;
  margin-bottom: 10px;
}

.gundem-timeline-card h4 {
  font-size: 22px;
  font-weight: 700;
  color: #1a0a0e;
  margin: 0 0 10px;
  line-height: 1.3;
}

.gundem-timeline-card p {
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  line-height: 1.75;
  color: #636e72;
  margin: 0;
}

/* ══════════════════════════════════════════
   QUOTE / CTA SECTION
   ══════════════════════════════════════════ */
.gundem-quote-section {
  padding: 100px 0;
  background: #1a0a0e;
  position: relative;
  overflow: hidden;
}

.gundem-quote-bg-pattern {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23c41e3a' fill-opacity='0.04'%3E%3Cpath fill-rule='evenodd' d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.gundem-quote-section::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196,30,58,0.1) 0%, transparent 60%);
  pointer-events: none;
}

.gundem-quote-section::after {
  content: '';
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232,180,69,0.06) 0%, transparent 60%);
  pointer-events: none;
}

.gundem-quote-wrapper {
  position: relative;
  text-align: center;
  z-index: 2;
}

.gundem-quote-mark {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 120px;
  font-weight: 700;
  color: #c41e3a;
  line-height: 0.6;
  opacity: 0.4;
  margin-bottom: 20px;
}

.gundem-quote-text {
  font-size: 26px;
  font-weight: 400;
  font-style: italic;
  color: rgba(255,255,255,0.9);
  line-height: 1.65;
  margin: 0 0 40px;
  padding: 0;
  border: none;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.2px;
}

.gundem-quote-author {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.gundem-quote-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(196,30,58,0.5);
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.gundem-quote-author strong {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.gundem-quote-author span {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  color: #e8b445;
  font-weight: 500;
}

/* CTA Block */
.gundem-cta {
  position: relative;
  z-index: 2;
}

.gundem-cta h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
}

.gundem-cta p {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,0.6);
  margin: 0 0 32px;
}

.gundem-cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.gundem-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  border-radius: 50px;
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  letter-spacing: 0.5px;
}

.gundem-btn i {
  transition: transform 0.3s;
}

.gundem-btn:hover i {
  transform: translateX(4px);
}

.gundem-btn-primary {
  background: linear-gradient(135deg, #c41e3a, #e8534a);
  color: #fff;
  box-shadow: 0 4px 20px rgba(196,30,58,0.4);
}

.gundem-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(196,30,58,0.5);
  color: #fff;
  text-decoration: none;
}

.gundem-btn-outline {
  background: transparent;
  color: rgba(255,255,255,0.8);
  border: 1px solid rgba(255,255,255,0.2);
}

.gundem-btn-outline:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.4);
  color: #fff;
  text-decoration: none;
  transform: translateY(-3px);
}

/* ══════════════════════════════════════════
   RESPONSIVE — GÜNDEM
   ══════════════════════════════════════════ */
@media (max-width: 1199px) {
  .gundem-hero-title { font-size: 52px !important; }
  .gundem-intro-title { font-size: 40px; }
  .gundem-bento-grid { grid-auto-rows: 250px; }
  .gundem-card-featured .gundem-card-title { font-size: 28px; }
}

@media (max-width: 991px) {
  .tdp-gundem-hero { padding: 120px 0 70px; }
  .gundem-hero-title { font-size: 44px !important; }
  .gundem-hero-subtitle { font-size: 16px; }
  .gundem-intro { padding: 60px 0 40px; }
  .gundem-intro-title { font-size: 34px; }
  .gundem-intro-content { margin-bottom: 40px; }

  .gundem-stats-grid {
    max-width: 400px;
  }

  .gundem-bento-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 260px;
  }
  .gundem-card-featured {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }
  .gundem-card:nth-child(8) {
    grid-column: 1 / 3;
  }

  .gundem-timeline-line { display: none; }
  .gundem-timeline-item,
  .gundem-timeline-right {
    width: 100%;
    margin-left: 0;
    padding: 0 0 30px 30px;
  }
  .gundem-timeline-dot {
    left: -9px !important;
    right: auto !important;
  }
  .gundem-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, #c41e3a 0%, rgba(196,30,58,0.15) 100%);
  }

  .gundem-section-title { font-size: 34px; }
  .gundem-quote-text { font-size: 22px; }
  .gundem-quote-mark { font-size: 80px; }
  .gundem-cta h3 { font-size: 26px; }
}

@media (max-width: 767px) {
  .tdp-gundem-hero { padding: 100px 0 60px; }
  .gundem-hero-title { font-size: 36px !important; }
  .gundem-intro-title { font-size: 28px; }
  .gundem-intro-text { font-size: 15px; }

  .gundem-bento-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 280px;
  }
  .gundem-card-featured {
    grid-column: 1;
    grid-row: span 1;
  }
  .gundem-card:nth-child(8) {
    grid-column: 1;
  }
  /* On mobile, always show description */
  .gundem-card .gundem-card-desc {
    opacity: 1;
    max-height: 80px;
    -webkit-line-clamp: 2;
  }
  .gundem-card .gundem-card-link {
    opacity: 1;
    transform: translateY(0);
  }

  .gundem-section-title { font-size: 28px; }
  .gundem-timeline-card h4 { font-size: 18px; }
  .gundem-quote-text { font-size: 18px; line-height: 1.6; }
  .gundem-quote-mark { font-size: 60px; }
  .gundem-cta h3 { font-size: 22px; }
}

@media (max-width: 575px) {
  .tdp-gundem-hero { padding: 90px 0 50px; }
  .gundem-hero-title { font-size: 30px !important; }
  .gundem-hero-subtitle { font-size: 14px; }
  .gundem-intro { padding: 40px 0 30px; }
  .gundem-intro-title { font-size: 24px; }
  .gundem-stats-grid { gap: 10px; }
  .gundem-stat-card { padding: 20px 16px; }
  .gundem-stat-number { font-size: 36px; }
  .gundem-bento-section { padding: 10px 0 60px; }
  .gundem-bento-grid { gap: 14px; grid-auto-rows: 240px; }
  .gundem-card-content { padding: 18px !important; }
  .gundem-card-title { font-size: 20px !important; }
  .gundem-card-featured .gundem-card-title { font-size: 22px !important; }
  .gundem-timeline-section { padding: 60px 0 50px; }
  .gundem-quote-section { padding: 60px 0; }
  .gundem-quote-text { font-size: 16px; }
  .gundem-cta h3 { font-size: 20px; }
  .gundem-btn { padding: 12px 24px; font-size: 13px; }
}

/* ══════════════════════════════════════════
   POLITIKALAR — Wide Card Responsive
   ══════════════════════════════════════════ */
@media (max-width: 767px) {
  .tdp-wide-policy-card {
    flex-direction: column !important;
  }
  .tdp-wide-policy-card .tdp-wide-policy-img {
    flex: none !important;
    max-width: 100% !important;
    min-height: 200px !important;
  }
}
