/* ==========================================================================
   ASİL DANIŞMANLIK - ENES MENKET | ROYAL ELITE DESIGN SYSTEM v2.1
   Premium "Imperial Emerald" teması: derin gece yeşili, sıvı zümrüt gradyanlar,
   cam (glassmorphism) paneller, sinematik animasyonlar ve platin detaylar.
   Not: --gold-* değişken adları eski uyumluluk için korunur, değerleri zümrüttür.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700;800;900&family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,600&display=swap');

/* Dönen konik gradyan açısı (modern tarayıcılar; geri kalanında sabit düşer) */
@property --gold-angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}

:root {
  /* ===== Renk Paleti (Royal Gold & Warm Ivory — Altın / Turuncu / Fildişi / Krem) ===== */
  --bg-dark: #0D0B04;
  --bg-deep: #0D0B04;
  --bg-navy-900: #211C09;
  --bg-navy-800: #312A0E;
  --bg-navy-700: #483D15;
  --bg-card: rgba(49, 42, 14, 0.72);
  --bg-card-hover: rgba(72, 61, 21, 0.92);

  --gold-primary: #B99010;
  --gold-bright: #E7C66E;
  --gold-light: #F3DCA7;
  --gold-pale: #FAEDD1;
  --gold-dark: #7A6006;
  --gold-glow: rgba(185, 144, 16, 0.35);
  --gold-gradient: linear-gradient(135deg, #FAEDD1 0%, #E7C66E 30%, #B99010 55%, #765D06 100%);
  --gold-gradient-x: linear-gradient(90deg, #765D06 0%, #E7C66E 25%, #FAEDD1 50%, #E7C66E 75%, #765D06 100%);
  --royal-gradient: linear-gradient(135deg, #211C09 0%, #483D15 50%, #463B14 100%);
  --accent-purple: #B89F14;
  --accent-purple-glow: rgba(184, 159, 20, 0.4);
  --accent-emerald: #B99010;
  --accent-rose: #F43F5E;

  --text-primary: #FFFFFF;
  --text-secondary: #F0EDE2;
  --text-muted: #C0B897;
  --text-gold: #E0C67B;

  --glass-bg: rgba(40, 34, 12, 0.62);
  --glass-bg-strong: rgba(33, 28, 9, 0.9);
  --glass-border: rgba(185, 144, 16, 0.22);

  --border-subtle: rgba(255, 255, 255, 0.08);
  --border-gold: rgba(185, 144, 16, 0.32);
  --border-gold-strong: #B99010;

  --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.25);
  --shadow-md: 0 10px 30px rgba(0, 0, 0, 0.4);
  --shadow-lg: 0 24px 60px rgba(0, 0, 0, 0.55);
  --shadow-gold: 0 0 35px rgba(185, 144, 16, 0.28);

  --font-main: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-royal: 'Cinzel', serif;

  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 30px;
  --radius-full: 9999px;

  --transition-smooth: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-bounce: all 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);

  --nav-h: 78px;
}

/* ==========================================================================
   RESET & TEMEL
   ========================================================================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
  font-size: 16px;
}

body {
  font-family: var(--font-main);
  background-color: var(--bg-dark);
  color: var(--text-primary);
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
  background-image:
    radial-gradient(ellipse 60% 40% at 12% 0%, rgba(184, 159, 20, 0.10) 0%, transparent 55%),
    radial-gradient(ellipse 55% 45% at 92% 30%, rgba(185, 144, 16, 0.08) 0%, transparent 55%),
    radial-gradient(ellipse 70% 50% at 50% 110%, rgba(184, 159, 20, 0.07) 0%, transparent 60%);
  background-attachment: fixed;
}

/* İnce film greni dokusu */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

::selection {
  background: rgba(185, 144, 16, 0.85);
  color: #28220C;
}

/* İnce altın kaydırma çubuğu */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #171407; }
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #B99010, #5A480A);
  border-radius: 8px;
  border: 2px solid #171407;
}
::-webkit-scrollbar-thumb:hover { background: #E7C66E; }

a {
  color: inherit;
  text-decoration: none;
  transition: var(--transition-smooth);
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  transition: var(--transition-smooth);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ==========================================================================
   ARKA PLAN AURORA KATMANLARI (HTML'de .bg-fx ile)
   ========================================================================== */
.bg-fx {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.bg-fx .aurora {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.55;
  will-change: transform;
}

.bg-fx .aurora-1 {
  width: 620px;
  height: 620px;
  top: -180px;
  left: -160px;
  background: radial-gradient(circle, rgba(184, 159, 20, 0.16) 0%, transparent 65%);
  animation: auroraDrift1 26s ease-in-out infinite alternate;
}

.bg-fx .aurora-2 {
  width: 560px;
  height: 560px;
  top: 22%;
  right: -200px;
  background: radial-gradient(circle, rgba(185, 144, 16, 0.12) 0%, transparent 65%);
  animation: auroraDrift2 32s ease-in-out infinite alternate;
}

.bg-fx .aurora-3 {
  width: 700px;
  height: 700px;
  bottom: -260px;
  left: 28%;
  background: radial-gradient(circle, rgba(198, 169, 60, 0.13) 0%, transparent 65%);
  animation: auroraDrift3 38s ease-in-out infinite alternate;
}

@keyframes auroraDrift1 {
  from { transform: translate(0, 0) scale(1); }
  to { transform: translate(120px, 90px) scale(1.18); }
}
@keyframes auroraDrift2 {
  from { transform: translate(0, 0) scale(1.1); }
  to { transform: translate(-140px, 120px) scale(0.92); }
}
@keyframes auroraDrift3 {
  from { transform: translate(0, 0) scale(1); }
  to { transform: translate(-90px, -130px) scale(1.22); }
}

/* ==========================================================================
   AÇILIŞ PRELOADER ( Royale Splash )
   ========================================================================== */
.preloader {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background:
    radial-gradient(ellipse 70% 55% at 50% 38%, rgba(185, 144, 16, 0.10) 0%, transparent 60%),
    linear-gradient(180deg, #0D0B04 0%, #1E1A09 55%, #0D0B04 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 26px;
  transition: opacity 0.7s ease, visibility 0.7s ease;
}

.preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.preloader-logo {
  position: relative;
  width: 210px;
  animation: preloaderFloat 3s ease-in-out infinite;
}

.preloader-logo img {
  width: 100%;
}

.preloader-brand {
  font-family: var(--font-royal);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 5px;
  background: var(--gold-gradient-x);
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmerText 2.6s linear infinite;
}

.preloader-sub {
  font-size: 0.72rem;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 600;
}

.preloader-bar {
  width: 220px;
  height: 3px;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
  position: relative;
}

.preloader-bar::after {
  content: '';
  position: absolute;
  inset: 0;
  width: 45%;
  border-radius: inherit;
  background: var(--gold-gradient-x);
  animation: preloaderBarSlide 1.3s ease-in-out infinite;
}

@keyframes preloaderBarSlide {
  0% { transform: translateX(-110%); }
  100% { transform: translateX(340%); }
}
@keyframes preloaderFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* ==========================================================================
   ÖZEL İMLEÇ ( Custom Cursor )
   ========================================================================== */
.cursor-dot,
.cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cursor-dot {
  width: 7px;
  height: 7px;
  background: var(--gold-bright);
  box-shadow: 0 0 10px rgba(231, 198, 110, 0.9);
}

.cursor-ring {
  width: 38px;
  height: 38px;
  border: 1.5px solid rgba(185, 144, 16, 0.65);
  transition: width 0.25s ease, height 0.25s ease, border-color 0.25s ease, opacity 0.3s ease, background 0.25s ease;
}

.cursor-ring.is-hover {
  width: 58px;
  height: 58px;
  border-color: rgba(231, 198, 110, 0.95);
  background: rgba(185, 144, 16, 0.08);
}

@media (hover: none), (pointer: coarse) {
  .cursor-dot, .cursor-ring { display: none; }
}

/* ==========================================================================
   ÜST KAYDIRMA İLERLEME ÇUBUĞU
   ========================================================================== */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 9998;
  background: rgba(255, 255, 255, 0.04);
}

.scroll-progress-bar {
  height: 100%;
  width: 0%;
  background: var(--gold-gradient-x);
  box-shadow: 0 0 12px rgba(185, 144, 16, 0.7);
  transition: width 0.08s linear;
}

/* ==========================================================================
   ALTIN DUYURU ŞERİDİ ( Royal Ticker )
   ========================================================================== */
.royal-ticker {
  position: relative;
  z-index: 90;
  background: linear-gradient(90deg, #120E03 0%, #3A2F0B 25%, #3A2B0C 50%, #3A2F0B 75%, #120E03 100%);
  border-top: 1px solid rgba(185, 144, 16, 0.4);
  border-bottom: 1px solid rgba(185, 144, 16, 0.4);
  overflow: hidden;
  padding: 8px 0;
}

.royal-ticker::before,
.royal-ticker::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 70px;
  z-index: 2;
  pointer-events: none;
}

.royal-ticker::before {
  left: 0;
  background: linear-gradient(90deg, #120E03, transparent);
}

.royal-ticker::after {
  right: 0;
  background: linear-gradient(-90deg, #120E03, transparent);
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: tickerScroll 36s linear infinite;
}

.royal-ticker:hover .ticker-track {
  animation-play-state: paused;
}

.ticker-group {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 26px;
  font-family: var(--font-royal);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--gold-light);
}

.ticker-item .tick-star {
  color: var(--gold-primary);
  font-size: 0.7rem;
  animation: starSpin 5s linear infinite;
  display: inline-block;
}

@keyframes tickerScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes starSpin {
  from { transform: rotate(0deg) scale(1); }
  50% { transform: rotate(180deg) scale(1.35); }
  to { transform: rotate(360deg) scale(1); }
}

/* ==========================================================================
   ORTAK BÖLÜM BAŞLIKLARI
   ========================================================================== */
.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 18px;
  background: linear-gradient(135deg, rgba(185, 144, 16, 0.16), rgba(185, 144, 16, 0.06));
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-full);
  color: var(--gold-light);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
}

.section-badge::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 45%;
  background: linear-gradient(100deg, transparent, rgba(246, 241, 223, 0.28), transparent);
  will-change: transform;
  transform: translateZ(0);
  animation: badgeSheen 4.5s ease-in-out infinite;
}

@keyframes badgeSheen {
  0%, 65% { transform: translateX(-135%); }
  100% { transform: translateX(290%); }
}

.section-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 54px;
  position: relative;
  z-index: 2;
}

.section-title {
  font-family: var(--font-royal);
  font-size: clamp(1.75rem, 3.4vw, 2.5rem);
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: 0.5px;
  margin-bottom: 16px;
  line-height: 1.2;
}

.section-title span {
  position: relative;
  background: var(--gold-gradient-x);
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmerText 5s linear infinite;
}

.section-desc {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 640px;
  margin: 0 auto;
}

/* Bölüm ayraç süsü */
.section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 10px 20px 0;
}

