/* Blog: açık turkuaz aqua — cam yüzey, yumuşak parıltı ve animasyonlu vurgular */
body.page-blog {
  background-color: #e9fbfc;
  background-image:
    radial-gradient(ellipse 130% 85% at 50% -30%, rgba(34, 211, 238, 0.28), transparent 58%),
    radial-gradient(ellipse 70% 55% at 102% 18%, rgba(45, 212, 191, 0.22), transparent 52%),
    radial-gradient(ellipse 55% 45% at -5% 75%, rgba(165, 243, 252, 0.5), transparent 50%),
    linear-gradient(178deg, #f6feff 0%, #dcf5f9 46%, #e9fcf9 100%);
  background-attachment: scroll;
  color: #0f3f48;
}
@media (min-width: 900px) {
  body.page-blog {
    background-attachment: fixed;
  }
}
body.page-blog #main {
  background: transparent;
}

/* ─── marquee + liste (blog.php) ─── */
@keyframes blogHeroLiquid {
  0%, 100% { background-position: 8% 28%; }
  50% { background-position: 82% 68%; }
}
@keyframes blogRibbonDrift {
  0%, 100% { transform: translateX(-7%) scaleX(1.02); opacity: 0.7; }
  50% { transform: translateX(9%) scaleX(1.1); opacity: 1; }
}
@keyframes blogMarqueeSlide {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes blogNoteRgbShift {
  0% { background-position: 0% center; }
  100% { background-position: 100% center; }
}
@keyframes blogAccentLine {
  0% { background-position: 0% center; }
  100% { background-position: 230% center; }
}
@keyframes blogGlowCard {
  0%, 100% {
    box-shadow:
      0 12px 38px rgba(8, 100, 110, 0.08),
      0 2px 0 rgba(255, 255, 255, 0.94) inset;
    border-color: rgba(6, 182, 212, 0.35);
  }
  50% {
    box-shadow:
      0 22px 52px rgba(6, 182, 212, 0.18),
      0 0 36px rgba(34, 211, 238, 0.14),
      0 2px 0 rgba(255, 255, 255, 1) inset;
    border-color: rgba(34, 211, 238, 0.52);
  }
}
@keyframes blogShimmerImg {
  0% { transform: translateX(-130%) skewX(-11deg); opacity: 0.28; }
  55% { opacity: 0.58; }
  100% { transform: translateX(220%) skewX(-11deg); opacity: 0.3; }
}
.blog-neon-marquee {
  position: relative;
  background:
    radial-gradient(120% 90% at 10% 0%, rgba(255, 255, 255, 0.85), transparent 55%),
    radial-gradient(100% 80% at 95% 20%, rgba(165, 243, 252, 0.6), transparent 50%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(224, 250, 252, 0.95) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-block: 1px solid rgba(6, 182, 212, 0.28);
  box-shadow:
    0 -1px 0 rgba(255, 255, 255, 0.9),
    inset 0 14px 40px rgba(34, 211, 238, 0.08);
  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 -10% -45% -10%;
  height: 75%;
  background: linear-gradient(
    105deg,
    transparent,
    rgba(34, 211, 238, 0.18) 32%,
    rgba(167, 243, 208, 0.22) 52%,
    rgba(56, 189, 248, 0.2) 70%,
    transparent
  );
  filter: blur(28px);
  pointer-events: none;
  will-change: transform, opacity;
  animation: blogRibbonDrift 16s ease-in-out infinite;
}
.blog-neon-marquee__viewport {
  position: relative;
  mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent);
}
.blog-neon-marquee__note {
  text-align: center;
  font-size: 0.71rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(15, 80, 90, 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: #0a4650;
  background-image: linear-gradient(
    92deg,
    #04505c,
    #0a5f6f,
    #0f766e,
    #0369a1,
    #067a8a,
    #04505c
  );
  background-size: 260% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: blogNoteRgbShift 14s ease-in-out infinite alternate;
  filter: drop-shadow(0 1px 1px rgba(255, 255, 255, 0.9));
}
.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 560s 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;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}
a.blog-neon-pill.blog-neon-pill--link:hover {
  transform: translateY(-2px);
  border-color: rgba(14, 116, 144, 0.55);
  color: #0a4c51;
  background: rgba(255, 255, 255, 0.98);
  box-shadow:
    0 10px 32px rgba(6, 182, 212, 0.16),
    0 0 22px rgba(34, 211, 238, 0.12);
}
.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: #0c4a52;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(6, 182, 212, 0.45);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
  box-shadow:
    0 4px 16px rgba(6, 182, 212, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.65) inset;
}
.blog-neon-pill--konsept {
  text-transform: none;
  letter-spacing: 0.04em;
  font-weight: 600;
  font-size: 0.74rem;
}

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

