/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   EGITIMLER PAGE â€” Professional Redesign
   Matches homepage design language
   Colors: Gold #D4AF37, Purple #9333EA, Deep #1A0B2E
   Fonts: Inter (headings/body)
   Prefix: eg-
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* â”€â”€ Hero Section â”€â”€ */
.eg-hero {
  position: relative;
  padding: 130px 0 60px;
  background: #FAFAF8;
  overflow: hidden;
}
.eg-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.eg-blob {
  position: absolute;
  border-radius: 50%;
}
.eg-blob-1 { top: -100px; right: -60px; width: 520px; height: 520px; background: rgba(232, 213, 242, 0.35); filter: blur(110px); }
.eg-blob-2 { bottom: -80px; left: -80px; width: 480px; height: 400px; background: rgba(244, 228, 193, 0.35); filter: blur(100px); }
.eg-blob-3 { top: 50%; left: 40%; width: 300px; height: 200px; background: rgba(212, 175, 55, 0.08); filter: blur(80px); }

.eg-container {
  max-width: 1490px;
  margin: 0 auto;
  padding: 0 24px;
}
@media(min-width:1024px) { .eg-container { padding: 0 48px; } }

.eg-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.eg-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 999px;
  border: 1px solid rgba(147, 51, 234, 0.2);
  background: rgba(147, 51, 234, 0.05);
  color: #9333EA;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: 'DM Sans', sans-serif;
  margin-bottom: 20px;
}

.eg-hero-title {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #1f2937;
  line-height: 1.15;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}
@media(min-width:768px) { .eg-hero-title { font-size: 52px; } }

.eg-grad-text {
  background: linear-gradient(135deg, #D4AF37, #9333EA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.eg-hero-sub {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: rgba(90, 74, 106, 0.75);
  line-height: 1.8;
  margin: 0 auto 32px;
  max-width: 560px;
}

/* â”€â”€ Hero Stats â”€â”€ */
.eg-hero-stats {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
.eg-hero-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.eg-hero-stat-val {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #1f2937;
  line-height: 1;
}
.eg-hero-stat-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: #9ca3af;
  font-weight: 500;
}
.eg-hero-stat-divider {
  width: 1px;
  height: 36px;
  background: rgba(0, 0, 0, 0.08);
  align-self: center;
}

/* â”€â”€ Filter / Level Pills â”€â”€ */
.eg-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 28px;
}
.eg-filter {
  padding: 8px 20px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: white;
  color: #6b7280;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.eg-filter:hover {
  border-color: #9ca3af;
  color: #374151;
}
.eg-filter.active {
  background: #1f2937;
  color: white;
  border-color: #1f2937;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* â”€â”€ Cards Section â”€â”€ */
.eg-cards-section {
  padding: 50px 0 80px;
  background: #FAFAF8;
  position: relative;
}

/* â”€â”€ Trust Bar â”€â”€ */
.eg-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 48px;
}
@media(max-width:768px) { .eg-trust { grid-template-columns: 1fr; gap: 10px; } }
.eg-trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  border-radius: 16px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
.eg-trust-item:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}
.eg-trust-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  flex-shrink: 0;
}
.eg-trust-icon i { font-size: 20px; }
.eg-trust-val {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #1f2937;
  line-height: 1.3;
}
.eg-trust-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: #9ca3af;
  margin-top: 2px;
}

/* â”€â”€ Grid â”€â”€ */
.eg-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 20px;
}
@media(min-width: 1200px) { .eg-grid { grid-template-columns: repeat(3, 1fr); } }
@media(max-width: 768px) { .eg-grid { grid-template-columns: 1fr; } }

/* â”€â”€ Card â”€â”€ */
.eg-card {
  display: flex;
  text-decoration: none;
  color: inherit;
}
.eg-card-inner {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  padding: 28px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
  width: 100%;
}
.eg-card-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0;
  border-radius: 20px;
  transition: opacity 0.4s ease;
  pointer-events: none;
  background: radial-gradient(circle at 50% 0%, rgba(147, 51, 234, 0.06) 0%, transparent 70%);
}
.eg-card-inner:hover::before { opacity: 1; }
.eg-card-inner:hover {
  box-shadow: 0 20px 60px -15px rgba(147, 51, 234, 0.12);
  transform: translateY(-4px);
  border-color: rgba(147, 51, 234, 0.15);
}

/* Progress bar at bottom on hover */
.eg-card-inner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(to right, #9333EA, #D4AF37);
  transition: width 0.5s ease;
}
.eg-card-inner:hover::after { width: 100%; }

