/* Profil kartı — link-in-bio teması */
.mh-profile-card {
  background: var(--mh-card, #fff);
  border-radius: var(--mh-radius, 20px);
  box-shadow: var(--mh-shadow, 0 8px 24px rgba(44, 62, 80, 0.08));
  padding: 1.1rem 1.25rem;
  margin-bottom: 0.85rem;
  border: 1px solid var(--mh-border, rgba(230, 126, 34, 0.12));
}

.mh-profile-card__hdr {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.mh-profile-card__avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.mh-profile-card__info {
  flex: 1;
  min-width: 0;
}

.mh-profile-card__name {
  margin: 0 0 0.35rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
}

.mh-profile-card__status {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.88rem;
  color: var(--mh-text-muted, #7f8c8d);
  font-weight: 500;
}

.mh-profile-card__dot {
  opacity: 0.5;
}

.mh-profile-card__online {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--mh-green, #2ecc71);
  box-shadow: 0 0 0 2px rgba(46, 204, 113, 0.25);
  margin-left: 0.15rem;
}

.mh-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
}

.mh-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.75rem;
  background: var(--mh-card, #fff);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 500;
  color: #2c3e50;
  border: 1px solid rgba(127, 140, 141, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  line-height: 1.2;
}

.mh-tag .fa {
  color: var(--mh-orange, #e67e22);
  font-size: 0.8rem;
  width: 1em;
  text-align: center;
}

.mh-cta-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  margin-bottom: 0.85rem;
}

.mh-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  color: #1a1a1a;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.mh-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  color: #1a1a1a;
}

.mh-cta--call {
  background: var(--mh-orange, #e67e22);
}

.mh-cta--call .fa {
  color: #2c3e50;
}

.mh-cta--wa {
  background: var(--mh-green, #2ecc71);
}

.mh-cta--wa .fa {
  color: #fff;
  font-size: 1.15rem;
}

.mh-about-card {
  background: var(--mh-card, #fff);
  border-radius: var(--mh-radius, 20px);
  padding: 1.1rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid var(--mh-border, rgba(230, 126, 34, 0.12));
  box-shadow: var(--mh-shadow, 0 8px 24px rgba(44, 62, 80, 0.08));
}

.mh-about-card__label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mh-orange, #e67e22);
  margin-bottom: 0.65rem;
}

.mh-about-card__text {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.6;
  color: #4a5568;
}

/* Sabit WhatsApp — sağ alt yuvarlak */
.mh-wa-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25d366;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 30px;
  line-height: 60px;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mh-wa-float:hover {
  color: #fff;
  transform: scale(1.06);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.55);
}

.mh-wa-float .fa {
  line-height: 60px;
}

@media (max-width: 380px) {
  .mh-tag {
    font-size: 0.68rem;
    padding: 0.4rem 0.6rem;
  }

  .mh-profile-card__name {
    font-size: 1.2rem;
  }
}
