/*
Theme Name: Rental Prime Escuro
Theme URI: https://rentalprime.com.br
Author: Rental Prime
Author URI: https://rentalprime.com.br
Description: Versão escura do tema da Rental Prime - locação de geradores de energia, serviços de caminhão Munck, venda de equipamentos e atendimento a diversos setores com agilidade e segurança.
Version: 1.0.1
Requires at least: 5.0
Tested up to: 6.6
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rental-prime-escuro
Tags: business, corporate, one-column, custom-logo, custom-menu, featured-images, translation-ready, dark
*/

/* ===== Variáveis (Tema Escuro) ===== */
:root {
	--rp-bg: #0d0d10;
	--rp-red: #c92e29;
	--rp-red-dark: #840404;
	--rp-gray-light: #1b1b20;
	--rp-text: #d3d3d8;
	--rp-white: #23232a;
	--rp-black: #0d0d10;
	--rp-heading: #f1f1f4;
	--rp-border: #3a3a42;
	--rp-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
	--rp-radius: 10px;
	--rp-container: 1200px;
}

/* ===== Reset ===== */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: var(--rp-text);
	background: var(--rp-bg);
	-webkit-font-smoothing: antialiased;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: var(--rp-red);
	text-decoration: none;
	transition: color 0.2s ease;
}

a:hover {
	color: var(--rp-red-dark);
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em;
	line-height: 1.05;
	color: var(--rp-heading);
	font-weight: 800;
}

p {
	margin: 0 0 1em;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

button,
input,
textarea {
	font-family: inherit;
}

/* ===== Utilitários ===== */
.rp-container {
	max-width: var(--rp-container);
	margin: 0 auto;
	padding: 0 20px;
}

.rp-section {
	padding: 32px 0;
}

.rp-section--gray {
	background: var(--rp-gray-light);
}

.rp-section-title {
	font-size: clamp(24px, 3.5vw, 34px);
	text-align: center;
	margin-bottom: 12px;
}

.rp-section-subtitle {
	text-align: center;
	max-width: 640px;
	margin: 0 auto 40px;
	font-size: 17px;
}

.rp-eyebrow {
	display: block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--rp-red);
	margin-bottom: 8px;
}

.rp-eyebrow--center {
	text-align: center;
}

/* ===== Botões ===== */
.rp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 26px;
	border-radius: 8px;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.2;
	border: 2px solid transparent;
	cursor: pointer;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.15s ease;
}

.rp-btn:hover {
	transform: translateY(-2px);
}

.rp-btn--whatsapp {
	background: #25d366;
	color: #fff;
	border-color: #25d366;
}

.rp-btn--whatsapp:hover {
	background: #1fb356;
	color: #fff;
	border-color: #1fb356;
}

.rp-btn--outline {
	background: transparent;
	color: var(--rp-red);
	border-color: var(--rp-red);
}

.rp-btn--outline:hover {
	background: var(--rp-red);
	color: #fff;
}

.rp-btn--dark {
	background: var(--rp-red);
	color: #fff;
	border-color: var(--rp-red);
}

.rp-btn--dark:hover {
	background: var(--rp-red-dark);
	color: #fff;
	border-color: var(--rp-red-dark);
}

.rp-btn svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
	flex: 0 0 auto;
}

.rp-hero__content .rp-btn {
	font-size: 16px;
	background: var(--rp-red);
	border-color: var(--rp-red);
	color: #fff;
}

.rp-hero__content .rp-btn:hover {
	background: var(--rp-red-dark);
	border-color: var(--rp-red-dark);
	color: #fff;
}

/* ===== Header ===== */
.rp-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: var(--rp-red-dark);
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

.rp-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 74px;
}

.rp-header__logo {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	max-width: 180px;
}

.rp-header__logo img {
	max-height: 56px;
	width: auto;
}

.rp-header__logo .custom-logo {
	max-height: 56px;
	width: auto;
}

.rp-header__logo h1,
.rp-header__logo p {
	margin: 0;
	font-size: 22px;
	letter-spacing: 1px;
	color: var(--rp-heading);
}

.rp-header__logo a {
	color: var(--rp-heading);
}

/* Navegação */
.rp-header__nav {
	display: none;
}

.rp-header__nav ul {
	display: flex;
	align-items: center;
	gap: 6px;
}

.rp-header__nav li a {
	display: block;
	padding: 10px 14px;
	color: rgba(255, 255, 255, 0.85);
	font-weight: 600;
	font-size: 15px;
	border-radius: 6px;
}

