/* Commercial landing page content styles */
.commercial-content {
  color: rgba(255,255,255,0.85);
  font-size: 1.0625rem;
  line-height: 1.8;
}

.commercial-content h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  margin: 3rem 0 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid rgba(34,197,94,0.3);
  letter-spacing: -0.01em;
}

.commercial-content h3:first-child {
  margin-top: 0;
}

.commercial-content p {
  margin: 1rem 0;
  color: rgba(255,255,255,0.7);
}

.commercial-content strong {
  color: #4ade80;
  font-weight: 700;
}

.commercial-content .table-wrap {
  overflow-x: auto;
  margin: 1.5rem 0;
  border-radius: 0.75rem;
  border: 1px solid rgba(255,255,255,0.08);
}

.commercial-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9375rem;
}

.commercial-content thead {
  background: rgba(255,255,255,0.06);
}

.commercial-content th {
  padding: 0.875rem 1rem;
  text-align: left;
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.commercial-content td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.7);
  vertical-align: top;
}

.commercial-content tbody tr:hover {
  background: rgba(255,255,255,0.03);
}

.commercial-content ul, .commercial-content ol {
  margin: 1rem 0;
  padding-left: 1.5rem;
}

.commercial-content li {
  margin: 0.5rem 0;
  color: rgba(255,255,255,0.7);
}

.commercial-content li::marker {
  color: #4ade80;
}
