/*
Theme Name: ReviewSaigon
Theme URI: http://localhost/saigon
Author: ReviewSaigon Team
Author URI: https://reviewsaigon.com
Description: Theme tùy chỉnh cho ReviewSaigon.com – Cộng đồng khám phá, review và chia sẻ trải nghiệm Sài Gòn.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: toplist-nghean
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ===== CSS CUSTOM PROPERTIES ===== */
:root {
  --primary: #E8722A;
  --primary-dark: #D4631F;
  --primary-light: #F5A623;
  --secondary: #1B2B44;
  --secondary-dark: #13203A;
  --accent-blue: #2563EB;
  --accent-teal: #319795;
  --accent-teal-light: #4FD1C5;
  --accent-green: #38A169;
  --accent-gold: #D69E2E;
  --accent-purple: #805AD5;
  --white: #FFFFFF;
  --gray-50: #F9FAFB;
  --gray-100: #F3F4F6;
  --gray-200: #E5E7EB;
  --gray-300: #D1D5DB;
  --gray-400: #9CA3AF;
  --gray-500: #6B7280;
  --gray-600: #4B5563;
  --gray-700: #374151;
  --gray-800: #1F2937;
  --gray-900: #111827;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.06);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.10), 0 2px 4px rgba(0,0,0,0.06);
  --shadow-lg: 0 10px 30px rgba(0,0,0,0.12), 0 4px 8px rgba(0,0,0,0.08);
  --shadow-xl: 0 20px 60px rgba(0,0,0,0.15), 0 8px 20px rgba(0,0,0,0.1);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-xl: 24px;
  --radius-full: 9999px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --font-main: 'Inter', sans-serif;
}


/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-main);
  color: var(--gray-800);
  background: var(--gray-50);
  line-height: 1.6;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
button { cursor: pointer; font-family: var(--font-main); }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--gray-100); }
::-webkit-scrollbar-thumb { background: var(--primary); border-radius: 3px; }

/* ===== CONTAINER ===== */
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* ===== HEADER ===== */
.material-icons-round {
  font-family: 'Material Icons Round';
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-feature-settings: 'liga';
  flex-shrink: 0;
}

.site-header {
  background: var(--white);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
.site-header.scrolled {
  box-shadow: var(--shadow-md);
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(12px);
}
.header-top { border-bottom: 1px solid var(--gray-100); padding: 10px 0; }
.header-top .container { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }

.header-white {
  border-top: 5px solid #20272c;
  border-bottom: 1px solid rgba(27, 43, 68, 0.08);
}

.header-shadow {
  box-shadow: 0 10px 28px rgba(27, 43, 68, 0.08);
}

.header-container {
  min-height: 82px;
  display: grid;
  grid-template-columns: minmax(240px, auto) minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
}

.site-branding {
  min-width: 0;
}

.site-title {
  font-size: 24px;
  line-height: 1.05;
  font-weight: 900;
  color: #1B2B44;
  margin: 0;
  letter-spacing: -0.02em;
}

.site-title a {
  color: inherit;
}

.site-title a::first-letter {
  color: inherit;
}

.site-title a {
  background: linear-gradient(90deg, #1B2B44 0 46%, #D9362E 46% 72%, #1B2B44 72% 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.site-description {
  margin: 14px 0 0;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  color: #7A8391;
  letter-spacing: 0;
}

.main-navigation {
  min-width: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.main-navigation .menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(27, 43, 68, 0.12);
  border-radius: 8px;
  background: #FFFFFF;
  color: #1B2B44;
}

.main-navigation .menu,
.main-navigation .nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-navigation .menu > li,
.main-navigation .nav-menu > li {
  position: relative;
  margin: 0;
}

.main-navigation .menu > li > a,
.main-navigation .nav-menu > li > a,
.main-navigation .nav-link {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 8px 0;
  font-size: 17px;
  line-height: 1.15;
  font-weight: 500;
  color: #263345;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.main-navigation .menu > li + li > a,
.main-navigation .nav-menu > li + li > a {
  margin-left: 12px;
}

.main-navigation .material-icons-round {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1B2B44;
  font-size: 22px;
  line-height: 1;
  transform: none;
}

.main-navigation .menu > li > a:hover,
.main-navigation .menu > li.current-menu-item > a,
.main-navigation .nav-menu > li > a:hover,
.main-navigation .nav-menu > li.current-menu-item > a,
.main-navigation .nav-link:hover,
.main-navigation .current-menu-item > .nav-link {
  color: #D9362E;
  border-bottom-color: #D9362E;
}

.main-navigation .menu > li > a:hover .material-icons-round,
.main-navigation .menu > li.current-menu-item > a .material-icons-round,
.main-navigation .nav-menu > li > a:hover .material-icons-round,
.main-navigation .nav-menu > li.current-menu-item > a .material-icons-round,
.main-navigation .nav-link:hover .material-icons-round {
  color: #D9362E;
  transform: none;
}

.main-navigation .sub-menu,
.main-navigation .dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  z-index: 999;
  min-width: 220px;
  display: block;
  padding: 8px;
  background: #FFFFFF;
  border: 1px solid rgba(27, 43, 68, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(27, 43, 68, 0.13);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.main-navigation li:hover > .sub-menu,
.main-navigation li:hover > .dropdown-menu,
.main-navigation li:focus-within > .sub-menu,
.main-navigation li:focus-within > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.main-navigation .sub-menu a,
.main-navigation .dropdown-menu a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 6px;
  color: #263345;
  font-size: 14px;
  font-weight: 600;
}

.main-navigation .sub-menu a:hover,
.main-navigation .dropdown-menu a:hover {
  background: #FFF4EF;
  color: #D9362E;
}

.header-actions {
  gap: 8px;
}

.action-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(27, 43, 68, 0.10);
  border-radius: 8px;
  background: #FFFFFF;
  color: #1B2B44;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.action-icon:hover {
  background: #FFF4EF;
  border-color: rgba(217, 54, 46, 0.25);
  color: #D9362E;
}

.action-icon .material-icons-round {
  font-size: 21px;
}

.site-logo {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  color: #1B2B44;
}

.site-logo .logo-name {
  display: block;
  font-size: 24px;
  line-height: 1.05;
  font-weight: 900;
  color: #1B2B44;
  letter-spacing: -0.02em;
}

.site-logo .logo-highlight {
  color: #D9362E;
}

.site-logo .logo-tagline {
  display: block;
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  color: #7A8391;
  letter-spacing: 0;
}

/* Logo */
.site-logo {
  display: flex; align-items: center; gap: 10px;
  font-size: 20px; font-weight: 800; color: var(--primary);
  white-space: nowrap; flex-shrink: 0;
}
.site-logo .logo-icon {
  width: 38px; height: 38px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: white;
}
.site-logo .logo-icon .material-icons-round { font-size: 22px; }
.logo-text-wrap { display: flex; flex-direction: column; line-height: 1; }
.logo-name { font-size: 16px; font-weight: 900; color: var(--primary); letter-spacing: -0.5px; }
.logo-place { font-size: 11px; font-weight: 600; color: var(--gray-500); letter-spacing: 2px; text-transform: uppercase; }

/* Header Actions */
.header-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.btn-login {
  padding: 8px 16px; border: 2px solid var(--gray-200); border-radius: var(--radius-full);
  background: transparent; color: var(--gray-700); font-size: 13px; font-weight: 600; transition: var(--transition);
}
.btn-login:hover { border-color: var(--primary); color: var(--primary); }
.btn-register {
  padding: 8px 18px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  border: none; border-radius: var(--radius-full); color: white;
  font-size: 13px; font-weight: 700; transition: var(--transition);
}
.btn-register:hover { transform: translateY(-1px); box-shadow: 0 4px 16px rgba(229,62,62,0.4); }
.btn-partner {
  padding: 8px 16px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  border: none; border-radius: var(--radius-full); color: white;
  font-size: 13px; font-weight: 700; transition: var(--transition);
}
.btn-partner:hover { transform: translateY(-1px); box-shadow: 0 4px 16px rgba(229,62,62,0.38); }
.btn-dashboard {
  background: linear-gradient(135deg, #0091FF, #0058D6);
}
.btn-dashboard:hover {
  box-shadow: 0 4px 16px rgba(0,88,214,0.34);
}

/* Navigation */
.header-nav { flex: 1; padding: 0; display: flex; justify-content: center; min-width: 0; }
.nav-menu { display: flex; align-items: center; flex-wrap: wrap; }
.nav-item { position: relative; }
.nav-link {
  display: flex; align-items: center; gap: 4px; padding: 10px 14px;
  font-size: 16px; line-height: 22px; font-weight: 600; color: var(--gray-700);
  transition: var(--transition); white-space: nowrap;
  border-bottom: 3px solid transparent;
}
.nav-link:hover, .nav-link.current-menu-item > a,
.current-menu-item > .nav-link { color: var(--primary); border-bottom-color: var(--primary); }
.nav-link .material-icons-round { font-size: 16px; transition: var(--transition); }
.nav-item:hover .nav-link .material-icons-round { transform: rotate(180deg); }

/* Dropdown */
.dropdown-menu {
  position: absolute; top: calc(100% + 2px); left: 0;
  background: var(--white); border-radius: var(--radius-md);
  box-shadow: var(--shadow-xl); min-width: 200px; padding: 8px;
  opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1); z-index: 999;
  border: 1px solid var(--gray-100);
}
.nav-item:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown-menu.wide { min-width: 320px; display: grid; grid-template-columns: 1fr 1fr; }
.dropdown-menu a {
  display: flex; align-items: center; gap: 10px; padding: 9px 12px;
  font-size: 13px; color: var(--gray-700); border-radius: var(--radius-sm);
  transition: var(--transition); font-weight: 500;
}
.dropdown-menu a:hover { background: var(--gray-50); color: var(--primary); padding-left: 16px; }
.dropdown-menu a .material-icons-round { font-size: 16px; color: var(--primary); }

/* Hamburger */
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; padding: 8px; cursor: pointer; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--gray-700); border-radius: 2px; transition: var(--transition); }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===== HERO ===== */
.hero {
  background: linear-gradient(135deg, #0F2027 0%, #203A43 30%, #1a3a5c 55%, #2C5364 80%, #1B4F72 100%);
  position: relative; overflow: hidden; min-height: 560px; display: flex; flex-direction: column;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 20% 50%, rgba(49,151,149,0.25) 0%, transparent 60%),
              radial-gradient(ellipse at 80% 20%, rgba(229,62,62,0.15) 0%, transparent 50%);
  pointer-events: none;
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(60px); opacity: 0.15; animation: floatOrb 8s ease-in-out infinite; pointer-events: none; }
.hero-orb:nth-child(1) { width: 300px; height: 300px; background: var(--accent-teal); top: -50px; right: 10%; }
.hero-orb:nth-child(2) { width: 200px; height: 200px; background: var(--primary); bottom: 10%; left: 5%; animation-delay: -3s; }
@keyframes floatOrb { 0%, 100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-20px) scale(1.05); } }

