/* Interest popup shell — layout only; CF7 fields/buttons are not styled here. */

body.doses-interest-popup-open {
	overflow: hidden;
}

.doses-interest-popup {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	box-sizing: border-box;
}

.doses-interest-popup[hidden] {
	display: none !important;
}

.doses-interest-popup__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
}

.doses-interest-popup__dialog {
	position: relative;
	z-index: 1;
	max-width: calc(567px + 13px + 297px);
	width: 100%;
}

.doses-interest-popup__close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.95);
	color: #111;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.18);
	transition: background 0.15s ease, color 0.15s ease;
}

.doses-interest-popup__close span {
	display: block;
	margin-top: -2px;
}

.doses-interest-popup__close:hover,
.doses-interest-popup__close:focus {
	background: #fff;
	color: #de0000;
	outline: 2px solid #de0000;
	outline-offset: 2px;
}

.doses-interest-popup__layout {
	display: flex;
	align-items: flex-start;
	gap: 13px;
}

/* Left — CF7 panel */
.doses-interest-popup__form-panel {
	flex: 0 0 567px;
	width: 567px;
	max-width: 100%;
	min-height: 633px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	padding: 45px 60px 0;
	background: #fff;
	border-radius: 30px;
	box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
	overflow: hidden;
}

.doses-interest-popup__form-title {
	margin: 0 0 60px;
	padding: 0;
	text-align: center;
	font-family: "Century Gothic", "CenturyGothic", AppleGothic, sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	color: #111;
}

.doses-interest-popup__form-body {
	flex: 1 1 auto;
	min-height: 0;
}

/* Right column */
.doses-interest-popup__aside {
	flex: 0 0 297px;
	width: 297px;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	gap: 13px;
}

/* Product summary card */
.doses-interest-popup__product {
	width: 297px;
	max-width: 100%;
	height: 409px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #c5c5c5;
	border-radius: 30px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	overflow: hidden;
}

.doses-interest-popup__product-image {
	flex: 0 0 221px;
	width: 100%;
	height: 221px;
	overflow: hidden;
	border-radius: 29px 29px 0 0;
	background: #f3f4f6;
}

.doses-interest-popup__product-image img,
.doses-interest-popup__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.doses-interest-popup__product-body {
	flex: 1 1 auto;
	min-height: 0;
	padding: 12px 14px 14px;
	display: flex;
	flex-direction: column;
	text-align: left;
}

.doses-interest-popup__product-title {
	margin: 0 0 4px;
	font-family: "Century Gothic", "CenturyGothic", AppleGothic, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.25;
	color: #111;
}

.doses-interest-popup__product-make-model {
	display: inline;
}

.doses-interest-popup__product-make-model strong {
	font-weight: 700;
}

.doses-interest-popup__product-edition {
	display: inline;
	margin-left: 0.35em;
	font-weight: 300;
	color: #4b5563;
}

.doses-interest-popup__product-price {
	margin: 0;
	font-family: "Century Gothic", "CenturyGothic", AppleGothic, sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.1;
	color: #111;
}

.doses-interest-popup__product-install {
	margin: 2px 0 10px;
	font-family: Roboto, system-ui, -apple-system, "Segoe UI", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	color: #374151;
}

.doses-interest-popup__pills {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.doses-interest-popup__pill {
	margin: 0;
	padding: 4px 10px;
	border: 1px solid #c5c5c5;
	border-radius: 999px;
	font-family: Roboto, system-ui, -apple-system, "Segoe UI", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	color: #111;
	white-space: nowrap;
}

/* Help CTA */
.doses-interest-popup__help {
	width: 297px;
	max-width: 100%;
	min-height: 211px;
	flex: 1 1 auto;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 16px 14px 18px;
	border-radius: 30px;
	background-color: #fff;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
	text-align: center;
}

.doses-interest-popup__help-title {
	margin: 0 0 8px;
	font-family: "Century Gothic", "CenturyGothic", AppleGothic, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	color: #111;
}

.doses-interest-popup__help-icon {
	display: block;
	width: auto;
	height: 48px;
	margin: 0 0 8px;
}

.doses-interest-popup__help-label {
	margin: 0 0 4px;
	font-family: Roboto, system-ui, -apple-system, "Segoe UI", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
	color: #111;
}

.doses-interest-popup__help-phone {
	font-family: "Century Gothic", "CenturyGothic", AppleGothic, sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.1;
	color: #111;
	text-decoration: none;
}

.doses-interest-popup__help-phone:hover,
.doses-interest-popup__help-phone:focus {
	color: #111;
	text-decoration: underline;
}

@media (max-width: 960px) {
	.doses-interest-popup {
		padding: 12px;
		align-items: flex-start;
		overflow-y: auto;
	}

	.doses-interest-popup__close {
		top: 8px;
		right: 8px;
		width: 48px;
		height: 48px;
		font-size: 30px;
	}

	.doses-interest-popup__layout {
		flex-direction: column;
		align-items: center;
	}

	.doses-interest-popup__form-panel,
	.doses-interest-popup__aside,
	.doses-interest-popup__product,
	.doses-interest-popup__help {
		width: 100%;
		flex: 0 0 auto;
	}

	.doses-interest-popup__form-panel {
		min-height: 0;
	}

	.doses-interest-popup__product {
		height: auto;
		max-height: none;
	}

	.doses-interest-popup__product-image {
		flex: 0 0 auto;
		height: 200px;
	}
}
