/**
 * Travel type pillars — isolated component styling.
 */

.true-page--travel-type {
	--tt-ink: #15372a;
	--tt-green: #1e4d3a;
	--tt-green-deep: #10281f;
	--tt-gold: #bf9468;
	--tt-gold-light: #ead4b8;
	--tt-soft: #f4f7f5;
	color: #24332c;
	background: #fff;
}

.true-page--travel-type :is(h1, h2, h3) {
	color: var(--tt-ink);
}

.true-tt-breadcrumb {
	padding-top: calc(var(--nav-height) + 1rem);
	background: #f8faf9;
	border-bottom: 1px solid #e5ece8;
}

.true-tt-breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.45rem;
	margin: 0;
	padding: 0.75rem 0;
	list-style: none;
	font-size: 0.82rem;
	color: #65736c;
}

.true-tt-breadcrumb li:not(:last-child)::after {
	margin-inline-start: 0.45rem;
	content: "/";
	color: #a6b1ac;
}

.true-tt-breadcrumb a {
	color: var(--tt-green);
	text-decoration: none;
}

.true-tt-breadcrumb a:hover,
.true-tt-breadcrumb a:focus-visible {
	text-decoration: underline;
	outline: none;
}

.true-tt-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(4.25rem, 8vw, 7.5rem) 0;
	color: #fff;
	background:
		radial-gradient(circle at 15% 20%, rgba(234, 212, 184, 0.24), transparent 30%),
		linear-gradient(135deg, #0f2d22 0%, #1e4d3a 58%, #2d6b52 100%);
}

.true-tt-hero__glow {
	position: absolute;
	inset-inline-end: -10%;
	bottom: -65%;
	width: min(620px, 70vw);
	aspect-ratio: 1;
	border: 1px solid rgba(234, 212, 184, 0.22);
	border-radius: 50%;
	box-shadow: 0 0 0 80px rgba(255, 255, 255, 0.025), 0 0 0 160px rgba(255, 255, 255, 0.018);
}

.true-tt-hero__inner {
	position: relative;
	z-index: 1;
	max-width: 920px;
}

.true-tt-eyebrow,
.true-tt-section-label,
.true-tt-heading > p,
.true-tt-cta__inner > div > p {
	margin: 0 0 0.8rem;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	color: var(--tt-gold);
}

.true-tt-hero h1 {
	max-width: 18ch;
	margin: 0;
	font-size: clamp(2.2rem, 5vw, 4.4rem);
	line-height: 1.12;
	color: #fff;
}

.true-tt-hero__desc {
	max-width: 760px;
	margin: 1.25rem 0 0;
	font-size: clamp(1rem, 1.7vw, 1.24rem);
	line-height: 1.9;
	color: rgba(255, 255, 255, 0.82);
}

/*
 * The base theme deliberately gives all headings and paragraphs inside
 * .true-main a dark colour. These scoped selectors restore the intended
 * on-dark palette without changing any other site template.
 */
body.true-travel .true-main .true-page--travel-type .true-tt-hero h1 {
	color: #fff;
}

body.true-travel .true-main .true-page--travel-type .true-tt-hero .true-tt-eyebrow {
	color: var(--tt-gold);
}

body.true-travel .true-main .true-page--travel-type .true-tt-hero .true-tt-hero__desc {
	color: rgba(255, 255, 255, 0.88);
}

.true-tt-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 1.75rem;
}

.true-tt-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.75rem 1.25rem;
	border: 1px solid transparent;
	border-radius: 999px;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.true-tt-btn:hover,
.true-tt-btn:focus-visible {
	transform: translateY(-2px);
	outline: none;
}

.true-tt-btn--primary {
	color: #132b22;
	background: linear-gradient(135deg, #f0d6b4, #bf9468);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
}

.true-tt-btn--secondary {
	color: #fff;
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.34);
}

body.true-travel .true-main .true-page--travel-type .true-tt-hero .true-tt-btn--primary {
	color: #132b22;
}

body.true-travel .true-main .true-page--travel-type .true-tt-hero .true-tt-btn--secondary {
	color: #fff;
}

