/* ══════════════════════════════════════════════
   Traveliko SEO Pages — main.css
   RTL Hebrew, mobile-first, dark hero design
   ══════════════════════════════════════════════ */

/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Assistant', sans-serif;
  background: #f8f9fc;
  color: #1a1a2e;
  direction: rtl;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* ── Nav Bar ── */
.nav-bar {
  background: #0f3460;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 52px;
  position: sticky;
  top: 0;
  z-index: 100;
}
.nav-logo {
  color: white;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.3px;
}
.nav-logo span { color: #7ec8e3; }
.nav-tagline { display: block; font-size: 10px; font-weight: 400; color: rgba(255,255,255,0.55); letter-spacing: 0; line-height: 1; margin-top: -2px; }
.nav-links { display: flex; gap: 20px; }
.nav-link {
  color: rgba(255,255,255,0.7);
  font-size: 15px;
  font-weight: 500;
  transition: color 0.2s;
}
.nav-link:hover, .nav-link--active { color: white; }
.nav-link--communities { color: #7ec8e3; font-weight: 800; font-size: 16px; }
.nav-link--communities:hover { color: white; }

/* ── Hero ── */
.hero {
  background: linear-gradient(160deg, rgba(15,52,96,0.88), rgba(26,33,62,0.92));
  background-size: cover;
  background-position: center;
  padding: 48px 28px 40px;
  position: relative;
}
.hero-content { position: relative; z-index: 1; max-width: 1100px; margin: 0 auto; }
.hero--index { text-align: center; padding: 64px 28px 56px; }

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,0.55);
  font-size: 12px;
  margin-bottom: 14px;
}
.breadcrumb a { color: rgba(255,255,255,0.55); transition: color 0.2s; }
.breadcrumb a:hover { color: rgba(255,255,255,0.85); }
.breadcrumb span { color: rgba(255,255,255,0.35); }
.breadcrumb-current { color: rgba(255,255,255,0.75); }

.hero h1 {
  color: white;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 10px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.3);
}
.hero-sub {
  color: rgba(255,255,255,0.72);
  font-size: 15px;
  max-width: 480px;
  line-height: 1.6;
}
.hero--index .hero-sub { margin: 0 auto; }
.city-intro { color: rgba(255,255,255,0.72); font-size: 15px; max-width: 480px; }