.hero-content {
  flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 60px 20px 40px; position: relative; z-index: 1;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,0.1); backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.2); color: var(--accent-teal-light);
  padding: 6px 16px; border-radius: var(--radius-full); font-size: 13px; font-weight: 600;
  margin-bottom: 20px; animation: fadeInDown 0.6s ease;
}
.hero-title { font-size: clamp(28px,5vw,50px); font-weight: 900; color: var(--white); line-height: 1.2; margin-bottom: 10px; animation: fadeInUp 0.6s ease 0.1s both; text-shadow: 0 2px 20px rgba(0,0,0,0.3); }
.hero-title .highlight { background: linear-gradient(135deg, var(--accent-teal-light), #48BB78); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-subtitle { font-size: 16px; color: rgba(255,255,255,0.75); margin-bottom: 32px; animation: fadeInUp 0.6s ease 0.2s both; }

/* Hero Search */
.hero-search { width: 100%; max-width: 660px; animation: fadeInUp 0.6s ease 0.3s both; margin-bottom: 20px; }
.hero-search-box { display: flex; background: var(--white); border-radius: var(--radius-full); overflow: visible; position: relative; box-shadow: 0 8px 40px rgba(0,0,0,0.25); }
.hero-location-select { border: none; border-right: 1px solid var(--gray-200); padding: 14px 18px; font-size: 14px; color: var(--gray-700); background: transparent; cursor: pointer; font-family: var(--font-main); font-weight: 500; outline: none; min-width: 130px; }
.hero-search-input { flex: 1; border: none; padding: 14px 18px; font-size: 15px; color: var(--gray-800); background: transparent; outline: none; font-family: var(--font-main); }
.hero-search-input::placeholder { color: var(--gray-400); }
.hero-search-btn { background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: white; border: none; padding: 14px 28px; font-size: 14px; font-weight: 700; display: flex; align-items: center; gap: 8px; cursor: pointer; transition: var(--transition); border-radius: 0 var(--radius-full) var(--radius-full) 0; }
.hero-search-btn:hover { background: linear-gradient(135deg, var(--primary-dark), #9B2C2C); }
.hero-search-suggest { text-align: left; }

/* Hero Tags */
.hero-tags { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; animation: fadeInUp 0.6s ease 0.4s both; margin-bottom: 36px; }
.hero-tag { background: rgba(255,255,255,0.12); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.9); padding: 6px 14px; border-radius: var(--radius-full); font-size: 13px; font-weight: 500; cursor: pointer; transition: var(--transition); }
.hero-tag:hover { background: rgba(255,255,255,0.22); transform: translateY(-2px); }

/* Hero Stats */
.hero-stats { display: flex; gap: 32px; justify-content: center; animation: fadeInUp 0.6s ease 0.5s both; }
.hero-stat { text-align: center; position: relative; }
.hero-stat:not(:last-child)::after { content: ''; position: absolute; right: -16px; top: 50%; transform: translateY(-50%); width: 1px; height: 30px; background: rgba(255,255,255,0.2); }
.hero-stat-number { font-size: 26px; font-weight: 900; color: var(--white); line-height: 1; display: block; }
.hero-stat-label { font-size: 12px; color: rgba(255,255,255,0.65); margin-top: 4px; font-weight: 500; }

/* Trending */
.trending-bar { background: rgba(0,0,0,0.3); backdrop-filter: blur(10px); border-top: 1px solid rgba(255,255,255,0.1); padding: 12px 0; overflow: hidden; position: relative; z-index: 1; }
.trending-inner { display: flex; align-items: center; gap: 16px; }
.trending-label { display: flex; align-items: center; gap: 6px; color: #FFE000; font-size: 13px; font-weight: 700; white-space: nowrap; flex-shrink: 0; padding-right: 16px; border-right: 1px solid rgba(255,255,255,0.2); }
.trending-label .material-icons-round { font-size: 16px; animation: pulse 1.5s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }
.marquee-wrapper { overflow: hidden; flex: 1; }
.marquee-track { display: flex; gap: 24px; animation: marquee 25s linear infinite; white-space: nowrap; }
.marquee-track:hover { animation-play-state: paused; }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.trending-item { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.85); font-size: 13px; font-weight: 500; cursor: pointer; transition: var(--transition); padding: 3px 12px 3px 0; border-right: 1px solid rgba(255,255,255,0.15); flex-shrink: 0; }
.trending-item:hover { color: var(--accent-teal-light); }
.trending-type {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  color: #FFE000;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.trending-num { background: linear-gradient(135deg, var(--primary), #FF6B6B); color: white; font-size: 10px; font-weight: 800; width: 20px; height: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

/* ===== SECTIONS ===== */
.section { padding: 60px 0; }
.section-alt { background: var(--white); }
.section-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 32px; gap: 16px; }
.section-label { font-size: 12px; font-weight: 700; color: var(--primary); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 6px; display: flex; align-items: center; gap: 6px; }
.section-label::before { content: ''; width: 20px; height: 3px; background: var(--primary); border-radius: 2px; }
.section-title { font-size: clamp(22px,3vw,30px); font-weight: 800; color: var(--gray-900); line-height: 1.3; }
.section-desc { font-size: 15px; color: var(--gray-500); margin-top: 6px; }
.view-all-btn { display: flex; align-items: center; gap: 6px; color: var(--primary); font-size: 14px; font-weight: 600; padding: 8px 16px; border: 2px solid var(--primary); border-radius: var(--radius-full); transition: var(--transition); white-space: nowrap; flex-shrink: 0; }
.view-all-btn:hover { background: var(--primary); color: white; }
.view-all-btn .material-icons-round { font-size: 16px; }

/* ===== CATEGORIES ===== */
.categories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 156px;
  gap: 16px;
}
@media (min-width: 900px) {
  .categories-grid { grid-template-columns: repeat(8, 1fr); }
}
@media (max-width: 560px) {
  .categories-grid { grid-template-columns: repeat(2, 1fr); }
}
.category-card {
  position: relative;
  display: block;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  border-radius: 22px;
  background: var(--gray-200);
  box-shadow: 0 10px 22px rgba(17,24,39,0.1);
  transition: transform 0.3s cubic-bezier(0.4,0,0.2,1), box-shadow 0.3s ease;
}
.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.4,0,0.2,1);
}
.category-card:hover img { transform: scale(1.08); }
.category-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 36px rgba(17,24,39,0.22);
}
.category-card.featured { box-shadow: 0 0 0 2px var(--primary), 0 10px 22px rgba(17,24,39,0.1); }
.category-card.featured:hover { box-shadow: 0 0 0 2px var(--primary), 0 20px 36px rgba(17,24,39,0.22); }
.category-featured-tag {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  background: var(--primary);
  color: white;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 4px 9px;
  border-radius: var(--radius-full);
  margin-bottom: 6px;
}
.category-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 6px;
  padding: 18px;
  background: linear-gradient(to top, rgba(8,13,22,0.92) 0%, rgba(8,13,22,0.35) 55%, rgba(8,13,22,0.05) 100%);
}
.category-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 13px;
  margin-bottom: 2px;
  transition: transform 0.3s ease;
}
.category-card:hover .category-icon-wrap { transform: rotate(-8deg) scale(1.08); }
.category-icon-wrap .material-icons-round { font-size: 19px; color: white; }
.category-name { font-size: 14px; font-weight: 800; color: white; line-height: 1.3; }
.category-count {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11.5px;
  font-weight: 600;
  color: rgba(255,255,255,0.8);
}
.category-count::after { content: '\2192'; opacity: 0; transform: translateX(-3px); transition: 0.25s ease; }
.category-card:hover .category-count::after { opacity: 1; transform: translateX(0); }
.cat-red { background: linear-gradient(135deg, #FC8181, #E53E3E); }
.cat-purple { background: linear-gradient(135deg, #B794F4, #805AD5); }
.cat-amber { background: linear-gradient(135deg, #F6AD55, #D69E2E); }
.cat-green { background: linear-gradient(135deg, #68D391, #38A169); }
.cat-blue { background: linear-gradient(135deg, #63B3ED, #3182CE); }
.cat-pink { background: linear-gradient(135deg, #F687B3, #D53F8C); }
.cat-orange { background: linear-gradient(135deg, #FBD38D, #DD6B20); }
.cat-indigo { background: linear-gradient(135deg, #A3BFFA, #5A67D8); }
.cat-crimson { background: linear-gradient(135deg, #FC8181, #C53030); }
.cat-teal { background: linear-gradient(135deg, #81E6D9, #319795); }
.cat-slate { background: linear-gradient(135deg, #A0AEC0, #4A5568); }
.cat-violet { background: linear-gradient(135deg, #D6BCFA, #6B46C1); }
.cat-sky { background: linear-gradient(135deg, #90CDF4, #2B6CB0); }
.cat-darkamber { background: linear-gradient(135deg, #FBBF24, #B45309); }
.cat-emerald { background: linear-gradient(135deg, #6EE7B7, #059669); }
.cat-gold { background: linear-gradient(135deg, #F6E05E, #D69E2E); }

/* ===== TOPLIST FEATURED ===== */
.toplist-layout { display: grid; grid-template-columns: 1fr 380px; gap: 24px; }
.toplist-featured { position: relative; border-radius: var(--radius-lg); overflow: hidden; cursor: pointer; min-height: 420px; }
.toplist-featured img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.toplist-featured:hover img { transform: scale(1.05); }
.featured-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 50%, transparent 100%); display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; }
.rank-badge-1 { position: absolute; top: 20px; left: 20px; background: linear-gradient(135deg, #D69E2E, #F6AD55); color: white; font-size: 18px; font-weight: 900; width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 15px rgba(214,158,46,0.5); }
.featured-cat { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,0.15); backdrop-filter: blur(8px); color: white; padding: 4px 12px; border-radius: var(--radius-full); font-size: 12px; font-weight: 600; margin-bottom: 10px; }
.featured-cat .material-icons-round { font-size: 14px; }
.featured-overlay h3 { font-size: 22px; font-weight: 800; color: white; line-height: 1.3; margin-bottom: 8px; }
.featured-overlay p { font-size: 13px; color: rgba(255,255,255,0.8); margin-bottom: 16px; }
.featured-footer { display: flex; align-items: center; justify-content: space-between; }
.featured-views { display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,0.7); font-size: 13px; }
.featured-views .material-icons-round { font-size: 16px; }
.btn-explore { display: flex; align-items: center; gap: 6px; background: var(--primary); color: white; padding: 8px 18px; border-radius: var(--radius-full); font-size: 13px; font-weight: 700; transition: var(--transition); }
.btn-explore:hover { background: var(--primary-dark); transform: translateX(3px); }
.btn-explore .material-icons-round { font-size: 16px; }

/* Toplist List */
.toplist-list { display: flex; flex-direction: column; gap: 10px; }
.toplist-item { display: flex; align-items: center; gap: 12px; background: var(--white); border-radius: var(--radius-md); padding: 14px; box-shadow: var(--shadow-sm); border: 1px solid var(--gray-100); cursor: pointer; transition: var(--transition); }
.toplist-item:hover { box-shadow: var(--shadow-md); transform: translateX(4px); border-color: var(--gray-200); }
.rank-badge { width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 900; flex-shrink: 0; }
.rank-2 { background: linear-gradient(135deg, #BDC3C7, #95A5A6); color: white; }
.rank-3 { background: linear-gradient(135deg, #D4A017, #CD7F32); color: white; }
.rank-other { background: var(--gray-100); color: var(--gray-600); }
.toplist-item-img { width: 70px; height: 70px; border-radius: var(--radius-sm); object-fit: cover; flex-shrink: 0; }
.toplist-item-info { flex: 1; min-width: 0; }
.item-metas { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 5px; }
.badge-cat { background: rgba(229,62,62,0.1); color: var(--primary); font-size: 11px; font-weight: 600; padding: 2px 8px; border-radius: var(--radius-full); }
.badge-rating { background: rgba(214,158,46,0.1); color: var(--accent-gold); font-size: 11px; font-weight: 700; padding: 2px 8px; border-radius: var(--radius-full); display: flex; align-items: center; gap: 2px; }
.badge-rating .material-icons-round { font-size: 12px; color: #F59E0B; }
.badge-location { display: flex; align-items: center; gap: 3px; font-size: 11px; color: var(--gray-500); }
.badge-location .material-icons-round { font-size: 12px; }
.toplist-item-info h4 { font-size: 13px; font-weight: 700; color: var(--gray-800); line-height: 1.4; margin-bottom: 4px; }
.item-views { display: flex; align-items: center; gap: 4px; font-size: 11px; color: var(--gray-400); }
.item-views .material-icons-round { font-size: 13px; }
.btn-arrow { color: var(--gray-400); transition: var(--transition); flex-shrink: 0; display: flex; align-items: center; }
.btn-arrow:hover { color: var(--primary); }
.btn-arrow .material-icons-round { font-size: 18px; }
.view-all-link { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 12px; background: var(--gray-50); border: 2px dashed var(--gray-200); border-radius: var(--radius-md); color: var(--primary); font-size: 14px; font-weight: 600; transition: var(--transition); }
.view-all-link:hover { background: rgba(229,62,62,0.05); border-color: var(--primary); }

/* ===== LISTING CARDS ===== */
.listings-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.listing-card { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--gray-100); transition: var(--transition); cursor: pointer; }
.listing-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.listing-card-img { height: 180px; overflow: hidden; position: relative; }
.listing-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.listing-card:hover .listing-card-img img { transform: scale(1.08); }
.listing-card-body { padding: 14px 16px; }
.listing-cat-badge { display: inline-block; background: rgba(229,62,62,0.1); color: var(--primary); font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: var(--radius-full); margin-bottom: 8px; }
.listing-card-body h4 { font-size: 14px; font-weight: 700; color: var(--gray-800); line-height: 1.4; margin-bottom: 8px; }
.listing-address { display: flex; align-items: center; gap: 4px; font-size: 12px; color: var(--gray-500); }
.listing-address .material-icons-round { font-size: 13px; color: var(--gray-400); }

/* ===== TRAVEL GUIDE ===== */
.guide-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; }
.guide-tab { padding: 8px 18px; border-radius: var(--radius-full); font-size: 13px; font-weight: 600; border: 2px solid var(--gray-200); background: transparent; color: var(--gray-600); cursor: pointer; transition: var(--transition); }
.guide-tab:hover { border-color: var(--primary); color: var(--primary); }
.guide-tab.active { background: var(--primary); border-color: var(--primary); color: white; }
.guide-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; gap: 16px; }
.guide-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; cursor: pointer; }
.guide-card:hover img { transform: scale(1.06); }
.guide-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.guide-card-featured { grid-row: 1 / 3; }
.guide-card-featured img { height: 100%; min-height: 320px; }
.guide-card:not(.guide-card-featured) img { height: 180px; }
.guide-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, transparent 60%); display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; }
.guide-cat-tag { display: inline-block; background: var(--primary); color: white; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: var(--radius-full); margin-bottom: 8px; }
.guide-overlay h3, .guide-overlay h4 { color: white; font-weight: 700; line-height: 1.4; }
.guide-overlay h3 { font-size: 18px; }
.guide-overlay h4 { font-size: 14px; }
.guide-meta { display: flex; align-items: center; gap: 12px; margin-top: 8px; color: rgba(255,255,255,0.7); font-size: 12px; }
.guide-meta .material-icons-round { font-size: 14px; }

/* ===== ACCOMMODATION ===== */
.accommodation-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.accommodation-card { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--gray-100); transition: var(--transition); cursor: pointer; }
.accommodation-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.acc-img-wrap { position: relative; height: 180px; overflow: hidden; }
.acc-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.accommodation-card:hover .acc-img-wrap img { transform: scale(1.08); }
.acc-type-badge { position: absolute; top: 10px; left: 10px; background: rgba(0,0,0,0.6); backdrop-filter: blur(8px); color: white; font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: var(--radius-full); }
.acc-type-badge.partner { background: var(--accent-gold); }
.acc-body { padding: 14px 16px; }
.acc-rating { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.acc-stars { color: #F59E0B; font-size: 13px; letter-spacing: 1px; }
.acc-rating span:last-child { font-size: 12px; color: var(--gray-500); }
.acc-body h4 { font-size: 14px; font-weight: 700; color: var(--gray-800); line-height: 1.4; margin-bottom: 6px; }
.acc-address { display: flex; align-items: center; gap: 4px; font-size: 12px; color: var(--gray-500); margin-bottom: 10px; }
.acc-address .material-icons-round { font-size: 13px; }
.acc-price { margin-bottom: 12px; }
.acc-price .price { font-size: 18px; font-weight: 800; color: var(--primary); }
.acc-price .price-unit { font-size: 12px; color: var(--gray-500); }
.acc-price .price-contact { font-size: 15px; font-weight: 700; color: var(--gray-600); }
.btn-book { display: block; text-align: center; background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: white; padding: 9px; border-radius: var(--radius-md); font-size: 13px; font-weight: 700; transition: var(--transition); }
.btn-book:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(229,62,62,0.3); }

/* ===== AREAS ===== */
.areas-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 18px;
}
.area-card {
  position: relative;
  display: block;
  border-radius: 22px;
  overflow: hidden;
  cursor: pointer;
  min-height: 200px;
  border: 1px solid rgba(17,24,39,0.06);
  box-shadow: 0 10px 26px rgba(17,24,39,0.06);
  transition: var(--transition);
}
.area-card:hover { box-shadow: 0 20px 40px rgba(17,24,39,0.18); transform: translateY(-4px); }
.area-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(0.4,0,0.2,1); display: block; }
.area-card:hover img { transform: scale(1.08); }
.area-card-large { grid-row: 1 / 3; min-height: 424px; }
.area-index {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,0.18);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.35);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.area-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, transparent 60%); display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; transition: var(--transition); }
.area-card:hover .area-overlay { background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.25) 62%, rgba(0,0,0,0.05) 100%); }
.area-overlay h3 { display: flex; align-items: center; gap: 6px; font-size: 21px; font-weight: 900; color: white; margin-bottom: 10px; }
.area-overlay h3 .material-icons-round { font-size: 18px; color: var(--primary); }
.area-card-large .area-overlay h3 { font-size: 27px; }
.area-meta { margin-bottom: 14px; }
.area-count-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(255,255,255,0.14);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.22);
  color: rgba(255,255,255,0.92);
  padding: 5px 12px;
  border-radius: var(--radius-full);
  font-size: 12px;
  font-weight: 600;
}
.area-count-pill .material-icons-round { font-size: 14px; }
.btn-explore-area { display: inline-flex; align-items: center; gap: 6px; width: fit-content; background: rgba(255,255,255,0.15); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.3); color: white; padding: 8px 16px; border-radius: var(--radius-full); font-size: 13px; font-weight: 700; transition: var(--transition); }
.btn-explore-area:hover { background: var(--primary); border-color: var(--primary); gap: 9px; }
.btn-explore-area .material-icons-round { font-size: 16px; transition: transform 0.25s ease; }
.area-card:hover .btn-explore-area .material-icons-round { transform: translateX(3px); }

/* ===== ARTICLES ===== */
.articles-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 18px;
}
.article-card {
  position: relative;
  display: block;
  border-radius: 22px;
  overflow: hidden;
  cursor: pointer;
  min-height: 200px;
  border: 1px solid rgba(17,24,39,0.06);
  box-shadow: 0 10px 26px rgba(17,24,39,0.06);
  transition: var(--transition);
}
.article-card:hover { box-shadow: 0 20px 40px rgba(17,24,39,0.16); transform: translateY(-4px); }
.article-card-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: var(--gray-200);
}
.article-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s cubic-bezier(0.4,0,0.2,1); }
.article-card:hover .article-card-media img { transform: scale(1.07); }
.article-card-featured { grid-row: 1 / 3; min-height: 420px; }
.article-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,13,22,0.9) 0%, rgba(8,13,22,0.32) 55%, rgba(8,13,22,0.02) 100%); display: flex; flex-direction: column; justify-content: flex-end; padding: 22px; transition: var(--transition); }
.article-card:hover .article-overlay { background: linear-gradient(to top, rgba(8,13,22,0.95) 0%, rgba(8,13,22,0.4) 60%, rgba(8,13,22,0.05) 100%); }
.article-cat-badge { display: inline-block; background: var(--primary); color: white; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: var(--radius-full); margin-bottom: 8px; }
.article-overlay h3 { font-size: 18px; font-weight: 800; color: white; line-height: 1.4; margin-bottom: 8px; }
.article-overlay h4 { font-size: 13px; font-weight: 700; color: white; line-height: 1.4; margin-bottom: 8px; }
.article-meta { display: flex; align-items: center; gap: 6px; font-size: 12px; color: rgba(255,255,255,0.7); }
.article-meta .material-icons-round { font-size: 14px; }

/* ===== CTA SECTION ===== */
.cta-section {
  background: linear-gradient(135deg, #1A202C 0%, #2D3748 40%, #1a3a5c 70%, #203A43 100%);
  padding: 80px 0; position: relative; overflow: hidden; text-align: center;
}
.cta-section::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(49,151,149,0.2) 0%, transparent 60%),
              radial-gradient(ellipse at 70% 50%, rgba(229,62,62,0.1) 0%, transparent 50%);
}
.cta-content { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }
.cta-icon { width: 72px; height: 72px; background: linear-gradient(135deg, var(--primary), var(--primary-dark)); border-radius: var(--radius-xl); display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; box-shadow: 0 8px 30px rgba(229,62,62,0.4); }
.cta-icon .material-icons-round { font-size: 36px; color: white; }
.cta-content h2 { font-size: 32px; font-weight: 900; color: white; margin-bottom: 16px; }
.cta-content p { font-size: 16px; color: rgba(255,255,255,0.75); margin-bottom: 32px; line-height: 1.7; }
.cta-content p strong { color: var(--accent-teal-light); font-weight: 700; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 28px; }
.btn-cta-primary { display: flex; align-items: center; gap: 10px; background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: white; padding: 14px 28px; border-radius: var(--radius-full); font-size: 15px; font-weight: 700; transition: var(--transition); box-shadow: 0 4px 20px rgba(229,62,62,0.4); }
.btn-cta-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(229,62,62,0.5); }
.btn-cta-secondary { display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,0.1); backdrop-filter: blur(10px); border: 2px solid rgba(255,255,255,0.3); color: white; padding: 14px 28px; border-radius: var(--radius-full); font-size: 15px; font-weight: 700; transition: var(--transition); }
.btn-cta-secondary:hover { background: rgba(255,255,255,0.2); border-color: rgba(255,255,255,0.5); transform: translateY(-2px); }
.btn-cta-zalo { display: flex; align-items: center; gap: 10px; background: linear-gradient(135deg, #0091FF, #0058D6); color: white; padding: 14px 28px; border-radius: var(--radius-full); font-size: 15px; font-weight: 700; transition: var(--transition); box-shadow: 0 4px 20px rgba(0,88,214,0.4); }
.btn-cta-zalo:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,88,214,0.5); }
.cta-benefits { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; }
.cta-benefit { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.85); font-size: 14px; font-weight: 500; }
.cta-benefit .material-icons-round { font-size: 18px; color: var(--accent-teal-light); }

/* ===== FOOTER ===== */
.site-footer { background: var(--secondary-dark); padding: 40px 0 0; }

.footer-card {
  position: relative;
  padding: 40px 44px 0;
  background: linear-gradient(160deg, rgba(255,255,255,0.035), rgba(255,255,255,0.01));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  overflow: hidden;
}

.footer-grid { display: grid; grid-template-columns: 1.15fr 0.85fr 1fr 1fr; gap: 40px; padding-bottom: 40px; }

.footer-brand .site-logo { margin-bottom: 16px; }
.footer-brand > p { font-size: 13px; color: var(--gray-400); line-height: 1.7; }
.footer-divider { width: 44px; height: 3px; margin: 20px 0; border-radius: 2px; background: linear-gradient(90deg, var(--primary), var(--accent-teal-light)); }

.footer-mini-contact { display: flex; flex-direction: column; gap: 10px; margin-bottom: 22px; }
.footer-mini-contact a,
.footer-mini-contact span { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--gray-400); transition: var(--transition); }
.footer-mini-contact a:hover { color: var(--accent-teal-light); }
.footer-mini-contact .material-icons-round { font-size: 17px; color: var(--accent-teal-light); flex-shrink: 0; }

.footer-socials-title { font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gray-500); margin-bottom: 12px; }
.footer-socials { display: flex; gap: 10px; }
.footer-socials:empty { display: none; }
.social-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--social-bg, rgba(255,255,255,0.08));
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: var(--transition);
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}
.social-btn:hover { transform: translateY(-3px) scale(1.06); filter: brightness(1.1); }
.social-btn svg { width: 17px; height: 17px; }

.footer-col h4 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 20px;
}
.footer-col h4::before {
  content: '';
  width: 14px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--primary), var(--accent-teal-light));
}

.footer-list-arrow { display: flex; flex-direction: column; gap: 4px; }
.footer-list-arrow a {
  display: flex;
  align-items: center;
  font-size: 13.5px;
  color: var(--gray-400);
  padding: 7px 0;
  transition: var(--transition);
}
.footer-list-arrow a .material-icons-round { font-size: 17px; color: var(--accent-teal-light); margin-right: 2px; transition: var(--transition); }
.footer-list-arrow a:hover { color: var(--white); padding-left: 4px; }
.footer-list-arrow a:hover .material-icons-round { transform: translateX(2px); }

.footer-cat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 14px; margin-bottom: 18px; }
.footer-cat-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--gray-300);
  transition: var(--transition);
}
.footer-cat-item:hover { color: var(--white); }
.footer-cat-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(79,209,197,0.14);
  color: var(--accent-teal-light);
  transition: var(--transition);
}
.footer-cat-icon .material-icons-round { font-size: 15px; }
.footer-cat-item:hover .footer-cat-icon { background: linear-gradient(135deg, var(--accent-teal-light), var(--accent-teal)); color: #08131a; transform: scale(1.08); }

.footer-cat-viewall {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--accent-teal-light);
  border: 1px solid rgba(79,209,197,0.35);
  padding: 8px 16px;
  border-radius: var(--radius-full);
  transition: var(--transition);
}
.footer-cat-viewall .material-icons-round { font-size: 16px; }
.footer-cat-viewall:hover { background: linear-gradient(135deg, var(--accent-teal-light), var(--accent-teal)); color: #08131a; border-color: transparent; }

.newsletter-desc { font-size: 13px; color: var(--gray-400); line-height: 1.6; margin-bottom: 16px; }
.newsletter-form {
  display: flex;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-full);
  overflow: hidden;
  transition: var(--transition);
}
.newsletter-form:focus-within { border-color: var(--accent-teal-light); box-shadow: 0 0 0 3px rgba(79,209,197,0.15); }
.newsletter-form input { flex: 1; min-width: 0; background: transparent; border: none; padding: 12px 6px 12px 16px; font-size: 13px; color: var(--gray-300); outline: none; font-family: var(--font-main); }
.newsletter-form input::placeholder { color: var(--gray-600); }
.newsletter-form button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  flex-shrink: 0;
  margin: 3px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  box-shadow: 0 4px 14px rgba(229,62,62,0.32);
  border: none;
  border-radius: var(--radius-full);
  color: white;
  cursor: pointer;
  transition: var(--transition);
}
.newsletter-form button:hover { filter: brightness(1.08); transform: scale(1.05); box-shadow: 0 6px 18px rgba(229,62,62,0.42); }
.newsletter-form button .material-icons-round { font-size: 18px; display: block; }
.newsletter-privacy { display: flex; align-items: center; gap: 6px; font-size: 11.5px; color: var(--gray-600); margin: 10px 0 20px; }
.newsletter-privacy .material-icons-round { font-size: 13px; }

.footer-support-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  background: linear-gradient(135deg, rgba(229,62,62,0.24), rgba(197,48,48,0.34));
  border: 1px solid rgba(229,62,62,0.55);
  border-radius: var(--radius-lg);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
  transition: var(--transition);
}
.footer-support-card:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(229,62,62,0.28); }
.footer-support-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  box-shadow: 0 6px 16px rgba(229,62,62,0.32);
  color: white;
}
.footer-support-icon .material-icons-round { font-size: 20px; }
.footer-support-text { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.footer-support-text small { font-size: 11.5px; color: rgba(255,255,255,0.75); }
.footer-support-text strong { font-size: 17px; color: white; font-weight: 800; letter-spacing: 0.01em; }
.footer-support-text em { font-style: normal; font-size: 11px; color: rgba(255,255,255,0.6); }

.footer-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  padding: 26px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.footer-trust-item { display: flex; align-items: center; gap: 12px; }
.footer-trust-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(79,209,197,0.14);
  color: var(--accent-teal-light);
}
.footer-trust-icon .material-icons-round { font-size: 20px; }
.footer-trust-item strong { display: block; font-size: 13.5px; color: var(--white); font-weight: 700; }
.footer-trust-item small { display: block; font-size: 12px; color: var(--gray-500); margin-top: 2px; }

.footer-bottom { padding: 20px 0; }
.footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer-bottom-legal p { font-size: 12.5px; color: var(--gray-600); }
.footer-bottom-tagline { margin-top: 3px; }
.footer-heart { color: var(--primary); }
.footer-bottom-nav { display: flex; gap: 20px; }
.footer-bottom-nav a { font-size: 12.5px; color: var(--gray-500); transition: var(--transition); }
.footer-bottom-nav a:hover { color: var(--accent-teal-light); }

/* ===== MODALS ===== */
.modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.6); backdrop-filter: blur(6px); z-index: 10000; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: all 0.3s ease; padding: 20px; }
.modal-overlay.active { opacity: 1; visibility: visible; }
.modal-box { background: var(--white); border-radius: var(--radius-xl); width: 100%; max-width: 420px; max-height: 90vh; overflow-y: auto; box-shadow: var(--shadow-xl); transform: scale(0.9) translateY(20px); transition: all 0.3s cubic-bezier(0.34,1.56,0.64,1); }
.modal-overlay.active .modal-box { transform: scale(1) translateY(0); }
.modal-head { text-align: center; padding: 32px 32px 24px; position: relative; }
.modal-logo-icon { width: 56px; height: 56px; background: linear-gradient(135deg, var(--primary), var(--primary-dark)); border-radius: 16px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.modal-logo-icon .material-icons-round { font-size: 28px; color: white; }
.modal-head h3 { font-size: 22px; font-weight: 800; color: var(--gray-900); margin-bottom: 4px; }
.modal-head p { font-size: 14px; color: var(--gray-500); }
.modal-close { position: absolute; top: 16px; right: 16px; background: var(--gray-100); border: none; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: var(--transition); color: var(--gray-600); }
.modal-close:hover { background: var(--gray-200); }
.modal-close .material-icons-round { font-size: 18px; }
.modal-body { padding: 0 32px 32px; }
.btn-social { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; padding: 12px; border-radius: var(--radius-md); font-size: 14px; font-weight: 600; cursor: pointer; transition: var(--transition); margin-bottom: 10px; }
.btn-social-google { background: var(--white); border: 2px solid var(--gray-200); color: var(--gray-700); }
.btn-social-google:hover { border-color: var(--gray-300); background: var(--gray-50); }
.btn-social-fb { background: #1877F2; border: none; color: white; }
.btn-social-fb:hover { background: #166FE5; }
.btn-social svg { width: 20px; height: 20px; flex-shrink: 0; }
.or-divider { display: flex; align-items: center; gap: 12px; color: var(--gray-400); font-size: 12px; font-weight: 500; margin: 16px 0; }
.or-divider::before, .or-divider::after { content: ''; flex: 1; height: 1px; background: var(--gray-200); }
.form-group { margin-bottom: 14px; }
.form-group label { display: block; font-size: 13px; font-weight: 600; color: var(--gray-700); margin-bottom: 6px; }
.form-group input { width: 100%; padding: 11px 14px; border: 2px solid var(--gray-200); border-radius: var(--radius-md); font-size: 14px; font-family: var(--font-main); color: var(--gray-800); outline: none; transition: var(--transition); }
.form-group input:focus { border-color: var(--primary); box-shadow: 0 0 0 4px rgba(229,62,62,0.1); }
.form-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; font-size: 13px; }
.checkbox-label { display: flex; align-items: center; gap: 8px; color: var(--gray-600); cursor: pointer; }
.forgot-pass { color: var(--primary); font-weight: 600; }
.btn-submit { width: 100%; padding: 13px; background: linear-gradient(135deg, var(--primary), var(--primary-dark)); border: none; border-radius: var(--radius-md); color: white; font-size: 15px; font-weight: 700; cursor: pointer; transition: var(--transition); font-family: var(--font-main); }
.btn-submit:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(229,62,62,0.4); }
.modal-switch { text-align: center; font-size: 13px; color: var(--gray-500); margin-top: 16px; }
.modal-switch a { color: var(--primary); font-weight: 700; }

.form-group-password { position: relative; }
.form-group-password input { padding-right: 42px; }
.password-toggle-btn { position: absolute; right: 10px; bottom: 11px; background: none; border: none; padding: 2px; cursor: pointer; color: var(--gray-400); display: flex; }
.password-toggle-btn:hover { color: var(--gray-600); }
.password-toggle-btn .material-icons-round { font-size: 20px; }

.pw-requirements { list-style: none; margin: 2px 0 14px; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.pw-req { display: flex; align-items: center; gap: 6px; font-size: 12.5px; color: var(--gray-400); transition: var(--transition); }
.pw-req .material-icons-round { font-size: 16px; }
.pw-req.is-met { color: var(--accent-green); }

.tl-terms-check { align-items: flex-start; margin-bottom: 16px; font-size: 12.5px; line-height: 1.5; }
.tl-terms-check input { margin-top: 3px; accent-color: var(--primary); flex-shrink: 0; }
.tl-terms-check a { color: var(--primary); font-weight: 600; }

.tl-hp-field { position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden; }

.modal-box-lg { max-width: 560px; }
.tl-report-intro { color: var(--gray-500); font-size: 14.5px; margin-bottom: 18px; }
.tl-report-form { display: flex; flex-direction: column; gap: 12px; }
.tl-report-option {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: var(--gray-800);
  cursor: pointer;
}
.tl-report-option input { width: 18px; height: 18px; accent-color: var(--primary); flex-shrink: 0; }
.tl-report-detail {
  width: 100%;
  margin-top: 6px;
  padding: 12px 14px;
  border: 2px solid var(--gray-200);
  border-radius: var(--radius-md);
  font-size: 14px;
  font-family: var(--font-main);
  color: var(--gray-800);
  resize: vertical;
}
.tl-report-detail:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 4px rgba(229,62,62,0.1); }
.tl-report-submit { display: flex; align-items: center; justify-content: center; gap: 4px; width: auto; align-self: center; padding: 13px 32px; text-transform: uppercase; letter-spacing: 0.3px; margin-top: 6px; }
.tl-report-submit:disabled { opacity: 0.6; cursor: not-allowed; transform: none; box-shadow: none; }

/* Back to Top */
#back-to-top { position: fixed; bottom: 30px; right: 30px; width: 44px; height: 44px; background: linear-gradient(135deg, var(--primary), var(--primary-dark)); border: none; border-radius: 50%; color: white; cursor: pointer; box-shadow: 0 4px 15px rgba(229,62,62,0.4); opacity: 0; visibility: hidden; transform: translateY(10px); transition: var(--transition); display: flex; align-items: center; justify-content: center; z-index: 999; }
#back-to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
#back-to-top:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(229,62,62,0.5); }

/* Animations */
@keyframes fadeInDown { from { opacity: 0; transform: translateY(-15px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

/* ===== WordPress Default Classes ===== */
.alignleft { float: left; margin: 0 20px 20px 0; }
.alignright { float: right; margin: 0 0 20px 20px; }
.aligncenter { clear: both; display: block; margin: 0 auto 20px; }
.wp-caption { max-width: 100%; margin-bottom: 1em; }
.wp-caption-text { font-size: 13px; color: var(--gray-500); text-align: center; margin-top: 5px; }
.sticky { background: rgba(229,62,62,0.03); border-left: 3px solid var(--primary); }
.bypostauthor {}
.screen-reader-text { clip: rect(1px,1px,1px,1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; }

/* ===== SECTION CENTER CTA ===== */
.section-cta { text-align: center; margin-top: 36px; }
.btn-outline-center { display: inline-flex; align-items: center; gap: 8px; color: var(--primary); font-size: 14px; font-weight: 700; padding: 12px 28px; border: 2px solid var(--primary); border-radius: var(--radius-full); transition: var(--transition); }
.btn-outline-center:hover { background: var(--primary); color: white; transform: translateY(-2px); box-shadow: 0 4px 16px rgba(229,62,62,0.3); }
.btn-outline-center .material-icons-round { font-size: 18px; }
.btn-fill-center { display: inline-flex; align-items: center; gap: 8px; color: white; font-size: 14px; font-weight: 700; padding: 12px 28px; border: 2px solid transparent; border-radius: var(--radius-full); background: linear-gradient(135deg, var(--primary), var(--primary-dark)); transition: var(--transition); }
.btn-fill-center:hover { transform: translateY(-2px); box-shadow: 0 4px 16px rgba(229,62,62,0.4); color: white; }
.btn-fill-center .material-icons-round { font-size: 18px; }

/* ===== SINGLE / PAGE ===== */
.page-content, .entry-content { background: var(--white); border-radius: var(--radius-lg); padding: 40px; box-shadow: var(--shadow-sm); }
.entry-title { font-size: 28px; font-weight: 800; color: var(--gray-900); margin-bottom: 20px; }
.entry-meta { font-size: 13px; color: var(--gray-500); margin-bottom: 20px; display: flex; gap: 16px; flex-wrap: wrap; }
.entry-content p { margin-bottom: 16px; line-height: 1.8; text-align: justify; text-justify: inter-word; }
.entry-content h2, .entry-content h3, .entry-content h4 { font-weight: 700; color: var(--gray-900); margin: 24px 0 12px; }

/* ===== 404 ===== */
.error-404 { text-align: center; padding: 80px 20px; }
.error-404 .error-code { font-size: 120px; font-weight: 900; color: var(--primary); line-height: 1; }
.error-404 h1 { font-size: 28px; font-weight: 800; color: var(--gray-800); margin-bottom: 12px; }
.error-404 p { color: var(--gray-500); margin-bottom: 28px; }
.btn-home { display: inline-flex; align-items: center; gap: 8px; background: var(--primary); color: white; padding: 12px 28px; border-radius: var(--radius-full); font-size: 15px; font-weight: 700; transition: var(--transition); }
.btn-home:hover { background: var(--primary-dark); transform: translateY(-2px); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .toplist-layout { grid-template-columns: 1fr; }
  .toplist-list { display: grid; grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 28px; }
  .footer-card { padding: 36px 32px 0; }
  .footer-trust-strip { grid-template-columns: 1fr 1fr; gap: 24px 16px; }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-card-featured { grid-row: auto; }
  .guide-card-featured img { min-height: 260px; }
  .areas-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: auto; }
  .areas-grid .area-card-large { grid-row: auto; min-height: 220px; }
  .areas-grid .area-card:not(.area-card-large) { min-height: 220px; }
  .articles-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: auto; }
  .articles-grid .article-card-featured { grid-row: auto; min-height: 220px; }
  .articles-grid .article-card:not(.article-card-featured) { min-height: 220px; }
}

@media (max-width: 768px) {
  .btn-partner { display: none; }
  .header-actions .btn-login { display: none; }
  .hamburger { display: flex; }
  .header-nav { display: none; }
  .header-nav.mobile-open {
    display: block;
    flex-basis: 100%;
    order: 5;
    border-top: 1px solid var(--gray-100);
    padding: 10px 0;
  }
  .header-nav.mobile-open .nav-menu { flex-direction: column; align-items: stretch; }
  .nav-link { padding: 12px 20px; }
  .dropdown-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; background: var(--gray-50); border-radius: 0; padding-left: 20px; display: none; }
  .dropdown-menu.mobile-dd-open { display: block; }
  .dropdown-menu.wide { grid-template-columns: 1fr; }
  .toplist-list { grid-template-columns: 1fr; }
  .listings-grid { grid-template-columns: repeat(2,1fr); }
  .accommodation-grid { grid-template-columns: repeat(2,1fr); }
  .hero-stats { gap: 16px; }
  .hero-stat:not(:last-child)::after { right: -8px; }
  .cta-actions { flex-direction: column; align-items: center; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-card { padding: 30px 22px 0; border-radius: 20px; }
  .footer-trust-strip { grid-template-columns: 1fr; gap: 18px; }
  .footer-bottom-inner { flex-direction: column; align-items: flex-start; gap: 14px; text-align: left; }
  .hero-search-box { flex-direction: column; border-radius: var(--radius-xl); }
  .hero-location-select { border-right: none; border-bottom: 1px solid var(--gray-200); }
  .hero-search-btn { border-radius: 0 0 var(--radius-xl) var(--radius-xl); justify-content: center; }
}

@media (max-width: 480px) {
  .listings-grid { grid-template-columns: 1fr; }
  .accommodation-grid { grid-template-columns: 1fr; }
  .hero-tags { gap: 6px; }
  .hero-stats { flex-wrap: wrap; justify-content: center; }
  .hero-stat:not(:last-child)::after { display: none; }
  .section { padding: 40px 0; }
  .cta-section { padding: 50px 0; }
}

/* ===== ReviewSaigon header polish ===== */
@media (min-width: 1025px) {
  .main-navigation .menu,
  .main-navigation .nav-menu {
    flex-wrap: nowrap;
  }
}

@media (max-width: 1180px) {
  .header-container {
    grid-template-columns: minmax(218px, auto) minmax(0, 1fr) auto;
    gap: 18px;
  }

  .main-navigation .menu > li + li > a,
  .main-navigation .nav-menu > li + li > a {
    margin-left: 8px;
  }

  .main-navigation .menu > li > a,
  .main-navigation .nav-menu > li > a,
  .main-navigation .nav-link {
    font-size: 15.5px;
  }
}

@media (max-width: 1024px) {
  .header-container {
    min-height: 74px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
  }

  .main-navigation {
    justify-content: flex-end;
    order: 3;
  }

  .main-navigation .menu-toggle {
    display: inline-flex;
  }

  .main-navigation .menu,
  .main-navigation .nav-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 10px 20px 14px;
    background: #FFFFFF;
    border-top: 1px solid rgba(27, 43, 68, 0.08);
    box-shadow: 0 18px 34px rgba(27, 43, 68, 0.12);
  }

  .main-navigation.toggled .menu,
  .main-navigation.toggled .nav-menu {
    display: flex;
  }

  .main-navigation .menu > li + li > a,
  .main-navigation .nav-menu > li + li > a {
    margin-left: 0;
  }

  .main-navigation .menu > li > a,
  .main-navigation .nav-menu > li > a,
  .main-navigation .nav-link {
    width: 100%;
    min-height: 44px;
    padding: 10px 4px;
    font-size: 16px;
    border-bottom: 1px solid rgba(27, 43, 68, 0.06);
  }

  .main-navigation .sub-menu,
  .main-navigation .dropdown-menu {
    position: static;
    min-width: 0;
    margin: 0 0 8px 28px;
    padding: 4px;
    opacity: 1;
    visibility: visible;
    transform: none;
    border: 0;
    border-radius: 8px;
    box-shadow: none;
    background: #F8FAFC;
  }

  .header-actions {
    display: none;
  }
}

@media (max-width: 560px) {
  .header-container {
    min-height: 68px;
  }

  .site-logo .logo-name,
  .site-title {
    font-size: 21px;
  }

  .site-logo .logo-tagline,
  .site-description {
    margin-top: 10px;
    font-size: 11px;
  }
}

/* ===== Production archive/search/single layer ===== */
.toplist-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  color: var(--gray-500);
  font-size: 13px;
}
.toplist-breadcrumb a { color: var(--gray-600); font-weight: 600; }
.toplist-breadcrumb a:hover { color: var(--primary); }
.toplist-breadcrumb .material-icons-round { font-size: 16px; color: var(--gray-400); }

.tl-archive-hero,
.tl-single-hero {
  padding: 42px 0;
  background: linear-gradient(135deg, #fff 0%, #f7fafc 55%, #edf7f6 100%);
  border-bottom: 1px solid var(--gray-200);
}
.tl-single-hero + .section { padding-top: 28px; }
.tl-archive-hero-dark {
  background: linear-gradient(135deg, #1f2937 0%, #234a56 58%, #8f2f2f 100%);
  color: #fff;
}
.tl-archive-hero-dark .toplist-breadcrumb,
.tl-archive-hero-dark .toplist-breadcrumb a,
.tl-archive-hero-dark .tl-archive-head p,
.tl-archive-hero-dark .tl-single-copy p { color: rgba(255,255,255,0.78); }
.tl-archive-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
}
.tl-archive-head h1,
.tl-single-copy h1 {
  margin: 8px 0 10px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.12;
  letter-spacing: 0;
  color: inherit;
}
.tl-archive-head p,
.tl-single-copy p {
  max-width: 760px;
  color: var(--gray-600);
}
.tl-archive-count {
  min-width: 132px;
  padding: 16px;
  border-radius: var(--radius-md);
  background: rgba(255,255,255,0.72);
  box-shadow: var(--shadow-sm);
  text-align: center;
}
.tl-archive-hero-dark .tl-archive-count { background: rgba(255,255,255,0.12); }
.tl-archive-count strong { display: block; font-size: 30px; line-height: 1; color: var(--primary); }
.tl-archive-count span { font-size: 12px; color: var(--gray-500); }

.tl-filter-panel,
.tl-search-page-form {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr auto;
  gap: 12px;
  align-items: end;
  margin-top: 26px;
  padding: 16px;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.tl-search-page-form { grid-template-columns: 1fr auto; }
.tl-filter-panel label span {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 700;
  color: var(--gray-600);
}
.tl-filter-panel input,
.tl-filter-panel select,
.tl-search-page-form input {
  width: 100%;
  height: 44px;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  padding: 0 12px;
  color: var(--gray-800);
  background: var(--white);
  outline: none;
}
.tl-filter-panel input:focus,
.tl-filter-panel select:focus,
.tl-search-page-form input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(229,62,62,0.1);
}
.tl-filter-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}
.tl-filter-actions a { color: var(--gray-500); font-weight: 700; font-size: 13px; }

.tl-filter-facets {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}
.tl-filter-group {
  flex: 1 1 200px;
  min-width: 180px;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  background: var(--gray-50);
}
.tl-filter-group summary {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 700;
  color: var(--gray-800);
  cursor: pointer;
  list-style: none;
}
.tl-filter-group summary::-webkit-details-marker { display: none; }
.tl-filter-group summary .material-icons-round { font-size: 17px; color: var(--primary); }
.tl-filter-checks {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0 14px 14px;
  max-height: 220px;
  overflow-y: auto;
}
.tl-filter-checks label { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--gray-700); font-weight: 400; cursor: pointer; }
.tl-filter-checks input { width: 16px; height: 16px; flex-shrink: 0; accent-color: var(--primary); }
@media (max-width: 768px) {
  .tl-filter-group { flex: 1 1 100%; }
}

