/* Cupido VIP landing. Scoped to body.cv2-vip-page.
   Container follows Contactos: --max 1440px, 16px sides, 24px from 801px.
   Brief asked 1320px; Contactos is 1440, so this page matches Contactos.
   Contactos classes supply hero/card/pill/label. Rules below are the VIP
   page shell (hero photo is not the Contactos photo) plus the 5-column
   tier grid, highlighted tier and benefit strip. */

@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-vip-page,
html body.cv2-vip-page #full-wrapper,
html body.cv2-vip-page .full-wrapper,
html body.cv2-vip-page.cv2-contactos-page #full-wrapper,
html body.cv2-vip-page.cv2-contactos-page .full-wrapper {
	background: #FBF4F2 !important;
	background-color: #FBF4F2 !important;
}
html body.cv2-vip-page #main-content,
html body.cv2-vip-page .main-content,
html body.cv2-vip-page #main-container,
html body.cv2-vip-page .main-container {
	background: #FBF4F2;
}

.cv2-vip-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-vip-page .cv2-ct a { color: #9D1A4C; }
.cv2-vip-page .cv2-ct a:hover { color: #851540; }

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

.cv2-vip-hero {
	min-height: 470px;
	background: #F6DDE1;
	overflow: visible;
}
.cv2-vip-hero__pic {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 100vw;
	max-width: none;
	margin-left: -50vw;
	pointer-events: none;
	z-index: 0;
}
.cv2-vip-hero__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center right;
}
.cv2-vip-hero:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(90deg, rgba(251,244,242,0.78) 0%, rgba(251,244,242,0.42) 18%, rgba(246,221,225,0) 42%);
}
.cv2-vip-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-vip-hero .cv2-ct-hero__inner {
	position: relative;
	z-index: 2;
	padding: 28px 16px 110px;
}
.cv2-vip-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;
	max-width: 640px;
}
.cv2-vip-sub {
	margin: 0 0 10px;
	max-width: 520px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	color: #3A1230;
}
.cv2-vip-page .cv2-ct-lead {
	margin: 0;
	max-width: 520px;
	font-size: 17px;
	line-height: 1.6;
	color: #5B4A52;
}
.cv2-vip-page .cv2-ct-h2 {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 32px;
	font-weight: 800;
	color: #3A1230;
	margin: 0 0 12px;
}
.cv2-vip-lead {
	margin: 0 0 28px;
	max-width: 720px;
	font-size: 16px;
	line-height: 1.6;
	color: #5B4A52;
}

.cv2-vip-page .cv2-ct-pill {
	height: 54px;
	min-height: 54px;
	padding: 0 30px;
	border-radius: 999px;
	font-size: 16px;
	font-weight: 800;
	gap: 10px;
}
.cv2-vip-page .cv2-ct-pill--wa {
	background: #9D1A4C;
	border: 0;
	color: #FFFFFF !important;
	box-shadow: 0 10px 24px rgba(157,26,76,0.28);
}
.cv2-vip-page .cv2-ct-pill--wa:hover {
	background: #851540;
	color: #FFFFFF !important;
}
.cv2-vip-page .cv2-ct-pill--tel {
	background: #FFFFFF;
	border: 0;
	color: #9D1A4C;
	box-shadow: 0 8px 20px rgba(58,18,48,0.10);
}
.cv2-vip-page .cv2-ct-pill--tel:hover {
	color: #851540;
	border: 0;
}

.cv2-vip-tierswrap {
	position: relative;
	z-index: 3;
	margin-top: -70px;
}
.cv2-vip-tiers {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 12px;
	margin: 0 0 20px;
}
.cv2-vip-tier {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	background: #FFFFFF;
	border-radius: 16px;
	padding: 16px 16px 14px;
	box-shadow: 0 12px 32px rgba(58,18,48,0.06);
	box-sizing: border-box;
	min-width: 0;
}
.cv2-vip-tier__n {
	width: 36px;
	height: 36px;
	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;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	margin: 0 0 8px;
}
.cv2-vip-tier__k,
.cv2-vip-tier__from {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #8B7A81;
	line-height: 1.3;
}
.cv2-vip-tier__pct {
	font-family: "Nunito", "Helvetica Neue", Arial, sans-serif;
	font-size: 36px;
	font-weight: 800;
	line-height: 1;
	color: #9D1A4C;
	margin: 4px 0 2px;
	letter-spacing: -0.02em;
}
.cv2-vip-tier__off,
.cv2-vip-tier__acc {
	font-size: 14px;
	line-height: 1.35;
	color: #5B4A52;
}
.cv2-vip-tier__div {
	display: block;
	width: 100%;
	height: 1px;
	margin: 10px 0 8px;
	background: #F0DEE3;
}
.cv2-vip-tier__from { margin: 0 0 4px; }
.cv2-vip-tier__amt {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.15;
	color: #3A1230;
	margin: 0 0 4px;
}

