/* ===== LISTING PROCESS SECTION ===== */

.listing-process-section {
  padding: 60px 10px;
  padding-top: 20px;
  background: #ffffff;
}

.lp-container {
  max-width: 1000px;
  margin: 0 auto;
}

.listing-process-section h1 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 16px;
}

.listing-process-section h2 {
  font-size: 26px;
  margin: 40px 0 20px;
}

.listing-process-section h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.lp-intro {
  font-size: 18px;
  font-weight: 500;
}

.lp-strong {
  font-weight: 600;
  margin-top: 10px;
}

.lp-step {
  margin-top: 28px;
  padding: 22px;
  background: #f9fafc;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.lp-link {
  display: inline-block;
  margin-bottom: 12px;
  font-weight: 600;
  color: #1a73e8;;
  text-decoration: none;
}

.lp-link:hover {
  text-decoration: underline;
}

.lp-highlight {
  font-weight: 600;
  color: #0f9d58;
}

.lp-criteria {
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.lp-criteria li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
}

.lp-criteria li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0;
  color: #1a73e8; /* blue diamond */
  font-size: 14px;
}

.elite-link {
  color: #1a73e8;
  font-weight: 700;
  text-decoration: none;
}

.elite-link:hover {
  text-decoration: underline;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .listing-process-section h1 {
    font-size: 28px;
  }

  .listing-process-section h2 {
    font-size: 22px;
  }
}