.tl-grid {
  display: grid;
  gap: 20px;
}
.tl-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tl-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.tl-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
.tl-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.tl-card-media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.tl-card-media img { width: 100%; height: 100%; object-fit: cover; }
.tl-card-type {
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 5px 10px;
  border-radius: var(--radius-full);
  background: rgba(17,24,39,0.74);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}
.tl-card-body { padding: 16px; }
.tl-card-meta,
.tl-card-actions,
.tl-share,
.tl-single-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.tl-card-meta { margin-bottom: 10px; color: var(--gray-500); font-size: 12px; }
@media (max-width: 560px) {
  .page-content, .entry-content { padding: 18px; }
}
@media (max-width: 560px) {
  .tl-single-actions { flex-wrap: nowrap; gap: 8px; }
  .tl-single-actions > * {
    flex: 1 1 0;
    min-width: 0;
    justify-content: center;
    gap: 5px;
    padding: 10px 8px;
    font-size: 12.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .tl-single-actions > * .material-icons-round { font-size: 15px; }
}
.tl-card-meta a { color: var(--primary); font-weight: 800; }
.tl-card-meta .material-icons-round { font-size: 14px; vertical-align: middle; }
.tl-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.35;
}
.tl-card p { color: var(--gray-600); font-size: 14px; margin-bottom: 14px; }
.tl-card-actions {
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid var(--gray-100);
  font-size: 13px;
  color: var(--gray-500);
}
.tl-card-actions a { color: var(--primary); font-weight: 800; }
.tl-card-actions .material-icons-round { font-size: 15px; vertical-align: middle; }

.tl-empty {
  max-width: 700px;
  margin: 0 auto;
  padding: 42px 24px;
  text-align: center;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.tl-empty > .material-icons-round { font-size: 52px; color: var(--primary); }
.tl-empty h2 { margin: 10px 0; font-size: 24px; color: var(--gray-900); }
.tl-empty p { color: var(--gray-600); }
.tl-pagination { margin-top: 32px; text-align: center; }
.tl-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  margin: 3px;
  padding: 0 10px;
  border-radius: var(--radius-sm);
  background: var(--white);
  border: 1px solid var(--gray-200);
  color: var(--gray-700);
  font-weight: 700;
}
.tl-pagination .current,
.tl-pagination .page-numbers:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

.tl-seo-block h2 { font-size: 26px; margin-bottom: 12px; color: var(--gray-900); }
.tl-seo-block p { max-width: 860px; color: var(--gray-600); margin-bottom: 12px; }

.tl-faq-section .section-title { margin-bottom: 20px; }
.tl-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 860px;
}
.tl-faq-item {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  padding: 4px 20px;
}
.tl-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 0;
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  color: var(--gray-900);
}
.tl-faq-question::-webkit-details-marker { display: none; }
.tl-faq-chevron { font-size: 20px; color: var(--gray-400); flex-shrink: 0; transition: transform 0.25s ease; }
.tl-faq-item[open] .tl-faq-chevron { transform: rotate(180deg); }
.tl-faq-answer { padding: 0 0 18px; color: var(--gray-600); }
.tl-faq-answer p:last-child { margin-bottom: 0; }
.tl-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.tl-inline-links a {
  padding: 8px 12px;
  border-radius: var(--radius-full);
  border: 1px solid var(--gray-200);
  background: var(--white);
  color: var(--gray-700);
  font-weight: 700;
  font-size: 13px;
}

.tl-search-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
.tl-search-tabs a {
  padding: 9px 14px;
  border-radius: var(--radius-full);
  border: 1px solid var(--gray-200);
  font-weight: 800;
  color: var(--gray-700);
}
.tl-search-tabs .active,
.tl-search-tabs a:hover { background: var(--primary); color: #fff; border-color: var(--primary); }

.tl-live-search { position: relative; overflow: visible; }
.tl-search-suggest {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  display: none;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  z-index: 1200;
}
.tl-search-suggest.active { display: block; }
.tl-suggest-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 10px;
  padding: 10px;
  border-bottom: 1px solid var(--gray-100);
}
.tl-suggest-item:hover,
.tl-suggest-item.is-active { background: var(--gray-50); }
.tl-suggest-item img { width: 54px; height: 46px; object-fit: cover; border-radius: var(--radius-sm); }
.tl-suggest-item strong { display: block; color: var(--gray-900); font-size: 13px; line-height: 1.35; }
.tl-suggest-item span { color: var(--primary); font-size: 11px; font-weight: 800; }
.tl-suggest-item p { margin: 2px 0 0; color: var(--gray-500); font-size: 12px; line-height: 1.35; }
.tl-suggest-all {
  display: block;
  padding: 11px 14px;
  color: var(--primary);
  font-weight: 800;
  text-align: center;
}

.tl-single-hero-grid,
.tl-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 32px;
  align-items: start;
}
.tl-single-media {
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  aspect-ratio: 4 / 3;
  background: var(--gray-100);
}
.tl-single-media img { width: 100%; height: 100%; object-fit: cover; }
.tl-editor-note,
.tl-sticky-box {
  padding: 16px;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  background: var(--gray-50);
}

/* ===== Place gallery (single dia-diem) ===== */
.tl-place-gallery {
  --tl-gallery-height: clamp(420px, 34vw, 500px);
  display: grid;
  grid-template-columns: minmax(0, 2.04fr) minmax(300px, 0.96fr);
  gap: 24px;
  margin-bottom: 0;
  align-items: stretch;
}
.tl-place-gallery-main {
  position: relative;
  margin: 0;
  min-width: 0;
  width: 100%;
  height: var(--tl-gallery-height);
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  background: var(--gray-100);
}
.tl-place-gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.tl-place-views {
  position: absolute;
  left: 14px;
  bottom: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: var(--radius-full);
  background: rgba(17, 24, 39, 0.65);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.tl-place-views .material-icons-round { font-size: 16px; }
.tl-place-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 18px;
  height: var(--tl-gallery-height);
  min-width: 0;
}
.tl-place-thumb {
  position: relative;
  padding: 0;
  border: 2px solid transparent;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--gray-100);
  cursor: pointer;
  min-height: 0;
  box-shadow: var(--shadow-sm);
}
.tl-place-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tl-place-thumb.is-active { border-color: var(--primary); }
.tl-place-thumb-more {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(17, 24, 39, 0.6);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}
@media (max-width: 768px) {
  .tl-place-gallery { --tl-gallery-height: auto; grid-template-columns: 1fr; }
  .tl-place-gallery-main { aspect-ratio: 4 / 3; height: auto; min-height: 0; max-height: 320px; }
  .tl-place-gallery-thumbs {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    aspect-ratio: 4 / 1.25;
    height: auto;
  }
}

/* ===== Place info body (single dia-diem) ===== */
.tl-place-body {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: 32px;
  margin-top: 0;
}
@media (max-width: 560px) {
  .tl-place-body { padding: 18px; }
}
.tl-place-rating { margin: 10px 0; }
.tl-place-rating .acc-stars { font-size: 18px; }
.tl-place-rating .acc-rating span:last-child { font-size: 14px; }
.tl-place-no-rating { color: var(--gray-500); font-size: 14px; }
.tl-place-meta-list {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tl-place-meta-list li { display: flex; align-items: center; gap: 8px; color: var(--gray-700); font-size: 15px; }
.tl-place-meta-list .material-icons-round { color: var(--primary); font-size: 20px; }
.tl-place-badges { margin-bottom: 14px; }
.tl-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-size: 13.5px;
  font-weight: 700;
}
.tl-badge-green { background: #E7F7EF; color: #1A9A5B; }
.tl-badge-red { background: #FDECEC; color: var(--primary); }
.tl-place-divider { color: var(--gray-300); }
.tl-hours-box h2 { margin-bottom: 10px; }
.tl-hours-list { list-style: none; margin: 0; padding: 0; }
.tl-hours-list li { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 6px 0; border-bottom: 1px dashed var(--gray-100); font-size: 13.5px; color: var(--gray-600); }
.tl-hours-list li:last-child { border-bottom: none; }
.tl-hours-list li span:last-child { color: var(--gray-900); font-weight: 600; }
.tl-place-status-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 20px;
  font-size: 14px;
  color: var(--gray-700);
}
.tl-place-status { display: flex; align-items: center; gap: 6px; }
.tl-place-status .material-icons-round { color: #1A9A5B; font-size: 18px; }
.tl-badge-verified { color: #1A9A5B; }

.tl-legacy-province-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 10px;
  border-radius: var(--radius-full);
  background: rgba(49, 151, 149, 0.1);
  color: var(--accent-teal);
  font-size: 11.5px;
  font-weight: 600;
  white-space: nowrap;
}
.tl-legacy-province-badge .material-icons-round { font-size: 13px; color: inherit; }
/* On a dark photo overlay (area index cards), match the frosted-glass pill style instead. */
.area-meta .tl-legacy-province-badge { background: rgba(255,255,255,0.14); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.22); color: rgba(255,255,255,0.92); }

.tl-report-link { display: flex; align-items: center; gap: 4px; color: var(--gray-500); }
.tl-report-link .material-icons-round { font-size: 16px; }
.tl-place-buttons { display: flex; flex-wrap: wrap; gap: 12px; }

/* ===== Place page master layout (single dia-diem): one continuous
   2-column grid running from the gallery down to related posts, so the
   booking/inquiry form in the right column can stay sticky while the
   left column scrolls through every section. */
.tl-place-master {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(360px, 0.92fr);
  gap: 28px 32px;
  align-items: start;
}
.tl-place-master > * { min-width: 0; }
.tl-place-main {
  display: flex;
  flex-direction: column;
  gap: 24px;
  grid-column: 1;
}
.tl-place-gallery {
  grid-column: 1 / -1;
}
.tl-place-sidebar {
  position: sticky;
  top: calc(var(--header-height, 64px) + 16px);
  display: flex;
  flex-direction: column;
  gap: 20px;
  grid-column: 2;
  grid-row: 2;
}
.tl-place-sidebar .tl-sidebar-support h2 { font-size: 18px; margin: 0 0 12px; }
.tl-place-sidebar .tl-sidebar-support p {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0 0 16px;
  color: var(--gray-700);
  font-weight: 700;
}
@media (max-width: 900px) {
  .tl-place-master { grid-template-columns: 1fr; }
  .tl-place-gallery,
  .tl-place-main,
  .tl-place-sidebar {
    grid-column: auto;
    grid-row: auto;
  }
  .tl-place-sidebar { position: static; }
}

/* ===== Booking / inquiry sidebar form (single dia-diem) ===== */
.tl-inquiry-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: 28px;
}
.tl-inquiry-card h2 { font-size: 19px; margin: 0 0 6px; }
.tl-inquiry-desc { color: var(--gray-500); font-size: 13.5px; margin: 0 0 18px; }
.tl-inquiry-form { display: flex; flex-direction: column; gap: 14px; }
.tl-inquiry-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.tl-inquiry-row > label { min-width: 0; }
.tl-inquiry-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--gray-600);
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.tl-inquiry-form input,
.tl-inquiry-form select,
.tl-inquiry-form textarea {
  width: 100%;
  min-width: 0;
  font-family: var(--font-main, inherit);
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: var(--gray-800);
  padding: 10px 12px;
  border: 2px solid var(--gray-200);
  border-radius: var(--radius-md);
  outline: none;
  background: var(--white);
  box-sizing: border-box;
}
.tl-inquiry-form input:focus,
.tl-inquiry-form select:focus,
.tl-inquiry-form textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(229, 62, 62, 0.1);
}
.tl-inquiry-submit { width: 100%; justify-content: center; margin-top: 4px; text-transform: uppercase; border: none; }
@media (max-width: 480px) {
  .tl-inquiry-row { grid-template-columns: 1fr; }
}

/* ===== Place tab nav + map section (single dia-diem) ===== */
.tl-place-tabs {
  position: sticky;
  top: var(--header-height, 64px);
  z-index: 500;
  display: flex;
  gap: 4px;
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: 0 20px;
  margin-bottom: 24px;
  overflow-x: auto;
}
.tl-place-tab {
  padding: 16px 18px;
  font-size: 15px;
  font-weight: 700;
  color: var(--gray-500);
  border-bottom: 3px solid transparent;
  white-space: nowrap;
  transition: var(--transition);
}
.tl-place-tab:hover { color: var(--primary); }
.tl-place-tab.is-active { color: var(--primary); border-bottom-color: var(--primary); }

.tl-place-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: 32px;
}
@media (max-width: 560px) {
  .tl-place-card { padding: 18px; }
}
.tl-place-full-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}
.tl-place-full-gallery-grid figure { margin: 0; border-radius: var(--radius-md); overflow: hidden; aspect-ratio: 4 / 3; background: var(--gray-100); }
.tl-place-full-gallery-grid img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 768px) {
  .tl-place-full-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.tl-room-list { display: flex; flex-direction: column; gap: 12px; margin-top: 20px; }
.tl-room-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
}
.tl-room-item strong { display: block; color: var(--gray-900); font-size: 15.5px; }
.tl-room-item p { margin: 4px 0 0; color: var(--gray-500); font-size: 13.5px; }
.tl-room-price { flex-shrink: 0; color: var(--primary); font-weight: 700; font-size: 15px; white-space: nowrap; }

