/*
 * ONAT Cappadocia Itinerary Hub
 * Scope: body.onat-cappadocia-itinerary-hub only.
 */

body.onat-cappadocia-itinerary-hub {
	--cih-ink: #17242d;
	--cih-ink-soft: #40515d;
	--cih-muted: #5f6e78;
	--cih-cream: #f7f3ec;
	--cih-sand: #eadfce;
	--cih-line: #ded7cd;
	--cih-white: #fff;
	--cih-orange: #c34d22;
	--cih-orange-dark: #a6401b;
	--cih-gold: #d6a64b;
	--cih-sage: #547468;
	--cih-night: #101e27;
	--cih-night-soft: #1c303a;
	--cih-button-primary-bg: #c34d22;
	--cih-button-primary-hover: #9f3717;
	--cih-button-dark-bg: #102a36;
	--cih-button-dark-hover: #1d4654;
	--cih-button-light-bg: #fff7eb;
	--cih-button-light-hover: #f4c47b;
	--cih-radius-xl: 30px;
	--cih-radius-lg: 22px;
	--cih-radius-md: 16px;
	--cih-shadow: 0 24px 70px rgba(27, 36, 40, 0.12);
	--cih-shadow-soft: 0 12px 36px rgba(27, 36, 40, 0.08);
	background: var(--cih-white);
	color: var(--cih-ink);
	overflow-x: hidden;
}

body.onat-cappadocia-itinerary-hub .site-content {
	margin: 0 !important;
	padding: 0 !important;
}

body.onat-cappadocia-itinerary-hub .site-content > .container,
body.onat-cappadocia-itinerary-hub .main-content-wrapper {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.onat-cappadocia-itinerary-hub .onat-post-cta {
	display: none !important;
}

.onat-cih-page,
.onat-cih-page *,
.onat-cih-page *::before,
.onat-cih-page *::after {
	box-sizing: border-box;
}

.onat-cih-page {
	position: relative;
	width: 100%;
	margin: 0;
	overflow: clip;
	background: var(--cih-white);
	color: var(--cih-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.7;
}

.onat-cih-page a:not(.onat-cih-button) {
	color: inherit;
	text-decoration: none;
}

.onat-cih-page h1,
.onat-cih-page h2,
.onat-cih-page h3,
.onat-cih-page h4,
.onat-cih-page p,
.onat-cih-page ul,
.onat-cih-page ol,
.onat-cih-page dl,
.onat-cih-page dd {
	margin-top: 0;
}

.onat-cih-container {
	width: min(1220px, calc(100% - 48px));
	margin-inline: auto;
}

.onat-cih-eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 12px;
	color: var(--cih-orange-dark);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.16em;
	line-height: 1.3;
	text-transform: uppercase;
}

.onat-cih-eyebrow::before {
	width: 28px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	content: "";
}

.onat-cih-eyebrow-light {
	color: #f5c188;
}

.onat-cih-eyebrow-light > span {
	display: none;
}

.onat-cih-section-heading {
	max-width: 760px;
	margin: 0 auto 36px;
	text-align: center;
}

.onat-cih-section-heading .onat-cih-eyebrow {
	justify-content: center;
}

.onat-cih-section-heading h2 {
	margin: 0 0 14px;
	color: var(--cih-ink);
	font-size: clamp(30px, 4.4vw, 48px);
	font-weight: 850;
	letter-spacing: -0.035em;
	line-height: 1.08;
}

.onat-cih-section-heading > p:last-child {
	margin: 0;
	color: var(--cih-muted);
	font-size: 17px;
	line-height: 1.75;
}

.onat-cih-section-heading-left {
	max-width: 880px;
	margin-inline: 0;
	text-align: left;
}

.onat-cih-section-heading-left .onat-cih-eyebrow {
	justify-content: flex-start;
}

.onat-cih-button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 1px solid transparent;
	border-radius: 999px;
	padding: 13px 24px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

/*
 * The child theme has broad visited-link styling. Button links must retain
 * their own foreground colors in every link state, especially on tour cards
 * and the dark custom-planning panel.
 */
body.onat-cappadocia-itinerary-hub .onat-cih-page a.onat-cih-button,
body.onat-cappadocia-itinerary-hub .onat-cih-page a.onat-cih-button:link,
body.onat-cappadocia-itinerary-hub .onat-cih-page a.onat-cih-button:visited,
body.onat-cappadocia-itinerary-hub .onat-cih-page a.onat-cih-button:hover,
body.onat-cappadocia-itinerary-hub .onat-cih-page a.onat-cih-button:active {
	color: var(--cih-button-fg, var(--cih-white)) !important;
	text-decoration: none !important;
}

body.onat-cappadocia-itinerary-hub .onat-cih-page a.onat-cih-button * {
	color: inherit !important;
}

.onat-cih-button:hover {
	transform: translateY(-2px);
}

.onat-cih-button:focus-visible,
.onat-cih-page a:focus-visible,
.onat-cih-page summary:focus-visible {
	border-radius: 8px;
	outline: 3px solid #007a8a;
	outline-offset: 4px;
}

body.onat-cappadocia-itinerary-hub .onat-cih-page a.onat-cih-button-primary {
	--cih-button-fg: #fff;
	border-color: var(--cih-button-primary-bg) !important;
	background: var(--cih-button-primary-bg) !important;
	box-shadow: 0 12px 30px rgba(195, 77, 34, 0.3);
}

body.onat-cappadocia-itinerary-hub .onat-cih-page a.onat-cih-button-primary:hover,
body.onat-cappadocia-itinerary-hub .onat-cih-page a.onat-cih-button-primary:focus-visible {
	border-color: var(--cih-button-primary-hover) !important;
	background: var(--cih-button-primary-hover) !important;
}

body.onat-cappadocia-itinerary-hub .onat-cih-page a.onat-cih-button-ghost {
	--cih-button-fg: #fff;
	border-color: rgba(255, 255, 255, 0.58) !important;
	background: rgba(9, 25, 34, 0.46) !important;
	backdrop-filter: blur(10px);
}

body.onat-cappadocia-itinerary-hub .onat-cih-page a.onat-cih-button-ghost:hover,
body.onat-cappadocia-itinerary-hub .onat-cih-page a.onat-cih-button-ghost:focus-visible {
	border-color: rgba(255, 255, 255, 0.9) !important;
	background: rgba(9, 25, 34, 0.72) !important;
}

body.onat-cappadocia-itinerary-hub .onat-cih-page a.onat-cih-button-dark {
	--cih-button-fg: #fff;
	border-color: var(--cih-button-dark-bg) !important;
	background: var(--cih-button-dark-bg) !important;
	box-shadow: 0 10px 24px rgba(16, 30, 39, 0.18);
}

body.onat-cappadocia-itinerary-hub .onat-cih-page a.onat-cih-button-dark:hover,
body.onat-cappadocia-itinerary-hub .onat-cih-page a.onat-cih-button-dark:focus-visible {
	border-color: var(--cih-button-dark-hover) !important;
	background: var(--cih-button-dark-hover) !important;
}

body.onat-cappadocia-itinerary-hub .onat-cih-page a.onat-cih-button-white {
	--cih-button-fg: var(--cih-ink);
	border-color: #f5c188 !important;
	background: var(--cih-button-light-bg) !important;
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.15);
}

