/* Arabic travel-types decision hub. Scoped to .tth-page. */
.tth-page {
  --tth-ink: #0d3d35;
  --tth-ink-2: #174f45;
  --tth-dark: #062f29;
  --tth-gold: #efb43f;
  --tth-gold-deep: #bb761a;
  --tth-mint: #edf8f4;
  --tth-mint-2: #dff0ea;
  --tth-sand: #fbf3e5;
  --tth-paper: #fff;
  --tth-text: #334c47;
  --tth-muted: #6a7d78;
  --tth-line: rgba(13, 61, 53, .14);
  --tth-shadow: 0 18px 45px rgba(6, 47, 41, .09);
  color: var(--tth-text);
  background: var(--tth-paper);
  font-family: "Tajawal", system-ui, sans-serif;
  overflow: clip;
}

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

.tth-page a { color: inherit; }
.tth-page p { margin: 0; }
.tth-page h1,
.tth-page h2,
.tth-page h3 { margin: 0; color: var(--tth-ink); line-height: 1.12; }
.tth-page button,
.tth-page input,
.tth-page select { font: inherit; }

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

.tth-breadcrumb {
  background: #f7faf9;
  border-bottom: 1px solid var(--tth-line);
}
.tth-breadcrumb ol {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 52px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  color: var(--tth-muted);
}
.tth-breadcrumb li + li::before { content: "/"; margin-inline-end: 10px; opacity: .45; }
.tth-breadcrumb a { text-decoration: none; }
.tth-breadcrumb a:hover { color: var(--tth-gold-deep); }

