.event-promo {
  margin: 2rem auto;
  padding: 2rem;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.event-promo header h2 {
  color: #2c3e50;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

.event-promo header h2 i {
  color: #f39c12;
  margin-right: 0.5rem;
}

.event-date {
  color: #e74c3c;
  font-weight: 400;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}

.event-date i {
  margin-right: 0.3rem;
}

.event-intro {
  background: white;
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  border-left: 4px solid #3498db;
}

.event-intro i {
  color: #f39c12;
  margin-right: 0.5rem;
}

.program-highlights {
  background: white;
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
}

.program-highlights h3 {
  color: #2c3e50;
  margin-bottom: 1rem;
  border-bottom: 2px solid #3498db;
  padding-bottom: 0.5rem;
}

.program-highlights h3 i {
  color: #3498db;
  margin-right: 0.5rem;
}

.day-program {
  margin-bottom: 1.5rem;
}

.day-program h4 {
  color: #3498db;
  margin-bottom: 0.5rem;
}

.day-program h4 i {
  margin-right: 0.5rem;
}

.day-program ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.day-program li {
  margin-bottom: 0.5rem;
  color: #555;
  padding-left: 0.5rem;
}

.day-program li i {
  color: #3498db;
  margin-right: 0.5rem;
}

.day-program p i {
  margin-right: 0.5rem;
}

.session-special {
  color: #e74c3c;
  font-weight: 400;
  font-style: italic;
}

.session-special i {
  color: #e74c3c;
}

.event-audience {
  background: white;
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
}

.event-audience h3 {
  color: #2c3e50;
  margin-bottom: 1rem;
}

.event-audience h3 i {
  color: #27ae60;
  margin-right: 0.5rem;
}

.audience-icons {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1rem;
}

.audience-icons span {
  background: #ecf0f1;
  padding: 1rem;
  border-radius: 8px;
  font-weight: 400;
  color: #2c3e50;
}

.audience-icons span i {
  color: #27ae60;
  margin-right: 0.5rem;
  font-size: 1.2rem;
}

.event-cta {
  background: #2c3e50;
  color: white;
  padding: 1.5rem;
  border-radius: 8px;
  text-align: center;
}

.highlight-text {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.highlight-text i {
  color: #f39c12;
  margin-right: 0.5rem;
}

.event-cta p i {
  margin-right: 0.5rem;
}

.btn-register {
  display: inline-block;
  background: #e74c3c;
  color: white;
  padding: 1rem 2rem;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 400;
  margin-top: 1rem;
  transition: background 0.3s;
}

.btn-register i {
  margin-right: 0.5rem;
}

.btn-register:hover {
  background: #c0392b;
}

.program-content {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

.program-text {
  flex: 1;
}

.photo-frame {
  width: 400px;
  flex-shrink: 0;
}

.photo-placeholder {
  border: 3px solid #3498db;
  border-radius: 8px;
  padding: 2rem;
  background: #ecf0f1;
  text-align: center;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.photo-placeholder i {
  font-size: 4rem;
  color: #95a5a6;
  margin-bottom: 1rem;
}

.photo-placeholder p {
  color: #7f8c8d;
  font-style: italic;
  margin: 0;
}

.day-program {
  margin-bottom: 1.5rem;
}

.day-program h4 {
  color: #3498db;
  margin-bottom: 0.5rem;
}

.day-program h4 i {
  margin-right: 0.5rem;
}

.day-program ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.day-program li {
  margin-bottom: 0.5rem;
  color: #555;
  padding-left: 0.5rem;
}

.day-program li i {
  color: #3498db;
  margin-right: 0.5rem;
}

.day-program p i {
  margin-right: 0.5rem;
}
.download-program {
	text-align: center;
	margin: 2.5rem 0;
}

.btn-download {
	display: inline-block;
	background: #27ae60;
	color: white;
	padding: 1rem 2rem;
	border-radius: 5px;
	text-decoration: none;
	font-weight: 400;
	transition: background 0.3s;
	box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}

.btn-download i {
	margin-right: 0.5rem;
}

.btn-download:hover {
	background: #229954;
	transform: translateY(-2px);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.event-promo strong,
.event-promo .btn-register,
.event-promo .btn-download,
.audience-icons span {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