.tl-amenity-list { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.tl-amenity-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: var(--radius-full);
  background: var(--gray-50);
  color: var(--gray-700);
  font-size: 14px;
  font-weight: 600;
}
.tl-amenity-chip .material-icons-round { font-size: 18px; color: #1A9A5B; }

.tl-place-map-section .section-desc { margin-bottom: 18px; }
.tl-place-map-frame {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  margin-bottom: 18px;
  aspect-ratio: 16 / 7;
  background: var(--gray-100);
}
.tl-place-map-frame iframe { width: 100%; height: 100%; border: 0; display: block; }
@media (max-width: 768px) {
  .tl-place-map-frame { aspect-ratio: 4 / 3; }
}
.tl-article .entry-content img { border-radius: var(--radius-md); }
.tl-article .entry-content table { display: block; overflow-x: auto; width: 100%; }
.tl-article .entry-content { background: none; box-shadow: none; padding: 0; border-radius: 0; font-size: 16px; }
.tl-article .entry-content h2 {
  font-size: 21px;
  padding-left: 14px;
  border-left: 4px solid var(--primary);
  margin: 36px 0 14px;
}
.tl-article .entry-content h2:first-child { margin-top: 0; }
.tl-article .entry-content h2.tl-rank-heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  padding-left: 0;
  border-left: none;
  margin: 44px 0 18px;
}
.tl-article .entry-content h2.tl-rank-heading:first-child { margin-top: 0; }
.tl-rank-badge {
  flex: none;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  padding: 7px 16px;
  border-radius: var(--radius-full);
  box-shadow: 0 6px 16px rgba(229,62,62,0.35);
}
.tl-rank-title {
  font-size: 24px;
  font-weight: 800;
  color: var(--gray-900);
  text-decoration: underline;
  text-decoration-color: var(--primary);
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
}
@media (max-width: 560px) {
  .tl-rank-badge { font-size: 12px; padding: 6px 13px; }
  .tl-rank-title { font-size: 19px; }
}
.tl-toc-box {
  background: #FDF8F0;
  border: 1px solid #F0E4CC;
  border-radius: var(--radius-lg);
  padding: 18px 20px;
  margin-bottom: 20px;
}
.tl-toc-inline {
  margin: 0 0 28px;
}
.tl-toc-summary {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  list-style: none;
  color: var(--primary);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  user-select: none;
}
.tl-toc-summary::-webkit-details-marker { display: none; }
.tl-toc-summary .material-icons-round:first-child { font-size: 19px; }
.tl-toc-summary span:nth-child(2) { flex: 1; }
.tl-toc-chevron { font-size: 20px; color: var(--gray-400); transition: transform 0.25s ease; }
.tl-toc-box[open] .tl-toc-chevron { transform: rotate(180deg); }
.tl-toc-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tl-toc-list > li > a.tl-toc-link {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--gray-900);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
}
.tl-toc-list > li > a.tl-toc-link:hover { color: var(--primary); }
.tl-toc-link .material-icons-round { font-size: 17px; color: var(--primary); }
.tl-toc-sublist {
  list-style: none;
  margin: 8px 0 0;
  padding-left: 27px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tl-toc-sublist a {
  color: var(--gray-500);
  font-weight: 600;
  font-size: 13px;
  line-height: 1.4;
}
.tl-toc-sublist a:hover { color: var(--primary); }
.tl-share {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid var(--gray-200);
}
.tl-share span { font-weight: 800; color: var(--gray-800); }
.tl-share a { color: var(--primary); font-weight: 800; }
.tl-single-sidebar { position: relative; }
.tl-sticky-box {
  position: sticky;
  top: 110px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
}
.tl-sticky-box h2 { font-size: 18px; margin-bottom: 12px; }
.tl-sticky-box a,
.tl-sticky-box p {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin-bottom: 12px;
  color: var(--gray-700);
  font-weight: 700;
}
.tl-sticky-box a.btn-submit {
  align-items: center;
  color: #fff;
  margin-bottom: 0;
}
.tl-sidebar-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tl-sidebar-widget + .tl-sidebar-widget {
  padding-top: 18px;
  border-top: 1px solid var(--gray-200);
}
.tl-sidebar-post-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tl-sidebar-post {
  display: grid !important;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 10px;
  align-items: center !important;
  margin-bottom: 0 !important;
  color: var(--gray-900) !important;
}
.tl-sidebar-post img {
  width: 82px;
  height: 62px;
  border-radius: var(--radius-sm);
  object-fit: cover;
}
.tl-sidebar-post span {
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
}
.tl-sidebar-support p .material-icons-round {
  color: var(--primary);
  font-size: 20px;
  flex-shrink: 0;
}

.tl-author-box {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin: 0 0 28px;
  padding: 18px;
  border: 1px solid rgba(229, 62, 62, 0.16);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(229, 62, 62, 0.06), rgba(20, 184, 166, 0.07)),
    var(--white);
  box-shadow: var(--shadow-sm);
}
.entry-meta .tl-author-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.entry-meta .tl-author-meta-item a {
  color: var(--primary);
  font-weight: 900;
}
.entry-meta .tl-author-meta-item a:hover {
  color: var(--primary-dark);
}
.tl-author-avatar {
  display: block;
  width: 86px;
  height: 86px;
  overflow: hidden;
  border-radius: 50%;
  border: 3px solid var(--white);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.14);
}
.tl-author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tl-author-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.tl-author-kicker .material-icons-round { font-size: 17px; }
.tl-author-copy h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
}
.tl-author-copy h2 a { color: var(--gray-900); }
.tl-author-role {
  margin: 5px 0 8px !important;
  color: var(--gray-700) !important;
  font-weight: 800 !important;
}
.tl-author-copy > p:not(.tl-author-role) {
  margin: 0 0 12px !important;
  color: var(--gray-600) !important;
  font-weight: 600 !important;
}
.tl-author-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tl-author-proof span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 10px;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.82);
  color: var(--gray-700);
  font-size: 12px;
  font-weight: 800;
}
.tl-author-proof .material-icons-round {
  color: var(--secondary);
  font-size: 16px;
}

.tl-authors-hero,
.tl-author-profile-hero {
  padding: 64px 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(229, 62, 62, 0.12), transparent 26%),
    radial-gradient(circle at 84% 8%, rgba(20, 184, 166, 0.13), transparent 28%),
    linear-gradient(135deg, #fff 0%, #f8fbff 100%);
  border-bottom: 1px solid var(--gray-200);
}
.tl-authors-hero-grid,
.tl-author-profile-grid,
.tl-author-content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 36px;
  align-items: center;
}
.tl-authors-hero-copy h1,
.tl-author-profile-copy h1 {
  margin: 10px 0 16px;
  color: var(--gray-900);
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.02;
}
.tl-authors-hero-copy p,
.tl-author-profile-copy > p {
  max-width: 820px;
  color: var(--gray-700);
  font-size: 18px;
  line-height: 1.75;
}
.tl-authors-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.tl-authors-trust span {
  min-width: 150px;
  padding: 14px 16px;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.8);
  color: var(--gray-600);
  font-weight: 800;
  box-shadow: var(--shadow-sm);
}
.tl-authors-trust strong {
  display: block;
  margin-bottom: 2px;
  color: var(--primary);
  font-size: 26px;
  line-height: 1;
}
.tl-authors-editorial-card {
  padding: 28px;
  border: 1px solid rgba(20, 184, 166, 0.22);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-md);
}
.tl-authors-editorial-card > .material-icons-round {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: 0 14px 30px rgba(229, 62, 62, 0.22);
}
.tl-authors-editorial-card h2 {
  margin: 0 0 10px;
  font-size: 24px;
}
.tl-authors-editorial-card p {
  color: var(--gray-600);
  line-height: 1.65;
}
.tl-authors-editorial-card ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.tl-authors-editorial-card li {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--gray-800);
  font-weight: 800;
}
.tl-authors-editorial-card li .material-icons-round {
  color: var(--secondary);
  font-size: 18px;
}
.tl-author-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.tl-author-card {
  overflow: hidden;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.tl-author-card:hover {
  transform: translateY(-4px);
  border-color: rgba(229, 62, 62, 0.25);
  box-shadow: var(--shadow-md);
}
.tl-author-card-photo {
  display: block;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: var(--gray-100);
}
.tl-author-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.tl-author-card:hover .tl-author-card-photo img { transform: scale(1.04); }
.tl-author-card-body { padding: 20px; }
.tl-author-card-role {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: var(--radius-full);
  background: rgba(229, 62, 62, 0.08);
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
}
.tl-author-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.25;
}
.tl-author-card h3 a { color: var(--gray-900); }
.tl-author-card p {
  color: var(--gray-600);
  line-height: 1.6;
}
.tl-author-card-foot {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding-top: 14px;
  border-top: 1px solid var(--gray-200);
}
.tl-author-card-foot span,
.tl-author-card-foot a {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  color: var(--gray-600);
  font-size: 13px;
  font-weight: 800;
}
.tl-author-card-foot a { color: var(--primary); white-space: nowrap; }
.tl-author-card-foot .material-icons-round { font-size: 16px; }
.tl-author-join {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 30px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, var(--gray-900), #163f44);
  color: #fff;
}
.tl-author-join h2 {
  margin: 8px 0 10px;
  color: #fff;
  font-size: 34px;
}
.tl-author-join p {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.78);
}
.tl-author-join .section-label { color: #fff; }
.tl-author-profile-photo {
  overflow: hidden;
  border-radius: 32px;
  aspect-ratio: 4 / 5;
  box-shadow: var(--shadow-md);
}
.tl-author-profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tl-author-profile-grid {
  grid-template-columns: 360px minmax(0, 1fr);
}
.tl-author-profile-role {
  color: var(--primary) !important;
  font-weight: 900;
}
.tl-author-profile-proof,
.tl-author-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.tl-author-profile-proof span,
.tl-author-links a {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  padding: 10px 13px;
  border-radius: var(--radius-full);
  background: var(--white);
  color: var(--gray-800);
  font-weight: 800;
  box-shadow: var(--shadow-sm);
}
.tl-author-profile-proof .material-icons-round,
.tl-author-links .material-icons-round {
  color: var(--secondary);
  font-size: 18px;
}
.tl-author-content-layout {
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: start;
}
.tl-author-profile-hero {
  position: relative;
  overflow: hidden;
}
.tl-author-profile-hero::before {
  content: "";
  position: absolute;
  inset: auto 6% -120px auto;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(229,62,62,0.16), transparent 68%);
  pointer-events: none;
}
.tl-author-profile-photo {
  position: relative;
  border-radius: 38px;
}
.tl-author-profile-photo::after {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255,255,255,0.54);
  border-radius: 28px;
  pointer-events: none;
}
.tl-author-profile-role {
  display: inline-flex;
  margin: 0 0 12px;
  padding: 0;
  background: none;
  color: var(--primary) !important;
  font-size: 24px;
  line-height: 1.25;
}
.tl-author-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 0;
}
.tl-author-socials a,
.tl-author-socials > span {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 0;
  font-weight: 900;
  box-shadow: 0 16px 30px rgba(15,23,42,0.18), inset 0 1px 0 rgba(255,255,255,0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}
.tl-author-socials svg {
  width: 21px;
  height: 21px;
  display: block;
  fill: currentColor;
}
.tl-author-socials a:hover {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 22px 42px rgba(15,23,42,0.24), inset 0 1px 0 rgba(255,255,255,0.24);
  filter: saturate(1.08);
}
.tl-author-socials .tl-social-disabled {
  opacity: 1;
  filter: saturate(0.92);
  cursor: default;
}
.tl-author-socials .tl-social-facebook { background: #1877f2; }
.tl-author-socials .tl-social-tiktok { background: #0b0b0f; }
.tl-author-socials .tl-social-youtube { background: #ff0033; }
.tl-author-socials .tl-social-zalo { background: linear-gradient(135deg, #1d8bff, #0068ff); }
.tl-author-socials .tl-social-instagram { background: radial-gradient(circle at 28% 110%, #fdf497 0 16%, #fd5949 38%, #d6249f 62%, #285aeb 100%); }
.tl-author-signature {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  max-width: 820px;
  margin-top: 26px;
  padding: 14px;
  border: 1px solid rgba(229,62,62,0.14);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.92), rgba(255,245,245,0.78)),
    radial-gradient(circle at 10% 20%, rgba(229,62,62,0.08), transparent 34%);
  box-shadow: 0 18px 48px rgba(15,23,42,0.08);
}
.tl-author-signature::before {
  content: "Góc nhìn thực tế";
  flex: 0 0 auto;
  padding: 10px 14px;
  border-radius: var(--radius-full);
  color: var(--primary);
  background: rgba(229,62,62,0.1);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.tl-author-signature-copy {
  flex: 1 1 320px;
  min-width: 0;
}
.tl-author-signature-copy strong {
  display: block;
  margin-bottom: 4px;
  color: var(--gray-900);
  font-size: 18px;
  line-height: 1.35;
}
.tl-author-signature-copy p {
  margin: 0;
  color: var(--gray-600);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}
.tl-author-signature-stats {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}
.tl-author-signature span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 13px;
  border-radius: var(--radius-full);
  background: #fff;
  color: var(--gray-700);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(15,23,42,0.06);
}
.tl-author-signature strong {
  color: var(--gray-900);
  font-size: 18px;
}
.tl-author-story-card,
.tl-author-timeline,
.tl-author-journey {
  border: 1px solid var(--gray-200);
  border-radius: 26px;
  background: var(--white);
  box-shadow: 0 18px 48px rgba(15,23,42,0.07);
}
.tl-author-story-card {
  padding: 34px;
}
.tl-author-story-card h2 {
  max-width: 720px;
  margin: 8px 0 22px;
  color: var(--gray-900);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
}
.tl-author-story-card .entry-content {
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.tl-author-topic-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid var(--gray-200);
}
.tl-author-topic-cloud span {
  padding: 9px 13px;
  border-radius: var(--radius-full);
  background: rgba(229,62,62,0.08);
  color: var(--primary);
  font-size: 13px;
  font-weight: 900;
}
.tl-author-sidebar {
  position: sticky;
  top: 110px;
}
.tl-author-timeline {
  position: relative;
  padding: 26px;
}
.tl-author-timeline h2 {
  margin: 0 0 22px;
  font-size: 24px;
}
.tl-author-timeline::before {
  content: "";
  position: absolute;
  left: 46px;
  top: 76px;
  bottom: 34px;
  width: 2px;
  background: linear-gradient(var(--primary), var(--secondary));
  opacity: 0.35;
}
.tl-author-milestone {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  margin-bottom: 24px;
}
.tl-author-milestone:last-child { margin-bottom: 0; }
.tl-author-milestone > span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--white);
  color: var(--primary);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(229,62,62,0.16);
}
.tl-author-milestone strong {
  display: block;
  margin: 3px 0 6px;
  color: var(--gray-900);
  font-size: 16px;
}
.tl-author-milestone p {
  margin: 0;
  color: var(--gray-600);
  font-size: 14px;
  line-height: 1.55;
}
.tl-author-journey {
  position: relative;
  overflow: hidden;
  padding: 24px;
  background:
    linear-gradient(145deg, #fff, rgba(255,247,247,0.72)),
    radial-gradient(circle at 100% 0, rgba(77,208,197,0.16), transparent 42%);
}
.tl-author-journey::after {
  content: "";
  position: absolute;
  inset: 16px 16px auto auto;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  border: 1px solid rgba(229,62,62,0.18);
  background: radial-gradient(circle, rgba(229,62,62,0.1), transparent 64%);
  pointer-events: none;
}
.tl-author-journey h2 {
  position: relative;
  z-index: 1;
  margin: 8px 0 20px;
  color: var(--gray-900);
  font-size: 26px;
  line-height: 1.18;
}
.tl-author-journey-item {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  padding: 16px 0;
  border-top: 1px solid rgba(15,23,42,0.08);
}
.tl-author-journey-item > span {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  color: var(--primary);
  background: #fff;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(229,62,62,0.12);
}
.tl-author-journey-item strong {
  display: block;
  margin: 2px 0 6px;
  color: var(--gray-900);
  font-size: 16px;
}
.tl-author-journey-item p {
  margin: 0;
  color: var(--gray-600);
  font-size: 14px;
  line-height: 1.6;
}
.tl-author-journey-tags {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 16px;
  border-top: 1px solid rgba(15,23,42,0.08);
}
.tl-author-journey-tags span {
  padding: 8px 11px;
  border-radius: var(--radius-full);
  color: var(--primary);
  background: rgba(229,62,62,0.08);
  font-size: 12px;
  font-weight: 900;
}
.tl-editor-note {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  color: var(--gray-700);
}
.tl-editor-note .material-icons-round { color: var(--accent-green); }
.tl-related { padding: 20px 0 60px; }
.tl-related .section-header { align-items: center; }
.tl-slider-nav { display: flex; gap: 10px; flex-shrink: 0; }
.tl-slider-prev,
.tl-slider-next {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition);
  background: var(--gray-100);
  color: var(--gray-400);
}
.tl-slider-prev { background: var(--primary); color: #fff; }
.tl-slider-prev:hover,
.tl-slider-next:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.tl-slider {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  margin: 0 -4px;
  padding: 4px;
}
.tl-slider::-webkit-scrollbar { display: none; }
.tl-slider-track {
  display: flex;
  gap: 20px;
}
.tl-slider-track > .tl-card {
  flex: 0 0 calc((100% - 40px) / 3);
  scroll-snap-align: start;
  min-width: 0;
}
@media (max-width: 900px) {
  .tl-slider-track > .tl-card { flex: 0 0 calc((100% - 20px) / 2); }
}
@media (max-width: 560px) {
  .tl-slider-track > .tl-card { flex: 0 0 82%; }
}
.tl-floating-contact {
  position: fixed;
  right: 30px;
  bottom: 84px;
  z-index: 999;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--accent-green), #16835a);
  box-shadow: 0 4px 15px rgba(56,161,105,0.35);
}

@media (max-width: 1024px) {
  .tl-filter-panel { grid-template-columns: 1fr 1fr; }
  .tl-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tl-authors-hero-grid,
  .tl-author-profile-grid,
  .tl-author-content-layout {
    grid-template-columns: 1fr;
  }
  .tl-author-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tl-author-profile-photo {
    max-width: 420px;
  }
  .tl-author-sidebar {
    position: static;
  }
}

@media (max-width: 900px) {
  .tl-single-hero-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) and (min-width: 641px) {
  .tl-single-layout {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
    gap: 20px;
  }

  .tl-sticky-box {
    top: 88px;
    padding: 14px;
  }

  .tl-sidebar-post {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .tl-sidebar-post img {
    width: 72px;
    height: 56px;
  }
}

@media (max-width: 640px) {
  .tl-single-layout { grid-template-columns: 1fr; }
  .tl-sticky-box { position: static; }
}

@media (max-width: 768px) {
  .tl-archive-head { grid-template-columns: 1fr; }
  .tl-archive-count { width: 100%; text-align: left; }
  .tl-filter-panel,
  .tl-search-page-form { grid-template-columns: 1fr; }
  .tl-grid-3,
  .tl-grid-4 { grid-template-columns: 1fr; }
  .tl-facts { grid-template-columns: 1fr; }
  .tl-floating-contact { right: 20px; bottom: 76px; }
  .tl-author-box {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .tl-author-grid {
    grid-template-columns: 1fr;
  }
  .tl-author-card-foot,
  .tl-author-join {
    align-items: flex-start;
    flex-direction: column;
  }
  .tl-author-signature,
  .tl-author-signature-stats {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .tl-author-story-card,
  .tl-author-timeline,
  .tl-author-journey {
    padding: 22px;
    border-radius: 20px;
  }
  .tl-authors-hero,
  .tl-author-profile-hero {
    padding: 42px 0;
  }
}

/* ===== Refined UI layer: soft, consolidated, low-conflict ===== */
:root {
  --primary-soft: #fff1f1;
  --surface: #ffffff;
  --surface-soft: #f7f8fb;
  --border-soft: rgba(17,24,39,0.08);
  --shadow-soft: 0 12px 34px rgba(17,24,39,0.07);
  --shadow-soft-hover: 0 18px 44px rgba(17,24,39,0.11);
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-xl: 24px;
  --transition: 180ms ease;
}

body {
  background: linear-gradient(180deg, #f8fafc 0%, #fff 36%, #f6f7f9 100%);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.logo-name,
.hero-title,
.section-title,
.tl-archive-head h1,
.tl-single-copy h1 {
  letter-spacing: 0;
}

.hero {
  min-height: 520px;
  background:
    linear-gradient(135deg, rgba(15,23,42,0.76), rgba(31,84,94,0.56)),
    url("assets/images/hero-saigon.jpg") center / cover;
}

.hero::before {
  background:
    radial-gradient(circle at 50% 36%, rgba(15, 23, 42, 0.18), transparent 36%),
    linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.18));
}

.hero-orb {
  display: none;
}

.hero-content {
  padding: 54px 20px 38px;
}

.hero-title,
.hero-subtitle {
  margin-left: auto;
  margin-right: auto;
}

.hero-title {
  max-width: 860px;
}

.hero-subtitle {
  max-width: 720px;
  line-height: 1.7;
}

.section {
  padding: 72px 0;
}

.section:nth-of-type(even),
.section-alt {
  background: var(--surface);
}

.section:nth-of-type(odd):not(.cta-section) {
  background: var(--surface-soft);
}

/* Every section on the place-detail template already carries its own white
   card with a shadow — turn off the sitewide odd/even section band so
   there's no grey strip showing around the cards. */
.tl-place-page .section {
  background: transparent !important;
}

.section-header {
  align-items: flex-start;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--border-soft);
}

.section-title-group {
  max-width: 760px;
}

.section-label {
  margin-bottom: 8px;
  color: #b83232;
  letter-spacing: 0.08em;
}

.section-label::before {
  background: linear-gradient(90deg, #e85b5b, #f2b36d);
}

.section-title {
  max-width: 780px;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.18;
}

.section-desc {
  max-width: 680px;
  margin-top: 10px;
  color: var(--gray-600);
  line-height: 1.7;
}

.view-all-btn,
.view-all-link,
.btn-outline-center,
.btn-cta-primary,
.btn-cta-secondary,
.btn-cta-zalo,
.btn-explore,
.btn-explore-area,
.btn-book,
.btn-submit {
  align-items: center;
  justify-content: center;
  min-height: 42px;
  transition: background-color var(--transition), border-color var(--transition), color var(--transition), box-shadow var(--transition), transform var(--transition);
}

.listing-card,
.accommodation-card,
.toplist-item,
.tl-card,
.tl-empty,
.tl-filter-panel,
.tl-search-page-form {
  border: 1px solid var(--border-soft);
  box-shadow: 0 8px 26px rgba(17,24,39,0.045);
}

.listing-card,
.accommodation-card,
.guide-card,
.article-card,
.area-card,
.tl-card {
  transform: translateZ(0);
}

.listing-card:hover,
.accommodation-card:hover,
.tl-card:hover {
  box-shadow: var(--shadow-soft-hover);
  transform: translateY(-3px);
}

.listing-card-body h4,
.toplist-item-info h4,
.acc-body h4,
.guide-overlay h3,
.guide-overlay h4,
.article-overlay h3,
.article-overlay h4,
.area-overlay h3,
.featured-overlay h3,
.tl-card h3 {
  overflow-wrap: anywhere;
  word-break: normal;
}

.listing-card-body h4,
.toplist-item-info h4,
.acc-body h4,
.featured-overlay h3,
.featured-overlay p,
.guide-overlay h3,
.guide-overlay h4,
.article-overlay h3,
.article-overlay h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.listing-card-body h4,
.acc-body h4 { -webkit-line-clamp: 2; min-height: 40px; }
.toplist-item-info h4,
.guide-overlay h4,
.article-overlay h4 { -webkit-line-clamp: 2; }
.featured-overlay h3,
.guide-overlay h3,
.article-overlay h3 { -webkit-line-clamp: 3; }
.featured-overlay p { -webkit-line-clamp: 2; }

.toplist-layout {
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  gap: 22px;
  align-items: stretch;
}

.toplist-featured,
.article-card-featured,
.area-card-large {
  min-height: 430px;
  box-shadow: var(--shadow-soft);
}

.featured-overlay,
.article-overlay,
.area-overlay,
.guide-overlay {
  gap: 8px;
  padding: 24px;
  background: linear-gradient(to top, rgba(8,13,22,0.88) 0%, rgba(8,13,22,0.48) 58%, rgba(8,13,22,0.04) 100%);
}

.featured-overlay h3,
.article-overlay h3,
.guide-overlay h3 {
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.22;
}

.featured-overlay p {
  max-width: 720px;
  line-height: 1.65;
}

.guide-cat-tag,
.article-cat-badge {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  width: auto;
  max-width: calc(100% - 24px);
  min-height: 26px;
  margin-bottom: 10px;
  padding: 6px 12px;
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 999px;
  background: rgba(255,255,255,0.16);
  color: #fff;
  box-shadow: none;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  backdrop-filter: blur(10px);
}

.guide-card-featured .guide-cat-tag,
.article-card-featured .article-cat-badge {
  background: rgba(45,212,191,0.18);
  border-color: rgba(94,234,212,0.3);
  color: #d9fffb;
}

.toplist-list {
  display: grid;
  gap: 12px;
}

.toplist-item {
  min-height: 92px;
  padding: 12px;
  background: rgba(255,255,255,0.94);
}

.item-metas,
.guide-meta,
.article-meta,
.featured-footer {
  flex-wrap: wrap;
  row-gap: 8px;
}

.badge-cat,
.badge-location,
.badge-rating,
.listing-cat-badge {
  line-height: 1.25;
}

.listings-grid,
.accommodation-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.listing-card,
.accommodation-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: rgba(255,255,255,0.96);
}

.listing-card-img,
.acc-img-wrap {
  height: auto;
  aspect-ratio: 4 / 3;
}

.listing-card-body,
.acc-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 9px;
  padding: 16px;
}

.listing-card-body h4,
.acc-body h4 {
  margin: 0;
  color: var(--gray-900);
  font-size: 15px;
  line-height: 1.35;
}

.listing-address,
.acc-address {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  min-height: 36px;
  line-height: 1.45;
}

.acc-price {
  margin-top: auto;
}

.btn-book {
  margin-top: 4px;
}

.guide-tabs {
  margin-bottom: 22px;
}

.guide-grid,
.articles-grid,
.areas-grid {
  gap: 18px;
}

.guide-card,
.article-card,
.area-card {
  background: var(--gray-200);
  box-shadow: var(--shadow-sm);
}

.guide-card:not(.guide-card-featured) img,
.area-card:not(.area-card-large) {
  height: auto;
  min-height: 216px;
  aspect-ratio: 4 / 3;
}

.guide-card:not(.guide-card-featured) img {
  min-height: 216px;
}

.guide-overlay h4,
.article-overlay h4 {
  font-size: 16px;
  line-height: 1.35;
}

.area-overlay h3 {
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.2;
}

.tl-filter-panel,
.tl-search-page-form {
  background: rgba(255,255,255,0.92);
  box-shadow: var(--shadow-soft);
}

.tl-filter-panel input,
.tl-filter-panel select,
.tl-search-page-form input {
  border-color: rgba(17,24,39,0.12);
  background: #fff;
}

.tl-filter-panel input:focus,
.tl-filter-panel select:focus,
.tl-search-page-form input:focus {
  border-color: rgba(216,58,58,0.68);
  box-shadow: 0 0 0 4px rgba(216,58,58,0.1);
}

.cta-section {
  padding: 76px 0;
  background:
    linear-gradient(135deg, rgba(17,24,39,0.95), rgba(42,88,98,0.92)),
    url("https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?w=1600&q=82") center / cover;
}

.cta-section::before {
  background: rgba(0,0,0,0.08);
}

.cta-content h2,
.cta-content p {
  margin-left: auto;
  margin-right: auto;
}

.cta-content h2 {
  max-width: 760px;
  line-height: 1.18;
}

.cta-content p {
  max-width: 680px;
}

.footer-grid {
  align-items: start;
}

@media (max-width: 1180px) {
  .listings-grid,
  .accommodation-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1024px) {
  .toplist-layout { grid-template-columns: 1fr; }
  .toplist-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {

  .hero { min-height: auto; }
  .hero-content { padding: 42px 16px 30px; }
  .hero-title { font-size: 32px; }

  .section { padding: 48px 0; }
  .section-header {
    display: block;
    margin-bottom: 22px;
  }
  .section-header .view-all-btn {
    width: 100%;
    margin-top: 16px;
  }

  .toplist-list,
  .listings-grid,
  .accommodation-grid,
  .guide-grid { grid-template-columns: 1fr; }

  .toplist-featured,
  .guide-card-featured img { min-height: 320px; }

  .toplist-item { align-items: flex-start; }
  .featured-overlay,
  .article-overlay,
  .area-overlay,
  .guide-overlay { padding: 18px; }

  .cta-content h2 { font-size: 28px; }
  .tl-floating-contact,
  #back-to-top { display: none; }
}

@media (max-width: 420px) {
  .hero-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .hero-stat {
    padding: 10px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: var(--radius-md);
  }
}

/* ===== Featured toplist showcase ===== */
.toplist-showcase-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(239,68,68,0.09), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(14,165,233,0.1), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f8fbff 46%, #f5fff9 100%);
}

.toplist-showcase-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(14,165,233,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14,165,233,0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, transparent, #000 16%, #000 84%, transparent);
  pointer-events: none;
}

.toplist-showcase-section .container {
  position: relative;
  z-index: 1;
}

.toplist-showcase-section .section-header {
  align-items: end;
  border-bottom: 0;
  margin-bottom: 24px;
  padding-bottom: 0;
}

.toplist-showcase-section .section-title-group {
  max-width: 720px;
}

.toplist-showcase-section .section-label {
  color: #dc2626;
  letter-spacing: 0.12em;
}

.toplist-showcase-section .section-label::before {
  width: 34px;
  background: linear-gradient(90deg, #fb7185, #f97316);
}

.toplist-showcase-section .section-title {
  max-width: 680px;
  letter-spacing: 0;
}

.toplist-showcase-section .view-all-btn {
  min-height: 46px;
  border-radius: 999px;
  background: rgba(255,255,255,0.86);
  border-color: rgba(239,68,68,0.34);
  box-shadow: 0 12px 28px rgba(15,23,42,0.08);
}

.toplist-showcase-section .toplist-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(350px, 0.72fr);
  gap: 30px;
  align-items: stretch;
}

.toplist-showcase-section .toplist-featured {
  isolation: isolate;
  min-height: 520px;
  border-radius: 34px 34px 34px 10px;
  border: 1px solid rgba(255,255,255,0.82);
  box-shadow:
    0 30px 70px rgba(15,23,42,0.18),
    0 0 0 1px rgba(15,23,42,0.04);
}

.toplist-showcase-section .toplist-featured::before {
  content: "";
  position: absolute;
  inset: 16px;
  z-index: 2;
  border: 1px solid rgba(255,255,255,0.42);
  border-radius: 26px 26px 26px 6px;
  pointer-events: none;
}

.toplist-showcase-section .toplist-featured::after {
  content: "TOP 1";
  position: absolute;
  top: 28px;
  right: 28px;
  z-index: 3;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(15,23,42,0.52);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  box-shadow: 0 12px 26px rgba(15,23,42,0.24);
}

.toplist-showcase-section .toplist-featured img {
  transition: transform 260ms ease;
}

.toplist-showcase-section .toplist-featured:hover img {
  transform: scale(1.025);
}

.toplist-showcase-section .featured-overlay {
  z-index: 1;
  justify-content: flex-end;
  gap: 12px;
  padding: 34px;
  background:
    linear-gradient(90deg, rgba(4,12,28,0.86) 0%, rgba(4,12,28,0.58) 48%, rgba(4,12,28,0.12) 100%),
    linear-gradient(to top, rgba(4,12,28,0.86) 0%, rgba(4,12,28,0.22) 56%, rgba(4,12,28,0.02) 100%);
}

.toplist-showcase-section .rank-badge-1 {
  top: 28px;
  left: 28px;
  z-index: 4;
  width: 72px;
  height: 72px;
  border-radius: 24px 24px 24px 6px;
  background: linear-gradient(135deg, #f59e0b, #facc15);
  color: #172033;
  font-size: 22px;
  box-shadow:
    0 18px 32px rgba(245,158,11,0.28),
    inset 0 1px 0 rgba(255,255,255,0.58);
}

.toplist-showcase-section .featured-cat {
  width: fit-content;
  max-width: min(100%, 620px);
  min-height: 36px;
  border-radius: 999px;
  background: rgba(255,255,255,0.18);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.18);
}

.toplist-showcase-section .featured-overlay h3 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(26px, 3.1vw, 44px);
  line-height: 1.08;
  letter-spacing: 0;
}

.toplist-showcase-section .featured-overlay p {
  max-width: 660px;
  margin: 0;
  color: rgba(255,255,255,0.84);
  font-size: 15px;
  line-height: 1.75;
}

.toplist-showcase-section .featured-footer {
  margin-top: 12px;
  gap: 14px;
}

.toplist-showcase-section .featured-views {
  color: rgba(255,255,255,0.9);
}

.toplist-showcase-section .btn-explore {
  min-height: 46px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ef4444, #f97316);
  box-shadow: 0 16px 30px rgba(239,68,68,0.28);
}

.toplist-showcase-section .toplist-list {
  position: relative;
  display: grid;
  gap: 15px;
  padding: 16px 0 16px 28px;
}

.toplist-showcase-section .toplist-list::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 34px;
  bottom: 82px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f59e0b, #ef4444 46%, #14b8a6);
  opacity: 0.62;
}

.toplist-showcase-section .toplist-item {
  position: relative;
  min-height: 104px;
  padding: 14px 52px 14px 56px;
  gap: 14px;
  border: 1px solid rgba(15,23,42,0.075);
  border-radius: 24px 24px 24px 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.94), rgba(248,250,252,0.82));
  box-shadow:
    0 16px 34px rgba(15,23,42,0.075),
    inset 0 1px 0 rgba(255,255,255,0.9);
  opacity: 1 !important;
  transform: none !important;
}

.toplist-showcase-section .toplist-item:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(239,68,68,0.2);
  box-shadow:
    0 20px 40px rgba(15,23,42,0.11),
    inset 0 1px 0 rgba(255,255,255,0.95);
}

