/* Maleta Rosa landing. Scoped to body.cv2-maleta-page.
   Container follows Contactos/VIP: --max 1440px, 16px sides, 24px from 801px.
   Brief asked 1320px; Contactos is 1440, so this page matches Contactos.
   Contactos classes supply hero, breadcrumb, title, lead, pill and info cards.
   Rules below are the pink hero, suitcase, offer grid and page tokens. */

@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&family=Cormorant+Garamond:wght@600;700&display=swap");

html body.cv2-maleta-page,
html body.cv2-maleta-page #full-wrapper,
html body.cv2-maleta-page .full-wrapper,
html body.cv2-maleta-page.cv2-contactos-page #full-wrapper,
html body.cv2-maleta-page.cv2-contactos-page .full-wrapper,
html body.cv2-maleta-page.cv2-contactos-page {
	background: #FBF4F2 !important;
	background-color: #FBF4F2 !important;
}
html body.cv2-maleta-page #main-content,
html body.cv2-maleta-page .main-content,
html body.cv2-maleta-page #main-container,
html body.cv2-maleta-page .main-container,
html body.cv2-maleta-page.cv2-contactos-page #main-content,
html body.cv2-maleta-page.cv2-contactos-page .main-content,
html body.cv2-maleta-page.cv2-contactos-page #main-container,
html body.cv2-maleta-page.cv2-contactos-page .main-container {
	background: #FBF4F2;
	display: block !important;
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	box-sizing: border-box !important;
	overflow: visible !important;
	text-align: left !important;
	box-shadow: none !important;
}
html body.cv2-maleta-page {
	overflow-x: hidden;
	background: #FBF4F2;
}

.cv2-maleta-page .cv2-ct {
	--max: 1440px;
	--font: "Nunito", "Helvetica Neue", Arial, sans-serif;
	--display: "Cormorant Garamond", Georgia, serif;
	background: #FBF4F2;
	color: #5B4A52;
	font-family: "Nunito", "Helvetica Neue", Arial, sans-serif;
}
.cv2-maleta-page .cv2-ct a { color: #9D1A4C; }
.cv2-maleta-page .cv2-ct a:hover { color: #851540; }

.cv2-mr-wrap {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 16px;
	box-sizing: border-box;
}

.cv2-mr-hero {
	position: relative;
	min-height: 0;
	background: #F7C0CF;
	overflow: visible;
}
.cv2-mr-hero__bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 100vw;
	margin-left: -50vw;
	z-index: 0;
	pointer-events: none;
	background: #F7C0CF url(/images/cv2-maleta-hero.jpg) right center / cover no-repeat;
}
.cv2-mr-hero:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;
	width: 100vw;
	margin-left: -50vw;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(90deg, rgba(247,192,207,0.55) 0%, rgba(247,192,207,0.12) 28%, rgba(247,192,207,0) 48%);
}
.cv2-mr-bag { display: none !important; }
.cv2-mr-hero:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 120px;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(251,244,242,0) 0%, #FBF4F2 100%);
}
.cv2-mr-hero .cv2-ct-hero__inner {
	position: relative;
	z-index: 3;
	padding: 28px 16px 20px;
}
.cv2-mr-bag {
	position: absolute;
	z-index: 2;
	right: 16px;
	right: max(16px, calc((100% - 1440px) / 2 + 16px));
	bottom: 84px;
	height: 280px;
	height: min(360px, calc(100% - 140px));
	width: auto;
	max-width: none;
	pointer-events: none;
	-webkit-filter: drop-shadow(0 24px 30px rgba(120,20,60,0.25));
	filter: drop-shadow(0 24px 30px rgba(120,20,60,0.25));
}
.cv2-maleta-page .cv2-ct-title,
.cv2-mr-sub,
.cv2-maleta-page .cv2-mr-hero .cv2-ct-lead,
.cv2-maleta-page .cv2-mr-hero .cv2-ct-pills {
	max-width: 560px;
	max-width: min(560px, calc(100% - 280px));
}
.cv2-maleta-page .cv2-ct-title {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-weight: 800;
	font-size: 40px;
	line-height: 1.05;
	color: #3A1230;
	margin: 0 0 12px;
	letter-spacing: -0.02em;
}
.cv2-mr-sub {
	margin: 0 0 12px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.3;
	color: #9D1A4C;
}
.cv2-maleta-page .cv2-ct-lead {
	margin: 0;
	font-size: 17px;
	line-height: 1.6;
	color: #5B4A52;
}
.cv2-maleta-page .cv2-ct-h2 {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.15;
	color: #3A1230;
	margin: 0 0 12px;
}
.cv2-mr-lead {
	margin: 0 0 28px;
	max-width: 760px;
	font-size: 16px;
	line-height: 1.6;
	color: #5B4A52;
}

