.hero-section {
  display: block;
  width: 100%;
}

.hero-section .hero-banner {
  display: block;
  width: 100%;
}

.hero-section .hero-banner .hero-banner-img {
  display: block;
  width: 100%;
}

.hero-content {
  padding: 40px 0;
}

.hero-content .hero-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 125%;
}

.hero-content .hero-title .hero-title-green {
  color: #006e25;
}

.hero-content .hero-description {
  font-size: 18px;
  line-height: 150%;
  color: #3e4a3c;
  padding: 0 50px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .cocreate-title {
    font-size: 1.6rem;
  }

  .cocreate-left {
    padding: 40px 30px;
  }

  .cocreate-right {
    padding: 40px 30px;
  }
}

@media (max-width: 768px) {
  .cocreate-section {
    padding: 60px 0;
  }

  .cocreate-wrapper {
    grid-template-columns: 1fr; /* Stack on mobile */
    border-radius: 16px;
  }

  .cocreate-left {
    padding: 36px 28px;
    border-radius: 16px 16px 0 0;
  }

  .cocreate-right {
    border: 1.5px dashed #c5ddc9;
    border-top: none;
    border-radius: 0 0 16px 16px;
    padding: 36px 28px;
  }

  .cocreate-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .hero-content .hero-title {
    font-size: 26px;
  }

  .hero-content .hero-description {
    padding: 0;
    text-align: center;
  }
}
