.ipc-home-hero-widget,
.ipc-home-hero-widget *,
.ipc-home-hero-widget *::before,
.ipc-home-hero-widget *::after {
	box-sizing: border-box;
}

.ipc-home-hero-widget {
	--ipc-hero-blue: #0090dc;
	--ipc-hero-blue-dark: #007bbe;
	--ipc-hero-tint: #e5f4fc;
	--ipc-hero-navy: #0a2e4f;
	--ipc-hero-muted: #6b7c8c;
	--ipc-hero-border: #b9c6d2;
	--ipc-hero-page-max: 1400px;
	--ipc-hero-page-gutter: clamp(24px, 3.5vw, 40px);
	--ipc-hero-section-height: clamp(440px, 46vh, 520px);
	font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
	color: var(--ipc-hero-muted);
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

.elementor-widget-ipc-home-hero,
.elementor-widget-ipc-home-hero > .elementor-widget-container {
	width: 100% !important;
	max-width: 100% !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
	overflow-x: clip !important;
	overflow-y: visible !important;
}

/* Desktop: full-bleed via 100% (not 100vw) so the vertical scrollbar cannot create horizontal overflow. */
@media (min-width: 1025px) {
	.elementor-widget-ipc-home-hero,
	.elementor-widget-ipc-home-hero > .elementor-widget-container {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding: 0 !important;
		left: auto !important;
		right: auto !important;
		overflow-x: clip !important;
	}

	.elementor-element:has(> .elementor-widget-ipc-home-hero),
	.elementor-element:has(.elementor-widget-ipc-home-hero),
	.e-con:has(.elementor-widget-ipc-home-hero),
	.elementor-section:has(.elementor-widget-ipc-home-hero),
	.elementor-column:has(.elementor-widget-ipc-home-hero),
	.elementor-widget-wrap:has(.elementor-widget-ipc-home-hero) {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-bottom: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 0 !important;
		max-width: 100% !important;
		overflow-x: clip !important;
	}

	.ipc-home-hero-widget,
	.elementor .ipc-home-hero-widget,
	.ipc-home-hero,
	.elementor .ipc-home-hero-widget .ipc-home-hero {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
		padding-bottom: 12px !important;
		overflow-x: clip !important;
	}

	.ipc-home-hero-widget .ipc-home-hero__shell,
	.elementor .ipc-home-hero-widget .ipc-home-hero__shell {
		padding-top: 0 !important;
		padding-bottom: 40px !important;
		overflow-x: clip !important;
	}

	.ipc-home-hero-widget .ipc-home-hero__inner,
	.elementor .ipc-home-hero-widget .ipc-home-hero__inner {
		padding-top: clamp(36px, 4vh, 52px) !important;
		padding-bottom: 80px !important;
	}
}

/* Tablet + phone: drop the 50vw full-bleed breakout.
   Inside Elementor columns it creates a left navy gap (margin) and can leave a top white strip. */
@media (max-width: 1024px) {
	.elementor-widget-ipc-home-hero,
	.elementor-widget-ipc-home-hero > .elementor-widget-container {
		width: 100% !important;
		max-width: 100% !important;
		margin-top: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 0 !important;
		margin-left: 0 !important;
		padding: 0 !important;
		left: auto !important;
		right: auto !important;
		transform: none !important;
		overflow-x: clip !important;
	}

	.elementor-element:has(> .elementor-widget-ipc-home-hero),
	.elementor-element:has(.elementor-widget-ipc-home-hero),
	.e-con:has(.elementor-widget-ipc-home-hero),
	.elementor-section:has(.elementor-widget-ipc-home-hero),
	.elementor-column:has(.elementor-widget-ipc-home-hero),
	.elementor-widget-wrap:has(.elementor-widget-ipc-home-hero) {
		margin-top: 0 !important;
		padding-top: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.ipc-home-hero-widget,
	.ipc-home-hero {
		width: 100% !important;
		max-width: 100% !important;
		margin-top: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-top: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	/* Flush tint under header — kill the hairline white gap on tablet. */
	.elementor-widget-ipc-home-hero,
	.elementor-widget-ipc-home-hero > .elementor-widget-container {
		margin-top: -2px !important;
		padding-top: 0 !important;
		background: var(--ipc-hero-tint, #e5f4fc) !important;
	}

	.ipc-home-hero-widget .ipc-home-hero,
	.elementor .ipc-home-hero-widget .ipc-home-hero,
	.ipc-home-hero-widget,
	.elementor .ipc-home-hero-widget {
		background: var(--ipc-hero-tint) !important;
		padding-top: 0 !important;
		margin-top: 0 !important;
		border-top: 0 !important;
	}

	.ipc-home-hero-widget .ipc-home-hero__shell,
	.elementor .ipc-home-hero-widget .ipc-home-hero__shell {
		margin-top: 0 !important;
		padding-top: 0 !important;
		border-top: 0 !important;
		background-color: var(--ipc-hero-tint) !important;
	}

	/* Also collapse any Elementor section gap above the hero */
	.elementor-element:has(> .elementor-widget-ipc-home-hero),
	.e-con:has(.elementor-widget-ipc-home-hero),
	.elementor-section:has(.elementor-widget-ipc-home-hero) {
		margin-top: 0 !important;
		padding-top: 0 !important;
		border-top: 0 !important;
	}
}

@media (max-width: 768px) {
	.elementor-widget-ipc-home-hero,
	.elementor-widget-ipc-home-hero > .elementor-widget-container,
	.ipc-home-hero-widget,
	.ipc-home-hero,
	.ipc-home-hero__mobile-hero {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.elementor-widget-ipc-home-hero:has(.ipc-home-hero-widget.is-picker-open),
.elementor-widget-ipc-home-hero:has(.ipc-home-hero-widget.is-picker-open) > .elementor-widget-container,
.ipc-home-hero-widget.is-picker-open,
.ipc-home-hero-widget.is-picker-open .ipc-home-hero,
.ipc-home-hero-widget.is-picker-open .ipc-home-hero__shell {
	overflow: visible !important;
}

.ipc-home-hero-widget a {
	color: inherit;
	text-decoration: none;
}

.ipc-home-hero-widget img {
	display: block;
	max-width: 100%;
}

.ipc-home-hero {
	position: relative;
	margin-top: 0;
	padding: 0;
	background: #fff;
	overflow: visible;
}

.ipc-home-hero__shell {
	position: relative;
	width: 100%;
	padding: 0 0 24px;
	background-color: var(--ipc-hero-tint);
	background-image: radial-gradient(ellipse 42% 60% at 18% 42%, rgba(255, 255, 255, 0.72) 0%, transparent 70%);
	overflow: visible;
}

.ipc-home-hero__stage {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	gap: 0;
	overflow-x: clip;
}

.ipc-home-hero__viewport {
	position: relative;
	flex: 1 1 auto;
	height: var(--ipc-hero-section-height);
	min-height: var(--ipc-hero-section-height);
	overflow: hidden;
	background: transparent;
}

.ipc-home-hero__track {
	display: flex;
	align-items: stretch;
	width: 100%;
	height: 100%;
	min-height: var(--ipc-hero-section-height);
	transition: transform 0.7s cubic-bezier(0.77, 0, 0.18, 1);
	will-change: transform;
}

.ipc-home-hero__slide {
	position: relative;
	display: flex;
	flex: 0 0 100%;
	align-items: center;
	width: 100%;
	height: 100%;
	min-height: var(--ipc-hero-section-height);
	overflow: hidden;
	background: var(--ipc-hero-tint);
}

.ipc-home-hero__inner {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: var(--ipc-hero-page-max);
	height: 100%;
	min-height: 0;
	padding: clamp(28px, 3vh, 40px) calc(max(16px, var(--ipc-hero-page-gutter)) + 56px) 72px;
	margin: 0 auto;
	gap: clamp(20px, 2.5vw, 36px);
	box-sizing: border-box;
}

.ipc-home-hero__slide--product .ipc-home-hero__inner {
	pointer-events: auto;
}

.ipc-home-hero__slide--photo .ipc-home-hero__inner {
	pointer-events: none;
}

.ipc-home-hero__slide--photo .ipc-home-hero__copy {
	pointer-events: auto;
}

.ipc-home-hero__copy {
	z-index: 4;
	flex: 1 1 48%;
	max-width: 48%;
	min-width: 0;
}

.ipc-home-hero__tag {
	display: inline-block;
	padding: 0;
	margin: 0 0 16px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--ipc-hero-blue);
	text-transform: uppercase;
	letter-spacing: 0.12em;
	background: transparent;
	border-radius: 0;
}

.ipc-home-hero__title {
	max-width: 640px;
	margin: 0 0 14px;
	font-size: clamp(1.95rem, 1.55rem + 1.1vw, 2.65rem);
	font-weight: 800;
	line-height: 1.12;
	color: var(--ipc-hero-navy);
	letter-spacing: -0.025em;
}

.ipc-home-hero__title span {
	color: var(--ipc-hero-blue);
}

.ipc-home-hero__sub {
	max-width: 36em;
	margin: 0 0 18px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6;
	color: var(--ipc-hero-muted);
}

.ipc-home-hero__cta-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 22px;
}

.ipc-home-hero__google {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px 9px;
	font-size: 14.5px;
	font-weight: 600;
	line-height: 1.25;
	color: var(--ipc-hero-muted);
}

.ipc-home-hero__google-logo {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.ipc-home-hero__stars {
	color: #f4b400;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.04em;
}

.ipc-home-hero__score {
	color: var(--ipc-hero-navy);
	font-weight: 800;
}

.ipc-home-hero__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 15px 28px;
	font-size: 13.5px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	background: var(--ipc-hero-blue);
	border: 0;
	border-radius: 8px;
	box-shadow: 0 10px 28px rgba(0, 144, 220, 0.28);
	transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.ipc-home-hero__cta:hover {
	color: #fff;
	background: var(--ipc-hero-blue-dark);
	transform: translateY(-1px);
}

.ipc-home-hero__visual {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: 1;
	display: flex;
	flex: 0 0 50%;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 100%;
	min-height: 340px;
	max-height: 100%;
	padding: 20px 0;
	pointer-events: none;
	overflow: visible;
}

.ipc-home-hero__slide--product .ipc-home-hero__visual {
	position: relative;
	flex: 0 0 50%;
	width: 50%;
	align-self: stretch;
}

.ipc-home-hero__visual::before,
.ipc-home-hero__visual::after {
	display: none;
}

.ipc-home-hero__slide--photo .ipc-home-hero__visual {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 48%;
	width: auto;
	height: auto;
	min-height: 0;
	max-height: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	flex: none;
}

.ipc-home-hero__slide--photo .ipc-home-hero__visual::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: block;
	width: 56px;
	pointer-events: none;
	content: "";
	background: linear-gradient(to right, var(--ipc-hero-tint), rgba(229, 244, 252, 0));
}

.ipc-home-hero__frame {
	position: relative;
	inset: auto;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: transparent;
	border-radius: 20px;
	box-shadow: none;
}

.ipc-home-hero__slide--photo .ipc-home-hero__frame {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	border-radius: 0;
}

.ipc-home-hero__slide--product .ipc-home-hero__frame {
	position: relative;
	inset: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 8px 12px;
	overflow: visible;
	border-radius: 18px;
}

.ipc-home-hero__frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 58% 50%;
	border-radius: 0;
	filter: none;
}

.ipc-home-hero__slide--product .ipc-home-hero__frame img {
	width: auto;
	height: auto;
	max-width: min(100%, 864px);
	max-height: min(98%, 480px);
	object-fit: contain;
	object-position: center center;
	border-radius: 18px;
	filter: drop-shadow(0 22px 36px rgba(10, 46, 79, 0.16));
}

.ipc-home-hero__slide--3 .ipc-home-hero__frame img {
	max-height: min(96%, 460px);
	filter: drop-shadow(0 22px 36px rgba(10, 46, 79, 0.16));
}

.ipc-home-hero__slide--photo .ipc-home-hero__frame img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	object-fit: cover;
	object-position: 58% 50%;
	border-radius: 0;
	filter: none;
	transform: none;
}

.ipc-home-hero__slide--5 .ipc-home-hero__frame img {
	object-position: 58% 45%;
}

.ipc-home-hero__arrow {
	position: absolute;
	top: 50%;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0;
	color: var(--ipc-hero-navy);
	cursor: pointer;
	background: #fff;
	border: 1px solid rgba(185, 198, 210, 0.85);
	border-radius: 50%;
	box-shadow: 0 8px 22px rgba(10, 46, 79, 0.10);
	transform: translateY(-50%);
	transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.ipc-home-hero__arrow:hover {
	color: #fff;
	background: var(--ipc-hero-blue);
	border-color: var(--ipc-hero-blue);
	box-shadow: 0 12px 28px rgba(0, 144, 220, 0.28);
}

.ipc-home-hero__arrow--prev {
	left: max(16px, var(--ipc-hero-page-gutter));
}

.ipc-home-hero__arrow--next {
	right: max(16px, var(--ipc-hero-page-gutter));
}

@media (min-width: 1025px) {
	.ipc-home-hero__arrow--prev {
		left: max(var(--ipc-hero-page-gutter), calc((100% - var(--ipc-hero-page-max)) / 2));
	}

	.ipc-home-hero__arrow--next {
		right: max(var(--ipc-hero-page-gutter), calc((100% - var(--ipc-hero-page-max)) / 2));
	}
}

.ipc-home-hero__arrow svg {
	width: 18px;
	height: 18px;
}

.ipc-home-hero__dots {
	display: none;
}

.ipc-home-hero__picker {
	position: relative;
	z-index: 60;
	width: 100%;
	max-width: var(--ipc-hero-page-max);
	padding: 0 var(--ipc-hero-page-gutter);
	margin: -24px auto 0;
	background: transparent;
	overflow: visible;
}

.ipc-home-hero__picker-bar {
	display: flex;
	align-items: flex-end;
	gap: 0;
	padding: 12px 12px 12px 0;
	margin: 0;
	overflow: visible;
	background: #fff;
	border: 1px solid rgba(185, 198, 210, 0.48);
	border-radius: 16px;
	box-shadow: 0 10px 28px rgba(13, 43, 64, 0.08);
	scroll-margin-top: 120px;
	scroll-margin-bottom: 120px;
}
.ipc-home-hero__picker-bar.is-focus-pulse {
	outline: 2px solid rgba(0, 144, 220, 0.55);
	outline-offset: 4px;
	transition: outline-color 0.3s ease;
}

.ipc-home-hero__picker-cell {
	position: relative;
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 6px;
	justify-content: flex-start;
	min-width: 0;
	padding: 0 18px;
	background: transparent;
	border-right: 1px solid rgba(185, 198, 210, 0.42);
	overflow: visible;
}

.ipc-home-hero__picker-label {
	margin: 0;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.2;
	color: #b0b8c4;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}

.ipc-home-hero__select-wrap {
	position: relative;
	width: 100%;
	overflow: visible;
}

.ipc-home-hero__select {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 46px;
	padding: 11px 14px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--ipc-hero-navy);
	text-align: left;
	background: #fff;
	border: 1px solid rgba(185, 198, 210, 0.55);
	border-radius: 8px;
	cursor: pointer;
}

.ipc-home-hero__select-text {
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ipc-home-hero__select.is-placeholder {
	font-weight: 500;
	color: #9ca3af;
}

.ipc-home-hero__select.is-disabled,
.ipc-home-hero__select-wrap.is-disabled .ipc-home-hero__select {
	color: #c5ccd5;
	background: #fafbfc;
	border-color: #eef0f3;
	cursor: not-allowed;
}

.ipc-home-hero__select svg {
	position: relative;
	z-index: 1;
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	margin-left: 8px;
	opacity: 0.14;
}

.ipc-home-hero__native-select {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font: inherit;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

.ipc-home-hero__native-select:disabled {
	cursor: not-allowed;
}

.ipc-home-hero__select-menu {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	z-index: 90;
	display: none;
	width: 100%;
	min-width: 230px;
	max-height: 330px;
	padding: 10px;
	overflow-x: hidden;
	overflow-y: auto;
	background: #fff;
	border: 1px solid rgba(185, 198, 210, 0.55);
	border-radius: 12px;
	box-shadow: 0 14px 34px rgba(13, 43, 64, 0.14);
}

.ipc-home-hero__select-wrap.is-open .ipc-home-hero__select-menu {
	display: block;
}

.ipc-home-hero__select-search {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 9px 12px;
	margin: 0 0 8px;
	background: #fff;
	border: 1px solid #e2e6ec;
	border-radius: 8px;
}

.ipc-home-hero__select-search svg {
	flex-shrink: 0;
	width: 19px;
	height: 19px;
	margin: 0;
	opacity: 1;
}

.ipc-home-hero__select-search input {
	flex: 1 1 auto;
	min-width: 0;
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	color: #111827;
	background: transparent;
	border: 0;
	outline: none;
	box-shadow: none;
}

.ipc-home-hero__select-search input::placeholder {
	color: #b0b8c4;
}

.ipc-home-hero__select-list {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.ipc-home-hero__select-option {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 12px;
	padding: 10px 12px;
	font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	color: #1f2937;
	text-align: left;
	text-transform: none;
	letter-spacing: 0;
	background: transparent;
	border: 0;
	border-radius: 8px;
	box-shadow: none;
	cursor: pointer;
	transition: background 0.12s;
}

.ipc-home-hero__select-option:hover,
.ipc-home-hero__select-option.is-active {
	background: #f5f6f8;
}

.ipc-home-hero__select-option-icon {
	display: block;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	color: #98a2b3;
}

.ipc-home-hero__select-option-img {
	display: block;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.ipc-home-hero__select-option-dot {
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: currentColor;
	box-shadow: 0 0 0 3px rgba(0, 144, 220, 0.1);
}

.ipc-home-hero__select-empty {
	padding: 10px 12px;
	font-size: 13px;
	font-weight: 500;
	color: #9ca3af;
}

.ipc-home-hero__picker-cta {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	height: 46px;
	min-height: 46px;
	padding: 0 28px;
	margin: 0 0 0 12px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	letter-spacing: 0.06em;
	cursor: pointer;
	background: var(--ipc-hero-blue);
	border: 0;
	border-radius: 10px;
}

.ipc-home-hero__picker-cta:disabled {
	cursor: not-allowed;
	opacity: 0.55;
}

.ipc-home-hero__picker-manual {
	display: none;
	flex: 1 1 100%;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 12px;
	order: 20;
	padding: 10px 18px 4px;
	margin: 0;
}

.ipc-home-hero__picker-bar.is-manual {
	flex-wrap: wrap;
	align-items: flex-end;
}

.ipc-home-hero__picker-bar.is-manual .ipc-home-hero__picker-manual {
	display: flex;
}

.ipc-home-hero__picker-bar.is-manual .ipc-home-hero__picker-cell--model {
	display: none !important;
}

.ipc-home-hero__picker-manual-field {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 6px;
	min-width: 160px;
	margin: 0;
}

.ipc-home-hero__picker-manual-input {
	width: 100%;
	height: 42px;
	padding: 0 14px;
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	color: #0a2e4f;
	-webkit-text-fill-color: #0a2e4f;
	caret-color: #0a2e4f;
	background: #fff;
	background-color: #fff;
	border: 1px solid rgba(185, 198, 210, 0.85);
	border-radius: 10px;
	outline: none;
	box-shadow: none;
}

.ipc-home-hero__picker-manual-input::placeholder {
	font-weight: 500;
	color: #9ca3af;
	-webkit-text-fill-color: #9ca3af;
	opacity: 1;
}

.ipc-home-hero__picker-manual-input:focus {
	border-color: var(--ipc-hero-blue);
	box-shadow: 0 0 0 3px rgba(0, 144, 220, 0.15);
}

.elementor .ipc-home-hero-widget .ipc-home-hero__picker-manual-input,
.ipc-home-hero-widget .ipc-home-hero__picker-manual-input {
	color: #0a2e4f !important;
	-webkit-text-fill-color: #0a2e4f !important;
	caret-color: #0a2e4f !important;
	background: #fff !important;
	background-color: #fff !important;
	border: 1px solid rgba(185, 198, 210, 0.85) !important;
	box-shadow: none !important;
}

.elementor .ipc-home-hero-widget .ipc-home-hero__picker-manual-input::placeholder,
.ipc-home-hero-widget .ipc-home-hero__picker-manual-input::placeholder {
	color: #9ca3af !important;
	-webkit-text-fill-color: #9ca3af !important;
	opacity: 1 !important;
}

.ipc-home-hero__picker-sheet-header,
.ipc-home-hero__picker-back,
.ipc-home-hero__picker-backdrop {
	display: none !important;
}

.elementor .ipc-home-hero-widget .ipc-home-hero__picker-back,
.ipc-home-hero-widget .ipc-home-hero__picker-back,
.elementor .ipc-home-hero-widget .ipc-home-hero__picker-sheet-header,
.ipc-home-hero-widget .ipc-home-hero__picker-sheet-header,
.elementor .ipc-home-hero-widget .ipc-home-hero__picker-backdrop,
.ipc-home-hero-widget .ipc-home-hero__picker-backdrop {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

@keyframes ipc-picker-sheet-in {
	from {
		opacity: 0.6;
		transform: translateY(24px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.ipc-home-hero__tagline {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	max-width: var(--ipc-hero-page-max);
	margin: 26px auto 0;
	padding: 0 var(--ipc-hero-page-gutter);
	color: var(--ipc-hero-navy);
}

.ipc-home-hero__tagline-icon {
	width: 26px;
	height: 26px;
}

.ipc-home-hero__tagline-main {
	font-size: clamp(16px, 1.5vw, 20px);
	font-weight: 700;
	line-height: 1.2;
}

.ipc-home-hero__tagline-sub {
	font-size: clamp(13px, 1.15vw, 16px);
	font-weight: 700;
	line-height: 1.2;
	color: var(--ipc-hero-blue);
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.ipc-home-hero__mobile {
	display: none;
}

@media (max-width: 1024px) {
	.ipc-home-hero-widget {
		--ipc-hero-page-gutter: 24px;
	}

	/* ≤1024: min-height only — section can grow with content */
	.elementor .ipc-home-hero-widget .ipc-home-hero__viewport,
	.ipc-home-hero-widget .ipc-home-hero__viewport,
	.elementor .ipc-home-hero-widget .ipc-home-hero__track,
	.ipc-home-hero-widget .ipc-home-hero__track,
	.elementor .ipc-home-hero-widget .ipc-home-hero__slide,
	.ipc-home-hero-widget .ipc-home-hero__slide {
		height: auto !important;
		min-height: var(--ipc-hero-section-height, 400px) !important;
		max-height: none !important;
	}

	.elementor .ipc-home-hero-widget .ipc-home-hero__inner,
	.ipc-home-hero-widget .ipc-home-hero__inner {
		height: auto !important;
	}

	.elementor .ipc-home-hero-widget .ipc-home-hero__mobile-carousel,
	.ipc-home-hero-widget .ipc-home-hero__mobile-carousel {
		height: auto !important;
		min-height: var(--ipc-hero-section-height) !important;
	}
}

@media (min-width: 1025px) {
	/* Desktop: fixed section height (previous behavior) */
	.elementor .ipc-home-hero-widget .ipc-home-hero__viewport,
	.ipc-home-hero-widget .ipc-home-hero__viewport {
		height: var(--ipc-hero-section-height) !important;
		min-height: var(--ipc-hero-section-height) !important;
	}

	.elementor .ipc-home-hero-widget .ipc-home-hero__track,
	.ipc-home-hero-widget .ipc-home-hero__track,
	.elementor .ipc-home-hero-widget .ipc-home-hero__slide,
	.ipc-home-hero-widget .ipc-home-hero__slide {
		height: 100% !important;
		min-height: var(--ipc-hero-section-height) !important;
	}

	.elementor .ipc-home-hero-widget .ipc-home-hero__inner,
	.ipc-home-hero-widget .ipc-home-hero__inner {
		height: 100% !important;
	}
}

@media (max-width: 768px) {
	.ipc-home-hero-widget {
		--ipc-hero-page-gutter: 16px;
	}

	.ipc-home-hero {
		margin-top: 0;
		padding-bottom: 24px;
	}

	.ipc-home-hero__stage {
		padding: 0;
	}

	.ipc-home-hero__viewport {
		height: auto;
		min-height: 0;
	}

	.ipc-home-hero__slide {
		min-height: 620px;
		align-items: flex-start;
		padding: 24px 16px 120px;
	}

	.ipc-home-hero__inner {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		height: auto;
		padding: 0;
		gap: 0;
	}

	.ipc-home-hero__copy {
		flex: 0 0 auto;
		width: 100%;
		max-width: 100%;
	}

	.ipc-home-hero__title {
		font-size: clamp(32px, 9vw, 44px);
	}

	.ipc-home-hero__visual {
		position: relative;
		inset: auto;
		width: 100%;
		min-height: 260px;
		margin-top: 18px;
	}

	.ipc-home-hero__slide--product .ipc-home-hero__frame {
		width: 100%;
		height: 260px;
	}

	.ipc-home-hero__arrow {
		display: none;
	}

	.ipc-home-hero__dots {
		position: absolute;
		right: 0;
		bottom: 92px;
		left: 0;
		z-index: 12;
		display: flex;
		justify-content: center;
		gap: 10px;
	}

	.ipc-home-hero__dot {
		width: 10px;
		height: 10px;
		padding: 0;
		background: #fff;
		border: 0;
		border-radius: 999px;
		box-shadow: 0 0 0 1.5px rgba(10, 46, 79, 0.45), 0 2px 6px rgba(10, 46, 79, 0.28);
	}

	.ipc-home-hero__dot.is-active {
		width: 30px;
		background: var(--ipc-hero-blue);
	}

	.ipc-home-hero__picker {
		margin-top: -52px;
	}

	.ipc-home-hero__picker-bar {
		display: none;
	}

	.ipc-home-hero__tagline {
		margin-top: 22px;
	}
}

/* Elementor/theme hardening for exact computed desktop screenshot values. */
.elementor .ipc-home-hero-widget,
.ipc-home-hero-widget {
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif !important;
	line-height: 1.6 !important;
}

.elementor .ipc-home-hero-widget .ipc-home-hero__title,
.ipc-home-hero-widget .ipc-home-hero__title {
	font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif !important;
	margin: 0 0 14px !important;
	padding: 0 !important;
	font-size: clamp(1.95rem, 1.55rem + 1.1vw, 2.65rem) !important;
	font-weight: 800 !important;
	line-height: 1.12 !important;
	letter-spacing: -0.025em !important;
	color: var(--ipc-hero-navy) !important;
	background: transparent !important;
	text-shadow: none !important;
}

.elementor .ipc-home-hero-widget .ipc-home-hero__title span,
.ipc-home-hero-widget .ipc-home-hero__title span {
	color: var(--ipc-hero-blue) !important;
	background: transparent !important;
}

.elementor .ipc-home-hero-widget .ipc-home-hero__tag,
.ipc-home-hero-widget .ipc-home-hero__tag {
	display: inline-block !important;
	margin: 0 0 16px !important;
	padding: 0 !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	color: var(--ipc-hero-blue) !important;
	text-transform: uppercase !important;
	letter-spacing: 0.12em !important;
	background: transparent !important;
}

.elementor .ipc-home-hero-widget .ipc-home-hero__sub,
.ipc-home-hero-widget .ipc-home-hero__sub {
	margin: 0 0 20px !important;
	padding: 0 !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	line-height: 1.6 !important;
	color: var(--ipc-hero-muted) !important;
	background: transparent !important;
	text-shadow: none !important;
}

.elementor .ipc-home-hero-widget .ipc-home-hero__arrow,
.ipc-home-hero-widget .ipc-home-hero__arrow {
	position: absolute !important;
	top: 50% !important;
	z-index: 20 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 48px !important;
	min-width: 48px !important;
	height: 48px !important;
	min-height: 48px !important;
	padding: 0 !important;
	margin: 0 !important;
	color: var(--ipc-hero-navy) !important;
	background: #fff !important;
	border: 1px solid rgba(185, 198, 210, 0.85) !important;
	border-radius: 50% !important;
	box-shadow: 0 8px 22px rgba(10, 46, 79, 0.10) !important;
	transform: translateY(-50%) !important;
}

.elementor .ipc-home-hero-widget .ipc-home-hero__arrow:hover,
.ipc-home-hero-widget .ipc-home-hero__arrow:hover {
	color: #fff !important;
	background: var(--ipc-hero-blue) !important;
	border-color: var(--ipc-hero-blue) !important;
	box-shadow: 0 12px 28px rgba(0, 144, 220, 0.28) !important;
}

.elementor .ipc-home-hero-widget .ipc-home-hero__arrow--prev,
.ipc-home-hero-widget .ipc-home-hero__arrow--prev {
	left: max(16px, var(--ipc-hero-page-gutter)) !important;
}

.elementor .ipc-home-hero-widget .ipc-home-hero__arrow--next,
.ipc-home-hero-widget .ipc-home-hero__arrow--next {
	right: max(16px, var(--ipc-hero-page-gutter)) !important;
}

@media (min-width: 1025px) {
	.elementor .ipc-home-hero-widget .ipc-home-hero__arrow--prev,
	.ipc-home-hero-widget .ipc-home-hero__arrow--prev {
		left: max(var(--ipc-hero-page-gutter), calc((100% - var(--ipc-hero-page-max)) / 2)) !important;
	}

	.elementor .ipc-home-hero-widget .ipc-home-hero__arrow--next,
	.ipc-home-hero-widget .ipc-home-hero__arrow--next {
		right: max(var(--ipc-hero-page-gutter), calc((100% - var(--ipc-hero-page-max)) / 2)) !important;
	}
}

.elementor .ipc-home-hero-widget .ipc-home-hero__cta,
.ipc-home-hero-widget .ipc-home-hero__cta,
.elementor .ipc-home-hero-widget .ipc-home-hero__picker-cta,
.ipc-home-hero-widget .ipc-home-hero__picker-cta {
	color: #fff !important;
	background: var(--ipc-hero-blue) !important;
	border: 0 !important;
	box-shadow: 0 10px 28px rgba(0, 144, 220, 0.28) !important;
	text-decoration: none !important;
}

.elementor .ipc-home-hero-widget .ipc-home-hero__picker-cta,
.ipc-home-hero-widget .ipc-home-hero__picker-cta {
	height: 46px !important;
	min-height: 46px !important;
	padding: 0 28px !important;
	margin: 0 0 0 12px !important;
	border-radius: 10px !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	letter-spacing: 0.06em !important;
	text-transform: uppercase !important;
}

.elementor .ipc-home-hero-widget .ipc-home-hero__select-menu,
.ipc-home-hero-widget .ipc-home-hero__select-menu {
	position: absolute !important;
	top: calc(100% + 6px) !important;
	left: 0 !important;
	right: auto !important;
	z-index: 90 !important;
	width: 100% !important;
	min-width: 230px !important;
	max-height: 330px !important;
	padding: 10px !important;
	margin: 0 !important;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	background: #fff !important;
	border: 1px solid rgba(185, 198, 210, 0.55) !important;
	border-radius: 12px !important;
	box-shadow: 0 14px 34px rgba(13, 43, 64, 0.14) !important;
}

.elementor .ipc-home-hero-widget .ipc-home-hero__select-wrap.is-open .ipc-home-hero__select-menu,
.ipc-home-hero-widget .ipc-home-hero__select-wrap.is-open .ipc-home-hero__select-menu {
	display: block !important;
}

.elementor .ipc-home-hero-widget .ipc-home-hero__select-search,
.ipc-home-hero-widget .ipc-home-hero__select-search {
	display: flex !important;
	align-items: center !important;
	gap: 9px !important;
	padding: 9px 12px !important;
	margin: 0 0 8px !important;
	background: #fff !important;
	border: 1px solid #e2e6ec !important;
	border-radius: 8px !important;
	box-shadow: none !important;
}

.elementor .ipc-home-hero-widget .ipc-home-hero__select-search input,
.ipc-home-hero-widget .ipc-home-hero__select-search input {
	width: auto !important;
	flex: 1 1 auto !important;
	min-width: 0 !important;
	height: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 1.3 !important;
	color: #111827 !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	outline: none !important;
}

.elementor .ipc-home-hero-widget .ipc-home-hero__select-option,
.ipc-home-hero-widget .ipc-home-hero__select-option {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	width: 100% !important;
	min-height: 0 !important;
	height: auto !important;
	gap: 12px !important;
	padding: 10px 12px !important;
	margin: 0 !important;
	font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	line-height: 1.2 !important;
	color: #1f2937 !important;
	text-align: left !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 8px !important;
	box-shadow: none !important;
}

.elementor .ipc-home-hero-widget .ipc-home-hero__select-option:hover,
.ipc-home-hero-widget .ipc-home-hero__select-option:hover,
.elementor .ipc-home-hero-widget .ipc-home-hero__select-option.is-active,
.ipc-home-hero-widget .ipc-home-hero__select-option.is-active {
	color: #1f2937 !important;
	background: #f5f6f8 !important;
	border: 0 !important;
	box-shadow: none !important;
}

.elementor .ipc-home-hero-widget .ipc-home-hero__select-option-icon,
.ipc-home-hero-widget .ipc-home-hero__select-option-icon,
.elementor .ipc-home-hero-widget .ipc-home-hero__select-option-img,
.ipc-home-hero-widget .ipc-home-hero__select-option-img {
	flex: 0 0 24px !important;
	width: 24px !important;
	height: 24px !important;
	max-width: 24px !important;
	margin: 0 !important;
}

@media (min-width: 769px) {
	.elementor .ipc-home-hero-widget .ipc-home-hero__slide--photo .ipc-home-hero__inner,
	.ipc-home-hero-widget .ipc-home-hero__slide--photo .ipc-home-hero__inner {
		padding-right: var(--ipc-hero-page-gutter) !important;
	}

	.elementor .ipc-home-hero-widget .ipc-home-hero__slide--photo .ipc-home-hero__copy,
	.ipc-home-hero-widget .ipc-home-hero__slide--photo .ipc-home-hero__copy {
		flex: 0 0 46% !important;
		width: 46% !important;
		max-width: 46% !important;
	}
}

/* Desktop only: product slides keep arrow clearance (+56px). Not for tablet. */
@media (min-width: 1025px) {
	.elementor .ipc-home-hero-widget .ipc-home-hero__slide--product .ipc-home-hero__inner,
	.ipc-home-hero-widget .ipc-home-hero__slide--product .ipc-home-hero__inner {
		display: flex !important;
		flex-direction: row !important;
		align-items: center !important;
		justify-content: space-between !important;
		width: 100% !important;
		max-width: var(--ipc-hero-page-max) !important;
		margin-left: auto !important;
		margin-right: auto !important;
		padding-left: calc(max(16px, var(--ipc-hero-page-gutter)) + 56px) !important;
		padding-right: calc(max(16px, var(--ipc-hero-page-gutter)) + 56px) !important;
		gap: clamp(20px, 2.5vw, 36px) !important;
		box-sizing: border-box !important;
	}

	.elementor .ipc-home-hero-widget .ipc-home-hero__slide--product .ipc-home-hero__visual,
	.ipc-home-hero-widget .ipc-home-hero__slide--product .ipc-home-hero__visual {
		position: relative !important;
		inset: auto !important;
		flex: 0 0 50% !important;
		width: 50% !important;
		height: 100% !important;
		min-height: 340px !important;
		padding: 20px 0 !important;
		margin: 0 !important;
	}

	/* Photo slides 1 & 5 — full-bleed right image flush to top (desktop only). */
	.ipc-home-hero__slide--1,
	.ipc-home-hero__slide--5,
	.elementor .ipc-home-hero-widget .ipc-home-hero__slide--1,
	.elementor .ipc-home-hero-widget .ipc-home-hero__slide--5 {
		overflow: hidden !important;
	}

	.elementor .ipc-home-hero-widget .ipc-home-hero__slide--photo .ipc-home-hero__inner,
	.ipc-home-hero-widget .ipc-home-hero__slide--photo .ipc-home-hero__inner {
		position: relative !important;
		z-index: 3 !important;
		pointer-events: none !important;
		max-width: var(--ipc-hero-page-max) !important;
		width: 100% !important;
		margin-left: auto !important;
		margin-right: auto !important;
		padding-left: calc(max(16px, var(--ipc-hero-page-gutter)) + 56px) !important;
		padding-right: var(--ipc-hero-page-gutter) !important;
		box-sizing: border-box !important;
	}

	.elementor .ipc-home-hero-widget .ipc-home-hero__slide--photo .ipc-home-hero__copy,
	.ipc-home-hero-widget .ipc-home-hero__slide--photo .ipc-home-hero__copy {
		pointer-events: auto !important;
		flex: 0 0 46% !important;
		width: 46% !important;
		max-width: 46% !important;
	}

	.elementor .ipc-home-hero-widget .ipc-home-hero__slide--photo .ipc-home-hero__visual,
	.ipc-home-hero-widget .ipc-home-hero__slide--photo .ipc-home-hero__visual {
		position: absolute !important;
		top: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 48% !important;
		z-index: 1 !important;
		display: block !important;
		flex: none !important;
		width: auto !important;
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
		padding: 0 !important;
		margin: 0 !important;
		overflow: hidden !important;
	}

	.elementor .ipc-home-hero-widget .ipc-home-hero__slide--photo .ipc-home-hero__frame,
	.ipc-home-hero-widget .ipc-home-hero__slide--photo .ipc-home-hero__frame {
		position: absolute !important;
		inset: 0 !important;
		width: 100% !important;
		height: 100% !important;
		max-width: none !important;
		max-height: none !important;
		padding: 0 !important;
		margin: 0 !important;
		overflow: hidden !important;
		background: transparent !important;
		border-radius: 0 !important;
		box-shadow: none !important;
	}

	.elementor .ipc-home-hero-widget .ipc-home-hero__slide--photo .ipc-home-hero__frame img,
	.ipc-home-hero-widget .ipc-home-hero__slide--photo .ipc-home-hero__frame img {
		display: block !important;
		width: 100% !important;
		height: 100% !important;
		max-width: none !important;
		max-height: none !important;
		object-fit: cover !important;
		object-position: 58% top !important;
		border-radius: 0 !important;
		filter: none !important;
		transform: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.elementor .ipc-home-hero-widget .ipc-home-hero__slide--5.ipc-home-hero__slide--photo .ipc-home-hero__frame img,
	.ipc-home-hero-widget .ipc-home-hero__slide--5.ipc-home-hero__slide--photo .ipc-home-hero__frame img {
		object-position: 58% top !important;
	}
}

@media (max-width: 768px) {
	.elementor .ipc-home-hero-widget .ipc-home-hero__arrow,
	.ipc-home-hero-widget .ipc-home-hero__arrow {
		display: none !important;
	}
}

/* Source mobile hero: the HTML uses a dedicated phone carousel instead of scaling desktop. */
.ipc-home-hero__mobile-hero {
	display: none;
	--mhero-teal: #0090dc;
	--mhero-teal-dark: #0077b8;
	--mhero-navy: #0a2e4f;
	--mhero-sky: #e5f4fc;
	--mhero-grey: #6b7c8c;
	--mhero-line: #e1e8ee;
	font-family: 'Montserrat', system-ui, sans-serif;
	color: var(--mhero-navy);
	background: #fff;
}

.ipc-home-hero__mobile-tagline {
	padding: 10px 12px;
	margin: 0;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.45;
	color: var(--mhero-navy);
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	background: var(--mhero-sky);
}

.ipc-home-hero__mobile-tagline span {
	color: var(--mhero-teal);
}

.ipc-home-hero__mobile-carousel {
	position: relative;
	overflow: hidden;
	touch-action: pan-y pinch-zoom;
}

.ipc-home-hero__mobile-track {
	display: flex;
	transition: transform 0.55s cubic-bezier(0.77, 0, 0.18, 1);
	will-change: transform;
}

.ipc-home-hero__mobile-slide {
	flex: 0 0 100%;
	min-width: 0;
	padding: 14px 14px 0;
}

.ipc-home-hero__mobile-panel {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	height: 100%;
	padding: 20px;
	background: var(--mhero-sky);
	border-radius: 16px;
}

.ipc-home-hero__mobile-panel img.ipc-home-hero__mobile-img-cover {
	width: 100%;
	height: 160px;
	object-fit: cover;
	border-radius: 10px;
	margin-bottom: 4px;
}

.ipc-home-hero__mobile-panel img.ipc-home-hero__mobile-img-contain {
	width: 100%;
	max-height: 180px;
	object-fit: contain;
	border-radius: 10px;
	margin-bottom: 4px;
}

.ipc-home-hero__mobile-tag {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--mhero-teal);
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.ipc-home-hero__mobile-title {
	margin: 0;
	padding: 0;
	font-size: 27px;
	font-weight: 800;
	line-height: 1.12;
	color: var(--mhero-navy);
	letter-spacing: -0.01em;
}

.ipc-home-hero__mobile-title span {
	color: var(--mhero-teal);
}

.ipc-home-hero__mobile-sub {
	margin: 0;
	padding: 0;
	font-size: 12.5px;
	font-weight: 500;
	line-height: 1.5;
	color: var(--mhero-grey);
}

.ipc-home-hero__mobile-cta {
	display: inline-block;
	padding: 11px 20px;
	margin-top: 4px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff !important;
	text-transform: none;
	letter-spacing: 0;
	background: var(--mhero-teal);
	border-radius: 8px;
}

.ipc-home-hero__mobile-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 12px 0 4px;
}

.ipc-home-hero__mobile-dot {
	display: block;
	flex: 0 0 8px;
	width: 8px;
	min-width: 8px;
	max-width: 8px;
	height: 8px;
	min-height: 8px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	background: #b9d9ec !important;
	border: 0;
	border-radius: 99px;
	box-shadow: none;
	transition: width 0.25s ease, background 0.25s ease, flex-basis 0.25s ease;
}

.ipc-home-hero__mobile-dot.active {
	flex: 0 0 24px;
	width: 24px;
	min-width: 24px;
	max-width: 24px;
	background: var(--mhero-teal) !important;
}

/* Elementor/theme locks — mobile hero title + dots must match source HTML. */
.elementor .ipc-home-hero-widget .ipc-home-hero__mobile-title,
.ipc-home-hero-widget .ipc-home-hero__mobile-title,
.elementor .ipc-home-hero-widget .ipc-home-hero__mobile-title h1,
.elementor .ipc-home-hero-widget .ipc-home-hero__mobile-title h2,
.elementor .ipc-home-hero-widget .ipc-home-hero__mobile-title h3,
.elementor .ipc-home-hero-widget .ipc-home-hero__mobile-title p,
.elementor .ipc-home-hero-widget .ipc-home-hero__mobile-title span,
.elementor .ipc-home-hero-widget h1.ipc-home-hero__mobile-title,
.elementor .ipc-home-hero-widget h2.ipc-home-hero__mobile-title,
.elementor .ipc-home-hero-widget h3.ipc-home-hero__mobile-title,
.ipc-home-hero-widget h1.ipc-home-hero__mobile-title,
.ipc-home-hero-widget h2.ipc-home-hero__mobile-title,
.ipc-home-hero-widget h3.ipc-home-hero__mobile-title {
	margin: 0 !important;
	padding: 0 !important;
	font-family: 'Montserrat', system-ui, sans-serif !important;
	font-size: 27px !important;
	font-weight: 800 !important;
	line-height: 1.12 !important;
	color: #0a2e4f !important;
	letter-spacing: -0.01em !important;
	text-transform: none !important;
	background: transparent !important;
	text-shadow: none !important;
}

.elementor .ipc-home-hero-widget .ipc-home-hero__mobile-title span,
.ipc-home-hero-widget .ipc-home-hero__mobile-title span,
.elementor .ipc-home-hero-widget h1.ipc-home-hero__mobile-title span,
.elementor .ipc-home-hero-widget h2.ipc-home-hero__mobile-title span,
.ipc-home-hero-widget h1.ipc-home-hero__mobile-title span,
.ipc-home-hero-widget h2.ipc-home-hero__mobile-title span {
	color: #0090dc !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
	background: transparent !important;
}

.elementor .ipc-home-hero-widget .ipc-home-hero__mobile-sub,
.ipc-home-hero-widget .ipc-home-hero__mobile-sub,
.elementor .ipc-home-hero-widget p.ipc-home-hero__mobile-sub,
.ipc-home-hero-widget p.ipc-home-hero__mobile-sub {
	margin: 0 !important;
	padding: 0 !important;
	font-family: 'Montserrat', system-ui, sans-serif !important;
	font-size: 12.5px !important;
	font-weight: 500 !important;
	line-height: 1.5 !important;
	color: #6b7c8c !important;
	background: transparent !important;
}

.elementor .ipc-home-hero-widget .ipc-home-hero__mobile-dots,
.ipc-home-hero-widget .ipc-home-hero__mobile-dots {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 7px !important;
	padding: 12px 0 4px !important;
	margin: 0 !important;
}

.elementor .ipc-home-hero-widget .ipc-home-hero__mobile-dot,
.ipc-home-hero-widget .ipc-home-hero__mobile-dot,
.elementor .ipc-home-hero-widget button.ipc-home-hero__mobile-dot,
.ipc-home-hero-widget button.ipc-home-hero__mobile-dot {
	display: block !important;
	flex: 0 0 8px !important;
	align-self: center !important;
	width: 8px !important;
	min-width: 8px !important;
	max-width: 8px !important;
	height: 8px !important;
	min-height: 8px !important;
	max-height: 8px !important;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	color: transparent !important;
	cursor: pointer !important;
	background: #b9d9ec !important;
	border: 0 !important;
	border-radius: 99px !important;
	box-shadow: none !important;
	transform: none !important;
}

.elementor .ipc-home-hero-widget .ipc-home-hero__mobile-dot.active,
.ipc-home-hero-widget .ipc-home-hero__mobile-dot.active,
.elementor .ipc-home-hero-widget button.ipc-home-hero__mobile-dot.active,
.ipc-home-hero-widget button.ipc-home-hero__mobile-dot.active {
	flex: 0 0 24px !important;
	width: 24px !important;
	min-width: 24px !important;
	max-width: 24px !important;
	height: 8px !important;
	min-height: 8px !important;
	max-height: 8px !important;
	background: #0090dc !important;
}

.ipc-home-hero__mobile-rating {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 4px 0 8px;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.2;
	color: var(--mhero-grey);
}

.ipc-home-hero__mobile-stars {
	color: #f4b400;
	letter-spacing: 0.03em;
}

.ipc-home-hero__mobile-rating b {
	color: var(--mhero-navy);
}

.ipc-home-hero__picker-trigger {
	display: none;
}

@media (min-width: 769px) and (max-width: 1024px) {
	.ipc-home-hero-widget {
		--ipc-hero-page-gutter: 24px;
	}

	.ipc-home-hero__viewport {
		touch-action: pan-y pinch-zoom;
	}

	.ipc-home-hero-widget .ipc-home-hero,
	.elementor .ipc-home-hero-widget .ipc-home-hero {
		background: var(--ipc-hero-tint) !important;
		padding-top: 0 !important;
		padding-bottom: 20px !important;
		margin-top: 0 !important;
	}

	.ipc-home-hero-widget .ipc-home-hero__shell,
	.elementor .ipc-home-hero-widget .ipc-home-hero__shell {
		margin-top: 0 !important;
		padding: 0 0 28px !important;
		background-color: var(--ipc-hero-tint) !important;
		background-image: radial-gradient(ellipse 42% 60% at 18% 42%, rgba(255, 255, 255, 0.72) 0%, transparent 70%) !important;
	}

	.ipc-home-hero__stage {
		position: relative;
		display: block;
		width: 100%;
		padding: 0;
		gap: 0;
	}

	/* Hide side arrows on tablet — use dots instead. */
	.ipc-home-hero__arrow,
	.elementor .ipc-home-hero-widget .ipc-home-hero__arrow,
	.ipc-home-hero-widget .ipc-home-hero__arrow {
		display: none !important;
		visibility: hidden !important;
		pointer-events: none !important;
		width: 0 !important;
		height: 0 !important;
		min-width: 0 !important;
		min-height: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
		overflow: hidden !important;
	}

	.ipc-home-hero__viewport {
		position: relative;
		display: block;
		width: 100% !important;
		height: auto !important;
		min-height: var(--ipc-hero-section-height, 400px) !important;
		max-height: none !important;
		overflow: hidden;
		background: transparent !important;
	}

	.ipc-home-hero__track {
		height: auto !important;
		min-height: var(--ipc-hero-section-height, 400px) !important;
	}

	.ipc-home-hero__slide {
		align-items: center;
		height: auto !important;
		min-height: var(--ipc-hero-section-height, 400px) !important;
		padding: 32px var(--ipc-hero-page-gutter) 64px !important;
		background: transparent !important;
		overflow: hidden;
	}

	.ipc-home-hero__slide--photo {
		padding: 0 !important;
		min-height: 420px !important;
		overflow: hidden !important;
	}

	.ipc-home-hero__inner {
		display: flex !important;
		flex-direction: row !important;
		align-items: center !important;
		justify-content: space-between !important;
		width: 100% !important;
		max-width: var(--ipc-hero-page-max) !important;
		height: auto !important;
		min-height: 340px !important;
		padding: 0 !important;
		margin: 0 auto !important;
		gap: 24px !important;
		box-sizing: border-box !important;
	}

	/* Product slides 2–4: same rail width as header + filter bar (no desktop arrow inset). */
	.ipc-home-hero__slide--product,
	.elementor .ipc-home-hero-widget .ipc-home-hero__slide--product {
		padding-left: var(--ipc-hero-page-gutter) !important;
		padding-right: var(--ipc-hero-page-gutter) !important;
	}

	.ipc-home-hero__slide--product .ipc-home-hero__inner,
	.elementor .ipc-home-hero-widget .ipc-home-hero__slide--product .ipc-home-hero__inner,
	.ipc-home-hero-widget .ipc-home-hero__slide--product .ipc-home-hero__inner {
		width: 100% !important;
		max-width: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.ipc-home-hero__slide--photo .ipc-home-hero__inner {
		position: relative !important;
		z-index: 3 !important;
		min-height: 420px !important;
		padding: 36px var(--ipc-hero-page-gutter) 72px !important;
		pointer-events: none !important;
	}

	.ipc-home-hero__copy {
		position: relative;
		z-index: 4;
		display: flex;
		flex: 1 1 48% !important;
		flex-direction: column;
		justify-content: center;
		width: auto !important;
		max-width: 48% !important;
		min-width: 0;
		padding: 8px 0 !important;
		pointer-events: auto !important;
	}

	.ipc-home-hero__slide--photo .ipc-home-hero__copy {
		flex: 0 0 46% !important;
		width: 46% !important;
		max-width: 46% !important;
	}

	.ipc-home-hero__tag {
		margin: 0 0 12px !important;
		font-size: 11px !important;
		letter-spacing: 0.1em !important;
	}

	.ipc-home-hero__title,
	.elementor .ipc-home-hero-widget .ipc-home-hero__title,
	.ipc-home-hero-widget .ipc-home-hero__title {
		max-width: 14ch !important;
		margin: 0 0 12px !important;
		font-size: clamp(1.7rem, 1.35rem + 1.2vw, 2.25rem) !important;
		font-weight: 800 !important;
		line-height: 1.14 !important;
		color: var(--ipc-hero-navy) !important;
	}

	.ipc-home-hero__title span,
	.elementor .ipc-home-hero-widget .ipc-home-hero__title span {
		color: var(--ipc-hero-blue) !important;
	}

	.ipc-home-hero__sub,
	.elementor .ipc-home-hero-widget .ipc-home-hero__sub {
		max-width: 34em !important;
		margin: 0 0 16px !important;
		font-size: 14.5px !important;
		line-height: 1.55 !important;
		color: var(--ipc-hero-muted) !important;
	}

	.ipc-home-hero__cta-wrap {
		gap: 16px !important;
	}

	.ipc-home-hero__cta,
	.elementor .ipc-home-hero-widget .ipc-home-hero__cta {
		min-height: 44px !important;
		padding: 13px 22px !important;
		font-size: 12.5px !important;
	}

	/* Product slides — boxed image beside copy. */
	.ipc-home-hero__slide--product .ipc-home-hero__visual,
	.elementor .ipc-home-hero-widget .ipc-home-hero__slide--product .ipc-home-hero__visual {
		position: relative !important;
		inset: auto !important;
		display: flex !important;
		flex: 0 0 48% !important;
		align-items: center !important;
		justify-content: center !important;
		width: 48% !important;
		height: 300px !important;
		min-height: 280px !important;
		max-height: 320px !important;
		padding: 8px 0 !important;
		margin: 0 !important;
		overflow: visible !important;
	}

	.ipc-home-hero__slide--product .ipc-home-hero__frame,
	.elementor .ipc-home-hero-widget .ipc-home-hero__slide--product .ipc-home-hero__frame {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 100% !important;
		height: 100% !important;
		padding: 8px !important;
		overflow: visible !important;
		background: transparent !important;
		border-radius: 16px !important;
		box-shadow: none !important;
	}

	.ipc-home-hero__slide--product .ipc-home-hero__frame img,
	.elementor .ipc-home-hero-widget .ipc-home-hero__slide--product .ipc-home-hero__frame img {
		width: auto !important;
		height: auto !important;
		max-width: 100% !important;
		max-height: 100% !important;
		object-fit: contain !important;
		object-position: center center !important;
		border-radius: 14px !important;
		filter: drop-shadow(0 18px 28px rgba(10, 46, 79, 0.14)) !important;
		transform: none !important;
	}

	/* Photo slides (appointment + accessories) — full-bleed image, boxed copy. */
	.ipc-home-hero__slide--photo .ipc-home-hero__visual,
	.elementor .ipc-home-hero-widget .ipc-home-hero__slide--photo .ipc-home-hero__visual {
		position: absolute !important;
		top: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 46% !important;
		z-index: 1 !important;
		display: block !important;
		flex: none !important;
		width: auto !important;
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
		padding: 0 !important;
		margin: 0 !important;
		overflow: hidden !important;
	}

	.ipc-home-hero__slide--photo .ipc-home-hero__visual::after {
		display: block !important;
		width: 64px !important;
	}

	.ipc-home-hero__slide--photo .ipc-home-hero__frame,
	.elementor .ipc-home-hero-widget .ipc-home-hero__slide--photo .ipc-home-hero__frame {
		position: absolute !important;
		inset: 0 !important;
		width: 100% !important;
		height: 100% !important;
		max-width: none !important;
		max-height: none !important;
		padding: 0 !important;
		overflow: hidden !important;
		background: transparent !important;
		border-radius: 0 !important;
		box-shadow: none !important;
	}

	.ipc-home-hero__slide--photo .ipc-home-hero__frame img,
	.elementor .ipc-home-hero-widget .ipc-home-hero__slide--photo .ipc-home-hero__frame img {
		display: block !important;
		width: 100% !important;
		height: 100% !important;
		max-width: none !important;
		max-height: none !important;
		object-fit: cover !important;
		object-position: 58% 50% !important;
		border-radius: 0 !important;
		filter: none !important;
		transform: none !important;
	}

	.ipc-home-hero__slide--5.ipc-home-hero__slide--photo .ipc-home-hero__frame img {
		object-position: 58% 45% !important;
	}

	/* Tablet pagination dots (like mobile). */
	.ipc-home-hero__dots,
	.elementor .ipc-home-hero-widget .ipc-home-hero__dots,
	.ipc-home-hero-widget .ipc-home-hero__dots {
		position: absolute !important;
		right: 0 !important;
		bottom: 18px !important;
		left: 0 !important;
		z-index: 20 !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		visibility: visible !important;
		gap: 10px !important;
		padding: 0 !important;
		margin: 0 !important;
		pointer-events: auto !important;
	}

	.ipc-home-hero__dot,
	.elementor .ipc-home-hero-widget .ipc-home-hero__dot,
	.ipc-home-hero-widget .ipc-home-hero__dot,
	.elementor .ipc-home-hero-widget button.ipc-home-hero__dot,
	.ipc-home-hero-widget button.ipc-home-hero__dot {
		display: block !important;
		flex: 0 0 10px !important;
		width: 10px !important;
		min-width: 10px !important;
		max-width: 10px !important;
		height: 10px !important;
		min-height: 10px !important;
		max-height: 10px !important;
		padding: 0 !important;
		margin: 0 !important;
		font-size: 0 !important;
		line-height: 0 !important;
		color: transparent !important;
		cursor: pointer !important;
		background: #fff !important;
		border: 0 !important;
		border-radius: 999px !important;
		box-shadow:
			0 0 0 1.5px rgba(10, 46, 79, 0.45),
			0 2px 6px rgba(10, 46, 79, 0.28) !important;
		transform: none !important;
	}

	.ipc-home-hero__dot.is-active,
	.elementor .ipc-home-hero-widget .ipc-home-hero__dot.is-active,
	.ipc-home-hero-widget .ipc-home-hero__dot.is-active {
		flex: 0 0 30px !important;
		width: 30px !important;
		min-width: 30px !important;
		max-width: 30px !important;
		background: var(--ipc-hero-blue) !important;
		box-shadow:
			0 0 0 1.5px rgba(255, 255, 255, 0.95),
			0 2px 8px rgba(0, 144, 220, 0.45) !important;
	}

	.ipc-home-hero__picker,
	.elementor .ipc-home-hero-widget .ipc-home-hero__picker {
		position: relative !important;
		z-index: 25 !important;
		padding: 0 var(--ipc-hero-page-gutter) !important;
		margin: -12px auto 0 !important;
	}

	.ipc-home-hero__picker-trigger {
		position: relative;
		z-index: 2;
		display: flex !important;
		align-items: center;
		width: 100%;
		gap: 14px;
		padding: 14px 14px 14px 18px;
		font-family: 'Montserrat', system-ui, sans-serif !important;
		text-align: left;
		cursor: pointer;
		background: #fff !important;
		border: 1px solid rgba(17, 24, 39, 0.14) !important;
		border-radius: 16px !important;
		box-shadow:
			0 0 0 1px rgba(255, 255, 255, 0.9),
			0 2px 6px rgba(17, 24, 39, 0.08),
			0 8px 28px rgba(17, 24, 39, 0.16) !important;
	}

	.ipc-home-hero__picker-trigger-copy {
		display: flex;
		flex: 1;
		flex-direction: column;
		gap: 4px;
		min-width: 0;
	}

	.ipc-home-hero__picker-trigger-title {
		font-size: 17px;
		font-weight: 700;
		line-height: 1.15;
		color: var(--ipc-hero-navy);
	}

	.ipc-home-hero__picker-trigger-title em {
		font-style: normal;
		font-weight: 700;
		color: var(--ipc-hero-blue);
	}

	.ipc-home-hero__picker-trigger-example {
		font-size: 14px;
		font-weight: 500;
		line-height: 1.2;
		color: var(--ipc-hero-muted);
	}

	.ipc-home-hero__picker-trigger-btn {
		display: flex;
		flex: 0 0 auto;
		align-items: center;
		justify-content: center;
		width: 46px;
		height: 46px;
		color: #fff;
		background: var(--ipc-hero-blue);
		border-radius: 50%;
	}

	.ipc-home-hero__picker-bar {
		display: none !important;
	}
}

@media (max-width: 768px) {
	.ipc-home-hero {
		margin-top: 0 !important;
		padding-bottom: 8px !important;
		background: #fff !important;
	}

	.ipc-home-hero__mobile-hero {
		display: block !important;
	}

	.ipc-home-hero__shell {
		display: block !important;
		padding: 0 !important;
		background: transparent !important;
	}

	.ipc-home-hero__stage {
		display: none !important;
	}

	.ipc-home-hero__picker {
		display: block !important;
		max-width: none !important;
		padding: 0 14px !important;
		margin: 4px 0 8px !important;
	}

	.ipc-home-hero__picker-trigger {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		gap: 12px;
		padding: 12px 16px !important;
		margin: 6px 0 16px;
		font-family: 'Montserrat', system-ui, sans-serif !important;
		text-align: left;
		cursor: pointer;
		background: #fff !important;
		border: 1px solid #e1e8ee !important;
		border-radius: 14px !important;
		box-shadow: none !important;
	}

	.ipc-home-hero__picker-trigger-copy {
		display: flex;
		flex: 1;
		flex-direction: column;
		gap: 0;
		min-width: 0;
	}

	.ipc-home-hero__picker-trigger-title {
		font-size: 14px !important;
		font-weight: 800 !important;
		line-height: 1.25 !important;
		color: var(--ipc-hero-navy) !important;
	}

	.ipc-home-hero__picker-trigger-title em {
		font-style: normal !important;
		font-weight: 800 !important;
		color: var(--ipc-hero-blue) !important;
	}

	.ipc-home-hero__picker-trigger-example {
		margin-top: 2px;
		font-size: 11.5px !important;
		font-weight: 500 !important;
		line-height: 1.3;
		color: var(--ipc-hero-muted) !important;
	}

	.ipc-home-hero__picker-trigger-btn {
		display: flex !important;
		flex: none !important;
		align-items: center;
		justify-content: center;
		width: 42px !important;
		height: 42px !important;
		color: #fff !important;
		background: var(--ipc-hero-navy) !important;
		border-radius: 50% !important;
	}

	.ipc-home-hero__picker-bar {
		display: none !important;
	}
}

/* Final responsive lock: never allow tablet/mobile pill and desktop bar to appear together. */
@media (min-width: 1025px) {
	.ipc-home-hero-widget .ipc-home-hero__picker-trigger,
	.elementor .ipc-home-hero-widget .ipc-home-hero__picker-trigger {
		display: none !important;
		visibility: hidden !important;
	}

	.ipc-home-hero-widget .ipc-home-hero__picker-bar,
	.elementor .ipc-home-hero-widget .ipc-home-hero__picker-bar {
		display: flex !important;
		visibility: visible !important;
	}

	.ipc-home-hero-widget .ipc-home-hero__dots,
	.elementor .ipc-home-hero-widget .ipc-home-hero__dots {
		display: none !important;
		visibility: hidden !important;
	}

	.ipc-home-hero-widget .ipc-home-hero__picker-back,
	.elementor .ipc-home-hero-widget .ipc-home-hero__picker-back,
	.ipc-home-hero-widget .ipc-home-hero__picker-sheet-header,
	.elementor .ipc-home-hero-widget .ipc-home-hero__picker-sheet-header,
	.ipc-home-hero-widget .ipc-home-hero__picker-backdrop,
	.elementor .ipc-home-hero-widget .ipc-home-hero__picker-backdrop {
		display: none !important;
		visibility: hidden !important;
		width: 0 !important;
		height: 0 !important;
		min-width: 0 !important;
		min-height: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
		overflow: hidden !important;
		pointer-events: none !important;
	}

	.ipc-home-hero-widget .ipc-home-hero__shell,
	.elementor .ipc-home-hero-widget .ipc-home-hero__shell {
		padding-top: 0 !important;
		padding-bottom: 40px !important;
	}

	.ipc-home-hero-widget .ipc-home-hero,
	.elementor .ipc-home-hero-widget .ipc-home-hero {
		padding-bottom: 12px !important;
		margin-bottom: 0 !important;
	}

	.ipc-home-hero-widget .ipc-home-hero__picker,
	.elementor .ipc-home-hero-widget .ipc-home-hero__picker {
		max-width: var(--ipc-hero-page-max) !important;
		padding: 0 var(--ipc-hero-page-gutter) !important;
		margin: -28px auto 0 !important;
	}
}

@media (max-width: 1024px) {
	.ipc-home-hero-widget .ipc-home-hero__picker-bar,
	.elementor .ipc-home-hero-widget .ipc-home-hero__picker-bar {
		display: none !important;
		visibility: hidden !important;
	}

	.ipc-home-hero-widget .ipc-home-hero__picker-trigger,
	.elementor .ipc-home-hero-widget .ipc-home-hero__picker-trigger {
		display: flex !important;
		visibility: visible !important;
		align-items: center !important;
		justify-content: space-between !important;
		width: 100% !important;
		gap: 14px !important;
		padding: 14px 14px 14px 18px !important;
		font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif !important;
		text-align: left !important;
		cursor: pointer !important;
		background: #fff !important;
		border: 1px solid rgba(17, 24, 39, 0.14) !important;
		border-radius: 16px !important;
		box-shadow:
			0 0 0 1px rgba(255, 255, 255, 0.9),
			0 2px 6px rgba(17, 24, 39, 0.08),
			0 8px 28px rgba(17, 24, 39, 0.16) !important;
	}

	.ipc-home-hero-widget .ipc-home-hero__picker-trigger-title,
	.elementor .ipc-home-hero-widget .ipc-home-hero__picker-trigger-title {
		font-size: 17px !important;
		font-weight: 700 !important;
		line-height: 1.15 !important;
		color: var(--ipc-hero-navy) !important;
	}

	.ipc-home-hero-widget .ipc-home-hero__picker-trigger-title em,
	.elementor .ipc-home-hero-widget .ipc-home-hero__picker-trigger-title em {
		font-style: normal !important;
		font-weight: 700 !important;
		color: var(--ipc-hero-blue) !important;
	}

	.ipc-home-hero-widget .ipc-home-hero__picker-trigger-example,
	.elementor .ipc-home-hero-widget .ipc-home-hero__picker-trigger-example {
		font-size: 14px !important;
		font-weight: 500 !important;
		color: var(--ipc-hero-muted) !important;
	}

	.ipc-home-hero-widget .ipc-home-hero__picker-trigger-btn,
	.elementor .ipc-home-hero-widget .ipc-home-hero__picker-trigger-btn {
		display: flex !important;
		flex: 0 0 auto !important;
		align-items: center !important;
		justify-content: center !important;
		width: 46px !important;
		height: 46px !important;
		color: #fff !important;
		background: var(--ipc-hero-blue) !important;
		border-radius: 50% !important;
	}

	.ipc-home-hero-widget .ipc-home-hero__picker,
	.elementor .ipc-home-hero-widget .ipc-home-hero__picker {
		position: relative !important;
		z-index: 25 !important;
		width: 100% !important;
		max-width: var(--ipc-hero-page-max) !important;
		padding: 0 var(--ipc-hero-page-gutter) !important;
		margin: 16px auto 0 !important;
	}

	.ipc-home-hero-widget .ipc-home-hero__picker-backdrop,
	.elementor .ipc-home-hero-widget .ipc-home-hero__picker-backdrop {
		display: block !important;
		position: fixed !important;
		inset: 0 !important;
		z-index: 1099 !important;
		pointer-events: none;
		background: rgba(17, 24, 39, 0.45);
		opacity: 0;
		transition: opacity 0.24s ease;
	}

	body.ipc-picker-sheet-open {
		overflow: hidden !important;
	}

	body.ipc-picker-sheet-open .ipc-home-hero-widget .ipc-home-hero__picker-backdrop,
	body.ipc-picker-sheet-open .elementor .ipc-home-hero-widget .ipc-home-hero__picker-backdrop {
		pointer-events: auto;
		opacity: 1;
	}

	.ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__picker-bar,
	.elementor .ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__picker-bar {
		position: fixed !important;
		top: 180px !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		z-index: 1100 !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important;
		visibility: visible !important;
		width: 100% !important;
		max-width: none !important;
		padding: 0 !important;
		margin: 0 !important;
		overflow-x: hidden !important;
		overflow-y: auto !important;
		background: #fff !important;
		border: 0 !important;
		border-radius: 22px 22px 0 0 !important;
		box-shadow: 0 -12px 30px rgba(17, 24, 39, 0.18) !important;
		animation: ipc-picker-sheet-in 0.28s cubic-bezier(0.2, 0.7, 0.2, 1);
	}

	.ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__picker-sheet-header,
	.elementor .ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__picker-sheet-header {
		position: relative !important;
		display: block !important;
		visibility: visible !important;
		pointer-events: auto !important;
		padding: 26px 24px 20px !important;
	}

	.ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__picker-sheet-title,
	.elementor .ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__picker-sheet-title {
		font-size: 26px !important;
		font-weight: 800 !important;
		line-height: 1.15 !important;
		color: var(--ipc-hero-navy) !important;
	}

	.ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__picker-sheet-title em,
	.elementor .ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__picker-sheet-title em {
		font-style: normal !important;
		font-weight: 800 !important;
		color: var(--ipc-hero-blue) !important;
	}

	.ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__picker-sheet-sub,
	.elementor .ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__picker-sheet-sub {
		margin-top: 10px !important;
		font-size: 15px !important;
		font-weight: 500 !important;
		line-height: 1.45 !important;
		color: #6b7280 !important;
	}

	.ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__picker-sheet-close,
	.elementor .ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__picker-sheet-close {
		position: absolute !important;
		top: 20px !important;
		right: 18px !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 36px !important;
		height: 36px !important;
		padding: 0 !important;
		color: #111827 !important;
		cursor: pointer !important;
		background: #f3f4f6 !important;
		border: 0 !important;
		border-radius: 50% !important;
		box-shadow: none !important;
	}

	.ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__picker-sheet-close svg,
	.elementor .ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__picker-sheet-close svg {
		width: 16px !important;
		height: 16px !important;
	}

	.ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__picker-cell,
	.elementor .ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__picker-cell {
		display: flex !important;
		flex: 0 0 auto !important;
		flex-direction: column !important;
		align-items: stretch !important;
		justify-content: flex-start !important;
		width: 100% !important;
		max-width: 100% !important;
		gap: 8px !important;
		padding: 0 24px !important;
		margin: 0 0 18px !important;
		border: 0 !important;
		border-right: 0 !important;
		background: transparent !important;
	}

	.ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__picker-cell:first-of-type,
	.elementor .ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__picker-cell:first-of-type {
		margin-top: 8px !important;
	}

	.ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__picker-label,
	.elementor .ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__picker-label {
		margin: 0 0 8px !important;
		font-size: 15px !important;
		font-weight: 700 !important;
		line-height: 1.2 !important;
		color: #111827 !important;
		text-align: left !important;
		text-transform: none !important;
		letter-spacing: 0 !important;
	}

	.ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__select-wrap,
	.elementor .ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__select-wrap {
		width: 100% !important;
	}

	.ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__select,
	.elementor .ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__select {
		width: 100% !important;
		min-height: 52px !important;
		padding: 15px 16px !important;
		font-size: 15px !important;
		text-align: left !important;
		border: 1px solid #dcdfe4 !important;
		border-radius: 12px !important;
	}

	.ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__picker-cta,
	.elementor .ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__picker-cta {
		display: flex !important;
		flex: 0 0 auto !important;
		align-items: center !important;
		justify-content: center !important;
		align-self: stretch !important;
		width: calc(100% - 48px) !important;
		max-width: none !important;
		height: auto !important;
		min-height: 56px !important;
		padding: 18px !important;
		margin: auto 24px 12px !important;
		font-size: 16px !important;
		font-weight: 700 !important;
		letter-spacing: 0.04em !important;
		color: #fff !important;
		white-space: normal !important;
		text-transform: uppercase !important;
		background: var(--ipc-hero-blue) !important;
		border: 0 !important;
		border-radius: 14px !important;
		box-shadow: none !important;
	}

	.ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__picker-manual,
	.elementor .ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__picker-manual {
		display: none;
		flex: 0 0 auto !important;
		flex-direction: column !important;
		gap: 14px !important;
		width: 100% !important;
		padding: 0 24px 8px !important;
		margin: 0 !important;
		border-top: 0 !important;
		order: unset !important;
	}

	.ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__picker-bar.is-manual .ipc-home-hero__picker-manual,
	.elementor .ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__picker-bar.is-manual .ipc-home-hero__picker-manual {
		display: flex !important;
	}

	.ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__picker-bar.is-manual .ipc-home-hero__picker-cell--model,
	.elementor .ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__picker-bar.is-manual .ipc-home-hero__picker-cell--model {
		display: none !important;
	}

	.ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__picker-manual-field,
	.elementor .ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__picker-manual-field {
		width: 100% !important;
		min-width: 0 !important;
	}

	.ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__picker-manual-input,
	.elementor .ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__picker-manual-input {
		min-height: 52px !important;
		height: 52px !important;
		padding: 0 16px !important;
		font-size: 15px !important;
		border-radius: 12px !important;
		color: #0a2e4f !important;
		-webkit-text-fill-color: #0a2e4f !important;
		background: #fff !important;
		background-color: #fff !important;
	}

	.ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__picker-back,
	.elementor .ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__picker-back {
		display: flex !important;
		visibility: visible !important;
		pointer-events: auto !important;
		align-items: center !important;
		justify-content: center !important;
		width: auto !important;
		height: auto !important;
		min-width: 0 !important;
		min-height: 0 !important;
		margin: 0 24px 28px !important;
		padding: 18px !important;
		overflow: visible !important;
		font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif !important;
		font-size: 16px !important;
		font-weight: 700 !important;
		color: #6b7280 !important;
		cursor: pointer !important;
		background: #e5e7eb !important;
		border: 0 !important;
		border-radius: 14px !important;
		box-shadow: none !important;
	}

	.ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__select-menu,
	.elementor .ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__select-menu {
		z-index: 1101 !important;
	}
}

@media (max-width: 768px) {
	.ipc-home-hero-widget .ipc-home-hero__picker,
	.elementor .ipc-home-hero-widget .ipc-home-hero__picker {
		max-width: none !important;
		padding: 0 14px !important;
		margin: 4px 0 8px !important;
	}

	.ipc-home-hero-widget .ipc-home-hero__picker-trigger,
	.elementor .ipc-home-hero-widget .ipc-home-hero__picker-trigger {
		padding: 12px 16px !important;
		margin: 6px 0 16px !important;
		border: 1px solid #e1e8ee !important;
		border-radius: 14px !important;
		box-shadow: none !important;
	}

	.ipc-home-hero-widget .ipc-home-hero__picker-trigger-title,
	.elementor .ipc-home-hero-widget .ipc-home-hero__picker-trigger-title {
		font-size: 14px !important;
		font-weight: 800 !important;
	}

	.ipc-home-hero-widget .ipc-home-hero__picker-trigger-example,
	.elementor .ipc-home-hero-widget .ipc-home-hero__picker-trigger-example {
		margin-top: 2px !important;
		font-size: 11.5px !important;
	}

	.ipc-home-hero-widget .ipc-home-hero__picker-trigger-btn,
	.elementor .ipc-home-hero-widget .ipc-home-hero__picker-trigger-btn {
		width: 42px !important;
		height: 42px !important;
		background: var(--ipc-hero-navy) !important;
	}

	.ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__picker-bar,
	.elementor .ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__picker-bar {
		top: 120px !important;
		border-radius: 20px 20px 0 0 !important;
	}

	.ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__picker-sheet-title,
	.elementor .ipc-home-hero-widget.is-picker-sheet-open .ipc-home-hero__picker-sheet-title {
		font-size: 22px !important;
		padding-right: 40px !important;
	}
}

/* Kill page-level horizontal scroll caused by hero full-bleed leftovers. */
html:has(.ipc-home-hero-widget),
body:has(.ipc-home-hero-widget) {
	overflow-x: clip;
}

.ipc-home-hero-widget,
.ipc-home-hero,
.ipc-home-hero__shell,
.ipc-home-hero__stage,
.ipc-home-hero__viewport {
	max-width: 100%;
}

/* ==========================================================================
   Desktop (≥1025px): scale hero content from section height
   Perfect reference ≈ 520px tall. Shorter heights shrink everything together.
   Base sizes are slightly larger (~10%) so the default look matches screenshot-2.
   ========================================================================== */
@media (min-width: 1025px) {
	.ipc-home-hero-widget {
		--ipc-hero-scale: calc(var(--ipc-hero-section-height, 520px) / 520px);
	}

	.elementor .ipc-home-hero-widget .ipc-home-hero__inner,
	.ipc-home-hero-widget .ipc-home-hero__inner {
		padding-top: clamp(16px, calc(38px * var(--ipc-hero-scale)), 44px) !important;
		padding-bottom: clamp(40px, calc(80px * var(--ipc-hero-scale)), 80px) !important;
		gap: clamp(14px, calc(32px * var(--ipc-hero-scale)), 40px) !important;
	}

	.elementor .ipc-home-hero-widget .ipc-home-hero__tag,
	.ipc-home-hero-widget .ipc-home-hero__tag {
		margin-bottom: clamp(6px, calc(18px * var(--ipc-hero-scale)), 18px) !important;
		font-size: clamp(10px, calc(13px * var(--ipc-hero-scale)), 13px) !important;
	}

	.elementor .ipc-home-hero-widget .ipc-home-hero__title,
	.ipc-home-hero-widget .ipc-home-hero__title {
		margin-bottom: clamp(6px, calc(16px * var(--ipc-hero-scale)), 16px) !important;
		font-size: clamp(1.55rem, calc(2.9rem * var(--ipc-hero-scale)), 2.9rem) !important;
		line-height: 1.12 !important;
	}

	.elementor .ipc-home-hero-widget .ipc-home-hero__sub,
	.ipc-home-hero-widget .ipc-home-hero__sub {
		margin-bottom: clamp(8px, calc(20px * var(--ipc-hero-scale)), 22px) !important;
		font-size: clamp(13px, calc(16.5px * var(--ipc-hero-scale)), 16.5px) !important;
		line-height: 1.5 !important;
	}

	.elementor .ipc-home-hero-widget .ipc-home-hero__cta-wrap,
	.ipc-home-hero-widget .ipc-home-hero__cta-wrap {
		gap: clamp(10px, calc(24px * var(--ipc-hero-scale)), 24px) !important;
	}

	.elementor .ipc-home-hero-widget .ipc-home-hero__google,
	.ipc-home-hero-widget .ipc-home-hero__google {
		gap: clamp(4px, calc(9px * var(--ipc-hero-scale)), 10px) !important;
		font-size: clamp(12px, calc(16px * var(--ipc-hero-scale)), 16px) !important;
	}

	.elementor .ipc-home-hero-widget .ipc-home-hero__google-logo,
	.ipc-home-hero-widget .ipc-home-hero__google-logo {
		width: clamp(15px, calc(22px * var(--ipc-hero-scale)), 22px) !important;
		height: clamp(15px, calc(22px * var(--ipc-hero-scale)), 22px) !important;
	}

	.elementor .ipc-home-hero-widget .ipc-home-hero__stars,
	.ipc-home-hero-widget .ipc-home-hero__stars {
		font-size: clamp(12px, calc(15px * var(--ipc-hero-scale)), 15px) !important;
	}

	.elementor .ipc-home-hero-widget .ipc-home-hero__cta,
	.ipc-home-hero-widget .ipc-home-hero__cta {
		min-height: clamp(36px, calc(50px * var(--ipc-hero-scale)), 50px) !important;
		padding: clamp(9px, calc(16px * var(--ipc-hero-scale)), 16px) clamp(16px, calc(30px * var(--ipc-hero-scale)), 30px) !important;
		font-size: clamp(12px, calc(14.5px * var(--ipc-hero-scale)), 14.5px) !important;
		border-radius: clamp(6px, calc(8px * var(--ipc-hero-scale)), 8px) !important;
	}

	.elementor .ipc-home-hero-widget .ipc-home-hero__slide--product .ipc-home-hero__visual,
	.ipc-home-hero-widget .ipc-home-hero__slide--product .ipc-home-hero__visual {
		min-height: clamp(200px, calc(370px * var(--ipc-hero-scale)), 370px) !important;
		padding-top: clamp(8px, calc(22px * var(--ipc-hero-scale)), 22px) !important;
		padding-bottom: clamp(8px, calc(22px * var(--ipc-hero-scale)), 22px) !important;
	}

	.elementor .ipc-home-hero-widget .ipc-home-hero__slide--product .ipc-home-hero__frame img,
	.ipc-home-hero-widget .ipc-home-hero__slide--product .ipc-home-hero__frame img {
		max-height: clamp(220px, calc(520px * var(--ipc-hero-scale)), 520px) !important;
	}

	.elementor .ipc-home-hero-widget .ipc-home-hero__slide--3 .ipc-home-hero__frame img,
	.ipc-home-hero-widget .ipc-home-hero__slide--3 .ipc-home-hero__frame img {
		max-height: clamp(210px, calc(500px * var(--ipc-hero-scale)), 500px) !important;
	}

	.elementor .ipc-home-hero-widget .ipc-home-hero__arrow,
	.ipc-home-hero-widget .ipc-home-hero__arrow {
		width: clamp(36px, calc(52px * var(--ipc-hero-scale)), 52px) !important;
		min-width: clamp(36px, calc(52px * var(--ipc-hero-scale)), 52px) !important;
		height: clamp(36px, calc(52px * var(--ipc-hero-scale)), 52px) !important;
		min-height: clamp(36px, calc(52px * var(--ipc-hero-scale)), 52px) !important;
	}

	.elementor .ipc-home-hero-widget .ipc-home-hero__arrow svg,
	.ipc-home-hero-widget .ipc-home-hero__arrow svg {
		width: clamp(15px, calc(20px * var(--ipc-hero-scale)), 20px) !important;
		height: clamp(15px, calc(20px * var(--ipc-hero-scale)), 20px) !important;
	}

	.elementor .ipc-home-hero-widget .ipc-home-hero__picker,
	.ipc-home-hero-widget .ipc-home-hero__picker {
		margin-top: calc(-26px * var(--ipc-hero-scale)) !important;
	}

	.elementor .ipc-home-hero-widget .ipc-home-hero__picker-bar,
	.ipc-home-hero-widget .ipc-home-hero__picker-bar {
		padding: clamp(9px, calc(14px * var(--ipc-hero-scale)), 14px) clamp(9px, calc(14px * var(--ipc-hero-scale)), 14px) clamp(9px, calc(14px * var(--ipc-hero-scale)), 14px) 0 !important;
		border-radius: clamp(10px, calc(16px * var(--ipc-hero-scale)), 16px) !important;
	}

	.elementor .ipc-home-hero-widget .ipc-home-hero__picker-cell,
	.ipc-home-hero-widget .ipc-home-hero__picker-cell {
		gap: clamp(4px, calc(7px * var(--ipc-hero-scale)), 7px) !important;
		padding-left: clamp(12px, calc(20px * var(--ipc-hero-scale)), 20px) !important;
		padding-right: clamp(12px, calc(20px * var(--ipc-hero-scale)), 20px) !important;
	}

	.elementor .ipc-home-hero-widget .ipc-home-hero__picker-label,
	.ipc-home-hero-widget .ipc-home-hero__picker-label {
		font-size: clamp(9px, calc(11px * var(--ipc-hero-scale)), 11px) !important;
	}

	.elementor .ipc-home-hero-widget .ipc-home-hero__select,
	.ipc-home-hero-widget .ipc-home-hero__select {
		min-height: clamp(36px, calc(50px * var(--ipc-hero-scale)), 50px) !important;
		padding: clamp(7px, calc(12px * var(--ipc-hero-scale)), 12px) clamp(9px, calc(15px * var(--ipc-hero-scale)), 15px) !important;
		font-size: clamp(14px, calc(19.5px * var(--ipc-hero-scale)), 19.5px) !important;
		border-radius: clamp(6px, calc(8px * var(--ipc-hero-scale)), 8px) !important;
	}

	.elementor .ipc-home-hero-widget .ipc-home-hero__picker-cta,
	.ipc-home-hero-widget .ipc-home-hero__picker-cta {
		height: clamp(36px, calc(50px * var(--ipc-hero-scale)), 50px) !important;
		min-height: clamp(36px, calc(50px * var(--ipc-hero-scale)), 50px) !important;
		padding: 0 clamp(16px, calc(30px * var(--ipc-hero-scale)), 30px) !important;
		margin-left: clamp(6px, calc(14px * var(--ipc-hero-scale)), 14px) !important;
		font-size: clamp(12px, calc(16px * var(--ipc-hero-scale)), 16px) !important;
		border-radius: clamp(8px, calc(10px * var(--ipc-hero-scale)), 10px) !important;
	}

	.elementor .ipc-home-hero-widget .ipc-home-hero__dot,
	.ipc-home-hero-widget .ipc-home-hero__dot {
		width: clamp(7px, calc(11px * var(--ipc-hero-scale)), 11px) !important;
		height: clamp(7px, calc(11px * var(--ipc-hero-scale)), 11px) !important;
	}

	.elementor .ipc-home-hero-widget .ipc-home-hero__dot.is-active,
	.ipc-home-hero-widget .ipc-home-hero__dot.is-active {
		width: clamp(20px, calc(32px * var(--ipc-hero-scale)), 32px) !important;
	}
}
