/*
Theme Name: RFStar
Theme URI: https://renufeatures.com
Description: RFStar — the in-house theme for Renu Features (content creation, video creation & allied services). Child theme of Kadence.
Author: Renu Features
Template: kadence
Version: 1.3.1
Text Domain: rfstar
*/

/* ---------------------------------------------------------
   RFStar brand styling — colorful, card-based section design
   --------------------------------------------------------- */

/* Generous section rhythm */
.rf-section {
	padding-top: 4.5rem;
	padding-bottom: 4.5rem;
}

/* Hero */
.rf-hero {
	padding-top: 5.5rem;
	padding-bottom: 5.5rem;
}
.rf-hero h1,
.rf-hero h2 {
	color: #FFFFFF !important;
}
.rf-hero p {
	color: #E7ECF2 !important;
	font-size: 1.15rem;
}
.rf-hero .wp-block-buttons {
	margin-top: 1.5rem;
}

/* Cards used in "What we do" columns */
.rf-card {
	background: #FFFFFF;
	border-radius: 12px;
	padding: 2rem 1.75rem;
	box-shadow: 0 2px 14px rgba(18, 38, 63, 0.08);
	border-top: 4px solid var(--wp--preset--color--accent);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
	height: 100%;
}
.rf-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 24px rgba(18, 38, 63, 0.14);
}
.rf-card.rf-card-teal {
	border-top-color: var(--wp--preset--color--teal);
}
.rf-card h3 {
	margin-top: 0;
	color: var(--wp--preset--color--primary-dark);
}

/* Pill badges for "Also part of the toolkit" */
.rf-pill-list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	padding-left: 0;
	margin: 1.5rem 0 0;
}
.rf-pill-list li {
	background: #FFFFFF;
	border: 1px solid rgba(18, 38, 63, 0.12);
	color: var(--wp--preset--color--primary-dark);
	padding: 0.6rem 1.25rem;
	border-radius: 999px;
	font-weight: 600;
	font-size: 0.95rem;
	box-shadow: 0 1px 4px rgba(18, 38, 63, 0.06);
}

/* Checkmark list for "Why Renu Features" */
.rf-check-list {
	list-style: none;
	padding-left: 0;
	margin-top: 1.5rem;
}
.rf-check-list li {
	position: relative;
	padding-left: 2.25rem;
	margin-bottom: 1rem;
	color: var(--wp--preset--color--foreground);
}
.rf-check-list li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	top: 0;
	width: 1.6rem;
	height: 1.6rem;
	background: var(--wp--preset--color--teal);
	color: #FFFFFF;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.85rem;
	font-weight: 700;
}

/* CTA band */
.rf-cta-band h2,
.rf-cta-band p {
	color: #FFFFFF !important;
}

/* Buttons */
.wp-block-button__link {
	border-radius: 8px !important;
	font-weight: 600;
	padding: 0.8rem 1.75rem !important;
}
.rf-btn-outline .wp-block-button__link {
	background: transparent !important;
	border: 2px solid #FFFFFF;
	color: #FFFFFF !important;
}
.rf-btn-outline .wp-block-button__link:hover {
	background: rgba(255, 255, 255, 0.12) !important;
}

/* Service archive / single cards a touch livelier */
.wp-block-post-title a {
	color: var(--wp--preset--color--primary-dark);
}

@media (max-width: 782px) {
	.rf-hero, .rf-section { padding-top: 3rem; padding-bottom: 3rem; }
}

/* Hide Kadence's default plain page-title banner on the homepage —
   the colorful hero section below it already carries the heading. */
body.home .entry-hero.page-hero-section {
	display: none;
}
