/* ── COUNTRY HERO ─────────────────────────────────────── */
.cty-hero {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.cty-hero-bg {
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1533587851505-d119e13fa0d7?w=1800&q=85');
  background-size: cover;
  background-position: center 40%;
  z-index: 0;
}
.cty-hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.10) 0%,
    rgba(0,0,0,0.22) 40%,
    rgba(0,0,0,0.72) 100%
  );
}
.cty-hero-inner {
  position: relative; z-index: 5;
  max-width: 1280px; margin: 0 auto;
  padding: 0 40px 72px;
  width: 100%;
}
/* Darker gradient when hero uses the shared slider (matches support template). */
.cty-hero .hero-slider::after {
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.10) 0%,
    rgba(0,0,0,0.22) 40%,
    rgba(0,0,0,0.72) 100%
  );
  z-index: 2;
}
.cty-hero-eyebrow {
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em;
  color: rgba(255,255,255,0.72); margin-bottom: 10px; font-weight: 500;
  display: flex; align-items: center; gap: 8px;
}
.cty-hero-eyebrow a { color: rgba(255,255,255,0.72); text-decoration: none; }
.cty-hero-eyebrow a:hover { color: #fff; }
.cty-hero-eyebrow-sep { opacity: 0.5; }
.cty-hero-title {
  font-family: var(--font-serif); font-size: 48px; font-weight: 400;
  color: #fff; margin-bottom: 10px; line-height: 1.15; letter-spacing: -0.02em;
  max-width: 700px;
}
.cty-hero-title em { font-style: italic; }
.cty-hero-sub {
  font-size: 16px; color: rgba(255,255,255,0.82);
  margin-bottom: 22px; line-height: 1.55; max-width: 580px;
}
.cty-hero-meta {
  display: flex; align-items: center; gap: 14px;
  flex-wrap: wrap; margin-bottom: 28px;
}
.cty-price-pill {
  background: var(--green-booking); color: #fff;
  font-size: 14px; font-weight: 600;
  padding: 7px 16px; border-radius: 20px;
  display: inline-flex; align-items: center; gap: 5px;
}
.cty-meta-chip {
  background: rgba(255,255,255,0.18); color: rgba(255,255,255,0.92);
  border: 1px solid rgba(255,255,255,0.28);
  font-size: 13px; font-weight: 500;
  padding: 6px 13px; border-radius: 20px;
  backdrop-filter: blur(6px);
  display: inline-flex; align-items: center; gap: 5px;
}
/* ── PLANNER CARD ─────────────────────────────────────── */
.cty-planner {
  position: relative;
  z-index: 5;
  max-width: 1280px;
  margin: -52px auto 0;
  padding: 0 40px;
}
.cty-planner-card {
  overflow: hidden;
  border: 1px solid rgba(228,226,218,0.9);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.98);
  box-shadow: 0 14px 42px rgba(26,26,24,0.16);
}
.cty-search-wrap {
  background: #fff;
  overflow: hidden;
}


/* ── PAGE WRAPPER ─────────────────────────────────────── */
.cty-page {
  max-width: 1280px; margin: 0 auto;
  padding: 0 40px 80px;
}


/* ── BREADCRUMB ───────────────────────────────────────── */
.cty-breadcrumb {
  display: flex; align-items: center; gap: 6px;
  padding: 16px 0 14px;
  font-size: 13px; color: var(--text-muted); flex-wrap: wrap;
}
.cty-breadcrumb a { color: var(--text-muted); text-decoration: none; }
.cty-breadcrumb a:hover { color: var(--text-secondary); }
.cty-breadcrumb .sep { color: var(--border-strong); }
.cty-breadcrumb .current { color: var(--text-secondary); }