.true-tt-main {
	background: #fff;
}

.true-tt-section {
	padding: clamp(3.5rem, 6vw, 6rem) 0;
}

.true-tt-section--soft {
	background: var(--tt-soft);
	border-block: 1px solid #e7ece9;
}

.true-tt-heading {
	max-width: 760px;
	margin: 0 auto clamp(2rem, 4vw, 3.25rem);
	text-align: center;
}

.true-tt-heading h2,
.true-tt-two-col h2,
.true-tt-cta h2 {
	margin: 0;
	font-size: clamp(1.7rem, 3.5vw, 2.75rem);
	line-height: 1.3;
}

.true-tt-heading > span,
.true-tt-two-col > div + p,
.true-tt-two-col > div > p:not(.true-tt-section-label) {
	display: block;
	margin-top: 0.9rem;
	font-size: 1rem;
	line-height: 1.9;
	color: #5b6b63;
}

.true-tt-grid {
	display: grid;
	gap: 1.25rem;
}

.true-tt-grid--types {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.true-tt-type-card,
.true-tt-benefit-card {
	position: relative;
	padding: clamp(1.3rem, 2vw, 1.75rem);
	background: #fff;
	border: 1px solid #dde7e1;
	border-radius: 18px;
	box-shadow: 0 10px 30px rgba(16, 40, 31, 0.06);
}

.true-tt-type-card {
	display: flex;
	flex-direction: column;
	min-height: 285px;
}

.true-tt-type-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 1rem;
	font-size: 1.35rem;
	font-weight: 800;
	color: var(--tt-green);
	background: #edf4f0;
	border: 1px solid #d9e7df;
	border-radius: 14px;
}

.true-tt-type-card h2,
.true-tt-benefit-card h3 {
	margin: 0;
	font-size: 1.15rem;
	line-height: 1.5;
}

.true-tt-type-card h2 a {
	color: inherit;
	text-decoration: none;
}

.true-tt-type-card h2 a::after {
	position: absolute;
	inset: 0;
	content: "";
}

.true-tt-type-card p,
.true-tt-benefit-card p {
	margin: 0.75rem 0 0;
	font-size: 0.94rem;
	line-height: 1.8;
	color: #607068;
}

.true-tt-text-link {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin-top: auto;
	padding-top: 1rem;
	font-weight: 800;
	color: var(--tt-green);
	text-decoration: none;
}

html[dir="ltr"] .true-tt-text-link span {
	transform: scaleX(-1);
}

.true-tt-text-link:hover,
.true-tt-text-link:focus-visible {
	color: #8a633f;
	text-decoration: underline;
	outline: none;
}

.true-tt-two-col {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.25fr);
	gap: clamp(2rem, 6vw, 5rem);
	align-items: start;
}

.true-tt-two-col--center {
	align-items: center;
}

.true-tt-lead {
	margin: 0;
	font-size: clamp(1.04rem, 1.6vw, 1.18rem);
	line-height: 2;
	color: #4f6057;
}

.true-tt-grid--benefits,
.true-tt-grid--related {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.true-tt-benefit-card::before {
	display: block;
	width: 44px;
	height: 3px;
	margin-bottom: 1rem;
	content: "";
	background: linear-gradient(90deg, var(--tt-green), var(--tt-gold));
	border-radius: 999px;
}

.true-tt-notice {
	padding: 1.5rem 0;
	background: #fff9f0;
	border-block: 1px solid #ead4b8;
}

.true-tt-notice__inner {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 1rem;
	align-items: start;
	padding: 1rem 1.2rem;
	color: #654b32;
	background: #fffdf9;
	border: 1px solid #ead4b8;
	border-radius: 14px;
}

.true-tt-notice__inner p {
	margin: 0;
	line-height: 1.8;
}

.true-tt-destination-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.8rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.true-tt-destination-list li {
	padding: 1rem;
	font-weight: 750;
	color: var(--tt-green);
	background: #f5f8f6;
	border: 1px solid #dde7e1;
	border-radius: 13px;
}

.true-tt-steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: tt-step;
}

