.dos-card-shell {
  margin: 32px 0;
  padding: 28px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0,0,0,.04);
}

.dos-eyebrow {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
  font-weight: 700;
  color: #CA9833;
  margin-bottom: 8px;
}

.dos-business-type {
  color: #58595B;
  font-weight: 700;
  margin-top: 0;
}

.dos-copy {
  color: #333;
  line-height: 1.65;
}

.dos-section-block {
  margin-top: 26px;
}

.dos-section-block h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.dos-software-grid,
.dos-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px;
}

.dos-software-card,
.dos-product-card {
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  background: #fff;
  padding: 18px;
  overflow: hidden;
}

.dos-product-card {
  padding: 0;
}

.dos-product-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #f7f7f7;
  display: block;
}

.dos-product-card-body {
  padding: 18px;
}

.dos-software-card h4,
.dos-product-card h4 {
  margin: 0 0 8px;
  font-size: 18px;
}

.dos-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 10px;
}

.dos-meta-row span {
  background: #f5f2eb;
  color: #58595B;
  border-radius: 999px;
  font-size: 12px;
  padding: 4px 8px;
}

.dos-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #111;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
}

.dos-two-col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}

.dos-line-list {
  margin-left: 1.2em;
}

.dos-line-list li {
  margin-bottom: 8px;
}

.dos-disclosure {
  margin-top: 24px;
  font-size: 12px;
  color: #6b7280;
}

@media (max-width: 640px) {
  .dos-card-shell {
    padding: 20px;
    border-radius: 14px;
  }
}
