/* CV2 Footer — global storefront footer (staging)
   Tokens from visual mock (desktop 1440 / mobile 390). Isolated: .cv2-ft* only. */

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

.cv2-ft {
	--cupido-primary: #9D0048;
	--cupido-burgundy: #7B1D39;
	--cupido-rose: #B13E62;
	--cupido-footer-bg: #14040C;
	--cupido-footer-bg-soft: #1B0510;
	--cupido-footer-surface: #401421;
	--cupido-footer-text: #E8E3E2;
	--cupido-footer-text-secondary: #CEB7B6;
	--cupido-footer-text-muted: #7F6363;
	--cupido-footer-border: rgba(157, 0, 72, 0.28);
	--cupido-footer-border-soft: rgba(232, 227, 226, 0.10);
	--cv2ft-bg: #14040C;
	--cv2ft-band: rgba(20, 4, 12, 0.42);
	--cv2ft-pill: #401421;
	--cv2ft-pill-h: rgba(157, 0, 72, 0.16);
	--cv2ft-text: #E8E3E2;
	--cv2ft-sec: #CEB7B6;
	--cv2ft-ter: #7F6363;
	--cv2ft-pay: #A2989D;
	--cv2ft-serif: #E8E3E2;
	--cv2ft-mag: #9D0048;
	--cv2ft-mag-h: #B13E62;
	--cv2ft-rose: #B13E62;
	--cv2ft-burgundy: #7B1D39;
	--cv2ft-div: rgba(157, 0, 72, 0.28);
	--cv2ft-div-soft: rgba(232, 227, 226, 0.08);
	--cv2ft-line: rgba(206, 183, 182, 0.30);
	--cv2ft-max: 1240px;
	--cv2ft-pad: 64px;
	background: radial-gradient(circle at 50% 25%, rgb(157 0 72 / 35%) 0%, rgb(71 13 40) 28%, #32061b 55%), linear-gradient(177deg, #1B0510 0%, #a80154 100%);
	color: var(--cv2ft-text);
	font-family: Poppins, Helvetica, Arial, sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}
.cv2-ft a { color: var(--cv2ft-sec); text-decoration: none; transition: color 160ms ease, opacity 160ms ease; }
.cv2-ft a:hover { color: #FFFFFF; }
.cv2-ft a:focus-visible { color: #FFFFFF; }
.cv2-ft a:focus-visible,
.cv2-ft button:focus-visible {
	outline: 2px solid var(--cv2ft-mag-h);
	outline-offset: 3px;
}
.cv2-ft-nl input:focus,
.cv2-ft-nl input:focus-visible {
	outline: none;
	box-shadow: none;
}
.cv2-ft-news.is-focus .cv2-ft-nl {
	border-bottom-color: var(--cv2ft-rose);
}
.cv2-ft * { box-sizing: border-box; }

/* Force left: legacy .main-footer-container { text-align:center } must not leak */
.cv2-ft,
.cv2-ft-brand,
.cv2-ft-tag,
.cv2-ft-pitch,
.cv2-ft-hours,
.cv2-ft-col,
.cv2-ft-col__title,
.cv2-ft-col__list,
.cv2-ft-news,
.cv2-ft-news__title,
.cv2-ft-news__sub,
.cv2-ft-news__legal,
.cv2-ft-inst,
.cv2-ft-inst > div,
.cv2-ft-inst__hi,
.cv2-ft-inst__txt,
.cv2-ft-addr,
.cv2-ft-mob-addr {
	text-align: left !important;
}

.cv2-ft-inner {
	max-width: var(--cv2ft-max);
	margin: 0 auto;
	padding: 0 var(--cv2ft-pad);
}

/* —— Benefits band —— */
.cv2-ft-benefits {
	background: rgba(20, 4, 12, 0.42);
	border-bottom: 1px solid rgba(157, 0, 72, 0.22);
}
.cv2-ft-benefits__row {
max-width: 1110px;
margin: 0 auto;
padding: 30px 0px 28px;
display: flex;
justify-content: space-between;
align-items: center;
gap: 0;
flex-wrap: nowrap;
}
.cv2-ft-ben {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	flex: 1 1 0;
}
.cv2-ft-ben svg {
	flex: none;
	width: 19px;
	height: 19px;
	stroke: var(--cv2ft-rose);
	color: var(--cv2ft-rose);
	fill: none;
}
.cv2-ft-ben span {
	font-size: 11.5px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--cv2ft-sec);
	font-weight: 400;
	white-space: normal;
	line-height: 1.35;
}

/* —— Main grid —— */
.cv2-ft-grid {
	display: grid;
	grid-template-columns: 1.35fr 0.75fr 0.75fr 1.15fr;
	gap: 64px;
	padding: 68px 0 64px;
}
.cv2-ft-brand {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.cv2-ft-logo {
	width: 198px;
	height: auto;
	display: block;
}
.cv2-ft-tag {
	font-size: 13px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--cv2ft-rose);
	margin-top: 10px;
}
.cv2-ft-pitch {
	font-size: 14.5px;
	line-height: 1.75;
	color: var(--cv2ft-sec);
	max-width: 280px;
	margin-top: 26px;
	font-weight: 300;
}
.cv2-ft-phone {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	font-weight: 500;
	color: var(--cv2ft-text);
	margin-top: 30px;
}
.cv2-ft-phone { color: var(--cv2ft-text); }
.cv2-ft-phone:hover { color: #FFFFFF; }
.cv2-ft-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--cv2ft-mag);
	flex: none;
}
.cv2-ft-hours {
	font-size: 12px;
	color: var(--cv2ft-ter);
	margin-top: 8px;
}
.cv2-ft-prefs {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-top: 26px;
	background: linear-gradient(180deg, rgba(123, 29, 57, 0.28), rgba(64, 20, 33, 0.22));
	border: 1px solid rgba(157, 0, 72, 0.35);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
	border-radius: 999px;
	padding: 9px 16px;
	color: var(--cv2ft-text);
	font-family: Poppins, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
}
.cv2-ft-prefs:hover {
	border-color: rgba(177, 62, 98, 0.65);
	background: rgba(157, 0, 72, 0.16);
	color: var(--cv2ft-text);
}
.cv2-ft-prefs__flag { font-size: 15px; line-height: 1; }
.cv2-ft-prefs__chev { color: var(--cv2ft-ter); font-size: 11px; }

/* link columns */
.cv2-ft-col {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-top: 8px;
}
.cv2-ft-col__title,
.cv2-ft-acc span:first-child {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--cv2ft-rose);
}
.cv2-ft-acc { display: none; }
.cv2-ft-col__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	font-size: 14px;
	color: var(--cv2ft-sec);
}
.cv2-ft-col__list a { width: fit-content; color: var(--cv2ft-sec); }
.cv2-ft-col__list a:hover { color: #FFFFFF; }

/* newsletter */
.cv2-ft-news { padding-top: 2px; display: flex; flex-direction: column; }
.cv2-ft-news__title {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-style: italic;
	font-weight: 500;
	font-size: 34px;
	line-height: 1.1;
	color: var(--cv2ft-serif);
}
.cv2-ft-news__sub {
	font-size: 13px;
	line-height: 1.65;
	color: var(--cv2ft-sec);
	margin-top: 12px;
	font-weight: 300;
}
.cv2-ft-nl {
	display: flex;
	align-items: center;
	gap: 12px;
	border-bottom: 1px solid var(--cv2ft-line);
	padding-bottom: 10px;
	margin-top: 26px;
}
.cv2-ft-nl input {
	flex: 1;
	min-width: 0;
	background: transparent;
	border: none;
	padding: 6px 0;
	font-family: Poppins, Helvetica, sans-serif;
	font-size: 14px;
	color: var(--cv2ft-text);
	outline: none;
	font-weight: 300;
}
.cv2-ft-nl input::placeholder { color: var(--cv2ft-ter); }
.cv2-ft-nl button {
	width: 38px;
	height: 38px;
	flex: none;
	border-radius: 50%;
	border: 1px solid rgba(177, 62, 98, 0.60);
	background: linear-gradient(135deg, #9D0048 0%, #7B1D39 100%);
	box-shadow: 0 8px 28px rgba(157, 0, 72, 0.18);
	color: #FFFFFF;
	font-size: 16px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins, sans-serif;
	padding: 0;
	line-height: 1;
}
.cv2-ft-nl button:hover {
	background: linear-gradient(135deg, #B13E62 0%, #9D0048 100%);
	border-color: rgba(177, 62, 98, 0.85);
	box-shadow: 0 10px 32px rgba(157, 0, 72, 0.28);
	color: #FFFFFF;
}
.cv2-ft-nl-msg {
	font-size: 11px;
	margin-top: 8px;
	min-height: 1.2em;
	color: var(--cv2ft-ter);
}
.cv2-ft-nl-msg.is-ok { color: #C8D6C0; }
.cv2-ft-nl-msg.is-err { color: #E8A0B4; }
.cv2-ft-news__legal {
	font-size: 11px;
	color: var(--cv2ft-ter);
	margin-top: 10px;
}
.cv2-ft-socials {
	display: flex;
	align-items: center;
	gap: 22px;
	margin-top: 40px;
}
.cv2-ft-socials__lbl {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--cv2ft-rose);
	margin-right: 4px;
}
.cv2-ft-socials a {
	display: flex;
	opacity: 0.75;
	color: var(--cv2ft-sec);
}
.cv2-ft-socials a:hover { opacity: 1; color: var(--cv2ft-rose); }
.cv2-ft-socials svg { display: block; }

/* —— Institutional —— */
.cv2-ft-inst {
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	gap: 72px;
	align-items: center;
	padding: 48px 0;
	border-top: 1px solid var(--cv2ft-div);
}
.cv2-ft-inst__hi {
font-size: 19px;
font-weight: 200;
color: var(--cv2ft-text);
}
.cv2-ft-inst__txt {
	font-size: 12.5px;
	line-height: 1.85;
	color: var(--cv2ft-sec);
	max-width: 560px;
	margin-top: 10px;
	font-weight: 300;
}
.cv2-ft-addr {
	font-size: 12px;
	color: var(--cv2ft-ter);
	margin-top: 16px;
	letter-spacing: 0.02em;
}
.cv2-ft-photo {
	height: 220px;
	border-radius: 14px;
	overflow: hidden;
	position: relative;
	border: 1px solid rgba(177, 62, 98, 0.40);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22), 0 0 40px rgba(157, 0, 72, 0.06);
	--mx: 50%;
	--my: 50%;
}
.cv2-ft-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.cv2-ft-photo > img:not(.cv2-ft-photo__clear) {
	filter: grayscale(0.55) contrast(1.05) brightness(0.97);
	transition: filter 0.45s ease;
}
.cv2-ft-photo.is-hot > img:not(.cv2-ft-photo__clear) {
	filter: grayscale(0.28) contrast(1.04) brightness(1);
}
.cv2-ft-photo.is-raw > img:not(.cv2-ft-photo__clear),
.cv2-ft-photo.is-raw .cv2-ft-photo__clear {
	filter: none;
}
.cv2-ft-photo__clear {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
	filter: none;
	opacity: 0;
	-webkit-mask-image: radial-gradient(circle 140px at var(--mx) var(--my), #000 0%, #000 32%, transparent 74%);
	mask-image: radial-gradient(circle 140px at var(--mx) var(--my), #000 0%, #000 32%, transparent 74%);
	transition: opacity 0.35s ease;
}
.cv2-ft-photo.is-hot .cv2-ft-photo__clear {
	opacity: 1;
}
.cv2-ft-photo__cap {
	font-size: 10.5px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--cv2ft-rose);
	margin-top: 8px;
	text-align: right;
}

/* —— Bottom bar —— */
.cv2-ft-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	padding: 26px 0 38px;
	border-top: 1px solid var(--cv2ft-div);
}
.cv2-ft-pays {
	display: flex;
	align-items: center;
	gap: 24px;
	color: var(--cv2ft-pay);
	flex-wrap: wrap;
}
.cv2-ft-pays svg,
.cv2-ft-mob-pays svg { opacity: 0.72; }
.cv2-ft-pays svg { display: block; width: auto; }
.cv2-ft-pays__i,.cv2-ft-mob-pays span{display:inline-flex;align-items:center;color:inherit}
.cv2-ft-pays__i svg{height:100%;width:auto}
.cv2-ft-pays__txt {
	font-size: 12px;
	font-weight: 500;
	color: var(--cv2ft-pay);
}
.cv2-ft-pays__more {
	font-size: 11px;
	color: var(--cv2ft-ter);
}
.cv2-ft-copy {
	display: flex;
	align-items: center;
	gap: 20px;
	font-size: 11.5px;
	color: var(--cv2ft-ter);
	white-space: nowrap;
}
.cv2-ft-copy a { color: var(--cv2ft-ter); }
.cv2-ft-copy a:hover { color: #FFFFFF; }
.cv2-ft-copy__dot {
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: rgba(255,255,255,0.16);
	flex: none;
}

/* mobile-only slots (hidden on desktop) */
.cv2-ft-mob-region,
.cv2-ft-mob-socials,
.cv2-ft-mob-pays,
.cv2-ft-mob-addr,
.cv2-ft-mob-copy { display: none; }

/* ============================================================
   Mobile ≤768
   order: brand → newsletter → benefits 2×3 → accordions →
          region → socials → payments → address → copyright
   ============================================================ */
@media (max-width: 768px) {
	.cv2-ft {
		display: flex;
		flex-direction: column;
		padding: 44px 24px 30px;
	}
	.cv2-ft-inner { display: contents; padding: 0; }
	.cv2-ft-grid { display: contents; }

	.cv2-ft-benefits {
		order: 3;
		margin: 38px -24px 0;
	}
	.cv2-ft-benefits__row {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 22px 16px;
		padding: 28px 24px;
		margin: 0;
		max-width: none;
	}
	.cv2-ft-ben { gap: 10px; }
	.cv2-ft-ben svg { width: 17px; height: 17px; }
	.cv2-ft-ben span {
		font-size: 10.5px;
		letter-spacing: 0.1em;
		white-space: normal;
	}

	.cv2-ft-brand { order: 1; }
	.cv2-ft-logo { width: 150px; }
	.cv2-ft-tag { font-size: 10px; margin-top: 8px; }
	.cv2-ft-pitch { font-size: 14px; line-height: 1.7; margin-top: 18px; }
	.cv2-ft-phone,
	.cv2-ft-hours,
	.cv2-ft-prefs { display: none; }

	.cv2-ft-news { order: 2; padding-top: 0; margin-top: 34px; }
	.cv2-ft-news__title { font-size: 29px; }
	.cv2-ft-news__sub { font-size: 12.5px; line-height: 1.6; margin-top: 8px; }
	.cv2-ft-nl { margin-top: 20px; }
	.cv2-ft-nl button { width: 36px; height: 36px; font-size: 15px; }
	.cv2-ft-news__legal { font-size: 10.5px; margin-top: 8px; }
	.cv2-ft-news .cv2-ft-socials { display: none; }

	.cv2-ft-col {
		order: 4;
		gap: 0;
		padding-top: 0;
	}
	.cv2-ft-col__title { display: none; }
	.cv2-ft-acc {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		min-height: 44px;
		background: none;
		border: none;
		border-bottom: 1px solid var(--cv2ft-div);
		padding: 18px 0;
		color: var(--cv2ft-text);
		font-family: Poppins, Helvetica, sans-serif;
		cursor: pointer;
		text-align: left;
	}
	.cv2-ft-acc .cv2-ft-chev { font-size: 12px; color: var(--cv2ft-ter); }
	.cv2-ft-col__list {
		display: none;
		gap: 14px;
		padding: 18px 0 22px;
		border-bottom: 1px solid var(--cv2ft-div);
	}
	.cv2-ft-col.is-open .cv2-ft-col__list { display: flex; }
	.cv2-ft-col.is-open .cv2-ft-chev { transform: rotate(180deg); }

	.cv2-ft-inst,
	.cv2-ft-bar { display: none; }

	.cv2-ft-mob-region {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		min-height: 44px;
		background: none;
		border: none;
		border-bottom: 1px solid var(--cv2ft-div);
		padding: 18px 0;
		color: var(--cv2ft-text);
		font-family: Poppins, Helvetica, sans-serif;
		cursor: pointer;
		order: 5;
		margin-top: 0;
	}
	.cv2-ft-mob-region__l {
		display: flex;
		align-items: center;
		gap: 9px;
		font-size: 13px;
		font-weight: 500;
	}
	.cv2-ft-mob-region__r {
		font-size: 11px;
		letter-spacing: 0.12em;
		text-transform: uppercase;
		color: var(--cv2ft-ter);
	}

	.cv2-ft-mob-socials {
		display: flex;
		align-items: center;
		gap: 24px;
		padding: 26px 0 4px;
		order: 6;
	}
	.cv2-ft-mob-socials a { display: flex; opacity: 0.75; color: var(--cv2ft-sec); }
	.cv2-ft-mob-socials a:hover { opacity: 1; color: var(--cv2ft-rose); }

	.cv2-ft-mob-pays {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 14px 18px;
		padding: 22px 0;
		color: var(--cv2ft-pay);
		order: 7;
	}
	.cv2-ft-mob-pays svg { display: block; width: auto; }
	.cv2-ft-mob-pays .cv2-ft-pays__txt { font-size: 11px; }
	.cv2-ft-mob-pays .cv2-ft-pays__more { font-size: 10px; }

	.cv2-ft-mob-addr {
		display: block;
		font-size: 11px;
		line-height: 1.8;
		color: var(--cv2ft-ter);
		border-top: 1px solid var(--cv2ft-div);
		padding-top: 20px;
		order: 8;
	}
	.cv2-ft-mob-copy {
		display: flex;
		align-items: center;
		gap: 14px;
		font-size: 10.5px;
		color: var(--cv2ft-ter);
		margin-top: 12px;
		order: 9;
	}
	.cv2-ft-mob-copy a { color: var(--cv2ft-ter); }
}

@media (max-width: 480px) {
	.cv2-ft-ben span { font-size: 10px; }
}

/* —— Newsletter flow states (signup + welcome) —— */
@keyframes cv2nlSpin { to { transform: rotate(360deg); } }
@keyframes cv2nlSlide { 0% { left: -35%; } 100% { left: 105%; } }
@keyframes cv2nlIn { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }
@keyframes cv2nlToastIn { from { opacity: 0; transform: translate(-50%, -8px); } to { opacity: 1; transform: translate(-50%, 0); } }

.cv2-ft-news {
	min-height: 222px;
}
.cv2-ft-news__formwrap,
.cv2-ft-news__ok {
	min-height: 168px;
}
.cv2-ft-news__ok {
	animation: cv2nlIn 0.4s ease-out;
}
.cv2-ft-news__pct {
	color: #E8E3E2;
	font-weight: 500;
}
.cv2-ft-news__sent {
	font-size: 12px;
	color: var(--cv2ft-ter);
	margin-top: 14px;
}
.cv2-ft-news__err {
	font-size: 12px;
	color: #E0A9BD;
	margin-top: 10px;
	min-height: 1.35em;
	animation: cv2nlIn 0.3s ease-out;
}
.cv2-ft-nl {
position: relative;
overflow: hidden;
border-bottom-color: rgba(255, 255, 255, 0.14);
padding-right: 9px;
}
.cv2-ft-nl input {
	font-size: 15px;
	caret-color: #B13E62;
	color: #E8E3E2;
	padding: 8px 0;
}
.cv2-ft-nl button {
	width: 40px;
	height: 40px;
	border-color: rgba(177, 62, 98, 0.60);
	color: #FFFFFF;
	transition: border-color 0.25s ease, color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.cv2-ft-nl button:hover,
.cv2-ft-nl button:focus-visible {
	background: linear-gradient(135deg, #B13E62 0%, #9D0048 100%);
	border-color: rgba(177, 62, 98, 0.85);
	box-shadow: 0 10px 32px rgba(157, 0, 72, 0.28);
	color: #FFFFFF;
	transform: translateX(2px);
	outline: none;
}
.cv2-ft-nl__arrow {
	display: block;
}
.cv2-ft-nl__spin {
	display: none;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1.5px solid rgba(255,255,255,0.18);
	border-top-color: #B13E62;
	animation: cv2nlSpin 0.7s linear infinite;
}
.cv2-ft-nl__line {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1.5px;
	background: #B13E62;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
	pointer-events: none;
}
.cv2-ft-nl__slide {
	display: none;
	position: absolute;
	bottom: 0;
	width: 35%;
	height: 1.5px;
	background: #B13E62;
	animation: cv2nlSlide 1.1s ease-in-out infinite;
	pointer-events: none;
}
.cv2-ft-news.is-focus .cv2-ft-nl__line {
	transform: scaleX(1);
}
.cv2-ft-news.is-error .cv2-ft-nl__line {
	transform: scaleX(1);
	background: #B13E62;
}
.cv2-ft-news.is-loading .cv2-ft-nl__arrow { display: none; }
.cv2-ft-news.is-loading .cv2-ft-nl__spin { display: block; }
.cv2-ft-news.is-loading .cv2-ft-nl button {
	border-color: transparent;
	background: transparent;
	transform: none;
}
.cv2-ft-news.is-loading .cv2-ft-nl__slide { display: block; }
.cv2-ft-news.is-loading input { color: #7F6363; }
.cv2-ft-news.is-sent .cv2-ft-news__formwrap { display: none; }

.cv2-ft-nl-toast {
	position: fixed;
	top: 78px;
	left: 50%;
	transform: translate(-50%, -8px);
	z-index: 12050;
	background: #14040C;
	border-radius: 12px;
	padding: 18px 26px;
	display: flex;
	align-items: center;
	gap: 16px;
	box-shadow: 0 14px 44px rgba(30,15,22,0.32);
	opacity: 0;
	pointer-events: none;
	white-space: nowrap;
}
.cv2-ft-nl-toast.is-in {
	opacity: 1;
	transform: translate(-50%, 0);
	pointer-events: auto;
	transition: opacity 320ms ease-out, transform 320ms ease-out;
}
.cv2-ft-nl-toast__dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #9D0048;
	flex: none;
}
.cv2-ft-nl-toast__hi {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-style: italic;
	font-weight: 500;
	font-size: 21px;
	color: #E8E3E2;
}
.cv2-ft-nl-toast__tx {
	font-size: 13px;
	color: #CEB7B6;
}
.cv2-ft-nl-toast__x {
	border: 0;
	background: none;
	color: #7F6363;
	font-size: 15px;
	cursor: pointer;
	padding: 0 0 0 6px;
	line-height: 1;
}
@media (max-width: 768px) {
	.cv2-ft-news { min-height: 210px; }
	.cv2-ft-news__title { font-size: 30px; }
	.cv2-ft-nl input { font-size: 16px; padding: 10px 0; }
	.cv2-ft-nl button { width: 44px; height: 44px; }
	.cv2-ft-nl-toast {
		top: 68px;
		left: 16px;
		right: 16px;
		transform: none;
		white-space: normal;
		flex-wrap: wrap;
		padding: 16px 18px;
		gap: 12px;
	}
	.cv2-ft-nl-toast.is-in {
		transform: none;
	}
	.cv2-ft-nl-toast__hi { font-size: 19px; flex: 1; }
	.cv2-ft-nl-toast__tx { font-size: 12px; width: 100%; padding-left: 19px; margin-top: -4px; }
}

/* pay-size-lock: SVGs sem height no markup (PayPal 124×33, MB WAY viewBox largo) */
.cv2-ft-pays,
.cv2-ft-mob-pays {
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
.cv2-ft-pays__i {
	height: 18px;
	max-height: 22px;
	overflow: hidden;
}
.cv2-ft-pays svg,
.cv2-ft-mob-pays svg,
.cv2-ft-pays__i svg {
	max-height: 20px !important;
	height: 18px !important;
	width: auto !important;
	display: block;
}

/* mobile social-size-lock: keep footer SVG icons at one standard size */
@media (max-width: 768px) {
	.cv2-ft-mob-socials a svg {
		display: block;
		width: 18px !important;
		height: 18px !important;
		max-width: 18px !important;
		max-height: 18px !important;
		flex: 0 0 18px;
	}
}