/* Hero — aqua cam + hareketli ışık */
.blog-hero {
  padding-top: 88px;
  background-image:
    radial-gradient(ellipse 72% 60% at 18% 40%, rgba(255, 255, 255, 0.95), transparent 58%),
    radial-gradient(ellipse 54% 50% at 88% 28%, rgba(165, 243, 252, 0.9), transparent 58%),
    linear-gradient(
      145deg,
      #e0fafc 0%,
      #b8ecf2 26%,
      #f7fffd 52%,
      #c9f7f9 74%,
      #aee8ec 100%
    );
  background-size: 240% 240%;
  animation: blogHeroLiquid 22s ease-in-out infinite;
  padding-bottom: 56px;
  position: relative;
  overflow: hidden;
}
.blog-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 58% 48% at 22% 38%, rgba(34, 211, 238, 0.35), transparent 64%),
    radial-gradient(ellipse 46% 44% at 86% 20%, rgba(45, 212, 191, 0.24), transparent 60%),
    radial-gradient(circle at 52% 100%, rgba(6, 182, 212, 0.18), transparent 48%);
  mix-blend-mode: multiply;
  opacity: 0.55;
  pointer-events: none;
}
.blog-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(6, 182, 212, 0.15),
    #22d3ee,
    #5eead4,
    rgba(6, 182, 212, 0.15),
    transparent
  );
  background-size: 200% 100%;
  animation: blogAccentLine 6.5s linear infinite;
}
.blog-hero__inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.blog-hero__badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(6, 182, 212, 0.4);
  color: #0e7490;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 18px;
  box-shadow:
    0 6px 22px rgba(6, 182, 212, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.96) inset;
}
.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: #01232a;
  margin: 0 0 16px;
  line-height: 1.16;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 1),
    0 2px 1px rgba(255, 255, 255, 0.92),
    0 0 14px rgba(224, 251, 253, 0.95),
    0 0 28px rgba(34, 211, 238, 0.42),
    0 0 52px rgba(6, 182, 212, 0.26),
    0 0 82px rgba(103, 232, 249, 0.14);
}
.blog-hero h1 span {
  font-weight: 800;
  background-image: linear-gradient(
    102deg,
    #003944 0%,
    #045a66 22%,
    #0b8fa3 48%,
    #059669 72%,
    #036977 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 0 rgba(255, 255, 255, 1))
    drop-shadow(0 2px 6px rgba(255, 255, 255, 0.85))
    drop-shadow(0 0 10px rgba(165, 243, 252, 0.95))
    drop-shadow(0 0 22px rgba(34, 211, 238, 0.72))
    drop-shadow(0 0 40px rgba(6, 182, 212, 0.45))
    drop-shadow(0 0 62px rgba(45, 212, 191, 0.28));
}
.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(6, 182, 212, 0.42);
  color: #0f4a52;
  background: rgba(255, 255, 255, 0.65);
  box-shadow:
    0 6px 26px rgba(6, 182, 212, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.94) inset;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.blog-hero__cta-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(34, 211, 238, 0.7);
  background: rgba(255, 255, 255, 0.95);
  box-shadow:
    0 14px 40px rgba(6, 182, 212, 0.2),
    0 0 28px rgba(34, 211, 238, 0.1);
}
.blog-hero__cta-btn--contact {
  border-color: rgba(6, 182, 212, 0.5);
}
.blog-hero__cta-btn--wa {
  border-color: rgba(37, 211, 102, 0.45);
}
.blog-hero__cta-btn--wa:hover {
  border-color: rgba(37, 211, 102, 0.75);
  box-shadow:
    0 12px 36px rgba(37, 211, 102, 0.18),
    0 0 16px rgba(34, 211, 238, 0.08);
}
.blog-hero__cta-btn--ig {
  border-color: rgba(228, 64, 95, 0.42);
}
.blog-hero__cta-btn--ig:hover {
  border-color: rgba(228, 64, 95, 0.82);
  box-shadow:
    0 12px 34px rgba(228, 64, 95, 0.16),
    0 0 16px rgba(6, 182, 212, 0.08);
}
.blog-hero__cta-btn svg {
  flex-shrink: 0;
  opacity: 0.9;
}
.blog-hero__desc {
  font-size: 1.05rem;
  color: rgba(15, 63, 72, 0.72);
  max-width: 600px;
  margin: 0 auto 28px;
  line-height: 1.7;
}

