:root {
  --ink-soft: #242429;
  --surface-blue: #eef8fe;
  --surface-pink: #fff3ff;
  --surface-lime: #f8ffe9;
  --surface-violet: #f5f2ff;
  --shadow-soft: 0 28px 80px rgba(21, 28, 40, .12);
  --shadow-ui: 0 24px 58px rgba(21, 28, 40, .18);
}

body {
  font-size: 17px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

.topbar {
  height: 78px;
}

.nav,
.nav-actions {
  font-size: 16px;
}

.nav-actions .signup {
  padding: 9px 16px;
}

.brand {
  gap: 11px;
  font-size: 24px;
}

.brand img {
  width: 38px;
  height: 38px;
  border-radius: 10px;
}

.eyebrow-pill {
  padding: 7px 11px;
  font-size: 14px;
}

.btn {
  min-height: 46px;
  padding: 0 21px;
  font-size: 16px;
}

.btn-dark {
  color: white;
  border-color: var(--ink);
  background: var(--ink);
}

.btn-dark:hover {
  color: white;
  background: #000;
}

.hero-ref.brand-hero {
  min-height: 720px;
  padding: 96px 28px 0;
  background:
    radial-gradient(circle at 12% 72%, rgba(134, 220, 255, .2), transparent 22%),
    radial-gradient(circle at 88% 74%, rgba(216, 255, 121, .24), transparent 24%),
    linear-gradient(#fff, #fff);
}

.brand-hero h1 {
  max-width: 1040px;
  font-size: clamp(54px, 7.1vw, 98px);
  line-height: .98;
  letter-spacing: -.018em;
}

.brand-hero .lede {
  max-width: 720px;
  font-size: 20px;
  line-height: 1.55;
}

.hero-subline {
  display: block;
  color: var(--blue);
}

.hero-note {
  font-size: 15px;
}

.product-hero {
  width: min(1120px, 94%);
  margin-top: 64px;
}

.product-hero .window {
  border-radius: 16px;
}

.product-hero .window img,
.carousel-window img {
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}

.actual-badge {
  position: absolute;
  z-index: 4;
  right: 18px;
  bottom: 18px;
  padding: 8px 11px;
  color: white;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: rgba(16, 17, 20, .78);
  backdrop-filter: blur(12px);
  font-size: 13px;
  font-weight: 760;
}

.audience-strip {
  position: relative;
  z-index: 3;
  padding: 148px 0 38px;
  border-bottom: 1px solid var(--line);
  background: white;
}

.audience-strip p {
  margin: 0 0 22px;
  color: var(--muted);
  text-align: center;
  font-size: 15px;
}

.audience-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.audience-list span {
  padding: 17px 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fafafa;
  text-align: center;
  font-size: 16px;
  font-weight: 750;
}

.proof-section {
  padding: 128px 0 138px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 10% 45%, rgba(134, 220, 255, .25), transparent 26%),
    radial-gradient(circle at 90% 58%, rgba(247, 183, 255, .26), transparent 28%),
    #fff;
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 480px);
  gap: 60px;
  align-items: end;
  margin-bottom: 58px;
}

.section-intro h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(46px, 5.8vw, 82px);
  line-height: .96;
  letter-spacing: -.045em;
}

.section-intro > p {
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.58;
}

.before-after {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 76px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}

.proof-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(22, 22, 25, .12);
  border-radius: 24px;
  background: white;
  box-shadow: var(--shadow-soft);
}

.proof-card-head {
  padding: 20px 22px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.proof-card-head strong {
  font-size: 19px;
  letter-spacing: -.02em;
}

.proof-card-head span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.proof-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #e9e9e8;
}

.proof-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.raw-frame img {
  filter: saturate(.72) brightness(.92);
}

.raw-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, .08));
}

.clear-frame img {
  transform: scale(1.16);
  filter: saturate(1.04) contrast(1.02);
}

.focus-ring {
  position: absolute;
  left: 24%;
  top: 24%;
  width: 46%;
  height: 50%;
  border: 3px solid var(--blue);
  border-radius: 14px;
  box-shadow: 0 0 0 999px rgba(9, 16, 25, .24), 0 0 0 8px rgba(20, 148, 232, .16);
}

.lesson-caption {
  position: absolute;
  left: 50%;
  bottom: 18px;
  max-width: 84%;
  padding: 10px 15px;
  color: white;
  border-radius: 10px;
  background: rgba(17, 18, 21, .86);
  backdrop-filter: blur(10px);
  font-size: 15px;
  font-weight: 760;
  line-height: 1.3;
  text-align: center;
  transform: translateX(-50%);
}