.toplist-showcase-section .rank-badge {
  position: absolute;
  left: -1px;
  top: 50%;
  z-index: 2;
  width: 42px;
  height: 42px;
  transform: translate(-50%, -50%);
  border: 5px solid #f8fbff;
  box-shadow: 0 10px 24px rgba(15,23,42,0.16);
}

.toplist-showcase-section .rank-2 {
  background: linear-gradient(135deg, #64748b, #cbd5e1);
  color: #fff;
}

.toplist-showcase-section .rank-3 {
  background: linear-gradient(135deg, #d97706, #fbbf24);
  color: #fff;
}

.toplist-showcase-section .rank-other {
  background: #fff;
  color: #334155;
}

.toplist-showcase-section .toplist-item-img {
  width: 78px;
  height: 78px;
  border-radius: 18px 18px 18px 6px;
  box-shadow: 0 10px 22px rgba(15,23,42,0.12);
}

.toplist-showcase-section .toplist-item-info h4 {
  margin: 4px 0 5px;
  color: #0f172a;
  font-size: 15px;
  line-height: 1.35;
}

.toplist-showcase-section .item-metas {
  gap: 6px;
}

.toplist-showcase-section .badge-cat,
.toplist-showcase-section .badge-rating,
.toplist-showcase-section .badge-location {
  border-radius: 999px;
}

.toplist-showcase-section .badge-cat {
  background: rgba(239,68,68,0.1);
}

.toplist-showcase-section .item-views {
  color: #64748b;
  font-weight: 700;
}

.toplist-showcase-section .btn-arrow {
  position: absolute;
  right: 14px;
  top: 50%;
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #f8fafc;
  color: #ef4444;
  box-shadow: inset 0 0 0 1px rgba(239,68,68,0.12);
}

.toplist-showcase-section .toplist-item:hover .btn-arrow {
  background: #ef4444;
  color: #fff;
}

.toplist-showcase-section .view-all-link {
  min-height: 58px;
  border-radius: 22px 22px 22px 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.62), rgba(255,255,255,0.18));
  border: 1px dashed rgba(239,68,68,0.26);
  color: #ef4444;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.58);
}

@media (max-width: 1024px) {
  .toplist-showcase-section .section-header {
    align-items: flex-start;
  }

  .toplist-showcase-section .toplist-layout {
    grid-template-columns: 1fr;
  }

  .toplist-showcase-section .toplist-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-left: 0;
  }

  .toplist-showcase-section .toplist-list::before {
    display: none;
  }

  .toplist-showcase-section .rank-badge {
    left: 14px;
    transform: translateY(-50%);
    border-width: 3px;
  }
}

@media (max-width: 768px) {
  .toplist-showcase-section {
    background:
      radial-gradient(circle at 18% 14%, rgba(239,68,68,0.08), transparent 30%),
      linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  }

  .toplist-showcase-section::before {
    background-size: 34px 34px;
  }

  .toplist-showcase-section .toplist-featured {
    min-height: 410px;
    border-radius: 26px 26px 26px 8px;
  }

  .toplist-showcase-section .featured-overlay {
    padding: 24px;
  }

  .toplist-showcase-section .rank-badge-1 {
    width: 58px;
    height: 58px;
    border-radius: 20px 20px 20px 6px;
    font-size: 18px;
  }

  .toplist-showcase-section .toplist-list {
    grid-template-columns: 1fr;
  }

  .toplist-showcase-section .toplist-item {
    padding: 14px 46px 14px 56px;
  }

  .toplist-showcase-section .toplist-item-img {
    width: 68px;
    height: 68px;
  }
}

@media (max-width: 420px) {
  .toplist-showcase-section .toplist-item {
    gap: 10px;
    padding-left: 48px;
  }

  .toplist-showcase-section .toplist-item-img {
    width: 60px;
    height: 60px;
  }

  .toplist-showcase-section .toplist-item-info h4 {
    font-size: 14px;
  }
}

/* ===== Fresh listings v5: Google Maps review panel ===== */
.fresh-listings-section .listings-grid {
  grid-template-columns: minmax(360px, 0.42fr) minmax(0, 0.58fr);
  align-items: stretch;
  min-height: 620px;
}

.fresh-listings-section .listings-grid::before,
.fresh-listings-section .listings-grid::after {
  display: none !important;
}

.fresh-listings-section .listing-card,
.fresh-listings-section .listing-card:nth-child(n),
.fresh-listings-section .listing-card:nth-child(1),
.fresh-listings-section .listing-card:nth-child(2) {
  cursor: pointer;
}

.fresh-listings-section .listing-card.is-active {
  border-color: rgba(26,115,232,0.38);
  box-shadow:
    0 14px 32px rgba(26,115,232,0.12),
    0 0 0 1px rgba(26,115,232,0.12);
}

.fresh-listings-section .listing-address {
  margin-bottom: 7px;
}

.fresh-listings-section .listing-review-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: #1a73e8;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
}

.fresh-listings-section .listing-review-link:hover {
  color: #ea4335;
}

.fresh-listings-section .fresh-map-panel {
  position: relative;
  z-index: 3;
  grid-column: 2;
  grid-row: 1 / span 4;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(15,23,42,0.1);
  border-radius: 24px;
  background: #fff;
  box-shadow:
    0 18px 42px rgba(15,23,42,0.1),
    inset 0 1px 0 rgba(255,255,255,0.92);
}

.fresh-map-toolbar {
  position: absolute;
  left: 18px;
  right: 18px;
  top: 18px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,0.94);
  box-shadow: 0 12px 28px rgba(15,23,42,0.14);
}

.fresh-map-toolbar > div {
  min-width: 0;
}

.fresh-map-kicker {
  display: block;
  margin-bottom: 3px;
  color: #1a73e8;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fresh-map-toolbar strong {
  display: block;
  overflow: hidden;
  color: #0f172a;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fresh-map-toolbar small {
  display: block;
  overflow: hidden;
  margin-top: 3px;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fresh-map-toolbar a {
  flex: 0 0 auto;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border-radius: 999px;
  background: #1a73e8;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.fresh-map-frame {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(66,133,244,0.055) 1px, transparent 1px),
    linear-gradient(rgba(66,133,244,0.055) 1px, transparent 1px),
    #eef5ff;
  background-size: 34px 34px;
}

.fresh-map-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #eef5ff;
}

.fresh-map-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.94);
  color: #475569;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(15,23,42,0.12);
}

.fresh-map-panel.is-loaded .fresh-map-loading {
  display: none;
}

.fresh-map-preview {
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 4;
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr);
  width: min(420px, calc(100% - 56px));
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255,255,255,0.96);
  color: #0f172a;
  box-shadow: 0 18px 42px rgba(15,23,42,0.22);
}

.fresh-map-preview img {
  width: 126px;
  height: 112px;
  object-fit: cover;
  background: #e2e8f0;
}

.fresh-map-preview div {
  min-width: 0;
  padding: 14px;
}

.fresh-map-preview strong {
  display: -webkit-box;
  overflow: hidden;
  color: #0f172a;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.fresh-map-preview span {
  display: -webkit-box;
  margin-top: 7px;
  overflow: hidden;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 1024px) {
  .fresh-listings-section .listings-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .fresh-listings-section .fresh-map-panel {
    grid-column: 1;
    grid-row: auto;
    min-height: 420px;
  }
}

@media (max-width: 768px) {
  .fresh-map-toolbar {
    left: 12px;
    right: 12px;
    top: 12px;
    align-items: flex-start;
    flex-direction: column;
  }

  .fresh-map-toolbar a {
    width: 100%;
  }

  .fresh-listings-section .fresh-map-panel {
    min-height: 380px;
  }

  .fresh-map-preview {
    left: 14px;
    right: 14px;
    bottom: 14px;
    width: auto;
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .fresh-map-preview img {
    width: 96px;
    height: 96px;
  }
}

/* ===== Fresh listing content rows ===== */
.fresh-listings-section .listing-card,
.fresh-listings-section .listing-card:nth-child(n),
.fresh-listings-section .listing-card:nth-child(1),
.fresh-listings-section .listing-card:nth-child(2) {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  min-height: 166px;
}

.fresh-listings-section .listing-card-img,
.fresh-listings-section .listing-card:nth-child(n) .listing-card-img,
.fresh-listings-section .listing-card:nth-child(1) .listing-card-img {
  width: 112px;
  height: 166px;
  min-height: 166px;
}

.fresh-listings-section .listing-card-body,
.fresh-listings-section .listing-card:nth-child(n) .listing-card-body,
.fresh-listings-section .listing-card:nth-child(1) .listing-card-body {
  min-height: 166px;
  justify-content: center;
  padding: 16px 18px;
}

.fresh-listings-section .listing-card-body h4,
.fresh-listings-section .listing-card:nth-child(1) .listing-card-body h4 {
  margin-bottom: 6px;
}

.fresh-listings-section .listing-desc {
  display: -webkit-box;
  margin: 0 0 8px;
  overflow: hidden;
  color: #475569;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.fresh-listings-section .listing-address {
  margin-bottom: 10px;
  color: #64748b;
}

.fresh-listings-section .listing-review-link {
  min-height: 32px;
  padding: 0 13px;
  border-radius: 999px;
  background: #e8f0fe;
  color: #1a73e8;
}

.fresh-listings-section .listing-review-link:hover {
  background: #1a73e8;
  color: #fff;
}

@media (max-width: 768px) {
  .fresh-listings-section .listing-card,
  .fresh-listings-section .listing-card:nth-child(n),
  .fresh-listings-section .listing-card:nth-child(1) {
    grid-template-columns: 96px minmax(0, 1fr);
    min-height: 158px;
  }

  .fresh-listings-section .listing-card-img,
  .fresh-listings-section .listing-card:nth-child(n) .listing-card-img,
  .fresh-listings-section .listing-card:nth-child(1) .listing-card-img {
    width: 96px;
    height: 158px;
    min-height: 158px;
  }

  .fresh-listings-section .listing-card-body,
  .fresh-listings-section .listing-card:nth-child(n) .listing-card-body {
    min-height: 158px;
    padding: 13px;
  }
}

/* ===== Fresh map listing image proportion ===== */
.fresh-listings-section .listing-card,
.fresh-listings-section .listing-card:nth-child(n),
.fresh-listings-section .listing-card:nth-child(1),
.fresh-listings-section .listing-card:nth-child(2) {
  grid-template-columns: 150px minmax(0, 1fr);
  min-height: 148px;
}

.fresh-listings-section .listing-card-img,
.fresh-listings-section .listing-card:nth-child(n) .listing-card-img,
.fresh-listings-section .listing-card:nth-child(1) .listing-card-img {
  width: 150px;
  height: 148px;
  min-height: 148px;
}

.fresh-listings-section .listing-card-body,
.fresh-listings-section .listing-card:nth-child(n) .listing-card-body,
.fresh-listings-section .listing-card:nth-child(1) .listing-card-body {
  min-height: 148px;
  padding: 14px 18px;
}

.fresh-listings-section .listing-desc {
  -webkit-line-clamp: 2;
}

.fresh-listings-section .listing-review-link {
  min-height: 30px;
}

@media (max-width: 1180px) {
  .fresh-listings-section .listing-card,
  .fresh-listings-section .listing-card:nth-child(n),
  .fresh-listings-section .listing-card:nth-child(1),
  .fresh-listings-section .listing-card:nth-child(2) {
    grid-template-columns: 132px minmax(0, 1fr);
  }

  .fresh-listings-section .listing-card-img,
  .fresh-listings-section .listing-card:nth-child(n) .listing-card-img,
  .fresh-listings-section .listing-card:nth-child(1) .listing-card-img {
    width: 132px;
  }
}

@media (max-width: 768px) {
  .fresh-listings-section .listing-card,
  .fresh-listings-section .listing-card:nth-child(n),
  .fresh-listings-section .listing-card:nth-child(1) {
    grid-template-columns: 118px minmax(0, 1fr);
    min-height: 142px;
  }

  .fresh-listings-section .listing-card-img,
  .fresh-listings-section .listing-card:nth-child(n) .listing-card-img,
  .fresh-listings-section .listing-card:nth-child(1) .listing-card-img {
    width: 118px;
    height: 142px;
    min-height: 142px;
  }

  .fresh-listings-section .listing-card-body,
  .fresh-listings-section .listing-card:nth-child(n) .listing-card-body {
    min-height: 142px;
  }
}

/* ===== Fresh map listing fuller thumbnails ===== */
.fresh-listings-section .listing-card,
.fresh-listings-section .listing-card:nth-child(n),
.fresh-listings-section .listing-card:nth-child(1),
.fresh-listings-section .listing-card:nth-child(2) {
  grid-template-columns: 180px minmax(0, 1fr);
}

.fresh-listings-section .listing-card-img,
.fresh-listings-section .listing-card:nth-child(n) .listing-card-img,
.fresh-listings-section .listing-card:nth-child(1) .listing-card-img {
  align-self: stretch;
  width: 180px;
  height: 100%;
  min-height: 100%;
}

.fresh-listings-section .listing-card-img img,
.fresh-listings-section .listing-card:nth-child(n) .listing-card-img img {
  height: 100%;
}

@media (max-width: 1180px) {
  .fresh-listings-section .listing-card,
  .fresh-listings-section .listing-card:nth-child(n),
  .fresh-listings-section .listing-card:nth-child(1),
  .fresh-listings-section .listing-card:nth-child(2) {
    grid-template-columns: 156px minmax(0, 1fr);
  }

  .fresh-listings-section .listing-card-img,
  .fresh-listings-section .listing-card:nth-child(n) .listing-card-img,
  .fresh-listings-section .listing-card:nth-child(1) .listing-card-img {
    width: 156px;
  }
}

@media (max-width: 768px) {
  .fresh-listings-section .listing-card,
  .fresh-listings-section .listing-card:nth-child(n),
  .fresh-listings-section .listing-card:nth-child(1) {
    grid-template-columns: 128px minmax(0, 1fr);
  }

  .fresh-listings-section .listing-card-img,
  .fresh-listings-section .listing-card:nth-child(n) .listing-card-img,
  .fresh-listings-section .listing-card:nth-child(1) .listing-card-img {
    width: 128px;
  }
}

/* ===== Wide site layout experiment ===== */
@media (min-width: 1200px) {
  .container {
    max-width: min(100% - 48px, 1440px);
  }

  .site-header .container {
    max-width: min(100% - 48px, 1440px);
  }

  .hero-content,
  .cta-content,
  .single-content,
  .page-content,
  .tl-seo-block,
  .tl-faq-section {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }

  .tl-single-layout > .page-content,
  .tl-single-layout > .tl-article {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .tl-place-page .container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .fresh-listings-section .listings-grid {
    grid-template-columns: minmax(520px, 0.42fr) minmax(0, 0.58fr);
  }

  .fresh-listings-section .listing-card,
  .fresh-listings-section .listing-card:nth-child(n),
  .fresh-listings-section .listing-card:nth-child(1),
  .fresh-listings-section .listing-card:nth-child(2) {
    grid-template-columns: 210px minmax(0, 1fr);
  }

  .fresh-listings-section .listing-card-img,
  .fresh-listings-section .listing-card:nth-child(n) .listing-card-img,
  .fresh-listings-section .listing-card:nth-child(1) .listing-card-img {
    width: 210px;
  }

  .toplist-showcase-section .toplist-layout {
    grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.78fr);
  }

  .listings-grid,
  .accommodation-grid {
    gap: 24px;
  }
}

@media (min-width: 1500px) {
  .container,
  .site-header .container {
    max-width: min(100% - 64px, 1540px);
  }

  .fresh-listings-section .listings-grid {
    grid-template-columns: minmax(580px, 0.43fr) minmax(0, 0.57fr);
  }

  .fresh-listings-section .listing-card,
  .fresh-listings-section .listing-card:nth-child(n),
  .fresh-listings-section .listing-card:nth-child(1),
  .fresh-listings-section .listing-card:nth-child(2) {
    grid-template-columns: 230px minmax(0, 1fr);
  }

  .fresh-listings-section .listing-card-img,
  .fresh-listings-section .listing-card:nth-child(n) .listing-card-img,
  .fresh-listings-section .listing-card:nth-child(1) .listing-card-img {
    width: 230px;
  }
}

/* ===== Travel guide editorial showcase ===== */
.guide-showcase-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.guide-showcase-section::before {
  content: "";
  position: absolute;
  inset: 90px 0 auto;
  height: 260px;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 38%, rgba(229, 62, 62, 0.08), transparent 32%),
    radial-gradient(circle at 86% 10%, rgba(14, 165, 233, 0.08), transparent 30%);
}

.guide-showcase-section .container {
  position: relative;
  z-index: 1;
}

.guide-showcase-section .section-header {
  align-items: flex-end;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  padding-bottom: 22px;
}

.guide-showcase-section .section-title {
  max-width: 720px;
}

.guide-showcase-section .guide-tabs {
  position: relative;
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  align-items: center;
  width: max-content;
  max-width: 100%;
  margin: 0 0 24px;
  padding: 7px;
  overflow-x: auto;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
  scrollbar-width: none;
}

.guide-showcase-section .guide-tabs::-webkit-scrollbar {
  display: none;
}

.guide-showcase-section .guide-tab {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 8px 17px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #475569;
  font-size: 13px;
  font-weight: 800;
  box-shadow: none;
}

.guide-showcase-section .guide-tab:hover {
  background: #fff5f5;
  color: var(--primary);
}

.guide-showcase-section .guide-tab.active {
  background: linear-gradient(135deg, #ef4444, #f97316);
  color: #fff;
  box-shadow: 0 12px 24px rgba(239, 68, 68, 0.24);
}

.guide-showcase-section .guide-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.72fr);
  grid-auto-rows: minmax(154px, auto);
  gap: 18px;
  align-items: stretch;
}

