/* ==========================================================================
   Beşiktaş JK Spor Okulları - Modern Soft Theme Stylesheet (v2.5)
   Official Palette:
   - BJK Black: #09090b, #0f172a, #18181b
   - Pure White: #ffffff
   - BJK Red Accent: #e11d48 (Hover: #be123c, Soft Light: #ffe4e6)
   - Soft Gray BG: #f8fafc
   - Light Borders: #e2e8f0
   ========================================================================== */

:root {
  --bjk-black: #09090b;
  --bjk-dark: #0f172a;
  --bjk-dark-card: #18181b;
  --bjk-red: #e11d48;
  --bjk-red-hover: #be123c;
  --bjk-red-soft: #ffe4e6;
  --bjk-red-glow: rgba(225, 29, 72, 0.35);
  --bjk-gray-bg: #f8fafc;
  --bjk-card-bg: #ffffff;
  --bjk-border: #e2e8f0;
  --bjk-text-main: #0f172a;
  --bjk-text-muted: #64748b;
  --bjk-font: 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --bjk-radius-sm: 8px;
  --bjk-radius-md: 14px;
  --bjk-radius-lg: 20px;
  --bjk-radius-xl: 28px;
  --bjk-shadow-sm: 0 1px 3px rgba(0,0,0,0.05);
  --bjk-shadow-md: 0 6px 24px -2px rgba(15,23,42,0.08);
  --bjk-shadow-lg: 0 16px 45px -5px rgba(15,23,42,0.14);
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--bjk-font);
  background-color: var(--bjk-gray-bg);
  color: var(--bjk-text-main);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.bjk-container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ==========================================================================
   0. Profesyonel Vektör SVG İkonografi Sistemi (.bjk-svg-icon)
   ========================================================================== */
.bjk-svg-icon {
  width: 1.15em;
  height: 1.15em;
  display: inline-block;
  vertical-align: -0.2em;
  flex-shrink: 0;
  transition: transform 0.2s ease, stroke 0.2s ease, fill 0.2s ease;
}
.bjk-svg-icon-sm {
  width: 0.95em;
  height: 0.95em;
  vertical-align: -0.15em;
}
.bjk-svg-icon-lg {
  width: 1.5em;
  height: 1.5em;
  vertical-align: -0.25em;
}
.bjk-svg-icon-xl {
  width: 2.2em;
  height: 2.2em;
}

/* ==========================================================================
   1. Üst Bilgi & İletişim Çubuğu (Top Bar)
   ========================================================================== */
.bjk-topbar {
  background-color: var(--bjk-black);
  color: #94a3b8;
  font-size: 13px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 1001;
}
.bjk-topbar .bjk-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.bjk-topbar-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bjk-topbar-tag {
  background: var(--bjk-red);
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  padding: 2px 7px;
  border-radius: 4px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bjk-topbar-text {
  color: #e2e8f0;
  font-weight: 500;
}
.bjk-topbar-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.bjk-topbar-link {
  color: #cbd5e1;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.bjk-topbar-link strong {
  color: #ffffff;
}
.bjk-topbar-link:hover {
  color: var(--bjk-red);
}
.bjk-topbar-link:hover strong {
  color: var(--bjk-red);
}
.bjk-topbar-wa {
  color: #4ade80 !important;
  font-weight: 700;
}
.bjk-topbar-wa:hover {
  color: #86efac !important;
}
.bjk-topbar-divider {
  color: #334155;
  font-size: 11px;
}

/* ==========================================================================
   2. Ana Navigasyon (Sticky Header & Dropdowns)
   ========================================================================== */
.bjk-header {
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid #f1f5f9;
  transition: all 0.3s ease;
}
.bjk-header.scrolled {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}
.bjk-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  gap: 20px;
}

/* Logo & Brand */
.bjk-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
}
.bjk-brand-logo-wrap {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bjk-brand-logo {
  height: 50px;
  width: auto;
  object-fit: contain;
}
.bjk-brand-text {
  display: flex;
  flex-direction: column;
}
.bjk-brand-club {
  font-size: 18px;
  font-weight: 900;
  color: var(--bjk-black);
  letter-spacing: -0.5px;
  line-height: 1;
}
.bjk-brand-name {
  font-size: 11px;
  font-weight: 800;
  color: var(--bjk-red);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 3px;
  line-height: 1;
}
.bjk-brand-sub {
  font-size: 10px;
  font-weight: 600;
  color: var(--bjk-text-muted);
  line-height: 1;
  margin-top: 2px;
}

/* Desktop Nav Menu */
.bjk-nav {
  display: block;
}
.bjk-nav-list {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.bjk-nav-item {
  position: relative;
}
.bjk-nav-link {
  font-size: 14px;
  font-weight: 700;
  color: #1e293b;
  padding: 14px 4px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
  transition: color 0.2s ease;
}
.bjk-nav-link:hover, .bjk-nav-link.active {
  color: var(--bjk-red);
}
.bjk-arrow-down {
  font-size: 10px;
  opacity: 0.6;
  transition: transform 0.2s ease;
}
.bjk-nav-item:hover .bjk-arrow-down {
  transform: rotate(180deg);
  opacity: 1;
}

/* Bulletproof Dropdown Menu */
.bjk-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 270px;
  background: #ffffff;
  border-radius: var(--bjk-radius-md);
  box-shadow: 0 20px 40px -5px rgba(15, 23, 42, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--bjk-border);
  padding: 8px;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1000;
  pointer-events: none;
}
/* Crucial invisible hover bridge that prevents dropdown from disappearing */
.bjk-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  height: 16px;
}
.bjk-nav-item:hover .bjk-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.bjk-dropdown-wide {
  min-width: 320px;
}
.bjk-dropdown-menu li {
  margin: 0;
}
.bjk-dropdown-menu li a {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 12px;
  border-radius: var(--bjk-radius-sm);
  color: var(--bjk-text-main);
  transition: background 0.15s ease, transform 0.15s ease;
}
.bjk-dropdown-menu li a:hover {
  background: #f8fafc;
  transform: translateX(3px);
}
.bjk-dropdown-menu li a .bjk-dd-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: var(--bjk-red-soft);
  color: var(--bjk-red);
  flex-shrink: 0;
  transition: all 0.2s ease;
}
.bjk-dropdown-menu li a:hover .bjk-dd-icon {
  background: var(--bjk-red);
  color: #ffffff;
}
.bjk-dropdown-menu li a .bjk-dd-icon svg {
  width: 18px;
  height: 18px;
}
.bjk-dropdown-menu li a strong {
  display: block;
  font-size: 13px;
  font-weight: 800;
  color: var(--bjk-black);
}
.bjk-dropdown-menu li a:hover strong {
  color: var(--bjk-red);
}
.bjk-dropdown-menu li a small {
  display: block;
  font-size: 11px;
  color: var(--bjk-text-muted);
  margin-top: 2px;
  line-height: 1.3;
}

/* Header Right CTAs */
.bjk-header-right {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.bjk-btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--bjk-red);
  color: #ffffff !important;
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 11px 22px;
  border-radius: 30px;
  box-shadow: 0 4px 16px var(--bjk-red-glow);
  transition: all 0.25s ease;
  cursor: pointer;
  border: none;
  white-space: nowrap;
}
.bjk-btn-cta:hover {
  background: var(--bjk-red-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(225, 29, 72, 0.45);
}

/* Hamburger Button */
.bjk-hamburger {
  display: none;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  cursor: pointer;
  padding: 10px;
  flex-direction: column;
  justify-content: space-around;
  transition: all 0.2s ease;
}
.bjk-hamburger:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
}
.bjk-hamburger .bar {
  display: block;
  width: 100%;
  height: 2.5px;
  background: var(--bjk-black);
  border-radius: 2px;
  transition: all 0.3s ease;
}
.bjk-hamburger.active .bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.bjk-hamburger.active .bar:nth-child(2) {
  opacity: 0;
}
.bjk-hamburger.active .bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ==========================================================================
   3. Mobil Drawer Navigasyon (Off-Canvas)
   ========================================================================== */
