/* Anasayfa — Yayınlarımız: tek ekran, içeride slayt (main.css #events 420vh iptal) */
section#events.hb-carousel {
  height: auto !important;
  min-height: 0 !important;
  position: relative;
}

#home-broadcasts {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 520px;
  max-height: 100dvh;
  position: relative;
  overflow: hidden;
  background: var(--bg, #030d1a);
}

.hb-bg-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hb-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  transition: all 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hb-orb1 {
  width: 72vw;
  height: 72vh;
  background: radial-gradient(circle, rgba(0, 115, 175, 0.28) 0%, transparent 70%);
  top: -12%;
  left: -18%;
}

.hb-orb2 {
  width: 48vw;
  height: 56vh;
  background: radial-gradient(circle, rgba(0, 200, 240, 0.2) 0%, transparent 65%);
  bottom: 2%;
  right: -12%;
}

.hb-orb3 {
  width: 36vw;
  height: 42vh;
  background: radial-gradient(circle, rgba(61, 184, 245, 0.14) 0%, transparent 70%);
  top: 20%;
  right: 18%;
  opacity: 0;
}

.hb-bg-vig {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 85% 85% at 50% 50%, transparent 36%, rgba(3, 13, 26, 0.82) 100%);
}

.hb-layout {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 55% 45%;
  align-items: center;
  min-height: 100%;
  padding: 88px 7vw 100px;
  gap: 4vw;
  box-sizing: border-box;
}

.hb-left {
  display: flex;
  flex-direction: column;
  max-height: calc(100dvh - 180px);
  overflow-y: auto;
  padding-right: 6px;
  scrollbar-width: thin;
}

.hb-lx {
  opacity: 1;
  transform: none;
}

.hb-left.hb-swapping .hb-lx {
  opacity: 0.35;
  transition: opacity 0.2s ease;
}

.hb-left.hb-swapping.hb-swap-in .hb-lx {
  opacity: 1;
  transition: opacity 0.35s ease;
}

.hb-counter {
  font-family: 'VAG', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--bright, #3db8f5);
  opacity: 0.75;
  margin-bottom: 16px;
}

.hb-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'VAG', sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  width: fit-content;
  margin-bottom: 16px;
}

.hb-bd {
  background: rgba(0, 153, 214, 0.12);
  border: 1px solid rgba(0, 153, 214, 0.35);
  color: var(--sky, #7ed4f7);
}

.hb-bl {
  background: rgba(226, 75, 74, 0.12);
  border: 1px solid rgba(226, 75, 74, 0.4);
  color: #ff6b6b;
}

.hb-bu {
  background: rgba(245, 166, 35, 0.1);
  border: 1px solid rgba(245, 166, 35, 0.35);
  color: #f5a623;
}

.hb-bdot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  flex-shrink: 0;
}

.hb-bdot.p {
  animation: hb-blink 1.2s ease-in-out infinite;
}

@keyframes hb-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.15; }
}

