/* public/assets/css/main.css */


/* ========== Temel ========== */
:root {
  --bg: #000;
  --text: #eaeaea;
  --muted: #a7a7a7;
  --gold1: #f1c24e;
  --gold2: #d3a537;
  --card: #121212;
  --card-2: #181818;
  --border: #262626;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  display: block;
}

/* Container */
.container {
  width: min(1200px, 92%);
  margin-inline: auto;
}

/* Typography */
h1,
h2,
h3 {
  font-family: "Poppins", sans-serif;
  color: var(--gold1);
  margin: 0 0 0.6rem;
}
.section-title {
  font-size: clamp(22px, 3vw, 36px);
  margin: 0 0 1rem;
}
.section-title.center {
  text-align: center;
}
.subtitle {
  color: var(--muted);
  margin: 0.25rem 0 2rem;
}

/* Buttons */
.btn {
  appearance: none;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: 600;
  transition: 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.btn.solid {
  background: linear-gradient(90deg, var(--gold1), var(--gold2));
}
.btn.solid:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
}


.btn.grad{
  display:inline-flex;              /* ← metni kutu içinde tam ortalar */
  align-items:center;
  justify-content:center;
  padding:12px 24px;               /* üst-alt eşit */
  line-height:1;                   /* metin taşmasını/oynamayı engeller */
  background:linear-gradient(135deg,#ffd37a,#c89a3a);
  color:#1b180f;
  font-weight:600;
  border-radius:8px;
  text-decoration:none;
  box-shadow:0 4px 10px rgba(255,210,130,.2);
  transition:background .25s ease, box-shadow .25s ease, filter .25s ease;
  transform:none;                  /* güvence */
  vertical-align:middle;           /* satır içi hizalama */
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
.btn.grad:hover{
  background:linear-gradient(135deg,#ffe299,#e2b24a);
  filter:brightness(1.05);
  box-shadow:0 6px 16px rgba(255,210,130,.35);
  color:#1b180f;
  transform:none;
}





.btn.ghost {
  background: transparent;
  border: 1px solid var(--border);
  color: #ddd;
}
.btn.ghost:hover {
  background: #1f1f1f;
}
.btn.icon {
  width: 44px;
  height: 44px;
  justify-content: center;
  border: 1px solid var(--border);
  background: #0f0f0f;
  border-radius: 10px;
}
.gold {
  color: var(--gold1);
}

/* ================= HERO ================= */
.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: center;
  isolation: isolate;
}
.bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.55;
}
.topbar {
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.logo-text {
  font-size: clamp(18px, 2.4vw, 28px);
  letter-spacing: 0.3px;
}
.right-side {
  display: flex;
  gap: 0.6rem;
  align-items: center;
}
.hero-body {
  padding: 30px 0 50px;
  max-width: 900px;
}
.title-img {
  width: min(700px, 90%);
  margin-left: 0;
}
.intro {
  display: flex;
  gap: 14px;
  margin: 18px 0 26px;
}
.intro .arrow {
  font-size: 24px;
  color: var(--gold1);
}
.cta-row {
  display: flex;
  gap: 10px;
}

/* ===== Modal (Menu) ===== */
.modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: grid;
  place-items: center;
  z-index: 30;
}
.modal.hidden {
  display: none;
}
.modal-content {
  width: min(560px, 92%);
  background: #0f0f0f;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 20px;
}
.menu-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 14px;
}
.menu-nav {
  display: grid;
  gap: 10px;
}
.menu-nav a {
  padding: 14px;
  border: 1px solid var(--border);
  border-radius: 12px;
  color: #fff;
  text-decoration: none;
}
.menu-nav a:hover {
  background: #171717;
}

/* ========== About / Stats ========== */
.about {
  padding: 70px 0 40px;
}
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 18px 0 10px;
}
.stat {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 18px;
}
.stat .num {
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  color: #e0e0e0;
}
.stat .label {
  color: var(--muted);
}
.big-number {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}
.big-number span {
  font-family: "Poppins", sans-serif;
  font-size: clamp(40px, 9vw, 84px);
  color: var(--gold1);
}
.big-number .right-note {
  justify-self: end;
  color: #c9c9c9;
}