.proof-notes {
  padding: 18px 20px 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.proof-notes span {
  padding: 7px 10px;
  color: #57575c;
  border-radius: 999px;
  background: #f1f1f0;
  font-size: 13px;
  font-weight: 720;
}

.clear-card .proof-notes span {
  color: #075f97;
  background: #e9f7ff;
}

.transform-mark {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  color: white;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 18px 38px rgba(20, 148, 232, .28);
  font-size: 30px;
}

.truth-section {
  padding: 120px 0;
  border-bottom: 1px solid var(--line);
  background: #171819;
  color: white;
}

.truth-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
  align-items: center;
}

.truth-copy h2 {
  margin: 0;
  font-size: clamp(46px, 5.4vw, 76px);
  line-height: .96;
  letter-spacing: -.04em;
}

.truth-copy p {
  max-width: 520px;
  margin: 24px 0 0;
  color: #aaaab0;
  font-size: 19px;
}

.truth-steps {
  display: grid;
  gap: 12px;
}

.truth-step {
  padding: 24px 26px;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .055);
}

.truth-step span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--ink);
  border-radius: 14px;
  background: var(--cyan);
  font-size: 15px;
  font-weight: 850;
}

.truth-step:nth-child(2) span {
  background: var(--pink);
}

.truth-step:nth-child(3) span {
  background: var(--lime);
}

.truth-step strong {
  display: block;
  font-size: 22px;
}

.truth-step p {
  margin: 4px 0 0;
  color: #aaaab0;
  font-size: 15px;
}

.product-carousel {
  padding-top: 132px;
}

.carousel-heading h2 {
  letter-spacing: -.045em;
}

.carousel-shell {
  grid-template-columns: minmax(310px, .36fr) minmax(0, 1fr);
}

.carousel-window img {
  background: #15161a;
}

.carousel-stage-footer {
  grid-template-columns: 1fr;
}

.carousel-progress {
  min-height: 54px;
}

.use-cases {
  padding: 120px 0 132px;
  border-top: 1px solid var(--line);
  background: #faf9f8;
}

.use-case-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.use-case-card {
  min-height: 320px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: white;
}

.use-case-card:nth-child(2) {
  background: var(--surface-blue);
}

.use-case-card:nth-child(3) {
  background: var(--surface-pink);
}

.use-case-card:nth-child(4) {
  background: var(--surface-lime);
}

.use-case-card .card-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: var(--ink);
  color: white;
  font-size: 18px;
  font-weight: 850;
}

.use-case-card h3 {
  margin: auto 0 12px;
  font-size: 28px;
  line-height: 1.04;
  letter-spacing: -.035em;
}

.use-case-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.maintenance-section {
  padding: 120px 0;
  border-top: 1px solid var(--line);
  background: white;
}

.maintenance-grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 72px;
  align-items: center;
}

.maintenance-copy h2 {
  margin: 0;
  font-size: clamp(44px, 5vw, 70px);
  line-height: .98;
  letter-spacing: -.045em;
}

.maintenance-copy p {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.maintenance-shot {
  position: relative;
  padding: 34px;
}

.maintenance-shot::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at 25% 55%, rgba(134, 220, 255, .72), transparent 42%),
    radial-gradient(circle at 78% 42%, rgba(247, 183, 255, .62), transparent 40%);
  filter: blur(24px);
}

.maintenance-shot img {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow-ui);
}

.pricing-snapshot {
  padding: 116px 0 128px;
  border-top: 1px solid var(--line);
  background: #f6f5f4;
}

.pricing-snapshot-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.pricing-snapshot h2 {
  margin: 0;
  font-size: clamp(46px, 5.4vw, 74px);
  line-height: .98;
  letter-spacing: -.045em;
}

.pricing-snapshot p {
  color: var(--muted);
  font-size: 18px;
}

