/* ============================================================
   Atina — Ücretsiz Hesap Bölümü (kategori sayfası)
   Tüm renkler atina CSS değişkenlerinden; light/dark otomatik.
   ============================================================ */

.fa-sec {
  padding: 2.4rem 0 0;
}

/* ---- Başlık ---- */
.fa-head {
  margin-bottom: 1.1rem;
}
.fa-kicker {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--red-2);
}
.fa-kicker::before {
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: var(--red);
}
.fa-head h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  color: var(--text);
  margin: .25rem 0 0;
}
.fa-sub {
  color: var(--muted);
  font-size: .92rem;
  margin-top: .3rem;
}

/* ---- Canlı (şu an yayında) kart ---- */
.fa-live {
  position: relative;
  background: var(--header-bg);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  backdrop-filter: blur(16px) saturate(150%);
  border: 1px solid rgba(45, 212, 160, .38);
  border-radius: var(--radius);
  padding: 1.15rem 1.25rem 1.3rem;
  box-shadow: 0 18px 44px -22px rgba(45, 212, 160, .5);
  overflow: hidden;
}
.fa-live::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--green), transparent);
}
.fa-live-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .85rem;
}
.fa-live-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .85rem;
  font-weight: 800;
  letter-spacing: .01em;
  color: var(--green);
}
.fa-dot {
  position: relative;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--green);
}
.fa-dot::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: var(--green);
  animation: faPing 1.4s cubic-bezier(0, 0, .2, 1) infinite;
}
@keyframes faPing {
  0% { transform: scale(1); opacity: .8; }
  75%, 100% { transform: scale(2.6); opacity: 0; }
}
.fa-timer {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--text);
  font-variant-numeric: tabular-nums;
}
.fa-timer small {
  font-size: .7rem;
  font-weight: 600;
  color: var(--muted);
  margin-left: .25rem;
}

