/* ═══════════════════════════════════════
   PRELANDING — Nordic Naturals Omega 2X
   style.css
═══════════════════════════════════════ */

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: Arial, Helvetica, sans-serif;
  background: #f0f0f0;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 100px; /* space for sticky timer */
}

/* ── WRAP ── */
.wrap {
  max-width: 680px;
  margin: 0 auto;
  background: #fff;
}

/* ════════════════════════════
   TOP BAR — fake magazine
════════════════════════════ */
.topbar {
  background: #fff;
  border-bottom: 4px solid #c8102e;
  padding: 10px 16px;
  position: sticky;
  top: 0;
  z-index: 200;
  box-shadow: 0 2px 10px rgba(0,0,0,.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topbar .brand {
  font-family: 'Times New Roman', serif;
  font-size: 20px;
  font-weight: 900;
  color: #c8102e;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.topbar .tagline {
  font-size: 10px;
  color: #888;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* ════════════════════════════
   EYEBROW
════════════════════════════ */
.eyebrow {
  background: #111;
  color: #fff;
  padding: 8px 16px;
  font-size: 12px;
  letter-spacing: .04em;
}
.eyebrow span { color: #f0c040; font-weight: 700; }

/* ════════════════════════════
   HOOK SECTION (top)
════════════════════════════ */
.hook-section {
  padding: 20px 16px 0;
}
.hook-section h1 {
  font-family: 'Times New Roman', serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.18;
  color: #111;
  margin-bottom: 10px;
}
.hook-section h1 em {
  color: #c8102e;
  font-style: normal;
}
.hook-section .sub {
  font-size: 15px;
  color: #444;
  margin-bottom: 14px;
  border-left: 3px solid #c8102e;
  padding-left: 12px;
}

/* byline */
.byline {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
}
.byline .avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a3a5c, #0d5c8a);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; flex-shrink: 0;
}
.byline-info strong { display: block; font-size: 13px; color: #111; }
.byline-info span   { font-size: 11px; color: #888; }

/* ════════════════════════════
   CREATIVE IMAGE BLOCKS
════════════════════════════ */
.creative-block {
  width: 100%;
  display: block;
  margin: 0;
}
.creative-block img {
  width: 100%;
  height: auto;
  display: block;
}
.creative-block .caption {
  font-size: 11px;
  color: #888;
  text-align: center;
  padding: 5px 16px 10px;
  background: #fafafa;
  border-bottom: 1px solid #eee;
}

/* ════════════════════════════
   BODY TEXT
════════════════════════════ */
.body-text {
  padding: 16px 16px 0;
}
.body-text p { margin-bottom: 14px; font-size: 15px; color: #333; }
.body-text p strong { color: #111; }
.body-text p.big {
  font-family: 'Times New Roman', serif;
  font-size: 18px;
  color: #111;
  line-height: 1.5;
}

/* ════════════════════════════
   INFO BOXES
════════════════════════════ */
.box { margin: 16px 16px; padding: 16px 18px; border-radius: 6px; }

.box-red {
  background: #c8102e;
  color: #fff;
}
.box-red h3 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.box-red ul { list-style: none; }
.box-red ul li {
  font-size: 14px;
  padding: 5px 0 5px 20px;
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,.15);
}
.box-red ul li:last-child { border: none; }
.box-red ul li::before { content: "✗"; position: absolute; left: 0; font-weight: 700; }

.box-green {
  background: #f0fdf4;
  border: 2px solid #16a34a;
}
.box-green h3 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #16a34a;
  margin-bottom: 10px;
}
.box-green ul { list-style: none; }
.box-green ul li {
  font-size: 14px;
  padding: 5px 0 5px 20px;
  position: relative;
  color: #166534;
  border-bottom: 1px solid #d1fae5;
}
.box-green ul li:last-child { border: none; }
.box-green ul li::before { content: "✓"; position: absolute; left: 0; font-weight: 700; color: #16a34a; }

.box-dark {
  background: #1a1a2e;
  color: #fff;
}
.box-dark h3 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #f0c040;
  margin-bottom: 10px;
}

/* pull quote */
.pull {
  margin: 16px 16px;
  padding: 14px 18px;
  border-top: 3px solid #1a3a5c;
  border-bottom: 3px solid #1a3a5c;
  font-family: 'Times New Roman', serif;
  font-size: 19px;
  font-style: italic;
  color: #1a3a5c;
  line-height: 1.45;
}

/* ════════════════════════════
   SYMPTOM CHECKLIST
════════════════════════════ */
.symptom-block {
  background: #fff8f8;
  border-left: 4px solid #c8102e;
  margin: 16px 16px;
  padding: 14px 16px;
  border-radius: 0 6px 6px 0;
}
.symptom-block h3 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #c8102e;
  margin-bottom: 10px;
}
.symptom-list { list-style: none; }
.symptom-list li {
  font-size: 14px;
  padding: 6px 0;
  border-bottom: 1px solid #fde8e8;
  padding-left: 22px;
  position: relative;
  color: #333;
}
.symptom-list li:last-child { border: none; }
.symptom-list li::before { content: "✗"; position: absolute; left: 0; color: #c8102e; font-weight: 700; }
.symptom-block .flag {
  font-size: 13px;
  color: #c8102e;
  font-weight: 700;
  margin-top: 10px;
}

/* ════════════════════════════
   CASE STUDY
════════════════════════════ */
.case {
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  overflow: hidden;
  margin: 16px 16px;
}
.case-head {
  background: #1a3a5c;
  color: #fff;
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.case-body { padding: 14px; }
.case-person {
  display: flex; align-items: center; gap: 10px; margin-bottom: 10px;
}
.case-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: #ddd; display: flex; align-items: center;
  justify-content: center; font-size: 20px; flex-shrink: 0;
}
.case-name { font-weight: 700; font-size: 14px; display: block; }
.case-meta { font-size: 11px; color: #888; display: block; }
.case blockquote {
  font-style: italic;
  font-size: 14px;
  color: #333;
  border-left: 3px solid #f0c040;
  padding-left: 12px;
  margin: 0 0 8px;
  line-height: 1.55;
}
.case .result {
  font-size: 12px;
  color: #16a34a;
  font-weight: 700;
}

/* ════════════════════════════
   HOW IT WORKS
════════════════════════════ */
.steps { padding: 0 16px; }
.step {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eee;
}
.step:last-child { border: none; }
.step-num {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: #1a3a5c;
  color: #f0c040;
  font-size: 14px;
  font-weight: 900;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.step-week {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #888;
  display: block;
  margin-bottom: 2px;
}
.step strong { font-size: 15px; display: block; color: #111; }
.step span { font-size: 13px; color: #555; }

/* ════════════════════════════
   GUARANTEES
════════════════════════════ */
.guarantees { list-style: none; padding: 0 16px; }
.guarantees li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 11px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}
.guarantees li:last-child { border: none; }
.g-ico { font-size: 20px; flex-shrink: 0; }
.g-title { font-weight: 700; font-size: 14px; display: block; color: #111; margin-bottom: 1px; }
.g-desc  { font-size: 12px; color: #666; }

/* ════════════════════════════
   STATS BAR
════════════════════════════ */
.stats-bar {
  background: #f0c040;
  margin: 16px 16px;
  border-radius: 8px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.stats-pct {
  font-size: 42px;
  font-weight: 900;
  color: #1a1a2e;
  line-height: 1;
  flex-shrink: 0;
}
.stats-desc { font-size: 14px; color: #1a1a2e; line-height: 1.4; }
.stats-desc strong { font-size: 15px; display: block; }

/* ════════════════════════════
   COMMENTS
════════════════════════════ */
.comments { padding: 0 16px; }
.comment {
  display: flex;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}
.comment:last-child { border: none; }
.comment-av {
  width: 38px; height: 38px; border-radius: 50%;
  background: #e5e5e5;
  display: flex; align-items: center; justify-content: center;
  font-size: 17px; flex-shrink: 0;
}
.comment-name { font-weight: 700; font-size: 13px; color: #111; }
.comment-time { font-size: 11px; color: #aaa; margin-bottom: 3px; }
.comment p    { font-size: 13px; color: #333; line-height: 1.5; }
.comment-likes { font-size: 12px; color: #888; margin-top: 5px; }
.comment-likes .lk { color: #1a3a5c; font-weight: 600; margin-right: 8px; }

/* ════════════════════════════
   SECTION TITLE
════════════════════════════ */
.sec-title {
  font-size: 18px;
  font-weight: 900;
  color: #111;
  text-transform: uppercase;
  letter-spacing: -.01em;
  padding: 0 16px;
  margin: 24px 0 14px;
}

/* ════════════════════════════
   CTA BUTTON
════════════════════════════ */
.cta-wrap { padding: 0 16px; margin: 18px 0; }
.cta-btn {
  display: block;
  width: 100%;
  background: #16a34a;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  padding: 18px 16px;
  border-radius: 6px;
  text-decoration: none;
  letter-spacing: .02em;
  box-shadow: 0 4px 14px rgba(22,163,74,.4);
  transition: transform .15s, box-shadow .15s;
  border: none;
  cursor: pointer;
}
.cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(22,163,74,.5);
}
.cta-btn.red {
  background: #c8102e;
  box-shadow: 0 4px 14px rgba(200,16,46,.4);
}
.cta-btn.red:hover { box-shadow: 0 6px 20px rgba(200,16,46,.5); }
.cta-sub {
  font-size: 11px;
  color: #888;
  text-align: center;
  margin-top: 6px;
}

/* ════════════════════════════
   DIVIDER
════════════════════════════ */
.divider { height: 1px; background: #eee; margin: 20px 16px; }

/* ════════════════════════════
   DISCLAIMER
════════════════════════════ */
.disclaimer {
  padding: 16px;
  font-size: 11px;
  color: #aaa;
  line-height: 1.6;
  border-top: 1px solid #eee;
}

/* ════════════════════════════
   STICKY TIMER BAR (bottom)
════════════════════════════ */
.timer-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #1a1a2e;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 0 -4px 20px rgba(0,0,0,.35);
}
.timer-left { flex: 1; min-width: 0; }
.timer-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #888;
  display: block;
  margin-bottom: 2px;
}
.timer-digits {
  display: flex;
  align-items: center;
  gap: 4px;
}
.timer-unit { text-align: center; }
.timer-num {
  background: #f0c040;
  color: #1a1a2e;
  font-size: 18px;
  font-weight: 900;
  width: 36px; height: 36px;
  border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  font-variant-numeric: tabular-nums;
}
.timer-lbl { font-size: 9px; color: #666; letter-spacing: .06em; text-transform: uppercase; margin-top: 2px; }
.timer-sep { font-size: 18px; font-weight: 900; color: #f0c040; padding-bottom: 14px; }
.timer-cta {
  flex-shrink: 0;
}
.timer-cta a {
  display: block;
  background: #c8102e;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 12px 16px;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
  line-height: 1.3;
  white-space: nowrap;
  box-shadow: 0 3px 10px rgba(200,16,46,.5);
}
.timer-stock {
  font-size: 10px;
  color: #f0c040;
  text-align: center;
  margin-top: 3px;
  font-weight: 700;
}

/* ════════════════════════════
   RESPONSIVE
════════════════════════════ */
@media (max-width: 420px) {
  .hook-section h1 { font-size: 22px; }
  .timer-num { width: 30px; height: 30px; font-size: 15px; }
  .timer-cta a { font-size: 11px; padding: 10px 12px; }
}
