/* ReadPlay Atelier — Reading Hub article styles (shared by all cornerstone articles) */
.rpa-article-hero {
  background: linear-gradient(180deg, #fff 0%, #fbf8f1 100%);
  border-bottom: 2px solid #f0e9dc;
  text-align: center;
  padding: 84px 0 66px;
}
.rpa-backhub {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 1.35rem;
  font-family: "Nunito", sans-serif;
  font-weight: 900;
  font-size: 0.9rem;
  color: #427aa1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.rpa-backhub:hover { color: #064789; }
.rpa-article-kicker {
  font-family: "Caveat", cursive;
  font-size: 1.6rem;
  font-weight: 700;
  color: #679436;
  margin: 0 0 0.3rem;
}
.rpa-article-hero h1 {
  font-family: "Fredoka One", sans-serif;
  color: #064789;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 1.12;
  letter-spacing: -0.01em;
  max-width: 900px;
  margin: 0 auto 0.75rem;
}
.rpa-article-byline {
  font-family: "Caveat", cursive;
  font-size: 1.35rem;
  font-weight: 700;
  color: #d87c74;
}
.rpa-article-byline .dot { color: #e8b262; margin: 0 0.35rem; }

.rpa-article-body {
  max-width: 780px;
  margin: 0 auto;
  padding: 44px 0 20px;
}
.rpa-article-body p {
  font-size: 1.1rem;
  line-height: 1.78;
  color: #3f4f3a;
  margin: 0 0 1.25rem;
}
.rpa-article-body strong { color: #064789; }
.rpa-article-body a {
  color: #064789;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(6, 71, 137, 0.35);
  font-weight: 800;
}
.rpa-article-body a:hover { text-decoration-color: #064789; }
.rpa-article-body h2 {
  font-family: "Fredoka One", sans-serif;
  color: #064789;
  font-size: clamp(1.6rem, 3vw, 2.05rem);
  line-height: 1.15;
  margin: 2.2rem 0 0.7rem;
}
.rpa-article-body ul {
  margin: 0 0 1.35rem 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 0.7rem;
}
.rpa-article-body ul li {
  position: relative;
  padding-left: 26px;
  font-size: 1.07rem;
  line-height: 1.68;
  color: #3f4f3a;
}
.rpa-article-body ul li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.62em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e8b262;
}
.rpa-article-body ol {
  margin: 0 0 1.35rem;
  padding-left: 24px;
  display: grid;
  gap: 0.7rem;
}
.rpa-article-body ol li {
  font-size: 1.07rem;
  line-height: 1.68;
  color: #3f4f3a;
  padding-left: 4px;
}

/* "Start here: Free Reading Check" CTA band — appears in every article */
.rpa-cta {
  margin: 2.6rem 0;
  padding: 30px 28px;
  border-radius: 26px;
  background: #fdf8f0;
  border: 2px solid #eee2cf;
  border-top: 8px solid #e8b262;
  text-align: left;
}
.rpa-cta-kicker {
  font-family: "Caveat", cursive;
  font-size: 1.5rem;
  font-weight: 700;
  color: #d87c74;
  margin: 0 0 0.3rem;
}
.rpa-cta h3 {
  font-family: "Fredoka One", sans-serif;
  color: #064789;
  font-size: 1.6rem;
  margin: 0 0 0.4rem;
}
.rpa-cta p {
  font-size: 1.05rem;
  line-height: 1.65;
  color: #52664b;
  margin: 0 0 1.2rem;
}
.rpa-cta .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.8rem 1.5rem;
  border-radius: 999px;
  font-family: "Fredoka One", sans-serif;
  font-size: 1rem;
  background: #679436;
  color: #fff;
  box-shadow: 0 9px 22px rgba(103, 148, 54, 0.22);
  text-decoration: none;
  transition: transform 0.18s;
}
.rpa-cta .btn:hover { transform: translateY(-2px); }

/* Down-funnel product link ("go deeper") inside/after CTA */
.rpa-cta .rpa-go-deeper {
  display: block;
  margin-top: 0.9rem;
  font-size: 0.98rem;
  font-weight: 800;
  color: #064789;
}

/* "At their stage" cross-link band */
.rpa-stagelinks {
  margin: 1.4rem 0 0;
  padding: 26px 26px 20px;
  border-radius: 24px;
  background: #f8fbfd;
  border: 2px solid #dce6ef;
}
.rpa-stagelinks h3 {
  font-family: "Fredoka One", sans-serif;
  color: #064789;
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
}
.rpa-stagelinks p { margin: 0 0 0.9rem; font-size: 1rem; color: #52664b; }
.rpa-stagelinks .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 48px;
  padding: 0.75rem 1.3rem;
  border-radius: 999px;
  font-family: "Nunito", sans-serif;
  font-weight: 900;
  font-size: 0.95rem;
  color: #064789;
  background: #fff;
  border: 2px solid #dce6ef;
  text-decoration: none;
  margin: 0 0.45rem 0.7rem 0;
}
.rpa-stagelinks .btn:hover { border-color: #064789; }

/* Sibling "Keep reading" related cards */
.rpa-related {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 2px solid #f0e9dc;
}
.rpa-related > h3 {
  font-family: "Caveat", cursive;
  font-size: 1.6rem;
  font-weight: 700;
  color: #679436;
  margin: 0 0 0.9rem;
}
.rpa-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}
.rpa-related-card {
  display: block;
  border: 2px solid #dce6ef;
  border-top: 6px solid #e8b262;
  border-radius: 22px;
  padding: 20px;
  background: #fff;
  text-decoration: none;
  transition: transform 0.18s, box-shadow 0.18s;
}
.rpa-related-card:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(6, 71, 137, 0.1); }
.rpa-related-card small {
  display: block;
  font-family: "Caveat", cursive;
  font-size: 1.1rem;
  font-weight: 700;
  color: #679436;
  margin-bottom: 0.25rem;
}
.rpa-related-card strong {
  display: block;
  font-family: "Fredoka One", sans-serif;
  font-size: 1.08rem;
  color: #064789;
  line-height: 1.3;
}
.rpa-related-card span {
  display: block;
  margin-top: 0.6rem;
  font-size: 0.92rem;
  font-weight: 900;
  color: #679436;
}

@media (max-width: 560px) {
  .rpa-article-hero { padding: 56px 0 44px; }
  .rpa-article-body { padding: 28px 0 10px; }
}
