/* ============================================================
   Online Koçunuz — MSÜ Nedir? sayfası stilleri
   Kaynak: design_system/standalone/msu-nedir.html (inline <style>)
   Tüm kurallar .okt-msu-nedir altına scope'landı.
   Token'lar globalde tanımlı (style.css): var(--border), var(--ink-700) vb.
   @keyframes global; helper sınıflar (page-hero, hero-orbit, float-chip,
   grad-text, reveal, btn-*) global style.css'ten gelir.
   Mobil öncelikli.
   ============================================================ */

/* ---- HERO yerleşimi ---- */
.okt-msu-nedir .okt-msu-hero{ overflow:hidden; }
.okt-msu-nedir .okt-msu-chip--1{ top:30%; left:3%; animation:float-up 8s ease-in-out infinite; }
.okt-msu-nedir .okt-msu-chip--2{ top:50%; right:3%; animation:float-up 9s ease-in-out infinite; animation-delay:1s; }

.okt-msu-nedir .okt-msu-crumbs{ margin-bottom:14px; }

.okt-msu-nedir .okt-msu-pill{
  display:inline-flex; align-items:center;
  padding:6px 13px; border-radius:999px;
  background:var(--ink-10); color:var(--fg-muted);
  font-size:12px; font-weight:600; letter-spacing:.01em;
}
.okt-msu-nedir .okt-msu-title{ margin:14px 0 12px; color:var(--ink-900); max-width:780px; }
.okt-msu-nedir .okt-msu-lead{ max-width:660px; }

/* ---- ANA BÖLÜM ---- */
.okt-msu-nedir .okt-msu-main{ padding:40px 0 80px; background:#fff; }

/* ---- DT GRID (gövde + sidebar) ---- */
.okt-msu-nedir .dt-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:36px;
  align-items:flex-start;
}
@media (min-width:961px){
  .okt-msu-nedir .dt-grid{ grid-template-columns:minmax(0,1fr) minmax(0,320px); }
}

/* ---- GÖVDE TİPOGRAFİSİ ---- */
.okt-msu-nedir .dt-body h2{
  color:var(--ink-900); font-size:24px; margin:36px 0 12px;
}
.okt-msu-nedir .dt-body h2:first-child{ margin-top:0; }
.okt-msu-nedir .dt-body p{
  font-size:15.5px; color:var(--ink-700); line-height:1.78; margin:0 0 14px;
}
.okt-msu-nedir .dt-body ul,
.okt-msu-nedir .dt-body ol{
  padding-left:18px; font-size:15px; color:var(--ink-700); line-height:1.85; margin:0 0 16px;
}
.okt-msu-nedir .dt-body strong{ color:var(--ink-900); }
.okt-msu-nedir .dt-body a{ color:var(--primary-700); text-decoration:underline; font-weight:600; }

/* ---- KISA CEVAP KUTUSU ---- */
.okt-msu-nedir .dt-answer{
  padding:20px 22px; background:var(--ink-10);
  border-left:3px solid var(--ink-900); border-radius:10px; margin:0 0 14px;
}
.okt-msu-nedir .dt-answer p{
  margin:0; font-size:16px; color:var(--ink-900); line-height:1.75;
}

/* ---- ÖNEMLİ NOT ---- */
.okt-msu-nedir .dt-note{
  margin-top:6px; padding:14px 16px;
  background:var(--accent-100); border:1px solid var(--accent-300);
  border-radius:10px; font-size:13.5px; color:var(--accent-900); line-height:1.6;
}

/* ---- SSS (FAQ) ---- */
.okt-msu-nedir .dt-faq details{
  border-bottom:1px solid var(--border); padding:15px 0;
}
.okt-msu-nedir .dt-faq summary{
  font-size:15.5px; font-weight:700; color:var(--ink-900);
  cursor:pointer; list-style:none;
  display:flex; justify-content:space-between; align-items:center; gap:14px;
}
.okt-msu-nedir .dt-faq summary::-webkit-details-marker{ display:none; }
.okt-msu-nedir .dt-faq summary::after{
  content:'+'; font-size:23px; font-weight:300; color:var(--fg-muted);
}
.okt-msu-nedir .dt-faq details[open] summary::after{ content:'−'; }
.okt-msu-nedir .dt-faq details p{
  margin:11px 0 0; font-size:14.5px; line-height:1.75; color:var(--ink-700);
}
.okt-msu-nedir .dt-faq details a{
  color:var(--primary-700); text-decoration:underline; font-weight:600;
}

/* ---- SIDEBAR ---- */
.okt-msu-nedir .dt-side{ position:relative; top:0; }
@media (min-width:961px){
  .okt-msu-nedir .dt-side{ position:sticky; top:88px; }
}
.okt-msu-nedir .dt-side-card{
  background:#fff; border:1px solid var(--border);
  border-radius:12px; padding:20px; margin-bottom:14px;
}
.okt-msu-nedir .dt-side-card h3{ font-size:15px; color:var(--ink-900); margin:0 0 8px; }
.okt-msu-nedir .dt-side-links{
  font-size:13.5px; line-height:1.8; color:var(--ink-700); margin:0;
}
.okt-msu-nedir .dt-side-links a{
  color:var(--primary-700); font-weight:600; text-decoration:none;
}
.okt-msu-nedir .dt-side-links a:hover{ text-decoration:underline; }
