.course-guide h1,
.course-guide h2 {
  font-family: "Source Serif Pro", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-wrap: balance;
}
.course-guide {
  --guide-ink: #262626;
  --guide-muted: #737373;
  --guide-line: #e5e5e5;
  --guide-paper: #ffffff;
  --guide-selected: rgb(23 23 23 / 6%);
  --guide-dark: #ef4444;
  color: var(--guide-ink);
  padding-bottom: 48px;
}
.course-guide h1 {
  font-size: clamp(2.7rem, 5.5vw, 4.75rem);
  line-height: 1.06;
}
.course-guide h2 {
  font-size: clamp(2rem, 3.3vw, 3rem);
  line-height: 1.12;
}
.guide-eyebrow {
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.13em;
  line-height: 1.6;
}
.guide-tiny-mark {
  display: inline-block;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 8px;
}
.guide-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.guide-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  background: var(--guide-dark);
  color: #fff !important;
  border: 1px solid transparent;
  border-radius: 9px;
  padding: 16px 22px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  box-shadow: 0 3px 0 #b91c1c;
  transition:
    transform 0.18s,
    background 0.18s;
}
.guide-button:hover {
  background: #f35656;
  transform: translateY(-2px);
}
.guide-button span {
  font-size: 21px;
}
.guide-text-link {
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  text-underline-offset: 5px;
}
@media (hover: hover) {
  .guide-text-link:hover {
    text-decoration: underline;
  }
}
.guide-free {
  font-size: 12px;
  margin-top: 21px;
  color: var(--guide-muted);
}
.guide-free span {
  margin-right: 6px;
  color: #ef4444;
}
.guide-stat-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 25px 0;
  border-top: 1px solid var(--guide-line);
  border-bottom: 1px solid var(--guide-line);
  font-size: 12px;
  color: var(--guide-muted);
}
.guide-stat-strip strong {
  font-size: 20px;
  color: var(--guide-ink);
  margin-right: 5px;
}
.guide-stat-strip > a {
  font-weight: 650;
  color: var(--guide-ink);
}
.guide-curriculum {
  padding: 88px 0 68px;
  scroll-margin-top: 100px;
}
.guide-section-heading {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 50px;
  align-items: end;
  margin-bottom: 48px;
}
.guide-section-heading h2 {
  max-width: 650px;
  margin: 13px 0 17px;
}
.guide-section-heading > div > p:last-child {
  color: var(--guide-muted);
  line-height: 1.7;
  font-size: 14px;
  max-width: 600px;
}
.guide-progress {
  padding: 19px;
  background: #f5f5f5;
  border: 1px solid var(--guide-line);
  border-radius: 10px;
  font-size: 11px;
}
.guide-progress-heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
}
.guide-progress p {
  font-size: 10px;
  line-height: 1.5;
  color: var(--guide-muted);
  margin-top: 9px;
}
.guide-progress progress {
  display: block;
  width: 100%;
  height: 6px;
  margin-top: 13px;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #e5e5e5;
  accent-color: #ef4444;
}
.guide-progress progress::-webkit-progress-bar {
  background: #e5e5e5;
}
.guide-progress progress::-webkit-progress-value {
  background: #ef4444;
  border-radius: 10px;
  transition: width 0.25s;
}
.guide-phase {
  margin-top: 35px;
}
.guide-phase > h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
.guide-phase > h3 > span {
  font-size: 10px;
  border: 1px solid var(--guide-line);
  border-radius: 5px;
  padding: 4px 6px;
  color: var(--guide-muted);
}
.guide-chapter-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.guide-chapter-card {
  display: flex;
  flex-direction: column;
  padding: 25px;
  background: var(--guide-paper);
  border: 1px solid var(--guide-line);
  border-radius: 12px;
  transition:
    border-color 0.18s,
    transform 0.18s,
    box-shadow 0.18s;
  text-decoration: none !important;
}
.guide-chapter-card:hover {
  border-color: #fca5a5;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px #17171708;
}
.guide-card-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
}
.guide-chapter-number {
  font-family: "Source Serif Pro", Georgia, serif;
  font-size: 30px;
  color: #ef4444;
  letter-spacing: -0.04em;
}
.guide-card-time {
  font-size: 10px;
  color: var(--guide-muted);
  margin-left: auto;
}
.guide-card-arrow {
  font-size: 20px;
}
.guide-chapter-card h4 {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.025em;
  font-weight: 600;
  margin-bottom: 12px;
}
.guide-chapter-card > p {
  color: var(--guide-muted);
  font-size: 12px;
  line-height: 1.8;
  flex: 1;
}
.guide-card-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--guide-line);
  margin-top: 23px;
  padding-top: 16px;
  font-size: 11px;
  font-weight: 600;
}
.guide-story {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  border-top: 1px solid var(--guide-line);
  padding: 80px 0;
}
.guide-story-heading {
  align-self: start;
  position: sticky;
  top: 110px;
}
.guide-story-heading h2 {
  margin: 18px 0 30px;
}
.guide-story-heading > p:last-child {
  font-size: 12px;
  line-height: 1.8;
  color: var(--guide-muted);
  max-width: 300px;
}
.guide-faq {
  padding: 65px 0;
  border-top: 1px solid var(--guide-line);
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
}
.guide-prose details {
  border-bottom: 1px solid var(--guide-line);
  padding: 18px 0;
}
.guide-prose summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
}
.guide-prose details p {
  font-size: 14px;
}
.guide-final-cta {
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-radius: 18px;
  text-align: center;
  padding: 60px 24px;
  margin-top: 35px;
}
.guide-final-cta h2 {
  max-width: 650px;
  margin: 15px auto;
}
.guide-final-cta > p {
  max-width: 520px;
  margin: 0 auto 25px;
  color: var(--guide-muted);
  font-size: 14px;
  line-height: 1.7;
}
.guide-reader-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
  padding: 24px 0;
  border-bottom: 1px solid var(--guide-line);
  font-size: 12px;
  font-weight: 550;
}
.guide-chapter-hero {
  position: relative;
  isolation: isolate;
  max-width: 900px;
  margin: 60px auto 55px;
  text-align: center;
  overflow: visible;
}
.guide-chapter-hero h1 {
  font-size: clamp(2.5rem, 4.6vw, 4rem);
  margin: 20px 0 27px;
}
.guide-chapter-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
}
.guide-reading-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(240px, 300px);
  gap: 48px 40px;
  justify-content: center;
}
.guide-toc-rail {
  align-self: start;
  position: sticky;
  top: calc(var(--app-header-height, 72px) + 1.5rem);
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-height: calc(100dvh - var(--app-header-height, 72px) - 2rem);
}
.guide-inline-cta {
  display: none;
  max-width: 28rem;
  margin: 2.5rem auto 0;
}
.guide-try-cta {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 1001px) {
  .guide-mobile-toc {
    display: none;
  }
}
.guide-prose {
  font-size: 16px;
  line-height: 1.85;
  min-width: 0;
  overflow-wrap: anywhere;
}
.guide-prose .lexxy-content {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.guide-prose p {
  margin: 0 0 1.2em;
}
.guide-prose h2 {
  font-size: 30px;
  line-height: 1.25;
  margin: 2em 0 0.8em;
  scroll-margin-top: 110px;
}
.guide-prose h3 {
  font-size: 21px;
  line-height: 1.4;
  font-weight: 650;
  margin: 1.7em 0 0.8em;
  scroll-margin-top: 110px;
}
.guide-prose
  #course-guide-content
  a:not(.guide-button):not(.guide-next):not(.guide-to-do-complete):not(.w-tab-link):not([role="button"]) {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: inherit;
}
.guide-prose img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.guide-prose figure {
  margin: 28px 0;
}
.guide-prose figcaption {
  font-size: 12px;
  line-height: 1.6;
  color: var(--guide-muted);
  text-align: center;
}
.guide-prose .w-richtext-align-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.guide-prose .w-richtext-align-center > div {
  display: flex;
  justify-content: center;
  width: 100%;
}
.guide-prose .w-richtext-align-center img {
  display: block;
  margin-inline: auto;
}
.guide-prose blockquote {
  margin: 25px 0;
  background: #fafafa;
  border-left: 3px solid #f87171;
  padding: 22px 26px;
  border-radius: 0 9px 9px 0;
  font-size: 15px;
}
.guide-prose ul:not(:has(> li[role="checkbox"])),
.guide-prose ol {
  padding-left: 25px;
  margin-bottom: 24px;
}
.guide-prose ul:not(:has(> li[role="checkbox"])) {
  list-style: disc;
}
.guide-prose ol {
  list-style: decimal;
}
.guide-prose li:not([role="checkbox"]) {
  padding-left: 3px;
  margin: 7px 0;
}
.guide-prose li[role="checkbox"]::before,
.guide-prose li[role="checkbox"]::after {
  inset-block-start: calc((1lh - var(--lexxy-checklist-marker-size, 1rem)) / 2);
}
.guide-chapter-hero .guide-letter {
  max-width: 720px;
  margin: 32px auto 0;
  overflow: hidden;
  border: 1px solid var(--guide-line);
  border-radius: 20px;
  background: var(--guide-paper);
  box-shadow: 0 8px 36px rgb(23 23 23 / 4%);
  text-align: left;
}
.guide-intro {
  padding: 32px 48px 40px;
  font-size: 17px;
  line-height: 1.85;
  color: var(--guide-ink);
  text-wrap: pretty;
}
.guide-intro .lexxy-content {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.guide-intro p {
  margin: 0 0 1em;
}
.guide-intro p:last-child {
  margin-bottom: 0;
}
.guide-intro ul:not(:has(> li[role="checkbox"])),
.guide-intro ol {
  margin: 0 0 1em;
  padding-left: 1.25em;
}
.guide-intro ul:not(:has(> li[role="checkbox"])) {
  list-style: disc;
}
.guide-intro ol {
  list-style: decimal;
}
.guide-intro li:not([role="checkbox"]) {
  margin: 0.4em 0;
}
.guide-toc {
  background: #f5f5f5;
  padding: 20px 25px !important;
  border: 1px solid var(--guide-line);
  border-radius: 10px;
  margin: 30px 0 40px;
}
.guide-next {
  display: block;
  margin: 48px 0 20px;
  padding: 18px 20px;
  border: 1px solid var(--guide-line);
  border-radius: 12px;
  background: var(--guide-paper);
  color: inherit;
  text-decoration: none !important;
  transition:
    border-color 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease;
}
.guide-next:focus-visible {
  outline: 2px solid var(--guide-ink);
  outline-offset: 2px;
}
.guide-next__title {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: -0.02em;
}
.guide-next__text {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--guide-muted);
}
.guide-next__action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 600;
  color: #ef4444;
}
@media (hover: hover) {
  .guide-next:hover {
    border-color: #fca5a5;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgb(23 23 23 / 6%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .guide-next {
    transition: none;
  }
  .guide-next:hover {
    transform: none;
  }
}
.guide-video {
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
}
.guide-prose .embed--custom-code {
  margin: 25px 0;
}
.guide-prose .custom-code-preview-frame {
  width: 100%;
  border: 0;
  min-height: 420px;
  border-radius: 10px;
}
.guide-prose iframe[src^="https://forms.sponsorship.so/"],
.guide-prose iframe[src^="https://alexglv.formaloo.me/"] {
  height: 600px;
  aspect-ratio: auto;
}
/* Match the homepage demo steps, at a comfortable reading size. */
.guide-prose .guide-to-do {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: start;
  gap: 16px;
  padding: 20px;
  background: var(--guide-paper);
  border: 1px solid var(--guide-line);
  border-radius: 10px;
  box-shadow: 0 2px 6px rgb(23 23 23 / 3%);
  margin: 26px 0;
  transition:
    background 0.16s,
    border-color 0.16s;
  position: relative;
  font-size: 14px;
  line-height: 1.75;
}
.guide-to-do-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  background: #fff;
  box-shadow: inset 0 1px 2px rgb(23 23 23 / 8%);
}
.guide-prose .guide-to-do-icon img {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0;
  border-radius: 0;
  opacity: 0.8;
}
.guide-to-do-complete {
  align-self: start;
  min-height: 42px;
  white-space: nowrap;
  padding: 10px 13px;
  border: 1px solid var(--guide-line);
  border-radius: 7px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 650;
  background: var(--guide-paper);
  color: var(--guide-ink);
  cursor: pointer;
  transition:
    background 0.15s,
    color 0.15s,
    border-color 0.15s;
}
.guide-to-do-complete:hover {
  background: #f5f5f5;
  border-color: #a3a3a3;
}
.guide-prose .guide-to-do.completed {
  background: #f5f5f5;
  border-color: #a3a3a3;
}
.guide-to-do.completed .guide-to-do-icon {
  border-color: #525252;
}
.guide-to-do.completed .guide-to-do-complete {
  background: #262626;
  color: #fff;
  border-color: #262626;
}
.guide-to-do-content-grey {
  color: var(--guide-muted);
  font-size: 12px;
  margin-top: 12px;
}
.guide-to-do > .guide-to-do-content-grey {
  grid-column: 2/-1;
}
.guide-to-do.resource {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.guide-to-do.resource > .div-block-19 {
  display: flex;
  gap: 14px;
  align-items: center;
  width: 100%;
}
.guide-to-do.resource .guide-to-do-complete {
  margin-left: auto;
}
.guide-to-do .text-block-414 {
  font-weight: 650;
}
.guide-to-do .to-buy-block {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid var(--guide-line);
  padding-top: 17px;
  font-size: 12px;
}
.guide-to-do .to-buy-description {
  display: flex;
  gap: 15px;
  align-items: center;
}
.guide-to-do .to-buy-description img {
  width: 70px;
  max-height: 80px;
  object-fit: contain;
}
.guide-to-do .buy-link {
  flex-shrink: 0;
}
.guide-tabs {
  border: 1px solid var(--guide-line);
  border-radius: 10px;
  overflow: hidden;
  margin: 28px 0;
}
.guide-tabs-menu {
  display: flex;
  background: #f5f5f5;
  border-bottom: 1px solid var(--guide-line);
}
.guide-tabs .w-tab-link {
  flex: 1;
  padding: 16px;
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
}
.guide-tabs .w-tab-link[aria-selected="true"] {
  background: var(--guide-paper);
  box-shadow: inset 0 3px #ef4444;
}
.guide-tabs .w-tab-pane {
  padding: 25px;
  background: var(--guide-paper);
}
.guide-tabs [hidden],
.guide-checklist-section[hidden] {
  display: none !important;
}
.guide-checklist-hero {
  max-width: 770px;
  text-align: center;
  margin: 55px auto 35px;
}
.guide-checklist-hero h1 {
  font-size: clamp(2.8rem, 5vw, 4.3rem);
  margin: 20px 0;
}
.guide-checklist-hero > p {
  color: var(--guide-muted);
  line-height: 1.8;
}
.guide-checklist-choose {
  text-align: center;
  font-size: 14px;
  margin: 0 0 12px;
  color: var(--guide-muted);
}
.guide-checklist-hero .guide-progress {
  max-width: 480px;
  margin: 30px auto 0;
  text-align: left;
}
.guide-checklist-nav {
  position: sticky;
  top: 85px;
  z-index: 5;
  display: flex;
  justify-content: center;
  gap: 7px;
  flex-wrap: wrap;
  padding: 14px 10px;
  background: var(--guide-paper);
  border: 1px solid var(--guide-line);
  border-radius: 10px;
}
.guide-checklist-nav button {
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 6px;
  background: #f5f5f5;
  color: inherit;
  border: 0;
  cursor: pointer;
}
.guide-checklist-nav button.is-active {
  background: var(--guide-ink);
  color: var(--guide-paper);
}
.guide-checklist-sections {
  max-width: 860px;
  margin: auto;
}
.guide-checklist-section {
  padding: 45px 0 30px;
  scroll-margin-top: 180px;
  border-bottom: 1px solid var(--guide-line);
}
.guide-checklist-section > header {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.guide-checklist-section > header h2 {
  font-size: 27px;
  flex: 1;
  min-width: 200px;
}
.guide-checklist-section > header a {
  font-size: 11px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.guide-reset {
  font-size: 11px;
  color: var(--guide-muted);
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
  padding: 8px 0;
}
.guide-admin {
  display: flex;
  justify-content: end;
  gap: 20px;
  padding-top: 15px;
  font-size: 12px;
  text-decoration: underline;
}
.guide-editor {
  max-width: 960px;
  margin: 40px auto;
}
.guide-editor h1 {
  font-size: 32px;
  margin-bottom: 25px;
}
.guide-editor fieldset {
  padding: 24px;
  border: 1px solid var(--guide-line);
  border-radius: 12px;
  margin: 25px 0;
  background: var(--guide-paper);
}
.guide-editor label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin: 18px 0 7px;
}
.guide-editor legend {
  font-weight: 650;
  font-size: 18px;
}
.guide-editor .guide-editor-help {
  font-size: 13px;
  line-height: 1.8;
  color: var(--guide-muted);
  margin: 15px 0;
}
.guide-editor input:not([type="checkbox"]),
.guide-editor textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--guide-line);
  border-radius: 7px;
  background: var(--guide-paper);
  color: var(--guide-ink);
}
.guide-editor .guide-save {
  position: sticky;
  bottom: 15px;
  z-index: 10;
  text-align: right;
  margin-top: 25px;
}
.course-guide :focus-visible {
  outline: 2px solid var(--guide-ink);
  outline-offset: 2px;
}
.guide-chapter-picker {
  position: fixed;
  top: calc(4.75rem + env(safe-area-inset-top));
  left: 1rem;
  z-index: 50;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  transition:
    opacity 200ms ease,
    visibility 200ms ease;
}
.guide-chapter-picker.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.guide-chapter-picker__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-shrink: 0;
  width: 44px;
  height: 36px;
  border: 1px solid var(--guide-line);
  border-radius: 8px;
  background: var(--guide-paper);
  color: var(--guide-ink);
  box-shadow: 0 4px 16px rgb(23 23 23 / 8%);
}
.guide-chapter-picker__toggle:focus-visible {
  outline: 2px solid var(--guide-ink);
  outline-offset: 2px;
}
.guide-chapter-picker__chevron {
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(-45deg);
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}
.guide-chapter-picker.is-open .guide-chapter-picker__chevron {
  transform: rotate(135deg);
}
.guide-chapter-picker__hint {
  position: relative;
  top: 0;
  width: 148px;
  height: auto;
  flex-shrink: 0;
  pointer-events: none;
  color: var(--guide-ink);
  transform-origin: left center;
  transform: translateX(0) scale(1);
  opacity: 1;
  transition:
    opacity 280ms ease,
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}
.guide-chapter-picker.is-open .guide-chapter-picker__hint,
.guide-chapter-picker.is-scrolled .guide-chapter-picker__hint {
  opacity: 0;
  transform: translateX(-8px) scale(0.72);
}
.guide-chapter-picker__panel {
  width: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-16px);
  border: 1px solid transparent;
  border-radius: 10px;
  background: var(--guide-paper);
  color: var(--guide-ink);
  box-shadow: none;
  transition:
    width 320ms cubic-bezier(0.22, 1, 0.36, 1),
    max-height 360ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 220ms ease,
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 320ms,
    box-shadow 220ms ease;
}
.guide-chapter-picker.is-open .guide-chapter-picker__panel {
  width: min(280px, calc(100vw - 5.5rem));
  max-height: min(70vh, 520px);
  overflow: auto;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  border-color: var(--guide-line);
  box-shadow: 0 12px 40px rgb(23 23 23 / 10%);
  transition:
    width 320ms cubic-bezier(0.22, 1, 0.36, 1),
    max-height 360ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 220ms ease,
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s,
    box-shadow 220ms ease;
}
.guide-chapter-picker__title {
  padding: 14px 16px 10px;
  font-size: 14px;
  font-weight: 650;
}
.guide-chapter-picker__panel ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.guide-chapter-picker__panel li + li {
  border-top: 1px solid var(--guide-line);
}
.guide-chapter-picker__panel a {
  display: block;
  padding: 12px 16px;
  font-size: 13px;
  line-height: 1.45;
  color: inherit;
  text-decoration: none;
}
@media (hover: hover) {
  .guide-chapter-picker__panel a:hover {
    background: rgb(23 23 23 / 4%);
  }
}
.guide-chapter-picker__panel a span:first-child {
  color: var(--guide-muted);
}
.guide-chapter-picker__panel a[aria-current="page"] {
  background: var(--guide-selected);
  color: inherit;
  font-weight: 600;
}
@media (hover: hover) {
  .guide-chapter-picker__panel a[aria-current="page"]:hover {
    background: rgb(23 23 23 / 10%);
  }
}
.dark .course-guide {
  --guide-ink: #f5f5f5;
  --guide-muted: #a3a3a3;
  --guide-line: #404040;
  --guide-paper: #262626;
  --guide-selected: rgb(255 255 255 / 10%);
  --guide-dark: #ef4444;
}
.dark .guide-chapter-picker__toggle,
.dark .guide-chapter-picker__panel {
  background: #262626;
  color: #f5f5f5;
  border-color: rgb(255 255 255 / 10%);
  box-shadow: 0 12px 40px rgb(0 0 0 / 28%);
}
@media (hover: hover) {
  .dark .guide-chapter-picker__panel a:hover {
    background: rgb(255 255 255 / 6%);
  }
  .dark .guide-chapter-picker__panel a[aria-current="page"]:hover {
    background: rgb(255 255 255 / 14%);
  }
}
.dark .guide-progress,
.dark .guide-prose blockquote,
.dark .guide-final-cta,
.dark .guide-toc,
.dark .guide-checklist-nav button,
.dark .guide-tabs-menu {
  background: #262626;
}
.dark .guide-checklist-nav button.is-active {
  background: var(--guide-ink);
  color: var(--guide-paper);
}
.dark .guide-prose .guide-to-do {
  background: #262626;
  border-color: #404040;
}
.dark .guide-prose .guide-to-do.completed {
  background: #404040;
  border-color: #737373;
}
.dark .guide-to-do-icon {
  background: #262626;
  border-color: #525252;
}
.dark .guide-to-do-icon img {
  filter: invert(1);
}
.dark .guide-to-do-complete {
  background: #262626;
  color: #f5f5f5;
}
.dark .guide-to-do-complete:hover {
  background: #404040;
}
.dark .guide-to-do.completed .guide-to-do-icon {
  border-color: #a3a3a3;
}
.dark .guide-to-do.completed .guide-to-do-complete {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #262626;
}
.dark .guide-chapter-number {
  color: #f87171;
}
.dark .guide-progress progress {
  background: #404040;
}
.dark .guide-progress progress::-webkit-progress-bar {
  background: #404040;
}