/* ========== Features (grid) ========== */
.features {
  padding: 60px 0 10px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.feature {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
}

/* ========== Bullets ========== */
.bullets {
  padding: 40px 0;
}
.bullet-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.bullet {
  background: var(--card-2);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 20px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.bullet.wide {
  grid-column: 1 / -1;
}

/* ========== Socials ========== */
.socials {
  padding: 60px 0;
}
.social-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.social-card {
  position: relative;
  background: #0f0f0f;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 18px;
  text-decoration: none;
  color: #fff;
  transition: 0.2s;
  overflow: hidden;
  min-height: 160px;
}
.social-card:hover {
  transform: translateY(-2px);
}
.social-card .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.social-card .name {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}
.social-card .bottom {
  margin-top: 30px;
  color: #cfcfcf;
}
.social-card .arrow {
  position: absolute;
  right: 16px;
  bottom: 16px;
  opacity: 0.8;
}

/* Hover renkleri (logo rengini al) */
.social-card.ig:hover {
  background: linear-gradient(
    135deg,
    #f58529,
    #feda77,
    #dd2a7b,
    #8134af,
    #515bd4
  );
}
.social-card.yt:hover {
  background: #111;
  box-shadow: 0 0 0 1px #e11d21 inset;
}
.social-card.x:hover {
  background: #111;
  box-shadow: 0 0 0 1px #fff inset;
}
.social-card.tg:hover {
  background: #0e2a3a;
  box-shadow: 0 0 0 1px #2aabee inset;
}
.social-card.tk:hover {
  background: #121212;
  box-shadow: 0 0 0 1px #00f2ea inset;
}

/* ========== FAQ ========== */
.faq {
  padding: 60px 0;
}
.faq-item {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 14px 16px;
  background: #101010;
  margin-bottom: 10px;
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 600;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-body {
  margin-top: 10px;
  color: #c9c9c9;
}

/* ========== Offer Card ========== */
.offer {
  padding: 40px 0 80px;
}
.center {
  text-align: center;
}
.offer-card {
  background: #0f0f0f;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 20px;
  width: min(760px, 100%);
  margin: 0 auto;
}
.offer-head {
  display: grid;
  gap: 14px;
  justify-items: center;
}
.badge {
  background: rgba(241, 194, 78, 0.14);
  color: var(--gold1);
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 600;
}
.prices {
  display: flex;
  gap: 12px;
  align-items: baseline;
}
.prices .old {
  text-decoration: line-through;
  color: #9c9c9c;
}
.prices .current {
  font-size: 32px;
  font-family: "Poppins", sans-serif;
  color: var(--gold1);
}
.offer-title {
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.offer-title span {
  display: block;
  font-size: 0.9em;
  color: #c9c9c9;
  font-weight: 500;
}
.list {
  margin: 12px 0 0;
  padding: 0 0 0 18px;
}
.list li {
  margin: 8px 0;
}
.cta {
  display: grid;
  justify-items: center;
  gap: 8px;
  margin-top: 16px;
}
.note {
  color: #a9a9a9;
}

/* ========== Footer ========== */
.footer {
  padding: 48px 0 60px;
  border-top: 1px solid var(--border);
  background: #050505;
}
.footer-logo {
  height: 120px;
  margin: 0 auto 14px;
  display: block;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 16px;
}
.footer-links a {
  color: #d9d9d9;
  text-decoration: none;
  border: 1px solid var(--border);
  padding: 8px 12px;
  border-radius: 10px;
}
.footer-links a:hover {
  background: #151515;
}
.disclaimer {
  max-width: 980px;
  margin: 0 auto;
  color: #bdbdbd;
}
.disclaimer h4 {
  color: #e9e9e9;
  margin: 16px 0 6px;
}

/* ========== Responsive ========== */
@media (max-width: 1024px) {
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .stats {
    grid-template-columns: 1fr;
  }
  .social-grid {
    grid-template-columns: 1fr 1fr;
  }
  .bullet-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 520px) {
  .social-grid {
    grid-template-columns: 1fr;
  }
  .cta-row {
    flex-direction: column;
  }
}

/* ========== RESET & KÖK ========= */
:root {
  --bg: #0b0b0b;
  --txt: #ffffff;
  --muted: #d0d0d0;
  --gold-1: #f5d37a;
  --gold-2: #c59a35;
  --btn-radius: 14px;
}

* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  background: var(--bg);
  color: var(--txt);
}

/* ========== HERO alanı ========= */
.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

/* arka plan video */
.hero .bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5); /* videoyu hafif karart */
}

/* videonun altını “yumuşak” bitir – ilk görsel gibi */
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 30vh;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.45) 40%,
    rgba(0, 0, 0, 0.75) 70%,
    var(--bg) 100%
  );
}

/* ========== TOPBAR (üstte yapışık) ========= */
.hero .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.topbar {
  position: absolute; /* en üste yapışık */
  top: 12px;
  left: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.logo-text {
  margin: 0; /* üst boşluğu kaldır */
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 700;
}

/* sağ taraf (kayıt butonu + menü ikonu) */
.right-side .btn.ghost {
  padding: 10px 18px;
  border: 1px solid #c59a35;
  border-radius: 999px;
  font-size: 14px;
  color: #f5d37a;
  background: transparent;
  font-weight: 600;
  transition: all 0.25s ease;
}

.right-side .btn.ghost:hover {
  background: linear-gradient(180deg, #f5d37a, #c59a35);
  color: #17130a;
  border-color: transparent;
  box-shadow: 0 6px 18px rgba(197, 154, 53, 0.35);
  transform: translateY(-1px);
}

.btn.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

/* ========== HERO gövdesi (başlık görseli, metin, CTA) ========= */
.hero-body {
  position: relative;
  padding-top: min(20vh, 140px); /* başlık görseli için dikey boşluk */
}

.title {
  margin-bottom: 22px;
}
.title-img {
  display: block;
  width: clamp(360px, 52vw, 720px);
  max-width: 100%;
  /* orijinaldeki gibi solda biraz offset */
  transform: translateX(-70px);
}

/* metin + sol ok */
.intro {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  max-width: 720px;
  color: #eaeaea;
  line-height: 1.55;
  font-size: clamp(14px, 1.6vw, 16px);
}
.intro .arrow {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: radial-gradient(
    120% 120% at 20% 20%,
    rgba(255, 215, 128, 0.4),
    rgba(255, 215, 128, 0)
  );
  color: var(--gold-1);
  margin-top: 2px;
}

/* CTA’lar: “Katıl” (koyu) ve “Detayları gör” (altın gradyan) */
.cta-row {
  display: flex;
  gap: 16px;
  margin-top: 22px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.2s ease,
    border-color 0.2s ease;
}

.btn.solid {
  min-width: 160px;
  height: 56px;
  padding: 0 22px;
  border-radius: var(--btn-radius);
  background: rgba(15, 15, 15, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #eaeaea;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35) inset,
    0 1px 0 rgba(255, 255, 255, 0.04);
}
.btn.solid:hover {
  background: rgba(25, 25, 25, 0.85);
}

.btn.grad {
  min-width: 220px;
  height: 56px;
  padding: 0 26px;
  border-radius: var(--btn-radius);
  background: linear-gradient(180deg, var(--gold-1), var(--gold-2));
  color: #17130a;
  border: 0;
  box-shadow: 0 8px 18px rgba(197, 154, 53, 0.35);
}
.btn.grad:hover {
  filter: saturate(1.05) brightness(1.03);
  box-shadow: 0 10px 22px rgba(197, 154, 53, 0.45);
}

/* ========== Responsive küçük dokunuşlar ========= */
@media (max-width: 992px) {
  .title-img {
    transform: translateX(-30px);
  }
  .cta-row {
    gap: 12px;
  }
  .btn.solid,
  .btn.grad {
    height: 50px;
  }
}
@media (max-width: 640px) {
  .topbar {
    top: 10px;
    left: 16px;
    right: 16px;
  }
  .title-img {
    transform: none;
    width: clamp(300px, 74vw, 520px);
  }
  .intro {
    font-size: 14px;
  }
  .btn.solid,
  .btn.grad {
    min-width: auto;
    padding: 0 18px;
  }
}

/* ====== HERO temel ====== */
.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.hero .bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 30vh;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.55) 55%,
    #0b0b0b 100%
  );
}