.bjk-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(9, 9, 11, 0.7);
  backdrop-filter: blur(4px);
  z-index: 10001;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.bjk-drawer-overlay.active {
  opacity: 1;
  visibility: visible;
}
.bjk-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 360px;
  max-width: 88vw;
  height: 100vh;
  background: #0f172a;
  color: #ffffff;
  z-index: 10002;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.5);
}
.bjk-drawer.active {
  transform: translateX(0);
}
.bjk-drawer-header {
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #1e293b;
  background: #09090b;
}
.bjk-drawer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.bjk-drawer-logo {
  height: 42px;
  width: auto;
}
.bjk-drawer-title {
  font-size: 16px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.1;
}
.bjk-drawer-sub {
  font-size: 10px;
  font-weight: 700;
  color: var(--bjk-red);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.bjk-drawer-close {
  background: #1e293b;
  border: none;
  color: #ffffff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bjk-drawer-close:hover {
  background: var(--bjk-red);
}

/* Drawer Quick Actions & Search */
.bjk-drawer-quick-actions {
  padding: 12px 18px;
  background: #18181b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bjk-drawer-quick-call {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #0284c7;
  color: #ffffff !important;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  justify-content: center;
  transition: all 0.2s ease;
}
.bjk-drawer-quick-call:hover {
  background: #0369a1;
}
.bjk-drawer-quick-call .icon {
  display: flex;
  align-items: center;
}
.bjk-drawer-quick-call svg {
  width: 16px;
  height: 16px;
}
.bjk-drawer-search-form {
  display: flex;
  align-items: center;
  background: #27272a;
  border-radius: 8px;
  padding: 2px 4px 2px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.bjk-drawer-search-input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #ffffff;
  font-size: 13px;
  padding: 8px 4px;
}
.bjk-drawer-search-input::placeholder {
  color: #a1a1aa;
}
.bjk-drawer-search-submit {
  background: #e11d48;
  border: none;
  outline: none;
  color: #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}
.bjk-drawer-search-submit:hover {
  background: #be123c;
}
.bjk-drawer-search-submit svg {
  width: 14px;
  height: 14px;
}

/* Drawer Quick Branches */
.bjk-drawer-branches {
  padding: 16px 20px;
  background: #1e293b;
  border-bottom: 1px solid #334155;
}
.bjk-drawer-branch-label {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  color: #94a3b8;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.bjk-drawer-branches-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.bjk-drawer-branch-item {
  background: #0f172a;
  border: 1px solid #334155;
  border-radius: 8px;
  padding: 10px 4px;
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.bjk-drawer-branch-item .icon {
  font-size: 18px;
}
.bjk-drawer-branch-item span:last-child {
  font-size: 11px;
  font-weight: 700;
}
.bjk-drawer-branch-item:hover {
  border-color: var(--bjk-red);
  background: #18181b;
}

/* Drawer Menu List */
.bjk-drawer-nav {
  padding: 20px;
  flex-grow: 1;
}
.bjk-drawer-menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bjk-drawer-menu > li > a {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #f1f5f9;
  padding: 6px 0;
}
.bjk-drawer-menu > li > a:hover {
  color: var(--bjk-red);
}

/* Drawer Accordions */
.bjk-accordion-toggle {
  width: 100%;
  background: none;
  border: none;
  color: #f1f5f9;
  font-size: 15px;
  font-weight: 700;
  padding: 6px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
}
.bjk-accordion-toggle:hover {
  color: var(--bjk-red);
}
.bjk-accordion-toggle .plus {
  font-size: 18px;
  color: var(--bjk-red);
  transition: transform 0.2s ease;
}
.bjk-drawer-accordion.open .bjk-accordion-toggle .plus {
  transform: rotate(45deg);
}
.bjk-accordion-content {
  display: none;
  list-style: none;
  padding-left: 16px;
  margin-top: 8px;
  border-left: 2px solid var(--bjk-red);
}
.bjk-drawer-accordion.open .bjk-accordion-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bjk-accordion-content li a {
  font-size: 13px;
  font-weight: 600;
  color: #cbd5e1;
  display: block;
  padding: 4px 0;
}
.bjk-accordion-content li a:hover {
  color: #ffffff;
}

/* Drawer Footer */
.bjk-drawer-footer {
  padding: 20px;
  border-top: 1px solid #1e293b;
  background: #09090b;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bjk-drawer-contact-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.bjk-drawer-call-btn {
  background: #1e293b;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 6px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #334155;
}
.bjk-drawer-call-btn:hover {
  background: #334155;
}
.bjk-drawer-wa-btn {
  background: #25d366;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 800;
  padding: 12px;
  text-align: center;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.bjk-drawer-wa-btn:hover {
  background: #1ebd5b;
}

/* ==========================================================================
   4. Hero Interactive Slider (Modern & Athletic)
   ========================================================================== */
.bjk-hero-slider-wrap {
  position: relative;
  background: #09090b;
  overflow: hidden;
  width: 100%;
}
.bjk-slider {
  position: relative;
  min-height: 480px;
  height: 65vh;
  max-height: 580px;
  width: 100%;
}
.bjk-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.6s;
  display: flex;
  align-items: center;
  z-index: 1;
}
.bjk-slide.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}

/* Slide Background with Ken Burns zoom */
.bjk-slide-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
  transition: transform 7s cubic-bezier(0.1, 0.9, 0.2, 1);
}
.bjk-slide.active .bjk-slide-bg {
  transform: scale(1);
}

/* Dark Athletic Gradient Overlay */
.bjk-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(9, 13, 22, 0.90) 0%,
    rgba(9, 13, 22, 0.72) 48%,
    rgba(9, 13, 22, 0.35) 100%
  );
}

/* Slide Content */
.bjk-slide-content {
  position: relative;
  z-index: 3;
  max-width: 680px;
  color: #ffffff;
  padding: 30px 0 50px;
}
.bjk-pulse-dot {
  width: 8px;
  height: 8px;
  background-color: #22c55e;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
  animation: bjkPulse 1.8s infinite;
  flex-shrink: 0;
}
@keyframes bjkPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
  }
  70% {
    box-shadow: 0 0 0 7px rgba(34, 197, 94, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
  }
}
.bjk-text-gradient {
  background: linear-gradient(135deg, #ff4d6d 0%, #e11d48 50%, #fb7185 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
}
.bjk-slide-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #ffffff;
  font-size: 12.5px;
  font-weight: 800;
  padding: 6px 16px;
  border-radius: 9999px;
  margin-bottom: 16px;
  letter-spacing: 0.3px;
  transform: translateY(15px);
  opacity: 0;
  transition: all 0.5s ease 0.1s;
}
.bjk-slide.active .bjk-slide-badge {
  transform: translateY(0);
  opacity: 1;
}
.bjk-slide-title {
  font-size: clamp(32px, 4.2vw, 50px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.6px;
  color: #ffffff;
  margin-bottom: 16px;
  max-width: 680px;
  transform: translateY(15px);
  opacity: 0;
  transition: all 0.5s ease 0.2s;
}
.bjk-slide.active .bjk-slide-title {
  transform: translateY(0);
  opacity: 1;
}
.bjk-slide-title .text-red {
  color: var(--bjk-red);
}
.bjk-slide-desc {
  font-size: clamp(15px, 1.8vw, 17px);
  color: #e2e8f0;
  line-height: 1.6;
  margin-bottom: 26px;
  max-width: 580px;
  transform: translateY(15px);
  opacity: 0;
  transition: all 0.5s ease 0.3s;
}
.bjk-slide.active .bjk-slide-desc {
  transform: translateY(0);
  opacity: 1;
}
.bjk-slide-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  transform: translateY(15px);
  opacity: 0;
  transition: all 0.5s ease 0.4s;
}
.bjk-slide.active .bjk-slide-actions {
  transform: translateY(0);
  opacity: 1;
}
.bjk-slide-actions .bjk-btn-cta {
  padding: 13px 28px;
  font-size: 14px;
  font-weight: 800;
  border-radius: 9999px;
  box-shadow: 0 4px 16px rgba(225, 29, 72, 0.4);
}
.bjk-btn-slide-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1.5px solid rgba(255, 255, 255, 0.28);
  color: #ffffff;
  font-weight: 800;
  font-size: 13.5px;
  padding: 12px 24px;
  border-radius: 9999px;
  transition: all 0.25s ease;
  text-decoration: none;
}
.bjk-btn-slide-outline:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: #ffffff;
  color: #ffffff;
  transform: translateY(-2px);
}

/* Slider Controls: Arrows */
.bjk-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}
.bjk-slider-arrow:hover {
  background: var(--bjk-red);
  border-color: var(--bjk-red);
  transform: translateY(-50%) scale(1.08);
}
.bjk-slider-arrow svg {
  width: 20px;
  height: 20px;
}
.bjk-slider-prev {
  left: 20px;
}
.bjk-slider-next {
  right: 20px;
}

/* Slider Bottom Sport Tabs Bar */
.bjk-slider-tabs {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: linear-gradient(to top, rgba(9, 9, 11, 0.95) 0%, rgba(9, 9, 11, 0) 100%);
  padding: 12px 0 14px;
}
.bjk-slider-tabs-inner {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.bjk-tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #e2e8f0;
  font-size: 13px;
  font-weight: 800;
  padding: 8px 20px;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.bjk-tab-btn:hover {
  background: rgba(255, 255, 255, 0.22);
  color: #ffffff;
}
.bjk-tab-btn.active {
  background: var(--bjk-red);
  border-color: var(--bjk-red);
  color: #ffffff;
  box-shadow: 0 4px 16px var(--bjk-red-glow);
}


/* ==========================================================================
   5. Branşlar, Kartlar ve Genel Bölümler
   ========================================================================== */
.bjk-section {
  padding: 80px 0;
}
.bjk-section-soft {
  background-color: #ffffff;
}
.bjk-section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 50px;
}
.bjk-section-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--bjk-red);
  background: var(--bjk-red-soft);
  padding: 5px 14px;
  border-radius: 30px;
  margin-bottom: 12px;
}
.bjk-section-title {
  font-size: 34px;
  font-weight: 900;
  color: var(--bjk-black);
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.bjk-section-desc {
  font-size: 16px;
  color: var(--bjk-text-muted);
  margin-top: 12px;
}

/* 2 Ana Branş Kartları Grid (Basketbol & Voleybol) */
.bjk-branch-grid,
.bjk-branches-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.bjk-branch-card {
  background: #ffffff;
  border-radius: var(--bjk-radius-lg);
  border: 1px solid var(--bjk-border);
  overflow: hidden;
  box-shadow: var(--bjk-shadow-sm);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
}
.bjk-branch-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--bjk-shadow-lg);
  border-color: #cbd5e1;
}
.bjk-branch-img-wrap {
  position: relative;
  height: 210px;
  overflow: hidden;
  background: #0f172a;
}
.bjk-branch-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.bjk-branch-card:hover .bjk-branch-img {
  transform: scale(1.08);
}
.bjk-branch-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(9, 9, 11, 0.88);
  backdrop-filter: blur(4px);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
  letter-spacing: 0.5px;
}
.bjk-branch-body {
  padding: 24px 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.bjk-branch-name {
  font-size: 21px;
  font-weight: 800;
  color: var(--bjk-black);
  margin-bottom: 8px;
}
.bjk-branch-desc {
  font-size: 14px;
  color: var(--bjk-text-muted);
  line-height: 1.55;
  margin-bottom: 18px;
  flex-grow: 1;
}
.bjk-branch-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.bjk-meta-badge {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 9px;
  border-radius: 6px;
  background: #f1f5f9;
  color: #334155;
}
.bjk-meta-licensed {
  background: #fef2f2;
  color: #dc2626;
  font-weight: 800;
}
.bjk-branch-btn {
  display: block;
  text-align: center;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: var(--bjk-black);
  font-size: 13px;
  font-weight: 800;
  padding: 12px;
  border-radius: var(--bjk-radius-sm);
  transition: all 0.2s ease;
  cursor: pointer;
}
.bjk-branch-btn:hover {
  background: var(--bjk-red);
  color: #ffffff;
  border-color: var(--bjk-red);
}

/* ==========================================================================
   6. Rakamlarla Kulübümüz (Stats Bar)
   ========================================================================== */
.bjk-stats-bar {
  background: linear-gradient(135deg, #09090b 0%, #18181b 50%, #0f172a 100%);
  color: #ffffff;
  padding: 40px 30px;
  border-radius: var(--bjk-radius-xl);
  margin: 40px 0;
  box-shadow: 0 20px 45px -10px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}
.bjk-stats-bar::before {
  content: '';
  position: absolute;
  top: -50%;
  left: 30%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(225, 29, 72, 0.15) 0%, rgba(225, 29, 72, 0) 70%);
  pointer-events: none;
}
.bjk-stats-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.bjk-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 8px;
  border-radius: var(--bjk-radius-md);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: all 0.25s ease;
}
.bjk-stat-item:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(225, 29, 72, 0.4);
  transform: translateY(-4px);
}
.bjk-stat-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(225, 29, 72, 0.18);
  color: #fca5a5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.bjk-stat-icon svg {
  width: 20px;
  height: 20px;
}
.bjk-stat-num {
  font-size: 38px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
  letter-spacing: -0.5px;
}
.bjk-stat-num span {
  color: var(--bjk-red);
}
.bjk-stat-title {
  font-size: 11.5px;
  font-weight: 800;
  color: #94a3b8;
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ==========================================================================
   6.1. Kulüp Güvence & Standartlar Bandı (Trust Strip)
   ========================================================================== */
.bjk-trust-strip {
  background: #ffffff;
  padding: 30px 0;
  border-top: 1px solid #f1f5f9;
  border-bottom: 1px solid #e2e8f0;
}
.bjk-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.bjk-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px;
  border-radius: var(--bjk-radius-md);
  background: #f8fafc;
  border: 1px solid #f1f5f9;
  transition: all 0.25s ease;
}
.bjk-trust-item:hover {
  background: #ffffff;
  border-color: #cbd5e1;
  box-shadow: 0 8px 24px -4px rgba(15, 23, 42, 0.08);
  transform: translateY(-3px);
}
.bjk-trust-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--bjk-red-soft);
  color: var(--bjk-red);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.bjk-trust-icon svg {
  width: 22px;
  height: 22px;
}
.bjk-trust-content h4 {
  font-size: 14.5px;
  font-weight: 800;
  color: var(--bjk-black);
  margin-bottom: 3px;
}
.bjk-trust-content p {
  font-size: 12.5px;
  color: var(--bjk-text-muted);
  line-height: 1.45;
}

