.cpp-hotels-page {
	background: #f7f4ee;
	color: #17222b;
	font-family: Manrope, Inter, Arial, sans-serif;
	letter-spacing: -0.02em;
	min-height: 100vh;
}

.cpp-hotels-page *,
.cpp-hotels-page *:before,
.cpp-hotels-page *:after {
	box-sizing: border-box;
}

.cpp-hotels-page a {
	text-decoration: none;
}

.cpp-hotel-wrap {
	overflow: hidden;
	position: relative;
}

.cpp-hotel-shell {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 24px;
	width: 100%;
}

.cpp-hotel-nav {
	backdrop-filter: blur(18px);
	background: rgba(255, 252, 246, 0.84);
	border-bottom: 1px solid rgba(24, 32, 39, 0.08);
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 50;
}

.cpp-hotel-nav__inner {
	align-items: center;
	display: flex;
	gap: 22px;
	height: 76px;
	justify-content: space-between;
}

.cpp-hotel-brand {
	align-items: center;
	color: #10212c;
	display: inline-flex;
	font-size: 18px;
	font-weight: 800;
	gap: 10px;
	letter-spacing: -0.04em;
	white-space: nowrap;
}

.cpp-hotel-brand img {
	display: block;
	height: 28px;
	width: auto;
}

.cpp-hotel-brand span {
	color: #8b6a2f;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: -0.01em;
}

.cpp-hotel-links {
	align-items: center;
	display: flex;
	gap: 22px;
}

.cpp-hotel-links a {
	color: #46535d;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.02em;
	transition: color 0.18s ease;
}

.cpp-hotel-links a:hover {
	color: #0d9488;
}

.cpp-hotel-nav__actions {
	align-items: center;
	display: flex;
	gap: 10px;
}

