/* Puerto Plata route guides: scoped, responsive and independent of editor defaults. */
.dbs-pp-seo-page .site-content {
	background: #f5f7fa;
}

.dbs-pp-seo-page .entry-header {
	display: none;
}

.dbs-pp-seo-page .site-main,
.dbs-pp-seo-page .content-area,
.dbs-pp-seo-page .ast-container {
	max-width: 100%;
}

.dbs-pp-seo-page .entry-content {
	margin: 0;
}

.dbs-pp-route-guide,
.dbs-pp-route-hub {
	--pp-ink: #111827;
	--pp-muted: #4b5563;
	--pp-navy: #132b49;
	--pp-blue: #0b63ce;
	--pp-yellow: #ffd400;
	--pp-border: #d9e1ea;
	--pp-surface: #ffffff;
	max-width: 1160px;
	margin: 0 auto;
	padding: clamp(24px, 4vw, 64px) 24px 72px;
	color: var(--pp-ink);
	font-size: 17px;
	line-height: 1.7;
}

.dbs-pp-route-guide *,
.dbs-pp-route-hub * {
	box-sizing: border-box;
}

.dbs-pp-route-guide h1,
.dbs-pp-route-hub h1 {
	max-width: 950px;
	margin: 10px 0 18px;
	color: #ffffff;
	font-size: clamp(2.1rem, 5vw, 4.25rem);
	line-height: 1.04;
	letter-spacing: -0.04em;
}

.dbs-pp-route-guide h2,
.dbs-pp-route-hub h2 {
	margin: 0 0 16px;
	color: var(--pp-ink);
	font-size: clamp(1.65rem, 3vw, 2.45rem);
	line-height: 1.15;
	letter-spacing: -0.025em;
}

.dbs-pp-route-guide h3,
.dbs-pp-route-hub h3 {
	margin: 0 0 8px;
	color: var(--pp-ink);
	font-size: 1.12rem;
	line-height: 1.3;
}

.dbs-pp-route-guide p,
.dbs-pp-route-hub p {
	margin: 0 0 16px;
	color: var(--pp-muted);
}

.dbs-pp-route-guide a,
.dbs-pp-route-hub a {
	font-weight: 800;
	text-underline-offset: 3px;
}

.dbs-pp-local-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin: 0 0 16px;
	font-size: 0.82rem;
}

.dbs-pp-local-breadcrumb a {
	color: #43536a;
}

.dbs-pp-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(32px, 7vw, 78px);
	border-radius: 28px;
	background: linear-gradient(135deg, #0f233d 0%, #183a63 70%, #0b63ce 145%);
	box-shadow: 0 22px 56px rgba(15, 35, 61, 0.18);
}

