:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-bd9d0bc *//* Dış alan */
.mkc-section {
  padding: 40px 20px;
  display: flex;
  justify-content: center;
}

/* Kart yapısı */
.mkc-inner {
  max-width: 900px;
  width: 100%;
  background: radial-gradient(circle at top left, #0f172a, #020617);
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.5);
  color: #e5e7eb;
  border: 1px solid rgba(148, 163, 184, 0.25);
}

/* Üst rozet */
.mkc-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.12);
  color: #5eead4;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

/* Başlık */
.mkc-title {
  font-size: 1.7rem;
  line-height: 1.3;
  margin: 0 0 18px 0;
  color: #f9fafb;
}

/* Paragraflar */
.mkc-text {
  font-size: 0.98rem;
  line-height: 1.7;
  margin-bottom: 12px;
  color: #e5e7eb;
}

.mkc-text strong {
  color: #a5b4fc;
  font-weight: 600;
}

/* Vurgu cümlesi */
.mkc-highlight {
  margin-top: 16px;
  margin-bottom: 22px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(56, 189, 248, 0.07);
  border: 1px dashed rgba(56, 189, 248, 0.35);
  color: #e0f2fe;
  font-size: 0.98rem;
}

/* Link buton alanı */
.mkc-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

/* Genel buton stili */
.mkc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.2s ease;
  white-space: nowrap;
}

/* Ana buton */
.mkc-btn-primary {
  background: linear-gradient(135deg, #22c55e, #0ea5e9);
  color: #0b1120;
  box-shadow: 0 10px 25px rgba(34, 197, 94, 0.35);
}

.mkc-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(34, 197, 94, 0.5);
}

/* İkincil butonlar */
.mkc-btn-ghost {
  background: transparent;
  color: #e5e7eb;
  border-color: rgba(148, 163, 184, 0.55);
}

.mkc-btn-ghost:hover {
  background: rgba(15, 23, 42, 0.85);
  border-color: #a5b4fc;
}

/* Alt not */
.mkc-meta-note {
  font-size: 0.78rem;
  color: #9ca3af;
  margin: 0;
}

/* Mobil uyum */
@media (max-width: 768px) {
  .mkc-inner {
    padding: 24px 18px;
  }

  .mkc-title {
    font-size: 1.4rem;
  }

  .mkc-links {
    flex-direction: column;
    align-items: stretch;
  }

  .mkc-btn {
    width: 100%;
  }
}/* End custom CSS */