/**
 * Accommodation single — modern layout, lightbox (see stay-single.js).
 */

body.ostrovo-stay-single #content.ostrovo-stay-page-wrapper,
.ostrovo-stay-page-wrapper {
	background: #ece8e2;
}

.ostrovo-stay {
	max-width: none;
	margin: 0;
	color: #1c1917;
}

/* —— Title band (above full-bleed hero) —— */
.ostrovo-stay__intro-wrap {
	max-width: 1120px;
	margin: 0 auto;
	padding: clamp(1.5rem, 4vw, 2.25rem) clamp(1.1rem, 3vw, 1.5rem) clamp(1rem, 3vw, 1.5rem);
	text-align: center;
}

.ostrovo-stay__intro-kicker {
	margin: 0 0 0.4rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #57534e;
}

.ostrovo-stay__intro-title {
	margin: 0 0 0.35rem;
	font-size: clamp(1.85rem, 4.5vw, 2.65rem);
	font-weight: 750;
	letter-spacing: -0.03em;
	line-height: 1.1;
	color: #1c1917;
}

.ostrovo-stay__intro-sub {
	margin: 0 0 0.5rem;
	font-size: 1.05rem;
	font-weight: 600;
	color: #0f766e;
}

.ostrovo-stay__intro-excerpt {
	margin: 0 auto 1.25rem;
	max-width: 40rem;
	font-size: 1rem;
	line-height: 1.6;
	color: #57534e;
}

.ostrovo-stay__contact-open-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	margin: 0 auto;
	float: none !important;
	clear: both;
	padding: 0.75rem 1.75rem;
	border: 0;
	border-radius: 999px;
	font-size: 0.9rem;
	font-weight: 700;
	cursor: pointer;
	background: linear-gradient(135deg, #0f766e, #14b8a6);
	color: #fff !important;
	box-shadow: 0 10px 32px rgba(15, 118, 110, 0.35);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ostrovo-stay__contact-open-btn:hover,
.ostrovo-stay__contact-open-btn:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 14px 40px rgba(15, 118, 110, 0.42);
	outline: none;
}

/* —— Hero full viewport width —— */
.ostrovo-stay__hero {
	position: relative;
	min-height: clamp(280px, 48vh, 520px);
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 0;
	overflow: hidden;
	border-radius: 0;
}

.ostrovo-stay__hero--bleed {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.ostrovo-stay__hero-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.ostrovo-stay__hero-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transform: scale(1.02);
}

