/**
 * Page 16 — Arabic honeymoon planning guide.
 * Every selector is scoped to .tth-page to prevent regressions.
 */

.tth-page {
	--tth-ink: #15352f;
	--tth-copy: #405e57;
	--tth-green: #0b6b5d;
	--tth-green-dark: #073f38;
	--tth-mint: #dff3ec;
	--tth-cream: #fbf8f1;
	--tth-gold: #c69a4b;
	--tth-line: #d9e5df;
	--tth-white: #fff;
	--tth-shadow: 0 22px 60px rgba(13, 61, 52, 0.12);
	color: var(--tth-copy);
	background: var(--tth-white);
	font-family: "Tajawal", sans-serif;
	overflow: clip;
}

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

.tth-page a { text-underline-offset: .2em; }
.tth-page :focus-visible { outline: 3px solid #e0aa42; outline-offset: 3px; }
.tth-page h1,
.tth-page h2,
.tth-page h3,
.tth-page p { margin-top: 0; }
.tth-page h1,
.tth-page h2,
.tth-page h3 { color: var(--tth-ink); letter-spacing: -.02em; }
.tth-page p { line-height: 1.85; }

.tth-breadcrumb {
	background: #f6faf8;
	border-bottom: 1px solid var(--tth-line);
}

.tth-breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	gap: .45rem;
	align-items: center;
	margin: 0;
	padding: .85rem 0;
	list-style: none;
	font-size: .86rem;
}

.tth-breadcrumb li:not(:last-child)::after {
	content: "/";
	margin-inline-start: .45rem;
	color: #80958f;
}

