.subject-hero {
  padding: 140px 0 60px;
  background: linear-gradient(180deg, var(--primary-light) 0%, var(--bg) 100%);
}
.subject-hero.turkce-hero { background: linear-gradient(180deg, var(--turkce-light) 0%, var(--bg) 100%); }
.subject-hero.matematik-hero { background: linear-gradient(180deg, var(--matematik-light) 0%, var(--bg) 100%); }
.subject-hero.tarih-hero { background: linear-gradient(180deg, var(--tarih-light) 0%, var(--bg) 100%); }
.subject-hero.cografya-hero { background: linear-gradient(180deg, var(--cografya-light) 0%, var(--bg) 100%); }
.subject-hero.vatandaslik-hero { background: linear-gradient(180deg, var(--vatandaslik-light) 0%, var(--bg) 100%); }
.subject-hero.guncel-hero { background: linear-gradient(180deg, var(--guncel-light) 0%, var(--bg) 100%); }
.subject-hero.geometri-hero { background: linear-gradient(180deg, var(--geometri-light) 0%, var(--bg) 100%); }

.subject-hero h1 {
  font-size: 2.25rem;
  font-weight: 800;
  letter-spacing: -.03em;
  margin-bottom: 16px;
}

.subject-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  padding: 6px 14px;
  border-radius: 100px;
  font-size: .85rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.subject-badge.turkce { background: linear-gradient(135deg, var(--turkce), #f97316); }
.subject-badge.matematik { background: linear-gradient(135deg, var(--matematik), var(--primary)); }
.subject-badge.tarih { background: linear-gradient(135deg, var(--tarih-dark), var(--tarih)); }
.subject-badge.cografya { background: linear-gradient(135deg, var(--cografya), #22c55e); }
.subject-badge.vatandaslik { background: linear-gradient(135deg, var(--vatandaslik), #a855f7); }
.subject-badge.guncel { background: linear-gradient(135deg, var(--guncel), var(--guncel-dark)); }
.subject-badge.geometri { background: linear-gradient(135deg, var(--geometri), var(--geometri-dark)); }

.stats-banner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 16px;
  border: 1px solid;
  border-radius: var(--radius-lg);
  padding: 24px;
  margin: 32px 0;
}
.stats-banner.turkce { background: linear-gradient(135deg, var(--turkce-light), #fff1f2); border-color: #fecaca; }
.stats-banner.matematik { background: linear-gradient(135deg, var(--matematik-light), #e0e7ff); border-color: #bfdbfe; }
.stats-banner.tarih { background: linear-gradient(135deg, #fffbeb, var(--accent-light)); border-color: #fcd34d; }
.stats-banner.cografya { background: linear-gradient(135deg, #ecfdf5, var(--cografya-light)); border-color: #6ee7b7; }
.stats-banner.vatandaslik { background: linear-gradient(135deg, var(--matematik-light), #dbeafe); border-color: #93c5fd; }
.stats-banner.guncel { background: linear-gradient(135deg, #ecfeff, var(--guncel-light)); border-color: #67e8f9; }
.stats-banner.geometri { background: linear-gradient(135deg, #fdf2f8, var(--geometri-light)); border-color: #f9a8d4; }

.stats-banner-item { text-align: center; }
.stats-banner-number {
  display: block;
  font-size: 2rem;
  font-weight: 800;
}
.stats-banner-number.turkce { color: var(--turkce-dark); }
.stats-banner-number.matematik { color: var(--matematik-dark); }
.stats-banner-number.tarih { color: var(--tarih); }
.stats-banner-number.cografya { color: var(--cografya-dark); }
.stats-banner-number.vatandaslik { color: var(--matematik-dark); }
.stats-banner-number.guncel { color: var(--guncel-dark); }
.stats-banner-number.geometri { color: var(--geometri-dark); }

.stats-banner-label {
  font-size: .8rem;
}
.stats-banner-label.turkce { color: #991b1b; }
.stats-banner-label.matematik { color: #1e40af; }
.stats-banner-label.tarih { color: #92400e; }
.stats-banner-label.cografya { color: #065f46; }
.stats-banner-label.vatandaslik { color: #1e40af; }
.stats-banner-label.guncel { color: #155e75; }
.stats-banner-label.geometri { color: #9d174d; }

.subject-content,
.article-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 48px 24px;
}
.article-content { max-width: 800px; }

.subject-content h2,
.article-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 48px 0 16px;
  padding-top: 24px;
  border-top: 1px solid var(--border-light);
}

.subject-content h2:first-of-type,
.article-content h2:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.subject-content h3,
.article-content h3 {
  font-size: 1.15rem;
  font-weight: 600;
  margin: 24px 0 12px;
  color: var(--text);
}
.article-content h3 { font-size: 1.2rem; margin: 32px 0 12px; }

.subject-content p,
.article-content p {
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 16px;
}

.subject-content ul,
.subject-content ol,
.article-content ul,
.article-content ol {
  margin: 16px 0 24px 24px;
  color: var(--text-secondary);
  line-height: 1.8;
}

.subject-content li,
.article-content li { margin-bottom: 8px; }

.subject-content strong,
.article-content strong { color: var(--text); }

.article-hero {
  padding: 140px 0 40px;
  background: linear-gradient(180deg, var(--primary-light) 0%, var(--bg) 100%);
}

.article-hero h1 {
  font-size: 2.25rem;
  font-weight: 800;
  letter-spacing: -.03em;
  margin-bottom: 16px;
  max-width: 800px;
}

.article-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: .875rem;
  color: var(--text-secondary);
  margin-top: 16px;
}

.topic-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
  padding: 6px 14px;
  border-radius: 100px;
  font-size: .85rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.topic-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 32px 0;
}

.topic-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px;
  transition: all var(--transition);
}

.topic-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.topic-card.turkce:hover { border-color: var(--turkce); }
.topic-card.matematik:hover { border-color: var(--matematik); }
.topic-card.tarih:hover { border-color: var(--accent); }
.topic-card.cografya:hover { border-color: var(--success); }
.topic-card.vatandaslik:hover { border-color: var(--matematik); }
.topic-card.guncel:hover { border-color: var(--guncel); }
.topic-card.geometri:hover { border-color: var(--geometri); }

.topic-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.topic-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text);
}

.topic-card-count {
  padding: 4px 12px;
  border-radius: 100px;
  font-size: .8rem;
  font-weight: 700;
}
.topic-card-count.turkce { background: var(--turkce-light); color: var(--turkce-dark); }
.topic-card-count.matematik { background: var(--matematik-light); color: var(--matematik-dark); }
.topic-card-count.tarih { background: var(--tarih-light); color: var(--tarih); }
.topic-card-count.cografya { background: var(--cografya-light); color: var(--cografya-dark); }
.topic-card-count.vatandaslik { background: var(--vatandaslik-light); color: var(--vatandaslik-dark); }
.topic-card-count.guncel { background: var(--guncel-light); color: var(--guncel-dark); }
.topic-card-count.geometri { background: var(--geometri-light); color: var(--geometri-dark); }

.topic-card-desc {
  font-size: .9rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 16px;
}

.topic-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: .9rem;
}
.topic-card-link.turkce { color: var(--turkce); }
.topic-card-link.matematik { color: var(--matematik); }
.topic-card-link.tarih { color: var(--accent); }
.topic-card-link.cografya { color: var(--success); }
.topic-card-link.vatandaslik { color: var(--vatandaslik); }
.topic-card-link.guncel { color: var(--guncel); }
.topic-card-link.geometri { color: var(--geometri); }

.distribution-table,
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
}

.distribution-table th,
.distribution-table td,
.comparison-table th,
.comparison-table td {
  padding: 16px;
  text-align: left;
  border-bottom: 1px solid var(--border-light);
}
.comparison-table th,
.comparison-table td { padding: 14px 16px; font-size: .9rem; }

.distribution-table th { font-weight: 700; font-size: .85rem; }
.distribution-table th.turkce { background: var(--turkce-light); color: #991b1b; }
.distribution-table th.matematik { background: var(--matematik-light); color: #1e40af; }
.distribution-table th.tarih { background: var(--tarih-light); color: #92400e; }
.distribution-table th.cografya { background: var(--cografya-light); color: #065f46; }
.distribution-table th.vatandaslik { background: var(--vatandaslik-light); color: #1e40af; }
.distribution-table th.guncel { background: var(--guncel-light); color: #155e75; }
.distribution-table th.geometri { background: var(--geometri-light); color: #9d174d; }

.comparison-table th {
  background: var(--primary-light);
  color: var(--primary-dark);
  font-weight: 700;
}

.distribution-table td,
.comparison-table td { color: var(--text-secondary); }

.distribution-table tr:hover,
.comparison-table tr:hover { background: var(--bg-alt); }
.comparison-table .highlight { background: var(--success-light); color: #166534; font-weight: 600; }

.tip-box {
  background: var(--accent-light);
  border-left: 4px solid var(--accent);
  padding: 16px 20px;
  border-radius: 0 var(--radius) var(--radius) 0;
  margin: 24px 0;
}
.tip-box p { color: #92400e; margin: 0; }

.warning-box {
  background: var(--error-light);
  border-left: 4px solid var(--error);
  padding: 16px 20px;
  border-radius: 0 var(--radius) var(--radius) 0;
  margin: 24px 0;
}
.warning-box p { color: #991b1b; margin: 0; }

.info-box {
  background: var(--matematik-light);
  border-left: 4px solid var(--matematik);
  padding: 16px 20px;
  border-radius: 0 var(--radius) var(--radius) 0;
  margin: 24px 0;
}
.info-box p { color: #1e40af; margin: 0; }

.info-box.primary {
  background: var(--primary-light);
  border-color: var(--primary);
}
.info-box.primary p { color: var(--primary-dark); }

.success-box {
  background: var(--success-light);
  border-left: 4px solid var(--success);
  padding: 16px 20px;
  border-radius: 0 var(--radius) var(--radius) 0;
  margin: 24px 0;
}
.success-box p { color: #065f46; margin: 0; }

.toc-sidebar {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px;
  margin-bottom: 32px;
}
.toc-sidebar h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.toc-sidebar ul { list-style: none; margin: 0; padding: 0; }
.toc-sidebar li { margin-bottom: 8px; }
.toc-sidebar a {
  display: block;
  padding: 8px 12px;
  color: var(--text-secondary);
  font-size: .9rem;
  border-radius: var(--radius-sm);
}
.toc-sidebar a:hover { background: var(--bg); color: var(--primary); }

.page-faq-list { margin-top: 24px; }
.page-faq-item {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 12px;
  overflow: hidden;
}
.page-faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  text-align: left;
  font-family: inherit;
}
.page-faq-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-alt);
  border-radius: 50%;
  font-size: 1.1rem;
  color: var(--text-secondary);
  transition: all var(--transition);
  flex-shrink: 0;
}
.page-faq-item.open .page-faq-icon {
  transform: rotate(45deg);
}
.page-faq-item.open .page-faq-icon.turkce { background: var(--turkce); color: #fff; }
.page-faq-item.open .page-faq-icon.matematik { background: var(--matematik); color: #fff; }
.page-faq-item.open .page-faq-icon.tarih { background: var(--accent); color: #fff; }
.page-faq-item.open .page-faq-icon.cografya { background: var(--success); color: #fff; }
.page-faq-item.open .page-faq-icon.vatandaslik { background: var(--vatandaslik); color: #fff; }
.page-faq-item.open .page-faq-icon.guncel { background: var(--guncel); color: #fff; }
.page-faq-item.open .page-faq-icon.geometri { background: var(--geometri); color: #fff; }
.page-faq-item.open .page-faq-icon.primary { background: var(--primary); color: #fff; }

.page-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}
.page-faq-item.open .page-faq-answer {
  max-height: 300px;
  padding: 0 24px 20px;
}
.page-faq-answer p {
  color: var(--text-secondary);
  font-size: .95rem;
  line-height: 1.7;
  margin: 0;
}

.konular-hero {
  padding: 140px 0 60px;
  background: linear-gradient(180deg, var(--primary-light) 0%, var(--bg) 100%);
}
.konular-hero h1 {
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: -.03em;
  margin-bottom: 16px;
}

.rehber-hero {
  padding: 140px 0 60px;
  background: linear-gradient(180deg, var(--primary-light) 0%, var(--bg) 100%);
}
.rehber-hero h1 {
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: -.03em;
  margin-bottom: 16px;
}

.konular-grid,
.rehber-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  padding: 64px 0;
}

.subject-card,
.guide-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition: all var(--transition);
  text-decoration: none;
}
.subject-card:hover,
.guide-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary);
}

.subject-card-icon,
.guide-card-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  font-size: 1.5rem;
  margin-bottom: 16px;
}

.subject-card h3,
.guide-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
}

.subject-card p,
.guide-card p {
  font-size: .9rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 16px;
}

.subject-card-meta,
.guide-card-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: .8rem;
  color: var(--text-light);
}

.guide-hero {
  padding: 140px 0 60px;
  background: linear-gradient(180deg, var(--primary-light) 0%, var(--bg) 100%);
}
.guide-hero h1 {
  font-size: 2.25rem;
  font-weight: 800;
  letter-spacing: -.03em;
  margin-bottom: 16px;
}
.guide-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
  padding: 6px 14px;
  border-radius: 100px;
  font-size: .85rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.guide-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: .875rem;
  color: var(--text-secondary);
  margin-top: 16px;
  flex-wrap: wrap;
}
.guide-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 48px 24px;
}
.guide-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 48px 0 16px;
  padding-top: 24px;
  border-top: 1px solid var(--border-light);
}
.guide-content h2:first-of-type { margin-top: 0; padding-top: 0; border-top: none; }
.guide-content h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 32px 0 12px;
  color: var(--text);
}
.guide-content p {
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 16px;
}
.guide-content ul,
.guide-content ol {
  margin: 16px 0 24px 24px;
  color: var(--text-secondary);
  line-height: 1.8;
}
.guide-content li { margin-bottom: 8px; }

.type-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px;
  margin: 24px 0;
}
.type-card h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 10px;
}
.type-card h4 .type-badge {
  display: inline-flex;
  padding: 4px 12px;
  border-radius: 100px;
  font-size: .8rem;
  font-weight: 700;
}
.badge-lisans { background: #dbeafe; color: #1e40af; }
.badge-onlisans { background: var(--success-light); color: #065f46; }
.badge-ortaogretim { background: var(--accent-light); color: #92400e; }
.type-card p { margin-bottom: 12px; }
.type-card ul { margin: 0; padding-left: 20px; }

.pros-cons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 24px 0;
}
.pros-card,
.cons-card {
  background: var(--bg);
  border-radius: var(--radius-lg);
  padding: 20px;
}
.pros-card { border: 2px solid #22c55e; }
.cons-card { border: 2px solid var(--error); }
.pros-card h5,
.cons-card h5 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  margin-bottom: 12px;
}
.pros-card h5 { color: #166534; }
.cons-card h5 { color: #991b1b; }
.pros-card ul,
.cons-card ul { margin: 0; padding-left: 20px; }

.related-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-top: 32px;
}
.related-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: all var(--transition);
}
.related-link:hover { border-color: var(--primary); transform: translateX(4px); }
.related-link-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-light);
  border-radius: var(--radius-sm);
}
.related-link-text { font-size: .9rem; font-weight: 600; color: var(--text); }

.toc-box {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px;
  margin-bottom: 32px;
}
.toc-box h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.toc-box ul { list-style: none; margin: 0; padding: 0; columns: 2; column-gap: 24px; }
.toc-box li { margin-bottom: 8px; break-inside: avoid; }
.toc-box a {
  display: block;
  padding: 6px 10px;
  color: var(--text-secondary);
  font-size: .9rem;
  border-radius: var(--radius-sm);
  transition: all var(--transition);
}
.toc-box a:hover { background: var(--bg); color: var(--primary); }
.toc-box a:hover.matematik { color: var(--matematik); }

.formula-box {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px;
  margin: 24px 0;
}
.formula-box h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 8px;
}
.formula-list { list-style: none; margin: 0; padding: 0; }
.formula-list li {
  padding: 10px 12px;
  border-bottom: 1px solid var(--border-light);
  font-family: monospace;
  font-size: .95rem;
  color: var(--text-secondary);
  background: var(--bg);
  margin-bottom: 4px;
  border-radius: var(--radius-sm);
}
.formula-list li:last-child { border-bottom: none; margin-bottom: 0; }

.study-plan {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin: 24px 0;
}
.study-plan-item {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px;
  text-align: center;
}
.study-plan-week {
  display: inline-block;
  background: var(--primary);
  color: #fff;
  padding: 4px 12px;
  border-radius: 100px;
  font-size: .75rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.study-plan-week.matematik { background: var(--matematik); }
.study-plan-title { font-weight: 700; color: var(--text); margin-bottom: 8px; }
.study-plan-desc { font-size: .85rem; color: var(--text-secondary); }

.related-topics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-top: 32px;
}
.related-topic {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: all var(--transition);
}
.related-topic:hover { border-color: var(--primary); transform: translateX(4px); }
.related-topic-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-light);
  border-radius: var(--radius-sm);
}
.related-topic-icon.matematik { background: var(--matematik-light); }
.related-topic-text { font-size: .9rem; font-weight: 600; color: var(--text); }

.faq-list { margin-top: 24px; }
.faq-item {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 12px;
  overflow: hidden;
  transition: all var(--transition);
}
.faq-item:hover { border-color: var(--primary); }
.faq-item:hover.matematik { border-color: var(--matematik); }
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  text-align: left;
  font-family: inherit;
}
.faq-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-alt);
  border-radius: 50%;
  font-size: 1.1rem;
  color: var(--text-secondary);
  transition: all var(--transition);
  flex-shrink: 0;
  margin-left: 16px;
}
.faq-item.open .faq-icon { background: var(--primary); color: #fff; transform: rotate(45deg); }
.faq-item.open .faq-icon.matematik { background: var(--matematik); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease, padding .4s ease;
}
.faq-item.open .faq-answer { max-height: 500px; padding: 0 24px 20px; }
.faq-answer p {
  color: var(--text-secondary);
  font-size: .95rem;
  line-height: 1.8;
  margin: 0;
}

@media (max-width: 768px) {
  .subject-hero h1,
  .article-hero h1,
  .guide-hero h1 { font-size: 1.75rem; }
  .konular-hero h1,
  .rehber-hero h1 { font-size: 2rem; }
  .stats-banner { grid-template-columns: repeat(2, 1fr); }
  .konular-grid,
  .rehber-grid { grid-template-columns: 1fr; }
  .toc-box ul { columns: 1; }
  .study-plan { grid-template-columns: 1fr; }
  .comparison-table { font-size: .85rem; }
  .comparison-table th,
  .comparison-table td { padding: 10px 8px; }
}
