.ppv-programa, .ppv-topbar, .ppv-footer {
	--ppv-navy: #1F2A44;
	--ppv-red: #C8372D;
	--ppv-bg: #F7F8FA;
	--ppv-border: #E4E6EA;
	font-family: 'Raleway', system-ui, sans-serif;
	color: var(--ppv-navy);
	box-sizing: border-box;
}
.ppv-programa *, .ppv-topbar *, .ppv-footer * { box-sizing: border-box; }

.ppv-container {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px;
}

.ppv-icon svg { width: 16px; height: 16px; vertical-align: -3px; margin-right: 6px; }

/* Topbar */
.ppv-topbar { background: var(--ppv-navy); color: #fff; font-size: 13px; }
.ppv-topbar-inner { padding: 8px 20px; }

/* Hero */
.ppv-hero {
	position: relative;
	min-height: 380px;
	background-size: cover;
	background-position: center;
	background-color: #dcdfe4;
	display: flex;
	align-items: flex-end;
}
.ppv-hero-overlay {
	position: absolute; inset: 0;
	background: linear-gradient(to top, rgba(0,0,0,.65), rgba(0,0,0,.05));
}
.ppv-hero-content { position: relative; padding-bottom: 30px; color: #fff; }
.ppv-hero-content h1 { margin: 6px 0; font-size: 32px; }
.ppv-location { display: flex; align-items: center; font-size: 14px; opacity: .9; }
.ppv-badge {
	display: inline-block;
	background: var(--ppv-red);
	color: #fff;
	padding: 4px 12px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
}

/* Meta row */
.ppv-meta-row {
	display: flex; justify-content: space-between; align-items: center;
	padding: 16px 20px; flex-wrap: wrap; gap: 10px;
}
.ppv-meta-left { display: flex; gap: 20px; flex-wrap: wrap; font-size: 13px; }
.ppv-meta-left span { display: flex; align-items: center; }
.ppv-share-btn {
	display: flex; align-items: center;
	background: #fff; border: 1px solid var(--ppv-border); border-radius: 20px;
	padding: 6px 14px; font-size: 13px; cursor: pointer; color: var(--ppv-navy);
}

/* Price box */
.ppv-price-box {
	display: flex; justify-content: space-between; align-items: center;
	background: var(--ppv-bg); border-radius: 10px;
	padding: 20px; margin: 10px auto 30px; flex-wrap: wrap; gap: 14px;
}
.ppv-price-info { display: flex; flex-direction: column; }
.ppv-price-label { font-size: 13px; color: #555; }
.ppv-price-from { font-size: 30px; font-weight: 700; color: var(--ppv-navy); }
.ppv-price-basis, .ppv-price-total { font-size: 12px; color: #666; }
.ppv-cta {
	background: var(--ppv-red); color: #fff; text-decoration: none;
	font-weight: 700; padding: 14px 32px; border-radius: 8px; letter-spacing: .5px;
}

/* Summary */
.ppv-summary { margin-bottom: 30px; }
.ppv-summary h2 { font-size: 20px; margin-bottom: 14px; }
.ppv-summary-grid {
	display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 14px; margin-bottom: 14px;
}
.ppv-summary-item {
	display: flex; align-items: center; font-size: 14px;
	background: var(--ppv-bg); border-radius: 8px; padding: 12px 14px;
}
.ppv-tags { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.ppv-tag-pill {
	background: #fff; border: 1px solid var(--ppv-border); border-radius: 16px;
	padding: 4px 12px; font-size: 12px;
}

/* About */
.ppv-about { margin-bottom: 30px; }
.ppv-about h2 { font-size: 20px; margin-bottom: 10px; }
.ppv-about p { line-height: 1.6; color: #333; }
.ppv-link { color: var(--ppv-red); font-size: 13px; font-weight: 600; text-decoration: none; }

/* Services timeline */
.ppv-services { margin-bottom: 30px; }
.ppv-services h2 { font-size: 20px; margin-bottom: 16px; }
.ppv-timeline { list-style: none; margin: 0; padding: 0; }
.ppv-timeline-item {
	display: flex; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--ppv-border);
}
.ppv-timeline-date {
	display: flex; flex-direction: column; align-items: center; justify-content: center;
	background: var(--ppv-navy); color: #fff; border-radius: 8px; min-width: 52px; padding: 6px 0;
}
.ppv-day { font-size: 18px; font-weight: 700; line-height: 1; }
.ppv-month { font-size: 11px; text-transform: uppercase; opacity: .8; }
.ppv-timeline-label { margin: 0 0 4px; font-weight: 600; }
.ppv-timeline-duration { display: flex; align-items: center; font-size: 12px; color: #666; }

/* Gallery */
.ppv-gallery { display: flex; gap: 8px; margin-bottom: 30px; height: 320px; }
.ppv-gallery-main { flex: 2; border-radius: 10px; overflow: hidden; }
.ppv-gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.ppv-gallery-side { flex: 1; display: flex; flex-direction: column; gap: 8px; }
.ppv-gallery-side img { width: 100%; height: 100%; object-fit: cover; border-radius: 10px; }
.ppv-gallery-more-wrap { position: relative; flex: 1; border-radius: 10px; overflow: hidden; }
.ppv-gallery-more {
	position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
	background: rgba(0,0,0,.5); color: #fff; font-weight: 600; font-size: 13px;
}

/* Hotel */
.ppv-hotel { margin-bottom: 40px; padding-top: 10px; border-top: 1px solid var(--ppv-border); }
.ppv-hotel h3 { font-size: 20px; margin-bottom: 6px; display: flex; align-items: center; gap: 8px; }
.ppv-stars .ppv-icon svg { width: 14px; height: 14px; fill: var(--ppv-red); stroke: none; margin-right: 1px; }
.ppv-hotel-score-row { display: flex; align-items: center; gap: 10px; margin: 10px 0; font-size: 14px; }
.ppv-score {
	background: var(--ppv-navy); color: #fff; font-weight: 700;
	border-radius: 6px; padding: 4px 10px; font-size: 13px;
}
.ppv-reviews { display: flex; align-items: center; color: #666; font-size: 13px; }
.ppv-hotel-details {
	display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 10px; font-size: 13px; margin-bottom: 14px;
}
.ppv-hotel-details span { display: flex; align-items: center; }
.ppv-hotel-desc { line-height: 1.6; color: #333; }

/* Footer */
.ppv-footer { background: var(--ppv-navy); color: #fff; padding: 30px 0; margin-top: 20px; font-size: 13px; }
.ppv-footer p { margin: 4px 0; display: flex; align-items: center; }
.ppv-footer .ppv-copyright { opacity: .7; font-size: 12px; margin-top: 10px; }

@media (max-width: 640px) {
	.ppv-gallery { flex-direction: column; height: auto; }
	.ppv-gallery-main, .ppv-gallery-side { height: 180px; }
	.ppv-hero-content h1 { font-size: 24px; }
}
