
@media (max-width: 768px) {
  .banner-header {
    flex-direction: column; 
    text-align: center; 
    padding: 20px;
  }

  .banner-logo img {
    width: 250px; 
    height: auto;
    margin-bottom: 10px;
  }

  .highlight-title {
    font-size: 38px; 
  }

  .subtitle-highlight {
    font-size: 20px;
  }

  .menu {
    display: flex;
    flex-direction: column; 
    align-items: center;
  }
}

body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #f4f4f4;
  margin: 0;
  padding: 20px;
}

header {
  max-width: 800px;
  margin: 0 auto 20px; 
  display: flex;
  align-items: center;
  gap: 20px;
}

.banner-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 50px;  
}

.banner-content {
  display: flex;
  flex-direction: column; 
  align-items: center; 
  text-align: center;
}

.logo-delphi-masters {
 
  height: 250px;
  width: 100%;
  min-width: 160px;
  max-width: 320px; 
  object-fit: contain; 
}

.highlight-title {
  font-size: 60px; 
  font-weight: 900; 
  text-transform: uppercase; 
  letter-spacing: 2px; 
  text-align: center; 
  color: #D83234; 
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3); 
  margin-bottom: 10px; 
}

.subtitle-highlight {
  font-size: 28px; 
  font-weight: 600; 
  text-transform: none; 
  letter-spacing: 1px; 
  text-align: center; 
  color: #e42b2f; 
  margin-top: 10px;
  opacity: 0.85; 
}

header img {
  width: 80px;
  height: auto;
  margin-right: 20px;
}

h1 {
  margin: 0;
  font-size: 24px;
  color: #2c3e50;
}

.roadmap {
  max-width: 800px;
  margin: 0 auto;
}

.step {
  background: #ffffff;
  border-left: 6px solid #3498db;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.step h3 {
  margin-top: 0;
  color: #2980b9;
}
.step ul {
  padding-left: 20px;
}
.step ul li {
   margin-bottom: 10px;
}

.note {
  font-size: 0.9em;
  color: #7f8c8d;
}

a {
  color: #2980b9;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.whatsapp-link {
  display: inline-block;
  background-color: #25D366;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
}
.whatsapp-link:hover {
      background-color: #1ebe5d;
}