/* ── INTRO + ASIDE ────────────────────────────────────── */
.cty-intro-row {
  display: grid; grid-template-columns: 1fr 320px;
  gap: 40px; align-items: start;
  margin-bottom: 34px;
}
.cty-intro-text p {
  font-size: 15px; color: var(--text-secondary);
  line-height: 1.8; margin-bottom: 14px;
}
.cty-intro-text p:last-child { margin-bottom: 0; }
.cty-intro-text a { color: var(--purple); text-decoration: none; }
.cty-intro-text a:hover { text-decoration: underline; }
.cty-intro-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 28px;
}
.cty-intro-fact {
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--bg-card);
  padding: 16px 16px 15px;
}
.cty-intro-fact-label {
  margin-bottom: 5px;
  color: var(--purple-light);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cty-intro-fact-val {
  color: var(--text-primary);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
}
.cty-intro-aside {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius); overflow: hidden;
}
.cty-aside-header {
  background: var(--purple); color: #fff;
  padding: 14px 18px;
  font-size: 13px; font-weight: 600; letter-spacing: 0.02em;
}
.cty-aside-rows { padding: 4px 0; }
.cty-aside-row {
  display: flex; align-items: center;
  padding: 11px 18px; border-bottom: 1px solid var(--border);
  gap: 10px; font-size: 13px;
}
.cty-aside-row:last-child { border-bottom: none; }
.cty-aside-row svg { color: var(--purple-light); flex-shrink: 0; }
.cty-aside-row-label { color: var(--text-muted); min-width: 110px; font-size: 12px; }
.cty-aside-row-val   { color: var(--text-primary); font-weight: 500; }


/* ── DESTINATION GRID ─────────────────────────────────── */
.dest-list-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 36px;
}
.dest-list-card {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius); overflow: hidden; cursor: pointer;
  transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s;
  text-decoration: none; color: inherit; display: block;
}
.dest-list-card:hover {
  border-color: var(--border-strong);
  box-shadow: 0 6px 24px rgba(61,31,140,0.1);
  transform: translateY(-3px);
}
.dest-list-card[hidden] { display: none; }
.dlc-img {
  height: 170px; position: relative; overflow: hidden;
  background: var(--bg-secondary);
}
.dlc-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.4s;
}
.dest-list-card:hover .dlc-img img { transform: scale(1.05); }
.dlc-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(transparent 40%, rgba(0,0,0,0.40));
}
.dlc-badge {
  position: absolute; top: 10px; left: 10px;
  background: var(--purple); color: #fff;
  font-size: 10px; font-weight: 500; padding: 3px 9px; border-radius: 20px;
}
.dlc-badge.green  { background: var(--green-booking); }
.dlc-badge.orange { background: var(--orange); }
.dlc-count {
  position: absolute; bottom: 10px; right: 10px;
  background: rgba(0,0,0,0.45); color: rgba(255,255,255,0.9);
  font-size: 11px; font-weight: 500; padding: 3px 9px; border-radius: 10px;
}
.dlc-days {
  position: absolute; bottom: 10px; left: 10px;
  background: rgba(0,0,0,0.45); color: rgba(255,255,255,0.9);
  font-size: 11px; font-weight: 500; padding: 3px 9px; border-radius: 10px;
}
.dlc-body { padding: 14px 16px 16px; }
.dlc-region {
  font-size: 10px; text-transform: uppercase; letter-spacing: 0.06em;
  color: var(--purple-light); margin-bottom: 4px; font-weight: 500;
}
.dlc-name {
  font-size: 15px; font-weight: 500; color: var(--text-primary);
  margin-bottom: 4px; line-height: 1.3;
}
.dlc-desc {
  font-size: 12px; color: var(--text-secondary); line-height: 1.55; margin-bottom: 12px;
}
.dlc-footer {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 10px; border-top: 1px solid var(--border);
  gap: 10px;
}
.dlc-tags { display: flex; gap: 5px; flex-wrap: wrap; }
.dlc-tag {
  font-size: 11px; color: var(--text-muted);
  background: var(--bg-secondary); border-radius: 10px; padding: 2px 8px;
}
.dlc-price { text-align: right; flex-shrink: 0; }
.dlc-price-from { font-size: 10px; color: var(--text-muted); }
.dlc-price-val {
  font-family: var(--font-serif); font-size: 17px;
  font-weight: 400; color: var(--text-primary);
}
.dlc-price-pp { font-size: 11px; color: var(--text-muted); }
.grid-empty {
  display: none;
  grid-column: 1 / -1;
  text-align: center; padding: 60px 20px;
  color: var(--text-muted); font-size: 14px;
}
.grid-empty.visible { display: block; }


