/* =========================================================
   Landing de representantes comerciales (/representantes)

   Hoja de estilo exclusiva de esta pagina: se carga solo desde
   representantes.php, asi que ninguna regla de aca afecta al resto
   del sitio. Todas las clases usan el prefijo .rep- salvo .studiox-faq,
   que pertenece al componente reutilizable layouts/faq.php.

   Los colores salen de las variables del skin (assets/css/skins/default.css)
   para que la seccion siga a Studiox si el skin cambia.
   ========================================================= */

.rep-page {
	--rep-ink: var(--dark, #212529);
	--rep-muted: #6b7280;
	--rep-line: #e7e7ea;
	--rep-surface: #fff;
	--rep-soft: #f6f6f8;
	--rep-radius: 14px;
	--rep-shadow: 0 10px 30px rgba(20, 20, 30, 0.07);
	--rep-shadow-hover: 0 20px 46px rgba(20, 20, 30, 0.13);
}

/* Compensa el header sticky cuando se navega con anclas. */
.rep-page [id] {
	scroll-margin-top: 110px;
}

/* El tema pasa algunos headings a mayusculas. En esta landing los titulos van
   en sentence case; las etiquetas que si van en mayuscula lo declaran aparte
   (.rep-eyebrow, .rep-tier__label, .rep-example__label). */
.rep-page h1,
.rep-page h2,
.rep-page h3 {
	text-transform: none;
}

/* =========================================================
   Tipografia y utilidades compartidas
   ========================================================= */
.rep-eyebrow {
	display: inline-block;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--primary);
	margin-bottom: 0.75rem;
}

.rep-eyebrow--light {
	color: #ff7ab8;
}

.rep-title {
	font-size: clamp(1.7rem, 1.05rem + 2.4vw, 2.85rem);
	font-weight: 800;
	line-height: 1.14;
	letter-spacing: -0.02em;
	color: var(--rep-ink);
	margin-bottom: 1rem;
}

.rep-title--light {
	color: #fff;
}

.rep-lead {
	font-size: clamp(1rem, 0.95rem + 0.28vw, 1.15rem);
	line-height: 1.65;
	color: var(--rep-muted);
	margin-bottom: 0;
}

.rep-lead--light {
	color: rgba(255, 255, 255, 0.76);
}

/* Cifra destacada. El degradado se aplica sobre el texto; si el navegador
   no soporta background-clip, el @supports deja el color plano del skin. */
.rep-amount {
	display: inline-block;
	font-weight: 800;
	letter-spacing: -0.03em;
	font-variant-numeric: tabular-nums;
	color: var(--primary--300, #ff006b);
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
	.rep-amount {
		background-image: linear-gradient(96deg, #ff2d86 0%, #ff006b 42%, var(--secondary, #e36159) 100%);
		-webkit-background-clip: text;
		background-clip: text;
		color: transparent;
	}
}

.rep-note {
	font-size: 0.82rem;
	line-height: 1.6;
	color: var(--rep-muted);
}

.rep-note--light {
	color: rgba(255, 255, 255, 0.62);
}

.rep-section {
	padding: clamp(3.25rem, 2rem + 4vw, 5.5rem) 0;
}

.rep-section--soft {
	background-color: var(--rep-soft);
}

.rep-section--dark {
	background-color: #14161c;
}

/* =========================================================
   Hero
   ========================================================= */
.rep-hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient(140deg, #101219 0%, #1a1220 52%, #2b0f24 100%);
	padding: clamp(3.5rem, 2rem + 6vw, 6.5rem) 0 clamp(3rem, 2rem + 4vw, 5rem);
}

.rep-hero__decor {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image:
		radial-gradient(58% 62% at 88% 6%, rgba(204, 0, 107, 0.42) 0%, rgba(204, 0, 107, 0) 62%),
		radial-gradient(48% 55% at 4% 92%, rgba(43, 170, 177, 0.24) 0%, rgba(43, 170, 177, 0) 60%),
		radial-gradient(rgba(255, 255, 255, 0.075) 1px, transparent 1px);
	background-size: auto, auto, 26px 26px;
}

.rep-hero__inner {
	position: relative;
	z-index: 2;
}

.rep-hero__title {
	font-size: clamp(2rem, 1.05rem + 3.9vw, 3.6rem);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.025em;
	color: #fff;
	margin-bottom: 1.25rem;
}

.rep-hero__title .rep-amount {
	font-size: clamp(2.5rem, 1rem + 6.6vw, 5rem);
	display: block;
	line-height: 1;
	margin: 0.2rem 0 0.3rem;
}

.rep-hero__sub {
	font-size: clamp(1rem, 0.94rem + 0.4vw, 1.2rem);
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.78);
	max-width: 46ch;
	margin-bottom: 1.9rem;
}

.rep-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-bottom: 2rem;
}

