.country-single {
  width: 100%;
  background: #fff6f0;
}

.country-hero {
  position: relative;
  width: 100%;
  height: calc(100vh - 118px);
  min-height: 820px;
  overflow: hidden;
  background: linear-gradient(145deg, #034743 0%, #0d5c54 45%, #1a3d38 100%);
}

.country-hero--has-bg {
  background: #1a3d38;
}

.country-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.country-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 1;
}

.country-hero__container {
  position: relative;
  z-index: 2;
  max-width: 1370px;
  margin: 0 auto;
  padding: 60px 24px;
  height: 100%;
}

.country-hero__content {
  position: relative;
  height: 100%;
  padding: 64px 0;
  color: #fff;
}

.country-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.country-hero__left {
  max-width: 520px;
}

.country-hero__name {
  margin: 0 0 48px;
  font-size: 64px;
  line-height: 1;
  font-weight: 500;
}

.country-hero__title {
  margin: 0 0 64px;
  max-width: 520px;
  font-size: 48px;
  line-height: 0.98;
  font-weight: 500;
}

.country-hero__link {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.country-hero__right {
  position: absolute;
  top: 64px;
  right: 120px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.country-hero__service {
  color: #fff;
  text-decoration: none;
}

.country-hero__service span {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
}

.country-hero__service small {
  font-size: 14px;
  opacity: 0.9;
}

.country-hero__cta {
  position: absolute;
  right: 32px;
  bottom: 40px;
  width: 372px;
  height: 72px;
  padding: 12px 36px 12px 20px;
  border: 0;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(4px);
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.country-hero__cta strong {
  display: block;
  font-size: 16px;
}

.country-hero__cta span {
  font-size: 14px;
  opacity: 0.8;
}

.country-articles {
  width: 100%;
  padding: 40px 0;
  background: #fff6f0;
}

.country-articles__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 22px;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.country-articles__title {
  margin: 0;
  font-weight: 500;
    font-size: 32px;
    line-height: 133%;
    color: #000; 
}

.country-articles__subtitle {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
  color: #000;
}

.country-articles__grid {
  width: 100%;

  display: grid;
  grid-template-columns: repeat(4, 1fr);

  column-gap: 56px;
  row-gap: 20px;
}

.country-articles__item {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 10px;

  align-items: flex-start;

  text-decoration: none;
  color: #000;

  font-size: 15px;
  line-height: 1.25;
}

.country-articles__item img {
  width: 16px;
  height: 16px;
  margin-top: 3px;
}

.country-articles__item:hover span {
  text-decoration: underline;
}

.country-single .process {
    padding: 20px 0 80px;
}