.ostrovo-stay__hero--plain {
	background: linear-gradient(145deg, #0d4f4a 0%, #134e4a 38%, #1c1917 100%);
}

.ostrovo-stay__hero-scrim {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(
		180deg,
		rgba(12, 18, 16, 0.25) 0%,
		rgba(12, 18, 16, 0.55) 45%,
		rgba(12, 18, 16, 0.82) 100%
	);
}

.ostrovo-stay__hero--plain .ostrovo-stay__hero-scrim {
	background: linear-gradient(180deg, rgba(13, 79, 74, 0.35) 0%, rgba(28, 25, 23, 0.88) 100%);
}

.ostrovo-stay__hero-foot {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	padding: clamp(1rem, 3vw, 1.5rem) clamp(1rem, 3vw, 1.5rem) clamp(1.25rem, 3vw, 1.75rem);
}

/* Check-in strip on hero */
.ostrovo-stay__hero-meta {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	gap: 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.ostrovo-stay__hero-meta-item {
	display: grid;
	grid-template-columns: 2rem 1fr;
	grid-template-rows: auto auto;
	column-gap: 0.5rem;
	row-gap: 0.1rem;
	align-items: center;
	min-width: 0;
	flex: 1 1 0;
	max-width: 11rem;
	padding: 0.55rem 0.65rem;
	border-radius: 12px;
	background: rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.12);
	text-align: left;
}

.ostrovo-stay__hero-meta-ico {
	grid-column: 1;
	grid-row: 1 / -1;
	align-self: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #6ee7b7;
}

.ostrovo-stay__hero-meta-ico .ostrovo-icon-svg {
	width: 1.25rem;
	height: 1.25rem;
}

.ostrovo-stay__hero-meta-l {
	grid-column: 2;
	grid-row: 1;
	font-size: 0.68rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: rgba(255, 255, 255, 0.65);
}

.ostrovo-stay__hero-meta-v {
	grid-column: 2;
	grid-row: 2;
	font-size: 0.88rem;
	font-weight: 600;
	color: #fff;
	line-height: 1.25;
}

/* —— Shell —— */
.ostrovo-stay__shell {
	max-width: 1120px;
	margin: 0 auto;
	padding: clamp(1.75rem, 4vw, 2.75rem) clamp(1.1rem, 3vw, 1.5rem) clamp(3rem, 7vw, 4.5rem);
}

.ostrovo-stay__h2 {
	margin: 0 0 0.75rem;
	font-size: clamp(0.8rem, 1.6vw, 0.88rem);
	font-weight: 700;
	color: #57534e;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

/* —— Location: cards row (address + nearby) + full-width map —— */
.ostrovo-stay__location-block {
	margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

.ostrovo-stay__location-layout {
	display: flex;
	flex-direction: column;
	gap: clamp(1.15rem, 2.5vw, 1.5rem);
}

.ostrovo-stay__location-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
	gap: 1rem;
	align-items: stretch;
}

.ostrovo-stay__location-card--contact {
	padding: clamp(1.15rem, 2.5vw, 1.5rem);
	background: #fff;
	border-radius: 18px;
	border: 1px solid rgba(28, 25, 23, 0.06);
	box-shadow: 0 12px 40px rgba(28, 25, 23, 0.06);
	min-width: 0;
}

.ostrovo-stay__location-map--full {
	width: 100%;
	min-width: 0;
}

.ostrovo-stay__location-map--full .ostrovo-stay__embed-frame--map {
	min-height: clamp(300px, 42vw, 460px);
}

.ostrovo-stay__location-map--full .ostrovo-stay__embed-frame--map iframe {
	min-height: clamp(300px, 42vw, 460px);
}

.ostrovo-stay__contact-row {
	display: grid;
	grid-template-columns: 2.5rem 1fr;
	align-items: start;
	gap: 0.75rem;
	margin-bottom: 1rem;
}

.ostrovo-stay__contact-row:last-child {
	margin-bottom: 0;
}

.ostrovo-stay__contact-ico {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 10px;
	background: #f0fdf4;
	color: #0f766e;
}

.ostrovo-stay__contact-ico .ostrovo-icon-svg {
	width: 1.2rem;
	height: 1.2rem;
}

.ostrovo-stay__contact-text {
	font-size: 0.95rem;
	line-height: 1.6;
	color: #44403c;
	padding-top: 0.2rem;
}

.ostrovo-stay__contact-text a {
	color: #0f766e;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

.ostrovo-stay__contact-text a:hover {
	border-bottom-color: rgba(15, 118, 110, 0.45);
}

/* —— Nearby cards (same row as address inside Location) —— */
.ostrovo-stay__nearby-card {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	flex: 1 1 calc(50% - 0.5rem);
	min-width: min(100%, 280px);
	max-width: 520px;
	padding: clamp(1.1rem, 2.5vw, 1.35rem);
	background: #fff;
	border-radius: 16px;
	border: 1px solid rgba(28, 25, 23, 0.06);
	box-shadow: 0 10px 32px rgba(28, 25, 23, 0.06);
	text-decoration: none !important;
	color: inherit;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ostrovo-stay__location-cards .ostrovo-stay__nearby-card--in-location {
	flex: none;
	max-width: none;
	min-width: 0;
	width: 100%;
}

.ostrovo-stay__nearby-card--link {
	cursor: pointer;
}

.ostrovo-stay__nearby-card--link:hover,
.ostrovo-stay__nearby-card--link:focus-visible {
	transform: translateY(-3px);
	box-shadow: 0 16px 44px rgba(28, 25, 23, 0.1);
	outline: none;
}

.ostrovo-stay__nearby-ico {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border-radius: 12px;
	background: linear-gradient(145deg, #ecfdf5, #d1fae5);
	color: #0f766e;
}

.ostrovo-stay__nearby-ico .ostrovo-icon-svg {
	width: 1.35rem;
	height: 1.35rem;
}

.ostrovo-stay__nearby-body {
	min-width: 0;
	flex: 1;
}

.ostrovo-stay__nearby-title {
	margin: 0 0 0.35rem;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #1c1917;
}

.ostrovo-stay__nearby-text {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.55;
	color: #57534e;
}

.ostrovo-stay__nearby-more {
	display: inline-block;
	margin-top: 0.65rem;
	font-size: 0.8rem;
	font-weight: 700;
	color: #0f766e;
	letter-spacing: 0.02em;
}

/* —— Amenities — icons in a clean grid — */
.ostrovo-stay__facilities {
	margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

.ostrovo-stay__fac-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 0.65rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ostrovo-stay__fac-item {
	display: grid;
	grid-template-columns: 2.75rem 1fr;
	align-items: center;
	column-gap: 0.75rem;
	padding: 0.85rem 1rem;
	background: #fff;
	border-radius: 14px;
	border: 1px solid rgba(28, 25, 23, 0.06);
	box-shadow: 0 4px 16px rgba(28, 25, 23, 0.04);
	font-size: 0.92rem;
	font-weight: 600;
	color: #292524;
	min-height: 3.25rem;
}

.ostrovo-stay__fac-ico {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 10px;
	background: linear-gradient(145deg, #ecfdf5, #d1fae5);
	color: #0f766e;
}

.ostrovo-stay__fac-ico .ostrovo-icon-svg {
	width: 1.2rem;
	height: 1.2rem;
}

.ostrovo-stay__fac-label {
	line-height: 1.35;
}

/* —— Editor —— */
.ostrovo-stay__editor {
	margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

.ostrovo-stay__prose {
	font-size: 1.02rem;
	line-height: 1.75;
	color: #44403c;
	background: #fff;
	padding: clamp(1.35rem, 3vw, 1.85rem);
	border-radius: 18px;
	border: 1px solid rgba(28, 25, 23, 0.06);
	box-shadow: 0 8px 28px rgba(28, 25, 23, 0.05);
}

.ostrovo-stay__prose > *:first-child {
	margin-top: 0;
}

.ostrovo-stay__prose > *:last-child {
	margin-bottom: 0;
}

.ostrovo-stay__prose h2,
.ostrovo-stay__prose h3 {
	color: #1c1917;
}

.ostrovo-stay__prose a {
	color: #0f766e;
	font-weight: 600;
}

/* —— Gallery —— */
.ostrovo-stay__gallery-block {
	margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

.ostrovo-stay__gallery-hint {
	margin: 0 0 1rem;
	font-size: 0.88rem;
	color: #78716c;
}

.ostrovo-stay__gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 200px), 1fr));
	gap: 0.65rem;
}

.ostrovo-stay__gal-item {
	position: relative;
	display: block;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid rgba(28, 25, 23, 0.08);
	box-shadow: 0 10px 28px rgba(28, 25, 23, 0.08);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
	cursor: zoom-in;
}

.ostrovo-stay__gal-item:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 40px rgba(28, 25, 23, 0.14);
}

.ostrovo-stay__gal-item img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	vertical-align: middle;
}

.ostrovo-stay__gal-zoom {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.55) 100%);
	opacity: 0;
	transition: opacity 0.2s ease;
}

.ostrovo-stay__gal-item:hover .ostrovo-stay__gal-zoom,
.ostrovo-stay__gal-item:focus-visible .ostrovo-stay__gal-zoom {
	opacity: 1;
}

.ostrovo-stay__gal-zoom::after {
	content: "⤢";
	position: absolute;
	right: 10px;
	bottom: 8px;
	font-size: 1.1rem;
	color: #fff;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

/* —— Video —— */
.ostrovo-stay__videos {
	margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

.ostrovo-stay__video-list {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.ostrovo-stay__video-slot {
	border-radius: 16px;
	overflow: hidden;
	background: #0c1210;
	border: 1px solid rgba(28, 25, 23, 0.12);
}

.ostrovo-stay__video-el {
	display: block;
	width: 100%;
	max-height: min(70vh, 520px);
}

.ostrovo-stay__embed {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.ostrovo-stay__embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.ostrovo-stay__video-fallback {
	margin: 0;
	padding: 1rem;
	text-align: center;
	background: #fff;
}

/* —— Map / 360 —— */
.ostrovo-stay__embed-block {
	margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

.ostrovo-stay__embed-frame {
	border-radius: 18px;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(28, 25, 23, 0.08);
	box-shadow: 0 12px 36px rgba(28, 25, 23, 0.07);
}

.ostrovo-stay__embed-frame iframe {
	display: block;
	width: 100%;
	min-height: 320px;
	border: 0;
}

.ostrovo-stay__embed-frame--map iframe {
	min-height: 380px;
}

/* —— Lightbox —— */
html.ostrovo-stay-lightbox-open {
	overflow: hidden;
}

.ostrovo-stay-lightbox {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2.5rem 1rem;
	background: rgba(10, 10, 10, 0.94);
	backdrop-filter: blur(6px);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}

.ostrovo-stay-lightbox.is-open {
	opacity: 1;
	visibility: visible;
}

.ostrovo-stay-lightbox__stage {
	max-width: min(96vw, 1200px);
	max-height: 86vh;
}

.ostrovo-stay-lightbox__stage img {
	display: block;
	max-width: min(96vw, 1200px);
	max-height: 86vh;
	width: auto;
	height: auto;
	object-fit: contain;
	margin: 0 auto;
	border-radius: 8px;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
}

.ostrovo-stay-lightbox__close,
.ostrovo-stay-lightbox__prev,
.ostrovo-stay-lightbox__next {
	position: absolute;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	padding: 0;
	cursor: pointer;
	font: inherit;
	text-align: center;
	color: #fff;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 10px;
	transition: background 0.2s ease;
}

.ostrovo-stay-lightbox__close:hover,
.ostrovo-stay-lightbox__prev:hover,
.ostrovo-stay-lightbox__next:hover,
.ostrovo-stay-lightbox__close:focus-visible,
.ostrovo-stay-lightbox__prev:focus-visible,
.ostrovo-stay-lightbox__next:focus-visible {
	background: rgba(255, 255, 255, 0.22);
	outline: none;
}

.ostrovo-stay-lightbox__close {
	top: 1rem;
	right: 1rem;
	width: 2.75rem;
	height: 2.75rem;
	font-size: 1.75rem;
	line-height: 1;
}

.ostrovo-stay-lightbox__prev,
.ostrovo-stay-lightbox__next {
	top: 50%;
	transform: translateY(-50%);
	width: 2.5rem;
	height: 3.25rem;
	font-size: 1.75rem;
	line-height: 1;
}

.ostrovo-stay-lightbox__prev {
	left: 0.75rem;
}

.ostrovo-stay-lightbox__next {
	right: 0.75rem;
}

.ostrovo-stay-lightbox__counter {
	position: absolute;
	bottom: 1rem;
	left: 50%;
	transform: translateX(-50%);
	padding: 0.35rem 0.85rem;
	border-radius: 999px;
	font-size: 0.8rem;
	font-weight: 600;
	color: #e7e5e4;
	background: rgba(0, 0, 0, 0.45);
	border: 1px solid rgba(255, 255, 255, 0.12);
}

/* —— Inquiry modal —— */
html.ostrovo-stay-inquiry-open {
	overflow: hidden;
}

.ostrovo-stay-inquiry[hidden] {
	display: none !important;
}

.ostrovo-stay-inquiry:not([hidden]) {
	display: flex;
}

.ostrovo-stay-inquiry {
	position: fixed;
	inset: 0;
	z-index: 100001;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}

.ostrovo-stay-inquiry__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.55);
	backdrop-filter: blur(4px);
}

.ostrovo-stay-inquiry__panel {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 440px;
	max-height: min(92vh, 640px);
	overflow: auto;
	padding: clamp(1.35rem, 3vw, 1.75rem);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
	border: 1px solid rgba(28, 25, 23, 0.08);
}

.ostrovo-stay-inquiry__x {
	position: absolute;
	top: 0.35rem !important;
	right: 0.45rem !important;
	display: block !important;
	width: auto !important;
	height: auto !important;
	border: 0 !important;
	padding: 0.1rem 0.25rem !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #57534e !important;
	font-size: 1.75rem !important;
	line-height: 1 !important;
	text-align: center !important;
	cursor: pointer;
	transition: color 0.2s ease;
}

.ostrovo-stay-inquiry__x:hover,
.ostrovo-stay-inquiry__x:focus-visible {
	background: transparent !important;
	color: #1c1917 !important;
	outline: none !important;
	box-shadow: none !important;
}

.ostrovo-stay-inquiry__title {
	margin: 0 2.5rem 0.35rem 0;
	font-size: 1.35rem;
	font-weight: 750;
	letter-spacing: -0.02em;
	color: #1c1917;
}

.ostrovo-stay-inquiry__lead {
	margin: 0 0 1.25rem;
	font-size: 0.9rem;
	line-height: 1.5;
	color: #78716c;
}

.ostrovo-stay-inquiry__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.75rem 1rem;
}

.ostrovo-stay-inquiry__field {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	margin: 0;
	font-size: 0.88rem;
}

.ostrovo-stay-inquiry__field--full {
	grid-column: 1 / -1;
}

.ostrovo-stay-inquiry__label {
	font-weight: 600;
	color: #44403c;
}

.ostrovo-stay-inquiry__label abbr {
	text-decoration: none;
	color: #b91c1c;
}

.ostrovo-stay-inquiry__input {
	width: 100%;
	padding: 0.55rem 0.65rem;
	border: 1px solid rgba(28, 25, 23, 0.12);
	border-radius: 10px;
	font: inherit;
	font-size: 0.95rem;
	color: #1c1917;
	background: #fafaf9;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.ostrovo-stay-inquiry__input:focus {
	outline: none;
	border-color: #0d9488;
	box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.2);
	background: #fff;
}

.ostrovo-stay-inquiry__dates {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem 1.25rem;
	margin-top: 0.15rem;
}

.ostrovo-stay-inquiry__field--date {
	margin: 0;
}

.ostrovo-stay-inquiry__input--date {
	min-height: 3.5rem;
	padding: 0.7rem 1rem;
	font-size: 1.12rem;
	line-height: 1.35;
	border-radius: 14px;
	font-variant-numeric: tabular-nums;
	color-scheme: light;
	accent-color: #0d9488;
	background: linear-gradient(180deg, #fff 0%, #fafaf9 100%);
	border-width: 1.5px;
	border-color: rgba(28, 25, 23, 0.12);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 4px 14px rgba(15, 118, 110, 0.08);
}

.ostrovo-stay-inquiry__input--date:focus {
	border-color: #0d9488;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 0 0 3px rgba(13, 148, 136, 0.22);
}

.ostrovo-stay-inquiry__input--date::-webkit-calendar-picker-indicator {
	cursor: pointer;
	padding: 0.4rem;
	margin-right: -0.15rem;
	opacity: 0.85;
	transform: scale(1.2);
}

.ostrovo-stay-inquiry__step--success {
	text-align: center;
	padding: 0.35rem 0.25rem 0.15rem;
}

.ostrovo-stay-inquiry__success-ico {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4rem;
	height: 4rem;
	margin: 0 auto 1.1rem;
	border-radius: 50%;
	font-size: 1.65rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	background: linear-gradient(145deg, #059669, #14b8a6);
	box-shadow: 0 12px 32px rgba(5, 150, 105, 0.4);
}

.ostrovo-stay-inquiry__success-title {
	margin: 0 0 0.5rem;
	font-size: 1.45rem;
	font-weight: 750;
	letter-spacing: -0.02em;
	color: #1c1917;
}

.ostrovo-stay-inquiry__success-text {
	margin: 0 0 1.5rem;
	font-size: 1.02rem;
	line-height: 1.55;
	color: #57534e;
}

.ostrovo-stay-inquiry__close-bottom {
	width: 100%;
	padding: 0.8rem 1rem;
	border-radius: 12px;
	font-size: 0.95rem;
	font-weight: 700;
	cursor: pointer;
	color: #44403c;
	background: #f5f5f4;
	border: 1.5px solid rgba(28, 25, 23, 0.12);
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.ostrovo-stay-inquiry__close-bottom:hover,
.ostrovo-stay-inquiry__close-bottom:focus-visible {
	background: #e7e5e4;
	border-color: rgba(28, 25, 23, 0.2);
	outline: none;
	transform: translateY(-1px);
}

.ostrovo-stay-inquiry__msg {
	min-height: 1.25rem;
	margin: 0.75rem 0 0;
	font-size: 0.88rem;
	font-weight: 600;
}

.ostrovo-stay-inquiry__msg.is-error {
	color: #b91c1c;
}

.ostrovo-stay-inquiry__msg.is-ok {
	color: #0f766e;
}

.ostrovo-stay-inquiry__actions {
	margin-top: 1rem;
}

.ostrovo-stay-inquiry__submit {
	width: 100%;
	padding: 0.75rem 1rem;
	border: 0;
	border-radius: 12px;
	font-size: 0.95rem;
	font-weight: 700;
	cursor: pointer;
	color: #fff;
	background: linear-gradient(135deg, #0f766e, #14b8a6);
	box-shadow: 0 8px 24px rgba(15, 118, 110, 0.35);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.ostrovo-stay-inquiry__submit:hover:not(:disabled) {
	transform: translateY(-1px);
}

.ostrovo-stay-inquiry__submit:disabled {
	opacity: 0.65;
	cursor: not-allowed;
}

@media (max-width: 480px) {
	.ostrovo-stay-inquiry__grid {
		grid-template-columns: 1fr;
	}

	.ostrovo-stay-inquiry__field--full {
		grid-column: 1;
	}

	.ostrovo-stay-inquiry__dates {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	.ostrovo-stay__hero-meta {
		justify-content: flex-start;
	}

	.ostrovo-stay__hero-meta-item {
		flex: 0 0 auto;
		min-width: 9.5rem;
	}
}
