/**
 * Sakarya Pansiyon v1 focused refinements.
 */

:root {
	--sp-refine-blue: #0071e3;
	--sp-refine-blue-deep: #0057c8;
	--sp-refine-glass: rgba(255, 255, 255, 0.72);
}

.sp-theme-ready .sp-reveal {
	transform: translate3d(0, 10px, 0);
	transition: opacity 520ms var(--sp-final-ease), transform 520ms var(--sp-final-ease);
	will-change: opacity, transform;
}

.sp-theme-ready .sp-reveal.sp-reveal-image {
	transform: translate3d(0, 12px, 0) scale(0.995);
	transition-duration: 620ms;
}

.sp-price-amount {
	display: inline-flex;
	align-items: baseline;
	gap: 0.08em;
	white-space: nowrap;
}

.sp-price-amount__value {
	font-weight: inherit;
}

.sp-price-amount__currency {
	margin-left: 0.02em;
	font-size: 0.78em;
	font-weight: 720;
	line-height: 1;
	transform: translateY(0.01em);
}

.sp-price-period {
	color: #5b6472;
	font-size: 0.82em;
	font-weight: 560;
	white-space: nowrap;
}

.sp-sk-card__price-badge,
.sp-sk-card .sp-card-price-pill {
	z-index: 8;
	right: 14px;
	bottom: -22px;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 18px;
	padding: 10px 50px 10px 12px;
	background:
		radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.5), transparent 30%),
		linear-gradient(145deg, rgba(0, 125, 245, 0.98), rgba(0, 84, 205, 0.94));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.42),
		0 18px 42px rgba(0, 92, 190, 0.34);
	color: #fff;
	-webkit-backdrop-filter: blur(18px) saturate(170%);
	backdrop-filter: blur(18px) saturate(170%);
	text-decoration: none;
	transition:
		transform 220ms cubic-bezier(0.16, 1, 0.3, 1),
		box-shadow 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.sp-sk-card__price-badge:hover,
.sp-sk-card__price-badge:focus-visible {
	transform: translateY(-2px);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.46),
		0 22px 50px rgba(0, 92, 190, 0.38);
	outline: none;
}

.sp-sk-card__price-map {
	position: absolute;
	top: 7px;
	right: 7px;
	display: inline-grid;
	width: 33px;
	height: 33px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 13px;
	background:
		radial-gradient(circle at 62% 16%, rgba(255, 255, 255, 0.74), transparent 36%),
		linear-gradient(180deg, rgba(249, 241, 229, 0.97), rgba(229, 216, 200, 0.96));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.58),
		inset 0 -1px 0 rgba(95, 75, 55, 0.08),
		0 9px 18px rgba(0, 45, 105, 0.2);
	color: #0057c8;
}

.sp-sk-card__price-map svg {
	display: block;
	width: 17px;
	height: 17px;
	fill: currentColor;
}

.sp-sk-card__price-map circle {
	fill: rgba(255, 255, 255, 0.88);
}

.sp-sk-card__price-top {
	gap: 7px;
}

.sp-sk-card__price-label,
.sp-sk-card__meta-note {
	font-weight: 340;
}

.sp-sk-card__price-label {
	min-height: 28px;
	border-color: rgba(255, 255, 255, 0.52);
	border-radius: 999px;
	padding-inline: 10px;
	background: none;
	color: rgba(255, 255, 255, 0.82);
	font-size: 10px;
	letter-spacing: 0;
	text-transform: none;
}

.sp-sk-card__price-label.is-struck,
.sp-sk-card__meta-note.is-struck {
	text-decoration-line: line-through;
	text-decoration-thickness: 1px;
	text-decoration-color: currentColor;
	text-decoration-skip-ink: auto;
	opacity: 0.72;
}

.sp-sk-card__price-main {
	max-width: 170px;
	align-items: baseline;
	gap: 5px;
	font-weight: 820;
}

.sp-sk-card__price-main .sp-price-amount {
	align-items: flex-end;
	gap: 0;
}

.sp-sk-card__price-main .sp-price-amount__value {
	font-weight: 840;
}

.sp-sk-card__price-main .sp-price-amount__currency {
	margin-left: 0.01em;
	font-size: 0.58em;
	transform: translate(-0.01em, 0.12em);
}

.sp-sk-card__price-period {
	overflow: hidden;
	max-width: 76px;
	color: #5b6472;
	font-size: 11px;
	font-weight: 640;
	line-height: 1;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sp-sk-card__price-inline,
.sp-price {
	font-weight: 720;
}

.sp-sk-card__price-inline .sp-price-amount__currency {
	font-size: 0.72em;
	transform: translateY(0.04em);
}

.sp-sk-card__media {
	position: relative;
	z-index: auto;
	isolation: auto;
}

.sp-gallery,
.sp-sk-card .sp-gallery {
	position: relative;
	isolation: auto;
}

.sp-sk-card__body,
.sp-sk-card .sp-oda-card__body {
	position: relative;
	z-index: 1;
	margin: 0;
	border: 0;
	border-radius: 0;
	padding: 38px 18px 16px;
	background: #fff;
	box-shadow: none;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
}

.sp-sk-card__location-row {
	padding-left: 4px;
}

.sp-sk-card__room-type {
	min-width: 0;
	overflow: hidden;
	color: #111827;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sp-sk-card__separator,
.sp-sk-card__meta-dot {
	display: inline-block;
	flex: 0 0 auto;
	width: 4px;
	height: 4px;
	border-radius: 999px;
	background: rgba(17, 24, 39, 0.28);
	transform: translateY(0.02em);
}

.sp-sk-card__separator {
	margin: 0 6px;
}

.sp-sk-card__meta-dot {
	margin: 0 5px;
	align-self: center;
	background: rgba(0, 113, 227, 0.38);
}

.sp-sk-card__meta-note {
	display: inline-flex;
	align-items: center;
}

.sp-sk-card__rating {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	min-height: 24px;
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: 999px;
	padding: 3px 8px 3px 7px;
	background: #f8fafc;
	color: #111827;
	line-height: 1;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.sp-sk-card__rating::before {
	display: none;
	content: none;
}

.sp-sk-card__rating-count {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin-left: 3px;
	color: #667085;
	font-size: 12px;
	font-weight: 650;
	white-space: nowrap;
}

.sp-sk-card__rating-count::before {
	content: "";
	width: 1px;
	height: 13px;
	background: rgba(17, 24, 39, 0.16);
}

.sp-sk-card__rating-star {
	color: #111827;
	font-size: 13px;
	line-height: 1;
}

.sp-sk-card__rating-score {
	color: #111827;
	font-weight: 780;
}

.sp-sk-card__rating-scale {
	margin-left: -3px;
	color: #667085;
	font-size: 12px;
	font-weight: 680;
}

.sp-sk-card__dots,
.sp-sk-card .sp-gallery__dots {
	top: 56px;
	right: 32px;
	bottom: auto;
	left: auto;
	transform: translateX(50%);
}

.sp-sk-card .sp-gallery__dots span,
.sp-sk-card .sp-gallery__dots span.is-active {
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.18);
}

.sp-sk-card .sp-gallery__dots span.is-active {
	background: #fff;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2), 0 1px 6px rgba(0, 0, 0, 0.2);
}

.sp-gallery-nav {
	position: absolute;
	top: 50%;
	z-index: 7;
	display: inline-grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.58);
	border-radius: 999px;
	padding: 0;
	background: rgba(255, 255, 255, 0.78);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.82),
		0 14px 32px rgba(8, 15, 30, 0.18);
	color: #1d1d1f;
	cursor: pointer;
	opacity: 0;
	transform: translate3d(0, -50%, 0) scale(0.96);
	transition:
		opacity 180ms cubic-bezier(0.16, 1, 0.3, 1),
		transform 180ms cubic-bezier(0.16, 1, 0.3, 1),
		background-color 180ms ease;
	-webkit-backdrop-filter: blur(18px) saturate(170%);
	backdrop-filter: blur(18px) saturate(170%);
}

.sp-gallery-nav--prev {
	left: 12px;
}

.sp-gallery-nav--next {
	right: 12px;
}

.sp-gallery-nav::before {
	content: "";
	width: 9px;
	height: 9px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
}

.sp-gallery-nav--prev::before {
	transform: translateX(2px) rotate(135deg);
}

.sp-gallery-nav--next::before {
	transform: translateX(-2px) rotate(-45deg);
}

