/* ── Dubai Page – Premium Gold & Black ── */
:root {
  --country-gold: #c9a84c;
  --country-gold-light: #e8c96e;
  --country-gold-pale: rgba(201, 168, 76, 0.15);
  --country-gold-border: rgba(201, 168, 76, 0.35);
  --country-dark: #080c08;
  --country-card: rgba(10, 14, 10, 0.82);
  --country-card-hover: rgba(16, 22, 12, 0.95);
}

/* ── HERO ── */
.country-hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #020704;
  padding: 0;
}
.country-hero__bg {
  position: absolute;
  inset: 0;
  background-image: url("../img/country/dubai/dubai-fountain-dubai-mall-jpg.webp");
  background-size: cover;
  background-position: center 49%;
  /*filter: brightness(.99) saturate(.7);*/
  transform: scale(1.04);
  transition: transform 12s ease-out;
}
.country-hero:hover .country-hero__bg {
  transform: scale(1);
}
.country-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    /* Black radial vignette – dark in centre, fades outward */
    radial-gradient(
      ellipse at center,
      rgba(0, 0, 0, 0.72) 0%,
      rgba(0, 0, 0, 0.5) 35%,
      rgba(0, 0, 0, 0.2) 65%,
      rgba(0, 0, 0, 0) 100%
    ),
    /* Bottom fade to solid dark so content below is clean */
    linear-gradient(
        180deg,
        rgba(2, 7, 4, 0.25) 0%,
        rgba(2, 7, 4, 0) 40%,
        rgba(2, 7, 4, 0.8) 85%,
        rgba(2, 7, 4, 1) 100%
      );
}
.country-hero__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 6rem 1.5rem 10rem;
  max-width: 820px;
}
.country-hero__logo {
  width: 90px;
  margin-bottom: 1.6rem;
  filter: drop-shadow(0 0 18px rgba(201, 168, 76, 0.55));
}
.country-hero__eyebrow {
  letter-spacing: 0.38em;
  font-size: 0.72rem;
  color: var(--country-gold);
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.country-hero__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3.8rem, 10vw, 8rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-bottom: 1.6rem;
  position: relative;
  display: inline-block;
  /* Gold gradient on text */
  background: linear-gradient(
    135deg,
    #7c5c1e 0%,
    #c9a84c 18%,
    #f5e08a 35%,
    #e8c96e 50%,
    #fff4b8 62%,
    #c9a84c 75%,
    #a07828 88%,
    #e8c96e 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: dubaiGoldShimmer 4s linear infinite;
  filter: drop-shadow(0 0 28px rgba(201, 168, 76, 0.55))
    drop-shadow(0 4px 16px rgba(201, 168, 76, 0.3));
}
@keyframes dubaiGoldShimmer {
  0% {
    background-position: 200% center;
  }
  100% {
    background-position: 0% center;
  }
}

/* ── Sparkle particles ── */
.country-sparkle {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff8d6 0%, #e8c96e 50%, transparent 80%);
  pointer-events: none;
  opacity: 0;
  animation: sparklePop var(--sp-dur, 1.4s) ease-in-out var(--sp-delay, 0s)
    infinite;
  transform: translate(-50%, -50%) scale(0);
}
.country-sparkle.star {
  border-radius: 0;
  background: none;
  width: 10px;
  height: 10px;
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
  background: #f5e08a;
}
@keyframes sparklePop {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0) rotate(0deg);
  }
  20% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1) rotate(15deg);
  }
  60% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(0.9) rotate(-10deg);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0) rotate(25deg);
  }
}
.country-hero__sub {
  font-size: clamp(0.9rem, 2vw, 1.15rem);
  font-weight: 300;
  color: rgba(246, 240, 230, 0.9);
  letter-spacing: 0.14em;
  line-height: 1.7;
  text-transform: uppercase;
  margin-bottom: 2.8rem;
}
.country-hero__divider {
  width: 300px;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--country-gold),
    transparent
  );
  margin: 0 auto 2.8rem;
}