/* Chips "no hace falta programar / disenar / desarrollar" */
.rep-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	list-style: none;
	padding: 0;
	margin: 0;
}

.rep-chips li {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.5rem 0.9rem;
	border-radius: 999px;
	font-size: 0.85rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.9);
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.14);
}

.rep-chips i {
	color: #ff5ba3;
	font-size: 0.85rem;
}

/* Tarjeta lateral del hero */
.rep-hero__card {
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 20px;
	padding: 1.75rem;
	backdrop-filter: blur(6px);
	box-shadow: 0 26px 60px rgba(0, 0, 0, 0.34);
}

.rep-hero__card-title {
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
	margin-bottom: 1.15rem;
}

.rep-flow {
	list-style: none;
	padding: 0;
	margin: 0;
	counter-reset: repflow;
}

.rep-flow li {
	position: relative;
	counter-increment: repflow;
	padding: 0 0 1.35rem 3.1rem;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.95rem;
	line-height: 1.5;
}

.rep-flow li:last-child {
	padding-bottom: 0;
}

.rep-flow li::before {
	content: counter(repflow, decimal-leading-zero);
	position: absolute;
	left: 0;
	top: -2px;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 0.78rem;
	font-weight: 800;
	color: #fff;
	background: linear-gradient(135deg, var(--primary) 0%, #ff2d86 100%);
}

.rep-flow li::after {
	content: "";
	position: absolute;
	left: 17px;
	top: 36px;
	bottom: 10px;
	width: 1px;
	background: rgba(255, 255, 255, 0.16);
}

.rep-flow li:last-child::after {
	display: none;
}

.rep-flow strong {
	display: block;
	color: #fff;
	font-weight: 700;
	margin-bottom: 0.15rem;
}

/* =========================================================
   Tarjetas genericas
   ========================================================= */
.rep-card {
	height: 100%;
	background: var(--rep-surface);
	border: 1px solid var(--rep-line);
	border-radius: var(--rep-radius);
	padding: 1.75rem;
	box-shadow: var(--rep-shadow);
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.rep-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--rep-shadow-hover);
	border-color: rgba(204, 0, 107, 0.28);
}

.rep-card__icon {
	width: 52px;
	height: 52px;
	border-radius: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.25rem;
	color: var(--primary);
	background: rgba(204, 0, 107, 0.09);
	margin-bottom: 1.05rem;
}

.rep-card__title {
	font-size: 1.06rem;
	font-weight: 700;
	color: var(--rep-ink);
	margin-bottom: 0.5rem;
}

.rep-card__text {
	font-size: 0.94rem;
	line-height: 1.62;
	color: var(--rep-muted);
	margin-bottom: 0;
}

/* =========================================================
   Bloque "Vos vendes. Studiox desarrolla."
   ========================================================= */
.rep-claim {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	padding: clamp(1.75rem, 1.2rem + 2vw, 2.75rem);
	background: linear-gradient(125deg, #1a1220 0%, #2b0f24 100%);
	color: #fff;
	box-shadow: 0 24px 54px rgba(43, 15, 36, 0.28);
}

.rep-claim::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: radial-gradient(52% 70% at 92% 12%, rgba(204, 0, 107, 0.45) 0%, rgba(204, 0, 107, 0) 64%);
}

