:root {
	--st-navy: #062864;
	--st-navy-dark: #031a43;
	--st-blue: #0f5cc0;
	--st-green: #4c8f3a;
	--st-gold: #ffc21a;
	--st-surface: #f6f8fb;
	--st-border: rgba(6, 40, 100, 0.12);
	--st-text: #334155;
	--st-white: #ffffff;
	--st-shadow: 0 18px 55px rgba(3, 26, 67, 0.1);
}

html.st-launch-ready body {
	color: var(--st-navy-dark);
}

.st-hidden-demo-section,
.st-hidden-demo-phone,
.st-hidden-native-footer,
.st-hidden-launch-menu-item {
	display: none !important;
}

/* Cabecera de lanzamiento: limpia y enfocada en búsqueda/publicación. */
.st-directory-mvp .header-main-wrap,
.st-directory-mvp .header-mobile-wrap {
	border-bottom: 1px solid var(--st-border);
	box-shadow: none;
}

.st-directory-mvp .header-main-wrap .container,
.st-directory-mvp .header-main-wrap .container-fluid {
	align-items: center;
}

.st-directory-mvp .main-nav .nav-link,
.st-directory-mvp .main-nav a {
	font-weight: 650;
}

.st-directory-mvp .header-main-wrap .btn-create-listing,
.st-directory-mvp .header-main-wrap .btn-primary,
.st-directory-mvp a.btn-create-listing {
	border-radius: 10px !important;
	font-weight: 750 !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.st-hero-title {
	color: var(--st-navy-dark) !important;
	letter-spacing: -0.045em;
	max-width: 690px;
}

.st-hero-section .houzez-search-button,
.st-hero-section button[type='submit'],
.st-hero-section .btn-search,
.header-main-wrap .btn-create-listing,
.header-main-wrap .btn-primary,
a.btn-create-listing {
	border-color: var(--st-blue) !important;
	background: var(--st-blue) !important;
	box-shadow: none !important;
}

.st-hero-section .houzez-search-button:hover,
.st-hero-section button[type='submit']:hover,
.st-hero-section .btn-search:hover,
.header-main-wrap .btn-create-listing:hover,
.header-main-wrap .btn-primary:hover,
a.btn-create-listing:hover {
	border-color: var(--st-navy) !important;
	background: var(--st-navy) !important;
}

.st-hero-section input,
.st-hero-section select,
.st-hero-section .bootstrap-select > .dropdown-toggle,
.st-hero-section .form-control {
	border-color: var(--st-border) !important;
}

.st-directory-types,
.st-directory-recent,
.st-directory-featured {
	position: relative;
}

.st-directory-types h2,
.st-directory-recent h2,
.st-directory-featured h2,
.st-directory-types h3,
.st-directory-recent h3,
.st-directory-featured h3 {
	color: var(--st-navy-dark);
	letter-spacing: -0.025em;
}

/* Bloque de propuesta de valor y captación de anunciantes. */
.st-launch-value {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 88% 12%, rgba(255, 194, 26, 0.2), transparent 27%),
		linear-gradient(180deg, #f8fafc 0%, #eef4fb 100%);
	padding: 88px 24px;
}

.st-launch-value::before {
	content: '';
	position: absolute;
	top: -160px;
	left: -160px;
	width: 360px;
	height: 360px;
	border: 1px solid rgba(15, 92, 192, 0.12);
	border-radius: 50%;
	box-shadow: 0 0 0 55px rgba(15, 92, 192, 0.035), 0 0 0 110px rgba(15, 92, 192, 0.02);
	pointer-events: none;
}

.st-launch-value__inner {
	position: relative;
	z-index: 1;
	max-width: 1170px;
	margin: 0 auto;
}

.st-launch-value__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 24px;
	color: var(--st-blue);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.14em;
}

.st-launch-value__eyebrow::before {
	content: '';
	width: 28px;
	height: 3px;
	border-radius: 999px;
	background: var(--st-gold);
}

.st-launch-value__heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 36px;
	margin-bottom: 44px;
}

.st-launch-value__heading h2 {
	max-width: 720px;
	margin: 0 0 12px;
	color: var(--st-navy-dark);
	font-size: clamp(38px, 5vw, 62px);
	font-weight: 820;
	letter-spacing: -0.045em;
	line-height: 1.02;
}

.st-launch-value__heading p {
	max-width: 680px;
	margin: 0;
	color: #64748b;
	font-size: 18px;
	line-height: 1.65;
}

.st-launch-value__markets {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
	max-width: 320px;
}

.st-launch-value__markets span {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 7px 13px;
	border: 1px solid rgba(6, 40, 100, 0.13);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.8);
	color: var(--st-navy);
	font-size: 13px;
	font-weight: 750;
}