.cv2-maleta-page .cv2-ct-pill {
	height: 54px;
	min-height: 54px;
	padding: 0 30px;
	border-radius: 999px;
	font-size: 16px;
	font-weight: 800;
	gap: 10px;
	text-decoration: none;
}
.cv2-maleta-page .cv2-ct-pill--wa {
	background: #9D1A4C;
	border: 0;
	color: #FFFFFF !important;
	box-shadow: 0 10px 24px rgba(157,26,76,0.28);
}
.cv2-maleta-page .cv2-ct-pill--wa:hover {
	background: #851540;
	color: #FFFFFF !important;
}
.cv2-maleta-page .cv2-ct-pill--wa {
	width: auto;
	max-width: none;
	overflow: visible;
	white-space: nowrap;
}
.cv2-maleta-page .cv2-ct-pill--wa span {
	display: inline;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
}
.cv2-maleta-page .cv2-ct-pill--wa svg {
	color: #FFFFFF;
	stroke: #FFFFFF;
}

.cv2-mr-offerwrap {
	position: relative;
	z-index: 3;
	margin-top: 0;
}
.cv2-mr-offer {
	display: grid;
	grid-template-columns: minmax(280px, 400px) minmax(0, 1fr);
	gap: 20px;
	margin: 0 0 64px;
}
.cv2-mr-highlight {
	background: #9D1A4C;
	color: #FFFFFF;
	border-radius: 20px;
	padding: 32px 32px 28px;
	box-shadow: 0 16px 40px rgba(157,26,76,0.30);
	box-sizing: border-box;
	min-width: 0;
}
.cv2-mr-highlight__k {
	display: block;
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 1.3;
}
.cv2-mr-highlight__h {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.15;
	color: #FFFFFF;
	margin: 0;
}
.cv2-mr-checks {
	list-style: none;
	margin: 22px 0 0;
	padding: 0;
}
.cv2-mr-checks li {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	gap: 12px;
	margin: 0 0 14px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
	color: #FFFFFF;
}
.cv2-mr-checks li:last-child { margin-bottom: 0; }
.cv2-mr-chk {
	width: 28px;
	height: 28px;
	border-radius: 999px;
	background: rgba(255,255,255,0.16);
	color: #FFFFFF;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	flex: none;
	margin-top: 1px;
}

.cv2-mr-photos {
	display: grid;
	grid-template-columns: 3fr 1fr;
	gap: 16px;
	min-height: 320px;
	background: #FFFFFF;
	border: 0;
	border-radius: 14px;
	padding: 14px;
	box-shadow: 0 12px 32px rgba(58,18,48,0.06);
	box-sizing: border-box;
	min-width: 0;
}
.cv2-mr-photos picture {
	display: block;
	min-height: 292px;
	height: 100%;
	border-radius: 14px;
	overflow: hidden;
	background: #F8E9EC;
}
.cv2-mr-photos img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 292px;
	object-fit: cover;
	object-position: center;
}