/* Breadcrumb */
.blog-breadcrumb {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(230, 250, 252, 0.98) 100%);
  border-bottom: 1px solid rgba(6, 182, 212, 0.22);
  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(15, 63, 72, 0.55);
}
.blog-breadcrumb__list a {
  color: #0e7490;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s, color 0.2s;
}
.blog-breadcrumb__list a:hover {
  opacity: 0.85;
  color: #0891b2;
}
.blog-breadcrumb__sep { opacity: 0.4; }

/* 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(14, 116, 144, 0.42);
  pointer-events: none;
}
.blog-search {
  width: 100%;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(6, 182, 212, 0.26);
  border-radius: 10px;
  padding: 12px 16px 12px 44px;
  color: #0f3f48;
  font-size: 0.92rem;
  font-family: 'Poppins', sans-serif;
  outline: none;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
  box-shadow:
    0 4px 18px rgba(6, 182, 212, 0.06),
    0 1px 0 rgba(255, 255, 255, 1) inset;
}
.blog-search::placeholder { color: rgba(15, 63, 72, 0.35); }
.blog-search:focus {
  border-color: #22d3ee;
  background: #fff;
  box-shadow:
    0 0 0 3px rgba(34, 211, 238, 0.18),
    0 10px 32px rgba(6, 182, 212, 0.1);
}

/* 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.75);
  border: 1px solid rgba(6, 182, 212, 0.2);
  color: rgba(15, 63, 72, 0.78);
  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;
  box-shadow: 0 2px 10px rgba(6, 182, 212, 0.05);
}
.blog-filter-btn:hover {
  border-color: rgba(34, 211, 238, 0.45);
  color: #0891b2;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 6px 22px rgba(6, 182, 212, 0.1);
}
.blog-filter-btn.active {
  background: rgba(224, 250, 252, 0.95);
  border-color: rgba(6, 182, 212, 0.5);
  color: #0e7490;
  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(15, 63, 72, 0.54);
  font-size: 0.85rem;
  margin: 0;
}
.blog-results-info strong { color: #0e7490; }

/* 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 — cam yapı */
.blog-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(6, 182, 212, 0.3);
  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;
  /* cardFadeIn + opacity:0 bazı mobil WebKit’te animasyon uygulanmadan liste “boş” kalabiliyordu */
  opacity: 1;
  transform: translateY(0);
  animation: blogGlowCard 7s ease-in-out infinite;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.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; }

@media (max-width: 899px) {
  .blog-card {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
  .blog-card:nth-child(n) {
    animation-delay: 0s !important;
  }
}

.blog-card:hover {
  transform: scale(1.04) translateY(-4px);
  box-shadow:
    0 28px 60px rgba(6, 182, 212, 0.15),
    0 14px 40px rgba(15, 63, 72, 0.08),
    0 0 40px rgba(34, 211, 238, 0.1);
  border-color: rgba(34, 211, 238, 0.5);
}

.blog-card__img {
  position: relative;
  width: 100%;
  padding-top: 58%;
  overflow: hidden;
  background: linear-gradient(155deg, #cceef3, #dffaf8);
}
.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.52) 36%, rgba(34, 211, 238, 0.28) 50%, transparent 76%);
  animation: blogShimmerImg 4.2s ease-in-out infinite;
  opacity: 0.72;
  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, #b8eaf0, #d4f9f7);
}