.sp-gallery:hover .sp-gallery-nav,
.sp-gallery:focus-within .sp-gallery-nav {
	opacity: 1;
	transform: translate3d(0, -50%, 0) scale(1);
}

.sp-gallery-nav:hover,
.sp-gallery-nav:focus-visible {
	background: rgba(255, 255, 255, 0.92);
	outline: none;
}

.sp-sk-card__features,
.sp-sk-card .sp-feature-icons {
	gap: 8px;
	margin-top: 13px;
}

.sp-sk-card__features li,
.sp-sk-card .sp-feature-icons li {
	min-height: auto;
	padding: 0;
}

.sp-sk-card .sp-feature-icons__mark,
.sp-feature-icons__mark {
	display: inline-grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid rgba(0, 113, 227, 0.13);
	border-radius: 14px;
	background:
		radial-gradient(circle at 70% 18%, rgba(255, 255, 255, 0.95), transparent 38%),
		linear-gradient(180deg, #fff, #f4f8ff);
	color: #253657;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.82),
		0 8px 18px rgba(0, 113, 227, 0.08);
}

.sp-feature-icons__mark::before {
	display: none;
	content: none;
}

.sp-feature-icons__mark svg {
	display: block;
	width: 24px;
	height: 24px;
	color: currentColor;
}

.sp-sk-card__badge {
	gap: 6px;
}

.sp-sk-card__badge-icon-wrap {
	display: inline-grid;
	width: 18px;
	height: 18px;
	min-width: 18px;
	place-items: center;
	overflow: hidden;
	border-radius: 999px;
	flex: 0 0 18px;
}

.sp-sk-card__badge-icon {
	display: block;
	width: 15px;
	height: 15px;
	max-width: 15px;
	max-height: 15px;
	flex: 0 0 15px;
	fill: #ff8a00;
	filter: drop-shadow(0 3px 6px rgba(255, 138, 0, 0.26));
}

img.sp-sk-card__badge-icon {
	object-fit: contain;
}

.sp-sk-card__facts,
.sp-sk-card .sp-facts {
	display: none;
}

.sp-single {
	padding-top: clamp(20px, 4vw, 54px);
}

.sp-selected-modules {
	display: grid;
	gap: clamp(18px, 4vw, 34px);
	margin-top: clamp(22px, 5vw, 48px);
}

.sp-selected-modules .sp-faq {
	order: 20;
}

.sp-single-hero {
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 32px;
	background:
		radial-gradient(circle at 84% 0%, rgba(0, 113, 227, 0.08), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(245, 245, 247, 0.96)),
		#f5f5f7;
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.09);
}

.sp-single-hero__image {
	border-radius: 26px;
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.2),
		0 24px 60px rgba(11, 18, 32, 0.14);
}

.sp-single-feature-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.sp-single-feature-list li {
	display: inline-grid;
	width: 48px;
	height: 48px;
	align-items: center;
	justify-content: center;
	min-height: 0;
	border: 1px solid rgba(0, 113, 227, 0.12);
	border-radius: 16px;
	padding: 0;
	background:
		radial-gradient(circle at 70% 18%, rgba(255, 255, 255, 0.94), transparent 36%),
		linear-gradient(180deg, #fff, #f4f8ff);
	color: var(--sp-refine-blue);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.86),
		0 10px 24px rgba(0, 113, 227, 0.08);
}

.sp-single-feature-list__icon {
	display: inline-grid;
	width: 28px;
	height: 28px;
	place-items: center;
	border-radius: 999px;
	background: transparent;
	color: currentColor;
	box-shadow: none;
}

.sp-single-feature-list__icon svg {
	display: block;
	width: 22px;
	height: 22px;
}

.sp-single-feature-list__summary {
	margin: 14px 0 0;
	color: #6e6e73;
	font-size: 0.94rem;
	line-height: 1.55;
}

.sp-contact-panel {
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 30px;
	background:
		radial-gradient(circle at 86% 0%, rgba(0, 113, 227, 0.1), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(245, 245, 247, 0.82)),
		#fff;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.1);
	-webkit-backdrop-filter: blur(18px) saturate(160%);
	backdrop-filter: blur(18px) saturate(160%);
}

.sp-contact-panel .sp-badge {
	border: 1px solid rgba(0, 113, 227, 0.14);
	background: rgba(239, 246, 255, 0.86);
	color: #0057c8;
}

.sp-contact-panel .sp-price {
	margin: 16px 0;
	color: #101114;
	font-size: clamp(2rem, 5vw, 3rem);
	line-height: 0.95;
	letter-spacing: 0;
}

.sp-contact-panel .sp-facts {
	display: grid;
	gap: 8px;
	margin: 16px 0;
}

.sp-contact-panel .sp-facts div {
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 16px;
	padding: 12px 13px;
	background:
		radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.76), transparent 34%),
		rgba(255, 255, 255, 0.68);
}

.sp-contact-panel .sp-facts dt {
	color: #6e6e73;
	font-size: 0.72rem;
	font-weight: 720;
	letter-spacing: 0;
	text-transform: none;
}

.sp-contact-panel .sp-facts dd {
	margin: 4px 0 0;
	color: #1d1d1f;
	font-size: 0.98rem;
	font-weight: 680;
}

.sp-single-main .sp-content,
.sp-single-notes {
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 28px;
	padding: clamp(20px, 4vw, 34px);
	background:
		radial-gradient(circle at 92% 0%, rgba(0, 113, 227, 0.055), transparent 32%),
		#fff;
	box-shadow: 0 20px 64px rgba(0, 0, 0, 0.055);
}

.sp-single-main .sp-content {
	color: #1d1d1f;
	font-size: clamp(1.02rem, 1.8vw, 1.14rem);
	line-height: 1.68;
}

.sp-single-notes h2 {
	margin-top: 0;
	font-size: clamp(1.35rem, 3vw, 2rem);
	letter-spacing: 0;
}

.sp-contact-panel .sp-verified-link {
	display: inline-grid;
	width: 30px;
	height: 30px;
	min-height: 0;
	margin-top: 10px;
	place-items: center;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 999px;
	padding: 0;
	background: rgba(245, 245, 247, 0.86);
	color: #6e6e73;
	font-size: 0;
	box-shadow: none;
	opacity: 0.58;
}

.sp-contact-panel .sp-verified-link::before {
	content: "✓";
	font-size: 13px;
	font-weight: 760;
}

.sp-theme-footer-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--sp-final-text);
	text-decoration: none;
}

.sp-theme-footer-brand__logo {
	display: block;
	width: 46px;
	height: 46px;
	border-radius: 14px;
	object-fit: contain;
}

.sp-theme-footer-brand__mark {
	display: inline-grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border-radius: 14px;
	background: #1d1d1f;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 760;
}

.sp-theme-footer-brand strong {
	margin: 0;
	font-size: 1.2rem;
}

.sp-floating-whatsapp {
	top: 65%;
	right: max(14px, env(safe-area-inset-right));
	bottom: auto;
	transform: translate3d(0, -50%, 0);
	animation: sp-whatsapp-float 3.8s var(--nav-ease-open) infinite;
	transition:
		transform 520ms var(--nav-ease-open),
		opacity 260ms ease,
		filter 260ms ease;
	will-change: transform, box-shadow;
}

.sp-floating-whatsapp:hover,
.sp-floating-whatsapp:focus-visible {
	animation: none;
	transform: translate3d(0, calc(-50% - 2px), 0);
}

body.sp-menu-open .sp-floating-whatsapp {
	animation: none;
	transform: translate3d(10px, calc(-50% + 8px), 0) scale(0.94);
}

.sp-floating-whatsapp__ring {
	animation: sp-whatsapp-ring 2.4s cubic-bezier(0.16, 1, 0.3, 1) infinite;
}

.sp-floating-whatsapp__icon {
	animation: sp-whatsapp-icon 3.8s var(--nav-ease-open) infinite;
	transform-origin: center;
}

@keyframes sp-whatsapp-float {
	0%,
	100% {
		transform: translate3d(0, -50%, 0);
		box-shadow:
			0 20px 48px rgba(0, 0, 0, 0.22),
			0 8px 22px rgba(12, 143, 77, 0.28),
			inset 0 0 0 1px rgba(255, 255, 255, 0.3);
	}

	50% {
		transform: translate3d(0, calc(-50% - 7px), 0);
		box-shadow:
			0 24px 58px rgba(0, 0, 0, 0.26),
			0 10px 30px rgba(12, 143, 77, 0.36),
			0 0 0 8px rgba(27, 214, 111, 0.08),
			inset 0 0 0 1px rgba(255, 255, 255, 0.38);
	}
}

