/* Visual polish layer based on live desktop review. */

.header-main-wrap,
.header-main-wrap .header-main,
.header-main-wrap .header-desktop,
.header-main-wrap .container-fluid {
	background-color: #ffffff !important;
}

.header-main-wrap {
	position: relative;
	z-index: 50;
	border-bottom: 1px solid rgba(7,59,76,.10);
	box-shadow: 0 4px 18px rgba(7,59,76,.06);
}

.header-main-wrap .logo-desktop,
.header-main-wrap .logo-mobile {
	position: relative;
	z-index: 52;
}

.header-main-wrap .ipuntacana-brand-logo img,
.header-main-wrap .ipuntacana-brand-logo-mobile img,
.header-main-wrap .logo-desktop img,
.header-main-wrap .logo-mobile img {
	filter: none !important;
}

/* Exact official iPuntaCana artwork. */
.header-main-wrap .ipuntacana-brand-logo img,
.header-main-wrap .logo-desktop.ipuntacana-brand-logo img {
	width: 255px !important;
	max-width: 255px !important;
	height: auto !important;
	max-height: 59px !important;
	object-fit: contain !important;
	object-position: left center !important;
}

.header-main-wrap .ipuntacana-brand-logo-mobile img,
.header-main-wrap .logo-mobile.ipuntacana-brand-logo img {
	width: 190px !important;
	max-width: 190px !important;
	height: auto !important;
	max-height: 44px !important;
	object-fit: contain !important;
	object-position: left center !important;
}

.ipc-header-shortcuts {
	position: absolute;
	top: 0;
	right: max(42px, calc((100vw - 1180px) / 2));
	z-index: 999;
	display: flex;
	align-items: center;
	gap: 26px;
	height: 74px;
	font-size: 14px;
	font-weight: 750;
}

.ipc-header-shortcuts a {
	color: #073b4c !important;
	text-decoration: none !important;
	transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}

.ipc-header-shortcuts > a:first-child:hover {
	color: #0b789f !important;
}

.ipc-header-shortcuts__cta {
	display: inline-flex;
	align-items: center;
	height: 40px;
	padding: 0 17px;
	border: 1px solid #0b789f;
	border-radius: 10px;
	background: #0b789f;
	color: #ffffff !important;
}

.ipc-header-shortcuts__cta:hover {
	border-color: #073b4c;
	background: #073b4c;
	color: #ffffff !important;
	transform: translateY(-1px);
}

.ipc-search {
	padding: 11px !important;
	border-radius: 16px !important;
}

.ipc-search__field {
	padding: 7px 14px !important;
}

.ipc-search input,
.ipc-search select {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0 !important;
	background-color: transparent !important;
	box-shadow: none !important;
}

.ipc-search select {
	padding-right: 30px !important;
	background-image:
		linear-gradient(45deg, transparent 50%, #536970 50%),
		linear-gradient(135deg, #536970 50%, transparent 50%) !important;
	background-position:
		calc(100% - 15px) 50%,
		calc(100% - 10px) 50% !important;
	background-size: 5px 5px, 5px 5px !important;
	background-repeat: no-repeat !important;
}

.ipc-search input::placeholder {
	color: #9aa8ad;
	opacity: 1;
}

.ipc-search__button {
	min-width: 172px;
	border-radius: 11px !important;
	background: #0b789f !important;
	box-shadow: none !important;
}

.ipc-search__button:hover,
.ipc-search__button:focus {
	background: #086481 !important;
}

/*
 * Premium photographic hero: real-estate first, lifestyle second.
 * The petroleum overlay keeps the iPuntaCana visual identity and leaves the
 * architecture/pool visible on the right without sacrificing readability.
 */
.ipc-hero {
	position: relative;
	isolation: isolate;
	display: flex;
	align-items: center;
	min-height: 505px;
	padding-top: 70px;
	padding-bottom: 62px;
	background:
		linear-gradient(90deg, rgba(3,37,49,.96) 0%, rgba(3,45,59,.90) 32%, rgba(3,45,59,.70) 53%, rgba(3,45,59,.34) 75%, rgba(3,45,59,.18) 100%),
		url('https://images.unsplash.com/photo-1777919541982-dcb34c146a2d?auto=format&fit=crop&fm=webp&q=86&w=2200') 62% 56% / cover no-repeat !important;
	background-color: #073b4c;
}

.ipc-hero::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(7,59,76,.02) 55%, rgba(7,59,76,.18) 100%);
}

.ipc-hero__inner {
	position: relative;
	z-index: 1;
	width: 100%;
}

.ipc-hero__copy {
	max-width: 760px;
	text-shadow: 0 2px 22px rgba(0,0,0,.22);
}

.ipc-hero__copy p {
	color: rgba(255,255,255,.94);
	text-shadow: 0 1px 14px rgba(0,0,0,.22);
}

.ipc-hero .ipc-search {
	box-shadow: 0 18px 45px rgba(2,32,42,.28);
}

.ipc-empty-state {
	padding-top: 38px;
	padding-bottom: 38px;
}

@media (max-width: 1180px) {
	.ipc-header-shortcuts {
		right: 28px;
	}
}

@media (max-width: 900px) {
	.ipc-header-shortcuts {
		display: none;
	}

	.ipc-hero {
		min-height: 470px;
		background-position: 62% 54% !important;
	}
}

@media (max-width: 767px) {
	.ipc-search select {
		background-position:
			calc(100% - 16px) 50%,
			calc(100% - 11px) 50% !important;
	}

	.ipc-search__button {
		min-width: 0;
	}

	.ipc-hero {
		min-height: auto;
		padding-top: 52px;
		padding-bottom: 44px;
		background:
			linear-gradient(90deg, rgba(3,37,49,.97) 0%, rgba(3,45,59,.91) 48%, rgba(3,45,59,.66) 100%),
			url('https://images.unsplash.com/photo-1777919541982-dcb34c146a2d?auto=format&fit=crop&fm=webp&q=82&w=1200') 66% 52% / cover no-repeat !important;
	}

	.ipc-hero__copy {
		max-width: 100%;
	}
}
