/* Claire — CLAF3 visual match: white paper, black Roboto, centered, blue inline links.
 * Reference: psychic-claire.com/email-cla-fun-3-0-tsl
 * Cascade probed: 37 / 30 / 24 / 20 / 14 px (per-block bold-by-<strong>, all centered).
 */

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4.woff2") format("woff2");
}

:root {
  --ink:    #000;
  --soft:   #9b9b9b;
  --link:   #0406f1;
  --rule:   #e5e5e5;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: var(--ink);
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.hero { width: 100%; text-align: center; background: #0a0617; }
.hero img { display: block; width: 100%; max-width: 720px; height: auto; margin: 0 auto; }

.claire-page {
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 32px 24px;
  text-align: center;
}

h1, h2, h3, h4 { font-weight: 700; line-height: 1.2; margin: 1.2em 0 0.5em; }
h1 { font-size: 37px; line-height: 1.15; margin-top: 0.4em; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; color: var(--soft); }

p { margin: 0 0 1.4em; }

a { color: var(--link); text-decoration: underline; text-underline-offset: 2px; }

strong, b { font-weight: 700; }
em, i { font-style: italic; }

hr { border: 0; border-top: 1px solid var(--rule); margin: 2.2em auto; max-width: 220px; }

/* Lists — CLAF3 pattern: filled black dot + left-aligned content body */
ul, ol { list-style: none; padding-left: 0; margin: 1.2em auto; max-width: 640px; text-align: left; }
ul li, ol li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 0.7em;
}
ul li::before {
  content: "";
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ink);
  margin-top: 0.55em;
}
ul li > p, ol li > p { text-align: left; margin: 0; flex: 1; }

blockquote { margin: 1.4em auto; padding: 0.4em 1em; font-style: italic; max-width: 560px; }

/* CTA — inline blue link, NOT a button. Centered on its own line. */
.cta-wrap { margin: 26px 0; font-size: 1.1rem; font-weight: 700; }
.cta-wrap a { font-weight: 700; }
.cta-wrap a.disabled { color: var(--soft); pointer-events: none; font-style: italic; text-decoration-color: var(--soft); }

/* DCA-OTO blocks */
.warning {
  background: #fff4e6;
  color: #6b3608;
  border: 1px solid #f1c08a;
  padding: 14px 18px;
  border-radius: 6px;
  margin: 0 auto 22px;
  font-weight: 700;
}

.countdown {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin: 28px 0 22px;
  flex-wrap: wrap;
}
.countdown .unit {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 6px;
  padding: 14px 18px;
  min-width: 78px;
}
.countdown .num { display: block; font-size: 1.85rem; font-weight: 700; line-height: 1; }
.countdown .lbl { display: block; font-size: 0.7rem; letter-spacing: 0.1em; color: var(--soft); text-transform: uppercase; margin-top: 6px; font-weight: 700; }

.guarantee {
  display: inline-block;
  background: #f5f5f5;
  border: 1px solid var(--rule);
  border-radius: 6px;
  padding: 10px 18px;
  margin: 14px auto;
  font-weight: 700;
  font-size: 0.95rem;
}

.signature { margin: 40px auto 28px; max-width: 720px; }
.signature p { font-style: italic; margin: 0 0 4px; }
.signature img { display: block; margin: 8px auto 0; width: 200px; height: auto; max-width: 100%; }

.legal {
  font-size: 14px;
  color: var(--soft);
  line-height: 1.55;
  margin-top: 2.4em;
  padding-top: 1.4em;
  border-top: 1px solid var(--rule);
}
.legal a { color: var(--soft); }

.claire-footer {
  max-width: 720px;
  margin: 32px auto 20px;
  padding: 16px 24px 0;
  border-top: 1px solid var(--rule);
  text-align: center;
  color: var(--soft);
  font-size: 0.8rem;
}
.claire-footer a { color: var(--soft); text-decoration: underline; }

@media (max-width: 600px) {
  html, body { font-size: 17px; }
  .claire-page { padding: 28px 18px 16px; }
  h1 { font-size: 28px; }
  h2 { font-size: 24px; }
  h3 { font-size: 20px; }
  h4 { font-size: 17px; }
  ul, ol { max-width: none; }
  .countdown .unit { min-width: 64px; padding: 10px 12px; }
  .countdown .num { font-size: 1.5rem; }
}