/* ── Hero tagline ── */
.country-hero__tagline {
  font-size: 1rem;
  letter-spacing: 0.28em;
  color: rgba(246, 240, 230, 0.55);
  text-transform: uppercase;
  margin-top: 0.4rem;
  margin-bottom: 0;
}
.country-hero__tagline span {
  color: var(--country-gold);
}

/* ── Hero Top Gold Ribbon border ── */
/*.country-hero-top-ribbon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  height: 6px;
  background: linear-gradient(
    90deg,
    #3a2800 0%,
    #7c5c1e 8%,
    #c9a84c 20%,
    #f5e08a 32%,
    #fff4b8 40%,
    #f5e08a 48%,
    #e8c96e 56%,
    #fff4b8 64%,
    #c9a84c 76%,
    #7c5c1e 88%,
    #3a2800 100%
  );
  background-size: 200% 100%;
  animation: topRibbonShimmer 3s linear infinite;
  box-shadow:
    0 0 18px rgba(201,168,76,.7),
    0 0 40px rgba(201,168,76,.35),
    0 2px 8px rgba(201,168,76,.5);
}
.country-hero-top-ribbon::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255,255,220,.55) 30%,
    rgba(255,255,255,.75) 50%,
    rgba(255,255,220,.55) 70%,
    transparent 100%
  );
  background-size: 300% 100%;
  animation: topRibbonGleam 2.2s ease-in-out infinite;
}
.country-hero-top-ribbon::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(201,168,76,.18) 20%,
    rgba(201,168,76,.35) 50%,
    rgba(201,168,76,.18) 80%,
    transparent 100%
  );
  filter: blur(3px);
}
@keyframes topRibbonShimmer {
  0%   { background-position: 200% 0; }
  100% { background-position:   0% 0; }
}
@keyframes topRibbonGleam {
  0%   { background-position: 200% 0; opacity: .6; }
  50%  { opacity: 1; }
  100% { background-position: -100% 0; opacity: .6; }
}*/

/* ── Hero Ribbon – full-width green-gold band at hero bottom ── */
.country-hero-ribbon {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  /* Deep green base with gold shimmer overlay */
  background:
    linear-gradient(180deg, rgba(1, 8, 4, 0) 0%, rgba(1, 8, 4, 0.45) 100%),
    linear-gradient(
      90deg,
      #010e06 0%,
      #022c1e 15%,
      #03401f 35%,
      #064d28 50%,
      #03401f 65%,
      #022c1e 85%,
      #010e06 100%
    );
  overflow: hidden;
}
/* Gold shimmer top line */
.country-hero-ribbon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(201, 168, 76, 0.4) 10%,
    var(--country-gold) 28%,
    #f5e08a 50%,
    var(--country-gold) 72%,
    rgba(201, 168, 76, 0.4) 90%,
    transparent 100%
  );

  animation: ribbonShimmer 3.5s ease-in-out infinite;
}
/* Subtle gold gleam sweep */
.country-hero-ribbon::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 30%,
    rgba(245, 224, 138, 0.06) 50%,
    transparent 70%
  );
  background-size: 200% 100%;
  animation: ribbonGleam 4s ease-in-out infinite;
  pointer-events: none;
}
@keyframes ribbonShimmer {
  0%,
  100% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
}
@keyframes ribbonGleam {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.country-hero-ribbon__inner {
  display: flex;
  align-items: stretch;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.country-hero-ribbon__item {
  flex: 1;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1rem;
  gap: 0.65rem;
  position: relative;
  border-right: 1px solid rgba(201, 168, 76, 0.18);
  transition: background 0.3s;
  cursor: default;
}
.country-hero-ribbon__item:last-child {
  border-right: none;
}
.country-hero-ribbon__item:hover {
  background: rgba(201, 168, 76, 0.07);
}
.country-hero-ribbon__icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1.5px solid rgba(201, 168, 76, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: var(--country-gold);
  background: linear-gradient(
    145deg,
    rgba(201, 168, 76, 0.22) 0%,
    rgba(3, 64, 31, 0.85) 100%
  );
  box-shadow:
    0 0 14px rgba(201, 168, 76, 0.25),
    inset 0 1px 0 rgba(201, 168, 76, 0.22);
  transition:
    box-shadow 0.3s,
    transform 0.3s,
    background 0.3s;
}
.country-hero-ribbon__item:hover .country-hero-ribbon__icon {
  box-shadow: 0 0 26px rgba(201, 168, 76, 0.55);
  transform: translateY(-2px);
  background: linear-gradient(
    145deg,
    rgba(201, 168, 76, 0.35) 0%,
    rgba(3, 64, 31, 0.9) 100%
  );
}
.country-hero-ribbon__label {
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--country-gold-light);
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 768px) {
  .country-hero-ribbon__item {
    padding: 1.1rem 0.5rem;
    gap: 0.45rem;
  }
  .country-hero-ribbon__icon {
    width: 38px;
    height: 38px;
    font-size: 1rem;
  }
  .country-hero-ribbon__label {
    font-size: 0.58rem;
    letter-spacing: 0.1em;
  }
}

/* ── CONTENT WRAPPER ── */
.country-content {
  background: var(--country-dark);
  position: relative;
  z-index: 2;
}
.country-section {
  padding: 5rem 0;
  border-bottom: 1px solid var(--country-gold-border);

  overflow: hidden;
  position: relative;
}

.country-section:last-child {
  border-bottom: none;
}

/* ── Section headings ── */
.country-sec-eyebrow {
  display: inline-block;
  font-size: 0.68rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--country-gold);
  margin-bottom: 0.7rem;
}
.country-sec-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  color: var(--country-gold-light);
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 1rem;
}
.country-sec-body {
  color: rgba(246, 240, 230, 0.72);
  line-height: 1.85;
  font-size: 0.97rem;
  max-width: 680px;
}
.country-gold-rule {
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, var(--country-gold), transparent);
  margin-bottom: 1.8rem;
}

