.elementor-29 .elementor-element.elementor-element-c7175ce{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-29 .elementor-element.elementor-element-ea1b732{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-29 .elementor-element.elementor-element-b39fb0f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-29 .elementor-element.elementor-element-8bf3196{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-29 .elementor-element.elementor-element-a7d26fa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-29 .elementor-element.elementor-element-aea779e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-29 .elementor-element.elementor-element-3c09652{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-29 .elementor-element.elementor-element-0d20b66{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-29 .elementor-element.elementor-element-393b0be{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0dcf8b1 *//* INARQO · Hero con imagen de fondo (panorámica plano + obra) */
/* Mobile-first · Pega en CSS personalizado del bloque o del sitio */

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Manrope:wght@500;600;700&display=swap");

.inarqo-hero {
	--inq-blue: #475576;
	--inq-blue-soft: #56698f;
	--inq-graphite: #444343;
	--inq-text: #1f1f1f;
	--inq-bg: #f7f6f3;
	--inq-stone: #e8e8e5;
	--inq-accent: #0f6f8a;
	--inq-sand: #c8aa72;
	--inq-white: #ffffff;
	--inq-border: #d8d8d4;

	--inq-radius: 4px;
	--inq-container: min(1120px, calc(100% - clamp(1.25rem, 5vw, 3rem)));

	box-sizing: border-box;
	color: var(--inq-text);
	font-family: "Inter", system-ui, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

.inarqo-hero *,
.inarqo-hero *::before,
.inarqo-hero *::after {
	box-sizing: border-box;
}

/* —— Móvil / tablet: solo fondo plano; la foto va en bloque debajo (.inarqo-hero__mobile-visual) —— */
.inarqo-hero--bg {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background-color: var(--inq-bg);
	background-image: none;
	min-height: 0;
}

.inarqo-hero--bg::after {
	display: none;
}

/* —— Escritorio: composición ancha como fondo + velo —— */
@media (min-width: 900px) {
	.inarqo-hero--bg {
		min-height: min(92vh, 880px);
		background-image: var(--inarqo-hero-image);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}

	.inarqo-hero--bg::after {
		display: block;
		content: "";
		position: absolute;
		inset: 0;
		z-index: 0;
		pointer-events: none;
		background: linear-gradient(
			to right,
			rgba(247, 246, 243, 0.94) 0%,
			rgba(247, 246, 243, 0.72) 28%,
			rgba(247, 246, 243, 0.28) 48%,
			transparent 68%
		);
	}
}

/* Imagen rectangular solo móvil / tablet (debajo del texto) */
.inarqo-hero__mobile-visual {
	position: relative;
	z-index: 1;
	margin: clamp(1.75rem, 6vw, 2.25rem) 0 0;
	padding: 0;
	border: 0;
	width: 100%;
	max-width: 600px;
	align-self: center;
}

.inarqo-hero__mobile-img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 600 / 400;
	object-fit: cover;
	margin-top: 20px;
	border-radius: clamp(8px, 2vw, 12px);
	box-shadow: 0 16px 48px rgba(31, 31, 31, 0.1);
}

@media (min-width: 900px) {
	.inarqo-hero__mobile-visual {
		display: none;
	}
}

.inarqo-hero__shell {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: var(--inq-container);
	margin-inline: auto;
	padding-inline: clamp(1.25rem, 4.5vw, 2.5rem);
	padding-block: clamp(2.75rem, 9vw, 5rem)
		clamp(2.5rem, 8vw, 4rem);
	padding-inline-start: max(
		clamp(1.25rem, 4.5vw, 2.5rem),
		env(safe-area-inset-left)
	);
	padding-inline-end: max(
		clamp(1.25rem, 4.5vw, 2.5rem),
		env(safe-area-inset-right)
	);
}

@media (min-width: 900px) {
	.inarqo-hero__shell {
		min-height: min(88vh, 860px);
		justify-content: center;
		padding-block: clamp(4rem, 10vw, 6rem);
	}
}

.inarqo-hero__content {
	display: flex;
	flex-direction: column;
	gap: clamp(1rem, 3vw, 1.35rem);
	max-width: 34rem;
}

/* Escritorio: panel blur blanco solo en el bloque de texto (ancho del propio contenido) */
@media (min-width: 900px) {
	.inarqo-hero__content {
		position: relative;
		z-index: 2;
		padding: clamp(1.5rem, 2.4vw, 2.15rem) clamp(1.45rem, 2.5vw, 2.35rem);
		border-radius: 14px;
		background: rgba(255, 255, 255, 0.44);
		border: 1px solid rgba(255, 255, 255, 0.65);
		box-shadow: 0 8px 40px rgba(31, 31, 31, 0.06),
			inset 0 1px 0 rgba(255, 255, 255, 0.85);
		-webkit-backdrop-filter: blur(18px) saturate(1.15);
		backdrop-filter: blur(18px) saturate(1.15);
	}

	@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
		.inarqo-hero__content {
			background: rgba(247, 246, 243, 0.92);
		}
	}
}

.inarqo-hero__eyebrow {
	margin: 0;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--inq-blue-soft);
	line-height: 1.4;
}

.inarqo-hero__title {
	margin: 0;
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 600;
	font-size: clamp(1.85rem, 6.5vw, 3.625rem);
	line-height: 1.08;
	letter-spacing: -0.02em;
	color: var(--inq-graphite);
}

.inarqo-hero__title-accent {
	display: inline;
	font-weight: 700;
	color: var(--inq-text);
}

.inarqo-hero__text {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	font-size: clamp(0.9375rem, 2.8vw, 1.0625rem);
	line-height: 1.7;
	color: var(--inq-graphite);
}

.inarqo-hero__text p {
	margin: 0;
}

.inarqo-hero__text-lead {
	font-weight: 500;
	color: var(--inq-text);
}

.inarqo-hero .inarqo-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.95rem 1.65rem;
	font-family: "Manrope", system-ui, sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-decoration: none;
	text-align: center;
	border-radius: var(--inq-radius);
	transition: background-color 0.2s ease, color 0.2s ease,
		border-color 0.2s ease, transform 0.15s ease;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.inarqo-hero .inarqo-btn:focus-visible {
	outline: 2px solid var(--inq-accent);
	outline-offset: 3px;
}

.inarqo-hero .inarqo-btn:active {
	transform: scale(0.98);
}

.inarqo-hero__actions {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-top: 0.35rem;
}

@media (min-width: 420px) {
	.inarqo-hero__actions {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: stretch;
		gap: 0.85rem;
	}
}

.inarqo-hero .inarqo-btn--primary {
	background-color: var(--inq-blue);
	color: var(--inq-white);
	border: 1px solid var(--inq-blue);
}

.inarqo-hero .inarqo-btn--primary:hover {
	background-color: var(--inq-accent);
	border-color: var(--inq-accent);
}

.inarqo-hero .inarqo-btn--ghost {
	background-color: transparent;
	color: var(--inq-blue);
	border: 1px solid var(--inq-blue);
}

.inarqo-hero .inarqo-btn--ghost:hover {
	background-color: var(--inq-blue);
	color: var(--inq-white);
}

@media (min-width: 1200px) {
	.inarqo-hero__title {
		font-size: 3.625rem;
	}
}

/* ========== Scroll reveal (premium): activo solo con JS (.inarqo-hero--reveal) ========== */
@media (prefers-reduced-motion: no-preference) {
	.inarqo-hero.inarqo-hero--reveal .inarqo-hero__content > * {
		transition-property: opacity, transform;
		transition-duration: 0.82s;
		transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
	}

	/* Salida: sin escalonado (todo vuelve junto, sensación fluida) */
	.inarqo-hero.inarqo-hero--reveal:not(.inarqo-hero--inview) .inarqo-hero__content > * {
		opacity: 0;
		transform: translate3d(0, 1.65rem, 0);
		transition-delay: 0s !important;
	}

	/* Entrada: escalonado tipo editorial */
	.inarqo-hero.inarqo-hero--reveal.inarqo-hero--inview .inarqo-hero__content > * {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}

	.inarqo-hero.inarqo-hero--reveal.inarqo-hero--inview .inarqo-hero__content > *:nth-child(1) {
		transition-delay: 0.05s;
	}

	.inarqo-hero.inarqo-hero--reveal.inarqo-hero--inview .inarqo-hero__content > *:nth-child(2) {
		transition-delay: 0.12s;
	}

	.inarqo-hero.inarqo-hero--reveal.inarqo-hero--inview .inarqo-hero__content > *:nth-child(3) {
		transition-delay: 0.2s;
	}

	.inarqo-hero.inarqo-hero--reveal.inarqo-hero--inview .inarqo-hero__content > *:nth-child(4) {
		transition-delay: 0.28s;
	}

	/* Imagen móvil: ligero zoom + fade (solo si existe) */
	.inarqo-hero.inarqo-hero--reveal .inarqo-hero__mobile-visual {
		transition-property: opacity, transform;
		transition-duration: 0.95s;
		transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
	}

	.inarqo-hero.inarqo-hero--reveal:not(.inarqo-hero--inview) .inarqo-hero__mobile-visual {
		opacity: 0;
		transform: translate3d(0, 2rem, 0) scale(0.985);
		transition-delay: 0s !important;
	}

	.inarqo-hero.inarqo-hero--reveal.inarqo-hero--inview .inarqo-hero__mobile-visual {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(1);
		transition-delay: 0.38s;
	}
}

/* ========== Slider (crossfade entre fondos) ==========
   Activo con la clase modifier `.inarqo-hero--slider`.
   Compatible con todo lo anterior: si JS no se ejecuta, la primera imagen
   se sigue mostrando como fondo via `--inarqo-hero-image`. */

.inarqo-hero--slider .inarqo-hero__slides {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
	list-style: none;
}

.inarqo-hero__bg-layers {
	display: none;
}

@media (min-width: 900px) {
	.inarqo-hero--slider {
		background-image: none !important;
	}

	.inarqo-hero--slider .inarqo-hero__bg-layers {
		position: absolute;
		inset: 0;
		z-index: 0;
		display: block;
		overflow: hidden;
		pointer-events: none;
	}

	.inarqo-hero__bg-layer {
		position: absolute;
		inset: 0;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		opacity: 0;
		transition: opacity 1.1s cubic-bezier(0.4, 0, 0.2, 1);
		will-change: opacity;
	}

	.inarqo-hero__bg-layer.is-active {
		opacity: 1;
	}
}

/* Imagen móvil dentro del slider: animación crossfade del swap */
@media (prefers-reduced-motion: no-preference) {
	.inarqo-hero--slider .inarqo-hero__mobile-img--live {
		transition: opacity 0.6s ease;
	}

	.inarqo-hero--slider.is-mobile-fade .inarqo-hero__mobile-img--live {
		opacity: 0;
	}
}

/* —— Controles del slider —— */
.inarqo-hero__controls {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-top: clamp(1.4rem, 4vw, 2rem);
	flex-wrap: wrap;
}

.inarqo-hero__controls[hidden] {
	display: none;
}

.inarqo-hero__playpause {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	color: var(--inq-blue);
	background: rgba(255, 255, 255, 0.55);
	border: 1px solid rgba(71, 85, 118, 0.32);
	border-radius: 50%;
	cursor: pointer;
	transition:
		background 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease,
		transform 0.15s ease;
	-webkit-tap-highlight-color: transparent;
}

@media (min-width: 900px) {
	.inarqo-hero__playpause {
		background: rgba(255, 255, 255, 0.7);
	}
}

.inarqo-hero__playpause:hover {
	background: var(--inq-blue);
	border-color: var(--inq-blue);
	color: var(--inq-white);
}

.inarqo-hero__playpause:focus-visible {
	outline: 2px solid var(--inq-accent);
	outline-offset: 3px;
}

.inarqo-hero__playpause:active {
	transform: scale(0.94);
}

.inarqo-hero__playpause svg {
	width: 14px;
	height: 14px;
	display: block;
}

.inarqo-hero__icon-play,
.inarqo-hero__icon-pause {
	display: inline-flex;
}

.inarqo-hero__playpause.is-playing .inarqo-hero__icon-play  { display: none; }
.inarqo-hero__playpause:not(.is-playing) .inarqo-hero__icon-pause { display: none; }

.inarqo-hero__bullets {
	display: inline-flex;
	gap: 0.55rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.inarqo-hero__bullets li {
	display: inline-flex;
}

.inarqo-hero__bullets button {
	width: 26px;
	height: 4px;
	padding: 0;
	border: 0;
	background: rgba(71, 85, 118, 0.28);
	border-radius: 999px;
	cursor: pointer;
	transition: background 0.25s ease, width 0.3s ease, transform 0.2s ease;
	-webkit-tap-highlight-color: transparent;
}

.inarqo-hero__bullets button:hover {
	background: rgba(71, 85, 118, 0.55);
}

.inarqo-hero__bullets button[aria-selected="true"] {
	background: var(--inq-blue);
	width: 40px;
}

.inarqo-hero__bullets button:focus-visible {
	outline: 2px solid var(--inq-accent);
	outline-offset: 3px;
}

/* En móvil los controles van debajo de la imagen del slide */
@media (max-width: 899px) {
	.inarqo-hero__controls {
		justify-content: center;
		margin-top: 1rem;
	}

	.inarqo-hero__bullets button {
		background: rgba(31, 31, 31, 0.25);
	}

	.inarqo-hero__bullets button[aria-selected="true"] {
		background: var(--inq-blue);
	}
}

@media (prefers-reduced-motion: reduce) {
	.inarqo-hero__bg-layer,
	.inarqo-hero__playpause,
	.inarqo-hero__bullets button,
	.inarqo-hero--slider .inarqo-hero__mobile-img--live {
		transition: none !important;
	}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1664d6f *//* INARQO · Sección proceso (opción 3) — CSS para Elementor */
/* Fuentes: si ya cargan en el sitio, puedes quitar el @import */

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Manrope:wght@500;600&display=swap");

.inarqo-proceso {
	/* Opacidad capa del plano (sube/baja si ves el fondo muy fuerte o muy tenue) */
	--inq-fondo-plan-opacity: 0.52;

	--inq-blue: #475576;
	--inq-accent: #0f6f8a;
	--inq-graphite: #444343;
	--inq-text: #1f1f1f;
	--inq-bg: #f7f6f3;
	--inq-white: #ffffff;
	--inq-border: #d8d8d4;
	--inq-rule: #c8aa72;

	--inq-max: 1200px;
	--inq-lead-max: 820px;
	--inq-radius: 4px;

	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	background-color: var(--inq-bg);
	color: var(--inq-text);
	font-family: "Inter", system-ui, sans-serif;
	padding-block: clamp(4.375rem, 10vw, 6.875rem);
	padding-inline: clamp(1.25rem, 4vw, 2rem);
	-webkit-font-smoothing: antialiased;
}

.inarqo-proceso *,
.inarqo-proceso *::before,
.inarqo-proceso *::after {
	box-sizing: border-box;
}

/* Plano técnico: imagen de fondo suave, esquina superior derecha */
.inarqo-proceso__decor {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
	background-image: url("https://www.inarqo.es/wp-content/uploads/2026/05/fondo-seccion-1.png");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
	opacity: var(--inq-fondo-plan-opacity);
}

@media (max-width: 767px) {
	.inarqo-proceso__decor {
		background-size: min(92vw, 520px);
		opacity: calc(var(--inq-fondo-plan-opacity) * 0.88);
	}
}

/* Líneas verticales tipo maquetación (muy sutiles) */
.inarqo-proceso::before,
.inarqo-proceso::after {
	content: "";
	position: absolute;
	top: 15%;
	bottom: 18%;
	width: 1px;
	background: linear-gradient(
		to bottom,
		transparent,
		rgba(71, 85, 118, 0.18) 25%,
		rgba(71, 85, 118, 0.15) 75%,
		transparent
	);
	z-index: 1;
	pointer-events: none;
}

.inarqo-proceso::before {
	left: max(0.5rem, env(safe-area-inset-left));
}

.inarqo-proceso::after {
	right: max(0.5rem, env(safe-area-inset-right));
}

@media (max-width: 900px) {
	.inarqo-proceso::before,
	.inarqo-proceso::after {
		display: none;
	}
}

.inarqo-proceso__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: var(--inq-max);
	margin-inline: auto;
}

/* Intro */
.inarqo-proceso__intro {
	margin-bottom: clamp(2.75rem, 6vw, 3.75rem);
	text-align: left;
}

.inarqo-proceso__title {
	margin: 0 0 clamp(1.15rem, 3vw, 1.5rem);
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 600;
	font-size: clamp(1.85rem, 4.2vw, 3rem);
	line-height: 1.08;
	letter-spacing: -0.02em;
	color: var(--inq-text);
	max-width: 22ch;
}

.inarqo-proceso__title-line {
	font-weight: 600;
	color: var(--inq-graphite);
}

.inarqo-proceso__lead {
	margin: 0;
	max-width: var(--inq-lead-max);
	font-size: clamp(1rem, 2.2vw, 1.0625rem);
	line-height: 1.6;
	color: var(--inq-graphite);
	font-weight: 400;
}

/* Grid tarjetas */
.inarqo-proceso__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(1.25rem, 3vw, 1.75rem);
}

@media (min-width: 768px) {
	.inarqo-proceso__grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 1.5rem;
		align-items: stretch;
	}
}

/* Tarjeta */
.inarqo-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	min-height: min(310px, auto);
	padding: clamp(1.75rem, 3.5vw, 2.4rem);
	background: var(--inq-white);
	border: 1px solid var(--inq-border);
	border-radius: var(--inq-radius);
	border-top: 3px solid transparent;
	box-shadow: 0 1px 0 rgba(31, 31, 31, 0.04);
	transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.35s ease, border-color 0.35s ease;
	will-change: transform;
}

.inarqo-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 45px rgba(31, 31, 31, 0.08);
	border-top-color: var(--inq-blue);
}

.inarqo-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 1.25rem;
}