.cpp-hotel-menu {
	align-items: center;
	background: #10212c;
	border: 0;
	border-radius: 999px;
	color: #fff;
	display: none;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.cpp-hotel-btn {
	align-items: center;
	border: 1px solid rgba(16, 33, 44, 0.12);
	border-radius: 999px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	gap: 9px;
	justify-content: center;
	letter-spacing: -0.03em;
	min-height: 48px;
	padding: 0 20px;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
	white-space: nowrap;
}

.cpp-hotel-btn:hover {
	transform: translateY(-2px);
}

.cpp-hotel-btn--primary {
	background: linear-gradient(135deg, #0f766e, #14b8a6);
	box-shadow: 0 18px 38px rgba(20, 184, 166, 0.24);
	color: #fff;
}

.cpp-hotel-btn--primary:hover {
	box-shadow: 0 22px 44px rgba(20, 184, 166, 0.32);
	color: #fff;
}

.cpp-hotel-btn--ghost {
	background: rgba(255, 255, 255, 0.68);
	color: #10212c;
}

.cpp-hotel-btn--ghost:hover {
	background: #fff;
	color: #10212c;
}

.cpp-hotel-hero {
	background:
		radial-gradient(circle at 18% 20%, rgba(20, 184, 166, 0.15), transparent 32%),
		radial-gradient(circle at 82% 10%, rgba(183, 137, 54, 0.18), transparent 28%),
		linear-gradient(180deg, #fbf8f1 0%, #f4efe5 58%, #fff 100%);
	padding: 136px 0 88px;
	position: relative;
}

.cpp-hotel-hero:after {
	background: linear-gradient(90deg, transparent, rgba(15, 118, 110, 0.13), transparent);
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
}

.cpp-hotel-hero__grid {
	align-items: center;
	display: grid;
	gap: 52px;
	grid-template-columns: minmax(0, 0.94fr) minmax(520px, 1.06fr);
}

.cpp-hotel-kicker,
.cpp-hotel-section__kicker {
	align-items: center;
	color: #0f766e;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	gap: 8px;
	letter-spacing: 0.08em;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.cpp-hotel-kicker:before,
.cpp-hotel-section__kicker:before {
	background: #0f766e;
	border-radius: 999px;
	content: "";
	height: 7px;
	width: 7px;
}

.cpp-hotel-hero h1,
.cpp-hotel-section h2,
.cpp-hotel-final h2 {
	color: #10212c;
	font-weight: 650;
	letter-spacing: -0.07em;
	line-height: 0.98;
	margin: 0;
}

.cpp-hotel-hero h1 {
	font-size: clamp(46px, 6vw, 82px);
	max-width: 680px;
}

.cpp-hotel-hero__lead {
	color: #52606a;
	font-size: 19px;
	font-weight: 500;
	letter-spacing: -0.04em;
	line-height: 1.55;
	margin: 24px 0 0;
	max-width: 650px;
}

.cpp-hotel-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.cpp-hotel-hero__proof {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 30px;
}

.cpp-hotel-hero__proof span {
	align-items: center;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(16, 33, 44, 0.08);
	border-radius: 999px;
	color: #31404a;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	gap: 8px;
	min-height: 38px;
	padding: 0 13px;
}

.cpp-hotel-visual {
	position: relative;
}

.cpp-hotel-visual:before {
	background: radial-gradient(circle, rgba(20, 184, 166, 0.22), transparent 62%);
	content: "";
	filter: blur(12px);
	inset: -52px;
	position: absolute;
}

.cpp-hotel-visual__image {
	border: 1px solid rgba(255, 255, 255, 0.62);
	border-radius: 34px;
	box-shadow: 0 40px 90px rgba(16, 33, 44, 0.22), 0 18px 38px rgba(139, 106, 47, 0.13);
	display: block;
	position: relative;
	transform: perspective(1200px) rotateY(-5deg) rotateX(2deg);
	width: 100%;
	z-index: 1;
}

.cpp-hotel-floating {
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 18px;
	box-shadow: 0 20px 52px rgba(16, 33, 44, 0.16);
	color: #10212c;
	display: grid;
	gap: 3px;
	padding: 14px 16px;
	position: absolute;
	z-index: 3;
}

.cpp-hotel-floating strong {
	font-size: 15px;
	font-weight: 850;
	letter-spacing: -0.04em;
}

.cpp-hotel-floating span {
	color: #5f6d77;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.cpp-hotel-floating--top {
	right: 20px;
	top: 24px;
}

.cpp-hotel-floating--bottom {
	bottom: 24px;
	left: 18px;
}

.cpp-hotel-section {
	padding: 92px 0;
}

.cpp-hotel-section--soft {
	background: #fff;
}

.cpp-hotel-section--dark {
	background:
		radial-gradient(circle at 12% 0%, rgba(20, 184, 166, 0.22), transparent 36%),
		radial-gradient(circle at 88% 18%, rgba(183, 137, 54, 0.18), transparent 32%),
		linear-gradient(135deg, #071a22 0%, #10212c 56%, #1c2b34 100%);
	color: #fff;
}

.cpp-hotel-section--dark .cpp-hotel-section__kicker,
.cpp-hotel-section--dark .cpp-hotel-section__lead {
	color: rgba(255, 255, 255, 0.72);
}

.cpp-hotel-section--dark h2,
.cpp-hotel-section--dark h3,
.cpp-hotel-section--dark strong {
	color: #fff;
}

.cpp-hotel-section__head {
	margin: 0 auto 42px;
	max-width: 820px;
	text-align: center;
}

.cpp-hotel-section__head.is-left {
	margin-left: 0;
	text-align: left;
}

.cpp-hotel-section h2,
.cpp-hotel-final h2 {
	font-size: clamp(34px, 4.5vw, 58px);
}

.cpp-hotel-section__lead {
	color: #65717a;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: -0.04em;
	line-height: 1.6;
	margin: 18px auto 0;
	max-width: 720px;
}

.cpp-hotel-steps {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.cpp-hotel-step,
.cpp-hotel-card,
.cpp-hotel-platform-card,
.cpp-hotel-plan,
.cpp-hotel-panel-card,
.cpp-hotel-fit {
	background: rgba(255, 255, 255, 0.76);
	border: 1px solid rgba(16, 33, 44, 0.08);
	border-radius: 22px;
	box-shadow: 0 18px 42px rgba(16, 33, 44, 0.07);
}

.cpp-hotel-step {
	min-height: 210px;
	padding: 24px;
	position: relative;
}

.cpp-hotel-step__number {
	align-items: center;
	background: #10212c;
	border-radius: 999px;
	color: #fff;
	display: flex;
	font-size: 13px;
	font-weight: 900;
	height: 34px;
	justify-content: center;
	margin-bottom: 22px;
	width: 34px;
}

.cpp-hotel-step h3,
.cpp-hotel-card h3,
.cpp-hotel-platform-card h3,
.cpp-hotel-panel-card h3,
.cpp-hotel-plan h3 {
	font-size: 18px;
	font-weight: 750;
	letter-spacing: -0.05em;
	line-height: 1.15;
	margin: 0;
}

.cpp-hotel-step p,
.cpp-hotel-card p,
.cpp-hotel-platform-card p,
.cpp-hotel-panel-card p,
.cpp-hotel-plan p {
	color: #61707a;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1.55;
	margin: 10px 0 0;
}

.cpp-hotel-modules {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cpp-hotel-card {
	min-height: 178px;
	padding: 24px;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.cpp-hotel-card:hover {
	border-color: rgba(15, 118, 110, 0.24);
	box-shadow: 0 24px 54px rgba(16, 33, 44, 0.11);
	transform: translateY(-4px);
}

.cpp-hotel-card__icon {
	align-items: center;
	background: #f0ede4;
	border-radius: 14px;
	color: #8b6a2f;
	display: flex;
	font-size: 18px;
	height: 44px;
	justify-content: center;
	margin-bottom: 18px;
	width: 44px;
}

.cpp-hotel-platform-section {
	background:
		radial-gradient(circle at 16% 18%, rgba(20, 184, 166, 0.12), transparent 28%),
		radial-gradient(circle at 86% 24%, rgba(183, 137, 54, 0.12), transparent 30%),
		#fff;
}

.cpp-hotel-module-pillars {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 22px;
}

.cpp-hotel-pillar {
	background:
		radial-gradient(circle at 92% 10%, rgba(20, 184, 166, 0.18), transparent 32%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(247, 244, 238, 0.78));
	border: 1px solid rgba(16, 33, 44, 0.08);
	border-radius: 30px;
	box-shadow: 0 26px 70px rgba(16, 33, 44, 0.08);
	padding: 30px;
}

.cpp-hotel-pillar:nth-child(2) {
	background:
		radial-gradient(circle at 90% 8%, rgba(183, 137, 54, 0.16), transparent 30%),
		linear-gradient(180deg, #ffffff, #eefbf8);
	border-color: rgba(15, 118, 110, 0.16);
}

.cpp-hotel-pillar__eyebrow {
	background: rgba(15, 118, 110, 0.1);
	border: 1px solid rgba(15, 118, 110, 0.16);
	border-radius: 999px;
	color: #0f766e;
	display: inline-flex;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: -0.02em;
	margin-bottom: 18px;
	padding: 8px 12px;
}

.cpp-hotel-pillar h3 {
	color: #10212c;
	font-size: clamp(30px, 3.4vw, 44px);
	font-weight: 650;
	letter-spacing: -0.07em;
	line-height: 1;
	margin: 0;
}

.cpp-hotel-pillar p {
	color: #61707a;
	font-size: 16px;
	font-weight: 520;
	letter-spacing: -0.04em;
	line-height: 1.55;
	margin: 14px 0 0;
	max-width: 520px;
}

.cpp-hotel-pillar__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.cpp-hotel-pillar__chips span {
	background: rgba(255, 255, 255, 0.76);
	border: 1px solid rgba(16, 33, 44, 0.08);
	border-radius: 999px;
	color: #25313a;
	font-size: 13px;
	font-weight: 750;
	letter-spacing: -0.035em;
	padding: 9px 12px;
}

.cpp-hotel-platform-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cpp-hotel-platform-card {
	min-height: 190px;
	padding: 24px;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.cpp-hotel-platform-card:hover {
	border-color: rgba(15, 118, 110, 0.24);
	box-shadow: 0 24px 54px rgba(16, 33, 44, 0.11);
	transform: translateY(-4px);
}

.cpp-hotel-benefits {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cpp-hotel-benefit {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 20px;
	padding: 22px;
}

.cpp-hotel-benefit i {
	color: #2dd4bf;
	font-size: 20px;
	margin-bottom: 18px;
}

.cpp-hotel-benefit strong {
	display: block;
	font-size: 17px;
	font-weight: 750;
	letter-spacing: -0.04em;
	line-height: 1.2;
}

.cpp-hotel-benefit span {
	color: rgba(255, 255, 255, 0.68);
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 8px;
}

.cpp-hotel-panel-grid {
	align-items: center;
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.cpp-hotel-dashboard {
	background: #0b1820;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 28px;
	box-shadow: 0 34px 80px rgba(16, 33, 44, 0.2);
	color: #fff;
	overflow: hidden;
	padding: 20px;
}

.cpp-hotel-dashboard__bar {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}

.cpp-hotel-dots {
	display: flex;
	gap: 7px;
}

.cpp-hotel-dots span {
	background: rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	height: 9px;
	width: 9px;
}

.cpp-hotel-dashboard__badge {
	background: rgba(45, 212, 191, 0.14);
	border: 1px solid rgba(45, 212, 191, 0.24);
	border-radius: 999px;
	color: #99f6e4;
	font-size: 12px;
	font-weight: 850;
	padding: 7px 10px;
}

.cpp-hotel-dashboard__grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cpp-hotel-stat,
.cpp-hotel-feed,
.cpp-hotel-room {
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 16px;
	padding: 16px;
}

.cpp-hotel-stat span,
.cpp-hotel-feed span,
.cpp-hotel-room span {
	color: rgba(255, 255, 255, 0.6);
	display: block;
	font-size: 12px;
	font-weight: 700;
}

.cpp-hotel-stat strong {
	display: block;
	font-size: 27px;
	font-weight: 800;
	letter-spacing: -0.05em;
	margin-top: 8px;
}

.cpp-hotel-feed {
	grid-column: span 2;
}

.cpp-hotel-feed strong,
.cpp-hotel-room strong {
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: 750;
	letter-spacing: -0.04em;
	margin-top: 8px;
}

.cpp-hotel-feed em {
	color: #99f6e4;
	display: block;
	font-style: normal;
	font-size: 12px;
	font-weight: 800;
	margin-top: 10px;
}

.cpp-hotel-panel-cards {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cpp-hotel-panel-card {
	padding: 22px;
}

.cpp-hotel-fit-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.cpp-hotel-fit {
	align-items: center;
	color: #10212c;
	display: inline-flex;
	font-size: 15px;
	font-weight: 800;
	gap: 9px;
	min-height: 52px;
	padding: 0 18px;
}

.cpp-hotel-fit i {
	color: #0f766e;
}

.cpp-hotel-section--compare {
	background:
		radial-gradient(circle at 12% 18%, rgba(20, 184, 166, 0.12), transparent 30%),
		radial-gradient(circle at 86% 14%, rgba(183, 137, 54, 0.14), transparent 28%),
		linear-gradient(180deg, #fff 0%, #f7f4ee 100%);
	position: relative;
}

.cpp-hotel-section--compare:before {
	background: linear-gradient(90deg, transparent, rgba(15, 118, 110, 0.13), transparent);
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.cpp-hotel-compare {
	align-items: stretch;
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	margin: 0 auto;
	max-width: 1080px;
	position: relative;
}

.cpp-hotel-compare:before {
	background: linear-gradient(180deg, rgba(15, 118, 110, 0), rgba(15, 118, 110, 0.28), rgba(15, 118, 110, 0));
	content: "";
	height: calc(100% - 44px);
	left: 50%;
	position: absolute;
	top: 22px;
	transform: translateX(-50%);
	width: 1px;
}

.cpp-hotel-compare-card {
	border-radius: 32px;
	padding: 30px;
	position: relative;
}

.cpp-hotel-compare-card--before {
	background: rgba(255, 255, 255, 0.78);
	border-color: rgba(127, 92, 53, 0.16);
	box-shadow: 0 26px 70px rgba(83, 64, 42, 0.09);
}

.cpp-hotel-compare-card--after {
	background:
		radial-gradient(circle at 88% 12%, rgba(45, 212, 191, 0.2), transparent 34%),
		linear-gradient(180deg, #ffffff 0%, #edfdfa 100%);
	border-color: rgba(15, 118, 110, 0.24);
	box-shadow: 0 34px 86px rgba(15, 118, 110, 0.16);
}

.cpp-hotel-compare-card__head {
	margin-bottom: 24px;
}

.cpp-hotel-compare-card__label {
	align-items: center;
	background: rgba(16, 33, 44, 0.07);
	border: 1px solid rgba(16, 33, 44, 0.08);
	border-radius: 999px;
	color: #5e6870;
	display: inline-flex;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: -0.02em;
	min-height: 32px;
	padding: 0 12px;
}

.cpp-hotel-compare-card--after .cpp-hotel-compare-card__label {
	background: rgba(15, 118, 110, 0.1);
	border-color: rgba(15, 118, 110, 0.16);
	color: #0f766e;
}

.cpp-hotel-compare-card h3 {
	color: #10212c;
	font-size: clamp(26px, 3vw, 38px);
	font-weight: 650;
	letter-spacing: -0.065em;
	line-height: 1.02;
	margin: 14px 0 0;
	max-width: 420px;
}

.cpp-hotel-compare-steps {
	counter-reset: hotel-compare;
	display: grid;
	gap: 11px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.cpp-hotel-compare-steps li {
	align-items: center;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(16, 33, 44, 0.08);
	border-radius: 18px;
	display: flex;
	gap: 13px;
	min-height: 58px;
	padding: 12px 14px;
	position: relative;
}

.cpp-hotel-compare-card--after .cpp-hotel-compare-steps li {
	background: rgba(255, 255, 255, 0.82);
	border-color: rgba(15, 118, 110, 0.14);
}

.cpp-hotel-compare-icon {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(16, 33, 44, 0.08);
	border-radius: 15px;
	box-shadow: 0 12px 26px rgba(16, 33, 44, 0.08);
	display: inline-flex;
	flex: 0 0 42px;
	font-size: 20px;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.cpp-hotel-compare-steps strong {
	color: #17222b;
	font-size: 16px;
	font-weight: 780;
	letter-spacing: -0.04em;
}

.cpp-hotel-compare-result {
	background: #10212c;
	border-radius: 20px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 15px;
	font-weight: 750;
	letter-spacing: -0.04em;
	line-height: 1.45;
	margin-top: 22px;
	padding: 18px 20px;
}

.cpp-hotel-compare-card--after .cpp-hotel-compare-result {
	background: linear-gradient(135deg, #0f766e, #14b8a6);
	box-shadow: 0 18px 42px rgba(20, 184, 166, 0.22);
	color: #fff;
}

.cpp-hotel-plans {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cpp-hotel-pricing-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin: -26px 0 34px;
}

.cpp-hotel-pricing-badges span {
	background: #10212c;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	box-shadow: 0 16px 34px rgba(16, 33, 44, 0.12);
	color: #fff;
	font-size: 13px;
	font-weight: 850;
	letter-spacing: -0.03em;
	padding: 11px 14px;
}

.cpp-hotel-pricing-badges span:nth-child(2),
.cpp-hotel-pricing-badges span:nth-child(3) {
	background: linear-gradient(135deg, #0f766e, #14b8a6);
	box-shadow: 0 16px 34px rgba(20, 184, 166, 0.18);
}

.cpp-hotel-plan {
	display: flex;
	flex-direction: column;
	padding: 28px;
	position: relative;
}

.cpp-hotel-plan.is-featured {
	background: linear-gradient(180deg, #ffffff 0%, #eefbf8 100%);
	border-color: rgba(15, 118, 110, 0.28);
	box-shadow: 0 28px 68px rgba(15, 118, 110, 0.14);
	transform: translateY(-10px);
}

.cpp-hotel-plan__badge {
	background: #10212c;
	border-radius: 999px;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	padding: 7px 11px;
	position: absolute;
	right: 22px;
	top: 22px;
}

.cpp-hotel-price {
	color: #10212c;
	font-size: 34px;
	font-weight: 760;
	letter-spacing: -0.07em;
	margin-top: 18px;
}

.cpp-hotel-price span {
	color: #6b7780;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.03em;
}

.cpp-hotel-plan ul {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 24px 0 0;
	padding: 0;
}

.cpp-hotel-plan li {
	color: #3e4a53;
	font-size: 14px;
	font-weight: 650;
	letter-spacing: -0.03em;
	line-height: 1.35;
	padding-left: 25px;
	position: relative;
}

.cpp-hotel-plan li:before {
	color: #0f766e;
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
	font-weight: 900;
	left: 0;
	position: absolute;
	top: 2px;
}

.cpp-hotel-plan .cpp-hotel-btn {
	margin-top: auto;
	width: 100%;
}

.cpp-hotel-plan__note {
	background: #f8f5ed;
	border-radius: 14px;
	color: #5b6570;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.45;
	margin: 22px 0;
	padding: 13px;
}

.cpp-hotel-final {
	background:
		radial-gradient(circle at 50% 0%, rgba(45, 212, 191, 0.22), transparent 42%),
		linear-gradient(135deg, #091720, #10212c);
	color: #fff;
	padding: 86px 0;
	text-align: center;
}

.cpp-hotel-final h2 {
	color: #fff;
}

.cpp-hotel-final p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.04em;
	line-height: 1.55;
	margin: 18px auto 0;
	max-width: 620px;
}

.cpp-hotel-final__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-top: 30px;
}

.cpp-hotel-footer {
	background: #07131a;
	color: rgba(255, 255, 255, 0.68);
	padding: 32px 0;
}

.cpp-hotel-footer__inner {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
}

.cpp-hotel-footer strong {
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: 800;
}

.cpp-hotel-footer span,
.cpp-hotel-footer a {
	color: rgba(255, 255, 255, 0.62);
	font-size: 13px;
	font-weight: 650;
}

.cpp-hotel-footer a:hover {
	color: #99f6e4;
}

.cpp-hotel-reveal {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 0.55s ease, transform 0.55s ease;
}

.cpp-hotel-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1100px) {
	.cpp-hotel-links {
		display: none;
	}

	.cpp-hotel-menu {
		display: inline-flex;
	}

	.cpp-hotel-nav.is-open .cpp-hotel-links {
		background: rgba(255, 252, 246, 0.98);
		border-bottom: 1px solid rgba(16, 33, 44, 0.08);
		display: grid;
		gap: 0;
		left: 0;
		padding: 10px 24px 18px;
		position: absolute;
		right: 0;
		top: 76px;
	}

	.cpp-hotel-nav.is-open .cpp-hotel-links a {
		border-top: 1px solid rgba(16, 33, 44, 0.08);
		padding: 14px 0;
	}

	.cpp-hotel-hero__grid,
	.cpp-hotel-panel-grid {
		grid-template-columns: 1fr;
	}

	.cpp-hotel-visual__image {
		transform: none;
	}

	.cpp-hotel-steps,
	.cpp-hotel-modules,
	.cpp-hotel-benefits,
	.cpp-hotel-platform-grid,
	.cpp-hotel-compare {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cpp-hotel-module-pillars {
		grid-template-columns: 1fr;
	}

	.cpp-hotel-plans {
		grid-template-columns: 1fr;
	}

	.cpp-hotel-plan.is-featured {
		transform: none;
	}
}

@media (max-width: 720px) {
	.cpp-hotel-shell {
		padding: 0 18px;
	}

	.cpp-hotel-nav__inner {
		height: 68px;
	}

	.cpp-hotel-brand img {
		height: 24px;
	}

	.cpp-hotel-brand span {
		display: none;
	}

	.cpp-hotel-nav__actions .cpp-hotel-btn {
		display: none;
	}

	.cpp-hotel-nav.is-open .cpp-hotel-links {
		top: 68px;
	}

	.cpp-hotel-hero {
		padding: 112px 0 64px;
	}

	.cpp-hotel-hero h1,
	.cpp-hotel-section h2,
	.cpp-hotel-final h2 {
		letter-spacing: -0.065em;
	}

	.cpp-hotel-hero__lead,
	.cpp-hotel-section__lead,
	.cpp-hotel-final p {
		font-size: 16px;
	}

	.cpp-hotel-hero__actions,
	.cpp-hotel-final__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.cpp-hotel-btn {
		width: 100%;
	}

	.cpp-hotel-floating {
		display: none;
	}

	.cpp-hotel-section {
		padding: 68px 0;
	}

	.cpp-hotel-steps,
	.cpp-hotel-modules,
	.cpp-hotel-benefits,
	.cpp-hotel-platform-grid,
	.cpp-hotel-module-pillars,
	.cpp-hotel-compare,
	.cpp-hotel-panel-cards,
	.cpp-hotel-dashboard__grid {
		grid-template-columns: 1fr;
	}

	.cpp-hotel-pillar {
		border-radius: 24px;
		padding: 22px;
	}

	.cpp-hotel-pillar h3 {
		font-size: 31px;
		letter-spacing: -0.06em;
	}

	.cpp-hotel-pricing-badges {
		align-items: stretch;
		display: grid;
		grid-template-columns: 1fr;
		margin-top: -18px;
	}

	.cpp-hotel-pricing-badges span {
		text-align: center;
	}

	.cpp-hotel-compare:before {
		display: none;
	}

	.cpp-hotel-compare-card {
		border-radius: 24px;
		padding: 22px;
	}

	.cpp-hotel-compare-card h3 {
		font-size: 29px;
		letter-spacing: -0.055em;
	}

	.cpp-hotel-compare-steps li {
		min-height: 54px;
	}

	.cpp-hotel-dashboard {
		border-radius: 22px;
		padding: 14px;
	}

	.cpp-hotel-feed {
		grid-column: auto;
	}

	.cpp-hotel-footer__inner {
		align-items: flex-start;
		flex-direction: column;
	}
}
