/* home.css - small home-specific tweaks */
.tools-section {
	padding-top: 0.5rem;
	padding-bottom: 1.5rem;
}

.tool-card .icon {
	width: 40px;
	height: 40px;
}

/* subtle color variations per card */
.tool-icon {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
  color: #0a22fa;
  font-weight: bold;
  flex-shrink: 0;
  background: linear-gradient(135deg, #e0e7ff, #0a22fa); /* default */
}

/* About & Use Case Section */
.about-section {
	padding: 2rem 0 3rem;
	color: var(--text);
}

.about-section h2 {
	font-size: 1.5rem;
	margin-bottom: 0.75rem;
}

.about-section h3 {
	margin-top: 1.5rem;
	font-size: 1.2rem;
	color: var(--accent);
}

.about-section p {
	line-height: 1.6;
	margin-bottom: 1rem;
}

.about-section ul {
	list-style: disc;
	padding-left: 1.25rem;
	margin-bottom: 1.5rem;
}

.about-section ul li {
	margin-bottom: 0.4rem;
}

.tools-list article {
	margin-bottom: 1rem;
	padding: 1rem;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.04);
}

.tools-list h4 {
	margin: 0 0 0.4rem;
	font-size: 1rem;
	color: var(--accent);
}