/* ==========================================================================
   6.2. 2 Ana Flagship Branş Kartları (Basketbol & Voleybol)
   ========================================================================== */
.bjk-flagship-card {
  background: #ffffff;
  border-radius: var(--bjk-radius-xl);
  border: 1px solid var(--bjk-border);
  overflow: hidden;
  box-shadow: 0 8px 30px -4px rgba(15, 23, 42, 0.06);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  position: relative;
}
.bjk-flagship-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px -10px rgba(15, 23, 42, 0.15);
  border-color: #cbd5e1;
}
.bjk-flagship-img-wrap {
  position: relative;
  height: 270px;
  overflow: hidden;
  background: #0f172a;
  display: block;
}
.bjk-flagship-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.bjk-flagship-card:hover .bjk-flagship-img {
  transform: scale(1.06);
}
.bjk-flagship-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 9, 11, 0.1) 0%, rgba(9, 9, 11, 0.75) 100%);
}
.bjk-flagship-badges {
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
.bjk-flagship-tag {
  background: rgba(9, 9, 11, 0.85);
  backdrop-filter: blur(8px);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 14px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.bjk-flagship-pill {
  background: var(--bjk-red);
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 5px 12px;
  border-radius: 20px;
  box-shadow: 0 4px 12px var(--bjk-red-glow);
}
.bjk-flagship-body {
  padding: 28px 28px 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.bjk-flagship-title {
  font-size: 23px;
  font-weight: 900;
  color: var(--bjk-black);
  margin-bottom: 12px;
  line-height: 1.3;
}
.bjk-flagship-title a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease;
}
.bjk-flagship-title a:hover {
  color: var(--bjk-red);
}
.bjk-flagship-desc {
  font-size: 14.5px;
  color: var(--bjk-text-muted);
  line-height: 1.6;
  margin-bottom: 20px;
}
.bjk-flagship-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
  padding: 18px;
  background: #f8fafc;
  border-radius: var(--bjk-radius-md);
  border: 1px solid #f1f5f9;
}
.bjk-flagship-features li {
  font-size: 13px;
  font-weight: 700;
  color: #334155;
  display: flex;
  align-items: center;
  gap: 10px;
}
.bjk-flagship-features li span.check {
  color: var(--bjk-red);
  font-weight: 900;
  font-size: 15px;
}
.bjk-flagship-actions {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

/* ==========================================================================
   7. Neden Biz? (Why Us Section)
   ========================================================================== */
.bjk-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.bjk-why-card {
  background: #ffffff;
  padding: 34px 26px;
  border-radius: var(--bjk-radius-lg);
  border: 1px solid var(--bjk-border);
  box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.05);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.bjk-why-card:hover {
  border-color: #cbd5e1;
  transform: translateY(-6px);
  box-shadow: 0 16px 36px -6px rgba(15, 23, 42, 0.1);
}
.bjk-why-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--bjk-red);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.bjk-why-card:hover::before {
  opacity: 1;
}
.bjk-why-watermark {
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 44px;
  font-weight: 900;
  color: #f1f5f9;
  line-height: 1;
  pointer-events: none;
  user-select: none;
  font-family: var(--bjk-font);
}
.bjk-why-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: var(--bjk-red-soft);
  color: var(--bjk-red);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  box-shadow: 0 4px 14px rgba(225, 29, 72, 0.15);
  transition: all 0.3s ease;
}
.bjk-why-card:hover .bjk-why-icon {
  background: var(--bjk-red);
  color: #ffffff;
  transform: scale(1.08);
}
.bjk-why-icon svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
}
.bjk-why-title {
  font-size: 19px;
  font-weight: 800;
  color: var(--bjk-black);
  margin-bottom: 10px;
}
.bjk-why-text {
  font-size: 14px;
  color: var(--bjk-text-muted);
  line-height: 1.6;
}

/* ==========================================================================
   8. Şubelerimiz & Tesislerimiz (Locations)
   ========================================================================== */
.bjk-locations-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.bjk-location-card {
  background: #ffffff;
  border-radius: var(--bjk-radius-xl);
  border: 1px solid var(--bjk-border);
  overflow: hidden;
  box-shadow: 0 8px 30px -4px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.bjk-location-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px -10px rgba(15, 23, 42, 0.12);
  border-color: #cbd5e1;
}
.bjk-location-img-wrap {
  position: relative;
  height: 220px;
  overflow: hidden;
  background: #0f172a;
}
.bjk-location-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.bjk-location-card:hover .bjk-location-img {
  transform: scale(1.05);
}
.bjk-location-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 9, 11, 0.2) 0%, rgba(9, 9, 11, 0.8) 100%);
}
.bjk-location-badge-top {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--bjk-red);
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 5px 12px;
  border-radius: 20px;
  box-shadow: 0 4px 12px var(--bjk-red-glow);
  z-index: 2;
}
.bjk-location-title-over {
  position: absolute;
  bottom: 16px;
  left: 20px;
  right: 20px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  z-index: 2;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}
.bjk-location-body {
  padding: 24px 26px 28px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.bjk-location-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.bjk-location-feat-pill {
  font-size: 12px;
  font-weight: 700;
  background: #f1f5f9;
  color: #334155;
  padding: 6px 12px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #e2e8f0;
}
.bjk-location-feat-pill svg {
  width: 14px;
  height: 14px;
  color: var(--bjk-red);
}
.bjk-location-info-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 14px;
  color: #334155;
  line-height: 1.5;
}
.bjk-location-info-row span.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: var(--bjk-red);
  flex-shrink: 0;
  margin-top: 1px;
}
.bjk-location-info-row span.icon svg {
  width: 18px;
  height: 18px;
}
.bjk-location-actions {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.bjk-location-wa-btn {
  background: var(--bjk-red);
  color: #fff !important;
  font-weight: 800;
  font-size: 13px;
  padding: 12px 14px;
  border-radius: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 14px var(--bjk-red-glow);
  transition: all 0.2s ease;
}
.bjk-location-wa-btn:hover {
  background: var(--bjk-red-hover);
  transform: translateY(-2px);
}

/* ==========================================================================
   9. Eğitmenlerimiz & Antrenör Kadromuz (Elite Athletic Academy System)
   ========================================================================== */

/* Antrenör Güven İstatistikleri Şeridi */
.bjk-coaches-stat-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 28px;
}
.bjk-coaches-stat-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--bjk-radius-lg);
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: all 0.3s ease;
}
.bjk-coaches-stat-card:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(225, 29, 72, 0.4);
  transform: translateY(-2px);
}
.bjk-coaches-stat-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(225, 29, 72, 0.2) 0%, rgba(225, 29, 72, 0.05) 100%);
  color: #fb7185;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.bjk-coaches-stat-num {
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.1;
}
.bjk-coaches-stat-label {
  font-size: 12px;
  color: #94a3b8;
  font-weight: 600;
  margin-top: 2px;
}

/* Branş Filtreleme Çubuğu */
.bjk-filter-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.bjk-filter-btn {
  background: #ffffff;
  border: 1.5px solid var(--bjk-border);
  color: var(--bjk-text);
  padding: 12px 24px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.bjk-filter-btn:hover {
  border-color: #94a3b8;
  color: var(--bjk-black);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}
.bjk-filter-btn.active {
  background: #090d16;
  border-color: #090d16;
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(9, 13, 22, 0.25);
  transform: translateY(-1px);
}
.bjk-filter-btn.active .bjk-svg-icon {
  color: var(--bjk-red);
}
.bjk-filter-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(225, 29, 72, 0.15);
  color: var(--bjk-red);
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 800;
}
.bjk-filter-btn.active .bjk-filter-count {
  background: var(--bjk-red);
  color: #ffffff;
}

@keyframes bjkFadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Antrenör Grid */
.bjk-coaches-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1200px) {
  .bjk-coaches-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 900px) {
  .bjk-coaches-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  .bjk-coaches-stat-bar {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .bjk-coaches-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .bjk-coaches-stat-bar {
    grid-template-columns: 1fr;
  }
}

/* Yeni Nesil Atletik Antrenör Kartı (Sports Card) */
.bjk-coach-card-v2 {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid var(--bjk-border);
  overflow: hidden;
  box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.06);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  position: relative;
}
.bjk-coach-card-v2:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px -8px rgba(225, 29, 72, 0.12), 0 8px 16px -4px rgba(15, 23, 42, 0.08);
  border-color: rgba(225, 29, 72, 0.4);
}

/* Kart Üst Alanı (Avatar & Rozetler) */
.bjk-coach-card-header {
  position: relative;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  padding: 32px 20px 20px;
  text-align: center;
  border-bottom: 1px solid #f1f5f9;
}
.bjk-coach-card-v2:hover .bjk-coach-card-header {
  background: linear-gradient(180deg, #fff1f2 0%, #f8fafc 100%);
}

/* Federasyon Lisans Rozeti (Floating Top-Right) */
.bjk-coach-license-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: #ffffff;
  border: 1px solid rgba(225, 29, 72, 0.25);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 9999px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 800;
  color: var(--bjk-red);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  z-index: 2;
}