body.onat-cappadocia-itinerary-hub .onat-cih-page a.onat-cih-button-white:hover,
body.onat-cappadocia-itinerary-hub .onat-cih-page a.onat-cih-button-white:focus-visible {
	border-color: var(--cih-button-light-hover) !important;
	background: var(--cih-button-light-hover) !important;
}

/* Hero */
.onat-cih-hero {
	position: relative;
	display: flex;
	min-height: 760px;
	align-items: stretch;
	isolation: isolate;
	overflow: hidden;
	background: var(--cih-night);
	color: var(--cih-white);
}

.onat-cih-hero-media,
.onat-cih-hero-shade {
	position: absolute;
	inset: 0;
}

.onat-cih-hero-media {
	z-index: -3;
}

.onat-cih-hero-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 56% 50%;
	transform: scale(1.015);
}

.onat-cih-hero-shade {
	z-index: -2;
	background:
		linear-gradient(90deg, rgba(8, 20, 28, 0.95) 0%, rgba(8, 20, 28, 0.78) 49%, rgba(8, 20, 28, 0.3) 78%, rgba(8, 20, 28, 0.52) 100%),
		linear-gradient(0deg, rgba(8, 20, 28, 0.92) 0%, rgba(8, 20, 28, 0) 44%);
}

.onat-cih-hero-inner {
	display: grid;
	grid-template-rows: auto 1fr auto;
	padding-block: 26px 34px;
}

.onat-cih-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 9px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	font-weight: 650;
}

.onat-cih-breadcrumb a {
	color: rgba(255, 255, 255, 0.9);
}

.onat-cih-breadcrumb a:hover {
	color: var(--cih-white);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.onat-cih-hero-copy {
	display: flex;
	max-width: 820px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-block: 54px 42px;
}

.onat-cih-hero h1 {
	max-width: 800px;
	margin: 0 0 22px;
	color: var(--cih-white);
	font-size: clamp(42px, 6vw, 72px);
	font-weight: 880;
	letter-spacing: -0.052em;
	line-height: 0.99;
	text-wrap: balance;
}

.onat-cih-hero-lead {
	max-width: 735px;
	margin-bottom: 24px;
	color: rgba(255, 255, 255, 0.86);
	font-size: clamp(17px, 2vw, 20px);
	line-height: 1.7;
}

.onat-cih-hero-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin: 0 0 28px;
	padding: 0;
	list-style: none;
}

.onat-cih-hero-chips li {
	display: inline-flex;
	min-height: 34px;
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	padding: 7px 13px;
	background: rgba(255, 255, 255, 0.09);
	color: rgba(255, 255, 255, 0.94);
	font-size: 12px;
	font-weight: 700;
	backdrop-filter: blur(10px);
}

.onat-cih-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 27px;
}

.onat-cih-byline {
	display: flex;
	align-items: center;
	gap: 11px;
	margin-bottom: 14px;
	color: rgba(255, 255, 255, 0.9);
}