.hb-location {
  font-family: 'VAG', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: var(--sky, #7ed4f7);
  opacity: 0.62;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.hb-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(26px, 3.2vw, 46px);
  font-weight: 700;
  line-height: 1.1;
  color: var(--white, #fff);
  margin-bottom: 14px;
}

.hb-desc {
  font-family: 'VAG', sans-serif;
  font-size: clamp(14px, 1.05vw, 16px);
  color: var(--muted, rgba(180, 220, 245, 0.55));
  line-height: 1.72;
  font-weight: 300;
  max-width: 430px;
  margin-bottom: 22px;
}

.hb-amount {
  font-family: 'VAG', sans-serif;
  font-size: clamp(46px, 5.8vw, 76px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 8px;
  color: var(--sky, #7ed4f7);
  min-height: 1em;
}

.hb-amount.hb-grad {
  background: linear-gradient(135deg, var(--sky, #7ed4f7) 0%, var(--bright, #3db8f5) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.hb-amount.hb-pend {
  background: linear-gradient(135deg, rgba(126, 212, 247, 0.85) 0%, var(--blue, #0073af) 100%);
  opacity: 0.85;
}

.hb-amtlbl {
  font-family: 'VAG', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.25);
  margin-bottom: 26px;
}

.hb-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: linear-gradient(135deg, var(--blue, #0073af), var(--bright, #3db8f5));
  color: #fff;
  text-decoration: none;
  font-family: 'VAG', sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 12px 28px;
  border-radius: 40px;
  width: fit-content;
  box-shadow: 0 8px 32px rgba(0, 115, 175, 0.35);
  transition: box-shadow 0.25s, transform 0.2s;
}

.hb-btn:hover {
  box-shadow: 0 14px 42px rgba(0, 153, 214, 0.45);
  transform: translateY(-3px);
}

.hb-right {
  display: flex;
  flex-direction: column;
  padding-left: 28px;
}

.hb-mini {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 0;
  cursor: pointer;
  position: relative;
  transition: opacity 0.35s ease, color 0.35s ease;
}

.hb-mini.dim { opacity: 0.58; }
.hb-mini.past { opacity: 0.78; }
.hb-mini.cur { opacity: 1; }

.hb-m-num {
  font-family: 'VAG', sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.2);
  min-width: 20px;
  flex-shrink: 0;
  transition: color 0.3s;
}

.hb-mini.cur .hb-m-num {
  color: var(--bright, #3db8f5);
}

.hb-m-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.12);
  border: 1.5px solid rgba(255, 255, 255, 0.18);
  transition: all 0.4s ease;
  position: relative;
}

.hb-mini.cur .hb-m-dot {
  background: var(--blue, #0073af);
  border-color: var(--sky, #7ed4f7);
  box-shadow: 0 0 0 4px rgba(0, 153, 214, 0.15), 0 0 12px rgba(0, 153, 214, 0.4);
}

.hb-mini.past .hb-m-dot {
  background: rgba(0, 153, 214, 0.35);
  border-color: rgba(126, 212, 247, 0.55);
}

.hb-mini.cur .hb-m-dot::after {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1px solid rgba(0, 153, 214, 0.3);
  animation: hb-ring 2s ease-out infinite;
}

@keyframes hb-ring {
  0% { transform: scale(1); opacity: 0.6; }
  100% { transform: scale(1.8); opacity: 0; }
}

.hb-m-info {
  flex: 1;
  min-width: 0;
}

.hb-m-title {
  font-family: 'VAG', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.25;
  transition: color 0.3s;
}

.hb-mini.dim .hb-m-title { color: rgba(255, 255, 255, 0.52); }
.hb-mini.cur .hb-m-title { color: var(--white, #fff); }

.hb-m-loc {
  font-family: 'VAG', sans-serif;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.25);
  margin-top: 3px;
  transition: color 0.3s;
}

.hb-mini.cur .hb-m-loc {
  color: rgba(126, 212, 247, 0.55);
}

.hb-m-amt {
  font-family: 'VAG', sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: rgba(126, 212, 247, 0.75);
  white-space: nowrap;
  flex-shrink: 0;
  transition: color 0.3s;
}

.hb-mini.dim .hb-m-amt { color: rgba(126, 212, 247, 0.45); }
.hb-mini.cur .hb-m-amt { color: var(--sky, #7ed4f7); }

.hb-big-num {
  position: absolute;
  bottom: 8vh;
  left: 7vw;
  z-index: 5;
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  gap: 4px;
  font-family: 'VAG', sans-serif;
}

.hb-bn-cur {
  font-size: clamp(60px, 9vw, 110px);
  font-weight: 800;
  color: rgba(255, 255, 255, 0.045);
  line-height: 1;
  letter-spacing: -0.04em;
  transition: all 0.4s ease;
}

.hb-bn-sep,
.hb-bn-tot {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.06);
  margin-bottom: 16px;
  letter-spacing: 0.08em;
}

.hb-nav-arrows {
  position: absolute;
  bottom: 7vh;
  right: 7vw;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 12px;
}

.hb-arr-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  pointer-events: auto;
  padding: 0;
}

.hb-arr-btn:hover {
  background: rgba(0, 153, 214, 0.2);
  border-color: rgba(0, 153, 214, 0.4);
  color: var(--sky, #7ed4f7);
}

.hb-arr-btn:disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

.hb-arr-btn svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hb-dots-nav {
  position: absolute;
  left: 3.5vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 30;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hb-dnav-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.15);
  cursor: pointer;
  transition: all 0.35s;
  padding: 0;
}

.hb-dnav-dot.cur {
  background: var(--blue, #0073af);
  border-color: var(--sky, #7ed4f7);
  box-shadow: 0 0 8px rgba(0, 153, 214, 0.45);
  transform: scale(1.3);
}

.hb-dnav-dot.past {
  background: rgba(0, 153, 214, 0.35);
  border-color: rgba(126, 212, 247, 0.5);
}

.hb-total-bar {
  position: absolute;
  bottom: 7.5vh;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 20;
  pointer-events: none;
}

.hb-total-lbl {
  font-family: 'VAG', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.22);
  margin-bottom: 4px;
}

.hb-total-amt {
  font-family: 'VAG', sans-serif;
  font-size: clamp(16px, 1.8vw, 24px);
  font-weight: 800;
  color: var(--sky, #7ed4f7);
  letter-spacing: -0.02em;
  opacity: 0.95;
  min-height: 1.2em;
}

.hb-total-bar .hb-amtlbl {
  margin: 6px auto 0;
  max-width: min(90vw, 320px);
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: none;
  line-height: 1.35;
}

.hb-prog {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.05);
  z-index: 20;
}

.hb-prog-fill {
  height: 100%;
  width: 25%;
  background: linear-gradient(90deg, var(--blue, #0073af), var(--bright, #3db8f5), var(--sky, #7ed4f7));
  transition: width 0.4s ease;
  box-shadow: 0 0 8px rgba(0, 200, 240, 0.4);
}

.hb-shint {
  position: absolute;
  bottom: 3.5vh;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  z-index: 25;
  pointer-events: none;
  transition: opacity 0.5s;
}

.hb-shint.gone {
  opacity: 0;
}

.hb-sh-line {
  width: 1px;
  height: 30px;
  background: linear-gradient(to bottom, transparent, rgba(126, 212, 247, 0.45));
  animation: hb-drop 1.8s ease-in-out infinite;
}

@keyframes hb-drop {
  0% { transform: scaleY(0); transform-origin: top; }
  49% { transform: scaleY(1); transform-origin: top; }
  50% { transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

.hb-sh-txt {
  font-family: 'VAG', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(126, 212, 247, 0.35);
}

.hb-footer-strip {
  background: #020a14;
  border-top: none;
  padding: 36px 7vw 40px;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 48px;
}

.hb-ft-lbl {
  font-family: 'VAG', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.28);
  margin-bottom: 8px;
}

.hb-ft-amt {
  font-family: 'VAG', sans-serif;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  background: linear-gradient(135deg, var(--sky, #7ed4f7), var(--bright, #3db8f5));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hb-ft-txt {
  font-family: 'VAG', sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.7;
}

.hb-ft-txt strong {
  color: var(--white, #fff);
  font-weight: 700;
}

.hb-ft-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--bright, #3db8f5);
  font-family: 'VAG', sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 13px 28px;
  border-radius: 40px;
  border: 1.5px solid rgba(0, 153, 214, 0.5);
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.25s;
}

.hb-ft-btn:hover {
  background: var(--blue, #0073af);
  color: #fff;
  border-color: var(--blue, #0073af);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0, 153, 214, 0.3);
}

/* Anasayfa: bölümler arası gradient çizgileri kapat */
body:has(#home-broadcasts) .fade-down {
  display: none;
}

.par {
  position: relative;
}

.hb-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hb-ev-cd {
  display: none;
  font-family: 'VAG', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--sky, #7ed4f7);
  margin-bottom: 4px;
}

@media (max-width: 900px) {
  .hb-layout {
    grid-template-columns: 1fr;
    padding: 88px 6vw 100px;
  }

  .hb-right,
  .hb-big-num,
  .hb-dots-nav {
    display: none;
  }

  .hb-nav-arrows {
    bottom: 5vh;
    right: 5vw;
  }

  .hb-footer-strip {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }

  .hb-ft-btn {
    justify-self: center;
  }
}
