/* Country Pages - Public styles */
.cp-card {
  --cp-card-text: #182018;
  --cp-card-muted: #5f6c61;
  --cp-card-lead: 1.6;
  --cp-card-surface: #fff;
  --cp-card-border: rgba(24, 32, 24, 0.08);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--cp-card-text);
  border: 1px solid var(--cp-card-border);
  border-radius: 1.25rem;
  padding: 0;
  max-width: 52rem;
  overflow: hidden;
  background: linear-gradient(180deg, #f6f2ea 0%, #ffffff 18%);
  box-shadow: 0 22px 44px rgba(23, 31, 24, 0.07);
}

.cp-card__figure {
  margin: 0;
  overflow: hidden;
  line-height: 0;
  border-bottom: 1px solid var(--cp-card-border);
}

.cp-card__cover {
  max-width: 100%;
  width: 100%;
  height: clamp(18rem, 42vw, 28rem);
  display: block;
  object-fit: cover;
}

.cp-card__body {
  padding: clamp(1.25rem, 3vw, 2rem);
}

.cp-card__intro {
  margin: 0 0 1.5rem;
  padding: 0 0 1.25rem;
  border-bottom: 1px solid rgba(24, 32, 24, 0.08);
}

.cp-card__eyebrow {
  margin: 0 0 0.6rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8a5b2a;
}

.cp-card__title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.7rem, 3.1vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.cp-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1.1rem;
}

.cp-card__tag {
  display: inline-flex;
  align-items: center;
  min-height: 1.9rem;
  padding: 0.22rem 0.7rem;
  border-radius: 999px;
  background: rgba(24, 32, 24, 0.045);
  border: 1px solid rgba(24, 32, 24, 0.1);
  color: var(--cp-card-text);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
}

.cp-card__excerpt,
.cp-card__content {
  font-size: 1rem;
  line-height: var(--cp-card-lead);
  color: var(--cp-card-muted);
}

.cp-card__excerpt {
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.8;
  color: #4d5a50;
}

.cp-card__content {
  margin: 0 0 1.4rem;
}

.cp-card__excerpt > *:first-child,
.cp-card__content > *:first-child {
  margin-top: 0;
}

.cp-card__excerpt > *:last-child,
.cp-card__content > *:last-child {
  margin-bottom: 0;
}

.cp-card__excerpt p,
.cp-card__content p {
  margin: 0 0 1em;
}

.cp-card__excerpt ul,
.cp-card__excerpt ol,
.cp-card__content ul,
.cp-card__content ol {
  margin: 0 0 1em;
  padding-left: 1.35em;
  line-height: var(--cp-card-lead);
}

.cp-card__excerpt ul,
.cp-card__content ul {
  list-style-type: disc;
}

.cp-card__excerpt ol,
.cp-card__content ol {
  list-style-type: decimal;
}

.cp-card__excerpt li,
.cp-card__content li {
  margin: 0.4em 0;
  padding-left: 0.15em;
}

.cp-card__excerpt li > ul,
.cp-card__excerpt li > ol,
.cp-card__content li > ul,
.cp-card__content li > ol {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

.cp-card__excerpt h1,
.cp-card__content h1 {
  font-size: clamp(1.35rem, 2.8vw, 1.55rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.28;
  color: var(--cp-card-text);
  margin: 1.35em 0 0.45em;
}

.cp-card__excerpt h2,
.cp-card__content h2 {
  font-size: clamp(1.2rem, 2.2vw, 1.35rem);
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.3;
  color: var(--cp-card-text);
  margin: 1.25em 0 0.45em;
}

.cp-card__excerpt h3,
.cp-card__content h3 {
  font-size: clamp(1.08rem, 2vw, 1.2rem);
  font-weight: 600;
  line-height: 1.35;
  color: var(--cp-card-text);
  margin: 1.15em 0 0.4em;
}

.cp-card__excerpt h4,
.cp-card__content h4,
.cp-card__excerpt h5,
.cp-card__content h5,
.cp-card__excerpt h6,
.cp-card__content h6 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--cp-card-text);
  margin: 1.1em 0 0.35em;
}

.cp-card__excerpt a,
.cp-card__content a {
  color: var(--cp-card-text);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}

.cp-card__excerpt a:hover,
.cp-card__content a:hover {
  opacity: 0.85;
}

.cp-card__mapped-fields {
  margin: 0;
}

