/* Home page layout — consistent with site-wide Nicepage styling */

.u-section-home .u-sheet-1 {
  min-height: auto;
  width: 1140px;
  max-width: 95%;
  margin: 0 auto;
  padding: 40px 0 60px;
}

.home-layout {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.home-profile {
  flex: 0 0 260px;
  text-align: center;
}

.home-profile img {
  width: 100%;
  max-width: 260px;
  border-radius: 8px;
  display: block;
}

.home-read-more {
  display: inline-block;
  margin-top: 24px;
  padding: 10px 32px;
  background-color: #478ac9;
  color: #fff;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.home-read-more:hover {
  background-color: #1d5fbf;
  color: #fff;
}

.home-social {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.home-social a {
  display: block;
  line-height: 0;
}

.home-social img {
  width: 44px;
  height: 44px;
  border-radius: 4px;
}

.home-content {
  flex: 1;
  min-width: 0;
}

.home-name {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 10px;
  color: #333;
}

.home-title {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #555;
  margin: 0 0 36px;
  max-width: 720px;
}

.home-section-title {
  border-left: none
  padding-left: 14px;
  font-size: 1.375rem;
  font-weight: 700;
  margin: 0 0 18px;
  color: #333;
}

.home-research {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

/* =========================
   LATEST NEWS
========================= */

.latest-news {
  border: 1px solid #999;
  border-radius: 4px;
  padding: 24px 12px 14px;
  margin-bottom: 36px;
  background: #fff;
}

.news-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.5;
}

.news-date {
  flex: 0 0 140px;
  text-align: center;
  padding: 5px 8px;
  background-color: #478ac9;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  box-sizing: border-box;
}

.news-date-latest {
  background-color: #d95b9f;
}

.news-text {
  flex: 1;
  color: #555;
  padding-top: 3px;
}

.news-text a {
  color: #e83e73;
  text-decoration: none;
}

.news-text a:hover {
  text-decoration: underline;
}

.see-more-news {
  display: inline-block;
  margin-top: 2px;
  color: #e83e73;
  text-decoration: none;
  font-size: 1rem;
}

.see-more-news:hover {
  text-decoration: underline;
}

/* Footer */
.u-footer {
  padding-top: 15px;
  padding-bottom: 15px;
}

.u-footer .u-sheet-1 {
  min-height: auto;
}

@media (max-width: 991px) {
  .home-layout {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .home-profile {
    flex: none;
    width: 100%;
    max-width: 280px;
  }

  .home-content {
    width: 100%;
  }

  .home-name {
    font-size: 1.875rem;
  }
}

@media (max-width: 575px) {
  .u-section-home .u-sheet-1 {
    padding: 30px 0 40px;
  }

  .home-name {
    font-size: 1.625rem;
  }

  .home-title {
    font-size: 1rem;
  }

  .updates-container,
  .update-card {
    height: 200px;
  }
}