.section-divider .line {
  height: 1px;
  width: min(180px, 22vw);
  background: linear-gradient(90deg, transparent, rgba(185, 144, 16, 0.55));
}

.section-divider .line.right {
  background: linear-gradient(-90deg, transparent, rgba(185, 144, 16, 0.55));
}

.section-divider .dia {
  width: 9px;
  height: 9px;
  background: var(--gold-gradient);
  transform: rotate(45deg);
  box-shadow: 0 0 14px rgba(185, 144, 16, 0.65);
  animation: diaPulse 2.6s ease-in-out infinite;
}

@keyframes diaPulse {
  0%, 100% { box-shadow: 0 0 8px rgba(185, 144, 16, 0.45); transform: rotate(45deg) scale(1); }
  50% { box-shadow: 0 0 20px rgba(231, 198, 110, 0.9); transform: rotate(45deg) scale(1.22); }
}

/* ==========================================================================
   STICKY NAVBAR ( Cam Panel + Dönen Altın Kenarlık )
   ========================================================================== */
.header-wrap {
  position: sticky;
  top: 14px;
  left: 0;
  right: 0;
  z-index: 800;
  padding: 0 18px;
}

.navbar {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  background: var(--glass-bg);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  border-radius: 22px;
  padding: 12px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  box-shadow: var(--shadow-md);
  transition: var(--transition-smooth);
}

/* Dönen altın kenarlık */
.navbar::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.2px;
  background: conic-gradient(from var(--gold-angle),
    rgba(185, 144, 16, 0) 0%, rgba(185, 144, 16, 0.9) 12%, rgba(231, 198, 110, 1) 18%,
    rgba(185, 144, 16, 0.25) 32%, rgba(185, 144, 16, 0) 50%,
    rgba(185, 144, 16, 0.7) 68%, rgba(185, 144, 16, 0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  animation: goldAngleSpin 7s linear infinite;
  pointer-events: none;
}

@keyframes goldAngleSpin {
  to { --gold-angle: 360deg; }
}

.header-wrap.is-scrolled .navbar {
  background: var(--glass-bg-strong);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.65), 0 0 34px rgba(185, 144, 16, 0.12);
  padding: 9px 22px;
}

/* ---- Logo: Şeffaf Zemin (arka plan parlamaz, logo olduğu gibi durur) ---- */
.brand-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
  z-index: 2;
}

.logo-crown-icon {
  position: relative;
  width: auto;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0 4px;
}

.logo-crown-icon img {
  width: auto;
  height: 50px;
  max-width: 140px;
  object-fit: contain;
  transform: none;
}

.logo-text-box {
  display: flex;
  flex-direction: column;
}

.brand-name {
  font-family: var(--font-royal);
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  background: var(--gold-gradient-x);
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.15;
  animation: shimmerText 6s linear infinite;
}

.brand-sub {
  font-size: 0.68rem;
  color: #DED6B9;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  font-weight: 600;
}

/* ---- Nav Bağlantıları ---- */
.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
}

.nav-link {
  position: relative;
  padding: 8px 15px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-secondary);
  border-radius: var(--radius-full);
  transition: var(--transition-smooth);
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}

.nav-link::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 3px;
  width: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--gold-gradient-x);
  transform: translateX(-50%);
  transition: width 0.3s ease;
}

.nav-link:hover {
  color: var(--gold-pale);
  background: rgba(185, 144, 16, 0.1);
}

.nav-link:hover::after {
  width: 55%;
}

.nav-link.active-pill-red {
  background: linear-gradient(135deg, #D96A56, #B23F31);
  color: white;
  box-shadow: 0 4px 14px rgba(194, 87, 74, 0.4);
}

.nav-link.active-pill-purple {
  background: linear-gradient(135deg, #DECD8C, #CEB454);
  color: white;
  box-shadow: 0 4px 14px rgba(184, 159, 20, 0.4);
}

.nav-link.active-pill-red:hover,
.nav-link.active-pill-purple:hover {
  color: white;
  transform: translateY(-1px);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 2;
}

/* ---- Butonlar ---- */
.btn-login-modal {
  position: relative;
  overflow: hidden;
  padding: 9px 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border-gold);
  color: var(--gold-light);
  border-radius: var(--radius-full);
  font-size: 0.88rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  backdrop-filter: blur(8px);
}

.btn-login-modal::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -70%;
  width: 45%;
  background: linear-gradient(100deg, transparent, rgba(246, 241, 223, 0.25), transparent);
  transition: left 0.55s ease;
}

.btn-login-modal:hover {
  background: rgba(185, 144, 16, 0.18);
  border-color: var(--gold-primary);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(185, 144, 16, 0.2);
}

.btn-login-modal:hover::before {
  left: 130%;
}

.btn-primary-cta {
  position: relative;
  overflow: hidden;
  padding: 10px 24px;
  background: var(--gold-gradient);
  background-size: 180% auto;
  color: #130F03;
  font-weight: 800;
  font-size: 0.88rem;
  border-radius: var(--radius-full);
  box-shadow: 0 6px 18px rgba(185, 144, 16, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  gap: 6px;
  letter-spacing: 0.3px;
}

.btn-primary-cta::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -70%;
  width: 40%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.65), transparent);
  animation: ctaSweep 3.2s ease-in-out infinite;
}

@keyframes ctaSweep {
  0% { left: -70%; }
  45%, 100% { left: 135%; }
}

.btn-primary-cta:hover {
  background-position: right center;
  box-shadow: 0 10px 26px rgba(185, 144, 16, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}

.mobile-toggle-btn {
  display: none;
  font-size: 1.6rem;
  color: var(--gold-light);
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid var(--border-gold);
  background: rgba(185, 144, 16, 0.08);
}

/* Giriş yapmış kullanıcı rozeti */
.nav-user-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px 6px 14px;
  border-radius: var(--radius-full);
  background: rgba(185, 144, 16, 0.12);
  border: 1px solid var(--border-gold);
  font-size: 0.85rem;
  /* Dar navbar'da rozet küçülüp adı kısaltır — "Randevu Al" dışarı taşmaz */
  min-width: 0;
  overflow: hidden;
}

.nav-user-chip.admin-chip {
  background: rgba(184, 159, 20, 0.14);
  border-color: rgba(184, 159, 20, 0.45);
}

.nav-user-chip.student-chip {
  background: rgba(185, 144, 16, 0.12);
  border-color: rgba(185, 144, 16, 0.4);
}

/* Veli rozeti — salt okunur rol (aynı altın paleti, daha sakin ton) */
.nav-user-chip.parent-chip {
  background: rgba(243, 220, 167, 0.10);
  border-color: rgba(231, 198, 110, 0.42);
}

.nav-portal-direct-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text-secondary);
  min-width: 0;
}

.badge-user-name {
  font-weight: 700;
  color: white;
}

/* Ad kısaltma yalnız index navbar'ında (portal başlıklarında yer bol) */
.nav-actions .badge-user-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}

/* "(Paneli) →" ipucu navbar'da yer kaplar; panel rozete tıklayınca açılır */
.badge-portal-hint {
  display: none;
}

.nav-logout-inline {
  padding: 5px 12px;
  border-radius: var(--radius-full);
  background: rgba(244, 63, 94, 0.15);
  border: 1px solid rgba(244, 63, 94, 0.4);
  color: #FB7185;
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
}

.nav-logout-inline:hover {
  background: #F43F5E;
  color: white;
}

/* ==========================================================================
   GİRİŞ YAPILMIŞKEN BUTON/ROZET ÇAKIŞMASI — KÖKTEN ÇÖZÜM (V27)
   ========================================================================== */
.nav-actions {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex-wrap: nowrap !important;
}