@keyframes sp-whatsapp-ring {
	0%,
	100% {
		opacity: 0.9;
		transform: scale(1);
	}

	55% {
		opacity: 0.34;
		transform: scale(1.22);
	}
}

@keyframes sp-whatsapp-icon {
	0%,
	100% {
		transform: translateY(0) scale(1);
	}

	50% {
		transform: translateY(-1px) scale(1.04);
	}
}

@media (min-width: 900px) {
	.sp-floating-whatsapp {
		top: 65%;
		right: max(22px, env(safe-area-inset-right));
		bottom: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sp-floating-whatsapp,
	.sp-floating-whatsapp__ring,
	.sp-floating-whatsapp__icon {
		animation: none;
	}
}

@media (max-width: 560px) {
	.sp-sk-card__price-badge,
	.sp-sk-card .sp-card-price-pill {
		bottom: -20px;
		padding-right: 46px;
	}

	.sp-sk-card__price-map {
		width: 29px;
		height: 29px;
		border-radius: 10px;
	}

	.sp-sk-card__price-period {
		max-width: 60px;
		font-size: 10px;
	}

	.sp-sk-card__body,
	.sp-sk-card .sp-oda-card__body {
		margin: 0;
		border-radius: 0;
		padding: 34px 16px 14px;
	}
}

.sp-single-room {
	--sp-single-surface: #fff;
	--sp-single-panel: #f6f8fc;
	--sp-single-text: #111827;
	--sp-single-muted: #5b6472;
	--sp-single-border: #d8dee9;
	--sp-single-accent: #0071e3;
	--sp-single-gold: #ddbb70;
}

.sp-single-hero--experience {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
	gap: clamp(18px, 3.4vw, 36px);
	align-items: stretch;
	margin-bottom: clamp(18px, 3vw, 28px);
	border: 1px solid var(--sp-single-border);
	border-radius: 28px;
	padding: clamp(18px, 3vw, 30px);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 252, 0.96)),
		var(--sp-single-surface);
	box-shadow: 0 22px 70px rgba(17, 24, 39, 0.08);
}

.sp-single-hero__copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: center;
}

.sp-single-kicker-row {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-bottom: 16px;
}

.sp-single-pill {
	display: inline-flex;
	min-height: 32px;
	align-items: center;
	border: 1px solid rgba(0, 113, 227, 0.16);
	border-radius: 999px;
	padding: 7px 12px;
	background: #eff6ff;
	color: #0057c8;
	font-size: 13px;
	font-weight: 780;
	line-height: 1;
}

.sp-single-pill--quiet {
	border-color: rgba(17, 24, 39, 0.08);
	background: #fff;
	color: var(--sp-single-text);
}

.sp-single-hero--experience h1 {
	max-width: 820px;
	margin: 0;
	color: var(--sp-single-text);
	font-size: clamp(2.35rem, 6vw, 4.85rem);
	font-weight: 820;
	letter-spacing: 0;
	line-height: 0.98;
}

.sp-single-hero__lede {
	max-width: 760px;
	margin: 18px 0 0;
	color: var(--sp-single-muted);
	font-size: clamp(1rem, 1.8vw, 1.15rem);
	line-height: 1.68;
}

.sp-single-hero--experience .sp-contact-row {
	margin-top: 22px;
}

.sp-single-hero--experience .sp-single-hero__facts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin: 22px 0 0;
}

.sp-single-hero--experience .sp-single-hero__facts div,
.sp-single-section,
.sp-single-notes {
	border: 1px solid rgba(216, 222, 233, 0.86);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 252, 0.88)),
		var(--sp-single-surface);
	box-shadow: 0 14px 42px rgba(17, 24, 39, 0.055);
}

.sp-single-hero--experience .sp-single-hero__facts div {
	border-radius: 18px;
	padding: 13px 14px;
}

.sp-single-hero--experience .sp-single-hero__facts dt {
	color: var(--sp-single-muted);
	font-size: 12px;
	font-weight: 760;
	text-transform: none;
}

.sp-single-hero--experience .sp-single-hero__facts dd {
	margin-top: 5px;
	color: var(--sp-single-text);
	font-size: 0.98rem;
	font-weight: 760;
	line-height: 1.25;
}

.sp-single-hero--experience .sp-single-hero__image {
	position: relative;
	min-height: clamp(320px, 45vw, 540px);
	border: 1px solid rgba(216, 222, 233, 0.9);
	border-radius: 24px;
	background: var(--sp-single-panel);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.9),
		0 20px 54px rgba(17, 24, 39, 0.11);
}

.sp-single-image-status {
	position: absolute;
	right: 14px;
	bottom: 14px;
	z-index: 4;
	display: inline-flex;
	max-width: calc(100% - 28px);
	min-height: 34px;
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 999px;
	padding: 8px 12px;
	background: rgba(255, 255, 255, 0.76);
	color: var(--sp-single-text);
	font-size: 12px;
	font-weight: 760;
	line-height: 1;
	-webkit-backdrop-filter: blur(16px) saturate(160%);
	backdrop-filter: blur(16px) saturate(160%);
}

.sp-single-quick-nav {
	position: sticky;
	top: 82px;
	z-index: 12;
	display: flex;
	gap: 8px;
	overflow-x: auto;
	margin: 0 0 clamp(18px, 3vw, 28px);
	border: 1px solid rgba(216, 222, 233, 0.84);
	border-radius: 999px;
	padding: 8px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 14px 38px rgba(17, 24, 39, 0.06);
	-webkit-backdrop-filter: blur(18px) saturate(160%);
	backdrop-filter: blur(18px) saturate(160%);
	scrollbar-width: none;
}

.sp-single-quick-nav::-webkit-scrollbar {
	display: none;
}

.sp-single-quick-nav a {
	display: inline-flex;
	flex: 0 0 auto;
	min-height: 34px;
	align-items: center;
	border-radius: 999px;
	padding: 8px 13px;
	color: var(--sp-single-muted);
	font-size: 13px;
	font-weight: 780;
	line-height: 1;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.sp-single-quick-nav a:hover,
.sp-single-quick-nav a:focus-visible {
	background: #eff6ff;
	color: #0057c8;
	outline: none;
	transform: translateY(-1px);
}

.sp-single-room .sp-single-grid {
	grid-template-columns: minmax(0, 1fr) minmax(300px, 370px);
	gap: clamp(18px, 3vw, 30px);
}

.sp-single-section,
.sp-single-notes {
	scroll-margin-top: 150px;
	border-radius: 24px;
	padding: clamp(20px, 3vw, 32px);
}

.sp-single-section + .sp-single-notes,
.sp-single-notes + .sp-single-notes {
	margin-top: 18px;
}

.sp-single-section h2,
.sp-single-section__head h2,
.sp-single-notes h2 {
	margin: 0 0 12px;
	color: var(--sp-single-text);
	font-size: clamp(1.35rem, 2.4vw, 2rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.12;
}

.sp-single-section__head p {
	margin: -4px 0 18px;
	color: var(--sp-single-muted);
	font-size: 0.95rem;
	line-height: 1.55;
}

.sp-single-amenity-list {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.sp-single-amenity-list li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 1px solid rgba(216, 222, 233, 0.9);
	border-radius: 999px;
	padding: 9px 12px;
	background: #fff;
	color: #303846;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
}

.sp-single-amenity-list li::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--sp-single-accent), var(--sp-single-gold));
}

.sp-single-map-link {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	margin-top: 8px;
	border: 1px solid rgba(0, 113, 227, 0.22);
	border-radius: 999px;
	padding: 10px 15px;
	background: #0071e3;
	color: #fff;
	font-weight: 780;
	line-height: 1;
	text-decoration: none;
	box-shadow: 0 14px 28px rgba(0, 113, 227, 0.22);
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.sp-single-map-link:hover,
.sp-single-map-link:focus-visible {
	background: #0057c8;
	color: #fff;
	outline: none;
	transform: translateY(-1px);
	box-shadow: 0 18px 34px rgba(0, 113, 227, 0.28);
}

.sp-single-room .sp-contact-panel {
	top: 112px;
	border-color: rgba(216, 222, 233, 0.9);
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 252, 0.9)),
		#fff;
	box-shadow: 0 22px 64px rgba(17, 24, 39, 0.09);
}

