/* ============================================================
   Focus Foundations — book landing (pattern focus-foundations)
   LS look (blue/orange, Lexend/Fredoka via .ls-pattern). Class
   prefix ls-ff-. Loads site-wide, scoped by the prefix.
   ============================================================ */
.ls-ff-in { max-width: var(--container-lg); margin: 0 auto; padding: 0 32px; }
.ls-ff-sec { padding: 76px 0; }
.ls-ff-eyebrow {
  font: var(--font-eyebrow); text-transform: uppercase; letter-spacing: var(--tracking-caps);
  color: var(--orange-500); margin: 0 0 12px;
}
.ls-ff-h2 { font: var(--font-h1); color: var(--text-strong); margin: 0 0 14px; max-width: 20ch; }
.ls-ff-lead { font: var(--font-body-md); font-size: var(--text-lg); color: var(--text-body); max-width: 60ch; margin: 0 0 8px; }

/* buttons */
.ls-ff-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font: var(--font-label); font-weight: var(--weight-semibold); font-size: 1.02rem;
  padding: 15px 30px; border-radius: var(--radius-pill); text-decoration: none;
  transition: filter var(--dur-fast) var(--ease-out), transform var(--dur-fast) var(--ease-out);
}
.ls-ff-btn:active { transform: scale(0.97); }
.ls-ff-btn--primary { background: var(--blue-500); color: #fff; box-shadow: var(--shadow-md); }
.ls-ff-btn--primary:hover { filter: brightness(0.94); }
.ls-ff-btn--ghost { background: transparent; color: var(--blue-700); border: 2px solid var(--blue-200); }
.ls-ff-btn--ghost:hover { background: var(--blue-50); }
.ls-ff-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }
.ls-ff-cta--center { justify-content: center; }

/* hero */
.ls-ff-hero { background: linear-gradient(180deg, var(--blue-50), var(--surface-card)); padding: 92px 0 84px; text-align: center; }
.ls-ff-hero__in { max-width: var(--container-md); }
.ls-ff-cover {
  width: 240px; max-width: 62%; height: auto; display: block; margin: 0 auto 24px;
  border-radius: var(--radius-md); box-shadow: var(--shadow-lg);
}
.ls-ff-badge {
  display: inline-block; font: var(--font-eyebrow); text-transform: uppercase; letter-spacing: var(--tracking-caps);
  color: var(--blue-700); background: var(--blue-100); padding: 6px 14px; border-radius: var(--radius-pill); margin-bottom: 18px;
}
.ls-ff-h1 { font: var(--font-hero); color: var(--text-strong); margin: 0 0 16px; }
.ls-ff-tag { font-family: var(--font-display); font-weight: var(--weight-medium); font-size: var(--text-xl); line-height: var(--leading-snug); color: var(--blue-700); max-width: 26ch; margin: 0 auto 16px; }
.ls-ff-sub { font: var(--font-body-md); font-size: var(--text-lg); color: var(--text-body); max-width: 56ch; margin: 0 auto; }
.ls-ff-hero .ls-ff-cta { justify-content: center; }

/* email opt-in gate */
.ls-ff-optin { background: var(--blue-50); text-align: center; }
.ls-ff-optin__in { max-width: var(--container-md); }
.ls-ff-optin .ls-ff-h2 { margin: 0 auto 12px; max-width: none; }
.ls-ff-optin .ls-ff-lead { margin: 0 auto 24px; }
.ls-ff-formslot { background: var(--surface-card); border: 1px dashed var(--border-strong); border-radius: var(--radius-lg); padding: 26px; color: var(--text-muted); font: var(--font-body-base); max-width: 540px; margin: 0 auto; text-align: left; }
.ls-ff-formslot code { background: var(--ink-100); padding: 1px 6px; border-radius: 4px; font-size: 0.9em; }
.ls-ff-optin__micro { font: var(--font-label); color: var(--text-muted); margin: 14px 0 0; }

/* thank-you / deliver page */
.ls-ff-ty__check {
  width: 66px; height: 66px; margin: 0 auto 18px; border-radius: 50%;
  background: var(--green-500); display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 20px rgba(92,161,85,0.35);
}
.ls-ff-ty__note { font: var(--font-label); color: var(--text-muted); margin: 20px auto 0; max-width: 46ch; }
.ls-ff-ty-next { background: var(--surface-page); text-align: center; }
.ls-ff-ty-next .ls-ff-h2 { margin: 0 auto 12px; max-width: 24ch; }
.ls-ff-ty-next .ls-ff-lead { margin: 0 auto 24px; }

/* two ways — cards */
.ls-ff-ways { background: var(--surface-page); text-align: center; }
.ls-ff-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 32px; text-align: left; }
.ls-ff-card {
  background: var(--surface-card); border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl); padding: 32px 30px; box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; align-items: flex-start;
}
.ls-ff-card--free { border-top: 4px solid var(--green-500); }
.ls-ff-card h3 { font: var(--font-h3); color: var(--text-strong); margin: 0 0 8px; }
.ls-ff-card p { font: var(--font-body-base); color: var(--text-body); margin: 0 0 20px; }
.ls-ff-card .ls-ff-btn { margin-top: auto; }

/* what's inside — list */
.ls-ff-inside { background: var(--surface-card); }
.ls-ff-list { list-style: none; margin: 26px 0 0; padding: 0; display: grid; gap: 12px; max-width: 62ch; }
.ls-ff-list li {
  position: relative; padding-left: 34px; font: var(--font-body-md); color: var(--text-body);
}
.ls-ff-list li::before {
  content: ""; position: absolute; left: 0; top: 4px; width: 22px; height: 22px; border-radius: 50%;
  background: var(--green-500) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/14px no-repeat;
}
.ls-ff-note { font-family: var(--font-display); font-style: italic; font-size: var(--text-lg); color: var(--blue-700); margin: 28px 0 0; }

/* toolkit — dark blue band */
.ls-ff-toolkit { background: linear-gradient(155deg, var(--blue-900), var(--blue-700)); color: var(--blue-100); }
.ls-ff-toolkit .ls-ff-h2 { color: #fff; }
.ls-ff-toolkit p { font: var(--font-body-md); color: var(--blue-100); max-width: 64ch; margin: 0 0 16px; }
.ls-ff-eyebrow--onblue { color: var(--yellow-400); }

/* final CTA */
.ls-ff-final { background: var(--surface-page); text-align: center; }
.ls-ff-final .ls-ff-h2 { margin-left: auto; margin-right: auto; }
.ls-ff-bio { font: var(--font-label); color: var(--text-muted); margin: 30px auto 0; max-width: 52ch; }

@media (max-width: 760px) {
  .ls-ff-cards { grid-template-columns: 1fr; }
  .ls-ff-h2, .ls-ff-tag { max-width: none; }
}
