/* Site-wide logo refinement: clean morning blue sky, small clouds, and morning sun. */
.brand-mark {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 74px;
  height: 74px;
  background: url('../../logo.svg') center/contain no-repeat !important;
  color: transparent !important;
  border: 0 !important;
  box-shadow: 0 11px 28px rgba(83, 172, 215, 0.18);
  font-size: 0 !important;
  line-height: 1;
}

.brand-mark::before,
.brand-mark::after {
  content: none !important;
}

/* Keep shared page spacing balanced and avoid large empty gaps between content blocks. */
.section {
  padding-top: clamp(2.75rem, 5vw, 3.65rem);
  padding-bottom: clamp(2.75rem, 5vw, 3.65rem);
}

.page-hero {
  padding-top: clamp(3.15rem, 5vw, 4.1rem);
  padding-bottom: clamp(2.25rem, 4vw, 2.85rem);
}

.cards {
  gap: clamp(1rem, 2vw, 1.35rem);
}

.card h3 {
  margin-bottom: 0.5rem;
}

.card p {
  margin-top: 0;
}

/* Keep LCM intro closer to the hero copy. */
.ugcs-section {
  padding-top: 1.25rem;
}

.site-view-counter {
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  font-weight: 600;
}

.site-view-counter span {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 800;
}
