.example-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.example-mail { border: 2px solid var(--ink); border-radius: 14px; overflow: hidden; background: white; }
.example-after { box-shadow: 6px 6px 0 var(--ink); }
.example-label { background: #f0f0ed; padding: 18px 26px; display: flex; justify-content: space-between; gap: 16px; align-items: center; font-family: var(--heading); font-weight: 800; font-size: 25px; }
.example-label span { font-family: var(--body); font-size: 16px; font-weight: 600; }
.example-after .example-label { background: var(--yellow); }
.mail-meta { padding: 22px 26px; margin: 0; border-bottom: 1px solid var(--line); font-size: 16px; }
.mail-meta div { display: grid; grid-template-columns: 96px 1fr; gap: 10px; margin: 5px 0; }
.mail-meta dt { color: #5b6168; }
.mail-meta dd { margin: 0; }
.example-body { padding: 32px 26px; }
.example-body h3 { font-size: clamp(28px, 2.6vw, 36px); margin-bottom: 25px; }
.example-body p { margin: 0 0 18px; font-size: 17px; line-height: 1.65; }
.example-cta { display: inline-flex; align-items: center; gap: 16px; background: var(--blue); color: white; padding: 12px 18px; border-radius: 6px; font-weight: 600; font-size: 16px; }
.example-cta.muted { background: #eee; color: var(--ink); }
.example-body .example-signoff { margin: 25px 0 0; font-size: 16px; }
.example-caption { max-width: 800px; margin-top: 24px; color: #535961; font-size: 16px; }
.getting-started { background: var(--light-blue); }
.start-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; list-style: none; padding: 0; margin: 0; }
.step-number { width: 53px; height: 53px; background: var(--yellow); border: 2px solid var(--ink); box-shadow: 3px 3px 0 var(--ink); display: grid; place-items: center; font: 800 28px var(--heading); border-radius: 50%; margin-bottom: 25px; }
.start-steps h3 { font-size: 30px; margin-bottom: 17px; }
.start-steps p { font-size: 18px; }
.start-note { font-size: 16px; margin-top: 40px; max-width: 840px; }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.contact-card > label { display: block; margin-bottom: 20px; }
.contact-submit:disabled { cursor: wait; opacity: .72; }
.contact-submit[data-sent]:disabled { cursor: default; opacity: 1; }
.form-note a, .dialog-content a, .legal-copy a { text-decoration: underline; text-underline-offset: 3px; }
.form-note, .mail-example .section-intro > p, .getting-started .section-intro > p { font-size: 16px; }
.form-status[data-state="error"] { color: #9b2020; }
.form-status[data-state="success"] { color: #155329; }
.dialog-content p { font-size: 16px; }
.legal-copy { max-width: 790px; padding-block: 60px 100px; }
.legal-copy h1 { font-size: clamp(40px, 7vw, 70px); margin-bottom: 35px; }
.legal-copy h2 { font-size: 29px; margin: 38px 0 14px; }
.legal-copy p { margin-bottom: 17px; font-size: 18px; }
@media (max-width: 760px) {
  .example-grid, .start-steps { grid-template-columns: 1fr; }
  .example-label { padding: 17px 20px; }
  .example-label span { max-width: 190px; text-align: right; }
  .mail-meta, .example-body { padding: 22px 20px; }
  .mail-meta div { grid-template-columns: 100px 1fr; }
  .start-steps { gap: 34px; }
  .step-number { margin-bottom: 19px; }
  .start-steps p { max-width: 520px; }
}