.onat-cih-byline-avatar {
	display: grid;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.13);
	color: #ffe3b8;
	font-size: 12px;
	font-weight: 850;
}

.onat-cih-byline > span:last-child {
	display: flex;
	flex-direction: column;
	line-height: 1.35;
}

.onat-cih-byline strong {
	font-size: 13px;
}

.onat-cih-byline small {
	color: rgba(255, 255, 255, 0.64);
	font-size: 11px;
}

.onat-cih-hero-note {
	max-width: 710px;
	margin: 0;
	color: rgba(255, 255, 255, 0.58);
	font-size: 11px;
	line-height: 1.55;
}

.onat-cih-hero-duration {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.14);
	box-shadow: 0 16px 45px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(16px);
}

.onat-cih-hero-duration a {
	display: flex;
	min-height: 78px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 14px 20px;
	background: rgba(7, 20, 27, 0.58);
	color: var(--cih-white);
	transition: background-color 180ms ease;
}

.onat-cih-hero-duration a:hover {
	background: rgba(195, 77, 34, 0.82);
	color: var(--cih-white);
}

.onat-cih-hero-duration strong {
	font-size: 17px;
	line-height: 1.2;
}

.onat-cih-hero-duration span {
	margin-top: 4px;
	color: rgba(255, 255, 255, 0.65);
	font-size: 11px;
	line-height: 1.25;
}

.onat-cih-hero-duration a:hover span {
	color: rgba(255, 255, 255, 0.88);
}

/* Practical answer */
.onat-cih-answer {
	position: relative;
	z-index: 3;
	background: var(--cih-cream);
	padding-bottom: 22px;
}

.onat-cih-answer-card {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 18px;
	transform: translateY(-25px);
	border: 1px solid rgba(214, 166, 75, 0.55);
	border-radius: var(--cih-radius-lg);
	padding: 25px 30px;
	background: #fffdf8;
	box-shadow: var(--cih-shadow-soft);
}

.onat-cih-answer-icon {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border-radius: 50%;
	background: #edf4ef;
	color: #386454;
	font-size: 19px;
	font-weight: 900;
}

.onat-cih-answer h2 {
	margin: 0 0 5px;
	font-size: 19px;
	font-weight: 850;
	letter-spacing: -0.015em;
}

.onat-cih-answer p {
	margin: 0;
	color: var(--cih-ink-soft);
	font-size: 14px;
	line-height: 1.7;
}

/* Selector and plans */
.onat-cih-planner {
	padding: 76px 0 100px;
	background:
		radial-gradient(circle at 95% 4%, rgba(195, 77, 34, 0.09), transparent 28%),
		var(--cih-cream);
	scroll-margin-top: 90px;
}

.onat-cih-tabs {
	position: sticky;
	top: 12px;
	z-index: 80;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin: 0 0 26px;
	border: 1px solid rgba(222, 215, 205, 0.92);
	border-radius: 24px;
	padding: 10px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 12px 34px rgba(24, 35, 41, 0.1);
	backdrop-filter: blur(16px);
}

body.admin-bar .onat-cih-tabs {
	top: 44px;
}

.onat-cih-tab {
	position: relative;
	display: flex;
	min-height: 76px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	border-radius: 17px;
	padding: 13px 12px;
	background: transparent;
	color: var(--cih-ink-soft);
	text-align: center;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.onat-cih-tab:hover {
	border-color: var(--cih-line);
	background: #faf8f4;
	color: var(--cih-ink);
}

.onat-cih-tab.is-active {
	border-color: var(--cih-night);
	background: var(--cih-night);
	box-shadow: 0 10px 24px rgba(16, 30, 39, 0.2);
	color: var(--cih-white);
	transform: translateY(-1px);
}

.onat-cih-tab strong {
	font-size: 17px;
	line-height: 1.2;
}

.onat-cih-tab small {
	margin-top: 4px;
	color: var(--cih-muted);
	font-size: 11px;
	line-height: 1.25;
}

.onat-cih-tab.is-active small {
	color: rgba(255, 255, 255, 0.68);
}

.onat-cih-recommended {
	position: absolute;
	top: -9px;
	border-radius: 999px;
	padding: 3px 9px;
	background: var(--cih-gold);
	box-shadow: 0 4px 10px rgba(115, 79, 15, 0.18);
	color: #20190e;
	font-size: 8px;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.onat-cih-noscript {
	margin: 16px 0;
	border-left: 3px solid var(--cih-gold);
	padding: 8px 12px;
	background: #fff8e8;
	color: var(--cih-ink-soft);
	font-size: 13px;
}

.onat-cih-panel {
	scroll-margin-top: 132px;
	border: 1px solid rgba(222, 215, 205, 0.94);
	border-radius: var(--cih-radius-xl);
	padding: 40px;
	background: var(--cih-white);
	box-shadow: var(--cih-shadow);
}

body.admin-bar .onat-cih-panel {
	scroll-margin-top: 164px;
}

.onat-cih-panel:focus-visible {
	outline: 3px solid #007a8a;
	outline-offset: 5px;
}

.onat-cih-panel + .onat-cih-panel {
	margin-top: 30px;
}

.onat-cih-panel[hidden] {
	display: none !important;
}

.onat-cih-panel-intro {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.72fr);
	gap: 42px;
	align-items: end;
	margin-bottom: 38px;
	padding-bottom: 34px;
	border-bottom: 1px solid var(--cih-line);
}

.onat-cih-plan-badge {
	display: inline-flex;
	margin: 0 0 12px;
	border-radius: 999px;
	padding: 6px 11px;
	background: #f7e6dc;
	color: var(--cih-orange-dark);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.12em;
	line-height: 1.2;
	text-transform: uppercase;
}

.onat-cih-panel-intro h2 {
	margin: 0 0 15px;
	color: var(--cih-ink);
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 860;
	letter-spacing: -0.04em;
	line-height: 1.05;
}

.onat-cih-plan-summary {
	max-width: 760px;
	margin: 0;
	color: var(--cih-ink-soft);
	font-size: 16px;
	line-height: 1.8;
}

.onat-cih-fit-card {
	display: grid;
	gap: 1px;
	overflow: hidden;
	border: 1px solid var(--cih-line);
	border-radius: 17px;
	background: var(--cih-line);
}

.onat-cih-fit-card > div {
	padding: 15px 17px;
	background: #faf8f4;
}

.onat-cih-fit-card span,
.onat-cih-fit-card strong {
	display: block;
}

.onat-cih-fit-card span {
	margin-bottom: 4px;
	color: var(--cih-muted);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.09em;
	line-height: 1.3;
	text-transform: uppercase;
}

.onat-cih-fit-card strong {
	color: var(--cih-ink);
	font-size: 13px;
	line-height: 1.45;
}

.onat-cih-panel-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.48fr) minmax(320px, 0.72fr);
	gap: 38px;
	align-items: start;
}