.cp-card__meta {
  list-style: none;
  padding: 1rem 0 0;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.cp-card__meta-item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.cp-card__meta-item--badges {
  align-items: center;
  gap: 0.5rem 0.65rem;
}

.cp-card__meta-item--media {
  align-items: center;
  gap: 0.5rem 0.75rem;
}

.cp-card__meta-item--object {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
}

.cp-card__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.85rem;
  max-width: 100%;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.35;
  word-break: break-word;
}

.cp-card__badge--key {
  flex-shrink: 0;
  border-radius: 0.4rem;
  color: var(--cp-card-text);
  background: rgba(0, 0, 0, 0.035);
  border: 2px dashed rgba(0, 0, 0, 0.2);
}

.cp-card__badge--value {
  border-radius: 0.55rem;
  color: #fff;
  background: #1a1a1a;
  border: 2px solid #1a1a1a;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.cp-card__value-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.45rem 0.85rem;
  border-radius: 0.55rem;
  background: #1a1a1a;
  border: 2px solid #1a1a1a;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  max-width: 100%;
}

.cp-card__value-block--media {
  padding-bottom: 0.5rem;
}

@media (max-width: 700px) {
  .cp-card {
    border-radius: 1rem;
  }

  .cp-card__body {
    padding: 1rem;
  }
}

.cp-card__value-block--media .cp-card__meta-value {
  line-height: 0;
}

.cp-card__value-block--media .cp-card__meta-thumb {
  border-radius: 0.35rem;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.cp-card__value-block--object .cp-card__meta-pre {
  margin: 0;
  width: 100%;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.35rem;
  padding: 0.5rem 0.65rem;
}

.cp-card__meta-label {
  font-weight: 600;
  color: var(--cp-card-text);
}

.cp-card__meta-value {
  color: var(--cp-card-muted);
}

.cp-card__meta-thumb {
  max-width: 5rem;
  height: auto;
  border-radius: 0.35rem;
  vertical-align: middle;
}

.cp-card__meta-pre {
  margin: 0.25rem 0 0;
  max-width: 100%;
  white-space: pre-wrap;
  overflow: auto;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--cp-card-muted);
}

.cp-card__header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cp-card__flag {
  width: 40px;
  height: 28px;
  object-fit: cover;
  border-radius: 4px;
}
.cp-country-list-layout {
  display: grid;
  grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
  gap: clamp(1.25rem, 3vw, 2.25rem);
  align-items: start;
  margin: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 900px) {
  .cp-country-list-layout {
    grid-template-columns: 1fr;
  }

  .cp-country-list__sidebar {
    position: static;
  }
}

.cp-country-list__sidebar {
  position: sticky;
  top: 1.25rem;
}

.cp-country-list__filters-card {
  padding: 1.25rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.cp-country-list__filters-title {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #111;
}

.cp-country-list__filters {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cp-country-list__field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.cp-country-list__field--actions {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
  margin-top: 0.25rem;
}

.cp-country-list__label {
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #555;
}

.cp-country-list__input,
.cp-country-list__select {
  width: 100%;
  max-width: 100%;
  padding: 0.55rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.4;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.45rem;
  background: #fafafa;
  color: #111;
  box-sizing: border-box;
}

.cp-country-list__input:focus,
.cp-country-list__select:focus {
  outline: none;
  border-color: #1a1a1a;
  background: #fff;
  box-shadow: 0 0 0 2px rgba(26, 26, 26, 0.12);
}

.cp-country-list__submit {
  padding: 0.55rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  background: #1a1a1a;
  border: none;
  border-radius: 0.45rem;
  cursor: pointer;
  transition: background 0.15s ease;
}

.cp-country-list__submit:hover {
  background: #333;
}

.cp-country-list__clear {
  font-size: 0.875rem;
  font-weight: 600;
  color: #666;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.cp-country-list__clear:hover {
  color: #111;
}

.cp-country-list__main {
  min-width: 0;
  width: 100%;
  max-width: none;
}

.cp-country-list {
  --cp-list-radius: 1rem;
  --cp-list-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
  --cp-list-border: 1px solid rgba(0, 0, 0, 0.08);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #1a1a1a;
  margin: 0;
}

.cp-country-list__empty {
  margin: 2rem 0;
  padding: 1.5rem;
  text-align: center;
  color: #666;
  background: rgba(0, 0, 0, 0.03);
  border-radius: var(--cp-list-radius);
}

.cp-country-list__grid {
  display: grid;
  gap: 1.25rem;
  margin: 0 0 2rem;
  grid-template-columns: 1fr;
  align-items: stretch;
}

@media (min-width: 600px) {
  .cp-country-list__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 901px) {
  .cp-country-list__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.cp-country-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: var(--cp-list-border);
  border-radius: var(--cp-list-radius);
  box-shadow: var(--cp-list-shadow);
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.cp-country-card:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.cp-country-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  background: linear-gradient(145deg, #e8eaef 0%, #f4f5f8 100%);
  overflow: hidden;
}

.cp-country-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cp-country-card__placeholder {
  width: 100%;
  height: 100%;
  min-height: 10rem;
  background: linear-gradient(135deg, #dfe3ea 0%, #eef0f4 50%, #e2e6ed 100%);
}

.cp-country-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.15rem 1.25rem 1.25rem;
  gap: 0.65rem;
}

.cp-country-card__title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #111;
}

.cp-country-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.cp-country-card__tag {
  display: inline-flex;
  align-items: center;
  min-height: 1.85rem;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.06);
  border: 1px solid rgba(17, 17, 17, 0.1);
  color: #333;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.2;
 }

.cp-country-card__excerpt {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #5c5c5c;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cp-country-card__footer {
  margin-top: auto;
  padding-top: 0.35rem;
}

.cp-country-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.15rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  background: #1a1a1a;
  border-radius: 0.5rem;
  border: 2px solid #1a1a1a;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.cp-country-card__btn:hover {
  background: #fff;
  color: #1a1a1a;
}

