/* ByBalon blog liste — blog.php'den ayrıldı; tarayıcı önbelleği */
/* ─── Neon tema + marquee (blog.php gömülü — blog-page.css ile uyumlu) ─── */
body.page-blog {
  background-color: #030a0f;
  background-image:
    radial-gradient(ellipse 120% 75% at 50% -25%, rgba(0, 188, 212, 0.16), transparent 55%),
    radial-gradient(ellipse 65% 45% at 105% 35%, rgba(0, 151, 167, 0.09), transparent 52%),
    linear-gradient(180deg, #02080c 0%, #081a22 42%, #040e14 100%);
  background-attachment: scroll;
  color: #e4f7fa;
}
@media (min-width: 900px) {
  body.page-blog {
    background-attachment: fixed;
  }
}
body.page-blog #main {
  background: transparent;
}
@keyframes blogHeroLiquid {
  0%, 100% { background-position: 0% 42%; filter: hue-rotate(0deg) saturate(1.05); }
  50% { background-position: 65% 55%; filter: hue-rotate(-8deg) saturate(1.12); }
}
@keyframes blogMarqueeSlide {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes blogNoteRgbShift {
  0% { background-position: 0% center; }
  100% { background-position: 100% center; }
}
@keyframes blogGlowCard {
  0%, 100% {
    box-shadow: 0 14px 44px rgba(0, 0, 0, 0.62), 0 0 22px rgba(0, 188, 212, 0.1);
    border-color: rgba(0, 188, 212, 0.24);
  }
  50% {
    box-shadow: 0 18px 52px rgba(0, 0, 0, 0.68), 0 0 38px rgba(0, 188, 212, 0.22), 0 0 56px rgba(77, 208, 225, 0.1);
    border-color: rgba(77, 208, 225, 0.36);
  }
}
@keyframes blogShimmerImg {
  0% { transform: translateX(-130%) skewX(-12deg); opacity: 0.35; }
  55% { opacity: 0.72; }
  100% { transform: translateX(220%) skewX(-12deg); opacity: 0.38; }
}
.blog-neon-marquee {
  position: relative;
  background: radial-gradient(115% 85% at 12% 15%, rgba(0, 188, 212, 0.14), transparent 58%),
    radial-gradient(100% 85% at 92% 10%, rgba(0, 131, 143, 0.1), transparent 52%),
    linear-gradient(180deg, #020a0f 0%, #05161d 50%, #040d12 100%);
  border-block: 1px solid rgba(0, 188, 212, 0.26);
  box-shadow: inset 0 0 48px rgba(0, 0, 0, 0.58), inset 0 1px 0 rgba(0, 188, 212, 0.12);
  overflow: hidden;
}
.blog-neon-marquee__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.blog-neon-marquee__glow {
  position: absolute;
  inset: auto 0 -40% 0;
  height: 70%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 188, 212, 0.09) 38%,
    rgba(129, 212, 250, 0.1) 56%,
    rgba(0, 172, 193, 0.12) 72%,
    transparent
  );
  filter: blur(24px);
  pointer-events: none;
  opacity: 0.88;
  animation: blogHeroLiquid 18s ease-in-out infinite;
}
.blog-neon-marquee__viewport {
  position: relative;
  mask-image: linear-gradient(90deg, transparent 0%, #000 9%, #000 91%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 9%, #000 91%, transparent);
}
.blog-neon-marquee__note {
  text-align: center;
  font-size: 0.71rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(172, 255, 246, 0.55);
  padding: 6px 14px 0;
  margin: 0;
}
.blog-neon-marquee__note--rgb {
  text-transform: none;
  font-size: clamp(0.8rem, 1.55vw, 0.95rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.45;
  max-width: 46rem;
  margin-inline: auto;
  padding-block: 10px 4px;
  color: transparent;
  background-image: linear-gradient(
    90deg,
    #0891b2,
    #06b6d4,
    #22d3ee,
    #2dd4bf,
    #14b8a6,
    #0891b2
  );
  background-size: 220% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: blogNoteRgbShift 12s linear infinite;
  filter: drop-shadow(0 0 14px rgba(0, 188, 212, 0.5));
}
.blog-neon-marquee__viewport:hover .blog-neon-marquee__track {
  animation-play-state: paused;
}
.blog-neon-marquee__track {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
  padding: 20px 0 22px;
  white-space: nowrap;
  animation: blogMarqueeSlide var(--blog-marquee-sec, 520s) linear infinite;
  will-change: transform;
}
a.blog-neon-pill.blog-neon-pill--link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
a.blog-neon-pill.blog-neon-pill--link:hover {
  border-color: rgba(129, 212, 250, 0.85);
  color: #fff;
  box-shadow: 0 0 22px rgba(0, 188, 212, 0.35);
}
.blog-neon-pill {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.095em;
  text-transform: uppercase;
  font-family: 'Poppins', system-ui, sans-serif;
  color: #eafcff;
  background: rgba(4, 18, 28, 0.72);
  border: 1px solid rgba(0, 188, 212, 0.45);
  text-shadow:
    0 0 8px rgba(0, 188, 212, 0.55),
    0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow:
    0 0 14px rgba(0, 188, 212, 0.22),
    inset 0 0 18px rgba(0, 188, 212, 0.05);
}
.blog-neon-pill--konsept {
  text-transform: none;
  letter-spacing: 0.04em;
  font-weight: 600;
  font-size: 0.74rem;
}

/* ═══════════════════════════════════════════════════
   BLOG SAYFASI CSS
═══════════════════════════════════════════════════ */

/* Hero — koyu deniz + turkuaz ışık */
.blog-hero {
  background-image: linear-gradient(
    135deg,
    #02080d 0%,
    #051a22 24%,
    #083848 52%,
    #051418 74%,
    #020708 100%
  );
  background-size: 260% 260%;
  animation: blogHeroLiquid 26s ease-in-out infinite;
  padding: 80px 0 56px;
  position: relative;
  overflow: hidden;
}
.blog-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 58% 54% at 20% 42%, rgba(0,188,212,0.34) 0%, transparent 66%),
    radial-gradient(ellipse 48% 48% at 88% 18%, rgba(0,151,167,0.16) 0%, transparent 62%),
    radial-gradient(circle at 52% 100%, rgba(0,131,143,0.22) 0%, transparent 46%);
  mix-blend-mode: screen;
  pointer-events: none;
}
.blog-hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #00BCD4, transparent);
}
.blog-hero__inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.blog-hero__badge {
  display: inline-block;
  background: rgba(0,188,212,0.15);
  border: 1px solid rgba(0,188,212,0.35);
  color: #00BCD4;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 18px;
}
.blog-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.15rem, 5.4vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #ecfeff;
  margin: 0 0 16px;
  line-height: 1.16;
  text-shadow:
    0 1px 2px rgba(0, 8, 16, 0.92),
    0 2px 18px rgba(0, 0, 0, 0.55);
}
.blog-hero h1::after {
  content: '';
  display: block;
  width: min(19rem, 88%);
  height: 2px;
  margin: 16px auto 0;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(125, 211, 252, 0.5),
    rgba(45, 212, 191, 0.35),
    transparent
  );
  opacity: 0.9;
}
.blog-hero h1 span {
  font-weight: 800;
  background-image: linear-gradient(
    110deg,
    #e0f2fe 0%,
    #7dd3fc 38%,
    #67e8f9 68%,
    #5eead4 100%
  );
  background-size: 100% auto;
  background-position: center center;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: none;
  filter: drop-shadow(0 1px 3px rgba(0, 12, 20, 0.85));
}
/* Dar ekran/WebKit: gradient+şeffaf dolgu bazen metni tamamen göstermez (“beyaz/boş başlık”). */
@media (max-width: 899px) {
  body.page-blog .blog-hero h1 span {
    background-image: none !important;
    background-clip: border-box !important;
    -webkit-background-clip: border-box !important;
    -webkit-text-fill-color: #e0f2fe !important;
    color: #e0f2fe !important;
  }
  body.page-blog .blog-neon-marquee__note--rgb {
    background-image: none !important;
    animation: none !important;
    -webkit-text-fill-color: rgba(210, 251, 246, 0.95) !important;
    color: rgba(210, 251, 246, 0.95) !important;
    filter: none !important;
  }
}
.blog-hero__cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 8px 0 18px;
}
.blog-hero__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(0, 188, 212, 0.42);
  color: rgba(240, 255, 253, 0.96);
  background: rgba(3, 20, 28, 0.58);
  box-shadow:
    0 0 18px rgba(0, 188, 212, 0.16),
    inset 0 0 22px rgba(0, 188, 212, 0.04);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.blog-hero__cta-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(77, 208, 225, 0.75);
  box-shadow:
    0 10px 34px rgba(0, 188, 212, 0.24),
    0 0 28px rgba(0, 188, 212, 0.15);
  color: #fff;
}
.blog-hero__cta-btn--contact {
  border-color: rgba(0, 255, 247, 0.45);
}
.blog-hero__cta-btn--wa {
  border-color: rgba(37, 211, 102, 0.5);
}
.blog-hero__cta-btn--wa:hover {
  border-color: rgba(37, 211, 102, 0.85);
  box-shadow:
    0 10px 36px rgba(37, 211, 102, 0.25),
    0 0 20px rgba(0, 255, 247, 0.1);
}
.blog-hero__cta-btn--ig {
  border-color: rgba(228, 64, 95, 0.5);
}
.blog-hero__cta-btn--ig:hover {
  border-color: rgba(228, 64, 95, 0.9);
  box-shadow:
    0 10px 34px rgba(228, 64, 95, 0.2),
    0 0 20px rgba(0, 188, 212, 0.1);
}
.blog-hero__cta-btn svg {
  flex-shrink: 0;
  opacity: 0.92;
}
.blog-hero__desc {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.7);
  max-width: 600px;
  margin: 0 auto 28px;
  line-height: 1.7;
}