/* El color va explicito: el tema define un color propio para <p> y eso
   cancela la herencia desde .rep-claim. */
.rep-claim__text {
	position: relative;
	z-index: 2;
	font-size: clamp(1.5rem, 1.05rem + 1.9vw, 2.4rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.18;
	color: #fff;
	margin-bottom: 0;
}

.rep-claim__text span {
	color: #ff5ba3;
}

/* =========================================================
   Comisiones por tipo de proyecto
   ========================================================= */
.rep-tier {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	background: var(--rep-surface);
	border: 1px solid var(--rep-line);
	border-radius: var(--rep-radius);
	padding: 1.6rem 1.5rem;
	box-shadow: var(--rep-shadow);
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.rep-tier:hover {
	transform: translateY(-6px);
	box-shadow: var(--rep-shadow-hover);
	border-color: rgba(204, 0, 107, 0.28);
}

.rep-tier__label {
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--rep-muted);
	margin-bottom: 0.85rem;
}

.rep-tier__value {
	font-size: clamp(1.55rem, 1.2rem + 1.3vw, 2.05rem);
	line-height: 1.1;
	margin-bottom: 0.15rem;
}

.rep-tier__caption {
	font-size: 0.8rem;
	color: var(--rep-muted);
	margin-bottom: 0;
	margin-top: auto;
	padding-top: 0.85rem;
}

.rep-tier--featured {
	border-color: transparent;
	background: linear-gradient(150deg, #1a1220 0%, #2b0f24 100%);
	color: #fff;
}

.rep-tier--featured .rep-tier__label {
	color: rgba(255, 255, 255, 0.6);
}

.rep-tier--featured .rep-tier__caption {
	color: rgba(255, 255, 255, 0.62);
}

/* El badge se renderiza en las cuatro tarjetas y se oculta con visibility en
   las que no van destacadas: asi ocupa el mismo lugar en todas y las cifras
   quedan alineadas entre si. */
.rep-tier__badge {
	display: inline-block;
	align-self: flex-start;
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
	background: var(--primary);
	border-radius: 999px;
	padding: 0.22rem 0.6rem;
	margin-bottom: 0.8rem;
}

.rep-tier__badge--ghost {
	visibility: hidden;
}

/* Con una tarjeta por fila no hay nada que alinear: el placeholder solo dejaria
   un hueco vacio arriba de cada tarjeta. */
@media (max-width: 575.98px) {
	.rep-tier__badge--ghost {
		display: none;
	}
}

/* =========================================================
   Escala de ingresos (barras animadas)
   ========================================================= */
.rep-scale {
	list-style: none;
	padding: 0;
	margin: 0;
}

.rep-scale__item + .rep-scale__item {
	margin-top: 1.4rem;
}

.rep-scale__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.55rem;
}

.rep-scale__sales {
	font-size: 0.92rem;
	font-weight: 700;
	color: var(--rep-ink);
}

.rep-scale__value {
	font-size: clamp(1.05rem, 0.9rem + 0.7vw, 1.4rem);
	white-space: nowrap;
}

/* display:block es necesario: el track es un <span> y en inline el alto se ignora. */
.rep-scale__track {
	display: block;
	height: 12px;
	border-radius: 999px;
	background: rgba(20, 20, 30, 0.07);
	overflow: hidden;
}

.rep-scale__bar {
	display: block;
	height: 100%;
	width: 0;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--primary) 0%, #ff2d86 55%, var(--secondary, #e36159) 100%);
	transition: width 1.05s cubic-bezier(0.22, 0.75, 0.3, 1);
}

.rep-scale.is-visible .rep-scale__bar {
	width: var(--rep-bar-width, 0%);
}

.rep-scale__item:nth-child(2) .rep-scale__bar { transition-delay: 0.12s; }
.rep-scale__item:nth-child(3) .rep-scale__bar { transition-delay: 0.24s; }
.rep-scale__item:nth-child(4) .rep-scale__bar { transition-delay: 0.36s; }

