
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: #f7f9fc;
  color: #111;
}

.container {
  max-width: 1100px;
  margin: auto;
  padding: 20px;
}

.hero {
  background: #003366;
  color: white;
  padding: 50px 20px;
  text-align: center;
}

.hero h1 {
  margin: 0;
  font-size: 2.2rem;
}

.hero p {
  margin-top: 10px;
  font-size: 1.05rem;
  color: #dbe9f5;
}

.tool-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  border-radius: 12px;
  overflow: hidden;
}

.tool-table thead th {
  background: #eaf1fb;
  text-align: left;
  padding: 16px;
  font-size: 1rem;
  color: #333;
  border-bottom: 1px solid #dbe2ea;
}

.tool-table td {
  padding: 20px;
  vertical-align: top;
  border-top: 1px solid #eee;
  font-size: 0.96rem;
}

.tool-table img {
  height: 36px;
  margin-bottom: 10px;
}

.tool-table strong {
  display: block;
  margin-top: 5px;
  font-size: 1rem;
}

.tool-table .btn {
  background: #ff3366;
  color: white;
  padding: 10px 18px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  display: inline-block;
  font-size: 0.9rem;
}

.tool-table .btn:hover {
  background: #e60050;
}

.badge {
  background: #edf2f7;
  color: #333;
  padding: 5px 12px;
  border-radius: 12px;
  font-size: 0.75rem;
  margin-right: 5px;
  display: inline-block;
  margin-top: 4px;
}

.stars {
  font-size: 0.9rem;
  color: gold;
  margin-top: 4px;
}

.highlight-item {
  margin-top: 12px;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #444;
}

.trust-badge {
  color: #1a73e8;
  font-weight: 600;
  font-size: 0.85rem;
  margin-top: 8px;
  display: block;
}

footer {
  text-align: center;
  padding: 30px 0;
  font-size: 0.85rem;
  color: #777;
}