/* ── Cards ── */
.country-card {
  background: var(--country-card);
  border: 1px solid var(--country-gold-border);
  border-radius: 12px;
  padding: 2rem 1.8rem;
  transition:
    border-color 0.3s,
    box-shadow 0.3s,
    background 0.3s;
  height: 100%;
}
.country-card:hover {
  border-color: var(--country-gold);
  background: var(--country-card-hover);
  box-shadow: 0 8px 40px rgba(201, 168, 76, 0.12);
}
.country-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--country-gold-pale);
  border: 1px solid var(--country-gold-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--country-gold);
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
  flex-shrink: 0;
}
.country-card__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.1rem;
  color: var(--country-gold-light);
  margin-bottom: 0.6rem;
}
.country-card__body {
  color: rgba(246, 240, 230, 0.65);
  font-size: 0.9rem;
  line-height: 1.75;
}

/* ── Bullet lists ── */
.country-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.country-list li {
  position: relative;
  /* padding-left: 1.4rem; */
  margin-bottom: 0.55rem;
  color: rgba(246, 240, 230, 0.75);
  font-size: 0.93rem;
  line-height: 1.3;
}
.country-list li::before {
  /* content: "";
    position: absolute;
    left: 0;
    top: .6em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--country-gold);
    flex-shrink: 0; */
}
.country-list li ul {
  list-style: none;
  padding-left: 1.2rem;
  margin-top: 0.35rem;
}
.country-list li ul li::before {
  width: 4px;
  height: 4px;
  background: rgba(201, 168, 76, 0.55);
}

/* ── Highlight box ── */
.country-highlight-box {
  background: var(--country-gold-pale);
  border: 1px solid var(--country-gold-border);
  border-left: 3px solid var(--country-gold);
  border-radius: 8px;
  padding: 1.5rem 1.8rem;
}
.country-highlight-box p {
  margin: 0;
  color: rgba(246, 240, 230, 0.82);
  line-height: 1.8;
  font-size: 0.95rem;
}