@media (min-width: 1000px) {
  .guide-phase:first-of-type .guide-chapter-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1000px) {
  .guide-section-heading {
    gap: 25px;
    grid-template-columns: 1fr 260px;
  }
  .guide-chapter-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .guide-reading-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }
  .guide-toc-rail {
    display: none;
  }
  .guide-inline-cta {
    display: block;
  }
  .guide-story,
  .guide-faq {
    gap: 40px;
  }
  .guide-actions {
    gap: 18px;
  }
}

@media (max-width: 700px) {
  .guide-stat-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    font-size: 11px;
  }
  .guide-stat-strip strong {
    font-size: 18px;
  }
  .guide-curriculum {
    padding: 50px 0 35px;
  }
  .guide-section-heading {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 30px;
  }
  .guide-section-heading .guide-progress {
    max-width: none;
  }
  .guide-chapter-grid {
    grid-template-columns: 1fr;
  }
  .guide-chapter-card {
    padding: 22px;
  }
  .guide-card-top {
    margin-bottom: 16px;
  }
  .guide-story,
  .guide-faq {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 45px 0;
  }
  .guide-story-heading {
    position: static;
  }
  .guide-story-heading h2 {
    margin-bottom: 18px;
  }
  .guide-final-cta {
    padding: 38px 20px;
  }
  .guide-reading-layout {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .guide-toc-rail {
    display: none;
  }
  .guide-inline-cta {
    display: block;
  }
  .guide-chapter-hero {
    margin: 35px 0;
  }
  .guide-prose {
    font-size: 15px;
  }
  .guide-prose h2 {
    font-size: 25px;
  }
  .guide-chapter-hero .guide-letter {
    border-radius: 14px;
  }
  .guide-intro {
    padding: 20px 22px 32px;
    font-size: 16px;
    line-height: 1.8;
  }
  .guide-prose .guide-to-do {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 17px;
    gap: 12px;
  }
  .guide-to-do-complete {
    grid-column: 2;
    justify-self: start;
  }
  .guide-to-do .to-buy-block {
    align-items: flex-start;
    flex-direction: column;
  }
  .guide-to-do.resource > .div-block-19 {
    flex-wrap: wrap;
  }
  .guide-checklist-nav {
    top: 72px;
    gap: 4px;
    padding: 10px 6px;
  }
  .guide-checklist-nav button {
    font-size: 10px;
    padding: 5px 7px;
  }
  .guide-checklist-section {
    scroll-margin-top: 195px;
  }
  .guide-checklist-section > header h2 {
    font-size: 24px;
  }
  .guide-prose .custom-code-preview-frame {
    min-height: 280px;
  }
  .guide-editor fieldset {
    padding: 16px;
  }
  .guide-tabs .w-tab-pane {
    padding: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .course-guide * {
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

.guide-home-hero {
  max-width: 950px;
  margin: 56px auto 40px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.guide-home-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--guide-line);
  background: var(--guide-paper);
  padding: 7px 11px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 500;
  box-shadow:
    0 3px 3px -1.5px #1717170a,
    0 1px 1px -0.5px #1717170a;
}

.guide-home-hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.34;
  letter-spacing: -0.01em;
  max-width: 850px;
  margin: 20px auto 18px;
}

.guide-home-subtitle {
  max-width: 710px;
  font-size: 20px;
  line-height: 1.6;
  color: var(--guide-muted);
}

.guide-home-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.guide-home-authors {
  font-size: 12px;
  color: var(--guide-muted);
  margin-top: 22px;
}

.guide-trailer {
  max-width: 920px;
  margin: 0 auto 45px;
  padding: 12px;
  background: #00000005;
  border: 1px solid var(--guide-line);
  border-radius: 24px;
  box-shadow: 0 4px 14px #1717170a;
}

.guide-trailer .custom-code-preview-frame {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16/9;
  border: 0;
  border-radius: 14px;
}

.guide-trailer .embed,
.guide-trailer action-text-attachment,
.guide-trailer .lexxy-content {
  margin: 0;
  padding: 0;
  display: block;
}

.course-guide h2 {
  letter-spacing: -0.01em;
  font-size: clamp(1.875rem, 3.2vw, 3rem);
  line-height: 1.22;
}

.guide-section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 25px;
}