/* ── MUST-SEE HIGHLIGHTS ──────────────────────────────── */
.cty-highlights { margin-bottom: 64px; }
.cty-section-header { margin-bottom: 24px; }
.cty-section-kicker {
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--purple-light); font-weight: 500; margin-bottom: 6px;
}
.cty-section-title {
  font-family: var(--font-serif); font-size: 28px; font-weight: 400;
  color: var(--text-primary); line-height: 1.25;
}
.cty-section-title em { font-style: italic; }
.cty-highlights-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.cty-hl-card {
  position: relative; border-radius: var(--radius); overflow: hidden;
  height: 280px; cursor: default;
}
.cty-hl-card img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s;
}
.cty-hl-card:hover img { transform: scale(1.06); }
.cty-hl-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 30%, rgba(0,0,0,0.72) 100%);
}
.cty-hl-body {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 20px 20px 18px;
}
.cty-hl-num {
  font-family: var(--font-serif); font-size: 28px; font-weight: 400;
  color: rgba(255,255,255,0.35); line-height: 1; margin-bottom: 4px;
}
.cty-hl-title {
  font-size: 16px; font-weight: 500; color: #fff;
  margin-bottom: 5px; line-height: 1.3;
}
.cty-hl-desc {
  font-size: 12px; color: rgba(255,255,255,0.75); line-height: 1.55;
}


/* ── DESTINATION INFO ─────────────────────────────────── */
.cty-info { margin-bottom: 64px; }
.cty-info-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px;
}
.cty-info-block { margin-bottom: 28px; }
.cty-info-block h3 {
  font-size: 16px; font-weight: 500; color: var(--text-primary);
  margin-bottom: 9px;
  display: flex; align-items: center; gap: 9px;
}
.cty-info-block h3::before {
  content: ''; display: inline-block;
  width: 3px; height: 16px; border-radius: 2px;
  background: var(--purple-light); flex-shrink: 0;
}
.cty-info-block p {
  font-size: 14px; color: var(--text-secondary); line-height: 1.8;
}
.cty-info-block a { color: var(--purple); text-decoration: none; }
.cty-info-block a:hover { text-decoration: underline; }


/* ── RELATED DESTINATIONS ─────────────────────────────── */
.cty-related { margin-bottom: 64px; }
.cty-related-scroll {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.cty-rel-card {
  position: relative; border-radius: var(--radius-sm); overflow: hidden;
  height: 150px; text-decoration: none; display: block;
}
.cty-rel-card img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.35s;
}
.cty-rel-card:hover img { transform: scale(1.07); }
.cty-rel-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(transparent 30%, rgba(0,0,0,0.62) 100%);
}
.cty-rel-body {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 12px 13px;
}
.cty-rel-name  { font-size: 14px; font-weight: 500; color: #fff; line-height: 1.2; margin-bottom: 1px; }
.cty-rel-count { font-size: 11px; color: rgba(255,255,255,0.7); }


/* ── COUNTRY STORY ────────────────────────────────────── */
.cty-country-story {
  max-width: none;
  margin: 64px 0;
  padding: 0;
}
.cty-country-story__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 48px;
  align-items: center;
}
.cty-country-story__copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 34px;
  row-gap: 24px;
}
.cty-country-story__intro {
  grid-column: 1 / -1;
}
.cty-country-story__wide {
  grid-column: 1 / -1;
}
.cty-country-story h2 {
  max-width: 760px;
}
.cty-country-story h3 {
  margin-top: 0;
}
.cty-country-story__media {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 12px;
  min-height: 430px;
}
.cty-country-story__image {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  min-height: 180px;
  background: var(--bg-secondary);
}
.cty-country-story__image:first-child {
  grid-row: span 2;
}
.cty-country-story__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.cty-country-story__image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 45%, rgba(0,0,0,0.34));
  pointer-events: none;
}
.cty-country-story__caption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
}


