/* YONDR — Recommended Profiles carousel on Discover/For You */
.yondr-recommended-profiles {
  position: relative;
  margin: 16px 0 20px;
  padding: 0;
}
.yondr-recommended-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 4px 10px;
  color: #0b1438;
}
.yondr-recommended-head span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(91, 75, 255, .10);
  color: #6c45f6;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.yondr-recommended-head strong {
  font-size: 13px;
  color: rgba(13, 20, 51, .68);
  font-weight: 800;
}
.yondr-recommended-track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 2px 2px 8px;
}
.yondr-recommended-track::-webkit-scrollbar { display: none; }
.yondr-recommended-card {
  position: relative;
  flex: 0 0 min(100%, 680px);
  height: clamp(360px, 58vw, 500px);
  max-height: 520px;
  min-height: 360px;
  border-radius: 30px;
  overflow: hidden;
  background: #070b25;
  box-shadow: 0 18px 44px rgba(10, 16, 45, .18);
  scroll-snap-align: center;
  isolation: isolate;
}
.yondr-recommended-profile-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.yondr-recommended-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
}
.yondr-recommended-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(6,10,34,.06) 0%, rgba(6,10,34,.14) 42%, rgba(6,10,34,.78) 100%),
    radial-gradient(circle at 100% 65%, rgba(111, 73, 255, .25), rgba(0,0,0,0) 35%);
}
.yondr-recommended-topline,
.yondr-recommended-score,
.yondr-recommended-info,
.yondr-recommended-contact {
  position: absolute;
  z-index: 4;
}
.yondr-recommended-topline {
  top: 18px;
  left: 18px;
  right: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
.yondr-recommended-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2468ff 0%, #973ef4 100%);
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(95, 76, 255, .28);
}
.yondr-recommended-heart {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 0;
  background: rgba(7, 10, 30, .34);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.20), 0 12px 24px rgba(0,0,0,.18);
  pointer-events: auto;
}
.yondr-recommended-heart:hover,
.yondr-recommended-heart.is-liked {
  background: linear-gradient(135deg, #2468ff 0%, #973ef4 100%);
  color: #fff;
}
.yondr-recommended-score {
  top: 86px;
  left: 18px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: conic-gradient(#2276ff calc(var(--score, 92) * 1%), rgba(255,255,255,.32) 0);
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
}
.yondr-recommended-score:before {
  content: '';
  position: absolute;
  inset: 6px;
  border-radius: inherit;
  background: rgba(5, 9, 29, .58);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.yondr-recommended-score b,
.yondr-recommended-score small { position: relative; z-index: 1; }
.yondr-recommended-score b { font-size: 22px; line-height: 1; font-weight: 950; }
.yondr-recommended-score small { margin-top: 2px; font-size: 10px; font-weight: 900; }
.yondr-recommended-info {
  left: 24px;
  right: 112px;
  bottom: 26px;
  color: #fff;
}
.yondr-recommended-info h3 {
  margin: 0 0 7px;
  color: #fff;
  font-size: clamp(30px, 6vw, 46px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.04em;
  text-shadow: 0 3px 18px rgba(0,0,0,.32);
}
.yondr-recommended-info p {
  margin: 0 0 10px;
  color: rgba(255,255,255,.94);
  font-size: clamp(15px, 3.5vw, 20px);
  line-height: 1.25;
  font-weight: 800;
}
.yondr-recommended-info em {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 16px;
  color: rgba(255,255,255,.88);
  font-style: normal;
  font-size: 15px;
  font-weight: 700;
}
.yondr-verified-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: .72em;
  height: .72em;
  border-radius: 50%;
  margin-left: 6px;
  background: #1685ff;
  color: #fff;
  font-size: .46em;
  vertical-align: middle;
  box-shadow: 0 0 0 3px rgba(255,255,255,.18);
}
.yondr-recommended-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.yondr-recommended-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: #27304e;
  font-size: 13px;
  font-weight: 900;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.yondr-recommended-contact {
  right: 18px;
  bottom: 30px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: #fff;
  text-decoration: none;
  z-index: 5;
}
.yondr-recommended-contact i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2468ff 0%, #973ef4 100%);
  font-style: normal;
  font-size: 34px;
  box-shadow: 0 15px 36px rgba(91, 75, 255, .42);
}
.yondr-recommended-contact span {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(4, 7, 24, .55);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.yondr-recommended-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 8px 0 0;
}
.yondr-recommended-dots span {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(10,16,45,.18);
  transition: all .18s ease;
}
.yondr-recommended-dots span.active {
  width: 26px;
  background: linear-gradient(90deg, #2468ff, #973ef4);
}
@media (max-width: 600px) {
  .yonder-premium-discover-page .yondr-recommended-profiles {
    margin-top: 10px;
    margin-left: -2px;
    margin-right: -2px;
  }
  .yondr-recommended-head {
    display: none;
  }
  .yondr-recommended-track {
    gap: 12px;
    padding: 0 0 8px;
  }
  .yondr-recommended-card {
    flex-basis: 100%;
    height: min(76vh, 520px);
    min-height: 430px;
    border-radius: 28px;
  }
  .yondr-recommended-badge { font-size: 12px; padding: 7px 12px; }
  .yondr-recommended-heart { width: 46px; height: 46px; }
  .yondr-recommended-score { top: 74px; width: 66px; height: 66px; }
  .yondr-recommended-score b { font-size: 20px; }
  .yondr-recommended-info { left: 18px; right: 100px; bottom: 22px; }
  .yondr-recommended-info h3 { font-size: 36px; }
  .yondr-recommended-info p { font-size: 16px; }
  .yondr-recommended-info em { font-size: 14px; margin-bottom: 12px; }
  .yondr-recommended-tags { gap: 6px; }
  .yondr-recommended-tags span { min-height: 28px; padding: 6px 10px; font-size: 12px; }
  .yondr-recommended-contact { right: 14px; bottom: 24px; }
  .yondr-recommended-contact i { width: 70px; height: 70px; font-size: 30px; }
}
@media (max-width: 390px) {
  .yondr-recommended-card { min-height: 400px; }
  .yondr-recommended-info h3 { font-size: 30px; }
  .yondr-recommended-info p { font-size: 14px; }
  .yondr-recommended-info { right: 92px; }
  .yondr-recommended-contact i { width: 62px; height: 62px; font-size: 26px; }
}