.nav-user-chip {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 6px 10px !important;
  background: rgba(212, 175, 55, 0.12) !important;
  border: 1px solid rgba(212, 175, 55, 0.35) !important;
  border-radius: 20px !important;
}

.nav-portal-direct-link {
  color: var(--gold-light) !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  font-size: 0.8rem !important;
}

.nav-logout-inline {
  background: rgba(239, 68, 68, 0.2) !important;
  color: #FCA5A5 !important;
  border: 1px solid rgba(239, 68, 68, 0.4) !important;
  border-radius: 12px !important;
  padding: 3px 8px !important;
  font-size: 0.72rem !important;
  cursor: pointer !important;
}

/* Giriş yapılmışken navbar'a kullanıcı rozeti sığar:
   "Randevu Al" CTA'sı ziyaretçiler içindir, girişli kullanıcıda gizlenir */
body.is-logged-in .nav-links {
  gap: 4px;
}

body.is-logged-in .nav-link {
  padding: 8px 11px;
  font-size: 0.85rem;
}

body.is-logged-in .nav-actions {
  gap: 10px;
  min-width: 0;
}

body.is-logged-in .nav-actions .btn-primary-cta {
  display: none;
}

/* KÖKTEN ÇÖZÜM — navbar taşması:
   "Ana Sayfa" (logo zaten ana sayfaya gider) ve "Paketler" (LGS/YKS/Dereceler zaten paketlere iner)
   1700px'e kadar gizlenir — navbar en fazla 1320px genişliğinde olduğundan geniş ekranlarda
   bile 8 link + 2 buton taşma yapabilir. 1100px altında zaten hamburger menü devrededir. */
@media (min-width: 1101px) and (max-width: 1700px) {
  .nav-links li[data-nav-extra="home"] {
    display: none; /* Ana Sayfa */
  }
}

@media (min-width: 1101px) and (max-width: 1450px) {
  .nav-links li[data-nav-extra="packages"] {
    display: none; /* Paketler */
  }
}

/* JS ölçüm tabanlı kademeli sığdırma (app.js autoFitNavbar):
   Gerçek render genişliğini ölçer; sığmazsa sırayla gereksiz linkleri gizler,
   son aşamada linkleri/butonları kompaktlaştırır. Font/zoom/DPI bağımsızdır. */
body.nav-fit-1 .nav-links li[data-nav-extra="home"] { display: none; }
body.nav-fit-2 .nav-links li[data-nav-extra="packages"] { display: none; }
body.nav-fit-3 .nav-links li[data-nav-extra="danismanlik"] { display: none; }
body.nav-fit-4 .nav-link { padding: 7px 9px; font-size: 0.8rem; }
body.nav-fit-4 .nav-links { gap: 3px; }
body.nav-fit-4 .btn-login-modal { padding: 7px 12px; font-size: 0.78rem; }
body.nav-fit-4 .nav-actions .btn-primary-cta { padding: 8px 14px; font-size: 0.78rem; }
body.nav-fit-4 .nav-actions { gap: 8px; }

/* Orta genişlik (1101-1400px): tüm durumlarda kompakt — link ve buton taşmasını önler */
@media (min-width: 1101px) and (max-width: 1400px) {
  .nav-link {
    padding: 7px 9px;
    font-size: 0.8rem;
  }
  .nav-links {
    gap: 3px;
  }
  .btn-login-modal {
    padding: 7px 14px;
    font-size: 0.8rem;
  }
  .btn-primary-cta {
    padding: 8px 16px;
    font-size: 0.8rem;
  }
  .nav-actions {
    gap: 8px;
  }
  .navbar {
    gap: 12px;
    padding: 10px 18px;
  }
  /* Girişliyken ek sıkılaştırma */
  body.is-logged-in .badge-user-name {
    max-width: 90px;
  }
}

nav {
  min-width: 0;
}

/* ==========================================================================
   DERECELER AÇILIŞ MODALI ( Altın Sertifika POPUP )
   ========================================================================== */
.dereceler-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(11, 9, 3, 0.9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  visibility: hidden;
}

.dereceler-modal-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.dereceler-modal-card {
  position: relative;
  width: 100%;
  max-width: 500px;
  max-height: calc(100vh - 44px);
  max-height: calc(100dvh - 44px);
  display: flex;
  flex-direction: column;
  overscroll-behavior: contain;
  background:
    radial-gradient(ellipse 90% 30% at 50% 0%, rgba(185, 144, 16, 0.22) 0%, transparent 60%),
    linear-gradient(180deg, #FBF7EF 0%, #F5EFE2 38%, #2F2810 78%, #241E0A 100%);
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.8), 0 0 70px rgba(185, 144, 16, 0.45);
  border: 2px solid var(--gold-primary);
  animation: modalPopIn 0.55s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Kart köşe süsleri */
.dereceler-modal-card::before {
  content: '';
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(185, 144, 16, 0.5);
  border-radius: 22px;
  pointer-events: none;
  z-index: 5;
}

/* Kart üzerinde dolaşan ışık */
.dereceler-modal-card::after {
  content: '';
  position: absolute;
  top: -60%;
  left: -30%;
  width: 55%;
  height: 220%;
  background: linear-gradient(100deg, transparent, rgba(246, 241, 223, 0.16), transparent);
  transform: rotate(18deg);
  animation: cardLightTravel 6s ease-in-out infinite;
  pointer-events: none;
  z-index: 4;
}

@keyframes cardLightTravel {
  0% { left: -40%; }
  55%, 100% { left: 130%; }
}

@keyframes modalPopIn {
  from { transform: scale(0.82) translateY(26px); opacity: 0; }
  to { transform: scale(1) translateY(0); opacity: 1; }
}

.modal-close-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  background: rgba(46, 39, 15, 0.85);
  color: var(--gold-light);
  border: 1px solid var(--gold-primary);
  border-radius: 50%;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.modal-close-btn:hover {
  background: #C2574A;
  color: white;
  transform: rotate(90deg) scale(1.05);
}

.poster-header {
  text-align: center;
  padding: 24px 24px 10px;
  position: relative;
  z-index: 6;
  flex-shrink: 0;
}

.poster-emblem {
  width: auto;
  height: 74px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.poster-emblem::before,
.poster-emblem::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 54px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(185, 144, 16, 0.8));
}

.poster-emblem::before { left: -8px; transform: translateY(-50%) rotate(-8deg); }
.poster-emblem::after { right: -8px; transform: translateY(-50%) rotate(8deg); background: linear-gradient(-90deg, transparent, rgba(185, 144, 16, 0.8)); }

.poster-emblem img {
  width: auto;
  height: 74px;
  max-width: 170px;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.22));
}

.poster-brand-title {
  font-family: var(--font-royal);
  font-size: 1.45rem;
  font-weight: 800;
  color: #3A3214;
  letter-spacing: 1.5px;
  line-height: 1.2;
}

.poster-author {
  font-size: 0.85rem;
  color: #7D765C;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 3px;
}

.poster-results-list {
  padding: 10px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  z-index: 6;
  flex: 0 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.result-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 5px 14px rgba(58, 50, 20, 0.08);
  border: 1px solid rgba(185, 144, 16, 0.35);
  transition: var(--transition-smooth);
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.result-row::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--gold-gradient);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.result-row:hover {
  transform: translateX(6px) scale(1.015);
  box-shadow: 0 8px 22px rgba(58, 50, 20, 0.14);
  border-color: var(--gold-primary);
}

.result-row:hover::before {
  opacity: 1;
}

.result-row.highlight-top {
  background: linear-gradient(90deg, #2E270E 0%, #564A1C 60%, #6B5D26 100%);
  color: white;
  border: 1.5px solid var(--gold-primary);
  box-shadow: 0 8px 24px rgba(185, 144, 16, 0.35);
  animation: topRowGlow 2.6s ease-in-out infinite;
}

@keyframes topRowGlow {
  0%, 100% { box-shadow: 0 8px 24px rgba(185, 144, 16, 0.28); }
  50% { box-shadow: 0 8px 34px rgba(231, 198, 110, 0.55); }
}

.result-label {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 800;
  font-size: 0.94rem;
  letter-spacing: 0.6px;
  color: #3A3214;
}

.result-row.highlight-top .result-label {
  color: #FFFFFF;
}

.result-icon {
  font-size: 1.3rem;
}

.result-count-box {
  display: flex;
  align-items: baseline;
  gap: 5px;
  padding: 4px 15px;
  border-radius: 10px;
  background: rgba(185, 144, 16, 0.14);
  border: 1px solid rgba(185, 144, 16, 0.4);
}

.result-row.highlight-top .result-count-box {
  background: var(--gold-gradient);
  border-color: transparent;
  box-shadow: 0 0 18px rgba(185, 144, 16, 0.5);
}

.result-num {
  font-family: var(--font-royal);
  font-size: 1.28rem;
  font-weight: 900;
  color: #3A3214;
  line-height: 1.1;
}

.result-row.highlight-top .result-num {
  color: #1D1909;
}

.result-kisi {
  font-size: 0.82rem;
  font-style: italic;
  font-weight: 700;
  color: #7D765C;
}

.result-row.highlight-top .result-kisi {
  color: #1D1909;
}

.poster-slogan-box {
  text-align: center;
  padding: 13px 20px 11px;
  background: linear-gradient(180deg, #26200B 0%, #1C1808 100%);
  color: #FFFFFF;
  margin-top: 10px;
  position: relative;
  z-index: 6;
  flex-shrink: 0;
}

.poster-slogan-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(185, 144, 16, 0.7), transparent);
}