/* Container */
.hero .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ====== ÜST BAR (TEPEYE SABİT) ====== */
.topbar {
  position: fixed !important; /* sabitle */
  top: 12px !important;
  left: 24px !important;
  right: 24px !important;
  z-index: 50 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.logo-text {
  margin: 0 !important;
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 700;
}
.right-side .btn.ghost {
  padding: 10px 18px;
  border: 1px solid #c59a35;
  border-radius: 999px;
  font-size: 14px;
  color: #f5d37a;
  background: transparent;
  font-weight: 600;
  transition: all 0.25s ease;
}

.right-side .btn.ghost:hover {
  background: linear-gradient(180deg, #f5d37a, #c59a35);
  color: #17130a;
  border-color: transparent;
  box-shadow: 0 6px 18px rgba(197, 154, 53, 0.35);
  transform: translateY(-1px);
}

/* ====== Başlık görseli + metin + CTA ====== */
.hero-body {
  position: relative;
  padding-top: 120px;
} /* sabit topbar altına boşluk */
.title {
  margin-bottom: 22px;
}
.title-img {
  display: block;
  width: clamp(360px, 52vw, 720px);
  max-width: 100%;
  transform: translateX(-70px);
}
.intro {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  max-width: 720px;
  color: #eaeaea;
  line-height: 1.55;
  font-size: clamp(14px, 1.6vw, 16px);
}
.intro .arrow {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #f5d37a;
  background: radial-gradient(
    120% 120% at 20% 20%,
    rgba(255, 215, 128, 0.4),
    rgba(255, 215, 128, 0)
  );
  margin-top: 2px;
}
.cta-row {
  display: flex;
  gap: 16px;
  margin-top: 22px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  transition: 0.15s;
}
.btn.solid {
  min-width: 160px;
  height: 56px;
  padding: 0 22px;
  border-radius: 14px;
  background: rgba(15, 15, 15, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #eaeaea;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35) inset,
    0 1px 0 rgba(255, 255, 255, 0.04);
}
.btn.grad {
  min-width: 220px;
  height: 56px;
  padding: 0 26px;
  border-radius: 14px;
  background: linear-gradient(180deg, #f5d37a, #c59a35);
  color: #17130a;
  border: 0;
  box-shadow: 0 8px 18px rgba(197, 154, 53, 0.35);
}
@media (max-width: 992px) {
  .title-img {
    transform: translateX(-30px);
  }
  .btn.solid,
  .btn.grad {
    height: 50px;
  }
}
@media (max-width: 640px) {
  .title-img {
    transform: none;
    width: clamp(300px, 74vw, 520px);
  }
  .btn.solid,
  .btn.grad {
    min-width: auto;
    padding: 0 18px;
  }
}

/* Kenarlara yapışmayı engelle: global kutu modeli ve yatay taşmayı kapat */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
}

/* Container’ı sabit merkez genişliğe al ve yanlardan padding ver */
.hero .container {
  position: relative;
  z-index: 2;
  max-width: 1200px; /* içerik genişliği */
  margin: 0 auto; /* ortala */
  padding: 0 clamp(20px, 4vw, 48px); /* sağ/sol güvenli boşluk */
}

/* Üst bar tüm genişliği kaplasın ama kenarlardan boşluk bıraksın */
.topbar {
  position: fixed !important;
  top: 12px !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 50 !important;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;

  padding: 12px clamp(20px, 4vw, 48px); /* sağ/sol boşluk eklendi */
}

/* Güvenli kenar boşlukları (iPhone çentik vs) – destek varsa kullan */
@supports (padding: max(0px)) {
  .topbar {
    padding-left: max(20px, 4vw, env(safe-area-inset-left));
    padding-right: max(20px, 4vw, env(safe-area-inset-right));
  }
  .hero .container {
    padding-left: max(20px, 4vw, env(safe-area-inset-left));
    padding-right: max(20px, 4vw, env(safe-area-inset-right));
  }
}

/* Başlık/CTA bloğu için üst bar altında nefes alan boşluk kalsın */
.hero-body {
  padding-top: 120px;
}

/* Başlık görseli soldan biraz içeri girsin ama kenara yapışmasın */
.title-img {
  display: block;
  width: clamp(360px, 52vw, 720px);
  max-width: 100%;
  transform: translateX(0); /* önceki -70px offset'i kaldır */
}
.right-side .btn.icon img,
button.btn.icon img {
  width: 90px !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
}

/* Sağ üstteki kayıt butonu ve menü ikonu arası boşluk */
.right-side {
  display: flex;
  align-items: center;
  gap: 40px; /* İstersen 20-24 yapabilirsin */
}

/* Mobilde çok açılmasın diye opsiyonel medya sorgusu */
@media (max-width: 768px) {
  .right-side {
    gap: 12px;
  }
}

/* Tüm sitenin arka planını koyu siyah yap */
body, html {
  background-color: #000 !important;
  color: #fff;
  margin: 0;
  padding: 0;
}

/* Bölüm arka planları (section, header, footer) için de */
header.hero,
main,
footer {
  background-color: #000 !important;
}

/* --- HERO altına siyaha doğru yumuşak geçiş --- */
.hero {
  position: relative;
  isolation: isolate; /* z-index katmanlarını temiz kılar */
}

/* Video altına yumuşak kararma */
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;            /* çizgi kalmasın diye 1px taşırdık */
  height: 220px;           /* geçişin yüksekliği: 160-320px arası deneyebilirsin */
  pointer-events: none;
  z-index: 1;              /* video (0) ile içerik (2) arasında kalsın */
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0.45) 45%,
    #000 100%
  );
}