.onat-cih-timeline h3 {
	margin: 0 0 24px;
	font-size: 20px;
	font-weight: 850;
	letter-spacing: -0.02em;
}

.onat-cih-timeline ol {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.onat-cih-timeline ol::before {
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 19px;
	width: 1px;
	background: #d8d2c8;
	content: "";
}

.onat-cih-timeline li {
	position: relative;
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr);
	gap: 17px;
	padding-bottom: 24px;
}

.onat-cih-timeline li:last-child {
	padding-bottom: 0;
}

.onat-cih-step-number {
	position: relative;
	z-index: 1;
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border: 5px solid var(--cih-white);
	border-radius: 50%;
	background: var(--cih-orange);
	box-shadow: 0 0 0 1px rgba(195, 77, 34, 0.28);
	color: var(--cih-white);
	font-size: 11px;
	font-weight: 900;
}

.onat-cih-step-label {
	margin: 0 0 3px;
	color: var(--cih-orange-dark);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-transform: uppercase;
}

.onat-cih-timeline h4 {
	margin: 0 0 6px;
	color: var(--cih-ink);
	font-size: 17px;
	font-weight: 820;
	line-height: 1.3;
}

.onat-cih-timeline li p:last-child {
	margin: 0;
	color: var(--cih-ink-soft);
	font-size: 14px;
	line-height: 1.7;
}

.onat-cih-balloon-note {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 12px;
	margin-top: 28px;
	border: 1px solid #e9d39f;
	border-radius: var(--cih-radius-md);
	padding: 16px 18px;
	background: #fff8e7;
	color: #594a2d;
}

.onat-cih-balloon-note > span {
	display: grid;
	width: 27px;
	height: 27px;
	place-items: center;
	border-radius: 50%;
	background: #f3dfac;
	font-weight: 900;
}

.onat-cih-balloon-note p {
	margin: 0;
	font-size: 12px;
	line-height: 1.65;
}

.onat-cih-tour-match {
	position: sticky;
	top: 130px;
	overflow: hidden;
	border: 1px solid #d8dde0;
	border-radius: 22px;
	background: #f8faf9;
	box-shadow: 0 16px 40px rgba(16, 30, 39, 0.1);
}

body.admin-bar .onat-cih-tour-match {
	top: 162px;
}

.onat-cih-tour-media {
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: linear-gradient(145deg, #334d59, #152730);
}

.onat-cih-tour-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 300ms ease;
}

.onat-cih-tour-match:hover .onat-cih-tour-image {
	transform: scale(1.025);
}