.tth-breadcrumb a { color: var(--tth-green-dark); }
.tth-breadcrumb span { color: #657a74; }

.tth-hero {
	position: relative;
	isolation: isolate;
	padding: clamp(4.5rem, 8vw, 7.5rem) 0 clamp(4rem, 7vw, 6.5rem);
	background:
		linear-gradient(122deg, rgba(4, 41, 36, .97), rgba(8, 92, 78, .92)),
		linear-gradient(45deg, #073f38, #0b6b5d);
}

.tth-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	opacity: .16;
	background-image: radial-gradient(circle at 2px 2px, #fff 1px, transparent 0);
	background-size: 34px 34px;
	mask-image: linear-gradient(to left, #000, transparent 75%);
}

.tth-hero__orb {
	position: absolute;
	z-index: -1;
	border-radius: 50%;
	filter: blur(3px);
	pointer-events: none;
}

.tth-hero__orb--one {
	width: 28rem;
	height: 28rem;
	inset: -12rem auto auto -7rem;
	background: rgba(208, 169, 88, .18);
}

.tth-hero__orb--two {
	width: 20rem;
	height: 20rem;
	inset: auto 40% -12rem auto;
	background: rgba(122, 223, 194, .12);
}

.tth-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
	gap: clamp(2rem, 6vw, 5.5rem);
	align-items: center;
}

.tth-kicker,
.tth-section-label {
	margin-bottom: .85rem;
	color: var(--tth-green);
	font-size: .82rem;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.tth-hero .tth-kicker { color: #ccecdf; }

.tth-hero h1 {
	max-width: 780px;
	margin-bottom: 1.35rem;
	color: #fff;
	font-size: clamp(2.45rem, 5vw, 4.65rem);
	line-height: 1.13;
}

.tth-hero__lead {
	max-width: 760px;
	margin-bottom: 1.75rem;
	color: #e4f1ed;
	font-size: clamp(1.04rem, 1.5vw, 1.22rem);
}

.tth-actions {
	display: flex;
	flex-wrap: wrap;
	gap: .8rem;
}

.tth-btn {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: .78rem 1.35rem;
	border: 1px solid transparent;
	border-radius: 999px;
	font-weight: 800;
	line-height: 1.35;
	text-decoration: none;
	transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}

.tth-btn:hover { transform: translateY(-2px); }
.tth-btn--primary { color: #fff; background: var(--tth-gold); }
.tth-btn--primary:hover { color: #fff; background: #b78633; }
.tth-btn--ghost { color: #fff; border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.06); }
.tth-btn--ghost:hover { color: #fff; background: rgba(255,255,255,.14); }
.tth-btn--light { color: var(--tth-green-dark); background: #fff; }
.tth-btn--light:hover { color: var(--tth-green-dark); background: #edf8f4; }
.tth-btn--outline-light { color: #fff; border-color: rgba(255,255,255,.7); }
.tth-btn--outline-light:hover { color: var(--tth-green-dark); background: #fff; }

.tth-hero__proof {
	display: flex;
	flex-wrap: wrap;
	gap: .65rem 1.2rem;
	margin: 1.65rem 0 0;
	padding: 0;
	color: #d4e9e2;
	list-style: none;
	font-size: .92rem;
}

.tth-hero__proof span { color: #e5bc6f; font-weight: 800; }

.tth-brief-card {
	position: relative;
	padding: clamp(1.5rem, 3vw, 2rem);
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 28px;
	background: rgba(255,255,255,.1);
	box-shadow: 0 24px 50px rgba(0,0,0,.18);
	backdrop-filter: blur(16px);
}

.tth-brief-card__label { margin-bottom: .3rem; color: #ccecdf; font-size: .82rem; font-weight: 700; }
.tth-brief-card h2 { margin-bottom: 1.25rem; color: #fff; font-size: 1.45rem; }
.tth-brief-card ol { display: grid; gap: 1rem; margin: 0 0 1.15rem; padding: 0; list-style: none; }
.tth-brief-card li { display: grid; grid-template-columns: 40px 1fr; gap: .8rem; align-items: start; }
.tth-brief-card li > span {
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border-radius: 50%;
	color: #fff;
	background: rgba(255,255,255,.12);
	font-size: .78rem;
	font-weight: 800;
}
.tth-brief-card strong { display: block; margin-bottom: .18rem; color: #fff; }
.tth-brief-card li p { margin: 0; color: #d8e9e4; font-size: .88rem; line-height: 1.55; }
.tth-text-link { display: inline-flex; min-height: 44px; align-items: center; gap: .45rem; color: var(--tth-green); font-weight: 800; }
.tth-brief-card .tth-text-link { color: #f0c67c; }

.tth-jump {
	position: sticky;
	z-index: 20;
	top: 0;
	border-bottom: 1px solid var(--tth-line);
	background: rgba(255,255,255,.94);
	backdrop-filter: blur(14px);
}

body.admin-bar .tth-jump { top: 32px; }
.tth-jump .true-container {
	display: flex;
	gap: .35rem;
	overflow-x: auto;
	padding-top: .6rem;
	padding-bottom: .6rem;
	scrollbar-width: thin;
}
.tth-jump a {
	flex: 0 0 auto;
	min-height: 42px;
	padding: .65rem .9rem;
	border-radius: 999px;
	color: #4f6962;
	font-size: .88rem;
	font-weight: 700;
	text-decoration: none;
}
.tth-jump a:hover,
.tth-jump a.is-active { color: #fff; background: var(--tth-green); }

.tth-section { padding: clamp(4.2rem, 8vw, 7rem) 0; scroll-margin-top: 6rem; }
.tth-section--soft { background: var(--tth-cream); }
.tth-section--dark { color: #dcece7; background: var(--tth-green-dark); }
.tth-section--dark h2,
.tth-section--dark h3 { color: #fff; }
.tth-section--dark .tth-section-label { color: #a9decd; }

.tth-heading { max-width: 760px; margin-bottom: 2.2rem; }
.tth-heading h2,
.tth-split h2 { margin-bottom: .8rem; font-size: clamp(2rem, 3.8vw, 3.15rem); line-height: 1.2; }
.tth-heading > p:last-child { margin-bottom: 0; font-size: 1.04rem; }
.tth-heading--split { display: grid; max-width: none; grid-template-columns: 1fr minmax(280px, .75fr); gap: 2rem; align-items: end; }
.tth-heading--light > p:last-child { color: #cfe1dc; }

.tth-split {
	display: grid;
	grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr);
	gap: clamp(2rem, 7vw, 6rem);
	align-items: start;
}
.tth-split--wide { grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); align-items: center; }
.tth-prose p { font-size: 1.06rem; }
.tth-callout {
	margin: 1.5rem 0 0;
	padding: 1.25rem 1.4rem;
	border-inline-start: 4px solid var(--tth-green);
	border-radius: 14px;
	background: #eef8f4;
}
.tth-callout a { color: var(--tth-green-dark); font-weight: 800; }

.tth-models { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.1rem; }
.tth-model-card {
	position: relative;
	min-height: 100%;
	padding: 1.65rem;
	border: 1px solid var(--tth-line);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(13,61,52,.06);
}
.tth-model-card--featured { border-color: #83b9a9; box-shadow: var(--tth-shadow); }
.tth-model-card__number { display: block; margin-bottom: 1rem; color: var(--tth-green); font-size: .8rem; font-weight: 800; }
.tth-model-card__badge {
	position: absolute;
	inset: 1rem auto auto 1rem;
	padding: .35rem .7rem;
	border-radius: 999px;
	color: #fff;
	background: var(--tth-green);
	font-size: .72rem;
	font-weight: 800;
}
.tth-model-card h3 { margin-bottom: .7rem; font-size: 1.35rem; }
.tth-model-card p { min-height: 6.2em; margin-bottom: 1rem; }
.tth-model-card ul { display: grid; gap: .55rem; margin: 0; padding: 1rem 1.1rem 0 0; border-top: 1px solid var(--tth-line); }
.tth-model-card li { line-height: 1.6; }
.tth-model-card strong { color: var(--tth-ink); }

.tth-table-wrap {
	overflow-x: auto;
	border: 1px solid var(--tth-line);
	border-radius: 20px;
	box-shadow: 0 12px 34px rgba(13,61,52,.06);
}
.tth-table { width: 100%; min-width: 860px; border-collapse: collapse; background: #fff; }
.tth-table th,
.tth-table td { padding: 1.15rem; border-bottom: 1px solid var(--tth-line); text-align: right; vertical-align: top; line-height: 1.65; }
.tth-table thead th { color: #fff; background: var(--tth-green-dark); font-size: .88rem; }
.tth-table tbody th { color: var(--tth-ink); font-size: 1.03rem; }
.tth-table tbody tr:last-child th,
.tth-table tbody tr:last-child td { border-bottom: 0; }
.tth-table tbody tr:hover { background: #f5fbf8; }
.tth-table a { color: var(--tth-green); font-weight: 800; }

.tth-season-note {
	display: grid;
	grid-template-columns: minmax(240px, .65fr) minmax(0, 1.35fr);
	gap: 2rem;
	align-items: center;
	margin-top: 1.5rem;
	padding: 1.5rem;
	border-radius: 20px;
	background: var(--tth-mint);
}
.tth-season-note h3 { margin-bottom: 0; font-size: 1.35rem; }
.tth-season-note p:last-child { margin-bottom: 0; }

.tth-budget-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.tth-cost-list { display: grid; gap: .6rem; margin: 0; padding: 0; list-style: none; }
.tth-cost-list li { display: grid; grid-template-columns: 48px 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.tth-cost-list li > span { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; color: #f1c879; background: rgba(255,255,255,.08); font-weight: 800; }
.tth-cost-list strong { display: block; margin-bottom: .2rem; color: #fff; font-size: 1.08rem; }
.tth-cost-list p { margin: 0; color: #cfe1dc; line-height: 1.6; }
.tth-quote-card { padding: clamp(1.5rem, 4vw, 2.35rem); border-radius: 26px; color: var(--tth-copy); background: var(--tth-cream); box-shadow: 0 24px 58px rgba(0,0,0,.18); }
.tth-quote-card > p { margin-bottom: .25rem; color: var(--tth-green); font-size: .82rem; font-weight: 800; }
.tth-quote-card h3 { margin-bottom: 1rem; font-size: 1.55rem; }
.tth-quote-card ul { display: grid; gap: .65rem; margin: 0 0 1.35rem; padding: 0; list-style: none; }
.tth-quote-card li { position: relative; padding-inline-start: 1.6rem; line-height: 1.55; }
.tth-quote-card li::before { content: "✓"; position: absolute; inset-inline-start: 0; color: var(--tth-green); font-weight: 800; }
.tth-quote-card .tth-btn { color: #fff; background: var(--tth-green); }

.tth-timeline { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin: 0; padding: 0; list-style: none; }
.tth-timeline li { display: grid; grid-template-columns: 44px 1fr; gap: .9rem; padding: 1.25rem; border: 1px solid var(--tth-line); border-radius: 18px; background: #fff; }
.tth-timeline li > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; color: #fff; background: var(--tth-green); font-weight: 800; }
.tth-timeline h3 { margin-bottom: .35rem; font-size: 1.08rem; }
.tth-timeline p { margin: 0; font-size: .91rem; line-height: 1.6; }

.tth-spec-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.tth-spec-grid article { padding: 1.35rem; border: 1px solid #eadfca; border-radius: 18px; background: #fff; }
.tth-spec-grid article > span { display: grid; width: 42px; height: 42px; margin-bottom: .8rem; place-items: center; border-radius: 12px; color: var(--tth-green); background: var(--tth-mint); font-size: 1.2rem; }
.tth-spec-grid h3 { margin-bottom: .35rem; font-size: 1.1rem; }
.tth-spec-grid p { margin: 0; font-size: .91rem; line-height: 1.65; }

.tth-checklist-layout { display: grid; grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr); gap: clamp(2rem, 7vw, 6rem); align-items: start; }
.tth-checklist-copy { position: sticky; top: 6rem; }
.tth-checklist-copy h2 { margin-bottom: .8rem; font-size: clamp(2rem, 3.5vw, 3rem); }
.tth-progress { margin-top: 1.35rem; }
.tth-progress__meta { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: .6rem; color: var(--tth-ink); }
.tth-progress__track { height: 10px; overflow: hidden; border-radius: 999px; background: #dce9e4; }
.tth-progress__track span { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--tth-green); transition: width .25s ease; }
.tth-reset { min-height: 44px; margin-top: .75rem; padding: .5rem 0; border: 0; color: var(--tth-green); background: transparent; font: inherit; font-weight: 800; text-decoration: underline; cursor: pointer; }
.tth-checklist { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; }
.tth-checklist label { display: flex; min-height: 96px; gap: .9rem; align-items: center; padding: 1rem; border: 1px solid var(--tth-line); border-radius: 18px; background: #fff; cursor: pointer; transition: border-color .2s ease, background-color .2s ease; }
.tth-checklist label:has(input:checked) { border-color: #72aa99; background: #eff8f4; }
.tth-checklist input { width: 22px; height: 22px; flex: 0 0 auto; accent-color: var(--tth-green); }
.tth-checklist strong { display: block; margin-bottom: .2rem; color: var(--tth-ink); }
.tth-checklist small { color: #657b74; font-size: .84rem; line-height: 1.5; }

.tth-sources { border-top: 1px solid var(--tth-line); }
.tth-source-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .8rem; }
.tth-source-grid a { min-height: 120px; padding: 1.2rem; border: 1px solid var(--tth-line); border-radius: 17px; color: var(--tth-copy); background: #fff; text-decoration: none; }
.tth-source-grid a:hover { border-color: #79aa9b; box-shadow: 0 12px 26px rgba(13,61,52,.08); }
.tth-source-grid strong { display: block; margin-bottom: .35rem; color: var(--tth-ink); }
.tth-source-grid span { font-size: .86rem; }
.tth-reviewed { margin: 1rem 0 0; color: #6b817a; font-size: .85rem; }

.tth-faq-layout { display: grid; grid-template-columns: minmax(240px, .65fr) minmax(0, 1.35fr); gap: clamp(2rem, 7vw, 6rem); align-items: start; }
.tth-faq-intro { position: sticky; top: 6rem; }
.tth-faq-intro h2 { margin-bottom: .8rem; font-size: clamp(2rem, 3.5vw, 3rem); }
.tth-faq { display: grid; gap: .7rem; }
.tth-faq details { border: 1px solid #e3dccf; border-radius: 16px; background: #fff; }
.tth-faq summary { position: relative; min-height: 58px; padding: 1rem 1.15rem 1rem 3rem; color: var(--tth-ink); font-weight: 800; line-height: 1.55; cursor: pointer; list-style: none; }
.tth-faq summary::-webkit-details-marker { display: none; }
.tth-faq summary span::before,
.tth-faq summary span::after { content: ""; position: absolute; top: 28px; left: 1.25rem; width: 14px; height: 2px; background: var(--tth-green); transition: transform .2s ease; }
.tth-faq summary span::after { transform: rotate(90deg); }
.tth-faq details[open] summary span::after { transform: rotate(0); }
.tth-faq details p { margin: 0; padding: 0 1.15rem 1.15rem; border-top: 1px solid #eee6d9; padding-top: 1rem; }

.tth-closing { padding: clamp(3.5rem, 7vw, 5.5rem) 0; color: #dcece7; background: linear-gradient(120deg, #0b6b5d, #073f38); }
.tth-closing__inner { display: flex; gap: 2rem; align-items: center; justify-content: space-between; }
.tth-closing p { margin-bottom: .25rem; color: #b7e4d6; font-weight: 800; }
.tth-closing h2 { margin-bottom: .45rem; color: #fff; font-size: clamp(2rem, 4vw, 3.2rem); }
.tth-closing span { color: #dcece7; }
.tth-closing__inner > div:first-child { max-width: 720px; }

/*
 * The legacy theme assigns heading and paragraph colours with highly specific
 * selectors. Keep dark surfaces readable without leaking overrides elsewhere.
 */
.tth-page .tth-hero h1,
.tth-page .tth-hero .tth-brief-card h2,
.tth-page .tth-hero .tth-brief-card strong {
	color: #fff !important;
}

.tth-page .tth-hero .tth-kicker,
.tth-page .tth-hero .tth-brief-card__label {
	color: #ccecdf !important;
}

.tth-page .tth-hero .tth-hero__lead,
.tth-page .tth-hero .tth-brief-card li p,
.tth-page .tth-hero .tth-hero__proof {
	color: #e4f1ed !important;
}

.tth-page .tth-hero .tth-hero__proof li {
	color: #d4e9e2 !important;
}

.tth-page .tth-hero .tth-btn--ghost {
	color: #fff !important;
}

.tth-page .tth-hero .tth-btn--primary {
	color: var(--tth-ink) !important;
}

.tth-page .tth-hero .tth-brief-card .tth-text-link {
	color: #f0c67c !important;
}

.tth-page .tth-section--dark .tth-heading h2,
.tth-page .tth-section--dark .tth-cost-list strong {
	color: #fff !important;
}

.tth-page .tth-section--dark .tth-heading > p:last-child,
.tth-page .tth-section--dark .tth-cost-list p {
	color: #cfe1dc !important;
}

.tth-page .tth-section--dark .tth-section-label {
	color: #a9decd !important;
}

.tth-page .tth-section--dark .tth-quote-card h3,
.tth-page .tth-section--dark .tth-quote-card p,
.tth-page .tth-section--dark .tth-quote-card li {
	color: var(--tth-ink) !important;
}

.tth-page .tth-section--dark .tth-quote-card .tth-btn {
	color: #fff !important;
}

.tth-page .tth-closing p {
	color: #b7e4d6 !important;
}

.tth-page .tth-closing h2 {
	color: #fff !important;
}

.tth-page .tth-closing span {
	color: #dcece7 !important;
}

.tth-page .tth-closing .tth-btn--outline-light {
	color: #fff !important;
}

.tth-page .tth-closing .tth-btn--light {
	color: var(--tth-green-dark) !important;
}

@media (max-width: 980px) {
	.tth-hero__grid,
	.tth-split,
	.tth-split--wide,
	.tth-budget-grid,
	.tth-checklist-layout,
	.tth-faq-layout { grid-template-columns: 1fr; }
	.tth-hero__copy { max-width: 780px; }
	.tth-brief-card { max-width: 650px; }
	.tth-models { grid-template-columns: 1fr; }
	.tth-model-card p { min-height: 0; }
	.tth-heading--split { grid-template-columns: 1fr; gap: .6rem; }
	.tth-timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.tth-source-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.tth-checklist-copy,
	.tth-faq-intro { position: static; }
}

@media (max-width: 640px) {
	.tth-hero { padding-top: 3.7rem; }
	.tth-hero h1 { font-size: clamp(2.25rem, 11vw, 3.1rem); }
	.tth-actions { flex-direction: column; }
	.tth-actions .tth-btn { width: 100%; }
	.tth-hero__proof { display: grid; }
	.tth-brief-card { border-radius: 22px; }
	.tth-jump .true-container { padding-inline: 1rem; }
	.tth-section { padding: 4rem 0; }
	.tth-season-note { grid-template-columns: 1fr; gap: .8rem; }
	.tth-timeline,
	.tth-spec-grid,
	.tth-checklist,
	.tth-source-grid { grid-template-columns: 1fr; }
	.tth-checklist label { min-height: 82px; }
	.tth-closing__inner { flex-direction: column; align-items: stretch; }
	body.admin-bar .tth-jump { top: 46px; }
}

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

@media print {
	.tth-jump,
	.tth-actions,
	.tth-reset { display: none !important; }
	.tth-hero,
	.tth-section--dark,
	.tth-closing { color: #000 !important; background: #fff !important; }
	.tth-page h1,
	.tth-page h2,
	.tth-page h3,
	.tth-hero__lead { color: #000 !important; }
}