.tth-hero {
  position: relative;
  background:
    radial-gradient(circle at 15% 15%, rgba(239, 180, 63, .18), transparent 30%),
    radial-gradient(circle at 80% 95%, rgba(64, 145, 128, .2), transparent 32%),
    linear-gradient(135deg, #052f29 0%, #0c453b 58%, #123b35 100%);
  color: #fff;
  min-height: 700px;
  display: grid;
  align-items: center;
  isolation: isolate;
}
.tth-hero__pattern {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .33;
  background-image:
    linear-gradient(30deg, transparent 48%, rgba(255, 255, 255, .055) 49%, rgba(255, 255, 255, .055) 51%, transparent 52%),
    linear-gradient(150deg, transparent 48%, rgba(255, 255, 255, .04) 49%, rgba(255, 255, 255, .04) 51%, transparent 52%);
  background-size: 92px 54px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 35%, #000 100%);
}
.tth-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
  gap: 72px;
  align-items: center;
  padding-block: 92px;
}
.tth-kicker,
.tth-section-label,
.tth-heading > p,
.tth-heading > div > p,
.tth-final p,
.tth-decision-card > p {
  color: var(--tth-gold);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .02em;
}
.tth-hero h1 {
  max-width: 780px;
  margin-top: 16px;
  color: #fff;
  font-size: clamp(44px, 5vw, 76px);
  letter-spacing: -.035em;
}
.tth-hero__lead {
  max-width: 760px;
  margin-top: 26px !important;
  color: rgba(255, 255, 255, .84);
  font-size: 20px;
  line-height: 1.9;
}
.tth-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.tth-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.tth-btn:hover { transform: translateY(-2px); }
.tth-btn:focus-visible,
.tth-page button:focus-visible,
.tth-page input:focus-visible,
.tth-page select:focus-visible,
.tth-page a:focus-visible,
.tth-table-wrap:focus-visible {
  outline: 3px solid #ffd777;
  outline-offset: 3px;
}
.tth-btn--gold { background: var(--tth-gold); color: #0a352e !important; box-shadow: 0 10px 28px rgba(239, 180, 63, .22); }
.tth-btn--gold:hover { background: #ffc657; box-shadow: 0 14px 34px rgba(239, 180, 63, .32); }
.tth-btn--outline { border-color: rgba(255, 255, 255, .52); color: #fff !important; background: rgba(255, 255, 255, .04); }
.tth-btn--outline:hover { background: rgba(255, 255, 255, .1); }
.tth-review { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 28px 0 0; padding: 0; list-style: none; color: rgba(255, 255, 255, .66); font-size: 13px; }
.tth-review li::before { content: "•"; color: var(--tth-gold); margin-inline-end: 9px; }

.tth-decision-card {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 28px;
  background: rgba(3, 30, 26, .72);
  backdrop-filter: blur(18px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .22);
}
.tth-decision-card h2 { color: #fff; font-size: 27px; margin-top: 8px; }
.tth-decision-card ol { display: grid; gap: 0; margin: 24px 0 0; padding: 0; list-style: none; }
.tth-decision-card li { display: flex; gap: 16px; align-items: center; padding: 16px 0; border-top: 1px solid rgba(255, 255, 255, .1); }
.tth-decision-card li > span { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border-radius: 50%; background: rgba(239, 180, 63, .12); color: var(--tth-gold); font-weight: 800; font-size: 12px; }
.tth-decision-card strong { display: block; color: #fff; font-size: 16px; }
.tth-decision-card small { display: block; margin-top: 3px; color: rgba(255, 255, 255, .63); font-size: 13px; line-height: 1.55; }

/* The legacy theme exposes high-priority global text colors. Keep dark panels legible. */
.tth-page .tth-hero h1,
.tth-page .tth-hero .tth-decision-card h2,
.tth-page .tth-hero .tth-decision-card strong,
.tth-page .tth-principle h2,
.tth-page .tth-section--dark h2,
.tth-page .tth-section--dark h3,
.tth-page .tth-final h2 { color: #fff !important; }
.tth-page .tth-hero__lead { color: rgba(255, 255, 255, .84) !important; }
.tth-page .tth-review,
.tth-page .tth-review li,
.tth-page .tth-decision-card small,
.tth-page .tth-section--dark p,
.tth-page .tth-section--dark .tth-heading > span,
.tth-page .tth-final span { color: rgba(255, 255, 255, .66) !important; }
.tth-page .tth-principle p { color: rgba(255, 255, 255, .78) !important; }
.tth-page .tth-kicker,
.tth-page .tth-decision-card > p,
.tth-page .tth-section--dark .tth-heading > p,
.tth-page .tth-final p,
.tth-page .tth-decision-card li > span { color: var(--tth-gold) !important; }

.tth-principle { background: #08483e; color: rgba(255, 255, 255, .78); }
.tth-principle__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: center; padding-block: 42px; }
.tth-principle h2 { color: #fff; font-size: clamp(28px, 3vw, 42px); }
.tth-principle p { font-size: 17px; line-height: 1.9; }

.tth-section { padding-block: 104px; }
.tth-section--mint { background: var(--tth-mint); }
.tth-section--sand { background: var(--tth-sand); }
.tth-section--dark { background: var(--tth-dark); color: rgba(255, 255, 255, .76); }
.tth-heading { max-width: 780px; margin-bottom: 46px; }
.tth-heading--split { max-width: none; display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: end; }
.tth-heading h2 { margin-top: 10px; font-size: clamp(36px, 4vw, 58px); letter-spacing: -.025em; }
.tth-heading > span,
.tth-heading > div + span { color: var(--tth-muted); font-size: 17px; line-height: 1.85; }
.tth-heading--light h2 { color: #fff; }
.tth-heading--light > span { color: rgba(255, 255, 255, .65); }

.tth-lens-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.tth-lens-grid article { padding: 28px; border: 1px solid var(--tth-line); border-radius: 22px; background: #fff; box-shadow: 0 12px 30px rgba(6, 47, 41, .045); }
.tth-lens-grid article > span { display: inline-flex; padding: 6px 11px; border-radius: 999px; background: var(--tth-sand); color: var(--tth-gold-deep); font-size: 12px; font-weight: 800; }
.tth-lens-grid h3 { margin-top: 19px; font-size: 22px; }
.tth-lens-grid p { margin-top: 13px; color: var(--tth-muted); line-height: 1.8; }

.tth-filter { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.tth-filter button { min-height: 44px; padding: 9px 16px; border: 1px solid var(--tth-line); border-radius: 999px; background: #fff; color: var(--tth-ink); cursor: pointer; font-weight: 700; }
.tth-filter button:hover,
.tth-filter button.is-active { border-color: var(--tth-ink); background: var(--tth-ink); color: #fff; }
.tth-filter-status { margin-bottom: 28px !important; color: var(--tth-muted); font-size: 14px; }
.tth-types-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.tth-type-card { position: relative; display: flex; flex-direction: column; min-height: 440px; padding: 34px; border: 1px solid var(--tth-line); border-radius: 26px; background: #fff; box-shadow: 0 16px 38px rgba(6, 47, 41, .055); transition: transform .22s ease, box-shadow .22s ease; }
.tth-type-card:hover { transform: translateY(-4px); box-shadow: var(--tth-shadow); }
.tth-type-card[hidden] { display: none; }
.tth-type-card__top { display: flex; justify-content: space-between; align-items: center; }
.tth-type-card__top > span { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 15px; background: var(--tth-mint); color: var(--tth-ink); font-weight: 800; }
.tth-type-card__top small { color: var(--tth-gold-deep); font-weight: 800; }
.tth-type-card h3 { margin-top: 24px; font-size: 34px; }
.tth-type-card h3 a { text-decoration: none; }
.tth-type-card h3 a::after { position: absolute; inset: 0; content: ""; }
.tth-type-card__fit { margin-top: 14px !important; color: var(--tth-ink-2); font-weight: 700; line-height: 1.75; }
.tth-type-card__fit + p { margin-top: 12px; color: var(--tth-muted); line-height: 1.8; }
.tth-type-card__focus { margin-top: 22px; padding: 16px; border-inline-start: 3px solid var(--tth-gold); background: var(--tth-sand); border-radius: 12px; }
.tth-type-card__focus strong,
.tth-type-card__focus span { display: block; }
.tth-type-card__focus strong { color: var(--tth-ink); font-size: 13px; }
.tth-type-card__focus span { margin-top: 5px; font-size: 14px; line-height: 1.65; }
.tth-arrow-link { position: relative; z-index: 2; display: inline-flex; gap: 8px; align-items: center; width: fit-content; margin-top: auto; padding-top: 22px; color: var(--tth-ink) !important; font-weight: 800; text-decoration: none; }
.tth-arrow-link span { color: var(--tth-gold-deep); transition: transform .2s ease; }
.tth-arrow-link:hover span { transform: translateX(-4px); }

.tth-table-wrap { overflow-x: auto; border: 1px solid var(--tth-line); border-radius: 22px; background: #fff; box-shadow: 0 14px 36px rgba(6, 47, 41, .05); }
.tth-table-wrap table { width: 100%; min-width: 840px; border-collapse: collapse; }
.tth-table-wrap th,
.tth-table-wrap td { padding: 18px 20px; border-bottom: 1px solid var(--tth-line); text-align: right; vertical-align: top; line-height: 1.6; }
.tth-table-wrap thead th { background: var(--tth-ink); color: #fff; font-size: 14px; }
.tth-table-wrap tbody th { color: var(--tth-ink); font-size: 16px; }
.tth-table-wrap tbody tr:last-child > * { border-bottom: 0; }

.tth-combine-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.tth-combine-copy h2 { margin-top: 10px; font-size: clamp(36px, 4vw, 58px); }
.tth-combine-copy > p:not(.tth-section-label) { margin-top: 22px; color: var(--tth-muted); font-size: 17px; line-height: 1.9; }
.tth-combination-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.tth-combination-list article { display: grid; grid-template-columns: auto 1fr auto auto 1fr; gap: 8px; align-items: center; padding: 22px; border: 1px solid var(--tth-line); border-radius: 20px; background: var(--tth-mint); }
.tth-combination-list span { color: var(--tth-muted); font-size: 11px; font-weight: 700; }
.tth-combination-list strong { color: var(--tth-ink); font-size: 14px; }
.tth-combination-list i { color: var(--tth-gold-deep); font-style: normal; font-weight: 800; }
.tth-combination-list p { grid-column: 1 / -1; padding-top: 12px; border-top: 1px solid var(--tth-line); color: var(--tth-muted); font-size: 13px; line-height: 1.65; }

.tth-process { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.tth-process li { padding: 25px 22px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 20px; background: rgba(255, 255, 255, .045); }
.tth-process li > span { color: var(--tth-gold); font-size: 13px; font-weight: 800; }
.tth-process h3 { margin-top: 30px; color: #fff; font-size: 20px; }
.tth-process p { margin-top: 10px; color: rgba(255, 255, 255, .62); line-height: 1.75; font-size: 14px; }

.tth-boundaries-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: start; }
.tth-boundaries-grid h2 { margin-top: 10px; font-size: clamp(36px, 4vw, 56px); }
.tth-boundaries-grid > div:first-child > p:last-child { margin-top: 20px; color: var(--tth-muted); font-size: 17px; line-height: 1.85; }
.tth-boundary-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.tth-boundary-list article { padding: 24px; border-inline-start: 4px solid var(--tth-gold); border-radius: 16px; background: #fff; }
.tth-boundary-list strong { color: var(--tth-ink); font-size: 20px; }
.tth-boundary-list p { margin-top: 9px; color: var(--tth-muted); line-height: 1.75; }

.tth-sources-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.tth-sources-grid h2 { margin-top: 10px; font-size: clamp(36px, 4vw, 54px); }
.tth-sources-grid > div > p:last-child { margin-top: 20px; color: var(--tth-muted); line-height: 1.85; font-size: 17px; }
.tth-source-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.tth-source-links a { display: block; min-height: 124px; padding: 22px; border: 1px solid var(--tth-line); border-radius: 18px; background: var(--tth-mint); text-decoration: none; transition: border .2s ease, transform .2s ease; }
.tth-source-links a:hover { border-color: var(--tth-ink); transform: translateY(-2px); }
.tth-source-links strong,
.tth-source-links span { display: block; }
.tth-source-links strong { color: var(--tth-ink); }
.tth-source-links span { margin-top: 7px; color: var(--tth-muted); font-size: 13px; line-height: 1.6; }

.tth-section--request { background: linear-gradient(135deg, #e8f5f0, #f7fbf9); }
.tth-request-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 80px; align-items: start; }
.tth-request-copy h2 { margin-top: 10px; font-size: clamp(38px, 4.3vw, 62px); }
.tth-request-copy > p:not(.tth-section-label) { margin-top: 22px; color: var(--tth-muted); font-size: 18px; line-height: 1.9; }
.tth-request-copy ul { margin: 26px 0 0; padding: 0; list-style: none; }
.tth-request-copy li { position: relative; padding: 9px 27px 9px 0; }
.tth-request-copy li::before { content: "✓"; position: absolute; right: 0; color: var(--tth-gold-deep); font-weight: 800; }
.tth-request-form { display: grid; padding: 30px; border: 1px solid var(--tth-line); border-radius: 26px; background: #fff; box-shadow: var(--tth-shadow); }
.tth-request-form label { margin: 14px 0 7px; color: var(--tth-ink); font-size: 13px; font-weight: 800; }
.tth-request-form label:first-child { margin-top: 0; }
.tth-request-form input,
.tth-request-form select { width: 100%; min-height: 50px; padding: 11px 14px; border: 1px solid rgba(13, 61, 53, .18); border-radius: 12px; background: #fbfdfc; color: var(--tth-ink); }
.tth-request-form input::placeholder { color: #85948f; }
.tth-form-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.tth-form-pair > div { display: grid; }
.tth-request-link { width: 100%; margin-top: 20px; }
.tth-request-status { margin-top: 11px !important; color: var(--tth-muted); text-align: center; font-size: 12px; line-height: 1.6; }

.tth-faq-grid { display: grid; grid-template-columns: .58fr 1.42fr; gap: 80px; align-items: start; }
.tth-faq-intro { position: sticky; top: 110px; }
.tth-faq-intro h2 { margin-top: 10px; font-size: clamp(38px, 4vw, 58px); }
.tth-faq-intro > p:last-child { margin-top: 20px; color: var(--tth-muted); line-height: 1.8; }
.tth-faq { border-top: 1px solid var(--tth-line); }
.tth-faq details { border-bottom: 1px solid var(--tth-line); }
.tth-faq summary { display: flex; justify-content: space-between; gap: 18px; padding: 22px 0; color: var(--tth-ink); font-size: 18px; font-weight: 800; cursor: pointer; list-style: none; }
.tth-faq summary::-webkit-details-marker { display: none; }
.tth-faq summary span { transition: transform .2s ease; color: var(--tth-gold-deep); }
.tth-faq details[open] summary span { transform: rotate(45deg); }
.tth-faq details p { max-width: 800px; padding: 0 0 22px; color: var(--tth-muted); line-height: 1.85; }

.tth-final { padding-block: 74px; background: var(--tth-mint); }
.tth-final__inner { display: flex; justify-content: space-between; gap: 40px; align-items: center; padding: 50px; border-radius: 28px; background: var(--tth-dark); color: #fff; }
.tth-final h2 { max-width: 670px; margin-top: 8px; color: #fff; font-size: clamp(34px, 4vw, 54px); }
.tth-final span { display: block; max-width: 680px; margin-top: 12px; color: rgba(255, 255, 255, .66); line-height: 1.7; }
.tth-final .tth-actions { flex: 0 0 auto; margin-top: 0; }

@media (max-width: 1024px) {
  .tth-hero__grid { grid-template-columns: 1fr; gap: 42px; }
  .tth-hero { min-height: 0; }
  .tth-decision-card { max-width: 760px; }
  .tth-lens-grid { grid-template-columns: repeat(2, 1fr); }
  .tth-process { grid-template-columns: repeat(3, 1fr); }
  .tth-combine-grid,
  .tth-boundaries-grid,
  .tth-sources-grid,
  .tth-request-grid { gap: 48px; }
}

@media (max-width: 780px) {
  .tth-shell { width: min(100% - 28px, 680px); }
  .tth-hero__grid { padding-block: 62px; }
  .tth-hero h1 { font-size: clamp(40px, 12vw, 58px); }
  .tth-hero__lead { font-size: 17px; }
  .tth-actions { display: grid; }
  .tth-btn { width: 100%; }
  .tth-review { display: grid; }
  .tth-decision-card { padding: 24px; }
  .tth-principle__grid,
  .tth-heading--split,
  .tth-combine-grid,
  .tth-boundaries-grid,
  .tth-sources-grid,
  .tth-request-grid,
  .tth-faq-grid { grid-template-columns: 1fr; gap: 34px; }
  .tth-section { padding-block: 72px; }
  .tth-heading { margin-bottom: 34px; }
  .tth-heading h2,
  .tth-combine-copy h2,
  .tth-boundaries-grid h2,
  .tth-sources-grid h2,
  .tth-request-copy h2,
  .tth-faq-intro h2 { font-size: clamp(34px, 10vw, 48px); }
  .tth-types-grid,
  .tth-combination-list,
  .tth-boundary-list,
  .tth-source-links { grid-template-columns: 1fr; }
  .tth-type-card { min-height: 0; padding: 26px; }
  .tth-type-card h3 { font-size: 29px; }
  .tth-process { grid-template-columns: 1fr; }
  .tth-process li { display: grid; grid-template-columns: 42px 1fr; gap: 8px; }
  .tth-process h3 { margin-top: 0; }
  .tth-process p { grid-column: 2; }
  .tth-form-pair { grid-template-columns: 1fr; gap: 0; }
  .tth-faq-intro { position: static; }
  .tth-final__inner { display: grid; padding: 34px 24px; }
  .tth-final .tth-actions { width: 100%; }
}

@media (max-width: 480px) {
  .tth-hero h1 { font-size: 39px; }
  .tth-lens-grid { grid-template-columns: 1fr; }
  .tth-filter { display: grid; grid-template-columns: repeat(2, 1fr); }
  .tth-filter button { padding-inline: 10px; font-size: 12px; }
  .tth-request-form { padding: 22px 18px; }
  .tth-combination-list article { grid-template-columns: 1fr auto 1fr; }
  .tth-combination-list article span { display: none; }
}

@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; }
}
