
#fireline-tool-wrapper {
  font-family: 'Inter', sans-serif;
  background-color: #000;
  color: #fff;
  padding: 30px 20px;
  max-width: 900px;
  margin: auto;
}
#fireline-tool-wrapper input {
  margin: 4px 0 10px;
  padding: 6px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
}
#fireline-tool-wrapper .headline {
  font-size: 32px;
  font-weight: 700;
  color: #E4572E;
  margin-bottom: 8px;
}
#fireline-tool-wrapper .description {
  font-size: 18px;
  margin-bottom: 20px;
}
#fireline-tool-wrapper .btn-primary {
  background-color: #E4572E;
  color: white;
  border: none;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
}
#fireline-tool-wrapper .btn-primary:hover {
  background-color: #cf4926;
}
#fireline-tool-wrapper .btn-secondary {
  background-color: #444;
  color: white;
  border: none;
  padding: 10px 16px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
}
#fireline-tool-wrapper .btn-secondary:hover {
  background-color: #222;
}
#fireline-tool-wrapper table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
  font-size: 14px;
  color: white;
}
#fireline-tool-wrapper th, #fireline-tool-wrapper td {
  padding: 10px;
  border: 1px solid #666;
  text-align: left;
}
#fireline-tool-wrapper .cta {
  margin-top: 40px;
  padding: 30px;
  background: #111;
  border: 1px solid #333;
  text-align: center;
  border-radius: 6px;
}
#fireline-tool-wrapper .cta h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #fff;
}
#fireline-tool-wrapper .cta p {
  font-size: 16px;
  color: #ccc;
}