.rp-header__nav li a:hover,
.rp-header__nav li.current-menu-item > a {
	color: #fff;
	background: rgba(255, 255, 255, 0.15);
}

.rp-header__cta {
	display: none;
}

/* Botão hambúrguer */
.rp-toggle {
	display: inline-flex;
	flex-direction: column;
	gap: 5px;
	background: none;
	border: none;
	padding: 10px;
	cursor: pointer;
}

.rp-toggle span {
	display: block;
	width: 26px;
	height: 3px;
	background: #fff;
	border-radius: 3px;
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.rp-toggle[aria-expanded="true"] span:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}

.rp-toggle[aria-expanded="true"] span:nth-child(2) {
	opacity: 0;
}

.rp-toggle[aria-expanded="true"] span:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}

/* Menu mobile */
.rp-nav-mobile {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: var(--rp-red-dark);
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
	padding: 12px 20px 20px;
}

.rp-nav-mobile.is-open {
	display: block;
}

.rp-nav-mobile ul li a {
	display: block;
	padding: 12px 8px;
	color: rgba(255, 255, 255, 0.85);
	font-weight: 600;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.rp-nav-mobile ul li a:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
}

.rp-nav-mobile .rp-header__cta {
	display: block;
	margin-top: 16px;
	text-align: center;
}

.rp-nav-mobile .rp-header__cta .rp-btn {
	width: 100%;
}

.rp-header__cta .rp-btn {
	border-radius: 8px;
}

/* ===== Banner ===== */
.rp-hero {
	background: var(--rp-black);
	overflow: hidden;
}

.rp-hero__slider {
	position: relative;
	height: 480px;
}

.rp-hero__track {
	position: relative;
	height: 100%;
}

.rp-hero__grid {
	display: grid;
	grid-template-columns: 1fr;
	align-items: stretch;
	position: absolute;
	inset: 0;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.5s ease, visibility 0.5s ease;
}

.rp-hero__grid.is-active {
	position: relative;
	inset: auto;
	height: 100%;
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.rp-hero__grid::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, rgba(13, 13, 16, 1), rgba(13, 13, 16, 0));
	z-index: 2;
	pointer-events: none;
}

.rp-hero__content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0, -50%);
	text-align: left;
	z-index: 3;
	max-width: 720px;
}

.rp-hero__text-1 {
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 1px;
	color: var(--rp-text);
	line-height: 1.3;
	margin: 0 0 4px;
}

.rp-hero__text-2 {
	font-size: clamp(24px, 4vw, 40px);
	line-height: 1.1;
	color: var(--rp-red);
	font-weight: 700;
	margin: 0 0 8px;
}

.rp-hero__text-3 {
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 1px;
	color: var(--rp-text);
	line-height: 1.3;
	margin: 0 0 10px;
}

.rp-hero__text-4 {
	font-size: 19px;
	line-height: 1.5;
	margin: 0 0 18px;
	max-width: 520px;
}

.rp-hero__media {
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.rp-hero__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right center;
}

.rp-hero__media::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 40%;
	max-width: 140px;
	min-width: 48px;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0));
	z-index: 2;
	pointer-events: none;
}

/* Pontos do slider */
.rp-hero__dots {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	padding: 18px 0 26px;
	z-index: 4;
	pointer-events: none;
}

.rp-hero__dots button {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 2px solid #a0a0a0;
	background: transparent;
	cursor: pointer;
	padding: 0;
	pointer-events: auto;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.rp-hero__dots button.is-active {
	background: var(--rp-red);
	border-color: var(--rp-red);
	transform: scale(1.25);
}

/* ===== Banner Quem Somos ===== */
.rp-qs-hero {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr;
	align-items: stretch;
}

.rp-qs-hero__media {
	position: relative;
	min-height: 260px;
	overflow: hidden;
}

.rp-qs-hero__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.rp-qs-hero__content {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	z-index: 2;
}

.rp-qs-hero__text {
	background: #ffffff;
	color: #1b1b20;
	padding: 56px 44px;
	max-width: 100%;
	width: 100%;
	height: 100%;
	min-height: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	clip-path: polygon(0 2%, 100% 0, 100% 98%, 0 100%);
}

.rp-qs-hero__title {
	font-size: clamp(28px, 4vw, 44px);
	line-height: 1.1;
	color: #1b1b20;
	margin: 0 0 16px;
	font-weight: 700;
}

.rp-qs-hero__desc {
	font-size: 17px;
	line-height: 1.6;
	color: #33333c;
	margin: 0;
}

.rp-qs-hero__text p {
	margin: 0 0 1.6em;
}

.rp-qs-hero__text p:last-child {
	margin: 0;
}

/* ===== Seção Serviços ===== */
.rp-services {
	background: #fdfdfd;
}

.rp-services .rp-section-title {
	color: #1b1b20;
}

.rp-services .rp-card {
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.rp-services .rp-card__title {
	color: #1b1b20;
	margin-top: 20px;
}

.rp-services .rp-card__text {
	color: #555;
}

.rp-services__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
	margin-top: 8px;
}

.rp-card {
	position: relative;
	background: var(--rp-white);
	border-radius: var(--rp-radius);
	overflow: hidden;
	box-shadow: var(--rp-shadow);
	display: flex;
	flex-direction: column;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.rp-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.55);
}