.cv2-mr-info { padding: 0 0 8px; }
.cv2-mr-infogrid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
	margin: 0 0 64px;
}
.cv2-maleta-page .cv2-ct-ccard {
	border: 0;
	border-radius: 20px;
	padding: 28px 28px 26px;
	box-shadow: 0 12px 32px rgba(58,18,48,0.06);
	background: #FFFFFF;
	color: inherit;
	gap: 8px;
}
.cv2-maleta-page .cv2-ct-ccard:hover {
	color: inherit;
	box-shadow: 0 16px 36px rgba(58,18,48,0.10);
}
.cv2-maleta-page .cv2-ct-ccard__ico {
	width: 46px;
	height: 46px;
	border-radius: 999px;
	background: #F8E9EC;
	color: #9D1A4C;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 0 8px;
}
.cv2-maleta-page .cv2-ct-ccard__k {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #8B7A81;
}
.cv2-maleta-page .cv2-ct-ccard__v {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	color: #3A1230;
	margin: 0;
}
.cv2-maleta-page .cv2-ct-ccard__m {
	font-size: 15px;
	line-height: 1.55;
	color: #5B4A52;
}
.cv2-mr-note {
	display: block;
	margin: 4px 0 0;
	font-size: 13px;
	line-height: 1.45;
	color: #8B7A81;
}

.cv2-mr-end { padding: 0 0 72px; }
.cv2-mr-cta {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 18px 28px;
	padding: 36px 40px;
	border: 0;
	border-radius: 20px;
	background: #FFFFFF;
	box-shadow: 0 12px 32px rgba(58,18,48,0.06);
	box-sizing: border-box;
}
.cv2-mr-cta__copy { max-width: 680px; min-width: 0; }
.cv2-mr-cta__h {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.15;
	color: #3A1230;
	margin: 0 0 8px;
}
.cv2-mr-cta p {
	margin: 0;
	font-size: 16px;
	line-height: 1.55;
	color: #5B4A52;
}

@media (min-width: 801px) {
	.cv2-mr-wrap { padding: 0 24px; }
	.cv2-mr-hero .cv2-ct-hero__inner { padding: 28px 24px 24px; }
	.cv2-mr-bag {
		right: 24px;
		right: max(24px, calc((100% - 1440px) / 2 + 24px));
	}
	.cv2-maleta-page .cv2-ct-title { font-size: 56px; }
	.cv2-maleta-page .cv2-ct-h2 { font-size: 36px; }
}
@media (max-width: 780px) {
	.cv2-mr-hero__bg {
		background-position: 70% center;
	}
	.cv2-mr-hero:before {
		background: linear-gradient(180deg, rgba(251,213,224,0.96) 0%, rgba(247,192,207,0.9) 58%, rgba(247,192,207,0.55) 100%);
	}
	.cv2-mr-hero {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		min-height: 0;
	}
	.cv2-mr-hero .cv2-ct-hero__inner {
		-webkit-order: 1;
		order: 1;
		padding-bottom: 20px;
	}
	.cv2-maleta-page .cv2-ct-title,
	.cv2-mr-sub,
	.cv2-maleta-page .cv2-mr-hero .cv2-ct-lead,
	.cv2-maleta-page .cv2-mr-hero .cv2-ct-pills {
		max-width: 640px;
	}
	.cv2-mr-bag {
		position: relative;
		-webkit-order: 2;
		order: 2;
		right: auto;
		bottom: auto;
		align-self: center;
		height: 240px;
		width: auto;
		max-width: 78%;
		margin: 4px auto 48px;
		z-index: 2;
	}
	.cv2-mr-offerwrap { margin-top: 16px; }
	.cv2-mr-offer { grid-template-columns: 1fr; }
	.cv2-mr-cta { padding: 28px 22px; }
	.cv2-mr-highlight { padding: 26px 22px; }
	.cv2-mr-photos picture,
	.cv2-mr-photos img { min-height: 180px; }
	.cv2-mr-photos { min-height: 0; grid-template-columns: 1fr; }
	.cv2-mr-photos picture,
	.cv2-mr-photos img { width: 100%; }
}
@media (max-width: 479px) {
	.cv2-maleta-page .cv2-ct-pill { width: 100%; }
	.cv2-mr-cta__h { font-size: 26px; }
	.cv2-mr-photos { grid-template-columns: 1fr; }
}