.st-launch-value__steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-bottom: 26px;
}

.st-launch-value__steps article {
	min-height: 250px;
	padding: 30px;
	border: 1px solid rgba(6, 40, 100, 0.1);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.84);
	box-shadow: 0 14px 38px rgba(3, 26, 67, 0.06);
	backdrop-filter: blur(12px);
}

.st-launch-value__steps article > strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin-bottom: 42px;
	border-radius: 13px;
	background: rgba(15, 92, 192, 0.09);
	color: var(--st-blue);
	font-size: 14px;
}

.st-launch-value__steps h3 {
	margin: 0 0 10px;
	color: var(--st-navy-dark);
	font-size: 22px;
	font-weight: 780;
	letter-spacing: -0.025em;
}

.st-launch-value__steps p {
	margin: 0;
	color: #64748b;
	font-size: 15px;
	line-height: 1.65;
}

.st-launch-value__cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 34px;
	padding: 34px 38px;
	border-radius: 22px;
	background: var(--st-navy-dark);
	box-shadow: var(--st-shadow);
}

.st-launch-value__cta span {
	display: block;
	margin-bottom: 8px;
	color: #90b9f0;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0.12em;
}

.st-launch-value__cta h3 {
	margin: 0 0 8px;
	color: #fff;
	font-size: clamp(26px, 3.4vw, 38px);
	font-weight: 790;
	letter-spacing: -0.035em;
}

.st-launch-value__cta p {
	margin: 0;
	color: rgba(255, 255, 255, 0.67);
}

.st-launch-value__actions {
	display: flex;
	flex-shrink: 0;
	gap: 10px;
}

.st-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 12px 20px;
	border: 1px solid transparent;
	border-radius: 11px;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none !important;
	transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.st-button:hover {
	transform: translateY(-1px);
}

.st-button--primary {
	background: var(--st-gold);
	color: var(--st-navy-dark) !important;
}

.st-button--primary:hover {
	background: #ffd24f;
}

.st-button--secondary {
	border-color: rgba(255, 255, 255, 0.24);
	background: rgba(255, 255, 255, 0.06);
	color: #fff !important;
}

.st-button--secondary:hover {
	border-color: rgba(255, 255, 255, 0.4);
	background: rgba(255, 255, 255, 0.11);
}

.st-launch-footer {
	background: var(--st-navy-dark);
	color: #fff;
	padding: 48px 24px 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.st-launch-footer__inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 32px;
	max-width: 1170px;
	margin: 0 auto;
}

.st-launch-footer strong {
	display: block;
	margin-bottom: 8px;
	font-size: clamp(22px, 2.4vw, 30px);
	line-height: 1.1;
}

.st-launch-footer p {
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 15px;
}

.st-launch-footer__meta {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 7px;
	font-size: 14px;
}

.st-launch-footer a {
	color: #fff;
	text-decoration: none;
}

.st-launch-footer a:hover {
	color: var(--st-gold);
}

.st-launch-footer__legal {
	max-width: 1170px;
	margin: 34px auto 0;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.58);
	font-size: 12px;
}

@media (max-width: 991px) {
	.st-launch-value {
		padding: 72px 22px;
	}

	.st-launch-value__heading,
	.st-launch-value__cta {
		align-items: flex-start;
		flex-direction: column;
	}

	.st-launch-value__markets {
		justify-content: flex-start;
		max-width: none;
	}

	.st-launch-value__steps {
		grid-template-columns: 1fr;
	}

	.st-launch-value__steps article {
		min-height: 0;
	}

	.st-launch-value__steps article > strong {
		margin-bottom: 24px;
	}
}

@media (max-width: 767px) {
	.st-launch-value {
		padding: 56px 18px;
	}

	.st-launch-value__heading {
		margin-bottom: 30px;
	}

	.st-launch-value__heading h2 {
		font-size: clamp(35px, 11vw, 48px);
	}

	.st-launch-value__heading p {
		font-size: 16px;
	}

	.st-launch-value__steps article {
		padding: 24px;
	}

	.st-launch-value__cta {
		padding: 28px 24px;
	}

	.st-launch-value__actions {
		width: 100%;
		flex-direction: column;
	}

	.st-button {
		width: 100%;
	}

	.st-launch-footer {
		padding: 36px 20px 20px;
	}

	.st-launch-footer__inner {
		flex-direction: column;
		gap: 22px;
	}

	.st-launch-footer__meta {
		align-items: flex-start;
	}

	.st-hero-title {
		font-size: clamp(34px, 10vw, 48px) !important;
		line-height: 1.05 !important;
	}
}