.poster-slogan-text {
  font-family: var(--font-royal);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  background: var(--gold-gradient-x);
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
  animation: shimmerText 5s linear infinite;
}

.poster-badges-trio {
  display: flex;
  justify-content: space-around;
  padding-top: 9px;
  border-top: 1px solid rgba(185, 144, 16, 0.22);
}

.badge-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #F0EBD6;
  text-transform: uppercase;
}

.badge-icon {
  font-size: 1.25rem;
}

.modal-action-bar {
  padding: 12px 24px 18px;
  background: #1C1808;
  display: flex;
  gap: 12px;
  position: relative;
  z-index: 6;
  flex-shrink: 0;
}

.btn-continue-site {
  flex: 1;
  padding: 13px;
  background: var(--gold-gradient);
  background-size: 180% auto;
  color: #1D1909;
  font-weight: 800;
  font-size: 0.95rem;
  border-radius: var(--radius-full);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.btn-continue-site::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -70%;
  width: 40%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  animation: ctaSweep 2.8s ease-in-out infinite;
}

.btn-continue-site:hover {
  background-position: right center;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(185, 144, 16, 0.5);
}

/* ==========================================================================
   SİNEMATİK HERO SLIDER
   ========================================================================== */
.hero-section {
  padding: 26px 20px 44px;
  position: relative;
  z-index: 2;
}

.hero-slider-wrapper {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  border-radius: 34px;
  background:
    radial-gradient(ellipse 55% 65% at 82% 45%, rgba(184, 159, 20, 0.16) 0%, transparent 60%),
    radial-gradient(ellipse 45% 60% at 12% 80%, rgba(185, 144, 16, 0.09) 0%, transparent 55%),
    linear-gradient(140deg, #1D1908 0%, #352D10 45%, #443A14 100%);
  border: 1px solid rgba(185, 144, 16, 0.32);
  box-shadow: var(--shadow-lg), 0 0 60px rgba(184, 159, 20, 0.14);
  overflow: hidden;
  min-height: 520px;
}

/* Derinlik ızgarası */
.hero-slider-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 75% 70% at 50% 40%, black 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 75% 70% at 50% 40%, black 30%, transparent 75%);
  pointer-events: none;
  z-index: 0;
  animation: gridPan 30s linear infinite;
}

@keyframes gridPan {
  from { background-position: 0 0, 0 0; }
  to { background-position: 56px 56px, 56px 56px; }
}

/* Dev filigran logo (arka plan süsü) */
.hero-logo-watermark {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%) rotate(-6deg);
  width: 480px;
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
  filter: grayscale(0.2);
  animation: watermarkFloat 9s ease-in-out infinite;
}

@keyframes watermarkFloat {
  0%, 100% { transform: translateY(-50%) rotate(-6deg) translateX(0); }
  50% { transform: translateY(-50%) rotate(-6deg) translateX(-18px); }
}

.slider-notches-top {
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 30;
}

.slider-notch-btn {
  width: 30px;
  height: 6px;
  background: rgba(255, 255, 255, 0.22);
  border-radius: var(--radius-full);
  transition: var(--transition-smooth);
  position: relative;
  overflow: hidden;
}

.slider-notch-btn:hover {
  background: rgba(255, 255, 255, 0.45);
}

.slider-notch-btn.is-active {
  width: 58px;
  background: rgba(185, 144, 16, 0.25);
}

.slider-notch-btn.is-active::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--gold-gradient-x);
  background-size: 200% auto;
  border-radius: inherit;
  animation: notchFill 5s linear infinite, shimmerText 3s linear infinite;
}

@keyframes notchFill {
  from { transform: scaleX(0); transform-origin: left; }
  to { transform: scaleX(1); transform-origin: left; }
}

.slider-progress-track {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: rgba(255, 255, 255, 0.05);
  z-index: 40;
}

.slider-progress-bar {
  height: 100%;
  width: 0%;
  background: var(--gold-gradient-x);
  box-shadow: 0 0 14px rgba(185, 144, 16, 0.8);
}

.hero-slide {
  display: none;
  padding: 76px 62px;
  min-height: 520px;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
  position: relative;
  z-index: 2;
}

.hero-slide.is-active {
  display: flex;
}

/* Slayt içerik giriş animasyonları (her geçişte yeniden oynar) */
.hero-slide.is-active .slide-tag { animation: riseIn 0.55s cubic-bezier(0.16, 1, 0.3, 1) 0.05s both; }
.hero-slide.is-active .slide-title { animation: riseIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.14s both; }
.hero-slide.is-active .slide-desc { animation: riseIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.24s both; }
.hero-slide.is-active .slide-btn-group { animation: riseIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.34s both; }
.hero-slide.is-active .slide-media-col { animation: mediaIn 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.18s both; }

@keyframes riseIn {
  from { opacity: 0; transform: translateY(34px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes mediaIn {
  from { opacity: 0; transform: translateY(24px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.slide-content-col {
  flex: 1;
  max-width: 620px;
}

.slide-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 18px;
  background: linear-gradient(135deg, rgba(185, 144, 16, 0.18), rgba(185, 144, 16, 0.07));
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-full);
  color: var(--gold-light);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 22px;
  box-shadow: 0 0 20px rgba(185, 144, 16, 0.12);
}

.slide-title {
  font-family: var(--font-royal);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.14;
  color: #FFFFFF;
  margin-bottom: 20px;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.45);
}

.slide-title span {
  position: relative;
  background: var(--gold-gradient-x);
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmerText 5s linear infinite;
  /* nowrap kaldırıldı: "Sonucudur" ifadesi dar ekranda fotoğrafın arkasına taşıyordu */
  white-space: normal;
}

.slide-desc {
  font-size: 1.08rem;
  color: #E6DFC4;
  line-height: 1.7;
  margin-bottom: 30px;
  max-width: 560px;
}

.slide-btn-group {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.slide-media-col {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* Medya kolonu arkasında dönen altın halka */
.slide-media-col::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 1px dashed rgba(185, 144, 16, 0.3);
  animation: ringRotate 26s linear infinite;
  pointer-events: none;
}

.slide-media-col::after {
  content: '';
  position: absolute;
  width: 316px;
  height: 316px;
  border-radius: 50%;
  border: 1px solid rgba(185, 144, 16, 0.18);
  animation: ringRotate 18s linear infinite reverse;
  pointer-events: none;
}

@keyframes ringRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.hero-visual-card {
  position: relative;
  /* Çerçeve görselle aynı boyutta: kart görsele tam uydur (boş bant yok) */
  width: fit-content;
  max-width: 440px;
  margin: 0 auto;
  border-radius: 26px;
  overflow: hidden;
  background: rgba(20, 16, 6, 0.9);
  border: 1.5px solid rgba(185, 144, 16, 0.45);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.55), 0 0 45px rgba(185, 144, 16, 0.16);
  z-index: 2;
}

.hero-portrait-img {
  /* Genişlik görselin doğal oranından gelir; kart görsele tam oturur */
  width: auto;
  height: 390px;
  display: block;
  object-fit: contain;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-visual-card:hover .hero-portrait-img {
  transform: scale(1.06);
}

.hero-card-floating-badge {
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 18px;
  background: rgba(31, 26, 9, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(185, 144, 16, 0.6);
  border-radius: 17px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.badge-main-text {
  font-weight: 800;
  font-size: 0.95rem;
  color: white;
}

.badge-sub-text {
  font-size: 0.74rem;
  color: var(--gold-light);
}

.badge-rating {
  color: #FBBF24;
  font-size: 0.9rem;
  letter-spacing: 2px;
  animation: ratingTwinkle 2.4s ease-in-out infinite;
}

@keyframes ratingTwinkle {
  0%, 100% { opacity: 1; text-shadow: 0 0 0 transparent; }
  50% { opacity: 0.75; text-shadow: 0 0 14px rgba(251, 191, 36, 0.9); }
}

.slider-nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(47, 40, 14, 0.85);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border-gold);
  color: var(--gold-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  z-index: 30;
  transition: var(--transition-smooth);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.slider-nav-arrow:hover {
  background: var(--gold-gradient);
  color: #1D1909;
  box-shadow: 0 0 28px rgba(185, 144, 16, 0.65);
  border-color: transparent;
}

.slider-nav-prev { left: 18px; }
.slider-nav-next { right: 18px; }

/* ==========================================================================
   CANLI YKS & LGS GERİ SAYIM ( Dijital Saat Stili )
   ========================================================================== */
.countdown-section {
  padding: 34px 20px;
  position: relative;
  z-index: 2;
}

.countdown-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 26px;
  max-width: 1320px;
  margin: 0 auto;
}

.countdown-card {
  position: relative;
  background:
    radial-gradient(ellipse 70% 45% at 85% 0%, rgba(184, 159, 20, 0.14) 0%, transparent 60%),
    linear-gradient(150deg, #312A0E 0%, #463B14 55%, #362E10 100%);
  border: 1.5px solid rgba(185, 144, 16, 0.3);
  border-radius: 27px;
  padding: 30px;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
  transition: var(--transition-smooth);
}

.countdown-card::before {
  content: '';
  position: absolute;
  top: -70px;
  right: -70px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid rgba(185, 144, 16, 0.18);
  pointer-events: none;
}

.countdown-card::after {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 1px dashed rgba(185, 144, 16, 0.25);
  animation: ringRotate 30s linear infinite;
  pointer-events: none;
}

.countdown-card:hover {
  border-color: var(--gold-primary);
  transform: translateY(-5px);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.5), 0 0 44px rgba(185, 144, 16, 0.18);
}

.countdown-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
  gap: 10px;
  flex-wrap: wrap;
}

.countdown-title-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
}

.countdown-icon-box {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(185, 144, 16, 0.2), rgba(185, 144, 16, 0.06));
  border: 1px solid var(--gold-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 0 22px rgba(185, 144, 16, 0.2);
}

.countdown-name {
  font-family: var(--font-royal);
  font-size: 1.4rem;
  font-weight: 800;
  color: white;
  letter-spacing: 1px;
}

.countdown-sub {
  font-size: 0.8rem;
  color: var(--text-muted);
  letter-spacing: 0.5px;
}

.live-indicator {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 5px 14px;
  background: rgba(185, 144, 16, 0.13);
  border: 1px solid rgba(185, 144, 16, 0.45);
  border-radius: var(--radius-full);
  color: #D3AA34;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 1.6px;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background: #B99010;
  border-radius: 50%;
  animation: pulseAnim 1.5s infinite;
}

@keyframes pulseAnim {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(185, 144, 16, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 9px rgba(185, 144, 16, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(185, 144, 16, 0); }
}

.timer-units-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  text-align: center;
}

.timer-unit-box {
  position: relative;
  background: linear-gradient(180deg, rgba(22, 19, 7, 0.9) 0%, rgba(35, 30, 10, 0.95) 100%);
  border: 1px solid rgba(185, 144, 16, 0.25);
  border-radius: 18px;
  padding: 16px 8px 13px;
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.5), 0 6px 18px rgba(0, 0, 0, 0.3);
  overflow: visible;
}

/* Birimler arası yanıp sönen altın iki nokta */
.timer-unit-box:not(:last-child)::after {
  content: ':';
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-58%);
  font-family: var(--font-royal);
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--gold-primary);
  text-shadow: 0 0 12px rgba(185, 144, 16, 0.8);
  animation: colonBlink 1s ease-in-out infinite;
  z-index: 3;
  pointer-events: none;
}

