:root {
	--tthn-ink: #12342b;
	--tthn-deep: #062e24;
	--tthn-green: #0c5a43;
	--tthn-gold: #c89b4b;
	--tthn-gold-dark: #9d7130;
	--tthn-cream: #f5efe4;
	--tthn-mist: #eef5f2;
	--tthn-paper: #fffdf9;
	--tthn-muted: #5e6f69;
	--tthn-line: rgba(18, 52, 43, 0.14);
	--tthn-shadow: 0 24px 60px rgba(7, 46, 36, 0.12);
}

.tthn,
.tthn * {
	box-sizing: border-box;
}

.tthn {
	background: var(--tthn-paper);
	color: var(--tthn-ink);
	font-family: "Tajawal", sans-serif;
	font-size: 16px;
	line-height: 1.8;
	overflow: clip;
}

.tthn a {
	color: inherit;
}

.tthn img {
	display: block;
	max-width: 100%;
}

.tthn-container {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.tthn h1,
.tthn h2,
.tthn h3,
.tthn p {
	margin-top: 0;
}

.tthn h1,
.tthn h2,
.tthn h3 {
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.28;
}

.tthn h2 {
	font-size: clamp(2rem, 4vw, 3.55rem);
	margin-bottom: 20px;
}

.tthn h3 {
	font-size: 1.3rem;
}

.tthn :is(a, button, input, select, textarea, summary):focus-visible {
	outline: 3px solid #f2c36b;
	outline-offset: 4px;
}

.tthn-kicker {
	color: var(--tthn-gold-dark);
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	margin-bottom: 10px;
}

.tthn-breadcrumb {
	background: #f8f4eb;
	border-bottom: 1px solid rgba(18, 52, 43, 0.08);
}

.tthn-breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 14px 0;
}

.tthn-breadcrumb li {
	color: #4d655e;
	font-size: 0.9rem;
}

.tthn-breadcrumb li + li::before {
	content: "/";
	margin-inline-end: 8px;
	opacity: 0.55;
}

.tthn-breadcrumb a {
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.tthn-hero {
	isolation: isolate;
	min-height: 720px;
	position: relative;
}

.tthn-hero__media,
.tthn-hero__veil {
	inset: 0;
	position: absolute;
}

.tthn-hero__media {
	z-index: -3;
}

.tthn-hero__image {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.tthn-hero__veil {
	background: linear-gradient(90deg, rgba(4, 32, 25, 0.58), rgba(4, 38, 29, 0.88) 62%, rgba(4, 38, 29, 0.96));
	z-index: -2;
}

.tthn-hero__inner {
	align-items: center;
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
	min-height: 720px;
	padding-block: 92px;
}

.tthn-hero__copy {
	color: #fff;
	max-width: 760px;
}

.tthn-hero__copy .tthn-kicker,
.tthn-section--ink .tthn-kicker,
.tthn-final .tthn-kicker {
	color: #f2c36b;
}

.tthn-hero h1 {
	font-size: clamp(2.8rem, 6.3vw, 5.9rem);
	margin-bottom: 24px;
	max-width: 820px;
}

.tthn-hero__lead {
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(1.08rem, 1.6vw, 1.3rem);
	line-height: 1.9;
	margin-bottom: 30px;
	max-width: 760px;
}

.tthn-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.tthn-btn {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 8px;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-weight: 800;
	justify-content: center;
	min-height: 52px;
	padding: 12px 24px;
	text-decoration: none;
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.tthn-btn:hover {
	transform: translateY(-2px);
}

.tthn-btn--gold {
	background: var(--tthn-gold);
	color: #172d26;
}

.tthn-btn--gold:hover {
	background: #ddb369;
}

.tthn-btn--glass,
.tthn-btn--outline {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.5);
	color: #fff;
}

.tthn-btn--glass:hover,
.tthn-btn--outline:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.08);
}

.tthn-hero__proof {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	list-style: none;
	margin: 26px 0 0;
	padding: 0;
}

.tthn-hero__proof li {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.92rem;
}

.tthn-hero__proof li::before {
	color: #f2c36b;
	content: "✓";
	font-weight: 800;
	margin-inline-end: 8px;
}