.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(10px);
  background: rgba(14, 116, 144, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.42);
}

.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: #073a43;
  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(15, 63, 72, 0.62);
  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: #0891b2;
  text-decoration: none;
  transition: gap 0.2s, color 0.2s;
  margin-top: auto;
}
.blog-card__link:hover {
  gap: 10px;
  color: #0e7490;
}
.blog-card__link svg { flex-shrink: 0; }

/* Boş durum */
.blog-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 64px 16px;
  color: rgba(15, 63, 72, 0.45);
}
.blog-empty svg { margin-bottom: 16px; opacity: 0.35; color: rgba(14, 116, 144, 0.45); }
.blog-empty h3 { color: rgba(15, 63, 72, 0.68); margin-bottom: 8px; }
.blog-empty a { color: #0891b2; font-weight: 600; }

/* 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.88);
  border: 1px solid rgba(6, 182, 212, 0.26);
  color: rgba(15, 63, 72, 0.75);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 500;
  transition: all 0.2s;
  box-shadow: 0 2px 12px rgba(6, 182, 212, 0.06);
}
.blog-page-btn:hover {
  background: rgba(224, 250, 252, 0.96);
  border-color: rgba(34, 211, 238, 0.45);
  color: #0e7490;
}
.blog-page-btn.active {
  background: linear-gradient(145deg, #06b6d4, #14b8a6);
  border-color: rgba(6, 182, 212, 0.35);
  color: #f0fffe;
  font-weight: 700;
  box-shadow: 0 8px 28px rgba(6, 182, 212, 0.25);
}
.blog-page-btn.disabled {
  opacity: 0.35;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .blog-hero {
    animation: none !important;
    background-size: auto !important;
  }
  .blog-hero::after {
    animation: none !important;
    background-size: auto !important;
  }
  .blog-hero h1 span {
    animation: none !important;
    background-image: none !important;
    background-size: auto !important;
    filter: none !important;
    -webkit-text-fill-color: #095a66 !important;
    color: #095a66 !important;
    text-shadow:
      0 1px 0 rgba(255, 255, 255, 0.95),
      0 0 12px rgba(6, 182, 212, 0.2) !important;
  }
  .blog-hero h1 {
    text-shadow:
      0 1px 0 rgba(255, 255, 255, 0.95),
      0 0 12px rgba(6, 182, 212, 0.12) !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: #0f616d !important;
    color: #0f616d !important;
    filter: none !important;
  }
  .blog-hero__cta-btn:hover {
    transform: none !important;
  }
  a.blog-neon-pill.blog-neon-pill--link: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: 72px 0 42px;
  }
  .blog-neon-marquee__viewport {
    padding-right: 52px;
    box-sizing: border-box;
  }
  .blog-neon-marquee__track {
    padding: 12px 0 14px;
    gap: 7px;
  }
  .blog-neon-pill--konsept {
    font-size: 0.66rem;
    padding: 5px 10px;
  }
}

/* ─── Doğum günü serisi makale şablonu (bb-dg-series) ─── */
.bb-dg-series {
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 18px 64px;
  box-sizing: border-box;
}
.bb-dg-series__hero {
  text-align: center;
  padding: 48px 20px 36px;
  margin-bottom: 28px;
  border-radius: 22px;
  background:
    radial-gradient(120% 90% at 10% 0%, rgba(255, 255, 255, 0.92), transparent 58%),
    radial-gradient(90% 70% at 95% 20%, rgba(165, 243, 252, 0.55), transparent 50%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.88) 0%, rgba(224, 250, 252, 0.96) 100%);
  border: 1px solid rgba(6, 182, 212, 0.28);
  box-shadow:
    0 14px 40px rgba(8, 100, 110, 0.08),
    0 2px 0 rgba(255, 255, 255, 0.95) inset;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.bb-dg-series__kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(15, 100, 112, 0.72);
  margin-bottom: 12px;
}
.bb-dg-series__hero h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.55rem, 3.8vw, 2.35rem);
  font-weight: 700;
  line-height: 1.2;
  color: #0a4a54;
  margin: 0 0 14px;
}
.bb-dg-series__lead {
  max-width: 46rem;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(15, 63, 72, 0.88);
}
.bb-dg-series__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 300px);
  gap: 28px;
  align-items: start;
}
.bb-dg-series__main {
  border-radius: 18px;
  padding: 32px 28px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(6, 182, 212, 0.22);
  box-shadow:
    0 16px 48px rgba(8, 100, 110, 0.07),
    0 2px 0 rgba(255, 255, 255, 0.98) inset;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.bb-dg-series__main h2 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #087b8a;
  margin: 28px 0 12px;
  padding-left: 14px;
  border-left: 4px solid #22d3ee;
}
.bb-dg-series__main h2:first-child {
  margin-top: 0;
}
.bb-dg-series__main h3 {
  font-size: 1.05rem;
  font-weight: 600;
  color: #0f3f48;
  margin: 20px 0 8px;
}
.bb-dg-series__main p,
.bb-dg-series__main li {
  font-size: 1rem;
  line-height: 1.82;
  color: rgba(15, 63, 72, 0.92);
}
.bb-dg-series__main p {
  margin: 0 0 14px;
}
.bb-dg-series__main ul {
  margin: 0 0 16px;
  padding-left: 1.25rem;
}
.bb-dg-series__main a {
  color: #0891b2;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.bb-dg-series__main a:hover {
  color: #0e7490;
}
.bb-dg-series__note {
  margin-top: 22px;
  padding: 16px 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(207, 250, 254, 0.65), rgba(224, 242, 254, 0.5));
  border: 1px solid rgba(34, 211, 238, 0.35);
  font-size: 0.92rem;
  color: rgba(15, 63, 72, 0.9);
}
.bb-dg-series__sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.bb-dg-series__card {
  border-radius: 16px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(6, 182, 212, 0.22);
  box-shadow: 0 10px 32px rgba(8, 100, 110, 0.06);
}
.bb-dg-series__card h3 {
  margin: 0 0 12px;
  font-size: 1rem;
  font-weight: 700;
  color: #0a5c66;
}
.bb-dg-series__card a {
  display: block;
  padding: 8px 0;
  color: #0e7490;
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
  border-bottom: 1px solid rgba(6, 182, 212, 0.15);
}
.bb-dg-series__card a:hover {
  padding-left: 6px;
  color: #164e63;
}
.bb-dg-series__card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(15, 63, 72, 0.82);
}
.bb-dg-series__cta {
  margin-top: 32px;
  padding: 36px 24px;
  text-align: center;
  border-radius: 20px;
  background:
    radial-gradient(90% 80% at 50% 0%, rgba(34, 211, 238, 0.28), transparent 55%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.95) 0%, rgba(224, 250, 252, 0.98) 100%);
  border: 1px solid rgba(6, 182, 212, 0.32);
  box-shadow: 0 18px 50px rgba(6, 182, 212, 0.12);
}
.bb-dg-series__cta h2 {
  margin: 0 0 10px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.5rem;
  color: #0a4a54;
}
.bb-dg-series__cta p {
  margin: 0 0 20px;
  color: rgba(15, 63, 72, 0.85);
  max-width: 40rem;
  margin-inline: auto;
}
.bb-dg-series__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  margin: 6px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.bb-dg-series__btn--wa {
  background: linear-gradient(135deg, #06b6d4, #0891b2);
  color: #fff;
  box-shadow: 0 8px 28px rgba(8, 145, 178, 0.35);
}
.bb-dg-series__btn--contact {
  background: #fff;
  color: #0e7490;
  border: 2px solid rgba(6, 182, 212, 0.45);
}
.bb-dg-series__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(8, 145, 178, 0.25);
}
@media (max-width: 960px) {
  .bb-dg-series__grid {
    grid-template-columns: 1fr;
  }
}

