/* TRAVEL S HELPER — CITY GUIDE MASTER, STATIC HTML, NO JAVASCRIPT */
.tsh-city-guide {
  --tshcg-text: #142033;
  --tshcg-muted: #5d6878;
  --tshcg-border: #ded6cb;
  --tshcg-card: #ffffff;
  --tshcg-soft: #f7f3ed;
  --tshcg-soft-blue: #edf3fb;
  --tshcg-accent: #173f78;
  --tshcg-accent-2: #a65f13;
  --tshcg-green: #246b55;
  --tshcg-red: #a72d3c;
  --tshcg-line: #eadfce;
  --tshcg-shadow: 0 12px 34px rgba(18, 27, 40, 0.075);
  width: 100%;
  max-width: 1360px;
  margin: 28px auto;
  color: var(--tshcg-text);
  font-family: "Barlow", "Noto Sans", "Noto Sans Arabic", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 16px;
  line-height: 1.62;
  isolation: isolate;
}

.tsh-city-guide,
.tsh-city-guide *,
.tsh-city-guide *::before,
.tsh-city-guide *::after {
  box-sizing: border-box;
}

.tsh-city-guide h2,
.tsh-city-guide h3,
.tsh-city-guide p,
.tsh-city-guide ol,
.tsh-city-guide ul {
  margin-top: 0;
}

.tsh-city-guide a {
  color: var(--tshcg-accent);
  overflow-wrap: anywhere;
  text-underline-offset: 0.18em;
}

.tsh-city-guide .tshcg-anchor {
  display: block;
  position: relative;
  top: -24px;
  visibility: hidden;
}

.tsh-city-guide .tshcg-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
  gap: 28px;
  align-items: center;
  overflow: hidden;
  padding: 34px 36px;
  border: 1px solid #d7dfe9;
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 18%, rgba(23, 63, 120, 0.11), transparent 27%),
    linear-gradient(135deg, #ffffff 0%, #ffffff 67%, #f2f6fb 100%);
  box-shadow: var(--tshcg-shadow);
}

.tsh-city-guide .tshcg-hero::before {
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  width: 6px;
  background: linear-gradient(to bottom, var(--tshcg-accent) 0 58%, var(--tshcg-accent-2) 58% 100%);
  content: "";
}