.tthn-hero__panel {
	backdrop-filter: blur(14px);
	background: rgba(255, 253, 249, 0.93);
	border: 1px solid rgba(255, 255, 255, 0.52);
	border-radius: 12px;
	box-shadow: var(--tthn-shadow);
	padding: 30px;
}

.tthn-hero__panel > p {
	color: var(--tthn-gold-dark);
	font-size: 0.85rem;
	font-weight: 800;
	margin-bottom: 18px;
}

.tthn-hero__panel ol {
	display: grid;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tthn-hero__panel li {
	align-items: center;
	border-top: 1px solid var(--tthn-line);
	display: grid;
	gap: 16px;
	grid-template-columns: 42px 1fr;
	padding: 15px 0;
}

.tthn-hero__panel li:first-child {
	border-top: 0;
}

.tthn-hero__panel li > span {
	color: var(--tthn-gold-dark);
	font-weight: 800;
}

.tthn-hero__panel strong,
.tthn-hero__panel small {
	display: block;
}

.tthn-hero__panel small {
	color: var(--tthn-muted);
	font-size: 0.83rem;
}

.tthn-trust {
	background: #fff;
	border-bottom: 1px solid var(--tthn-line);
}

.tthn-trust__inner {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, 1fr);
	padding-block: 20px;
}

.tthn-trust p {
	font-size: 0.88rem;
	margin: 0;
}

.tthn-trust a {
	color: var(--tthn-green);
	font-weight: 700;
	text-underline-offset: 3px;
}

.tthn-section {
	padding-block: clamp(76px, 9vw, 126px);
}

.tthn-section--mist {
	background: var(--tthn-mist);
}

.tthn-section--sand {
	background: var(--tthn-cream);
}

.tthn-section--ink {
	background: var(--tthn-deep);
	color: #fff;
}

.tthn-split {
	display: grid;
	gap: clamp(34px, 7vw, 100px);
	grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
}

.tthn-prose {
	font-size: 1.08rem;
}

.tthn-prose p:last-child {
	margin-bottom: 0;
}

.tthn-prose a {
	color: var(--tthn-green);
	font-weight: 800;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.tthn-heading {
	margin-bottom: 44px;
	max-width: 850px;
}

.tthn-heading > p:last-child {
	color: var(--tthn-muted);
	font-size: 1.04rem;
	margin-bottom: 0;
}

.tthn-package-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tthn-package {
	background: #fff;
	border: 1px solid var(--tthn-line);
	border-radius: 12px;
	overflow: hidden;
}

.tthn-package__media {
	aspect-ratio: 16 / 8.7;
	background: #dce9e4;
	position: relative;
}

.tthn-package__media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.tthn-package__media > span {
	align-items: center;
	background: var(--tthn-deep);
	color: #f2c36b;
	display: flex;
	font-weight: 800;
	height: 48px;
	justify-content: center;
	left: 18px;
	position: absolute;
	top: 18px;
	width: 48px;
}

.tthn-package__body {
	padding: clamp(24px, 4vw, 38px);
}

.tthn-package__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 12px;
}

.tthn-package__meta span {
	background: var(--tthn-mist);
	border-radius: 999px;
	color: var(--tthn-green);
	font-size: 0.78rem;
	font-weight: 800;
	padding: 4px 10px;
}

.tthn-package h3 {
	font-size: clamp(1.5rem, 2.7vw, 2.05rem);
	margin-bottom: 14px;
}

.tthn-package p {
	color: var(--tthn-muted);
}

.tthn-package dl {
	border-block: 1px solid var(--tthn-line);
	margin: 24px 0;
}

.tthn-package dl > div {
	display: grid;
	gap: 10px;
	grid-template-columns: 110px 1fr;
	padding: 10px 0;
}

.tthn-package dl > div + div {
	border-top: 1px solid var(--tthn-line);
}

.tthn-package dt {
	color: var(--tthn-muted);
	font-size: 0.82rem;
}

.tthn-package dd {
	font-weight: 700;
	margin: 0;
}

