body, h1, h2, h3, h4, button, a { letter-spacing: 0; }
h1 { font-size: 56px; }
h2 { font-size: 40px; }
h3 { font-size: 24px; }
.panel { display: block; }
.navlinks a[aria-current="page"] { color: var(--text); text-decoration: underline; text-underline-offset: 6px; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 1000; padding: 12px; background: #fff; color: #111; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 2px solid #7d98ff; outline-offset: 4px; }
/* Fixed tracks keep typing and replay inside the Slack window. */
.hero > .slack { width: 100%; height: 480px; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; }
.hero .slack-scroll { min-height: 0; overflow-y: auto; overflow-wrap: anywhere; scrollbar-gutter: stable; overscroll-behavior: contain; }
.hero .slack-scroll:focus-visible { outline-offset: -3px; }
.hero .slack-msg { align-items: start; }
.hero .slack-msg > * { min-width: 0; }
.hero .slack-foot .replay { flex: none; min-height: 44px; }
.hero .slack-foot > span { min-width: 0; }
.bundle-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; margin: 2rem 0; }
.bundle-list article { border-top: 1px solid var(--border); padding-top: 1.5rem; min-width: 0; }
.bundle-list p { margin: 1rem 0; }
.bundle-list .next { margin: 1rem 0 0; }
.bundle-price { font-size: 28px; color: var(--text); margin: 1.5rem 0; font-weight: 600; }
.bundle-price span { display: block; font-size: 14px; color: var(--text-secondary); font-weight: 400; }
.bundle-list h2 { font-size: 28px; }
.comparison { width: 100%; table-layout: fixed; border-collapse: collapse; margin-top: 2rem; }
.comparison caption { text-align: left; margin-bottom: 1rem; }
.comparison th, .comparison td { text-align: left; vertical-align: top; padding: 1rem; border-bottom: 1px solid var(--border); overflow-wrap: anywhere; }
.comparison th { color: var(--text); }
.comparison th:first-child { width: 44%; }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px; }
.footer-links a { margin-right: 0; }
.tag, .step-tag, .badge, .frameworks .section-title, .card .num, .plan .price { letter-spacing: 0; }
.card .num { font-size: 36px; }
.frameworks .section-title { font-size: 28px; }
@media (max-width: 900px) {
  .bundle-list { grid-template-columns: 1fr; }
  .hero > .slack { height: 460px; }
  .comparison th, .comparison td { padding: 0.75rem 0.35rem; font-size: 13px; }
  .comparison th:first-child { width: 40%; }
  .hero .slack-foot { flex-wrap: nowrap; }
  h1 { font-size: 36px; } h2 { font-size: 28px; } h3 { font-size: 22px; }
  .navbar .wrap { height: auto; min-height: 64px; flex-wrap: wrap; gap: 8px; padding-top: 8px; padding-bottom: 8px; }
  .navbar .navlinks { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); order: 3; width: 100%; gap: 0 12px; }
  .navlinks a { display: flex; align-items: center; justify-content: center; min-height: 44px; white-space: nowrap; }
  .navcta { margin-left: auto; }
  .navcta .btn-secondary { display: none; }
  .hero > *, .slack-msg > *, .flow-cell, .card, .plan { min-width: 0; }
  .slack-body, .terminal-body { overflow-wrap: anywhere; }
  .terminal-header, .terminal-header-left, .slack-head, .slack-foot { flex-wrap: wrap; gap: 8px; }
  .btn, .replay { min-height: 44px; }
  .section { padding: 3rem 0; }
  #top { scroll-margin-top: 170px; }
}

/* Header sign-in, footer columns, shared link lists. */
.navcta { align-items: center; }
.nav-signin { font-size: 15px; color: var(--text-secondary); padding: 0 0.5rem; white-space: nowrap; }
.nav-signin:hover { color: var(--text); }
footer.site { font-family: var(--sans); font-size: 14px; padding: 3.5rem 0 2rem; }
footer.site .wrap.footer-grid { display: grid; grid-template-columns: minmax(0, 1.6fr) repeat(4, minmax(0, 1fr)); gap: 2rem; align-items: start; }
footer.site .footer-brand p { margin: 1rem 0 1.25rem; max-width: 30ch; color: var(--text-muted); }
footer.site .footer-trust { display: inline-flex; align-items: center; gap: 0.6rem; margin: 0; color: var(--text-secondary); font-family: var(--mono); font-size: 12px; }
footer.site .footer-trust:hover { color: var(--text); }
footer.site .footer-links { display: flex; flex-direction: column; gap: 0.6rem; }
footer.site .footer-links a, footer.site .footer-button { margin: 0; color: var(--text-muted); }
footer.site .footer-links a:hover, footer.site .footer-button:hover { color: var(--text); }
footer.site .footer-heading { font-family: var(--mono); font-size: 12px; color: var(--text); margin-bottom: 0.25rem; }
footer.site .footer-button { background: none; border: 0; padding: 0; font: inherit; text-align: left; cursor: pointer; }
footer.site .wrap.footer-base { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--border); font-family: var(--mono); font-size: 12px; }
footer.site .footer-base a { margin: 0; }
.link-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.75rem; }
.link-list a { color: var(--accent-bright); }
.blog-cta { margin-top: 3rem; padding: 2rem; border: 1px solid var(--border); background: var(--foreground); }
.blog-cta h2 { font-size: 28px; }
.blog-cta p { margin: 0.75rem 0 1.5rem; max-width: 60ch; }
.trust-strip { display: flex; flex-wrap: wrap; gap: 0.75rem 2rem; margin-top: 1.5rem; font-family: var(--mono); font-size: 12px; color: var(--text-muted); list-style: none; padding: 0; }
.trust-strip li::before { content: "✓ "; color: var(--accent-bright); }
.how-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--border); border: 1px solid var(--border); margin-top: 2rem; padding: 0; list-style: none; counter-reset: step; }
.how-steps li { background: var(--foreground); padding: 1.5rem; }
.how-steps li::before { counter-increment: step; content: "0" counter(step); display: block; font-family: var(--mono); font-size: 12px; color: var(--accent-bright); margin-bottom: 0.75rem; }
.how-steps h3 { font-size: 20px; margin-bottom: 0.5rem; }
.home-faq details { border-top: 1px solid var(--border); padding: 1rem 0; max-width: 820px; }
.home-faq details p { margin-top: 0.75rem; }
.home-faq summary { color: var(--text); font-weight: 600; }
.cta-band { text-align: left; }
.cta-band .ctas { margin-top: 1.5rem; }
@media (max-width: 900px) {
  footer.site .wrap.footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  footer.site .footer-brand { grid-column: 1 / -1; }
  .nav-signin { display: none; }
  .how-steps { grid-template-columns: 1fr; }
}
.inline-link { color: var(--accent-bright); text-decoration: underline; text-underline-offset: 3px; }
.film-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1px; background: var(--border); border: 1px solid var(--border); }
.film-card { background: var(--foreground); padding: 1.5rem; display: grid; gap: 0.5rem; align-content: start; transition: background-color 0.2s; }
.film-card:hover { background: var(--grey); }
.film-card h3 { font-size: 20px; }
.film-card p { font-size: 15px; }