.cv2-vip-tier.is-top {
	background: #9D1A4C;
	color: #FFFFFF;
	box-shadow: 0 16px 40px rgba(157,26,76,0.30);
}
.cv2-vip-tier.is-top .cv2-vip-tier__n {
	background: rgba(255,255,255,0.16);
	color: #FFFFFF;
}
.cv2-vip-tier.is-top .cv2-vip-tier__k,
.cv2-vip-tier.is-top .cv2-vip-tier__from,
.cv2-vip-tier.is-top .cv2-vip-tier__off,
.cv2-vip-tier.is-top .cv2-vip-tier__acc,
.cv2-vip-tier.is-top .cv2-vip-tier__pct,
.cv2-vip-tier.is-top .cv2-vip-tier__amt {
	color: #FFFFFF;
}
.cv2-vip-tier.is-top .cv2-vip-tier__div {
	background: rgba(255,255,255,0.28);
}

.cv2-vip-strip {
	list-style: none;
	margin: 8px 0 64px;
	padding: 20px 28px;
	background: #F8E9EC;
	border-radius: 16px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	gap: 16px 48px;
	box-sizing: border-box;
	text-align: center;
}
.cv2-vip-strip li {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	gap: 10px;
	margin: 0;
	font-size: 15px;
	font-weight: 800;
	color: #3A1230;
	line-height: 1.3;
}
.cv2-vip-strip svg { color: #9D1A4C; flex: none; }

.cv2-vip-more { padding: 8px 0 72px; }
.cv2-vip-more .cv2-ct-h2 { margin-bottom: 22px; }
.cv2-vip-adv {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
	margin: 0 0 20px;
}
.cv2-vip-page .cv2-ct-ccard {
	border: 0;
	border-radius: 20px;
	padding: 28px 32px;
	box-shadow: 0 12px 32px rgba(58,18,48,0.06);
	color: inherit;
}
.cv2-vip-page .cv2-ct-ccard:hover {
	color: inherit;
	box-shadow: 0 16px 36px rgba(58,18,48,0.10);
}
.cv2-vip-page .cv2-ct-ccard__ico {
	background: #F8E9EC;
	color: #9D1A4C;
}
.cv2-vip-page .cv2-ct-ccard__k {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #8B7A81;
}
.cv2-vip-page .cv2-ct-ccard__v {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 22px;
	font-weight: 700;
	color: #3A1230;
}
.cv2-vip-page .cv2-ct-ccard__m {
	font-size: 15px;
	line-height: 1.55;
	color: #5B4A52;
}
.cv2-vip-page .cv2-ct-ccard__a {
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0;
	color: #9D1A4C;
}

.cv2-vip-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;
	box-shadow: 0 12px 32px rgba(58,18,48,0.06);
}
.cv2-vip-cta__copy { max-width: 640px; }
.cv2-vip-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-vip-cta p {
	margin: 0;
	font-size: 16px;
	line-height: 1.55;
	color: #5B4A52;
}

@media (min-width: 801px) {
	.cv2-vip-wrap { padding: 0 24px; }
	.cv2-vip-hero .cv2-ct-hero__inner { padding: 28px 24px 120px; }
	.cv2-vip-page .cv2-ct-title { font-size: 56px; }
	.cv2-vip-page .cv2-ct-h2 { font-size: 36px; }
}
@media (min-width: 480px) and (max-width: 699px) {
	.cv2-vip-tiers { grid-template-columns: repeat(6, 1fr); }
	.cv2-vip-tier { grid-column: span 3; }
	.cv2-vip-tier:nth-child(n+3) { grid-column: span 2; }
}
@media (min-width: 700px) and (max-width: 1099px) {
	.cv2-vip-tiers { grid-template-columns: repeat(6, 1fr); }
	.cv2-vip-tier { grid-column: span 2; }
	.cv2-vip-tier:nth-child(n+4) { grid-column: span 3; }
}
@media (min-width: 1100px) {
	.cv2-vip-tiers { grid-template-columns: repeat(5, 1fr); }
	.cv2-vip-tier { grid-column: auto; }
}
@media (max-width: 800px) {
	.cv2-vip-hero__pic { width: 100vw; max-width: none; margin-left: -50vw; left: 50%; opacity: 1; }
	.cv2-vip-hero:before {
		background: linear-gradient(90deg, #F6DDE1 0%, rgba(246,221,225,0.94) 46%, rgba(246,221,225,0.55) 100%);
	}
	.cv2-vip-page .cv2-ct-pill { width: auto; }
	.cv2-vip-cta { padding: 28px 22px; }
	.cv2-vip-tier__pct { font-size: 32px; }
}
@media (max-width: 479px) {
	.cv2-vip-tiers { grid-template-columns: 1fr; }
	.cv2-vip-tier { grid-column: auto; }
	.cv2-vip-page .cv2-ct-pill { width: 100%; }
}