/* Breadcrumb */
.blog-breadcrumb {
  background: linear-gradient(180deg, #031016 0%, #061c24 100%);
  border-bottom: 1px solid rgba(0, 188, 212, 0.16);
  padding: 10px 0;
}
.blog-breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.5);
}
.blog-breadcrumb__list a {
  color: #00BCD4;
  text-decoration: none;
  transition: opacity 0.2s;
}
.blog-breadcrumb__list a:hover { opacity: 0.8; }
.blog-breadcrumb__sep { opacity: 0.35; }

/* Ana wrapper */
.blog-main {
  background: transparent;
  padding: 48px 0 80px;
}

/* Filtreler + Arama */
.blog-controls {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.blog-search-wrap {
  flex: 1;
  min-width: 240px;
  position: relative;
}
.blog-search-wrap svg {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255,255,255,0.35);
  pointer-events: none;
}
.blog-search {
  width: 100%;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(0,188,212,0.2);
  border-radius: 10px;
  padding: 12px 16px 12px 44px;
  color: #fff;
  font-size: 0.92rem;
  font-family: 'Poppins', sans-serif;
  outline: none;
  transition: border-color 0.2s, background 0.2s;
  box-sizing: border-box;
}
.blog-search::placeholder { color: rgba(255,255,255,0.3); }
.blog-search:focus {
  border-color: #00BCD4;
  background: rgba(0,188,212,0.06);
}