/* En la version oscura (seccion de ejemplo) el track es claro sobre fondo negro. */
.rep-scale--light .rep-scale__sales {
	color: #fff;
}

.rep-scale--light .rep-scale__track {
	background: rgba(255, 255, 255, 0.11);
}

/* =========================================================
   Proceso de 3 pasos
   ========================================================= */
.rep-steps {
	position: relative;
}

.rep-step {
	position: relative;
	height: 100%;
	background: var(--rep-surface);
	border: 1px solid var(--rep-line);
	border-radius: var(--rep-radius);
	padding: 2rem 1.6rem 1.7rem;
	box-shadow: var(--rep-shadow);
	transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.rep-step:hover {
	transform: translateY(-6px);
	box-shadow: var(--rep-shadow-hover);
}

.rep-step__num {
	font-size: 2.6rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.04em;
	color: rgba(204, 0, 107, 0.16);
	margin-bottom: 0.6rem;
}

.rep-step__icon {
	position: absolute;
	top: 1.7rem;
	right: 1.6rem;
	font-size: 1.4rem;
	color: var(--primary);
	opacity: 0.85;
}

.rep-step__title {
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--rep-ink);
	margin-bottom: 0.55rem;
}

.rep-step__text {
	font-size: 0.94rem;
	line-height: 1.62;
	color: var(--rep-muted);
	margin-bottom: 0;
}

/* Linea de conexion entre pasos, solo en desktop. */
@media (min-width: 992px) {
	.rep-steps__col {
		position: relative;
	}

	.rep-steps__col:not(:last-child)::after {
		content: "";
		position: absolute;
		top: 3.1rem;
		right: -6px;
		width: 12px;
		height: 12px;
		border-top: 2px solid rgba(204, 0, 107, 0.35);
		border-right: 2px solid rgba(204, 0, 107, 0.35);
		transform: rotate(45deg);
		z-index: 2;
	}

	.rep-steps__col:not(:last-child)::before {
		content: "";
		position: absolute;
		top: 3.55rem;
		left: 88%;
		right: 12%;
		height: 2px;
		background: repeating-linear-gradient(90deg, rgba(204, 0, 107, 0.35) 0 6px, transparent 6px 12px);
		z-index: 1;
	}
}

/* =========================================================
   Listas de responsabilidades (si / no)
   ========================================================= */
.rep-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.rep-list li {
	position: relative;
	padding-left: 2.1rem;
	margin-bottom: 0.9rem;
	font-size: 0.98rem;
	line-height: 1.55;
	color: var(--rep-ink);
}

.rep-list li:last-child {
	margin-bottom: 0;
}

.rep-list li::before {
	position: absolute;
	left: 0;
	top: 0.05rem;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	/* Coincide con la version instalada en assets/vendor/fontawesome-free (7 Free);
	   los nombres anteriores quedan como respaldo si se actualiza el vendor. */
	font-family: "Font Awesome 7 Free", "Font Awesome 6 Free", "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 0.68rem;
}

.rep-list--check li::before {
	content: "\f00c";
	color: #fff;
	background: var(--primary);
}

.rep-list--cross li::before {
	content: "\f00d";
	color: rgba(255, 255, 255, 0.92);
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.22);
}

.rep-list--light li {
	color: rgba(255, 255, 255, 0.86);
}

/* Panel de dos columnas: vos / Studiox */
.rep-panel {
	height: 100%;
	border-radius: 20px;
	padding: clamp(1.6rem, 1.2rem + 1.2vw, 2.4rem);
	background: var(--rep-surface);
	border: 1px solid var(--rep-line);
	box-shadow: var(--rep-shadow);
}

.rep-panel--dark {
	background: linear-gradient(150deg, #16181f 0%, #221525 100%);
	border-color: transparent;
	color: #fff;
}

.rep-panel__tag {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--primary);
	margin-bottom: 0.85rem;
}