.tthn-text-link {
	color: var(--tthn-green) !important;
	font-weight: 800;
	text-decoration: none;
}

.tthn-text-link:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.tthn-disclaimer {
	background: rgba(255, 255, 255, 0.68);
	border-right: 4px solid var(--tthn-gold);
	color: var(--tthn-muted);
	font-size: 0.9rem;
	margin: 28px 0 0;
	padding: 16px 18px;
}

.tthn-matcher {
	align-items: start;
	display: grid;
	gap: clamp(40px, 8vw, 110px);
	grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1fr);
}

.tthn-matcher__copy > p:not(.tthn-kicker),
.tthn-matcher__copy li {
	color: rgba(255, 255, 255, 0.75);
}

.tthn-matcher__copy ul {
	padding-inline-start: 22px;
}

.tthn-match-form,
.tthn-builder {
	background: #fff;
	border-radius: 12px;
	box-shadow: var(--tthn-shadow);
	color: var(--tthn-ink);
	display: grid;
	gap: 12px;
	padding: clamp(24px, 4vw, 40px);
}

.tthn-match-form label,
.tthn-field label {
	display: block;
	font-size: 0.86rem;
	font-weight: 800;
	margin-bottom: 6px;
}

.tthn :is(select, input, textarea) {
	background: #fff;
	border: 1px solid rgba(18, 52, 43, 0.24);
	border-radius: 7px;
	color: var(--tthn-ink);
	font: inherit;
	min-height: 48px;
	padding: 10px 12px;
	width: 100%;
}

.tthn textarea {
	min-height: 100px;
	resize: vertical;
}

.tthn-match-form .tthn-btn {
	margin-top: 10px;
	width: 100%;
}

.tthn-match-result {
	background: var(--tthn-mist);
	border-right: 4px solid var(--tthn-gold);
	margin-top: 8px;
	padding: 18px;
}

.tthn-match-result strong {
	display: block;
	font-size: 1.08rem;
	margin-bottom: 4px;
}

.tthn-match-result p {
	color: var(--tthn-muted);
	margin: 0;
}

.tthn-table-wrap {
	border: 1px solid var(--tthn-line);
	overflow-x: auto;
}

.tthn table {
	border-collapse: collapse;
	font-size: 0.94rem;
	min-width: 920px;
	width: 100%;
}

.tthn th,
.tthn td {
	border-bottom: 1px solid var(--tthn-line);
	padding: 18px;
	text-align: right;
	vertical-align: top;
}

.tthn thead th {
	background: var(--tthn-deep);
	color: #fff;
	font-size: 0.84rem;
}

.tthn tbody th {
	color: var(--tthn-green);
	font-size: 1rem;
}

.tthn tbody tr:last-child :is(th, td) {
	border-bottom: 0;
}

.tthn-steps {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(4, 1fr);
	list-style: none;
	margin: 0;
	padding: 0;
}

.tthn-steps li {
	border-right: 1px solid rgba(18, 52, 43, 0.2);
	padding: 0 28px;
}

.tthn-steps li:first-child {
	border-right: 0;
	padding-right: 0;
}

.tthn-steps li > span {
	color: var(--tthn-gold-dark);
	display: block;
	font-size: 2.5rem;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 22px;
}

.tthn-steps p {
	color: var(--tthn-muted);
	margin-bottom: 0;
}

.tthn-privacy {
	display: grid;
	gap: 70px;
	grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
}

.tthn-privacy > div:first-child > p:last-child {
	color: var(--tthn-muted);
}

.tthn-check-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, 1fr);
}

.tthn-check-grid article {
	border: 1px solid var(--tthn-line);
	padding: 26px;
}

.tthn-check-grid h3 {
	margin-bottom: 12px;
}

.tthn-check-grid ul,
.tthn-scope-card ul {
	color: var(--tthn-muted);
	margin-bottom: 0;
	padding-inline-start: 20px;
}

.tthn-scope-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}

.tthn-scope-card {
	background: #fff;
	border-top: 5px solid var(--tthn-green);
	padding: clamp(26px, 4vw, 42px);
}

.tthn-scope-card--check {
	border-color: var(--tthn-gold);
}