/* Kategori filtreleri */
.blog-filter-wrap {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.blog-filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.7);
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
  white-space: nowrap;
}
.blog-filter-btn:hover {
  border-color: rgba(0,188,212,0.5);
  color: #00BCD4;
  background: rgba(0,188,212,0.08);
}
.blog-filter-btn.active {
  background: rgba(0,188,212,0.15);
  border-color: #00BCD4;
  color: #00BCD4;
  font-weight: 600;
}

/* Sonuç bilgisi */
.blog-results-info {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.blog-results-info p {
  color: rgba(255,255,255,0.5);
  font-size: 0.85rem;
  margin: 0;
}
.blog-results-info strong { color: #00BCD4; }

/* Grid */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1199px) { .blog-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 991px)  { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px)  { .blog-grid { grid-template-columns: 1fr; gap: 16px; } }

/* Kart */
.blog-card {
  background: rgba(6, 16, 32, 0.85);
  border: 1px solid rgba(0, 255, 247, 0.22);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  opacity: 0;
  transform: translateY(20px);
  animation: cardFadeIn 0.45s ease forwards;
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.62), 0 0 22px rgba(0, 188, 212, 0.1);
  border-color: rgba(0, 188, 212, 0.24);
}
/* content-visibility kaldırıldı: iOS Safari’de kartlar opacity:0 + animasyon ile birlikte
   bazen hiç çizilmiyordu (beyaz liste). Küçük ekranda animasyona güvenmeden göster. */
