:root {
	--tp-primary: #61ce70;
	--tp-primary-dark: #3fa64d;
	--tp-primary-soft: rgba(97, 206, 112, 0.12);
	--tp-primary-border: rgba(97, 206, 112, 0.35);
}

html {
	scroll-behavior: smooth;
}

.tp-hero-cover {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 320px;
	margin-bottom: 32px;
	border-radius: 16px;
	overflow: hidden;
	background: #0d141a;
}

.tp-hero-cover-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tp-hero-cover-overlay {
	position: absolute;
	inset: 0;
	background: rgba(13, 20, 26, 0.5);
}

.tp-hero-cover-inner {
	position: relative;
	width: 100%;
	padding: 32px;
	text-align: center;
	color: #ffffff;
}

.tp-hero-cover-title {
	margin: 0;
	font-size: 2rem;
	line-height: 1.25;
	color: #ffffff;
}

.tp-hero-cover-duration {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin: 8px 0 0;
	font-size: 1.05rem;
	font-weight: 600;
	color: #ffffff;
	opacity: 0.92;
}

.tp-hero-cover-duration svg {
	width: 16px;
	height: 16px;
	flex: 0 0 auto;
}

.tp-hero-cover-inner .tp-hero-buttons {
	justify-content: center;
	margin-top: 16px;
}

@media (max-width: 640px) {
	.tp-hero-cover {
		min-height: 220px;
	}

	.tp-hero-cover-title {
		font-size: 1.4rem;
	}
}

.tp-hero-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 32px;
}

.tp-duration-badge {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 4px;
	font-size: 0.95rem;
}

.tp-book-now-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 24px;
	border-radius: 999px;
	background: var(--tp-primary);
	color: #ffffff;
	font-weight: 700;
	font-size: 0.95rem;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.tp-book-now-btn svg {
	width: 18px;
	height: 18px;
}

.tp-book-now-btn:hover {
	background: var(--tp-primary-dark);
	color: #ffffff;
	transform: translateY(-2px);
}

.tp-hero-buttons {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

.tp-whatsapp-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 24px;
	border-radius: 999px;
	background: #25d366;
	color: #ffffff;
	font-weight: 700;
	font-size: 0.95rem;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.tp-whatsapp-btn svg {
	width: 18px;
	height: 18px;
}

.tp-whatsapp-btn:hover {
	background: #1ebe5b;
	color: #ffffff;
	transform: translateY(-2px);
}

.tp-duration-label {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-size: 2.15rem;
	color: var(--tp-primary-dark);
	opacity: 0.85;
}

.tp-about-section {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	margin-bottom: 48px;
}

.tp-gallery {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.tp-gallery-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
	aspect-ratio: 1 / 1;
}

.tp-about {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.tp-section-heading {
	position: relative;
	margin-bottom: 8px;
	padding-left: 16px;
}

.tp-section-heading::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.15em;
	bottom: 0.15em;
	width: 4px;
	border-radius: 2px;
	background: var(--tp-primary);
}

.tp-highlights {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 24px;
}

.tp-highlight-card {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 18px 20px;
	border: 1px solid var(--tp-primary-border);
	border-radius: 12px;
	background: var(--tp-primary-soft);
}

.tp-highlight-icon {
	flex: 0 0 auto;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--tp-primary);
	color: #ffffff;
}

.tp-highlight-icon svg {
	width: 24px;
	height: 24px;
}

.tp-highlight-body h3 {
	margin: 0 0 6px;
	font-size: 1.05rem;
}

.tp-highlight-body p {
	margin: 0;
	opacity: 0.75;
	font-size: 0.92rem;
	line-height: 1.5;
}

.tp-itinerary-section {
	display: grid;
	grid-template-columns: 1.6fr 1fr;
	align-items: start;
	gap: 32px;
	margin-bottom: 48px;
}

.tp-itinerary-col {
	min-width: 0;
}

.tp-booking-col {
	position: sticky;
	top: 24px;
	min-width: 0;
	padding: 24px;
	border: 1px solid var(--tp-primary-border);
	border-radius: 16px;
	background: var(--tp-primary-soft);
	scroll-margin-top: 24px;
	box-sizing: border-box;
}

.tp-booking-notice {
	font-size: 0.85rem;
	font-style: italic;
	opacity: 0.7;
}

.tp-booking-col .wpcf7-form,
.tp-booking-col .wpcf7-form * {
	box-sizing: border-box;
	max-width: 100%;
}

