/* FrictionList SEO/AEO content page extensions
   Assumes the redesigned /styles.css is already present.
*/
.answer-page .hero { padding-bottom: 44px; }
.answer-page .lede { max-width: 760px; }
.answer-page .answer-summary {
  margin-top: 24px;
  padding: 22px 24px;
  border: 1px solid var(--line, #D0E5D4);
  border-radius: 16px;
  background: #FFFFFF;
}
.answer-page .answer-summary strong { color: var(--ink, #24322A); }
.answer-page .toc {
  display: flex;
  gap: 10px 18px;
  flex-wrap: wrap;
  margin-top: 24px;
  font-size: .92rem;
}
.answer-page .toc a { color: var(--ink, #24322A); text-underline-offset: 3px; }
.answer-page .content-wrap { max-width: 860px; margin: 0 auto; }
.answer-page .content-section {
  padding: 56px 24px;
  border-top: 1px solid var(--line, #D0E5D4);
}
.answer-page .content-section h2 { margin-bottom: 14px; }
.answer-page .content-section h3 { margin-top: 28px; margin-bottom: 8px; }
.answer-page details {
  border-top: 1px solid var(--line, #D0E5D4);
  padding: 18px 0;
}
.answer-page details:last-child { border-bottom: 1px solid var(--line, #D0E5D4); }
.answer-page summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--ink, #24322A);
  list-style-position: outside;
}
.answer-page details p,
.answer-page details ul { margin: 12px 0 0; color: var(--soft, #465A4C); }
.answer-page .compare {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: .95rem;
}
.answer-page .compare th,
.answer-page .compare td {
  padding: 14px 12px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line, #D0E5D4);
}
.answer-page .compare th { color: var(--ink, #24322A); }
.answer-page .callout-lite {
  margin: 28px 0;
  padding: 22px 24px;
  border-left: 4px solid var(--accent, #FF7550);
  background: #FFFFFF;
}
.answer-page .workflow {
  counter-reset: workflow;
  display: grid;
  gap: 14px;
  margin: 24px 0;
}
.answer-page .workflow-step {
  position: relative;
  padding: 20px 20px 20px 62px;
  border: 1px solid var(--line, #D0E5D4);
  border-radius: 14px;
  background: #FFFFFF;
}
.answer-page .workflow-step::before {
  counter-increment: workflow;
  content: counter(workflow);
  position: absolute;
  left: 18px;
  top: 18px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  background: var(--ink, #24322A);
  color: white;
}
.answer-page .workflow-step h3 { margin: 0 0 6px; }
.answer-page .meta-note {
  font-size: .84rem;
  color: var(--soft, #465A4C);
}
@media (max-width: 720px) {
  .answer-page .compare { display: block; overflow-x: auto; }
  .answer-page .content-section { padding: 44px 20px; }
}
.answer-page .content-section h2 { font-size:clamp(1.8rem,3.4vw,2.7rem);letter-spacing:-.04em;line-height:1.12; }
.answer-page .content-section p,.answer-page .content-section li { color:var(--soft); }
.answer-page .content-section strong { color:var(--ink); }
.answer-page .answer-summary { line-height:1.65; }
.answer-page .answer-summary a,.answer-page .content-section a:not(.btn) { color:var(--green);font-weight:700; }
.answer-page .answer-summary a:hover,.answer-page .content-section a:not(.btn):hover { color:var(--accent-dark); }
.answer-page .toc a:hover { color:var(--accent-dark); }
.answer-page .compare { min-width:0; }
.answer-page .workflow-step h3 { color:var(--ink); }
.answer-page .hero .meta-note { font-size:.84rem;margin-top:16px; }
@media (max-width:720px) { .answer-page .compare { min-width:720px;display:table; } .answer-page .content-section:has(.compare) { overflow-x:auto; } }
