.hero-banner {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 8%;
  padding-right: 8%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.mcfe-headline {
  font-family: 'Inter', sans-serif;
  font-size: 100px;
  font-weight: 700;
  background: linear-gradient(to right, #D83D2E, #F9AC58);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  color: transparent;
  text-align: center;
  line-height: 1.2;
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
  margin: 0 auto;
}

.mcfe-subheadline {
  font-family: 'Inter', sans-serif;
  font-size: 50px;
  font-weight: 400;
  color: black;
  text-align: center;
  max-width: 100%;
  margin: 16px auto 0 auto;
  line-height: 1.5;
}


.mcfe-btn-row {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 32px auto 0 auto;
  flex-wrap: wrap;
  gap: 16px;
}

.mcfe-btn {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.mcfe-btn.brochure {
  background-color: transparent;
  color: #fc6767;
  border: 2px solid #fc6767;
}

.mcfe-btn.brochure:hover {
  background-color: #fc6767;
  color: white;
}

.mcfe-btn.register {
  background: linear-gradient(90deg, #ec008c, #fc6767);
  color: white;
  border: none;
}

.mcfe-btn.register:hover {
  background: linear-gradient(90deg, #fc6767, #ec008c);
  color: white;
}

.hero-buttons {
  text-align: center;
}

.hero-buttons a {
  margin: 0 15px;
  display: inline-block;
}
.hero-buttons a {
  display: inline-block;
  padding: 12px 25px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  margin: 0 10px;
}

.mcfe-icon-title {
  font-weight: 700;
}

.mcfe-icon-desc {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #333;
}