@keyframes colonBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.25; }
}

.timer-number {
  font-family: var(--font-royal);
  font-size: 2.35rem;
  font-weight: 900;
  line-height: 1;
  background: var(--gold-gradient-x);
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 6px;
  animation: shimmerText 4s linear infinite;
  font-variant-numeric: tabular-nums;
}

.timer-label {
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--text-muted);
  letter-spacing: 2px;
}

/* ==========================================================================
   HAKKINDA / KURUCU
   ========================================================================== */
.about-section {
  padding: 84px 20px;
  position: relative;
  z-index: 2;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 56px;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}

.about-image-card {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  border: 2px solid rgba(185, 144, 16, 0.65);
  box-shadow: var(--shadow-lg), var(--shadow-gold);
  /* Çerçeve görselle aynı boyutta: kart görsele tam uydur */
  width: fit-content;
  margin-inline: auto;
  background: #1A1406;
}

/* Fotoğraf tam görünür — alt karartma ve yazı bandı kaldırıldı */

/* Fotoğraf üzerinde dolaşan ışık */
.about-image-card::after {
  content: '';
  position: absolute;
  top: -80%;
  left: -35%;
  width: 60%;
  height: 260%;
  background: linear-gradient(100deg, transparent, rgba(246, 241, 223, 0.14), transparent);
  transform: rotate(16deg);
  animation: cardLightTravel 7s ease-in-out infinite;
  pointer-events: none;
  z-index: 3;
}

.about-photo {
  /* Genişlik görselin doğal oranından gelir; kart görsele tam oturur */
  width: auto;
  height: 540px;
  display: block;
  object-fit: contain;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-image-card:hover .about-photo {
  transform: scale(1.05);
}

.about-caption-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 26px;
  background: linear-gradient(180deg, transparent 0%, rgba(16, 13, 4, 0.95) 55%);
  z-index: 4;
}

.about-founder-name {
  font-family: var(--font-royal);
  font-size: 1.6rem;
  font-weight: 800;
  color: white;
  letter-spacing: 1px;
}

.about-founder-title {
  color: var(--gold-light);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.about-content-col {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.about-lead {
  font-size: 1.14rem;
  line-height: 1.75;
  color: var(--text-secondary);
  border-left: 3px solid;
  border-image: var(--gold-gradient) 1;
  padding-left: 20px;
}

.features-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 10px;
}

.feature-mini-card {
  position: relative;
  background: var(--glass-bg);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border-subtle);
  border-radius: 19px;
  padding: 20px 18px;
  transition: var(--transition-smooth);
  overflow: hidden;
}

.feature-mini-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--gold-gradient-x);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.feature-mini-card:hover {
  border-color: rgba(185, 144, 16, 0.55);
  background: var(--bg-card-hover);
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.4), 0 0 24px rgba(185, 144, 16, 0.1);
}

.feature-mini-card:hover::before {
  transform: scaleX(1);
}

.feature-icon {
  font-size: 1.6rem;
  margin-bottom: 10px;
  display: inline-block;
  filter: drop-shadow(0 4px 10px rgba(185, 144, 16, 0.35));
}

.feature-title {
  font-weight: 800;
  font-size: 1rem;
  color: white;
  margin-bottom: 5px;
}

.feature-desc {
  font-size: 0.86rem;
  color: var(--text-muted);
  line-height: 1.55;
}

/* ==========================================================================
   PAKETLER ( Premium Fiyat Kartları )
   ========================================================================== */
.packages-section {
  padding: 84px 20px;
  position: relative;
  z-index: 2;
}

.packages-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 40% at 50% 0%, rgba(185, 144, 16, 0.06) 0%, transparent 60%),
    rgba(29, 25, 9, 0.55);
  pointer-events: none;
  z-index: -1;
}

.package-tabs-wrap {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 44px;
  flex-wrap: wrap;
}

.package-tab-btn {
  padding: 13px 30px;
  border-radius: var(--radius-full);
  font-weight: 800;
  font-size: 0.94rem;
  letter-spacing: 0.4px;
  background: rgba(49, 42, 14, 0.85);
  border: 1px solid var(--border-gold);
  color: var(--text-secondary);
  transition: var(--transition-smooth);
  position: relative;
  overflow: hidden;
}

.package-tab-btn:hover {
  color: var(--gold-pale);
  border-color: var(--gold-primary);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(185, 144, 16, 0.18);
}

.package-tab-btn.is-active {
  background: var(--gold-gradient);
  background-size: 180% auto;
  color: #130F03;
  box-shadow: 0 0 26px rgba(185, 144, 16, 0.5);
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 30px;
  max-width: 1280px;
  margin: 0 auto;
}

.package-card {
  position: relative;
  background: linear-gradient(180deg, #3C3312 0%, #27210B 100%);
  border: 1.5px solid rgba(185, 144, 16, 0.28);
  border-radius: 29px;
  padding: 34px 30px;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-md);
  transition: var(--transition-smooth);
  overflow: visible;
}

.package-card:hover {
  transform: translateY(-8px);
  border-color: rgba(185, 144, 16, 0.75);
  box-shadow: var(--shadow-lg), 0 0 45px rgba(185, 144, 16, 0.18);
}

/* Popüler kartta dönen altın kenarlık */
.package-card.is-popular {
  border-color: transparent;
  background: linear-gradient(180deg, #242014 0%, #1A170C 100%);
  box-shadow: var(--shadow-lg), 0 0 45px rgba(185, 144, 16, 0.22);
}

.package-card.is-popular::before {
  content: '';
  position: absolute;
  inset: -1.5px;
  border-radius: inherit;
  padding: 1.5px;
  background: conic-gradient(from var(--gold-angle),
    #5A480A 0%, #E7C66E 12%, #FAEDD1 18%, #B99010 30%,
    #5A480A 45%, #B99010 60%, #E7C66E 78%, #5A480A 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  animation: goldAngleSpin 6s linear infinite;
  pointer-events: none;
  z-index: 1;
}

/* Kart üstünde süzülen ışık */
.package-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 45%;
  background: radial-gradient(ellipse 80% 100% at 50% 0%, rgba(185, 144, 16, 0.09) 0%, transparent 70%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.package-card:hover::after {
  opacity: 1;
}

/* Popüler kart sarmalayıcısı: rozet kartın KARDEŞİ olarak burada yaşar.
   Kartın içindeki reveal/tilt/kenarlık animasyonları kendi katmanına hapsolsa
   bile rozet bu yüzdenden etkilenmez — kartın üstünde kalması garantidir. */
.package-card-wrap {
  position: relative;
  display: flex;
  isolation: isolate;
  z-index: 2;
}

.package-card-wrap .package-card {
  flex: 1;
}

.popular-ribbon {
  position: absolute;
  top: -15px;
  right: 24px;
  background: var(--gold-gradient);
  background-size: 180% auto;
  color: #130F03;
  padding: 7px 20px;
  border-radius: var(--radius-full);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.8px;
  box-shadow: 0 6px 18px rgba(185, 144, 16, 0.45);
  z-index: 5;
  animation: ribbonGlow 2.4s ease-in-out infinite;
}

@keyframes ribbonGlow {
  0%, 100% { box-shadow: 0 6px 18px rgba(185, 144, 16, 0.35); }
  50% { box-shadow: 0 6px 28px rgba(231, 198, 110, 0.75); }
}

.pkg-header {
  margin-bottom: 22px;
  position: relative;
  z-index: 2;
}

.pkg-category-tag {
  font-size: 0.74rem;
  color: var(--gold-light);
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;
}

.pkg-title {
  font-family: var(--font-royal);
  font-size: 1.5rem;
  font-weight: 800;
  color: white;
  margin: 8px 0 12px;
  line-height: 1.25;
}

.pkg-duration-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 15px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-full);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text-muted);
}