.tsh-city-guide .tshcg-kicker {
  margin-bottom: 7px;
  color: var(--tshcg-accent-2);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.tsh-city-guide .tshcg-hero h2 {
  max-width: 900px;
  margin-bottom: 11px;
  color: var(--tshcg-text);
  font-size: clamp(1.8rem, 4vw, 2.85rem);
  font-weight: 780;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.tsh-city-guide .tshcg-lead {
  max-width: 930px;
  margin-bottom: 0;
  color: var(--tshcg-muted);
  font-size: 1rem;
}

.tsh-city-guide .tshcg-flag {
  margin: 0;
  overflow: hidden;
  border: 1px solid #ccd5e0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(23, 63, 120, 0.12);
  aspect-ratio: 3 / 2;
}

.tsh-city-guide .tshcg-flag img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tsh-city-guide .tshcg-editorial {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 22px;
  align-items: center;
  margin-top: 12px;
  padding: 10px 14px;
  border: 1px solid var(--tshcg-line);
  border-radius: 12px;
  background: #fff;
  color: var(--tshcg-muted);
  font-size: 0.8rem;
  line-height: 1.45;
}

.tsh-city-guide .tshcg-editorial p {
  margin-bottom: 0;
}

.tsh-city-guide .tshcg-editorial p + p {
  padding-inline-start: 22px;
  border-inline-start: 1px solid var(--tshcg-line);
}

.tsh-city-guide .tshcg-editorial strong {
  color: var(--tshcg-text);
  font-weight: 700;
}

.tsh-city-guide .tshcg-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.tsh-city-guide .tshcg-metric {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 18px 19px 17px;
  border: 1px solid var(--tshcg-line);
  border-radius: 15px;
  background: linear-gradient(180deg, #ffffff 0%, #fdfbf8 100%);
  box-shadow: 0 7px 22px rgba(18, 27, 40, 0.045);
}

.tsh-city-guide .tshcg-metric::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--tshcg-accent);
  content: "";
}

.tsh-city-guide .tshcg-metric:nth-child(2)::before {
  background: var(--tshcg-accent-2);
}

.tsh-city-guide .tshcg-metric:nth-child(3)::before {
  background: var(--tshcg-green);
}

.tsh-city-guide .tshcg-metric:nth-child(4)::before {
  background: var(--tshcg-red);
}

.tsh-city-guide .tshcg-metric span,
.tsh-city-guide .tshcg-metric small {
  display: block;
  color: var(--tshcg-muted);
  font-size: 0.81rem;
}

.tsh-city-guide .tshcg-metric b {
  display: block;
  margin: 5px 0 4px;
  color: var(--tshcg-text);
  font-size: clamp(1.03rem, 2vw, 1.28rem);
  font-weight: 720;
  line-height: 1.22;
}

.tsh-city-guide .tshcg-introduction {
  max-width: 1080px;
  margin: 22px auto 0;
  padding: 2px 4px;
  color: #354154;
  font-size: 0.98rem;
  line-height: 1.72;
}

.tsh-city-guide .tshcg-introduction p {
  margin-bottom: 1.05em;
}

.tsh-city-guide .tshcg-introduction p:first-child::first-letter {
  float: left;
  margin: 0.08em 0.12em 0 0;
  color: var(--tshcg-accent);
  font-size: 3.1em;
  font-weight: 720;
  line-height: 0.82;
}

.tsh-city-guide[dir="rtl"] .tshcg-introduction p:first-child::first-letter {
  float: right;
  margin: 0.08em 0 0 0.12em;
}

.tsh-city-guide .tshcg-summary,
.tsh-city-guide .tshcg-warning {
  margin-top: 16px;
  padding: 18px 20px;
  border-radius: 14px;
}

.tsh-city-guide .tshcg-summary {
  border: 1px solid #d6e2f0;
  border-inline-start: 5px solid var(--tshcg-accent);
  background: linear-gradient(90deg, var(--tshcg-soft-blue), #fbfdff);
}

.tsh-city-guide .tshcg-warning {
  border: 1px solid #efd2d6;
  border-inline-start: 5px solid var(--tshcg-red);
  background: linear-gradient(90deg, #fff1f3, #fffafb);
}

.tsh-city-guide .tshcg-summary h3,
.tsh-city-guide .tshcg-warning h3 {
  margin-bottom: 6px;
  font-size: 1.05rem;
  font-weight: 720;
}

.tsh-city-guide .tshcg-summary p:last-child,
.tsh-city-guide .tshcg-warning p:last-child {
  margin-bottom: 0;
}

.tsh-city-guide .tshcg-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
  padding: 13px;
  border: 1px solid var(--tshcg-line);
  border-radius: 14px;
  background: var(--tshcg-soft);
}

.tsh-city-guide .tshcg-nav a {
  padding: 7px 11px;
  border: 1px solid #ded3c3;
  border-radius: 999px;
  background: #fff;
  color: var(--tshcg-text);
  font-size: 0.79rem;
  font-weight: 650;
  line-height: 1.25;
  text-decoration: none;
}

.tsh-city-guide .tshcg-nav a:hover,
.tsh-city-guide .tshcg-nav a:focus-visible {
  border-color: var(--tshcg-accent);
  color: var(--tshcg-accent);
}

.tsh-city-guide .tshcg-section,
.tsh-city-guide .tshcg-sources {
  margin-top: 22px;
  padding: 24px;
  border: 1px solid var(--tshcg-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 9px 27px rgba(18, 27, 40, 0.05);
}

.tsh-city-guide .tshcg-section__heading {
  display: flex;
  gap: 22px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--tshcg-line);
}

.tsh-city-guide .tshcg-section__number {
  margin-bottom: 5px;
  color: var(--tshcg-accent-2);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tsh-city-guide .tshcg-section h2,
.tsh-city-guide .tshcg-sources h2 {
  margin-bottom: 6px;
  font-size: clamp(1.38rem, 2.8vw, 1.9rem);
  font-weight: 760;
  letter-spacing: -0.018em;
  line-height: 1.2;
}

.tsh-city-guide .tshcg-section__heading p:last-child {
  max-width: 900px;
  margin-bottom: 0;
  color: var(--tshcg-muted);
}

.tsh-city-guide .tshcg-back {
  flex: 0 0 auto;
  color: var(--tshcg-muted);
  font-size: 0.78rem;
  text-decoration: none;
}

.tsh-city-guide .tshcg-section__intro {
  max-width: 1050px;
  margin-bottom: 17px;
  color: #3d495a;
}

.tsh-city-guide .tshcg-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.tsh-city-guide .tshcg-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 20px;
  border: 1px solid var(--tshcg-line);
  border-radius: 16px;
  background: linear-gradient(180deg, #fff 0%, #fefcf9 100%);
}

.tsh-city-guide .tshcg-card__top {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.tsh-city-guide .tshcg-card__category,
.tsh-city-guide .tshcg-card__label {
  color: var(--tshcg-muted);
  font-size: 0.69rem;
  font-weight: 650;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.tsh-city-guide .tshcg-card__label {
  padding: 4px 8px;
  border: 1px solid #ded3c3;
  border-radius: 999px;
  background: var(--tshcg-soft);
  letter-spacing: 0;
  text-transform: none;
}

.tsh-city-guide .tshcg-card h3 {
  margin-bottom: 8px;
  font-size: 1.08rem;
  font-weight: 740;
  line-height: 1.28;
}

.tsh-city-guide .tshcg-card__answer {
  margin-bottom: 9px;
  color: var(--tshcg-accent);
  font-size: 0.93rem;
  font-weight: 680;
}

.tsh-city-guide .tshcg-card__description,
.tsh-city-guide .tshcg-card__context {
  color: #445063;
  font-size: 0.91rem;
}

.tsh-city-guide .tshcg-card__context {
  margin-top: auto;
  padding-top: 9px;
  border-top: 1px solid #eee7dc;
  color: var(--tshcg-muted);
  font-size: 0.84rem;
}

.tsh-city-guide .tshcg-card__source {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  align-self: flex-start;
  margin-top: 9px;
  font-size: 0.77rem;
  font-weight: 650;
  text-decoration: none;
}

.tsh-city-guide .tshcg-source-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 24px;
  margin: 0;
  padding-inline-start: 1.15rem;
}

.tsh-city-guide .tshcg-source-list li {
  color: var(--tshcg-muted);
  font-size: 0.85rem;
}

.tsh-city-guide .tshcg-method {
  margin: 16px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--tshcg-line);
  color: var(--tshcg-muted);
  font-size: 0.82rem;
}

@media (max-width: 900px) {
  .tsh-city-guide .tshcg-hero {
    grid-template-columns: minmax(0, 1fr) 104px;
    padding: 28px;
  }

  .tsh-city-guide .tshcg-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .tsh-city-guide {
    margin: 20px auto;
    font-size: 15px;
  }

  .tsh-city-guide .tshcg-hero {
    grid-template-columns: 1fr;
    padding: 24px 20px;
    border-radius: 18px;
  }

  .tsh-city-guide .tshcg-flag {
    width: 102px;
  }

  .tsh-city-guide .tshcg-editorial p + p {
    width: 100%;
    padding-inline-start: 0;
    border-inline-start: 0;
  }

  .tsh-city-guide .tshcg-grid,
  .tsh-city-guide .tshcg-source-list {
    grid-template-columns: 1fr;
  }

  .tsh-city-guide .tshcg-section,
  .tsh-city-guide .tshcg-sources {
    padding: 19px 16px;
    border-radius: 16px;
  }

  .tsh-city-guide .tshcg-section__heading {
    display: block;
  }

  .tsh-city-guide .tshcg-back {
    display: inline-block;
    margin-top: 9px;
  }
}

@media print {
  .tsh-city-guide .tshcg-nav,
  .tsh-city-guide .tshcg-back {
    display: none;
  }

  .tsh-city-guide .tshcg-hero,
  .tsh-city-guide .tshcg-section,
  .tsh-city-guide .tshcg-sources,
  .tsh-city-guide .tshcg-card {
    box-shadow: none;
    break-inside: avoid;
  }
}
