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

* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: radial-gradient(circle at 86% 7%, #ecd7c4 0, transparent 28rem), #f6f0e5; }
.nav { max-width: 1180px; height: 96px; margin: 0 auto; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; font-size: 18px; font-weight: 720; text-decoration: none; letter-spacing: -.02em; }
.mark { position: relative; width: 34px; height: 34px; border-radius: 11px; background: #b4492d; display: grid; place-items: center; box-shadow: 0 7px 20px #80351f24; }
.mark::before, .mark::after, .mark span { content: ""; display: block; position: absolute; background: #fff8ef; }
.mark::before { width: 15px; height: 4px; border-radius: 4px; transform: translateY(-6px); }
.mark::after { width: 5px; height: 12px; border-radius: 4px; transform: translateY(4px); }
.mark span { width: 15px; height: 4px; border-radius: 4px; transform: translateY(9px); }
.private, .eyebrow { color: #9b4a36; font-size: 11px; font-weight: 760; letter-spacing: .16em; }
main { max-width: 1180px; margin: 0 auto; padding: 68px 32px 90px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .82fr); gap: 78px; align-items: center; }
.hero { padding: 12px 0; }
h1 { margin: 20px 0 24px; max-width: 720px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(58px, 7.2vw, 98px); font-weight: 500; line-height: .93; letter-spacing: -.055em; }
h1 em { color: #b4492d; font-weight: 500; }
.lede { max-width: 620px; margin: 0; color: #5e6b63; font-size: 19px; line-height: 1.65; }
.features { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 10px; }
.features span { padding: 10px 13px; border: 1px solid #d9cfc0; border-radius: 999px; background: #fffaf2a8; color: #4c5e54; font-size: 13px; }
.access { padding: 34px; border: 1px solid #dacdbd; border-radius: 24px; background: #fffaf2; box-shadow: 0 24px 80px #51443714; }
h2 { margin: 15px 0 12px; font-size: 28px; letter-spacing: -.035em; }
.access p, li { color: #68736b; font-size: 14px; line-height: 1.65; }
label { display: block; margin: 26px 0 9px; color: #3f5147; font-size: 13px; font-weight: 700; }
.field-row { display: grid; grid-template-columns: 1fr auto; gap: 9px; }
input { min-width: 0; width: 100%; border: 1px solid #cfbfac; border-radius: 11px; padding: 13px 14px; background: #fffdf8; color: #26372f; font: inherit; }
input:focus { outline: 3px solid #b4492d26; border-color: #b4492d; }
button, .download-button { border: 0; border-radius: 11px; padding: 13px 18px; background: #b4492d; color: white; font: inherit; font-size: 14px; font-weight: 700; cursor: pointer; text-decoration: none; text-align: center; }
button:disabled { opacity: .58; cursor: wait; }
.download { margin-top: 25px; padding-top: 25px; border-top: 1px solid #e4d9ca; }
.download-button { display: block; }
.download-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.download ol { margin: 18px 0 0; padding-left: 22px; }
.message { min-height: 24px; margin: 15px 0 0; color: #9b4a36 !important; }
footer { max-width: 1180px; margin: 0 auto; padding: 0 32px 32px; display: flex; justify-content: space-between; gap: 24px; color: #7a847e; font-size: 11px; }

@media (max-width: 860px) {
  main { grid-template-columns: 1fr; gap: 46px; padding-top: 40px; }
  .hero { max-width: 720px; }
  .access { max-width: 620px; }
  footer { flex-direction: column; gap: 6px; }
}

@media (max-width: 540px) {
  .nav { height: 80px; padding: 0 20px; }
  main { padding: 36px 20px 64px; }
  h1 { font-size: 55px; }
  .lede { font-size: 17px; }
  .access { padding: 24px; border-radius: 19px; }
  .field-row { grid-template-columns: 1fr; }
  footer { padding: 0 20px 26px; }
}