.inarqo-card__num {
	font-family: "Manrope", system-ui, sans-serif;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	color: var(--inq-blue);
	transition: color 0.3s ease;
}

.inarqo-card:hover .inarqo-card__num {
	color: var(--inq-accent);
}

.inarqo-card__rule {
	display: block;
	height: 2px;
	width: 2.5rem;
	background: var(--inq-blue);
	opacity: 0.85;
	transition: background 0.3s ease, opacity 0.3s ease;
}

.inarqo-card:hover .inarqo-card__rule {
	background: var(--inq-accent);
	opacity: 1;
}

.inarqo-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 7.5rem;
	margin-bottom: 1.35rem;
}

.inarqo-card__icon img {
	max-width: 120px;
	width: 55%;
	height: auto;
	object-fit: contain;
	transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
}

.inarqo-card:hover .inarqo-card__icon img {
	transform: translateY(-3px);
	opacity: 0.96;
	filter: brightness(0.92) contrast(1.05);
}

.inarqo-card__title {
	margin: 0 0 0.65rem;
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 600;
	font-size: clamp(1.35rem, 2.5vw, 1.56rem);
	line-height: 1.2;
	color: var(--inq-text);
}

.inarqo-card__text {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.55;
	color: var(--inq-graphite);
	max-width: 34ch;
}