.tthn-evidence {
	background: var(--tthn-deep);
	color: #fff;
	margin-top: 22px;
	padding: clamp(24px, 4vw, 38px);
}

.tthn-evidence strong {
	display: block;
	font-size: 1.1rem;
	margin-bottom: 8px;
}

.tthn-evidence p {
	color: rgba(255, 255, 255, 0.76);
	margin-bottom: 0;
}

.tthn-request {
	background: var(--tthn-deep);
	color: #fff;
}

.tthn-request__grid {
	align-items: start;
	display: grid;
	gap: clamp(40px, 8vw, 100px);
	grid-template-columns: minmax(0, 0.72fr) minmax(480px, 1.28fr);
}

.tthn-request__copy {
	position: sticky;
	top: 110px;
}

.tthn-request__copy > p:not(.tthn-kicker),
.tthn-request__copy li {
	color: rgba(255, 255, 255, 0.76);
}

.tthn-builder {
	grid-template-columns: repeat(2, 1fr);
}

.tthn-field--full,
.tthn-builder__submit,
.tthn-builder__status {
	grid-column: 1 / -1;
}

.tthn-builder__submit {
	width: 100%;
}

.tthn-builder__status {
	color: var(--tthn-muted);
	font-size: 0.82rem;
	margin: 0;
	text-align: center;
}

.tthn-process {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, 1fr);
	list-style: none;
	margin: 0;
	padding: 0;
}

.tthn-process li {
	background: rgba(255, 255, 255, 0.62);
	border: 1px solid rgba(18, 52, 43, 0.13);
	padding: 26px;
}

.tthn-process span {
	color: var(--tthn-gold-dark);
	font-weight: 800;
}

.tthn-process p {
	color: var(--tthn-muted);
	margin-bottom: 0;
}

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

.tthn-related a {
	background: #fff;
	border: 1px solid var(--tthn-line);
	display: block;
	padding: 22px;
	text-decoration: none;
}

.tthn-related a:hover {
	border-color: var(--tthn-gold);
}

.tthn-related span,
.tthn-related strong {
	display: block;
}

.tthn-related span {
	color: var(--tthn-muted);
	font-size: 0.8rem;
}

.tthn-faq__grid {
	display: grid;
	gap: clamp(40px, 8vw, 90px);
	grid-template-columns: minmax(250px, 0.65fr) minmax(0, 1.35fr);
}

.tthn-faq header > p:last-child {
	color: var(--tthn-muted);
}

.tthn-faq__list {
	border-top: 1px solid var(--tthn-line);
}

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

.tthn-faq summary {
	cursor: pointer;
	font-size: 1.05rem;
	font-weight: 800;
	list-style: none;
	padding: 22px 38px 22px 0;
	position: relative;
}

.tthn-faq summary::-webkit-details-marker {
	display: none;
}

.tthn-faq summary span::before,
.tthn-faq summary span::after {
	background: var(--tthn-green);
	content: "";
	height: 2px;
	left: 4px;
	position: absolute;
	top: 50%;
	width: 16px;
}

.tthn-faq summary span::after {
	transform: rotate(90deg);
	transition: transform 160ms ease;
}

.tthn-faq details[open] summary span::after {
	transform: rotate(0);
}

.tthn-faq details > div {
	color: var(--tthn-muted);
	padding: 0 0 20px;
}

.tthn-faq details p {
	margin: 0;
}

.tthn-sources {
	background: #e5eee9;
	padding-block: 58px;
}

.tthn-sources__inner {
	display: grid;
	gap: 60px;
	grid-template-columns: minmax(240px, 0.62fr) minmax(0, 1.38fr);
}

.tthn-sources h2 {
	font-size: clamp(1.9rem, 3vw, 2.65rem);
}

.tthn-sources li + li {
	margin-top: 6px;
}

.tthn-sources a {
	color: var(--tthn-green);
	font-weight: 700;
	text-underline-offset: 3px;
}

.tthn-sources__review {
	border-right: 3px solid var(--tthn-gold);
	color: var(--tthn-muted);
	font-size: 0.88rem;
	margin: 22px 0 0;
	padding-right: 14px;
}