.cp-country-card__btn:focus-visible {
  outline: 2px solid #1a1a1a;
  outline-offset: 2px;
}

.cp-country-list__pagination {
  margin: 0;
  padding: 1.25rem 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.cp-country-list__pagination-meta {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  color: #666;
  text-align: center;
}

.cp-country-list__pagination-count {
  font-weight: 400;
  color: #888;
}

.cp-country-list__pagination-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.5rem;
}

.cp-country-list__pagination-list > li {
  margin: 0;
}

.cp-country-list__page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.35rem;
  min-height: 2.35rem;
  padding: 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  color: #333;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0.45rem;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

a.cp-country-list__page:hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}

.cp-country-list__page--current {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
  cursor: default;
}

.cp-country-list__page--nav {
  min-width: auto;
  padding: 0 0.85rem;
}

.cp-country-list__page--disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.cp-country-list__ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  color: #999;
  font-weight: 700;
  user-select: none;
}

.cp-country-slider {
  position: relative;
  margin: 0 0 2rem;
}

.cp-country-slider__empty {
  margin: 0;
  padding: 1.25rem;
  text-align: center;
  color: #666;
  border: var(--cp-list-border, 1px solid rgba(0, 0, 0, 0.08));
  border-radius: var(--cp-list-radius, 12px);
  background: #fafafa;
}

.cp-country-slider__viewport {
  overflow: hidden;
  width: 100%;
}

.cp-country-slider__track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  transition: transform 0.35s ease;
  will-change: transform;
}

.cp-country-slider__slide {
  box-sizing: border-box;
  padding: 0 0.5rem;
  min-width: 0;
}

.cp-country-slider__slide:first-child {
  padding-left: 0;
}

.cp-country-slider__slide:last-child {
  padding-right: 0;
}

.cp-country-card--slider {
  height: 100%;
}

.cp-country-slider__nav {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-top: 1rem;
}

.cp-country-slider__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  color: #111;
  background: #fff;
  border: 2px solid #1a1a1a;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.cp-country-slider__btn:hover:not(:disabled):not(.is-disabled) {
  background: #1a1a1a;
  color: #fff;
}

.cp-country-slider__btn:focus-visible {
  outline: 2px solid #1a1a1a;
  outline-offset: 2px;
}

.cp-country-slider__btn:disabled,
.cp-country-slider__btn.is-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

.cp-button {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  background: #111;
  color: #fff;
  text-decoration: none;
}