/* ─── Açılış serisi: mor / ametist vurgu (bb-dg iskeleti + bb-acilis-series) ─── */
.bb-dg-series.bb-acilis-series .bb-dg-series__hero {
  background:
    radial-gradient(120% 90% at 10% 0%, rgba(255, 255, 255, 0.94), transparent 58%),
    radial-gradient(90% 70% at 95% 20%, rgba(196, 181, 253, 0.45), transparent 50%),
    linear-gradient(165deg, rgba(250, 245, 255, 0.95) 0%, rgba(237, 233, 254, 0.98) 100%);
  border-color: rgba(139, 92, 246, 0.3);
}
.bb-dg-series.bb-acilis-series .bb-dg-series__kicker {
  color: rgba(91, 33, 182, 0.75);
}
.bb-dg-series.bb-acilis-series .bb-dg-series__hero h1 {
  color: #4c1d95;
}
.bb-dg-series.bb-acilis-series .bb-dg-series__lead {
  color: rgba(67, 56, 202, 0.9);
}
.bb-dg-series.bb-acilis-series .bb-dg-series__main {
  border-color: rgba(139, 92, 246, 0.22);
}
.bb-dg-series.bb-acilis-series .bb-dg-series__main h2 {
  color: #5b21b6;
  border-left-color: #8b5cf6;
}
.bb-dg-series.bb-acilis-series .bb-dg-series__main h3 {
  color: #4c1d95;
}
.bb-dg-series.bb-acilis-series .bb-dg-series__main a {
  color: #7c3aed;
}
.bb-dg-series.bb-acilis-series .bb-dg-series__main a:hover {
  color: #5b21b6;
}
.bb-dg-series.bb-acilis-series .bb-dg-series__note {
  background: linear-gradient(135deg, rgba(237, 233, 254, 0.85), rgba(221, 214, 254, 0.55));
  border-color: rgba(139, 92, 246, 0.35);
  color: rgba(49, 46, 129, 0.92);
}
.bb-dg-series.bb-acilis-series .bb-dg-series__card {
  border-color: rgba(139, 92, 246, 0.2);
}
.bb-dg-series.bb-acilis-series .bb-dg-series__card h3 {
  color: #5b21b6;
}
.bb-dg-series.bb-acilis-series .bb-dg-series__card a {
  color: #6d28d9;
}
.bb-dg-series.bb-acilis-series .bb-dg-series__card a:hover {
  color: #4c1d95;
}
.bb-dg-series.bb-acilis-series .bb-dg-series__cta {
  background:
    radial-gradient(90% 80% at 50% 0%, rgba(167, 139, 250, 0.32), transparent 55%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.96) 0%, rgba(237, 233, 254, 0.98) 100%);
  border-color: rgba(139, 92, 246, 0.32);
  box-shadow: 0 18px 50px rgba(109, 40, 217, 0.12);
}
.bb-dg-series.bb-acilis-series .bb-dg-series__cta h2 {
  color: #4c1d95;
}
.bb-dg-series.bb-acilis-series .bb-dg-series__btn--wa {
  background: linear-gradient(135deg, #8b5cf6, #7c3aed);
  box-shadow: 0 8px 28px rgba(124, 58, 237, 0.35);
}
.bb-dg-series.bb-acilis-series .bb-dg-series__btn--contact {
  color: #5b21b6;
  border-color: rgba(139, 92, 246, 0.45);
}
.bb-dg-series.bb-acilis-series .bb-acilis-fig {
  margin: 22px auto;
  max-width: 520px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(139, 92, 246, 0.22);
  background: rgba(245, 243, 255, 0.65);
  box-shadow: 0 10px 36px rgba(91, 33, 182, 0.08);
}
.bb-dg-series.bb-acilis-series .bb-acilis-fig img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}
.bb-dg-series.bb-acilis-series .bb-acilis-fig figcaption {
  font-size: 0.86rem;
  line-height: 1.45;
  color: rgba(67, 56, 202, 0.78);
  padding: 10px 14px;
  text-align: center;
  background: rgba(255, 255, 255, 0.72);
}