/* ── Warning box ── */
.country-warning-box {
  background: rgba(201, 168, 76, 0.07);
  border: 1px solid rgba(201, 168, 76, 0.3);
  border-left: 3px solid #c9843a;
  border-radius: 8px;
  padding: 1.5rem 1.8rem;
}
.country-warning-box p {
  margin: 0;
  color: rgba(246, 240, 230, 0.82);
  line-height: 1.8;
  font-size: 0.95rem;
}

/* ── Disclaimer ── */
.country-disclaimer {
  background: rgba(201, 168, 76, 0.06);
  border: 1px solid var(--country-gold-border);
  border-radius: 10px;
  padding: 1.8rem 2rem;
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
}
.country-disclaimer__icon {
  color: var(--country-gold);
  font-size: 1.5rem;
  flex-shrink: 0;
  margin-top: 0.15rem;
}
.country-disclaimer p {
  margin: 0;
  color: rgba(246, 240, 230, 0.6);
  font-size: 0.84rem;
  line-height: 1.8;
  font-style: italic;
}
.country-disclaimer strong {
  color: var(--country-gold-light);
  font-style: normal;
}

/* ── CTA band ── */
.country-cta-band {
  background: linear-gradient(
    135deg,
    rgba(201, 168, 76, 0.12),
    rgba(201, 168, 76, 0.04)
  );
  border-top: 1px solid var(--country-gold-border);
  border-bottom: 1px solid var(--country-gold-border);
  padding: 4rem 0;
  text-align: center;
}
.country-cta-band h2 {
  font-family: "Playfair Display", Georgia, serif;
  color: var(--country-gold-light);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  margin-bottom: 0.8rem;
}
.country-cta-band p {
  color: rgba(246, 240, 230, 0.65);
  max-width: 540px;
  margin: 0 auto 2rem;
}