.onat-cih-tour-placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	background:
		radial-gradient(circle at 70% 30%, rgba(214, 166, 75, 0.42), transparent 26%),
		linear-gradient(145deg, #39545e, #13262f);
	color: rgba(255, 255, 255, 0.82);
	font-size: 19px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.onat-cih-tour-kicker {
	position: absolute;
	top: 13px;
	left: 13px;
	border-radius: 999px;
	padding: 6px 10px;
	background: rgba(16, 30, 39, 0.88);
	color: var(--cih-white);
	font-size: 9px;
	font-weight: 850;
	letter-spacing: 0.09em;
	line-height: 1.2;
	text-transform: uppercase;
	backdrop-filter: blur(10px);
}

.onat-cih-tour-body {
	padding: 23px;
}

.onat-cih-tour-body .onat-cih-eyebrow {
	margin-bottom: 9px;
	font-size: 9px;
}

.onat-cih-tour-body .onat-cih-eyebrow::before {
	width: 18px;
}

.onat-cih-tour-body h3 {
	margin: 0 0 16px;
	font-size: 22px;
	font-weight: 840;
	letter-spacing: -0.025em;
	line-height: 1.22;
}

.onat-cih-tour-body h3 a:hover {
	color: var(--cih-orange-dark);
}

.onat-cih-tour-facts {
	display: grid;
	gap: 0;
	margin: 0 0 17px;
	border-block: 1px solid #dde3e5;
}

.onat-cih-tour-facts > div {
	display: grid;
	grid-template-columns: 70px minmax(0, 1fr);
	gap: 12px;
	padding: 9px 0;
	border-bottom: 1px solid #e8ecee;
}

.onat-cih-tour-facts > div:last-child {
	border-bottom: 0;
}

.onat-cih-tour-facts dt {
	color: var(--cih-muted);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.onat-cih-tour-facts dd {
	margin: 0;
	color: var(--cih-ink);
	font-size: 12px;
	font-weight: 680;
	line-height: 1.5;
}

.onat-cih-live-price {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 15px;
	margin: 0 0 16px;
}

.onat-cih-live-price span,
.onat-cih-live-price strong {
	display: block;
}

.onat-cih-live-price span {
	color: var(--cih-muted);
	font-size: 10px;
	font-weight: 750;
	line-height: 1.3;
}

.onat-cih-live-price strong {
	color: var(--cih-orange-dark);
	font-size: 17px;
	line-height: 1.2;
	text-align: right;
}

.onat-cih-tour-body > .onat-cih-button {
	width: 100%;
}

body.onat-cappadocia-itinerary-hub .onat-cih-page a.onat-cih-text-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 13px;
	color: var(--cih-orange-dark);
	font-size: 12px;
	font-weight: 800;
}

body.onat-cappadocia-itinerary-hub .onat-cih-page a.onat-cih-text-link:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.onat-cih-tour-disclaimer {
	margin: 15px 0 0;
	color: var(--cih-muted);
	font-size: 10px;
	line-height: 1.55;
}

/* Comparison */
.onat-cih-compare {
	padding: 100px 0;
	background: var(--cih-white);
}

.onat-cih-table-wrap {
	overflow: hidden;
	border: 1px solid var(--cih-line);
	border-radius: var(--cih-radius-lg);
	box-shadow: var(--cih-shadow-soft);
}

.onat-cih-table-wrap table {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	table-layout: fixed;
}

.onat-cih-table-wrap th,
.onat-cih-table-wrap td {
	border: 0;
	border-right: 1px solid #e9e4dc;
	border-bottom: 1px solid #e9e4dc;
	padding: 16px 14px;
	color: var(--cih-ink-soft);
	font-size: 12px;
	line-height: 1.55;
	text-align: left;
	vertical-align: top;
}

.onat-cih-table-wrap tr > *:last-child {
	border-right: 0;
}

.onat-cih-table-wrap tbody tr:last-child > * {
	border-bottom: 0;
}

.onat-cih-table-wrap thead th {
	background: var(--cih-night);
	color: var(--cih-white);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.onat-cih-table-wrap tbody th {
	background: #fbf8f3;
	color: var(--cih-ink);
	font-size: 15px;
	font-weight: 850;
}

.onat-cih-table-wrap tbody tr:nth-child(3) td,
.onat-cih-table-wrap tbody tr:nth-child(3) th {
	background: #f4f8f5;
}

.onat-cih-table-note {
	margin: 18px 0 0;
	color: var(--cih-muted);
	font-size: 11px;
	line-height: 1.65;
}

.onat-cih-local-link {
	margin: 14px 0 0;
	color: var(--cih-ink-soft);
	font-size: 13px;
}

.onat-cih-local-link a {
	color: var(--cih-orange-dark);
	font-weight: 800;
}

.onat-cih-local-link a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* Custom builder */
.onat-cih-custom {
	padding: 30px 0 100px;
	background: var(--cih-white);
}

.onat-cih-custom-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
	gap: 54px;
	align-items: center;
	overflow: hidden;
	border-radius: var(--cih-radius-xl);
	padding: 58px;
	background:
		radial-gradient(circle at 86% 18%, rgba(214, 166, 75, 0.25), transparent 24%),
		linear-gradient(125deg, #11232d 0%, #1b3540 56%, #8d452a 150%);
	box-shadow: 0 30px 80px rgba(16, 30, 39, 0.22);
	color: var(--cih-white);
}

.onat-cih-custom-card::after {
	position: absolute;
	right: -110px;
	bottom: -150px;
	width: 350px;
	height: 350px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	box-shadow: 0 0 0 42px rgba(255, 255, 255, 0.025), 0 0 0 84px rgba(255, 255, 255, 0.02);
	content: "";
	pointer-events: none;
}

.onat-cih-custom-copy,
.onat-cih-custom-action {
	position: relative;
	z-index: 1;
}

.onat-cih-custom h2 {
	max-width: 720px;
	margin: 0 0 18px;
	color: var(--cih-white);
	font-size: clamp(32px, 4.5vw, 52px);
	font-weight: 860;
	letter-spacing: -0.045em;
	line-height: 1.04;
}

.onat-cih-custom-copy > p:not(.onat-cih-eyebrow) {
	max-width: 760px;
	margin-bottom: 24px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 15px;
	line-height: 1.8;
}

.onat-cih-custom-copy ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.onat-cih-custom-copy li {
	position: relative;
	padding-left: 20px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 12px;
	font-weight: 650;
	line-height: 1.5;
}

.onat-cih-custom-copy li::before {
	position: absolute;
	top: 0.14em;
	left: 0;
	color: #f4c47b;
	content: "✓";
	font-weight: 900;
}

.onat-cih-custom-action {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 22px;
	padding: 26px;
	background: rgba(255, 255, 255, 0.09);
	backdrop-filter: blur(14px);
}

.onat-cih-custom-mark {
	display: grid;
	width: 44px;
	height: 44px;
	margin-bottom: 16px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.09);
	color: #ffd795;
	font-size: 19px;
}

.onat-cih-custom-action p {
	margin: 0 0 16px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
	font-weight: 750;
	line-height: 1.5;
}

.onat-cih-custom-action small {
	margin-top: 12px;
	color: rgba(255, 255, 255, 0.58);
	font-size: 10px;
	line-height: 1.5;
	text-align: center;
}

/* Trust */
.onat-cih-trust {
	padding: 100px 0;
	background: var(--cih-cream);
}

.onat-cih-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.onat-cih-trust-grid > div {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 1px 12px;
	border: 1px solid var(--cih-line);
	border-radius: 18px;
	padding: 20px;
	background: var(--cih-white);
	box-shadow: 0 8px 24px rgba(27, 36, 40, 0.05);
}

.onat-cih-trust-grid span {
	display: grid;
	grid-row: 1 / span 2;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 50%;
	background: #e8f1ec;
	color: #3d6857;
	font-size: 13px;
	font-weight: 900;
}

.onat-cih-trust-grid strong {
	color: var(--cih-ink);
	font-size: 14px;
	line-height: 1.3;
}

.onat-cih-trust-grid small {
	color: var(--cih-muted);
	font-size: 10px;
	line-height: 1.4;
}

.onat-cih-trust-links {
	display: flex;
	justify-content: center;
	gap: 28px;
	margin-top: 25px;
}

.onat-cih-trust-links a {
	color: var(--cih-orange-dark);
	font-size: 12px;
	font-weight: 800;
	text-decoration: underline;
	text-decoration-color: rgba(184, 74, 32, 0.35);
	text-underline-offset: 4px;
}

.onat-cih-trust-links a:hover {
	text-decoration-color: currentColor;
}

/* FAQ */
.onat-cih-faq {
	padding: 105px 0;
	background: var(--cih-white);
}

.onat-cih-faq-layout {
	display: grid;
	grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
	gap: 76px;
	align-items: start;
}

.onat-cih-faq-layout .onat-cih-section-heading {
	position: sticky;
	top: 24px;
}

body.admin-bar .onat-cih-faq-layout .onat-cih-section-heading {
	top: 56px;
}

.onat-cih-faq-list {
	border-top: 1px solid var(--cih-line);
}

.onat-cih-faq-list details {
	border-bottom: 1px solid var(--cih-line);
}

.onat-cih-faq-list summary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	min-height: 76px;
	padding: 18px 3px;
	color: var(--cih-ink);
	cursor: pointer;
	font-size: 15px;
	font-weight: 790;
	line-height: 1.4;
	list-style: none;
}

