/* Hero banner */
.hero-banner {
  max-height: 550px;
}

.hero-image {
  height: 550px;
  object-position: center;
}

.hero-overlay {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 60%, transparent 100%);
}

.hero-title {
  max-width: 500px;
}

.hero-info-box {
  min-width: 250px;
  max-width: 300px;
}

/* Section headings */
.section-heading {
  font-weight: 700;
  position: relative;
}

/* About media placeholder */
.about-media-placeholder {
  background: linear-gradient(135deg, #333 0%, #666 100%);
}

/* Partner logos */
.partner-logo-placeholder {
  transition: box-shadow 0.2s ease;
}

.partner-logo-placeholder:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.partner-logo {
  height: 100px;
}

.partner-logo-image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