.rp-card__icon {
	position: absolute;
	top: 196px;
	left: 20px;
	z-index: 3;
	width: 48px;
	height: 48px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
	display: flex;
	align-items: center;
	justify-content: center;
}

.rp-card__icon i {
	font-size: 20px;
	color: var(--rp-red);
}

.rp-card__media {
	overflow: hidden;
}

.rp-card__media img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.rp-card:hover .rp-card__media img {
	transform: scale(1.05);
}

.rp-card__body {
	padding: 22px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.rp-card__title {
	font-size: 20px;
	margin-bottom: 10px;
}

.rp-card__text {
	font-size: 15px;
	margin-bottom: 18px;
	flex: 1;
}

.rp-card__btn {
	align-self: flex-start;
}

.rp-card__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--rp-red);
	font-weight: 700;
	font-size: 15px;
}

.rp-card__link svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
	transition: transform 0.2s ease;
}

.rp-card__link:hover {
	color: var(--rp-red-dark);
}

.rp-card__link:hover svg {
	transform: translateX(4px);
}

/* ===== Seção Por que escolher ===== */
.rp-reasons {
	background: #ffffff;
}

.rp-reasons .rp-container {
	background: #f4f5f8;
	padding-top: 40px;
	padding-bottom: 24px;
}

.rp-reasons .rp-section-title {
	color: #1b1b20;
}

.rp-reasons__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
}

.rp-reasons .rp-reason {
	background: #f4f5f8;
	box-shadow: none;
	position: relative;
}

.rp-reasons .rp-reason + .rp-reason::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 1px;
	background: #d9dce2;
}

.rp-reasons .rp-reason h3 {
	color: #1b1b20;
}

.rp-reason {
	text-align: center;
	background: var(--rp-gray-light);
	padding: 32px 20px 10px;
}

.rp-reason h3 {
	margin: 0;
}

.rp-reason__icon {
	width: auto;
	height: auto;
	margin: 0 auto 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rp-reason__icon svg {
	width: 48px;
	height: 48px;
	fill: var(--rp-red);
}

.rp-reason__icon i.fas,
.rp-reason__icon i.fa-solid,
.rp-reason__icon i.fa-regular {
	font-size: 48px;
	color: var(--rp-red);
}

.rp-reason h3 {
	font-size: 18px;
	margin-bottom: 8px;
}

.rp-reason p {
	font-size: 15px;
	margin: 0;
}

/* ===== Seção Setores ===== */
.rp-sectors .rp-eyebrow,
.rp-sectors .rp-section-title {
	text-align: left;
}

.rp-sectors {
	background: #fff;
	padding: 0;
}

.rp-sectors__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 8px;
}

.rp-sector {
	position: relative;
	height: 320px;
	overflow: hidden;
}

.rp-sector img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.rp-sector:hover img {
	transform: scale(1.05);
}

.rp-sector__overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
	text-align: center;
	padding: 20px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0) 70%);
}

.rp-sector__overlay i.fa-solid,
.rp-sector__overlay i.fa-regular {
	font-size: 28px;
	color: #fff;
}

.rp-sector__title {
	color: #fff;
	font-size: 20px;
	margin: 0;
	text-transform: capitalize;
}

/* ===== Seção Sobre ===== */
.rp-about {
	background: #fff;
}

.rp-about h2,
.rp-about__list li {
	color: #1b1b20;
}

.rp-about p {
	color: #444;
}

.rp-about .rp-btn {
	border-radius: 8px;
}

.rp-about__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 36px;
	align-items: center;
}

.rp-about__media {
	overflow: hidden;
}

.rp-about__media img {
	width: 100%;
	height: 280px;
	object-fit: cover;
}