.guide-showcase-section .guide-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.guide-showcase-section .guide-card:hover {
  transform: translateY(-4px);
  border-color: rgba(239, 68, 68, 0.28);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.guide-showcase-section .guide-card img {
  width: 100%;
  object-fit: cover;
  transform: none;
  transition: transform 0.35s ease;
}

.guide-showcase-section .guide-card:hover img {
  transform: scale(1.035);
}

.guide-showcase-section .guide-card-featured {
  grid-row: span 3;
  min-height: 520px;
}

.guide-showcase-section .guide-card-featured img {
  display: block;
  height: 100%;
  min-height: 520px;
}

.guide-showcase-section .guide-card-featured::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  z-index: 0;
  background: linear-gradient(180deg, transparent, rgba(15, 23, 42, 0.28));
}

.guide-showcase-section .guide-card-featured .guide-overlay {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  inset: auto 24px 24px;
  display: block;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.16);
  backdrop-filter: blur(16px);
}

.guide-showcase-section .guide-card:not(.guide-card-featured) {
  display: grid;
  grid-template-columns: 176px minmax(0, 1fr);
  align-items: stretch;
}

.guide-showcase-section .guide-card:not(.guide-card-featured)::before {
  content: "0" counter(guide-card);
  counter-increment: guide-card;
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 28px;
  padding: 0 9px;
  border-radius: 999px;
  background: #fff7ed;
  color: #ea580c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.guide-showcase-section .guide-grid {
  counter-reset: guide-card 1;
}

.guide-showcase-section .guide-card:not(.guide-card-featured) img {
  height: 100%;
  min-height: 154px;
}

.guide-showcase-section .guide-card:not(.guide-card-featured) .guide-overlay {
  position: static;
  inset: auto;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 20px 58px 20px 20px;
  background: transparent;
}

.guide-showcase-section .guide-cat-tag {
  width: max-content;
  max-width: 100%;
  margin: 0;
  padding: 6px 11px;
  border-radius: 999px;
  background: #fff1f2;
  color: #e11d48;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.guide-showcase-section .guide-card-featured .guide-cat-tag {
  background: #fee2e2;
  color: #dc2626;
}

.guide-showcase-section .guide-overlay h3,
.guide-showcase-section .guide-overlay h4 {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #0f172a;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  -webkit-box-orient: vertical;
}

.guide-showcase-section .guide-overlay h3 {
  max-width: 720px;
  font-size: clamp(28px, 3vw, 44px);
  -webkit-line-clamp: 3;
}

.guide-showcase-section .guide-overlay h4 {
  padding-right: 2px;
  font-size: clamp(17px, 1.2vw, 21px);
  -webkit-line-clamp: 2;
}

.guide-showcase-section .guide-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 4px;
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
}

.guide-showcase-section .guide-meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.guide-showcase-section .guide-meta .material-icons-round {
  font-size: 16px;
  color: #ef4444;
}

.guide-showcase-section .guide-read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: max-content;
  margin-top: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.guide-showcase-section .guide-read-more .material-icons-round {
  font-size: 16px;
}

.guide-showcase-section .guide-card:hover .guide-read-more {
  background: #2563eb;
  color: #fff;
  transform: translateX(2px);
}

.guide-showcase-section .guide-card,
.guide-showcase-section .guide-card[style] {
  opacity: 1 !important;
  transform: none !important;
}

.guide-showcase-section .guide-grid.is-filtered {
  position: relative;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.guide-showcase-section .guide-grid.is-filtered::after {
  content: "";
  position: absolute;
  right: 2%;
  bottom: -34px;
  width: min(320px, 28vw);
  height: min(320px, 28vw);
  z-index: -1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(239, 68, 68, 0.08) 0 34%, transparent 35%),
    repeating-radial-gradient(circle, rgba(37, 99, 235, 0.12) 0 1px, transparent 1px 32px);
}

.guide-showcase-section .guide-grid.is-filtered .guide-card {
  min-height: 240px;
}

.guide-showcase-section .guide-grid.is-filtered .guide-card,
.guide-showcase-section .guide-grid.is-filtered .guide-card:not(.guide-card-featured),
.guide-showcase-section .guide-grid.is-filtered .guide-card-featured {
  display: grid;
  grid-row: auto;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
}

.guide-showcase-section .guide-grid.is-filtered .guide-card img,
.guide-showcase-section .guide-grid.is-filtered .guide-card-featured img,
.guide-showcase-section .guide-grid.is-filtered .guide-card:not(.guide-card-featured) img {
  height: 100%;
  min-height: 240px;
}

.guide-showcase-section .guide-grid.is-filtered .guide-card::after,
.guide-showcase-section .guide-grid.is-filtered .guide-card-featured::after {
  display: none;
}

.guide-showcase-section .guide-grid.is-filtered .guide-card .guide-overlay,
.guide-showcase-section .guide-grid.is-filtered .guide-card-featured .guide-overlay,
.guide-showcase-section .guide-grid.is-filtered .guide-card:not(.guide-card-featured) .guide-overlay {
  position: static;
  inset: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 28px 34px;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.92));
  box-shadow: none;
  backdrop-filter: none;
}

.guide-showcase-section .guide-grid.is-filtered .guide-overlay h3,
.guide-showcase-section .guide-grid.is-filtered .guide-overlay h4 {
  font-size: clamp(24px, 2.1vw, 34px);
  -webkit-line-clamp: 3;
}

.guide-showcase-section .guide-grid.is-filtered .guide-card:not(.guide-card-featured)::before {
  top: 18px;
  right: 18px;
}

.guide-showcase-section .guide-grid.is-single-result {
  max-width: 1180px;
  grid-template-columns: 1fr;
}

.guide-showcase-section .guide-grid.is-single-result .guide-card {
  min-height: 360px;
  border-color: rgba(239, 68, 68, 0.2);
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.11);
}

.guide-showcase-section .guide-grid.is-single-result .guide-card,
.guide-showcase-section .guide-grid.is-single-result .guide-card:not(.guide-card-featured),
.guide-showcase-section .guide-grid.is-single-result .guide-card-featured {
  grid-template-columns: minmax(360px, 0.48fr) minmax(0, 0.52fr);
}

.guide-showcase-section .guide-grid.is-single-result .guide-card img,
.guide-showcase-section .guide-grid.is-single-result .guide-card-featured img,
.guide-showcase-section .guide-grid.is-single-result .guide-card:not(.guide-card-featured) img {
  min-height: 360px;
}

.guide-showcase-section .guide-grid.is-single-result .guide-card .guide-overlay {
  padding: 38px 46px;
}

.guide-showcase-section .guide-grid.is-single-result .guide-overlay h3,
.guide-showcase-section .guide-grid.is-single-result .guide-overlay h4 {
  font-size: clamp(30px, 2.8vw, 46px);
}

.guide-showcase-section .guide-grid.is-single-result .guide-read-more {
  margin-top: 14px;
  padding: 12px 18px;
  background: linear-gradient(135deg, #ef4444, #f97316);
  color: #fff;
  box-shadow: 0 14px 26px rgba(239, 68, 68, 0.2);
}

.guide-showcase-section .guide-grid.is-pair-result {
  max-width: 1280px;
}

@media (min-width: 1200px) {
  .guide-showcase-section .guide-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(430px, 0.72fr);
    gap: 20px;
  }

  .guide-showcase-section .guide-card:not(.guide-card-featured) {
    grid-template-columns: 200px minmax(0, 1fr);
  }
}

@media (max-width: 1024px) {
  .guide-showcase-section .section-header {
    align-items: flex-start;
  }

  .guide-showcase-section .guide-grid {
    grid-template-columns: 1fr;
  }

  .guide-showcase-section .guide-card-featured {
    grid-row: auto;
    min-height: 420px;
  }

  .guide-showcase-section .guide-card-featured img {
    min-height: 420px;
  }

  .guide-showcase-section .guide-grid.is-single-result .guide-card,
  .guide-showcase-section .guide-grid.is-single-result .guide-card:not(.guide-card-featured),
  .guide-showcase-section .guide-grid.is-single-result .guide-card-featured {
    grid-template-columns: minmax(300px, 0.44fr) minmax(0, 0.56fr);
  }
}

@media (max-width: 768px) {
  .guide-showcase-section .guide-tabs {
    width: 100%;
    border-radius: 18px;
  }

  .guide-showcase-section .guide-card,
  .guide-showcase-section .guide-card:not(.guide-card-featured) {
    display: block;
    border-radius: 18px;
  }

  .guide-showcase-section .guide-card-featured {
    min-height: 0;
  }

  .guide-showcase-section .guide-card-featured img,
  .guide-showcase-section .guide-card:not(.guide-card-featured) img {
    height: 220px;
    min-height: 0;
  }

  .guide-showcase-section .guide-grid.is-filtered,
  .guide-showcase-section .guide-grid.is-single-result {
    max-width: none;
    grid-template-columns: 1fr;
  }

  .guide-showcase-section .guide-grid.is-filtered::after {
    display: none;
  }

  .guide-showcase-section .guide-grid.is-filtered .guide-card,
  .guide-showcase-section .guide-grid.is-filtered .guide-card:not(.guide-card-featured),
  .guide-showcase-section .guide-grid.is-filtered .guide-card-featured,
  .guide-showcase-section .guide-grid.is-single-result .guide-card,
  .guide-showcase-section .guide-grid.is-single-result .guide-card:not(.guide-card-featured),
  .guide-showcase-section .guide-grid.is-single-result .guide-card-featured {
    display: block;
    min-height: 0;
  }

  .guide-showcase-section .guide-grid.is-filtered .guide-card img,
  .guide-showcase-section .guide-grid.is-single-result .guide-card img {
    height: 230px;
    min-height: 0;
  }

  .guide-showcase-section .guide-grid.is-filtered .guide-card .guide-overlay,
  .guide-showcase-section .guide-grid.is-single-result .guide-card .guide-overlay {
    padding: 20px;
  }

  .guide-showcase-section .guide-grid.is-single-result .guide-overlay h3,
  .guide-showcase-section .guide-grid.is-single-result .guide-overlay h4 {
    font-size: 25px;
  }

  .guide-showcase-section .guide-card-featured .guide-overlay,
  .guide-showcase-section .guide-card:not(.guide-card-featured) .guide-overlay {
    position: static;
    inset: auto;
    padding: 18px;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    backdrop-filter: none;
  }

  .guide-showcase-section .guide-card-featured::after {
    display: none;
  }

  .guide-showcase-section .guide-card:not(.guide-card-featured)::before {
    top: 12px;
    right: 12px;
  }

  .guide-showcase-section .guide-overlay h3 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .guide-showcase-section .guide-grid.is-filtered .guide-card img,
  .guide-showcase-section .guide-grid.is-filtered .guide-card-featured img,
  .guide-showcase-section .guide-grid.is-filtered .guide-card:not(.guide-card-featured) img,
  .guide-showcase-section .guide-grid.is-single-result .guide-card img,
  .guide-showcase-section .guide-grid.is-single-result .guide-card-featured img,
  .guide-showcase-section .guide-grid.is-single-result .guide-card:not(.guide-card-featured) img {
    display: block;
    width: 100%;
    height: 230px !important;
    min-height: 0 !important;
    max-height: 230px;
    object-fit: cover;
  }
}

/* ===== Accommodation stay board ===== */
.accommodation-showcase-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #fff 0%, #f8fafc 54%, #fff 100%);
}

.accommodation-showcase-section::before {
  content: "";
  position: absolute;
  inset: 88px 0 auto;
  height: 420px;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 20%, rgba(14, 165, 233, 0.09), transparent 31%),
    radial-gradient(circle at 80% 18%, rgba(245, 158, 11, 0.10), transparent 30%),
    linear-gradient(90deg, transparent, rgba(226, 232, 240, 0.34), transparent);
}

.accommodation-showcase-section .container {
  position: relative;
  z-index: 1;
}

.accommodation-showcase-section .section-header {
  align-items: flex-end;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.20);
}

.accommodation-showcase-section .accommodation-grid {
  display: grid;
  grid-template-columns: minmax(430px, 0.92fr) minmax(0, 1.08fr);
  grid-auto-rows: minmax(156px, auto);
  gap: 18px;
  align-items: start;
}

.accommodation-showcase-section .accommodation-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  opacity: 1 !important;
  transform: none !important;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, translate 0.25s ease;
}

.accommodation-showcase-section .accommodation-card:hover {
  translate: 0 -4px;
  border-color: rgba(14, 165, 233, 0.28);
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.13);
}

.accommodation-showcase-section .accommodation-card:first-child {
  grid-row: span 3;
  display: flex;
  flex-direction: column;
  min-height: 540px;
}

.accommodation-showcase-section .accommodation-card:not(:first-child) {
  display: grid;
  grid-template-columns: minmax(210px, 0.42fr) minmax(0, 0.58fr);
}

.accommodation-showcase-section .acc-img-wrap {
  position: relative;
  width: 100%;
  max-width: none;
  overflow: hidden;
  height: auto;
  min-height: 100%;
  aspect-ratio: auto;
  background: #e2e8f0;
}

.accommodation-showcase-section .accommodation-card:first-child .acc-img-wrap {
  flex: 1 1 auto;
  min-height: 300px;
}

.accommodation-showcase-section .accommodation-card:not(:first-child) .acc-img-wrap {
  min-height: 156px;
}

.accommodation-showcase-section .acc-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.05), rgba(15, 23, 42, 0.22));
}

.accommodation-showcase-section .acc-img-wrap img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: scale 0.45s ease;
}

.accommodation-showcase-section .accommodation-card:hover .acc-img-wrap img {
  scale: 1.045;
  transform: none;
}

.accommodation-showcase-section .acc-type-badge {
  top: 16px;
  left: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.68);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
  backdrop-filter: blur(14px);
}

.accommodation-showcase-section .acc-type-badge.partner {
  background: rgba(217, 119, 6, 0.88);
}

.accommodation-showcase-section .acc-body {
  display: flex;
  flex: 0 0 auto;
  min-width: 0;
  flex-direction: column;
  padding: 22px;
}

.accommodation-showcase-section .accommodation-card:first-child .acc-body {
  padding: 26px;
}

.accommodation-showcase-section .acc-rating {
  order: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  max-width: 100%;
  margin: 0 0 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff7ed;
  color: #475569;
  font-size: 12px;
  font-weight: 800;
}

.accommodation-showcase-section .acc-stars {
  color: #f59e0b;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.accommodation-showcase-section .acc-rating span:last-child {
  color: #475569;
  font-size: 12px;
}

.accommodation-showcase-section .acc-body h4 {
  order: 2;
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 12px;
  color: #0f172a;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.accommodation-showcase-section .accommodation-card:first-child .acc-body h4 {
  font-size: clamp(25px, 2.2vw, 36px);
}

.accommodation-showcase-section .acc-address {
  order: 3;
  display: flex;
  align-items: flex-start;
  gap: 7px;
  min-height: 36px;
  margin: 0 0 16px;
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.accommodation-showcase-section .acc-address .material-icons-round {
  flex: 0 0 auto;
  margin-top: 1px;
  color: #0ea5e9;
  font-size: 17px;
}

.accommodation-showcase-section .acc-summary {
  order: 4;
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 16px;
  color: #475569;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.55;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.accommodation-showcase-section .acc-price {
  order: 5;
  display: flex;
  align-items: baseline;
  gap: 7px;
  flex-wrap: wrap;
  margin: auto 0 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.accommodation-showcase-section .acc-price .price {
  color: #dc2626;
  font-size: clamp(22px, 1.8vw, 30px);
  font-weight: 950;
  letter-spacing: 0;
}

.accommodation-showcase-section .acc-price .price-unit {
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
}

.accommodation-showcase-section .acc-price .price-contact {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 11px;
  border-radius: 999px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 13px;
  font-weight: 900;
}

.accommodation-showcase-section .acc-actions {
  order: 6;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  width: 100%;
}

.accommodation-showcase-section .btn-book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex: 1 1 0;
  width: auto;
  max-width: 100%;
  min-height: 42px;
  padding: 11px 16px;
  border-radius: 999px;
  background: #0f172a;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.16);
}

.accommodation-showcase-section .btn-acc-detail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex: 1 1 0;
  width: auto;
  max-width: 100%;
  min-height: 42px;
  margin: 0;
  padding: 11px 15px;
  border-radius: 999px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.08);
  transition: background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.accommodation-showcase-section .btn-acc-detail .material-icons-round {
  font-size: 16px;
}

.accommodation-showcase-section .accommodation-card:hover .btn-acc-detail {
  background: #dbeafe;
  color: #1d4ed8;
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.14);
}

.accommodation-showcase-section .btn-book::after {
  content: "arrow_forward";
  font-family: "Material Icons Round";
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
}

.accommodation-showcase-section .accommodation-card:hover .btn-book {
  background: linear-gradient(135deg, #ef4444, #f97316);
  box-shadow: 0 16px 30px rgba(239, 68, 68, 0.22);
}

@media (min-width: 1500px) {
  .accommodation-showcase-section .accommodation-grid {
    grid-template-columns: minmax(500px, 0.92fr) minmax(0, 1.08fr);
    gap: 22px;
  }

  .accommodation-showcase-section .accommodation-card:not(:first-child) {
    grid-template-columns: minmax(250px, 0.43fr) minmax(0, 0.57fr);
  }
}

@media (min-width: 1181px) {
  .accommodation-showcase-section .accommodation-grid {
    grid-template-columns: minmax(480px, 0.86fr) minmax(0, 1.14fr);
    grid-auto-rows: auto;
    align-items: start;
  }

  .accommodation-showcase-section .accommodation-card:first-child {
    display: flex;
    flex-direction: column;
    grid-column: 1;
    grid-row: 1 / span 3;
    align-self: stretch;
    height: 100%;
    min-height: 0;
  }

  .accommodation-showcase-section .accommodation-card:nth-child(n + 2) {
    grid-column: 2;
  }

  .accommodation-showcase-section .accommodation-card:nth-child(2) { grid-row: 1; }
  .accommodation-showcase-section .accommodation-card:nth-child(3) { grid-row: 2; }
  .accommodation-showcase-section .accommodation-card:nth-child(4) { grid-row: 3; }

  .accommodation-showcase-section .accommodation-card:first-child .acc-img-wrap {
    flex: 1 1 auto;
    height: auto;
    min-height: 420px;
  }

  .accommodation-showcase-section .accommodation-card:not(:first-child) {
    min-height: 214px;
    grid-template-columns: minmax(230px, 0.38fr) minmax(0, 0.62fr);
  }

  .accommodation-showcase-section .accommodation-card:not(:first-child) .acc-img-wrap {
    height: 100%;
    min-height: 214px;
  }

  .accommodation-showcase-section .accommodation-card:not(:first-child) .acc-body {
    padding: 18px 20px;
  }

  .accommodation-showcase-section .accommodation-card:not(:first-child) .acc-rating {
    margin-bottom: 9px;
    padding: 5px 9px;
  }

  .accommodation-showcase-section .accommodation-card:not(:first-child) .acc-body h4 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.24;
  }

  .accommodation-showcase-section .accommodation-card:not(:first-child) .acc-address {
    min-height: 0;
    margin-bottom: 8px;
  }

  .accommodation-showcase-section .accommodation-card:not(:first-child) .acc-summary {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.45;
    -webkit-line-clamp: 2;
  }

  .accommodation-showcase-section .accommodation-card:not(:first-child) .acc-price {
    margin-bottom: 10px;
    padding-top: 10px;
  }

  .accommodation-showcase-section .accommodation-card:not(:first-child) .acc-price .price {
    font-size: 22px;
  }

  .accommodation-showcase-section .accommodation-card:not(:first-child) .btn-book {
    min-height: 38px;
    padding: 10px 14px;
  }

  .accommodation-showcase-section .accommodation-card:not(:first-child) .btn-acc-detail {
    min-height: 38px;
    padding: 10px 14px;
  }
}

@media (max-width: 1180px) {
  .accommodation-showcase-section .accommodation-grid {
    grid-template-columns: 1fr;
  }

  .accommodation-showcase-section .accommodation-card:first-child {
    grid-row: auto;
    min-height: 0;
  }

  .accommodation-showcase-section .accommodation-card,
  .accommodation-showcase-section .accommodation-card:first-child,
  .accommodation-showcase-section .accommodation-card:not(:first-child) {
    display: grid;
    grid-template-columns: minmax(240px, 0.42fr) minmax(0, 0.58fr);
  }

  .accommodation-showcase-section .accommodation-card:first-child .acc-img-wrap,
  .accommodation-showcase-section .accommodation-card:not(:first-child) .acc-img-wrap {
    min-height: 220px;
  }
}

@media (max-width: 768px) {
  .accommodation-showcase-section .section-header {
    align-items: flex-start;
  }

  .accommodation-showcase-section .accommodation-grid {
    gap: 16px;
  }

  .accommodation-showcase-section .accommodation-card,
  .accommodation-showcase-section .accommodation-card:first-child,
  .accommodation-showcase-section .accommodation-card:not(:first-child) {
    display: block;
    border-radius: 20px;
  }

  .accommodation-showcase-section .accommodation-card:first-child .acc-img-wrap,
  .accommodation-showcase-section .accommodation-card:not(:first-child) .acc-img-wrap {
    height: 240px;
    min-height: 240px;
  }

  .accommodation-showcase-section .acc-body,
  .accommodation-showcase-section .accommodation-card:first-child .acc-body {
    padding: 20px;
  }

  .accommodation-showcase-section .acc-body h4,
  .accommodation-showcase-section .accommodation-card:first-child .acc-body h4 {
    font-size: 22px;
  }

  .accommodation-showcase-section .acc-price {
    margin-top: 10px;
  }

  .accommodation-showcase-section .acc-actions {
    gap: 8px;
  }

  .accommodation-showcase-section .btn-book,
  .accommodation-showcase-section .btn-acc-detail {
    min-width: 0;
    padding-inline: 10px;
    font-size: 12px;
  }
}

/* ===== Hero spacious desktop polish ===== */
@media (min-width: 1024px) {
  .hero-content {
    width: min(100% - 72px, 1180px);
    max-width: 1180px;
    margin-inline: auto;
    padding-inline: 0;
  }

  .hero-title {
    max-width: 980px;
  }

  .hero-subtitle {
    max-width: none;
    white-space: nowrap;
    font-size: clamp(17px, 1.18vw, 21px);
    line-height: 1.45;
  }

  .hero-search {
    max-width: 820px;
    margin-bottom: 22px;
  }

  .hero-location-select {
    min-width: 210px;
    padding-inline: 26px;
  }

  .hero-search-input {
    min-width: 330px;
    padding-inline: 24px;
  }

  .hero-search-btn {
    min-width: 188px;
    justify-content: center;
    padding-inline: 34px;
  }

  .hero-tags {
    max-width: 980px;
    gap: 10px 12px;
    margin-bottom: 40px;
  }

  .hero-tag {
    min-width: 112px;
    padding: 9px 18px;
    text-align: center;
    white-space: nowrap;
  }

  .hero-stats {
    gap: 0;
    min-width: min(760px, 100%);
    justify-content: space-between;
    padding: 0 28px;
  }

  .hero-stat {
    min-width: 132px;
    padding: 0 18px;
  }

  .hero-stat:not(:last-child)::after {
    right: -1px;
    height: 38px;
  }

  .hero-stat-number {
    font-size: clamp(30px, 2.4vw, 42px);
    font-variant-numeric: tabular-nums;
  }

  .hero-stat-label {
    margin-top: 8px;
    font-size: 13px;
    white-space: nowrap;
  }
}

@media (min-width: 1440px) {
  .hero-content {
    width: min(100% - 96px, 1260px);
    max-width: 1260px;
  }

  .hero-search {
    max-width: 900px;
  }

  .hero-stats {
    min-width: 820px;
  }
}

@media (max-width: 1023px) {
  .hero-subtitle {
    white-space: normal;
  }
}