/* Branş Rozeti (Floating Top-Left) */
.bjk-coach-branch-pill {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #090d16;
  color: #ffffff;
  border-radius: 9999px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  z-index: 2;
}

/* Avatar Çerçevesi */
.bjk-coach-avatar-frame {
  width: 124px;
  height: 124px;
  margin: 0 auto;
  border-radius: 50%;
  padding: 4px;
  background: linear-gradient(135deg, var(--bjk-red) 0%, #090d16 100%);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  position: relative;
  overflow: hidden;
  display: block;
  transition: all 0.35s ease;
}
.bjk-coach-card-v2:hover .bjk-coach-avatar-frame {
  transform: scale(1.05);
  box-shadow: 0 12px 30px rgba(225, 29, 72, 0.25);
}
.bjk-coach-avatar-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  background: #e2e8f0;
  display: block;
}

/* Kart Gövdesi */
.bjk-coach-card-body {
  padding: 22px 20px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
}
.bjk-coach-card-name {
  font-size: 19px;
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 6px;
  line-height: 1.25;
}
.bjk-coach-card-name a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.bjk-coach-card-name a:hover {
  color: var(--bjk-red);
}
.bjk-coach-card-role {
  font-size: 13px;
  font-weight: 700;
  color: var(--bjk-red);
  margin-bottom: 14px;
  line-height: 1.35;
}

/* Bilgi Çipleri (Deneyim, BESYO, Kampüs) */
.bjk-coach-meta-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-bottom: 16px;
}
.bjk-coach-chip {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 4px 9px;
  font-size: 11.5px;
  font-weight: 700;
  color: #475569;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.bjk-coach-chip.highlight {
  background: rgba(34, 197, 94, 0.08);
  border-color: rgba(34, 197, 94, 0.25);
  color: #16a34a;
}

.bjk-coach-card-bio {
  font-size: 12.5px;
  color: #64748b;
  line-height: 1.55;
  margin-bottom: 20px;
  flex: 1;
}

/* Kart Aksiyon Butonları */
.bjk-coach-card-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
}
.bjk-coach-btn-primary {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #090d16;
  color: #ffffff;
  padding: 10px 16px;
  border-radius: 12px;
  font-size: 12.5px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.25s ease;
  border: 1px solid #090d16;
}
.bjk-coach-btn-primary:hover {
  background: var(--bjk-red);
  border-color: var(--bjk-red);
  color: #ffffff;
  transform: translateY(-1px);
}
.bjk-coach-btn-secondary {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #ffffff;
  color: #0f172a;
  border: 1.5px solid #e2e8f0;
  padding: 9px 16px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.25s ease;
}
.bjk-coach-btn-secondary:hover {
  border-color: var(--bjk-red);
  color: var(--bjk-red);
  background: #fff1f2;
}

/* ==========================================================================
   TEKİL ANTRENÖR SAYFASI YENİ NESİL TASARIM (single-coach.php)
   ========================================================================== */

/* Modern Athletic Dark Hero */
.bjk-coach-showcase-hero {
  background: radial-gradient(circle at 85% 20%, rgba(225, 29, 72, 0.2) 0%, transparent 50%),
              radial-gradient(circle at 15% 80%, rgba(15, 23, 42, 0.8) 0%, transparent 60%),
              linear-gradient(135deg, #090d16 0%, #0f172a 100%);
  color: #ffffff;
  padding: 50px 0 60px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.bjk-coach-showcase-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
.bjk-coach-showcase-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 2;
}

/* Sol: Antrenör Portre Vitrini */
.bjk-coach-portrait-box {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  padding: 16px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  position: relative;
}
.bjk-coach-portrait-img-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.bjk-coach-portrait-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bjk-coach-portrait-badge {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(225, 29, 72, 0.15);
  border: 1px solid rgba(225, 29, 72, 0.4);
  color: #fb7185;
  padding: 6px 14px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 800;
}

/* Sağ: Antrenör Başlık ve Bilgiler */
.bjk-coach-hero-details {
  display: flex;
  flex-direction: column;
}
.bjk-coach-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}
.bjk-coach-hero-title {
  font-size: clamp(30px, 4.5vw, 46px);
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 8px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.bjk-coach-hero-subtitle {
  font-size: 20px;
  font-weight: 800;
  color: #fb7185;
  margin-bottom: 16px;
}
.bjk-coach-hero-desc {
  font-size: 15px;
  color: #cbd5e1;
  line-height: 1.65;
  max-width: 740px;
  margin-bottom: 24px;
}
.bjk-coach-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* KPI Şeridi (Tekil Sayfa) */
.bjk-coach-kpi-strip {
  background: #ffffff;
  border-bottom: 1px solid var(--bjk-border);
  padding: 24px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}
.bjk-coach-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.bjk-coach-kpi-tile {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: all 0.25s ease;
}
.bjk-coach-kpi-tile:hover {
  background: #ffffff;
  border-color: rgba(225, 29, 72, 0.35);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}
.bjk-coach-kpi-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  color: var(--bjk-red);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.bjk-coach-kpi-label {
  font-size: 11.5px;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.bjk-coach-kpi-val {
  font-size: 15px;
  font-weight: 900;
  color: #0f172a;
  margin-top: 2px;
  line-height: 1.25;
}

/* Kariyer Kilometre Taşları Zaman Çizelgesi (Timeline) */
.bjk-coach-timeline {
  position: relative;
  margin: 28px 0 10px;
  padding-left: 24px;
  border-left: 3px solid #e2e8f0;
}
.bjk-coach-timeline-item {
  position: relative;
  margin-bottom: 24px;
}
.bjk-coach-timeline-item:last-child {
  margin-bottom: 0;
}
.bjk-coach-timeline-dot {
  position: absolute;
  left: -33px;
  top: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffffff;
  border: 3.5px solid var(--bjk-red);
  box-shadow: 0 0 0 4px rgba(225, 29, 72, 0.15);
}
.bjk-coach-timeline-content {
  background: #f8fafc;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  padding: 18px 20px;
}
.bjk-coach-timeline-title {
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.bjk-coach-timeline-desc {
  font-size: 13.5px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* Antrenman Metodolojisi & Pedagoji Kutuları */
.bjk-coach-method-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 20px;
}
.bjk-coach-method-box {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  padding: 22px 18px;
  text-align: center;
  transition: all 0.25s ease;
}
.bjk-coach-method-box:hover {
  border-color: rgba(225, 29, 72, 0.4);
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}
.bjk-coach-method-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: rgba(225, 29, 72, 0.08);
  color: var(--bjk-red);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.bjk-coach-method-title {
  font-size: 15.5px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 6px;
}
.bjk-coach-method-text {
  font-size: 12.5px;
  color: #64748b;
  line-height: 1.55;
  margin: 0;
}

/* Sorumlu Olduğu Yaş Grupları & Takım Seviyeleri */
.bjk-coach-age-groups {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.bjk-coach-age-badge {
  background: #f1f5f9;
  border: 1px solid #cbd5e1;
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
  padding: 8px 16px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.bjk-coach-age-badge.active-team {
  background: #090d16;
  border-color: #090d16;
  color: #ffffff;
}

/* Responsive Düzenlemeler */
@media (max-width: 900px) {
  .bjk-coach-showcase-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 30px;
  }
  .bjk-coach-portrait-box {
    max-width: 260px;
    margin: 0 auto;
  }
  .bjk-coach-hero-tags,
  .bjk-coach-hero-actions {
    justify-content: center;
  }
  .bjk-coach-kpi-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .bjk-coach-method-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .bjk-coach-kpi-grid {
    grid-template-columns: 1fr;
  }
  .bjk-coach-hero-actions .bjk-btn-cta,
  .bjk-coach-hero-actions .bjk-btn-outline {
    width: 100%;
    justify-content: center;
  }
}


/* ==========================================================================
   10. Haberler & Blog (News Grid - Preserving 45 existing posts)
   ========================================================================== */
.bjk-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.bjk-news-card {
  background: #ffffff;
  border-radius: var(--bjk-radius-lg);
  border: 1px solid var(--bjk-border);
  overflow: hidden;
  box-shadow: var(--bjk-shadow-sm);
  transition: all 0.25s ease;
  display: flex;
  flex-direction: column;
}
.bjk-news-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--bjk-shadow-md);
  border-color: #cbd5e1;
}
.bjk-news-thumb-wrap {
  height: 210px;
  overflow: hidden;
  position: relative;
  background: #e2e8f0;
}
.bjk-news-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.bjk-news-card:hover .bjk-news-thumb {
  transform: scale(1.06);
}
.bjk-news-date-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(9, 9, 11, 0.85);
  backdrop-filter: blur(4px);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 20px;
}
.bjk-news-body {
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.bjk-news-cat {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--bjk-red);
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}
.bjk-news-title {
  font-size: 18px;
  font-weight: 800;
  color: var(--bjk-black);
  line-height: 1.35;
  margin-bottom: 10px;
}
.bjk-news-card:hover .bjk-news-title {
  color: var(--bjk-red);
}
.bjk-news-excerpt {
  font-size: 13px;
  color: var(--bjk-text-muted);
  line-height: 1.55;
  margin-bottom: 16px;
  flex-grow: 1;
}
.bjk-news-readmore {
  font-size: 13px;
  font-weight: 800;
  color: var(--bjk-black);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.bjk-news-readmore:hover {
  color: var(--bjk-red);
}

/* ==========================================================================
   11. Form Elemanları (CF7 & Native AJAX)
   ========================================================================== */
.bjk-cf7-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.bjk-form-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.bjk-form-group label {
  font-size: 12px;
  font-weight: 800;
  color: #334155;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.bjk-form-full {
  grid-column: 1 / -1;
}
.bjk-form-input, .bjk-form-select, .bjk-form-textarea {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  border: 1.5px solid #cbd5e1;
  border-radius: var(--bjk-radius-sm);
  background: #f8fafc;
  font-size: 14px;
  font-family: inherit;
  color: #0f172a;
  transition: all 0.2s ease;
}
.bjk-form-textarea {
  height: 75px;
  padding: 10px 14px;
  resize: vertical;
}
.bjk-form-input:focus, .bjk-form-select:focus, .bjk-form-textarea:focus {
  outline: none;
  border-color: var(--bjk-red);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(225, 29, 72, 0.12);
}
.bjk-btn-submit {
  width: 100%;
  height: 50px;
  background: var(--bjk-red);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
  border-radius: var(--bjk-radius-sm);
  cursor: pointer;
  box-shadow: 0 4px 14px var(--bjk-red-glow);
  transition: all 0.2s ease;
}
.bjk-btn-submit:hover {
  background: var(--bjk-red-hover);
  transform: translateY(-1px);
}
.bjk-form-disclaimer {
  font-size: 11px;
  color: #94a3b8;
  text-align: center;
  margin-top: 8px;
  line-height: 1.4;
}

/* CF7 Form Wrap & State Overrides */
.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.wpcf7-not-valid-tip {
  font-size: 11px;
  color: var(--bjk-red);
  margin-top: 4px;
}
.wpcf7-response-output {
  margin: 12px 0 0 !important;
  padding: 10px 14px !important;
  border-radius: var(--bjk-radius-sm) !important;
  font-size: 13px !important;
}
.wpcf7-spinner {
  margin-left: 8px !important;
}

/* Quick Form Top Elements */
.bjk-quickform-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
}
.bjk-quickform-title {
  font-size: 20px;
  font-weight: 900;
  color: #0f172a;
  margin: 0;
}
.bjk-quickform-sub {
  font-size: 13px;
  color: #64748b;
  margin-top: 3px;
}
.bjk-quickform-phone-btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.bjk-quickform-phone-pill {
  background: #f1f5f9;
  color: #0f172a;
  font-weight: 700;
  font-size: 12px;
  padding: 8px 14px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.bjk-quickform-phone-pill:hover {
  background: #e2e8f0;
  color: var(--bjk-red);
}

/* CTA Banner Section (Bottom Front Page) */
.bjk-cta-banner-wrap {
  margin: 60px auto 70px;
}
.bjk-cta-banner {
  background: linear-gradient(135deg, #09090b 0%, #1e1b2e 50%, #09090b 100%);
  border-radius: var(--bjk-radius-xl);
  padding: 60px 40px;
  text-align: center;
  color: #ffffff;
  border: 1px solid rgba(225, 29, 72, 0.4);
  box-shadow: 0 25px 60px -10px rgba(0, 0, 0, 0.45);
  position: relative;
  overflow: hidden;
}
.bjk-cta-banner::before {
  content: '';
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(225, 29, 72, 0.25) 0%, rgba(225, 29, 72, 0) 70%);
  pointer-events: none;
}
.bjk-cta-banner-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(225, 29, 72, 0.2);
  border: 1px solid rgba(225, 29, 72, 0.5);
  color: #fca5a5;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 16px;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.bjk-cta-banner-title {
  font-size: 36px;
  font-weight: 900;
  margin: 0 0 16px;
  line-height: 1.22;
  letter-spacing: -0.5px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.bjk-cta-banner-desc {
  font-size: 16px;
  color: #cbd5e1;
  max-width: 680px;
  margin: 0 auto 32px;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
.bjk-cta-banner-btn {
  font-size: 14.5px !important;
  padding: 16px 36px !important;
  border-radius: 35px !important;
  box-shadow: 0 8px 30px rgba(225, 29, 72, 0.5) !important;
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.bjk-cta-banner-btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 40px rgba(225, 29, 72, 0.7) !important;
}

/* ==========================================================================
   12. Footer & Sabit Yüzen Butonlar
   ========================================================================== */
.bjk-footer {
  background-color: var(--bjk-black);
  color: #94a3b8;
  padding: 60px 0 25px;
  border-top: 3px solid var(--bjk-red);
}
.bjk-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
  margin-bottom: 50px;
}
.bjk-footer-brand-logo {
  height: 60px;
  width: auto;
  margin-bottom: 16px;
}
.bjk-footer-about {
  font-size: 14px;
  line-height: 1.6;
  color: #94a3b8;
  margin-bottom: 20px;
}
.bjk-footer-col-title {
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}
.bjk-footer-col-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--bjk-red);
}
.bjk-footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bjk-footer-links li a {
  font-size: 14px;
  color: #cbd5e1;
  transition: all 0.2s ease;
}
.bjk-footer-links li a:hover {
  color: #ffffff;
  padding-left: 6px;
}
.bjk-footer-contact-item {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 14px;
  color: #cbd5e1;
}
.bjk-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 13px;
  color: #64748b;
}