.rp-about__content h2 {
	font-size: clamp(24px, 3.5vw, 32px);
	margin-bottom: 18px;
}

.rp-about__content p {
	font-size: 16px;
}

.rp-about__list {
	margin: 18px 0 26px;
}

.rp-about__list li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 12px;
	font-weight: 600;
}

.rp-about__list svg {
	width: 22px;
	height: 22px;
	fill: var(--rp-red);
	flex: 0 0 auto;
	margin-top: 3px;
}

/* ===== Footer ===== */
.rp-footer {
	background: var(--rp-black);
	color: #c9c9c9;
	padding: 48px 0 0;
}

.rp-footer__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
	padding-bottom: 32px;
}

.rp-footer h3 {
	color: #fff;
	font-size: 17px;
	margin-bottom: 16px;
}

.rp-footer__logo {
	text-align: center;
}

.rp-footer__logo img {
	max-height: 48px;
	width: auto;
	display: block;
	margin: 0 auto;
}

.rp-footer__about {
	text-align: center;
}

.rp-footer__social {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: 16px;
}

.rp-footer__social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	color: #c9c9c9;
	font-size: 16px;
	transition: background 0.2s ease, color 0.2s ease;
}

.rp-footer__social a:hover {
	background: var(--rp-red);
	color: #fff;
}

.rp-footer__grid > .rp-footer__col:not(.rp-footer__about) {
	display: none;
}

.rp-footer__about p {
	font-size: 14px;
	margin: 14px 0 0;
}

.rp-footer ul li a {
	color: #c9c9c9;
	font-size: 14px;
	display: inline-block;
	padding: 4px 0;
}

.rp-footer ul li a:hover {
	color: #fff;
}

.rp-footer__contact li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	margin-bottom: 12px;
}

.rp-footer__contact svg,
.rp-footer__contact i {
	width: 18px;
	height: 18px;
	fill: var(--rp-red);
	color: var(--rp-red);
	flex: 0 0 auto;
	font-size: 16px;
}

.rp-footer__cta {
	margin-top: 8px;
}

.rp-footer__cta .rp-btn {
	border-radius: 8px;
}

.rp-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	padding: 18px 0;
	text-align: center;
	font-size: 13px;
	color: #9a9a9a;
}

.rp-footer__bottom a {
	color: #c9c9c9;
}

.rp-footer__bottom a:hover {
	color: #fff;
}

/* ===== Página padrão (index.php) ===== */
.rp-content {
	padding: 48px 0 64px;
	min-height: 50vh;
}

.rp-content article {
	max-width: 760px;
	margin: 0 auto 32px;
}

.rp-content h2.entry-title a {
	color: var(--rp-heading);
}

/* ===== Acessibilidade ===== */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal;
}

/* ===== Página Quem Somos ===== */
.rp-page-hero {
	background:
		linear-gradient(rgba(13, 13, 16, 0.7), rgba(13, 13, 16, 0.7)),
		url('images/equipamentos.jpg') center / cover no-repeat;
	padding: 100px 0;
	text-align: center;
}

.rp-page-hero__title {
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	margin: 0;
}

/* Intro - Texto + Foto */
.rp-ks-intro {
	overflow: hidden;
	position: relative;
	min-height: 380px;
	background: url('images/gerador-branco-menor.png') 80% center / cover no-repeat, #fff;
	padding-bottom: 60px;
}

.rp-ks-intro__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}

.rp-ks-intro__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 60px 24px;
	position: relative;
	z-index: 2;
}

.rp-ks-intro__media {
	position: relative;
	z-index: 0;
}

@media (min-width: 992px) {
	.rp-ks-intro__grid {
		grid-template-columns: 1fr 1fr;
		min-height: 480px;
		gap: 60px;
	}

	.rp-ks-intro__media {
		display: flex;
		justify-content: center;
	}
}

.rp-ks-intro__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 48px;
	align-items: center;
}

.rp-ks-intro__content h2 {
	font-size: clamp(28px, 4vw, 38px);
	color: #1b1b20;
	margin-bottom: 20px;
}

.rp-ks-intro__content p {
	font-size: 17px;
	line-height: 1.7;
	color: #54595f;
	margin-bottom: 16px;
}

.rp-ks-intro__content p:last-child {
	margin-bottom: 0;
}

.rp-ks-intro__photo {
	width: 280px;
	height: 280px;
	border-radius: 50% 50% 50% 0;
	overflow: hidden;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
	border: 4px solid var(--rp-red);
}