.true-tt-steps li {
	position: relative;
	min-height: 180px;
	padding: 3.8rem 1.15rem 1.15rem;
	background: #fff;
	border: 1px solid #dde7e1;
	border-radius: 16px;
	counter-increment: tt-step;
}

.true-tt-steps li::before {
	position: absolute;
	top: 1rem;
	inset-inline-start: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	content: counter(tt-step);
	font-weight: 800;
	color: #fff;
	background: var(--tt-green);
	border-radius: 50%;
}

.true-tt-steps strong,
.true-tt-steps span {
	display: block;
}

.true-tt-steps span {
	margin-top: 0.55rem;
	font-size: 0.9rem;
	line-height: 1.75;
	color: #617068;
}

.true-tt-related-card {
	display: flex;
	align-items: center;
	gap: 0.9rem;
	min-height: 90px;
	padding: 1.15rem;
	color: var(--tt-ink);
	text-decoration: none;
	background: #fff;
	border: 1px solid #dde7e1;
	border-radius: 15px;
	transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.true-tt-related-card > span {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 40px;
	height: 40px;
	color: var(--tt-green);
	background: #edf4f0;
	border-radius: 12px;
}

.true-tt-related-card:hover,
.true-tt-related-card:focus-visible {
	border-color: #bf9468;
	box-shadow: 0 12px 28px rgba(16, 40, 31, 0.1);
	transform: translateY(-2px);
	outline: none;
}

.true-tt-faq-wrap {
	max-width: 920px;
}

.true-tt-faq {
	display: grid;
	gap: 0.8rem;
}

.true-tt-faq details {
	background: #fff;
	border: 1px solid #dce6e0;
	border-radius: 14px;
}

.true-tt-faq summary {
	padding: 1.1rem 1.2rem;
	font-weight: 800;
	color: var(--tt-ink);
	cursor: pointer;
}

.true-tt-faq details[open] summary {
	border-bottom: 1px solid #e6ece8;
}

.true-tt-faq details p {
	margin: 0;
	padding: 1rem 1.2rem 1.25rem;
	line-height: 1.9;
	color: #596961;
}

.true-tt-cta {
	padding: clamp(2.5rem, 5vw, 4.5rem) 0;
	color: #fff;
	background: linear-gradient(135deg, #0d241c, #1e4d3a);
}

.true-tt-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

.true-tt-cta h2 {
	max-width: 22ch;
	color: #fff;
}

.true-tt-btn--light {
	flex-shrink: 0;
	color: var(--tt-green-deep);
	background: #fff;
}

body.true-travel .true-main .true-page--travel-type .true-tt-cta h2 {
	color: #fff;
}

body.true-travel .true-main .true-page--travel-type .true-tt-cta .true-tt-section-label,
body.true-travel .true-main .true-page--travel-type .true-tt-cta .true-tt-cta__inner > div > p {
	color: var(--tt-gold-light);
}

body.true-travel .true-main .true-page--travel-type .true-tt-cta .true-tt-btn--light {
	color: var(--tt-green-deep);
}

@media (max-width: 1023px) {
	.true-tt-grid--types {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.true-tt-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.true-tt-breadcrumb {
		padding-top: var(--nav-height);
	}

	.true-tt-hero {
		padding: 3.5rem 0 4rem;
	}

	.true-tt-hero h1 {
		font-size: clamp(2rem, 10vw, 3rem);
	}

	.true-tt-actions,
	.true-tt-cta__inner {
		flex-direction: column;
		align-items: stretch;
	}

	.true-tt-btn {
		width: 100%;
	}

	.true-tt-grid--types,
	.true-tt-grid--benefits,
	.true-tt-grid--related,
	.true-tt-two-col,
	.true-tt-steps {
		grid-template-columns: 1fr;
	}

	.true-tt-type-card {
		min-height: 0;
	}

	.true-tt-notice__inner {
		grid-template-columns: 1fr;
	}

	.true-tt-destination-list {
		grid-template-columns: 1fr;
	}

	.true-tt-steps li {
		min-height: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.true-tt-btn,
	.true-tt-related-card {
		transition: none;
	}
}