.onat-cih-faq-list summary::-webkit-details-marker {
	display: none;
}

.onat-cih-faq-icon {
	position: relative;
	width: 28px;
	height: 28px;
	border: 1px solid var(--cih-line);
	border-radius: 50%;
	background: #fbf8f3;
}

.onat-cih-faq-icon::before,
.onat-cih-faq-icon::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 1.5px;
	border-radius: 99px;
	background: var(--cih-ink);
	content: "";
	transform: translate(-50%, -50%);
	transition: transform 180ms ease;
}

.onat-cih-faq-icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.onat-cih-faq-list details[open] .onat-cih-faq-icon::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.onat-cih-faq-list details > div {
	padding: 0 48px 22px 3px;
}

.onat-cih-faq-list details p {
	margin: 0;
	color: var(--cih-ink-soft);
	font-size: 14px;
	line-height: 1.8;
}

/* Final route */
.onat-cih-final {
	padding: 25px 0 78px;
	background: var(--cih-white);
}

.onat-cih-final .onat-cih-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	border: 1px solid var(--cih-line);
	border-radius: var(--cih-radius-lg);
	padding: 25px 28px;
	background: #faf8f4;
}

.onat-cih-final .onat-cih-container > div {
	display: flex;
	flex-direction: column;
}

.onat-cih-final strong {
	font-size: 17px;
}

.onat-cih-final span {
	color: var(--cih-muted);
	font-size: 12px;
}

