/* Page spacing aligns the approved calculator with its editorial surroundings. */
#toolFoot .method-content,
#toolFoot .method-content p {
  font-family: var(--body);
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-soft);
}
#toolFoot .method-content p { margin: 12px 0 20px; }
#toolFoot .method-content :is(b, span, a) { font-size: inherit; line-height: inherit; }
.ft-wrap > .ft-crumb,
.ft-wrap > .grid,
.ft-wrap > #toolFoot,
.profit-page-intro,
.profit-page-content {
  width: min(1440px, calc(100% - 64px));
  margin-inline: auto;
}
.ft-wrap > .ft-crumb { padding-block: 18px 16px; font-size: 13px; }
.profit-page-intro { padding-block: 4px 0; }
.profit-page-kicker { margin: 0 0 12px; color: var(--text-soft); font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.profit-page-intro h1 { margin: 0; font-size: clamp(38px, 4.5vw, 62px); line-height: 1.02; }
.profit-page-intro > p:last-child { margin: 14px 0 0; max-width: 70ch; color: var(--text-soft); font-size: 16px; line-height: 1.6; }
.profit-page-content { padding-block: 44px 48px; }
.profit-page-content h2 { font-size: clamp(32px, 3.2vw, 46px); line-height: 1.06; margin: 0; }
.profit-page-content p { line-height: 1.65; }
.profit-example { display: grid; grid-template-columns: 1fr 1fr; gap: 32px 64px; align-items: center; padding-block: 34px; border-top: 1px solid var(--border); }
.profit-example-copy > p:not(.profit-page-kicker) { max-width: 52ch; margin: 18px 0 10px; color: var(--text-soft); font-size: 15px; }
.profit-text-link { display: inline-flex; align-items: center; gap: 12px; padding-block: 12px; color: var(--text); text-underline-offset: 5px; text-decoration-color: #bc452f; font-size: 14px; }
.profit-text-link span { flex: none; }
.profit-example-figure { margin: 0; padding: 28px; background: var(--panel); border-radius: 4px; }
.profit-example-figure figcaption { font-size: 15px; font-weight: 600; }
.profit-example-figure figcaption > span { display: block; font-size: 12px; font-weight: 400; color: var(--text-soft); margin-top: 4px; }
.profit-example-math { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; margin: 24px 0 18px; }
.profit-example-math dt { font-size: 12px; color: var(--text-soft); }
.profit-example-math dd { margin: 8px 0 0; font: 600 clamp(38px,4vw,56px)/1 var(--disp); }
.profit-example-math > div:last-child dd { color: var(--text); }
.profit-example-bar { display: flex; height: 10px; gap: 3px; }
.profit-example-bar span:first-child { width: 62.5%; background: #819582; }
.profit-example-bar span:last-child { width: 37.5%; background: #28332d; }
.profit-example-takeaway { margin: 18px 0 0; font-size: 13px; }
.profit-example-takeaway strong, .profit-example-takeaway span { display: block; }
.profit-example-takeaway span { margin-top: 4px; color: var(--text-soft); }
.profit-faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 28px 64px; padding-block: 38px; border-top: 1px solid var(--border); }
.profit-faq-list details { border-bottom: 1px solid var(--border); }
.profit-faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 64px; padding: 14px 0; font-size: 16px; font-weight: 600; line-height: 1.5; cursor: pointer; list-style: none; }
.profit-faq-list summary::-webkit-details-marker { display: none; }
.profit-faq-list summary::after { content: '+'; font-size: 22px; font-weight: 400; flex: none; }
.profit-faq-list details[open] summary::after { content: '−'; }
.profit-faq-list summary:focus-visible { outline: 2px solid #bc452f; outline-offset: 4px; }
.profit-faq-list details p { margin: 0 0 18px; max-width: 68ch; color: var(--text-soft); font-size: 15px; }
.profit-faq-list details .profit-text-link { padding-top: 0; padding-bottom: 18px; }
.profit-next { display: flex; align-items: center; justify-content: space-between; gap: 28px 48px; background: #26352e; color: #f5f3ed; padding: 32px; border-radius: 4px; }
.profit-next .profit-page-kicker { color: #d4dfd5; }
.profit-next h2 { max-width: 22ch; color: #f5f3ed; }
.profit-next p:last-child { max-width: 60ch; margin: 14px 0 0; font-size: 15px; color: #d4dfd5; }
.profit-next-link { display: inline-flex; justify-content: space-between; align-items: center; gap: 32px; min-height: 48px; padding: 8px 0; border-bottom: 1px solid #e7b494; color: #f5f3ed; text-decoration: none; font-size: 15px; font-weight: 600; flex-shrink: 0; }
.profit-next-link span { color: #e7b494; }
.cinema.free-tools .profit-next-link:focus-visible { outline-color: #e7b494; }
@media(max-width: 820px) {
  .profit-example, .profit-faq { grid-template-columns: 1fr; gap: 24px; }
  .profit-next { align-items: flex-start; flex-direction: column; }
}
@media(max-width: 600px) {
  .ft-wrap > .ft-crumb, .ft-wrap > .grid, .ft-wrap > #toolFoot, .profit-page-intro, .profit-page-content { width: calc(100% - 40px); }
  .ft-wrap > .ft-crumb { font-size: 12px; gap: 0 8px; padding-block: 14px; }
  .profit-page-intro h1 { font-size: 40px; }
  .profit-page-intro > p:last-child { font-size: 15px; margin-top: 12px; }
  .profit-page-kicker { font-size: 11px; margin-bottom: 10px; }
  .profit-page-content { padding-block: 28px 32px; }
  .profit-example, .profit-faq { padding-block: 26px; }
  .profit-example-figure { padding: 20px; }
  .profit-example-math { gap: 8px; }
  .profit-example-math dt { font-size: 11px; }
  .profit-next { padding: 24px; gap: 18px; }
  .profit-faq-list summary { gap: 16px; font-size: 15px; }
}
