﻿.tour-hero {
		position: relative;
		min-height: 340px;
		display: flex;
		align-items: flex-end;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		color: #ffffff;
	}

	.tour-hero:before {
		content: "";
		position: absolute;
		inset: 0;
		background: linear-gradient(rgba(20, 18, 15, .22), rgba(20, 18, 15, .7));
	}

	.tour-hero .container {
		position: relative;
		z-index: 1;
		padding-top: 90px;
		padding-bottom: 64px;
	}

	.tour-hero h1 {
		margin: 0;
		font-family: Georgia, "Times New Roman", serif;
		font-size: clamp(42px, 7vw, 76px);
		line-height: 1.04;
		font-weight: 700;
		color: #ffffff;
		text-shadow: 0 6px 22px rgba(0, 0, 0, .42);
	}

	.tour-hero p {
		max-width: 820px;
		margin: 18px 0 0;
		font-size: 19px;
		line-height: 1.65;
		color: rgba(255, 255, 255, .92);
		text-shadow: 0 4px 18px rgba(0, 0, 0, .36);
	}

	.tour-page {
		padding: 24px 0 78px;
		background: #ffffff;
	}

	.tour-intro-card,
	.tour-story,
	.tour-pricing,
	.tour-cta {
		max-width: 1320px;
		margin: 0 auto;
		padding: 0 20px;
	}

	.tour-intro-card {
		margin-bottom: 22px;
	}

	.tour-intro {
		padding: 22px;
		border: 1px solid #e6ebf2;
		border-radius: 18px;
		background: #ffffff;
		box-shadow: 0 14px 32px rgba(0, 0, 0, .06);
	}

	.tour-intro span,
	.tour-story-copy span,
	.tour-pricing-copy span,
	.tour-cta span {
		display: inline-flex;
		margin-bottom: 10px;
		padding: 7px 12px;
		border-radius: 999px;
		background: rgba(205, 161, 61, .12);
		color: #8a6a26;
		font-size: 11px;
		font-weight: 800;
		letter-spacing: .16em;
		text-transform: uppercase;
	}

	.tour-intro h2,
	.tour-story-copy h2,
	.tour-pricing-copy h2,
	.tour-cta h2 {
		margin: 0 0 12px;
		font-weight: 800;
		line-height: 1.15;
		color: #161616;
	}

	.tour-intro h2 {
		font-size: 30px;
	}

	.tour-intro p,
	.tour-story-copy p,
	.tour-pricing-copy p,
	.tour-cta p {
		margin: 0;
		font-size: 15px;
		line-height: 1.8;
		color: #5f6368;
	}

	.tour-highlight-grid {
		max-width: 1320px;
		margin: 0 auto 22px;
		padding: 0 20px;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
		grid-auto-rows: 1fr;
	}

	.tour-card {
		padding: 20px;
		border-radius: 18px;
		border: 1px solid #e6ebf2;
		background: #ffffff;
		box-shadow: 0 14px 32px rgba(0, 0, 0, .06);
		height: 100%;
		display: flex;
		flex-direction: column;
	}

	.tour-card span {
		width: 42px;
		height: 42px;
		border-radius: 14px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 12px;
		background: linear-gradient(135deg, #cda13d, #a87c1f);
		color: #ffffff;
	}

	.tour-card h3 {
		margin: 0 0 8px;
		font-size: 18px;
		line-height: 1.25;
		color: #161616;
		font-weight: 800;
	}

	.tour-card p {
		margin: 0;
		font-size: 13px;
		line-height: 1.7;
		color: #5f6368;
		flex: 1;
	}

	.tour-story,
	.tour-pricing {
		display: grid;
		gap: 18px;
		align-items: stretch;
		margin-bottom: 22px;
	}

	.tour-story {
		grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
	}

	.tour-pricing {
		grid-template-columns: minmax(0, .4fr) minmax(0, .8fr);
	}

	.tour-pricing .tour-pricing-copy {
		padding-bottom: 18px;
	}

	.tour-story-copy,
	.tour-story-box,
	.tour-pricing-copy,
	.tour-price-grid,
	.tour-cta {
		border: 1px solid #e6ebf2;
		border-radius: 18px;
		background: #ffffff;
		box-shadow: 0 14px 32px rgba(0, 0, 0, .06);
	}

	.tour-story-copy,
	.tour-story-box,
	.tour-pricing-copy,
	.tour-price-grid,
	.tour-cta {
		padding: 22px;
	}

	.tour-story-box strong {
		display: block;
		margin-bottom: 10px;
		font-size: 16px;
		color: #161616;
	}

	.tour-story-box ul {
		margin: 0;
		padding-left: 18px;
		display: grid;
		gap: 8px;
		font-size: 14px;
		line-height: 1.65;
		color: #475467;
	}

	.tour-price-grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
		align-content: stretch;
		align-items: stretch;
		height: 100%;
		padding: 16px;
	}

	.tour-price-item {
		min-height: 152px;
		padding: 16px 16px 14px;
		border-radius: 16px;
		border: 1px solid #e4eaf2;
		background: linear-gradient(180deg, #ffffff 0%, #fbfbfd 100%);
		box-shadow: 0 12px 24px rgba(0, 0, 0, .05), inset 0 3px 0 #cda13d;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		gap: 12px;
	}

	.tour-price-head {
		display: flex;
		align-items: flex-start;
	}

	.tour-price-item span {
		display: inline-flex;
		padding: 7px 10px;
		border-radius: 999px;
		background: rgba(205, 161, 61, .12);
		color: #8a6a26;
		font-size: 11px;
		text-transform: uppercase;
		letter-spacing: .08em;
		font-weight: 800;
		white-space: nowrap;
	}

	.tour-price-item strong {
		display: block;
		margin-top: 2px;
		font-size: 20px;
		line-height: 1.12;
		font-weight: 800;
		color: #161616;
	}

	.tour-price-item p {
		margin: 0;
		font-size: 12px;
		line-height: 1.55;
		color: #5f6368;
	}

	.tour-cta {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
	}

	.tour-cta h2 {
		font-size: 24px;
	}

	.tour-cta-actions {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	.tour-cta-actions a {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		padding: 11px 14px;
		border-radius: 12px;
		border: 1px solid #d8e0ea;
		background: #ffffff;
		color: #1f2937;
		font-weight: 700;
		font-size: 13px;
		text-decoration: none;
	}

	.tour-cta-actions a.primary {
		background: linear-gradient(135deg, #cda13d, #a87c1f);
		border-color: transparent;
		color: #ffffff;
		box-shadow: 0 12px 26px rgba(205, 161, 61, .24);
	}

	@media (max-width: 1199px) {
		.tour-story,
		.tour-pricing {
			grid-template-columns: 1fr;
		}

		.tour-highlight-grid {
			grid-template-columns: repeat(2, minmax(0, 1fr));
		}

		.tour-price-grid {
			grid-template-columns: 1fr;
			height: auto;
		}
	}

	@media (max-width: 991px) {
		.tour-story,
		.tour-pricing,
		.tour-cta {
			grid-template-columns: 1fr;
			display: grid;
		}
	}

	@media (max-width: 767px) {
		.tour-hero .container {
			padding-top: 70px;
			padding-bottom: 42px;
		}

		.tour-highlight-grid {
			grid-template-columns: 1fr;
		}

		.tour-intro h2 {
			font-size: 24px;
		}

		.tour-intro,
		.tour-story-copy,
		.tour-story-box,
		.tour-pricing-copy,
		.tour-price-grid,
		.tour-cta {
			padding: 18px;
		}

		.tour-price-item {
			min-height: 0;
			padding: 16px;
		}

		.tour-price-item strong {
			font-size: 20px;
		}
	}

