/* Public travel guide (/sayohat …) — lib/travel-guide.js. Self-contained, tg- prefix.
   --c is the country's accent colour, set inline per hero/card. */
.tg { --ink:#0f172a; --muted:#64748b; --line:#e7eaf1; --soft:#f6f8fc; --brand:#0B3AD6;
  --best:#10b981; --ok:#fbbf24; --low:#e5e7eb; background:#f7f8fc; padding-bottom: 8px; color: var(--ink); }
.tg a { color: inherit; }
.tg svg { width: 18px; height: 18px; flex: none; }
.tg-section { margin-top: 44px; }
.tg-h2 { font-size: 26px; font-weight: 900; letter-spacing: -.02em; margin: 0 0 18px; }
.tg-h3 { display:flex; align-items:center; gap: 10px; font-size: 19px; font-weight: 800; margin: 0 0 14px; }
.tg-h3 svg { width: 22px; height: 22px; color: var(--brand); }

/* crumbs */
.tg-crumb { display:flex; flex-wrap: wrap; gap: 6px; font-size: 13px; opacity: .85; margin-bottom: 18px; }
.tg-crumb a { text-decoration: none; } .tg-crumb a:hover { text-decoration: underline; }
.tg-crumb span { opacity: .6; }

/* hero */
.tg-hero { --c:#0B3AD6; position: relative; overflow: hidden; color:#fff; padding: 98px 0 96px; /* +64px clears the fixed navbar */
  background: linear-gradient(135deg, var(--c) 0%, color-mix(in srgb, var(--c) 55%, #0b1437) 100%); }
.tg-hero::before, .tg-hero::after { content:''; position:absolute; border-radius: 50%; pointer-events:none; }
.tg-hero::before { width: 420px; height: 420px; right: -120px; top: -160px; background: rgba(255,255,255,.08); }
.tg-hero::after { width: 260px; height: 260px; right: 180px; bottom: -150px; background: rgba(255,255,255,.06); }
.tg-hero .container { position: relative; z-index: 1; }
.tg-hero h1 { font-size: 46px; line-height: 1.05; font-weight: 900; letter-spacing: -.03em; margin: 0; }
.tg-hero__row { display:flex; gap: 22px; align-items: center; }
.tg-kicker { margin: 0 0 4px; font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; opacity: .8; }
.tg-tagline { font-size: 19px; margin: 8px 0 0; opacity: .92; max-width: 640px; line-height: 1.45; }
.tg-lead { font-size: 17px; line-height: 1.55; max-width: 720px; opacity: .92; margin: 10px 0 0; }
.tg-moods { display:flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.tg-moods span { background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.28); border-radius: 999px; padding: 5px 12px; font-size: 13px; font-weight: 600; }
.tg-hero--index { background: linear-gradient(120deg, #0B3AD6 0%, #1d4ed8 40%, #0e7490 100%); padding-bottom: 40px; }
.tg-flag { border-radius: 8px; object-fit: cover; box-shadow: 0 0 0 1px rgba(15,23,42,.08); background:#fff; }
.tg-flag--xl { width: 104px; height: 74px; border-radius: 14px; box-shadow: 0 10px 30px rgba(0,0,0,.25), 0 0 0 3px rgba(255,255,255,.6); transform: rotate(-4deg); }
.tg-flag--xs { width: 22px; height: 16px; border-radius: 3px; }

/* picker (index) */
.tg-picker { margin-top: 26px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 22px; padding: 16px 18px; backdrop-filter: blur(6px); }
.tg-picker__row { display:flex; gap: 12px; align-items: flex-start; padding: 8px 0; }
.tg-picker__row + .tg-picker__row { border-top: 1px solid rgba(255,255,255,.14); }
.tg-picker__label { flex: none; width: 82px; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; opacity: .75; padding-top: 9px; }
.tg-chips { display:flex; flex-wrap: wrap; gap: 7px; }
.tg-chip { border: 1px solid rgba(255,255,255,.35); background: transparent; color:#fff; border-radius: 999px; padding: 7px 13px; font: inherit; font-size: 13.5px; font-weight: 600; cursor: pointer; transition: background .15s, transform .15s; }
.tg-chip:hover { background: rgba(255,255,255,.14); transform: translateY(-1px); }
.tg-chip.is-on { background:#fff; color: #0B3AD6; border-color:#fff; }
.tg-chip.is-now:not(.is-on) { border-style: dashed; }
.tg-picker__row--search { align-items: center; justify-content: space-between; flex-wrap: wrap; }
.tg-search { display:flex; align-items:center; gap: 8px; background:#fff; color: var(--ink); border-radius: 12px; padding: 0 12px; flex: 1; max-width: 420px; }
.tg-search svg { color: #94a3b8; }
.tg-search input { border: 0; outline: 0; font: inherit; font-size: 15px; padding: 11px 0; width: 100%; background: transparent; }
.tg-count { font-weight: 700; font-size: 14px; background: rgba(255,255,255,.16); padding: 7px 12px; border-radius: 999px; }

/* country cards */
.tg-grid { display:grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 18px; }
.tg-card { --c:#0B3AD6; display:flex; flex-direction: column; background:#fff; border-radius: 22px; overflow: hidden; text-decoration: none; border: 1px solid var(--line);
  box-shadow: 0 1px 2px rgba(15,23,42,.04); transition: transform .2s, box-shadow .2s; }
.tg-card:hover { transform: translateY(-4px) rotate(-.3deg); box-shadow: 0 18px 40px rgba(15,23,42,.12); }
.tg-card__band { position: relative; height: 92px; background: linear-gradient(135deg, var(--c), color-mix(in srgb, var(--c) 50%, #0b1437)); display:flex; align-items:flex-end; justify-content: space-between; padding: 0 16px 0; }
.tg-card__band .tg-flag { width: 62px; height: 44px; transform: translateY(22px) rotate(-5deg); box-shadow: 0 8px 20px rgba(0,0,0,.2), 0 0 0 3px #fff; border-radius: 9px; }
.tg-card__cities { align-self: flex-start; margin-top: 12px; color:#fff; font-size: 12px; font-weight: 700; background: rgba(255,255,255,.18); border-radius: 999px; padding: 4px 10px; }
.tg-card__body { padding: 30px 18px 16px; display:flex; flex-direction: column; gap: 10px; flex: 1; }
.tg-card h3 { font-size: 21px; font-weight: 900; margin: 0; letter-spacing: -.01em; }
.tg-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.45; }
.tg-card__foot { display:flex; justify-content: space-between; align-items:center; margin-top: auto; font-size: 13px; }
.tg-go { display:inline-flex; align-items:center; gap: 6px; font-weight: 800; color: var(--c, var(--brand)); }
.tg-go svg { width: 15px; height: 15px; transition: transform .2s; }
a:hover .tg-go svg { transform: translateX(4px); }
.tg-season-now { font-weight: 700; color: #047857; }
.tg-grid--4 { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }

.tg-badges { display:flex; flex-wrap: wrap; gap: 6px; }
.tg-badge { display:inline-flex; align-items:center; gap: 5px; border-radius: 999px; padding: 4px 10px; font-size: 12.5px; font-weight: 700; background: var(--soft); color: #334155; }
.tg-badge svg { width: 13px; height: 13px; }
.tg-v-free { background:#d1fae5; color:#065f46; } .tg-v-mix { background:#ccfbf1; color:#115e59; }
.tg-v-on { background:#fef3c7; color:#92400e; } .tg-v-req { background:#fee2e2; color:#991b1b; }
.tg-v-txt { padding: 2px 8px; border-radius: 6px; font-weight: 800; }
.tg-price b { color: #047857; } .tg-price i { color: #cbd5e1; font-style: normal; font-weight: 700; margin-left: -4px; }

/* month bars */
.tg-mbar { display:grid; grid-template-columns: repeat(12, 1fr); gap: 3px; }
.tg-m { height: 7px; border-radius: 4px; background: var(--low); }
.tg-m-best, .tg-legend .tg-m-best { background: var(--best); } .tg-m-ok, .tg-legend .tg-m-ok { background: var(--ok); }
.tg-m-low, .tg-legend .tg-m-low { background: var(--low); }
.tg-m.is-now { outline: 2px solid var(--ink); outline-offset: 1px; }
.tg-mbar--big { gap: 6px; }
.tg-mbar--big .tg-m { height: auto; background: none; text-align: center; outline: 0; }
.tg-mbar--big .tg-m i { display:block; height: 38px; border-radius: 10px; background: var(--low); transition: transform .2s; }
.tg-mbar--big .tg-m-best i { background: var(--best); } .tg-mbar--big .tg-m-ok i { background: var(--ok); }
.tg-mbar--big .tg-m:hover i { transform: translateY(-3px); }
.tg-mbar--big .tg-m em { display:block; font-style: normal; font-size: 12px; font-weight: 700; color: var(--muted); margin-top: 6px; }
.tg-mbar--big .tg-m.is-now i { outline: 3px solid var(--ink); outline-offset: 2px; }
.tg-mbar--big .tg-m.is-now em { color: var(--ink); }
.tg-legend { display:flex; flex-wrap: wrap; gap: 16px; margin-top: 12px; font-size: 13px; color: var(--muted); }
.tg-legend i { display:inline-block; width: 12px; height: 12px; border-radius: 4px; margin-right: 6px; vertical-align: -1px; }

/* quick facts card overlapping the hero */
.tg-overlap { margin-top: -64px; position: relative; z-index: 2; }
.tg-quick { background:#fff; border-radius: 24px; padding: 22px 24px; box-shadow: 0 20px 50px rgba(15,23,42,.10); border: 1px solid var(--line); }
.tg-quick__head { display:flex; justify-content: space-between; align-items:center; gap: 12px; flex-wrap: wrap; margin-bottom: 14px; }
.tg-quick__head h2 { font-size: 20px; font-weight: 900; margin: 0; }
.tg-now { display:inline-flex; align-items:center; gap: 6px; font-weight: 800; font-size: 13.5px; border-radius: 999px; padding: 6px 12px; }
.tg-now--best { background:#d1fae5; color:#065f46; } .tg-now--ok { background:#fef3c7; color:#92400e; } .tg-now--low { background:#f1f5f9; color:#475569; }
.tg-tiles { display:grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.tg-tile { display:flex; gap: 12px; align-items:flex-start; background: var(--soft); border-radius: 16px; padding: 14px; }
.tg-tile__ic { width: 38px; height: 38px; border-radius: 12px; display:grid; place-items:center; background:#fff; color: var(--brand); box-shadow: 0 2px 6px rgba(15,23,42,.06); flex: none; }
.tg-tile small { display:block; font-size: 11.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #94a3b8; }
.tg-tile span { display:block; font-size: 14px; line-height: 1.45; margin-top: 3px; }
.tg-tile a { color: var(--brand); font-weight: 700; }
.tg-seasonbox { margin-top: 18px; padding-top: 18px; border-top: 1px dashed var(--line); }
.tg-seasonbox__t { display:flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; font-size: 14.5px; }
.tg-seasonbox__t b { font-weight: 800; }

.tg-intro { font-size: 17.5px; line-height: 1.7; color: #1e293b; max-width: 860px; }
.tg-intro p { margin: 0 0 12px; }

/* visa */
.tg-visa { display:flex; gap: 16px; align-items:flex-start; border-radius: 20px; padding: 18px 20px; border: 1px solid; }
.tg-visa__ic { width: 44px; height: 44px; border-radius: 14px; display:grid; place-items:center; background: rgba(255,255,255,.75); flex: none; }
.tg-visa__ic svg { width: 22px; height: 22px; }
.tg-visa b { font-size: 17px; font-weight: 900; }
.tg-visa p { margin: 6px 0; font-size: 15px; line-height: 1.6; }
.tg-visa small { color: #475569; font-size: 13px; } .tg-visa small a { font-weight: 700; }
.tg-visa--free { background:#ecfdf5; border-color:#a7f3d0; color:#064e3b; } .tg-visa--mix { background:#f0fdfa; border-color:#99f6e4; color:#134e4a; }
.tg-visa--on { background:#fffbeb; border-color:#fde68a; color:#78350f; } .tg-visa--req { background:#fef2f2; border-color:#fecaca; color:#7f1d1d; }

/* why */
.tg-why { display:grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 16px; }
.tg-why__it { position: relative; background:#fff; border: 1px solid var(--line); border-radius: 20px; padding: 22px 20px 20px; overflow: hidden; }
.tg-why__it::after { content:''; position:absolute; right: -30px; top: -30px; width: 90px; height: 90px; border-radius: 50%; background: color-mix(in srgb, var(--c) 12%, #fff); }
.tg-why__n { position: relative; z-index: 1; display:inline-grid; place-items:center; width: 36px; height: 36px; border-radius: 12px; background: var(--c); color:#fff; font-weight: 900; font-size: 16px; transform: rotate(-6deg); }
.tg-why__it h3 { position: relative; z-index: 1; font-size: 18px; font-weight: 800; margin: 14px 0 6px; }
.tg-why__it p { margin: 0; color: #475569; font-size: 14.5px; line-height: 1.6; }

/* cities */
.tg-cities { display:grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; }
.tg-city { display:flex; flex-direction: column; gap: 8px; background:#fff; border: 1px solid var(--line); border-radius: 20px; padding: 20px; text-decoration: none; transition: transform .2s, box-shadow .2s, border-color .2s; }
.tg-city:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(15,23,42,.10); border-color: color-mix(in srgb, var(--c) 40%, #fff); }
.tg-city__pin { width: 40px; height: 40px; border-radius: 50% 50% 50% 8px; background: color-mix(in srgb, var(--c) 14%, #fff); color: var(--c); display:grid; place-items:center; }
.tg-city h3 { font-size: 19px; font-weight: 900; margin: 4px 0 0; }
.tg-city p { margin: 0; color: #475569; font-size: 14px; line-height: 1.5; flex: 1; }
.tg-city__meta { display:flex; align-items:center; gap: 6px; font-size: 13px; font-weight: 700; color: var(--muted); }
.tg-city__meta svg { width: 14px; height: 14px; }

/* facts */
.tg-facts { display:grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px; }
.tg-fact { display:flex; gap: 12px; background: #fffbea; border: 1px solid #fde68a; border-radius: 18px; padding: 18px; transform: rotate(-.6deg); transition: transform .2s; }
.tg-fact:nth-child(2n) { transform: rotate(.6deg); background: #eef6ff; border-color: #bfdbfe; }
.tg-fact:nth-child(3n) { background: #f0fdf4; border-color: #bbf7d0; }
.tg-fact:hover { transform: rotate(0) scale(1.02); }
.tg-fact svg { width: 24px; height: 24px; color: #d97706; }
.tg-fact:nth-child(2n) svg { color: #2563eb; } .tg-fact:nth-child(3n) svg { color: #059669; }
.tg-fact p { margin: 0; font-size: 14.5px; line-height: 1.6; color: #1e293b; }

/* packing + manners */
.tg-two { display:grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: start; }
.tg-box { background:#fff; border: 1px solid var(--line); border-radius: 22px; padding: 22px; }
.tg-pack { list-style: none; margin: 0; padding: 0; display:grid; gap: 8px; }
.tg-pack li { display:flex; gap: 12px; align-items:flex-start; background: var(--soft); border-radius: 14px; padding: 11px 14px; cursor: pointer; font-size: 14.5px; line-height: 1.5; user-select: none; transition: background .15s; }
.tg-pack li:hover { background: #eef2ff; }
.tg-pack__bx { width: 22px; height: 22px; border-radius: 7px; border: 2px solid #cbd5e1; background:#fff; display:grid; place-items:center; flex: none; margin-top: 1px; transition: all .15s; }
.tg-pack__bx svg { width: 13px; height: 13px; color:#fff; opacity: 0; }
.tg-pack li.done { background: #ecfdf5; }
.tg-pack li.done .tg-pack__bx { background: var(--best); border-color: var(--best); transform: scale(1.1); }
.tg-pack li.done .tg-pack__bx svg { opacity: 1; }
.tg-pack li.done > span:last-child { color: #64748b; text-decoration: line-through; }
.tg-pack__foot { display:flex; justify-content: space-between; margin: 12px 0 0; font-size: 13.5px; color: var(--muted); font-weight: 600; }
.tg-pack__reset { border: 0; background: none; color: var(--brand); font: inherit; font-weight: 700; cursor: pointer; }
.tg-list { margin: 0; padding: 0; list-style: none; display:grid; gap: 10px; }
.tg-list li { position: relative; padding-left: 22px; font-size: 14.5px; line-height: 1.6; color: #334155; }
.tg-list li::before { content:''; position:absolute; left: 4px; top: 9px; width: 8px; height: 8px; border-radius: 3px; background: var(--brand); transform: rotate(45deg); }

/* faq */
.tg-faq { display:grid; gap: 10px; max-width: 860px; }
.tg-faq details { background:#fff; border: 1px solid var(--line); border-radius: 16px; padding: 0 20px; }
.tg-faq summary { cursor: pointer; list-style: none; font-weight: 800; font-size: 16px; padding: 16px 0; display:flex; justify-content: space-between; gap: 12px; }
.tg-faq summary::-webkit-details-marker { display: none; }
.tg-faq summary::after { content:'+'; font-size: 22px; line-height: 1; color: var(--brand); transition: transform .2s; }
.tg-faq details[open] summary::after { transform: rotate(45deg); }
.tg-faq details > div { padding: 0 0 16px; color: #334155; font-size: 15px; line-height: 1.65; }
.tg-faq details > div p { margin: 0 0 8px; }

/* city page */
.tg-tiles--3 { grid-template-columns: repeat(3, 1fr); }
.tg-todo { display:grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 14px; }
.tg-todo__it { display:flex; gap: 16px; background:#fff; border: 1px solid var(--line); border-radius: 20px; padding: 18px 20px; transition: transform .2s, box-shadow .2s; }
.tg-todo__it:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(15,23,42,.08); }
.tg-todo__n { font-size: 30px; font-weight: 900; line-height: 1; color: color-mix(in srgb, var(--c) 70%, #fff); letter-spacing: -.04em; flex: none; }
.tg-todo__it h3 { font-size: 17px; font-weight: 800; margin: 2px 0 6px; }
.tg-todo__it p { margin: 0; font-size: 14.5px; line-height: 1.6; color: #475569; }
.tg-areas { display:grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 14px; }
.tg-area { background:#fff; border: 1px solid var(--line); border-radius: 20px; padding: 18px 20px; }
.tg-area svg { width: 24px; height: 24px; color: var(--brand); }
.tg-area h3 { font-size: 17px; font-weight: 800; margin: 10px 0 6px; }
.tg-area p { margin: 0; font-size: 14.5px; line-height: 1.6; color: #475569; }
.tg-more { margin: 14px 0 0; }
.tg-more a { display:inline-flex; align-items:center; gap: 8px; font-weight: 800; color: var(--brand); text-decoration: none; background: #eef2ff; border-radius: 999px; padding: 10px 16px; }
.tg-more a:hover { background: #e0e7ff; }
.tg-plan { list-style: none; margin: 0; padding: 0; display:grid; gap: 0; max-width: 860px; }
.tg-plan li { position: relative; padding: 0 0 22px 46px; }
.tg-plan li::before { content: counter(list-item); position:absolute; left: 0; top: 0; width: 32px; height: 32px; border-radius: 50%; background: var(--c); color:#fff; display:grid; place-items:center; font-weight: 900; font-size: 15px; }
.tg-plan li::after { content:''; position:absolute; left: 15px; top: 36px; bottom: 4px; width: 2px; background: repeating-linear-gradient(to bottom, color-mix(in srgb, var(--c) 45%, #fff) 0 6px, transparent 6px 11px); }
.tg-plan li:last-child::after { display: none; }
.tg-plan b { display:block; font-size: 17px; font-weight: 800; margin: 4px 0 4px; }
.tg-plan p { margin: 0; font-size: 15px; line-height: 1.6; color: #334155; }
.tg-tip { display:flex; gap: 14px; background: linear-gradient(135deg, #eff6ff, #f5f3ff); border: 1px solid #c7d2fe; border-radius: 20px; padding: 20px 22px; max-width: 860px; }
.tg-tip > svg { width: 28px; height: 28px; color: #4f46e5; }
.tg-tip b { display:block; font-weight: 900; font-size: 16px; margin-bottom: 4px; }
.tg-tip p { margin: 0; font-size: 15px; line-height: 1.65; color: #1e293b; }

.tg-citychips { display:flex; flex-wrap: wrap; gap: 10px; }
.tg-citychips a { --c:#0B3AD6; display:inline-flex; align-items:center; gap: 8px; background:#fff; border: 1px solid var(--line); border-radius: 999px; padding: 8px 14px 8px 10px; text-decoration: none; font-weight: 700; font-size: 14px; transition: all .15s; }
.tg-citychips a:hover { border-color: var(--c); color: var(--c); transform: translateY(-2px); }
.tg-citychips a svg { width: 15px; height: 15px; color: var(--c); }

/* CTA band */
.tg-cta { margin-top: 56px; background: linear-gradient(120deg, #0B3AD6, #1e3a8a); color:#fff; padding: 36px 0; }
.tg-cta__in { display:flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.tg-cta h2 { font-size: 26px; font-weight: 900; margin: 0 0 6px; }
.tg-cta p { margin: 0; opacity: .88; max-width: 560px; line-height: 1.55; }
.tg-cta__btns { display:flex; gap: 10px; flex-wrap: wrap; }
.tg-btn { display:inline-flex; align-items:center; gap: 8px; border-radius: 14px; padding: 13px 18px; font-weight: 800; font-size: 15px; text-decoration: none; transition: transform .15s; }
.tg-btn:hover { transform: translateY(-2px); }
.tg-btn--light { background:#fff; color: #0B3AD6 !important; }
.tg-btn--ghost { border: 1.5px solid rgba(255,255,255,.55); color:#fff !important; }
.tg-empty { background:#fff; border: 1px dashed #cbd5e1; border-radius: 18px; padding: 30px; text-align: center; color: var(--muted); font-weight: 600; }

@media (max-width: 900px) {
  .tg-tiles, .tg-tiles--3 { grid-template-columns: 1fr 1fr; }
  .tg-two { grid-template-columns: 1fr; }
  .tg-hero h1 { font-size: 36px; }
}
@media (max-width: 600px) {
  .tg-section { margin-top: 32px; }
  .tg-hero { padding: 84px 0 84px; }
  .tg-hero--index { padding-bottom: 28px; }
  .tg-hero h1 { font-size: 30px; }
  .tg-hero__row { flex-direction: column; align-items: flex-start; gap: 14px; }
  .tg-flag--xl { width: 76px; height: 54px; }
  .tg-tagline { font-size: 16px; }
  .tg-h2 { font-size: 22px; }
  .tg-tiles, .tg-tiles--3 { grid-template-columns: 1fr; }
  .tg-quick { padding: 18px 16px; }
  .tg-picker { padding: 12px 14px; }
  .tg-picker__row { flex-direction: column; gap: 8px; }
  .tg-picker__label { padding-top: 0; }
  .tg-chips--months { flex-wrap: nowrap; overflow-x: auto; max-width: 100%; padding-bottom: 4px; }
  .tg-chips--months .tg-chip { flex: none; }
  .tg-mbar--big { gap: 3px; }
  .tg-mbar--big .tg-m i { height: 28px; border-radius: 6px; }
  .tg-mbar--big .tg-m em { font-size: 10px; }
  .tg-todo { grid-template-columns: 1fr; }
  .tg-cta h2 { font-size: 22px; }
}
.tg-picker__row > * { min-width: 0; max-width: 100%; }
.tg [hidden] { display: none !important; }
.tg-chips--months { scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.tg-chips--months::-webkit-scrollbar { display: none; }

/* hotel lists on city pages */
.tg-htabs__bar { display:flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.tg-htab { border: 1.5px solid var(--line); background:#fff; color:#334155; border-radius: 999px; padding: 9px 16px; font: inherit; font-size: 14px; font-weight: 700; cursor: pointer; transition: all .15s; }
.tg-htab:hover { border-color: #c7d2fe; color: var(--brand); }
.tg-htab.is-on { background: var(--brand); border-color: var(--brand); color:#fff; }
.tg-htab--halal { border-color: #a7f3d0; color: #047857; }
.tg-htab--halal.is-on { background: #059669; border-color: #059669; color:#fff; }
.tg-hpanel + .tg-hpanel { margin-top: 26px; }
.tg-hpanel__t { font-size: 18px; font-weight: 800; margin: 0 0 4px; }
.tg-hpanel__intro { margin: 0 0 14px; color: var(--muted); font-size: 14.5px; line-height: 1.55; max-width: 820px; }
.tg-htabs.is-js .tg-hpanel[data-off] { display: none; }
.tg-htabs.is-js .tg-hpanel__t { display: none; }
.tg-htabs.is-js .tg-hpanel + .tg-hpanel { margin-top: 0; }
.tg-hgrid { display:grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 16px; }
.tg-h { display:flex; flex-direction: column; background:#fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; transition: transform .2s, box-shadow .2s; }
.tg-h:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(15,23,42,.10); }
.tg-h__img { display:block; aspect-ratio: 16 / 10; background: #e2e8f0; overflow: hidden; }
.tg-h__img img { width: 100%; height: 100%; object-fit: cover; display:block; transition: transform .3s; }
.tg-h:hover .tg-h__img img { transform: scale(1.04); }
.tg-h__body { padding: 14px 16px 16px; display:flex; flex-direction: column; gap: 6px; flex: 1; }
.tg-h__stars { color: #f59e0b; font-size: 13px; letter-spacing: 1px; }
.tg-h h4 { margin: 0; font-size: 16px; font-weight: 800; line-height: 1.3; }
.tg-h h4 a { text-decoration: none; } .tg-h h4 a:hover { color: var(--brand); }
.tg-h__rate { display:flex; align-items:center; gap: 8px; font-size: 13px; color: var(--muted); }
.tg-h__rate b { background: var(--brand); color:#fff; border-radius: 8px 8px 8px 2px; padding: 3px 7px; font-size: 13px; }
.tg-h__facts { list-style: none; margin: 4px 0 0; padding: 0; display:grid; gap: 5px; }
.tg-h__facts li { display:flex; align-items:flex-start; gap: 7px; font-size: 13px; color: #334155; line-height: 1.4; }
.tg-h__facts svg { width: 14px; height: 14px; margin-top: 2px; color: var(--muted); }
.tg-h__food { color: #047857 !important; font-weight: 700; }
.tg-h__food svg { color: #059669 !important; }
.tg-h__btn { margin-top: auto; align-self: flex-start; display:inline-flex; align-items:center; gap: 6px; background: #eef2ff; color: var(--brand) !important; font-weight: 800; font-size: 14px; border-radius: 10px; padding: 9px 13px; text-decoration: none; }
.tg-h__btn:hover { background: #e0e7ff; }
.tg-h__btn svg { width: 14px; height: 14px; }
.tg-hnote { margin: 16px 0 0; font-size: 12.5px; color: var(--muted); line-height: 1.55; max-width: 900px; }
.tg-hnote a { color: var(--muted); }
@media (max-width: 600px) { .tg-htabs__bar { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; } .tg-htabs__bar::-webkit-scrollbar { display: none; } .tg-htab { flex: none; } }