/* Floating Action Button (Free Trial & WhatsApp) */
.bjk-floating-cta {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bjk-float-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 25px rgba(0,0,0,0.25);
  transition: all 0.25s ease;
  cursor: pointer;
  text-transform: uppercase;
  border: none;
}
.bjk-float-call {
  background: #0284c7;
  color: #ffffff !important;
}
.bjk-float-call:hover {
  background: #0369a1;
  transform: translateY(-3px) scale(1.02);
}
.bjk-float-trial {
  background: var(--bjk-red);
  color: #ffffff !important;
}
.bjk-float-trial:hover {
  background: var(--bjk-red-hover);
  transform: translateY(-3px) scale(1.02);
}
.bjk-float-wa {
  background: #25d366;
  color: #ffffff !important;
}
.bjk-float-wa:hover {
  background: #1ebd5b;
  transform: translateY(-3px) scale(1.02);
}

/* Header Quick Call Button (Hidden on Desktop, Visible on Mobile) */
.bjk-header-call-btn {
  display: none;
}

/* Modal */
.bjk-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(9, 9, 11, 0.82);
  backdrop-filter: blur(6px);
  z-index: 10005;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.bjk-modal.active {
  display: flex;
}
.bjk-modal-content {
  background: #ffffff;
  max-width: 500px;
  width: 100%;
  border-radius: 20px;
  padding: 24px 26px 20px;
  position: relative;
  max-height: 92vh;
  overflow-y: auto;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
  border: 1.5px solid rgba(225, 29, 72, 0.25);
  animation: bjkModalPop 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes bjkModalPop {
  0% { opacity: 0; transform: scale(0.96) translateY(8px); }
  100% { opacity: 1; transform: scale(1) translateY(0); }
}
.bjk-modal-header {
  text-align: center;
  margin-bottom: 14px;
}
.bjk-modal-title {
  font-size: 20px;
  font-weight: 900;
  color: #0f172a;
  margin: 4px 0 2px;
  line-height: 1.25;
}
.bjk-modal-sub {
  font-size: 12px;
  color: #64748b;
  margin: 0;
}
.bjk-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  background: #f1f5f9;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  color: #64748b;
}
.bjk-modal-close:hover {
  background: #fee2e2;
  color: var(--bjk-red);
}
.bjk-modal .bjk-cf7-grid {
  gap: 10px 12px;
}
.bjk-modal .bjk-form-group {
  gap: 3px;
}
.bjk-modal .bjk-form-group label {
  font-size: 11px;
  color: #475569;
  font-weight: 700;
}
.bjk-modal .bjk-form-input,
.bjk-modal .bjk-form-select {
  height: 39px;
  font-size: 13px;
  padding: 0 11px;
  border-radius: 8px;
  background: #f8fafc;
}
.bjk-modal .bjk-btn-submit {
  height: 44px;
  font-size: 13px;
  margin-top: 4px;
  border-radius: 8px;
}
.bjk-modal .bjk-form-disclaimer {
  font-size: 10.5px;
  margin-top: 5px;
  color: #94a3b8;
}

/* ==========================================================================
   Duyarlı Düzen Sınıfları (Fluid Layout & Responsive Architecture)
   ========================================================================== */
