.market-hero {
  padding: 76px 0 62px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(15, 63, 56, .98), rgba(31, 122, 91, .84)),
    var(--green-dark);
}

.market-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .86fr);
  gap: 52px;
  align-items: center;
}

.market-hero h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(40px, 5.4vw, 68px);
}

.market-hero-copy {
  max-width: 690px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, .86);
  font-size: 18px;
}

.market-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.market-hero-points li {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  font-size: 13px;
  font-weight: 800;
}

.market-hero-card {
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  background: rgba(255, 255, 255, .08);
  box-shadow: var(--shadow);
}

.market-hero-card img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.market-hero-card figcaption {
  padding: 16px 18px;
  color: rgba(255, 255, 255, .86);
  font-size: 13px;
  font-weight: 800;
}

.market-intro {
  padding: 58px 0;
  background: #fff;
}

.market-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(300px, .7fr);
  gap: 44px;
  align-items: start;
}

.market-intro p,
.market-text p {
  color: var(--muted);
}

.market-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.market-keywords li {
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: var(--mist);
  font-size: 12px;
  font-weight: 800;
}

.market-note {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--paper);
}

.market-note strong {
  display: block;
  margin-bottom: 8px;
  color: var(--green);
  font-size: 26px;
  line-height: 1.1;
}

.market-products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.market-product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 63, 56, .06);
}

.market-product-card img {
  width: 100%;
  height: 188px;
  object-fit: cover;
}

.market-product-card div {
  padding: 18px;
}

.market-product-card h3 {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 18px;
}

.market-product-card p {
  min-height: 70px;
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 14px;
}

.market-product-card .btn {
  width: 100%;
  min-height: 42px;
}

.market-reasons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.market-reason,
.market-process-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.market-reason strong,
.market-process-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.market-reason h3,
.market-process-card h3 {
  color: var(--ink);
  font-size: 20px;
}

.market-category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.market-category {
  min-height: 120px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-weight: 900;
}

.market-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.market-process-card img {
  width: 100%;
  height: 210px;
  margin-bottom: 18px;
  border-radius: 6px;
  object-fit: cover;
}

.market-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.market-checks li {
  padding: 12px 14px;
  border: 1px solid rgba(31, 122, 91, .18);
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font-weight: 800;
}

.market-why {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(360px, 1fr);
  gap: 44px;
  align-items: center;
}

.market-why img {
  width: 100%;
  height: 390px;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.market-form-wrap {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(360px, 1fr);
  gap: 42px;
  align-items: start;
}

.market-form-panel {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--shadow);
}

.market-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.market-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.market-form input,
.market-form select,
.market-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--text);
}

.market-form input,
.market-form select {
  min-height: 46px;
  padding: 0 12px;
}

.market-form textarea {
  min-height: 126px;
  padding: 12px;
  resize: vertical;
}

.market-form .full {
  grid-column: 1 / -1;
}

.market-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  grid-column: 1 / -1;
}

.market-form-actions .btn {
  min-width: 170px;
}

.form-status {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.market-contact-card {
  padding: 28px;
  border-radius: 10px;
  background: var(--green-dark);
  color: #fff;
}

.market-contact-card h3 {
  color: #fff;
}

.market-contact-card p {
  color: rgba(255, 255, 255, .78);
}

.market-contact-card a {
  color: #fff;
  font-weight: 900;
}

@media (max-width: 1080px) {
  .market-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .market-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .market-hero-grid,
  .market-intro-grid,
  .market-why,
  .market-form-wrap {
    grid-template-columns: 1fr;
  }

  .market-products,
  .market-reasons,
  .market-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .market-hero-card img,
  .market-why img {
    height: 320px;
  }
}

@media (max-width: 620px) {
  .market-hero {
    padding: 52px 0 44px;
  }

  .market-products,
  .market-reasons,
  .market-process-grid,
  .market-category-grid,
  .market-checks,
  .market-form {
    grid-template-columns: 1fr;
  }

  .market-product-card p {
    min-height: 0;
  }

  .market-form-actions .btn {
    width: 100%;
  }
}