.rep-panel--dark .rep-panel__tag {
	color: #ff7ab8;
}

.rep-panel__title {
	font-size: clamp(1.25rem, 1.05rem + 0.8vw, 1.6rem);
	font-weight: 800;
	letter-spacing: -0.015em;
	margin-bottom: 1.25rem;
	color: var(--rep-ink);
}

.rep-panel--dark .rep-panel__title {
	color: #fff;
}

.rep-panel__foot {
	margin-top: 1.5rem;
	padding-top: 1.25rem;
	border-top: 1px solid var(--rep-line);
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--rep-ink);
}

.rep-panel--dark .rep-panel__foot {
	border-top-color: rgba(255, 255, 255, 0.14);
	color: #fff;
}

/* =========================================================
   Ejemplo de ganancia
   ========================================================= */
.rep-example {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: clamp(0.75rem, 0.4rem + 1.4vw, 2rem);
}

.rep-example__box {
	text-align: center;
	padding: clamp(1.25rem, 1rem + 1vw, 2rem) 1rem;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.rep-example__box--highlight {
	background: linear-gradient(140deg, rgba(204, 0, 107, 0.22) 0%, rgba(227, 97, 89, 0.14) 100%);
	border-color: rgba(255, 45, 134, 0.42);
}

.rep-example__label {
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.58);
	margin-bottom: 0.6rem;
}

.rep-example__value {
	font-size: clamp(1.5rem, 0.9rem + 2.6vw, 2.9rem);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.03em;
	font-variant-numeric: tabular-nums;
	color: #fff;
	margin-bottom: 0;
}

.rep-example__arrow {
	font-size: 1.35rem;
	color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 575.98px) {
	.rep-example {
		grid-template-columns: 1fr;
	}

	.rep-example__arrow {
		transform: rotate(90deg);
	}
}

/* =========================================================
   Perfiles que pueden ser representantes
   ========================================================= */
.rep-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	list-style: none;
	padding: 0;
	margin: 0;
}

.rep-tags li {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.6rem 1rem;
	border-radius: 999px;
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--rep-ink);
	background: var(--rep-surface);
	border: 1px solid var(--rep-line);
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.rep-tags li:hover {
	transform: translateY(-3px);
	border-color: rgba(204, 0, 107, 0.32);
	box-shadow: 0 8px 20px rgba(20, 20, 30, 0.08);
}

.rep-tags i {
	color: var(--primary);
	font-size: 0.85rem;
}

/* =========================================================
   Metricas de confianza
   ========================================================= */
.rep-metric {
	text-align: center;
	padding: 1.5rem 0.75rem;
}