.sp-single-verified-link {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
}

.sp-single-verified-link span {
	color: #4f5b6b;
	font-size: 12px;
	font-weight: 700;
}

.sp-single-faq-end {
	margin-top: clamp(20px, 4vw, 38px);
	scroll-margin-top: 140px;
}

.sp-single-faq-end .sp-faq {
	margin-bottom: 0;
}

@media (max-width: 980px) {
	.sp-single-hero--experience,
	.sp-single-room .sp-single-grid {
		grid-template-columns: 1fr;
	}

	.sp-single-room .sp-contact-panel {
		position: static;
	}
}

@media (max-width: 700px) {
	.sp-single-hero--experience {
		border-radius: 22px;
		padding: 14px;
	}

	.sp-single-hero--experience .sp-single-hero__facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sp-single-hero--experience .sp-single-hero__image {
		min-height: 300px;
		border-radius: 20px;
	}

	.sp-single-quick-nav {
		top: 70px;
		margin-inline: -2px;
		border-radius: 18px;
	}
}

@media (max-width: 460px) {
	.sp-single-hero--experience .sp-single-hero__facts {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sp-single-quick-nav a,
	.sp-single-map-link {
		transition: none;
	}

	.sp-single-quick-nav a:hover,
	.sp-single-quick-nav a:focus-visible,
	.sp-single-map-link:hover,
	.sp-single-map-link:focus-visible {
		transform: none;
	}
}

.sp-oda-card .sp-card-price-pill,
.sp-card.sp-sk-card .sp-card-price-pill,
.sp-card.sp-sk-card .sp-sk-card__price-badge,
article.sp-sk-card .sp-card-price-pill.sp-sk-card__price-badge {
	border: 1px solid rgba(255, 255, 255, 0.42) !important;
	border-radius: 18px !important;
	background:
		radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.5), transparent 30%),
		linear-gradient(145deg, rgba(0, 125, 245, 0.98), rgba(0, 84, 205, 0.94)) !important;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.42),
		0 18px 42px rgba(0, 92, 190, 0.34) !important;
	color: #fff !important;
	-webkit-backdrop-filter: blur(18px) saturate(170%) !important;
	backdrop-filter: blur(18px) saturate(170%) !important;
}

.sp-oda-card .sp-card-price-pill:hover,
.sp-oda-card .sp-card-price-pill:focus-visible,
.sp-card.sp-sk-card .sp-sk-card__price-badge:hover,
.sp-card.sp-sk-card .sp-sk-card__price-badge:focus-visible {
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.46),
		0 22px 50px rgba(0, 92, 190, 0.38) !important;
}

.sp-oda-card .sp-card-price-pill .sp-sk-card__price-label,
.sp-card.sp-sk-card .sp-sk-card__price-label {
	border-color: rgba(255, 255, 255, 0.52) !important;
	background: none !important;
	color: rgba(255, 255, 255, 0.82) !important;
}

.sp-oda-card .sp-card-price-pill .sp-price-amount,
.sp-oda-card .sp-card-price-pill .sp-price-amount__value,
.sp-oda-card .sp-card-price-pill .sp-price-amount__currency,
.sp-card.sp-sk-card .sp-sk-card__price-badge .sp-price-amount,
.sp-card.sp-sk-card .sp-sk-card__price-badge .sp-price-amount__value,
.sp-card.sp-sk-card .sp-sk-card__price-badge .sp-price-amount__currency {
	color: #fff !important;
}