.guide-section-heading h2 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.guide-section-heading > div > p:last-child {
  max-width: 650px;
  margin: auto;
  font-size: 16px;
}

.guide-section-heading .guide-progress {
  width: 100%;
  max-width: 430px;
  text-align: left;
}

.guide-eyebrow {
  letter-spacing: 0.015em;
  text-transform: none;
  font-size: 12px;
  font-weight: 550;
  color: var(--guide-muted);
}

.guide-chapter-card {
  border-radius: 16px;
  box-shadow:
    0 3px 3px -1.5px #1717170a,
    0 1px 1px -0.5px #1717170a;
}

.guide-chapter-card h4 {
  font-family: "Source Serif Pro", Georgia, serif;
  font-size: 22px;
  letter-spacing: -0.01em;
  line-height: 1.35;
}

.guide-chapter-card > p {
  font-size: 14px;
  line-height: 1.8;
}

.guide-phase > h3 {
  font-size: 16px;
}

.guide-stat-strip {
  max-width: 1060px;
  margin: auto;
}

.guide-final-cta {
  border-radius: 32px;
  background: #00000005;
  border-color: var(--guide-line);
  padding: 70px 24px;
}

.guide-cta-logo {
  display: block;
  margin: 0 auto 20px;
}

.guide-button {
  box-shadow:
    0 1px 2px #b91c1c55,
    inset 0 1px 2px #ffffff55;
  background: #ef4444;
  border-color: #ef4444;
  padding: 12px 18px;
  font-size: 14px;
  border-radius: 10px;
}

