body {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(231, 173, 121, 0.3), transparent 25%),
    linear-gradient(135deg, #f5ede0 0%, #f7f4ef 45%, #eef3f0 100%) !important;
}

.tool-hero {
  position: relative;
  margin-bottom: 18px;
  padding: 40px 88px;
  border-radius: 20px;
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  color: #fff;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.tool-hero h1 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.05;
}

.tool-hero p {
  margin: 0;
  max-width: none;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  line-height: 1.5;
}

.tool-back-link {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.tool-back-link:hover {
  background: rgba(255, 255, 255, 0.28);
}

@media (max-width: 768px) {
  .tool-hero {
    padding: 72px 18px 28px;
  }

  .tool-hero h1 {
    font-size: 2rem;
  }
}
