:root {
	--jad-red: #D62839;
	--jad-red-deep: #7A1220;
	--jad-amber: #F5A623;
	--jad-ink: #1C2333;
	--jad-cream: #FFF8F3;
	--jad-bg: #fff;
}

.jad-rcp-page { max-width: 1200px; margin: 0 auto; padding: 0 0 60px; font-family: 'Inter', -apple-system, sans-serif; color: var(--jad-ink); }
.jad-rcp-page h1, .jad-rcp-page h2, .jad-rcp-page h3 { font-family: 'Poppins', 'Inter', sans-serif; }

/* HERO */
.jad-rcp-hero {
	position: relative;
	background: linear-gradient(120deg, #FF3D5A, #D62839, #FF6B8B, #B0102B);
	background-size: 300% 300%;
	animation: jad-gradient-shift 12s ease infinite;
	padding: 46px 20px 54px;
	color: #fff;
	overflow: hidden;
}
@keyframes jad-gradient-shift {
	0%   { background-position: 0% 50%; }
	50%  { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}

/* Floating dot particles */
.jad-rcp-dots { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.jad-rcp-dots span {
	position: absolute; bottom: -20px; border-radius: 50%;
	background: rgba(255,255,255,.28);
	animation: jad-float linear infinite;
}
@keyframes jad-float {
	0%   { transform: translateY(0) translateX(0); opacity: 0; }
	10%  { opacity: 1; }
	90%  { opacity: 1; }
	100% { transform: translateY(-320px) translateX(var(--drift, 20px)); opacity: 0; }
}
.jad-rcp-dots span:nth-child(1)  { left: 4%;  width: 8px;  height: 8px;  animation-duration: 9s;  animation-delay: 0s;  --drift: 30px; }
.jad-rcp-dots span:nth-child(2)  { left: 12%; width: 5px;  height: 5px;  animation-duration: 7s;  animation-delay: 1s;  --drift: -20px; }
.jad-rcp-dots span:nth-child(3)  { left: 20%; width: 11px; height: 11px; animation-duration: 11s; animation-delay: 2s;  --drift: 15px; }
.jad-rcp-dots span:nth-child(4)  { left: 30%; width: 6px;  height: 6px;  animation-duration: 8s;  animation-delay: .5s; --drift: -30px; }
.jad-rcp-dots span:nth-child(5)  { left: 40%; width: 9px;  height: 9px;  animation-duration: 10s; animation-delay: 3s;  --drift: 25px; }
.jad-rcp-dots span:nth-child(6)  { left: 50%; width: 4px;  height: 4px;  animation-duration: 6s;  animation-delay: 1.5s;--drift: -15px; }
.jad-rcp-dots span:nth-child(7)  { left: 58%; width: 10px; height: 10px; animation-duration: 12s; animation-delay: 2.5s;--drift: 20px; }
.jad-rcp-dots span:nth-child(8)  { left: 66%; width: 7px;  height: 7px;  animation-duration: 9s;  animation-delay: 0s;  --drift: -25px; }
.jad-rcp-dots span:nth-child(9)  { left: 74%; width: 5px;  height: 5px;  animation-duration: 7.5s;animation-delay: 4s;  --drift: 10px; }
.jad-rcp-dots span:nth-child(10) { left: 82%; width: 12px; height: 12px; animation-duration: 13s; animation-delay: 1s;  --drift: -20px; }
.jad-rcp-dots span:nth-child(11) { left: 90%; width: 6px;  height: 6px;  animation-duration: 8.5s;animation-delay: 3.5s;--drift: 15px; }
.jad-rcp-dots span:nth-child(12) { left: 96%; width: 8px;  height: 8px;  animation-duration: 10.5s;animation-delay: 2s; --drift: -10px; }
.jad-rcp-dots span:nth-child(13) { left: 25%; width: 4px;  height: 4px;  animation-duration: 6.5s;animation-delay: 5s;  --drift: 20px; }
.jad-rcp-dots span:nth-child(14) { left: 70%; width: 5px;  height: 5px;  animation-duration: 7s;  animation-delay: 4.5s;--drift: -18px; }
@media (prefers-reduced-motion: reduce) {
	.jad-rcp-hero { animation: none; }
	.jad-rcp-dots span { animation: none; opacity: 0; }
}

.jad-rcp-hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; text-align: center; }
.jad-rcp-breadcrumb { font-size: 13px; opacity: .8; margin-bottom: 16px; font-weight: 500; }
.jad-rcp-breadcrumb a { color: #fff; text-decoration: none; }
.jad-rcp-breadcrumb span { margin: 0 6px; opacity: .7; }
.jad-rcp-title { font-size: 38px; font-weight: 800; margin: 0 0 18px; line-height: 1.16; letter-spacing: -0.01em; text-shadow: 0 2px 12px rgba(0,0,0,.15); }

.jad-rcp-count-badge {
	display: inline-flex; align-items: center; gap: 9px;
	background: rgba(0,0,0,.18); border: 1px solid rgba(255,255,255,.3);
	padding: 8px 18px 8px 14px; border-radius: 999px; margin-bottom: 20px;
}
.jad-rcp-live-dot {
	width: 8px; height: 8px; border-radius: 50%; background: #4ADE80; flex-shrink: 0;
	box-shadow: 0 0 0 rgba(74,222,128,.6); animation: jad-pulse 2s infinite;
}
@keyframes jad-pulse {
	0%   { box-shadow: 0 0 0 0 rgba(74,222,128,.55); }
	70%  { box-shadow: 0 0 0 8px rgba(74,222,128,0); }
	100% { box-shadow: 0 0 0 0 rgba(74,222,128,0); }
}
.jad-rcp-count-number { font-size: 17px; font-weight: 700; font-family: 'Poppins', sans-serif; }
.jad-rcp-count-label { font-size: 13px; opacity: .9; }
.jad-rcp-intro { max-width: 640px; margin: 0 auto 26px; font-size: 15.5px; line-height: 1.65; opacity: .95; }

.jad-rcp-search-bar { display: flex; align-items: center; max-width: 480px; margin: 0 auto; background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,.22); }
.jad-rcp-search-icon { color: #9CA3AF; margin-left: 16px; flex-shrink: 0; }
.jad-rcp-search-bar input { flex: 1; border: none; padding: 14px 12px; font-size: 14px; outline: none; color: var(--jad-ink); font-family: 'Inter', sans-serif; }
.jad-rcp-search-btn {
	border: 2px solid transparent; background: linear-gradient(135deg, #FF3D5A, #B0102B) !important; color: #fff !important;
	padding: 0 26px; height: 48px; font-weight: 700; cursor: pointer; font-family: 'Inter', sans-serif; font-size: 14.5px;
	transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.jad-rcp-search-btn:hover { background: #fff !important; color: var(--jad-red) !important; border-color: var(--jad-red); }

/* SHARE BUTTONS */
.jad-rcp-share-row { display: flex; justify-content: center; gap: 10px; margin-top: 16px; }
.jad-rcp-share-btn {
	display: inline-flex; align-items: center; gap: 6px;
	background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.35); color: #fff;
	font-size: 13px; font-weight: 600; padding: 7px 14px; border-radius: 999px; text-decoration: none;
	transition: background .15s ease;
}
.jad-rcp-share-btn:hover { background: rgba(255,255,255,.3); }

/* CATEGORY / REGION PILL BUTTONS - consistent red/pink brand, invert to white on hover */
.jad-rcp-pill-section, .jad-rcp-about-section { padding: 30px 20px 6px; max-width: 1100px; margin: 0 auto; }
.jad-rcp-pill-heading { font-size: 19px; font-weight: 700; color: var(--jad-ink); margin: 0 0 16px; }
.jad-rcp-pill-grid { display: flex; flex-wrap: wrap; gap: 12px; }
.jad-rcp-pill {
	display: inline-flex; align-items: center; gap: 8px;
	background: linear-gradient(135deg, #FF3D5A, #B0102B) !important; color: #fff !important; font-weight: 700; font-size: 14.5px;
	padding: 12px 20px; border-radius: 999px; text-decoration: none !important;
	border: 2px solid transparent;
	box-shadow: 0 4px 14px rgba(214,40,57,.18);
	transition: background .15s ease, color .15s ease, border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.jad-rcp-pill * { color: inherit !important; }
.jad-rcp-pill:hover, .jad-rcp-pill:hover * {
	background: #fff !important; color: var(--jad-red) !important; border-color: var(--jad-red);
}
.jad-rcp-pill:hover {
	transform: translateY(-3px); box-shadow: 0 8px 20px rgba(214,40,57,.22);
}
.jad-rcp-pill-icon { font-size: 17px; }

/* ABOUT SECTION - collapsed with See more */
.jad-rcp-about-text { max-height: 92px; overflow: hidden; position: relative; font-size: 15px; line-height: 1.7; color: #4B5563; }
.jad-rcp-about-text p { margin: 0 0 12px; }
.jad-rcp-about-text:not(.jad-expanded)::after {
	content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 40px;
	background: linear-gradient(rgba(255,255,255,0), #fff);
}
.jad-rcp-about-text.jad-expanded { max-height: none; }
.jad-rcp-see-more {
	margin-top: 10px; background: none; border: none; color: var(--jad-red); font-weight: 700; font-size: 14px;
	cursor: pointer; padding: 0; text-decoration: underline;
}

/* MAP */
.jad-rcp-map-section { padding: 24px 20px 6px; max-width: 1100px; margin: 0 auto; }
.jad-rcp-map { width: 100%; height: 260px; border: 0; border-radius: 14px; box-shadow: 0 2px 10px rgba(0,0,0,.08); }

/* SPOTLIGHT / TOP RATED CARD */
.jad-rcp-spotlight { padding: 0 20px 20px; }
.jad-rcp-spotlight-label { display: inline-block; font-size: 13px; font-weight: 700; color: var(--jad-red); margin-bottom: 10px; }
.jad-rcp-spotlight-card {
	display: flex; gap: 16px; align-items: center; background: linear-gradient(135deg,#FFF0EA,#FFF8F3);
	border: 1px solid #FBE3D8; border-radius: 16px; padding: 14px; text-decoration: none; color: inherit;
	transition: box-shadow .15s ease;
}
.jad-rcp-spotlight-card:hover { box-shadow: 0 8px 20px rgba(214,40,57,.12); }
.jad-rcp-spotlight-img { flex-shrink: 0; width: 110px; height: 90px; border-radius: 12px; overflow: hidden; }
.jad-rcp-spotlight-img img { width: 100%; height: 100%; object-fit: cover; }
.jad-rcp-spotlight-body h3 { font-size: 17px; margin: 0 0 4px; color: var(--jad-ink); }
.jad-rcp-spotlight-body p { font-size: 13px; color: #6b7280; margin: 0; }

@media (max-width: 640px) {
	.jad-rcp-trust-strip { gap: 12px; padding: 10px 16px; }
	.jad-rcp-trust-strip strong { font-size: 15px; }
}

/* TOOLBAR */
.jad-rcp-toolbar { display: flex; justify-content: space-between; align-items: center; padding: 0 20px; margin-bottom: 18px; }
.jad-rcp-result-count { font-weight: 600; color: #374151; }
.jad-rcp-sort a { margin-left: 14px; font-size: 14px; color: #e63950; text-decoration: none; font-weight: 600; }

/* GRID */
.jad-rcp-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; padding: 0 20px; }
.jad-rcp-card {
	position: relative; background: #fff; border-radius: 14px; overflow: hidden;
	box-shadow: 0 2px 10px rgba(0,0,0,.06);
	transition: transform .15s ease, box-shadow .15s ease;
}
.jad-rcp-card:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,.1); }
.jad-rcp-card-link { display: block; text-decoration: none; color: inherit; }
.jad-rcp-card-img { position: relative; aspect-ratio: 16/10; background: #f3f4f6; }
.jad-rcp-card-img img { width: 100%; height: 100%; object-fit: cover; }
.jad-rcp-card-img-placeholder { width: 100%; height: 100%; background: linear-gradient(135deg,#fde2e2,#fef3c7); }
.jad-rcp-badge-verified {
	position: absolute; top: 10px; left: 10px; background: #16a34a; color: #fff;
	font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 999px;
}
.jad-rcp-badge-new {
	position: absolute; top: 10px; right: 10px; background: var(--jad-amber); color: #fff;
	font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 999px;
}
.jad-rcp-card-body { padding: 14px 16px 50px; }
.jad-rcp-card-body h3 { font-size: 16px; margin: 0 0 6px; color: #1f2937; }
.jad-rcp-card-addr, .jad-rcp-card-phone { font-size: 13px; color: #6b7280; margin: 2px 0; }
.jad-rcp-whatsapp-btn {
	position: absolute; left: 16px; right: 16px; bottom: 14px;
	display: flex; align-items: center; justify-content: center; gap: 6px;
	background: #25D366; color: #fff; font-weight: 700; font-size: 13px;
	padding: 8px; border-radius: 8px; text-decoration: none;
}
.jad-rcp-whatsapp-btn:hover { background: #1DA851; }

/* EMPTY STATE */
.jad-rcp-empty { text-align: center; padding: 60px 20px; }
.jad-rcp-cta {
	display: inline-block; margin-top: 12px; background: #e63950; color: #fff;
	padding: 12px 24px; border-radius: 8px; text-decoration: none; font-weight: 700;
}

/* PAGINATION */
.jad-rcp-pagination { display: flex; justify-content: center; gap: 6px; margin: 30px 0; }
.jad-rcp-pagination a, .jad-rcp-pagination span { padding: 8px 14px; border-radius: 8px; background: #f3f4f6; text-decoration: none; color: #374151; font-size: 14px; }
.jad-rcp-pagination .current { background: #e63950; color: #fff; }

/* RELATED */
.jad-rcp-related { padding: 30px 20px 0; }
.jad-rcp-related-block { margin-bottom: 26px; }
.jad-rcp-related-block h2 { font-size: 18px; margin-bottom: 12px; color: #1f2937; }
.jad-rcp-chip-list { display: flex; flex-wrap: wrap; gap: 8px; }
.jad-rcp-chip {
	background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca; font-size: 13px;
	padding: 7px 14px; border-radius: 999px; text-decoration: none; font-weight: 600;
}
.jad-rcp-chip:hover { background: #e63950; color: #fff; border-color: #e63950; }

/* FAQ ACCORDION - pink themed, real card weight */
.jad-rcp-faq-section { padding: 34px 20px 10px; max-width: 900px; margin: 0 auto; }
.jad-rcp-faq-list { display: flex; flex-direction: column; gap: 12px; }
.jad-rcp-faq-item {
	background: #fff !important; border: 1px solid #FFD6DD; border-radius: 14px; overflow: hidden;
	box-shadow: 0 3px 12px rgba(214,40,57,.07);
	border-left: 4px solid var(--jad-red) !important;
	transition: box-shadow .15s ease;
}
.jad-rcp-faq-item[open] { box-shadow: 0 8px 22px rgba(214,40,57,.14); }
.jad-rcp-faq-item summary {
	list-style: none; cursor: pointer; padding: 18px 20px; font-weight: 700; color: var(--jad-ink) !important;
	display: flex; align-items: center; justify-content: space-between; gap: 14px; font-size: 15.5px;
	background: linear-gradient(90deg, #FFF0F2, #fff);
}
.jad-rcp-faq-item summary::-webkit-details-marker { display: none; }
.jad-rcp-faq-toggle {
	flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%;
	background: linear-gradient(135deg, #FF3D5A, #B0102B) !important; color: #fff !important;
	display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 400;
	transition: transform .25s ease;
}
.jad-rcp-faq-item[open] .jad-rcp-faq-toggle { transform: rotate(135deg); }
.jad-rcp-faq-answer { padding: 6px 20px 20px 20px; font-size: 14.5px; line-height: 1.65; color: #4B5563 !important; }

@media (max-width: 640px) {
	.jad-rcp-title { font-size: 24px; }
	.jad-rcp-toolbar { flex-direction: column; gap: 10px; align-items: flex-start; }
}
