/* ===== TourTrans single page spacing + breadcrumbs fix ===== */

#breadcrumbs {
	margin: 0 0 0.75rem;
	padding: 0;
	font-size: 16px;
	line-height: 1.45;
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	color: #586674;
}

#breadcrumbs a {
	color: #06c;
	text-decoration: none;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

@media (max-width: 767px) {
	#breadcrumbs {
		margin: 0 0 0.5rem;
		padding: 0 10px;
		font-size: 14px;
		line-height: 1.4;
	}

	.page .entry-header,
	.single .entry-header {
		margin-bottom: 0.75rem;
	}

	.page .entry-title,
	.single .entry-title {
		font-size: 34px;
		line-height: 1.15;
		padding: 0 10px;
	}
}

/* ===== Route Hero refined ===== */

.tt-route-hero {
	padding: 20px 0 8px;
}

.tt-route-hero__container {
	max-width: 100%;
	margin: 0 auto;
	padding: 34px 36px;
	background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
	border: 1px solid #e4ebf3;
	border-radius: 22px;
	box-shadow: 0 10px 28px rgba(17, 34, 68, 0.06);
	text-align: center;
}

.tt-route-hero__badge {
	display: inline-block;
	margin-bottom: 16px;
	padding: 9px 18px;
	background: #edf3ff;
	color: #34588d;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	border-radius: 999px;
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
}

.tt-route-hero__text {
	max-width: 760px;
	margin: 0 auto 24px;
	font-size: 20px;
	line-height: 1.65;
	color: #4f5f70;
	font-weight: 400;
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
}

.tt-route-hero__features {
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 26px;
}

.tt-route-hero__features span {
	display: inline-block;
	padding: 10px 15px;
	background: #fff;
	border: 1px solid #e3e9f0;
	border-radius: 999px;
	color: #4e5d6d;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	box-shadow: 0 4px 12px rgba(20, 40, 80, 0.04);
}

.tt-route-hero__buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}

.tt-route-hero .tt-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-width: 200px;
	height: 54px;
	padding: 0 24px;
	border-radius: 12px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	box-shadow: 0 8px 18px rgba(20, 40, 80, 0.10);
}

/* mobile */
@media (max-width: 767px) {

	.tt-route-hero {
		padding: 14px 0 6px;
	}

	.tt-route-hero__container {
		padding: 24px 16px;
		border-radius: 18px;
	}

	.tt-route-hero__badge {
		font-size: 13px;
		padding: 8px 14px;
		margin-bottom: 14px;
	}

	.tt-route-hero__text {
		font-size: 16px;
		line-height: 1.7;
		margin-bottom: 20px;
	}

	.tt-route-hero__features {
		gap: 10px;
		margin-bottom: 22px;
	}

	.tt-route-hero__features span {
		font-size: 12px;
		padding: 9px 12px;
	}

	.tt-route-hero__buttons {
		flex-direction: column;
		gap: 12px;
	}

	.tt-route-hero .tt-btn {
		width: 100%;
		min-width: 0;
		height: 52px;
		font-size: 16px;
	}
}

/* ===== Route page sections ===== */

.tt-route-section {
	margin: 28px 0 0;
}

.tt-route-section h2 {
	margin: 0 0 14px;
	font-size: 34px;
	line-height: 1.2;
	color: #243447;
}

.tt-route-section h3 {
	margin: 20px 0 10px;
	font-size: 24px;
	line-height: 1.3;
	color: #243447;
}

.tt-route-section p {
	font-size: 18px;
	line-height: 1.75;
	color: #4f5f70;
	margin-bottom: 16px;
}

.tt-route-section ul {
	margin: 0 0 18px 20px;
	padding: 0;
}

.tt-route-section li {
	margin-bottom: 8px;
	font-size: 18px;
	line-height: 1.65;
	color: #4f5f70;
}

.tt-route-cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.tt-route-card {
	background: #ffffff;
	border: 1px solid #e4ebf3;
	border-radius: 18px;
	padding: 24px;
	box-shadow: 0 8px 22px rgba(20, 40, 80, 0.05);
}

.tt-route-benefits {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

.tt-route-benefit {
	background: #ffffff;
	border: 1px solid #e4ebf3;
	border-radius: 16px;
	padding: 20px;
	box-shadow: 0 8px 20px rgba(20, 40, 80, 0.04);
}

.tt-route-benefit strong {
	display: block;
	margin-bottom: 8px;
	font-size: 19px;
	line-height: 1.35;
	color: #243447;
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
}

.tt-route-benefit p {
	margin: 0;
	font-size: 16px;
	line-height: 1.65;
}

.tt-route-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 18px;
}

.tt-route-faq {
	background: #ffffff;
	border: 1px solid #e4ebf3;
	border-radius: 16px;
	padding: 0;
	margin-bottom: 14px;
	box-shadow: 0 6px 18px rgba(20, 40, 80, 0.04);
	overflow: hidden;
}

.tt-route-faq summary {
	cursor: pointer;
	list-style: none;
	padding: 18px 20px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.45;
	color: #243447;
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
}

.tt-route-faq summary::-webkit-details-marker {
	display: none;
}

.tt-route-faq p {
	margin: 0;
	padding: 0 20px 18px;
	font-size: 16px;
	line-height: 1.7;
}

.tt-route-order {
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.tt-route-section {
		margin-top: 22px;
	}

	.tt-route-section h2 {
		font-size: 28px;
	}

	.tt-route-section h3 {
		font-size: 21px;
	}

	.tt-route-section p,
	.tt-route-section li {
		font-size: 16px;
		line-height: 1.7;
	}

	.tt-route-cards,
	.tt-route-benefits {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.tt-route-card,
	.tt-route-benefit {
		padding: 18px;
	}

	.tt-route-faq summary {
		font-size: 16px;
		padding: 16px 16px;
	}

	.tt-route-faq p {
		padding: 0 16px 16px;
		font-size: 15px;
	}

	.tt-route-cta {
		flex-direction: column;
	}
}