.onat-cih-final .onat-cih-button span {
	color: inherit;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
}

@media (max-width: 1020px) {
	.onat-cih-hero {
		min-height: 720px;
	}

	.onat-cih-hero-copy {
		max-width: 730px;
	}

	.onat-cih-panel {
		padding: 32px;
	}

	.onat-cih-panel-intro {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.onat-cih-fit-card {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.onat-cih-panel-grid {
		grid-template-columns: minmax(0, 1.2fr) minmax(290px, 0.8fr);
		gap: 28px;
	}

	.onat-cih-custom-card {
		gap: 38px;
		padding: 44px;
	}

	.onat-cih-trust-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.onat-cih-faq-layout {
		gap: 45px;
	}
}

@media (max-width: 782px) {
	body.admin-bar .onat-cih-tabs {
		top: 58px;
	}

	body.admin-bar .onat-cih-tour-match {
		top: auto;
	}
}

@media (max-width: 768px) {
	body.onat-cappadocia-itinerary-hub .onat-global-wa {
		right: 14px !important;
		bottom: max(14px, env(safe-area-inset-bottom)) !important;
		left: auto !important;
		z-index: 9990 !important;
		width: 54px !important;
		max-width: 54px !important;
		height: 54px !important;
		max-height: 54px !important;
		overflow: hidden !important;
		border-radius: 50% !important;
	}

	body.onat-cappadocia-itinerary-hub .onat-global-wa a {
		display: flex !important;
		width: 54px !important;
		height: 54px !important;
		align-items: center !important;
		justify-content: center !important;
		padding: 0 !important;
		border-radius: 50% !important;
	}

	body.onat-cappadocia-itinerary-hub .onat-global-wa .wa-text {
		display: none !important;
	}

	.onat-cih-container {
		width: min(100% - 30px, 680px);
	}

	.onat-cih-section-heading {
		margin-bottom: 27px;
	}

	.onat-cih-section-heading h2 {
		font-size: clamp(29px, 9vw, 40px);
	}

	.onat-cih-section-heading > p:last-child {
		font-size: 15px;
	}

	.onat-cih-button {
		width: 100%;
		min-height: 50px;
	}

	.onat-cih-hero {
		min-height: auto;
	}

	.onat-cih-hero-image {
		object-position: 66% 50%;
	}

	.onat-cih-hero-shade {
		background:
			linear-gradient(90deg, rgba(8, 20, 28, 0.91), rgba(8, 20, 28, 0.63)),
			linear-gradient(0deg, rgba(8, 20, 28, 0.98) 0%, rgba(8, 20, 28, 0.16) 74%);
	}

	.onat-cih-hero-inner {
		padding-block: 18px 22px;
	}

	.onat-cih-breadcrumb {
		font-size: 10px;
	}

	.onat-cih-hero-copy {
		padding-block: 62px 36px;
	}

	.onat-cih-hero h1 {
		margin-bottom: 18px;
		font-size: clamp(38px, 12.5vw, 54px);
		line-height: 1.01;
	}

	.onat-cih-hero-lead {
		font-size: 16px;
		line-height: 1.65;
	}

	.onat-cih-hero-chips {
		gap: 7px;
	}

	.onat-cih-hero-chips li {
		min-height: 31px;
		padding: 6px 10px;
		font-size: 10px;
	}

	.onat-cih-hero-actions {
		width: 100%;
		flex-direction: column;
	}

	.onat-cih-hero-duration {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.onat-cih-hero-duration a {
		min-height: 64px;
		padding: 11px 14px;
	}

	.onat-cih-hero-duration strong {
		font-size: 14px;
	}

	.onat-cih-hero-duration span {
		font-size: 9px;
	}

	.onat-cih-answer {
		padding-top: 18px;
	}

	.onat-cih-answer-card {
		grid-template-columns: 1fr;
		gap: 13px;
		transform: none;
		padding: 21px;
	}

	.onat-cih-answer-icon {
		width: 38px;
		height: 38px;
	}

	.onat-cih-planner {
		padding: 68px 0 78px;
	}

	.onat-cih-tabs {
		top: 10px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 7px;
		border-radius: 19px;
		padding: 7px;
	}

	.onat-cih-tab {
		min-height: 58px;
		border-radius: 13px;
		padding: 9px 6px;
	}

	.onat-cih-tab strong {
		font-size: 14px;
	}

	.onat-cih-tab small {
		font-size: 9px;
	}

	.onat-cih-recommended {
		top: -7px;
		font-size: 7px;
	}

	.onat-cih-panel {
		scroll-margin-top: 162px;
		border-radius: 22px;
		padding: 24px 18px;
	}

	.onat-cih-panel + .onat-cih-panel {
		margin-top: 18px;
	}

	body.admin-bar .onat-cih-panel {
		scroll-margin-top: 210px;
	}

	.onat-cih-panel-intro {
		margin-bottom: 28px;
		padding-bottom: 26px;
	}

	.onat-cih-panel-intro h2 {
		font-size: 32px;
	}

	.onat-cih-plan-summary {
		font-size: 14px;
		line-height: 1.75;
	}

	.onat-cih-fit-card {
		grid-template-columns: 1fr;
	}

	.onat-cih-panel-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.onat-cih-timeline ol::before {
		left: 17px;
	}

	.onat-cih-timeline li {
		grid-template-columns: 36px minmax(0, 1fr);
		gap: 13px;
	}

	.onat-cih-step-number {
		width: 36px;
		height: 36px;
	}

	.onat-cih-tour-match {
		position: relative;
		top: auto;
	}

	.onat-cih-tour-body {
		padding: 20px;
	}

	.onat-cih-compare {
		padding: 78px 0;
	}

	.onat-cih-table-wrap {
		overflow: visible;
		border: 0;
		box-shadow: none;
	}

	.onat-cih-table-wrap table,
	.onat-cih-table-wrap tbody,
	.onat-cih-table-wrap tr,
	.onat-cih-table-wrap th,
	.onat-cih-table-wrap td {
		display: block;
		width: 100%;
	}

	.onat-cih-table-wrap thead {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
	}

	.onat-cih-table-wrap tbody {
		display: grid;
		gap: 13px;
	}

	.onat-cih-table-wrap tbody tr {
		overflow: hidden;
		border: 1px solid var(--cih-line);
		border-radius: 17px;
		background: var(--cih-white);
		box-shadow: 0 8px 22px rgba(27, 36, 40, 0.06);
	}

	.onat-cih-table-wrap tbody th,
	.onat-cih-table-wrap tbody td,
	.onat-cih-table-wrap tbody tr:nth-child(3) td,
	.onat-cih-table-wrap tbody tr:nth-child(3) th {
		display: grid;
		grid-template-columns: minmax(104px, 0.74fr) minmax(0, 1.26fr);
		gap: 13px;
		border: 0;
		border-bottom: 1px solid #eee8df;
		padding: 12px 14px;
		background: var(--cih-white);
		font-size: 11px;
	}

	.onat-cih-table-wrap tbody th {
		background: var(--cih-night) !important;
		color: var(--cih-white);
		font-size: 14px;
	}

	.onat-cih-table-wrap tbody tr > *:last-child {
		border-bottom: 0;
	}

	.onat-cih-table-wrap tbody th::before,
	.onat-cih-table-wrap tbody td::before {
		color: var(--cih-muted);
		content: attr(data-label);
		font-size: 9px;
		font-weight: 850;
		letter-spacing: 0.06em;
		line-height: 1.5;
		text-transform: uppercase;
	}

	.onat-cih-table-wrap tbody th::before {
		color: rgba(255, 255, 255, 0.62);
	}

	.onat-cih-custom {
		padding: 8px 0 78px;
	}

	.onat-cih-custom-card {
		grid-template-columns: 1fr;
		gap: 30px;
		border-radius: 24px;
		padding: 31px 21px;
	}

	.onat-cih-custom h2 {
		font-size: 34px;
	}

	.onat-cih-custom-copy ul {
		grid-template-columns: 1fr;
	}

	.onat-cih-custom-action {
		padding: 20px;
	}

	.onat-cih-trust {
		padding: 78px 0;
	}

	.onat-cih-trust-grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.onat-cih-trust-links {
		flex-direction: column;
		align-items: center;
		gap: 12px;
	}

	.onat-cih-faq {
		padding: 80px 0;
	}

	.onat-cih-faq-layout {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.onat-cih-faq-layout .onat-cih-section-heading {
		position: static;
	}

	.onat-cih-faq-list summary {
		min-height: 68px;
		font-size: 14px;
	}

	.onat-cih-faq-list details > div {
		padding-right: 4px;
	}

	.onat-cih-final {
		padding-bottom: 58px;
	}

	.onat-cih-final .onat-cih-container {
		flex-direction: column;
		align-items: stretch;
		padding: 22px;
		text-align: center;
	}
}

@media (max-width: 375px) {
	.onat-cih-container {
		width: calc(100% - 24px);
	}

	.onat-cih-hero h1 {
		font-size: 38px;
	}

	.onat-cih-hero-copy {
		padding-top: 48px;
	}

	.onat-cih-tabs {
		top: 8px;
	}

	.onat-cih-panel {
		padding-inline: 15px;
	}

	.onat-cih-panel-intro h2 {
		font-size: 29px;
	}

	.onat-cih-live-price {
		align-items: flex-start;
		flex-direction: column;
	}

	.onat-cih-live-price strong {
		text-align: left;
	}

	.onat-cih-table-wrap tbody th,
	.onat-cih-table-wrap tbody td,
	.onat-cih-table-wrap tbody tr:nth-child(3) td,
	.onat-cih-table-wrap tbody tr:nth-child(3) th {
		grid-template-columns: 92px minmax(0, 1fr);
	}
}

@media (prefers-reduced-motion: reduce) {
	.onat-cih-page *,
	.onat-cih-page *::before,
	.onat-cih-page *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

@media print {
	.onat-cih-hero {
		min-height: auto;
		background: var(--cih-night);
	}

	.onat-cih-tabs {
		position: static;
	}

	.onat-cih-panel[hidden] {
		display: block !important;
	}

	.onat-cih-tour-match {
		position: static;
	}
}