/* Kimlik bilgisi kutusu + kopyala */
.fa-cred {
  display: flex;
  align-items: stretch;
  gap: .6rem;
}
.fa-cred-text {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  background: var(--bg);
  border: 1px solid var(--stroke-2);
  border-radius: 12px;
  padding: .8rem 1rem;
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: .98rem;
  font-weight: 600;
  color: var(--text);
  letter-spacing: .02em;
  overflow-x: auto;
  white-space: nowrap;
  user-select: all;
}
.fa-copy {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: 0 1.15rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: .85rem;
  color: #fff;
  background: linear-gradient(135deg, var(--red), #b40e23);
  box-shadow: 0 6px 22px -6px var(--red-glow);
  transition: transform .2s, box-shadow .2s;
}
.fa-copy:hover { transform: translateY(-1px); box-shadow: 0 10px 30px -6px var(--red-glow); }
.fa-copy:active { transform: scale(.97); }
.fa-copy.copied { background: linear-gradient(135deg, var(--green), #1ba883); box-shadow: none; }
.fa-copy svg { width: 16px; height: 16px; }

/* Ayrıştırılmış kimlik alanları (sipariş detayı stili: Kullanıcı/Şifre ayrı) */
.fa-cred-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; margin-bottom: .75rem; }
.fa-field label {
  display: block; font-size: .7rem; font-weight: 700; letter-spacing: .07em;
  text-transform: uppercase; color: var(--muted); margin-bottom: .35rem;
}
.fa-field-row { display: flex; align-items: stretch; gap: .5rem; }
.fa-field-val {
  flex: 1; min-width: 0; display: flex; align-items: center;
  background: var(--bg); border: 1px solid var(--stroke-2); border-radius: 10px;
  padding: .6rem .85rem;
  font-family: var(--font-body); font-size: 1rem; font-weight: 600; color: var(--text);
  letter-spacing: .01em;
  overflow-x: auto; white-space: nowrap; user-select: all;
}
.fa-field-copy {
  flex-shrink: 0; width: 44px; display: grid; place-items: center;
  border-radius: 10px; color: var(--muted);
  background: var(--surface-2); border: 1px solid var(--stroke-2); transition: all .2s;
}
.fa-field-copy:hover { color: #fff; background: linear-gradient(135deg, var(--red), #b40e23); border-color: transparent; }
.fa-field-copy.copied { color: var(--green); background: rgba(45, 212, 160, .12); border-color: rgba(45, 212, 160, .5); }
.fa-field-copy svg { width: 16px; height: 16px; }

/* Tüm hesap bilgileri (ham içerik) kutusu — tıklayınca tamamı kopyalanır */
.fa-rawbox {
  border: 1px solid var(--stroke-2); border-radius: 12px; overflow: hidden;
  background: var(--bg); cursor: pointer; transition: border-color .2s;
}
.fa-rawbox:hover { border-color: rgba(225, 25, 49, .45); }
.fa-rawbox:focus-visible { outline: 2px solid var(--red-2); outline-offset: 2px; }
.fa-rawbox.copied { border-color: rgba(45, 212, 160, .6); }
.fa-rawbox-head {
  display: flex; align-items: center; justify-content: space-between; gap: .75rem;
  padding: .55rem .85rem;
  background: var(--surface-2); border-bottom: 1px solid var(--stroke);
  font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--muted);
}
.fa-rawbox-hint { display: inline-flex; align-items: center; gap: .35rem; flex-shrink: 0; }
.fa-rawbox-hint svg { width: 13px; height: 13px; }
.fa-rawbox.copied .fa-rawbox-hint { color: var(--green); }
.fa-raw {
  padding: .85rem;
  font-family: var(--font-body); font-size: .95rem; font-weight: 500;
  color: var(--text); white-space: pre-wrap; word-break: break-all; margin: 0;
}

@media (max-width: 560px) { .fa-cred-grid { grid-template-columns: 1fr; } }

/* Süre çubuğu */
.fa-bar {
  margin-top: .95rem;
  height: 6px;
  border-radius: 999px;
  background: var(--surface-2);
  overflow: hidden;
}
.fa-bar-fill {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), #1ba883);
  transition: width 1s linear;
}

/* ---- Sonraki yayın kartı (aktif hesap yokken) ---- */
.fa-next {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: var(--header-bg);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  backdrop-filter: blur(16px) saturate(150%);
  border: 1px solid var(--stroke);
  border-radius: var(--radius);
  padding: 1.1rem 1.25rem;
  box-shadow: var(--card-shadow);
}
.fa-next-ico {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: var(--red-2);
  background: rgba(225, 25, 49, .1);
  border: 1px solid rgba(225, 25, 49, .25);
}
.fa-next-ico svg { width: 26px; height: 26px; }
.fa-next-label {
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
}
.fa-next-time {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.45rem;
  color: var(--text);
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}
.fa-next-sub {
  font-size: .85rem;
  color: var(--muted);
  margin-top: .15rem;
}

/* ---- Önceden paylaşılanlar ---- */
.fa-archive {
  margin-top: 1.25rem;
}
.fa-archive-head {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .82rem;
  font-weight: 700;
  color: var(--muted);
  margin-bottom: .7rem;
}
.fa-archive-head svg { width: 16px; height: 16px; opacity: .8; }
.fa-archive-list {
  display: grid;
  gap: .55rem;
}
.fa-archive-row {
  display: flex;
  align-items: center;
  gap: .8rem;
  background: var(--surface);
  border: 1px solid var(--stroke);
  border-radius: 12px;
  padding: .65rem .9rem;
}
.fa-archive-cred {
  flex: 1;
  min-width: 0;
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: .85rem;
  color: var(--muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  user-select: all;
}
.fa-archive-date {
  flex-shrink: 0;
  font-size: .74rem;
  color: var(--muted);
  opacity: .75;
}
.fa-archive-copy {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: var(--muted);
  border: 1px solid var(--stroke);
  background: var(--surface-2);
  transition: color .2s, border-color .2s;
}
.fa-archive-copy:hover { color: var(--red-2); border-color: rgba(225, 25, 49, .4); }
.fa-archive-copy svg { width: 14px; height: 14px; }
.fa-archive-copy.copied { color: var(--green); border-color: rgba(45, 212, 160, .5); }

@media (max-width: 560px) {
  .fa-cred { flex-direction: column; }
  .fa-copy { padding: .7rem; justify-content: center; }
  .fa-archive-date { display: none; }
}

/* ============================================================
   Kategori sayfası — yönlendirme duyurusu (announce banner)
   ============================================================ */
.fa-announce {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.4rem;
  padding: .85rem 1.1rem;
  border-radius: 16px;
  background: var(--header-bg);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  backdrop-filter: blur(14px) saturate(150%);
  border: 1px solid var(--stroke-2);
  box-shadow: var(--card-shadow);
  transition: transform .2s, border-color .2s, box-shadow .2s;
}
.fa-announce:hover { transform: translateY(-2px); border-color: rgba(225, 25, 49, .5); }
.fa-announce.live { border-color: rgba(45, 212, 160, .45); box-shadow: 0 16px 40px -22px rgba(45, 212, 160, .5); }
.fa-announce-ico {
  flex-shrink: 0;
  width: 44px; height: 44px;
  border-radius: 12px;
  display: grid; place-items: center;
  color: var(--red-2);
  background: rgba(225, 25, 49, .1);
  border: 1px solid rgba(225, 25, 49, .25);
}
.fa-announce.live .fa-announce-ico { color: var(--green); background: rgba(45, 212, 160, .12); border-color: rgba(45, 212, 160, .3); }
.fa-announce-ico svg { width: 22px; height: 22px; }
.fa-announce-body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: .12rem; }
.fa-announce-body strong {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--font-display); font-weight: 800; font-size: 1rem; color: var(--text);
}
.fa-announce-body small { font-size: .82rem; color: var(--muted); }
.fa-announce-dot { position: relative; width: 8px; height: 8px; border-radius: 999px; background: var(--green); }
.fa-announce-dot::after {
  content: ""; position: absolute; inset: 0; border-radius: 999px; background: var(--green);
  animation: faPing 1.4s cubic-bezier(0, 0, .2, 1) infinite;
}
.fa-announce-cta {
  flex-shrink: 0;
  padding: .55rem 1.1rem;
  border-radius: 999px;
  font-weight: 700; font-size: .85rem; color: #fff;
  background: linear-gradient(135deg, var(--red), #b40e23);
  box-shadow: 0 6px 22px -6px var(--red-glow);
  white-space: nowrap;
}
.fa-announce.live .fa-announce-cta { background: linear-gradient(135deg, var(--green), #1ba883); box-shadow: 0 6px 22px -8px rgba(45, 212, 160, .6); }

/* ============================================================
   Dedicated SEO sayfası (/<page_slug>)
   ============================================================ */
.fa-page { padding: 1.4rem 0 3rem; }
.fa-hero { margin-bottom: 1.4rem; max-width: 760px; }
.fa-hero h1 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  color: var(--text);
  margin: .35rem 0 0;
  line-height: 1.12;
}
.fa-hero-sub { color: var(--muted); font-size: 1rem; margin-top: .55rem; line-height: 1.5; }

/* Üst backdrop — kategori görseli (kategori sayfasıyla birebir aynı efekt) */
main { position: relative; }
.fa-backdrop {
  position: absolute; top: 0; left: 0; right: 0;
  height: min(54vh, 500px);
  z-index: -1; overflow: hidden; pointer-events: none;
  mask-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .55) 12%, #000 30%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .55) 12%, #000 30%);
}
.fa-backdrop img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 22%;
  filter: blur(10px) brightness(.55) saturate(1.1); transform: scale(1.08);
}
.fa-backdrop::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0) 35%, var(--bg) 96%);
}
html[data-theme="light"] .fa-backdrop img { filter: blur(10px) brightness(.7) saturate(1.05); }