/* 4.7.x restore: match the earlier compact blue room-card price box. */
.sp-sk-card__price-badge,
.sp-sk-card .sp-card-price-pill,
.sp-oda-card .sp-card-price-pill,
.sp-card.sp-sk-card .sp-card-price-pill,
.sp-card.sp-sk-card .sp-sk-card__price-badge,
article.sp-sk-card .sp-card-price-pill.sp-sk-card__price-badge {
	gap: 4px !important;
	border: 0 !important;
	border-radius: 12px !important;
	padding: 11px 46px 10px 12px !important;
	background: linear-gradient(180deg, #2d7eea, #266fd3) !important;
	box-shadow: 0 8px 20px rgba(32, 90, 170, 0.24) !important;
	color: #fff !important;
	-webkit-backdrop-filter: none !important;
	backdrop-filter: none !important;
}

.sp-sk-card__price-badge:hover,
.sp-sk-card__price-badge:focus-visible,
.sp-oda-card .sp-card-price-pill:hover,
.sp-oda-card .sp-card-price-pill:focus-visible,
.sp-card.sp-sk-card .sp-sk-card__price-badge:hover,
.sp-card.sp-sk-card .sp-sk-card__price-badge:focus-visible {
	box-shadow: 0 10px 24px rgba(32, 90, 170, 0.28) !important;
}

.sp-sk-card__price-label,
.sp-oda-card .sp-card-price-pill .sp-sk-card__price-label,
.sp-card.sp-sk-card .sp-sk-card__price-label {
	min-height: 32px !important;
	border: 1.5px solid rgba(255, 255, 255, 0.72) !important;
	border-radius: 7px !important;
	padding: 0 11px !important;
	background: transparent !important;
	color: #eef7ff !important;
	font-size: 11px !important;
	font-weight: 660 !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
	white-space: nowrap !important;
}

.sp-sk-card__price-period {
	display: block;
	overflow: hidden;
	max-width: 150px;
	margin-top: 3px;
	color: rgba(255, 255, 255, 0.9) !important;
	font-size: 11px;
	font-weight: 650;
	line-height: 1;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sp-sk-card__price-map {
	top: 8px !important;
	right: 8px !important;
	width: 30px !important;
	height: 30px !important;
	border: 1px solid rgba(255, 255, 255, 0.46) !important;
	border-radius: 10px !important;
	background: rgba(255, 255, 255, 0.16) !important;
	box-shadow: none !important;
	color: #fff !important;
}

.sp-sk-card__badge {
	gap: 5px;
	min-height: 32px;
	padding: 7px 12px;
}

.sp-sk-card__badge > span:last-child {
	overflow: hidden;
	min-width: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sp-sk-card__badge-icon-wrap {
	width: 16px !important;
	height: 16px !important;
	min-width: 16px !important;
	flex: 0 0 16px !important;
	border-radius: 0;
}

.sp-sk-card__badge-icon,
img.sp-sk-card__badge-icon {
	display: block;
	width: 14px !important;
	height: 14px !important;
	max-width: 14px !important;
	max-height: 14px !important;
	object-fit: contain;
}

.sp-sk-card__rating {
	gap: 3px;
	white-space: nowrap;
}

.sp-sk-card__rating-count {
	gap: 0;
	margin-left: 2px;
}

.sp-sk-card__rating-count::before {
	display: none;
	content: none;
}

.sp-single-video {
	overflow: hidden;
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 20px 54px rgba(17, 24, 39, 0.08);
}

.sp-single-video__frame {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: #0f172a;
}

.sp-single-video__frame iframe,
.sp-single-video__frame video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.sp-single-video__copy {
	display: grid;
	gap: 6px;
	padding: 18px;
}

.sp-single-video__copy h2,
.sp-single-video__copy p {
	margin: 0;
}

@media (max-width: 560px) {
	.sp-sk-card__price-badge,
	.sp-sk-card .sp-card-price-pill,
	.sp-oda-card .sp-card-price-pill,
	.sp-card.sp-sk-card .sp-card-price-pill,
	.sp-card.sp-sk-card .sp-sk-card__price-badge,
	article.sp-sk-card .sp-card-price-pill.sp-sk-card__price-badge {
		right: 12px !important;
		bottom: -20px !important;
		max-width: calc(100% - 24px) !important;
		border-radius: 10px !important;
		padding: 10px 42px 9px 11px !important;
	}

	.sp-sk-card__price-map {
		width: 28px !important;
		height: 28px !important;
	}
}

/* 4.7.x completion: stable image framing, clearer map pin, and compact verification chip. */
.sp-hero__media img,
.sp-single-hero__image img,
.sp-oda-card__media img,
.sp-gallery__slide img,
.sp-sk-card__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover !important;
	object-position: center center !important;
}

.sp-sk-card__price-map {
	border-color: rgba(255, 255, 255, 0.72) !important;
	background: rgba(255, 255, 255, 0.24) !important;
	box-shadow: 0 4px 12px rgba(9, 50, 120, 0.22) !important;
}

.sp-sk-card__price-map svg {
	width: 18px !important;
	height: 18px !important;
	filter: drop-shadow(0 1px 2px rgba(0, 45, 120, 0.28));
}

.sp-feature-icons__mark img,
.sp-single-feature-list__icon img {
	display: block;
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.sp-single-verify-chip {
	display: inline-grid !important;
	grid-template-columns: 22px minmax(0, 1fr);
	gap: 7px;
	align-items: center;
	max-width: 100%;
	border: 1px solid rgba(22, 101, 52, 0.14) !important;
	border-radius: 999px !important;
	padding: 5px 9px 5px 6px !important;
	background: #f2fbf6 !important;
	color: #14532d !important;
	text-decoration: none !important;
	box-shadow: none !important;
}

.sp-single-verify-chip__icon {
	display: inline-grid;
	width: 22px;
	height: 22px;
	place-items: center;
	border-radius: 999px;
	background: #16a34a;
	color: #fff;
}

.sp-single-verify-chip__icon svg {
	display: block;
	width: 14px;
	height: 14px;
	fill: currentColor;
}

.sp-single-verify-chip__text {
	display: grid;
	min-width: 0;
	gap: 1px;
	line-height: 1.05;
}

.sp-single-verify-chip__text strong,
.sp-single-verify-chip__text small {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sp-single-verify-chip__text strong {
	font-size: 11px;
	font-weight: 780;
}

.sp-single-verify-chip__text small {
	color: #37654a;
	font-size: 10px;
	font-weight: 680;
}

/* 4.7.10: stable card controls, clearer location pin, hover gallery arrows, and compact verification. */
html {
	scroll-behavior: smooth;
}

@supports (scrollbar-gutter: stable) {
	html {
		scrollbar-gutter: stable;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto !important;
	}
}

.sp-sk-card__price-badge,
.sp-sk-card .sp-card-price-pill,
.sp-oda-card .sp-card-price-pill,
.sp-card.sp-sk-card .sp-card-price-pill,
.sp-card.sp-sk-card .sp-sk-card__price-badge,
article.sp-sk-card .sp-card-price-pill.sp-sk-card__price-badge {
	transform: none !important;
	transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease, color 140ms ease !important;
}

.sp-sk-card__price-badge:hover,
.sp-sk-card__price-badge:focus-visible,
.sp-oda-card .sp-card-price-pill:hover,
.sp-oda-card .sp-card-price-pill:focus-visible,
.sp-card.sp-sk-card .sp-sk-card__price-badge:hover,
.sp-card.sp-sk-card .sp-sk-card__price-badge:focus-visible {
	transform: none !important;
	box-shadow: 0 8px 20px rgba(32, 90, 170, 0.24) !important;
}

.sp-sk-card__price-custom {
	display: block;
	overflow: hidden;
	max-width: 150px;
	margin-top: 3px;
	color: rgba(255, 255, 255, 0.92) !important;
	font-size: 11px;
	font-weight: 720;
	line-height: 1;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sp-sk-card__price-map {
	border-color: rgba(255, 255, 255, 0.9) !important;
	background: #ffffff !important;
	box-shadow: 0 5px 14px rgba(9, 50, 120, 0.2) !important;
	color: #0b5fc7 !important;
}

.sp-sk-card__price-map svg {
	filter: none !important;
}

.sp-sk-card__price-map circle {
	fill: #0b5fc7 !important;
	opacity: 0.18;
}

.sp-sk-card .sp-contact-row .sp-button,
.sp-contact-row .sp-button,
.sp-button,
.sp-phone-button,
.sp-whatsapp-button {
	transform: none !important;
	transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease, color 140ms ease !important;
}

.sp-sk-card .sp-contact-row .sp-button:hover,
.sp-sk-card .sp-contact-row .sp-button:focus-visible,
.sp-contact-row .sp-button:hover,
.sp-contact-row .sp-button:focus-visible,
.sp-button:hover,
.sp-button:focus-visible,
.sp-phone-button:hover,
.sp-phone-button:focus-visible,
.sp-whatsapp-button:hover,
.sp-whatsapp-button:focus-visible {
	transform: none !important;
}

.sp-gallery-nav {
	position: absolute;
	top: 50%;
	z-index: 8;
	display: inline-grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.76);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: #1f2937;
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.2);
	opacity: 0;
	transform: translateY(-50%);
	transition: opacity 140ms ease, background-color 140ms ease, color 140ms ease;
	cursor: pointer;
}

.sp-gallery-nav--prev {
	left: 10px;
}

.sp-gallery-nav--next {
	right: 10px;
}

.sp-gallery-nav::before {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
}

.sp-gallery-nav--prev::before {
	transform: rotate(-135deg) translate(-1px, -1px);
}

.sp-gallery-nav--next::before {
	transform: rotate(45deg) translate(-1px, 1px);
}

@media (hover: hover) and (pointer: fine) {
	.sp-gallery:hover .sp-gallery-nav,
	.sp-gallery:focus-within .sp-gallery-nav {
		opacity: 1;
	}
}

.sp-gallery-nav:hover,
.sp-gallery-nav:focus-visible {
	background: #ffffff;
	color: #0b5fc7;
	opacity: 1;
	outline: none;
}

.sp-contact-panel .sp-single-verify-chip.sp-verified-link,
.sp-single-verify-chip.sp-verified-link,
.sp-single-verify-chip {
	display: inline-flex !important;
	width: auto !important;
	height: auto !important;
	min-height: 0 !important;
	gap: 7px !important;
	align-items: center !important;
	margin: 0 !important;
	border: 1px solid rgba(21, 128, 61, 0.16) !important;
	border-radius: 999px !important;
	padding: 5px 10px 5px 6px !important;
	background: #f2fbf6 !important;
	color: #14532d !important;
	font-size: 12px !important;
	text-decoration: none !important;
	box-shadow: none !important;
	opacity: 1 !important;
}

.sp-contact-panel .sp-single-verify-chip.sp-verified-link::before,
.sp-single-verify-chip.sp-verified-link::before,
.sp-single-verify-chip::before {
	display: none !important;
	content: none !important;
}

.sp-single-verify-chip__icon {
	flex: 0 0 20px !important;
	width: 20px !important;
	height: 20px !important;
}

.sp-single-verify-chip__icon svg,
.sp-single-verify-chip__icon svg path {
	display: block !important;
	width: 13px !important;
	height: 13px !important;
	fill: currentColor !important;
}

.sp-theme-review {
	max-width: 760px;
	margin: 28px auto 0;
	padding: 0 20px;
}

.sp-theme-review__link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 42px;
	padding: 9px 16px;
	border: 1px solid rgba(15, 23, 42, 0.09);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.86);
	color: #111827;
	text-decoration: none;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
	-webkit-backdrop-filter: saturate(160%) blur(14px);
	backdrop-filter: saturate(160%) blur(14px);
}

.sp-theme-review__link:hover,
.sp-theme-review__link:focus-visible {
	color: #0f5f43;
	border-color: rgba(15, 95, 67, 0.22);
}

.sp-theme-review__star {
	color: #0f7a4f;
	font-size: 15px;
	line-height: 1;
}

.sp-theme-review__score {
	font-size: 17px;
	font-weight: 800;
	line-height: 1;
}

.sp-theme-review__scale,
.sp-theme-review__count,
.sp-theme-review__source {
	color: #667085;
	font-size: 13px;
	font-weight: 650;
	line-height: 1;
}

.sp-theme-review__source {
	padding-left: 5px;
	border-left: 1px solid rgba(15, 23, 42, 0.12);
}

.sp-sk-card[data-sp-card-href] {
	cursor: pointer;
}

.sp-sk-card[data-sp-card-href]:hover {
	transform: translateY(-2px);
}

.sp-single-room .sp-single-hero--gallery {
	display: block !important;
	max-width: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 0 34px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	overflow: visible !important;
}

.sp-single-photo-wall {
	position: relative;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	background: #0f1115;
	overflow: hidden;
}

.sp-single-photo-grid {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr);
	grid-template-rows: minmax(220px, 22vw) minmax(220px, 22vw);
	gap: 3px;
	min-height: 460px;
}

.sp-single-photo-grid__item {
	position: relative;
	display: block;
	min-height: 100%;
	overflow: hidden;
	background: #1d1d1f;
	text-decoration: none;
}

.sp-single-photo-grid__item--0 {
	grid-row: span 2;
}