.dbs-pp-hero::after {
	position: absolute;
	right: -80px;
	bottom: -100px;
	width: 280px;
	height: 280px;
	border: 42px solid rgba(255, 212, 0, 0.14);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.dbs-pp-hero > * {
	position: relative;
	z-index: 1;
}

.dbs-pp-hero > p:not(.dbs-pp-kicker) {
	max-width: 790px;
	color: #f3f7fb;
	font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.dbs-pp-kicker {
	margin-bottom: 8px !important;
	color: #016d81 !important;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.dbs-pp-hero .dbs-pp-kicker {
	color: var(--pp-yellow) !important;
}

.dbs-pp-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.dbs-pp-actions a {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	border: 2px solid rgba(255, 255, 255, 0.72);
	border-radius: 9px;
	color: #ffffff;
	text-decoration: none;
	transition: transform 160ms ease, background-color 160ms ease;
}

.dbs-pp-actions a:hover,
.dbs-pp-actions a:focus-visible {
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
	transform: translateY(-2px);
}

.dbs-pp-actions .dbs-pp-primary {
	border-color: var(--pp-yellow);
	background: var(--pp-yellow);
	color: #111111;
}

.dbs-pp-actions .dbs-pp-primary:hover,
.dbs-pp-actions .dbs-pp-primary:focus-visible {
	background: #ffe55c;
	color: #111111;
}

.dbs-pp-facts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	overflow: hidden;
	margin: 24px 0;
	border: 1px solid var(--pp-border);
	border-radius: 18px;
	background: var(--pp-surface);
	box-shadow: 0 12px 34px rgba(30, 52, 76, 0.07);
}

.dbs-pp-facts article {
	min-width: 0;
	padding: 22px;
	border-right: 1px solid var(--pp-border);
}

.dbs-pp-facts article:last-child {
	border-right: 0;
}

.dbs-pp-facts span {
	display: block;
	margin-bottom: 5px;
	color: #66758a;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.dbs-pp-facts strong {
	display: block;
	overflow-wrap: anywhere;
	color: var(--pp-ink);
	font-size: 0.95rem;
	line-height: 1.35;
}

.dbs-pp-alias {
	padding: 12px 16px;
	border-left: 4px solid var(--pp-yellow);
	background: #fffbea;
	font-size: 0.92rem;
}

.dbs-pp-section,
.dbs-pp-booking,
.dbs-pp-hub-intro {
	margin-top: 24px;
	padding: clamp(26px, 5vw, 52px);
	border: 1px solid var(--pp-border);
	border-radius: 22px;
	background: var(--pp-surface);
}

.dbs-pp-section > p,
.dbs-pp-hub-intro > p {
	max-width: 880px;
}

.dbs-pp-pickup {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
	gap: clamp(28px, 5vw, 64px);
	align-items: start;
}

.dbs-pp-pickup ol {
	display: grid;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dbs-pp-pickup li {
	display: grid;
	grid-template-columns: 40px 1fr;
	gap: 12px;
	align-items: center;
	color: var(--pp-ink);
	font-weight: 750;
}

.dbs-pp-pickup li strong {
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border-radius: 50%;
	background: var(--pp-yellow);
	color: #111111;
}

.dbs-pp-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 24px;
}

.dbs-pp-card-grid article {
	padding: 22px;
	border: 1px solid var(--pp-border);
	border-radius: 14px;
	background: #f8fafc;
}

.dbs-pp-card-grid p {
	margin: 0;
	font-size: 0.95rem;
}

.dbs-pp-booking {
	border: 0;
	background: #fff8d2;
	box-shadow: inset 0 0 0 1px #ead66a;
}

.dbs-pp-booking-form {
	margin-top: 24px;
	padding: clamp(14px, 3vw, 28px);
	border-radius: 14px;
	background: #ffffff;
}

.dbs-pp-form-help {
	margin-top: 14px !important;
	font-size: 0.9rem;
}

.dbs-pp-faq details {
	border-top: 1px solid var(--pp-border);
}

.dbs-pp-faq details:last-child {
	border-bottom: 1px solid var(--pp-border);
}

.dbs-pp-faq summary {
	padding: 20px 36px 20px 0;
	color: var(--pp-ink);
	font-weight: 850;
	cursor: pointer;
}

.dbs-pp-faq details p {
	padding: 0 0 20px;
}

.dbs-pp-related {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 22px;
	align-items: center;
	margin-top: 24px;
	padding: 20px 24px;
	border-radius: 14px;
	background: var(--pp-navy);
	color: #ffffff;
}

.dbs-pp-related a {
	color: var(--pp-yellow);
}

.dbs-pp-route-hub .dbs-pp-hub-intro {
	margin-bottom: 24px;
}

.dbs-pp-hub-group {
	margin-top: 18px;
	padding: clamp(24px, 4vw, 40px);
	border: 1px solid var(--pp-border);
	border-radius: 20px;
	background: #ffffff;
}

.dbs-pp-hub-group ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dbs-pp-hub-group li {
	display: grid;
	gap: 5px;
	align-content: start;
	min-height: 92px;
	padding: 16px;
	border: 1px solid var(--pp-border);
	border-radius: 12px;
	background: #f8fafc;
}

.dbs-pp-hub-group li a {
	color: #084f9f;
	line-height: 1.35;
}

.dbs-pp-hub-group li span {
	color: #68778c;
	font-size: 0.82rem;
}

@media (max-width: 920px) {
	.dbs-pp-facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dbs-pp-facts article:nth-child(2) {
		border-right: 0;
	}

	.dbs-pp-facts article:nth-child(-n+2) {
		border-bottom: 1px solid var(--pp-border);
	}

	.dbs-pp-pickup {
		grid-template-columns: 1fr;
	}

	.dbs-pp-card-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.dbs-pp-route-guide,
	.dbs-pp-route-hub {
		padding: 18px 14px 52px;
		font-size: 16px;
	}

	.dbs-pp-hero,
	.dbs-pp-section,
	.dbs-pp-booking,
	.dbs-pp-hub-intro,
	.dbs-pp-hub-group {
		border-radius: 16px;
	}

	.dbs-pp-hero {
		padding: 28px 22px;
	}

	.dbs-pp-actions,
	.dbs-pp-actions a {
		width: 100%;
	}

	.dbs-pp-facts {
		grid-template-columns: 1fr;
	}

	.dbs-pp-facts article,
	.dbs-pp-facts article:nth-child(2) {
		border-right: 0;
		border-bottom: 1px solid var(--pp-border);
	}

	.dbs-pp-facts article:last-child {
		border-bottom: 0;
	}

	.dbs-pp-hub-group ul {
		grid-template-columns: 1fr;
	}

	.dbs-pp-related {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	.dbs-pp-actions a {
		transition: none;
	}
}