.pkg-price-banner {
  position: relative;
  background: linear-gradient(135deg, rgba(22, 19, 7, 0.95) 0%, rgba(43, 36, 12, 0.95) 100%);
  border-radius: 19px;
  padding: 18px 20px;
  margin-bottom: 26px;
  border: 1px solid rgba(185, 144, 16, 0.2);
  overflow: hidden;
}

.pkg-price-banner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--gold-gradient);
}

.pkg-refund-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  background: rgba(184, 159, 20, 0.18);
  border: 1px solid rgba(184, 159, 20, 0.45);
  border-radius: var(--radius-full);
  font-size: 0.74rem;
  color: #E3D07D;
  font-weight: 700;
  margin-bottom: 10px;
  cursor: pointer;
}

.pkg-refund-badge .info-icon {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #E3D07D;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.62rem;
}

.price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}

.old-price {
  font-size: 1.05rem;
  text-decoration: line-through;
  text-decoration-color: #F43F5E;
  text-decoration-thickness: 2px;
  color: #B4AC8B;
  opacity: 0.9;
}

.current-price-wrap {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.price-val {
  font-family: var(--font-royal);
  font-size: 2.05rem;
  font-weight: 900;
  background: var(--gold-gradient-x);
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmerText 5s linear infinite;
  line-height: 1.1;
}

.price-period {
  font-size: 0.8rem;
  color: var(--text-muted);
  font-weight: 600;
}

.pkg-features-list {
  flex: 1;
  margin-bottom: 28px;
  position: relative;
  z-index: 2;
}

.pkg-features-list ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.pkg-features-list li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: 0.91rem;
  color: #ECE5CB;
  line-height: 1.5;
  transition: var(--transition-smooth);
}

.pkg-features-list li:hover {
  color: #FFFFFF;
  transform: translateX(4px);
}

.check-icon {
  flex-shrink: 0;
  width: 21px;
  height: 21px;
  margin-top: 1px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(185, 144, 16, 0.25), rgba(185, 144, 16, 0.08));
  border: 1px solid rgba(185, 144, 16, 0.55);
  color: var(--gold-bright);
  font-weight: 900;
  font-size: 0.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pkg-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 2;
}

.btn-pkg-buy {
  width: 100%;
  padding: 14px;
  border-radius: var(--radius-full);
  text-align: center;
  font-weight: 800;
  font-size: 0.95rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.btn-pkg-buy.btn-gold {
  background: var(--gold-gradient);
  background-size: 180% auto;
  color: #130F03;
  box-shadow: 0 6px 18px rgba(185, 144, 16, 0.4);
}

.btn-pkg-buy.btn-gold:hover {
  background-position: right center;
  box-shadow: 0 10px 28px rgba(185, 144, 16, 0.6);
  transform: translateY(-2px);
}

.btn-pkg-buy.btn-outline {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border-gold);
  color: white;
}

.btn-pkg-buy.btn-outline:hover {
  background: rgba(185, 144, 16, 0.16);
  border-color: var(--gold-primary);
  transform: translateY(-2px);
}

.btn-pkg-details {
  font-size: 0.85rem;
  color: var(--gold-light);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-align: center;
  padding: 4px;
}

.btn-pkg-details:hover {
  color: var(--gold-bright);
}

/* ==========================================================================
   SSS AKORDEON
   ========================================================================== */
.faq-section {
  padding: 84px 20px;
  position: relative;
  z-index: 2;
}

.faq-accordion-wrap {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq-accordion-item {
  position: relative;
  background: var(--glass-bg);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border-subtle);
  border-radius: 20px;
  overflow: hidden;
  transition: var(--transition-smooth);
}

/* Açılınca büyüyen sol altın çubuk */
.faq-accordion-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--gold-gradient);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-accordion-item:hover {
  border-color: rgba(185, 144, 16, 0.4);
}

.faq-accordion-item.is-open {
  border-color: rgba(185, 144, 16, 0.65);
  background: rgba(59, 50, 17, 0.9);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.4), 0 0 26px rgba(185, 144, 16, 0.1);
}

.faq-accordion-item.is-open::before {
  transform: scaleY(1);
}

.faq-question-btn {
  width: 100%;
  padding: 21px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  text-align: left;
  font-weight: 700;
  font-size: 1.03rem;
  color: white;
}

.faq-question-btn span:first-child {
  flex: 1;
}

.faq-chevron {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(185, 144, 16, 0.14);
  border: 1px solid var(--border-gold);
  color: var(--gold-light);
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s ease;
}

.faq-accordion-item.is-open .faq-chevron {
  transform: rotate(180deg);
  background: var(--gold-gradient);
  color: #130F03;
  border-color: transparent;
}

.faq-answer-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), padding 0.4s ease;
  padding: 0 26px;
  color: #DFD8BC;
  font-size: 0.95rem;
  line-height: 1.7;
}

.faq-accordion-item.is-open .faq-answer-content {
  max-height: 320px;
  padding: 0 26px 22px;
}

/* ==========================================================================
   ÇEKMECELER ( İade Bilgisi & Mobil Nav )
   ========================================================================== */
.refund-drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(11, 9, 3, 0.75);
  backdrop-filter: blur(8px);
  z-index: 1100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.refund-drawer-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

.refund-info-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 500px;
  background:
    radial-gradient(ellipse 60% 30% at 50% 0%, rgba(185, 144, 16, 0.1) 0%, transparent 60%),
    #2A240C;
  border-left: 2px solid var(--gold-primary);
  z-index: 1200;
  padding: 40px 30px;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: -18px 0 50px rgba(0, 0, 0, 0.75);
}

.refund-info-drawer.is-open {
  transform: translateX(0);
}

.drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-gold);
}

.drawer-title {
  font-family: var(--font-royal);
  font-size: 1.4rem;
  font-weight: 800;
  color: white;
}

.drawer-body {
  color: #E1DCCB;
  font-size: 0.95rem;
  line-height: 1.7;
}

.drawer-body ul {
  margin: 16px 0 16px 20px;
}

.drawer-body li {
  margin-bottom: 10px;
}

/* Mobil çekmece bağlantıları */
.mobile-nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-subtle);
  color: var(--text-secondary);
  transition: var(--transition-smooth);
}

.mobile-nav-link:hover {
  background: rgba(185, 144, 16, 0.12);
  border-color: var(--border-gold);
  color: var(--gold-pale);
  transform: translateX(6px);
}

/* ==========================================================================
   GİRİŞ MODALI
   ========================================================================== */
.auth-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(13, 11, 4, 0.88);
  backdrop-filter: blur(12px);
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: var(--transition-smooth);
}

.auth-modal-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.auth-modal-card {
  position: relative;
  width: 100%;
  max-width: 450px;
  background:
    radial-gradient(ellipse 80% 40% at 50% 0%, rgba(185, 144, 16, 0.14) 0%, transparent 60%),
    linear-gradient(180deg, #342C0F 0%, #27210B 100%);
  border: 1.5px solid var(--gold-primary);
  border-radius: 27px;
  padding: 38px 32px;
  box-shadow: var(--shadow-lg), var(--shadow-gold);
  text-align: center;
  animation: modalPopIn 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
}

.auth-modal-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(231, 198, 110, 0.9), transparent);
}

.auth-title {
  font-family: var(--font-royal);
  font-size: 1.55rem;
  color: white;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.auth-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 26px;
}

.login-error-text {
  display: none;
  margin-bottom: 16px;
  padding: 11px 16px;
  border-radius: 13px;
  background: rgba(244, 63, 94, 0.12);
  border: 1px solid rgba(244, 63, 94, 0.45);
  color: #FDA4AF;
  font-size: 0.86rem;
  font-weight: 600;
  animation: errorShake 0.4s ease;
}

@keyframes errorShake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-7px); }
  75% { transform: translateX(7px); }
}

.modal-form-group {
  margin-bottom: 16px;
  text-align: left;
}

.modal-form-group label {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-secondary);
  margin-bottom: 7px;
  letter-spacing: 0.4px;
}

.modal-input {
  width: 100%;
  padding: 13px 17px;
  background: rgba(22, 19, 7, 0.85);
  border: 1px solid rgba(185, 144, 16, 0.3);
  border-radius: 14px;
  color: white;
  font-family: inherit;
  font-size: 0.95rem;
  transition: var(--transition-smooth);
}

.modal-input::placeholder {
  color: #8C835F;
}

.modal-input:focus {
  outline: none;
  border-color: var(--gold-primary);
  box-shadow: 0 0 0 4px rgba(185, 144, 16, 0.14), 0 0 20px rgba(185, 144, 16, 0.12);
  background: rgba(22, 19, 7, 1);
}