/* ── FAQ ──────────────────────────────────────────────── */
.cty-faq { margin-bottom: 64px; }
.cty-faq-list {
  display: flex; flex-direction: column;
  border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden;
}
.cty-faq-item { border-bottom: 1px solid var(--border); }
.cty-faq-item:last-child { border-bottom: none; }
.cty-faq-q {
  width: 100%; padding: 16px 20px; text-align: left;
  background: var(--bg-card); border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  font-family: var(--font-body); font-size: 14px; font-weight: 500;
  color: var(--text-primary); transition: background 0.12s;
}
.cty-faq-q:hover { background: var(--bg-secondary); }
.cty-faq-q.open  { background: var(--purple-pale); color: var(--purple); }
.cty-faq-chev {
  width: 20px; height: 20px; flex-shrink: 0;
  color: var(--text-muted); transition: transform 0.2s;
}
.cty-faq-q.open .cty-faq-chev { transform: rotate(180deg); color: var(--purple); }
.cty-faq-a {
  display: none; padding: 0 20px 18px;
  font-size: 14px; color: var(--text-secondary);
  line-height: 1.78; background: var(--purple-pale);
}
.cty-faq-a.open { display: block; }


/* ── USP SECTION ──────────────────────────────────────── */
.cty-usp {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 40px 40px 36px;
  margin-bottom: 20px;
}
.cty-usp-header { text-align: center; margin-bottom: 36px; }
.cty-usp-kicker {
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--purple-light); font-weight: 500; margin-bottom: 8px;
}
.cty-usp-title {
  font-family: var(--font-serif); font-size: 28px; font-weight: 400;
  color: var(--text-primary); line-height: 1.3;
}
.cty-usp-title em { font-style: italic; }
.cty-usp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.cty-usp-card {
  text-align: center; padding: 24px 16px;
  background: var(--bg-secondary); border-radius: var(--radius);
}
.cty-usp-icon {
  width: 52px; height: 52px; margin: 0 auto 14px;
  background: var(--purple-pale); border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  color: var(--purple);
}
.cty-usp-card-title {
  font-size: 14px; font-weight: 500; color: var(--text-primary);
  margin-bottom: 6px; line-height: 1.3;
}
.cty-usp-card-desc {
  font-size: 13px; color: var(--text-secondary); line-height: 1.6;
}
.cty-trust-logos {
  display: flex; justify-content: center; align-items: center; gap: 16px;
  margin-top: 28px; flex-wrap: wrap;
}
.cty-trust-badge {
  background: var(--bg-secondary); border: 1px solid var(--border);
  border-radius: var(--radius-sm); padding: 7px 16px;
  font-size: 12px; font-weight: 500; color: var(--text-secondary);
  display: flex; align-items: center; gap: 7px;
}
.cty-trust-badge span { font-size: 11px; color: var(--text-muted); font-weight: 400; }