.sp-single-photo-grid__item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.01);
	transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1), filter 250ms ease;
}

.sp-single-photo-grid__item:hover img,
.sp-single-photo-grid__item:focus-visible img {
	transform: scale(1.035);
	filter: saturate(1.03);
}

.sp-single-photo-count {
	position: absolute;
	right: clamp(18px, 4vw, 56px);
	bottom: 18px;
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 999px;
	background: rgba(22, 22, 23, 0.72);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	-webkit-backdrop-filter: saturate(170%) blur(18px);
	backdrop-filter: saturate(170%) blur(18px);
}

.sp-single-photo-placeholder {
	display: grid;
	min-height: 360px;
	place-items: center;
	color: rgba(255, 255, 255, 0.76);
}

.sp-single-hero--gallery .sp-single-hero__copy--below {
	max-width: 1180px;
	margin: 0 auto;
	padding: clamp(28px, 4vw, 54px) 20px 0;
}

.sp-single-context-links {
	max-width: 1180px;
	margin: 0 auto clamp(24px, 4vw, 44px);
	padding: 0 20px;
}

.sp-single-context-links__head {
	max-width: 720px;
	margin-bottom: 18px;
}

.sp-single-context-links__head span,
.sp-single-location-panel__eyebrow {
	display: inline-flex;
	margin-bottom: 8px;
	color: #0071e3;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.sp-single-context-links__head h2 {
	margin: 0;
	color: #111827;
	font-size: clamp(26px, 3vw, 42px);
	line-height: 1.08;
	letter-spacing: 0;
}

.sp-single-context-links__head p {
	max-width: 650px;
	margin: 10px 0 0;
	color: #5b6472;
	font-size: 16px;
	line-height: 1.55;
}

.sp-single-context-links__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.sp-single-context-links__group {
	padding: 14px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 16px 42px rgba(15, 23, 42, 0.06);
	-webkit-backdrop-filter: saturate(160%) blur(14px);
	backdrop-filter: saturate(160%) blur(14px);
}

.sp-single-context-links__group strong {
	display: block;
	margin-bottom: 9px;
	color: #111827;
	font-size: 13px;
	font-weight: 800;
}

.sp-single-context-links__group div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.sp-single-context-links__group a,
.sp-single-location-chips span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 12px;
	border: 1px solid rgba(0, 113, 227, 0.16);
	border-radius: 999px;
	background: rgba(245, 248, 255, 0.9);
	color: #0f172a;
	font-size: 13px;
	font-weight: 720;
	text-decoration: none;
}

.sp-single-context-links__group a:hover,
.sp-single-context-links__group a:focus-visible {
	border-color: rgba(0, 113, 227, 0.36);
	background: #fff;
	color: #0071e3;
}

.sp-single-location-panel {
	position: relative;
	overflow: hidden;
	padding: clamp(20px, 3vw, 28px) !important;
	border: 1px solid rgba(15, 23, 42, 0.08) !important;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.92)) !important;
}

.sp-single-location-panel__copy {
	max-width: 720px;
}

.sp-single-location-panel__copy h2 {
	max-width: 700px;
	margin: 0 0 10px !important;
	font-size: clamp(26px, 3vw, 42px) !important;
	line-height: 1.08 !important;
	letter-spacing: 0 !important;
}

.sp-single-location-panel__copy p {
	color: #4b5563;
	font-size: 16px;
	line-height: 1.65;
}

.sp-single-location-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 18px 0;
}

.sp-single-location-chips span {
	border-color: rgba(16, 185, 129, 0.2);
	background: rgba(236, 253, 245, 0.88);
	color: #14532d;
}

.sp-single-map-frame {
	position: relative;
	overflow: hidden;
	min-height: clamp(320px, 48vw, 520px);
	margin: 18px 0 14px;
	border-radius: 28px;
	background: #e5e7eb;
	box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08), 0 22px 60px rgba(15, 23, 42, 0.11);
}

.sp-single-map-frame iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: inherit;
	border: 0;
	filter: saturate(0.96) contrast(0.98);
}

.sp-single-location-panel .sp-single-map-link {
	margin-top: 6px;
}

@media (max-width: 900px) {
	.sp-single-photo-grid {
		grid-template-columns: repeat(5, minmax(78vw, 1fr));
		grid-template-rows: minmax(320px, 62vh);
		min-height: 320px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}

	.sp-single-photo-grid__item,
	.sp-single-photo-grid__item--0 {
		grid-row: auto;
		scroll-snap-align: start;
	}

	.sp-single-context-links__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.sp-single-hero--gallery .sp-single-hero__copy--below,
	.sp-single-context-links {
		padding-left: 18px;
		padding-right: 18px;
	}

	.sp-single-photo-grid {
		grid-template-columns: repeat(5, minmax(86vw, 1fr));
		grid-template-rows: minmax(280px, 54vh);
	}

	.sp-single-photo-count {
		right: 14px;
		bottom: 14px;
	}

	.sp-single-map-frame {
		border-radius: 20px;
	}
}

/* 4.7.17: clearer room-detail hierarchy, calmer gallery motion, and lower related links. */
.sp-single-room .sp-single-photo-grid {
	scroll-behavior: smooth;
	scrollbar-width: none;
}

.sp-single-room .sp-single-photo-grid::-webkit-scrollbar {
	display: none;
}

.sp-single-gallery-indicator {
	position: absolute;
	left: 50%;
	bottom: 19px;
	z-index: 5;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 28px;
	padding: 8px 10px;
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 999px;
	background: rgba(22, 22, 23, 0.48);
	-webkit-backdrop-filter: saturate(180%) blur(18px);
	backdrop-filter: saturate(180%) blur(18px);
	transform: translateX(-50%);
}

.sp-single-gallery-indicator__segment {
	display: block;
	width: 7px;
	height: 7px;
	border: 0;
	border-radius: 999px;
	padding: 0;
	background: rgba(255, 255, 255, 0.48);
	cursor: pointer;
	transition: width 260ms cubic-bezier(0.16, 1, 0.3, 1), background-color 220ms ease, opacity 220ms ease;
}

.sp-single-gallery-indicator__segment.is-active {
	width: 28px;
	background: #fff;
}

.sp-single-gallery-indicator__segment:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.9);
	outline-offset: 3px;
}