.cp-country-showcase {
  --cp-showcase-bg: linear-gradient(135deg, #fcf7ef 0%, #f4ede2 45%, #e7efe8 100%);
  --cp-showcase-surface: rgba(255, 255, 255, 0.82);
  --cp-showcase-border: rgba(55, 71, 52, 0.14);
  --cp-showcase-title: #18261c;
  --cp-showcase-text: #314238;
  --cp-showcase-muted: #6d7d72;
  --cp-showcase-accent: #c46a2a;
  --cp-showcase-accent-soft: rgba(196, 106, 42, 0.12);
  position: relative;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid var(--cp-showcase-border);
  border-radius: 1.75rem;
  background: var(--cp-showcase-bg);
  color: var(--cp-showcase-text);
  overflow: hidden;
}

.cp-country-showcase::before {
  content: "";
  position: absolute;
  inset: auto -6rem -6rem auto;
  width: 16rem;
  height: 16rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(196, 106, 42, 0.18), rgba(196, 106, 42, 0));
  pointer-events: none;
}

.cp-country-showcase__hero,
.cp-country-showcase__header,
.cp-country-showcase__section {
  position: relative;
  z-index: 1;
}

.cp-country-showcase__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: stretch;
}

.cp-country-showcase__media,
.cp-country-showcase__intro,
.cp-country-showcase__header,
.cp-country-showcase__section {
  background: var(--cp-showcase-surface);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 20px 45px rgba(32, 48, 38, 0.08);
}

.cp-country-showcase__media {
  min-height: 22rem;
  border-radius: 1.4rem;
  overflow: hidden;
}

.cp-country-showcase__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cp-country-showcase__intro,
.cp-country-showcase__header,
.cp-country-showcase__section {
  border-radius: 1.4rem;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.cp-country-showcase__eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cp-showcase-accent);
}

.cp-country-showcase__title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  color: var(--cp-showcase-title);
  text-wrap: balance;
}

.cp-country-showcase__excerpt {
  margin-top: 1rem;
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--cp-showcase-text);
}

.cp-country-showcase__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.cp-country-showcase__tag {
  display: inline-flex;
  align-items: center;
  min-height: 1.95rem;
  padding: 0.24rem 0.78rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(24, 38, 28, 0.12);
  color: var(--cp-showcase-title);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
}

.cp-country-showcase__excerpt > *:first-child,
.cp-country-showcase__prose > *:first-child {
  margin-top: 0;
}

.cp-country-showcase__excerpt > *:last-child,
.cp-country-showcase__prose > *:last-child {
  margin-bottom: 0;
}

.cp-country-showcase__highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin: 1.5rem 0 0;
}

.cp-country-showcase__highlight {
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(24, 38, 28, 0.08);
}

.cp-country-showcase__highlight dt {
  margin: 0 0 0.35rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cp-showcase-muted);
}

.cp-country-showcase__highlight dd {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--cp-showcase-title);
}

.cp-country-showcase__section {
  margin-top: 1.25rem;
}

.cp-country-showcase__section-heading {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.cp-country-showcase__section-heading h2 {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--cp-showcase-title);
}

.cp-country-showcase__section-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: var(--cp-showcase-accent-soft);
  color: var(--cp-showcase-accent);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.cp-country-showcase__prose {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--cp-showcase-text);
}

.cp-country-showcase__prose h1,
.cp-country-showcase__prose h2,
.cp-country-showcase__prose h3,
.cp-country-showcase__prose h4,
.cp-country-showcase__prose h5,
.cp-country-showcase__prose h6 {
  color: var(--cp-showcase-title);
}

.cp-country-showcase__details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.cp-country-showcase__detail-card {
  padding: 1rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(24, 38, 28, 0.08);
}

.cp-country-showcase__detail-card h3 {
  margin: 0 0 0.75rem;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cp-showcase-muted);
}

.cp-country-showcase__detail-card p {
  margin: 0;
  color: var(--cp-showcase-title);
  line-height: 1.65;
}

.cp-country-showcase__detail-image {
  display: block;
  width: 100%;
  max-height: 18rem;
  object-fit: cover;
  border-radius: 0.9rem;
}

.cp-country-showcase__code {
  margin: 0;
  padding: 0.95rem;
  overflow-x: auto;
  border-radius: 0.9rem;
  background: #1d241f;
  color: #ecf4ee;
  font-size: 0.9rem;
  line-height: 1.55;
}

.cp-country-showcase__empty {
  margin: 0;
  color: var(--cp-showcase-muted);
}

@media (max-width: 900px) {
  .cp-country-showcase__hero,
  .cp-country-showcase__highlights,
  .cp-country-showcase__details-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .cp-country-showcase__media {
    min-height: 16rem;
  }
}