/* ===== AREAS — mobile snap carousel ===== */
@media (max-width: 768px) {
  .areas-grid {
    display: flex;
    grid-template-columns: none;
    grid-auto-rows: unset;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 16px;
    margin: 0 -16px;
    padding: 4px 16px 10px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .areas-grid::-webkit-scrollbar { display: none; }
  .areas-grid .area-card,
  .areas-grid .area-card-large {
    flex: 0 0 78%;
    grid-row: auto;
    min-height: 260px;
    scroll-snap-align: start;
  }
  .area-card-large .area-overlay h3 { font-size: 22px; }
}

/* ===== SERVICES SHOWCASE ===== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--border-soft);
  box-shadow: 0 8px 26px rgba(17,24,39,0.05);
  transition: var(--transition);
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--accent, var(--primary));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
  z-index: 2;
}
.service-card:hover::before { transform: scaleX(1); }
.service-card:hover {
  box-shadow: 0 20px 40px rgba(17,24,39,0.14);
  transform: translateY(-5px);
}
.service-card-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.service-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.4,0,0.2,1);
}
.service-card:hover .service-card-media img { transform: scale(1.08); }
.service-cat-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(6px);
  color: var(--accent, var(--primary));
  padding: 6px 12px 6px 10px;
  border-radius: var(--radius-full);
  font-size: 11.5px;
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(17,24,39,0.14);
}
.service-cat-badge .material-icons-round { font-size: 14px; }
.service-card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 18px 18px;
  flex: 1;
}
.service-card-body h4 {
  margin: 0;
  font-size: 15.5px;
  font-weight: 800;
  color: var(--gray-900);
  line-height: 1.35;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.service-address {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  font-size: 12.5px;
  color: var(--gray-500);
  line-height: 1.4;
}
.service-address .material-icons-round {
  font-size: 14px;
  margin-top: 1px;
  color: var(--gray-400);
  flex-shrink: 0;
}
.service-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: auto;
  padding-top: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--accent, var(--primary));
}
.service-card-cta .material-icons-round { font-size: 15px; transition: transform 0.25s ease; }
.service-card:hover .service-card-cta .material-icons-round { transform: translateX(3px); }

@media (max-width: 1180px) {
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 768px) {
  .services-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .service-card-body { padding: 12px 14px 14px; gap: 6px; }
  .service-card-body h4 { font-size: 14px; }
}
@media (max-width: 480px) {
  .services-grid { grid-template-columns: 1fr; }
}

/* ===== ARTICLES — mobile snap carousel ===== */
@media (max-width: 768px) {
  .articles-grid {
    display: flex;
    grid-template-columns: none;
    grid-auto-rows: unset;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 16px;
    margin: 0 -16px;
    padding: 4px 16px 10px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .articles-grid::-webkit-scrollbar { display: none; }
  .articles-grid .article-card,
  .articles-grid .article-card-featured {
    flex: 0 0 78%;
    grid-row: auto;
    min-height: 260px;
    scroll-snap-align: start;
  }
}

/* ===== REVIEWS / COMMENTS ===== */
.tl-star-field { margin-bottom: 18px; }
.tl-star-field-label { display: block; font-size: 13px; font-weight: 700; color: var(--gray-700); margin-bottom: 8px; }
.tl-star-input { display: inline-flex; flex-direction: row-reverse; gap: 2px; }
.tl-star-input input { position: absolute; opacity: 0; width: 0; height: 0; }
.tl-star-input label { cursor: pointer; color: var(--gray-300); transition: color 0.15s ease; }
.tl-star-input label .material-icons-round { font-size: 28px; }
.tl-star-input input:checked ~ label,
.tl-star-input label:hover,
.tl-star-input label:hover ~ label { color: #F59E0B; }

.tl-article-comments { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--gray-200); }
.tl-comments-title { font-size: 22px; font-weight: 800; color: var(--gray-900); margin-bottom: 16px; text-transform: capitalize; }

.tl-rating-summary { display: flex; align-items: center; gap: 16px; padding: 16px 20px; background: var(--gray-50); border: 1px solid var(--gray-100); border-radius: var(--radius-md); margin-bottom: 24px; }
.tl-rating-summary-score { font-size: 34px; font-weight: 900; color: var(--gray-900); line-height: 1; }
.tl-rating-summary .acc-rating { display: flex; flex-direction: column; gap: 2px; }
.tl-rating-summary .acc-stars { color: #F59E0B; font-size: 16px; }
.tl-rating-summary-count { font-size: 12.5px; color: var(--gray-500); }

.tl-comment-list { list-style: none; margin: 0 0 32px; padding: 0; display: flex; flex-direction: column; gap: 18px; }
.tl-comment-item { display: flex; gap: 12px; padding: 16px; background: var(--white); border: 1px solid var(--gray-100); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.tl-comment-avatar img { width: 44px; height: 44px; border-radius: 50%; display: block; }
.tl-comment-body { flex: 1; min-width: 0; }
.tl-comment-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-bottom: 6px; }
.tl-comment-meta strong { font-size: 14px; color: var(--gray-900); }
.tl-comment-stars { color: #F59E0B; font-size: 13px; letter-spacing: 1px; }
.tl-comment-meta time { font-size: 12px; color: var(--gray-400); }
.tl-comment-content p { font-size: 14px; color: var(--gray-600); line-height: 1.65; }
.tl-comment-pending { font-size: 12px; color: var(--primary); font-style: italic; margin-bottom: 6px; }
.tl-comments-closed { font-size: 14px; color: var(--gray-500); }

#respond .comment-reply-title { font-size: 19px; font-weight: 800; color: var(--gray-900); margin-bottom: 16px; }
.tl-comment-extra {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin-top: 0;
  transition: max-height 0.35s ease, opacity 0.25s ease, margin-top 0.35s ease;
}
#respond.is-expanded .tl-comment-extra { max-height: 700px; opacity: 1; margin-top: 16px; }
.comment-form p { margin-bottom: 14px; }
.comment-form label { display: block; font-size: 13px; font-weight: 700; color: var(--gray-700); margin-bottom: 6px; }
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%;
  border: 2px solid var(--gray-200);
  border-radius: var(--radius-md);
  padding: 10px 14px;
  font-size: 14px;
  font-family: var(--font-main);
  color: var(--gray-800);
  outline: none;
  transition: var(--transition);
}
.comment-form input:focus,
.comment-form textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 4px rgba(229,62,62,0.1); }
.comment-form textarea { resize: vertical; min-height: 110px; }
.comment-notes, .logged-in-as { font-size: 12.5px; color: var(--gray-500); margin-bottom: 12px; }

/* ===== WISHLIST ===== */
.tl-save-btn {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.92);
  color: var(--gray-600);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(17,24,39,0.15);
  transition: var(--transition);
  z-index: 2;
}
.tl-save-btn .material-icons-round { font-size: 19px; }
.tl-save-btn:hover { transform: scale(1.08); }
.tl-save-btn.is-saved { background: var(--primary); color: white; }

.tl-single-actions .tl-save-btn {
  position: static;
  width: auto;
  height: auto;
  border-radius: var(--radius-full);
  box-shadow: none;
  padding: 11px 20px;
  gap: 8px;
  border: 2px solid var(--gray-200);
  background: transparent;
  color: var(--gray-700);
}
.tl-single-actions .tl-save-btn.is-saved { background: var(--primary); border-color: var(--primary); color: white; }

.tl-place-buttons .tl-save-btn {
  position: static;
  width: auto;
  height: auto;
  border-radius: var(--radius-full);
  box-shadow: none;
  padding: 12px 28px;
  gap: 8px;
}
.tl-place-buttons .tl-save-btn.is-saved { background: var(--primary); border-color: var(--primary); color: white; }

.wishlist-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: var(--gray-600);
  transition: var(--transition);
}
.wishlist-link:hover { background: var(--gray-100); color: var(--primary); }
.wishlist-link .material-icons-round { font-size: 21px; }
.wishlist-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  min-width: 16px;
  height: 16px;
  padding: 0 3px;
  border-radius: 999px;
  background: var(--primary);
  color: white;
  font-size: 10px;
  font-weight: 800;
  display: none;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* ===== DEMO CONTENT MARKERS ===== */
.tl-demo-badge {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
  background: rgba(217,119,6,0.92);
  color: white;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 4px 10px;
  border-radius: var(--radius-full);
  text-transform: uppercase;
}
.tl-demo-notice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 16px;
  padding: 12px 16px;
  background: rgba(217,119,6,0.1);
  border: 1px solid rgba(217,119,6,0.3);
  border-radius: var(--radius-md);
  color: #92400e;
  font-size: 13px;
  line-height: 1.6;
}
.tl-place-page .tl-demo-notice { display: none; }

/* ===== AI Itinerary Planner ===== */
.tl-itinerary-layout { display: flex; flex-direction: column; gap: 28px; max-width: 820px; margin: 0 auto; }
.tl-itinerary-form-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.tl-itinerary-form select { width: 100%; padding: 11px 14px; border: 2px solid var(--gray-200); border-radius: var(--radius-md); font-size: 14px; font-family: var(--font-main); color: var(--gray-800); background: var(--white); }
.tl-itinerary-interests { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 8px; }
.tl-itinerary-form .btn-submit { margin-top: 8px; }
@media (max-width: 640px) {
  .tl-itinerary-form-row { grid-template-columns: 1fr; }
}

.tl-itinerary-result:empty { display: none; }
.tl-itinerary-mode-badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 14px; border-radius: var(--radius-full);
  background: var(--gray-100); color: var(--gray-600);
  font-size: 12.5px; font-weight: 700; margin-bottom: 16px;
}
.tl-itinerary-mode-badge.is-ai { background: rgba(128,90,213,0.12); color: var(--accent-purple); }
.tl-itinerary-mode-badge .material-icons-round { font-size: 16px; }

.tl-itinerary-hotel {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 20px; margin-bottom: 24px;
  background: var(--gray-50); border: 1px solid var(--gray-100); border-radius: var(--radius-md);
}
.tl-itinerary-hotel img { width: 56px; height: 56px; border-radius: var(--radius-md); object-fit: cover; flex-shrink: 0; }
.tl-itinerary-hotel strong { display: block; font-size: 12px; color: var(--gray-500); font-weight: 700; text-transform: uppercase; margin-bottom: 3px; }
.tl-itinerary-hotel a { color: var(--gray-900); font-weight: 700; font-size: 15px; }

.tl-itinerary-day { margin-bottom: 28px; }
.tl-itinerary-day h3 { font-size: 18px; font-weight: 800; color: var(--gray-900); margin-bottom: 8px; }
.tl-itinerary-depart {
  display: flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 600; color: var(--accent-teal);
  margin: 0 0 12px;
}
.tl-itinerary-depart .material-icons-round { font-size: 16px; }
.tl-itinerary-slot-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.tl-itinerary-slot {
  display: flex; gap: 14px; align-items: center;
  padding: 12px 16px; background: var(--white); border: 1px solid var(--gray-100);
  border-radius: var(--radius-md); box-shadow: var(--shadow-sm);
}
.tl-itinerary-slot-time {
  flex-shrink: 0; width: 64px; display: flex; flex-direction: column; align-items: center; gap: 3px;
  font-size: 11.5px; font-weight: 700; color: var(--primary);
}
.tl-itinerary-slot-time .material-icons-round { font-size: 20px; }
.tl-itinerary-slot-img { width: 52px; height: 52px; border-radius: var(--radius-md); object-fit: cover; flex-shrink: 0; background: var(--gray-100); }
.tl-itinerary-slot-body { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.tl-itinerary-slot-label { font-size: 11.5px; font-weight: 700; color: var(--gray-400); text-transform: uppercase; }
.tl-itinerary-slot-body a { font-weight: 700; color: var(--gray-900); font-size: 15px; }
.tl-itinerary-slot-chip { align-self: flex-start; font-size: 11px; color: var(--accent-teal); font-weight: 600; }
@media (max-width: 480px) {
  .tl-itinerary-slot { flex-wrap: wrap; }
}

/* ===== Food Trail ("Tuyến đặc sản 1 ngày") ===== */
.tl-food-trail-section { padding-top: 0; }
.tl-food-trail { background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: 28px 32px; }
.tl-food-trail-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 20px; }
.tl-food-trail-label { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 700; color: var(--accent-teal); text-transform: uppercase; margin-bottom: 6px; }
.tl-food-trail-label .material-icons-round { font-size: 15px; }
.tl-food-trail-head h2 { font-size: 20px; font-weight: 800; color: var(--gray-900); margin: 0; }
.tl-food-trail-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0; counter-reset: none; }
.tl-food-trail-stop {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 14px 0; border-bottom: 1px dashed var(--gray-100);
}
.tl-food-trail-stop:last-child { border-bottom: none; padding-bottom: 0; }
.tl-food-trail-time {
  flex-shrink: 0; width: 56px; padding: 3px 0; text-align: center;
  font-size: 12px; font-weight: 700; color: var(--primary); text-transform: uppercase;
}
.tl-food-trail-body a { font-weight: 700; color: var(--gray-900); font-size: 15px; }
.tl-food-trail-body p { margin: 4px 0 0; font-size: 13px; color: var(--gray-500); }
@media (max-width: 560px) {
  .tl-food-trail { padding: 20px; }
}

/* ===== Gamification: reviewer badges + leaderboard ===== */
.tl-reviewer-badge {
  display: inline-flex; align-items: center; gap: 3px;
  padding: 2px 9px; border-radius: var(--radius-full);
  background: rgba(128,90,213,0.12); color: var(--accent-purple);
  font-size: 11px; font-weight: 700; white-space: nowrap;
}
.tl-reviewer-badge .material-icons-round { font-size: 13px; }

.tl-leaderboard h2 { display: flex; align-items: center; gap: 8px; font-size: 17px; margin-bottom: 16px; }
.tl-leaderboard h2 .material-icons-round { color: var(--primary); }
.tl-leaderboard-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.tl-leaderboard-item { display: flex; align-items: center; gap: 10px; }
.tl-leaderboard-rank { flex-shrink: 0; width: 22px; font-size: 13px; font-weight: 800; color: var(--gray-400); }
.tl-leaderboard-item img { border-radius: 50%; flex-shrink: 0; }
.tl-leaderboard-info { flex: 1; min-width: 0; }
.tl-leaderboard-info strong { display: block; font-size: 13.5px; color: var(--gray-900); }
.tl-leaderboard-badge-label { font-size: 11px; color: var(--accent-purple); font-weight: 600; }
.tl-leaderboard-count { flex-shrink: 0; font-size: 11.5px; color: var(--gray-500); white-space: nowrap; }
.tl-demo-notice .material-icons-round { font-size: 18px; flex-shrink: 0; margin-top: 1px; }

/* =========================================================================
   REVIEWSAIGON.COM — Homepage Redesign CSS
   ========================================================================= */

/* ===== RS HEADER ===== */
.site-header.header-white {
  background: var(--white);
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  min-height: 72px;
}

/* RS Logo */
.site-logo {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.site-logo .logo-name {
  font-size: 22px;
  font-weight: 900;
  color: var(--secondary);
  letter-spacing: -0.5px;
  line-height: 1.1;
}
.site-logo .logo-highlight {
  color: var(--primary);
}
.site-logo .logo-tagline {
  font-size: 11px;
  color: var(--gray-500);
  font-weight: 500;
  margin-top: 2px;
}

/* RS Navigation */
.main-navigation.header-center {
  flex: 1;
  display: flex;
  justify-content: center;
}

.main-navigation .menu,
.main-navigation .nav-demo-fallback {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation .menu-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
  color: #0B4B87;
  text-decoration: none;
  border-radius: var(--radius-md);
  transition: var(--transition);
  white-space: nowrap;
}
.main-navigation .menu-item a .material-icons-round {
  font-size: 22px;
  color: #0B4B87;
  transition: var(--transition);
}
.main-navigation .menu-item a:hover {
  color: var(--primary);
  background: rgba(232,114,42,0.06);
}
.main-navigation .menu-item a:hover .material-icons-round {
  color: var(--primary);
}
.main-navigation .menu-item a .nav-text {
  line-height: 1;
}

/* RS Header Actions */
.header-actions.header-right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.action-icon {
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-600);
  transition: var(--transition);
}
.action-icon:hover {
  background: var(--gray-100);
  color: var(--primary);
}
.action-icon .material-icons-round {
  font-size: 22px;
}

.btn-orange {
  background: var(--primary) !important;
  color: white !important;
  border: none !important;
  padding: 10px 24px !important;
  border-radius: var(--radius-full) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  cursor: pointer;
  transition: var(--transition);
}
.btn-orange:hover {
  background: var(--primary-dark) !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(232,114,42,0.3);
}

/* RS Mobile Menu Toggle */
.menu-toggle {
  display: none;
  border: none;
  background: transparent;
  padding: 8px;
}
.menu-toggle .material-icons-round {
  font-size: 28px;
  color: var(--gray-700);
}

.user-profile-menu .avatar-link img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid var(--primary);
}

/* Skip link */
.skip-link.screen-reader-text {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* ===== RS HERO ===== */
.rs-hero {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #1B2B44 0%, #2D4A6F 50%, #1B2B44 100%);
}
.rs-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('assets/images/hero-saigon.jpg');
  background-size: cover;
  background-position: center 40%;
  background-repeat: no-repeat;
  z-index: 0;
  transform: scale(1.05);
  transition: transform 8s ease;
  animation: rsHeroZoom 8s ease both;
}
@keyframes rsHeroZoom {
  from { transform: scale(1.08); }
  to   { transform: scale(1.0); }
}
.rs-hero-bg::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 250px;
  background: linear-gradient(to top, rgba(27,43,68,0.98), rgba(27,43,68,0.3) 60%, transparent);
}
.rs-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(27,43,68,0.3) 0%, rgba(27,43,68,0.1) 50%, rgba(0,0,0,0.05) 100%);
}
.rs-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 60px 0 50px;
  text-align: center;
}

/* Hero Title - Script/Handwriting Style */
.rs-hero-title {
  margin-bottom: 12px;
}
.rs-hero-script {
  display: block;
  font-size: clamp(54px, 6vw, 84px);
  font-weight: 700;
  color: #F97316;
  font-family: 'Dancing Script', cursive;
  line-height: 1.1;
  text-shadow:
    0 0 3px rgba(255,255,255,0.95),
    0 0 10px rgba(255,255,255,0.8),
    0 0 22px rgba(255,255,255,0.6),
    0 3px 10px rgba(0,0,0,0.12);
  transform: rotate(-3deg);
}
.rs-hero-script-sub {
  display: block;
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 800;
  color: #0B4B87;
  font-style: italic;
  line-height: 1.2;
  text-shadow:
    0 0 3px rgba(255,255,255,0.95),
    0 0 9px rgba(255,255,255,0.75),
    0 0 18px rgba(255,255,255,0.55),
    0 2px 8px rgba(0,0,0,0.12);
}
.rs-hero-subtitle {
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 32px;
  font-weight: 600;
  text-shadow:
    0 0 2px rgba(255,255,255,0.6),
    0 0 10px rgba(255,255,255,0.35),
    0 2px 6px rgba(0,0,0,0.35);
}

/* Hero Search */
.rs-hero-search {
  max-width: 680px;
  margin: 0 auto 24px;
}
.rs-search-box {
  position: relative;
  display: flex;
  align-items: center;
  background: white;
  border-radius: var(--radius-full);
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.2);
}
.rs-search-icon {
  position: absolute;
  left: 20px;
  color: var(--gray-400);
  font-size: 22px;
  z-index: 1;
}
.rs-search-input {
  flex: 1;
  border: none;
  outline: none;
  padding: 16px 20px 16px 52px;
  font-size: 15px;
  font-family: var(--font-main);
  color: var(--gray-800);
  background: transparent;
}
.rs-search-input::placeholder {
  color: var(--gray-400);
}
.rs-search-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #F97316;
  color: white;
  border: none;
  padding: 12px 28px;
  margin: 5px;
  border-radius: var(--radius-full);
  font-size: 14px;
  font-weight: 700;
  font-family: var(--font-main);
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap;
}
.rs-search-btn:hover {
  background: #EA580C;
}
.rs-search-btn .material-icons-round {
  font-size: 18px;
}
.rs-search-suggest {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 100;
}

/* Hero Tag Pills */
.rs-hero-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 28px;
}
.rs-tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 16px;
  background: white;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: var(--radius-full);
  color: var(--secondary);
  font-size: 13px;
  font-weight: 600;
  transition: var(--transition);
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}
.rs-tag-pill:hover {
  background: var(--gray-50);
  border-color: rgba(0,0,0,0.15);
  transform: translateY(-2px);
}
.rs-tag-pill .material-icons-round {
  font-size: 16px;
}

/* Hero CTA Buttons */
.rs-hero-ctas {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.rs-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: var(--radius-full);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: var(--transition);
}
.rs-cta-btn .material-icons-round {
  font-size: 18px;
}
.rs-cta-review {
  background: #F97316;
  color: white;
}
.rs-cta-review:hover {
  background: #EA580C;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(234,88,12,0.3);
}
.rs-cta-video {
  background: #0B4B87;
  color: white;
}
.rs-cta-video:hover {
  background: #0A3C6B;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(11,75,135,0.3);
}
.rs-cta-community {
  background: #2BAEE4;
  color: white;
}
.rs-cta-community:hover {
  background: #2099C9;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(43,174,228,0.3);
}

/* ===== RS SECTIONS COMMON ===== */
.rs-section {
  padding: 48px 0;
}
.rs-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.rs-section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 900;
  color: #111827;
  text-transform: uppercase;
  letter-spacing: -0.3px;
}
.rs-section-title-sm {
  font-size: 15px;
}
.rs-section-icon {
  font-size: 20px;
  color: #DC2626;
}
.rs-view-all {
  font-size: 13px;
  font-weight: 700;
  color: #2563EB;
  text-decoration: none;
  transition: var(--transition);
  white-space: nowrap;
}
.rs-view-all:hover {
  color: var(--primary);
}

/* ===== RS FEATURED TODAY ===== */
.rs-featured-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.rs-featured-card {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: var(--transition);
}
.rs-featured-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.rs-featured-img {
  position: relative;
  padding-top: 120%;
  background-size: cover;
  background-position: center;
  background-color: var(--gray-200);
}
.rs-hot-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  background: #FF4B4B;
  color: white;
  font-size: 11px;
  font-weight: 700;
  border-radius: var(--radius-full);
}
.rs-hot-badge .material-icons-round {
  font-size: 14px;
}
.rs-featured-label {
  display: block;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 600;
  color: var(--gray-700);
  text-align: center;
  background: white;
  border: 1px solid var(--gray-100);
  border-top: none;
  border-radius: 0 0 var(--radius-md) var(--radius-md);
}

/* ===== RS VIDEO SECTION ===== */
.rs-video-carousel-wrap {
  position: relative;
}
.rs-video-carousel {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 4px 0 10px;
}
.rs-video-carousel::-webkit-scrollbar {
  display: none;
}
.rs-video-card {
  flex: 0 0 calc((100% - 80px) / 6);
  min-width: 160px;
  scroll-snap-align: start;
}
.rs-video-thumb {
  display: block;
  position: relative;
  padding-top: 140%;
  background-size: cover;
  background-position: center;
  background-color: var(--gray-200);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.rs-play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.25);
  transition: var(--transition);
}
.rs-play-overlay .material-icons-round {
  font-size: 48px;
  color: white;
  opacity: 0.85;
  transition: var(--transition);
}
.rs-video-thumb:hover .rs-play-overlay {
  background: rgba(0,0,0,0.4);
}
.rs-video-thumb:hover .rs-play-overlay .material-icons-round {
  opacity: 1;
  transform: scale(1.1);
}
.rs-video-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--gray-800);
  margin: 10px 0 4px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.rs-video-views {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: var(--gray-500);
}
.rs-video-views .material-icons-round {
  font-size: 14px;
}

/* RS Carousel Buttons */
.rs-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-80%);
  z-index: 5;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--gray-200);
  background: white;
  color: var(--gray-600);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
}
.rs-carousel-btn:hover {
  background: var(--primary);
  color: white;
  border-color: var(--primary);
}
.rs-carousel-prev {
  left: -18px;
}
.rs-carousel-next {
  right: -18px;
}
.rs-carousel-btn .material-icons-round {
  font-size: 22px;
}

/* ===== RS RANKING SECTION ===== */
.rs-ranking-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.rs-ranking-col {
  background: white;
  border-radius: var(--radius-md);
  padding: 20px;
  border: 1px solid var(--gray-100);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.rs-ranking-title {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--gray-100);
}
.rs-ranking-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}
.rs-ranking-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 6px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: var(--transition);
}
.rs-ranking-item:hover {
  background: var(--gray-50);
}
.rs-rank-num {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--gray-100);
  color: var(--gray-600);
  font-size: 12px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-rank-num.rs-rank-top {
  background: var(--primary);
  color: white;
}
.rs-rank-name {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  color: var(--gray-800);
  line-height: 1.3;
}
.rs-rank-rating {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 800;
  color: var(--primary);
}
.rs-ranking-more {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  text-align: center;
  margin-top: 14px;
  padding: 12px 18px;
  border: 0;
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: 800;
  color: white;
  text-decoration: none;
  background: linear-gradient(135deg, #f97316 0%, #ef4444 52%, #2563eb 100%);
  box-shadow: 0 14px 28px rgba(239, 68, 68, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}
.rs-ranking-more::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: calc(var(--radius-sm) - 1px);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
}
.rs-ranking-more::after {
  content: "arrow_forward";
  font-family: "Material Icons Round";
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  transition: transform 0.22s ease;
}
.rs-ranking-more:hover {
  color: white;
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 18px 34px rgba(239, 68, 68, 0.32), 0 6px 14px rgba(37, 99, 235, 0.16);
}
.rs-ranking-more:hover::after {
  transform: translateX(3px);
}
.rs-ranking-more:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.28);
  outline-offset: 3px;
}
.rs-ranking-more:active {
  transform: translateY(0);
  box-shadow: 0 10px 20px rgba(239, 68, 68, 0.24);
}