/* Katman düzeni: video altta, içerik üstte kalsın */
.hero .bg-video { z-index: 0; }
.hero .container { position: relative; z-index: 2; }


/* ---------- THEME TOKENS ---------- */
:root{
  --bg:#0a0b0f;             /* sayfa arka planı (sende zaten var) */
  --surface:#0d0e12;        /* kart içi koyu */
  --surface-2:#0b0c10;      /* kart arka degrade için */
  --line:rgba(255,255,255,.08);
  --gold-1:#f6d06f;
  --gold-2:#c9942d;
  --txt:#e9e9ea;
  --muted:#a6a6aa;
}

/* ---------- Bölüm arka planı: üstten altına altın parıltı ---------- */
#bolum6{
  position: relative;
  padding: 96px 0 120px;
  background:
    radial-gradient(1200px 520px at 50% 0,
      rgba(201,148,45,.22) 0%, rgba(201,148,45,0) 65%)
    , var(--bg);
}

/* ---------- Kart ---------- */
#bolum6 .card,                 /* mevcutta .card varsa */
#bolum6 .pricing-card,         /* yoksa diğeri varsa */
#bolum6 .box {                 /* hiçbirisi yoksa .box’lı selector da dursun */
  max-width: 820px;
  margin: 0 auto;
  background:
    radial-gradient(140% 120% at 50% -30%,
      rgba(255,215,128,.10) 0, rgba(255,215,128,0) 55%),
    linear-gradient(180deg, var(--surface) 0%, var(--surface-2) 100%);
  border:1px solid var(--line);
  border-radius: 22px;
  box-shadow:
    0 10px 30px rgba(0,0,0,.45),
    inset 0 1px 0 rgba(255,255,255,.04);
  padding: 44px 40px 36px;
  color: var(--txt);
}

/* ---------- Başlık (HEMEN KATIL) altın degrade ---------- */
#bolum6 .section-title,
#bolum6 h2{
  text-align:center;
  font-size: clamp(30px,3.3vw,44px);
  margin: 0 0 10px;
  background: linear-gradient(180deg, var(--gold-1), var(--gold-2));
  -webkit-background-clip:text;
  background-clip:text;
  color: transparent;
  letter-spacing:.5px;
}

/* üst açıklama */
#bolum6 .subtitle{
  text-align:center;
  color: var(--muted);
  margin: 0 0 26px;
  font-weight:500;
}

/* ---------- Rozet ---------- */
#bolum6 .badge{
  display:inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--gold-1), var(--gold-2));
  color:#1b1305;
  font-weight:700;
  font-size:14px;
  box-shadow: 0 6px 18px rgba(201,148,45,.35);
}

/* ---------- Fiyat satırı ---------- */
#bolum6 .price-row{
  display:flex; gap:16px; align-items:baseline;
  justify-content:center;
  margin: 18px 0 8px;
}
#bolum6 .old-price{
  color: var(--muted);
  text-decoration: line-through;
  font-weight:600;
  opacity:.8;
}
#bolum6 .price{
  font-size: clamp(28px,4.2vw,40px);
  font-weight: 800;
  letter-spacing:.3px;
  background: linear-gradient(180deg, var(--gold-1), var(--gold-2));
  -webkit-background-clip:text;
  background-clip:text;
  color: transparent;
  filter: drop-shadow(0 2px 8px rgba(201,148,45,.35));
}

/* “TAHACHAIN / Day Trader Eğitimi” */
#bolum6 .plan-name{
  text-align:center;
  margin: 6px 0 18px;
  font-weight:800;
  letter-spacing:.6px;
}
#bolum6 .plan-desc{
  text-align:center;
  color:var(--muted);
  margin: -6px 0 24px;
}

