/* Unique styles for index.html */

.hero-device .device-label {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.7);
  padding: 4px 9px;
  border-radius: 999px;
}

.statement {
  padding: 40px 0 52px;
  text-align: center;
}

.statement-line-1 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.statement-line-2 {
  font-size: 17px;
  color: var(--text-muted);
  max-width: 560px;
  margin: 0 auto;
}

.statement-highlight {
  margin-top: 22px;
  padding: 8px 14px;
  background: #ffffff;
  border-radius: 999px;
  border: 1px solid rgba(209, 213, 219, 0.9);
  font-size: 12px;
  display: inline-flex;
  gap: 10px;
  color: var(--text-muted);
}