/* ===== RS MAP + AREA SECTION ===== */
.rs-map-area-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  gap: 26px;
  align-items: stretch;
}
.rs-map-col, .rs-area-col {
  display: flex;
  flex-direction: column;
}
.rs-map-container {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.rs-map-frame-wrap {
  position: relative;
  min-height: 390px;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.12);
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #dbeafe;
}
.rs-map-frame-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 390px;
  border: 0;
  filter: saturate(0.95) contrast(0.98) brightness(1.03);
}
.rs-map-hotspots {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}
.rs-map-hotspot {
  position: absolute;
  left: var(--x);
  top: var(--y);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #111827;
  text-decoration: none;
  transform: translate(-50%, -50%);
  pointer-events: auto;
  transition: transform 0.22s ease, filter 0.22s ease;
}
.rs-map-hotspot:hover {
  z-index: 8;
  transform: translate(-50%, -50%) translateY(-3px);
  filter: saturate(1.06);
}
.rs-map-pin {
  position: relative;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50% 50% 50% 8px;
  background: var(--pin);
  color: white;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.24);
  transform: rotate(-45deg);
}
.rs-map-pin::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 2px solid rgba(255, 255, 255, 0.54);
  border-radius: 50%;
}
.rs-map-pin .material-icons-round {
  position: relative;
  z-index: 1;
  font-size: 18px;
  transform: rotate(45deg);
}
.rs-map-spot-card {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: max-content;
  max-width: 156px;
  padding: 5px 8px 5px 5px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.18);
}
.rs-map-spot-img {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border-radius: 8px;
  background-image: var(--spot-img);
  background-size: cover;
  background-position: center;
}
.rs-map-spot-text {
  display: flex;
  min-width: 0;
  flex-direction: column;
  line-height: 1.15;
}
.rs-map-spot-text strong {
  max-width: 94px;
  overflow: hidden;
  color: #111827;
  font-size: 11.5px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rs-map-spot-text small {
  margin-top: 2px;
  color: #64748B;
  font-size: 10.5px;
  font-weight: 700;
}
.rs-map-fullbtn {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 9;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 0;
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.96);
  color: #1D4ED8;
  border-radius: var(--radius-sm);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid rgba(37, 99, 235, 0.14);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
  transition: var(--transition);
}
.rs-map-fullbtn:hover {
  background: #1D4ED8;
  color: white;
  transform: translateY(-2px);
}
.rs-map-fullbtn .material-icons-round {
  font-size: 16px;
}

/* RS Area Grid */
.rs-area-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 10px 12px;
  flex: 1;
}
.rs-area-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 122px;
  border-radius: 0;
  overflow: visible;
  text-decoration: none;
  transition: var(--transition);
  background: transparent;
  box-shadow: none;
}
.rs-area-card:hover {
  transform: translateY(-2px);
  box-shadow: none;
}
.rs-area-card::after {
  display: none;
}
.rs-area-img {
  position: relative;
  width: 100%;
  flex: 1;
  min-height: 98px;
  border-radius: var(--radius-md);
  background-size: cover;
  background-position: center;
  background-color: var(--gray-200);
  box-shadow: 0 7px 16px rgba(15, 23, 42, 0.14);
  overflow: hidden;
  transition: transform 0.35s ease;
}
.rs-area-card:hover .rs-area-img {
  transform: scale(1.02);
}
.rs-area-name {
  position: static;
  display: flex;
  min-height: 22px;
  align-items: center;
  justify-content: center;
  padding: 5px 4px 0;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  color: #111827;
  background: transparent;
  border: 0;
  text-align: center;
  border-radius: 0;
}

/* ===== RS THREE COLUMN SECTION ===== */
.rs-three-col-section {
  padding-top: 24px;
  padding-bottom: 20px;
}
.rs-three-col-section .rs-section-header {
  margin-bottom: 10px;
}
.rs-three-col-section .rs-section-title-sm {
  font-size: 15px;
  line-height: 1.2;
}
.rs-three-col-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}
.rs-three-col-grid > div {
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.rs-events-list, .rs-reviewers-list, .rs-reviews-list {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 8px;
  flex: 1;
}

/* RS Events */
.rs-event-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  background: white;
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: var(--transition);
  min-height: 70px;
  height: 70px;
}
.rs-event-item:hover {
  box-shadow: var(--shadow-sm);
  border-color: var(--primary);
}
.rs-event-thumb {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: var(--radius-sm);
  background-size: cover;
  background-position: center;
  background-color: var(--gray-200);
}
.rs-event-info {
  flex: 1;
  min-width: 0;
}
.rs-event-title {
  font-size: 13px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 4px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.rs-event-meta {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #6B7280;
}
.rs-event-meta .material-icons-round {
  font-size: 14px;
}

/* RS Reviewers */
.rs-reviewer-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  background: white;
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: var(--transition);
  min-height: 70px;
  height: 70px;
}
.rs-reviewer-item:hover {
  box-shadow: var(--shadow-sm);
  border-color: var(--primary);
}
.rs-reviewer-avatar {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-color: var(--gray-200);
}
.rs-reviewer-info {
  flex: 1;
  min-width: 0;
}
.rs-reviewer-name {
  font-size: 13px;
  font-weight: 700;
  color: #111827;
  margin: 0;
}
.rs-reviewer-handle {
  font-size: 12px;
  color: #6B7280;
}
.rs-reviewer-stats {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}
.rs-reviewer-followers {
  font-size: 12px;
  color: #6B7280;
}
.rs-reviewer-rating {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 13px;
  font-weight: 800;
  color: var(--accent-gold);
}
.rs-reviewer-rating .material-icons-round {
  font-size: 16px;
  color: #F59E0B;
}

/* RS Reviews */
.rs-review-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  background: white;
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: var(--transition);
  min-height: 70px;
  height: 70px;
}
.rs-review-item:hover {
  box-shadow: var(--shadow-sm);
  border-color: var(--primary);
}
.rs-review-thumb {
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  border-radius: var(--radius-sm);
  background-size: cover;
  background-position: center;
  background-color: var(--gray-200);
}
.rs-review-info {
  flex: 1;
  min-width: 0;
}
.rs-review-title {
  font-size: 13px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 5px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.rs-review-meta {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
}
.rs-review-author {
  font-size: 12px;
  color: #6B7280;
  font-weight: 500;
}
.rs-review-rating {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 12px;
  font-weight: 800;
  color: var(--accent-gold);
}
.rs-review-rating .material-icons-round {
  font-size: 14px;
  color: #F59E0B;
}
.rs-review-comments {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 12px;
  color: #6B7280;
}
.rs-review-comments .material-icons-round {
  font-size: 14px;
}

/* ===== RS COMMUNITY SECTION ===== */
.rs-community-section {
  background-color: #F8FAFC;
  padding: 24px 32px 32px;
  border-radius: 16px;
  margin-bottom: 40px;
}
.rs-community-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
.rs-community-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 16px 12px;
  background: white;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  text-decoration: none;
  transition: var(--transition);
  text-align: left;
}
.rs-community-card:hover {
  border-color: #0B4B87;
  box-shadow: 0 4px 12px rgba(11,75,135,0.1);
  transform: translateY(-2px);
}
.rs-community-icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.rs-community-icon-wrap .material-icons-round {
  font-size: 24px;
}
.rs-community-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.rs-community-title {
  font-size: 13px;
  font-weight: 700;
  color: #111827;
  margin: 0;
  line-height: 1.3;
}
.rs-community-count {
  font-size: 12px;
  color: #6B7280;
}

/* ===== RS FOOTER ===== */
.footer-cta-banner {
  position: relative;
  overflow: hidden;
  min-height: 215px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(2, 55, 111, 0.72) 0%, rgba(12, 111, 184, 0.38) 48%, rgba(2, 55, 111, 0.66) 100%),
    url("assets/images/footer-saigon-demo-banner.jpg") center center / 100% 100% no-repeat;
  border-top: 1px solid rgba(14, 165, 233, 0.32);
}
.footer-cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0)),
    radial-gradient(circle at 68% 18%, rgba(255,255,255,0.16), transparent 30%);
  pointer-events: none;
}
.footer-cta-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 96px));
  max-width: none;
  margin-left: clamp(48px, 10vw, 190px);
  margin-right: auto;
  display: grid;
  grid-template-columns: 560px 360px minmax(0, 1fr);
  align-items: center;
  gap: 34px;
  padding: 42px 0 38px;
}
.footer-cta-copy {
  text-align: center;
  justify-self: start;
}
.footer-cta-copy h3 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.32);
}
.footer-cta-line {
  display: block;
  width: 70px;
  height: 3px;
  margin: 20px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #f97316, #facc15);
  box-shadow: 0 4px 14px rgba(249, 115, 22, 0.38);
}
.app-downloads {
  text-align: center;
  justify-self: start;
}
.app-downloads p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 14px;
  font-weight: 800;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.app-badge-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
.app-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.25);
  transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
}
.app-badge img {
  display: block;
  height: 44px;
  width: auto;
}
.app-badge:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.3);
}

.site-footer .social-btn:hover {
  transform: scale(1.1);
  opacity: 0.9;
}

.site-footer {
  padding-top: 0 !important;
}
.site-footer > .container {
  padding-top: 28px !important;
  padding-bottom: 8px !important;
}
.site-footer .footer-grid {
  align-items: start;
  padding-bottom: 0 !important;
}
.site-footer .footer-brand h2,
.site-footer .footer-col h4 {
  margin-bottom: 12px !important;
}
.site-footer .footer-brand p {
  margin-bottom: 12px !important;
}
.site-footer .footer-socials {
  margin-top: 12px !important;
}
.site-footer .footer-col ul {
  line-height: 1.8 !important;
}
.site-footer .footer-col li {
  margin: 0 !important;
}
.site-footer .footer-col p {
  margin-bottom: 12px !important;
}

.site-footer .newsletter-form {
  border-radius: 8px !important;
}
.site-footer .newsletter-form input {
  color: #1F2937 !important;
}
.site-footer .newsletter-form button {
  width: auto !important;
  min-width: 86px;
  margin: 0 !important;
  border-radius: 0 !important;
  background: #FF6B00 !important;
  box-shadow: none !important;
  white-space: nowrap;
}

.site-footer a:hover {
  opacity: 1;
  color: var(--primary-light) !important;
}

/* Footer bottom */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 20px 0;
  text-align: center;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .footer-cta-inner {
    width: min(720px, calc(100% - 32px));
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 32px 0;
  }
  .footer-cta-copy h3 {
    font-size: 28px;
  }
  .rs-featured-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .rs-ranking-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .rs-map-area-grid {
    grid-template-columns: 1fr;
  }
  .rs-map-frame-wrap,
  .rs-map-frame-wrap iframe {
    min-height: 360px;
  }
  .rs-three-col-grid {
    grid-template-columns: 1fr;
  }
  .rs-community-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  /* Header mobile */
  .main-navigation.header-center {
    display: none;
  }
  .main-navigation.header-center.is-open {
    display: flex;
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    z-index: 999;
    padding: 20px;
    flex-direction: column;
  }
  .main-navigation.header-center.is-open .menu,
  .main-navigation.header-center.is-open .nav-demo-fallback {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .main-navigation.header-center.is-open .menu-item a {
    flex-direction: row;
    padding: 14px 16px;
    font-size: 15px;
    border-bottom: 1px solid var(--gray-100);
    border-radius: 0;
  }
  .menu-toggle {
    display: flex;
  }
  .header-actions.header-right .action-icon.btn-search,
  .header-actions.header-right .action-icon.btn-notifications {
    display: none;
  }

  /* Hero mobile */
  .rs-hero-content {
    padding: 40px 0 36px;
  }
  .rs-hero-tags {
    gap: 6px;
  }
  .rs-tag-pill {
    padding: 6px 12px;
    font-size: 12px;
  }
  .rs-hero-ctas {
    flex-direction: column;
    align-items: center;
  }
  .rs-cta-btn {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }

  /* Featured mobile */
  .rs-featured-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  /* Video carousel mobile */
  .rs-video-card {
    flex: 0 0 45%;
    min-width: 140px;
  }
  .rs-carousel-btn {
    display: none;
  }

  /* Ranking mobile */
  .rs-ranking-grid {
    grid-template-columns: 1fr;
  }

  /* Area grid mobile */
  .rs-area-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .rs-area-card {
    min-height: 96px;
  }
  .rs-area-img {
    min-height: 74px;
  }
  .rs-area-name {
    left: 8px;
    right: 8px;
    bottom: 8px;
    min-height: 28px;
    font-size: 12px;
  }
  .rs-map-spot-card {
    max-width: 46px;
    padding: 4px;
  }
  .rs-map-spot-img {
    width: 34px;
    height: 34px;
  }
  .rs-map-spot-text {
    display: none;
  }
  .rs-map-pin {
    width: 30px;
    height: 30px;
  }
  .rs-map-pin .material-icons-round {
    font-size: 16px;
  }

  /* Community mobile */
  .rs-community-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .rs-community-card {
    padding: 16px 12px;
  }

  /* Section padding */
  .rs-section {
    padding: 32px 0;
  }

  /* Footer grid */
  .site-footer .footer-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 24px !important;
  }
}

@media (max-width: 480px) {
  .footer-cta-banner {
    min-height: 220px;
    background-position: center bottom;
  }
  .footer-cta-copy h3 {
    font-size: 24px;
  }
  .app-badge img {
    height: 42px;
  }
  .rs-featured-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .rs-community-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .rs-area-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .rs-area-card {
    min-height: 104px;
  }
  .rs-search-btn span:last-child {
    display: none;
  }
  .header-container {
    padding: 0 12px;
  }
  .site-footer .footer-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ===== RS ANIMATIONS ===== */
@keyframes rsFadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.rs-section {
  animation: rsFadeInUp 0.6s ease both;
}

/* RS Map label styling */
.rs-map-overlay-labels {
  display: none; /* Labels are on the actual map */
}

/* ===== Final header override: ReviewSaigon demo style ===== */
.site-header.header-white {
  background: #FFFFFF;
  border-top: 5px solid #20272C;
  border-bottom: 1px solid rgba(27, 43, 68, 0.08);
  box-shadow: 0 10px 28px rgba(27, 43, 68, 0.08);
}

.site-header .header-container {
  min-height: 82px;
  display: grid;
  grid-template-columns: minmax(240px, auto) minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
}

.site-header .site-logo {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  color: #1B2B44;
}

.site-header .site-logo .logo-name,
.site-header .site-title {
  font-size: 24px;
  line-height: 1.05;
  font-weight: 900;
  color: #1B2B44;
  letter-spacing: 0;
}

.site-header .site-logo .logo-highlight {
  color: #D9362E;
}

.site-header .site-logo .logo-tagline,
.site-header .site-description {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  color: #7A8391;
}

.site-header .main-navigation.header-center {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
}

.site-header .main-navigation .menu,
.site-header .main-navigation .nav-menu,
.site-header .main-navigation .nav-demo-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
}

.site-header .main-navigation .menu-item > a,
.site-header .main-navigation .nav-item > a,
.site-header .main-navigation .nav-link {
  min-width: 76px;
  min-height: 60px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 10px;
  color: #1B2B44;
  font-size: 13px;
  line-height: 1.1;
  font-weight: 750;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  border-radius: 12px;
  background: transparent;
  transition: background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.site-header .main-navigation .menu-item + .menu-item > a,
.site-header .main-navigation .nav-item + .nav-item > a {
  margin-left: 14px;
}

.site-header .main-navigation .material-icons-round {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0B4B87;
  font-family: 'Material Icons Round';
  font-size: 27px;
  line-height: 1;
  transform: none !important;
  transition: color 0.22s ease, transform 0.22s ease;
}

.site-header .main-navigation .menu-item > a:hover,
.site-header .main-navigation .menu-item.current-menu-item > a,
.site-header .main-navigation .nav-item > a:hover,
.site-header .main-navigation .nav-item.current-menu-item > a,
.site-header .main-navigation .nav-link:hover {
  color: #D9362E;
  background: #F3F8FF;
  border-bottom-color: #D9362E;
  transform: translateY(-1px);
}

.site-header .main-navigation a:hover .material-icons-round,
.site-header .main-navigation .current-menu-item > a .material-icons-round {
  color: #D9362E;
  transform: translateY(-1px) !important;
}

.site-header .action-icon {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(27, 43, 68, 0.10);
  border-radius: 8px;
  background: #FFFFFF;
  color: #1B2B44;
}

.site-header .action-icon:hover {
  background: #FFF4EF;
  border-color: rgba(217, 54, 46, 0.25);
  color: #D9362E;
}

@media (max-width: 1180px) {
  .site-header .header-container {
    grid-template-columns: minmax(218px, auto) minmax(0, 1fr) auto;
    gap: 18px;
  }

  .site-header .main-navigation .menu-item + .menu-item > a,
  .site-header .main-navigation .nav-item + .nav-item > a {
    margin-left: 12px;
  }

  .site-header .main-navigation .menu-item > a,
  .site-header .main-navigation .nav-item > a,
  .site-header .main-navigation .nav-link {
    font-size: 11.5px;
  }
}

@media (max-width: 1024px) {
  .site-header .header-container {
    min-height: 74px;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .site-header .main-navigation.header-center {
    display: flex;
  }

  .site-header .main-navigation .menu-toggle {
    display: inline-flex;
  }

  .site-header .main-navigation .menu,
  .site-header .main-navigation .nav-menu,
  .site-header .main-navigation .nav-demo-fallback {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 10px 20px 14px;
    background: #FFFFFF;
    border-top: 1px solid rgba(27, 43, 68, 0.08);
    box-shadow: 0 18px 34px rgba(27, 43, 68, 0.12);
  }

  .site-header .main-navigation.toggled .menu,
  .site-header .main-navigation.toggled .nav-menu,
  .site-header .main-navigation.toggled .nav-demo-fallback,
  .site-header .main-navigation.header-center.is-open .menu,
  .site-header .main-navigation.header-center.is-open .nav-demo-fallback {
    display: flex;
  }

  .site-header .main-navigation .menu-item + .menu-item > a,
  .site-header .main-navigation .nav-item + .nav-item > a {
    margin-left: 0;
  }

  .site-header .main-navigation .menu-item > a,
  .site-header .main-navigation .nav-item > a,
  .site-header .main-navigation .nav-link {
    width: 100%;
    min-height: 44px;
    padding: 10px 4px;
    font-size: 16px;
    border-bottom: 1px solid rgba(27, 43, 68, 0.06);
  }

  .site-header .header-actions {
    display: none;
  }
}

/* ===== Single detail polish: calmer reading + smoother inquiry form ===== */
.tl-place-page {
  --detail-ink: #142033;
  --detail-muted: #667386;
  --detail-soft: #F7FAFC;
  --detail-line: rgba(20, 32, 51, 0.09);
}

.tl-place-page .tl-place-body,
.tl-place-page .tl-place-card,
.tl-place-page .tl-inquiry-card,
.tl-place-page .tl-sidebar-support {
  border: 1px solid var(--detail-line);
  border-radius: 20px;
  box-shadow: 0 18px 48px rgba(20, 32, 51, 0.07);
}

.tl-place-page .tl-place-body {
  padding: 36px 40px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 252, 255, 0.92)),
    #fff;
}

.tl-place-page .entry-meta {
  align-items: center;
  gap: 10px 16px;
  margin-bottom: 18px;
  color: #748196;
  font-size: 13.5px;
  font-weight: 650;
}

.tl-place-page .tl-place-body h1 {
  max-width: 760px;
  margin: 0 0 16px;
  color: var(--detail-ink);
  font-size: clamp(34px, 3vw, 46px);
  line-height: 1.12;
  font-weight: 900;
}

.tl-place-page .tl-place-rating {
  margin: 12px 0 18px;
  color: #F59E0B;
}

.tl-place-page .tl-place-meta-list {
  gap: 12px;
  margin: 0 0 22px;
}

.tl-place-page .tl-place-meta-list li {
  color: #314057;
  font-size: 16px;
  line-height: 1.45;
}

.tl-place-page .tl-place-meta-list .material-icons-round {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: rgba(234, 104, 36, 0.11);
  color: #E96A24;
  font-size: 18px;
}

.tl-place-page .tl-badge-green,
.tl-place-page .tl-badge-verified {
  color: #07834E;
  font-weight: 850;
}

.tl-place-page .tl-place-buttons {
  gap: 14px;
  padding-top: 8px;
}

.tl-place-page .tl-place-buttons .btn,
.tl-place-page .tl-place-buttons .tl-save-btn {
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 850;
}

.tl-place-page .tl-place-tabs {
  min-height: 72px;
  align-items: center;
  gap: 18px;
  padding: 0 26px;
  border: 1px solid var(--detail-line);
  border-radius: 20px;
  box-shadow: 0 14px 38px rgba(20, 32, 51, 0.06);
}

.tl-place-page .tl-place-tab {
  height: 72px;
  display: inline-flex;
  align-items: center;
  padding: 0 22px;
  color: #6A7485;
  font-size: 16px;
  font-weight: 850;
}

.tl-place-page .tl-place-tab.is-active {
  color: #EB6824;
  border-bottom-color: #EB6824;
}

.tl-place-page .tl-place-card {
  padding: 38px 40px;
  color: #20304A;
  font-size: 18px;
  line-height: 1.78;
}

.tl-place-page .tl-place-card p {
  color: #20304A;
}

.tl-place-page .tl-place-card a {
  color: #E85F1B;
  font-weight: 800;
}

.tl-place-page .tl-inquiry-card {
  position: relative;
  overflow: hidden;
  padding: 34px 30px 30px;
  background:
    radial-gradient(circle at top right, rgba(234, 104, 36, 0.12), transparent 34%),
    linear-gradient(180deg, #FFFFFF 0%, #FBFCFF 100%);
}

.tl-place-page .tl-inquiry-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #F97316, #EF4444, #0EA5E9);
}

.tl-place-page .tl-inquiry-card h2 {
  margin-bottom: 10px;
  color: var(--detail-ink);
  font-size: 23px;
  line-height: 1.24;
  font-weight: 900;
}

.tl-place-page .tl-inquiry-desc {
  margin-bottom: 24px;
  color: var(--detail-muted);
  font-size: 15px;
  line-height: 1.65;
}

.tl-place-page .tl-inquiry-form {
  gap: 16px;
}

.tl-place-page .tl-inquiry-row {
  grid-template-columns: 1fr;
  gap: 16px;
}

.tl-place-page .tl-inquiry-form label {
  gap: 8px;
  color: #556176;
  font-size: 12.5px;
  font-weight: 850;
}

.tl-place-page .tl-inquiry-form input,
.tl-place-page .tl-inquiry-form select,
.tl-place-page .tl-inquiry-form textarea {
  min-height: 52px;
  padding: 0 16px;
  border: 1.5px solid #DDE3EC;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  color: #172235;
  font-size: 15px;
  font-weight: 600;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.tl-place-page .tl-inquiry-form textarea {
  min-height: 106px;
  padding-top: 14px;
  line-height: 1.55;
}

.tl-place-page .tl-inquiry-form input::placeholder,
.tl-place-page .tl-inquiry-form textarea::placeholder {
  color: #8B96A8;
  font-weight: 500;
}

.tl-place-page .tl-inquiry-form input:focus,
.tl-place-page .tl-inquiry-form select:focus,
.tl-place-page .tl-inquiry-form textarea:focus {
  border-color: #F97316;
  box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.13), 0 10px 24px rgba(20, 32, 51, 0.08);
}

.tl-place-page .tl-inquiry-submit {
  min-height: 54px;
  margin-top: 6px;
  border-radius: 999px;
  background: linear-gradient(135deg, #F97316 0%, #D94D17 100%);
  box-shadow: 0 14px 28px rgba(234, 104, 36, 0.27);
  font-size: 15px;
  font-weight: 900;
}

.tl-place-page .tl-inquiry-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(234, 104, 36, 0.32);
}

@media (max-width: 560px) {
  .tl-place-page .tl-place-body,
  .tl-place-page .tl-place-card,
  .tl-place-page .tl-inquiry-card {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .tl-place-page .tl-place-body h1 {
    font-size: 30px;
  }

  .tl-place-page .tl-place-tabs {
    min-height: 62px;
    padding: 0 12px;
  }

  .tl-place-page .tl-place-tab {
    height: 62px;
    padding: 0 14px;
    font-size: 15px;
  }
}