.tthn-final {
	background: var(--tthn-deep);
	color: #fff;
	padding-block: 74px;
}

.tthn-final__card {
	align-items: center;
	display: grid;
	gap: 40px;
	grid-template-columns: 1fr auto;
}

.tthn-final h2 {
	font-size: clamp(2rem, 4vw, 3.4rem);
	margin-bottom: 12px;
}

.tthn-final p:not(.tthn-kicker) {
	color: rgba(255, 255, 255, 0.76);
	margin-bottom: 0;
	max-width: 720px;
}

/* The legacy theme declares heading and paragraph colours late in its bundle. */
.tthn .tthn-hero h1,
.tthn .tthn-hero__lead,
.tthn .tthn-section--ink h2,
.tthn .tthn-request h2,
.tthn .tthn-request h3,
.tthn .tthn-final h2 {
	color: #fff !important;
}

.tthn .tthn-section--ink .tthn-matcher__copy > p:not(.tthn-kicker),
.tthn .tthn-section--ink .tthn-matcher__copy li,
.tthn .tthn-request .tthn-request__copy > p:not(.tthn-kicker),
.tthn .tthn-request .tthn-request__copy li,
.tthn .tthn-final p:not(.tthn-kicker) {
	color: rgba(255, 255, 255, 0.78) !important;
}

.tthn :is(.tthn-breadcrumb a, .tthn-trust a, .tthn-text-link, .tthn-sources a) {
	align-items: center;
	display: inline-flex;
	min-height: 40px;
}

@media (max-width: 980px) {
	.tthn-hero__inner,
	.tthn-matcher,
	.tthn-request__grid {
		grid-template-columns: 1fr;
	}

	.tthn-hero__inner {
		padding-block: 76px;
	}

	.tthn-hero__panel {
		max-width: 620px;
	}

	.tthn-trust__inner,
	.tthn-steps,
	.tthn-process {
		grid-template-columns: repeat(2, 1fr);
	}

	.tthn-steps li:nth-child(3) {
		border-right: 0;
		padding-right: 0;
	}

	.tthn-steps li:nth-child(n + 3) {
		border-top: 1px solid rgba(18, 52, 43, 0.2);
		padding-top: 28px;
}

	.tthn-request__copy {
		position: static;
	}
}

@media (max-width: 760px) {
	.tthn-container {
		width: min(100% - 28px, 1180px);
	}

	.tthn-hero {
		min-height: auto;
	}

	.tthn-hero__inner {
		min-height: auto;
		padding-block: 58px;
	}

	.tthn-hero h1 {
		font-size: clamp(2.45rem, 12vw, 4rem);
	}

	.tthn-hero__veil {
		background: rgba(4, 38, 29, 0.89);
	}

	.tthn-hero__proof,
	.tthn-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.tthn-hero__panel {
		padding: 24px;
	}

	.tthn-trust__inner,
	.tthn-package-grid,
	.tthn-split,
	.tthn-privacy,
	.tthn-check-grid,
	.tthn-scope-grid,
	.tthn-builder,
	.tthn-faq__grid,
	.tthn-sources__inner,
	.tthn-final__card,
	.tthn-related {
		grid-template-columns: 1fr;
	}

	.tthn-trust__inner {
		gap: 6px;
	}

	.tthn-section {
		padding-block: 70px;
	}

	.tthn-package dl > div {
		grid-template-columns: 90px 1fr;
	}

	.tthn-steps,
	.tthn-process {
		grid-template-columns: 1fr;
	}

	.tthn-steps li,
	.tthn-steps li:first-child,
	.tthn-steps li:nth-child(3) {
		border-right: 0;
		border-top: 1px solid rgba(18, 52, 43, 0.2);
		padding: 24px 0;
	}

	.tthn-steps li:first-child {
		border-top: 0;
		padding-top: 0;
	}

	.tthn-field--full,
	.tthn-builder__submit,
	.tthn-builder__status {
		grid-column: auto;
	}

	.tthn-final__card .tthn-actions {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tthn *,
	.tthn *::before,
	.tthn *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