.cp-country-atlas {
  --cp-atlas-bg: linear-gradient(180deg, #f5efe3 0%, #faf8f2 100%);
  --cp-atlas-surface: rgba(255, 255, 255, 0.88);
  --cp-atlas-title: #1f261f;
  --cp-atlas-text: #445248;
  --cp-atlas-muted: #6a756b;
  --cp-atlas-accent: #0d6b61;
  --cp-atlas-accent-soft: rgba(13, 107, 97, 0.12);
  padding: clamp(1.25rem, 3vw, 2rem);
  border-radius: 1.75rem;
  background: var(--cp-atlas-bg);
  border: 1px solid rgba(27, 41, 29, 0.08);
}

.cp-country-atlas-layout .cp-country-atlas__sidebar {
  align-self: start;
}

.cp-country-atlas__filters-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 243, 235, 0.92) 100%);
  border-color: rgba(13, 107, 97, 0.12);
  box-shadow: 0 18px 34px rgba(31, 38, 31, 0.08);
}

.cp-country-atlas__sidebar-header {
  margin-bottom: 1rem;
}

.cp-country-atlas__sidebar .cp-country-list__filters-title {
  margin: 0;
  color: var(--cp-atlas-title);
}

.cp-country-atlas__hero {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  align-items: end;
  margin-bottom: 1.5rem;
}

.cp-country-atlas__headline {
  max-width: 44rem;
}

.cp-country-atlas__eyebrow {
  margin: 0 0 0.6rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cp-atlas-accent);
}

.cp-country-atlas__title {
  margin: 0;
  font-size: clamp(1.85rem, 4vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  color: var(--cp-atlas-title);
  text-wrap: balance;
}

.cp-country-atlas__lead {
  margin: 0.9rem 0 0;
  color: var(--cp-atlas-text);
  font-size: 1rem;
  line-height: 1.7;
}

.cp-country-atlas__active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.cp-country-atlas__filter-pill,
.cp-country-atlas__tag {
  display: inline-flex;
  align-items: center;
  min-height: 1.95rem;
  padding: 0.22rem 0.72rem;
  border-radius: 999px;
  font-size: 0.79rem;
  font-weight: 700;
  line-height: 1.2;
}

.cp-country-atlas__filter-pill {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(13, 107, 97, 0.14);
  color: var(--cp-atlas-accent);
}

.cp-country-atlas__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.cp-country-atlas__card {
  grid-column: span 12;
}

.cp-country-atlas__card:nth-child(5n + 1),
.cp-country-atlas__card:nth-child(5n + 4) {
  grid-column: span 7;
}

.cp-country-atlas__card:nth-child(5n + 2),
.cp-country-atlas__card:nth-child(5n + 3),
.cp-country-atlas__card:nth-child(5n + 5) {
  grid-column: span 5;
}

.cp-country-atlas__link {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-height: 100%;
  text-decoration: none;
  color: inherit;
  background: var(--cp-atlas-surface);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 1.4rem;
  overflow: hidden;
  box-shadow: 0 22px 38px rgba(31, 38, 31, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cp-country-atlas__link:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 46px rgba(31, 38, 31, 0.12);
}

.cp-country-atlas__media {
  aspect-ratio: 16 / 9;
  background: linear-gradient(140deg, #dfe9df 0%, #f0f4ee 100%);
}

.cp-country-atlas__image,
.cp-country-atlas__placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.cp-country-atlas__image {
  object-fit: cover;
}

.cp-country-atlas__placeholder {
  background:
    linear-gradient(135deg, rgba(13, 107, 97, 0.08), rgba(13, 107, 97, 0)),
    linear-gradient(135deg, #dde7df 0%, #eef3ed 100%);
}

.cp-country-atlas__body {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1.15rem 1.15rem 1.2rem;
}

.cp-country-atlas__card-title {
  margin: 0;
  color: var(--cp-atlas-title);
  font-size: clamp(1.1rem, 2.4vw, 1.55rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.cp-country-atlas__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.cp-country-atlas__tag {
  background: var(--cp-atlas-accent-soft);
  border: 1px solid rgba(13, 107, 97, 0.1);
  color: var(--cp-atlas-accent);
}

.cp-country-atlas__excerpt {
  margin: 0;
  color: var(--cp-atlas-text);
  font-size: 0.94rem;
  line-height: 1.7;
}

.cp-country-atlas__cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--cp-atlas-title);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cp-country-atlas__cta::after {
  content: "->";
}

.cp-country-atlas__empty {
  margin: 0;
  padding: 1.5rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.75);
  color: var(--cp-atlas-muted);
  text-align: center;
}

.cp-country-atlas__pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1.5rem;
}

.cp-country-atlas__page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.35rem;
  min-height: 2.35rem;
  padding: 0 0.7rem;
  border-radius: 999px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(31, 38, 31, 0.1);
  color: var(--cp-atlas-title);
  font-size: 0.88rem;
  font-weight: 700;
}

.cp-country-atlas__page--current {
  background: var(--cp-atlas-accent);
  border-color: var(--cp-atlas-accent);
  color: #fff;
}

.cp-country-atlas__page--disabled {
  opacity: 0.45;
  pointer-events: none;
}

.cp-country-atlas__ellipsis {
  color: var(--cp-atlas-muted);
  font-weight: 700;
}

@media (max-width: 900px) {
  .cp-country-atlas__card,
  .cp-country-atlas__card:nth-child(5n + 1),
  .cp-country-atlas__card:nth-child(5n + 2),
  .cp-country-atlas__card:nth-child(5n + 3),
  .cp-country-atlas__card:nth-child(5n + 4),
  .cp-country-atlas__card:nth-child(5n + 5) {
    grid-column: span 12;
  }
}

.cp-country-spotlight {
  --cp-spotlight-bg: linear-gradient(135deg, #f2efe7 0%, #ebe6db 50%, #f7f5ef 100%);
  --cp-spotlight-title: #1d241f;
  --cp-spotlight-text: #4d5b52;
  --cp-spotlight-accent: #8a5b2a;
  padding: clamp(1.25rem, 3vw, 2rem);
  border-radius: 1.6rem;
  background: var(--cp-spotlight-bg);
  border: 1px solid rgba(29, 36, 31, 0.08);
}

.cp-country-spotlight__header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
  margin-bottom: 1.25rem;
}

.cp-country-spotlight__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cp-spotlight-accent);
}