/* â”€â”€ Card Header â”€â”€ */
.eg-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.eg-card-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(147, 51, 234, 0.08), rgba(212, 175, 55, 0.08));
  transition: transform 0.3s ease;
}
.eg-card-icon i {
  font-size: 24px;
  background: linear-gradient(135deg, #9333EA, #D4AF37);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.eg-card-inner:hover .eg-card-icon {
  transform: scale(1.1);
}

/* â”€â”€ Card Badges â”€â”€ */
.eg-card-badges {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.eg-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 999px;
  letter-spacing: 0.02em;
  font-family: 'DM Sans', sans-serif;
}
.eg-badge--level {
  background: rgba(147, 51, 234, 0.08);
  color: #9333EA;
  border: 1px solid rgba(147, 51, 234, 0.15);
}
.eg-badge--duration {
  background: rgba(13, 148, 136, 0.08);
  color: #0D9488;
  border: 1px solid rgba(13, 148, 136, 0.15);
}
.eg-badge--sections {
  background: rgba(212, 175, 55, 0.08);
  color: #B8941F;
  border: 1px solid rgba(212, 175, 55, 0.15);
}

/* â”€â”€ Card Content â”€â”€ */
.eg-card-title {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 8px;
  line-height: 1.3;
}
.eg-card-desc {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.7;
  margin: 0 0 16px;
  flex: 1;
}

/* â”€â”€ Card Meta Row â”€â”€ */
.eg-card-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.eg-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: #9ca3af;
  font-weight: 500;
}
.eg-meta-item i {
  font-size: 14px;
  color: #D4AF37;
}

/* â”€â”€ Card Footer â”€â”€ */
.eg-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.eg-price {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.eg-price--paid {
  color: #1f2937;
}
.eg-price--free {
  color: #0D9488;
}
.eg-price-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  color: #9ca3af;
  font-weight: 500;
  display: block;
  margin-top: 2px;
}
.eg-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 22px;
  border-radius: 999px;
  background: #1f2937;
  color: white;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.eg-card-cta i { font-size: 14px; transition: transform 0.2s ease; }
.eg-card-inner:hover .eg-card-cta {
  background: #111827;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.eg-card-inner:hover .eg-card-cta i { transform: translateX(2px); }

/* â”€â”€ Empty State â”€â”€ */
.eg-empty {
  text-align: center;
  padding: 80px 20px;
}
.eg-empty-icon {
  margin: 0 auto 20px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(147, 51, 234, 0.06), rgba(212, 175, 55, 0.06));
  display: flex;
  align-items: center;
  justify-content: center;
}
.eg-empty-icon i {
  font-size: 28px;
  color: #9ca3af;
}
.eg-empty h3 {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 8px;
}
.eg-empty p {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: #9ca3af;
  margin: 0;
}

/* â”€â”€ Pagination â”€â”€ */
.eg-pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.eg-pagination nav { display: flex; gap: 6px; }
.eg-pagination .page-link,
.eg-pagination nav a,
.eg-pagination nav span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 12px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #6b7280;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: all 0.2s ease;
  text-decoration: none;
}
.eg-pagination nav a:hover {
  color: #1f2937;
  border-color: rgba(147, 51, 234, 0.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.eg-pagination nav span[aria-current="page"],
.eg-pagination .page-item.active .page-link {
  background: #1f2937;
  color: white;
  border-color: #1f2937;
}
.eg-pagination nav span[aria-disabled="true"],
.eg-pagination .page-item.disabled .page-link {
  opacity: 0.4;
  cursor: not-allowed;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   CTA SECTION
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.eg-cta-section {
  padding: 0 0 80px;
  background: #FAFAF8;
}
.eg-cta-box {
  border-radius: 24px;
  padding: 3px;
  background: linear-gradient(135deg, rgba(147, 51, 234, 0.15), rgba(212, 175, 55, 0.15));
}
.eg-cta-inner {
  background: white;
  border-radius: 22px;
  padding: 48px 32px;
  text-align: center;
}
.eg-cta-icon {
  font-size: 40px;
  background: linear-gradient(135deg, #9333EA, #D4AF37);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
  margin-bottom: 16px;
}
.eg-cta-title {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 12px;
  line-height: 1.3;
}
@media(min-width:768px) { .eg-cta-title { font-size: 32px; } }
.eg-cta-desc {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: #6b7280;
  line-height: 1.7;
  margin: 0 auto 24px;
  max-width: 500px;
}
.eg-btn-gradient {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #9333EA, #D4AF37);
  color: white;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.eg-btn-gradient:hover {
  box-shadow: 0 8px 24px rgba(147, 51, 234, 0.3);
  transform: translateY(-1px);
}
.eg-btn-gradient i { font-size: 16px; }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   SCROLL REVEAL ANIMATION
   Only applied when JS adds 'eg-js' class to body
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.eg-js .eg-rv {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.eg-js .eg-rv.in {
  opacity: 1;
  transform: translateY(0);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   RESPONSIVE
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
@media(max-width:768px) {
  .eg-hero { padding: 100px 0 40px; }
  .eg-hero-title { font-size: 32px; }
  .eg-hero-sub { font-size: 14px; margin-bottom: 24px; }
  .eg-hero-stats { gap: 20px; }
  .eg-hero-stat-val { font-size: 22px; }
  .eg-hero-stat-divider { display: none; }
  .eg-cards-section { padding: 30px 0 60px; }
  .eg-card-inner { padding: 22px; }
  .eg-card-title { font-size: 19px; }
  .eg-card-footer { flex-direction: column; align-items: flex-start; }
  .eg-card-cta { width: 100%; justify-content: center; }
  .eg-cta-inner { padding: 36px 20px; }
  .eg-cta-title { font-size: 24px; }
  .eg-cta-section { padding-bottom: 60px; }
  .eg-filters { gap: 6px; }
  .eg-filter { padding: 6px 16px; font-size: 12px; }
}

