/* ═══════════════════════════════════════════════
   BILKEY — SEVİYE TESTİ CSS  (site uyumlu)
   Renkler: #da1b16 (kırmızı) · #17649A (mavi)
   Arka plan: #f4f6fa (bg-light)
   ═══════════════════════════════════════════════ */


/* ── Ana Sayfa: Kart Izgara ─────────────────── */
.st-index-wrap {
  padding: 0 0 16px;
}

/* ═══════════════════════════════════════════
   STC — YENİ EĞİTİM KARTI  (profesyonel)
   ═══════════════════════════════════════════ */
.stc {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e4e9f0;
  border-top: 3px solid #da1b16;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform .22s, box-shadow .22s;
  position: relative;
}
.stc:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 40px rgba(0,0,0,.11);
}

/* Üst alan */
.stc__top {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 18px 14px;
}
.stc__icon-wrap {
  flex-shrink: 0;
}
.stc__icon {
  width: 52px; height: 52px;
  border-radius: 12px;
  background: rgba(218,27,22,.08);
  background: color-mix(in srgb, var(--ca, #da1b16) 10%, #fff);
  display: flex; align-items: center; justify-content: center;
  font-size: 24px;
  color: var(--ca, #da1b16);
  transition: background .2s;
}
.stc:hover .stc__icon {
  background: rgba(218,27,22,.16);
  background: color-mix(in srgb, var(--ca, #da1b16) 18%, #fff);
}

.stc__info { flex: 1; min-width: 0; }
.stc__baslik {
  font-size: 14px; font-weight: 800; color: #1a2e4a;
  line-height: 1.35; margin: 0 0 7px;
}
.stc__baslik span {
  font-size: 11px; font-weight: 600; color: #999;
  display: block; margin-top: 2px; text-transform: uppercase; letter-spacing: .3px;
}
.stc__meta {
  display: flex; flex-wrap: wrap; gap: 6px;
}
.stc__meta span {
  font-size: 11px; font-weight: 600; color: #888;
  display: flex; align-items: center; gap: 4px;
}
.stc__meta .fa { color: var(--ca, #da1b16); font-size: 10px; }

/* Örnek sorular — her zaman görünür */
.stc__preview {
  margin: 0 14px 14px;
  border: 1px solid #e0e8f3;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.stc__preview-head {
  font-size: 10.5px; font-weight: 800;
  color: #17649A; letter-spacing: .5px; text-transform: uppercase;
  padding: 8px 12px;
  display: flex; align-items: center; gap: 6px;
  border-bottom: 1px solid #e0e8f3;
  background: #eaf2fb;
}
.stc__preview-head .fa { color: #da1b16; font-size: 11px; }
.stc__preview-list {
  list-style: none; margin: 0; padding: 0;
}
.stc__preview-item {
  padding: 8px 12px;
  border-bottom: 1px solid #f0f4f9;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.stc__preview-item:last-child { border-bottom: none; }
.stc__preview-sev {
  font-size: 10px; font-weight: 800; letter-spacing: .2px;
}
.stc__preview-sev--g { color: #27ae60; }
.stc__preview-sev--y { color: #e67e22; }
.stc__preview-sev--p { color: #8e44ad; }
.stc__preview-soru {
  font-size: 12.5px; color: #333; line-height: 1.45; font-weight: 500;
}

/* CTA butonu */
.stc__cta {
  margin-top: auto;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 18px;
  background: #da1b16;
  color: #fff;
  font-size: 13px; font-weight: 800;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  transition: background .2s, gap .2s;
  letter-spacing: .3px;
}
.stc__cta:hover,
.stc__cta:focus,
.stc__cta:active { background: #b91410; color: #fff; text-decoration: none; }

.stc__preview-head,
.st-card-onizleme__btn,
.stc__cta { text-decoration: none !important; }
.stc__cta-arrow {
  margin-left: auto;
  font-size: 11px;
  transition: transform .2s;
}
.stc:hover .stc__cta-arrow { transform: translateX(4px); }


.st-index-intro {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,.07);
  border-top: 3px solid #da1b16;
  padding: 16px 20px;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.st-index-intro__icon {
  width: 48px; height: 48px; border-radius: 10px;
  background: rgba(218,27,22,.08); color: #da1b16;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; flex-shrink: 0;
}
.st-index-intro__body h2 {
  font-size: 15px; font-weight: 800; color: #1a2e4a; margin: 0 0 5px;
}
.st-index-intro__body p {
  font-size: 13px; color: #666; line-height: 1.65; margin: 0 0 10px;
}
.st-index-intro__tags {
  display: flex; gap: 8px; flex-wrap: wrap;
}
.st-index-intro__tag {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 11.5px; font-weight: 700; color: #17649A;
  background: #eaf2fb; border-radius: 20px; padding: 4px 12px;
}
.st-index-intro__tag .fa { color: #da1b16; }

/* ── Kart Grubu Başlığı ──────────────────────── */
.st-grup-baslik {
  font-size: 11px; font-weight: 800; letter-spacing: 1px;
  color: #17649A; text-transform: uppercase;
  padding: 0 0 6px; margin-bottom: 12px;
  border-bottom: 2px solid #e0e8f3;
  display: flex; align-items: center; gap: 7px;
}

/* ── Eğitim Kartları ─────────────────────────── */
.st-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e4e9f0;
  border-top: 3px solid var(--card-accent, #da1b16);
  padding: 20px 18px 16px;
  text-decoration: none;
  color: #333;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform .22s, box-shadow .22s, border-color .22s;
  position: relative;
  overflow: hidden;
}
.st-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0,0,0,.1);
  color: #1a2e4a;
  border-color: var(--card-accent, #da1b16);
}

.st-card__icon {
  width: 48px; height: 48px; border-radius: 10px;
  background: rgba(218,27,22,.07);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
  color: var(--card-accent, #da1b16);
  margin-bottom: 13px;
  transition: background .2s;
}
.st-card:hover .st-card__icon {
  background: rgba(218,27,22,.14);
}

.st-card__title {
  font-size: 14px; font-weight: 800; color: #1a2e4a;
  margin-bottom: 6px; line-height: 1.35;
}
.st-card__meta {
  font-size: 11.5px; color: #999; margin-bottom: 12px;
  display: flex; flex-wrap: wrap; gap: 6px;
}
.st-card__meta .fa { color: #da1b16; margin-right: 3px; }

.st-card__levels {
  display: flex; gap: 5px; flex-wrap: wrap; margin-bottom: 14px;
}
.st-card__levels span {
  font-size: 10.5px; font-weight: 700;
  padding: 2px 9px; border-radius: 20px;
  background: #f4f6fa; border: 1px solid #e0e4ec; color: #888;
}

.st-card__cta {
  margin-top: auto;
  font-size: 12.5px; font-weight: 800;
  color: var(--card-accent, #da1b16);
  display: flex; align-items: center; gap: 6px;
  transition: gap .2s;
}
.st-card:hover .st-card__cta { gap: 10px; }

/* ── Kart Önizleme (hover tooltip) ─────────────── */
.st-card-wrap { position: relative; }

.st-card-onizleme {
  position: absolute; top: 0; left: 100%; z-index: 100;
  width: 272px; margin-left: 10px;
  background: #fff; border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,.13);
  border: 1px solid #e4e9f0;
  border-top: 3px solid #17649A;
  padding: 14px;
  opacity: 0; pointer-events: none;
  transform: translateX(-8px);
  transition: opacity .2s ease, transform .2s ease;
}
.st-card-wrap:hover .st-card-onizleme {
  opacity: 1; pointer-events: auto; transform: translateX(0);
}
.st-card-onizleme__baslik {
  font-size: 10.5px; font-weight: 800; color: #17649A;
  letter-spacing: .5px; text-transform: uppercase;
  margin-bottom: 10px; display: flex; align-items: center; gap: 5px;
}
.st-card-onizleme__baslik .fa { color: #da1b16; }
.st-card-onizleme__liste {
  list-style: none; margin: 0 0 12px; padding: 0;
  display: flex; flex-direction: column; gap: 8px;
}
.st-card-onizleme__liste li {
  display: flex; flex-direction: column; gap: 2px;
  padding-bottom: 8px; border-bottom: 1px solid #f0f2f7;
}
.st-card-onizleme__liste li:last-child { border-bottom: none; padding-bottom: 0; }
.st-card-onizleme__sev { font-size: 10px; font-weight: 700; color: #bbb; }
.st-card-onizleme__soru { font-size: 12px; color: #444; line-height: 1.45; }
.st-card-onizleme__btn {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  background: #da1b16; color: #fff; border-radius: 7px;
  padding: 9px 14px; font-size: 12px; font-weight: 800;
  font-family: 'Montserrat', sans-serif; text-decoration: none;
  transition: opacity .2s, background .2s;
}
.st-card-onizleme__btn:hover { opacity: .88; color: #fff; }

.col-lg-4:nth-child(3n) .st-card-onizleme,
.col-sm-6:nth-child(2n) .st-card-onizleme {
  left: auto; right: 100%; margin-left: 0; margin-right: 10px;
  transform: translateX(8px);
}
.col-lg-4:nth-child(3n) .st-card-wrap:hover .st-card-onizleme,
.col-sm-6:nth-child(2n) .st-card-wrap:hover .st-card-onizleme {
  transform: translateX(0);
}
@media (max-width: 767px) { .st-card-onizleme { display: none; } }

/* ── FAQ Bölümü ──────────────────────────────── */
.st-faq-wrap { margin-bottom: 28px; }
.st-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 767px) { .st-faq-grid { grid-template-columns: 1fr; } }

.st-faq-item {
  background: #fff;
  border: 1px solid #e4e9f0;
  border-left: 3px solid #17649A;
  border-radius: 10px;
  overflow: hidden;
}
.st-faq-soru {
  padding: 12px 14px;
  font-size: 13px; font-weight: 700; color: #1a2e4a;
  display: flex; align-items: flex-start; gap: 8px;
  background: #f8fafc;
  border-bottom: 1px solid #e8edf5;
}
.st-faq-soru .fa { color: #da1b16; font-size: 10px; margin-top: 3px; flex-shrink: 0; }
.st-faq-cevap {
  padding: 10px 14px;
  font-size: 12.5px; color: #555; line-height: 1.65;
}

/* ── Alt CTA ──────────────────────────────────── */
.st-alt-cta {
  background: #fff;
  border: 1px solid #e4e9f0;
  border-top: 3px solid #da1b16;
  border-radius: 12px;
  padding: 18px 20px;
  display: flex; align-items: center; gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.st-alt-cta__ic {
  width: 44px; height: 44px; border-radius: 10px;
  background: rgba(218,27,22,.08); color: #da1b16;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; flex-shrink: 0;
}
.st-alt-cta__body {
  flex: 1; min-width: 180px;
  display: flex; flex-direction: column; gap: 3px;
}
.st-alt-cta__body strong { font-size: 13px; font-weight: 800; color: #1a2e4a; }
.st-alt-cta__body span   { font-size: 12px; color: #777; }
.st-alt-cta__btns { display: flex; gap: 8px; flex-wrap: wrap; }
.st-alt-cta__btn {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 9px 18px; border-radius: 7px;
  font-size: 12.5px; font-weight: 800;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none !important;
  transition: opacity .2s, transform .15s;
}
.st-alt-cta__btn:hover { opacity: .88; transform: translateY(-1px); }
.st-alt-cta__btn--wa  { background: #25D366; color: #fff; }
.st-alt-cta__btn--tel { background: #da1b16; color: #fff; }
@media (max-width: 575px) {
  .st-alt-cta { flex-direction: column; align-items: flex-start; }
  .st-alt-cta__btns { width: 100%; }
  .st-alt-cta__btn  { flex: 1; justify-content: center; }
}

/* ── Sayac & İlerleme (test.php) ──────────────── */
.st-prog-wrap {
  background: #fff; border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,.06);
  border: 1px solid #e4e9f0;
  border-left: 4px solid #da1b16;
  padding: 16px 20px; margin-bottom: 14px;
}
.st-prog-top {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 10px; font-size: 13px; font-weight: 700; color: #333;
}
.st-prog-bar { height: 7px; background: #eef0f5; border-radius: 50px; overflow: hidden; }
.st-prog-fill {
  height: 100%; border-radius: 50px;
  background: linear-gradient(90deg, #da1b16, #e84a20);
  width: 0%; transition: width .4s ease;
}
.st-prog-steps { display: flex; gap: 6px; margin-top: 10px; flex-wrap: wrap; }
.st-step-chip {
  flex: 1; min-width: 90px; padding: 5px 10px; border-radius: 6px;
  font-size: 11px; font-weight: 700; text-align: center;
  background: #f4f6fa; border: 1px solid #e0e4ec; color: #aaa; transition: all .2s;
}
.st-step-chip.active { background: rgba(218,27,22,.08); border-color: #da1b16; color: #da1b16; }
.st-step-chip.done   { background: rgba(39,174,96,.08); border-color: #27ae60; color: #27ae60; }

.st-sayac {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 12.5px; font-weight: 800; color: #17649A;
  background: #eaf2fb; border: 1.5px solid #c8daea; border-radius: 20px;
  padding: 3px 12px; transition: background .3s, border-color .3s;
}
.st-sayac .fa { font-size: 11px; }
.st-sayac--uyari  { color: #e67e22; background: #fff8f0; border-color: #f8c471; animation: stPulse .8s infinite; }
.st-sayac--kritik { color: #da1b16; background: #fff0f0; border-color: #da1b16; animation: stPulse .4s infinite; }
@keyframes stPulse { 0%,100%{opacity:1} 50%{opacity:.5} }

/* ── Soru Kartı ──────────────────────────────── */
.st-soru-wrap {
  background: #fff; border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,.06);
  border: 1px solid #e4e9f0;
  overflow: hidden; animation: stFadeUp .22s ease;
  margin-bottom: 6px;
}
@keyframes stFadeUp { from{opacity:0;transform:translateY(10px)} to{opacity:1;transform:translateY(0)} }

.st-soru-head {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 18px; border-bottom: 1px solid #f0f2f7;
  background: #fafbfc;
}
.st-soru-no {
  width: 32px; height: 32px; border-radius: 50%;
  background: #da1b16; color: #fff;
  font-size: 13px; font-weight: 800;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.st-soru-seviye {
  font-size: 10px; font-weight: 800; letter-spacing: .8px;
  text-transform: uppercase; padding: 3px 9px; border-radius: 20px; border: 1px solid;
}
.st-soru-seviye--baslangic { color: #27ae60; border-color: rgba(39,174,96,.3); background: rgba(39,174,96,.07); }
.st-soru-seviye--orta      { color: #e67e22; border-color: rgba(230,126,34,.3); background: rgba(230,126,34,.07); }
.st-soru-seviye--ileri     { color: #8e44ad; border-color: rgba(142,68,173,.3); background: rgba(142,68,173,.07); }

.st-soru-metin {
  font-size: 14.5px; font-weight: 700; color: #1a2e4a;
  line-height: 1.65; padding: 18px 18px 12px;
}
.st-secenekler {
  display: flex; flex-direction: column; gap: 7px; padding: 0 18px 14px;
}
.st-secenek {
  display: flex; align-items: center; gap: 10px; padding: 9px 14px;
  border-radius: 8px; border: 1.5px solid #e4e9f0; cursor: pointer;
  transition: border-color .18s, background .18s;
}
.st-secenek:hover { border-color: rgba(218,27,22,.5); background: #fff8f8; }
.st-secenek.selected { border-color: #da1b16; background: rgba(218,27,22,.05); }
.st-secenek input { display: none; }
.st-harf {
  width: 30px; height: 30px; border-radius: 50%;
  border: 2px solid #dde3ee;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 800; color: #aaa; flex-shrink: 0; transition: all .18s;
}
.st-secenek.selected .st-harf { background: #da1b16; border-color: #da1b16; color: #fff; }
.st-icerik { font-size: 13px; color: #444; line-height: 1.5; }

.st-nav {
  display: flex; justify-content: space-between; align-items: center;
  padding: 10px 18px; border-top: 1px solid #f0f2f7;
  background: #fafbfc; gap: 10px; flex-wrap: wrap;
}
.st-btn-nav {
  display: inline-flex; align-items: center; gap: 7px; padding: 9px 18px;
  border-radius: 7px; font-size: 12.5px; font-weight: 700;
  font-family: 'Montserrat', sans-serif; border: none; cursor: pointer; transition: all .2s;
}
.st-btn-nav--geri  { background: #f4f6fa; color: #666; border: 1.5px solid #dde3ee; }
.st-btn-nav--geri:hover  { background: #e8eaf0; color: #333; }
.st-btn-nav--ileri { background: #da1b16; color: #fff; box-shadow: 0 3px 10px rgba(218,27,22,.25); }
.st-btn-nav--ileri:hover { opacity: .9; transform: translateY(-1px); }
.st-btn-nav--bitir { background: #27ae60; color: #fff; box-shadow: 0 3px 10px rgba(39,174,96,.25); }
.st-btn-nav--bitir:hover { opacity: .9; transform: translateY(-1px); }
.st-btn-nav:disabled { opacity: .4; pointer-events: none; }

/* ── Sonuç Kartı ─────────────────────────────── */
.st-sonuc-kart {
  background: #fff; border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,.07);
  border: 1px solid #e4e9f0; overflow: hidden;
}
.st-sonuc-top {
  padding: 26px 24px; border-bottom: 1px solid #f0f2f7;
  display: flex; align-items: center; gap: 22px; flex-wrap: wrap;
}
.st-gauge-wrap { position: relative; width: 108px; height: 108px; flex-shrink: 0; }
.st-gauge-svg  { width: 108px; height: 108px; }
.st-gauge-arc  { transition: stroke-dasharray 1s ease; }
.st-gauge-label {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center;
}
.st-gauge-label strong { font-size: 20px; font-weight: 900; line-height: 1; }
.st-gauge-label span   { font-size: 10px; color: #aaa; font-weight: 600; }

.st-sonuc-info h2 {
  font-size: 19px; font-weight: 900; color: #1a2e4a;
  margin-bottom: 8px; display: flex; align-items: center; gap: 8px;
}
.st-sonuc-info p { font-size: 13px; color: #666; line-height: 1.7; max-width: 420px; margin: 0; }

.st-stat-row { display: flex; border-bottom: 1px solid #f0f2f7; }
.st-stat-item {
  flex: 1; display: flex; flex-direction: column; align-items: center;
  padding: 16px 10px; gap: 4px; border-right: 1px solid #f0f2f7;
}
.st-stat-item:last-child { border-right: none; }
.st-stat-item .fa { font-size: 20px; }
.st-stat-item strong { font-size: 24px; font-weight: 900; color: #1a2e4a; }
.st-stat-item span   { font-size: 11px; color: #aaa; font-weight: 600; }

.st-level-bars { padding: 18px 24px; border-bottom: 1px solid #f0f2f7; }
.st-level-bars h4 {
  font-size: 10.5px; font-weight: 800; color: #17649A;
  text-transform: uppercase; letter-spacing: 1px; margin-bottom: 14px;
}
.st-lbar { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; font-size: 12px; font-weight: 700; color: #555; }
.st-lbar-lbl   { min-width: 68px; }
.st-lbar-track { flex: 1; height: 7px; background: #eef0f5; border-radius: 50px; overflow: hidden; }
.st-lbar-fill  { height: 100%; border-radius: 50px; transition: width 1s ease; }
.st-lbar-score { min-width: 30px; text-align: right; color: #1a2e4a; font-weight: 800; }

.st-yanlis-toggle {
  width: 100%; background: #fffbf0; border: none; border-bottom: 1px solid #f0f2f7;
  padding: 13px 24px; display: flex; align-items: center; gap: 10px;
  font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700;
  color: #e67e22; cursor: pointer; text-align: left;
}
.st-yanlis-toggle:hover { background: #fff5e0; }
.st-toggle-chev { margin-left: auto; color: #ccc; font-size: 11px; }

.st-yanlis-liste { padding: 0 24px 16px; }
.st-yanlis-item {
  background: #fafbfc; border: 1px solid #e8eaf0;
  border-radius: 8px; padding: 12px 14px; margin-top: 10px;
}
.st-yanlis-item strong { display: block; font-size: 12px; color: #555; margin-bottom: 8px; line-height: 1.5; }
.st-yanlis-yanlis { font-size: 12px; font-weight: 700; color: #e74c3c; display: flex; align-items: flex-start; gap: 6px; margin-bottom: 4px; }
.st-yanlis-dogru  { font-size: 12px; font-weight: 700; color: #27ae60; display: flex; align-items: flex-start; gap: 6px; }

/* ── Sonuç CTA ───────────────────────────────── */
.st-sonuc-cta { padding: 18px 24px 22px; }
.st-cta-kurs-banner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; border-radius: 10px; padding: 14px 18px; margin-bottom: 14px;
  background: linear-gradient(135deg, #da1b16 0%, #b91410 100%);
  flex-wrap: wrap;
}
.st-cta-kurs-banner p { color: rgba(255,255,255,.9); font-size: 11.5px; font-weight: 600; margin: 0; line-height: 1.45; }
.st-cta-kurs-banner p strong { display: block; color: #fff; font-size: 14px; font-weight: 900; margin-bottom: 2px; }
.st-cta-kurs-link {
  display: inline-flex; align-items: center; gap: 6px;
  background: #fff; color: #da1b16; padding: 9px 16px;
  border-radius: 7px; font-size: 12px; font-weight: 800;
  font-family: 'Montserrat', sans-serif; white-space: nowrap;
  text-decoration: none; transition: transform .15s, box-shadow .15s;
  box-shadow: 0 2px 8px rgba(0,0,0,.15); flex-shrink: 0;
}
.st-cta-kurs-link:hover { transform: translateY(-1px); box-shadow: 0 4px 14px rgba(0,0,0,.2); color: #da1b16; }

.st-cta-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 10px 20px; border-radius: 7px; font-size: 12.5px; font-weight: 800;
  font-family: 'Montserrat', sans-serif; border: none; cursor: pointer;
  text-decoration: none; transition: opacity .2s, transform .15s, box-shadow .2s;
}
.st-cta-btn:hover { opacity: .9; transform: translateY(-1px); color: inherit; }
.st-cta-btn--red { background: #da1b16; color: #fff; box-shadow: 0 3px 12px rgba(218,27,22,.28); }
.st-cta-btn--blue{ background: #17649A; color: #fff; box-shadow: 0 3px 12px rgba(23,100,154,.25); }
.st-cta-btn--wa  { background: #25D366; color: #fff; box-shadow: 0 3px 12px rgba(37,211,102,.28); }
.st-cta-btn--out { background: #fff; color: #555; border: 1.5px solid #dde3ee; font-size: 12px; padding: 9px 16px; }
.st-cta-btn--out:hover { border-color: #da1b16; color: #da1b16; }

.st-cta-primary   { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 8px; }
.st-cta-secondary { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 8px; }
.st-cta-paylasim  { margin-bottom: 8px; }

.st-cta-btn--wa-paylasim {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; padding: 11px 22px; border-radius: 8px; font-size: 13px; font-weight: 800;
  font-family: 'Montserrat', sans-serif; text-decoration: none;
  border: 2px solid #25D366; background: #fff; color: #25D366; transition: all .2s;
}
.st-cta-btn--wa-paylasim:hover { background: #25D366; color: #fff; box-shadow: 0 3px 12px rgba(37,211,102,.3); }

/* ── Sidebar Kart Ek Stiller ─────────────────── */
.st-sidebar-grup-baslik {
  font-size: 9.5px; font-weight: 800; letter-spacing: 1px;
  color: #17649A; text-transform: uppercase;
  padding: 8px 0 4px; border-bottom: 1px solid #e8edf5; margin-bottom: 4px;
}

/* ── Hata Kutusu ─────────────────────────────── */
.st-hata-kutu {
  background: #fff9f9; border: 1px solid #f5c6c6;
  border-left: 4px solid #da1b16; border-radius: 8px;
  padding: 12px 16px; margin-bottom: 14px;
  font-size: 13px; font-weight: 600; color: #c0392b;
  display: flex; align-items: center; gap: 10px;
}

/* ── SEO Bilgi Kutusu ────────────────────────── */
.st-bilgi-kutu {
  background: #fff; border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,.06);
  border: 1px solid #e4e9f0; border-left: 4px solid #17649A;
  padding: 16px 20px; margin-bottom: 14px;
}
.st-bilgi-kutu h2 { font-size: 14px; font-weight: 800; color: #1a2e4a; margin: 0 0 7px; }
.st-bilgi-kutu p  { font-size: 12.5px; color: #555; line-height: 1.75; margin: 0 0 10px; }
.st-bilgi-kutu__tags { display: flex; gap: 10px; flex-wrap: wrap; font-size: 11.5px; font-weight: 700; color: #888; }
.st-bilgi-kutu__tags span .fa { margin-right: 4px; }

/* ── Çıkış Modal ─────────────────────────────── */
@keyframes stModalIn { from{opacity:0;transform:scale(.94) translateY(10px)} to{opacity:1;transform:scale(1) translateY(0)} }
#stCikisModal {
  display: none; position: fixed; inset: 0; z-index: 99999;
  align-items: center; justify-content: center; padding: 20px;
  background: rgba(0,0,0,.4); backdrop-filter: blur(5px);
}
#stCikisKutu {
  background: #fff; border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0,0,0,.18);
  width: 100%; max-width: 390px; overflow: hidden;
  animation: stModalIn .22s cubic-bezier(.34,1.56,.64,1);
}
.st-modal-ust    { padding: 26px 26px 18px; text-align: center; }
.st-modal-ikon   { width: 56px; height: 56px; border-radius: 50%; background: #fff0f0; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.st-modal-ikon em { font-size: 24px; color: #da1b16; }
.st-modal-baslik { font-size: 16px; font-weight: 900; color: #1a2e4a; margin-bottom: 6px; font-family: 'Montserrat', sans-serif; }
.st-modal-alt    { font-size: 12.5px; color: #888; line-height: 1.65; }
.st-modal-alt strong { color: #da1b16; }
.st-modal-btnler { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid #f0f2f6; }
.st-modal-devam  { padding: 15px; font-size: 13px; font-weight: 800; font-family: 'Montserrat', sans-serif; border: none; cursor: pointer; background: #da1b16; color: #fff; border-radius: 0 0 0 18px; transition: background .2s; display: flex; align-items: center; justify-content: center; gap: 7px; }
.st-modal-devam:hover { background: #b91410; }
.st-modal-cik    { padding: 15px; font-size: 13px; font-weight: 700; font-family: 'Montserrat', sans-serif; border: none; cursor: pointer; background: #f8f9fb; color: #aaa; border-radius: 0 0 18px 0; transition: background .2s; display: flex; align-items: center; justify-content: center; gap: 7px; border-left: 1px solid #f0f2f6; }
.st-modal-cik:hover { background: #f0f2f5; color: #777; }

/* ── Breadcrumb ──────────────────────────────── */
.st-bc { font-size: 12px; color: #aaa; margin-bottom: 12px; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; list-style: none; padding: 0; }
.st-bc a { color: #888; text-decoration: none; } .st-bc a:hover { color: #da1b16; }
.st-bc-sep { color: #ccc; } .st-bc-cur { color: #da1b16; font-weight: 700; }

/* ── Responsive ──────────────────────────────── */
@media (max-width: 767px) {
  .st-soru-metin   { font-size: 14px; padding: 16px 14px 10px; }
  .st-secenekler   { padding: 0 14px 14px; }
  .st-nav          { padding: 10px 14px; }
  .st-sonuc-top    { flex-direction: column; gap: 16px; align-items: flex-start; padding: 20px 16px; }
  .st-cta-primary  { flex-direction: column; }
  .st-cta-primary .st-cta-btn { width: 100%; }
  .st-cta-secondary { flex-direction: column; }
  .st-cta-secondary .st-cta-btn--out { width: 100%; }
  .st-cta-kurs-banner { flex-direction: column; align-items: flex-start; }
  .st-cta-kurs-link { width: 100%; justify-content: center; }
  .st-level-bars, .st-yanlis-liste { padding-left: 16px; padding-right: 16px; }
  .st-yanlis-toggle { padding: 12px 16px; }
  .st-index-intro  { flex-direction: column; gap: 10px; padding: 16px; }
}