@media (max-width: 899px) {
  .blog-card {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
  .blog-card:nth-child(n) {
    animation-delay: 0s !important;
  }
}
@keyframes cardFadeIn {
  to { opacity: 1; transform: translateY(0); }
}
.blog-card:nth-child(1)  { animation-delay: 0.04s; }
.blog-card:nth-child(2)  { animation-delay: 0.08s; }
.blog-card:nth-child(3)  { animation-delay: 0.12s; }
.blog-card:nth-child(4)  { animation-delay: 0.16s; }
.blog-card:nth-child(5)  { animation-delay: 0.20s; }
.blog-card:nth-child(6)  { animation-delay: 0.24s; }
.blog-card:nth-child(7)  { animation-delay: 0.28s; }
.blog-card:nth-child(8)  { animation-delay: 0.32s; }
.blog-card:nth-child(9)  { animation-delay: 0.36s; }
.blog-card:nth-child(10) { animation-delay: 0.40s; }
.blog-card:nth-child(11) { animation-delay: 0.44s; }
.blog-card:nth-child(12) { animation-delay: 0.48s; }
.blog-card:nth-child(13) { animation-delay: 0.50s; }
.blog-card:nth-child(14) { animation-delay: 0.52s; }
.blog-card:nth-child(15) { animation-delay: 0.54s; }
.blog-card:nth-child(16) { animation-delay: 0.56s; }
.blog-card:nth-child(17) { animation-delay: 0.58s; }
.blog-card:nth-child(18) { animation-delay: 0.60s; }
.blog-card:nth-child(19) { animation-delay: 0.62s; }
.blog-card:nth-child(20) { animation-delay: 0.64s; }

.blog-card:hover {
  transform: scale(1.02) translateY(-3px);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.75), 0 0 48px rgba(0, 188, 212, 0.2), 0 0 64px rgba(77, 208, 225, 0.1);
  border-color: rgba(0, 188, 212, 0.45);
}

/* Kart görsel */
.blog-card__img {
  position: relative;
  width: 100%;
  padding-top: 58%;
  overflow: hidden;
  background: linear-gradient(155deg, #041520, #062830);
}
.blog-card__img::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.blog-card__img::before {
  content: '';
  position: absolute;
  top: -10%;
  left: -30%;
  width: 56%;
  height: 120%;
  z-index: 2;
  background: linear-gradient(98deg, transparent 0%, rgba(255,255,255,0.05) 40%, rgba(0,255,247,0.25) 50%, transparent 76%);
  animation: none;
  opacity: 0;
  pointer-events: none;
}

.blog-card__img img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.blog-card:hover .blog-card__img img {
  transform: scale(1.07);
}
.blog-card__img-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  background: linear-gradient(135deg, #0d2137, #0a3040);
}

/* Kart badge */
.blog-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px 10px;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 600;
  color: #fff;
  z-index: 4;
  backdrop-filter: blur(8px);
  background: rgba(0,0,0,0.45);
  border: 1px solid rgba(255,255,255,0.2);
}

