<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Keystone Procurement Solutions</title>

<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&display=swap" rel="stylesheet">

<style>

*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:Montserrat,sans-serif;
background:#ffffff;
color:#333;
line-height:1.6;
}

header{
background:#0B2D5C;
color:white;
padding:80px 20px;
text-align:center;
}

header h1{
font-size:52px;
font-weight:800;
letter-spacing:2px;
}

header h2{
color:#D4AF37;
font-weight:600;
margin-top:10px;
}

header p{
max-width:700px;
margin:25px auto;
font-size:18px;
}

.button{
display:inline-block;
background:#D4AF37;
padding:16px 34px;
border-radius:5px;
text-decoration:none;
font-weight:bold;
color:#0B2D5C;
margin-top:20px;
}

section{
padding:70px 10%;
}

h3{
color:#0B2D5C;
font-size:36px;
margin-bottom:30px;
text-align:center;
}

.services{

display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:30px;

}

.card{

background:#f7f7f7;
padding:30px;
border-radius:8px;
box-shadow:0 4px 15px rgba(0,0,0,.08);

}

.card h4{

color:#0B2D5C;
margin-bottom:15px;

}

.card ul{

padding-left:18px;

}

.why{

display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:25px;

text-align:center;

}

.box{

padding:25px;

}

.box h4{

color:#D4AF37;
margin-bottom:10px;

}

.process{

display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:20px;

text-align:center;

}

.step{

padding:25px;
background:#0B2D5C;
color:white;
border-radius:8px;

}

.contact{

background:#f2f2f2;
text-align:center;

}

footer{

background:#0B2D5C;
color:white;
padding:25px;
text-align:center;

}

@media(max-width:768px){

header h1{

font-size:38px;

}

h3{

font-size:28px;

}

}

</style>

</head>

<body>

<header>

<h1>KEYSTONE PROCUREMENT SOLUTIONS</h1>

<h2>Supplying Government. Delivering Confidence.</h2>

<p>

Providing dependable procurement solutions for Federal, State, and Local Government Agencies through strategic sourcing, competitive pricing, and reliable delivery.

</p>

<a href="#contact" class="button">Request A Quote</a>

</header>

<section>

<h3>About Us</h3>

<p style="max-width:900px;margin:auto;text-align:center;">

Keystone Procurement Solutions is committed to helping government agencies procure quality products quickly and efficiently. Through our nationwide supplier network, we provide office supplies, janitorial products, safety equipment, furniture, technology accessories, and facility solutions with exceptional customer service.

</p>

</section>

<section>

<h3>Our Services</h3>

<div class="services">

<div class="card">

<h4>Office Supplies</h4>

<ul>

<li>Paper Products</li>

<li>Ink & Toner</li>

<li>Office Equipment</li>

<li>Writing Supplies</li>

</ul>

</div>

<div class="card">

<h4>Janitorial Supplies</h4>

<ul>

<li>Cleaning Chemicals</li>

<li>Paper Towels</li>

<li>Trash Bags</li>

<li>Facility Supplies</li>

</ul>

</div>

<div class="card">

<h4>Safety & PPE</h4>

<ul>

<li>Gloves</li>

<li>Safety Glasses</li>

<li>Hard Hats</li>

<li>First Aid Supplies</li>

</ul>

</div>

<div class="card">

<h4>Furniture</h4>

<ul>

<li>Office Furniture</li>

<li>Storage Solutions</li>

<li>Breakroom Supplies</li>

<li>Facility Equipment</li>

</ul>

</div>

<div class="card">

<h4>Technology</h4>

<ul>

<li>Computer Accessories</li>

<li>Networking Equipment</li>

<li>Monitors</li>

<li>Cables</li>

</ul>

</div>

<div class="card">

<h4>Strategic Sourcing</h4>

<ul>

<li>Competitive Pricing</li>

<li>Vendor Management</li>

<li>Nationwide Suppliers</li>

<li>Reliable Fulfillment</li>

</ul>

</div>

</div>

</section>

<section>

<h3>Why Choose Keystone?</h3>

<div class="why">

<div class="box">

<h4>✔ Competitive Pricing</h4>

<p>Cost-effective procurement solutions.</p>

</div>

<div class="box">

<h4>✔ Reliable Delivery</h4>

<p>On-time fulfillment from trusted suppliers.</p>

</div>

<div class="box">

<h4>✔ Responsive Service</h4>

<p>Fast communication and quote turnaround.</p>

</div>

<div class="box">

<h4>✔ Government Focused</h4>

<p>Dedicated to serving public agencies.</p>

</div>

</div>

</section>

<section>

<h3>How It Works</h3>

<div class="process">

<div class="step">

<h4>1</h4>

<p>Submit Your Requirements</p>

</div>

<div class="step">

<h4>2</h4>

<p>We Source Competitive Pricing</p>

</div>

<div class="step">

<h4>3</h4>

<p>Receive Your Quote</p>

</div>

<div class="step">

<h4>4</h4>

<p>Products Delivered On Time</p>

</div>

</div>

</section>

<section class="contact" id="contact">

<h3>Contact Us</h3>

<h2>Keystone Procurement Solutions</h2>

<p><strong>Phone:</strong> (573) 528-8471</p>

<p><strong>Email:</strong> contracts@keystoneprocurementsolutions.com</p>

<p><strong>Location:</strong> Springfield, Missouri</p>

<br>

<a class="button" href="mailto:contracts@keystoneprocurementsolutions.com">Request A Quote</a>

</section>

<footer>

<p>

© 2026 Keystone Procurement Solutions

<br>

Supplying Government. Delivering Confidence.

</p>

</footer>

</body>
</html>