/* income.geniche.com funnel — boomer-friendly: big text, high contrast, no clutter */

* { box-sizing: border-box; }

body {
  margin: 0;
  background: #fffdf7;
  color: #1a1a1a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.6;
}

.wrap {
  max-width: 680px;
  margin: 0 auto;
  padding: 24px 20px 64px;
}

h1, h2, h3 { line-height: 1.3; }
h1 { font-size: 34px; margin: 0 0 16px; }
h2 { font-size: 26px; margin: 40px 0 16px; }
h3 { font-size: 22px; margin: 0 0 8px; }

.eyebrow {
  font-size: 18px;
  color: #1a6b47;
  font-weight: bold;
  margin-bottom: 8px;
}

.card {
  background: #fff;
  border: 1px solid #e5e0d0;
  border-radius: 10px;
  padding: 24px;
  margin: 20px 0;
}

.guarantee {
  border: 3px solid #1a6b47;
  border-radius: 10px;
  padding: 24px;
  margin: 32px 0;
  background: #f3faf6;
}

.checklist { padding-left: 22px; }
.checklist li { margin-bottom: 10px; }

.faq dt { font-weight: bold; margin-top: 20px; }
.faq dd { margin: 6px 0 0; }

.btn {
  display: block;
  width: 100%;
  font-family: inherit;
  background: #1a6b47;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 22px;
  font-weight: bold;
  padding: 16px 20px;
  min-height: 56px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.btn:disabled { opacity: 0.6; cursor: default; }

.btn-secondary {
  display: block;
  width: 100%;
  text-align: center;
  background: none;
  border: none;
  color: #555;
  font-size: 18px;
  font-family: inherit;
  text-decoration: underline;
  padding: 16px 8px;
  cursor: pointer;
}

.bump {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 16px;
  margin: 20px 0;
  font-size: 19px;
}

.bump input { width: 24px; height: 24px; margin-top: 3px; }

.price { font-size: 28px; font-weight: bold; color: #1a6b47; }

.video-embed { margin: 20px 0; }
.video-embed video { width: 100%; border-radius: 10px; display: block; }

footer {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid #e5e0d0;
  font-size: 16px;
  color: #555;
}

footer a { color: #1a6b47; }

@media (max-width: 400px) {
  h1 { font-size: 28px; }
  h2 { font-size: 23px; }
}