.dark .guide-final-cta,
.dark .guide-trailer {
  background: #ffffff05;
}

.guide-card-arrow {
  color: #a3a3a3;
}
.guide-chapter-card:hover .guide-card-arrow {
  color: #ef4444;
}

@media (max-width: 700px) {
  .guide-home-hero {
    margin-top: 38px;
  }
  .guide-home-subtitle {
    font-size: 16px;
    line-height: 1.75;
  }
  .guide-home-hero h1 {
    line-height: 1.4;
  }
  .guide-home-badge {
    font-size: 11px;
  }
  .guide-home-authors {
    font-size: 10px;
    line-height: 1.7;
  }
  .guide-trailer {
    padding: 6px;
    border-radius: 16px;
    margin-bottom: 30px;
  }
  .guide-trailer .custom-code-preview-frame {
    border-radius: 10px;
  }
  .guide-final-cta {
    padding: 40px 20px;
  }
  .guide-home-actions {
    gap: 10px;
  }
  .guide-section-heading {
    gap: 24px;
  }
}

.guide-home-hero {
  margin-top: 0;
  padding-top: 65px;
}
@media (max-width: 700px) {
  .guide-home-hero {
    padding-top: 42px;
  }
}
/* Inline guide blocks live inside Action Text embeds, whose media wrapper uses line-height: 0. */
.guide-prose .course-guide-block,
.guide-prose .guide-tabs .w-tab-pane {
  line-height: 1.85;
  color: var(--guide-ink, inherit);
}
.guide-prose .course-guide-block .guide-tabs .w-tab-link {
  color: var(--guide-ink);
  text-decoration: none;
}
.guide-to-do {
  scroll-margin-top: 110px;
}

/* Original guide artwork, loaded only near the viewport. */
.guide-animation {
  position: relative;
  width: 240px;
  aspect-ratio: 1;
}
.guide-animation__canvas,
.guide-animation__fallback {
  position: absolute;
  inset: 0;
}
.guide-animation__canvas svg {
  display: block;
  width: 100%;
  height: 100%;
}
.guide-animation__fallback {
  display: grid;
  place-items: center;
}
.guide-animation__fallback[hidden] {
  display: none;
}
.guide-chapter-hero__art {
  width: 220px;
  margin: -20px auto 12px;
}
.guide-chapter-hero:has(.guide-chapter-hero__art)::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 90px;
  z-index: -1;
  width: 420px;
  height: 420px;
  pointer-events: none;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, #fff 0%, rgb(255 255 255 / 85%) 28%, rgb(245 245 245 / 55%) 52%, transparent 72%);
}
.dark .guide-chapter-hero:has(.guide-chapter-hero__art)::before {
  background: radial-gradient(circle, rgb(255 255 255 / 18%) 0%, rgb(255 255 255 / 8%) 40%, transparent 70%);
}
@media (max-width: 700px) {
  .guide-chapter-hero__art {
    width: 210px;
    margin-top: 0;
  }
}