.rp-ks-intro__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Cards Missão / Visão */
.rp-ks-cards {
	background: #fff;
	padding: 60px 0;
}

.rp-ks-cards__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}

.rp-ks-card {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 36px 28px;
	border-radius: var(--rp-radius);
	gap: 20px;
}

.rp-ks-card--red {
	background: radial-gradient(circle at center, var(--rp-red) 0%, var(--rp-red-dark) 100%);
	box-shadow: 0 8px 28px rgba(132, 4, 4, 0.3);
}

.rp-ks-card--white {
	background: #fff;
	border: 1px solid #e0e0e0;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.rp-ks-card__icon {
	flex-shrink: 0;
}

.rp-ks-card__icon i {
	font-size: 40px;
}

.rp-ks-card--red .rp-ks-card__icon i {
	color: #fff;
}

.rp-ks-card--white .rp-ks-card__icon i {
	color: var(--rp-red);
}

.rp-ks-card__divider {
	width: 3px;
	height: 60px;
	border-radius: 2px;
	flex-shrink: 0;
}

.rp-ks-card--red .rp-ks-card__divider {
	background: rgba(255, 255, 255, 0.4);
}

.rp-ks-card--white .rp-ks-card__divider {
	background: #e0e0e0;
}

.rp-ks-card__body {
	text-align: left;
}

.rp-ks-card__body h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
}

.rp-ks-card--red .rp-ks-card__body h3 {
	color: #fff;
}

.rp-ks-card--white .rp-ks-card__body h3 {
	color: #1b1b20;
}

.rp-ks-card__body p {
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
}

.rp-ks-card--red .rp-ks-card__body p {
	color: rgba(255, 255, 255, 0.85);
}

.rp-ks-card--white .rp-ks-card__body p {
	color: #54595f;
}

/* Valores */
.rp-ks-values {
	background: #fff;
	padding: 40px 0 80px;
}

.rp-ks-values__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 0;
}

.rp-ks-value {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 20px 16px;
	position: relative;
}

.rp-ks-value + .rp-ks-value::before {
	content: "";
	position: absolute;
	left: 0;
	top: 15%;
	height: 70%;
	width: 1px;
	background: #e0e0e0;
}

.rp-ks-value__icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rp-ks-value__icon i {
	font-size: 32px;
	color: var(--rp-red);
}

.rp-ks-value__text h4 {
	font-size: 15px;
	font-weight: 700;
	color: #1b1b20;
	margin: 0 0 4px;
}

.rp-ks-value__text p {
	font-size: 13px;
	line-height: 1.5;
	color: #54595f;
	margin: 0;
}

/* Fundo branco apenas na página Quem Somos */
body.page-template-page-quem-somos {
	background: #fff;
}

/* ===== Página Produtos e Serviços ===== */
.rp-products {
	background: #fff;
	padding: 90px 0;
}

.rp-products__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
}

.rp-product-card {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 45px rgba(0, 0, 0, 0.055);
	padding: 30px;
	text-align: center;
}

.rp-product-card__image {
	width: 50%;
	margin: 0 auto 20px;
}

.rp-product-card__image img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.rp-product-card h2 {
	font-size: 21px;
	font-weight: 700;
	color: #54595f;
	margin: 0 0 12px;
}

.rp-product-card p {
	font-size: 18px;
	line-height: 1.4;
	color: #54595f;
	margin: 0 0 20px;
}

.rp-products .rp-btn {
	border-radius: 8px;
}

/* ===== Breakpoints ===== */
@media (min-width: 601px) {
	.rp-services__grid,
	.rp-reasons__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.rp-footer__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.rp-footer__grid > .rp-footer__col:not(.rp-footer__about) {
		display: block;
	}

	.rp-footer__about {
		text-align: left;
	}

	.rp-reasons .rp-reason + .rp-reason::before {
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 1px;
		height: 60px;
	}

	.rp-mv__grid {
		grid-template-columns: 1fr 1fr;
	}

	.rp-products__grid {
		grid-template-columns: 1fr 1fr;
	}

	.rp-ks-cards__grid {
		grid-template-columns: 1fr 1fr;
	}

	.rp-ks-values__grid {
		grid-template-columns: repeat(5, 1fr);
	}
}