/* ── Trust Bar ── */
.trust-bar {
  background: white;
  border-bottom: 1px solid #e8e8f0;
  box-shadow: 0 3px 16px rgba(0,0,0,0.07);
}
.trust-bar-inner {
  display: flex;
  align-items: stretch;
  max-width: 1100px;
  margin: 0 auto;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  flex: 1;
  border-left: 1px solid #f0f0f5;
}
.trust-item:last-child { border-left: none; }
.trust-icon-wrap {
  width: 40px; height: 40px;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.trust-icon-wrap.fb { background: #e7f0ff; }
.trust-icon-wrap.wa { background: #e6f9ef; }
.trust-icon-wrap.star { background: #fff8e7; }
.trust-text { flex: 1; }
.trust-text strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: #1a1a2e;
  line-height: 1.2;
}
.trust-text span { font-size: 12px; color: #888; }
.trust-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: none;
  border-radius: 9px;
  padding: 9px 16px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  color: white;
  flex-shrink: 0;
  font-family: 'Assistant', sans-serif;
  transition: filter 0.15s;
  white-space: nowrap;
}
.trust-btn:hover { filter: brightness(1.08); }
.trust-btn.fb { background: linear-gradient(135deg, #1877f2, #0c5ddb); }
.trust-btn.wa { background: linear-gradient(135deg, #25D366, #1aab52); }
.trust-btn svg { flex-shrink: 0; }

/* ── City Tabs ── */
.city-tabs {
  background: white;
  padding: 0 20px;
  border-bottom: 2px solid #f0f0f8;
  display: flex;
  gap: 0;
  max-width: 1100px;
  margin: 0 auto;
  overflow-x: auto;
}
.city-tab {
  padding: 12px 18px;
  font-size: 13px;
  font-weight: 600;
  color: #888;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  white-space: nowrap;
  transition: color 0.2s;
}
.city-tab:hover { color: #555; }
.city-tab--active {
  color: #1a1a2e;
  border-bottom-color: #6c63ff;
}

/* ── Hotels Section ── */
.hotels-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 20px;
}
.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.section-title {
  font-size: 18px;
  font-weight: 800;
  color: #1a1a2e;
}
.section-count { font-size: 13px; color: #888; }

/* ── Hotel Grid ── */
.hotel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.hotel-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  transition: box-shadow 0.2s, transform 0.15s;
}
.hotel-card:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}
.hotel-img {
  height: 160px;
  position: relative;
  overflow: hidden;
  background: #eee;
}
.hotel-img img { width: 100%; height: 100%; object-fit: cover; }
.hotel-img-placeholder {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, #a8c8e8, #7ba3c8);
}
.hotel-stars {
  position: absolute;
  bottom: 8px;
  right: 10px;
  background: rgba(0,0,0,0.55);
  border-radius: 4px;
  padding: 2px 8px;
  color: #ffd700;
  font-size: 11px;
  letter-spacing: 1px;
}
.hotel-body { padding: 14px 16px 16px; }
.hotel-name {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.3;
  margin-bottom: 4px;
}
.hotel-desc {
  font-size: 12px;
  color: #666;
  margin-bottom: 6px;
  line-height: 1.5;
}
.hotel-loc {
  font-size: 12px;
  color: #888;
  margin-bottom: 8px;
}
.hotel-tags { display: flex; gap: 5px; flex-wrap: wrap; margin-bottom: 10px; }
.tag {
  background: #f0f0f8;
  color: #6c63ff;
  border-radius: 4px;
  padding: 3px 8px;
  font-size: 11px;
  font-weight: 600;
}

/* ── Community Booking Badge ── */
.community-booked {
  display: flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #fef3c7, #fef9e7);
  border: 1px solid #fde68a;
  border-radius: 6px;
  padding: 6px 10px;
  margin-bottom: 10px;
}
.community-booked-icon {
  width: 20px; height: 20px;
  background: #f59e0b;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.community-booked-text {
  font-size: 12px;
  color: #92400e;
  font-weight: 500;
}
.community-booked-text strong {
  font-weight: 800;
  color: #78350f;
}

.hotel-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
}
.hotel-price {
  font-size: 15px;
  font-weight: 800;
  color: #1a1a2e;
}
.book-btn {
  display: inline-block;
  background: linear-gradient(135deg, #003580, #0057b8);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  font-family: 'Assistant', sans-serif;
  transition: filter 0.15s;
}
.book-btn:hover { filter: brightness(1.1); }

/* ── Best For Section ── */
.best-for-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 20px 0;
}
.best-for-grid {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 4px;
}
.best-for-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background: white;
  border-radius: 10px;
  padding: 14px 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  min-width: 160px;
  text-align: center;
}
.best-for-category {
  font-size: 13px;
  font-weight: 700;
  color: #6c63ff;
}
.best-for-hotel {
  font-size: 12px;
  color: #555;
}

/* ── Comparison Table ── */
.comparison-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 20px;
}
.table-wrap { overflow-x: auto; }
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.comparison-table thead { background: #f8f9fc; }
.comparison-table th {
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 700;
  color: #888;
  text-align: right;
  border-bottom: 2px solid #f0f0f8;
}
.comparison-table td {
  padding: 12px 16px;
  font-size: 13px;
  border-bottom: 1px solid #f5f5fa;
}
.comparison-table tr:last-child td { border-bottom: none; }
.comparison-table tr:hover { background: #fafbfe; }
.td-name { font-weight: 700; color: #1a1a2e; }
.td-stars { color: #ffd700; letter-spacing: 1px; }
.td-price { font-weight: 600; }
.td-bestfor { color: #6c63ff; font-weight: 600; }
.table-book-btn {
  display: inline-block;
  background: #003580;
  color: white;
  border-radius: 6px;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 700;
  font-family: 'Assistant', sans-serif;
}

/* ── FAQ Section ── */
.faq-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 20px;
}
.faq-list { display: flex; flex-direction: column; gap: 8px; }
.faq-item {
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  overflow: hidden;
}
.faq-question {
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 700;
  color: #1a1a2e;
  cursor: pointer;
  list-style: none;
}
.faq-question::-webkit-details-marker { display: none; }
.faq-question::before {
  content: '▸';
  display: inline-block;
  margin-left: 10px;
  transition: transform 0.2s;
  color: #6c63ff;
}
.faq-item[open] .faq-question::before { transform: rotate(90deg); }
.faq-answer {
  padding: 0 20px 16px;
  font-size: 13px;
  color: #555;
  line-height: 1.7;
}

/* ── Destinations Grid (Index Page) ── */
/* ── Hero — Community-first layout ── */
.hero-brand { font-size: 48px; margin: 0; font-weight: 900; }
.hero-tagline { font-size: 22px; color: rgba(255,255,255,0.85); margin: 4px 0 0; font-weight: 500; }
.hero-desc { margin: 24px 0 10px; font-size: 16px; color: rgba(255,255,255,0.8); }
.hero-benefits {
  list-style: none; padding: 0; margin: 0 auto; max-width: 600px; text-align: right;
}
.hero-benefits li {
  font-size: 15px; color: rgba(255,255,255,0.9); padding: 5px 0; line-height: 1.6;
}
.hero-benefits li::before { content: '\2022  '; color: #7ec8e3; font-weight: 700; }
.hero-personal { margin-top: 20px; font-size: 15px; color: rgba(255,255,255,0.7); font-style: italic; }
.hero-ctas { display: flex; gap: 14px; justify-content: center; margin-top: 24px; flex-wrap: wrap; }
.hero-cta-primary {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 36px; background: #25d366; color: white;
  border-radius: 30px; font-size: 17px; font-weight: 800;
  transition: all 0.2s; box-shadow: 0 4px 16px rgba(37,211,102,0.3);
}
.hero-cta-primary:hover { background: #20c05c; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(37,211,102,0.4); }
.hero-cta-secondary {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; background: rgba(255,255,255,0.15); color: white;
  border: 2px solid rgba(255,255,255,0.4); border-radius: 30px;
  font-size: 15px; font-weight: 600; transition: all 0.2s;
}
.hero-cta-secondary:hover { background: rgba(255,255,255,0.25); border-color: rgba(255,255,255,0.7); }

@media (max-width: 768px) {
  .hero-brand { font-size: 36px; }
  .hero-tagline { font-size: 18px; }
  .hero-ctas { flex-direction: column; align-items: center; }
}

/* ── Communities Page ── */
.hero--communities { background: linear-gradient(135deg, #1877f2, #0f3460); min-height: 240px; }
.comm-hero-stats { display: flex; gap: 40px; margin-top: 24px; justify-content: center; }
.comm-hero-stat { text-align: center; }
.comm-hero-stat strong { display: block; font-size: 32px; font-weight: 800; color: white; }
.comm-hero-stat span { font-size: 13px; color: rgba(255,255,255,0.7); }

.comm-value-section { max-width: 1000px; margin: 0 auto; padding: 48px 20px 32px; text-align: center; }
.comm-value-section h2 { font-size: 26px; color: #1a1a2e; margin-bottom: 28px; }
.comm-value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.comm-value-card { background: white; border-radius: 12px; padding: 28px 20px; border: 1px solid #e5e7eb; transition: transform 0.2s, box-shadow 0.2s; }
.comm-value-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.comm-value-icon { font-size: 36px; margin-bottom: 12px; }
.comm-value-card h3 { font-size: 18px; color: #0f3460; margin: 0 0 8px; }
.comm-value-card p { font-size: 14px; color: #6b7280; margin: 0; line-height: 1.6; }

.communities-section { max-width: 1100px; margin: 0 auto; padding: 20px 20px 40px; }
.comm-section-title { text-align: center; font-size: 26px; color: #1a1a2e; margin-bottom: 28px; }
.communities-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 20px; }
@media (max-width: 480px) { .communities-grid { grid-template-columns: 1fr; } .comm-value-grid { grid-template-columns: 1fr; } .comm-hero-stats { gap: 20px; } .comm-hero-stat strong { font-size: 24px; } }

.community-card { background: white; border-radius: 14px; border: 1px solid #e5e7eb; overflow: hidden; transition: transform 0.2s, box-shadow 0.2s; }
.community-card:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(0,0,0,0.1); }
.community-card-img { height: 140px; background: var(--card-bg, linear-gradient(135deg, #0f3460, #1a1a2e)) center/cover no-repeat; position: relative; }
.community-card-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.4); display: flex; flex-direction: column; justify-content: flex-end; padding: 16px 20px; }
.community-card-overlay h3 { margin: 0; font-size: 22px; font-weight: 800; color: white; }
.community-card-hotels { font-size: 12px; color: rgba(255,255,255,0.75); margin-top: 2px; }
.community-card-body { padding: 12px; display: flex; flex-direction: column; gap: 10px; }

.comm-cta-section { text-align: center; padding: 48px 20px; background: #f8f9fc; margin-top: 20px; }
.comm-cta-section h2 { font-size: 22px; color: #1a1a2e; margin: 0 0 8px; }
.comm-cta-section p { font-size: 15px; color: #6b7280; margin: 0 0 20px; }
.comm-cta-btn { display: inline-block; padding: 12px 32px; background: #0f3460; color: white; border-radius: 8px; font-weight: 700; font-size: 15px; transition: background 0.2s; }
.comm-cta-btn:hover { background: #1a4a8a; }
.community-link {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 18px; border-radius: 10px;
  color: white; font-size: 14px;
  transition: transform 0.15s, box-shadow 0.15s;
}
.community-link:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
.community-link-fb { background: #1877f2; }
.community-link-wa { background: #25d366; }
.community-link-info { flex: 1; display: flex; flex-direction: column; }
.community-link-name { font-weight: 700; font-size: 15px; }
.community-link-count { font-size: 12px; opacity: 0.85; }
.community-link-btn {
  padding: 6px 18px; background: rgba(255,255,255,0.2);
  border-radius: 20px; font-weight: 700; font-size: 13px;
  white-space: nowrap;
}
.community-link:hover .community-link-btn { background: rgba(255,255,255,0.35); }

@media (max-width: 480px) {
  .community-link { padding: 12px 14px; gap: 10px; }
  .community-link-btn { padding: 5px 12px; font-size: 12px; }
}

/* ── Attractions CTA ── */
.attractions-section { max-width: 1100px; margin: 0 auto; padding: 20px 20px 0; }
.attractions-card {
  display: flex; align-items: center; gap: 20px;
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  border: 1px solid #f59e0b;
  border-radius: 12px; padding: 20px 28px;
}
.attractions-icon { font-size: 36px; }
.attractions-text h3 { margin: 0 0 4px; font-size: 17px; color: #92400e; font-weight: 700; }
.attractions-text p { margin: 0; font-size: 14px; color: #78350f; opacity: 0.8; }
.attractions-btn {
  margin-right: auto; white-space: nowrap;
  background: #f59e0b; color: white; padding: 10px 24px; border-radius: 8px;
  font-weight: 700; font-size: 14px; transition: background 0.2s;
}
.attractions-btn:hover { background: #d97706; }

@media (max-width: 768px) {
  .attractions-card { flex-direction: column; text-align: center; gap: 12px; }
  .attractions-btn { margin-right: 0; }
}

.destinations-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 20px;
}
.destinations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
.destination-card {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: transform 0.2s, box-shadow 0.2s;
}
.destination-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.14);
}
.destination-img {
  position: relative;
  aspect-ratio: 16 / 11;
  background: linear-gradient(135deg, #0f3460, #16213e);
  overflow: hidden;
}
.destination-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.destination-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}
.destination-name {
  color: white;
  font-size: 22px;
  font-weight: 800;
}
.destination-count {
  color: rgba(255,255,255,0.7);
  font-size: 13px;
  margin-top: 4px;
}
.destination-community {
  display: flex; gap: 8px; margin-top: 8px; justify-content: center;
}
.dest-comm-badge {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 11px; font-weight: 600; color: white;
  padding: 3px 10px; border-radius: 12px;
  backdrop-filter: blur(4px);
}
.dest-comm-fb { background: rgba(24, 119, 242, 0.7); }
.dest-comm-wa { background: rgba(37, 211, 102, 0.7); }

/* ── "Read full city guide" link under country-page city sections ── */
.city-more { margin: 8px 0 24px; font-size: 14px; }
.city-more a { color: #0f3460; font-weight: 700; }
.city-more a:hover { text-decoration: underline; }

/* ── Affiliate disclosure (per-page) ── */
.affiliate-notice {
  font-size: 13px;
  color: #5a5a6e;
  background: #f8f9fc;
  border: 1px solid #e3e6ee;
  border-radius: 8px;
  padding: 10px 14px;
  margin: 0 0 16px;
  line-height: 1.5;
}
.affiliate-notice span[aria-hidden] { margin-left: 4px; }

/* ── Footer ── */
.site-footer {
  background: #1a1a2e;
  padding: 24px 20px;
  margin-top: 32px;
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.footer-disclaimer {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 8px;
}
.footer-brand {
  font-size: 13px;
  color: rgba(255,255,255,0.35);
}

/* ══════════════════════════════════════════════
   Responsive
   ══════════════════════════════════════════════ */

@media (max-width: 768px) {
  .hero h1 { font-size: 26px; }
  .hero { padding: 36px 20px 32px; }
  .trust-bar-inner { flex-direction: column; }
  .trust-item { border-left: none; border-bottom: 1px solid #f0f0f5; }
  .trust-item:last-child { border-bottom: none; }
  .hotel-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .city-tabs { padding: 0 12px; }
  .nav-bar { padding: 0 16px; }
  .nav-links { gap: 12px; }
  .best-for-grid { gap: 8px; }
  .best-for-card { min-width: 140px; padding: 10px 14px; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 22px; }
  .hero { padding: 28px 16px 24px; }
  .hotel-grid { grid-template-columns: 1fr; }
  .hotel-img { height: 180px; }
  .nav-links { display: none; }
  .trust-btn { padding: 8px 12px; font-size: 11px; }
  .destinations-grid { grid-template-columns: 1fr; }
  .comparison-table th, .comparison-table td { padding: 8px 10px; font-size: 11px; }
}

/* ══════════════════════════════════════════════
   SEO Content Sections
   ══════════════════════════════════════════════ */

/* ── Homepage Intro Section ── */
.intro-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px 24px;
}
.intro-content {
  background: white;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.intro-content h2 {
  font-size: 22px;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 16px;
}
.intro-content p {
  font-size: 15px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 14px;
}
.intro-stats {
  display: flex;
  gap: 32px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #f0f0f5;
}
.intro-stat {
  text-align: center;
}
.intro-stat strong {
  display: block;
  font-size: 28px;
  font-weight: 800;
  color: #0f3460;
  line-height: 1.2;
}
.intro-stat span {
  font-size: 13px;
  color: #888;
}

/* ── Destinations Section Title ── */
.destinations-title {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 20px 0;
  font-size: 22px;
  font-weight: 800;
  color: #1a1a2e;
}

/* ── Content Pages (About, Privacy) ── */
.hero--page {
  text-align: center;
  padding: 48px 28px 40px;
}
.content-page {
  max-width: 800px;
  margin: 0 auto;
  padding: 32px 20px 48px;
}
.content-section {
  background: white;
  border-radius: 12px;
  padding: 28px 32px;
  margin-bottom: 20px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.content-section h2 {
  font-size: 20px;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 14px;
}
.content-section p {
  font-size: 15px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 12px;
}
.content-section p:last-child {
  margin-bottom: 0;
}
.content-section ul, .content-section ol {
  padding-right: 24px;
  margin-bottom: 12px;
}
.content-section li {
  font-size: 15px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 6px;
}
.content-section a {
  color: #0f3460;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.content-section a:hover {
  color: #6c63ff;
}

/* ── Footer Links ── */
.footer-links {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 10px;
}
.footer-links a {
  color: rgba(255,255,255,0.6);
  font-size: 13px;
  transition: color 0.2s;
}
.footer-links a:hover {
  color: rgba(255,255,255,0.9);
}

/* ── Comparison Table Price N/A ── */
.td-price .price-na {
  color: #ccc;
  font-size: 12px;
}

/* ── FAQ Open State ── */
.faq-item[open] .faq-question {
  font-weight: 700;
  color: #1a1a2e;
}
.faq-item[open] .faq-answer {
  padding-bottom: 4px;
}

/* ── SEO Sections Responsive ── */
@media (max-width: 768px) {
  .intro-stats {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
  .intro-content {
    padding: 24px 20px;
  }
  .content-section {
    padding: 20px;
  }
  .footer-links {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .intro-stat strong {
    font-size: 24px;
  }
}

/* ── Last Updated ── */
.hero-updated {
  color: rgba(255,255,255,0.5);
  font-size: 12px;
  margin-top: 8px;
}

/* ── Related Destinations ── */
.related-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 20px 8px;
}
.related-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
.related-card {
  background: white;
  border: 1px solid #e8e8f0;
  border-radius: 8px;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a2e;
  transition: border-color 0.2s, box-shadow 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
}
.related-card:hover {
  border-color: #6c63ff;
  box-shadow: 0 2px 8px rgba(108,99,255,0.15);
}
.related-count {
  font-size: 12px;
  color: #888;
  font-weight: 400;
}

@media (max-width: 480px) {
  .related-grid {
    gap: 8px;
  }
  .related-card {
    padding: 10px 14px;
    font-size: 13px;
  }
}