.sp-single-room .sp-single-main .sp-content,
.sp-single-room .sp-single-main .sp-single-notes {
	border: 0 !important;
	border-radius: 0 !important;
	padding: clamp(24px, 4vw, 46px) 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.sp-single-room .sp-single-main .sp-content,
.sp-single-room .sp-single-main .sp-content p,
.sp-single-room .sp-single-main .sp-content li {
	color: #1d1d1f;
	font-size: clamp(1.04rem, 1.4vw, 1.16rem);
	line-height: 1.72;
}

.sp-single-room .sp-single-main .sp-content h2,
.sp-single-room .sp-single-main .sp-single-section__head h2,
.sp-single-room .sp-single-main .sp-single-notes h2 {
	font-size: clamp(1.8rem, 3.2vw, 2.8rem) !important;
	line-height: 1.08 !important;
	letter-spacing: 0 !important;
}

.sp-single-room .sp-single-main .sp-content > :first-child,
.sp-single-room .sp-single-main .sp-single-notes > :first-child {
	margin-top: 0;
}

.sp-single-room .sp-single-main .sp-content .wp-block-group,
.sp-single-room .sp-single-main .sp-content .wp-block-columns,
.sp-single-room .sp-single-main .sp-content .wp-block-column,
.sp-single-room .sp-single-main .sp-content .wp-block-cover,
.sp-single-room .sp-single-main .sp-content .wp-block-media-text {
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.sp-single-room .sp-single-main .sp-single-notes + .sp-single-notes,
.sp-single-room .sp-single-main .sp-single-section + .sp-single-notes {
	margin-top: 0;
	border-top: 1px solid rgba(15, 23, 42, 0.08) !important;
}

.sp-single-room .sp-single-features {
	display: grid;
	gap: 18px;
}

.sp-single-room .sp-single-feature-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sp-single-room .sp-single-feature-list li {
	display: inline-grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.sp-single-room .sp-single-feature-list__icon svg {
	width: 24px;
	height: 24px;
}

.sp-single-room .sp-single-amenity-list {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sp-single-room .sp-single-amenity-list li {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 999px;
	padding: 0 13px;
	background: rgba(255, 255, 255, 0.78);
	color: #1d1d1f;
	font-size: 14px;
	font-weight: 680;
}

.sp-single-room .sp-single-location-panel {
	display: grid;
	gap: 18px;
	padding-bottom: clamp(26px, 4vw, 54px) !important;
	border-top: 1px solid rgba(15, 23, 42, 0.08) !important;
	background:
		linear-gradient(180deg, rgba(245, 245, 247, 0), rgba(245, 245, 247, 0.72)) !important;
}

.sp-single-room .sp-single-location-panel__copy {
	max-width: 780px;
}

.sp-single-room .sp-single-location-panel__eyebrow {
	margin-bottom: 10px;
	color: #0071e3;
	font-size: 12px;
	font-weight: 800;
}

.sp-single-room .sp-single-location-panel__copy p {
	max-width: 760px;
	color: #4b5563;
	font-size: clamp(1rem, 1.3vw, 1.08rem);
	line-height: 1.68;
}

.sp-single-room .sp-single-location-panel__questions {
	position: relative;
	margin-top: 14px;
	padding-left: 16px;
	border-left: 3px solid rgba(0, 113, 227, 0.22);
}

.sp-single-room .sp-single-location-chips {
	margin: 0;
	gap: 9px;
}

.sp-single-room .sp-single-location-chips span {
	border-color: rgba(0, 113, 227, 0.14);
	background: rgba(239, 246, 255, 0.82);
	color: #0f3d7a;
}

.sp-single-room .sp-single-map-frame {
	margin: 4px 0 10px;
	border-radius: 24px;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.sp-single-room .sp-single-context-links {
	max-width: 1180px;
	margin: clamp(18px, 4vw, 44px) auto clamp(34px, 6vw, 70px);
	border-top: 1px solid rgba(15, 23, 42, 0.08);
	padding: clamp(24px, 4vw, 44px) 20px 0;
}

.sp-single-room .sp-single-context-links__head {
	max-width: 760px;
	margin-bottom: 18px;
}

.sp-single-room .sp-single-context-links__head h2 {
	font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.sp-single-room .sp-single-context-links__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.sp-single-room .sp-single-context-links__group {
	display: grid;
	grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	border: 0;
	border-bottom: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 0;
	padding: 18px 0;
	background: transparent;
	box-shadow: none;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
}

.sp-single-room .sp-single-context-links__group strong {
	margin: 7px 0 0;
	color: #6e6e73;
	font-size: 13px;
	font-weight: 800;
}

.sp-single-room .sp-single-context-links__group div {
	gap: 8px;
}

.sp-single-room .sp-single-context-links__group a {
	min-height: 38px;
	border-color: rgba(0, 113, 227, 0.16);
	background: rgba(255, 255, 255, 0.84);
	color: #1d1d1f;
}

.sp-single-room .sp-single-context-links__group a:hover,
.sp-single-room .sp-single-context-links__group a:focus-visible {
	background: #0071e3;
	color: #fff;
}

@media (max-width: 900px) {
	.sp-single-gallery-indicator {
		bottom: 18px;
	}

	.sp-single-room .sp-single-photo-grid__item img {
		transform: scale(1);
	}
}

@media (max-width: 640px) {
	.sp-single-gallery-indicator {
		left: 18px;
		bottom: 15px;
		transform: none;
	}

	.sp-single-room .sp-single-photo-count {
		right: 12px;
		bottom: 15px;
		min-height: 32px;
		padding: 0 11px;
		font-size: 12px;
	}

	.sp-single-room .sp-single-main .sp-content,
	.sp-single-room .sp-single-main .sp-single-notes {
		padding: 24px 0 !important;
	}

	.sp-single-room .sp-single-context-links {
		padding-left: 18px;
		padding-right: 18px;
	}

	.sp-single-room .sp-single-context-links__group {
		grid-template-columns: 1fr;
		gap: 9px;
		padding: 16px 0;
	}

	.sp-single-room .sp-single-context-links__group strong {
		margin-top: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sp-single-room .sp-single-photo-grid {
		scroll-behavior: auto;
	}

	.sp-single-gallery-indicator__segment,
	.sp-single-room .sp-single-photo-grid__item img {
		transition: none;
	}
}

/* Sakarya Pansiyon final public layer. */
:root {
	--sp-bg: #f6f8fb;
	--sp-soft: #f1f5f9;
	--sp-ink: #0f172a;
	--sp-muted: #64748b;
	--sp-line: #e2e8f0;
	--sp-green: #22c55e;
	--sp-green-dark: #15803d;
	--sp-amber: #f5b84b;
	--sp-blue: #1677f2;
	--sp-radius: 8px;
	--sp-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 12px 28px rgba(15, 23, 42, 0.06);
	--sp-final-bg: #f6f8fb;
	--sp-final-surface: #ffffff;
	--sp-final-text: #0f172a;
	--sp-final-muted: #64748b;
	--sp-final-blue: #1677f2;
	--sp-final-blue-hover: #0a66e8;
	--sp-final-green: #22c55e;
	--sp-final-line: rgba(226, 232, 240, 0.88);
	--sp-nav-bg: rgba(255, 255, 255, 0.82);
	--sp-nav-bg-scrolled: rgba(255, 255, 255, 0.92);
	--sp-nav-text: #0f172a;
	--sp-nav-muted: #64748b;
	--sp-nav-border: rgba(226, 232, 240, 0.78);
	--sp-nav-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
}

body.sp-theme,
.sp-site {
	background: #f6f8fb;
	color: #0f172a;
	font-family: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
	letter-spacing: 0;
}

.sp-glass-header.nav-theme-dark,
.sp-glass-header.nav-theme-light,
.sp-glass-header.nav-theme-warm {
	--nav-bg: rgba(255, 255, 255, 0.84);
	--nav-text: #0f172a;
	--nav-muted: #64748b;
	--nav-border: rgba(226, 232, 240, 0.78);
	--nav-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
	--nav-glow: rgba(255, 255, 255, 0.74);
}

.sp-glass-header__inner,
.sp-theme-header__inner {
	background: rgba(255, 255, 255, 0.84);
	-webkit-backdrop-filter: blur(18px) saturate(1.25);
	backdrop-filter: blur(18px) saturate(1.25);
	box-shadow: 0 1px 0 rgba(226, 232, 240, 0.8);
}

.sp-glass-header.is-scrolled .sp-glass-header__inner,
body.sp-has-scrolled .sp-theme-header__inner {
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06), 0 1px 0 rgba(226, 232, 240, 0.84);
}

.sp-theme-brand a::before,
.sp-theme-brand__text::before,
.sp-brand .sp-theme-brand__text::before {
	content: "SP";
	display: inline-grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 10px;
	background: linear-gradient(145deg, #1677f2, #0a66e8);
	color: #ffffff;
	font-size: 12px;
	font-weight: 850;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32), 0 8px 18px rgba(22, 119, 242, 0.22);
}

.sp-brand .sp-theme-brand__text strong,
.sp-theme-brand strong {
	color: #0f172a;
	font-weight: 800;
}

.sp-brand .sp-theme-brand__text span,
.sp-theme-brand span {
	display: block;
	color: #64748b;
	font-size: 11px;
	font-weight: 650;
}

.sp-menu-toggle {
	color: #0f172a;
	background: #ffffff;
	box-shadow: inset 0 0 0 1px rgba(226, 232, 240, 0.95), 0 6px 18px rgba(15, 23, 42, 0.06);
}

.sp-hero,
.sp-page-hero,
.sp-section,
.sp-price-strip,
.sp-cta-bar,
.sp-single {
	color: #0f172a;
}

.sp-hero h1,
.sp-page-hero h1,
.sp-single-hero h1 {
	color: #0f172a;
	letter-spacing: 0;
}

.sp-hero__intro,
.sp-page-hero p,
.sp-single-hero p,
.sp-section__head p,
.sp-theme-page-title p {
	color: #64748b;
}

.sp-eyebrow,
.sp-badge {
	border-color: rgba(245, 184, 75, 0.36);
	background: #fff7e6;
	color: #8a5b05;
}

.sp-button,
.sp-quick-actions a,
.sp-theme-compact-cta {
	min-height: 44px;
	border-radius: 999px;
}

.sp-phone-button,
.sp-theme-phone-cta,
.sp-whatsapp-button,
.sp-theme-whatsapp-cta {
	border-color: rgba(22, 119, 242, 0.18);
	background: #1677f2;
	color: #ffffff;
}

.sp-button--ghost,
.sp-quick-actions a {
	border-color: #e2e8f0;
	background: #ffffff;
	color: #0f172a;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.sp-quick-actions a:hover,
.sp-quick-actions a:focus-visible,
.sp-button--ghost:hover,
.sp-button--ghost:focus-visible {
	border-color: rgba(22, 119, 242, 0.32);
	background: #eaf3ff;
	color: #0a66e8;
}

.sp-card,
.sp-link-card,
.sp-category-card,
.sp-contact-panel,
.sp-trust-grid div,
.sp-faq-item,
.sp-empty {
	border-color: #e2e8f0;
	background: #ffffff;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 12px 28px rgba(15, 23, 42, 0.06);
}

.sp-sk-card,
.sp-card.sp-sk-card {
	border-radius: 24px;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 12px 28px rgba(15, 23, 42, 0.06);
}

.sp-sk-card:hover,
.sp-sk-card:focus-within {
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
	transform: translateY(-3px);
}

.sp-sk-card__price-badge,
.sp-sk-card .sp-card-price-pill {
	background: linear-gradient(145deg, #1677f2, #0a66e8);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42), 0 18px 42px rgba(22, 119, 242, 0.26);
}

.sp-sk-card__price-map {
	color: #1677f2;
	background: linear-gradient(180deg, #ffffff, #eaf3ff);
}

.sp-card__mark {
	background: #14b8a6;
}

.sp-price,
.sp-sk-card__price-inline {
	color: #0f172a;
}

.sp-price-strip,
.sp-cta-bar {
	border-color: #e2e8f0;
	background: #ffffff;
}

.sp-theme-footer {
	border-top-color: #e2e8f0;
	background: #f8fafc;
}

.sp-theme-footer-brand__mark {
	display: inline-grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 10px;
	background: linear-gradient(145deg, #1677f2, #0a66e8);
	color: #ffffff;
	font-size: 12px;
	font-weight: 850;
}

.sp-mobile-menu__panel {
	background: rgba(255, 255, 255, 0.96);
	color: #0f172a;
}

.sp-mobile-menu__brand,
.sp-mobile-menu a {
	color: #0f172a;
}

.sp-floating-whatsapp {
	background: #1677f2;
	color: #ffffff;
}

@media (prefers-reduced-transparency: reduce) {
	.sp-glass-header__inner,
	.sp-theme-header__inner,
	.sp-mobile-menu__panel {
		background: #ffffff;
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
	}
}

/* Sakarya Pansiyon v1 app-like public surface. */
.sp-site {
	padding-inline: clamp(16px, 3vw, 32px);
}

.sp-app-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 22px;
	max-width: 1180px;
	margin: 18px auto 36px;
	padding: clamp(20px, 5vw, 44px);
	border: 1px solid rgba(226, 232, 240, 0.9);
	border-radius: 28px;
	background:
		linear-gradient(135deg, rgba(234, 243, 255, 0.92), rgba(255, 255, 255, 0.96) 46%, rgba(240, 253, 250, 0.9)),
		#ffffff;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 20px 46px rgba(15, 23, 42, 0.08);
	overflow: hidden;
}

.sp-app-hero__content {
	display: grid;
	gap: 14px;
	align-content: center;
}

.sp-app-hero h1 {
	max-width: 740px;
	margin: 0;
	font-size: clamp(28px, 6vw, 54px);
	line-height: 1.08;
	font-weight: 850;
	color: #0f172a;
}

.sp-app-hero .sp-hero__intro {
	max-width: 680px;
	margin: 0;
	font-size: 15.5px;
	line-height: 1.55;
	color: #475569;
}

.sp-intent-picker {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 2px 12px;
	align-items: center;
	max-width: 620px;
	min-height: 58px;
	padding: 9px 14px 9px 10px;
	border: 1px solid #e2e8f0;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 12px 28px rgba(15, 23, 42, 0.06);
}

.sp-intent-picker__icon {
	grid-row: 1 / span 2;
	display: inline-grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border-radius: 50%;
	background: #1677f2;
	color: #ffffff;
}

.sp-intent-picker__icon svg,
.sp-sk-card__district svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.sp-intent-picker strong {
	font-size: 15px;
	line-height: 18px;
	color: #0f172a;
}

.sp-intent-picker span:not(.sp-intent-picker__icon) {
	font-size: 12.5px;
	line-height: 16px;
	color: #64748b;
}

.sp-hero-chips,
.sp-local-seo__chips {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	padding-block: 2px 6px;
	scrollbar-width: none;
}

.sp-hero-chips::-webkit-scrollbar,
.sp-local-seo__chips::-webkit-scrollbar {
	display: none;
}

.sp-hero-chips a,
.sp-local-seo__chips a {
	flex: 0 0 auto;
	border: 1px solid #e2e8f0;
	border-radius: 999px;
	background: #ffffff;
	color: #0f172a;
	text-decoration: none;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.sp-hero-chips a {
	padding: 8px 12px;
	font-size: 12px;
	font-weight: 750;
}

.sp-app-hero__media {
	position: relative;
	min-height: 240px;
	border-radius: 26px;
	overflow: hidden;
	background: #e2e8f0;
}

.sp-app-hero__media img {
	width: 100%;
	height: 100%;
	min-height: 240px;
	object-fit: cover;
	display: block;
}

.sp-hero-card-preview {
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 14px;
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 2px 10px;
	align-items: center;
	padding: 12px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.92);
	-webkit-backdrop-filter: blur(16px) saturate(1.2);
	backdrop-filter: blur(16px) saturate(1.2);
	color: #0f172a;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
}

.sp-hero-card-preview > span {
	grid-row: 1 / span 2;
	display: inline-grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 12px;
	background: #1677f2;
	color: #ffffff;
	font-weight: 850;
	font-size: 12px;
}

.sp-hero-card-preview strong {
	font-size: 13px;
	line-height: 17px;
}

.sp-hero-card-preview small {
	color: #64748b;
	font-size: 12px;
	line-height: 16px;
}

.sp-card-grid--rooms {
	gap: 22px;
}

.sp-sk-card {
	overflow: hidden;
	border: 1px solid #eef2f7;
	background: #ffffff;
}

.sp-sk-card__media {
	padding: 10px 10px 0;
}

.sp-sk-card__image-cabin {
	border-radius: 22px;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: #e2e8f0;
}

.sp-sk-card__body {
	display: grid;
	gap: 9px;
	padding: 14px 15px 16px;
}

.sp-sk-card__title {
	margin: 0;
	font-size: 16px;
	line-height: 21px;
	font-weight: 800;
}

.sp-sk-card__title a {
	color: #0f172a;
	text-decoration: none;
}

.sp-sk-card__location-row,
.sp-sk-card__meta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
	color: #64748b;
	font-size: 13px;
	line-height: 18px;
	font-weight: 650;
}

.sp-sk-card__district {
	display: inline-flex;
	gap: 5px;
	align-items: center;
	color: #0f172a;
}

.sp-sk-card__capacity {
	margin: 0;
	color: #334155;
	font-size: 13px;
	line-height: 18px;
	font-weight: 700;
}

.sp-feature-icons.sp-sk-card__features {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sp-feature-icons.sp-sk-card__features li {
	display: inline-grid;
	width: 32px;
	height: 32px;
	place-items: center;
	border-radius: 999px;
	background: #f1f5f9;
	color: #1677f2;
}

.sp-sk-card__excerpt {
	margin: 0;
	color: #64748b;
	font-size: 13px;
	line-height: 19px;
}

.sp-sk-card .sp-contact-row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
	margin-top: 2px;
}

.sp-sk-card .sp-button {
	min-height: 42px;
	justify-content: center;
}

.sp-local-seo {
	border: 1px solid #e2e8f0;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: var(--sp-shadow);
}

.sp-local-seo__chips {
	margin-top: 16px;
}

.sp-local-seo__chips a {
	display: grid;
	gap: 3px;
	min-width: 190px;
	padding: 12px 14px;
	border-radius: 16px;
}

.sp-local-seo__chips strong {
	font-size: 13px;
	color: #0f172a;
}

.sp-local-seo__chips span {
	font-size: 12px;
	line-height: 16px;
	color: #64748b;
}

@media (min-width: 840px) {
	.sp-app-hero {
		grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
		align-items: center;
	}

	.sp-app-hero__media,
	.sp-app-hero__media img {
		min-height: 430px;
	}
}