/* ---------- Özellik listesi: altın ikonlu pill ---------- */
#bolum6 .features{
  max-width:720px; margin: 0 auto 26px; padding:0;
  list-style:none; display:grid; gap:12px;
}
#bolum6 .features li{
  position:relative;
  display:flex; align-items:center;
  gap:12px;
  padding:14px 16px 14px 44px;
  border-radius:14px;
  background: rgba(255,255,255,.03);
  border:1px solid var(--line);
  color:#e7e7e8;
}
#bolum6 .features li::before{
  content:"";
  position:absolute; left:14px; width:22px; height:22px;
  border-radius:50%;
  background: linear-gradient(180deg, var(--gold-1), var(--gold-2));
  box-shadow: 0 6px 12px rgba(201,148,45,.35);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 80% no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 80% no-repeat;
}

/* ---------- CTA butonu: altın kapsül ---------- */
#bolum6 .btn.cta{
  display:inline-flex; align-items:center; justify-content:center;
  margin: 6px auto 16px;
  padding: 14px 28px;
  font-weight:800;
  border-radius:999px;
  color:#1b1305;
  background: linear-gradient(180deg, var(--gold-1), var(--gold-2));
  box-shadow:
    0 8px 22px rgba(201,148,45,.35),
    inset 0 1px 0 rgba(255,255,255,.45);
  transition: transform .15s ease, filter .15s ease;
  border:0;
}
#bolum6 .btn.cta:hover{ transform: translateY(-1px); filter: brightness(1.06); }
#bolum6 .btn.cta:active{ transform: translateY(0); }

/* dipnot */
#bolum6 .note{
  text-align:center; color:var(--muted); font-size:14px;
  opacity:.9;
}


/* ==== TikTok hover akışkan geçişi ==== */
.social-card.tk{
  position: relative;
  overflow: hidden;              /* ışık/overlay taşmasın */
  --tk-c1: #25F4EE;              /* TikTok cyan */
  --tk-c2: #FE2C55;              /* TikTok magenta */
  --tk-c3: #000000;              /* zemin */
  --tk-bg: linear-gradient(120deg, var(--tk-c1), var(--tk-c2), var(--tk-c1));
}

/* Kartın normal hali (dokunma yok, mevcut stilin kalsın) */

/* Hover’da arkadan akışkan gradient overlay */
.social-card.tk::before{
  content:"";
  position:absolute; inset:-2px;        /* kartı tam kapla */
  background: var(--tk-bg);
  background-size: 200% 200%;
  opacity: 0;                            /* normalde görünmesin */
  transition: opacity .25s ease;
  z-index: 0;                            /* içerik altında */
}
.social-card.tk:hover::before{
  opacity:.25;                           /* hafif renk banyosu */
  animation: tkFlow 3s linear infinite;
}

/* Kart içeriği üstte dursun */
.social-card.tk > *{ position: relative; z-index: 1; }

/* Başlık ve CTA yazısında gradient metin efekti */
.social-card.tk .name,
.social-card.tk .bottom span{
  transition: color .2s ease, filter .2s ease, background-position .3s ease;
}
.social-card.tk:hover .name,
.social-card.tk:hover .bottom span{
  background: var(--tk-bg);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;                    /* gradient metin */
  animation: tkFlow 3s linear infinite;  /* akışkan */
}

/* Logonun boyutuna dokunmadan neon drop-shadow parıltısı */
.social-card.tk .logos img{
  transition: filter .25s ease;
}
.social-card.tk:hover .logos img{
  /* cyan ve pembe parıltı */
  filter:
    drop-shadow(0 0 8px rgba(37,244,238,.55))
    drop-shadow(0 0 10px rgba(254,44,85,.45));
}

/* Kart sınırına hafif marka ışıması (isteğe bağlı) */
.social-card.tk:hover{
  box-shadow:
    0 0 0 1px rgba(255,255,255,.06) inset,
    0 6px 24px rgba(37,244,238,.18),
    0 4px 18px rgba(254,44,85,.16);
}

/* Akışkan gradient animasyonu */
@keyframes tkFlow{
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Hareket azaltma tercihi olanlar için animasyonu durdur */
@media (prefers-reduced-motion: reduce){
  .social-card.tk:hover::before,
  .social-card.tk:hover .name,
  .social-card.tk:hover .bottom span{
    animation: none;
  }
}





/* ==== YouTube hover akışkan geçişi ==== */
.social-card.yt {
  position: relative;
  overflow: hidden;
  --yt-bg: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover sırasında arkadan akışkan gradient */
.social-card.yt::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: var(--yt-bg);
  background-size: 300% 300%;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.3s ease;
}
.social-card.yt:hover::before {
  opacity: 1;
  animation: ytFlow 4s linear infinite;
}

/* İçerikler üstte */
.social-card.yt > * {
  position: relative;
  z-index: 1;
}

/* Yazılar beyaz kalacak (akışkan arka plan sadece arkada) */
.social-card.yt .name,
.social-card.yt .bottom span {
  color: #fff !important;
  transition: filter 0.3s ease;
}

/* Hover'da logo hafif parıltı alır */
.social-card.yt .logos img {
  transition: filter 0.3s ease;
}
.social-card.yt:hover .logos img {
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.6));
}