.btn-country-gold {
  background: linear-gradient(135deg, #c9a84c, #e8c96e);
  color: #080c08;
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.85rem 2.4rem;
  border: none;
  border-radius: 4px;
  transition:
    opacity 0.3s,
    box-shadow 0.3s,
    transform 0.3s;
  text-decoration: none;
  display: inline-block;
}
.btn-country-gold:hover {
  opacity: 0.9;
  box-shadow: 0 6px 28px rgba(201, 168, 76, 0.4);
  transform: translateY(-1px);
  color: #080c08;
}

/* ── Numbered steps ── */
.country-step {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  margin-bottom: 1.8rem;
}
.country-step__num {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border: 1.5px solid var(--country-gold-border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1rem;
  color: var(--country-gold);
  background: var(--country-gold-pale);
}
.country-step__content h4 {
  font-size: 1rem;
  color: var(--country-gold-light);
  margin-bottom: 0.35rem;
}
.country-step__content p,
.country-step__content ul {
  color: rgba(246, 240, 230, 0.65);
  font-size: 0.9rem;
  line-height: 1.75;
  margin: 0;
}

/* ── Investment tag pills ── */
.country-pill {
  display: inline-block;
  background: var(--country-gold-pale);
  border: 1px solid var(--country-gold-border);
  color: var(--country-gold-light);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  padding: 0.35rem 0.9rem;
  border-radius: 50px;
  margin: 0.25rem 0.2rem;
}

/* ── Strategy cards (3-col bottom row) ── */
.country-strategy-card {
  background: var(--country-gold-pale);
  border: 1px solid var(--country-gold-border);
  border-radius: 10px;
  padding: 1.6rem 1.4rem;
  text-align: center;
  height: 100%;
}
.country-strategy-card i {
  font-size: 2rem;
  color: var(--country-gold);
  margin-bottom: 0.9rem;
}
.country-strategy-card p {
  font-size: 0.88rem;
  color: rgba(246, 240, 230, 0.72);
  margin: 0;
  line-height: 1.6;
}

/* ── Responsive tweaks ── */
@media (max-width: 768px) {
  .country-hero__title {
    letter-spacing: 0.03em;
  }
  .country-icon-bar {
    gap: 1.2rem;
  }
  .country-section {
    padding: 3rem 0;
  }
}

/* ── Prime Properties Mosaic ── */
.country-prime {
  background: #05090a;
  padding: 0;
  position: relative;
}
.country-prime__border {
  border: 1.5px solid var(--country-gold-border);
  margin: 0 1.5rem;
  overflow: hidden;
}
.country-prime__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.45fr 1fr 1fr;
  min-height: 380px;
}
.country-prime__photo {
  display: block;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.country-prime__photo span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f0e6cc;
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-shadow: 0 0 6px rgba(201, 168, 76, 0.55);
  opacity: 0;
  z-index: 3;
  transition: opacity 0.4s ease;
}
.country-prime__photo:hover span {
  opacity: 1;
}
.country-prime__photo::before {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  content: "";
  z-index: 2;
  border: 6px solid var(--country-gold);
  opacity: 0;
  transform: scale(1, 0);
  transition:
    opacity 450ms,
    transform 450ms ease 0s;
}
.country-prime__photo:hover::before {
  opacity: 0.7;
  transform: scale(1, 1);
  transition:
    opacity 550ms,
    transform 520ms ease 0s;
}
.country-prime__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition:
    transform 0.55s ease,
    filter 0.55s ease;
  filter: brightness(0.82) saturate(0.85);
}
.country-prime__photo:hover img {
  transform: scale(1.07);
  filter: brightness(0.95) saturate(1.05);
}
.country-prime__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 55%,
    rgba(0, 0, 0, 0.55) 100%
  );
  pointer-events: none;
  transition: background 0.4s;
}
.country-prime__photo:hover::after {
  background: linear-gradient(
    180deg,
    transparent 40%,
    rgba(201, 168, 76, 0.18) 100%
  );
}
.country-prime__sep {
  width: 1px;
  background: var(--country-gold-border);
  align-self: stretch;
}
.country-prime__center {
  background: #05120e;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.8rem 2.2rem;
  text-align: center;
  border-left: 1px solid var(--country-gold-border);
  border-right: 1px solid var(--country-gold-border);
  position: relative;
  z-index: 1;
}
.country-prime__center-ornament {
  font-size: 1.6rem;
  color: var(--country-gold);
  line-height: 1;
  margin-bottom: 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.country-prime__center-ornament::before,
.country-prime__center-ornament::after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background: var(--country-gold-border);
}
.country-prime__center h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  font-weight: 700;
  color: #f0e6cc;
  letter-spacing: 0.04em;
  line-height: 1.45;
  margin-bottom: 1.1rem;
  text-transform: uppercase;
}
.country-prime__center h2 span {
  color: var(--country-gold-light);
}
.country-prime__divider {
  width: 40px;
  border-top: 1px solid var(--country-gold);
  margin: 0 auto 0.9rem;
  opacity: 0.6;
}
.country-prime__center p {
  font-size: 0.88rem;
  color: rgba(246, 240, 230, 0.65);
  line-height: 1.75;
  max-width: 300px;
  margin: 0 auto 1.4rem;
}
.country-prime__cta {
  display: inline-block;
  padding: 0.55rem 1.6rem;
  border: 1px solid var(--country-gold);
  color: var(--country-gold-light);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    background 0.3s,
    color 0.3s;
}
.country-prime__cta:hover {
  background: var(--country-gold);
  color: #05120e;
}
@media (max-width: 900px) {
  .country-prime__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .country-prime__sep {
    display: none;
  }
  .country-prime__center {
    grid-column: 1 / -1;
    order: -1;
    border: none;
    border-bottom: 1px solid var(--country-gold-border);
    padding: 2.2rem 1.5rem;
  }
  .country-prime__photo {
    min-height: 220px;
  }
}
@media (max-width: 560px) {
  .country-prime__grid {
    grid-template-columns: 1fr;
  }
  .country-prime__photo {
    min-height: 200px;
  }
  .country-prime__border {
    margin: 0 0.75rem;
  }
}
