/* DREAM PITCH SECTION CSS */
.dream-pitch-section.blue {
  background: #1566e2;
  color: #fff;
  padding: 30px 0 32px 0;
  font-family: 'Forma DJR Micro Regular', 'Inter', Arial, sans-serif;
}

.dream-pitch-grid {
  display: flex;
  flex-wrap: nowrap;
  max-width: 1200px;
  margin: 0 auto 32px auto;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.dream-pitch-col {
  flex: 1 1 50%;
  padding: 0 32px;
  box-sizing: border-box;
}

.dream-pitch-main-title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 32px;
  line-height: 1.2;
  letter-spacing: 0;
}

.dream-pitch-link-row {
  margin: 16px 0 8px 0;
  font-size: 1rem;
}

.dream-pitch-link-row a {
  color: #fff;
  text-decoration: underline;
  word-break: break-word;
}

.dream-pitch-steps {
  margin-bottom: 24px;
  display: flex;
  margin: 35px 0 24px 0;
  justify-content: space-between;
}

.dream-pitch-step-row {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.dream-pitch-icon {
  width: 48px;
  height: 48px;
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dream-pitch-step-title {
  font-size: 1.25rem;
  font-weight: 500;
}

.dream-pitch-note {
  font-size: 1rem;
  opacity: 0.85;
}

.dream-pitch-divider-vertical {
  width: 2px;
  background: rgba(255, 255, 255, 0.25);
  min-height: 320px;
  margin: 0 24px;
}

.dream-pitch-wildcard-steps {
  margin-bottom: 24px;
}

.dream-pitch-wildcard-row {
  font-size: 1.1rem;
  margin-bottom: 24px;
}

.dream-pitch-wildcard-icons {
  display: flex;
  gap: 48px;
  margin-top: 16px;
}

.dream-pitch-wildcard-icon {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  max-width: 140px;
}

.dream-pitch-wildcard-icon span {
  margin-top: 8px;
  font-size: 1.25rem;
  line-height: 1.4;
}

.dream-pitch-wildcard-icon img {
  width: 63px;
  height: 63px;
  margin: 0 15px;
  ;
}

.dream-pitch-bottom-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  flex-wrap: wrap;
  text-align: left;
}

.dream-pitch-bottom-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  flex: 1;
  text-align: center;

  font-family: 'Forma DJR Micro Regular', 'Inter', Arial, sans-serif;
}

.dream-pitch-bottom-item img {
  width: 40px;
  height: 40px;
}

.dream-pitch-bottom-divider {
  width: 2px;
  background: rgba(255, 255, 255, 0.25);
  min-height: 50px;
  margin: 0 24px;
}

/* RESPONSIVE - Dream Pitch Section */
@media (max-width: 1024px) {
  .dream-pitch-grid {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .dream-pitch-divider-vertical {
    width: 100%;
    min-height: 2px;
  }

  .dream-pitch-col {
    padding: 0 24px;
    max-width: 100%;
    text-align: center;
  }

  .dream-pitch-main-title {
    font-size: 2.4rem;
  }

  .dream-pitch-steps {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .dream-pitch-step-row {
    justify-content: center;
  }

  .dream-pitch-wildcard-icons {
    flex-direction: column;
    gap: 24px;
  }



  .dream-pitch-wildcard-icon img {
    margin: 0 0 8px 0;
  }
}

@media (max-width: 768px) {
  .dream-pitch-wildcard-steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }

  .dream-pitch-wildcard-icon {
    gap: 18px;
    max-width: none;
    align-items: flex-start;
  }

  .dream-pitch-step-title br {
    display: none;
  }

  .dream-pitch-main-title {
    font-size: 2rem;
  }

  .dream-pitch-wildcard-icon img {
    width: 45px;
    height: 45px;
  }

  .dream-pitch-step-title {
    font-size: 1.1rem;
  }

  .dream-pitch-wildcard-icon span {
    margin-top: 0;
    font-size: 1.1rem;
    text-align: left;
  }

  .dream-pitch-wildcard-row {
    font-size: 1.15rem;
    padding-top: 20px;
  }

  .dream-pitch-steps {
    margin: 10px 0 0;
  }

  .dream-pitch-link-row {
    font-size: 1.1rem;
  }

  .dream-pitch-note {
    font-size: 0.9rem;
  }

  .dream-pitch-bottom-row {
    flex-direction: column;
    gap: 32px;
    padding-top: 32px;
    max-width: 75%;
  }

  .dream-pitch-bottom-divider {
    display: none;
  }

  .dream-pitch-bottom-item {
    justify-content: center;
    text-align: center;
  }

  .dream-pitch-bottom-row {
    align-items: center;
    text-align: center;
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .dream-pitch-main-title {
    font-size: 2.1rem;
    line-height: 51px;
    margin-bottom: 0;
  }

  .dream-pitch-step-title {
    font-size: 1.15rem;
  }

  .dream-pitch-col {
    padding: 0 16px;
  }


  .dream-pitch-bottom-item {
    font-size: 1.95rem;
  }
}