/* Entrada editorial (opcional: quita la clase inarqo-proceso--animate del HTML si usas Motion Elementor) */
@media (prefers-reduced-motion: no-preference) {
	.inarqo-proceso.inarqo-proceso--animate .inarqo-proceso__title {
		animation: inarqoFadeUp 0.65s cubic-bezier(0.22, 1, 0.36, 1) backwards;
	}

	.inarqo-proceso.inarqo-proceso--animate .inarqo-proceso__lead {
		animation: inarqoFadeUp 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.12s backwards;
	}

	.inarqo-proceso.inarqo-proceso--animate .inarqo-card:nth-child(1) {
		animation: inarqoFadeUp 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.22s backwards;
	}

	.inarqo-proceso.inarqo-proceso--animate .inarqo-card:nth-child(2) {
		animation: inarqoFadeUp 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.36s backwards;
	}

	.inarqo-proceso.inarqo-proceso--animate .inarqo-card:nth-child(3) {
		animation: inarqoFadeUp 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.5s backwards;
	}
}

@keyframes inarqoFadeUp {
	from {
		opacity: 0;
		transform: translate3d(0, 22px, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.inarqo-proceso.inarqo-proceso--animate .inarqo-proceso__title,
	.inarqo-proceso.inarqo-proceso--animate .inarqo-proceso__lead,
	.inarqo-proceso.inarqo-proceso--animate .inarqo-card {
		animation: none !important;
	}

	.inarqo-card:hover {
		transform: none;
	}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2a688b9 *//**
 * Sección home — Proyectos destacados (Inarqo)
 * Variables alineadas con hero-inarqo / plugin proyectos
 */

@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700&display=swap");

.inarqo-home-proyectos {
	--inq-blue: #475576;
	--inq-blue-soft: #56698f;
	--inq-accent: #0f6f8a;
	--inq-graphite: #444343;
	--inq-text: #1f1f1f;
	--inq-bg: #f7f6f3;
	--inq-border: #d8d8d4;
	--inq-sand: #c8aa72;
	--inq-container: min(1120px, calc(100% - clamp(1.25rem, 5vw, 3rem)));

	box-sizing: border-box;
	padding: clamp(2.75rem, 7vw, 4.5rem) 0 clamp(2.25rem, 5vw, 3.25rem);
	background:
		radial-gradient(
			ellipse 120% 80% at 50% -30%,
			rgba(71, 85, 118, 0.07),
			transparent 52%
		),
		radial-gradient(
			ellipse 60% 40% at 100% 20%,
			rgba(200, 170, 114, 0.06),
			transparent 45%
		),
		var(--inq-bg);
	color: var(--inq-text);
}

.inarqo-home-proyectos *,
.inarqo-home-proyectos *::before,
.inarqo-home-proyectos *::after {
	box-sizing: border-box;
}

.inarqo-home-proyectos__inner {
	max-width: var(--inq-container);
	margin-left: auto;
	margin-right: auto;
	padding-left: clamp(1rem, 4vw, 1.5rem);
	padding-right: clamp(1rem, 4vw, 1.5rem);
}

/* —— Cabecera: acento lateral + separador suave —— */
.inarqo-home-proyectos__head {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-bottom: clamp(2rem, 5vw, 2.85rem);
	padding-bottom: clamp(1.35rem, 3vw, 1.85rem);
}

.inarqo-home-proyectos__head::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: linear-gradient(
		90deg,
		rgba(71, 85, 118, 0.35) 0%,
		rgba(71, 85, 118, 0.12) 35%,
		rgba(216, 216, 212, 0.9) 70%,
		transparent 100%
	);
}

@media (min-width: 768px) {
	.inarqo-home-proyectos__head {
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
		gap: clamp(1rem, 3vw, 2.5rem);
	}
}

.inarqo-home-proyectos__intro {
	position: relative;
	padding-left: 1.1rem;
	max-width: min(40rem, 100%);
}

.inarqo-home-proyectos__intro::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.2rem;
	bottom: 0.2rem;
	width: 3px;
	border-radius: 2px;
	background: linear-gradient(
		180deg,
		var(--inq-blue) 0%,
		rgba(71, 85, 118, 0.55) 55%,
		rgba(200, 170, 114, 0.75) 100%
	);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.inarqo-home-proyectos__title {
	margin: 0;
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 700;
	font-size: clamp(1.75rem, 3.8vw, 2.35rem);
	line-height: 1.12;
	letter-spacing: -0.03em;
	color: var(--inq-text);
	text-wrap: balance;
}

.inarqo-home-proyectos__lead {
	margin: 0.65rem 0 0;
	max-width: 38ch;
	font-size: clamp(0.98rem, 2vw, 1.0625rem);
	line-height: 1.6;
	font-weight: 500;
	color: var(--inq-graphite);
	opacity: 0.94;
}

/* CTA: mismo lenguaje que botón primario del hero */
.inarqo-home-proyectos__cta {
	flex-shrink: 0;
	align-self: flex-start;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 48px;
	padding: 0.8rem 1.45rem;
	font-family: "Manrope", system-ui, sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color: var(--inq-blue);
	border: 1px solid var(--inq-blue);
	border-radius: 4px;
	box-shadow:
		0 1px 2px rgba(31, 38, 54, 0.08),
		0 8px 24px rgba(71, 85, 118, 0.12);
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease,
		transform 0.15s ease,
		box-shadow 0.2s ease;
	-webkit-tap-highlight-color: transparent;
}

.inarqo-home-proyectos__cta::after {
	content: "→";
	font-size: 1em;
	line-height: 1;
	transition: transform 0.25s ease;
}

.inarqo-home-proyectos__cta:hover {
	background-color: var(--inq-accent);
	border-color: var(--inq-accent);
	color: #ffffff;
	box-shadow:
		0 4px 14px rgba(15, 111, 138, 0.22),
		0 2px 6px rgba(31, 38, 54, 0.06);
	transform: translateY(-1px);
}

.inarqo-home-proyectos__cta:hover::after {
	transform: translateX(4px);
}

.inarqo-home-proyectos__cta:active {
	transform: scale(0.98);
}

.inarqo-home-proyectos__cta:focus-visible {
	outline: 2px solid var(--inq-accent);
	outline-offset: 3px;
}

@media (min-width: 768px) {
	.inarqo-home-proyectos__cta {
		align-self: center;
	}
}

/* Refuerzo del grid del plugin dentro de la sección */
.inarqo-home-proyectos .inarqo-projects-grid {
	gap: clamp(1.25rem, 3vw, 2rem);
}

.inarqo-home-proyectos .inarqo-project-card {
	border-color: var(--inq-border);
}

.inarqo-home-proyectos .inarqo-project-card__ticker {
	border-bottom-color: rgba(200, 170, 114, 0.42);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ac3f313 *//**
 * INARQO · Método de trabajo — solo CSS (pegar en Elementor: sección → CSS avanzado,
 * o CSS de página). Sin dependencias del tema.
 *
 * Opcional: añade la clase `inarqo-metodo--animate` al <section> para entrada suave al cargar.
 */

@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700&family=Inter:wght@400;500&display=swap");

.inarqo-metodo {
	--inq-bg: #1f1f1f;
	--inq-text: #ffffff;
	--inq-muted: rgba(255, 255, 255, 0.78);
	--inq-sand: #c8aa72;
	--inq-blue: #475576;
	--inq-line: rgba(200, 170, 114, 0.45);
	--inq-container: min(1200px, calc(100% - clamp(1.25rem, 5vw, 3rem)));

	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	padding: clamp(4.5rem, 11vw, 6.875rem) clamp(1rem, 4vw, 2rem);
	background-color: var(--inq-bg);
	background-image:
		radial-gradient(
			ellipse 90% 55% at 15% 0%,
			rgba(71, 85, 118, 0.35),
			transparent 52%
		),
		radial-gradient(
			ellipse 70% 45% at 100% 100%,
			rgba(200, 170, 114, 0.08),
			transparent 50%
		);
	color: var(--inq-text);
	font-family: "Inter", system-ui, sans-serif;
	-webkit-font-smoothing: antialiased;
}

.inarqo-metodo *,
.inarqo-metodo *::before,
.inarqo-metodo *::after {
	box-sizing: border-box;
}

.inarqo-metodo__inner {
	max-width: var(--inq-container);
	margin-left: auto;
	margin-right: auto;
}

.inarqo-metodo__head {
	display: grid;
	gap: clamp(1.25rem, 3vw, 2rem);
	margin-bottom: clamp(2.75rem, 6vw, 4rem);
	align-items: start;
}

@media (min-width: 900px) {
	.inarqo-metodo__head {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: clamp(2rem, 5vw, 4rem);
		align-items: end;
	}
}

.inarqo-metodo__title {
	margin: 0;
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 700;
	font-size: clamp(1.85rem, 4.2vw, 2.65rem);
	line-height: 1.12;
	letter-spacing: -0.03em;
	color: var(--inq-text);
	text-wrap: balance;
}

.inarqo-metodo__title-line {
	color: var(--inq-sand);
	font-weight: 600;
}

.inarqo-metodo__lead {
	margin: 0;
	font-size: clamp(0.98rem, 1.8vw, 1.0625rem);
	line-height: 1.65;
	font-weight: 400;
	color: var(--inq-muted);
	max-width: 52ch;
}

@media (min-width: 900px) {
	.inarqo-metodo__lead {
		justify-self: end;
		text-align: left;
	}
}

.inarqo-metodo__timeline {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.inarqo-metodo__rail {
	display: none;
	position: absolute;
	left: 8%;
	right: 8%;
	top: 1.35rem;
	height: 1px;
	background: linear-gradient(
		90deg,
		transparent,
		var(--inq-line) 8%,
		var(--inq-line) 92%,
		transparent
	);
	transform-origin: center center;
	z-index: 0;
	pointer-events: none;
}

@media (min-width: 900px) {
	.inarqo-metodo__rail {
		display: block;
	}
}

.inarqo-metodo__timeline-inner {
	display: grid;
	gap: clamp(2rem, 4vw, 2.5rem);
	position: relative;
	z-index: 1;
}

@media (min-width: 900px) {
	.inarqo-metodo__timeline-inner {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: clamp(0.75rem, 2vw, 1.25rem);
		align-items: start;
	}
}

.inarqo-metodo__step {
	position: relative;
	margin: 0;
	padding: 0;
}

@media (max-width: 899px) {
	.inarqo-metodo__step {
		padding-left: 1.35rem;
		border-left: 1px solid rgba(200, 170, 114, 0.35);
		padding-bottom: 0.25rem;
	}

	.inarqo-metodo__step:last-child {
		padding-bottom: 0;
		border-left-color: rgba(200, 170, 114, 0.2);
	}
}

.inarqo-metodo__step-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.75rem;
	height: 2.75rem;
	padding: 0 0.35rem;
	margin-bottom: 1rem;
	font-family: "Manrope", system-ui, sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: var(--inq-bg);
	background: linear-gradient(
		145deg,
		var(--inq-sand) 0%,
		#b8995f 100%
	);
	border-radius: 999px;
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.12),
		0 8px 24px rgba(0, 0, 0, 0.35);
}

@media (min-width: 900px) {
	.inarqo-metodo__step-num {
		display: flex;
		width: 2.75rem;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 1.15rem;
	}
}

.inarqo-metodo__step-title {
	margin: 0 0 0.55rem;
	font-family: "Manrope", system-ui, sans-serif;
	font-size: clamp(1rem, 1.6vw, 1.08rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--inq-text);
}

@media (min-width: 900px) {
	.inarqo-metodo__step-title {
		text-align: center;
		min-height: 2.5rem;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		text-align: center;
	}
}

.inarqo-metodo__step-text {
	margin: 0;
	font-size: clamp(0.86rem, 1.4vw, 0.92rem);
	line-height: 1.58;
	color: var(--inq-muted);
}

@media (min-width: 900px) {
	.inarqo-metodo__step-text {
		text-align: center;
		max-width: 26ch;
		margin-left: auto;
		margin-right: auto;
	}
}

/* Entrada suave solo CSS (quita `inarqo-metodo--animate` del HTML si no la quieres) */
@media (prefers-reduced-motion: no-preference) {
	.inarqo-metodo--animate .inarqo-metodo__head > .inarqo-metodo__title {
		opacity: 0;
		animation: inarqo-metodo-reveal 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	}

	.inarqo-metodo--animate .inarqo-metodo__head > .inarqo-metodo__lead {
		opacity: 0;
		animation: inarqo-metodo-reveal 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.12s forwards;
	}

	.inarqo-metodo--animate .inarqo-metodo__rail {
		opacity: 0;
		transform: scaleX(0.12);
		animation: inarqo-metodo-line 1.05s cubic-bezier(0.22, 1, 0.36, 1) 0.18s forwards;
	}

	.inarqo-metodo--animate .inarqo-metodo__timeline-inner > .inarqo-metodo__step:nth-child(1) {
		opacity: 0;
		animation: inarqo-metodo-reveal 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.28s forwards;
	}
	.inarqo-metodo--animate .inarqo-metodo__timeline-inner > .inarqo-metodo__step:nth-child(2) {
		opacity: 0;
		animation: inarqo-metodo-reveal 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.38s forwards;
	}
	.inarqo-metodo--animate .inarqo-metodo__timeline-inner > .inarqo-metodo__step:nth-child(3) {
		opacity: 0;
		animation: inarqo-metodo-reveal 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.48s forwards;
	}
	.inarqo-metodo--animate .inarqo-metodo__timeline-inner > .inarqo-metodo__step:nth-child(4) {
		opacity: 0;
		animation: inarqo-metodo-reveal 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.58s forwards;
	}
	.inarqo-metodo--animate .inarqo-metodo__timeline-inner > .inarqo-metodo__step:nth-child(5) {
		opacity: 0;
		animation: inarqo-metodo-reveal 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.68s forwards;
	}
}

@keyframes inarqo-metodo-reveal {
	from {
		opacity: 0;
		transform: translate3d(0, 18px, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes inarqo-metodo-line {
	from {
		opacity: 0;
		transform: scaleX(0.12);
	}
	to {
		opacity: 1;
		transform: scaleX(1);
	}
}

@media (prefers-reduced-motion: reduce) {
	.inarqo-metodo--animate .inarqo-metodo__head > *,
	.inarqo-metodo--animate .inarqo-metodo__rail,
	.inarqo-metodo--animate .inarqo-metodo__step {
		opacity: 1 !important;
		transform: none !important;
		animation: none !important;
	}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-72bd77f *//**
 * INARQO · Manifiesto / Frase de marca
 * Sección a pantalla completa con tipografía editorial.
 * Elementor: pega en CSS personalizado de la sección/página.
 */

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Manrope:wght@600;700&family=Cormorant+Garamond:ital,wght@0,400;0,500;1,500&display=swap");

.inarqo-manifiesto {
	--mf-bg: #f7f6f3;
	--mf-bg-deep: #efece5;
	--mf-ink: #1c1c1c;
	--mf-ink-soft: #4a4a4a;
	--mf-sand: #c8aa72;
	--mf-blue: #475576;
	--mf-line: rgba(28, 28, 28, 0.12);
	--mf-container: min(1200px, calc(100% - clamp(1.5rem, 5vw, 3.5rem)));

	position: relative;
	overflow: hidden;
	background-color: var(--mf-bg);
	color: var(--mf-ink);
	font-family: "Inter", system-ui, sans-serif;
	padding: clamp(5rem, 12vw, 9rem) 0;
	isolation: isolate;
}

.inarqo-manifiesto *,
.inarqo-manifiesto *::before,
.inarqo-manifiesto *::after {
	box-sizing: border-box;
}

/* Fondo con degradado muy sutil + viñeta */
.inarqo-manifiesto__bg {
	position: absolute;
	inset: 0;
	z-index: -2;
	background:
		radial-gradient(ellipse 60% 50% at 50% 0%, rgba(200, 170, 114, 0.10), transparent 65%),
		radial-gradient(ellipse 80% 60% at 50% 100%, rgba(71, 85, 118, 0.08), transparent 70%),
		linear-gradient(180deg, var(--mf-bg) 0%, var(--mf-bg-deep) 100%);
}

/* Líneas sutiles tipo "plano técnico" */
.inarqo-manifiesto__grid {
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	opacity: 0.4;
	background-image:
		linear-gradient(rgba(28, 28, 28, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(28, 28, 28, 0.04) 1px, transparent 1px);
	background-size: 100% 84px, 84px 100%;
	mix-blend-mode: multiply;
}

.inarqo-manifiesto__inner {
	position: relative;
	z-index: 1;
	max-width: var(--mf-container);
	margin: 0 auto;
	text-align: center;
	padding: 0 clamp(1rem, 3vw, 2rem);
}

/* Eyebrow */
.inarqo-manifiesto__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.85rem;
	margin: 0 auto 2.25rem;
	font-family: "Manrope", system-ui, sans-serif;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--mf-ink-soft);
}

.inarqo-manifiesto__eyebrow-line {
	display: block;
	width: clamp(36px, 6vw, 56px);
	height: 1px;
	background: var(--mf-sand);
}

/* Título — frase manifiesto */
.inarqo-manifiesto__title {
	margin: 0 auto;
	max-width: 18ch;
	font-family: "Manrope", system-ui, sans-serif;
	font-size: clamp(2.5rem, 7.5vw, 5.75rem);
	line-height: 1.04;
	font-weight: 700;
	letter-spacing: -0.035em;
	color: var(--mf-ink);
	text-transform: uppercase;
	text-wrap: balance;
}

.inarqo-manifiesto__line {
	display: block;
}

.inarqo-manifiesto__line--2 {
	margin-top: 0.1em;
}

/* "en ti" en cursiva con la sand */
.inarqo-manifiesto__accent {
	display: inline-block;
	font-family: "Cormorant Garamond", "Times New Roman", serif;
	font-style: italic;
	font-weight: 500;
	letter-spacing: -0.01em;
	color: var(--mf-sand);
	text-transform: none;
	transform: translateY(0.04em);
}

/* Subtítulo */
.inarqo-manifiesto__sub {
	margin: clamp(2rem, 4vw, 2.85rem) auto 0;
	max-width: 52ch;
	font-size: clamp(1rem, 1.4vw, 1.125rem);
	line-height: 1.55;
	color: var(--mf-ink-soft);
	text-wrap: pretty;
}

/* Firma */
.inarqo-manifiesto__mark {
	display: inline-block;
	margin-top: clamp(2.5rem, 5vw, 3.5rem);
	font-family: "Manrope", system-ui, sans-serif;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--mf-blue);
}

/* —— Animación de entrada —— */
.inarqo-manifiesto--animate .inarqo-manifiesto__eyebrow,
.inarqo-manifiesto--animate .inarqo-manifiesto__line,
.inarqo-manifiesto--animate .inarqo-manifiesto__sub,
.inarqo-manifiesto--animate .inarqo-manifiesto__mark {
	opacity: 0;
	transform: translateY(18px);
	animation: inarqoManifiestoIn 0.95s cubic-bezier(0.2, 0.65, 0.2, 1) forwards;
}

.inarqo-manifiesto--animate .inarqo-manifiesto__eyebrow {
	animation-delay: 0.05s;
}

.inarqo-manifiesto--animate .inarqo-manifiesto__line--1 {
	animation-delay: 0.2s;
}

.inarqo-manifiesto--animate .inarqo-manifiesto__line--2 {
	animation-delay: 0.35s;
}

.inarqo-manifiesto--animate .inarqo-manifiesto__sub {
	animation-delay: 0.55s;
}

.inarqo-manifiesto--animate .inarqo-manifiesto__mark {
	animation-delay: 0.75s;
}

@keyframes inarqoManifiestoIn {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* —— Tablet —— */
@media (max-width: 900px) {
	.inarqo-manifiesto {
		padding: clamp(4rem, 12vw, 6rem) 0;
	}

	.inarqo-manifiesto__title {
		max-width: 16ch;
	}
}

/* —— Móvil —— */
@media (max-width: 600px) {
	.inarqo-manifiesto__eyebrow {
		font-size: 0.75rem;
		letter-spacing: 0.18em;
		margin-bottom: 1.65rem;
	}

	.inarqo-manifiesto__title {
		font-size: clamp(2.15rem, 11vw, 3rem);
		letter-spacing: -0.025em;
	}

	.inarqo-manifiesto__sub {
		font-size: 1rem;
	}

	.inarqo-manifiesto__grid {
		background-size: 100% 56px, 56px 100%;
		opacity: 0.3;
	}
}

@media (prefers-reduced-motion: reduce) {
	.inarqo-manifiesto--animate .inarqo-manifiesto__eyebrow,
	.inarqo-manifiesto--animate .inarqo-manifiesto__line,
	.inarqo-manifiesto--animate .inarqo-manifiesto__sub,
	.inarqo-manifiesto--animate .inarqo-manifiesto__mark {
		opacity: 1;
		transform: none;
		animation: none;
	}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d1161c8 *//**
 * INARQO · Sobre el estudio / Manolo Martín-d — solo CSS (Elementor: sección → CSS personalizado)
 *
 * Opcional: clase `inarqo-sobre--animate` en <section> para entradas suaves solo con CSS.
 */

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Manrope:wght@500;600;700&display=swap");

.inarqo-sobre {
	--inq-bg: #f7f6f3;
	--inq-blue: #475576;
	--inq-accent: #0f6f8a;
	--inq-text: #1f1f1f;
	--inq-graphite: #444343;
	--inq-white: #ffffff;
	--inq-container: min(1280px, calc(100% - clamp(1.5rem, 5vw, 3rem)));

	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	padding: clamp(4.375rem, 11vw, 6.875rem) clamp(1.25rem, 4vw, 2rem);
	background-color: var(--inq-bg);
	color: var(--inq-text);
	font-family: "Inter", system-ui, sans-serif;
	-webkit-font-smoothing: antialiased;
}

.inarqo-sobre *,
.inarqo-sobre *::before,
.inarqo-sobre *::after {
	box-sizing: border-box;
}

/* Plano técnico muy suave (esquina inferior derecha) */
.inarqo-sobre__decor {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
	background:
		radial-gradient(
			ellipse 55% 40% at 100% 100%,
			rgba(71, 85, 118, 0.055),
			transparent 58%
		),
		repeating-linear-gradient(
			-12deg,
			transparent,
			transparent 11px,
			rgba(71, 85, 118, 0.025) 11px,
			rgba(71, 85, 118, 0.025) 12px
		);
	opacity: 0.85;
	mask-image: linear-gradient(
		to top left,
		black 0%,
		black 38%,
		transparent 62%
	);
}

.inarqo-sobre__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(2.25rem, 5vw, 4rem);
	align-items: center;
	max-width: var(--inq-container);
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 900px) {
	.inarqo-sobre__inner {
		grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.55fr);
		gap: clamp(3rem, 6vw, 5rem);
	}
}

/* --- Imagen --- */
.inarqo-sobre__media {
	margin: 0;
	padding: 0;
	border-radius: 4px;
	overflow: hidden;
	height: min(420px, 88vw);
	max-width: 100%;
}

@media (min-width: 700px) and (max-width: 899px) {
	.inarqo-sobre__media {
		height: min(460px, 65vw);
	}
}

@media (min-width: 900px) {
	.inarqo-sobre__media {
		height: min(560px, 62vh);
	}
}

.inarqo-sobre__photo {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

/* --- Texto --- */
.inarqo-sobre__content {
	max-width: 38.75rem;
}

@media (min-width: 900px) {
	.inarqo-sobre__content {
		justify-self: start;
	}
}

.inarqo-sobre__kicker {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin: 0 0 1.25rem;
	font-family: "Manrope", "Inter", system-ui, sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: var(--inq-blue);
}

.inarqo-sobre__kicker-line {
	flex-shrink: 0;
	width: 48px;
	height: 1px;
	background-color: var(--inq-blue);
	opacity: 0.95;
}

.inarqo-sobre__title {
	margin: 0 0 1.35rem;
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 600;
	font-size: clamp(1.875rem, 4.5vw, 3.25rem);
	line-height: 1.1;
	letter-spacing: -0.03em;
	color: var(--inq-text);
	text-wrap: balance;
}

@media (min-width: 700px) and (max-width: 899px) {
	.inarqo-sobre__title {
		font-size: clamp(2.25rem, 4vw, 2.75rem);
	}
}

.inarqo-sobre__body {
	margin: 0 0 1.75rem;
	font-size: clamp(1rem, 1.15vw, 1.0625rem);
	line-height: 1.7;
	font-weight: 400;
	color: var(--inq-graphite);
}

.inarqo-sobre__body p {
	margin: 0 0 1rem;
}

.inarqo-sobre__body p:last-child {
	margin-bottom: 0;
}

.inarqo-sobre__profile {
	margin: 0 0 1.5rem;
}

.inarqo-sobre__name {
	margin: 0 0 0.35rem;
	font-family: "Manrope", system-ui, sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.25;
	color: var(--inq-text);
}

.inarqo-sobre__role {
	margin: 0;
	font-size: clamp(0.9375rem, 1.2vw, 1rem);
	line-height: 1.5;
	font-weight: 400;
	color: var(--inq-graphite);
}

.inarqo-sobre__quote {
	margin: 0 0 1.75rem;
	padding: 0;
	border: none;
	font-family: "Manrope", system-ui, sans-serif;
	font-size: clamp(1.125rem, 2.2vw, 1.375rem);
	font-weight: 500;
	line-height: 1.45;
	color: var(--inq-blue);
	letter-spacing: -0.02em;
}

.inarqo-sobre__quote::before {
	content: "\201C";
}

.inarqo-sobre__quote::after {
	content: "\201D";
}

/* CTA opcional */
.inarqo-sobre__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.9rem 1.65rem;
	font-family: "Manrope", system-ui, sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-decoration: none;
	color: var(--inq-white);
	background-color: var(--inq-blue);
	border: 1px solid var(--inq-blue);
	border-radius: 4px;
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		transform 0.15s ease;
}

.inarqo-sobre__cta:hover {
	background-color: var(--inq-accent);
	border-color: var(--inq-accent);
	color: var(--inq-white);
}

.inarqo-sobre__cta:active {
	transform: scale(0.98);
}

.inarqo-sobre__cta:focus-visible {
	outline: 2px solid var(--inq-accent);
	outline-offset: 3px;
}

/* Animación solo CSS (quita `inarqo-sobre--animate` si no la quieres) */
@media (prefers-reduced-motion: no-preference) {
	.inarqo-sobre--animate .inarqo-sobre__media {
		opacity: 0;
		transform: translate3d(-22px, 0, 0);
		animation: inarqo-sobre-in-left 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	}

	.inarqo-sobre--animate .inarqo-sobre__content > .inarqo-sobre__kicker {
		opacity: 0;
		transform: translate3d(0, 18px, 0);
		animation: inarqo-sobre-in-up 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.15s forwards;
	}

	.inarqo-sobre--animate .inarqo-sobre__content > .inarqo-sobre__title {
		opacity: 0;
		transform: translate3d(0, 18px, 0);
		animation: inarqo-sobre-in-up 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.18s forwards;
	}

	.inarqo-sobre--animate .inarqo-sobre__content > .inarqo-sobre__body {
		opacity: 0;
		transform: translate3d(0, 18px, 0);
		animation: inarqo-sobre-in-up 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.22s forwards;
	}

	.inarqo-sobre--animate .inarqo-sobre__profile {
		opacity: 0;
		transform: translate3d(0, 16px, 0);
		animation: inarqo-sobre-in-up 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
	}

	.inarqo-sobre--animate .inarqo-sobre__quote {
		opacity: 0;
		animation: inarqo-sobre-in-fade 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.45s forwards;
	}

	.inarqo-sobre--animate .inarqo-sobre__cta {
		opacity: 0;
		transform: translate3d(0, 12px, 0);
		animation: inarqo-sobre-in-up 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
	}
}

@keyframes inarqo-sobre-in-left {
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes inarqo-sobre-in-up {
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes inarqo-sobre-in-fade {
	to {
		opacity: 1;
	}
}

@media (prefers-reduced-motion: reduce) {
	.inarqo-sobre--animate .inarqo-sobre__media,
	.inarqo-sobre--animate .inarqo-sobre__content > *,
	.inarqo-sobre--animate .inarqo-sobre__profile,
	.inarqo-sobre--animate .inarqo-sobre__quote,
	.inarqo-sobre--animate .inarqo-sobre__cta {
		opacity: 1 !important;
		transform: none !important;
		animation: none !important;
	}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9151ce8 *//**
 * INARQO · Sección "Síguenos en redes"
 * Mosaico social con tarjetas para Instagram + Facebook.
 * Coherente con la paleta del estudio (crema · azul · arena).
 */

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Manrope:wght@500;600;700&display=swap");

.inarqo-redes {
	--ir-bg: #f7f6f3;
	--ir-bg-deep: #efece5;
	--ir-ink: #1c1c1c;
	--ir-ink-soft: #4a4a4a;
	--ir-blue: #475576;
	--ir-blue-hi: #5e6d95;
	--ir-sand: #c8aa72;
	--ir-cream: #ffffff;
	--ir-line: rgba(28, 28, 28, 0.1);
	--ir-container: min(1280px, calc(100% - clamp(1.5rem, 5vw, 3.5rem)));

	position: relative;
	overflow: hidden;
	padding: clamp(4rem, 9vw, 6.5rem) 0;
	background-color: var(--ir-bg);
	color: var(--ir-ink);
	font-family: "Inter", system-ui, sans-serif;
	isolation: isolate;
}

.inarqo-redes *,
.inarqo-redes *::before,
.inarqo-redes *::after {
	box-sizing: border-box;
}

/* Fondo: viñetas suaves con los acentos de marca */
.inarqo-redes__bg {
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background:
		radial-gradient(ellipse 50% 50% at 12% 0%, rgba(200, 170, 114, 0.10), transparent 60%),
		radial-gradient(ellipse 60% 55% at 100% 100%, rgba(71, 85, 118, 0.10), transparent 65%),
		linear-gradient(180deg, var(--ir-bg) 0%, var(--ir-bg-deep) 100%);
}

.inarqo-redes__inner {
	position: relative;
	max-width: var(--ir-container);
	margin: 0 auto;
	padding: 0 clamp(1rem, 3vw, 2rem);
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(2.5rem, 5vw, 4rem);
	align-items: center;
}

@media (min-width: 960px) {
	.inarqo-redes__inner {
		grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
		gap: clamp(3rem, 6vw, 5rem);
	}
}

/* —— Cabecera de texto —— */
.inarqo-redes__head {
	max-width: 32rem;
}

.inarqo-redes__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	margin: 0 0 1.35rem;
	font-family: "Manrope", system-ui, sans-serif;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--ir-blue);
}

.inarqo-redes__eyebrow-line {
	display: block;
	width: clamp(36px, 5vw, 52px);
	height: 1px;
	background: var(--ir-sand);
}

.inarqo-redes__title {
	margin: 0 0 1.35rem;
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 600;
	font-size: clamp(1.85rem, 4.2vw, 3rem);
	line-height: 1.08;
	letter-spacing: -0.03em;
	color: var(--ir-ink);
	text-wrap: balance;
}

.inarqo-redes__title-accent {
	color: var(--ir-blue);
	font-style: italic;
	font-weight: 500;
}

.inarqo-redes__lead {
	margin: 0;
	max-width: 30rem;
	font-size: clamp(1rem, 1.2vw, 1.0625rem);
	line-height: 1.65;
	color: var(--ir-ink-soft);
	text-wrap: pretty;
}

/* —— Mosaico de tarjetas —— */
.inarqo-redes__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(1rem, 2.2vw, 1.4rem);
}

@media (min-width: 560px) {
	.inarqo-redes__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.inarqo-redes__card {
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	min-height: 280px;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.6) inset,
		0 18px 40px rgba(28, 28, 28, 0.08);
	transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

/* La 2ª tarjeta ligeramente desplazada en desktop para el efecto asimétrico */
@media (min-width: 560px) {
	.inarqo-redes__card:nth-child(2) {
		transform: translateY(clamp(1rem, 2.5vw, 2.25rem));
	}
}

.inarqo-redes__link {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-rows: auto 1fr auto;
	height: 100%;
	min-height: inherit;
	padding: clamp(1.5rem, 2.5vw, 2rem);
	text-decoration: none;
	color: #fff;
	font-family: "Inter", system-ui, sans-serif;
}

.inarqo-redes__link:focus-visible {
	outline: 2px solid var(--ir-sand);
	outline-offset: 4px;
}

/* Fondo de tarjeta por red */
.inarqo-redes__card-bg {
	position: absolute;
	inset: 0;
	z-index: -1;
	transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
		opacity 0.4s ease;
}

.inarqo-redes__card-bg::before,
.inarqo-redes__card-bg::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	filter: blur(38px);
	opacity: 0.55;
	pointer-events: none;
	transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
		opacity 0.4s ease;
}

/* Instagram: gradiente icónico (amarillo → rosa → púrpura) */
.inarqo-redes__card--instagram .inarqo-redes__card-bg {
	background:
		radial-gradient(ellipse 60% 60% at 30% 110%, #fdbb2d 0%, transparent 55%),
		radial-gradient(ellipse 70% 60% at 80% 20%, #6b3fc1 0%, transparent 55%),
		linear-gradient(135deg, #f58529 0%, #dd2a7b 45%, #8134af 80%, #515bd4 100%);
}

.inarqo-redes__card--instagram .inarqo-redes__card-bg::before {
	width: 220px;
	height: 220px;
	background: rgba(255, 255, 255, 0.18);
	top: -60px;
	right: -40px;
}

.inarqo-redes__card--instagram .inarqo-redes__card-bg::after {
	width: 260px;
	height: 260px;
	background: rgba(0, 0, 0, 0.18);
	bottom: -90px;
	left: -50px;
}

/* Facebook: gradiente azul corporativo + nuestro azul de marca */
.inarqo-redes__card--facebook .inarqo-redes__card-bg {
	background:
		radial-gradient(ellipse 60% 60% at 100% 0%, rgba(255, 255, 255, 0.22) 0%, transparent 55%),
		radial-gradient(ellipse 70% 60% at 0% 100%, rgba(0, 0, 0, 0.25) 0%, transparent 55%),
		linear-gradient(140deg, #1877f2 0%, #2d4ea8 55%, #1d2c5b 100%);
}

.inarqo-redes__card--facebook .inarqo-redes__card-bg::before {
	width: 240px;
	height: 240px;
	background: rgba(255, 255, 255, 0.18);
	top: -70px;
	right: -50px;
}

.inarqo-redes__card--facebook .inarqo-redes__card-bg::after {
	width: 240px;
	height: 240px;
	background: rgba(255, 255, 255, 0.08);
	bottom: -80px;
	left: -40px;
}

/* Icono grande */
.inarqo-redes__card-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.28);
	color: #fff;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
		background 0.3s ease;
}

.inarqo-redes__card-icon iconify-icon {
	font-size: 48px;
	color: #fff;
}

/* Cuerpo: red + usuario + texto */
.inarqo-redes__card-body {
	display: block;
	margin-top: clamp(1.25rem, 2.5vw, 1.65rem);
}

.inarqo-redes__card-network {
	display: block;
	font-family: "Manrope", system-ui, sans-serif;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	opacity: 0.85;
}

.inarqo-redes__card-user {
	display: block;
	margin-top: 0.35rem;
	font-family: "Manrope", system-ui, sans-serif;
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.02em;
	word-break: break-word;
}

.inarqo-redes__card-text {
	display: block;
	margin-top: 0.75rem;
	max-width: 28ch;
	font-size: 0.95rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.88);
}

/* CTA inferior tipo chip */
.inarqo-redes__card-cta {
	display: inline-flex;
	align-self: start;
	align-items: center;
	gap: 0.45rem;
	margin-top: clamp(1.5rem, 3vw, 2rem);
	padding: 0.55rem 1.15rem 0.55rem 1.1rem;
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 999px;
	font-family: "Manrope", system-ui, sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #fff;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	transition: background 0.3s ease, transform 0.3s ease;
}

.inarqo-redes__card-cta iconify-icon {
	transition: transform 0.3s ease;
}

/* —— Hover —— */
@media (hover: hover) {
	.inarqo-redes__card:hover {
		transform: translateY(-6px);
		box-shadow:
			0 1px 0 rgba(255, 255, 255, 0.7) inset,
			0 28px 56px rgba(28, 28, 28, 0.18);
	}

	.inarqo-redes__card:nth-child(2):hover {
		transform: translateY(calc(clamp(1rem, 2.5vw, 2.25rem) - 6px));
	}

	.inarqo-redes__card:hover .inarqo-redes__card-bg {
		transform: scale(1.05);
	}

	.inarqo-redes__card:hover .inarqo-redes__card-bg::before {
		transform: translate(-12px, 16px);
		opacity: 0.7;
	}

	.inarqo-redes__card:hover .inarqo-redes__card-bg::after {
		transform: translate(12px, -16px);
		opacity: 0.7;
	}

	.inarqo-redes__card:hover .inarqo-redes__card-icon {
		background: rgba(255, 255, 255, 0.28);
		transform: scale(1.05) rotate(-3deg);
	}

	.inarqo-redes__card:hover .inarqo-redes__card-cta {
		background: rgba(255, 255, 255, 0.28);
		transform: translateX(2px);
	}

	.inarqo-redes__card:hover .inarqo-redes__card-cta iconify-icon {
		transform: translate(3px, -3px);
	}
}

/* —— Animación de entrada —— */
.inarqo-redes--animate .inarqo-redes__eyebrow,
.inarqo-redes--animate .inarqo-redes__title,
.inarqo-redes--animate .inarqo-redes__lead,
.inarqo-redes--animate .inarqo-redes__card {
	opacity: 0;
	transform: translateY(20px);
	animation: inarqoRedesIn 0.85s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.inarqo-redes--animate .inarqo-redes__eyebrow {
	animation-delay: 0.05s;
}

.inarqo-redes--animate .inarqo-redes__title {
	animation-delay: 0.15s;
}

.inarqo-redes--animate .inarqo-redes__lead {
	animation-delay: 0.25s;
}

.inarqo-redes--animate .inarqo-redes__card:nth-child(1) {
	animation-delay: 0.35s;
}

.inarqo-redes--animate .inarqo-redes__card:nth-child(2) {
	animation-delay: 0.45s;
}

@media (min-width: 560px) {
	.inarqo-redes--animate .inarqo-redes__card:nth-child(2) {
		transform: translateY(calc(clamp(1rem, 2.5vw, 2.25rem) + 20px));
	}
}

@keyframes inarqoRedesIn {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (min-width: 560px) {
	@keyframes inarqoRedesIn {
		to {
			opacity: 1;
		}
	}

	.inarqo-redes--animate .inarqo-redes__card:nth-child(2) {
		animation-name: inarqoRedesInOffset;
	}

	@keyframes inarqoRedesInOffset {
		to {
			opacity: 1;
			transform: translateY(clamp(1rem, 2.5vw, 2.25rem));
		}
	}
}

/* —— Móvil —— */
@media (max-width: 559px) {
	.inarqo-redes__card {
		min-height: 240px;
	}

	.inarqo-redes__card-icon {
		width: 56px;
		height: 56px;
	}

	.inarqo-redes__card-icon iconify-icon {
		font-size: 40px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.inarqo-redes--animate .inarqo-redes__eyebrow,
	.inarqo-redes--animate .inarqo-redes__title,
	.inarqo-redes--animate .inarqo-redes__lead,
	.inarqo-redes--animate .inarqo-redes__card {
		opacity: 1 !important;
		animation: none !important;
		transform: none !important;
	}

	@media (min-width: 560px) {
		.inarqo-redes--animate .inarqo-redes__card:nth-child(2) {
			transform: translateY(clamp(1rem, 2.5vw, 2.25rem)) !important;
		}
	}

	.inarqo-redes__card,
	.inarqo-redes__card-bg,
	.inarqo-redes__card-bg::before,
	.inarqo-redes__card-bg::after,
	.inarqo-redes__card-icon,
	.inarqo-redes__card-cta,
	.inarqo-redes__card-cta iconify-icon {
		transition: none !important;
	}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-993dfd7 */@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Manrope:wght@500;600;700&display=swap");

.inarqo-collab {
	--inq-bg: #ffffff;
	--inq-blue: #475576;
	--inq-accent: #0f6f8a;
	--inq-text: #1f1f1f;
	--inq-graphite: #444343;
	--inq-border: #e8e8e5;
	--inq-muted: #6b6b6b;
	--inq-container: min(1200px, calc(100% - clamp(1.5rem, 5vw, 3rem)));

	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	padding: clamp(4.5rem, 10vw, 6.25rem) clamp(1.25rem, 4vw, 2rem);
	background-color: var(--inq-bg);
	color: var(--inq-text);
	font-family: "Inter", system-ui, sans-serif;
	-webkit-font-smoothing: antialiased;
}

.inarqo-collab *,
.inarqo-collab *::before,
.inarqo-collab *::after {
	box-sizing: border-box;
}

.inarqo-collab__inner {
	max-width: var(--inq-container);
	margin-left: auto;
	margin-right: auto;
}

/* Cabecera: intro + frase destacada */
.inarqo-collab__header {
	display: grid;
	gap: clamp(1.75rem, 4vw, 2.5rem);
	margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
	align-items: start;
}

@media (min-width: 900px) {
	.inarqo-collab__header {
		grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
		gap: clamp(2rem, 4vw, 3.5rem);
		align-items: end;
	}
}

.inarqo-collab__kicker {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin: 0 0 1rem;
	font-family: "Manrope", "Inter", system-ui, sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: var(--inq-blue);
}

.inarqo-collab__kicker-line {
	flex-shrink: 0;
	width: 48px;
	height: 1px;
	background-color: var(--inq-blue);
	opacity: 0.9;
}

.inarqo-collab__title {
	margin: 0 0 1rem;
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 600;
	font-size: clamp(1.65rem, 3.8vw, 2.5rem);
	line-height: 1.15;
	letter-spacing: -0.03em;
	color: var(--inq-text);
	text-wrap: balance;
}

.inarqo-collab__lead {
	margin: 0;
	max-width: 52ch;
	font-size: clamp(1rem, 1.2vw, 1.0625rem);
	line-height: 1.7;
	font-weight: 400;
	color: var(--inq-graphite);
}

.inarqo-collab__highlight {
	margin: 0;
	padding: clamp(1.35rem, 3vw, 1.75rem) clamp(1.25rem, 3vw, 1.75rem);
	background: linear-gradient(
		145deg,
		rgba(71, 85, 118, 0.06) 0%,
		rgba(247, 246, 243, 0.95) 100%
	);
	border: 1px solid rgba(71, 85, 118, 0.12);
	border-radius: 6px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.inarqo-collab__highlight-text {
	margin: 0;
	font-family: "Manrope", system-ui, sans-serif;
	font-size: clamp(1.05rem, 2vw, 1.25rem);
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: -0.02em;
	color: var(--inq-blue);
}

/* Cuatro pilares */
.inarqo-collab__pillars {
	display: grid;
	gap: clamp(1rem, 2.5vw, 1.35rem);
	list-style: none;
	margin: 0 0 clamp(3rem, 6vw, 4rem);
	padding: 0;
}

@media (min-width: 700px) {
	.inarqo-collab__pillars {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1100px) {
	.inarqo-collab__pillars {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.inarqo-collab__card {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0;
	padding: clamp(1.25rem, 3vw, 1.5rem);
	background: #fafaf9;
	border: 1px solid var(--inq-border);
	border-radius: 6px;
	transition:
		border-color 0.25s ease,
		box-shadow 0.25s ease,
		transform 0.2s ease;
}

.inarqo-collab__card:hover {
	border-color: rgba(71, 85, 118, 0.22);
	box-shadow: 0 12px 36px rgba(31, 38, 54, 0.06);
	transform: translateY(-2px);
}

.inarqo-collab__card-num {
	display: inline-block;
	margin-bottom: 0.65rem;
	font-family: "Manrope", system-ui, sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: var(--inq-blue);
	opacity: 0.85;
}

.inarqo-collab__card-title {
	margin: 0 0 0.5rem;
	font-family: "Manrope", system-ui, sans-serif;
	font-size: clamp(1.05rem, 1.8vw, 1.15rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--inq-text);
}

.inarqo-collab__card-text {
	margin: 0;
	font-size: clamp(0.9rem, 1.4vw, 0.9375rem);
	line-height: 1.58;
	color: var(--inq-graphite);
}

/* Logos colaboradores */
.inarqo-collab__partners {
	padding-top: clamp(0.25rem, 2vw, 1rem);
	border-top: 1px solid rgba(216, 216, 212, 0.85);
}

.inarqo-collab__partners-title {
	margin: 0 0 clamp(1.25rem, 3vw, 1.75rem);
	font-family: "Manrope", system-ui, sans-serif;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--inq-muted);
	text-align: center;
}

.inarqo-collab__partners-figure {
	margin: 0;
	padding: 0;
	line-height: 0;
}

.inarqo-collab__partners-img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

/* Animación opcional (solo CSS al cargar; quita `inarqo-collab--animate` si no la quieres) */
@media (prefers-reduced-motion: no-preference) {
	.inarqo-collab--animate .inarqo-collab__intro > * {
		opacity: 0;
		transform: translate3d(0, 16px, 0);
	}

	.inarqo-collab--animate .inarqo-collab__highlight {
		opacity: 0;
		transform: translate3d(0, 16px, 0);
	}

	.inarqo-collab--animate .inarqo-collab__pillars > .inarqo-collab__card {
		opacity: 0;
		transform: translate3d(0, 16px, 0);
	}

	.inarqo-collab--animate .inarqo-collab__partners {
		opacity: 0;
		transform: translate3d(0, 14px, 0);
	}

	.inarqo-collab--animate .inarqo-collab__intro > .inarqo-collab__kicker {
		animation: inarqo-collab-in 0.65s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	}

	.inarqo-collab--animate .inarqo-collab__intro > .inarqo-collab__title {
		animation: inarqo-collab-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.06s forwards;
	}

	.inarqo-collab--animate .inarqo-collab__intro > .inarqo-collab__lead {
		animation: inarqo-collab-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.12s forwards;
	}

	.inarqo-collab--animate .inarqo-collab__highlight {
		animation: inarqo-collab-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.14s forwards;
	}

	.inarqo-collab--animate .inarqo-collab__pillars > .inarqo-collab__card:nth-child(1) {
		animation: inarqo-collab-in 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
	}
	.inarqo-collab--animate .inarqo-collab__pillars > .inarqo-collab__card:nth-child(2) {
		animation: inarqo-collab-in 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.28s forwards;
	}
	.inarqo-collab--animate .inarqo-collab__pillars > .inarqo-collab__card:nth-child(3) {
		animation: inarqo-collab-in 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.36s forwards;
	}
	.inarqo-collab--animate .inarqo-collab__pillars > .inarqo-collab__card:nth-child(4) {
		animation: inarqo-collab-in 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.44s forwards;
	}

	.inarqo-collab--animate .inarqo-collab__partners {
		animation: inarqo-collab-in 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.52s forwards;
	}
}

@keyframes inarqo-collab-in {
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.inarqo-collab--animate .inarqo-collab__intro > *,
	.inarqo-collab--animate .inarqo-collab__highlight,
	.inarqo-collab--animate .inarqo-collab__pillars > *,
	.inarqo-collab--animate .inarqo-collab__partners {
		opacity: 1 !important;
		transform: none !important;
		animation: none !important;
	}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-66aada6 *//**
 * INARQO · CTA final / Contacto — versión premium (Elementor: sección → CSS personalizado)
 *
 * Opcional: `inarqo-cta--animate` en <section>.
 */

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Manrope:wght@500;600;700&display=swap");

.inarqo-cta {
	--inq-bg: #151515;
	--inq-text: #fafafa;
	--inq-muted: rgba(255, 255, 255, 0.72);
	--inq-blue: #475576;
	--inq-sand: #c8aa72;
	--inq-accent: #0f6f8a;
	--inq-glass: rgba(255, 255, 255, 0.04);
	--inq-container: min(920px, calc(100% - clamp(1.5rem, 5vw, 3rem)));

	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	isolation: isolate;
	padding: clamp(4.75rem, 12vw, 7.5rem) clamp(1.25rem, 4vw, 2rem);
	background-color: var(--inq-bg);
	color: var(--inq-text);
	font-family: "Inter", system-ui, sans-serif;
	text-align: center;
	-webkit-font-smoothing: antialiased;
}

/* Capas de atmósfera */
.inarqo-cta__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		radial-gradient(
			ellipse 90% 70% at 50% -25%,
			rgba(71, 85, 118, 0.55),
			transparent 58%
		),
		radial-gradient(
			ellipse 55% 45% at 110% 85%,
			rgba(200, 170, 114, 0.09),
			transparent 52%
		),
		radial-gradient(
			circle at 15% 75%,
			rgba(15, 111, 138, 0.06),
			transparent 42%
		);
}

.inarqo-cta__bg::after {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0.35;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.45'/%3E%3C/svg%3E");
	background-size: 180px 180px;
	mix-blend-mode: overlay;
	pointer-events: none;
}

.inarqo-cta *,
.inarqo-cta *::before,
.inarqo-cta *::after {
	box-sizing: border-box;
}

.inarqo-cta__inner {
	position: relative;
	z-index: 1;
	max-width: var(--inq-container);
	margin-left: auto;
	margin-right: auto;
}

/* Eyebrow */
.inarqo-cta__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	margin: 0 0 1.35rem;
	padding: 0.35rem 0.85rem 0.35rem 0.65rem;
	font-family: "Manrope", system-ui, sans-serif;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--inq-sand);
	background: rgba(200, 170, 114, 0.08);
	border: 1px solid rgba(200, 170, 114, 0.22);
	border-radius: 999px;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.inarqo-cta__eyebrow-dot {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: linear-gradient(145deg, var(--inq-sand), #a68950);
	box-shadow: 0 0 12px rgba(200, 170, 114, 0.55);
}

/* Título con acento */
.inarqo-cta__title {
	margin: 0 0 clamp(1.15rem, 3vw, 1.5rem);
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 700;
	font-size: clamp(1.85rem, 5vw, 2.85rem);
	line-height: 1.08;
	letter-spacing: -0.035em;
	color: var(--inq-text);
	text-wrap: balance;
}

.inarqo-cta__title-accent {
	background: linear-gradient(
		120deg,
		#f0e6d8 0%,
		var(--inq-sand) 38%,
		#e8d5b8 100%
	);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.inarqo-cta__lead {
	margin: 0 auto clamp(2.25rem, 5vw, 3rem);
	max-width: 46ch;
	font-size: clamp(1.02rem, 2vw, 1.125rem);
	line-height: 1.68;
	font-weight: 400;
	color: var(--inq-muted);
}

/* Panel acciones + contacto */
.inarqo-cta__panel {
	position: relative;
	padding: clamp(1.75rem, 4vw, 2.35rem);
	border-radius: 14px;
	background: linear-gradient(
		155deg,
		rgba(255, 255, 255, 0.07) 0%,
		rgba(255, 255, 255, 0.02) 100%
	);
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.06) inset,
		0 24px 56px rgba(0, 0, 0, 0.35),
		0 0 0 1px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.inarqo-cta__panel::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: 1px;
	background: linear-gradient(
		135deg,
		rgba(200, 170, 114, 0.35) 0%,
		transparent 42%,
		rgba(71, 85, 118, 0.25) 100%
	);
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	opacity: 0.65;
}

.inarqo-cta__actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	gap: 0.75rem;
	margin-bottom: clamp(1.65rem, 4vw, 2rem);
}

@media (min-width: 540px) {
	.inarqo-cta__actions {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 1rem;
	}
}

.inarqo-cta__btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	min-height: 52px;
	padding: 0.95rem 1.85rem;
	font-family: "Manrope", system-ui, sans-serif;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	border-radius: 6px;
	overflow: hidden;
	transition:
		background-color 0.28s ease,
		border-color 0.28s ease,
		color 0.28s ease,
		transform 0.18s ease,
		box-shadow 0.28s ease;
	-webkit-tap-highlight-color: transparent;
}

.inarqo-cta__btn::after {
	content: "→";
	font-size: 1.05em;
	font-weight: 600;
	transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.inarqo-cta__btn:hover::after {
	transform: translateX(4px);
}

.inarqo-cta__btn--primary {
	color: #ffffff;
	background: linear-gradient(
		165deg,
		#526488 0%,
		var(--inq-blue) 45%,
		#3d4a62 100%
	);
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow:
		0 2px 0 rgba(255, 255, 255, 0.12) inset,
		0 12px 36px rgba(71, 85, 118, 0.38);
}

.inarqo-cta__btn--primary:hover {
	background: linear-gradient(
		165deg,
		#138ba8 0%,
		var(--inq-accent) 50%,
		#0c5f73 100%
	);
	border-color: rgba(255, 255, 255, 0.18);
	box-shadow:
		0 2px 0 rgba(255, 255, 255, 0.15) inset,
		0 16px 44px rgba(15, 111, 138, 0.42);
	transform: translateY(-2px);
	color: #fff;
}

.inarqo-cta__btn--ghost {
	color: rgba(255, 255, 255, 0.92);
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.22);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
}

.inarqo-cta__btn--ghost:hover {
	background: rgba(255, 255, 255, 0.09);
	border-color: rgba(200, 170, 114, 0.55);
	color: var(--inq-sand);
	transform: translateY(-2px);
}

.inarqo-cta__btn:active {
	transform: translateY(0) scale(0.98);
}

.inarqo-cta__btn:focus-visible {
	outline: 2px solid var(--inq-sand);
	outline-offset: 3px;
}

/* Separador dentro del panel */
.inarqo-cta__divider {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin: 0 0 1.35rem;
	color: rgba(255, 255, 255, 0.28);
	font-size: 0.65rem;
	letter-spacing: 0.35em;
	text-transform: uppercase;
	font-weight: 600;
}

.inarqo-cta__divider::before,
.inarqo-cta__divider::after {
	content: "";
	flex: 1;
	height: 1px;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(255, 255, 255, 0.18),
		transparent
	);
}

.inarqo-cta__divider span {
	color: rgba(200, 170, 114, 0.65);
	white-space: nowrap;
}

/* Contacto */
.inarqo-cta__contact {
	padding-top: 0;
}

.inarqo-cta__name {
	margin: 0 0 1rem;
	font-family: "Manrope", system-ui, sans-serif;
	font-size: 0.9375rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.88);
	letter-spacing: 0.04em;
}

.inarqo-cta__details {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.85rem;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: clamp(0.9375rem, 2vw, 1rem);
	line-height: 1.45;
}

@media (min-width: 520px) {
	.inarqo-cta__details {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 1.25rem 2rem;
	}
}

.inarqo-cta__details li {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.inarqo-cta__details li + li {
	position: relative;
}

@media (min-width: 520px) {
	.inarqo-cta__details li + li {
		padding-left: 1.75rem;
		border-left: 1px solid rgba(255, 255, 255, 0.14);
	}
}

.inarqo-cta__details a {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
	padding: 0.4rem 0.65rem;
	border-radius: 6px;
	border: 1px solid transparent;
	transition:
		color 0.25s ease,
		background 0.25s ease,
		border-color 0.25s ease;
}

.inarqo-cta__details a:hover {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.12);
}

.inarqo-cta__details-label {
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(200, 170, 114, 0.85);
}

/* Animación */
@media (prefers-reduced-motion: no-preference) {
	.inarqo-cta--animate .inarqo-cta__eyebrow,
	.inarqo-cta--animate .inarqo-cta__title,
	.inarqo-cta--animate .inarqo-cta__lead,
	.inarqo-cta--animate .inarqo-cta__panel {
		opacity: 0;
		transform: translate3d(0, 22px, 0);
	}

	.inarqo-cta--animate .inarqo-cta__eyebrow {
		animation: inarqo-cta-in 0.72s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	}

	.inarqo-cta--animate .inarqo-cta__title {
		animation: inarqo-cta-in 0.78s cubic-bezier(0.22, 1, 0.36, 1) 0.08s forwards;
	}

	.inarqo-cta--animate .inarqo-cta__lead {
		animation: inarqo-cta-in 0.78s cubic-bezier(0.22, 1, 0.36, 1) 0.14s forwards;
	}

	.inarqo-cta--animate .inarqo-cta__panel {
		animation: inarqo-cta-in 0.82s cubic-bezier(0.22, 1, 0.36, 1) 0.22s forwards;
	}
}

@keyframes inarqo-cta-in {
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.inarqo-cta--animate .inarqo-cta__eyebrow,
	.inarqo-cta--animate .inarqo-cta__title,
	.inarqo-cta--animate .inarqo-cta__lead,
	.inarqo-cta--animate .inarqo-cta__panel {
		opacity: 1 !important;
		transform: none !important;
		animation: none !important;
	}
}/* End custom CSS */