/* ===============================
   SuperSight Reader – styles.css
   Final, locked, error-safe
   =============================== */

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #f7f7f7;
  color: #222;
  text-align: center;
  line-height: 1.4;
}

/* ---------- HERO ---------- */

.hero {
  padding: 40px 22px;
  background: #4b2aad;
  color: #ffffff;
}

.hero h1 {
  font-size: 2.3rem;
  margin-bottom: 14px;
  line-height: 1.25;
}

.tagline {
  font-size: 1.35rem;
  line-height: 1.45;
  max-width: 820px;
  margin: 0 auto 28px;
}

/* ---------- CTA ---------- */

.cta-btn {
  display: inline-block;
  padding: 18px 32px;
  background: #ff9f1c;
  color: #000000;
  font-size: 1.2rem;
  text-decoration: none;
  border-radius: 10px;
  font-weight: bold;
}

.reassurance {
  font-size: 0.95rem;
  margin-top: 12px;
}

/* ---------- TRUST STRIP ---------- */

.trust-strip {
  background: #ffffff;
  padding: 16px 22px;
  font-size: 0.95rem;
  color: #333;
  border-bottom: 1px solid #e0e0e0;
}

/* ---------- SECTIONS ---------- */

section {
  padding: 40px 22px;
}

h2 {
  font-size: 1.6rem;
  margin-bottom: 18px;
}

/* ---------- BENEFITS ---------- */

.benefits ul {
  list-style: none;
  padding: 0;
  font-size: 1.15rem;
  line-height: 1.5;
  max-width: 700px;
  margin: 0 auto;
}

.benefits li {
  margin: 14px 0;
}

/* ---------- COMPARISON ---------- */

.comparison {
  background: #ffffff;
}

.highlight {
  font-weight: bold;
  margin-top: 16px;
}

/* ---------- APP AREA ---------- */

.app-area video {
  width: 90%;
  max-width: 420px;
  border-radius: 10px;
  margin-top: 20px;
}

label {
  display: block;
  font-size: 1.1rem;
  margin-top: 22px;
}

input[type="range"] {
  width: 80%;
  margin-top: 12px;
}

.help {
  font-size: 0.95rem;
  color: #555555;
  max-width: 520px;
  margin: 12px auto 0;
}

/* ---------- FOOTER ---------- */

footer {
  padding: 16px;
  font-size: 0.85rem;
  background: #eeeeee;
}
