
body {
  margin: 0;
  background: #1a0f0a;
  color: #f3e6c8;
  font-family: "Times New Roman", Times, serif;
  line-height: 1.45;
}
a { color: #d4af37; }
table { border-collapse: collapse; }
img { display: block; max-width: 100%; }

.page-wrap {
  width: 780px;
  max-width: 96%;
  margin: 0 auto;
  background: #2a1810;
  border-left: 4px double #d4af37;
  border-right: 4px double #d4af37;
}

.banner {
  text-align: center;
  padding: 18px 12px 8px;
  background: linear-gradient(#3b2218, #2a1810);
  border-bottom: 2px solid #d4af37;
}
.banner .logo {
  margin: 0;
  font-size: 42px;
  letter-spacing: 8px;
  color: #d4af37;
  text-transform: uppercase;
  font-weight: bold;
}
.banner .phone {
  display: block;
  margin-top: 6px;
  color: #f3e6c8;
  text-decoration: none;
  font-size: 15px;
}

.ornament {
  text-align: center;
  color: #d4af37;
  letter-spacing: 4px;
  margin: 10px 0;
  font-size: 14px;
}

.main {
  text-align: center;
  padding: 10px 28px 28px;
}
.main h1 {
  margin: 8px 0 14px;
  font-size: 28px;
  color: #fff4d6;
  font-weight: bold;
}
.photo-frame {
  display: inline-block;
  padding: 8px;
  border: 3px solid #d4af37;
  background: #140c08;
  margin: 0 auto 16px;
}
.photo-frame img {
  width: 520px;
  max-width: 100%;
  height: auto;
  border: 1px solid #7a5a2b;
}
.main .lead {
  margin: 0 auto 18px;
  max-width: 560px;
  text-align: center;
  font-size: 16px;
  color: #e8d7b0;
}

/* classic bevel button, no animation */
.gold-btn {
  display: inline-block;
  padding: 10px 28px;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: bold;
  color: #1a0f0a;
  background: #d4af37;
  border: 2px outset #f0d78c;
  cursor: pointer;
  text-decoration: none;
}
.gold-btn:active { border-style: inset; }
.gold-btn.ghost {
  background: #2a1810;
  color: #d4af37;
  border: 2px outset #7a5a2b;
}

.benefits-table {
  width: 92%;
  margin: 22px auto 0;
  border: 1px solid #d4af37;
}
.benefits-table caption {
  caption-side: top;
  padding: 8px;
  font-weight: bold;
  color: #d4af37;
  font-size: 18px;
}
.benefits-table td {
  border: 1px solid #7a5a2b;
  padding: 10px 12px;
  text-align: left;
  background: #21140e;
}
.benefits-table td.num {
  width: 36px;
  text-align: center;
  color: #d4af37;
  font-weight: bold;
}

.footer-box {
  margin-top: 24px;
  border-top: 2px solid #d4af37;
  padding: 16px 20px 24px;
  text-align: center;
  font-size: 13px;
  color: #cbb892;
  background: #21140e;
}
.footer-box .co { color: #d4af37; font-weight: bold; margin-bottom: 6px; }

/* static modal — no transitions */
.quiz {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(0,0,0,.75);
  text-align: center;
  padding-top: 40px;
}
.quiz.is-open { display: block; }
.quiz__panel {
  display: inline-block;
  width: 480px;
  max-width: 94%;
  background: #2a1810;
  border: 3px double #d4af37;
  padding: 18px 16px 16px;
  text-align: left;
  position: relative;
  max-height: 85vh;
  overflow: auto;
}
.quiz__close {
  position: absolute;
  top: 4px;
  right: 8px;
  border: 0;
  background: transparent;
  color: #d4af37;
  font-size: 22px;
  cursor: pointer;
  font-family: "Times New Roman", Times, serif;
}
.quiz__bar { display: none; }
.quiz__meta { margin: 0 0 8px; color: #cbb892; font-size: 13px; text-align: center; }
.quiz__title { margin: 0 0 12px; text-align: center; color: #fff4d6; font-size: 20px; }
.quiz__sub { margin: 0 0 12px; color: #cbb892; text-align: center; }
.quiz-step { display: none; }
.quiz-step.is-active { display: block; }
.quiz-options { margin: 0; }
.quiz-opt { display: block; margin: 0 0 6px; cursor: pointer; }
.quiz-opt input { margin-right: 8px; }
.quiz-opt span {
  display: inline-block;
  padding: 6px 0;
}
.quiz-opt.is-selected span { color: #d4af37; font-weight: bold; }
.quiz__actions { text-align: center; margin-top: 14px; }
.quiz__actions .gold-btn { margin: 0 4px; }
.form-row { margin-bottom: 10px; }
.form-row label { display: block; margin-bottom: 3px; color: #cbb892; }
.form-row input {
  width: 100%;
  box-sizing: border-box;
  padding: 7px;
  border: 1px solid #7a5a2b;
  background: #1a0f0a;
  color: #f3e6c8;
  font-family: "Times New Roman", Times, serif;
}
.form-row input.error { border-color: #c44; }
.consent { font-size: 12px; color: #cbb892; text-align: center; }
.iti { width: 100%; }
.spinner {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #1a0f0a;
  border-top-color: transparent;
  border-radius: 50%;
  vertical-align: middle;
}
.page, .thank {
  width: 780px;
  max-width: 96%;
  margin: 20px auto;
  background: #2a1810;
  border: 3px double #d4af37;
  padding: 20px;
  box-sizing: border-box;
}
.page__title, .thank h1 { text-align: center; color: #d4af37; }
.legal-content { color: #cbb892; }
.legal-content h2 { color: #d4af37; }
.legal-content dl { margin: 0; }
.legal-content dt { font-weight: bold; color: #f3e6c8; margin-top: 8px; }
.legal-content dd { margin: 0 0 4px; }