.rep-metric strong {
	display: block;
	font-size: clamp(2.4rem, 1.6rem + 3vw, 3.6rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.03em;
	color: #fff;
	font-variant-numeric: tabular-nums;
}

.rep-metric label {
	display: block;
	margin: 0.6rem 0 0;
	font-size: 0.86rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: rgba(255, 255, 255, 0.62);
}

/* =========================================================
   FAQ (componente layouts/faq.php)
   ========================================================= */
.studiox-faq {
	border-top: 1px solid var(--rep-line, #e7e7ea);
}

.studiox-faq__item {
	border-bottom: 1px solid var(--rep-line, #e7e7ea);
}

.studiox-faq__question {
	position: relative;
	display: block;
	cursor: pointer;
	list-style: none;
	padding: 1.15rem 2.75rem 1.15rem 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	color: var(--dark, #212529);
	transition: color 0.2s ease;
}

.studiox-faq__question::-webkit-details-marker {
	display: none;
}

.studiox-faq__question:hover,
.studiox-faq__item[open] .studiox-faq__question {
	color: var(--primary);
}

.studiox-faq__question::after {
	content: "+";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 1.15rem;
	font-weight: 400;
	line-height: 1;
	color: var(--primary);
	background: rgba(204, 0, 107, 0.09);
	transition: transform 0.25s ease, background-color 0.25s ease;
}

.studiox-faq__item[open] .studiox-faq__question::after {
	content: "−";
	background: var(--primary);
	color: #fff;
}

.studiox-faq__question:focus-visible {
	outline: 3px solid var(--primary);
	outline-offset: 3px;
}

.studiox-faq__answer {
	padding: 0 2.75rem 1.35rem 0;
	font-size: 0.96rem;
	line-height: 1.7;
	color: #6b7280;
}

/* =========================================================
   Formulario
   ========================================================= */
.rep-form {
	background: var(--rep-surface);
	border: 1px solid var(--rep-line);
	border-radius: 20px;
	padding: clamp(1.5rem, 1.1rem + 1.6vw, 2.5rem);
	box-shadow: 0 18px 44px rgba(20, 20, 30, 0.09);
}

.rep-form .form-label {
	font-size: 0.84rem;
	font-weight: 600;
	color: var(--rep-ink);
	margin-bottom: 0.35rem;
}

.rep-form .form-control {
	border-radius: 10px;
	border-color: #dfe0e5;
	padding: 0.7rem 0.9rem;
	font-size: 0.95rem;
	height: auto;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.rep-form .form-control:focus {
	border-color: var(--primary);
	box-shadow: 0 0 0 0.2rem rgba(204, 0, 107, 0.13);
}

.rep-form__optional {
	font-weight: 400;
	color: var(--rep-muted);
}

.rep-form__consent {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	font-size: 0.9rem;
	line-height: 1.55;
	color: var(--rep-muted);
}

.rep-form__consent input {
	margin-top: 0.22rem;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	accent-color: var(--primary);
}

/* El captcha de Google mide 304px: en pantallas chicas se escala para que
   no genere scroll horizontal. */
@media (max-width: 400px) {
	.rep-form .g-recaptcha {
		transform: scale(0.86);
		transform-origin: 0 0;
		height: 66px;
	}
}

.rep-form__submit {
	width: 100%;
	padding: 0.9rem 1.5rem;
	font-size: 1rem;
	font-weight: 700;
	border-radius: 999px;
}

/* =========================================================
   CTA final
   ========================================================= */
.rep-cta {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #101219 0%, #1e1322 50%, #35102a 100%);
	padding: clamp(3.25rem, 2rem + 4vw, 5.5rem) 0;
}

.rep-cta__decor {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image:
		radial-gradient(48% 60% at 12% 10%, rgba(204, 0, 107, 0.4) 0%, rgba(204, 0, 107, 0) 62%),
		radial-gradient(46% 58% at 90% 88%, rgba(227, 97, 89, 0.26) 0%, rgba(227, 97, 89, 0) 60%);
}

.rep-cta__inner {
	position: relative;
	z-index: 2;
}

.rep-cta__title {
	font-size: clamp(1.85rem, 1.15rem + 2.9vw, 3.1rem);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.025em;
	color: #fff;
	margin-bottom: 1.15rem;
}

/* Botones: se apoyan en .btn de Porto y solo ajustan el ritmo de la landing. */
.rep-btn {
	border-radius: 999px;
	padding: 0.85rem 1.9rem;
	font-size: 0.98rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

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

.rep-btn-primary {
	box-shadow: 0 12px 28px rgba(204, 0, 107, 0.34);
}

.rep-btn-primary:hover {
	box-shadow: 0 18px 36px rgba(204, 0, 107, 0.42);
}

.rep-btn-ghost {
	color: #fff;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.rep-btn-ghost:hover,
.rep-btn-ghost:focus {
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.5);
}

@media (prefers-reduced-motion: reduce) {
	.rep-card,
	.rep-tier,
	.rep-step,
	.rep-tags li,
	.rep-btn,
	.rep-scale__bar {
		transition: none;
	}

	.rep-card:hover,
	.rep-tier:hover,
	.rep-step:hover,
	.rep-tags li:hover,
	.rep-btn:hover {
		transform: none;
	}
}