.cp-country-spotlight__title {
  margin: 0;
  font-size: clamp(1.65rem, 3.2vw, 2.5rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: var(--cp-spotlight-title);
}

.cp-country-spotlight__meta {
  margin: 0;
  color: var(--cp-spotlight-text);
  font-size: 0.92rem;
}

.cp-country-slider--spotlight .cp-country-slider__slide {
  padding: 0 0.6rem;
}

.cp-country-spotlight-card {
  height: 100%;
}

.cp-country-spotlight-card__link {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  text-decoration: none;
  color: inherit;
  border-radius: 1.3rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 18px 34px rgba(29, 36, 31, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cp-country-spotlight-card__link:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 40px rgba(29, 36, 31, 0.12);
}

.cp-country-spotlight-card__media {
  aspect-ratio: 4 / 3;
  background: linear-gradient(140deg, #dde6de 0%, #eef2ec 100%);
}

.cp-country-spotlight-card__image,
.cp-country-spotlight-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.cp-country-spotlight-card__image {
  object-fit: cover;
}

.cp-country-spotlight-card__placeholder {
  background:
    linear-gradient(135deg, rgba(138, 91, 42, 0.08), rgba(138, 91, 42, 0)),
    linear-gradient(135deg, #dde6de 0%, #eef2ec 100%);
}

.cp-country-spotlight-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem 1rem 1.1rem;
}

.cp-country-spotlight-card__title {
  margin: 0;
  color: var(--cp-spotlight-title);
  font-size: 1.2rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.cp-country-spotlight-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.cp-country-spotlight-card__tag {
  display: inline-flex;
  align-items: center;
  min-height: 1.85rem;
  padding: 0.18rem 0.65rem;
  border-radius: 999px;
  background: rgba(138, 91, 42, 0.1);
  border: 1px solid rgba(138, 91, 42, 0.14);
  color: #7a4d20;
  font-size: 0.78rem;
  font-weight: 700;
}

.cp-country-spotlight-card__excerpt {
  margin: 0;
  color: var(--cp-spotlight-text);
  font-size: 0.93rem;
  line-height: 1.65;
}

.cp-country-spotlight-card__cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--cp-spotlight-title);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cp-country-spotlight-card__cta::after {
  content: "->";
}

.cp-country-slider__nav--spotlight {
  margin-top: 1.25rem;
}

@media (max-width: 700px) {
  .cp-country-spotlight__header {
    align-items: flex-start;
    flex-direction: column;
  }
}