/* ==========================================================================
   SABİT WHATSAPP & BAŞA DÖN BUTONLARI
   ========================================================================== */
.floating-whatsapp {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 62px;
  height: 62px;
  background: linear-gradient(135deg, #E09F2B, #AF7A1B);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.9rem;
  box-shadow: 0 10px 30px rgba(211, 147, 37, 0.55);
  z-index: 950;
  transition: var(--transition-smooth);
  animation: whatsappRing 2.6s ease-in-out infinite;
}

@keyframes whatsappRing {
  0%, 100% { box-shadow: 0 10px 30px rgba(211, 147, 37, 0.45), 0 0 0 0 rgba(211, 147, 37, 0.5); }
  50% { box-shadow: 0 10px 30px rgba(211, 147, 37, 0.6), 0 0 0 16px rgba(211, 147, 37, 0); }
}

.floating-whatsapp:hover {
  transform: scale(1.12) rotate(10deg);
}

.back-to-top {
  position: fixed;
  bottom: 104px;
  right: 34px;
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: var(--glass-bg-strong);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border-gold);
  color: var(--gold-light);
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 950;
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  transition: var(--transition-smooth);
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background: var(--gold-gradient);
  color: #130F03;
  border-color: transparent;
  box-shadow: 0 0 26px rgba(185, 144, 16, 0.5);
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.main-footer {
  position: relative;
  background: linear-gradient(180deg, #0F0D05 0%, #090803 100%);
  border-top: 1px solid rgba(185, 144, 16, 0.22);
  padding: 70px 20px 30px;
  overflow: hidden;
  z-index: 2;
}

/* Footer üstü altın çizgi parlaması */
.main-footer::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 2px;
  background: var(--gold-gradient-x);
  background-size: 220% auto;
  animation: shimmerText 5s linear infinite;
  border-radius: 2px;
}

/* Footer filigran logosu */
.footer-watermark {
  position: absolute;
  left: 50%;
  top: 38px;
  transform: translateX(-50%);
  width: 460px;
  opacity: 0.04;
  pointer-events: none;
  user-select: none;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 44px;
  max-width: 1280px;
  margin: 0 auto 54px;
  position: relative;
  z-index: 2;
}

.footer-brand-desc {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-top: 16px;
  max-width: 320px;
  line-height: 1.7;
}

.footer-col-title {
  font-weight: 800;
  color: white;
  font-size: 0.98rem;
  margin-bottom: 20px;
  letter-spacing: 0.6px;
  position: relative;
  display: inline-block;
}

.footer-col-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 26px;
  height: 2px;
  border-radius: 2px;
  background: var(--gold-gradient);
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links a {
  color: var(--text-muted);
  font-size: 0.9rem;
  position: relative;
  transition: var(--transition-smooth);
  display: inline-flex;
  align-items: center;
  gap: 0;
}

.footer-links a::before {
  content: '→';
  font-size: 0.8rem;
  color: var(--gold-primary);
  margin-right: 0;
  width: 0;
  overflow: hidden;
  transition: margin 0.3s ease, width 0.3s ease;
}

.footer-links a:hover {
  color: var(--gold-pale);
  transform: translateX(2px);
}

.footer-links a:hover::before {
  width: 16px;
  margin-right: 8px;
}

.footer-bottom {
  text-align: center;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: #8B8364;
  font-size: 0.84rem;
  position: relative;
  z-index: 2;
}

/* --- Footer: Tasarım Kredisi (@DesignBy Serdar Özkaya → Telegram) --- */
.design-by {
  margin-top: 12px;
  font-size: 0.8rem;
  color: #8B8364;
}

.design-by a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--gold-primary);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px dashed rgba(185, 144, 16, 0.45);
  padding-bottom: 1px;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.design-by a:hover {
  color: var(--gold-bright);
  border-bottom-color: var(--gold-bright);
}

.design-by-tg {
  font-size: 0.85rem;
}

/* ==========================================================================
   TOAST BİLDİRİMLERİ
   ========================================================================== */
.asil-toast {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%) translateY(90px);
  padding: 14px 34px;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 0.95rem;
  z-index: 99999;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
  background: #201B09;
  white-space: nowrap;
  letter-spacing: 0.3px;
}

.asil-toast.is-show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

.asil-toast.toast-info {
  border: 1.5px solid var(--gold-primary);
  color: #FCFBF8;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8), 0 0 25px rgba(185, 144, 16, 0.3);
}

.asil-toast.toast-success {
  border: 1.5px solid #B99010;
  color: #D3AA34;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8), 0 0 25px rgba(185, 144, 16, 0.3);
}

/* ==========================================================================
   ANIMATIONS.JS TARAFINDAN KULLANILAN ANİMASYON KİLİFleri & KEYFRAME'LER
   ========================================================================== */

/* Altın yazılarda kayan ışıma */
.anim-shimmer-text {
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  animation: shimmerText 4.5s linear infinite !important;
}

@keyframes shimmerText {
  to { background-position: 220% center; }
}

/* Süzülen ikonlar */
@keyframes anim-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

/* Yanıp sönme */
@keyframes anim-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

