/* RochaStack Afiliados — Layout Editorial News Theme */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body.editorial-news-theme {
  margin: 0;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: #111827;
  background-color: #fcfbf9;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
ul { margin: 0; padding: 0; list-style: none; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, p { margin: 0; }

:root {
  --primary: #1d4ed8;
  --primary-dark: #1e40af;
  --ink: #111827;
  --paper-bg: #fcfbf9;
  --border: #e5e7eb;
  --text-muted: #4b5563;
}

.container {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Masthead */
.masthead {
  background: #111827;
  color: #f3f4f6;
  padding: 12px 0;
  border-bottom: 3px solid var(--primary);
  font-size: 13px;
}
.masthead__inner { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.masthead__brand-box { display: flex; align-items: center; gap: 12px; }
.masthead__brand { font-family: 'Newsreader', serif; font-size: 20px; font-weight: 800; letter-spacing: -0.02em; color: #ffffff; }
.masthead__tag { background: #dc2626; color: #fff; font-size: 10px; font-weight: 800; padding: 2px 8px; border-radius: 4px; letter-spacing: 0.05em; }
.masthead__meta { color: #9ca3af; font-size: 12px; }

/* Article Hero */
.hero { padding: 36px 0 24px; }
.eyebrow--news { color: var(--primary); font-weight: 800; font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 12px; }
.headline {
  font-family: 'Newsreader', serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.15;
  color: var(--ink);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.headline mark { background: #fef08a; color: var(--ink); padding: 0 4px; }
.lede { font-size: 20px; color: var(--text-muted); line-height: 1.5; margin-bottom: 24px; font-weight: 500; }

.hero-figure { margin: 0 0 32px; }
.hero-figure img { border-radius: 12px; width: 100%; box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.hero-figure figcaption { font-size: 13px; color: #6b7280; margin-top: 8px; text-align: center; font-style: italic; }

/* Prose Content */
.prose { margin-bottom: 36px; }
.prose__title, .prose h2 {
  font-family: 'Newsreader', serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 14px;
  border-bottom: 2px solid var(--border);
  padding-bottom: 8px;
}
.prose__body, .prose p { color: var(--ink); font-size: 17px; margin-bottom: 16px; }

.prose-list, .checklist { padding-left: 20px; }
.prose-list li, .checklist li { font-size: 17px; margin-bottom: 10px; color: var(--ink); }
.check-mark { color: var(--primary); font-weight: 800; }

/* Pull Quotes */
.pull-quote {
  border-left: 4px solid var(--primary);
  background: #f3f4f6;
  padding: 20px 24px;
  margin: 24px 0;
  border-radius: 0 12px 12px 0;
}
.pull-quote p { font-family: 'Newsreader', serif; font-size: 20px; font-style: italic; color: var(--ink); margin-bottom: 8px; }
.pull-quote cite { font-size: 13px; color: #6b7280; font-style: normal; font-weight: 600; }

/* Gallery & Before-After */
.editorial-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 12px; }
.editorial-gallery__item img { border-radius: 8px; width: 100%; aspect-ratio: 4/3; object-fit: cover; }

.editorial-ba { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.editorial-ba__card { position: relative; border-radius: 10px; overflow: hidden; }
.editorial-ba__card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.ba-label { position: absolute; top:8px; left:8px; background:#4b5563; color:#fff; font-size:11px; font-weight:800; padding:2px 8px; border-radius:4px; }
.ba-label--after { background: var(--primary); }
.editorial-ba__caption { text-align: center; font-size: 13px; color: #6b7280; margin-top: 8px; }

/* Offer Box */
.offer-box {
  background: #ffffff;
  border: 2px solid var(--primary);
  border-radius: 18px;
  padding: 36px;
  margin: 48px 0;
  box-shadow: 0 16px 40px rgba(29, 78, 216, 0.12);
  text-align: center;
}
.offer-box__subtitle { font-family: 'Newsreader', serif; font-size: 28px; font-weight: 800; color: var(--ink); margin-bottom: 20px; }
.offer-box__price { margin-bottom: 20px; }
.offer-box__now { font-family: 'Newsreader', serif; font-size: 44px; font-weight: 800; color: var(--primary); margin: 4px 0; }

.countdown { display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 24px; font-weight: 700; color: var(--primary-dark); }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 10px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  cursor: pointer;
  width: 100%;
  transition: all 0.2s ease;
}
.btn--cta { background: linear-gradient(180deg, var(--primary), var(--primary-dark)); color: #fff; box-shadow: 0 8px 20px rgba(29, 78, 216, 0.3); }
.btn--cta:hover { transform: translateY(-2px); }
.btn--cta-outline { background: transparent; border: 2px solid var(--primary); color: var(--primary); }

.offer-box__extra { color: #6b7280; font-size: 13px; margin-top: 12px; font-weight: 600; }
.offer-box__urgency { color: #dc2626; font-weight: 700; font-size: 14px; margin-top: 16px; }

/* Kits Table */
.kits-table-wrapper { margin-top: 24px; text-align: left; }
.kits-table { width: 100%; border-collapse: collapse; }
.kits-table td { padding: 12px; border-bottom: 1px solid var(--border); font-size: 15px; }
.link-cta { color: var(--primary); font-weight: 800; text-decoration: underline; }

/* Cross Sell */
.cross-sell { background: #eff6ff; border: 1px dashed #93c5fd; border-radius: 14px; padding: 24px; text-align: center; margin: 32px 0; }
.cross-sell__name { font-family: 'Newsreader', serif; font-size: 22px; font-weight: 700; color: var(--ink); margin: 6px 0; }
.cross-sell__price { font-size: 22px; font-weight: 800; color: var(--primary); margin-bottom: 12px; }

/* Guarantee & Footnote */
.guarantee-box { background: #f3f4f6; border-radius: 12px; padding: 20px; text-align: center; font-size: 15px; }
.footnote { background: #f3f4f6; border-radius: 12px; padding: 24px; font-size: 13px; color: #6b7280; margin-top: 40px; }
.footnote h3 { font-size: 15px; color: var(--ink); margin-bottom: 8px; }

/* Footer */
.footer { background: var(--ink); color: #9ca3af; padding: 32px 0 90px; font-size: 12px; text-align: center; }
.footer a { color: #fff; }

.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
  background: var(--primary); color: #fff; text-align: center; padding: 14px; font-weight: 800;
  transform: translateY(100%); transition: transform 0.2s ease;
}
.sticky-cta.is-visible { transform: translateY(0); }

@media (min-width: 768px) {
  .headline { font-size: 48px; }
  .sticky-cta { display: none; }
}
