:root {
  color: #18322d;
  background: transparent;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
body { margin: 0; background: transparent; }
main { width: min(680px, 100%); margin: 0 auto; padding: 16px; }
form, .success { padding: clamp(24px, 6vw, 42px); border: 1px solid #dfe3da; border-radius: 22px; background: #fffdf8; box-shadow: 0 18px 50px rgba(24, 50, 45, .08); }
h1, p { margin-top: 0; }
h1 { margin-bottom: 10px; font-family: Georgia, serif; font-size: clamp(2rem, 7vw, 3.2rem); line-height: 1.05; font-weight: 500; letter-spacing: -.03em; }
.eyebrow { margin-bottom: 10px; color: #1f5d4d; text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 800; }
.intro, .privacy, .success p { color: #63756f; }
.intro { margin-bottom: 26px; }
.form-row { display: flex; gap: 14px; }
label { display: block; flex: 1; margin-bottom: 16px; color: #63756f; font-size: .8rem; font-weight: 700; }
input { width: 100%; margin-top: 7px; padding: 12px; border: 1px solid #ccd5cd; border-radius: 10px; color: #18322d; background: white; font: inherit; font-weight: 400; }
input:focus { outline: 3px solid rgba(31, 93, 77, .15); border-color: #1f5d4d; }
.consent { display: flex; gap: 10px; align-items: start; color: #18322d; font-weight: 400; line-height: 1.4; }
.consent input { flex: 0 0 auto; width: 18px; height: 18px; margin: 1px 0 0; }
.honeypot { position: absolute; left: -10000px; }
button { width: 100%; padding: 13px 20px; border: 0; border-radius: 100px; color: white; background: #1f5d4d; box-shadow: 0 8px 22px rgba(31, 93, 77, .18); font: inherit; font-weight: 750; cursor: pointer; }
button:hover { background: #164438; }
button:disabled { cursor: wait; opacity: .7; }
.error { min-height: 20px; margin-bottom: 10px; color: #a33c32; font-size: .85rem; }
.privacy { margin: 14px 0 0; text-align: center; font-size: .75rem; }
.success { text-align: center; }

@media (max-width: 560px) {
  main { padding: 8px; }
  .form-row { display: block; }
}