.tp-booking-col .wpcf7-form p {
	margin: 0 0 14px;
}

.tp-booking-col .wpcf7-form label {
	display: block;
	font-weight: 600;
	font-size: 0.88rem;
	margin-bottom: 6px;
}

.tp-booking-col .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.tp-booking-col .wpcf7-form input[type="text"],
.tp-booking-col .wpcf7-form input[type="email"],
.tp-booking-col .wpcf7-form input[type="tel"],
.tp-booking-col .wpcf7-form input[type="number"],
.tp-booking-col .wpcf7-form textarea,
.tp-booking-col .wpcf7-form select {
	display: block;
	width: 100%;
	padding: 10px 12px;
	border: 1px solid var(--tp-primary-border);
	border-radius: 8px;
	font: inherit;
	background: #ffffff;
}

.tp-booking-col .wpcf7-form textarea {
	min-height: 110px;
	resize: vertical;
}

.tp-booking-col .wpcf7-form input[type="submit"] {
	display: inline-flex;
	align-items: center;
	padding: 12px 24px;
	border: none;
	border-radius: 999px;
	background: var(--tp-primary);
	color: #ffffff;
	font-weight: 700;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.tp-booking-col .wpcf7-form input[type="submit"]:hover {
	background: var(--tp-primary-dark);
}

.tp-booking-col .wpcf7-form input[type="submit"]:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.tp-booking-col .wpcf7-not-valid-tip {
	font-size: 0.8rem;
	margin-top: 4px;
}

.tp-booking-col .wpcf7-response-output {
	margin-top: 16px;
	border-radius: 8px;
	font-size: 0.85rem;
}

.tp-day {
	border: 1px solid var(--tp-primary-border);
	border-radius: 12px;
	margin-bottom: 16px;
	overflow: hidden;
}

.tp-day-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	list-style: none;
	cursor: pointer;
	padding: 18px 24px;
	font-weight: 600;
	background: var(--tp-primary-soft);
	transition: background-color 0.15s ease;
}

.tp-day-summary:hover {
	background: rgba(97, 206, 112, 0.2);
}

.tp-day-summary::-webkit-details-marker {
	display: none;
}

.tp-day-title {
	font-size: 1.05rem;
}

.tp-day-chevron {
	flex: 0 0 auto;
	width: 10px;
	height: 10px;
	border-right: 2px solid var(--tp-primary-dark);
	border-bottom: 2px solid var(--tp-primary-dark);
	transform: rotate(45deg);
	transition: transform 0.2s ease;
}

.tp-day[open]>.tp-day-summary .tp-day-chevron {
	transform: rotate(-135deg);
}

.tp-day-body {
	padding: 4px 24px 22px;
	border-top: 1px solid var(--tp-primary-border);
	padding-top: 16px;
}

.tp-day-meta {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tp-day-meta li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 8px;
}

.tp-day-meta-icon {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	margin-top: 0.15em;
	color: var(--tp-primary);
}

.tp-day-meta-icon svg {
	width: 18px;
	height: 18px;
}

.tp-related-subheading {
	opacity: 0.7;
	margin-top: 0;
	margin-bottom: 24px;
}

.tp-related-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.tp-related-card {
	display: block;
	text-decoration: none;
	color: inherit;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid var(--tp-primary-border);
	transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.tp-related-card:hover {
	border-color: var(--tp-primary);
	box-shadow: 0 8px 24px rgba(97, 206, 112, 0.18);
	transform: translateY(-2px);
}

.tp-related-thumb img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	display: block;
}

.tp-related-info {
	padding: 16px;
}

.tp-related-info h3 {
	margin: 0 0 6px;
	font-size: 1rem;
}

.tp-related-duration {
	display: block;
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--tp-primary-dark);
	margin-bottom: 14px;
}

.tp-related-cta {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 16px;
	border-radius: 999px;
	background: var(--tp-primary);
	color: #ffffff;
	font-weight: 600;
	font-size: 0.85rem;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.tp-related-cta svg {
	width: 16px;
	height: 16px;
}

.tp-related-card:hover .tp-related-cta {
	background: var(--tp-primary-dark);
	transform: translateX(2px);
}

@media (max-width: 782px) {
	.tp-about-section {
		grid-template-columns: 1fr;
	}

	.tp-related-grid {
		grid-template-columns: 1fr;
	}

	.tp-itinerary-section {
		grid-template-columns: 1fr;
	}

	.tp-booking-col {
		position: static;
	}
}