.mini-plans {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mini-plan {
  min-height: 300px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: white;
}

.mini-plan.best {
  border-color: var(--blue);
  background: var(--surface-blue);
  box-shadow: 0 24px 60px rgba(20, 148, 232, .12);
}

.mini-plan .price-kicker {
  color: var(--blue);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.mini-plan strong {
  margin-top: 44px;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -.05em;
}

.mini-plan small {
  color: var(--muted);
  font-size: 15px;
}

.mini-plan p {
  margin: 16px 0 25px;
  font-size: 15px;
}

.mini-plan .btn {
  margin-top: auto;
}

.dark-cta {
  padding: 92px 0;
}

.dark-cta-inner {
  min-height: 400px;
  gap: 55px;
}

.dark-cta h2 {
  letter-spacing: -.04em;
}

.dark-cta p {
  font-size: 18px;
  line-height: 1.55;
}

.footer {
  grid-template-columns: 1.45fr repeat(4, 1fr);
}

.footer a,
.footer p,
.footer-bottom {
  font-size: 15px;
}

.footer-legal {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.page-hero.brand-page-hero {
  min-height: 520px;
  padding-top: 118px;
  background:
    radial-gradient(circle at 18% 95%, rgba(134, 220, 255, .2), transparent 28%),
    radial-gradient(circle at 82% 95%, rgba(247, 183, 255, .2), transparent 28%),
    #fff;
}

.brand-page-hero h1 {
  max-width: 1020px;
  letter-spacing: -.02em;
}

.brand-page-hero p {
  max-width: 690px;
  font-size: 19px;
}

.position-strip {
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
  background: #171819;
  color: white;
}

.position-strip .inner {
  display: flex;
  justify-content: center;
  gap: 26px;
  flex-wrap: wrap;
}

.position-strip span {
  color: #b8b8bd;
  font-size: 15px;
  font-weight: 730;
}

.position-strip b {
  color: white;
}

.jobs-section,
.feature-story-section,
.template-principles {
  padding: 110px 0 126px;
  border-bottom: 1px solid var(--line);
}

.jobs-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.job-card {
  min-height: 310px;
  padding: 27px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fafafa;
}

.job-card:nth-child(2) {
  background: var(--surface-blue);
}

.job-card:nth-child(3) {
  background: var(--surface-pink);
}

.job-card:nth-child(4) {
  background: var(--surface-lime);
}

.job-card .num {
  color: var(--blue);
  font-size: 14px;
  font-weight: 850;
}

.job-card h3 {
  margin: auto 0 12px;
  font-size: 31px;
  line-height: 1;
  letter-spacing: -.04em;
}

.job-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.feature-story-grid {
  display: grid;
  gap: 26px;
}

.feature-story {
  min-height: 540px;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fafafa;
}

.feature-story:nth-child(even) {
  grid-template-columns: 1.22fr .78fr;
}

.feature-story:nth-child(even) .feature-story-media {
  order: -1;
}

.feature-story-copy {
  padding: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.feature-story-copy .num {
  color: var(--blue);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: .08em;
}

.feature-story-copy h2 {
  margin: 22px 0 16px;
  font-size: clamp(36px, 3.7vw, 52px);
  line-height: 1;
  letter-spacing: -.04em;
}

.feature-story-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.feature-story-media {
  min-width: 0;
  padding: 30px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 20% 60%, rgba(134, 220, 255, .64), transparent 38%),
    radial-gradient(circle at 82% 35%, rgba(247, 183, 255, .55), transparent 39%),
    #f6f7f8;
}

.feature-story-media img {
  border: 1px solid rgba(20, 20, 22, .12);
  border-radius: 12px;
  box-shadow: var(--shadow-ui);
}

.editor-map {
  padding: 110px 0 126px;
}

.editor-map .walk-row {
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
}

.walk-shot img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.template-principle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.template-principle {
  min-height: 280px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fafafa;
}

.template-principle:nth-child(2) {
  background: var(--surface-blue);
}

.template-principle:nth-child(3) {
  background: var(--surface-pink);
}

.template-principle b {
  display: block;
  margin-bottom: 64px;
  color: var(--blue);
  font-size: 14px;
}

.template-principle h3 {
  margin: 0 0 12px;
  font-size: 30px;
  line-height: 1;
}

.template-principle p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.pricing-context {
  padding: 100px 0 116px;
}

.pricing-card {
  border-radius: 20px;
}

.pricing-card .plan-price {
  font-size: 64px;
}

.savings-chip {
  width: fit-content;
  margin: 14px 0 0;
  padding: 7px 10px;
  color: #075f97;
  border-radius: 999px;
  background: #dff4ff;
  font-size: 14px;
  font-weight: 800;
}

.plan-summary {
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fafafa;
  text-align: center;
  color: var(--muted);
  font-size: 16px;
}

.checkout-note {
  max-width: 760px;
  margin: 26px auto 0;
  color: var(--muted);
  text-align: center;
  font-size: 14px;
}

.legal-hero {
  padding: 100px 24px 74px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 12% 100%, rgba(134, 220, 255, .2), transparent 28%),
    radial-gradient(circle at 88% 100%, rgba(247, 183, 255, .2), transparent 28%),
    white;
}

.legal-hero .inner {
  max-width: 920px;
}

.legal-hero h1 {
  margin: 0;
  font-size: clamp(50px, 7vw, 86px);
  line-height: .96;
  letter-spacing: -.04em;
}

.legal-hero p {
  max-width: 680px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.legal-meta {
  margin-top: 24px;
  display: flex;
  gap: 10px 24px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.legal-layout {
  width: min(var(--content-width), calc(100% - (var(--content-gutter) * 2)));
  margin-inline: auto;
  padding: 86px 0 130px;
  display: grid;
  grid-template-columns: 250px minmax(0, 760px);
  gap: 80px;
  justify-content: center;
  align-items: start;
}

.legal-toc {
  position: sticky;
  top: 108px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fafafa;
}

.legal-toc strong {
  display: block;
  margin-bottom: 11px;
  font-size: 15px;
}

.legal-toc a {
  display: block;
  padding: 6px 0;
  color: var(--muted);
  font-size: 14px;
}

.legal-toc a:hover {
  color: var(--blue);
}

.legal-copy {
  min-width: 0;
}

.legal-copy > p:first-child {
  margin-top: 0;
  color: var(--ink-soft);
  font-size: 20px;
  line-height: 1.55;
}

.legal-copy section {
  padding-top: 24px;
  scroll-margin-top: 105px;
}

.legal-copy h2 {
  margin: 40px 0 12px;
  font-size: 31px;
  line-height: 1.1;
  letter-spacing: -.035em;
}

.legal-copy h3 {
  margin: 26px 0 9px;
  font-size: 20px;
}

.legal-copy p,
.legal-copy li {
  color: #55555a;
  font-size: 16px;
}

.legal-copy ul {
  padding-left: 22px;
}

.legal-copy li + li {
  margin-top: 8px;
}

.legal-copy a {
  color: var(--blue-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-note {
  margin: 24px 0;
  padding: 20px 22px;
  border: 1px solid #bfe8ff;
  border-radius: 14px;
  background: var(--surface-blue);
  color: #28475b;
}

@media (max-width: 1040px) {
  .before-after {
    grid-template-columns: 1fr;
  }

  .transform-mark {
    margin: -3px auto;
    transform: rotate(90deg);
  }

  .use-case-grid,
  .jobs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-intro,
  .truth-grid,
  .maintenance-grid,
  .pricing-snapshot-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .truth-copy p,
  .maintenance-copy p {
    max-width: 690px;
  }
}

@media (max-width: 860px) {
  .topbar {
    height: 72px;
  }

  .nav {
    padding-top: 104px;
  }

  .nav::after {
    content: "SaaS training videos, made clearly.";
    margin-top: 24px;
    color: var(--muted);
    font-size: 16px;
    font-weight: 650;
  }

  .hero-ref.brand-hero {
    padding-top: 76px;
  }

  .brand-hero h1 {
    font-size: 58px;
  }

  .audience-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-story,
  .feature-story:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .feature-story:nth-child(even) .feature-story-media {
    order: 0;
  }

  .legal-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .legal-toc {
    position: static;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 16px;
  }

  .brand-hero h1 {
    font-size: 48px;
    line-height: 1;
  }

  .brand-hero .lede {
    font-size: 18px;
  }

  .hero-subline {
    display: inline;
  }

  .audience-strip {
    padding-top: 86px;
  }

  .audience-list,
  .use-case-grid,
  .jobs-grid,
  .mini-plans,
  .template-principle-grid {
    grid-template-columns: 1fr;
  }

  .proof-section,
  .truth-section,
  .use-cases,
  .maintenance-section,
  .pricing-snapshot,
  .jobs-section,
  .feature-story-section,
  .template-principles {
    padding: 86px 0 94px;
  }

  .section-intro h2 {
    font-size: 48px;
  }

  .proof-card {
    border-radius: 18px;
  }

  .proof-card-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .focus-ring {
    border-width: 2px;
  }

  .truth-step {
    grid-template-columns: 44px 1fr;
    padding: 20px;
  }

  .truth-step span {
    width: 42px;
    height: 42px;
  }

  .feature-story-copy {
    padding: 34px 26px;
  }

  .feature-story-media {
    padding: 20px;
  }

  .legal-hero {
    padding-top: 76px;
  }

  .legal-layout {
    width: min(calc(100% - 32px), 760px);
    padding-top: 52px;
  }

  .legal-copy h2 {
    font-size: 28px;
  }

  .footer {
    gap: 30px;
  }
}