.bjk-layout-sidebar {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 36px;
  align-items: flex-start;
}
.bjk-layout-sidebar > *:first-child {
  min-width: 0;
}
.bjk-sidebar-sticky {
  position: sticky;
  top: 90px;
}
.bjk-grid-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.bjk-grid-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.bjk-grid-auto {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.bjk-info-strip-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}
.bjk-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.bjk-hero-content-flex {
  display: flex;
  gap: 28px;
  align-items: center;
  flex-wrap: wrap;
}
.bjk-program-card-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.bjk-program-card-body {
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ==========================================================================
   13. Responsive Breakpoints (Fixed Navigation & Fluid Layout)
   ========================================================================== */
@media (max-width: 1120px) {
  /* Hide desktop menu and show hamburger on screens <= 1120px */
  .bjk-nav {
    display: none;
  }
  .bjk-hamburger {
    display: flex;
  }
  .bjk-topbar-right {
    gap: 10px;
  }
}

@media (max-width: 1024px) {
  .bjk-branches-grid, .bjk-why-grid, .bjk-coaches-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bjk-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bjk-stats-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .bjk-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .bjk-layout-sidebar {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .bjk-sidebar-sticky {
    position: static !important;
    top: auto;
    width: 100%;
  }
  .bjk-program-card-inner {
    display: flex;
    flex-direction: column;
  }
  .bjk-program-card-inner .bjk-program-img {
    height: 220px !important;
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  html, body {
    overflow-x: hidden !important;
    width: 100% !important;
    position: relative;
  }
  .bjk-container {
    padding: 0 16px;
  }
  .bjk-topbar {
    display: none;
  }
  
  /* Mobile Header */
  .bjk-header-inner {
    padding: 10px 0;
    gap: 8px;
  }
  .bjk-brand {
    gap: 8px;
  }
  .bjk-brand-logo-wrap {
    width: 38px;
    height: 38px;
  }
  .bjk-brand-logo {
    height: 38px;
  }
  .bjk-brand-club {
    font-size: 15px;
    line-height: 1;
  }
  .bjk-brand-name {
    font-size: 9.5px;
    line-height: 1.1;
  }
  .bjk-brand-sub {
    display: none;
  }
  .bjk-header-right {
    gap: 8px;
  }
  .bjk-header-right .bjk-btn-cta {
    padding: 7px 12px;
    font-size: 11px;
    border-radius: 16px;
    gap: 4px;
    white-space: nowrap;
  }
  .bjk-header-right .bjk-btn-cta-text {
    display: inline;
    font-size: 11px;
  }
  .bjk-header-right .bjk-btn-cta-icon {
    font-size: 13px;
  }
  .bjk-header-call-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #0284c7;
    color: #ffffff !important;
    padding: 7px 12px;
    border-radius: 16px;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(2, 132, 199, 0.35);
    transition: all 0.2s ease;
    white-space: nowrap;
  }
  .bjk-header-call-btn:hover, .bjk-header-call-btn:active {
    background: #0369a1;
    transform: translateY(-1px);
    color: #ffffff !important;
  }
  .bjk-header-call-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .bjk-header-call-icon svg {
    width: 13px;
    height: 13px;
  }
  .bjk-header-call-label {
    display: inline;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .bjk-hamburger {
    width: 40px;
    height: 40px;
    padding: 8px;
  }

  /* Slider Mobile Fixes */
  .bjk-slider {
    height: 490px;
    min-height: 470px;
    max-height: 520px;
    overflow: hidden;
  }
  .bjk-slide {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }
  .bjk-slide-overlay {
    background: linear-gradient(
      180deg,
      rgba(9, 9, 11, 0.45) 0%,
      rgba(9, 9, 11, 0.85) 55%,
      rgba(9, 9, 11, 0.98) 100%
    );
  }
  .bjk-slide-content {
    max-width: 100%;
    padding: 20px 0 65px !important;
    text-align: left;
    width: 100%;
  }
  .bjk-slide-badge {
    font-size: 10.5px;
    padding: 3px 10px;
    margin-bottom: 8px;
  }
  .bjk-slide-title {
    font-size: 23px;
    line-height: 1.22;
    margin-bottom: 8px;
    letter-spacing: -0.3px;
  }
  .bjk-slide-desc {
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 16px;
    color: #cbd5e1;
    max-width: 100%;
  }
  .bjk-slide-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }
  .bjk-slide-actions .bjk-btn-cta {
    padding: 9px 15px;
    font-size: 12px;
  }
  .bjk-btn-slide-outline {
    padding: 8px 14px;
    font-size: 12px;
  }
  .bjk-slider-arrow {
    display: none !important;
  }
  .bjk-slider-tabs {
    padding: 6px 0 8px;
    background: linear-gradient(to top, rgba(9, 9, 11, 0.98) 0%, rgba(9, 9, 11, 0) 100%);
  }
  .bjk-slider-tabs-inner {
    overflow-x: auto;
    justify-content: center;
    padding: 0 12px;
    gap: 8px;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .bjk-slider-tabs-inner::-webkit-scrollbar {
    display: none;
  }
  .bjk-tab-btn {
    white-space: nowrap;
    font-size: 12px;
    padding: 6px 14px;
    flex-shrink: 0;
  }

  /* CTA Banner Mobile */
  .bjk-cta-banner-wrap {
    margin-bottom: 40px;
  }
  .bjk-cta-banner {
    padding: 30px 18px;
    border-radius: 18px;
  }
  .bjk-cta-banner-title {
    font-size: 22px;
    margin: 10px 0 10px;
  }
  .bjk-cta-banner-desc {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .bjk-cta-banner-btn {
    width: 100%;
    justify-content: center;
    font-size: 13px;
    padding: 12px 18px;
  }

  /* Modal Mobile Optimization */
  .bjk-modal {
    padding: 10px;
  }
  .bjk-modal-content {
    padding: 20px 16px 16px;
    border-radius: 16px;
    max-height: 94vh;
  }
  .bjk-modal-title {
    font-size: 18px;
  }
  .bjk-modal-sub {
    font-size: 11.5px;
  }
  .bjk-modal-close {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    font-size: 15px;
  }

  /* Sections Mobile */
  .bjk-section {
    padding: 40px 0;
  }
  .bjk-section-header {
    margin-bottom: 24px;
  }
  .bjk-section-title {
    font-size: 24px;
    letter-spacing: -0.5px;
  }
  .bjk-section-desc {
    font-size: 13px;
    margin-top: 6px;
  }

  /* Grids Mobile */
  .bjk-branches-grid,
  .bjk-why-grid,
  .bjk-news-grid,
  .bjk-locations-grid,
  .bjk-coaches-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .bjk-grid-2col,
  .bjk-grid-3col,
  .bjk-grid-auto {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .bjk-info-strip-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .bjk-trust-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .bjk-flagship-card {
    border-radius: 16px;
  }
  .bjk-flagship-img-wrap {
    height: 200px;
  }
  .bjk-flagship-body {
    padding: 20px 18px;
  }
  .bjk-flagship-title {
    font-size: 19px;
  }
  .bjk-flagship-desc {
    font-size: 13.5px;
  }
  .bjk-flagship-actions {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .bjk-location-img-wrap {
    height: 180px;
  }
  .bjk-location-body {
    padding: 18px 16px;
  }
  .bjk-location-actions {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .bjk-branch-card {
    border-radius: 16px;
  }
  .bjk-branch-img-wrap {
    height: 190px;
  }
  .bjk-branch-body {
    padding: 18px 16px;
  }
  .bjk-branch-name {
    font-size: 18px;
  }
  .bjk-branch-desc {
    font-size: 13px;
    margin-bottom: 12px;
  }

  /* Stats Bar Mobile */
  .bjk-stats-bar {
    padding: 18px 12px;
    margin-bottom: 30px;
    border-radius: 16px;
  }
  .bjk-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .bjk-stats-grid > .bjk-stat-item:nth-child(5) {
    grid-column: 1 / -1;
    text-align: center;
  }
  .bjk-stat-num {
    font-size: 28px;
  }
  .bjk-stat-title {
    font-size: 11px;
  }

  /* Forms Mobile */
  .bjk-cf7-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .bjk-form-group {
    gap: 3px;
  }
  .bjk-form-group label {
    font-size: 11px;
    font-weight: 700;
  }
  .bjk-form-input,
  .bjk-form-select,
  .wpcf7-form-control.wpcf7-text,
  .wpcf7-form-control.wpcf7-select {
    font-size: 16px !important; /* 16px prevents iOS Safari auto-zoom */
    height: 44px;
    padding: 0 12px;
    border-radius: 8px;
  }
  .bjk-btn-submit {
    height: 48px;
    font-size: 13px;
    border-radius: 8px;
  }

  /* Footer Mobile */
  .bjk-footer {
    padding: 40px 0 20px;
  }
  .bjk-footer-grid {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-bottom: 28px;
  }

  /* Floating Buttons Mobile */
  .bjk-floating-cta {
    bottom: 16px;
    right: 14px;
    gap: 8px;
  }
  .bjk-floating-cta span.label {
    display: none;
  }
  .bjk-float-btn {
    width: 46px;
    height: 46px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
  }
  .bjk-float-call {
    box-shadow: 0 4px 15px rgba(2, 132, 199, 0.45);
    animation: bjk-pulse-call 2.5s infinite;
  }
  @keyframes bjk-pulse-call {
    0% {
      box-shadow: 0 0 0 0 rgba(2, 132, 199, 0.6);
    }
    70% {
      box-shadow: 0 0 0 10px rgba(2, 132, 199, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(2, 132, 199, 0);
    }
  }
}

/* Extra Small Screens (<= 480px) */
@media (max-width: 480px) {
  .bjk-container {
    padding: 0 12px;
  }
  .bjk-header-inner {
    padding: 8px 0;
  }
  .bjk-header-right .bjk-btn-cta {
    padding: 7px 10px;
  }
  .bjk-header-right .bjk-btn-cta-text {
    display: none; /* Hide text on very narrow screens to prevent any header squeeze */
  }
  .bjk-card-actions {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .bjk-info-strip-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .bjk-stats-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .bjk-stats-grid > .bjk-stat-item:nth-child(5) {
    grid-column: auto;
  }
  .bjk-slide-title {
    font-size: 21px;
  }
  .bjk-slide-highlights {
    display: none;
  }
  .bjk-slide-desc {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .bjk-slide-actions .bjk-btn-cta {
    font-size: 11px;
    padding: 8px 12px;
  }
  .bjk-btn-slide-outline {
    font-size: 11px;
    padding: 7px 12px;
  }
  .bjk-brand-club {
    font-size: 14px;
  }
  .bjk-brand-name {
    font-size: 9px;
  }
  .bjk-section-title {
    font-size: 21px;
  }
}

/* ==========================================================================
   14. Genel Sayfa Başlıkları (Unified Page Header)
   ========================================================================== */
.bjk-page-header {
  background: linear-gradient(135deg, #09090b 0%, #0f172a 60%, #1e293b 100%);
  position: relative;
  padding: 65px 0 55px;
  color: #ffffff;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.bjk-page-header::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(225, 29, 72, 0.18) 0%, rgba(225, 29, 72, 0) 70%);
  pointer-events: none;
}
.bjk-page-header-inner {
  position: relative;
  z-index: 2;
  max-width: 860px;
}
.bjk-page-header-center {
  text-align: center;
  margin: 0 auto;
}
.bjk-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: #94a3b8;
  margin-bottom: 14px;
  font-weight: 600;
  flex-wrap: wrap;
}
.bjk-page-header-center .bjk-breadcrumb {
  justify-content: center;
}
.bjk-breadcrumb a {
  color: #cbd5e1;
  transition: color 0.2s ease;
}
.bjk-breadcrumb a:hover {
  color: var(--bjk-red);
}
.bjk-breadcrumb .current {
  color: var(--bjk-red);
  font-weight: 700;
}
.bjk-page-header-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.bjk-page-header-center .bjk-page-header-badges {
  justify-content: center;
}
.bjk-page-title {
  font-size: 38px;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -0.6px;
  color: #ffffff;
  margin-bottom: 12px;
}
.bjk-page-subtitle {
  font-size: 15.5px;
  color: #cbd5e1;
  line-height: 1.6;
  max-width: 700px;
}
.bjk-page-header-center .bjk-page-subtitle {
  margin: 0 auto;
}

@media (max-width: 768px) {
  .bjk-page-header {
    padding: 45px 0 35px;
  }
  .bjk-page-title {
    font-size: 26px;
    letter-spacing: -0.3px;
  }
  .bjk-page-subtitle {
    font-size: 13.5px;
  }
}

/* ==========================================================================
   15. Fotoğraf Galerisi Bileşenleri
   ========================================================================== */
.bjk-gallery-filters {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.bjk-gallery-filter-btn {
  background: #ffffff;
  border: 1px solid var(--bjk-border);
  padding: 9px 20px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  color: #334155;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: var(--bjk-shadow-sm);
}
.bjk-gallery-filter-btn:hover,
.bjk-gallery-filter-btn.active {
  background: var(--bjk-red);
  color: #ffffff;
  border-color: var(--bjk-red);
  box-shadow: 0 4px 14px var(--bjk-red-glow);
}
.bjk-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.bjk-gallery-item {
  border-radius: var(--bjk-radius-lg);
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.06);
  height: 250px;
  position: relative;
  background: #0f172a;
  border: 1px solid var(--bjk-border);
}
.bjk-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.bjk-gallery-item:hover img {
  transform: scale(1.08);
}
.bjk-gallery-item-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(9, 9, 11, 0.92) 0%, rgba(9, 9, 11, 0) 100%);
  padding: 24px 16px 12px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 480px) {
  .bjk-gallery-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   16. Sayfalama (Pagination)
   ========================================================================== */
.pagination {
  margin-top: 45px;
  text-align: center;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.pagination .page-numbers {
  padding: 9px 16px;
  border-radius: var(--bjk-radius-sm);
  background: #ffffff;
  border: 1.5px solid var(--bjk-border);
  font-weight: 800;
  font-size: 13px;
  color: var(--bjk-text-main);
  text-decoration: none;
  transition: all 0.2s ease;
}
.pagination .page-numbers:hover {
  border-color: var(--bjk-red);
  color: var(--bjk-red);
}
.pagination .page-numbers.current {
  background: var(--bjk-red);
  color: #ffffff;
  border-color: var(--bjk-red);
  box-shadow: 0 4px 12px var(--bjk-red-glow);
}

/* ==========================================================================
   17. Spor Akademileri & Mobil Sadeleştirme & SEO SSS (Academies & FAQ)
   ========================================================================== */
.bjk-academy-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.bjk-academy-strip-item {
  background: #f8fafc;
  border: 1px solid var(--bjk-border);
  border-radius: var(--bjk-radius-md);
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
}
.bjk-academy-strip-label {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--bjk-text-muted);
  margin-bottom: 4px;
}
.bjk-academy-strip-val {
  font-size: 14px;
  font-weight: 800;
  color: var(--bjk-black);
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Yaş Grupları Grid */
.bjk-age-group-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.bjk-age-group-card {
  background: #ffffff;
  border: 1px solid var(--bjk-border);
  border-radius: var(--bjk-radius-lg);
  padding: 22px 18px;
  transition: all 0.25s ease;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}
.bjk-age-group-card:hover {
  transform: translateY(-4px);
  border-color: var(--bjk-red);
  box-shadow: 0 10px 24px -4px rgba(225,29,72,0.1);
}
.bjk-age-tag {
  display: inline-block;
  align-self: flex-start;
  font-size: 11px;
  font-weight: 800;
  color: var(--bjk-red);
  background: var(--bjk-red-soft);
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.bjk-age-title {
  font-size: 16px;
  font-weight: 800;
  color: var(--bjk-black);
  margin-bottom: 8px;
}
.bjk-age-desc {
  font-size: 13px;
  color: var(--bjk-text-muted);
  line-height: 1.55;
  margin-bottom: 12px;
  flex: 1;
}
.bjk-age-focus {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #f1f5f9;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.bjk-age-focus li {
  font-size: 12px;
  font-weight: 600;
  color: #334155;
  display: flex;
  align-items: center;
  gap: 6px;
}
.bjk-age-focus li span {
  color: var(--bjk-red);
  font-weight: 900;
}

/* Müfredat / Gelişim Aşamaları */
.bjk-curriculum-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.bjk-curriculum-card {
  background: #f8fafc;
  border: 1px solid var(--bjk-border);
  border-radius: var(--bjk-radius-md);
  padding: 20px 16px;
  position: relative;
}
.bjk-curriculum-step {
  font-size: 12px;
  font-weight: 900;
  color: var(--bjk-red);
  background: rgba(225,29,72,0.1);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.bjk-curriculum-title {
  font-size: 15px;
  font-weight: 800;
  color: var(--bjk-black);
  margin-bottom: 6px;
}
.bjk-curriculum-desc {
  font-size: 12.5px;
  color: var(--bjk-text-muted);
  line-height: 1.55;
  margin: 0;
}

/* Sıkça Sorulan Sorular (SEO FAQ Accordion) */
.bjk-faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bjk-faq-item {
  background: #ffffff;
  border: 1px solid var(--bjk-border);
  border-radius: var(--bjk-radius-md);
  overflow: hidden;
  transition: all 0.2s ease;
}
.bjk-faq-item[open] {
  border-color: #cbd5e1;
  box-shadow: 0 4px 14px rgba(0,0,0,0.04);
}
.bjk-faq-summary {
  padding: 16px 20px;
  font-weight: 800;
  font-size: 15px;
  color: var(--bjk-black);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  user-select: none;
}
.bjk-faq-summary::-webkit-details-marker {
  display: none;
}
.bjk-faq-summary::after {
  content: "+";
  font-size: 18px;
  font-weight: 700;
  color: var(--bjk-red);
  transition: transform 0.2s ease;
  line-height: 1;
}
.bjk-faq-item[open] .bjk-faq-summary::after {
  content: "−";
  transform: rotate(180deg);
}
.bjk-faq-content {
  padding: 0 20px 18px 20px;
  font-size: 14px;
  color: var(--bjk-text-muted);
  line-height: 1.7;
  border-top: 1px solid #f1f5f9;
  margin-top: 4px;
  padding-top: 14px;
}
.bjk-faq-content p:last-child {
  margin-bottom: 0;
}

/* SEO Makale / Bilgi Blokları */
.bjk-seo-prose {
  font-size: 15px;
  color: #334155;
  line-height: 1.8;
}
.bjk-seo-prose h3 {
  font-size: 18px;
  font-weight: 800;
  color: var(--bjk-black);
  margin: 22px 0 10px;
}
.bjk-seo-prose p {
  margin-bottom: 14px;
}
.bjk-seo-prose ul {
  padding-left: 20px;
  margin-bottom: 16px;
}
.bjk-seo-prose li {
  margin-bottom: 6px;
}

/* Mobil İyileştirmeler */
@media (max-width: 991px) {
  .bjk-academy-strip {
    grid-template-columns: repeat(2, 1fr);
  }
  .bjk-age-group-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bjk-curriculum-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .bjk-academy-strip {
    gap: 10px;
  }
  .bjk-academy-strip-item {
    padding: 10px 12px;
  }
  .bjk-academy-strip-val {
    font-size: 12.5px;
  }
  .bjk-age-group-grid {
    grid-template-columns: 1fr;
  }
  .bjk-curriculum-grid {
    grid-template-columns: 1fr;
  }
  .bjk-faq-summary {
    font-size: 14px;
    padding: 14px 16px;
  }
  .bjk-faq-content {
    padding: 12px 16px 16px 16px;
    font-size: 13.5px;
  }
}

/* ==========================================================================
   11. TEKİL ŞUBE & KAMPÜS YENİ NESİL TASARIM (single-sube.php)
   ========================================================================== */

/* 1. Sube Showcase Hero */
.bjk-sube-hero {
  position: relative;
  background: #090d16;
  color: #ffffff;
  padding: 55px 0 65px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.bjk-sube-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.28;
  filter: contrast(115%) saturate(120%);
  transform: scale(1.02);
  transition: transform 10s ease;
}
.bjk-sube-hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(225, 29, 72, 0.25) 0%, transparent 55%),
              linear-gradient(to right, rgba(9, 13, 22, 0.96) 0%, rgba(9, 13, 22, 0.82) 50%, rgba(9, 13, 22, 0.92) 100%),
              linear-gradient(to bottom, rgba(9, 13, 22, 0.4) 0%, #090d16 100%);
  pointer-events: none;
}
.bjk-sube-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 40px;
  align-items: center;
}
.bjk-sube-hero-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
.bjk-sube-hero-meta-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.bjk-sube-hero-meta-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.bjk-sube-hero-meta-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(225, 29, 72, 0.15);
  color: #fb7185;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.bjk-sube-hero-meta-label {
  font-size: 11px;
  color: #94a3b8;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.bjk-sube-hero-meta-val {
  font-size: 14px;
  color: #ffffff;
  font-weight: 800;
  margin-top: 1px;
}

/* 4'lü Tesis Metrik Şeridi */
.bjk-sube-stat-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 36px;
}
.bjk-sube-stat-card {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: all 0.25s ease;
}
.bjk-sube-stat-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(225, 29, 72, 0.4);
  transform: translateY(-2px);
}
.bjk-sube-stat-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(225, 29, 72, 0.18);
  color: #fb7185;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.bjk-sube-stat-num {
  font-size: 16px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.2;
}
.bjk-sube-stat-label {
  font-size: 11.5px;
  color: #94a3b8;
  margin-top: 2px;
}

/* 2. Tesis Foto Galeri Vitrini */
.bjk-sube-gallery-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 16px;
  margin-bottom: 30px;
}
.bjk-sube-gallery-main {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  height: 380px;
  background: #0f172a;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.bjk-sube-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.bjk-sube-gallery-main:hover img {
  transform: scale(1.04);
}
.bjk-sube-gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(15, 23, 42, 0.92));
  color: #ffffff;
  padding: 24px 20px 16px;
  font-size: 13.5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}
.bjk-sube-gallery-thumbs {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  gap: 16px;
}
.bjk-sube-gallery-thumb {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: #0f172a;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}
.bjk-sube-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.bjk-sube-gallery-thumb:hover img {
  transform: scale(1.05);
}
.bjk-sube-gallery-thumb-tag {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(4px);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

/* 3. Tesis Özellikleri (6 Kolonlu Izgara) */
.bjk-sube-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 18px;
}
.bjk-sube-feature-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 20px 18px;
  transition: all 0.25s ease;
}
.bjk-sube-feature-box:hover {
  background: #ffffff;
  border-color: rgba(225, 29, 72, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}
.bjk-sube-feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(225, 29, 72, 0.08);
  color: var(--bjk-red);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.bjk-sube-feature-title {
  font-size: 15px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 6px;
}
.bjk-sube-feature-desc {
  font-size: 12.5px;
  color: #64748b;
  line-height: 1.55;
  margin: 0;
}

/* 4. Branşlar Kartları */
.bjk-sube-branches-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 18px;
}
.bjk-sube-branch-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: all 0.25s ease;
}
.bjk-sube-branch-card:hover {
  border-color: rgba(225, 29, 72, 0.4);
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}
.bjk-sube-branch-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.bjk-sube-branch-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(225, 29, 72, 0.1);
  color: var(--bjk-red);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.bjk-sube-branch-name {
  font-size: 19px;
  font-weight: 900;
  color: #0f172a;
  margin: 0;
}
.bjk-sube-branch-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 12px 0 14px;
}
.bjk-sube-branch-pill {
  font-size: 11px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  color: #334155;
}
.bjk-sube-branch-actions {
  display: flex;
  gap: 10px;
  margin-top: auto;
  padding-top: 16px;
}

/* 5. Seans & Antrenman Çizelgesi Tablosu */
.bjk-sube-schedule-wrap {
  margin-top: 20px;
  overflow-x: auto;
}
.bjk-sube-schedule-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  overflow: hidden;
  font-size: 13px;
}
.bjk-sube-schedule-table th {
  background: #0f172a;
  color: #ffffff;
  padding: 14px 16px;
  font-weight: 800;
  text-align: left;
}
.bjk-sube-schedule-table td {
  padding: 14px 16px;
  border-top: 1px solid #e2e8f0;
  color: #334155;
  vertical-align: middle;
}
.bjk-sube-schedule-table tr:nth-child(even) td {
  background: #f8fafc;
}