/* Sıralı giriş */
@keyframes anim-stagger-in {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Kenar ışıması (hover'da altın hale) */
.anim-border-glow {
  transition: box-shadow 0.4s ease;
}

.anim-border-glow:hover {
  box-shadow: 0 0 0 1px rgba(185, 144, 16, 0.4), 0 0 34px rgba(185, 144, 16, 0.22);
}

/* Daktilo imleci */
.anim-typing-cursor {
  animation: anim-blink 1s steps(1) infinite;
}

/* ==========================================================================
   KİLİTLİ ÇİZELGE ÖNİZLEME - PREMIUM GELİŞTİRMELER (dashboard.css üzerine)
   ========================================================================== */
.locked-tracking-preview-section .locked-preview-card {
  border-color: transparent;
  background: linear-gradient(160deg, #312A0E 0%, #231E0A 100%);
}

/* Dönen altın kenarlık */
.locked-tracking-preview-section .locked-preview-card::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  padding: 2px;
  background: conic-gradient(from var(--gold-angle),
    rgba(185, 144, 16, 0) 0%, rgba(185, 144, 16, 0.85) 10%, rgba(231, 198, 110, 1) 16%,
    rgba(185, 144, 16, 0.3) 30%, rgba(185, 144, 16, 0) 50%,
    rgba(185, 144, 16, 0.6) 70%, rgba(185, 144, 16, 0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  animation: goldAngleSpin 8s linear infinite;
  pointer-events: none;
  z-index: 20;
}

/* İskelet çizelge kartları: içerik çubukları ve shimmer */
.locked-tracking-preview-section .dummy-day-card {
  position: relative;
  background: linear-gradient(180deg, #433913 0%, #322B0F 100%);
  border: 1px solid rgba(185, 144, 16, 0.22);
  overflow: hidden;
}

.locked-tracking-preview-section .dummy-day-card::before {
  content: '';
  position: absolute;
  top: 18px;
  left: 16px;
  right: 16px;
  height: 14px;
  border-radius: 7px;
  background: rgba(185, 144, 16, 0.3);
}

.locked-tracking-preview-section .dummy-day-card::after {
  content: '';
  position: absolute;
  top: 46px;
  left: 16px;
  right: 40px;
  bottom: 18px;
  border-radius: 9px;
  background: repeating-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.08) 0 14px,
    transparent 14px 28px
  );
}

/* Kapı (gate) iyileştirmeleri */
.locked-tracking-preview-section .gate-lock-icon {
  width: 84px;
  height: 84px;
  font-size: 2.6rem;
  animation: anim-float 3.2s ease-in-out infinite, topRowGlow 2.8s ease-in-out infinite;
}

.locked-tracking-preview-section .gate-title {
  background: var(--gold-gradient-x);
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmerText 6s linear infinite;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1100px) {
  .nav-links { display: none; }
  .nav-actions .btn-primary-cta { display: none; }
  .mobile-toggle-btn { display: flex; align-items: center; justify-content: center; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-photo { height: 460px; }
  .hero-slide {
    flex-direction: column;
    padding: 68px 34px 44px;
    text-align: center;
  }
  .slide-desc { margin-left: auto; margin-right: auto; }
  .slide-btn-group { justify-content: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-watermark { width: 320px; }
}

@media (max-width: 640px) {
  .hero-slider-wrapper {
    min-height: auto;
    border-radius: 22px;
  }
  .hero-slide { padding: 64px 22px 36px; }
  .slide-title { font-size: 1.85rem; }
  .slide-title span { white-space: normal; }
  .slide-media-col::before, .slide-media-col::after { display: none; }
  .hero-portrait-img { height: 300px; }
  .timer-units-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .timer-unit-box:not(:last-child)::after { display: none; }
  .timer-number { font-size: 1.9rem; }
  .countdown-grid { grid-template-columns: 1fr; }
  .features-mini-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-watermark { width: 240px; }
  .brand-name { font-size: 0.98rem; }
  .logo-crown-icon, .logo-crown-icon img { height: 42px; }
  .header-wrap { top: 8px; padding: 0 10px; }
  .navbar { padding: 9px 14px; }
  .ticker-item { padding: 0 16px; font-size: 0.68rem; }
  .floating-whatsapp { width: 54px; height: 54px; font-size: 1.6rem; bottom: 20px; right: 20px; }
  .back-to-top { bottom: 86px; right: 24px; width: 44px; height: 44px; }
  .hero-logo-watermark { width: 300px; right: -100px; }
  .dereceler-modal-overlay { padding: 12px; }
  .dereceler-modal-card {
    border-radius: 20px;
    max-height: calc(100dvh - 24px);
  }
  .poster-header { padding: 18px 16px 8px; }
  .poster-emblem { height: 58px; margin-bottom: 7px; }
  .poster-emblem img { height: 58px; max-width: 140px; }
  .poster-emblem::before, .poster-emblem::after { width: 34px; }
  .poster-brand-title { font-size: 1.12rem; }
  .poster-author { font-size: 0.72rem; letter-spacing: 2px; }
  .poster-results-list { padding: 8px 14px; gap: 6px; }
  .result-row { padding: 8px 11px; border-radius: 12px; }
  .result-label { font-size: 0.8rem; gap: 7px; }
  .result-icon { font-size: 1.05rem; }
  .result-count-box { padding: 3px 11px; }
  .result-num { font-size: 1.08rem; }
  .result-kisi { font-size: 0.7rem; }
  .poster-slogan-text { font-size: 0.66rem; }
  .badge-item { font-size: 0.62rem; }
}

/* ==========================================================================
   GPU İVMELEME (60 FPS): Rozetler & Sık Animasyonlu Bileşenler
   ========================================================================== */
.section-badge,
.badge-item,
.badge-icon,
.hero-card-floating-badge,
.badge-main-text,
.badge-sub-text,
.pulse-dot,
.live-indicator,
.floating-whatsapp,
.back-to-top {
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.badge-rating {
  will-change: opacity, text-shadow;
}

.badge-item,
.badge-icon,
.pulse-dot,
.live-indicator {
  will-change: transform;
}

/* Mobil GPU: transform tabanlı animasyonlara katman önceliği */
@media (max-width: 768px) {
  .ticker-track,
  .hero-visual-card,
  .hero-portrait-img,
  .countdown-card,
  .feature-mini-card,
  .package-card,
  .poster-emblem img,
  .section-badge,
  .badge-item,
  .badge-rating {
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
}

/* ==========================================================================
   ERİŞİLEBİLİRLİK: Hareket Azaltma Tercihi
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .ticker-track { animation: none !important; }
  .preloader { display: flex; }
}


/* ==========================================================================
   MOBIL NAVBAR & BUTON GELİŞTİRMELERİ (Giriş Yap & Randevu Al Tam Uyum)
   ========================================================================== */
@media (max-width: 1100px) {
  .nav-links { display: none; }
  .mobile-toggle-btn { display: flex; align-items: center; justify-content: center; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-photo { height: 460px; }
  .hero-slide {
    flex-direction: column;
    padding: 68px 34px 44px;
    text-align: center;
  }
  .slide-desc { margin-left: auto; margin-right: auto; }
  .slide-btn-group { justify-content: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-watermark { width: 320px; }
}

@media (max-width: 768px) {
  .header-wrap { top: 6px; padding: 0 8px; }
  .navbar {
    padding: 8px 12px;
    gap: 8px;
    border-radius: 18px;
  }
  .brand-logo { gap: 8px; }
  .logo-crown-icon, .logo-crown-icon img { height: 38px; }
  .brand-name { font-size: 0.92rem; letter-spacing: 0.8px; line-height: 1.1; }
  .brand-sub { font-size: 0.6rem; letter-spacing: 1.2px; }
  .nav-actions { gap: 6px; }
  .btn-login-modal {
    padding: 7px 12px;
    font-size: 0.8rem;
    font-weight: 700;
    white-space: nowrap;
    border-radius: 12px;
  }
  .btn-primary-cta {
    padding: 7px 14px;
    font-size: 0.8rem;
    font-weight: 800;
    border-radius: 12px;
  }
  .mobile-toggle-btn {
    width: 38px;
    height: 38px;
    font-size: 1.35rem;
    border-radius: 10px;
  }
  /* Mobil çekmece butonları */
  #mobile-nav-drawer .drawer-body .btn-login-modal,
  #mobile-nav-drawer .drawer-body .btn-primary-cta {
    width: 100%;
    justify-content: center;
    padding: 13px 18px;
    font-size: 0.95rem;
    font-weight: 700;
    border-radius: 14px;
    box-sizing: border-box;
  }
}

@media (max-width: 480px) {
  .nav-actions .btn-primary-cta { display: none; } /* Çok küçük telefonlarda üst barda sadece Giriş + Menü kalsın */
  .brand-name { font-size: 0.86rem; }
  .brand-sub { font-size: 0.56rem; letter-spacing: 0.8px; }
  .logo-crown-icon, .logo-crown-icon img { height: 34px; }
  .btn-login-modal { padding: 6px 10px; font-size: 0.75rem; }
}

@media (max-width: 360px) {
  .brand-sub { display: none; }
  .brand-name { font-size: 0.82rem; }
  .btn-login-modal { padding: 5px 8px; font-size: 0.72rem; }
}


/* ==========================================================================
   GİRİŞ VE AUTH MODAL MOBİL TAM UYUM DÜZENLEMESİ (V3.3)
   ========================================================================== */
@media (max-width: 640px) {
  .auth-modal-overlay { padding: 12px; }
  .auth-modal-card {
    padding: 24px 16px;
    border-radius: 20px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  .auth-title { font-size: 1.3rem; margin-bottom: 6px; }
  .auth-desc { font-size: 0.82rem; margin-bottom: 18px; }
  .modal-form-group { margin-bottom: 13px; }
  .modal-form-group label { font-size: 0.78rem; margin-bottom: 5px; }
  .modal-input {
    padding: 11px 13px;
    font-size: 0.88rem;
    border-radius: 12px;
    box-sizing: border-box;
  }
  .btn-modal-submit {
    padding: 12px;
    font-size: 0.95rem;
    border-radius: 12px;
  }
}
/* ============================================================
   MOBİL KÖKTEN ÇÖZÜM (2026-08-17 v24)
   Viewport blowout: sağdaki siyah boşluk yok edilir.
   ============================================================ */
html, body {
  width: 100% !important;
  max-width: 100vw !important;
  overflow-x: hidden !important;
  position: relative;
}
.portal-nav-container,
.portal-main-wrap,
.dashboard-container,
.admin-table-wrapper,
.admin-table-responsive,
.admin-schedule-top-selector,
.days-schedule-grid {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* Mobilde öğrenci listesi şık alt alta kartlara dönüşür */
@media (max-width: 768px) {
  .admin-data-table {
    min-width: 0 !important;
    width: 100% !important;
  }
  .admin-data-table thead { display: none !important; }
  .admin-data-table tbody tr {
    display: flex !important;
    flex-direction: column !important;
    background: rgba(26, 21, 15, 0.85) !important;
    border: 1px solid rgba(212, 175, 55, 0.25) !important;
    border-radius: 14px !important;
    padding: 16px !important;
    margin-bottom: 16px !important;
    gap: 10px !important;
  }
  .admin-data-table tbody td {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 4px 0 !important;
    border: none !important;
    width: 100% !important;
  }
  .admin-data-table tbody tr > td:first-child {
    border-bottom: 1px solid rgba(212, 175, 55, 0.15) !important;
    padding-bottom: 10px !important;
  }
  .admin-data-table .table-student-info {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
  }
  .table-action-btns {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 6px !important;
    margin-top: 8px !important;
    padding-top: 10px !important;
    border-top: 1px solid rgba(212, 175, 55, 0.15) !important;
  }
  .btn-action-pill {
    width: 100% !important;
    text-align: center !important;
    padding: 8px 4px !important;
    font-size: 0.78rem !important;
  }
}

/* Çizelge seçici barı mobilde alt alta */
@media (max-width: 768px) {
  .admin-schedule-top-selector {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
    padding: 14px !important;
  }
  .admin-schedule-top-selector .selector-left,
  .admin-schedule-top-selector .selector-right {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
  }
  .admin-schedule-top-selector select {
    width: 100% !important;
  }
  .btn-admin-add-task-global {
    width: 100% !important;
    text-align: center !important;
    padding: 10px !important;
  }
}

/* ============================================================
   MOBİL AĞIR EFEKT KAPATMA (2026-08-17 v24)
   Telefon işlemcisini/GPU'yu boğan efektler mobilde kapatılır.
   ============================================================ */
@media (max-width: 992px) {
  .bg-fx, .bg-fx .aurora, .anim-glow-orb {
    display: none !important;
  }
  .royal-conic-border, .gold-spin-border {
    animation: none !important;
    border: 1px solid rgba(212, 175, 55, 0.3) !important;
  }
  /* Navbar Rozet & Çıkış Düzeni */
  .nav-user-chip {
    padding: 4px 8px !important;
    font-size: 0.75rem !important;
  }
  .nav-user-chip .badge-portal-hint { display: none !important; }
}

/* ==========================================================================
   V28 — BOŞ NAVBAR ROZETİNİ TAMAMEN GİZLE (Giriş Yap ile Randevu Al arası)
   Giriş yapmamış ziyaretçide #nav-auth-user-badge boş kaldığında oval halka
   görünmesin diye: boş / display:none / görünmez durumların tamamı yok edilir.
   ========================================================================== */
#nav-auth-user-badge:empty,
.nav-user-chip:empty,
#nav-auth-user-badge[style*="display: none"],
#nav-auth-user-badge[style*="display:none"] {
  display: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
