.commercial-kicker {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.commercial-summary,
.commercial-callout {
  background: #f4f8f7;
  border-left: 4px solid #1e5a6e;
  border-radius: 0 10px 10px 0;
  margin: 2rem 0;
  padding: 1.25rem 1.5rem;
}

.commercial-summary strong,
.commercial-callout strong {
  color: #113533;
}

.commercial-table-wrap {
  margin: 2rem 0;
  overflow-x: auto;
}

.commercial-table {
  border-collapse: collapse;
  min-width: 680px;
  width: 100%;
}

.commercial-table th,
.commercial-table td {
  border-bottom: 1px solid #dbe5e2;
  padding: 0.9rem 1rem;
  text-align: left;
  vertical-align: top;
}

.commercial-table th {
  background: #eef5f3;
  color: #113533;
  font-size: 0.85rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.commercial-table td:first-child {
  color: #113533;
  font-weight: 700;
}

.commercial-price-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 2rem 0;
}

.commercial-price-card {
  background: #fff;
  border: 1px solid #dbe5e2;
  border-radius: 12px;
  padding: 1.25rem;
}

.commercial-price-card h3 {
  margin-bottom: 0.25rem;
}

.commercial-price {
  color: #113533;
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
}

.commercial-price span {
  color: #6b7280;
  font-size: 0.9rem;
  font-weight: 500;
}

.commercial-related {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
}

.commercial-related a {
  background: #fff;
  border: 1px solid #dbe5e2;
  border-radius: 10px;
  color: #113533;
  font-weight: 700;
  padding: 1rem;
  text-decoration: none;
}

.commercial-related a:hover {
  border-color: #1e5a6e;
  color: #1e5a6e;
}

@media (max-width: 900px) {
  .commercial-price-grid,
  .commercial-related {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .commercial-price-grid,
  .commercial-related {
    grid-template-columns: 1fr;
  }
}