/* backdrop varken üst metinler beyaz (açık/koyu tema fark etmez) */
.fa-backdrop ~ .breadcrumb a,
.fa-backdrop ~ .breadcrumb .bc-sep { color: rgba(255, 255, 255, .85); text-shadow: 0 1px 6px rgba(0, 0, 0, .45); }
.fa-backdrop ~ .breadcrumb .bc-cur { color: #fff; text-shadow: 0 1px 6px rgba(0, 0, 0, .45); }
.fa-backdrop ~ .breadcrumb a:hover { color: #fff; }
.fa-backdrop ~ .fa-page .fa-hero h1 { color: #fff; text-shadow: 0 2px 18px rgba(0, 0, 0, .5); }
.fa-backdrop ~ .fa-page .fa-hero-sub { color: rgba(255, 255, 255, .92); text-shadow: 0 1px 8px rgba(0, 0, 0, .4); }
@media (max-width: 640px) { .fa-backdrop { height: min(44vh, 380px); } }

.fa-seo { margin-top: 2rem; color: var(--muted); font-size: .95rem; line-height: 1.7; max-width: 820px; }
.fa-seo h2 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(1.15rem, 2.2vw, 1.5rem); color: var(--text); margin: 1.4rem 0 .6rem;
}
.fa-seo h3 { color: var(--text); font-weight: 700; margin: 1.1rem 0 .4rem; }
.fa-seo p { margin: 0 0 .8rem; }
.fa-seo a { color: var(--red-2); }
.fa-seo ul, .fa-seo ol { margin: 0 0 .8rem 1.2rem; }
.fa-seo li { margin-bottom: .35rem; }

.fa-cta { margin-top: 1.8rem; }

/* SSS akordeon */
.fa-faq { margin-top: 2.4rem; max-width: 820px; }
.fa-faq > h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.2rem, 2.4vw, 1.6rem);
  color: var(--text);
  margin-bottom: 1rem;
}
.fa-faq-item {
  background: var(--surface);
  border: 1px solid var(--stroke);
  border-radius: 14px;
  margin-bottom: .6rem;
  overflow: hidden;
  transition: border-color .2s;
}
.fa-faq-item[open] { border-color: rgba(225, 25, 49, .35); }
.fa-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  font-weight: 700;
  font-size: .98rem;
  color: var(--text);
  cursor: pointer;
  list-style: none;
}
.fa-faq-item summary::-webkit-details-marker { display: none; }
.fa-faq-item summary::marker { content: ""; }
.fa-faq-chev { width: 20px; height: 20px; flex-shrink: 0; color: var(--muted); transition: transform .25s; }
.fa-faq-item[open] .fa-faq-chev { transform: rotate(180deg); color: var(--red-2); }
.fa-faq-a { padding: 0 1.15rem 1.1rem; color: var(--muted); font-size: .92rem; line-height: 1.65; }
.fa-faq-a a { color: var(--red-2); font-weight: 600; }

@media (max-width: 560px) {
  .fa-announce { flex-wrap: wrap; }
  .fa-announce-cta { width: 100%; text-align: center; }
}
