*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #050505;
  color: #d8f5e4;
  font-family: "Segoe UI", system-ui, sans-serif;
  line-height: 1.6;
}

a {
  color: #7cffa8;
}

.legal-header {
  padding: 2rem 1.25rem 1rem;
  text-align: center;
  border-bottom: 1px solid rgba(124, 255, 168, 0.15);
}

.legal-header img {
  width: 72px;
  height: auto;
  margin-bottom: 0.75rem;
}

.legal-header h1 {
  margin: 0;
  font-size: clamp(1.5rem, 4vw, 2rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legal-header p {
  margin: 0.35rem 0 0;
  color: rgba(216, 245, 228, 0.65);
}

.legal-main {
  max-width: 720px;
  margin: 0 auto;
  padding: 2rem 1.25rem 3rem;
}

.legal-main h2 {
  margin-top: 2rem;
  color: #7cffa8;
  font-size: 1.05rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-main ul {
  padding-left: 1.2rem;
}

.legal-footer {
  text-align: center;
  padding: 1.5rem;
  border-top: 1px solid rgba(124, 255, 168, 0.15);
  font-size: 0.9rem;
}

.legal-footer a {
  color: rgba(216, 245, 228, 0.75);
  text-decoration: none;
  margin: 0 0.75rem;
}

.legal-footer a:hover {
  color: #7cffa8;
}

.contact-form {
  margin-top: 1.5rem;
}

.form-field {
  margin-bottom: 1.1rem;
}

.form-field label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(216, 245, 228, 0.85);
}

.form-field .optional {
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.85rem;
  color: rgba(216, 245, 228, 0.5);
}

.form-field input,
.form-field textarea {
  width: 100%;
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(124, 255, 168, 0.25);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.45);
  color: #d8f5e4;
  font: inherit;
}

.form-field input:focus,
.form-field textarea:focus {
  outline: 2px solid rgba(124, 255, 168, 0.45);
  border-color: #7cffa8;
}

.contact-honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.btn {
  appearance: none;
  border: 1px solid rgba(124, 255, 168, 0.55);
  background: rgba(124, 255, 168, 0.12);
  color: #7cffa8;
  padding: 0.65rem 1.25rem;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}

.btn:hover {
  background: rgba(124, 255, 168, 0.22);
}

.btn-primary {
  margin-top: 0.5rem;
}

.form-status {
  margin-top: 1rem;
  font-size: 0.95rem;
}

.form-status-pending {
  color: rgba(216, 245, 228, 0.75);
}

.form-status-error {
  color: #ff8a8a;
}
