.bridgeport-specs {
  background: linear-gradient(to bottom right, #e6f0ff, #ffffff);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  margin-top: 2rem;
}

.bridgeport-specs h3 {
  margin-top: 1.5rem;
  color: #003366;
  font-size: 1.25rem;
}

.bridgeport-specs ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1rem;
}

.bridgeport-specs li {
  padding: 0.35rem 0;
  font-size: 1rem;
  color: #222;
}

.bridgeport-cta {
  text-align: center;
  margin-top: 2.5rem;
}

.bridgeport-cta .button {
  margin: 0.5rem;
  padding: 0.75rem 1.75rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  font-size: 1rem;
  display: inline-block;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.primary-button {
  background: #007bff;
  color: #fff;
}

.primary-button:hover {
  background: #0056b3;
}

.secondary-button {
  background: #6c757d;
  color: #fff;
}

.secondary-button:hover {
  background: #5a6268;
}

