.ingo-pdf-tool {
  max-width: 920px;
  margin: 34px auto;
  padding: 26px;
  background: #fffaf5;
  border: 1px solid #ead9ca;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(95, 61, 46, 0.08);
  color: #4b3a2f;
}

.ingo-pdf-hero {
  text-align: center;
  margin-bottom: 18px;
}

.ingo-pdf-kicker {
  margin: 0 0 8px 0;
  font-size: 13px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #8a5b3d;
  font-weight: 800;
}

.ingo-pdf-tool h2 {
  color: #5f3d2e;
  margin: 0 0 12px 0;
  font-size: 32px;
  line-height: 1.2;
}

.ingo-pdf-tool p {
  line-height: 1.75;
}

.ingo-pdf-notice {
  padding: 14px 16px;
  border-radius: 14px;
  margin: 14px 0;
  line-height: 1.65;
}

.ingo-pdf-privacy {
  background: #f0dfcf;
  border: 2px solid #c49a6c;
}

.ingo-pdf-limit {
  background: #fff6e8;
  border: 1px solid #d8b28d;
}

.ingo-pdf-label {
  display: block;
  margin-top: 18px;
  color: #5f3d2e;
  font-weight: 800;
}

.ingo-pdf-file,
.ingo-pdf-output {
  width: 100%;
  box-sizing: border-box;
  margin-top: 10px;
  padding: 12px;
  border: 1px solid #d8b28d;
  border-radius: 12px;
  background: #ffffff;
  color: #3d3028;
}

.ingo-pdf-output {
  min-height: 260px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  line-height: 1.55;
}

.ingo-pdf-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.ingo-pdf-button {
  background: #b88962;
  color: #ffffff;
  border: 0;
  border-radius: 12px;
  padding: 12px 18px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(184, 137, 98, 0.18);
}

.ingo-pdf-button:hover {
  background: #a97850;
}

.ingo-pdf-button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.ingo-pdf-secondary {
  background: #e6d3be;
  color: #5f3d2e;
}

.ingo-pdf-secondary:hover {
  background: #d6bd9f;
}

.ingo-pdf-status {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f7efe7;
  color: #5f3d2e;
  font-weight: 700;
}

.ingo-pdf-status.success {
  background: #eef8ef;
  color: #246b35;
}

.ingo-pdf-status.warning {
  background: #fff6e8;
  color: #8a5b3d;
}

.ingo-pdf-status.error {
  background: #fff0f0;
  color: #9c2f2f;
}

.ingo-pdf-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
  font-size: 14px;
  color: #6b4c3b;
}

.ingo-pdf-stats span {
  background: #ffffff;
  border: 1px solid #ead9ca;
  padding: 8px 10px;
  border-radius: 10px;
}

.ingo-pdf-footer-note {
  margin-bottom: 0;
  color: #6b4c3b;
  font-size: 14px;
}

@media (max-width: 640px) {
  .ingo-pdf-tool {
    padding: 18px;
  }

  .ingo-pdf-tool h2 {
    font-size: 26px;
  }

  .ingo-pdf-actions {
    flex-direction: column;
  }

  .ingo-pdf-button {
    width: 100%;
  }
}