@media (min-width: 992px) {
	.rp-container {
		padding: 0 32px;
	}

	.rp-toggle,
	.rp-nav-mobile {
		display: none;
	}

	.rp-header__nav {
		display: block;
	}

	.rp-header__cta {
		display: block;
	}

	.rp-section {
		padding: 48px 0;
	}

	.rp-hero__grid {
		grid-template-columns: 1fr;
	}

	.rp-hero__content {
		padding-left: 48px;
	}

	.rp-hero__media::before {
		display: none;
	}

	.rp-qs-hero {
		grid-template-columns: 1fr 1fr;
		height: 400px;
		min-height: 400px;
	}

	.rp-qs-hero__title {
		font-size: clamp(24px, 3vw, 36px);
		margin-bottom: 12px;
	}

	.rp-qs-hero__desc {
		font-size: 15px;
		line-height: 1.5;
	}

	.rp-qs-hero__media {
		position: absolute;
		inset: 0;
		min-height: 0;
	}

	.rp-qs-hero__content {
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		height: 100%;
		z-index: 2;
	}

	.rp-qs-hero__text {
		padding: 44px 64px;
		max-width: 100%;
		width: 100%;
		height: 100%;
		min-height: 100%;
		padding-right: 22%;
		align-items: flex-start;
		text-align: left;
		clip-path: polygon(0 0, 100% 0, 71.5% 100%, 0 100%);
	}

	.rp-qs-hero__title,
	.rp-qs-hero__desc {
		max-width: 90%;
	}

	.rp-services__grid,
	.rp-reasons__grid {
		grid-template-columns: repeat(4, 1fr);
	}

	.rp-about__grid {
		grid-template-columns: 1fr 1fr;
		gap: 56px;
	}

	.rp-about-intro__grid {
		grid-template-columns: 1fr 2fr;
	}

	.rp-about__media {
		order: 2;
	}

	.rp-about__content {
		order: 1;
	}

	.rp-about__media img {
		height: 400px;
	}

	.rp-footer__grid {
		grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
		gap: 40px;
	}

	.rp-sectors__grid {
		grid-template-columns: repeat(4, 1fr);
	}

	.rp-ks-intro__photo {
		width: 320px;
		height: 320px;
	}
}

/* ============================================================
   Widget de consultores comerciais (WhatsApp)
   ============================================================ */
.wa__widget {
	position: fixed;
	bottom: 24px;
	right: 24px;
	z-index: 9999;
	font-family: inherit;
}

.wa__btn_popup {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border: none;
	cursor: pointer;
	padding: 0;
	border-radius: 50%;
	background: #25d366;
	color: #ffffff;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
	transition: background 0.2s ease, transform 0.2s ease;
}

.wa__btn_popup:hover,
.wa__btn_popup:focus-visible {
	background: #1ebe5b;
	transform: translateY(-2px);
	outline: none;
}

.wa__btn_popup_icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
}

.wa__btn_popup_icon svg {
	width: 100%;
	height: 100%;
	fill: #ffffff;
}

.wa__btn_popup_icon--close {
	display: none;
}

.wa__widget.is-open .wa__btn_popup_icon--wa {
	display: none;
}

.wa__widget.is-open .wa__btn_popup_icon--close {
	display: inline-flex;
}

.wa__popup_chat_box {
	position: absolute;
	right: 0;
	bottom: calc(100% + 14px);
	width: 340px;
	max-width: calc(100vw - 48px);
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
}

.wa__widget.is-open .wa__popup_chat_box {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.wa__popup_heading {
	padding: 22px 20px;
	background: #25d366;
	color: #ffffff;
}

.wa__popup_title {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 4px;
}

.wa__popup_intro {
	font-size: 13px;
	opacity: 0.9;
}

.wa__popup_content {
	padding: 12px;
}

.wa__popup_content_item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px;
	border-radius: 10px;
	text-decoration: none;
	transition: background 0.2s ease;
}

.wa__popup_content_item + .wa__popup_content_item {
	margin-top: 6px;
}

.wa__popup_content_item:hover {
	background: #f0faf4;
}

.wa__popup_avatar {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	flex: none;
	border-radius: 50%;
	background: #25d366;
}

.wa__popup_avatar svg {
	width: 26px;
	height: 26px;
	fill: #ffffff;
}

.wa__popup_avatar_online {
	position: absolute;
	bottom: 1px;
	right: 1px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #00e676;
	border: 2px solid #ffffff;
}

.wa__popup_txt {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.wa__member_name {
	font-size: 15px;
	font-weight: 600;
	color: #1a1a1a;
}

.wa__member_duty {
	font-size: 13px;
	color: #2e8b57;
}

@media (max-width: 480px) {
	.wa__popup_chat_box {
		width: 300px;
	}
}