/* Hover'da kart hafif yükselir */
.social-card.yt:hover {
  transform: translateY(-4px);
  box-shadow:
    0 8px 24px rgba(255, 255, 255, 0.15),
    0 6px 18px rgba(255, 255, 255, 0.1);
}

/* Akışkan animasyon */
@keyframes ytFlow {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}


/* ==== X (Twitter) hover efekti ==== */
.social-card.x {
  position: relative;
  overflow: hidden;
  background: #0a0a0a; /* ana zemin */
  color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover’da arka planda akışkan neon dalgası */
.social-card.x::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(120deg, #00baff, #6a00ff, #00baff);
  background-size: 250% 250%;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.social-card.x:hover::before {
  opacity: 0.25;
  animation: xFlow 4s linear infinite;
}

/* İçerik üstte */
.social-card.x > * {
  position: relative;
  z-index: 1;
}

/* Yazılar beyaz, parıltı alır */
.social-card.x .name,
.social-card.x .bottom span {
  color: #fff;
  transition: text-shadow 0.3s ease, color 0.3s ease;
}
.social-card.x:hover .name,
.social-card.x:hover .bottom span {
  text-shadow:
    0 0 6px rgba(0,186,255,0.6),
    0 0 12px rgba(106,0,255,0.5);
}

/* Logo — hover’da neon ışıma */
.social-card.x .logos img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease, transform 0.3s ease;
}
.social-card.x:hover .logos img {
  transform: scale(1.05);
  filter:
    brightness(1)
    drop-shadow(0 0 8px rgba(0,186,255,0.7))
    drop-shadow(0 0 10px rgba(106,0,255,0.5));
}

/* Hover’da kart hafif yükselir ve mavi parıltı verir */
.social-card.x:hover {
  transform: translateY(-4px);
  box-shadow:
    0 0 12px rgba(0,186,255,0.25),
    0 0 22px rgba(106,0,255,0.25);
}

/* Akışkan neon animasyonu */
@keyframes xFlow {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* === INSTAGRAM CARD === */
.social-card.ig {
  position: relative;
  background: linear-gradient(135deg, #1a1a1a, #0d0d0d);
  color: #fff;
  overflow: hidden;
  transition: all 0.4s ease;
}

.social-card.ig .logos img {
  border: none; /* keskin çizgiyi kaldır */
  border-radius: 50%;
  transition: all 0.4s ease;
}

.social-card.ig .name,
.social-card.ig .bottom span,
.social-card.ig .arrow {
  color: #fff;
  transition: color 0.4s ease;
}

/* Hover efekti */
.social-card.ig:hover {
  background: linear-gradient(270deg, #ff006a, #fdc800, #ff006a);
  background-size: 400% 400%;
  animation: igFlow 5s ease infinite;
  transform: translateY(-4px);
  box-shadow: 0 0 18px rgba(255, 120, 180, 0.35);
}

.social-card.ig:hover .logos img {
  border-color: rgba(255,255,255,0.9);
  box-shadow: 0 0 20px 6px rgba(255, 255, 255, 0.5); /* hover’da daha güçlü glow */
}

@keyframes igFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}




/* === TELEGRAM CARD === */
.social-card.tg {
  position: relative;
  background: linear-gradient(135deg, #0f0f0f, #141414);
  color: #fff;
  overflow: hidden;
  transition: all 0.4s ease;
}

.social-card.tg .logos img {
  border-radius: 50%;
  border: none;
  box-shadow: 0 0 10px 2px rgba(0, 174, 255, 0.45); /* yumuşak mavi glow */
  transition: all 0.4s ease;
}

.social-card.tg .name,
.social-card.tg .bottom span,
.social-card.tg .arrow {
  color: #fff;
  transition: color 0.4s ease;
}

/* Hover efekti */
.social-card.tg:hover {
  background: linear-gradient(270deg, #0077ff, #00d4ff, #0077ff);
  background-size: 400% 400%;
  animation: tgFlow 5s ease infinite;
  transform: translateY(-4px);
  box-shadow: 0 0 22px rgba(0, 174, 255, 0.35);
}

.social-card.tg:hover .logos img {
  box-shadow: 0 0 18px 6px rgba(0, 174, 255, 0.6);
}

@keyframes tgFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}





/* === HOŞGELDİN TOAST === */
.toast {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(20,18,16,0.92);
  color: #f7e9c2;
  border: 1px solid rgba(255,214,137,0.22);
  border-radius: 14px;
  padding: 14px 22px;
  font-weight: 500;
  box-shadow: 0 12px 30px rgba(0,0,0,.4);
  backdrop-filter: blur(10px);
  z-index: 9999;
  opacity: 0;
  animation: toastIn .35s ease forwards;
}

.toast__progress {
  position: absolute;
  top: 0; right: 0;
  height: 3px; width: 100%;
  background: linear-gradient(90deg, #ffd37a, #cfa044);
  transform-origin: right center;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  animation: toastProgress 5s linear forwards;
}

@keyframes toastIn {
  from { opacity: 0; transform: translateX(-50%) translateY(-10px); }
  to { opacity: 1; transform: translateX(-50%) translateY(0); }
}
@keyframes toastProgress { from { width: 100%; } to { width: 0%; } }

.toast.hide {
  transition: opacity .4s ease, transform .4s ease;
  opacity: 0; transform: translateX(-50%) translateY(-10px);
}

/* === ÜYE KARŞILAMA YAZISI === */
.user-greet {
  color: #f5e9c5;
  font-weight: 500;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 8px 14px;
  border-radius: 10px;
  margin-right: 10px;
  backdrop-filter: blur(8px);
  transition: 0.3s ease;
}

.user-greet:hover {
  background: rgba(255,255,255,0.12);
}

/* Kullanıcı giriş yapınca görünen selamlama rozeti */
.greet{
  display:inline-flex;
  align-items:center;
  padding:10px 14px;
  border:1px solid rgba(255,214,137,.6);
  border-radius:9999px;
  color:#f0d89b;
  font-weight:600;
  letter-spacing:.2px;
  line-height:1;
}


/* ===== Premium Menu Modal ===== */
.menu-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
}

.menu-modal.is-open { display: block; }

.menu-modal__backdrop {
  position: absolute; inset: 0;
  background: rgba(10, 10, 10, 0.45);
  backdrop-filter: blur(10px);          /* arka plan blur */
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity .3s ease;
}

.menu-modal.is-open .menu-modal__backdrop { opacity: 1; }

.menu-modal__panel {
  position: relative;
  margin: 6vh auto 0;
  width: min(92vw, 520px);
  border-radius: 20px;
  padding: 20px 18px;
  background: rgba(18, 18, 18, 0.45);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.08);
  /* altın hat */
  box-shadow:
    0 0 0 1px rgba(255,215,128,0.12) inset,
    0 20px 60px rgba(0,0,0,0.6);
  transform: translateY(20px);
  opacity: 0;
  transition: transform .4s cubic-bezier(.2,.8,.2,1), opacity .4s ease;
}

.menu-modal.is-open .menu-modal__panel {
  transform: translateY(0);
  opacity: 1;
}

.menu-modal__header{
  display:flex; align-items:center; justify-content:space-between;
  padding: 6px 6px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.menu-modal__brand{ display:flex; align-items:center; gap:12px;}
.menu-modal__logo{ width:36px; height:36px; border-radius:10px; }
.menu-modal__title .t1{
  display:block; font: 600 12px/1.0 "Inter", system-ui; letter-spacing:.12em; text-transform:uppercase; color:#ffc86b;
}
.menu-modal__title .t2{
  display:block; font: 700 16px/1.2 "Poppins", system-ui; color:#fff;
}

.menu-modal__close{
  appearance:none; border:0; background:transparent; color:#fff; font-size:18px;
  width:36px; height:36px; border-radius:10px; cursor:pointer;
  transition: background .2s ease, transform .1s ease;
}
.menu-modal__close:hover{ background: rgba(255,255,255,.06); }
.menu-modal__close:active{ transform: scale(.96); }

.menu-modal__auth{
  display:flex; align-items:center; justify-content:space-between;
  gap:12px; padding:16px 6px 14px;
}
.menu-user .hi{ color: #b6b6b6; font-size:12px; }
.menu-user .name{ color:#fff; font-weight:700; font-size:16px; }

.btn{ display:inline-flex; align-items:center; justify-content:center;
  padding:10px 16px; border-radius:12px; border:1px solid rgba(255,255,255,.12);
  color:#fff; text-decoration:none; font-weight:600; transition: all .2s ease;
}
.btn:hover{ transform: translateY(-1px); border-color: rgba(255,255,255,.24); }
.btn--grad{
  background: linear-gradient(90deg,#f2c76e, #d3a75a 60%, #f7d481);
  color:#1a1206; border:none; box-shadow: 0 6px 24px rgba(242,199,110,.22);
}
.btn--grad:hover{ filter: brightness(1.05); }

.menu-modal__nav{
  display:grid; gap:10px; padding: 8px 6px 16px;
}
.menu-link{
  position:relative;
  display:flex; align-items:center; gap:10px;
  padding:14px 12px; border-radius:12px;
  background: rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.06);
  color:#eaeaea; text-decoration:none; font-weight:600;
  transition: transform .15s ease, background .2s ease, border-color .2s ease;
}
.menu-link .dot{
  width:8px; height:8px; border-radius:50%;
  background: radial-gradient(circle at 30% 30%, #ffd58a, #e2a94f);
  box-shadow: 0 0 10px rgba(255,213,138,.5);
}
.menu-link:hover{
  transform: translateX(2px);
  background: rgba(255,255,255,.06);
  border-color: rgba(255,213,138,.25);
}

.menu-modal__footer{
  padding: 10px 6px 4px;
  border-top:1px solid rgba(255,255,255,.06);
  text-align:center; color:#9f9f9f; font-size:12px;
}

/* Scroll kilidi (menu açıkken body) */
.body--lock { overflow: hidden; }

.ghost{
  margin-right: -20px;
}

/* Menüdeki "Kursa Git" satırı - parlak altın arka plan */
.menu-link.gold {
  background: linear-gradient(135deg, #ffd889, #cfa044);
  color: #1c160f !important;
  font-weight: 600;
  border: none;
  border-radius: 1; /* köşeleri yuvarlama */
  box-shadow: 0 0 20px rgba(207, 160, 68, 0.4);
  transition: all 0.25s ease-in-out;
}

/* Hover efektiyle biraz daha parlasın */
.menu-link.gold:hover {
  filter: brightness(1.1);
  box-shadow: 0 0 28px rgba(207, 160, 68, 0.55);
}


/* iyzico not satırı */
.note-iyzico {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 14px;
}

.note-iyzico .iyzico-inline-logo {
  height: 26px;
  width: auto;
}

/* Alt taraftaki logo bandı */
.payment-brand-band {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}

.payment-brand-band img {
  max-width: 520px;
  width: 100%;
  height: auto;
  opacity: 0.95;
}


.admin-btn {
    background: linear-gradient(135deg, #ffd37a, #cfa044);
    color: #1a1a1a;
    font-weight: 700;
    padding: 10px 16px;
    border-radius: 25px;
    margin-right: 10px;
}
.admin-btn:hover {
    opacity: 0.92;
}





.admin-section { display: none; margin-bottom: 32px; }
        .admin-section.is-active { display: block; }

        .admin-menu .menu-item.is-active {
            background: rgba(255,255,255,0.06);
            border-color: rgba(255,215,128,0.35);
            color: #ffffff !important;
        }
        .admin-menu .menu-item.is-active span {
            color: #ffffff !important;
        }

        .admin-flash{
            padding:10px 14px;
            border-radius:10px;
            font-size:14px;
            margin-bottom:18px;
            background:rgba(8,8,8,.9);
            border:1px solid rgba(255,255,255,.14);
        }
        .admin-flash--success{
            border-color:rgba(130,210,90,.8);
            color:#c9f7a0;
        }
        .admin-flash--error{
            border-color:rgba(255,120,120,.85);
            color:#ffd6d6;
        }

        .confirm-overlay{
            position:fixed;
            inset:0;
            background:rgba(0,0,0,.55);
            display:none;
            align-items:center;
            justify-content:center;
            z-index:9999;
        }
        .confirm-overlay.is-open{ display:flex; }
        .confirm-dialog{
            width:min(380px,90vw);
            background:radial-gradient(circle at top,#25201a,#0b0b0b);
            border-radius:18px;
            padding:20px 22px 18px;
            border:1px solid rgba(255,215,128,.35);
            box-shadow:0 18px 50px rgba(0,0,0,.7);
            color:#f5f5f5;
        }
        .confirm-title{
            margin:0 0 8px;
            font-size:18px;
            font-weight:600;
        }
        .confirm-text{
            margin:0 0 18px;
            font-size:14px;
            color:#d3d3d3;
        }
        .confirm-actions{
            display:flex;
            justify-content:flex-end;
            gap:10px;
        }
        .btn-lite{
            border-radius:10px;
            padding:8px 14px;
            font-size:13px;
            font-weight:600;
            border:1px solid rgba(255,255,255,.2);
            background:rgba(10,10,10,.8);
            color:#f3f3f3;
            cursor:pointer;
        }
        .btn-lite:hover{
            background:rgba(22,22,22,.9);
        }
        .btn-gold{
            border-radius:999px;
            padding:8px 18px;
            font-size:13px;
            font-weight:700;
            border:0;
            background:linear-gradient(135deg,#f6d06f,#c9942d);
            color:#1a1306;
            cursor:pointer;
            box-shadow:0 8px 18px rgba(201,148,45,.35);
        }
        .btn-gold:hover{
            filter:brightness(1.05);
        }

        .eft-actions{
            display:flex;
            gap:8px;
            flex-wrap:wrap;
        }
        .chip-btn{
            border-radius:999px;
            padding:4px 10px;
            font-size:12px;
            border:1px solid rgba(255,255,255,.16);
            background:rgba(15,15,15,.9);
            color:#f5f5f5;
            cursor:pointer;
        }
        .chip-btn--approve{
            border-color:rgba(130,210,90,.8);
            color:#c9f7a0;
        }
        .chip-btn--cancel{
            border-color:rgba(255,120,120,.8);
            color:#ffd0d0;
        }
        .chip-btn:hover{
            background:rgba(25,25,25,1);
        }

        /* Genel bakış kartları */
        .overview-grid{
            display:grid;
            grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
            gap:16px;
            margin-top:10px;
        }
        .overview-card{
            padding:16px 18px;
            border-radius:16px;
            background:radial-gradient(circle at top,#1e1810,#0b0b0b);
            border:1px solid rgba(255,215,128,.2);
            box-shadow:0 10px 30px rgba(0,0,0,.6);
        }
        .overview-label{
            font-size:12px;
            text-transform:uppercase;
            letter-spacing:.12em;
            color:#d0c3a0;
            margin-bottom:4px;
        }
        .overview-value{
            font-size:24px;
            font-weight:700;
            color:#fff;
        }
        .overview-sub{
            font-size:12px;
            color:#a7a7a7;
            margin-top:4px;
        }



        .admin-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}

.header-right{
  display:flex;
  align-items:center;
  gap:12px;
}

.header-status{
  font-size:13px;
  color:rgba(255,255,255,0.55);
}

/* Ana sayfaya dön butonu */
.btn-home-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 16px;
  border-radius:999px;
  font-size:13px;
  font-weight:600;
  text-decoration:none;
  color:#f7e4b0;
  border:1px solid rgba(255, 214, 137, 0.4);
  background:rgba(10,10,10,0.7);
  box-shadow:0 6px 18px rgba(0,0,0,0.5);
  backdrop-filter:blur(10px);
  transition:background .2s ease, box-shadow .2s ease, transform .15s ease;
}

.btn-home-link:hover{
  background:linear-gradient(135deg,#ffd37a,#cfa044);
  color:#1a1407;
  box-shadow:0 8px 22px rgba(207,160,68,0.45);
  transform:translateY(-1px);
}

.btn-home-link:active{
  transform:translateY(0);
  box-shadow:0 4px 14px rgba(207,160,68,0.35);
}