/* Kart içerik */
.blog-card__body {
  padding: 18px 16px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.blog-card__kat {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.blog-card__title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 10px;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card__desc {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.6;
  margin: 0 0 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}
.blog-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #00BCD4;
  text-decoration: none;
  transition: gap 0.2s;
  margin-top: auto;
}
.blog-card__link:hover { gap: 10px; }
.blog-card__link svg { flex-shrink: 0; }

/* Boş durum */
.blog-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 64px 16px;
  color: rgba(255,255,255,0.4);
}
.blog-empty svg { margin-bottom: 16px; opacity: 0.3; }
.blog-empty h3 { color: rgba(255,255,255,0.6); margin-bottom: 8px; }
.blog-empty a { color: #00BCD4; }

/* Pagination */
.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 48px;
  flex-wrap: wrap;
}
.blog-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border-radius: 8px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 500;
  transition: all 0.2s;
}
.blog-page-btn:hover {
  background: rgba(0,188,212,0.12);
  border-color: rgba(0,188,212,0.4);
  color: #00BCD4;
}
.blog-page-btn.active {
  background: #00BCD4;
  border-color: #00BCD4;
  color: #000;
  font-weight: 700;
}
.blog-page-btn.disabled {
  opacity: 0.3;
  pointer-events: none;
}

/* Responsive filtreler */
@media (prefers-reduced-motion: reduce) {
  .blog-hero {
    animation: none !important;
    background-size: auto !important;
    filter: none !important;
  }
  .blog-hero h1 span {
    animation: none !important;
    background-image: none !important;
    background-size: auto !important;
    filter: none !important;
    -webkit-text-fill-color: #7dd3fc !important;
    color: #7dd3fc !important;
    text-shadow: 0 1px 2px rgba(0, 8, 16, 0.9) !important;
  }
  .blog-hero h1 {
    color: #ecfeff !important;
    text-shadow: 0 1px 2px rgba(0, 8, 16, 0.92), 0 2px 14px rgba(0, 0, 0, 0.5) !important;
  }
  .blog-neon-marquee__glow {
    animation: none !important;
  }
  .blog-neon-marquee__track {
    animation: none !important;
    transform: translateX(0);
  }
  .blog-neon-marquee__note--rgb {
    animation: none !important;
    background-image: none !important;
    background-size: auto !important;
    -webkit-text-fill-color: rgba(200, 244, 252, 0.95) !important;
    color: rgba(200, 244, 252, 0.95) !important;
    filter: none !important;
  }
  .blog-hero__cta-btn:hover {
    transform: none !important;
  }
  .blog-card__img::before {
    animation: none !important;
    opacity: 0;
  }
  .blog-card {
    opacity: 1 !important;
    animation: none !important;
    transform: none !important;
  }
}
@media (max-width: 767px) {
  .blog-controls { flex-direction: column; }
  .blog-filter-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 8px;
    width: 100%;
  }
  .blog-filter-btn {
    font-size: 0.72rem;
    padding: 8px 10px;
    white-space: normal;
    justify-content: center;
    text-align: center;
    line-height: 1.25;
    min-height: 44px;
    box-sizing: border-box;
  }
  .blog-hero {
    padding: 56px 0 40px;
    animation: none;
    background-size: auto;
  }
  .blog-neon-marquee__viewport {
    padding-right: 52px;
    box-sizing: border-box;
  }
  .blog-neon-marquee__track {
    padding: 12px 0 14px;
    gap: 7px;
    will-change: auto;
  }
  .blog-neon-pill--konsept {
    font-size: 0.66rem;
    padding: 5px 10px;
  }
}
