:root {
  --bg: #f3f4f7;
  --paper: #ffffff;
  --text: #1c2b44;
  --muted: #6e7b90;
  --line: #d8dce6;
  --accent: #cfa76f;
  --button: #1f3558;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Georgia, 'Times New Roman', serif;
}

.page {
  max-width: 780px;
  margin: 0 auto;
  padding: 2.5rem 1rem 3rem;
}

.letter-header {
  text-align: center;
  margin-bottom: 2rem;
}

.kicker {
  margin: 0;
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8893a7;
  font-family: Inter, Arial, sans-serif;
  font-weight: 600;
}

h1,
h2 {
  margin: 0.3rem 0;
  font-weight: 600;
  color: #233a5d;
}

h1 {
  font-size: clamp(2rem, 4.5vw, 3rem);
}

h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.rule {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  margin: 1rem 0 1.4rem;
}

.letter-body,
.signatories,
.form-block,
.faq {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 1.3rem 1.35rem;
  margin-bottom: 1rem;
}

p,
li,
label,
input,
select,
button,
small {
  font-family: Inter, Arial, sans-serif;
}

.letter-body p,
.letter-body li {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #2b3a52;
}

ol {
  padding-left: 1.2rem;
  margin: 0.6rem 0;
}

.statement {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.35rem !important;
  color: #1d3150 !important;
  margin: 2rem 0 1rem;
}

.signatories .rule,
.form-block .rule,
.faq .rule {
  margin-top: 0;
}

.counts {
  color: var(--muted);
  font-size: 0.83rem;
  margin: 0.1rem 0;
}

.names-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 1rem;
}

.name {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1rem;
  margin: 0;
}

.meta {
  margin: 0.1rem 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.3;
}

.ghost-btn {
  margin-top: 1rem;
  background: #f7f8fb;
  border: 1px solid #ccd2de;
  border-radius: 4px;
  color: #2b3d5f;
  padding: 0.4rem 0.75rem;
  font-size: 0.78rem;
}

.intro {
  color: #4f5f78;
  font-size: 0.86rem;
  line-height: 1.5;
}

form {
  margin-top: 1rem;
}

.field-group {
  display: block;
  margin-bottom: 0.95rem;
}

.two-col {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

label > span {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b7890;
  margin-bottom: 0.28rem;
  font-weight: 700;
}

label small,
.field-group small {
  display: block;
  font-size: 0.72rem;
  color: #8a94a8;
  line-height: 1.4;
  margin: 0.2rem 0 0.35rem;
}

input,
select {
  width: 100%;
  border: 1px solid #cfd5e2;
  border-radius: 4px;
  padding: 0.52rem 0.56rem;
  font-size: 0.88rem;
  background: #fff;
}

.checkbox {
  display: grid;
  grid-template-columns: 1rem 1fr;
  gap: 0.55rem;
  align-items: start;
  margin: 0.8rem 0 1rem;
}

.checkbox span {
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.83rem;
  color: #475872;
  font-weight: 400;
}

.verify-method {
  border: 1px solid #ced4e0;
  border-radius: 4px;
  padding: 0.8rem;
  margin: 0 0 1rem;
}

.verify-method legend {
  padding: 0 0.35rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b7890;
  font-family: Inter, Arial, sans-serif;
  font-weight: 700;
}

.verify-method label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.2rem;
}

.verify-method p {
  margin: 0 0 0.6rem 1.45rem;
  color: #65738b;
  font-size: 0.78rem;
  line-height: 1.4;
}

.primary-btn {
  background: var(--button);
  color: #fff;
  border: 1px solid #132748;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.84rem;
  padding: 0.63rem 1rem;
}

.faq ul {
  list-style: none;
  margin: 0.8rem 0 0;
  padding: 0;
}

.faq li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1rem;
  border-top: 1px solid #e4e8f0;
  color: #2f405c;
  font-size: 0.89rem;
}

.faq li::before {
  content: '+';
  position: absolute;
  left: 0;
  color: #7f8aa0;
}

footer {
  text-align: center;
  color: #8994a8;
  font-size: 0.74rem;
  padding: 1.3rem 0;
}

footer p {
  margin: 0.2rem 0;
}

.satire-note {
  text-align: center;
  color: #5c6a82;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.72rem;
}

@media (max-width: 700px) {
  .names-grid,
  .two-col {
    grid-template-columns: 1fr;
  }

  .page {
    padding: 1.2rem 0.6rem 2.5rem;
  }
}