/* 6. Ulaşım & Lokasyon Rehberi */
.bjk-sube-transit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}
.bjk-sube-transit-item {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 16px;
}
.bjk-sube-transit-title {
  font-size: 14px;
  font-weight: 800;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

/* Responsive */
@media (max-width: 991px) {
  .bjk-sube-hero-grid {
    grid-template-columns: 1fr;
  }
  .bjk-sube-stat-bar {
    grid-template-columns: repeat(2, 1fr);
  }
  .bjk-sube-gallery-grid {
    grid-template-columns: 1fr;
  }
  .bjk-sube-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bjk-sube-branches-grid {
    grid-template-columns: 1fr;
  }
  .bjk-sube-transit-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .bjk-sube-stat-bar {
    grid-template-columns: 1fr;
  }
  .bjk-sube-features-grid {
    grid-template-columns: 1fr;
  }
  .bjk-sube-hero-actions {
    flex-direction: column;
  }
  .bjk-sube-hero-actions .bjk-btn-cta,
  .bjk-sube-hero-actions .bjk-btn-outline {
    width: 100%;
    justify-content: center;
  }
}

/* ==========================================================================
   12. RÜZGAR SPOR STİLİ MODERN ANTRENÖR SAYFASI TASARIMI
   ========================================================================== */
.bjk-coach-profile-page {
  background: #f8fafc;
  padding: 36px 0 70px;
  min-height: 80vh;
}
.bjk-back-to-team {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #64748b;
  text-decoration: none;
  margin-bottom: 24px;
  transition: all 0.2s ease;
}
.bjk-back-to-team:hover {
  color: var(--bjk-red);
  transform: translateX(-3px);
}
.bjk-coach-showcase-box {
  background: #ffffff;
  border-radius: 28px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 40px rgba(15, 23, 42, 0.05);
  overflow: hidden;
  position: relative;
  margin-bottom: 32px;
}
.bjk-coach-showcase-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle at 100% 0%, rgba(225, 29, 72, 0.06) 0%, transparent 70%);
  pointer-events: none;
}
.bjk-coach-showcase-inner {
  display: grid;
  grid-template-columns: 420px 1fr;
  position: relative;
  z-index: 2;
}
.bjk-coach-portrait-col {
  position: relative;
  background: #0f172a;
  min-height: 540px;
  overflow: hidden;
}
.bjk-coach-portrait-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.6s ease;
}
.bjk-coach-showcase-box:hover .bjk-coach-portrait-img {
  transform: scale(1.03);
}
.bjk-coach-portrait-overlay {
  display: none;
}
.bjk-coach-info-col {
  padding: 44px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bjk-coach-tag-role {
  font-size: 11.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--bjk-red);
  display: inline-block;
  margin-bottom: 8px;
}
.bjk-coach-main-name {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 900;
  color: #0f172a;
  margin: 0;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.bjk-coach-accent-bar {
  width: 56px;
  height: 5px;
  background: var(--bjk-red);
  border-radius: 9999px;
  margin: 14px 0 22px;
}
.bjk-coach-branch-section {
  margin-bottom: 22px;
}
.bjk-coach-branch-label {
  font-size: 10.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #94a3b8;
  margin-bottom: 8px;
}
.bjk-coach-branch-pill-lg {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 9999px;
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
}
.bjk-coach-bio-prose {
  font-size: 15.5px;
  color: #475569;
  line-height: 1.8;
  margin: 0 0 28px;
}
.bjk-coach-bio-prose p {
  margin-bottom: 16px;
}
.bjk-coach-bio-prose p:last-child {
  margin-bottom: 0;
}
.bjk-coach-cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 14px;
  border-top: 1px solid #f1f5f9;
}