/* ── PRODUCT TYPE BLOCKS (below planner) ───────────────── */
.cty-types { max-width: 1200px; margin: 40px auto 8px; padding: 0 24px; }
.cty-type-block { margin-bottom: 48px; }
.cty-type-head {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 16px; margin-bottom: 20px;
}
.cty-type-head h2 {
  font-family: var(--font-sans, 'DM Sans', sans-serif);
  font-size: 26px; font-weight: 700; letter-spacing: -0.01em;
  color: var(--text-primary, #1a1a1a); margin: 0;
}
.cty-type-head .cty-type-more {
  font-size: 14px; font-weight: 600; color: var(--purple, #7c3aed);
  text-decoration: none; white-space: nowrap;
}
.cty-type-head .cty-type-more:hover { text-decoration: underline; }
.cty-type-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.cty-type-card {
  display: block; border-radius: 12px; overflow: hidden;
  background: #fff; border: 1px solid var(--border, #e8e6e0);
  text-decoration: none; color: inherit;
  transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s;
}
.cty-type-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); border-color: var(--border-strong, #d4d1c9); }
.cty-type-card-img { aspect-ratio: 4/3; overflow: hidden; background: #f3f1ec; }
.cty-type-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cty-type-card-body { padding: 14px 16px 16px; }
.cty-type-card-meta { font-size: 12px; color: var(--text-muted, #8a8a82); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 4px; }
.cty-type-card-name { font-size: 15px; font-weight: 600; color: var(--text-primary, #1a1a1a); line-height: 1.35; margin-bottom: 8px; }
.cty-type-card-price { font-size: 14px; color: var(--text-secondary, #4b4b48); display: flex; align-items: center; gap: 6px; }
.cty-type-card-price strong { color: var(--text-primary, #1a1a1a); font-weight: 700; }
.cty-price-info-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 16px; height: 16px; border-radius: 50%;
  border: 1.5px solid var(--text-muted, #8a8a82);
  color: var(--text-muted, #8a8a82);
  font-size: 10px; font-weight: 700; line-height: 1;
  background: none; cursor: pointer; flex-shrink: 0;
  position: relative;
}
.cty-price-info-btn:hover { border-color: var(--purple); color: var(--purple); }
.cty-price-tooltip {
  display: none;
  position: absolute; bottom: calc(100% + 8px); left: 50%; transform: translateX(-50%);
  background: #1a1a1a; color: #fff;
  font-size: 11px; font-weight: 400; line-height: 1.45;
  padding: 8px 10px; border-radius: 6px;
  width: 230px; white-space: normal; text-align: left;
  pointer-events: none; z-index: 100;
  box-shadow: 0 4px 12px rgba(0,0,0,.25);
}
.cty-price-tooltip::after {
  content: ''; position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  border: 5px solid transparent; border-top-color: #1a1a1a;
}
.cty-price-info-btn:hover .cty-price-tooltip,
.cty-price-info-btn:focus .cty-price-tooltip { display: block; }
.cty-type-showmore {
  text-align: center; margin-top: 16px;
}
.cty-type-showmore a {
  display: inline-block; padding: 10px 22px; border-radius: 999px;
  border: 1px solid var(--border-strong, #d4d1c9);
  font-size: 14px; font-weight: 600; color: var(--text-primary, #1a1a1a);
  text-decoration: none; background: #fff;
  transition: background 0.15s, border-color 0.15s;
}
.cty-type-showmore a:hover { background: var(--bg-secondary, #f5f3ee); border-color: var(--text-primary, #1a1a1a); }


/* ── RESPONSIVE ───────────────────────────────────────── */
@media (max-width: 1100px) {
  .cty-highlights-grid { grid-template-columns: repeat(2, 1fr); }
  .cty-usp-grid      { grid-template-columns: repeat(2, 1fr); }
  .cty-related-scroll { grid-template-columns: repeat(3, 1fr); }
  .cty-country-story__inner { grid-template-columns: 1fr; }
  .cty-country-story__media { min-height: 360px; }
}
@media (max-width: 1024px) {
  .dest-list-grid    { grid-template-columns: repeat(3, 1fr); }
  .cty-type-grid     { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .cty-intro-row     { grid-template-columns: 1fr; }
  .cty-intro-facts   { grid-template-columns: repeat(2, 1fr); }
  .cty-info-grid     { grid-template-columns: 1fr; gap: 0; }
  .cty-country-story__copy { grid-template-columns: 1fr; }
  .cty-hero-title    { font-size: 34px; }
}
@media (max-width: 768px) {
  .cty-hero-inner    { padding: 0 56px 64px; }
  .cty-planner       { padding: 0 20px; margin-top: -42px; }
  .cty-page          { padding: 0 20px 60px; }
  .cty-highlights-grid { grid-template-columns: 1fr 1fr; }
  .cty-related-scroll { grid-template-columns: repeat(2, 1fr); }
  .cty-usp           { padding: 28px 20px; }
  .dest-list-grid    { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
  .cty-type-grid { grid-template-columns: 1fr; }
  .cty-type-head h2 { font-size: 22px; }
}
@media (max-width: 480px) {
  .cty-hero-title    { font-size: 28px; }
  .cty-intro-facts   { grid-template-columns: 1fr; }
  .dest-list-grid    { grid-template-columns: 1fr; }
  .cty-highlights-grid { grid-template-columns: 1fr; }
  .cty-country-story__media { grid-template-columns: 1fr; min-height: 0; }
  .cty-country-story__image:first-child { grid-row: auto; }
  .cty-usp-grid      { grid-template-columns: 1fr; }
}