/* ─── Kokteyl / ikram serisi: mercan & turkuaz vurgu ─── */
.bb-dg-series.bb-kokteyl-ikram-series .bb-dg-series__hero {
  background:
    radial-gradient(110% 85% at 8% 0%, rgba(255, 253, 250, 0.96), transparent 55%),
    radial-gradient(85% 65% at 96% 18%, rgba(255, 138, 101, 0.2), transparent 52%),
    linear-gradient(162deg, rgba(255, 250, 245, 0.98) 0%, rgba(224, 247, 250, 0.96) 100%);
  border-color: rgba(255, 112, 67, 0.22);
}
.bb-dg-series.bb-kokteyl-ikram-series .bb-dg-series__kicker {
  color: rgba(230, 74, 25, 0.82);
}
.bb-dg-series.bb-kokteyl-ikram-series .bb-dg-series__hero h1 {
  color: #4a148c;
}
.bb-dg-series.bb-kokteyl-ikram-series .bb-dg-series__lead {
  color: rgba(0, 131, 143, 0.9);
}
.bb-dg-series.bb-kokteyl-ikram-series .bb-dg-series__main {
  border-color: rgba(0, 188, 212, 0.22);
}
.bb-dg-series.bb-kokteyl-ikram-series .bb-dg-series__main h2 {
  color: #006064;
  border-left-color: #00bcd4;
}
.bb-dg-series.bb-kokteyl-ikram-series .bb-dg-series__main h3 {
  color: #00838f;
}
.bb-dg-series.bb-kokteyl-ikram-series .bb-dg-series__main a {
  color: #ff5722;
}
.bb-dg-series.bb-kokteyl-ikram-series .bb-dg-series__main a:hover {
  color: #e64a19;
}
.bb-dg-series.bb-kokteyl-ikram-series .bb-dg-series__note {
  background: linear-gradient(135deg, rgba(255, 243, 224, 0.88), rgba(224, 247, 250, 0.65));
  border-color: rgba(255, 152, 0, 0.32);
  color: rgba(84, 51, 18, 0.92);
}
.bb-dg-series.bb-kokteyl-ikram-series .bb-dg-series__card {
  border-color: rgba(0, 188, 212, 0.2);
}
.bb-dg-series.bb-kokteyl-ikram-series .bb-dg-series__card h3 {
  color: #006064;
}
.bb-dg-series.bb-kokteyl-ikram-series .bb-dg-series__card a {
  color: #00838f;
}
.bb-dg-series.bb-kokteyl-ikram-series .bb-dg-series__card a:hover {
  color: #004d40;
}
.bb-dg-series.bb-kokteyl-ikram-series .bb-dg-series__cta {
  background:
    radial-gradient(90% 75% at 50% 0%, rgba(128, 222, 234, 0.35), transparent 55%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.97) 0%, rgba(224, 247, 250, 0.95) 100%);
  border-color: rgba(0, 188, 212, 0.28);
  box-shadow: 0 18px 48px rgba(0, 131, 143, 0.1);
}
.bb-dg-series.bb-kokteyl-ikram-series .bb-dg-series__cta h2 {
  color: #004d40;
}
.bb-dg-series.bb-kokteyl-ikram-series .bb-dg-series__btn--wa {
  background: linear-gradient(135deg, #00acc1, #00897b);
  box-shadow: 0 8px 28px rgba(0, 137, 123, 0.35);
}
.bb-dg-series.bb-kokteyl-ikram-series .bb-dg-series__btn--contact {
  color: #006064;
  border-color: rgba(0, 188, 212, 0.45);
}
.bb-dg-series.bb-kokteyl-ikram-series .bb-kokteyl-fig {
  margin: 22px auto;
  max-width: 520px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 188, 212, 0.22);
  background: rgba(224, 247, 250, 0.45);
  box-shadow: 0 10px 36px rgba(0, 131, 143, 0.08);
}
.bb-dg-series.bb-kokteyl-ikram-series .bb-kokteyl-fig img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}
.bb-dg-series.bb-kokteyl-ikram-series .bb-kokteyl-fig figcaption {
  font-size: 0.86rem;
  line-height: 1.45;
  color: rgba(0, 96, 100, 0.78);
  padding: 10px 14px;
  text-align: center;
  background: rgba(255, 255, 255, 0.78);
}