/* 4'lü Özet Bilgi Izgarası */
.bjk-coach-facts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}
.bjk-coach-fact-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 20px 18px;
  transition: all 0.25s ease;
}
.bjk-coach-fact-card:hover {
  border-color: rgba(225, 29, 72, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}
.bjk-coach-fact-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(225, 29, 72, 0.08);
  color: var(--bjk-red);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.bjk-coach-fact-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #94a3b8;
}
.bjk-coach-fact-val {
  font-size: 14px;
  font-weight: 800;
  color: #0f172a;
  margin-top: 4px;
  line-height: 1.35;
}

/* Rüzgarspor Stili Arşiv / Liste Kartları */
.bjk-coaches-grid-ruzgar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.bjk-coach-card-ruzgar {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.bjk-coach-card-ruzgar:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
  border-color: #cbd5e1;
}
.bjk-coach-card-ruzgar-link {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  display: block;
  background: #0f172a;
}
.bjk-coach-card-ruzgar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.5s ease;
}
.bjk-coach-card-ruzgar:hover .bjk-coach-card-ruzgar-img {
  transform: scale(1.06);
}
.bjk-coach-card-ruzgar-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(9, 13, 22, 0.92) 0%, rgba(9, 13, 22, 0.4) 45%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px 20px;
}
.bjk-coach-card-ruzgar-name {
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 8px;
  line-height: 1.2;
}
.bjk-coach-card-ruzgar-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 8px;
  background: rgba(225, 29, 72, 0.9);
  color: #ffffff;
  font-size: 11.5px;
  font-weight: 800;
  align-self: flex-start;
}
.bjk-coach-card-ruzgar-footer {
  padding: 16px 20px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (max-width: 1024px) {
  .bjk-coach-showcase-inner {
    grid-template-columns: 1fr;
  }
  .bjk-coach-portrait-col {
    min-height: 440px;
    height: 440px;
  }
  .bjk-coach-portrait-overlay {
    display: block;
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(9, 13, 22, 0.85) 0%, transparent 60%);
  }
  .bjk-coach-info-col {
    padding: 30px 24px;
  }
  .bjk-coach-facts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bjk-coaches-grid-ruzgar {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .bjk-coach-facts-grid {
    grid-template-columns: 1fr;
  }
  .bjk-coaches-grid-ruzgar {
    grid-template-columns: 1fr;
  }
}

/* Ana Sayfa Antrenörler Bölümü (Rüzgarspor Tasarımı & Sıralaması) */
.bjk-home-coaches-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 36px;
  gap: 24px;
}
.bjk-home-coaches-title-box {
  max-width: 700px;
}
.bjk-btn-pill-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  color: #0f172a;
  border: 1px solid #e2e8f0;
  padding: 12px 24px;
  border-radius: 9999px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  transition: all 0.25s ease;
  white-space: nowrap;
}
.bjk-btn-pill-all:hover {
  background: #e11d48;
  color: #ffffff;
  border-color: #e11d48;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(225, 29, 72, 0.25);
}
.bjk-btn-pill-all svg {
  transition: transform 0.25s ease;
}
.bjk-btn-pill-all:hover svg {
  transform: translateX(4px);
}

.bjk-coaches-grid-home {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.bjk-coach-card-ruzgar-pill.pill-basketbol {
  background: rgba(30, 58, 138, 0.9);
  border: 1px solid rgba(59, 130, 246, 0.4);
}
.bjk-coach-card-ruzgar-pill.pill-voleybol {
  background: rgba(225, 29, 72, 0.9);
  border: 1px solid rgba(244, 63, 94, 0.4);
}

.bjk-home-coaches-cta {
  margin-top: 36px;
  padding: 20px 28px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.bjk-home-coaches-cta-text {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14.5px;
  color: #334155;
  flex-wrap: wrap;
}
.bjk-home-coaches-cta-text .badge-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.2);
  display: inline-block;
  flex-shrink: 0;
}
.bjk-home-coaches-cta-text strong {
  color: #0f172a;
}
.bjk-home-coaches-cta-btns {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .bjk-home-coaches-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .bjk-coaches-grid-home {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .bjk-home-coaches-cta {
    flex-direction: column;
    align-items: flex-start;
  }
  .bjk-home-coaches-cta-btns {
    width: 100%;
    flex-direction: column;
  }
  .bjk-home-coaches-cta-btns > * {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 540px) {
  .bjk-coaches-grid-home {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .bjk-coaches-grid-home .bjk-coach-card-ruzgar {
    border-radius: 16px;
  }
  .bjk-coaches-grid-home .bjk-coach-card-ruzgar-name {
    font-size: 15px;
    margin: 0 0 4px;
  }
  .bjk-coaches-grid-home .bjk-coach-card-ruzgar-pill {
    font-size: 10px;
    padding: 3px 8px;
    gap: 4px;
  }
  .bjk-coaches-grid-home .bjk-coach-card-ruzgar-overlay {
    padding: 14px 12px;
  }
}

/* ==========================================================================
   BJK Standart Antrenör Kartları & Birleşik Izgara (Tüm Sayfalar & Shortcode)
   ========================================================================== */
.bjk-coaches-unified-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.bjk-coaches-unified-grid.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.bjk-coaches-unified-grid.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.bjk-coaches-unified-grid.cols-1 {
  grid-template-columns: 1fr;
}

@media (max-width: 1024px) {
  .bjk-coaches-unified-grid,
  .bjk-coaches-unified-grid.cols-4,
  .bjk-coaches-unified-grid.cols-3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 540px) {
  .bjk-coaches-unified-grid,
  .bjk-coaches-unified-grid.cols-4,
  .bjk-coaches-unified-grid.cols-3,
  .bjk-coaches-unified-grid.cols-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .bjk-coaches-unified-grid .bjk-coach-card-ruzgar {
    border-radius: 16px;
  }
  .bjk-coaches-unified-grid .bjk-coach-card-ruzgar-name {
    font-size: 15px;
    margin: 0 0 4px;
  }
  .bjk-coaches-unified-grid .bjk-coach-card-ruzgar-pill {
    font-size: 10px;
    padding: 3px 8px;
    gap: 4px;
  }
  .bjk-coaches-unified-grid .bjk-coach-card-ruzgar-overlay {
    padding: 14px 12px;
  }
}




