/* Featured brides / grooms sections */
.rs-featured-section {
  position: relative;
  padding: 52px 16px 56px;
  background:
    radial-gradient(circle at 15% 20%, rgba(251, 113, 133, 0.08) 0%, transparent 40%),
    radial-gradient(circle at 85% 30%, rgba(251, 113, 133, 0.06) 0%, transparent 35%),
    linear-gradient(180deg, #fff5f8 0%, #fff 100%);
  overflow: hidden;
}

.rs-featured-section::before,
.rs-featured-section::after {
  content: '♥';
  position: absolute;
  color: rgba(225, 29, 72, 0.06);
  font-size: 120px;
  line-height: 1;
  pointer-events: none;
  z-index: 0;
}

.rs-featured-section::before {
  top: 8%;
  left: 4%;
  transform: rotate(-18deg);
}

.rs-featured-section::after {
  bottom: 6%;
  right: 5%;
  transform: rotate(14deg);
}

.rs-featured-section + .rs-featured-section {
  background:
    radial-gradient(circle at 85% 20%, rgba(249, 115, 22, 0.07) 0%, transparent 40%),
    linear-gradient(180deg, #fff 0%, #fff8f4 100%);
}

.rs-featured-inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
}

.rs-featured-head {
  text-align: center;
  margin-bottom: 28px;
}

.rs-featured-head-deco {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 8px;
}

.rs-featured-head-deco span {
  width: 56px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d4b0ba, transparent);
}

.rs-featured-head-deco i {
  color: #e11d48;
  font-size: 12px;
}

.rs-featured-title {
  margin: 0 0 8px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 800;
  color: #1e3a5f;
  line-height: 1.15;
}

.rs-featured-title span {
  color: #e11d48;
}

.rs-featured-sub {
  margin: 0 auto;
  max-width: 560px;
  font-size: 15px;
  line-height: 1.55;
  color: #6b7280;
}

.rs-featured-hearts {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  color: #e11d48;
  font-size: 14px;
}

.rs-featured-hearts span:nth-child(2) {
  font-size: 11px;
  opacity: 0.85;
}

.rs-featured-empty {
  text-align: center;
  color: #6b7280;
  margin: 0 0 24px;
}

.rs-featured-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.rs-profile-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(225, 29, 72, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rs-profile-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(225, 29, 72, 0.12);
}

.rs-profile-photo {
  position: relative;
  aspect-ratio: 4 / 4.6;
  overflow: hidden;
  background: #f3f4f6;
}

.rs-profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rs-profile-verified {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px 4px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: #e11d48;
  font-size: 11px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.rs-profile-verified i {
  font-size: 12px;
}

.rs-profile-like {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: #51071B;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.rs-profile-body {
  padding: 14px 14px 16px;
  text-align: center;
}

.rs-profile-name {
  margin: 0 0 4px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 17px;
  font-weight: 700;
  color: #1e3a5f;
  line-height: 1.25;
}

.rs-profile-id {
  font-size: 13px;
  font-weight: 700;
  color: #e11d48;
  margin-bottom: 10px;
}

.rs-profile-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 12px;
  margin-bottom: 14px;
  font-size: 11px;
  color: #6b7280;
}

.rs-profile-meta span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.rs-profile-meta i {
  color: #51071B;
  font-size: 11px;
}

.rs-profile-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 42px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f97316 0%, #e11d48 55%, #51071B 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(225, 29, 72, 0.25);
  transition: filter 0.2s;
}

.rs-profile-btn:hover {
  filter: brightness(0.96);
  color: #fff;
}

.rs-profile-btn i {
  font-size: 11px;
}

.rs-featured-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.rs-featured-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  border: 1.5px solid #51071B;
  border-radius: 999px;
  background: #fff;
  color: #e11d48;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}

.rs-featured-more:hover {
  background: #f5e9ed;
  border-color: #51071B;
  color: #e11d48;
}

.rs-featured-more i {
  font-size: 14px;
}

@media (max-width: 1024px) {
  .rs-featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile: horizontal swipe carousel for featured brides / grooms */
@media (max-width: 768px) {
  .rs-featured-section {
    padding: 36px 0 44px;
  }

  .rs-featured-inner {
    max-width: none;
  }

  .rs-featured-head {
    padding: 0 16px;
    margin-bottom: 18px;
  }

  .rs-featured-empty {
    padding: 0 16px;
  }

  .rs-featured-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 14px;
    max-width: none;
    margin: 0;
    padding: 4px 16px 14px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 16px;
    overscroll-behavior-x: contain;
    scrollbar-width: none; /* Firefox */
  }

  .rs-featured-grid::-webkit-scrollbar {
    display: none; /* Chrome / Safari */
  }

  .rs-featured-grid > .rs-profile-card {
    flex: 0 0 min(78vw, 300px);
    width: min(78vw, 300px);
    max-width: 300px;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .rs-profile-card:hover {
    transform: none;
  }

  .rs-profile-meta {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 10px;
  }

  .rs-featured-more-wrap {
    padding: 0 16px;
    margin-top: 20px;
  }
}

@media (max-width: 560px) {
  .rs-featured-grid > .rs-profile-card {
    flex: 0 0 82vw;
    width: 82vw;
    max-width: none;
  }
}
